]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
[PR build/24886] disable glibc mcheck support
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
046bebe1
TT
12019-08-06 Tom Tromey <tom@tromey.com>
2
3 * gdb.base/style.exp: Add disassemble test.
4 * gdb.base/style.c (some_called_function): New function.
5 (main): Use it.
6
0b27c27d
CB
72019-08-05 Christian Biesinger <cbiesinger@google.com>
8
9 * gdb.python/py-block.exp: Test dictionary access on blocks.
10
580f1034
SM
112019-08-05 Simon Marchi <simon.marchi@efficios.com>
12
13 PR gdb/24863
14 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
15 -list-thread-groups --available test when running under
16 check-read1.
17
d86bd7cb
TV
182019-08-05 Tom de Vries <tdevries@suse.de>
19
20 PR testsuite/24863
21 * lib/gdb.exp (with_read1_timeout_factor): New proc.
22 * gdb.base/help.exp: Use with_read1_timeout_factor.
23 * gdb.base/info-macros.exp: Same.
24 * gdb.cp/nested-types.exp: Same.
25
a80cf5d8
TV
262019-08-05 Tom de Vries <tdevries@suse.de>
27
28 * lib/gdb.exp (version_at_least): Factor out of ...
29 (tcl_version_at_least): ... here.
30 (gdb_compile): Fail if pie results in non-PIE executable.
31 (readelf_version, readelf_prints_pie): New proc.
32 (exec_is_pie): Return -1 if unknown.
33
d0962838
TV
342019-08-05 Tom de Vries <tdevries@suse.de>
35
36 * lib/gdb.exp (tcl_version_at_least): Fix typo.
37
2252ff3d
SL
382019-08-04 Sandra Loosemore <sandra@codesourcery.com>
39
40 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
41
26655f53
SL
422019-08-04 Sandra Loosemore <sandra@codesourcery.com>
43
44 * lib/completion-support.exp (test_gdb_complete_none): Skip
45 tab completion tests if no readline support.
46 (test_gdb_complete_unique_re): Likewise.
47 (test_gdb_complete_multiple): Likewise.
48
db4dc13e
PW
492019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
50
51 * gdb.base/info_sources.exp: New file.
52 * gdb.base/info_sources.c: New file.
53 * gdb.base/info_sources_base.c: New file.
54
0eba165a
PFC
552019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
56
57 * gdb.base/batch-exit-status.exp: Call test_exit_status with
58 prefix argument.
59 (test_exit_status): Add prefix argument.
60
59bd512b
TV
612019-08-01 Tom de Vries <tdevries@suse.de>
62
63 PR testsuite/24863
64 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
65 calling exp_continue for new thread and thread exited messages.
66
2a3ad588
TV
672019-08-01 Tom de Vries <tdevries@suse.de>
68
69 PR testsuite/24863
70 * gdb.base/structs.exp: Fix check-read1 timeout using
71 gdb_test_sequence.
72 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
73
117eb594
TV
742019-08-01 Tom de Vries <tdevries@suse.de>
75
76 PR testsuite/24863
77 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
78 line.
79
ed591340
TV
802019-08-01 Tom de Vries <tdevries@suse.de>
81
82 PR testsuite/24863
83 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
84
aa3b6533
TT
852019-07-30 Tom Tromey <tromey@adacore.com>
86
87 * gdb.ada/display_nested.exp: New file.
88 * gdb.ada/display_nested/foo.adb: New file.
89 * gdb.ada/display_nested/pack.adb: New file.
90 * gdb.ada/display_nested/pack.ads: New file.
91
2906593f
CB
922019-07-30 Christian Biesinger <cbiesinger@google.com>
93
94 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
95 namespace.
96 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
97
0f575925
TV
982019-07-30 Tom de Vries <tdevries@suse.de>
99
100 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
101 instead.
102
b13057d9
TV
1032019-07-30 Tom de Vries <tdevries@suse.de>
104
105 PR testsuite/24834
106 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
107 (exec_is_pie): New proc.
108
5c4dde85
CB
1092019-07-29 Christian Biesinger <cbiesinger@google.com>
110
111 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
112
c620ed88
CB
1132019-07-29 Christian Biesinger <cbiesinger@google.com>
114
115 * gdb.python/py-objfile.c: Add global and static vars.
116 * gdb.python/py-objfile.exp: Test new functions Objfile.
117 lookup_global_symbol and lookup_static_symbol.
118
3d235706
TT
1192019-07-29 Tom Tromey <tom@tromey.com>
120
121 * lib/tuiterm.exp (Term::_csi_@): New proc.
122 (Term::_csi_X): Don't move cursor.
123
c7e4c0a6
PW
1242019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
125
126 * gdb.base/options.exp: Update backtrace - completion to
127 new option -frame-info.
128 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
129 Test new 'set print frame-info'. Test backtrace -frame-info
130 overriding 'set print frame-info'.
131 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
132 Test new 'set print frame-info'.
133 Verify consistency of backtrace with and without filters, with and
134 without -no-filters.
135 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
136 default.
137
de28a3b7
TV
1382019-07-29 Tom de Vries <tdevries@suse.de>
139
140 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
141 no arguments".
142
507dd60e
TV
1432019-07-29 Tom de Vries <tdevries@suse.de>
144
145 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
146 is a substring of the first for "complete non-unique file name".
147
5beafce9
TV
1482019-07-29 Tom de Vries <tdevries@suse.de>
149
150 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
151 with ".*".
152
2d274232
TV
1532019-07-29 Tom de Vries <tdevries@suse.de>
154
155 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
156 Pass prompt_regexp parameter to gdb_test_multiple calls.
157
9197cd8b
TV
1582019-07-29 Tom de Vries <tdevries@suse.de>
159
160 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
161 print registers" regexps.
162
b528dae0
TV
1632019-07-29 Tom de Vries <tdevries@suse.de>
164
165 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
166
d17725d7
TV
1672019-07-29 Tom de Vries <tdevries@suse.de>
168
169 PR gdb/24855
170 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
171 (skip_python_tests_prompt): Add prompt_regexp argument to
172 gdb_test_multiple calls.
173
52b75bf1
TT
1742019-07-27 Tom Tromey <tom@tromey.com>
175
176 * gdb.tui/main.exp: New file.
177
2b1d00c2
TT
1782019-07-27 Tom Tromey <tom@tromey.com>
179
180 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
181 optional.
182 * gdb.tui/empty.exp: New file.
183
ded631d5
TT
1842019-07-27 Tom Tromey <tom@tromey.com>
185
186 * lib/tuiterm.exp (spawn): New proc.
187 (Term::resize): New proc.
188 * gdb.tui/resize.exp: New file.
189
58ac439d
TT
1902019-07-27 Tom Tromey <tom@tromey.com>
191
192 * gdb.tui/list.exp: New file.
193
fe1f56ee
TT
1942019-07-27 Tom Tromey <tom@tromey.com>
195
196 * gdb.tui/regs.exp: New file.
197
f790b310
TT
1982019-07-27 Tom Tromey <tom@tromey.com>
199
200 * gdb.tui/basic.exp: Add "layout split" test.
201
d95fc6ee
TT
2022019-07-27 Tom Tromey <tom@tromey.com>
203
204 * gdb.tui/basic.exp: Add "layout asm" test.
205
c3786b3a
TT
2062019-07-27 Tom Tromey <tom@tromey.com>
207
208 * lib/tuiterm.exp: New file.
209 * gdb.tui/basic.exp: New file.
210
98a617f8
KB
2112019-07-27 Kevin Buettner <kevinb@redhat.com>
212
213 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
214 Enable tests associated with this flag. Adjust regex
215 referencing "foo_low" to now refer to "foo_cold" instead.
216
5c076da4
KB
2172019-07-27 Kevin Buettner <kevinb@redhat.com>
218
219 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
220 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
221 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
222 foo_cold. Revise comments to match.
223 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
224 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
225 were wrapped into this proc; Call do_test in loop from outermost
226 level.
227 (foo_low): Rename all occurrences to "foo_cold".
228 (backtrace from baz): New test.
229 (x2/i foo_cold): New test.
230 (info line *foo_cold): New test.
231
1512d3b7
TV
2322019-07-26 Tom de Vries <tdevries@suse.de>
233
234 * gdb.arch/i386-pkru.exp: Fix unterminated string.
235
297989a1
TV
2362019-07-25 Tom de Vries <tdevries@suse.de>
237
238 PR testsuite/24830
239 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
240 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
241 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
242 (skip_libstdcxx_probe_tests): ... here.
243 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
244
b3b965fb
TV
2452019-07-24 Tom de Vries <tdevries@suse.de>
246
247 PR testsuite/24807
248 * gdb.objc/basicclass.m: Include stdio.h.
249 * gdb.objc/nondebug.m: Same.
250 * gdb.objc/objcdecode.m: Same.
251
4625b4d0
TV
2522019-07-24 Tom de Vries <tdevries@suse.de>
253
254 PR testsuite/24612
255 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
256 additional_flags.
257
024a5840
TV
2582019-07-24 Tom de Vries <tdevries@suse.de>
259
260 PR testsuite/24831
261 * gdb.multi/tids.exp: Update error messages for info threads.
262
c76ddaa3
TV
2632019-07-24 Tom de Vries <tdevries@suse.de>
264
265 * gdb.base/info-types.exp: Allow info types to print info for more than
266 one file.
267
9a618ef6
TV
2682019-07-23 Tom de Vries <tdevries@suse.de>
269
270 PR testsuite/24842
271 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
272 gdb_spawn_with_cmdline_opts.
273
40eadf04
SP
2742019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
275
276 * gdb.arch/arm-cmse-sgstubs.c: New test.
277 * gdb.arch/arm-cmse-sgstubs.exp: New file.
278
5ba29434
TV
2792019-07-23 Tom de Vries <tdevries@suse.de>
280
281 PR testsuite/24711
282 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
283 issuing next command.
284
a8e9d247
AB
2852019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.ada/info_auto_lang.exp: Update expected results.
288 * gdb.base/info-types.c: Add additional types to check.
289 * gdb.base/info-types.exp: Update expected results.
290
eb86c5e2
AB
2912019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.base/info-types.c: New file.
294 * gdb.base/info-types.exp: New file.
295
01e175fe
AB
2962019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.arch/riscv-bp-infcall.c: New file.
299 * gdb.arch/riscv-bp-infcall.exp: New file.
300
6b78c3f8
AB
3012019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 PR breakpoints/24541
304 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
305
da738167
TV
3062019-07-14 Tom de Vries <tdevries@suse.de>
307
308 PR testsuite/24760
309 * gdb.objc/basicclass.exp: Fix unterminated string.
310
0d4e84ed
AB
3112019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
312 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
315 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
316 negative bounds.
317 * gdb.fortran/vla-value.exp: Print elements of an array with
318 negative bounds.
319 * gdb.fortran/vla.f90: Setup an array with negative bounds for
320 testing.
321
021d8588
AB
3222019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
323
324 * gdb.base/options.exp (expect_string): Dequote strings in
325 results.
326 (test-string): Test strings with different quoting and reindent.
327
f06f1252
TT
3282019-07-10 Tom Tromey <tromey@adacore.com>
329
330 * gdb.ada/mi_ex_cond.exp: Update expected results.
331 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
332 * gdb.ada/mi_catch_ex.exp: Update expected results.
333 * gdb.ada/mi_catch_assert.exp: Update expected results.
334 * gdb.ada/catch_ex.exp (catch_exception_info)
335 (catch_exception_entry, catch_assert_entry)
336 (catch_unhandled_entry): Update.
337 * gdb.ada/catch_assert_if.exp: Update expected results.
338
b863685d
RB
3392019-07-10 Richard Bunt <richard.bunt@arm.com>
340 Stephen Roberts <stephen.roberts@arm.com>
341
342 * gdb.base/define.exp: Restore original prompt.
343
cb1e4e32
PA
3442019-07-09 Pedro Alves <palves@redhat.com>
345
346 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
347 breakpoints" output.
348 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
349 * gdb.python/py-breakpoint.exp: No longer expect that "catch
350 throw" creates breakpoint.
351 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
352 'type="catchpoint"'.
353
b58a68fe
PA
3542019-07-09 Pedro Alves <palves@redhat.com>
355
356 PR c++/15468
357 * gdb.cp/except-multi-location-lib.cc: New.
358 * gdb.cp/except-multi-location-main.cc: New.
359 * gdb.cp/except-multi-location.exp: New.
360
0826779b
PW
3612019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
362
363 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
364 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
365 argument and update callers.
366
5b0e2db4
AB
3672019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.arch/amd64-break-on-asm-line.S: New file.
370 * gdb.arch/amd64-break-on-asm-line.exp: New file.
371
1f6f6e21
PW
3722019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
373
374 * gdb.base/printcmds.exp: Test printing C string and
375 C wide string convenience vars without transiting via the inferior.
376 Also make test names unique.
377
ea142fbf
AH
3782019-07-08 Alan Hayward <alan.hayward@arm.com>
379
380 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
381
213fd9fa
PA
3822019-07-04 Pedro Alves <palves@redhat.com>
383
384 * lib/gdb.exp (foreach_with_prefix): Don't return early if
385 body returned ok(0), break(3) or continue(4).
386 * gdb.testsuite/foreach_with_prefix.exp: New file.
387
2b40fda7
AH
3882019-07-04 Alan Hayward <alan.hayward@arm.com>
389
390 * gdb.server/unittest.exp: Allow 0 unit tests to run.
391
a26c8de0
PA
3922019-07-03 Pedro Alves <palves@redhat.com>
393
394 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
395 "return -code".
396
5f4ba3e7
PA
3972019-07-03 Pedro Alves <palves@redhat.com>
398
399 PR cli/24732
400 * gdb.base/shell.exp: Load completion-support.exp.
401 Adjust expected error output. Add completion tests.
402
a994424f
PA
4032019-07-03 Pedro Alves <palves@redhat.com>
404
405 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
406 string_to_regexp.
407
3d9be6f5
PA
4082019-07-03 Pedro Alves <palves@redhat.com>
409
410 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
411 (expect_integer): Adjust to expect "-string".
412 (expect_string): New.
413 (all_options): Expect "-string".
414 (test-flag, test-boolean): Adjust to expect "-string".
415 (test-string): New proc.
416 (top level): Call it.
417
41fc454c
PA
4182019-07-03 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
421 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
422 the expected output in the success.
423
b2b2a215
PA
4242019-07-03 Pedro Alves <palves@redhat.com>
425
426 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
427 Split one gdb_test_multiple call in two to avoid a race.
428
fdbc9870
PA
4292019-07-03 Pedro Alves <palves@redhat.com>
430
431 * gdb.base/with.c: New file.
432 * gdb.base/with.exp: New file.
433
c6ac8931
PA
4342019-07-03 Pedro Alves <palves@redhat.com>
435
436 * gdb.base/settings.exp: Replace all references to "maint
437 test-settings set" with references to "maint set test-settings",
438 and all references to "maint test-settings show" with references
439 to "maint show test-settings".
440
970f9d09
PA
4412019-07-03 Pedro Alves <palves@redhat.com>
442
443 * gdb.base/settings.exp (test-string): Adjust expected out when
444 testing "maint test-settings show filename"
445
54d66006
PA
4462019-07-02 Pedro Alves <palves@redhat.com>
447
448 * gdb.base/options.exp (test-info-threads): New procedure.
449 (top level): Call it.
450
10d06d82
TT
4512019-06-28 Tom Tromey <tromey@adacore.com>
452
453 * gdb.dwarf2/ada-linkage-name.c: New file.
454 * gdb.dwarf2/ada-linkage-name.exp: New file.
455
3d507ff2
TT
4562019-06-27 Tom Tromey <tromey@adacore.com>
457
458 * gdb.cp/constexpr-field.exp: Use setup_xfail.
459
8af58ffe
TV
4602019-06-26 Tom de Vries <tdevries@suse.de>
461
462 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
463
22e21752
TV
4642019-06-26 Tom de Vries <tdevries@suse.de>
465
466 * gdb.base/index-cache.exp: Add back missing debug option.
467
b65b566c
PW
4682019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
469
470 * gdb.base/alias.exp: Test non matching/non existing prefixes.
471
5c2c8c69
TV
4722019-06-25 Tom de Vries <tdevries@suse.de>
473
474 PR testsuite/24727
475 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
476
164e3873
TV
4772019-06-24 Tom de Vries <tdevries@suse.de>
478
479 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
480
824eacee
TV
4812019-06-24 Tom de Vries <tdevries@suse.de>
482
483 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
484 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
485 * gdb.trace/unavailable-dwarf-piece.exp: Same.
486
385b97d3
TV
4872019-06-24 Tom de Vries <tdevries@suse.de>
488
489 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
490
c596f180
TV
4912019-06-21 Tom de Vries <tdevries@suse.de>
492
493 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
494
b13a7d03
TV
4952019-06-21 Tom de Vries <tdevries@suse.de>
496
497 PR testsuite/24518
498 PR ada/24713
499 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
500 index.
501
899277ae
TT
5022019-06-19 Tom Tromey <tromey@adacore.com>
503
504 * gdb.ada/length_cond.exp: Add intro comment.
505
680e1bee
TT
5062019-06-19 Tom Tromey <tromey@adacore.com>
507
508 * gdb.ada/length_cond.exp: New file.
509 * gdb.ada/length_cond/length_cond.adb: New file.
510 * gdb.ada/length_cond/pck.adb: New file.
511 * gdb.ada/length_cond/pck.ads: New file.
512
0ed4690a
TV
5132019-06-18 Tom de Vries <tdevries@suse.de>
514
515 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
516
d20ed5fd
TT
5172019-06-18 Tom Tromey <tromey@adacore.com>
518
519 * gdb.base/list0.h: Add comment explaining control character.
520
86e04673
TV
5212019-06-18 Tom de Vries <tdevries@suse.de>
522
523 * boards/fission.exp: Break up long debug_flags line.
524
c4973306
SM
5252019-06-16 Tom de Vries <tdevries@suse.de>
526
527 PR gdb/24445
528 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
529 generated index.
530
93cb9841
AB
5312019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 PR gdb/24686
534 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
535 improve detection of bug gdb/24541.
536
399aaebd
SM
5372019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
538
539 PR gdb/24669
540 * gdb.base/index-cache.exp (uses_readnow,
541 expecting_index_cache_use): Define global variable.
542 (test_cache_enabled_miss, test_cache_enabled_hit): Use
543 expecting_index_cache_use.
544
584a927c
AB
5452019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
546 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.fortran/pointers.f90: New file.
549 * gdb.fortran/print_type.exp: New file.
550 * gdb.fortran/vla-ptype.exp: Adapt expected results.
551 * gdb.fortran/vla-type.exp: Likewise.
552 * gdb.fortran/vla-value.exp: Likewise.
553 * gdb.mi/mi-vla-fortran.exp: Likewise.
554
30056ea0
AB
5552019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
558 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
559 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
560 as a stop reason.
561
ec8e2b6d
AB
5622019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.base/annota1.exp: Update expected results.
565 * gdb.cp/annota2.exp: Likewise.
566 * gdb.cp/annota3.exp: Likewise.
567
09e4c4e1
AB
5682019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.base/style-logging.exp: Remove path from test name.
571
0735b091
TT
5722019-06-14 Tom Tromey <tromey@adacore.com>
573
574 PR gdb/24502:
575 * gdb.base/style-logging.exp: New file.
576
f5686554
TT
5772019-06-14 Tom Tromey <tromey@adacore.com>
578
579 * gdb.base/symfile-warn.exp: New file.
580 * gdb.base/symfile-warn.c: New file.
581
a0c1ffed
TT
5822019-06-14 Tom Tromey <tromey@adacore.com>
583
584 * gdb.base/annotate-symlink.exp: New file.
585
f411722c
TT
5862019-06-14 Tom Tromey <tromey@adacore.com>
587
588 * gdb.ada/set_wstr.exp: Add reassignment test.
589
4268ec18
TT
5902019-06-14 Tom Tromey <tromey@adacore.com>
591
592 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
593 'unchecked_access and 'unrestricted_access as well.
594
9a9e394b
TT
5952019-06-14 Tom Tromey <tromey@adacore.com>
596
597 PR ada/24539:
598 * gdb.ada/vla.exp: Update tests.
599 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
600 pragma.
601
4c048731
PA
6022019-06-13 Pedro Alves <palves@redhat.com>
603
604 * gdb.base/settings.exp (test-integer): Test junk after
605 "unlimited".
606
6665660a
PA
6072019-06-13 Pedro Alves <palves@redhat.com>
608
609 * gdb.base/options.exp (test-thread-apply): New.
610 (top level): Call it.
611
5d707134
PA
6122019-06-13 Pedro Alves <palves@redhat.com>
613
614 * gdb.base/options.exp (test-frame-apply): New.
615 (top level): Test print commands with different "frame apply"
616 prefixes.
617
e2a689da
PA
6182019-06-13 Pedro Alves <palves@redhat.com>
619
e79be6e5 620 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
621 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
622 'max_completions' parameter and handle it.
623 (test_gdb_completion_offers_commands): New.
624
90a1ef87
PA
6252019-06-13 Pedro Alves <palves@redhat.com>
626
627 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
628
d4c16835
PA
6292019-06-13 Pedro Alves <palves@redhat.com>
630
631 * gdb.base/options.exp (test-backtrace): New.
632 (top level): Call it.
633
2daf894e
PA
6342019-06-13 Pedro Alves <palves@redhat.com>
635
636 * gdb.guile/scm-frame-args.exp: Use "set print
637 raw-frame-arguments" instead of "set print raw frame-arguments".
638 * gdb.python/py-frame-args.exp: Likewise.
639
e6ed716c
PA
6402019-06-13 Pedro Alves <palves@redhat.com>
641
642 * gdb.compile/compile.exp: Adjust expected output to option
643 processing changes.
644
7d8062de
PA
6452019-06-13 Pedro Alves <palves@redhat.com>
646
647 * gdb.base/options.exp: Build executable.
648 (test-print): New procedure.
649 (top level): Call it, once for "print" and another for "compile
650 print".
651
9d0faba9
PA
6522019-06-13 Pedro Alves <palves@redhat.com>
653
654 * gdb.base/options.c: New file.
655 * gdb.base/options.exp: New file.
656
dee7b4c8
PA
6572019-06-13 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
660 that "o" is ambiguous.
661
dca0f6c0
PA
6622019-06-13 Pedro Alves <palves@redhat.com>
663
664 * gdb.base/settings.c: New file.
665 * gdb.base/settings.exp: New file.
666
ccf46844
PA
6672019-06-13 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/completion.exp: Fix comment typo.
670
b9a3f842
PA
6712019-06-13 Pedro Alves <palves@redhat.com>
672
673 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
674 foo --1" test.
675
d106773e
PA
6762019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
677
678 * gdb.fortran/block-data.f: New.
679 * gdb.fortran/block-data.exp: New.
680
fea82da0
TV
6812019-06-11 Tom de Vries <tdevries@suse.de>
682
683 PR testsuite/24521
684 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
685 message.
686
8c2e74f1
TV
6872019-06-11 Tom de Vries <tdevries@suse.de>
688
689 PR testsuite/24521
690 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
691
b49851c8
TV
6922019-06-11 Tom de Vries <tdevries@suse.de>
693
694 * boards/readnow.exp: New file.
695
a7067863
AB
6962019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.fortran/vla-sizeof.exp: Update expected results.
699
1a3da2cd
AB
7002019-06-06 Amos Bird <amosbird@gmail.com>
701
702 * gdb.base/annota1.exp (thread_switch): Add test for
703 thread-exited annotation.
704
3847a7bf
TT
7052019-06-06 Tom Tromey <tromey@adacore.com>
706
707 * gdb.base/maint.exp: Expect command started/finished output.
708
0088ba59
AB
7092019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
710
711 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
712 comment.
713 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
714
312617a3
AB
7152019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
716
717 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
718 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
719 * gdb.arch/riscv-unwind-long-insn.c: New file.
720 * gdb.arch/riscv-unwind-long-insn.exp: New file.
721
e1f2e1a2
CB
7222019-06-04 Christian Biesinger <cbiesinger@google.com>
723
d3238f7d 724 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 725
206584bd
PW
7262019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
727
728 * lib/gdb.exp (help_list_trailer): New regexp variable
729 factorizing the help trailer message.
730 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
731 arg to allow to better factorize various tests.
732 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
733 (test_prefix_command_help): Use help_list_trailer.
734 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
735 * gdb.guile/scm-cmd.exp: Likewise.
736 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
737 * gdb.base/help.exp: Use test_user_defined_class_help.
738 * gdb.base/style.exp: Add tests for styling of help and apropos.
739 * lib/gdb-utils.exp (style): Add title and highlight styles.
740
708dc93e
PW
7412019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
742
743 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
744 $_shell_exitsignal.
745 * gdb.base/default.exp: Update for new convenience variables.
746
f49055a5
TT
7472019-05-29 Tom Tromey <tromey@adacore.com>
748
749 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
750 to "break complete ada" test case's regexp.
751
4330d61d
TT
7522019-05-29 Tom Tromey <tromey@adacore.com>
753
754 PR c++/20020:
755 * gdb.cp/constexpr-field.exp: New file.
756 * gdb.cp/constexpr-field.cc: New file.
757
000439d5
TT
7582019-05-29 Tom Tromey <tromey@adacore.com>
759
760 * gdb.base/finish.exp (finish_no_print): New proc.
761 (finish_tests): Call it.
762
5a01c34c
TV
7632019-05-24 Tom de Vries <tdevries@suse.de>
764
765 * gdb.dwarf2/gdb-add-index.exp: New file.
766
18125b16
TT
7672019-05-22 Tom Tromey <tromey@adacore.com>
768
769 * gdb.base/info-shared.exp (check_info_shared): Use "style".
770 * gdb.base/style.exp: Use "style".
771 * lib/gdb-utils.exp (style): New proc.
772
af1a8d03
TV
7732019-05-22 Tom de Vries <tdevries@suse.de>
774
775 * gdb.base/align.exp: Require c++11.
776
e7fe496b
TV
7772019-05-22 Tom de Vries <tdevries@suse.de>
778
779 PR testsuite/24586
780 * gdb.python/py-mi-var-info-path-expression.exp: Call
781 mi_skip_python_tests to check if python is supported.
782
8fca4da0
AH
7832019-05-22 Alan Hayward <alan.hayward@arm.com>
784
785 * gdb.arch/aarch64-pauth.c: New test.
786 * gdb.arch/aarch64-pauth.exp: New file.
787
b7060614
AH
7882019-05-22 Alan Hayward <alan.hayward@arm.com>
789
790 * README (Re-running Tests Outside The Testsuite): New section.
791
669d0468
TV
7922019-05-21 Tom de Vries <tdevries@suse.de>
793
794 * gdb.arch/amd64-eval.exp: Require c++11.
795 * gdb.base/max-depth.exp: Same.
796 * gdb.compile/compile-cplus-array-decay.exp: Same.
797 * gdb.cp/meth-typedefs.exp: Same.
798 * gdb.cp/subtypes.exp: Same.
799 * gdb.cp/temargs.exp: Same.
800
ce3ebcaa
AH
8012019-05-21 Alan Hayward <alan.hayward@arm.com>
802
803 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
804
34d11c68
AB
8052019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 PR gdb/18644
808 * gdb.fortran/complex.exp: Remove setup_kfail calls.
809 * gdb.fortran/printing-types.exp: Add new test.
810 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
811 testing.
812 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
813 setup_kfail call.
814
87781e84
AH
8152019-05-17 Alan Hayward <alan.hayward@arm.com>
816
817 * README (Running the Testsuite): Change example.
818 (Testsuite Parameters): Remove TRANSCRIPT.
819 * lib/gdb.exp: Remove TRANSCRIPT check.
820
b420b89e
AH
8212019-05-17 Alan Hayward <alan.hayward@arm.com>
822
823 * README (Testsuite Parameters): Add replay logging to
824 GDBSERVER_DEBUG.
825 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
826 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
827 as a comma separated list.
828 (gdb_debug_init): Override procedure.
829
408e9b8b
AH
8302019-05-17 Alan Hayward <alan.hayward@arm.com>
831
832 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
833 (gdb_write_cmd_file): New procedure.
834 * lib/gdbserver-support.exp (gdbserver_start): Call
835 gdbserver_write_cmd_file.
836 (gdbserver_write_cmd_file): New procedure.
837
f9e2e39d
AH
8382019-05-17 Alan Hayward <alan.hayward@arm.com>
839
840 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
841 (delete_breakpoints): Likewise.
842 (gdb_run_cmd): Likewise.
843 (gdb_start_cmd): Likewise.
844 (gdb_starti_cmd): Likewise.
845 (gdb_internal_error_resync): Likewise.
846 (gdb_test_multiple): Likewise.
847 (gdb_reinitialize_dir): Likewise.
848 (default_gdb_exit): Likewise.
849 (gdb_file_cmd): Mark kill as optional.
850 (default_gdb_start): Call gdb_stdin_log_init.
851 (send_gdb): Call gdb_stdin_log_write.
852 (rerun_to_main): Mark Y as an answer.
853 (gdb_stdin_log_init): New function.
854 (gdb_stdin_log_write): Likewise.
855
81f47ac2
AH
8562019-05-17 Alan Hayward <alan.hayward@arm.com>
857
858 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
859 * gdb.base/debug-expr.exp: Likewise.
860 * gdb.base/foll-fork.exp: Likewise.
861 * gdb.base/foll-vfork.exp: Likewise.
862 * gdb.base/fork-print-inferior-events.exp: Likewise.
863 * gdb.base/gdb-sigterm.exp: Likewise.
864 * gdb.base/gdbinit-history.exp: Likewise.
865 * gdb.base/osabi.exp: Likewise.
866 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
867 * gdb.base/ui-redirect.exp: Likewise.
868 * gdb.gdb/unittest.exp: Likewise.
869 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
870 * gdb.mi/mi-watch.exp: Likewise.
871 * gdb.mi/new-ui-mi-sync.exp: Likewise.
872 * gdb.mi/user-selected-context-sync.exp: Likewise.
873 * gdb.python/python.exp: Disable debug test when debugging.
874 * gdb.threads/check-libthread-db.exp: Disable when debugging.
875 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
876 Likewise.
877 * gdb.threads/stepi-random-signal.exp: Likewise.
878
29b52314
AH
8792019-05-17 Alan Hayward <alan.hayward@arm.com>
880
881 * Makefile.in: Pass through GDB_DEBUG.
882 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
883 (gdb,debug): Add board setting.
884 * lib/gdb.exp (default_gdb_start): Start debugging.
885 (gdb_debug_enabled): New procedure.
886 (gdb_debug_init): Likewise.
29b52314
AH
887
8882019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 889
29b52314
AH
890 * Makefile.in: Pass through GDB_DEBUG.
891 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
892 (gdb,debug): Add board setting.
893 * lib/gdb.exp (default_gdb_start): Start debugging.
894 (gdb_debug_enabled): New procedure.
895 (gdb_debug_init): Likewise.
29b52314 896
ca1285d1
AH
8972019-05-17 Alan Hayward <alan.hayward@arm.com>
898
899 * gdb.base/ui-redirect.exp: Add debug redirect tests.
900
f3a09c80
AH
9012019-05-17 Alan Hayward <alan.hayward@arm.com>
902
903 * gdb.base/ui-redirect.exp: Test redirection.
904
26648588
JV
9052019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
906
907 * gdb.mi/mi-complete.exp: New file.
908 * gdb.mi/mi-complete.cc: Likewise.
909
14237686
AB
9102019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
911
912 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
913 indexed and sliced arrays, and pointers to arrays.
914
e7bd7fba
TT
9152019-05-14 Tom Tromey <tromey@adacore.com>
916
917 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
918 styling test.
919
2764128d
TV
9202019-05-14 Tom de Vries <tdevries@suse.de>
921
922 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
923 selection entry encoding.
924
71bed2db
TT
9252019-05-10 Tom Tromey <tromey@adacore.com>
926
927 * gdb.ada/info_exc.exp: Add "complete" test.
928
63b667ad
TV
9292019-05-09 Tom de Vries <tdevries@suse.de>
930
931 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
932 CU-relative.
933
9cfd2b89
TV
9342019-05-09 Tom de Vries <tdevries@suse.de>
935
936 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
937 CU-relative.
938
2228ef77
XR
9392019-05-08 Joel Brobecker <brobecker@adacore.com>
940
941 * gdb.ada/frame_arg_lang.exp: New testcase.
942 * gdb.ada/frame_arg_lang/bla.adb: New file.
943 * gdb.ada/frame_arg_lang/pck.ads: New file.
944 * gdb.ada/frame_arg_lang/pck.adb: New file.
945 * gdb.ada/frame_arg_lang/foo.c: New file.
946
80e55b13
TT
9472019-05-08 Tom Tromey <tromey@adacore.com>
948
949 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
950
9d3421af
TT
9512019-05-08 Tom Tromey <tromey@adacore.com>
952
953 * gdb.base/ptype-offsets.exp: Update tests.
954
844333e2
TT
9552019-05-08 Tom Tromey <tromey@adacore.com>
956
957 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
958 cases.
959 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
960 "short".
961
988915ee
TT
9622019-05-08 Tom Tromey <tromey@adacore.com>
963
964 * gdb.ada/vla.exp: New file.
965 * gdb.ada/vla/vla.adb: New file.
966
7bd55dac
TV
9672019-05-07 Tom de Vries <tdevries@suse.de>
968
969 * gdb.base/index-cache.exp (ls_host): Fix return statement.
970
75f06e9d
TV
9712019-05-07 Tom de Vries <tdevries@suse.de>
972
973 PR testsuite/24522
974 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
975 section.
976
77e7aaa4
TV
9772019-05-07 Tom de Vries <tdevries@suse.de>
978
979 PR testsuite/24522
980 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
981 .debug_aranges section.
982
456ba0fa
TV
9832019-05-07 Tom de Vries <tdevries@suse.de>
984
985 PR testsuite/24159
986 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
987
5a56d6a6
TV
9882019-05-06 Tom de Vries <tdevries@suse.de>
989
990 * lib/gdb.exp (exec_has_index_section): New proc.
991 * gdb.base/index-cache.exp: Handle case that binfile contains an index
992 section.
993
9d6d4be8
TV
9942019-05-04 Tom de Vries <tdevries@suse.de>
995
996 * boards/cc-with-debug-names.exp: New file.
997
222a8d25
TT
9982019-05-03 Tom Tromey <tromey@adacore.com>
999
1000 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1001 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1002 * gdb.ada/char_enum.exp: Add test.
1003
0fdfd794
TV
10042019-05-03 Tom de Vries <tdevries@suse.de>
1005
1006 * boards/cc-with-gdb-index.exp: New file.
1007
80062eb9
AB
10082019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.rust/simple.exp: Add new test case.
1011 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1012 (main): Initialise an instance of the new struct.
1013
4504bbde
TT
10142019-05-01 Tom Tromey <tromey@adacore.com>
1015
1016 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1017 record.
1018 (NPR): New variable.
1019 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1020 test.
1021
d48e62f4
TT
10222019-05-01 Tom Tromey <tromey@adacore.com>
1023
1024 * gdb.ada/packed_array_assign.exp: Add packed assignment
1025 regression test.
1026
f59f30f5
TV
10272019-05-01 Tom de Vries <tdevries@suse.de>
1028
1029 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1030
b70bfc54
TV
10312019-05-01 Tom de Vries <tdevries@suse.de>
1032
1033 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1034
15f18d14
AT
10352019-04-30 Ali Tamur <tamur@google.com>
1036
1037 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1038
2ff0a947
TT
10392019-04-30 Tom Tromey <tromey@adacore.com>
1040
1041 * lib/ada.exp (find_ada_tool): New proc.
1042 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1043 * gdb.ada/catch_ex_std.exp: New file.
1044 * gdb.ada/catch_ex_std/foo.adb: New file.
1045 * gdb.ada/catch_ex_std/some_package.adb: New file.
1046 * gdb.ada/catch_ex_std/some_package.ads: New file.
1047
a776957c
TT
10482019-04-30 Tom Tromey <tromey@adacore.com>
1049
1050 PR c++/24470:
1051 * gdb.cp/temargs.cc: Add test code from PR.
1052
bc68014d
AB
10532019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.fortran/vla-datatypes.exp: Update expected results.
1056 * gdb.fortran/vla-ptype.exp: Likewise.
1057 * gdb.fortran/vla-type.exp: Likewise.
1058 * gdb.fortran/vla-value.exp: Likewise.
1059
f1fdc960
AB
10602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.fortran/ptr-indentation.exp: Update expected results.
1063 * gdb.fortran/ptype-on-functions.exp: Likewise.
1064 * gdb.fortran/vla-ptr-info.exp: Likewise.
1065 * gdb.fortran/vla-value.exp: Likewise.
1066
bf7a4de1
AB
10672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.fortran/ptype-on-functions.exp: New file.
1070 * gdb.fortran/ptype-on-functions.f90: New file.
1071
bbe75b9d
AB
10722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1075 case void string.
1076
1db455a7
AB
10772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * gdb.fortran/complex.exp: Expand.
1080 * gdb.fortran/complex.f: Renamed to...
1081 * gdb.fortran/complex.f90: ...this, and extended to add more
1082 complex values.
1083
b6d03bb2
AB
10842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1087 MODULO, CMPLX.
1088
2e62ab40
AB
10892019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1090 Richard Bunt <richard.bunt@arm.com>
1091
1092 * gdb.base/max-depth.c: New file.
1093 * gdb.base/max-depth.exp: New file.
1094 * gdb.python/py-nested-maps.c: New file.
1095 * gdb.python/py-nested-maps.exp: New file.
1096 * gdb.python/py-nested-maps.py: New file.
1097 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1098 (test_all_common): Call test_max_depth.
1099 * gdb.fortran/max-depth.exp: New file.
1100 * gdb.fortran/max-depth.f90: New file.
1101 * gdb.go/max-depth.exp: New file.
1102 * gdb.go/max-depth.go: New file.
1103 * gdb.modula2/max-depth.exp: New file.
1104 * gdb.modula2/max-depth.c: New file.
1105 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1106
d2b584a5
TV
11072019-04-29 Tom de Vries <tdevries@suse.de>
1108
1109 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1110
136afab8
PW
11112019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1112
1113 * gdb.base/callexit.exp: Test may-call-functions off.
1114
725cbb63
KS
11152019-04-25 Keith Seitz <keiths@redhat.com>
1116
1117 PR c++/24367
1118 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1119 (another_incomplete_struct, test_incomplete): New definitions.
1120 (main): Use new definitions.
1121 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1122 functions.
1123
82433e3e
SDJ
11242019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1125
1126 PR corefiles/11608
1127 PR corefiles/18187
1128 * gdb.base/coredump-filter-build-id.exp: New file.
1129
dd06d4d6
AH
11302019-04-25 Alan Hayward <alan.hayward@arm.com>
1131
e79be6e5
SM
1132 * Makefile.in: Pass through GDBSERVER_DEBUG.
1133 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1134 (gdbserver,debug): Add board setting.
1135 * gdb.trace/tspeed.exp: Skip when debugging.
1136 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1137 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1138
1670072e
TT
11392019-04-24 Tom Tromey <tromey@adacore.com>
1140
1141 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1142 Rust.
1143
a59240a4
TT
11442019-04-24 Tom Tromey <tromey@adacore.com>
1145
1146 * gdb.arch/amd64-eval.exp: Test bitfield return.
1147 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1148 (class Foo) <return_bitfields>: New method.
1149 (main): Call it.
1150
b907456c
AB
11512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 * gdb.cp/many-args.cc: New file.
1154 * gdb.cp/many-args.exp: New file.
1155
5c565afd
TV
11562019-04-23 Tom de Vries <tdevries@suse.de>
1157
1158 PR gdb/24433
1159 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1160
ba22ff86
AH
11612019-04-23 Alan Hayward <alan.hayward@arm.com>
1162
1163 * gdb.trace/backtrace.exp: Use nopie flag.
1164 * gdb.trace/circ.exp: Likewise.
1165 * gdb.trace/collection.exp: Likewise.
1166 * gdb.trace/ftrace.exp: Likewise.
1167 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1168 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1169 * gdb.trace/qtro.exp: Likewise.
1170 * gdb.trace/read-memory.exp: Likewise.
1171 * gdb.trace/report.exp: Likewise.
1172 * gdb.trace/tfile.exp: Likewise.
1173 * gdb.trace/tfind.exp: Likewise.
1174 * gdb.trace/unavailable.exp: Likewise.
1175
7905fc35
PA
11762019-04-22 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.base/solib-probes-nosharedlibrary.c,
1179 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1180
8ecb59f8
TT
11812019-04-19 Tom Tromey <tromey@adacore.com>
1182
1183 * gdb.ada/ptype_union.c: New file.
1184 * gdb.ada/ptype_union.exp: New file.
1185
62160ec9
TT
11862019-04-19 Tom Tromey <tromey@adacore.com>
1187
1188 PR symtab/24423:
1189 * gdb.base/list0.h (foo): Add a control-l character.
1190
36cd4ba5
TV
11912019-04-18 Tom de Vries <tdevries@suse.de>
1192
1193 PR gdb/24433
1194 * boards/local-board.exp: Set sysroot to "".
1195
b73715df
TV
11962019-04-18 Tom de Vries <tdevries@suse.de>
1197 Pedro Alves <palves@redhat.com>
1198
1199 PR gdb/24454
1200 * gdb.threads/vfork-follow-child-exec.c: New file.
1201 * gdb.threads/vfork-follow-child-exec.exp: New file.
1202 * gdb.threads/vfork-follow-child-exit.c: New file.
1203 * gdb.threads/vfork-follow-child-exit.exp: New file.
1204
4aa866af
LS
12052019-04-15 Leszek Swirski <leszeks@google.com>
1206
1207 * gdb.arch/amd64-eval.cc: New file.
1208 * gdb.arch/amd64-eval.exp: New file.
1209
e5a1a79a
AH
12102019-04-11 Alan Hayward <alan.hayward@arm.com>
1211
1212 * gdb.server/sysroot.c: New test.
1213 * gdb.server/sysroot.exp: New file.
1214 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1215 matching param.
1216
41077b66
AB
12172019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.base/align.exp: Extend test to cover structures containing
1220 only static fields.
1221
c30391f8
TV
12222019-04-11 Tom de Vries <tdevries@suse.de>
1223
1224 * boards/cc-with-dwz-m.exp: New file.
1225 * boards/cc-with-dwz.exp: New file.
1226 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1227
e242fd12
SM
12282019-04-09 Simon Marchi <simon.marchi@efficios.com>
1229
1230 * gdb.base/start-cpp.exp: New file.
1231 * gdb.base/start-cpp.cc: New file.
1232
2b0c8b01
KB
12332019-04-08 Kevin Buettner <kevinb@redhat.com>
1234
1235 * gdb.python/py-thrhandle.exp: Adjust tests to call
1236 thread_from_handle instead of thread_from_thread_handle.
1237
947210e5
KB
12382019-04-08 Kevin Buettner <kevinb@redhat.com>
1239
1240 * gdb.python/py-thrhandle.exp: Add tests for
1241 gdb.InferiorThread.handle.
1242
d7df6549
AB
12432019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.python/py-function.exp: Check calling helper function from
1246 all languages.
1247 * lib/gdb.exp (gdb_supported_languages): New proc.
1248
8bdc1658
AB
12492019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.base/complex-parts.c: New file.
1252 * gdb.base/complex-parts.exp: New file.
1253
05caa1d2
TT
12542019-04-01 Tom Tromey <tromey@adacore.com>
1255
1256 PR symtab/23331:
1257 * gdb.dwarf2/dw2-ranges-main.c: New file.
1258 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1259 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1260
7734102d
EZ
12612019-03-30 Simon Marchi <simark@simark.ca>
1262
1263 * gdb.base/default.exp: Add values for $_gdb_major and
1264 $_gdb_minor.
1265
188e1fa9
TT
12662019-03-29 Tom Tromey <tromey@adacore.com>
1267
1268 * gdb.base/help.exp: Tighten apropos regexp.
1269
2880242d
KS
12702019-03-29 Keith Seitz <keiths@redhat.com>
1271
1272 * gdb.fortran/array-bounds.exp: New file.
1273 * gdb.fortran/array-bounds.f90: New file.
1274
077cad8e
PW
12752019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1276
1277 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1278
80047cfc
PW
12792019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1280
1281 * gdb.multi/hello.c (main): Increase alarm timer.
1282
f489207e
SL
12832019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1284
1285 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1286 factor when no hardware watchpoint support.
1287
c92df149
AH
12882019-03-28 Alan Hayward <alan.hayward@arm.com>
1289 Pedro Alves <palves@redhat.com>
1290
1291 * boards/local-board.exp: set sysroot to /.
1292
933aebfa
AH
12932019-03-27 Alan Hayward <alan.hayward@arm.com>
1294
1295 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1296 in child.
1297
9f9aa852
AB
12982019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1299
1300 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1301 field.
1302 (make_container): Initialise new field.
1303 * gdb.python/py-prettyprint.exp: Add new tests.
1304 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1305 <display_hint>: New method.
1306
3714a195
AB
13072019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1308
1309 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1310 gdb_continue_to_breakpoint more throughout this test.
1311 (run_lang_tests) Supply unique test names, and use
1312 gdb_test_no_output.
1313
18c77628
AB
13142019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * gdb.base/finish-pretty.exp: Update expected results.
1317 * gdb.base/pretty-print.c: New file.
1318 * gdb.base/pretty-print.exp: New file.
1319
9a93502f
PA
13202019-03-25 Pedro Alves <palves@redhat.com>
1321
1322 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1323 move comments outside list. Append '-i "" eof' section.
1324
968aa7ae
AH
13252019-03-22 Alan Hayward <alan.hayward@arm.com>
1326
1327 * README: Add pie options.
1328 * gdb.base/break-interp.exp: Ensure pie is disabled.
1329 * gdb.base/dump.exp: Likewise.
1330 * lib/gdb.exp (gdb_compile): Add pie option.
1331
4c7d57e7
TT
13322019-03-19 Tom Tromey <tromey@adacore.com>
1333
1334 * gdb.mi/mi2-cli-display.c: New file.
1335 * gdb.mi/mi2-cli-display.exp: New file.
1336
bff8c71f
TT
13372019-03-18 Joel Brobecker <brobecker@adacore.com>
1338 Tom Tromey <tromey@adacore.com>
1339
1340 * gdb.ada/ptype_array/pck.adb: New file.
1341 * gdb.ada/ptype_array/pck.ads: New file.
1342 * gdb.ada/ptype_array/foo.adb: New file.
1343 * gdb.ada/ptype_array.exp: New file.
1344
d085f989
TT
13452019-03-14 Tom Tromey <tromey@adacore.com>
1346
1347 * gdb.base/style.exp: Add "set style sources" test.
1348
b4be1b06
SM
13492019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1350
1351 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1352 * mi-breakpoint-multiple-locations.exp: ... this.
1353 (make_breakpoints_pattern): New proc.
1354 (do_test): Add mi_version parameter, test -break-insert,
1355 -break-info and =breakpoint-created.
1356
7cde5fc2
AB
13572019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1358
1359 * config/default.exp: Remove 'load_lib gdb.exp'.
1360 * config/monitor.exp: Likewise.
1361 * config/sid.exp: Likewise.
1362 * config/sim.exp: Likewise.
1363 * config/slite.exp: Likewise.
1364 * config/unix.exp: Likewise.
1365 * gdb.base/default.exp: Remove unhelpful comment.
1366
efbecbc1
AB
13672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1370
0841c79a
AB
13712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1374
4a270568
AB
13752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.fortran/type-kinds.exp: Update expected results.
1378
067630bd
AB
13792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1380
1381 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1382
3be47f7a
AB
13832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1386 function.
1387 (test_basic_parsing_of_type_kinds): Expand types tested.
1388 (test_parsing_invalid_type_kinds): New function.
1389
4d00f5d8
AB
13902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.fortran/intrinsics.exp: New file.
1393 * gdb.fortran/intrinsics.f90: New file.
1394 * gdb.fortran/type-kinds.exp: New file.
1395
c8f91604
AB
13962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.fortran/dot-ops.exp: New file.
1399
dd9f2c76
AB
14002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1403 Check upper and lower case logical literals.
1404
84ec9724
AB
14052019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1408 Remove duplicate tests.
1409
c3734e09
AH
14102019-03-06 Alan Hayward <alan.hayward@arm.com>
1411
1412 * lib/gdb.exp (builtin_cd): rename of cd.
1413 (cd): Override builtin.
1414
aa3cfbda
RB
14152019-03-06 Richard Bunt <richard.bunt@arm.com>
1416
1417 * gdb.fortran/function-calls.exp: New file.
1418 * gdb.fortran/function-calls.f90: New test.
1419
7b63ad86
RB
14202019-03-04 Richard Bunt <richard.bunt@arm.com>
1421
1422 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1423 on user program standard output.
1424 * gdb.fortran/short-circuit-argument-list.f90: Record function
1425 calls.
1426
01abb042
AH
14272019-02-28 Alan Hayward <alan.hayward@arm.com>
1428
c3734e09
AH
1429 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1430 failure.
01abb042 1431
92137da0
RO
14322019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1433
1434 PR gdb/8527
1435 * gdb.base/interrupt-daemon-attach.c,
1436 gdb.base/interrupt-daemon-attach.exp: New test.
1437
5862844d
PA
14382019-02-27 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.base/page.exp: Add tests for "set width/height -1".
1441
8ed25214
PA
14422019-02-27 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.base/page.exp: Add tests for "set/show width/height" with
1445 "infinite" values.
1446
6c28e44a
TT
14472019-02-27 Tom Tromey <tromey@adacore.com>
1448
1449 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1450 2.4.
1451 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1452 workaround.
1453
bf9a735e
AB
14542019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1457 tests for structs with static members.
1458
8791793c
TT
14592019-02-26 Tom Tromey <tromey@adacore.com>
1460
1461 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1462 ValueError, not TypeError.
1463
bc2a507e
KB
14642019-02-26 Kevin Buettner <kevinb@redhat.com>
1465
1466 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1467 call from main program.
1468
e0e7d3bd
JB
14692019-02-23 Joel Brobecker <brobecker@adacore.com>
1470
1471 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1472 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1473 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1474 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1475 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1476
9600246d
KS
14772019-02-22 Keith Seitz <keiths@redhat.com>
1478
1479 PR symtab/23853
1480 * gdb.base/symlink-sourcefile.c: New file.
1481 * gdb.base/symlink-sourcefile.exp: New file.
1482
0c95f9ed
TT
14832019-02-20 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.base/info_qt.exp: Update.
1486
6caa91b6
SM
14872019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1488
1489 * gdb.base/source.exp: Move "error in sourced script" code to
1490 the end.
1491 * gdb.base/source-error.gdb: Move contents to
1492 source-error-1.gdb. Add new code to source source-error-1.gdb.
1493 * gdb.base/source-error-1.gdb: New file, from previous
1494 source-error.gdb.
1495
6506371f
TT
14962019-02-17 Tom Tromey <tom@tromey.com>
1497
1498 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1499 for macro styling.
1500 * gdb.base/style.c (SOME_MACRO): New macro.
1501
a0087920
TT
15022019-02-17 Tom Tromey <tom@tromey.com>
1503
1504 * gdb.base/style.exp: Add line-wrapping tests.
1505 * gdb.base/page.exp: Add test for quitting during pagination.
1506
a2cd4f14
JB
15072019-02-17 Joel Brobecker <brobecker@adacore.com>
1508
1509 * gdb.ada/big_packed_array: New testcase.
1510 * gdb.ada/homonym.exp: Fix incorrect expected output for
1511 "break <homonym__get_value>" test.
1512
9d70ffbc
WP
15132019-02-13 Weimin Pan <weimin.pan@oracle.com>
1514
1515 PR breakpoints/21870
1516 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1517 and prepare_for_testing. Add comment.
1518 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1519 redundant cleanup call. Clean up comment.
1520
01c7ae81
WP
15212019-02-12 Weimin Pan <weimin.pan@oracle.com>
1522
1523 PR breakpoints/21870
1524 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1525 * gdb.arch/aarch64-dbreg-contents.c: New file.
1526
aff29d1c
JB
15272019-02-10 Joel Brobecker <brobecker@adacore.com>
1528
1529 * gdb.ada/mi_ref_changeable: New testcase.
1530
df0da8a2
AH
15312019-02-07 Alan Hayward <alan.hayward@arm.com>
1532
1533 * gdb.base/attach.exp: Add double attach test.
1534
bd447abb
SM
15352019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1536
1537 * lib/gdb.exp (default_gdb_start): Don't match pagination
1538 prompt.
1539 (gdb_init): Set stty_init.
1540
1dbc40b9
TT
15412019-01-27 Tom Tromey <tom@tromey.com>
1542
1543 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1544 skip_python_tests.
1545
353229bf
AH
15462019-01-24 Alan Hayward <alan.hayward@arm.com>
1547
1548 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1549 New structure.
1550 (struct struct_static_02_02): Likewise.
1551 (struct struct_static_02_03): Likewise.
1552 (struct struct_static_02_04): Likewise.
1553 (struct struct_static_04_01): Likewise.
1554 (struct struct_static_04_02): Likewise.
1555 (struct struct_static_04_03): Likewise.
1556 (struct struct_static_04_04): Likewise.
1557 (struct struct_static_06_01): Likewise.
1558 (struct struct_static_06_02): Likewise.
1559 (struct struct_static_06_03): Likewise.
1560 (struct struct_static_06_04): Likewise.
1561 (cmp_struct_static_02_01): Likewise.
1562 (cmp_struct_static_02_02): Likewise.
1563 (cmp_struct_static_02_03): Likewise.
1564 (cmp_struct_static_02_04): Likewise.
1565 (cmp_struct_static_04_01): Likewise.
1566 (cmp_struct_static_04_02): Likewise.
1567 (cmp_struct_static_04_03): Likewise.
1568 (cmp_struct_static_04_04): Likewise.
1569 (cmp_struct_static_06_01): Likewise.
1570 (cmp_struct_static_06_02): Likewise.
1571 (cmp_struct_static_06_03): Likewise.
1572 (cmp_struct_static_06_04): Likewise.
1573 (call_all): Test new structs.
1574 * gdb.base/infcall-nested-structs.exp: Likewise.
1575
73021deb
AH
15762019-01-21 Alan Hayward <alan.hayward@arm.com>
1577 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1578
fc65c7db
AH
15792019-01-21 Alan Hayward <alan.hayward@arm.com>
1580 * gdb.base/stack-protector.c: New test.
1581 * gdb.base/stack-protector.exp: New file.
1582 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1583 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1584 option.
1585 (gdb_compile): Remove stack protector for GCC and prevent
1586 recursion.
1587
c24bdb02
KS
15882019-01-16 Keith Seitz <keiths@redhat.com>
1589
1590 PR gdb/23773
1591 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1592
6f072a10
PFC
15932019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1594
1595 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1596 aliases.
1597 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1598 tests.
1599 * gdb.arch/powerpc-vector-regs.c: New file.
1600 * gdb.arch/powerpc-vector-regs.exp: New file.
1601
a7b8d682
PFC
16022019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1603
1604 * gdb.arch/altivec-regs.exp: Fix the list passed to
1605 gdb_expect_list when testing "info vector".
1606
6eb6fb67
AB
16072019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * gdb.base/style.exp: Don't include path in testname.
1610
b56f80d8
KS
16112019-01-10 Keith Seitz <keiths@redhat.com>
1612
1613 PR gdb/23712
1614 PR symtab/23010
1615 * gdb.dwarf2/multidictionary.exp: New file.
1616
041be526
SM
16172019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1618
1619 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1620 (test_gnuv3_style_demangling): ... this.
1621 (test_lucid_style_demangling): Remove.
1622 (test_arm_style_demangling): Remove.
1623 (test_hp_style_demangling): Remove.
1624 (do_tests): Remove calls to the above.
1625
d820d0c3
AB
16262019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1629 case.
1630
f097f5ad
TT
16312019-01-06 Tom Tromey <tom@tromey.com>
1632
1633 PR gdb/28155:
1634 * gdb.dwarf2/typedef-void-finish.exp: New file.
1635
2cd8cc0b
TT
16362018-12-28 Tom Tromey <tom@tromey.com>
1637 Simon Marchi <simark@simark.ca>
1638
1639 * gdb.base/jit-exec.exp: New file.
1640 * gdb.base/jit-exec.c: New file.
1641 * gdb.base/jit-execd.c: New file.
1642
35fb8261
TT
16432018-12-28 Tom Tromey <tom@tromey.com>
1644
1645 * gdb.base/style.exp: Update test to check for address styling.
1646
47fd17cd
TT
16472018-12-28 Tom Tromey <tom@tromey.com>
1648
1649 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1650 message.
1651
d47032b7
TT
16522018-12-28 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.base/style.exp: Add test for version number styling.
1655
af79b68d
TT
16562018-12-28 Tom Tromey <tom@tromey.com>
1657
1658 * gdb.base/style.exp: Add test for print_address_symbolic.
1659
0bb296cb
TT
16602018-12-28 Tom Tromey <tom@tromey.com>
1661
1662 * gdb.base/style.exp: Add test for breakpoint setting.
1663
80ae2043
TT
16642018-12-28 Tom Tromey <tom@tromey.com>
1665
1666 * gdb.base/style.exp: Add test for variable names.
1667
cbe56571
TT
16682018-12-28 Tom Tromey <tom@tromey.com>
1669
1670 * gdb.base/style.exp: New file.
1671 * gdb.base/style.c: New file.
1672
9162a27c
TT
16732018-12-28 Tom Tromey <tom@tromey.com>
1674
1675 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1676 "dumb".
1677 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1678 the TERM environment variable.
1679
bc543c90
TT
16802018-12-27 Tom Tromey <tom@tromey.com>
1681
1682 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1683 pagination test.
1684
6f0ffe50
AB
16852018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1686
1687 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1688 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1689
b5a1e557
PW
16902018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1691
1692 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1693 Filename a.adb changed to bp_fun_addr.adb.
1694 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1695
6e8b1ab2
JV
16962018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1697
1698 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1699 non-PIE executables.
1700 * README: Mention the gdb,nopie_flag board setting.
1701 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1702 non-PIE executable.
1703 * gdb.arch/amd64-entry-value.exp: Likewise.
1704 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1705 * gdb.arch/i386-float.exp: Likewise.
1706 * gdb.arch/i386-signal.exp: Likewise.
1707 * gdb.mi/mi-reg-undefined.exp: Likewise.
1708
d00a27c5
PM
17092018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1710
1711 PR gdb/23974
1712 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1713
161d081c
PW
17142018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1715
1716 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1717 Update order of results accordingly.
1718
b001de23
AB
17192018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * gdb.base/annota1.exp: Update a test regexp.
1722
99e1a184
AB
17232018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1726
7a81c1e2
PW
17272018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1728
1729 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1730 (reuse_time): Initialize to REUSE_TIME_CAP.
1731 (check_rc): New function.
1732 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1733 Check pthread_create rc.
1734 (spawner_thread_func): Check pthread_create and pthread_join rc.
1735
73e8dc90
PA
17362018-12-08 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.base/list.exp (test_forward_search): Rename to ...
1739 (test_forward_reverse_search): ... this. Also test reverse-search
1740 and the forward-search alias.
1741
13f2ed32
AB
17422018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1743
1744 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1745 local timeout variable before return, and remove all local timeout
1746 variable entirely.
1747 (gdb_load): Likewise.
1748
64d27cfc
TV
17492018-12-01 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.base/gdb-caching-proc.exp: New file.
1752
f63c03b4
SDJ
17532018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1754
1755 * Makefile.in (TIMESTAMP): New variable.
1756 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1757 command.
1758 (check-single-racy): Likewise.
1759 (check/%.exp): Likewise.
1760 (check-racy/%.exp): Likewise.
1761 (workers/%.worker): Likewise.
1762 (build-perf): Likewise.
1763 (check-perf): Likewise.
1764 * README: Describe new "TS" and "TS_FORMAT" variables.
1765 * print-ts.py: New file.
1766
1c97054b
BF
17672018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1768
1769 PR python/23714
1770 * gdb.python/python.exp: Test command repetition after
1771 gdb.execute.
1772
1871a62d
AB
17732018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1776 is correctly aligned.
1777
fb5e1ed9
PW
17782018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1779
1780 * gdb.ada/info_auto_lang.exp: New testcase.
1781 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1782 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1783 * gdb.ada/info_auto_lang/some_c.c: New file.
1784
43d397ca
PW
17852018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1786
1787 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1788 FUNC_lang language syntax.
1789
beddd671
PW
17902018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1791
1792 * gdb.base/info_minsym.c: New file.
1793 * gdb.base/info_minsym.exp: New file.
1794
73fc52c4
TT
17952018-11-19 Tom Tromey <tom@tromey.com>
1796
1797 PR rust/23625:
1798 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1799 * gdb.rust/expr.exp: Update expected output. Change one test.
1800
994b876a
TT
18012018-11-19 Tom Tromey <tom@tromey.com>
1802
1803 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1804
6769f276
PA
18052018-11-19 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1808 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1809 see the expected warning.
1810
38a72da0
AH
18112018-11-16 Alan Hayward <alan.hayward@arm.com>
1812
1813 PR gdb/22736:
1814 * gdb.cp/infcall-nodebug-lib.c: New test.
1815 * gdb.cp/infcall-nodebug-main.c: New test.
1816 * gdb.cp/infcall-nodebug.exp: New file.
1817
53a89d6e
SM
18182018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1819
1820 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1821 completer tests.
1822
9325300d
TV
18232018-11-09 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.base/msym-lang.c: New test.
1826 * gdb.base/msym-lang.exp: New file.
1827 * gdb.base/msym-lang-main.c: New test.
1828
20f0d60d
TT
18292018-11-08 Tom Tromey <tom@tromey.com>
1830
1831 PR gdb/23555:
1832 PR gdb/23838:
1833 * gdb.base/warning.exp: New file.
1834
b5420128
JB
18352018-11-08 Jan Beulich <jbeulich@suse.com>
1836
1837 * testsuite/gdb.arch/i386-avx512.c,
1838 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1839
cd115d61
AB
18402018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1841
1842 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1843 point hardware.
1844
35ee2dc2
AB
18452018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1848 * gdb.dwarf2/missing-type-name.exp: New file.
1849
31aceee8
TV
18502018-11-06 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.base/many-headers.c: New test.
1853 * gdb.base/many-headers.exp: New file.
1854
109be305
JW
18552018-11-06 Jim Wilson <jimw@sifive.com>
1856
1857 * gdb.base/code_elim.exp: For riscv, set additional_flags
1858 to include -msmall-data-limit=0.
1859
e2b7af72
JB
18602018-11-01 Joel Brobecker <brobecker@adacore.com>
1861
1862 * gdb.ada/watch_minus_l: New testcase.
1863
cdcda965
SM
18642018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1865
1866 * gdb.arch/aix-sighandle.c: New file.
1867 * gdb.arch/aix-sighandle.exp: New file.
1868
92dcebf3
AB
18692018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1870
1871 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1872 registers being unions.
1873
68b9ac18
TV
18742018-10-31 Tom de Vries <tdevries@suse.de>
1875
1876 * lib/valgrind.exp: New file.
1877 (vgdb_start, vgdb_stop): New procs, factored out of ...
1878 * gdb.base/valgrind-bt.exp: ... here, ...
1879 * gdb.base/valgrind-disp-step.exp: ... here and ...
1880 * gdb.base/valgrind-infcall.exp: ... here.
1881
1443936e
TV
18822018-10-31 Tom de Vries <tdevries@suse.de>
1883
1884 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1885
eb77c9df
AB
18862018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1887
1888 * gdb.dwarf2/void-type.c: New file.
1889 * gdb.dwarf2/void-type.exp: New file.
1890
82b5e646
PW
18912018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1892
1893 * gdb.base/info_qt.c: New file.
1894 * gdb.base/info_qt.exp: New file.
1895
8d619c01
EBM
18962018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1897
1898 * gdb.arch/powerpc-htm-regs.c: New file.
1899 * gdb.arch/powerpc-htm-regs.exp: New file.
1900
f2cf6173
EBM
19012018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1902
1903 * gdb.arch/powerpc-tar.c: New file.
1904 * gdb.arch/powerpc-tar.exp: New file.
1905
7ca18ed6
EBM
19062018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1907
1908 * gdb.arch/powerpc-ppr-dscr.c: New file.
1909 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1910
bfcc0eba
TV
19112018-10-25 Tom de Vries <tdevries@suse.de>
1912
1913 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1914
fe1a5cad
TV
19152018-10-24 Tom de Vries <tdevries@suse.de>
1916
1917 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1918 longer exists error.
1919
a76dc3b7
TV
19202018-10-24 Tom de Vries <tdevries@suse.de>
1921
1922 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1923
4df46df7
TV
19242018-10-24 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1927 --db-attach in valgrind.
1928
0dbfcfff
AB
19292018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * gdb.arch/riscv-reg-aliases.c: New file.
1932 * gdb.arch/riscv-reg-aliases.exp: New file.
1933
b04480b1
AH
19342018-10-19 Alan Hayward <alan.hayward@arm.com>
1935
1936 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1937
2c6ac8d7
AH
19382018-10-19 Alan Hayward <alan.hayward@arm.com>
1939
1940 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1941
2bc69f25
AH
19422018-10-19 Alan Hayward <alan.hayward@arm.com>
1943
1944 * gdb.cp/ovldbreak.exp: Fix regexps.
1945
1f1ae3a3
AH
19462018-10-19 Alan Hayward <alan.hayward@arm.com>
1947
1948 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1949
94c18618
SDJ
19502018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1951
1952 PR cli/23785
1953 * gdb.base/restore.exp: New test to check if "restore" with an
1954 invalid file doesn't segfault.
1955
812cd6eb
TV
19562018-10-18 Tom de Vries <tdevries@suse.de>
1957
1958 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1959 * gdb.ada/excep_handle.exp: Same.
1960 * gdb.ada/mi_string_access.exp: Same.
1961 * gdb.ada/mi_var_union.exp: Same.
1962 * gdb.arch/arc-analyze-prologue.exp: Same.
1963 * gdb.arch/arc-decode-insn.exp: Same.
1964 * gdb.base/readnever.exp: Same.
1965 * gdb.fortran/printing-types.exp: Same.
1966 * gdb.guile/scm-lazy-string.exp: Same.
1967
c4b90788
TV
19682018-10-16 Tom de Vries <tdevries@suse.de>
1969
1970 PR gdb/23730
1971 * gdb.base/catch-follow-exec.c: Add copyright notice.
1972 * gdb.base/catch-follow-exec.exp: Rewrite to use
1973 gdb_spawn_with_cmdline_opts. Require gdb-native.
1974
8bca2978
SL
19752018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1976
1977 * gdb.trace/actions-changed.exp: Check for arch support.
1978 * gdb.trace/actions.exp: Likewise.
1979 * gdb.trace/ax.exp: Likewise.
1980 * gdb.trace/backtrace.exp: Likewise.
1981 * gdb.trace/change-loc.exp: Likewise.
1982 * gdb.trace/deltrace.exp: Likewise.
1983 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1984 * gdb.trace/ftrace.exp: Likewise.
1985 * gdb.trace/infotrace.exp: Check for arch support.
1986 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1987 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1988 * gdb.trace/mi-tsv-changed.exp: Likewise.
1989 * gdb.trace/packetlen.exp: Likewise.
1990 * gdb.trace/passc-dyn.exp: Likewise.
1991 * gdb.trace/passcount.exp: Likewise.
1992 * gdb.trace/pending.exp: Likewise.
1993 * gdb.trace/range-stepping.exp: Check for shlib support.
1994 * gdb.trace/report.exp: Check for arch support.
1995 * gdb.trace/save-trace.exp: Likewise.
1996 * gdb.trace/signal.exp: Check for signal support.
1997 * gdb.trace/tfind.exp: Check for arch support.
1998 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1999 * gdb.trace/trace-common.h: Add comment.
2000 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2001 * gdb.trace/trace-enable-disable.exp: Likewise.
2002 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2003 * gdb.trace/tracecmd.exp: Check for arch support.
2004 * gdb.trace/tspeed.exp: Check for shlib and target support.
2005 * gdb.trace/tstatus.exp: Check for arch support.
2006 * gdb.trace/tsv.exp: Likewise.
2007 * gdb.trace/while-dyn.exp: Likewise.
2008 * gdb.trace/while-stepping.exp: Likewise.
2009 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2010
f9c49bff
SM
20112018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2012
2013 * gdb.trace/tspeed.exp: Remove nowarnings.
2014 (prepare_for_trace_test): Declare "global ipalib".
2015 * gdb.trace/tspeed.c: Include unistd.h.
2016 (main): Remove superfluous printf argument.
2017
d4330bde
SL
20182018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2019
2020 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2021 directory prefix on the filename.
2022
8ecfd7bd
SDJ
20232018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2024
2025 * gdb.gdb/unittest.exp: Update expected message informing that
2026 selftests have been disabled.
2027 * gdb.server/unittest.exp: Likewise.
2028
58bbcd02
TV
20292018-10-09 Tom de Vries <tdevries@suse.de>
2030
2031 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2032 with runto_main.
2033
9f6b697b
WP
20342018-10-08 Weimin Pan <weimin.pan@oracle.com>
2035
2036 PR c++/16841
2037 * gdb.cp/virtbase2.cc: New file.
2038 * gdb.cp/virtbase2.exp: New file.
2039
add5ded5
TT
20402018-10-06 Tom Tromey <tom@tromey.com>
2041
2042 PR python/19399:
2043 * gdb.python/py-inferior.exp: Add architecture test.
2044
f9e48344
TT
20452018-10-06 Tom Tromey <tom@tromey.com>
2046
2047 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2048 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2049
2a8be203
TT
20502018-10-06 Tom Tromey <tom@tromey.com>
2051
2052 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2053 of a "throw" catchpoint.
2054
e04caa70
SDJ
20552018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2056
2057 * gdb.base/info-proc.exp: Update string expected from "help info
2058 proc".
2059
5ca8c39f
TT
20602018-10-04 Tom Tromey <tom@tromey.com>
2061
2062 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2063 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2064 (test_initial_complaints, test_empty_complaints): Update.
2065 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2066
3453e7e4
TT
20672018-10-04 Tom Tromey <tom@tromey.com>
2068
2069 PR cli/19551:
2070 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2071 * lib/gdb.exp (gdb_file_cmd): Update.
2072 * gdb.stabs/weird.exp (print_weird_var): Update.
2073 * gdb.server/solib-list.exp: Update.
2074 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2075 * gdb.mi/mi-cli.exp: Update.
2076 * gdb.linespec/linespec.exp: Update.
2077 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2078 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2079 * gdb.cp/cp-relocate.exp: Update.
2080 * gdb.base/sym-file.exp: Update.
2081 * gdb.base/relocate.exp: Update.
2082 * gdb.base/readnever.exp: Update.
2083 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2084 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2085 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2086 * gdb.base/code_elim.exp: Update.
2087 * gdb.base/break-unload-file.exp (test_break): Update.
2088 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2089 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2090 Update.
2091 * gdb.base/attach.exp (do_attach_tests): Update.
2092 * gdb.base/sepdebug.exp: Update.
2093 * gdb.python/py-section-script.exp: Update.
2094
6afcf761
TT
20952018-10-04 Tom Tromey <tom@tromey.com>
2096
2097 PR cli/22234:
2098 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2099 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2100 output.
2101
fef1b293
TT
21022018-10-04 Tom Tromey <tom@tromey.com>
2103
2104 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2105 set width and height to 0.
2106 (test_command_line_attach_run): Use -quiet.
2107
ca98345e
SL
21082018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2109
2110 * lib/gdb.exp (skip_ifunc_tests): New.
2111 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2112 other compile failures.
2113 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2114
ff34e6ae
SM
21152018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2116
2117 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2118 is_amd64_regs_target.
2119
6bb8890e
AH
21202018-10-01 Alan Hayward <alan.hayward@arm.com>
2121
2122 * gdb.arch/aarch64-sighandler-regs.c: New test.
2123 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2124 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2125
224d30d3
MM
21262018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2127
2128 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2129 assembly.
2130
f67ffa6a
AB
21312018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.base/frame-selection.exp: New file.
2134 * gdb.base/frame-selection.c: New file.
2135
9fc3183f
AH
21362018-09-27 Alan Hayward <alan.hayward@arm.com>
2137
2138 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2139 pthread barrier.
2140 (main): Likewise.
2141
d354055e
AB
21422018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * gdb.base/large-frame-1.c: New file.
2145 * gdb.base/large-frame-2.c: New file.
2146 * gdb.base/large-frame.exp: New file.
2147 * gdb.base/large-frame.h: New file.
2148
db727370
JL
21492018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2150
2151 PR gdb/20948
2152 * gdb.base/write_mem.exp: New test.
2153 * gdb.base/write_mem.c: Likewise.
2154
ae778caf
TT
21552018-09-23 Tom Tromey <tom@tromey.com>
2156
2157 PR python/18852:
2158 * gdb.python/py-parameter.exp: Add test for parameter that throws
2159 on "set".
2160
fd3ba736
TT
21612018-09-23 Tom Tromey <tom@tromey.com>
2162
2163 PR python/17284:
2164 * gdb.python/py-template.exp (test_template_arg): Add test for
2165 negative template argument number.
2166
39a24317
TT
21672018-09-23 Tom Tromey <tom@tromey.com>
2168
2169 PR python/14062:
2170 * gdb.python/python.exp: Add test for post_event error.
2171
f5769a2c
TT
21722018-09-23 Tom Tromey <tom@tromey.com>
2173
2174 PR python/18170:
2175 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2176 convert pointers to int and long.
2177
1c1e54f6
TT
21782018-09-23 Tom Tromey <tom@tromey.com>
2179
2180 PR python/20126:
2181 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2182 signed-ness conversion tests.
2183
fb4fa946
TT
21842018-09-23 Tom Tromey <tom@tromey.com>
2185
2186 PR python/18352;
2187 * gdb.python/py-value.exp (test_float_conversion): New proc.
2188 Use it.
2189
a466edac
HAQ
21902018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2191
2192 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2193
4ee9b0c5
SL
21942018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2195
2196 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2197 no readline.
2198 * gdb.base/utf8-identifiers.exp: Likewise.
2199 * gdb.cp/cpcompletion.exp: Likewise.
2200 * gdb.linespec/cpcompletion.exp: Likewise.
2201 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2202 * gdb.linespec/cpls-ops.exp: Likewise.
2203
23be8da7
RB
22042018-09-19 Richard Bunt <richard.bunt@arm.com>
2205 Chris January <chris.january@arm.com>
2206
2207 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2208 * gdb.fortran/short-circuit-argument-list.exp: New file.
2209 * gdb.fortran/short-circuit-argument-list.f90: New test.
2210
5031d0ae
SDJ
22112018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2212
2213 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2214 "arch=" keyword when executing "-stack-list-frames".
2215
b4c0d1a4
SDJ
22162018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2217
2218 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2219 "arch=" keyword when executing "-stack-list-frames".
2220
7a6d2b45
SDJ
22212018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2222
2223 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2224 break ada".
2225
8588b356
SM
22262018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2227
2228 PR python/23669
2229 * gdb.python/python.exp: Test gdb.execute("show commands").
2230
65e65158
TT
22312018-09-16 Tom Tromey <tom@tromey.com>
2232
2233 * gdb.base/new-ui.exp (do_execution_tests): Update.
2234 * gdb.base/dbx.exp (test_breakpoints): Update.
2235
bf326452
AH
22362018-09-14 Alan Hayward <alan.hayward@arm.com>
2237
2238 * lib/gdb.exp (gdb_simple_compile): Add proc.
2239 (is_elf_target): Use gdb_simple_compile.
2240 (skip_altivec_tests): Likewise.
2241 (skip_vsx_tests): Likewise.
2242 (skip_tsx_tests): Likewise.
2243 (skip_btrace_tests): Likewise.
2244 (skip_btrace_pt_tests): Likewise.
2245 (gdb_can_simple_compile): Likewise.
2246 (gdb_has_argv0): Likewise.
2247 (gdb_target_symbol_prefix): Likewise.
2248 (target_supports_scheduler_locking): Likewise.
2249
2361b0fb
TT
22502018-09-13 Tom Tromey <tom@tromey.com>
2251
2252 * Makefile.in (TAGS): Recognize proc_with_prefix and
2253 gdb_caching_proc.
2254
0ae1a321
SM
22552018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2256
2257 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2258 method.
2259
a40bf0c2
SM
22602018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2261
2262 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2263 and a few other Inferior properties when the Inferior is no
2264 longer valid.
2265
4a3fe98f
TT
22662018-09-13 Tom Tromey <tom@tromey.com>
2267
2268 PR rust/23650:
2269 * gdb.rust/simple.exp: Add test for enum field access error.
2270
098b2108
TT
22712018-09-13 Tom Tromey <tom@tromey.com>
2272
2273 PR rust/23626:
2274 * gdb.rust/simple.rs (EmptyEnum): New type.
2275 (main): Use it.
2276 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2277
1256af7d
SM
22782018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2279
2280 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2281 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2282 * gdb.python/py-symtab.exp: Update test printing an objfile.
2283
4aa8e6c2
SM
22842018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2285
2286 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2287 object.
2288
c221b2f7
AH
22892018-09-12 Alan Hayward <alan.hayward@arm.com>
2290
2291 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2292 (support_complex_tests): Use gdb_can_simple_compile.
2293 (is_ilp32_target): Likewise.
2294 (is_lp64_target): Likewise.
2295 (is_64_target): Likewise.
2296 (is_amd64_regs_target): Likewise.
2297 (is_aarch32_target): Likewise.
2298 (gdb_int128_helper): Likewise.
2299
6f1107b5
JK
23002018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2303
1f5d1570
JG
23042018-09-10 Jerome Guitton <guitton@adacore.com>
2305
2306 * gdb.ada/same_component_name: Add test for case of tagged record
2307 with variable-length fields.
2308
cc330e39
XR
23092018-09-10 Xavier Roirand <roirand@adacore.com>
2310
2311 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2312 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2313 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2314 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2315
b9c50e9a
XR
23162018-09-10 Xavier Roirand <roirand@adacore.com>
2317
2318 * gdb.ada/mi_string_access.exp: New testcase.
2319 * gdb.ada/mi_string_access/bar.adb: New file.
2320 * gdb.ada/mi_string_access/pck.adb: New file.
2321 * gdb.ada/mi_string_access/pck.asd: New file.
2322
2963898f
XR
23232018-09-10 Xavier Roirand <roirand@adacore.com>
2324
2325 * gdb.ada/mi_var_union.exp: New testcase.
2326 * gdb.ada/mi_var_union/bar.adb: New file.
2327 * gdb.ada/mi_var_union/pck.adb: New file.
2328 * gdb.ada/mi_var_union/pck.asd: New file.
2329
1aac008f
TT
23302018-09-08 Tom Tromey <tom@tromey.com>
2331
2332 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2333
332cf4c9
TT
23342018-09-08 Tom Tromey <tom@tromey.com>
2335
2336 PR python/16047:
2337 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2338 (register_pretty_printers): Register new printer.
2339 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2340 test.
2341 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2342 (an_int_type3): New global.
2343
424da6cf
JB
23442018-09-08 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.ada/expr_with_funcall: New testcase.
2347
2a62dfa9
JB
23482018-09-08 Joel Brobecker <brobecker@adacore.com>
2349
2350 * gdb.ada/packed_array_assign: New testcase.
2351
96b6697f
AB
23522018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2355 names, and add test prefixes to make test names unique.
2356
e4a62c65
TV
23572018-09-05 Tom de Vries <tdevries@suse.de>
2358
2359 * gdb.dwarf2/varval.exp: Add test.
2360
dd083ee2
GB
23612018-09-04 Gary Benson <gbenson@redhat.com>
2362
2363 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2364 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2365
aef9346c
TT
23662018-08-31 Tom Tromey <tom@tromey.com>
2367
2368 * gdb.rust/simple.rs: Rename second variable "v".
2369
c67f2e15
AB
23702018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.base/funcargs.c (use_a): New function.
2373 (recurse): Call use_a.
2374
078a0207
KS
23752018-08-29 Keith Seitz <keiths@redhat.com>
2376
2377 * gdb.compile/compile-cplus-anonymous.cc: New file.
2378 * gdb.compile/compile-cplus-anonymous.exp: New file.
2379 * gdb.compile/compile-cplus-array-decay.cc: New file.
2380 * gdb.compile/compile-cplus-array-decay.exp: New file.
2381 * gdb.compile/compile-cplus-inherit.cc: New file.
2382 * gdb.compile/compile-cplus-inherit.exp: New file.
2383 * gdb.compile/compile-cplus-member.cc: New file.
2384 * gdb.compile/compile-cplus-member.exp: New file.
2385 * gdb.compile/compile-cplus-method.cc: New file.
2386 * gdb.compile/compile-cplus-method.exp: New file.
2387 * gdb.compile/compile-cplus-mod.c: "New" file.
2388 * gdb.compile/compile-cplus-namespace.cc: New file.
2389 * gdb.compile/compile-cplus-namespace.exp: New file.
2390 * gdb.compile/compile-cplus-nested.cc: New file.
2391 * gdb.compile/compile-cplus-nested.exp: New file.
2392 * gdb.compile/compile-cplus-print.c: "New" file.
2393 * gdb.compile/compile-cplus-print.exp: "New" file.
2394 * gdb.compile/compile-cplus-virtual.cc: New file.
2395 * gdb.compile/compile-cplus-virtual.exp: New file.
2396 * gdb.compile/compile-cplus.c: "New" file.
2397 * gdb.compile/compile-cplus.exp: "New" file.
2398 * lib/compile-support.exp: New file.
2399
b0f492b9
GB
24002018-08-16 Gary Benson <gbenson@redhat.com>
2401
2402 PR gdb/13000:
2403 * gdb.base/batch-exit-status.exp: New file.
2404 * gdb.base/batch-exit-status.good-commands: Likewise.
2405 * gdb.base/batch-exit-status.bad-commands: Likewise.
2406
36eb4c5f
AH
24072018-08-29 Alan Hayward <alan.hayward@arm.com>
2408
2409 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2410 (struct struct02): Likewise.
2411 (struct struct03): Likewise.
2412 (struct struct04): Likewise.
2413 (struct struct_01_01): New struct.
2414 (struct struct_01_02): Likewise.
2415 (struct struct_01_03): Likewise.
2416 (struct struct_01_04): Likewise.
2417 (struct struct_02_01): Likewise.
2418 (struct struct_02_02): Likewise.
2419 (struct struct_02_03): Likewise.
2420 (struct struct_02_04): Likewise.
2421 (struct struct_04_01): Likewise.
2422 (struct struct_04_02): Likewise.
2423 (struct struct_04_03): Likewise.
2424 (struct struct_04_04): Likewise.
2425 (struct struct_05_01): Likewise.
2426 (struct struct_05_02): Likewise.
2427 (struct struct_05_03): Likewise.
2428 (struct struct_05_04): Likewise.
2429 (cmp_struct01): Remove function.
2430 (cmp_struct02): Likewise.
2431 (cmp_struct03): Likewise.
2432 (cmp_struct04): Likewise.
2433 (cmp_struct_01_01): Add Function.
2434 (cmp_struct_01_02): Likewise.
2435 (cmp_struct_01_03): Likewise.
2436 (cmp_struct_01_04): Likewise.
2437 (cmp_struct_02_01): Likewise.
2438 (cmp_struct_02_02): Likewise.
2439 (cmp_struct_02_03): Likewise.
2440 (cmp_struct_02_04): Likewise.
2441 (cmp_struct_04_01): Likewise.
2442 (cmp_struct_04_02): Likewise.
2443 (cmp_struct_04_03): Likewise.
2444 (cmp_struct_04_04): Likewise.
2445 (cmp_struct_05_01): Likewise.
2446 (cmp_struct_05_02): Likewise.
2447 (cmp_struct_05_03): Likewise.
2448 (cmp_struct_05_04): Likewise.
2449 (call_all): Add new structs.
2450 * gdb.base/infcall-nested-structs.exp: Likewise.
2451
3bf9c013
JV
24522018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2453
2454 * gdb.python/py-framefilter-mi.exp: Update regexp to
2455 check for "arch" field in frame output.
2456
450d1e88
KB
24572018-08-23 Kevin Buettner <kevinb@redhat.com>
2458
2459 * gdb.dwarf2/dw2-ranges-func.c: New file.
2460 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2461
ae739fe7
SM
24622018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2463
2464 * gdb.base/term.exp: Compare terminal settings with values from
2465 the inferior.
2466 * gdb.base/term.c: Get and set terminal settings.
2467
6d52907e
JV
24682018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2469
2470 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2471 accommodate new "arch" field in frame output.
2472 * gdb.mi/mi-return.exp: Likewise.
2473 * gdb.mi/mi-stack.exp: Likewise.
2474 * gdb.mi/mi-syn-frame.exp: Likewise.
2475 * gdb.mi/user-selected-context-sync.exp: Likewise.
2476
be2d111a
MS
24772018-08-19 Michael Spang <spang@google.com>
2478
2479 PR gdb/11786
2480 * gdb.base/gcore-tls-pie.c: New file.
2481 * gdb.base/gcore-tls-pie.exp: New file.
2482
ae3a7c47
KB
24832018-08-18 Kevin Buettner <kevinb@redhat.com>
2484
2485 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2486 * gdb.dwarf2/varval.c: New file.
2487 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2488
2ecae92e
AH
24892018-08-17 Alan Hayward <alan.hayward@arm.com>
2490
2491 PR gdb/18931
2492 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2493
c1854f1d
KS
24942018-08-16 Keith Seitz <keiths@redhat.com>
2495
2496 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2497 tests expected to pass.
2498
26fb3983
JV
24992018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2500
2501 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2502 -data-disassemble -a.
2503 (test_disassembly_bogus_args): Likewise.
2504
67943c00
AB
25052018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2506
2507 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2508
5ff2bbae
AB
25092018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.base/vla-optimized-out.exp: Add new test.
2512
e5bbcd0f
AB
25132018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.base/vla-optimized-out-o3.exp: Delete.
2516 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2517 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2518 deleted tests.
2519
9d4a934c
AB
25202018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 PR gdb/18050:
2523 * gdb.server/extended-remote-restart.c: New file.
2524 * gdb.server/extended-remote-restart.exp: New file.
2525
045cf012
SM
25262018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2527
2528 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2529 "set variable index = 42".
2530
87d6a7aa
SM
25312018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2532
2533 * boards/index-cache-gdb.exp: New file.
2534 * gdb.dwarf2/index-cache.exp: New file.
2535 * gdb.dwarf2/index-cache.c: New file.
2536 * gdb.base/maint.exp: Check if we are using the index cache.
2537
96d68bd4
RO
25382018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2539
2540 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2541 MAKEFLAGS.
2542
5a699617
RO
25432018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2544
2545 * dg-extract-results.sh: Move to toplevel contrib.
2546 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2547 * Makefile.in (check-parallel-racy): Likewise.
2548
5bd18990
AB
25492018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2552 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2553 tests if the target supports scheduler locking.
2554
3fbbcf47
TV
25552018-08-04 Tom de Vries <tdevries@suse.de>
2556
2557 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2558
3e1d3d8c
TT
25592018-08-02 Tom Tromey <tom@tromey.com>
2560
2561 PR symtab/16842.
2562 * gdb.cp/temargs.exp: Test "info address" of a template
2563 parameter.
2564
5abe0f0c
JV
25652018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2566
2567 * gdb.python/py-mi-var-info-path-expression.c: New file.
2568 * gdb.python/py-mi-var-info-path-expression.py: New file.
2569 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2570
fb66cde8
SDJ
25712018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2572
2573 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2574 error after "cannot resolve name" string.
2575
c708f4d2
AB
25762018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2577
2578 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2579 started.
2580 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2581
37cc0cae
TV
25822018-07-28 Tom de Vries <tdevries@suse.de>
2583
2584 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2585
63b4ecf7
TV
25862018-07-26 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2589
3c3bb058
AB
25902018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2593 is visible.
2594
9e7f3bbb
TV
25952018-07-26 Tom de Vries <tdevries@suse.de>
2596
2597 PR breakpoints/23366
2598 * gdb.base/catch-follow-exec.c: New test.
2599 * gdb.base/catch-follow-exec.exp: New file.
2600
16f808ec
TV
26012018-07-25 Tom de Vries <tdevries@suse.de>
2602
2603 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2604 vla-optimized-out.c.
2605
d7154a8d
JV
26062018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2607
2608 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2609 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2610
232a0032
TV
26112018-07-20 Tom de Vries <tdevries@suse.de>
2612
2613 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2614 NOCLONE macro.
2615 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2616
fbb1d502
TV
26172018-07-19 Tom de Vries <tdevries@suse.de>
2618
2619 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2620 regular expression.
2621
42dc7699
TV
26222018-07-18 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.base/vla-optimized-out.c: New test.
2625 * gdb.base/vla-optimized-out.exp: New file.
2626
7f1f7e23
SDJ
26272018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2628
2629 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2630 message "No address associated with hostname" when gdbserver
2631 cannot resolve the hostname.
2632
5759ebb3
PW
26332018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2634
2635 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2636 Add some test prefixes to make tests unique.
2637
3606ccab
PW
26382018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2639
2640 * gdb.base/frameapply.c: New file.
2641 * gdb.base/frameapply.exp: New file.
2642
529c08b2
PW
26432018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2644
2645 * gdb.base/skip.exp: Update expected error message.
2646
c7ab0aef
SDJ
26472018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2648 Jan Kratochvil <jan.kratochvil@redhat.com>
2649 Paul Fertser <fercerpav@gmail.com>
2650 Tsutomu Seki <sekiriki@gmail.com>
2651
2652 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2653 parameter.
2654 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2655 by default.
2656 * boards/native-gdbserver.exp: Likewise.
2657 * gdb.server/run-without-local-binary.exp: Improve regexp used
2658 for detecting when a remote debugging connection succeeds.
2659 * gdb.server/server-connect.exp: New file.
2660 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2661 Do not prefix the port number with ":".
2662 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2663 support for detecting and using it. Add '$debughost_gdbserver'
2664 to the list of arguments used to start gdbserver. Handle case
2665 when gdbserver cannot resolve a network name.
2666
16ff70dd
SDJ
26672018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2668
2669 PR c++/23373
2670 * gdb.base/ptype-offsets.cc (struct static_member): New
2671 struct.
2672 (main) <stmember>: New variable.
2673 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2674 with a static member in it.
2675
3541979f
AB
26762018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2679 watchpoints enabled and disabled.
2680
c8ad9b9a
AB
26812018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/examine-backward.exp: Still run tests around address
2684 0x0, even if address 0x0 is not readable. Update the pattern for
2685 matching address 0x0 in expected output.
2686
e0e5e971
AB
26872018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2688
2689 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2690 malloc/free.
2691
1ea5da02
TV
26922018-07-04 Tom de Vries <tdevries@suse.de>
2693
2694 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2695
471b9d15
MR
26962018-07-02 Maciej W. Rozycki <macro@mips.com>
2697
2698 PR tdep/8282
2699 * gdb.arch/mips-disassembler-options.exp: New test.
2700 * gdb.arch/mips-disassembler-options.s: New test source.
2701
75acb486
PA
27022018-06-29 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.threads/names.exp: Adjust expected "info threads" output.
2705
cd2bb709
PA
27062018-06-29 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.opt/inline-break.exp (line number, address): Add "info
2709 break" tests.
2710
991ff292
PA
27112018-06-29 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2714 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2715 number and address and running to them.
2716
356819b6 27172018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2718
2719 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2720
2512d7ef
JK
27212018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 * lib/compiler.c: Remove executable permission flag.
2724
be1b6474
RB
27252018-06-28 Richard Bunt <richard.bunt@arm.com>
2726
2727 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2728 code.
2729 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2730
291f9a96
PT
27312018-06-28 Petr Tesarik <ptesarik@suse.cz>
2732
2733 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2734
ed6dfe51
PT
27352018-06-28 Petr Tesarik <ptesarik@suse.cz>
2736
2737 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2738 address argument is omitted.
2739
d4d429d5
PT
27402018-06-28 Petr Tesarik <ptesarik@suse.cz>
2741
2742 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2743
7ab6656f
OJ
27442018-06-27 Omair Javaid <omair.javaid@linaro.org>
2745
2746 PR gdb/21695
2747 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2748 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2749
a33ccfc7
TT
27502018-06-26 Tom Tromey <tom@tromey.com>
2751
2752 PR rust/22574:
2753 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2754 * gdb.rust/simple.rs (struct SimpleLayout): New.
2755
6d72d289
SM
27562018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2757
2758 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2759 "info registers" output.
2760
8363f9d5
RB
27612018-06-21 Richard Bunt <richard.bunt@arm.com>
2762
2763 * gdb.base/watchpoint-hw-attach.c: New test.
2764 * gdb.base/watchpoint-hw-attach.exp: New file.
2765
f00674fe
SM
27662018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2767
2768 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2769 through /bin/sh.
2770 * boards/dwarf4-gdb-index.exp: Likewise.
2771 * boards/fission-dwp.exp: Likewise.
2772
1d554008
UW
27732018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2774
2775 * gdb.base/float128.exp: Add comment and improved fail message
2776 to the failure case of "print large128" test.
2777
d0ac1c44
SM
27782018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2779
2780 * configure.ac: Remove AC_PREREQ.
2781 * configure: Re-generate.
2782
61b04dd0
PA
27832018-06-19 Pedro Alves <palves@redhat.com>
2784
2785 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2786 (func_extern_caller): New.
2787 (main): Call func_extern_caller.
2788 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2789 logic change.
2790
f63b508a
SM
27912018-06-18 Weimin Pan <weimin.pan@oracle.com>
2792
2793 PR gdb/16841
2794 * gdb.cp/typedef-base.cc: New file.
2795 * gdb.cp/typedef-base.exp: New file.
2796
0fe3a558
TV
27972018-06-18 Tom de Vries <tdevries@suse.de>
2798
2799 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2800
7010835a
AB
28012018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2802 Richard Bunt <Richard.Bunt@arm.com>
2803
2804 * gdb.threads/attach-slow-waitpid.c: New file.
2805 * gdb.threads/attach-slow-waitpid.exp: New file.
2806 * gdb.threads/slow-waitpid.c: New file.
2807
14897d65
PA
28082018-06-14 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.base/fork-running-state.c: Include <errno.h>.
2811 (exit_if_relative_exits): New.
2812 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2813 exits.
2814 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2815 child exits.
2816
5d9a0608
TV
28172018-06-14 Tom de Vries <tdevries@suse.de>
2818
2819 PR cli/22573
2820 * gdb.base/finish-pretty.c: New test.
2821 * gdb.base/finish-pretty.exp: New file.
2822
11ae5818
PA
28232018-06-14 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2826 gdb's expected startup output.
2827
1d39de44
PA
28282018-06-14 Pedro Alves <palves@redhat.com>
2829
2830 * lib/selftest-support.exp (selftest_setup): Remove inlined
2831 function handling.
2832
70ee0000
TV
28332018-06-14 Tom de Vries <tdevries@suse.de>
2834
2835 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2836 matching of breakpoint printing.
2837
11f4b608
TV
28382018-06-13 Tom de Vries <tdevries@suse.de>
2839
2840 PR testsuite/23269
2841 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2842 (fork_child): ... here, and ...
2843 (fork_parent): ... here.
2844
28452018-06-12 Tom de Vries <tdevries@suse.de>
2846
2847 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2848
9516f85a
AB
28492018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2850 Stephen Roberts <stephen.roberts@arm.com>
2851
2852 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2853 rewrite test to describe action performed, rather than possible
2854 failure.
2855
5045b3d7
GB
28562018-06-08 Gary Benson <gbenson@redhat.com>
2857
2858 * gdb.threads/check-libthread-db.exp: New file.
2859 * gdb.threads/check-libthread-db.c: Likewise.
2860
c61b06a1
TT
28612018-06-05 Tom Tromey <tom@tromey.com>
2862
2863 * gdb.base/default.exp: Update expected "show version" output.
2864
eb6af809
TT
28652018-06-05 Tom Tromey <tom@tromey.com>
2866
2867 PR cli/12326:
2868 * gdb.cp/static-print-quit.exp: Update.
2869 * lib/gdb.exp (pagination_prompt): Update.
2870 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2871 * gdb.python/python.exp: Update.
2872
178d6a63
JB
28732018-06-04 Joel Brobecker <brobecker@adacore.com>
2874
2875 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2876
8e817061
JB
28772018-06-01 Joel Brobecker <brobecker@adacore.com>
2878
2879 * gdb.ada/bp_fun_addr: New testcase.
2880
e86ca25f
TT
28812018-06-01 Tom Tromey <tom@tromey.com>
2882
2883 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2884 results.
2885 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2886 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2887 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2888 * gdb.base/maint.exp (maint_pass_if): Update.
2889
4b2dfa9d
MR
28902018-05-31 Maciej W. Rozycki <macro@mips.com>
2891
2892 * gdb.base/endian.exp: New test.
2893 * gdb.base/endian.c: New test source.
2894
45f25d6c
AB
28952018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 PR gdb/23203
2898 * gdb.base/bt-selected-frame.c: New file.
2899 * gdb.base/bt-selected-frame.exp: New file.
2900 * lib/gdb.exp (get_current_frame_number): New function.
2901
d9f6d7f8
MR
29022018-05-24 Maciej W. Rozycki <macro@mips.com>
2903 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.threads/tls-core.c: Include <stdlib.h>
2906 (thread_proc): Call `abort'.
2907 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2908 (tls_core_test): New procedure, bits factored out from ...
2909 (top level): ... here. Test both native cores and gcore cores.
2910
ff1cf532
TT
29112018-05-23 Tom Tromey <tom@tromey.com>
2912
2913 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2914
b98664d3
TT
29152018-05-23 Tom Tromey <tom@tromey.com>
2916
2917 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2918 symfile_complaints.
2919 (test_short_complaints): Likewise.
2920 (test_empty_complaints): Likewise.
2921 (test_initial_complaints): Update.
2922
4e9668d0
TT
29232018-05-23 Tom Tromey <tom@tromey.com>
2924
2925 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2926
43ba33c7
TT
29272018-05-23 Tom Tromey <tom@tromey.com>
2928
2929 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2930 (test_short_complaints): Update.
2931
035522c0
PA
29322018-05-22 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.base/remote.exp: Only gdb_start after compiling the
2935 testcase. Issue "disconnect" before testing "set remote" command
2936 defaults. Issue clean_restart before running to main.
2937
cc0be08f
PA
29382018-05-22 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/remote.exp: Adjust expected output of "show remote
2941 memory-write-packet-size". Add tests for "set remote
2942 memory-write-packet-size 0" and "set remote
2943 memory-write-packet-size fixed/limit".
2944
b1b60145
PA
29452018-05-22 Pedro Alves <palves@redhat.com>
2946
2947 PR gdb/22973
2948 * gdb.base/utf8-identifiers.c: New file.
2949 * gdb.base/utf8-identifiers.exp: New file.
2950
0ec848ad
PFC
29512018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2952
2953 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2954
2c3305f6
PFC
29552018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2956
2957 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2958
ce1e8424
TT
29592018-05-18 Tom Tromey <tom@tromey.com>
2960
2961 * gdb.base/ptype-offsets.exp: Update.
2962
ddfe970e
KS
29632018-05-17 Keith Seitz <keiths@redhat.com>
2964
2965 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2966 in expected breakpoint stop locations.
2967 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2968 move to proper scope to test variable values.
2969 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2970 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2971 New functions.
2972 (main): Call not_inline_func3.
2973 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2974 inline_func1, inline_func2, and inline_func3. Test that when each
2975 breakpoint is hit, GDB properly reports both the stop location
2976 and the backtrace. Repeat tests for temporary breakpoints.
2977
0726fcc6
MR
29782018-05-15 Maciej W. Rozycki <macro@mips.com>
2979
2980 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2981 rather then trying to access it in determining whether the PID
2982 of `gdbserver' could have been retrieved.
2983
8ee22052
AB
29842018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.arch/amd64-init-x87-values.S: New file.
2987 * gdb.arch/amd64-init-x87-values.exp: New file.
2988
7785df48
JK
29892018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2992
56bcdbea
TT
29932018-05-04 Tom Tromey <tom@tromey.com>
2994
2995 PR python/22730:
2996 * gdb.python/python.exp: Test multi-line execute.
2997
a913fffb
TT
29982018-05-04 Tom Tromey <tom@tromey.com>
2999
3000 PR python/22731:
3001 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3002
7a2c85f2
TT
30032018-05-04 Tom Tromey <tom@tromey.com>
3004
3005 PR gdb/11750:
3006 * gdb.base/define.exp: Test defining a user command inside a user
3007 command.
3008 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3009
a3b60e45
JK
30102018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3011 Pedro Alves <palves@redhat.com>
3012
3013 PR breakpoints/19806 and support for PR external/20207.
3014 * gdb.base/watchpoint-unaligned.c: New file.
3015 * gdb.base/watchpoint-unaligned.exp: New file.
3016
45fe4a03
AB
30172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3018
3019 * gdb.base/maint.exp: Make test names unique, use
3020 test_prefix_command_help to test 'help maint info', and remove
3021 repeated test of 'help maint'.
3022
9be2ae8f
TT
30232018-05-04 Tom Tromey <tom@tromey.com>
3024
3025 PR gdb/22619:
3026 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3027 behavior.
3028
11859c31
AB
30292018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3030
3031 * gdb.base/maint.exp: Process output from 'maint print registers'
3032 line at a time.
3033
089a9490
AB
30342018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3037 timeout.
3038
9b0797e2
AB
30392018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3040
3041 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3042 filter pattern.
3043
f6ac5f3d
PA
30442018-05-02 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3047 to_log_command renames.
3048 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3049
77d3c63b
TT
30502018-05-02 Tom Tromey <tom@tromey.com>
3051
3052 * gdb.python/py-parameter.exp: Set test message.
3053
0489430a
TT
30542018-05-02 Tom Tromey <tom@tromey.com>
3055
3056 PR python/20084:
3057 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3058 PARAM_ZUINTEGER_UNLIMITED tests.
3059
1632f8ba
DR
30602018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3061
3062 PR rust/23124
3063 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3064 when casting.
3065
6d7bb824
TT
30662018-04-30 Tom Tromey <tom@tromey.com>
3067
3068 * gdb.python/py-type.exp: Check align attribute.
3069 * gdb.python/py-type.c: New "aligncheck" global.
3070
007e1530
TT
30712018-04-30 Tom Tromey <tom@tromey.com>
3072
3073 PR exp/17095:
3074 * gdb.dwarf2/dw2-align.exp: New file.
3075 * gdb.cp/align.exp: New file.
3076 * gdb.base/align.exp: New file.
3077 * lib/gdb.exp (gdb_int128_helper): New proc.
3078 (has_int128_c, has_int128_cxx): New caching procs.
3079
6873858b
TT
30802018-04-27 Tom Tromey <tom@tromey.com>
3081
3082 PR rust/22545:
3083 * gdb.rust/simple.exp: Add inclusive range tests.
3084
79188d8d
PA
30852018-04-26 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3088 ifunc breakpoint locations correctly of ifunc breakpoints set
3089 while the program resolves the ifunc.
3090
c7075ad5
PA
30912018-04-26 Pedro Alves <palves@redhat.com>
3092
3093 * gdb.base/gnu-ifunc-final.c: New file.
3094 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3095 * gdb.base/gnu-ifunc.exp (executable): Delete.
3096 (staticexecutable): Adjust.
3097 (lib_opts, exec_opts): Delete.
3098 (make_binsuffix, build, set-break): New procedures.
3099 (misc_tests): New, with tests factored out from the top level.
3100 (top level): Test different combinations of ifunc resolver name,
3101 resolver with and with debug info, and ifunc target with and
3102 without debug info. Wrap static tests with with_target_prefix.
3103
8388016d
PA
31042018-04-26 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3107 return type" warnings.
3108
249b5733
PA
31092018-04-25 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3112 killed".
3113 * gdb.base/kill-after-signal.exp: Likewise.
3114 * gdb.threads/kill.exp: Likewise.
3115
f67c0c91
SDJ
31162018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3117 Sergio Durigan Junior <sergiodj@redhat.com>
3118 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3121 regexps to expect for '[Inferior ... detached]' as well.
3122 * gdb.base/attach.exp: Likewise.
3123 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3124 "gdb_continue_to_end".
3125 (test_catch_syscall_with_wrong_args): Likewise.
3126 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3127 ']'. Don't set 'verbose' on.
3128 * gdb.base/foll-vfork.exp: Likewise.
3129 * gdb.base/fork-print-inferior-events.c: New file.
3130 * gdb.base/fork-print-inferior-events.exp: New file.
3131 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3132 '[Inferior ... has been killed]' message.
3133 * gdb.base/kill-after-signal.exp: Likewise.
3134 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3135 detach message.
3136 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3137 message.
3138 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3139 regexps to expect for '[Inferior ... detached]' as well.
3140 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3141
0a8ddac4
SM
31422018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 PR gdb/23104
3145 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3146
d27d16bf
RB
31472018-04-19 Richard Bunt <richard.bunt@arm.com>
3148
3149 * gdb.threads/multiple-successive-infcall.c: New test.
3150 * gdb.threads/multiple-successive-infcall.exp: New file.
3151
a037790e
TT
31522018-04-17 Tom Tromey <tom@tromey.com>
3153
3154 * gdb.rust/simple.rs (Union): New type.
3155 (main): New local "u".
3156 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3157
e3a91079
AA
31582018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3159
3160 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3161 number information in output of "whereis" command.
3162 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3163
b744723f
AA
31642018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3165
3166 * gdb.ada/info_types.exp: Adjust expected output to the line
3167 numbers now printed by "info var/func/type".
3168 * gdb.base/completion.exp: Likewise.
3169 * gdb.base/included.exp: Likewise.
3170 * gdb.cp/cp-relocate.exp: Likewise.
3171 * gdb.cp/cplusfuncs.exp: Likewise.
3172 * gdb.cp/namespace.exp: Likewise.
3173 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3174
4a4495d6
MM
31752018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3176
3177 * gdb.btrace/cpu.exp: New.
3178
1d509aa6
MM
31792018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3180
3181 * gdb.base/step-indirect-call-thunk.exp: New.
3182 * gdb.base/step-indirect-call-thunk.c: New.
3183 * gdb.reverse/step-indirect-call-thunk.exp: New.
3184 * gdb.reverse/step-indirect-call-thunk.c: New.
3185
6295b6da
SM
31862018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * gdb.base/pie-fork.c: New file.
3189 * gdb.base/pie-fork.exp: New file.
3190
50146e70
TT
31912018-04-11 Tom Tromey <tom@tromey.com>
3192
3193 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3194
f50d8a2e
PA
31952018-04-10 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3198 exits. Instead loop running forever.
3199 (fork_parent): Run forever too.
3200
a0be7a36
SM
32012018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3202
3203 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3204 mi_continue_to_line.
3205 * gdb.mi/mi-stack.c (callee4): Add comment.
3206
9b73db36
SM
32072018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3208
3209 * gdb.mi/mi-stack.exp: Fix indentation.
3210
c912f608
SM
32112018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3212
3213 PR gdb/22979
3214 * gdb.arch/amd64-osabi.exp: New file.
3215
26540402
SM
32162018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3217
3218 PR gdb/22980
3219 * gdb.base/osabi.exp: New file.
3220
121ad66c 32212018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3222
3223 * gdb.cp/static-typedef-print.exp: New file.
3224 * gdb.cp/static-typedef-print.cc: New file.
3225
3fcded8f
JB
32262018-03-27 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdb.ada/varsize_limit: New testcase.
3229
59cc4834
JB
32302018-03-27 Joel Brobecker <brobecker@adacore.com>
3231
3232 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3233
3234 * gdb.ada/notcplusplus: New testcase.
3235
3236 * gdb.base/c-linkage-name.c: New file.
3237 * gdb.base/c-linkage-name.exp: New testcase.
3238
4ca59a9f
TT
32392018-03-26 Tom Tromey <tom@tromey.com>
3240
3241 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3242 * gdb.python/py-framefilter.py (name_error): New global.
3243 (ErrorInName.function): Use name_error.
3244
978d6c75
TT
32452018-03-26 Tom Tromey <tom@tromey.com>
3246
3247 PR backtrace/15582:
3248 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3249
b7fee5a3
KS
32502018-03-23 Keith Seitz <keiths@redhat.com>
3251
3252 PR c++/22968
3253 * gdb.cp/subtypes.exp: New file.
3254 * gdb.cp/subtypes.h: New file.
3255 * gdb.cp/subtypes.cc: New file.
3256 * gdb.cp/subtypes-2.cc: New file.
3257
376be529
AB
32582018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3259
3260 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3261 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3262 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3263 -nostartfiles when compiling the test. Confirm that all registers
3264 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3265
066cfa98
AB
32662018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3269 option, syntax was wrong anyway.
3270 * gdb.arch/arm-disp-step.exp: Likewise.
3271 * gdb.arch/sparc64-regs.exp: Likewise.
3272 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3273 option, syntax was wrong anyway, switch to use
3274 prepare_for_testing.
3275 * gdb.arch/i386-disp-step.exp: Likewise.
3276
079670b9
AA
32772018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3278
3279 * gdb.ada/exec_changed.exp: Replace "target_info exists
3280 use_gdb_stub" by "use_gdb_stub".
3281 * gdb.ada/start.exp: Likewise.
3282 * gdb.base/async-shell.exp: Likewise.
3283 * gdb.base/attach-pie-misread.exp: Likewise.
3284 * gdb.base/attach-wait-input.exp: Likewise.
3285 * gdb.base/break-entry.exp: Likewise.
3286 * gdb.base/break-interp.exp: Likewise.
3287 * gdb.base/dprintf-detach.exp: Likewise.
3288 * gdb.base/nostdlib.exp: Likewise.
3289 * gdb.base/solib-nodir.exp: Likewise.
3290 * gdb.base/statistics.exp: Likewise.
3291 * gdb.base/testenv.exp: Likewise.
3292 * gdb.mi/mi-exec-run.exp: Likewise.
3293 * gdb.mi/mi-start.exp: Likewise.
3294 * gdb.multi/dummy-frame-restore.exp: Likewise.
3295 * gdb.multi/multi-arch-exec.exp: Likewise.
3296 * gdb.multi/multi-arch.exp: Likewise.
3297 * gdb.multi/tids.exp: Likewise.
3298 * gdb.multi/watchpoint-multi.exp: Likewise.
3299 * gdb.python/py-events.exp: Likewise.
3300 * gdb.threads/attach-into-signal.exp: Likewise.
3301 * gdb.threads/attach-stopped.exp: Likewise.
3302 * gdb.threads/threadapply.exp: Likewise.
3303 * lib/selftest-support.exp: Likewise.
3304
26d6cec4
AA
33052018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3306
3307 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3308
4ee89e90
SR
33092018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3310
3311 * gdb.perf/template-breakpoints.cc: New file.
3312 * gdb.perf/template-breakpoints.exp: New file.
3313 * gdb.perf/template-breakpoints.py: New file.
3314
92630041
TT
33152018-03-19 Tom Tromey <tom@tromey.com>
3316
3317 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3318 y0.
3319 * gdb.rust/simple.exp: Test bare identifier form of struct
3320 initializer.
3321
76727919
TT
33222018-03-19 Tom Tromey <tom@tromey.com>
3323
3324 * gdb.gdb/observer.exp: Remove.
3325
194ed413
AA
33262018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3327
3328 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3329 "qualified" option when setting breakpoints.
3330 * gdb.trace/backtrace.exp: Likewise.
3331 * gdb.trace/circ.exp: Likewise.
3332 * gdb.trace/collection.exp: Likewise.
3333 * gdb.trace/disconnected-tracing.exp: Likewise.
3334 * gdb.trace/ftrace-lock.exp: Likewise.
3335 * gdb.trace/ftrace.exp: Likewise.
3336 * gdb.trace/infotrace.exp: Likewise.
3337 * gdb.trace/packetlen.exp: Likewise.
3338 * gdb.trace/passc-dyn.exp: Likewise.
3339 * gdb.trace/qtro.exp: Likewise.
3340 * gdb.trace/read-memory.exp: Likewise.
3341 * gdb.trace/report.exp: Likewise.
3342 * gdb.trace/signal.exp: Likewise.
3343 * gdb.trace/status-stop.exp: Likewise.
3344 * gdb.trace/strace.exp: Likewise.
3345 * gdb.trace/tfind.exp: Likewise.
3346 * gdb.trace/trace-break.exp: Likewise.
3347 * gdb.trace/trace-condition.exp: Likewise.
3348 * gdb.trace/trace-mt.exp: Likewise.
3349 * gdb.trace/tstatus.exp: Likewise.
3350 * gdb.trace/tsv.exp: Likewise.
3351 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3352 * gdb.trace/unavailable.exp: Likewise.
3353 * gdb.trace/while-dyn.exp: Likewise.
3354
8b067d2c
AA
33552018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3356
3357 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3358 that libinproctrace is copied to the target.
3359
3ae9ce5d
TT
33602018-03-14 Tom Tromey <tom@tromey.com>
3361
3362 PR cli/14977:
3363 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3364 a null pointer.
3365 * gdb.base/wchar.exp: Likewise.
3366
b8c2339b
TT
33672018-03-14 Tom Tromey <tom@tromey.com>
3368
3369 PR cli/19918:
3370 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3371 flag.
3372
4872dc46
SM
33732018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3374
3375 PR gdb/22841
3376 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3377 "target" to remote_exec.
3378
e4fe3756
SM
33792018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3380
3381 PR gdb/22841
3382 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3383 ${board}_upload): Remove.
3384
e95a97d4
AA
33852018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3386
3387 * gdb.cp/watch-cp.cc: New test.
3388 * gdb.cp/watch-cp.exp: New file.
3389
dbbb1059
AB
33902018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * gdb.base/infcall-nested-structs.exp: New file.
3393 * gdb.base/infcall-nested-structs.c: New file.
3394 * gdb.base/float.exp: Add riscv support.
3395
ecc054c0
TP
33962018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3397
3398 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3399 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3400
25e3c82c
SDJ
34012018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3402
3403 * gdb.server/abspath.exp: New file.
3404 * lib/gdb.exp (with_cwd): New procedure.
3405
3083294d
SM
34062018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3407
3408 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3409 use it.
3410 (gdb_is_target_remote_prompt): New proc.
3411 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3412 (gdb_is_target_native): Pass prompt parameter to
3413 gdb_is_target_1.
3414
3275ef47
SM
34152018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3416
3417 * gdb.base/load-command.c: New file.
3418 * gdb.base/load-command.exp: New file.
3419 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3420 (gdb_is_target_1): ...this, and generalize for other targets
3421 than just remote.
3422 (gdb_is_target_remote): Use gdb_is_target_1.
3423 (gdb_is_target_native): use gdb_is_target_1.
3424
6893c19a
TT
34252018-02-26 Tom Tromey <tom@tromey.com>
3426
3427 PR python/16497:
3428 * gdb.python/py-framefilter.exp: Update test.
3429
2ddeaf8a
TT
34302018-02-26 Tom Tromey <tom@tromey.com>
3431
3432 * gdb.dwarf2/variant.c: New file.
3433 * gdb.dwarf2/variant.exp: New file.
3434
c9317f21
TT
34352018-02-26 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.rust/simple.exp: Accept more possible results in enum test.
3438
6f6d0c26
SM
34392018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3440
3441 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3442 parentheses.
3443
11b03145
MR
34442018-02-23 Maciej W. Rozycki <macro@mips.com>
3445
3446 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3447 name of a variable: $actual_linejj -> $actual_line.
3448
54a27fe5
JB
34492018-02-21 John Baldwin <jhb@FreeBSD.org>
3450
3451 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3452
de65820c
MM
34532018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3454
3455 * gdb.btrace/buffer-size.exp: Do not force BTS.
3456
980548fd
PA
34572018-02-14 Pedro Alves <palves@redhat.com>
3458
3459 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3460 getting a "Quit".
3461
c4e12631
MM
34622018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3463
3464 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3465 Fix test name.
3466
c2e0e465
SM
34672018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3468
3469 * gdb.cp/m-static.exp: Check type of optimized out static
3470 member.
3471
f7216783
AB
34722018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3475 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3476
0625771b
LS
34772018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3478 Leszek Swirski <leszeks@google.com>
3479
3480 * gdb.python/py-prettyprint.c
3481 (struct to_string_returns_value_inner,
3482 struct to_string_returns_value_wrapper): New.
3483 (main): Add tsrvw variable.
3484 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3485 ToStringReturnsValueWrapper): New classes.
3486 (register_pretty_printers): Register new pretty-printers.
3487 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3488 recursive pretty printer.
3489 * gdb.python/py-mi.exp: Likewise.
3490
59498c30
LS
34912018-02-01 Leszek Swirski <leszeks@google.com>
3492
3493 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3494 functions with the same name as an include file are parsed
3495 correctly.
3496
d4d38844
YQ
34972018-02-01 Yao Qi <yao.qi@linaro.org>
3498
3499 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3500 "\[^\r\n\]*".
3501
07e5f5cf
NP
35022018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3503
3504 * gdb.arch/powerpc-prologue-frame.s: New file.
3505 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3506 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3507
929b5ad4
JB
35082018-01-31 Joel Brobecker <brobecker@adacore.com>
3509
3510 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3511
e671cd59
PA
35122018-01-30 Pedro Alves <palves@redhat.com>
3513
3514 PR gdb/13211
3515 * gdb.base/interrupt-daemon.c: New.
3516 * gdb.base/interrupt-daemon.exp: New.
3517 * gdb.multi/multi-term-settings.c: New.
3518 * gdb.multi/multi-term-settings.exp: New.
3519
fc413dc4
JB
35202018-01-30 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.base/break.exp: Save the location where the breakpoint
3523 on break.c:47 was actually inserted when debugging the version
3524 compiled at -O2 and use it in the expected output of the "info
3525 break" test performed soon after.
3526
5c319bb2
PA
35272018-01-22 Pedro Alves <palves@redhat.com>
3528 Sergio Durigan Junior <sergiodj@redhat.com>
3529
3530 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3531 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3532
a9e40818
JB
35332018-01-22 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.base/break-include.c, gdb.base/break-include.inc,
3536 gdb.base/break-include.exp: New files.
3537 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3538 line number now being the actual line number where the breakpoint
3539 was inserted.
3540 * gdb.mi/mi-break.exp: Likewise.
3541 * gdb.mi/mi-reverse.exp: Likewise.
3542 * gdb.mi/mi-simplerun.exp: Ditto.
3543
e707fc44
AB
35442018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3545
3546 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3547 varobj.
3548 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3549
ae451627
AB
35502018-01-21 Don Breazeal <donb@codesourcery.com>
3551 Andrew Burgess <andrew.burgess@embecosm.com>
3552
3553 * gdb.mi/basics.c: Add new global.
3554 * gdb.mi/mi-frame-regs.exp: New file.
3555 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3556 case.
3557
b1b189e0
AB
35582018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3559
3560 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3561 non-parameter, and on an unknown symbol.
3562
fcfcc376
TT
35632018-01-19 Tom Tromey <tom@tromey.com>
3564
3565 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3566 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3567
634c1c31
AA
35682018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3569
3570 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3571 setrlimit and chdir to int.
3572
d6ad07fd
AA
35732018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3574
3575 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3576 function.
3577 (my_tend): Likewise.
3578 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3579 rationale of avoiding FP- and vector instructions.
3580
adf8243b
RK
35812018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3582
3583 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3584 "info reg" with "\[ \t\]*".
3585 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3586 "\[ \t\]+".
3587 * gdb.arch/s390-multiarch.exp: Ditto.
3588 * gdb.base/pc-fp.exp: Ditto.
3589 * gdb.reverse/i386-precsave.exp: Ditto.
3590 * gdb.reverse/i386-reverse.exp: Ditto.
3591 * gdb.reverse/i387-env-reverse.exp: Ditto.
3592 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3593
dcc06925
AA
35942018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3595
3596 * lib/gdb.exp (gdb_compile): Re-enable use of
3597 universal_compile_options for languages other than Rust.
3598
25d4fd80
AA
35992018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3600
3601 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3602
ee7f689e 36032018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3604
3605 PR gdb/16577
3606 * gdb.base/solib-vanish.exp: New.
3607 * gdb.base/solib-vanish-main.c: New.
3608 * gdb.base/solib-vanish-lib1.c: New.
3609 * gdb.base/solib-vanish-lib2.c: New.
3610
d8447b6b
YQ
36112018-01-17 Yao Qi <yao.qi@linaro.org>
3612
3613 * gdb.compile/compile.exp: Match the address printed for
3614 frame in the output of command "bt".
3615
86d6a90c
TT
36162018-01-15 Tom Tromey <tom@tromey.com>
3617
3618 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3619 compute sp_reg.
3620
cbcdb1aa
AB
36212018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3622
3623 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3624 to prepare.
3625 (prepare): Return 0 on error, 1 on success.
3626
eea61984
PA
36272018-01-12 Pedro Alves <palves@redhat.com>
3628
3629 * gdb.base/continue-after-aborted-step-over.c: New.
3630 * gdb.base/continue-after-aborted-step-over.exp: New.
3631
6181e9c2
SM
36322018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3635 options when not creating an executable.
3636
3cada740
PA
36372018-01-11 Pedro Alves <palves@redhat.com>
3638
3639 PR remote/22597
3640 * gdb.server/stop-reply-no-thread.c: New file.
3641 * gdb.server/stop-reply-no-thread.exp: New file.
3642
c63d3e8d
PA
36432018-01-10 Pedro Alves <palves@redhat.com>
3644
3645 PR gdb/22670
3646 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3647 functions too. Test setting breakpoints and printing C functions
3648 with no debug info too.
3649 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3650
d4c2a405
PA
36512018-01-10 Pedro Alves <palves@redhat.com>
3652
3653 PR gdb/22670
3654 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3655 a fail.
3656
8825213e
PA
36572018-01-10 Pedro Alves <palves@redhat.com>
3658
3659 PR gdb/22670
3660 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3661
605fd3c6
YQ
36622018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3663
3664 * gdb.server/unittest.exp: Match the output in non-development
3665 mode.
3666
1e5ded6c
YQ
36672018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3668
3669 * gdb.gdb/unittest.exp: Match output in non-development mode.
3670
30066b0b
JB
36712018-01-08 Joel Brobecker <brobecker@adacore.com>
3672
3673 * gdb.ada/access_tagged_param.exp: Relax expected output
3674 for value of "ObjL" in "continue" to pck.inspect breakpoint
3675 test.
3676
04bafb1e
XR
36772018-01-08 Joel Brobecker <brobecker@adacore.com>
3678
9f86398b
JB
3679 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3680 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3681
e379cee6
PA
36822018-01-05 Pedro Alves <palves@redhat.com>
3683
3684 PR gdb/18653
3685 * gdb.base/libsegfault.exp: New.
3686
de63c46b
PA
36872018-01-05 Joel Brobecker <brobecker@adacore.com>
3688
3689 PR gdb/22670
3690 * gdb.ada/access_tagged_param.exp: New file.
3691 * gdb.ada/access_tagged_param/foo.adb: New file.
3692
f98fc17b
PA
36932018-01-05 Pedro Alves <palves@redhat.com>
3694
3695 PR gdb/22670
3696 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3697 exercise lower case too, and to exercise both full matching and
3698 wild matching.
3699
342f8240
JB
37002018-01-05 Joel Brobecker <brobecker@adacore.com>
3701
3702 * gdb.ada/rename_subscript_param: New testcase.
3703
7150d33c
JG
37042018-01-05 Jerome Guitton <guitton@adacore.com>
3705
3706 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3707
cc0e770c
JB
37082018-01-05 Joel Brobecker <brobecker@adacore.com>
3709
3710 * gdb.ada/convvar_comp: New testcase.
3711
672a41aa 37122018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3713
3714 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3715 (My_Table): New global variable.
3716 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3717
7365ec2f
JB
37182018-01-04 Joel Brobecker <brobecker@adacore.com>
3719
3720 PR gdb/22670
3721 * gdb.ada/maint_with_ada: New testcase.
3722
289483b6
JB
37232018-01-04 Joel Brobecker <brobecker@adacore.com>
3724
3725 PR gdb/22670
3726 * gdb.ada/bp_c_mixed_case: New testcase.
3727
344420da
JB
37282018-01-04 Joel Brobecker <brobecker@adacore.com>
3729
3730 PR gdb/22670
3731 * gdb.ada/complete.exp: Add "complete break ada" test.
3732
66fc87a0
JB
37332018-01-04 Joel Brobecker <brobecker@adacore.com>
3734
3735 PR gdb/22670
3736 * gdb.ada/info_addr_mixed_case: New testcase.
3737
9f757bf7
XR
37382018-01-03 Xavier Roirand <roirand@adacore.com>
3739
3740 * gdb.ada/excep_handle.exp: New testcase.
3741 * gdb.ada/excep_handle/foo.adb: New file.
3742 * gdb.ada/excep_handle/pck.ads: New file.
3743
bd570f80
JB
37442018-01-03 Joel Brobecker <brobecker@adacore.com>
3745
3746 * gdb.base/step-line.c: Add extra empty line in copyright header.
3747 * gdb.base/step-line.inp: Likewise.
3748
9fe561ab
JB
37492018-01-02 Joel Brobecker <brobecker@adacore.com>
3750
3751 * gdb.ada/dyn_stride.exp: Add slice test.
3752
a405673c
JB
37532018-01-02 Joel Brobecker <brobecker@adacore.com>
3754
3755 * gdb.ada/dyn_stride: New testcase.
3756
cef0f868
SH
37572017-12-27 Stafford Horne <shorne@gmail.com>
3758
3759 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3760 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3761
b67d92b0
SH
37622017-12-27 Stafford Horne <shorne@gmail.com>
3763
3764 * gdb.base/reggroups.c: New file.
3765 * gdb.base/reggroups.exp: New file.
3766
eccab96d
JB
37672017-12-18 Joel Brobecker <brobecker@adacore.com>
3768
3769 * gdb.dwarf2/ada-valprint-error.c: New file.
3770 * gdb.dwarf2/ada-valprint-error.exp: New file.
3771
0e2da9f0
JB
37722017-12-18 Joel Brobecker <brobecker@adacore.com>
3773
3774 * gdb.ada/assign_arr: New testcase.
3775
cb923fcc
XR
37762017-12-18 Xavier Roirand <roirand@adacore.com>
3777
3778 * gdb.ada/funcall_ptr: New testcase.
3779
7c161838
SDJ
37802017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3781
3782 PR cli/16224
3783 * gdb.base/ptype-offsets.cc: New file.
3784 * gdb.base/ptype-offsets.exp: New file.
3785
1af17fd9
YQ
37862017-12-15 Yao Qi <yao.qi@linaro.org>
3787
3788 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3789 if XML is disabled.
3790
828d5846
XR
37912017-12-15 Xavier Roirand <roirand@adacore.com>
3792
3793 * gdb.ada/same_component_name: New testcase.
3794
79e8fcaa
JB
37952017-12-14 Joel Brobecker <brobecker@adacore.com>
3796
3797 * gdb.ada/str_binop_equal: New testcase.
3798
e05fa6f9
JB
37992017-12-14 Joel Brobecker <brobecker@adacore.com>
3800
3801 * gdb.ada/task_switch_in_core: New testcase.
3802
b89641ba
SM
38032017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3804
3805 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3806 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3807 call test_bkpt_qualified.
3808 (test_bkpt_qualified): New proc.
3809
6892d2e4
PA
38102017-12-13 Pedro Alves <palves@redhat.com>
3811
3812 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3813 Tighten regexp by matching with an anchor.
3814
a22ecf70
PA
38152017-12-13 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3818 ("expression with namespace"): New set of tests.
3819 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3820 (Nested::Test_NS::qux): New.
3821 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3822 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3823
9937536c
JB
38242017-12-13 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.base/server-del-break.c: New file.
3827 * gdb.base/server-del-break.exp: New file.
3828
fe49c6f5
SH
38292017-12-12 Stafford Horne <shorne@gmail.com>
3830
3831 * gdb.xml/tdesc-regs.exp: Add or1k support.
3832
c3d18620
SH
38332017-12-12 Stafford Horne <shorne@gmail.com>
3834
3835 * gdb.base/bp-permanent.c: Define nop of or1k.
3836
c5f9cfc8
JB
38372017-12-11 Joel Brobecker <brobecker@adacore.com>
3838
3839 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3840 output with components being reordered.
3841
a9c135fc
JB
38422017-12-11 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3845 output with components being reordered.
3846
927aa2e7
JK
38472017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3848 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.base/maint.exp (check for .gdb_index): Check also for
3851 .debug_names.
3852 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3853 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3854 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3855 (.gdb_index used after symbol reloading): Support also .debug_names.
3856 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3857
f17d9474
YQ
38582017-12-08 Yao Qi <yao.qi@linaro.org>
3859
3860 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3861 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3862
a0de8c21
YQ
38632017-12-08 Yao Qi <yao.qi@linaro.org>
3864
3865 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3866 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3867
a738ea1d
YQ
38682017-12-08 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.arch/aarch64-tagged-pointer.c: New file.
3871 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3872
1cd9a73b
SDJ
38732017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3874
3875 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3876 "int".
3877
fa6eb693
KS
38782017-12-07 Keith Seitz <keiths@redhat.com>
3879
3880 PR breakpoints/22569
3881 * gdb.linespec/ls-errs.exp: Change expected result of "break
3882 -source this file has spaces.c -line 3".
3883 Check that an explicit source file followed by whitespace is
3884 identified as an invalid explicit location.
3885
883fd55a
KS
38862017-12-07 Keith Seitz <keiths@redhat.com>
3887
3888 * gdb.cp/nested-types.cc: New file.
3889 * gdb.cp/nested-types.exp: New file.
3890 * lib/cp-support.exp: Load data-structures.exp library.
3891 (debug_cp_test_ptype_class): New global.
3892 (cp_ptype_class_verbose, next_line): New procedures.
3893 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3894 Add and document new return value.
3895 Switch the list of lines to a queue.
3896 Add support for new `type' key for nested type definitions.
3897 Add debugging/troubleshooting messages.
3898 * lib/data-structures.exp: New file.
3899
ec72db3e
SM
39002017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3901
3902 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3903 with proc_with_prefix, don't use with_test_prefix.
3904
99598d71
TT
39052017-12-07 Tom Tromey <tom@tromey.com>
3906
3907 * gdb.base/break.exp: Add test for empty "commands".
3908
a8806230
YQ
39092017-12-07 Yao Qi <yao.qi@linaro.org>
3910
3911 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3912 malloc and catch syscall.
3913
824cc835
PM
39142017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3915
e79be6e5 3916 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3917 tests for explicit locations.
3918
7cc244de
PA
39192017-12-06 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3922 force-disabling XML descriptions.
3923
50a1fdd5
PA
39242017-12-04 Pedro Alves <palves@redhat.com>
3925
3926 PR gdb/22499
3927 * gdb.arch/amd64-disp-step-avx.S: New file.
3928 * gdb.arch/amd64-disp-step-avx.exp: New file.
3929
f0fb2488
PA
39302017-12-03 Pedro Alves <palves@redhat.com>
3931
3932 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3933 and <string.h>.
3934 (parent_function): Print distinct messages when waitpid fails, or
3935 the child exits with a signal, or the child exits for an unhandled
3936 reason.
3937 * gdb.threads/process-dies-while-detaching.exp
3938 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3939 it. Wait for both inferior output and GDB's prompt. Use an
3940 indirect spawn id list.
3941 (do_detach): New parameter 'child_exit'. Use it to compute
3942 expected inferior output.
3943 (test_detach, test_detach_watch, test_detach_killed_outside):
3944 Adjust to pass down the expected child exit kind.
3945
97cbe998
SDJ
39462017-12-01 Joel Brobecker <brobecker@adacore.com>
3947 Sergio Durigan Junior <sergiodj@redhat.com>
3948 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3951
40fc416f
SDJ
39522017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3953
3954 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3955 to 'symbol-file' and 'add-symbol-file' can be
3956 position-independent.
3957
1cc75e92
YQ
39582017-12-01 Yao Qi <yao.qi@linaro.org>
3959
3960 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3961 the URL in copyright header.
3962 * gdb.arch/aarch64-fp.exp: Likewise.
3963 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3964 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3965 * gdb.base/expand-psymtabs.exp: Likewise.
3966 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3967 * gdb.fortran/common-block.exp: Likewise.
3968 * gdb.fortran/common-block.f90: Likewise.
3969 * gdb.fortran/logical.exp: Likewise.
3970 * gdb.fortran/vla-datatypes.f90: Likewise.
3971 * gdb.fortran/vla-sub.f90: Likewise.
3972
875fb7a7
JB
39732017-11-30 Joel Brobecker <brobecker@adacore.com>
3974
3975 * gdb.ada/repeat_dyn: New testcase.
3976
6f14765f
UW
39772017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3978
3979 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3980 Update for changed thread numbering.
3981 * gdb.cell/bt.exp: Update for changed GDB output.
3982
f1af7b94
SM
39832017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3984
3985 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3986 setting isremote by hand.
3987 * boards/dwarf4-gdb-index.exp: Likewise.
3988 * boards/fission.exp: Likewise.
3989 * boards/stabs.exp: Likewise.
3990
e3919f3e
PA
39912017-11-30 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.linespec/cpls-ops.exp
3994 (check_explicit_skips_function_argument): Extract the underlying
3995 type of size_t instead of hardcoding it.
3996
bd69330d
PA
39972017-11-29 Pedro Alves <palves@redhat.com>
3998
3999 PR c++/19436
4000 * gdb.linespec/cpls-abi-tag.cc: New file.
4001 * gdb.linespec/cpls-abi-tag.exp: New file.
4002
a20714ff
PA
40032017-11-29 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.base/langs.exp: Use -qualified.
4006 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4007 it.
4008 * gdb.cp/namespace.exp: Use -qualified.
4009 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4010 (overload-3, template-overload, template-ret-type, const-overload)
4011 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4012 procedures.
4013 (test_driver): Call them.
4014 * gdb.cp/save-bp-qualified.cc: New.
4015 * gdb.cp/save-bp-qualified.exp: New.
4016 * gdb.linespec/explicit.exp: Test -qualified.
4017 * lib/completion-support.exp (completion::explicit_opts_list): Add
4018 "-qualified".
4019 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4020
f6f1d339
PM
40212017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4022
4023 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4024
02ca603a
TT
40252017-11-29 Tom Tromey <tom@tromey.com>
4026
4027 * gdb.base/relocate.exp: Update invalid argument test.
4028 Add new tests for invalid arguments.
4029
ed6c0bfb
TP
40302017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4031
4032 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4033 Return 0 as a long.
4034 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4035
f106e10e
TP
40362017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4037
4038 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4039 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4040 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4041 func ().
4042 * gdb.cp/shadow.cc (B.func): Return 0.
4043
10329bb2
JB
40442017-11-27 Joel Brobecker <brobecker@adacore.com>
4045
4046 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4047 expected output in gdb_expect call to allow the exception
4048 message to be present as well. Fix syntax confusion to avoid
4049 TCL thinking that exception_name is an array.
4050
617cd4bc
UW
40512017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4052
4053 * gdb.arch/spu-info.c: Include <unistd.h>.
4054 (do_signal_test): Fix broken calls to write.
4055 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4056 Fix checks for empty mailboxes. Update signal tests for corrected
4057 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4058 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4059 * gdb.cell/arch.exp: Use standard_output_file.
4060 * gdb.cell/break.exp: Likewise.
4061 * gdb.cell/bt.exp: Likewise.
4062 * gdb.cell/core.exp: Likewise.
4063 * gdb.cell/dwarfaddr.exp: Likewise.
4064 * gdb.cell/ea-cache.exp: Likewise.
4065 * gdb.cell/ea-standalone.exp: Likewise.
4066 * gdb.cell/f-regs.exp: Likewise.
4067 * gdb.cell/fork.exp: Likewise.
4068 * gdb.cell/gcore.exp: Likewise.
4069 * gdb.cell/mem-access.exp: Likewise.
4070 * gdb.cell/ptype.exp: Likewise.
4071 * gdb.cell/registers.exp: Likewise.
4072 * gdb.cell/sizeof.exp: Likewise.
4073 * gdb.cell/solib-symbol.exp: Likewise.
4074 * gdb.cell/solib.exp: Likewise.
617cd4bc 4075
a81aaca0
PA
40762017-11-25 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.base/complete-empty.exp: New file.
4079 * gdb.base/completion.exp: Adjust.
4080
6a3c6ee4
PA
40812017-11-25 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.linespec/cpls-ops.cc: New file.
4084 * gdb.linespec/cpls-ops.exp: New file.
4085 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4086 factored out from ...
4087 (test_complete_prefix_range): ... this.
4088
8955eb2d
PA
40892017-11-24 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.linespec/cpcompletion.exp: New file.
4092 * gdb.linespec/cpls-hyphen.cc: New file.
4093 * gdb.linespec/cpls.cc: New file.
4094 * gdb.linespec/cpls2.cc: New file.
4095 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4096 test to use test_gdb_complete_unique. Add label completion,
4097 keyword completion and explicit location completion tests.
4098 * lib/completion-support.exp: New file.
4099
e547c119
JB
41002017-11-24 Joel Brobecker <brobecker@adacore.com>
4101
4102 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4103 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4104 when hitting an exception catchpoint.
4105
7c3c1aa8
YQ
41062017-11-22 Yao Qi <yao.qi@linaro.org>
4107
4108 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4109
41bd68f5
SM
41102017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4111
4112 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4113 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4114 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4115
1daad298
YQ
41162017-11-22 Yao Qi <yao.qi@linaro.org>
4117
4118 * gdb.base/info-os.exp: Pass pthreads.
4119 * gdb.multi/multi-attach.exp: Likewise.
4120
88465e87
YQ
41212017-11-22 Yao Qi <yao.qi@linaro.org>
4122
4123 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4124 compiler.
4125
dc196b23
YQ
41262017-11-22 Yao Qi <yao.qi@linaro.org>
4127
4128 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4129 * gdb.base/break-interp.exp: Likewise.
4130 * gdb.base/jit-attach-pie.exp: Likewise.
4131
2400729e
UW
41322017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4133
4134 * gdb.base/float128.c (large128): New variable.
4135 * gdb.base/float128.exp: Add test to print largest __float128 value.
4136
7a26362d
UW
41372017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4138
4139 * gdb.arch/vsx-regs.exp: Update register content checks.
4140
ed0f4273
UW
41412017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4142
4143 * gdb.arch/ppc-longdouble.exp: New file.
4144 * gdb.arch/ppc-longdouble.c: Likewise.
4145
a25d69c6
PA
41462017-11-21 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4149
73fcf641
PA
41502017-11-20 Pedro Alves <palves@redhat.com>
4151
4152 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4153 (long_double_typedef): New typedefs.
4154 Use DEF on double and long double.
4155 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4156 cases.
4157 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4158 and 'long_double_ptr_same_size' locals. Use them to decide
4159 whether cast from array/function to float is valid/invalid.
4160
71a3c369
TT
41612017-11-17 Tom Tromey <tom@tromey.com>
4162
4163 * gdb.rust/traits.rs: New file.
4164 * gdb.rust/traits.exp: New file.
4165
ced9779b
JB
41662017-11-17 Joel Brobecker <brobecker@adacore.com>
4167
4168 * gdb.ada/minsyms: New testcase.
4169
a0922d80
PA
41702017-11-16 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4173 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4174
ea04e54c
PA
41752017-11-16 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4178 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4179
e849ea89
PA
41802017-11-16 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.server/reconnect-ctrl-c.c: New file.
4183 * gdb.server/reconnect-ctrl-c.exp: New file.
4184
d8ae99a7
PM
41852017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4186
4187 * gdb.python/py-rbreak.exp: New file.
4188 * gdb.python/py-rbreak.c: New file.
4189 * gdb.python/py-rbreak-func2.c: New file.
4190
968a13f8
PA
41912017-11-16 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4194 pattern.
4195 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4196 GDB.
4197
71774bc9
SM
41982017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4199
4200 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4201 regex.
4202
ddbb44cf
SM
42032017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4204
4205 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4206 test names.
4207
584a564f
PA
42082017-11-09 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4211 factored out from ...
4212 (top level): ... here, and adjusted to avoid expecting beyond the
4213 prompt in a single gdb_test_multiple.
4214
5ed7a928
PA
42152017-11-09 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4218 output.
4219 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4220 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4221 * gdb.server/ext-run.exp ("kill" test): Likewise.
4222 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4223
a60e0738
PA
42242017-11-09 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4227 match till end of line.
4228
2c88253f
PA
42292017-11-09 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4232
c7a38517
PA
42332017-11-09 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4236 New procedures, factored out from ...
4237 (top level): ... here, and adjusted to avoid expecting beyond the
4238 prompt in one go.
4239
f29f4b6b
PA
42402017-11-09 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4243 output. Fix '?' match.
4244
286acbb5
JB
42452017-11-08 Joel Brobecker <brobecker@adacore.com>
4246
4247 * gdb.ada/scoped_watch: New testcase.
4248 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4249 which is actually correct.
4250 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4251 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4252
62d7ae92
PA
42532017-11-08 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.gdb/complaints.exp (test_initial_complaints)
4256 (test_serial_complaints, test_short_complaints): Call
4257 complaint_internal instead of complaint.
4258
280ca31f
DT
42592017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4260
4261 * gdb.threads/tls-core.c: New file.
4262 * gdb.threads/tls-core.exp: Likewise.
4263
b5ec771e
PA
42642017-11-08 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4267 (p Exported_Capitalized): New test.
4268 (p exported_capitalized): New test.
4269
a02b41a7
PA
42702017-11-07 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4273
95e95a6d
PA
42742017-11-07 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4277 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4278 (disable_invalid, disable_inverted, disable_negative): New
4279 procedures.
4280 ("bad numbers"): New set of tests.
4281
cee62dbd
PA
42822017-11-07 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.cp/ena-dis-br-range.exp: Add tests.
4285
cc638e86
PA
42862017-11-07 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4289
d0fe4701
XR
42902017-11-07 Xavier Roirand <roirand@adacore.com>
4291 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/ena-dis-br.exp: Add reference to
4294 gdb.cp/ena-dis-br-range.exp.
4295 * gdb.cp/ena-dis-br-range.exp: New file.
4296 * gdb.cp/ena-dis-br-range.cc: New file.
4297
46f67f80
PA
42982017-11-06 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.base/attach-non-pgrp-leader.c: New.
4301 * gdb.base/attach-non-pgrp-leader.exp: New.
4302
726e1356
PA
43032017-11-06 Pedro Alves <palves@redhat.com>
4304
4305 * configure.ac: No longer check for termio.h and sgtty.h.
4306 * configure: Regenerate.
4307 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4308 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4309 Remove termio and sgtty code.
4310
50ab6ace
YQ
43112017-11-03 Yao Qi <yao.qi@linaro.org>
4312
4313 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4314 in GDB is disabled.
4315
8e68731c
YQ
43162017-11-03 Yao Qi <yao.qi@linaro.org>
4317
4318 * gdb.python/py-thrhandle.exp: Skip it if python is not
4319 enabled.
4320
3a87ae65
SM
43212017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4322
4323 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4324 as a breakpoint command.
4325
484d8d36
MD
43262017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4327
4328 PR python/21213
4329 * gdb.python/py-infthread.exp: Test calling
4330 InferiorThread.inferior () multiple times in a row.
4331
4a27f119
KS
43322017-10-27 Keith Seitz <keiths@redhat.com>
4333
4334 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4335 Test "info break" for every inlined function breakpoint.
4336
bb11dd58
YQ
43372017-10-27 Yao Qi <yao.qi@linaro.org>
4338
4339 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4340
a43f3893
PF
43412017-10-26 Patrick Frants <osscontribute@gmail.com>
4342
4343 * gdb.cp/classes.exp (test_static_members): Test printing
4344 Outer::instance.
4345 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4346 (Inner::instance, Outer::instance): New.
4347
792ccf00
PA
43482017-10-24 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4351 extra console" test in two stages.
4352
eb2bfbad
PA
43532017-10-24 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4356
1f75a651
PA
43572017-10-24 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4360 loop.
4361
779990d9
PA
43622017-10-24 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4365 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4366
ad9b8f5d
PA
43672017-10-24 Pedro Alves <palves@redhat.com>
4368
4369 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4370 parameter and handle it. Don't output read value in test name.
4371
fee6da6e
PA
43722017-10-24 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4375 custom test name.
4376
10389c2c
PA
43772017-10-24 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4380 include the unstable output directory name in the test's name.
4381 (initial_setup_simple) <'set args'>: Use custom test name.
4382
a80e65a9
PA
43832017-10-24 Pedro Alves <palves@redhat.com>
4384
4385 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4386 with explicit test name.
4387
15763a09
PA
43882017-10-20 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4391 'wait -i'. Use gdb_assert and remote_close.
4392
49a4ce2e
AB
43932017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4394
4395 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4396 number from variable rather than hard-coded.
4397
a75868f5
PA
43982017-10-19 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/long-inferior-output.c: New file.
4401 * gdb.base/long-inferior-output.exp: New file.
4402
c8ba13ad
KS
44032017-11-18 Keith Seitz <keiths@redhat.com>
4404
4405 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4406 method.
4407 (main): Call it.
4408 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4409 Add additional user-defined conversion operator tests.
4410
b27de576
PA
44112017-10-17 Pedro Alves <palves@redhat.com>
4412
4413 * boards/native-stdio-gdbserver.exp: Load "local-board".
4414
8484c955
PA
44152017-10-17 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/quit-live.c: New file.
4418 * gdb.base/quit-live.exp: New file.
4419
83d5a34d
KS
44202017-10-16 Keith Seitz <keiths@redhat.com>
4421
4422 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4423 (class_with_protected_typedef, class_with_private_typedef)
4424 (struct_with_public_typedef, struct_with_protected_typedef)
4425 (struct_with_private_typedef): New classes/structs.
4426 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4427 typedefs and access specifiers.
4428
739b3f1d
PA
44292017-10-16 Pedro Alves <palves@redhat.com>
4430 Simon Marchi <simon.marchi@polymtl.ca>
4431
4432 * README (Local vs Remote vs Native): New section.
4433 * boards/local-board.exp: New file, with bits factored out from
4434 ...
4435 * boards/native-extended-gdbserver.exp: ... here. Load
4436 "local-board".
4437 * boards/native-gdbserver.exp: Load "local-board".
4438 (${board}_spawn, ${board}_exec): Delete.
4439 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4440 ...
4441 * boards/stdio-gdbserver-base.exp: ... this new file.
4442 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4443 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4444 procedure.
4445 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4446 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4447 stdio_gdbserver_command.
4448 (${board}_get_remote_address, ${board}_get_comm_port)
4449 (${board}_download, ${board}_upload): Delete.
4450 (get_target_remote_pipe_cmd): New.
4451
fe68b953
SM
44522017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4453
4454 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4455 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4456 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4457 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4458 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4459 remove with_test_prefix.
4460
300b6685
PA
44612017-10-13 Pedro Alves <palves@redhat.com>
4462
4463 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4464 * gdb.base/annota1.exp: Use it instead of is_remote.
4465 * gdb.base/annota3.exp: Use it instead of is_remote.
4466 * gdb.cp/annota2.exp: Use it instead of is_remote.
4467 * gdb.cp/annota3.exp: Use it instead of is_remote.
4468 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4469
50500caf
PA
44702017-10-13 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4473 (test_num_test_vars, run_and_count_vars, find_env)
4474 (test_set_unset_env, test_inherit_env_var): New procedures.
4475 (top level): Use them.
4476
dad0c6d2
PA
44772017-10-13 Pedro Alves <palves@redhat.com>
4478
4479 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4480 also skip on stub-like targets.
4481
8b0553c1
PA
44822017-10-13 Pedro Alves <palves@redhat.com>
4483
4484 PR gdb/22293
4485 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4486 (top level): Move some tests to ...
4487 (test_not_found): ... this new procedure.
4488 (top level): Call it.
4489
7594f623
PA
44902017-10-13 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4493 expect different "info terminal" output if testing with a
4494 non-native target.
4495
ebe3b402
PA
44962017-10-13 Pedro Alves <palves@redhat.com>
4497 Simon Marchi <simon.marchi@polymtl.ca>
4498
4499 PR python/12966
4500 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4501
42f1b161
PA
45022017-10-13 Pedro Alves <palves@redhat.com>
4503
4504 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4505 already.
4506
8d6ef72b
PA
45072017-10-13 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4510 is_remote.
4511
d7bcd5b8
PA
45122017-10-13 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4515 is_remote.
4516
df479dc6
PA
45172017-10-13 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4520 is set.
4521 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4522 instead of is_remote.
4523
23fb630a
PA
45242017-10-13 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4527 (top level): Add comment.
4528
cc77b1dc
PA
45292017-10-13 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/remote.exp (top level): Fix comment typo and add
4532 missing return.
4533
27c9e813
PA
45342017-10-13 Pedro Alves <palves@redhat.com>
4535 Simon Marchi <simon.marchi@polymtl.ca>
4536
4537 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4538 calls and add comments. Skip test if use_gdb_stub is set.
4539 (top level): Use "set cwd" command instead of "cd" command.
4540
5e830d98
PA
45412017-10-13 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4544 is_remote target check.
4545
f5ca0032
PA
45462017-10-13 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/scope.exp: Use build_executable + clean_restart +
4549 gdb_file_cmd instead of prepare_for_testing and no longer skip
4550 "before run" tests on is_remote target boards. Update comments.
4551 * boards/native-extended-gdbserver.exp
4552 (extended_gdbserver_load_last_file): New, factored out from ...
4553 (gdb_load): ... this. Move further below and add comment.
4554 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4555
8aed1c0d
PA
45562017-10-12 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/attach.exp: Remove references to gdb64.
4559 * gdb.base/dbx.exp: Remove references to gdb64.
4560
cfa34c87
SM
45612017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4562 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.base/label.exp: Remove is_remote target check.
4565
9192b7de
PA
45662017-10-12 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.base/auvx.exp (coredir): Update comment.
4569 (top level) <core_works>: Use "set cwd" command instead of "cd"
4570 command.
4571
6bf0052d
PA
45722017-10-12 Pedro Alves <palves@redhat.com>
4573 Simon Marchi <simon.marchi@polymtl.ca>
4574
4575 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4576 target boards.
4577
e48ef82d
PA
45782017-10-12 Pedro Alves <palves@redhat.com>
4579 Simon Marchi <simon.marchi@polymtl.ca>
4580
4581 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4582 Instead skip if there's any gdb_protocol set.
4583
8d7aea57
SM
45842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4585 Pedro Alves <palves@redhat.com>
4586
4587 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4588
30440677
PA
45892017-10-12 Pedro Alves <palves@redhat.com>
4590 Simon Marchi <simon.marchi@polymtl.ca>
4591
4592 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4593 instead of on dejagnu remote boards.
4594
4e04f045 45952017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4596 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4597
4598 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4599 checks. Use build_executable + clean_restart instead of
4600 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4601 of enabling non-stop after starting gdb.
4602
871a186e
PA
46032017-10-12 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4606 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4607 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4608 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4609
56d704da
AK
46102017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4611
4612 * gdb.arch/arc-tdesc-cpu.exp: New file.
4613 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4614
2f20e312
SM
46152017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4616
4617 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4618
65630365
PA
46192017-10-10 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4622 expect CLI output.
4623
bf469271
PA
46242017-10-10 Pedro Alves <palves@redhat.com>
4625
4626 * lib/selftest-support.exp (selftest_setup): Update for
4627 captured_command_loop's prototype change.
4628
777a42f1
PA
46292017-10-09 Pedro Alves <palves@redhat.com>
4630
4631 Test both arch1=>arch2 and arch2=>arch1.
4632
4633 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4634 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4635 factored out to...
4636 (append_arch1_options, append_arch2_options, append_arch_options)
4637 (build_executables): New procedures.
4638 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4639 local.
4640 (top level): Add new 'first_arch' testing axis.
4641
cbd2b4e3
PA
46422017-10-09 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4645 (barrier): New.
4646 (thread_start, all_started): New functions.
4647 (main): Spawn new thread and wait until it is scheduled.
4648 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4649 option.
4650 (do_test): Add 'selected_thread' parameter. Run to all_started
4651 instead of main. Explicitly set the breakpoint at main. Switch
4652 to the SELECTED_THREAD thread.
4653 (top level): Test handling the exec event with either the main
4654 thread or the second thread selected.
4655
5c9e4427
PA
46562017-10-09 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4659 logic. Move STOP marker after the value checks.
4660 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4661 regexp.
4662
b3b7c423
SL
46632017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4664
4665 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4666
3b4b2f16
UW
46672017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4668
4669 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4670 integer-to-dfp conversion.
4671 * gdb.base/dfp-test.exp: Likewise.
4672
5cd63fda
PA
46732017-10-04 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.multi/hangout.c: Include <unistd.h>.
4676 (hangout_loop): New function.
4677 (main): Call alarm. Call hangout_loop in a loop.
4678 * gdb.multi/hello.c: Include <unistd.h>.
4679 (hello_loop): New function.
4680 (main): Call alarm. Call hangout_loop in a loop.
4681 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4682 inferior with the other selected.
4683
4c71c105
SM
46842017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4685
4686 * gdb.mi/list-thread-groups-available.exp: New file.
4687 * gdb.mi/list-thread-groups-available.c: New file.
4688
bc3b087d
SDJ
46892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4690
4691 * gdb.base/set-cwd.exp: Make it available on
4692 native-extended-gdbserver.
4693
d092c5a2
SDJ
46942017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4695
4696 * gdb.base/set-cwd.c: New file.
4697 * gdb.base/set-cwd.exp: Likewise.
4698
45320ffa
TT
46992017-10-02 Tom Tromey <tom@tromey.com>
4700
4701 PR rust/22236:
4702 * gdb.rust/simple.rs (main): New variable "fslice".
4703 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4704
b3e3859b
TT
47052017-10-02 Tom Tromey <tom@tromey.com>
4706
4707 * gdb.rust/simple.exp: Test ptype of a slice.
4708
01af5e0d
TT
47092017-10-02 Tom Tromey <tom@tromey.com>
4710
4711 * gdb.rust/simple.exp: Test index of slice.
4712
a9bbfbd8
TT
47132017-09-27 Tom Tromey <tom@tromey.com>
4714
4715 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4716
df8899e5
TP
47172017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4718 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/compare-sections.exp (get value of read-only section): Read
4721 as unsigned value.
4722 (corrupt read-only section): Likewise and don't set written if patching
4723 failed.
4724
757bf54b
KB
47252017-09-21 Kevin Buettner <kevinb@redhat.com>
4726
4727 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4728 files.
4729
06871ae8
PA
47302017-09-20 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4733 symbol names in gdb's output.
4734 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4735
e5f25bc5
PA
47362017-09-20 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4739 Rename to ...
4740 (test_list_ambiguous_symbol): ... this and add a symbol name
4741 parameter. Adjust.
4742 (test_list_ambiguous_function): Reimplement on top of
4743 test_list_ambiguous_symbol and also test listing ambiguous
4744 variables.
4745 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4746 (ambiguous_fun): ... this.
4747 (ambiguous_var): New.
4748 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4749 (ambiguous_fun): ... this.
4750 (ambiguous_var): New.
4751
4e5a4f58
JB
47522017-09-19 John Baldwin <jhb@FreeBSD.org>
4753
4754 * gdb.base/starti.c: New file.
4755 * gdb.base/starti.exp: New file.
4756 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4757
26e53f3e
PA
47582017-09-14 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4761 (top level): Use it instead of runto.
4762
cb791d59
TT
47632017-09-11 Tom Tromey <tom@tromey.com>
4764
4765 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4766
7c96f8c1
TT
47672017-09-11 Tom Tromey <tom@tromey.com>
4768
4769 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4770 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4771
469412dd
CW
47722017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4773
4774 * gdb.fortran/printing-types.exp: New file.
4775 * gdb.fortran/printing-types.exp: New file.
4776
e0f86435
BH
47772017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4778
4779 * gdb.fortran/vla-ptype.exp: Fix typos.
4780 * gdb.fortran/vla-value.exp: Same.
4781
9e9af4be
BH
47822017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4783
4784 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4785 * gdb.mi/mi-var-child-f.exp: Likewise.
4786 * gdb.mi/mi-vla-fortran.exp: Likewise.
4787
a5ad232b 47882017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4789 Christoph Weinmann <christoph.t.weinmann@intel.com>
4790 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4791
4792 * gdb.fortran/ptr-indentation.f90: New file.
4793 * gdb.fortran/ptr-indentation.exp: New file.
4794
5aec60eb
TT
47952017-09-05 Tom Tromey <tom@tromey.com>
4796
4797 PR gdb/22010:
4798 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4799
8f8f8152
TP
48002017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4801
4802 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4803
fbd1b771
JK
48042017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4805
4806 * gdb.threads/tls-nodebug-pie.c: New file.
4807 * gdb.threads/tls-nodebug-pie.exp: New file.
4808
5eb5f850
TT
48092017-09-05 Tom Tromey <tom@tromey.com>
4810
4811 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4812 for rust.
4813
ae780a21
SM
48142017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4815
4816 * gdb.multi/multi-arch-exec.exp: Test with different
4817 "follow-exec-mode" settings.
4818 (do_test): New procedure.
4819
3693fdb3
PA
48202017-09-04 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/func-static.c (S::method const, S::method volatile)
4823 (S::method volatile const): New methods.
4824 (c_s, v_s, cv_s): New instances.
4825 (main): Call method() on them.
4826 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4827 (cannot_resolve): New procedure.
4828 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4829 print-quote-unquoted columns.
4830 (do_test): Test printing each scope too.
4831
e68cb8e0
PA
48322017-09-04 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/local-static.exp: Also test with
4835 class::method::variable wholly quoted.
4836 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4837
858be34c
PA
48382017-09-04 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/local-static.c: New.
4841 * gdb.base/local-static.cc: New.
4842 * gdb.base/local-static.exp: New.
4843
46a4882b
PA
48442017-09-04 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.asm/asm-source.exp: Add casts to int.
4847 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4848 (dataglobal64_1, dataglobal64_2): New globals.
4849 * gdb.base/nodebug.exp: Test different expressions involving the
4850 new globals, with print, whatis and ptype. Add casts to int.
4851 * gdb.base/solib-display.exp: Add casts to int.
4852 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4853 * gdb.cp/m-static.exp: Add cast to int.
4854 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4855 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4856 tls variable with no debug info without a cast. Test with a cast
4857 to int too.
4858 * gdb.trace/entry-values.exp: Add casts.
4859
2c5a2be1
PA
48602017-09-04 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.base/nodebug.exp: Test that ptype's error about functions
4863 with unknown return type includes the function name too.
4864
7022349d
PA
48652017-09-04 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4868 return type of munmap in infcall.
4869 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4870 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4871 type of ftell in infcall.
4872 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4873 type of getpid in infcall.
4874 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4875 infcall.
4876 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4877 Bail on failure to extract the pid.
4878 * gdb.base/nodebug.c: #include <stdint.h>.
4879 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4880 New functions.
4881 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4882 Change expected output of print/whatis/ptype with functions with
4883 no debug info. Test all supported languages. Call
4884 test_call_promotion.
4885 * gdb.compile/compile.exp: Adjust expected output to expect
4886 warning.
4887 * gdb.threads/siginfo-threads.exp: Likewise.
4888
54990598
PA
48892017-09-04 Pedro Alves <palves@redhat.com>
4890
4891 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4892 "prototypes". Test calling float functions via prototyped and
4893 unprototyped function pointers.
4894 (perform_all_tests): New parameter "prototypes". Pass it down.
4895 (top level): Pass down "prototypes" parameter to
4896 perform_all_tests.
4897
34d16ea2
SM
48982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4899
4900 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4901 Test with nested loops.
4902
9521ecda
SM
49032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4904
4905 * gdb.base/commands.exp: Call the new procedures.
4906 (loop_break_test, loop_continue_test): New procedures.
4907
80a65e9b
SM
49082017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * gdb.base/commands.exp: Call new procedure.
4911 (define_if_without_arg_test): New procedure.
4912
e439fa14
PA
49132017-09-04 Pedro Alves <palves@redhat.com>
4914
4915 * gdb.base/list-ambiguous.exp: New file.
4916 * gdb.base/list-ambiguous0.c: New file.
4917 * gdb.base/list-ambiguous1.c: New file.
4918 * gdb.base/list.exp (test_list_range): Adjust expected output.
4919
0a2dde4a
SDJ
49202017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4921
4922 * gdb.base/share-env-with-gdbserver.c: New file.
4923 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4924
5e89eb3a
SM
49252017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * gdb.base/commands.exp (gdbvar_simple_if_test,
4928 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4929 progvar_simple_if_test, progvar_simple_while_test,
4930 progvar_complex_if_while_test, user_defined_command_test,
4931 user_defined_command_args_eval,
4932 user_defined_command_args_stack_test,
4933 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4934 temporary_breakpoint_commands,
4935 gdb_test_no_prompt, redefine_hook_test,
4936 redefine_backtrace_test): Remove "global gdb_prompt".
4937
fd437cbc
SM
49382017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4939
4940 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4941 New proc, call it from toplevel.
4942
87215ad1
SDJ
49432017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4944
4945 PR remote/21852
4946 * gdb.server/normal.c: New file, copied from gdb.base.
4947 * gdb.server/run-without-local-binary.exp: New file.
4948
58afddc6
WP
49492017-08-07 Weimin Pan <weimin.pan@oracle.com>
4950
4951 * gdb.arch/sparc64-adi.exp: New file.
4952 * gdb.arch/sparc64-adi.c: New file.
4953
5277199a
PA
49542017-08-22 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4957 (top level): Add "list all overloads" tests.
4958
14278e1f
TT
49592017-08-22 Tom Tromey <tom@tromey.com>
4960
4961 * gdb.gdb/xfullpath.exp: Remove.
4962
bf223d3e
PA
49632017-08-21 Pedro Alves <palves@redhat.com>
4964
4965 PR gdb/19487
4966 * gdb.base/symbol-alias.c: New.
4967 * gdb.base/symbol-alias2.c: New.
4968 * gdb.base/symbol-alias.exp: New.
4969
c973d0aa
PA
49702017-08-21 Pedro Alves <palves@redhat.com>
4971
4972 * gdb.base/dfp-test.c
4973 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4974 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4975 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4976 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4977 * gdb.base/whatis-ptype-typedefs.c: New.
4978 * gdb.base/whatis-ptype-typedefs.exp: New.
4979 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4980 (an_int, an_int_type, an_int_type2): New globals.
4981 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4982 involving typedefs and cast expressions.
4983 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4984 (lookup_typedefs_function): New.
4985 (typedefs_pretty_printers_dict): New.
4986 (top level): Register lookup_typedefs_function in
4987 gdb.pretty_printers.
4988
6d580b63
YQ
49892017-08-18 Yao Qi <yao.qi@linaro.org>
4990
4991 * gdb.server/unittest.exp: New.
4992
206726fb
SDJ
49932017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4994
4995 PR gdb/21954
4996 * gdb.base/environ.exp: Add test to check if 'unset environment'
4997 works.
4998
bf0ec4c2
AA
49992017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5000
5001 * lib/gdb.exp (universal_compile_options): New caching proc.
5002 (gdb_compile): Suppress GCC's coloring of messages.
5003
d6382fff
TT
50042017-08-14 Tom Tromey <tom@tromey.com>
5005
5006 PR gdb/21675:
5007 * gdb.base/printcmds.exp (test_radices): New function.
5008 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5009 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5010 * lib/gdb.exp (get_integer_valueof): Use p/d.
5011
c2c2dd9f
SM
50122017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5013
5014 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5015 characters.
5016
fdffd6f4
TT
50172017-08-05 Tom Tromey <tom@tromey.com>
5018
5019 * gdb.rust/simple.exp: Allow String to appear in a different
5020 namespace.
5021
27d41eac
YQ
50222017-07-26 Yao Qi <yao.qi@linaro.org>
5023
5024 * gdb.gdb/unittest.exp: Invoke command
5025 "maintenance check xml-descriptions".
5026
031ed05d
AA
50272017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5028
5029 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5030 calling context.
5031 (hex128): Drop erroneous calculation of parameters.
5032
dcd27ddf
SM
50332017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5034
5035 * gdb.python/py-unwind.exp: Disable stack protection when
5036 building test file.
5037
47e77640
PA
50382017-07-20 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/default.exp (set language): Adjust expected output.
5041
62d2a18a
PA
50422017-07-20 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5045 (test_minsym): ... this, and make static.
5046 (get_pck__foo__bar__minsym): Rename to ...
5047 (get_test_minsym): ... this.
5048 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5049 symbol names and comments.
5050 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5051 (get_test_minsym): ... this.
5052 (pck__foo__bar__minsym__2): Rename to ...
5053 (test_minsym): ... this.
5054 (main): Adjust.
5055
c45ec17c
PA
50562017-07-17 Pedro Alves <palves@redhat.com>
5057
5058 * gdb.base/completion.exp: Adjust expected output.
5059 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5060 the completer works.
5061
c6756f62
PA
50622017-07-17 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5065
5bd68487
AB
50662017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5067
5068 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5069
8880f2a9
TT
50702017-07-14 Tom Tromey <tom@tromey.com>
5071
5072 PR rust/21764:
5073 * gdb.rust/simple.exp: Add tests.
5074
65547233
TT
50752017-07-14 Tom Tromey <tom@tromey.com>
5076
5077 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5078
8f14146e
PA
50792017-07-14 Pedro Alves <palves@redhat.com>
5080
5081 * gdb.linespec/base/one/thefile.cc (z1): New function.
5082 * gdb.linespec/base/two/thefile.cc (z2): New function.
5083 * gdb.linespec/linespec.exp: Add tests.
5084
b4365d02
AB
50852017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5088 to mi_create_breakpoint.
5089
5d2cbaa5
AB
50902017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5091
5092 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5093 mi_create_breakpoint.
5094
11cb5716
IB
50952017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5096
5097 * gdb.dlang/demangle.exp: Update for demangling changes.
5098
03278692
TT
50992017-07-09 Tom Tromey <tom@tromey.com>
5100
5101 * gdb.dwarf2/shortpiece.exp: New file.
5102
33c5cd75
DB
51032017-07-06 David Blaikie <dblaikie@gmail.com>
5104
5105 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5106 built from fissiont-multi-cu{1,2}.c.
5107 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5108 except putting 'main' and 'func' in separate CUs in the same DWO file.
5109 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5110 test.
5111 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5112 test.
5113
8455d262
PA
51142017-07-06 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.python/py-unwind.exp: Test flushregs.
5117
dc4bde35
SDJ
51182017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5119
5120 PR cli/21688
5121 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5122 tests for alias commands and trailing whitespace.
5123
51ed89aa
SDJ
51242017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5125
5126 PR cli/21688
5127 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5128 procedure. Call it.
5129
eb17d413
PA
51302017-06-29 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.base/printcmds.exp: Add tests.
5133
41664b45
DG
51342017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5135
5136 PR gdb/21337
5137 * gdb.base/reread-readsym.exp: New file.
5138 * gdb.base/reread-readsym.c: New file.
5139
75312ae3
KB
51402017-06-21 Kevin Buettner <kevinb@redhat.com>
5141
5142 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5143 subpattern.
5144
66953522
PB
51452017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5146
5147 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5148 extended mnemonic.
5149 * gdb.arch/powerpc-power9.s: Likewise.
5150
5524b525
AA
51512017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5152
5153 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5154 on 32-bit x86 targets. Exploit is_*_target macros where
5155 appropriate.
5156
03c8af18
AA
51572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5158
5159 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5160 register pieces.
5161
3bf31011
AA
51622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5163
5164 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5165 located in one or more DWARF pieces.
5166
805acca0
AA
51672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5168
5169 * lib/gdb.exp (get_endianness): New proc.
5170 * gdb.arch/aarch64-fp.exp: Use it.
5171 * gdb.arch/altivec-regs.exp: Likewise.
5172 * gdb.arch/e500-regs.exp: Likewise.
5173 * gdb.arch/vsx-regs.exp: Likewise.
5174 * gdb.base/dump.exp: Likewise.
5175 * gdb.base/funcargs.exp: Likewise.
5176 * gdb.base/gnu_vector.exp: Likewise.
5177 * gdb.dwarf2/formdata16.exp: Likewise.
5178 * gdb.dwarf2/implptrpiece.exp: Likewise.
5179 * gdb.dwarf2/nonvar-access.exp: Likewise.
5180 * gdb.python/py-inferior.exp: Likewise.
5181 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5182
e9352324
AA
51832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5184
5185 PR gdb/21226
5186 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5187 stack value pieces are taken from the LSB end.
5188
d5d1163e
AA
51892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5190
5191 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5192 variable at nonzero offset.
5193
0567c986
AA
51942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5195
5196 * gdb.dwarf2/var-access.c: New file.
5197 * gdb.dwarf2/var-access.exp: New test.
5198 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5199
973e9aab
TT
52002017-06-12 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.dwarf2/formdata16.exp: Add tests.
5203
d9109c80
TT
52042017-06-12 Tom Tromey <tom@tromey.com>
5205
5206 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5207
30a25466
TT
52082017-06-12 Tom Tromey <tom@tromey.com>
5209
5210 PR exp/16225:
5211 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5212 * gdb.arch/vsx-regs.exp: Update tests.
5213 * gdb.arch/s390-vregs.exp (hex128): New proc.
5214 Update test.
5215 * gdb.arch/altivec-regs.exp: Update tests.
5216
aefd8b33
SDJ
52172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5218
5219 * gdb.base/startup-with-shell.c: New file.
5220 * gdb.base/startup-with-shell.exp: Likewise.
5221
2090129c
SDJ
52222017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5223
5224 * gdb.server/non-existing-program.exp: Update regex in order to
5225 reflect the fact that gdbserver is now using fork_inferior (with a
5226 shell) to startup the inferior.
5227
8e86a419
SM
52282017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5229
5230 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5231 support function calls from GDB.
5232
e6cf65f2
TT
52332017-05-21 Tom Tromey <tom@tromey.com>
5234
5235 PR rust/21466:
5236 * gdb.rust/unsized.exp: New file.
5237 * gdb.rust/unsized.rs: New file.
5238
43cc5389
TT
52392017-05-19 Tom Tromey <tom@tromey.com>
5240
5241 PR rust/21484:
5242 * gdb.rust/watch.exp: New file.
5243 * gdb.rust/watch.rs: New file.
5244
ec8df234
TT
52452017-05-18 Tom Tromey <tom@tromey.com>
5246
5247 * gdb.rust/simple.exp: Allow Box to be qualified.
5248
3e3e7fae
TP
52492017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5250
5251 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5252
59cc050d
PA
52532017-05-18 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.base/fileio.c (test_write, test_read, test_close)
5256 (test_fstat): Don't print 'ret' in the fail path.
5257
c8f6abd1
PA
52582017-05-18 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5261 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5262 (test_system, test_rename, test_unlink, test_time): Change
5263 prototypes.
5264 * gdb.base/fileio.exp (stop_msg): Adjust.
5265
d2a03b77
PA
52662017-05-18 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.base/fileio.c (null_str): New global.
5269 (test_stat): Use it.
5270 * gdb.base/fileio.exp: Remove nowarnings.
5271
0d5c6999
YQ
52722017-05-17 Yao Qi <yao.qi@linaro.org>
5273
5274 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5275
21873064
YQ
52762017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5277
5278 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5279 argument command.
5280 (top-level): Invoke test_set_inferior_tty.
5281
d512d31c
PA
52822017-05-04 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5285 Add parens to print call for Python 3.
5286
90cef2ed
KS
52872017-05-03 Keith Seitz <keiths@redhat.com>
5288
5289 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5290 (main): Call it.
5291
14f819c8
TW
52922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5293
5294 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5295 to prev and next.
5296
913aeadd
TW
52972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5298
5299 * gdb.python/py-record-btrace.exp: Remove test for
5300 gdb.BtraceInstruction.error.
5301
a3be24ad
TW
53022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5303
5304 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5305
ae20e79a
TW
53062017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5307
5308 * gdb.python/py-record-btrace-threads.c: New file.
5309 * gdb.python/py-record-btrace-threads.exp: New file.
5310
45ce1b47
SDJ
53112017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5312
5313 PR testsuite/8595
5314 * gdb.base/environ.exp: Make test available in all architectures.
5315 Move bits related to "info program" testing to
5316 gdb.base/info-program.exp. Rewrite tests to use the two new
5317 procedures mentione below.
5318 (test_set_show_env_var) New procedure.
5319 (test_set_show_env_var_equal): Likewise.
5320 * gdb.base/info-program.exp: New file.
5321
e15c3eb4
KS
53222017-04-27 Keith Seitz <keiths@redhat.com>
5323
5324 * gdb.cp/oranking.cc (test15): New function.
5325 (main): Call test15 and declare additional variables for testing.
5326 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5327 "p foo101('abc')" tests.
5328 Add tests for cv qualifier overloads.
5329 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5330 "lvalue reference overload" test.
5331 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5332 "print value of f1 on Child&& in f2" test.
5333
3a3fd0fd
PA
53342017-04-19 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5337 procedure.
5338 (top level): Call it.
5339 * lib/gdb.exp (gdb_define_cmd): New procedure.
5340
53375380
PA
53412017-04-12 Pedro Alves <palves@redhat.com>
5342
5343 PR gdb/21323
5344 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5345 (wchar): New global.
5346 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5347 (do_test_wide_char, wide_char_types_no_program, top level): Add
5348 wchar_t testing.
5349
53e710ac
PA
53502017-04-12 Pedro Alves <palves@redhat.com>
5351
5352 PR c++/21323
5353 * gdb.cp/wide_char_types.c: New file.
5354 * gdb.cp/wide_char_types.exp: New file.
5355
0ad9d8c7
SDJ
53562017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5357
5358 PR gdb/21352
5359 * gdb.trace/tsv.exp: Add test for "tsave -r".
5360
b1b45502
IB
53612017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5362
5363 * gdb.dlang/watch-loc.c: New file.
5364 * gdb.dlang/watch-loc.exp: New file.
5365
ec13808e
JK
53662017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5367
5368 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5369
fe5f7374
AK
53702017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5371
5372 * gdb.arch/arc-analyze-prologue.S: New file.
5373 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5374
eea78757
AK
53752017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5376
5377 * gdb.arch/arc-decode-insn.S: New file.
5378 * gdb.arch/arc-decode-insn.exp: Likewise.
5379
5badf10a
IR
53802017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5381
5382 PR tdep/20928
5383 * gdb.arch/sparc64-regs.exp: New file.
5384 * gdb.arch/sparc64-regs.S: Likewise.
5385
cee59b3f
TW
53862017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5387
5388 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5389 and memory view on Python 3.
5390
c0f55cc6
AV
53912017-03-20 Artemiy Volkov <artemiyv@acm.org>
5392 Keith Seitz <keiths@redhat.com>
5393
5394 PR gdb/14441
5395 * gdb.cp/demangle.exp: Add rvalue reference tests.
5396 * gdb.cp/rvalue-ref-casts.cc: New file.
5397 * gdb.cp/rvalue-ref-casts.exp: New file.
5398 * gdb.cp/rvalue-ref-overload.cc: New file.
5399 * gdb.cp/rvalue-ref-overload.exp: New file.
5400 * gdb.cp/rvalue-ref-params.cc: New file.
5401 * gdb.cp/rvalue-ref-params.exp: New file.
5402 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5403 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5404 * gdb.cp/rvalue-ref-types.cc: New file.
5405 * gdb.cp/rvalue-ref-types.exp: New file.
5406 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5407 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5408
51457a05
MAL
54092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5410
5411 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5412 New procedure.
5413
5b291c04
MAL
54142017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5415
5416 * lib/mi-support.exp (mi_gdb_test): Add additional message
5417 for unexpected output.
5418
59a56148
AA
54192017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5420
5421 * gdb.base/examine-backward.c (Barrier): New character array
5422 constant, to ensure that TestStrings is preceded by a string
5423 terminator.
5424
7942e96e
AA
54252017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5426
5427 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5428 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5429 and implicit pointer into such a location.
5430
6ebac3fb
DE
54312017-03-16 Doug Evans <dje@google.com>
5432
5433 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5434
ec3b243d
TP
54352017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5436
5437 * gdb.cp/m-static.exp: Fix expectation for prototype of
5438 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5439
54402017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5441
5442 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5443 * gdb.guile/scm-lazy-string.c: New file.
5444 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5445 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5446 for pointer, array, typedef lazy strings.
5447
2cc36e25 54482017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5449
5450 PR python/17728, python/18439, python/18779
5451 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5452 * gdb.python/py-lazy-string.c (pointer): New typedef.
5453 (main): New locals ptr, array, typedef_ptr.
5454 * gdb.python/py-value.exp: Move lazy string tests to ...
5455 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5456 array, typedef lazy strings.
ec3b243d 5457
0efcde63
AK
54582017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5459
5460 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5461 Add optional 'test' parameter.
5462
7978d7c3
SM
54632017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5464
5465 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5466 Skip for versions of DejaGnu < 1.5.
5467
896c0c1e
SM
54682017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * lib/gdb.exp (dejagnu_version): New proc.
5471 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5472 Use dejagnu_version.
5473
5f4d1085
KS
54742017-03-10 Keith Seitz <keiths@redhat.com>
5475
5476 PR c++/8128
5477 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5478 type from destructor regexps.
5479 Add a branch which actually passes the test.
5480 Adjust "ptype t5i" test names.
5481
1de05205
PA
54822017-03-08 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.base/step-over-exit.exp: Add explicit test message.
5485
c65d6b55
PA
54862017-03-08 Pedro Alves <palves@redhat.com>
5487
5488 PR gdb/18360
5489 * gdb.threads/interrupt-while-step-over.c: New file.
5490 * gdb.threads/interrupt-while-step-over.exp: New file.
5491
2e86a283
PA
54922017-03-08 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5495 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5496
25dcbff6
PA
54972017-03-08 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5500 PKRU as not supported as a PASS.
5501
dc9366eb
PA
55022017-03-08 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5505 prefix instead of $binfile1/$binfile2.
5506 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5507 in test message.
5508 * gdb.python/py-completion.exp: Use "load python file" as test
5509 messages instead of unstable path names.
5510
6e5d74e7
PA
55112017-03-08 Pedro Alves <palves@redhat.com>
5512 Jan Kratochvil <jan.kratochvil@redhat.com>
5513
5514 PR cli/21218
5515 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5516 New proc.
5517 (top level): Call it.
5518
9753a2f6
PA
55192017-03-08 Pedro Alves <palves@redhat.com>
5520
5521 PR tui/21216
5522 * gdb.tui/tui-nl-filtered-output.exp: New file.
5523
1a4dd9dd
PA
55242017-03-08 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.base/completion.exp: Move TUI completion tests to ...
5527 * gdb.tui/completion.exp: ... this new file.
5528
7cbbff33
PA
55292017-03-08 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.base/tui-disasm-long-lines.c,
5532 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5533 gdb.base/tui-layout.exp: Move to ...
5534 * gdb.tui/: ... this new directory.
5535
5f6fd321
PA
55362017-03-07 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.base/tui-layout.c: New file.
5539 * gdb.base/tui-layout.exp: New file.
5540
44959fa8
PA
55412017-03-07 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.base/tui-layout.c: Rename to ...
5544 * gdb.base/tui-disasm-long-lines.c: ... this.
5545 * gdb.base/tui-layout.exp: Rename to ...
5546 * gdb.base/tui-disasm-long-lines.exp: ... this.
5547
f8c4e718
PA
55482017-03-07 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5551
6dbb839a 55522017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5553
5554 * i386-mpx-call.c: New file.
5555 * i386-mpx-call.exp: New file.
5556
65b48a81
PB
55572017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5558
5559 * gdb.arch/powerpc-power.exp: Delete test.
5560 * gdb.arch/powerpc-power.s: Likewise.
5561 * gdb.disasm/disassembler-options.exp: New test.
5562 * gdb.arch/powerpc-altivec.exp: Likewise.
5563 * gdb.arch/powerpc-altivec.s: Likewise.
5564 * gdb.arch/powerpc-altivec2.exp: Likewise.
5565 * gdb.arch/powerpc-altivec2.s: Likewise.
5566 * gdb.arch/powerpc-altivec3.exp: Likewise.
5567 * gdb.arch/powerpc-altivec3.s: Likewise.
5568 * gdb.arch/powerpc-power7.exp: Likewise.
5569 * gdb.arch/powerpc-power7.s: Likewise.
5570 * gdb.arch/powerpc-power8.exp: Likewise.
5571 * gdb.arch/powerpc-power8.s: Likewise.
5572 * gdb.arch/powerpc-power9.exp: Likewise.
5573 * gdb.arch/powerpc-power9.s: Likewise.
5574 * gdb.arch/powerpc-vsx.exp: Likewise.
5575 * gdb.arch/powerpc-vsx.s: Likewise.
5576 * gdb.arch/powerpc-vsx2.exp: Likewise.
5577 * gdb.arch/powerpc-vsx2.s: Likewise.
5578 * gdb.arch/powerpc-vsx3.exp: Likewise.
5579 * gdb.arch/powerpc-vsx3.s: Likewise.
5580 * gdb.arch/arm-disassembler-options.exp: Likewise.
5581 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5582 * gdb.arch/s390-disassembler-options.exp: Likewise.
5583
17cd4947
LM
55842017-02-23 Luis Machado <lgustavo@codesourcery.com>
5585
5586 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5587 (check_supported_features): ... this. Changed return type to void.
5588 (supports_rdseed): New static global.
5589 (rdseed): Check supports_rdseed.
5590 (initialize): Call check_supported_features.
5591
2039d74e
EBM
55922017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5593
5594 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5595 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5596 and lqarx/stqcx.
5597 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5598 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5599
a51d7ecf
EBM
56002017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5601
5602 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5603 uppercase.
5604
0224619f
JK
56052017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5606
5607 * gdb.dwarf2/formdata16.c: New file.
5608 * gdb.dwarf2/formdata16.exp: New file.
5609 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5610
216f72a1
JK
56112017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5612
5613 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5614 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5615 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5616 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5617 DW_AT_GNU_*.
5618
43988095
JK
56192017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5622
99e8a4f9
SDJ
56232017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5624
5625 PR gdb/21164
5626 * gdb.base/maint.exp: Add testcases for when the commands do
5627 not have arguments.
5628
b58a8c0c
TP
56292017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5630
5631 * gdb.cp/chained-calls.exp: Use p instead of P.
5632
4e746bb6
TW
56332017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5634
5635 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5636 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5637
3f77c769
TT
56382017-02-14 Tom Tromey <tom@tromey.com>
5639
5640 PR python/13598:
5641 * gdb.python/py-events.exp: Add before_prompt event tests.
5642
075beec0
AA
56432017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5644
5645 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5646
bf5f525c
LM
56472017-02-13 Luis Machado <lgustavo@codesourcery.com>
5648
5649 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5650 (main): Call my_unique_function_name.
5651 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5652 completion of patterns with a single match.
5653 Add missing -re switches to gdb_test_multiple calls.
5654
13a66184
LM
56552017-02-13 Luis Machado <lgustavo@codesourcery.com>
5656
5657 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5658 return if core file is not recognized.
5659
26a06916
SM
56602017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5661
5662 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5663 and extra UIs.
5664
b761ca9e
SM
56652017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5666
5667 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5668 proc_with_prefix.
5669
b964bee0
TT
56702017-02-10 Tom Tromey <tom@tromey.com>
5671
5672 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5673
18da0c51
MG
56742017-02-10 Martin Galvan <martingalvan@sourceware.org>
5675
5676 PR gdb/21122
5677 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5678
604c4576
JG
56792017-02-08 Jerome Guitton <guitton@adacore.com>
5680
5681 * gdb.base/define.exp: Add test for command abbreviations
5682 in define.
5683
20b477a7
LM
56842017-02-06 Luis Machado <lgustavo@codesourcery.com>
5685
5686 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5687 * gdb.reverse/insn-reverse-x86.c: New file.
5688
3f7b46f2
IR
56892017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5690
5691 PR tdep/20936
5692 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5693
f0fd41c1
TT
56942017-02-03 Tom Tromey <tom@tromey.com>
5695
5696 PR rust/21097:
5697 * gdb.rust/simple.exp: Add new tests.
5698
5be5dbf0
PA
56992017-02-02 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5702 tests.
5703
7346ef59
AA
57042017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5705
5706 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5707 taking a 2-byte value out of a 4-byte DWARF implicit value on
5708 big-endian targets.
5709 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5710 logic. Add test cases for DW_OP_implicit.
5711
787f0025
MM
57122017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5713
5714 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5715
68777c29
MM
57162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5717
5718 * gdb.btrace/enable.exp: Call gdb_exit before
5719 skip_gdbserver_tests.
5720
0a1c7e28
MM
57212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5722
5723 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5724 GDBFLAGS.
5725
b5ac99b0
MM
57262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5727
5728 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5729 the test is skipped.
5730 * gdb.btrace/data.exp: Likewise.
5731 * gdb.btrace/delta.exp: Likewise.
5732 * gdb.btrace/dlopen.exp: Likewise.
5733 * gdb.btrace/enable-running.exp: Likewise.
5734 * gdb.btrace/enable.exp: Likewise.
5735 * gdb.btrace/exception.exp: Likewise.
5736 * gdb.btrace/function_call_history.exp: Likewise.
5737 * gdb.btrace/gcore.exp: Likewise.
5738 * gdb.btrace/instruction_history.exp: Likewise.
5739 * gdb.btrace/multi-thread-step.exp: Likewise.
5740 * gdb.btrace/nohist.exp: Likewise.
5741 * gdb.btrace/non-stop.exp: Likewise.
5742 * gdb.btrace/reconnect.exp: Likewise.
5743 * gdb.btrace/record_goto-step.exp: Likewise.
5744 * gdb.btrace/record_goto.exp: Likewise.
5745 * gdb.btrace/rn-dl-bind.exp: Likewise.
5746 * gdb.btrace/segv.exp: Likewise.
5747 * gdb.btrace/step.exp: Likewise.
5748 * gdb.btrace/stepi.exp: Likewise.
5749 * gdb.btrace/tailcall-only.exp: Likewise.
5750 * gdb.btrace/tailcall.exp: Likewise.
5751 * gdb.btrace/tsx.exp: Likewise.
5752 * gdb.btrace/unknown_functions.exp: Likewise.
5753 * gdb.btrace/vdso.exp: Likewise.
5754
cd4007e4
MM
57552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5756
5757 * gdb.btrace/enable-running.c: New.
5758 * gdb.btrace/enable-running.exp: New.
5759
2735833d
WT
57602017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5761
5762 * gdb.arch/amd64-gs_base.c: New file.
5763 * gdb.arch/amd64-gs_base.exp: New file.
5764
b51e1e94
LM
57652017-01-26 Luis Machado <lgustavo@codesourcery.com>
5766
5767 * lib/memory.exp: Remove spurious empty newlines.
5768
72ca0410
SM
57692017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5770
5771 * gdb.python/py-bad-printers.exp: Load python file using "source".
5772 * gdb.python/py-events.exp: Likewise.
5773 * gdb.python/py-evsignal.exp: Likewise.
5774 * gdb.python/py-evthreads.exp: Likewise.
5775 * gdb.python/py-frame-args.exp: Likewise.
5776 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5777 * gdb.python/py-framefilter-mi.exp: Likewise.
5778 * gdb.python/py-framefilter.exp: Likewise.
5779 * gdb.python/py-mi.exp: Likewise.
5780 * gdb.python/py-pp-maint.exp: Likewise.
5781 * gdb.python/py-pp-registration.exp: Likewise.
5782 * gdb.python/py-prettyprint.exp: Likewise.
5783 (run_lang_tests): Likewise.
5784 * gdb.python/py-typeprint.exp: Likewise.
5785
e309aa65
LM
57862017-01-26 Luis Machado <lgustavo@codesourcery.com>
5787
5788 * lib/memory.exp: New file.
5789 * lib/gdb.exp: Load memory.exp.
5790 * gdb.base/memattr.exp (delete_memory): Move proc to
5791 lib/memory.exp and rename to delete_memory_regions.
5792 Replace delete_memory with delete_memory_regions.
5793 Cleanup memory regions before tests.
5794 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5795 before tests.
5796
515aff23
LM
57972017-01-26 Luis Machado <lgustavo@codesourcery.com>
5798
5799 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5800 files.
5801 (initialize): New function conditionally defined.
5802 (testcases): Move within conditional block.
5803 (main): Call initialize.
5804 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5805 of gdb.reverse/insn-reverse.c.
5806 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5807 gdb.reverse/insn-reverse.c.
5808
d8b49cf0
YQ
58092017-01-26 Yao Qi <yao.qi@linaro.org>
5810
5811 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5812 disassemble on address 0.
5813
f13a9a0c
YQ
58142017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5815 Yao Qi <yao.qi@linaro.org>
5816
5817 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5818 * gdb.dwarf2/implptr-64bit.S: Remove.
5819 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5820 variables in caller's context. Add DW_OP_implicit_value.
5821
5ac95241
YQ
58222017-01-25 Yao Qi <yao.qi@linaro.org>
5823
5824 * lib/dwarf.exp (Dwarf::_location): Handle
5825 DW_OP_GNU_implicit_pointer with proper size.
5826
23e82930
LM
58272017-01-20 Luis Machado <lgustavo@codesourcery.com>
5828
5829 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5830 and add untested calls.
5831
d334ae25
LM
58322017-01-20 Luis Machado <lgustavo@codesourcery.com>
5833
5834 * gdb.python/python.exp: Check line number against what GDB thinks
5835 the line number is for func1.
5836
f5e6296e
IB
58372017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5838
5839 * gdb.dlang/debug-expr.exp: New file.
5840
5b362f04
LM
58412016-12-23 Luis Machado <lgustavo@codesourcery.com>
5842
5843 Fix test names for the following files:
5844
5845 * gdb.ada/exec_changed.exp
5846 * gdb.ada/info_types.exp
5847 * gdb.arch/aarch64-atomic-inst.exp
5848 * gdb.arch/aarch64-fp.exp
5849 * gdb.arch/altivec-abi.exp
5850 * gdb.arch/altivec-regs.exp
5851 * gdb.arch/amd64-byte.exp
5852 * gdb.arch/amd64-disp-step.exp
5853 * gdb.arch/amd64-dword.exp
5854 * gdb.arch/amd64-entry-value-inline.exp
5855 * gdb.arch/amd64-entry-value-param.exp
5856 * gdb.arch/amd64-entry-value-paramref.exp
5857 * gdb.arch/amd64-entry-value.exp
5858 * gdb.arch/amd64-i386-address.exp
5859 * gdb.arch/amd64-invalid-stack-middle.exp
5860 * gdb.arch/amd64-invalid-stack-top.exp
5861 * gdb.arch/amd64-optimout-repeat.exp
5862 * gdb.arch/amd64-prologue-skip.exp
5863 * gdb.arch/amd64-prologue-xmm.exp
5864 * gdb.arch/amd64-stap-special-operands.exp
5865 * gdb.arch/amd64-stap-wrong-subexp.exp
5866 * gdb.arch/amd64-tailcall-cxx.exp
5867 * gdb.arch/amd64-tailcall-noret.exp
5868 * gdb.arch/amd64-tailcall-ret.exp
5869 * gdb.arch/amd64-tailcall-self.exp
5870 * gdb.arch/amd64-word.exp
5871 * gdb.arch/arm-bl-branch-dest.exp
5872 * gdb.arch/arm-disp-step.exp
5873 * gdb.arch/arm-neon.exp
5874 * gdb.arch/arm-single-step-kernel-helper.exp
5875 * gdb.arch/avr-flash-qualifier.exp
5876 * gdb.arch/disp-step-insn-reloc.exp
5877 * gdb.arch/e500-abi.exp
5878 * gdb.arch/e500-regs.exp
5879 * gdb.arch/ftrace-insn-reloc.exp
5880 * gdb.arch/i386-avx512.exp
5881 * gdb.arch/i386-bp_permanent.exp
5882 * gdb.arch/i386-byte.exp
5883 * gdb.arch/i386-cfi-notcurrent.exp
5884 * gdb.arch/i386-disp-step.exp
5885 * gdb.arch/i386-dr3-watch.exp
5886 * gdb.arch/i386-float.exp
5887 * gdb.arch/i386-gnu-cfi.exp
5888 * gdb.arch/i386-mpx-map.exp
5889 * gdb.arch/i386-mpx-sigsegv.exp
5890 * gdb.arch/i386-mpx-simple_segv.exp
5891 * gdb.arch/i386-mpx.exp
5892 * gdb.arch/i386-permbkpt.exp
5893 * gdb.arch/i386-prologue.exp
5894 * gdb.arch/i386-signal.exp
5895 * gdb.arch/i386-size-overlap.exp
5896 * gdb.arch/i386-unwind.exp
5897 * gdb.arch/i386-word.exp
5898 * gdb.arch/mips-fcr.exp
5899 * gdb.arch/powerpc-d128-regs.exp
5900 * gdb.arch/powerpc-stackless.exp
5901 * gdb.arch/ppc64-atomic-inst.exp
5902 * gdb.arch/s390-stackless.exp
5903 * gdb.arch/s390-tdbregs.exp
5904 * gdb.arch/s390-vregs.exp
5905 * gdb.arch/sparc-sysstep.exp
5906 * gdb.arch/thumb-bx-pc.exp
5907 * gdb.arch/thumb-singlestep.exp
5908 * gdb.arch/thumb2-it.exp
5909 * gdb.arch/vsx-regs.exp
5910 * gdb.asm/asm-source.exp
5911 * gdb.base/a2-run.exp
5912 * gdb.base/advance.exp
5913 * gdb.base/all-bin.exp
5914 * gdb.base/anon.exp
5915 * gdb.base/args.exp
5916 * gdb.base/arithmet.exp
5917 * gdb.base/async-shell.exp
5918 * gdb.base/async.exp
5919 * gdb.base/attach-pie-noexec.exp
5920 * gdb.base/attach-twice.exp
5921 * gdb.base/auto-load.exp
5922 * gdb.base/bang.exp
5923 * gdb.base/bitfields.exp
5924 * gdb.base/break-always.exp
5925 * gdb.base/break-caller-line.exp
5926 * gdb.base/break-entry.exp
5927 * gdb.base/break-inline.exp
5928 * gdb.base/break-on-linker-gcd-function.exp
5929 * gdb.base/break-probes.exp
5930 * gdb.base/break.exp
5931 * gdb.base/breakpoint-shadow.exp
5932 * gdb.base/call-ar-st.exp
5933 * gdb.base/call-sc.exp
5934 * gdb.base/call-signal-resume.exp
5935 * gdb.base/call-strs.exp
5936 * gdb.base/callfuncs.exp
5937 * gdb.base/catch-fork-static.exp
5938 * gdb.base/catch-gdb-caused-signals.exp
5939 * gdb.base/catch-load.exp
5940 * gdb.base/catch-signal-fork.exp
5941 * gdb.base/catch-signal.exp
5942 * gdb.base/catch-syscall.exp
5943 * gdb.base/charset.exp
5944 * gdb.base/checkpoint.exp
5945 * gdb.base/chng-syms.exp
5946 * gdb.base/code-expr.exp
5947 * gdb.base/code_elim.exp
5948 * gdb.base/commands.exp
5949 * gdb.base/completion.exp
5950 * gdb.base/complex.exp
5951 * gdb.base/cond-expr.exp
5952 * gdb.base/condbreak.exp
5953 * gdb.base/consecutive.exp
5954 * gdb.base/continue-all-already-running.exp
5955 * gdb.base/coredump-filter.exp
5956 * gdb.base/corefile.exp
5957 * gdb.base/dbx.exp
5958 * gdb.base/debug-expr.exp
5959 * gdb.base/define.exp
5960 * gdb.base/del.exp
5961 * gdb.base/disabled-location.exp
5962 * gdb.base/disasm-end-cu.exp
5963 * gdb.base/disasm-optim.exp
5964 * gdb.base/display.exp
5965 * gdb.base/duplicate-bp.exp
5966 * gdb.base/ena-dis-br.exp
5967 * gdb.base/ending-run.exp
5968 * gdb.base/enumval.exp
5969 * gdb.base/environ.exp
5970 * gdb.base/eu-strip-infcall.exp
5971 * gdb.base/eval-avoid-side-effects.exp
5972 * gdb.base/eval-skip.exp
5973 * gdb.base/exitsignal.exp
5974 * gdb.base/expand-psymtabs.exp
5975 * gdb.base/filesym.exp
5976 * gdb.base/find-unmapped.exp
5977 * gdb.base/finish.exp
5978 * gdb.base/float.exp
5979 * gdb.base/foll-exec-mode.exp
5980 * gdb.base/foll-exec.exp
5981 * gdb.base/foll-fork.exp
5982 * gdb.base/fortran-sym-case.exp
5983 * gdb.base/freebpcmd.exp
5984 * gdb.base/func-ptr.exp
5985 * gdb.base/func-ptrs.exp
5986 * gdb.base/funcargs.exp
5987 * gdb.base/gcore-buffer-overflow.exp
5988 * gdb.base/gcore-relro-pie.exp
5989 * gdb.base/gcore-relro.exp
5990 * gdb.base/gcore.exp
5991 * gdb.base/gdb1090.exp
5992 * gdb.base/gdb11530.exp
5993 * gdb.base/gdb11531.exp
5994 * gdb.base/gdb1821.exp
5995 * gdb.base/gdbindex-stabs.exp
5996 * gdb.base/gdbvars.exp
5997 * gdb.base/hbreak.exp
5998 * gdb.base/hbreak2.exp
5999 * gdb.base/included.exp
6000 * gdb.base/infcall-input.exp
6001 * gdb.base/inferior-died.exp
6002 * gdb.base/infnan.exp
6003 * gdb.base/info-macros.exp
6004 * gdb.base/info-os.exp
6005 * gdb.base/info-proc.exp
6006 * gdb.base/info-shared.exp
6007 * gdb.base/info-target.exp
6008 * gdb.base/infoline.exp
6009 * gdb.base/interp.exp
6010 * gdb.base/interrupt.exp
6011 * gdb.base/jit-reader.exp
6012 * gdb.base/jit-simple.exp
6013 * gdb.base/kill-after-signal.exp
6014 * gdb.base/kill-detach-inferiors-cmd.exp
6015 * gdb.base/label.exp
6016 * gdb.base/langs.exp
6017 * gdb.base/ldbl_e308.exp
6018 * gdb.base/line-symtabs.exp
6019 * gdb.base/linespecs.exp
6020 * gdb.base/list.exp
6021 * gdb.base/long_long.exp
6022 * gdb.base/longest-types.exp
6023 * gdb.base/maint.exp
6024 * gdb.base/max-value-size.exp
6025 * gdb.base/memattr.exp
6026 * gdb.base/mips_pro.exp
6027 * gdb.base/morestack.exp
6028 * gdb.base/moribund-step.exp
6029 * gdb.base/multi-forks.exp
6030 * gdb.base/nested-addr.exp
6031 * gdb.base/nextoverexit.exp
6032 * gdb.base/noreturn-finish.exp
6033 * gdb.base/noreturn-return.exp
6034 * gdb.base/nostdlib.exp
6035 * gdb.base/offsets.exp
6036 * gdb.base/opaque.exp
6037 * gdb.base/pc-fp.exp
6038 * gdb.base/permissions.exp
6039 * gdb.base/print-symbol-loading.exp
6040 * gdb.base/prologue-include.exp
6041 * gdb.base/psymtab.exp
6042 * gdb.base/ptype.exp
6043 * gdb.base/random-signal.exp
6044 * gdb.base/randomize.exp
6045 * gdb.base/range-stepping.exp
6046 * gdb.base/readline-ask.exp
6047 * gdb.base/recpar.exp
6048 * gdb.base/recurse.exp
6049 * gdb.base/relational.exp
6050 * gdb.base/restore.exp
6051 * gdb.base/return-nodebug.exp
6052 * gdb.base/return.exp
6053 * gdb.base/run-after-attach.exp
6054 * gdb.base/save-bp.exp
6055 * gdb.base/scope.exp
6056 * gdb.base/sect-cmd.exp
6057 * gdb.base/set-lang-auto.exp
6058 * gdb.base/set-noassign.exp
6059 * gdb.base/setvar.exp
6060 * gdb.base/sigall.exp
6061 * gdb.base/sigbpt.exp
6062 * gdb.base/siginfo-addr.exp
6063 * gdb.base/siginfo-infcall.exp
6064 * gdb.base/siginfo-obj.exp
6065 * gdb.base/siginfo.exp
6066 * gdb.base/signals-state-child.exp
6067 * gdb.base/signest.exp
6068 * gdb.base/sigstep.exp
6069 * gdb.base/sizeof.exp
6070 * gdb.base/skip.exp
6071 * gdb.base/solib-corrupted.exp
6072 * gdb.base/solib-nodir.exp
6073 * gdb.base/solib-search.exp
6074 * gdb.base/stack-checking.exp
6075 * gdb.base/stale-infcall.exp
6076 * gdb.base/stap-probe.exp
6077 * gdb.base/start.exp
6078 * gdb.base/step-break.exp
6079 * gdb.base/step-bt.exp
6080 * gdb.base/step-line.exp
6081 * gdb.base/step-over-exit.exp
6082 * gdb.base/step-over-syscall.exp
6083 * gdb.base/step-resume-infcall.exp
6084 * gdb.base/step-test.exp
6085 * gdb.base/store.exp
6086 * gdb.base/structs3.exp
6087 * gdb.base/sym-file.exp
6088 * gdb.base/symbol-without-target_section.exp
6089 * gdb.base/term.exp
6090 * gdb.base/testenv.exp
6091 * gdb.base/ui-redirect.exp
6092 * gdb.base/until.exp
6093 * gdb.base/unwindonsignal.exp
6094 * gdb.base/value-double-free.exp
6095 * gdb.base/vla-datatypes.exp
6096 * gdb.base/vla-ptr.exp
6097 * gdb.base/vla-sideeffect.exp
6098 * gdb.base/volatile.exp
6099 * gdb.base/watch-cond-infcall.exp
6100 * gdb.base/watch-cond.exp
6101 * gdb.base/watch-non-mem.exp
6102 * gdb.base/watch-read.exp
6103 * gdb.base/watch-vfork.exp
6104 * gdb.base/watchpoint-cond-gone.exp
6105 * gdb.base/watchpoint-delete.exp
6106 * gdb.base/watchpoint-hw-hit-once.exp
6107 * gdb.base/watchpoint-hw.exp
6108 * gdb.base/watchpoint-stops-at-right-insn.exp
6109 * gdb.base/watchpoints.exp
6110 * gdb.base/wchar.exp
6111 * gdb.base/whatis-exp.exp
6112 * gdb.btrace/buffer-size.exp
6113 * gdb.btrace/data.exp
6114 * gdb.btrace/delta.exp
6115 * gdb.btrace/dlopen.exp
6116 * gdb.btrace/enable.exp
6117 * gdb.btrace/exception.exp
6118 * gdb.btrace/function_call_history.exp
6119 * gdb.btrace/gcore.exp
6120 * gdb.btrace/instruction_history.exp
6121 * gdb.btrace/nohist.exp
6122 * gdb.btrace/reconnect.exp
6123 * gdb.btrace/record_goto-step.exp
6124 * gdb.btrace/record_goto.exp
6125 * gdb.btrace/rn-dl-bind.exp
6126 * gdb.btrace/segv.exp
6127 * gdb.btrace/step.exp
6128 * gdb.btrace/stepi.exp
6129 * gdb.btrace/tailcall-only.exp
6130 * gdb.btrace/tailcall.exp
6131 * gdb.btrace/tsx.exp
6132 * gdb.btrace/unknown_functions.exp
6133 * gdb.btrace/vdso.exp
6134 * gdb.compile/compile-ifunc.exp
6135 * gdb.compile/compile-ops.exp
6136 * gdb.compile/compile-print.exp
6137 * gdb.compile/compile-setjmp.exp
6138 * gdb.cp/abstract-origin.exp
6139 * gdb.cp/ambiguous.exp
6140 * gdb.cp/annota2.exp
6141 * gdb.cp/annota3.exp
6142 * gdb.cp/anon-ns.exp
6143 * gdb.cp/anon-struct.exp
6144 * gdb.cp/anon-union.exp
6145 * gdb.cp/arg-reference.exp
6146 * gdb.cp/baseenum.exp
6147 * gdb.cp/bool.exp
6148 * gdb.cp/breakpoint.exp
6149 * gdb.cp/bs15503.exp
6150 * gdb.cp/call-c.exp
6151 * gdb.cp/casts.exp
6152 * gdb.cp/chained-calls.exp
6153 * gdb.cp/class2.exp
6154 * gdb.cp/classes.exp
6155 * gdb.cp/cmpd-minsyms.exp
6156 * gdb.cp/converts.exp
6157 * gdb.cp/cp-relocate.exp
6158 * gdb.cp/cpcompletion.exp
6159 * gdb.cp/cpexprs.exp
6160 * gdb.cp/cplabel.exp
6161 * gdb.cp/cplusfuncs.exp
6162 * gdb.cp/cpsizeof.exp
6163 * gdb.cp/ctti.exp
6164 * gdb.cp/derivation.exp
6165 * gdb.cp/destrprint.exp
6166 * gdb.cp/dispcxx.exp
6167 * gdb.cp/enum-class.exp
6168 * gdb.cp/exception.exp
6169 * gdb.cp/exceptprint.exp
6170 * gdb.cp/expand-psymtabs-cxx.exp
6171 * gdb.cp/expand-sals.exp
6172 * gdb.cp/extern-c.exp
6173 * gdb.cp/filename.exp
6174 * gdb.cp/formatted-ref.exp
6175 * gdb.cp/fpointer.exp
6176 * gdb.cp/gdb1355.exp
6177 * gdb.cp/gdb2495.exp
6178 * gdb.cp/hang.exp
6179 * gdb.cp/impl-this.exp
6180 * gdb.cp/infcall-dlopen.exp
6181 * gdb.cp/inherit.exp
6182 * gdb.cp/iostream.exp
6183 * gdb.cp/koenig.exp
6184 * gdb.cp/local.exp
6185 * gdb.cp/m-data.exp
6186 * gdb.cp/m-static.exp
6187 * gdb.cp/mb-ctor.exp
6188 * gdb.cp/mb-inline.exp
6189 * gdb.cp/mb-templates.exp
6190 * gdb.cp/member-name.exp
6191 * gdb.cp/member-ptr.exp
6192 * gdb.cp/meth-typedefs.exp
6193 * gdb.cp/method.exp
6194 * gdb.cp/method2.exp
6195 * gdb.cp/minsym-fallback.exp
6196 * gdb.cp/misc.exp
6197 * gdb.cp/namelessclass.exp
6198 * gdb.cp/namespace-enum.exp
6199 * gdb.cp/namespace-nested-import.exp
6200 * gdb.cp/namespace.exp
6201 * gdb.cp/nextoverthrow.exp
6202 * gdb.cp/no-dmgl-verbose.exp
6203 * gdb.cp/non-trivial-retval.exp
6204 * gdb.cp/noparam.exp
6205 * gdb.cp/nsdecl.exp
6206 * gdb.cp/nsimport.exp
6207 * gdb.cp/nsnested.exp
6208 * gdb.cp/nsnoimports.exp
6209 * gdb.cp/nsrecurs.exp
6210 * gdb.cp/nsstress.exp
6211 * gdb.cp/nsusing.exp
6212 * gdb.cp/operator.exp
6213 * gdb.cp/oranking.exp
6214 * gdb.cp/overload-const.exp
6215 * gdb.cp/overload.exp
6216 * gdb.cp/ovldbreak.exp
6217 * gdb.cp/ovsrch.exp
6218 * gdb.cp/paren-type.exp
6219 * gdb.cp/parse-lang.exp
6220 * gdb.cp/pass-by-ref.exp
6221 * gdb.cp/pr-1023.exp
6222 * gdb.cp/pr-1210.exp
6223 * gdb.cp/pr-574.exp
6224 * gdb.cp/pr10687.exp
6225 * gdb.cp/pr12028.exp
6226 * gdb.cp/pr17132.exp
6227 * gdb.cp/pr17494.exp
6228 * gdb.cp/pr9067.exp
6229 * gdb.cp/pr9167.exp
6230 * gdb.cp/pr9631.exp
6231 * gdb.cp/printmethod.exp
6232 * gdb.cp/psmang.exp
6233 * gdb.cp/psymtab-parameter.exp
6234 * gdb.cp/ptype-cv-cp.exp
6235 * gdb.cp/ptype-flags.exp
6236 * gdb.cp/re-set-overloaded.exp
6237 * gdb.cp/ref-types.exp
6238 * gdb.cp/rtti.exp
6239 * gdb.cp/scope-err.exp
6240 * gdb.cp/shadow.exp
6241 * gdb.cp/smartp.exp
6242 * gdb.cp/static-method.exp
6243 * gdb.cp/static-print-quit.exp
6244 * gdb.cp/temargs.exp
6245 * gdb.cp/templates.exp
6246 * gdb.cp/try_catch.exp
6247 * gdb.cp/typedef-operator.exp
6248 * gdb.cp/typeid.exp
6249 * gdb.cp/userdef.exp
6250 * gdb.cp/using-crash.exp
6251 * gdb.cp/var-tag.exp
6252 * gdb.cp/virtbase.exp
6253 * gdb.cp/virtfunc.exp
6254 * gdb.cp/virtfunc2.exp
6255 * gdb.cp/vla-cxx.exp
6256 * gdb.disasm/t01_mov.exp
6257 * gdb.disasm/t02_mova.exp
6258 * gdb.disasm/t03_add.exp
6259 * gdb.disasm/t04_sub.exp
6260 * gdb.disasm/t05_cmp.exp
6261 * gdb.disasm/t06_ari2.exp
6262 * gdb.disasm/t07_ari3.exp
6263 * gdb.disasm/t08_or.exp
6264 * gdb.disasm/t09_xor.exp
6265 * gdb.disasm/t10_and.exp
6266 * gdb.disasm/t11_logs.exp
6267 * gdb.disasm/t12_bit.exp
6268 * gdb.disasm/t13_otr.exp
6269 * gdb.dlang/circular.exp
6270 * gdb.dwarf2/arr-stride.exp
6271 * gdb.dwarf2/arr-subrange.exp
6272 * gdb.dwarf2/atomic-type.exp
6273 * gdb.dwarf2/bad-regnum.exp
6274 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6275 * gdb.dwarf2/callframecfa.exp
6276 * gdb.dwarf2/clztest.exp
6277 * gdb.dwarf2/corrupt.exp
6278 * gdb.dwarf2/data-loc.exp
6279 * gdb.dwarf2/dup-psym.exp
6280 * gdb.dwarf2/dw2-anon-mptr.exp
6281 * gdb.dwarf2/dw2-anonymous-func.exp
6282 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6283 * gdb.dwarf2/dw2-bad-unresolved.exp
6284 * gdb.dwarf2/dw2-basic.exp
6285 * gdb.dwarf2/dw2-canonicalize-type.exp
6286 * gdb.dwarf2/dw2-case-insensitive.exp
6287 * gdb.dwarf2/dw2-common-block.exp
6288 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6289 * gdb.dwarf2/dw2-compressed.exp
6290 * gdb.dwarf2/dw2-const.exp
6291 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6292 * gdb.dwarf2/dw2-cu-size.exp
6293 * gdb.dwarf2/dw2-dup-frame.exp
6294 * gdb.dwarf2/dw2-entry-value.exp
6295 * gdb.dwarf2/dw2-icycle.exp
6296 * gdb.dwarf2/dw2-ifort-parameter.exp
6297 * gdb.dwarf2/dw2-inline-break.exp
6298 * gdb.dwarf2/dw2-inline-param.exp
6299 * gdb.dwarf2/dw2-intercu.exp
6300 * gdb.dwarf2/dw2-intermix.exp
6301 * gdb.dwarf2/dw2-lexical-block-bare.exp
6302 * gdb.dwarf2/dw2-linkage-name-trust.exp
6303 * gdb.dwarf2/dw2-minsym-in-cu.exp
6304 * gdb.dwarf2/dw2-noloc.exp
6305 * gdb.dwarf2/dw2-op-call.exp
6306 * gdb.dwarf2/dw2-op-out-param.exp
6307 * gdb.dwarf2/dw2-opt-structptr.exp
6308 * gdb.dwarf2/dw2-param-error.exp
6309 * gdb.dwarf2/dw2-producer.exp
6310 * gdb.dwarf2/dw2-ranges-base.exp
6311 * gdb.dwarf2/dw2-ref-missing-frame.exp
6312 * gdb.dwarf2/dw2-reg-undefined.exp
6313 * gdb.dwarf2/dw2-regno-invalid.exp
6314 * gdb.dwarf2/dw2-restore.exp
6315 * gdb.dwarf2/dw2-restrict.exp
6316 * gdb.dwarf2/dw2-single-line-discriminators.exp
6317 * gdb.dwarf2/dw2-strp.exp
6318 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6319 * gdb.dwarf2/dw2-unresolved.exp
6320 * gdb.dwarf2/dw2-var-zero-addr.exp
6321 * gdb.dwarf2/dw4-sig-types.exp
6322 * gdb.dwarf2/dwz.exp
6323 * gdb.dwarf2/dynarr-ptr.exp
6324 * gdb.dwarf2/enum-type.exp
6325 * gdb.dwarf2/gdb-index.exp
6326 * gdb.dwarf2/implptr-64bit.exp
6327 * gdb.dwarf2/implptr-optimized-out.exp
6328 * gdb.dwarf2/implptr.exp
6329 * gdb.dwarf2/implref-array.exp
6330 * gdb.dwarf2/implref-const.exp
6331 * gdb.dwarf2/implref-global.exp
6332 * gdb.dwarf2/implref-struct.exp
6333 * gdb.dwarf2/mac-fileno.exp
6334 * gdb.dwarf2/main-subprogram.exp
6335 * gdb.dwarf2/member-ptr-forwardref.exp
6336 * gdb.dwarf2/method-ptr.exp
6337 * gdb.dwarf2/missing-sig-type.exp
6338 * gdb.dwarf2/nonvar-access.exp
6339 * gdb.dwarf2/opaque-type-lookup.exp
6340 * gdb.dwarf2/pieces-optimized-out.exp
6341 * gdb.dwarf2/pieces.exp
6342 * gdb.dwarf2/pr10770.exp
6343 * gdb.dwarf2/pr13961.exp
6344 * gdb.dwarf2/staticvirtual.exp
6345 * gdb.dwarf2/subrange.exp
6346 * gdb.dwarf2/symtab-producer.exp
6347 * gdb.dwarf2/trace-crash.exp
6348 * gdb.dwarf2/typeddwarf.exp
6349 * gdb.dwarf2/valop.exp
6350 * gdb.dwarf2/watch-notconst.exp
6351 * gdb.fortran/array-element.exp
6352 * gdb.fortran/charset.exp
6353 * gdb.fortran/common-block.exp
6354 * gdb.fortran/complex.exp
6355 * gdb.fortran/derived-type-function.exp
6356 * gdb.fortran/derived-type.exp
6357 * gdb.fortran/logical.exp
6358 * gdb.fortran/module.exp
6359 * gdb.fortran/multi-dim.exp
6360 * gdb.fortran/nested-funcs.exp
6361 * gdb.fortran/print-formatted.exp
6362 * gdb.fortran/subarray.exp
6363 * gdb.fortran/vla-alloc-assoc.exp
6364 * gdb.fortran/vla-datatypes.exp
6365 * gdb.fortran/vla-history.exp
6366 * gdb.fortran/vla-ptr-info.exp
6367 * gdb.fortran/vla-ptype-sub.exp
6368 * gdb.fortran/vla-ptype.exp
6369 * gdb.fortran/vla-sizeof.exp
6370 * gdb.fortran/vla-type.exp
6371 * gdb.fortran/vla-value-sub-arbitrary.exp
6372 * gdb.fortran/vla-value-sub-finish.exp
6373 * gdb.fortran/vla-value-sub.exp
6374 * gdb.fortran/vla-value.exp
6375 * gdb.fortran/whatis_type.exp
6376 * gdb.go/chan.exp
6377 * gdb.go/handcall.exp
6378 * gdb.go/hello.exp
6379 * gdb.go/integers.exp
6380 * gdb.go/methods.exp
6381 * gdb.go/package.exp
6382 * gdb.go/strings.exp
6383 * gdb.go/types.exp
6384 * gdb.go/unsafe.exp
6385 * gdb.guile/scm-arch.exp
6386 * gdb.guile/scm-block.exp
6387 * gdb.guile/scm-breakpoint.exp
6388 * gdb.guile/scm-cmd.exp
6389 * gdb.guile/scm-disasm.exp
6390 * gdb.guile/scm-equal.exp
6391 * gdb.guile/scm-frame-args.exp
6392 * gdb.guile/scm-frame-inline.exp
6393 * gdb.guile/scm-frame.exp
6394 * gdb.guile/scm-iterator.exp
6395 * gdb.guile/scm-math.exp
6396 * gdb.guile/scm-objfile.exp
6397 * gdb.guile/scm-ports.exp
6398 * gdb.guile/scm-symbol.exp
6399 * gdb.guile/scm-symtab.exp
6400 * gdb.guile/scm-value-cc.exp
6401 * gdb.guile/types-module.exp
6402 * gdb.linespec/break-ask.exp
6403 * gdb.linespec/cpexplicit.exp
6404 * gdb.linespec/explicit.exp
6405 * gdb.linespec/keywords.exp
6406 * gdb.linespec/linespec.exp
6407 * gdb.linespec/ls-dollar.exp
6408 * gdb.linespec/ls-errs.exp
6409 * gdb.linespec/skip-two.exp
6410 * gdb.linespec/thread.exp
6411 * gdb.mi/mi-async.exp
6412 * gdb.mi/mi-basics.exp
6413 * gdb.mi/mi-break.exp
6414 * gdb.mi/mi-catch-load.exp
6415 * gdb.mi/mi-cli.exp
6416 * gdb.mi/mi-cmd-param-changed.exp
6417 * gdb.mi/mi-console.exp
6418 * gdb.mi/mi-detach.exp
6419 * gdb.mi/mi-disassemble.exp
6420 * gdb.mi/mi-eval.exp
6421 * gdb.mi/mi-file-transfer.exp
6422 * gdb.mi/mi-file.exp
6423 * gdb.mi/mi-fill-memory.exp
6424 * gdb.mi/mi-inheritance-syntax-error.exp
6425 * gdb.mi/mi-linespec-err-cp.exp
6426 * gdb.mi/mi-logging.exp
6427 * gdb.mi/mi-memory-changed.exp
6428 * gdb.mi/mi-read-memory.exp
6429 * gdb.mi/mi-record-changed.exp
6430 * gdb.mi/mi-reg-undefined.exp
6431 * gdb.mi/mi-regs.exp
6432 * gdb.mi/mi-return.exp
6433 * gdb.mi/mi-reverse.exp
6434 * gdb.mi/mi-simplerun.exp
6435 * gdb.mi/mi-solib.exp
6436 * gdb.mi/mi-stack.exp
6437 * gdb.mi/mi-stepi.exp
6438 * gdb.mi/mi-syn-frame.exp
6439 * gdb.mi/mi-until.exp
6440 * gdb.mi/mi-var-block.exp
6441 * gdb.mi/mi-var-child.exp
6442 * gdb.mi/mi-var-cmd.exp
6443 * gdb.mi/mi-var-cp.exp
6444 * gdb.mi/mi-var-display.exp
6445 * gdb.mi/mi-var-invalidate.exp
6446 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6447 * gdb.mi/mi-vla-fortran.exp
6448 * gdb.mi/mi-watch.exp
6449 * gdb.mi/mi2-var-child.exp
6450 * gdb.mi/user-selected-context-sync.exp
6451 * gdb.modula2/unbounded-array.exp
6452 * gdb.multi/dummy-frame-restore.exp
6453 * gdb.multi/multi-arch-exec.exp
6454 * gdb.multi/multi-arch.exp
6455 * gdb.multi/tids.exp
6456 * gdb.multi/watchpoint-multi.exp
6457 * gdb.opencl/callfuncs.exp
6458 * gdb.opencl/convs_casts.exp
6459 * gdb.opencl/datatypes.exp
6460 * gdb.opencl/operators.exp
6461 * gdb.opencl/vec_comps.exp
6462 * gdb.opt/clobbered-registers-O2.exp
6463 * gdb.opt/inline-break.exp
6464 * gdb.opt/inline-bt.exp
6465 * gdb.opt/inline-cmds.exp
6466 * gdb.opt/inline-locals.exp
6467 * gdb.pascal/case-insensitive-symbols.exp
6468 * gdb.pascal/floats.exp
6469 * gdb.pascal/gdb11492.exp
6470 * gdb.python/lib-types.exp
6471 * gdb.python/py-arch.exp
6472 * gdb.python/py-as-string.exp
6473 * gdb.python/py-bad-printers.exp
6474 * gdb.python/py-block.exp
6475 * gdb.python/py-breakpoint-create-fail.exp
6476 * gdb.python/py-breakpoint.exp
6477 * gdb.python/py-caller-is.exp
6478 * gdb.python/py-cmd.exp
6479 * gdb.python/py-explore-cc.exp
6480 * gdb.python/py-explore.exp
6481 * gdb.python/py-finish-breakpoint.exp
6482 * gdb.python/py-finish-breakpoint2.exp
6483 * gdb.python/py-frame-args.exp
6484 * gdb.python/py-frame-inline.exp
6485 * gdb.python/py-frame.exp
6486 * gdb.python/py-framefilter-mi.exp
6487 * gdb.python/py-infthread.exp
6488 * gdb.python/py-lazy-string.exp
6489 * gdb.python/py-linetable.exp
6490 * gdb.python/py-mi-events.exp
6491 * gdb.python/py-mi-objfile.exp
6492 * gdb.python/py-mi.exp
6493 * gdb.python/py-objfile.exp
6494 * gdb.python/py-pp-integral.exp
6495 * gdb.python/py-pp-maint.exp
6496 * gdb.python/py-pp-re-notag.exp
6497 * gdb.python/py-pp-registration.exp
6498 * gdb.python/py-recurse-unwind.exp
6499 * gdb.python/py-strfns.exp
6500 * gdb.python/py-symbol.exp
6501 * gdb.python/py-symtab.exp
6502 * gdb.python/py-sync-interp.exp
6503 * gdb.python/py-typeprint.exp
6504 * gdb.python/py-unwind-maint.exp
6505 * gdb.python/py-unwind.exp
6506 * gdb.python/py-value-cc.exp
6507 * gdb.python/py-xmethods.exp
6508 * gdb.reverse/amd64-tailcall-reverse.exp
6509 * gdb.reverse/break-precsave.exp
6510 * gdb.reverse/break-reverse.exp
6511 * gdb.reverse/consecutive-precsave.exp
6512 * gdb.reverse/consecutive-reverse.exp
6513 * gdb.reverse/finish-precsave.exp
6514 * gdb.reverse/finish-reverse-bkpt.exp
6515 * gdb.reverse/finish-reverse.exp
6516 * gdb.reverse/fstatat-reverse.exp
6517 * gdb.reverse/getresuid-reverse.exp
6518 * gdb.reverse/i386-precsave.exp
6519 * gdb.reverse/i386-reverse.exp
6520 * gdb.reverse/i386-sse-reverse.exp
6521 * gdb.reverse/i387-env-reverse.exp
6522 * gdb.reverse/i387-stack-reverse.exp
6523 * gdb.reverse/insn-reverse.exp
6524 * gdb.reverse/machinestate-precsave.exp
6525 * gdb.reverse/machinestate.exp
6526 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6527 * gdb.reverse/pipe-reverse.exp
6528 * gdb.reverse/readv-reverse.exp
6529 * gdb.reverse/recvmsg-reverse.exp
6530 * gdb.reverse/rerun-prec.exp
6531 * gdb.reverse/s390-mvcle.exp
6532 * gdb.reverse/step-precsave.exp
6533 * gdb.reverse/step-reverse.exp
6534 * gdb.reverse/time-reverse.exp
6535 * gdb.reverse/until-precsave.exp
6536 * gdb.reverse/until-reverse.exp
6537 * gdb.reverse/waitpid-reverse.exp
6538 * gdb.reverse/watch-precsave.exp
6539 * gdb.reverse/watch-reverse.exp
6540 * gdb.rust/generics.exp
6541 * gdb.rust/methods.exp
6542 * gdb.rust/modules.exp
6543 * gdb.rust/simple.exp
6544 * gdb.server/connect-with-no-symbol-file.exp
6545 * gdb.server/ext-attach.exp
6546 * gdb.server/ext-restart.exp
6547 * gdb.server/ext-wrapper.exp
6548 * gdb.server/file-transfer.exp
6549 * gdb.server/server-exec-info.exp
6550 * gdb.server/server-kill.exp
6551 * gdb.server/server-mon.exp
6552 * gdb.server/wrapper.exp
6553 * gdb.stabs/exclfwd.exp
6554 * gdb.stabs/gdb11479.exp
6555 * gdb.threads/clone-new-thread-event.exp
6556 * gdb.threads/corethreads.exp
6557 * gdb.threads/current-lwp-dead.exp
6558 * gdb.threads/dlopen-libpthread.exp
6559 * gdb.threads/gcore-thread.exp
6560 * gdb.threads/sigstep-threads.exp
6561 * gdb.threads/watchpoint-fork.exp
6562 * gdb.trace/actions-changed.exp
6563 * gdb.trace/backtrace.exp
6564 * gdb.trace/change-loc.exp
6565 * gdb.trace/circ.exp
6566 * gdb.trace/collection.exp
6567 * gdb.trace/disconnected-tracing.exp
6568 * gdb.trace/ftrace.exp
6569 * gdb.trace/mi-trace-frame-collected.exp
6570 * gdb.trace/mi-trace-unavailable.exp
6571 * gdb.trace/mi-traceframe-changed.exp
6572 * gdb.trace/mi-tsv-changed.exp
6573 * gdb.trace/no-attach-trace.exp
6574 * gdb.trace/passc-dyn.exp
6575 * gdb.trace/qtro.exp
6576 * gdb.trace/range-stepping.exp
6577 * gdb.trace/read-memory.exp
6578 * gdb.trace/save-trace.exp
6579 * gdb.trace/signal.exp
6580 * gdb.trace/status-stop.exp
6581 * gdb.trace/tfile.exp
6582 * gdb.trace/trace-break.exp
6583 * gdb.trace/trace-buffer-size.exp
6584 * gdb.trace/trace-condition.exp
6585 * gdb.trace/tracefile-pseudo-reg.exp
6586 * gdb.trace/tstatus.exp
6587 * gdb.trace/unavailable.exp
6588 * gdb.trace/while-dyn.exp
6589 * gdb.trace/while-stepping.exp
6590
34c41c68
DE
65912016-12-22 Doug Evans <xdje42@gmail.com>
6592
6593 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6594 and msymbols.
6595
16e69324
YQ
65962016-12-19 Yao Qi <yao.qi@linaro.org>
6597
6598 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6599 (test_with_self): Don't call do_steps_and_nexts, and remove
6600 code about stepping into xmalloc.
6601
f94f411b
YQ
66022016-12-09 Yao Qi <yao.qi@linaro.org>
6603
6604 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6605
66062016-12-09 Yao Qi <yao.qi@linaro.org>
6607
6608 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6609
f1b5deee
PA
66102016-12-09 Pedro Alves <palves@redhat.com>
6611
6612 * gdb.base/all-architectures-0.exp: New file.
6613 * gdb.base/all-architectures-1.exp: New file.
6614 * gdb.base/all-architectures-2.exp: New file.
6615 * gdb.base/all-architectures-3.exp: New file.
6616 * gdb.base/all-architectures-4.exp: New file.
6617 * gdb.base/all-architectures-5.exp: New file.
6618 * gdb.base/all-architectures-6.exp: New file.
6619 * gdb.base/all-architectures-7.exp: New file.
6620 * gdb.base/all-architectures.exp.in: New file.
6621
364ca42e
YQ
66222016-12-09 Yao Qi <yao.qi@linaro.org>
6623
6624 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6625
107c2d62
LM
66262016-12-02 Luis Machado <lgustavo@codesourcery.com>
6627
6628 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6629 possible.
6630 Remove useless pattern-matching code.
6631
df3ee9ca
PA
66322016-12-02 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6635 procedure.
6636 (top level): Call it.
6637
ec835369
PA
66382016-12-02 Pedro Alves <palves@redhat.com>
6639
6640 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6641 New procedure.
6642 (top level): Call it.
6643
01770bbd
PA
66442016-12-02 Pedro Alves <palves@redhat.com>
6645
6646 PR cli/20559
6647 * gdb.base/commands.exp (user_defined_command_args_eval): New
6648 procedure.
6649 (top level): Call it.
6650
008459ea
LM
66512016-12-02 Luis Machado <lgustavo@codesourcery.com>
6652
6653 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6654 timeout handling.
6655
0c1b455e
TT
66562016-12-02 Tom Tromey <tom@tromey.com>
6657
6658 * gdb.dwarf2/main-subprogram.c: New file.
6659 * gdb.dwarf2/main-subprogram.exp: New file.
6660
018572b8
LM
66612016-12-01 Luis Machado <lgustavo@codesourcery.com>
6662
6663 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6664 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6665 gdb_test_no_output for a couple of cases.
6666 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6667
84c93cd5
LM
66682016-12-01 Luis Machado <lgustavo@codesourcery.com>
6669
6670 Fix test names and standardize compilation error messages throughout
6671 the following files:
6672
6673 * gdb.ada/start.exp
6674 * gdb.arch/alpha-step.exp
6675 * gdb.arch/e500-prologue.exp
6676 * gdb.arch/ftrace-insn-reloc.exp
6677 * gdb.arch/gdb1291.exp
6678 * gdb.arch/gdb1431.exp
6679 * gdb.arch/gdb1558.exp
6680 * gdb.arch/i386-dr3-watch.exp
6681 * gdb.arch/i386-sse-stack-align.exp
6682 * gdb.arch/ia64-breakpoint-shadow.exp
6683 * gdb.arch/pa-nullify.exp
6684 * gdb.arch/powerpc-aix-prologue.exp
6685 * gdb.arch/thumb-bx-pc.exp
6686 * gdb.base/annota1.exp
6687 * gdb.base/annota3.exp
6688 * gdb.base/arrayidx.exp
6689 * gdb.base/assign.exp
6690 * gdb.base/attach.exp
6691 * gdb.base/auxv.exp
6692 * gdb.base/bang.exp
6693 * gdb.base/bfp-test.exp
6694 * gdb.base/bigcore.exp
6695 * gdb.base/bitfields2.exp
6696 * gdb.base/break-fun-addr.exp
6697 * gdb.base/break-probes.exp
6698 * gdb.base/call-rt-st.exp
6699 * gdb.base/callexit.exp
6700 * gdb.base/catch-fork-kill.exp
6701 * gdb.base/charset.exp
6702 * gdb.base/checkpoint.exp
6703 * gdb.base/comprdebug.exp
6704 * gdb.base/constvars.exp
6705 * gdb.base/coredump-filter.exp
6706 * gdb.base/cursal.exp
6707 * gdb.base/cvexpr.exp
6708 * gdb.base/detach.exp
6709 * gdb.base/display.exp
6710 * gdb.base/dmsym.exp
6711 * gdb.base/dprintf-pending.exp
6712 * gdb.base/dso2dso.exp
6713 * gdb.base/dtrace-probe.exp
6714 * gdb.base/dump.exp
6715 * gdb.base/enum_cond.exp
6716 * gdb.base/exe-lock.exp
6717 * gdb.base/exec-invalid-sysroot.exp
6718 * gdb.base/execl-update-breakpoints.exp
6719 * gdb.base/exprs.exp
6720 * gdb.base/fileio.exp
6721 * gdb.base/find.exp
6722 * gdb.base/finish.exp
6723 * gdb.base/fixsection.exp
6724 * gdb.base/foll-vfork.exp
6725 * gdb.base/frame-args.exp
6726 * gdb.base/gcore.exp
6727 * gdb.base/gdb1250.exp
6728 * gdb.base/global-var-nested-by-dso.exp
6729 * gdb.base/gnu-ifunc.exp
6730 * gdb.base/hashline1.exp
6731 * gdb.base/hashline2.exp
6732 * gdb.base/hashline3.exp
6733 * gdb.base/hbreak-in-shr-unsupported.exp
6734 * gdb.base/huge.exp
6735 * gdb.base/infcall-input.exp
6736 * gdb.base/info-fun.exp
6737 * gdb.base/info-shared.exp
6738 * gdb.base/jit-simple.exp
6739 * gdb.base/jit-so.exp
6740 * gdb.base/jit.exp
6741 * gdb.base/jump.exp
6742 * gdb.base/label.exp
6743 * gdb.base/lineinc.exp
6744 * gdb.base/logical.exp
6745 * gdb.base/longjmp.exp
6746 * gdb.base/macscp.exp
6747 * gdb.base/miscexprs.exp
6748 * gdb.base/new-ui-echo.exp
6749 * gdb.base/new-ui-pending-input.exp
6750 * gdb.base/new-ui.exp
6751 * gdb.base/nodebug.exp
6752 * gdb.base/nofield.exp
6753 * gdb.base/offsets.exp
6754 * gdb.base/overlays.exp
6755 * gdb.base/pending.exp
6756 * gdb.base/pointers.exp
6757 * gdb.base/pr11022.exp
6758 * gdb.base/printcmds.exp
6759 * gdb.base/prologue.exp
6760 * gdb.base/ptr-typedef.exp
6761 * gdb.base/realname-expand.exp
6762 * gdb.base/relativedebug.exp
6763 * gdb.base/relocate.exp
6764 * gdb.base/remote.exp
6765 * gdb.base/reread.exp
6766 * gdb.base/return2.exp
6767 * gdb.base/savedregs.exp
6768 * gdb.base/sep.exp
6769 * gdb.base/sepdebug.exp
6770 * gdb.base/sepsymtab.exp
6771 * gdb.base/set-inferior-tty.exp
6772 * gdb.base/setshow.exp
6773 * gdb.base/shlib-call.exp
6774 * gdb.base/sigaltstack.exp
6775 * gdb.base/siginfo-addr.exp
6776 * gdb.base/signals.exp
6777 * gdb.base/signull.exp
6778 * gdb.base/sigrepeat.exp
6779 * gdb.base/so-impl-ld.exp
6780 * gdb.base/solib-display.exp
6781 * gdb.base/solib-overlap.exp
6782 * gdb.base/solib-search.exp
6783 * gdb.base/solib-symbol.exp
6784 * gdb.base/structs.exp
6785 * gdb.base/structs2.exp
6786 * gdb.base/symtab-search-order.exp
6787 * gdb.base/twice.exp
6788 * gdb.base/unload.exp
6789 * gdb.base/varargs.exp
6790 * gdb.base/watchpoint-solib.exp
6791 * gdb.base/watchpoint.exp
6792 * gdb.base/whatis.exp
6793 * gdb.base/wrong_frame_bt_full.exp
6794 * gdb.btrace/dlopen.exp
6795 * gdb.cell/ea-standalone.exp
6796 * gdb.cell/ea-test.exp
6797 * gdb.cp/dispcxx.exp
6798 * gdb.cp/gdb2384.exp
6799 * gdb.cp/method2.exp
6800 * gdb.cp/nextoverthrow.exp
6801 * gdb.cp/pr10728.exp
6802 * gdb.disasm/am33.exp
6803 * gdb.disasm/h8300s.exp
6804 * gdb.disasm/mn10300.exp
6805 * gdb.disasm/sh3.exp
6806 * gdb.dwarf2/dw2-dir-file-name.exp
6807 * gdb.fortran/complex.exp
6808 * gdb.fortran/library-module.exp
6809 * gdb.guile/scm-pretty-print.exp
6810 * gdb.guile/scm-symbol.exp
6811 * gdb.guile/scm-type.exp
6812 * gdb.guile/scm-value.exp
6813 * gdb.linespec/linespec.exp
6814 * gdb.mi/gdb701.exp
6815 * gdb.mi/gdb792.exp
6816 * gdb.mi/mi-breakpoint-changed.exp
6817 * gdb.mi/mi-dprintf-pending.exp
6818 * gdb.mi/mi-dprintf.exp
6819 * gdb.mi/mi-exit-code.exp
6820 * gdb.mi/mi-pending.exp
6821 * gdb.mi/mi-solib.exp
6822 * gdb.mi/new-ui-mi-sync.exp
6823 * gdb.mi/pr11022.exp
6824 * gdb.mi/user-selected-context-sync.exp
6825 * gdb.opt/solib-intra-step.exp
6826 * gdb.python/py-events.exp
6827 * gdb.python/py-finish-breakpoint.exp
6828 * gdb.python/py-mi.exp
6829 * gdb.python/py-prettyprint.exp
6830 * gdb.python/py-shared.exp
6831 * gdb.python/py-symbol.exp
6832 * gdb.python/py-template.exp
6833 * gdb.python/py-type.exp
6834 * gdb.python/py-value.exp
6835 * gdb.reverse/solib-precsave.exp
6836 * gdb.reverse/solib-reverse.exp
6837 * gdb.server/solib-list.exp
6838 * gdb.stabs/weird.exp
6839 * gdb.threads/reconnect-signal.exp
6840 * gdb.threads/stepi-random-signal.exp
6841 * gdb.trace/actions.exp
6842 * gdb.trace/ax.exp
6843 * gdb.trace/backtrace.exp
6844 * gdb.trace/change-loc.exp
6845 * gdb.trace/deltrace.exp
6846 * gdb.trace/ftrace-lock.exp
6847 * gdb.trace/ftrace.exp
6848 * gdb.trace/infotrace.exp
6849 * gdb.trace/mi-tracepoint-changed.exp
6850 * gdb.trace/packetlen.exp
6851 * gdb.trace/passcount.exp
6852 * gdb.trace/pending.exp
6853 * gdb.trace/range-stepping.exp
6854 * gdb.trace/report.exp
6855 * gdb.trace/stap-trace.exp
6856 * gdb.trace/tfind.exp
6857 * gdb.trace/trace-break.exp
6858 * gdb.trace/trace-condition.exp
6859 * gdb.trace/trace-enable-disable.exp
6860 * gdb.trace/trace-mt.exp
6861 * gdb.trace/tracecmd.exp
6862 * gdb.trace/tspeed.exp
6863 * gdb.trace/tsv.exp
6864 * lib/perftest.exp
6865
fb9feb35
LM
68662016-12-01 Luis Machado <lgustavo@codesourcery.com>
6867
6868 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6869 with gdb_test_no_output.
6870 Use command as test name.
6871
cd2ddb6c
LM
68722016-12-01 Luis Machado <lgustavo@codesourcery.com>
6873
6874 Fix test names starting with uppercase throughout the files.
6875
6876 * gdb.ada/assign_1.exp
6877 * gdb.ada/boolean_expr.exp
6878 * gdb.base/arrayidx.exp
6879 * gdb.base/del.exp
6880 * gdb.base/gcore-buffer-overflow.exp
6881 * gdb.base/testenv.exp
6882 * gdb.compile/compile.exp
6883 * gdb.python/py-framefilter-invalidarg.exp
6884 * gdb.python/py-framefilter.exp
6885
bb95117e
LM
68862016-12-01 Luis Machado <lgustavo@codesourcery.com>
6887
6888 Fix test names starting with uppercase throughout the files.
6889
6890 * gdb.ada/array_return.exp
6891 * gdb.ada/expr_delims.exp
6892 * gdb.ada/mi_dyn_arr.exp
6893 * gdb.ada/mi_interface.exp
6894 * gdb.ada/mi_var_array.exp
6895 * gdb.ada/watch_arg.exp
6896 * gdb.arch/alpha-step.exp
6897 * gdb.arch/altivec-regs.exp
6898 * gdb.arch/e500-regs.exp
6899 * gdb.arch/powerpc-d128-regs.exp
6900 * gdb.base/arrayidx.exp
6901 * gdb.base/break.exp
6902 * gdb.base/checkpoint.exp
6903 * gdb.base/debug-expr.exp
6904 * gdb.base/dmsym.exp
6905 * gdb.base/radix.exp
6906 * gdb.base/sepdebug.exp
6907 * gdb.base/testenv.exp
6908 * gdb.base/watch_thread_num.exp
6909 * gdb.base/watchpoint-cond-gone.exp
6910 * gdb.cell/break.exp
6911 * gdb.cell/ea-cache.exp
6912 * gdb.compile/compile.exp
6913 * gdb.cp/gdb2495.exp
6914 * gdb.gdb/selftest.exp
6915 * gdb.gdb/xfullpath.exp
6916 * gdb.go/hello.exp
6917 * gdb.go/integers.exp
6918 * gdb.objc/basicclass.exp
6919 * gdb.pascal/hello.exp
6920 * gdb.pascal/integers.exp
6921 * gdb.python/py-breakpoint.exp
6922 * gdb.python/py-cmd.exp
6923 * gdb.python/py-linetable.exp
6924 * gdb.python/py-xmethods.exp
6925 * gdb.python/python.exp
6926 * gdb.reverse/consecutive-precsave.exp
6927 * gdb.reverse/finish-precsave.exp
6928 * gdb.reverse/i386-precsave.exp
6929 * gdb.reverse/machinestate-precsave.exp
6930 * gdb.reverse/sigall-precsave.exp
6931 * gdb.reverse/solib-precsave.exp
6932 * gdb.reverse/step-precsave.exp
6933 * gdb.reverse/until-precsave.exp
6934 * gdb.reverse/watch-precsave.exp
6935 * gdb.threads/leader-exit.exp
6936 * gdb.threads/pthreads.exp
6937 * gdb.threads/wp-replication.exp
6938 * gdb.trace/actions.exp
6939 * gdb.trace/mi-tsv-changed.exp
6940 * gdb.trace/tsv.exp
6941
de97fdd4
LM
69422016-12-01 Luis Machado <lgustavo@codesourcery.com>
6943
6944 Fix test names starting with uppercase throughout the files.
6945
6946 * gdb.arch/i386-bp_permanent.exp
6947 * gdb.arch/i386-gnu-cfi.exp
6948 * gdb.base/disasm-end-cu.exp
6949 * gdb.base/macscp.exp
6950 * gdb.base/pending.exp
6951 * gdb.base/watch_thread_num.exp
6952 * gdb.cp/exception.exp
6953 * gdb.cp/gdb2495.exp
6954 * gdb.cp/local.exp
6955 * gdb.python/py-evsignal.exp
6956 * gdb.python/python.exp
6957 * gdb.trace/tracecmd.exp
6958
9f058c10
LM
69592016-12-01 Luis Machado <lgustavo@codesourcery.com>
6960
6961 Fix test names starting with uppercase throughout the files.
6962
6963 * gdb.base/charset.exp
6964 * gdb.base/eval.exp
6965 * gdb.base/multi-forks.exp
6966 * gdb.guile/scm-progspace.exp
6967 * gdb.opencl/datatypes.exp
6968 * gdb.python/py-block.exp
6969 * gdb.python/py-function.exp
6970 * gdb.python/py-symbol.exp
6971 * gdb.python/py-symtab.exp
6972 * gdb.python/py-xmethods.exp
6973 * gdb.reverse/break-precsave.exp
6974 * gdb.reverse/break-reverse.exp
6975 * gdb.reverse/consecutive-precsave.exp
6976 * gdb.reverse/consecutive-reverse.exp
6977 * gdb.reverse/finish-precsave.exp
6978 * gdb.reverse/finish-reverse-bkpt.exp
6979 * gdb.reverse/finish-reverse.exp
6980 * gdb.reverse/fstatat-reverse.exp
6981 * gdb.reverse/getresuid-reverse.exp
6982 * gdb.reverse/i386-precsave.exp
6983 * gdb.reverse/i386-reverse.exp
6984 * gdb.reverse/i386-sse-reverse.exp
6985 * gdb.reverse/i387-stack-reverse.exp
6986 * gdb.reverse/insn-reverse.exp
6987 * gdb.reverse/machinestate-precsave.exp
6988 * gdb.reverse/machinestate.exp
6989 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6990 * gdb.reverse/pipe-reverse.exp
6991 * gdb.reverse/readv-reverse.exp
6992 * gdb.reverse/recvmsg-reverse.exp
6993 * gdb.reverse/rerun-prec.exp
6994 * gdb.reverse/s390-mvcle.exp
6995 * gdb.reverse/sigall-precsave.exp
6996 * gdb.reverse/sigall-reverse.exp
6997 * gdb.reverse/solib-precsave.exp
6998 * gdb.reverse/solib-reverse.exp
6999 * gdb.reverse/step-precsave.exp
7000 * gdb.reverse/step-reverse.exp
7001 * gdb.reverse/time-reverse.exp
7002 * gdb.reverse/until-precsave.exp
7003 * gdb.reverse/until-reverse.exp
7004 * gdb.reverse/waitpid-reverse.exp
7005 * gdb.reverse/watch-precsave.exp
7006 * gdb.reverse/watch-reverse.exp
7007
cdc7edd7
LM
70082016-12-01 Luis Machado <lgustavo@codesourcery.com>
7009
7010 Fix test names starting with uppercase throughout the files.
7011
7012 * gdb.arch/i386-mpx-simple_segv.exp
7013 * gdb.arch/i386-mpx.exp
7014 * gdb.arch/i386-permbkpt.exp
7015 * gdb.arch/pa-nullify.exp
7016 * gdb.arch/powerpc-d128-regs.exp
7017 * gdb.arch/vsx-regs.exp
7018 * gdb.base/bfp-test.exp
7019 * gdb.base/break.exp
7020 * gdb.base/breakpoint-shadow.exp
7021 * gdb.base/callfuncs.exp
7022 * gdb.base/charset.exp
7023 * gdb.base/commands.exp
7024 * gdb.base/completion.exp
7025 * gdb.base/dfp-test.exp
7026 * gdb.base/echo.exp
7027 * gdb.base/ending-run.exp
7028 * gdb.base/eval.exp
7029 * gdb.base/expand-psymtabs.exp
7030 * gdb.base/float128.exp
7031 * gdb.base/floatn.exp
7032 * gdb.base/foll-exec-mode.exp
7033 * gdb.base/gdb1056.exp
7034 * gdb.base/gdb11531.exp
7035 * gdb.base/kill-after-signal.exp
7036 * gdb.base/multi-forks.exp
7037 * gdb.base/overlays.exp
7038 * gdb.base/pending.exp
7039 * gdb.base/sepdebug.exp
7040 * gdb.base/testenv.exp
7041 * gdb.base/valgrind-db-attach.exp
7042 * gdb.base/watch_thread_num.exp
7043 * gdb.base/watchpoint-cond-gone.exp
7044 * gdb.base/watchpoint.exp
7045 * gdb.base/watchpoints.exp
7046 * gdb.cp/arg-reference.exp
7047 * gdb.cp/baseenum.exp
7048 * gdb.cp/operator.exp
7049 * gdb.cp/shadow.exp
7050 * gdb.dwarf2/dw2-op-out-param.exp
7051 * gdb.dwarf2/dw2-reg-undefined.exp
7052 * gdb.go/chan.exp
7053 * gdb.go/hello.exp
7054 * gdb.go/integers.exp
7055 * gdb.go/methods.exp
7056 * gdb.go/package.exp
7057 * gdb.guile/scm-parameter.exp
7058 * gdb.guile/scm-progspace.exp
7059 * gdb.guile/scm-value.exp
7060 * gdb.mi/mi-pending.exp
7061 * gdb.mi/user-selected-context-sync.exp
7062 * gdb.multi/multi-attach.exp
7063 * gdb.multi/tids.exp
7064 * gdb.opt/clobbered-registers-O2.exp
7065 * gdb.pascal/floats.exp
7066 * gdb.pascal/integers.exp
7067 * gdb.python/py-block.exp
7068 * gdb.python/py-events.exp
7069 * gdb.python/py-parameter.exp
7070 * gdb.python/py-symbol.exp
7071 * gdb.python/py-symtab.exp
7072 * gdb.python/py-type.exp
7073 * gdb.python/py-value.exp
7074 * gdb.python/py-xmethods.exp
7075 * gdb.python/python.exp
7076 * gdb.reverse/break-precsave.exp
7077 * gdb.reverse/consecutive-precsave.exp
7078 * gdb.reverse/finish-precsave.exp
7079 * gdb.reverse/i386-precsave.exp
7080 * gdb.reverse/machinestate-precsave.exp
7081 * gdb.reverse/sigall-precsave.exp
7082 * gdb.reverse/solib-precsave.exp
7083 * gdb.reverse/step-precsave.exp
7084 * gdb.reverse/until-precsave.exp
7085 * gdb.reverse/watch-precsave.exp
7086 * gdb.server/ext-attach.exp
7087 * gdb.server/ext-restart.exp
7088 * gdb.server/ext-run.exp
7089 * gdb.server/ext-wrapper.exp
7090 * gdb.stabs/gdb11479.exp
7091 * gdb.stabs/weird.exp
7092 * gdb.threads/attach-many-short-lived-threads.exp
7093 * gdb.threads/kill.exp
7094 * gdb.threads/watchpoint-fork.exp
7095
bc6c7af4
LM
70962016-12-01 Luis Machado <lgustavo@codesourcery.com>
7097
7098 Fix test names starting with uppercase throughout all the files below.
7099
7100 * gdb.ada/array_return.exp
7101 * gdb.ada/catch_ex.exp
7102 * gdb.ada/info_exc.exp
7103 * gdb.ada/mi_catch_ex.exp
7104 * gdb.ada/mi_dyn_arr.exp
7105 * gdb.ada/mi_ex_cond.exp
7106 * gdb.ada/mi_exc_info.exp
7107 * gdb.ada/mi_interface.exp
7108 * gdb.ada/mi_task_arg.exp
7109 * gdb.ada/mi_task_info.exp
7110 * gdb.ada/mi_var_array.exp
7111 * gdb.arch/alpha-step.exp
7112 * gdb.arch/amd64-disp-step.exp
7113 * gdb.arch/arm-disp-step.exp
7114 * gdb.arch/disp-step-insn-reloc.exp
7115 * gdb.arch/e500-prologue.exp
7116 * gdb.arch/ftrace-insn-reloc.exp
7117 * gdb.arch/gdb1558.exp
7118 * gdb.arch/i386-bp_permanent.exp
7119 * gdb.arch/i386-disp-step.exp
7120 * gdb.arch/i386-float.exp
7121 * gdb.arch/i386-gnu-cfi.exp
7122 * gdb.arch/ia64-breakpoint-shadow.exp
7123 * gdb.arch/mips16-thunks.exp
7124 * gdb.arch/pa-nullify.exp
7125 * gdb.arch/powerpc-aix-prologue.exp
7126 * gdb.arch/powerpc-power.exp
7127 * gdb.arch/ppc-dfp.exp
7128 * gdb.arch/s390-tdbregs.exp
7129 * gdb.arch/spu-info.exp
7130 * gdb.arch/spu-ls.exp
7131 * gdb.arch/thumb-bx-pc.exp
7132 * gdb.base/advance.exp
7133 * gdb.base/annota-input-while-running.exp
7134 * gdb.base/arrayidx.exp
7135 * gdb.base/asmlabel.exp
7136 * gdb.base/async.exp
7137 * gdb.base/attach-wait-input.exp
7138 * gdb.base/auto-connect-native-target.exp
7139 * gdb.base/batch-preserve-term-settings.exp
7140 * gdb.base/bfp-test.exp
7141 * gdb.base/bigcore.exp
7142 * gdb.base/bp-permanent.exp
7143 * gdb.base/break-always.exp
7144 * gdb.base/break-fun-addr.exp
7145 * gdb.base/break-idempotent.exp
7146 * gdb.base/break-main-file-remove-fail.exp
7147 * gdb.base/break-probes.exp
7148 * gdb.base/break-unload-file.exp
7149 * gdb.base/break.exp
7150 * gdb.base/call-ar-st.exp
7151 * gdb.base/call-rt-st.exp
7152 * gdb.base/call-sc.exp
7153 * gdb.base/call-signal-resume.exp
7154 * gdb.base/call-strs.exp
7155 * gdb.base/callexit.exp
7156 * gdb.base/callfuncs.exp
7157 * gdb.base/catch-gdb-caused-signals.exp
7158 * gdb.base/catch-signal-siginfo-cond.exp
7159 * gdb.base/catch-syscall.exp
7160 * gdb.base/compare-sections.exp
7161 * gdb.base/cond-eval-mode.exp
7162 * gdb.base/condbreak-call-false.exp
7163 * gdb.base/consecutive-step-over.exp
7164 * gdb.base/cursal.exp
7165 * gdb.base/disabled-location.exp
7166 * gdb.base/disasm-end-cu.exp
7167 * gdb.base/display.exp
7168 * gdb.base/double-prompt-target-event-error.exp
7169 * gdb.base/dprintf-bp-same-addr.exp
7170 * gdb.base/dprintf-detach.exp
7171 * gdb.base/dprintf-next.exp
7172 * gdb.base/dprintf-non-stop.exp
7173 * gdb.base/dprintf-pending.exp
7174 * gdb.base/dso2dso.exp
7175 * gdb.base/ending-run.exp
7176 * gdb.base/enum_cond.exp
7177 * gdb.base/examine-backward.exp
7178 * gdb.base/exe-lock.exp
7179 * gdb.base/exec-invalid-sysroot.exp
7180 * gdb.base/execl-update-breakpoints.exp
7181 * gdb.base/execution-termios.exp
7182 * gdb.base/fileio.exp
7183 * gdb.base/fixsection.exp
7184 * gdb.base/foll-exec-mode.exp
7185 * gdb.base/foll-exec.exp
7186 * gdb.base/fork-running-state.exp
7187 * gdb.base/frame-args.exp
7188 * gdb.base/fullpath-expand.exp
7189 * gdb.base/func-ptr.exp
7190 * gdb.base/gcore-relro-pie.exp
7191 * gdb.base/gdb1090.exp
7192 * gdb.base/gdb1555.exp
7193 * gdb.base/global-var-nested-by-dso.exp
7194 * gdb.base/gnu-ifunc.exp
7195 * gdb.base/hbreak-in-shr-unsupported.exp
7196 * gdb.base/hbreak-unmapped.exp
7197 * gdb.base/hook-stop.exp
7198 * gdb.base/infcall-input.exp
7199 * gdb.base/info-fun.exp
7200 * gdb.base/info-shared.exp
7201 * gdb.base/interrupt-noterm.exp
7202 * gdb.base/jit-so.exp
7203 * gdb.base/jit.exp
7204 * gdb.base/line-symtabs.exp
7205 * gdb.base/list.exp
7206 * gdb.base/longjmp.exp
7207 * gdb.base/macscp.exp
7208 * gdb.base/max-value-size.exp
7209 * gdb.base/nodebug.exp
7210 * gdb.base/nofield.exp
7211 * gdb.base/overlays.exp
7212 * gdb.base/paginate-after-ctrl-c-running.exp
7213 * gdb.base/paginate-bg-execution.exp
7214 * gdb.base/paginate-inferior-exit.exp
7215 * gdb.base/pending.exp
7216 * gdb.base/pr11022.exp
7217 * gdb.base/printcmds.exp
7218 * gdb.base/ptr-typedef.exp
7219 * gdb.base/ptype.exp
7220 * gdb.base/randomize.exp
7221 * gdb.base/range-stepping.exp
7222 * gdb.base/realname-expand.exp
7223 * gdb.base/relativedebug.exp
7224 * gdb.base/remote.exp
7225 * gdb.base/savedregs.exp
7226 * gdb.base/sepdebug.exp
7227 * gdb.base/set-noassign.exp
7228 * gdb.base/shlib-call.exp
7229 * gdb.base/shreloc.exp
7230 * gdb.base/sigaltstack.exp
7231 * gdb.base/sigbpt.exp
7232 * gdb.base/siginfo-addr.exp
7233 * gdb.base/siginfo-obj.exp
7234 * gdb.base/siginfo-thread.exp
7235 * gdb.base/signest.exp
7236 * gdb.base/signull.exp
7237 * gdb.base/sigrepeat.exp
7238 * gdb.base/skip.exp
7239 * gdb.base/so-impl-ld.exp
7240 * gdb.base/solib-corrupted.exp
7241 * gdb.base/solib-disc.exp
7242 * gdb.base/solib-display.exp
7243 * gdb.base/solib-overlap.exp
7244 * gdb.base/solib-search.exp
7245 * gdb.base/solib-symbol.exp
7246 * gdb.base/source-execution.exp
7247 * gdb.base/sss-bp-on-user-bp-2.exp
7248 * gdb.base/sss-bp-on-user-bp.exp
7249 * gdb.base/stack-checking.exp
7250 * gdb.base/stale-infcall.exp
7251 * gdb.base/step-break.exp
7252 * gdb.base/step-line.exp
7253 * gdb.base/step-over-exit.exp
7254 * gdb.base/step-test.exp
7255 * gdb.base/structs.exp
7256 * gdb.base/sym-file.exp
7257 * gdb.base/symtab-search-order.exp
7258 * gdb.base/term.exp
7259 * gdb.base/type-opaque.exp
7260 * gdb.base/unload.exp
7261 * gdb.base/until-nodebug.exp
7262 * gdb.base/until.exp
7263 * gdb.base/unwindonsignal.exp
7264 * gdb.base/watch-cond.exp
7265 * gdb.base/watch-non-mem.exp
7266 * gdb.base/watch_thread_num.exp
7267 * gdb.base/watchpoint-reuse-slot.exp
7268 * gdb.base/watchpoint-solib.exp
7269 * gdb.base/watchpoint.exp
7270 * gdb.btrace/dlopen.exp
7271 * gdb.cell/arch.exp
7272 * gdb.cell/break.exp
7273 * gdb.cell/bt.exp
7274 * gdb.cell/core.exp
7275 * gdb.cell/data.exp
7276 * gdb.cell/dwarfaddr.exp
7277 * gdb.cell/ea-cache.exp
7278 * gdb.cell/ea-standalone.exp
7279 * gdb.cell/ea-test.exp
7280 * gdb.cell/f-regs.exp
7281 * gdb.cell/fork.exp
7282 * gdb.cell/gcore.exp
7283 * gdb.cell/mem-access.exp
7284 * gdb.cell/ptype.exp
7285 * gdb.cell/registers.exp
7286 * gdb.cell/sizeof.exp
7287 * gdb.cell/solib-symbol.exp
7288 * gdb.cell/solib.exp
7289 * gdb.compile/compile-tls.exp
7290 * gdb.cp/exception.exp
7291 * gdb.cp/gdb2495.exp
7292 * gdb.cp/local.exp
7293 * gdb.cp/mb-inline.exp
7294 * gdb.cp/mb-templates.exp
7295 * gdb.cp/pr10687.exp
7296 * gdb.cp/pr9167.exp
7297 * gdb.cp/scope-err.exp
7298 * gdb.cp/templates.exp
7299 * gdb.cp/virtfunc.exp
7300 * gdb.dwarf2/dw2-dir-file-name.exp
7301 * gdb.dwarf2/dw2-single-line-discriminators.exp
7302 * gdb.fortran/complex.exp
7303 * gdb.fortran/library-module.exp
7304 * gdb.guile/guile.exp
7305 * gdb.guile/scm-cmd.exp
7306 * gdb.guile/scm-frame-inline.exp
7307 * gdb.guile/scm-objfile.exp
7308 * gdb.guile/scm-pretty-print.exp
7309 * gdb.guile/scm-symbol.exp
7310 * gdb.guile/scm-type.exp
7311 * gdb.guile/scm-value.exp
7312 * gdb.linespec/keywords.exp
7313 * gdb.linespec/ls-errs.exp
7314 * gdb.linespec/macro-relative.exp
7315 * gdb.linespec/thread.exp
7316 * gdb.mi/mi-breakpoint-changed.exp
7317 * gdb.mi/mi-dprintf-pending.exp
7318 * gdb.mi/mi-fullname-deleted.exp
7319 * gdb.mi/mi-logging.exp
7320 * gdb.mi/mi-pending.exp
7321 * gdb.mi/mi-solib.exp
7322 * gdb.mi/new-ui-mi-sync.exp
7323 * gdb.mi/user-selected-context-sync.exp
7324 * gdb.multi/dummy-frame-restore.exp
7325 * gdb.multi/multi-arch-exec.exp
7326 * gdb.multi/remove-inferiors.exp
7327 * gdb.multi/watchpoint-multi-exit.exp
7328 * gdb.opt/solib-intra-step.exp
7329 * gdb.perf/backtrace.exp
7330 * gdb.perf/single-step.exp
7331 * gdb.perf/skip-command.exp
7332 * gdb.perf/skip-prologue.exp
7333 * gdb.perf/solib.exp
7334 * gdb.python/lib-types.exp
7335 * gdb.python/py-as-string.exp
7336 * gdb.python/py-bad-printers.exp
7337 * gdb.python/py-block.exp
7338 * gdb.python/py-breakpoint.exp
7339 * gdb.python/py-cmd.exp
7340 * gdb.python/py-events.exp
7341 * gdb.python/py-evthreads.exp
7342 * gdb.python/py-finish-breakpoint.exp
7343 * gdb.python/py-finish-breakpoint2.exp
7344 * gdb.python/py-frame-inline.exp
7345 * gdb.python/py-frame.exp
7346 * gdb.python/py-inferior.exp
7347 * gdb.python/py-infthread.exp
7348 * gdb.python/py-mi.exp
7349 * gdb.python/py-objfile.exp
7350 * gdb.python/py-pp-maint.exp
7351 * gdb.python/py-pp-registration.exp
7352 * gdb.python/py-prettyprint.exp
7353 * gdb.python/py-recurse-unwind.exp
7354 * gdb.python/py-shared.exp
7355 * gdb.python/py-symbol.exp
7356 * gdb.python/py-symtab.exp
7357 * gdb.python/py-template.exp
7358 * gdb.python/py-type.exp
7359 * gdb.python/py-unwind-maint.exp
7360 * gdb.python/py-unwind.exp
7361 * gdb.python/py-value.exp
7362 * gdb.python/python.exp
7363 * gdb.reverse/finish-reverse-bkpt.exp
7364 * gdb.reverse/insn-reverse.exp
7365 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7366 * gdb.reverse/solib-precsave.exp
7367 * gdb.reverse/solib-reverse.exp
7368 * gdb.stabs/gdb11479.exp
7369 * gdb.stabs/weird.exp
7370 * gdb.threads/fork-child-threads.exp
7371 * gdb.threads/fork-plus-threads.exp
7372 * gdb.threads/fork-thread-pending.exp
7373 * gdb.threads/forking-threads-plus-breakpoint.exp
7374 * gdb.threads/hand-call-in-threads.exp
7375 * gdb.threads/interrupted-hand-call.exp
7376 * gdb.threads/linux-dp.exp
7377 * gdb.threads/local-watch-wrong-thread.exp
7378 * gdb.threads/next-while-other-thread-longjmps.exp
7379 * gdb.threads/non-ldr-exit.exp
7380 * gdb.threads/pending-step.exp
7381 * gdb.threads/print-threads.exp
7382 * gdb.threads/process-dies-while-detaching.exp
7383 * gdb.threads/process-dies-while-handling-bp.exp
7384 * gdb.threads/pthreads.exp
7385 * gdb.threads/queue-signal.exp
7386 * gdb.threads/reconnect-signal.exp
7387 * gdb.threads/signal-command-handle-nopass.exp
7388 * gdb.threads/signal-command-multiple-signals-pending.exp
7389 * gdb.threads/signal-delivered-right-thread.exp
7390 * gdb.threads/signal-sigtrap.exp
7391 * gdb.threads/sigthread.exp
7392 * gdb.threads/staticthreads.exp
7393 * gdb.threads/stepi-random-signal.exp
7394 * gdb.threads/thread-unwindonsignal.exp
7395 * gdb.threads/thread_check.exp
7396 * gdb.threads/thread_events.exp
7397 * gdb.threads/tid-reuse.exp
7398 * gdb.threads/tls-nodebug.exp
7399 * gdb.threads/tls-shared.exp
7400 * gdb.threads/tls-so_extern.exp
7401 * gdb.threads/tls.exp
7402 * gdb.threads/wp-replication.exp
7403 * gdb.trace/actions-changed.exp
7404 * gdb.trace/actions.exp
7405 * gdb.trace/backtrace.exp
7406 * gdb.trace/change-loc.exp
7407 * gdb.trace/collection.exp
7408 * gdb.trace/deltrace.exp
7409 * gdb.trace/disconnected-tracing.exp
7410 * gdb.trace/entry-values.exp
7411 * gdb.trace/ftrace-lock.exp
7412 * gdb.trace/ftrace.exp
7413 * gdb.trace/infotrace.exp
7414 * gdb.trace/mi-trace-frame-collected.exp
7415 * gdb.trace/mi-trace-unavailable.exp
7416 * gdb.trace/mi-traceframe-changed.exp
7417 * gdb.trace/mi-tracepoint-changed.exp
7418 * gdb.trace/mi-tsv-changed.exp
7419 * gdb.trace/no-attach-trace.exp
7420 * gdb.trace/packetlen.exp
7421 * gdb.trace/passc-dyn.exp
7422 * gdb.trace/passcount.exp
7423 * gdb.trace/pending.exp
7424 * gdb.trace/pr16508.exp
7425 * gdb.trace/qtro.exp
7426 * gdb.trace/range-stepping.exp
7427 * gdb.trace/read-memory.exp
7428 * gdb.trace/report.exp
7429 * gdb.trace/save-trace.exp
7430 * gdb.trace/signal.exp
7431 * gdb.trace/stap-trace.exp
7432 * gdb.trace/status-stop.exp
7433 * gdb.trace/strace.exp
7434 * gdb.trace/tfile.exp
7435 * gdb.trace/tfind.exp
7436 * gdb.trace/trace-break.exp
7437 * gdb.trace/trace-condition.exp
7438 * gdb.trace/trace-enable-disable.exp
7439 * gdb.trace/trace-mt.exp
7440 * gdb.trace/tracecmd.exp
7441 * gdb.trace/tracefile-pseudo-reg.exp
7442 * gdb.trace/tspeed.exp
7443 * gdb.trace/tstatus.exp
7444 * gdb.trace/tsv.exp
7445 * gdb.trace/unavailable.exp
7446 * gdb.trace/while-dyn.exp
7447 * gdb.trace/while-stepping.exp
7448 * lib/gdb-guile.exp
7449 * lib/gdb.exp
7450 * lib/mi-support.exp
7451 * lib/pascal.exp
7452 * lib/perftest.exp
7453 * lib/prelink-support.exp
7454 * lib/selftest-support.exp
7455
ad02e4fe
SM
74562016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7457
7458 * Makefile.in: Include disable-implicit-rules.mk.
7459
22347e55
AA
74602016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7461
7462 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7463 non-byte-aligned bit fields.
7464
da5b30da
AA
74652016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7466
7467 PR gdb/12616
7468 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7469 respects the DW_AT_data_bit_offset attribute.
7470
b593ecca
SM
74712016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7472
7473 * gdb.base/default.exp: Fix output of "set language".
7474
3b165252
SM
74752016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7476
7477 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7478 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7479 make.
7480 * configure.ac: Remove checks for the make program.
7481 * configure: Re-generate.
7482
1a2f3d7f
KB
74832016-11-16 Kevin Buettner <kevinb@redhat.com>
7484
7485 * gdb.python/py-recurse-unwind.c (main): Add loop.
7486 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7487 to read_register() and gdb.parse_and_eval(). Make each code
7488 call a separate case that can be individually tested.
7489 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7490 proc. Call cont_and_backtrace for each of the code paths that
7491 we want to test in the unwinder.
7492
b7f38fda
AA
74932016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7494
7495 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7496 the definition of struct S.
7497
1f8db343
CM
74982016-11-11 Catherine Moore <clm@codesourcery.com>
7499
7500 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7501
fad0c9fb
PA
75022016-11-09 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/commands.exp (runto_or_return): New procedure.
7505 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7506 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7507 (progvar_simple_while_test, progvar_complex_if_while_test)
7508 (if_while_breakpoint_command_test)
7509 (infrun_breakpoint_command_test, breakpoint_command_test)
7510 (user_defined_command_test, watchpoint_command_test)
7511 (test_command_prompt_position, redefine_hook_test)
7512 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7513 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7514 multi_line_input and multi_line. Remove gdb_expect and
7515 gdb_stop_suppressing_tests uses.
7516 * lib/gdb.exp (valnum_re): New global.
7517 (multi_line_input): New procedure.
7518
8354c62c
SM
75192016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7520
7521 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7522 Remove.
7523 (test_setup): Define with proc_with_prefix.
7524 (test_cli_inferior): Likewise.
7525 (test_cli_thread): Likewise.
7526 (test_cli_frame): Likewise.
7527 (test_cli_select_frame): Likewise.
7528 (test_cli_up_down): Likewise.
7529 (test_mi_thread_select): Likewise.
7530 (test_mi_stack_select_frame): Likewise.
7531 (test_cli_in_mi_inferior): Likewise.
7532 (test_cli_in_mi_thread): Likewise.
7533 (test_cli_in_mi_frame): Likewise.
7534 (top level): Do not use with_test_prefix_procname.
7535
64f367a2
PA
75362016-11-09 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/commands.exp (gdbvar_simple_if_test)
7539 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7540 (progvar_simple_if_test, progvar_simple_while_test)
7541 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7542 (infrun_breakpoint_command_test, breakpoint_command_test)
7543 (user_defined_command_test, watchpoint_command_test)
7544 (test_command_prompt_position, deprecated_command_test)
7545 (bp_deleted_in_command, temporary_breakpoint_commands)
7546 (stray_arg0_test, source_file_with_indented_comment)
7547 (recursive_source_test, if_commands_test)
7548 (error_clears_commands_left, redefine_hook_test)
7549 (redefine_backtrace_test): Use proc_with_prefix.
7550 * lib/gdb.exp (proc_with_prefix): New proc.
7551
0bb65f1e
AA
75522016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7553
7554 * gdb.base/tui-layout.c: New file.
7555 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7556 disassembly window contains very long lines.
7557
7353f247
TT
75582016-11-08 Tom Tromey <tom@tromey.com>
7559
7560 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7561 depend on Python 2.
7562
30a7bb83
TT
75632016-11-08 Tom Tromey <tom@tromey.com>
7564
7565 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7566 New method.
7567
cdf5a07c
MG
75682016-10-29 Manish Goregaokar <manish@mozilla.com>
7569
2806dc7e 7570 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7571
51a789c3
MG
75722016-10-27 Manish Goregaokar <manish@mozilla.com>
7573
2806dc7e
PA
7574 * gdb.rust/simple.rs: Add test for univariant enums without
7575 discriminants and for encoded struct-like enums.
51a789c3 7576
f610ab6d
PA
75772016-10-28 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7580 gdb_test_multiple, tighten regexps and match symtabs and line
7581 tables incrementally.
7582
b129b0ca
LM
75832016-10-28 Luis Machado <lgustavo@codesourcery.com>
7584
7585 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7586 general.
7587
ecf45d2c
SL
75882016-10-25 Luis Machado <lgustavo@codesourcery.com>
7589
7590 * gdb.base/exec-invalid-sysroot.exp: New file.
7591
b8d38ee4
JK
75922016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7593
7594 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7595
f90fd8c2
JK
75962016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7597
7598 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7599
2d2476aa
MR
76002016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7601
2806dc7e
PA
7602 * gdb.base/killed-outside.exp: Remove $options from a call to
7603 `prepare_for_testing'.
2d2476aa 7604
e42b25a0
SM
76052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7606
7607 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7608 Change test message.
7609
3ccdb432
SM
76102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7611
7612 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7613 Update comment.
7614
5bad3170
SM
76152016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 * gdb.trace/mi-trace-save.exp: New file.
7618
5ad9dba7
YQ
76192016-10-13 Yao Qi <yao.qi@linaro.org>
7620
7621 * gdb.base/code_elim.exp (get_var_address): Remove.
7622 * gdb.base/relocate.exp: Likewise.
7623 * gdb.base/shreloc.exp: Likewise.
7624 * lib/gdb.exp (get_var_address): New.
7625
62df7e21
YQ
76262016-10-13 Yao Qi <yao.qi@linaro.org>
7627
7628 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7629 floating point tests if $skip_float_test is false.
7630
4dac951e
LM
76312016-10-12 Luis Machado <lgustavo@codesourcery.com>
7632
7633 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7634 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7635 argc values.
7636 Add 1 to argc so we guarantee distinct initial/modified argc values.
7637
8f1a8fc4
JK
76382016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7641
16c85b5d
JK
76422016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7645 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7646 * gdb.arch/vsx-regs.exp: Likewise.
7647
1d0e042a
YQ
76482016-10-07 Yao Qi <yao.qi@linaro.org>
7649
7650 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7651
68dadef5
MM
76522016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7653
7654 * gdb.python/python.exp: Test decode_line("*0").
7655
33fa2c6e
DE
76562016-10-06 Doug Evans <dje@google.com>
7657
7658 * gdb.python/py-value.exp (test_value_creation): Add test for large
7659 unsigned 64-bit value.
7660
9c37b5ae
TT
76612016-10-06 Tom Tromey <tom@tromey.com>
7662
7663 * gdb.compile/compile.exp: Change java tests to rust.
7664 * gdb.base/setshow.exp: Change java tests to rust.
7665 * gdb.base/default.exp: Remove java from language list.
7666 * README (Examples): Update language example.
7667 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7668 test.
7669 * lib/gdb.exp (skip_java_tests): Remove.
7670 * lib/java.exp: Remove.
7671 * gdb.java: Remove.
7672
78b86327
MR
76732016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7674
7675 * gdb.arch/mips-fcr.exp: New test.
7676 * gdb.arch/mips-fcr.c: Source for the new test.
7677
7470adbb
MR
76782016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7679
7680 * gdb.base/solib-disc.exp: Use `standard_output_file'
7681 throughout.
7682
4a556533
PA
76832016-10-06 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.base/jit-simple-dl.c: New file.
7686 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7687 * gdb.base/jit-simple.c: ... this.
7688 * gdb.base/jit-simple.exp (jit_run): Delete.
7689 (build_jit): New proc.
7690 (jit_test_reread): Recompile either the main program or the shared
7691 library, depending on what is being tested. Skip changing address
7692 if caller wants to. Compare before/after addresses. If testing
7693 standalone, explicitly load the binary. Test "maint info
7694 breakpoints".
7695 (top level): Add "standalone vs shared lib" and "change address"
7696 vs "same address" axes.
7697
5a122fbc
PA
76982016-10-06 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7701 call.
7702 (jit_run): Delete.
7703 (jit_test_reread): Use with_test_prefix. Reload the main binary
7704 explicitly. Compare the before/after addresses of the JIT
7705 descriptor.
7706
ee8da4b8
DE
77072016-08-15 Doug Evans <dje@google.com>
7708
7709 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7710 for single bitfields is bool.
7711 * gdb.xml/tdesc-regs.exp: Ditto.
7712
f389f6fe
JK
77132016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7716
fdebf1a4
YQ
77172016-10-05 Yao Qi <yao.qi@linaro.org>
7718
7719 * lib/gdb.exp (support_complex_tests): Return zero if
7720 gdb_skip_float_test return true.
7721
9c36d954 77222016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7723 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7724
7725 PR gdb/20487
7726 * gdb.mi/user-selected-context-sync.exp: New file.
7727 * gdb.mi/user-selected-context-sync.c: New file.
7728
4034d0ff 77292016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7730 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7731
7732 PR gdb/20487
7733 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7734 =thread-select-event check.
7735
a4297203
PB
77362016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7737
7738 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7739 the compulsory L operand changes.
7740 * gdb.arch/powerpc-power.s: Likewise.
7741
bb805577
JK
77422016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7743
7744 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7745 * gdb.base/jit-attach-pie.c: New file.
7746 * gdb.base/jit-attach-pie.exp: New file.
7747
6d61dee5
PA
77482016-09-28 Pedro Alves <palves@redhat.com>
7749
7750 * gdb.base/infcall-input.c: New file.
7751 * gdb.base/infcall-input.exp: New file.
7752
f73842fc
YQ
77532016-09-22 Yao Qi <yao.qi@linaro.org>
7754
7755 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7756 (gdb_exit): Rename it to ...
7757 (gdbserver_gdb_exit): ... Close GDBserver.
7758 (gdb_exit): New proc, call gdbserver_gdb_exit.
7759 (mi_gdb_exit): Likewise.
7760
90681dab
YQ
77612016-09-22 Yao Qi <yao.qi@linaro.org>
7762
7763 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7764 path.
7765 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7766 Remove duplication.
7767
9c211fd8
YQ
77682016-09-22 Yao Qi <yao.qi@linaro.org>
7769
7770 * lib/gdbserver-support.exp: Check the existence of
7771 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7772
ad0a504f
AK
77732016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7774
7775 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7776
36cf1806
TT
77772016-09-21 Tom Tromey <tom@tromey.com>
7778
7779 PR gdb/20604:
7780 * gdb.base/quit.exp: New file.
7781
74172ecf
SM
77822016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7783
7784 * .gitignore: New file.
7785
3d0ec882
MR
77862016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7787
7788 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7789 throughout.
7790
8193adea
AA
77912016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7792
7793 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7794
d41a5c09
JK
77952016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7796
7797 * gdb.cp/casts.cc (decltype): Move it ...
7798 (main): ... with its call to ...
7799 * gdb.cp/casts03.cc: ... a new file.
7800 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7801
d2dfe700
JK
78022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7803
7804 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7805
e2a92b16
PB
78062016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7807
7808 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7809 and sync up the test with tests in gas/testsuite/gas/ppc.
7810 * gdb.arch/powerpc-power.exp: Likewise.
7811
49b4de64
JK
78122016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7815
2c29df25
SDJ
78162016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7817 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7820 make m1's definition to be different from m2's. Use 'dummy' as an
7821 argument for probe 'two'.
7822
cc3c2846
JB
78232016-09-10 Jon Beniston <jon@beniston.com>
7824
7825 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7826 for sim target.
7827
e1b2624a
AA
78282016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7829
7830 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7831 variable declaration.
7832 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7833 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7834 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7835 received HWCAP as its argument.
7836
4295e285
PA
78372016-09-06 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/new-ui-pending-input.c: New file.
7840 * gdb.base/new-ui-pending-input.exp: New file.
7841 * gdb.exp (clear_gdb_spawn_id): New procedure.
7842 (with_spawn_id): Check whether gdb_spawn_id exists before
7843 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7844 on exit.
7845
00d5215e
UW
78462016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7847
7848 * gdb.base/float128.c: New file.
7849 * gdb.base/float128.exp: Likewise.
7850 * gdb.base/floatn.c: Likewise.
7851 * gdb.base/floatn.exp: Likewise.
7852
a9ff5f12
UW
78532016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7854
7855 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7856
f245535c
PA
78572016-09-05 Pedro Alves <palves@redhat.com>
7858
7859 PR backtrace/19927
7860 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7861 unwinders are immediately called as side effect of "source" or
7862 "disable unwinder" commands.
7863 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7864
ae9cf263
YQ
78652016-09-02 Yao Qi <yao.qi@linaro.org>
7866
7867 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7868 is true and $type is "float" or "double".
7869
27aba047
YQ
78702016-09-02 Yao Qi <yao.qi@linaro.org>
7871
7872 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7873 true.
7874 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7875 * gdb.base/call-rt-st.exp: Likewise.
7876 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7877 return value instead of gdb,skip_float_test.
7878 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7879 (do_function_calls): Use its return value instead of
7880 gdb,skip_float_test.
7881 * gdb.base/finish.exp: Likewise.
7882 * gdb.base/funcargs.exp: Likewise.
7883 * gdb.base/return.exp: Likewise.
7884 * gdb.base/return2.exp: Likewise.
7885 * gdb.base/varargs.exp: Likewise.
7886 * lib/gdb.exp (gdb_skip_float_test): Change it to
7887 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7888
5af962df
AA
78892016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7890
7891 * gdb.multi/tids.exp: Test "thread apply all".
7892
7fac6910
JK
78932016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 * gdb.base/default.exp (tty): Remove.
7896
bb1fe4ac
KB
78972016-08-24 Kevin Buettner <kevinb@redhat.com>
7898
2806dc7e
PA
7899 * gdb.python/py-recurse-unwind.c: New file.
7900 * gdb.python/py-recurse-unwind.py: New file.
7901 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7902
0a1ddfa6
SM
79032016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7904
7905 * gdb.base/set-inferior-tty.exp: New file.
7906 * gdb.base/set-inferior-tty.c: New file.
7907
d9de1fe3
PA
79082016-08-23 Pedro Alves <palves@redhat.com>
7909
7910 PR gdb/20494
7911 * gdb.base/new-ui-echo.c: New file.
7912 * gdb.base/new-ui-echo.exp: New file.
7913
e9d9abd7
YQ
79142016-08-23 Yao Qi <yao.qi@linaro.org>
7915
7916 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7917 gdbserver_spawn.
7918 * gdb.server/connect-without-multi-process.exp (do_test):
7919 Likewise.
7920
3589529e
YQ
79212016-08-23 Yao Qi <yao.qi@linaro.org>
7922
7923 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7924 standalone_txt. Delete gdb_txt and standalone_txt on host
7925 and target. Spawn the binary on target. Copy files from
7926 target to host.
7927
6bb90213
PA
79282016-08-22 Pedro Alves <palves@redhat.com>
7929
7930 PR gdb/20505
7931 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7932 with_test_prefix. Factor out bits to ...
7933 (test_no_vdso): ... this new procedure.
7934
20c2c024
CL
79352016-08-19 Carl Love <cel@us.ibm.com>
7936
7937 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7938 maintaining separate logic for constructing the output path.
7939 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7940 * gdb.arch/ppc-dfp.exp: Likewise.
7941 * gdb.arch/ppc-fp.exp: Likewise.
7942 * gdb.arch/vsx-regs.exp: Likewise.
7943 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7944 binprefix for generating the additional binary files.
7945
0646e07d
PA
79462016-08-19 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.trace/mi-trace-frame-collected.exp
7949 (test_trace_frame_collected): On x32, expect two registers.
7950
46da9242
CL
79512016-08-18 Carl Love <cel@us.ibm.com>
7952
7953 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7954 and sync up the test with tests in gas/testsuite/gas/ppc.
7955 * gdb.arch/powerpc-power.exp: Likewise.
7956
eb2332d7
SM
79572016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7960 expected error message.
7961
63c61e04
SM
79622016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7963
7964 * gdb.multi/remove-inferiors.exp: New file.
7965 * gdb.multi/remove-inferiors.c: New file.
7966
7b17065f
YQ
79672016-08-12 Yao Qi <yao.qi@linaro.org>
7968
7969 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7970 argument list.
7971
01d3dedf
PA
79722016-08-10 Pedro Alves <palves@redhat.com>
7973
7974 PR gdb/19187
7975 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7976 setup_kfails.
7977
3eb7562a
PA
79782016-08-09 Pedro Alves <palves@redhat.com>
7979 Simon Marchi <simon.marchi@ericsson.com>
7980
7981 PR gdb/20418
7982 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7983 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7984
80614914
PA
79852016-08-09 Pedro Alves <palves@redhat.com>
7986
7987 PR mi/20431
7988 * gdb.mi/mi-cmd-error.exp: New file.
7989
f348d89a
PA
79902016-08-09 Pedro Alves <palves@redhat.com>
7991
7992 PR gdb/18653
7993 * gdb.base/signals-state-child.c: New file.
7994 * gdb.base/signals-state-child.exp: New file.
7995 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7996
e5ca03b4
PA
79972016-08-09 Pedro Alves <palves@redhat.com>
7998
7999 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8000
282a0691
TT
80012016-08-03 Tom Tromey <tom@tromey.com>
8002
8003 PR python/18565:
8004 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8005
41bfcd63
YQ
80062016-08-01 Yao Qi <yao.qi@linaro.org>
8007
8008 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8009 variable mode to "multi-process" if $multi_process is 1, otherwise
8010 set it to "single-process".
8011
e3465b24
YQ
80122016-08-01 Yao Qi <yao.qi@linaro.org>
8013
8014 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8015 * gdb.cp/cpexprs.exp: Likewise.
8016 * gdb.cp/m-static.exp: Likewise.
8017
0b31a4bc
TT
80182016-07-26 Tom Tromey <tom@tromey.com>
8019
8020 PR python/20190:
8021 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8022 test.
8023
e0461dbb
MM
80242016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8025
8026 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8027 selecting assembly source files.
8028 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8029 assembly source files.
8030 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8031 assembly source files.
8032 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8033 selecting assembly source files.
8034
8194e927
SM
80352016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8036
8037 * gdb.base/new-ui.exp (do_test_invalid_args): New
8038 procedure.
8039
c0272db5
TW
80402016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8041
8042 * gdb.btrace/reconnect.c: New file.
8043 * gdb.btrace/reconnect.exp: New file.
8044
e3487908
GKB
80452016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8046
8047 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8048 to test_catch_syscall_group.
8049 (test_catch_syscall_group): New.
8050
12df5c00
TT
80512016-07-21 Tom Tromey <tom@tromey.com>
8052
8053 * gdb.rust/simple.rs (main): Use empty struct expression.
8054 * gdb.rust/simple.exp: Add tests for empty struct expression.
8055
bae62ee2
YQ
80562016-07-21 Yao Qi <yao.qi@linaro.org>
8057
8058 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8059 if gdb_skip_xml_test is true on some targets.
8060
b1b53fb3
YQ
80612016-07-21 Yao Qi <yao.qi@linaro.org>
8062
8063 * gdb.server/solib-list.exp: Unset last_loaded_file.
8064
027d97f8
JK
80652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8068 "step into captured_main (args)".
8069
7674d381
JK
80702016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8071
8072 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8073
72b5d099
JK
80742016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8075
8076 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8077
1f960ced
PA
80782016-07-19 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8081 * gdb.opt/inline-bt.exp: Likewise.
8082 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8083 additional_flags=-Winline.
8084 * gdb.opt/inline-locals.exp: Likewise.
8085 * gdb.opt/inline-markers.c (ATTR): Define.
8086 (inlined_fn): Use it.
8087
f25827c1
YQ
80882016-07-19 Yao Qi <yao.qi@linaro.org>
8089
8090 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8091 (test_with_self): Remove some code. Remove argument executable.
8092 (top-level): Use do_self_tests.
8093
37539ebe
DB
80942016-07-15 Zachary Welch <zwelch@codesourcery.com>
8095 Don Breazeal <donb@codesourcery.com>
8096
8097 * gdb.base/maint.exp: Escape paths used in regular expressions.
8098 * gdb.stabs/weird.exp: Likewise.
8099
dac790e1
TT
81002016-07-13 Tom Tromey <tom@tromey.com>
8101
8102 PR python/15620, PR python/18620:
8103 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8104 (test_bkpt_events): New procs.
8105
93daf339
TT
81062016-07-13 Tom Tromey <tom@tromey.com>
8107
8108 PR python/17698:
8109 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8110 test.
8111 (test_watchpoints): Likewise.
8112 (test_bkpt_pending): New proc.
8113
6571a381
TT
81142016-07-13 Tom Tromey <tom@tromey.com>
8115
8116 PR cli/18053:
8117 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8118 completion test.
8119
e8732474
JK
81202016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8121
8122 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8123 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8124 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8125 f_label.
8126 (g): Rename g_end_lbl to g_label.
8127 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8128 low_pc and high_pc.
8129 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8130
e0f3fd7c
TT
81312016-07-12 Tom Tromey <tom@tromey.com>
8132
8133 PR python/19293:
8134 * gdb.python/py-unwind-maint.exp: Update tests.
8135
3cfe46b6
YQ
81362016-07-12 Yao Qi <yao.qi@linaro.org>
8137
8138 * lib/selftest-support.exp (selftest_setup): Match the output
8139 when captured_main is inlined.
8140
4f19a0e6
WT
81412016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8142
8143 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8144 New variables.
8145 (print this%a, print this%b, print this): New tests.
8146 * gdb.fortran/derived-types.f90 (this): New object and
8147 initialization.
8148
986cf455
SM
81492016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8150
8151 * gdb.ada/arraydim.exp: Remove extra directory level in build
8152 directory.
8153
f0464b23
SM
81542016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * lib/ada.exp: Remove extra directory level in build directory.
8157 * gdb.ada/cond_lang.exp: Likewise.
8158 * gdb.ada/exec_changed.exp: Likewise.
8159 * gdb.ada/lang_switch.exp: Likewise.
8160
42d94011
MG
81612016-07-06 Manish Goregaokar <manish@mozilla.com>
8162
2806dc7e
PA
8163 * simple.rs: Add test for raw pointer subscripting.
8164 * simple.exp: Add test expectations.
42d94011 8165
647c264c
YQ
81662016-07-05 Yao Qi <yao.qi@linaro.org>
8167
8168 * gdb.mi/mi-reverse.exp: Match =record-started output.
8169
20aa2c60
PA
81702016-07-01 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8173 procedure.
8174 (jit_reader_test): Test the jit reader's unwinder.
8175 * gdb.base/jithost.c (jit_function_00_code): New global.
8176 (main): Use memcpy to fill in the mmapped code, instead of poking
8177 bytes manually here.
8178 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8179 value.
8180 (read_debug_info): Save the function's range.
8181 (read_sp): New function.
8182 (unwind_frame): Use it. Also unwind RBP.
8183 (get_frame_id): Use read_sp.
8184 (gdb_init_reader): Use calloc instead of malloc.
8185 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8186 parameter. Use gdb_test_multiple.
8187
ced2dffb
PA
81882016-07-01 Pedro Alves <palves@redhat.com>
8189 Antoine Tremblay <antoine.tremblay@ericsson.com>
8190
8191 * gdb.threads/process-dies-while-detaching.c: New file.
8192 * gdb.threads/process-dies-while-detaching.exp: New file.
8193
63000888
PA
81942016-07-01 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.multi/watchpoint-multi-exit.c: New file.
8197 * gdb.multi/watchpoint-multi-exit.exp: New file.
8198
038d4868
PA
81992016-06-30 Pedro Alves <palves@redhat.com>
8200
8201 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8202 unset inferior_spawn_id.
8203
994e9c83
PA
82042016-06-30 Pedro Alves <palves@redhat.com>
8205
8206 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8207 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8208
e5653468
YQ
82092016-06-29 Yao Qi <yao.qi@linaro.org>
8210
8211 * gdb.base/return.c: Add copyright header.
8212
803b47e5
TT
82132016-06-29 Tom Tromey <tom@tromey.com>
8214
8215 PR python/20129:
8216 * gdb.python/py-framefilter.exp: Add tests for setting priority
8217 and disabling of non-existent frame filter.
8218
28244707
YQ
82192016-06-29 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8222 0x0f07ff.
8223
a31d2f06
YQ
82242016-06-28 Yao Qi <yao.qi@linaro.org>
8225
8226 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8227 triplets. Start gdb, execute catch syscall, and continue. Check
8228 gdb's output to determine catch syscall is supported.
8229
921d8f54
MG
82302016-06-27 Manish Goregaokar <manish@mozilla.com>
8231
25d49b86
PA
8232 * gdb.rust/simple.rs: Add test for returning unit in a function.
8233 * gdb.rust/simple.exp: Add expectation for functions returning
8234 unit.
921d8f54 8235
f4952523
PMR
82362016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8237
8238 * gdb.python/py-breakpoint-create-fail.c,
8239 gdb.python/py-breakpoint-create-fail.exp,
8240 gdb.python/py-breakpoint-create-fail.py: New testcase.
8241
fccb08f8
MG
82422016-06-25 Manish Goregaokar <manish@mozilla.com>
8243
8244 PR gdb/20239
8245 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8246 * gdb.rust/simple.exp: Add test expectations for new NonZero
8247 tests.
fccb08f8 8248
6b850546
DT
82492016-06-24 David Taylor <dtaylor@emc.com>
8250
8251 * gdb.base/offsets.exp: New file.
8252 * gdb.base/offsets.c: New file.
8253
17621150
TT
82542016-06-23 Tom Tromey <tom@tromey.com>
8255
8256 PR gdb/16483:
8257 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8258 before any filters are loaded.
8259
04d59df6
WT
82602016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8261
8262 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8263 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8264 structs.
8265 * gdb.fortran/derived-type-function.exp: New file.
8266 * gdb.fortran/derived-type-function.f90: New file.
8267
8268
ac69f786
PA
82692016-06-21 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/new-ui.exp: New file.
8272 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8273 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8274 (with_spawn_id): New procedure.
8275
49940788
PA
82762016-06-21 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.mi/mi-exec-run.exp: New file.
8279
ef274d26
PA
82802016-06-21 Pedro Alves <palves@redhat.com>
8281
8282 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8283 breakpoint command's output on the main UI.
8284 (test_break): New procedure, factored out from calls in the top
8285 level.
8286 (top level): Use foreach_with_prefix to test MI as main UI and as
8287 separate UI.
8288
468afe6c
PA
82892016-06-21 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8292 (test_awatch_creation_and_listing)
8293 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8294 Remove 'type' parameter.
8295 (test_watchpoint_all): New parameter mi_mode. Remove
8296 with_test_prefix.
8297 (top level): Use foreach_with_prefix, and add main/separate UI MI
8298 testing axis.
8299
51f77c37
PA
83002016-06-21 Pedro Alves <palves@redhat.com>
8301
8302 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8303 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8304 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8305 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8306 (gdb_main_spawn_id, mi_spawn_id): Declare and
8307 comment.
8308 (mi_create_inferior_pty): New procedure,
8309 factored out from default_mi_gdb_start.
8310 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8311 procedures.
8312 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8313 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8314 Use mi_create_inferior_pty.
8315 (mi_gdb_start): Use eval to pass down args list.
8316
8980e177
PA
83172016-06-21 Pedro Alves <palves@redhat.com>
8318
8319 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8320 * gdb.opt/inline-cmds.exp: Add MI tests.
8321
f38d3ad1
PA
83222016-06-21 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8325
45db7c09
PA
83262016-06-21 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8329 (top level): Use it instead of mi_execute_to.
8330
5a069ab3
PA
83312016-06-21 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8334 (cont_handler_str): New.
8335 (signal_stop_handler): Set stop_handler_str instead of printing to
8336 stdout.
8337 (continue_handler): Set cont_handler_str instead of printing to
8338 stdout.
8339 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8340 mi_send_resuming_command. Print stop_handler_str and
8341 cont_handler_str instead of expecting the python events print
8342 directly.
8343
2838cc1d
SD
83442016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8345
8346 * gdb.base/jit-reader.exp: New file.
8347 * gdb.base/jithost.c: New file.
8348 * gdb.base/jithost.h: New file.
8349 * gdb.base/jitreader.c : New file.
8350 * gdb.base/jit-protocol.h: New file.
8351
21a77091
YQ
83522016-06-17 Yao Qi <yao.qi@linaro.org>
8353
8354 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8355 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8356 and detach-on-fork. Adjust tests.
8357 (top level): Invoke break_cond_on_syscall with combinations of
8358 syscall, follow-fork-mode and detach-on-fork.
8359
f50bf8e5
YQ
83602016-06-17 Yao Qi <yao.qi@linaro.org>
8361
8362 * gdb.base/step-over-exit.c: New.
8363 * gdb.base/step-over-exit.exp: New.
8364
a28d8e50
YTL
83652016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8366
8367 * gdb.base/float.exp: Add target check for nds32*-*-*.
8368 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8369
cad8e26d
AB
83702016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8371
8372 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8373 for unsupported target features.
8374 * gdb.base/call-rt-st.exp: Likewise.
8375 * gdb.base/call-sc.exp: Likewise.
8376 * gdb.base/call-signal-resume.exp: Likewise.
8377 * gdb.base/call-strs.exp: Likewise.
8378 * gdb.base/callexit.exp: Likewise.
8379 * gdb.base/callfuncs.exp: Likewise.
8380 * gdb.base/nodebug.exp: Likewise.
8381 * gdb.base/printcmds.exp: Likewise.
8382 * gdb.base/ptype.exp: Likewise.
8383 * gdb.base/structs.exp: Likewise.
8384 * gdb.base/unwindonsignal.exp: Likewise.
8385 * gdb.cp/gdb2495.exp: Likewise.
8386 * gdb.cp/templates.exp: Likewise.
8387 * gdb.cp/virtfunc.exp: Likewise.
8388 * gdb.threads/hand-call-in-threads.exp: Likewise.
8389 * gdb.threads/interrupted-hand-call.exp: Likewise.
8390 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8391
347dc102
TT
83922016-06-10 Tom Tromey <tom@tromey.com>
8393
8394 PR rust/20110:
8395 * gdb.rust/expr.exp: Add test for integer constant larger than
8396 i32.
8397
5e13cf25
BH
83982016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8399
8400 * gdb.fortran/nested-funcs.exp: New.
8401 * gdb.fortran/nested-funcs.f90: New.
8402
bb556f1f
TK
84032016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8404
8405 * gdb.base/examine-backward.c: New file.
8406 * gdb.base/examine-backward.exp: New file.
8407
38b022b4
SM
84082016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8409
8410 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8411 matching.
8412
1b40ec05
TT
84132016-06-02 Tom Tromey <tom@tromey.com>
8414
8415 PR python/18984:
8416 * gdb.python/py-shared.exp: Add solib_name test.
8417
193bd378
SM
84182016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8419
8420 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8421
3326303b
MG
84222016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8423
8424 PR c++/19893
8425 * gdb.dwarf2/implref.exp: Rename to...
8426 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8427 * gdb.dwarf2/implref-array.c: New file.
8428 * gdb.dwarf2/implref-array.exp: Likewise.
8429 * gdb.dwarf2/implref-global.c: Likewise.
8430 * gdb.dwarf2/implref-global.exp: Likewise.
8431 * gdb.dwarf2/implref-struct.c: Likewise.
8432 * gdb.dwarf2/implref-struct.exp: Likewise.
8433
825c8ef2
AT
84342016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8435
8436 * gdb.trace/trace-condition.exp: Add 64bit tests.
8437
2320162a
AT
84382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8439
8440 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8441 bits types.
8442 (main): Adapt to 8 to 64 bits types.
8443 * gdb.trace/trace-condition.exp: Add new tests.
8444
a7818233
AT
84452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8446
8447 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8448
0d336466
AT
84492016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8450
8451 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8452 Move condition tests...
8453 * gdb.trace/trace-condition.exp: Here.
8454
7faeb45a
AT
84552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8456
8457 * gdb.trace/trace-condition.exp: Add counter-case tests.
8458
e385593e
JK
84592016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8460
8461 PR c++/15231
8462 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8463 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8464
744608cc
PA
84652016-05-27 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8468 New procedure.
8469 (top level): Call it, and bail out of DejaGnu is known to be bad.
8470
ac775bf4
AB
84712016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8472
8473 * gdb.base/whatis.c: Extend the test case.
8474 * gdb.base/whatis.exp: Add additional tests.
8475
2bbad2ea
BH
84762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8477
8478* gdb.fortran/type.f90: Add pointer variable.
8479* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8480
8b70175d
BH
84812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8482
8483 * gdb.fortran/vla-type.exp: Fix testcase name.
8484
86d8a848
BH
84852016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8486
8487 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8488
e188eb36
BH
84892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8490
8491 * gdb.fortran/type.f90: Add nested structures.
8492 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8493 * gdb.fortran/derived-type.exp: Adapt expected output.
8494 * gdb.fortran/vla-type.exp: Adapt expected output.
8495
9b2db1fd
BH
84962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8497
8498 * gdb.fortran/whatis_type.exp: Adapt expected output.
8499
72b17055
BH
85002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8501
8502 * gdb.fortran/print_type.exp: Fix expected output.
8503 * gdb.fortran/whatis_type.exp: Fix expected output.
8504
3cd81d8d
BH
85052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8506
8507 * gdb.fortran/whatis_type.exp: Use multi_line.
8508
ddae9462
TT
85092016-05-24 Tom Tromey <tom@tromey.com>
8510
8511 PR python/17386:
8512 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8513 use value as an index.
8514
1957f6b8
TT
85152016-05-23 Tom Tromey <tom@tromey.com>
8516
8517 PR python/17981:
8518 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8519 no-breakpoint case.
8520
026a9174
PA
85212016-05-24 Pedro Alves <palves@redhat.com>
8522
8523 PR gdb/19828
8524 * gdb.threads/clone-attach-detach.c: New file.
8525 * gdb.threads/clone-attach-detach.exp: New file.
8526
e70a7231
FR
85272016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8528
8529 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8530
0f6ed0e0
TT
85312016-05-23 Tom Tromey <tom@tromey.com>
8532
8533 PR python/19438, PR python/18393:
8534 * gdb.python/py-progspace.exp: Add "dir" test.
8535 * gdb.python/py-objfile.exp: Add "dir" test.
8536
ffd19d61
YQ
85372016-05-23 Yao Qi <yao.qi@linaro.org>
8538
8539 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8540 * gdb.arch/thumb2-it.exp: Likewise.
8541
9e8f9b05
SM
85422016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8543
8544 * gdb.mi/mi-threads-interrupt.c: New file.
8545 * gdb.mi/mi-threads-interrupt.exp: New file.
8546
61c6156d
SM
85472016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 PR gdb/18077
8550 * gdb.mi/mi-async-run.exp: New file.
8551 * gdb.mi/mi-async-run.c: New file.
8552
67218854
TT
85532016-05-17 Tom Tromey <tom@tromey.com>
8554 Manish Goregaokar <manishsmail@gmail.com>
8555
8556 * lib/rust-support.exp: New file.
8557 * lib/gdb.exp (skip_rust_tests): New proc.
8558 (build_executable_from_specs): Handle rust.
8559 * lib/future.exp (gdb_find_rustc): New proc.
8560 (gdb_default_target_compile): Handle rust.
8561 * gdb.rust/expr.exp: New file.
8562 * gdb.rust/generics.exp: New file.
8563 * gdb.rust/generics.rs: New file.
8564 * gdb.rust/methods.exp: New file.
8565 * gdb.rust/methods.rs: New file.
8566 * gdb.rust/modules.exp: New file.
8567 * gdb.rust/modules.rs: New file.
8568 * gdb.rust/simple.exp: New file.
8569 * gdb.rust/simple.rs: New file.
8570
c44af4eb
TT
85712016-05-17 Tom Tromey <tom@tromey.com>
8572
8573 * gdb.base/default.exp (set language): Add rust.
8574
dcd1f979
TT
85752016-05-17 Tom Tromey <tom@tromey.com>
8576
8577 * gdb.gdb/unittest.exp: New file.
8578
155b7f57
YQ
85792016-05-16 Yao Qi <yao.qi@linaro.org>
8580
8581 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8582 shell_prompt. Update shell_prompt_re.
8583
8ddd5a6c
DE
85842016-05-12 Doug Evans <dje@google.com>
8585
8586 PR symtab/19999
8587 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8588 $options when building executable.
8589 * gdb.dwarf2/fission-loclists-pie.S: New file.
8590 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8591
02e370d9
SM
85922016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8593
8594 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8595 of [is_remote target],
8596
8929ad8b
SM
85972016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8598
8599 * lib/gdb.exp (use_gdb_stub): New procedure.
8600
6c447423
DE
86012016-05-03 Yunlian Jiang <yunlian@google.com>
8602 Doug Evans <dje@google.com>
8603
8604 PR symtab/19914
8605 * gdb.dwarf2/dwp-sepdebug.c: New file.
8606 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8607
444e826c
SM
86082016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8609
8610 * gdb.base/detach.exp: Remove is_remote check.
8611
740feeaa
SM
86122016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8613
8614 * gdb.base/annota-input-while-running.exp: Don't check for
8615 [is_remote target]. Enable annotations after running to main.
8616 Remove unused "set test..." line.
8617
9080ac9d
SM
86182016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8619
8620 * gdb.trace/trace-enable-disable.exp: New file.
8621 * gdb.trace/trace-enable-disable.c: New file.
8622
952ebca5
SM
86232016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8626 use it in info sharedlibrary test.
8627 * gdb.trace/ftrace-lock.exp: Likewise.
8628 * gdb.trace/ftrace.exp: Likewise.
8629 * gdb.trace/range-stepping.exp: Likewise.
8630 * gdb.trace/trace-break.exp: Likewise.
8631 * gdb.trace/trace-condition.exp: Likewise.
8632 * gdb.trace/trace-mt.exp: Likewise.
8633
d9019901
SM
86342016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8635
8636 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8637 (gdb_load_shlib): ... this.
8638 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8639 gdb_load_shlib.
8640 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8641 * gdb.base/ctxobj.exp: Likewise.
8642 * gdb.base/dprintf-pending.exp: Likewise.
8643 * gdb.base/dso2dso.exp: Likewise.
8644 * gdb.base/fixsection.exp: Likewise.
8645 * gdb.base/gcore-relro.exp: Likewise.
8646 * gdb.base/gdb1555.exp: Likewise.
8647 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8648 * gdb.base/gnu-ifunc.exp: Likewise.
8649 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8650 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8651 * gdb.base/pending.exp: Likewise.
8652 * gdb.base/print-file-var.exp: Likewise.
8653 * gdb.base/print-symbol-loading.exp: Likewise.
8654 * gdb.base/shlib-call.exp: Likewise.
8655 * gdb.base/shreloc.exp: Likewise.
8656 * gdb.base/so-impl-ld.exp: Likewise.
8657 * gdb.base/solib-disc.exp: Likewise.
8658 * gdb.base/solib-nodir.exp: Likewise.
8659 * gdb.base/solib-overlap.exp: Likewise.
8660 * gdb.base/solib-symbol.exp: Likewise.
8661 * gdb.base/solib-weak.exp (do_test): Likewise.
8662 * gdb.base/sym-file.exp: Likewise.
8663 * gdb.base/symtab-search-order.exp: Likewise.
8664 * gdb.base/type-opaque.exp: Likewise.
8665 * gdb.base/unload.exp: Likewise.
8666 * gdb.base/watchpoint-solib.exp: Likewise.
8667 * gdb.compile/compile.exp: Likewise.
8668 * gdb.cp/gdb2384.exp: Likewise.
8669 * gdb.cp/infcall-dlopen.exp: Likewise.
8670 * gdb.cp/re-set-overloaded.exp: Likewise.
8671 * gdb.fortran/library-module.exp: Likewise.
8672 * gdb.opt/solib-intra-step.exp: Likewise.
8673 * gdb.python/py-finish-breakpoint.exp: Likewise.
8674 * gdb.python/py-shared.exp: Likewise.
8675 * gdb.reverse/solib-precsave.exp: Likewise.
8676 * gdb.reverse/solib-reverse.exp: Likewise.
8677 * gdb.server/solib-list.exp: Likewise.
8678 * gdb.threads/dlopen-libpthread.exp: Likewise.
8679 * gdb.threads/tls-shared.exp: Likewise.
8680 * gdb.threads/tls-so_extern.exp: Likewise.
8681 * gdb.trace/change-loc.exp: Likewise.
8682 * gdb.trace/ftrace-lock.exp: Likewise.
8683 * gdb.trace/ftrace.exp: Likewise.
8684 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8685 * gdb.trace/pending.exp: Likewise.
8686 * gdb.trace/range-stepping.exp: Likewise.
8687 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8688 (strace_info_marker): Likewise.
8689 (strace_probe_marker): Likewise.
8690 (strace_trace_on_same_addr): Likewise.
8691 (strace_trace_on_diff_addr): Likewise.
8692 * gdb.trace/trace-break.exp: Likewise.
8693 * gdb.trace/trace-condition.exp: Likewise.
8694 * gdb.trace/trace-mt.exp: Likewise.
8695
fca4cfd9
SM
86962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8697
8698 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8699 result of gdb_remote_download.
8700 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8701 * gdb.base/dso2dso.exp: Likewise.
8702 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8703 * gdb.base/print-file-var.exp: Likewise.
8704 * gdb.base/shlib-call.exp: Likewise.
8705 * gdb.base/shreloc.exp: Likewise.
8706 * gdb.base/solib-overlap.exp: Likewise.
8707 * gdb.base/solib-weak.exp (do_test): Likewise.
8708 * gdb.base/unload.exp: Likewise.
8709
11cf4ffb
YQ
87102016-04-27 Yao Qi <yao.qi@linaro.org>
8711
8712 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8713 exists.
8714
3e2e34f8
KB
87152016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8716
8717 * vla-type.exp: Print structure from toplevel.
8718
8f07e298
BH
87192016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8720
8721 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8722 of dynamic types.
8723 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8724 of dynamic types.
8725
9920b434
BH
87262016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8727
8728 * gdb.fortran/vla-type.f90: New file.
8729 * gdb.fortran/vla-type.exp: New file.
8730
f3abeff5
YQ
87312016-04-25 Yao Qi <yao.qi@linaro.org>
8732
8733 * gdb.base/branch-to-self.c: New file.
8734 * gdb.base/branch-to-self.exp: New file.
8735
0a5d52f0
YQ
87362016-04-22 Yao Qi <yao.qi@linaro.org>
8737
8738 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8739 more after $hex.
8740
495346f6
YQ
87412016-04-22 Yao Qi <yao.qi@linaro.org>
8742
8743 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8744 * gdb.base/annota3.exp: Likewise.
8745
4a7e075c
YQ
87462016-04-22 Yao Qi <yao.qi@linaro.org>
8747
8748 * gdb.reverse/step-precsave.exp: Do one step and test program
8749 stops in "callee" and do multiple steps until program goes out
8750 of "callee".
8751 * gdb.reverse/step-reverse.exp: Likewise.
8752
5b061e98
YQ
87532016-04-22 Yao Qi <yao.qi@linaro.org>
8754
8755 * gdb.trace/signal.exp: Also pass if
8756 $tracepoint_hits($i) > $iterations.
8757
5c5dc57f
YQ
87582016-04-22 Yao Qi <yao.qi@linaro.org>
8759
8760 * gdb.trace/signal.c: New file.
8761 * gdb.trace/signal.exp: New file.
8762
a55411b9
DE
87632016-04-19 Doug Evans <xdje42@gmail.com>
8764
8765 * gdb.base/bad-file.exp: New file.
8766
a22df60a
MG
87672016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8768
8769 * gdb.dwarf2/implref.exp: New file.
8770
0c13f7e5
BH
87712016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8772
8773 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8774 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8775 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8776 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8777 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8778 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8779 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8780 * lib/fortran.exp (fortran_int4): New procedure.
8781 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8782 (fortran_logical4): Likewise.
8783
9b9b09e9
BH
87842016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8785
8786 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8787
a14d1f4d
BH
87882016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8789
8790 * lib/compiler.c: Add Intel specific preprocessor macros.
8791 * lib/compiler.cc: Likewise.
25d49b86 8792
7d49b1d0
LM
87932016-04-13 Luis Machado <lgustavo@codesourcery.com>
8794
8795 * gdb.server/connect-with-no-symbol-file.c: New file.
8796 * gdb.server/connect-with-no-symbol-file.exp: New file.
8797
8392fa22
SM
87982016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8799
8800 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8801
8c4c4aeb
SM
88022016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8803
8804 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8805 standard output directory.
8806
45e3745e
AT
88072016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8808
8809 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8810
e26b7e41
MM
88112016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8812
8813 * gdb.btrace/instruction_history.c (loop): Add declaration.
8814
8ce09462
AT
88152016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8816
8817 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8818
2e88a1ea
SM
88192016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8820
8821 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8822 parentheses to print.
8823 (continue_handler): Likewise.
8824
f48e22e3
SM
88252016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8826
8827 * gdb.server/solib-list.exp: Remove is_remote check.
8828 Pass shlib= to gdb_compile. Don't link shared library with
8829 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8830 Run binary filename through "readlink -f" on the target.
8831
096be756
PA
88322016-04-08 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8835 interpreter filename as argument to gdbserver_spawn.
8836 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8837 Return empty if $last_loaded_file does not exist.
8838
06500533
JK
88392016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8840
8841 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8842 * gdb.base/jit-main.c: Use exit after usage.
8843
2d35e871
JK
88442016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8845
8846 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8847 GDBHISTSIZE prior to the tests.
8848 * gdb.base/gdbinit-history.exp: Likewise.
8849
88502016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8851
8852 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8853 instead of build_executable. Use gdb_load_shlibs.
8854
c8064e7e
YQ
88552016-04-07 Yao Qi <yao.qi@linaro.org>
8856
8857 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8858 Execute "si" command.
8859
bde47561
YQ
88602016-04-07 Yao Qi <yao.qi@linaro.org>
8861
8862 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8863 number instead of the comments on some line.
8864
b16f8a3b
DB
88652016-04-06 Don Breazeal <donb@codesourcery.com>
8866
8867 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8868 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8869
c2f901df
SM
88702016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8871
8872 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8873 standard_output_file. Remove unused binfile variable.
8874
ac17fda0
CU
88752016-04-05 Catalin Udma <catalin.udma@freescale.com>
8876
8877 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8878 * gdb.python/py-mi-objfile.exp: Match "list main" output
8879 in console format.
8880
03a8c4df
SM
88812016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8882
8883 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8884 absolute.
8885
6e774b13
SM
88862016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8887
8888 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8889 absolute.
8890 * gdb.trace/ftrace.exp: Likewise.
8891 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8892 targets as well.
8893 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8894 (gdb_load_shlibs): Copy libraries to test directory when testing
8895 natively. Only set solib-search-path if testing remotely.
8896 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8897
7817ea46
SM
88982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8899
8900 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8901 gdb_download. Use it even if the target is not remote.
8902 * gdb.base/jit.exp (compile_jit_test): Likewise.
8903 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8904 output directory if the destination board is local, otherwise use
8905 the standard remote_download from DejaGnu.
8906 (gdb_download): Remove.
8907 (gdb_load_shlibs): Use gdb_remote_download instead of
8908 gdb_download.
8909 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8910 Use gdb_remote_download instead of gdb_download. Use it even if
8911 the target is not remote.
8912 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8913 instead of gdb_download.
8914
7beb7f68
SM
89152016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8916
8917 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8918 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8919 run.
8920
cc63428a
AV
89212016-04-01 Artemiy Volkov <artemiyv@acm.org>
8922
8923 PR gdb/19820
8924 * gdb.base/printcmds.exp: Add artificial arrays tests.
8925
64cdf930
PA
89262016-03-31 Pedro Alves <palves@redhat.com>
8927
8928 PR gdb/19858
8929 * gdb.base/jit-main.c: Include unistd.h.
8930 (ATTACH): Define to 0 if not already defined.
8931 (wait_for_gdb, mypid): New globals.
8932 (WAIT_FOR_GDB): New macro.
8933 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8934 some breakpoint locations.
8935 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8936 New procedures.
8937 (one_jit_test): Add REATTACH parameter, and handle it. Use
8938 continue_to_test_location.
8939 (top level): Test attach, and adjusts calls to one_jit_test.
8940
40dea8cb
PA
89412016-03-31 Pedro Alves <palves@redhat.com>
8942
8943 PR gdb/19858
8944 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8945 BINSUFFIX parameter, and handle it.
8946 (top level): Adjust calls compile_jit_test.
8947
e7ea3ec7
CU
89482016-03-31 Catalin Udma <catalin.udma@freescale.com>
8949
8950 PR python/19743
8951 * gdb.python/py-mi-events-gdb.py: New file.
8952 * gdb.python/py-mi-events.c: New file.
8953 * gdb.python/py-mi-events.exp: New file.
8954
e6359af3
YQ
89552016-03-30 Yao Qi <yao.qi@linaro.org>
8956
8957 * gdb.reverse/until-precsave.exp: Match function name only.
8958 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8959 Move malloc to a condition block.
8960 * gdb.reverse/until-reverse.exp: Match function name only.
8961
a4105d04
MK
89622016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8963
8964 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8965 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8966 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8967 variable for GPR 0 instead of assuming it is register 0.
8968 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8969 * lib/trace-support.exp: Add s390 registers.
8970
bfa6adb9
YQ
89712016-03-29 Yao Qi <yao.qi@linaro.org>
8972
8973 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8974
1e6697ea
YQ
89752016-03-24 Yao Qi <yao.qi@linaro.org>
8976
8977 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8978 test message.
8979
64bcd522
AA
89802016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8981
8982 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8983 maintaining separate logic for constructing the output path.
8984
7868401b
DB
89852016-03-16 Don Breazeal <donb@codesourcery.com>
8986
8987 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8988 Retry fork and waitpid on interrupted system call errors.
8989 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8990 Use with_timeout_factor to increase timeout by factor of 10.
8991
1cafadb4
DB
89922016-03-15 Don Breazeal <donb@codesourcery.com>
8993
8994 * gdb.cp/scope-err.cc: New test program.
8995 * gdb.cp/scope-err.exp: New test script.
8996 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8997 lines and "set breakpoint here" comment.
8998 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8999 Fixed some whitespace and format issues.
9000 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9001 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9002
81516450
DE
90032016-03-15 Doug Evans <dje@google.com>
9004
9005 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9006 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9007 All callers updated. Add tests for enums, mixed flags register.
9008
aa52b601
DE
90092016-03-15 Doug Evans <dje@google.com>
9010
9011 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9012 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9013
fa4ff313
SM
90142016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9015
9016 * gdb.base/default.exp: Add $_as_string to the list of expected
9017 convenience functions.
9018
f2403c39
AB
90192016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9020
9021 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9022
f2f3ccb9
SM
90232016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9024
9025 * gdb.python/py-as-string.exp: New file.
9026 * gdb.python/py-as-string.c: New file.
9027
00dbd492
PA
90282016-03-09 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9031 signal" -> "Thread NN received signal" output change.
9032 * gdb.threads/ia64-sigill.exp: Likewise.
9033 * gdb.threads/linux-dp.exp: Likewise.
9034 * gdb.threads/manythreads.exp: Likewise.
9035 * gdb.threads/pending-step.exp: Likewise.
9036 * gdb.threads/print-threads.exp: Likewise.
9037 * gdb.threads/sigstep-threads.exp: Likewise.
9038 * gdb.threads/staticthreads.exp: Likewise.
9039 * gdb.threads/tls.exp: Likewise.
9040
1e6697ea
YQ
90412016-03-09 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.base/command-line-input.exp: New file.
9044
b04fd3be
MK
90452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9046
9047 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9048 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9049 * gdb.trace/pending.exp: Accept leading dot before function name.
9050 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9051 * lib/trace-support.exp: Set registers for ppc.
9052
98fa59e9
MK
90532016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9054
9055 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9056 use it for disassembly; accept .main in addition to main in backtrace.
9057
f77198c8
MK
90582016-03-09 Wei-cheng Wang <cole945@gmail.com>
9059 Marcin Kościelnicki <koriakin@0x04.net>
9060
9061 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9062 (gdb_recursion_test_ptr): New global variable.
9063 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9064 gdb_recursion_test.
9065 (gdb_c_test): Ditto.
9066
ba84e0da
MK
90672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9068
9069 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9070 ordering.
9071
4366d36e
MK
90722016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9073
9074 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9075 (bar): Add bar_start_lbl label.
9076 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9077 of foo/bar for emitting DWARF and tracing.
9078
5eb264df
SDJ
90792016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9080
9081 * analyze-racy-logs.py: Set executable bit.
9082
fb6a751f
SDJ
90832016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9084
9085 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9086 (CHECK_TARGET_TMP): Likewise.
9087 (check-single-racy): New rule.
9088 (check-parallel-racy): Likewise.
9089 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9090 (do-check-parallel-racy): New rule.
9091 (check-racy/%.exp): Likewise.
9092 * README (Racy testcases): New section.
9093 * analyze-racy-logs.py: New file.
9094
bdf7e230
DE
90952016-03-03 Doug Evans <dje@google.com>
9096
9097 * gdb.base/skip.exp: Use with_test_prefix.
9098
4719d415
YQ
90992016-03-03 Yao Qi <yao.qi@linaro.org>
9100
9101 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9102 Invoke step_over_syscall "clone" and break_cond_on_syscall
9103 "clone".
9104 * gdb.base/step-over-clone.c: New file.
9105
ea507862
YQ
91062016-03-03 Yao Qi <yao.qi@linaro.org>
9107
9108 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9109 code format.
9110
8fc8cbda
YQ
91112016-03-03 Yao Qi <yao.qi@linaro.org>
9112
9113 * gdb.base/disp-step-fork.c: Rename to ...
9114 * gdb.base/step-over-fork.c: ... it. New file.
9115 * gdb.base/disp-step-vfork.c: Rename to ...
9116 * gdb.base/step-over-vfork.c: ... it. New file.
9117 * gdb.base/disp-step-syscall.exp: Rename to ...
9118 * gdb.base/step-over-syscall.exp: ... it. New file.
9119 (disp_step_cross_syscall): Rename to ...
9120 (step_over_syscall): ... it.
9121
92fa70b0
YQ
91222016-03-03 Yao Qi <yao.qi@linaro.org>
9123
9124 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9125 If target supports condition evaluation on target, invoke
9126 break_cond_on_syscall for fork and vfork.
9127
e197ad3c
YQ
91282016-03-03 Yao Qi <yao.qi@linaro.org>
9129
9130 * gdb.base/disp-step-syscall.exp: Don't invoke
9131 support_displaced_stepping.
9132 (disp_step_cross_syscall): Test with displaced stepping off and
9133 on if supported.
9134
0b47da9f
YQ
91352016-03-03 Yao Qi <yao.qi@linaro.org>
9136
9137 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9138 proc.
9139 (setup): New proc.
9140 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9141 and setup.
9142
065ab6dc
BH
91432016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9144
9145 * gdb.fortran/vla-history.exp: Remove breakpoint.
9146
07e448ad 91472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9148
25d49b86
PA
9149 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9150 exceeds timeout.
07e448ad 9151
9ac2d526 91522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9153
25d49b86
PA
9154 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9155 breakpoint.
9ac2d526 9156
17807369
BH
91572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9158
9159 * gdb.mi/vla.f90: Nullify pointer after declaration.
9160
86e501af
PA
91612016-03-01 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9164
1e903e32
PA
91652016-03-01 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9168 before anything else.
9169 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9170 _GNU_SOURCE here.
9171 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9172 before anything else.
9173 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9174
6ccb54e2
PA
91752016-03-01 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9178
30ca9da1
YQ
91792016-03-01 Yao Qi <yao.qi@linaro.org>
9180
9181 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9182 prepare_for_testing.
9183
dc856b38
YQ
91842016-03-01 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9187
4a932159
AA
91882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9189
9190 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9191 manually constructing the output path.
9192
f2489477
AA
91932016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9194
9195 * gdb.arch/s390-stackless.S: New.
9196 * gdb.arch/s390-stackless.exp: New.
9197
38899f16
IB
91982016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9199
9200 * gdb.dlang/circular.c: New file.
9201 * gdb.dlang/circular.exp: New file.
9202
9fde51ed
YQ
92032016-02-26 Yao Qi <yao.qi@linaro.org>
9204
9205 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9206 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9207 (testcases): Update.
9208
ce90fefe
YQ
92092016-02-26 Yao Qi <yao.qi@linaro.org>
9210
9211 * gdb.reverse/aarch64.c: Rename to ...
9212 * gdb.reverse/insn-reverse.c: ... it.
9213 * gdb.reverse/aarch64.exp: Rename to ...
9214 * gdb.reverse/insn-reverse.exp: ... it.
9215
3263bceb
YQ
92162016-02-26 Yao Qi <yao.qi@linaro.org>
9217
9218 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9219 (testcase_ftype): New.
9220 (testcases): New array.
9221 (n_testcases): New.
9222 (main): Call each element in testcases.
9223 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9224 (read_testcase): New.
9225 Do the tests in a loop.
9226
6cb59ff1
YQ
92272016-02-25 Yao Qi <yao.qi@linaro.org>
9228
9229 * gdb.base/branches.c: Remove.
9230
ae91f625
MK
92312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9232
9233 PR gdb/13808
9234 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9235
678b48b7
MK
92362016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9237
9238 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9239
7337a6f2
MK
92402016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9241
9242 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9243 change x86_64 call_insn to 'callq'.
9244
861ca91f
AT
92452016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9246
9247 * gdb.trace/tfile-avx.c: Move to...
9248 * gdb.trace/tracefile-pseudo-reg.c: Here.
9249 * gdb.trace/tfile-avx.exp: Move to...
9250 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9251
bf74e428
GB
92522016-02-24 Gary Benson <gbenson@redhat.com>
9253
9254 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9255 message on attach.
9256
cce0e923
DE
92572016-02-23 Doug Evans <dje@google.com>
9258
9259 * gdb.base/skip.c (test_skip): New function.
9260 (end_test_skip_file_and_function): New function.
9261 (test_skip_file_and_function): New function.
9262 * gdb.base/skip1.c (test_skip): New function.
9263 (skip1_test_skip_file_and_function): New function.
9264 * gdb.base/skip.exp: Add tests for new skip options.
9265 * gdb.base/skip-solib.exp: Update expected output.
9266 * gdb.perf/skip-command.cc: New file.
9267 * gdb.perf/skip-command.exp: New file.
9268 * gdb.perf/skip-command.py: New file.
9269
4000e47e
MK
92702016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9271
9272 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9273 info registers pattern.
9274
24f75ead
IB
92752016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9276
9277 * lib/future.exp: Add D support.
9278 (gdb_find_gdc): New proc.
9279 (gdb_default_target_compile): Add D support.
9280
fbb7bcbe
WW
92812016-02-18 Wei-cheng Wang <cole945@gmail.com>
9282
9283 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9284 user+system time.
9285 (trace_speed_test): Determine the iteration count for a time
9286 between 15..30 seconds.
9287
012b3a21
WT
92882016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9289
9290 * gdb.arch/i386-mpx-sigsegv.c: New file.
9291 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9292 * gdb.arch/i386-mpx-simple_segv.c: New file.
9293 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9294
2d5189bd
YQ
92952016-02-18 Yao Qi <yao.qi@linaro.org>
9296
9297 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9298 Don't call setup_kfail.
9299
40fb20d0
YQ
93002016-02-18 Yao Qi <yao.qi@linaro.org>
9301
9302 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9303 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9304
21b1f8d2
DE
93052016-02-16 Doug Evans <dje@google.com>
9306
9307 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9308 * gdb.base/skip1.c: Ditto.
9309 * gdb.base/skip.exp: Whitespace cleanup.
9310
4041ed77
DB
93112016-02-16 Don Breazeal <donb@codesourcery.com>
9312
9313 PR remote/19496
9314 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9315 Remove kfail for PR remote/19496.
9316
c4ef31bf
SM
93172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9318
9319 * lib/gdb.exp (standard_temp_file): Return a path specific to
9320 the runtest invocation.
9321
266b65b3
SM
93222016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9323
9324 * gdb.trace/save-trace.exp: Change relative path to be in the
9325 standard output directory.
9326
a7a0a6a9
JK
93272016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * gdb.arch/i386-prologue.c: Add missing prototypes.
9330
c99dbb42
JK
93312016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9334 * gdb.arch/i386-prologue.exp: Likewise.
9335 * gdb.arch/i386-size.exp: Likewise.
9336
aa480355
SM
93372016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9338
9339 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9340 define object file path.
9341 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9342 file path.
9343 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9344 standard_output_file to define binfile.
9345
ba881f50
JK
93462016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 Fix compatibility with recent gfortran-5.3.1.
9349 * gdb.fortran/vla-history.exp (print vla1 allocated)
9350 (print vla2 allocated, print $2, print $3): Remove
9351 (print $4): Rename to ...
9352 (print $2): ... here.
9353 (print $9): Rename to ...
9354 (print $5): ... here.
9355 (print $10): Rename to ...
9356 (print $6): ... here.
9357 * gdb.fortran/vla.f90: Add pvla initialization.
9358
e9fb005c
JK
93592016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9362 New test.
9363 * gdb.fortran/vla-value-sub.exp: Likewise.
9364
e44e00ff
MK
93652016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9366
9367 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9368
97e94151
SM
93692016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9370
9371 * i386-biarch-core.exp: Define corefile using
9372 standard_output_file.
9373
01113bc1
YQ
93742016-02-12 Yao Qi <yao.qi@linaro.org>
9375
9376 * gdb.arch/arm-single-step-kernel-helper.c: New.
9377 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9378
33b4777c
MM
93792016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9380
9381 * gdb.btrace/tailcall-only.exp: New.
9382 * gdb.btrace/tailcall-only.c: New.
9383 * gdb.btrace/x86_64-tailcall-only.S: New.
9384 * gdb.btrace/i686-tailcall-only.S: New.
9385
acc23c11
PA
93862016-02-11 Pedro Alves <palves@redhat.com>
9387
9388 * README (Parallel testing): Add missing double quotes.
9389
e352bf0a
PA
93902016-02-11 Pedro Alves <palves@redhat.com>
9391
9392 * README (Parallel testing): New section.
9393 (GDB_PARALLEL): Rewrite.
9394 (FORCE_PARALLEL): Document.
9395
9f5fed78
MK
93962016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9397
9398 * gdb.trace/tfile-avx.c: New test.
9399 * gdb.trace/tfile-avx.exp: New test.
9400
9ef9e6a6
KS
94012016-02-09 Keith Seitz <keiths@redhat.com>
9402
9403 PR breakpoints/19546
9404 * gdb.base/infcall-exec.c: New file.
9405 * gdb.base/infcall-exec2.c: New file.
9406 * gdb.base/infcall-exec.exp: New file.
9407
a96e36da
KS
94082016-02-09 Keith Seitz <keiths@redhat.com>
9409
9410 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9411 (toplevel): Call test_bkpt_address.
9412
9f61929f
KS
94132016-02-09 Keith Seitz <keiths@redhat.com>
9414
9415 PR python/19506
9416 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9417 (toplevel): Call test_bkpt_address.
9418
1e94266c
SM
94192016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9420
9421 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9422 to AC_OUTPUT.
9423 * configure: Regenerate.
9424
2a7f3dff
PA
94252016-02-09 Pedro Alves <palves@redhat.com>
9426
9427 PR breakpoints/19548
9428 * gdb.base/execl-update-breakpoints.c (some_function): New
9429 function.
9430 (main): Call it.
9431 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9432 Tighten expected GDB output.
9433
2151ccc5
SM
94342016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9435
9436 * Makefile.in (ALL_SUBDIRS): Remove.
9437 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9438 (distclean maintainer-clean realclean): Likewise.
9439 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9440 * configure: Regenerate.
9441 * gdb.ada/Makefile.in: Delete.
9442 * gdb.arch/Makefile.in: Likewise.
9443 * gdb.asm/Makefile.in: Likewise.
9444 * gdb.base/Makefile.in: Likewise.
9445 * gdb.btrace/Makefile.in: Likewise.
9446 * gdb.cell/Makefile.in: Likewise.
9447 * gdb.compile/Makefile.in: Likewise.
9448 * gdb.cp/Makefile.in: Likewise.
9449 * gdb.disasm/Makefile.in: Likewise.
9450 * gdb.dlang/Makefile.in: Likewise.
9451 * gdb.dwarf2/Makefile.in: Likewise.
9452 * gdb.fortran/Makefile.in: Likewise.
9453 * gdb.gdb/Makefile.in: Likewise.
9454 * gdb.go/Makefile.in: Likewise.
9455 * gdb.guile/Makefile.in: Likewise.
9456 * gdb.java/Makefile.in: Likewise.
9457 * gdb.linespec/Makefile.in: Likewise.
9458 * gdb.mi/Makefile.in: Likewise.
9459 * gdb.modula2/Makefile.in: Likewise.
9460 * gdb.multi/Makefile.in: Likewise.
9461 * gdb.objc/Makefile.in: Likewise.
9462 * gdb.opencl/Makefile.in: Likewise.
9463 * gdb.opt/Makefile.in: Likewise.
9464 * gdb.pascal/Makefile.in: Likewise.
9465 * gdb.perf/Makefile.in: Likewise.
9466 * gdb.python/Makefile.in: Likewise.
9467 * gdb.reverse/Makefile.in: Likewise.
9468 * gdb.server/Makefile.in: Likewise.
9469 * gdb.stabs/Makefile.in: Likewise.
9470 * gdb.threads/Makefile.in: Likewise.
9471 * gdb.trace/Makefile.in: Likewise.
9472 * gdb.xml/Makefile.in: Likewise.
9473 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9474 GDB_PARALLEL.
9475 (standard_output_file): Remove check for GDB_PARALLEL, always
9476 return path in outputs/$subdir/$testname.
9477
437277d4
SM
94782016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9479
9480 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9481 (site.exp): Assign abs_srcdir to tcl's srcdir.
9482
31d913c7
YQ
94832016-02-04 Yao Qi <yao.qi@linaro.org>
9484
9485 * gdb.base/foll-exec-mode.c: Include limits.h.
9486 (main): Add parameters argc and argv. Get directory from
9487 argv[0].
9488 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9489 compilation.
9490 * gdb.base/foll-exec.c: Include limits.h.
9491 (main): Add parameters argc and argv.
9492 Get directory from argv[0].
9493 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9494 Adjust tests on the number of lines as source code changed.
9495 * gdb.base/foll-vfork-exit.c: Include limits.h.
9496 (main): Add one line of statement before vfork.
9497 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9498 (main): Add parameters argc and argv. Get directory from
9499 argv[0].
9500 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9501 (setup_gdb): Set tbreak to skip some source lines.
9502 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9503 (main): Add parameters argc and argv. Get directory from
9504 argv[0].
9505 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9506 compilation.
9507 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9508 (main): Add parameters argc and argv. Get directory from
9509 argv[0].
9510 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9511 compilation.
9512
9482b9fb
DE
95132016-02-01 Doug Evans <dje@google.com>
9514
9515 * gdb.base/skip.exp: Clean up multiple references to same test name.
9516
6b2e4f10
PA
95172016-02-01 Pedro Alves <palves@redhat.com>
9518
ccb6afd6 9519 PR remote/19496
6b2e4f10
PA
9520 * gdb.threads/forking-threads-plus-breakpoint.exp
9521 (displaced_stepping_supported): New global.
9522 (probe_displaced_stepping_support): New procedure.
9523 (do_test): Add 'displaced' parameter, and use it.
9524 (top level): Check for displaced stepping support. Add displaced
9525 stepping on/off testing axis.
9526
37a8db1a
AB
95272016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9528
9529 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9530 pointer. Don't perform further tests on the unassociated pointer
9531 if the first test fails.
9532
5fdf6324
AB
95332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9534
9535 * gdb.base/max-value-size.c: New file.
9536 * gdb.base/max-value-size.exp: New file.
9537 * gdb.base/huge.exp: Disable max-value-size for this test.
9538
935c6144
IB
95392016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9540
9541 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9542
7fe8399d
YQ
95432016-01-28 Yao Qi <yao.qi@linaro.org>
9544
9545 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9546
a2077e25
PA
95472016-01-25 Pedro Alves <palves@redhat.com>
9548
9549 PR threads/19461
9550 * gdb.base/fork-running-state.c: New file.
9551 * gdb.base/fork-running-state.exp: New file.
9552
1d2736d4
PA
95532016-01-25 Pedro Alves <palves@redhat.com>
9554
9555 PR gdb/19494
9556 * gdb.base/catch-fork-kill.c: New file.
9557 * gdb.base/catch-fork-kill.exp: New file.
9558
f1da4b11
PA
95592016-01-25 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9562 Delete, moved to lib/gdb.exp.
9563 * gdb.threads/forking-threads-plus-breakpoint.exp
9564 (foreach_with_prefix): Likewise.
9565 * gdb.threads/process-dies-while-handling-bp.exp
9566 (foreach_with_prefix): Likewise.
9567 * lib/gdb.exp (foreach_with_prefix): New procedure.
9568
45f38546
MK
95692016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9570
9571 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9572 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9573
dc29a1ce
MK
95742016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9575
9576 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9577 endian targets.
9578
092127d7
JK
95792016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9580 Pedro Alves <palves@redhat.com>
9581
9582 Fix testsuite compatibility with Guile.
9583 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9584 number.
9585
31d765d3
JK
95862016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9587
9588 Fix testsuite compatibility with Guile.
9589 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9590 (thread 1): New test for backtrace through signal handler.
9591
1ac78c04
YQ
95922016-01-22 Yao Qi <yao.qi@linaro.org>
9593
9594 PR testsuite/19491
9595 * gdb.base/multi-forks.c: Include
9596 ../lib/unbuffer_output.c
9597 (main): Call gdb_unbuffer_output.
9598
4f5946a8
DE
95992016-01-21 Doug Evans <dje@google.com>
9600
9601 * lib/ada.exp (gdb_compile_ada): Fix typo.
9602
305e13e6
JB
96032016-01-21 Joel Brobecker <brobecker@adacore.com>
9604
9605 * gdb.base/break-fun-addr.exp: New file.
9606 * gdb.base/break-fun-addr1.c: New file.
9607 * gdb.base/break-fun-addr2.c: New file.
9608
5f5dfff6
SM
96092016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9610
9611 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9612 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9613 enum flag values.
9614
fd356fa2
AA
96152016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9616
9617 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9618 when GDB can not set the vector return value. Add more comments
9619 for clarification.
9620
9df22175
AT
96212016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9622
9623 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9624 command.
9625
41d1845e
SM
96262016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9627
9628 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9629
01ac6840
SM
96302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9631
9632 * Makefile.in (check-single): Pass --status to runtest.
9633 (check/%.exp): Likewise.
9634
96352016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9636
9637 * Makefile.in (check-parallel): Propagate return code from make
9638 do-check-parallel.
9639
bd0a71fa
MK
96402016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9641
9642 * gdb.trace/ftrace.exp: Fix expected message on continue.
9643 * gdb.trace/pending.exp: Fix expected message on continue.
9644 * gdb.trace/trace-break.exp: Fix expected message on continue.
9645
8bcbad33
SM
96462016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9647
9648 * lib/gdb.exp (gdb_test): Remove unused global references.
9649
f303dbd6
PA
96502016-01-18 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.base/async-shell.exp: Adjust expected output.
9653 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9654 * gdb.base/siginfo-thread.exp: Adjust expected output.
9655 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9656 * gdb.java/jnpe.exp: Adjust expected output.
9657 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9658 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9659 * gdb.threads/leader-exit.exp: Adjust expected output.
9660 * gdb.threads/manythreads.exp: Adjust expected output.
9661 * gdb.threads/pthreads.exp: Adjust expected output.
9662 * gdb.threads/schedlock.exp: Adjust expected output.
9663 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9664 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9665 expected output.
9666 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9667 output.
9668 * gdb.threads/sigthread.exp: Adjust expected output.
9669 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9670
b2789696
YQ
96712016-01-18 Yao Qi <yao.qi@linaro.org>
9672
9673 * gdb.guile/scm-section-script.c: Replace @progbits with
9674 %progbits.
9675 * gdb.python/py-section-script.c: Likewise.
9676
71ef29a8
PA
96772016-01-15 Pedro Alves <palves@redhat.com>
9678
9679 * gdb.multi/tids.exp: Test star wildcard ranges.
9680
3f5b7598
PA
96812016-01-15 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9684 command from "thread apply" invocation.
9685 (thr_apply_info_thr_invalid): Default the expected output to the
9686 input tid list.
9687 (top level): Add tests that use convenience variables. Add tests
9688 for "thread apply" with a valid TID list, but missing the command.
9689
663f6d42
PA
96902016-01-13 Pedro Alves <palves@redhat.com>
9691
9692 * gdb.base/default.exp: Expect $_gthread as well.
9693 * gdb.multi/tids.exp: Test $_gthread.
9694 * gdb.threads/thread-specific.exp: Test $_gthread.
9695
c84f6bbf
PA
96962016-01-13 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.multi/tids.exp: Test "info threads -gid".
9699
22a02324
PA
97002016-01-13 Pedro Alves <palves@redhat.com>
9701
9702 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9703 Breakpoint.thread.
9704 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9705
5d5658a1
PA
97062016-01-07 Pedro Alves <palves@redhat.com>
9707
9708 * gdb.base/break.exp: Adjust to output changes.
9709 * gdb.base/hbreak2.exp: Likewise.
9710 * gdb.base/sepdebug.exp: Likewise.
9711 * gdb.base/watch_thread_num.exp: Likewise.
9712 * gdb.linespec/keywords.exp: Likewise.
9713 * gdb.multi/info-threads.exp: Likewise.
9714 * gdb.threads/thread-find.exp: Likewise.
9715 * gdb.multi/tids.c: New file.
9716 * gdb.multi/tids.exp: New file.
9717
84654457
PA
97182016-01-13 Pedro Alves <palves@redhat.com>
9719
9720 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9721
e3940304
PA
97222016-01-13 Pedro Alves <palves@redhat.com>
9723
9724 * gdb.base/default.exp: Expect $_inferior as well.
9725 * gdb.multi/base.exp: Test $_inferior.
9726
a911d87a
PA
97272016-01-13 Pedro Alves <palves@redhat.com>
9728
9729 PR breakpoints/19388
9730 * gdb.base/catch-signal-siginfo-cond.c: New file.
9731 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9732
82075af2
JS
97332016-01-12 Josh Stone <jistone@redhat.com>
9734 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9735
9736 * gdb.base/catch-syscall.c (do_execve): New variable.
9737 (main): Conditionally trigger an execve.
9738 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9739 (test_catch_syscall_execve): New, check entry/return across execve.
9740 (do_syscall_tests): Call test_catch_syscall_execve.
9741
e46eeedd
PA
97422016-01-12 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.base/random-signal.exp (do_test): New procedure, with body
9745 of testcase moved in.
9746
01d8c27e
JK
97472016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9748 Pedro Alves <palves@redhat.com>
9749
9750 * gdb.base/funcargs.exp (finish from indirectly called function):
9751 Reintroduce the case for 'First'.
9752
9a706302
JK
97532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9754 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9757 (tcatch_vfork_then_child_follow_exec)
9758 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9759 identification.
9760
c0ecb95f
JK
97612016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9762
9763 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9764 and repeats to unlimited.
9765 * gdb.python/py-value.exp: Likewise.
9766 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9767 and repeats to unlimited.
9768
6cfc1fcb
JK
97692016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9770
9771 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9772 and reordering the functions.
9773 * gdb.multi/hangout.c: Likewise.
9774 * gdb.multi/hello.c: Likewise.
9775
582a1b00
SM
97762016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9777
9778 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9779 absolute.
9780 (SingleStatisticTestResult.report): Use dict.keys instead of
9781 dict.iterkeys.
9782
79bc59cb
PA
97832016-01-06 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9786
43368e1d
MM
97872016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9788
9789 * gdb.btrace/dlopen.exp: New.
9790 * gdb.btrace/dlopen.c: New.
9791 * gdb.btrace/dlopen-dso.c: New.
9792
79fad5b8
SL
97932015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9794
9795 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9796 PATTERN argument is optional.
9797
ab8314b3
JB
97982015-12-24 Joel Brobecker <brobecker@adacore.com>
9799
9800 * lib/ada.exp (target_compile_ada_from_dir): New function.
9801 (gdb_compile_ada): Reimplement avoiding the use of project files.
9802 * gdb.ada/gnat_ada.gpr: Delete.
9803 * gdb.ada/cond_lang.exp: Adjust test to make path before
9804 filename optional.
9805 * gdb.ada/small_reg_param.exp: Likewise.
9806
fe33faff
SM
98072015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9808
9809 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9810
6d265cb4
TP
98112015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9812
9813 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9814 case.
9815
10125099
SM
98162015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9817
9818 * gdb.base/break.exp: Remove dead code.
9819 * gdb.base/sepdebug.exp: Likewise.
9820
3ca22649
SM
98212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9822
9823 * gdb.asm/asm-source.exp: Remove HP-UX references.
9824 * gdb.base/annota1.exp: Likewise.
9825 * gdb.base/annota3.exp: Likewise.
9826 * gdb.base/attach.exp: Likewise.
9827 * gdb.base/bigcore.exp: Likewise.
9828 * gdb.base/break.exp: Likewise.
9829 * gdb.base/call-ar-st.exp: Likewise.
9830 * gdb.base/callfuncs.exp: Likewise.
9831 * gdb.base/catch-fork-static.exp: Likewise.
9832 * gdb.base/display.exp: Likewise.
9833 * gdb.base/foll-exec-mode.exp: Likewise.
9834 * gdb.base/foll-exec.exp: Likewise.
9835 * gdb.base/foll-fork.exp: Likewise.
9836 * gdb.base/foll-vfork.exp: Likewise.
9837 * gdb.base/funcargs.exp: Likewise.
9838 * gdb.base/hbreak2.exp: Likewise.
9839 * gdb.base/inferior-died.exp: Likewise.
9840 * gdb.base/interrupt.exp: Likewise.
9841 * gdb.base/multi-forks.exp: Likewise.
9842 * gdb.base/nodebug.exp: Likewise.
9843 * gdb.base/sepdebug.exp: Likewise.
9844 * gdb.base/solib1.c: Likewise.
9845 * gdb.base/step-test.exp: Likewise.
9846 * gdb.mi/non-stop.c: Likewise.
9847 * gdb.mi/pthreads.c: Likewise.
9848 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9849 * gdb.threads/pthreads.c: Likewise.
9850 * gdb.threads/staticthreads.exp: Likewise.
9851 * lib/future.exp: Likewise.
9852 * lib/gdb.exp: Likewise.
9853 * gdb.base/so-indr-cl.c: Remove.
9854 * gdb.base/so-indr-cl.exp: Likewise.
9855 * gdb.base/solib.c: Likewise.
9856 * gdb.base/solib.exp: Likewise.
9857 * gdb.base/solib2.c: Likewise.
9858
b6304613
SM
98592015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9860
9861 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9862 * gdb.base/call-ar-st.exp: Likewise.
9863 * gdb.base/callfuncs.exp: Likewise.
9864 * gdb.base/condbreak.exp: Likewise.
9865 * gdb.base/constvars.exp: Likewise.
9866 * gdb.base/hbreak2.exp: Likewise.
9867 * gdb.base/langs.exp: Likewise.
9868 * gdb.base/list.exp: Likewise.
9869 * gdb.base/long_long.exp: Likewise.
9870 * gdb.base/ptype.exp: Likewise.
9871 * gdb.base/scope.exp: Likewise.
9872 * gdb.base/signals.exp: Likewise.
9873 * gdb.base/so-impl-ld.exp: Likewise.
9874 * gdb.base/varargs.exp: Likewise.
9875 * gdb.base/volatile.exp: Likewise.
9876 * gdb.base/whatis.exp: Likewise.
9877 * gdb.cp/cplusfuncs.exp: Likewise.
9878 * gdb.cp/inherit.exp: Likewise.
9879 * gdb.cp/local.exp: Likewise.
9880 * gdb.cp/member-ptr.exp: Likewise.
9881 * gdb.cp/method.exp: Likewise.
9882 * gdb.cp/overload.exp: Likewise.
9883 * gdb.cp/templates.exp: Likewise.
9884 * gdb.stabs/weird.exp: Likewise.
9885 * lib/compiler.c: Likewise.
9886 * lib/compiler.cc: Likewise.
9887 * lib/cp-support.exp: Likewise.
9888 * lib/gdb.exp: Likewise.
9889
bf401b07
SM
98902015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9891
9892 * configure.ac: Remove HP-UX case.
9893 * configure: Regenerate.
9894
aff9c0f8
SM
98952015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9896
9897 * lib/gdb.exp (gdb_compile): Add function doc.
9898
a6904d5a
PA
98992015-12-17 Pedro Alves <palves@redhat.com>
9900
9901 PR threads/19354
9902 * gdb.multi/info-threads.exp: New file.
9903
a22279dd
YQ
99042015-12-15 Yao Qi <yao.qi@linaro.org>
9905
9906 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9907 is aarch64*-*-*.
9908
0588c796
SL
99092015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9910
9911 * gdb.base/history-duplicates.exp: Skip if no readline support.
9912
5d978e17
SL
99132015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9914
9915 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9916
7e763b86
SL
99172015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9918
9919 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9920
87a3a92c
SL
99212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9922
9923 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9924 ctrl-C if nointerrupts target property is set.
9925 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9926 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9927 * gdb.base/paginate-bg-execution.exp: Likewise.
9928 * gdb.base/paginate-execution-startup.exp: Likewise.
9929 * gdb.base/random-signal.exp: Likewise.
9930 * gdb.base/range-stepping.exp: Likewise.
9931 * gdb.cp/annota2.exp: Likewise.
9932 * gdb.cp/annota3.exp: Likewise.
9933 * gdb.gdb/selftest.exp: Likewise.
9934 * gdb.threads/continue-pending-status.exp: Likewise.
9935 * gdb.threads/leader-exit.exp: Likewise.
9936 * gdb.threads/manythreads.exp: Likewise.
9937 * gdb.threads/pthreads.exp: Likewise.
9938 * gdb.threads/schedlock.exp: Likewise.
9939 * gdb.threads/sigthread.exp: Likewise.
9940
a8f077dc
DB
99412015-12-11 Don Breazeal <donb@codesourcery.com>
9942
9943 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9944 remote.
9945 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9946 * gdb.base/foll-exec.exp (main): Enable for target remote.
9947 * gdb.base/foll-fork.exp (main): Likewise.
9948 * gdb.base/foll-vfork.exp (main): Likewise.
9949 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9950 (proc continue_to_exit_bp_loc): Use clean_restart.
9951 * gdb.base/pie-execl.exp (main): Disable for target remote.
9952 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9953 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9954 * gdb.threads/execl.exp (main): Likewise.
9955 * gdb.threads/fork-child-threads.exp (main): Likewise.
9956 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9957 remote.
9958 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9959 remote.
9960 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9961 pid.tid style ptids, instead of just tid.
9962 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9963 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9964 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9965 ptids, instead of just tid.
9966
3b2464a8
AB
99672015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9968
9969 * gdb.base/list.exp (test_list_forward): Add end of file error
9970 test.
9971 (test_repeat_list_command): Add end of file error test.
9972 (test_list_backwards): Add beginning of file error test.
9973
a0def019
AB
99742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9975
9976 * gdb.base/list.exp (test_list_invalid_args): New function,
9977 defined, and called.
9978
5c000dff
AB
99792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9980
9981 * gdb.base/list.exp (test_list): Make test names unique.
9982
f1637ebe
YQ
99832015-12-11 Yao Qi <yao.qi@linaro.org>
9984
9985 * gdb.base/coremaker2.c: Remove.
9986
36d6fc0a
PA
99872015-12-10 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.multi/base.exp: Remove stale "spaces" references.
9990
762f7747
PA
99912015-12-10 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.multi/base.exp: Don't use nowarnings.
9994 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9995 * gdb.multi/hangout.c: Include stdio.h.
9996 * gdb.multi/hello.c: Include stdlib.h.
9997 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9998 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9999 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10000
28d2bfb9
AB
100012015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10002
10003 * gdb.dwarf2/dw2-ranges-base.c: New file.
10004 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10005 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10006 support additional line table, and debug ranges generation.
10007 (Dwarf::ranges): New function, generate .debug_ranges.
10008 (Dwarf::lines): Support generating simple line table programs.
10009 (Dwarf::assemble): Initialise new namespace variables.
10010
5fc2beac
KB
100112015-12-09 Kevin Buettner <kevinb@redhat.com>
10012
10013 * gdb.base/async.exp (proc test_background): Add case for
10014 asynchronous execution not supported.
10015
1c35a88f
LM
100162015-12-09 Luis Machado <lgustavo@codesourcery.com>
10017
10018 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10019 format and change test names to make them unique.
10020
b593e3d9
RK
100212015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10022 Pedro Alves <pedro@redhat.com>
10023
10024 PR gdb/18702
10025 Add checking of floatformats setup on x86_64 hosts.
10026 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10027 (smallval, bigval): New labels/constants.
10028 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10029 float" after loading bigval and smallval.
10030
d72413e6
PMR
100312015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10032
10033 * gdb.ada/fun_overload_menu.exp: New testcase.
10034 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10035
ece66d65
JS
100362015-12-04 Josh Stone <jistone@redhat.com>
10037
10038 * gdb.base/catch-fork-static.exp: New.
10039
41d0efca
YQ
100402015-12-03 Yao Qi <yao.qi@linaro.org>
10041
10042 * gdb.base/sizeof.c: Don't include stdio.h and
10043 ../lib/unbuffer_output.c.
10044 (main): New variable 'size' and 'value'. Remove printf and
10045 gdb_unbuffer_output. Assign return value to size and value.
10046 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10047 at the beginning.
10048 (check_sizeof): Check the result by printing variable 'size'.
10049 (check_valueof): Check the result by printing variable 'value'.
10050
99fd02d9
YQ
100512015-12-01 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10054 for aarch64*-*-linux* target.
10055
f2faf941
PA
100562015-11-30 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10059
04bf20c5
PA
100602015-11-30 Pedro Alves <palves@redhat.com>
10061
10062 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10063 Handle non-stop mode vCont replies.
10064
09df4675
PA
100652015-11-30 Pedro Alves <palves@redhat.com>
10066
10067 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10068 prepare_for_testing. Start gdb with "set non-stop on" appended to
10069 GDBFLAGS. Lax expected stop output.
10070
58b584af
YQ
100712015-11-27 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.arch/arm-neon.exp: New.
10074 * gdb.arch/arm-neon.c: New.
10075
dfcb77a8
YQ
100762015-11-27 Yao Qi <yao.qi@linaro.org>
10077
10078 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10079
88e8ec1b
YQ
100802015-11-27 Yao Qi <yao.qi@linaro.org>
10081
10082 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10083 frames-invalid annotation.
10084
bfde72c2
YQ
100852015-11-27 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10088
f6512a69
SM
100892015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10090
10091 * gdb.threads/names.exp: New file.
10092 * gdb.threads/names.c: New file.
10093 * README: Mention gdb,no_thread_names.
10094
46a3515b
MM
100952015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10096
10097 PR 19297
10098 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10099 support" error.
10100
62147a22
PA
101012015-11-24 Pedro Alves <palves@redhat.com>
10102
10103 PR 17539
10104 * gdb.base/display.exp: Expect displays to be sorted in ascending
10105 order. Use multi_line.
10106 * gdb.base/solib-display.exp: Likewise.
10107
2f341b6e
PA
101082015-11-24 Pedro Alves <palves@redhat.com>
10109
10110 PR 17539
25d49b86
PA
10111 * gdb.base/display.exp: Expect displays to be sorted in ascending
10112 order. Use multi_line.
10113 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10114
7e0aa6aa
PA
101152015-11-24 Pedro Alves <palves@redhat.com>
10116
10117 PR 17539
10118 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10119 threads in ascending order.
10120 * gdb.base/foll-fork.exp: Likewise.
10121 * gdb.base/foll-vfork.exp: Likewise.
10122 * gdb.base/multi-forks.exp: Likewise.
10123 * gdb.mi/mi-nonstop.exp: Likewise.
10124 * gdb.mi/mi-nsintrall.exp: Likewise.
10125 * gdb.multi/base.exp: Likewise.
10126 * gdb.multi/multi-arch.exp: Likewise.
10127 * gdb.python/py-inferior.exp: Likewise.
10128 * gdb.threads/break-while-running.exp: Likewise.
10129 * gdb.threads/execl.exp: Likewise.
10130 * gdb.threads/gcore-thread.exp: Likewise.
10131 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10132 * gdb.threads/kill.exp: Likewise.
10133 * gdb.threads/linux-dp.exp: Likewise.
10134 * gdb.threads/multiple-step-overs.exp: Likewise.
10135 * gdb.threads/next-bp-other-thread.exp: Likewise.
10136 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10137 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10138 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10139 * gdb.threads/thread-find.exp: Likewise.
10140 * gdb.threads/tls.exp: Likewise.
10141 * lib/mi-support.exp (mi_reverse_list): Delete.
10142 (mi_check_thread_states): No longer reverse list.
10143
2cc57ad8
PA
101442015-11-24 Pedro Alves <palves@redhat.com>
10145
10146 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10147 use lowercase.
10148
c93e8391
SM
101492015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 * gdb.trace/actions.c: Include trace-common.h.
10152 (main): Add a location for a fast tracepoint.
10153 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10154 the normal tracepoints.
10155 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10156
045ccf91
SM
101572015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10158
10159 * save-trace.exp: Factor out code to these...
10160 (gdb_save_tracepoints): New.
10161 (gdb_load_tracepoints): New.
10162 (do_save_load_test): New.
10163
5506f9f6
KB
101642015-11-23 Kevin Buettner <kevinb@redhat.com>
10165
10166 * gdb.base/asmlabel.exp: New test.
10167 * gdb.base/asmlabel.c: New test case.
10168
16c3b12f
JB
101692015-11-23 Joel Brobecker <brobecker@adacore.com>
10170
10171 * gdb.base/wrong_frame_bt_full-main.c: New file.
10172 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10173 * gdb.base/wrong_frame_bt_full.exp: New file.
10174
155bfbd3
JB
101752015-11-23 Joel Brobecker <brobecker@adacore.com>
10176
10177 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10178
bb097445
JM
101792015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10180
206853a0 10181 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10182 pstate register when comparing registers values in
10183 sparc64-*-linux-gnu targets to avoid spurious differences.
10184
9c88ed8f
JM
101852015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10186
206853a0 10187 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10188
96161e25
SL
101892015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10190
10191 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10192 as type argument to gdb_compile.
10193 * gdb.base/nested-subp2.exp: Likewise.
10194 * gdb.base/nested-subp3.exp: Likewise.
10195
340c2830
DV
101962015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10197
10198 * lib/dwarf.exp (_note): Fix left shift of negative value.
10199 * gdb.trace/trace-condition.exp: Likewise.
10200
c1862d0f
YQ
102012015-11-13 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10204 comments about d10v.
10205 (test_scalar_returns): Likewise.
10206 * gdb.base/d10v.ld: Remove.
10207 * gdb.base/overlays.exp: Remove the target triplet checking for
10208 d10v-*-*.
10209 * gdb.base/structs.exp (test_struct_returns): Remove the
10210 comments about d10v.
10211 (test_struct_calls): Likewise.
10212
77ae9c19
YQ
102132015-11-13 Yao Qi <yao.qi@linaro.org>
10214
10215 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10216 * gdb.base/gnu_vector.c: Don't include stdio.h.
10217 (main): Don't print res and call add_some_intvecs.
10218
430e004e
MK
102192015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10220
10221 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10222 macro.
10223 (func5): Removed.
10224 (func4): Use FAST_TRACEPOINT_LABEL.
10225 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10226 macro.
10227 (func): Removed.
10228 (thread_function): Use FAST_TRACEPOINT_LABEL.
10229 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10230 (func): Remove.
10231 (marker): Use FAST_TRACEPOINT_LABEL.
10232 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10233 (pendfunc1): Remove.
10234 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10235 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10236 (foo): Remove.
10237 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10238 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10239 macro.
10240 (func): Remove.
10241 (marker): Use FAST_TRACEPOINT_LABEL.
10242 * gdb.trace/trace-common.h: New header.
10243 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10244 macro.
10245 (func): Remove.
10246 (marker): Use FAST_TRACEPOINT_LABEL.
10247 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10248 (func): Remove.
10249 (thread_function): Use FAST_TRACEPOINT_LABEL.
10250
6e7675a7
MK
102512015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10252
10253 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10254 in front.
10255 * gdb.trace/change-loc.exp: Use global pcreg definition.
10256 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10257 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10258 in front.
10259 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10260 * gdb.trace/pending.exp: Likewise.
10261 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10262 * gdb.trace/trace-break.exp: Likewise.
10263 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10264 in front.
10265 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10266 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10267 in front.
10268 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10269
dddc0e16
JB
102702015-11-09 Joel Brobecker <brobecker@adacore.com>
10271
10272 * gdb.ada/fin_fun_out: New testcase.
10273
c6f0b406
KB
102742015-11-07 Kevin Buettner <kevinb@redhat.com>
10275
10276 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10277 value associated with DW_AT_byte_size.
10278 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10279 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10280 DW_AT_upper_bound.
10281
f01dcfd9
KB
102822015-11-07 Kevin Buettner <kevinb@redhat.com>
10283
10284 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10285 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10286 version.
10287 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10288 gdb.dwarf2/dw2-canonicalize-type.exp,
10289 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10290 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10291 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10292 provided by gdb_target_symbol_prefix_flags_asm.
10293 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10294 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10295 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10296 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10297 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10298 macros where needed). Use this macro for symbols which require
10299 the prefix provided by SYMBOL_PREFIX.
10300
2223449a
KB
103012015-11-05 Kevin Buettner <kevinb@redhat.com>
10302
10303 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10304 New procs.
10305 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10306 representing expressions, of more than one list element.
10307 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10308 to prepend linker symbol prefix to f.
10309 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10310 table_1 and table_2.
10311 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10312 Likewise, for f and g.
10313 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10314 for ptr.
10315 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10316 for main.
10317 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10318 table_1_ptr and table_2_ptr.
10319
6f2f1a3a
JK
103202015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10321 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10324
566c56c9
MK
103252015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10326
10327 * gdb.reverse/s390-mvcle.c: New test.
10328 * gdb.reverse/s390-mvcle.exp: New file.
10329 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10330
d5f0636b
MK
103312015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10332
10333 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10334
7ad8b86c
MK
103352015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10336
10337 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10338 reaching marker2.
10339 * gdb.reverse/getresuid-reverse.exp: Likewise.
10340 * gdb.reverse/pipe-reverse.exp: Likewise.
10341 * gdb.reverse/readv-reverse.exp: Likewise.
10342 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10343 * gdb.reverse/time-reverse.exp: Likewise.
10344 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10345
4081c0f1
YQ
103462015-10-30 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10349 (empty_cycle): Remove.
10350 (main): Don't call empty_cycle. Don't use watch_count_done.
10351 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10352 empty_cycle. Rewrite the code counting HW watchpoints.
10353
452b4ba5
MK
103542015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10355
10356 * gdb.reverse/fstatat-reverse.c: New test.
10357 * gdb.reverse/fstatat-reverse.exp: New file.
10358 * gdb.reverse/getresuid-reverse.c: New test.
10359 * gdb.reverse/getresuid-reverse.exp: New file.
10360 * gdb.reverse/pipe-reverse.c: New test.
10361 * gdb.reverse/pipe-reverse.exp: New file.
10362 * gdb.reverse/readv-reverse.c: New test.
10363 * gdb.reverse/readv-reverse.exp: New file.
10364 * gdb.reverse/recvmsg-reverse.c: New test.
10365 * gdb.reverse/recvmsg-reverse.exp: New file.
10366 * gdb.reverse/time-reverse.c: New test.
10367 * gdb.reverse/time-reverse.exp: New file.
10368 * gdb.reverse/waitpid-reverse.c: New test.
10369 * gdb.reverse/waitpid-reverse.exp: New file.
10370
5e2e7507
JK
103712015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10372
10373 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10374
0fde2c53
DE
103752015-10-26 Doug Evans <dje@google.com>
10376
10377 PR symtab/17391
10378 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10379 * gdb.dwarf2/bad-regnum.c: New file.
10380 * gdb.dwarf2/bad-regnum.exp: New file.
10381
1a70ae97
DE
103822015-10-26 Doug Evans <dje@google.com>
10383
10384 PR python/18938
10385 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10386 file.
10387
27dc26ab
JK
103882015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10389
10390 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10391 for a change by "Mention language in compile error message".
10392
bed91f4d
SM
103932015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10394
10395 PR python/18073
10396 * gdb.python/py-type.c (C::a_method): New.
10397 (C::a_const_method): New.
10398 (C::a_static_method): New.
10399 (a_function): New.
10400 * gdb.python/py-type.exp (test_fields): Test getting fields
10401 from function and method.
10402
3f2f83dd
KB
104032015-10-21 Keven Boell <keven.boell@intel.com>
10404
10405 * gdb.fortran/vla-alloc-assoc.exp: New file.
10406 * gdb.fortran/vla-datatypes.exp: New file.
10407 * gdb.fortran/vla-datatypes.f90: New file.
10408 * gdb.fortran/vla-history.exp: New file.
10409 * gdb.fortran/vla-ptype-sub.exp: New file.
10410 * gdb.fortran/vla-ptype.exp: New file.
10411 * gdb.fortran/vla-sizeof.exp: New file.
10412 * gdb.fortran/vla-sub.f90: New file.
10413 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10414 * gdb.fortran/vla-value-sub-finish.exp: New file.
10415 * gdb.fortran/vla-value-sub.exp: New file.
10416 * gdb.fortran/vla-value.exp: New file.
10417 * gdb.fortran/vla-ptr-info.exp: New file.
10418 * gdb.mi/mi-vla-fortran.exp: New file.
10419 * gdb.mi/vla.f90: New file.
10420
27145d50
SL
104212015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10422
10423 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10424 of hardwired timeout value.
10425
5f3ff4f8
JK
104262015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10427 Pedro Alves <palves@redhat.com>
10428
10429 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10430 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10431
bfd09d20
JS
104322015-10-19 Josh Stone <jistone@redhat.com>
10433
10434 * gdb.base/catch-syscall.c: Include <sched.h>.
10435 (unknown_syscall): New variable.
10436 (main): Trigger a vfork and an unknown syscall.
10437 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10438 (unknown_syscall_number): Likewise.
10439 (check_call_to_syscall): Accept an optional syscall pattern.
10440 (check_return_from_syscall): Likewise.
10441 (check_continue): Likewise.
10442 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10443 (test_catch_syscall_skipping_return): New test toggling off 'catch
10444 syscall' to step over the syscall return, then toggling back on.
10445 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10446 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10447 (do_syscall_tests): Call test_catch_syscall_without_args and
10448 test_catch_syscall_mid_vfork.
10449 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10450 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10451
b32b93c6
AS
104522015-10-19 Andrew Stubbs <ams@codesourcery.com>
10453
10454 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10455 print g_vE): Add new pass patterns.
10456 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10457 print various symbol names for vptr fields.
10458
9d622bda
AB
104592015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10460
10461 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10462 results.
10463
0fd8ac1c
YQ
104642015-10-12 Yao Qi <yao.qi@linaro.org>
10465
10466 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10467
34240514
YQ
104682015-10-12 Yao Qi <yao.qi@linaro.org>
10469
10470 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10471 is aarch64*-*-linux*.
10472
8240f442
YQ
104732015-10-12 Yao Qi <yao.qi@linaro.org>
10474
10475 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10476 (can_relocate_bcond_true): ... it.
10477 (can_relocate_bcond_false): New function.
10478 (foo): Likewise.
10479 (can_relocate_bl): Likewise.
10480 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10481 can_relocate_bl.
10482
2520f728
PMR
104832015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10484
10485 * gdb.base/nested-addr.c: New file.
10486 * gdb.base/nested-addr.exp: New testcase.
10487
abcef95a
MM
104882015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10489
10490 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10491 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10492 its output. Ignore the output of "record goto begin" and instead
10493 check that GDB is replaying.
10494
145e3ddb
PA
104952015-10-09 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10498 (top level): Use it in the run with no args test.
10499
d5d8c4e1
IB
105002015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10501
10502 * gdb.dlang/properties.exp: New file.
10503
06e635ef
SL
105042015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10505
10506 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10507 whether or not address 0x1000 is mapped on the target.
10508
e019fd1d
SM
105092015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10510
10511 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10512 build.
10513
77ba2a67
MM
105142015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10515
10516 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10517 instruction-history test.
10518
c60eb31f
DE
105192015-09-28 Doug Evans <dje@google.com>
10520
10521 * gdb.base/gcore.c (array_func): Add reference to static_array.
10522
9a3c8263
SM
105232015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10524
10525 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10526 source line.
10527
9720e656
SL
105282015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10529
10530 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10531 short or char as base type.
10532
938d3bf2
SL
105332015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10534
10535 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10536 to allow any size enum.
10537
e6c2c623
PMR
105382015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10539
10540 * gdb.ada/array_ptr_renaming.exp: New testcase.
10541 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10542 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10543
06da0f77
PL
105442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10545
10546 * gdb.trace/ftrace-lock.c: New file.
10547 * gdb.trace/ftrace-lock.exp: New file.
10548
4f51c22a
PL
105492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10550
10551 * gdb.arch/insn-reloc.c: New file.
10552 * gdb.arch/ftrace-insn-reloc.exp: New file.
10553
7041adf4
PL
105542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10555
10556 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10557 instruction.
10558 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10559 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10560 * gdb.trace/range-stepping.c: Likewise.
10561 * gdb.trace/trace-break.c: Likewise.
10562 * gdb.trace/trace-mt.c (thread_function): Likewise.
10563 * gdb.trace/ftrace.c (marker): Likewise.
10564 * gdb.trace/trace-condition.c (marker): Likewise.
10565 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10566 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10567 is_aarch64_target.
10568
015d2e7e
DE
105692015-09-18 Doug Evans <xdje42@gmail.com>
10570
10571 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10572 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10573
26b188a2
SL
105742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10575
10576 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10577 the breakpoint.
10578
79dc332b
SL
105792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10580
10581 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10582 the pending breakpoint. Remove timeout override for "Run till
10583 MI pending breakpoint on pendfunc3 on thread 2" test.
10584
f57929f2
SL
105852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10586
10587 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10588 filename pattern.
10589
3f469b17
SL
105902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10591
10592 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10593 in breakpoint filename pattern.
10594
515b89b3
SL
105952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10596
7800dbe4
SL
10597 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10598
105992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10600
515b89b3
SL
10601 * gdb.linespec/explicit.exp: Check for readline support for
10602 tab-completion tests. Fix obvious typo.
10603
d2939ba2
MM
106042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10605
10606 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10607 and replay.
10608
cbb55fa7
MM
106092015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10610
10611 * gdb.btrace/non-stop.c: New.
10612 * gdb.btrace/non-stop.exp: New.
10613
43691ca1
PL
106142015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10615 Yao Qi <yao.qi@linaro.org>
10616
10617 * gdb.trace/trace-condition.c: New file.
10618 * gdb.trace/trace-condition.exp: New file.
10619
d78908cf
WW
106202015-09-16 Wei-cheng Wang <cole945@gmail.com>
10621
10622 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10623 for testing bytecode compilation.
10624
1ed415e2
PA
106252015-09-16 Pedro Alves <palves@redhat.com>
10626 Sandra Loosemore <sandra@codesourcery.com>
10627
10628 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10629 (SECONDS): Redefine.
10630 (main): Call pthread_kill and alarm early.
10631 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10632 support.
10633 (test): If the target can't hardware step and doesn't support
10634 displaced stepping, increase the timeout.
10635
d136eff5
PA
106362015-09-16 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10639 (enable_debug): New procedures.
10640 (test): Use them. Bail out if waiting for threads fails.
10641 (top level): Bail out if a test fails.
10642
991f019c
YQ
106432015-09-16 Yao Qi <yao.qi@linaro.org>
10644
10645 * gdb.asm/asm-source.exp: Set asm-arch for
10646 aarch64*-*-* target.
10647 * gdb.asm/aarch64.inc: New file.
10648
bfca584f
PMR
106492015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10650
10651 * gdb.ada/array_of_variable_length.exp: New testcase.
10652 * gdb.ada/array_of_variable_length/foo.adb: New file.
10653 * gdb.ada/array_of_variable_length/pck.adb: New file.
10654 * gdb.ada/array_of_variable_length/pck.ads: New file.
10655
b326e587
DE
106562015-09-15 Doug Evans <dje@google.com>
10657
10658 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10659 of function static local variable.
10660
5382cfab
PW
106612015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10662
10663 * gdb.threads/tls-so_extern.exp: New test file.
10664 * gdb.threads/tls-so_extern.c: New test file.
10665 * gdb.threads/tls-so_extern_main.c: New test file.
10666
141c5cc4
JK
106672015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10668
10669 * gdb.opt/solib-intra-step-lib.c: New file.
10670 * gdb.opt/solib-intra-step-main.c: New file.
10671 * gdb.opt/solib-intra-step.exp: New file.
10672
d15dcecd
PA
106732015-09-15 Pedro Alves <palves@redhat.com>
10674
10675 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10676 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10677
4c2f2a79
PA
106782015-09-14 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.base/hook-stop-continue.c: Delete.
10681 * gdb.base/hook-stop-continue.exp: Delete.
10682 * gdb.base/hook-stop-frame.c: Delete.
10683 * gdb.base/hook-stop-frame.exp: Delete.
10684 * gdb.base/hook-stop.c: New file.
10685 * gdb.base/hook-stop.exp: New file.
10686
919e6dbe
PMR
106872015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10688
10689 * gdb.ada/access_to_packed_array.exp: New testcase.
10690 * gdb.ada/access_to_packed_array/foo.adb: New file.
10691 * gdb.ada/access_to_packed_array/pack.adb: New file.
10692 * gdb.ada/access_to_packed_array/pack.ads: New file.
10693
157280a4
MM
106942015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10695
10696 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10697 buffer size test.
10698
2fd33e94
DB
106992015-09-11 Don Breazeal <donb@codesourcery.com>
10700
10701 * gdb.base/foll-exec.c: Add copyright header. Fix
10702 formatting issues.
10703 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10704 (do_exec_tests): Use clean_restart in place of zap_session,
10705 and for test initialization. Fix formatting issues. Use
10706 fail in place of perror.
10707 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10708 an expect statement to match an expression with output from
10709 the program under debug.
10710 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10711 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10712 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10713 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10714 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10715
e70b6e8e
DE
107162015-09-09 Doug Evans <dje@google.com>
10717
10718 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10719
7a551a51
DE
107202015-09-09 Doug Evans <dje@google.com>
10721
10722 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10723
4c666f84
DE
107242015-09-09 Doug Evans <dje@google.com>
10725
10726 * gdb.base/savedregs.exp: Fix typo.
10727
243a9253
PA
107282015-09-09 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10731
c0fa8fbd
SL
107322015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10733
10734 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10735 command actually switches threads. Give up on remaining
10736 tests if target fails to stop at breakpoint.
10737
cd7c1778
PMR
107382015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10739
10740 * gdb.ada/funcall_char.exp: New testcase.
10741 * gdb.ada/funcall_char/foo.adb: New file.
10742
dc5c8746
PMR
107432015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10744
10745 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10746 expected outputs. Add two testcases for completing ambiguous
10747 functions.
10748 * gdb.ada/complete/aux_pck.adb: New file.
10749 * gdb.ada/complete/aux_pck.ads: New file.
10750 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10751 Ambiguous_Func functions.
10752 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10753 * gdb.ada/complete/pck.adb: Likewise.
10754
4e83a1e7
UW
107552015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10756
10757 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10758 failures to run the test program under GDB.
10759
8ce74153
LM
107602015-08-26 Luis Machado <lgustavo@codesourcery.com>
10761
10762 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10763 to C.
10764
e9756d52
PP
107652015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10766
10767 * gdb.base/run-after-attach.exp: New test file.
10768 * gdb.base/run-after-attach.c: New test file.
10769
8d37573b
DB
107702015-08-26 Don Breazeal <donb@codesourcery.com>
10771
10772 * gdb.base/foll-exec-2.c: New test program.
10773 * gdb.base/foll-exec-2.exp: New test.
10774
63e43d3a
PMR
107752015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10776
10777 * gdb.base/nested-subp1.exp: New file.
10778 * gdb.base/nested-subp1.c: New file.
10779 * gdb.base/nested-subp2.exp: New file.
10780 * gdb.base/nested-subp2.c: New file.
10781 * gdb.base/nested-subp3.exp: New file.
10782 * gdb.base/nested-subp3.c: New file.
10783
3d40fbb5
PA
107842015-08-24 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.server/connect-without-multi-process.c: New file.
10787 * gdb.server/connect-without-multi-process.exp: New file.
10788
4422ac93
LM
107892015-08-24 Luis Machado <lgustavo@codesourcery.com>
10790
10791 * gdb.opt/inline-markers.c: Make z int.
10792
91dddb86
LM
107932015-08-24 Luis Machado <lgustavo@codesourcery.com>
10794
10795 * gdb.opt/inline-markers.c: Make z volatile.
10796
a48847ee
LM
107972015-08-24 Luis Machado <lgustavo@codesourcery.com>
10798
10799 * gdb.opt/inline-bt.c: New volatile global z.
10800 * gdb.opt/inline-cmds.c: Likewise.
10801 * gdb.opt/inline-locals.c: Likewise.
10802 * gdb.opt/inline-markers.c: New extern global z.
10803 (marker): Use z.
10804 (inline_fn): Likewise.
10805
0ebbc52b
PA
108062015-08-24 Pedro Alves <palves@redhat.com>
10807
10808 * config/m32r-stub.exp: Remove file.
10809 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10810 * gdb.base/call-rt-st.exp: Likewise.
10811 * gdb.base/call-strs.exp: Likewise.
10812 * gdb.base/default.exp: Remove references to h8300-*-hms and
10813 *-*-udi*.
10814 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10815
77c365df
AA
108162015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10817
10818 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10819 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10820 and "return" use KFAIL when GDB can not read/write the vector
10821 return value.
10822
4313b8c0
GB
108232015-08-21 Gary Benson <gbenson@redhat.com>
10824
10825 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10826
0e433b32
PA
108272015-08-20 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.server/solib-list.exp: No longer expect an interior stop in
10830 non-stop mode.
10831
221e1a37
PA
108322015-08-20 Pedro Alves <palves@redhat.com>
10833
10834 * gdb.server/connect-stopped-target.c: New file.
10835 * gdb.server/connect-stopped-target.exp: New file.
10836
40e3ad0e
PA
108372015-08-20 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.dwarf2/comp-unit-lang.exp: New file.
10840 * gdb.dwarf2/comp-unit-lang.c: New file.
10841
af39b327
PMR
108422015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10843
10844 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10845 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10846
7d45c7c3 108472015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10848
7d45c7c3
KB
10849 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10851
4d6cceb4
DE
108522015-08-18 Doug Evans <dje@google.com>
10853 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10854
10855 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10856 skip_python_tests. New arg prompt_regexp.
10857 (skip_python_tests): New function.
10858 * lib/mi-support.exp (mi_skip_python_tests): New function.
10859 * gdb.python/py-mi-objfile-gdb.py: New file.
10860 * gdb.python/py-mi-objfile.c: New file.
10861 * gdb.python/py-mi-objfile.exp: New file.
10862
ad89c2aa
KS
108632015-08-17 Keith Seitz <keiths@redhat.com>
10864
10865 * gdb.linespec/explicit.exp: Move strace test from here ...
10866 * gdb.trace/strace.exp: ... to here.
10867
e3ae3c43
PP
108682015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10869
10870 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10871 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10872
604b2636
DE
108732015-08-14 Doug Evans <xdje42@gmail.com>
10874
10875 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10876 inferior before selecting a new file.
10877
6ff0ba5f
DE
108782015-08-14 Doug Evans <xdje42@gmail.com>
10879
10880 * gdb.mi/mi-disassemble.exp: Update.
10881 * gdb.base/disasm-optim.S: New file.
10882 * gdb.base/disasm-optim.c: New file.
10883 * gdb.base/disasm-optim.h: New file.
10884 * gdb.base/disasm-optim.exp: New file.
10885
9ca98f92
KS
108862015-08-14 Keith Seitz <keiths@redhat.com>
10887
10888 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10889 "evaluated-by".
10890
52bbc560
JB
108912015-08-13 Joel Brobecker <brobecker@adacore.com>
10892
10893 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10894
5d8c3ed3
PMR
108952015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10896
10897 * gdb.ada/fun_renaming.exp: New testcase.
10898 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10899 * gdb.ada/fun_renaming/pack.adb: New file.
10900 * gdb.ada/fun_renaming/pack.ads: New file.
10901
ea8812bc
KS
109022015-08-12 Keith Seitz <keiths@redhat.com>
10903
10904 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10905 gdb_get_line_number.
10906
4dafcdeb
JB
109072015-08-12 Joel Brobecker <brobecker@adacore.com>
10908
10909 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10910 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10911 gdb.base/dso2dso.exp: New files.
10912
5ba32597
SDJ
109132015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10914 Pedro Alves <palves@redhat.com>
10915 Keith Seitz <keiths@redhat.com>
10916
10917 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10918 GDBFLAGS.
10919
b6dafabf
PP
109202015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10921
10922 * gdb.base/gdbhistsize-history.exp
10923 (test_histsize_history_setting): Use save_vars.
10924 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10925 Use save_vars.
10926 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10927 * gdb.base/readline.exp: Use save_vars.
10928
abe8e607
PP
109292015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10930
10931 * lib/gdb.exp (save_vars): New proc.
10932
629500fa
KS
109332015-08-11 Keith Seitz <keiths@redhat.com>
10934
10935 * gdb.base/help.exp: Update help_breakpoint_text.
10936
eb8c4e2e
KS
109372015-08-11 Keith Seitz <keiths@redhat.com>
10938
10939 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10940 (at toplevel): Call test_explicit_breakpoints.
10941 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10942 breakpoints.
10943 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10944 breakpoint conditions, "-cond".
10945
87f0e720
KS
109462015-08-11 Keith Seitz <keiths@redhat.com>
10947
10948 * gdb.linespec/3explicit.c: New file.
10949 * gdb.linespec/cpexplicit.cc: New file.
10950 * gdb.linespec/cpexplicit.exp: New file.
10951 * gdb.linespec/explicit.c: New file.
10952 * gdb.linespec/explicit.exp: New file.
10953 * gdb.linespec/explicit2.c: New file.
10954 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10955 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10956 before using in the matching pattern.
10957 Clarify that `prefix' is a regular expression.
10958
f00aae0f
KS
109592015-08-11 Keith Seitz <keiths@redhat.com>
10960
10961 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10962 test.
10963 Add tests for missing ",FMT" and ",".
10964
e27852be
DE
109652015-08-10 Doug Evans <dje@google.com>
10966 Keith Seitz <keiths@redhat.com>
10967
10968 PR gdb/17960
10969 * gdb.base/completion.exp: Add location completer tests.
10970
7f03bd92
PA
109712015-08-07 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10974 tests here.
10975 (top level): Run do_test with and without displaced stepping.
10976
3fc8eb30
PA
109772015-08-07 Pedro Alves <palves@redhat.com>
10978
10979 * gdb.base/valgrind-disp-step.c: New file.
10980 * gdb.base/valgrind-disp-step.exp: New file.
10981
d4569d7b
PA
109822015-08-07 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10985 Delete function.
10986 (main): Add alarm. Run an infinite loop instead of calling
10987 wait_threads.
10988 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10989 comment.
10990 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10991 Delete function.
10992 (main): Add alarm. Run an infinite loop instead of calling
10993 wait_threads.
10994 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10995 comment.
10996
e1316e60
PA
109972015-08-07 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.base/checkpoint-ns.exp: New file.
11000 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11001 standard_testfile.
11002
da8c46d2
MM
110032015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11004
11005 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11006 * gdb.btrace/instruction_history.exp: Update.
11007 * gdb.btrace/tsx.exp: New.
11008 * gdb.btrace/tsx.c: New.
11009
de1c2c52
PA
110102015-08-06 Pedro Alves <palves@redhat.com>
11011
11012 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11013 increase timeout.
11014 * gdb.reverse/until-precsave.exp: Bump timeouts.
11015
782e0bf4
PA
110162015-08-06 Pedro Alves <palves@redhat.com>
11017
11018 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11019
83e97ed0
PA
110202015-08-06 Pedro Alves <palves@redhat.com>
11021
11022 PR gdb/18749
11023 * gdb.threads/process-dies-while-handling-bp.c: New file.
11024 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11025
863d01bd
PA
110262015-08-06 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11029 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11030
0a39bb32
PA
110312015-08-05 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11034 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11035
ee2d2b10
SL
110362015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11037
11038 * gdb.base/bp-permanent.exp: Report test as unsupported if
11039 the target cannot stop at the permanent breakpoint.
11040
4e1bdb00
DE
110412015-08-03 Doug Evans <dje@google.com>
11042
11043 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11044 10000.
11045
3d338901
DE
110462015-08-03 Doug Evans <dje@google.com>
11047
11048 * Makefile.in (workers/%.worker, build-perf): New rule.
11049 (GDB_PERFTEST_MODE): New variable.
11050 (check-perf): Use it.
11051 (clean): Clean up gdb.perf parallel build subdirs.
11052 * lib/build-piece.exp: New file.
11053 * lib/gdb.exp (make_gdb_parallel_path): New function
11054 (standard_output_file, standard_temp_file): Call it.
11055 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11056 of $GDB_PARALLEL.
11057 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11058
af061d3e
DE
110592015-08-03 Doug Evans <dje@google.com>
11060
8e1afc81 11061 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11062 (LOG_FILE_NAME): New global.
11063 (TextReporter.__init__): Initialize self.txt_sum.
11064 (TextReporter.report): Add support for multiple data-points.
11065 Move report to perftest.sum, put raw data in perftest.log.
11066 (TextReporter.start): Open sum and log files.
11067 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11068 * gdb.perf/lib/perftest/testresult.py
11069 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11070
2c8c5d37
PA
110712015-07-31 Pedro Alves <palves@redhat.com>
11072
11073 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11074 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11075 kill_wait_spawned_process instead of explicit "kill -9".
11076 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11077 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11078 kill_wait_spawned_process.
11079 * gdb.base/attach-twice.exp: Likewise.
11080 * gdb.base/attach.exp: Likewise.
11081 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11082 gdb_test_multiple.
11083 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11084 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11085 kill_wait_spawned_process.
11086 * gdb.base/valgrind-infcall.exp: Likewise.
11087 * gdb.multi/multi-attach.exp: Likewise.
11088 * gdb.python/py-prompt.exp: Likewise.
11089 * gdb.python/py-sync-interp.exp: Likewise.
11090 * gdb.server/ext-attach.exp: Likewise.
11091 * gdb.threads/attach-into-signal.exp (corefunc): Use
11092 spawn_wait_for_attach, spawn_id_get_pid and
11093 kill_wait_spawned_process.
11094 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11095 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11096 spawn_id_get_pid and kill_wait_spawned_process.
11097 * gdb.threads/attach-stopped.exp (corefunc): Use
11098 spawn_wait_for_attach, spawn_id_get_pid and
11099 kill_wait_spawned_process.
11100 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11101 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11102 kill_wait_spawned_process instead of explicit "kill -9".
11103 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11104 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11105 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11106 processes. Don't map cygwin/windows pids here. Now returns a
11107 spawn id list.
11108
032a0fca
SL
111092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11110
11111 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11112 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11113 correct patch.
11114
61a934ca
SL
111152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11116
11117 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11118
4bc4d428
SL
111192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11120
11121 Reapply:
11122 2014-05-21 Mark Wielaard <mjw@redhat.com>
11123
11124 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11125
998d452a
PA
111262015-07-30 Pedro Alves <palves@redhat.com>
11127
11128 * linux-low.c (handle_extended_wait): Set the child's last
11129 reported status to TARGET_WAITKIND_STOPPED.
11130
69dde7dc
PA
111312015-07-30 Pedro Alves <palves@redhat.com>
11132
11133 PR threads/18600
11134 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11135 only shows inferior 1.
11136
4dd63d48
PA
111372015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11138 Pedro Alves <palves@redhat.com>
11139
11140 PR threads/18600
11141 * gdb.threads/fork-plus-threads.c: New file.
11142 * gdb.threads/fork-plus-threads.exp: New file.
11143
d618e4c5
PP
111442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11145
11146 * gdb.base/batch-preserve-term-settings.exp
11147 (test_terminal_settings_preserved_after_cli_exit): Use
11148 send_quit_command.
11149
1eef6428
PA
111502015-07-29 Pedro Alves <palves@redhat.com>
11151 Don Breazeal <donb@codesourcery.com>
11152
11153 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11154 output from both inferior_spawn_id and gdb_spawn_id.
11155
7da5b897
SDJ
111562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11157
11158 * gdb.threads/attach-into-signal.exp (corefunc): Use
11159 with_test_prefix on nested loops, uniquefying the test messages.
11160
dac804df
SDJ
111612015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11162
11163 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11164 commit.
11165
06265e53
PP
111662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11167
11168 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11169 New proc.
11170 (test_terminal_settings_preserved_after_sigterm): New test.
11171
18206ca3
PP
111722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11173
11174 * gdb.base/batch-preserve-term-settings.exp
11175 (test_terminal_settings_preserved_after_cli_exit): New test.
11176
90074d11
PP
111772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11178
11179 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11180 manipulation of saved_gdbflags.
11181 (test_terminal_settings_preserved): Remove global declaration of
11182 the unused variable pagination_prompt. Remove manipulation of
11183 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11184 GDBFLAGS.
11185
eb1a7902
PA
111862015-07-29 Pedro Alves <palves@redhat.com>
11187
11188 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11189
8b75dd3b
PA
111902015-07-29 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11193 at the top.
11194
dedad4e3
PA
111952015-07-29 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11198 (main): Call gdb_unbuffer_output.
11199 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11200 (main): Call gdb_unbuffer_output.
11201 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11202 (main): Call gdb_unbuffer_output.
11203 * gdb.base/call-strs.exp: Adjust to step over the
11204 gdb_unbuffer_output call.
11205 * gdb.base/catch-gdb-caused-signals.c: Include
11206 "../lib/unbuffer_output.c".
11207 (main): Call gdb_unbuffer_output.
11208 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11209 (main): Call gdb_unbuffer_output.
11210 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11211 (main): Call gdb_unbuffer_output.
11212 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11213 (main): Call gdb_unbuffer_output.
11214 * gdb.base/shlib-call.exp: Adjust to step over the
11215 gdb_unbuffer_output call.
11216 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11217 (main): Call gdb_unbuffer_output.
11218 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11219 (main): Call gdb_unbuffer_output.
11220 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11221 (main): Rename to ...
11222 (test): ... this.
11223 (main): Reimplement.
11224 * gdb.base/varargs.exp: Run to test instead of to main.
11225 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11226 (main): Call gdb_unbuffer_output.
11227
58789a91
PA
112282015-07-29 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11231 factore out from mi_continue_dprintf. For call-style dprintfs,
11232 expect dprintf output out of $inferior_spawn_id.
11233 (mi_continue_dprintf): Use mi_expect_dprintf.
11234 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11235 (main): Call gdb_unbuffer_output.
11236
e8376742
PA
112372015-07-29 Pedro Alves <palves@redhat.com>
11238
11239 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11240 (default_mi_gdb_start): Set inferior_spawn_id instead of
11241 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11242 gdb_spawn_id.
11243 (mi_gdb_test): Always expect inferior output from both
11244 $inferior_spawn_id and $gdb_spawn_id.
11245
08280010
PA
112462015-07-29 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11249 send_inferior and $inferior_spawn_id.
11250
4d30e432
PA
112512015-07-29 Pedro Alves <palves@redhat.com>
11252
11253 * gdb.gdb/complaints.exp (test_initial_complaints)
11254 (test_serial_complaints, test_short_complaints): Use
11255 gdb_test_stdio.
11256 (test_empty_complaint): Handle $inferior_spawn_id !=
11257 $gdb_spawn_id.
11258
0d30a335
PA
112592015-07-29 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.base/varargs.exp: Use gdb_test_stdio.
11262
39413b29
PA
112632015-07-29 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11266
7cb000a9
PA
112672015-07-29 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11270
d7b8ac82
PA
112712015-07-29 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11274 parameter into two new parameters, "inf_result" and "gdb_result".
11275 Expect inferior output and gdb output from $inferior_spawn_id and
11276 $gdb_spawn_id, respectively. Adjust all callers.
11277
789c3a0c
PA
112782015-07-29 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11281 of gdb_test_sequence.
11282
77e760c3
PA
112832015-07-29 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11286 (saw_spurious_output): Expect inferior output from
11287 $inferior_spawn_id. Use gdb_test_stdio.
11288
8396d2cd
PA
112892015-07-29 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.base/dprintf.exp: Use standard_testfile. Change
11292 prepare_for_testing call.
11293 (srcfile): Don't set.
11294 (restart): New procedure.
11295 (test_dprintf): New procecure, use to continue over dprintfs.
11296 (test_call, test_agent): New procedures, tests moved here.
11297 Restart gdb and recreate dprintfs. Adjust expected output.
11298
2051d61f
PA
112992015-07-29 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11302
452397af
PA
113032015-07-29 Pedro Alves <palves@redhat.com>
11304
11305 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11306
8aed9555
PA
113072015-07-29 Pedro Alves <palves@redhat.com>
11308
11309 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11310 gdb_test_stdio.
11311
188a61b4
PA
113122015-07-29 Pedro Alves <palves@redhat.com>
11313
11314 * lib/gdb.exp (gdb_test_stdio): New procedure.
11315
12264a45
PA
113162015-07-29 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11319
23ffc893
PA
113202015-07-29 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.base/call-signal-resume.exp: Remove check for
11323 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11324 * gdb.base/unwindonsignal.exp: Likewise.
11325 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11326 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11327
65566918
PA
113282015-07-29 Pedro Alves <palves@redhat.com>
11329
11330 * gdb.base/siginfo-addr.c (pass): New function.
11331 (handler): Call it iff si_addr is correct.
11332 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11333 Set a breakpoint at "pass" and continue to it.
11334
d60a9221
SDJ
113352015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11336
11337 * gdb.python/py-objfile.exp: Make some tests have unique names.
11338 * gdb.python/py-pp-registration.exp: Likewise.
11339
bde40b8f
PA
113402015-07-28 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11343
13e1dec8
SM
113442015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11345
11346 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11347
da33c9a7
SM
113482015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11349
11350 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11351
077836f7
PP
113522015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11353
11354 * gdb.base/gdb-sigterm-2.exp: New test.
11355
b8cc7b2e
DE
113562015-07-25 Doug Evans <xdje42@gmail.com>
11357
11358 Revert:
11359 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11360 (workers/%.worker, build-perf): New rule.
11361 (GDB_PERFTEST_MODE): New variable.
11362 (check-perf): Use it.
11363 (clean): Clean up gdb.perf parallel build subdirs.
11364 * lib/build-piece.exp: New file.
11365 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11366 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11367 name.
11368 (standard_temp_file): Ditto.
11369 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11370 of $GDB_PARALLEL.
11371
c8bd4544
DE
113722015-07-24 Doug Evans <dje@google.com>
11373
11374 * gdb.perf/lib/perftest/utils.py: New file.
11375 * gdb.perf/gm-hello.cc: New file.
11376 * gdb.perf/gm-pervasive-typedef.cc: New file.
11377 * gdb.perf/gm-pervasive-typedef.h: New file.
11378 * gdb.perf/gm-std.cc: New file.
11379 * gdb.perf/gm-std.h: New file.
11380 * gdb.perf/gm-use-cerr.cc: New file.
11381 * gdb.perf/gm-utils.h: New file.
11382 * gdb.perf/gmonster-null-lookup.py: New file.
11383 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11384 * gdb.perf/gmonster-print-cerr.py: New file.
11385 * gdb.perf/gmonster-ptype-string.py: New file.
11386 * gdb.perf/gmonster-runto-main.py: New file.
11387 * gdb.perf/gmonster-select-file.py: New file.
11388 * gdb.perf/gmonster1-null-lookup.exp: New file.
11389 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11390 * gdb.perf/gmonster1-print-cerr.exp: New file.
11391 * gdb.perf/gmonster1-ptype-string.exp: New file.
11392 * gdb.perf/gmonster1-runto-main.exp: New file.
11393 * gdb.perf/gmonster1-select-file.exp: New file.
11394 * gdb.perf/gmonster1.cc: New file.
11395 * gdb.perf/gmonster1.exp: New file.
11396 * gdb.perf/gmonster2-null-lookup.exp: New file.
11397 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11398 * gdb.perf/gmonster2-print-cerr.exp: New file.
11399 * gdb.perf/gmonster2-ptype-string.exp: New file.
11400 * gdb.perf/gmonster2-runto-main.exp: New file.
11401 * gdb.perf/gmonster2-select-file.exp: New file.
11402 * gdb.perf/gmonster2.cc: New file.
11403 * gdb.perf/gmonster2.exp: New file.
11404
6eab34f3
DE
114052015-07-24 Doug Evans <dje@google.com>
11406
11407 * gdb.perf/README: New file.
11408 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11409 * lib/gen-perf-test.exp: New file.
11410
63738bfd
DE
114112015-07-24 Doug Evans <dje@google.com>
11412
11413 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11414 (PerfTest::startup): New function.
11415 (PerfTest::run): Return result of calling body.
11416 (PerfTest::assemble): Rewrite.
11417 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11418 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11419 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11420 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11421 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11422
7b606f95
DE
114232015-07-24 Doug Evans <dje@google.com>
11424
11425 * lib/gdb.exp (clean_restart): Make executable optional.
11426
a97b16b8
DE
114272015-07-24 Doug Evans <dje@google.com>
11428
11429 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11430 compiler_info references.
11431 * gdb.cp/temargs.exp: Ditto.
11432 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11433 (get_compiler_info): Early exit if already computed. Set compiler_info
11434 to "unknown" if there was a problem.
11435 (test_compiler_info): Add function comment. Call get_compiler_info.
11436
35baa57f
DE
114372015-07-24 Doug Evans <dje@google.com>
11438
11439 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11440 (workers/%.worker, build-perf): New rule.
11441 (GDB_PERFTEST_MODE): New variable.
11442 (check-perf): Use it.
11443 (clean): Clean up gdb.perf parallel build subdirs.
11444 * lib/build-piece.exp: New file.
11445 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11446 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11447 name.
11448 (standard_temp_file): Ditto.
11449 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11450 of $GDB_PARALLEL.
11451
6ebea266
DE
114522015-07-24 Doug Evans <dje@google.com>
11453
11454 * lib/future.exp (gdb_default_target_compile): New option
11455 "early_flags".
11456 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11457 --as-needed.
11458
1e76a7e9
SDJ
114592015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11460
11461 * gdb.base/catch-syscall.exp: Call gdb_exit before
11462 gdb_skip_xml_test.
11463
5068630a
PA
114642015-07-24 Pedro Alves <palves@redhat.com>
11465
11466 * gdb.python/py-events.exp: Accept output between the stop event
11467 and the prompt.
11468 * gdb.python/py-evsignal.exp: Likewise.
11469 * gdb.python/py-evthreads.exp: Likewise.
11470
77598427
PA
114712015-07-24 Pedro Alves <palves@redhat.com>
11472
11473 PR gdb/18717
11474 * gdb.threads/non-ldr-exit.c: New file.
11475 * gdb.threads/non-ldr-exit.exp: New file.
11476
11e6c98f
YQ
114772015-07-24 Yao Qi <yao.qi@linaro.org>
11478
11479 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11480 restarting process.
11481
51aee833
YQ
114822015-07-24 Yao Qi <yao.qi@linaro.org>
11483
11484 * gdb.server/ext-restart.exp: New file.
11485
8cfe207c
YQ
114862015-07-24 Yao Qi <yao.qi@linaro.org>
11487
11488 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11489 argument options.
11490 * gdb.server/ext-wrapper.exp: New file.
11491
cc12ce38
DE
114922015-07-23 Doug Evans <dje@google.com>
11493
11494 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11495 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11496
d0d84780
PMR
114972015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11498
11499 * gdb.ada/var_arr_typedef.exp: New testcase.
11500 * gdb.ada/var_arr_typedef/pack.adb: New file.
11501 * gdb.ada/var_arr_typedef/pack.ads: New file.
11502 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11503
8b558f79
JB
115042015-07-20 Joel Brobecker <brobecker@adacore.com>
11505
11506 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11507
775a3298
JK
115082015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11509
11510 * gdb.arch/i386-biarch-core.exp: Replace istarget
11511 by "complete set gnutarget". Remove expectation for the "core-file"
11512 command.
11513
db1ff28b
JK
115142015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11515
11516 Revert the previous commit:
11517 Tests for validate symbol file using build-id.
11518
0a94970d
JK
115192015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11520
11521 Tests for validate symbol file using build-id.
11522 * gdb.base/solib-mismatch-lib.c: New file.
11523 * gdb.base/solib-mismatch-libmod.c: New file.
11524 * gdb.base/solib-mismatch.c: New file.
11525 * gdb.base/solib-mismatch.exp: New file.
11526
03346981
SL
115272015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11528
11529 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11530 nios2-*-linux*.
11531 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11532 * gdb.base/siginfo.exp: Likewise.
11533 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11534
42422cc7
PL
115352015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11536
11537 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11538 Move it to ...
11539 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11540 ... here.
11541 * gdb.trace/range-stepping.exp: Check that the target supports
11542 range stepping.
11543
cfa68bae
JK
115442015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11545
11546 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11547
8ffdba26
PA
115482015-07-14 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.base/killed-outside.exp: New file.
11551 * gdb.base/killed-outside.c: New file.
11552
218a5a11
JK
115532015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11554
11555 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11556 (n at main): New.
11557 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11558
e03ed3c6
AA
115592015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11560
11561 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11562 infcall tests instead of setting up for KFAIL.
11563
485668e5
MM
115642015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11565
11566 * gdb.btrace/record_goto-step.exp: New.
11567
08464196
JK
115682015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11569
11570 PR compile/18484
11571 * gdb.compile/compile.c (struct struct_type): Add volatile to
11572 selffield's type.
11573 * gdb.compile/compile.exp
11574 (compile code struct_object.selffield = &struct_object): Skip further
11575 struct_object tests if this one xfails.
11576
bcf5c1d9
RC
115772015-07-08 Robert O'Callahan <robert@ocallahan.org>
11578
11579 PR exp/18617
11580 * gdb.trace/ax.exp: Add test.
11581
4931af25
YQ
115822015-07-07 Yao Qi <yao.qi@linaro.org>
11583
11584 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11585 instead of istarget "aarch64*-*-*".
11586 * gdb.arch/aarch64-fp.exp: Likewise.
11587 * gdb.base/float.exp: Likewise.
11588 * gdb.reverse/aarch64.exp: Likewise.
11589 * lib/gdb.exp (is_aarch64_target): New proc.
11590
9fcf688e
YQ
115912015-07-07 Yao Qi <yao.qi@linaro.org>
11592
11593 * lib/gdb.exp (is_aarch32_target): New proc.
11594 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11595 instead of "istarget "arm*-*-*"".
11596 * gdb.arch/arm-disp-step.exp: Likewise.
11597 * gdb.arch/thumb-bx-pc.exp: Likewise.
11598 * gdb.arch/thumb-prologue.exp: Likewise.
11599 * gdb.arch/thumb-singlestep.exp: Likewise.
11600 * gdb.base/disp-step-syscall.exp: Likewise.
11601 * gdb.base/float.exp: Likewise.
11602
fbd8d50d
YQ
116032015-07-07 Yao Qi <yao.qi@linaro.org>
11604
11605 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11606 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11607
71be1fdc
YQ
116082015-07-07 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11611 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11612 if it exists.
11613 * gdb.multi/multi-arch.exp: Likewise.
11614
3e221d36
SM
116152015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11616
11617 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11618 print.
11619
d441430b
YQ
116202015-07-07 Yao Qi <yao.qi@linaro.org>
11621
11622 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11623
06f810bd
MG
116242015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11625
11626 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11627 '[' and ']' characters.
11628
5e61e7c0
IB
116292015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11630
11631 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11632
28bf096c
PA
116332015-06-29 Pedro Alves <palves@redhat.com>
11634
11635 PR threads/18127
11636 * gdb.threads/hand-call-new-thread.c: New file.
11637 * gdb.threads/hand-call-new-thread.c: New file.
11638
ee93cd5e
KS
116392015-06-26 Keith Seitz <keiths@redhat.com>
11640 Doug Evans <dje@google.com>
11641
11642 PR 16253
11643 * gdb.cp/var-tag-2.cc: New file.
11644 * gdb.cp/var-tag-3.cc: New file.
11645 * gdb.cp/var-tag-4.cc: New file.
11646 * gdb.cp/var-tag.cc: New file.
11647 * gdb.cp/var-tag.exp: New file.
11648
fc637f04
PP
116492015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11650
11651 * gdb.base/history-duplicates.exp: New test.
11652
2e52ae68
PP
116532015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11654
11655 * gdb.base/completion.exp: Test the completion of the "focus"
11656 command.
11657
6e22494e
JK
116582015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11659
11660 * gdb.arch/amd64-prologue-skip.S: New file.
11661 * gdb.arch/amd64-prologue-skip.exp: New file.
11662
bf7b9cd9
SM
116632015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11664
11665 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11666 is_address_zero_readable check.
11667
201e8dfd
PB
116682015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11669
11670 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11671 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11672
5cd867b4
YQ
116732015-06-24 Yao Qi <yao.qi@linaro.org>
11674
11675 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11676 linux targets.
11677
4d7be007
YQ
116782015-06-24 Yao Qi <yao.qi@linaro.org>
11679
11680 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11681 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11682 * gdb.base/siginfo-thread.exp: Likewise.
11683
07fcd301
YQ
116842015-06-22 Yao Qi <yao.qi@linaro.org>
11685
11686 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11687
52042a00
YQ
116882015-06-22 Yao Qi <yao.qi@linaro.org>
11689
11690 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11691 aarch64*-*-*.
11692 (skip_hw_watchpoint_tests): Likewise.
11693
74bd41ce
PP
116942015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11695
11696 * gdb.base/gdbinit-history.exp: Test the interaction between
11697 setting GDBHISTSIZE and setting the history size via .gdbinit.
11698
bc460514
PP
116992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11700
11701 PR gdb/16999
11702 * gdb.base/gdbhistsize-history.exp: New test.
11703
b58c513b
PP
117042015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11705
11706 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11707 with GDBHISTSIZE.
11708 * gdb.base/readline.exp: Likewise.
11709
92046791
YQ
117102015-06-17 Yao Qi <yao.qi@linaro.org>
11711
11712 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11713 line.
11714
2093d2d3
PP
117152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11716
11717 * gdb.base/gdbinit-history.exp: Add test case to check that
11718 an unlimited history file does not get truncated on exit.
11719
e6c693af
AA
117202015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11721
11722 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11723 (VECTOR): New macro. Use it...
11724 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11725 ...for these typedefs.
11726 (int8, char1, int1, double1): New typedefs.
11727 (struct just_int2, struct two_int2): New structures.
11728 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11729 (add_structvecs, add_singlevecs): New functions.
11730 (main): Call add_some_intvecs twice.
11731 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11732 the compile and exit upon failure. Try compiling for the "native"
11733 architecture. Test inferior function calls with vector arguments
11734 and vector return value handling with "finish" and "return".
11735
c74f7d1c
JT
117362015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11737
11738 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11739 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11740 PE file.
11741 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11742
98aa42ee
AT
117432015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11744
11745 PR breakpoints/16465
11746 * gdb.mi/mi-dprintf-pending.c: New file.
11747 * gdb.mi/mi-dprintf-pending.exp: New test.
11748 * gdb.mi/mi-dprintf-pendshr.c: New file.
11749
7d73c23c 117502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11751 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11752
11753 * gdb.arch/i386-mpx-map.c: New file.
11754 * gdb.arch/i386-mpx-map.exp: New File.
11755
117562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11757
11758 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11759 * gdb.arch/i386-mpx.exp: Indentation fixed.
11760
117612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11762
11763 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11764 function and improved indentation.
11765 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11766 gdb_test_multiple. Added additional tests to skip the test.
11767
117682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11769
11770 * gdb.arch/i386-avx512.c: Change path in include file.
11771 * gdb.arch/i386-avx512.exp: Change include dir path
11772 compilation flag.
11773 * gdb.arch/i386-mpx.c: Change path in include file.
11774 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11775 flag.
11776
d5eba19a
JK
117772015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11778
11779 * gdb.compile/compile-print.exp (compile print *vararray@3)
11780 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11781
7f361056
JK
117822015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11783
11784 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11785 (do not keep jit in memory): ... this.
11786 (expect 5): Change it to ...
11787 (expect no 5): ... this.
11788
3b462ec2
SM
117892015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 PR gdb/15564
11792 * gdb.mi/mi-detach.exp: New file.
11793
e0619de6
JK
117942015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11795
11796 PR symtab/18392
11797 * gdb.arch/amd64-tailcall-self.S: New file.
11798 * gdb.arch/amd64-tailcall-self.c: New file.
11799 * gdb.arch/amd64-tailcall-self.exp: New file.
11800
e970cb34
DB
118012015-05-28 Don Breazeal <donb@codesourcery.com>
11802
11803 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11804 tests for remote targets by checking is_target_gdbserver.
11805
b2e2f908
DE
118062015-05-27 Doug Evans <dje@google.com>
11807
11808 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11809 * gdb.dwarf2/opaque-type-lookup.c: New file.
11810 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11811
82c7be31
DE
118122015-05-26 Doug Evans <dje@google.com>
11813
11814 * gdb.cp/iostream.cc: New file.
11815 * gdb.cp/iostream.exp: New file.
11816
b4f54984
DE
118172015-05-26 Doug Evans <dje@google.com>
11818
11819 * gdb.dwarf2/dw2-op-call.exp: Update.
11820 * gdb.dwarf2/dw4-sig-types.exp: Update.
11821 * gdb.dwarf2/implptr.exp: Update.
11822 * gdb.mi/mi-cmd-param-changed.exp: Update.
11823
4ea6efe9
DE
118242015-05-26 Doug Evans <dje@google.com>
11825
11826 * gdb.python/py-lazy-string.c: New file.
11827 * gdb.python/py-lazy-string.exp: New file.
11828 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11829 (main): Update. Add estring3.
11830 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11831 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11832
f6bb7db3
YQ
118332015-05-26 Omair Javaid <omair.javaid@linaro.org>
11834 Yao Qi <yao.qi@linaro.org>
11835
11836 * gdb.reverse/aarch64.c: New.
11837 * gdb.reverse/aarch64.exp: New.
11838
a81bfbd0
OJ
118392015-05-26 Omair Javaid <omair.javaid@linaro.org>
11840
25d49b86
PA
11841 * lib/gdb.exp (supports_process_record): Return true for
11842 aarch64*-linux*.
a81bfbd0
OJ
11843 (supports_reverse): Likewise.
11844
158bf1b4
PP
118452015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11846
11847 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11848 Use with_test_prefix.
11849
a0145030
AB
118502015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11851
11852 * gdb.base/completion.exp: Add test for completion of layout
11853 names.
11854
ebe3b578
AB
118552015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11856
11857 * lib/gdb.exp (skip_tui_tests): New proc.
11858 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11859
84204ed7
PA
118602015-05-19 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11863 Save the whole env array instead of just HOME. Unset HISTSIZE in
11864 the environment while testing. Restore whole environment
11865 afterwards.
11866
37442ce1
DE
118672015-05-16 Doug Evans <xdje42@gmail.com>
11868
11869 * gdb.guile/scm-ports.c: New file.
11870 * gdb.guile/scm-ports.exp: Add memory port tests.
11871
36de76f9
JK
118722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11873
11874 * gdb.compile/compile-print.c: New file.
11875 * gdb.compile/compile-print.exp: New file.
11876
3a9558c4
JK
118772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11878
11879 * gdb.compile/compile-ops.exp: Cast param to void.
11880 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11881 (compile code struct_object.selffield = &struct_object): Add xfail.
11882
aa715135
JG
118832015-05-15 Joel Brobecker <brobecker@adacore.com>
11884
11885 * gdb.ada/arr_enum_with_gap: New testcase.
11886
931e5bc3
JG
118872015-05-15 Joel Brobecker <brobecker@adacore.com>
11888
11889 * gdb.ada/byte_packed_arr: New testcase.
11890
9cd4d857
JB
118912015-05-15 Joel Brobecker <brobecker@adacore.com>
11892
11893 * gdb.ada/pckd_neg: New testcase.
11894
ebfd00d2
PP
118952015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11896
11897 PR gdb/17820
11898 * gdb.base/gdbinit-history.exp: New test.
11899 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11900 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11901
4c082a81
SC
119022015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11903
11904 * gdb.python/py-xmethods.cc: Enhance test case.
11905 * gdb.python/py-xmethods.exp: New tests.
11906 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11907 function.
11908 (B_indexoper): Likewise.
11909 (global_dm_list) : Add new xmethod worker functions.
11910
f7797074
SDJ
119112015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11912
11913 * gdb.base/coredump-filter.exp: Correctly unset
11914 "coredump_var_addr" array.
11915
a4674e4e
PA
119162015-05-08 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.server/non-existing-program.exp: Unset spawn_id.
11919
df2eb078
SC
119202015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11921
11922 PR python/18291
11923 * gdb.python/py-xmethods.exp: Add tests.
11924
422349a3
YQ
119252015-05-08 Yao Qi <yao.qi@linaro.org>
11926
11927 PR gdb/18208
11928 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11929 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11930 function set_coredump_filter, and remove remote_exec call.
11931 Remove argument ipid. Callers update.
11932 (top level): Don't get inferior's PID.
11933
63fc80ce
AA
119342015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11935
11936 * gdb.base/watch_thread_num.exp: Skip test on targets without
11937 access watchpoints.
11938
80ad801e
PA
119392015-05-06 Pedro Alves <palves@redhat.com>
11940
11941 PR server/18081
11942 * gdb.server/non-existing-program.exp: New file.
11943
0fa7fe50
JB
119442015-05-05 Joel Brobecker <brobecker@adacore.com>
11945
11946 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11947
3ea89b92
PMR
119482015-05-05 Joel Brobecker <brobecker@adacore.com>
11949
11950 * gdb.ada/out_of_line_in_inlined: New testcase.
11951
87b8eff0
JB
119522015-05-05 Joel Brobecker <brobecker@adacore.com>
11953
11954 * gdb.ada/var_rec_arr: New testcase.
11955
5fccc635
YQ
119562015-04-30 Yao Qi <yao.qi@linaro.org>
11957
11958 * gdb.base/break-idempotent.exp: If
11959 skip_hw_watchpoint_multi_tests returns true, skip the tests
11960 on "rwatch" and "awatch".
11961
42d38f42
YQ
119622015-04-30 Yao Qi <yao.qi@linaro.org>
11963
11964 * gdb.base/relativedebug.exp: Invoke gdb command
11965 "info sharedlibrary", and if libc.so doesn't have debug info,
11966 skip the test.
11967
2ce1cdbf
DE
119682015-04-29 Doug Evans <dje@google.com>
11969
11970 * gdb.python/py-xmethods.exp: Add ptype tests.
11971 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11972 get_result_type method.
11973
f24a38c5
LM
119742015-04-29 Luis Machado <lgustavo@codesourcery.com>
11975
11976 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11977 the target does not support hardware watchpoints.
11978
ecbf2b3c
LM
119792015-04-29 Luis Machado <lgustavo@codesourcery.com>
11980
11981 * gdb.base/break-always.exp: Abort testing if writing to memory
11982 causes an error.
11983
34f5f757
DE
119842015-04-28 Doug Evans <dje@google.com>
11985
11986 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11987 * gdb.python/py-pp-registration.exp: ... here. New file.
11988 * gdb.python/py-pp-registration.c: New file.
11989 * gdb.python/py-pp-registration.py: New file.
11990
69b4374a
DE
119912015-04-28 Doug Evans <dje@google.com>
11992
11993 * gdb.python/py-bad-printers.c: New file.
11994 * gdb.python/py-bad-printers.py: New file.
11995 * gdb.python/py-bad-printers.exp: New file.
11996
59fb7612
SS
119972015-04-28 Sasha Smundak <asmundak@google.com>
11998
11999 * gdb.python/py-type.exp: New test.
12000
2631b16a
AW
120012015-04-28 Andy Wingo <wingo@igalia.com>
12002
12003 * gdb.python/py-parameter.exp:
12004 * gdb.guile/scm-parameter.exp: Escape the path that we are
12005 matching against, as it might contain characters that are special
12006 to regular expressions.
12007
460efde1
JB
120082015-04-27 Joel Brobecker <brobecker@adacore.com>
12009
12010 * gdb.ada/rec_comp: New testcase.
12011
2d369d8e
SDJ
120122015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12013
12014 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12015 before using it.
12016
cf75d6c3
AB
120172015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12018
12019 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12020 new tests for verilog output.
12021
8dbe7ca5
YQ
120222015-04-24 Yao Qi <yao.qi@linaro.org>
12023
12024 * boards/remote-gdbserver-on-localhost.exp: New file.
12025
4ef9fb2f
PA
120262015-04-23 Pedro Alves <palves@redhat.com>
12027
12028 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12029 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12030 "end of file", remove $inferior_spawn_id from the indirect list.
12031
0a803169
PA
120322015-04-23 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12035
749ef8f8
PA
120362015-04-23 Pedro Alves <palves@redhat.com>
12037
12038 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12039 on $any_spawn_id instead of only on $gdb_spawn_id.
12040
8aae4344
PM
120412015-04-21 Pierre Muller <muller@sourceware.org>
12042
12043 PR pascal/17815
12044 * lib/pascal.exp (gpc_compile): Add new option "class".
12045 (fpc_compile): Likewise.
12046 * gdb.pascal/case-insensitive-symbols.pas: New file.
12047 * gdb.pascal/case-insensitive-symbols.exp: New file.
12048
1586c8fb
GB
120492015-04-20 Gary Benson <gbenson@redhat.com>
12050
12051 * gdb.base/attach.exp: Fix three extended remote failures.
12052
1b6e6f5c
GB
120532015-04-17 Gary Benson <gbenson@redhat.com>
12054
12055 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12056 the main executable over the remote protocol.
12057
e797481d
PA
120582015-04-16 Pedro Alves <palves@redhat.com>
12059
12060 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12061 a new gdbserver if gdbserver_reconnect_p is set.
12062
1ca99c42
PA
120632015-04-16 Pedro Alves <palves@redhat.com>
12064
12065 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12066 is set, don't exit gdbserver.
12067
af9fd6f8
AA
120682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12069
12070 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12071 appropriate .insn, such that an older assembler can be used.
12072 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12073 the z/Architecture instruction set on 31-bit targets as well.
12074
04ff1e61
AA
120752015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12076
12077 * gdb.go/handcall.exp: Remove all logic related to the first
12078 breakpoint and rely on go_runto_main instead.
12079 * gdb.go/strings.exp: Likewise.
12080 * gdb.go/unsafe.exp: Likewise.
12081 * gdb.go/hello.exp: Likewise. Also rename the remaining
12082 breakpoint marker to "breakpoint 1".
12083 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12084 * gdb.go/strings.go: Likewise.
12085 * gdb.go/unsafe.go: Likewise.
12086 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12087 "set breakpoint 2 here" and rename the remaining breakpoint marker
12088 to "breakpoint 1".
12089
40d2f8d6
SM
120902015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12091
12092 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12093 if itertools.imap is not present.
12094 * gdb.python/py-objfile.exp: Add parentheses.
12095 * gdb.python/py-type.exp: Same.
12096 * gdb.python/py-unwind-maint.py: Same.
12097
8cbc97c6
YQ
120982015-04-15 Yao Qi <yao.qi@linaro.org>
12099
12100 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12101 of ":$ptr_size" and set its form explicitly.
12102
45fd756c
YQ
121032015-04-15 Pedro Alves <palves@redhat.com>
12104 Yao Qi <yao.qi@linaro.org>
12105
12106 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12107 timeout by factor of 4.
12108 (test_regular_watch): Likewise.
12109 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12110 * gdb.reverse/sigall-reverse.exp: Likewise.
12111 * gdb.reverse/until-precsave.exp: Likewise.
12112 * lib/gdb.exp (with_timeout_factor): New proc.
12113 (gdb_expect): Move some code to ...
12114 (get_largest_timeout): ... here. New procedure.
12115
9e811bc3
LM
121162015-04-14 Luis Machado <lgustavo@codesourcery.com>
12117
12118 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12119
0ff6fcb2
LM
121202015-04-13 Luis Machado <lgustavo@codesourcery.com>
12121
12122 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12123 to write to the .text section.
12124
7578d5f7
LM
121252015-04-13 Luis Machado <lgustavo@codesourcery.com>
12126
12127 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12128 Handle the case of targets that do not provide PID information.
12129
2efe15c4
YQ
121302015-04-13 Yao Qi <yao.qi@linaro.org>
12131
12132 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12133 and use expect instead of gdb_expect.
12134
8cd8f2f8
SDJ
121352015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12136
12137 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12138 "coredump_var_addr" to avoid naming conflict with other testcases.
12139
9ee41772
PA
121402015-04-10 Pedro Alves <palves@redhat.com>
12141
12142 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12143 gdb_test_sequence and gdb_assert.
12144
07473109
PA
121452015-04-10 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12148 test messages that don't include the breakpoint address.
12149
de3db44c
YQ
121502015-04-10 Yao Qi <yao.qi@linaro.org>
12151
12152 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12153 false for some offset and width combinations which aren't
12154 supported by linux kernel.
12155
c79d856c
PA
121562015-04-10 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12159 procedure, factored out from ...
12160 (top level): ... here. Add "set displaced-stepping" testing axis.
12161 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12162 parameter "displaced". Use it.
12163 (top level): Use foreach and add "set displaced-stepping" testing
12164 axis.
12165
ebc90b50
PA
121662015-04-10 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12169 Remove comment.
12170 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12171 both the address of the instruction that triggers the watchpoint
12172 and the address of the instruction immediately after, and use
12173 those addresses for the test. Fix comment.
12174
8f572e5c
PA
121752015-04-10 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.base/sigstep.exp (breakpoint_to_handler)
12178 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12179 Test "backtrace" in handler.
12180 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12181 (top level): Add new "displaced" test axis to
12182 breakpoint_to_handler, breakpoint_to_handler_entry and
12183 breakpoint_over_handler.
12184
8d707a12
PA
121852015-04-10 Pedro Alves <palves@redhat.com>
12186
12187 PR gdb/18216
12188 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12189
ef713951
YQ
121902015-04-10 Yao Qi <yao.qi@linaro.org>
12191
12192 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12193 (test_add_rn_pc): New function.
12194 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12195 (top level): Invoke test_add_rn_pc.
12196
906d60cf
PA
121972015-04-10 Pedro Alves <palves@redhat.com>
12198
12199 PR gdb/13858
12200 * gdb.base/step-over-no-symbols.exp: New file.
12201
f2983cc3
AW
122022015-04-09 Andy Wingo <wingo@igalia.com>
12203
12204 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12205 after the Python tests.
12206
6d62641c
SDJ
122072015-04-08 Keith Seitz <keiths@redhat.com>
12208
12209 PR python/16699
12210 * gdb.python/py-completion.exp: New tests for completion.
12211 * gdb.python/py-completion.py (CompleteLimit1): New class.
12212 (CompleteLimit2): Likewise.
12213 (CompleteLimit3): Likewise.
12214 (CompleteLimit4): Likewise.
12215 (CompleteLimit5): Likewise.
12216 (CompleteLimit6): Likewise.
12217 (CompleteLimit7): Likewise.
12218
f3770638
PA
122192015-04-08 Pedro Alves <palves@redhat.com>
12220
12221 PR gdb/18214
12222 PR gdb/18216
12223 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12224 function.
12225 (main): Install it as SIGUSR1 handler.
12226 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12227 parameter. Always use "setup" as prefix. Toggle "set
12228 displaced-stepping" off/on depending on global. Don't switch to
12229 thread 1 here.
12230 (top level): Add displaced stepping "off/on" test axis. Update
12231 "setup" calls. Wrap each subtest with with_test_prefix. Test
12232 continuing with a queued signal in each thread.
12233
4496bed7
PA
122342015-04-08 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12237 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12238 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12239 Return early if running to main fails.
12240 * gdb.trace/while-stepping.exp: Likewise.
12241
b97fde92
PA
122422015-04-07 Pedro Alves <palves@redhat.com>
12243
12244 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12245 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12246 interact with inferior program.
12247
f71c18e7
PA
122482015-04-07 Pedro Alves <palves@redhat.com>
12249
12250 * lib/gdb.exp (inferior_spawn_id): New global.
12251 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12252 spawn id after processing the user code.
12253 (default_gdb_start): Set inferior_spawn_id.
12254 (send_inferior): New procedure.
12255 * lib/gdbserver-support.exp (gdbserver_start): Set
12256 inferior_spawn_id.
12257 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12258
6423214f
PA
122592015-04-07 Pedro Alves <palves@redhat.com>
12260
12261 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12262 * lib/gdbserver-support.exp (gdbserver_start): Make
12263 $server_spawn_id global.
12264 (gdbserver_start): Don't wait for gdbserver's spawn id with
12265 expect_background.
12266 (close_gdbserver): New procedure.
12267 (gdb_exit): Rename the default version and reimplement.
12268
71c0ee8c
PA
122692015-04-07 Pedro Alves <palves@redhat.com>
12270
72f4393d 12271 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12272 append the substituted item, not the original item.
12273
203bc29b
PA
122742015-04-07 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12277 gdb_expect.
12278
508a3ddf
PA
122792015-04-07 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12282 output appearing once only.
12283
9f6dbe2b
PA
122842015-04-07 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12287 that doesn't expect anything. Return early if running to main
12288 fails.
12289
337532fa
YQ
122902015-04-07 Yao Qi <yao.qi@linaro.org>
12291
12292 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12293 (child_function): Call alarm.
12294 (main): Move call to alarm into the loop.
12295 * gdb.threads/non-stop-fair-events.exp: Build program with
12296 -DTIMEOUT=$timeout.
12297
01b622d4
DE
122982015-04-06 Doug Evans <xdje42@gmail.com>
12299
12300 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12301 Fix dest parameter to board_info.
12302 (fpc_compile): Ditto.
12303 (gdb_compile_pascal): Rename dest arg to destfile.
12304
961f4160
PMR
123052015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12306
12307 * gdb.ada/funcall_ref.exp: New file.
12308 * gdb.ada/funcall_ref/foo.adb: New file.
12309
cafda597
YQ
123102015-04-02 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12313 is remote.
12314
fed040c6
GB
123152015-04-02 Gary Benson <gbenson@redhat.com>
12316
12317 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12318
d11916aa
SS
123192015-04-01 Sasha Smundak <asmundak@google.com>
12320
12321 * gdb.python/py-unwind-maint.c: New file.
12322 * gdb.python/py-unwind-maint.exp: New test.
12323 * gdb.python/py-unwind-maint.py: New file.
12324 * gdb.python/py-unwind.c: New file.
12325 * gdb.python/py-unwind.exp: New test.
12326 * gdb.python/py-unwind.py: New test.
12327
a1471180
PA
123282015-04-01 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12331 to fail instead of non-existent $test.
12332
0bbeccb1
PA
123332015-04-01 Pedro Alves <palves@redhat.com>
12334
12335 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12336 GDBFLAGS if not empty.
12337
3c724c8c
PMR
123382015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12339
12340 * gdb.ada/complete.exp: Remove "multi_line".
12341 * gdb.ada/info_exc.exp: Remove "multi_line".
12342 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12343 * gdb.ada/ptype_field.exp: Remove "multi_line".
12344 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12345 * gdb.ada/tagged.exp: Remove "multi_line".
12346 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12347 [multi_line ...]
12348 * gdb.btrace/delta.exp: Likewise.
12349 * gdb.btrace/exception.exp: Likewise.
12350 * gdb.btrace/function_call_history.exp: Likewise.
12351 * gdb.btrace/instruction_history.exp: Likewise.
12352 * gdb.btrace/nohist.exp: Likewise.
12353 * gdb.btrace/record_goto.exp: Likewise.
12354 * gdb.btrace/segv.exp: Likewise.
12355 * gdb.btrace/stepi.exp: Likewise.
12356 * gdb.btrace/tailcall.exp: Likewise.
12357 * gdb.btrace/unknown_functions.exp: Likewise.
12358 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12359 * lib/gdb.exp: Add the "multi_line" helper.
12360
4eec2deb
PA
123612015-04-01 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.threads/tid-reuse.c: New file.
12364 * gdb.threads/tid-reuse.exp: New file.
12365
df8411da
SDJ
123662015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12367
12368 PR corefiles/16092
12369 * gdb.base/coredump-filter.c: New file.
12370 * gdb.base/coredump-filter.exp: Likewise.
12371
6ef37366
PM
123722015-03-27 Petr Machata <pmachata@redhat.com>
12373
12374 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12375 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12376 (Dwarf::assemble): Initialize them.
12377 (Dwarf::lines): New function.
12378
7ec911b0
JT
123792015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12380
12381 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12382 SYMBOL_PREFIX for x86_64-*-cygwin.
12383
ff908ebf
AW
123842015-03-26 Andy Wingo <wingo@igalia.com>
12385
12386 PR symtab/18148
12387 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12388 const_value but not a location.
12389 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12390 location defined in non-main CUs are visible.
12391
6d5f0679
YQ
123922015-03-26 Yao Qi <yao.qi@linaro.org>
12393
12394 PR testsuite/18139
12395 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12396 Add a line number entry for the same line.
12397 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12398 Add a line number entry for the same line.
12399
2898689b
YQ
124002015-03-26 Yao Qi <yao.qi@linaro.org>
12401
12402 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12403 .int 0.
12404 (func): Likewise. Add .Lfunc_1 label.
12405 Use .Lfunc_1 label.
12406 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12407 .int 0.
12408 (func): Likewise.
12409 Use .Lfunc_1 label.
12410
85180498
YQ
124112015-03-26 Yao Qi <yao.qi@linaro.org>
12412
12413 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12414 Call gdb_compile instead to compile each .s files without debug
12415 information.
12416
8aa08a8d
YQ
124172015-03-26 Yao Qi <yao.qi@linaro.org>
12418
12419 * gdb.base/savedregs.exp (process_saved_regs): Make
12420 "Saved registers:" optional in the pattern.
12421
66849923
MM
124222015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12423
12424 * gdb.btrace/next.exp: Merged into step.exp.
12425 * gdb.btrace/finish.exp: Merged into step.exp.
12426 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12427 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12428 "record goto" and checking the exact replay position.
12429 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12430 check for "Recording format" in "info record" output.
12431 * gdb.btrace/record_goto.exp: Choose test file based on target.
12432 * gdb.btrace/x86-record_goto.S: Renamed into ...
12433 * gdb.btrace/x86_64-record_goto.S: ... this.
12434 * gdb.btrace/i686-record_goto.S: New.
12435 * gdb.btrace/x86-tailcall.S: Renamed into ...
12436 * gdb.btrace/x86_64-tailcall.S: ... this.
12437 * gdb.btrace/i686-tailcall.S: New.
12438 * gdb.btrace/x86-tailcall.c: Renamed into ...
12439 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12440 separate statements. Update test.
12441 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12442 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12443 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12444 * gdb.btrace/tailcall.exp: Choose test file based on target.
12445 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12446
11cc1b74
MM
124472015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12448
12449 * gdb.btrace/exception.exp: Increase BTS buffer size.
12450
a25d8bf9
PA
124512015-03-24 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12454
856e7dd6
PA
124552015-03-24 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.threads/schedlock.exp (test_step): No longer expect that
12458 "set scheduler-locking step" with "next" over a function call runs
12459 threads unlocked.
12460
ad235a41
AT
124612015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12462
12463 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12464
15630549
AT
124652015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12466
12467 PR breakpoints/16466
12468 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12469 * gdb.mi/mi-pending.c (thread_func): New function.
12470 (int main): Add threading support required.
12471 * gdb.mi/mi-pending.exp: Add tests for this issue.
12472 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12473 (pendfunc2): Remove stdio dependency.
12474 * gdb.mi/mi-pendshr2.c: New file.
12475
693dca06
KS
124762015-03-23 Keith Seitz <keiths@redhat.com>
12477
12478 * gdb.linespec/keywords.c: New file.
12479 * gdb.linespec/keywords.exp: New file.
12480
7e993ebf
KS
124812015-03-23 Keith Seitz <keiths@redhat.com>
12482
12483 PR gdb/18021
12484 * gdb.dwarf2/staticvirtual.exp: New test.
12485
bc23328c
JK
124862015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12487
12488 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12489 * README: Remove HP-UX and gdb.hp.
12490 (configuration):
12491 * configure: Regenerate.
12492 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12493 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12494 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12495 gdb.hp/gdb.defects/Makefile.
12496 * gdb.hp/Makefile.in: File deleted.
12497 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12498 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12499 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12500 * gdb.hp/gdb.aCC/run.c: File deleted.
12501 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12502 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12503 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12504 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12505 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12506 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12507 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12508 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12509 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12510 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12511 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12512 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12513 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12514 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12515 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12516 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12517 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12518 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12519 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12520 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12521 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12522 * gdb.hp/gdb.compat/average.c: File deleted.
12523 * gdb.hp/gdb.compat/sum.c: File deleted.
12524 * gdb.hp/gdb.compat/xdb.c: File deleted.
12525 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12526 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12527 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12528 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12529 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12530 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12531 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12532 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12533 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12534 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12535 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12536 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12537 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12538 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12539 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12540 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12541 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12542 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12543 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12544 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12545 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12546 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12547 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12548 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12549 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12550 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12551 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12552 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12553 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12554 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12555 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12556 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12557 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12558 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12559 * gdb.hp/tools/odump: File deleted.
12560
8bf3b159
PA
125612015-03-19 Pedro Alves <palves@redhat.com>
12562
12563 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12564 (saw_thread_3): New globals.
12565 (top level): Increment them when an event for the corresponding
12566 thread is seen.
12567 (no thread starvation): New test.
12568
eb54c8bf
PA
125692015-03-19 Pedro Alves <palves@redhat.com>
12570
12571 * gdb.threads/continue-pending-status.c: New file.
12572 * gdb.threads/continue-pending-status.exp: New file.
12573
32d2e5d6
PA
125742015-03-18 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12577 Use gdb_is_target_remote instead of is_remote. Use
12578 gdb_test_multiple instead of gdb_expect. Exit early if
12579 gdb_test_multiple hits its internal matches. Tighten stepi tests
12580 expected output. Fail on exit with any signal, instead of just
12581 SIGILL.
12582
f68f11b7
YQ
125832015-03-18 Yao Qi <yao.qi@linaro.org>
12584
12585 PR tdep/18107
12586 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12587 variable.
12588 * gdb.base/catch-syscall.exp: Don't skip it on
12589 aarch64*-*-linux* target. Remove elements in all_syscalls.
12590 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12591 target.
12592 (setup_all_syscalls): New proc.
12593
ca5fd19b
YQ
125942015-03-16 Yao Qi <yao.qi@linaro.org>
12595
12596 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12597 (top level): Skip tests if valid_addr_p returns false for
12598 $cmd1 or $cmd2.
12599
85642ba0
AW
126002015-03-11 Andy Wingo <wingo@igalia.com>
12601
12602 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12603
e03f9645
YQ
126042015-03-11 Yao Qi <yao.qi@linaro.org>
12605
12606 * gdb.base/catch-syscall.exp: Fix typo in comments.
12607
5d0962b2
YQ
126082015-03-11 Yao Qi <yao.qi@linaro.org>
12609
12610 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12611
b2df3cef
PA
126122015-03-09 Pedro Alves <palves@redhat.com>
12613
12614 * dg-extract-results.py: Delete.
12615
ef878e53
PA
126162015-03-09 Pedro Alves <palves@redhat.com>
12617
12618 Merge dg-extract-results.sh from GCC upstream (r218843).
12619
12620 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12621 * dg-extract-results.sh: Use --text with grep to avoid issues with
12622 binary files. Fall back to cat -v, if that doesn't work.
12623
9494d219
PA
126242015-03-05 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12627
a8d9763a
SM
126282015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12629
12630 * lib/mi-support.exp (mi_expect_interrupt): Accept
12631 alternative event for when in all-stop mode.
12632
be9957b8
PA
126332015-03-04 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12636
d57be0f4 126372015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12638
12639 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12640
c214c7cf
AA
126412015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12642
12643 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12644 regexps for GDB's current line display, accept a hex address
12645 preceding the line number.
12646
6d74a497
AA
126472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12648
12649 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12650 the 'arch1' variable for "s390*-linux*" targets.
12651
511aee7c
PA
126522015-03-04 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12655 (main): Pass missing retval argument to pthread_join call.
12656
95e50b27
PA
126572015-03-02 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12660 (top level): Call do_test with non-stop as well.
12661
28054d69
PA
126622015-03-02 Pedro Alves <palves@redhat.com>
12663
12664 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12665 -1.
12666
4fa5d7b4
AA
126672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12668
12669 * gdb.arch/s390-vregs.exp: New test.
12670 * gdb.arch/s390-vregs.S: New file.
12671
97c18565
PA
126722015-02-27 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12675 call to catch_command_errors.
12676 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12677 catch_command_errors.
12678
a37bfa30
PA
126792015-02-27 Pedro Alves <palves@redhat.com>
12680
12681 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12682 "true" for boolean result.
12683 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12684 prototype of main.
12685
6f98576f
PA
126862015-02-27 Pedro Alves <palves@redhat.com>
12687
12688 * lib/unbuffer_output.c: New file.
12689 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12690 (main): Call gdb_unbuffer_output.
12691
eba5ab56
YQ
126922015-02-27 Yao Qi <yao.qi@linaro.org>
12693
12694 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12695 target.
12696
0def5aaa
DE
126972015-02-26 Doug Evans <dje@google.com>
12698
12699 * gdb.cp/class2.cc (Dbase, D): New classes.
12700 (main): New local delta.
12701 * gdb.cp/class2.exp: Test printing delta.
12702 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12703 (dynbar): New global.
12704 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12705
081a1c2c
JK
127062015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12707
12708 * gdb.compile/compile-ifunc.c: New file.
12709 * gdb.compile/compile-ifunc.exp: New file.
12710
2f41223f
AT
127112015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12712
12713 * gdb.base/structs.exp: Check for correct struct on finish.
12714
03eddd80
YQ
127152015-02-26 Yao Qi <yao.qi@linaro.org>
12716
12717 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12718 is zero.
12719
80c57053
JK
127202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12721
12722 * gdb.arch/cordic.ko.bz2: New file.
12723 * gdb.arch/cordic.ko.debug.bz2: New file.
12724 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12725
21613c12
YQ
127262015-02-25 Yao Qi <yao.qi@linaro.org>
12727
12728 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12729 aarch64*-*-* target.
12730
d8b901ed
PA
127312015-02-23 Pedro Alves <palves@redhat.com>
12732
12733 * lib/gdb.exp (delete_breakpoints): Rewrite using
12734 gdb_test_multiple.
12735
e5b85ead
PA
127362015-02-23 Pedro Alves <palves@redhat.com>
12737
12738 * gdb.base/info-os.c: Include stdlib.h.
12739
85c3a371
DE
127402015-02-22 Doug Evans <xdje42@gmail.com>
12741
12742 PR symtab/17855
12743 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12744 is read after symbols have been re-read.
12745 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12746 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12747
96553a0c
DE
127482015-02-21 Doug Evans <dje@google.com>
12749
12750 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12751
97a0c697
JK
127522015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12753
12754 PR corefiles/17808
12755 * gdb.arch/i386-biarch-core.core.bz2: New file.
12756 * gdb.arch/i386-biarch-core.exp: New file.
12757
a47cd6e9
PA
127582015-02-21 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12761 runto_main fails.
12762
c5facdc4
PA
127632015-02-20 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12766 info probes.
12767
2db9a427
PA
127682015-02-20 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12771
60fb7e9e
PA
127722015-02-20 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12775 clean_restart before gdb_target_supports_trace.
12776
5c5019c2
PA
127772015-02-20 Pedro Alves <palves@redhat.com>
12778
12779 PR threads/18006
12780 * gdb.threads/clone-thread_db.c: New file.
12781 * gdb.threads/clone-thread_db.exp: New file.
12782
c9587f88
AT
127832015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12784
12785 PR breakpoints/16812
12786 * gdb.base/catch-gdb-caused-signals.c: New file.
12787 * gdb.base/catch-gdb-caused-signals.exp: New file.
12788
f6a88844
JM
127892015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12790
12791 * configure: Regenerated.
12792 * configure.ac: Use GDB_AC_TRANSFORM.
12793 * aclocal.m4: sinclude ../transform.m4.
12794
497c491b
JM
127952015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12796
12797 * lib/dtrace.exp: New file.
12798 * gdb.base/dtrace-probe.exp: Likewise.
12799 * gdb.base/dtrace-probe.d: Likewise.
12800 * gdb.base/dtrace-probe.c: Likewise.
12801 * lib/pdtrace.in: Likewise.
12802 * configure.ac: Output variables with the transformed names of
12803 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12804 * configure: Regenerated.
12805
03e98035
JM
128062015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12807
12808 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12809 expected message when trying to access $_probe_* convenience
12810 variables while not on a probe.
12811
63cc30e9
JK
128122015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12813
12814 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12815
0703599a
PA
128162015-02-11 Pedro Alves <pedro@codesourcery.com>
12817
12818 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12819 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12820
7e60a48e
DE
128212015-02-10 Doug Evans <xdje42@gmail.com>
12822
12823 * lib/gdb.exp (gdb_load): Always return a result.
12824
01b088bc
PA
128252015-02-10 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.threads/signal-sigtrap.c: New file.
12828 * gdb.threads/signal-sigtrap.exp: New file.
12829
b05ec7a5
AT
128302015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12831
12832 * gdb.trace/no-attach-trace.c: New file.
12833 * gdb.trace/no-attach-trace.exp: New file.
12834
a2c2acaf
MW
128352015-02-09 Mark Wielaard <mjw@redhat.com>
12836
12837 * gdb.dwarf2/atomic.c: New file.
12838 * gdb.dwarf2/atomic-type.exp: Likewise.
12839
31fd9caa
MM
128402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12841
12842 * gdb.btrace/buffer-size.exp: Update "info record" output.
12843 * gdb.btrace/delta.exp: Update "info record" output.
12844 * gdb.btrace/enable.exp: Update "info record" output.
12845 * gdb.btrace/finish.exp: Update "info record" output.
12846 * gdb.btrace/instruction_history.exp: Update "info record" output.
12847 * gdb.btrace/next.exp: Update "info record" output.
12848 * gdb.btrace/nexti.exp: Update "info record" output.
12849 * gdb.btrace/step.exp: Update "info record" output.
12850 * gdb.btrace/stepi.exp: Update "info record" output.
12851 * gdb.btrace/nohist.exp: Update "info record" output.
12852
d33501a5
MM
128532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12854
12855 * gdb.btrace/buffer-size: New.
12856
f4abbc16
MM
128572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12858
12859 * gdb.btrace/delta.exp: Update "info record" output.
12860 * gdb.btrace/enable.exp: Update "info record" output.
12861 * gdb.btrace/finish.exp: Update "info record" output.
12862 * gdb.btrace/instruction_history.exp: Update "info record" output.
12863 * gdb.btrace/next.exp: Update "info record" output.
12864 * gdb.btrace/nexti.exp: Update "info record" output.
12865 * gdb.btrace/step.exp: Update "info record" output.
12866 * gdb.btrace/stepi.exp: Update "info record" output.
12867 * gdb.btrace/nohist.exp: Update "info record" output.
12868
b9d61307
SM
128692015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12870
12871 PR gdb/15678
12872 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12873
e584fdbc
PA
128742015-02-06 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12877 macro.
12878 (seconds_left, again): New globals.
12879 (main): Wait seconds_left in a 1-second sleep loop instead of
12880 sleeping 180 seconds. If 'again' is set, reset the seconds
12881 counter.
12882 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12883 'again' in the inferior before detaching. Print the seconds left.
12884 (options): New global.
12885 (top level): Build program with -DTIMEOUT=$timeout.
12886
77f41761
PA
128872015-02-06 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12890 determine how many seconds to pass to 'alarm'.
12891 * gdb.base/gdb-sigterm.exp (top level): Build program with
12892 -DTIMEOUT=$timeout.
12893 (do_test): Return success/failure indication. Add more verbose
12894 logging. Don't fail if 200 single steps are seen. Instead, fail
12895 when the test times out.
12896 (passes): New global.
12897 (top level): Break the testing loop if testing fails on any
12898 iteration. Use gdb_assert.
12899
b9394193
DB
129002015-02-04 Don Breazeal <donb@codesourcery.com>
12901
12902 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12903 and initialize them.
12904 (ipc_cleanup): New function.
12905 (main): Don't declare shmid, semid, and msqid. Add a call to
12906 atexit so that we call ipc_cleanup on exit.
12907
42d9e528
PA
129082015-02-04 Pedro Alves <palves@redhat.com>
12909
12910 * boards/native-extended-gdbserver.exp: Remove any target variant
12911 specifications from the board name before clearing the isremote
12912 flag from board_info.
12913
ae6ae975
DE
129142015-01-31 Doug Evans <xdje42@gmail.com>
12915
12916 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12917
cfb069a8
GB
129182015-01-31 Gary Benson <gbenson@redhat.com>
12919
12920 * gdb.base/completion.exp: Disable completion limiting for
12921 existing tests. Add new tests to check completion limiting.
12922 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12923
5dd31d79
DE
129242015-01-31 Doug Evans <xdje42@gmail.com>
12925
12926 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12927
9f050062
DE
129282015-01-31 Doug Evans <xdje42@gmail.com>
12929
12930 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12931 entries. Duplicate file section script entries.
12932 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12933 inlined entries. Add test for safe-path rejection.
12934 * gdb.python/py-section-script.c: Add duplicate inlined section script
12935 entries. Duplicate file section script entries.
12936 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12937 inlined entries. Add test for safe-path rejection.
12938
df25ebbd
JB
129392015-01-29 Joel Brobecker <brobecker@adacore.com>
12940
12941 * gdb.ada/disc_arr_bound: New testcase.
12942
4a0ca9ec
JB
129432015-01-29 Joel Brobecker <brobecker@adacore.com>
12944
12945 * gdb.ada/mi_var_array: New testcase.
12946
3a8b707a
DE
129472015-01-27 Doug Evans <dje@google.com>
12948
12949 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12950 Add test for objfile.filename, objfile.username after objfile
12951 has been unloaded.
12952
f8313f6e
JB
129532015-01-26 Joel Brobecker <brobecker@adacore.com>
12954
12955 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12956 the second test to print the name attribute of value
12957 returned by the call to gdb.lookup_type, and adjust
12958 the expected output accordingly.
12959
37bc665e
MW
129602015-01-25 Mark Wielaard <mjw@redhat.com>
12961
12962 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12963 * gdb.base/disp-step-fork.c: Include unistd.h.
12964 * gdb.base/siginfo-obj.c: Include stdio.h.
12965 * gdb.base/siginfo-thread.c: Likewise.
12966 * gdb.mi/non-stop.c: Include unistd.h.
12967 * gdb.mi/nsthrexec.c: Include stdio.h.
12968 * gdb.mi/pthreads.c: Include unistd.h.
12969 * gdb.modula2/unbounded1.c (main): Declare returns int.
12970 * gdb.reverse/consecutive-reverse.c: Likewise.
12971 * gdb.threads/create-fail.c: Include unistd.h.
12972 * gdb.threads/killed.c: Likewise.
12973 * gdb.threads/linux-dp.c: Likewise.
12974 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12975 * gdb.threads/non-ldr-exc-2.c: Likewise.
12976 * gdb.threads/non-ldr-exc-3.c: Likewise.
12977 * gdb.threads/non-ldr-exc-4.c: Likewise.
12978 * gdb.threads/pthreads.c: Include unistd.h.
12979 (main): Declare returns int.
12980 * gdb.threads/tls-main.c (foo): New declaration.
12981 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12982
f7e5394d
SM
129832015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12984
12985 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12986 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12987
743649fd
MW
129882015-01-15 Mark Wielaard <mjw@redhat.com>
12989
12990 * gdb.base/noreturn-return.c: New file.
12991 * gdb.base/noreturn-return.exp: New file.
12992 * gdb.base/noreturn-finish.c: New file.
12993 * gdb.base/noreturn-finish.exp: New file.
12994
198297aa
PA
129952015-01-23 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.threads/continue-pending-after-query.c: New file.
12998 * gdb.threads/continue-pending-after-query.exp: New file.
12999
717cf30c
AG
130002015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13001 Simon Marchi <simon.marchi@ericsson.com>
13002
13003 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13004 * gdb.base/valgrind-db-attach.exp: Same.
13005 * gdb.base/valgrind-infcall.exp: Same.
13006 * lib/mi-support.exp (default_mi_gdb_start): Same.
13007 * lib/prompt.exp (default_prompt_gdb_start): Same.
13008 * lib/gdb.exp (default_gdb_spawn): Same.
13009 (gdb_interact): New.
13010
13011
4b62a76e
JK
130122015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13013
13014 * gdb.compile/compile.exp (pointer to jit function): New test.
13015
b4cdae6f
WW
130162015-01-17 Wei-cheng Wang <cole945@gmail.com>
13017
13018 * lib/gdb.exp (supports_process_record): Return true for
13019 powerpc*-*-linux*.
13020 (supports_reverse): Likewise.
13021
d221e7ef
DB
130222015-01-15 Don Breazeal <donb@codesourcery.com>
13023
13024 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13025 instead of checking whether the target board is remote and
13026 use spawn_wait_for_attach instead of exec/sleep.
13027 * gdb.base/attach-twice.exp: Likewise.
13028
bafffb51
JB
130292015-01-15 Joel Brobecker <brobecker@adacore.com>
13030
13031 * gdb.ada/var_arr_attrs: New testcase.
13032
5589af0e
PA
130332015-01-14 Pedro Alves <palves@redhat.com>
13034 Joel Brobecker <brobecker@adacore.com>
13035
13036 PR gdb/17525
13037 * gdb.base/bp-cmds-execution-x-script.c: New file.
13038 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13039 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13040
6c400b59
PA
130412015-01-14 Pedro Alves <palves@redhat.com>
13042
13043 PR cli/17828
13044 * gdb.base/batch-preserve-term-settings.c: New file.
13045 * gdb.base/batch-preserve-term-settings.exp: New file.
13046
e02c96a7
DE
130472015-01-13 Doug Evans <dje@google.com>
13048
13049 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13050 binary.
13051
576fd14c
JB
130522015-01-13 Joel Brobecker <brobecker@adacore.com>
13053
13054 * Makefile.in (clean mostlyclean): Do not delete *.py.
13055
04dccad0
JB
130562015-01-13 Joel Brobecker <brobecker@adacore.com>
13057
13058 * gdb.python/py-lookup-type.exp: New file.
13059
3d230f71
PA
130602015-01-12 Pedro Alves <palves@redhat.com>
13061
13062 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13063 restore GDBFLAGS before returning.
13064
7e67715d
JK
130652015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13066
13067 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13068 is_amd64_regs_target and is_x86_like_target.
13069
f2e0d4b4
DE
130702015-01-11 Doug Evans <xdje42@gmail.com>
13071
13072 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13073 is given without an explicit form.
13074 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13075 attributes.
13076 * gdb.dwarf/corrupt.exp: Ditto.
13077 * gdb.dwarf2/enum-type.exp: Ditto.
13078 * gdb.trace/entry-values.exp: Ditto.
13079 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13080
439250fb
DE
130812015-01-11 Doug Evans <xdje42@gmail.com>
13082
13083 PR gdb/15830
13084 * gdb.base/maint.exp: Remove references to "maint demangle".
13085 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13086 Add tests for explicitly specifying language to demangle.
13087 * gdb.dlang/demangle.exp: Ditto.
13088
ede9f622
PA
130892015-01-09 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.threads/non-stop-fair-events.c: New file.
13092 * gdb.threads/non-stop-fair-events.exp: New file.
13093
a7b796db
PA
130942015-01-09 Pedro Alves <palves@redhat.com>
13095
13096 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13097 the global scope. Set a breakpoint after all threads are started
13098 rather than stepping over two source lines. Expect the prompt.
13099 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13100 global.
13101 (NUM): Now 15.
13102 (main): Use threads_started_barrier to wait for all threads to
13103 start. Main thread no longer calls thread_function. Exit after
13104 180 seconds.
13105 (loop): New function.
13106 (thread_function): Wait on threads_started_barrier barrier. Call
13107 'loop' at each iteration.
13108 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13109 threads have started, instead of hardcoding number of "next"
13110 steps. Use an access watchpoint instead of a write watchpoint.
13111
9665ffdd
PA
131122015-01-09 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13115 (thread_func): Wait on barrier.
13116 (main): Wait for all threads to start before stopping GDB.
13117 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13118 global.
13119 (thread1_func, thread2_func): Wait on barrier.
13120 (main): Wait for all threads to start before stopping GDB.
13121 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13122 New global.
13123 (thread1_func, thread2_func): Wait on barrier.
13124 (main): Wait for all threads to start before stopping GDB.
13125
c945a99f
PA
131262015-01-09 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.threads/attach-many-short-lived-threads.c: New file.
13129 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13130
c1a747c1
PA
131312014-01-09 Pedro Alves <palves@redhat.com>
13132
13133 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13134 instead of to thread 2.
13135 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13136 Add barrier around each pthread_create call instead of around all
13137 calls.
13138 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13139 Set a break on thread_function and have the child threads hit it
13140 one at at a time.
13141
60b3033e
PA
131422015-01-09 Pedro Alves <palves@redhat.com>
13143
13144 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13145 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13146 false.
13147 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13148 checking whether the target board is remote.
13149 * gdb.multi/multi-attach.exp: Likewise.
13150 * gdb.python/py-sync-interp.exp: Likewise.
13151 * gdb.server/ext-attach.exp: Likewise.
13152 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13153 tests that need to attach, instead of checking whether the target
13154 board is remote at the top of the file.
13155
acc018ac
YQ
131562015-01-08 Yao Qi <yao@codesourcery.com>
13157
13158 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13159
50a18af8
JK
131602015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13161
13162 Fix testcase compilation.
13163 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13164
8503d6e1
JB
131652015-01-06 Joel Brobecker <brobecker@adacore.com>
13166
13167 * gdb.python/py-type.exp: Add a couple test about empty
13168 array creation, and negative-length array creation.
13169
cc73dbcc
DE
131702015-01-02 Doug Evans <xdje42@gmail.com>
13171
13172 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13173
0300bbc7
DE
131742015-01-02 Doug Evans <dje@google.com>
13175
13176 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13177
9d85a0ec
YQ
131782014-12-29 Yao Qi <yao@codesourcery.com>
13179
13180 * gdb.trace/entry-values.exp: Update comments. Rename variable
13181 bar_call_foo to returned_from_foo.
13182
87186c6a
MMN
131832014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13184
13185 PR gdb/17394
13186 * gdb.linespec/break-asm-file.c: New file.
13187 * gdb.linespec/break-asm-file.exp: New file.
13188 * gdb.linespec/break-asm-file0.s: New file.
13189 * gdb.linespec/break-asm-file1.s: New file.
13190
1bab7383
YQ
131912014-12-18 Nigel Stephens <nigel@mips.com>
13192 Maciej W. Rozycki <macro@codesourcery.com>
13193
13194 * gdb.base/float.exp: Handle the new output from "info float" on
13195 MIPS targets.
13196
1bc1068a
JK
131972014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13198
13199 Fix MinGW compilation.
13200 * gdb.compile/compile-ops.exp: Update untested message if
13201 !skip_compile_feature_tests.
13202 * gdb.compile/compile-setjmp.exp: Likewise.
13203 * gdb.compile/compile-tls.exp: Likewise.
13204 * gdb.compile/compile.exp: Likewise.
13205 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13206 supported on this host".
13207
b6615d10
DE
132082014-12-16 Doug Evans <xdje42@gmail.com>
13209
13210 * boards/stabs.exp: New file.
13211
25dda427
AA
132122014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13213
13214 * gdb.base/completion.exp: Adjust to format changes of "maint
13215 print user-registers".
13216
bf330350
CU
132172014-12-16 Catalin Udma <catalin.udma@freescale.com>
13218
13219 PR server/17457
13220 * gdb.arch/aarch64-fp.c: New file.
13221 * gdb.arch/aarch64-fp.exp: New file.
13222
395cf596
SDJ
132232014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13224
13225 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13226 r210637, r210913, r211666, r215400, r215817).
13227
13228 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13229 * dg-extract-results.py: New file.
13230 * dg-extract-results.sh: Use it if the environment seems
13231 suitable.
13232
13233 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13234
13235 * dg-extract-results.py (parse_run): Handle warnings that
13236 are printed before a test harness is run.
13237
13238 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13239
13240 * dg-extract-results.py (Named): Remove __cmp__ method.
13241 (output_variation): Use a key to sort variation.harnesses.
13242
13243 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13244
13245 * dg-extract-results.py: For Python 3, force sys.stdout to
13246 handle surrogate escape sequences.
13247 (safe_open): New function.
13248 (output_segment, main): Use it.
13249
13250 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13251
13252 * dg-extract-results.py (Prog.result_re): Include options
13253 in test name.
13254
13255 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13256
13257 * dg-extract-results.py (output_variation): Always sort if
13258 do_sum.
13259
e882ef3c
SM
132602014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13261
13262 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13263 as long as we get pagination notifications.
13264
4992aa20
JM
132652014-12-15 Jason Merrill <jason@redhat.com>
13266
13267 * Makefile.in (check-gdb.%): Restore.
13268 * README: Mention it.
13269
c1b5a1a6
JB
132702014-12-13 Joel Brobecker <brobecker@adacore.com>
13271
13272 * gdb.ada/str_uninit: New testcase.
13273
5537b577
JK
132742014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13275
13276 PR symtab/17642
13277 * gdb.base/vla-stub-define.c: New file.
13278 * gdb.base/vla-stub.c: New file.
13279 * gdb.base/vla-stub.exp: New file.
13280
bb2ec1b3
TT
132812014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13282 Jan Kratochvil <jan.kratochvil@redhat.com>
13283 Tom Tromey <tromey@redhat.com>
13284
13285 * configure.ac: Add gdb.compile/.
13286 * configure: Regenerate.
13287 * gdb.compile/Makefile.in: New file.
13288 * gdb.compile/compile-ops.exp: New file.
13289 * gdb.compile/compile-ops.c: New file.
13290 * gdb.compile/compile-tls.c: New file.
13291 * gdb.compile/compile-tls.exp: New file.
13292 * gdb.compile/compile-constvar.S: New file.
13293 * gdb.compile/compile-constvar.c: New file.
13294 * gdb.compile/compile-mod.c: New file.
13295 * gdb.compile/compile-nodebug.c: New file.
13296 * gdb.compile/compile-setjmp-mod.c: New file.
13297 * gdb.compile/compile-setjmp.c: New file.
13298 * gdb.compile/compile-setjmp.exp: New file.
13299 * gdb.compile/compile-shlib.c: New file.
13300 * gdb.compile/compile.c: New file.
13301 * gdb.compile/compile.exp: New file.
13302 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13303
4ff709eb
TT
133042014-12-12 Tom Tromey <tromey@redhat.com>
13305
13306 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13307 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13308
6dddd6a5
DE
133092014-12-12 Doug Evans <dje@google.com>
13310
13311 * lib/gdb-python.exp (get_python_valueof): New function.
13312 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13313
71c24708
AA
133142014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13315
13316 * gdb.base/completion.exp: Add test for completion of "info
13317 registers ".
13318
3e29f34a
MR
133192014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13320
13321 * gdb.base/func-ptrs.c: New file.
13322 * gdb.base/func-ptrs.exp: New file.
13323
fc126975
SM
133242014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13325
13326 PR breakpoints/17012
13327 * gdb.base/dprintf-detach.c: New file.
13328 * gdb.base/dprintf-detach.exp: New file.
13329
0a46d518
SM
133302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13331
13332 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13333 * lib/gdb.exp (target_is_gdbserver): New procedure.
13334
a0be3e44
DE
133352014-12-08 Doug Evans <dje@google.com>
13336
13337 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13338
df1b803a
YQ
133392014-12-05 Yao Qi <yao@codesourcery.com>
13340
13341 * gdb.guile/scm-error.exp: Remove the third argument to
13342 gdb_remote_download.
13343 * gdb.guile/scm-frame-args.exp: Likewise.
13344 * gdb.guile/scm-section-script.exp: Likewise.
13345
ddb9f679
YQ
133462014-12-05 Yao Qi <yao@codesourcery.com>
13347
13348 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13349
86e4ed39
DE
133502014-12-04 Doug Evans <dje@google.com>
13351
13352 * gdb.python/py-objfile.exp: Add tests for
13353 objfile.add_separate_debug_file.
13354
7c50a931
DE
133552014-12-04 Doug Evans <dje@google.com>
13356
13357 * lib/gdb.exp (get_build_id): New function.
13358 (build_id_debug_filename_get): Rewrite to use it.
13359 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13360
621661e3
MR
133612014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13362
13363 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13364 `method(long)', not just 0x0.
13365 * gdb.cp/nsalias.exp: Align code labels to 4.
13366 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13367 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13368 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13369 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13370 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13371 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13372
29f0c3b7
DE
133732014-12-02 Doug Evans <dje@google.com>
13374
e1e061e7 13375 PR symtab/17602
29f0c3b7 13376 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13377 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13378 * gdb.cp/anon-ns.exp: Update.
13379
162078c8
NB
133802014-12-02 Nick Bull <nicholaspbull@gmail.com>
13381
13382 * gdb.python/py-events.py (inferior_call_handler): New.
13383 (register_changed_handler, memory_changed_handler): New.
13384 (test_events.invoke): Register new handlers.
13385 * gdb.python/py-events.exp: Add tests for inferior call,
13386 memory_changed and register_changed events.
13387
fdb09caf
AA
133882014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13389
13390 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13391 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13392 if the linker doesn't understand this.
13393
55cfb2c4
SM
133942014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13395
13396 * gdb.python/python.exp: Change expected reply to help().
13397
9e8cd6df
YQ
133982014-12-01 Yao Qi <yao@codesourcery.com>
13399
13400 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13401 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13402 * configure: Re-generated.
13403
6c659fc2
SC
134042014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13405
13406 * gdb.cp/chained-calls.cc: New file.
13407 * gdb.cp/chained-calls.exp: New file.
13408 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13409
d7fc3181
SM
134102014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13411
13412 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13413 * gdb.dwarf2/symtab-producer.exp: Same.
13414 * gdb.gdb/python-interrupts.exp: Same.
13415 * gdb.gdb/python-selftest.exp: Same.
13416 * gdb.python/py-linetable.exp: Same.
13417 * gdb.python/py-type.exp: Same.
13418 * gdb.python/py-value-cc.exp: Same.
13419 * gdb.python/py-value.exp: Same.
13420
10e79639
YQ
134212014-11-28 Yao Qi <yao@codesourcery.com>
13422
13423 * gdb.base/break-probes.exp: Match library name prefixed with
13424 sysroot.
13425
f28a0564
SM
134262014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13427
13428 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13429 test expected output. Add parentheses for the call to print.
13430 Remove L suffix from integers.
13431
3fe1ce1d
DE
134322014-11-26 Doug Evans <dje@google.com>
13433
13434 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13435
84429e27
YQ
134362014-11-22 Yao Qi <yao@codesourcery.com>
13437
13438 * gdb.trace/entry-values.c: Remove asms.
13439 (foo): Add foo_label.
13440 (bar): Add bar_label.
13441 * gdb.trace/entry-values.exp: Remove code computing foo's
13442 length and bar's length.
13443 (Dwarf::assemble): Invoke function_range for bar and use
13444 MACRO_AT_func for foo.
13445
26741859
YQ
134462014-11-22 Yao Qi <yao@codesourcery.com>
13447
13448 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13449 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13450 Use .Lgcc43_procstart instead of gcc43.
13451
45e44d27
JB
134522014-11-21 Joel Brobecker <brobecker@adacore.com>
13453
13454 * gdb.ada/n_arr_bound: New testcase.
13455
458c8db8
SDJ
134562014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13457
13458 PR breakpoints/10737
13459 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13460 test_catch_syscall_multi_arch.
13461 (test_catch_syscall_multi_arch): New function.
13462
43f3e411
DE
134632014-11-20 Doug Evans <xdje42@gmail.com>
13464
13465 * gdb.base/maint.exp: Update expected output.
13466
0d7b2549
AA
134672014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13468
13469 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13470 4-byte instruction on S390.
13471
8908fca5
JB
134722014-11-19 Joel Brobecker <brobecker@adacore.com>
13473
13474 * gdb.ada/arr_arr: New testcase.
13475
4a46959e
JB
134762014-11-19 Joel Brobecker <brobecker@adacore.com>
13477
13478 * gdb.ada/pkd_arr_elem: New Testcase.
13479
470e2f4e
LM
134802014-11-18 Luis Machado <lgustavo@codesourcery.com>
13481
13482 * gdb.reverse/break-precsave: Expect completion message for
13483 core file reads.
13484 * gdb.reverse/consecutive-precsave.exp: Likewise.
13485 * gdb.reverse/finish-precsave.exp: Likewise.
13486 * gdb.reverse/i386-precsave.exp: Likewise.
13487 * gdb.reverse/machinestate-precsave.exp: Likewise.
13488 * gdb.reverse/sigall-precsave.exp: Likewise.
13489 * gdb.reverse/solib-precsave.exp: Likewise.
13490 * gdb.reverse/step-precsave.exp: Likewise.
13491 * gdb.reverse/until-precsave.exp: Likewise.
13492 * gdb.reverse/watch-precsave.exp: Likewise.
13493
a267f3ad
AA
134942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13495
13496 * gdb.base/bp-permanent.c: Include unistd.h.
13497 * gdb.python/py-framefilter-mi.c (main): Add return type.
13498 * gdb.python/py-framefilter.c (main): Likewise.
13499 * gdb.trace/actions-changed.c (main): Likewise.
13500
12084a9a
AA
135012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13502
13503 * gdb.mi/until.c: Add eye-catchers.
13504 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13505 line numbers.
13506
dc7e1a77
AA
135072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13508
13509 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13510 function header variants in break1.c.
13511 * gdb.base/ena-dis-br.exp: Likewise.
13512 * gdb.base/hbreak2.exp: Likewise.
13513 * gdb.reverse/until-precsave.exp: Drop references to removed
13514 non-prototype function header variants in ur1.c.
13515 * gdb.reverse/until-reverse.exp: Likewise.
13516
41c77605
PM
135172014-11-17 Petr Machata <pmachata@redhat.com>
13518
13519 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13520 ${_cu_offset_size} bytes abbrev offset.
13521
34248c3a
DE
135222014-11-15 Doug Evans <xdje42@gmail.com>
13523
13524 PR symtab/17559
13525 * gdb.base/line-symtabs.exp: New file.
13526 * gdb.base/line-symtabs.c: New file.
13527 * gdb.base/line-symtabs.h: New file.
13528
646da059
YQ
135292014-11-14 Yao Qi <yao@codesourcery.com>
13530
13531 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13532 (func): Add label func_label.
13533 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13534 Replace low_pc and high_pc with MACRO_AT_range.
13535 Replace name, low_pc and high_pc with MACRO_AT_func.
13536
9301ebe6
YQ
135372014-11-14 Yao Qi <yao@codesourcery.com>
13538
13539 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13540 Replace name, low_pc and high_pc with MACRO_AT_func.
13541
f166b542
YQ
135422014-11-14 Yao Qi <yao@codesourcery.com>
13543
13544 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13545 produce debug information.
13546 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13547
0f6e71e3
YQ
135482014-11-14 Yao Qi <yao@codesourcery.com>
13549
13550 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13551 object and get function length.
13552 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13553 with MACRO_AT_func.
13554 (top-level): Replace gdb_compile and clean_restart with
13555 prepare_for_testing.
13556 * gdb.dwarf2/main.c (main): Add label main_label.
13557
876c4df9
YQ
135582014-11-14 Yao Qi <yao@codesourcery.com>
13559
13560 * lib/dwarf.exp (function_range): New procedure.
13561 (Dwarf::_handle_macro_at_func): New procedure.
13562 (Dwarf::_handle_macro_at_range): New procedure.
13563 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13564
02ad9cf1
YQ
135652014-11-14 Yao Qi <yao@codesourcery.com>
13566
13567 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13568 (_handle_attribute): New procedure.
13569
a59add0c
AA
135702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13571
13572 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13573 * gdb.base/call-sc.c (zed): Likewise.
13574 * gdb.base/checkpoint.c (main): Likewise.
13575 * gdb.base/dump.c (main): Likewise.
13576 * gdb.base/gcore.c (main): Likewise.
13577 * gdb.base/huge.c (main): Likewise.
13578 * gdb.base/multi-forks.c (main): Likewise.
13579 * gdb.base/pr10179-a.c (main): Likewise.
13580 * gdb.base/savedregs.c (main): Likewise.
13581 * gdb.base/sigaltstack.c (main): Likewise.
13582 * gdb.base/siginfo.c (main): Likewise.
13583 * gdb.base/structs.c (zed): Likewise.
13584 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13585 * gdb.mi/mi-syn-frame.c (main): Likewise.
13586 * gdb.mi/until.c (foo, main): Likewise.
13587 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13588 * gdb.base/solib-weak.c (foo): Declare.
13589 * gdb.base/attach-twice.c: Include stdio.h.
13590 * gdb.base/weaklib1.c: Likewise.
13591 * gdb.base/weaklib2.c: Likewise.
13592 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13593 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13594 unistd.h.
13595 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13596 * gdb.mi/mi-exit-code.c: Likewise.
13597 * gdb.base/break-interp-lib.c: Include string.h.
13598 * gdb.base/coremaker.c: Likewise.
13599 * gdb.base/testenv.c: Likewise.
13600 * gdb.python/py-finish-breakpoint.c: Likewise.
13601 * gdb.base/inferior-died.c: Include sys/wait.h.
13602 * gdb.base/fileio.c: Include time.h.
13603 * gdb.base/async-shell.c: Include unistd.h.
13604 * gdb.base/dprintf-non-stop.c: Likewise.
13605 * gdb.base/info-os.c: Likewise.
13606 * gdb.mi/mi-console.c: Likewise.
13607 * gdb.mi/watch-nonstop.c: Likewise.
13608 * gdb.python/py-events.c: Likewise.
13609 * gdb.base/async.c (baz): Move up before its invocation.
13610 * gdb.base/code_elim2.c (my_global_func): Likewise.
13611 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13612 * gdb.base/advance.c (func2): Likewise.
13613
3b5d5997
AA
136142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13615
13616 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13617 variant.
13618 * gdb.base/annota3.c: Likewise.
13619 * gdb.base/async.c: Likewise.
13620 * gdb.base/average.c: Likewise.
13621 * gdb.base/call-ar-st.c: Likewise.
13622 * gdb.base/call-rt-st.c: Likewise.
13623 * gdb.base/call-sc.c: Likewise.
13624 * gdb.base/call-strs.c: Likewise.
13625 * gdb.base/ending-run.c: Likewise.
13626 * gdb.base/execd-prog.c: Likewise.
13627 * gdb.base/exprs.c: Likewise.
13628 * gdb.base/foll-exec.c: Likewise.
13629 * gdb.base/foll-fork.c: Likewise.
13630 * gdb.base/foll-vfork.c: Likewise.
13631 * gdb.base/funcargs.c: Likewise.
13632 * gdb.base/gcore.c: Likewise.
13633 * gdb.base/jump.c: Likewise.
13634 * gdb.base/langs0.c: Likewise.
13635 * gdb.base/langs1.c: Likewise.
13636 * gdb.base/langs2.c: Likewise.
13637 * gdb.base/mips_pro.c: Likewise.
13638 * gdb.base/nodebug.c: Likewise.
13639 * gdb.base/opaque0.c: Likewise.
13640 * gdb.base/opaque1.c: Likewise.
13641 * gdb.base/recurse.c: Likewise.
13642 * gdb.base/run.c: Likewise.
13643 * gdb.base/scope0.c: Likewise.
13644 * gdb.base/scope1.c: Likewise.
13645 * gdb.base/setshow.c: Likewise.
13646 * gdb.base/setvar.c: Likewise.
13647 * gdb.base/shmain.c: Likewise.
13648 * gdb.base/shr1.c: Likewise.
13649 * gdb.base/shr2.c: Likewise.
13650 * gdb.base/sigall.c: Likewise.
13651 * gdb.base/signals.c: Likewise.
13652 * gdb.base/so-indr-cl.c: Likewise.
13653 * gdb.base/solib2.c: Likewise.
13654 * gdb.base/structs.c: Likewise.
13655 * gdb.base/sum.c: Likewise.
13656 * gdb.base/vforked-prog.c: Likewise.
13657 * gdb.base/watchpoint.c: Likewise.
13658 * gdb.reverse/shr2.c: Likewise.
13659 * gdb.reverse/until-reverse.c: Likewise.
13660 * gdb.reverse/ur1.c: Likewise.
13661 * gdb.reverse/watch-reverse.c: Likewise.
13662
066a77c5
AA
136632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13664
13665 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13666 variant.
13667 * gdb.base/sepdebug.exp: Drop references to removed code.
13668
4f204ea5
AA
136692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13670
13671 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13672 variant. Preserve original line numbering.
13673 * gdb.base/list1.c: Likewise.
13674
3b377a3a
AA
136752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13676
13677 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13678 variant.
13679 * gdb.base/break1.c: Likewise.
13680 * gdb.base/break.exp: Drop references to removed code.
13681
e444df73
AA
136822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13683
13684 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13685 variant.
13686
8008f2a7
AA
136872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13688
13689 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13690
a5a06887
AA
136912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13692
13693 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13694 logic into perform_all_tests() and invoke it with and without
13695 function header prototypes.
13696 (do_function_calls): Remove conditional XFAIL for PR 5318.
13697 (rerun_and_prepare): Remove duplicate code.
13698 (perform_all_tests): New. Main logic moved here.
13699
44dba9b9
AA
137002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13701
13702 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13703 code guarded by #ifdef NO_PROTOTYPES.
13704 (t_double_many_args): Likewise.
13705 (DEF_FUNC_MANY_ARGS_1): Likewise.
13706 (DEF_FUNC_VALUES_1): Likewise.
13707 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13708 guarded by #ifdef PROTOTYPES.
13709
d1fbcd56
AA
137102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13711
13712 * gdb.mi/mi-console.c: Add eye-catcher.
13713 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13714 instead of literal line number.
13715
b0e59b8f
AA
137162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13717
13718 * gdb.base/shr2.c: Add eye-catcher.
13719 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13720 line number.
13721
78f98cca
AA
137222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13723
13724 * gdb.base/jump.c: Add eye-catchers.
13725 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13726 numbers.
13727
58fa2af0
AA
137282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13729
13730 * gdb.base/execd-prog.c: Add eye-catchers.
13731 * gdb.base/foll-exec.c: Likewise.
13732 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13733 line numbers.
13734
04e5059b
AA
137352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13736
13737 * gdb.base/ending-run.c: Add eye-catchers.
13738 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13739 literal line numbers.
13740
dbfdb174
AA
137412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13742
13743 * gdb.base/call-rt-st.c: Add eye-catchers.
13744 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13745 literal line numbers.
13746
888a2ade
AA
137472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13748
13749 * gdb.base/call-ar-st.c: Add eye-catchers.
13750 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13751 literal line numbers.
13752
6acc2dde
AA
137532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13754
13755 * gdb.base/average.c: Add eye-catchers.
13756 * gdb.base/sum.c: Likewise.
13757 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13758 regexps dynamically.
13759
9ecfcd1d
AA
137602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13761
13762 * gdb.base/solib1.c: Add eye-catchers.
13763 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13764 literal line numbers.
13765
78708b7c
PA
137662014-11-12 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13769 leader has exited.
13770
af48d08f
PA
137712014-11-12 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.arch/i386-bp_permanent.c: New file.
13774 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13775 (srcfile): Set to i386-bp_permanent.c.
13776 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13777 that stepi does not execute the 'leave' instruction, instead of
13778 testing it does execute.
13779 * gdb.base/bp-permanent.c: New file.
13780 * gdb.base/bp-permanent.exp: New file.
13781
af3768e9
DE
137822014-11-10 Doug Evans <xdje42@gmail.com>
13783
13784 PR symtab/17564
13785 * gdb.base/symtab-search-order.exp: New file.
13786 * gdb.base/symtab-search-order.c: New file.
13787 * gdb.base/symtab-search-order-1.c: New file.
13788 * gdb.base/symtab-search-order-shlib-1.c: New file.
13789
9de00a4a
PA
137902014-11-07 Pedro Alves <palves@redhat.com>
13791
13792 PR gdb/17511
13793 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13794 i?86-*-linux*.
13795
e0f52461
SC
137962014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13797
13798 PR c++/17494
13799 * gdb.cp/pr17494.cc: New file.
13800 * gdb.cp/pr17494.exp: New file.
13801
6ce8c980
YQ
138022014-11-02 Yao Qi <yao@codesourcery.com>
13803
13804 * gdb.python/python.exp: Get working directory and match the
13805 output of "set extended-prompt \\w " with it.
13806
02be9a71
DE
138072014-10-30 Doug Evans <dje@google.com>
13808
13809 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13810 in objfiles.
13811 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13812 in progspaces.
13813
3bdff46b
LM
138142014-10-30 Janis Johnson <janisjo@codesourcery.com>
13815
13816 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13817 * gdb.base/realname-expand.exp: Likewise.
13818 * gdb.linespec/macro-relative.exp: Likewise.
13819
ab917dfb
PA
138202014-10-29 Pedro Alves <palves@redhat.com>
13821
13822 PR gdb/17408
13823 * gdb.threads/schedlock.c (some_function): New function.
13824 (call_function): New global.
13825 (MAYBE_CALL_SOME_FUNCTION): New macro.
13826 (thread_function): Call it.
13827 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13828 and use it instead of a global counter. Adjust all callers.
13829 (get_current_thread): Use "find current thread" for test message
13830 here rather than having all callers pass down the same string.
13831 (goto_loop): New procedure, factored out from ...
13832 (my_continue): ... this.
13833 (step_ten_loops): Change parameter from test message to command to
13834 use. Adjust.
13835 (list_count): Delete global.
13836 (check_result): New procedure, factored out from duplicate top
13837 level code.
13838 (continue tests): Wrap in with_test_prefix.
13839 (test_step): New procedure, factored out from duplicate top level
13840 code.
13841 (top level): Test "step" in combination with all scheduler-locking
13842 modes. Test "next" in combination with all scheduler-locking
13843 modes, and in combination with stepping over a function call or
13844 not.
13845 * gdb.threads/next-bp-other-thread.c: New file.
13846 * gdb.threads/next-bp-other-thread.exp: New file.
13847
d3d4baed
PA
138482014-10-29 Pedro Alves <palves@redhat.com>
13849
13850 PR python/17372
13851 * gdb.python/python.exp: Test a multi-line command that spawns
13852 interactive Python.
13853 * gdb.base/multi-line-starts-subshell.exp: New file.
13854
563e8d85
YQ
138552014-10-29 Yao Qi <yao@codesourcery.com>
13856
13857 * gdb.base/fileio.exp: Make directories on host.
13858
0ea4d52e
YQ
138592014-10-29 Yao Qi <yao@codesourcery.com>
13860
13861 * gdb.base/fileio.c (test_write): Close the file.
13862
7f5ef605
PA
138632014-10-28 Pedro Alves <palves@redhat.com>
13864
13865 PR gdb/12623
13866 * gdb.base/sigstep.c (no_handler): New global.
13867 (main): If 'no_handler is true, set the signal handlers to
13868 SIG_IGN.
13869 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13870 with_sw_watch and no_handler parameters. Handle them.
13871 (top level) <stepping over handler when stopped at a breakpoint
13872 test>: Add a test axis for testing with a software watchpoint, and
13873 another for testing with the signal handler set to SIG_IGN.
13874 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13875 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13876
abbdbd03
PA
138772014-10-28 Pedro Alves <palves@redhat.com>
13878
13879 PR gdb/17511
13880 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13881 * gdb.base/sigstep.exp (other_handler_location): New global.
13882 (advance): Support stepping into the signal handler, and running
13883 commands while in the handler.
13884 (in_handler_map): New global.
13885 (top level): In the advance test, add combinations for getting
13886 into the handler with stepping commands, and for running commands
13887 in the handler. Add comment descripting the advancei tests.
13888
1df4399f
PA
138892014-10-28 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.base/sigstep.exp: Use build_executable instead of
13892 prepare_for_testing.
13893 (top level): Move code that starts GDB, runs to main and creates a
13894 display to ...
13895 (restart): ... this new procedure.
13896 (top level): Move backtrace from signal handler test to ...
13897 (validate_backtrace): ... this new procedure.
13898 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13899 with_test_prefix. Always restart GDB.
13900 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13901 with_test_prefix. Always restart GDB. No need to delete
13902 breakpoints after the test.
13903 (test_skip_handler): Remove prefix parameter.
13904 (skip_over_handler, breakpoint_to_handler)
13905 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13906 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13907 restart GDB. No need to delete breakpoints after the test.
13908 (top level): Use foreach to call the test procedures with
13909 different commands.
13910
a5b6e449
PA
139112014-10-28 Pedro Alves <palves@redhat.com>
13912
13913 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13914 instead of GNATS numbers.
13915 * gdb.base/sigbpt.exp: Likewise.
13916 * gdb.base/siginfo.exp: Likewise.
13917 * gdb.base/sigstep.exp: Likewise.
13918
e5f8a7cc
PA
139192014-10-27 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.base/sigstep.c (dummy): New global.
13922 (main): Issue a couple writes to the new global.
13923 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13924 procedures.
13925 (skip_over_handler): Use test_skip_handler.
13926 (top level): Call skip_over_handler for stepi and nexti too.
13927 (breakpoint_over_handler): Use test_skip_handler.
13928 (top level): Call breakpoint_over_handler for stepi and nexti too.
13929
763905a3
YQ
139302014-10-27 Yao Qi <yao@codesourcery.com>
13931
13932 * gdb.trace/tfile.c (adjust_function_address)
13933 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13934 function descriptor.
13935
6f259a23
DB
139362014-10-24 Don Breazeal <donb@codesourcery.com>
13937
13938 * gdb.base/foll-fork.exp (test_follow_fork,
13939 catch_fork_child_follow): Check for updated fork messages emitted
13940 from infrun.c.
13941 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13942 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13943 vfork_and_exec_child_follow_through_step): Check for updated vfork
13944 messages emitted from infrun.c.
13945
09dd9a69
PA
139462014-10-24 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.base/corefile.exp: Remove references to ultrix.
13949 * gdb.base/interrupt.exp: Likewise.
13950 * gdb.base/whatis.exp: Likewise.
13951 * gdb.gdb/selftest.exp: Likewise.
13952 * gdb.threads/manythreads.exp: Likewise.
13953 * gdb.threads/print-threads.exp: Likewise.
13954 * gdb.threads/pthreads.exp:: Likewise.
13955 * gdb.threads/schedlock.exp: Likewise.
13956
3433cfa5
SC
139572014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13958
13959 * gdb.cp/non-trivial-retval.cc: Add a test case.
13960 * gdb.cp/non-trivial-retval.exp: Add a test.
13961
092f880b
YQ
139622014-10-20 Yao Qi <yao@codesourcery.com>
13963
13964 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13965 * gdb.python/py-objfile-script-gdb.py: New file.
13966 * gdb.python/py-objfile-script.exp: Update reference to
13967 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13968 of remote_download. Remove the dest file.
13969
acbdb7f3
YQ
139702014-10-20 Yao Qi <yao@codesourcery.com>
13971
13972 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13973 * gdb.base/step-line.exp: Likewise.
13974 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13975 * gdb.dwarf2/dw2-basic.exp: Likewise.
13976 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13977 * gdb.dwarf2/dw2-filename.exp: Likewise.
13978 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13979 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13980 * gdb.dwarf2/dw2-producer.exp: Likewise.
13981 * gdb.dwarf2/mac-fileno.exp: Likewise.
13982 * gdb.python/py-frame-args.exp: Likewise.
13983 * gdb.python/py-framefilter.exp: Likewise.
13984 * gdb.python/py-mi.exp: Likewise.
13985 * gdb.python/py-objfile-script.exp: Likewise
13986 * gdb.python/py-pp-integral.exp: Likewise.
13987 * gdb.python/py-pp-re-notag.exp: Likewise.
13988 * gdb.python/py-prettyprint.exp: Likewise.
13989 * gdb.python/py-section-script.exp: Likewise.
13990 * gdb.python/py-typeprint.exp: Likewise.
13991 * gdb.python/py-xmethods.exp: Likewise.
13992 * gdb.stabs/weird.exp: Likewise.
13993 * gdb.xml/tdesc-regs.exp: Likewise.
13994
bd286a29
KCY
139952014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13996
13997 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13998 (out_cu): Use addr_len for the size of addresses.
13999 (out_line): Likewise. Size DW_LNE_set_address instruction
14000 according to addr_len.
14001 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14002 (FUNC): Add START_INSNS to definition.
14003
673dc4a0
YQ
140042014-10-18 Yao Qi <yao@codesourcery.com>
14005
14006 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14007 gdb_has_argv0 return true.
14008 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14009 check [target_info exists noargs], check [gdb_has_argv0]
14010 instead.
14011 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14012 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14013 procedures.
14014
4ffbba72
DE
140152014-10-17 Doug Evans <dje@google.com>
14016
14017 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14018 event.
14019 * gdb.python/py-events.py: Add clear_objfiles event.
14020
d096d8c1
DE
140212014-10-17 Doug Evans <dje@google.com>
14022
14023 * gdb.python/py-objfile.exp: Test progspace attribute.
14024
a80db015
LM
140252014-10-17 Luis Machado <lgustavo@codesourcery.com>
14026
14027 * gdb.guile/scm-breakpoint.exp: Do not assume any
14028 directory separators when matching source file paths.
14029 * gdb.python/py-breakpoint.exp: Likewise.
14030 * gdb.reverse/break-precsave.exp: Likewise.
14031 * gdb.reverse/break-reverse.exp: Likewise.
14032 * gdb.reverse/consecutive-precsave.exp: Likewise.
14033 * gdb.reverse/finish-precsave.exp: Likewise.
14034 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14035 * gdb.reverse/finish-reverse.exp: Likewise.
14036 * gdb.reverse/i386-precsave.exp: Likewise.
14037 * gdb.reverse/i387-env-reverse.exp: Likewise.
14038 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14039 * gdb.reverse/machinestate-precsave.exp: Likewise.
14040 * gdb.reverse/machinestate.exp: Likewise.
14041 * gdb.reverse/sigall-precsave.exp: Likewise.
14042 * gdb.reverse/solib-precsave.exp: Likewise.
14043 * gdb.reverse/step-precsave.exp: Likewise.
14044 * gdb.reverse/until-precsave.exp: Likewise.
14045 * gdb.reverse/watch-precsave.exp: Likewise.
14046 * gdb.reverse/watch-reverse.exp: Likewise.
14047
b22089ab
YQ
140482014-10-17 Yao Qi <yao@codesourcery.com>
14049
14050 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14051 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14052
6c4486e6
PA
140532014-10-17 Pedro Alves <palves@redhat.com>
14054
14055 PR gdb/17471
14056 * gdb.base/bg-execution-repeat.c: New file.
14057 * gdb.base/bg-execution-repeat.exp: New file.
14058
0ff33695
PA
140592014-10-17 Pedro Alves <palves@redhat.com>
14060
14061 PR gdb/17300
14062 * gdb.base/continue-all-already-running.c: New file.
14063 * gdb.base/continue-all-already-running.exp: New file.
14064
6fdebc3d
PA
140652014-10-17 Pedro Alves <palves@redhat.com>
14066
14067 PR gdb/17472
14068 * gdb.base/annota-input-while-running.c: New file.
14069 * gdb.base/annota-input-while-running.exp: New file.
14070
32a8097b
PA
140712014-10-17 Pedro Alves <palves@redhat.com>
14072
14073 * gdb.base/callfuncs.exp: emove references to osf.
14074 * gdb.base/sigall.exp: Likewise.
14075 * gdb.gdb/selftest.exp: Likewise.
14076 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14077 * gdb.mi/non-stop.c: Likewise.
14078 * gdb.mi/pthreads.c: Likewise.
14079 * gdb.reverse/sigall-precsave.exp: Likewise.
14080 * gdb.reverse/sigall-reverse.exp: Likewise.
14081 * gdb.threads/pthreads.c: Likewise.
14082 * gdb.threads/pthreads.exp: Likewise.
14083
7a3517ff
YQ
140842014-10-17 Yao Qi <yao@codesourcery.com>
14085
14086 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14087 check 'target_info exists noargs'.
14088 (test_command_prompt_position): Likewise.
14089 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14090 Remove "set args".
14091 (progvar_simple_while_test): Likewise.
14092 (progvar_complex_if_while_test): Likewise.
14093 (if_while_breakpoint_command_test): Likewise.
14094 (infrun_breakpoint_command_test): Likewise.
14095 (breakpoint_command_test): Likewise.
14096 (watchpoint_command_test): Likewise.
14097 (bp_deleted_in_command_test): Likewise.
14098 (temporary_breakpoint_commands): Likewise.
14099
bb99c472
YQ
141002014-10-16 Yao Qi <yao@codesourcery.com>
14101
14102 * gdb.base/remotetimeout.exp: Remove noargs checking.
14103
7c16b83e
PA
141042014-10-15 Pedro Alves <palves@redhat.com>
14105
14106 PR breakpoints/9649
14107 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14108 * gdb.base/breakpoint-in-ro-region.exp
14109 (probe_target_hardware_step): New procedure.
14110 (top level): Probe hardware stepping and hardware breakpoint
14111 support. Test stepping through a read-only region, with both
14112 "breakpoint auto-hw" on and off and both "always-inserted" on and
14113 off.
14114
35a49624
IB
141152014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14116
14117 * gdb.dlang/demangle.exp: Update for demangling changes.
14118
2d1c107c
SC
141192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14120
14121 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14122 * gdb.cp/non-trivial-retval.exp: Add new tests.
14123
778811d5
SC
141242014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14125
14126 PR c++/13403
14127 PR c++/15154
14128 * gdb.cp/non-trivial-retval.cc: New file.
14129 * gdb.cp/non-trivial-retval.exp: New file.
14130
10c5f0a8
YQ
141312014-10-15 Yao Qi <yao@codesourcery.com>
14132
14133 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14134 remote host.
14135
65d7b369
YQ
141362014-10-15 Yao Qi <yao@codesourcery.com>
14137
14138 * gdb.python/py-symbol.exp: Match file base name if host is
14139 remote, otherwise match file name with dir name.
14140 * gdb.python/py-symtab.exp: Likewise.
14141 * gdb.python/python.exp: Likewise.
14142
46dc1394
YQ
141432014-10-15 Yao Qi <yao@codesourcery.com>
14144
14145 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14146 pattern.
14147 * gdb.python/py-symtab.exp: Likewise.
14148 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14149 locationn.
14150
c40cc657
JB
141512014-10-14 Joel Brobecker <brobecker@adacore.com>
14152
14153 * gdb.ada/addr_arith: New testcase.
14154
2abf49e1
MR
141552014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14156
14157 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14158 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14159 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14160 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14161
f7088df3
SDJ
141622014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14163
14164 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14165 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14166 * gdb.arch/stap-eval-lang-ada.exp: New file.
14167
4dc06805
YQ
141682014-10-14 Yao Qi <yao@codesourcery.com>
14169
14170 * gdb.mi/mi-var-child.c (nothing1): New function.
14171 (nothing2): New function.
14172 (do_children_tests): Set function pointers by nothing1 and
14173 nothing2.
14174 * gdb.mi/mi-var-child.exp: Step over new added statements.
14175 Update test to match the new output.
14176 * gdb.mi/var-cmd.c (nothing1): New function.
14177 (nothing2): New function.
14178 (do_children_tests): Set function pointers by nothing1 and
14179 nothing2.
14180 * gdb.mi/mi-var-display.exp: Update test to match output.
14181 Step to the line specified by $line_dct_nothing.
14182 Increase the number of lines to step.
14183
46a93de2
YQ
141842014-10-14 Yao Qi <yao@codesourcery.com>
14185
14186 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14187 tests.
14188 * gdb.mi/mi2-var-child.exp: Likewise.
14189
14ea52ee
DE
141902014-10-13 Doug Evans <dje@google.com>
14191
14192 * gdb.python/py-objfile.exp: Change name of file name test.
14193
e5c6e92b
DE
141942014-10-13 Doug Evans <dje@google.com>
14195
14196 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14197 from the start of the CU.
14198
c780cc2f
JK
141992014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14200 Yao Qi <yao@codesourcery.com>
14201
14202 Fix "save breakpoints" for "catch" command.
14203 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14204 Remove -nonewline. Match also the added "main" line.
14205
99894e11
JK
142062014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14207
14208 Fix "save breakpoints" for "disable $bpnum" command.
14209 * gdb.base/save-bp.c (main): Add label.
14210 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14211
6e1ac5a3
JK
142122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14213
14214 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14215
754dd2b0
YQ
142162014-10-11 Yao Qi <yao@codesourcery.com>
14217
14218 * gdb.server/server-kill.exp: Execute command
14219 "set remote trace-status-packet on" before "tstatus".
14220
f90183d7
YQ
142212014-10-11 Yao Qi <yao@codesourcery.com>
14222
14223 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14224 (main): Call getppid.
14225 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14226 and continue to it. Read variable "server_pid".
14227
bf40a607
YQ
142282014-10-11 Yao Qi <yao@codesourcery.com>
14229
14230 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14231
052ca370
YQ
142322014-10-11 Yao Qi <yao@codesourcery.com>
14233
14234 * gdb.threads/thread-find.exp: Don't execute command
14235 "info threads".
14236 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14237 * gdb.threads/linux-dp.exp: Don't check the condition
14238 $threads_created equals to zero.
14239
3831839c
PA
142402014-10-10 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.base/bigcore.exp: Remove references to IRIX.
14243 * gdb.base/funcargs.exp: Likewise.
14244 * gdb.base/interrupt.exp: Likewise.
14245 * gdb.base/mips_pro.exp: Likewise.
14246 * gdb.base/nodebug.exp: Likewise.
14247 * gdb.base/setvar.exp: Likewise.
14248 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14249
8b9a549d
PA
142502014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14251 Pedro Alves <palves@redhat.com>
14252
14253 PR symtab/14466
14254 * gdb.base/vdso-warning.c: New file.
14255 * gdb.base/vdso-warning.exp: New file.
14256
d48ba5e8
DE
142572014-10-02 Doug Evans <dje@google.com>
14258
14259 * gdb.base/structs.c (main): Don't run forever.
14260
2278c276
PA
142612014-10-02 Pedro Alves <palves@redhat.com>
14262
14263 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14264 (top level) <stop threads 1, stop threads 2>: Use it.
14265
b57bacec
PA
142662014-10-02 Pedro Alves <palves@redhat.com>
14267
14268 * gdb.threads/break-while-running.exp (test): Add new
14269 'update_thread_list' argument. Skip "info threads" if false.
14270 (top level): Add new 'update_thread_list' axis.
14271
13fd3ff3
PA
142722014-10-02 Pedro Alves <palves@redhat.com>
14273
14274 PR breakpoints/17431
14275 * gdb.base/execl-update-breakpoints.c: New file.
14276 * gdb.base/execl-update-breakpoints.exp: New file.
14277
0fec99e8
PA
142782014-10-01 Pedro Alves <palves@redhat.com>
14279
14280 * gdb.base/breakpoint-in-ro-region.c: New file.
14281 * gdb.base/breakpoint-in-ro-region.exp: New file.
14282
2ddf4301
SM
142832014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14284
14285 * gdb.mi/mi-exit-code.exp: New file.
14286 * gdb.mi/mi-exit-code.c: New file.
14287
6a5f3f43
YQ
142882014-09-30 Yao Qi <yao@codesourcery.com>
14289
14290 * lib/prelink-support.exp (build_executable_own_libs): Error if
14291 the target isn't native.
14292
345bcc73
YQ
142932014-09-30 Yao Qi <yao@codesourcery.com>
14294
14295 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14296 false.
14297
a25a5a45
PA
142982014-09-22 Pedro Alves <palves@redhat.com>
14299
14300 * gdb.threads/break-while-running.exp: New file.
14301 * gdb.threads/break-while-running.c: New file.
14302
00ba3162
YQ
143032014-09-19 Yao Qi <yao@codesourcery.com>
14304
14305 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14306 Invoke test. Restart GDB with --readnow and invoke test again.
14307
c3b7b696
YQ
143082014-09-19 Yao Qi <yao@codesourcery.com>
14309
14310 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14311 proc set_breakpoint_on_gcd_function. Invoke
14312 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14313 invoke set_breakpoint_on_gcd_function again.
14314
2b4fd423
DE
143152014-09-18 Doug Evans <dje@google.com>
14316
14317 * gdb.dwarf2/symtab-producer.exp: New file.
14318
a5947601
SDJ
143192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14320
14321 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14322 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14323 * gdb.base/global-var-nested-by-dso.c: Likewise.
14324 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14325
91c19059
SDJ
143262014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14327 Pedro Alves <palves@redhat.com>
14328
14329 * gdb.base/watch-bitfields.exp: Pass string other than test file
14330 name to prepare_for_testing.
14331 (watch): New procedure.
14332 (expect_watchpoint): Use with_test_prefix.
14333 (top level): Factor out tests to ...
14334 (test_watch_location, test_regular_watch): ... these new
14335 procedures, and use with_test_prefix and gdb_continue_to_end.
14336
bb9d5f81
PP
143372014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14338
14339 PR breakpoints/12526
14340 * gdb.base/watch-bitfields.exp: New file.
14341 * gdb.base/watch-bitfields.c: New file.
14342
635856f5
PA
143432014-09-16 Pedro Alves <palves@redhat.com>
14344
14345 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14346 software and hardware addresses, not software address against
14347 itself.
14348
7280ceea
PA
143492014-09-16 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14352 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14353
428b16bd
PA
143542014-09-16 Pedro Alves <palves@redhat.com>
14355
14356 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14357 files.
14358 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14359 "*-*-vxworks*" throughout.
14360 * gdb.base/break.exp: Likewise.
14361 * gdb.base/default.exp: Likewise.
14362 * gdb.base/scope.exp: Likewise.
14363 * gdb.base/sepdebug.exp: Likewise.
14364 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14365 throughout.
14366 * gdb.base/run.c: Likewise.
14367 * gdb.base/sepdebug.c: Likewise.
14368 * gdb.hp/gdb.aCC/run.c: Likewise.
14369 * gdb.reverse/until-reverse.c: Likewise.
14370 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14371
666d413c
YQ
143722014-09-16 Yao Qi <yao@codesourcery.com>
14373
14374 * boards/local-remote-host-native.exp: New file.
14375
57cbd724
DE
143762014-09-14 Doug Evans <xdje42@gmail.com>
14377
14378 * gdb.threads/queue-signal.c (thread_count): New variable.
14379 (thread_count_mutex, thread_count_condvar): New variables.
14380 (incr_thread_count, wait_all_threads_running): New functions.
14381 (main): Wait for all threads to be in their thread functions.
14382
81219e53
DE
143832014-09-13 Doug Evans <xdje42@gmail.com>
14384
14385 * gdb.threads/queue-signal.c: New file.
14386 * gdb.threads/queue-signal.exp: New file.
14387
3714cea7
DE
143882014-09-13 Doug Evans <xdje42@gmail.com>
14389
14390 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14391 be consistent with what default_gdb_init uses.
14392 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14393 the plain text of the prompt. Add some logging printfs.
14394 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14395
fa43b1d7
PA
143962014-09-12 Pedro Alves <palves@redhat.com>
14397
14398 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14399 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14400 * gdb.arch/i386-size-overlap.exp: Likewise.
14401 * gdb.arch/i386-size.exp: Likewise.
14402 * gdb.arch/i386-unwind.exp: Likewise.
14403 * gdb.base/a2-run.exp: Likewise.
14404 * gdb.base/break.exp: Likewise.
14405 * gdb.base/charset.exp: Likewise.
14406 * gdb.base/chng-syms.exp: Likewise.
14407 * gdb.base/commands.exp: Likewise.
14408 * gdb.base/dbx.exp: Likewise.
14409 * gdb.base/find.exp: Likewise.
14410 * gdb.base/funcargs.exp: Likewise.
14411 * gdb.base/jit-simple.exp: Likewise.
14412 * gdb.base/reread.exp: Likewise.
14413 * gdb.base/sepdebug.exp: Likewise.
14414 * gdb.base/step-bt.exp: Likewise.
14415 * gdb.cp/mb-inline.exp: Likewise.
14416 * gdb.cp/mb-templates.exp: Likewise.
14417 * gdb.objc/basicclass.exp: Likewise.
14418 * gdb.threads/killed.exp: Likewise.
14419
9d9bf2df
EBM
144202014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14421
14422 PR tdep/17379
14423 * gdb.arch/powerpc-stackless.S: New file.
14424 * gdb.arch/powerpc-stackless.exp: New file.
14425
1cf2f1b0
JK
144262014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14427
14428 * gdb.base/attach.c: Include unistd.h.
14429 (main): Call alarm. Add label postloop.
14430 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14431 gdb_breakpoint, gdb_continue_to_breakpoint.
14432 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14433
98880d46
PA
144342014-09-11 Pedro Alves <palves@redhat.com>
14435
14436 PR gdb/17347
14437 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14438 * gdb.base/attach.exp (test_command_line_attach_run): New
14439 procedure.
14440 (top level): Call it.
14441
4c92ff2c
PA
144422014-09-11 Pedro Alves <palves@redhat.com>
14443
14444 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14445 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14446 (do_command_attach_tests): Use spawn_wait_for_attach.
14447 * gdb.base/solib-overlap.exp: Likewise.
14448 * gdb.multi/multi-attach.exp: Likewise.
14449 * gdb.python/py-prompt.exp: Likewise.
14450 * gdb.python/py-sync-interp.exp: Likewise.
14451 * gdb.server/ext-attach.exp: Likewise.
14452
3adc1a7d
GKB
144532014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14454
14455 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14456 command in testcase. Simplify testcase.
14457
96334934
JB
144582014-09-10 Joel Brobecker <brobecker@adacore.com>
14459
14460 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14461
eb479039
JB
144622014-09-10 Joel Brobecker <brobecker@adacore.com>
14463
14464 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14465
deede10c
JB
144662014-09-10 Joel Brobecker <brobecker@adacore.com>
14467
14468 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14469
7828a5f5
JB
144702014-09-10 Joel Brobecker <brobecker@adacore.com>
14471
14472 * gdb.dwarf2/dynarr-ptr.c: New file.
14473 * gdb.dwarf2/dynarr-ptr.exp: New file.
14474
33aeebcf
MR
144752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14476
14477 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14478 of 30 rather than hardcoding 120 for a slow test case. Take the
14479 `gdb,timeout' target setting into account for this calculation.
14480 Don't extend the timeout for the test cases that don't need it.
14481
7b415901
MR
144822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14483
14484 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14485 a factor of 2 for a slow test case. Take the `gdb,timeout'
14486 target setting into account for this calculation.
14487 * gdb.reverse/until-precsave.exp: Increase the timeout by
14488 a factor of 15 and 3 respectively rather than adding 120
14489 for a pair of slow test cases. Take the `gdb,timeout'
14490 target setting into account for this calculation.
14491
4a40f85a
MR
144922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14493
14494 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14495 timeout, don't pass one down to gdb_expect.
14496 (gdb_expect): Rework timeout selection.
14497
09635af7
MR
144982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14499
14500 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14501 exception on timeout.
14502 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14503 (gdbserver_start_extended): Catch any `gdbserver_start' error
14504 exceptions.
14505 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14506 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14507 `gdbserver_gdb_load' error exceptions.
14508
2bdd10b7
MR
145092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14510
14511 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14512 120 on waiting for the TCP socket to open.
14513
316935f0
DE
145142014-09-09 Doug Evans <xdje42@gmail.com>
14515
14516 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14517 _caller_matches, _any_caller_is, _any_caller_matches.
14518
83740597
DE
145192014-09-09 Doug Evans <xdje42@gmail.com>
14520
14521 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14522
4c122fc3
YQ
145232014-09-09 Yao Qi <yao@codesourcery.com>
14524
14525 * gdb.mi/mi-var-display.exp: Set print symbol off.
14526
a9f116cb
GKB
145272014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14528
14529 PR gdb/17035
14530 * gdb.base/commands.exp: Add tests to verify user-defined
14531 commands with empty bodies.
14532 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14533 python commands in `show user command`.
14534 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14535 scheme commands in `show user command`.
14536
c75bd3a2
JK
145372014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14538
14539 PR python/17355
14540 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14541 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14542 * gdb.python/py-framefilter-invalidarg.exp: New file.
14543 * gdb.python/py-framefilter-invalidarg.py: New file.
14544
faa42425
DE
145452014-09-06 Doug Evans <xdje42@gmail.com>
14546
14547 PR 15276
14548 * gdb.python/py-caller-is.c: New file.
14549 * gdb.python/py-caller-is.exp: New file.
14550
474ca4f6
SDJ
145512014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14552
14553 PR gdb/17235
14554 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14555 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14556
eb0b0463
SDJ
145572014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14558
14559 PR fortran/17237
14560 * gdb.fortran/print-formatted.exp: New file.
14561 * gdb.fortran/print-formatted.f90: Likewise.
14562
5f3b99cf
SS
145632014-09-03 Sasha Smundak <asmundak@google.com>
14564
14565 * gdb.python/py-frame.exp: Test Frame.read_register.
14566
7d793aa9
SDJ
145672014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14568
14569 PR python/16699
14570 * gdb.python/py-completion.exp: New file.
14571 * gdb.python/py-completion.py: Likewise.
14572
fb0576e9
DE
145732014-08-28 Doug Evans <dje@google.com>
14574
14575 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14576 eax,etc. are live with values set by gdb and thus the compiler can't
14577 use them.
14578 * gdb.arch/i386-pseudo.c (main): Ditto.
14579
ee92b0dd
DE
145802014-08-27 Doug Evans <dje@google.com>
14581
14582 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14583
6649db35
DE
145842014-08-25 Doug Evans <dje@google.com>
14585
14586 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14587 (main): Ditto.
14588
564b7600
DE
145892014-08-25 Doug Evans <dje@google.com>
14590
14591 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14592
3881fb67
YQ
145932014-08-24 Yao Qi <yao@codesourcery.com>
14594
14595 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14596 symbol off.
14597 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14598
a05a36a5
DE
145992014-08-22 Doug Evans <dje@google.com>
14600
14601 PR 17276
14602 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14603 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14604 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14605
7c343b48
YQ
146062014-08-22 Yao Qi <yao@codesourcery.com>
14607
14608 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14609 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14610 * gdb.python/python.exp: Likewise. Use .py file on the host
14611 instead of the build.
14612
22fd09ae
JK
146132014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14614
14615 * gdb.threads/gcore-stale-thread.c: New file.
14616 * gdb.threads/gcore-stale-thread.exp: New file.
14617
a8454a7c
PA
146182014-08-21 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14621 * gdb.base/gcore-relro-pie.exp: Likewise.
14622 * gdb.base/gcore-relro.exp: Likewise.
14623 * gdb.base/gcore.exp: Likewise.
14624 * gdb.base/print-symbol-loading.exp: Likewise.
14625 * gdb.threads/gcore-thread.exp: Likewise.
14626 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14627
2a31c623
PA
146282014-08-20 Pedro Alves <palves@redhat.com>
14629 Jan Kratochvil <jan.kratochvil@redhat.com>
14630
14631 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14632 configure.
14633 (EXPECT): Handle READ1 being set.
14634 (all): Depend on EXTRA_RULES.
14635 (check-read1, expect-read1, read1.so, read1): New rules.
14636 * README (Testsuite Parameters): Document the READ1 make variable.
14637 (Race detection): New section.
14638 * configure: Regenerate.
14639 * configure.ac: If build==host==target, and running under a
14640 GNU/glibc system, add read1 to the extra Makefile rules.
14641 (EXTRA_RULES): AC_SUBST it.
14642 * lib/read1.c: New file.
14643
d36430db
JB
146442014-08-20 Joel Brobecker <brobecker@adacore.com>
14645
14646 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14647 the handling of variables declared as a typedef to an array
14648 which a DW_AT_data_location attribute.
14649
9a0dc9e3
PA
146502014-08-19 Andrew Burgess <aburgess@broadcom.com>
14651 Pedro Alves <palves@redhat.com>
14652
14653 PR symtab/14604
14654 PR symtab/14605
14655 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14656 gdb_test.
14657
0718a8da
PA
146582014-08-19 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14661
13b448cd
YQ
146622014-08-19 Yao Qi <yao@codesourcery.com>
14663
14664 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14665 right line.
14666
1cbf5077
DB
146672014-08-18 David Blaikie <dblaikie@gmail.com>
14668
14669 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14670
bf0fae19
JB
146712014-08-18 Joel Brobecker <brobecker@adacore.com>
14672
14673 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14674 attribute in array range.
14675
3c8c5dcc
JB
146762014-08-18 Joel Brobecker <brobecker@adacore.com>
14677
14678 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14679
e66d4446
SC
146802014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14681
14682 PR c++/17132
14683 * gdb.cp/pr17132.cc: New file.
14684 * gdb.cp/pr17132.exp: New file.
14685
940df408
SC
146862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14687
14688 * gdb.python/py-xmethods.py (A_getarrayind)
14689 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14690 Use 'print' with function call syntax.
14691 (E_method_matcher.match): Fix tab vs space indentation mixup.
14692
ebcc6c3a
YQ
146932014-08-15 Yao Qi <yao@codesourcery.com>
14694
14695 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14696 false.
14697
775e0f04
YQ
146982014-08-15 Yao Qi <yao@codesourcery.com>
14699
14700 * gdb.cp/casts.exp: Set print symbol off.
14701 * gdb.cp/class2.exp: Likewise.
14702 * gdb.cp/overload.exp: Likewise.
14703 * gdb.cp/templates.exp: Likewise.
14704
d769e349
DE
147052014-08-11 Doug Evans <dje@google.com>
14706
14707 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14708 (test_load_shlib): Update.
14709
20c6f1e1
YQ
147102014-08-09 Yao Qi <yao@codesourcery.com>
14711
14712 * gdb.base/display.exp: Invoke is_address_zero_readable.
14713 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14714 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14715 * gdb.base/hbreak-unmapped.exp: Return if
14716 is_address_zero_readable returns true.
14717 * gdb.base/signest.exp: Likewise.
14718 * gdb.base/signull.exp: Likewise.
14719 * gdb.base/sigbpt.exp: Likewise.
14720 * gdb.guile/scm-disasm.exp: Do the test if
14721 is_address_zero_readable returns false.
14722 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14723 * gdb.python/py-arch.exp: Likewise.
14724 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14725 * lib/gdb.exp (is_address_zero_readable): New proc.
14726
5792e8e3
YQ
147272014-08-09 Yao Qi <yao@codesourcery.com>
14728
14729 PR testsuite/13443
14730 * gdb.mi/mi-var-display.exp: Make test messages unique.
14731
3cecbbbe
TT
147322014-08-04 Tom Tromey <tromey@redhat.com>
14733
14734 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14735 target 0".
14736
00b51ff5
TT
147372014-08-04 Tom Tromey <tromey@redhat.com>
14738
14739 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14740 "target_resume".
14741
6908c509
JB
147422014-08-01 Joel Brobecker <brobecker@adacore.com>
14743
14744 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14745 inner_vla_struct_object_size.
14746 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14747 as xfail.
14748
cc6563d2
PA
147492014-07-30 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14752 comment.
14753
7e09a223
YQ
147542014-07-29 Yao Qi <yao@codesourcery.com>
14755
14756 PR gdb/17206
14757 * gdb.base/until-nodebug.exp: New.
14758
7ebdbe92
DE
147592014-07-28 Doug Evans <xdje42@gmail.com>
14760
14761 PR guile/17203
14762 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14763 previously existing parameter, and previously ambiguously spelled
14764 parameter.
14765
fdb1adc6
WN
147662014-07-28 Will Newton <will.newton@linaro.org>
14767
14768 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14769
186fcde0
DE
147702014-07-26 Ludovic Courtès <ludo@gnu.org>
14771 Doug Evans <xdje42@gmail.com>
14772
14773 PR guile/17146
14774 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14775
70509625
PA
147762014-07-25 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.threads/signal-command-handle-nopass.c: New file.
14779 * gdb.threads/signal-command-handle-nopass.exp: New file.
14780 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14781 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14782 * gdb.threads/signal-delivered-right-thread.c: New file.
14783 * gdb.threads/signal-delivered-right-thread.exp: New file.
14784
c3f814a1
PA
147852014-07-25 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.base/double-prompt-target-event-error.exp
14788 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14789 match.
14790 (cancel_pagination_in_target_event): Rework double prompt
14791 detection.
14792 * gdb.base/paginate-after-ctrl-c-running.exp
14793 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14794 <return>' match.
14795 * gdb.base/paginate-bg-execution.exp
14796 (test_bg_execution_pagination_return)
14797 (test_bg_execution_pagination_cancel): Remove '-notransfer
14798 <return>' matches.
14799 * gdb.base/paginate-execution-startup.exp
14800 (test_fg_execution_pagination_return)
14801 (test_fg_execution_pagination_cancel): Remove '-notransfer
14802 <return>' matches.
14803 * gdb.base/paginate-inferior-exit.exp
14804 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14805 match.
14806 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14807 * lib/gdb.exp (pagination_prompt): Run text through
14808 string_to_regexp.
14809 (gdb_test_multiple): Match $pagination_prompt instead of
14810 "<return>".
14811 (string_to_regexp): Move to lib/gdb-utils.exp.
14812
e214cf6c
JK
148132014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14814
14815 * gdb.arch/amd64-entry-value-paramref.S: New file.
14816 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14817 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14818 * gdb.arch/amd64-optimout-repeat.S: New file.
14819 * gdb.arch/amd64-optimout-repeat.c: New file.
14820 * gdb.arch/amd64-optimout-repeat.exp: New file.
14821
17d0c5c8
JK
148222014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14823
14824 PR gdb/17170
14825 * gdb.base/statistics.exp: New file.
14826
b8b8facf
DE
148272014-07-17 Doug Evans <dje@google.com>
14828
74b49205 14829 PR gdb/17170
b8b8facf
DE
14830 * gdb.base/maint.exp: Update testing of per-command stats.
14831
1b5d0ab3
PA
148322014-07-16 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14835 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14836 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14837 (tfile_write_buf): New functions.
14838 (add_memory_block): Rewrite using the above.
14839 (adjust_function_address): New function.
14840 (FUNCTION_ADDRESS): New macro.
14841 (write_basic_trace_file): Remove short_x local, and use
14842 tfile_write_16. Change type of func_addr local to unsigned long
14843 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14844 here. Cast argument of add_memory_block to char pointer.
14845 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14846 (main): Remove parameters.
14847 * gdb.trace/tfile.exp: Remove nowarnings.
14848
4d974e88
SM
148492014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14850
14851 * gdb.base/debug-expr.exp: Test string evaluation with
14852 "debug expression" on.
14853
41e99568
PA
148542014-07-15 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/reread.exp: Use clean_restart.
14857
487d9753
PL
148582014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14859
14860 * gdb.arch/avr-flash-qualifer.c: New.
14861 * gdb.arch/avr-flash-qualifer.exp: New.
14862
cc1c52ad
PA
148632014-07-14 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14866 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14867
1e973570
PA
148682014-07-14 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.base/double-prompt-target-event-error.c: New file.
14871 * gdb.base/double-prompt-target-event-error.exp: New file.
14872
93d6eb10
PA
148732014-07-14 Pedro Alves <palves@redhat.com>
14874
14875 PR gdb/17072
14876 * gdb.base/paginate-inferior-exit.c: New file.
14877 * gdb.base/paginate-inferior-exit.exp: New file.
14878
0017922d
PA
148792014-07-14 Pedro Alves <palves@redhat.com>
14880
14881 PR gdb/17072
14882 * gdb.base/paginate-bg-execution.c: New file.
14883 * gdb.base/paginate-bg-execution.exp: New file.
14884
94696ad3
PA
148852014-07-14 Pedro Alves <palves@redhat.com>
14886
14887 PR gdb/17072
14888 * gdb.base/paginate-execution-startup.c: New file.
14889 * gdb.base/paginate-execution-startup.exp: New file.
14890 * lib/gdb.exp (pagination_prompt): New global.
14891 (default_gdb_spawn): New procedure, factored out from
14892 default_gdb_spawn.
14893 (default_gdb_start): Adjust to call default_gdb_spawn.
14894 (gdb_spawn): New procedure.
14895
bd293940
PA
148962014-07-14 Pedro Alves <palves@redhat.com>
14897
14898 * lib/gdb.exp (gdb_assert): New procedure.
14899 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14900
c933f875
PA
149012014-07-14 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.base/execution-termios.c: New file.
14904 * gdb.base/execution-termios.exp: New file.
14905
d98b7a16
TT
149062014-07-14 Tom Tromey <tromey@redhat.com>
14907
14908 * gdb.cp/vla-cxx.cc: New file.
14909 * gdb.cp/vla-cxx.exp: New file.
14910
548740d6
TT
149112014-07-14 Tom Tromey <tromey@redhat.com>
14912
14913 * gdb.reverse/rerun-prec.c: New file.
14914 * gdb.reverse/rerun-prec.exp: New file.
14915
a25eb028
MR
149162014-07-12 Maciej W. Rozycki <macro@mips.com>
14917 Maciej W. Rozycki <macro@codesourcery.com>
14918
14919 * lib/gdb-utils.exp: New file.
14920 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14921 inline `gdb_init_command' processing.
14922 (gdb_start_cmd): Likewise.
14923 * lib/mi-support.exp (mi_run_cmd): Likewise.
14924 * README: Document `gdb_init_command' and `gdb_init_commands'.
14925
218c2655
JK
149262014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14927
14928 Fix false FAIL running under a very long directory name.
14929 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14930 and "set print elements 10000". Twice.
14931
5401fde3
YQ
149322014-07-11 Yao Qi <yao@codesourcery.com>
14933
14934 * gdb.base/exprs.exp: "set print symbol off".
14935
e76126e8
PA
149362014-07-11 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.threads/kill.c: New file.
14939 * gdb.threads/kill.exp: New file.
14940
2d6f0de6
YQ
149412014-07-10 Yao Qi <yao@codesourcery.com>
14942
14943 * gdb.trace/tfile.c (write_basic_trace_file)
14944 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14945 address written to trace file.
14946
7180e04a
PA
149472014-07-09 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.base/attach-wait-input.exp: New file.
14950 * gdb.base/attach-wait-input.c: New file.
14951
9a9a7608
AB
149522014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14953
14954 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14955 setting up test structures.
14956 (main): Call new test function.
14957 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14958 test function, continue into test function and walk test
14959 structures.
14960
161ac41e
YQ
149612014-07-02 Yao Qi <yao@codesourcery.com>
14962
14963 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14964 'bar_start' at the beginning of functions 'foo' and 'bar'
14965 respectively.
14966 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14967 instead of 'foo' and 'bar'.
14968
1f267ae3
MM
149692014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14970
14971 * gdb.btrace/segv.exp: New.
14972 * gdb.btrace/segv.c: New.
14973
2b239efb
LM
149742014-07-02 Luis Machado <lgustavo@codesourcery.com>
14975
14976 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14977 instruction.
14978
cf363f18
MW
149792014-06-30 Mark Wielaard <mjw@redhat.com>
14980
14981 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14982 vulture, vilify, villar): New volatile array constants.
14983 (vindictive, vegetation): New const volatile array constants.
14984 * gdb.base/volatile.exp: Test volatile and const volatile array
14985 types.
14986
aebf9d24
AA
149872014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14988
14989 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14990 target lacks support for awatch, rwatch, or hbreak.
14991
b67a2c6f
YQ
149922014-06-27 Yao Qi <yao@codesourcery.com>
14993
14994 * gdb.multi/dummy-frame-restore.exp: New.
14995 * gdb.multi/dummy-frame-restore.c: New.
14996
aef92902
MM
149972014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14998
14999 * gdb.btrace/gcore.exp: New.
15000
8e9db26e
PA
150012014-06-23 Pedro Alves <palves@redhat.com>
15002
15003 * gdb.base/watchpoint-reuse-slot.c: New file.
15004 * gdb.base/watchpoint-reuse-slot.exp: New file.
15005
70afc5b7
SC
150062014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15007
15008 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15009 progspace's filename in 'info', 'enable' and 'disable' command
15010 tests.
15011
b972bd9c
JK
150122014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15013
15014 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15015 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15016 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15017
125f8a3d
GB
150182014-06-20 Gary Benson <gbenson@redhat.com>
15019
15020 * gdb.arch/i386-avx.exp: Fix include file location.
15021 * gdb.arch/i386-sse.exp: Likewise.
15022
3ed9baed
IB
150232014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15024
15025 * gdb.dlang/expression.exp: New file.
15026
034f788c
PA
150272014-06-19 Pedro Alves <palves@redhat.com>
15028
15029 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15030 out from ...
15031 (top level): ... here. Iterate running tests under different
15032 scheduler-locking settings.
15033
45371d0c
LM
150342014-06-18 Luis Machado <lgustavo@codesourcery.com>
15035
15036 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15037 to DW_FORM_addr and use non-zero addresses.
15038
5d376983
SC
150392014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15040
15041 PR gdb/17017
15042 * gdb.python/py-xmethods.cc: Add global function call counters and
15043 increment them in their respective functions. Remove "cout"
15044 statements.
15045 * gdb.python/py-xmethods.exp: Make tests check the global function
15046 call counters instead of depending on inferior IO.
15047
a1aa2221
LM
150482014-06-18 Don Breazeal <donb@codesourcery.com>
15049
15050 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15051 Deleted procedure.
15052 (explicit_fork_parent_follow): Deleted procedure.
15053 (explicit_fork_child_follow): Deleted procedure.
15054 (test_follow_fork): New procedure.
15055 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15056 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15057 procedure calls.
15058
0fc05997
YQ
150592014-06-17 Yao Qi <yao@codesourcery.com>
15060
15061 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15062 CP1252.
15063
70795c52
LM
150642014-06-17 Luis Machado <lgustavo@codesourcery.com>
15065
15066 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15067 Initialize ptr and S explicitly.
15068 (skip_type_update_when_not_use_rtti_test): Likewise.
15069
6be47f0c
KS
150702014-06-16 Keith Seitz <keiths@redhat.com>
15071
15072 PR mi/15863
15073 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15074 the inferior is started.
15075
d03de421
PA
150762014-06-16 Pedro Alves <palves@redhat.com>
15077
15078 * gdb.base/break-main-file-remove-fail.c: New file.
15079 * gdb.base/break-main-file-remove-fail.exp: New file.
15080 * gdb.base/break-unload-file.exp: Use build_executable instead of
15081 prepare_for_testing.
15082 (test_break): New parameter "initial_load". Handle it.
15083 (top level): Add initial_load cmdline/file axis.
15084
f9579b99
TT
150852014-06-12 Tom Tromey <tromey@redhat.com>
15086
15087 * gdb.base/completion.exp: Don't use directory name in test.
15088
3657956b
GB
150892014-06-09 Gary Benson <gbenson@redhat.com>
15090
15091 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15092 separate the always-available ANSI-standard signals from the
15093 signals that require checking.
15094 (main): Likewise.
15095 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15096 Likewise.
15097 (main): Likewise.
15098
4186eb54
KS
150992014-06-07 Keith Seitz <keiths@redhat.com>
15100
15101 Revert:
15102 PR c++/16253
15103 * gdb.cp/var-tag.cc: New file.
15104 * gdb.cp/var-tag.exp: New file.
15105 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15106 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15107 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15108 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15109
25326a28 151102014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15111
15112 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15113
829155c9
PA
151142014-06-06 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15117 in target debug output instead of looking at RSP packets,
15118 disabling the test on any target that uses hardware stepping.
15119 Update comments.
15120
61c8d22e
PA
151212014-06-06 Pedro Alves <palves@redhat.com>
15122
15123 * gdb.base/break-unload-file.exp: Fix typo.
15124
d9a47287
YQ
151252014-06-06 Yao Qi <yao@codesourcery.com>
15126
15127 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15128 from "jit_function" to "^jit_function".
15129
e5e01dbf
YQ
151302014-06-06 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.base/async.c (foo): Add one statement.
15133 * gdb.base/async.exp: Get the next instruction address and
15134 match the output of "nexti" by instruction address. Match
15135 the hex address in the output of "finish".
15136
73ba372c
GB
151372014-06-06 Gary Benson <gbenson@redhat.com>
15138
15139 * gdb.base/call-signals.c: Remove preprocessor conditionals
15140 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15141 SIGSEGV and SIGTERM.
15142 * gdb.base/sigall.c: Likewise.
15143 * gdb.base/unwindonsignal.c: Likewise.
15144 * gdb.reverse/sigall-reverse.c: Likewise.
15145
831517df
YQ
151462014-06-06 Yao Qi <yao@codesourcery.com>
15147
15148 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15149 readable, skip the test.
15150
b8b91e98
YQ
151512014-06-06 Yao Qi <yao@codesourcery.com>
15152
15153 * gdb.threads/staticthreads.c (thread_function): Move the line
15154 setting breakpoint on forward.
15155 * gdb.threads/staticthreads.exp: Update comments.
15156
fb934770
LC
151572014-06-05 Ludovic Courtès <ludo@gnu.org>
15158
15159 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15160 "history-append! type error".
15161
6ef284bd
SM
151622014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15163
15164 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15165 erroneous dprintf expected input.
15166
a872e241
DE
151672014-06-04 Doug Evans <xdje42@gmail.com>
15168
15169 * gdb.guile/scm-generics.exp: Delete.
15170
16f691fb
DE
151712014-06-04 Doug Evans <xdje42@gmail.com>
15172
15173 * gdb.guile/scm-breakpoint.exp: Update.
15174 Add tests for breakpoint registration.
15175
012370f6
TT
151762014-06-04 Tom Tromey <tromey@redhat.com>
15177
15178 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15179 VLA-in-union.
15180 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15181 inner_vla_struct, vla_union types. Initialize objects of those
15182 types and compute their sizes.
15183
9f5a4cef
HZ
151842014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15185 Hui Zhu <hui@codesourcery.com>
15186
15187 * gdb.base/fileio.exp: Add test for shell not available as well as
15188 available.
15189 * gdb.base/fileio.c (test_system): Check for shell twice.
15190
90a45c4d
YQ
151912014-06-04 Yao Qi <yao@codesourcery.com>
15192
15193 * gdb.base/auto-connect-native-target.exp: Remove redundant
15194 space from the regexp pattern.
15195
70017e41
YQ
151962014-06-04 Yao Qi <yao@codesourcery.com>
15197
15198 * gdb.base/default.exp: Replace "child" with "native" in
15199 regexp pattern.
15200
883964a7
SC
152012014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15202
15203 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15204 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15205 * gdb.python/py-xmethods.py: Python script supporting the
15206 new testcase and tests.
15207
ef370185
JB
152082014-06-03 Joel Brobecker <brobecker@adacore.com>
15209 Pedro Alves <palves@redhat.com>
15210
15211 PR breakpoints/17000
15212 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15213 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15214
1e2ccb61
BM
152152014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15216
15217 * gdb.base/subst.exp: Add tests to verify partial path matching
15218 output.
15219
c6ec5ab2
PA
152202014-06-03 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15223 target that doesn't use software single-stepping.
15224
835c559f
PA
152252014-06-03 Pedro Alves <palves@redhat.com>
15226
15227 PR breakpoints/17000
15228 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15229 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15230
06eb1586
DE
152312014-06-02 Doug Evans <xdje42@gmail.com>
15232
15233 * gdb.guile/scm-parameter.exp: New file.
15234
e698b8c4
DE
152352014-06-02 Doug Evans <xdje42@gmail.com>
15236
15237 * gdb.guile/scm-cmd.c: New file.
15238 * gdb.guile/scm-cmd.exp: New file.
15239
ded03782
DE
152402014-06-02 Doug Evans <xdje42@gmail.com>
15241
15242 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15243 pretty-printer lookup.
15244 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15245 (make-pp_s-printer): Call it.
15246 (make-pretty-printer-from-dict): New function.
15247 (lookup-pretty-printer-maker-from-dict): New function.
15248 (*pretty-printer*): Simplify.
15249 (make-objfile-pp_s-printer): New function.
15250 (install-objfile-pretty-printers!): New function.
15251 (make-progspace-pp_s-printer): New function.
15252 (install-progspace-pretty-printers!): New function.
15253 * gdb.guile/scm-progspace.c: New file.
15254 * gdb.guile/scm-progspace.exp: New file.
15255
41fac0cf
PA
152562014-06-02 Pedro Alves <palves@redhat.com>
15257
15258 * gdb.base/dprintf-bp-same-addr.c: New file.
15259 * gdb.base/dprintf-bp-same-addr.exp: New file.
15260
96ae5695
EBM
152612014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15262
15263 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15264 * gdb.arch/powerpc-power.s: Likewise.
15265
da02b3a8
JB
152662014-06-02 Joel Brobecker <brobecker@adacore.com>
15267
15268 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15269
c72b2e7b
YQ
152702014-06-01 Yao Qi <yao@codesourcery.com>
15271
15272 * gdb.base/watchpoint.exp (test_watch_location): Check null
15273 pointer can be dereferenced. If not, do the test, otherwise
15274 skip it.
15275
53e8a631
AB
152762014-05-30 Andrew Burgess <aburgess@broadcom.com>
15277
15278 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15279 results.
15280 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15281
938f0e2f
AB
152822014-05-30 Andrew Burgess <aburgess@broadcom.com>
15283
15284 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15285 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15286 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15287 * gdb.arch/amd64-invalid-stack-top.c: New file.
15288 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15289
9ba6657a
PA
152902014-05-30 Pedro Alves <palves@redhat.com>
15291
15292 PR breakpoints/17000
15293 * gdb.base/sss-bp-on-user-bp.c: New file.
15294 * gdb.base/sss-bp-on-user-bp.exp: New file.
15295
522c09bf
DB
152962014-05-30 David Blaikie <dblaikie@gmail.com>
15297
15298 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15299 gnu_inline semantics via attribute.
15300 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15301 source explicitly specifies the required semantics.
15302
bf4ef81e
MR
153032014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15304
15305 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15306
329ea579
PA
153072014-05-29 Pedro Alves <palves@redhat.com>
15308 Tom Tromey <tromey@redhat.com>
15309
15310 * gdb.base/async-shell.exp: Don't enable target-async.
15311 * gdb.base/async.exp
15312 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15313 parameter. Adjust.
15314 (top level): Don't test with "target-async".
15315 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15316 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15317 * gdb.base/inferior-died.exp: Don't enable target-async.
15318 * gdb.base/interrupt-noterm.exp: Likewise.
15319 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15320 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15321 * gdb.mi/mi-nonstop.exp: Likewise.
15322 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15323 * gdb.mi/mi-nsintrall.exp: Likewise.
15324 * gdb.mi/mi-nsmoribund.exp: Likewise.
15325 * gdb.mi/mi-nsthrexec.exp: Likewise.
15326 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15327 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15328 * gdb.python/py-evsignal.exp: Don't enable target-async.
15329 * gdb.python/py-evthreads.exp: Likewise.
15330 * gdb.python/py-prompt.exp: Likewise.
15331 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15332 * gdb.server/solib-list.exp: Don't enable target-async.
15333 * gdb.threads/thread-specific-bp.exp: Likewise.
15334 * lib/mi-support.exp: Adjust to use mi-async.
15335
fd664c91
PA
153362014-05-29 Pedro Alves <palves@redhat.com>
15337
15338 PR gdb/13860
15339 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15340 reason, even in sync mode.
15341
251bde03
PA
153422014-05-29 Pedro Alves <palves@redhat.com>
15343 Hui Zhu <hui@codesourcery.com>
15344
15345 PR PR15693
15346 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15347 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15348 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15349 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15350
7f3c0343
JB
153512014-05-28 Joel Brobecker <brobecker@adacore.com>
15352
15353 * config/monitor.exp (gdb_target_monitor): Replace use of
15354 "set remotebaud" by "set serial baud".
15355
b2715b27
AW
153562014-05-26 Andy Wingo <wingo@igalia.com>
15357
15358 * gdb.guile/scm-breakpoint.exp:
15359 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15360 properties instead of gdb-object-properties.
15361
498a4489
YQ
153622014-05-26 Yao Qi <yao@codesourcery.com>
15363
15364 * gdb.server/no-thread-db.exp: Specify source file name
15365 explicitly when setting a breakpoint.
15366
589fdceb
MM
153672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15368
15369 * gdb.btrace/vdso.c: New.
15370 * gdb.btrace/vdso.exp: New.
15371
e9089e05
MM
153722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15373
15374 * gdb.base/gcore.exp (capture_command_output): Move ...
15375 * lib/gdb.exp (capture_command_output): ... here.
15376
67b5c0c1
MM
153772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15378
15379 * gdb.btrace/data.exp: Test memory access during btrace replay.
15380
a2199296
SM
153812014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15382
15383 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15384
17b2616c
PA
153852014-05-21 Pedro Alves <palves@redhat.com>
15386
15387 PR gdb/13860
15388 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15389 (top level): Test that output related to execution commands is
15390 sent to the console with CLI commands, but not with MI commands.
15391 Test that breakpoint events are always mirrored to the console.
15392 Also expect the new source line to be output after a "next" in
15393 async mode too. Make it a pass/fail test.
15394 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15395 output.
15396 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15397
5166082f
PA
153982014-05-21 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15401 Use them to test variations of "list" after reaching a breakpoint.
15402 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15403 Test "list" with listsize 10 after reaching a breakpoint.
15404 * gdb.python/python.exp (decode_line current location line
15405 number): Adjust expected line number.
15406
2f25d70f
SM
154072014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15408
15409 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15410 behavior for $args, pass it directly to "run".
15411
ff604a67
MR
154122014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15413
15414 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15415 30000 to 65536.
15416
6a3cb8e8
PA
154172014-05-21 Pedro Alves <palves@redhat.com>
15418
15419 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15420 auto-connect-native-target off".
15421 * gdb.base/auto-connect-native-target.c: New file.
15422 * gdb.base/auto-connect-native-target.exp: New file.
15423
4ebfc96e
PA
154242014-05-21 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/default.exp: Test "target native" instead of "target
15427 child".
15428
36d46afb
MW
154292014-05-21 Mark Wielaard <mjw@redhat.com>
15430
15431 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15432
5876f503
JK
154332014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15434
15435 Fix TLS access for -static -pthread.
15436 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15437 <HAVE_TLS> (thread_function, main): Initialize it.
15438 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15439 Add clean_restart.
15440 <$have_tls != "">: Check TLSVAR.
15441
0256a6ac
PA
154422014-05-21 Pedro Alves <palves@redhat.com>
15443
15444 * gdb.base/dcache-line-read-error.c: New.
15445 * gdb.base/dcache-line-read-error.exp: New.
15446
936d2992
PA
154472014-05-20 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.base/compare-sections.c: New file.
15450 * gdb.base/compare-sections.exp: New file.
15451
802e8e6d
PA
154522014-05-20 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.base/break-idempotent.c: New file.
15455 * gdb.base/break-idempotent.exp: New file.
15456
e59fa00f
MM
154572014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15458
15459 * gdb.btrace/nohist.exp: New.
15460
8b696e31
YQ
154612014-05-20 Yao Qi <yao@codesourcery.com>
15462
15463 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15464 gdb.reverse directory and gdb_reverse_timeout exists in board
15465 setting.
15466 * README: Document gdb_reverse_timeout.
15467
73c9764f
YQ
154682014-05-20 Yao Qi <yao@codesourcery.com>
15469
15470 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15471 'test_file_name'. Treat args as a string instead of a list.
15472 (gdb_init): Rename argument 'args' by 'test_file_name'.
15473
f1f4348a
JK
154742014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15475
15476 * gdb.arch/powerpc-power.exp: New file.
15477 * gdb.arch/powerpc-power.s: New file.
15478
0dbe70ce
DE
154792014-05-16 Doug Evans <dje@google.com>
15480
15481 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15482 * gdb.base/completion.exp: Check that all expected files exist
15483 before doing file completion.
0dbe70ce 15484
8d551b02
DE
154852014-05-16 Doug Evans <dje@google.com>
15486
15487 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15488 Update.
15489 (do_syscall_tests_without_xml): Update.
15490
73eb7709
PA
154912014-05-16 Pedro Alves <palves@redhat.com>
15492
15493 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15494 instead of "unknown output after running".
15495
3fae92fc
YQ
154962014-05-16 Yao Qi <yao@codesourcery.com>
15497
15498 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15499 file1.txt from host at the end.
15500 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15501
c2b2ccc5
DE
155022014-05-15 Doug Evans <dje@google.com>
15503
15504 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15505 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15506 loading file. Add test for TU lookup.
15507
8c217a4b
SM
155082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15509
15510 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15511 calling "-exec-arguments" or "set args" before running the
15512 inferior.
15513
3deb39c6
SM
155142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15515
15516 * lib/mi-support.exp (mi_expect_stop): Expect message for
15517 inferiors that exit with non-zero exit code.
15518
71a79f8c
YQ
155192014-05-14 Yao Qi <yao@codesourcery.com>
15520
15521 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15522 match absolute path on remote host.
15523 (test_file_list_exec_source_files): Remove "/" from the
15524 pattern.
15525
f23fcd46
YQ
155262014-05-14 Yao Qi <yao@codesourcery.com>
15527
15528 * boards/local-remote-host-notty.exp (${board}_file): New
15529 proc.
15530
9404b58f
KM
155312014-05-07 Kyle McMartin <kyle@redhat.com>
15532
15533 Pushed by Joel Brobecker <brobecker@adacore.com>.
15534 * gdb.arch/aarch64-atomic-inst.c: New file.
15535 * gdb.arch/aarch64-atomic-inst.exp: New file.
15536
5e45f04c
YQ
155372014-05-07 Yao Qi <yao@codesourcery.com>
15538
15539 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15540 in current context" too.
15541
c888a17d
KS
155422014-05-05 Keith Seitz <keiths@redhat.com>
15543
15544 * gdb.linespec/ls-dollar.exp: Add test for linespec
15545 file:convenience_variable.
15546
290a839c
YQ
155472014-05-05 Yao Qi <yao@codesourcery.com>
15548
15549 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15550 traceframes into tfile and ctf trace files. Read data from
15551 trace file and test collected data.
15552 (gdb_collect_locals_test): Likewise.
15553 (gdb_unavailable_registers_test): Likewise.
15554 (gdb_unavailable_floats): Likewise.
15555 (gdb_collect_globals_test): Likewise.
15556 (top-level): Append "ctf" to trace_file_targets if GDB
15557 supports.
15558
b5262cd0
YQ
155592014-05-05 Yao Qi <yao@codesourcery.com>
15560
15561 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15562 code to ...
15563 (gdb_collect_args_test_1): ... it. New proc.
15564 (gdb_collect_locals_test): Move some code to ...
15565 (gdb_collect_locals_test_1): ... it. New proc.
15566 (gdb_unavailable_registers_test): Move some code to ...
15567 (gdb_unavailable_registers_test_1): ... it. New proc.
15568 (gdb_unavailable_floats): Move some code to ...
15569 (gdb_unavailable_floats_1): ... it. New proc.
15570
30a1e6cc
SDJ
155712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15572
15573 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15574 probes to test for bitness recognition.
15575 * gdb.arch/amd64-stap-optional-prefix.exp
15576 (test_probe_value_without_reg): New procedure.
15577 Add code to test for different kinds of bitness.
15578
f33da99a
SDJ
155792014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15580
15581 PR breakpoints/16889
15582 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15583 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15584
5b80f00d
PA
155852014-05-01 Pedro Alves <palves@redhat.com>
15586
15587 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15588 gdb_file_cmd if no file is specified.
15589 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15590 last_loaded_file to set the remote exec-file.
15591
f8c2a73c
PA
155922014-05-01 Pedro Alves <palves@redhat.com>
15593
15594 * boards/local-remote-host.exp: New file.
15595
be6e8ac7
PA
155962014-05-01 Pedro Alves <palves@redhat.com>
15597
15598 * boards/local-remote-host.exp: Rename to ...
15599 * boards/local-remote-host-notty.exp: ... this.
15600
cac0dc8f
JB
156012014-04-28 Joel Brobecker <brobecker@adacore.com>
15602
15603 * gdb.ada/dyn_arrayidx: New testcase.
15604
9730e6cc
YQ
156052014-04-26 Yao Qi <yao@codesourcery.com>
15606
15607 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15608 and compute the length of function main. Save it in
15609 $main_length.
15610 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15611 (top-level): Use gdb_compile to compile objects into
15612 executable and restart GDB. Remove invocation to
15613 prepare_for_testing.
15614
7ae1a6a6
PA
156152014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15616 Pedro Alves <palves@redhat.com>
15617
15618 PR server/16255
15619 * gdb.multi/multi-attach.c: New file.
15620 * gdb.multi/multi-attach.exp: New file.
15621
4082afcc
PA
156222014-04-25 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15625 user.
15626 (top level): Test that "set remote conditional-breakpoints-packet
15627 off" works as intended.
15628 * gdb.base/dprintf.exp: Test that "set remote
15629 breakpoint-commands-packet off" works as intended.
15630 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15631 New function.
15632 (top level): Call it.
15633 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15634 remote fast-tracepoints-packet off" works as intended.
15635 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15636 * lib/gdb.exp (gdb_is_target_remote): ... here.
15637
2abc3f8d
DB
156382014-04-24 David Blaikie <dblaikie@gmail.com>
15639
15640 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15641 ensure clang would not discard them.
15642 * gdb.base/gdbvars.c: Ditto.
15643 * gdb.base/memattr.c: Ditto.
15644 * gdb.base/whatis.c: Ditto.
15645 * gdb.python/py-prettyprint.c: Ditto.
15646 * gdb.trace/actions.c: Ditto.
15647 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15648 ensure clang would not discard it.
15649
bfd39632
DB
156502014-04-24 David Blaikie <dblaikie@gmail.com>
15651
15652 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15653 clang to emit the full definition of type required by the test
15654 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15655
22842ff6
DB
156562014-04-24 David Blaikie <dblaikie@gmail.com>
15657
15658 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15659 coax Clang into emitting the definition of the type.
15660 * gdb.cp/pr10728-x.h (y): Ditto.
15661 * gdb.cp/pr10728-y.cc (y): Ditto.
15662
c2e827ad
DB
156632014-04-24 David Blaikie <dblaikie@gmail.com>
15664
15665 * gdb.base/label.exp: XFAIL label related tests under Clang.
15666 * gdb.cp/cplabel.exp: Ditto.
15667 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15668 under Clang those using labels.
15669
4c2d33e7
YQ
156702014-04-25 Yao Qi <yao@codesourcery.com>
15671
15672 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15673 double_label.
15674 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15675 partial_label and double_label.
15676
56083b99
DB
156772014-04-24 David Blaikie <dblaikie@gmail.com>
15678
15679 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15680
25d4e99d
DB
156812014-04-24 David Blaikie <dblaikie@gmail.com>
15682
15683 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15684 of the function to work across GCC and Clang.
15685 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15686 pointer types (const void ** const V void **).
15687
01f9f808
MS
156882014-04-24 Michael Sturm <michael.sturm@mintel.com>
15689 Walfred Tedeschi <walfred.tedeschi@intel.com>
15690
15691 * Makefile.in (EXECUTABLES): Added i386-avx512.
15692 * gdb.arch/i386-avx512.c: New file.
15693 * gdb.arch/i386-avx512.exp: Likewise.
15694
4b48d439
KS
156952014-04-23 Keith Seitz <keiths@redhat.com>
15696
15697 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15698 (mi_make_breakpoint_table): New procedure.
15699 (mi_create_breakpoint): Use mi_make_breakpoint
15700 and return the result.
15701 (mi_make_breakpoint): New procedure.
15702 (mi_build_kv_pairs): New procedure.
15703
15704 * gdb.mi/mi-break.exp: Remove unused globals,
15705 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15706 All callers updated.
15707 * gdb.mi/mi-dprintf.exp: Use variable to track command
15708 number.
15709 Update all callers of mi_create_breakpoint and use
15710 mi_make_breakpoint_table.
15711 Remove any unused global variables.
15712 * gdb.mi/mi-nonstop.exp: Likewise.
15713 * gdb.mi/mi-nsintrall.exp: Likewise.
15714 * gdb.mi/mi-nsmoribund.exp: Likewise.
15715 * gdb.mi/mi-nsthrexec.exp: Likewise.
15716 * gdb.mi/mi-reverse.exp: Likewise.
15717 * gdb.mi/mi-simplerun.exp: Likewise.
15718 * gdb.mi/mi-stepn.exp: Likewise.
15719 * gdb.mi/mi-syn-frame.exp: Likewise.
15720 * gdb.mi/mi-until.exp: Likewise.
15721 * gdb.mi/mi-var-cp.exp: Likewise.
15722 * gdb.mi/mi-var-display.exp: Likewise.
15723 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15724 * gdb.mi/mi2-var-child.exp: Likewise.
15725 * gdb.mi/mi-vla-c99.exp: Likewise.
15726 * lib/mi-support.exp: Likewise.
15727
15728 From Ian Lance Taylor <iant@cygnus.com>:
15729 * lib/gdb.exp (parse_args): New procedure.
15730
08351840
PA
157312014-04-23 Pedro Alves <palves@redhat.com>
15732
15733 * gdb.base/break-unload-file.c: New file.
15734 * gdb.base/break-unload-file.exp: New file.
15735 * gdb.base/sym-file-lib.c (baz): New function.
15736 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15737 field.
15738 (load): Store the segment's mapped size.
15739 (unload): New function.
15740 (unload_shlib): New function.
15741 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15742 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15743 set a breakpoint at baz, and call it.
15744 * gdb.base/sym-file.exp: New tests for stale breakpoint
15745 instructions.
15746
076855f9
PA
157472014-04-23 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15750 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15751 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15752 * gdb.base/hbreak-unmapped.c: New file.
15753 * gdb.base/hbreak-unmapped.exp: New file.
15754 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15755 * lib/gdb.exp (gdb_is_target_remote): ... here.
15756
483805cf
PA
157572014-04-22 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.base/consecutive-step-over.c: New file.
15760 * gdb.base/consecutive-step-over.exp: New file.
15761
06d97543
PA
157622014-04-22 Pedro Alves <palves@redhat.com>
15763
15764 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15765 instead of send_gdb/gdb_expect.
15766
b4429ea2
YQ
157672014-04-22 Yao Qi <yao@codesourcery.com>
15768
15769 * lib/trace-support.exp (generate_tracefile): New procedure.
15770 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15771 return 0.
15772 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15773 if generate_tracefile returns 1.
15774
51d48146
PA
157752014-04-18 Tom Tromey <palves@redhat.com>
15776 Pedro alves <tromey@redhat.com>
15777
15778 PR backtrace/15558
15779 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15780 with a backtrace limit.
15781 * gdb.python/py-frame-inline.exp: Test running to an inline
15782 function with a backtrace limit, and printing the newest frame.
15783 * gdb.python/py-frame-inline.c (main): Call f.
15784
bd1dce5f
MS
157852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15786
15787 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15788
40d1a503
MS
157892014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15790
15791 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15792 Drop prefix from unsupported source file path.
15793
389b98f7
YQ
157942014-04-17 Yao Qi <yao@codesourcery.com>
15795
15796 * lib/gdb.exp (with_target_charset): New proc.
15797 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15798 with_target_charset.
15799 (test_print_strings): Likewise.
15800 (test_repeat_bytes): Likewise.
15801 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15802 for some tests.
15803
22869d73
KS
158042014-04-16 Keith Seitz <keiths@redhat.com>
15805
15806 PR gdb/15827
15807 * gdb.dwarf2/corrupt.c: New file.
15808 * gdb.dwarf2/corrupt.exp: New file.
15809
c4f87ca6
KS
158102014-04-16 Keith Seitz <keiths@redhat.com>
15811
15812 PR c++/16597
15813 * gdb.cp/namelessclass.cc: New file.
15814 * gdb.cp/namelessclass.exp: New file.
15815 * gdb.cp/namelessclass.S: New file.
15816
ab19de87
DE
158172014-04-16 Doug Evans <dje@google.com>
15818
15819 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15820 Add comment.
15821 (gdbserver_default_get_comm_port): New function.
15822 (gdbserver_start): Check if board file provided
15823 "gdbserver,get_comm_port" and use it if so.
15824 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15825 (gdb,socketport): Set to "stdio".
15826 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15827 (stdio_gdbserver_template): Delete.
15828 (${board}_get_remote_address): Update.
15829 (${board}_build_remote_cmd): Delete.
15830 (${board}_get_comm_port): New function.
15831 (${board}_spawn): Update.
15832 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15833 Delete.
15834 (${board}_get_remote_address): Update.
15835 (${board}_get_comm_port): New function.
15836
fc98a809
AB
158372014-04-16 Andrew Burgess <aburgess@broadcom.com>
15838
15839 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15840 appearing in any order.
15841
87fd9e6e
DE
158422014-04-15 Doug Evans <dje@google.com>
15843
15844 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15845 uninitialized value of "description".
15846
099fc3ea
KS
158472014-04-15 Keith Seitz <keiths@redhat.com>
15848
15849 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15850 Remove unused globals.
15851 (test_running_the_program): Likewise.
15852 (test_controlled_execution): Likewise.
15853 (test_controlling_breakpoints): Likewise.
15854 (test_program_termination): Likewise.
15855
5da151d4
KS
158562014-04-15 Keith Seitz <keiths@redhat.com>
15857
15858 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15859 unused globals.
15860 (test_rbreak_creation_and_listing): Likewise.
15861 (test_ignore_count): Likewise.
15862 (test_error): Likewise.
15863
35e5d2f0
PA
158642014-04-15 Pedro Alves <palves@redhat.com>
15865
15866 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15867 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15868 sym-file-loader.c.
15869 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15870 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15871 to sym-file-loader.c.
15872 (struct library): Forward declare.
15873 (load_shlib, lookup_function): Change prototypes.
15874 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15875 (translate_offset): Remove declarations.
15876 (get_text_addr): New declaration.
15877 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15878 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15879 sym-file-loader.h.
15880 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15881 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15882 here from sym-file-loader.h.
15883 (struct library): New structure.
15884 (load_shlib, lookup_function): Change prototypes and adjust to
15885 work with a struct library.
15886 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15887 (translate_offset): Make static.
15888 (get_text_addr): New function.
15889 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15890
eb4c1710
PA
158912014-04-15 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15894
2d1baf52
PA
158952014-04-15 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.base/sym-file-loader.c: Include <limits.h>.
15898 (SELF_LINK): New define.
15899 (get_origin): New function.
15900 (load_shlib): Use it.
15901 * gdb.base/sym-file.exp: Don't early return if the target is
15902 remote. Use runto_main, and issue fail is that fails. Use
15903 gdb_load_shlibs.
15904 (shlib_name): Delete.
15905 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15906
7dd6df01
PA
159072014-04-15 Pedro Alves <palves@redhat.com>
15908
15909 * gdb.base/sym-file.exp: Remove regex characters from test
15910 message. Don't refer to breakpoint numbers in test messages.
15911
b50c8614
KS
159122014-04-14 Keith Seitz <keiths@redhat.com>
15913
15914 PR c++/16253
15915 * gdb.cp/var-tag.cc: New file.
15916 * gdb.cp/var-tag.exp: New file.
15917 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15918 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15919 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15920 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15921
3d567982
TT
159222014-04-14 Tom Tromey <tromey@redhat.com>
15923
15924 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15925 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15926 type.
15927 * gdb.cp/enum-class.exp: New file.
15928 * gdb.cp/enum-class.cc: New file.
15929
0626fc76
TT
159302014-04-14 Tom Tromey <tromey@redhat.com>
15931
15932 * gdb.dwarf2/enum-type.exp: New file.
15933
dca325b3
SA
159342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15935
15936 * gdb.mi/mi-vla-c99.exp: New file.
15937 * gdb.mi/vla.c: New file.
15938
5854b38a
SA
159392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15940
15941 * gdb.base/vla-datatypes.c: New file.
15942 * gdb.base/vla-datatypes.exp: New file.
15943
463bb957
SA
159442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15945
15946 * gdb.base/vla-ptr.c: New file.
15947 * gdb.base/vla-ptr.exp: New file.
15948
3dd170be
SA
159492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15950
15951 * gdb.dwarf2/count.exp: New file.
15952
5ecaaa66
SA
159532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15954
15955 * gdb.base/vla-sideeffect.c: New file.
15956 * gdb.base/vla-sideeffect.exp: New file.
15957
41f1ada5
DB
159582014-04-14 David Blaikie <dblaikie@gmail.com>
15959
15960 * gdb.mi/non-stop.c: Add return value for non-void function return
15961 statement.
15962 * gdb.threads/staticthreads.c: Ditto.
15963
0be03e84
DE
159642014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15965 Doug Evans <xdje42@gmail.com>
15966
15967 * gdb.guile/scm-value.c: Improve test case.
15968 * gdb.guile/scm-value.exp: Add new test.
15969
f180a1fb
DB
159702014-04-11 David Blaikie <dblaikie@gmail.com>
15971
15972 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15973 override Clang's default.
15974
6b662e19
JB
159752014-04-11 Joel Brobecker <brobecker@adacore.com>
15976
15977 Revert the following changes (regressions):
15978
15979 * gdb.base/vla-sideeffect.c: New file.
15980 * gdb.base/vla-sideeffect.exp: New file.
15981
15982 * gdb.dwarf2/count.exp: New file.
15983
15984 * gdb.base/vla-multi.c: New file.
15985 * gdb.base/vla-multi.exp: New file.
15986
15987 * gdb.base/vla-ptr.c: New file.
15988 * gdb.base/vla-ptr.exp: New file.
15989
15990 * gdb.base/vla-datatypes.c: New file.
15991 * gdb.base/vla-datatypes.exp: New file.
15992
15993 * gdb.mi/mi-vla-c99.exp: New file.
15994 * gdb.mi/vla.c: New file.
15995
245a5f0b
KS
159962014-04-11 Keith Seitz <keiths@redhat.com>
15997
15998 PR c++/16675
15999 * gdb.cp/cpsizeof.exp: New file.
16000 * gdb.cp/cpsizeof.cc: New file.
16001
58a84dcf
SA
160022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16003
191a8a90
JB
16004 * gdb.mi/mi-vla-c99.exp: New file.
16005 * gdb.mi/vla.c: New file.
58a84dcf 16006
c8655f75
SA
160072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16008
16009 * gdb.base/vla-datatypes.c: New file.
16010 * gdb.base/vla-datatypes.exp: New file.
16011
024e13b4
SA
160122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16013
16014 * gdb.base/vla-ptr.c: New file.
16015 * gdb.base/vla-ptr.exp: New file.
16016
1a237e0e
SA
160172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16018
16019 * gdb.base/vla-multi.c: New file.
16020 * gdb.base/vla-multi.exp: New file.
16021
504f3432
SA
160222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16023
16024 * gdb.dwarf2/count.exp: New file.
16025
3bce8237
SA
160262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16027
191a8a90
JB
16028 * gdb.base/vla-sideeffect.c: New file.
16029 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16030
322f9c21
YQ
160312014-04-11 Yao Qi <yao@codesourcery.com>
16032
16033 * gdb.base/completion.exp: Check file exists before running tests
16034 on file completion.
16035
d708bcd1
PA
160362014-04-10 Pedro Alves <palves@redhat.com>
16037
16038 * gdb.base/cond-eval-mode.c: New file.
16039 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16040 prepare_for_testing to build the new file. Check result of
16041 runto_main.
16042 (test_break, test_watch): New procedures.
16043 (top level): Use them.
16044
ae1d2761
PM
160452014-04-08 Pierre Muller <muller@sourceware.org>
16046
16047 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16048 Ctrl-V use for mingw hosts.
16049
7af389b8
SC
160502014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16051
16052 * gdb.python/py-value.c: Improve test case.
16053 * gdb.python/py-value.exp: Add new test.
16054
5e703181
DE
160552014-04-07 David Blaikie <dblaikie@gmail.com>
16056
16057 * lib/compiler.c: Identify the clang compiler.
16058 * lib/compiler.cc: Ditto.
16059
9810b410
YQ
160602014-04-03 Yao Qi <yao@codesourcery.com>
16061
16062 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16063
98d1b8dc
AB
160642014-04-01 Anton Blanchard <anton@samba.org>
16065
16066 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16067 messages unique.
16068
3114cea1
AB
160692014-04-01 Anton Blanchard <anton@samba.org>
16070
16071 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16072 prepare_for_testing.
16073
62f7182c
AB
160742014-04-01 Anton Blanchard <anton@samba.org>
16075
16076 * gdb.arch/ppc64-atomic-inst.c: Remove.
16077 * gdb.arch/ppc64-atomic-inst.S: New file.
16078 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16079
770e7fc7
DE
160802014-03-31 Doug Evans <dje@google.com>
16081
16082 * gdb.base/print-symbol-loading-lib.c: New file.
16083 * gdb.base/print-symbol-loading-main.c: New file.
16084 * gdb.base/print-symbol-loading.exp: New file.
16085
46e2bafa
YQ
160862014-03-31 Yao Qi <yao@codesourcery.com>
16087
16088 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16089
8776cfe9
JB
160902014-03-28 Joel Brobecker <brobecker@adacore.com>
16091
16092 * gdb.ada/mi_dyn_arr: New testcase.
16093
5d1ef361
DE
160942014-03-27 Doug Evans <dje@google.com>
16095
16096 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16097
b5bee914
YQ
160982014-03-27 Yao Qi <yao@codesourcery.com>
16099
16100 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16101 if target is nios2-*-*.
16102
0d4d0e77
YQ
161032014-03-26 Yao Qi <yao@codesourcery.com>
16104
16105 * lib/gdb.exp (readline_is_used): New proc.
16106 * gdb.base/completion.exp: Move tests on command complete up.
16107 Skip the rest of tests if readline is not used.
16108 * gdb.ada/complete.exp: Skp the test if readline is not
16109 used.
16110 * gdb.base/filesym.exp: Likewise.
16111 * gdb.base/macscp.exp: Likewise.
16112 * gdb.base/readline-ask.exp: Likewise.
16113 * gdb.base/readline.exp: Likewise.
16114 * gdb.python/py-cmd.exp: Likewise.
16115 * gdb.trace/tfile.exp: Likewise.
16116
29361eee
YQ
161172014-03-26 Yao Qi <yao@codesourcery.com>
16118
16119 * gdb.base/macscp.exp: Fix code format issues.
16120
bc9a5525
UW
161212014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16122
16123 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16124 * gdb.asm/powerpc64le.inc: New file.
16125
d3839ede
PA
161262014-03-25 Pedro Alves <palves@redhat.com>
16127 Doug Evans <dje@google.com>
16128
16129 * gdb.base/source-execution.c: New file.
16130 * gdb.base/source-execution.exp: New file.
16131 * gdb.base/source-execution.gdb: New file.
16132
01672a57
DE
161332014-03-24 Doug Evans <dje@google.com>
16134
16135 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16136 using fission.
16137
88bbeca9
HZ
161382014-03-24 Hui Zhu <hui@codesourcery.com>
16139 Pedro Alves <palves@redhat.com>
16140
16141 PR breakpoints/16101
16142 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16143 test pass/fail messages. Detect missing support for dprintf when
16144 breakpoints are actually inserted.
16145 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16146 breakpoints are actually inserted.
16147 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16148 fails.
16149
d2348791
JK
161502014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16151
16152 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16153
feef67ab
DE
161542014-03-22 Doug Evans <xdje42@gmail.com>
16155
16156 * gdb.python/python.exp (python not supported): Verify multi-line
16157 python command issues an error.
25d743f9 16158 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16159 guile command issues an error.
feef67ab 16160
ecebef6a
MR
161612014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16162
16163 * gdb.threads/thread-specific.exp: Handle the lack of usable
16164 $this_breakpoint and $this_thread.
16165
ccdd1909
HZ
161662014-03-21 Hui Zhu <hui@codesourcery.com>
16167
16168 * gdb.base/attach.exp (do_command_attach_tests): New.
16169
beb460e8
PA
161702014-03-20 Tom Tromey <tromey@redhat.com>
16171 Pedro Alves <palves@redhat.com>
16172
16173 PR cli/15718
16174 * gdb.base/condbreak-call-false.c: New file.
16175 * gdb.base/condbreak-call-false.exp: New file.
16176
40acf43a
PA
161772014-03-20 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16180 Delete.
16181 (block_signals, unblock_signals): Delete.
16182 (child_function_2, main): Remove references to deleted variable
16183 and functions.
16184
9f5e1e02
PA
161852014-03-20 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16188 Use pthread_kill to signal thread 2.
16189 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16190 Adjust to make the test send itself a signal rather than using the
16191 host's "kill" command.
16192
99619bea
PA
161932014-03-20 Pedro Alves <palves@redhat.com>
16194
16195 * gdb.threads/multiple-step-overs.c: New file.
16196 * gdb.threads/multiple-step-overs.exp: New file.
16197 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16198 Adjust expected infrun debug output.
16199
2adfaa28
PA
162002014-03-20 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16203 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16204
31e77af2
PA
162052014-03-20 Pedro Alves <palves@redhat.com>
16206
16207 PR breakpoints/7143
16208 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16209 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16210 of gdb_test_multiple.
16211 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16212 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16213
b9f437de
PA
162142014-03-20 Pedro Alves <palves@redhat.com>
16215
16216 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16217 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16218
05adc73e
PA
162192014-03-19 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.base/async.exp: Remove early return.
16222
6048b950
PA
162232014-03-19 Pedro Alves <palves@redhat.com>
16224
16225 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16226
8bcfb00a
PA
162272014-03-19 Pedro Alves <palves@redhat.com>
16228
16229 * gdb.base/async.exp (test_background): Expect \r\n after
16230 "completed." in the fail pattern.
16231
884e37dc
PA
162322014-03-19 Pedro Alves <palves@redhat.com>
16233
16234 * gdb.base/async.exp (test_background): New procedure.
16235 Use it for all background execution command tests.
16236
148e57e2
PA
162372014-03-19 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.base/async.exp: Use prepare_for_testing.
16240
f48088c7
PA
162412014-03-19 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16244 the same line.
16245
e2f6c966
PA
162462014-03-19 Pedro Alves <palves@redhat.com>
16247
16248 * gdb.base/async.c (main): Add "jump here" and "until here" line
16249 marker comments.
16250 * gdb.base/async.exp (jump_here): New global.
16251 (jump& test): Use it.
16252 (until_here): New global.
16253 (until& test): Use it.
16254
c30568d4
PA
162552014-03-19 Pedro Alves <palves@redhat.com>
16256
16257 * gdb.base/async.exp: Don't frob gdb_protocol.
16258
0172b6a7
DE
162592014-03-18 Doug Evans <xdje42@gmail.com>
16260
16261 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16262 Fix spelling of exec-done-display.
16263
06c868a8
JK
162642014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16265
16266 PR gdb/15358
16267 * gdb.base/gdb-sigterm.c: New file.
16268 * gdb.base/gdb-sigterm.exp: New file.
16269
0c7e1a46
PA
162702014-03-18 Pedro Alves <palves@redhat.com>
16271
16272 PR gdb/13860
16273 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16274 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16275 solib-event.
16276
f7c77d93
JB
162772014-03-17 Joel Brobecker <brobecker@adacore.com>
16278
16279 * gdb.ada/pckd_arr_ren: New testcase.
16280
5a1e8c7a
DE
162812014-03-13 Doug Evans <xdje42@gmail.com>
16282
16283 PR guile/16612
16284 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16285 collect after discarding symbols.
16286
350e1a76
DE
162872014-03-13 Ludovic Courtès <ludo@gnu.org>
16288 Doug Evans <xdje42@gmail.com>
16289
16290 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16291 to history survives a gc.
16292
a69900ae
PA
162932014-03-13 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.base/default.exp: Don't test "target procfs".
16296
5db9f0bd
PA
162972014-03-13 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.base/default.exp: Update "target child" and "target procfs"
16300 tests to not expect "Unix".
16301
b3ccfe11
TT
163022014-03-12 Tom Tromey <tromey@redhat.com>
16303
16304 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16305 New procs. Add target-async tests.
16306 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16307 Add target-async tests.
16308
646f4417
AA
163092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16310
16311 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16312 'func_start' and 'func_end' for the beginning and end of the
16313 function code, respectively.
16314 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16315 'func_end' instead of 'func' and 'main'.
16316
288c211f
AA
163172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16318
16319 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16320 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16321 generate the debug info assembler source.
16322
e0c0f156
AA
163232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16324
16325 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16326 * gdb.dwarf2/arr-subrange.exp: Likewise.
16327 * gdb.dwarf2/dwz.exp: Likewise.
16328 * gdb.dwarf2/method-ptr.exp: Likewise.
16329 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16330 * gdb.dwarf2/subrange.exp: Likewise.
16331 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16332 * gdb.dwarf2/implptrpiece.exp: Likewise.
16333 * gdb.dwarf2/nostaticblock.exp: Likewise.
16334
0e5c4555
AA
163352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16336
16337 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16338 directory to absolute path name arguments.
16339
5ec18f2b
JG
163402014-03-10 Joel Brobecker <brobecker@adacore.com>
16341
16342 * gdb.ada/tagged_access: New testcase.
16343
847fc4f2
MM
163442014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16345
16346 * gdb.btrace/data.exp: Update expected output.
16347
cc3da688
YQ
163482014-03-06 Yao Qi <yao@codesourcery.com>
16349
16350 * gdb.trace/pr16508.exp: New file.
16351
0f26cec1
PA
163522014-03-05 Pedro Alves <palves@redhat.com>
16353
16354 PR gdb/16575
16355 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16356 procedure.
16357 (top level): Adjust to use it. Add tests that exercise breakpoint
16358 interaction with the code-cache.
16359
7a5a839f
LC
163602014-02-26 Ludovic Courtès <ludo@gnu.org>
16361
16362 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16363 test for 'history-append!'.
16364
31aa7e4e
JB
163652014-02-26 Joel Brobecker <brobecker@adacore.com>
16366
16367 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16368 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16369 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16370 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16371 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16372 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16373
1b588015
JB
163742014-02-26 Joel Brobecker <brobecker@adacore.com>
16375
16376 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16377 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16378 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16379
55426c9d
JB
163802014-02-26 Joel Brobecker <brobecker@adacore.com>
16381
16382 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16383
dc53a7ad
JB
163842014-02-26 Joel Brobecker <brobecker@adacore.com>
16385
16386 * gdb.dwarf2/arr-stride.c: New file.
16387 * gdb.dwarf2/arr-stride.exp: New file.
16388
12ab52e9
PA
163892014-02-26 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16392 that won't ever trigger. Make sure that GDB reports the correct
16393 breakpoint that caused the stop.
16394
849c862e
JK
163952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16396
16397 PR gdb/16626
16398 * gdb.base/auto-load-script: New file.
16399 * gdb.base/auto-load.c: New file.
16400 * gdb.base/auto-load.exp: New file.
16401
71b7d793
JK
16402 PR gdb/16626
16403 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16404
e2f0d509
JK
164052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16406
16407 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16408 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16409
50cc37c8
DE
164102014-02-24 Doug Evans <dje@google.com>
16411
16412 * lib/gdb.exp (run_on_host): Log error output if program fails.
16413
ea4758f2
PA
164142014-02-21 Pedro Alves <palves@redhat.com>
16415
16416 * gdb.threads/step-after-sr-lock.c: Rename to ...
16417 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16418 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16419 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16420 ... this.
16421
d7b30f67
SDJ
164222014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16423
16424 PR tdep/16397
16425 * gdb.arch/amd64-stap-special-operands.exp: New file.
16426 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16427 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16428 * gdb.arch/amd64-stap-triplet.S: Likewise.
16429 * gdb.arch/amd64-stap-triplet.c: Likewise.
16430
83deb43f
JB
164312014-02-20 Joel Brobecker <brobecker@adacore.com>
16432
16433 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16434 in .section pseudo-op.
16435
adde2bff
DE
164362014-02-20 lin zuojian <manjian2006@gmail.com>
16437 Joel Brobecker <brobecker@adacore.com>
16438 Doug Evans <xdje42@gmail.com>
16439
16440 PR symtab/16581
16441 * gdb.dwarf2/dw2-icycle.S: New file.
16442 * gdb.dwarf2/dw2-icycle.c: New file.
16443 * gdb.dwarf2/dw2-icycle.exp: New file.
16444
f7bd0f78
SC
164452014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16446
16447 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16448 operations on gdb.Value objects.
16449 * gdb.python/py-value-cc.exp: Add new test to test operations on
16450 gdb.Value objects.
16451
c17ef0d5
DE
164522014-02-18 Doug Evans <dje@google.com>
16453
16454 * Makefile.in (TESTS): New variable.
16455 (expanded_tests, expanded_tests_or_none): New variables
16456 (check-single): Pass $(expanded_tests_or_none) to runtest.
16457 (check-parallel): Only run tests in $(TESTS) if non-empty.
16458 (check/no-matching-tests-found): New rule.
16459 * README: Document TESTS makefile variable.
16460
5dd3176f
DE
164612014-02-18 Doug Evans <dje@google.com>
16462
16463 * Makefile.in (check-parallel): rm -rf outputs temp.
16464
0b10be4f
JK
164652014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16466
16467 Fix "ERROR: no fileid for" in the testsuite.
16468 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16469
85f224e7
DE
164702014-02-12 Doug Evans <dje@google.com>
16471
16472 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16473 (MISCELLANEOUS): New variable.
16474 (clean): rm -rf $(MISCELLANEOUS).
16475 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16476 dwp live in the same directory as symlinks, with each symlink pointed
16477 to a differently named file in a different directory.
16478
149b30ff
DE
164792014-02-11 Doug Evans <dje@google.com>
16480
16481 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16482 of Tcl file commands.
16483
1dfdac32
MK
164842014-02-10 Mark Kettenis <kettenis@gnu.org>
16485
16486 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16487 "kill -SIGUSR1 -1".
16488
aa4fb036
JB
164892014-02-10 Joel Brobecker <brobecker@adacore.com>
16490
16491 * gdb.ada/tick_length_array_enum_idx: New testcase.
16492
ed3ef339
DE
164932014-02-10 Doug Evans <xdje42@gmail.com>
16494
16495 * configure.ac (AC_OUTPUT): Add gdb.guile.
16496 * configure: Regenerate.
16497 * lib/gdb-guile.exp: New file.
16498 * lib/gdb.exp (get_target_charset): New function.
16499 * gdb.base/help.exp: Update expected output from "apropos apropos".
16500 * gdb.guile/Makefile.in: New file.
16501 * gdb.guile/guile.exp: New file.
16502 * gdb.guile/scm-arch.c: New file.
16503 * gdb.guile/scm-arch.exp: New file.
16504 * gdb.guile/scm-block.c: New file.
16505 * gdb.guile/scm-block.exp: New file.
16506 * gdb.guile/scm-breakpoint.c: New file.
16507 * gdb.guile/scm-breakpoint.exp: New file.
16508 * gdb.guile/scm-disasm.c: New file.
16509 * gdb.guile/scm-disasm.exp: New file.
16510 * gdb.guile/scm-equal.c: New file.
16511 * gdb.guile/scm-equal.exp: New file.
16512 * gdb.guile/scm-error.exp: New file.
16513 * gdb.guile/scm-error.scm: New file.
16514 * gdb.guile/scm-frame-args.c: New file.
16515 * gdb.guile/scm-frame-args.exp: New file.
16516 * gdb.guile/scm-frame-args.scm: New file.
16517 * gdb.guile/scm-frame-inline.c: New file.
16518 * gdb.guile/scm-frame-inline.exp: New file.
16519 * gdb.guile/scm-frame.c: New file.
16520 * gdb.guile/scm-frame.exp: New file.
16521 * gdb.guile/scm-generics.exp: New file.
16522 * gdb.guile/scm-gsmob.exp: New file.
16523 * gdb.guile/scm-iterator.c: New file.
16524 * gdb.guile/scm-iterator.exp: New file.
16525 * gdb.guile/scm-math.c: New file.
16526 * gdb.guile/scm-math.exp: New file.
16527 * gdb.guile/scm-objfile-script-gdb.in: New file.
16528 * gdb.guile/scm-objfile-script.c: New file.
16529 * gdb.guile/scm-objfile-script.exp: New file.
16530 * gdb.guile/scm-objfile.c: New file.
16531 * gdb.guile/scm-objfile.exp: New file.
16532 * gdb.guile/scm-ports.exp: New file.
16533 * gdb.guile/scm-pretty-print.c: New file.
16534 * gdb.guile/scm-pretty-print.exp: New file.
16535 * gdb.guile/scm-pretty-print.scm: New file.
16536 * gdb.guile/scm-section-script.c: New file.
16537 * gdb.guile/scm-section-script.exp: New file.
16538 * gdb.guile/scm-section-script.scm: New file.
16539 * gdb.guile/scm-symbol.c: New file.
16540 * gdb.guile/scm-symbol.exp: New file.
16541 * gdb.guile/scm-symtab-2.c: New file.
16542 * gdb.guile/scm-symtab.c: New file.
16543 * gdb.guile/scm-symtab.exp: New file.
16544 * gdb.guile/scm-type.c: New file.
16545 * gdb.guile/scm-type.exp: New file.
16546 * gdb.guile/scm-value-cc.cc: New file.
16547 * gdb.guile/scm-value-cc.exp: New file.
16548 * gdb.guile/scm-value.c: New file.
16549 * gdb.guile/scm-value.exp: New file.
16550 * gdb.guile/source2.scm: New file.
16551 * gdb.guile/types-module.cc: New file.
16552 * gdb.guile/types-module.exp: New file.
16553
7026a7c1
YQ
165542014-02-10 Yao Qi <yao@codesourcery.com>
16555
16556 PR testsuite/16543
16557 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16558 * configure: Regenerated.
16559 * Makefile.in: New file.
16560
6c466447
AS
165612014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16562
16563 * gdb.python/py-framefilter.exp: Fix typo.
16564
6e854735
YQ
165652014-02-08 Yao Qi <yao@codesourcery.com>
16566
16567 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16568 that no =breakpoint-modified is emitted when breakpoints are
16569 modified through MI commands.
16570
d137e6dc
PA
165712014-02-07 Pedro Alves <pedro@codesourcery.com>
16572 Pedro Alves <palves@redhat.com>
16573
16574 * gdb.threads/step-after-sr-lock.c: New file.
16575 * gdb.threads/step-after-sr-lock.exp: New file.
16576
b5ee5a50
PA
165772014-02-07 Pedro Alves <palves@redhat.com>
16578
16579 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16580
3c77faf3
JK
165812014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16582
16583 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16584 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16585
6dddc817
DE
165862014-02-06 Doug Evans <xdje42@gmail.com>
16587
16588 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16589 output.
16590
16591 * gdb.gdb/python-interrupts.exp: New file.
16592
de7b2893
YQ
165932014-02-05 Yao Qi <yao@codesourcery.com>
16594
16595 * gdb.trace/report.exp (use_collected_data): Test the output
16596 of "info threads" and "info inferiors".
16597
66d032ac
YQ
165982014-02-05 Yao Qi <yao@codesourcery.com>
16599
16600 Revert this patch:
16601
16602 2013-05-24 Yao Qi <yao@codesourcery.com>
16603
16604 * gdb.trace/tfile.exp: Test inferior and thread.
16605
591a12a1
UW
166062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16607
16608 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16609 on a function.
16610 * gdb.base/step-bt.c: Call hello via function pointer to make
16611 sure its first instruction is executed on powerpc64le-linux.
16612
0ff3e01f
UW
166132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16614
16615 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16616
084ee545
UW
166172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16618
16619 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16620 of the test patterns for use on little-endian systems.
16621
6ed14ff3
UW
166222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16623
16624 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16625 (decimal_vector): Fix for little-endian.
16626
401e27fd
JM
166272014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16628
16629 * gdb.arch/sparc-sysstep.exp: New file.
16630 * gdb.arch/sparc-sysstep.c: Likewise.
16631
16632 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16633
8b924729
EBM
166342014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16635
16636 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16637
fb151210
JB
166382014-01-23 Tom Tromey <tromey@redhat.com>
16639
16640 * gdb.ada/array_char_idx: New testcase.
16641
0740f8d8
TT
166422014-01-23 Tom Tromey <tromey@redhat.com>
16643
16644 PR python/16487:
16645 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16646 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16647 classes.
16648
21909fa1
TT
166492014-01-23 Tom Tromey <tromey@redhat.com>
16650
16651 PR python/16491:
16652 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16653 string from an inferior frame.
16654 * gdb.python/py-framefilter-mi.exp: Update.
16655
87ce2a04
DE
166562014-01-22 Doug Evans <dje@google.com>
16657
16658 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16659
237b092b
AA
166602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16661
16662 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16663
d674a709
AA
166642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16665
16666 * gdb.trace/entry-values.exp: Remove excess space character from
16667 regex patterns. Handle s390 call instruction.
16668
20fa3390
AA
166692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16670
16671 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16672 define "*_start" label. Make "name" static.
16673 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16674 ${name} by references to ${name}_start.
16675
78466714
AA
166762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16677
16678 * gdb.base/info-macros.exp: Remove "debug" from the compile
16679 options.
16680
ec9f644a
IB
166812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16682
16683 * gdb.dlang/demangle.exp: New file.
16684
94b1b47e
IB
166852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16686
16687 * gdb.dlang/primitive-types.exp: New file.
16688
7f420862
IB
166892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16690
16691 * configure.ac: Create gdb.dlang/Makefile.
16692 * configure: Regenerate.
16693 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16694 * gdb.dlang/Makefile.in: New file.
16695 * lib/d-support.exp: New file.
16696 * lib/gdb.exp (skip_d_tests): New proc.
16697
52834460
MM
166982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16699
16700 * gdb.btrace/delta.exp: Check reverse stepi.
16701 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16702 * gdb.btrace/finish.exp: New.
16703 * gdb.btrace/next.exp: New.
16704 * gdb.btrace/nexti.exp: New.
16705 * gdb.btrace/record_goto.c: Add comments.
16706 * gdb.btrace/step.exp: New.
16707 * gdb.btrace/stepi.exp: New.
16708 * gdb.btrace/multi-thread-step.c: New.
16709 * gdb.btrace/multi-thread-step.exp: New.
16710 * gdb.btrace/rn-dl-bind.c: New.
16711 * gdb.btrace/rn-dl-bind.exp: New.
16712 * gdb.btrace/data.c: New.
16713 * gdb.btrace/data.exp: New.
16714 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16715
6e07b1d2
MM
167162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16717
16718 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16719 * gdb.btrace/exception.exp: Update.
16720 * gdb.btrace/instruction_history.exp: Update.
16721 * gdb.btrace/record_goto.exp: Update.
16722 * gdb.btrace/tailcall.exp: Update.
16723 * gdb.btrace/unknown_functions.exp: Update.
16724 * gdb.btrace/delta.exp: New.
16725
0b722aec
MM
167262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16727
16728 * gdb.btrace/record_goto.exp: Add backtrace test.
16729 * gdb.btrace/tailcall.exp: Add backtrace test.
16730
066ce621
MM
167312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16732
16733 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16734 * gdb.btrace/record_goto.c: New.
16735 * gdb.btrace/record_goto.exp: New.
16736 * gdb.btrace/x86-record_goto.S: New.
16737
0688d04e
MM
167382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16739
16740 * gdb.btrace/function_call_history.exp: Update tests.
16741 * gdb.btrace/instruction_history.exp: Update tests.
16742
8710b709
MM
167432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16744
16745 * gdb.btrace/function_call_history.exp: Fix expected field
16746 order for "record function-call-history".
16747 Add new tests for "record function-call-history /c".
16748 * gdb.btrace/exception.cc: New.
16749 * gdb.btrace/exception.exp: New.
16750 * gdb.btrace/tailcall.exp: New.
16751 * gdb.btrace/x86-tailcall.S: New.
16752 * gdb.btrace/x86-tailcall.c: New.
16753 * gdb.btrace/unknown_functions.c: New.
16754 * gdb.btrace/unknown_functions.exp: New.
16755 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16756
5de9129b
MM
167572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16758
16759 * gdb.btrace/instruction_history.exp: Update.
16760 * gdb.btrace/function_call_history.exp: Update.
16761
23a7fe75
MM
167622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16763
16764 * gdb.btrace/function_call_history.exp: Fix expected function
16765 trace.
16766 * gdb.btrace/instruction_history.exp: Initialize traced.
16767 Remove traced_functions.
16768
724c7dd8
MM
167692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16770
16771 * gdb.btrace/function_call_history.exp: Update
16772 * gdb.btrace/instruction_history.exp: Update.
16773
6d78d93b
MM
167742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16775
16776 * gdb.btrace/enable.exp: Update expected text.
16777
93a360cc
OJ
167782014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16779
16780 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16781 bytes.
16782
3772b53f
MR
167832014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16784
16785 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16786
596662fa
OJ
167872014-01-15 Omair Javaid <omair.javaid@linaro.org>
16788
16789 * lib/gdb.exp (supports_process_record): Return true for
16790 arm*-linux*. (supports_reverse): Likewise.
16791
b5b08fb4
SC
167922014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16793
16794 PR python/15464
16795 PR python/16113
16796 * gdb.python/py-type.c: Enhance test case.
16797 * gdb.python/py-value-cc.cc: Likewise
16798 * gdb.python/py-type.exp: Add new tests.
16799 * gdb.python/py-value-cc.exp: Likewise
16800
52d7fb13
AA
168012014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16802 Pedro Alves <palves@redhat.com>
16803
16804 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16805 Make "name" extern.
16806 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16807 references to ${name}_start by references to ${name}.
16808
a2cd8cfe
JB
168092014-01-10 Joel Brobecker <brobecker@adacore.com>
16810
16811 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16812
4e23fced
JB
168132014-01-10 Joel Brobecker <brobecker@adacore.com>
16814
16815 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16816
c6a9e42c
PA
168172014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16818 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16821 mi_gdb_target_load.
c6a9e42c 16822
b7ea362b
PA
168232014-01-08 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.threads/reconnect-signal.c: New file.
16826 * gdb.threads/reconnect-signal.exp: New file.
16827
5e3f4fab
EBM
168282014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16829
16830 * gdb.base/source-dir.exp: New file.
16831
79301218
JB
168322014-01-07 Joel Brobecker <brobecker@adacore.com>
16833
16834 * gdb.ada/mi_interface: New testcase.
16835
8e355c5d
JB
168362014-01-07 Joel Brobecker <brobecker@adacore.com>
16837
16838 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16839 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16840 gdb.ada/pp-rec-component/pck.ads: New files.
16841
c0d48811
JB
168422014-01-07 Joel Brobecker <brobecker@adacore.com>
16843
16844 * gdb.python/py-pp-integral.c: New file.
16845 * gdb.python/py-pp-integral.py: New file.
16846 * gdb.python/py-pp-integral.exp: New file.
16847
17b609c3 16848For older changes see ChangeLog-1993-2013.
c906108c 16849\f
8d8cb839
EZ
16850;; Local Variables:
16851;; mode: change-log
16852;; left-margin: 8
16853;; fill-column: 74
16854;; version-control: never
16855;; End:
902f2ccb 16856
42a4f53d 16857 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16858 Copying and distribution of this file, with or without modification,
16859 are permitted provided the copyright notice and this notice are preserved.