]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ca2589f3
PP
12019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2
3 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4 expect the GDB inferior to no longer immediately stop after
5 being resumed with "signal SIGINT".
6
020a839d
SL
72019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8
9 * gdb.linespec/break-ask.exp: Generalize regexps to match
10 Windows pathnames too.
11
128d6509
TV
122019-08-08 Tom de Vries <tdevries@suse.de>
13
14 PR testsuite/24862
15 * lib/tuiterm.exp (_accept): Fix CSI regexp.
16
590042fc
PW
172019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18
19 * gdb.base/style.exp: Update tests for help doc new invariants.
20 * gdb.base/help.exp: Likewise.
21
046bebe1
TT
222019-08-06 Tom Tromey <tom@tromey.com>
23
24 * gdb.base/style.exp: Add disassemble test.
25 * gdb.base/style.c (some_called_function): New function.
26 (main): Use it.
27
0b27c27d
CB
282019-08-05 Christian Biesinger <cbiesinger@google.com>
29
30 * gdb.python/py-block.exp: Test dictionary access on blocks.
31
580f1034
SM
322019-08-05 Simon Marchi <simon.marchi@efficios.com>
33
34 PR gdb/24863
35 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
36 -list-thread-groups --available test when running under
37 check-read1.
38
d86bd7cb
TV
392019-08-05 Tom de Vries <tdevries@suse.de>
40
41 PR testsuite/24863
42 * lib/gdb.exp (with_read1_timeout_factor): New proc.
43 * gdb.base/help.exp: Use with_read1_timeout_factor.
44 * gdb.base/info-macros.exp: Same.
45 * gdb.cp/nested-types.exp: Same.
46
a80cf5d8
TV
472019-08-05 Tom de Vries <tdevries@suse.de>
48
49 * lib/gdb.exp (version_at_least): Factor out of ...
50 (tcl_version_at_least): ... here.
51 (gdb_compile): Fail if pie results in non-PIE executable.
52 (readelf_version, readelf_prints_pie): New proc.
53 (exec_is_pie): Return -1 if unknown.
54
d0962838
TV
552019-08-05 Tom de Vries <tdevries@suse.de>
56
57 * lib/gdb.exp (tcl_version_at_least): Fix typo.
58
2252ff3d
SL
592019-08-04 Sandra Loosemore <sandra@codesourcery.com>
60
61 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
62
26655f53
SL
632019-08-04 Sandra Loosemore <sandra@codesourcery.com>
64
65 * lib/completion-support.exp (test_gdb_complete_none): Skip
66 tab completion tests if no readline support.
67 (test_gdb_complete_unique_re): Likewise.
68 (test_gdb_complete_multiple): Likewise.
69
db4dc13e
PW
702019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
71
72 * gdb.base/info_sources.exp: New file.
73 * gdb.base/info_sources.c: New file.
74 * gdb.base/info_sources_base.c: New file.
75
0eba165a
PFC
762019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
77
78 * gdb.base/batch-exit-status.exp: Call test_exit_status with
79 prefix argument.
80 (test_exit_status): Add prefix argument.
81
59bd512b
TV
822019-08-01 Tom de Vries <tdevries@suse.de>
83
84 PR testsuite/24863
85 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
86 calling exp_continue for new thread and thread exited messages.
87
2a3ad588
TV
882019-08-01 Tom de Vries <tdevries@suse.de>
89
90 PR testsuite/24863
91 * gdb.base/structs.exp: Fix check-read1 timeout using
92 gdb_test_sequence.
93 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
94
117eb594
TV
952019-08-01 Tom de Vries <tdevries@suse.de>
96
97 PR testsuite/24863
98 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
99 line.
100
ed591340
TV
1012019-08-01 Tom de Vries <tdevries@suse.de>
102
103 PR testsuite/24863
104 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
105
aa3b6533
TT
1062019-07-30 Tom Tromey <tromey@adacore.com>
107
108 * gdb.ada/display_nested.exp: New file.
109 * gdb.ada/display_nested/foo.adb: New file.
110 * gdb.ada/display_nested/pack.adb: New file.
111 * gdb.ada/display_nested/pack.ads: New file.
112
2906593f
CB
1132019-07-30 Christian Biesinger <cbiesinger@google.com>
114
115 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
116 namespace.
117 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
118
0f575925
TV
1192019-07-30 Tom de Vries <tdevries@suse.de>
120
121 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
122 instead.
123
b13057d9
TV
1242019-07-30 Tom de Vries <tdevries@suse.de>
125
126 PR testsuite/24834
127 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
128 (exec_is_pie): New proc.
129
5c4dde85
CB
1302019-07-29 Christian Biesinger <cbiesinger@google.com>
131
132 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
133
c620ed88
CB
1342019-07-29 Christian Biesinger <cbiesinger@google.com>
135
136 * gdb.python/py-objfile.c: Add global and static vars.
137 * gdb.python/py-objfile.exp: Test new functions Objfile.
138 lookup_global_symbol and lookup_static_symbol.
139
3d235706
TT
1402019-07-29 Tom Tromey <tom@tromey.com>
141
142 * lib/tuiterm.exp (Term::_csi_@): New proc.
143 (Term::_csi_X): Don't move cursor.
144
c7e4c0a6
PW
1452019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
146
147 * gdb.base/options.exp: Update backtrace - completion to
148 new option -frame-info.
149 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
150 Test new 'set print frame-info'. Test backtrace -frame-info
151 overriding 'set print frame-info'.
152 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
153 Test new 'set print frame-info'.
154 Verify consistency of backtrace with and without filters, with and
155 without -no-filters.
156 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
157 default.
158
de28a3b7
TV
1592019-07-29 Tom de Vries <tdevries@suse.de>
160
161 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
162 no arguments".
163
507dd60e
TV
1642019-07-29 Tom de Vries <tdevries@suse.de>
165
166 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
167 is a substring of the first for "complete non-unique file name".
168
5beafce9
TV
1692019-07-29 Tom de Vries <tdevries@suse.de>
170
171 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
172 with ".*".
173
2d274232
TV
1742019-07-29 Tom de Vries <tdevries@suse.de>
175
176 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
177 Pass prompt_regexp parameter to gdb_test_multiple calls.
178
9197cd8b
TV
1792019-07-29 Tom de Vries <tdevries@suse.de>
180
181 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
182 print registers" regexps.
183
b528dae0
TV
1842019-07-29 Tom de Vries <tdevries@suse.de>
185
186 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
187
d17725d7
TV
1882019-07-29 Tom de Vries <tdevries@suse.de>
189
190 PR gdb/24855
191 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
192 (skip_python_tests_prompt): Add prompt_regexp argument to
193 gdb_test_multiple calls.
194
52b75bf1
TT
1952019-07-27 Tom Tromey <tom@tromey.com>
196
197 * gdb.tui/main.exp: New file.
198
2b1d00c2
TT
1992019-07-27 Tom Tromey <tom@tromey.com>
200
201 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
202 optional.
203 * gdb.tui/empty.exp: New file.
204
ded631d5
TT
2052019-07-27 Tom Tromey <tom@tromey.com>
206
207 * lib/tuiterm.exp (spawn): New proc.
208 (Term::resize): New proc.
209 * gdb.tui/resize.exp: New file.
210
58ac439d
TT
2112019-07-27 Tom Tromey <tom@tromey.com>
212
213 * gdb.tui/list.exp: New file.
214
fe1f56ee
TT
2152019-07-27 Tom Tromey <tom@tromey.com>
216
217 * gdb.tui/regs.exp: New file.
218
f790b310
TT
2192019-07-27 Tom Tromey <tom@tromey.com>
220
221 * gdb.tui/basic.exp: Add "layout split" test.
222
d95fc6ee
TT
2232019-07-27 Tom Tromey <tom@tromey.com>
224
225 * gdb.tui/basic.exp: Add "layout asm" test.
226
c3786b3a
TT
2272019-07-27 Tom Tromey <tom@tromey.com>
228
229 * lib/tuiterm.exp: New file.
230 * gdb.tui/basic.exp: New file.
231
98a617f8
KB
2322019-07-27 Kevin Buettner <kevinb@redhat.com>
233
234 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
235 Enable tests associated with this flag. Adjust regex
236 referencing "foo_low" to now refer to "foo_cold" instead.
237
5c076da4
KB
2382019-07-27 Kevin Buettner <kevinb@redhat.com>
239
240 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
241 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
242 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
243 foo_cold. Revise comments to match.
244 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
245 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
246 were wrapped into this proc; Call do_test in loop from outermost
247 level.
248 (foo_low): Rename all occurrences to "foo_cold".
249 (backtrace from baz): New test.
250 (x2/i foo_cold): New test.
251 (info line *foo_cold): New test.
252
1512d3b7
TV
2532019-07-26 Tom de Vries <tdevries@suse.de>
254
255 * gdb.arch/i386-pkru.exp: Fix unterminated string.
256
297989a1
TV
2572019-07-25 Tom de Vries <tdevries@suse.de>
258
259 PR testsuite/24830
260 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
261 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
262 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
263 (skip_libstdcxx_probe_tests): ... here.
264 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
265
b3b965fb
TV
2662019-07-24 Tom de Vries <tdevries@suse.de>
267
268 PR testsuite/24807
269 * gdb.objc/basicclass.m: Include stdio.h.
270 * gdb.objc/nondebug.m: Same.
271 * gdb.objc/objcdecode.m: Same.
272
4625b4d0
TV
2732019-07-24 Tom de Vries <tdevries@suse.de>
274
275 PR testsuite/24612
276 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
277 additional_flags.
278
024a5840
TV
2792019-07-24 Tom de Vries <tdevries@suse.de>
280
281 PR testsuite/24831
282 * gdb.multi/tids.exp: Update error messages for info threads.
283
c76ddaa3
TV
2842019-07-24 Tom de Vries <tdevries@suse.de>
285
286 * gdb.base/info-types.exp: Allow info types to print info for more than
287 one file.
288
9a618ef6
TV
2892019-07-23 Tom de Vries <tdevries@suse.de>
290
291 PR testsuite/24842
292 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
293 gdb_spawn_with_cmdline_opts.
294
40eadf04
SP
2952019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
296
297 * gdb.arch/arm-cmse-sgstubs.c: New test.
298 * gdb.arch/arm-cmse-sgstubs.exp: New file.
299
5ba29434
TV
3002019-07-23 Tom de Vries <tdevries@suse.de>
301
302 PR testsuite/24711
303 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
304 issuing next command.
305
a8e9d247
AB
3062019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.ada/info_auto_lang.exp: Update expected results.
309 * gdb.base/info-types.c: Add additional types to check.
310 * gdb.base/info-types.exp: Update expected results.
311
eb86c5e2
AB
3122019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.base/info-types.c: New file.
315 * gdb.base/info-types.exp: New file.
316
01e175fe
AB
3172019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
318
319 * gdb.arch/riscv-bp-infcall.c: New file.
320 * gdb.arch/riscv-bp-infcall.exp: New file.
321
6b78c3f8
AB
3222019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
323
324 PR breakpoints/24541
325 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
326
da738167
TV
3272019-07-14 Tom de Vries <tdevries@suse.de>
328
329 PR testsuite/24760
330 * gdb.objc/basicclass.exp: Fix unterminated string.
331
0d4e84ed
AB
3322019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
333 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
336 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
337 negative bounds.
338 * gdb.fortran/vla-value.exp: Print elements of an array with
339 negative bounds.
340 * gdb.fortran/vla.f90: Setup an array with negative bounds for
341 testing.
342
021d8588
AB
3432019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.base/options.exp (expect_string): Dequote strings in
346 results.
347 (test-string): Test strings with different quoting and reindent.
348
f06f1252
TT
3492019-07-10 Tom Tromey <tromey@adacore.com>
350
351 * gdb.ada/mi_ex_cond.exp: Update expected results.
352 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
353 * gdb.ada/mi_catch_ex.exp: Update expected results.
354 * gdb.ada/mi_catch_assert.exp: Update expected results.
355 * gdb.ada/catch_ex.exp (catch_exception_info)
356 (catch_exception_entry, catch_assert_entry)
357 (catch_unhandled_entry): Update.
358 * gdb.ada/catch_assert_if.exp: Update expected results.
359
b863685d
RB
3602019-07-10 Richard Bunt <richard.bunt@arm.com>
361 Stephen Roberts <stephen.roberts@arm.com>
362
363 * gdb.base/define.exp: Restore original prompt.
364
cb1e4e32
PA
3652019-07-09 Pedro Alves <palves@redhat.com>
366
367 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
368 breakpoints" output.
369 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
370 * gdb.python/py-breakpoint.exp: No longer expect that "catch
371 throw" creates breakpoint.
372 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
373 'type="catchpoint"'.
374
b58a68fe
PA
3752019-07-09 Pedro Alves <palves@redhat.com>
376
377 PR c++/15468
378 * gdb.cp/except-multi-location-lib.cc: New.
379 * gdb.cp/except-multi-location-main.cc: New.
380 * gdb.cp/except-multi-location.exp: New.
381
0826779b
PW
3822019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
383
384 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
385 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
386 argument and update callers.
387
5b0e2db4
AB
3882019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.arch/amd64-break-on-asm-line.S: New file.
391 * gdb.arch/amd64-break-on-asm-line.exp: New file.
392
1f6f6e21
PW
3932019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
394
395 * gdb.base/printcmds.exp: Test printing C string and
396 C wide string convenience vars without transiting via the inferior.
397 Also make test names unique.
398
ea142fbf
AH
3992019-07-08 Alan Hayward <alan.hayward@arm.com>
400
401 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
402
213fd9fa
PA
4032019-07-04 Pedro Alves <palves@redhat.com>
404
405 * lib/gdb.exp (foreach_with_prefix): Don't return early if
406 body returned ok(0), break(3) or continue(4).
407 * gdb.testsuite/foreach_with_prefix.exp: New file.
408
2b40fda7
AH
4092019-07-04 Alan Hayward <alan.hayward@arm.com>
410
411 * gdb.server/unittest.exp: Allow 0 unit tests to run.
412
a26c8de0
PA
4132019-07-03 Pedro Alves <palves@redhat.com>
414
415 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
416 "return -code".
417
5f4ba3e7
PA
4182019-07-03 Pedro Alves <palves@redhat.com>
419
420 PR cli/24732
421 * gdb.base/shell.exp: Load completion-support.exp.
422 Adjust expected error output. Add completion tests.
423
a994424f
PA
4242019-07-03 Pedro Alves <palves@redhat.com>
425
426 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
427 string_to_regexp.
428
3d9be6f5
PA
4292019-07-03 Pedro Alves <palves@redhat.com>
430
431 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
432 (expect_integer): Adjust to expect "-string".
433 (expect_string): New.
434 (all_options): Expect "-string".
435 (test-flag, test-boolean): Adjust to expect "-string".
436 (test-string): New proc.
437 (top level): Call it.
438
41fc454c
PA
4392019-07-03 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
442 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
443 the expected output in the success.
444
b2b2a215
PA
4452019-07-03 Pedro Alves <palves@redhat.com>
446
447 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
448 Split one gdb_test_multiple call in two to avoid a race.
449
fdbc9870
PA
4502019-07-03 Pedro Alves <palves@redhat.com>
451
452 * gdb.base/with.c: New file.
453 * gdb.base/with.exp: New file.
454
c6ac8931
PA
4552019-07-03 Pedro Alves <palves@redhat.com>
456
457 * gdb.base/settings.exp: Replace all references to "maint
458 test-settings set" with references to "maint set test-settings",
459 and all references to "maint test-settings show" with references
460 to "maint show test-settings".
461
970f9d09
PA
4622019-07-03 Pedro Alves <palves@redhat.com>
463
464 * gdb.base/settings.exp (test-string): Adjust expected out when
465 testing "maint test-settings show filename"
466
54d66006
PA
4672019-07-02 Pedro Alves <palves@redhat.com>
468
469 * gdb.base/options.exp (test-info-threads): New procedure.
470 (top level): Call it.
471
10d06d82
TT
4722019-06-28 Tom Tromey <tromey@adacore.com>
473
474 * gdb.dwarf2/ada-linkage-name.c: New file.
475 * gdb.dwarf2/ada-linkage-name.exp: New file.
476
3d507ff2
TT
4772019-06-27 Tom Tromey <tromey@adacore.com>
478
479 * gdb.cp/constexpr-field.exp: Use setup_xfail.
480
8af58ffe
TV
4812019-06-26 Tom de Vries <tdevries@suse.de>
482
483 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
484
22e21752
TV
4852019-06-26 Tom de Vries <tdevries@suse.de>
486
487 * gdb.base/index-cache.exp: Add back missing debug option.
488
b65b566c
PW
4892019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
490
491 * gdb.base/alias.exp: Test non matching/non existing prefixes.
492
5c2c8c69
TV
4932019-06-25 Tom de Vries <tdevries@suse.de>
494
495 PR testsuite/24727
496 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
497
164e3873
TV
4982019-06-24 Tom de Vries <tdevries@suse.de>
499
500 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
501
824eacee
TV
5022019-06-24 Tom de Vries <tdevries@suse.de>
503
504 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
505 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
506 * gdb.trace/unavailable-dwarf-piece.exp: Same.
507
385b97d3
TV
5082019-06-24 Tom de Vries <tdevries@suse.de>
509
510 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
511
c596f180
TV
5122019-06-21 Tom de Vries <tdevries@suse.de>
513
514 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
515
b13a7d03
TV
5162019-06-21 Tom de Vries <tdevries@suse.de>
517
518 PR testsuite/24518
519 PR ada/24713
520 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
521 index.
522
899277ae
TT
5232019-06-19 Tom Tromey <tromey@adacore.com>
524
525 * gdb.ada/length_cond.exp: Add intro comment.
526
680e1bee
TT
5272019-06-19 Tom Tromey <tromey@adacore.com>
528
529 * gdb.ada/length_cond.exp: New file.
530 * gdb.ada/length_cond/length_cond.adb: New file.
531 * gdb.ada/length_cond/pck.adb: New file.
532 * gdb.ada/length_cond/pck.ads: New file.
533
0ed4690a
TV
5342019-06-18 Tom de Vries <tdevries@suse.de>
535
536 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
537
d20ed5fd
TT
5382019-06-18 Tom Tromey <tromey@adacore.com>
539
540 * gdb.base/list0.h: Add comment explaining control character.
541
86e04673
TV
5422019-06-18 Tom de Vries <tdevries@suse.de>
543
544 * boards/fission.exp: Break up long debug_flags line.
545
c4973306
SM
5462019-06-16 Tom de Vries <tdevries@suse.de>
547
548 PR gdb/24445
549 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
550 generated index.
551
93cb9841
AB
5522019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 PR gdb/24686
555 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
556 improve detection of bug gdb/24541.
557
399aaebd
SM
5582019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
559
560 PR gdb/24669
561 * gdb.base/index-cache.exp (uses_readnow,
562 expecting_index_cache_use): Define global variable.
563 (test_cache_enabled_miss, test_cache_enabled_hit): Use
564 expecting_index_cache_use.
565
584a927c
AB
5662019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
567 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.fortran/pointers.f90: New file.
570 * gdb.fortran/print_type.exp: New file.
571 * gdb.fortran/vla-ptype.exp: Adapt expected results.
572 * gdb.fortran/vla-type.exp: Likewise.
573 * gdb.fortran/vla-value.exp: Likewise.
574 * gdb.mi/mi-vla-fortran.exp: Likewise.
575
30056ea0
AB
5762019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
579 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
580 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
581 as a stop reason.
582
ec8e2b6d
AB
5832019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * gdb.base/annota1.exp: Update expected results.
586 * gdb.cp/annota2.exp: Likewise.
587 * gdb.cp/annota3.exp: Likewise.
588
09e4c4e1
AB
5892019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.base/style-logging.exp: Remove path from test name.
592
0735b091
TT
5932019-06-14 Tom Tromey <tromey@adacore.com>
594
595 PR gdb/24502:
596 * gdb.base/style-logging.exp: New file.
597
f5686554
TT
5982019-06-14 Tom Tromey <tromey@adacore.com>
599
600 * gdb.base/symfile-warn.exp: New file.
601 * gdb.base/symfile-warn.c: New file.
602
a0c1ffed
TT
6032019-06-14 Tom Tromey <tromey@adacore.com>
604
605 * gdb.base/annotate-symlink.exp: New file.
606
f411722c
TT
6072019-06-14 Tom Tromey <tromey@adacore.com>
608
609 * gdb.ada/set_wstr.exp: Add reassignment test.
610
4268ec18
TT
6112019-06-14 Tom Tromey <tromey@adacore.com>
612
613 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
614 'unchecked_access and 'unrestricted_access as well.
615
9a9e394b
TT
6162019-06-14 Tom Tromey <tromey@adacore.com>
617
618 PR ada/24539:
619 * gdb.ada/vla.exp: Update tests.
620 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
621 pragma.
622
4c048731
PA
6232019-06-13 Pedro Alves <palves@redhat.com>
624
625 * gdb.base/settings.exp (test-integer): Test junk after
626 "unlimited".
627
6665660a
PA
6282019-06-13 Pedro Alves <palves@redhat.com>
629
630 * gdb.base/options.exp (test-thread-apply): New.
631 (top level): Call it.
632
5d707134
PA
6332019-06-13 Pedro Alves <palves@redhat.com>
634
635 * gdb.base/options.exp (test-frame-apply): New.
636 (top level): Test print commands with different "frame apply"
637 prefixes.
638
e2a689da
PA
6392019-06-13 Pedro Alves <palves@redhat.com>
640
e79be6e5 641 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
642 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
643 'max_completions' parameter and handle it.
644 (test_gdb_completion_offers_commands): New.
645
90a1ef87
PA
6462019-06-13 Pedro Alves <palves@redhat.com>
647
648 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
649
d4c16835
PA
6502019-06-13 Pedro Alves <palves@redhat.com>
651
652 * gdb.base/options.exp (test-backtrace): New.
653 (top level): Call it.
654
2daf894e
PA
6552019-06-13 Pedro Alves <palves@redhat.com>
656
657 * gdb.guile/scm-frame-args.exp: Use "set print
658 raw-frame-arguments" instead of "set print raw frame-arguments".
659 * gdb.python/py-frame-args.exp: Likewise.
660
e6ed716c
PA
6612019-06-13 Pedro Alves <palves@redhat.com>
662
663 * gdb.compile/compile.exp: Adjust expected output to option
664 processing changes.
665
7d8062de
PA
6662019-06-13 Pedro Alves <palves@redhat.com>
667
668 * gdb.base/options.exp: Build executable.
669 (test-print): New procedure.
670 (top level): Call it, once for "print" and another for "compile
671 print".
672
9d0faba9
PA
6732019-06-13 Pedro Alves <palves@redhat.com>
674
675 * gdb.base/options.c: New file.
676 * gdb.base/options.exp: New file.
677
dee7b4c8
PA
6782019-06-13 Pedro Alves <palves@redhat.com>
679
680 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
681 that "o" is ambiguous.
682
dca0f6c0
PA
6832019-06-13 Pedro Alves <palves@redhat.com>
684
685 * gdb.base/settings.c: New file.
686 * gdb.base/settings.exp: New file.
687
ccf46844
PA
6882019-06-13 Pedro Alves <palves@redhat.com>
689
690 * gdb.base/completion.exp: Fix comment typo.
691
b9a3f842
PA
6922019-06-13 Pedro Alves <palves@redhat.com>
693
694 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
695 foo --1" test.
696
d106773e
PA
6972019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
698
699 * gdb.fortran/block-data.f: New.
700 * gdb.fortran/block-data.exp: New.
701
fea82da0
TV
7022019-06-11 Tom de Vries <tdevries@suse.de>
703
704 PR testsuite/24521
705 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
706 message.
707
8c2e74f1
TV
7082019-06-11 Tom de Vries <tdevries@suse.de>
709
710 PR testsuite/24521
711 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
712
b49851c8
TV
7132019-06-11 Tom de Vries <tdevries@suse.de>
714
715 * boards/readnow.exp: New file.
716
a7067863
AB
7172019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.fortran/vla-sizeof.exp: Update expected results.
720
1a3da2cd
AB
7212019-06-06 Amos Bird <amosbird@gmail.com>
722
723 * gdb.base/annota1.exp (thread_switch): Add test for
724 thread-exited annotation.
725
3847a7bf
TT
7262019-06-06 Tom Tromey <tromey@adacore.com>
727
728 * gdb.base/maint.exp: Expect command started/finished output.
729
0088ba59
AB
7302019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
733 comment.
734 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
735
312617a3
AB
7362019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
737
738 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
739 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
740 * gdb.arch/riscv-unwind-long-insn.c: New file.
741 * gdb.arch/riscv-unwind-long-insn.exp: New file.
742
e1f2e1a2
CB
7432019-06-04 Christian Biesinger <cbiesinger@google.com>
744
d3238f7d 745 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 746
206584bd
PW
7472019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
748
749 * lib/gdb.exp (help_list_trailer): New regexp variable
750 factorizing the help trailer message.
751 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
752 arg to allow to better factorize various tests.
753 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
754 (test_prefix_command_help): Use help_list_trailer.
755 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
756 * gdb.guile/scm-cmd.exp: Likewise.
757 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
758 * gdb.base/help.exp: Use test_user_defined_class_help.
759 * gdb.base/style.exp: Add tests for styling of help and apropos.
760 * lib/gdb-utils.exp (style): Add title and highlight styles.
761
708dc93e
PW
7622019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
763
764 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
765 $_shell_exitsignal.
766 * gdb.base/default.exp: Update for new convenience variables.
767
f49055a5
TT
7682019-05-29 Tom Tromey <tromey@adacore.com>
769
770 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
771 to "break complete ada" test case's regexp.
772
4330d61d
TT
7732019-05-29 Tom Tromey <tromey@adacore.com>
774
775 PR c++/20020:
776 * gdb.cp/constexpr-field.exp: New file.
777 * gdb.cp/constexpr-field.cc: New file.
778
000439d5
TT
7792019-05-29 Tom Tromey <tromey@adacore.com>
780
781 * gdb.base/finish.exp (finish_no_print): New proc.
782 (finish_tests): Call it.
783
5a01c34c
TV
7842019-05-24 Tom de Vries <tdevries@suse.de>
785
786 * gdb.dwarf2/gdb-add-index.exp: New file.
787
18125b16
TT
7882019-05-22 Tom Tromey <tromey@adacore.com>
789
790 * gdb.base/info-shared.exp (check_info_shared): Use "style".
791 * gdb.base/style.exp: Use "style".
792 * lib/gdb-utils.exp (style): New proc.
793
af1a8d03
TV
7942019-05-22 Tom de Vries <tdevries@suse.de>
795
796 * gdb.base/align.exp: Require c++11.
797
e7fe496b
TV
7982019-05-22 Tom de Vries <tdevries@suse.de>
799
800 PR testsuite/24586
801 * gdb.python/py-mi-var-info-path-expression.exp: Call
802 mi_skip_python_tests to check if python is supported.
803
8fca4da0
AH
8042019-05-22 Alan Hayward <alan.hayward@arm.com>
805
806 * gdb.arch/aarch64-pauth.c: New test.
807 * gdb.arch/aarch64-pauth.exp: New file.
808
b7060614
AH
8092019-05-22 Alan Hayward <alan.hayward@arm.com>
810
811 * README (Re-running Tests Outside The Testsuite): New section.
812
669d0468
TV
8132019-05-21 Tom de Vries <tdevries@suse.de>
814
815 * gdb.arch/amd64-eval.exp: Require c++11.
816 * gdb.base/max-depth.exp: Same.
817 * gdb.compile/compile-cplus-array-decay.exp: Same.
818 * gdb.cp/meth-typedefs.exp: Same.
819 * gdb.cp/subtypes.exp: Same.
820 * gdb.cp/temargs.exp: Same.
821
ce3ebcaa
AH
8222019-05-21 Alan Hayward <alan.hayward@arm.com>
823
824 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
825
34d11c68
AB
8262019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 PR gdb/18644
829 * gdb.fortran/complex.exp: Remove setup_kfail calls.
830 * gdb.fortran/printing-types.exp: Add new test.
831 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
832 testing.
833 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
834 setup_kfail call.
835
87781e84
AH
8362019-05-17 Alan Hayward <alan.hayward@arm.com>
837
838 * README (Running the Testsuite): Change example.
839 (Testsuite Parameters): Remove TRANSCRIPT.
840 * lib/gdb.exp: Remove TRANSCRIPT check.
841
b420b89e
AH
8422019-05-17 Alan Hayward <alan.hayward@arm.com>
843
844 * README (Testsuite Parameters): Add replay logging to
845 GDBSERVER_DEBUG.
846 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
847 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
848 as a comma separated list.
849 (gdb_debug_init): Override procedure.
850
408e9b8b
AH
8512019-05-17 Alan Hayward <alan.hayward@arm.com>
852
853 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
854 (gdb_write_cmd_file): New procedure.
855 * lib/gdbserver-support.exp (gdbserver_start): Call
856 gdbserver_write_cmd_file.
857 (gdbserver_write_cmd_file): New procedure.
858
f9e2e39d
AH
8592019-05-17 Alan Hayward <alan.hayward@arm.com>
860
861 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
862 (delete_breakpoints): Likewise.
863 (gdb_run_cmd): Likewise.
864 (gdb_start_cmd): Likewise.
865 (gdb_starti_cmd): Likewise.
866 (gdb_internal_error_resync): Likewise.
867 (gdb_test_multiple): Likewise.
868 (gdb_reinitialize_dir): Likewise.
869 (default_gdb_exit): Likewise.
870 (gdb_file_cmd): Mark kill as optional.
871 (default_gdb_start): Call gdb_stdin_log_init.
872 (send_gdb): Call gdb_stdin_log_write.
873 (rerun_to_main): Mark Y as an answer.
874 (gdb_stdin_log_init): New function.
875 (gdb_stdin_log_write): Likewise.
876
81f47ac2
AH
8772019-05-17 Alan Hayward <alan.hayward@arm.com>
878
879 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
880 * gdb.base/debug-expr.exp: Likewise.
881 * gdb.base/foll-fork.exp: Likewise.
882 * gdb.base/foll-vfork.exp: Likewise.
883 * gdb.base/fork-print-inferior-events.exp: Likewise.
884 * gdb.base/gdb-sigterm.exp: Likewise.
885 * gdb.base/gdbinit-history.exp: Likewise.
886 * gdb.base/osabi.exp: Likewise.
887 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
888 * gdb.base/ui-redirect.exp: Likewise.
889 * gdb.gdb/unittest.exp: Likewise.
890 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
891 * gdb.mi/mi-watch.exp: Likewise.
892 * gdb.mi/new-ui-mi-sync.exp: Likewise.
893 * gdb.mi/user-selected-context-sync.exp: Likewise.
894 * gdb.python/python.exp: Disable debug test when debugging.
895 * gdb.threads/check-libthread-db.exp: Disable when debugging.
896 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
897 Likewise.
898 * gdb.threads/stepi-random-signal.exp: Likewise.
899
29b52314
AH
9002019-05-17 Alan Hayward <alan.hayward@arm.com>
901
902 * Makefile.in: Pass through GDB_DEBUG.
903 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
904 (gdb,debug): Add board setting.
905 * lib/gdb.exp (default_gdb_start): Start debugging.
906 (gdb_debug_enabled): New procedure.
907 (gdb_debug_init): Likewise.
29b52314
AH
908
9092019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 910
29b52314
AH
911 * Makefile.in: Pass through GDB_DEBUG.
912 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
913 (gdb,debug): Add board setting.
914 * lib/gdb.exp (default_gdb_start): Start debugging.
915 (gdb_debug_enabled): New procedure.
916 (gdb_debug_init): Likewise.
29b52314 917
ca1285d1
AH
9182019-05-17 Alan Hayward <alan.hayward@arm.com>
919
920 * gdb.base/ui-redirect.exp: Add debug redirect tests.
921
f3a09c80
AH
9222019-05-17 Alan Hayward <alan.hayward@arm.com>
923
924 * gdb.base/ui-redirect.exp: Test redirection.
925
26648588
JV
9262019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
927
928 * gdb.mi/mi-complete.exp: New file.
929 * gdb.mi/mi-complete.cc: Likewise.
930
14237686
AB
9312019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
932
933 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
934 indexed and sliced arrays, and pointers to arrays.
935
e7bd7fba
TT
9362019-05-14 Tom Tromey <tromey@adacore.com>
937
938 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
939 styling test.
940
2764128d
TV
9412019-05-14 Tom de Vries <tdevries@suse.de>
942
943 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
944 selection entry encoding.
945
71bed2db
TT
9462019-05-10 Tom Tromey <tromey@adacore.com>
947
948 * gdb.ada/info_exc.exp: Add "complete" test.
949
63b667ad
TV
9502019-05-09 Tom de Vries <tdevries@suse.de>
951
952 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
953 CU-relative.
954
9cfd2b89
TV
9552019-05-09 Tom de Vries <tdevries@suse.de>
956
957 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
958 CU-relative.
959
2228ef77
XR
9602019-05-08 Joel Brobecker <brobecker@adacore.com>
961
962 * gdb.ada/frame_arg_lang.exp: New testcase.
963 * gdb.ada/frame_arg_lang/bla.adb: New file.
964 * gdb.ada/frame_arg_lang/pck.ads: New file.
965 * gdb.ada/frame_arg_lang/pck.adb: New file.
966 * gdb.ada/frame_arg_lang/foo.c: New file.
967
80e55b13
TT
9682019-05-08 Tom Tromey <tromey@adacore.com>
969
970 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
971
9d3421af
TT
9722019-05-08 Tom Tromey <tromey@adacore.com>
973
974 * gdb.base/ptype-offsets.exp: Update tests.
975
844333e2
TT
9762019-05-08 Tom Tromey <tromey@adacore.com>
977
978 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
979 cases.
980 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
981 "short".
982
988915ee
TT
9832019-05-08 Tom Tromey <tromey@adacore.com>
984
985 * gdb.ada/vla.exp: New file.
986 * gdb.ada/vla/vla.adb: New file.
987
7bd55dac
TV
9882019-05-07 Tom de Vries <tdevries@suse.de>
989
990 * gdb.base/index-cache.exp (ls_host): Fix return statement.
991
75f06e9d
TV
9922019-05-07 Tom de Vries <tdevries@suse.de>
993
994 PR testsuite/24522
995 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
996 section.
997
77e7aaa4
TV
9982019-05-07 Tom de Vries <tdevries@suse.de>
999
1000 PR testsuite/24522
1001 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1002 .debug_aranges section.
1003
456ba0fa
TV
10042019-05-07 Tom de Vries <tdevries@suse.de>
1005
1006 PR testsuite/24159
1007 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1008
5a56d6a6
TV
10092019-05-06 Tom de Vries <tdevries@suse.de>
1010
1011 * lib/gdb.exp (exec_has_index_section): New proc.
1012 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1013 section.
1014
9d6d4be8
TV
10152019-05-04 Tom de Vries <tdevries@suse.de>
1016
1017 * boards/cc-with-debug-names.exp: New file.
1018
222a8d25
TT
10192019-05-03 Tom Tromey <tromey@adacore.com>
1020
1021 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1022 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1023 * gdb.ada/char_enum.exp: Add test.
1024
0fdfd794
TV
10252019-05-03 Tom de Vries <tdevries@suse.de>
1026
1027 * boards/cc-with-gdb-index.exp: New file.
1028
80062eb9
AB
10292019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.rust/simple.exp: Add new test case.
1032 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1033 (main): Initialise an instance of the new struct.
1034
4504bbde
TT
10352019-05-01 Tom Tromey <tromey@adacore.com>
1036
1037 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1038 record.
1039 (NPR): New variable.
1040 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1041 test.
1042
d48e62f4
TT
10432019-05-01 Tom Tromey <tromey@adacore.com>
1044
1045 * gdb.ada/packed_array_assign.exp: Add packed assignment
1046 regression test.
1047
f59f30f5
TV
10482019-05-01 Tom de Vries <tdevries@suse.de>
1049
1050 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1051
b70bfc54
TV
10522019-05-01 Tom de Vries <tdevries@suse.de>
1053
1054 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1055
15f18d14
AT
10562019-04-30 Ali Tamur <tamur@google.com>
1057
1058 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1059
2ff0a947
TT
10602019-04-30 Tom Tromey <tromey@adacore.com>
1061
1062 * lib/ada.exp (find_ada_tool): New proc.
1063 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1064 * gdb.ada/catch_ex_std.exp: New file.
1065 * gdb.ada/catch_ex_std/foo.adb: New file.
1066 * gdb.ada/catch_ex_std/some_package.adb: New file.
1067 * gdb.ada/catch_ex_std/some_package.ads: New file.
1068
a776957c
TT
10692019-04-30 Tom Tromey <tromey@adacore.com>
1070
1071 PR c++/24470:
1072 * gdb.cp/temargs.cc: Add test code from PR.
1073
bc68014d
AB
10742019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.fortran/vla-datatypes.exp: Update expected results.
1077 * gdb.fortran/vla-ptype.exp: Likewise.
1078 * gdb.fortran/vla-type.exp: Likewise.
1079 * gdb.fortran/vla-value.exp: Likewise.
1080
f1fdc960
AB
10812019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.fortran/ptr-indentation.exp: Update expected results.
1084 * gdb.fortran/ptype-on-functions.exp: Likewise.
1085 * gdb.fortran/vla-ptr-info.exp: Likewise.
1086 * gdb.fortran/vla-value.exp: Likewise.
1087
bf7a4de1
AB
10882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1089
1090 * gdb.fortran/ptype-on-functions.exp: New file.
1091 * gdb.fortran/ptype-on-functions.f90: New file.
1092
bbe75b9d
AB
10932019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1096 case void string.
1097
1db455a7
AB
10982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1099
1100 * gdb.fortran/complex.exp: Expand.
1101 * gdb.fortran/complex.f: Renamed to...
1102 * gdb.fortran/complex.f90: ...this, and extended to add more
1103 complex values.
1104
b6d03bb2
AB
11052019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1108 MODULO, CMPLX.
1109
2e62ab40
AB
11102019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1111 Richard Bunt <richard.bunt@arm.com>
1112
1113 * gdb.base/max-depth.c: New file.
1114 * gdb.base/max-depth.exp: New file.
1115 * gdb.python/py-nested-maps.c: New file.
1116 * gdb.python/py-nested-maps.exp: New file.
1117 * gdb.python/py-nested-maps.py: New file.
1118 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1119 (test_all_common): Call test_max_depth.
1120 * gdb.fortran/max-depth.exp: New file.
1121 * gdb.fortran/max-depth.f90: New file.
1122 * gdb.go/max-depth.exp: New file.
1123 * gdb.go/max-depth.go: New file.
1124 * gdb.modula2/max-depth.exp: New file.
1125 * gdb.modula2/max-depth.c: New file.
1126 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1127
d2b584a5
TV
11282019-04-29 Tom de Vries <tdevries@suse.de>
1129
1130 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1131
136afab8
PW
11322019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1133
1134 * gdb.base/callexit.exp: Test may-call-functions off.
1135
725cbb63
KS
11362019-04-25 Keith Seitz <keiths@redhat.com>
1137
1138 PR c++/24367
1139 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1140 (another_incomplete_struct, test_incomplete): New definitions.
1141 (main): Use new definitions.
1142 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1143 functions.
1144
82433e3e
SDJ
11452019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1146
1147 PR corefiles/11608
1148 PR corefiles/18187
1149 * gdb.base/coredump-filter-build-id.exp: New file.
1150
dd06d4d6
AH
11512019-04-25 Alan Hayward <alan.hayward@arm.com>
1152
e79be6e5
SM
1153 * Makefile.in: Pass through GDBSERVER_DEBUG.
1154 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1155 (gdbserver,debug): Add board setting.
1156 * gdb.trace/tspeed.exp: Skip when debugging.
1157 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1158 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1159
1670072e
TT
11602019-04-24 Tom Tromey <tromey@adacore.com>
1161
1162 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1163 Rust.
1164
a59240a4
TT
11652019-04-24 Tom Tromey <tromey@adacore.com>
1166
1167 * gdb.arch/amd64-eval.exp: Test bitfield return.
1168 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1169 (class Foo) <return_bitfields>: New method.
1170 (main): Call it.
1171
b907456c
AB
11722019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 * gdb.cp/many-args.cc: New file.
1175 * gdb.cp/many-args.exp: New file.
1176
5c565afd
TV
11772019-04-23 Tom de Vries <tdevries@suse.de>
1178
1179 PR gdb/24433
1180 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1181
ba22ff86
AH
11822019-04-23 Alan Hayward <alan.hayward@arm.com>
1183
1184 * gdb.trace/backtrace.exp: Use nopie flag.
1185 * gdb.trace/circ.exp: Likewise.
1186 * gdb.trace/collection.exp: Likewise.
1187 * gdb.trace/ftrace.exp: Likewise.
1188 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1189 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1190 * gdb.trace/qtro.exp: Likewise.
1191 * gdb.trace/read-memory.exp: Likewise.
1192 * gdb.trace/report.exp: Likewise.
1193 * gdb.trace/tfile.exp: Likewise.
1194 * gdb.trace/tfind.exp: Likewise.
1195 * gdb.trace/unavailable.exp: Likewise.
1196
7905fc35
PA
11972019-04-22 Pedro Alves <palves@redhat.com>
1198
1199 * gdb.base/solib-probes-nosharedlibrary.c,
1200 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1201
8ecb59f8
TT
12022019-04-19 Tom Tromey <tromey@adacore.com>
1203
1204 * gdb.ada/ptype_union.c: New file.
1205 * gdb.ada/ptype_union.exp: New file.
1206
62160ec9
TT
12072019-04-19 Tom Tromey <tromey@adacore.com>
1208
1209 PR symtab/24423:
1210 * gdb.base/list0.h (foo): Add a control-l character.
1211
36cd4ba5
TV
12122019-04-18 Tom de Vries <tdevries@suse.de>
1213
1214 PR gdb/24433
1215 * boards/local-board.exp: Set sysroot to "".
1216
b73715df
TV
12172019-04-18 Tom de Vries <tdevries@suse.de>
1218 Pedro Alves <palves@redhat.com>
1219
1220 PR gdb/24454
1221 * gdb.threads/vfork-follow-child-exec.c: New file.
1222 * gdb.threads/vfork-follow-child-exec.exp: New file.
1223 * gdb.threads/vfork-follow-child-exit.c: New file.
1224 * gdb.threads/vfork-follow-child-exit.exp: New file.
1225
4aa866af
LS
12262019-04-15 Leszek Swirski <leszeks@google.com>
1227
1228 * gdb.arch/amd64-eval.cc: New file.
1229 * gdb.arch/amd64-eval.exp: New file.
1230
e5a1a79a
AH
12312019-04-11 Alan Hayward <alan.hayward@arm.com>
1232
1233 * gdb.server/sysroot.c: New test.
1234 * gdb.server/sysroot.exp: New file.
1235 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1236 matching param.
1237
41077b66
AB
12382019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 * gdb.base/align.exp: Extend test to cover structures containing
1241 only static fields.
1242
c30391f8
TV
12432019-04-11 Tom de Vries <tdevries@suse.de>
1244
1245 * boards/cc-with-dwz-m.exp: New file.
1246 * boards/cc-with-dwz.exp: New file.
1247 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1248
e242fd12
SM
12492019-04-09 Simon Marchi <simon.marchi@efficios.com>
1250
1251 * gdb.base/start-cpp.exp: New file.
1252 * gdb.base/start-cpp.cc: New file.
1253
2b0c8b01
KB
12542019-04-08 Kevin Buettner <kevinb@redhat.com>
1255
1256 * gdb.python/py-thrhandle.exp: Adjust tests to call
1257 thread_from_handle instead of thread_from_thread_handle.
1258
947210e5
KB
12592019-04-08 Kevin Buettner <kevinb@redhat.com>
1260
1261 * gdb.python/py-thrhandle.exp: Add tests for
1262 gdb.InferiorThread.handle.
1263
d7df6549
AB
12642019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.python/py-function.exp: Check calling helper function from
1267 all languages.
1268 * lib/gdb.exp (gdb_supported_languages): New proc.
1269
8bdc1658
AB
12702019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.base/complex-parts.c: New file.
1273 * gdb.base/complex-parts.exp: New file.
1274
05caa1d2
TT
12752019-04-01 Tom Tromey <tromey@adacore.com>
1276
1277 PR symtab/23331:
1278 * gdb.dwarf2/dw2-ranges-main.c: New file.
1279 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1280 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1281
7734102d
EZ
12822019-03-30 Simon Marchi <simark@simark.ca>
1283
1284 * gdb.base/default.exp: Add values for $_gdb_major and
1285 $_gdb_minor.
1286
188e1fa9
TT
12872019-03-29 Tom Tromey <tromey@adacore.com>
1288
1289 * gdb.base/help.exp: Tighten apropos regexp.
1290
2880242d
KS
12912019-03-29 Keith Seitz <keiths@redhat.com>
1292
1293 * gdb.fortran/array-bounds.exp: New file.
1294 * gdb.fortran/array-bounds.f90: New file.
1295
077cad8e
PW
12962019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1297
1298 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1299
80047cfc
PW
13002019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1301
1302 * gdb.multi/hello.c (main): Increase alarm timer.
1303
f489207e
SL
13042019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1305
1306 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1307 factor when no hardware watchpoint support.
1308
c92df149
AH
13092019-03-28 Alan Hayward <alan.hayward@arm.com>
1310 Pedro Alves <palves@redhat.com>
1311
1312 * boards/local-board.exp: set sysroot to /.
1313
933aebfa
AH
13142019-03-27 Alan Hayward <alan.hayward@arm.com>
1315
1316 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1317 in child.
1318
9f9aa852
AB
13192019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1322 field.
1323 (make_container): Initialise new field.
1324 * gdb.python/py-prettyprint.exp: Add new tests.
1325 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1326 <display_hint>: New method.
1327
3714a195
AB
13282019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1331 gdb_continue_to_breakpoint more throughout this test.
1332 (run_lang_tests) Supply unique test names, and use
1333 gdb_test_no_output.
1334
18c77628
AB
13352019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * gdb.base/finish-pretty.exp: Update expected results.
1338 * gdb.base/pretty-print.c: New file.
1339 * gdb.base/pretty-print.exp: New file.
1340
9a93502f
PA
13412019-03-25 Pedro Alves <palves@redhat.com>
1342
1343 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1344 move comments outside list. Append '-i "" eof' section.
1345
968aa7ae
AH
13462019-03-22 Alan Hayward <alan.hayward@arm.com>
1347
1348 * README: Add pie options.
1349 * gdb.base/break-interp.exp: Ensure pie is disabled.
1350 * gdb.base/dump.exp: Likewise.
1351 * lib/gdb.exp (gdb_compile): Add pie option.
1352
4c7d57e7
TT
13532019-03-19 Tom Tromey <tromey@adacore.com>
1354
1355 * gdb.mi/mi2-cli-display.c: New file.
1356 * gdb.mi/mi2-cli-display.exp: New file.
1357
bff8c71f
TT
13582019-03-18 Joel Brobecker <brobecker@adacore.com>
1359 Tom Tromey <tromey@adacore.com>
1360
1361 * gdb.ada/ptype_array/pck.adb: New file.
1362 * gdb.ada/ptype_array/pck.ads: New file.
1363 * gdb.ada/ptype_array/foo.adb: New file.
1364 * gdb.ada/ptype_array.exp: New file.
1365
d085f989
TT
13662019-03-14 Tom Tromey <tromey@adacore.com>
1367
1368 * gdb.base/style.exp: Add "set style sources" test.
1369
b4be1b06
SM
13702019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1371
1372 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1373 * mi-breakpoint-multiple-locations.exp: ... this.
1374 (make_breakpoints_pattern): New proc.
1375 (do_test): Add mi_version parameter, test -break-insert,
1376 -break-info and =breakpoint-created.
1377
7cde5fc2
AB
13782019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1379
1380 * config/default.exp: Remove 'load_lib gdb.exp'.
1381 * config/monitor.exp: Likewise.
1382 * config/sid.exp: Likewise.
1383 * config/sim.exp: Likewise.
1384 * config/slite.exp: Likewise.
1385 * config/unix.exp: Likewise.
1386 * gdb.base/default.exp: Remove unhelpful comment.
1387
efbecbc1
AB
13882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1391
0841c79a
AB
13922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1395
4a270568
AB
13962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.fortran/type-kinds.exp: Update expected results.
1399
067630bd
AB
14002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1403
3be47f7a
AB
14042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1407 function.
1408 (test_basic_parsing_of_type_kinds): Expand types tested.
1409 (test_parsing_invalid_type_kinds): New function.
1410
4d00f5d8
AB
14112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.fortran/intrinsics.exp: New file.
1414 * gdb.fortran/intrinsics.f90: New file.
1415 * gdb.fortran/type-kinds.exp: New file.
1416
c8f91604
AB
14172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.fortran/dot-ops.exp: New file.
1420
dd9f2c76
AB
14212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1422
1423 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1424 Check upper and lower case logical literals.
1425
84ec9724
AB
14262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1427
1428 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1429 Remove duplicate tests.
1430
c3734e09
AH
14312019-03-06 Alan Hayward <alan.hayward@arm.com>
1432
1433 * lib/gdb.exp (builtin_cd): rename of cd.
1434 (cd): Override builtin.
1435
aa3cfbda
RB
14362019-03-06 Richard Bunt <richard.bunt@arm.com>
1437
1438 * gdb.fortran/function-calls.exp: New file.
1439 * gdb.fortran/function-calls.f90: New test.
1440
7b63ad86
RB
14412019-03-04 Richard Bunt <richard.bunt@arm.com>
1442
1443 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1444 on user program standard output.
1445 * gdb.fortran/short-circuit-argument-list.f90: Record function
1446 calls.
1447
01abb042
AH
14482019-02-28 Alan Hayward <alan.hayward@arm.com>
1449
c3734e09
AH
1450 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1451 failure.
01abb042 1452
92137da0
RO
14532019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1454
1455 PR gdb/8527
1456 * gdb.base/interrupt-daemon-attach.c,
1457 gdb.base/interrupt-daemon-attach.exp: New test.
1458
5862844d
PA
14592019-02-27 Pedro Alves <palves@redhat.com>
1460
1461 * gdb.base/page.exp: Add tests for "set width/height -1".
1462
8ed25214
PA
14632019-02-27 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.base/page.exp: Add tests for "set/show width/height" with
1466 "infinite" values.
1467
6c28e44a
TT
14682019-02-27 Tom Tromey <tromey@adacore.com>
1469
1470 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1471 2.4.
1472 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1473 workaround.
1474
bf9a735e
AB
14752019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1478 tests for structs with static members.
1479
8791793c
TT
14802019-02-26 Tom Tromey <tromey@adacore.com>
1481
1482 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1483 ValueError, not TypeError.
1484
bc2a507e
KB
14852019-02-26 Kevin Buettner <kevinb@redhat.com>
1486
1487 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1488 call from main program.
1489
e0e7d3bd
JB
14902019-02-23 Joel Brobecker <brobecker@adacore.com>
1491
1492 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1493 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1494 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1495 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1496 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1497
9600246d
KS
14982019-02-22 Keith Seitz <keiths@redhat.com>
1499
1500 PR symtab/23853
1501 * gdb.base/symlink-sourcefile.c: New file.
1502 * gdb.base/symlink-sourcefile.exp: New file.
1503
0c95f9ed
TT
15042019-02-20 Tom Tromey <tom@tromey.com>
1505
1506 * gdb.base/info_qt.exp: Update.
1507
6caa91b6
SM
15082019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1509
1510 * gdb.base/source.exp: Move "error in sourced script" code to
1511 the end.
1512 * gdb.base/source-error.gdb: Move contents to
1513 source-error-1.gdb. Add new code to source source-error-1.gdb.
1514 * gdb.base/source-error-1.gdb: New file, from previous
1515 source-error.gdb.
1516
6506371f
TT
15172019-02-17 Tom Tromey <tom@tromey.com>
1518
1519 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1520 for macro styling.
1521 * gdb.base/style.c (SOME_MACRO): New macro.
1522
a0087920
TT
15232019-02-17 Tom Tromey <tom@tromey.com>
1524
1525 * gdb.base/style.exp: Add line-wrapping tests.
1526 * gdb.base/page.exp: Add test for quitting during pagination.
1527
a2cd4f14
JB
15282019-02-17 Joel Brobecker <brobecker@adacore.com>
1529
1530 * gdb.ada/big_packed_array: New testcase.
1531 * gdb.ada/homonym.exp: Fix incorrect expected output for
1532 "break <homonym__get_value>" test.
1533
9d70ffbc
WP
15342019-02-13 Weimin Pan <weimin.pan@oracle.com>
1535
1536 PR breakpoints/21870
1537 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1538 and prepare_for_testing. Add comment.
1539 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1540 redundant cleanup call. Clean up comment.
1541
01c7ae81
WP
15422019-02-12 Weimin Pan <weimin.pan@oracle.com>
1543
1544 PR breakpoints/21870
1545 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1546 * gdb.arch/aarch64-dbreg-contents.c: New file.
1547
aff29d1c
JB
15482019-02-10 Joel Brobecker <brobecker@adacore.com>
1549
1550 * gdb.ada/mi_ref_changeable: New testcase.
1551
df0da8a2
AH
15522019-02-07 Alan Hayward <alan.hayward@arm.com>
1553
1554 * gdb.base/attach.exp: Add double attach test.
1555
bd447abb
SM
15562019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1557
1558 * lib/gdb.exp (default_gdb_start): Don't match pagination
1559 prompt.
1560 (gdb_init): Set stty_init.
1561
1dbc40b9
TT
15622019-01-27 Tom Tromey <tom@tromey.com>
1563
1564 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1565 skip_python_tests.
1566
353229bf
AH
15672019-01-24 Alan Hayward <alan.hayward@arm.com>
1568
1569 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1570 New structure.
1571 (struct struct_static_02_02): Likewise.
1572 (struct struct_static_02_03): Likewise.
1573 (struct struct_static_02_04): Likewise.
1574 (struct struct_static_04_01): Likewise.
1575 (struct struct_static_04_02): Likewise.
1576 (struct struct_static_04_03): Likewise.
1577 (struct struct_static_04_04): Likewise.
1578 (struct struct_static_06_01): Likewise.
1579 (struct struct_static_06_02): Likewise.
1580 (struct struct_static_06_03): Likewise.
1581 (struct struct_static_06_04): Likewise.
1582 (cmp_struct_static_02_01): Likewise.
1583 (cmp_struct_static_02_02): Likewise.
1584 (cmp_struct_static_02_03): Likewise.
1585 (cmp_struct_static_02_04): Likewise.
1586 (cmp_struct_static_04_01): Likewise.
1587 (cmp_struct_static_04_02): Likewise.
1588 (cmp_struct_static_04_03): Likewise.
1589 (cmp_struct_static_04_04): Likewise.
1590 (cmp_struct_static_06_01): Likewise.
1591 (cmp_struct_static_06_02): Likewise.
1592 (cmp_struct_static_06_03): Likewise.
1593 (cmp_struct_static_06_04): Likewise.
1594 (call_all): Test new structs.
1595 * gdb.base/infcall-nested-structs.exp: Likewise.
1596
73021deb
AH
15972019-01-21 Alan Hayward <alan.hayward@arm.com>
1598 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1599
fc65c7db
AH
16002019-01-21 Alan Hayward <alan.hayward@arm.com>
1601 * gdb.base/stack-protector.c: New test.
1602 * gdb.base/stack-protector.exp: New file.
1603 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1604 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1605 option.
1606 (gdb_compile): Remove stack protector for GCC and prevent
1607 recursion.
1608
c24bdb02
KS
16092019-01-16 Keith Seitz <keiths@redhat.com>
1610
1611 PR gdb/23773
1612 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1613
6f072a10
PFC
16142019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1615
1616 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1617 aliases.
1618 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1619 tests.
1620 * gdb.arch/powerpc-vector-regs.c: New file.
1621 * gdb.arch/powerpc-vector-regs.exp: New file.
1622
a7b8d682
PFC
16232019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1624
1625 * gdb.arch/altivec-regs.exp: Fix the list passed to
1626 gdb_expect_list when testing "info vector".
1627
6eb6fb67
AB
16282019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.base/style.exp: Don't include path in testname.
1631
b56f80d8
KS
16322019-01-10 Keith Seitz <keiths@redhat.com>
1633
1634 PR gdb/23712
1635 PR symtab/23010
1636 * gdb.dwarf2/multidictionary.exp: New file.
1637
041be526
SM
16382019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1639
1640 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1641 (test_gnuv3_style_demangling): ... this.
1642 (test_lucid_style_demangling): Remove.
1643 (test_arm_style_demangling): Remove.
1644 (test_hp_style_demangling): Remove.
1645 (do_tests): Remove calls to the above.
1646
d820d0c3
AB
16472019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1650 case.
1651
f097f5ad
TT
16522019-01-06 Tom Tromey <tom@tromey.com>
1653
1654 PR gdb/28155:
1655 * gdb.dwarf2/typedef-void-finish.exp: New file.
1656
2cd8cc0b
TT
16572018-12-28 Tom Tromey <tom@tromey.com>
1658 Simon Marchi <simark@simark.ca>
1659
1660 * gdb.base/jit-exec.exp: New file.
1661 * gdb.base/jit-exec.c: New file.
1662 * gdb.base/jit-execd.c: New file.
1663
35fb8261
TT
16642018-12-28 Tom Tromey <tom@tromey.com>
1665
1666 * gdb.base/style.exp: Update test to check for address styling.
1667
47fd17cd
TT
16682018-12-28 Tom Tromey <tom@tromey.com>
1669
1670 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1671 message.
1672
d47032b7
TT
16732018-12-28 Tom Tromey <tom@tromey.com>
1674
1675 * gdb.base/style.exp: Add test for version number styling.
1676
af79b68d
TT
16772018-12-28 Tom Tromey <tom@tromey.com>
1678
1679 * gdb.base/style.exp: Add test for print_address_symbolic.
1680
0bb296cb
TT
16812018-12-28 Tom Tromey <tom@tromey.com>
1682
1683 * gdb.base/style.exp: Add test for breakpoint setting.
1684
80ae2043
TT
16852018-12-28 Tom Tromey <tom@tromey.com>
1686
1687 * gdb.base/style.exp: Add test for variable names.
1688
cbe56571
TT
16892018-12-28 Tom Tromey <tom@tromey.com>
1690
1691 * gdb.base/style.exp: New file.
1692 * gdb.base/style.c: New file.
1693
9162a27c
TT
16942018-12-28 Tom Tromey <tom@tromey.com>
1695
1696 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1697 "dumb".
1698 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1699 the TERM environment variable.
1700
bc543c90
TT
17012018-12-27 Tom Tromey <tom@tromey.com>
1702
1703 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1704 pagination test.
1705
6f0ffe50
AB
17062018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1707
1708 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1709 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1710
b5a1e557
PW
17112018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1712
1713 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1714 Filename a.adb changed to bp_fun_addr.adb.
1715 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1716
6e8b1ab2
JV
17172018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1718
1719 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1720 non-PIE executables.
1721 * README: Mention the gdb,nopie_flag board setting.
1722 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1723 non-PIE executable.
1724 * gdb.arch/amd64-entry-value.exp: Likewise.
1725 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1726 * gdb.arch/i386-float.exp: Likewise.
1727 * gdb.arch/i386-signal.exp: Likewise.
1728 * gdb.mi/mi-reg-undefined.exp: Likewise.
1729
d00a27c5
PM
17302018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1731
1732 PR gdb/23974
1733 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1734
161d081c
PW
17352018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1736
1737 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1738 Update order of results accordingly.
1739
b001de23
AB
17402018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * gdb.base/annota1.exp: Update a test regexp.
1743
99e1a184
AB
17442018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1747
7a81c1e2
PW
17482018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1749
1750 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1751 (reuse_time): Initialize to REUSE_TIME_CAP.
1752 (check_rc): New function.
1753 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1754 Check pthread_create rc.
1755 (spawner_thread_func): Check pthread_create and pthread_join rc.
1756
73e8dc90
PA
17572018-12-08 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.base/list.exp (test_forward_search): Rename to ...
1760 (test_forward_reverse_search): ... this. Also test reverse-search
1761 and the forward-search alias.
1762
13f2ed32
AB
17632018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1766 local timeout variable before return, and remove all local timeout
1767 variable entirely.
1768 (gdb_load): Likewise.
1769
64d27cfc
TV
17702018-12-01 Tom de Vries <tdevries@suse.de>
1771
1772 * gdb.base/gdb-caching-proc.exp: New file.
1773
f63c03b4
SDJ
17742018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1775
1776 * Makefile.in (TIMESTAMP): New variable.
1777 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1778 command.
1779 (check-single-racy): Likewise.
1780 (check/%.exp): Likewise.
1781 (check-racy/%.exp): Likewise.
1782 (workers/%.worker): Likewise.
1783 (build-perf): Likewise.
1784 (check-perf): Likewise.
1785 * README: Describe new "TS" and "TS_FORMAT" variables.
1786 * print-ts.py: New file.
1787
1c97054b
BF
17882018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1789
1790 PR python/23714
1791 * gdb.python/python.exp: Test command repetition after
1792 gdb.execute.
1793
1871a62d
AB
17942018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1795
1796 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1797 is correctly aligned.
1798
fb5e1ed9
PW
17992018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1800
1801 * gdb.ada/info_auto_lang.exp: New testcase.
1802 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1803 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1804 * gdb.ada/info_auto_lang/some_c.c: New file.
1805
43d397ca
PW
18062018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1807
1808 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1809 FUNC_lang language syntax.
1810
beddd671
PW
18112018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1812
1813 * gdb.base/info_minsym.c: New file.
1814 * gdb.base/info_minsym.exp: New file.
1815
73fc52c4
TT
18162018-11-19 Tom Tromey <tom@tromey.com>
1817
1818 PR rust/23625:
1819 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1820 * gdb.rust/expr.exp: Update expected output. Change one test.
1821
994b876a
TT
18222018-11-19 Tom Tromey <tom@tromey.com>
1823
1824 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1825
6769f276
PA
18262018-11-19 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1829 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1830 see the expected warning.
1831
38a72da0
AH
18322018-11-16 Alan Hayward <alan.hayward@arm.com>
1833
1834 PR gdb/22736:
1835 * gdb.cp/infcall-nodebug-lib.c: New test.
1836 * gdb.cp/infcall-nodebug-main.c: New test.
1837 * gdb.cp/infcall-nodebug.exp: New file.
1838
53a89d6e
SM
18392018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1840
1841 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1842 completer tests.
1843
9325300d
TV
18442018-11-09 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.base/msym-lang.c: New test.
1847 * gdb.base/msym-lang.exp: New file.
1848 * gdb.base/msym-lang-main.c: New test.
1849
20f0d60d
TT
18502018-11-08 Tom Tromey <tom@tromey.com>
1851
1852 PR gdb/23555:
1853 PR gdb/23838:
1854 * gdb.base/warning.exp: New file.
1855
b5420128
JB
18562018-11-08 Jan Beulich <jbeulich@suse.com>
1857
1858 * testsuite/gdb.arch/i386-avx512.c,
1859 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1860
cd115d61
AB
18612018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1862
1863 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1864 point hardware.
1865
35ee2dc2
AB
18662018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1869 * gdb.dwarf2/missing-type-name.exp: New file.
1870
31aceee8
TV
18712018-11-06 Tom de Vries <tdevries@suse.de>
1872
1873 * gdb.base/many-headers.c: New test.
1874 * gdb.base/many-headers.exp: New file.
1875
109be305
JW
18762018-11-06 Jim Wilson <jimw@sifive.com>
1877
1878 * gdb.base/code_elim.exp: For riscv, set additional_flags
1879 to include -msmall-data-limit=0.
1880
e2b7af72
JB
18812018-11-01 Joel Brobecker <brobecker@adacore.com>
1882
1883 * gdb.ada/watch_minus_l: New testcase.
1884
cdcda965
SM
18852018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1886
1887 * gdb.arch/aix-sighandle.c: New file.
1888 * gdb.arch/aix-sighandle.exp: New file.
1889
92dcebf3
AB
18902018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1891
1892 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1893 registers being unions.
1894
68b9ac18
TV
18952018-10-31 Tom de Vries <tdevries@suse.de>
1896
1897 * lib/valgrind.exp: New file.
1898 (vgdb_start, vgdb_stop): New procs, factored out of ...
1899 * gdb.base/valgrind-bt.exp: ... here, ...
1900 * gdb.base/valgrind-disp-step.exp: ... here and ...
1901 * gdb.base/valgrind-infcall.exp: ... here.
1902
1443936e
TV
19032018-10-31 Tom de Vries <tdevries@suse.de>
1904
1905 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1906
eb77c9df
AB
19072018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.dwarf2/void-type.c: New file.
1910 * gdb.dwarf2/void-type.exp: New file.
1911
82b5e646
PW
19122018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1913
1914 * gdb.base/info_qt.c: New file.
1915 * gdb.base/info_qt.exp: New file.
1916
8d619c01
EBM
19172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1918
1919 * gdb.arch/powerpc-htm-regs.c: New file.
1920 * gdb.arch/powerpc-htm-regs.exp: New file.
1921
f2cf6173
EBM
19222018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1923
1924 * gdb.arch/powerpc-tar.c: New file.
1925 * gdb.arch/powerpc-tar.exp: New file.
1926
7ca18ed6
EBM
19272018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1928
1929 * gdb.arch/powerpc-ppr-dscr.c: New file.
1930 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1931
bfcc0eba
TV
19322018-10-25 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1935
fe1a5cad
TV
19362018-10-24 Tom de Vries <tdevries@suse.de>
1937
1938 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1939 longer exists error.
1940
a76dc3b7
TV
19412018-10-24 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1944
4df46df7
TV
19452018-10-24 Tom de Vries <tdevries@suse.de>
1946
1947 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1948 --db-attach in valgrind.
1949
0dbfcfff
AB
19502018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.arch/riscv-reg-aliases.c: New file.
1953 * gdb.arch/riscv-reg-aliases.exp: New file.
1954
b04480b1
AH
19552018-10-19 Alan Hayward <alan.hayward@arm.com>
1956
1957 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1958
2c6ac8d7
AH
19592018-10-19 Alan Hayward <alan.hayward@arm.com>
1960
1961 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1962
2bc69f25
AH
19632018-10-19 Alan Hayward <alan.hayward@arm.com>
1964
1965 * gdb.cp/ovldbreak.exp: Fix regexps.
1966
1f1ae3a3
AH
19672018-10-19 Alan Hayward <alan.hayward@arm.com>
1968
1969 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1970
94c18618
SDJ
19712018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1972
1973 PR cli/23785
1974 * gdb.base/restore.exp: New test to check if "restore" with an
1975 invalid file doesn't segfault.
1976
812cd6eb
TV
19772018-10-18 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1980 * gdb.ada/excep_handle.exp: Same.
1981 * gdb.ada/mi_string_access.exp: Same.
1982 * gdb.ada/mi_var_union.exp: Same.
1983 * gdb.arch/arc-analyze-prologue.exp: Same.
1984 * gdb.arch/arc-decode-insn.exp: Same.
1985 * gdb.base/readnever.exp: Same.
1986 * gdb.fortran/printing-types.exp: Same.
1987 * gdb.guile/scm-lazy-string.exp: Same.
1988
c4b90788
TV
19892018-10-16 Tom de Vries <tdevries@suse.de>
1990
1991 PR gdb/23730
1992 * gdb.base/catch-follow-exec.c: Add copyright notice.
1993 * gdb.base/catch-follow-exec.exp: Rewrite to use
1994 gdb_spawn_with_cmdline_opts. Require gdb-native.
1995
8bca2978
SL
19962018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1997
1998 * gdb.trace/actions-changed.exp: Check for arch support.
1999 * gdb.trace/actions.exp: Likewise.
2000 * gdb.trace/ax.exp: Likewise.
2001 * gdb.trace/backtrace.exp: Likewise.
2002 * gdb.trace/change-loc.exp: Likewise.
2003 * gdb.trace/deltrace.exp: Likewise.
2004 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2005 * gdb.trace/ftrace.exp: Likewise.
2006 * gdb.trace/infotrace.exp: Check for arch support.
2007 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2008 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2009 * gdb.trace/mi-tsv-changed.exp: Likewise.
2010 * gdb.trace/packetlen.exp: Likewise.
2011 * gdb.trace/passc-dyn.exp: Likewise.
2012 * gdb.trace/passcount.exp: Likewise.
2013 * gdb.trace/pending.exp: Likewise.
2014 * gdb.trace/range-stepping.exp: Check for shlib support.
2015 * gdb.trace/report.exp: Check for arch support.
2016 * gdb.trace/save-trace.exp: Likewise.
2017 * gdb.trace/signal.exp: Check for signal support.
2018 * gdb.trace/tfind.exp: Check for arch support.
2019 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2020 * gdb.trace/trace-common.h: Add comment.
2021 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2022 * gdb.trace/trace-enable-disable.exp: Likewise.
2023 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2024 * gdb.trace/tracecmd.exp: Check for arch support.
2025 * gdb.trace/tspeed.exp: Check for shlib and target support.
2026 * gdb.trace/tstatus.exp: Check for arch support.
2027 * gdb.trace/tsv.exp: Likewise.
2028 * gdb.trace/while-dyn.exp: Likewise.
2029 * gdb.trace/while-stepping.exp: Likewise.
2030 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2031
f9c49bff
SM
20322018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2033
2034 * gdb.trace/tspeed.exp: Remove nowarnings.
2035 (prepare_for_trace_test): Declare "global ipalib".
2036 * gdb.trace/tspeed.c: Include unistd.h.
2037 (main): Remove superfluous printf argument.
2038
d4330bde
SL
20392018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2040
2041 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2042 directory prefix on the filename.
2043
8ecfd7bd
SDJ
20442018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2045
2046 * gdb.gdb/unittest.exp: Update expected message informing that
2047 selftests have been disabled.
2048 * gdb.server/unittest.exp: Likewise.
2049
58bbcd02
TV
20502018-10-09 Tom de Vries <tdevries@suse.de>
2051
2052 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2053 with runto_main.
2054
9f6b697b
WP
20552018-10-08 Weimin Pan <weimin.pan@oracle.com>
2056
2057 PR c++/16841
2058 * gdb.cp/virtbase2.cc: New file.
2059 * gdb.cp/virtbase2.exp: New file.
2060
add5ded5
TT
20612018-10-06 Tom Tromey <tom@tromey.com>
2062
2063 PR python/19399:
2064 * gdb.python/py-inferior.exp: Add architecture test.
2065
f9e48344
TT
20662018-10-06 Tom Tromey <tom@tromey.com>
2067
2068 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2069 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2070
2a8be203
TT
20712018-10-06 Tom Tromey <tom@tromey.com>
2072
2073 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2074 of a "throw" catchpoint.
2075
e04caa70
SDJ
20762018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2077
2078 * gdb.base/info-proc.exp: Update string expected from "help info
2079 proc".
2080
5ca8c39f
TT
20812018-10-04 Tom Tromey <tom@tromey.com>
2082
2083 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2084 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2085 (test_initial_complaints, test_empty_complaints): Update.
2086 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2087
3453e7e4
TT
20882018-10-04 Tom Tromey <tom@tromey.com>
2089
2090 PR cli/19551:
2091 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2092 * lib/gdb.exp (gdb_file_cmd): Update.
2093 * gdb.stabs/weird.exp (print_weird_var): Update.
2094 * gdb.server/solib-list.exp: Update.
2095 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2096 * gdb.mi/mi-cli.exp: Update.
2097 * gdb.linespec/linespec.exp: Update.
2098 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2099 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2100 * gdb.cp/cp-relocate.exp: Update.
2101 * gdb.base/sym-file.exp: Update.
2102 * gdb.base/relocate.exp: Update.
2103 * gdb.base/readnever.exp: Update.
2104 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2105 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2106 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2107 * gdb.base/code_elim.exp: Update.
2108 * gdb.base/break-unload-file.exp (test_break): Update.
2109 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2110 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2111 Update.
2112 * gdb.base/attach.exp (do_attach_tests): Update.
2113 * gdb.base/sepdebug.exp: Update.
2114 * gdb.python/py-section-script.exp: Update.
2115
6afcf761
TT
21162018-10-04 Tom Tromey <tom@tromey.com>
2117
2118 PR cli/22234:
2119 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2120 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2121 output.
2122
fef1b293
TT
21232018-10-04 Tom Tromey <tom@tromey.com>
2124
2125 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2126 set width and height to 0.
2127 (test_command_line_attach_run): Use -quiet.
2128
ca98345e
SL
21292018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2130
2131 * lib/gdb.exp (skip_ifunc_tests): New.
2132 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2133 other compile failures.
2134 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2135
ff34e6ae
SM
21362018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2137
2138 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2139 is_amd64_regs_target.
2140
6bb8890e
AH
21412018-10-01 Alan Hayward <alan.hayward@arm.com>
2142
2143 * gdb.arch/aarch64-sighandler-regs.c: New test.
2144 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2145 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2146
224d30d3
MM
21472018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2148
2149 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2150 assembly.
2151
f67ffa6a
AB
21522018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2153
2154 * gdb.base/frame-selection.exp: New file.
2155 * gdb.base/frame-selection.c: New file.
2156
9fc3183f
AH
21572018-09-27 Alan Hayward <alan.hayward@arm.com>
2158
2159 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2160 pthread barrier.
2161 (main): Likewise.
2162
d354055e
AB
21632018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * gdb.base/large-frame-1.c: New file.
2166 * gdb.base/large-frame-2.c: New file.
2167 * gdb.base/large-frame.exp: New file.
2168 * gdb.base/large-frame.h: New file.
2169
db727370
JL
21702018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2171
2172 PR gdb/20948
2173 * gdb.base/write_mem.exp: New test.
2174 * gdb.base/write_mem.c: Likewise.
2175
ae778caf
TT
21762018-09-23 Tom Tromey <tom@tromey.com>
2177
2178 PR python/18852:
2179 * gdb.python/py-parameter.exp: Add test for parameter that throws
2180 on "set".
2181
fd3ba736
TT
21822018-09-23 Tom Tromey <tom@tromey.com>
2183
2184 PR python/17284:
2185 * gdb.python/py-template.exp (test_template_arg): Add test for
2186 negative template argument number.
2187
39a24317
TT
21882018-09-23 Tom Tromey <tom@tromey.com>
2189
2190 PR python/14062:
2191 * gdb.python/python.exp: Add test for post_event error.
2192
f5769a2c
TT
21932018-09-23 Tom Tromey <tom@tromey.com>
2194
2195 PR python/18170:
2196 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2197 convert pointers to int and long.
2198
1c1e54f6
TT
21992018-09-23 Tom Tromey <tom@tromey.com>
2200
2201 PR python/20126:
2202 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2203 signed-ness conversion tests.
2204
fb4fa946
TT
22052018-09-23 Tom Tromey <tom@tromey.com>
2206
2207 PR python/18352;
2208 * gdb.python/py-value.exp (test_float_conversion): New proc.
2209 Use it.
2210
a466edac
HAQ
22112018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2212
2213 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2214
4ee9b0c5
SL
22152018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2216
2217 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2218 no readline.
2219 * gdb.base/utf8-identifiers.exp: Likewise.
2220 * gdb.cp/cpcompletion.exp: Likewise.
2221 * gdb.linespec/cpcompletion.exp: Likewise.
2222 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2223 * gdb.linespec/cpls-ops.exp: Likewise.
2224
23be8da7
RB
22252018-09-19 Richard Bunt <richard.bunt@arm.com>
2226 Chris January <chris.january@arm.com>
2227
2228 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2229 * gdb.fortran/short-circuit-argument-list.exp: New file.
2230 * gdb.fortran/short-circuit-argument-list.f90: New test.
2231
5031d0ae
SDJ
22322018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2233
2234 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2235 "arch=" keyword when executing "-stack-list-frames".
2236
b4c0d1a4
SDJ
22372018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2238
2239 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2240 "arch=" keyword when executing "-stack-list-frames".
2241
7a6d2b45
SDJ
22422018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2243
2244 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2245 break ada".
2246
8588b356
SM
22472018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2248
2249 PR python/23669
2250 * gdb.python/python.exp: Test gdb.execute("show commands").
2251
65e65158
TT
22522018-09-16 Tom Tromey <tom@tromey.com>
2253
2254 * gdb.base/new-ui.exp (do_execution_tests): Update.
2255 * gdb.base/dbx.exp (test_breakpoints): Update.
2256
bf326452
AH
22572018-09-14 Alan Hayward <alan.hayward@arm.com>
2258
2259 * lib/gdb.exp (gdb_simple_compile): Add proc.
2260 (is_elf_target): Use gdb_simple_compile.
2261 (skip_altivec_tests): Likewise.
2262 (skip_vsx_tests): Likewise.
2263 (skip_tsx_tests): Likewise.
2264 (skip_btrace_tests): Likewise.
2265 (skip_btrace_pt_tests): Likewise.
2266 (gdb_can_simple_compile): Likewise.
2267 (gdb_has_argv0): Likewise.
2268 (gdb_target_symbol_prefix): Likewise.
2269 (target_supports_scheduler_locking): Likewise.
2270
2361b0fb
TT
22712018-09-13 Tom Tromey <tom@tromey.com>
2272
2273 * Makefile.in (TAGS): Recognize proc_with_prefix and
2274 gdb_caching_proc.
2275
0ae1a321
SM
22762018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2277
2278 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2279 method.
2280
a40bf0c2
SM
22812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2282
2283 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2284 and a few other Inferior properties when the Inferior is no
2285 longer valid.
2286
4a3fe98f
TT
22872018-09-13 Tom Tromey <tom@tromey.com>
2288
2289 PR rust/23650:
2290 * gdb.rust/simple.exp: Add test for enum field access error.
2291
098b2108
TT
22922018-09-13 Tom Tromey <tom@tromey.com>
2293
2294 PR rust/23626:
2295 * gdb.rust/simple.rs (EmptyEnum): New type.
2296 (main): Use it.
2297 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2298
1256af7d
SM
22992018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2300
2301 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2302 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2303 * gdb.python/py-symtab.exp: Update test printing an objfile.
2304
4aa8e6c2
SM
23052018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2306
2307 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2308 object.
2309
c221b2f7
AH
23102018-09-12 Alan Hayward <alan.hayward@arm.com>
2311
2312 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2313 (support_complex_tests): Use gdb_can_simple_compile.
2314 (is_ilp32_target): Likewise.
2315 (is_lp64_target): Likewise.
2316 (is_64_target): Likewise.
2317 (is_amd64_regs_target): Likewise.
2318 (is_aarch32_target): Likewise.
2319 (gdb_int128_helper): Likewise.
2320
6f1107b5
JK
23212018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2322
2323 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2324
1f5d1570
JG
23252018-09-10 Jerome Guitton <guitton@adacore.com>
2326
2327 * gdb.ada/same_component_name: Add test for case of tagged record
2328 with variable-length fields.
2329
cc330e39
XR
23302018-09-10 Xavier Roirand <roirand@adacore.com>
2331
2332 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2333 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2334 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2335 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2336
b9c50e9a
XR
23372018-09-10 Xavier Roirand <roirand@adacore.com>
2338
2339 * gdb.ada/mi_string_access.exp: New testcase.
2340 * gdb.ada/mi_string_access/bar.adb: New file.
2341 * gdb.ada/mi_string_access/pck.adb: New file.
2342 * gdb.ada/mi_string_access/pck.asd: New file.
2343
2963898f
XR
23442018-09-10 Xavier Roirand <roirand@adacore.com>
2345
2346 * gdb.ada/mi_var_union.exp: New testcase.
2347 * gdb.ada/mi_var_union/bar.adb: New file.
2348 * gdb.ada/mi_var_union/pck.adb: New file.
2349 * gdb.ada/mi_var_union/pck.asd: New file.
2350
1aac008f
TT
23512018-09-08 Tom Tromey <tom@tromey.com>
2352
2353 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2354
332cf4c9
TT
23552018-09-08 Tom Tromey <tom@tromey.com>
2356
2357 PR python/16047:
2358 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2359 (register_pretty_printers): Register new printer.
2360 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2361 test.
2362 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2363 (an_int_type3): New global.
2364
424da6cf
JB
23652018-09-08 Joel Brobecker <brobecker@adacore.com>
2366
2367 * gdb.ada/expr_with_funcall: New testcase.
2368
2a62dfa9
JB
23692018-09-08 Joel Brobecker <brobecker@adacore.com>
2370
2371 * gdb.ada/packed_array_assign: New testcase.
2372
96b6697f
AB
23732018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2374
2375 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2376 names, and add test prefixes to make test names unique.
2377
e4a62c65
TV
23782018-09-05 Tom de Vries <tdevries@suse.de>
2379
2380 * gdb.dwarf2/varval.exp: Add test.
2381
dd083ee2
GB
23822018-09-04 Gary Benson <gbenson@redhat.com>
2383
2384 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2385 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2386
aef9346c
TT
23872018-08-31 Tom Tromey <tom@tromey.com>
2388
2389 * gdb.rust/simple.rs: Rename second variable "v".
2390
c67f2e15
AB
23912018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.base/funcargs.c (use_a): New function.
2394 (recurse): Call use_a.
2395
078a0207
KS
23962018-08-29 Keith Seitz <keiths@redhat.com>
2397
2398 * gdb.compile/compile-cplus-anonymous.cc: New file.
2399 * gdb.compile/compile-cplus-anonymous.exp: New file.
2400 * gdb.compile/compile-cplus-array-decay.cc: New file.
2401 * gdb.compile/compile-cplus-array-decay.exp: New file.
2402 * gdb.compile/compile-cplus-inherit.cc: New file.
2403 * gdb.compile/compile-cplus-inherit.exp: New file.
2404 * gdb.compile/compile-cplus-member.cc: New file.
2405 * gdb.compile/compile-cplus-member.exp: New file.
2406 * gdb.compile/compile-cplus-method.cc: New file.
2407 * gdb.compile/compile-cplus-method.exp: New file.
2408 * gdb.compile/compile-cplus-mod.c: "New" file.
2409 * gdb.compile/compile-cplus-namespace.cc: New file.
2410 * gdb.compile/compile-cplus-namespace.exp: New file.
2411 * gdb.compile/compile-cplus-nested.cc: New file.
2412 * gdb.compile/compile-cplus-nested.exp: New file.
2413 * gdb.compile/compile-cplus-print.c: "New" file.
2414 * gdb.compile/compile-cplus-print.exp: "New" file.
2415 * gdb.compile/compile-cplus-virtual.cc: New file.
2416 * gdb.compile/compile-cplus-virtual.exp: New file.
2417 * gdb.compile/compile-cplus.c: "New" file.
2418 * gdb.compile/compile-cplus.exp: "New" file.
2419 * lib/compile-support.exp: New file.
2420
b0f492b9
GB
24212018-08-16 Gary Benson <gbenson@redhat.com>
2422
2423 PR gdb/13000:
2424 * gdb.base/batch-exit-status.exp: New file.
2425 * gdb.base/batch-exit-status.good-commands: Likewise.
2426 * gdb.base/batch-exit-status.bad-commands: Likewise.
2427
36eb4c5f
AH
24282018-08-29 Alan Hayward <alan.hayward@arm.com>
2429
2430 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2431 (struct struct02): Likewise.
2432 (struct struct03): Likewise.
2433 (struct struct04): Likewise.
2434 (struct struct_01_01): New struct.
2435 (struct struct_01_02): Likewise.
2436 (struct struct_01_03): Likewise.
2437 (struct struct_01_04): Likewise.
2438 (struct struct_02_01): Likewise.
2439 (struct struct_02_02): Likewise.
2440 (struct struct_02_03): Likewise.
2441 (struct struct_02_04): Likewise.
2442 (struct struct_04_01): Likewise.
2443 (struct struct_04_02): Likewise.
2444 (struct struct_04_03): Likewise.
2445 (struct struct_04_04): Likewise.
2446 (struct struct_05_01): Likewise.
2447 (struct struct_05_02): Likewise.
2448 (struct struct_05_03): Likewise.
2449 (struct struct_05_04): Likewise.
2450 (cmp_struct01): Remove function.
2451 (cmp_struct02): Likewise.
2452 (cmp_struct03): Likewise.
2453 (cmp_struct04): Likewise.
2454 (cmp_struct_01_01): Add Function.
2455 (cmp_struct_01_02): Likewise.
2456 (cmp_struct_01_03): Likewise.
2457 (cmp_struct_01_04): Likewise.
2458 (cmp_struct_02_01): Likewise.
2459 (cmp_struct_02_02): Likewise.
2460 (cmp_struct_02_03): Likewise.
2461 (cmp_struct_02_04): Likewise.
2462 (cmp_struct_04_01): Likewise.
2463 (cmp_struct_04_02): Likewise.
2464 (cmp_struct_04_03): Likewise.
2465 (cmp_struct_04_04): Likewise.
2466 (cmp_struct_05_01): Likewise.
2467 (cmp_struct_05_02): Likewise.
2468 (cmp_struct_05_03): Likewise.
2469 (cmp_struct_05_04): Likewise.
2470 (call_all): Add new structs.
2471 * gdb.base/infcall-nested-structs.exp: Likewise.
2472
3bf9c013
JV
24732018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2474
2475 * gdb.python/py-framefilter-mi.exp: Update regexp to
2476 check for "arch" field in frame output.
2477
450d1e88
KB
24782018-08-23 Kevin Buettner <kevinb@redhat.com>
2479
2480 * gdb.dwarf2/dw2-ranges-func.c: New file.
2481 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2482
ae739fe7
SM
24832018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2484
2485 * gdb.base/term.exp: Compare terminal settings with values from
2486 the inferior.
2487 * gdb.base/term.c: Get and set terminal settings.
2488
6d52907e
JV
24892018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2490
2491 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2492 accommodate new "arch" field in frame output.
2493 * gdb.mi/mi-return.exp: Likewise.
2494 * gdb.mi/mi-stack.exp: Likewise.
2495 * gdb.mi/mi-syn-frame.exp: Likewise.
2496 * gdb.mi/user-selected-context-sync.exp: Likewise.
2497
be2d111a
MS
24982018-08-19 Michael Spang <spang@google.com>
2499
2500 PR gdb/11786
2501 * gdb.base/gcore-tls-pie.c: New file.
2502 * gdb.base/gcore-tls-pie.exp: New file.
2503
ae3a7c47
KB
25042018-08-18 Kevin Buettner <kevinb@redhat.com>
2505
2506 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2507 * gdb.dwarf2/varval.c: New file.
2508 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2509
2ecae92e
AH
25102018-08-17 Alan Hayward <alan.hayward@arm.com>
2511
2512 PR gdb/18931
2513 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2514
c1854f1d
KS
25152018-08-16 Keith Seitz <keiths@redhat.com>
2516
2517 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2518 tests expected to pass.
2519
26fb3983
JV
25202018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2521
2522 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2523 -data-disassemble -a.
2524 (test_disassembly_bogus_args): Likewise.
2525
67943c00
AB
25262018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2527
2528 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2529
5ff2bbae
AB
25302018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2531
2532 * gdb.base/vla-optimized-out.exp: Add new test.
2533
e5bbcd0f
AB
25342018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 * gdb.base/vla-optimized-out-o3.exp: Delete.
2537 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2538 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2539 deleted tests.
2540
9d4a934c
AB
25412018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 PR gdb/18050:
2544 * gdb.server/extended-remote-restart.c: New file.
2545 * gdb.server/extended-remote-restart.exp: New file.
2546
045cf012
SM
25472018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2548
2549 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2550 "set variable index = 42".
2551
87d6a7aa
SM
25522018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * boards/index-cache-gdb.exp: New file.
2555 * gdb.dwarf2/index-cache.exp: New file.
2556 * gdb.dwarf2/index-cache.c: New file.
2557 * gdb.base/maint.exp: Check if we are using the index cache.
2558
96d68bd4
RO
25592018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2560
2561 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2562 MAKEFLAGS.
2563
5a699617
RO
25642018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2565
2566 * dg-extract-results.sh: Move to toplevel contrib.
2567 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2568 * Makefile.in (check-parallel-racy): Likewise.
2569
5bd18990
AB
25702018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2573 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2574 tests if the target supports scheduler locking.
2575
3fbbcf47
TV
25762018-08-04 Tom de Vries <tdevries@suse.de>
2577
2578 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2579
3e1d3d8c
TT
25802018-08-02 Tom Tromey <tom@tromey.com>
2581
2582 PR symtab/16842.
2583 * gdb.cp/temargs.exp: Test "info address" of a template
2584 parameter.
2585
5abe0f0c
JV
25862018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2587
2588 * gdb.python/py-mi-var-info-path-expression.c: New file.
2589 * gdb.python/py-mi-var-info-path-expression.py: New file.
2590 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2591
fb66cde8
SDJ
25922018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2593
2594 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2595 error after "cannot resolve name" string.
2596
c708f4d2
AB
25972018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2600 started.
2601 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2602
37cc0cae
TV
26032018-07-28 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2606
63b4ecf7
TV
26072018-07-26 Tom de Vries <tdevries@suse.de>
2608
2609 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2610
3c3bb058
AB
26112018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2614 is visible.
2615
9e7f3bbb
TV
26162018-07-26 Tom de Vries <tdevries@suse.de>
2617
2618 PR breakpoints/23366
2619 * gdb.base/catch-follow-exec.c: New test.
2620 * gdb.base/catch-follow-exec.exp: New file.
2621
16f808ec
TV
26222018-07-25 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2625 vla-optimized-out.c.
2626
d7154a8d
JV
26272018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2628
2629 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2630 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2631
232a0032
TV
26322018-07-20 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2635 NOCLONE macro.
2636 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2637
fbb1d502
TV
26382018-07-19 Tom de Vries <tdevries@suse.de>
2639
2640 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2641 regular expression.
2642
42dc7699
TV
26432018-07-18 Tom de Vries <tdevries@suse.de>
2644
2645 * gdb.base/vla-optimized-out.c: New test.
2646 * gdb.base/vla-optimized-out.exp: New file.
2647
7f1f7e23
SDJ
26482018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2649
2650 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2651 message "No address associated with hostname" when gdbserver
2652 cannot resolve the hostname.
2653
5759ebb3
PW
26542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2655
2656 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2657 Add some test prefixes to make tests unique.
2658
3606ccab
PW
26592018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2660
2661 * gdb.base/frameapply.c: New file.
2662 * gdb.base/frameapply.exp: New file.
2663
529c08b2
PW
26642018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2665
2666 * gdb.base/skip.exp: Update expected error message.
2667
c7ab0aef
SDJ
26682018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2669 Jan Kratochvil <jan.kratochvil@redhat.com>
2670 Paul Fertser <fercerpav@gmail.com>
2671 Tsutomu Seki <sekiriki@gmail.com>
2672
2673 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2674 parameter.
2675 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2676 by default.
2677 * boards/native-gdbserver.exp: Likewise.
2678 * gdb.server/run-without-local-binary.exp: Improve regexp used
2679 for detecting when a remote debugging connection succeeds.
2680 * gdb.server/server-connect.exp: New file.
2681 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2682 Do not prefix the port number with ":".
2683 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2684 support for detecting and using it. Add '$debughost_gdbserver'
2685 to the list of arguments used to start gdbserver. Handle case
2686 when gdbserver cannot resolve a network name.
2687
16ff70dd
SDJ
26882018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2689
2690 PR c++/23373
2691 * gdb.base/ptype-offsets.cc (struct static_member): New
2692 struct.
2693 (main) <stmember>: New variable.
2694 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2695 with a static member in it.
2696
3541979f
AB
26972018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2700 watchpoints enabled and disabled.
2701
c8ad9b9a
AB
27022018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.base/examine-backward.exp: Still run tests around address
2705 0x0, even if address 0x0 is not readable. Update the pattern for
2706 matching address 0x0 in expected output.
2707
e0e5e971
AB
27082018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2709
2710 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2711 malloc/free.
2712
1ea5da02
TV
27132018-07-04 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2716
471b9d15
MR
27172018-07-02 Maciej W. Rozycki <macro@mips.com>
2718
2719 PR tdep/8282
2720 * gdb.arch/mips-disassembler-options.exp: New test.
2721 * gdb.arch/mips-disassembler-options.s: New test source.
2722
75acb486
PA
27232018-06-29 Pedro Alves <palves@redhat.com>
2724
2725 * gdb.threads/names.exp: Adjust expected "info threads" output.
2726
cd2bb709
PA
27272018-06-29 Pedro Alves <palves@redhat.com>
2728
2729 * gdb.opt/inline-break.exp (line number, address): Add "info
2730 break" tests.
2731
991ff292
PA
27322018-06-29 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2735 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2736 number and address and running to them.
2737
356819b6 27382018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2739
2740 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2741
2512d7ef
JK
27422018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2743
2744 * lib/compiler.c: Remove executable permission flag.
2745
be1b6474
RB
27462018-06-28 Richard Bunt <richard.bunt@arm.com>
2747
2748 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2749 code.
2750 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2751
291f9a96
PT
27522018-06-28 Petr Tesarik <ptesarik@suse.cz>
2753
2754 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2755
ed6dfe51
PT
27562018-06-28 Petr Tesarik <ptesarik@suse.cz>
2757
2758 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2759 address argument is omitted.
2760
d4d429d5
PT
27612018-06-28 Petr Tesarik <ptesarik@suse.cz>
2762
2763 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2764
7ab6656f
OJ
27652018-06-27 Omair Javaid <omair.javaid@linaro.org>
2766
2767 PR gdb/21695
2768 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2769 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2770
a33ccfc7
TT
27712018-06-26 Tom Tromey <tom@tromey.com>
2772
2773 PR rust/22574:
2774 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2775 * gdb.rust/simple.rs (struct SimpleLayout): New.
2776
6d72d289
SM
27772018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2778
2779 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2780 "info registers" output.
2781
8363f9d5
RB
27822018-06-21 Richard Bunt <richard.bunt@arm.com>
2783
2784 * gdb.base/watchpoint-hw-attach.c: New test.
2785 * gdb.base/watchpoint-hw-attach.exp: New file.
2786
f00674fe
SM
27872018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2788
2789 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2790 through /bin/sh.
2791 * boards/dwarf4-gdb-index.exp: Likewise.
2792 * boards/fission-dwp.exp: Likewise.
2793
1d554008
UW
27942018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2795
2796 * gdb.base/float128.exp: Add comment and improved fail message
2797 to the failure case of "print large128" test.
2798
d0ac1c44
SM
27992018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2800
2801 * configure.ac: Remove AC_PREREQ.
2802 * configure: Re-generate.
2803
61b04dd0
PA
28042018-06-19 Pedro Alves <palves@redhat.com>
2805
2806 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2807 (func_extern_caller): New.
2808 (main): Call func_extern_caller.
2809 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2810 logic change.
2811
f63b508a
SM
28122018-06-18 Weimin Pan <weimin.pan@oracle.com>
2813
2814 PR gdb/16841
2815 * gdb.cp/typedef-base.cc: New file.
2816 * gdb.cp/typedef-base.exp: New file.
2817
0fe3a558
TV
28182018-06-18 Tom de Vries <tdevries@suse.de>
2819
2820 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2821
7010835a
AB
28222018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2823 Richard Bunt <Richard.Bunt@arm.com>
2824
2825 * gdb.threads/attach-slow-waitpid.c: New file.
2826 * gdb.threads/attach-slow-waitpid.exp: New file.
2827 * gdb.threads/slow-waitpid.c: New file.
2828
14897d65
PA
28292018-06-14 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.base/fork-running-state.c: Include <errno.h>.
2832 (exit_if_relative_exits): New.
2833 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2834 exits.
2835 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2836 child exits.
2837
5d9a0608
TV
28382018-06-14 Tom de Vries <tdevries@suse.de>
2839
2840 PR cli/22573
2841 * gdb.base/finish-pretty.c: New test.
2842 * gdb.base/finish-pretty.exp: New file.
2843
11ae5818
PA
28442018-06-14 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2847 gdb's expected startup output.
2848
1d39de44
PA
28492018-06-14 Pedro Alves <palves@redhat.com>
2850
2851 * lib/selftest-support.exp (selftest_setup): Remove inlined
2852 function handling.
2853
70ee0000
TV
28542018-06-14 Tom de Vries <tdevries@suse.de>
2855
2856 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2857 matching of breakpoint printing.
2858
11f4b608
TV
28592018-06-13 Tom de Vries <tdevries@suse.de>
2860
2861 PR testsuite/23269
2862 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2863 (fork_child): ... here, and ...
2864 (fork_parent): ... here.
2865
28662018-06-12 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2869
9516f85a
AB
28702018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2871 Stephen Roberts <stephen.roberts@arm.com>
2872
2873 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2874 rewrite test to describe action performed, rather than possible
2875 failure.
2876
5045b3d7
GB
28772018-06-08 Gary Benson <gbenson@redhat.com>
2878
2879 * gdb.threads/check-libthread-db.exp: New file.
2880 * gdb.threads/check-libthread-db.c: Likewise.
2881
c61b06a1
TT
28822018-06-05 Tom Tromey <tom@tromey.com>
2883
2884 * gdb.base/default.exp: Update expected "show version" output.
2885
eb6af809
TT
28862018-06-05 Tom Tromey <tom@tromey.com>
2887
2888 PR cli/12326:
2889 * gdb.cp/static-print-quit.exp: Update.
2890 * lib/gdb.exp (pagination_prompt): Update.
2891 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2892 * gdb.python/python.exp: Update.
2893
178d6a63
JB
28942018-06-04 Joel Brobecker <brobecker@adacore.com>
2895
2896 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2897
8e817061
JB
28982018-06-01 Joel Brobecker <brobecker@adacore.com>
2899
2900 * gdb.ada/bp_fun_addr: New testcase.
2901
e86ca25f
TT
29022018-06-01 Tom Tromey <tom@tromey.com>
2903
2904 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2905 results.
2906 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2907 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2908 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2909 * gdb.base/maint.exp (maint_pass_if): Update.
2910
4b2dfa9d
MR
29112018-05-31 Maciej W. Rozycki <macro@mips.com>
2912
2913 * gdb.base/endian.exp: New test.
2914 * gdb.base/endian.c: New test source.
2915
45f25d6c
AB
29162018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 PR gdb/23203
2919 * gdb.base/bt-selected-frame.c: New file.
2920 * gdb.base/bt-selected-frame.exp: New file.
2921 * lib/gdb.exp (get_current_frame_number): New function.
2922
d9f6d7f8
MR
29232018-05-24 Maciej W. Rozycki <macro@mips.com>
2924 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.threads/tls-core.c: Include <stdlib.h>
2927 (thread_proc): Call `abort'.
2928 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2929 (tls_core_test): New procedure, bits factored out from ...
2930 (top level): ... here. Test both native cores and gcore cores.
2931
ff1cf532
TT
29322018-05-23 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2935
b98664d3
TT
29362018-05-23 Tom Tromey <tom@tromey.com>
2937
2938 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2939 symfile_complaints.
2940 (test_short_complaints): Likewise.
2941 (test_empty_complaints): Likewise.
2942 (test_initial_complaints): Update.
2943
4e9668d0
TT
29442018-05-23 Tom Tromey <tom@tromey.com>
2945
2946 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2947
43ba33c7
TT
29482018-05-23 Tom Tromey <tom@tromey.com>
2949
2950 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2951 (test_short_complaints): Update.
2952
035522c0
PA
29532018-05-22 Pedro Alves <palves@redhat.com>
2954
2955 * gdb.base/remote.exp: Only gdb_start after compiling the
2956 testcase. Issue "disconnect" before testing "set remote" command
2957 defaults. Issue clean_restart before running to main.
2958
cc0be08f
PA
29592018-05-22 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/remote.exp: Adjust expected output of "show remote
2962 memory-write-packet-size". Add tests for "set remote
2963 memory-write-packet-size 0" and "set remote
2964 memory-write-packet-size fixed/limit".
2965
b1b60145
PA
29662018-05-22 Pedro Alves <palves@redhat.com>
2967
2968 PR gdb/22973
2969 * gdb.base/utf8-identifiers.c: New file.
2970 * gdb.base/utf8-identifiers.exp: New file.
2971
0ec848ad
PFC
29722018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2973
2974 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2975
2c3305f6
PFC
29762018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2977
2978 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2979
ce1e8424
TT
29802018-05-18 Tom Tromey <tom@tromey.com>
2981
2982 * gdb.base/ptype-offsets.exp: Update.
2983
ddfe970e
KS
29842018-05-17 Keith Seitz <keiths@redhat.com>
2985
2986 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2987 in expected breakpoint stop locations.
2988 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2989 move to proper scope to test variable values.
2990 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2991 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2992 New functions.
2993 (main): Call not_inline_func3.
2994 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2995 inline_func1, inline_func2, and inline_func3. Test that when each
2996 breakpoint is hit, GDB properly reports both the stop location
2997 and the backtrace. Repeat tests for temporary breakpoints.
2998
0726fcc6
MR
29992018-05-15 Maciej W. Rozycki <macro@mips.com>
3000
3001 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3002 rather then trying to access it in determining whether the PID
3003 of `gdbserver' could have been retrieved.
3004
8ee22052
AB
30052018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * gdb.arch/amd64-init-x87-values.S: New file.
3008 * gdb.arch/amd64-init-x87-values.exp: New file.
3009
7785df48
JK
30102018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3011
3012 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3013
56bcdbea
TT
30142018-05-04 Tom Tromey <tom@tromey.com>
3015
3016 PR python/22730:
3017 * gdb.python/python.exp: Test multi-line execute.
3018
a913fffb
TT
30192018-05-04 Tom Tromey <tom@tromey.com>
3020
3021 PR python/22731:
3022 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3023
7a2c85f2
TT
30242018-05-04 Tom Tromey <tom@tromey.com>
3025
3026 PR gdb/11750:
3027 * gdb.base/define.exp: Test defining a user command inside a user
3028 command.
3029 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3030
a3b60e45
JK
30312018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3032 Pedro Alves <palves@redhat.com>
3033
3034 PR breakpoints/19806 and support for PR external/20207.
3035 * gdb.base/watchpoint-unaligned.c: New file.
3036 * gdb.base/watchpoint-unaligned.exp: New file.
3037
45fe4a03
AB
30382018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.base/maint.exp: Make test names unique, use
3041 test_prefix_command_help to test 'help maint info', and remove
3042 repeated test of 'help maint'.
3043
9be2ae8f
TT
30442018-05-04 Tom Tromey <tom@tromey.com>
3045
3046 PR gdb/22619:
3047 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3048 behavior.
3049
11859c31
AB
30502018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3051
3052 * gdb.base/maint.exp: Process output from 'maint print registers'
3053 line at a time.
3054
089a9490
AB
30552018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3058 timeout.
3059
9b0797e2
AB
30602018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3063 filter pattern.
3064
f6ac5f3d
PA
30652018-05-02 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3068 to_log_command renames.
3069 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3070
77d3c63b
TT
30712018-05-02 Tom Tromey <tom@tromey.com>
3072
3073 * gdb.python/py-parameter.exp: Set test message.
3074
0489430a
TT
30752018-05-02 Tom Tromey <tom@tromey.com>
3076
3077 PR python/20084:
3078 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3079 PARAM_ZUINTEGER_UNLIMITED tests.
3080
1632f8ba
DR
30812018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3082
3083 PR rust/23124
3084 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3085 when casting.
3086
6d7bb824
TT
30872018-04-30 Tom Tromey <tom@tromey.com>
3088
3089 * gdb.python/py-type.exp: Check align attribute.
3090 * gdb.python/py-type.c: New "aligncheck" global.
3091
007e1530
TT
30922018-04-30 Tom Tromey <tom@tromey.com>
3093
3094 PR exp/17095:
3095 * gdb.dwarf2/dw2-align.exp: New file.
3096 * gdb.cp/align.exp: New file.
3097 * gdb.base/align.exp: New file.
3098 * lib/gdb.exp (gdb_int128_helper): New proc.
3099 (has_int128_c, has_int128_cxx): New caching procs.
3100
6873858b
TT
31012018-04-27 Tom Tromey <tom@tromey.com>
3102
3103 PR rust/22545:
3104 * gdb.rust/simple.exp: Add inclusive range tests.
3105
79188d8d
PA
31062018-04-26 Pedro Alves <palves@redhat.com>
3107
3108 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3109 ifunc breakpoint locations correctly of ifunc breakpoints set
3110 while the program resolves the ifunc.
3111
c7075ad5
PA
31122018-04-26 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.base/gnu-ifunc-final.c: New file.
3115 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3116 * gdb.base/gnu-ifunc.exp (executable): Delete.
3117 (staticexecutable): Adjust.
3118 (lib_opts, exec_opts): Delete.
3119 (make_binsuffix, build, set-break): New procedures.
3120 (misc_tests): New, with tests factored out from the top level.
3121 (top level): Test different combinations of ifunc resolver name,
3122 resolver with and with debug info, and ifunc target with and
3123 without debug info. Wrap static tests with with_target_prefix.
3124
8388016d
PA
31252018-04-26 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3128 return type" warnings.
3129
249b5733
PA
31302018-04-25 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3133 killed".
3134 * gdb.base/kill-after-signal.exp: Likewise.
3135 * gdb.threads/kill.exp: Likewise.
3136
f67c0c91
SDJ
31372018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3138 Sergio Durigan Junior <sergiodj@redhat.com>
3139 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3142 regexps to expect for '[Inferior ... detached]' as well.
3143 * gdb.base/attach.exp: Likewise.
3144 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3145 "gdb_continue_to_end".
3146 (test_catch_syscall_with_wrong_args): Likewise.
3147 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3148 ']'. Don't set 'verbose' on.
3149 * gdb.base/foll-vfork.exp: Likewise.
3150 * gdb.base/fork-print-inferior-events.c: New file.
3151 * gdb.base/fork-print-inferior-events.exp: New file.
3152 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3153 '[Inferior ... has been killed]' message.
3154 * gdb.base/kill-after-signal.exp: Likewise.
3155 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3156 detach message.
3157 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3158 message.
3159 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3160 regexps to expect for '[Inferior ... detached]' as well.
3161 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3162
0a8ddac4
SM
31632018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3164
3165 PR gdb/23104
3166 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3167
d27d16bf
RB
31682018-04-19 Richard Bunt <richard.bunt@arm.com>
3169
3170 * gdb.threads/multiple-successive-infcall.c: New test.
3171 * gdb.threads/multiple-successive-infcall.exp: New file.
3172
a037790e
TT
31732018-04-17 Tom Tromey <tom@tromey.com>
3174
3175 * gdb.rust/simple.rs (Union): New type.
3176 (main): New local "u".
3177 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3178
e3a91079
AA
31792018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3180
3181 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3182 number information in output of "whereis" command.
3183 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3184
b744723f
AA
31852018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3186
3187 * gdb.ada/info_types.exp: Adjust expected output to the line
3188 numbers now printed by "info var/func/type".
3189 * gdb.base/completion.exp: Likewise.
3190 * gdb.base/included.exp: Likewise.
3191 * gdb.cp/cp-relocate.exp: Likewise.
3192 * gdb.cp/cplusfuncs.exp: Likewise.
3193 * gdb.cp/namespace.exp: Likewise.
3194 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3195
4a4495d6
MM
31962018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3197
3198 * gdb.btrace/cpu.exp: New.
3199
1d509aa6
MM
32002018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3201
3202 * gdb.base/step-indirect-call-thunk.exp: New.
3203 * gdb.base/step-indirect-call-thunk.c: New.
3204 * gdb.reverse/step-indirect-call-thunk.exp: New.
3205 * gdb.reverse/step-indirect-call-thunk.c: New.
3206
6295b6da
SM
32072018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * gdb.base/pie-fork.c: New file.
3210 * gdb.base/pie-fork.exp: New file.
3211
50146e70
TT
32122018-04-11 Tom Tromey <tom@tromey.com>
3213
3214 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3215
f50d8a2e
PA
32162018-04-10 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3219 exits. Instead loop running forever.
3220 (fork_parent): Run forever too.
3221
a0be7a36
SM
32222018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3223
3224 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3225 mi_continue_to_line.
3226 * gdb.mi/mi-stack.c (callee4): Add comment.
3227
9b73db36
SM
32282018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3229
3230 * gdb.mi/mi-stack.exp: Fix indentation.
3231
c912f608
SM
32322018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3233
3234 PR gdb/22979
3235 * gdb.arch/amd64-osabi.exp: New file.
3236
26540402
SM
32372018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3238
3239 PR gdb/22980
3240 * gdb.base/osabi.exp: New file.
3241
121ad66c 32422018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3243
3244 * gdb.cp/static-typedef-print.exp: New file.
3245 * gdb.cp/static-typedef-print.cc: New file.
3246
3fcded8f
JB
32472018-03-27 Joel Brobecker <brobecker@adacore.com>
3248
3249 * gdb.ada/varsize_limit: New testcase.
3250
59cc4834
JB
32512018-03-27 Joel Brobecker <brobecker@adacore.com>
3252
3253 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3254
3255 * gdb.ada/notcplusplus: New testcase.
3256
3257 * gdb.base/c-linkage-name.c: New file.
3258 * gdb.base/c-linkage-name.exp: New testcase.
3259
4ca59a9f
TT
32602018-03-26 Tom Tromey <tom@tromey.com>
3261
3262 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3263 * gdb.python/py-framefilter.py (name_error): New global.
3264 (ErrorInName.function): Use name_error.
3265
978d6c75
TT
32662018-03-26 Tom Tromey <tom@tromey.com>
3267
3268 PR backtrace/15582:
3269 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3270
b7fee5a3
KS
32712018-03-23 Keith Seitz <keiths@redhat.com>
3272
3273 PR c++/22968
3274 * gdb.cp/subtypes.exp: New file.
3275 * gdb.cp/subtypes.h: New file.
3276 * gdb.cp/subtypes.cc: New file.
3277 * gdb.cp/subtypes-2.cc: New file.
3278
376be529
AB
32792018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3282 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3283 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3284 -nostartfiles when compiling the test. Confirm that all registers
3285 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3286
066cfa98
AB
32872018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3290 option, syntax was wrong anyway.
3291 * gdb.arch/arm-disp-step.exp: Likewise.
3292 * gdb.arch/sparc64-regs.exp: Likewise.
3293 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3294 option, syntax was wrong anyway, switch to use
3295 prepare_for_testing.
3296 * gdb.arch/i386-disp-step.exp: Likewise.
3297
079670b9
AA
32982018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3299
3300 * gdb.ada/exec_changed.exp: Replace "target_info exists
3301 use_gdb_stub" by "use_gdb_stub".
3302 * gdb.ada/start.exp: Likewise.
3303 * gdb.base/async-shell.exp: Likewise.
3304 * gdb.base/attach-pie-misread.exp: Likewise.
3305 * gdb.base/attach-wait-input.exp: Likewise.
3306 * gdb.base/break-entry.exp: Likewise.
3307 * gdb.base/break-interp.exp: Likewise.
3308 * gdb.base/dprintf-detach.exp: Likewise.
3309 * gdb.base/nostdlib.exp: Likewise.
3310 * gdb.base/solib-nodir.exp: Likewise.
3311 * gdb.base/statistics.exp: Likewise.
3312 * gdb.base/testenv.exp: Likewise.
3313 * gdb.mi/mi-exec-run.exp: Likewise.
3314 * gdb.mi/mi-start.exp: Likewise.
3315 * gdb.multi/dummy-frame-restore.exp: Likewise.
3316 * gdb.multi/multi-arch-exec.exp: Likewise.
3317 * gdb.multi/multi-arch.exp: Likewise.
3318 * gdb.multi/tids.exp: Likewise.
3319 * gdb.multi/watchpoint-multi.exp: Likewise.
3320 * gdb.python/py-events.exp: Likewise.
3321 * gdb.threads/attach-into-signal.exp: Likewise.
3322 * gdb.threads/attach-stopped.exp: Likewise.
3323 * gdb.threads/threadapply.exp: Likewise.
3324 * lib/selftest-support.exp: Likewise.
3325
26d6cec4
AA
33262018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3327
3328 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3329
4ee89e90
SR
33302018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3331
3332 * gdb.perf/template-breakpoints.cc: New file.
3333 * gdb.perf/template-breakpoints.exp: New file.
3334 * gdb.perf/template-breakpoints.py: New file.
3335
92630041
TT
33362018-03-19 Tom Tromey <tom@tromey.com>
3337
3338 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3339 y0.
3340 * gdb.rust/simple.exp: Test bare identifier form of struct
3341 initializer.
3342
76727919
TT
33432018-03-19 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.gdb/observer.exp: Remove.
3346
194ed413
AA
33472018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3348
3349 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3350 "qualified" option when setting breakpoints.
3351 * gdb.trace/backtrace.exp: Likewise.
3352 * gdb.trace/circ.exp: Likewise.
3353 * gdb.trace/collection.exp: Likewise.
3354 * gdb.trace/disconnected-tracing.exp: Likewise.
3355 * gdb.trace/ftrace-lock.exp: Likewise.
3356 * gdb.trace/ftrace.exp: Likewise.
3357 * gdb.trace/infotrace.exp: Likewise.
3358 * gdb.trace/packetlen.exp: Likewise.
3359 * gdb.trace/passc-dyn.exp: Likewise.
3360 * gdb.trace/qtro.exp: Likewise.
3361 * gdb.trace/read-memory.exp: Likewise.
3362 * gdb.trace/report.exp: Likewise.
3363 * gdb.trace/signal.exp: Likewise.
3364 * gdb.trace/status-stop.exp: Likewise.
3365 * gdb.trace/strace.exp: Likewise.
3366 * gdb.trace/tfind.exp: Likewise.
3367 * gdb.trace/trace-break.exp: Likewise.
3368 * gdb.trace/trace-condition.exp: Likewise.
3369 * gdb.trace/trace-mt.exp: Likewise.
3370 * gdb.trace/tstatus.exp: Likewise.
3371 * gdb.trace/tsv.exp: Likewise.
3372 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3373 * gdb.trace/unavailable.exp: Likewise.
3374 * gdb.trace/while-dyn.exp: Likewise.
3375
8b067d2c
AA
33762018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3377
3378 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3379 that libinproctrace is copied to the target.
3380
3ae9ce5d
TT
33812018-03-14 Tom Tromey <tom@tromey.com>
3382
3383 PR cli/14977:
3384 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3385 a null pointer.
3386 * gdb.base/wchar.exp: Likewise.
3387
b8c2339b
TT
33882018-03-14 Tom Tromey <tom@tromey.com>
3389
3390 PR cli/19918:
3391 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3392 flag.
3393
4872dc46
SM
33942018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3395
3396 PR gdb/22841
3397 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3398 "target" to remote_exec.
3399
e4fe3756
SM
34002018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3401
3402 PR gdb/22841
3403 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3404 ${board}_upload): Remove.
3405
e95a97d4
AA
34062018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3407
3408 * gdb.cp/watch-cp.cc: New test.
3409 * gdb.cp/watch-cp.exp: New file.
3410
dbbb1059
AB
34112018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.base/infcall-nested-structs.exp: New file.
3414 * gdb.base/infcall-nested-structs.c: New file.
3415 * gdb.base/float.exp: Add riscv support.
3416
ecc054c0
TP
34172018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3418
3419 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3420 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3421
25e3c82c
SDJ
34222018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3423
3424 * gdb.server/abspath.exp: New file.
3425 * lib/gdb.exp (with_cwd): New procedure.
3426
3083294d
SM
34272018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3428
3429 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3430 use it.
3431 (gdb_is_target_remote_prompt): New proc.
3432 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3433 (gdb_is_target_native): Pass prompt parameter to
3434 gdb_is_target_1.
3435
3275ef47
SM
34362018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3437
3438 * gdb.base/load-command.c: New file.
3439 * gdb.base/load-command.exp: New file.
3440 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3441 (gdb_is_target_1): ...this, and generalize for other targets
3442 than just remote.
3443 (gdb_is_target_remote): Use gdb_is_target_1.
3444 (gdb_is_target_native): use gdb_is_target_1.
3445
6893c19a
TT
34462018-02-26 Tom Tromey <tom@tromey.com>
3447
3448 PR python/16497:
3449 * gdb.python/py-framefilter.exp: Update test.
3450
2ddeaf8a
TT
34512018-02-26 Tom Tromey <tom@tromey.com>
3452
3453 * gdb.dwarf2/variant.c: New file.
3454 * gdb.dwarf2/variant.exp: New file.
3455
c9317f21
TT
34562018-02-26 Tom Tromey <tom@tromey.com>
3457
3458 * gdb.rust/simple.exp: Accept more possible results in enum test.
3459
6f6d0c26
SM
34602018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3461
3462 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3463 parentheses.
3464
11b03145
MR
34652018-02-23 Maciej W. Rozycki <macro@mips.com>
3466
3467 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3468 name of a variable: $actual_linejj -> $actual_line.
3469
54a27fe5
JB
34702018-02-21 John Baldwin <jhb@FreeBSD.org>
3471
3472 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3473
de65820c
MM
34742018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3475
3476 * gdb.btrace/buffer-size.exp: Do not force BTS.
3477
980548fd
PA
34782018-02-14 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3481 getting a "Quit".
3482
c4e12631
MM
34832018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3484
3485 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3486 Fix test name.
3487
c2e0e465
SM
34882018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3489
3490 * gdb.cp/m-static.exp: Check type of optimized out static
3491 member.
3492
f7216783
AB
34932018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3496 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3497
0625771b
LS
34982018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3499 Leszek Swirski <leszeks@google.com>
3500
3501 * gdb.python/py-prettyprint.c
3502 (struct to_string_returns_value_inner,
3503 struct to_string_returns_value_wrapper): New.
3504 (main): Add tsrvw variable.
3505 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3506 ToStringReturnsValueWrapper): New classes.
3507 (register_pretty_printers): Register new pretty-printers.
3508 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3509 recursive pretty printer.
3510 * gdb.python/py-mi.exp: Likewise.
3511
59498c30
LS
35122018-02-01 Leszek Swirski <leszeks@google.com>
3513
3514 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3515 functions with the same name as an include file are parsed
3516 correctly.
3517
d4d38844
YQ
35182018-02-01 Yao Qi <yao.qi@linaro.org>
3519
3520 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3521 "\[^\r\n\]*".
3522
07e5f5cf
NP
35232018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3524
3525 * gdb.arch/powerpc-prologue-frame.s: New file.
3526 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3527 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3528
929b5ad4
JB
35292018-01-31 Joel Brobecker <brobecker@adacore.com>
3530
3531 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3532
e671cd59
PA
35332018-01-30 Pedro Alves <palves@redhat.com>
3534
3535 PR gdb/13211
3536 * gdb.base/interrupt-daemon.c: New.
3537 * gdb.base/interrupt-daemon.exp: New.
3538 * gdb.multi/multi-term-settings.c: New.
3539 * gdb.multi/multi-term-settings.exp: New.
3540
fc413dc4
JB
35412018-01-30 Joel Brobecker <brobecker@adacore.com>
3542
3543 * gdb.base/break.exp: Save the location where the breakpoint
3544 on break.c:47 was actually inserted when debugging the version
3545 compiled at -O2 and use it in the expected output of the "info
3546 break" test performed soon after.
3547
5c319bb2
PA
35482018-01-22 Pedro Alves <palves@redhat.com>
3549 Sergio Durigan Junior <sergiodj@redhat.com>
3550
3551 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3552 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3553
a9e40818
JB
35542018-01-22 Joel Brobecker <brobecker@adacore.com>
3555
3556 * gdb.base/break-include.c, gdb.base/break-include.inc,
3557 gdb.base/break-include.exp: New files.
3558 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3559 line number now being the actual line number where the breakpoint
3560 was inserted.
3561 * gdb.mi/mi-break.exp: Likewise.
3562 * gdb.mi/mi-reverse.exp: Likewise.
3563 * gdb.mi/mi-simplerun.exp: Ditto.
3564
e707fc44
AB
35652018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3566
3567 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3568 varobj.
3569 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3570
ae451627
AB
35712018-01-21 Don Breazeal <donb@codesourcery.com>
3572 Andrew Burgess <andrew.burgess@embecosm.com>
3573
3574 * gdb.mi/basics.c: Add new global.
3575 * gdb.mi/mi-frame-regs.exp: New file.
3576 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3577 case.
3578
b1b189e0
AB
35792018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3580
3581 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3582 non-parameter, and on an unknown symbol.
3583
fcfcc376
TT
35842018-01-19 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3587 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3588
634c1c31
AA
35892018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3590
3591 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3592 setrlimit and chdir to int.
3593
d6ad07fd
AA
35942018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3595
3596 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3597 function.
3598 (my_tend): Likewise.
3599 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3600 rationale of avoiding FP- and vector instructions.
3601
adf8243b
RK
36022018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3603
3604 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3605 "info reg" with "\[ \t\]*".
3606 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3607 "\[ \t\]+".
3608 * gdb.arch/s390-multiarch.exp: Ditto.
3609 * gdb.base/pc-fp.exp: Ditto.
3610 * gdb.reverse/i386-precsave.exp: Ditto.
3611 * gdb.reverse/i386-reverse.exp: Ditto.
3612 * gdb.reverse/i387-env-reverse.exp: Ditto.
3613 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3614
dcc06925
AA
36152018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3616
3617 * lib/gdb.exp (gdb_compile): Re-enable use of
3618 universal_compile_options for languages other than Rust.
3619
25d4fd80
AA
36202018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3621
3622 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3623
ee7f689e 36242018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3625
3626 PR gdb/16577
3627 * gdb.base/solib-vanish.exp: New.
3628 * gdb.base/solib-vanish-main.c: New.
3629 * gdb.base/solib-vanish-lib1.c: New.
3630 * gdb.base/solib-vanish-lib2.c: New.
3631
d8447b6b
YQ
36322018-01-17 Yao Qi <yao.qi@linaro.org>
3633
3634 * gdb.compile/compile.exp: Match the address printed for
3635 frame in the output of command "bt".
3636
86d6a90c
TT
36372018-01-15 Tom Tromey <tom@tromey.com>
3638
3639 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3640 compute sp_reg.
3641
cbcdb1aa
AB
36422018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3643
3644 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3645 to prepare.
3646 (prepare): Return 0 on error, 1 on success.
3647
eea61984
PA
36482018-01-12 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.base/continue-after-aborted-step-over.c: New.
3651 * gdb.base/continue-after-aborted-step-over.exp: New.
3652
6181e9c2
SM
36532018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3654
3655 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3656 options when not creating an executable.
3657
3cada740
PA
36582018-01-11 Pedro Alves <palves@redhat.com>
3659
3660 PR remote/22597
3661 * gdb.server/stop-reply-no-thread.c: New file.
3662 * gdb.server/stop-reply-no-thread.exp: New file.
3663
c63d3e8d
PA
36642018-01-10 Pedro Alves <palves@redhat.com>
3665
3666 PR gdb/22670
3667 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3668 functions too. Test setting breakpoints and printing C functions
3669 with no debug info too.
3670 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3671
d4c2a405
PA
36722018-01-10 Pedro Alves <palves@redhat.com>
3673
3674 PR gdb/22670
3675 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3676 a fail.
3677
8825213e
PA
36782018-01-10 Pedro Alves <palves@redhat.com>
3679
3680 PR gdb/22670
3681 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3682
605fd3c6
YQ
36832018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3684
3685 * gdb.server/unittest.exp: Match the output in non-development
3686 mode.
3687
1e5ded6c
YQ
36882018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3689
3690 * gdb.gdb/unittest.exp: Match output in non-development mode.
3691
30066b0b
JB
36922018-01-08 Joel Brobecker <brobecker@adacore.com>
3693
3694 * gdb.ada/access_tagged_param.exp: Relax expected output
3695 for value of "ObjL" in "continue" to pck.inspect breakpoint
3696 test.
3697
04bafb1e
XR
36982018-01-08 Joel Brobecker <brobecker@adacore.com>
3699
9f86398b
JB
3700 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3701 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3702
e379cee6
PA
37032018-01-05 Pedro Alves <palves@redhat.com>
3704
3705 PR gdb/18653
3706 * gdb.base/libsegfault.exp: New.
3707
de63c46b
PA
37082018-01-05 Joel Brobecker <brobecker@adacore.com>
3709
3710 PR gdb/22670
3711 * gdb.ada/access_tagged_param.exp: New file.
3712 * gdb.ada/access_tagged_param/foo.adb: New file.
3713
f98fc17b
PA
37142018-01-05 Pedro Alves <palves@redhat.com>
3715
3716 PR gdb/22670
3717 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3718 exercise lower case too, and to exercise both full matching and
3719 wild matching.
3720
342f8240
JB
37212018-01-05 Joel Brobecker <brobecker@adacore.com>
3722
3723 * gdb.ada/rename_subscript_param: New testcase.
3724
7150d33c
JG
37252018-01-05 Jerome Guitton <guitton@adacore.com>
3726
3727 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3728
cc0e770c
JB
37292018-01-05 Joel Brobecker <brobecker@adacore.com>
3730
3731 * gdb.ada/convvar_comp: New testcase.
3732
672a41aa 37332018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3734
3735 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3736 (My_Table): New global variable.
3737 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3738
7365ec2f
JB
37392018-01-04 Joel Brobecker <brobecker@adacore.com>
3740
3741 PR gdb/22670
3742 * gdb.ada/maint_with_ada: New testcase.
3743
289483b6
JB
37442018-01-04 Joel Brobecker <brobecker@adacore.com>
3745
3746 PR gdb/22670
3747 * gdb.ada/bp_c_mixed_case: New testcase.
3748
344420da
JB
37492018-01-04 Joel Brobecker <brobecker@adacore.com>
3750
3751 PR gdb/22670
3752 * gdb.ada/complete.exp: Add "complete break ada" test.
3753
66fc87a0
JB
37542018-01-04 Joel Brobecker <brobecker@adacore.com>
3755
3756 PR gdb/22670
3757 * gdb.ada/info_addr_mixed_case: New testcase.
3758
9f757bf7
XR
37592018-01-03 Xavier Roirand <roirand@adacore.com>
3760
3761 * gdb.ada/excep_handle.exp: New testcase.
3762 * gdb.ada/excep_handle/foo.adb: New file.
3763 * gdb.ada/excep_handle/pck.ads: New file.
3764
bd570f80
JB
37652018-01-03 Joel Brobecker <brobecker@adacore.com>
3766
3767 * gdb.base/step-line.c: Add extra empty line in copyright header.
3768 * gdb.base/step-line.inp: Likewise.
3769
9fe561ab
JB
37702018-01-02 Joel Brobecker <brobecker@adacore.com>
3771
3772 * gdb.ada/dyn_stride.exp: Add slice test.
3773
a405673c
JB
37742018-01-02 Joel Brobecker <brobecker@adacore.com>
3775
3776 * gdb.ada/dyn_stride: New testcase.
3777
cef0f868
SH
37782017-12-27 Stafford Horne <shorne@gmail.com>
3779
3780 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3781 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3782
b67d92b0
SH
37832017-12-27 Stafford Horne <shorne@gmail.com>
3784
3785 * gdb.base/reggroups.c: New file.
3786 * gdb.base/reggroups.exp: New file.
3787
eccab96d
JB
37882017-12-18 Joel Brobecker <brobecker@adacore.com>
3789
3790 * gdb.dwarf2/ada-valprint-error.c: New file.
3791 * gdb.dwarf2/ada-valprint-error.exp: New file.
3792
0e2da9f0
JB
37932017-12-18 Joel Brobecker <brobecker@adacore.com>
3794
3795 * gdb.ada/assign_arr: New testcase.
3796
cb923fcc
XR
37972017-12-18 Xavier Roirand <roirand@adacore.com>
3798
3799 * gdb.ada/funcall_ptr: New testcase.
3800
7c161838
SDJ
38012017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3802
3803 PR cli/16224
3804 * gdb.base/ptype-offsets.cc: New file.
3805 * gdb.base/ptype-offsets.exp: New file.
3806
1af17fd9
YQ
38072017-12-15 Yao Qi <yao.qi@linaro.org>
3808
3809 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3810 if XML is disabled.
3811
828d5846
XR
38122017-12-15 Xavier Roirand <roirand@adacore.com>
3813
3814 * gdb.ada/same_component_name: New testcase.
3815
79e8fcaa
JB
38162017-12-14 Joel Brobecker <brobecker@adacore.com>
3817
3818 * gdb.ada/str_binop_equal: New testcase.
3819
e05fa6f9
JB
38202017-12-14 Joel Brobecker <brobecker@adacore.com>
3821
3822 * gdb.ada/task_switch_in_core: New testcase.
3823
b89641ba
SM
38242017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3825
3826 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3827 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3828 call test_bkpt_qualified.
3829 (test_bkpt_qualified): New proc.
3830
6892d2e4
PA
38312017-12-13 Pedro Alves <palves@redhat.com>
3832
3833 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3834 Tighten regexp by matching with an anchor.
3835
a22ecf70
PA
38362017-12-13 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3839 ("expression with namespace"): New set of tests.
3840 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3841 (Nested::Test_NS::qux): New.
3842 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3843 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3844
9937536c
JB
38452017-12-13 Joel Brobecker <brobecker@adacore.com>
3846
3847 * gdb.base/server-del-break.c: New file.
3848 * gdb.base/server-del-break.exp: New file.
3849
fe49c6f5
SH
38502017-12-12 Stafford Horne <shorne@gmail.com>
3851
3852 * gdb.xml/tdesc-regs.exp: Add or1k support.
3853
c3d18620
SH
38542017-12-12 Stafford Horne <shorne@gmail.com>
3855
3856 * gdb.base/bp-permanent.c: Define nop of or1k.
3857
c5f9cfc8
JB
38582017-12-11 Joel Brobecker <brobecker@adacore.com>
3859
3860 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3861 output with components being reordered.
3862
a9c135fc
JB
38632017-12-11 Joel Brobecker <brobecker@adacore.com>
3864
3865 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3866 output with components being reordered.
3867
927aa2e7
JK
38682017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3869 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/maint.exp (check for .gdb_index): Check also for
3872 .debug_names.
3873 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3874 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3875 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3876 (.gdb_index used after symbol reloading): Support also .debug_names.
3877 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3878
f17d9474
YQ
38792017-12-08 Yao Qi <yao.qi@linaro.org>
3880
3881 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3882 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3883
a0de8c21
YQ
38842017-12-08 Yao Qi <yao.qi@linaro.org>
3885
3886 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3887 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3888
a738ea1d
YQ
38892017-12-08 Yao Qi <yao.qi@linaro.org>
3890
3891 * gdb.arch/aarch64-tagged-pointer.c: New file.
3892 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3893
1cd9a73b
SDJ
38942017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3895
3896 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3897 "int".
3898
fa6eb693
KS
38992017-12-07 Keith Seitz <keiths@redhat.com>
3900
3901 PR breakpoints/22569
3902 * gdb.linespec/ls-errs.exp: Change expected result of "break
3903 -source this file has spaces.c -line 3".
3904 Check that an explicit source file followed by whitespace is
3905 identified as an invalid explicit location.
3906
883fd55a
KS
39072017-12-07 Keith Seitz <keiths@redhat.com>
3908
3909 * gdb.cp/nested-types.cc: New file.
3910 * gdb.cp/nested-types.exp: New file.
3911 * lib/cp-support.exp: Load data-structures.exp library.
3912 (debug_cp_test_ptype_class): New global.
3913 (cp_ptype_class_verbose, next_line): New procedures.
3914 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3915 Add and document new return value.
3916 Switch the list of lines to a queue.
3917 Add support for new `type' key for nested type definitions.
3918 Add debugging/troubleshooting messages.
3919 * lib/data-structures.exp: New file.
3920
ec72db3e
SM
39212017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3922
3923 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3924 with proc_with_prefix, don't use with_test_prefix.
3925
99598d71
TT
39262017-12-07 Tom Tromey <tom@tromey.com>
3927
3928 * gdb.base/break.exp: Add test for empty "commands".
3929
a8806230
YQ
39302017-12-07 Yao Qi <yao.qi@linaro.org>
3931
3932 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3933 malloc and catch syscall.
3934
824cc835
PM
39352017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3936
e79be6e5 3937 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3938 tests for explicit locations.
3939
7cc244de
PA
39402017-12-06 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3943 force-disabling XML descriptions.
3944
50a1fdd5
PA
39452017-12-04 Pedro Alves <palves@redhat.com>
3946
3947 PR gdb/22499
3948 * gdb.arch/amd64-disp-step-avx.S: New file.
3949 * gdb.arch/amd64-disp-step-avx.exp: New file.
3950
f0fb2488
PA
39512017-12-03 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3954 and <string.h>.
3955 (parent_function): Print distinct messages when waitpid fails, or
3956 the child exits with a signal, or the child exits for an unhandled
3957 reason.
3958 * gdb.threads/process-dies-while-detaching.exp
3959 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3960 it. Wait for both inferior output and GDB's prompt. Use an
3961 indirect spawn id list.
3962 (do_detach): New parameter 'child_exit'. Use it to compute
3963 expected inferior output.
3964 (test_detach, test_detach_watch, test_detach_killed_outside):
3965 Adjust to pass down the expected child exit kind.
3966
97cbe998
SDJ
39672017-12-01 Joel Brobecker <brobecker@adacore.com>
3968 Sergio Durigan Junior <sergiodj@redhat.com>
3969 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3972
40fc416f
SDJ
39732017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3974
3975 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3976 to 'symbol-file' and 'add-symbol-file' can be
3977 position-independent.
3978
1cc75e92
YQ
39792017-12-01 Yao Qi <yao.qi@linaro.org>
3980
3981 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3982 the URL in copyright header.
3983 * gdb.arch/aarch64-fp.exp: Likewise.
3984 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3985 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3986 * gdb.base/expand-psymtabs.exp: Likewise.
3987 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3988 * gdb.fortran/common-block.exp: Likewise.
3989 * gdb.fortran/common-block.f90: Likewise.
3990 * gdb.fortran/logical.exp: Likewise.
3991 * gdb.fortran/vla-datatypes.f90: Likewise.
3992 * gdb.fortran/vla-sub.f90: Likewise.
3993
875fb7a7
JB
39942017-11-30 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/repeat_dyn: New testcase.
3997
6f14765f
UW
39982017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3999
4000 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4001 Update for changed thread numbering.
4002 * gdb.cell/bt.exp: Update for changed GDB output.
4003
f1af7b94
SM
40042017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4007 setting isremote by hand.
4008 * boards/dwarf4-gdb-index.exp: Likewise.
4009 * boards/fission.exp: Likewise.
4010 * boards/stabs.exp: Likewise.
4011
e3919f3e
PA
40122017-11-30 Pedro Alves <palves@redhat.com>
4013
4014 * gdb.linespec/cpls-ops.exp
4015 (check_explicit_skips_function_argument): Extract the underlying
4016 type of size_t instead of hardcoding it.
4017
bd69330d
PA
40182017-11-29 Pedro Alves <palves@redhat.com>
4019
4020 PR c++/19436
4021 * gdb.linespec/cpls-abi-tag.cc: New file.
4022 * gdb.linespec/cpls-abi-tag.exp: New file.
4023
a20714ff
PA
40242017-11-29 Pedro Alves <palves@redhat.com>
4025
4026 * gdb.base/langs.exp: Use -qualified.
4027 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4028 it.
4029 * gdb.cp/namespace.exp: Use -qualified.
4030 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4031 (overload-3, template-overload, template-ret-type, const-overload)
4032 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4033 procedures.
4034 (test_driver): Call them.
4035 * gdb.cp/save-bp-qualified.cc: New.
4036 * gdb.cp/save-bp-qualified.exp: New.
4037 * gdb.linespec/explicit.exp: Test -qualified.
4038 * lib/completion-support.exp (completion::explicit_opts_list): Add
4039 "-qualified".
4040 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4041
f6f1d339
PM
40422017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4043
4044 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4045
02ca603a
TT
40462017-11-29 Tom Tromey <tom@tromey.com>
4047
4048 * gdb.base/relocate.exp: Update invalid argument test.
4049 Add new tests for invalid arguments.
4050
ed6c0bfb
TP
40512017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4052
4053 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4054 Return 0 as a long.
4055 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4056
f106e10e
TP
40572017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4058
4059 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4060 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4061 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4062 func ().
4063 * gdb.cp/shadow.cc (B.func): Return 0.
4064
10329bb2
JB
40652017-11-27 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4068 expected output in gdb_expect call to allow the exception
4069 message to be present as well. Fix syntax confusion to avoid
4070 TCL thinking that exception_name is an array.
4071
617cd4bc
UW
40722017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4073
4074 * gdb.arch/spu-info.c: Include <unistd.h>.
4075 (do_signal_test): Fix broken calls to write.
4076 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4077 Fix checks for empty mailboxes. Update signal tests for corrected
4078 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4079 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4080 * gdb.cell/arch.exp: Use standard_output_file.
4081 * gdb.cell/break.exp: Likewise.
4082 * gdb.cell/bt.exp: Likewise.
4083 * gdb.cell/core.exp: Likewise.
4084 * gdb.cell/dwarfaddr.exp: Likewise.
4085 * gdb.cell/ea-cache.exp: Likewise.
4086 * gdb.cell/ea-standalone.exp: Likewise.
4087 * gdb.cell/f-regs.exp: Likewise.
4088 * gdb.cell/fork.exp: Likewise.
4089 * gdb.cell/gcore.exp: Likewise.
4090 * gdb.cell/mem-access.exp: Likewise.
4091 * gdb.cell/ptype.exp: Likewise.
4092 * gdb.cell/registers.exp: Likewise.
4093 * gdb.cell/sizeof.exp: Likewise.
4094 * gdb.cell/solib-symbol.exp: Likewise.
4095 * gdb.cell/solib.exp: Likewise.
617cd4bc 4096
a81aaca0
PA
40972017-11-25 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.base/complete-empty.exp: New file.
4100 * gdb.base/completion.exp: Adjust.
4101
6a3c6ee4
PA
41022017-11-25 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.linespec/cpls-ops.cc: New file.
4105 * gdb.linespec/cpls-ops.exp: New file.
4106 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4107 factored out from ...
4108 (test_complete_prefix_range): ... this.
4109
8955eb2d
PA
41102017-11-24 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.linespec/cpcompletion.exp: New file.
4113 * gdb.linespec/cpls-hyphen.cc: New file.
4114 * gdb.linespec/cpls.cc: New file.
4115 * gdb.linespec/cpls2.cc: New file.
4116 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4117 test to use test_gdb_complete_unique. Add label completion,
4118 keyword completion and explicit location completion tests.
4119 * lib/completion-support.exp: New file.
4120
e547c119
JB
41212017-11-24 Joel Brobecker <brobecker@adacore.com>
4122
4123 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4124 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4125 when hitting an exception catchpoint.
4126
7c3c1aa8
YQ
41272017-11-22 Yao Qi <yao.qi@linaro.org>
4128
4129 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4130
41bd68f5
SM
41312017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4132
4133 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4134 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4135 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4136
1daad298
YQ
41372017-11-22 Yao Qi <yao.qi@linaro.org>
4138
4139 * gdb.base/info-os.exp: Pass pthreads.
4140 * gdb.multi/multi-attach.exp: Likewise.
4141
88465e87
YQ
41422017-11-22 Yao Qi <yao.qi@linaro.org>
4143
4144 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4145 compiler.
4146
dc196b23
YQ
41472017-11-22 Yao Qi <yao.qi@linaro.org>
4148
4149 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4150 * gdb.base/break-interp.exp: Likewise.
4151 * gdb.base/jit-attach-pie.exp: Likewise.
4152
2400729e
UW
41532017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4154
4155 * gdb.base/float128.c (large128): New variable.
4156 * gdb.base/float128.exp: Add test to print largest __float128 value.
4157
7a26362d
UW
41582017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4159
4160 * gdb.arch/vsx-regs.exp: Update register content checks.
4161
ed0f4273
UW
41622017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4163
4164 * gdb.arch/ppc-longdouble.exp: New file.
4165 * gdb.arch/ppc-longdouble.c: Likewise.
4166
a25d69c6
PA
41672017-11-21 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4170
73fcf641
PA
41712017-11-20 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4174 (long_double_typedef): New typedefs.
4175 Use DEF on double and long double.
4176 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4177 cases.
4178 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4179 and 'long_double_ptr_same_size' locals. Use them to decide
4180 whether cast from array/function to float is valid/invalid.
4181
71a3c369
TT
41822017-11-17 Tom Tromey <tom@tromey.com>
4183
4184 * gdb.rust/traits.rs: New file.
4185 * gdb.rust/traits.exp: New file.
4186
ced9779b
JB
41872017-11-17 Joel Brobecker <brobecker@adacore.com>
4188
4189 * gdb.ada/minsyms: New testcase.
4190
a0922d80
PA
41912017-11-16 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4194 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4195
ea04e54c
PA
41962017-11-16 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4199 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4200
e849ea89
PA
42012017-11-16 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.server/reconnect-ctrl-c.c: New file.
4204 * gdb.server/reconnect-ctrl-c.exp: New file.
4205
d8ae99a7
PM
42062017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4207
4208 * gdb.python/py-rbreak.exp: New file.
4209 * gdb.python/py-rbreak.c: New file.
4210 * gdb.python/py-rbreak-func2.c: New file.
4211
968a13f8
PA
42122017-11-16 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4215 pattern.
4216 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4217 GDB.
4218
71774bc9
SM
42192017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4220
4221 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4222 regex.
4223
ddbb44cf
SM
42242017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4225
4226 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4227 test names.
4228
584a564f
PA
42292017-11-09 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4232 factored out from ...
4233 (top level): ... here, and adjusted to avoid expecting beyond the
4234 prompt in a single gdb_test_multiple.
4235
5ed7a928
PA
42362017-11-09 Pedro Alves <palves@redhat.com>
4237
4238 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4239 output.
4240 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4241 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4242 * gdb.server/ext-run.exp ("kill" test): Likewise.
4243 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4244
a60e0738
PA
42452017-11-09 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4248 match till end of line.
4249
2c88253f
PA
42502017-11-09 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4253
c7a38517
PA
42542017-11-09 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4257 New procedures, factored out from ...
4258 (top level): ... here, and adjusted to avoid expecting beyond the
4259 prompt in one go.
4260
f29f4b6b
PA
42612017-11-09 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4264 output. Fix '?' match.
4265
286acbb5
JB
42662017-11-08 Joel Brobecker <brobecker@adacore.com>
4267
4268 * gdb.ada/scoped_watch: New testcase.
4269 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4270 which is actually correct.
4271 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4272 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4273
62d7ae92
PA
42742017-11-08 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.gdb/complaints.exp (test_initial_complaints)
4277 (test_serial_complaints, test_short_complaints): Call
4278 complaint_internal instead of complaint.
4279
280ca31f
DT
42802017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4281
4282 * gdb.threads/tls-core.c: New file.
4283 * gdb.threads/tls-core.exp: Likewise.
4284
b5ec771e
PA
42852017-11-08 Pedro Alves <palves@redhat.com>
4286
4287 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4288 (p Exported_Capitalized): New test.
4289 (p exported_capitalized): New test.
4290
a02b41a7
PA
42912017-11-07 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4294
95e95a6d
PA
42952017-11-07 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4298 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4299 (disable_invalid, disable_inverted, disable_negative): New
4300 procedures.
4301 ("bad numbers"): New set of tests.
4302
cee62dbd
PA
43032017-11-07 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.cp/ena-dis-br-range.exp: Add tests.
4306
cc638e86
PA
43072017-11-07 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4310
d0fe4701
XR
43112017-11-07 Xavier Roirand <roirand@adacore.com>
4312 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.base/ena-dis-br.exp: Add reference to
4315 gdb.cp/ena-dis-br-range.exp.
4316 * gdb.cp/ena-dis-br-range.exp: New file.
4317 * gdb.cp/ena-dis-br-range.cc: New file.
4318
46f67f80
PA
43192017-11-06 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.base/attach-non-pgrp-leader.c: New.
4322 * gdb.base/attach-non-pgrp-leader.exp: New.
4323
726e1356
PA
43242017-11-06 Pedro Alves <palves@redhat.com>
4325
4326 * configure.ac: No longer check for termio.h and sgtty.h.
4327 * configure: Regenerate.
4328 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4329 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4330 Remove termio and sgtty code.
4331
50ab6ace
YQ
43322017-11-03 Yao Qi <yao.qi@linaro.org>
4333
4334 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4335 in GDB is disabled.
4336
8e68731c
YQ
43372017-11-03 Yao Qi <yao.qi@linaro.org>
4338
4339 * gdb.python/py-thrhandle.exp: Skip it if python is not
4340 enabled.
4341
3a87ae65
SM
43422017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4343
4344 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4345 as a breakpoint command.
4346
484d8d36
MD
43472017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4348
4349 PR python/21213
4350 * gdb.python/py-infthread.exp: Test calling
4351 InferiorThread.inferior () multiple times in a row.
4352
4a27f119
KS
43532017-10-27 Keith Seitz <keiths@redhat.com>
4354
4355 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4356 Test "info break" for every inlined function breakpoint.
4357
bb11dd58
YQ
43582017-10-27 Yao Qi <yao.qi@linaro.org>
4359
4360 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4361
a43f3893
PF
43622017-10-26 Patrick Frants <osscontribute@gmail.com>
4363
4364 * gdb.cp/classes.exp (test_static_members): Test printing
4365 Outer::instance.
4366 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4367 (Inner::instance, Outer::instance): New.
4368
792ccf00
PA
43692017-10-24 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4372 extra console" test in two stages.
4373
eb2bfbad
PA
43742017-10-24 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4377
1f75a651
PA
43782017-10-24 Pedro Alves <palves@redhat.com>
4379
4380 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4381 loop.
4382
779990d9
PA
43832017-10-24 Pedro Alves <palves@redhat.com>
4384
4385 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4386 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4387
ad9b8f5d
PA
43882017-10-24 Pedro Alves <palves@redhat.com>
4389
4390 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4391 parameter and handle it. Don't output read value in test name.
4392
fee6da6e
PA
43932017-10-24 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4396 custom test name.
4397
10389c2c
PA
43982017-10-24 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4401 include the unstable output directory name in the test's name.
4402 (initial_setup_simple) <'set args'>: Use custom test name.
4403
a80e65a9
PA
44042017-10-24 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4407 with explicit test name.
4408
15763a09
PA
44092017-10-20 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4412 'wait -i'. Use gdb_assert and remote_close.
4413
49a4ce2e
AB
44142017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4415
4416 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4417 number from variable rather than hard-coded.
4418
a75868f5
PA
44192017-10-19 Pedro Alves <palves@redhat.com>
4420
4421 * gdb.base/long-inferior-output.c: New file.
4422 * gdb.base/long-inferior-output.exp: New file.
4423
c8ba13ad
KS
44242017-11-18 Keith Seitz <keiths@redhat.com>
4425
4426 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4427 method.
4428 (main): Call it.
4429 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4430 Add additional user-defined conversion operator tests.
4431
b27de576
PA
44322017-10-17 Pedro Alves <palves@redhat.com>
4433
4434 * boards/native-stdio-gdbserver.exp: Load "local-board".
4435
8484c955
PA
44362017-10-17 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.base/quit-live.c: New file.
4439 * gdb.base/quit-live.exp: New file.
4440
83d5a34d
KS
44412017-10-16 Keith Seitz <keiths@redhat.com>
4442
4443 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4444 (class_with_protected_typedef, class_with_private_typedef)
4445 (struct_with_public_typedef, struct_with_protected_typedef)
4446 (struct_with_private_typedef): New classes/structs.
4447 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4448 typedefs and access specifiers.
4449
739b3f1d
PA
44502017-10-16 Pedro Alves <palves@redhat.com>
4451 Simon Marchi <simon.marchi@polymtl.ca>
4452
4453 * README (Local vs Remote vs Native): New section.
4454 * boards/local-board.exp: New file, with bits factored out from
4455 ...
4456 * boards/native-extended-gdbserver.exp: ... here. Load
4457 "local-board".
4458 * boards/native-gdbserver.exp: Load "local-board".
4459 (${board}_spawn, ${board}_exec): Delete.
4460 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4461 ...
4462 * boards/stdio-gdbserver-base.exp: ... this new file.
4463 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4464 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4465 procedure.
4466 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4467 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4468 stdio_gdbserver_command.
4469 (${board}_get_remote_address, ${board}_get_comm_port)
4470 (${board}_download, ${board}_upload): Delete.
4471 (get_target_remote_pipe_cmd): New.
4472
fe68b953
SM
44732017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4474
4475 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4476 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4477 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4478 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4479 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4480 remove with_test_prefix.
4481
300b6685
PA
44822017-10-13 Pedro Alves <palves@redhat.com>
4483
4484 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4485 * gdb.base/annota1.exp: Use it instead of is_remote.
4486 * gdb.base/annota3.exp: Use it instead of is_remote.
4487 * gdb.cp/annota2.exp: Use it instead of is_remote.
4488 * gdb.cp/annota3.exp: Use it instead of is_remote.
4489 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4490
50500caf
PA
44912017-10-13 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4494 (test_num_test_vars, run_and_count_vars, find_env)
4495 (test_set_unset_env, test_inherit_env_var): New procedures.
4496 (top level): Use them.
4497
dad0c6d2
PA
44982017-10-13 Pedro Alves <palves@redhat.com>
4499
4500 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4501 also skip on stub-like targets.
4502
8b0553c1
PA
45032017-10-13 Pedro Alves <palves@redhat.com>
4504
4505 PR gdb/22293
4506 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4507 (top level): Move some tests to ...
4508 (test_not_found): ... this new procedure.
4509 (top level): Call it.
4510
7594f623
PA
45112017-10-13 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4514 expect different "info terminal" output if testing with a
4515 non-native target.
4516
ebe3b402
PA
45172017-10-13 Pedro Alves <palves@redhat.com>
4518 Simon Marchi <simon.marchi@polymtl.ca>
4519
4520 PR python/12966
4521 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4522
42f1b161
PA
45232017-10-13 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4526 already.
4527
8d6ef72b
PA
45282017-10-13 Pedro Alves <palves@redhat.com>
4529
4530 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4531 is_remote.
4532
d7bcd5b8
PA
45332017-10-13 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4536 is_remote.
4537
df479dc6
PA
45382017-10-13 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4541 is set.
4542 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4543 instead of is_remote.
4544
23fb630a
PA
45452017-10-13 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4548 (top level): Add comment.
4549
cc77b1dc
PA
45502017-10-13 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/remote.exp (top level): Fix comment typo and add
4553 missing return.
4554
27c9e813
PA
45552017-10-13 Pedro Alves <palves@redhat.com>
4556 Simon Marchi <simon.marchi@polymtl.ca>
4557
4558 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4559 calls and add comments. Skip test if use_gdb_stub is set.
4560 (top level): Use "set cwd" command instead of "cd" command.
4561
5e830d98
PA
45622017-10-13 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4565 is_remote target check.
4566
f5ca0032
PA
45672017-10-13 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.base/scope.exp: Use build_executable + clean_restart +
4570 gdb_file_cmd instead of prepare_for_testing and no longer skip
4571 "before run" tests on is_remote target boards. Update comments.
4572 * boards/native-extended-gdbserver.exp
4573 (extended_gdbserver_load_last_file): New, factored out from ...
4574 (gdb_load): ... this. Move further below and add comment.
4575 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4576
8aed1c0d
PA
45772017-10-12 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.base/attach.exp: Remove references to gdb64.
4580 * gdb.base/dbx.exp: Remove references to gdb64.
4581
cfa34c87
SM
45822017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4583 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/label.exp: Remove is_remote target check.
4586
9192b7de
PA
45872017-10-12 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.base/auvx.exp (coredir): Update comment.
4590 (top level) <core_works>: Use "set cwd" command instead of "cd"
4591 command.
4592
6bf0052d
PA
45932017-10-12 Pedro Alves <palves@redhat.com>
4594 Simon Marchi <simon.marchi@polymtl.ca>
4595
4596 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4597 target boards.
4598
e48ef82d
PA
45992017-10-12 Pedro Alves <palves@redhat.com>
4600 Simon Marchi <simon.marchi@polymtl.ca>
4601
4602 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4603 Instead skip if there's any gdb_protocol set.
4604
8d7aea57
SM
46052017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4606 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4609
30440677
PA
46102017-10-12 Pedro Alves <palves@redhat.com>
4611 Simon Marchi <simon.marchi@polymtl.ca>
4612
4613 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4614 instead of on dejagnu remote boards.
4615
4e04f045 46162017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4617 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4618
4619 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4620 checks. Use build_executable + clean_restart instead of
4621 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4622 of enabling non-stop after starting gdb.
4623
871a186e
PA
46242017-10-12 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4627 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4628 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4629 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4630
56d704da
AK
46312017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4632
4633 * gdb.arch/arc-tdesc-cpu.exp: New file.
4634 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4635
2f20e312
SM
46362017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4637
4638 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4639
65630365
PA
46402017-10-10 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4643 expect CLI output.
4644
bf469271
PA
46452017-10-10 Pedro Alves <palves@redhat.com>
4646
4647 * lib/selftest-support.exp (selftest_setup): Update for
4648 captured_command_loop's prototype change.
4649
777a42f1
PA
46502017-10-09 Pedro Alves <palves@redhat.com>
4651
4652 Test both arch1=>arch2 and arch2=>arch1.
4653
4654 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4655 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4656 factored out to...
4657 (append_arch1_options, append_arch2_options, append_arch_options)
4658 (build_executables): New procedures.
4659 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4660 local.
4661 (top level): Add new 'first_arch' testing axis.
4662
cbd2b4e3
PA
46632017-10-09 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4666 (barrier): New.
4667 (thread_start, all_started): New functions.
4668 (main): Spawn new thread and wait until it is scheduled.
4669 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4670 option.
4671 (do_test): Add 'selected_thread' parameter. Run to all_started
4672 instead of main. Explicitly set the breakpoint at main. Switch
4673 to the SELECTED_THREAD thread.
4674 (top level): Test handling the exec event with either the main
4675 thread or the second thread selected.
4676
5c9e4427
PA
46772017-10-09 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4680 logic. Move STOP marker after the value checks.
4681 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4682 regexp.
4683
b3b7c423
SL
46842017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4685
4686 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4687
3b4b2f16
UW
46882017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4689
4690 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4691 integer-to-dfp conversion.
4692 * gdb.base/dfp-test.exp: Likewise.
4693
5cd63fda
PA
46942017-10-04 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.multi/hangout.c: Include <unistd.h>.
4697 (hangout_loop): New function.
4698 (main): Call alarm. Call hangout_loop in a loop.
4699 * gdb.multi/hello.c: Include <unistd.h>.
4700 (hello_loop): New function.
4701 (main): Call alarm. Call hangout_loop in a loop.
4702 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4703 inferior with the other selected.
4704
4c71c105
SM
47052017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4706
4707 * gdb.mi/list-thread-groups-available.exp: New file.
4708 * gdb.mi/list-thread-groups-available.c: New file.
4709
bc3b087d
SDJ
47102017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4711
4712 * gdb.base/set-cwd.exp: Make it available on
4713 native-extended-gdbserver.
4714
d092c5a2
SDJ
47152017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4716
4717 * gdb.base/set-cwd.c: New file.
4718 * gdb.base/set-cwd.exp: Likewise.
4719
45320ffa
TT
47202017-10-02 Tom Tromey <tom@tromey.com>
4721
4722 PR rust/22236:
4723 * gdb.rust/simple.rs (main): New variable "fslice".
4724 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4725
b3e3859b
TT
47262017-10-02 Tom Tromey <tom@tromey.com>
4727
4728 * gdb.rust/simple.exp: Test ptype of a slice.
4729
01af5e0d
TT
47302017-10-02 Tom Tromey <tom@tromey.com>
4731
4732 * gdb.rust/simple.exp: Test index of slice.
4733
a9bbfbd8
TT
47342017-09-27 Tom Tromey <tom@tromey.com>
4735
4736 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4737
df8899e5
TP
47382017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4739 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.base/compare-sections.exp (get value of read-only section): Read
4742 as unsigned value.
4743 (corrupt read-only section): Likewise and don't set written if patching
4744 failed.
4745
757bf54b
KB
47462017-09-21 Kevin Buettner <kevinb@redhat.com>
4747
4748 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4749 files.
4750
06871ae8
PA
47512017-09-20 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4754 symbol names in gdb's output.
4755 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4756
e5f25bc5
PA
47572017-09-20 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4760 Rename to ...
4761 (test_list_ambiguous_symbol): ... this and add a symbol name
4762 parameter. Adjust.
4763 (test_list_ambiguous_function): Reimplement on top of
4764 test_list_ambiguous_symbol and also test listing ambiguous
4765 variables.
4766 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4767 (ambiguous_fun): ... this.
4768 (ambiguous_var): New.
4769 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4770 (ambiguous_fun): ... this.
4771 (ambiguous_var): New.
4772
4e5a4f58
JB
47732017-09-19 John Baldwin <jhb@FreeBSD.org>
4774
4775 * gdb.base/starti.c: New file.
4776 * gdb.base/starti.exp: New file.
4777 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4778
26e53f3e
PA
47792017-09-14 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4782 (top level): Use it instead of runto.
4783
cb791d59
TT
47842017-09-11 Tom Tromey <tom@tromey.com>
4785
4786 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4787
7c96f8c1
TT
47882017-09-11 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4791 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4792
469412dd
CW
47932017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4794
4795 * gdb.fortran/printing-types.exp: New file.
4796 * gdb.fortran/printing-types.exp: New file.
4797
e0f86435
BH
47982017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4799
4800 * gdb.fortran/vla-ptype.exp: Fix typos.
4801 * gdb.fortran/vla-value.exp: Same.
4802
9e9af4be
BH
48032017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4804
4805 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4806 * gdb.mi/mi-var-child-f.exp: Likewise.
4807 * gdb.mi/mi-vla-fortran.exp: Likewise.
4808
a5ad232b 48092017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4810 Christoph Weinmann <christoph.t.weinmann@intel.com>
4811 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4812
4813 * gdb.fortran/ptr-indentation.f90: New file.
4814 * gdb.fortran/ptr-indentation.exp: New file.
4815
5aec60eb
TT
48162017-09-05 Tom Tromey <tom@tromey.com>
4817
4818 PR gdb/22010:
4819 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4820
8f8f8152
TP
48212017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4822
4823 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4824
fbd1b771
JK
48252017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4826
4827 * gdb.threads/tls-nodebug-pie.c: New file.
4828 * gdb.threads/tls-nodebug-pie.exp: New file.
4829
5eb5f850
TT
48302017-09-05 Tom Tromey <tom@tromey.com>
4831
4832 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4833 for rust.
4834
ae780a21
SM
48352017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4836
4837 * gdb.multi/multi-arch-exec.exp: Test with different
4838 "follow-exec-mode" settings.
4839 (do_test): New procedure.
4840
3693fdb3
PA
48412017-09-04 Pedro Alves <palves@redhat.com>
4842
4843 * gdb.base/func-static.c (S::method const, S::method volatile)
4844 (S::method volatile const): New methods.
4845 (c_s, v_s, cv_s): New instances.
4846 (main): Call method() on them.
4847 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4848 (cannot_resolve): New procedure.
4849 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4850 print-quote-unquoted columns.
4851 (do_test): Test printing each scope too.
4852
e68cb8e0
PA
48532017-09-04 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.base/local-static.exp: Also test with
4856 class::method::variable wholly quoted.
4857 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4858
858be34c
PA
48592017-09-04 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/local-static.c: New.
4862 * gdb.base/local-static.cc: New.
4863 * gdb.base/local-static.exp: New.
4864
46a4882b
PA
48652017-09-04 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.asm/asm-source.exp: Add casts to int.
4868 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4869 (dataglobal64_1, dataglobal64_2): New globals.
4870 * gdb.base/nodebug.exp: Test different expressions involving the
4871 new globals, with print, whatis and ptype. Add casts to int.
4872 * gdb.base/solib-display.exp: Add casts to int.
4873 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4874 * gdb.cp/m-static.exp: Add cast to int.
4875 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4876 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4877 tls variable with no debug info without a cast. Test with a cast
4878 to int too.
4879 * gdb.trace/entry-values.exp: Add casts.
4880
2c5a2be1
PA
48812017-09-04 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.base/nodebug.exp: Test that ptype's error about functions
4884 with unknown return type includes the function name too.
4885
7022349d
PA
48862017-09-04 Pedro Alves <palves@redhat.com>
4887
4888 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4889 return type of munmap in infcall.
4890 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4891 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4892 type of ftell in infcall.
4893 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4894 type of getpid in infcall.
4895 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4896 infcall.
4897 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4898 Bail on failure to extract the pid.
4899 * gdb.base/nodebug.c: #include <stdint.h>.
4900 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4901 New functions.
4902 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4903 Change expected output of print/whatis/ptype with functions with
4904 no debug info. Test all supported languages. Call
4905 test_call_promotion.
4906 * gdb.compile/compile.exp: Adjust expected output to expect
4907 warning.
4908 * gdb.threads/siginfo-threads.exp: Likewise.
4909
54990598
PA
49102017-09-04 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4913 "prototypes". Test calling float functions via prototyped and
4914 unprototyped function pointers.
4915 (perform_all_tests): New parameter "prototypes". Pass it down.
4916 (top level): Pass down "prototypes" parameter to
4917 perform_all_tests.
4918
34d16ea2
SM
49192017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4920
4921 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4922 Test with nested loops.
4923
9521ecda
SM
49242017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4925
4926 * gdb.base/commands.exp: Call the new procedures.
4927 (loop_break_test, loop_continue_test): New procedures.
4928
80a65e9b
SM
49292017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4930
4931 * gdb.base/commands.exp: Call new procedure.
4932 (define_if_without_arg_test): New procedure.
4933
e439fa14
PA
49342017-09-04 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.base/list-ambiguous.exp: New file.
4937 * gdb.base/list-ambiguous0.c: New file.
4938 * gdb.base/list-ambiguous1.c: New file.
4939 * gdb.base/list.exp (test_list_range): Adjust expected output.
4940
0a2dde4a
SDJ
49412017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4942
4943 * gdb.base/share-env-with-gdbserver.c: New file.
4944 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4945
5e89eb3a
SM
49462017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4947
4948 * gdb.base/commands.exp (gdbvar_simple_if_test,
4949 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4950 progvar_simple_if_test, progvar_simple_while_test,
4951 progvar_complex_if_while_test, user_defined_command_test,
4952 user_defined_command_args_eval,
4953 user_defined_command_args_stack_test,
4954 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4955 temporary_breakpoint_commands,
4956 gdb_test_no_prompt, redefine_hook_test,
4957 redefine_backtrace_test): Remove "global gdb_prompt".
4958
fd437cbc
SM
49592017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4960
4961 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4962 New proc, call it from toplevel.
4963
87215ad1
SDJ
49642017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4965
4966 PR remote/21852
4967 * gdb.server/normal.c: New file, copied from gdb.base.
4968 * gdb.server/run-without-local-binary.exp: New file.
4969
58afddc6
WP
49702017-08-07 Weimin Pan <weimin.pan@oracle.com>
4971
4972 * gdb.arch/sparc64-adi.exp: New file.
4973 * gdb.arch/sparc64-adi.c: New file.
4974
5277199a
PA
49752017-08-22 Pedro Alves <palves@redhat.com>
4976
4977 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4978 (top level): Add "list all overloads" tests.
4979
14278e1f
TT
49802017-08-22 Tom Tromey <tom@tromey.com>
4981
4982 * gdb.gdb/xfullpath.exp: Remove.
4983
bf223d3e
PA
49842017-08-21 Pedro Alves <palves@redhat.com>
4985
4986 PR gdb/19487
4987 * gdb.base/symbol-alias.c: New.
4988 * gdb.base/symbol-alias2.c: New.
4989 * gdb.base/symbol-alias.exp: New.
4990
c973d0aa
PA
49912017-08-21 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.base/dfp-test.c
4994 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4995 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4996 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4997 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4998 * gdb.base/whatis-ptype-typedefs.c: New.
4999 * gdb.base/whatis-ptype-typedefs.exp: New.
5000 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5001 (an_int, an_int_type, an_int_type2): New globals.
5002 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5003 involving typedefs and cast expressions.
5004 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5005 (lookup_typedefs_function): New.
5006 (typedefs_pretty_printers_dict): New.
5007 (top level): Register lookup_typedefs_function in
5008 gdb.pretty_printers.
5009
6d580b63
YQ
50102017-08-18 Yao Qi <yao.qi@linaro.org>
5011
5012 * gdb.server/unittest.exp: New.
5013
206726fb
SDJ
50142017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5015
5016 PR gdb/21954
5017 * gdb.base/environ.exp: Add test to check if 'unset environment'
5018 works.
5019
bf0ec4c2
AA
50202017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5021
5022 * lib/gdb.exp (universal_compile_options): New caching proc.
5023 (gdb_compile): Suppress GCC's coloring of messages.
5024
d6382fff
TT
50252017-08-14 Tom Tromey <tom@tromey.com>
5026
5027 PR gdb/21675:
5028 * gdb.base/printcmds.exp (test_radices): New function.
5029 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5030 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5031 * lib/gdb.exp (get_integer_valueof): Use p/d.
5032
c2c2dd9f
SM
50332017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5034
5035 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5036 characters.
5037
fdffd6f4
TT
50382017-08-05 Tom Tromey <tom@tromey.com>
5039
5040 * gdb.rust/simple.exp: Allow String to appear in a different
5041 namespace.
5042
27d41eac
YQ
50432017-07-26 Yao Qi <yao.qi@linaro.org>
5044
5045 * gdb.gdb/unittest.exp: Invoke command
5046 "maintenance check xml-descriptions".
5047
031ed05d
AA
50482017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5049
5050 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5051 calling context.
5052 (hex128): Drop erroneous calculation of parameters.
5053
dcd27ddf
SM
50542017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5055
5056 * gdb.python/py-unwind.exp: Disable stack protection when
5057 building test file.
5058
47e77640
PA
50592017-07-20 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.base/default.exp (set language): Adjust expected output.
5062
62d2a18a
PA
50632017-07-20 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5066 (test_minsym): ... this, and make static.
5067 (get_pck__foo__bar__minsym): Rename to ...
5068 (get_test_minsym): ... this.
5069 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5070 symbol names and comments.
5071 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5072 (get_test_minsym): ... this.
5073 (pck__foo__bar__minsym__2): Rename to ...
5074 (test_minsym): ... this.
5075 (main): Adjust.
5076
c45ec17c
PA
50772017-07-17 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.base/completion.exp: Adjust expected output.
5080 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5081 the completer works.
5082
c6756f62
PA
50832017-07-17 Pedro Alves <palves@redhat.com>
5084
5085 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5086
5bd68487
AB
50872017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5088
5089 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5090
8880f2a9
TT
50912017-07-14 Tom Tromey <tom@tromey.com>
5092
5093 PR rust/21764:
5094 * gdb.rust/simple.exp: Add tests.
5095
65547233
TT
50962017-07-14 Tom Tromey <tom@tromey.com>
5097
5098 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5099
8f14146e
PA
51002017-07-14 Pedro Alves <palves@redhat.com>
5101
5102 * gdb.linespec/base/one/thefile.cc (z1): New function.
5103 * gdb.linespec/base/two/thefile.cc (z2): New function.
5104 * gdb.linespec/linespec.exp: Add tests.
5105
b4365d02
AB
51062017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5107
5108 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5109 to mi_create_breakpoint.
5110
5d2cbaa5
AB
51112017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5114 mi_create_breakpoint.
5115
11cb5716
IB
51162017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5117
5118 * gdb.dlang/demangle.exp: Update for demangling changes.
5119
03278692
TT
51202017-07-09 Tom Tromey <tom@tromey.com>
5121
5122 * gdb.dwarf2/shortpiece.exp: New file.
5123
33c5cd75
DB
51242017-07-06 David Blaikie <dblaikie@gmail.com>
5125
5126 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5127 built from fissiont-multi-cu{1,2}.c.
5128 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5129 except putting 'main' and 'func' in separate CUs in the same DWO file.
5130 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5131 test.
5132 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5133 test.
5134
8455d262
PA
51352017-07-06 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.python/py-unwind.exp: Test flushregs.
5138
dc4bde35
SDJ
51392017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5140
5141 PR cli/21688
5142 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5143 tests for alias commands and trailing whitespace.
5144
51ed89aa
SDJ
51452017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 PR cli/21688
5148 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5149 procedure. Call it.
5150
eb17d413
PA
51512017-06-29 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/printcmds.exp: Add tests.
5154
41664b45
DG
51552017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5156
5157 PR gdb/21337
5158 * gdb.base/reread-readsym.exp: New file.
5159 * gdb.base/reread-readsym.c: New file.
5160
75312ae3
KB
51612017-06-21 Kevin Buettner <kevinb@redhat.com>
5162
5163 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5164 subpattern.
5165
66953522
PB
51662017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5167
5168 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5169 extended mnemonic.
5170 * gdb.arch/powerpc-power9.s: Likewise.
5171
5524b525
AA
51722017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5173
5174 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5175 on 32-bit x86 targets. Exploit is_*_target macros where
5176 appropriate.
5177
03c8af18
AA
51782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5179
5180 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5181 register pieces.
5182
3bf31011
AA
51832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5184
5185 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5186 located in one or more DWARF pieces.
5187
805acca0
AA
51882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5189
5190 * lib/gdb.exp (get_endianness): New proc.
5191 * gdb.arch/aarch64-fp.exp: Use it.
5192 * gdb.arch/altivec-regs.exp: Likewise.
5193 * gdb.arch/e500-regs.exp: Likewise.
5194 * gdb.arch/vsx-regs.exp: Likewise.
5195 * gdb.base/dump.exp: Likewise.
5196 * gdb.base/funcargs.exp: Likewise.
5197 * gdb.base/gnu_vector.exp: Likewise.
5198 * gdb.dwarf2/formdata16.exp: Likewise.
5199 * gdb.dwarf2/implptrpiece.exp: Likewise.
5200 * gdb.dwarf2/nonvar-access.exp: Likewise.
5201 * gdb.python/py-inferior.exp: Likewise.
5202 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5203
e9352324
AA
52042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5205
5206 PR gdb/21226
5207 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5208 stack value pieces are taken from the LSB end.
5209
d5d1163e
AA
52102017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5211
5212 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5213 variable at nonzero offset.
5214
0567c986
AA
52152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5216
5217 * gdb.dwarf2/var-access.c: New file.
5218 * gdb.dwarf2/var-access.exp: New test.
5219 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5220
973e9aab
TT
52212017-06-12 Tom Tromey <tom@tromey.com>
5222
5223 * gdb.dwarf2/formdata16.exp: Add tests.
5224
d9109c80
TT
52252017-06-12 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5228
30a25466
TT
52292017-06-12 Tom Tromey <tom@tromey.com>
5230
5231 PR exp/16225:
5232 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5233 * gdb.arch/vsx-regs.exp: Update tests.
5234 * gdb.arch/s390-vregs.exp (hex128): New proc.
5235 Update test.
5236 * gdb.arch/altivec-regs.exp: Update tests.
5237
aefd8b33
SDJ
52382017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5239
5240 * gdb.base/startup-with-shell.c: New file.
5241 * gdb.base/startup-with-shell.exp: Likewise.
5242
2090129c
SDJ
52432017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5244
5245 * gdb.server/non-existing-program.exp: Update regex in order to
5246 reflect the fact that gdbserver is now using fork_inferior (with a
5247 shell) to startup the inferior.
5248
8e86a419
SM
52492017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5250
5251 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5252 support function calls from GDB.
5253
e6cf65f2
TT
52542017-05-21 Tom Tromey <tom@tromey.com>
5255
5256 PR rust/21466:
5257 * gdb.rust/unsized.exp: New file.
5258 * gdb.rust/unsized.rs: New file.
5259
43cc5389
TT
52602017-05-19 Tom Tromey <tom@tromey.com>
5261
5262 PR rust/21484:
5263 * gdb.rust/watch.exp: New file.
5264 * gdb.rust/watch.rs: New file.
5265
ec8df234
TT
52662017-05-18 Tom Tromey <tom@tromey.com>
5267
5268 * gdb.rust/simple.exp: Allow Box to be qualified.
5269
3e3e7fae
TP
52702017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5271
5272 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5273
59cc050d
PA
52742017-05-18 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.base/fileio.c (test_write, test_read, test_close)
5277 (test_fstat): Don't print 'ret' in the fail path.
5278
c8f6abd1
PA
52792017-05-18 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5282 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5283 (test_system, test_rename, test_unlink, test_time): Change
5284 prototypes.
5285 * gdb.base/fileio.exp (stop_msg): Adjust.
5286
d2a03b77
PA
52872017-05-18 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.base/fileio.c (null_str): New global.
5290 (test_stat): Use it.
5291 * gdb.base/fileio.exp: Remove nowarnings.
5292
0d5c6999
YQ
52932017-05-17 Yao Qi <yao.qi@linaro.org>
5294
5295 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5296
21873064
YQ
52972017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5298
5299 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5300 argument command.
5301 (top-level): Invoke test_set_inferior_tty.
5302
d512d31c
PA
53032017-05-04 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5306 Add parens to print call for Python 3.
5307
90cef2ed
KS
53082017-05-03 Keith Seitz <keiths@redhat.com>
5309
5310 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5311 (main): Call it.
5312
14f819c8
TW
53132017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5314
5315 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5316 to prev and next.
5317
913aeadd
TW
53182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5319
5320 * gdb.python/py-record-btrace.exp: Remove test for
5321 gdb.BtraceInstruction.error.
5322
a3be24ad
TW
53232017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5324
5325 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5326
ae20e79a
TW
53272017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5328
5329 * gdb.python/py-record-btrace-threads.c: New file.
5330 * gdb.python/py-record-btrace-threads.exp: New file.
5331
45ce1b47
SDJ
53322017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5333
5334 PR testsuite/8595
5335 * gdb.base/environ.exp: Make test available in all architectures.
5336 Move bits related to "info program" testing to
5337 gdb.base/info-program.exp. Rewrite tests to use the two new
5338 procedures mentione below.
5339 (test_set_show_env_var) New procedure.
5340 (test_set_show_env_var_equal): Likewise.
5341 * gdb.base/info-program.exp: New file.
5342
e15c3eb4
KS
53432017-04-27 Keith Seitz <keiths@redhat.com>
5344
5345 * gdb.cp/oranking.cc (test15): New function.
5346 (main): Call test15 and declare additional variables for testing.
5347 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5348 "p foo101('abc')" tests.
5349 Add tests for cv qualifier overloads.
5350 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5351 "lvalue reference overload" test.
5352 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5353 "print value of f1 on Child&& in f2" test.
5354
3a3fd0fd
PA
53552017-04-19 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5358 procedure.
5359 (top level): Call it.
5360 * lib/gdb.exp (gdb_define_cmd): New procedure.
5361
53375380
PA
53622017-04-12 Pedro Alves <palves@redhat.com>
5363
5364 PR gdb/21323
5365 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5366 (wchar): New global.
5367 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5368 (do_test_wide_char, wide_char_types_no_program, top level): Add
5369 wchar_t testing.
5370
53e710ac
PA
53712017-04-12 Pedro Alves <palves@redhat.com>
5372
5373 PR c++/21323
5374 * gdb.cp/wide_char_types.c: New file.
5375 * gdb.cp/wide_char_types.exp: New file.
5376
0ad9d8c7
SDJ
53772017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5378
5379 PR gdb/21352
5380 * gdb.trace/tsv.exp: Add test for "tsave -r".
5381
b1b45502
IB
53822017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5383
5384 * gdb.dlang/watch-loc.c: New file.
5385 * gdb.dlang/watch-loc.exp: New file.
5386
ec13808e
JK
53872017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5388
5389 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5390
fe5f7374
AK
53912017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5392
5393 * gdb.arch/arc-analyze-prologue.S: New file.
5394 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5395
eea78757
AK
53962017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5397
5398 * gdb.arch/arc-decode-insn.S: New file.
5399 * gdb.arch/arc-decode-insn.exp: Likewise.
5400
5badf10a
IR
54012017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5402
5403 PR tdep/20928
5404 * gdb.arch/sparc64-regs.exp: New file.
5405 * gdb.arch/sparc64-regs.S: Likewise.
5406
cee59b3f
TW
54072017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5408
5409 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5410 and memory view on Python 3.
5411
c0f55cc6
AV
54122017-03-20 Artemiy Volkov <artemiyv@acm.org>
5413 Keith Seitz <keiths@redhat.com>
5414
5415 PR gdb/14441
5416 * gdb.cp/demangle.exp: Add rvalue reference tests.
5417 * gdb.cp/rvalue-ref-casts.cc: New file.
5418 * gdb.cp/rvalue-ref-casts.exp: New file.
5419 * gdb.cp/rvalue-ref-overload.cc: New file.
5420 * gdb.cp/rvalue-ref-overload.exp: New file.
5421 * gdb.cp/rvalue-ref-params.cc: New file.
5422 * gdb.cp/rvalue-ref-params.exp: New file.
5423 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5424 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5425 * gdb.cp/rvalue-ref-types.cc: New file.
5426 * gdb.cp/rvalue-ref-types.exp: New file.
5427 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5428 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5429
51457a05
MAL
54302017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5431
5432 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5433 New procedure.
5434
5b291c04
MAL
54352017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5436
5437 * lib/mi-support.exp (mi_gdb_test): Add additional message
5438 for unexpected output.
5439
59a56148
AA
54402017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5441
5442 * gdb.base/examine-backward.c (Barrier): New character array
5443 constant, to ensure that TestStrings is preceded by a string
5444 terminator.
5445
7942e96e
AA
54462017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5447
5448 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5449 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5450 and implicit pointer into such a location.
5451
6ebac3fb
DE
54522017-03-16 Doug Evans <dje@google.com>
5453
5454 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5455
ec3b243d
TP
54562017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5457
5458 * gdb.cp/m-static.exp: Fix expectation for prototype of
5459 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5460
54612017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5462
5463 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5464 * gdb.guile/scm-lazy-string.c: New file.
5465 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5466 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5467 for pointer, array, typedef lazy strings.
5468
2cc36e25 54692017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5470
5471 PR python/17728, python/18439, python/18779
5472 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5473 * gdb.python/py-lazy-string.c (pointer): New typedef.
5474 (main): New locals ptr, array, typedef_ptr.
5475 * gdb.python/py-value.exp: Move lazy string tests to ...
5476 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5477 array, typedef lazy strings.
ec3b243d 5478
0efcde63
AK
54792017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5480
5481 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5482 Add optional 'test' parameter.
5483
7978d7c3
SM
54842017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5485
5486 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5487 Skip for versions of DejaGnu < 1.5.
5488
896c0c1e
SM
54892017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5490
5491 * lib/gdb.exp (dejagnu_version): New proc.
5492 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5493 Use dejagnu_version.
5494
5f4d1085
KS
54952017-03-10 Keith Seitz <keiths@redhat.com>
5496
5497 PR c++/8128
5498 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5499 type from destructor regexps.
5500 Add a branch which actually passes the test.
5501 Adjust "ptype t5i" test names.
5502
1de05205
PA
55032017-03-08 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/step-over-exit.exp: Add explicit test message.
5506
c65d6b55
PA
55072017-03-08 Pedro Alves <palves@redhat.com>
5508
5509 PR gdb/18360
5510 * gdb.threads/interrupt-while-step-over.c: New file.
5511 * gdb.threads/interrupt-while-step-over.exp: New file.
5512
2e86a283
PA
55132017-03-08 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5516 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5517
25dcbff6
PA
55182017-03-08 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5521 PKRU as not supported as a PASS.
5522
dc9366eb
PA
55232017-03-08 Pedro Alves <palves@redhat.com>
5524
5525 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5526 prefix instead of $binfile1/$binfile2.
5527 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5528 in test message.
5529 * gdb.python/py-completion.exp: Use "load python file" as test
5530 messages instead of unstable path names.
5531
6e5d74e7
PA
55322017-03-08 Pedro Alves <palves@redhat.com>
5533 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 PR cli/21218
5536 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5537 New proc.
5538 (top level): Call it.
5539
9753a2f6
PA
55402017-03-08 Pedro Alves <palves@redhat.com>
5541
5542 PR tui/21216
5543 * gdb.tui/tui-nl-filtered-output.exp: New file.
5544
1a4dd9dd
PA
55452017-03-08 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.base/completion.exp: Move TUI completion tests to ...
5548 * gdb.tui/completion.exp: ... this new file.
5549
7cbbff33
PA
55502017-03-08 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.base/tui-disasm-long-lines.c,
5553 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5554 gdb.base/tui-layout.exp: Move to ...
5555 * gdb.tui/: ... this new directory.
5556
5f6fd321
PA
55572017-03-07 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/tui-layout.c: New file.
5560 * gdb.base/tui-layout.exp: New file.
5561
44959fa8
PA
55622017-03-07 Pedro Alves <palves@redhat.com>
5563
5564 * gdb.base/tui-layout.c: Rename to ...
5565 * gdb.base/tui-disasm-long-lines.c: ... this.
5566 * gdb.base/tui-layout.exp: Rename to ...
5567 * gdb.base/tui-disasm-long-lines.exp: ... this.
5568
f8c4e718
PA
55692017-03-07 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5572
6dbb839a 55732017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5574
5575 * i386-mpx-call.c: New file.
5576 * i386-mpx-call.exp: New file.
5577
65b48a81
PB
55782017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5579
5580 * gdb.arch/powerpc-power.exp: Delete test.
5581 * gdb.arch/powerpc-power.s: Likewise.
5582 * gdb.disasm/disassembler-options.exp: New test.
5583 * gdb.arch/powerpc-altivec.exp: Likewise.
5584 * gdb.arch/powerpc-altivec.s: Likewise.
5585 * gdb.arch/powerpc-altivec2.exp: Likewise.
5586 * gdb.arch/powerpc-altivec2.s: Likewise.
5587 * gdb.arch/powerpc-altivec3.exp: Likewise.
5588 * gdb.arch/powerpc-altivec3.s: Likewise.
5589 * gdb.arch/powerpc-power7.exp: Likewise.
5590 * gdb.arch/powerpc-power7.s: Likewise.
5591 * gdb.arch/powerpc-power8.exp: Likewise.
5592 * gdb.arch/powerpc-power8.s: Likewise.
5593 * gdb.arch/powerpc-power9.exp: Likewise.
5594 * gdb.arch/powerpc-power9.s: Likewise.
5595 * gdb.arch/powerpc-vsx.exp: Likewise.
5596 * gdb.arch/powerpc-vsx.s: Likewise.
5597 * gdb.arch/powerpc-vsx2.exp: Likewise.
5598 * gdb.arch/powerpc-vsx2.s: Likewise.
5599 * gdb.arch/powerpc-vsx3.exp: Likewise.
5600 * gdb.arch/powerpc-vsx3.s: Likewise.
5601 * gdb.arch/arm-disassembler-options.exp: Likewise.
5602 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5603 * gdb.arch/s390-disassembler-options.exp: Likewise.
5604
17cd4947
LM
56052017-02-23 Luis Machado <lgustavo@codesourcery.com>
5606
5607 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5608 (check_supported_features): ... this. Changed return type to void.
5609 (supports_rdseed): New static global.
5610 (rdseed): Check supports_rdseed.
5611 (initialize): Call check_supported_features.
5612
2039d74e
EBM
56132017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5614
5615 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5616 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5617 and lqarx/stqcx.
5618 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5619 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5620
a51d7ecf
EBM
56212017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5622
5623 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5624 uppercase.
5625
0224619f
JK
56262017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5627
5628 * gdb.dwarf2/formdata16.c: New file.
5629 * gdb.dwarf2/formdata16.exp: New file.
5630 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5631
216f72a1
JK
56322017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5633
5634 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5635 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5636 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5637 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5638 DW_AT_GNU_*.
5639
43988095
JK
56402017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5641
5642 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5643
99e8a4f9
SDJ
56442017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5645
5646 PR gdb/21164
5647 * gdb.base/maint.exp: Add testcases for when the commands do
5648 not have arguments.
5649
b58a8c0c
TP
56502017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5651
5652 * gdb.cp/chained-calls.exp: Use p instead of P.
5653
4e746bb6
TW
56542017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5655
5656 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5657 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5658
3f77c769
TT
56592017-02-14 Tom Tromey <tom@tromey.com>
5660
5661 PR python/13598:
5662 * gdb.python/py-events.exp: Add before_prompt event tests.
5663
075beec0
AA
56642017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5665
5666 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5667
bf5f525c
LM
56682017-02-13 Luis Machado <lgustavo@codesourcery.com>
5669
5670 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5671 (main): Call my_unique_function_name.
5672 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5673 completion of patterns with a single match.
5674 Add missing -re switches to gdb_test_multiple calls.
5675
13a66184
LM
56762017-02-13 Luis Machado <lgustavo@codesourcery.com>
5677
5678 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5679 return if core file is not recognized.
5680
26a06916
SM
56812017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5682
5683 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5684 and extra UIs.
5685
b761ca9e
SM
56862017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5687
5688 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5689 proc_with_prefix.
5690
b964bee0
TT
56912017-02-10 Tom Tromey <tom@tromey.com>
5692
5693 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5694
18da0c51
MG
56952017-02-10 Martin Galvan <martingalvan@sourceware.org>
5696
5697 PR gdb/21122
5698 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5699
604c4576
JG
57002017-02-08 Jerome Guitton <guitton@adacore.com>
5701
5702 * gdb.base/define.exp: Add test for command abbreviations
5703 in define.
5704
20b477a7
LM
57052017-02-06 Luis Machado <lgustavo@codesourcery.com>
5706
5707 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5708 * gdb.reverse/insn-reverse-x86.c: New file.
5709
3f7b46f2
IR
57102017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5711
5712 PR tdep/20936
5713 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5714
f0fd41c1
TT
57152017-02-03 Tom Tromey <tom@tromey.com>
5716
5717 PR rust/21097:
5718 * gdb.rust/simple.exp: Add new tests.
5719
5be5dbf0
PA
57202017-02-02 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5723 tests.
5724
7346ef59
AA
57252017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5726
5727 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5728 taking a 2-byte value out of a 4-byte DWARF implicit value on
5729 big-endian targets.
5730 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5731 logic. Add test cases for DW_OP_implicit.
5732
787f0025
MM
57332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5734
5735 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5736
68777c29
MM
57372017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5738
5739 * gdb.btrace/enable.exp: Call gdb_exit before
5740 skip_gdbserver_tests.
5741
0a1c7e28
MM
57422017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5743
5744 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5745 GDBFLAGS.
5746
b5ac99b0
MM
57472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5748
5749 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5750 the test is skipped.
5751 * gdb.btrace/data.exp: Likewise.
5752 * gdb.btrace/delta.exp: Likewise.
5753 * gdb.btrace/dlopen.exp: Likewise.
5754 * gdb.btrace/enable-running.exp: Likewise.
5755 * gdb.btrace/enable.exp: Likewise.
5756 * gdb.btrace/exception.exp: Likewise.
5757 * gdb.btrace/function_call_history.exp: Likewise.
5758 * gdb.btrace/gcore.exp: Likewise.
5759 * gdb.btrace/instruction_history.exp: Likewise.
5760 * gdb.btrace/multi-thread-step.exp: Likewise.
5761 * gdb.btrace/nohist.exp: Likewise.
5762 * gdb.btrace/non-stop.exp: Likewise.
5763 * gdb.btrace/reconnect.exp: Likewise.
5764 * gdb.btrace/record_goto-step.exp: Likewise.
5765 * gdb.btrace/record_goto.exp: Likewise.
5766 * gdb.btrace/rn-dl-bind.exp: Likewise.
5767 * gdb.btrace/segv.exp: Likewise.
5768 * gdb.btrace/step.exp: Likewise.
5769 * gdb.btrace/stepi.exp: Likewise.
5770 * gdb.btrace/tailcall-only.exp: Likewise.
5771 * gdb.btrace/tailcall.exp: Likewise.
5772 * gdb.btrace/tsx.exp: Likewise.
5773 * gdb.btrace/unknown_functions.exp: Likewise.
5774 * gdb.btrace/vdso.exp: Likewise.
5775
cd4007e4
MM
57762017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5777
5778 * gdb.btrace/enable-running.c: New.
5779 * gdb.btrace/enable-running.exp: New.
5780
2735833d
WT
57812017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5782
5783 * gdb.arch/amd64-gs_base.c: New file.
5784 * gdb.arch/amd64-gs_base.exp: New file.
5785
b51e1e94
LM
57862017-01-26 Luis Machado <lgustavo@codesourcery.com>
5787
5788 * lib/memory.exp: Remove spurious empty newlines.
5789
72ca0410
SM
57902017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5791
5792 * gdb.python/py-bad-printers.exp: Load python file using "source".
5793 * gdb.python/py-events.exp: Likewise.
5794 * gdb.python/py-evsignal.exp: Likewise.
5795 * gdb.python/py-evthreads.exp: Likewise.
5796 * gdb.python/py-frame-args.exp: Likewise.
5797 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5798 * gdb.python/py-framefilter-mi.exp: Likewise.
5799 * gdb.python/py-framefilter.exp: Likewise.
5800 * gdb.python/py-mi.exp: Likewise.
5801 * gdb.python/py-pp-maint.exp: Likewise.
5802 * gdb.python/py-pp-registration.exp: Likewise.
5803 * gdb.python/py-prettyprint.exp: Likewise.
5804 (run_lang_tests): Likewise.
5805 * gdb.python/py-typeprint.exp: Likewise.
5806
e309aa65
LM
58072017-01-26 Luis Machado <lgustavo@codesourcery.com>
5808
5809 * lib/memory.exp: New file.
5810 * lib/gdb.exp: Load memory.exp.
5811 * gdb.base/memattr.exp (delete_memory): Move proc to
5812 lib/memory.exp and rename to delete_memory_regions.
5813 Replace delete_memory with delete_memory_regions.
5814 Cleanup memory regions before tests.
5815 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5816 before tests.
5817
515aff23
LM
58182017-01-26 Luis Machado <lgustavo@codesourcery.com>
5819
5820 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5821 files.
5822 (initialize): New function conditionally defined.
5823 (testcases): Move within conditional block.
5824 (main): Call initialize.
5825 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5826 of gdb.reverse/insn-reverse.c.
5827 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5828 gdb.reverse/insn-reverse.c.
5829
d8b49cf0
YQ
58302017-01-26 Yao Qi <yao.qi@linaro.org>
5831
5832 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5833 disassemble on address 0.
5834
f13a9a0c
YQ
58352017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5836 Yao Qi <yao.qi@linaro.org>
5837
5838 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5839 * gdb.dwarf2/implptr-64bit.S: Remove.
5840 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5841 variables in caller's context. Add DW_OP_implicit_value.
5842
5ac95241
YQ
58432017-01-25 Yao Qi <yao.qi@linaro.org>
5844
5845 * lib/dwarf.exp (Dwarf::_location): Handle
5846 DW_OP_GNU_implicit_pointer with proper size.
5847
23e82930
LM
58482017-01-20 Luis Machado <lgustavo@codesourcery.com>
5849
5850 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5851 and add untested calls.
5852
d334ae25
LM
58532017-01-20 Luis Machado <lgustavo@codesourcery.com>
5854
5855 * gdb.python/python.exp: Check line number against what GDB thinks
5856 the line number is for func1.
5857
f5e6296e
IB
58582017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5859
5860 * gdb.dlang/debug-expr.exp: New file.
5861
5b362f04
LM
58622016-12-23 Luis Machado <lgustavo@codesourcery.com>
5863
5864 Fix test names for the following files:
5865
5866 * gdb.ada/exec_changed.exp
5867 * gdb.ada/info_types.exp
5868 * gdb.arch/aarch64-atomic-inst.exp
5869 * gdb.arch/aarch64-fp.exp
5870 * gdb.arch/altivec-abi.exp
5871 * gdb.arch/altivec-regs.exp
5872 * gdb.arch/amd64-byte.exp
5873 * gdb.arch/amd64-disp-step.exp
5874 * gdb.arch/amd64-dword.exp
5875 * gdb.arch/amd64-entry-value-inline.exp
5876 * gdb.arch/amd64-entry-value-param.exp
5877 * gdb.arch/amd64-entry-value-paramref.exp
5878 * gdb.arch/amd64-entry-value.exp
5879 * gdb.arch/amd64-i386-address.exp
5880 * gdb.arch/amd64-invalid-stack-middle.exp
5881 * gdb.arch/amd64-invalid-stack-top.exp
5882 * gdb.arch/amd64-optimout-repeat.exp
5883 * gdb.arch/amd64-prologue-skip.exp
5884 * gdb.arch/amd64-prologue-xmm.exp
5885 * gdb.arch/amd64-stap-special-operands.exp
5886 * gdb.arch/amd64-stap-wrong-subexp.exp
5887 * gdb.arch/amd64-tailcall-cxx.exp
5888 * gdb.arch/amd64-tailcall-noret.exp
5889 * gdb.arch/amd64-tailcall-ret.exp
5890 * gdb.arch/amd64-tailcall-self.exp
5891 * gdb.arch/amd64-word.exp
5892 * gdb.arch/arm-bl-branch-dest.exp
5893 * gdb.arch/arm-disp-step.exp
5894 * gdb.arch/arm-neon.exp
5895 * gdb.arch/arm-single-step-kernel-helper.exp
5896 * gdb.arch/avr-flash-qualifier.exp
5897 * gdb.arch/disp-step-insn-reloc.exp
5898 * gdb.arch/e500-abi.exp
5899 * gdb.arch/e500-regs.exp
5900 * gdb.arch/ftrace-insn-reloc.exp
5901 * gdb.arch/i386-avx512.exp
5902 * gdb.arch/i386-bp_permanent.exp
5903 * gdb.arch/i386-byte.exp
5904 * gdb.arch/i386-cfi-notcurrent.exp
5905 * gdb.arch/i386-disp-step.exp
5906 * gdb.arch/i386-dr3-watch.exp
5907 * gdb.arch/i386-float.exp
5908 * gdb.arch/i386-gnu-cfi.exp
5909 * gdb.arch/i386-mpx-map.exp
5910 * gdb.arch/i386-mpx-sigsegv.exp
5911 * gdb.arch/i386-mpx-simple_segv.exp
5912 * gdb.arch/i386-mpx.exp
5913 * gdb.arch/i386-permbkpt.exp
5914 * gdb.arch/i386-prologue.exp
5915 * gdb.arch/i386-signal.exp
5916 * gdb.arch/i386-size-overlap.exp
5917 * gdb.arch/i386-unwind.exp
5918 * gdb.arch/i386-word.exp
5919 * gdb.arch/mips-fcr.exp
5920 * gdb.arch/powerpc-d128-regs.exp
5921 * gdb.arch/powerpc-stackless.exp
5922 * gdb.arch/ppc64-atomic-inst.exp
5923 * gdb.arch/s390-stackless.exp
5924 * gdb.arch/s390-tdbregs.exp
5925 * gdb.arch/s390-vregs.exp
5926 * gdb.arch/sparc-sysstep.exp
5927 * gdb.arch/thumb-bx-pc.exp
5928 * gdb.arch/thumb-singlestep.exp
5929 * gdb.arch/thumb2-it.exp
5930 * gdb.arch/vsx-regs.exp
5931 * gdb.asm/asm-source.exp
5932 * gdb.base/a2-run.exp
5933 * gdb.base/advance.exp
5934 * gdb.base/all-bin.exp
5935 * gdb.base/anon.exp
5936 * gdb.base/args.exp
5937 * gdb.base/arithmet.exp
5938 * gdb.base/async-shell.exp
5939 * gdb.base/async.exp
5940 * gdb.base/attach-pie-noexec.exp
5941 * gdb.base/attach-twice.exp
5942 * gdb.base/auto-load.exp
5943 * gdb.base/bang.exp
5944 * gdb.base/bitfields.exp
5945 * gdb.base/break-always.exp
5946 * gdb.base/break-caller-line.exp
5947 * gdb.base/break-entry.exp
5948 * gdb.base/break-inline.exp
5949 * gdb.base/break-on-linker-gcd-function.exp
5950 * gdb.base/break-probes.exp
5951 * gdb.base/break.exp
5952 * gdb.base/breakpoint-shadow.exp
5953 * gdb.base/call-ar-st.exp
5954 * gdb.base/call-sc.exp
5955 * gdb.base/call-signal-resume.exp
5956 * gdb.base/call-strs.exp
5957 * gdb.base/callfuncs.exp
5958 * gdb.base/catch-fork-static.exp
5959 * gdb.base/catch-gdb-caused-signals.exp
5960 * gdb.base/catch-load.exp
5961 * gdb.base/catch-signal-fork.exp
5962 * gdb.base/catch-signal.exp
5963 * gdb.base/catch-syscall.exp
5964 * gdb.base/charset.exp
5965 * gdb.base/checkpoint.exp
5966 * gdb.base/chng-syms.exp
5967 * gdb.base/code-expr.exp
5968 * gdb.base/code_elim.exp
5969 * gdb.base/commands.exp
5970 * gdb.base/completion.exp
5971 * gdb.base/complex.exp
5972 * gdb.base/cond-expr.exp
5973 * gdb.base/condbreak.exp
5974 * gdb.base/consecutive.exp
5975 * gdb.base/continue-all-already-running.exp
5976 * gdb.base/coredump-filter.exp
5977 * gdb.base/corefile.exp
5978 * gdb.base/dbx.exp
5979 * gdb.base/debug-expr.exp
5980 * gdb.base/define.exp
5981 * gdb.base/del.exp
5982 * gdb.base/disabled-location.exp
5983 * gdb.base/disasm-end-cu.exp
5984 * gdb.base/disasm-optim.exp
5985 * gdb.base/display.exp
5986 * gdb.base/duplicate-bp.exp
5987 * gdb.base/ena-dis-br.exp
5988 * gdb.base/ending-run.exp
5989 * gdb.base/enumval.exp
5990 * gdb.base/environ.exp
5991 * gdb.base/eu-strip-infcall.exp
5992 * gdb.base/eval-avoid-side-effects.exp
5993 * gdb.base/eval-skip.exp
5994 * gdb.base/exitsignal.exp
5995 * gdb.base/expand-psymtabs.exp
5996 * gdb.base/filesym.exp
5997 * gdb.base/find-unmapped.exp
5998 * gdb.base/finish.exp
5999 * gdb.base/float.exp
6000 * gdb.base/foll-exec-mode.exp
6001 * gdb.base/foll-exec.exp
6002 * gdb.base/foll-fork.exp
6003 * gdb.base/fortran-sym-case.exp
6004 * gdb.base/freebpcmd.exp
6005 * gdb.base/func-ptr.exp
6006 * gdb.base/func-ptrs.exp
6007 * gdb.base/funcargs.exp
6008 * gdb.base/gcore-buffer-overflow.exp
6009 * gdb.base/gcore-relro-pie.exp
6010 * gdb.base/gcore-relro.exp
6011 * gdb.base/gcore.exp
6012 * gdb.base/gdb1090.exp
6013 * gdb.base/gdb11530.exp
6014 * gdb.base/gdb11531.exp
6015 * gdb.base/gdb1821.exp
6016 * gdb.base/gdbindex-stabs.exp
6017 * gdb.base/gdbvars.exp
6018 * gdb.base/hbreak.exp
6019 * gdb.base/hbreak2.exp
6020 * gdb.base/included.exp
6021 * gdb.base/infcall-input.exp
6022 * gdb.base/inferior-died.exp
6023 * gdb.base/infnan.exp
6024 * gdb.base/info-macros.exp
6025 * gdb.base/info-os.exp
6026 * gdb.base/info-proc.exp
6027 * gdb.base/info-shared.exp
6028 * gdb.base/info-target.exp
6029 * gdb.base/infoline.exp
6030 * gdb.base/interp.exp
6031 * gdb.base/interrupt.exp
6032 * gdb.base/jit-reader.exp
6033 * gdb.base/jit-simple.exp
6034 * gdb.base/kill-after-signal.exp
6035 * gdb.base/kill-detach-inferiors-cmd.exp
6036 * gdb.base/label.exp
6037 * gdb.base/langs.exp
6038 * gdb.base/ldbl_e308.exp
6039 * gdb.base/line-symtabs.exp
6040 * gdb.base/linespecs.exp
6041 * gdb.base/list.exp
6042 * gdb.base/long_long.exp
6043 * gdb.base/longest-types.exp
6044 * gdb.base/maint.exp
6045 * gdb.base/max-value-size.exp
6046 * gdb.base/memattr.exp
6047 * gdb.base/mips_pro.exp
6048 * gdb.base/morestack.exp
6049 * gdb.base/moribund-step.exp
6050 * gdb.base/multi-forks.exp
6051 * gdb.base/nested-addr.exp
6052 * gdb.base/nextoverexit.exp
6053 * gdb.base/noreturn-finish.exp
6054 * gdb.base/noreturn-return.exp
6055 * gdb.base/nostdlib.exp
6056 * gdb.base/offsets.exp
6057 * gdb.base/opaque.exp
6058 * gdb.base/pc-fp.exp
6059 * gdb.base/permissions.exp
6060 * gdb.base/print-symbol-loading.exp
6061 * gdb.base/prologue-include.exp
6062 * gdb.base/psymtab.exp
6063 * gdb.base/ptype.exp
6064 * gdb.base/random-signal.exp
6065 * gdb.base/randomize.exp
6066 * gdb.base/range-stepping.exp
6067 * gdb.base/readline-ask.exp
6068 * gdb.base/recpar.exp
6069 * gdb.base/recurse.exp
6070 * gdb.base/relational.exp
6071 * gdb.base/restore.exp
6072 * gdb.base/return-nodebug.exp
6073 * gdb.base/return.exp
6074 * gdb.base/run-after-attach.exp
6075 * gdb.base/save-bp.exp
6076 * gdb.base/scope.exp
6077 * gdb.base/sect-cmd.exp
6078 * gdb.base/set-lang-auto.exp
6079 * gdb.base/set-noassign.exp
6080 * gdb.base/setvar.exp
6081 * gdb.base/sigall.exp
6082 * gdb.base/sigbpt.exp
6083 * gdb.base/siginfo-addr.exp
6084 * gdb.base/siginfo-infcall.exp
6085 * gdb.base/siginfo-obj.exp
6086 * gdb.base/siginfo.exp
6087 * gdb.base/signals-state-child.exp
6088 * gdb.base/signest.exp
6089 * gdb.base/sigstep.exp
6090 * gdb.base/sizeof.exp
6091 * gdb.base/skip.exp
6092 * gdb.base/solib-corrupted.exp
6093 * gdb.base/solib-nodir.exp
6094 * gdb.base/solib-search.exp
6095 * gdb.base/stack-checking.exp
6096 * gdb.base/stale-infcall.exp
6097 * gdb.base/stap-probe.exp
6098 * gdb.base/start.exp
6099 * gdb.base/step-break.exp
6100 * gdb.base/step-bt.exp
6101 * gdb.base/step-line.exp
6102 * gdb.base/step-over-exit.exp
6103 * gdb.base/step-over-syscall.exp
6104 * gdb.base/step-resume-infcall.exp
6105 * gdb.base/step-test.exp
6106 * gdb.base/store.exp
6107 * gdb.base/structs3.exp
6108 * gdb.base/sym-file.exp
6109 * gdb.base/symbol-without-target_section.exp
6110 * gdb.base/term.exp
6111 * gdb.base/testenv.exp
6112 * gdb.base/ui-redirect.exp
6113 * gdb.base/until.exp
6114 * gdb.base/unwindonsignal.exp
6115 * gdb.base/value-double-free.exp
6116 * gdb.base/vla-datatypes.exp
6117 * gdb.base/vla-ptr.exp
6118 * gdb.base/vla-sideeffect.exp
6119 * gdb.base/volatile.exp
6120 * gdb.base/watch-cond-infcall.exp
6121 * gdb.base/watch-cond.exp
6122 * gdb.base/watch-non-mem.exp
6123 * gdb.base/watch-read.exp
6124 * gdb.base/watch-vfork.exp
6125 * gdb.base/watchpoint-cond-gone.exp
6126 * gdb.base/watchpoint-delete.exp
6127 * gdb.base/watchpoint-hw-hit-once.exp
6128 * gdb.base/watchpoint-hw.exp
6129 * gdb.base/watchpoint-stops-at-right-insn.exp
6130 * gdb.base/watchpoints.exp
6131 * gdb.base/wchar.exp
6132 * gdb.base/whatis-exp.exp
6133 * gdb.btrace/buffer-size.exp
6134 * gdb.btrace/data.exp
6135 * gdb.btrace/delta.exp
6136 * gdb.btrace/dlopen.exp
6137 * gdb.btrace/enable.exp
6138 * gdb.btrace/exception.exp
6139 * gdb.btrace/function_call_history.exp
6140 * gdb.btrace/gcore.exp
6141 * gdb.btrace/instruction_history.exp
6142 * gdb.btrace/nohist.exp
6143 * gdb.btrace/reconnect.exp
6144 * gdb.btrace/record_goto-step.exp
6145 * gdb.btrace/record_goto.exp
6146 * gdb.btrace/rn-dl-bind.exp
6147 * gdb.btrace/segv.exp
6148 * gdb.btrace/step.exp
6149 * gdb.btrace/stepi.exp
6150 * gdb.btrace/tailcall-only.exp
6151 * gdb.btrace/tailcall.exp
6152 * gdb.btrace/tsx.exp
6153 * gdb.btrace/unknown_functions.exp
6154 * gdb.btrace/vdso.exp
6155 * gdb.compile/compile-ifunc.exp
6156 * gdb.compile/compile-ops.exp
6157 * gdb.compile/compile-print.exp
6158 * gdb.compile/compile-setjmp.exp
6159 * gdb.cp/abstract-origin.exp
6160 * gdb.cp/ambiguous.exp
6161 * gdb.cp/annota2.exp
6162 * gdb.cp/annota3.exp
6163 * gdb.cp/anon-ns.exp
6164 * gdb.cp/anon-struct.exp
6165 * gdb.cp/anon-union.exp
6166 * gdb.cp/arg-reference.exp
6167 * gdb.cp/baseenum.exp
6168 * gdb.cp/bool.exp
6169 * gdb.cp/breakpoint.exp
6170 * gdb.cp/bs15503.exp
6171 * gdb.cp/call-c.exp
6172 * gdb.cp/casts.exp
6173 * gdb.cp/chained-calls.exp
6174 * gdb.cp/class2.exp
6175 * gdb.cp/classes.exp
6176 * gdb.cp/cmpd-minsyms.exp
6177 * gdb.cp/converts.exp
6178 * gdb.cp/cp-relocate.exp
6179 * gdb.cp/cpcompletion.exp
6180 * gdb.cp/cpexprs.exp
6181 * gdb.cp/cplabel.exp
6182 * gdb.cp/cplusfuncs.exp
6183 * gdb.cp/cpsizeof.exp
6184 * gdb.cp/ctti.exp
6185 * gdb.cp/derivation.exp
6186 * gdb.cp/destrprint.exp
6187 * gdb.cp/dispcxx.exp
6188 * gdb.cp/enum-class.exp
6189 * gdb.cp/exception.exp
6190 * gdb.cp/exceptprint.exp
6191 * gdb.cp/expand-psymtabs-cxx.exp
6192 * gdb.cp/expand-sals.exp
6193 * gdb.cp/extern-c.exp
6194 * gdb.cp/filename.exp
6195 * gdb.cp/formatted-ref.exp
6196 * gdb.cp/fpointer.exp
6197 * gdb.cp/gdb1355.exp
6198 * gdb.cp/gdb2495.exp
6199 * gdb.cp/hang.exp
6200 * gdb.cp/impl-this.exp
6201 * gdb.cp/infcall-dlopen.exp
6202 * gdb.cp/inherit.exp
6203 * gdb.cp/iostream.exp
6204 * gdb.cp/koenig.exp
6205 * gdb.cp/local.exp
6206 * gdb.cp/m-data.exp
6207 * gdb.cp/m-static.exp
6208 * gdb.cp/mb-ctor.exp
6209 * gdb.cp/mb-inline.exp
6210 * gdb.cp/mb-templates.exp
6211 * gdb.cp/member-name.exp
6212 * gdb.cp/member-ptr.exp
6213 * gdb.cp/meth-typedefs.exp
6214 * gdb.cp/method.exp
6215 * gdb.cp/method2.exp
6216 * gdb.cp/minsym-fallback.exp
6217 * gdb.cp/misc.exp
6218 * gdb.cp/namelessclass.exp
6219 * gdb.cp/namespace-enum.exp
6220 * gdb.cp/namespace-nested-import.exp
6221 * gdb.cp/namespace.exp
6222 * gdb.cp/nextoverthrow.exp
6223 * gdb.cp/no-dmgl-verbose.exp
6224 * gdb.cp/non-trivial-retval.exp
6225 * gdb.cp/noparam.exp
6226 * gdb.cp/nsdecl.exp
6227 * gdb.cp/nsimport.exp
6228 * gdb.cp/nsnested.exp
6229 * gdb.cp/nsnoimports.exp
6230 * gdb.cp/nsrecurs.exp
6231 * gdb.cp/nsstress.exp
6232 * gdb.cp/nsusing.exp
6233 * gdb.cp/operator.exp
6234 * gdb.cp/oranking.exp
6235 * gdb.cp/overload-const.exp
6236 * gdb.cp/overload.exp
6237 * gdb.cp/ovldbreak.exp
6238 * gdb.cp/ovsrch.exp
6239 * gdb.cp/paren-type.exp
6240 * gdb.cp/parse-lang.exp
6241 * gdb.cp/pass-by-ref.exp
6242 * gdb.cp/pr-1023.exp
6243 * gdb.cp/pr-1210.exp
6244 * gdb.cp/pr-574.exp
6245 * gdb.cp/pr10687.exp
6246 * gdb.cp/pr12028.exp
6247 * gdb.cp/pr17132.exp
6248 * gdb.cp/pr17494.exp
6249 * gdb.cp/pr9067.exp
6250 * gdb.cp/pr9167.exp
6251 * gdb.cp/pr9631.exp
6252 * gdb.cp/printmethod.exp
6253 * gdb.cp/psmang.exp
6254 * gdb.cp/psymtab-parameter.exp
6255 * gdb.cp/ptype-cv-cp.exp
6256 * gdb.cp/ptype-flags.exp
6257 * gdb.cp/re-set-overloaded.exp
6258 * gdb.cp/ref-types.exp
6259 * gdb.cp/rtti.exp
6260 * gdb.cp/scope-err.exp
6261 * gdb.cp/shadow.exp
6262 * gdb.cp/smartp.exp
6263 * gdb.cp/static-method.exp
6264 * gdb.cp/static-print-quit.exp
6265 * gdb.cp/temargs.exp
6266 * gdb.cp/templates.exp
6267 * gdb.cp/try_catch.exp
6268 * gdb.cp/typedef-operator.exp
6269 * gdb.cp/typeid.exp
6270 * gdb.cp/userdef.exp
6271 * gdb.cp/using-crash.exp
6272 * gdb.cp/var-tag.exp
6273 * gdb.cp/virtbase.exp
6274 * gdb.cp/virtfunc.exp
6275 * gdb.cp/virtfunc2.exp
6276 * gdb.cp/vla-cxx.exp
6277 * gdb.disasm/t01_mov.exp
6278 * gdb.disasm/t02_mova.exp
6279 * gdb.disasm/t03_add.exp
6280 * gdb.disasm/t04_sub.exp
6281 * gdb.disasm/t05_cmp.exp
6282 * gdb.disasm/t06_ari2.exp
6283 * gdb.disasm/t07_ari3.exp
6284 * gdb.disasm/t08_or.exp
6285 * gdb.disasm/t09_xor.exp
6286 * gdb.disasm/t10_and.exp
6287 * gdb.disasm/t11_logs.exp
6288 * gdb.disasm/t12_bit.exp
6289 * gdb.disasm/t13_otr.exp
6290 * gdb.dlang/circular.exp
6291 * gdb.dwarf2/arr-stride.exp
6292 * gdb.dwarf2/arr-subrange.exp
6293 * gdb.dwarf2/atomic-type.exp
6294 * gdb.dwarf2/bad-regnum.exp
6295 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6296 * gdb.dwarf2/callframecfa.exp
6297 * gdb.dwarf2/clztest.exp
6298 * gdb.dwarf2/corrupt.exp
6299 * gdb.dwarf2/data-loc.exp
6300 * gdb.dwarf2/dup-psym.exp
6301 * gdb.dwarf2/dw2-anon-mptr.exp
6302 * gdb.dwarf2/dw2-anonymous-func.exp
6303 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6304 * gdb.dwarf2/dw2-bad-unresolved.exp
6305 * gdb.dwarf2/dw2-basic.exp
6306 * gdb.dwarf2/dw2-canonicalize-type.exp
6307 * gdb.dwarf2/dw2-case-insensitive.exp
6308 * gdb.dwarf2/dw2-common-block.exp
6309 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6310 * gdb.dwarf2/dw2-compressed.exp
6311 * gdb.dwarf2/dw2-const.exp
6312 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6313 * gdb.dwarf2/dw2-cu-size.exp
6314 * gdb.dwarf2/dw2-dup-frame.exp
6315 * gdb.dwarf2/dw2-entry-value.exp
6316 * gdb.dwarf2/dw2-icycle.exp
6317 * gdb.dwarf2/dw2-ifort-parameter.exp
6318 * gdb.dwarf2/dw2-inline-break.exp
6319 * gdb.dwarf2/dw2-inline-param.exp
6320 * gdb.dwarf2/dw2-intercu.exp
6321 * gdb.dwarf2/dw2-intermix.exp
6322 * gdb.dwarf2/dw2-lexical-block-bare.exp
6323 * gdb.dwarf2/dw2-linkage-name-trust.exp
6324 * gdb.dwarf2/dw2-minsym-in-cu.exp
6325 * gdb.dwarf2/dw2-noloc.exp
6326 * gdb.dwarf2/dw2-op-call.exp
6327 * gdb.dwarf2/dw2-op-out-param.exp
6328 * gdb.dwarf2/dw2-opt-structptr.exp
6329 * gdb.dwarf2/dw2-param-error.exp
6330 * gdb.dwarf2/dw2-producer.exp
6331 * gdb.dwarf2/dw2-ranges-base.exp
6332 * gdb.dwarf2/dw2-ref-missing-frame.exp
6333 * gdb.dwarf2/dw2-reg-undefined.exp
6334 * gdb.dwarf2/dw2-regno-invalid.exp
6335 * gdb.dwarf2/dw2-restore.exp
6336 * gdb.dwarf2/dw2-restrict.exp
6337 * gdb.dwarf2/dw2-single-line-discriminators.exp
6338 * gdb.dwarf2/dw2-strp.exp
6339 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6340 * gdb.dwarf2/dw2-unresolved.exp
6341 * gdb.dwarf2/dw2-var-zero-addr.exp
6342 * gdb.dwarf2/dw4-sig-types.exp
6343 * gdb.dwarf2/dwz.exp
6344 * gdb.dwarf2/dynarr-ptr.exp
6345 * gdb.dwarf2/enum-type.exp
6346 * gdb.dwarf2/gdb-index.exp
6347 * gdb.dwarf2/implptr-64bit.exp
6348 * gdb.dwarf2/implptr-optimized-out.exp
6349 * gdb.dwarf2/implptr.exp
6350 * gdb.dwarf2/implref-array.exp
6351 * gdb.dwarf2/implref-const.exp
6352 * gdb.dwarf2/implref-global.exp
6353 * gdb.dwarf2/implref-struct.exp
6354 * gdb.dwarf2/mac-fileno.exp
6355 * gdb.dwarf2/main-subprogram.exp
6356 * gdb.dwarf2/member-ptr-forwardref.exp
6357 * gdb.dwarf2/method-ptr.exp
6358 * gdb.dwarf2/missing-sig-type.exp
6359 * gdb.dwarf2/nonvar-access.exp
6360 * gdb.dwarf2/opaque-type-lookup.exp
6361 * gdb.dwarf2/pieces-optimized-out.exp
6362 * gdb.dwarf2/pieces.exp
6363 * gdb.dwarf2/pr10770.exp
6364 * gdb.dwarf2/pr13961.exp
6365 * gdb.dwarf2/staticvirtual.exp
6366 * gdb.dwarf2/subrange.exp
6367 * gdb.dwarf2/symtab-producer.exp
6368 * gdb.dwarf2/trace-crash.exp
6369 * gdb.dwarf2/typeddwarf.exp
6370 * gdb.dwarf2/valop.exp
6371 * gdb.dwarf2/watch-notconst.exp
6372 * gdb.fortran/array-element.exp
6373 * gdb.fortran/charset.exp
6374 * gdb.fortran/common-block.exp
6375 * gdb.fortran/complex.exp
6376 * gdb.fortran/derived-type-function.exp
6377 * gdb.fortran/derived-type.exp
6378 * gdb.fortran/logical.exp
6379 * gdb.fortran/module.exp
6380 * gdb.fortran/multi-dim.exp
6381 * gdb.fortran/nested-funcs.exp
6382 * gdb.fortran/print-formatted.exp
6383 * gdb.fortran/subarray.exp
6384 * gdb.fortran/vla-alloc-assoc.exp
6385 * gdb.fortran/vla-datatypes.exp
6386 * gdb.fortran/vla-history.exp
6387 * gdb.fortran/vla-ptr-info.exp
6388 * gdb.fortran/vla-ptype-sub.exp
6389 * gdb.fortran/vla-ptype.exp
6390 * gdb.fortran/vla-sizeof.exp
6391 * gdb.fortran/vla-type.exp
6392 * gdb.fortran/vla-value-sub-arbitrary.exp
6393 * gdb.fortran/vla-value-sub-finish.exp
6394 * gdb.fortran/vla-value-sub.exp
6395 * gdb.fortran/vla-value.exp
6396 * gdb.fortran/whatis_type.exp
6397 * gdb.go/chan.exp
6398 * gdb.go/handcall.exp
6399 * gdb.go/hello.exp
6400 * gdb.go/integers.exp
6401 * gdb.go/methods.exp
6402 * gdb.go/package.exp
6403 * gdb.go/strings.exp
6404 * gdb.go/types.exp
6405 * gdb.go/unsafe.exp
6406 * gdb.guile/scm-arch.exp
6407 * gdb.guile/scm-block.exp
6408 * gdb.guile/scm-breakpoint.exp
6409 * gdb.guile/scm-cmd.exp
6410 * gdb.guile/scm-disasm.exp
6411 * gdb.guile/scm-equal.exp
6412 * gdb.guile/scm-frame-args.exp
6413 * gdb.guile/scm-frame-inline.exp
6414 * gdb.guile/scm-frame.exp
6415 * gdb.guile/scm-iterator.exp
6416 * gdb.guile/scm-math.exp
6417 * gdb.guile/scm-objfile.exp
6418 * gdb.guile/scm-ports.exp
6419 * gdb.guile/scm-symbol.exp
6420 * gdb.guile/scm-symtab.exp
6421 * gdb.guile/scm-value-cc.exp
6422 * gdb.guile/types-module.exp
6423 * gdb.linespec/break-ask.exp
6424 * gdb.linespec/cpexplicit.exp
6425 * gdb.linespec/explicit.exp
6426 * gdb.linespec/keywords.exp
6427 * gdb.linespec/linespec.exp
6428 * gdb.linespec/ls-dollar.exp
6429 * gdb.linespec/ls-errs.exp
6430 * gdb.linespec/skip-two.exp
6431 * gdb.linespec/thread.exp
6432 * gdb.mi/mi-async.exp
6433 * gdb.mi/mi-basics.exp
6434 * gdb.mi/mi-break.exp
6435 * gdb.mi/mi-catch-load.exp
6436 * gdb.mi/mi-cli.exp
6437 * gdb.mi/mi-cmd-param-changed.exp
6438 * gdb.mi/mi-console.exp
6439 * gdb.mi/mi-detach.exp
6440 * gdb.mi/mi-disassemble.exp
6441 * gdb.mi/mi-eval.exp
6442 * gdb.mi/mi-file-transfer.exp
6443 * gdb.mi/mi-file.exp
6444 * gdb.mi/mi-fill-memory.exp
6445 * gdb.mi/mi-inheritance-syntax-error.exp
6446 * gdb.mi/mi-linespec-err-cp.exp
6447 * gdb.mi/mi-logging.exp
6448 * gdb.mi/mi-memory-changed.exp
6449 * gdb.mi/mi-read-memory.exp
6450 * gdb.mi/mi-record-changed.exp
6451 * gdb.mi/mi-reg-undefined.exp
6452 * gdb.mi/mi-regs.exp
6453 * gdb.mi/mi-return.exp
6454 * gdb.mi/mi-reverse.exp
6455 * gdb.mi/mi-simplerun.exp
6456 * gdb.mi/mi-solib.exp
6457 * gdb.mi/mi-stack.exp
6458 * gdb.mi/mi-stepi.exp
6459 * gdb.mi/mi-syn-frame.exp
6460 * gdb.mi/mi-until.exp
6461 * gdb.mi/mi-var-block.exp
6462 * gdb.mi/mi-var-child.exp
6463 * gdb.mi/mi-var-cmd.exp
6464 * gdb.mi/mi-var-cp.exp
6465 * gdb.mi/mi-var-display.exp
6466 * gdb.mi/mi-var-invalidate.exp
6467 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6468 * gdb.mi/mi-vla-fortran.exp
6469 * gdb.mi/mi-watch.exp
6470 * gdb.mi/mi2-var-child.exp
6471 * gdb.mi/user-selected-context-sync.exp
6472 * gdb.modula2/unbounded-array.exp
6473 * gdb.multi/dummy-frame-restore.exp
6474 * gdb.multi/multi-arch-exec.exp
6475 * gdb.multi/multi-arch.exp
6476 * gdb.multi/tids.exp
6477 * gdb.multi/watchpoint-multi.exp
6478 * gdb.opencl/callfuncs.exp
6479 * gdb.opencl/convs_casts.exp
6480 * gdb.opencl/datatypes.exp
6481 * gdb.opencl/operators.exp
6482 * gdb.opencl/vec_comps.exp
6483 * gdb.opt/clobbered-registers-O2.exp
6484 * gdb.opt/inline-break.exp
6485 * gdb.opt/inline-bt.exp
6486 * gdb.opt/inline-cmds.exp
6487 * gdb.opt/inline-locals.exp
6488 * gdb.pascal/case-insensitive-symbols.exp
6489 * gdb.pascal/floats.exp
6490 * gdb.pascal/gdb11492.exp
6491 * gdb.python/lib-types.exp
6492 * gdb.python/py-arch.exp
6493 * gdb.python/py-as-string.exp
6494 * gdb.python/py-bad-printers.exp
6495 * gdb.python/py-block.exp
6496 * gdb.python/py-breakpoint-create-fail.exp
6497 * gdb.python/py-breakpoint.exp
6498 * gdb.python/py-caller-is.exp
6499 * gdb.python/py-cmd.exp
6500 * gdb.python/py-explore-cc.exp
6501 * gdb.python/py-explore.exp
6502 * gdb.python/py-finish-breakpoint.exp
6503 * gdb.python/py-finish-breakpoint2.exp
6504 * gdb.python/py-frame-args.exp
6505 * gdb.python/py-frame-inline.exp
6506 * gdb.python/py-frame.exp
6507 * gdb.python/py-framefilter-mi.exp
6508 * gdb.python/py-infthread.exp
6509 * gdb.python/py-lazy-string.exp
6510 * gdb.python/py-linetable.exp
6511 * gdb.python/py-mi-events.exp
6512 * gdb.python/py-mi-objfile.exp
6513 * gdb.python/py-mi.exp
6514 * gdb.python/py-objfile.exp
6515 * gdb.python/py-pp-integral.exp
6516 * gdb.python/py-pp-maint.exp
6517 * gdb.python/py-pp-re-notag.exp
6518 * gdb.python/py-pp-registration.exp
6519 * gdb.python/py-recurse-unwind.exp
6520 * gdb.python/py-strfns.exp
6521 * gdb.python/py-symbol.exp
6522 * gdb.python/py-symtab.exp
6523 * gdb.python/py-sync-interp.exp
6524 * gdb.python/py-typeprint.exp
6525 * gdb.python/py-unwind-maint.exp
6526 * gdb.python/py-unwind.exp
6527 * gdb.python/py-value-cc.exp
6528 * gdb.python/py-xmethods.exp
6529 * gdb.reverse/amd64-tailcall-reverse.exp
6530 * gdb.reverse/break-precsave.exp
6531 * gdb.reverse/break-reverse.exp
6532 * gdb.reverse/consecutive-precsave.exp
6533 * gdb.reverse/consecutive-reverse.exp
6534 * gdb.reverse/finish-precsave.exp
6535 * gdb.reverse/finish-reverse-bkpt.exp
6536 * gdb.reverse/finish-reverse.exp
6537 * gdb.reverse/fstatat-reverse.exp
6538 * gdb.reverse/getresuid-reverse.exp
6539 * gdb.reverse/i386-precsave.exp
6540 * gdb.reverse/i386-reverse.exp
6541 * gdb.reverse/i386-sse-reverse.exp
6542 * gdb.reverse/i387-env-reverse.exp
6543 * gdb.reverse/i387-stack-reverse.exp
6544 * gdb.reverse/insn-reverse.exp
6545 * gdb.reverse/machinestate-precsave.exp
6546 * gdb.reverse/machinestate.exp
6547 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6548 * gdb.reverse/pipe-reverse.exp
6549 * gdb.reverse/readv-reverse.exp
6550 * gdb.reverse/recvmsg-reverse.exp
6551 * gdb.reverse/rerun-prec.exp
6552 * gdb.reverse/s390-mvcle.exp
6553 * gdb.reverse/step-precsave.exp
6554 * gdb.reverse/step-reverse.exp
6555 * gdb.reverse/time-reverse.exp
6556 * gdb.reverse/until-precsave.exp
6557 * gdb.reverse/until-reverse.exp
6558 * gdb.reverse/waitpid-reverse.exp
6559 * gdb.reverse/watch-precsave.exp
6560 * gdb.reverse/watch-reverse.exp
6561 * gdb.rust/generics.exp
6562 * gdb.rust/methods.exp
6563 * gdb.rust/modules.exp
6564 * gdb.rust/simple.exp
6565 * gdb.server/connect-with-no-symbol-file.exp
6566 * gdb.server/ext-attach.exp
6567 * gdb.server/ext-restart.exp
6568 * gdb.server/ext-wrapper.exp
6569 * gdb.server/file-transfer.exp
6570 * gdb.server/server-exec-info.exp
6571 * gdb.server/server-kill.exp
6572 * gdb.server/server-mon.exp
6573 * gdb.server/wrapper.exp
6574 * gdb.stabs/exclfwd.exp
6575 * gdb.stabs/gdb11479.exp
6576 * gdb.threads/clone-new-thread-event.exp
6577 * gdb.threads/corethreads.exp
6578 * gdb.threads/current-lwp-dead.exp
6579 * gdb.threads/dlopen-libpthread.exp
6580 * gdb.threads/gcore-thread.exp
6581 * gdb.threads/sigstep-threads.exp
6582 * gdb.threads/watchpoint-fork.exp
6583 * gdb.trace/actions-changed.exp
6584 * gdb.trace/backtrace.exp
6585 * gdb.trace/change-loc.exp
6586 * gdb.trace/circ.exp
6587 * gdb.trace/collection.exp
6588 * gdb.trace/disconnected-tracing.exp
6589 * gdb.trace/ftrace.exp
6590 * gdb.trace/mi-trace-frame-collected.exp
6591 * gdb.trace/mi-trace-unavailable.exp
6592 * gdb.trace/mi-traceframe-changed.exp
6593 * gdb.trace/mi-tsv-changed.exp
6594 * gdb.trace/no-attach-trace.exp
6595 * gdb.trace/passc-dyn.exp
6596 * gdb.trace/qtro.exp
6597 * gdb.trace/range-stepping.exp
6598 * gdb.trace/read-memory.exp
6599 * gdb.trace/save-trace.exp
6600 * gdb.trace/signal.exp
6601 * gdb.trace/status-stop.exp
6602 * gdb.trace/tfile.exp
6603 * gdb.trace/trace-break.exp
6604 * gdb.trace/trace-buffer-size.exp
6605 * gdb.trace/trace-condition.exp
6606 * gdb.trace/tracefile-pseudo-reg.exp
6607 * gdb.trace/tstatus.exp
6608 * gdb.trace/unavailable.exp
6609 * gdb.trace/while-dyn.exp
6610 * gdb.trace/while-stepping.exp
6611
34c41c68
DE
66122016-12-22 Doug Evans <xdje42@gmail.com>
6613
6614 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6615 and msymbols.
6616
16e69324
YQ
66172016-12-19 Yao Qi <yao.qi@linaro.org>
6618
6619 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6620 (test_with_self): Don't call do_steps_and_nexts, and remove
6621 code about stepping into xmalloc.
6622
f94f411b
YQ
66232016-12-09 Yao Qi <yao.qi@linaro.org>
6624
6625 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6626
66272016-12-09 Yao Qi <yao.qi@linaro.org>
6628
6629 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6630
f1b5deee
PA
66312016-12-09 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/all-architectures-0.exp: New file.
6634 * gdb.base/all-architectures-1.exp: New file.
6635 * gdb.base/all-architectures-2.exp: New file.
6636 * gdb.base/all-architectures-3.exp: New file.
6637 * gdb.base/all-architectures-4.exp: New file.
6638 * gdb.base/all-architectures-5.exp: New file.
6639 * gdb.base/all-architectures-6.exp: New file.
6640 * gdb.base/all-architectures-7.exp: New file.
6641 * gdb.base/all-architectures.exp.in: New file.
6642
364ca42e
YQ
66432016-12-09 Yao Qi <yao.qi@linaro.org>
6644
6645 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6646
107c2d62
LM
66472016-12-02 Luis Machado <lgustavo@codesourcery.com>
6648
6649 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6650 possible.
6651 Remove useless pattern-matching code.
6652
df3ee9ca
PA
66532016-12-02 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6656 procedure.
6657 (top level): Call it.
6658
ec835369
PA
66592016-12-02 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6662 New procedure.
6663 (top level): Call it.
6664
01770bbd
PA
66652016-12-02 Pedro Alves <palves@redhat.com>
6666
6667 PR cli/20559
6668 * gdb.base/commands.exp (user_defined_command_args_eval): New
6669 procedure.
6670 (top level): Call it.
6671
008459ea
LM
66722016-12-02 Luis Machado <lgustavo@codesourcery.com>
6673
6674 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6675 timeout handling.
6676
0c1b455e
TT
66772016-12-02 Tom Tromey <tom@tromey.com>
6678
6679 * gdb.dwarf2/main-subprogram.c: New file.
6680 * gdb.dwarf2/main-subprogram.exp: New file.
6681
018572b8
LM
66822016-12-01 Luis Machado <lgustavo@codesourcery.com>
6683
6684 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6685 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6686 gdb_test_no_output for a couple of cases.
6687 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6688
84c93cd5
LM
66892016-12-01 Luis Machado <lgustavo@codesourcery.com>
6690
6691 Fix test names and standardize compilation error messages throughout
6692 the following files:
6693
6694 * gdb.ada/start.exp
6695 * gdb.arch/alpha-step.exp
6696 * gdb.arch/e500-prologue.exp
6697 * gdb.arch/ftrace-insn-reloc.exp
6698 * gdb.arch/gdb1291.exp
6699 * gdb.arch/gdb1431.exp
6700 * gdb.arch/gdb1558.exp
6701 * gdb.arch/i386-dr3-watch.exp
6702 * gdb.arch/i386-sse-stack-align.exp
6703 * gdb.arch/ia64-breakpoint-shadow.exp
6704 * gdb.arch/pa-nullify.exp
6705 * gdb.arch/powerpc-aix-prologue.exp
6706 * gdb.arch/thumb-bx-pc.exp
6707 * gdb.base/annota1.exp
6708 * gdb.base/annota3.exp
6709 * gdb.base/arrayidx.exp
6710 * gdb.base/assign.exp
6711 * gdb.base/attach.exp
6712 * gdb.base/auxv.exp
6713 * gdb.base/bang.exp
6714 * gdb.base/bfp-test.exp
6715 * gdb.base/bigcore.exp
6716 * gdb.base/bitfields2.exp
6717 * gdb.base/break-fun-addr.exp
6718 * gdb.base/break-probes.exp
6719 * gdb.base/call-rt-st.exp
6720 * gdb.base/callexit.exp
6721 * gdb.base/catch-fork-kill.exp
6722 * gdb.base/charset.exp
6723 * gdb.base/checkpoint.exp
6724 * gdb.base/comprdebug.exp
6725 * gdb.base/constvars.exp
6726 * gdb.base/coredump-filter.exp
6727 * gdb.base/cursal.exp
6728 * gdb.base/cvexpr.exp
6729 * gdb.base/detach.exp
6730 * gdb.base/display.exp
6731 * gdb.base/dmsym.exp
6732 * gdb.base/dprintf-pending.exp
6733 * gdb.base/dso2dso.exp
6734 * gdb.base/dtrace-probe.exp
6735 * gdb.base/dump.exp
6736 * gdb.base/enum_cond.exp
6737 * gdb.base/exe-lock.exp
6738 * gdb.base/exec-invalid-sysroot.exp
6739 * gdb.base/execl-update-breakpoints.exp
6740 * gdb.base/exprs.exp
6741 * gdb.base/fileio.exp
6742 * gdb.base/find.exp
6743 * gdb.base/finish.exp
6744 * gdb.base/fixsection.exp
6745 * gdb.base/foll-vfork.exp
6746 * gdb.base/frame-args.exp
6747 * gdb.base/gcore.exp
6748 * gdb.base/gdb1250.exp
6749 * gdb.base/global-var-nested-by-dso.exp
6750 * gdb.base/gnu-ifunc.exp
6751 * gdb.base/hashline1.exp
6752 * gdb.base/hashline2.exp
6753 * gdb.base/hashline3.exp
6754 * gdb.base/hbreak-in-shr-unsupported.exp
6755 * gdb.base/huge.exp
6756 * gdb.base/infcall-input.exp
6757 * gdb.base/info-fun.exp
6758 * gdb.base/info-shared.exp
6759 * gdb.base/jit-simple.exp
6760 * gdb.base/jit-so.exp
6761 * gdb.base/jit.exp
6762 * gdb.base/jump.exp
6763 * gdb.base/label.exp
6764 * gdb.base/lineinc.exp
6765 * gdb.base/logical.exp
6766 * gdb.base/longjmp.exp
6767 * gdb.base/macscp.exp
6768 * gdb.base/miscexprs.exp
6769 * gdb.base/new-ui-echo.exp
6770 * gdb.base/new-ui-pending-input.exp
6771 * gdb.base/new-ui.exp
6772 * gdb.base/nodebug.exp
6773 * gdb.base/nofield.exp
6774 * gdb.base/offsets.exp
6775 * gdb.base/overlays.exp
6776 * gdb.base/pending.exp
6777 * gdb.base/pointers.exp
6778 * gdb.base/pr11022.exp
6779 * gdb.base/printcmds.exp
6780 * gdb.base/prologue.exp
6781 * gdb.base/ptr-typedef.exp
6782 * gdb.base/realname-expand.exp
6783 * gdb.base/relativedebug.exp
6784 * gdb.base/relocate.exp
6785 * gdb.base/remote.exp
6786 * gdb.base/reread.exp
6787 * gdb.base/return2.exp
6788 * gdb.base/savedregs.exp
6789 * gdb.base/sep.exp
6790 * gdb.base/sepdebug.exp
6791 * gdb.base/sepsymtab.exp
6792 * gdb.base/set-inferior-tty.exp
6793 * gdb.base/setshow.exp
6794 * gdb.base/shlib-call.exp
6795 * gdb.base/sigaltstack.exp
6796 * gdb.base/siginfo-addr.exp
6797 * gdb.base/signals.exp
6798 * gdb.base/signull.exp
6799 * gdb.base/sigrepeat.exp
6800 * gdb.base/so-impl-ld.exp
6801 * gdb.base/solib-display.exp
6802 * gdb.base/solib-overlap.exp
6803 * gdb.base/solib-search.exp
6804 * gdb.base/solib-symbol.exp
6805 * gdb.base/structs.exp
6806 * gdb.base/structs2.exp
6807 * gdb.base/symtab-search-order.exp
6808 * gdb.base/twice.exp
6809 * gdb.base/unload.exp
6810 * gdb.base/varargs.exp
6811 * gdb.base/watchpoint-solib.exp
6812 * gdb.base/watchpoint.exp
6813 * gdb.base/whatis.exp
6814 * gdb.base/wrong_frame_bt_full.exp
6815 * gdb.btrace/dlopen.exp
6816 * gdb.cell/ea-standalone.exp
6817 * gdb.cell/ea-test.exp
6818 * gdb.cp/dispcxx.exp
6819 * gdb.cp/gdb2384.exp
6820 * gdb.cp/method2.exp
6821 * gdb.cp/nextoverthrow.exp
6822 * gdb.cp/pr10728.exp
6823 * gdb.disasm/am33.exp
6824 * gdb.disasm/h8300s.exp
6825 * gdb.disasm/mn10300.exp
6826 * gdb.disasm/sh3.exp
6827 * gdb.dwarf2/dw2-dir-file-name.exp
6828 * gdb.fortran/complex.exp
6829 * gdb.fortran/library-module.exp
6830 * gdb.guile/scm-pretty-print.exp
6831 * gdb.guile/scm-symbol.exp
6832 * gdb.guile/scm-type.exp
6833 * gdb.guile/scm-value.exp
6834 * gdb.linespec/linespec.exp
6835 * gdb.mi/gdb701.exp
6836 * gdb.mi/gdb792.exp
6837 * gdb.mi/mi-breakpoint-changed.exp
6838 * gdb.mi/mi-dprintf-pending.exp
6839 * gdb.mi/mi-dprintf.exp
6840 * gdb.mi/mi-exit-code.exp
6841 * gdb.mi/mi-pending.exp
6842 * gdb.mi/mi-solib.exp
6843 * gdb.mi/new-ui-mi-sync.exp
6844 * gdb.mi/pr11022.exp
6845 * gdb.mi/user-selected-context-sync.exp
6846 * gdb.opt/solib-intra-step.exp
6847 * gdb.python/py-events.exp
6848 * gdb.python/py-finish-breakpoint.exp
6849 * gdb.python/py-mi.exp
6850 * gdb.python/py-prettyprint.exp
6851 * gdb.python/py-shared.exp
6852 * gdb.python/py-symbol.exp
6853 * gdb.python/py-template.exp
6854 * gdb.python/py-type.exp
6855 * gdb.python/py-value.exp
6856 * gdb.reverse/solib-precsave.exp
6857 * gdb.reverse/solib-reverse.exp
6858 * gdb.server/solib-list.exp
6859 * gdb.stabs/weird.exp
6860 * gdb.threads/reconnect-signal.exp
6861 * gdb.threads/stepi-random-signal.exp
6862 * gdb.trace/actions.exp
6863 * gdb.trace/ax.exp
6864 * gdb.trace/backtrace.exp
6865 * gdb.trace/change-loc.exp
6866 * gdb.trace/deltrace.exp
6867 * gdb.trace/ftrace-lock.exp
6868 * gdb.trace/ftrace.exp
6869 * gdb.trace/infotrace.exp
6870 * gdb.trace/mi-tracepoint-changed.exp
6871 * gdb.trace/packetlen.exp
6872 * gdb.trace/passcount.exp
6873 * gdb.trace/pending.exp
6874 * gdb.trace/range-stepping.exp
6875 * gdb.trace/report.exp
6876 * gdb.trace/stap-trace.exp
6877 * gdb.trace/tfind.exp
6878 * gdb.trace/trace-break.exp
6879 * gdb.trace/trace-condition.exp
6880 * gdb.trace/trace-enable-disable.exp
6881 * gdb.trace/trace-mt.exp
6882 * gdb.trace/tracecmd.exp
6883 * gdb.trace/tspeed.exp
6884 * gdb.trace/tsv.exp
6885 * lib/perftest.exp
6886
fb9feb35
LM
68872016-12-01 Luis Machado <lgustavo@codesourcery.com>
6888
6889 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6890 with gdb_test_no_output.
6891 Use command as test name.
6892
cd2ddb6c
LM
68932016-12-01 Luis Machado <lgustavo@codesourcery.com>
6894
6895 Fix test names starting with uppercase throughout the files.
6896
6897 * gdb.ada/assign_1.exp
6898 * gdb.ada/boolean_expr.exp
6899 * gdb.base/arrayidx.exp
6900 * gdb.base/del.exp
6901 * gdb.base/gcore-buffer-overflow.exp
6902 * gdb.base/testenv.exp
6903 * gdb.compile/compile.exp
6904 * gdb.python/py-framefilter-invalidarg.exp
6905 * gdb.python/py-framefilter.exp
6906
bb95117e
LM
69072016-12-01 Luis Machado <lgustavo@codesourcery.com>
6908
6909 Fix test names starting with uppercase throughout the files.
6910
6911 * gdb.ada/array_return.exp
6912 * gdb.ada/expr_delims.exp
6913 * gdb.ada/mi_dyn_arr.exp
6914 * gdb.ada/mi_interface.exp
6915 * gdb.ada/mi_var_array.exp
6916 * gdb.ada/watch_arg.exp
6917 * gdb.arch/alpha-step.exp
6918 * gdb.arch/altivec-regs.exp
6919 * gdb.arch/e500-regs.exp
6920 * gdb.arch/powerpc-d128-regs.exp
6921 * gdb.base/arrayidx.exp
6922 * gdb.base/break.exp
6923 * gdb.base/checkpoint.exp
6924 * gdb.base/debug-expr.exp
6925 * gdb.base/dmsym.exp
6926 * gdb.base/radix.exp
6927 * gdb.base/sepdebug.exp
6928 * gdb.base/testenv.exp
6929 * gdb.base/watch_thread_num.exp
6930 * gdb.base/watchpoint-cond-gone.exp
6931 * gdb.cell/break.exp
6932 * gdb.cell/ea-cache.exp
6933 * gdb.compile/compile.exp
6934 * gdb.cp/gdb2495.exp
6935 * gdb.gdb/selftest.exp
6936 * gdb.gdb/xfullpath.exp
6937 * gdb.go/hello.exp
6938 * gdb.go/integers.exp
6939 * gdb.objc/basicclass.exp
6940 * gdb.pascal/hello.exp
6941 * gdb.pascal/integers.exp
6942 * gdb.python/py-breakpoint.exp
6943 * gdb.python/py-cmd.exp
6944 * gdb.python/py-linetable.exp
6945 * gdb.python/py-xmethods.exp
6946 * gdb.python/python.exp
6947 * gdb.reverse/consecutive-precsave.exp
6948 * gdb.reverse/finish-precsave.exp
6949 * gdb.reverse/i386-precsave.exp
6950 * gdb.reverse/machinestate-precsave.exp
6951 * gdb.reverse/sigall-precsave.exp
6952 * gdb.reverse/solib-precsave.exp
6953 * gdb.reverse/step-precsave.exp
6954 * gdb.reverse/until-precsave.exp
6955 * gdb.reverse/watch-precsave.exp
6956 * gdb.threads/leader-exit.exp
6957 * gdb.threads/pthreads.exp
6958 * gdb.threads/wp-replication.exp
6959 * gdb.trace/actions.exp
6960 * gdb.trace/mi-tsv-changed.exp
6961 * gdb.trace/tsv.exp
6962
de97fdd4
LM
69632016-12-01 Luis Machado <lgustavo@codesourcery.com>
6964
6965 Fix test names starting with uppercase throughout the files.
6966
6967 * gdb.arch/i386-bp_permanent.exp
6968 * gdb.arch/i386-gnu-cfi.exp
6969 * gdb.base/disasm-end-cu.exp
6970 * gdb.base/macscp.exp
6971 * gdb.base/pending.exp
6972 * gdb.base/watch_thread_num.exp
6973 * gdb.cp/exception.exp
6974 * gdb.cp/gdb2495.exp
6975 * gdb.cp/local.exp
6976 * gdb.python/py-evsignal.exp
6977 * gdb.python/python.exp
6978 * gdb.trace/tracecmd.exp
6979
9f058c10
LM
69802016-12-01 Luis Machado <lgustavo@codesourcery.com>
6981
6982 Fix test names starting with uppercase throughout the files.
6983
6984 * gdb.base/charset.exp
6985 * gdb.base/eval.exp
6986 * gdb.base/multi-forks.exp
6987 * gdb.guile/scm-progspace.exp
6988 * gdb.opencl/datatypes.exp
6989 * gdb.python/py-block.exp
6990 * gdb.python/py-function.exp
6991 * gdb.python/py-symbol.exp
6992 * gdb.python/py-symtab.exp
6993 * gdb.python/py-xmethods.exp
6994 * gdb.reverse/break-precsave.exp
6995 * gdb.reverse/break-reverse.exp
6996 * gdb.reverse/consecutive-precsave.exp
6997 * gdb.reverse/consecutive-reverse.exp
6998 * gdb.reverse/finish-precsave.exp
6999 * gdb.reverse/finish-reverse-bkpt.exp
7000 * gdb.reverse/finish-reverse.exp
7001 * gdb.reverse/fstatat-reverse.exp
7002 * gdb.reverse/getresuid-reverse.exp
7003 * gdb.reverse/i386-precsave.exp
7004 * gdb.reverse/i386-reverse.exp
7005 * gdb.reverse/i386-sse-reverse.exp
7006 * gdb.reverse/i387-stack-reverse.exp
7007 * gdb.reverse/insn-reverse.exp
7008 * gdb.reverse/machinestate-precsave.exp
7009 * gdb.reverse/machinestate.exp
7010 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7011 * gdb.reverse/pipe-reverse.exp
7012 * gdb.reverse/readv-reverse.exp
7013 * gdb.reverse/recvmsg-reverse.exp
7014 * gdb.reverse/rerun-prec.exp
7015 * gdb.reverse/s390-mvcle.exp
7016 * gdb.reverse/sigall-precsave.exp
7017 * gdb.reverse/sigall-reverse.exp
7018 * gdb.reverse/solib-precsave.exp
7019 * gdb.reverse/solib-reverse.exp
7020 * gdb.reverse/step-precsave.exp
7021 * gdb.reverse/step-reverse.exp
7022 * gdb.reverse/time-reverse.exp
7023 * gdb.reverse/until-precsave.exp
7024 * gdb.reverse/until-reverse.exp
7025 * gdb.reverse/waitpid-reverse.exp
7026 * gdb.reverse/watch-precsave.exp
7027 * gdb.reverse/watch-reverse.exp
7028
cdc7edd7
LM
70292016-12-01 Luis Machado <lgustavo@codesourcery.com>
7030
7031 Fix test names starting with uppercase throughout the files.
7032
7033 * gdb.arch/i386-mpx-simple_segv.exp
7034 * gdb.arch/i386-mpx.exp
7035 * gdb.arch/i386-permbkpt.exp
7036 * gdb.arch/pa-nullify.exp
7037 * gdb.arch/powerpc-d128-regs.exp
7038 * gdb.arch/vsx-regs.exp
7039 * gdb.base/bfp-test.exp
7040 * gdb.base/break.exp
7041 * gdb.base/breakpoint-shadow.exp
7042 * gdb.base/callfuncs.exp
7043 * gdb.base/charset.exp
7044 * gdb.base/commands.exp
7045 * gdb.base/completion.exp
7046 * gdb.base/dfp-test.exp
7047 * gdb.base/echo.exp
7048 * gdb.base/ending-run.exp
7049 * gdb.base/eval.exp
7050 * gdb.base/expand-psymtabs.exp
7051 * gdb.base/float128.exp
7052 * gdb.base/floatn.exp
7053 * gdb.base/foll-exec-mode.exp
7054 * gdb.base/gdb1056.exp
7055 * gdb.base/gdb11531.exp
7056 * gdb.base/kill-after-signal.exp
7057 * gdb.base/multi-forks.exp
7058 * gdb.base/overlays.exp
7059 * gdb.base/pending.exp
7060 * gdb.base/sepdebug.exp
7061 * gdb.base/testenv.exp
7062 * gdb.base/valgrind-db-attach.exp
7063 * gdb.base/watch_thread_num.exp
7064 * gdb.base/watchpoint-cond-gone.exp
7065 * gdb.base/watchpoint.exp
7066 * gdb.base/watchpoints.exp
7067 * gdb.cp/arg-reference.exp
7068 * gdb.cp/baseenum.exp
7069 * gdb.cp/operator.exp
7070 * gdb.cp/shadow.exp
7071 * gdb.dwarf2/dw2-op-out-param.exp
7072 * gdb.dwarf2/dw2-reg-undefined.exp
7073 * gdb.go/chan.exp
7074 * gdb.go/hello.exp
7075 * gdb.go/integers.exp
7076 * gdb.go/methods.exp
7077 * gdb.go/package.exp
7078 * gdb.guile/scm-parameter.exp
7079 * gdb.guile/scm-progspace.exp
7080 * gdb.guile/scm-value.exp
7081 * gdb.mi/mi-pending.exp
7082 * gdb.mi/user-selected-context-sync.exp
7083 * gdb.multi/multi-attach.exp
7084 * gdb.multi/tids.exp
7085 * gdb.opt/clobbered-registers-O2.exp
7086 * gdb.pascal/floats.exp
7087 * gdb.pascal/integers.exp
7088 * gdb.python/py-block.exp
7089 * gdb.python/py-events.exp
7090 * gdb.python/py-parameter.exp
7091 * gdb.python/py-symbol.exp
7092 * gdb.python/py-symtab.exp
7093 * gdb.python/py-type.exp
7094 * gdb.python/py-value.exp
7095 * gdb.python/py-xmethods.exp
7096 * gdb.python/python.exp
7097 * gdb.reverse/break-precsave.exp
7098 * gdb.reverse/consecutive-precsave.exp
7099 * gdb.reverse/finish-precsave.exp
7100 * gdb.reverse/i386-precsave.exp
7101 * gdb.reverse/machinestate-precsave.exp
7102 * gdb.reverse/sigall-precsave.exp
7103 * gdb.reverse/solib-precsave.exp
7104 * gdb.reverse/step-precsave.exp
7105 * gdb.reverse/until-precsave.exp
7106 * gdb.reverse/watch-precsave.exp
7107 * gdb.server/ext-attach.exp
7108 * gdb.server/ext-restart.exp
7109 * gdb.server/ext-run.exp
7110 * gdb.server/ext-wrapper.exp
7111 * gdb.stabs/gdb11479.exp
7112 * gdb.stabs/weird.exp
7113 * gdb.threads/attach-many-short-lived-threads.exp
7114 * gdb.threads/kill.exp
7115 * gdb.threads/watchpoint-fork.exp
7116
bc6c7af4
LM
71172016-12-01 Luis Machado <lgustavo@codesourcery.com>
7118
7119 Fix test names starting with uppercase throughout all the files below.
7120
7121 * gdb.ada/array_return.exp
7122 * gdb.ada/catch_ex.exp
7123 * gdb.ada/info_exc.exp
7124 * gdb.ada/mi_catch_ex.exp
7125 * gdb.ada/mi_dyn_arr.exp
7126 * gdb.ada/mi_ex_cond.exp
7127 * gdb.ada/mi_exc_info.exp
7128 * gdb.ada/mi_interface.exp
7129 * gdb.ada/mi_task_arg.exp
7130 * gdb.ada/mi_task_info.exp
7131 * gdb.ada/mi_var_array.exp
7132 * gdb.arch/alpha-step.exp
7133 * gdb.arch/amd64-disp-step.exp
7134 * gdb.arch/arm-disp-step.exp
7135 * gdb.arch/disp-step-insn-reloc.exp
7136 * gdb.arch/e500-prologue.exp
7137 * gdb.arch/ftrace-insn-reloc.exp
7138 * gdb.arch/gdb1558.exp
7139 * gdb.arch/i386-bp_permanent.exp
7140 * gdb.arch/i386-disp-step.exp
7141 * gdb.arch/i386-float.exp
7142 * gdb.arch/i386-gnu-cfi.exp
7143 * gdb.arch/ia64-breakpoint-shadow.exp
7144 * gdb.arch/mips16-thunks.exp
7145 * gdb.arch/pa-nullify.exp
7146 * gdb.arch/powerpc-aix-prologue.exp
7147 * gdb.arch/powerpc-power.exp
7148 * gdb.arch/ppc-dfp.exp
7149 * gdb.arch/s390-tdbregs.exp
7150 * gdb.arch/spu-info.exp
7151 * gdb.arch/spu-ls.exp
7152 * gdb.arch/thumb-bx-pc.exp
7153 * gdb.base/advance.exp
7154 * gdb.base/annota-input-while-running.exp
7155 * gdb.base/arrayidx.exp
7156 * gdb.base/asmlabel.exp
7157 * gdb.base/async.exp
7158 * gdb.base/attach-wait-input.exp
7159 * gdb.base/auto-connect-native-target.exp
7160 * gdb.base/batch-preserve-term-settings.exp
7161 * gdb.base/bfp-test.exp
7162 * gdb.base/bigcore.exp
7163 * gdb.base/bp-permanent.exp
7164 * gdb.base/break-always.exp
7165 * gdb.base/break-fun-addr.exp
7166 * gdb.base/break-idempotent.exp
7167 * gdb.base/break-main-file-remove-fail.exp
7168 * gdb.base/break-probes.exp
7169 * gdb.base/break-unload-file.exp
7170 * gdb.base/break.exp
7171 * gdb.base/call-ar-st.exp
7172 * gdb.base/call-rt-st.exp
7173 * gdb.base/call-sc.exp
7174 * gdb.base/call-signal-resume.exp
7175 * gdb.base/call-strs.exp
7176 * gdb.base/callexit.exp
7177 * gdb.base/callfuncs.exp
7178 * gdb.base/catch-gdb-caused-signals.exp
7179 * gdb.base/catch-signal-siginfo-cond.exp
7180 * gdb.base/catch-syscall.exp
7181 * gdb.base/compare-sections.exp
7182 * gdb.base/cond-eval-mode.exp
7183 * gdb.base/condbreak-call-false.exp
7184 * gdb.base/consecutive-step-over.exp
7185 * gdb.base/cursal.exp
7186 * gdb.base/disabled-location.exp
7187 * gdb.base/disasm-end-cu.exp
7188 * gdb.base/display.exp
7189 * gdb.base/double-prompt-target-event-error.exp
7190 * gdb.base/dprintf-bp-same-addr.exp
7191 * gdb.base/dprintf-detach.exp
7192 * gdb.base/dprintf-next.exp
7193 * gdb.base/dprintf-non-stop.exp
7194 * gdb.base/dprintf-pending.exp
7195 * gdb.base/dso2dso.exp
7196 * gdb.base/ending-run.exp
7197 * gdb.base/enum_cond.exp
7198 * gdb.base/examine-backward.exp
7199 * gdb.base/exe-lock.exp
7200 * gdb.base/exec-invalid-sysroot.exp
7201 * gdb.base/execl-update-breakpoints.exp
7202 * gdb.base/execution-termios.exp
7203 * gdb.base/fileio.exp
7204 * gdb.base/fixsection.exp
7205 * gdb.base/foll-exec-mode.exp
7206 * gdb.base/foll-exec.exp
7207 * gdb.base/fork-running-state.exp
7208 * gdb.base/frame-args.exp
7209 * gdb.base/fullpath-expand.exp
7210 * gdb.base/func-ptr.exp
7211 * gdb.base/gcore-relro-pie.exp
7212 * gdb.base/gdb1090.exp
7213 * gdb.base/gdb1555.exp
7214 * gdb.base/global-var-nested-by-dso.exp
7215 * gdb.base/gnu-ifunc.exp
7216 * gdb.base/hbreak-in-shr-unsupported.exp
7217 * gdb.base/hbreak-unmapped.exp
7218 * gdb.base/hook-stop.exp
7219 * gdb.base/infcall-input.exp
7220 * gdb.base/info-fun.exp
7221 * gdb.base/info-shared.exp
7222 * gdb.base/interrupt-noterm.exp
7223 * gdb.base/jit-so.exp
7224 * gdb.base/jit.exp
7225 * gdb.base/line-symtabs.exp
7226 * gdb.base/list.exp
7227 * gdb.base/longjmp.exp
7228 * gdb.base/macscp.exp
7229 * gdb.base/max-value-size.exp
7230 * gdb.base/nodebug.exp
7231 * gdb.base/nofield.exp
7232 * gdb.base/overlays.exp
7233 * gdb.base/paginate-after-ctrl-c-running.exp
7234 * gdb.base/paginate-bg-execution.exp
7235 * gdb.base/paginate-inferior-exit.exp
7236 * gdb.base/pending.exp
7237 * gdb.base/pr11022.exp
7238 * gdb.base/printcmds.exp
7239 * gdb.base/ptr-typedef.exp
7240 * gdb.base/ptype.exp
7241 * gdb.base/randomize.exp
7242 * gdb.base/range-stepping.exp
7243 * gdb.base/realname-expand.exp
7244 * gdb.base/relativedebug.exp
7245 * gdb.base/remote.exp
7246 * gdb.base/savedregs.exp
7247 * gdb.base/sepdebug.exp
7248 * gdb.base/set-noassign.exp
7249 * gdb.base/shlib-call.exp
7250 * gdb.base/shreloc.exp
7251 * gdb.base/sigaltstack.exp
7252 * gdb.base/sigbpt.exp
7253 * gdb.base/siginfo-addr.exp
7254 * gdb.base/siginfo-obj.exp
7255 * gdb.base/siginfo-thread.exp
7256 * gdb.base/signest.exp
7257 * gdb.base/signull.exp
7258 * gdb.base/sigrepeat.exp
7259 * gdb.base/skip.exp
7260 * gdb.base/so-impl-ld.exp
7261 * gdb.base/solib-corrupted.exp
7262 * gdb.base/solib-disc.exp
7263 * gdb.base/solib-display.exp
7264 * gdb.base/solib-overlap.exp
7265 * gdb.base/solib-search.exp
7266 * gdb.base/solib-symbol.exp
7267 * gdb.base/source-execution.exp
7268 * gdb.base/sss-bp-on-user-bp-2.exp
7269 * gdb.base/sss-bp-on-user-bp.exp
7270 * gdb.base/stack-checking.exp
7271 * gdb.base/stale-infcall.exp
7272 * gdb.base/step-break.exp
7273 * gdb.base/step-line.exp
7274 * gdb.base/step-over-exit.exp
7275 * gdb.base/step-test.exp
7276 * gdb.base/structs.exp
7277 * gdb.base/sym-file.exp
7278 * gdb.base/symtab-search-order.exp
7279 * gdb.base/term.exp
7280 * gdb.base/type-opaque.exp
7281 * gdb.base/unload.exp
7282 * gdb.base/until-nodebug.exp
7283 * gdb.base/until.exp
7284 * gdb.base/unwindonsignal.exp
7285 * gdb.base/watch-cond.exp
7286 * gdb.base/watch-non-mem.exp
7287 * gdb.base/watch_thread_num.exp
7288 * gdb.base/watchpoint-reuse-slot.exp
7289 * gdb.base/watchpoint-solib.exp
7290 * gdb.base/watchpoint.exp
7291 * gdb.btrace/dlopen.exp
7292 * gdb.cell/arch.exp
7293 * gdb.cell/break.exp
7294 * gdb.cell/bt.exp
7295 * gdb.cell/core.exp
7296 * gdb.cell/data.exp
7297 * gdb.cell/dwarfaddr.exp
7298 * gdb.cell/ea-cache.exp
7299 * gdb.cell/ea-standalone.exp
7300 * gdb.cell/ea-test.exp
7301 * gdb.cell/f-regs.exp
7302 * gdb.cell/fork.exp
7303 * gdb.cell/gcore.exp
7304 * gdb.cell/mem-access.exp
7305 * gdb.cell/ptype.exp
7306 * gdb.cell/registers.exp
7307 * gdb.cell/sizeof.exp
7308 * gdb.cell/solib-symbol.exp
7309 * gdb.cell/solib.exp
7310 * gdb.compile/compile-tls.exp
7311 * gdb.cp/exception.exp
7312 * gdb.cp/gdb2495.exp
7313 * gdb.cp/local.exp
7314 * gdb.cp/mb-inline.exp
7315 * gdb.cp/mb-templates.exp
7316 * gdb.cp/pr10687.exp
7317 * gdb.cp/pr9167.exp
7318 * gdb.cp/scope-err.exp
7319 * gdb.cp/templates.exp
7320 * gdb.cp/virtfunc.exp
7321 * gdb.dwarf2/dw2-dir-file-name.exp
7322 * gdb.dwarf2/dw2-single-line-discriminators.exp
7323 * gdb.fortran/complex.exp
7324 * gdb.fortran/library-module.exp
7325 * gdb.guile/guile.exp
7326 * gdb.guile/scm-cmd.exp
7327 * gdb.guile/scm-frame-inline.exp
7328 * gdb.guile/scm-objfile.exp
7329 * gdb.guile/scm-pretty-print.exp
7330 * gdb.guile/scm-symbol.exp
7331 * gdb.guile/scm-type.exp
7332 * gdb.guile/scm-value.exp
7333 * gdb.linespec/keywords.exp
7334 * gdb.linespec/ls-errs.exp
7335 * gdb.linespec/macro-relative.exp
7336 * gdb.linespec/thread.exp
7337 * gdb.mi/mi-breakpoint-changed.exp
7338 * gdb.mi/mi-dprintf-pending.exp
7339 * gdb.mi/mi-fullname-deleted.exp
7340 * gdb.mi/mi-logging.exp
7341 * gdb.mi/mi-pending.exp
7342 * gdb.mi/mi-solib.exp
7343 * gdb.mi/new-ui-mi-sync.exp
7344 * gdb.mi/user-selected-context-sync.exp
7345 * gdb.multi/dummy-frame-restore.exp
7346 * gdb.multi/multi-arch-exec.exp
7347 * gdb.multi/remove-inferiors.exp
7348 * gdb.multi/watchpoint-multi-exit.exp
7349 * gdb.opt/solib-intra-step.exp
7350 * gdb.perf/backtrace.exp
7351 * gdb.perf/single-step.exp
7352 * gdb.perf/skip-command.exp
7353 * gdb.perf/skip-prologue.exp
7354 * gdb.perf/solib.exp
7355 * gdb.python/lib-types.exp
7356 * gdb.python/py-as-string.exp
7357 * gdb.python/py-bad-printers.exp
7358 * gdb.python/py-block.exp
7359 * gdb.python/py-breakpoint.exp
7360 * gdb.python/py-cmd.exp
7361 * gdb.python/py-events.exp
7362 * gdb.python/py-evthreads.exp
7363 * gdb.python/py-finish-breakpoint.exp
7364 * gdb.python/py-finish-breakpoint2.exp
7365 * gdb.python/py-frame-inline.exp
7366 * gdb.python/py-frame.exp
7367 * gdb.python/py-inferior.exp
7368 * gdb.python/py-infthread.exp
7369 * gdb.python/py-mi.exp
7370 * gdb.python/py-objfile.exp
7371 * gdb.python/py-pp-maint.exp
7372 * gdb.python/py-pp-registration.exp
7373 * gdb.python/py-prettyprint.exp
7374 * gdb.python/py-recurse-unwind.exp
7375 * gdb.python/py-shared.exp
7376 * gdb.python/py-symbol.exp
7377 * gdb.python/py-symtab.exp
7378 * gdb.python/py-template.exp
7379 * gdb.python/py-type.exp
7380 * gdb.python/py-unwind-maint.exp
7381 * gdb.python/py-unwind.exp
7382 * gdb.python/py-value.exp
7383 * gdb.python/python.exp
7384 * gdb.reverse/finish-reverse-bkpt.exp
7385 * gdb.reverse/insn-reverse.exp
7386 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7387 * gdb.reverse/solib-precsave.exp
7388 * gdb.reverse/solib-reverse.exp
7389 * gdb.stabs/gdb11479.exp
7390 * gdb.stabs/weird.exp
7391 * gdb.threads/fork-child-threads.exp
7392 * gdb.threads/fork-plus-threads.exp
7393 * gdb.threads/fork-thread-pending.exp
7394 * gdb.threads/forking-threads-plus-breakpoint.exp
7395 * gdb.threads/hand-call-in-threads.exp
7396 * gdb.threads/interrupted-hand-call.exp
7397 * gdb.threads/linux-dp.exp
7398 * gdb.threads/local-watch-wrong-thread.exp
7399 * gdb.threads/next-while-other-thread-longjmps.exp
7400 * gdb.threads/non-ldr-exit.exp
7401 * gdb.threads/pending-step.exp
7402 * gdb.threads/print-threads.exp
7403 * gdb.threads/process-dies-while-detaching.exp
7404 * gdb.threads/process-dies-while-handling-bp.exp
7405 * gdb.threads/pthreads.exp
7406 * gdb.threads/queue-signal.exp
7407 * gdb.threads/reconnect-signal.exp
7408 * gdb.threads/signal-command-handle-nopass.exp
7409 * gdb.threads/signal-command-multiple-signals-pending.exp
7410 * gdb.threads/signal-delivered-right-thread.exp
7411 * gdb.threads/signal-sigtrap.exp
7412 * gdb.threads/sigthread.exp
7413 * gdb.threads/staticthreads.exp
7414 * gdb.threads/stepi-random-signal.exp
7415 * gdb.threads/thread-unwindonsignal.exp
7416 * gdb.threads/thread_check.exp
7417 * gdb.threads/thread_events.exp
7418 * gdb.threads/tid-reuse.exp
7419 * gdb.threads/tls-nodebug.exp
7420 * gdb.threads/tls-shared.exp
7421 * gdb.threads/tls-so_extern.exp
7422 * gdb.threads/tls.exp
7423 * gdb.threads/wp-replication.exp
7424 * gdb.trace/actions-changed.exp
7425 * gdb.trace/actions.exp
7426 * gdb.trace/backtrace.exp
7427 * gdb.trace/change-loc.exp
7428 * gdb.trace/collection.exp
7429 * gdb.trace/deltrace.exp
7430 * gdb.trace/disconnected-tracing.exp
7431 * gdb.trace/entry-values.exp
7432 * gdb.trace/ftrace-lock.exp
7433 * gdb.trace/ftrace.exp
7434 * gdb.trace/infotrace.exp
7435 * gdb.trace/mi-trace-frame-collected.exp
7436 * gdb.trace/mi-trace-unavailable.exp
7437 * gdb.trace/mi-traceframe-changed.exp
7438 * gdb.trace/mi-tracepoint-changed.exp
7439 * gdb.trace/mi-tsv-changed.exp
7440 * gdb.trace/no-attach-trace.exp
7441 * gdb.trace/packetlen.exp
7442 * gdb.trace/passc-dyn.exp
7443 * gdb.trace/passcount.exp
7444 * gdb.trace/pending.exp
7445 * gdb.trace/pr16508.exp
7446 * gdb.trace/qtro.exp
7447 * gdb.trace/range-stepping.exp
7448 * gdb.trace/read-memory.exp
7449 * gdb.trace/report.exp
7450 * gdb.trace/save-trace.exp
7451 * gdb.trace/signal.exp
7452 * gdb.trace/stap-trace.exp
7453 * gdb.trace/status-stop.exp
7454 * gdb.trace/strace.exp
7455 * gdb.trace/tfile.exp
7456 * gdb.trace/tfind.exp
7457 * gdb.trace/trace-break.exp
7458 * gdb.trace/trace-condition.exp
7459 * gdb.trace/trace-enable-disable.exp
7460 * gdb.trace/trace-mt.exp
7461 * gdb.trace/tracecmd.exp
7462 * gdb.trace/tracefile-pseudo-reg.exp
7463 * gdb.trace/tspeed.exp
7464 * gdb.trace/tstatus.exp
7465 * gdb.trace/tsv.exp
7466 * gdb.trace/unavailable.exp
7467 * gdb.trace/while-dyn.exp
7468 * gdb.trace/while-stepping.exp
7469 * lib/gdb-guile.exp
7470 * lib/gdb.exp
7471 * lib/mi-support.exp
7472 * lib/pascal.exp
7473 * lib/perftest.exp
7474 * lib/prelink-support.exp
7475 * lib/selftest-support.exp
7476
ad02e4fe
SM
74772016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7478
7479 * Makefile.in: Include disable-implicit-rules.mk.
7480
22347e55
AA
74812016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7482
7483 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7484 non-byte-aligned bit fields.
7485
da5b30da
AA
74862016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7487
7488 PR gdb/12616
7489 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7490 respects the DW_AT_data_bit_offset attribute.
7491
b593ecca
SM
74922016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7493
7494 * gdb.base/default.exp: Fix output of "set language".
7495
3b165252
SM
74962016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7497
7498 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7499 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7500 make.
7501 * configure.ac: Remove checks for the make program.
7502 * configure: Re-generate.
7503
1a2f3d7f
KB
75042016-11-16 Kevin Buettner <kevinb@redhat.com>
7505
7506 * gdb.python/py-recurse-unwind.c (main): Add loop.
7507 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7508 to read_register() and gdb.parse_and_eval(). Make each code
7509 call a separate case that can be individually tested.
7510 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7511 proc. Call cont_and_backtrace for each of the code paths that
7512 we want to test in the unwinder.
7513
b7f38fda
AA
75142016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7515
7516 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7517 the definition of struct S.
7518
1f8db343
CM
75192016-11-11 Catherine Moore <clm@codesourcery.com>
7520
7521 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7522
fad0c9fb
PA
75232016-11-09 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.base/commands.exp (runto_or_return): New procedure.
7526 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7527 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7528 (progvar_simple_while_test, progvar_complex_if_while_test)
7529 (if_while_breakpoint_command_test)
7530 (infrun_breakpoint_command_test, breakpoint_command_test)
7531 (user_defined_command_test, watchpoint_command_test)
7532 (test_command_prompt_position, redefine_hook_test)
7533 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7534 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7535 multi_line_input and multi_line. Remove gdb_expect and
7536 gdb_stop_suppressing_tests uses.
7537 * lib/gdb.exp (valnum_re): New global.
7538 (multi_line_input): New procedure.
7539
8354c62c
SM
75402016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7541
7542 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7543 Remove.
7544 (test_setup): Define with proc_with_prefix.
7545 (test_cli_inferior): Likewise.
7546 (test_cli_thread): Likewise.
7547 (test_cli_frame): Likewise.
7548 (test_cli_select_frame): Likewise.
7549 (test_cli_up_down): Likewise.
7550 (test_mi_thread_select): Likewise.
7551 (test_mi_stack_select_frame): Likewise.
7552 (test_cli_in_mi_inferior): Likewise.
7553 (test_cli_in_mi_thread): Likewise.
7554 (test_cli_in_mi_frame): Likewise.
7555 (top level): Do not use with_test_prefix_procname.
7556
64f367a2
PA
75572016-11-09 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.base/commands.exp (gdbvar_simple_if_test)
7560 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7561 (progvar_simple_if_test, progvar_simple_while_test)
7562 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7563 (infrun_breakpoint_command_test, breakpoint_command_test)
7564 (user_defined_command_test, watchpoint_command_test)
7565 (test_command_prompt_position, deprecated_command_test)
7566 (bp_deleted_in_command, temporary_breakpoint_commands)
7567 (stray_arg0_test, source_file_with_indented_comment)
7568 (recursive_source_test, if_commands_test)
7569 (error_clears_commands_left, redefine_hook_test)
7570 (redefine_backtrace_test): Use proc_with_prefix.
7571 * lib/gdb.exp (proc_with_prefix): New proc.
7572
0bb65f1e
AA
75732016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7574
7575 * gdb.base/tui-layout.c: New file.
7576 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7577 disassembly window contains very long lines.
7578
7353f247
TT
75792016-11-08 Tom Tromey <tom@tromey.com>
7580
7581 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7582 depend on Python 2.
7583
30a7bb83
TT
75842016-11-08 Tom Tromey <tom@tromey.com>
7585
7586 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7587 New method.
7588
cdf5a07c
MG
75892016-10-29 Manish Goregaokar <manish@mozilla.com>
7590
2806dc7e 7591 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7592
51a789c3
MG
75932016-10-27 Manish Goregaokar <manish@mozilla.com>
7594
2806dc7e
PA
7595 * gdb.rust/simple.rs: Add test for univariant enums without
7596 discriminants and for encoded struct-like enums.
51a789c3 7597
f610ab6d
PA
75982016-10-28 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7601 gdb_test_multiple, tighten regexps and match symtabs and line
7602 tables incrementally.
7603
b129b0ca
LM
76042016-10-28 Luis Machado <lgustavo@codesourcery.com>
7605
7606 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7607 general.
7608
ecf45d2c
SL
76092016-10-25 Luis Machado <lgustavo@codesourcery.com>
7610
7611 * gdb.base/exec-invalid-sysroot.exp: New file.
7612
b8d38ee4
JK
76132016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7616
f90fd8c2
JK
76172016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7618
7619 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7620
2d2476aa
MR
76212016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7622
2806dc7e
PA
7623 * gdb.base/killed-outside.exp: Remove $options from a call to
7624 `prepare_for_testing'.
2d2476aa 7625
e42b25a0
SM
76262016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7627
7628 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7629 Change test message.
7630
3ccdb432
SM
76312016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7632
7633 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7634 Update comment.
7635
5bad3170
SM
76362016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7637
7638 * gdb.trace/mi-trace-save.exp: New file.
7639
5ad9dba7
YQ
76402016-10-13 Yao Qi <yao.qi@linaro.org>
7641
7642 * gdb.base/code_elim.exp (get_var_address): Remove.
7643 * gdb.base/relocate.exp: Likewise.
7644 * gdb.base/shreloc.exp: Likewise.
7645 * lib/gdb.exp (get_var_address): New.
7646
62df7e21
YQ
76472016-10-13 Yao Qi <yao.qi@linaro.org>
7648
7649 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7650 floating point tests if $skip_float_test is false.
7651
4dac951e
LM
76522016-10-12 Luis Machado <lgustavo@codesourcery.com>
7653
7654 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7655 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7656 argc values.
7657 Add 1 to argc so we guarantee distinct initial/modified argc values.
7658
8f1a8fc4
JK
76592016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7660
7661 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7662
16c85b5d
JK
76632016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7666 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7667 * gdb.arch/vsx-regs.exp: Likewise.
7668
1d0e042a
YQ
76692016-10-07 Yao Qi <yao.qi@linaro.org>
7670
7671 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7672
68dadef5
MM
76732016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7674
7675 * gdb.python/python.exp: Test decode_line("*0").
7676
33fa2c6e
DE
76772016-10-06 Doug Evans <dje@google.com>
7678
7679 * gdb.python/py-value.exp (test_value_creation): Add test for large
7680 unsigned 64-bit value.
7681
9c37b5ae
TT
76822016-10-06 Tom Tromey <tom@tromey.com>
7683
7684 * gdb.compile/compile.exp: Change java tests to rust.
7685 * gdb.base/setshow.exp: Change java tests to rust.
7686 * gdb.base/default.exp: Remove java from language list.
7687 * README (Examples): Update language example.
7688 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7689 test.
7690 * lib/gdb.exp (skip_java_tests): Remove.
7691 * lib/java.exp: Remove.
7692 * gdb.java: Remove.
7693
78b86327
MR
76942016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7695
7696 * gdb.arch/mips-fcr.exp: New test.
7697 * gdb.arch/mips-fcr.c: Source for the new test.
7698
7470adbb
MR
76992016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7700
7701 * gdb.base/solib-disc.exp: Use `standard_output_file'
7702 throughout.
7703
4a556533
PA
77042016-10-06 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.base/jit-simple-dl.c: New file.
7707 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7708 * gdb.base/jit-simple.c: ... this.
7709 * gdb.base/jit-simple.exp (jit_run): Delete.
7710 (build_jit): New proc.
7711 (jit_test_reread): Recompile either the main program or the shared
7712 library, depending on what is being tested. Skip changing address
7713 if caller wants to. Compare before/after addresses. If testing
7714 standalone, explicitly load the binary. Test "maint info
7715 breakpoints".
7716 (top level): Add "standalone vs shared lib" and "change address"
7717 vs "same address" axes.
7718
5a122fbc
PA
77192016-10-06 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7722 call.
7723 (jit_run): Delete.
7724 (jit_test_reread): Use with_test_prefix. Reload the main binary
7725 explicitly. Compare the before/after addresses of the JIT
7726 descriptor.
7727
ee8da4b8
DE
77282016-08-15 Doug Evans <dje@google.com>
7729
7730 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7731 for single bitfields is bool.
7732 * gdb.xml/tdesc-regs.exp: Ditto.
7733
f389f6fe
JK
77342016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7737
fdebf1a4
YQ
77382016-10-05 Yao Qi <yao.qi@linaro.org>
7739
7740 * lib/gdb.exp (support_complex_tests): Return zero if
7741 gdb_skip_float_test return true.
7742
9c36d954 77432016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7744 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7745
7746 PR gdb/20487
7747 * gdb.mi/user-selected-context-sync.exp: New file.
7748 * gdb.mi/user-selected-context-sync.c: New file.
7749
4034d0ff 77502016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7751 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7752
7753 PR gdb/20487
7754 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7755 =thread-select-event check.
7756
a4297203
PB
77572016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7758
7759 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7760 the compulsory L operand changes.
7761 * gdb.arch/powerpc-power.s: Likewise.
7762
bb805577
JK
77632016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7766 * gdb.base/jit-attach-pie.c: New file.
7767 * gdb.base/jit-attach-pie.exp: New file.
7768
6d61dee5
PA
77692016-09-28 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.base/infcall-input.c: New file.
7772 * gdb.base/infcall-input.exp: New file.
7773
f73842fc
YQ
77742016-09-22 Yao Qi <yao.qi@linaro.org>
7775
7776 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7777 (gdb_exit): Rename it to ...
7778 (gdbserver_gdb_exit): ... Close GDBserver.
7779 (gdb_exit): New proc, call gdbserver_gdb_exit.
7780 (mi_gdb_exit): Likewise.
7781
90681dab
YQ
77822016-09-22 Yao Qi <yao.qi@linaro.org>
7783
7784 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7785 path.
7786 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7787 Remove duplication.
7788
9c211fd8
YQ
77892016-09-22 Yao Qi <yao.qi@linaro.org>
7790
7791 * lib/gdbserver-support.exp: Check the existence of
7792 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7793
ad0a504f
AK
77942016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7795
7796 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7797
36cf1806
TT
77982016-09-21 Tom Tromey <tom@tromey.com>
7799
7800 PR gdb/20604:
7801 * gdb.base/quit.exp: New file.
7802
74172ecf
SM
78032016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7804
7805 * .gitignore: New file.
7806
3d0ec882
MR
78072016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7808
7809 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7810 throughout.
7811
8193adea
AA
78122016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7813
7814 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7815
d41a5c09
JK
78162016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7817
7818 * gdb.cp/casts.cc (decltype): Move it ...
7819 (main): ... with its call to ...
7820 * gdb.cp/casts03.cc: ... a new file.
7821 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7822
d2dfe700
JK
78232016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7824
7825 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7826
e2a92b16
PB
78272016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7828
7829 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7830 and sync up the test with tests in gas/testsuite/gas/ppc.
7831 * gdb.arch/powerpc-power.exp: Likewise.
7832
49b4de64
JK
78332016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7834
7835 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7836
2c29df25
SDJ
78372016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7838 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7841 make m1's definition to be different from m2's. Use 'dummy' as an
7842 argument for probe 'two'.
7843
cc3c2846
JB
78442016-09-10 Jon Beniston <jon@beniston.com>
7845
7846 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7847 for sim target.
7848
e1b2624a
AA
78492016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7850
7851 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7852 variable declaration.
7853 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7854 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7855 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7856 received HWCAP as its argument.
7857
4295e285
PA
78582016-09-06 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.base/new-ui-pending-input.c: New file.
7861 * gdb.base/new-ui-pending-input.exp: New file.
7862 * gdb.exp (clear_gdb_spawn_id): New procedure.
7863 (with_spawn_id): Check whether gdb_spawn_id exists before
7864 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7865 on exit.
7866
00d5215e
UW
78672016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7868
7869 * gdb.base/float128.c: New file.
7870 * gdb.base/float128.exp: Likewise.
7871 * gdb.base/floatn.c: Likewise.
7872 * gdb.base/floatn.exp: Likewise.
7873
a9ff5f12
UW
78742016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7875
7876 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7877
f245535c
PA
78782016-09-05 Pedro Alves <palves@redhat.com>
7879
7880 PR backtrace/19927
7881 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7882 unwinders are immediately called as side effect of "source" or
7883 "disable unwinder" commands.
7884 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7885
ae9cf263
YQ
78862016-09-02 Yao Qi <yao.qi@linaro.org>
7887
7888 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7889 is true and $type is "float" or "double".
7890
27aba047
YQ
78912016-09-02 Yao Qi <yao.qi@linaro.org>
7892
7893 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7894 true.
7895 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7896 * gdb.base/call-rt-st.exp: Likewise.
7897 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7898 return value instead of gdb,skip_float_test.
7899 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7900 (do_function_calls): Use its return value instead of
7901 gdb,skip_float_test.
7902 * gdb.base/finish.exp: Likewise.
7903 * gdb.base/funcargs.exp: Likewise.
7904 * gdb.base/return.exp: Likewise.
7905 * gdb.base/return2.exp: Likewise.
7906 * gdb.base/varargs.exp: Likewise.
7907 * lib/gdb.exp (gdb_skip_float_test): Change it to
7908 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7909
5af962df
AA
79102016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7911
7912 * gdb.multi/tids.exp: Test "thread apply all".
7913
7fac6910
JK
79142016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7915
7916 * gdb.base/default.exp (tty): Remove.
7917
bb1fe4ac
KB
79182016-08-24 Kevin Buettner <kevinb@redhat.com>
7919
2806dc7e
PA
7920 * gdb.python/py-recurse-unwind.c: New file.
7921 * gdb.python/py-recurse-unwind.py: New file.
7922 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7923
0a1ddfa6
SM
79242016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7925
7926 * gdb.base/set-inferior-tty.exp: New file.
7927 * gdb.base/set-inferior-tty.c: New file.
7928
d9de1fe3
PA
79292016-08-23 Pedro Alves <palves@redhat.com>
7930
7931 PR gdb/20494
7932 * gdb.base/new-ui-echo.c: New file.
7933 * gdb.base/new-ui-echo.exp: New file.
7934
e9d9abd7
YQ
79352016-08-23 Yao Qi <yao.qi@linaro.org>
7936
7937 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7938 gdbserver_spawn.
7939 * gdb.server/connect-without-multi-process.exp (do_test):
7940 Likewise.
7941
3589529e
YQ
79422016-08-23 Yao Qi <yao.qi@linaro.org>
7943
7944 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7945 standalone_txt. Delete gdb_txt and standalone_txt on host
7946 and target. Spawn the binary on target. Copy files from
7947 target to host.
7948
6bb90213
PA
79492016-08-22 Pedro Alves <palves@redhat.com>
7950
7951 PR gdb/20505
7952 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7953 with_test_prefix. Factor out bits to ...
7954 (test_no_vdso): ... this new procedure.
7955
20c2c024
CL
79562016-08-19 Carl Love <cel@us.ibm.com>
7957
7958 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7959 maintaining separate logic for constructing the output path.
7960 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7961 * gdb.arch/ppc-dfp.exp: Likewise.
7962 * gdb.arch/ppc-fp.exp: Likewise.
7963 * gdb.arch/vsx-regs.exp: Likewise.
7964 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7965 binprefix for generating the additional binary files.
7966
0646e07d
PA
79672016-08-19 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.trace/mi-trace-frame-collected.exp
7970 (test_trace_frame_collected): On x32, expect two registers.
7971
46da9242
CL
79722016-08-18 Carl Love <cel@us.ibm.com>
7973
7974 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7975 and sync up the test with tests in gas/testsuite/gas/ppc.
7976 * gdb.arch/powerpc-power.exp: Likewise.
7977
eb2332d7
SM
79782016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7979
7980 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7981 expected error message.
7982
63c61e04
SM
79832016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7984
7985 * gdb.multi/remove-inferiors.exp: New file.
7986 * gdb.multi/remove-inferiors.c: New file.
7987
7b17065f
YQ
79882016-08-12 Yao Qi <yao.qi@linaro.org>
7989
7990 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7991 argument list.
7992
01d3dedf
PA
79932016-08-10 Pedro Alves <palves@redhat.com>
7994
7995 PR gdb/19187
7996 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7997 setup_kfails.
7998
3eb7562a
PA
79992016-08-09 Pedro Alves <palves@redhat.com>
8000 Simon Marchi <simon.marchi@ericsson.com>
8001
8002 PR gdb/20418
8003 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8004 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8005
80614914
PA
80062016-08-09 Pedro Alves <palves@redhat.com>
8007
8008 PR mi/20431
8009 * gdb.mi/mi-cmd-error.exp: New file.
8010
f348d89a
PA
80112016-08-09 Pedro Alves <palves@redhat.com>
8012
8013 PR gdb/18653
8014 * gdb.base/signals-state-child.c: New file.
8015 * gdb.base/signals-state-child.exp: New file.
8016 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8017
e5ca03b4
PA
80182016-08-09 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8021
282a0691
TT
80222016-08-03 Tom Tromey <tom@tromey.com>
8023
8024 PR python/18565:
8025 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8026
41bfcd63
YQ
80272016-08-01 Yao Qi <yao.qi@linaro.org>
8028
8029 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8030 variable mode to "multi-process" if $multi_process is 1, otherwise
8031 set it to "single-process".
8032
e3465b24
YQ
80332016-08-01 Yao Qi <yao.qi@linaro.org>
8034
8035 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8036 * gdb.cp/cpexprs.exp: Likewise.
8037 * gdb.cp/m-static.exp: Likewise.
8038
0b31a4bc
TT
80392016-07-26 Tom Tromey <tom@tromey.com>
8040
8041 PR python/20190:
8042 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8043 test.
8044
e0461dbb
MM
80452016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8046
8047 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8048 selecting assembly source files.
8049 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8050 assembly source files.
8051 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8052 assembly source files.
8053 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8054 selecting assembly source files.
8055
8194e927
SM
80562016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8057
8058 * gdb.base/new-ui.exp (do_test_invalid_args): New
8059 procedure.
8060
c0272db5
TW
80612016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8062
8063 * gdb.btrace/reconnect.c: New file.
8064 * gdb.btrace/reconnect.exp: New file.
8065
e3487908
GKB
80662016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8067
8068 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8069 to test_catch_syscall_group.
8070 (test_catch_syscall_group): New.
8071
12df5c00
TT
80722016-07-21 Tom Tromey <tom@tromey.com>
8073
8074 * gdb.rust/simple.rs (main): Use empty struct expression.
8075 * gdb.rust/simple.exp: Add tests for empty struct expression.
8076
bae62ee2
YQ
80772016-07-21 Yao Qi <yao.qi@linaro.org>
8078
8079 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8080 if gdb_skip_xml_test is true on some targets.
8081
b1b53fb3
YQ
80822016-07-21 Yao Qi <yao.qi@linaro.org>
8083
8084 * gdb.server/solib-list.exp: Unset last_loaded_file.
8085
027d97f8
JK
80862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8087
8088 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8089 "step into captured_main (args)".
8090
7674d381
JK
80912016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8094
72b5d099
JK
80952016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8096
8097 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8098
1f960ced
PA
80992016-07-19 Pedro Alves <palves@redhat.com>
8100
8101 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8102 * gdb.opt/inline-bt.exp: Likewise.
8103 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8104 additional_flags=-Winline.
8105 * gdb.opt/inline-locals.exp: Likewise.
8106 * gdb.opt/inline-markers.c (ATTR): Define.
8107 (inlined_fn): Use it.
8108
f25827c1
YQ
81092016-07-19 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8112 (test_with_self): Remove some code. Remove argument executable.
8113 (top-level): Use do_self_tests.
8114
37539ebe
DB
81152016-07-15 Zachary Welch <zwelch@codesourcery.com>
8116 Don Breazeal <donb@codesourcery.com>
8117
8118 * gdb.base/maint.exp: Escape paths used in regular expressions.
8119 * gdb.stabs/weird.exp: Likewise.
8120
dac790e1
TT
81212016-07-13 Tom Tromey <tom@tromey.com>
8122
8123 PR python/15620, PR python/18620:
8124 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8125 (test_bkpt_events): New procs.
8126
93daf339
TT
81272016-07-13 Tom Tromey <tom@tromey.com>
8128
8129 PR python/17698:
8130 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8131 test.
8132 (test_watchpoints): Likewise.
8133 (test_bkpt_pending): New proc.
8134
6571a381
TT
81352016-07-13 Tom Tromey <tom@tromey.com>
8136
8137 PR cli/18053:
8138 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8139 completion test.
8140
e8732474
JK
81412016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8142
8143 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8144 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8145 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8146 f_label.
8147 (g): Rename g_end_lbl to g_label.
8148 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8149 low_pc and high_pc.
8150 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8151
e0f3fd7c
TT
81522016-07-12 Tom Tromey <tom@tromey.com>
8153
8154 PR python/19293:
8155 * gdb.python/py-unwind-maint.exp: Update tests.
8156
3cfe46b6
YQ
81572016-07-12 Yao Qi <yao.qi@linaro.org>
8158
8159 * lib/selftest-support.exp (selftest_setup): Match the output
8160 when captured_main is inlined.
8161
4f19a0e6
WT
81622016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8163
8164 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8165 New variables.
8166 (print this%a, print this%b, print this): New tests.
8167 * gdb.fortran/derived-types.f90 (this): New object and
8168 initialization.
8169
986cf455
SM
81702016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8171
8172 * gdb.ada/arraydim.exp: Remove extra directory level in build
8173 directory.
8174
f0464b23
SM
81752016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8176
8177 * lib/ada.exp: Remove extra directory level in build directory.
8178 * gdb.ada/cond_lang.exp: Likewise.
8179 * gdb.ada/exec_changed.exp: Likewise.
8180 * gdb.ada/lang_switch.exp: Likewise.
8181
42d94011
MG
81822016-07-06 Manish Goregaokar <manish@mozilla.com>
8183
2806dc7e
PA
8184 * simple.rs: Add test for raw pointer subscripting.
8185 * simple.exp: Add test expectations.
42d94011 8186
647c264c
YQ
81872016-07-05 Yao Qi <yao.qi@linaro.org>
8188
8189 * gdb.mi/mi-reverse.exp: Match =record-started output.
8190
20aa2c60
PA
81912016-07-01 Pedro Alves <palves@redhat.com>
8192
8193 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8194 procedure.
8195 (jit_reader_test): Test the jit reader's unwinder.
8196 * gdb.base/jithost.c (jit_function_00_code): New global.
8197 (main): Use memcpy to fill in the mmapped code, instead of poking
8198 bytes manually here.
8199 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8200 value.
8201 (read_debug_info): Save the function's range.
8202 (read_sp): New function.
8203 (unwind_frame): Use it. Also unwind RBP.
8204 (get_frame_id): Use read_sp.
8205 (gdb_init_reader): Use calloc instead of malloc.
8206 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8207 parameter. Use gdb_test_multiple.
8208
ced2dffb
PA
82092016-07-01 Pedro Alves <palves@redhat.com>
8210 Antoine Tremblay <antoine.tremblay@ericsson.com>
8211
8212 * gdb.threads/process-dies-while-detaching.c: New file.
8213 * gdb.threads/process-dies-while-detaching.exp: New file.
8214
63000888
PA
82152016-07-01 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.multi/watchpoint-multi-exit.c: New file.
8218 * gdb.multi/watchpoint-multi-exit.exp: New file.
8219
038d4868
PA
82202016-06-30 Pedro Alves <palves@redhat.com>
8221
8222 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8223 unset inferior_spawn_id.
8224
994e9c83
PA
82252016-06-30 Pedro Alves <palves@redhat.com>
8226
8227 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8228 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8229
e5653468
YQ
82302016-06-29 Yao Qi <yao.qi@linaro.org>
8231
8232 * gdb.base/return.c: Add copyright header.
8233
803b47e5
TT
82342016-06-29 Tom Tromey <tom@tromey.com>
8235
8236 PR python/20129:
8237 * gdb.python/py-framefilter.exp: Add tests for setting priority
8238 and disabling of non-existent frame filter.
8239
28244707
YQ
82402016-06-29 Yao Qi <yao.qi@linaro.org>
8241
8242 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8243 0x0f07ff.
8244
a31d2f06
YQ
82452016-06-28 Yao Qi <yao.qi@linaro.org>
8246
8247 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8248 triplets. Start gdb, execute catch syscall, and continue. Check
8249 gdb's output to determine catch syscall is supported.
8250
921d8f54
MG
82512016-06-27 Manish Goregaokar <manish@mozilla.com>
8252
25d49b86
PA
8253 * gdb.rust/simple.rs: Add test for returning unit in a function.
8254 * gdb.rust/simple.exp: Add expectation for functions returning
8255 unit.
921d8f54 8256
f4952523
PMR
82572016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8258
8259 * gdb.python/py-breakpoint-create-fail.c,
8260 gdb.python/py-breakpoint-create-fail.exp,
8261 gdb.python/py-breakpoint-create-fail.py: New testcase.
8262
fccb08f8
MG
82632016-06-25 Manish Goregaokar <manish@mozilla.com>
8264
8265 PR gdb/20239
8266 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8267 * gdb.rust/simple.exp: Add test expectations for new NonZero
8268 tests.
fccb08f8 8269
6b850546
DT
82702016-06-24 David Taylor <dtaylor@emc.com>
8271
8272 * gdb.base/offsets.exp: New file.
8273 * gdb.base/offsets.c: New file.
8274
17621150
TT
82752016-06-23 Tom Tromey <tom@tromey.com>
8276
8277 PR gdb/16483:
8278 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8279 before any filters are loaded.
8280
04d59df6
WT
82812016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8282
8283 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8284 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8285 structs.
8286 * gdb.fortran/derived-type-function.exp: New file.
8287 * gdb.fortran/derived-type-function.f90: New file.
8288
8289
ac69f786
PA
82902016-06-21 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.base/new-ui.exp: New file.
8293 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8294 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8295 (with_spawn_id): New procedure.
8296
49940788
PA
82972016-06-21 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.mi/mi-exec-run.exp: New file.
8300
ef274d26
PA
83012016-06-21 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8304 breakpoint command's output on the main UI.
8305 (test_break): New procedure, factored out from calls in the top
8306 level.
8307 (top level): Use foreach_with_prefix to test MI as main UI and as
8308 separate UI.
8309
468afe6c
PA
83102016-06-21 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8313 (test_awatch_creation_and_listing)
8314 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8315 Remove 'type' parameter.
8316 (test_watchpoint_all): New parameter mi_mode. Remove
8317 with_test_prefix.
8318 (top level): Use foreach_with_prefix, and add main/separate UI MI
8319 testing axis.
8320
51f77c37
PA
83212016-06-21 Pedro Alves <palves@redhat.com>
8322
8323 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8324 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8325 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8326 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8327 (gdb_main_spawn_id, mi_spawn_id): Declare and
8328 comment.
8329 (mi_create_inferior_pty): New procedure,
8330 factored out from default_mi_gdb_start.
8331 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8332 procedures.
8333 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8334 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8335 Use mi_create_inferior_pty.
8336 (mi_gdb_start): Use eval to pass down args list.
8337
8980e177
PA
83382016-06-21 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8341 * gdb.opt/inline-cmds.exp: Add MI tests.
8342
f38d3ad1
PA
83432016-06-21 Pedro Alves <palves@redhat.com>
8344
8345 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8346
45db7c09
PA
83472016-06-21 Pedro Alves <palves@redhat.com>
8348
8349 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8350 (top level): Use it instead of mi_execute_to.
8351
5a069ab3
PA
83522016-06-21 Pedro Alves <palves@redhat.com>
8353
8354 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8355 (cont_handler_str): New.
8356 (signal_stop_handler): Set stop_handler_str instead of printing to
8357 stdout.
8358 (continue_handler): Set cont_handler_str instead of printing to
8359 stdout.
8360 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8361 mi_send_resuming_command. Print stop_handler_str and
8362 cont_handler_str instead of expecting the python events print
8363 directly.
8364
2838cc1d
SD
83652016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8366
8367 * gdb.base/jit-reader.exp: New file.
8368 * gdb.base/jithost.c: New file.
8369 * gdb.base/jithost.h: New file.
8370 * gdb.base/jitreader.c : New file.
8371 * gdb.base/jit-protocol.h: New file.
8372
21a77091
YQ
83732016-06-17 Yao Qi <yao.qi@linaro.org>
8374
8375 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8376 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8377 and detach-on-fork. Adjust tests.
8378 (top level): Invoke break_cond_on_syscall with combinations of
8379 syscall, follow-fork-mode and detach-on-fork.
8380
f50bf8e5
YQ
83812016-06-17 Yao Qi <yao.qi@linaro.org>
8382
8383 * gdb.base/step-over-exit.c: New.
8384 * gdb.base/step-over-exit.exp: New.
8385
a28d8e50
YTL
83862016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8387
8388 * gdb.base/float.exp: Add target check for nds32*-*-*.
8389 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8390
cad8e26d
AB
83912016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8392
8393 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8394 for unsupported target features.
8395 * gdb.base/call-rt-st.exp: Likewise.
8396 * gdb.base/call-sc.exp: Likewise.
8397 * gdb.base/call-signal-resume.exp: Likewise.
8398 * gdb.base/call-strs.exp: Likewise.
8399 * gdb.base/callexit.exp: Likewise.
8400 * gdb.base/callfuncs.exp: Likewise.
8401 * gdb.base/nodebug.exp: Likewise.
8402 * gdb.base/printcmds.exp: Likewise.
8403 * gdb.base/ptype.exp: Likewise.
8404 * gdb.base/structs.exp: Likewise.
8405 * gdb.base/unwindonsignal.exp: Likewise.
8406 * gdb.cp/gdb2495.exp: Likewise.
8407 * gdb.cp/templates.exp: Likewise.
8408 * gdb.cp/virtfunc.exp: Likewise.
8409 * gdb.threads/hand-call-in-threads.exp: Likewise.
8410 * gdb.threads/interrupted-hand-call.exp: Likewise.
8411 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8412
347dc102
TT
84132016-06-10 Tom Tromey <tom@tromey.com>
8414
8415 PR rust/20110:
8416 * gdb.rust/expr.exp: Add test for integer constant larger than
8417 i32.
8418
5e13cf25
BH
84192016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8420
8421 * gdb.fortran/nested-funcs.exp: New.
8422 * gdb.fortran/nested-funcs.f90: New.
8423
bb556f1f
TK
84242016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8425
8426 * gdb.base/examine-backward.c: New file.
8427 * gdb.base/examine-backward.exp: New file.
8428
38b022b4
SM
84292016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8430
8431 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8432 matching.
8433
1b40ec05
TT
84342016-06-02 Tom Tromey <tom@tromey.com>
8435
8436 PR python/18984:
8437 * gdb.python/py-shared.exp: Add solib_name test.
8438
193bd378
SM
84392016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8440
8441 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8442
3326303b
MG
84432016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8444
8445 PR c++/19893
8446 * gdb.dwarf2/implref.exp: Rename to...
8447 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8448 * gdb.dwarf2/implref-array.c: New file.
8449 * gdb.dwarf2/implref-array.exp: Likewise.
8450 * gdb.dwarf2/implref-global.c: Likewise.
8451 * gdb.dwarf2/implref-global.exp: Likewise.
8452 * gdb.dwarf2/implref-struct.c: Likewise.
8453 * gdb.dwarf2/implref-struct.exp: Likewise.
8454
825c8ef2
AT
84552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8456
8457 * gdb.trace/trace-condition.exp: Add 64bit tests.
8458
2320162a
AT
84592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8460
8461 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8462 bits types.
8463 (main): Adapt to 8 to 64 bits types.
8464 * gdb.trace/trace-condition.exp: Add new tests.
8465
a7818233
AT
84662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8467
8468 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8469
0d336466
AT
84702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8471
8472 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8473 Move condition tests...
8474 * gdb.trace/trace-condition.exp: Here.
8475
7faeb45a
AT
84762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8477
8478 * gdb.trace/trace-condition.exp: Add counter-case tests.
8479
e385593e
JK
84802016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8481
8482 PR c++/15231
8483 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8484 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8485
744608cc
PA
84862016-05-27 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8489 New procedure.
8490 (top level): Call it, and bail out of DejaGnu is known to be bad.
8491
ac775bf4
AB
84922016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8493
8494 * gdb.base/whatis.c: Extend the test case.
8495 * gdb.base/whatis.exp: Add additional tests.
8496
2bbad2ea
BH
84972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8498
8499* gdb.fortran/type.f90: Add pointer variable.
8500* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8501
8b70175d
BH
85022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8503
8504 * gdb.fortran/vla-type.exp: Fix testcase name.
8505
86d8a848
BH
85062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8507
8508 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8509
e188eb36
BH
85102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8511
8512 * gdb.fortran/type.f90: Add nested structures.
8513 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8514 * gdb.fortran/derived-type.exp: Adapt expected output.
8515 * gdb.fortran/vla-type.exp: Adapt expected output.
8516
9b2db1fd
BH
85172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8518
8519 * gdb.fortran/whatis_type.exp: Adapt expected output.
8520
72b17055
BH
85212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8522
8523 * gdb.fortran/print_type.exp: Fix expected output.
8524 * gdb.fortran/whatis_type.exp: Fix expected output.
8525
3cd81d8d
BH
85262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8527
8528 * gdb.fortran/whatis_type.exp: Use multi_line.
8529
ddae9462
TT
85302016-05-24 Tom Tromey <tom@tromey.com>
8531
8532 PR python/17386:
8533 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8534 use value as an index.
8535
1957f6b8
TT
85362016-05-23 Tom Tromey <tom@tromey.com>
8537
8538 PR python/17981:
8539 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8540 no-breakpoint case.
8541
026a9174
PA
85422016-05-24 Pedro Alves <palves@redhat.com>
8543
8544 PR gdb/19828
8545 * gdb.threads/clone-attach-detach.c: New file.
8546 * gdb.threads/clone-attach-detach.exp: New file.
8547
e70a7231
FR
85482016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8549
8550 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8551
0f6ed0e0
TT
85522016-05-23 Tom Tromey <tom@tromey.com>
8553
8554 PR python/19438, PR python/18393:
8555 * gdb.python/py-progspace.exp: Add "dir" test.
8556 * gdb.python/py-objfile.exp: Add "dir" test.
8557
ffd19d61
YQ
85582016-05-23 Yao Qi <yao.qi@linaro.org>
8559
8560 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8561 * gdb.arch/thumb2-it.exp: Likewise.
8562
9e8f9b05
SM
85632016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8564
8565 * gdb.mi/mi-threads-interrupt.c: New file.
8566 * gdb.mi/mi-threads-interrupt.exp: New file.
8567
61c6156d
SM
85682016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8569
8570 PR gdb/18077
8571 * gdb.mi/mi-async-run.exp: New file.
8572 * gdb.mi/mi-async-run.c: New file.
8573
67218854
TT
85742016-05-17 Tom Tromey <tom@tromey.com>
8575 Manish Goregaokar <manishsmail@gmail.com>
8576
8577 * lib/rust-support.exp: New file.
8578 * lib/gdb.exp (skip_rust_tests): New proc.
8579 (build_executable_from_specs): Handle rust.
8580 * lib/future.exp (gdb_find_rustc): New proc.
8581 (gdb_default_target_compile): Handle rust.
8582 * gdb.rust/expr.exp: New file.
8583 * gdb.rust/generics.exp: New file.
8584 * gdb.rust/generics.rs: New file.
8585 * gdb.rust/methods.exp: New file.
8586 * gdb.rust/methods.rs: New file.
8587 * gdb.rust/modules.exp: New file.
8588 * gdb.rust/modules.rs: New file.
8589 * gdb.rust/simple.exp: New file.
8590 * gdb.rust/simple.rs: New file.
8591
c44af4eb
TT
85922016-05-17 Tom Tromey <tom@tromey.com>
8593
8594 * gdb.base/default.exp (set language): Add rust.
8595
dcd1f979
TT
85962016-05-17 Tom Tromey <tom@tromey.com>
8597
8598 * gdb.gdb/unittest.exp: New file.
8599
155b7f57
YQ
86002016-05-16 Yao Qi <yao.qi@linaro.org>
8601
8602 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8603 shell_prompt. Update shell_prompt_re.
8604
8ddd5a6c
DE
86052016-05-12 Doug Evans <dje@google.com>
8606
8607 PR symtab/19999
8608 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8609 $options when building executable.
8610 * gdb.dwarf2/fission-loclists-pie.S: New file.
8611 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8612
02e370d9
SM
86132016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8614
8615 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8616 of [is_remote target],
8617
8929ad8b
SM
86182016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8619
8620 * lib/gdb.exp (use_gdb_stub): New procedure.
8621
6c447423
DE
86222016-05-03 Yunlian Jiang <yunlian@google.com>
8623 Doug Evans <dje@google.com>
8624
8625 PR symtab/19914
8626 * gdb.dwarf2/dwp-sepdebug.c: New file.
8627 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8628
444e826c
SM
86292016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8630
8631 * gdb.base/detach.exp: Remove is_remote check.
8632
740feeaa
SM
86332016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * gdb.base/annota-input-while-running.exp: Don't check for
8636 [is_remote target]. Enable annotations after running to main.
8637 Remove unused "set test..." line.
8638
9080ac9d
SM
86392016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * gdb.trace/trace-enable-disable.exp: New file.
8642 * gdb.trace/trace-enable-disable.c: New file.
8643
952ebca5
SM
86442016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8645
8646 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8647 use it in info sharedlibrary test.
8648 * gdb.trace/ftrace-lock.exp: Likewise.
8649 * gdb.trace/ftrace.exp: Likewise.
8650 * gdb.trace/range-stepping.exp: Likewise.
8651 * gdb.trace/trace-break.exp: Likewise.
8652 * gdb.trace/trace-condition.exp: Likewise.
8653 * gdb.trace/trace-mt.exp: Likewise.
8654
d9019901
SM
86552016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8656
8657 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8658 (gdb_load_shlib): ... this.
8659 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8660 gdb_load_shlib.
8661 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8662 * gdb.base/ctxobj.exp: Likewise.
8663 * gdb.base/dprintf-pending.exp: Likewise.
8664 * gdb.base/dso2dso.exp: Likewise.
8665 * gdb.base/fixsection.exp: Likewise.
8666 * gdb.base/gcore-relro.exp: Likewise.
8667 * gdb.base/gdb1555.exp: Likewise.
8668 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8669 * gdb.base/gnu-ifunc.exp: Likewise.
8670 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8671 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8672 * gdb.base/pending.exp: Likewise.
8673 * gdb.base/print-file-var.exp: Likewise.
8674 * gdb.base/print-symbol-loading.exp: Likewise.
8675 * gdb.base/shlib-call.exp: Likewise.
8676 * gdb.base/shreloc.exp: Likewise.
8677 * gdb.base/so-impl-ld.exp: Likewise.
8678 * gdb.base/solib-disc.exp: Likewise.
8679 * gdb.base/solib-nodir.exp: Likewise.
8680 * gdb.base/solib-overlap.exp: Likewise.
8681 * gdb.base/solib-symbol.exp: Likewise.
8682 * gdb.base/solib-weak.exp (do_test): Likewise.
8683 * gdb.base/sym-file.exp: Likewise.
8684 * gdb.base/symtab-search-order.exp: Likewise.
8685 * gdb.base/type-opaque.exp: Likewise.
8686 * gdb.base/unload.exp: Likewise.
8687 * gdb.base/watchpoint-solib.exp: Likewise.
8688 * gdb.compile/compile.exp: Likewise.
8689 * gdb.cp/gdb2384.exp: Likewise.
8690 * gdb.cp/infcall-dlopen.exp: Likewise.
8691 * gdb.cp/re-set-overloaded.exp: Likewise.
8692 * gdb.fortran/library-module.exp: Likewise.
8693 * gdb.opt/solib-intra-step.exp: Likewise.
8694 * gdb.python/py-finish-breakpoint.exp: Likewise.
8695 * gdb.python/py-shared.exp: Likewise.
8696 * gdb.reverse/solib-precsave.exp: Likewise.
8697 * gdb.reverse/solib-reverse.exp: Likewise.
8698 * gdb.server/solib-list.exp: Likewise.
8699 * gdb.threads/dlopen-libpthread.exp: Likewise.
8700 * gdb.threads/tls-shared.exp: Likewise.
8701 * gdb.threads/tls-so_extern.exp: Likewise.
8702 * gdb.trace/change-loc.exp: Likewise.
8703 * gdb.trace/ftrace-lock.exp: Likewise.
8704 * gdb.trace/ftrace.exp: Likewise.
8705 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8706 * gdb.trace/pending.exp: Likewise.
8707 * gdb.trace/range-stepping.exp: Likewise.
8708 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8709 (strace_info_marker): Likewise.
8710 (strace_probe_marker): Likewise.
8711 (strace_trace_on_same_addr): Likewise.
8712 (strace_trace_on_diff_addr): Likewise.
8713 * gdb.trace/trace-break.exp: Likewise.
8714 * gdb.trace/trace-condition.exp: Likewise.
8715 * gdb.trace/trace-mt.exp: Likewise.
8716
fca4cfd9
SM
87172016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8720 result of gdb_remote_download.
8721 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8722 * gdb.base/dso2dso.exp: Likewise.
8723 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8724 * gdb.base/print-file-var.exp: Likewise.
8725 * gdb.base/shlib-call.exp: Likewise.
8726 * gdb.base/shreloc.exp: Likewise.
8727 * gdb.base/solib-overlap.exp: Likewise.
8728 * gdb.base/solib-weak.exp (do_test): Likewise.
8729 * gdb.base/unload.exp: Likewise.
8730
11cf4ffb
YQ
87312016-04-27 Yao Qi <yao.qi@linaro.org>
8732
8733 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8734 exists.
8735
3e2e34f8
KB
87362016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8737
8738 * vla-type.exp: Print structure from toplevel.
8739
8f07e298
BH
87402016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8741
8742 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8743 of dynamic types.
8744 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8745 of dynamic types.
8746
9920b434
BH
87472016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8748
8749 * gdb.fortran/vla-type.f90: New file.
8750 * gdb.fortran/vla-type.exp: New file.
8751
f3abeff5
YQ
87522016-04-25 Yao Qi <yao.qi@linaro.org>
8753
8754 * gdb.base/branch-to-self.c: New file.
8755 * gdb.base/branch-to-self.exp: New file.
8756
0a5d52f0
YQ
87572016-04-22 Yao Qi <yao.qi@linaro.org>
8758
8759 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8760 more after $hex.
8761
495346f6
YQ
87622016-04-22 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8765 * gdb.base/annota3.exp: Likewise.
8766
4a7e075c
YQ
87672016-04-22 Yao Qi <yao.qi@linaro.org>
8768
8769 * gdb.reverse/step-precsave.exp: Do one step and test program
8770 stops in "callee" and do multiple steps until program goes out
8771 of "callee".
8772 * gdb.reverse/step-reverse.exp: Likewise.
8773
5b061e98
YQ
87742016-04-22 Yao Qi <yao.qi@linaro.org>
8775
8776 * gdb.trace/signal.exp: Also pass if
8777 $tracepoint_hits($i) > $iterations.
8778
5c5dc57f
YQ
87792016-04-22 Yao Qi <yao.qi@linaro.org>
8780
8781 * gdb.trace/signal.c: New file.
8782 * gdb.trace/signal.exp: New file.
8783
a55411b9
DE
87842016-04-19 Doug Evans <xdje42@gmail.com>
8785
8786 * gdb.base/bad-file.exp: New file.
8787
a22df60a
MG
87882016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8789
8790 * gdb.dwarf2/implref.exp: New file.
8791
0c13f7e5
BH
87922016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8793
8794 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8795 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8796 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8797 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8798 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8799 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8800 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8801 * lib/fortran.exp (fortran_int4): New procedure.
8802 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8803 (fortran_logical4): Likewise.
8804
9b9b09e9
BH
88052016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8806
8807 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8808
a14d1f4d
BH
88092016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8810
8811 * lib/compiler.c: Add Intel specific preprocessor macros.
8812 * lib/compiler.cc: Likewise.
25d49b86 8813
7d49b1d0
LM
88142016-04-13 Luis Machado <lgustavo@codesourcery.com>
8815
8816 * gdb.server/connect-with-no-symbol-file.c: New file.
8817 * gdb.server/connect-with-no-symbol-file.exp: New file.
8818
8392fa22
SM
88192016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8820
8821 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8822
8c4c4aeb
SM
88232016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8824
8825 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8826 standard output directory.
8827
45e3745e
AT
88282016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8829
8830 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8831
e26b7e41
MM
88322016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8833
8834 * gdb.btrace/instruction_history.c (loop): Add declaration.
8835
8ce09462
AT
88362016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8837
8838 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8839
2e88a1ea
SM
88402016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8841
8842 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8843 parentheses to print.
8844 (continue_handler): Likewise.
8845
f48e22e3
SM
88462016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8847
8848 * gdb.server/solib-list.exp: Remove is_remote check.
8849 Pass shlib= to gdb_compile. Don't link shared library with
8850 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8851 Run binary filename through "readlink -f" on the target.
8852
096be756
PA
88532016-04-08 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8856 interpreter filename as argument to gdbserver_spawn.
8857 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8858 Return empty if $last_loaded_file does not exist.
8859
06500533
JK
88602016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8863 * gdb.base/jit-main.c: Use exit after usage.
8864
2d35e871
JK
88652016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8866
8867 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8868 GDBHISTSIZE prior to the tests.
8869 * gdb.base/gdbinit-history.exp: Likewise.
8870
88712016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8872
8873 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8874 instead of build_executable. Use gdb_load_shlibs.
8875
c8064e7e
YQ
88762016-04-07 Yao Qi <yao.qi@linaro.org>
8877
8878 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8879 Execute "si" command.
8880
bde47561
YQ
88812016-04-07 Yao Qi <yao.qi@linaro.org>
8882
8883 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8884 number instead of the comments on some line.
8885
b16f8a3b
DB
88862016-04-06 Don Breazeal <donb@codesourcery.com>
8887
8888 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8889 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8890
c2f901df
SM
88912016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8894 standard_output_file. Remove unused binfile variable.
8895
ac17fda0
CU
88962016-04-05 Catalin Udma <catalin.udma@freescale.com>
8897
8898 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8899 * gdb.python/py-mi-objfile.exp: Match "list main" output
8900 in console format.
8901
03a8c4df
SM
89022016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8903
8904 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8905 absolute.
8906
6e774b13
SM
89072016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8908
8909 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8910 absolute.
8911 * gdb.trace/ftrace.exp: Likewise.
8912 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8913 targets as well.
8914 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8915 (gdb_load_shlibs): Copy libraries to test directory when testing
8916 natively. Only set solib-search-path if testing remotely.
8917 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8918
7817ea46
SM
89192016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8920
8921 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8922 gdb_download. Use it even if the target is not remote.
8923 * gdb.base/jit.exp (compile_jit_test): Likewise.
8924 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8925 output directory if the destination board is local, otherwise use
8926 the standard remote_download from DejaGnu.
8927 (gdb_download): Remove.
8928 (gdb_load_shlibs): Use gdb_remote_download instead of
8929 gdb_download.
8930 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8931 Use gdb_remote_download instead of gdb_download. Use it even if
8932 the target is not remote.
8933 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8934 instead of gdb_download.
8935
7beb7f68
SM
89362016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8937
8938 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8939 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8940 run.
8941
cc63428a
AV
89422016-04-01 Artemiy Volkov <artemiyv@acm.org>
8943
8944 PR gdb/19820
8945 * gdb.base/printcmds.exp: Add artificial arrays tests.
8946
64cdf930
PA
89472016-03-31 Pedro Alves <palves@redhat.com>
8948
8949 PR gdb/19858
8950 * gdb.base/jit-main.c: Include unistd.h.
8951 (ATTACH): Define to 0 if not already defined.
8952 (wait_for_gdb, mypid): New globals.
8953 (WAIT_FOR_GDB): New macro.
8954 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8955 some breakpoint locations.
8956 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8957 New procedures.
8958 (one_jit_test): Add REATTACH parameter, and handle it. Use
8959 continue_to_test_location.
8960 (top level): Test attach, and adjusts calls to one_jit_test.
8961
40dea8cb
PA
89622016-03-31 Pedro Alves <palves@redhat.com>
8963
8964 PR gdb/19858
8965 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8966 BINSUFFIX parameter, and handle it.
8967 (top level): Adjust calls compile_jit_test.
8968
e7ea3ec7
CU
89692016-03-31 Catalin Udma <catalin.udma@freescale.com>
8970
8971 PR python/19743
8972 * gdb.python/py-mi-events-gdb.py: New file.
8973 * gdb.python/py-mi-events.c: New file.
8974 * gdb.python/py-mi-events.exp: New file.
8975
e6359af3
YQ
89762016-03-30 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.reverse/until-precsave.exp: Match function name only.
8979 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8980 Move malloc to a condition block.
8981 * gdb.reverse/until-reverse.exp: Match function name only.
8982
a4105d04
MK
89832016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8984
8985 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8986 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8987 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8988 variable for GPR 0 instead of assuming it is register 0.
8989 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8990 * lib/trace-support.exp: Add s390 registers.
8991
bfa6adb9
YQ
89922016-03-29 Yao Qi <yao.qi@linaro.org>
8993
8994 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8995
1e6697ea
YQ
89962016-03-24 Yao Qi <yao.qi@linaro.org>
8997
8998 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8999 test message.
9000
64bcd522
AA
90012016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9002
9003 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9004 maintaining separate logic for constructing the output path.
9005
7868401b
DB
90062016-03-16 Don Breazeal <donb@codesourcery.com>
9007
9008 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9009 Retry fork and waitpid on interrupted system call errors.
9010 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9011 Use with_timeout_factor to increase timeout by factor of 10.
9012
1cafadb4
DB
90132016-03-15 Don Breazeal <donb@codesourcery.com>
9014
9015 * gdb.cp/scope-err.cc: New test program.
9016 * gdb.cp/scope-err.exp: New test script.
9017 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9018 lines and "set breakpoint here" comment.
9019 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9020 Fixed some whitespace and format issues.
9021 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9022 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9023
81516450
DE
90242016-03-15 Doug Evans <dje@google.com>
9025
9026 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9027 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9028 All callers updated. Add tests for enums, mixed flags register.
9029
aa52b601
DE
90302016-03-15 Doug Evans <dje@google.com>
9031
9032 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9033 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9034
fa4ff313
SM
90352016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9036
9037 * gdb.base/default.exp: Add $_as_string to the list of expected
9038 convenience functions.
9039
f2403c39
AB
90402016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9041
9042 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9043
f2f3ccb9
SM
90442016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9045
9046 * gdb.python/py-as-string.exp: New file.
9047 * gdb.python/py-as-string.c: New file.
9048
00dbd492
PA
90492016-03-09 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9052 signal" -> "Thread NN received signal" output change.
9053 * gdb.threads/ia64-sigill.exp: Likewise.
9054 * gdb.threads/linux-dp.exp: Likewise.
9055 * gdb.threads/manythreads.exp: Likewise.
9056 * gdb.threads/pending-step.exp: Likewise.
9057 * gdb.threads/print-threads.exp: Likewise.
9058 * gdb.threads/sigstep-threads.exp: Likewise.
9059 * gdb.threads/staticthreads.exp: Likewise.
9060 * gdb.threads/tls.exp: Likewise.
9061
1e6697ea
YQ
90622016-03-09 Pedro Alves <palves@redhat.com>
9063
9064 * gdb.base/command-line-input.exp: New file.
9065
b04fd3be
MK
90662016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9067
9068 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9069 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9070 * gdb.trace/pending.exp: Accept leading dot before function name.
9071 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9072 * lib/trace-support.exp: Set registers for ppc.
9073
98fa59e9
MK
90742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9075
9076 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9077 use it for disassembly; accept .main in addition to main in backtrace.
9078
f77198c8
MK
90792016-03-09 Wei-cheng Wang <cole945@gmail.com>
9080 Marcin Kościelnicki <koriakin@0x04.net>
9081
9082 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9083 (gdb_recursion_test_ptr): New global variable.
9084 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9085 gdb_recursion_test.
9086 (gdb_c_test): Ditto.
9087
ba84e0da
MK
90882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9089
9090 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9091 ordering.
9092
4366d36e
MK
90932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9094
9095 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9096 (bar): Add bar_start_lbl label.
9097 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9098 of foo/bar for emitting DWARF and tracing.
9099
5eb264df
SDJ
91002016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9101
9102 * analyze-racy-logs.py: Set executable bit.
9103
fb6a751f
SDJ
91042016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9105
9106 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9107 (CHECK_TARGET_TMP): Likewise.
9108 (check-single-racy): New rule.
9109 (check-parallel-racy): Likewise.
9110 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9111 (do-check-parallel-racy): New rule.
9112 (check-racy/%.exp): Likewise.
9113 * README (Racy testcases): New section.
9114 * analyze-racy-logs.py: New file.
9115
bdf7e230
DE
91162016-03-03 Doug Evans <dje@google.com>
9117
9118 * gdb.base/skip.exp: Use with_test_prefix.
9119
4719d415
YQ
91202016-03-03 Yao Qi <yao.qi@linaro.org>
9121
9122 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9123 Invoke step_over_syscall "clone" and break_cond_on_syscall
9124 "clone".
9125 * gdb.base/step-over-clone.c: New file.
9126
ea507862
YQ
91272016-03-03 Yao Qi <yao.qi@linaro.org>
9128
9129 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9130 code format.
9131
8fc8cbda
YQ
91322016-03-03 Yao Qi <yao.qi@linaro.org>
9133
9134 * gdb.base/disp-step-fork.c: Rename to ...
9135 * gdb.base/step-over-fork.c: ... it. New file.
9136 * gdb.base/disp-step-vfork.c: Rename to ...
9137 * gdb.base/step-over-vfork.c: ... it. New file.
9138 * gdb.base/disp-step-syscall.exp: Rename to ...
9139 * gdb.base/step-over-syscall.exp: ... it. New file.
9140 (disp_step_cross_syscall): Rename to ...
9141 (step_over_syscall): ... it.
9142
92fa70b0
YQ
91432016-03-03 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9146 If target supports condition evaluation on target, invoke
9147 break_cond_on_syscall for fork and vfork.
9148
e197ad3c
YQ
91492016-03-03 Yao Qi <yao.qi@linaro.org>
9150
9151 * gdb.base/disp-step-syscall.exp: Don't invoke
9152 support_displaced_stepping.
9153 (disp_step_cross_syscall): Test with displaced stepping off and
9154 on if supported.
9155
0b47da9f
YQ
91562016-03-03 Yao Qi <yao.qi@linaro.org>
9157
9158 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9159 proc.
9160 (setup): New proc.
9161 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9162 and setup.
9163
065ab6dc
BH
91642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9165
9166 * gdb.fortran/vla-history.exp: Remove breakpoint.
9167
07e448ad 91682016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9169
25d49b86
PA
9170 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9171 exceeds timeout.
07e448ad 9172
9ac2d526 91732016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9174
25d49b86
PA
9175 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9176 breakpoint.
9ac2d526 9177
17807369
BH
91782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9179
9180 * gdb.mi/vla.f90: Nullify pointer after declaration.
9181
86e501af
PA
91822016-03-01 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9185
1e903e32
PA
91862016-03-01 Pedro Alves <palves@redhat.com>
9187
9188 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9189 before anything else.
9190 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9191 _GNU_SOURCE here.
9192 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9193 before anything else.
9194 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9195
6ccb54e2
PA
91962016-03-01 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9199
30ca9da1
YQ
92002016-03-01 Yao Qi <yao.qi@linaro.org>
9201
9202 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9203 prepare_for_testing.
9204
dc856b38
YQ
92052016-03-01 Yao Qi <yao.qi@linaro.org>
9206
9207 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9208
4a932159
AA
92092016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9210
9211 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9212 manually constructing the output path.
9213
f2489477
AA
92142016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9215
9216 * gdb.arch/s390-stackless.S: New.
9217 * gdb.arch/s390-stackless.exp: New.
9218
38899f16
IB
92192016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9220
9221 * gdb.dlang/circular.c: New file.
9222 * gdb.dlang/circular.exp: New file.
9223
9fde51ed
YQ
92242016-02-26 Yao Qi <yao.qi@linaro.org>
9225
9226 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9227 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9228 (testcases): Update.
9229
ce90fefe
YQ
92302016-02-26 Yao Qi <yao.qi@linaro.org>
9231
9232 * gdb.reverse/aarch64.c: Rename to ...
9233 * gdb.reverse/insn-reverse.c: ... it.
9234 * gdb.reverse/aarch64.exp: Rename to ...
9235 * gdb.reverse/insn-reverse.exp: ... it.
9236
3263bceb
YQ
92372016-02-26 Yao Qi <yao.qi@linaro.org>
9238
9239 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9240 (testcase_ftype): New.
9241 (testcases): New array.
9242 (n_testcases): New.
9243 (main): Call each element in testcases.
9244 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9245 (read_testcase): New.
9246 Do the tests in a loop.
9247
6cb59ff1
YQ
92482016-02-25 Yao Qi <yao.qi@linaro.org>
9249
9250 * gdb.base/branches.c: Remove.
9251
ae91f625
MK
92522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9253
9254 PR gdb/13808
9255 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9256
678b48b7
MK
92572016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9258
9259 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9260
7337a6f2
MK
92612016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9262
9263 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9264 change x86_64 call_insn to 'callq'.
9265
861ca91f
AT
92662016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9267
9268 * gdb.trace/tfile-avx.c: Move to...
9269 * gdb.trace/tracefile-pseudo-reg.c: Here.
9270 * gdb.trace/tfile-avx.exp: Move to...
9271 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9272
bf74e428
GB
92732016-02-24 Gary Benson <gbenson@redhat.com>
9274
9275 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9276 message on attach.
9277
cce0e923
DE
92782016-02-23 Doug Evans <dje@google.com>
9279
9280 * gdb.base/skip.c (test_skip): New function.
9281 (end_test_skip_file_and_function): New function.
9282 (test_skip_file_and_function): New function.
9283 * gdb.base/skip1.c (test_skip): New function.
9284 (skip1_test_skip_file_and_function): New function.
9285 * gdb.base/skip.exp: Add tests for new skip options.
9286 * gdb.base/skip-solib.exp: Update expected output.
9287 * gdb.perf/skip-command.cc: New file.
9288 * gdb.perf/skip-command.exp: New file.
9289 * gdb.perf/skip-command.py: New file.
9290
4000e47e
MK
92912016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9292
9293 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9294 info registers pattern.
9295
24f75ead
IB
92962016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9297
9298 * lib/future.exp: Add D support.
9299 (gdb_find_gdc): New proc.
9300 (gdb_default_target_compile): Add D support.
9301
fbb7bcbe
WW
93022016-02-18 Wei-cheng Wang <cole945@gmail.com>
9303
9304 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9305 user+system time.
9306 (trace_speed_test): Determine the iteration count for a time
9307 between 15..30 seconds.
9308
012b3a21
WT
93092016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9310
9311 * gdb.arch/i386-mpx-sigsegv.c: New file.
9312 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9313 * gdb.arch/i386-mpx-simple_segv.c: New file.
9314 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9315
2d5189bd
YQ
93162016-02-18 Yao Qi <yao.qi@linaro.org>
9317
9318 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9319 Don't call setup_kfail.
9320
40fb20d0
YQ
93212016-02-18 Yao Qi <yao.qi@linaro.org>
9322
9323 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9324 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9325
21b1f8d2
DE
93262016-02-16 Doug Evans <dje@google.com>
9327
9328 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9329 * gdb.base/skip1.c: Ditto.
9330 * gdb.base/skip.exp: Whitespace cleanup.
9331
4041ed77
DB
93322016-02-16 Don Breazeal <donb@codesourcery.com>
9333
9334 PR remote/19496
9335 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9336 Remove kfail for PR remote/19496.
9337
c4ef31bf
SM
93382016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9339
9340 * lib/gdb.exp (standard_temp_file): Return a path specific to
9341 the runtest invocation.
9342
266b65b3
SM
93432016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9344
9345 * gdb.trace/save-trace.exp: Change relative path to be in the
9346 standard output directory.
9347
a7a0a6a9
JK
93482016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9349
9350 * gdb.arch/i386-prologue.c: Add missing prototypes.
9351
c99dbb42
JK
93522016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9353
9354 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9355 * gdb.arch/i386-prologue.exp: Likewise.
9356 * gdb.arch/i386-size.exp: Likewise.
9357
aa480355
SM
93582016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9359
9360 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9361 define object file path.
9362 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9363 file path.
9364 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9365 standard_output_file to define binfile.
9366
ba881f50
JK
93672016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9368
9369 Fix compatibility with recent gfortran-5.3.1.
9370 * gdb.fortran/vla-history.exp (print vla1 allocated)
9371 (print vla2 allocated, print $2, print $3): Remove
9372 (print $4): Rename to ...
9373 (print $2): ... here.
9374 (print $9): Rename to ...
9375 (print $5): ... here.
9376 (print $10): Rename to ...
9377 (print $6): ... here.
9378 * gdb.fortran/vla.f90: Add pvla initialization.
9379
e9fb005c
JK
93802016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9381
9382 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9383 New test.
9384 * gdb.fortran/vla-value-sub.exp: Likewise.
9385
e44e00ff
MK
93862016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9387
9388 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9389
97e94151
SM
93902016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9391
9392 * i386-biarch-core.exp: Define corefile using
9393 standard_output_file.
9394
01113bc1
YQ
93952016-02-12 Yao Qi <yao.qi@linaro.org>
9396
9397 * gdb.arch/arm-single-step-kernel-helper.c: New.
9398 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9399
33b4777c
MM
94002016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9401
9402 * gdb.btrace/tailcall-only.exp: New.
9403 * gdb.btrace/tailcall-only.c: New.
9404 * gdb.btrace/x86_64-tailcall-only.S: New.
9405 * gdb.btrace/i686-tailcall-only.S: New.
9406
acc23c11
PA
94072016-02-11 Pedro Alves <palves@redhat.com>
9408
9409 * README (Parallel testing): Add missing double quotes.
9410
e352bf0a
PA
94112016-02-11 Pedro Alves <palves@redhat.com>
9412
9413 * README (Parallel testing): New section.
9414 (GDB_PARALLEL): Rewrite.
9415 (FORCE_PARALLEL): Document.
9416
9f5fed78
MK
94172016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9418
9419 * gdb.trace/tfile-avx.c: New test.
9420 * gdb.trace/tfile-avx.exp: New test.
9421
9ef9e6a6
KS
94222016-02-09 Keith Seitz <keiths@redhat.com>
9423
9424 PR breakpoints/19546
9425 * gdb.base/infcall-exec.c: New file.
9426 * gdb.base/infcall-exec2.c: New file.
9427 * gdb.base/infcall-exec.exp: New file.
9428
a96e36da
KS
94292016-02-09 Keith Seitz <keiths@redhat.com>
9430
9431 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9432 (toplevel): Call test_bkpt_address.
9433
9f61929f
KS
94342016-02-09 Keith Seitz <keiths@redhat.com>
9435
9436 PR python/19506
9437 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9438 (toplevel): Call test_bkpt_address.
9439
1e94266c
SM
94402016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9441
9442 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9443 to AC_OUTPUT.
9444 * configure: Regenerate.
9445
2a7f3dff
PA
94462016-02-09 Pedro Alves <palves@redhat.com>
9447
9448 PR breakpoints/19548
9449 * gdb.base/execl-update-breakpoints.c (some_function): New
9450 function.
9451 (main): Call it.
9452 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9453 Tighten expected GDB output.
9454
2151ccc5
SM
94552016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9456
9457 * Makefile.in (ALL_SUBDIRS): Remove.
9458 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9459 (distclean maintainer-clean realclean): Likewise.
9460 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9461 * configure: Regenerate.
9462 * gdb.ada/Makefile.in: Delete.
9463 * gdb.arch/Makefile.in: Likewise.
9464 * gdb.asm/Makefile.in: Likewise.
9465 * gdb.base/Makefile.in: Likewise.
9466 * gdb.btrace/Makefile.in: Likewise.
9467 * gdb.cell/Makefile.in: Likewise.
9468 * gdb.compile/Makefile.in: Likewise.
9469 * gdb.cp/Makefile.in: Likewise.
9470 * gdb.disasm/Makefile.in: Likewise.
9471 * gdb.dlang/Makefile.in: Likewise.
9472 * gdb.dwarf2/Makefile.in: Likewise.
9473 * gdb.fortran/Makefile.in: Likewise.
9474 * gdb.gdb/Makefile.in: Likewise.
9475 * gdb.go/Makefile.in: Likewise.
9476 * gdb.guile/Makefile.in: Likewise.
9477 * gdb.java/Makefile.in: Likewise.
9478 * gdb.linespec/Makefile.in: Likewise.
9479 * gdb.mi/Makefile.in: Likewise.
9480 * gdb.modula2/Makefile.in: Likewise.
9481 * gdb.multi/Makefile.in: Likewise.
9482 * gdb.objc/Makefile.in: Likewise.
9483 * gdb.opencl/Makefile.in: Likewise.
9484 * gdb.opt/Makefile.in: Likewise.
9485 * gdb.pascal/Makefile.in: Likewise.
9486 * gdb.perf/Makefile.in: Likewise.
9487 * gdb.python/Makefile.in: Likewise.
9488 * gdb.reverse/Makefile.in: Likewise.
9489 * gdb.server/Makefile.in: Likewise.
9490 * gdb.stabs/Makefile.in: Likewise.
9491 * gdb.threads/Makefile.in: Likewise.
9492 * gdb.trace/Makefile.in: Likewise.
9493 * gdb.xml/Makefile.in: Likewise.
9494 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9495 GDB_PARALLEL.
9496 (standard_output_file): Remove check for GDB_PARALLEL, always
9497 return path in outputs/$subdir/$testname.
9498
437277d4
SM
94992016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9500
9501 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9502 (site.exp): Assign abs_srcdir to tcl's srcdir.
9503
31d913c7
YQ
95042016-02-04 Yao Qi <yao.qi@linaro.org>
9505
9506 * gdb.base/foll-exec-mode.c: Include limits.h.
9507 (main): Add parameters argc and argv. Get directory from
9508 argv[0].
9509 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9510 compilation.
9511 * gdb.base/foll-exec.c: Include limits.h.
9512 (main): Add parameters argc and argv.
9513 Get directory from argv[0].
9514 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9515 Adjust tests on the number of lines as source code changed.
9516 * gdb.base/foll-vfork-exit.c: Include limits.h.
9517 (main): Add one line of statement before vfork.
9518 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9519 (main): Add parameters argc and argv. Get directory from
9520 argv[0].
9521 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9522 (setup_gdb): Set tbreak to skip some source lines.
9523 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9524 (main): Add parameters argc and argv. Get directory from
9525 argv[0].
9526 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9527 compilation.
9528 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9529 (main): Add parameters argc and argv. Get directory from
9530 argv[0].
9531 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9532 compilation.
9533
9482b9fb
DE
95342016-02-01 Doug Evans <dje@google.com>
9535
9536 * gdb.base/skip.exp: Clean up multiple references to same test name.
9537
6b2e4f10
PA
95382016-02-01 Pedro Alves <palves@redhat.com>
9539
ccb6afd6 9540 PR remote/19496
6b2e4f10
PA
9541 * gdb.threads/forking-threads-plus-breakpoint.exp
9542 (displaced_stepping_supported): New global.
9543 (probe_displaced_stepping_support): New procedure.
9544 (do_test): Add 'displaced' parameter, and use it.
9545 (top level): Check for displaced stepping support. Add displaced
9546 stepping on/off testing axis.
9547
37a8db1a
AB
95482016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9549
9550 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9551 pointer. Don't perform further tests on the unassociated pointer
9552 if the first test fails.
9553
5fdf6324
AB
95542016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9555
9556 * gdb.base/max-value-size.c: New file.
9557 * gdb.base/max-value-size.exp: New file.
9558 * gdb.base/huge.exp: Disable max-value-size for this test.
9559
935c6144
IB
95602016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9561
9562 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9563
7fe8399d
YQ
95642016-01-28 Yao Qi <yao.qi@linaro.org>
9565
9566 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9567
a2077e25
PA
95682016-01-25 Pedro Alves <palves@redhat.com>
9569
9570 PR threads/19461
9571 * gdb.base/fork-running-state.c: New file.
9572 * gdb.base/fork-running-state.exp: New file.
9573
1d2736d4
PA
95742016-01-25 Pedro Alves <palves@redhat.com>
9575
9576 PR gdb/19494
9577 * gdb.base/catch-fork-kill.c: New file.
9578 * gdb.base/catch-fork-kill.exp: New file.
9579
f1da4b11
PA
95802016-01-25 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9583 Delete, moved to lib/gdb.exp.
9584 * gdb.threads/forking-threads-plus-breakpoint.exp
9585 (foreach_with_prefix): Likewise.
9586 * gdb.threads/process-dies-while-handling-bp.exp
9587 (foreach_with_prefix): Likewise.
9588 * lib/gdb.exp (foreach_with_prefix): New procedure.
9589
45f38546
MK
95902016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9591
9592 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9593 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9594
dc29a1ce
MK
95952016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9596
9597 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9598 endian targets.
9599
092127d7
JK
96002016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9601 Pedro Alves <palves@redhat.com>
9602
9603 Fix testsuite compatibility with Guile.
9604 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9605 number.
9606
31d765d3
JK
96072016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 Fix testsuite compatibility with Guile.
9610 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9611 (thread 1): New test for backtrace through signal handler.
9612
1ac78c04
YQ
96132016-01-22 Yao Qi <yao.qi@linaro.org>
9614
9615 PR testsuite/19491
9616 * gdb.base/multi-forks.c: Include
9617 ../lib/unbuffer_output.c
9618 (main): Call gdb_unbuffer_output.
9619
4f5946a8
DE
96202016-01-21 Doug Evans <dje@google.com>
9621
9622 * lib/ada.exp (gdb_compile_ada): Fix typo.
9623
305e13e6
JB
96242016-01-21 Joel Brobecker <brobecker@adacore.com>
9625
9626 * gdb.base/break-fun-addr.exp: New file.
9627 * gdb.base/break-fun-addr1.c: New file.
9628 * gdb.base/break-fun-addr2.c: New file.
9629
5f5dfff6
SM
96302016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9631
9632 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9633 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9634 enum flag values.
9635
fd356fa2
AA
96362016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9637
9638 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9639 when GDB can not set the vector return value. Add more comments
9640 for clarification.
9641
9df22175
AT
96422016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9643
9644 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9645 command.
9646
41d1845e
SM
96472016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9648
9649 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9650
01ac6840
SM
96512016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9652
9653 * Makefile.in (check-single): Pass --status to runtest.
9654 (check/%.exp): Likewise.
9655
96562016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9657
9658 * Makefile.in (check-parallel): Propagate return code from make
9659 do-check-parallel.
9660
bd0a71fa
MK
96612016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9662
9663 * gdb.trace/ftrace.exp: Fix expected message on continue.
9664 * gdb.trace/pending.exp: Fix expected message on continue.
9665 * gdb.trace/trace-break.exp: Fix expected message on continue.
9666
8bcbad33
SM
96672016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9668
9669 * lib/gdb.exp (gdb_test): Remove unused global references.
9670
f303dbd6
PA
96712016-01-18 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.base/async-shell.exp: Adjust expected output.
9674 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9675 * gdb.base/siginfo-thread.exp: Adjust expected output.
9676 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9677 * gdb.java/jnpe.exp: Adjust expected output.
9678 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9679 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9680 * gdb.threads/leader-exit.exp: Adjust expected output.
9681 * gdb.threads/manythreads.exp: Adjust expected output.
9682 * gdb.threads/pthreads.exp: Adjust expected output.
9683 * gdb.threads/schedlock.exp: Adjust expected output.
9684 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9685 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9686 expected output.
9687 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9688 output.
9689 * gdb.threads/sigthread.exp: Adjust expected output.
9690 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9691
b2789696
YQ
96922016-01-18 Yao Qi <yao.qi@linaro.org>
9693
9694 * gdb.guile/scm-section-script.c: Replace @progbits with
9695 %progbits.
9696 * gdb.python/py-section-script.c: Likewise.
9697
71ef29a8
PA
96982016-01-15 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.multi/tids.exp: Test star wildcard ranges.
9701
3f5b7598
PA
97022016-01-15 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9705 command from "thread apply" invocation.
9706 (thr_apply_info_thr_invalid): Default the expected output to the
9707 input tid list.
9708 (top level): Add tests that use convenience variables. Add tests
9709 for "thread apply" with a valid TID list, but missing the command.
9710
663f6d42
PA
97112016-01-13 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.base/default.exp: Expect $_gthread as well.
9714 * gdb.multi/tids.exp: Test $_gthread.
9715 * gdb.threads/thread-specific.exp: Test $_gthread.
9716
c84f6bbf
PA
97172016-01-13 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.multi/tids.exp: Test "info threads -gid".
9720
22a02324
PA
97212016-01-13 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9724 Breakpoint.thread.
9725 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9726
5d5658a1
PA
97272016-01-07 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.base/break.exp: Adjust to output changes.
9730 * gdb.base/hbreak2.exp: Likewise.
9731 * gdb.base/sepdebug.exp: Likewise.
9732 * gdb.base/watch_thread_num.exp: Likewise.
9733 * gdb.linespec/keywords.exp: Likewise.
9734 * gdb.multi/info-threads.exp: Likewise.
9735 * gdb.threads/thread-find.exp: Likewise.
9736 * gdb.multi/tids.c: New file.
9737 * gdb.multi/tids.exp: New file.
9738
84654457
PA
97392016-01-13 Pedro Alves <palves@redhat.com>
9740
9741 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9742
e3940304
PA
97432016-01-13 Pedro Alves <palves@redhat.com>
9744
9745 * gdb.base/default.exp: Expect $_inferior as well.
9746 * gdb.multi/base.exp: Test $_inferior.
9747
a911d87a
PA
97482016-01-13 Pedro Alves <palves@redhat.com>
9749
9750 PR breakpoints/19388
9751 * gdb.base/catch-signal-siginfo-cond.c: New file.
9752 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9753
82075af2
JS
97542016-01-12 Josh Stone <jistone@redhat.com>
9755 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9756
9757 * gdb.base/catch-syscall.c (do_execve): New variable.
9758 (main): Conditionally trigger an execve.
9759 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9760 (test_catch_syscall_execve): New, check entry/return across execve.
9761 (do_syscall_tests): Call test_catch_syscall_execve.
9762
e46eeedd
PA
97632016-01-12 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.base/random-signal.exp (do_test): New procedure, with body
9766 of testcase moved in.
9767
01d8c27e
JK
97682016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9769 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/funcargs.exp (finish from indirectly called function):
9772 Reintroduce the case for 'First'.
9773
9a706302
JK
97742016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9775 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9778 (tcatch_vfork_then_child_follow_exec)
9779 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9780 identification.
9781
c0ecb95f
JK
97822016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9783
9784 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9785 and repeats to unlimited.
9786 * gdb.python/py-value.exp: Likewise.
9787 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9788 and repeats to unlimited.
9789
6cfc1fcb
JK
97902016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9793 and reordering the functions.
9794 * gdb.multi/hangout.c: Likewise.
9795 * gdb.multi/hello.c: Likewise.
9796
582a1b00
SM
97972016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9798
9799 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9800 absolute.
9801 (SingleStatisticTestResult.report): Use dict.keys instead of
9802 dict.iterkeys.
9803
79bc59cb
PA
98042016-01-06 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9807
43368e1d
MM
98082016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9809
9810 * gdb.btrace/dlopen.exp: New.
9811 * gdb.btrace/dlopen.c: New.
9812 * gdb.btrace/dlopen-dso.c: New.
9813
79fad5b8
SL
98142015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9815
9816 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9817 PATTERN argument is optional.
9818
ab8314b3
JB
98192015-12-24 Joel Brobecker <brobecker@adacore.com>
9820
9821 * lib/ada.exp (target_compile_ada_from_dir): New function.
9822 (gdb_compile_ada): Reimplement avoiding the use of project files.
9823 * gdb.ada/gnat_ada.gpr: Delete.
9824 * gdb.ada/cond_lang.exp: Adjust test to make path before
9825 filename optional.
9826 * gdb.ada/small_reg_param.exp: Likewise.
9827
fe33faff
SM
98282015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9829
9830 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9831
6d265cb4
TP
98322015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9833
9834 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9835 case.
9836
10125099
SM
98372015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9838
9839 * gdb.base/break.exp: Remove dead code.
9840 * gdb.base/sepdebug.exp: Likewise.
9841
3ca22649
SM
98422015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9843
9844 * gdb.asm/asm-source.exp: Remove HP-UX references.
9845 * gdb.base/annota1.exp: Likewise.
9846 * gdb.base/annota3.exp: Likewise.
9847 * gdb.base/attach.exp: Likewise.
9848 * gdb.base/bigcore.exp: Likewise.
9849 * gdb.base/break.exp: Likewise.
9850 * gdb.base/call-ar-st.exp: Likewise.
9851 * gdb.base/callfuncs.exp: Likewise.
9852 * gdb.base/catch-fork-static.exp: Likewise.
9853 * gdb.base/display.exp: Likewise.
9854 * gdb.base/foll-exec-mode.exp: Likewise.
9855 * gdb.base/foll-exec.exp: Likewise.
9856 * gdb.base/foll-fork.exp: Likewise.
9857 * gdb.base/foll-vfork.exp: Likewise.
9858 * gdb.base/funcargs.exp: Likewise.
9859 * gdb.base/hbreak2.exp: Likewise.
9860 * gdb.base/inferior-died.exp: Likewise.
9861 * gdb.base/interrupt.exp: Likewise.
9862 * gdb.base/multi-forks.exp: Likewise.
9863 * gdb.base/nodebug.exp: Likewise.
9864 * gdb.base/sepdebug.exp: Likewise.
9865 * gdb.base/solib1.c: Likewise.
9866 * gdb.base/step-test.exp: Likewise.
9867 * gdb.mi/non-stop.c: Likewise.
9868 * gdb.mi/pthreads.c: Likewise.
9869 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9870 * gdb.threads/pthreads.c: Likewise.
9871 * gdb.threads/staticthreads.exp: Likewise.
9872 * lib/future.exp: Likewise.
9873 * lib/gdb.exp: Likewise.
9874 * gdb.base/so-indr-cl.c: Remove.
9875 * gdb.base/so-indr-cl.exp: Likewise.
9876 * gdb.base/solib.c: Likewise.
9877 * gdb.base/solib.exp: Likewise.
9878 * gdb.base/solib2.c: Likewise.
9879
b6304613
SM
98802015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9881
9882 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9883 * gdb.base/call-ar-st.exp: Likewise.
9884 * gdb.base/callfuncs.exp: Likewise.
9885 * gdb.base/condbreak.exp: Likewise.
9886 * gdb.base/constvars.exp: Likewise.
9887 * gdb.base/hbreak2.exp: Likewise.
9888 * gdb.base/langs.exp: Likewise.
9889 * gdb.base/list.exp: Likewise.
9890 * gdb.base/long_long.exp: Likewise.
9891 * gdb.base/ptype.exp: Likewise.
9892 * gdb.base/scope.exp: Likewise.
9893 * gdb.base/signals.exp: Likewise.
9894 * gdb.base/so-impl-ld.exp: Likewise.
9895 * gdb.base/varargs.exp: Likewise.
9896 * gdb.base/volatile.exp: Likewise.
9897 * gdb.base/whatis.exp: Likewise.
9898 * gdb.cp/cplusfuncs.exp: Likewise.
9899 * gdb.cp/inherit.exp: Likewise.
9900 * gdb.cp/local.exp: Likewise.
9901 * gdb.cp/member-ptr.exp: Likewise.
9902 * gdb.cp/method.exp: Likewise.
9903 * gdb.cp/overload.exp: Likewise.
9904 * gdb.cp/templates.exp: Likewise.
9905 * gdb.stabs/weird.exp: Likewise.
9906 * lib/compiler.c: Likewise.
9907 * lib/compiler.cc: Likewise.
9908 * lib/cp-support.exp: Likewise.
9909 * lib/gdb.exp: Likewise.
9910
bf401b07
SM
99112015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9912
9913 * configure.ac: Remove HP-UX case.
9914 * configure: Regenerate.
9915
aff9c0f8
SM
99162015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9917
9918 * lib/gdb.exp (gdb_compile): Add function doc.
9919
a6904d5a
PA
99202015-12-17 Pedro Alves <palves@redhat.com>
9921
9922 PR threads/19354
9923 * gdb.multi/info-threads.exp: New file.
9924
a22279dd
YQ
99252015-12-15 Yao Qi <yao.qi@linaro.org>
9926
9927 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9928 is aarch64*-*-*.
9929
0588c796
SL
99302015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9931
9932 * gdb.base/history-duplicates.exp: Skip if no readline support.
9933
5d978e17
SL
99342015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9935
9936 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9937
7e763b86
SL
99382015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9939
9940 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9941
87a3a92c
SL
99422015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9943
9944 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9945 ctrl-C if nointerrupts target property is set.
9946 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9947 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9948 * gdb.base/paginate-bg-execution.exp: Likewise.
9949 * gdb.base/paginate-execution-startup.exp: Likewise.
9950 * gdb.base/random-signal.exp: Likewise.
9951 * gdb.base/range-stepping.exp: Likewise.
9952 * gdb.cp/annota2.exp: Likewise.
9953 * gdb.cp/annota3.exp: Likewise.
9954 * gdb.gdb/selftest.exp: Likewise.
9955 * gdb.threads/continue-pending-status.exp: Likewise.
9956 * gdb.threads/leader-exit.exp: Likewise.
9957 * gdb.threads/manythreads.exp: Likewise.
9958 * gdb.threads/pthreads.exp: Likewise.
9959 * gdb.threads/schedlock.exp: Likewise.
9960 * gdb.threads/sigthread.exp: Likewise.
9961
a8f077dc
DB
99622015-12-11 Don Breazeal <donb@codesourcery.com>
9963
9964 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9965 remote.
9966 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9967 * gdb.base/foll-exec.exp (main): Enable for target remote.
9968 * gdb.base/foll-fork.exp (main): Likewise.
9969 * gdb.base/foll-vfork.exp (main): Likewise.
9970 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9971 (proc continue_to_exit_bp_loc): Use clean_restart.
9972 * gdb.base/pie-execl.exp (main): Disable for target remote.
9973 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9974 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9975 * gdb.threads/execl.exp (main): Likewise.
9976 * gdb.threads/fork-child-threads.exp (main): Likewise.
9977 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9978 remote.
9979 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9980 remote.
9981 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9982 pid.tid style ptids, instead of just tid.
9983 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9984 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9985 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9986 ptids, instead of just tid.
9987
3b2464a8
AB
99882015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9989
9990 * gdb.base/list.exp (test_list_forward): Add end of file error
9991 test.
9992 (test_repeat_list_command): Add end of file error test.
9993 (test_list_backwards): Add beginning of file error test.
9994
a0def019
AB
99952015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9996
9997 * gdb.base/list.exp (test_list_invalid_args): New function,
9998 defined, and called.
9999
5c000dff
AB
100002015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10001
10002 * gdb.base/list.exp (test_list): Make test names unique.
10003
f1637ebe
YQ
100042015-12-11 Yao Qi <yao.qi@linaro.org>
10005
10006 * gdb.base/coremaker2.c: Remove.
10007
36d6fc0a
PA
100082015-12-10 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.multi/base.exp: Remove stale "spaces" references.
10011
762f7747
PA
100122015-12-10 Pedro Alves <palves@redhat.com>
10013
10014 * gdb.multi/base.exp: Don't use nowarnings.
10015 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10016 * gdb.multi/hangout.c: Include stdio.h.
10017 * gdb.multi/hello.c: Include stdlib.h.
10018 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10019 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10020 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10021
28d2bfb9
AB
100222015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10023
10024 * gdb.dwarf2/dw2-ranges-base.c: New file.
10025 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10026 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10027 support additional line table, and debug ranges generation.
10028 (Dwarf::ranges): New function, generate .debug_ranges.
10029 (Dwarf::lines): Support generating simple line table programs.
10030 (Dwarf::assemble): Initialise new namespace variables.
10031
5fc2beac
KB
100322015-12-09 Kevin Buettner <kevinb@redhat.com>
10033
10034 * gdb.base/async.exp (proc test_background): Add case for
10035 asynchronous execution not supported.
10036
1c35a88f
LM
100372015-12-09 Luis Machado <lgustavo@codesourcery.com>
10038
10039 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10040 format and change test names to make them unique.
10041
b593e3d9
RK
100422015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10043 Pedro Alves <pedro@redhat.com>
10044
10045 PR gdb/18702
10046 Add checking of floatformats setup on x86_64 hosts.
10047 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10048 (smallval, bigval): New labels/constants.
10049 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10050 float" after loading bigval and smallval.
10051
d72413e6
PMR
100522015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10053
10054 * gdb.ada/fun_overload_menu.exp: New testcase.
10055 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10056
ece66d65
JS
100572015-12-04 Josh Stone <jistone@redhat.com>
10058
10059 * gdb.base/catch-fork-static.exp: New.
10060
41d0efca
YQ
100612015-12-03 Yao Qi <yao.qi@linaro.org>
10062
10063 * gdb.base/sizeof.c: Don't include stdio.h and
10064 ../lib/unbuffer_output.c.
10065 (main): New variable 'size' and 'value'. Remove printf and
10066 gdb_unbuffer_output. Assign return value to size and value.
10067 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10068 at the beginning.
10069 (check_sizeof): Check the result by printing variable 'size'.
10070 (check_valueof): Check the result by printing variable 'value'.
10071
99fd02d9
YQ
100722015-12-01 Yao Qi <yao.qi@linaro.org>
10073
10074 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10075 for aarch64*-*-linux* target.
10076
f2faf941
PA
100772015-11-30 Pedro Alves <palves@redhat.com>
10078
10079 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10080
04bf20c5
PA
100812015-11-30 Pedro Alves <palves@redhat.com>
10082
10083 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10084 Handle non-stop mode vCont replies.
10085
09df4675
PA
100862015-11-30 Pedro Alves <palves@redhat.com>
10087
10088 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10089 prepare_for_testing. Start gdb with "set non-stop on" appended to
10090 GDBFLAGS. Lax expected stop output.
10091
58b584af
YQ
100922015-11-27 Yao Qi <yao.qi@linaro.org>
10093
10094 * gdb.arch/arm-neon.exp: New.
10095 * gdb.arch/arm-neon.c: New.
10096
dfcb77a8
YQ
100972015-11-27 Yao Qi <yao.qi@linaro.org>
10098
10099 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10100
88e8ec1b
YQ
101012015-11-27 Yao Qi <yao.qi@linaro.org>
10102
10103 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10104 frames-invalid annotation.
10105
bfde72c2
YQ
101062015-11-27 Yao Qi <yao.qi@linaro.org>
10107
10108 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10109
f6512a69
SM
101102015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10111
10112 * gdb.threads/names.exp: New file.
10113 * gdb.threads/names.c: New file.
10114 * README: Mention gdb,no_thread_names.
10115
46a3515b
MM
101162015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10117
10118 PR 19297
10119 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10120 support" error.
10121
62147a22
PA
101222015-11-24 Pedro Alves <palves@redhat.com>
10123
10124 PR 17539
10125 * gdb.base/display.exp: Expect displays to be sorted in ascending
10126 order. Use multi_line.
10127 * gdb.base/solib-display.exp: Likewise.
10128
2f341b6e
PA
101292015-11-24 Pedro Alves <palves@redhat.com>
10130
10131 PR 17539
25d49b86
PA
10132 * gdb.base/display.exp: Expect displays to be sorted in ascending
10133 order. Use multi_line.
10134 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10135
7e0aa6aa
PA
101362015-11-24 Pedro Alves <palves@redhat.com>
10137
10138 PR 17539
10139 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10140 threads in ascending order.
10141 * gdb.base/foll-fork.exp: Likewise.
10142 * gdb.base/foll-vfork.exp: Likewise.
10143 * gdb.base/multi-forks.exp: Likewise.
10144 * gdb.mi/mi-nonstop.exp: Likewise.
10145 * gdb.mi/mi-nsintrall.exp: Likewise.
10146 * gdb.multi/base.exp: Likewise.
10147 * gdb.multi/multi-arch.exp: Likewise.
10148 * gdb.python/py-inferior.exp: Likewise.
10149 * gdb.threads/break-while-running.exp: Likewise.
10150 * gdb.threads/execl.exp: Likewise.
10151 * gdb.threads/gcore-thread.exp: Likewise.
10152 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10153 * gdb.threads/kill.exp: Likewise.
10154 * gdb.threads/linux-dp.exp: Likewise.
10155 * gdb.threads/multiple-step-overs.exp: Likewise.
10156 * gdb.threads/next-bp-other-thread.exp: Likewise.
10157 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10158 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10159 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10160 * gdb.threads/thread-find.exp: Likewise.
10161 * gdb.threads/tls.exp: Likewise.
10162 * lib/mi-support.exp (mi_reverse_list): Delete.
10163 (mi_check_thread_states): No longer reverse list.
10164
2cc57ad8
PA
101652015-11-24 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10168 use lowercase.
10169
c93e8391
SM
101702015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10171
10172 * gdb.trace/actions.c: Include trace-common.h.
10173 (main): Add a location for a fast tracepoint.
10174 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10175 the normal tracepoints.
10176 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10177
045ccf91
SM
101782015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10179
10180 * save-trace.exp: Factor out code to these...
10181 (gdb_save_tracepoints): New.
10182 (gdb_load_tracepoints): New.
10183 (do_save_load_test): New.
10184
5506f9f6
KB
101852015-11-23 Kevin Buettner <kevinb@redhat.com>
10186
10187 * gdb.base/asmlabel.exp: New test.
10188 * gdb.base/asmlabel.c: New test case.
10189
16c3b12f
JB
101902015-11-23 Joel Brobecker <brobecker@adacore.com>
10191
10192 * gdb.base/wrong_frame_bt_full-main.c: New file.
10193 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10194 * gdb.base/wrong_frame_bt_full.exp: New file.
10195
155bfbd3
JB
101962015-11-23 Joel Brobecker <brobecker@adacore.com>
10197
10198 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10199
bb097445
JM
102002015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10201
206853a0 10202 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10203 pstate register when comparing registers values in
10204 sparc64-*-linux-gnu targets to avoid spurious differences.
10205
9c88ed8f
JM
102062015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10207
206853a0 10208 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10209
96161e25
SL
102102015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10211
10212 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10213 as type argument to gdb_compile.
10214 * gdb.base/nested-subp2.exp: Likewise.
10215 * gdb.base/nested-subp3.exp: Likewise.
10216
340c2830
DV
102172015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10218
10219 * lib/dwarf.exp (_note): Fix left shift of negative value.
10220 * gdb.trace/trace-condition.exp: Likewise.
10221
c1862d0f
YQ
102222015-11-13 Yao Qi <yao.qi@linaro.org>
10223
10224 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10225 comments about d10v.
10226 (test_scalar_returns): Likewise.
10227 * gdb.base/d10v.ld: Remove.
10228 * gdb.base/overlays.exp: Remove the target triplet checking for
10229 d10v-*-*.
10230 * gdb.base/structs.exp (test_struct_returns): Remove the
10231 comments about d10v.
10232 (test_struct_calls): Likewise.
10233
77ae9c19
YQ
102342015-11-13 Yao Qi <yao.qi@linaro.org>
10235
10236 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10237 * gdb.base/gnu_vector.c: Don't include stdio.h.
10238 (main): Don't print res and call add_some_intvecs.
10239
430e004e
MK
102402015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10241
10242 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10243 macro.
10244 (func5): Removed.
10245 (func4): Use FAST_TRACEPOINT_LABEL.
10246 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10247 macro.
10248 (func): Removed.
10249 (thread_function): Use FAST_TRACEPOINT_LABEL.
10250 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10251 (func): Remove.
10252 (marker): Use FAST_TRACEPOINT_LABEL.
10253 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10254 (pendfunc1): Remove.
10255 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10256 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10257 (foo): Remove.
10258 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10259 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10260 macro.
10261 (func): Remove.
10262 (marker): Use FAST_TRACEPOINT_LABEL.
10263 * gdb.trace/trace-common.h: New header.
10264 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10265 macro.
10266 (func): Remove.
10267 (marker): Use FAST_TRACEPOINT_LABEL.
10268 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10269 (func): Remove.
10270 (thread_function): Use FAST_TRACEPOINT_LABEL.
10271
6e7675a7
MK
102722015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10273
10274 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10275 in front.
10276 * gdb.trace/change-loc.exp: Use global pcreg definition.
10277 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10278 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10279 in front.
10280 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10281 * gdb.trace/pending.exp: Likewise.
10282 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10283 * gdb.trace/trace-break.exp: Likewise.
10284 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10285 in front.
10286 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10287 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10288 in front.
10289 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10290
dddc0e16
JB
102912015-11-09 Joel Brobecker <brobecker@adacore.com>
10292
10293 * gdb.ada/fin_fun_out: New testcase.
10294
c6f0b406
KB
102952015-11-07 Kevin Buettner <kevinb@redhat.com>
10296
10297 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10298 value associated with DW_AT_byte_size.
10299 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10300 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10301 DW_AT_upper_bound.
10302
f01dcfd9
KB
103032015-11-07 Kevin Buettner <kevinb@redhat.com>
10304
10305 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10306 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10307 version.
10308 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10309 gdb.dwarf2/dw2-canonicalize-type.exp,
10310 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10311 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10312 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10313 provided by gdb_target_symbol_prefix_flags_asm.
10314 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10315 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10316 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10317 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10318 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10319 macros where needed). Use this macro for symbols which require
10320 the prefix provided by SYMBOL_PREFIX.
10321
2223449a
KB
103222015-11-05 Kevin Buettner <kevinb@redhat.com>
10323
10324 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10325 New procs.
10326 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10327 representing expressions, of more than one list element.
10328 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10329 to prepend linker symbol prefix to f.
10330 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10331 table_1 and table_2.
10332 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10333 Likewise, for f and g.
10334 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10335 for ptr.
10336 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10337 for main.
10338 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10339 table_1_ptr and table_2_ptr.
10340
6f2f1a3a
JK
103412015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10342 Joel Brobecker <brobecker@adacore.com>
10343
10344 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10345
566c56c9
MK
103462015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10347
10348 * gdb.reverse/s390-mvcle.c: New test.
10349 * gdb.reverse/s390-mvcle.exp: New file.
10350 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10351
d5f0636b
MK
103522015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10353
10354 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10355
7ad8b86c
MK
103562015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10357
10358 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10359 reaching marker2.
10360 * gdb.reverse/getresuid-reverse.exp: Likewise.
10361 * gdb.reverse/pipe-reverse.exp: Likewise.
10362 * gdb.reverse/readv-reverse.exp: Likewise.
10363 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10364 * gdb.reverse/time-reverse.exp: Likewise.
10365 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10366
4081c0f1
YQ
103672015-10-30 Yao Qi <yao.qi@linaro.org>
10368
10369 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10370 (empty_cycle): Remove.
10371 (main): Don't call empty_cycle. Don't use watch_count_done.
10372 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10373 empty_cycle. Rewrite the code counting HW watchpoints.
10374
452b4ba5
MK
103752015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10376
10377 * gdb.reverse/fstatat-reverse.c: New test.
10378 * gdb.reverse/fstatat-reverse.exp: New file.
10379 * gdb.reverse/getresuid-reverse.c: New test.
10380 * gdb.reverse/getresuid-reverse.exp: New file.
10381 * gdb.reverse/pipe-reverse.c: New test.
10382 * gdb.reverse/pipe-reverse.exp: New file.
10383 * gdb.reverse/readv-reverse.c: New test.
10384 * gdb.reverse/readv-reverse.exp: New file.
10385 * gdb.reverse/recvmsg-reverse.c: New test.
10386 * gdb.reverse/recvmsg-reverse.exp: New file.
10387 * gdb.reverse/time-reverse.c: New test.
10388 * gdb.reverse/time-reverse.exp: New file.
10389 * gdb.reverse/waitpid-reverse.c: New test.
10390 * gdb.reverse/waitpid-reverse.exp: New file.
10391
5e2e7507
JK
103922015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10393
10394 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10395
0fde2c53
DE
103962015-10-26 Doug Evans <dje@google.com>
10397
10398 PR symtab/17391
10399 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10400 * gdb.dwarf2/bad-regnum.c: New file.
10401 * gdb.dwarf2/bad-regnum.exp: New file.
10402
1a70ae97
DE
104032015-10-26 Doug Evans <dje@google.com>
10404
10405 PR python/18938
10406 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10407 file.
10408
27dc26ab
JK
104092015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10410
10411 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10412 for a change by "Mention language in compile error message".
10413
bed91f4d
SM
104142015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10415
10416 PR python/18073
10417 * gdb.python/py-type.c (C::a_method): New.
10418 (C::a_const_method): New.
10419 (C::a_static_method): New.
10420 (a_function): New.
10421 * gdb.python/py-type.exp (test_fields): Test getting fields
10422 from function and method.
10423
3f2f83dd
KB
104242015-10-21 Keven Boell <keven.boell@intel.com>
10425
10426 * gdb.fortran/vla-alloc-assoc.exp: New file.
10427 * gdb.fortran/vla-datatypes.exp: New file.
10428 * gdb.fortran/vla-datatypes.f90: New file.
10429 * gdb.fortran/vla-history.exp: New file.
10430 * gdb.fortran/vla-ptype-sub.exp: New file.
10431 * gdb.fortran/vla-ptype.exp: New file.
10432 * gdb.fortran/vla-sizeof.exp: New file.
10433 * gdb.fortran/vla-sub.f90: New file.
10434 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10435 * gdb.fortran/vla-value-sub-finish.exp: New file.
10436 * gdb.fortran/vla-value-sub.exp: New file.
10437 * gdb.fortran/vla-value.exp: New file.
10438 * gdb.fortran/vla-ptr-info.exp: New file.
10439 * gdb.mi/mi-vla-fortran.exp: New file.
10440 * gdb.mi/vla.f90: New file.
10441
27145d50
SL
104422015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10443
10444 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10445 of hardwired timeout value.
10446
5f3ff4f8
JK
104472015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10448 Pedro Alves <palves@redhat.com>
10449
10450 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10451 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10452
bfd09d20
JS
104532015-10-19 Josh Stone <jistone@redhat.com>
10454
10455 * gdb.base/catch-syscall.c: Include <sched.h>.
10456 (unknown_syscall): New variable.
10457 (main): Trigger a vfork and an unknown syscall.
10458 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10459 (unknown_syscall_number): Likewise.
10460 (check_call_to_syscall): Accept an optional syscall pattern.
10461 (check_return_from_syscall): Likewise.
10462 (check_continue): Likewise.
10463 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10464 (test_catch_syscall_skipping_return): New test toggling off 'catch
10465 syscall' to step over the syscall return, then toggling back on.
10466 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10467 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10468 (do_syscall_tests): Call test_catch_syscall_without_args and
10469 test_catch_syscall_mid_vfork.
10470 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10471 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10472
b32b93c6
AS
104732015-10-19 Andrew Stubbs <ams@codesourcery.com>
10474
10475 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10476 print g_vE): Add new pass patterns.
10477 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10478 print various symbol names for vptr fields.
10479
9d622bda
AB
104802015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10481
10482 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10483 results.
10484
0fd8ac1c
YQ
104852015-10-12 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10488
34240514
YQ
104892015-10-12 Yao Qi <yao.qi@linaro.org>
10490
10491 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10492 is aarch64*-*-linux*.
10493
8240f442
YQ
104942015-10-12 Yao Qi <yao.qi@linaro.org>
10495
10496 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10497 (can_relocate_bcond_true): ... it.
10498 (can_relocate_bcond_false): New function.
10499 (foo): Likewise.
10500 (can_relocate_bl): Likewise.
10501 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10502 can_relocate_bl.
10503
2520f728
PMR
105042015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10505
10506 * gdb.base/nested-addr.c: New file.
10507 * gdb.base/nested-addr.exp: New testcase.
10508
abcef95a
MM
105092015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10510
10511 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10512 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10513 its output. Ignore the output of "record goto begin" and instead
10514 check that GDB is replaying.
10515
145e3ddb
PA
105162015-10-09 Pedro Alves <palves@redhat.com>
10517
10518 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10519 (top level): Use it in the run with no args test.
10520
d5d8c4e1
IB
105212015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10522
10523 * gdb.dlang/properties.exp: New file.
10524
06e635ef
SL
105252015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10526
10527 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10528 whether or not address 0x1000 is mapped on the target.
10529
e019fd1d
SM
105302015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10531
10532 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10533 build.
10534
77ba2a67
MM
105352015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10536
10537 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10538 instruction-history test.
10539
c60eb31f
DE
105402015-09-28 Doug Evans <dje@google.com>
10541
10542 * gdb.base/gcore.c (array_func): Add reference to static_array.
10543
9a3c8263
SM
105442015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10545
10546 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10547 source line.
10548
9720e656
SL
105492015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10550
10551 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10552 short or char as base type.
10553
938d3bf2
SL
105542015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10555
10556 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10557 to allow any size enum.
10558
e6c2c623
PMR
105592015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10560
10561 * gdb.ada/array_ptr_renaming.exp: New testcase.
10562 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10563 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10564
06da0f77
PL
105652015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10566
10567 * gdb.trace/ftrace-lock.c: New file.
10568 * gdb.trace/ftrace-lock.exp: New file.
10569
4f51c22a
PL
105702015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10571
10572 * gdb.arch/insn-reloc.c: New file.
10573 * gdb.arch/ftrace-insn-reloc.exp: New file.
10574
7041adf4
PL
105752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10576
10577 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10578 instruction.
10579 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10580 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10581 * gdb.trace/range-stepping.c: Likewise.
10582 * gdb.trace/trace-break.c: Likewise.
10583 * gdb.trace/trace-mt.c (thread_function): Likewise.
10584 * gdb.trace/ftrace.c (marker): Likewise.
10585 * gdb.trace/trace-condition.c (marker): Likewise.
10586 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10587 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10588 is_aarch64_target.
10589
015d2e7e
DE
105902015-09-18 Doug Evans <xdje42@gmail.com>
10591
10592 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10593 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10594
26b188a2
SL
105952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10596
10597 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10598 the breakpoint.
10599
79dc332b
SL
106002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10601
10602 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10603 the pending breakpoint. Remove timeout override for "Run till
10604 MI pending breakpoint on pendfunc3 on thread 2" test.
10605
f57929f2
SL
106062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10607
10608 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10609 filename pattern.
10610
3f469b17
SL
106112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10612
10613 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10614 in breakpoint filename pattern.
10615
515b89b3
SL
106162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10617
7800dbe4
SL
10618 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10619
106202015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10621
515b89b3
SL
10622 * gdb.linespec/explicit.exp: Check for readline support for
10623 tab-completion tests. Fix obvious typo.
10624
d2939ba2
MM
106252015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10626
10627 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10628 and replay.
10629
cbb55fa7
MM
106302015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10631
10632 * gdb.btrace/non-stop.c: New.
10633 * gdb.btrace/non-stop.exp: New.
10634
43691ca1
PL
106352015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10636 Yao Qi <yao.qi@linaro.org>
10637
10638 * gdb.trace/trace-condition.c: New file.
10639 * gdb.trace/trace-condition.exp: New file.
10640
d78908cf
WW
106412015-09-16 Wei-cheng Wang <cole945@gmail.com>
10642
10643 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10644 for testing bytecode compilation.
10645
1ed415e2
PA
106462015-09-16 Pedro Alves <palves@redhat.com>
10647 Sandra Loosemore <sandra@codesourcery.com>
10648
10649 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10650 (SECONDS): Redefine.
10651 (main): Call pthread_kill and alarm early.
10652 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10653 support.
10654 (test): If the target can't hardware step and doesn't support
10655 displaced stepping, increase the timeout.
10656
d136eff5
PA
106572015-09-16 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10660 (enable_debug): New procedures.
10661 (test): Use them. Bail out if waiting for threads fails.
10662 (top level): Bail out if a test fails.
10663
991f019c
YQ
106642015-09-16 Yao Qi <yao.qi@linaro.org>
10665
10666 * gdb.asm/asm-source.exp: Set asm-arch for
10667 aarch64*-*-* target.
10668 * gdb.asm/aarch64.inc: New file.
10669
bfca584f
PMR
106702015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10671
10672 * gdb.ada/array_of_variable_length.exp: New testcase.
10673 * gdb.ada/array_of_variable_length/foo.adb: New file.
10674 * gdb.ada/array_of_variable_length/pck.adb: New file.
10675 * gdb.ada/array_of_variable_length/pck.ads: New file.
10676
b326e587
DE
106772015-09-15 Doug Evans <dje@google.com>
10678
10679 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10680 of function static local variable.
10681
5382cfab
PW
106822015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10683
10684 * gdb.threads/tls-so_extern.exp: New test file.
10685 * gdb.threads/tls-so_extern.c: New test file.
10686 * gdb.threads/tls-so_extern_main.c: New test file.
10687
141c5cc4
JK
106882015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10689
10690 * gdb.opt/solib-intra-step-lib.c: New file.
10691 * gdb.opt/solib-intra-step-main.c: New file.
10692 * gdb.opt/solib-intra-step.exp: New file.
10693
d15dcecd
PA
106942015-09-15 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10697 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10698
4c2f2a79
PA
106992015-09-14 Pedro Alves <palves@redhat.com>
10700
10701 * gdb.base/hook-stop-continue.c: Delete.
10702 * gdb.base/hook-stop-continue.exp: Delete.
10703 * gdb.base/hook-stop-frame.c: Delete.
10704 * gdb.base/hook-stop-frame.exp: Delete.
10705 * gdb.base/hook-stop.c: New file.
10706 * gdb.base/hook-stop.exp: New file.
10707
919e6dbe
PMR
107082015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10709
10710 * gdb.ada/access_to_packed_array.exp: New testcase.
10711 * gdb.ada/access_to_packed_array/foo.adb: New file.
10712 * gdb.ada/access_to_packed_array/pack.adb: New file.
10713 * gdb.ada/access_to_packed_array/pack.ads: New file.
10714
157280a4
MM
107152015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10716
10717 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10718 buffer size test.
10719
2fd33e94
DB
107202015-09-11 Don Breazeal <donb@codesourcery.com>
10721
10722 * gdb.base/foll-exec.c: Add copyright header. Fix
10723 formatting issues.
10724 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10725 (do_exec_tests): Use clean_restart in place of zap_session,
10726 and for test initialization. Fix formatting issues. Use
10727 fail in place of perror.
10728 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10729 an expect statement to match an expression with output from
10730 the program under debug.
10731 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10732 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10733 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10734 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10735 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10736
e70b6e8e
DE
107372015-09-09 Doug Evans <dje@google.com>
10738
10739 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10740
7a551a51
DE
107412015-09-09 Doug Evans <dje@google.com>
10742
10743 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10744
4c666f84
DE
107452015-09-09 Doug Evans <dje@google.com>
10746
10747 * gdb.base/savedregs.exp: Fix typo.
10748
243a9253
PA
107492015-09-09 Pedro Alves <palves@redhat.com>
10750
10751 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10752
c0fa8fbd
SL
107532015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10754
10755 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10756 command actually switches threads. Give up on remaining
10757 tests if target fails to stop at breakpoint.
10758
cd7c1778
PMR
107592015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10760
10761 * gdb.ada/funcall_char.exp: New testcase.
10762 * gdb.ada/funcall_char/foo.adb: New file.
10763
dc5c8746
PMR
107642015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10765
10766 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10767 expected outputs. Add two testcases for completing ambiguous
10768 functions.
10769 * gdb.ada/complete/aux_pck.adb: New file.
10770 * gdb.ada/complete/aux_pck.ads: New file.
10771 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10772 Ambiguous_Func functions.
10773 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10774 * gdb.ada/complete/pck.adb: Likewise.
10775
4e83a1e7
UW
107762015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10777
10778 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10779 failures to run the test program under GDB.
10780
8ce74153
LM
107812015-08-26 Luis Machado <lgustavo@codesourcery.com>
10782
10783 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10784 to C.
10785
e9756d52
PP
107862015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10787
10788 * gdb.base/run-after-attach.exp: New test file.
10789 * gdb.base/run-after-attach.c: New test file.
10790
8d37573b
DB
107912015-08-26 Don Breazeal <donb@codesourcery.com>
10792
10793 * gdb.base/foll-exec-2.c: New test program.
10794 * gdb.base/foll-exec-2.exp: New test.
10795
63e43d3a
PMR
107962015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10797
10798 * gdb.base/nested-subp1.exp: New file.
10799 * gdb.base/nested-subp1.c: New file.
10800 * gdb.base/nested-subp2.exp: New file.
10801 * gdb.base/nested-subp2.c: New file.
10802 * gdb.base/nested-subp3.exp: New file.
10803 * gdb.base/nested-subp3.c: New file.
10804
3d40fbb5
PA
108052015-08-24 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.server/connect-without-multi-process.c: New file.
10808 * gdb.server/connect-without-multi-process.exp: New file.
10809
4422ac93
LM
108102015-08-24 Luis Machado <lgustavo@codesourcery.com>
10811
10812 * gdb.opt/inline-markers.c: Make z int.
10813
91dddb86
LM
108142015-08-24 Luis Machado <lgustavo@codesourcery.com>
10815
10816 * gdb.opt/inline-markers.c: Make z volatile.
10817
a48847ee
LM
108182015-08-24 Luis Machado <lgustavo@codesourcery.com>
10819
10820 * gdb.opt/inline-bt.c: New volatile global z.
10821 * gdb.opt/inline-cmds.c: Likewise.
10822 * gdb.opt/inline-locals.c: Likewise.
10823 * gdb.opt/inline-markers.c: New extern global z.
10824 (marker): Use z.
10825 (inline_fn): Likewise.
10826
0ebbc52b
PA
108272015-08-24 Pedro Alves <palves@redhat.com>
10828
10829 * config/m32r-stub.exp: Remove file.
10830 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10831 * gdb.base/call-rt-st.exp: Likewise.
10832 * gdb.base/call-strs.exp: Likewise.
10833 * gdb.base/default.exp: Remove references to h8300-*-hms and
10834 *-*-udi*.
10835 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10836
77c365df
AA
108372015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10838
10839 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10840 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10841 and "return" use KFAIL when GDB can not read/write the vector
10842 return value.
10843
4313b8c0
GB
108442015-08-21 Gary Benson <gbenson@redhat.com>
10845
10846 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10847
0e433b32
PA
108482015-08-20 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.server/solib-list.exp: No longer expect an interior stop in
10851 non-stop mode.
10852
221e1a37
PA
108532015-08-20 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.server/connect-stopped-target.c: New file.
10856 * gdb.server/connect-stopped-target.exp: New file.
10857
40e3ad0e
PA
108582015-08-20 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.dwarf2/comp-unit-lang.exp: New file.
10861 * gdb.dwarf2/comp-unit-lang.c: New file.
10862
af39b327
PMR
108632015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10864
10865 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10866 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10867
7d45c7c3 108682015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10869
7d45c7c3
KB
10870 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10871 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10872
4d6cceb4
DE
108732015-08-18 Doug Evans <dje@google.com>
10874 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10875
10876 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10877 skip_python_tests. New arg prompt_regexp.
10878 (skip_python_tests): New function.
10879 * lib/mi-support.exp (mi_skip_python_tests): New function.
10880 * gdb.python/py-mi-objfile-gdb.py: New file.
10881 * gdb.python/py-mi-objfile.c: New file.
10882 * gdb.python/py-mi-objfile.exp: New file.
10883
ad89c2aa
KS
108842015-08-17 Keith Seitz <keiths@redhat.com>
10885
10886 * gdb.linespec/explicit.exp: Move strace test from here ...
10887 * gdb.trace/strace.exp: ... to here.
10888
e3ae3c43
PP
108892015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10890
10891 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10892 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10893
604b2636
DE
108942015-08-14 Doug Evans <xdje42@gmail.com>
10895
10896 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10897 inferior before selecting a new file.
10898
6ff0ba5f
DE
108992015-08-14 Doug Evans <xdje42@gmail.com>
10900
10901 * gdb.mi/mi-disassemble.exp: Update.
10902 * gdb.base/disasm-optim.S: New file.
10903 * gdb.base/disasm-optim.c: New file.
10904 * gdb.base/disasm-optim.h: New file.
10905 * gdb.base/disasm-optim.exp: New file.
10906
9ca98f92
KS
109072015-08-14 Keith Seitz <keiths@redhat.com>
10908
10909 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10910 "evaluated-by".
10911
52bbc560
JB
109122015-08-13 Joel Brobecker <brobecker@adacore.com>
10913
10914 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10915
5d8c3ed3
PMR
109162015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10917
10918 * gdb.ada/fun_renaming.exp: New testcase.
10919 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10920 * gdb.ada/fun_renaming/pack.adb: New file.
10921 * gdb.ada/fun_renaming/pack.ads: New file.
10922
ea8812bc
KS
109232015-08-12 Keith Seitz <keiths@redhat.com>
10924
10925 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10926 gdb_get_line_number.
10927
4dafcdeb
JB
109282015-08-12 Joel Brobecker <brobecker@adacore.com>
10929
10930 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10931 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10932 gdb.base/dso2dso.exp: New files.
10933
5ba32597
SDJ
109342015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10935 Pedro Alves <palves@redhat.com>
10936 Keith Seitz <keiths@redhat.com>
10937
10938 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10939 GDBFLAGS.
10940
b6dafabf
PP
109412015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10942
10943 * gdb.base/gdbhistsize-history.exp
10944 (test_histsize_history_setting): Use save_vars.
10945 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10946 Use save_vars.
10947 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10948 * gdb.base/readline.exp: Use save_vars.
10949
abe8e607
PP
109502015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10951
10952 * lib/gdb.exp (save_vars): New proc.
10953
629500fa
KS
109542015-08-11 Keith Seitz <keiths@redhat.com>
10955
10956 * gdb.base/help.exp: Update help_breakpoint_text.
10957
eb8c4e2e
KS
109582015-08-11 Keith Seitz <keiths@redhat.com>
10959
10960 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10961 (at toplevel): Call test_explicit_breakpoints.
10962 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10963 breakpoints.
10964 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10965 breakpoint conditions, "-cond".
10966
87f0e720
KS
109672015-08-11 Keith Seitz <keiths@redhat.com>
10968
10969 * gdb.linespec/3explicit.c: New file.
10970 * gdb.linespec/cpexplicit.cc: New file.
10971 * gdb.linespec/cpexplicit.exp: New file.
10972 * gdb.linespec/explicit.c: New file.
10973 * gdb.linespec/explicit.exp: New file.
10974 * gdb.linespec/explicit2.c: New file.
10975 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10976 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10977 before using in the matching pattern.
10978 Clarify that `prefix' is a regular expression.
10979
f00aae0f
KS
109802015-08-11 Keith Seitz <keiths@redhat.com>
10981
10982 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10983 test.
10984 Add tests for missing ",FMT" and ",".
10985
e27852be
DE
109862015-08-10 Doug Evans <dje@google.com>
10987 Keith Seitz <keiths@redhat.com>
10988
10989 PR gdb/17960
10990 * gdb.base/completion.exp: Add location completer tests.
10991
7f03bd92
PA
109922015-08-07 Pedro Alves <palves@redhat.com>
10993
10994 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10995 tests here.
10996 (top level): Run do_test with and without displaced stepping.
10997
3fc8eb30
PA
109982015-08-07 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.base/valgrind-disp-step.c: New file.
11001 * gdb.base/valgrind-disp-step.exp: New file.
11002
d4569d7b
PA
110032015-08-07 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11006 Delete function.
11007 (main): Add alarm. Run an infinite loop instead of calling
11008 wait_threads.
11009 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11010 comment.
11011 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11012 Delete function.
11013 (main): Add alarm. Run an infinite loop instead of calling
11014 wait_threads.
11015 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11016 comment.
11017
e1316e60
PA
110182015-08-07 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.base/checkpoint-ns.exp: New file.
11021 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11022 standard_testfile.
11023
da8c46d2
MM
110242015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11025
11026 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11027 * gdb.btrace/instruction_history.exp: Update.
11028 * gdb.btrace/tsx.exp: New.
11029 * gdb.btrace/tsx.c: New.
11030
de1c2c52
PA
110312015-08-06 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11034 increase timeout.
11035 * gdb.reverse/until-precsave.exp: Bump timeouts.
11036
782e0bf4
PA
110372015-08-06 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11040
83e97ed0
PA
110412015-08-06 Pedro Alves <palves@redhat.com>
11042
11043 PR gdb/18749
11044 * gdb.threads/process-dies-while-handling-bp.c: New file.
11045 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11046
863d01bd
PA
110472015-08-06 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11050 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11051
0a39bb32
PA
110522015-08-05 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11055 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11056
ee2d2b10
SL
110572015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11058
11059 * gdb.base/bp-permanent.exp: Report test as unsupported if
11060 the target cannot stop at the permanent breakpoint.
11061
4e1bdb00
DE
110622015-08-03 Doug Evans <dje@google.com>
11063
11064 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11065 10000.
11066
3d338901
DE
110672015-08-03 Doug Evans <dje@google.com>
11068
11069 * Makefile.in (workers/%.worker, build-perf): New rule.
11070 (GDB_PERFTEST_MODE): New variable.
11071 (check-perf): Use it.
11072 (clean): Clean up gdb.perf parallel build subdirs.
11073 * lib/build-piece.exp: New file.
11074 * lib/gdb.exp (make_gdb_parallel_path): New function
11075 (standard_output_file, standard_temp_file): Call it.
11076 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11077 of $GDB_PARALLEL.
11078 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11079
af061d3e
DE
110802015-08-03 Doug Evans <dje@google.com>
11081
8e1afc81 11082 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11083 (LOG_FILE_NAME): New global.
11084 (TextReporter.__init__): Initialize self.txt_sum.
11085 (TextReporter.report): Add support for multiple data-points.
11086 Move report to perftest.sum, put raw data in perftest.log.
11087 (TextReporter.start): Open sum and log files.
11088 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11089 * gdb.perf/lib/perftest/testresult.py
11090 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11091
2c8c5d37
PA
110922015-07-31 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11095 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11096 kill_wait_spawned_process instead of explicit "kill -9".
11097 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11098 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11099 kill_wait_spawned_process.
11100 * gdb.base/attach-twice.exp: Likewise.
11101 * gdb.base/attach.exp: Likewise.
11102 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11103 gdb_test_multiple.
11104 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11105 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11106 kill_wait_spawned_process.
11107 * gdb.base/valgrind-infcall.exp: Likewise.
11108 * gdb.multi/multi-attach.exp: Likewise.
11109 * gdb.python/py-prompt.exp: Likewise.
11110 * gdb.python/py-sync-interp.exp: Likewise.
11111 * gdb.server/ext-attach.exp: Likewise.
11112 * gdb.threads/attach-into-signal.exp (corefunc): Use
11113 spawn_wait_for_attach, spawn_id_get_pid and
11114 kill_wait_spawned_process.
11115 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11116 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11117 spawn_id_get_pid and kill_wait_spawned_process.
11118 * gdb.threads/attach-stopped.exp (corefunc): Use
11119 spawn_wait_for_attach, spawn_id_get_pid and
11120 kill_wait_spawned_process.
11121 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11122 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11123 kill_wait_spawned_process instead of explicit "kill -9".
11124 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11125 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11126 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11127 processes. Don't map cygwin/windows pids here. Now returns a
11128 spawn id list.
11129
032a0fca
SL
111302015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11131
11132 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11133 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11134 correct patch.
11135
61a934ca
SL
111362015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11137
11138 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11139
4bc4d428
SL
111402015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11141
11142 Reapply:
11143 2014-05-21 Mark Wielaard <mjw@redhat.com>
11144
11145 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11146
998d452a
PA
111472015-07-30 Pedro Alves <palves@redhat.com>
11148
11149 * linux-low.c (handle_extended_wait): Set the child's last
11150 reported status to TARGET_WAITKIND_STOPPED.
11151
69dde7dc
PA
111522015-07-30 Pedro Alves <palves@redhat.com>
11153
11154 PR threads/18600
11155 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11156 only shows inferior 1.
11157
4dd63d48
PA
111582015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11159 Pedro Alves <palves@redhat.com>
11160
11161 PR threads/18600
11162 * gdb.threads/fork-plus-threads.c: New file.
11163 * gdb.threads/fork-plus-threads.exp: New file.
11164
d618e4c5
PP
111652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11166
11167 * gdb.base/batch-preserve-term-settings.exp
11168 (test_terminal_settings_preserved_after_cli_exit): Use
11169 send_quit_command.
11170
1eef6428
PA
111712015-07-29 Pedro Alves <palves@redhat.com>
11172 Don Breazeal <donb@codesourcery.com>
11173
11174 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11175 output from both inferior_spawn_id and gdb_spawn_id.
11176
7da5b897
SDJ
111772015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11178
11179 * gdb.threads/attach-into-signal.exp (corefunc): Use
11180 with_test_prefix on nested loops, uniquefying the test messages.
11181
dac804df
SDJ
111822015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11183
11184 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11185 commit.
11186
06265e53
PP
111872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11188
11189 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11190 New proc.
11191 (test_terminal_settings_preserved_after_sigterm): New test.
11192
18206ca3
PP
111932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11194
11195 * gdb.base/batch-preserve-term-settings.exp
11196 (test_terminal_settings_preserved_after_cli_exit): New test.
11197
90074d11
PP
111982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11199
11200 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11201 manipulation of saved_gdbflags.
11202 (test_terminal_settings_preserved): Remove global declaration of
11203 the unused variable pagination_prompt. Remove manipulation of
11204 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11205 GDBFLAGS.
11206
eb1a7902
PA
112072015-07-29 Pedro Alves <palves@redhat.com>
11208
11209 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11210
8b75dd3b
PA
112112015-07-29 Pedro Alves <palves@redhat.com>
11212
11213 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11214 at the top.
11215
dedad4e3
PA
112162015-07-29 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11219 (main): Call gdb_unbuffer_output.
11220 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11221 (main): Call gdb_unbuffer_output.
11222 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11223 (main): Call gdb_unbuffer_output.
11224 * gdb.base/call-strs.exp: Adjust to step over the
11225 gdb_unbuffer_output call.
11226 * gdb.base/catch-gdb-caused-signals.c: Include
11227 "../lib/unbuffer_output.c".
11228 (main): Call gdb_unbuffer_output.
11229 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11230 (main): Call gdb_unbuffer_output.
11231 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11232 (main): Call gdb_unbuffer_output.
11233 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11234 (main): Call gdb_unbuffer_output.
11235 * gdb.base/shlib-call.exp: Adjust to step over the
11236 gdb_unbuffer_output call.
11237 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11238 (main): Call gdb_unbuffer_output.
11239 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11240 (main): Call gdb_unbuffer_output.
11241 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11242 (main): Rename to ...
11243 (test): ... this.
11244 (main): Reimplement.
11245 * gdb.base/varargs.exp: Run to test instead of to main.
11246 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11247 (main): Call gdb_unbuffer_output.
11248
58789a91
PA
112492015-07-29 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11252 factore out from mi_continue_dprintf. For call-style dprintfs,
11253 expect dprintf output out of $inferior_spawn_id.
11254 (mi_continue_dprintf): Use mi_expect_dprintf.
11255 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11256 (main): Call gdb_unbuffer_output.
11257
e8376742
PA
112582015-07-29 Pedro Alves <palves@redhat.com>
11259
11260 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11261 (default_mi_gdb_start): Set inferior_spawn_id instead of
11262 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11263 gdb_spawn_id.
11264 (mi_gdb_test): Always expect inferior output from both
11265 $inferior_spawn_id and $gdb_spawn_id.
11266
08280010
PA
112672015-07-29 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11270 send_inferior and $inferior_spawn_id.
11271
4d30e432
PA
112722015-07-29 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.gdb/complaints.exp (test_initial_complaints)
11275 (test_serial_complaints, test_short_complaints): Use
11276 gdb_test_stdio.
11277 (test_empty_complaint): Handle $inferior_spawn_id !=
11278 $gdb_spawn_id.
11279
0d30a335
PA
112802015-07-29 Pedro Alves <palves@redhat.com>
11281
11282 * gdb.base/varargs.exp: Use gdb_test_stdio.
11283
39413b29
PA
112842015-07-29 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11287
7cb000a9
PA
112882015-07-29 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11291
d7b8ac82
PA
112922015-07-29 Pedro Alves <palves@redhat.com>
11293
11294 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11295 parameter into two new parameters, "inf_result" and "gdb_result".
11296 Expect inferior output and gdb output from $inferior_spawn_id and
11297 $gdb_spawn_id, respectively. Adjust all callers.
11298
789c3a0c
PA
112992015-07-29 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11302 of gdb_test_sequence.
11303
77e760c3
PA
113042015-07-29 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11307 (saw_spurious_output): Expect inferior output from
11308 $inferior_spawn_id. Use gdb_test_stdio.
11309
8396d2cd
PA
113102015-07-29 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/dprintf.exp: Use standard_testfile. Change
11313 prepare_for_testing call.
11314 (srcfile): Don't set.
11315 (restart): New procedure.
11316 (test_dprintf): New procecure, use to continue over dprintfs.
11317 (test_call, test_agent): New procedures, tests moved here.
11318 Restart gdb and recreate dprintfs. Adjust expected output.
11319
2051d61f
PA
113202015-07-29 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11323
452397af
PA
113242015-07-29 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11327
8aed9555
PA
113282015-07-29 Pedro Alves <palves@redhat.com>
11329
11330 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11331 gdb_test_stdio.
11332
188a61b4
PA
113332015-07-29 Pedro Alves <palves@redhat.com>
11334
11335 * lib/gdb.exp (gdb_test_stdio): New procedure.
11336
12264a45
PA
113372015-07-29 Pedro Alves <palves@redhat.com>
11338
11339 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11340
23ffc893
PA
113412015-07-29 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.base/call-signal-resume.exp: Remove check for
11344 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11345 * gdb.base/unwindonsignal.exp: Likewise.
11346 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11347 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11348
65566918
PA
113492015-07-29 Pedro Alves <palves@redhat.com>
11350
11351 * gdb.base/siginfo-addr.c (pass): New function.
11352 (handler): Call it iff si_addr is correct.
11353 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11354 Set a breakpoint at "pass" and continue to it.
11355
d60a9221
SDJ
113562015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11357
11358 * gdb.python/py-objfile.exp: Make some tests have unique names.
11359 * gdb.python/py-pp-registration.exp: Likewise.
11360
bde40b8f
PA
113612015-07-28 Pedro Alves <palves@redhat.com>
11362
11363 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11364
13e1dec8
SM
113652015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11366
11367 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11368
da33c9a7
SM
113692015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11370
11371 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11372
077836f7
PP
113732015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11374
11375 * gdb.base/gdb-sigterm-2.exp: New test.
11376
b8cc7b2e
DE
113772015-07-25 Doug Evans <xdje42@gmail.com>
11378
11379 Revert:
11380 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11381 (workers/%.worker, build-perf): New rule.
11382 (GDB_PERFTEST_MODE): New variable.
11383 (check-perf): Use it.
11384 (clean): Clean up gdb.perf parallel build subdirs.
11385 * lib/build-piece.exp: New file.
11386 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11387 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11388 name.
11389 (standard_temp_file): Ditto.
11390 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11391 of $GDB_PARALLEL.
11392
c8bd4544
DE
113932015-07-24 Doug Evans <dje@google.com>
11394
11395 * gdb.perf/lib/perftest/utils.py: New file.
11396 * gdb.perf/gm-hello.cc: New file.
11397 * gdb.perf/gm-pervasive-typedef.cc: New file.
11398 * gdb.perf/gm-pervasive-typedef.h: New file.
11399 * gdb.perf/gm-std.cc: New file.
11400 * gdb.perf/gm-std.h: New file.
11401 * gdb.perf/gm-use-cerr.cc: New file.
11402 * gdb.perf/gm-utils.h: New file.
11403 * gdb.perf/gmonster-null-lookup.py: New file.
11404 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11405 * gdb.perf/gmonster-print-cerr.py: New file.
11406 * gdb.perf/gmonster-ptype-string.py: New file.
11407 * gdb.perf/gmonster-runto-main.py: New file.
11408 * gdb.perf/gmonster-select-file.py: New file.
11409 * gdb.perf/gmonster1-null-lookup.exp: New file.
11410 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11411 * gdb.perf/gmonster1-print-cerr.exp: New file.
11412 * gdb.perf/gmonster1-ptype-string.exp: New file.
11413 * gdb.perf/gmonster1-runto-main.exp: New file.
11414 * gdb.perf/gmonster1-select-file.exp: New file.
11415 * gdb.perf/gmonster1.cc: New file.
11416 * gdb.perf/gmonster1.exp: New file.
11417 * gdb.perf/gmonster2-null-lookup.exp: New file.
11418 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11419 * gdb.perf/gmonster2-print-cerr.exp: New file.
11420 * gdb.perf/gmonster2-ptype-string.exp: New file.
11421 * gdb.perf/gmonster2-runto-main.exp: New file.
11422 * gdb.perf/gmonster2-select-file.exp: New file.
11423 * gdb.perf/gmonster2.cc: New file.
11424 * gdb.perf/gmonster2.exp: New file.
11425
6eab34f3
DE
114262015-07-24 Doug Evans <dje@google.com>
11427
11428 * gdb.perf/README: New file.
11429 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11430 * lib/gen-perf-test.exp: New file.
11431
63738bfd
DE
114322015-07-24 Doug Evans <dje@google.com>
11433
11434 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11435 (PerfTest::startup): New function.
11436 (PerfTest::run): Return result of calling body.
11437 (PerfTest::assemble): Rewrite.
11438 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11439 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11440 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11441 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11442 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11443
7b606f95
DE
114442015-07-24 Doug Evans <dje@google.com>
11445
11446 * lib/gdb.exp (clean_restart): Make executable optional.
11447
a97b16b8
DE
114482015-07-24 Doug Evans <dje@google.com>
11449
11450 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11451 compiler_info references.
11452 * gdb.cp/temargs.exp: Ditto.
11453 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11454 (get_compiler_info): Early exit if already computed. Set compiler_info
11455 to "unknown" if there was a problem.
11456 (test_compiler_info): Add function comment. Call get_compiler_info.
11457
35baa57f
DE
114582015-07-24 Doug Evans <dje@google.com>
11459
11460 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11461 (workers/%.worker, build-perf): New rule.
11462 (GDB_PERFTEST_MODE): New variable.
11463 (check-perf): Use it.
11464 (clean): Clean up gdb.perf parallel build subdirs.
11465 * lib/build-piece.exp: New file.
11466 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11467 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11468 name.
11469 (standard_temp_file): Ditto.
11470 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11471 of $GDB_PARALLEL.
11472
6ebea266
DE
114732015-07-24 Doug Evans <dje@google.com>
11474
11475 * lib/future.exp (gdb_default_target_compile): New option
11476 "early_flags".
11477 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11478 --as-needed.
11479
1e76a7e9
SDJ
114802015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11481
11482 * gdb.base/catch-syscall.exp: Call gdb_exit before
11483 gdb_skip_xml_test.
11484
5068630a
PA
114852015-07-24 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.python/py-events.exp: Accept output between the stop event
11488 and the prompt.
11489 * gdb.python/py-evsignal.exp: Likewise.
11490 * gdb.python/py-evthreads.exp: Likewise.
11491
77598427
PA
114922015-07-24 Pedro Alves <palves@redhat.com>
11493
11494 PR gdb/18717
11495 * gdb.threads/non-ldr-exit.c: New file.
11496 * gdb.threads/non-ldr-exit.exp: New file.
11497
11e6c98f
YQ
114982015-07-24 Yao Qi <yao.qi@linaro.org>
11499
11500 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11501 restarting process.
11502
51aee833
YQ
115032015-07-24 Yao Qi <yao.qi@linaro.org>
11504
11505 * gdb.server/ext-restart.exp: New file.
11506
8cfe207c
YQ
115072015-07-24 Yao Qi <yao.qi@linaro.org>
11508
11509 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11510 argument options.
11511 * gdb.server/ext-wrapper.exp: New file.
11512
cc12ce38
DE
115132015-07-23 Doug Evans <dje@google.com>
11514
11515 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11516 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11517
d0d84780
PMR
115182015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11519
11520 * gdb.ada/var_arr_typedef.exp: New testcase.
11521 * gdb.ada/var_arr_typedef/pack.adb: New file.
11522 * gdb.ada/var_arr_typedef/pack.ads: New file.
11523 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11524
8b558f79
JB
115252015-07-20 Joel Brobecker <brobecker@adacore.com>
11526
11527 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11528
775a3298
JK
115292015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11530
11531 * gdb.arch/i386-biarch-core.exp: Replace istarget
11532 by "complete set gnutarget". Remove expectation for the "core-file"
11533 command.
11534
db1ff28b
JK
115352015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11536
11537 Revert the previous commit:
11538 Tests for validate symbol file using build-id.
11539
0a94970d
JK
115402015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11541
11542 Tests for validate symbol file using build-id.
11543 * gdb.base/solib-mismatch-lib.c: New file.
11544 * gdb.base/solib-mismatch-libmod.c: New file.
11545 * gdb.base/solib-mismatch.c: New file.
11546 * gdb.base/solib-mismatch.exp: New file.
11547
03346981
SL
115482015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11549
11550 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11551 nios2-*-linux*.
11552 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11553 * gdb.base/siginfo.exp: Likewise.
11554 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11555
42422cc7
PL
115562015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11557
11558 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11559 Move it to ...
11560 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11561 ... here.
11562 * gdb.trace/range-stepping.exp: Check that the target supports
11563 range stepping.
11564
cfa68bae
JK
115652015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11566
11567 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11568
8ffdba26
PA
115692015-07-14 Pedro Alves <palves@redhat.com>
11570
11571 * gdb.base/killed-outside.exp: New file.
11572 * gdb.base/killed-outside.c: New file.
11573
218a5a11
JK
115742015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11575
11576 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11577 (n at main): New.
11578 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11579
e03ed3c6
AA
115802015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11581
11582 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11583 infcall tests instead of setting up for KFAIL.
11584
485668e5
MM
115852015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11586
11587 * gdb.btrace/record_goto-step.exp: New.
11588
08464196
JK
115892015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 PR compile/18484
11592 * gdb.compile/compile.c (struct struct_type): Add volatile to
11593 selffield's type.
11594 * gdb.compile/compile.exp
11595 (compile code struct_object.selffield = &struct_object): Skip further
11596 struct_object tests if this one xfails.
11597
bcf5c1d9
RC
115982015-07-08 Robert O'Callahan <robert@ocallahan.org>
11599
11600 PR exp/18617
11601 * gdb.trace/ax.exp: Add test.
11602
4931af25
YQ
116032015-07-07 Yao Qi <yao.qi@linaro.org>
11604
11605 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11606 instead of istarget "aarch64*-*-*".
11607 * gdb.arch/aarch64-fp.exp: Likewise.
11608 * gdb.base/float.exp: Likewise.
11609 * gdb.reverse/aarch64.exp: Likewise.
11610 * lib/gdb.exp (is_aarch64_target): New proc.
11611
9fcf688e
YQ
116122015-07-07 Yao Qi <yao.qi@linaro.org>
11613
11614 * lib/gdb.exp (is_aarch32_target): New proc.
11615 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11616 instead of "istarget "arm*-*-*"".
11617 * gdb.arch/arm-disp-step.exp: Likewise.
11618 * gdb.arch/thumb-bx-pc.exp: Likewise.
11619 * gdb.arch/thumb-prologue.exp: Likewise.
11620 * gdb.arch/thumb-singlestep.exp: Likewise.
11621 * gdb.base/disp-step-syscall.exp: Likewise.
11622 * gdb.base/float.exp: Likewise.
11623
fbd8d50d
YQ
116242015-07-07 Yao Qi <yao.qi@linaro.org>
11625
11626 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11627 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11628
71be1fdc
YQ
116292015-07-07 Yao Qi <yao.qi@linaro.org>
11630
11631 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11632 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11633 if it exists.
11634 * gdb.multi/multi-arch.exp: Likewise.
11635
3e221d36
SM
116362015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11637
11638 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11639 print.
11640
d441430b
YQ
116412015-07-07 Yao Qi <yao.qi@linaro.org>
11642
11643 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11644
06f810bd
MG
116452015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11646
11647 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11648 '[' and ']' characters.
11649
5e61e7c0
IB
116502015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11651
11652 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11653
28bf096c
PA
116542015-06-29 Pedro Alves <palves@redhat.com>
11655
11656 PR threads/18127
11657 * gdb.threads/hand-call-new-thread.c: New file.
11658 * gdb.threads/hand-call-new-thread.c: New file.
11659
ee93cd5e
KS
116602015-06-26 Keith Seitz <keiths@redhat.com>
11661 Doug Evans <dje@google.com>
11662
11663 PR 16253
11664 * gdb.cp/var-tag-2.cc: New file.
11665 * gdb.cp/var-tag-3.cc: New file.
11666 * gdb.cp/var-tag-4.cc: New file.
11667 * gdb.cp/var-tag.cc: New file.
11668 * gdb.cp/var-tag.exp: New file.
11669
fc637f04
PP
116702015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11671
11672 * gdb.base/history-duplicates.exp: New test.
11673
2e52ae68
PP
116742015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11675
11676 * gdb.base/completion.exp: Test the completion of the "focus"
11677 command.
11678
6e22494e
JK
116792015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11680
11681 * gdb.arch/amd64-prologue-skip.S: New file.
11682 * gdb.arch/amd64-prologue-skip.exp: New file.
11683
bf7b9cd9
SM
116842015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11685
11686 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11687 is_address_zero_readable check.
11688
201e8dfd
PB
116892015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11690
11691 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11692 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11693
5cd867b4
YQ
116942015-06-24 Yao Qi <yao.qi@linaro.org>
11695
11696 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11697 linux targets.
11698
4d7be007
YQ
116992015-06-24 Yao Qi <yao.qi@linaro.org>
11700
11701 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11702 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11703 * gdb.base/siginfo-thread.exp: Likewise.
11704
07fcd301
YQ
117052015-06-22 Yao Qi <yao.qi@linaro.org>
11706
11707 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11708
52042a00
YQ
117092015-06-22 Yao Qi <yao.qi@linaro.org>
11710
11711 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11712 aarch64*-*-*.
11713 (skip_hw_watchpoint_tests): Likewise.
11714
74bd41ce
PP
117152015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11716
11717 * gdb.base/gdbinit-history.exp: Test the interaction between
11718 setting GDBHISTSIZE and setting the history size via .gdbinit.
11719
bc460514
PP
117202015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11721
11722 PR gdb/16999
11723 * gdb.base/gdbhistsize-history.exp: New test.
11724
b58c513b
PP
117252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11726
11727 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11728 with GDBHISTSIZE.
11729 * gdb.base/readline.exp: Likewise.
11730
92046791
YQ
117312015-06-17 Yao Qi <yao.qi@linaro.org>
11732
11733 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11734 line.
11735
2093d2d3
PP
117362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11737
11738 * gdb.base/gdbinit-history.exp: Add test case to check that
11739 an unlimited history file does not get truncated on exit.
11740
e6c693af
AA
117412015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11742
11743 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11744 (VECTOR): New macro. Use it...
11745 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11746 ...for these typedefs.
11747 (int8, char1, int1, double1): New typedefs.
11748 (struct just_int2, struct two_int2): New structures.
11749 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11750 (add_structvecs, add_singlevecs): New functions.
11751 (main): Call add_some_intvecs twice.
11752 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11753 the compile and exit upon failure. Try compiling for the "native"
11754 architecture. Test inferior function calls with vector arguments
11755 and vector return value handling with "finish" and "return".
11756
c74f7d1c
JT
117572015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11758
11759 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11760 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11761 PE file.
11762 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11763
98aa42ee
AT
117642015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11765
11766 PR breakpoints/16465
11767 * gdb.mi/mi-dprintf-pending.c: New file.
11768 * gdb.mi/mi-dprintf-pending.exp: New test.
11769 * gdb.mi/mi-dprintf-pendshr.c: New file.
11770
7d73c23c 117712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11772 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11773
11774 * gdb.arch/i386-mpx-map.c: New file.
11775 * gdb.arch/i386-mpx-map.exp: New File.
11776
117772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11778
11779 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11780 * gdb.arch/i386-mpx.exp: Indentation fixed.
11781
117822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11783
11784 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11785 function and improved indentation.
11786 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11787 gdb_test_multiple. Added additional tests to skip the test.
11788
117892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11790
11791 * gdb.arch/i386-avx512.c: Change path in include file.
11792 * gdb.arch/i386-avx512.exp: Change include dir path
11793 compilation flag.
11794 * gdb.arch/i386-mpx.c: Change path in include file.
11795 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11796 flag.
11797
d5eba19a
JK
117982015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11799
11800 * gdb.compile/compile-print.exp (compile print *vararray@3)
11801 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11802
7f361056
JK
118032015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11804
11805 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11806 (do not keep jit in memory): ... this.
11807 (expect 5): Change it to ...
11808 (expect no 5): ... this.
11809
3b462ec2
SM
118102015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 PR gdb/15564
11813 * gdb.mi/mi-detach.exp: New file.
11814
e0619de6
JK
118152015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11816
11817 PR symtab/18392
11818 * gdb.arch/amd64-tailcall-self.S: New file.
11819 * gdb.arch/amd64-tailcall-self.c: New file.
11820 * gdb.arch/amd64-tailcall-self.exp: New file.
11821
e970cb34
DB
118222015-05-28 Don Breazeal <donb@codesourcery.com>
11823
11824 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11825 tests for remote targets by checking is_target_gdbserver.
11826
b2e2f908
DE
118272015-05-27 Doug Evans <dje@google.com>
11828
11829 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11830 * gdb.dwarf2/opaque-type-lookup.c: New file.
11831 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11832
82c7be31
DE
118332015-05-26 Doug Evans <dje@google.com>
11834
11835 * gdb.cp/iostream.cc: New file.
11836 * gdb.cp/iostream.exp: New file.
11837
b4f54984
DE
118382015-05-26 Doug Evans <dje@google.com>
11839
11840 * gdb.dwarf2/dw2-op-call.exp: Update.
11841 * gdb.dwarf2/dw4-sig-types.exp: Update.
11842 * gdb.dwarf2/implptr.exp: Update.
11843 * gdb.mi/mi-cmd-param-changed.exp: Update.
11844
4ea6efe9
DE
118452015-05-26 Doug Evans <dje@google.com>
11846
11847 * gdb.python/py-lazy-string.c: New file.
11848 * gdb.python/py-lazy-string.exp: New file.
11849 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11850 (main): Update. Add estring3.
11851 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11852 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11853
f6bb7db3
YQ
118542015-05-26 Omair Javaid <omair.javaid@linaro.org>
11855 Yao Qi <yao.qi@linaro.org>
11856
11857 * gdb.reverse/aarch64.c: New.
11858 * gdb.reverse/aarch64.exp: New.
11859
a81bfbd0
OJ
118602015-05-26 Omair Javaid <omair.javaid@linaro.org>
11861
25d49b86
PA
11862 * lib/gdb.exp (supports_process_record): Return true for
11863 aarch64*-linux*.
a81bfbd0
OJ
11864 (supports_reverse): Likewise.
11865
158bf1b4
PP
118662015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11867
11868 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11869 Use with_test_prefix.
11870
a0145030
AB
118712015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11872
11873 * gdb.base/completion.exp: Add test for completion of layout
11874 names.
11875
ebe3b578
AB
118762015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11877
11878 * lib/gdb.exp (skip_tui_tests): New proc.
11879 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11880
84204ed7
PA
118812015-05-19 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11884 Save the whole env array instead of just HOME. Unset HISTSIZE in
11885 the environment while testing. Restore whole environment
11886 afterwards.
11887
37442ce1
DE
118882015-05-16 Doug Evans <xdje42@gmail.com>
11889
11890 * gdb.guile/scm-ports.c: New file.
11891 * gdb.guile/scm-ports.exp: Add memory port tests.
11892
36de76f9
JK
118932015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11894
11895 * gdb.compile/compile-print.c: New file.
11896 * gdb.compile/compile-print.exp: New file.
11897
3a9558c4
JK
118982015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11899
11900 * gdb.compile/compile-ops.exp: Cast param to void.
11901 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11902 (compile code struct_object.selffield = &struct_object): Add xfail.
11903
aa715135
JG
119042015-05-15 Joel Brobecker <brobecker@adacore.com>
11905
11906 * gdb.ada/arr_enum_with_gap: New testcase.
11907
931e5bc3
JG
119082015-05-15 Joel Brobecker <brobecker@adacore.com>
11909
11910 * gdb.ada/byte_packed_arr: New testcase.
11911
9cd4d857
JB
119122015-05-15 Joel Brobecker <brobecker@adacore.com>
11913
11914 * gdb.ada/pckd_neg: New testcase.
11915
ebfd00d2
PP
119162015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11917
11918 PR gdb/17820
11919 * gdb.base/gdbinit-history.exp: New test.
11920 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11921 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11922
4c082a81
SC
119232015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11924
11925 * gdb.python/py-xmethods.cc: Enhance test case.
11926 * gdb.python/py-xmethods.exp: New tests.
11927 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11928 function.
11929 (B_indexoper): Likewise.
11930 (global_dm_list) : Add new xmethod worker functions.
11931
f7797074
SDJ
119322015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11933
11934 * gdb.base/coredump-filter.exp: Correctly unset
11935 "coredump_var_addr" array.
11936
a4674e4e
PA
119372015-05-08 Pedro Alves <palves@redhat.com>
11938
11939 * gdb.server/non-existing-program.exp: Unset spawn_id.
11940
df2eb078
SC
119412015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11942
11943 PR python/18291
11944 * gdb.python/py-xmethods.exp: Add tests.
11945
422349a3
YQ
119462015-05-08 Yao Qi <yao.qi@linaro.org>
11947
11948 PR gdb/18208
11949 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11950 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11951 function set_coredump_filter, and remove remote_exec call.
11952 Remove argument ipid. Callers update.
11953 (top level): Don't get inferior's PID.
11954
63fc80ce
AA
119552015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11956
11957 * gdb.base/watch_thread_num.exp: Skip test on targets without
11958 access watchpoints.
11959
80ad801e
PA
119602015-05-06 Pedro Alves <palves@redhat.com>
11961
11962 PR server/18081
11963 * gdb.server/non-existing-program.exp: New file.
11964
0fa7fe50
JB
119652015-05-05 Joel Brobecker <brobecker@adacore.com>
11966
11967 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11968
3ea89b92
PMR
119692015-05-05 Joel Brobecker <brobecker@adacore.com>
11970
11971 * gdb.ada/out_of_line_in_inlined: New testcase.
11972
87b8eff0
JB
119732015-05-05 Joel Brobecker <brobecker@adacore.com>
11974
11975 * gdb.ada/var_rec_arr: New testcase.
11976
5fccc635
YQ
119772015-04-30 Yao Qi <yao.qi@linaro.org>
11978
11979 * gdb.base/break-idempotent.exp: If
11980 skip_hw_watchpoint_multi_tests returns true, skip the tests
11981 on "rwatch" and "awatch".
11982
42d38f42
YQ
119832015-04-30 Yao Qi <yao.qi@linaro.org>
11984
11985 * gdb.base/relativedebug.exp: Invoke gdb command
11986 "info sharedlibrary", and if libc.so doesn't have debug info,
11987 skip the test.
11988
2ce1cdbf
DE
119892015-04-29 Doug Evans <dje@google.com>
11990
11991 * gdb.python/py-xmethods.exp: Add ptype tests.
11992 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11993 get_result_type method.
11994
f24a38c5
LM
119952015-04-29 Luis Machado <lgustavo@codesourcery.com>
11996
11997 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11998 the target does not support hardware watchpoints.
11999
ecbf2b3c
LM
120002015-04-29 Luis Machado <lgustavo@codesourcery.com>
12001
12002 * gdb.base/break-always.exp: Abort testing if writing to memory
12003 causes an error.
12004
34f5f757
DE
120052015-04-28 Doug Evans <dje@google.com>
12006
12007 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12008 * gdb.python/py-pp-registration.exp: ... here. New file.
12009 * gdb.python/py-pp-registration.c: New file.
12010 * gdb.python/py-pp-registration.py: New file.
12011
69b4374a
DE
120122015-04-28 Doug Evans <dje@google.com>
12013
12014 * gdb.python/py-bad-printers.c: New file.
12015 * gdb.python/py-bad-printers.py: New file.
12016 * gdb.python/py-bad-printers.exp: New file.
12017
59fb7612
SS
120182015-04-28 Sasha Smundak <asmundak@google.com>
12019
12020 * gdb.python/py-type.exp: New test.
12021
2631b16a
AW
120222015-04-28 Andy Wingo <wingo@igalia.com>
12023
12024 * gdb.python/py-parameter.exp:
12025 * gdb.guile/scm-parameter.exp: Escape the path that we are
12026 matching against, as it might contain characters that are special
12027 to regular expressions.
12028
460efde1
JB
120292015-04-27 Joel Brobecker <brobecker@adacore.com>
12030
12031 * gdb.ada/rec_comp: New testcase.
12032
2d369d8e
SDJ
120332015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12034
12035 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12036 before using it.
12037
cf75d6c3
AB
120382015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12039
12040 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12041 new tests for verilog output.
12042
8dbe7ca5
YQ
120432015-04-24 Yao Qi <yao.qi@linaro.org>
12044
12045 * boards/remote-gdbserver-on-localhost.exp: New file.
12046
4ef9fb2f
PA
120472015-04-23 Pedro Alves <palves@redhat.com>
12048
12049 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12050 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12051 "end of file", remove $inferior_spawn_id from the indirect list.
12052
0a803169
PA
120532015-04-23 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12056
749ef8f8
PA
120572015-04-23 Pedro Alves <palves@redhat.com>
12058
12059 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12060 on $any_spawn_id instead of only on $gdb_spawn_id.
12061
8aae4344
PM
120622015-04-21 Pierre Muller <muller@sourceware.org>
12063
12064 PR pascal/17815
12065 * lib/pascal.exp (gpc_compile): Add new option "class".
12066 (fpc_compile): Likewise.
12067 * gdb.pascal/case-insensitive-symbols.pas: New file.
12068 * gdb.pascal/case-insensitive-symbols.exp: New file.
12069
1586c8fb
GB
120702015-04-20 Gary Benson <gbenson@redhat.com>
12071
12072 * gdb.base/attach.exp: Fix three extended remote failures.
12073
1b6e6f5c
GB
120742015-04-17 Gary Benson <gbenson@redhat.com>
12075
12076 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12077 the main executable over the remote protocol.
12078
e797481d
PA
120792015-04-16 Pedro Alves <palves@redhat.com>
12080
12081 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12082 a new gdbserver if gdbserver_reconnect_p is set.
12083
1ca99c42
PA
120842015-04-16 Pedro Alves <palves@redhat.com>
12085
12086 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12087 is set, don't exit gdbserver.
12088
af9fd6f8
AA
120892015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12090
12091 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12092 appropriate .insn, such that an older assembler can be used.
12093 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12094 the z/Architecture instruction set on 31-bit targets as well.
12095
04ff1e61
AA
120962015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12097
12098 * gdb.go/handcall.exp: Remove all logic related to the first
12099 breakpoint and rely on go_runto_main instead.
12100 * gdb.go/strings.exp: Likewise.
12101 * gdb.go/unsafe.exp: Likewise.
12102 * gdb.go/hello.exp: Likewise. Also rename the remaining
12103 breakpoint marker to "breakpoint 1".
12104 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12105 * gdb.go/strings.go: Likewise.
12106 * gdb.go/unsafe.go: Likewise.
12107 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12108 "set breakpoint 2 here" and rename the remaining breakpoint marker
12109 to "breakpoint 1".
12110
40d2f8d6
SM
121112015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12112
12113 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12114 if itertools.imap is not present.
12115 * gdb.python/py-objfile.exp: Add parentheses.
12116 * gdb.python/py-type.exp: Same.
12117 * gdb.python/py-unwind-maint.py: Same.
12118
8cbc97c6
YQ
121192015-04-15 Yao Qi <yao.qi@linaro.org>
12120
12121 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12122 of ":$ptr_size" and set its form explicitly.
12123
45fd756c
YQ
121242015-04-15 Pedro Alves <palves@redhat.com>
12125 Yao Qi <yao.qi@linaro.org>
12126
12127 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12128 timeout by factor of 4.
12129 (test_regular_watch): Likewise.
12130 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12131 * gdb.reverse/sigall-reverse.exp: Likewise.
12132 * gdb.reverse/until-precsave.exp: Likewise.
12133 * lib/gdb.exp (with_timeout_factor): New proc.
12134 (gdb_expect): Move some code to ...
12135 (get_largest_timeout): ... here. New procedure.
12136
9e811bc3
LM
121372015-04-14 Luis Machado <lgustavo@codesourcery.com>
12138
12139 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12140
0ff6fcb2
LM
121412015-04-13 Luis Machado <lgustavo@codesourcery.com>
12142
12143 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12144 to write to the .text section.
12145
7578d5f7
LM
121462015-04-13 Luis Machado <lgustavo@codesourcery.com>
12147
12148 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12149 Handle the case of targets that do not provide PID information.
12150
2efe15c4
YQ
121512015-04-13 Yao Qi <yao.qi@linaro.org>
12152
12153 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12154 and use expect instead of gdb_expect.
12155
8cd8f2f8
SDJ
121562015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12157
12158 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12159 "coredump_var_addr" to avoid naming conflict with other testcases.
12160
9ee41772
PA
121612015-04-10 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12164 gdb_test_sequence and gdb_assert.
12165
07473109
PA
121662015-04-10 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12169 test messages that don't include the breakpoint address.
12170
de3db44c
YQ
121712015-04-10 Yao Qi <yao.qi@linaro.org>
12172
12173 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12174 false for some offset and width combinations which aren't
12175 supported by linux kernel.
12176
c79d856c
PA
121772015-04-10 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12180 procedure, factored out from ...
12181 (top level): ... here. Add "set displaced-stepping" testing axis.
12182 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12183 parameter "displaced". Use it.
12184 (top level): Use foreach and add "set displaced-stepping" testing
12185 axis.
12186
ebc90b50
PA
121872015-04-10 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12190 Remove comment.
12191 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12192 both the address of the instruction that triggers the watchpoint
12193 and the address of the instruction immediately after, and use
12194 those addresses for the test. Fix comment.
12195
8f572e5c
PA
121962015-04-10 Pedro Alves <palves@redhat.com>
12197
12198 * gdb.base/sigstep.exp (breakpoint_to_handler)
12199 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12200 Test "backtrace" in handler.
12201 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12202 (top level): Add new "displaced" test axis to
12203 breakpoint_to_handler, breakpoint_to_handler_entry and
12204 breakpoint_over_handler.
12205
8d707a12
PA
122062015-04-10 Pedro Alves <palves@redhat.com>
12207
12208 PR gdb/18216
12209 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12210
ef713951
YQ
122112015-04-10 Yao Qi <yao.qi@linaro.org>
12212
12213 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12214 (test_add_rn_pc): New function.
12215 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12216 (top level): Invoke test_add_rn_pc.
12217
906d60cf
PA
122182015-04-10 Pedro Alves <palves@redhat.com>
12219
12220 PR gdb/13858
12221 * gdb.base/step-over-no-symbols.exp: New file.
12222
f2983cc3
AW
122232015-04-09 Andy Wingo <wingo@igalia.com>
12224
12225 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12226 after the Python tests.
12227
6d62641c
SDJ
122282015-04-08 Keith Seitz <keiths@redhat.com>
12229
12230 PR python/16699
12231 * gdb.python/py-completion.exp: New tests for completion.
12232 * gdb.python/py-completion.py (CompleteLimit1): New class.
12233 (CompleteLimit2): Likewise.
12234 (CompleteLimit3): Likewise.
12235 (CompleteLimit4): Likewise.
12236 (CompleteLimit5): Likewise.
12237 (CompleteLimit6): Likewise.
12238 (CompleteLimit7): Likewise.
12239
f3770638
PA
122402015-04-08 Pedro Alves <palves@redhat.com>
12241
12242 PR gdb/18214
12243 PR gdb/18216
12244 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12245 function.
12246 (main): Install it as SIGUSR1 handler.
12247 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12248 parameter. Always use "setup" as prefix. Toggle "set
12249 displaced-stepping" off/on depending on global. Don't switch to
12250 thread 1 here.
12251 (top level): Add displaced stepping "off/on" test axis. Update
12252 "setup" calls. Wrap each subtest with with_test_prefix. Test
12253 continuing with a queued signal in each thread.
12254
4496bed7
PA
122552015-04-08 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12258 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12259 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12260 Return early if running to main fails.
12261 * gdb.trace/while-stepping.exp: Likewise.
12262
b97fde92
PA
122632015-04-07 Pedro Alves <palves@redhat.com>
12264
12265 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12266 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12267 interact with inferior program.
12268
f71c18e7
PA
122692015-04-07 Pedro Alves <palves@redhat.com>
12270
12271 * lib/gdb.exp (inferior_spawn_id): New global.
12272 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12273 spawn id after processing the user code.
12274 (default_gdb_start): Set inferior_spawn_id.
12275 (send_inferior): New procedure.
12276 * lib/gdbserver-support.exp (gdbserver_start): Set
12277 inferior_spawn_id.
12278 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12279
6423214f
PA
122802015-04-07 Pedro Alves <palves@redhat.com>
12281
12282 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12283 * lib/gdbserver-support.exp (gdbserver_start): Make
12284 $server_spawn_id global.
12285 (gdbserver_start): Don't wait for gdbserver's spawn id with
12286 expect_background.
12287 (close_gdbserver): New procedure.
12288 (gdb_exit): Rename the default version and reimplement.
12289
71c0ee8c
PA
122902015-04-07 Pedro Alves <palves@redhat.com>
12291
72f4393d 12292 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12293 append the substituted item, not the original item.
12294
203bc29b
PA
122952015-04-07 Pedro Alves <palves@redhat.com>
12296
12297 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12298 gdb_expect.
12299
508a3ddf
PA
123002015-04-07 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12303 output appearing once only.
12304
9f6dbe2b
PA
123052015-04-07 Pedro Alves <palves@redhat.com>
12306
12307 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12308 that doesn't expect anything. Return early if running to main
12309 fails.
12310
337532fa
YQ
123112015-04-07 Yao Qi <yao.qi@linaro.org>
12312
12313 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12314 (child_function): Call alarm.
12315 (main): Move call to alarm into the loop.
12316 * gdb.threads/non-stop-fair-events.exp: Build program with
12317 -DTIMEOUT=$timeout.
12318
01b622d4
DE
123192015-04-06 Doug Evans <xdje42@gmail.com>
12320
12321 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12322 Fix dest parameter to board_info.
12323 (fpc_compile): Ditto.
12324 (gdb_compile_pascal): Rename dest arg to destfile.
12325
961f4160
PMR
123262015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12327
12328 * gdb.ada/funcall_ref.exp: New file.
12329 * gdb.ada/funcall_ref/foo.adb: New file.
12330
cafda597
YQ
123312015-04-02 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12334 is remote.
12335
fed040c6
GB
123362015-04-02 Gary Benson <gbenson@redhat.com>
12337
12338 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12339
d11916aa
SS
123402015-04-01 Sasha Smundak <asmundak@google.com>
12341
12342 * gdb.python/py-unwind-maint.c: New file.
12343 * gdb.python/py-unwind-maint.exp: New test.
12344 * gdb.python/py-unwind-maint.py: New file.
12345 * gdb.python/py-unwind.c: New file.
12346 * gdb.python/py-unwind.exp: New test.
12347 * gdb.python/py-unwind.py: New test.
12348
a1471180
PA
123492015-04-01 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12352 to fail instead of non-existent $test.
12353
0bbeccb1
PA
123542015-04-01 Pedro Alves <palves@redhat.com>
12355
12356 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12357 GDBFLAGS if not empty.
12358
3c724c8c
PMR
123592015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12360
12361 * gdb.ada/complete.exp: Remove "multi_line".
12362 * gdb.ada/info_exc.exp: Remove "multi_line".
12363 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12364 * gdb.ada/ptype_field.exp: Remove "multi_line".
12365 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12366 * gdb.ada/tagged.exp: Remove "multi_line".
12367 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12368 [multi_line ...]
12369 * gdb.btrace/delta.exp: Likewise.
12370 * gdb.btrace/exception.exp: Likewise.
12371 * gdb.btrace/function_call_history.exp: Likewise.
12372 * gdb.btrace/instruction_history.exp: Likewise.
12373 * gdb.btrace/nohist.exp: Likewise.
12374 * gdb.btrace/record_goto.exp: Likewise.
12375 * gdb.btrace/segv.exp: Likewise.
12376 * gdb.btrace/stepi.exp: Likewise.
12377 * gdb.btrace/tailcall.exp: Likewise.
12378 * gdb.btrace/unknown_functions.exp: Likewise.
12379 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12380 * lib/gdb.exp: Add the "multi_line" helper.
12381
4eec2deb
PA
123822015-04-01 Pedro Alves <palves@redhat.com>
12383
12384 * gdb.threads/tid-reuse.c: New file.
12385 * gdb.threads/tid-reuse.exp: New file.
12386
df8411da
SDJ
123872015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12388
12389 PR corefiles/16092
12390 * gdb.base/coredump-filter.c: New file.
12391 * gdb.base/coredump-filter.exp: Likewise.
12392
6ef37366
PM
123932015-03-27 Petr Machata <pmachata@redhat.com>
12394
12395 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12396 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12397 (Dwarf::assemble): Initialize them.
12398 (Dwarf::lines): New function.
12399
7ec911b0
JT
124002015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12401
12402 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12403 SYMBOL_PREFIX for x86_64-*-cygwin.
12404
ff908ebf
AW
124052015-03-26 Andy Wingo <wingo@igalia.com>
12406
12407 PR symtab/18148
12408 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12409 const_value but not a location.
12410 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12411 location defined in non-main CUs are visible.
12412
6d5f0679
YQ
124132015-03-26 Yao Qi <yao.qi@linaro.org>
12414
12415 PR testsuite/18139
12416 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12417 Add a line number entry for the same line.
12418 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12419 Add a line number entry for the same line.
12420
2898689b
YQ
124212015-03-26 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12424 .int 0.
12425 (func): Likewise. Add .Lfunc_1 label.
12426 Use .Lfunc_1 label.
12427 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12428 .int 0.
12429 (func): Likewise.
12430 Use .Lfunc_1 label.
12431
85180498
YQ
124322015-03-26 Yao Qi <yao.qi@linaro.org>
12433
12434 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12435 Call gdb_compile instead to compile each .s files without debug
12436 information.
12437
8aa08a8d
YQ
124382015-03-26 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.base/savedregs.exp (process_saved_regs): Make
12441 "Saved registers:" optional in the pattern.
12442
66849923
MM
124432015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12444
12445 * gdb.btrace/next.exp: Merged into step.exp.
12446 * gdb.btrace/finish.exp: Merged into step.exp.
12447 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12448 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12449 "record goto" and checking the exact replay position.
12450 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12451 check for "Recording format" in "info record" output.
12452 * gdb.btrace/record_goto.exp: Choose test file based on target.
12453 * gdb.btrace/x86-record_goto.S: Renamed into ...
12454 * gdb.btrace/x86_64-record_goto.S: ... this.
12455 * gdb.btrace/i686-record_goto.S: New.
12456 * gdb.btrace/x86-tailcall.S: Renamed into ...
12457 * gdb.btrace/x86_64-tailcall.S: ... this.
12458 * gdb.btrace/i686-tailcall.S: New.
12459 * gdb.btrace/x86-tailcall.c: Renamed into ...
12460 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12461 separate statements. Update test.
12462 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12463 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12464 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12465 * gdb.btrace/tailcall.exp: Choose test file based on target.
12466 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12467
11cc1b74
MM
124682015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12469
12470 * gdb.btrace/exception.exp: Increase BTS buffer size.
12471
a25d8bf9
PA
124722015-03-24 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12475
856e7dd6
PA
124762015-03-24 Pedro Alves <palves@redhat.com>
12477
12478 * gdb.threads/schedlock.exp (test_step): No longer expect that
12479 "set scheduler-locking step" with "next" over a function call runs
12480 threads unlocked.
12481
ad235a41
AT
124822015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12483
12484 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12485
15630549
AT
124862015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12487
12488 PR breakpoints/16466
12489 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12490 * gdb.mi/mi-pending.c (thread_func): New function.
12491 (int main): Add threading support required.
12492 * gdb.mi/mi-pending.exp: Add tests for this issue.
12493 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12494 (pendfunc2): Remove stdio dependency.
12495 * gdb.mi/mi-pendshr2.c: New file.
12496
693dca06
KS
124972015-03-23 Keith Seitz <keiths@redhat.com>
12498
12499 * gdb.linespec/keywords.c: New file.
12500 * gdb.linespec/keywords.exp: New file.
12501
7e993ebf
KS
125022015-03-23 Keith Seitz <keiths@redhat.com>
12503
12504 PR gdb/18021
12505 * gdb.dwarf2/staticvirtual.exp: New test.
12506
bc23328c
JK
125072015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12508
12509 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12510 * README: Remove HP-UX and gdb.hp.
12511 (configuration):
12512 * configure: Regenerate.
12513 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12514 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12515 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12516 gdb.hp/gdb.defects/Makefile.
12517 * gdb.hp/Makefile.in: File deleted.
12518 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12519 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12520 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12521 * gdb.hp/gdb.aCC/run.c: File deleted.
12522 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12523 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12524 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12525 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12526 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12527 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12528 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12529 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12530 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12531 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12532 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12533 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12534 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12535 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12536 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12537 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12538 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12539 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12540 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12541 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12542 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12543 * gdb.hp/gdb.compat/average.c: File deleted.
12544 * gdb.hp/gdb.compat/sum.c: File deleted.
12545 * gdb.hp/gdb.compat/xdb.c: File deleted.
12546 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12547 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12548 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12549 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12550 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12551 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12552 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12553 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12554 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12555 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12556 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12557 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12558 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12559 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12560 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12561 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12562 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12563 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12564 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12565 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12566 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12567 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12568 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12569 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12570 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12571 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12572 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12573 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12574 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12575 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12576 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12577 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12578 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12579 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12580 * gdb.hp/tools/odump: File deleted.
12581
8bf3b159
PA
125822015-03-19 Pedro Alves <palves@redhat.com>
12583
12584 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12585 (saw_thread_3): New globals.
12586 (top level): Increment them when an event for the corresponding
12587 thread is seen.
12588 (no thread starvation): New test.
12589
eb54c8bf
PA
125902015-03-19 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.threads/continue-pending-status.c: New file.
12593 * gdb.threads/continue-pending-status.exp: New file.
12594
32d2e5d6
PA
125952015-03-18 Pedro Alves <palves@redhat.com>
12596
12597 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12598 Use gdb_is_target_remote instead of is_remote. Use
12599 gdb_test_multiple instead of gdb_expect. Exit early if
12600 gdb_test_multiple hits its internal matches. Tighten stepi tests
12601 expected output. Fail on exit with any signal, instead of just
12602 SIGILL.
12603
f68f11b7
YQ
126042015-03-18 Yao Qi <yao.qi@linaro.org>
12605
12606 PR tdep/18107
12607 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12608 variable.
12609 * gdb.base/catch-syscall.exp: Don't skip it on
12610 aarch64*-*-linux* target. Remove elements in all_syscalls.
12611 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12612 target.
12613 (setup_all_syscalls): New proc.
12614
ca5fd19b
YQ
126152015-03-16 Yao Qi <yao.qi@linaro.org>
12616
12617 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12618 (top level): Skip tests if valid_addr_p returns false for
12619 $cmd1 or $cmd2.
12620
85642ba0
AW
126212015-03-11 Andy Wingo <wingo@igalia.com>
12622
12623 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12624
e03f9645
YQ
126252015-03-11 Yao Qi <yao.qi@linaro.org>
12626
12627 * gdb.base/catch-syscall.exp: Fix typo in comments.
12628
5d0962b2
YQ
126292015-03-11 Yao Qi <yao.qi@linaro.org>
12630
12631 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12632
b2df3cef
PA
126332015-03-09 Pedro Alves <palves@redhat.com>
12634
12635 * dg-extract-results.py: Delete.
12636
ef878e53
PA
126372015-03-09 Pedro Alves <palves@redhat.com>
12638
12639 Merge dg-extract-results.sh from GCC upstream (r218843).
12640
12641 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12642 * dg-extract-results.sh: Use --text with grep to avoid issues with
12643 binary files. Fall back to cat -v, if that doesn't work.
12644
9494d219
PA
126452015-03-05 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12648
a8d9763a
SM
126492015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12650
12651 * lib/mi-support.exp (mi_expect_interrupt): Accept
12652 alternative event for when in all-stop mode.
12653
be9957b8
PA
126542015-03-04 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12657
d57be0f4 126582015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12659
12660 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12661
c214c7cf
AA
126622015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12663
12664 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12665 regexps for GDB's current line display, accept a hex address
12666 preceding the line number.
12667
6d74a497
AA
126682015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12669
12670 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12671 the 'arch1' variable for "s390*-linux*" targets.
12672
511aee7c
PA
126732015-03-04 Pedro Alves <palves@redhat.com>
12674
12675 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12676 (main): Pass missing retval argument to pthread_join call.
12677
95e50b27
PA
126782015-03-02 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12681 (top level): Call do_test with non-stop as well.
12682
28054d69
PA
126832015-03-02 Pedro Alves <palves@redhat.com>
12684
12685 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12686 -1.
12687
4fa5d7b4
AA
126882015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12689
12690 * gdb.arch/s390-vregs.exp: New test.
12691 * gdb.arch/s390-vregs.S: New file.
12692
97c18565
PA
126932015-02-27 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12696 call to catch_command_errors.
12697 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12698 catch_command_errors.
12699
a37bfa30
PA
127002015-02-27 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12703 "true" for boolean result.
12704 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12705 prototype of main.
12706
6f98576f
PA
127072015-02-27 Pedro Alves <palves@redhat.com>
12708
12709 * lib/unbuffer_output.c: New file.
12710 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12711 (main): Call gdb_unbuffer_output.
12712
eba5ab56
YQ
127132015-02-27 Yao Qi <yao.qi@linaro.org>
12714
12715 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12716 target.
12717
0def5aaa
DE
127182015-02-26 Doug Evans <dje@google.com>
12719
12720 * gdb.cp/class2.cc (Dbase, D): New classes.
12721 (main): New local delta.
12722 * gdb.cp/class2.exp: Test printing delta.
12723 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12724 (dynbar): New global.
12725 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12726
081a1c2c
JK
127272015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12728
12729 * gdb.compile/compile-ifunc.c: New file.
12730 * gdb.compile/compile-ifunc.exp: New file.
12731
2f41223f
AT
127322015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12733
12734 * gdb.base/structs.exp: Check for correct struct on finish.
12735
03eddd80
YQ
127362015-02-26 Yao Qi <yao.qi@linaro.org>
12737
12738 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12739 is zero.
12740
80c57053
JK
127412015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12742
12743 * gdb.arch/cordic.ko.bz2: New file.
12744 * gdb.arch/cordic.ko.debug.bz2: New file.
12745 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12746
21613c12
YQ
127472015-02-25 Yao Qi <yao.qi@linaro.org>
12748
12749 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12750 aarch64*-*-* target.
12751
d8b901ed
PA
127522015-02-23 Pedro Alves <palves@redhat.com>
12753
12754 * lib/gdb.exp (delete_breakpoints): Rewrite using
12755 gdb_test_multiple.
12756
e5b85ead
PA
127572015-02-23 Pedro Alves <palves@redhat.com>
12758
12759 * gdb.base/info-os.c: Include stdlib.h.
12760
85c3a371
DE
127612015-02-22 Doug Evans <xdje42@gmail.com>
12762
12763 PR symtab/17855
12764 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12765 is read after symbols have been re-read.
12766 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12767 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12768
96553a0c
DE
127692015-02-21 Doug Evans <dje@google.com>
12770
12771 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12772
97a0c697
JK
127732015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12774
12775 PR corefiles/17808
12776 * gdb.arch/i386-biarch-core.core.bz2: New file.
12777 * gdb.arch/i386-biarch-core.exp: New file.
12778
a47cd6e9
PA
127792015-02-21 Pedro Alves <palves@redhat.com>
12780
12781 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12782 runto_main fails.
12783
c5facdc4
PA
127842015-02-20 Pedro Alves <palves@redhat.com>
12785
12786 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12787 info probes.
12788
2db9a427
PA
127892015-02-20 Pedro Alves <palves@redhat.com>
12790
12791 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12792
60fb7e9e
PA
127932015-02-20 Pedro Alves <palves@redhat.com>
12794
12795 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12796 clean_restart before gdb_target_supports_trace.
12797
5c5019c2
PA
127982015-02-20 Pedro Alves <palves@redhat.com>
12799
12800 PR threads/18006
12801 * gdb.threads/clone-thread_db.c: New file.
12802 * gdb.threads/clone-thread_db.exp: New file.
12803
c9587f88
AT
128042015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12805
12806 PR breakpoints/16812
12807 * gdb.base/catch-gdb-caused-signals.c: New file.
12808 * gdb.base/catch-gdb-caused-signals.exp: New file.
12809
f6a88844
JM
128102015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12811
12812 * configure: Regenerated.
12813 * configure.ac: Use GDB_AC_TRANSFORM.
12814 * aclocal.m4: sinclude ../transform.m4.
12815
497c491b
JM
128162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12817
12818 * lib/dtrace.exp: New file.
12819 * gdb.base/dtrace-probe.exp: Likewise.
12820 * gdb.base/dtrace-probe.d: Likewise.
12821 * gdb.base/dtrace-probe.c: Likewise.
12822 * lib/pdtrace.in: Likewise.
12823 * configure.ac: Output variables with the transformed names of
12824 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12825 * configure: Regenerated.
12826
03e98035
JM
128272015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12828
12829 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12830 expected message when trying to access $_probe_* convenience
12831 variables while not on a probe.
12832
63cc30e9
JK
128332015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12834
12835 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12836
0703599a
PA
128372015-02-11 Pedro Alves <pedro@codesourcery.com>
12838
12839 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12840 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12841
7e60a48e
DE
128422015-02-10 Doug Evans <xdje42@gmail.com>
12843
12844 * lib/gdb.exp (gdb_load): Always return a result.
12845
01b088bc
PA
128462015-02-10 Pedro Alves <palves@redhat.com>
12847
12848 * gdb.threads/signal-sigtrap.c: New file.
12849 * gdb.threads/signal-sigtrap.exp: New file.
12850
b05ec7a5
AT
128512015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12852
12853 * gdb.trace/no-attach-trace.c: New file.
12854 * gdb.trace/no-attach-trace.exp: New file.
12855
a2c2acaf
MW
128562015-02-09 Mark Wielaard <mjw@redhat.com>
12857
12858 * gdb.dwarf2/atomic.c: New file.
12859 * gdb.dwarf2/atomic-type.exp: Likewise.
12860
31fd9caa
MM
128612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12862
12863 * gdb.btrace/buffer-size.exp: Update "info record" output.
12864 * gdb.btrace/delta.exp: Update "info record" output.
12865 * gdb.btrace/enable.exp: Update "info record" output.
12866 * gdb.btrace/finish.exp: Update "info record" output.
12867 * gdb.btrace/instruction_history.exp: Update "info record" output.
12868 * gdb.btrace/next.exp: Update "info record" output.
12869 * gdb.btrace/nexti.exp: Update "info record" output.
12870 * gdb.btrace/step.exp: Update "info record" output.
12871 * gdb.btrace/stepi.exp: Update "info record" output.
12872 * gdb.btrace/nohist.exp: Update "info record" output.
12873
d33501a5
MM
128742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12875
12876 * gdb.btrace/buffer-size: New.
12877
f4abbc16
MM
128782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12879
12880 * gdb.btrace/delta.exp: Update "info record" output.
12881 * gdb.btrace/enable.exp: Update "info record" output.
12882 * gdb.btrace/finish.exp: Update "info record" output.
12883 * gdb.btrace/instruction_history.exp: Update "info record" output.
12884 * gdb.btrace/next.exp: Update "info record" output.
12885 * gdb.btrace/nexti.exp: Update "info record" output.
12886 * gdb.btrace/step.exp: Update "info record" output.
12887 * gdb.btrace/stepi.exp: Update "info record" output.
12888 * gdb.btrace/nohist.exp: Update "info record" output.
12889
b9d61307
SM
128902015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12891
12892 PR gdb/15678
12893 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12894
e584fdbc
PA
128952015-02-06 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12898 macro.
12899 (seconds_left, again): New globals.
12900 (main): Wait seconds_left in a 1-second sleep loop instead of
12901 sleeping 180 seconds. If 'again' is set, reset the seconds
12902 counter.
12903 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12904 'again' in the inferior before detaching. Print the seconds left.
12905 (options): New global.
12906 (top level): Build program with -DTIMEOUT=$timeout.
12907
77f41761
PA
129082015-02-06 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12911 determine how many seconds to pass to 'alarm'.
12912 * gdb.base/gdb-sigterm.exp (top level): Build program with
12913 -DTIMEOUT=$timeout.
12914 (do_test): Return success/failure indication. Add more verbose
12915 logging. Don't fail if 200 single steps are seen. Instead, fail
12916 when the test times out.
12917 (passes): New global.
12918 (top level): Break the testing loop if testing fails on any
12919 iteration. Use gdb_assert.
12920
b9394193
DB
129212015-02-04 Don Breazeal <donb@codesourcery.com>
12922
12923 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12924 and initialize them.
12925 (ipc_cleanup): New function.
12926 (main): Don't declare shmid, semid, and msqid. Add a call to
12927 atexit so that we call ipc_cleanup on exit.
12928
42d9e528
PA
129292015-02-04 Pedro Alves <palves@redhat.com>
12930
12931 * boards/native-extended-gdbserver.exp: Remove any target variant
12932 specifications from the board name before clearing the isremote
12933 flag from board_info.
12934
ae6ae975
DE
129352015-01-31 Doug Evans <xdje42@gmail.com>
12936
12937 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12938
cfb069a8
GB
129392015-01-31 Gary Benson <gbenson@redhat.com>
12940
12941 * gdb.base/completion.exp: Disable completion limiting for
12942 existing tests. Add new tests to check completion limiting.
12943 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12944
5dd31d79
DE
129452015-01-31 Doug Evans <xdje42@gmail.com>
12946
12947 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12948
9f050062
DE
129492015-01-31 Doug Evans <xdje42@gmail.com>
12950
12951 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12952 entries. Duplicate file section script entries.
12953 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12954 inlined entries. Add test for safe-path rejection.
12955 * gdb.python/py-section-script.c: Add duplicate inlined section script
12956 entries. Duplicate file section script entries.
12957 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12958 inlined entries. Add test for safe-path rejection.
12959
df25ebbd
JB
129602015-01-29 Joel Brobecker <brobecker@adacore.com>
12961
12962 * gdb.ada/disc_arr_bound: New testcase.
12963
4a0ca9ec
JB
129642015-01-29 Joel Brobecker <brobecker@adacore.com>
12965
12966 * gdb.ada/mi_var_array: New testcase.
12967
3a8b707a
DE
129682015-01-27 Doug Evans <dje@google.com>
12969
12970 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12971 Add test for objfile.filename, objfile.username after objfile
12972 has been unloaded.
12973
f8313f6e
JB
129742015-01-26 Joel Brobecker <brobecker@adacore.com>
12975
12976 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12977 the second test to print the name attribute of value
12978 returned by the call to gdb.lookup_type, and adjust
12979 the expected output accordingly.
12980
37bc665e
MW
129812015-01-25 Mark Wielaard <mjw@redhat.com>
12982
12983 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12984 * gdb.base/disp-step-fork.c: Include unistd.h.
12985 * gdb.base/siginfo-obj.c: Include stdio.h.
12986 * gdb.base/siginfo-thread.c: Likewise.
12987 * gdb.mi/non-stop.c: Include unistd.h.
12988 * gdb.mi/nsthrexec.c: Include stdio.h.
12989 * gdb.mi/pthreads.c: Include unistd.h.
12990 * gdb.modula2/unbounded1.c (main): Declare returns int.
12991 * gdb.reverse/consecutive-reverse.c: Likewise.
12992 * gdb.threads/create-fail.c: Include unistd.h.
12993 * gdb.threads/killed.c: Likewise.
12994 * gdb.threads/linux-dp.c: Likewise.
12995 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12996 * gdb.threads/non-ldr-exc-2.c: Likewise.
12997 * gdb.threads/non-ldr-exc-3.c: Likewise.
12998 * gdb.threads/non-ldr-exc-4.c: Likewise.
12999 * gdb.threads/pthreads.c: Include unistd.h.
13000 (main): Declare returns int.
13001 * gdb.threads/tls-main.c (foo): New declaration.
13002 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13003
f7e5394d
SM
130042015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13005
13006 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13007 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13008
743649fd
MW
130092015-01-15 Mark Wielaard <mjw@redhat.com>
13010
13011 * gdb.base/noreturn-return.c: New file.
13012 * gdb.base/noreturn-return.exp: New file.
13013 * gdb.base/noreturn-finish.c: New file.
13014 * gdb.base/noreturn-finish.exp: New file.
13015
198297aa
PA
130162015-01-23 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.threads/continue-pending-after-query.c: New file.
13019 * gdb.threads/continue-pending-after-query.exp: New file.
13020
717cf30c
AG
130212015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13022 Simon Marchi <simon.marchi@ericsson.com>
13023
13024 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13025 * gdb.base/valgrind-db-attach.exp: Same.
13026 * gdb.base/valgrind-infcall.exp: Same.
13027 * lib/mi-support.exp (default_mi_gdb_start): Same.
13028 * lib/prompt.exp (default_prompt_gdb_start): Same.
13029 * lib/gdb.exp (default_gdb_spawn): Same.
13030 (gdb_interact): New.
13031
13032
4b62a76e
JK
130332015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13034
13035 * gdb.compile/compile.exp (pointer to jit function): New test.
13036
b4cdae6f
WW
130372015-01-17 Wei-cheng Wang <cole945@gmail.com>
13038
13039 * lib/gdb.exp (supports_process_record): Return true for
13040 powerpc*-*-linux*.
13041 (supports_reverse): Likewise.
13042
d221e7ef
DB
130432015-01-15 Don Breazeal <donb@codesourcery.com>
13044
13045 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13046 instead of checking whether the target board is remote and
13047 use spawn_wait_for_attach instead of exec/sleep.
13048 * gdb.base/attach-twice.exp: Likewise.
13049
bafffb51
JB
130502015-01-15 Joel Brobecker <brobecker@adacore.com>
13051
13052 * gdb.ada/var_arr_attrs: New testcase.
13053
5589af0e
PA
130542015-01-14 Pedro Alves <palves@redhat.com>
13055 Joel Brobecker <brobecker@adacore.com>
13056
13057 PR gdb/17525
13058 * gdb.base/bp-cmds-execution-x-script.c: New file.
13059 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13060 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13061
6c400b59
PA
130622015-01-14 Pedro Alves <palves@redhat.com>
13063
13064 PR cli/17828
13065 * gdb.base/batch-preserve-term-settings.c: New file.
13066 * gdb.base/batch-preserve-term-settings.exp: New file.
13067
e02c96a7
DE
130682015-01-13 Doug Evans <dje@google.com>
13069
13070 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13071 binary.
13072
576fd14c
JB
130732015-01-13 Joel Brobecker <brobecker@adacore.com>
13074
13075 * Makefile.in (clean mostlyclean): Do not delete *.py.
13076
04dccad0
JB
130772015-01-13 Joel Brobecker <brobecker@adacore.com>
13078
13079 * gdb.python/py-lookup-type.exp: New file.
13080
3d230f71
PA
130812015-01-12 Pedro Alves <palves@redhat.com>
13082
13083 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13084 restore GDBFLAGS before returning.
13085
7e67715d
JK
130862015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13087
13088 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13089 is_amd64_regs_target and is_x86_like_target.
13090
f2e0d4b4
DE
130912015-01-11 Doug Evans <xdje42@gmail.com>
13092
13093 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13094 is given without an explicit form.
13095 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13096 attributes.
13097 * gdb.dwarf/corrupt.exp: Ditto.
13098 * gdb.dwarf2/enum-type.exp: Ditto.
13099 * gdb.trace/entry-values.exp: Ditto.
13100 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13101
439250fb
DE
131022015-01-11 Doug Evans <xdje42@gmail.com>
13103
13104 PR gdb/15830
13105 * gdb.base/maint.exp: Remove references to "maint demangle".
13106 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13107 Add tests for explicitly specifying language to demangle.
13108 * gdb.dlang/demangle.exp: Ditto.
13109
ede9f622
PA
131102015-01-09 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.threads/non-stop-fair-events.c: New file.
13113 * gdb.threads/non-stop-fair-events.exp: New file.
13114
a7b796db
PA
131152015-01-09 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13118 the global scope. Set a breakpoint after all threads are started
13119 rather than stepping over two source lines. Expect the prompt.
13120 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13121 global.
13122 (NUM): Now 15.
13123 (main): Use threads_started_barrier to wait for all threads to
13124 start. Main thread no longer calls thread_function. Exit after
13125 180 seconds.
13126 (loop): New function.
13127 (thread_function): Wait on threads_started_barrier barrier. Call
13128 'loop' at each iteration.
13129 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13130 threads have started, instead of hardcoding number of "next"
13131 steps. Use an access watchpoint instead of a write watchpoint.
13132
9665ffdd
PA
131332015-01-09 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13136 (thread_func): Wait on barrier.
13137 (main): Wait for all threads to start before stopping GDB.
13138 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13139 global.
13140 (thread1_func, thread2_func): Wait on barrier.
13141 (main): Wait for all threads to start before stopping GDB.
13142 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13143 New global.
13144 (thread1_func, thread2_func): Wait on barrier.
13145 (main): Wait for all threads to start before stopping GDB.
13146
c945a99f
PA
131472015-01-09 Pedro Alves <palves@redhat.com>
13148
13149 * gdb.threads/attach-many-short-lived-threads.c: New file.
13150 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13151
c1a747c1
PA
131522014-01-09 Pedro Alves <palves@redhat.com>
13153
13154 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13155 instead of to thread 2.
13156 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13157 Add barrier around each pthread_create call instead of around all
13158 calls.
13159 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13160 Set a break on thread_function and have the child threads hit it
13161 one at at a time.
13162
60b3033e
PA
131632015-01-09 Pedro Alves <palves@redhat.com>
13164
13165 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13166 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13167 false.
13168 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13169 checking whether the target board is remote.
13170 * gdb.multi/multi-attach.exp: Likewise.
13171 * gdb.python/py-sync-interp.exp: Likewise.
13172 * gdb.server/ext-attach.exp: Likewise.
13173 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13174 tests that need to attach, instead of checking whether the target
13175 board is remote at the top of the file.
13176
acc018ac
YQ
131772015-01-08 Yao Qi <yao@codesourcery.com>
13178
13179 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13180
50a18af8
JK
131812015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13182
13183 Fix testcase compilation.
13184 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13185
8503d6e1
JB
131862015-01-06 Joel Brobecker <brobecker@adacore.com>
13187
13188 * gdb.python/py-type.exp: Add a couple test about empty
13189 array creation, and negative-length array creation.
13190
cc73dbcc
DE
131912015-01-02 Doug Evans <xdje42@gmail.com>
13192
13193 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13194
0300bbc7
DE
131952015-01-02 Doug Evans <dje@google.com>
13196
13197 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13198
9d85a0ec
YQ
131992014-12-29 Yao Qi <yao@codesourcery.com>
13200
13201 * gdb.trace/entry-values.exp: Update comments. Rename variable
13202 bar_call_foo to returned_from_foo.
13203
87186c6a
MMN
132042014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13205
13206 PR gdb/17394
13207 * gdb.linespec/break-asm-file.c: New file.
13208 * gdb.linespec/break-asm-file.exp: New file.
13209 * gdb.linespec/break-asm-file0.s: New file.
13210 * gdb.linespec/break-asm-file1.s: New file.
13211
1bab7383
YQ
132122014-12-18 Nigel Stephens <nigel@mips.com>
13213 Maciej W. Rozycki <macro@codesourcery.com>
13214
13215 * gdb.base/float.exp: Handle the new output from "info float" on
13216 MIPS targets.
13217
1bc1068a
JK
132182014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13219
13220 Fix MinGW compilation.
13221 * gdb.compile/compile-ops.exp: Update untested message if
13222 !skip_compile_feature_tests.
13223 * gdb.compile/compile-setjmp.exp: Likewise.
13224 * gdb.compile/compile-tls.exp: Likewise.
13225 * gdb.compile/compile.exp: Likewise.
13226 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13227 supported on this host".
13228
b6615d10
DE
132292014-12-16 Doug Evans <xdje42@gmail.com>
13230
13231 * boards/stabs.exp: New file.
13232
25dda427
AA
132332014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13234
13235 * gdb.base/completion.exp: Adjust to format changes of "maint
13236 print user-registers".
13237
bf330350
CU
132382014-12-16 Catalin Udma <catalin.udma@freescale.com>
13239
13240 PR server/17457
13241 * gdb.arch/aarch64-fp.c: New file.
13242 * gdb.arch/aarch64-fp.exp: New file.
13243
395cf596
SDJ
132442014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13245
13246 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13247 r210637, r210913, r211666, r215400, r215817).
13248
13249 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13250 * dg-extract-results.py: New file.
13251 * dg-extract-results.sh: Use it if the environment seems
13252 suitable.
13253
13254 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13255
13256 * dg-extract-results.py (parse_run): Handle warnings that
13257 are printed before a test harness is run.
13258
13259 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13260
13261 * dg-extract-results.py (Named): Remove __cmp__ method.
13262 (output_variation): Use a key to sort variation.harnesses.
13263
13264 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13265
13266 * dg-extract-results.py: For Python 3, force sys.stdout to
13267 handle surrogate escape sequences.
13268 (safe_open): New function.
13269 (output_segment, main): Use it.
13270
13271 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13272
13273 * dg-extract-results.py (Prog.result_re): Include options
13274 in test name.
13275
13276 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13277
13278 * dg-extract-results.py (output_variation): Always sort if
13279 do_sum.
13280
e882ef3c
SM
132812014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13282
13283 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13284 as long as we get pagination notifications.
13285
4992aa20
JM
132862014-12-15 Jason Merrill <jason@redhat.com>
13287
13288 * Makefile.in (check-gdb.%): Restore.
13289 * README: Mention it.
13290
c1b5a1a6
JB
132912014-12-13 Joel Brobecker <brobecker@adacore.com>
13292
13293 * gdb.ada/str_uninit: New testcase.
13294
5537b577
JK
132952014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13296
13297 PR symtab/17642
13298 * gdb.base/vla-stub-define.c: New file.
13299 * gdb.base/vla-stub.c: New file.
13300 * gdb.base/vla-stub.exp: New file.
13301
bb2ec1b3
TT
133022014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13303 Jan Kratochvil <jan.kratochvil@redhat.com>
13304 Tom Tromey <tromey@redhat.com>
13305
13306 * configure.ac: Add gdb.compile/.
13307 * configure: Regenerate.
13308 * gdb.compile/Makefile.in: New file.
13309 * gdb.compile/compile-ops.exp: New file.
13310 * gdb.compile/compile-ops.c: New file.
13311 * gdb.compile/compile-tls.c: New file.
13312 * gdb.compile/compile-tls.exp: New file.
13313 * gdb.compile/compile-constvar.S: New file.
13314 * gdb.compile/compile-constvar.c: New file.
13315 * gdb.compile/compile-mod.c: New file.
13316 * gdb.compile/compile-nodebug.c: New file.
13317 * gdb.compile/compile-setjmp-mod.c: New file.
13318 * gdb.compile/compile-setjmp.c: New file.
13319 * gdb.compile/compile-setjmp.exp: New file.
13320 * gdb.compile/compile-shlib.c: New file.
13321 * gdb.compile/compile.c: New file.
13322 * gdb.compile/compile.exp: New file.
13323 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13324
4ff709eb
TT
133252014-12-12 Tom Tromey <tromey@redhat.com>
13326
13327 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13328 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13329
6dddd6a5
DE
133302014-12-12 Doug Evans <dje@google.com>
13331
13332 * lib/gdb-python.exp (get_python_valueof): New function.
13333 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13334
71c24708
AA
133352014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13336
13337 * gdb.base/completion.exp: Add test for completion of "info
13338 registers ".
13339
3e29f34a
MR
133402014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13341
13342 * gdb.base/func-ptrs.c: New file.
13343 * gdb.base/func-ptrs.exp: New file.
13344
fc126975
SM
133452014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13346
13347 PR breakpoints/17012
13348 * gdb.base/dprintf-detach.c: New file.
13349 * gdb.base/dprintf-detach.exp: New file.
13350
0a46d518
SM
133512014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13352
13353 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13354 * lib/gdb.exp (target_is_gdbserver): New procedure.
13355
a0be3e44
DE
133562014-12-08 Doug Evans <dje@google.com>
13357
13358 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13359
df1b803a
YQ
133602014-12-05 Yao Qi <yao@codesourcery.com>
13361
13362 * gdb.guile/scm-error.exp: Remove the third argument to
13363 gdb_remote_download.
13364 * gdb.guile/scm-frame-args.exp: Likewise.
13365 * gdb.guile/scm-section-script.exp: Likewise.
13366
ddb9f679
YQ
133672014-12-05 Yao Qi <yao@codesourcery.com>
13368
13369 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13370
86e4ed39
DE
133712014-12-04 Doug Evans <dje@google.com>
13372
13373 * gdb.python/py-objfile.exp: Add tests for
13374 objfile.add_separate_debug_file.
13375
7c50a931
DE
133762014-12-04 Doug Evans <dje@google.com>
13377
13378 * lib/gdb.exp (get_build_id): New function.
13379 (build_id_debug_filename_get): Rewrite to use it.
13380 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13381
621661e3
MR
133822014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13383
13384 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13385 `method(long)', not just 0x0.
13386 * gdb.cp/nsalias.exp: Align code labels to 4.
13387 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13388 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13389 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13390 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13391 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13392 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13393
29f0c3b7
DE
133942014-12-02 Doug Evans <dje@google.com>
13395
e1e061e7 13396 PR symtab/17602
29f0c3b7 13397 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13398 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13399 * gdb.cp/anon-ns.exp: Update.
13400
162078c8
NB
134012014-12-02 Nick Bull <nicholaspbull@gmail.com>
13402
13403 * gdb.python/py-events.py (inferior_call_handler): New.
13404 (register_changed_handler, memory_changed_handler): New.
13405 (test_events.invoke): Register new handlers.
13406 * gdb.python/py-events.exp: Add tests for inferior call,
13407 memory_changed and register_changed events.
13408
fdb09caf
AA
134092014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13410
13411 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13412 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13413 if the linker doesn't understand this.
13414
55cfb2c4
SM
134152014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13416
13417 * gdb.python/python.exp: Change expected reply to help().
13418
9e8cd6df
YQ
134192014-12-01 Yao Qi <yao@codesourcery.com>
13420
13421 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13422 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13423 * configure: Re-generated.
13424
6c659fc2
SC
134252014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13426
13427 * gdb.cp/chained-calls.cc: New file.
13428 * gdb.cp/chained-calls.exp: New file.
13429 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13430
d7fc3181
SM
134312014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13432
13433 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13434 * gdb.dwarf2/symtab-producer.exp: Same.
13435 * gdb.gdb/python-interrupts.exp: Same.
13436 * gdb.gdb/python-selftest.exp: Same.
13437 * gdb.python/py-linetable.exp: Same.
13438 * gdb.python/py-type.exp: Same.
13439 * gdb.python/py-value-cc.exp: Same.
13440 * gdb.python/py-value.exp: Same.
13441
10e79639
YQ
134422014-11-28 Yao Qi <yao@codesourcery.com>
13443
13444 * gdb.base/break-probes.exp: Match library name prefixed with
13445 sysroot.
13446
f28a0564
SM
134472014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13448
13449 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13450 test expected output. Add parentheses for the call to print.
13451 Remove L suffix from integers.
13452
3fe1ce1d
DE
134532014-11-26 Doug Evans <dje@google.com>
13454
13455 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13456
84429e27
YQ
134572014-11-22 Yao Qi <yao@codesourcery.com>
13458
13459 * gdb.trace/entry-values.c: Remove asms.
13460 (foo): Add foo_label.
13461 (bar): Add bar_label.
13462 * gdb.trace/entry-values.exp: Remove code computing foo's
13463 length and bar's length.
13464 (Dwarf::assemble): Invoke function_range for bar and use
13465 MACRO_AT_func for foo.
13466
26741859
YQ
134672014-11-22 Yao Qi <yao@codesourcery.com>
13468
13469 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13470 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13471 Use .Lgcc43_procstart instead of gcc43.
13472
45e44d27
JB
134732014-11-21 Joel Brobecker <brobecker@adacore.com>
13474
13475 * gdb.ada/n_arr_bound: New testcase.
13476
458c8db8
SDJ
134772014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13478
13479 PR breakpoints/10737
13480 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13481 test_catch_syscall_multi_arch.
13482 (test_catch_syscall_multi_arch): New function.
13483
43f3e411
DE
134842014-11-20 Doug Evans <xdje42@gmail.com>
13485
13486 * gdb.base/maint.exp: Update expected output.
13487
0d7b2549
AA
134882014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13489
13490 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13491 4-byte instruction on S390.
13492
8908fca5
JB
134932014-11-19 Joel Brobecker <brobecker@adacore.com>
13494
13495 * gdb.ada/arr_arr: New testcase.
13496
4a46959e
JB
134972014-11-19 Joel Brobecker <brobecker@adacore.com>
13498
13499 * gdb.ada/pkd_arr_elem: New Testcase.
13500
470e2f4e
LM
135012014-11-18 Luis Machado <lgustavo@codesourcery.com>
13502
13503 * gdb.reverse/break-precsave: Expect completion message for
13504 core file reads.
13505 * gdb.reverse/consecutive-precsave.exp: Likewise.
13506 * gdb.reverse/finish-precsave.exp: Likewise.
13507 * gdb.reverse/i386-precsave.exp: Likewise.
13508 * gdb.reverse/machinestate-precsave.exp: Likewise.
13509 * gdb.reverse/sigall-precsave.exp: Likewise.
13510 * gdb.reverse/solib-precsave.exp: Likewise.
13511 * gdb.reverse/step-precsave.exp: Likewise.
13512 * gdb.reverse/until-precsave.exp: Likewise.
13513 * gdb.reverse/watch-precsave.exp: Likewise.
13514
a267f3ad
AA
135152014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13516
13517 * gdb.base/bp-permanent.c: Include unistd.h.
13518 * gdb.python/py-framefilter-mi.c (main): Add return type.
13519 * gdb.python/py-framefilter.c (main): Likewise.
13520 * gdb.trace/actions-changed.c (main): Likewise.
13521
12084a9a
AA
135222014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13523
13524 * gdb.mi/until.c: Add eye-catchers.
13525 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13526 line numbers.
13527
dc7e1a77
AA
135282014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13529
13530 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13531 function header variants in break1.c.
13532 * gdb.base/ena-dis-br.exp: Likewise.
13533 * gdb.base/hbreak2.exp: Likewise.
13534 * gdb.reverse/until-precsave.exp: Drop references to removed
13535 non-prototype function header variants in ur1.c.
13536 * gdb.reverse/until-reverse.exp: Likewise.
13537
41c77605
PM
135382014-11-17 Petr Machata <pmachata@redhat.com>
13539
13540 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13541 ${_cu_offset_size} bytes abbrev offset.
13542
34248c3a
DE
135432014-11-15 Doug Evans <xdje42@gmail.com>
13544
13545 PR symtab/17559
13546 * gdb.base/line-symtabs.exp: New file.
13547 * gdb.base/line-symtabs.c: New file.
13548 * gdb.base/line-symtabs.h: New file.
13549
646da059
YQ
135502014-11-14 Yao Qi <yao@codesourcery.com>
13551
13552 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13553 (func): Add label func_label.
13554 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13555 Replace low_pc and high_pc with MACRO_AT_range.
13556 Replace name, low_pc and high_pc with MACRO_AT_func.
13557
9301ebe6
YQ
135582014-11-14 Yao Qi <yao@codesourcery.com>
13559
13560 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13561 Replace name, low_pc and high_pc with MACRO_AT_func.
13562
f166b542
YQ
135632014-11-14 Yao Qi <yao@codesourcery.com>
13564
13565 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13566 produce debug information.
13567 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13568
0f6e71e3
YQ
135692014-11-14 Yao Qi <yao@codesourcery.com>
13570
13571 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13572 object and get function length.
13573 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13574 with MACRO_AT_func.
13575 (top-level): Replace gdb_compile and clean_restart with
13576 prepare_for_testing.
13577 * gdb.dwarf2/main.c (main): Add label main_label.
13578
876c4df9
YQ
135792014-11-14 Yao Qi <yao@codesourcery.com>
13580
13581 * lib/dwarf.exp (function_range): New procedure.
13582 (Dwarf::_handle_macro_at_func): New procedure.
13583 (Dwarf::_handle_macro_at_range): New procedure.
13584 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13585
02ad9cf1
YQ
135862014-11-14 Yao Qi <yao@codesourcery.com>
13587
13588 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13589 (_handle_attribute): New procedure.
13590
a59add0c
AA
135912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13592
13593 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13594 * gdb.base/call-sc.c (zed): Likewise.
13595 * gdb.base/checkpoint.c (main): Likewise.
13596 * gdb.base/dump.c (main): Likewise.
13597 * gdb.base/gcore.c (main): Likewise.
13598 * gdb.base/huge.c (main): Likewise.
13599 * gdb.base/multi-forks.c (main): Likewise.
13600 * gdb.base/pr10179-a.c (main): Likewise.
13601 * gdb.base/savedregs.c (main): Likewise.
13602 * gdb.base/sigaltstack.c (main): Likewise.
13603 * gdb.base/siginfo.c (main): Likewise.
13604 * gdb.base/structs.c (zed): Likewise.
13605 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13606 * gdb.mi/mi-syn-frame.c (main): Likewise.
13607 * gdb.mi/until.c (foo, main): Likewise.
13608 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13609 * gdb.base/solib-weak.c (foo): Declare.
13610 * gdb.base/attach-twice.c: Include stdio.h.
13611 * gdb.base/weaklib1.c: Likewise.
13612 * gdb.base/weaklib2.c: Likewise.
13613 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13614 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13615 unistd.h.
13616 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13617 * gdb.mi/mi-exit-code.c: Likewise.
13618 * gdb.base/break-interp-lib.c: Include string.h.
13619 * gdb.base/coremaker.c: Likewise.
13620 * gdb.base/testenv.c: Likewise.
13621 * gdb.python/py-finish-breakpoint.c: Likewise.
13622 * gdb.base/inferior-died.c: Include sys/wait.h.
13623 * gdb.base/fileio.c: Include time.h.
13624 * gdb.base/async-shell.c: Include unistd.h.
13625 * gdb.base/dprintf-non-stop.c: Likewise.
13626 * gdb.base/info-os.c: Likewise.
13627 * gdb.mi/mi-console.c: Likewise.
13628 * gdb.mi/watch-nonstop.c: Likewise.
13629 * gdb.python/py-events.c: Likewise.
13630 * gdb.base/async.c (baz): Move up before its invocation.
13631 * gdb.base/code_elim2.c (my_global_func): Likewise.
13632 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13633 * gdb.base/advance.c (func2): Likewise.
13634
3b5d5997
AA
136352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13636
13637 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13638 variant.
13639 * gdb.base/annota3.c: Likewise.
13640 * gdb.base/async.c: Likewise.
13641 * gdb.base/average.c: Likewise.
13642 * gdb.base/call-ar-st.c: Likewise.
13643 * gdb.base/call-rt-st.c: Likewise.
13644 * gdb.base/call-sc.c: Likewise.
13645 * gdb.base/call-strs.c: Likewise.
13646 * gdb.base/ending-run.c: Likewise.
13647 * gdb.base/execd-prog.c: Likewise.
13648 * gdb.base/exprs.c: Likewise.
13649 * gdb.base/foll-exec.c: Likewise.
13650 * gdb.base/foll-fork.c: Likewise.
13651 * gdb.base/foll-vfork.c: Likewise.
13652 * gdb.base/funcargs.c: Likewise.
13653 * gdb.base/gcore.c: Likewise.
13654 * gdb.base/jump.c: Likewise.
13655 * gdb.base/langs0.c: Likewise.
13656 * gdb.base/langs1.c: Likewise.
13657 * gdb.base/langs2.c: Likewise.
13658 * gdb.base/mips_pro.c: Likewise.
13659 * gdb.base/nodebug.c: Likewise.
13660 * gdb.base/opaque0.c: Likewise.
13661 * gdb.base/opaque1.c: Likewise.
13662 * gdb.base/recurse.c: Likewise.
13663 * gdb.base/run.c: Likewise.
13664 * gdb.base/scope0.c: Likewise.
13665 * gdb.base/scope1.c: Likewise.
13666 * gdb.base/setshow.c: Likewise.
13667 * gdb.base/setvar.c: Likewise.
13668 * gdb.base/shmain.c: Likewise.
13669 * gdb.base/shr1.c: Likewise.
13670 * gdb.base/shr2.c: Likewise.
13671 * gdb.base/sigall.c: Likewise.
13672 * gdb.base/signals.c: Likewise.
13673 * gdb.base/so-indr-cl.c: Likewise.
13674 * gdb.base/solib2.c: Likewise.
13675 * gdb.base/structs.c: Likewise.
13676 * gdb.base/sum.c: Likewise.
13677 * gdb.base/vforked-prog.c: Likewise.
13678 * gdb.base/watchpoint.c: Likewise.
13679 * gdb.reverse/shr2.c: Likewise.
13680 * gdb.reverse/until-reverse.c: Likewise.
13681 * gdb.reverse/ur1.c: Likewise.
13682 * gdb.reverse/watch-reverse.c: Likewise.
13683
066a77c5
AA
136842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13685
13686 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13687 variant.
13688 * gdb.base/sepdebug.exp: Drop references to removed code.
13689
4f204ea5
AA
136902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13691
13692 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13693 variant. Preserve original line numbering.
13694 * gdb.base/list1.c: Likewise.
13695
3b377a3a
AA
136962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13697
13698 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13699 variant.
13700 * gdb.base/break1.c: Likewise.
13701 * gdb.base/break.exp: Drop references to removed code.
13702
e444df73
AA
137032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13704
13705 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13706 variant.
13707
8008f2a7
AA
137082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13709
13710 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13711
a5a06887
AA
137122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13713
13714 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13715 logic into perform_all_tests() and invoke it with and without
13716 function header prototypes.
13717 (do_function_calls): Remove conditional XFAIL for PR 5318.
13718 (rerun_and_prepare): Remove duplicate code.
13719 (perform_all_tests): New. Main logic moved here.
13720
44dba9b9
AA
137212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13722
13723 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13724 code guarded by #ifdef NO_PROTOTYPES.
13725 (t_double_many_args): Likewise.
13726 (DEF_FUNC_MANY_ARGS_1): Likewise.
13727 (DEF_FUNC_VALUES_1): Likewise.
13728 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13729 guarded by #ifdef PROTOTYPES.
13730
d1fbcd56
AA
137312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13732
13733 * gdb.mi/mi-console.c: Add eye-catcher.
13734 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13735 instead of literal line number.
13736
b0e59b8f
AA
137372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13738
13739 * gdb.base/shr2.c: Add eye-catcher.
13740 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13741 line number.
13742
78f98cca
AA
137432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13744
13745 * gdb.base/jump.c: Add eye-catchers.
13746 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13747 numbers.
13748
58fa2af0
AA
137492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13750
13751 * gdb.base/execd-prog.c: Add eye-catchers.
13752 * gdb.base/foll-exec.c: Likewise.
13753 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13754 line numbers.
13755
04e5059b
AA
137562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13757
13758 * gdb.base/ending-run.c: Add eye-catchers.
13759 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13760 literal line numbers.
13761
dbfdb174
AA
137622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13763
13764 * gdb.base/call-rt-st.c: Add eye-catchers.
13765 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13766 literal line numbers.
13767
888a2ade
AA
137682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13769
13770 * gdb.base/call-ar-st.c: Add eye-catchers.
13771 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13772 literal line numbers.
13773
6acc2dde
AA
137742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13775
13776 * gdb.base/average.c: Add eye-catchers.
13777 * gdb.base/sum.c: Likewise.
13778 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13779 regexps dynamically.
13780
9ecfcd1d
AA
137812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13782
13783 * gdb.base/solib1.c: Add eye-catchers.
13784 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13785 literal line numbers.
13786
78708b7c
PA
137872014-11-12 Pedro Alves <palves@redhat.com>
13788
13789 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13790 leader has exited.
13791
af48d08f
PA
137922014-11-12 Pedro Alves <palves@redhat.com>
13793
13794 * gdb.arch/i386-bp_permanent.c: New file.
13795 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13796 (srcfile): Set to i386-bp_permanent.c.
13797 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13798 that stepi does not execute the 'leave' instruction, instead of
13799 testing it does execute.
13800 * gdb.base/bp-permanent.c: New file.
13801 * gdb.base/bp-permanent.exp: New file.
13802
af3768e9
DE
138032014-11-10 Doug Evans <xdje42@gmail.com>
13804
13805 PR symtab/17564
13806 * gdb.base/symtab-search-order.exp: New file.
13807 * gdb.base/symtab-search-order.c: New file.
13808 * gdb.base/symtab-search-order-1.c: New file.
13809 * gdb.base/symtab-search-order-shlib-1.c: New file.
13810
9de00a4a
PA
138112014-11-07 Pedro Alves <palves@redhat.com>
13812
13813 PR gdb/17511
13814 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13815 i?86-*-linux*.
13816
e0f52461
SC
138172014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13818
13819 PR c++/17494
13820 * gdb.cp/pr17494.cc: New file.
13821 * gdb.cp/pr17494.exp: New file.
13822
6ce8c980
YQ
138232014-11-02 Yao Qi <yao@codesourcery.com>
13824
13825 * gdb.python/python.exp: Get working directory and match the
13826 output of "set extended-prompt \\w " with it.
13827
02be9a71
DE
138282014-10-30 Doug Evans <dje@google.com>
13829
13830 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13831 in objfiles.
13832 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13833 in progspaces.
13834
3bdff46b
LM
138352014-10-30 Janis Johnson <janisjo@codesourcery.com>
13836
13837 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13838 * gdb.base/realname-expand.exp: Likewise.
13839 * gdb.linespec/macro-relative.exp: Likewise.
13840
ab917dfb
PA
138412014-10-29 Pedro Alves <palves@redhat.com>
13842
13843 PR gdb/17408
13844 * gdb.threads/schedlock.c (some_function): New function.
13845 (call_function): New global.
13846 (MAYBE_CALL_SOME_FUNCTION): New macro.
13847 (thread_function): Call it.
13848 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13849 and use it instead of a global counter. Adjust all callers.
13850 (get_current_thread): Use "find current thread" for test message
13851 here rather than having all callers pass down the same string.
13852 (goto_loop): New procedure, factored out from ...
13853 (my_continue): ... this.
13854 (step_ten_loops): Change parameter from test message to command to
13855 use. Adjust.
13856 (list_count): Delete global.
13857 (check_result): New procedure, factored out from duplicate top
13858 level code.
13859 (continue tests): Wrap in with_test_prefix.
13860 (test_step): New procedure, factored out from duplicate top level
13861 code.
13862 (top level): Test "step" in combination with all scheduler-locking
13863 modes. Test "next" in combination with all scheduler-locking
13864 modes, and in combination with stepping over a function call or
13865 not.
13866 * gdb.threads/next-bp-other-thread.c: New file.
13867 * gdb.threads/next-bp-other-thread.exp: New file.
13868
d3d4baed
PA
138692014-10-29 Pedro Alves <palves@redhat.com>
13870
13871 PR python/17372
13872 * gdb.python/python.exp: Test a multi-line command that spawns
13873 interactive Python.
13874 * gdb.base/multi-line-starts-subshell.exp: New file.
13875
563e8d85
YQ
138762014-10-29 Yao Qi <yao@codesourcery.com>
13877
13878 * gdb.base/fileio.exp: Make directories on host.
13879
0ea4d52e
YQ
138802014-10-29 Yao Qi <yao@codesourcery.com>
13881
13882 * gdb.base/fileio.c (test_write): Close the file.
13883
7f5ef605
PA
138842014-10-28 Pedro Alves <palves@redhat.com>
13885
13886 PR gdb/12623
13887 * gdb.base/sigstep.c (no_handler): New global.
13888 (main): If 'no_handler is true, set the signal handlers to
13889 SIG_IGN.
13890 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13891 with_sw_watch and no_handler parameters. Handle them.
13892 (top level) <stepping over handler when stopped at a breakpoint
13893 test>: Add a test axis for testing with a software watchpoint, and
13894 another for testing with the signal handler set to SIG_IGN.
13895 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13896 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13897
abbdbd03
PA
138982014-10-28 Pedro Alves <palves@redhat.com>
13899
13900 PR gdb/17511
13901 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13902 * gdb.base/sigstep.exp (other_handler_location): New global.
13903 (advance): Support stepping into the signal handler, and running
13904 commands while in the handler.
13905 (in_handler_map): New global.
13906 (top level): In the advance test, add combinations for getting
13907 into the handler with stepping commands, and for running commands
13908 in the handler. Add comment descripting the advancei tests.
13909
1df4399f
PA
139102014-10-28 Pedro Alves <palves@redhat.com>
13911
13912 * gdb.base/sigstep.exp: Use build_executable instead of
13913 prepare_for_testing.
13914 (top level): Move code that starts GDB, runs to main and creates a
13915 display to ...
13916 (restart): ... this new procedure.
13917 (top level): Move backtrace from signal handler test to ...
13918 (validate_backtrace): ... this new procedure.
13919 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13920 with_test_prefix. Always restart GDB.
13921 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13922 with_test_prefix. Always restart GDB. No need to delete
13923 breakpoints after the test.
13924 (test_skip_handler): Remove prefix parameter.
13925 (skip_over_handler, breakpoint_to_handler)
13926 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13927 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13928 restart GDB. No need to delete breakpoints after the test.
13929 (top level): Use foreach to call the test procedures with
13930 different commands.
13931
a5b6e449
PA
139322014-10-28 Pedro Alves <palves@redhat.com>
13933
13934 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13935 instead of GNATS numbers.
13936 * gdb.base/sigbpt.exp: Likewise.
13937 * gdb.base/siginfo.exp: Likewise.
13938 * gdb.base/sigstep.exp: Likewise.
13939
e5f8a7cc
PA
139402014-10-27 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.base/sigstep.c (dummy): New global.
13943 (main): Issue a couple writes to the new global.
13944 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13945 procedures.
13946 (skip_over_handler): Use test_skip_handler.
13947 (top level): Call skip_over_handler for stepi and nexti too.
13948 (breakpoint_over_handler): Use test_skip_handler.
13949 (top level): Call breakpoint_over_handler for stepi and nexti too.
13950
763905a3
YQ
139512014-10-27 Yao Qi <yao@codesourcery.com>
13952
13953 * gdb.trace/tfile.c (adjust_function_address)
13954 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13955 function descriptor.
13956
6f259a23
DB
139572014-10-24 Don Breazeal <donb@codesourcery.com>
13958
13959 * gdb.base/foll-fork.exp (test_follow_fork,
13960 catch_fork_child_follow): Check for updated fork messages emitted
13961 from infrun.c.
13962 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13963 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13964 vfork_and_exec_child_follow_through_step): Check for updated vfork
13965 messages emitted from infrun.c.
13966
09dd9a69
PA
139672014-10-24 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.base/corefile.exp: Remove references to ultrix.
13970 * gdb.base/interrupt.exp: Likewise.
13971 * gdb.base/whatis.exp: Likewise.
13972 * gdb.gdb/selftest.exp: Likewise.
13973 * gdb.threads/manythreads.exp: Likewise.
13974 * gdb.threads/print-threads.exp: Likewise.
13975 * gdb.threads/pthreads.exp:: Likewise.
13976 * gdb.threads/schedlock.exp: Likewise.
13977
3433cfa5
SC
139782014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13979
13980 * gdb.cp/non-trivial-retval.cc: Add a test case.
13981 * gdb.cp/non-trivial-retval.exp: Add a test.
13982
092f880b
YQ
139832014-10-20 Yao Qi <yao@codesourcery.com>
13984
13985 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13986 * gdb.python/py-objfile-script-gdb.py: New file.
13987 * gdb.python/py-objfile-script.exp: Update reference to
13988 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13989 of remote_download. Remove the dest file.
13990
acbdb7f3
YQ
139912014-10-20 Yao Qi <yao@codesourcery.com>
13992
13993 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13994 * gdb.base/step-line.exp: Likewise.
13995 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13996 * gdb.dwarf2/dw2-basic.exp: Likewise.
13997 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13998 * gdb.dwarf2/dw2-filename.exp: Likewise.
13999 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14000 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14001 * gdb.dwarf2/dw2-producer.exp: Likewise.
14002 * gdb.dwarf2/mac-fileno.exp: Likewise.
14003 * gdb.python/py-frame-args.exp: Likewise.
14004 * gdb.python/py-framefilter.exp: Likewise.
14005 * gdb.python/py-mi.exp: Likewise.
14006 * gdb.python/py-objfile-script.exp: Likewise
14007 * gdb.python/py-pp-integral.exp: Likewise.
14008 * gdb.python/py-pp-re-notag.exp: Likewise.
14009 * gdb.python/py-prettyprint.exp: Likewise.
14010 * gdb.python/py-section-script.exp: Likewise.
14011 * gdb.python/py-typeprint.exp: Likewise.
14012 * gdb.python/py-xmethods.exp: Likewise.
14013 * gdb.stabs/weird.exp: Likewise.
14014 * gdb.xml/tdesc-regs.exp: Likewise.
14015
bd286a29
KCY
140162014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14017
14018 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14019 (out_cu): Use addr_len for the size of addresses.
14020 (out_line): Likewise. Size DW_LNE_set_address instruction
14021 according to addr_len.
14022 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14023 (FUNC): Add START_INSNS to definition.
14024
673dc4a0
YQ
140252014-10-18 Yao Qi <yao@codesourcery.com>
14026
14027 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14028 gdb_has_argv0 return true.
14029 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14030 check [target_info exists noargs], check [gdb_has_argv0]
14031 instead.
14032 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14033 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14034 procedures.
14035
4ffbba72
DE
140362014-10-17 Doug Evans <dje@google.com>
14037
14038 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14039 event.
14040 * gdb.python/py-events.py: Add clear_objfiles event.
14041
d096d8c1
DE
140422014-10-17 Doug Evans <dje@google.com>
14043
14044 * gdb.python/py-objfile.exp: Test progspace attribute.
14045
a80db015
LM
140462014-10-17 Luis Machado <lgustavo@codesourcery.com>
14047
14048 * gdb.guile/scm-breakpoint.exp: Do not assume any
14049 directory separators when matching source file paths.
14050 * gdb.python/py-breakpoint.exp: Likewise.
14051 * gdb.reverse/break-precsave.exp: Likewise.
14052 * gdb.reverse/break-reverse.exp: Likewise.
14053 * gdb.reverse/consecutive-precsave.exp: Likewise.
14054 * gdb.reverse/finish-precsave.exp: Likewise.
14055 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14056 * gdb.reverse/finish-reverse.exp: Likewise.
14057 * gdb.reverse/i386-precsave.exp: Likewise.
14058 * gdb.reverse/i387-env-reverse.exp: Likewise.
14059 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14060 * gdb.reverse/machinestate-precsave.exp: Likewise.
14061 * gdb.reverse/machinestate.exp: Likewise.
14062 * gdb.reverse/sigall-precsave.exp: Likewise.
14063 * gdb.reverse/solib-precsave.exp: Likewise.
14064 * gdb.reverse/step-precsave.exp: Likewise.
14065 * gdb.reverse/until-precsave.exp: Likewise.
14066 * gdb.reverse/watch-precsave.exp: Likewise.
14067 * gdb.reverse/watch-reverse.exp: Likewise.
14068
b22089ab
YQ
140692014-10-17 Yao Qi <yao@codesourcery.com>
14070
14071 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14072 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14073
6c4486e6
PA
140742014-10-17 Pedro Alves <palves@redhat.com>
14075
14076 PR gdb/17471
14077 * gdb.base/bg-execution-repeat.c: New file.
14078 * gdb.base/bg-execution-repeat.exp: New file.
14079
0ff33695
PA
140802014-10-17 Pedro Alves <palves@redhat.com>
14081
14082 PR gdb/17300
14083 * gdb.base/continue-all-already-running.c: New file.
14084 * gdb.base/continue-all-already-running.exp: New file.
14085
6fdebc3d
PA
140862014-10-17 Pedro Alves <palves@redhat.com>
14087
14088 PR gdb/17472
14089 * gdb.base/annota-input-while-running.c: New file.
14090 * gdb.base/annota-input-while-running.exp: New file.
14091
32a8097b
PA
140922014-10-17 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/callfuncs.exp: emove references to osf.
14095 * gdb.base/sigall.exp: Likewise.
14096 * gdb.gdb/selftest.exp: Likewise.
14097 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14098 * gdb.mi/non-stop.c: Likewise.
14099 * gdb.mi/pthreads.c: Likewise.
14100 * gdb.reverse/sigall-precsave.exp: Likewise.
14101 * gdb.reverse/sigall-reverse.exp: Likewise.
14102 * gdb.threads/pthreads.c: Likewise.
14103 * gdb.threads/pthreads.exp: Likewise.
14104
7a3517ff
YQ
141052014-10-17 Yao Qi <yao@codesourcery.com>
14106
14107 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14108 check 'target_info exists noargs'.
14109 (test_command_prompt_position): Likewise.
14110 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14111 Remove "set args".
14112 (progvar_simple_while_test): Likewise.
14113 (progvar_complex_if_while_test): Likewise.
14114 (if_while_breakpoint_command_test): Likewise.
14115 (infrun_breakpoint_command_test): Likewise.
14116 (breakpoint_command_test): Likewise.
14117 (watchpoint_command_test): Likewise.
14118 (bp_deleted_in_command_test): Likewise.
14119 (temporary_breakpoint_commands): Likewise.
14120
bb99c472
YQ
141212014-10-16 Yao Qi <yao@codesourcery.com>
14122
14123 * gdb.base/remotetimeout.exp: Remove noargs checking.
14124
7c16b83e
PA
141252014-10-15 Pedro Alves <palves@redhat.com>
14126
14127 PR breakpoints/9649
14128 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14129 * gdb.base/breakpoint-in-ro-region.exp
14130 (probe_target_hardware_step): New procedure.
14131 (top level): Probe hardware stepping and hardware breakpoint
14132 support. Test stepping through a read-only region, with both
14133 "breakpoint auto-hw" on and off and both "always-inserted" on and
14134 off.
14135
35a49624
IB
141362014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14137
14138 * gdb.dlang/demangle.exp: Update for demangling changes.
14139
2d1c107c
SC
141402014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14141
14142 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14143 * gdb.cp/non-trivial-retval.exp: Add new tests.
14144
778811d5
SC
141452014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14146
14147 PR c++/13403
14148 PR c++/15154
14149 * gdb.cp/non-trivial-retval.cc: New file.
14150 * gdb.cp/non-trivial-retval.exp: New file.
14151
10c5f0a8
YQ
141522014-10-15 Yao Qi <yao@codesourcery.com>
14153
14154 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14155 remote host.
14156
65d7b369
YQ
141572014-10-15 Yao Qi <yao@codesourcery.com>
14158
14159 * gdb.python/py-symbol.exp: Match file base name if host is
14160 remote, otherwise match file name with dir name.
14161 * gdb.python/py-symtab.exp: Likewise.
14162 * gdb.python/python.exp: Likewise.
14163
46dc1394
YQ
141642014-10-15 Yao Qi <yao@codesourcery.com>
14165
14166 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14167 pattern.
14168 * gdb.python/py-symtab.exp: Likewise.
14169 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14170 locationn.
14171
c40cc657
JB
141722014-10-14 Joel Brobecker <brobecker@adacore.com>
14173
14174 * gdb.ada/addr_arith: New testcase.
14175
2abf49e1
MR
141762014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14177
14178 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14179 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14180 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14181 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14182
f7088df3
SDJ
141832014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14184
14185 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14186 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14187 * gdb.arch/stap-eval-lang-ada.exp: New file.
14188
4dc06805
YQ
141892014-10-14 Yao Qi <yao@codesourcery.com>
14190
14191 * gdb.mi/mi-var-child.c (nothing1): New function.
14192 (nothing2): New function.
14193 (do_children_tests): Set function pointers by nothing1 and
14194 nothing2.
14195 * gdb.mi/mi-var-child.exp: Step over new added statements.
14196 Update test to match the new output.
14197 * gdb.mi/var-cmd.c (nothing1): New function.
14198 (nothing2): New function.
14199 (do_children_tests): Set function pointers by nothing1 and
14200 nothing2.
14201 * gdb.mi/mi-var-display.exp: Update test to match output.
14202 Step to the line specified by $line_dct_nothing.
14203 Increase the number of lines to step.
14204
46a93de2
YQ
142052014-10-14 Yao Qi <yao@codesourcery.com>
14206
14207 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14208 tests.
14209 * gdb.mi/mi2-var-child.exp: Likewise.
14210
14ea52ee
DE
142112014-10-13 Doug Evans <dje@google.com>
14212
14213 * gdb.python/py-objfile.exp: Change name of file name test.
14214
e5c6e92b
DE
142152014-10-13 Doug Evans <dje@google.com>
14216
14217 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14218 from the start of the CU.
14219
c780cc2f
JK
142202014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14221 Yao Qi <yao@codesourcery.com>
14222
14223 Fix "save breakpoints" for "catch" command.
14224 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14225 Remove -nonewline. Match also the added "main" line.
14226
99894e11
JK
142272014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14228
14229 Fix "save breakpoints" for "disable $bpnum" command.
14230 * gdb.base/save-bp.c (main): Add label.
14231 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14232
6e1ac5a3
JK
142332014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14234
14235 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14236
754dd2b0
YQ
142372014-10-11 Yao Qi <yao@codesourcery.com>
14238
14239 * gdb.server/server-kill.exp: Execute command
14240 "set remote trace-status-packet on" before "tstatus".
14241
f90183d7
YQ
142422014-10-11 Yao Qi <yao@codesourcery.com>
14243
14244 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14245 (main): Call getppid.
14246 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14247 and continue to it. Read variable "server_pid".
14248
bf40a607
YQ
142492014-10-11 Yao Qi <yao@codesourcery.com>
14250
14251 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14252
052ca370
YQ
142532014-10-11 Yao Qi <yao@codesourcery.com>
14254
14255 * gdb.threads/thread-find.exp: Don't execute command
14256 "info threads".
14257 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14258 * gdb.threads/linux-dp.exp: Don't check the condition
14259 $threads_created equals to zero.
14260
3831839c
PA
142612014-10-10 Pedro Alves <palves@redhat.com>
14262
14263 * gdb.base/bigcore.exp: Remove references to IRIX.
14264 * gdb.base/funcargs.exp: Likewise.
14265 * gdb.base/interrupt.exp: Likewise.
14266 * gdb.base/mips_pro.exp: Likewise.
14267 * gdb.base/nodebug.exp: Likewise.
14268 * gdb.base/setvar.exp: Likewise.
14269 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14270
8b9a549d
PA
142712014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14272 Pedro Alves <palves@redhat.com>
14273
14274 PR symtab/14466
14275 * gdb.base/vdso-warning.c: New file.
14276 * gdb.base/vdso-warning.exp: New file.
14277
d48ba5e8
DE
142782014-10-02 Doug Evans <dje@google.com>
14279
14280 * gdb.base/structs.c (main): Don't run forever.
14281
2278c276
PA
142822014-10-02 Pedro Alves <palves@redhat.com>
14283
14284 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14285 (top level) <stop threads 1, stop threads 2>: Use it.
14286
b57bacec
PA
142872014-10-02 Pedro Alves <palves@redhat.com>
14288
14289 * gdb.threads/break-while-running.exp (test): Add new
14290 'update_thread_list' argument. Skip "info threads" if false.
14291 (top level): Add new 'update_thread_list' axis.
14292
13fd3ff3
PA
142932014-10-02 Pedro Alves <palves@redhat.com>
14294
14295 PR breakpoints/17431
14296 * gdb.base/execl-update-breakpoints.c: New file.
14297 * gdb.base/execl-update-breakpoints.exp: New file.
14298
0fec99e8
PA
142992014-10-01 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.base/breakpoint-in-ro-region.c: New file.
14302 * gdb.base/breakpoint-in-ro-region.exp: New file.
14303
2ddf4301
SM
143042014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14305
14306 * gdb.mi/mi-exit-code.exp: New file.
14307 * gdb.mi/mi-exit-code.c: New file.
14308
6a5f3f43
YQ
143092014-09-30 Yao Qi <yao@codesourcery.com>
14310
14311 * lib/prelink-support.exp (build_executable_own_libs): Error if
14312 the target isn't native.
14313
345bcc73
YQ
143142014-09-30 Yao Qi <yao@codesourcery.com>
14315
14316 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14317 false.
14318
a25a5a45
PA
143192014-09-22 Pedro Alves <palves@redhat.com>
14320
14321 * gdb.threads/break-while-running.exp: New file.
14322 * gdb.threads/break-while-running.c: New file.
14323
00ba3162
YQ
143242014-09-19 Yao Qi <yao@codesourcery.com>
14325
14326 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14327 Invoke test. Restart GDB with --readnow and invoke test again.
14328
c3b7b696
YQ
143292014-09-19 Yao Qi <yao@codesourcery.com>
14330
14331 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14332 proc set_breakpoint_on_gcd_function. Invoke
14333 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14334 invoke set_breakpoint_on_gcd_function again.
14335
2b4fd423
DE
143362014-09-18 Doug Evans <dje@google.com>
14337
14338 * gdb.dwarf2/symtab-producer.exp: New file.
14339
a5947601
SDJ
143402014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14341
14342 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14343 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14344 * gdb.base/global-var-nested-by-dso.c: Likewise.
14345 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14346
91c19059
SDJ
143472014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14348 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.base/watch-bitfields.exp: Pass string other than test file
14351 name to prepare_for_testing.
14352 (watch): New procedure.
14353 (expect_watchpoint): Use with_test_prefix.
14354 (top level): Factor out tests to ...
14355 (test_watch_location, test_regular_watch): ... these new
14356 procedures, and use with_test_prefix and gdb_continue_to_end.
14357
bb9d5f81
PP
143582014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14359
14360 PR breakpoints/12526
14361 * gdb.base/watch-bitfields.exp: New file.
14362 * gdb.base/watch-bitfields.c: New file.
14363
635856f5
PA
143642014-09-16 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14367 software and hardware addresses, not software address against
14368 itself.
14369
7280ceea
PA
143702014-09-16 Pedro Alves <palves@redhat.com>
14371
14372 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14373 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14374
428b16bd
PA
143752014-09-16 Pedro Alves <palves@redhat.com>
14376
14377 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14378 files.
14379 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14380 "*-*-vxworks*" throughout.
14381 * gdb.base/break.exp: Likewise.
14382 * gdb.base/default.exp: Likewise.
14383 * gdb.base/scope.exp: Likewise.
14384 * gdb.base/sepdebug.exp: Likewise.
14385 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14386 throughout.
14387 * gdb.base/run.c: Likewise.
14388 * gdb.base/sepdebug.c: Likewise.
14389 * gdb.hp/gdb.aCC/run.c: Likewise.
14390 * gdb.reverse/until-reverse.c: Likewise.
14391 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14392
666d413c
YQ
143932014-09-16 Yao Qi <yao@codesourcery.com>
14394
14395 * boards/local-remote-host-native.exp: New file.
14396
57cbd724
DE
143972014-09-14 Doug Evans <xdje42@gmail.com>
14398
14399 * gdb.threads/queue-signal.c (thread_count): New variable.
14400 (thread_count_mutex, thread_count_condvar): New variables.
14401 (incr_thread_count, wait_all_threads_running): New functions.
14402 (main): Wait for all threads to be in their thread functions.
14403
81219e53
DE
144042014-09-13 Doug Evans <xdje42@gmail.com>
14405
14406 * gdb.threads/queue-signal.c: New file.
14407 * gdb.threads/queue-signal.exp: New file.
14408
3714cea7
DE
144092014-09-13 Doug Evans <xdje42@gmail.com>
14410
14411 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14412 be consistent with what default_gdb_init uses.
14413 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14414 the plain text of the prompt. Add some logging printfs.
14415 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14416
fa43b1d7
PA
144172014-09-12 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14420 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14421 * gdb.arch/i386-size-overlap.exp: Likewise.
14422 * gdb.arch/i386-size.exp: Likewise.
14423 * gdb.arch/i386-unwind.exp: Likewise.
14424 * gdb.base/a2-run.exp: Likewise.
14425 * gdb.base/break.exp: Likewise.
14426 * gdb.base/charset.exp: Likewise.
14427 * gdb.base/chng-syms.exp: Likewise.
14428 * gdb.base/commands.exp: Likewise.
14429 * gdb.base/dbx.exp: Likewise.
14430 * gdb.base/find.exp: Likewise.
14431 * gdb.base/funcargs.exp: Likewise.
14432 * gdb.base/jit-simple.exp: Likewise.
14433 * gdb.base/reread.exp: Likewise.
14434 * gdb.base/sepdebug.exp: Likewise.
14435 * gdb.base/step-bt.exp: Likewise.
14436 * gdb.cp/mb-inline.exp: Likewise.
14437 * gdb.cp/mb-templates.exp: Likewise.
14438 * gdb.objc/basicclass.exp: Likewise.
14439 * gdb.threads/killed.exp: Likewise.
14440
9d9bf2df
EBM
144412014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14442
14443 PR tdep/17379
14444 * gdb.arch/powerpc-stackless.S: New file.
14445 * gdb.arch/powerpc-stackless.exp: New file.
14446
1cf2f1b0
JK
144472014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14448
14449 * gdb.base/attach.c: Include unistd.h.
14450 (main): Call alarm. Add label postloop.
14451 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14452 gdb_breakpoint, gdb_continue_to_breakpoint.
14453 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14454
98880d46
PA
144552014-09-11 Pedro Alves <palves@redhat.com>
14456
14457 PR gdb/17347
14458 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14459 * gdb.base/attach.exp (test_command_line_attach_run): New
14460 procedure.
14461 (top level): Call it.
14462
4c92ff2c
PA
144632014-09-11 Pedro Alves <palves@redhat.com>
14464
14465 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14466 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14467 (do_command_attach_tests): Use spawn_wait_for_attach.
14468 * gdb.base/solib-overlap.exp: Likewise.
14469 * gdb.multi/multi-attach.exp: Likewise.
14470 * gdb.python/py-prompt.exp: Likewise.
14471 * gdb.python/py-sync-interp.exp: Likewise.
14472 * gdb.server/ext-attach.exp: Likewise.
14473
3adc1a7d
GKB
144742014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14475
14476 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14477 command in testcase. Simplify testcase.
14478
96334934
JB
144792014-09-10 Joel Brobecker <brobecker@adacore.com>
14480
14481 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14482
eb479039
JB
144832014-09-10 Joel Brobecker <brobecker@adacore.com>
14484
14485 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14486
deede10c
JB
144872014-09-10 Joel Brobecker <brobecker@adacore.com>
14488
14489 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14490
7828a5f5
JB
144912014-09-10 Joel Brobecker <brobecker@adacore.com>
14492
14493 * gdb.dwarf2/dynarr-ptr.c: New file.
14494 * gdb.dwarf2/dynarr-ptr.exp: New file.
14495
33aeebcf
MR
144962014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14497
14498 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14499 of 30 rather than hardcoding 120 for a slow test case. Take the
14500 `gdb,timeout' target setting into account for this calculation.
14501 Don't extend the timeout for the test cases that don't need it.
14502
7b415901
MR
145032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14504
14505 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14506 a factor of 2 for a slow test case. Take the `gdb,timeout'
14507 target setting into account for this calculation.
14508 * gdb.reverse/until-precsave.exp: Increase the timeout by
14509 a factor of 15 and 3 respectively rather than adding 120
14510 for a pair of slow test cases. Take the `gdb,timeout'
14511 target setting into account for this calculation.
14512
4a40f85a
MR
145132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14514
14515 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14516 timeout, don't pass one down to gdb_expect.
14517 (gdb_expect): Rework timeout selection.
14518
09635af7
MR
145192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14520
14521 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14522 exception on timeout.
14523 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14524 (gdbserver_start_extended): Catch any `gdbserver_start' error
14525 exceptions.
14526 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14527 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14528 `gdbserver_gdb_load' error exceptions.
14529
2bdd10b7
MR
145302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14531
14532 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14533 120 on waiting for the TCP socket to open.
14534
316935f0
DE
145352014-09-09 Doug Evans <xdje42@gmail.com>
14536
14537 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14538 _caller_matches, _any_caller_is, _any_caller_matches.
14539
83740597
DE
145402014-09-09 Doug Evans <xdje42@gmail.com>
14541
14542 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14543
4c122fc3
YQ
145442014-09-09 Yao Qi <yao@codesourcery.com>
14545
14546 * gdb.mi/mi-var-display.exp: Set print symbol off.
14547
a9f116cb
GKB
145482014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14549
14550 PR gdb/17035
14551 * gdb.base/commands.exp: Add tests to verify user-defined
14552 commands with empty bodies.
14553 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14554 python commands in `show user command`.
14555 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14556 scheme commands in `show user command`.
14557
c75bd3a2
JK
145582014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14559
14560 PR python/17355
14561 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14562 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14563 * gdb.python/py-framefilter-invalidarg.exp: New file.
14564 * gdb.python/py-framefilter-invalidarg.py: New file.
14565
faa42425
DE
145662014-09-06 Doug Evans <xdje42@gmail.com>
14567
14568 PR 15276
14569 * gdb.python/py-caller-is.c: New file.
14570 * gdb.python/py-caller-is.exp: New file.
14571
474ca4f6
SDJ
145722014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 PR gdb/17235
14575 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14576 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14577
eb0b0463
SDJ
145782014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14579
14580 PR fortran/17237
14581 * gdb.fortran/print-formatted.exp: New file.
14582 * gdb.fortran/print-formatted.f90: Likewise.
14583
5f3b99cf
SS
145842014-09-03 Sasha Smundak <asmundak@google.com>
14585
14586 * gdb.python/py-frame.exp: Test Frame.read_register.
14587
7d793aa9
SDJ
145882014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14589
14590 PR python/16699
14591 * gdb.python/py-completion.exp: New file.
14592 * gdb.python/py-completion.py: Likewise.
14593
fb0576e9
DE
145942014-08-28 Doug Evans <dje@google.com>
14595
14596 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14597 eax,etc. are live with values set by gdb and thus the compiler can't
14598 use them.
14599 * gdb.arch/i386-pseudo.c (main): Ditto.
14600
ee92b0dd
DE
146012014-08-27 Doug Evans <dje@google.com>
14602
14603 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14604
6649db35
DE
146052014-08-25 Doug Evans <dje@google.com>
14606
14607 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14608 (main): Ditto.
14609
564b7600
DE
146102014-08-25 Doug Evans <dje@google.com>
14611
14612 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14613
3881fb67
YQ
146142014-08-24 Yao Qi <yao@codesourcery.com>
14615
14616 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14617 symbol off.
14618 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14619
a05a36a5
DE
146202014-08-22 Doug Evans <dje@google.com>
14621
14622 PR 17276
14623 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14624 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14625 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14626
7c343b48
YQ
146272014-08-22 Yao Qi <yao@codesourcery.com>
14628
14629 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14630 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14631 * gdb.python/python.exp: Likewise. Use .py file on the host
14632 instead of the build.
14633
22fd09ae
JK
146342014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14635
14636 * gdb.threads/gcore-stale-thread.c: New file.
14637 * gdb.threads/gcore-stale-thread.exp: New file.
14638
a8454a7c
PA
146392014-08-21 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14642 * gdb.base/gcore-relro-pie.exp: Likewise.
14643 * gdb.base/gcore-relro.exp: Likewise.
14644 * gdb.base/gcore.exp: Likewise.
14645 * gdb.base/print-symbol-loading.exp: Likewise.
14646 * gdb.threads/gcore-thread.exp: Likewise.
14647 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14648
2a31c623
PA
146492014-08-20 Pedro Alves <palves@redhat.com>
14650 Jan Kratochvil <jan.kratochvil@redhat.com>
14651
14652 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14653 configure.
14654 (EXPECT): Handle READ1 being set.
14655 (all): Depend on EXTRA_RULES.
14656 (check-read1, expect-read1, read1.so, read1): New rules.
14657 * README (Testsuite Parameters): Document the READ1 make variable.
14658 (Race detection): New section.
14659 * configure: Regenerate.
14660 * configure.ac: If build==host==target, and running under a
14661 GNU/glibc system, add read1 to the extra Makefile rules.
14662 (EXTRA_RULES): AC_SUBST it.
14663 * lib/read1.c: New file.
14664
d36430db
JB
146652014-08-20 Joel Brobecker <brobecker@adacore.com>
14666
14667 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14668 the handling of variables declared as a typedef to an array
14669 which a DW_AT_data_location attribute.
14670
9a0dc9e3
PA
146712014-08-19 Andrew Burgess <aburgess@broadcom.com>
14672 Pedro Alves <palves@redhat.com>
14673
14674 PR symtab/14604
14675 PR symtab/14605
14676 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14677 gdb_test.
14678
0718a8da
PA
146792014-08-19 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14682
13b448cd
YQ
146832014-08-19 Yao Qi <yao@codesourcery.com>
14684
14685 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14686 right line.
14687
1cbf5077
DB
146882014-08-18 David Blaikie <dblaikie@gmail.com>
14689
14690 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14691
bf0fae19
JB
146922014-08-18 Joel Brobecker <brobecker@adacore.com>
14693
14694 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14695 attribute in array range.
14696
3c8c5dcc
JB
146972014-08-18 Joel Brobecker <brobecker@adacore.com>
14698
14699 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14700
e66d4446
SC
147012014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14702
14703 PR c++/17132
14704 * gdb.cp/pr17132.cc: New file.
14705 * gdb.cp/pr17132.exp: New file.
14706
940df408
SC
147072014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14708
14709 * gdb.python/py-xmethods.py (A_getarrayind)
14710 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14711 Use 'print' with function call syntax.
14712 (E_method_matcher.match): Fix tab vs space indentation mixup.
14713
ebcc6c3a
YQ
147142014-08-15 Yao Qi <yao@codesourcery.com>
14715
14716 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14717 false.
14718
775e0f04
YQ
147192014-08-15 Yao Qi <yao@codesourcery.com>
14720
14721 * gdb.cp/casts.exp: Set print symbol off.
14722 * gdb.cp/class2.exp: Likewise.
14723 * gdb.cp/overload.exp: Likewise.
14724 * gdb.cp/templates.exp: Likewise.
14725
d769e349
DE
147262014-08-11 Doug Evans <dje@google.com>
14727
14728 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14729 (test_load_shlib): Update.
14730
20c6f1e1
YQ
147312014-08-09 Yao Qi <yao@codesourcery.com>
14732
14733 * gdb.base/display.exp: Invoke is_address_zero_readable.
14734 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14735 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14736 * gdb.base/hbreak-unmapped.exp: Return if
14737 is_address_zero_readable returns true.
14738 * gdb.base/signest.exp: Likewise.
14739 * gdb.base/signull.exp: Likewise.
14740 * gdb.base/sigbpt.exp: Likewise.
14741 * gdb.guile/scm-disasm.exp: Do the test if
14742 is_address_zero_readable returns false.
14743 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14744 * gdb.python/py-arch.exp: Likewise.
14745 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14746 * lib/gdb.exp (is_address_zero_readable): New proc.
14747
5792e8e3
YQ
147482014-08-09 Yao Qi <yao@codesourcery.com>
14749
14750 PR testsuite/13443
14751 * gdb.mi/mi-var-display.exp: Make test messages unique.
14752
3cecbbbe
TT
147532014-08-04 Tom Tromey <tromey@redhat.com>
14754
14755 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14756 target 0".
14757
00b51ff5
TT
147582014-08-04 Tom Tromey <tromey@redhat.com>
14759
14760 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14761 "target_resume".
14762
6908c509
JB
147632014-08-01 Joel Brobecker <brobecker@adacore.com>
14764
14765 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14766 inner_vla_struct_object_size.
14767 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14768 as xfail.
14769
cc6563d2
PA
147702014-07-30 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14773 comment.
14774
7e09a223
YQ
147752014-07-29 Yao Qi <yao@codesourcery.com>
14776
14777 PR gdb/17206
14778 * gdb.base/until-nodebug.exp: New.
14779
7ebdbe92
DE
147802014-07-28 Doug Evans <xdje42@gmail.com>
14781
14782 PR guile/17203
14783 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14784 previously existing parameter, and previously ambiguously spelled
14785 parameter.
14786
fdb1adc6
WN
147872014-07-28 Will Newton <will.newton@linaro.org>
14788
14789 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14790
186fcde0
DE
147912014-07-26 Ludovic Courtès <ludo@gnu.org>
14792 Doug Evans <xdje42@gmail.com>
14793
14794 PR guile/17146
14795 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14796
70509625
PA
147972014-07-25 Pedro Alves <palves@redhat.com>
14798
14799 * gdb.threads/signal-command-handle-nopass.c: New file.
14800 * gdb.threads/signal-command-handle-nopass.exp: New file.
14801 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14802 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14803 * gdb.threads/signal-delivered-right-thread.c: New file.
14804 * gdb.threads/signal-delivered-right-thread.exp: New file.
14805
c3f814a1
PA
148062014-07-25 Pedro Alves <palves@redhat.com>
14807
14808 * gdb.base/double-prompt-target-event-error.exp
14809 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14810 match.
14811 (cancel_pagination_in_target_event): Rework double prompt
14812 detection.
14813 * gdb.base/paginate-after-ctrl-c-running.exp
14814 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14815 <return>' match.
14816 * gdb.base/paginate-bg-execution.exp
14817 (test_bg_execution_pagination_return)
14818 (test_bg_execution_pagination_cancel): Remove '-notransfer
14819 <return>' matches.
14820 * gdb.base/paginate-execution-startup.exp
14821 (test_fg_execution_pagination_return)
14822 (test_fg_execution_pagination_cancel): Remove '-notransfer
14823 <return>' matches.
14824 * gdb.base/paginate-inferior-exit.exp
14825 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14826 match.
14827 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14828 * lib/gdb.exp (pagination_prompt): Run text through
14829 string_to_regexp.
14830 (gdb_test_multiple): Match $pagination_prompt instead of
14831 "<return>".
14832 (string_to_regexp): Move to lib/gdb-utils.exp.
14833
e214cf6c
JK
148342014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14835
14836 * gdb.arch/amd64-entry-value-paramref.S: New file.
14837 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14838 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14839 * gdb.arch/amd64-optimout-repeat.S: New file.
14840 * gdb.arch/amd64-optimout-repeat.c: New file.
14841 * gdb.arch/amd64-optimout-repeat.exp: New file.
14842
17d0c5c8
JK
148432014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14844
14845 PR gdb/17170
14846 * gdb.base/statistics.exp: New file.
14847
b8b8facf
DE
148482014-07-17 Doug Evans <dje@google.com>
14849
74b49205 14850 PR gdb/17170
b8b8facf
DE
14851 * gdb.base/maint.exp: Update testing of per-command stats.
14852
1b5d0ab3
PA
148532014-07-16 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14856 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14857 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14858 (tfile_write_buf): New functions.
14859 (add_memory_block): Rewrite using the above.
14860 (adjust_function_address): New function.
14861 (FUNCTION_ADDRESS): New macro.
14862 (write_basic_trace_file): Remove short_x local, and use
14863 tfile_write_16. Change type of func_addr local to unsigned long
14864 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14865 here. Cast argument of add_memory_block to char pointer.
14866 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14867 (main): Remove parameters.
14868 * gdb.trace/tfile.exp: Remove nowarnings.
14869
4d974e88
SM
148702014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14871
14872 * gdb.base/debug-expr.exp: Test string evaluation with
14873 "debug expression" on.
14874
41e99568
PA
148752014-07-15 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.base/reread.exp: Use clean_restart.
14878
487d9753
PL
148792014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14880
14881 * gdb.arch/avr-flash-qualifer.c: New.
14882 * gdb.arch/avr-flash-qualifer.exp: New.
14883
cc1c52ad
PA
148842014-07-14 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14887 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14888
1e973570
PA
148892014-07-14 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.base/double-prompt-target-event-error.c: New file.
14892 * gdb.base/double-prompt-target-event-error.exp: New file.
14893
93d6eb10
PA
148942014-07-14 Pedro Alves <palves@redhat.com>
14895
14896 PR gdb/17072
14897 * gdb.base/paginate-inferior-exit.c: New file.
14898 * gdb.base/paginate-inferior-exit.exp: New file.
14899
0017922d
PA
149002014-07-14 Pedro Alves <palves@redhat.com>
14901
14902 PR gdb/17072
14903 * gdb.base/paginate-bg-execution.c: New file.
14904 * gdb.base/paginate-bg-execution.exp: New file.
14905
94696ad3
PA
149062014-07-14 Pedro Alves <palves@redhat.com>
14907
14908 PR gdb/17072
14909 * gdb.base/paginate-execution-startup.c: New file.
14910 * gdb.base/paginate-execution-startup.exp: New file.
14911 * lib/gdb.exp (pagination_prompt): New global.
14912 (default_gdb_spawn): New procedure, factored out from
14913 default_gdb_spawn.
14914 (default_gdb_start): Adjust to call default_gdb_spawn.
14915 (gdb_spawn): New procedure.
14916
bd293940
PA
149172014-07-14 Pedro Alves <palves@redhat.com>
14918
14919 * lib/gdb.exp (gdb_assert): New procedure.
14920 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14921
c933f875
PA
149222014-07-14 Pedro Alves <palves@redhat.com>
14923
14924 * gdb.base/execution-termios.c: New file.
14925 * gdb.base/execution-termios.exp: New file.
14926
d98b7a16
TT
149272014-07-14 Tom Tromey <tromey@redhat.com>
14928
14929 * gdb.cp/vla-cxx.cc: New file.
14930 * gdb.cp/vla-cxx.exp: New file.
14931
548740d6
TT
149322014-07-14 Tom Tromey <tromey@redhat.com>
14933
14934 * gdb.reverse/rerun-prec.c: New file.
14935 * gdb.reverse/rerun-prec.exp: New file.
14936
a25eb028
MR
149372014-07-12 Maciej W. Rozycki <macro@mips.com>
14938 Maciej W. Rozycki <macro@codesourcery.com>
14939
14940 * lib/gdb-utils.exp: New file.
14941 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14942 inline `gdb_init_command' processing.
14943 (gdb_start_cmd): Likewise.
14944 * lib/mi-support.exp (mi_run_cmd): Likewise.
14945 * README: Document `gdb_init_command' and `gdb_init_commands'.
14946
218c2655
JK
149472014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14948
14949 Fix false FAIL running under a very long directory name.
14950 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14951 and "set print elements 10000". Twice.
14952
5401fde3
YQ
149532014-07-11 Yao Qi <yao@codesourcery.com>
14954
14955 * gdb.base/exprs.exp: "set print symbol off".
14956
e76126e8
PA
149572014-07-11 Pedro Alves <palves@redhat.com>
14958
14959 * gdb.threads/kill.c: New file.
14960 * gdb.threads/kill.exp: New file.
14961
2d6f0de6
YQ
149622014-07-10 Yao Qi <yao@codesourcery.com>
14963
14964 * gdb.trace/tfile.c (write_basic_trace_file)
14965 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14966 address written to trace file.
14967
7180e04a
PA
149682014-07-09 Pedro Alves <palves@redhat.com>
14969
14970 * gdb.base/attach-wait-input.exp: New file.
14971 * gdb.base/attach-wait-input.c: New file.
14972
9a9a7608
AB
149732014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14974
14975 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14976 setting up test structures.
14977 (main): Call new test function.
14978 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14979 test function, continue into test function and walk test
14980 structures.
14981
161ac41e
YQ
149822014-07-02 Yao Qi <yao@codesourcery.com>
14983
14984 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14985 'bar_start' at the beginning of functions 'foo' and 'bar'
14986 respectively.
14987 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14988 instead of 'foo' and 'bar'.
14989
1f267ae3
MM
149902014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14991
14992 * gdb.btrace/segv.exp: New.
14993 * gdb.btrace/segv.c: New.
14994
2b239efb
LM
149952014-07-02 Luis Machado <lgustavo@codesourcery.com>
14996
14997 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14998 instruction.
14999
cf363f18
MW
150002014-06-30 Mark Wielaard <mjw@redhat.com>
15001
15002 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15003 vulture, vilify, villar): New volatile array constants.
15004 (vindictive, vegetation): New const volatile array constants.
15005 * gdb.base/volatile.exp: Test volatile and const volatile array
15006 types.
15007
aebf9d24
AA
150082014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15009
15010 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15011 target lacks support for awatch, rwatch, or hbreak.
15012
b67a2c6f
YQ
150132014-06-27 Yao Qi <yao@codesourcery.com>
15014
15015 * gdb.multi/dummy-frame-restore.exp: New.
15016 * gdb.multi/dummy-frame-restore.c: New.
15017
aef92902
MM
150182014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15019
15020 * gdb.btrace/gcore.exp: New.
15021
8e9db26e
PA
150222014-06-23 Pedro Alves <palves@redhat.com>
15023
15024 * gdb.base/watchpoint-reuse-slot.c: New file.
15025 * gdb.base/watchpoint-reuse-slot.exp: New file.
15026
70afc5b7
SC
150272014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15028
15029 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15030 progspace's filename in 'info', 'enable' and 'disable' command
15031 tests.
15032
b972bd9c
JK
150332014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15034
15035 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15036 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15037 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15038
125f8a3d
GB
150392014-06-20 Gary Benson <gbenson@redhat.com>
15040
15041 * gdb.arch/i386-avx.exp: Fix include file location.
15042 * gdb.arch/i386-sse.exp: Likewise.
15043
3ed9baed
IB
150442014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15045
15046 * gdb.dlang/expression.exp: New file.
15047
034f788c
PA
150482014-06-19 Pedro Alves <palves@redhat.com>
15049
15050 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15051 out from ...
15052 (top level): ... here. Iterate running tests under different
15053 scheduler-locking settings.
15054
45371d0c
LM
150552014-06-18 Luis Machado <lgustavo@codesourcery.com>
15056
15057 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15058 to DW_FORM_addr and use non-zero addresses.
15059
5d376983
SC
150602014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15061
15062 PR gdb/17017
15063 * gdb.python/py-xmethods.cc: Add global function call counters and
15064 increment them in their respective functions. Remove "cout"
15065 statements.
15066 * gdb.python/py-xmethods.exp: Make tests check the global function
15067 call counters instead of depending on inferior IO.
15068
a1aa2221
LM
150692014-06-18 Don Breazeal <donb@codesourcery.com>
15070
15071 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15072 Deleted procedure.
15073 (explicit_fork_parent_follow): Deleted procedure.
15074 (explicit_fork_child_follow): Deleted procedure.
15075 (test_follow_fork): New procedure.
15076 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15077 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15078 procedure calls.
15079
0fc05997
YQ
150802014-06-17 Yao Qi <yao@codesourcery.com>
15081
15082 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15083 CP1252.
15084
70795c52
LM
150852014-06-17 Luis Machado <lgustavo@codesourcery.com>
15086
15087 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15088 Initialize ptr and S explicitly.
15089 (skip_type_update_when_not_use_rtti_test): Likewise.
15090
6be47f0c
KS
150912014-06-16 Keith Seitz <keiths@redhat.com>
15092
15093 PR mi/15863
15094 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15095 the inferior is started.
15096
d03de421
PA
150972014-06-16 Pedro Alves <palves@redhat.com>
15098
15099 * gdb.base/break-main-file-remove-fail.c: New file.
15100 * gdb.base/break-main-file-remove-fail.exp: New file.
15101 * gdb.base/break-unload-file.exp: Use build_executable instead of
15102 prepare_for_testing.
15103 (test_break): New parameter "initial_load". Handle it.
15104 (top level): Add initial_load cmdline/file axis.
15105
f9579b99
TT
151062014-06-12 Tom Tromey <tromey@redhat.com>
15107
15108 * gdb.base/completion.exp: Don't use directory name in test.
15109
3657956b
GB
151102014-06-09 Gary Benson <gbenson@redhat.com>
15111
15112 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15113 separate the always-available ANSI-standard signals from the
15114 signals that require checking.
15115 (main): Likewise.
15116 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15117 Likewise.
15118 (main): Likewise.
15119
4186eb54
KS
151202014-06-07 Keith Seitz <keiths@redhat.com>
15121
15122 Revert:
15123 PR c++/16253
15124 * gdb.cp/var-tag.cc: New file.
15125 * gdb.cp/var-tag.exp: New file.
15126 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15127 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15128 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15129 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15130
25326a28 151312014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15132
15133 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15134
829155c9
PA
151352014-06-06 Pedro Alves <palves@redhat.com>
15136
15137 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15138 in target debug output instead of looking at RSP packets,
15139 disabling the test on any target that uses hardware stepping.
15140 Update comments.
15141
61c8d22e
PA
151422014-06-06 Pedro Alves <palves@redhat.com>
15143
15144 * gdb.base/break-unload-file.exp: Fix typo.
15145
d9a47287
YQ
151462014-06-06 Yao Qi <yao@codesourcery.com>
15147
15148 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15149 from "jit_function" to "^jit_function".
15150
e5e01dbf
YQ
151512014-06-06 Yao Qi <yao@codesourcery.com>
15152
15153 * gdb.base/async.c (foo): Add one statement.
15154 * gdb.base/async.exp: Get the next instruction address and
15155 match the output of "nexti" by instruction address. Match
15156 the hex address in the output of "finish".
15157
73ba372c
GB
151582014-06-06 Gary Benson <gbenson@redhat.com>
15159
15160 * gdb.base/call-signals.c: Remove preprocessor conditionals
15161 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15162 SIGSEGV and SIGTERM.
15163 * gdb.base/sigall.c: Likewise.
15164 * gdb.base/unwindonsignal.c: Likewise.
15165 * gdb.reverse/sigall-reverse.c: Likewise.
15166
831517df
YQ
151672014-06-06 Yao Qi <yao@codesourcery.com>
15168
15169 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15170 readable, skip the test.
15171
b8b91e98
YQ
151722014-06-06 Yao Qi <yao@codesourcery.com>
15173
15174 * gdb.threads/staticthreads.c (thread_function): Move the line
15175 setting breakpoint on forward.
15176 * gdb.threads/staticthreads.exp: Update comments.
15177
fb934770
LC
151782014-06-05 Ludovic Courtès <ludo@gnu.org>
15179
15180 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15181 "history-append! type error".
15182
6ef284bd
SM
151832014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15184
15185 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15186 erroneous dprintf expected input.
15187
a872e241
DE
151882014-06-04 Doug Evans <xdje42@gmail.com>
15189
15190 * gdb.guile/scm-generics.exp: Delete.
15191
16f691fb
DE
151922014-06-04 Doug Evans <xdje42@gmail.com>
15193
15194 * gdb.guile/scm-breakpoint.exp: Update.
15195 Add tests for breakpoint registration.
15196
012370f6
TT
151972014-06-04 Tom Tromey <tromey@redhat.com>
15198
15199 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15200 VLA-in-union.
15201 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15202 inner_vla_struct, vla_union types. Initialize objects of those
15203 types and compute their sizes.
15204
9f5a4cef
HZ
152052014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15206 Hui Zhu <hui@codesourcery.com>
15207
15208 * gdb.base/fileio.exp: Add test for shell not available as well as
15209 available.
15210 * gdb.base/fileio.c (test_system): Check for shell twice.
15211
90a45c4d
YQ
152122014-06-04 Yao Qi <yao@codesourcery.com>
15213
15214 * gdb.base/auto-connect-native-target.exp: Remove redundant
15215 space from the regexp pattern.
15216
70017e41
YQ
152172014-06-04 Yao Qi <yao@codesourcery.com>
15218
15219 * gdb.base/default.exp: Replace "child" with "native" in
15220 regexp pattern.
15221
883964a7
SC
152222014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15223
15224 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15225 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15226 * gdb.python/py-xmethods.py: Python script supporting the
15227 new testcase and tests.
15228
ef370185
JB
152292014-06-03 Joel Brobecker <brobecker@adacore.com>
15230 Pedro Alves <palves@redhat.com>
15231
15232 PR breakpoints/17000
15233 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15234 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15235
1e2ccb61
BM
152362014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15237
15238 * gdb.base/subst.exp: Add tests to verify partial path matching
15239 output.
15240
c6ec5ab2
PA
152412014-06-03 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15244 target that doesn't use software single-stepping.
15245
835c559f
PA
152462014-06-03 Pedro Alves <palves@redhat.com>
15247
15248 PR breakpoints/17000
15249 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15250 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15251
06eb1586
DE
152522014-06-02 Doug Evans <xdje42@gmail.com>
15253
15254 * gdb.guile/scm-parameter.exp: New file.
15255
e698b8c4
DE
152562014-06-02 Doug Evans <xdje42@gmail.com>
15257
15258 * gdb.guile/scm-cmd.c: New file.
15259 * gdb.guile/scm-cmd.exp: New file.
15260
ded03782
DE
152612014-06-02 Doug Evans <xdje42@gmail.com>
15262
15263 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15264 pretty-printer lookup.
15265 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15266 (make-pp_s-printer): Call it.
15267 (make-pretty-printer-from-dict): New function.
15268 (lookup-pretty-printer-maker-from-dict): New function.
15269 (*pretty-printer*): Simplify.
15270 (make-objfile-pp_s-printer): New function.
15271 (install-objfile-pretty-printers!): New function.
15272 (make-progspace-pp_s-printer): New function.
15273 (install-progspace-pretty-printers!): New function.
15274 * gdb.guile/scm-progspace.c: New file.
15275 * gdb.guile/scm-progspace.exp: New file.
15276
41fac0cf
PA
152772014-06-02 Pedro Alves <palves@redhat.com>
15278
15279 * gdb.base/dprintf-bp-same-addr.c: New file.
15280 * gdb.base/dprintf-bp-same-addr.exp: New file.
15281
96ae5695
EBM
152822014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15283
15284 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15285 * gdb.arch/powerpc-power.s: Likewise.
15286
da02b3a8
JB
152872014-06-02 Joel Brobecker <brobecker@adacore.com>
15288
15289 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15290
c72b2e7b
YQ
152912014-06-01 Yao Qi <yao@codesourcery.com>
15292
15293 * gdb.base/watchpoint.exp (test_watch_location): Check null
15294 pointer can be dereferenced. If not, do the test, otherwise
15295 skip it.
15296
53e8a631
AB
152972014-05-30 Andrew Burgess <aburgess@broadcom.com>
15298
15299 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15300 results.
15301 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15302
938f0e2f
AB
153032014-05-30 Andrew Burgess <aburgess@broadcom.com>
15304
15305 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15306 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15307 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15308 * gdb.arch/amd64-invalid-stack-top.c: New file.
15309 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15310
9ba6657a
PA
153112014-05-30 Pedro Alves <palves@redhat.com>
15312
15313 PR breakpoints/17000
15314 * gdb.base/sss-bp-on-user-bp.c: New file.
15315 * gdb.base/sss-bp-on-user-bp.exp: New file.
15316
522c09bf
DB
153172014-05-30 David Blaikie <dblaikie@gmail.com>
15318
15319 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15320 gnu_inline semantics via attribute.
15321 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15322 source explicitly specifies the required semantics.
15323
bf4ef81e
MR
153242014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15325
15326 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15327
329ea579
PA
153282014-05-29 Pedro Alves <palves@redhat.com>
15329 Tom Tromey <tromey@redhat.com>
15330
15331 * gdb.base/async-shell.exp: Don't enable target-async.
15332 * gdb.base/async.exp
15333 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15334 parameter. Adjust.
15335 (top level): Don't test with "target-async".
15336 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15337 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15338 * gdb.base/inferior-died.exp: Don't enable target-async.
15339 * gdb.base/interrupt-noterm.exp: Likewise.
15340 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15341 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15342 * gdb.mi/mi-nonstop.exp: Likewise.
15343 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15344 * gdb.mi/mi-nsintrall.exp: Likewise.
15345 * gdb.mi/mi-nsmoribund.exp: Likewise.
15346 * gdb.mi/mi-nsthrexec.exp: Likewise.
15347 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15348 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15349 * gdb.python/py-evsignal.exp: Don't enable target-async.
15350 * gdb.python/py-evthreads.exp: Likewise.
15351 * gdb.python/py-prompt.exp: Likewise.
15352 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15353 * gdb.server/solib-list.exp: Don't enable target-async.
15354 * gdb.threads/thread-specific-bp.exp: Likewise.
15355 * lib/mi-support.exp: Adjust to use mi-async.
15356
fd664c91
PA
153572014-05-29 Pedro Alves <palves@redhat.com>
15358
15359 PR gdb/13860
15360 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15361 reason, even in sync mode.
15362
251bde03
PA
153632014-05-29 Pedro Alves <palves@redhat.com>
15364 Hui Zhu <hui@codesourcery.com>
15365
15366 PR PR15693
15367 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15368 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15369 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15370 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15371
7f3c0343
JB
153722014-05-28 Joel Brobecker <brobecker@adacore.com>
15373
15374 * config/monitor.exp (gdb_target_monitor): Replace use of
15375 "set remotebaud" by "set serial baud".
15376
b2715b27
AW
153772014-05-26 Andy Wingo <wingo@igalia.com>
15378
15379 * gdb.guile/scm-breakpoint.exp:
15380 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15381 properties instead of gdb-object-properties.
15382
498a4489
YQ
153832014-05-26 Yao Qi <yao@codesourcery.com>
15384
15385 * gdb.server/no-thread-db.exp: Specify source file name
15386 explicitly when setting a breakpoint.
15387
589fdceb
MM
153882014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15389
15390 * gdb.btrace/vdso.c: New.
15391 * gdb.btrace/vdso.exp: New.
15392
e9089e05
MM
153932014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15394
15395 * gdb.base/gcore.exp (capture_command_output): Move ...
15396 * lib/gdb.exp (capture_command_output): ... here.
15397
67b5c0c1
MM
153982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15399
15400 * gdb.btrace/data.exp: Test memory access during btrace replay.
15401
a2199296
SM
154022014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15403
15404 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15405
17b2616c
PA
154062014-05-21 Pedro Alves <palves@redhat.com>
15407
15408 PR gdb/13860
15409 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15410 (top level): Test that output related to execution commands is
15411 sent to the console with CLI commands, but not with MI commands.
15412 Test that breakpoint events are always mirrored to the console.
15413 Also expect the new source line to be output after a "next" in
15414 async mode too. Make it a pass/fail test.
15415 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15416 output.
15417 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15418
5166082f
PA
154192014-05-21 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15422 Use them to test variations of "list" after reaching a breakpoint.
15423 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15424 Test "list" with listsize 10 after reaching a breakpoint.
15425 * gdb.python/python.exp (decode_line current location line
15426 number): Adjust expected line number.
15427
2f25d70f
SM
154282014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15429
15430 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15431 behavior for $args, pass it directly to "run".
15432
ff604a67
MR
154332014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15434
15435 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15436 30000 to 65536.
15437
6a3cb8e8
PA
154382014-05-21 Pedro Alves <palves@redhat.com>
15439
15440 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15441 auto-connect-native-target off".
15442 * gdb.base/auto-connect-native-target.c: New file.
15443 * gdb.base/auto-connect-native-target.exp: New file.
15444
4ebfc96e
PA
154452014-05-21 Pedro Alves <palves@redhat.com>
15446
15447 * gdb.base/default.exp: Test "target native" instead of "target
15448 child".
15449
36d46afb
MW
154502014-05-21 Mark Wielaard <mjw@redhat.com>
15451
15452 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15453
5876f503
JK
154542014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15455
15456 Fix TLS access for -static -pthread.
15457 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15458 <HAVE_TLS> (thread_function, main): Initialize it.
15459 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15460 Add clean_restart.
15461 <$have_tls != "">: Check TLSVAR.
15462
0256a6ac
PA
154632014-05-21 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.base/dcache-line-read-error.c: New.
15466 * gdb.base/dcache-line-read-error.exp: New.
15467
936d2992
PA
154682014-05-20 Pedro Alves <palves@redhat.com>
15469
15470 * gdb.base/compare-sections.c: New file.
15471 * gdb.base/compare-sections.exp: New file.
15472
802e8e6d
PA
154732014-05-20 Pedro Alves <palves@redhat.com>
15474
15475 * gdb.base/break-idempotent.c: New file.
15476 * gdb.base/break-idempotent.exp: New file.
15477
e59fa00f
MM
154782014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15479
15480 * gdb.btrace/nohist.exp: New.
15481
8b696e31
YQ
154822014-05-20 Yao Qi <yao@codesourcery.com>
15483
15484 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15485 gdb.reverse directory and gdb_reverse_timeout exists in board
15486 setting.
15487 * README: Document gdb_reverse_timeout.
15488
73c9764f
YQ
154892014-05-20 Yao Qi <yao@codesourcery.com>
15490
15491 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15492 'test_file_name'. Treat args as a string instead of a list.
15493 (gdb_init): Rename argument 'args' by 'test_file_name'.
15494
f1f4348a
JK
154952014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15496
15497 * gdb.arch/powerpc-power.exp: New file.
15498 * gdb.arch/powerpc-power.s: New file.
15499
0dbe70ce
DE
155002014-05-16 Doug Evans <dje@google.com>
15501
15502 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15503 * gdb.base/completion.exp: Check that all expected files exist
15504 before doing file completion.
0dbe70ce 15505
8d551b02
DE
155062014-05-16 Doug Evans <dje@google.com>
15507
15508 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15509 Update.
15510 (do_syscall_tests_without_xml): Update.
15511
73eb7709
PA
155122014-05-16 Pedro Alves <palves@redhat.com>
15513
15514 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15515 instead of "unknown output after running".
15516
3fae92fc
YQ
155172014-05-16 Yao Qi <yao@codesourcery.com>
15518
15519 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15520 file1.txt from host at the end.
15521 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15522
c2b2ccc5
DE
155232014-05-15 Doug Evans <dje@google.com>
15524
15525 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15526 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15527 loading file. Add test for TU lookup.
15528
8c217a4b
SM
155292014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15530
15531 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15532 calling "-exec-arguments" or "set args" before running the
15533 inferior.
15534
3deb39c6
SM
155352014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15536
15537 * lib/mi-support.exp (mi_expect_stop): Expect message for
15538 inferiors that exit with non-zero exit code.
15539
71a79f8c
YQ
155402014-05-14 Yao Qi <yao@codesourcery.com>
15541
15542 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15543 match absolute path on remote host.
15544 (test_file_list_exec_source_files): Remove "/" from the
15545 pattern.
15546
f23fcd46
YQ
155472014-05-14 Yao Qi <yao@codesourcery.com>
15548
15549 * boards/local-remote-host-notty.exp (${board}_file): New
15550 proc.
15551
9404b58f
KM
155522014-05-07 Kyle McMartin <kyle@redhat.com>
15553
15554 Pushed by Joel Brobecker <brobecker@adacore.com>.
15555 * gdb.arch/aarch64-atomic-inst.c: New file.
15556 * gdb.arch/aarch64-atomic-inst.exp: New file.
15557
5e45f04c
YQ
155582014-05-07 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15561 in current context" too.
15562
c888a17d
KS
155632014-05-05 Keith Seitz <keiths@redhat.com>
15564
15565 * gdb.linespec/ls-dollar.exp: Add test for linespec
15566 file:convenience_variable.
15567
290a839c
YQ
155682014-05-05 Yao Qi <yao@codesourcery.com>
15569
15570 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15571 traceframes into tfile and ctf trace files. Read data from
15572 trace file and test collected data.
15573 (gdb_collect_locals_test): Likewise.
15574 (gdb_unavailable_registers_test): Likewise.
15575 (gdb_unavailable_floats): Likewise.
15576 (gdb_collect_globals_test): Likewise.
15577 (top-level): Append "ctf" to trace_file_targets if GDB
15578 supports.
15579
b5262cd0
YQ
155802014-05-05 Yao Qi <yao@codesourcery.com>
15581
15582 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15583 code to ...
15584 (gdb_collect_args_test_1): ... it. New proc.
15585 (gdb_collect_locals_test): Move some code to ...
15586 (gdb_collect_locals_test_1): ... it. New proc.
15587 (gdb_unavailable_registers_test): Move some code to ...
15588 (gdb_unavailable_registers_test_1): ... it. New proc.
15589 (gdb_unavailable_floats): Move some code to ...
15590 (gdb_unavailable_floats_1): ... it. New proc.
15591
30a1e6cc
SDJ
155922014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15593
15594 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15595 probes to test for bitness recognition.
15596 * gdb.arch/amd64-stap-optional-prefix.exp
15597 (test_probe_value_without_reg): New procedure.
15598 Add code to test for different kinds of bitness.
15599
f33da99a
SDJ
156002014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15601
15602 PR breakpoints/16889
15603 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15604 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15605
5b80f00d
PA
156062014-05-01 Pedro Alves <palves@redhat.com>
15607
15608 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15609 gdb_file_cmd if no file is specified.
15610 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15611 last_loaded_file to set the remote exec-file.
15612
f8c2a73c
PA
156132014-05-01 Pedro Alves <palves@redhat.com>
15614
15615 * boards/local-remote-host.exp: New file.
15616
be6e8ac7
PA
156172014-05-01 Pedro Alves <palves@redhat.com>
15618
15619 * boards/local-remote-host.exp: Rename to ...
15620 * boards/local-remote-host-notty.exp: ... this.
15621
cac0dc8f
JB
156222014-04-28 Joel Brobecker <brobecker@adacore.com>
15623
15624 * gdb.ada/dyn_arrayidx: New testcase.
15625
9730e6cc
YQ
156262014-04-26 Yao Qi <yao@codesourcery.com>
15627
15628 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15629 and compute the length of function main. Save it in
15630 $main_length.
15631 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15632 (top-level): Use gdb_compile to compile objects into
15633 executable and restart GDB. Remove invocation to
15634 prepare_for_testing.
15635
7ae1a6a6
PA
156362014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15637 Pedro Alves <palves@redhat.com>
15638
15639 PR server/16255
15640 * gdb.multi/multi-attach.c: New file.
15641 * gdb.multi/multi-attach.exp: New file.
15642
4082afcc
PA
156432014-04-25 Pedro Alves <palves@redhat.com>
15644
15645 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15646 user.
15647 (top level): Test that "set remote conditional-breakpoints-packet
15648 off" works as intended.
15649 * gdb.base/dprintf.exp: Test that "set remote
15650 breakpoint-commands-packet off" works as intended.
15651 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15652 New function.
15653 (top level): Call it.
15654 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15655 remote fast-tracepoints-packet off" works as intended.
15656 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15657 * lib/gdb.exp (gdb_is_target_remote): ... here.
15658
2abc3f8d
DB
156592014-04-24 David Blaikie <dblaikie@gmail.com>
15660
15661 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15662 ensure clang would not discard them.
15663 * gdb.base/gdbvars.c: Ditto.
15664 * gdb.base/memattr.c: Ditto.
15665 * gdb.base/whatis.c: Ditto.
15666 * gdb.python/py-prettyprint.c: Ditto.
15667 * gdb.trace/actions.c: Ditto.
15668 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15669 ensure clang would not discard it.
15670
bfd39632
DB
156712014-04-24 David Blaikie <dblaikie@gmail.com>
15672
15673 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15674 clang to emit the full definition of type required by the test
15675 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15676
22842ff6
DB
156772014-04-24 David Blaikie <dblaikie@gmail.com>
15678
15679 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15680 coax Clang into emitting the definition of the type.
15681 * gdb.cp/pr10728-x.h (y): Ditto.
15682 * gdb.cp/pr10728-y.cc (y): Ditto.
15683
c2e827ad
DB
156842014-04-24 David Blaikie <dblaikie@gmail.com>
15685
15686 * gdb.base/label.exp: XFAIL label related tests under Clang.
15687 * gdb.cp/cplabel.exp: Ditto.
15688 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15689 under Clang those using labels.
15690
4c2d33e7
YQ
156912014-04-25 Yao Qi <yao@codesourcery.com>
15692
15693 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15694 double_label.
15695 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15696 partial_label and double_label.
15697
56083b99
DB
156982014-04-24 David Blaikie <dblaikie@gmail.com>
15699
15700 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15701
25d4e99d
DB
157022014-04-24 David Blaikie <dblaikie@gmail.com>
15703
15704 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15705 of the function to work across GCC and Clang.
15706 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15707 pointer types (const void ** const V void **).
15708
01f9f808
MS
157092014-04-24 Michael Sturm <michael.sturm@mintel.com>
15710 Walfred Tedeschi <walfred.tedeschi@intel.com>
15711
15712 * Makefile.in (EXECUTABLES): Added i386-avx512.
15713 * gdb.arch/i386-avx512.c: New file.
15714 * gdb.arch/i386-avx512.exp: Likewise.
15715
4b48d439
KS
157162014-04-23 Keith Seitz <keiths@redhat.com>
15717
15718 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15719 (mi_make_breakpoint_table): New procedure.
15720 (mi_create_breakpoint): Use mi_make_breakpoint
15721 and return the result.
15722 (mi_make_breakpoint): New procedure.
15723 (mi_build_kv_pairs): New procedure.
15724
15725 * gdb.mi/mi-break.exp: Remove unused globals,
15726 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15727 All callers updated.
15728 * gdb.mi/mi-dprintf.exp: Use variable to track command
15729 number.
15730 Update all callers of mi_create_breakpoint and use
15731 mi_make_breakpoint_table.
15732 Remove any unused global variables.
15733 * gdb.mi/mi-nonstop.exp: Likewise.
15734 * gdb.mi/mi-nsintrall.exp: Likewise.
15735 * gdb.mi/mi-nsmoribund.exp: Likewise.
15736 * gdb.mi/mi-nsthrexec.exp: Likewise.
15737 * gdb.mi/mi-reverse.exp: Likewise.
15738 * gdb.mi/mi-simplerun.exp: Likewise.
15739 * gdb.mi/mi-stepn.exp: Likewise.
15740 * gdb.mi/mi-syn-frame.exp: Likewise.
15741 * gdb.mi/mi-until.exp: Likewise.
15742 * gdb.mi/mi-var-cp.exp: Likewise.
15743 * gdb.mi/mi-var-display.exp: Likewise.
15744 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15745 * gdb.mi/mi2-var-child.exp: Likewise.
15746 * gdb.mi/mi-vla-c99.exp: Likewise.
15747 * lib/mi-support.exp: Likewise.
15748
15749 From Ian Lance Taylor <iant@cygnus.com>:
15750 * lib/gdb.exp (parse_args): New procedure.
15751
08351840
PA
157522014-04-23 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/break-unload-file.c: New file.
15755 * gdb.base/break-unload-file.exp: New file.
15756 * gdb.base/sym-file-lib.c (baz): New function.
15757 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15758 field.
15759 (load): Store the segment's mapped size.
15760 (unload): New function.
15761 (unload_shlib): New function.
15762 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15763 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15764 set a breakpoint at baz, and call it.
15765 * gdb.base/sym-file.exp: New tests for stale breakpoint
15766 instructions.
15767
076855f9
PA
157682014-04-23 Pedro Alves <palves@redhat.com>
15769
15770 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15771 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15772 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15773 * gdb.base/hbreak-unmapped.c: New file.
15774 * gdb.base/hbreak-unmapped.exp: New file.
15775 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15776 * lib/gdb.exp (gdb_is_target_remote): ... here.
15777
483805cf
PA
157782014-04-22 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.base/consecutive-step-over.c: New file.
15781 * gdb.base/consecutive-step-over.exp: New file.
15782
06d97543
PA
157832014-04-22 Pedro Alves <palves@redhat.com>
15784
15785 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15786 instead of send_gdb/gdb_expect.
15787
b4429ea2
YQ
157882014-04-22 Yao Qi <yao@codesourcery.com>
15789
15790 * lib/trace-support.exp (generate_tracefile): New procedure.
15791 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15792 return 0.
15793 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15794 if generate_tracefile returns 1.
15795
51d48146
PA
157962014-04-18 Tom Tromey <palves@redhat.com>
15797 Pedro alves <tromey@redhat.com>
15798
15799 PR backtrace/15558
15800 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15801 with a backtrace limit.
15802 * gdb.python/py-frame-inline.exp: Test running to an inline
15803 function with a backtrace limit, and printing the newest frame.
15804 * gdb.python/py-frame-inline.c (main): Call f.
15805
bd1dce5f
MS
158062014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15807
15808 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15809
40d1a503
MS
158102014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15811
15812 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15813 Drop prefix from unsupported source file path.
15814
389b98f7
YQ
158152014-04-17 Yao Qi <yao@codesourcery.com>
15816
15817 * lib/gdb.exp (with_target_charset): New proc.
15818 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15819 with_target_charset.
15820 (test_print_strings): Likewise.
15821 (test_repeat_bytes): Likewise.
15822 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15823 for some tests.
15824
22869d73
KS
158252014-04-16 Keith Seitz <keiths@redhat.com>
15826
15827 PR gdb/15827
15828 * gdb.dwarf2/corrupt.c: New file.
15829 * gdb.dwarf2/corrupt.exp: New file.
15830
c4f87ca6
KS
158312014-04-16 Keith Seitz <keiths@redhat.com>
15832
15833 PR c++/16597
15834 * gdb.cp/namelessclass.cc: New file.
15835 * gdb.cp/namelessclass.exp: New file.
15836 * gdb.cp/namelessclass.S: New file.
15837
ab19de87
DE
158382014-04-16 Doug Evans <dje@google.com>
15839
15840 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15841 Add comment.
15842 (gdbserver_default_get_comm_port): New function.
15843 (gdbserver_start): Check if board file provided
15844 "gdbserver,get_comm_port" and use it if so.
15845 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15846 (gdb,socketport): Set to "stdio".
15847 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15848 (stdio_gdbserver_template): Delete.
15849 (${board}_get_remote_address): Update.
15850 (${board}_build_remote_cmd): Delete.
15851 (${board}_get_comm_port): New function.
15852 (${board}_spawn): Update.
15853 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15854 Delete.
15855 (${board}_get_remote_address): Update.
15856 (${board}_get_comm_port): New function.
15857
fc98a809
AB
158582014-04-16 Andrew Burgess <aburgess@broadcom.com>
15859
15860 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15861 appearing in any order.
15862
87fd9e6e
DE
158632014-04-15 Doug Evans <dje@google.com>
15864
15865 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15866 uninitialized value of "description".
15867
099fc3ea
KS
158682014-04-15 Keith Seitz <keiths@redhat.com>
15869
15870 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15871 Remove unused globals.
15872 (test_running_the_program): Likewise.
15873 (test_controlled_execution): Likewise.
15874 (test_controlling_breakpoints): Likewise.
15875 (test_program_termination): Likewise.
15876
5da151d4
KS
158772014-04-15 Keith Seitz <keiths@redhat.com>
15878
15879 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15880 unused globals.
15881 (test_rbreak_creation_and_listing): Likewise.
15882 (test_ignore_count): Likewise.
15883 (test_error): Likewise.
15884
35e5d2f0
PA
158852014-04-15 Pedro Alves <palves@redhat.com>
15886
15887 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15888 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15889 sym-file-loader.c.
15890 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15891 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15892 to sym-file-loader.c.
15893 (struct library): Forward declare.
15894 (load_shlib, lookup_function): Change prototypes.
15895 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15896 (translate_offset): Remove declarations.
15897 (get_text_addr): New declaration.
15898 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15899 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15900 sym-file-loader.h.
15901 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15902 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15903 here from sym-file-loader.h.
15904 (struct library): New structure.
15905 (load_shlib, lookup_function): Change prototypes and adjust to
15906 work with a struct library.
15907 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15908 (translate_offset): Make static.
15909 (get_text_addr): New function.
15910 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15911
eb4c1710
PA
159122014-04-15 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15915
2d1baf52
PA
159162014-04-15 Pedro Alves <palves@redhat.com>
15917
15918 * gdb.base/sym-file-loader.c: Include <limits.h>.
15919 (SELF_LINK): New define.
15920 (get_origin): New function.
15921 (load_shlib): Use it.
15922 * gdb.base/sym-file.exp: Don't early return if the target is
15923 remote. Use runto_main, and issue fail is that fails. Use
15924 gdb_load_shlibs.
15925 (shlib_name): Delete.
15926 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15927
7dd6df01
PA
159282014-04-15 Pedro Alves <palves@redhat.com>
15929
15930 * gdb.base/sym-file.exp: Remove regex characters from test
15931 message. Don't refer to breakpoint numbers in test messages.
15932
b50c8614
KS
159332014-04-14 Keith Seitz <keiths@redhat.com>
15934
15935 PR c++/16253
15936 * gdb.cp/var-tag.cc: New file.
15937 * gdb.cp/var-tag.exp: New file.
15938 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15939 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15940 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15941 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15942
3d567982
TT
159432014-04-14 Tom Tromey <tromey@redhat.com>
15944
15945 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15946 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15947 type.
15948 * gdb.cp/enum-class.exp: New file.
15949 * gdb.cp/enum-class.cc: New file.
15950
0626fc76
TT
159512014-04-14 Tom Tromey <tromey@redhat.com>
15952
15953 * gdb.dwarf2/enum-type.exp: New file.
15954
dca325b3
SA
159552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15956
15957 * gdb.mi/mi-vla-c99.exp: New file.
15958 * gdb.mi/vla.c: New file.
15959
5854b38a
SA
159602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15961
15962 * gdb.base/vla-datatypes.c: New file.
15963 * gdb.base/vla-datatypes.exp: New file.
15964
463bb957
SA
159652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15966
15967 * gdb.base/vla-ptr.c: New file.
15968 * gdb.base/vla-ptr.exp: New file.
15969
3dd170be
SA
159702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15971
15972 * gdb.dwarf2/count.exp: New file.
15973
5ecaaa66
SA
159742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15975
15976 * gdb.base/vla-sideeffect.c: New file.
15977 * gdb.base/vla-sideeffect.exp: New file.
15978
41f1ada5
DB
159792014-04-14 David Blaikie <dblaikie@gmail.com>
15980
15981 * gdb.mi/non-stop.c: Add return value for non-void function return
15982 statement.
15983 * gdb.threads/staticthreads.c: Ditto.
15984
0be03e84
DE
159852014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15986 Doug Evans <xdje42@gmail.com>
15987
15988 * gdb.guile/scm-value.c: Improve test case.
15989 * gdb.guile/scm-value.exp: Add new test.
15990
f180a1fb
DB
159912014-04-11 David Blaikie <dblaikie@gmail.com>
15992
15993 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15994 override Clang's default.
15995
6b662e19
JB
159962014-04-11 Joel Brobecker <brobecker@adacore.com>
15997
15998 Revert the following changes (regressions):
15999
16000 * gdb.base/vla-sideeffect.c: New file.
16001 * gdb.base/vla-sideeffect.exp: New file.
16002
16003 * gdb.dwarf2/count.exp: New file.
16004
16005 * gdb.base/vla-multi.c: New file.
16006 * gdb.base/vla-multi.exp: New file.
16007
16008 * gdb.base/vla-ptr.c: New file.
16009 * gdb.base/vla-ptr.exp: New file.
16010
16011 * gdb.base/vla-datatypes.c: New file.
16012 * gdb.base/vla-datatypes.exp: New file.
16013
16014 * gdb.mi/mi-vla-c99.exp: New file.
16015 * gdb.mi/vla.c: New file.
16016
245a5f0b
KS
160172014-04-11 Keith Seitz <keiths@redhat.com>
16018
16019 PR c++/16675
16020 * gdb.cp/cpsizeof.exp: New file.
16021 * gdb.cp/cpsizeof.cc: New file.
16022
58a84dcf
SA
160232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16024
191a8a90
JB
16025 * gdb.mi/mi-vla-c99.exp: New file.
16026 * gdb.mi/vla.c: New file.
58a84dcf 16027
c8655f75
SA
160282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16029
16030 * gdb.base/vla-datatypes.c: New file.
16031 * gdb.base/vla-datatypes.exp: New file.
16032
024e13b4
SA
160332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16034
16035 * gdb.base/vla-ptr.c: New file.
16036 * gdb.base/vla-ptr.exp: New file.
16037
1a237e0e
SA
160382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16039
16040 * gdb.base/vla-multi.c: New file.
16041 * gdb.base/vla-multi.exp: New file.
16042
504f3432
SA
160432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16044
16045 * gdb.dwarf2/count.exp: New file.
16046
3bce8237
SA
160472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16048
191a8a90
JB
16049 * gdb.base/vla-sideeffect.c: New file.
16050 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16051
322f9c21
YQ
160522014-04-11 Yao Qi <yao@codesourcery.com>
16053
16054 * gdb.base/completion.exp: Check file exists before running tests
16055 on file completion.
16056
d708bcd1
PA
160572014-04-10 Pedro Alves <palves@redhat.com>
16058
16059 * gdb.base/cond-eval-mode.c: New file.
16060 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16061 prepare_for_testing to build the new file. Check result of
16062 runto_main.
16063 (test_break, test_watch): New procedures.
16064 (top level): Use them.
16065
ae1d2761
PM
160662014-04-08 Pierre Muller <muller@sourceware.org>
16067
16068 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16069 Ctrl-V use for mingw hosts.
16070
7af389b8
SC
160712014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16072
16073 * gdb.python/py-value.c: Improve test case.
16074 * gdb.python/py-value.exp: Add new test.
16075
5e703181
DE
160762014-04-07 David Blaikie <dblaikie@gmail.com>
16077
16078 * lib/compiler.c: Identify the clang compiler.
16079 * lib/compiler.cc: Ditto.
16080
9810b410
YQ
160812014-04-03 Yao Qi <yao@codesourcery.com>
16082
16083 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16084
98d1b8dc
AB
160852014-04-01 Anton Blanchard <anton@samba.org>
16086
16087 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16088 messages unique.
16089
3114cea1
AB
160902014-04-01 Anton Blanchard <anton@samba.org>
16091
16092 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16093 prepare_for_testing.
16094
62f7182c
AB
160952014-04-01 Anton Blanchard <anton@samba.org>
16096
16097 * gdb.arch/ppc64-atomic-inst.c: Remove.
16098 * gdb.arch/ppc64-atomic-inst.S: New file.
16099 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16100
770e7fc7
DE
161012014-03-31 Doug Evans <dje@google.com>
16102
16103 * gdb.base/print-symbol-loading-lib.c: New file.
16104 * gdb.base/print-symbol-loading-main.c: New file.
16105 * gdb.base/print-symbol-loading.exp: New file.
16106
46e2bafa
YQ
161072014-03-31 Yao Qi <yao@codesourcery.com>
16108
16109 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16110
8776cfe9
JB
161112014-03-28 Joel Brobecker <brobecker@adacore.com>
16112
16113 * gdb.ada/mi_dyn_arr: New testcase.
16114
5d1ef361
DE
161152014-03-27 Doug Evans <dje@google.com>
16116
16117 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16118
b5bee914
YQ
161192014-03-27 Yao Qi <yao@codesourcery.com>
16120
16121 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16122 if target is nios2-*-*.
16123
0d4d0e77
YQ
161242014-03-26 Yao Qi <yao@codesourcery.com>
16125
16126 * lib/gdb.exp (readline_is_used): New proc.
16127 * gdb.base/completion.exp: Move tests on command complete up.
16128 Skip the rest of tests if readline is not used.
16129 * gdb.ada/complete.exp: Skp the test if readline is not
16130 used.
16131 * gdb.base/filesym.exp: Likewise.
16132 * gdb.base/macscp.exp: Likewise.
16133 * gdb.base/readline-ask.exp: Likewise.
16134 * gdb.base/readline.exp: Likewise.
16135 * gdb.python/py-cmd.exp: Likewise.
16136 * gdb.trace/tfile.exp: Likewise.
16137
29361eee
YQ
161382014-03-26 Yao Qi <yao@codesourcery.com>
16139
16140 * gdb.base/macscp.exp: Fix code format issues.
16141
bc9a5525
UW
161422014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16143
16144 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16145 * gdb.asm/powerpc64le.inc: New file.
16146
d3839ede
PA
161472014-03-25 Pedro Alves <palves@redhat.com>
16148 Doug Evans <dje@google.com>
16149
16150 * gdb.base/source-execution.c: New file.
16151 * gdb.base/source-execution.exp: New file.
16152 * gdb.base/source-execution.gdb: New file.
16153
01672a57
DE
161542014-03-24 Doug Evans <dje@google.com>
16155
16156 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16157 using fission.
16158
88bbeca9
HZ
161592014-03-24 Hui Zhu <hui@codesourcery.com>
16160 Pedro Alves <palves@redhat.com>
16161
16162 PR breakpoints/16101
16163 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16164 test pass/fail messages. Detect missing support for dprintf when
16165 breakpoints are actually inserted.
16166 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16167 breakpoints are actually inserted.
16168 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16169 fails.
16170
d2348791
JK
161712014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16172
16173 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16174
feef67ab
DE
161752014-03-22 Doug Evans <xdje42@gmail.com>
16176
16177 * gdb.python/python.exp (python not supported): Verify multi-line
16178 python command issues an error.
25d743f9 16179 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16180 guile command issues an error.
feef67ab 16181
ecebef6a
MR
161822014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16183
16184 * gdb.threads/thread-specific.exp: Handle the lack of usable
16185 $this_breakpoint and $this_thread.
16186
ccdd1909
HZ
161872014-03-21 Hui Zhu <hui@codesourcery.com>
16188
16189 * gdb.base/attach.exp (do_command_attach_tests): New.
16190
beb460e8
PA
161912014-03-20 Tom Tromey <tromey@redhat.com>
16192 Pedro Alves <palves@redhat.com>
16193
16194 PR cli/15718
16195 * gdb.base/condbreak-call-false.c: New file.
16196 * gdb.base/condbreak-call-false.exp: New file.
16197
40acf43a
PA
161982014-03-20 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16201 Delete.
16202 (block_signals, unblock_signals): Delete.
16203 (child_function_2, main): Remove references to deleted variable
16204 and functions.
16205
9f5e1e02
PA
162062014-03-20 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16209 Use pthread_kill to signal thread 2.
16210 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16211 Adjust to make the test send itself a signal rather than using the
16212 host's "kill" command.
16213
99619bea
PA
162142014-03-20 Pedro Alves <palves@redhat.com>
16215
16216 * gdb.threads/multiple-step-overs.c: New file.
16217 * gdb.threads/multiple-step-overs.exp: New file.
16218 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16219 Adjust expected infrun debug output.
16220
2adfaa28
PA
162212014-03-20 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16224 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16225
31e77af2
PA
162262014-03-20 Pedro Alves <palves@redhat.com>
16227
16228 PR breakpoints/7143
16229 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16230 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16231 of gdb_test_multiple.
16232 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16233 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16234
b9f437de
PA
162352014-03-20 Pedro Alves <palves@redhat.com>
16236
16237 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16238 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16239
05adc73e
PA
162402014-03-19 Pedro Alves <palves@redhat.com>
16241
16242 * gdb.base/async.exp: Remove early return.
16243
6048b950
PA
162442014-03-19 Pedro Alves <palves@redhat.com>
16245
16246 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16247
8bcfb00a
PA
162482014-03-19 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.base/async.exp (test_background): Expect \r\n after
16251 "completed." in the fail pattern.
16252
884e37dc
PA
162532014-03-19 Pedro Alves <palves@redhat.com>
16254
16255 * gdb.base/async.exp (test_background): New procedure.
16256 Use it for all background execution command tests.
16257
148e57e2
PA
162582014-03-19 Pedro Alves <palves@redhat.com>
16259
16260 * gdb.base/async.exp: Use prepare_for_testing.
16261
f48088c7
PA
162622014-03-19 Pedro Alves <palves@redhat.com>
16263
16264 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16265 the same line.
16266
e2f6c966
PA
162672014-03-19 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.base/async.c (main): Add "jump here" and "until here" line
16270 marker comments.
16271 * gdb.base/async.exp (jump_here): New global.
16272 (jump& test): Use it.
16273 (until_here): New global.
16274 (until& test): Use it.
16275
c30568d4
PA
162762014-03-19 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.base/async.exp: Don't frob gdb_protocol.
16279
0172b6a7
DE
162802014-03-18 Doug Evans <xdje42@gmail.com>
16281
16282 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16283 Fix spelling of exec-done-display.
16284
06c868a8
JK
162852014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16286
16287 PR gdb/15358
16288 * gdb.base/gdb-sigterm.c: New file.
16289 * gdb.base/gdb-sigterm.exp: New file.
16290
0c7e1a46
PA
162912014-03-18 Pedro Alves <palves@redhat.com>
16292
16293 PR gdb/13860
16294 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16295 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16296 solib-event.
16297
f7c77d93
JB
162982014-03-17 Joel Brobecker <brobecker@adacore.com>
16299
16300 * gdb.ada/pckd_arr_ren: New testcase.
16301
5a1e8c7a
DE
163022014-03-13 Doug Evans <xdje42@gmail.com>
16303
16304 PR guile/16612
16305 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16306 collect after discarding symbols.
16307
350e1a76
DE
163082014-03-13 Ludovic Courtès <ludo@gnu.org>
16309 Doug Evans <xdje42@gmail.com>
16310
16311 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16312 to history survives a gc.
16313
a69900ae
PA
163142014-03-13 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.base/default.exp: Don't test "target procfs".
16317
5db9f0bd
PA
163182014-03-13 Pedro Alves <palves@redhat.com>
16319
16320 * gdb.base/default.exp: Update "target child" and "target procfs"
16321 tests to not expect "Unix".
16322
b3ccfe11
TT
163232014-03-12 Tom Tromey <tromey@redhat.com>
16324
16325 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16326 New procs. Add target-async tests.
16327 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16328 Add target-async tests.
16329
646f4417
AA
163302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16331
16332 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16333 'func_start' and 'func_end' for the beginning and end of the
16334 function code, respectively.
16335 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16336 'func_end' instead of 'func' and 'main'.
16337
288c211f
AA
163382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16339
16340 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16341 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16342 generate the debug info assembler source.
16343
e0c0f156
AA
163442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16345
16346 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16347 * gdb.dwarf2/arr-subrange.exp: Likewise.
16348 * gdb.dwarf2/dwz.exp: Likewise.
16349 * gdb.dwarf2/method-ptr.exp: Likewise.
16350 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16351 * gdb.dwarf2/subrange.exp: Likewise.
16352 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16353 * gdb.dwarf2/implptrpiece.exp: Likewise.
16354 * gdb.dwarf2/nostaticblock.exp: Likewise.
16355
0e5c4555
AA
163562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16357
16358 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16359 directory to absolute path name arguments.
16360
5ec18f2b
JG
163612014-03-10 Joel Brobecker <brobecker@adacore.com>
16362
16363 * gdb.ada/tagged_access: New testcase.
16364
847fc4f2
MM
163652014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16366
16367 * gdb.btrace/data.exp: Update expected output.
16368
cc3da688
YQ
163692014-03-06 Yao Qi <yao@codesourcery.com>
16370
16371 * gdb.trace/pr16508.exp: New file.
16372
0f26cec1
PA
163732014-03-05 Pedro Alves <palves@redhat.com>
16374
16375 PR gdb/16575
16376 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16377 procedure.
16378 (top level): Adjust to use it. Add tests that exercise breakpoint
16379 interaction with the code-cache.
16380
7a5a839f
LC
163812014-02-26 Ludovic Courtès <ludo@gnu.org>
16382
16383 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16384 test for 'history-append!'.
16385
31aa7e4e
JB
163862014-02-26 Joel Brobecker <brobecker@adacore.com>
16387
16388 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16389 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16390 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16391 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16392 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16393 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16394
1b588015
JB
163952014-02-26 Joel Brobecker <brobecker@adacore.com>
16396
16397 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16398 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16399 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16400
55426c9d
JB
164012014-02-26 Joel Brobecker <brobecker@adacore.com>
16402
16403 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16404
dc53a7ad
JB
164052014-02-26 Joel Brobecker <brobecker@adacore.com>
16406
16407 * gdb.dwarf2/arr-stride.c: New file.
16408 * gdb.dwarf2/arr-stride.exp: New file.
16409
12ab52e9
PA
164102014-02-26 Pedro Alves <palves@redhat.com>
16411
16412 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16413 that won't ever trigger. Make sure that GDB reports the correct
16414 breakpoint that caused the stop.
16415
849c862e
JK
164162014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16417
16418 PR gdb/16626
16419 * gdb.base/auto-load-script: New file.
16420 * gdb.base/auto-load.c: New file.
16421 * gdb.base/auto-load.exp: New file.
16422
71b7d793
JK
16423 PR gdb/16626
16424 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16425
e2f0d509
JK
164262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16427
16428 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16429 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16430
50cc37c8
DE
164312014-02-24 Doug Evans <dje@google.com>
16432
16433 * lib/gdb.exp (run_on_host): Log error output if program fails.
16434
ea4758f2
PA
164352014-02-21 Pedro Alves <palves@redhat.com>
16436
16437 * gdb.threads/step-after-sr-lock.c: Rename to ...
16438 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16439 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16440 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16441 ... this.
16442
d7b30f67
SDJ
164432014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16444
16445 PR tdep/16397
16446 * gdb.arch/amd64-stap-special-operands.exp: New file.
16447 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16448 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16449 * gdb.arch/amd64-stap-triplet.S: Likewise.
16450 * gdb.arch/amd64-stap-triplet.c: Likewise.
16451
83deb43f
JB
164522014-02-20 Joel Brobecker <brobecker@adacore.com>
16453
16454 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16455 in .section pseudo-op.
16456
adde2bff
DE
164572014-02-20 lin zuojian <manjian2006@gmail.com>
16458 Joel Brobecker <brobecker@adacore.com>
16459 Doug Evans <xdje42@gmail.com>
16460
16461 PR symtab/16581
16462 * gdb.dwarf2/dw2-icycle.S: New file.
16463 * gdb.dwarf2/dw2-icycle.c: New file.
16464 * gdb.dwarf2/dw2-icycle.exp: New file.
16465
f7bd0f78
SC
164662014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16467
16468 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16469 operations on gdb.Value objects.
16470 * gdb.python/py-value-cc.exp: Add new test to test operations on
16471 gdb.Value objects.
16472
c17ef0d5
DE
164732014-02-18 Doug Evans <dje@google.com>
16474
16475 * Makefile.in (TESTS): New variable.
16476 (expanded_tests, expanded_tests_or_none): New variables
16477 (check-single): Pass $(expanded_tests_or_none) to runtest.
16478 (check-parallel): Only run tests in $(TESTS) if non-empty.
16479 (check/no-matching-tests-found): New rule.
16480 * README: Document TESTS makefile variable.
16481
5dd3176f
DE
164822014-02-18 Doug Evans <dje@google.com>
16483
16484 * Makefile.in (check-parallel): rm -rf outputs temp.
16485
0b10be4f
JK
164862014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16487
16488 Fix "ERROR: no fileid for" in the testsuite.
16489 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16490
85f224e7
DE
164912014-02-12 Doug Evans <dje@google.com>
16492
16493 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16494 (MISCELLANEOUS): New variable.
16495 (clean): rm -rf $(MISCELLANEOUS).
16496 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16497 dwp live in the same directory as symlinks, with each symlink pointed
16498 to a differently named file in a different directory.
16499
149b30ff
DE
165002014-02-11 Doug Evans <dje@google.com>
16501
16502 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16503 of Tcl file commands.
16504
1dfdac32
MK
165052014-02-10 Mark Kettenis <kettenis@gnu.org>
16506
16507 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16508 "kill -SIGUSR1 -1".
16509
aa4fb036
JB
165102014-02-10 Joel Brobecker <brobecker@adacore.com>
16511
16512 * gdb.ada/tick_length_array_enum_idx: New testcase.
16513
ed3ef339
DE
165142014-02-10 Doug Evans <xdje42@gmail.com>
16515
16516 * configure.ac (AC_OUTPUT): Add gdb.guile.
16517 * configure: Regenerate.
16518 * lib/gdb-guile.exp: New file.
16519 * lib/gdb.exp (get_target_charset): New function.
16520 * gdb.base/help.exp: Update expected output from "apropos apropos".
16521 * gdb.guile/Makefile.in: New file.
16522 * gdb.guile/guile.exp: New file.
16523 * gdb.guile/scm-arch.c: New file.
16524 * gdb.guile/scm-arch.exp: New file.
16525 * gdb.guile/scm-block.c: New file.
16526 * gdb.guile/scm-block.exp: New file.
16527 * gdb.guile/scm-breakpoint.c: New file.
16528 * gdb.guile/scm-breakpoint.exp: New file.
16529 * gdb.guile/scm-disasm.c: New file.
16530 * gdb.guile/scm-disasm.exp: New file.
16531 * gdb.guile/scm-equal.c: New file.
16532 * gdb.guile/scm-equal.exp: New file.
16533 * gdb.guile/scm-error.exp: New file.
16534 * gdb.guile/scm-error.scm: New file.
16535 * gdb.guile/scm-frame-args.c: New file.
16536 * gdb.guile/scm-frame-args.exp: New file.
16537 * gdb.guile/scm-frame-args.scm: New file.
16538 * gdb.guile/scm-frame-inline.c: New file.
16539 * gdb.guile/scm-frame-inline.exp: New file.
16540 * gdb.guile/scm-frame.c: New file.
16541 * gdb.guile/scm-frame.exp: New file.
16542 * gdb.guile/scm-generics.exp: New file.
16543 * gdb.guile/scm-gsmob.exp: New file.
16544 * gdb.guile/scm-iterator.c: New file.
16545 * gdb.guile/scm-iterator.exp: New file.
16546 * gdb.guile/scm-math.c: New file.
16547 * gdb.guile/scm-math.exp: New file.
16548 * gdb.guile/scm-objfile-script-gdb.in: New file.
16549 * gdb.guile/scm-objfile-script.c: New file.
16550 * gdb.guile/scm-objfile-script.exp: New file.
16551 * gdb.guile/scm-objfile.c: New file.
16552 * gdb.guile/scm-objfile.exp: New file.
16553 * gdb.guile/scm-ports.exp: New file.
16554 * gdb.guile/scm-pretty-print.c: New file.
16555 * gdb.guile/scm-pretty-print.exp: New file.
16556 * gdb.guile/scm-pretty-print.scm: New file.
16557 * gdb.guile/scm-section-script.c: New file.
16558 * gdb.guile/scm-section-script.exp: New file.
16559 * gdb.guile/scm-section-script.scm: New file.
16560 * gdb.guile/scm-symbol.c: New file.
16561 * gdb.guile/scm-symbol.exp: New file.
16562 * gdb.guile/scm-symtab-2.c: New file.
16563 * gdb.guile/scm-symtab.c: New file.
16564 * gdb.guile/scm-symtab.exp: New file.
16565 * gdb.guile/scm-type.c: New file.
16566 * gdb.guile/scm-type.exp: New file.
16567 * gdb.guile/scm-value-cc.cc: New file.
16568 * gdb.guile/scm-value-cc.exp: New file.
16569 * gdb.guile/scm-value.c: New file.
16570 * gdb.guile/scm-value.exp: New file.
16571 * gdb.guile/source2.scm: New file.
16572 * gdb.guile/types-module.cc: New file.
16573 * gdb.guile/types-module.exp: New file.
16574
7026a7c1
YQ
165752014-02-10 Yao Qi <yao@codesourcery.com>
16576
16577 PR testsuite/16543
16578 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16579 * configure: Regenerated.
16580 * Makefile.in: New file.
16581
6c466447
AS
165822014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16583
16584 * gdb.python/py-framefilter.exp: Fix typo.
16585
6e854735
YQ
165862014-02-08 Yao Qi <yao@codesourcery.com>
16587
16588 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16589 that no =breakpoint-modified is emitted when breakpoints are
16590 modified through MI commands.
16591
d137e6dc
PA
165922014-02-07 Pedro Alves <pedro@codesourcery.com>
16593 Pedro Alves <palves@redhat.com>
16594
16595 * gdb.threads/step-after-sr-lock.c: New file.
16596 * gdb.threads/step-after-sr-lock.exp: New file.
16597
b5ee5a50
PA
165982014-02-07 Pedro Alves <palves@redhat.com>
16599
16600 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16601
3c77faf3
JK
166022014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16603
16604 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16605 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16606
6dddc817
DE
166072014-02-06 Doug Evans <xdje42@gmail.com>
16608
16609 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16610 output.
16611
16612 * gdb.gdb/python-interrupts.exp: New file.
16613
de7b2893
YQ
166142014-02-05 Yao Qi <yao@codesourcery.com>
16615
16616 * gdb.trace/report.exp (use_collected_data): Test the output
16617 of "info threads" and "info inferiors".
16618
66d032ac
YQ
166192014-02-05 Yao Qi <yao@codesourcery.com>
16620
16621 Revert this patch:
16622
16623 2013-05-24 Yao Qi <yao@codesourcery.com>
16624
16625 * gdb.trace/tfile.exp: Test inferior and thread.
16626
591a12a1
UW
166272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16628
16629 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16630 on a function.
16631 * gdb.base/step-bt.c: Call hello via function pointer to make
16632 sure its first instruction is executed on powerpc64le-linux.
16633
0ff3e01f
UW
166342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16635
16636 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16637
084ee545
UW
166382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16639
16640 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16641 of the test patterns for use on little-endian systems.
16642
6ed14ff3
UW
166432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16644
16645 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16646 (decimal_vector): Fix for little-endian.
16647
401e27fd
JM
166482014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16649
16650 * gdb.arch/sparc-sysstep.exp: New file.
16651 * gdb.arch/sparc-sysstep.c: Likewise.
16652
16653 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16654
8b924729
EBM
166552014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16656
16657 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16658
fb151210
JB
166592014-01-23 Tom Tromey <tromey@redhat.com>
16660
16661 * gdb.ada/array_char_idx: New testcase.
16662
0740f8d8
TT
166632014-01-23 Tom Tromey <tromey@redhat.com>
16664
16665 PR python/16487:
16666 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16667 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16668 classes.
16669
21909fa1
TT
166702014-01-23 Tom Tromey <tromey@redhat.com>
16671
16672 PR python/16491:
16673 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16674 string from an inferior frame.
16675 * gdb.python/py-framefilter-mi.exp: Update.
16676
87ce2a04
DE
166772014-01-22 Doug Evans <dje@google.com>
16678
16679 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16680
237b092b
AA
166812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16682
16683 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16684
d674a709
AA
166852014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16686
16687 * gdb.trace/entry-values.exp: Remove excess space character from
16688 regex patterns. Handle s390 call instruction.
16689
20fa3390
AA
166902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16691
16692 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16693 define "*_start" label. Make "name" static.
16694 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16695 ${name} by references to ${name}_start.
16696
78466714
AA
166972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16698
16699 * gdb.base/info-macros.exp: Remove "debug" from the compile
16700 options.
16701
ec9f644a
IB
167022014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16703
16704 * gdb.dlang/demangle.exp: New file.
16705
94b1b47e
IB
167062014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16707
16708 * gdb.dlang/primitive-types.exp: New file.
16709
7f420862
IB
167102014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16711
16712 * configure.ac: Create gdb.dlang/Makefile.
16713 * configure: Regenerate.
16714 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16715 * gdb.dlang/Makefile.in: New file.
16716 * lib/d-support.exp: New file.
16717 * lib/gdb.exp (skip_d_tests): New proc.
16718
52834460
MM
167192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16720
16721 * gdb.btrace/delta.exp: Check reverse stepi.
16722 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16723 * gdb.btrace/finish.exp: New.
16724 * gdb.btrace/next.exp: New.
16725 * gdb.btrace/nexti.exp: New.
16726 * gdb.btrace/record_goto.c: Add comments.
16727 * gdb.btrace/step.exp: New.
16728 * gdb.btrace/stepi.exp: New.
16729 * gdb.btrace/multi-thread-step.c: New.
16730 * gdb.btrace/multi-thread-step.exp: New.
16731 * gdb.btrace/rn-dl-bind.c: New.
16732 * gdb.btrace/rn-dl-bind.exp: New.
16733 * gdb.btrace/data.c: New.
16734 * gdb.btrace/data.exp: New.
16735 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16736
6e07b1d2
MM
167372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16738
16739 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16740 * gdb.btrace/exception.exp: Update.
16741 * gdb.btrace/instruction_history.exp: Update.
16742 * gdb.btrace/record_goto.exp: Update.
16743 * gdb.btrace/tailcall.exp: Update.
16744 * gdb.btrace/unknown_functions.exp: Update.
16745 * gdb.btrace/delta.exp: New.
16746
0b722aec
MM
167472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16748
16749 * gdb.btrace/record_goto.exp: Add backtrace test.
16750 * gdb.btrace/tailcall.exp: Add backtrace test.
16751
066ce621
MM
167522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16753
16754 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16755 * gdb.btrace/record_goto.c: New.
16756 * gdb.btrace/record_goto.exp: New.
16757 * gdb.btrace/x86-record_goto.S: New.
16758
0688d04e
MM
167592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16760
16761 * gdb.btrace/function_call_history.exp: Update tests.
16762 * gdb.btrace/instruction_history.exp: Update tests.
16763
8710b709
MM
167642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16765
16766 * gdb.btrace/function_call_history.exp: Fix expected field
16767 order for "record function-call-history".
16768 Add new tests for "record function-call-history /c".
16769 * gdb.btrace/exception.cc: New.
16770 * gdb.btrace/exception.exp: New.
16771 * gdb.btrace/tailcall.exp: New.
16772 * gdb.btrace/x86-tailcall.S: New.
16773 * gdb.btrace/x86-tailcall.c: New.
16774 * gdb.btrace/unknown_functions.c: New.
16775 * gdb.btrace/unknown_functions.exp: New.
16776 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16777
5de9129b
MM
167782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16779
16780 * gdb.btrace/instruction_history.exp: Update.
16781 * gdb.btrace/function_call_history.exp: Update.
16782
23a7fe75
MM
167832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16784
16785 * gdb.btrace/function_call_history.exp: Fix expected function
16786 trace.
16787 * gdb.btrace/instruction_history.exp: Initialize traced.
16788 Remove traced_functions.
16789
724c7dd8
MM
167902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16791
16792 * gdb.btrace/function_call_history.exp: Update
16793 * gdb.btrace/instruction_history.exp: Update.
16794
6d78d93b
MM
167952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16796
16797 * gdb.btrace/enable.exp: Update expected text.
16798
93a360cc
OJ
167992014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16800
16801 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16802 bytes.
16803
3772b53f
MR
168042014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16805
16806 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16807
596662fa
OJ
168082014-01-15 Omair Javaid <omair.javaid@linaro.org>
16809
16810 * lib/gdb.exp (supports_process_record): Return true for
16811 arm*-linux*. (supports_reverse): Likewise.
16812
b5b08fb4
SC
168132014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16814
16815 PR python/15464
16816 PR python/16113
16817 * gdb.python/py-type.c: Enhance test case.
16818 * gdb.python/py-value-cc.cc: Likewise
16819 * gdb.python/py-type.exp: Add new tests.
16820 * gdb.python/py-value-cc.exp: Likewise
16821
52d7fb13
AA
168222014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16823 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16826 Make "name" extern.
16827 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16828 references to ${name}_start by references to ${name}.
16829
a2cd8cfe
JB
168302014-01-10 Joel Brobecker <brobecker@adacore.com>
16831
16832 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16833
4e23fced
JB
168342014-01-10 Joel Brobecker <brobecker@adacore.com>
16835
16836 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16837
c6a9e42c
PA
168382014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16839 Pedro Alves <palves@redhat.com>
16840
16841 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16842 mi_gdb_target_load.
c6a9e42c 16843
b7ea362b
PA
168442014-01-08 Pedro Alves <palves@redhat.com>
16845
16846 * gdb.threads/reconnect-signal.c: New file.
16847 * gdb.threads/reconnect-signal.exp: New file.
16848
5e3f4fab
EBM
168492014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16850
16851 * gdb.base/source-dir.exp: New file.
16852
79301218
JB
168532014-01-07 Joel Brobecker <brobecker@adacore.com>
16854
16855 * gdb.ada/mi_interface: New testcase.
16856
8e355c5d
JB
168572014-01-07 Joel Brobecker <brobecker@adacore.com>
16858
16859 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16860 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16861 gdb.ada/pp-rec-component/pck.ads: New files.
16862
c0d48811
JB
168632014-01-07 Joel Brobecker <brobecker@adacore.com>
16864
16865 * gdb.python/py-pp-integral.c: New file.
16866 * gdb.python/py-pp-integral.py: New file.
16867 * gdb.python/py-pp-integral.exp: New file.
16868
17b609c3 16869For older changes see ChangeLog-1993-2013.
c906108c 16870\f
8d8cb839
EZ
16871;; Local Variables:
16872;; mode: change-log
16873;; left-margin: 8
16874;; fill-column: 74
16875;; version-control: never
16876;; End:
902f2ccb 16877
42a4f53d 16878 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16879 Copying and distribution of this file, with or without modification,
16880 are permitted provided the copyright notice and this notice are preserved.