]> 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
3d235706
TT
12019-07-29 Tom Tromey <tom@tromey.com>
2
3 * lib/tuiterm.exp (Term::_csi_@): New proc.
4 (Term::_csi_X): Don't move cursor.
5
c7e4c0a6
PW
62019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7
8 * gdb.base/options.exp: Update backtrace - completion to
9 new option -frame-info.
10 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
11 Test new 'set print frame-info'. Test backtrace -frame-info
12 overriding 'set print frame-info'.
13 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
14 Test new 'set print frame-info'.
15 Verify consistency of backtrace with and without filters, with and
16 without -no-filters.
17 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
18 default.
19
de28a3b7
TV
202019-07-29 Tom de Vries <tdevries@suse.de>
21
22 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
23 no arguments".
24
507dd60e
TV
252019-07-29 Tom de Vries <tdevries@suse.de>
26
27 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
28 is a substring of the first for "complete non-unique file name".
29
5beafce9
TV
302019-07-29 Tom de Vries <tdevries@suse.de>
31
32 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
33 with ".*".
34
2d274232
TV
352019-07-29 Tom de Vries <tdevries@suse.de>
36
37 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
38 Pass prompt_regexp parameter to gdb_test_multiple calls.
39
9197cd8b
TV
402019-07-29 Tom de Vries <tdevries@suse.de>
41
42 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
43 print registers" regexps.
44
b528dae0
TV
452019-07-29 Tom de Vries <tdevries@suse.de>
46
47 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
48
d17725d7
TV
492019-07-29 Tom de Vries <tdevries@suse.de>
50
51 PR gdb/24855
52 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
53 (skip_python_tests_prompt): Add prompt_regexp argument to
54 gdb_test_multiple calls.
55
52b75bf1
TT
562019-07-27 Tom Tromey <tom@tromey.com>
57
58 * gdb.tui/main.exp: New file.
59
2b1d00c2
TT
602019-07-27 Tom Tromey <tom@tromey.com>
61
62 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
63 optional.
64 * gdb.tui/empty.exp: New file.
65
ded631d5
TT
662019-07-27 Tom Tromey <tom@tromey.com>
67
68 * lib/tuiterm.exp (spawn): New proc.
69 (Term::resize): New proc.
70 * gdb.tui/resize.exp: New file.
71
58ac439d
TT
722019-07-27 Tom Tromey <tom@tromey.com>
73
74 * gdb.tui/list.exp: New file.
75
fe1f56ee
TT
762019-07-27 Tom Tromey <tom@tromey.com>
77
78 * gdb.tui/regs.exp: New file.
79
f790b310
TT
802019-07-27 Tom Tromey <tom@tromey.com>
81
82 * gdb.tui/basic.exp: Add "layout split" test.
83
d95fc6ee
TT
842019-07-27 Tom Tromey <tom@tromey.com>
85
86 * gdb.tui/basic.exp: Add "layout asm" test.
87
c3786b3a
TT
882019-07-27 Tom Tromey <tom@tromey.com>
89
90 * lib/tuiterm.exp: New file.
91 * gdb.tui/basic.exp: New file.
92
98a617f8
KB
932019-07-27 Kevin Buettner <kevinb@redhat.com>
94
95 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
96 Enable tests associated with this flag. Adjust regex
97 referencing "foo_low" to now refer to "foo_cold" instead.
98
5c076da4
KB
992019-07-27 Kevin Buettner <kevinb@redhat.com>
100
101 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
102 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
103 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
104 foo_cold. Revise comments to match.
105 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
106 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
107 were wrapped into this proc; Call do_test in loop from outermost
108 level.
109 (foo_low): Rename all occurrences to "foo_cold".
110 (backtrace from baz): New test.
111 (x2/i foo_cold): New test.
112 (info line *foo_cold): New test.
113
1512d3b7
TV
1142019-07-26 Tom de Vries <tdevries@suse.de>
115
116 * gdb.arch/i386-pkru.exp: Fix unterminated string.
117
297989a1
TV
1182019-07-25 Tom de Vries <tdevries@suse.de>
119
120 PR testsuite/24830
121 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
122 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
123 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
124 (skip_libstdcxx_probe_tests): ... here.
125 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
126
b3b965fb
TV
1272019-07-24 Tom de Vries <tdevries@suse.de>
128
129 PR testsuite/24807
130 * gdb.objc/basicclass.m: Include stdio.h.
131 * gdb.objc/nondebug.m: Same.
132 * gdb.objc/objcdecode.m: Same.
133
4625b4d0
TV
1342019-07-24 Tom de Vries <tdevries@suse.de>
135
136 PR testsuite/24612
137 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
138 additional_flags.
139
024a5840
TV
1402019-07-24 Tom de Vries <tdevries@suse.de>
141
142 PR testsuite/24831
143 * gdb.multi/tids.exp: Update error messages for info threads.
144
c76ddaa3
TV
1452019-07-24 Tom de Vries <tdevries@suse.de>
146
147 * gdb.base/info-types.exp: Allow info types to print info for more than
148 one file.
149
9a618ef6
TV
1502019-07-23 Tom de Vries <tdevries@suse.de>
151
152 PR testsuite/24842
153 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
154 gdb_spawn_with_cmdline_opts.
155
40eadf04
SP
1562019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
157
158 * gdb.arch/arm-cmse-sgstubs.c: New test.
159 * gdb.arch/arm-cmse-sgstubs.exp: New file.
160
5ba29434
TV
1612019-07-23 Tom de Vries <tdevries@suse.de>
162
163 PR testsuite/24711
164 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
165 issuing next command.
166
a8e9d247
AB
1672019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * gdb.ada/info_auto_lang.exp: Update expected results.
170 * gdb.base/info-types.c: Add additional types to check.
171 * gdb.base/info-types.exp: Update expected results.
172
eb86c5e2
AB
1732019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.base/info-types.c: New file.
176 * gdb.base/info-types.exp: New file.
177
01e175fe
AB
1782019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
179
180 * gdb.arch/riscv-bp-infcall.c: New file.
181 * gdb.arch/riscv-bp-infcall.exp: New file.
182
6b78c3f8
AB
1832019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 PR breakpoints/24541
186 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
187
da738167
TV
1882019-07-14 Tom de Vries <tdevries@suse.de>
189
190 PR testsuite/24760
191 * gdb.objc/basicclass.exp: Fix unterminated string.
192
0d4e84ed
AB
1932019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
194 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
197 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
198 negative bounds.
199 * gdb.fortran/vla-value.exp: Print elements of an array with
200 negative bounds.
201 * gdb.fortran/vla.f90: Setup an array with negative bounds for
202 testing.
203
021d8588
AB
2042019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.base/options.exp (expect_string): Dequote strings in
207 results.
208 (test-string): Test strings with different quoting and reindent.
209
f06f1252
TT
2102019-07-10 Tom Tromey <tromey@adacore.com>
211
212 * gdb.ada/mi_ex_cond.exp: Update expected results.
213 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
214 * gdb.ada/mi_catch_ex.exp: Update expected results.
215 * gdb.ada/mi_catch_assert.exp: Update expected results.
216 * gdb.ada/catch_ex.exp (catch_exception_info)
217 (catch_exception_entry, catch_assert_entry)
218 (catch_unhandled_entry): Update.
219 * gdb.ada/catch_assert_if.exp: Update expected results.
220
b863685d
RB
2212019-07-10 Richard Bunt <richard.bunt@arm.com>
222 Stephen Roberts <stephen.roberts@arm.com>
223
224 * gdb.base/define.exp: Restore original prompt.
225
cb1e4e32
PA
2262019-07-09 Pedro Alves <palves@redhat.com>
227
228 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
229 breakpoints" output.
230 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
231 * gdb.python/py-breakpoint.exp: No longer expect that "catch
232 throw" creates breakpoint.
233 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
234 'type="catchpoint"'.
235
b58a68fe
PA
2362019-07-09 Pedro Alves <palves@redhat.com>
237
238 PR c++/15468
239 * gdb.cp/except-multi-location-lib.cc: New.
240 * gdb.cp/except-multi-location-main.cc: New.
241 * gdb.cp/except-multi-location.exp: New.
242
0826779b
PW
2432019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
244
245 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
246 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
247 argument and update callers.
248
5b0e2db4
AB
2492019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.arch/amd64-break-on-asm-line.S: New file.
252 * gdb.arch/amd64-break-on-asm-line.exp: New file.
253
1f6f6e21
PW
2542019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
255
256 * gdb.base/printcmds.exp: Test printing C string and
257 C wide string convenience vars without transiting via the inferior.
258 Also make test names unique.
259
ea142fbf
AH
2602019-07-08 Alan Hayward <alan.hayward@arm.com>
261
262 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
263
213fd9fa
PA
2642019-07-04 Pedro Alves <palves@redhat.com>
265
266 * lib/gdb.exp (foreach_with_prefix): Don't return early if
267 body returned ok(0), break(3) or continue(4).
268 * gdb.testsuite/foreach_with_prefix.exp: New file.
269
2b40fda7
AH
2702019-07-04 Alan Hayward <alan.hayward@arm.com>
271
272 * gdb.server/unittest.exp: Allow 0 unit tests to run.
273
a26c8de0
PA
2742019-07-03 Pedro Alves <palves@redhat.com>
275
276 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
277 "return -code".
278
5f4ba3e7
PA
2792019-07-03 Pedro Alves <palves@redhat.com>
280
281 PR cli/24732
282 * gdb.base/shell.exp: Load completion-support.exp.
283 Adjust expected error output. Add completion tests.
284
a994424f
PA
2852019-07-03 Pedro Alves <palves@redhat.com>
286
287 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
288 string_to_regexp.
289
3d9be6f5
PA
2902019-07-03 Pedro Alves <palves@redhat.com>
291
292 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
293 (expect_integer): Adjust to expect "-string".
294 (expect_string): New.
295 (all_options): Expect "-string".
296 (test-flag, test-boolean): Adjust to expect "-string".
297 (test-string): New proc.
298 (top level): Call it.
299
41fc454c
PA
3002019-07-03 Pedro Alves <palves@redhat.com>
301
302 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
303 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
304 the expected output in the success.
305
b2b2a215
PA
3062019-07-03 Pedro Alves <palves@redhat.com>
307
308 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
309 Split one gdb_test_multiple call in two to avoid a race.
310
fdbc9870
PA
3112019-07-03 Pedro Alves <palves@redhat.com>
312
313 * gdb.base/with.c: New file.
314 * gdb.base/with.exp: New file.
315
c6ac8931
PA
3162019-07-03 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/settings.exp: Replace all references to "maint
319 test-settings set" with references to "maint set test-settings",
320 and all references to "maint test-settings show" with references
321 to "maint show test-settings".
322
970f9d09
PA
3232019-07-03 Pedro Alves <palves@redhat.com>
324
325 * gdb.base/settings.exp (test-string): Adjust expected out when
326 testing "maint test-settings show filename"
327
54d66006
PA
3282019-07-02 Pedro Alves <palves@redhat.com>
329
330 * gdb.base/options.exp (test-info-threads): New procedure.
331 (top level): Call it.
332
10d06d82
TT
3332019-06-28 Tom Tromey <tromey@adacore.com>
334
335 * gdb.dwarf2/ada-linkage-name.c: New file.
336 * gdb.dwarf2/ada-linkage-name.exp: New file.
337
3d507ff2
TT
3382019-06-27 Tom Tromey <tromey@adacore.com>
339
340 * gdb.cp/constexpr-field.exp: Use setup_xfail.
341
8af58ffe
TV
3422019-06-26 Tom de Vries <tdevries@suse.de>
343
344 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
345
22e21752
TV
3462019-06-26 Tom de Vries <tdevries@suse.de>
347
348 * gdb.base/index-cache.exp: Add back missing debug option.
349
b65b566c
PW
3502019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
351
352 * gdb.base/alias.exp: Test non matching/non existing prefixes.
353
5c2c8c69
TV
3542019-06-25 Tom de Vries <tdevries@suse.de>
355
356 PR testsuite/24727
357 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
358
164e3873
TV
3592019-06-24 Tom de Vries <tdevries@suse.de>
360
361 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
362
824eacee
TV
3632019-06-24 Tom de Vries <tdevries@suse.de>
364
365 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
366 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
367 * gdb.trace/unavailable-dwarf-piece.exp: Same.
368
385b97d3
TV
3692019-06-24 Tom de Vries <tdevries@suse.de>
370
371 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
372
c596f180
TV
3732019-06-21 Tom de Vries <tdevries@suse.de>
374
375 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
376
b13a7d03
TV
3772019-06-21 Tom de Vries <tdevries@suse.de>
378
379 PR testsuite/24518
380 PR ada/24713
381 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
382 index.
383
899277ae
TT
3842019-06-19 Tom Tromey <tromey@adacore.com>
385
386 * gdb.ada/length_cond.exp: Add intro comment.
387
680e1bee
TT
3882019-06-19 Tom Tromey <tromey@adacore.com>
389
390 * gdb.ada/length_cond.exp: New file.
391 * gdb.ada/length_cond/length_cond.adb: New file.
392 * gdb.ada/length_cond/pck.adb: New file.
393 * gdb.ada/length_cond/pck.ads: New file.
394
0ed4690a
TV
3952019-06-18 Tom de Vries <tdevries@suse.de>
396
397 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
398
d20ed5fd
TT
3992019-06-18 Tom Tromey <tromey@adacore.com>
400
401 * gdb.base/list0.h: Add comment explaining control character.
402
86e04673
TV
4032019-06-18 Tom de Vries <tdevries@suse.de>
404
405 * boards/fission.exp: Break up long debug_flags line.
406
c4973306
SM
4072019-06-16 Tom de Vries <tdevries@suse.de>
408
409 PR gdb/24445
410 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
411 generated index.
412
93cb9841
AB
4132019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 PR gdb/24686
416 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
417 improve detection of bug gdb/24541.
418
399aaebd
SM
4192019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
420
421 PR gdb/24669
422 * gdb.base/index-cache.exp (uses_readnow,
423 expecting_index_cache_use): Define global variable.
424 (test_cache_enabled_miss, test_cache_enabled_hit): Use
425 expecting_index_cache_use.
426
584a927c
AB
4272019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
428 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.fortran/pointers.f90: New file.
431 * gdb.fortran/print_type.exp: New file.
432 * gdb.fortran/vla-ptype.exp: Adapt expected results.
433 * gdb.fortran/vla-type.exp: Likewise.
434 * gdb.fortran/vla-value.exp: Likewise.
435 * gdb.mi/mi-vla-fortran.exp: Likewise.
436
30056ea0
AB
4372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
438
439 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
440 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
441 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
442 as a stop reason.
443
ec8e2b6d
AB
4442019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.base/annota1.exp: Update expected results.
447 * gdb.cp/annota2.exp: Likewise.
448 * gdb.cp/annota3.exp: Likewise.
449
09e4c4e1
AB
4502019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.base/style-logging.exp: Remove path from test name.
453
0735b091
TT
4542019-06-14 Tom Tromey <tromey@adacore.com>
455
456 PR gdb/24502:
457 * gdb.base/style-logging.exp: New file.
458
f5686554
TT
4592019-06-14 Tom Tromey <tromey@adacore.com>
460
461 * gdb.base/symfile-warn.exp: New file.
462 * gdb.base/symfile-warn.c: New file.
463
a0c1ffed
TT
4642019-06-14 Tom Tromey <tromey@adacore.com>
465
466 * gdb.base/annotate-symlink.exp: New file.
467
f411722c
TT
4682019-06-14 Tom Tromey <tromey@adacore.com>
469
470 * gdb.ada/set_wstr.exp: Add reassignment test.
471
4268ec18
TT
4722019-06-14 Tom Tromey <tromey@adacore.com>
473
474 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
475 'unchecked_access and 'unrestricted_access as well.
476
9a9e394b
TT
4772019-06-14 Tom Tromey <tromey@adacore.com>
478
479 PR ada/24539:
480 * gdb.ada/vla.exp: Update tests.
481 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
482 pragma.
483
4c048731
PA
4842019-06-13 Pedro Alves <palves@redhat.com>
485
486 * gdb.base/settings.exp (test-integer): Test junk after
487 "unlimited".
488
6665660a
PA
4892019-06-13 Pedro Alves <palves@redhat.com>
490
491 * gdb.base/options.exp (test-thread-apply): New.
492 (top level): Call it.
493
5d707134
PA
4942019-06-13 Pedro Alves <palves@redhat.com>
495
496 * gdb.base/options.exp (test-frame-apply): New.
497 (top level): Test print commands with different "frame apply"
498 prefixes.
499
e2a689da
PA
5002019-06-13 Pedro Alves <palves@redhat.com>
501
e79be6e5 502 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
503 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
504 'max_completions' parameter and handle it.
505 (test_gdb_completion_offers_commands): New.
506
90a1ef87
PA
5072019-06-13 Pedro Alves <palves@redhat.com>
508
509 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
510
d4c16835
PA
5112019-06-13 Pedro Alves <palves@redhat.com>
512
513 * gdb.base/options.exp (test-backtrace): New.
514 (top level): Call it.
515
2daf894e
PA
5162019-06-13 Pedro Alves <palves@redhat.com>
517
518 * gdb.guile/scm-frame-args.exp: Use "set print
519 raw-frame-arguments" instead of "set print raw frame-arguments".
520 * gdb.python/py-frame-args.exp: Likewise.
521
e6ed716c
PA
5222019-06-13 Pedro Alves <palves@redhat.com>
523
524 * gdb.compile/compile.exp: Adjust expected output to option
525 processing changes.
526
7d8062de
PA
5272019-06-13 Pedro Alves <palves@redhat.com>
528
529 * gdb.base/options.exp: Build executable.
530 (test-print): New procedure.
531 (top level): Call it, once for "print" and another for "compile
532 print".
533
9d0faba9
PA
5342019-06-13 Pedro Alves <palves@redhat.com>
535
536 * gdb.base/options.c: New file.
537 * gdb.base/options.exp: New file.
538
dee7b4c8
PA
5392019-06-13 Pedro Alves <palves@redhat.com>
540
541 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
542 that "o" is ambiguous.
543
dca0f6c0
PA
5442019-06-13 Pedro Alves <palves@redhat.com>
545
546 * gdb.base/settings.c: New file.
547 * gdb.base/settings.exp: New file.
548
ccf46844
PA
5492019-06-13 Pedro Alves <palves@redhat.com>
550
551 * gdb.base/completion.exp: Fix comment typo.
552
b9a3f842
PA
5532019-06-13 Pedro Alves <palves@redhat.com>
554
555 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
556 foo --1" test.
557
d106773e
PA
5582019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
559
560 * gdb.fortran/block-data.f: New.
561 * gdb.fortran/block-data.exp: New.
562
fea82da0
TV
5632019-06-11 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/24521
566 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
567 message.
568
8c2e74f1
TV
5692019-06-11 Tom de Vries <tdevries@suse.de>
570
571 PR testsuite/24521
572 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
573
b49851c8
TV
5742019-06-11 Tom de Vries <tdevries@suse.de>
575
576 * boards/readnow.exp: New file.
577
a7067863
AB
5782019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.fortran/vla-sizeof.exp: Update expected results.
581
1a3da2cd
AB
5822019-06-06 Amos Bird <amosbird@gmail.com>
583
584 * gdb.base/annota1.exp (thread_switch): Add test for
585 thread-exited annotation.
586
3847a7bf
TT
5872019-06-06 Tom Tromey <tromey@adacore.com>
588
589 * gdb.base/maint.exp: Expect command started/finished output.
590
0088ba59
AB
5912019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
594 comment.
595 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
596
312617a3
AB
5972019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
600 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
601 * gdb.arch/riscv-unwind-long-insn.c: New file.
602 * gdb.arch/riscv-unwind-long-insn.exp: New file.
603
e1f2e1a2
CB
6042019-06-04 Christian Biesinger <cbiesinger@google.com>
605
d3238f7d 606 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 607
206584bd
PW
6082019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
609
610 * lib/gdb.exp (help_list_trailer): New regexp variable
611 factorizing the help trailer message.
612 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
613 arg to allow to better factorize various tests.
614 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
615 (test_prefix_command_help): Use help_list_trailer.
616 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
617 * gdb.guile/scm-cmd.exp: Likewise.
618 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
619 * gdb.base/help.exp: Use test_user_defined_class_help.
620 * gdb.base/style.exp: Add tests for styling of help and apropos.
621 * lib/gdb-utils.exp (style): Add title and highlight styles.
622
708dc93e
PW
6232019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
624
625 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
626 $_shell_exitsignal.
627 * gdb.base/default.exp: Update for new convenience variables.
628
f49055a5
TT
6292019-05-29 Tom Tromey <tromey@adacore.com>
630
631 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
632 to "break complete ada" test case's regexp.
633
4330d61d
TT
6342019-05-29 Tom Tromey <tromey@adacore.com>
635
636 PR c++/20020:
637 * gdb.cp/constexpr-field.exp: New file.
638 * gdb.cp/constexpr-field.cc: New file.
639
000439d5
TT
6402019-05-29 Tom Tromey <tromey@adacore.com>
641
642 * gdb.base/finish.exp (finish_no_print): New proc.
643 (finish_tests): Call it.
644
5a01c34c
TV
6452019-05-24 Tom de Vries <tdevries@suse.de>
646
647 * gdb.dwarf2/gdb-add-index.exp: New file.
648
18125b16
TT
6492019-05-22 Tom Tromey <tromey@adacore.com>
650
651 * gdb.base/info-shared.exp (check_info_shared): Use "style".
652 * gdb.base/style.exp: Use "style".
653 * lib/gdb-utils.exp (style): New proc.
654
af1a8d03
TV
6552019-05-22 Tom de Vries <tdevries@suse.de>
656
657 * gdb.base/align.exp: Require c++11.
658
e7fe496b
TV
6592019-05-22 Tom de Vries <tdevries@suse.de>
660
661 PR testsuite/24586
662 * gdb.python/py-mi-var-info-path-expression.exp: Call
663 mi_skip_python_tests to check if python is supported.
664
8fca4da0
AH
6652019-05-22 Alan Hayward <alan.hayward@arm.com>
666
667 * gdb.arch/aarch64-pauth.c: New test.
668 * gdb.arch/aarch64-pauth.exp: New file.
669
b7060614
AH
6702019-05-22 Alan Hayward <alan.hayward@arm.com>
671
672 * README (Re-running Tests Outside The Testsuite): New section.
673
669d0468
TV
6742019-05-21 Tom de Vries <tdevries@suse.de>
675
676 * gdb.arch/amd64-eval.exp: Require c++11.
677 * gdb.base/max-depth.exp: Same.
678 * gdb.compile/compile-cplus-array-decay.exp: Same.
679 * gdb.cp/meth-typedefs.exp: Same.
680 * gdb.cp/subtypes.exp: Same.
681 * gdb.cp/temargs.exp: Same.
682
ce3ebcaa
AH
6832019-05-21 Alan Hayward <alan.hayward@arm.com>
684
685 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
686
34d11c68
AB
6872019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
688
689 PR gdb/18644
690 * gdb.fortran/complex.exp: Remove setup_kfail calls.
691 * gdb.fortran/printing-types.exp: Add new test.
692 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
693 testing.
694 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
695 setup_kfail call.
696
87781e84
AH
6972019-05-17 Alan Hayward <alan.hayward@arm.com>
698
699 * README (Running the Testsuite): Change example.
700 (Testsuite Parameters): Remove TRANSCRIPT.
701 * lib/gdb.exp: Remove TRANSCRIPT check.
702
b420b89e
AH
7032019-05-17 Alan Hayward <alan.hayward@arm.com>
704
705 * README (Testsuite Parameters): Add replay logging to
706 GDBSERVER_DEBUG.
707 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
708 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
709 as a comma separated list.
710 (gdb_debug_init): Override procedure.
711
408e9b8b
AH
7122019-05-17 Alan Hayward <alan.hayward@arm.com>
713
714 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
715 (gdb_write_cmd_file): New procedure.
716 * lib/gdbserver-support.exp (gdbserver_start): Call
717 gdbserver_write_cmd_file.
718 (gdbserver_write_cmd_file): New procedure.
719
f9e2e39d
AH
7202019-05-17 Alan Hayward <alan.hayward@arm.com>
721
722 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
723 (delete_breakpoints): Likewise.
724 (gdb_run_cmd): Likewise.
725 (gdb_start_cmd): Likewise.
726 (gdb_starti_cmd): Likewise.
727 (gdb_internal_error_resync): Likewise.
728 (gdb_test_multiple): Likewise.
729 (gdb_reinitialize_dir): Likewise.
730 (default_gdb_exit): Likewise.
731 (gdb_file_cmd): Mark kill as optional.
732 (default_gdb_start): Call gdb_stdin_log_init.
733 (send_gdb): Call gdb_stdin_log_write.
734 (rerun_to_main): Mark Y as an answer.
735 (gdb_stdin_log_init): New function.
736 (gdb_stdin_log_write): Likewise.
737
81f47ac2
AH
7382019-05-17 Alan Hayward <alan.hayward@arm.com>
739
740 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
741 * gdb.base/debug-expr.exp: Likewise.
742 * gdb.base/foll-fork.exp: Likewise.
743 * gdb.base/foll-vfork.exp: Likewise.
744 * gdb.base/fork-print-inferior-events.exp: Likewise.
745 * gdb.base/gdb-sigterm.exp: Likewise.
746 * gdb.base/gdbinit-history.exp: Likewise.
747 * gdb.base/osabi.exp: Likewise.
748 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
749 * gdb.base/ui-redirect.exp: Likewise.
750 * gdb.gdb/unittest.exp: Likewise.
751 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
752 * gdb.mi/mi-watch.exp: Likewise.
753 * gdb.mi/new-ui-mi-sync.exp: Likewise.
754 * gdb.mi/user-selected-context-sync.exp: Likewise.
755 * gdb.python/python.exp: Disable debug test when debugging.
756 * gdb.threads/check-libthread-db.exp: Disable when debugging.
757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
758 Likewise.
759 * gdb.threads/stepi-random-signal.exp: Likewise.
760
29b52314
AH
7612019-05-17 Alan Hayward <alan.hayward@arm.com>
762
763 * Makefile.in: Pass through GDB_DEBUG.
764 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
765 (gdb,debug): Add board setting.
766 * lib/gdb.exp (default_gdb_start): Start debugging.
767 (gdb_debug_enabled): New procedure.
768 (gdb_debug_init): Likewise.
29b52314
AH
769
7702019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 771
29b52314
AH
772 * Makefile.in: Pass through GDB_DEBUG.
773 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
774 (gdb,debug): Add board setting.
775 * lib/gdb.exp (default_gdb_start): Start debugging.
776 (gdb_debug_enabled): New procedure.
777 (gdb_debug_init): Likewise.
29b52314 778
ca1285d1
AH
7792019-05-17 Alan Hayward <alan.hayward@arm.com>
780
781 * gdb.base/ui-redirect.exp: Add debug redirect tests.
782
f3a09c80
AH
7832019-05-17 Alan Hayward <alan.hayward@arm.com>
784
785 * gdb.base/ui-redirect.exp: Test redirection.
786
26648588
JV
7872019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
788
789 * gdb.mi/mi-complete.exp: New file.
790 * gdb.mi/mi-complete.cc: Likewise.
791
14237686
AB
7922019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
793
794 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
795 indexed and sliced arrays, and pointers to arrays.
796
e7bd7fba
TT
7972019-05-14 Tom Tromey <tromey@adacore.com>
798
799 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
800 styling test.
801
2764128d
TV
8022019-05-14 Tom de Vries <tdevries@suse.de>
803
804 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
805 selection entry encoding.
806
71bed2db
TT
8072019-05-10 Tom Tromey <tromey@adacore.com>
808
809 * gdb.ada/info_exc.exp: Add "complete" test.
810
63b667ad
TV
8112019-05-09 Tom de Vries <tdevries@suse.de>
812
813 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
814 CU-relative.
815
9cfd2b89
TV
8162019-05-09 Tom de Vries <tdevries@suse.de>
817
818 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
819 CU-relative.
820
2228ef77
XR
8212019-05-08 Joel Brobecker <brobecker@adacore.com>
822
823 * gdb.ada/frame_arg_lang.exp: New testcase.
824 * gdb.ada/frame_arg_lang/bla.adb: New file.
825 * gdb.ada/frame_arg_lang/pck.ads: New file.
826 * gdb.ada/frame_arg_lang/pck.adb: New file.
827 * gdb.ada/frame_arg_lang/foo.c: New file.
828
80e55b13
TT
8292019-05-08 Tom Tromey <tromey@adacore.com>
830
831 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
832
9d3421af
TT
8332019-05-08 Tom Tromey <tromey@adacore.com>
834
835 * gdb.base/ptype-offsets.exp: Update tests.
836
844333e2
TT
8372019-05-08 Tom Tromey <tromey@adacore.com>
838
839 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
840 cases.
841 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
842 "short".
843
988915ee
TT
8442019-05-08 Tom Tromey <tromey@adacore.com>
845
846 * gdb.ada/vla.exp: New file.
847 * gdb.ada/vla/vla.adb: New file.
848
7bd55dac
TV
8492019-05-07 Tom de Vries <tdevries@suse.de>
850
851 * gdb.base/index-cache.exp (ls_host): Fix return statement.
852
75f06e9d
TV
8532019-05-07 Tom de Vries <tdevries@suse.de>
854
855 PR testsuite/24522
856 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
857 section.
858
77e7aaa4
TV
8592019-05-07 Tom de Vries <tdevries@suse.de>
860
861 PR testsuite/24522
862 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
863 .debug_aranges section.
864
456ba0fa
TV
8652019-05-07 Tom de Vries <tdevries@suse.de>
866
867 PR testsuite/24159
868 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
869
5a56d6a6
TV
8702019-05-06 Tom de Vries <tdevries@suse.de>
871
872 * lib/gdb.exp (exec_has_index_section): New proc.
873 * gdb.base/index-cache.exp: Handle case that binfile contains an index
874 section.
875
9d6d4be8
TV
8762019-05-04 Tom de Vries <tdevries@suse.de>
877
878 * boards/cc-with-debug-names.exp: New file.
879
222a8d25
TT
8802019-05-03 Tom Tromey <tromey@adacore.com>
881
882 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
883 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
884 * gdb.ada/char_enum.exp: Add test.
885
0fdfd794
TV
8862019-05-03 Tom de Vries <tdevries@suse.de>
887
888 * boards/cc-with-gdb-index.exp: New file.
889
80062eb9
AB
8902019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.rust/simple.exp: Add new test case.
893 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
894 (main): Initialise an instance of the new struct.
895
4504bbde
TT
8962019-05-01 Tom Tromey <tromey@adacore.com>
897
898 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
899 record.
900 (NPR): New variable.
901 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
902 test.
903
d48e62f4
TT
9042019-05-01 Tom Tromey <tromey@adacore.com>
905
906 * gdb.ada/packed_array_assign.exp: Add packed assignment
907 regression test.
908
f59f30f5
TV
9092019-05-01 Tom de Vries <tdevries@suse.de>
910
911 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
912
b70bfc54
TV
9132019-05-01 Tom de Vries <tdevries@suse.de>
914
915 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
916
15f18d14
AT
9172019-04-30 Ali Tamur <tamur@google.com>
918
919 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
920
2ff0a947
TT
9212019-04-30 Tom Tromey <tromey@adacore.com>
922
923 * lib/ada.exp (find_ada_tool): New proc.
924 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
925 * gdb.ada/catch_ex_std.exp: New file.
926 * gdb.ada/catch_ex_std/foo.adb: New file.
927 * gdb.ada/catch_ex_std/some_package.adb: New file.
928 * gdb.ada/catch_ex_std/some_package.ads: New file.
929
a776957c
TT
9302019-04-30 Tom Tromey <tromey@adacore.com>
931
932 PR c++/24470:
933 * gdb.cp/temargs.cc: Add test code from PR.
934
bc68014d
AB
9352019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.fortran/vla-datatypes.exp: Update expected results.
938 * gdb.fortran/vla-ptype.exp: Likewise.
939 * gdb.fortran/vla-type.exp: Likewise.
940 * gdb.fortran/vla-value.exp: Likewise.
941
f1fdc960
AB
9422019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
943
944 * gdb.fortran/ptr-indentation.exp: Update expected results.
945 * gdb.fortran/ptype-on-functions.exp: Likewise.
946 * gdb.fortran/vla-ptr-info.exp: Likewise.
947 * gdb.fortran/vla-value.exp: Likewise.
948
bf7a4de1
AB
9492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
950
951 * gdb.fortran/ptype-on-functions.exp: New file.
952 * gdb.fortran/ptype-on-functions.f90: New file.
953
bbe75b9d
AB
9542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
957 case void string.
958
1db455a7
AB
9592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.fortran/complex.exp: Expand.
962 * gdb.fortran/complex.f: Renamed to...
963 * gdb.fortran/complex.f90: ...this, and extended to add more
964 complex values.
965
b6d03bb2
AB
9662019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
969 MODULO, CMPLX.
970
2e62ab40
AB
9712019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
972 Richard Bunt <richard.bunt@arm.com>
973
974 * gdb.base/max-depth.c: New file.
975 * gdb.base/max-depth.exp: New file.
976 * gdb.python/py-nested-maps.c: New file.
977 * gdb.python/py-nested-maps.exp: New file.
978 * gdb.python/py-nested-maps.py: New file.
979 * gdb.python/py-format-string.exp (test_max_depth): New proc.
980 (test_all_common): Call test_max_depth.
981 * gdb.fortran/max-depth.exp: New file.
982 * gdb.fortran/max-depth.f90: New file.
983 * gdb.go/max-depth.exp: New file.
984 * gdb.go/max-depth.go: New file.
985 * gdb.modula2/max-depth.exp: New file.
986 * gdb.modula2/max-depth.c: New file.
987 * lib/gdb.exp (get_print_expr_at_depths): New proc.
988
d2b584a5
TV
9892019-04-29 Tom de Vries <tdevries@suse.de>
990
991 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
992
136afab8
PW
9932019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
994
995 * gdb.base/callexit.exp: Test may-call-functions off.
996
725cbb63
KS
9972019-04-25 Keith Seitz <keiths@redhat.com>
998
999 PR c++/24367
1000 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1001 (another_incomplete_struct, test_incomplete): New definitions.
1002 (main): Use new definitions.
1003 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1004 functions.
1005
82433e3e
SDJ
10062019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1007
1008 PR corefiles/11608
1009 PR corefiles/18187
1010 * gdb.base/coredump-filter-build-id.exp: New file.
1011
dd06d4d6
AH
10122019-04-25 Alan Hayward <alan.hayward@arm.com>
1013
e79be6e5
SM
1014 * Makefile.in: Pass through GDBSERVER_DEBUG.
1015 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1016 (gdbserver,debug): Add board setting.
1017 * gdb.trace/tspeed.exp: Skip when debugging.
1018 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1019 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1020
1670072e
TT
10212019-04-24 Tom Tromey <tromey@adacore.com>
1022
1023 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1024 Rust.
1025
a59240a4
TT
10262019-04-24 Tom Tromey <tromey@adacore.com>
1027
1028 * gdb.arch/amd64-eval.exp: Test bitfield return.
1029 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1030 (class Foo) <return_bitfields>: New method.
1031 (main): Call it.
1032
b907456c
AB
10332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.cp/many-args.cc: New file.
1036 * gdb.cp/many-args.exp: New file.
1037
5c565afd
TV
10382019-04-23 Tom de Vries <tdevries@suse.de>
1039
1040 PR gdb/24433
1041 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1042
ba22ff86
AH
10432019-04-23 Alan Hayward <alan.hayward@arm.com>
1044
1045 * gdb.trace/backtrace.exp: Use nopie flag.
1046 * gdb.trace/circ.exp: Likewise.
1047 * gdb.trace/collection.exp: Likewise.
1048 * gdb.trace/ftrace.exp: Likewise.
1049 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1050 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1051 * gdb.trace/qtro.exp: Likewise.
1052 * gdb.trace/read-memory.exp: Likewise.
1053 * gdb.trace/report.exp: Likewise.
1054 * gdb.trace/tfile.exp: Likewise.
1055 * gdb.trace/tfind.exp: Likewise.
1056 * gdb.trace/unavailable.exp: Likewise.
1057
7905fc35
PA
10582019-04-22 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.base/solib-probes-nosharedlibrary.c,
1061 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1062
8ecb59f8
TT
10632019-04-19 Tom Tromey <tromey@adacore.com>
1064
1065 * gdb.ada/ptype_union.c: New file.
1066 * gdb.ada/ptype_union.exp: New file.
1067
62160ec9
TT
10682019-04-19 Tom Tromey <tromey@adacore.com>
1069
1070 PR symtab/24423:
1071 * gdb.base/list0.h (foo): Add a control-l character.
1072
36cd4ba5
TV
10732019-04-18 Tom de Vries <tdevries@suse.de>
1074
1075 PR gdb/24433
1076 * boards/local-board.exp: Set sysroot to "".
1077
b73715df
TV
10782019-04-18 Tom de Vries <tdevries@suse.de>
1079 Pedro Alves <palves@redhat.com>
1080
1081 PR gdb/24454
1082 * gdb.threads/vfork-follow-child-exec.c: New file.
1083 * gdb.threads/vfork-follow-child-exec.exp: New file.
1084 * gdb.threads/vfork-follow-child-exit.c: New file.
1085 * gdb.threads/vfork-follow-child-exit.exp: New file.
1086
4aa866af
LS
10872019-04-15 Leszek Swirski <leszeks@google.com>
1088
1089 * gdb.arch/amd64-eval.cc: New file.
1090 * gdb.arch/amd64-eval.exp: New file.
1091
e5a1a79a
AH
10922019-04-11 Alan Hayward <alan.hayward@arm.com>
1093
1094 * gdb.server/sysroot.c: New test.
1095 * gdb.server/sysroot.exp: New file.
1096 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1097 matching param.
1098
41077b66
AB
10992019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1100
1101 * gdb.base/align.exp: Extend test to cover structures containing
1102 only static fields.
1103
c30391f8
TV
11042019-04-11 Tom de Vries <tdevries@suse.de>
1105
1106 * boards/cc-with-dwz-m.exp: New file.
1107 * boards/cc-with-dwz.exp: New file.
1108 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1109
e242fd12
SM
11102019-04-09 Simon Marchi <simon.marchi@efficios.com>
1111
1112 * gdb.base/start-cpp.exp: New file.
1113 * gdb.base/start-cpp.cc: New file.
1114
2b0c8b01
KB
11152019-04-08 Kevin Buettner <kevinb@redhat.com>
1116
1117 * gdb.python/py-thrhandle.exp: Adjust tests to call
1118 thread_from_handle instead of thread_from_thread_handle.
1119
947210e5
KB
11202019-04-08 Kevin Buettner <kevinb@redhat.com>
1121
1122 * gdb.python/py-thrhandle.exp: Add tests for
1123 gdb.InferiorThread.handle.
1124
d7df6549
AB
11252019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.python/py-function.exp: Check calling helper function from
1128 all languages.
1129 * lib/gdb.exp (gdb_supported_languages): New proc.
1130
8bdc1658
AB
11312019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 * gdb.base/complex-parts.c: New file.
1134 * gdb.base/complex-parts.exp: New file.
1135
05caa1d2
TT
11362019-04-01 Tom Tromey <tromey@adacore.com>
1137
1138 PR symtab/23331:
1139 * gdb.dwarf2/dw2-ranges-main.c: New file.
1140 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1141 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1142
7734102d
EZ
11432019-03-30 Simon Marchi <simark@simark.ca>
1144
1145 * gdb.base/default.exp: Add values for $_gdb_major and
1146 $_gdb_minor.
1147
188e1fa9
TT
11482019-03-29 Tom Tromey <tromey@adacore.com>
1149
1150 * gdb.base/help.exp: Tighten apropos regexp.
1151
2880242d
KS
11522019-03-29 Keith Seitz <keiths@redhat.com>
1153
1154 * gdb.fortran/array-bounds.exp: New file.
1155 * gdb.fortran/array-bounds.f90: New file.
1156
077cad8e
PW
11572019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1158
1159 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1160
80047cfc
PW
11612019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1162
1163 * gdb.multi/hello.c (main): Increase alarm timer.
1164
f489207e
SL
11652019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1166
1167 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1168 factor when no hardware watchpoint support.
1169
c92df149
AH
11702019-03-28 Alan Hayward <alan.hayward@arm.com>
1171 Pedro Alves <palves@redhat.com>
1172
1173 * boards/local-board.exp: set sysroot to /.
1174
933aebfa
AH
11752019-03-27 Alan Hayward <alan.hayward@arm.com>
1176
1177 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1178 in child.
1179
9f9aa852
AB
11802019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1183 field.
1184 (make_container): Initialise new field.
1185 * gdb.python/py-prettyprint.exp: Add new tests.
1186 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1187 <display_hint>: New method.
1188
3714a195
AB
11892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1192 gdb_continue_to_breakpoint more throughout this test.
1193 (run_lang_tests) Supply unique test names, and use
1194 gdb_test_no_output.
1195
18c77628
AB
11962019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1197
1198 * gdb.base/finish-pretty.exp: Update expected results.
1199 * gdb.base/pretty-print.c: New file.
1200 * gdb.base/pretty-print.exp: New file.
1201
9a93502f
PA
12022019-03-25 Pedro Alves <palves@redhat.com>
1203
1204 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1205 move comments outside list. Append '-i "" eof' section.
1206
968aa7ae
AH
12072019-03-22 Alan Hayward <alan.hayward@arm.com>
1208
1209 * README: Add pie options.
1210 * gdb.base/break-interp.exp: Ensure pie is disabled.
1211 * gdb.base/dump.exp: Likewise.
1212 * lib/gdb.exp (gdb_compile): Add pie option.
1213
4c7d57e7
TT
12142019-03-19 Tom Tromey <tromey@adacore.com>
1215
1216 * gdb.mi/mi2-cli-display.c: New file.
1217 * gdb.mi/mi2-cli-display.exp: New file.
1218
bff8c71f
TT
12192019-03-18 Joel Brobecker <brobecker@adacore.com>
1220 Tom Tromey <tromey@adacore.com>
1221
1222 * gdb.ada/ptype_array/pck.adb: New file.
1223 * gdb.ada/ptype_array/pck.ads: New file.
1224 * gdb.ada/ptype_array/foo.adb: New file.
1225 * gdb.ada/ptype_array.exp: New file.
1226
d085f989
TT
12272019-03-14 Tom Tromey <tromey@adacore.com>
1228
1229 * gdb.base/style.exp: Add "set style sources" test.
1230
b4be1b06
SM
12312019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1232
1233 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1234 * mi-breakpoint-multiple-locations.exp: ... this.
1235 (make_breakpoints_pattern): New proc.
1236 (do_test): Add mi_version parameter, test -break-insert,
1237 -break-info and =breakpoint-created.
1238
7cde5fc2
AB
12392019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * config/default.exp: Remove 'load_lib gdb.exp'.
1242 * config/monitor.exp: Likewise.
1243 * config/sid.exp: Likewise.
1244 * config/sim.exp: Likewise.
1245 * config/slite.exp: Likewise.
1246 * config/unix.exp: Likewise.
1247 * gdb.base/default.exp: Remove unhelpful comment.
1248
efbecbc1
AB
12492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1252
0841c79a
AB
12532019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1256
4a270568
AB
12572019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * gdb.fortran/type-kinds.exp: Update expected results.
1260
067630bd
AB
12612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1264
3be47f7a
AB
12652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1268 function.
1269 (test_basic_parsing_of_type_kinds): Expand types tested.
1270 (test_parsing_invalid_type_kinds): New function.
1271
4d00f5d8
AB
12722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.fortran/intrinsics.exp: New file.
1275 * gdb.fortran/intrinsics.f90: New file.
1276 * gdb.fortran/type-kinds.exp: New file.
1277
c8f91604
AB
12782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.fortran/dot-ops.exp: New file.
1281
dd9f2c76
AB
12822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1285 Check upper and lower case logical literals.
1286
84ec9724
AB
12872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1290 Remove duplicate tests.
1291
c3734e09
AH
12922019-03-06 Alan Hayward <alan.hayward@arm.com>
1293
1294 * lib/gdb.exp (builtin_cd): rename of cd.
1295 (cd): Override builtin.
1296
aa3cfbda
RB
12972019-03-06 Richard Bunt <richard.bunt@arm.com>
1298
1299 * gdb.fortran/function-calls.exp: New file.
1300 * gdb.fortran/function-calls.f90: New test.
1301
7b63ad86
RB
13022019-03-04 Richard Bunt <richard.bunt@arm.com>
1303
1304 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1305 on user program standard output.
1306 * gdb.fortran/short-circuit-argument-list.f90: Record function
1307 calls.
1308
01abb042
AH
13092019-02-28 Alan Hayward <alan.hayward@arm.com>
1310
c3734e09
AH
1311 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1312 failure.
01abb042 1313
92137da0
RO
13142019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1315
1316 PR gdb/8527
1317 * gdb.base/interrupt-daemon-attach.c,
1318 gdb.base/interrupt-daemon-attach.exp: New test.
1319
5862844d
PA
13202019-02-27 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.base/page.exp: Add tests for "set width/height -1".
1323
8ed25214
PA
13242019-02-27 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/page.exp: Add tests for "set/show width/height" with
1327 "infinite" values.
1328
6c28e44a
TT
13292019-02-27 Tom Tromey <tromey@adacore.com>
1330
1331 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1332 2.4.
1333 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1334 workaround.
1335
bf9a735e
AB
13362019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1339 tests for structs with static members.
1340
8791793c
TT
13412019-02-26 Tom Tromey <tromey@adacore.com>
1342
1343 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1344 ValueError, not TypeError.
1345
bc2a507e
KB
13462019-02-26 Kevin Buettner <kevinb@redhat.com>
1347
1348 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1349 call from main program.
1350
e0e7d3bd
JB
13512019-02-23 Joel Brobecker <brobecker@adacore.com>
1352
1353 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1354 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1355 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1356 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1357 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1358
9600246d
KS
13592019-02-22 Keith Seitz <keiths@redhat.com>
1360
1361 PR symtab/23853
1362 * gdb.base/symlink-sourcefile.c: New file.
1363 * gdb.base/symlink-sourcefile.exp: New file.
1364
0c95f9ed
TT
13652019-02-20 Tom Tromey <tom@tromey.com>
1366
1367 * gdb.base/info_qt.exp: Update.
1368
6caa91b6
SM
13692019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1370
1371 * gdb.base/source.exp: Move "error in sourced script" code to
1372 the end.
1373 * gdb.base/source-error.gdb: Move contents to
1374 source-error-1.gdb. Add new code to source source-error-1.gdb.
1375 * gdb.base/source-error-1.gdb: New file, from previous
1376 source-error.gdb.
1377
6506371f
TT
13782019-02-17 Tom Tromey <tom@tromey.com>
1379
1380 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1381 for macro styling.
1382 * gdb.base/style.c (SOME_MACRO): New macro.
1383
a0087920
TT
13842019-02-17 Tom Tromey <tom@tromey.com>
1385
1386 * gdb.base/style.exp: Add line-wrapping tests.
1387 * gdb.base/page.exp: Add test for quitting during pagination.
1388
a2cd4f14
JB
13892019-02-17 Joel Brobecker <brobecker@adacore.com>
1390
1391 * gdb.ada/big_packed_array: New testcase.
1392 * gdb.ada/homonym.exp: Fix incorrect expected output for
1393 "break <homonym__get_value>" test.
1394
9d70ffbc
WP
13952019-02-13 Weimin Pan <weimin.pan@oracle.com>
1396
1397 PR breakpoints/21870
1398 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1399 and prepare_for_testing. Add comment.
1400 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1401 redundant cleanup call. Clean up comment.
1402
01c7ae81
WP
14032019-02-12 Weimin Pan <weimin.pan@oracle.com>
1404
1405 PR breakpoints/21870
1406 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1407 * gdb.arch/aarch64-dbreg-contents.c: New file.
1408
aff29d1c
JB
14092019-02-10 Joel Brobecker <brobecker@adacore.com>
1410
1411 * gdb.ada/mi_ref_changeable: New testcase.
1412
df0da8a2
AH
14132019-02-07 Alan Hayward <alan.hayward@arm.com>
1414
1415 * gdb.base/attach.exp: Add double attach test.
1416
bd447abb
SM
14172019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1418
1419 * lib/gdb.exp (default_gdb_start): Don't match pagination
1420 prompt.
1421 (gdb_init): Set stty_init.
1422
1dbc40b9
TT
14232019-01-27 Tom Tromey <tom@tromey.com>
1424
1425 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1426 skip_python_tests.
1427
353229bf
AH
14282019-01-24 Alan Hayward <alan.hayward@arm.com>
1429
1430 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1431 New structure.
1432 (struct struct_static_02_02): Likewise.
1433 (struct struct_static_02_03): Likewise.
1434 (struct struct_static_02_04): Likewise.
1435 (struct struct_static_04_01): Likewise.
1436 (struct struct_static_04_02): Likewise.
1437 (struct struct_static_04_03): Likewise.
1438 (struct struct_static_04_04): Likewise.
1439 (struct struct_static_06_01): Likewise.
1440 (struct struct_static_06_02): Likewise.
1441 (struct struct_static_06_03): Likewise.
1442 (struct struct_static_06_04): Likewise.
1443 (cmp_struct_static_02_01): Likewise.
1444 (cmp_struct_static_02_02): Likewise.
1445 (cmp_struct_static_02_03): Likewise.
1446 (cmp_struct_static_02_04): Likewise.
1447 (cmp_struct_static_04_01): Likewise.
1448 (cmp_struct_static_04_02): Likewise.
1449 (cmp_struct_static_04_03): Likewise.
1450 (cmp_struct_static_04_04): Likewise.
1451 (cmp_struct_static_06_01): Likewise.
1452 (cmp_struct_static_06_02): Likewise.
1453 (cmp_struct_static_06_03): Likewise.
1454 (cmp_struct_static_06_04): Likewise.
1455 (call_all): Test new structs.
1456 * gdb.base/infcall-nested-structs.exp: Likewise.
1457
73021deb
AH
14582019-01-21 Alan Hayward <alan.hayward@arm.com>
1459 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1460
fc65c7db
AH
14612019-01-21 Alan Hayward <alan.hayward@arm.com>
1462 * gdb.base/stack-protector.c: New test.
1463 * gdb.base/stack-protector.exp: New file.
1464 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1465 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1466 option.
1467 (gdb_compile): Remove stack protector for GCC and prevent
1468 recursion.
1469
c24bdb02
KS
14702019-01-16 Keith Seitz <keiths@redhat.com>
1471
1472 PR gdb/23773
1473 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1474
6f072a10
PFC
14752019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1476
1477 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1478 aliases.
1479 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1480 tests.
1481 * gdb.arch/powerpc-vector-regs.c: New file.
1482 * gdb.arch/powerpc-vector-regs.exp: New file.
1483
a7b8d682
PFC
14842019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1485
1486 * gdb.arch/altivec-regs.exp: Fix the list passed to
1487 gdb_expect_list when testing "info vector".
1488
6eb6fb67
AB
14892019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.base/style.exp: Don't include path in testname.
1492
b56f80d8
KS
14932019-01-10 Keith Seitz <keiths@redhat.com>
1494
1495 PR gdb/23712
1496 PR symtab/23010
1497 * gdb.dwarf2/multidictionary.exp: New file.
1498
041be526
SM
14992019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1500
1501 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1502 (test_gnuv3_style_demangling): ... this.
1503 (test_lucid_style_demangling): Remove.
1504 (test_arm_style_demangling): Remove.
1505 (test_hp_style_demangling): Remove.
1506 (do_tests): Remove calls to the above.
1507
d820d0c3
AB
15082019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1511 case.
1512
f097f5ad
TT
15132019-01-06 Tom Tromey <tom@tromey.com>
1514
1515 PR gdb/28155:
1516 * gdb.dwarf2/typedef-void-finish.exp: New file.
1517
2cd8cc0b
TT
15182018-12-28 Tom Tromey <tom@tromey.com>
1519 Simon Marchi <simark@simark.ca>
1520
1521 * gdb.base/jit-exec.exp: New file.
1522 * gdb.base/jit-exec.c: New file.
1523 * gdb.base/jit-execd.c: New file.
1524
35fb8261
TT
15252018-12-28 Tom Tromey <tom@tromey.com>
1526
1527 * gdb.base/style.exp: Update test to check for address styling.
1528
47fd17cd
TT
15292018-12-28 Tom Tromey <tom@tromey.com>
1530
1531 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1532 message.
1533
d47032b7
TT
15342018-12-28 Tom Tromey <tom@tromey.com>
1535
1536 * gdb.base/style.exp: Add test for version number styling.
1537
af79b68d
TT
15382018-12-28 Tom Tromey <tom@tromey.com>
1539
1540 * gdb.base/style.exp: Add test for print_address_symbolic.
1541
0bb296cb
TT
15422018-12-28 Tom Tromey <tom@tromey.com>
1543
1544 * gdb.base/style.exp: Add test for breakpoint setting.
1545
80ae2043
TT
15462018-12-28 Tom Tromey <tom@tromey.com>
1547
1548 * gdb.base/style.exp: Add test for variable names.
1549
cbe56571
TT
15502018-12-28 Tom Tromey <tom@tromey.com>
1551
1552 * gdb.base/style.exp: New file.
1553 * gdb.base/style.c: New file.
1554
9162a27c
TT
15552018-12-28 Tom Tromey <tom@tromey.com>
1556
1557 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1558 "dumb".
1559 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1560 the TERM environment variable.
1561
bc543c90
TT
15622018-12-27 Tom Tromey <tom@tromey.com>
1563
1564 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1565 pagination test.
1566
6f0ffe50
AB
15672018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1570 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1571
b5a1e557
PW
15722018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1573
1574 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1575 Filename a.adb changed to bp_fun_addr.adb.
1576 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1577
6e8b1ab2
JV
15782018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1579
1580 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1581 non-PIE executables.
1582 * README: Mention the gdb,nopie_flag board setting.
1583 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1584 non-PIE executable.
1585 * gdb.arch/amd64-entry-value.exp: Likewise.
1586 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1587 * gdb.arch/i386-float.exp: Likewise.
1588 * gdb.arch/i386-signal.exp: Likewise.
1589 * gdb.mi/mi-reg-undefined.exp: Likewise.
1590
d00a27c5
PM
15912018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1592
1593 PR gdb/23974
1594 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1595
161d081c
PW
15962018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1597
1598 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1599 Update order of results accordingly.
1600
b001de23
AB
16012018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * gdb.base/annota1.exp: Update a test regexp.
1604
99e1a184
AB
16052018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1606
1607 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1608
7a81c1e2
PW
16092018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1610
1611 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1612 (reuse_time): Initialize to REUSE_TIME_CAP.
1613 (check_rc): New function.
1614 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1615 Check pthread_create rc.
1616 (spawner_thread_func): Check pthread_create and pthread_join rc.
1617
73e8dc90
PA
16182018-12-08 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.base/list.exp (test_forward_search): Rename to ...
1621 (test_forward_reverse_search): ... this. Also test reverse-search
1622 and the forward-search alias.
1623
13f2ed32
AB
16242018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1627 local timeout variable before return, and remove all local timeout
1628 variable entirely.
1629 (gdb_load): Likewise.
1630
64d27cfc
TV
16312018-12-01 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.base/gdb-caching-proc.exp: New file.
1634
f63c03b4
SDJ
16352018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1636
1637 * Makefile.in (TIMESTAMP): New variable.
1638 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1639 command.
1640 (check-single-racy): Likewise.
1641 (check/%.exp): Likewise.
1642 (check-racy/%.exp): Likewise.
1643 (workers/%.worker): Likewise.
1644 (build-perf): Likewise.
1645 (check-perf): Likewise.
1646 * README: Describe new "TS" and "TS_FORMAT" variables.
1647 * print-ts.py: New file.
1648
1c97054b
BF
16492018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1650
1651 PR python/23714
1652 * gdb.python/python.exp: Test command repetition after
1653 gdb.execute.
1654
1871a62d
AB
16552018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1656
1657 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1658 is correctly aligned.
1659
fb5e1ed9
PW
16602018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1661
1662 * gdb.ada/info_auto_lang.exp: New testcase.
1663 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1664 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1665 * gdb.ada/info_auto_lang/some_c.c: New file.
1666
43d397ca
PW
16672018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1668
1669 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1670 FUNC_lang language syntax.
1671
beddd671
PW
16722018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1673
1674 * gdb.base/info_minsym.c: New file.
1675 * gdb.base/info_minsym.exp: New file.
1676
73fc52c4
TT
16772018-11-19 Tom Tromey <tom@tromey.com>
1678
1679 PR rust/23625:
1680 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1681 * gdb.rust/expr.exp: Update expected output. Change one test.
1682
994b876a
TT
16832018-11-19 Tom Tromey <tom@tromey.com>
1684
1685 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1686
6769f276
PA
16872018-11-19 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1690 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1691 see the expected warning.
1692
38a72da0
AH
16932018-11-16 Alan Hayward <alan.hayward@arm.com>
1694
1695 PR gdb/22736:
1696 * gdb.cp/infcall-nodebug-lib.c: New test.
1697 * gdb.cp/infcall-nodebug-main.c: New test.
1698 * gdb.cp/infcall-nodebug.exp: New file.
1699
53a89d6e
SM
17002018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1701
1702 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1703 completer tests.
1704
9325300d
TV
17052018-11-09 Tom de Vries <tdevries@suse.de>
1706
1707 * gdb.base/msym-lang.c: New test.
1708 * gdb.base/msym-lang.exp: New file.
1709 * gdb.base/msym-lang-main.c: New test.
1710
20f0d60d
TT
17112018-11-08 Tom Tromey <tom@tromey.com>
1712
1713 PR gdb/23555:
1714 PR gdb/23838:
1715 * gdb.base/warning.exp: New file.
1716
b5420128
JB
17172018-11-08 Jan Beulich <jbeulich@suse.com>
1718
1719 * testsuite/gdb.arch/i386-avx512.c,
1720 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1721
cd115d61
AB
17222018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1723
1724 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1725 point hardware.
1726
35ee2dc2
AB
17272018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1730 * gdb.dwarf2/missing-type-name.exp: New file.
1731
31aceee8
TV
17322018-11-06 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.base/many-headers.c: New test.
1735 * gdb.base/many-headers.exp: New file.
1736
109be305
JW
17372018-11-06 Jim Wilson <jimw@sifive.com>
1738
1739 * gdb.base/code_elim.exp: For riscv, set additional_flags
1740 to include -msmall-data-limit=0.
1741
e2b7af72
JB
17422018-11-01 Joel Brobecker <brobecker@adacore.com>
1743
1744 * gdb.ada/watch_minus_l: New testcase.
1745
cdcda965
SM
17462018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1747
1748 * gdb.arch/aix-sighandle.c: New file.
1749 * gdb.arch/aix-sighandle.exp: New file.
1750
92dcebf3
AB
17512018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1754 registers being unions.
1755
68b9ac18
TV
17562018-10-31 Tom de Vries <tdevries@suse.de>
1757
1758 * lib/valgrind.exp: New file.
1759 (vgdb_start, vgdb_stop): New procs, factored out of ...
1760 * gdb.base/valgrind-bt.exp: ... here, ...
1761 * gdb.base/valgrind-disp-step.exp: ... here and ...
1762 * gdb.base/valgrind-infcall.exp: ... here.
1763
1443936e
TV
17642018-10-31 Tom de Vries <tdevries@suse.de>
1765
1766 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1767
eb77c9df
AB
17682018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.dwarf2/void-type.c: New file.
1771 * gdb.dwarf2/void-type.exp: New file.
1772
82b5e646
PW
17732018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1774
1775 * gdb.base/info_qt.c: New file.
1776 * gdb.base/info_qt.exp: New file.
1777
8d619c01
EBM
17782018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1779
1780 * gdb.arch/powerpc-htm-regs.c: New file.
1781 * gdb.arch/powerpc-htm-regs.exp: New file.
1782
f2cf6173
EBM
17832018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1784
1785 * gdb.arch/powerpc-tar.c: New file.
1786 * gdb.arch/powerpc-tar.exp: New file.
1787
7ca18ed6
EBM
17882018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1789
1790 * gdb.arch/powerpc-ppr-dscr.c: New file.
1791 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1792
bfcc0eba
TV
17932018-10-25 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1796
fe1a5cad
TV
17972018-10-24 Tom de Vries <tdevries@suse.de>
1798
1799 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1800 longer exists error.
1801
a76dc3b7
TV
18022018-10-24 Tom de Vries <tdevries@suse.de>
1803
1804 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1805
4df46df7
TV
18062018-10-24 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1809 --db-attach in valgrind.
1810
0dbfcfff
AB
18112018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.arch/riscv-reg-aliases.c: New file.
1814 * gdb.arch/riscv-reg-aliases.exp: New file.
1815
b04480b1
AH
18162018-10-19 Alan Hayward <alan.hayward@arm.com>
1817
1818 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1819
2c6ac8d7
AH
18202018-10-19 Alan Hayward <alan.hayward@arm.com>
1821
1822 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1823
2bc69f25
AH
18242018-10-19 Alan Hayward <alan.hayward@arm.com>
1825
1826 * gdb.cp/ovldbreak.exp: Fix regexps.
1827
1f1ae3a3
AH
18282018-10-19 Alan Hayward <alan.hayward@arm.com>
1829
1830 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1831
94c18618
SDJ
18322018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1833
1834 PR cli/23785
1835 * gdb.base/restore.exp: New test to check if "restore" with an
1836 invalid file doesn't segfault.
1837
812cd6eb
TV
18382018-10-18 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1841 * gdb.ada/excep_handle.exp: Same.
1842 * gdb.ada/mi_string_access.exp: Same.
1843 * gdb.ada/mi_var_union.exp: Same.
1844 * gdb.arch/arc-analyze-prologue.exp: Same.
1845 * gdb.arch/arc-decode-insn.exp: Same.
1846 * gdb.base/readnever.exp: Same.
1847 * gdb.fortran/printing-types.exp: Same.
1848 * gdb.guile/scm-lazy-string.exp: Same.
1849
c4b90788
TV
18502018-10-16 Tom de Vries <tdevries@suse.de>
1851
1852 PR gdb/23730
1853 * gdb.base/catch-follow-exec.c: Add copyright notice.
1854 * gdb.base/catch-follow-exec.exp: Rewrite to use
1855 gdb_spawn_with_cmdline_opts. Require gdb-native.
1856
8bca2978
SL
18572018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1858
1859 * gdb.trace/actions-changed.exp: Check for arch support.
1860 * gdb.trace/actions.exp: Likewise.
1861 * gdb.trace/ax.exp: Likewise.
1862 * gdb.trace/backtrace.exp: Likewise.
1863 * gdb.trace/change-loc.exp: Likewise.
1864 * gdb.trace/deltrace.exp: Likewise.
1865 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1866 * gdb.trace/ftrace.exp: Likewise.
1867 * gdb.trace/infotrace.exp: Check for arch support.
1868 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1869 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1870 * gdb.trace/mi-tsv-changed.exp: Likewise.
1871 * gdb.trace/packetlen.exp: Likewise.
1872 * gdb.trace/passc-dyn.exp: Likewise.
1873 * gdb.trace/passcount.exp: Likewise.
1874 * gdb.trace/pending.exp: Likewise.
1875 * gdb.trace/range-stepping.exp: Check for shlib support.
1876 * gdb.trace/report.exp: Check for arch support.
1877 * gdb.trace/save-trace.exp: Likewise.
1878 * gdb.trace/signal.exp: Check for signal support.
1879 * gdb.trace/tfind.exp: Check for arch support.
1880 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1881 * gdb.trace/trace-common.h: Add comment.
1882 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1883 * gdb.trace/trace-enable-disable.exp: Likewise.
1884 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1885 * gdb.trace/tracecmd.exp: Check for arch support.
1886 * gdb.trace/tspeed.exp: Check for shlib and target support.
1887 * gdb.trace/tstatus.exp: Check for arch support.
1888 * gdb.trace/tsv.exp: Likewise.
1889 * gdb.trace/while-dyn.exp: Likewise.
1890 * gdb.trace/while-stepping.exp: Likewise.
1891 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1892
f9c49bff
SM
18932018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1894
1895 * gdb.trace/tspeed.exp: Remove nowarnings.
1896 (prepare_for_trace_test): Declare "global ipalib".
1897 * gdb.trace/tspeed.c: Include unistd.h.
1898 (main): Remove superfluous printf argument.
1899
d4330bde
SL
19002018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1901
1902 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1903 directory prefix on the filename.
1904
8ecfd7bd
SDJ
19052018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1906
1907 * gdb.gdb/unittest.exp: Update expected message informing that
1908 selftests have been disabled.
1909 * gdb.server/unittest.exp: Likewise.
1910
58bbcd02
TV
19112018-10-09 Tom de Vries <tdevries@suse.de>
1912
1913 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1914 with runto_main.
1915
9f6b697b
WP
19162018-10-08 Weimin Pan <weimin.pan@oracle.com>
1917
1918 PR c++/16841
1919 * gdb.cp/virtbase2.cc: New file.
1920 * gdb.cp/virtbase2.exp: New file.
1921
add5ded5
TT
19222018-10-06 Tom Tromey <tom@tromey.com>
1923
1924 PR python/19399:
1925 * gdb.python/py-inferior.exp: Add architecture test.
1926
f9e48344
TT
19272018-10-06 Tom Tromey <tom@tromey.com>
1928
1929 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1930 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1931
2a8be203
TT
19322018-10-06 Tom Tromey <tom@tromey.com>
1933
1934 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1935 of a "throw" catchpoint.
1936
e04caa70
SDJ
19372018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1938
1939 * gdb.base/info-proc.exp: Update string expected from "help info
1940 proc".
1941
5ca8c39f
TT
19422018-10-04 Tom Tromey <tom@tromey.com>
1943
1944 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1945 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1946 (test_initial_complaints, test_empty_complaints): Update.
1947 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1948
3453e7e4
TT
19492018-10-04 Tom Tromey <tom@tromey.com>
1950
1951 PR cli/19551:
1952 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1953 * lib/gdb.exp (gdb_file_cmd): Update.
1954 * gdb.stabs/weird.exp (print_weird_var): Update.
1955 * gdb.server/solib-list.exp: Update.
1956 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1957 * gdb.mi/mi-cli.exp: Update.
1958 * gdb.linespec/linespec.exp: Update.
1959 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1960 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1961 * gdb.cp/cp-relocate.exp: Update.
1962 * gdb.base/sym-file.exp: Update.
1963 * gdb.base/relocate.exp: Update.
1964 * gdb.base/readnever.exp: Update.
1965 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1966 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1967 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1968 * gdb.base/code_elim.exp: Update.
1969 * gdb.base/break-unload-file.exp (test_break): Update.
1970 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1971 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1972 Update.
1973 * gdb.base/attach.exp (do_attach_tests): Update.
1974 * gdb.base/sepdebug.exp: Update.
1975 * gdb.python/py-section-script.exp: Update.
1976
6afcf761
TT
19772018-10-04 Tom Tromey <tom@tromey.com>
1978
1979 PR cli/22234:
1980 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1981 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1982 output.
1983
fef1b293
TT
19842018-10-04 Tom Tromey <tom@tromey.com>
1985
1986 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1987 set width and height to 0.
1988 (test_command_line_attach_run): Use -quiet.
1989
ca98345e
SL
19902018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1991
1992 * lib/gdb.exp (skip_ifunc_tests): New.
1993 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1994 other compile failures.
1995 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1996
ff34e6ae
SM
19972018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1998
1999 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2000 is_amd64_regs_target.
2001
6bb8890e
AH
20022018-10-01 Alan Hayward <alan.hayward@arm.com>
2003
2004 * gdb.arch/aarch64-sighandler-regs.c: New test.
2005 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2006 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2007
224d30d3
MM
20082018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2009
2010 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2011 assembly.
2012
f67ffa6a
AB
20132018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.base/frame-selection.exp: New file.
2016 * gdb.base/frame-selection.c: New file.
2017
9fc3183f
AH
20182018-09-27 Alan Hayward <alan.hayward@arm.com>
2019
2020 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2021 pthread barrier.
2022 (main): Likewise.
2023
d354055e
AB
20242018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * gdb.base/large-frame-1.c: New file.
2027 * gdb.base/large-frame-2.c: New file.
2028 * gdb.base/large-frame.exp: New file.
2029 * gdb.base/large-frame.h: New file.
2030
db727370
JL
20312018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2032
2033 PR gdb/20948
2034 * gdb.base/write_mem.exp: New test.
2035 * gdb.base/write_mem.c: Likewise.
2036
ae778caf
TT
20372018-09-23 Tom Tromey <tom@tromey.com>
2038
2039 PR python/18852:
2040 * gdb.python/py-parameter.exp: Add test for parameter that throws
2041 on "set".
2042
fd3ba736
TT
20432018-09-23 Tom Tromey <tom@tromey.com>
2044
2045 PR python/17284:
2046 * gdb.python/py-template.exp (test_template_arg): Add test for
2047 negative template argument number.
2048
39a24317
TT
20492018-09-23 Tom Tromey <tom@tromey.com>
2050
2051 PR python/14062:
2052 * gdb.python/python.exp: Add test for post_event error.
2053
f5769a2c
TT
20542018-09-23 Tom Tromey <tom@tromey.com>
2055
2056 PR python/18170:
2057 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2058 convert pointers to int and long.
2059
1c1e54f6
TT
20602018-09-23 Tom Tromey <tom@tromey.com>
2061
2062 PR python/20126:
2063 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2064 signed-ness conversion tests.
2065
fb4fa946
TT
20662018-09-23 Tom Tromey <tom@tromey.com>
2067
2068 PR python/18352;
2069 * gdb.python/py-value.exp (test_float_conversion): New proc.
2070 Use it.
2071
a466edac
HAQ
20722018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2073
2074 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2075
4ee9b0c5
SL
20762018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2077
2078 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2079 no readline.
2080 * gdb.base/utf8-identifiers.exp: Likewise.
2081 * gdb.cp/cpcompletion.exp: Likewise.
2082 * gdb.linespec/cpcompletion.exp: Likewise.
2083 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2084 * gdb.linespec/cpls-ops.exp: Likewise.
2085
23be8da7
RB
20862018-09-19 Richard Bunt <richard.bunt@arm.com>
2087 Chris January <chris.january@arm.com>
2088
2089 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2090 * gdb.fortran/short-circuit-argument-list.exp: New file.
2091 * gdb.fortran/short-circuit-argument-list.f90: New test.
2092
5031d0ae
SDJ
20932018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2094
2095 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2096 "arch=" keyword when executing "-stack-list-frames".
2097
b4c0d1a4
SDJ
20982018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2099
2100 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2101 "arch=" keyword when executing "-stack-list-frames".
2102
7a6d2b45
SDJ
21032018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2104
2105 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2106 break ada".
2107
8588b356
SM
21082018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2109
2110 PR python/23669
2111 * gdb.python/python.exp: Test gdb.execute("show commands").
2112
65e65158
TT
21132018-09-16 Tom Tromey <tom@tromey.com>
2114
2115 * gdb.base/new-ui.exp (do_execution_tests): Update.
2116 * gdb.base/dbx.exp (test_breakpoints): Update.
2117
bf326452
AH
21182018-09-14 Alan Hayward <alan.hayward@arm.com>
2119
2120 * lib/gdb.exp (gdb_simple_compile): Add proc.
2121 (is_elf_target): Use gdb_simple_compile.
2122 (skip_altivec_tests): Likewise.
2123 (skip_vsx_tests): Likewise.
2124 (skip_tsx_tests): Likewise.
2125 (skip_btrace_tests): Likewise.
2126 (skip_btrace_pt_tests): Likewise.
2127 (gdb_can_simple_compile): Likewise.
2128 (gdb_has_argv0): Likewise.
2129 (gdb_target_symbol_prefix): Likewise.
2130 (target_supports_scheduler_locking): Likewise.
2131
2361b0fb
TT
21322018-09-13 Tom Tromey <tom@tromey.com>
2133
2134 * Makefile.in (TAGS): Recognize proc_with_prefix and
2135 gdb_caching_proc.
2136
0ae1a321
SM
21372018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2138
2139 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2140 method.
2141
a40bf0c2
SM
21422018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2143
2144 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2145 and a few other Inferior properties when the Inferior is no
2146 longer valid.
2147
4a3fe98f
TT
21482018-09-13 Tom Tromey <tom@tromey.com>
2149
2150 PR rust/23650:
2151 * gdb.rust/simple.exp: Add test for enum field access error.
2152
098b2108
TT
21532018-09-13 Tom Tromey <tom@tromey.com>
2154
2155 PR rust/23626:
2156 * gdb.rust/simple.rs (EmptyEnum): New type.
2157 (main): Use it.
2158 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2159
1256af7d
SM
21602018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2161
2162 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2163 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2164 * gdb.python/py-symtab.exp: Update test printing an objfile.
2165
4aa8e6c2
SM
21662018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2167
2168 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2169 object.
2170
c221b2f7
AH
21712018-09-12 Alan Hayward <alan.hayward@arm.com>
2172
2173 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2174 (support_complex_tests): Use gdb_can_simple_compile.
2175 (is_ilp32_target): Likewise.
2176 (is_lp64_target): Likewise.
2177 (is_64_target): Likewise.
2178 (is_amd64_regs_target): Likewise.
2179 (is_aarch32_target): Likewise.
2180 (gdb_int128_helper): Likewise.
2181
6f1107b5
JK
21822018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2183
2184 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2185
1f5d1570
JG
21862018-09-10 Jerome Guitton <guitton@adacore.com>
2187
2188 * gdb.ada/same_component_name: Add test for case of tagged record
2189 with variable-length fields.
2190
cc330e39
XR
21912018-09-10 Xavier Roirand <roirand@adacore.com>
2192
2193 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2194 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2195 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2196 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2197
b9c50e9a
XR
21982018-09-10 Xavier Roirand <roirand@adacore.com>
2199
2200 * gdb.ada/mi_string_access.exp: New testcase.
2201 * gdb.ada/mi_string_access/bar.adb: New file.
2202 * gdb.ada/mi_string_access/pck.adb: New file.
2203 * gdb.ada/mi_string_access/pck.asd: New file.
2204
2963898f
XR
22052018-09-10 Xavier Roirand <roirand@adacore.com>
2206
2207 * gdb.ada/mi_var_union.exp: New testcase.
2208 * gdb.ada/mi_var_union/bar.adb: New file.
2209 * gdb.ada/mi_var_union/pck.adb: New file.
2210 * gdb.ada/mi_var_union/pck.asd: New file.
2211
1aac008f
TT
22122018-09-08 Tom Tromey <tom@tromey.com>
2213
2214 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2215
332cf4c9
TT
22162018-09-08 Tom Tromey <tom@tromey.com>
2217
2218 PR python/16047:
2219 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2220 (register_pretty_printers): Register new printer.
2221 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2222 test.
2223 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2224 (an_int_type3): New global.
2225
424da6cf
JB
22262018-09-08 Joel Brobecker <brobecker@adacore.com>
2227
2228 * gdb.ada/expr_with_funcall: New testcase.
2229
2a62dfa9
JB
22302018-09-08 Joel Brobecker <brobecker@adacore.com>
2231
2232 * gdb.ada/packed_array_assign: New testcase.
2233
96b6697f
AB
22342018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2235
2236 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2237 names, and add test prefixes to make test names unique.
2238
e4a62c65
TV
22392018-09-05 Tom de Vries <tdevries@suse.de>
2240
2241 * gdb.dwarf2/varval.exp: Add test.
2242
dd083ee2
GB
22432018-09-04 Gary Benson <gbenson@redhat.com>
2244
2245 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2246 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2247
aef9346c
TT
22482018-08-31 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.rust/simple.rs: Rename second variable "v".
2251
c67f2e15
AB
22522018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.base/funcargs.c (use_a): New function.
2255 (recurse): Call use_a.
2256
078a0207
KS
22572018-08-29 Keith Seitz <keiths@redhat.com>
2258
2259 * gdb.compile/compile-cplus-anonymous.cc: New file.
2260 * gdb.compile/compile-cplus-anonymous.exp: New file.
2261 * gdb.compile/compile-cplus-array-decay.cc: New file.
2262 * gdb.compile/compile-cplus-array-decay.exp: New file.
2263 * gdb.compile/compile-cplus-inherit.cc: New file.
2264 * gdb.compile/compile-cplus-inherit.exp: New file.
2265 * gdb.compile/compile-cplus-member.cc: New file.
2266 * gdb.compile/compile-cplus-member.exp: New file.
2267 * gdb.compile/compile-cplus-method.cc: New file.
2268 * gdb.compile/compile-cplus-method.exp: New file.
2269 * gdb.compile/compile-cplus-mod.c: "New" file.
2270 * gdb.compile/compile-cplus-namespace.cc: New file.
2271 * gdb.compile/compile-cplus-namespace.exp: New file.
2272 * gdb.compile/compile-cplus-nested.cc: New file.
2273 * gdb.compile/compile-cplus-nested.exp: New file.
2274 * gdb.compile/compile-cplus-print.c: "New" file.
2275 * gdb.compile/compile-cplus-print.exp: "New" file.
2276 * gdb.compile/compile-cplus-virtual.cc: New file.
2277 * gdb.compile/compile-cplus-virtual.exp: New file.
2278 * gdb.compile/compile-cplus.c: "New" file.
2279 * gdb.compile/compile-cplus.exp: "New" file.
2280 * lib/compile-support.exp: New file.
2281
b0f492b9
GB
22822018-08-16 Gary Benson <gbenson@redhat.com>
2283
2284 PR gdb/13000:
2285 * gdb.base/batch-exit-status.exp: New file.
2286 * gdb.base/batch-exit-status.good-commands: Likewise.
2287 * gdb.base/batch-exit-status.bad-commands: Likewise.
2288
36eb4c5f
AH
22892018-08-29 Alan Hayward <alan.hayward@arm.com>
2290
2291 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2292 (struct struct02): Likewise.
2293 (struct struct03): Likewise.
2294 (struct struct04): Likewise.
2295 (struct struct_01_01): New struct.
2296 (struct struct_01_02): Likewise.
2297 (struct struct_01_03): Likewise.
2298 (struct struct_01_04): Likewise.
2299 (struct struct_02_01): Likewise.
2300 (struct struct_02_02): Likewise.
2301 (struct struct_02_03): Likewise.
2302 (struct struct_02_04): Likewise.
2303 (struct struct_04_01): Likewise.
2304 (struct struct_04_02): Likewise.
2305 (struct struct_04_03): Likewise.
2306 (struct struct_04_04): Likewise.
2307 (struct struct_05_01): Likewise.
2308 (struct struct_05_02): Likewise.
2309 (struct struct_05_03): Likewise.
2310 (struct struct_05_04): Likewise.
2311 (cmp_struct01): Remove function.
2312 (cmp_struct02): Likewise.
2313 (cmp_struct03): Likewise.
2314 (cmp_struct04): Likewise.
2315 (cmp_struct_01_01): Add Function.
2316 (cmp_struct_01_02): Likewise.
2317 (cmp_struct_01_03): Likewise.
2318 (cmp_struct_01_04): Likewise.
2319 (cmp_struct_02_01): Likewise.
2320 (cmp_struct_02_02): Likewise.
2321 (cmp_struct_02_03): Likewise.
2322 (cmp_struct_02_04): Likewise.
2323 (cmp_struct_04_01): Likewise.
2324 (cmp_struct_04_02): Likewise.
2325 (cmp_struct_04_03): Likewise.
2326 (cmp_struct_04_04): Likewise.
2327 (cmp_struct_05_01): Likewise.
2328 (cmp_struct_05_02): Likewise.
2329 (cmp_struct_05_03): Likewise.
2330 (cmp_struct_05_04): Likewise.
2331 (call_all): Add new structs.
2332 * gdb.base/infcall-nested-structs.exp: Likewise.
2333
3bf9c013
JV
23342018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2335
2336 * gdb.python/py-framefilter-mi.exp: Update regexp to
2337 check for "arch" field in frame output.
2338
450d1e88
KB
23392018-08-23 Kevin Buettner <kevinb@redhat.com>
2340
2341 * gdb.dwarf2/dw2-ranges-func.c: New file.
2342 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2343
ae739fe7
SM
23442018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2345
2346 * gdb.base/term.exp: Compare terminal settings with values from
2347 the inferior.
2348 * gdb.base/term.c: Get and set terminal settings.
2349
6d52907e
JV
23502018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2351
2352 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2353 accommodate new "arch" field in frame output.
2354 * gdb.mi/mi-return.exp: Likewise.
2355 * gdb.mi/mi-stack.exp: Likewise.
2356 * gdb.mi/mi-syn-frame.exp: Likewise.
2357 * gdb.mi/user-selected-context-sync.exp: Likewise.
2358
be2d111a
MS
23592018-08-19 Michael Spang <spang@google.com>
2360
2361 PR gdb/11786
2362 * gdb.base/gcore-tls-pie.c: New file.
2363 * gdb.base/gcore-tls-pie.exp: New file.
2364
ae3a7c47
KB
23652018-08-18 Kevin Buettner <kevinb@redhat.com>
2366
2367 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2368 * gdb.dwarf2/varval.c: New file.
2369 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2370
2ecae92e
AH
23712018-08-17 Alan Hayward <alan.hayward@arm.com>
2372
2373 PR gdb/18931
2374 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2375
c1854f1d
KS
23762018-08-16 Keith Seitz <keiths@redhat.com>
2377
2378 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2379 tests expected to pass.
2380
26fb3983
JV
23812018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2382
2383 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2384 -data-disassemble -a.
2385 (test_disassembly_bogus_args): Likewise.
2386
67943c00
AB
23872018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2390
5ff2bbae
AB
23912018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.base/vla-optimized-out.exp: Add new test.
2394
e5bbcd0f
AB
23952018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.base/vla-optimized-out-o3.exp: Delete.
2398 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2399 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2400 deleted tests.
2401
9d4a934c
AB
24022018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 PR gdb/18050:
2405 * gdb.server/extended-remote-restart.c: New file.
2406 * gdb.server/extended-remote-restart.exp: New file.
2407
045cf012
SM
24082018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2409
2410 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2411 "set variable index = 42".
2412
87d6a7aa
SM
24132018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2414
2415 * boards/index-cache-gdb.exp: New file.
2416 * gdb.dwarf2/index-cache.exp: New file.
2417 * gdb.dwarf2/index-cache.c: New file.
2418 * gdb.base/maint.exp: Check if we are using the index cache.
2419
96d68bd4
RO
24202018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2421
2422 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2423 MAKEFLAGS.
2424
5a699617
RO
24252018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2426
2427 * dg-extract-results.sh: Move to toplevel contrib.
2428 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2429 * Makefile.in (check-parallel-racy): Likewise.
2430
5bd18990
AB
24312018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2434 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2435 tests if the target supports scheduler locking.
2436
3fbbcf47
TV
24372018-08-04 Tom de Vries <tdevries@suse.de>
2438
2439 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2440
3e1d3d8c
TT
24412018-08-02 Tom Tromey <tom@tromey.com>
2442
2443 PR symtab/16842.
2444 * gdb.cp/temargs.exp: Test "info address" of a template
2445 parameter.
2446
5abe0f0c
JV
24472018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2448
2449 * gdb.python/py-mi-var-info-path-expression.c: New file.
2450 * gdb.python/py-mi-var-info-path-expression.py: New file.
2451 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2452
fb66cde8
SDJ
24532018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2454
2455 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2456 error after "cannot resolve name" string.
2457
c708f4d2
AB
24582018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2461 started.
2462 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2463
37cc0cae
TV
24642018-07-28 Tom de Vries <tdevries@suse.de>
2465
2466 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2467
63b4ecf7
TV
24682018-07-26 Tom de Vries <tdevries@suse.de>
2469
2470 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2471
3c3bb058
AB
24722018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2475 is visible.
2476
9e7f3bbb
TV
24772018-07-26 Tom de Vries <tdevries@suse.de>
2478
2479 PR breakpoints/23366
2480 * gdb.base/catch-follow-exec.c: New test.
2481 * gdb.base/catch-follow-exec.exp: New file.
2482
16f808ec
TV
24832018-07-25 Tom de Vries <tdevries@suse.de>
2484
2485 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2486 vla-optimized-out.c.
2487
d7154a8d
JV
24882018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2489
2490 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2491 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2492
232a0032
TV
24932018-07-20 Tom de Vries <tdevries@suse.de>
2494
2495 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2496 NOCLONE macro.
2497 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2498
fbb1d502
TV
24992018-07-19 Tom de Vries <tdevries@suse.de>
2500
2501 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2502 regular expression.
2503
42dc7699
TV
25042018-07-18 Tom de Vries <tdevries@suse.de>
2505
2506 * gdb.base/vla-optimized-out.c: New test.
2507 * gdb.base/vla-optimized-out.exp: New file.
2508
7f1f7e23
SDJ
25092018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2510
2511 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2512 message "No address associated with hostname" when gdbserver
2513 cannot resolve the hostname.
2514
5759ebb3
PW
25152018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2516
2517 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2518 Add some test prefixes to make tests unique.
2519
3606ccab
PW
25202018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2521
2522 * gdb.base/frameapply.c: New file.
2523 * gdb.base/frameapply.exp: New file.
2524
529c08b2
PW
25252018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2526
2527 * gdb.base/skip.exp: Update expected error message.
2528
c7ab0aef
SDJ
25292018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2530 Jan Kratochvil <jan.kratochvil@redhat.com>
2531 Paul Fertser <fercerpav@gmail.com>
2532 Tsutomu Seki <sekiriki@gmail.com>
2533
2534 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2535 parameter.
2536 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2537 by default.
2538 * boards/native-gdbserver.exp: Likewise.
2539 * gdb.server/run-without-local-binary.exp: Improve regexp used
2540 for detecting when a remote debugging connection succeeds.
2541 * gdb.server/server-connect.exp: New file.
2542 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2543 Do not prefix the port number with ":".
2544 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2545 support for detecting and using it. Add '$debughost_gdbserver'
2546 to the list of arguments used to start gdbserver. Handle case
2547 when gdbserver cannot resolve a network name.
2548
16ff70dd
SDJ
25492018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2550
2551 PR c++/23373
2552 * gdb.base/ptype-offsets.cc (struct static_member): New
2553 struct.
2554 (main) <stmember>: New variable.
2555 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2556 with a static member in it.
2557
3541979f
AB
25582018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2561 watchpoints enabled and disabled.
2562
c8ad9b9a
AB
25632018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.base/examine-backward.exp: Still run tests around address
2566 0x0, even if address 0x0 is not readable. Update the pattern for
2567 matching address 0x0 in expected output.
2568
e0e5e971
AB
25692018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2572 malloc/free.
2573
1ea5da02
TV
25742018-07-04 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2577
471b9d15
MR
25782018-07-02 Maciej W. Rozycki <macro@mips.com>
2579
2580 PR tdep/8282
2581 * gdb.arch/mips-disassembler-options.exp: New test.
2582 * gdb.arch/mips-disassembler-options.s: New test source.
2583
75acb486
PA
25842018-06-29 Pedro Alves <palves@redhat.com>
2585
2586 * gdb.threads/names.exp: Adjust expected "info threads" output.
2587
cd2bb709
PA
25882018-06-29 Pedro Alves <palves@redhat.com>
2589
2590 * gdb.opt/inline-break.exp (line number, address): Add "info
2591 break" tests.
2592
991ff292
PA
25932018-06-29 Pedro Alves <palves@redhat.com>
2594
2595 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2596 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2597 number and address and running to them.
2598
356819b6 25992018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2600
2601 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2602
2512d7ef
JK
26032018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2604
2605 * lib/compiler.c: Remove executable permission flag.
2606
be1b6474
RB
26072018-06-28 Richard Bunt <richard.bunt@arm.com>
2608
2609 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2610 code.
2611 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2612
291f9a96
PT
26132018-06-28 Petr Tesarik <ptesarik@suse.cz>
2614
2615 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2616
ed6dfe51
PT
26172018-06-28 Petr Tesarik <ptesarik@suse.cz>
2618
2619 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2620 address argument is omitted.
2621
d4d429d5
PT
26222018-06-28 Petr Tesarik <ptesarik@suse.cz>
2623
2624 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2625
7ab6656f
OJ
26262018-06-27 Omair Javaid <omair.javaid@linaro.org>
2627
2628 PR gdb/21695
2629 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2630 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2631
a33ccfc7
TT
26322018-06-26 Tom Tromey <tom@tromey.com>
2633
2634 PR rust/22574:
2635 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2636 * gdb.rust/simple.rs (struct SimpleLayout): New.
2637
6d72d289
SM
26382018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2639
2640 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2641 "info registers" output.
2642
8363f9d5
RB
26432018-06-21 Richard Bunt <richard.bunt@arm.com>
2644
2645 * gdb.base/watchpoint-hw-attach.c: New test.
2646 * gdb.base/watchpoint-hw-attach.exp: New file.
2647
f00674fe
SM
26482018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2649
2650 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2651 through /bin/sh.
2652 * boards/dwarf4-gdb-index.exp: Likewise.
2653 * boards/fission-dwp.exp: Likewise.
2654
1d554008
UW
26552018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2656
2657 * gdb.base/float128.exp: Add comment and improved fail message
2658 to the failure case of "print large128" test.
2659
d0ac1c44
SM
26602018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2661
2662 * configure.ac: Remove AC_PREREQ.
2663 * configure: Re-generate.
2664
61b04dd0
PA
26652018-06-19 Pedro Alves <palves@redhat.com>
2666
2667 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2668 (func_extern_caller): New.
2669 (main): Call func_extern_caller.
2670 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2671 logic change.
2672
f63b508a
SM
26732018-06-18 Weimin Pan <weimin.pan@oracle.com>
2674
2675 PR gdb/16841
2676 * gdb.cp/typedef-base.cc: New file.
2677 * gdb.cp/typedef-base.exp: New file.
2678
0fe3a558
TV
26792018-06-18 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2682
7010835a
AB
26832018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2684 Richard Bunt <Richard.Bunt@arm.com>
2685
2686 * gdb.threads/attach-slow-waitpid.c: New file.
2687 * gdb.threads/attach-slow-waitpid.exp: New file.
2688 * gdb.threads/slow-waitpid.c: New file.
2689
14897d65
PA
26902018-06-14 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.base/fork-running-state.c: Include <errno.h>.
2693 (exit_if_relative_exits): New.
2694 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2695 exits.
2696 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2697 child exits.
2698
5d9a0608
TV
26992018-06-14 Tom de Vries <tdevries@suse.de>
2700
2701 PR cli/22573
2702 * gdb.base/finish-pretty.c: New test.
2703 * gdb.base/finish-pretty.exp: New file.
2704
11ae5818
PA
27052018-06-14 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2708 gdb's expected startup output.
2709
1d39de44
PA
27102018-06-14 Pedro Alves <palves@redhat.com>
2711
2712 * lib/selftest-support.exp (selftest_setup): Remove inlined
2713 function handling.
2714
70ee0000
TV
27152018-06-14 Tom de Vries <tdevries@suse.de>
2716
2717 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2718 matching of breakpoint printing.
2719
11f4b608
TV
27202018-06-13 Tom de Vries <tdevries@suse.de>
2721
2722 PR testsuite/23269
2723 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2724 (fork_child): ... here, and ...
2725 (fork_parent): ... here.
2726
27272018-06-12 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2730
9516f85a
AB
27312018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2732 Stephen Roberts <stephen.roberts@arm.com>
2733
2734 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2735 rewrite test to describe action performed, rather than possible
2736 failure.
2737
5045b3d7
GB
27382018-06-08 Gary Benson <gbenson@redhat.com>
2739
2740 * gdb.threads/check-libthread-db.exp: New file.
2741 * gdb.threads/check-libthread-db.c: Likewise.
2742
c61b06a1
TT
27432018-06-05 Tom Tromey <tom@tromey.com>
2744
2745 * gdb.base/default.exp: Update expected "show version" output.
2746
eb6af809
TT
27472018-06-05 Tom Tromey <tom@tromey.com>
2748
2749 PR cli/12326:
2750 * gdb.cp/static-print-quit.exp: Update.
2751 * lib/gdb.exp (pagination_prompt): Update.
2752 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2753 * gdb.python/python.exp: Update.
2754
178d6a63
JB
27552018-06-04 Joel Brobecker <brobecker@adacore.com>
2756
2757 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2758
8e817061
JB
27592018-06-01 Joel Brobecker <brobecker@adacore.com>
2760
2761 * gdb.ada/bp_fun_addr: New testcase.
2762
e86ca25f
TT
27632018-06-01 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2766 results.
2767 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2768 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2769 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2770 * gdb.base/maint.exp (maint_pass_if): Update.
2771
4b2dfa9d
MR
27722018-05-31 Maciej W. Rozycki <macro@mips.com>
2773
2774 * gdb.base/endian.exp: New test.
2775 * gdb.base/endian.c: New test source.
2776
45f25d6c
AB
27772018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2778
2779 PR gdb/23203
2780 * gdb.base/bt-selected-frame.c: New file.
2781 * gdb.base/bt-selected-frame.exp: New file.
2782 * lib/gdb.exp (get_current_frame_number): New function.
2783
d9f6d7f8
MR
27842018-05-24 Maciej W. Rozycki <macro@mips.com>
2785 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.threads/tls-core.c: Include <stdlib.h>
2788 (thread_proc): Call `abort'.
2789 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2790 (tls_core_test): New procedure, bits factored out from ...
2791 (top level): ... here. Test both native cores and gcore cores.
2792
ff1cf532
TT
27932018-05-23 Tom Tromey <tom@tromey.com>
2794
2795 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2796
b98664d3
TT
27972018-05-23 Tom Tromey <tom@tromey.com>
2798
2799 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2800 symfile_complaints.
2801 (test_short_complaints): Likewise.
2802 (test_empty_complaints): Likewise.
2803 (test_initial_complaints): Update.
2804
4e9668d0
TT
28052018-05-23 Tom Tromey <tom@tromey.com>
2806
2807 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2808
43ba33c7
TT
28092018-05-23 Tom Tromey <tom@tromey.com>
2810
2811 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2812 (test_short_complaints): Update.
2813
035522c0
PA
28142018-05-22 Pedro Alves <palves@redhat.com>
2815
2816 * gdb.base/remote.exp: Only gdb_start after compiling the
2817 testcase. Issue "disconnect" before testing "set remote" command
2818 defaults. Issue clean_restart before running to main.
2819
cc0be08f
PA
28202018-05-22 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.base/remote.exp: Adjust expected output of "show remote
2823 memory-write-packet-size". Add tests for "set remote
2824 memory-write-packet-size 0" and "set remote
2825 memory-write-packet-size fixed/limit".
2826
b1b60145
PA
28272018-05-22 Pedro Alves <palves@redhat.com>
2828
2829 PR gdb/22973
2830 * gdb.base/utf8-identifiers.c: New file.
2831 * gdb.base/utf8-identifiers.exp: New file.
2832
0ec848ad
PFC
28332018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2834
2835 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2836
2c3305f6
PFC
28372018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2838
2839 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2840
ce1e8424
TT
28412018-05-18 Tom Tromey <tom@tromey.com>
2842
2843 * gdb.base/ptype-offsets.exp: Update.
2844
ddfe970e
KS
28452018-05-17 Keith Seitz <keiths@redhat.com>
2846
2847 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2848 in expected breakpoint stop locations.
2849 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2850 move to proper scope to test variable values.
2851 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2852 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2853 New functions.
2854 (main): Call not_inline_func3.
2855 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2856 inline_func1, inline_func2, and inline_func3. Test that when each
2857 breakpoint is hit, GDB properly reports both the stop location
2858 and the backtrace. Repeat tests for temporary breakpoints.
2859
0726fcc6
MR
28602018-05-15 Maciej W. Rozycki <macro@mips.com>
2861
2862 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2863 rather then trying to access it in determining whether the PID
2864 of `gdbserver' could have been retrieved.
2865
8ee22052
AB
28662018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * gdb.arch/amd64-init-x87-values.S: New file.
2869 * gdb.arch/amd64-init-x87-values.exp: New file.
2870
7785df48
JK
28712018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2872
2873 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2874
56bcdbea
TT
28752018-05-04 Tom Tromey <tom@tromey.com>
2876
2877 PR python/22730:
2878 * gdb.python/python.exp: Test multi-line execute.
2879
a913fffb
TT
28802018-05-04 Tom Tromey <tom@tromey.com>
2881
2882 PR python/22731:
2883 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2884
7a2c85f2
TT
28852018-05-04 Tom Tromey <tom@tromey.com>
2886
2887 PR gdb/11750:
2888 * gdb.base/define.exp: Test defining a user command inside a user
2889 command.
2890 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2891
a3b60e45
JK
28922018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2893 Pedro Alves <palves@redhat.com>
2894
2895 PR breakpoints/19806 and support for PR external/20207.
2896 * gdb.base/watchpoint-unaligned.c: New file.
2897 * gdb.base/watchpoint-unaligned.exp: New file.
2898
45fe4a03
AB
28992018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 * gdb.base/maint.exp: Make test names unique, use
2902 test_prefix_command_help to test 'help maint info', and remove
2903 repeated test of 'help maint'.
2904
9be2ae8f
TT
29052018-05-04 Tom Tromey <tom@tromey.com>
2906
2907 PR gdb/22619:
2908 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2909 behavior.
2910
11859c31
AB
29112018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.base/maint.exp: Process output from 'maint print registers'
2914 line at a time.
2915
089a9490
AB
29162018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2919 timeout.
2920
9b0797e2
AB
29212018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2924 filter pattern.
2925
f6ac5f3d
PA
29262018-05-02 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2929 to_log_command renames.
2930 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2931
77d3c63b
TT
29322018-05-02 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.python/py-parameter.exp: Set test message.
2935
0489430a
TT
29362018-05-02 Tom Tromey <tom@tromey.com>
2937
2938 PR python/20084:
2939 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2940 PARAM_ZUINTEGER_UNLIMITED tests.
2941
1632f8ba
DR
29422018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2943
2944 PR rust/23124
2945 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2946 when casting.
2947
6d7bb824
TT
29482018-04-30 Tom Tromey <tom@tromey.com>
2949
2950 * gdb.python/py-type.exp: Check align attribute.
2951 * gdb.python/py-type.c: New "aligncheck" global.
2952
007e1530
TT
29532018-04-30 Tom Tromey <tom@tromey.com>
2954
2955 PR exp/17095:
2956 * gdb.dwarf2/dw2-align.exp: New file.
2957 * gdb.cp/align.exp: New file.
2958 * gdb.base/align.exp: New file.
2959 * lib/gdb.exp (gdb_int128_helper): New proc.
2960 (has_int128_c, has_int128_cxx): New caching procs.
2961
6873858b
TT
29622018-04-27 Tom Tromey <tom@tromey.com>
2963
2964 PR rust/22545:
2965 * gdb.rust/simple.exp: Add inclusive range tests.
2966
79188d8d
PA
29672018-04-26 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2970 ifunc breakpoint locations correctly of ifunc breakpoints set
2971 while the program resolves the ifunc.
2972
c7075ad5
PA
29732018-04-26 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/gnu-ifunc-final.c: New file.
2976 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2977 * gdb.base/gnu-ifunc.exp (executable): Delete.
2978 (staticexecutable): Adjust.
2979 (lib_opts, exec_opts): Delete.
2980 (make_binsuffix, build, set-break): New procedures.
2981 (misc_tests): New, with tests factored out from the top level.
2982 (top level): Test different combinations of ifunc resolver name,
2983 resolver with and with debug info, and ifunc target with and
2984 without debug info. Wrap static tests with with_target_prefix.
2985
8388016d
PA
29862018-04-26 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2989 return type" warnings.
2990
249b5733
PA
29912018-04-25 Pedro Alves <palves@redhat.com>
2992
2993 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2994 killed".
2995 * gdb.base/kill-after-signal.exp: Likewise.
2996 * gdb.threads/kill.exp: Likewise.
2997
f67c0c91
SDJ
29982018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2999 Sergio Durigan Junior <sergiodj@redhat.com>
3000 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3003 regexps to expect for '[Inferior ... detached]' as well.
3004 * gdb.base/attach.exp: Likewise.
3005 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3006 "gdb_continue_to_end".
3007 (test_catch_syscall_with_wrong_args): Likewise.
3008 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3009 ']'. Don't set 'verbose' on.
3010 * gdb.base/foll-vfork.exp: Likewise.
3011 * gdb.base/fork-print-inferior-events.c: New file.
3012 * gdb.base/fork-print-inferior-events.exp: New file.
3013 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3014 '[Inferior ... has been killed]' message.
3015 * gdb.base/kill-after-signal.exp: Likewise.
3016 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3017 detach message.
3018 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3019 message.
3020 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3021 regexps to expect for '[Inferior ... detached]' as well.
3022 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3023
0a8ddac4
SM
30242018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3025
3026 PR gdb/23104
3027 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3028
d27d16bf
RB
30292018-04-19 Richard Bunt <richard.bunt@arm.com>
3030
3031 * gdb.threads/multiple-successive-infcall.c: New test.
3032 * gdb.threads/multiple-successive-infcall.exp: New file.
3033
a037790e
TT
30342018-04-17 Tom Tromey <tom@tromey.com>
3035
3036 * gdb.rust/simple.rs (Union): New type.
3037 (main): New local "u".
3038 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3039
e3a91079
AA
30402018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3041
3042 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3043 number information in output of "whereis" command.
3044 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3045
b744723f
AA
30462018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3047
3048 * gdb.ada/info_types.exp: Adjust expected output to the line
3049 numbers now printed by "info var/func/type".
3050 * gdb.base/completion.exp: Likewise.
3051 * gdb.base/included.exp: Likewise.
3052 * gdb.cp/cp-relocate.exp: Likewise.
3053 * gdb.cp/cplusfuncs.exp: Likewise.
3054 * gdb.cp/namespace.exp: Likewise.
3055 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3056
4a4495d6
MM
30572018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3058
3059 * gdb.btrace/cpu.exp: New.
3060
1d509aa6
MM
30612018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3062
3063 * gdb.base/step-indirect-call-thunk.exp: New.
3064 * gdb.base/step-indirect-call-thunk.c: New.
3065 * gdb.reverse/step-indirect-call-thunk.exp: New.
3066 * gdb.reverse/step-indirect-call-thunk.c: New.
3067
6295b6da
SM
30682018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3069
3070 * gdb.base/pie-fork.c: New file.
3071 * gdb.base/pie-fork.exp: New file.
3072
50146e70
TT
30732018-04-11 Tom Tromey <tom@tromey.com>
3074
3075 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3076
f50d8a2e
PA
30772018-04-10 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3080 exits. Instead loop running forever.
3081 (fork_parent): Run forever too.
3082
a0be7a36
SM
30832018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3084
3085 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3086 mi_continue_to_line.
3087 * gdb.mi/mi-stack.c (callee4): Add comment.
3088
9b73db36
SM
30892018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3090
3091 * gdb.mi/mi-stack.exp: Fix indentation.
3092
c912f608
SM
30932018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3094
3095 PR gdb/22979
3096 * gdb.arch/amd64-osabi.exp: New file.
3097
26540402
SM
30982018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3099
3100 PR gdb/22980
3101 * gdb.base/osabi.exp: New file.
3102
121ad66c 31032018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3104
3105 * gdb.cp/static-typedef-print.exp: New file.
3106 * gdb.cp/static-typedef-print.cc: New file.
3107
3fcded8f
JB
31082018-03-27 Joel Brobecker <brobecker@adacore.com>
3109
3110 * gdb.ada/varsize_limit: New testcase.
3111
59cc4834
JB
31122018-03-27 Joel Brobecker <brobecker@adacore.com>
3113
3114 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3115
3116 * gdb.ada/notcplusplus: New testcase.
3117
3118 * gdb.base/c-linkage-name.c: New file.
3119 * gdb.base/c-linkage-name.exp: New testcase.
3120
4ca59a9f
TT
31212018-03-26 Tom Tromey <tom@tromey.com>
3122
3123 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3124 * gdb.python/py-framefilter.py (name_error): New global.
3125 (ErrorInName.function): Use name_error.
3126
978d6c75
TT
31272018-03-26 Tom Tromey <tom@tromey.com>
3128
3129 PR backtrace/15582:
3130 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3131
b7fee5a3
KS
31322018-03-23 Keith Seitz <keiths@redhat.com>
3133
3134 PR c++/22968
3135 * gdb.cp/subtypes.exp: New file.
3136 * gdb.cp/subtypes.h: New file.
3137 * gdb.cp/subtypes.cc: New file.
3138 * gdb.cp/subtypes-2.cc: New file.
3139
376be529
AB
31402018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3143 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3144 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3145 -nostartfiles when compiling the test. Confirm that all registers
3146 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3147
066cfa98
AB
31482018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3149
3150 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3151 option, syntax was wrong anyway.
3152 * gdb.arch/arm-disp-step.exp: Likewise.
3153 * gdb.arch/sparc64-regs.exp: Likewise.
3154 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3155 option, syntax was wrong anyway, switch to use
3156 prepare_for_testing.
3157 * gdb.arch/i386-disp-step.exp: Likewise.
3158
079670b9
AA
31592018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3160
3161 * gdb.ada/exec_changed.exp: Replace "target_info exists
3162 use_gdb_stub" by "use_gdb_stub".
3163 * gdb.ada/start.exp: Likewise.
3164 * gdb.base/async-shell.exp: Likewise.
3165 * gdb.base/attach-pie-misread.exp: Likewise.
3166 * gdb.base/attach-wait-input.exp: Likewise.
3167 * gdb.base/break-entry.exp: Likewise.
3168 * gdb.base/break-interp.exp: Likewise.
3169 * gdb.base/dprintf-detach.exp: Likewise.
3170 * gdb.base/nostdlib.exp: Likewise.
3171 * gdb.base/solib-nodir.exp: Likewise.
3172 * gdb.base/statistics.exp: Likewise.
3173 * gdb.base/testenv.exp: Likewise.
3174 * gdb.mi/mi-exec-run.exp: Likewise.
3175 * gdb.mi/mi-start.exp: Likewise.
3176 * gdb.multi/dummy-frame-restore.exp: Likewise.
3177 * gdb.multi/multi-arch-exec.exp: Likewise.
3178 * gdb.multi/multi-arch.exp: Likewise.
3179 * gdb.multi/tids.exp: Likewise.
3180 * gdb.multi/watchpoint-multi.exp: Likewise.
3181 * gdb.python/py-events.exp: Likewise.
3182 * gdb.threads/attach-into-signal.exp: Likewise.
3183 * gdb.threads/attach-stopped.exp: Likewise.
3184 * gdb.threads/threadapply.exp: Likewise.
3185 * lib/selftest-support.exp: Likewise.
3186
26d6cec4
AA
31872018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3188
3189 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3190
4ee89e90
SR
31912018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3192
3193 * gdb.perf/template-breakpoints.cc: New file.
3194 * gdb.perf/template-breakpoints.exp: New file.
3195 * gdb.perf/template-breakpoints.py: New file.
3196
92630041
TT
31972018-03-19 Tom Tromey <tom@tromey.com>
3198
3199 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3200 y0.
3201 * gdb.rust/simple.exp: Test bare identifier form of struct
3202 initializer.
3203
76727919
TT
32042018-03-19 Tom Tromey <tom@tromey.com>
3205
3206 * gdb.gdb/observer.exp: Remove.
3207
194ed413
AA
32082018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3209
3210 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3211 "qualified" option when setting breakpoints.
3212 * gdb.trace/backtrace.exp: Likewise.
3213 * gdb.trace/circ.exp: Likewise.
3214 * gdb.trace/collection.exp: Likewise.
3215 * gdb.trace/disconnected-tracing.exp: Likewise.
3216 * gdb.trace/ftrace-lock.exp: Likewise.
3217 * gdb.trace/ftrace.exp: Likewise.
3218 * gdb.trace/infotrace.exp: Likewise.
3219 * gdb.trace/packetlen.exp: Likewise.
3220 * gdb.trace/passc-dyn.exp: Likewise.
3221 * gdb.trace/qtro.exp: Likewise.
3222 * gdb.trace/read-memory.exp: Likewise.
3223 * gdb.trace/report.exp: Likewise.
3224 * gdb.trace/signal.exp: Likewise.
3225 * gdb.trace/status-stop.exp: Likewise.
3226 * gdb.trace/strace.exp: Likewise.
3227 * gdb.trace/tfind.exp: Likewise.
3228 * gdb.trace/trace-break.exp: Likewise.
3229 * gdb.trace/trace-condition.exp: Likewise.
3230 * gdb.trace/trace-mt.exp: Likewise.
3231 * gdb.trace/tstatus.exp: Likewise.
3232 * gdb.trace/tsv.exp: Likewise.
3233 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3234 * gdb.trace/unavailable.exp: Likewise.
3235 * gdb.trace/while-dyn.exp: Likewise.
3236
8b067d2c
AA
32372018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3238
3239 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3240 that libinproctrace is copied to the target.
3241
3ae9ce5d
TT
32422018-03-14 Tom Tromey <tom@tromey.com>
3243
3244 PR cli/14977:
3245 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3246 a null pointer.
3247 * gdb.base/wchar.exp: Likewise.
3248
b8c2339b
TT
32492018-03-14 Tom Tromey <tom@tromey.com>
3250
3251 PR cli/19918:
3252 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3253 flag.
3254
4872dc46
SM
32552018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3256
3257 PR gdb/22841
3258 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3259 "target" to remote_exec.
3260
e4fe3756
SM
32612018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3262
3263 PR gdb/22841
3264 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3265 ${board}_upload): Remove.
3266
e95a97d4
AA
32672018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3268
3269 * gdb.cp/watch-cp.cc: New test.
3270 * gdb.cp/watch-cp.exp: New file.
3271
dbbb1059
AB
32722018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3273
3274 * gdb.base/infcall-nested-structs.exp: New file.
3275 * gdb.base/infcall-nested-structs.c: New file.
3276 * gdb.base/float.exp: Add riscv support.
3277
ecc054c0
TP
32782018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3279
3280 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3281 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3282
25e3c82c
SDJ
32832018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3284
3285 * gdb.server/abspath.exp: New file.
3286 * lib/gdb.exp (with_cwd): New procedure.
3287
3083294d
SM
32882018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3289
3290 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3291 use it.
3292 (gdb_is_target_remote_prompt): New proc.
3293 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3294 (gdb_is_target_native): Pass prompt parameter to
3295 gdb_is_target_1.
3296
3275ef47
SM
32972018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3298
3299 * gdb.base/load-command.c: New file.
3300 * gdb.base/load-command.exp: New file.
3301 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3302 (gdb_is_target_1): ...this, and generalize for other targets
3303 than just remote.
3304 (gdb_is_target_remote): Use gdb_is_target_1.
3305 (gdb_is_target_native): use gdb_is_target_1.
3306
6893c19a
TT
33072018-02-26 Tom Tromey <tom@tromey.com>
3308
3309 PR python/16497:
3310 * gdb.python/py-framefilter.exp: Update test.
3311
2ddeaf8a
TT
33122018-02-26 Tom Tromey <tom@tromey.com>
3313
3314 * gdb.dwarf2/variant.c: New file.
3315 * gdb.dwarf2/variant.exp: New file.
3316
c9317f21
TT
33172018-02-26 Tom Tromey <tom@tromey.com>
3318
3319 * gdb.rust/simple.exp: Accept more possible results in enum test.
3320
6f6d0c26
SM
33212018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3322
3323 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3324 parentheses.
3325
11b03145
MR
33262018-02-23 Maciej W. Rozycki <macro@mips.com>
3327
3328 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3329 name of a variable: $actual_linejj -> $actual_line.
3330
54a27fe5
JB
33312018-02-21 John Baldwin <jhb@FreeBSD.org>
3332
3333 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3334
de65820c
MM
33352018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3336
3337 * gdb.btrace/buffer-size.exp: Do not force BTS.
3338
980548fd
PA
33392018-02-14 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3342 getting a "Quit".
3343
c4e12631
MM
33442018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3345
3346 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3347 Fix test name.
3348
c2e0e465
SM
33492018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3350
3351 * gdb.cp/m-static.exp: Check type of optimized out static
3352 member.
3353
f7216783
AB
33542018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3357 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3358
0625771b
LS
33592018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3360 Leszek Swirski <leszeks@google.com>
3361
3362 * gdb.python/py-prettyprint.c
3363 (struct to_string_returns_value_inner,
3364 struct to_string_returns_value_wrapper): New.
3365 (main): Add tsrvw variable.
3366 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3367 ToStringReturnsValueWrapper): New classes.
3368 (register_pretty_printers): Register new pretty-printers.
3369 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3370 recursive pretty printer.
3371 * gdb.python/py-mi.exp: Likewise.
3372
59498c30
LS
33732018-02-01 Leszek Swirski <leszeks@google.com>
3374
3375 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3376 functions with the same name as an include file are parsed
3377 correctly.
3378
d4d38844
YQ
33792018-02-01 Yao Qi <yao.qi@linaro.org>
3380
3381 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3382 "\[^\r\n\]*".
3383
07e5f5cf
NP
33842018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3385
3386 * gdb.arch/powerpc-prologue-frame.s: New file.
3387 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3388 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3389
929b5ad4
JB
33902018-01-31 Joel Brobecker <brobecker@adacore.com>
3391
3392 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3393
e671cd59
PA
33942018-01-30 Pedro Alves <palves@redhat.com>
3395
3396 PR gdb/13211
3397 * gdb.base/interrupt-daemon.c: New.
3398 * gdb.base/interrupt-daemon.exp: New.
3399 * gdb.multi/multi-term-settings.c: New.
3400 * gdb.multi/multi-term-settings.exp: New.
3401
fc413dc4
JB
34022018-01-30 Joel Brobecker <brobecker@adacore.com>
3403
3404 * gdb.base/break.exp: Save the location where the breakpoint
3405 on break.c:47 was actually inserted when debugging the version
3406 compiled at -O2 and use it in the expected output of the "info
3407 break" test performed soon after.
3408
5c319bb2
PA
34092018-01-22 Pedro Alves <palves@redhat.com>
3410 Sergio Durigan Junior <sergiodj@redhat.com>
3411
3412 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3413 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3414
a9e40818
JB
34152018-01-22 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.base/break-include.c, gdb.base/break-include.inc,
3418 gdb.base/break-include.exp: New files.
3419 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3420 line number now being the actual line number where the breakpoint
3421 was inserted.
3422 * gdb.mi/mi-break.exp: Likewise.
3423 * gdb.mi/mi-reverse.exp: Likewise.
3424 * gdb.mi/mi-simplerun.exp: Ditto.
3425
e707fc44
AB
34262018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3427
3428 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3429 varobj.
3430 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3431
ae451627
AB
34322018-01-21 Don Breazeal <donb@codesourcery.com>
3433 Andrew Burgess <andrew.burgess@embecosm.com>
3434
3435 * gdb.mi/basics.c: Add new global.
3436 * gdb.mi/mi-frame-regs.exp: New file.
3437 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3438 case.
3439
b1b189e0
AB
34402018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3443 non-parameter, and on an unknown symbol.
3444
fcfcc376
TT
34452018-01-19 Tom Tromey <tom@tromey.com>
3446
3447 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3448 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3449
634c1c31
AA
34502018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3451
3452 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3453 setrlimit and chdir to int.
3454
d6ad07fd
AA
34552018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3456
3457 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3458 function.
3459 (my_tend): Likewise.
3460 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3461 rationale of avoiding FP- and vector instructions.
3462
adf8243b
RK
34632018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3464
3465 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3466 "info reg" with "\[ \t\]*".
3467 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3468 "\[ \t\]+".
3469 * gdb.arch/s390-multiarch.exp: Ditto.
3470 * gdb.base/pc-fp.exp: Ditto.
3471 * gdb.reverse/i386-precsave.exp: Ditto.
3472 * gdb.reverse/i386-reverse.exp: Ditto.
3473 * gdb.reverse/i387-env-reverse.exp: Ditto.
3474 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3475
dcc06925
AA
34762018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3477
3478 * lib/gdb.exp (gdb_compile): Re-enable use of
3479 universal_compile_options for languages other than Rust.
3480
25d4fd80
AA
34812018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3482
3483 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3484
ee7f689e 34852018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3486
3487 PR gdb/16577
3488 * gdb.base/solib-vanish.exp: New.
3489 * gdb.base/solib-vanish-main.c: New.
3490 * gdb.base/solib-vanish-lib1.c: New.
3491 * gdb.base/solib-vanish-lib2.c: New.
3492
d8447b6b
YQ
34932018-01-17 Yao Qi <yao.qi@linaro.org>
3494
3495 * gdb.compile/compile.exp: Match the address printed for
3496 frame in the output of command "bt".
3497
86d6a90c
TT
34982018-01-15 Tom Tromey <tom@tromey.com>
3499
3500 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3501 compute sp_reg.
3502
cbcdb1aa
AB
35032018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3506 to prepare.
3507 (prepare): Return 0 on error, 1 on success.
3508
eea61984
PA
35092018-01-12 Pedro Alves <palves@redhat.com>
3510
3511 * gdb.base/continue-after-aborted-step-over.c: New.
3512 * gdb.base/continue-after-aborted-step-over.exp: New.
3513
6181e9c2
SM
35142018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3515
3516 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3517 options when not creating an executable.
3518
3cada740
PA
35192018-01-11 Pedro Alves <palves@redhat.com>
3520
3521 PR remote/22597
3522 * gdb.server/stop-reply-no-thread.c: New file.
3523 * gdb.server/stop-reply-no-thread.exp: New file.
3524
c63d3e8d
PA
35252018-01-10 Pedro Alves <palves@redhat.com>
3526
3527 PR gdb/22670
3528 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3529 functions too. Test setting breakpoints and printing C functions
3530 with no debug info too.
3531 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3532
d4c2a405
PA
35332018-01-10 Pedro Alves <palves@redhat.com>
3534
3535 PR gdb/22670
3536 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3537 a fail.
3538
8825213e
PA
35392018-01-10 Pedro Alves <palves@redhat.com>
3540
3541 PR gdb/22670
3542 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3543
605fd3c6
YQ
35442018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3545
3546 * gdb.server/unittest.exp: Match the output in non-development
3547 mode.
3548
1e5ded6c
YQ
35492018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3550
3551 * gdb.gdb/unittest.exp: Match output in non-development mode.
3552
30066b0b
JB
35532018-01-08 Joel Brobecker <brobecker@adacore.com>
3554
3555 * gdb.ada/access_tagged_param.exp: Relax expected output
3556 for value of "ObjL" in "continue" to pck.inspect breakpoint
3557 test.
3558
04bafb1e
XR
35592018-01-08 Joel Brobecker <brobecker@adacore.com>
3560
9f86398b
JB
3561 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3562 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3563
e379cee6
PA
35642018-01-05 Pedro Alves <palves@redhat.com>
3565
3566 PR gdb/18653
3567 * gdb.base/libsegfault.exp: New.
3568
de63c46b
PA
35692018-01-05 Joel Brobecker <brobecker@adacore.com>
3570
3571 PR gdb/22670
3572 * gdb.ada/access_tagged_param.exp: New file.
3573 * gdb.ada/access_tagged_param/foo.adb: New file.
3574
f98fc17b
PA
35752018-01-05 Pedro Alves <palves@redhat.com>
3576
3577 PR gdb/22670
3578 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3579 exercise lower case too, and to exercise both full matching and
3580 wild matching.
3581
342f8240
JB
35822018-01-05 Joel Brobecker <brobecker@adacore.com>
3583
3584 * gdb.ada/rename_subscript_param: New testcase.
3585
7150d33c
JG
35862018-01-05 Jerome Guitton <guitton@adacore.com>
3587
3588 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3589
cc0e770c
JB
35902018-01-05 Joel Brobecker <brobecker@adacore.com>
3591
3592 * gdb.ada/convvar_comp: New testcase.
3593
672a41aa 35942018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3595
3596 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3597 (My_Table): New global variable.
3598 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3599
7365ec2f
JB
36002018-01-04 Joel Brobecker <brobecker@adacore.com>
3601
3602 PR gdb/22670
3603 * gdb.ada/maint_with_ada: New testcase.
3604
289483b6
JB
36052018-01-04 Joel Brobecker <brobecker@adacore.com>
3606
3607 PR gdb/22670
3608 * gdb.ada/bp_c_mixed_case: New testcase.
3609
344420da
JB
36102018-01-04 Joel Brobecker <brobecker@adacore.com>
3611
3612 PR gdb/22670
3613 * gdb.ada/complete.exp: Add "complete break ada" test.
3614
66fc87a0
JB
36152018-01-04 Joel Brobecker <brobecker@adacore.com>
3616
3617 PR gdb/22670
3618 * gdb.ada/info_addr_mixed_case: New testcase.
3619
9f757bf7
XR
36202018-01-03 Xavier Roirand <roirand@adacore.com>
3621
3622 * gdb.ada/excep_handle.exp: New testcase.
3623 * gdb.ada/excep_handle/foo.adb: New file.
3624 * gdb.ada/excep_handle/pck.ads: New file.
3625
bd570f80
JB
36262018-01-03 Joel Brobecker <brobecker@adacore.com>
3627
3628 * gdb.base/step-line.c: Add extra empty line in copyright header.
3629 * gdb.base/step-line.inp: Likewise.
3630
9fe561ab
JB
36312018-01-02 Joel Brobecker <brobecker@adacore.com>
3632
3633 * gdb.ada/dyn_stride.exp: Add slice test.
3634
a405673c
JB
36352018-01-02 Joel Brobecker <brobecker@adacore.com>
3636
3637 * gdb.ada/dyn_stride: New testcase.
3638
cef0f868
SH
36392017-12-27 Stafford Horne <shorne@gmail.com>
3640
3641 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3642 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3643
b67d92b0
SH
36442017-12-27 Stafford Horne <shorne@gmail.com>
3645
3646 * gdb.base/reggroups.c: New file.
3647 * gdb.base/reggroups.exp: New file.
3648
eccab96d
JB
36492017-12-18 Joel Brobecker <brobecker@adacore.com>
3650
3651 * gdb.dwarf2/ada-valprint-error.c: New file.
3652 * gdb.dwarf2/ada-valprint-error.exp: New file.
3653
0e2da9f0
JB
36542017-12-18 Joel Brobecker <brobecker@adacore.com>
3655
3656 * gdb.ada/assign_arr: New testcase.
3657
cb923fcc
XR
36582017-12-18 Xavier Roirand <roirand@adacore.com>
3659
3660 * gdb.ada/funcall_ptr: New testcase.
3661
7c161838
SDJ
36622017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3663
3664 PR cli/16224
3665 * gdb.base/ptype-offsets.cc: New file.
3666 * gdb.base/ptype-offsets.exp: New file.
3667
1af17fd9
YQ
36682017-12-15 Yao Qi <yao.qi@linaro.org>
3669
3670 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3671 if XML is disabled.
3672
828d5846
XR
36732017-12-15 Xavier Roirand <roirand@adacore.com>
3674
3675 * gdb.ada/same_component_name: New testcase.
3676
79e8fcaa
JB
36772017-12-14 Joel Brobecker <brobecker@adacore.com>
3678
3679 * gdb.ada/str_binop_equal: New testcase.
3680
e05fa6f9
JB
36812017-12-14 Joel Brobecker <brobecker@adacore.com>
3682
3683 * gdb.ada/task_switch_in_core: New testcase.
3684
b89641ba
SM
36852017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3688 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3689 call test_bkpt_qualified.
3690 (test_bkpt_qualified): New proc.
3691
6892d2e4
PA
36922017-12-13 Pedro Alves <palves@redhat.com>
3693
3694 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3695 Tighten regexp by matching with an anchor.
3696
a22ecf70
PA
36972017-12-13 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3700 ("expression with namespace"): New set of tests.
3701 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3702 (Nested::Test_NS::qux): New.
3703 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3704 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3705
9937536c
JB
37062017-12-13 Joel Brobecker <brobecker@adacore.com>
3707
3708 * gdb.base/server-del-break.c: New file.
3709 * gdb.base/server-del-break.exp: New file.
3710
fe49c6f5
SH
37112017-12-12 Stafford Horne <shorne@gmail.com>
3712
3713 * gdb.xml/tdesc-regs.exp: Add or1k support.
3714
c3d18620
SH
37152017-12-12 Stafford Horne <shorne@gmail.com>
3716
3717 * gdb.base/bp-permanent.c: Define nop of or1k.
3718
c5f9cfc8
JB
37192017-12-11 Joel Brobecker <brobecker@adacore.com>
3720
3721 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3722 output with components being reordered.
3723
a9c135fc
JB
37242017-12-11 Joel Brobecker <brobecker@adacore.com>
3725
3726 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3727 output with components being reordered.
3728
927aa2e7
JK
37292017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3730 Pedro Alves <palves@redhat.com>
3731
3732 * gdb.base/maint.exp (check for .gdb_index): Check also for
3733 .debug_names.
3734 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3735 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3736 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3737 (.gdb_index used after symbol reloading): Support also .debug_names.
3738 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3739
f17d9474
YQ
37402017-12-08 Yao Qi <yao.qi@linaro.org>
3741
3742 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3743 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3744
a0de8c21
YQ
37452017-12-08 Yao Qi <yao.qi@linaro.org>
3746
3747 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3748 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3749
a738ea1d
YQ
37502017-12-08 Yao Qi <yao.qi@linaro.org>
3751
3752 * gdb.arch/aarch64-tagged-pointer.c: New file.
3753 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3754
1cd9a73b
SDJ
37552017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3756
3757 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3758 "int".
3759
fa6eb693
KS
37602017-12-07 Keith Seitz <keiths@redhat.com>
3761
3762 PR breakpoints/22569
3763 * gdb.linespec/ls-errs.exp: Change expected result of "break
3764 -source this file has spaces.c -line 3".
3765 Check that an explicit source file followed by whitespace is
3766 identified as an invalid explicit location.
3767
883fd55a
KS
37682017-12-07 Keith Seitz <keiths@redhat.com>
3769
3770 * gdb.cp/nested-types.cc: New file.
3771 * gdb.cp/nested-types.exp: New file.
3772 * lib/cp-support.exp: Load data-structures.exp library.
3773 (debug_cp_test_ptype_class): New global.
3774 (cp_ptype_class_verbose, next_line): New procedures.
3775 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3776 Add and document new return value.
3777 Switch the list of lines to a queue.
3778 Add support for new `type' key for nested type definitions.
3779 Add debugging/troubleshooting messages.
3780 * lib/data-structures.exp: New file.
3781
ec72db3e
SM
37822017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3785 with proc_with_prefix, don't use with_test_prefix.
3786
99598d71
TT
37872017-12-07 Tom Tromey <tom@tromey.com>
3788
3789 * gdb.base/break.exp: Add test for empty "commands".
3790
a8806230
YQ
37912017-12-07 Yao Qi <yao.qi@linaro.org>
3792
3793 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3794 malloc and catch syscall.
3795
824cc835
PM
37962017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3797
e79be6e5 3798 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3799 tests for explicit locations.
3800
7cc244de
PA
38012017-12-06 Pedro Alves <palves@redhat.com>
3802
3803 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3804 force-disabling XML descriptions.
3805
50a1fdd5
PA
38062017-12-04 Pedro Alves <palves@redhat.com>
3807
3808 PR gdb/22499
3809 * gdb.arch/amd64-disp-step-avx.S: New file.
3810 * gdb.arch/amd64-disp-step-avx.exp: New file.
3811
f0fb2488
PA
38122017-12-03 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3815 and <string.h>.
3816 (parent_function): Print distinct messages when waitpid fails, or
3817 the child exits with a signal, or the child exits for an unhandled
3818 reason.
3819 * gdb.threads/process-dies-while-detaching.exp
3820 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3821 it. Wait for both inferior output and GDB's prompt. Use an
3822 indirect spawn id list.
3823 (do_detach): New parameter 'child_exit'. Use it to compute
3824 expected inferior output.
3825 (test_detach, test_detach_watch, test_detach_killed_outside):
3826 Adjust to pass down the expected child exit kind.
3827
97cbe998
SDJ
38282017-12-01 Joel Brobecker <brobecker@adacore.com>
3829 Sergio Durigan Junior <sergiodj@redhat.com>
3830 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3833
40fc416f
SDJ
38342017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3835
3836 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3837 to 'symbol-file' and 'add-symbol-file' can be
3838 position-independent.
3839
1cc75e92
YQ
38402017-12-01 Yao Qi <yao.qi@linaro.org>
3841
3842 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3843 the URL in copyright header.
3844 * gdb.arch/aarch64-fp.exp: Likewise.
3845 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3846 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3847 * gdb.base/expand-psymtabs.exp: Likewise.
3848 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3849 * gdb.fortran/common-block.exp: Likewise.
3850 * gdb.fortran/common-block.f90: Likewise.
3851 * gdb.fortran/logical.exp: Likewise.
3852 * gdb.fortran/vla-datatypes.f90: Likewise.
3853 * gdb.fortran/vla-sub.f90: Likewise.
3854
875fb7a7
JB
38552017-11-30 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.ada/repeat_dyn: New testcase.
3858
6f14765f
UW
38592017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3860
3861 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3862 Update for changed thread numbering.
3863 * gdb.cell/bt.exp: Update for changed GDB output.
3864
f1af7b94
SM
38652017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3866
3867 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3868 setting isremote by hand.
3869 * boards/dwarf4-gdb-index.exp: Likewise.
3870 * boards/fission.exp: Likewise.
3871 * boards/stabs.exp: Likewise.
3872
e3919f3e
PA
38732017-11-30 Pedro Alves <palves@redhat.com>
3874
3875 * gdb.linespec/cpls-ops.exp
3876 (check_explicit_skips_function_argument): Extract the underlying
3877 type of size_t instead of hardcoding it.
3878
bd69330d
PA
38792017-11-29 Pedro Alves <palves@redhat.com>
3880
3881 PR c++/19436
3882 * gdb.linespec/cpls-abi-tag.cc: New file.
3883 * gdb.linespec/cpls-abi-tag.exp: New file.
3884
a20714ff
PA
38852017-11-29 Pedro Alves <palves@redhat.com>
3886
3887 * gdb.base/langs.exp: Use -qualified.
3888 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3889 it.
3890 * gdb.cp/namespace.exp: Use -qualified.
3891 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3892 (overload-3, template-overload, template-ret-type, const-overload)
3893 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3894 procedures.
3895 (test_driver): Call them.
3896 * gdb.cp/save-bp-qualified.cc: New.
3897 * gdb.cp/save-bp-qualified.exp: New.
3898 * gdb.linespec/explicit.exp: Test -qualified.
3899 * lib/completion-support.exp (completion::explicit_opts_list): Add
3900 "-qualified".
3901 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3902
f6f1d339
PM
39032017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3904
3905 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3906
02ca603a
TT
39072017-11-29 Tom Tromey <tom@tromey.com>
3908
3909 * gdb.base/relocate.exp: Update invalid argument test.
3910 Add new tests for invalid arguments.
3911
ed6c0bfb
TP
39122017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3913
3914 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3915 Return 0 as a long.
3916 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3917
f106e10e
TP
39182017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3919
3920 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3921 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3922 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3923 func ().
3924 * gdb.cp/shadow.cc (B.func): Return 0.
3925
10329bb2
JB
39262017-11-27 Joel Brobecker <brobecker@adacore.com>
3927
3928 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3929 expected output in gdb_expect call to allow the exception
3930 message to be present as well. Fix syntax confusion to avoid
3931 TCL thinking that exception_name is an array.
3932
617cd4bc
UW
39332017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3934
3935 * gdb.arch/spu-info.c: Include <unistd.h>.
3936 (do_signal_test): Fix broken calls to write.
3937 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3938 Fix checks for empty mailboxes. Update signal tests for corrected
3939 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3940 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3941 * gdb.cell/arch.exp: Use standard_output_file.
3942 * gdb.cell/break.exp: Likewise.
3943 * gdb.cell/bt.exp: Likewise.
3944 * gdb.cell/core.exp: Likewise.
3945 * gdb.cell/dwarfaddr.exp: Likewise.
3946 * gdb.cell/ea-cache.exp: Likewise.
3947 * gdb.cell/ea-standalone.exp: Likewise.
3948 * gdb.cell/f-regs.exp: Likewise.
3949 * gdb.cell/fork.exp: Likewise.
3950 * gdb.cell/gcore.exp: Likewise.
3951 * gdb.cell/mem-access.exp: Likewise.
3952 * gdb.cell/ptype.exp: Likewise.
3953 * gdb.cell/registers.exp: Likewise.
3954 * gdb.cell/sizeof.exp: Likewise.
3955 * gdb.cell/solib-symbol.exp: Likewise.
3956 * gdb.cell/solib.exp: Likewise.
617cd4bc 3957
a81aaca0
PA
39582017-11-25 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/complete-empty.exp: New file.
3961 * gdb.base/completion.exp: Adjust.
3962
6a3c6ee4
PA
39632017-11-25 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.linespec/cpls-ops.cc: New file.
3966 * gdb.linespec/cpls-ops.exp: New file.
3967 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3968 factored out from ...
3969 (test_complete_prefix_range): ... this.
3970
8955eb2d
PA
39712017-11-24 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.linespec/cpcompletion.exp: New file.
3974 * gdb.linespec/cpls-hyphen.cc: New file.
3975 * gdb.linespec/cpls.cc: New file.
3976 * gdb.linespec/cpls2.cc: New file.
3977 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3978 test to use test_gdb_complete_unique. Add label completion,
3979 keyword completion and explicit location completion tests.
3980 * lib/completion-support.exp: New file.
3981
e547c119
JB
39822017-11-24 Joel Brobecker <brobecker@adacore.com>
3983
3984 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3985 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3986 when hitting an exception catchpoint.
3987
7c3c1aa8
YQ
39882017-11-22 Yao Qi <yao.qi@linaro.org>
3989
3990 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3991
41bd68f5
SM
39922017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3993
3994 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3995 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3996 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3997
1daad298
YQ
39982017-11-22 Yao Qi <yao.qi@linaro.org>
3999
4000 * gdb.base/info-os.exp: Pass pthreads.
4001 * gdb.multi/multi-attach.exp: Likewise.
4002
88465e87
YQ
40032017-11-22 Yao Qi <yao.qi@linaro.org>
4004
4005 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4006 compiler.
4007
dc196b23
YQ
40082017-11-22 Yao Qi <yao.qi@linaro.org>
4009
4010 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4011 * gdb.base/break-interp.exp: Likewise.
4012 * gdb.base/jit-attach-pie.exp: Likewise.
4013
2400729e
UW
40142017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4015
4016 * gdb.base/float128.c (large128): New variable.
4017 * gdb.base/float128.exp: Add test to print largest __float128 value.
4018
7a26362d
UW
40192017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4020
4021 * gdb.arch/vsx-regs.exp: Update register content checks.
4022
ed0f4273
UW
40232017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4024
4025 * gdb.arch/ppc-longdouble.exp: New file.
4026 * gdb.arch/ppc-longdouble.c: Likewise.
4027
a25d69c6
PA
40282017-11-21 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4031
73fcf641
PA
40322017-11-20 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4035 (long_double_typedef): New typedefs.
4036 Use DEF on double and long double.
4037 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4038 cases.
4039 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4040 and 'long_double_ptr_same_size' locals. Use them to decide
4041 whether cast from array/function to float is valid/invalid.
4042
71a3c369
TT
40432017-11-17 Tom Tromey <tom@tromey.com>
4044
4045 * gdb.rust/traits.rs: New file.
4046 * gdb.rust/traits.exp: New file.
4047
ced9779b
JB
40482017-11-17 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.ada/minsyms: New testcase.
4051
a0922d80
PA
40522017-11-16 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4055 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4056
ea04e54c
PA
40572017-11-16 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4060 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4061
e849ea89
PA
40622017-11-16 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.server/reconnect-ctrl-c.c: New file.
4065 * gdb.server/reconnect-ctrl-c.exp: New file.
4066
d8ae99a7
PM
40672017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4068
4069 * gdb.python/py-rbreak.exp: New file.
4070 * gdb.python/py-rbreak.c: New file.
4071 * gdb.python/py-rbreak-func2.c: New file.
4072
968a13f8
PA
40732017-11-16 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4076 pattern.
4077 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4078 GDB.
4079
71774bc9
SM
40802017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4081
4082 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4083 regex.
4084
ddbb44cf
SM
40852017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4086
4087 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4088 test names.
4089
584a564f
PA
40902017-11-09 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4093 factored out from ...
4094 (top level): ... here, and adjusted to avoid expecting beyond the
4095 prompt in a single gdb_test_multiple.
4096
5ed7a928
PA
40972017-11-09 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4100 output.
4101 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4102 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4103 * gdb.server/ext-run.exp ("kill" test): Likewise.
4104 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4105
a60e0738
PA
41062017-11-09 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4109 match till end of line.
4110
2c88253f
PA
41112017-11-09 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4114
c7a38517
PA
41152017-11-09 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4118 New procedures, factored out from ...
4119 (top level): ... here, and adjusted to avoid expecting beyond the
4120 prompt in one go.
4121
f29f4b6b
PA
41222017-11-09 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4125 output. Fix '?' match.
4126
286acbb5
JB
41272017-11-08 Joel Brobecker <brobecker@adacore.com>
4128
4129 * gdb.ada/scoped_watch: New testcase.
4130 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4131 which is actually correct.
4132 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4133 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4134
62d7ae92
PA
41352017-11-08 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.gdb/complaints.exp (test_initial_complaints)
4138 (test_serial_complaints, test_short_complaints): Call
4139 complaint_internal instead of complaint.
4140
280ca31f
DT
41412017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4142
4143 * gdb.threads/tls-core.c: New file.
4144 * gdb.threads/tls-core.exp: Likewise.
4145
b5ec771e
PA
41462017-11-08 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4149 (p Exported_Capitalized): New test.
4150 (p exported_capitalized): New test.
4151
a02b41a7
PA
41522017-11-07 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4155
95e95a6d
PA
41562017-11-07 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4159 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4160 (disable_invalid, disable_inverted, disable_negative): New
4161 procedures.
4162 ("bad numbers"): New set of tests.
4163
cee62dbd
PA
41642017-11-07 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.cp/ena-dis-br-range.exp: Add tests.
4167
cc638e86
PA
41682017-11-07 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4171
d0fe4701
XR
41722017-11-07 Xavier Roirand <roirand@adacore.com>
4173 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.base/ena-dis-br.exp: Add reference to
4176 gdb.cp/ena-dis-br-range.exp.
4177 * gdb.cp/ena-dis-br-range.exp: New file.
4178 * gdb.cp/ena-dis-br-range.cc: New file.
4179
46f67f80
PA
41802017-11-06 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/attach-non-pgrp-leader.c: New.
4183 * gdb.base/attach-non-pgrp-leader.exp: New.
4184
726e1356
PA
41852017-11-06 Pedro Alves <palves@redhat.com>
4186
4187 * configure.ac: No longer check for termio.h and sgtty.h.
4188 * configure: Regenerate.
4189 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4190 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4191 Remove termio and sgtty code.
4192
50ab6ace
YQ
41932017-11-03 Yao Qi <yao.qi@linaro.org>
4194
4195 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4196 in GDB is disabled.
4197
8e68731c
YQ
41982017-11-03 Yao Qi <yao.qi@linaro.org>
4199
4200 * gdb.python/py-thrhandle.exp: Skip it if python is not
4201 enabled.
4202
3a87ae65
SM
42032017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4204
4205 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4206 as a breakpoint command.
4207
484d8d36
MD
42082017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4209
4210 PR python/21213
4211 * gdb.python/py-infthread.exp: Test calling
4212 InferiorThread.inferior () multiple times in a row.
4213
4a27f119
KS
42142017-10-27 Keith Seitz <keiths@redhat.com>
4215
4216 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4217 Test "info break" for every inlined function breakpoint.
4218
bb11dd58
YQ
42192017-10-27 Yao Qi <yao.qi@linaro.org>
4220
4221 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4222
a43f3893
PF
42232017-10-26 Patrick Frants <osscontribute@gmail.com>
4224
4225 * gdb.cp/classes.exp (test_static_members): Test printing
4226 Outer::instance.
4227 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4228 (Inner::instance, Outer::instance): New.
4229
792ccf00
PA
42302017-10-24 Pedro Alves <palves@redhat.com>
4231
4232 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4233 extra console" test in two stages.
4234
eb2bfbad
PA
42352017-10-24 Pedro Alves <palves@redhat.com>
4236
4237 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4238
1f75a651
PA
42392017-10-24 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4242 loop.
4243
779990d9
PA
42442017-10-24 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4247 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4248
ad9b8f5d
PA
42492017-10-24 Pedro Alves <palves@redhat.com>
4250
4251 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4252 parameter and handle it. Don't output read value in test name.
4253
fee6da6e
PA
42542017-10-24 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4257 custom test name.
4258
10389c2c
PA
42592017-10-24 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4262 include the unstable output directory name in the test's name.
4263 (initial_setup_simple) <'set args'>: Use custom test name.
4264
a80e65a9
PA
42652017-10-24 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4268 with explicit test name.
4269
15763a09
PA
42702017-10-20 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4273 'wait -i'. Use gdb_assert and remote_close.
4274
49a4ce2e
AB
42752017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4278 number from variable rather than hard-coded.
4279
a75868f5
PA
42802017-10-19 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.base/long-inferior-output.c: New file.
4283 * gdb.base/long-inferior-output.exp: New file.
4284
c8ba13ad
KS
42852017-11-18 Keith Seitz <keiths@redhat.com>
4286
4287 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4288 method.
4289 (main): Call it.
4290 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4291 Add additional user-defined conversion operator tests.
4292
b27de576
PA
42932017-10-17 Pedro Alves <palves@redhat.com>
4294
4295 * boards/native-stdio-gdbserver.exp: Load "local-board".
4296
8484c955
PA
42972017-10-17 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/quit-live.c: New file.
4300 * gdb.base/quit-live.exp: New file.
4301
83d5a34d
KS
43022017-10-16 Keith Seitz <keiths@redhat.com>
4303
4304 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4305 (class_with_protected_typedef, class_with_private_typedef)
4306 (struct_with_public_typedef, struct_with_protected_typedef)
4307 (struct_with_private_typedef): New classes/structs.
4308 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4309 typedefs and access specifiers.
4310
739b3f1d
PA
43112017-10-16 Pedro Alves <palves@redhat.com>
4312 Simon Marchi <simon.marchi@polymtl.ca>
4313
4314 * README (Local vs Remote vs Native): New section.
4315 * boards/local-board.exp: New file, with bits factored out from
4316 ...
4317 * boards/native-extended-gdbserver.exp: ... here. Load
4318 "local-board".
4319 * boards/native-gdbserver.exp: Load "local-board".
4320 (${board}_spawn, ${board}_exec): Delete.
4321 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4322 ...
4323 * boards/stdio-gdbserver-base.exp: ... this new file.
4324 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4325 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4326 procedure.
4327 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4328 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4329 stdio_gdbserver_command.
4330 (${board}_get_remote_address, ${board}_get_comm_port)
4331 (${board}_download, ${board}_upload): Delete.
4332 (get_target_remote_pipe_cmd): New.
4333
fe68b953
SM
43342017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4335
4336 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4337 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4338 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4339 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4340 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4341 remove with_test_prefix.
4342
300b6685
PA
43432017-10-13 Pedro Alves <palves@redhat.com>
4344
4345 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4346 * gdb.base/annota1.exp: Use it instead of is_remote.
4347 * gdb.base/annota3.exp: Use it instead of is_remote.
4348 * gdb.cp/annota2.exp: Use it instead of is_remote.
4349 * gdb.cp/annota3.exp: Use it instead of is_remote.
4350 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4351
50500caf
PA
43522017-10-13 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4355 (test_num_test_vars, run_and_count_vars, find_env)
4356 (test_set_unset_env, test_inherit_env_var): New procedures.
4357 (top level): Use them.
4358
dad0c6d2
PA
43592017-10-13 Pedro Alves <palves@redhat.com>
4360
4361 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4362 also skip on stub-like targets.
4363
8b0553c1
PA
43642017-10-13 Pedro Alves <palves@redhat.com>
4365
4366 PR gdb/22293
4367 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4368 (top level): Move some tests to ...
4369 (test_not_found): ... this new procedure.
4370 (top level): Call it.
4371
7594f623
PA
43722017-10-13 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4375 expect different "info terminal" output if testing with a
4376 non-native target.
4377
ebe3b402
PA
43782017-10-13 Pedro Alves <palves@redhat.com>
4379 Simon Marchi <simon.marchi@polymtl.ca>
4380
4381 PR python/12966
4382 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4383
42f1b161
PA
43842017-10-13 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4387 already.
4388
8d6ef72b
PA
43892017-10-13 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4392 is_remote.
4393
d7bcd5b8
PA
43942017-10-13 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4397 is_remote.
4398
df479dc6
PA
43992017-10-13 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4402 is set.
4403 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4404 instead of is_remote.
4405
23fb630a
PA
44062017-10-13 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4409 (top level): Add comment.
4410
cc77b1dc
PA
44112017-10-13 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/remote.exp (top level): Fix comment typo and add
4414 missing return.
4415
27c9e813
PA
44162017-10-13 Pedro Alves <palves@redhat.com>
4417 Simon Marchi <simon.marchi@polymtl.ca>
4418
4419 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4420 calls and add comments. Skip test if use_gdb_stub is set.
4421 (top level): Use "set cwd" command instead of "cd" command.
4422
5e830d98
PA
44232017-10-13 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4426 is_remote target check.
4427
f5ca0032
PA
44282017-10-13 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/scope.exp: Use build_executable + clean_restart +
4431 gdb_file_cmd instead of prepare_for_testing and no longer skip
4432 "before run" tests on is_remote target boards. Update comments.
4433 * boards/native-extended-gdbserver.exp
4434 (extended_gdbserver_load_last_file): New, factored out from ...
4435 (gdb_load): ... this. Move further below and add comment.
4436 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4437
8aed1c0d
PA
44382017-10-12 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.base/attach.exp: Remove references to gdb64.
4441 * gdb.base/dbx.exp: Remove references to gdb64.
4442
cfa34c87
SM
44432017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4444 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/label.exp: Remove is_remote target check.
4447
9192b7de
PA
44482017-10-12 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/auvx.exp (coredir): Update comment.
4451 (top level) <core_works>: Use "set cwd" command instead of "cd"
4452 command.
4453
6bf0052d
PA
44542017-10-12 Pedro Alves <palves@redhat.com>
4455 Simon Marchi <simon.marchi@polymtl.ca>
4456
4457 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4458 target boards.
4459
e48ef82d
PA
44602017-10-12 Pedro Alves <palves@redhat.com>
4461 Simon Marchi <simon.marchi@polymtl.ca>
4462
4463 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4464 Instead skip if there's any gdb_protocol set.
4465
8d7aea57
SM
44662017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4467 Pedro Alves <palves@redhat.com>
4468
4469 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4470
30440677
PA
44712017-10-12 Pedro Alves <palves@redhat.com>
4472 Simon Marchi <simon.marchi@polymtl.ca>
4473
4474 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4475 instead of on dejagnu remote boards.
4476
4e04f045 44772017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4478 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4479
4480 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4481 checks. Use build_executable + clean_restart instead of
4482 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4483 of enabling non-stop after starting gdb.
4484
871a186e
PA
44852017-10-12 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4488 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4489 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4490 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4491
56d704da
AK
44922017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4493
4494 * gdb.arch/arc-tdesc-cpu.exp: New file.
4495 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4496
2f20e312
SM
44972017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4498
4499 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4500
65630365
PA
45012017-10-10 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4504 expect CLI output.
4505
bf469271
PA
45062017-10-10 Pedro Alves <palves@redhat.com>
4507
4508 * lib/selftest-support.exp (selftest_setup): Update for
4509 captured_command_loop's prototype change.
4510
777a42f1
PA
45112017-10-09 Pedro Alves <palves@redhat.com>
4512
4513 Test both arch1=>arch2 and arch2=>arch1.
4514
4515 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4516 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4517 factored out to...
4518 (append_arch1_options, append_arch2_options, append_arch_options)
4519 (build_executables): New procedures.
4520 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4521 local.
4522 (top level): Add new 'first_arch' testing axis.
4523
cbd2b4e3
PA
45242017-10-09 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4527 (barrier): New.
4528 (thread_start, all_started): New functions.
4529 (main): Spawn new thread and wait until it is scheduled.
4530 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4531 option.
4532 (do_test): Add 'selected_thread' parameter. Run to all_started
4533 instead of main. Explicitly set the breakpoint at main. Switch
4534 to the SELECTED_THREAD thread.
4535 (top level): Test handling the exec event with either the main
4536 thread or the second thread selected.
4537
5c9e4427
PA
45382017-10-09 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4541 logic. Move STOP marker after the value checks.
4542 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4543 regexp.
4544
b3b7c423
SL
45452017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4546
4547 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4548
3b4b2f16
UW
45492017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4550
4551 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4552 integer-to-dfp conversion.
4553 * gdb.base/dfp-test.exp: Likewise.
4554
5cd63fda
PA
45552017-10-04 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.multi/hangout.c: Include <unistd.h>.
4558 (hangout_loop): New function.
4559 (main): Call alarm. Call hangout_loop in a loop.
4560 * gdb.multi/hello.c: Include <unistd.h>.
4561 (hello_loop): New function.
4562 (main): Call alarm. Call hangout_loop in a loop.
4563 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4564 inferior with the other selected.
4565
4c71c105
SM
45662017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4567
4568 * gdb.mi/list-thread-groups-available.exp: New file.
4569 * gdb.mi/list-thread-groups-available.c: New file.
4570
bc3b087d
SDJ
45712017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4572
4573 * gdb.base/set-cwd.exp: Make it available on
4574 native-extended-gdbserver.
4575
d092c5a2
SDJ
45762017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4577
4578 * gdb.base/set-cwd.c: New file.
4579 * gdb.base/set-cwd.exp: Likewise.
4580
45320ffa
TT
45812017-10-02 Tom Tromey <tom@tromey.com>
4582
4583 PR rust/22236:
4584 * gdb.rust/simple.rs (main): New variable "fslice".
4585 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4586
b3e3859b
TT
45872017-10-02 Tom Tromey <tom@tromey.com>
4588
4589 * gdb.rust/simple.exp: Test ptype of a slice.
4590
01af5e0d
TT
45912017-10-02 Tom Tromey <tom@tromey.com>
4592
4593 * gdb.rust/simple.exp: Test index of slice.
4594
a9bbfbd8
TT
45952017-09-27 Tom Tromey <tom@tromey.com>
4596
4597 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4598
df8899e5
TP
45992017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4600 Pedro Alves <palves@redhat.com>
4601
4602 * gdb.base/compare-sections.exp (get value of read-only section): Read
4603 as unsigned value.
4604 (corrupt read-only section): Likewise and don't set written if patching
4605 failed.
4606
757bf54b
KB
46072017-09-21 Kevin Buettner <kevinb@redhat.com>
4608
4609 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4610 files.
4611
06871ae8
PA
46122017-09-20 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4615 symbol names in gdb's output.
4616 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4617
e5f25bc5
PA
46182017-09-20 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4621 Rename to ...
4622 (test_list_ambiguous_symbol): ... this and add a symbol name
4623 parameter. Adjust.
4624 (test_list_ambiguous_function): Reimplement on top of
4625 test_list_ambiguous_symbol and also test listing ambiguous
4626 variables.
4627 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4628 (ambiguous_fun): ... this.
4629 (ambiguous_var): New.
4630 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4631 (ambiguous_fun): ... this.
4632 (ambiguous_var): New.
4633
4e5a4f58
JB
46342017-09-19 John Baldwin <jhb@FreeBSD.org>
4635
4636 * gdb.base/starti.c: New file.
4637 * gdb.base/starti.exp: New file.
4638 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4639
26e53f3e
PA
46402017-09-14 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4643 (top level): Use it instead of runto.
4644
cb791d59
TT
46452017-09-11 Tom Tromey <tom@tromey.com>
4646
4647 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4648
7c96f8c1
TT
46492017-09-11 Tom Tromey <tom@tromey.com>
4650
4651 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4652 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4653
469412dd
CW
46542017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4655
4656 * gdb.fortran/printing-types.exp: New file.
4657 * gdb.fortran/printing-types.exp: New file.
4658
e0f86435
BH
46592017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4660
4661 * gdb.fortran/vla-ptype.exp: Fix typos.
4662 * gdb.fortran/vla-value.exp: Same.
4663
9e9af4be
BH
46642017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4665
4666 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4667 * gdb.mi/mi-var-child-f.exp: Likewise.
4668 * gdb.mi/mi-vla-fortran.exp: Likewise.
4669
a5ad232b 46702017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4671 Christoph Weinmann <christoph.t.weinmann@intel.com>
4672 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4673
4674 * gdb.fortran/ptr-indentation.f90: New file.
4675 * gdb.fortran/ptr-indentation.exp: New file.
4676
5aec60eb
TT
46772017-09-05 Tom Tromey <tom@tromey.com>
4678
4679 PR gdb/22010:
4680 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4681
8f8f8152
TP
46822017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4683
4684 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4685
fbd1b771
JK
46862017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4687
4688 * gdb.threads/tls-nodebug-pie.c: New file.
4689 * gdb.threads/tls-nodebug-pie.exp: New file.
4690
5eb5f850
TT
46912017-09-05 Tom Tromey <tom@tromey.com>
4692
4693 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4694 for rust.
4695
ae780a21
SM
46962017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4697
4698 * gdb.multi/multi-arch-exec.exp: Test with different
4699 "follow-exec-mode" settings.
4700 (do_test): New procedure.
4701
3693fdb3
PA
47022017-09-04 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/func-static.c (S::method const, S::method volatile)
4705 (S::method volatile const): New methods.
4706 (c_s, v_s, cv_s): New instances.
4707 (main): Call method() on them.
4708 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4709 (cannot_resolve): New procedure.
4710 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4711 print-quote-unquoted columns.
4712 (do_test): Test printing each scope too.
4713
e68cb8e0
PA
47142017-09-04 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/local-static.exp: Also test with
4717 class::method::variable wholly quoted.
4718 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4719
858be34c
PA
47202017-09-04 Pedro Alves <palves@redhat.com>
4721
4722 * gdb.base/local-static.c: New.
4723 * gdb.base/local-static.cc: New.
4724 * gdb.base/local-static.exp: New.
4725
46a4882b
PA
47262017-09-04 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.asm/asm-source.exp: Add casts to int.
4729 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4730 (dataglobal64_1, dataglobal64_2): New globals.
4731 * gdb.base/nodebug.exp: Test different expressions involving the
4732 new globals, with print, whatis and ptype. Add casts to int.
4733 * gdb.base/solib-display.exp: Add casts to int.
4734 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4735 * gdb.cp/m-static.exp: Add cast to int.
4736 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4737 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4738 tls variable with no debug info without a cast. Test with a cast
4739 to int too.
4740 * gdb.trace/entry-values.exp: Add casts.
4741
2c5a2be1
PA
47422017-09-04 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.base/nodebug.exp: Test that ptype's error about functions
4745 with unknown return type includes the function name too.
4746
7022349d
PA
47472017-09-04 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4750 return type of munmap in infcall.
4751 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4752 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4753 type of ftell in infcall.
4754 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4755 type of getpid in infcall.
4756 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4757 infcall.
4758 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4759 Bail on failure to extract the pid.
4760 * gdb.base/nodebug.c: #include <stdint.h>.
4761 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4762 New functions.
4763 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4764 Change expected output of print/whatis/ptype with functions with
4765 no debug info. Test all supported languages. Call
4766 test_call_promotion.
4767 * gdb.compile/compile.exp: Adjust expected output to expect
4768 warning.
4769 * gdb.threads/siginfo-threads.exp: Likewise.
4770
54990598
PA
47712017-09-04 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4774 "prototypes". Test calling float functions via prototyped and
4775 unprototyped function pointers.
4776 (perform_all_tests): New parameter "prototypes". Pass it down.
4777 (top level): Pass down "prototypes" parameter to
4778 perform_all_tests.
4779
34d16ea2
SM
47802017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4781
4782 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4783 Test with nested loops.
4784
9521ecda
SM
47852017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4786
4787 * gdb.base/commands.exp: Call the new procedures.
4788 (loop_break_test, loop_continue_test): New procedures.
4789
80a65e9b
SM
47902017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4791
4792 * gdb.base/commands.exp: Call new procedure.
4793 (define_if_without_arg_test): New procedure.
4794
e439fa14
PA
47952017-09-04 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.base/list-ambiguous.exp: New file.
4798 * gdb.base/list-ambiguous0.c: New file.
4799 * gdb.base/list-ambiguous1.c: New file.
4800 * gdb.base/list.exp (test_list_range): Adjust expected output.
4801
0a2dde4a
SDJ
48022017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4803
4804 * gdb.base/share-env-with-gdbserver.c: New file.
4805 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4806
5e89eb3a
SM
48072017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4808
4809 * gdb.base/commands.exp (gdbvar_simple_if_test,
4810 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4811 progvar_simple_if_test, progvar_simple_while_test,
4812 progvar_complex_if_while_test, user_defined_command_test,
4813 user_defined_command_args_eval,
4814 user_defined_command_args_stack_test,
4815 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4816 temporary_breakpoint_commands,
4817 gdb_test_no_prompt, redefine_hook_test,
4818 redefine_backtrace_test): Remove "global gdb_prompt".
4819
fd437cbc
SM
48202017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4821
4822 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4823 New proc, call it from toplevel.
4824
87215ad1
SDJ
48252017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4826
4827 PR remote/21852
4828 * gdb.server/normal.c: New file, copied from gdb.base.
4829 * gdb.server/run-without-local-binary.exp: New file.
4830
58afddc6
WP
48312017-08-07 Weimin Pan <weimin.pan@oracle.com>
4832
4833 * gdb.arch/sparc64-adi.exp: New file.
4834 * gdb.arch/sparc64-adi.c: New file.
4835
5277199a
PA
48362017-08-22 Pedro Alves <palves@redhat.com>
4837
4838 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4839 (top level): Add "list all overloads" tests.
4840
14278e1f
TT
48412017-08-22 Tom Tromey <tom@tromey.com>
4842
4843 * gdb.gdb/xfullpath.exp: Remove.
4844
bf223d3e
PA
48452017-08-21 Pedro Alves <palves@redhat.com>
4846
4847 PR gdb/19487
4848 * gdb.base/symbol-alias.c: New.
4849 * gdb.base/symbol-alias2.c: New.
4850 * gdb.base/symbol-alias.exp: New.
4851
c973d0aa
PA
48522017-08-21 Pedro Alves <palves@redhat.com>
4853
4854 * gdb.base/dfp-test.c
4855 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4856 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4857 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4858 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4859 * gdb.base/whatis-ptype-typedefs.c: New.
4860 * gdb.base/whatis-ptype-typedefs.exp: New.
4861 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4862 (an_int, an_int_type, an_int_type2): New globals.
4863 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4864 involving typedefs and cast expressions.
4865 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4866 (lookup_typedefs_function): New.
4867 (typedefs_pretty_printers_dict): New.
4868 (top level): Register lookup_typedefs_function in
4869 gdb.pretty_printers.
4870
6d580b63
YQ
48712017-08-18 Yao Qi <yao.qi@linaro.org>
4872
4873 * gdb.server/unittest.exp: New.
4874
206726fb
SDJ
48752017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4876
4877 PR gdb/21954
4878 * gdb.base/environ.exp: Add test to check if 'unset environment'
4879 works.
4880
bf0ec4c2
AA
48812017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4882
4883 * lib/gdb.exp (universal_compile_options): New caching proc.
4884 (gdb_compile): Suppress GCC's coloring of messages.
4885
d6382fff
TT
48862017-08-14 Tom Tromey <tom@tromey.com>
4887
4888 PR gdb/21675:
4889 * gdb.base/printcmds.exp (test_radices): New function.
4890 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4891 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4892 * lib/gdb.exp (get_integer_valueof): Use p/d.
4893
c2c2dd9f
SM
48942017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4895
4896 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4897 characters.
4898
fdffd6f4
TT
48992017-08-05 Tom Tromey <tom@tromey.com>
4900
4901 * gdb.rust/simple.exp: Allow String to appear in a different
4902 namespace.
4903
27d41eac
YQ
49042017-07-26 Yao Qi <yao.qi@linaro.org>
4905
4906 * gdb.gdb/unittest.exp: Invoke command
4907 "maintenance check xml-descriptions".
4908
031ed05d
AA
49092017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4910
4911 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4912 calling context.
4913 (hex128): Drop erroneous calculation of parameters.
4914
dcd27ddf
SM
49152017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4916
4917 * gdb.python/py-unwind.exp: Disable stack protection when
4918 building test file.
4919
47e77640
PA
49202017-07-20 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.base/default.exp (set language): Adjust expected output.
4923
62d2a18a
PA
49242017-07-20 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4927 (test_minsym): ... this, and make static.
4928 (get_pck__foo__bar__minsym): Rename to ...
4929 (get_test_minsym): ... this.
4930 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4931 symbol names and comments.
4932 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4933 (get_test_minsym): ... this.
4934 (pck__foo__bar__minsym__2): Rename to ...
4935 (test_minsym): ... this.
4936 (main): Adjust.
4937
c45ec17c
PA
49382017-07-17 Pedro Alves <palves@redhat.com>
4939
4940 * gdb.base/completion.exp: Adjust expected output.
4941 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4942 the completer works.
4943
c6756f62
PA
49442017-07-17 Pedro Alves <palves@redhat.com>
4945
4946 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4947
5bd68487
AB
49482017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4951
8880f2a9
TT
49522017-07-14 Tom Tromey <tom@tromey.com>
4953
4954 PR rust/21764:
4955 * gdb.rust/simple.exp: Add tests.
4956
65547233
TT
49572017-07-14 Tom Tromey <tom@tromey.com>
4958
4959 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4960
8f14146e
PA
49612017-07-14 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.linespec/base/one/thefile.cc (z1): New function.
4964 * gdb.linespec/base/two/thefile.cc (z2): New function.
4965 * gdb.linespec/linespec.exp: Add tests.
4966
b4365d02
AB
49672017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4970 to mi_create_breakpoint.
4971
5d2cbaa5
AB
49722017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4975 mi_create_breakpoint.
4976
11cb5716
IB
49772017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4978
4979 * gdb.dlang/demangle.exp: Update for demangling changes.
4980
03278692
TT
49812017-07-09 Tom Tromey <tom@tromey.com>
4982
4983 * gdb.dwarf2/shortpiece.exp: New file.
4984
33c5cd75
DB
49852017-07-06 David Blaikie <dblaikie@gmail.com>
4986
4987 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4988 built from fissiont-multi-cu{1,2}.c.
4989 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4990 except putting 'main' and 'func' in separate CUs in the same DWO file.
4991 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4992 test.
4993 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4994 test.
4995
8455d262
PA
49962017-07-06 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.python/py-unwind.exp: Test flushregs.
4999
dc4bde35
SDJ
50002017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5001
5002 PR cli/21688
5003 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5004 tests for alias commands and trailing whitespace.
5005
51ed89aa
SDJ
50062017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5007
5008 PR cli/21688
5009 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5010 procedure. Call it.
5011
eb17d413
PA
50122017-06-29 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.base/printcmds.exp: Add tests.
5015
41664b45
DG
50162017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5017
5018 PR gdb/21337
5019 * gdb.base/reread-readsym.exp: New file.
5020 * gdb.base/reread-readsym.c: New file.
5021
75312ae3
KB
50222017-06-21 Kevin Buettner <kevinb@redhat.com>
5023
5024 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5025 subpattern.
5026
66953522
PB
50272017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5028
5029 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5030 extended mnemonic.
5031 * gdb.arch/powerpc-power9.s: Likewise.
5032
5524b525
AA
50332017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5034
5035 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5036 on 32-bit x86 targets. Exploit is_*_target macros where
5037 appropriate.
5038
03c8af18
AA
50392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5040
5041 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5042 register pieces.
5043
3bf31011
AA
50442017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5045
5046 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5047 located in one or more DWARF pieces.
5048
805acca0
AA
50492017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5050
5051 * lib/gdb.exp (get_endianness): New proc.
5052 * gdb.arch/aarch64-fp.exp: Use it.
5053 * gdb.arch/altivec-regs.exp: Likewise.
5054 * gdb.arch/e500-regs.exp: Likewise.
5055 * gdb.arch/vsx-regs.exp: Likewise.
5056 * gdb.base/dump.exp: Likewise.
5057 * gdb.base/funcargs.exp: Likewise.
5058 * gdb.base/gnu_vector.exp: Likewise.
5059 * gdb.dwarf2/formdata16.exp: Likewise.
5060 * gdb.dwarf2/implptrpiece.exp: Likewise.
5061 * gdb.dwarf2/nonvar-access.exp: Likewise.
5062 * gdb.python/py-inferior.exp: Likewise.
5063 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5064
e9352324
AA
50652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5066
5067 PR gdb/21226
5068 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5069 stack value pieces are taken from the LSB end.
5070
d5d1163e
AA
50712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5072
5073 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5074 variable at nonzero offset.
5075
0567c986
AA
50762017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5077
5078 * gdb.dwarf2/var-access.c: New file.
5079 * gdb.dwarf2/var-access.exp: New test.
5080 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5081
973e9aab
TT
50822017-06-12 Tom Tromey <tom@tromey.com>
5083
5084 * gdb.dwarf2/formdata16.exp: Add tests.
5085
d9109c80
TT
50862017-06-12 Tom Tromey <tom@tromey.com>
5087
5088 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5089
30a25466
TT
50902017-06-12 Tom Tromey <tom@tromey.com>
5091
5092 PR exp/16225:
5093 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5094 * gdb.arch/vsx-regs.exp: Update tests.
5095 * gdb.arch/s390-vregs.exp (hex128): New proc.
5096 Update test.
5097 * gdb.arch/altivec-regs.exp: Update tests.
5098
aefd8b33
SDJ
50992017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5100
5101 * gdb.base/startup-with-shell.c: New file.
5102 * gdb.base/startup-with-shell.exp: Likewise.
5103
2090129c
SDJ
51042017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5105
5106 * gdb.server/non-existing-program.exp: Update regex in order to
5107 reflect the fact that gdbserver is now using fork_inferior (with a
5108 shell) to startup the inferior.
5109
8e86a419
SM
51102017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5111
5112 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5113 support function calls from GDB.
5114
e6cf65f2
TT
51152017-05-21 Tom Tromey <tom@tromey.com>
5116
5117 PR rust/21466:
5118 * gdb.rust/unsized.exp: New file.
5119 * gdb.rust/unsized.rs: New file.
5120
43cc5389
TT
51212017-05-19 Tom Tromey <tom@tromey.com>
5122
5123 PR rust/21484:
5124 * gdb.rust/watch.exp: New file.
5125 * gdb.rust/watch.rs: New file.
5126
ec8df234
TT
51272017-05-18 Tom Tromey <tom@tromey.com>
5128
5129 * gdb.rust/simple.exp: Allow Box to be qualified.
5130
3e3e7fae
TP
51312017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5132
5133 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5134
59cc050d
PA
51352017-05-18 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/fileio.c (test_write, test_read, test_close)
5138 (test_fstat): Don't print 'ret' in the fail path.
5139
c8f6abd1
PA
51402017-05-18 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5143 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5144 (test_system, test_rename, test_unlink, test_time): Change
5145 prototypes.
5146 * gdb.base/fileio.exp (stop_msg): Adjust.
5147
d2a03b77
PA
51482017-05-18 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.base/fileio.c (null_str): New global.
5151 (test_stat): Use it.
5152 * gdb.base/fileio.exp: Remove nowarnings.
5153
0d5c6999
YQ
51542017-05-17 Yao Qi <yao.qi@linaro.org>
5155
5156 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5157
21873064
YQ
51582017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5159
5160 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5161 argument command.
5162 (top-level): Invoke test_set_inferior_tty.
5163
d512d31c
PA
51642017-05-04 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5167 Add parens to print call for Python 3.
5168
90cef2ed
KS
51692017-05-03 Keith Seitz <keiths@redhat.com>
5170
5171 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5172 (main): Call it.
5173
14f819c8
TW
51742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5175
5176 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5177 to prev and next.
5178
913aeadd
TW
51792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5180
5181 * gdb.python/py-record-btrace.exp: Remove test for
5182 gdb.BtraceInstruction.error.
5183
a3be24ad
TW
51842017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5185
5186 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5187
ae20e79a
TW
51882017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5189
5190 * gdb.python/py-record-btrace-threads.c: New file.
5191 * gdb.python/py-record-btrace-threads.exp: New file.
5192
45ce1b47
SDJ
51932017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5194
5195 PR testsuite/8595
5196 * gdb.base/environ.exp: Make test available in all architectures.
5197 Move bits related to "info program" testing to
5198 gdb.base/info-program.exp. Rewrite tests to use the two new
5199 procedures mentione below.
5200 (test_set_show_env_var) New procedure.
5201 (test_set_show_env_var_equal): Likewise.
5202 * gdb.base/info-program.exp: New file.
5203
e15c3eb4
KS
52042017-04-27 Keith Seitz <keiths@redhat.com>
5205
5206 * gdb.cp/oranking.cc (test15): New function.
5207 (main): Call test15 and declare additional variables for testing.
5208 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5209 "p foo101('abc')" tests.
5210 Add tests for cv qualifier overloads.
5211 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5212 "lvalue reference overload" test.
5213 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5214 "print value of f1 on Child&& in f2" test.
5215
3a3fd0fd
PA
52162017-04-19 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5219 procedure.
5220 (top level): Call it.
5221 * lib/gdb.exp (gdb_define_cmd): New procedure.
5222
53375380
PA
52232017-04-12 Pedro Alves <palves@redhat.com>
5224
5225 PR gdb/21323
5226 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5227 (wchar): New global.
5228 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5229 (do_test_wide_char, wide_char_types_no_program, top level): Add
5230 wchar_t testing.
5231
53e710ac
PA
52322017-04-12 Pedro Alves <palves@redhat.com>
5233
5234 PR c++/21323
5235 * gdb.cp/wide_char_types.c: New file.
5236 * gdb.cp/wide_char_types.exp: New file.
5237
0ad9d8c7
SDJ
52382017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5239
5240 PR gdb/21352
5241 * gdb.trace/tsv.exp: Add test for "tsave -r".
5242
b1b45502
IB
52432017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5244
5245 * gdb.dlang/watch-loc.c: New file.
5246 * gdb.dlang/watch-loc.exp: New file.
5247
ec13808e
JK
52482017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5249
5250 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5251
fe5f7374
AK
52522017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5253
5254 * gdb.arch/arc-analyze-prologue.S: New file.
5255 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5256
eea78757
AK
52572017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5258
5259 * gdb.arch/arc-decode-insn.S: New file.
5260 * gdb.arch/arc-decode-insn.exp: Likewise.
5261
5badf10a
IR
52622017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5263
5264 PR tdep/20928
5265 * gdb.arch/sparc64-regs.exp: New file.
5266 * gdb.arch/sparc64-regs.S: Likewise.
5267
cee59b3f
TW
52682017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5269
5270 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5271 and memory view on Python 3.
5272
c0f55cc6
AV
52732017-03-20 Artemiy Volkov <artemiyv@acm.org>
5274 Keith Seitz <keiths@redhat.com>
5275
5276 PR gdb/14441
5277 * gdb.cp/demangle.exp: Add rvalue reference tests.
5278 * gdb.cp/rvalue-ref-casts.cc: New file.
5279 * gdb.cp/rvalue-ref-casts.exp: New file.
5280 * gdb.cp/rvalue-ref-overload.cc: New file.
5281 * gdb.cp/rvalue-ref-overload.exp: New file.
5282 * gdb.cp/rvalue-ref-params.cc: New file.
5283 * gdb.cp/rvalue-ref-params.exp: New file.
5284 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5285 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5286 * gdb.cp/rvalue-ref-types.cc: New file.
5287 * gdb.cp/rvalue-ref-types.exp: New file.
5288 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5289 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5290
51457a05
MAL
52912017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5292
5293 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5294 New procedure.
5295
5b291c04
MAL
52962017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5297
5298 * lib/mi-support.exp (mi_gdb_test): Add additional message
5299 for unexpected output.
5300
59a56148
AA
53012017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5302
5303 * gdb.base/examine-backward.c (Barrier): New character array
5304 constant, to ensure that TestStrings is preceded by a string
5305 terminator.
5306
7942e96e
AA
53072017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5308
5309 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5310 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5311 and implicit pointer into such a location.
5312
6ebac3fb
DE
53132017-03-16 Doug Evans <dje@google.com>
5314
5315 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5316
ec3b243d
TP
53172017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5318
5319 * gdb.cp/m-static.exp: Fix expectation for prototype of
5320 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5321
53222017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5323
5324 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5325 * gdb.guile/scm-lazy-string.c: New file.
5326 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5327 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5328 for pointer, array, typedef lazy strings.
5329
2cc36e25 53302017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5331
5332 PR python/17728, python/18439, python/18779
5333 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5334 * gdb.python/py-lazy-string.c (pointer): New typedef.
5335 (main): New locals ptr, array, typedef_ptr.
5336 * gdb.python/py-value.exp: Move lazy string tests to ...
5337 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5338 array, typedef lazy strings.
ec3b243d 5339
0efcde63
AK
53402017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5341
5342 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5343 Add optional 'test' parameter.
5344
7978d7c3
SM
53452017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5346
5347 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5348 Skip for versions of DejaGnu < 1.5.
5349
896c0c1e
SM
53502017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * lib/gdb.exp (dejagnu_version): New proc.
5353 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5354 Use dejagnu_version.
5355
5f4d1085
KS
53562017-03-10 Keith Seitz <keiths@redhat.com>
5357
5358 PR c++/8128
5359 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5360 type from destructor regexps.
5361 Add a branch which actually passes the test.
5362 Adjust "ptype t5i" test names.
5363
1de05205
PA
53642017-03-08 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/step-over-exit.exp: Add explicit test message.
5367
c65d6b55
PA
53682017-03-08 Pedro Alves <palves@redhat.com>
5369
5370 PR gdb/18360
5371 * gdb.threads/interrupt-while-step-over.c: New file.
5372 * gdb.threads/interrupt-while-step-over.exp: New file.
5373
2e86a283
PA
53742017-03-08 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5377 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5378
25dcbff6
PA
53792017-03-08 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5382 PKRU as not supported as a PASS.
5383
dc9366eb
PA
53842017-03-08 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5387 prefix instead of $binfile1/$binfile2.
5388 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5389 in test message.
5390 * gdb.python/py-completion.exp: Use "load python file" as test
5391 messages instead of unstable path names.
5392
6e5d74e7
PA
53932017-03-08 Pedro Alves <palves@redhat.com>
5394 Jan Kratochvil <jan.kratochvil@redhat.com>
5395
5396 PR cli/21218
5397 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5398 New proc.
5399 (top level): Call it.
5400
9753a2f6
PA
54012017-03-08 Pedro Alves <palves@redhat.com>
5402
5403 PR tui/21216
5404 * gdb.tui/tui-nl-filtered-output.exp: New file.
5405
1a4dd9dd
PA
54062017-03-08 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/completion.exp: Move TUI completion tests to ...
5409 * gdb.tui/completion.exp: ... this new file.
5410
7cbbff33
PA
54112017-03-08 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.base/tui-disasm-long-lines.c,
5414 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5415 gdb.base/tui-layout.exp: Move to ...
5416 * gdb.tui/: ... this new directory.
5417
5f6fd321
PA
54182017-03-07 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.base/tui-layout.c: New file.
5421 * gdb.base/tui-layout.exp: New file.
5422
44959fa8
PA
54232017-03-07 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/tui-layout.c: Rename to ...
5426 * gdb.base/tui-disasm-long-lines.c: ... this.
5427 * gdb.base/tui-layout.exp: Rename to ...
5428 * gdb.base/tui-disasm-long-lines.exp: ... this.
5429
f8c4e718
PA
54302017-03-07 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5433
6dbb839a 54342017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5435
5436 * i386-mpx-call.c: New file.
5437 * i386-mpx-call.exp: New file.
5438
65b48a81
PB
54392017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5440
5441 * gdb.arch/powerpc-power.exp: Delete test.
5442 * gdb.arch/powerpc-power.s: Likewise.
5443 * gdb.disasm/disassembler-options.exp: New test.
5444 * gdb.arch/powerpc-altivec.exp: Likewise.
5445 * gdb.arch/powerpc-altivec.s: Likewise.
5446 * gdb.arch/powerpc-altivec2.exp: Likewise.
5447 * gdb.arch/powerpc-altivec2.s: Likewise.
5448 * gdb.arch/powerpc-altivec3.exp: Likewise.
5449 * gdb.arch/powerpc-altivec3.s: Likewise.
5450 * gdb.arch/powerpc-power7.exp: Likewise.
5451 * gdb.arch/powerpc-power7.s: Likewise.
5452 * gdb.arch/powerpc-power8.exp: Likewise.
5453 * gdb.arch/powerpc-power8.s: Likewise.
5454 * gdb.arch/powerpc-power9.exp: Likewise.
5455 * gdb.arch/powerpc-power9.s: Likewise.
5456 * gdb.arch/powerpc-vsx.exp: Likewise.
5457 * gdb.arch/powerpc-vsx.s: Likewise.
5458 * gdb.arch/powerpc-vsx2.exp: Likewise.
5459 * gdb.arch/powerpc-vsx2.s: Likewise.
5460 * gdb.arch/powerpc-vsx3.exp: Likewise.
5461 * gdb.arch/powerpc-vsx3.s: Likewise.
5462 * gdb.arch/arm-disassembler-options.exp: Likewise.
5463 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5464 * gdb.arch/s390-disassembler-options.exp: Likewise.
5465
17cd4947
LM
54662017-02-23 Luis Machado <lgustavo@codesourcery.com>
5467
5468 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5469 (check_supported_features): ... this. Changed return type to void.
5470 (supports_rdseed): New static global.
5471 (rdseed): Check supports_rdseed.
5472 (initialize): Call check_supported_features.
5473
2039d74e
EBM
54742017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5475
5476 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5477 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5478 and lqarx/stqcx.
5479 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5480 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5481
a51d7ecf
EBM
54822017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5483
5484 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5485 uppercase.
5486
0224619f
JK
54872017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5488
5489 * gdb.dwarf2/formdata16.c: New file.
5490 * gdb.dwarf2/formdata16.exp: New file.
5491 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5492
216f72a1
JK
54932017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5494
5495 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5496 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5497 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5498 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5499 DW_AT_GNU_*.
5500
43988095
JK
55012017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5502
5503 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5504
99e8a4f9
SDJ
55052017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5506
5507 PR gdb/21164
5508 * gdb.base/maint.exp: Add testcases for when the commands do
5509 not have arguments.
5510
b58a8c0c
TP
55112017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5512
5513 * gdb.cp/chained-calls.exp: Use p instead of P.
5514
4e746bb6
TW
55152017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5516
5517 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5518 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5519
3f77c769
TT
55202017-02-14 Tom Tromey <tom@tromey.com>
5521
5522 PR python/13598:
5523 * gdb.python/py-events.exp: Add before_prompt event tests.
5524
075beec0
AA
55252017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5526
5527 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5528
bf5f525c
LM
55292017-02-13 Luis Machado <lgustavo@codesourcery.com>
5530
5531 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5532 (main): Call my_unique_function_name.
5533 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5534 completion of patterns with a single match.
5535 Add missing -re switches to gdb_test_multiple calls.
5536
13a66184
LM
55372017-02-13 Luis Machado <lgustavo@codesourcery.com>
5538
5539 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5540 return if core file is not recognized.
5541
26a06916
SM
55422017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5543
5544 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5545 and extra UIs.
5546
b761ca9e
SM
55472017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5548
5549 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5550 proc_with_prefix.
5551
b964bee0
TT
55522017-02-10 Tom Tromey <tom@tromey.com>
5553
5554 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5555
18da0c51
MG
55562017-02-10 Martin Galvan <martingalvan@sourceware.org>
5557
5558 PR gdb/21122
5559 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5560
604c4576
JG
55612017-02-08 Jerome Guitton <guitton@adacore.com>
5562
5563 * gdb.base/define.exp: Add test for command abbreviations
5564 in define.
5565
20b477a7
LM
55662017-02-06 Luis Machado <lgustavo@codesourcery.com>
5567
5568 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5569 * gdb.reverse/insn-reverse-x86.c: New file.
5570
3f7b46f2
IR
55712017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5572
5573 PR tdep/20936
5574 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5575
f0fd41c1
TT
55762017-02-03 Tom Tromey <tom@tromey.com>
5577
5578 PR rust/21097:
5579 * gdb.rust/simple.exp: Add new tests.
5580
5be5dbf0
PA
55812017-02-02 Pedro Alves <palves@redhat.com>
5582
5583 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5584 tests.
5585
7346ef59
AA
55862017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5587
5588 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5589 taking a 2-byte value out of a 4-byte DWARF implicit value on
5590 big-endian targets.
5591 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5592 logic. Add test cases for DW_OP_implicit.
5593
787f0025
MM
55942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5595
5596 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5597
68777c29
MM
55982017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5599
5600 * gdb.btrace/enable.exp: Call gdb_exit before
5601 skip_gdbserver_tests.
5602
0a1c7e28
MM
56032017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5604
5605 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5606 GDBFLAGS.
5607
b5ac99b0
MM
56082017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5609
5610 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5611 the test is skipped.
5612 * gdb.btrace/data.exp: Likewise.
5613 * gdb.btrace/delta.exp: Likewise.
5614 * gdb.btrace/dlopen.exp: Likewise.
5615 * gdb.btrace/enable-running.exp: Likewise.
5616 * gdb.btrace/enable.exp: Likewise.
5617 * gdb.btrace/exception.exp: Likewise.
5618 * gdb.btrace/function_call_history.exp: Likewise.
5619 * gdb.btrace/gcore.exp: Likewise.
5620 * gdb.btrace/instruction_history.exp: Likewise.
5621 * gdb.btrace/multi-thread-step.exp: Likewise.
5622 * gdb.btrace/nohist.exp: Likewise.
5623 * gdb.btrace/non-stop.exp: Likewise.
5624 * gdb.btrace/reconnect.exp: Likewise.
5625 * gdb.btrace/record_goto-step.exp: Likewise.
5626 * gdb.btrace/record_goto.exp: Likewise.
5627 * gdb.btrace/rn-dl-bind.exp: Likewise.
5628 * gdb.btrace/segv.exp: Likewise.
5629 * gdb.btrace/step.exp: Likewise.
5630 * gdb.btrace/stepi.exp: Likewise.
5631 * gdb.btrace/tailcall-only.exp: Likewise.
5632 * gdb.btrace/tailcall.exp: Likewise.
5633 * gdb.btrace/tsx.exp: Likewise.
5634 * gdb.btrace/unknown_functions.exp: Likewise.
5635 * gdb.btrace/vdso.exp: Likewise.
5636
cd4007e4
MM
56372017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5638
5639 * gdb.btrace/enable-running.c: New.
5640 * gdb.btrace/enable-running.exp: New.
5641
2735833d
WT
56422017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5643
5644 * gdb.arch/amd64-gs_base.c: New file.
5645 * gdb.arch/amd64-gs_base.exp: New file.
5646
b51e1e94
LM
56472017-01-26 Luis Machado <lgustavo@codesourcery.com>
5648
5649 * lib/memory.exp: Remove spurious empty newlines.
5650
72ca0410
SM
56512017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5652
5653 * gdb.python/py-bad-printers.exp: Load python file using "source".
5654 * gdb.python/py-events.exp: Likewise.
5655 * gdb.python/py-evsignal.exp: Likewise.
5656 * gdb.python/py-evthreads.exp: Likewise.
5657 * gdb.python/py-frame-args.exp: Likewise.
5658 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5659 * gdb.python/py-framefilter-mi.exp: Likewise.
5660 * gdb.python/py-framefilter.exp: Likewise.
5661 * gdb.python/py-mi.exp: Likewise.
5662 * gdb.python/py-pp-maint.exp: Likewise.
5663 * gdb.python/py-pp-registration.exp: Likewise.
5664 * gdb.python/py-prettyprint.exp: Likewise.
5665 (run_lang_tests): Likewise.
5666 * gdb.python/py-typeprint.exp: Likewise.
5667
e309aa65
LM
56682017-01-26 Luis Machado <lgustavo@codesourcery.com>
5669
5670 * lib/memory.exp: New file.
5671 * lib/gdb.exp: Load memory.exp.
5672 * gdb.base/memattr.exp (delete_memory): Move proc to
5673 lib/memory.exp and rename to delete_memory_regions.
5674 Replace delete_memory with delete_memory_regions.
5675 Cleanup memory regions before tests.
5676 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5677 before tests.
5678
515aff23
LM
56792017-01-26 Luis Machado <lgustavo@codesourcery.com>
5680
5681 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5682 files.
5683 (initialize): New function conditionally defined.
5684 (testcases): Move within conditional block.
5685 (main): Call initialize.
5686 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5687 of gdb.reverse/insn-reverse.c.
5688 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5689 gdb.reverse/insn-reverse.c.
5690
d8b49cf0
YQ
56912017-01-26 Yao Qi <yao.qi@linaro.org>
5692
5693 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5694 disassemble on address 0.
5695
f13a9a0c
YQ
56962017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5697 Yao Qi <yao.qi@linaro.org>
5698
5699 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5700 * gdb.dwarf2/implptr-64bit.S: Remove.
5701 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5702 variables in caller's context. Add DW_OP_implicit_value.
5703
5ac95241
YQ
57042017-01-25 Yao Qi <yao.qi@linaro.org>
5705
5706 * lib/dwarf.exp (Dwarf::_location): Handle
5707 DW_OP_GNU_implicit_pointer with proper size.
5708
23e82930
LM
57092017-01-20 Luis Machado <lgustavo@codesourcery.com>
5710
5711 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5712 and add untested calls.
5713
d334ae25
LM
57142017-01-20 Luis Machado <lgustavo@codesourcery.com>
5715
5716 * gdb.python/python.exp: Check line number against what GDB thinks
5717 the line number is for func1.
5718
f5e6296e
IB
57192017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5720
5721 * gdb.dlang/debug-expr.exp: New file.
5722
5b362f04
LM
57232016-12-23 Luis Machado <lgustavo@codesourcery.com>
5724
5725 Fix test names for the following files:
5726
5727 * gdb.ada/exec_changed.exp
5728 * gdb.ada/info_types.exp
5729 * gdb.arch/aarch64-atomic-inst.exp
5730 * gdb.arch/aarch64-fp.exp
5731 * gdb.arch/altivec-abi.exp
5732 * gdb.arch/altivec-regs.exp
5733 * gdb.arch/amd64-byte.exp
5734 * gdb.arch/amd64-disp-step.exp
5735 * gdb.arch/amd64-dword.exp
5736 * gdb.arch/amd64-entry-value-inline.exp
5737 * gdb.arch/amd64-entry-value-param.exp
5738 * gdb.arch/amd64-entry-value-paramref.exp
5739 * gdb.arch/amd64-entry-value.exp
5740 * gdb.arch/amd64-i386-address.exp
5741 * gdb.arch/amd64-invalid-stack-middle.exp
5742 * gdb.arch/amd64-invalid-stack-top.exp
5743 * gdb.arch/amd64-optimout-repeat.exp
5744 * gdb.arch/amd64-prologue-skip.exp
5745 * gdb.arch/amd64-prologue-xmm.exp
5746 * gdb.arch/amd64-stap-special-operands.exp
5747 * gdb.arch/amd64-stap-wrong-subexp.exp
5748 * gdb.arch/amd64-tailcall-cxx.exp
5749 * gdb.arch/amd64-tailcall-noret.exp
5750 * gdb.arch/amd64-tailcall-ret.exp
5751 * gdb.arch/amd64-tailcall-self.exp
5752 * gdb.arch/amd64-word.exp
5753 * gdb.arch/arm-bl-branch-dest.exp
5754 * gdb.arch/arm-disp-step.exp
5755 * gdb.arch/arm-neon.exp
5756 * gdb.arch/arm-single-step-kernel-helper.exp
5757 * gdb.arch/avr-flash-qualifier.exp
5758 * gdb.arch/disp-step-insn-reloc.exp
5759 * gdb.arch/e500-abi.exp
5760 * gdb.arch/e500-regs.exp
5761 * gdb.arch/ftrace-insn-reloc.exp
5762 * gdb.arch/i386-avx512.exp
5763 * gdb.arch/i386-bp_permanent.exp
5764 * gdb.arch/i386-byte.exp
5765 * gdb.arch/i386-cfi-notcurrent.exp
5766 * gdb.arch/i386-disp-step.exp
5767 * gdb.arch/i386-dr3-watch.exp
5768 * gdb.arch/i386-float.exp
5769 * gdb.arch/i386-gnu-cfi.exp
5770 * gdb.arch/i386-mpx-map.exp
5771 * gdb.arch/i386-mpx-sigsegv.exp
5772 * gdb.arch/i386-mpx-simple_segv.exp
5773 * gdb.arch/i386-mpx.exp
5774 * gdb.arch/i386-permbkpt.exp
5775 * gdb.arch/i386-prologue.exp
5776 * gdb.arch/i386-signal.exp
5777 * gdb.arch/i386-size-overlap.exp
5778 * gdb.arch/i386-unwind.exp
5779 * gdb.arch/i386-word.exp
5780 * gdb.arch/mips-fcr.exp
5781 * gdb.arch/powerpc-d128-regs.exp
5782 * gdb.arch/powerpc-stackless.exp
5783 * gdb.arch/ppc64-atomic-inst.exp
5784 * gdb.arch/s390-stackless.exp
5785 * gdb.arch/s390-tdbregs.exp
5786 * gdb.arch/s390-vregs.exp
5787 * gdb.arch/sparc-sysstep.exp
5788 * gdb.arch/thumb-bx-pc.exp
5789 * gdb.arch/thumb-singlestep.exp
5790 * gdb.arch/thumb2-it.exp
5791 * gdb.arch/vsx-regs.exp
5792 * gdb.asm/asm-source.exp
5793 * gdb.base/a2-run.exp
5794 * gdb.base/advance.exp
5795 * gdb.base/all-bin.exp
5796 * gdb.base/anon.exp
5797 * gdb.base/args.exp
5798 * gdb.base/arithmet.exp
5799 * gdb.base/async-shell.exp
5800 * gdb.base/async.exp
5801 * gdb.base/attach-pie-noexec.exp
5802 * gdb.base/attach-twice.exp
5803 * gdb.base/auto-load.exp
5804 * gdb.base/bang.exp
5805 * gdb.base/bitfields.exp
5806 * gdb.base/break-always.exp
5807 * gdb.base/break-caller-line.exp
5808 * gdb.base/break-entry.exp
5809 * gdb.base/break-inline.exp
5810 * gdb.base/break-on-linker-gcd-function.exp
5811 * gdb.base/break-probes.exp
5812 * gdb.base/break.exp
5813 * gdb.base/breakpoint-shadow.exp
5814 * gdb.base/call-ar-st.exp
5815 * gdb.base/call-sc.exp
5816 * gdb.base/call-signal-resume.exp
5817 * gdb.base/call-strs.exp
5818 * gdb.base/callfuncs.exp
5819 * gdb.base/catch-fork-static.exp
5820 * gdb.base/catch-gdb-caused-signals.exp
5821 * gdb.base/catch-load.exp
5822 * gdb.base/catch-signal-fork.exp
5823 * gdb.base/catch-signal.exp
5824 * gdb.base/catch-syscall.exp
5825 * gdb.base/charset.exp
5826 * gdb.base/checkpoint.exp
5827 * gdb.base/chng-syms.exp
5828 * gdb.base/code-expr.exp
5829 * gdb.base/code_elim.exp
5830 * gdb.base/commands.exp
5831 * gdb.base/completion.exp
5832 * gdb.base/complex.exp
5833 * gdb.base/cond-expr.exp
5834 * gdb.base/condbreak.exp
5835 * gdb.base/consecutive.exp
5836 * gdb.base/continue-all-already-running.exp
5837 * gdb.base/coredump-filter.exp
5838 * gdb.base/corefile.exp
5839 * gdb.base/dbx.exp
5840 * gdb.base/debug-expr.exp
5841 * gdb.base/define.exp
5842 * gdb.base/del.exp
5843 * gdb.base/disabled-location.exp
5844 * gdb.base/disasm-end-cu.exp
5845 * gdb.base/disasm-optim.exp
5846 * gdb.base/display.exp
5847 * gdb.base/duplicate-bp.exp
5848 * gdb.base/ena-dis-br.exp
5849 * gdb.base/ending-run.exp
5850 * gdb.base/enumval.exp
5851 * gdb.base/environ.exp
5852 * gdb.base/eu-strip-infcall.exp
5853 * gdb.base/eval-avoid-side-effects.exp
5854 * gdb.base/eval-skip.exp
5855 * gdb.base/exitsignal.exp
5856 * gdb.base/expand-psymtabs.exp
5857 * gdb.base/filesym.exp
5858 * gdb.base/find-unmapped.exp
5859 * gdb.base/finish.exp
5860 * gdb.base/float.exp
5861 * gdb.base/foll-exec-mode.exp
5862 * gdb.base/foll-exec.exp
5863 * gdb.base/foll-fork.exp
5864 * gdb.base/fortran-sym-case.exp
5865 * gdb.base/freebpcmd.exp
5866 * gdb.base/func-ptr.exp
5867 * gdb.base/func-ptrs.exp
5868 * gdb.base/funcargs.exp
5869 * gdb.base/gcore-buffer-overflow.exp
5870 * gdb.base/gcore-relro-pie.exp
5871 * gdb.base/gcore-relro.exp
5872 * gdb.base/gcore.exp
5873 * gdb.base/gdb1090.exp
5874 * gdb.base/gdb11530.exp
5875 * gdb.base/gdb11531.exp
5876 * gdb.base/gdb1821.exp
5877 * gdb.base/gdbindex-stabs.exp
5878 * gdb.base/gdbvars.exp
5879 * gdb.base/hbreak.exp
5880 * gdb.base/hbreak2.exp
5881 * gdb.base/included.exp
5882 * gdb.base/infcall-input.exp
5883 * gdb.base/inferior-died.exp
5884 * gdb.base/infnan.exp
5885 * gdb.base/info-macros.exp
5886 * gdb.base/info-os.exp
5887 * gdb.base/info-proc.exp
5888 * gdb.base/info-shared.exp
5889 * gdb.base/info-target.exp
5890 * gdb.base/infoline.exp
5891 * gdb.base/interp.exp
5892 * gdb.base/interrupt.exp
5893 * gdb.base/jit-reader.exp
5894 * gdb.base/jit-simple.exp
5895 * gdb.base/kill-after-signal.exp
5896 * gdb.base/kill-detach-inferiors-cmd.exp
5897 * gdb.base/label.exp
5898 * gdb.base/langs.exp
5899 * gdb.base/ldbl_e308.exp
5900 * gdb.base/line-symtabs.exp
5901 * gdb.base/linespecs.exp
5902 * gdb.base/list.exp
5903 * gdb.base/long_long.exp
5904 * gdb.base/longest-types.exp
5905 * gdb.base/maint.exp
5906 * gdb.base/max-value-size.exp
5907 * gdb.base/memattr.exp
5908 * gdb.base/mips_pro.exp
5909 * gdb.base/morestack.exp
5910 * gdb.base/moribund-step.exp
5911 * gdb.base/multi-forks.exp
5912 * gdb.base/nested-addr.exp
5913 * gdb.base/nextoverexit.exp
5914 * gdb.base/noreturn-finish.exp
5915 * gdb.base/noreturn-return.exp
5916 * gdb.base/nostdlib.exp
5917 * gdb.base/offsets.exp
5918 * gdb.base/opaque.exp
5919 * gdb.base/pc-fp.exp
5920 * gdb.base/permissions.exp
5921 * gdb.base/print-symbol-loading.exp
5922 * gdb.base/prologue-include.exp
5923 * gdb.base/psymtab.exp
5924 * gdb.base/ptype.exp
5925 * gdb.base/random-signal.exp
5926 * gdb.base/randomize.exp
5927 * gdb.base/range-stepping.exp
5928 * gdb.base/readline-ask.exp
5929 * gdb.base/recpar.exp
5930 * gdb.base/recurse.exp
5931 * gdb.base/relational.exp
5932 * gdb.base/restore.exp
5933 * gdb.base/return-nodebug.exp
5934 * gdb.base/return.exp
5935 * gdb.base/run-after-attach.exp
5936 * gdb.base/save-bp.exp
5937 * gdb.base/scope.exp
5938 * gdb.base/sect-cmd.exp
5939 * gdb.base/set-lang-auto.exp
5940 * gdb.base/set-noassign.exp
5941 * gdb.base/setvar.exp
5942 * gdb.base/sigall.exp
5943 * gdb.base/sigbpt.exp
5944 * gdb.base/siginfo-addr.exp
5945 * gdb.base/siginfo-infcall.exp
5946 * gdb.base/siginfo-obj.exp
5947 * gdb.base/siginfo.exp
5948 * gdb.base/signals-state-child.exp
5949 * gdb.base/signest.exp
5950 * gdb.base/sigstep.exp
5951 * gdb.base/sizeof.exp
5952 * gdb.base/skip.exp
5953 * gdb.base/solib-corrupted.exp
5954 * gdb.base/solib-nodir.exp
5955 * gdb.base/solib-search.exp
5956 * gdb.base/stack-checking.exp
5957 * gdb.base/stale-infcall.exp
5958 * gdb.base/stap-probe.exp
5959 * gdb.base/start.exp
5960 * gdb.base/step-break.exp
5961 * gdb.base/step-bt.exp
5962 * gdb.base/step-line.exp
5963 * gdb.base/step-over-exit.exp
5964 * gdb.base/step-over-syscall.exp
5965 * gdb.base/step-resume-infcall.exp
5966 * gdb.base/step-test.exp
5967 * gdb.base/store.exp
5968 * gdb.base/structs3.exp
5969 * gdb.base/sym-file.exp
5970 * gdb.base/symbol-without-target_section.exp
5971 * gdb.base/term.exp
5972 * gdb.base/testenv.exp
5973 * gdb.base/ui-redirect.exp
5974 * gdb.base/until.exp
5975 * gdb.base/unwindonsignal.exp
5976 * gdb.base/value-double-free.exp
5977 * gdb.base/vla-datatypes.exp
5978 * gdb.base/vla-ptr.exp
5979 * gdb.base/vla-sideeffect.exp
5980 * gdb.base/volatile.exp
5981 * gdb.base/watch-cond-infcall.exp
5982 * gdb.base/watch-cond.exp
5983 * gdb.base/watch-non-mem.exp
5984 * gdb.base/watch-read.exp
5985 * gdb.base/watch-vfork.exp
5986 * gdb.base/watchpoint-cond-gone.exp
5987 * gdb.base/watchpoint-delete.exp
5988 * gdb.base/watchpoint-hw-hit-once.exp
5989 * gdb.base/watchpoint-hw.exp
5990 * gdb.base/watchpoint-stops-at-right-insn.exp
5991 * gdb.base/watchpoints.exp
5992 * gdb.base/wchar.exp
5993 * gdb.base/whatis-exp.exp
5994 * gdb.btrace/buffer-size.exp
5995 * gdb.btrace/data.exp
5996 * gdb.btrace/delta.exp
5997 * gdb.btrace/dlopen.exp
5998 * gdb.btrace/enable.exp
5999 * gdb.btrace/exception.exp
6000 * gdb.btrace/function_call_history.exp
6001 * gdb.btrace/gcore.exp
6002 * gdb.btrace/instruction_history.exp
6003 * gdb.btrace/nohist.exp
6004 * gdb.btrace/reconnect.exp
6005 * gdb.btrace/record_goto-step.exp
6006 * gdb.btrace/record_goto.exp
6007 * gdb.btrace/rn-dl-bind.exp
6008 * gdb.btrace/segv.exp
6009 * gdb.btrace/step.exp
6010 * gdb.btrace/stepi.exp
6011 * gdb.btrace/tailcall-only.exp
6012 * gdb.btrace/tailcall.exp
6013 * gdb.btrace/tsx.exp
6014 * gdb.btrace/unknown_functions.exp
6015 * gdb.btrace/vdso.exp
6016 * gdb.compile/compile-ifunc.exp
6017 * gdb.compile/compile-ops.exp
6018 * gdb.compile/compile-print.exp
6019 * gdb.compile/compile-setjmp.exp
6020 * gdb.cp/abstract-origin.exp
6021 * gdb.cp/ambiguous.exp
6022 * gdb.cp/annota2.exp
6023 * gdb.cp/annota3.exp
6024 * gdb.cp/anon-ns.exp
6025 * gdb.cp/anon-struct.exp
6026 * gdb.cp/anon-union.exp
6027 * gdb.cp/arg-reference.exp
6028 * gdb.cp/baseenum.exp
6029 * gdb.cp/bool.exp
6030 * gdb.cp/breakpoint.exp
6031 * gdb.cp/bs15503.exp
6032 * gdb.cp/call-c.exp
6033 * gdb.cp/casts.exp
6034 * gdb.cp/chained-calls.exp
6035 * gdb.cp/class2.exp
6036 * gdb.cp/classes.exp
6037 * gdb.cp/cmpd-minsyms.exp
6038 * gdb.cp/converts.exp
6039 * gdb.cp/cp-relocate.exp
6040 * gdb.cp/cpcompletion.exp
6041 * gdb.cp/cpexprs.exp
6042 * gdb.cp/cplabel.exp
6043 * gdb.cp/cplusfuncs.exp
6044 * gdb.cp/cpsizeof.exp
6045 * gdb.cp/ctti.exp
6046 * gdb.cp/derivation.exp
6047 * gdb.cp/destrprint.exp
6048 * gdb.cp/dispcxx.exp
6049 * gdb.cp/enum-class.exp
6050 * gdb.cp/exception.exp
6051 * gdb.cp/exceptprint.exp
6052 * gdb.cp/expand-psymtabs-cxx.exp
6053 * gdb.cp/expand-sals.exp
6054 * gdb.cp/extern-c.exp
6055 * gdb.cp/filename.exp
6056 * gdb.cp/formatted-ref.exp
6057 * gdb.cp/fpointer.exp
6058 * gdb.cp/gdb1355.exp
6059 * gdb.cp/gdb2495.exp
6060 * gdb.cp/hang.exp
6061 * gdb.cp/impl-this.exp
6062 * gdb.cp/infcall-dlopen.exp
6063 * gdb.cp/inherit.exp
6064 * gdb.cp/iostream.exp
6065 * gdb.cp/koenig.exp
6066 * gdb.cp/local.exp
6067 * gdb.cp/m-data.exp
6068 * gdb.cp/m-static.exp
6069 * gdb.cp/mb-ctor.exp
6070 * gdb.cp/mb-inline.exp
6071 * gdb.cp/mb-templates.exp
6072 * gdb.cp/member-name.exp
6073 * gdb.cp/member-ptr.exp
6074 * gdb.cp/meth-typedefs.exp
6075 * gdb.cp/method.exp
6076 * gdb.cp/method2.exp
6077 * gdb.cp/minsym-fallback.exp
6078 * gdb.cp/misc.exp
6079 * gdb.cp/namelessclass.exp
6080 * gdb.cp/namespace-enum.exp
6081 * gdb.cp/namespace-nested-import.exp
6082 * gdb.cp/namespace.exp
6083 * gdb.cp/nextoverthrow.exp
6084 * gdb.cp/no-dmgl-verbose.exp
6085 * gdb.cp/non-trivial-retval.exp
6086 * gdb.cp/noparam.exp
6087 * gdb.cp/nsdecl.exp
6088 * gdb.cp/nsimport.exp
6089 * gdb.cp/nsnested.exp
6090 * gdb.cp/nsnoimports.exp
6091 * gdb.cp/nsrecurs.exp
6092 * gdb.cp/nsstress.exp
6093 * gdb.cp/nsusing.exp
6094 * gdb.cp/operator.exp
6095 * gdb.cp/oranking.exp
6096 * gdb.cp/overload-const.exp
6097 * gdb.cp/overload.exp
6098 * gdb.cp/ovldbreak.exp
6099 * gdb.cp/ovsrch.exp
6100 * gdb.cp/paren-type.exp
6101 * gdb.cp/parse-lang.exp
6102 * gdb.cp/pass-by-ref.exp
6103 * gdb.cp/pr-1023.exp
6104 * gdb.cp/pr-1210.exp
6105 * gdb.cp/pr-574.exp
6106 * gdb.cp/pr10687.exp
6107 * gdb.cp/pr12028.exp
6108 * gdb.cp/pr17132.exp
6109 * gdb.cp/pr17494.exp
6110 * gdb.cp/pr9067.exp
6111 * gdb.cp/pr9167.exp
6112 * gdb.cp/pr9631.exp
6113 * gdb.cp/printmethod.exp
6114 * gdb.cp/psmang.exp
6115 * gdb.cp/psymtab-parameter.exp
6116 * gdb.cp/ptype-cv-cp.exp
6117 * gdb.cp/ptype-flags.exp
6118 * gdb.cp/re-set-overloaded.exp
6119 * gdb.cp/ref-types.exp
6120 * gdb.cp/rtti.exp
6121 * gdb.cp/scope-err.exp
6122 * gdb.cp/shadow.exp
6123 * gdb.cp/smartp.exp
6124 * gdb.cp/static-method.exp
6125 * gdb.cp/static-print-quit.exp
6126 * gdb.cp/temargs.exp
6127 * gdb.cp/templates.exp
6128 * gdb.cp/try_catch.exp
6129 * gdb.cp/typedef-operator.exp
6130 * gdb.cp/typeid.exp
6131 * gdb.cp/userdef.exp
6132 * gdb.cp/using-crash.exp
6133 * gdb.cp/var-tag.exp
6134 * gdb.cp/virtbase.exp
6135 * gdb.cp/virtfunc.exp
6136 * gdb.cp/virtfunc2.exp
6137 * gdb.cp/vla-cxx.exp
6138 * gdb.disasm/t01_mov.exp
6139 * gdb.disasm/t02_mova.exp
6140 * gdb.disasm/t03_add.exp
6141 * gdb.disasm/t04_sub.exp
6142 * gdb.disasm/t05_cmp.exp
6143 * gdb.disasm/t06_ari2.exp
6144 * gdb.disasm/t07_ari3.exp
6145 * gdb.disasm/t08_or.exp
6146 * gdb.disasm/t09_xor.exp
6147 * gdb.disasm/t10_and.exp
6148 * gdb.disasm/t11_logs.exp
6149 * gdb.disasm/t12_bit.exp
6150 * gdb.disasm/t13_otr.exp
6151 * gdb.dlang/circular.exp
6152 * gdb.dwarf2/arr-stride.exp
6153 * gdb.dwarf2/arr-subrange.exp
6154 * gdb.dwarf2/atomic-type.exp
6155 * gdb.dwarf2/bad-regnum.exp
6156 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6157 * gdb.dwarf2/callframecfa.exp
6158 * gdb.dwarf2/clztest.exp
6159 * gdb.dwarf2/corrupt.exp
6160 * gdb.dwarf2/data-loc.exp
6161 * gdb.dwarf2/dup-psym.exp
6162 * gdb.dwarf2/dw2-anon-mptr.exp
6163 * gdb.dwarf2/dw2-anonymous-func.exp
6164 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6165 * gdb.dwarf2/dw2-bad-unresolved.exp
6166 * gdb.dwarf2/dw2-basic.exp
6167 * gdb.dwarf2/dw2-canonicalize-type.exp
6168 * gdb.dwarf2/dw2-case-insensitive.exp
6169 * gdb.dwarf2/dw2-common-block.exp
6170 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6171 * gdb.dwarf2/dw2-compressed.exp
6172 * gdb.dwarf2/dw2-const.exp
6173 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6174 * gdb.dwarf2/dw2-cu-size.exp
6175 * gdb.dwarf2/dw2-dup-frame.exp
6176 * gdb.dwarf2/dw2-entry-value.exp
6177 * gdb.dwarf2/dw2-icycle.exp
6178 * gdb.dwarf2/dw2-ifort-parameter.exp
6179 * gdb.dwarf2/dw2-inline-break.exp
6180 * gdb.dwarf2/dw2-inline-param.exp
6181 * gdb.dwarf2/dw2-intercu.exp
6182 * gdb.dwarf2/dw2-intermix.exp
6183 * gdb.dwarf2/dw2-lexical-block-bare.exp
6184 * gdb.dwarf2/dw2-linkage-name-trust.exp
6185 * gdb.dwarf2/dw2-minsym-in-cu.exp
6186 * gdb.dwarf2/dw2-noloc.exp
6187 * gdb.dwarf2/dw2-op-call.exp
6188 * gdb.dwarf2/dw2-op-out-param.exp
6189 * gdb.dwarf2/dw2-opt-structptr.exp
6190 * gdb.dwarf2/dw2-param-error.exp
6191 * gdb.dwarf2/dw2-producer.exp
6192 * gdb.dwarf2/dw2-ranges-base.exp
6193 * gdb.dwarf2/dw2-ref-missing-frame.exp
6194 * gdb.dwarf2/dw2-reg-undefined.exp
6195 * gdb.dwarf2/dw2-regno-invalid.exp
6196 * gdb.dwarf2/dw2-restore.exp
6197 * gdb.dwarf2/dw2-restrict.exp
6198 * gdb.dwarf2/dw2-single-line-discriminators.exp
6199 * gdb.dwarf2/dw2-strp.exp
6200 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6201 * gdb.dwarf2/dw2-unresolved.exp
6202 * gdb.dwarf2/dw2-var-zero-addr.exp
6203 * gdb.dwarf2/dw4-sig-types.exp
6204 * gdb.dwarf2/dwz.exp
6205 * gdb.dwarf2/dynarr-ptr.exp
6206 * gdb.dwarf2/enum-type.exp
6207 * gdb.dwarf2/gdb-index.exp
6208 * gdb.dwarf2/implptr-64bit.exp
6209 * gdb.dwarf2/implptr-optimized-out.exp
6210 * gdb.dwarf2/implptr.exp
6211 * gdb.dwarf2/implref-array.exp
6212 * gdb.dwarf2/implref-const.exp
6213 * gdb.dwarf2/implref-global.exp
6214 * gdb.dwarf2/implref-struct.exp
6215 * gdb.dwarf2/mac-fileno.exp
6216 * gdb.dwarf2/main-subprogram.exp
6217 * gdb.dwarf2/member-ptr-forwardref.exp
6218 * gdb.dwarf2/method-ptr.exp
6219 * gdb.dwarf2/missing-sig-type.exp
6220 * gdb.dwarf2/nonvar-access.exp
6221 * gdb.dwarf2/opaque-type-lookup.exp
6222 * gdb.dwarf2/pieces-optimized-out.exp
6223 * gdb.dwarf2/pieces.exp
6224 * gdb.dwarf2/pr10770.exp
6225 * gdb.dwarf2/pr13961.exp
6226 * gdb.dwarf2/staticvirtual.exp
6227 * gdb.dwarf2/subrange.exp
6228 * gdb.dwarf2/symtab-producer.exp
6229 * gdb.dwarf2/trace-crash.exp
6230 * gdb.dwarf2/typeddwarf.exp
6231 * gdb.dwarf2/valop.exp
6232 * gdb.dwarf2/watch-notconst.exp
6233 * gdb.fortran/array-element.exp
6234 * gdb.fortran/charset.exp
6235 * gdb.fortran/common-block.exp
6236 * gdb.fortran/complex.exp
6237 * gdb.fortran/derived-type-function.exp
6238 * gdb.fortran/derived-type.exp
6239 * gdb.fortran/logical.exp
6240 * gdb.fortran/module.exp
6241 * gdb.fortran/multi-dim.exp
6242 * gdb.fortran/nested-funcs.exp
6243 * gdb.fortran/print-formatted.exp
6244 * gdb.fortran/subarray.exp
6245 * gdb.fortran/vla-alloc-assoc.exp
6246 * gdb.fortran/vla-datatypes.exp
6247 * gdb.fortran/vla-history.exp
6248 * gdb.fortran/vla-ptr-info.exp
6249 * gdb.fortran/vla-ptype-sub.exp
6250 * gdb.fortran/vla-ptype.exp
6251 * gdb.fortran/vla-sizeof.exp
6252 * gdb.fortran/vla-type.exp
6253 * gdb.fortran/vla-value-sub-arbitrary.exp
6254 * gdb.fortran/vla-value-sub-finish.exp
6255 * gdb.fortran/vla-value-sub.exp
6256 * gdb.fortran/vla-value.exp
6257 * gdb.fortran/whatis_type.exp
6258 * gdb.go/chan.exp
6259 * gdb.go/handcall.exp
6260 * gdb.go/hello.exp
6261 * gdb.go/integers.exp
6262 * gdb.go/methods.exp
6263 * gdb.go/package.exp
6264 * gdb.go/strings.exp
6265 * gdb.go/types.exp
6266 * gdb.go/unsafe.exp
6267 * gdb.guile/scm-arch.exp
6268 * gdb.guile/scm-block.exp
6269 * gdb.guile/scm-breakpoint.exp
6270 * gdb.guile/scm-cmd.exp
6271 * gdb.guile/scm-disasm.exp
6272 * gdb.guile/scm-equal.exp
6273 * gdb.guile/scm-frame-args.exp
6274 * gdb.guile/scm-frame-inline.exp
6275 * gdb.guile/scm-frame.exp
6276 * gdb.guile/scm-iterator.exp
6277 * gdb.guile/scm-math.exp
6278 * gdb.guile/scm-objfile.exp
6279 * gdb.guile/scm-ports.exp
6280 * gdb.guile/scm-symbol.exp
6281 * gdb.guile/scm-symtab.exp
6282 * gdb.guile/scm-value-cc.exp
6283 * gdb.guile/types-module.exp
6284 * gdb.linespec/break-ask.exp
6285 * gdb.linespec/cpexplicit.exp
6286 * gdb.linespec/explicit.exp
6287 * gdb.linespec/keywords.exp
6288 * gdb.linespec/linespec.exp
6289 * gdb.linespec/ls-dollar.exp
6290 * gdb.linespec/ls-errs.exp
6291 * gdb.linespec/skip-two.exp
6292 * gdb.linespec/thread.exp
6293 * gdb.mi/mi-async.exp
6294 * gdb.mi/mi-basics.exp
6295 * gdb.mi/mi-break.exp
6296 * gdb.mi/mi-catch-load.exp
6297 * gdb.mi/mi-cli.exp
6298 * gdb.mi/mi-cmd-param-changed.exp
6299 * gdb.mi/mi-console.exp
6300 * gdb.mi/mi-detach.exp
6301 * gdb.mi/mi-disassemble.exp
6302 * gdb.mi/mi-eval.exp
6303 * gdb.mi/mi-file-transfer.exp
6304 * gdb.mi/mi-file.exp
6305 * gdb.mi/mi-fill-memory.exp
6306 * gdb.mi/mi-inheritance-syntax-error.exp
6307 * gdb.mi/mi-linespec-err-cp.exp
6308 * gdb.mi/mi-logging.exp
6309 * gdb.mi/mi-memory-changed.exp
6310 * gdb.mi/mi-read-memory.exp
6311 * gdb.mi/mi-record-changed.exp
6312 * gdb.mi/mi-reg-undefined.exp
6313 * gdb.mi/mi-regs.exp
6314 * gdb.mi/mi-return.exp
6315 * gdb.mi/mi-reverse.exp
6316 * gdb.mi/mi-simplerun.exp
6317 * gdb.mi/mi-solib.exp
6318 * gdb.mi/mi-stack.exp
6319 * gdb.mi/mi-stepi.exp
6320 * gdb.mi/mi-syn-frame.exp
6321 * gdb.mi/mi-until.exp
6322 * gdb.mi/mi-var-block.exp
6323 * gdb.mi/mi-var-child.exp
6324 * gdb.mi/mi-var-cmd.exp
6325 * gdb.mi/mi-var-cp.exp
6326 * gdb.mi/mi-var-display.exp
6327 * gdb.mi/mi-var-invalidate.exp
6328 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6329 * gdb.mi/mi-vla-fortran.exp
6330 * gdb.mi/mi-watch.exp
6331 * gdb.mi/mi2-var-child.exp
6332 * gdb.mi/user-selected-context-sync.exp
6333 * gdb.modula2/unbounded-array.exp
6334 * gdb.multi/dummy-frame-restore.exp
6335 * gdb.multi/multi-arch-exec.exp
6336 * gdb.multi/multi-arch.exp
6337 * gdb.multi/tids.exp
6338 * gdb.multi/watchpoint-multi.exp
6339 * gdb.opencl/callfuncs.exp
6340 * gdb.opencl/convs_casts.exp
6341 * gdb.opencl/datatypes.exp
6342 * gdb.opencl/operators.exp
6343 * gdb.opencl/vec_comps.exp
6344 * gdb.opt/clobbered-registers-O2.exp
6345 * gdb.opt/inline-break.exp
6346 * gdb.opt/inline-bt.exp
6347 * gdb.opt/inline-cmds.exp
6348 * gdb.opt/inline-locals.exp
6349 * gdb.pascal/case-insensitive-symbols.exp
6350 * gdb.pascal/floats.exp
6351 * gdb.pascal/gdb11492.exp
6352 * gdb.python/lib-types.exp
6353 * gdb.python/py-arch.exp
6354 * gdb.python/py-as-string.exp
6355 * gdb.python/py-bad-printers.exp
6356 * gdb.python/py-block.exp
6357 * gdb.python/py-breakpoint-create-fail.exp
6358 * gdb.python/py-breakpoint.exp
6359 * gdb.python/py-caller-is.exp
6360 * gdb.python/py-cmd.exp
6361 * gdb.python/py-explore-cc.exp
6362 * gdb.python/py-explore.exp
6363 * gdb.python/py-finish-breakpoint.exp
6364 * gdb.python/py-finish-breakpoint2.exp
6365 * gdb.python/py-frame-args.exp
6366 * gdb.python/py-frame-inline.exp
6367 * gdb.python/py-frame.exp
6368 * gdb.python/py-framefilter-mi.exp
6369 * gdb.python/py-infthread.exp
6370 * gdb.python/py-lazy-string.exp
6371 * gdb.python/py-linetable.exp
6372 * gdb.python/py-mi-events.exp
6373 * gdb.python/py-mi-objfile.exp
6374 * gdb.python/py-mi.exp
6375 * gdb.python/py-objfile.exp
6376 * gdb.python/py-pp-integral.exp
6377 * gdb.python/py-pp-maint.exp
6378 * gdb.python/py-pp-re-notag.exp
6379 * gdb.python/py-pp-registration.exp
6380 * gdb.python/py-recurse-unwind.exp
6381 * gdb.python/py-strfns.exp
6382 * gdb.python/py-symbol.exp
6383 * gdb.python/py-symtab.exp
6384 * gdb.python/py-sync-interp.exp
6385 * gdb.python/py-typeprint.exp
6386 * gdb.python/py-unwind-maint.exp
6387 * gdb.python/py-unwind.exp
6388 * gdb.python/py-value-cc.exp
6389 * gdb.python/py-xmethods.exp
6390 * gdb.reverse/amd64-tailcall-reverse.exp
6391 * gdb.reverse/break-precsave.exp
6392 * gdb.reverse/break-reverse.exp
6393 * gdb.reverse/consecutive-precsave.exp
6394 * gdb.reverse/consecutive-reverse.exp
6395 * gdb.reverse/finish-precsave.exp
6396 * gdb.reverse/finish-reverse-bkpt.exp
6397 * gdb.reverse/finish-reverse.exp
6398 * gdb.reverse/fstatat-reverse.exp
6399 * gdb.reverse/getresuid-reverse.exp
6400 * gdb.reverse/i386-precsave.exp
6401 * gdb.reverse/i386-reverse.exp
6402 * gdb.reverse/i386-sse-reverse.exp
6403 * gdb.reverse/i387-env-reverse.exp
6404 * gdb.reverse/i387-stack-reverse.exp
6405 * gdb.reverse/insn-reverse.exp
6406 * gdb.reverse/machinestate-precsave.exp
6407 * gdb.reverse/machinestate.exp
6408 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6409 * gdb.reverse/pipe-reverse.exp
6410 * gdb.reverse/readv-reverse.exp
6411 * gdb.reverse/recvmsg-reverse.exp
6412 * gdb.reverse/rerun-prec.exp
6413 * gdb.reverse/s390-mvcle.exp
6414 * gdb.reverse/step-precsave.exp
6415 * gdb.reverse/step-reverse.exp
6416 * gdb.reverse/time-reverse.exp
6417 * gdb.reverse/until-precsave.exp
6418 * gdb.reverse/until-reverse.exp
6419 * gdb.reverse/waitpid-reverse.exp
6420 * gdb.reverse/watch-precsave.exp
6421 * gdb.reverse/watch-reverse.exp
6422 * gdb.rust/generics.exp
6423 * gdb.rust/methods.exp
6424 * gdb.rust/modules.exp
6425 * gdb.rust/simple.exp
6426 * gdb.server/connect-with-no-symbol-file.exp
6427 * gdb.server/ext-attach.exp
6428 * gdb.server/ext-restart.exp
6429 * gdb.server/ext-wrapper.exp
6430 * gdb.server/file-transfer.exp
6431 * gdb.server/server-exec-info.exp
6432 * gdb.server/server-kill.exp
6433 * gdb.server/server-mon.exp
6434 * gdb.server/wrapper.exp
6435 * gdb.stabs/exclfwd.exp
6436 * gdb.stabs/gdb11479.exp
6437 * gdb.threads/clone-new-thread-event.exp
6438 * gdb.threads/corethreads.exp
6439 * gdb.threads/current-lwp-dead.exp
6440 * gdb.threads/dlopen-libpthread.exp
6441 * gdb.threads/gcore-thread.exp
6442 * gdb.threads/sigstep-threads.exp
6443 * gdb.threads/watchpoint-fork.exp
6444 * gdb.trace/actions-changed.exp
6445 * gdb.trace/backtrace.exp
6446 * gdb.trace/change-loc.exp
6447 * gdb.trace/circ.exp
6448 * gdb.trace/collection.exp
6449 * gdb.trace/disconnected-tracing.exp
6450 * gdb.trace/ftrace.exp
6451 * gdb.trace/mi-trace-frame-collected.exp
6452 * gdb.trace/mi-trace-unavailable.exp
6453 * gdb.trace/mi-traceframe-changed.exp
6454 * gdb.trace/mi-tsv-changed.exp
6455 * gdb.trace/no-attach-trace.exp
6456 * gdb.trace/passc-dyn.exp
6457 * gdb.trace/qtro.exp
6458 * gdb.trace/range-stepping.exp
6459 * gdb.trace/read-memory.exp
6460 * gdb.trace/save-trace.exp
6461 * gdb.trace/signal.exp
6462 * gdb.trace/status-stop.exp
6463 * gdb.trace/tfile.exp
6464 * gdb.trace/trace-break.exp
6465 * gdb.trace/trace-buffer-size.exp
6466 * gdb.trace/trace-condition.exp
6467 * gdb.trace/tracefile-pseudo-reg.exp
6468 * gdb.trace/tstatus.exp
6469 * gdb.trace/unavailable.exp
6470 * gdb.trace/while-dyn.exp
6471 * gdb.trace/while-stepping.exp
6472
34c41c68
DE
64732016-12-22 Doug Evans <xdje42@gmail.com>
6474
6475 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6476 and msymbols.
6477
16e69324
YQ
64782016-12-19 Yao Qi <yao.qi@linaro.org>
6479
6480 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6481 (test_with_self): Don't call do_steps_and_nexts, and remove
6482 code about stepping into xmalloc.
6483
f94f411b
YQ
64842016-12-09 Yao Qi <yao.qi@linaro.org>
6485
6486 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6487
64882016-12-09 Yao Qi <yao.qi@linaro.org>
6489
6490 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6491
f1b5deee
PA
64922016-12-09 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/all-architectures-0.exp: New file.
6495 * gdb.base/all-architectures-1.exp: New file.
6496 * gdb.base/all-architectures-2.exp: New file.
6497 * gdb.base/all-architectures-3.exp: New file.
6498 * gdb.base/all-architectures-4.exp: New file.
6499 * gdb.base/all-architectures-5.exp: New file.
6500 * gdb.base/all-architectures-6.exp: New file.
6501 * gdb.base/all-architectures-7.exp: New file.
6502 * gdb.base/all-architectures.exp.in: New file.
6503
364ca42e
YQ
65042016-12-09 Yao Qi <yao.qi@linaro.org>
6505
6506 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6507
107c2d62
LM
65082016-12-02 Luis Machado <lgustavo@codesourcery.com>
6509
6510 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6511 possible.
6512 Remove useless pattern-matching code.
6513
df3ee9ca
PA
65142016-12-02 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6517 procedure.
6518 (top level): Call it.
6519
ec835369
PA
65202016-12-02 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6523 New procedure.
6524 (top level): Call it.
6525
01770bbd
PA
65262016-12-02 Pedro Alves <palves@redhat.com>
6527
6528 PR cli/20559
6529 * gdb.base/commands.exp (user_defined_command_args_eval): New
6530 procedure.
6531 (top level): Call it.
6532
008459ea
LM
65332016-12-02 Luis Machado <lgustavo@codesourcery.com>
6534
6535 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6536 timeout handling.
6537
0c1b455e
TT
65382016-12-02 Tom Tromey <tom@tromey.com>
6539
6540 * gdb.dwarf2/main-subprogram.c: New file.
6541 * gdb.dwarf2/main-subprogram.exp: New file.
6542
018572b8
LM
65432016-12-01 Luis Machado <lgustavo@codesourcery.com>
6544
6545 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6546 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6547 gdb_test_no_output for a couple of cases.
6548 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6549
84c93cd5
LM
65502016-12-01 Luis Machado <lgustavo@codesourcery.com>
6551
6552 Fix test names and standardize compilation error messages throughout
6553 the following files:
6554
6555 * gdb.ada/start.exp
6556 * gdb.arch/alpha-step.exp
6557 * gdb.arch/e500-prologue.exp
6558 * gdb.arch/ftrace-insn-reloc.exp
6559 * gdb.arch/gdb1291.exp
6560 * gdb.arch/gdb1431.exp
6561 * gdb.arch/gdb1558.exp
6562 * gdb.arch/i386-dr3-watch.exp
6563 * gdb.arch/i386-sse-stack-align.exp
6564 * gdb.arch/ia64-breakpoint-shadow.exp
6565 * gdb.arch/pa-nullify.exp
6566 * gdb.arch/powerpc-aix-prologue.exp
6567 * gdb.arch/thumb-bx-pc.exp
6568 * gdb.base/annota1.exp
6569 * gdb.base/annota3.exp
6570 * gdb.base/arrayidx.exp
6571 * gdb.base/assign.exp
6572 * gdb.base/attach.exp
6573 * gdb.base/auxv.exp
6574 * gdb.base/bang.exp
6575 * gdb.base/bfp-test.exp
6576 * gdb.base/bigcore.exp
6577 * gdb.base/bitfields2.exp
6578 * gdb.base/break-fun-addr.exp
6579 * gdb.base/break-probes.exp
6580 * gdb.base/call-rt-st.exp
6581 * gdb.base/callexit.exp
6582 * gdb.base/catch-fork-kill.exp
6583 * gdb.base/charset.exp
6584 * gdb.base/checkpoint.exp
6585 * gdb.base/comprdebug.exp
6586 * gdb.base/constvars.exp
6587 * gdb.base/coredump-filter.exp
6588 * gdb.base/cursal.exp
6589 * gdb.base/cvexpr.exp
6590 * gdb.base/detach.exp
6591 * gdb.base/display.exp
6592 * gdb.base/dmsym.exp
6593 * gdb.base/dprintf-pending.exp
6594 * gdb.base/dso2dso.exp
6595 * gdb.base/dtrace-probe.exp
6596 * gdb.base/dump.exp
6597 * gdb.base/enum_cond.exp
6598 * gdb.base/exe-lock.exp
6599 * gdb.base/exec-invalid-sysroot.exp
6600 * gdb.base/execl-update-breakpoints.exp
6601 * gdb.base/exprs.exp
6602 * gdb.base/fileio.exp
6603 * gdb.base/find.exp
6604 * gdb.base/finish.exp
6605 * gdb.base/fixsection.exp
6606 * gdb.base/foll-vfork.exp
6607 * gdb.base/frame-args.exp
6608 * gdb.base/gcore.exp
6609 * gdb.base/gdb1250.exp
6610 * gdb.base/global-var-nested-by-dso.exp
6611 * gdb.base/gnu-ifunc.exp
6612 * gdb.base/hashline1.exp
6613 * gdb.base/hashline2.exp
6614 * gdb.base/hashline3.exp
6615 * gdb.base/hbreak-in-shr-unsupported.exp
6616 * gdb.base/huge.exp
6617 * gdb.base/infcall-input.exp
6618 * gdb.base/info-fun.exp
6619 * gdb.base/info-shared.exp
6620 * gdb.base/jit-simple.exp
6621 * gdb.base/jit-so.exp
6622 * gdb.base/jit.exp
6623 * gdb.base/jump.exp
6624 * gdb.base/label.exp
6625 * gdb.base/lineinc.exp
6626 * gdb.base/logical.exp
6627 * gdb.base/longjmp.exp
6628 * gdb.base/macscp.exp
6629 * gdb.base/miscexprs.exp
6630 * gdb.base/new-ui-echo.exp
6631 * gdb.base/new-ui-pending-input.exp
6632 * gdb.base/new-ui.exp
6633 * gdb.base/nodebug.exp
6634 * gdb.base/nofield.exp
6635 * gdb.base/offsets.exp
6636 * gdb.base/overlays.exp
6637 * gdb.base/pending.exp
6638 * gdb.base/pointers.exp
6639 * gdb.base/pr11022.exp
6640 * gdb.base/printcmds.exp
6641 * gdb.base/prologue.exp
6642 * gdb.base/ptr-typedef.exp
6643 * gdb.base/realname-expand.exp
6644 * gdb.base/relativedebug.exp
6645 * gdb.base/relocate.exp
6646 * gdb.base/remote.exp
6647 * gdb.base/reread.exp
6648 * gdb.base/return2.exp
6649 * gdb.base/savedregs.exp
6650 * gdb.base/sep.exp
6651 * gdb.base/sepdebug.exp
6652 * gdb.base/sepsymtab.exp
6653 * gdb.base/set-inferior-tty.exp
6654 * gdb.base/setshow.exp
6655 * gdb.base/shlib-call.exp
6656 * gdb.base/sigaltstack.exp
6657 * gdb.base/siginfo-addr.exp
6658 * gdb.base/signals.exp
6659 * gdb.base/signull.exp
6660 * gdb.base/sigrepeat.exp
6661 * gdb.base/so-impl-ld.exp
6662 * gdb.base/solib-display.exp
6663 * gdb.base/solib-overlap.exp
6664 * gdb.base/solib-search.exp
6665 * gdb.base/solib-symbol.exp
6666 * gdb.base/structs.exp
6667 * gdb.base/structs2.exp
6668 * gdb.base/symtab-search-order.exp
6669 * gdb.base/twice.exp
6670 * gdb.base/unload.exp
6671 * gdb.base/varargs.exp
6672 * gdb.base/watchpoint-solib.exp
6673 * gdb.base/watchpoint.exp
6674 * gdb.base/whatis.exp
6675 * gdb.base/wrong_frame_bt_full.exp
6676 * gdb.btrace/dlopen.exp
6677 * gdb.cell/ea-standalone.exp
6678 * gdb.cell/ea-test.exp
6679 * gdb.cp/dispcxx.exp
6680 * gdb.cp/gdb2384.exp
6681 * gdb.cp/method2.exp
6682 * gdb.cp/nextoverthrow.exp
6683 * gdb.cp/pr10728.exp
6684 * gdb.disasm/am33.exp
6685 * gdb.disasm/h8300s.exp
6686 * gdb.disasm/mn10300.exp
6687 * gdb.disasm/sh3.exp
6688 * gdb.dwarf2/dw2-dir-file-name.exp
6689 * gdb.fortran/complex.exp
6690 * gdb.fortran/library-module.exp
6691 * gdb.guile/scm-pretty-print.exp
6692 * gdb.guile/scm-symbol.exp
6693 * gdb.guile/scm-type.exp
6694 * gdb.guile/scm-value.exp
6695 * gdb.linespec/linespec.exp
6696 * gdb.mi/gdb701.exp
6697 * gdb.mi/gdb792.exp
6698 * gdb.mi/mi-breakpoint-changed.exp
6699 * gdb.mi/mi-dprintf-pending.exp
6700 * gdb.mi/mi-dprintf.exp
6701 * gdb.mi/mi-exit-code.exp
6702 * gdb.mi/mi-pending.exp
6703 * gdb.mi/mi-solib.exp
6704 * gdb.mi/new-ui-mi-sync.exp
6705 * gdb.mi/pr11022.exp
6706 * gdb.mi/user-selected-context-sync.exp
6707 * gdb.opt/solib-intra-step.exp
6708 * gdb.python/py-events.exp
6709 * gdb.python/py-finish-breakpoint.exp
6710 * gdb.python/py-mi.exp
6711 * gdb.python/py-prettyprint.exp
6712 * gdb.python/py-shared.exp
6713 * gdb.python/py-symbol.exp
6714 * gdb.python/py-template.exp
6715 * gdb.python/py-type.exp
6716 * gdb.python/py-value.exp
6717 * gdb.reverse/solib-precsave.exp
6718 * gdb.reverse/solib-reverse.exp
6719 * gdb.server/solib-list.exp
6720 * gdb.stabs/weird.exp
6721 * gdb.threads/reconnect-signal.exp
6722 * gdb.threads/stepi-random-signal.exp
6723 * gdb.trace/actions.exp
6724 * gdb.trace/ax.exp
6725 * gdb.trace/backtrace.exp
6726 * gdb.trace/change-loc.exp
6727 * gdb.trace/deltrace.exp
6728 * gdb.trace/ftrace-lock.exp
6729 * gdb.trace/ftrace.exp
6730 * gdb.trace/infotrace.exp
6731 * gdb.trace/mi-tracepoint-changed.exp
6732 * gdb.trace/packetlen.exp
6733 * gdb.trace/passcount.exp
6734 * gdb.trace/pending.exp
6735 * gdb.trace/range-stepping.exp
6736 * gdb.trace/report.exp
6737 * gdb.trace/stap-trace.exp
6738 * gdb.trace/tfind.exp
6739 * gdb.trace/trace-break.exp
6740 * gdb.trace/trace-condition.exp
6741 * gdb.trace/trace-enable-disable.exp
6742 * gdb.trace/trace-mt.exp
6743 * gdb.trace/tracecmd.exp
6744 * gdb.trace/tspeed.exp
6745 * gdb.trace/tsv.exp
6746 * lib/perftest.exp
6747
fb9feb35
LM
67482016-12-01 Luis Machado <lgustavo@codesourcery.com>
6749
6750 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6751 with gdb_test_no_output.
6752 Use command as test name.
6753
cd2ddb6c
LM
67542016-12-01 Luis Machado <lgustavo@codesourcery.com>
6755
6756 Fix test names starting with uppercase throughout the files.
6757
6758 * gdb.ada/assign_1.exp
6759 * gdb.ada/boolean_expr.exp
6760 * gdb.base/arrayidx.exp
6761 * gdb.base/del.exp
6762 * gdb.base/gcore-buffer-overflow.exp
6763 * gdb.base/testenv.exp
6764 * gdb.compile/compile.exp
6765 * gdb.python/py-framefilter-invalidarg.exp
6766 * gdb.python/py-framefilter.exp
6767
bb95117e
LM
67682016-12-01 Luis Machado <lgustavo@codesourcery.com>
6769
6770 Fix test names starting with uppercase throughout the files.
6771
6772 * gdb.ada/array_return.exp
6773 * gdb.ada/expr_delims.exp
6774 * gdb.ada/mi_dyn_arr.exp
6775 * gdb.ada/mi_interface.exp
6776 * gdb.ada/mi_var_array.exp
6777 * gdb.ada/watch_arg.exp
6778 * gdb.arch/alpha-step.exp
6779 * gdb.arch/altivec-regs.exp
6780 * gdb.arch/e500-regs.exp
6781 * gdb.arch/powerpc-d128-regs.exp
6782 * gdb.base/arrayidx.exp
6783 * gdb.base/break.exp
6784 * gdb.base/checkpoint.exp
6785 * gdb.base/debug-expr.exp
6786 * gdb.base/dmsym.exp
6787 * gdb.base/radix.exp
6788 * gdb.base/sepdebug.exp
6789 * gdb.base/testenv.exp
6790 * gdb.base/watch_thread_num.exp
6791 * gdb.base/watchpoint-cond-gone.exp
6792 * gdb.cell/break.exp
6793 * gdb.cell/ea-cache.exp
6794 * gdb.compile/compile.exp
6795 * gdb.cp/gdb2495.exp
6796 * gdb.gdb/selftest.exp
6797 * gdb.gdb/xfullpath.exp
6798 * gdb.go/hello.exp
6799 * gdb.go/integers.exp
6800 * gdb.objc/basicclass.exp
6801 * gdb.pascal/hello.exp
6802 * gdb.pascal/integers.exp
6803 * gdb.python/py-breakpoint.exp
6804 * gdb.python/py-cmd.exp
6805 * gdb.python/py-linetable.exp
6806 * gdb.python/py-xmethods.exp
6807 * gdb.python/python.exp
6808 * gdb.reverse/consecutive-precsave.exp
6809 * gdb.reverse/finish-precsave.exp
6810 * gdb.reverse/i386-precsave.exp
6811 * gdb.reverse/machinestate-precsave.exp
6812 * gdb.reverse/sigall-precsave.exp
6813 * gdb.reverse/solib-precsave.exp
6814 * gdb.reverse/step-precsave.exp
6815 * gdb.reverse/until-precsave.exp
6816 * gdb.reverse/watch-precsave.exp
6817 * gdb.threads/leader-exit.exp
6818 * gdb.threads/pthreads.exp
6819 * gdb.threads/wp-replication.exp
6820 * gdb.trace/actions.exp
6821 * gdb.trace/mi-tsv-changed.exp
6822 * gdb.trace/tsv.exp
6823
de97fdd4
LM
68242016-12-01 Luis Machado <lgustavo@codesourcery.com>
6825
6826 Fix test names starting with uppercase throughout the files.
6827
6828 * gdb.arch/i386-bp_permanent.exp
6829 * gdb.arch/i386-gnu-cfi.exp
6830 * gdb.base/disasm-end-cu.exp
6831 * gdb.base/macscp.exp
6832 * gdb.base/pending.exp
6833 * gdb.base/watch_thread_num.exp
6834 * gdb.cp/exception.exp
6835 * gdb.cp/gdb2495.exp
6836 * gdb.cp/local.exp
6837 * gdb.python/py-evsignal.exp
6838 * gdb.python/python.exp
6839 * gdb.trace/tracecmd.exp
6840
9f058c10
LM
68412016-12-01 Luis Machado <lgustavo@codesourcery.com>
6842
6843 Fix test names starting with uppercase throughout the files.
6844
6845 * gdb.base/charset.exp
6846 * gdb.base/eval.exp
6847 * gdb.base/multi-forks.exp
6848 * gdb.guile/scm-progspace.exp
6849 * gdb.opencl/datatypes.exp
6850 * gdb.python/py-block.exp
6851 * gdb.python/py-function.exp
6852 * gdb.python/py-symbol.exp
6853 * gdb.python/py-symtab.exp
6854 * gdb.python/py-xmethods.exp
6855 * gdb.reverse/break-precsave.exp
6856 * gdb.reverse/break-reverse.exp
6857 * gdb.reverse/consecutive-precsave.exp
6858 * gdb.reverse/consecutive-reverse.exp
6859 * gdb.reverse/finish-precsave.exp
6860 * gdb.reverse/finish-reverse-bkpt.exp
6861 * gdb.reverse/finish-reverse.exp
6862 * gdb.reverse/fstatat-reverse.exp
6863 * gdb.reverse/getresuid-reverse.exp
6864 * gdb.reverse/i386-precsave.exp
6865 * gdb.reverse/i386-reverse.exp
6866 * gdb.reverse/i386-sse-reverse.exp
6867 * gdb.reverse/i387-stack-reverse.exp
6868 * gdb.reverse/insn-reverse.exp
6869 * gdb.reverse/machinestate-precsave.exp
6870 * gdb.reverse/machinestate.exp
6871 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6872 * gdb.reverse/pipe-reverse.exp
6873 * gdb.reverse/readv-reverse.exp
6874 * gdb.reverse/recvmsg-reverse.exp
6875 * gdb.reverse/rerun-prec.exp
6876 * gdb.reverse/s390-mvcle.exp
6877 * gdb.reverse/sigall-precsave.exp
6878 * gdb.reverse/sigall-reverse.exp
6879 * gdb.reverse/solib-precsave.exp
6880 * gdb.reverse/solib-reverse.exp
6881 * gdb.reverse/step-precsave.exp
6882 * gdb.reverse/step-reverse.exp
6883 * gdb.reverse/time-reverse.exp
6884 * gdb.reverse/until-precsave.exp
6885 * gdb.reverse/until-reverse.exp
6886 * gdb.reverse/waitpid-reverse.exp
6887 * gdb.reverse/watch-precsave.exp
6888 * gdb.reverse/watch-reverse.exp
6889
cdc7edd7
LM
68902016-12-01 Luis Machado <lgustavo@codesourcery.com>
6891
6892 Fix test names starting with uppercase throughout the files.
6893
6894 * gdb.arch/i386-mpx-simple_segv.exp
6895 * gdb.arch/i386-mpx.exp
6896 * gdb.arch/i386-permbkpt.exp
6897 * gdb.arch/pa-nullify.exp
6898 * gdb.arch/powerpc-d128-regs.exp
6899 * gdb.arch/vsx-regs.exp
6900 * gdb.base/bfp-test.exp
6901 * gdb.base/break.exp
6902 * gdb.base/breakpoint-shadow.exp
6903 * gdb.base/callfuncs.exp
6904 * gdb.base/charset.exp
6905 * gdb.base/commands.exp
6906 * gdb.base/completion.exp
6907 * gdb.base/dfp-test.exp
6908 * gdb.base/echo.exp
6909 * gdb.base/ending-run.exp
6910 * gdb.base/eval.exp
6911 * gdb.base/expand-psymtabs.exp
6912 * gdb.base/float128.exp
6913 * gdb.base/floatn.exp
6914 * gdb.base/foll-exec-mode.exp
6915 * gdb.base/gdb1056.exp
6916 * gdb.base/gdb11531.exp
6917 * gdb.base/kill-after-signal.exp
6918 * gdb.base/multi-forks.exp
6919 * gdb.base/overlays.exp
6920 * gdb.base/pending.exp
6921 * gdb.base/sepdebug.exp
6922 * gdb.base/testenv.exp
6923 * gdb.base/valgrind-db-attach.exp
6924 * gdb.base/watch_thread_num.exp
6925 * gdb.base/watchpoint-cond-gone.exp
6926 * gdb.base/watchpoint.exp
6927 * gdb.base/watchpoints.exp
6928 * gdb.cp/arg-reference.exp
6929 * gdb.cp/baseenum.exp
6930 * gdb.cp/operator.exp
6931 * gdb.cp/shadow.exp
6932 * gdb.dwarf2/dw2-op-out-param.exp
6933 * gdb.dwarf2/dw2-reg-undefined.exp
6934 * gdb.go/chan.exp
6935 * gdb.go/hello.exp
6936 * gdb.go/integers.exp
6937 * gdb.go/methods.exp
6938 * gdb.go/package.exp
6939 * gdb.guile/scm-parameter.exp
6940 * gdb.guile/scm-progspace.exp
6941 * gdb.guile/scm-value.exp
6942 * gdb.mi/mi-pending.exp
6943 * gdb.mi/user-selected-context-sync.exp
6944 * gdb.multi/multi-attach.exp
6945 * gdb.multi/tids.exp
6946 * gdb.opt/clobbered-registers-O2.exp
6947 * gdb.pascal/floats.exp
6948 * gdb.pascal/integers.exp
6949 * gdb.python/py-block.exp
6950 * gdb.python/py-events.exp
6951 * gdb.python/py-parameter.exp
6952 * gdb.python/py-symbol.exp
6953 * gdb.python/py-symtab.exp
6954 * gdb.python/py-type.exp
6955 * gdb.python/py-value.exp
6956 * gdb.python/py-xmethods.exp
6957 * gdb.python/python.exp
6958 * gdb.reverse/break-precsave.exp
6959 * gdb.reverse/consecutive-precsave.exp
6960 * gdb.reverse/finish-precsave.exp
6961 * gdb.reverse/i386-precsave.exp
6962 * gdb.reverse/machinestate-precsave.exp
6963 * gdb.reverse/sigall-precsave.exp
6964 * gdb.reverse/solib-precsave.exp
6965 * gdb.reverse/step-precsave.exp
6966 * gdb.reverse/until-precsave.exp
6967 * gdb.reverse/watch-precsave.exp
6968 * gdb.server/ext-attach.exp
6969 * gdb.server/ext-restart.exp
6970 * gdb.server/ext-run.exp
6971 * gdb.server/ext-wrapper.exp
6972 * gdb.stabs/gdb11479.exp
6973 * gdb.stabs/weird.exp
6974 * gdb.threads/attach-many-short-lived-threads.exp
6975 * gdb.threads/kill.exp
6976 * gdb.threads/watchpoint-fork.exp
6977
bc6c7af4
LM
69782016-12-01 Luis Machado <lgustavo@codesourcery.com>
6979
6980 Fix test names starting with uppercase throughout all the files below.
6981
6982 * gdb.ada/array_return.exp
6983 * gdb.ada/catch_ex.exp
6984 * gdb.ada/info_exc.exp
6985 * gdb.ada/mi_catch_ex.exp
6986 * gdb.ada/mi_dyn_arr.exp
6987 * gdb.ada/mi_ex_cond.exp
6988 * gdb.ada/mi_exc_info.exp
6989 * gdb.ada/mi_interface.exp
6990 * gdb.ada/mi_task_arg.exp
6991 * gdb.ada/mi_task_info.exp
6992 * gdb.ada/mi_var_array.exp
6993 * gdb.arch/alpha-step.exp
6994 * gdb.arch/amd64-disp-step.exp
6995 * gdb.arch/arm-disp-step.exp
6996 * gdb.arch/disp-step-insn-reloc.exp
6997 * gdb.arch/e500-prologue.exp
6998 * gdb.arch/ftrace-insn-reloc.exp
6999 * gdb.arch/gdb1558.exp
7000 * gdb.arch/i386-bp_permanent.exp
7001 * gdb.arch/i386-disp-step.exp
7002 * gdb.arch/i386-float.exp
7003 * gdb.arch/i386-gnu-cfi.exp
7004 * gdb.arch/ia64-breakpoint-shadow.exp
7005 * gdb.arch/mips16-thunks.exp
7006 * gdb.arch/pa-nullify.exp
7007 * gdb.arch/powerpc-aix-prologue.exp
7008 * gdb.arch/powerpc-power.exp
7009 * gdb.arch/ppc-dfp.exp
7010 * gdb.arch/s390-tdbregs.exp
7011 * gdb.arch/spu-info.exp
7012 * gdb.arch/spu-ls.exp
7013 * gdb.arch/thumb-bx-pc.exp
7014 * gdb.base/advance.exp
7015 * gdb.base/annota-input-while-running.exp
7016 * gdb.base/arrayidx.exp
7017 * gdb.base/asmlabel.exp
7018 * gdb.base/async.exp
7019 * gdb.base/attach-wait-input.exp
7020 * gdb.base/auto-connect-native-target.exp
7021 * gdb.base/batch-preserve-term-settings.exp
7022 * gdb.base/bfp-test.exp
7023 * gdb.base/bigcore.exp
7024 * gdb.base/bp-permanent.exp
7025 * gdb.base/break-always.exp
7026 * gdb.base/break-fun-addr.exp
7027 * gdb.base/break-idempotent.exp
7028 * gdb.base/break-main-file-remove-fail.exp
7029 * gdb.base/break-probes.exp
7030 * gdb.base/break-unload-file.exp
7031 * gdb.base/break.exp
7032 * gdb.base/call-ar-st.exp
7033 * gdb.base/call-rt-st.exp
7034 * gdb.base/call-sc.exp
7035 * gdb.base/call-signal-resume.exp
7036 * gdb.base/call-strs.exp
7037 * gdb.base/callexit.exp
7038 * gdb.base/callfuncs.exp
7039 * gdb.base/catch-gdb-caused-signals.exp
7040 * gdb.base/catch-signal-siginfo-cond.exp
7041 * gdb.base/catch-syscall.exp
7042 * gdb.base/compare-sections.exp
7043 * gdb.base/cond-eval-mode.exp
7044 * gdb.base/condbreak-call-false.exp
7045 * gdb.base/consecutive-step-over.exp
7046 * gdb.base/cursal.exp
7047 * gdb.base/disabled-location.exp
7048 * gdb.base/disasm-end-cu.exp
7049 * gdb.base/display.exp
7050 * gdb.base/double-prompt-target-event-error.exp
7051 * gdb.base/dprintf-bp-same-addr.exp
7052 * gdb.base/dprintf-detach.exp
7053 * gdb.base/dprintf-next.exp
7054 * gdb.base/dprintf-non-stop.exp
7055 * gdb.base/dprintf-pending.exp
7056 * gdb.base/dso2dso.exp
7057 * gdb.base/ending-run.exp
7058 * gdb.base/enum_cond.exp
7059 * gdb.base/examine-backward.exp
7060 * gdb.base/exe-lock.exp
7061 * gdb.base/exec-invalid-sysroot.exp
7062 * gdb.base/execl-update-breakpoints.exp
7063 * gdb.base/execution-termios.exp
7064 * gdb.base/fileio.exp
7065 * gdb.base/fixsection.exp
7066 * gdb.base/foll-exec-mode.exp
7067 * gdb.base/foll-exec.exp
7068 * gdb.base/fork-running-state.exp
7069 * gdb.base/frame-args.exp
7070 * gdb.base/fullpath-expand.exp
7071 * gdb.base/func-ptr.exp
7072 * gdb.base/gcore-relro-pie.exp
7073 * gdb.base/gdb1090.exp
7074 * gdb.base/gdb1555.exp
7075 * gdb.base/global-var-nested-by-dso.exp
7076 * gdb.base/gnu-ifunc.exp
7077 * gdb.base/hbreak-in-shr-unsupported.exp
7078 * gdb.base/hbreak-unmapped.exp
7079 * gdb.base/hook-stop.exp
7080 * gdb.base/infcall-input.exp
7081 * gdb.base/info-fun.exp
7082 * gdb.base/info-shared.exp
7083 * gdb.base/interrupt-noterm.exp
7084 * gdb.base/jit-so.exp
7085 * gdb.base/jit.exp
7086 * gdb.base/line-symtabs.exp
7087 * gdb.base/list.exp
7088 * gdb.base/longjmp.exp
7089 * gdb.base/macscp.exp
7090 * gdb.base/max-value-size.exp
7091 * gdb.base/nodebug.exp
7092 * gdb.base/nofield.exp
7093 * gdb.base/overlays.exp
7094 * gdb.base/paginate-after-ctrl-c-running.exp
7095 * gdb.base/paginate-bg-execution.exp
7096 * gdb.base/paginate-inferior-exit.exp
7097 * gdb.base/pending.exp
7098 * gdb.base/pr11022.exp
7099 * gdb.base/printcmds.exp
7100 * gdb.base/ptr-typedef.exp
7101 * gdb.base/ptype.exp
7102 * gdb.base/randomize.exp
7103 * gdb.base/range-stepping.exp
7104 * gdb.base/realname-expand.exp
7105 * gdb.base/relativedebug.exp
7106 * gdb.base/remote.exp
7107 * gdb.base/savedregs.exp
7108 * gdb.base/sepdebug.exp
7109 * gdb.base/set-noassign.exp
7110 * gdb.base/shlib-call.exp
7111 * gdb.base/shreloc.exp
7112 * gdb.base/sigaltstack.exp
7113 * gdb.base/sigbpt.exp
7114 * gdb.base/siginfo-addr.exp
7115 * gdb.base/siginfo-obj.exp
7116 * gdb.base/siginfo-thread.exp
7117 * gdb.base/signest.exp
7118 * gdb.base/signull.exp
7119 * gdb.base/sigrepeat.exp
7120 * gdb.base/skip.exp
7121 * gdb.base/so-impl-ld.exp
7122 * gdb.base/solib-corrupted.exp
7123 * gdb.base/solib-disc.exp
7124 * gdb.base/solib-display.exp
7125 * gdb.base/solib-overlap.exp
7126 * gdb.base/solib-search.exp
7127 * gdb.base/solib-symbol.exp
7128 * gdb.base/source-execution.exp
7129 * gdb.base/sss-bp-on-user-bp-2.exp
7130 * gdb.base/sss-bp-on-user-bp.exp
7131 * gdb.base/stack-checking.exp
7132 * gdb.base/stale-infcall.exp
7133 * gdb.base/step-break.exp
7134 * gdb.base/step-line.exp
7135 * gdb.base/step-over-exit.exp
7136 * gdb.base/step-test.exp
7137 * gdb.base/structs.exp
7138 * gdb.base/sym-file.exp
7139 * gdb.base/symtab-search-order.exp
7140 * gdb.base/term.exp
7141 * gdb.base/type-opaque.exp
7142 * gdb.base/unload.exp
7143 * gdb.base/until-nodebug.exp
7144 * gdb.base/until.exp
7145 * gdb.base/unwindonsignal.exp
7146 * gdb.base/watch-cond.exp
7147 * gdb.base/watch-non-mem.exp
7148 * gdb.base/watch_thread_num.exp
7149 * gdb.base/watchpoint-reuse-slot.exp
7150 * gdb.base/watchpoint-solib.exp
7151 * gdb.base/watchpoint.exp
7152 * gdb.btrace/dlopen.exp
7153 * gdb.cell/arch.exp
7154 * gdb.cell/break.exp
7155 * gdb.cell/bt.exp
7156 * gdb.cell/core.exp
7157 * gdb.cell/data.exp
7158 * gdb.cell/dwarfaddr.exp
7159 * gdb.cell/ea-cache.exp
7160 * gdb.cell/ea-standalone.exp
7161 * gdb.cell/ea-test.exp
7162 * gdb.cell/f-regs.exp
7163 * gdb.cell/fork.exp
7164 * gdb.cell/gcore.exp
7165 * gdb.cell/mem-access.exp
7166 * gdb.cell/ptype.exp
7167 * gdb.cell/registers.exp
7168 * gdb.cell/sizeof.exp
7169 * gdb.cell/solib-symbol.exp
7170 * gdb.cell/solib.exp
7171 * gdb.compile/compile-tls.exp
7172 * gdb.cp/exception.exp
7173 * gdb.cp/gdb2495.exp
7174 * gdb.cp/local.exp
7175 * gdb.cp/mb-inline.exp
7176 * gdb.cp/mb-templates.exp
7177 * gdb.cp/pr10687.exp
7178 * gdb.cp/pr9167.exp
7179 * gdb.cp/scope-err.exp
7180 * gdb.cp/templates.exp
7181 * gdb.cp/virtfunc.exp
7182 * gdb.dwarf2/dw2-dir-file-name.exp
7183 * gdb.dwarf2/dw2-single-line-discriminators.exp
7184 * gdb.fortran/complex.exp
7185 * gdb.fortran/library-module.exp
7186 * gdb.guile/guile.exp
7187 * gdb.guile/scm-cmd.exp
7188 * gdb.guile/scm-frame-inline.exp
7189 * gdb.guile/scm-objfile.exp
7190 * gdb.guile/scm-pretty-print.exp
7191 * gdb.guile/scm-symbol.exp
7192 * gdb.guile/scm-type.exp
7193 * gdb.guile/scm-value.exp
7194 * gdb.linespec/keywords.exp
7195 * gdb.linespec/ls-errs.exp
7196 * gdb.linespec/macro-relative.exp
7197 * gdb.linespec/thread.exp
7198 * gdb.mi/mi-breakpoint-changed.exp
7199 * gdb.mi/mi-dprintf-pending.exp
7200 * gdb.mi/mi-fullname-deleted.exp
7201 * gdb.mi/mi-logging.exp
7202 * gdb.mi/mi-pending.exp
7203 * gdb.mi/mi-solib.exp
7204 * gdb.mi/new-ui-mi-sync.exp
7205 * gdb.mi/user-selected-context-sync.exp
7206 * gdb.multi/dummy-frame-restore.exp
7207 * gdb.multi/multi-arch-exec.exp
7208 * gdb.multi/remove-inferiors.exp
7209 * gdb.multi/watchpoint-multi-exit.exp
7210 * gdb.opt/solib-intra-step.exp
7211 * gdb.perf/backtrace.exp
7212 * gdb.perf/single-step.exp
7213 * gdb.perf/skip-command.exp
7214 * gdb.perf/skip-prologue.exp
7215 * gdb.perf/solib.exp
7216 * gdb.python/lib-types.exp
7217 * gdb.python/py-as-string.exp
7218 * gdb.python/py-bad-printers.exp
7219 * gdb.python/py-block.exp
7220 * gdb.python/py-breakpoint.exp
7221 * gdb.python/py-cmd.exp
7222 * gdb.python/py-events.exp
7223 * gdb.python/py-evthreads.exp
7224 * gdb.python/py-finish-breakpoint.exp
7225 * gdb.python/py-finish-breakpoint2.exp
7226 * gdb.python/py-frame-inline.exp
7227 * gdb.python/py-frame.exp
7228 * gdb.python/py-inferior.exp
7229 * gdb.python/py-infthread.exp
7230 * gdb.python/py-mi.exp
7231 * gdb.python/py-objfile.exp
7232 * gdb.python/py-pp-maint.exp
7233 * gdb.python/py-pp-registration.exp
7234 * gdb.python/py-prettyprint.exp
7235 * gdb.python/py-recurse-unwind.exp
7236 * gdb.python/py-shared.exp
7237 * gdb.python/py-symbol.exp
7238 * gdb.python/py-symtab.exp
7239 * gdb.python/py-template.exp
7240 * gdb.python/py-type.exp
7241 * gdb.python/py-unwind-maint.exp
7242 * gdb.python/py-unwind.exp
7243 * gdb.python/py-value.exp
7244 * gdb.python/python.exp
7245 * gdb.reverse/finish-reverse-bkpt.exp
7246 * gdb.reverse/insn-reverse.exp
7247 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7248 * gdb.reverse/solib-precsave.exp
7249 * gdb.reverse/solib-reverse.exp
7250 * gdb.stabs/gdb11479.exp
7251 * gdb.stabs/weird.exp
7252 * gdb.threads/fork-child-threads.exp
7253 * gdb.threads/fork-plus-threads.exp
7254 * gdb.threads/fork-thread-pending.exp
7255 * gdb.threads/forking-threads-plus-breakpoint.exp
7256 * gdb.threads/hand-call-in-threads.exp
7257 * gdb.threads/interrupted-hand-call.exp
7258 * gdb.threads/linux-dp.exp
7259 * gdb.threads/local-watch-wrong-thread.exp
7260 * gdb.threads/next-while-other-thread-longjmps.exp
7261 * gdb.threads/non-ldr-exit.exp
7262 * gdb.threads/pending-step.exp
7263 * gdb.threads/print-threads.exp
7264 * gdb.threads/process-dies-while-detaching.exp
7265 * gdb.threads/process-dies-while-handling-bp.exp
7266 * gdb.threads/pthreads.exp
7267 * gdb.threads/queue-signal.exp
7268 * gdb.threads/reconnect-signal.exp
7269 * gdb.threads/signal-command-handle-nopass.exp
7270 * gdb.threads/signal-command-multiple-signals-pending.exp
7271 * gdb.threads/signal-delivered-right-thread.exp
7272 * gdb.threads/signal-sigtrap.exp
7273 * gdb.threads/sigthread.exp
7274 * gdb.threads/staticthreads.exp
7275 * gdb.threads/stepi-random-signal.exp
7276 * gdb.threads/thread-unwindonsignal.exp
7277 * gdb.threads/thread_check.exp
7278 * gdb.threads/thread_events.exp
7279 * gdb.threads/tid-reuse.exp
7280 * gdb.threads/tls-nodebug.exp
7281 * gdb.threads/tls-shared.exp
7282 * gdb.threads/tls-so_extern.exp
7283 * gdb.threads/tls.exp
7284 * gdb.threads/wp-replication.exp
7285 * gdb.trace/actions-changed.exp
7286 * gdb.trace/actions.exp
7287 * gdb.trace/backtrace.exp
7288 * gdb.trace/change-loc.exp
7289 * gdb.trace/collection.exp
7290 * gdb.trace/deltrace.exp
7291 * gdb.trace/disconnected-tracing.exp
7292 * gdb.trace/entry-values.exp
7293 * gdb.trace/ftrace-lock.exp
7294 * gdb.trace/ftrace.exp
7295 * gdb.trace/infotrace.exp
7296 * gdb.trace/mi-trace-frame-collected.exp
7297 * gdb.trace/mi-trace-unavailable.exp
7298 * gdb.trace/mi-traceframe-changed.exp
7299 * gdb.trace/mi-tracepoint-changed.exp
7300 * gdb.trace/mi-tsv-changed.exp
7301 * gdb.trace/no-attach-trace.exp
7302 * gdb.trace/packetlen.exp
7303 * gdb.trace/passc-dyn.exp
7304 * gdb.trace/passcount.exp
7305 * gdb.trace/pending.exp
7306 * gdb.trace/pr16508.exp
7307 * gdb.trace/qtro.exp
7308 * gdb.trace/range-stepping.exp
7309 * gdb.trace/read-memory.exp
7310 * gdb.trace/report.exp
7311 * gdb.trace/save-trace.exp
7312 * gdb.trace/signal.exp
7313 * gdb.trace/stap-trace.exp
7314 * gdb.trace/status-stop.exp
7315 * gdb.trace/strace.exp
7316 * gdb.trace/tfile.exp
7317 * gdb.trace/tfind.exp
7318 * gdb.trace/trace-break.exp
7319 * gdb.trace/trace-condition.exp
7320 * gdb.trace/trace-enable-disable.exp
7321 * gdb.trace/trace-mt.exp
7322 * gdb.trace/tracecmd.exp
7323 * gdb.trace/tracefile-pseudo-reg.exp
7324 * gdb.trace/tspeed.exp
7325 * gdb.trace/tstatus.exp
7326 * gdb.trace/tsv.exp
7327 * gdb.trace/unavailable.exp
7328 * gdb.trace/while-dyn.exp
7329 * gdb.trace/while-stepping.exp
7330 * lib/gdb-guile.exp
7331 * lib/gdb.exp
7332 * lib/mi-support.exp
7333 * lib/pascal.exp
7334 * lib/perftest.exp
7335 * lib/prelink-support.exp
7336 * lib/selftest-support.exp
7337
ad02e4fe
SM
73382016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7339
7340 * Makefile.in: Include disable-implicit-rules.mk.
7341
22347e55
AA
73422016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7343
7344 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7345 non-byte-aligned bit fields.
7346
da5b30da
AA
73472016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7348
7349 PR gdb/12616
7350 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7351 respects the DW_AT_data_bit_offset attribute.
7352
b593ecca
SM
73532016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7354
7355 * gdb.base/default.exp: Fix output of "set language".
7356
3b165252
SM
73572016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7358
7359 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7360 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7361 make.
7362 * configure.ac: Remove checks for the make program.
7363 * configure: Re-generate.
7364
1a2f3d7f
KB
73652016-11-16 Kevin Buettner <kevinb@redhat.com>
7366
7367 * gdb.python/py-recurse-unwind.c (main): Add loop.
7368 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7369 to read_register() and gdb.parse_and_eval(). Make each code
7370 call a separate case that can be individually tested.
7371 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7372 proc. Call cont_and_backtrace for each of the code paths that
7373 we want to test in the unwinder.
7374
b7f38fda
AA
73752016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7376
7377 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7378 the definition of struct S.
7379
1f8db343
CM
73802016-11-11 Catherine Moore <clm@codesourcery.com>
7381
7382 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7383
fad0c9fb
PA
73842016-11-09 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/commands.exp (runto_or_return): New procedure.
7387 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7388 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7389 (progvar_simple_while_test, progvar_complex_if_while_test)
7390 (if_while_breakpoint_command_test)
7391 (infrun_breakpoint_command_test, breakpoint_command_test)
7392 (user_defined_command_test, watchpoint_command_test)
7393 (test_command_prompt_position, redefine_hook_test)
7394 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7395 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7396 multi_line_input and multi_line. Remove gdb_expect and
7397 gdb_stop_suppressing_tests uses.
7398 * lib/gdb.exp (valnum_re): New global.
7399 (multi_line_input): New procedure.
7400
8354c62c
SM
74012016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7402
7403 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7404 Remove.
7405 (test_setup): Define with proc_with_prefix.
7406 (test_cli_inferior): Likewise.
7407 (test_cli_thread): Likewise.
7408 (test_cli_frame): Likewise.
7409 (test_cli_select_frame): Likewise.
7410 (test_cli_up_down): Likewise.
7411 (test_mi_thread_select): Likewise.
7412 (test_mi_stack_select_frame): Likewise.
7413 (test_cli_in_mi_inferior): Likewise.
7414 (test_cli_in_mi_thread): Likewise.
7415 (test_cli_in_mi_frame): Likewise.
7416 (top level): Do not use with_test_prefix_procname.
7417
64f367a2
PA
74182016-11-09 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.base/commands.exp (gdbvar_simple_if_test)
7421 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7422 (progvar_simple_if_test, progvar_simple_while_test)
7423 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7424 (infrun_breakpoint_command_test, breakpoint_command_test)
7425 (user_defined_command_test, watchpoint_command_test)
7426 (test_command_prompt_position, deprecated_command_test)
7427 (bp_deleted_in_command, temporary_breakpoint_commands)
7428 (stray_arg0_test, source_file_with_indented_comment)
7429 (recursive_source_test, if_commands_test)
7430 (error_clears_commands_left, redefine_hook_test)
7431 (redefine_backtrace_test): Use proc_with_prefix.
7432 * lib/gdb.exp (proc_with_prefix): New proc.
7433
0bb65f1e
AA
74342016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7435
7436 * gdb.base/tui-layout.c: New file.
7437 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7438 disassembly window contains very long lines.
7439
7353f247
TT
74402016-11-08 Tom Tromey <tom@tromey.com>
7441
7442 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7443 depend on Python 2.
7444
30a7bb83
TT
74452016-11-08 Tom Tromey <tom@tromey.com>
7446
7447 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7448 New method.
7449
cdf5a07c
MG
74502016-10-29 Manish Goregaokar <manish@mozilla.com>
7451
2806dc7e 7452 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7453
51a789c3
MG
74542016-10-27 Manish Goregaokar <manish@mozilla.com>
7455
2806dc7e
PA
7456 * gdb.rust/simple.rs: Add test for univariant enums without
7457 discriminants and for encoded struct-like enums.
51a789c3 7458
f610ab6d
PA
74592016-10-28 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7462 gdb_test_multiple, tighten regexps and match symtabs and line
7463 tables incrementally.
7464
b129b0ca
LM
74652016-10-28 Luis Machado <lgustavo@codesourcery.com>
7466
7467 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7468 general.
7469
ecf45d2c
SL
74702016-10-25 Luis Machado <lgustavo@codesourcery.com>
7471
7472 * gdb.base/exec-invalid-sysroot.exp: New file.
7473
b8d38ee4
JK
74742016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7477
f90fd8c2
JK
74782016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7479
7480 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7481
2d2476aa
MR
74822016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7483
2806dc7e
PA
7484 * gdb.base/killed-outside.exp: Remove $options from a call to
7485 `prepare_for_testing'.
2d2476aa 7486
e42b25a0
SM
74872016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7488
7489 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7490 Change test message.
7491
3ccdb432
SM
74922016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7493
7494 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7495 Update comment.
7496
5bad3170
SM
74972016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7498
7499 * gdb.trace/mi-trace-save.exp: New file.
7500
5ad9dba7
YQ
75012016-10-13 Yao Qi <yao.qi@linaro.org>
7502
7503 * gdb.base/code_elim.exp (get_var_address): Remove.
7504 * gdb.base/relocate.exp: Likewise.
7505 * gdb.base/shreloc.exp: Likewise.
7506 * lib/gdb.exp (get_var_address): New.
7507
62df7e21
YQ
75082016-10-13 Yao Qi <yao.qi@linaro.org>
7509
7510 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7511 floating point tests if $skip_float_test is false.
7512
4dac951e
LM
75132016-10-12 Luis Machado <lgustavo@codesourcery.com>
7514
7515 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7516 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7517 argc values.
7518 Add 1 to argc so we guarantee distinct initial/modified argc values.
7519
8f1a8fc4
JK
75202016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7521
7522 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7523
16c85b5d
JK
75242016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7525
7526 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7527 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7528 * gdb.arch/vsx-regs.exp: Likewise.
7529
1d0e042a
YQ
75302016-10-07 Yao Qi <yao.qi@linaro.org>
7531
7532 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7533
68dadef5
MM
75342016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7535
7536 * gdb.python/python.exp: Test decode_line("*0").
7537
33fa2c6e
DE
75382016-10-06 Doug Evans <dje@google.com>
7539
7540 * gdb.python/py-value.exp (test_value_creation): Add test for large
7541 unsigned 64-bit value.
7542
9c37b5ae
TT
75432016-10-06 Tom Tromey <tom@tromey.com>
7544
7545 * gdb.compile/compile.exp: Change java tests to rust.
7546 * gdb.base/setshow.exp: Change java tests to rust.
7547 * gdb.base/default.exp: Remove java from language list.
7548 * README (Examples): Update language example.
7549 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7550 test.
7551 * lib/gdb.exp (skip_java_tests): Remove.
7552 * lib/java.exp: Remove.
7553 * gdb.java: Remove.
7554
78b86327
MR
75552016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7556
7557 * gdb.arch/mips-fcr.exp: New test.
7558 * gdb.arch/mips-fcr.c: Source for the new test.
7559
7470adbb
MR
75602016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7561
7562 * gdb.base/solib-disc.exp: Use `standard_output_file'
7563 throughout.
7564
4a556533
PA
75652016-10-06 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/jit-simple-dl.c: New file.
7568 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7569 * gdb.base/jit-simple.c: ... this.
7570 * gdb.base/jit-simple.exp (jit_run): Delete.
7571 (build_jit): New proc.
7572 (jit_test_reread): Recompile either the main program or the shared
7573 library, depending on what is being tested. Skip changing address
7574 if caller wants to. Compare before/after addresses. If testing
7575 standalone, explicitly load the binary. Test "maint info
7576 breakpoints".
7577 (top level): Add "standalone vs shared lib" and "change address"
7578 vs "same address" axes.
7579
5a122fbc
PA
75802016-10-06 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7583 call.
7584 (jit_run): Delete.
7585 (jit_test_reread): Use with_test_prefix. Reload the main binary
7586 explicitly. Compare the before/after addresses of the JIT
7587 descriptor.
7588
ee8da4b8
DE
75892016-08-15 Doug Evans <dje@google.com>
7590
7591 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7592 for single bitfields is bool.
7593 * gdb.xml/tdesc-regs.exp: Ditto.
7594
f389f6fe
JK
75952016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7596
7597 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7598
fdebf1a4
YQ
75992016-10-05 Yao Qi <yao.qi@linaro.org>
7600
7601 * lib/gdb.exp (support_complex_tests): Return zero if
7602 gdb_skip_float_test return true.
7603
9c36d954 76042016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7605 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7606
7607 PR gdb/20487
7608 * gdb.mi/user-selected-context-sync.exp: New file.
7609 * gdb.mi/user-selected-context-sync.c: New file.
7610
4034d0ff 76112016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7612 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7613
7614 PR gdb/20487
7615 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7616 =thread-select-event check.
7617
a4297203
PB
76182016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7619
7620 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7621 the compulsory L operand changes.
7622 * gdb.arch/powerpc-power.s: Likewise.
7623
bb805577
JK
76242016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7627 * gdb.base/jit-attach-pie.c: New file.
7628 * gdb.base/jit-attach-pie.exp: New file.
7629
6d61dee5
PA
76302016-09-28 Pedro Alves <palves@redhat.com>
7631
7632 * gdb.base/infcall-input.c: New file.
7633 * gdb.base/infcall-input.exp: New file.
7634
f73842fc
YQ
76352016-09-22 Yao Qi <yao.qi@linaro.org>
7636
7637 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7638 (gdb_exit): Rename it to ...
7639 (gdbserver_gdb_exit): ... Close GDBserver.
7640 (gdb_exit): New proc, call gdbserver_gdb_exit.
7641 (mi_gdb_exit): Likewise.
7642
90681dab
YQ
76432016-09-22 Yao Qi <yao.qi@linaro.org>
7644
7645 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7646 path.
7647 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7648 Remove duplication.
7649
9c211fd8
YQ
76502016-09-22 Yao Qi <yao.qi@linaro.org>
7651
7652 * lib/gdbserver-support.exp: Check the existence of
7653 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7654
ad0a504f
AK
76552016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7656
7657 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7658
36cf1806
TT
76592016-09-21 Tom Tromey <tom@tromey.com>
7660
7661 PR gdb/20604:
7662 * gdb.base/quit.exp: New file.
7663
74172ecf
SM
76642016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7665
7666 * .gitignore: New file.
7667
3d0ec882
MR
76682016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7669
7670 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7671 throughout.
7672
8193adea
AA
76732016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7674
7675 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7676
d41a5c09
JK
76772016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7678
7679 * gdb.cp/casts.cc (decltype): Move it ...
7680 (main): ... with its call to ...
7681 * gdb.cp/casts03.cc: ... a new file.
7682 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7683
d2dfe700
JK
76842016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7685
7686 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7687
e2a92b16
PB
76882016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7689
7690 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7691 and sync up the test with tests in gas/testsuite/gas/ppc.
7692 * gdb.arch/powerpc-power.exp: Likewise.
7693
49b4de64
JK
76942016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7695
7696 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7697
2c29df25
SDJ
76982016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7699 Jan Kratochvil <jan.kratochvil@redhat.com>
7700
7701 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7702 make m1's definition to be different from m2's. Use 'dummy' as an
7703 argument for probe 'two'.
7704
cc3c2846
JB
77052016-09-10 Jon Beniston <jon@beniston.com>
7706
7707 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7708 for sim target.
7709
e1b2624a
AA
77102016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7711
7712 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7713 variable declaration.
7714 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7715 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7716 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7717 received HWCAP as its argument.
7718
4295e285
PA
77192016-09-06 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.base/new-ui-pending-input.c: New file.
7722 * gdb.base/new-ui-pending-input.exp: New file.
7723 * gdb.exp (clear_gdb_spawn_id): New procedure.
7724 (with_spawn_id): Check whether gdb_spawn_id exists before
7725 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7726 on exit.
7727
00d5215e
UW
77282016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7729
7730 * gdb.base/float128.c: New file.
7731 * gdb.base/float128.exp: Likewise.
7732 * gdb.base/floatn.c: Likewise.
7733 * gdb.base/floatn.exp: Likewise.
7734
a9ff5f12
UW
77352016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7736
7737 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7738
f245535c
PA
77392016-09-05 Pedro Alves <palves@redhat.com>
7740
7741 PR backtrace/19927
7742 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7743 unwinders are immediately called as side effect of "source" or
7744 "disable unwinder" commands.
7745 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7746
ae9cf263
YQ
77472016-09-02 Yao Qi <yao.qi@linaro.org>
7748
7749 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7750 is true and $type is "float" or "double".
7751
27aba047
YQ
77522016-09-02 Yao Qi <yao.qi@linaro.org>
7753
7754 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7755 true.
7756 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7757 * gdb.base/call-rt-st.exp: Likewise.
7758 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7759 return value instead of gdb,skip_float_test.
7760 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7761 (do_function_calls): Use its return value instead of
7762 gdb,skip_float_test.
7763 * gdb.base/finish.exp: Likewise.
7764 * gdb.base/funcargs.exp: Likewise.
7765 * gdb.base/return.exp: Likewise.
7766 * gdb.base/return2.exp: Likewise.
7767 * gdb.base/varargs.exp: Likewise.
7768 * lib/gdb.exp (gdb_skip_float_test): Change it to
7769 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7770
5af962df
AA
77712016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7772
7773 * gdb.multi/tids.exp: Test "thread apply all".
7774
7fac6910
JK
77752016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7776
7777 * gdb.base/default.exp (tty): Remove.
7778
bb1fe4ac
KB
77792016-08-24 Kevin Buettner <kevinb@redhat.com>
7780
2806dc7e
PA
7781 * gdb.python/py-recurse-unwind.c: New file.
7782 * gdb.python/py-recurse-unwind.py: New file.
7783 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7784
0a1ddfa6
SM
77852016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7786
7787 * gdb.base/set-inferior-tty.exp: New file.
7788 * gdb.base/set-inferior-tty.c: New file.
7789
d9de1fe3
PA
77902016-08-23 Pedro Alves <palves@redhat.com>
7791
7792 PR gdb/20494
7793 * gdb.base/new-ui-echo.c: New file.
7794 * gdb.base/new-ui-echo.exp: New file.
7795
e9d9abd7
YQ
77962016-08-23 Yao Qi <yao.qi@linaro.org>
7797
7798 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7799 gdbserver_spawn.
7800 * gdb.server/connect-without-multi-process.exp (do_test):
7801 Likewise.
7802
3589529e
YQ
78032016-08-23 Yao Qi <yao.qi@linaro.org>
7804
7805 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7806 standalone_txt. Delete gdb_txt and standalone_txt on host
7807 and target. Spawn the binary on target. Copy files from
7808 target to host.
7809
6bb90213
PA
78102016-08-22 Pedro Alves <palves@redhat.com>
7811
7812 PR gdb/20505
7813 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7814 with_test_prefix. Factor out bits to ...
7815 (test_no_vdso): ... this new procedure.
7816
20c2c024
CL
78172016-08-19 Carl Love <cel@us.ibm.com>
7818
7819 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7820 maintaining separate logic for constructing the output path.
7821 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7822 * gdb.arch/ppc-dfp.exp: Likewise.
7823 * gdb.arch/ppc-fp.exp: Likewise.
7824 * gdb.arch/vsx-regs.exp: Likewise.
7825 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7826 binprefix for generating the additional binary files.
7827
0646e07d
PA
78282016-08-19 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.trace/mi-trace-frame-collected.exp
7831 (test_trace_frame_collected): On x32, expect two registers.
7832
46da9242
CL
78332016-08-18 Carl Love <cel@us.ibm.com>
7834
7835 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7836 and sync up the test with tests in gas/testsuite/gas/ppc.
7837 * gdb.arch/powerpc-power.exp: Likewise.
7838
eb2332d7
SM
78392016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7840
7841 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7842 expected error message.
7843
63c61e04
SM
78442016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7845
7846 * gdb.multi/remove-inferiors.exp: New file.
7847 * gdb.multi/remove-inferiors.c: New file.
7848
7b17065f
YQ
78492016-08-12 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7852 argument list.
7853
01d3dedf
PA
78542016-08-10 Pedro Alves <palves@redhat.com>
7855
7856 PR gdb/19187
7857 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7858 setup_kfails.
7859
3eb7562a
PA
78602016-08-09 Pedro Alves <palves@redhat.com>
7861 Simon Marchi <simon.marchi@ericsson.com>
7862
7863 PR gdb/20418
7864 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7865 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7866
80614914
PA
78672016-08-09 Pedro Alves <palves@redhat.com>
7868
7869 PR mi/20431
7870 * gdb.mi/mi-cmd-error.exp: New file.
7871
f348d89a
PA
78722016-08-09 Pedro Alves <palves@redhat.com>
7873
7874 PR gdb/18653
7875 * gdb.base/signals-state-child.c: New file.
7876 * gdb.base/signals-state-child.exp: New file.
7877 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7878
e5ca03b4
PA
78792016-08-09 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7882
282a0691
TT
78832016-08-03 Tom Tromey <tom@tromey.com>
7884
7885 PR python/18565:
7886 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7887
41bfcd63
YQ
78882016-08-01 Yao Qi <yao.qi@linaro.org>
7889
7890 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7891 variable mode to "multi-process" if $multi_process is 1, otherwise
7892 set it to "single-process".
7893
e3465b24
YQ
78942016-08-01 Yao Qi <yao.qi@linaro.org>
7895
7896 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7897 * gdb.cp/cpexprs.exp: Likewise.
7898 * gdb.cp/m-static.exp: Likewise.
7899
0b31a4bc
TT
79002016-07-26 Tom Tromey <tom@tromey.com>
7901
7902 PR python/20190:
7903 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7904 test.
7905
e0461dbb
MM
79062016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7907
7908 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7909 selecting assembly source files.
7910 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7911 assembly source files.
7912 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7913 assembly source files.
7914 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7915 selecting assembly source files.
7916
8194e927
SM
79172016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7918
7919 * gdb.base/new-ui.exp (do_test_invalid_args): New
7920 procedure.
7921
c0272db5
TW
79222016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7923
7924 * gdb.btrace/reconnect.c: New file.
7925 * gdb.btrace/reconnect.exp: New file.
7926
e3487908
GKB
79272016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7928
7929 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7930 to test_catch_syscall_group.
7931 (test_catch_syscall_group): New.
7932
12df5c00
TT
79332016-07-21 Tom Tromey <tom@tromey.com>
7934
7935 * gdb.rust/simple.rs (main): Use empty struct expression.
7936 * gdb.rust/simple.exp: Add tests for empty struct expression.
7937
bae62ee2
YQ
79382016-07-21 Yao Qi <yao.qi@linaro.org>
7939
7940 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7941 if gdb_skip_xml_test is true on some targets.
7942
b1b53fb3
YQ
79432016-07-21 Yao Qi <yao.qi@linaro.org>
7944
7945 * gdb.server/solib-list.exp: Unset last_loaded_file.
7946
027d97f8
JK
79472016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7950 "step into captured_main (args)".
7951
7674d381
JK
79522016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7953
7954 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7955
72b5d099
JK
79562016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7957
7958 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7959
1f960ced
PA
79602016-07-19 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7963 * gdb.opt/inline-bt.exp: Likewise.
7964 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7965 additional_flags=-Winline.
7966 * gdb.opt/inline-locals.exp: Likewise.
7967 * gdb.opt/inline-markers.c (ATTR): Define.
7968 (inlined_fn): Use it.
7969
f25827c1
YQ
79702016-07-19 Yao Qi <yao.qi@linaro.org>
7971
7972 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7973 (test_with_self): Remove some code. Remove argument executable.
7974 (top-level): Use do_self_tests.
7975
37539ebe
DB
79762016-07-15 Zachary Welch <zwelch@codesourcery.com>
7977 Don Breazeal <donb@codesourcery.com>
7978
7979 * gdb.base/maint.exp: Escape paths used in regular expressions.
7980 * gdb.stabs/weird.exp: Likewise.
7981
dac790e1
TT
79822016-07-13 Tom Tromey <tom@tromey.com>
7983
7984 PR python/15620, PR python/18620:
7985 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7986 (test_bkpt_events): New procs.
7987
93daf339
TT
79882016-07-13 Tom Tromey <tom@tromey.com>
7989
7990 PR python/17698:
7991 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7992 test.
7993 (test_watchpoints): Likewise.
7994 (test_bkpt_pending): New proc.
7995
6571a381
TT
79962016-07-13 Tom Tromey <tom@tromey.com>
7997
7998 PR cli/18053:
7999 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8000 completion test.
8001
e8732474
JK
80022016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8003
8004 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8005 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8006 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8007 f_label.
8008 (g): Rename g_end_lbl to g_label.
8009 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8010 low_pc and high_pc.
8011 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8012
e0f3fd7c
TT
80132016-07-12 Tom Tromey <tom@tromey.com>
8014
8015 PR python/19293:
8016 * gdb.python/py-unwind-maint.exp: Update tests.
8017
3cfe46b6
YQ
80182016-07-12 Yao Qi <yao.qi@linaro.org>
8019
8020 * lib/selftest-support.exp (selftest_setup): Match the output
8021 when captured_main is inlined.
8022
4f19a0e6
WT
80232016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8024
8025 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8026 New variables.
8027 (print this%a, print this%b, print this): New tests.
8028 * gdb.fortran/derived-types.f90 (this): New object and
8029 initialization.
8030
986cf455
SM
80312016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8032
8033 * gdb.ada/arraydim.exp: Remove extra directory level in build
8034 directory.
8035
f0464b23
SM
80362016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8037
8038 * lib/ada.exp: Remove extra directory level in build directory.
8039 * gdb.ada/cond_lang.exp: Likewise.
8040 * gdb.ada/exec_changed.exp: Likewise.
8041 * gdb.ada/lang_switch.exp: Likewise.
8042
42d94011
MG
80432016-07-06 Manish Goregaokar <manish@mozilla.com>
8044
2806dc7e
PA
8045 * simple.rs: Add test for raw pointer subscripting.
8046 * simple.exp: Add test expectations.
42d94011 8047
647c264c
YQ
80482016-07-05 Yao Qi <yao.qi@linaro.org>
8049
8050 * gdb.mi/mi-reverse.exp: Match =record-started output.
8051
20aa2c60
PA
80522016-07-01 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8055 procedure.
8056 (jit_reader_test): Test the jit reader's unwinder.
8057 * gdb.base/jithost.c (jit_function_00_code): New global.
8058 (main): Use memcpy to fill in the mmapped code, instead of poking
8059 bytes manually here.
8060 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8061 value.
8062 (read_debug_info): Save the function's range.
8063 (read_sp): New function.
8064 (unwind_frame): Use it. Also unwind RBP.
8065 (get_frame_id): Use read_sp.
8066 (gdb_init_reader): Use calloc instead of malloc.
8067 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8068 parameter. Use gdb_test_multiple.
8069
ced2dffb
PA
80702016-07-01 Pedro Alves <palves@redhat.com>
8071 Antoine Tremblay <antoine.tremblay@ericsson.com>
8072
8073 * gdb.threads/process-dies-while-detaching.c: New file.
8074 * gdb.threads/process-dies-while-detaching.exp: New file.
8075
63000888
PA
80762016-07-01 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.multi/watchpoint-multi-exit.c: New file.
8079 * gdb.multi/watchpoint-multi-exit.exp: New file.
8080
038d4868
PA
80812016-06-30 Pedro Alves <palves@redhat.com>
8082
8083 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8084 unset inferior_spawn_id.
8085
994e9c83
PA
80862016-06-30 Pedro Alves <palves@redhat.com>
8087
8088 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8089 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8090
e5653468
YQ
80912016-06-29 Yao Qi <yao.qi@linaro.org>
8092
8093 * gdb.base/return.c: Add copyright header.
8094
803b47e5
TT
80952016-06-29 Tom Tromey <tom@tromey.com>
8096
8097 PR python/20129:
8098 * gdb.python/py-framefilter.exp: Add tests for setting priority
8099 and disabling of non-existent frame filter.
8100
28244707
YQ
81012016-06-29 Yao Qi <yao.qi@linaro.org>
8102
8103 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8104 0x0f07ff.
8105
a31d2f06
YQ
81062016-06-28 Yao Qi <yao.qi@linaro.org>
8107
8108 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8109 triplets. Start gdb, execute catch syscall, and continue. Check
8110 gdb's output to determine catch syscall is supported.
8111
921d8f54
MG
81122016-06-27 Manish Goregaokar <manish@mozilla.com>
8113
25d49b86
PA
8114 * gdb.rust/simple.rs: Add test for returning unit in a function.
8115 * gdb.rust/simple.exp: Add expectation for functions returning
8116 unit.
921d8f54 8117
f4952523
PMR
81182016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8119
8120 * gdb.python/py-breakpoint-create-fail.c,
8121 gdb.python/py-breakpoint-create-fail.exp,
8122 gdb.python/py-breakpoint-create-fail.py: New testcase.
8123
fccb08f8
MG
81242016-06-25 Manish Goregaokar <manish@mozilla.com>
8125
8126 PR gdb/20239
8127 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8128 * gdb.rust/simple.exp: Add test expectations for new NonZero
8129 tests.
fccb08f8 8130
6b850546
DT
81312016-06-24 David Taylor <dtaylor@emc.com>
8132
8133 * gdb.base/offsets.exp: New file.
8134 * gdb.base/offsets.c: New file.
8135
17621150
TT
81362016-06-23 Tom Tromey <tom@tromey.com>
8137
8138 PR gdb/16483:
8139 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8140 before any filters are loaded.
8141
04d59df6
WT
81422016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8143
8144 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8145 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8146 structs.
8147 * gdb.fortran/derived-type-function.exp: New file.
8148 * gdb.fortran/derived-type-function.f90: New file.
8149
8150
ac69f786
PA
81512016-06-21 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.base/new-ui.exp: New file.
8154 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8155 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8156 (with_spawn_id): New procedure.
8157
49940788
PA
81582016-06-21 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.mi/mi-exec-run.exp: New file.
8161
ef274d26
PA
81622016-06-21 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8165 breakpoint command's output on the main UI.
8166 (test_break): New procedure, factored out from calls in the top
8167 level.
8168 (top level): Use foreach_with_prefix to test MI as main UI and as
8169 separate UI.
8170
468afe6c
PA
81712016-06-21 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8174 (test_awatch_creation_and_listing)
8175 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8176 Remove 'type' parameter.
8177 (test_watchpoint_all): New parameter mi_mode. Remove
8178 with_test_prefix.
8179 (top level): Use foreach_with_prefix, and add main/separate UI MI
8180 testing axis.
8181
51f77c37
PA
81822016-06-21 Pedro Alves <palves@redhat.com>
8183
8184 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8185 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8186 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8187 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8188 (gdb_main_spawn_id, mi_spawn_id): Declare and
8189 comment.
8190 (mi_create_inferior_pty): New procedure,
8191 factored out from default_mi_gdb_start.
8192 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8193 procedures.
8194 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8195 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8196 Use mi_create_inferior_pty.
8197 (mi_gdb_start): Use eval to pass down args list.
8198
8980e177
PA
81992016-06-21 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8202 * gdb.opt/inline-cmds.exp: Add MI tests.
8203
f38d3ad1
PA
82042016-06-21 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8207
45db7c09
PA
82082016-06-21 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8211 (top level): Use it instead of mi_execute_to.
8212
5a069ab3
PA
82132016-06-21 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8216 (cont_handler_str): New.
8217 (signal_stop_handler): Set stop_handler_str instead of printing to
8218 stdout.
8219 (continue_handler): Set cont_handler_str instead of printing to
8220 stdout.
8221 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8222 mi_send_resuming_command. Print stop_handler_str and
8223 cont_handler_str instead of expecting the python events print
8224 directly.
8225
2838cc1d
SD
82262016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8227
8228 * gdb.base/jit-reader.exp: New file.
8229 * gdb.base/jithost.c: New file.
8230 * gdb.base/jithost.h: New file.
8231 * gdb.base/jitreader.c : New file.
8232 * gdb.base/jit-protocol.h: New file.
8233
21a77091
YQ
82342016-06-17 Yao Qi <yao.qi@linaro.org>
8235
8236 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8237 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8238 and detach-on-fork. Adjust tests.
8239 (top level): Invoke break_cond_on_syscall with combinations of
8240 syscall, follow-fork-mode and detach-on-fork.
8241
f50bf8e5
YQ
82422016-06-17 Yao Qi <yao.qi@linaro.org>
8243
8244 * gdb.base/step-over-exit.c: New.
8245 * gdb.base/step-over-exit.exp: New.
8246
a28d8e50
YTL
82472016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8248
8249 * gdb.base/float.exp: Add target check for nds32*-*-*.
8250 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8251
cad8e26d
AB
82522016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8253
8254 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8255 for unsupported target features.
8256 * gdb.base/call-rt-st.exp: Likewise.
8257 * gdb.base/call-sc.exp: Likewise.
8258 * gdb.base/call-signal-resume.exp: Likewise.
8259 * gdb.base/call-strs.exp: Likewise.
8260 * gdb.base/callexit.exp: Likewise.
8261 * gdb.base/callfuncs.exp: Likewise.
8262 * gdb.base/nodebug.exp: Likewise.
8263 * gdb.base/printcmds.exp: Likewise.
8264 * gdb.base/ptype.exp: Likewise.
8265 * gdb.base/structs.exp: Likewise.
8266 * gdb.base/unwindonsignal.exp: Likewise.
8267 * gdb.cp/gdb2495.exp: Likewise.
8268 * gdb.cp/templates.exp: Likewise.
8269 * gdb.cp/virtfunc.exp: Likewise.
8270 * gdb.threads/hand-call-in-threads.exp: Likewise.
8271 * gdb.threads/interrupted-hand-call.exp: Likewise.
8272 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8273
347dc102
TT
82742016-06-10 Tom Tromey <tom@tromey.com>
8275
8276 PR rust/20110:
8277 * gdb.rust/expr.exp: Add test for integer constant larger than
8278 i32.
8279
5e13cf25
BH
82802016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8281
8282 * gdb.fortran/nested-funcs.exp: New.
8283 * gdb.fortran/nested-funcs.f90: New.
8284
bb556f1f
TK
82852016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8286
8287 * gdb.base/examine-backward.c: New file.
8288 * gdb.base/examine-backward.exp: New file.
8289
38b022b4
SM
82902016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8291
8292 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8293 matching.
8294
1b40ec05
TT
82952016-06-02 Tom Tromey <tom@tromey.com>
8296
8297 PR python/18984:
8298 * gdb.python/py-shared.exp: Add solib_name test.
8299
193bd378
SM
83002016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8301
8302 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8303
3326303b
MG
83042016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8305
8306 PR c++/19893
8307 * gdb.dwarf2/implref.exp: Rename to...
8308 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8309 * gdb.dwarf2/implref-array.c: New file.
8310 * gdb.dwarf2/implref-array.exp: Likewise.
8311 * gdb.dwarf2/implref-global.c: Likewise.
8312 * gdb.dwarf2/implref-global.exp: Likewise.
8313 * gdb.dwarf2/implref-struct.c: Likewise.
8314 * gdb.dwarf2/implref-struct.exp: Likewise.
8315
825c8ef2
AT
83162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8317
8318 * gdb.trace/trace-condition.exp: Add 64bit tests.
8319
2320162a
AT
83202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8321
8322 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8323 bits types.
8324 (main): Adapt to 8 to 64 bits types.
8325 * gdb.trace/trace-condition.exp: Add new tests.
8326
a7818233
AT
83272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8328
8329 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8330
0d336466
AT
83312016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8332
8333 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8334 Move condition tests...
8335 * gdb.trace/trace-condition.exp: Here.
8336
7faeb45a
AT
83372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8338
8339 * gdb.trace/trace-condition.exp: Add counter-case tests.
8340
e385593e
JK
83412016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8342
8343 PR c++/15231
8344 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8345 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8346
744608cc
PA
83472016-05-27 Pedro Alves <palves@redhat.com>
8348
8349 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8350 New procedure.
8351 (top level): Call it, and bail out of DejaGnu is known to be bad.
8352
ac775bf4
AB
83532016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8354
8355 * gdb.base/whatis.c: Extend the test case.
8356 * gdb.base/whatis.exp: Add additional tests.
8357
2bbad2ea
BH
83582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8359
8360* gdb.fortran/type.f90: Add pointer variable.
8361* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8362
8b70175d
BH
83632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8364
8365 * gdb.fortran/vla-type.exp: Fix testcase name.
8366
86d8a848
BH
83672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8368
8369 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8370
e188eb36
BH
83712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8372
8373 * gdb.fortran/type.f90: Add nested structures.
8374 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8375 * gdb.fortran/derived-type.exp: Adapt expected output.
8376 * gdb.fortran/vla-type.exp: Adapt expected output.
8377
9b2db1fd
BH
83782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8379
8380 * gdb.fortran/whatis_type.exp: Adapt expected output.
8381
72b17055
BH
83822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8383
8384 * gdb.fortran/print_type.exp: Fix expected output.
8385 * gdb.fortran/whatis_type.exp: Fix expected output.
8386
3cd81d8d
BH
83872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8388
8389 * gdb.fortran/whatis_type.exp: Use multi_line.
8390
ddae9462
TT
83912016-05-24 Tom Tromey <tom@tromey.com>
8392
8393 PR python/17386:
8394 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8395 use value as an index.
8396
1957f6b8
TT
83972016-05-23 Tom Tromey <tom@tromey.com>
8398
8399 PR python/17981:
8400 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8401 no-breakpoint case.
8402
026a9174
PA
84032016-05-24 Pedro Alves <palves@redhat.com>
8404
8405 PR gdb/19828
8406 * gdb.threads/clone-attach-detach.c: New file.
8407 * gdb.threads/clone-attach-detach.exp: New file.
8408
e70a7231
FR
84092016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8410
8411 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8412
0f6ed0e0
TT
84132016-05-23 Tom Tromey <tom@tromey.com>
8414
8415 PR python/19438, PR python/18393:
8416 * gdb.python/py-progspace.exp: Add "dir" test.
8417 * gdb.python/py-objfile.exp: Add "dir" test.
8418
ffd19d61
YQ
84192016-05-23 Yao Qi <yao.qi@linaro.org>
8420
8421 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8422 * gdb.arch/thumb2-it.exp: Likewise.
8423
9e8f9b05
SM
84242016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8425
8426 * gdb.mi/mi-threads-interrupt.c: New file.
8427 * gdb.mi/mi-threads-interrupt.exp: New file.
8428
61c6156d
SM
84292016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8430
8431 PR gdb/18077
8432 * gdb.mi/mi-async-run.exp: New file.
8433 * gdb.mi/mi-async-run.c: New file.
8434
67218854
TT
84352016-05-17 Tom Tromey <tom@tromey.com>
8436 Manish Goregaokar <manishsmail@gmail.com>
8437
8438 * lib/rust-support.exp: New file.
8439 * lib/gdb.exp (skip_rust_tests): New proc.
8440 (build_executable_from_specs): Handle rust.
8441 * lib/future.exp (gdb_find_rustc): New proc.
8442 (gdb_default_target_compile): Handle rust.
8443 * gdb.rust/expr.exp: New file.
8444 * gdb.rust/generics.exp: New file.
8445 * gdb.rust/generics.rs: New file.
8446 * gdb.rust/methods.exp: New file.
8447 * gdb.rust/methods.rs: New file.
8448 * gdb.rust/modules.exp: New file.
8449 * gdb.rust/modules.rs: New file.
8450 * gdb.rust/simple.exp: New file.
8451 * gdb.rust/simple.rs: New file.
8452
c44af4eb
TT
84532016-05-17 Tom Tromey <tom@tromey.com>
8454
8455 * gdb.base/default.exp (set language): Add rust.
8456
dcd1f979
TT
84572016-05-17 Tom Tromey <tom@tromey.com>
8458
8459 * gdb.gdb/unittest.exp: New file.
8460
155b7f57
YQ
84612016-05-16 Yao Qi <yao.qi@linaro.org>
8462
8463 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8464 shell_prompt. Update shell_prompt_re.
8465
8ddd5a6c
DE
84662016-05-12 Doug Evans <dje@google.com>
8467
8468 PR symtab/19999
8469 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8470 $options when building executable.
8471 * gdb.dwarf2/fission-loclists-pie.S: New file.
8472 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8473
02e370d9
SM
84742016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8475
8476 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8477 of [is_remote target],
8478
8929ad8b
SM
84792016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8480
8481 * lib/gdb.exp (use_gdb_stub): New procedure.
8482
6c447423
DE
84832016-05-03 Yunlian Jiang <yunlian@google.com>
8484 Doug Evans <dje@google.com>
8485
8486 PR symtab/19914
8487 * gdb.dwarf2/dwp-sepdebug.c: New file.
8488 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8489
444e826c
SM
84902016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8491
8492 * gdb.base/detach.exp: Remove is_remote check.
8493
740feeaa
SM
84942016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8495
8496 * gdb.base/annota-input-while-running.exp: Don't check for
8497 [is_remote target]. Enable annotations after running to main.
8498 Remove unused "set test..." line.
8499
9080ac9d
SM
85002016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8501
8502 * gdb.trace/trace-enable-disable.exp: New file.
8503 * gdb.trace/trace-enable-disable.c: New file.
8504
952ebca5
SM
85052016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8506
8507 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8508 use it in info sharedlibrary test.
8509 * gdb.trace/ftrace-lock.exp: Likewise.
8510 * gdb.trace/ftrace.exp: Likewise.
8511 * gdb.trace/range-stepping.exp: Likewise.
8512 * gdb.trace/trace-break.exp: Likewise.
8513 * gdb.trace/trace-condition.exp: Likewise.
8514 * gdb.trace/trace-mt.exp: Likewise.
8515
d9019901
SM
85162016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8517
8518 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8519 (gdb_load_shlib): ... this.
8520 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8521 gdb_load_shlib.
8522 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8523 * gdb.base/ctxobj.exp: Likewise.
8524 * gdb.base/dprintf-pending.exp: Likewise.
8525 * gdb.base/dso2dso.exp: Likewise.
8526 * gdb.base/fixsection.exp: Likewise.
8527 * gdb.base/gcore-relro.exp: Likewise.
8528 * gdb.base/gdb1555.exp: Likewise.
8529 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8530 * gdb.base/gnu-ifunc.exp: Likewise.
8531 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8532 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8533 * gdb.base/pending.exp: Likewise.
8534 * gdb.base/print-file-var.exp: Likewise.
8535 * gdb.base/print-symbol-loading.exp: Likewise.
8536 * gdb.base/shlib-call.exp: Likewise.
8537 * gdb.base/shreloc.exp: Likewise.
8538 * gdb.base/so-impl-ld.exp: Likewise.
8539 * gdb.base/solib-disc.exp: Likewise.
8540 * gdb.base/solib-nodir.exp: Likewise.
8541 * gdb.base/solib-overlap.exp: Likewise.
8542 * gdb.base/solib-symbol.exp: Likewise.
8543 * gdb.base/solib-weak.exp (do_test): Likewise.
8544 * gdb.base/sym-file.exp: Likewise.
8545 * gdb.base/symtab-search-order.exp: Likewise.
8546 * gdb.base/type-opaque.exp: Likewise.
8547 * gdb.base/unload.exp: Likewise.
8548 * gdb.base/watchpoint-solib.exp: Likewise.
8549 * gdb.compile/compile.exp: Likewise.
8550 * gdb.cp/gdb2384.exp: Likewise.
8551 * gdb.cp/infcall-dlopen.exp: Likewise.
8552 * gdb.cp/re-set-overloaded.exp: Likewise.
8553 * gdb.fortran/library-module.exp: Likewise.
8554 * gdb.opt/solib-intra-step.exp: Likewise.
8555 * gdb.python/py-finish-breakpoint.exp: Likewise.
8556 * gdb.python/py-shared.exp: Likewise.
8557 * gdb.reverse/solib-precsave.exp: Likewise.
8558 * gdb.reverse/solib-reverse.exp: Likewise.
8559 * gdb.server/solib-list.exp: Likewise.
8560 * gdb.threads/dlopen-libpthread.exp: Likewise.
8561 * gdb.threads/tls-shared.exp: Likewise.
8562 * gdb.threads/tls-so_extern.exp: Likewise.
8563 * gdb.trace/change-loc.exp: Likewise.
8564 * gdb.trace/ftrace-lock.exp: Likewise.
8565 * gdb.trace/ftrace.exp: Likewise.
8566 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8567 * gdb.trace/pending.exp: Likewise.
8568 * gdb.trace/range-stepping.exp: Likewise.
8569 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8570 (strace_info_marker): Likewise.
8571 (strace_probe_marker): Likewise.
8572 (strace_trace_on_same_addr): Likewise.
8573 (strace_trace_on_diff_addr): Likewise.
8574 * gdb.trace/trace-break.exp: Likewise.
8575 * gdb.trace/trace-condition.exp: Likewise.
8576 * gdb.trace/trace-mt.exp: Likewise.
8577
fca4cfd9
SM
85782016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8579
8580 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8581 result of gdb_remote_download.
8582 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8583 * gdb.base/dso2dso.exp: Likewise.
8584 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8585 * gdb.base/print-file-var.exp: Likewise.
8586 * gdb.base/shlib-call.exp: Likewise.
8587 * gdb.base/shreloc.exp: Likewise.
8588 * gdb.base/solib-overlap.exp: Likewise.
8589 * gdb.base/solib-weak.exp (do_test): Likewise.
8590 * gdb.base/unload.exp: Likewise.
8591
11cf4ffb
YQ
85922016-04-27 Yao Qi <yao.qi@linaro.org>
8593
8594 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8595 exists.
8596
3e2e34f8
KB
85972016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8598
8599 * vla-type.exp: Print structure from toplevel.
8600
8f07e298
BH
86012016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8602
8603 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8604 of dynamic types.
8605 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8606 of dynamic types.
8607
9920b434
BH
86082016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8609
8610 * gdb.fortran/vla-type.f90: New file.
8611 * gdb.fortran/vla-type.exp: New file.
8612
f3abeff5
YQ
86132016-04-25 Yao Qi <yao.qi@linaro.org>
8614
8615 * gdb.base/branch-to-self.c: New file.
8616 * gdb.base/branch-to-self.exp: New file.
8617
0a5d52f0
YQ
86182016-04-22 Yao Qi <yao.qi@linaro.org>
8619
8620 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8621 more after $hex.
8622
495346f6
YQ
86232016-04-22 Yao Qi <yao.qi@linaro.org>
8624
8625 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8626 * gdb.base/annota3.exp: Likewise.
8627
4a7e075c
YQ
86282016-04-22 Yao Qi <yao.qi@linaro.org>
8629
8630 * gdb.reverse/step-precsave.exp: Do one step and test program
8631 stops in "callee" and do multiple steps until program goes out
8632 of "callee".
8633 * gdb.reverse/step-reverse.exp: Likewise.
8634
5b061e98
YQ
86352016-04-22 Yao Qi <yao.qi@linaro.org>
8636
8637 * gdb.trace/signal.exp: Also pass if
8638 $tracepoint_hits($i) > $iterations.
8639
5c5dc57f
YQ
86402016-04-22 Yao Qi <yao.qi@linaro.org>
8641
8642 * gdb.trace/signal.c: New file.
8643 * gdb.trace/signal.exp: New file.
8644
a55411b9
DE
86452016-04-19 Doug Evans <xdje42@gmail.com>
8646
8647 * gdb.base/bad-file.exp: New file.
8648
a22df60a
MG
86492016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8650
8651 * gdb.dwarf2/implref.exp: New file.
8652
0c13f7e5
BH
86532016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8654
8655 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8656 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8657 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8658 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8659 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8660 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8661 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8662 * lib/fortran.exp (fortran_int4): New procedure.
8663 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8664 (fortran_logical4): Likewise.
8665
9b9b09e9
BH
86662016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8667
8668 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8669
a14d1f4d
BH
86702016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8671
8672 * lib/compiler.c: Add Intel specific preprocessor macros.
8673 * lib/compiler.cc: Likewise.
25d49b86 8674
7d49b1d0
LM
86752016-04-13 Luis Machado <lgustavo@codesourcery.com>
8676
8677 * gdb.server/connect-with-no-symbol-file.c: New file.
8678 * gdb.server/connect-with-no-symbol-file.exp: New file.
8679
8392fa22
SM
86802016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8681
8682 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8683
8c4c4aeb
SM
86842016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8685
8686 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8687 standard output directory.
8688
45e3745e
AT
86892016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8690
8691 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8692
e26b7e41
MM
86932016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8694
8695 * gdb.btrace/instruction_history.c (loop): Add declaration.
8696
8ce09462
AT
86972016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8698
8699 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8700
2e88a1ea
SM
87012016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8702
8703 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8704 parentheses to print.
8705 (continue_handler): Likewise.
8706
f48e22e3
SM
87072016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8708
8709 * gdb.server/solib-list.exp: Remove is_remote check.
8710 Pass shlib= to gdb_compile. Don't link shared library with
8711 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8712 Run binary filename through "readlink -f" on the target.
8713
096be756
PA
87142016-04-08 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8717 interpreter filename as argument to gdbserver_spawn.
8718 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8719 Return empty if $last_loaded_file does not exist.
8720
06500533
JK
87212016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8724 * gdb.base/jit-main.c: Use exit after usage.
8725
2d35e871
JK
87262016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8727
8728 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8729 GDBHISTSIZE prior to the tests.
8730 * gdb.base/gdbinit-history.exp: Likewise.
8731
87322016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8733
8734 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8735 instead of build_executable. Use gdb_load_shlibs.
8736
c8064e7e
YQ
87372016-04-07 Yao Qi <yao.qi@linaro.org>
8738
8739 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8740 Execute "si" command.
8741
bde47561
YQ
87422016-04-07 Yao Qi <yao.qi@linaro.org>
8743
8744 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8745 number instead of the comments on some line.
8746
b16f8a3b
DB
87472016-04-06 Don Breazeal <donb@codesourcery.com>
8748
8749 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8750 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8751
c2f901df
SM
87522016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8753
8754 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8755 standard_output_file. Remove unused binfile variable.
8756
ac17fda0
CU
87572016-04-05 Catalin Udma <catalin.udma@freescale.com>
8758
8759 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8760 * gdb.python/py-mi-objfile.exp: Match "list main" output
8761 in console format.
8762
03a8c4df
SM
87632016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8764
8765 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8766 absolute.
8767
6e774b13
SM
87682016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8769
8770 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8771 absolute.
8772 * gdb.trace/ftrace.exp: Likewise.
8773 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8774 targets as well.
8775 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8776 (gdb_load_shlibs): Copy libraries to test directory when testing
8777 natively. Only set solib-search-path if testing remotely.
8778 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8779
7817ea46
SM
87802016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8781
8782 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8783 gdb_download. Use it even if the target is not remote.
8784 * gdb.base/jit.exp (compile_jit_test): Likewise.
8785 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8786 output directory if the destination board is local, otherwise use
8787 the standard remote_download from DejaGnu.
8788 (gdb_download): Remove.
8789 (gdb_load_shlibs): Use gdb_remote_download instead of
8790 gdb_download.
8791 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8792 Use gdb_remote_download instead of gdb_download. Use it even if
8793 the target is not remote.
8794 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8795 instead of gdb_download.
8796
7beb7f68
SM
87972016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8798
8799 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8800 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8801 run.
8802
cc63428a
AV
88032016-04-01 Artemiy Volkov <artemiyv@acm.org>
8804
8805 PR gdb/19820
8806 * gdb.base/printcmds.exp: Add artificial arrays tests.
8807
64cdf930
PA
88082016-03-31 Pedro Alves <palves@redhat.com>
8809
8810 PR gdb/19858
8811 * gdb.base/jit-main.c: Include unistd.h.
8812 (ATTACH): Define to 0 if not already defined.
8813 (wait_for_gdb, mypid): New globals.
8814 (WAIT_FOR_GDB): New macro.
8815 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8816 some breakpoint locations.
8817 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8818 New procedures.
8819 (one_jit_test): Add REATTACH parameter, and handle it. Use
8820 continue_to_test_location.
8821 (top level): Test attach, and adjusts calls to one_jit_test.
8822
40dea8cb
PA
88232016-03-31 Pedro Alves <palves@redhat.com>
8824
8825 PR gdb/19858
8826 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8827 BINSUFFIX parameter, and handle it.
8828 (top level): Adjust calls compile_jit_test.
8829
e7ea3ec7
CU
88302016-03-31 Catalin Udma <catalin.udma@freescale.com>
8831
8832 PR python/19743
8833 * gdb.python/py-mi-events-gdb.py: New file.
8834 * gdb.python/py-mi-events.c: New file.
8835 * gdb.python/py-mi-events.exp: New file.
8836
e6359af3
YQ
88372016-03-30 Yao Qi <yao.qi@linaro.org>
8838
8839 * gdb.reverse/until-precsave.exp: Match function name only.
8840 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8841 Move malloc to a condition block.
8842 * gdb.reverse/until-reverse.exp: Match function name only.
8843
a4105d04
MK
88442016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8845
8846 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8847 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8848 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8849 variable for GPR 0 instead of assuming it is register 0.
8850 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8851 * lib/trace-support.exp: Add s390 registers.
8852
bfa6adb9
YQ
88532016-03-29 Yao Qi <yao.qi@linaro.org>
8854
8855 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8856
1e6697ea
YQ
88572016-03-24 Yao Qi <yao.qi@linaro.org>
8858
8859 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8860 test message.
8861
64bcd522
AA
88622016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8863
8864 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8865 maintaining separate logic for constructing the output path.
8866
7868401b
DB
88672016-03-16 Don Breazeal <donb@codesourcery.com>
8868
8869 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8870 Retry fork and waitpid on interrupted system call errors.
8871 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8872 Use with_timeout_factor to increase timeout by factor of 10.
8873
1cafadb4
DB
88742016-03-15 Don Breazeal <donb@codesourcery.com>
8875
8876 * gdb.cp/scope-err.cc: New test program.
8877 * gdb.cp/scope-err.exp: New test script.
8878 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8879 lines and "set breakpoint here" comment.
8880 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8881 Fixed some whitespace and format issues.
8882 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8883 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8884
81516450
DE
88852016-03-15 Doug Evans <dje@google.com>
8886
8887 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8888 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8889 All callers updated. Add tests for enums, mixed flags register.
8890
aa52b601
DE
88912016-03-15 Doug Evans <dje@google.com>
8892
8893 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8894 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8895
fa4ff313
SM
88962016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8897
8898 * gdb.base/default.exp: Add $_as_string to the list of expected
8899 convenience functions.
8900
f2403c39
AB
89012016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8902
8903 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8904
f2f3ccb9
SM
89052016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8906
8907 * gdb.python/py-as-string.exp: New file.
8908 * gdb.python/py-as-string.c: New file.
8909
00dbd492
PA
89102016-03-09 Pedro Alves <palves@redhat.com>
8911
8912 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8913 signal" -> "Thread NN received signal" output change.
8914 * gdb.threads/ia64-sigill.exp: Likewise.
8915 * gdb.threads/linux-dp.exp: Likewise.
8916 * gdb.threads/manythreads.exp: Likewise.
8917 * gdb.threads/pending-step.exp: Likewise.
8918 * gdb.threads/print-threads.exp: Likewise.
8919 * gdb.threads/sigstep-threads.exp: Likewise.
8920 * gdb.threads/staticthreads.exp: Likewise.
8921 * gdb.threads/tls.exp: Likewise.
8922
1e6697ea
YQ
89232016-03-09 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/command-line-input.exp: New file.
8926
b04fd3be
MK
89272016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8928
8929 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8930 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8931 * gdb.trace/pending.exp: Accept leading dot before function name.
8932 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8933 * lib/trace-support.exp: Set registers for ppc.
8934
98fa59e9
MK
89352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8936
8937 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8938 use it for disassembly; accept .main in addition to main in backtrace.
8939
f77198c8
MK
89402016-03-09 Wei-cheng Wang <cole945@gmail.com>
8941 Marcin Kościelnicki <koriakin@0x04.net>
8942
8943 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8944 (gdb_recursion_test_ptr): New global variable.
8945 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8946 gdb_recursion_test.
8947 (gdb_c_test): Ditto.
8948
ba84e0da
MK
89492016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8950
8951 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8952 ordering.
8953
4366d36e
MK
89542016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8955
8956 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8957 (bar): Add bar_start_lbl label.
8958 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8959 of foo/bar for emitting DWARF and tracing.
8960
5eb264df
SDJ
89612016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8962
8963 * analyze-racy-logs.py: Set executable bit.
8964
fb6a751f
SDJ
89652016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8966
8967 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8968 (CHECK_TARGET_TMP): Likewise.
8969 (check-single-racy): New rule.
8970 (check-parallel-racy): Likewise.
8971 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8972 (do-check-parallel-racy): New rule.
8973 (check-racy/%.exp): Likewise.
8974 * README (Racy testcases): New section.
8975 * analyze-racy-logs.py: New file.
8976
bdf7e230
DE
89772016-03-03 Doug Evans <dje@google.com>
8978
8979 * gdb.base/skip.exp: Use with_test_prefix.
8980
4719d415
YQ
89812016-03-03 Yao Qi <yao.qi@linaro.org>
8982
8983 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8984 Invoke step_over_syscall "clone" and break_cond_on_syscall
8985 "clone".
8986 * gdb.base/step-over-clone.c: New file.
8987
ea507862
YQ
89882016-03-03 Yao Qi <yao.qi@linaro.org>
8989
8990 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8991 code format.
8992
8fc8cbda
YQ
89932016-03-03 Yao Qi <yao.qi@linaro.org>
8994
8995 * gdb.base/disp-step-fork.c: Rename to ...
8996 * gdb.base/step-over-fork.c: ... it. New file.
8997 * gdb.base/disp-step-vfork.c: Rename to ...
8998 * gdb.base/step-over-vfork.c: ... it. New file.
8999 * gdb.base/disp-step-syscall.exp: Rename to ...
9000 * gdb.base/step-over-syscall.exp: ... it. New file.
9001 (disp_step_cross_syscall): Rename to ...
9002 (step_over_syscall): ... it.
9003
92fa70b0
YQ
90042016-03-03 Yao Qi <yao.qi@linaro.org>
9005
9006 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9007 If target supports condition evaluation on target, invoke
9008 break_cond_on_syscall for fork and vfork.
9009
e197ad3c
YQ
90102016-03-03 Yao Qi <yao.qi@linaro.org>
9011
9012 * gdb.base/disp-step-syscall.exp: Don't invoke
9013 support_displaced_stepping.
9014 (disp_step_cross_syscall): Test with displaced stepping off and
9015 on if supported.
9016
0b47da9f
YQ
90172016-03-03 Yao Qi <yao.qi@linaro.org>
9018
9019 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9020 proc.
9021 (setup): New proc.
9022 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9023 and setup.
9024
065ab6dc
BH
90252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9026
9027 * gdb.fortran/vla-history.exp: Remove breakpoint.
9028
07e448ad 90292016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9030
25d49b86
PA
9031 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9032 exceeds timeout.
07e448ad 9033
9ac2d526 90342016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9035
25d49b86
PA
9036 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9037 breakpoint.
9ac2d526 9038
17807369
BH
90392016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9040
9041 * gdb.mi/vla.f90: Nullify pointer after declaration.
9042
86e501af
PA
90432016-03-01 Pedro Alves <palves@redhat.com>
9044
9045 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9046
1e903e32
PA
90472016-03-01 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9050 before anything else.
9051 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9052 _GNU_SOURCE here.
9053 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9054 before anything else.
9055 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9056
6ccb54e2
PA
90572016-03-01 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9060
30ca9da1
YQ
90612016-03-01 Yao Qi <yao.qi@linaro.org>
9062
9063 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9064 prepare_for_testing.
9065
dc856b38
YQ
90662016-03-01 Yao Qi <yao.qi@linaro.org>
9067
9068 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9069
4a932159
AA
90702016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9071
9072 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9073 manually constructing the output path.
9074
f2489477
AA
90752016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9076
9077 * gdb.arch/s390-stackless.S: New.
9078 * gdb.arch/s390-stackless.exp: New.
9079
38899f16
IB
90802016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9081
9082 * gdb.dlang/circular.c: New file.
9083 * gdb.dlang/circular.exp: New file.
9084
9fde51ed
YQ
90852016-02-26 Yao Qi <yao.qi@linaro.org>
9086
9087 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9088 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9089 (testcases): Update.
9090
ce90fefe
YQ
90912016-02-26 Yao Qi <yao.qi@linaro.org>
9092
9093 * gdb.reverse/aarch64.c: Rename to ...
9094 * gdb.reverse/insn-reverse.c: ... it.
9095 * gdb.reverse/aarch64.exp: Rename to ...
9096 * gdb.reverse/insn-reverse.exp: ... it.
9097
3263bceb
YQ
90982016-02-26 Yao Qi <yao.qi@linaro.org>
9099
9100 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9101 (testcase_ftype): New.
9102 (testcases): New array.
9103 (n_testcases): New.
9104 (main): Call each element in testcases.
9105 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9106 (read_testcase): New.
9107 Do the tests in a loop.
9108
6cb59ff1
YQ
91092016-02-25 Yao Qi <yao.qi@linaro.org>
9110
9111 * gdb.base/branches.c: Remove.
9112
ae91f625
MK
91132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9114
9115 PR gdb/13808
9116 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9117
678b48b7
MK
91182016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9119
9120 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9121
7337a6f2
MK
91222016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9123
9124 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9125 change x86_64 call_insn to 'callq'.
9126
861ca91f
AT
91272016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9128
9129 * gdb.trace/tfile-avx.c: Move to...
9130 * gdb.trace/tracefile-pseudo-reg.c: Here.
9131 * gdb.trace/tfile-avx.exp: Move to...
9132 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9133
bf74e428
GB
91342016-02-24 Gary Benson <gbenson@redhat.com>
9135
9136 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9137 message on attach.
9138
cce0e923
DE
91392016-02-23 Doug Evans <dje@google.com>
9140
9141 * gdb.base/skip.c (test_skip): New function.
9142 (end_test_skip_file_and_function): New function.
9143 (test_skip_file_and_function): New function.
9144 * gdb.base/skip1.c (test_skip): New function.
9145 (skip1_test_skip_file_and_function): New function.
9146 * gdb.base/skip.exp: Add tests for new skip options.
9147 * gdb.base/skip-solib.exp: Update expected output.
9148 * gdb.perf/skip-command.cc: New file.
9149 * gdb.perf/skip-command.exp: New file.
9150 * gdb.perf/skip-command.py: New file.
9151
4000e47e
MK
91522016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9153
9154 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9155 info registers pattern.
9156
24f75ead
IB
91572016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9158
9159 * lib/future.exp: Add D support.
9160 (gdb_find_gdc): New proc.
9161 (gdb_default_target_compile): Add D support.
9162
fbb7bcbe
WW
91632016-02-18 Wei-cheng Wang <cole945@gmail.com>
9164
9165 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9166 user+system time.
9167 (trace_speed_test): Determine the iteration count for a time
9168 between 15..30 seconds.
9169
012b3a21
WT
91702016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9171
9172 * gdb.arch/i386-mpx-sigsegv.c: New file.
9173 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9174 * gdb.arch/i386-mpx-simple_segv.c: New file.
9175 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9176
2d5189bd
YQ
91772016-02-18 Yao Qi <yao.qi@linaro.org>
9178
9179 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9180 Don't call setup_kfail.
9181
40fb20d0
YQ
91822016-02-18 Yao Qi <yao.qi@linaro.org>
9183
9184 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9185 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9186
21b1f8d2
DE
91872016-02-16 Doug Evans <dje@google.com>
9188
9189 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9190 * gdb.base/skip1.c: Ditto.
9191 * gdb.base/skip.exp: Whitespace cleanup.
9192
4041ed77
DB
91932016-02-16 Don Breazeal <donb@codesourcery.com>
9194
9195 PR remote/19496
9196 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9197 Remove kfail for PR remote/19496.
9198
c4ef31bf
SM
91992016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9200
9201 * lib/gdb.exp (standard_temp_file): Return a path specific to
9202 the runtest invocation.
9203
266b65b3
SM
92042016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9205
9206 * gdb.trace/save-trace.exp: Change relative path to be in the
9207 standard output directory.
9208
a7a0a6a9
JK
92092016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9210
9211 * gdb.arch/i386-prologue.c: Add missing prototypes.
9212
c99dbb42
JK
92132016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9214
9215 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9216 * gdb.arch/i386-prologue.exp: Likewise.
9217 * gdb.arch/i386-size.exp: Likewise.
9218
aa480355
SM
92192016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9220
9221 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9222 define object file path.
9223 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9224 file path.
9225 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9226 standard_output_file to define binfile.
9227
ba881f50
JK
92282016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9229
9230 Fix compatibility with recent gfortran-5.3.1.
9231 * gdb.fortran/vla-history.exp (print vla1 allocated)
9232 (print vla2 allocated, print $2, print $3): Remove
9233 (print $4): Rename to ...
9234 (print $2): ... here.
9235 (print $9): Rename to ...
9236 (print $5): ... here.
9237 (print $10): Rename to ...
9238 (print $6): ... here.
9239 * gdb.fortran/vla.f90: Add pvla initialization.
9240
e9fb005c
JK
92412016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9242
9243 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9244 New test.
9245 * gdb.fortran/vla-value-sub.exp: Likewise.
9246
e44e00ff
MK
92472016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9248
9249 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9250
97e94151
SM
92512016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9252
9253 * i386-biarch-core.exp: Define corefile using
9254 standard_output_file.
9255
01113bc1
YQ
92562016-02-12 Yao Qi <yao.qi@linaro.org>
9257
9258 * gdb.arch/arm-single-step-kernel-helper.c: New.
9259 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9260
33b4777c
MM
92612016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9262
9263 * gdb.btrace/tailcall-only.exp: New.
9264 * gdb.btrace/tailcall-only.c: New.
9265 * gdb.btrace/x86_64-tailcall-only.S: New.
9266 * gdb.btrace/i686-tailcall-only.S: New.
9267
acc23c11
PA
92682016-02-11 Pedro Alves <palves@redhat.com>
9269
9270 * README (Parallel testing): Add missing double quotes.
9271
e352bf0a
PA
92722016-02-11 Pedro Alves <palves@redhat.com>
9273
9274 * README (Parallel testing): New section.
9275 (GDB_PARALLEL): Rewrite.
9276 (FORCE_PARALLEL): Document.
9277
9f5fed78
MK
92782016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9279
9280 * gdb.trace/tfile-avx.c: New test.
9281 * gdb.trace/tfile-avx.exp: New test.
9282
9ef9e6a6
KS
92832016-02-09 Keith Seitz <keiths@redhat.com>
9284
9285 PR breakpoints/19546
9286 * gdb.base/infcall-exec.c: New file.
9287 * gdb.base/infcall-exec2.c: New file.
9288 * gdb.base/infcall-exec.exp: New file.
9289
a96e36da
KS
92902016-02-09 Keith Seitz <keiths@redhat.com>
9291
9292 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9293 (toplevel): Call test_bkpt_address.
9294
9f61929f
KS
92952016-02-09 Keith Seitz <keiths@redhat.com>
9296
9297 PR python/19506
9298 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9299 (toplevel): Call test_bkpt_address.
9300
1e94266c
SM
93012016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9302
9303 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9304 to AC_OUTPUT.
9305 * configure: Regenerate.
9306
2a7f3dff
PA
93072016-02-09 Pedro Alves <palves@redhat.com>
9308
9309 PR breakpoints/19548
9310 * gdb.base/execl-update-breakpoints.c (some_function): New
9311 function.
9312 (main): Call it.
9313 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9314 Tighten expected GDB output.
9315
2151ccc5
SM
93162016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9317
9318 * Makefile.in (ALL_SUBDIRS): Remove.
9319 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9320 (distclean maintainer-clean realclean): Likewise.
9321 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9322 * configure: Regenerate.
9323 * gdb.ada/Makefile.in: Delete.
9324 * gdb.arch/Makefile.in: Likewise.
9325 * gdb.asm/Makefile.in: Likewise.
9326 * gdb.base/Makefile.in: Likewise.
9327 * gdb.btrace/Makefile.in: Likewise.
9328 * gdb.cell/Makefile.in: Likewise.
9329 * gdb.compile/Makefile.in: Likewise.
9330 * gdb.cp/Makefile.in: Likewise.
9331 * gdb.disasm/Makefile.in: Likewise.
9332 * gdb.dlang/Makefile.in: Likewise.
9333 * gdb.dwarf2/Makefile.in: Likewise.
9334 * gdb.fortran/Makefile.in: Likewise.
9335 * gdb.gdb/Makefile.in: Likewise.
9336 * gdb.go/Makefile.in: Likewise.
9337 * gdb.guile/Makefile.in: Likewise.
9338 * gdb.java/Makefile.in: Likewise.
9339 * gdb.linespec/Makefile.in: Likewise.
9340 * gdb.mi/Makefile.in: Likewise.
9341 * gdb.modula2/Makefile.in: Likewise.
9342 * gdb.multi/Makefile.in: Likewise.
9343 * gdb.objc/Makefile.in: Likewise.
9344 * gdb.opencl/Makefile.in: Likewise.
9345 * gdb.opt/Makefile.in: Likewise.
9346 * gdb.pascal/Makefile.in: Likewise.
9347 * gdb.perf/Makefile.in: Likewise.
9348 * gdb.python/Makefile.in: Likewise.
9349 * gdb.reverse/Makefile.in: Likewise.
9350 * gdb.server/Makefile.in: Likewise.
9351 * gdb.stabs/Makefile.in: Likewise.
9352 * gdb.threads/Makefile.in: Likewise.
9353 * gdb.trace/Makefile.in: Likewise.
9354 * gdb.xml/Makefile.in: Likewise.
9355 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9356 GDB_PARALLEL.
9357 (standard_output_file): Remove check for GDB_PARALLEL, always
9358 return path in outputs/$subdir/$testname.
9359
437277d4
SM
93602016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9361
9362 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9363 (site.exp): Assign abs_srcdir to tcl's srcdir.
9364
31d913c7
YQ
93652016-02-04 Yao Qi <yao.qi@linaro.org>
9366
9367 * gdb.base/foll-exec-mode.c: Include limits.h.
9368 (main): Add parameters argc and argv. Get directory from
9369 argv[0].
9370 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9371 compilation.
9372 * gdb.base/foll-exec.c: Include limits.h.
9373 (main): Add parameters argc and argv.
9374 Get directory from argv[0].
9375 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9376 Adjust tests on the number of lines as source code changed.
9377 * gdb.base/foll-vfork-exit.c: Include limits.h.
9378 (main): Add one line of statement before vfork.
9379 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9380 (main): Add parameters argc and argv. Get directory from
9381 argv[0].
9382 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9383 (setup_gdb): Set tbreak to skip some source lines.
9384 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9385 (main): Add parameters argc and argv. Get directory from
9386 argv[0].
9387 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9388 compilation.
9389 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9390 (main): Add parameters argc and argv. Get directory from
9391 argv[0].
9392 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9393 compilation.
9394
9482b9fb
DE
93952016-02-01 Doug Evans <dje@google.com>
9396
9397 * gdb.base/skip.exp: Clean up multiple references to same test name.
9398
6b2e4f10
PA
93992016-02-01 Pedro Alves <palves@redhat.com>
9400
ccb6afd6 9401 PR remote/19496
6b2e4f10
PA
9402 * gdb.threads/forking-threads-plus-breakpoint.exp
9403 (displaced_stepping_supported): New global.
9404 (probe_displaced_stepping_support): New procedure.
9405 (do_test): Add 'displaced' parameter, and use it.
9406 (top level): Check for displaced stepping support. Add displaced
9407 stepping on/off testing axis.
9408
37a8db1a
AB
94092016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9410
9411 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9412 pointer. Don't perform further tests on the unassociated pointer
9413 if the first test fails.
9414
5fdf6324
AB
94152016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9416
9417 * gdb.base/max-value-size.c: New file.
9418 * gdb.base/max-value-size.exp: New file.
9419 * gdb.base/huge.exp: Disable max-value-size for this test.
9420
935c6144
IB
94212016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9422
9423 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9424
7fe8399d
YQ
94252016-01-28 Yao Qi <yao.qi@linaro.org>
9426
9427 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9428
a2077e25
PA
94292016-01-25 Pedro Alves <palves@redhat.com>
9430
9431 PR threads/19461
9432 * gdb.base/fork-running-state.c: New file.
9433 * gdb.base/fork-running-state.exp: New file.
9434
1d2736d4
PA
94352016-01-25 Pedro Alves <palves@redhat.com>
9436
9437 PR gdb/19494
9438 * gdb.base/catch-fork-kill.c: New file.
9439 * gdb.base/catch-fork-kill.exp: New file.
9440
f1da4b11
PA
94412016-01-25 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9444 Delete, moved to lib/gdb.exp.
9445 * gdb.threads/forking-threads-plus-breakpoint.exp
9446 (foreach_with_prefix): Likewise.
9447 * gdb.threads/process-dies-while-handling-bp.exp
9448 (foreach_with_prefix): Likewise.
9449 * lib/gdb.exp (foreach_with_prefix): New procedure.
9450
45f38546
MK
94512016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9452
9453 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9454 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9455
dc29a1ce
MK
94562016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9457
9458 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9459 endian targets.
9460
092127d7
JK
94612016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9462 Pedro Alves <palves@redhat.com>
9463
9464 Fix testsuite compatibility with Guile.
9465 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9466 number.
9467
31d765d3
JK
94682016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9469
9470 Fix testsuite compatibility with Guile.
9471 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9472 (thread 1): New test for backtrace through signal handler.
9473
1ac78c04
YQ
94742016-01-22 Yao Qi <yao.qi@linaro.org>
9475
9476 PR testsuite/19491
9477 * gdb.base/multi-forks.c: Include
9478 ../lib/unbuffer_output.c
9479 (main): Call gdb_unbuffer_output.
9480
4f5946a8
DE
94812016-01-21 Doug Evans <dje@google.com>
9482
9483 * lib/ada.exp (gdb_compile_ada): Fix typo.
9484
305e13e6
JB
94852016-01-21 Joel Brobecker <brobecker@adacore.com>
9486
9487 * gdb.base/break-fun-addr.exp: New file.
9488 * gdb.base/break-fun-addr1.c: New file.
9489 * gdb.base/break-fun-addr2.c: New file.
9490
5f5dfff6
SM
94912016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9492
9493 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9494 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9495 enum flag values.
9496
fd356fa2
AA
94972016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9498
9499 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9500 when GDB can not set the vector return value. Add more comments
9501 for clarification.
9502
9df22175
AT
95032016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9504
9505 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9506 command.
9507
41d1845e
SM
95082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9509
9510 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9511
01ac6840
SM
95122016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9513
9514 * Makefile.in (check-single): Pass --status to runtest.
9515 (check/%.exp): Likewise.
9516
95172016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9518
9519 * Makefile.in (check-parallel): Propagate return code from make
9520 do-check-parallel.
9521
bd0a71fa
MK
95222016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9523
9524 * gdb.trace/ftrace.exp: Fix expected message on continue.
9525 * gdb.trace/pending.exp: Fix expected message on continue.
9526 * gdb.trace/trace-break.exp: Fix expected message on continue.
9527
8bcbad33
SM
95282016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9529
9530 * lib/gdb.exp (gdb_test): Remove unused global references.
9531
f303dbd6
PA
95322016-01-18 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/async-shell.exp: Adjust expected output.
9535 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9536 * gdb.base/siginfo-thread.exp: Adjust expected output.
9537 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9538 * gdb.java/jnpe.exp: Adjust expected output.
9539 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9540 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9541 * gdb.threads/leader-exit.exp: Adjust expected output.
9542 * gdb.threads/manythreads.exp: Adjust expected output.
9543 * gdb.threads/pthreads.exp: Adjust expected output.
9544 * gdb.threads/schedlock.exp: Adjust expected output.
9545 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9546 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9547 expected output.
9548 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9549 output.
9550 * gdb.threads/sigthread.exp: Adjust expected output.
9551 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9552
b2789696
YQ
95532016-01-18 Yao Qi <yao.qi@linaro.org>
9554
9555 * gdb.guile/scm-section-script.c: Replace @progbits with
9556 %progbits.
9557 * gdb.python/py-section-script.c: Likewise.
9558
71ef29a8
PA
95592016-01-15 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.multi/tids.exp: Test star wildcard ranges.
9562
3f5b7598
PA
95632016-01-15 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9566 command from "thread apply" invocation.
9567 (thr_apply_info_thr_invalid): Default the expected output to the
9568 input tid list.
9569 (top level): Add tests that use convenience variables. Add tests
9570 for "thread apply" with a valid TID list, but missing the command.
9571
663f6d42
PA
95722016-01-13 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/default.exp: Expect $_gthread as well.
9575 * gdb.multi/tids.exp: Test $_gthread.
9576 * gdb.threads/thread-specific.exp: Test $_gthread.
9577
c84f6bbf
PA
95782016-01-13 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.multi/tids.exp: Test "info threads -gid".
9581
22a02324
PA
95822016-01-13 Pedro Alves <palves@redhat.com>
9583
9584 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9585 Breakpoint.thread.
9586 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9587
5d5658a1
PA
95882016-01-07 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.base/break.exp: Adjust to output changes.
9591 * gdb.base/hbreak2.exp: Likewise.
9592 * gdb.base/sepdebug.exp: Likewise.
9593 * gdb.base/watch_thread_num.exp: Likewise.
9594 * gdb.linespec/keywords.exp: Likewise.
9595 * gdb.multi/info-threads.exp: Likewise.
9596 * gdb.threads/thread-find.exp: Likewise.
9597 * gdb.multi/tids.c: New file.
9598 * gdb.multi/tids.exp: New file.
9599
84654457
PA
96002016-01-13 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9603
e3940304
PA
96042016-01-13 Pedro Alves <palves@redhat.com>
9605
9606 * gdb.base/default.exp: Expect $_inferior as well.
9607 * gdb.multi/base.exp: Test $_inferior.
9608
a911d87a
PA
96092016-01-13 Pedro Alves <palves@redhat.com>
9610
9611 PR breakpoints/19388
9612 * gdb.base/catch-signal-siginfo-cond.c: New file.
9613 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9614
82075af2
JS
96152016-01-12 Josh Stone <jistone@redhat.com>
9616 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9617
9618 * gdb.base/catch-syscall.c (do_execve): New variable.
9619 (main): Conditionally trigger an execve.
9620 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9621 (test_catch_syscall_execve): New, check entry/return across execve.
9622 (do_syscall_tests): Call test_catch_syscall_execve.
9623
e46eeedd
PA
96242016-01-12 Pedro Alves <palves@redhat.com>
9625
9626 * gdb.base/random-signal.exp (do_test): New procedure, with body
9627 of testcase moved in.
9628
01d8c27e
JK
96292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9630 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.base/funcargs.exp (finish from indirectly called function):
9633 Reintroduce the case for 'First'.
9634
9a706302
JK
96352016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9636 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9639 (tcatch_vfork_then_child_follow_exec)
9640 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9641 identification.
9642
c0ecb95f
JK
96432016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9644
9645 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9646 and repeats to unlimited.
9647 * gdb.python/py-value.exp: Likewise.
9648 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9649 and repeats to unlimited.
9650
6cfc1fcb
JK
96512016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9652
9653 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9654 and reordering the functions.
9655 * gdb.multi/hangout.c: Likewise.
9656 * gdb.multi/hello.c: Likewise.
9657
582a1b00
SM
96582016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9659
9660 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9661 absolute.
9662 (SingleStatisticTestResult.report): Use dict.keys instead of
9663 dict.iterkeys.
9664
79bc59cb
PA
96652016-01-06 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9668
43368e1d
MM
96692016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9670
9671 * gdb.btrace/dlopen.exp: New.
9672 * gdb.btrace/dlopen.c: New.
9673 * gdb.btrace/dlopen-dso.c: New.
9674
79fad5b8
SL
96752015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9676
9677 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9678 PATTERN argument is optional.
9679
ab8314b3
JB
96802015-12-24 Joel Brobecker <brobecker@adacore.com>
9681
9682 * lib/ada.exp (target_compile_ada_from_dir): New function.
9683 (gdb_compile_ada): Reimplement avoiding the use of project files.
9684 * gdb.ada/gnat_ada.gpr: Delete.
9685 * gdb.ada/cond_lang.exp: Adjust test to make path before
9686 filename optional.
9687 * gdb.ada/small_reg_param.exp: Likewise.
9688
fe33faff
SM
96892015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9690
9691 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9692
6d265cb4
TP
96932015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9694
9695 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9696 case.
9697
10125099
SM
96982015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9699
9700 * gdb.base/break.exp: Remove dead code.
9701 * gdb.base/sepdebug.exp: Likewise.
9702
3ca22649
SM
97032015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9704
9705 * gdb.asm/asm-source.exp: Remove HP-UX references.
9706 * gdb.base/annota1.exp: Likewise.
9707 * gdb.base/annota3.exp: Likewise.
9708 * gdb.base/attach.exp: Likewise.
9709 * gdb.base/bigcore.exp: Likewise.
9710 * gdb.base/break.exp: Likewise.
9711 * gdb.base/call-ar-st.exp: Likewise.
9712 * gdb.base/callfuncs.exp: Likewise.
9713 * gdb.base/catch-fork-static.exp: Likewise.
9714 * gdb.base/display.exp: Likewise.
9715 * gdb.base/foll-exec-mode.exp: Likewise.
9716 * gdb.base/foll-exec.exp: Likewise.
9717 * gdb.base/foll-fork.exp: Likewise.
9718 * gdb.base/foll-vfork.exp: Likewise.
9719 * gdb.base/funcargs.exp: Likewise.
9720 * gdb.base/hbreak2.exp: Likewise.
9721 * gdb.base/inferior-died.exp: Likewise.
9722 * gdb.base/interrupt.exp: Likewise.
9723 * gdb.base/multi-forks.exp: Likewise.
9724 * gdb.base/nodebug.exp: Likewise.
9725 * gdb.base/sepdebug.exp: Likewise.
9726 * gdb.base/solib1.c: Likewise.
9727 * gdb.base/step-test.exp: Likewise.
9728 * gdb.mi/non-stop.c: Likewise.
9729 * gdb.mi/pthreads.c: Likewise.
9730 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9731 * gdb.threads/pthreads.c: Likewise.
9732 * gdb.threads/staticthreads.exp: Likewise.
9733 * lib/future.exp: Likewise.
9734 * lib/gdb.exp: Likewise.
9735 * gdb.base/so-indr-cl.c: Remove.
9736 * gdb.base/so-indr-cl.exp: Likewise.
9737 * gdb.base/solib.c: Likewise.
9738 * gdb.base/solib.exp: Likewise.
9739 * gdb.base/solib2.c: Likewise.
9740
b6304613
SM
97412015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9742
9743 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9744 * gdb.base/call-ar-st.exp: Likewise.
9745 * gdb.base/callfuncs.exp: Likewise.
9746 * gdb.base/condbreak.exp: Likewise.
9747 * gdb.base/constvars.exp: Likewise.
9748 * gdb.base/hbreak2.exp: Likewise.
9749 * gdb.base/langs.exp: Likewise.
9750 * gdb.base/list.exp: Likewise.
9751 * gdb.base/long_long.exp: Likewise.
9752 * gdb.base/ptype.exp: Likewise.
9753 * gdb.base/scope.exp: Likewise.
9754 * gdb.base/signals.exp: Likewise.
9755 * gdb.base/so-impl-ld.exp: Likewise.
9756 * gdb.base/varargs.exp: Likewise.
9757 * gdb.base/volatile.exp: Likewise.
9758 * gdb.base/whatis.exp: Likewise.
9759 * gdb.cp/cplusfuncs.exp: Likewise.
9760 * gdb.cp/inherit.exp: Likewise.
9761 * gdb.cp/local.exp: Likewise.
9762 * gdb.cp/member-ptr.exp: Likewise.
9763 * gdb.cp/method.exp: Likewise.
9764 * gdb.cp/overload.exp: Likewise.
9765 * gdb.cp/templates.exp: Likewise.
9766 * gdb.stabs/weird.exp: Likewise.
9767 * lib/compiler.c: Likewise.
9768 * lib/compiler.cc: Likewise.
9769 * lib/cp-support.exp: Likewise.
9770 * lib/gdb.exp: Likewise.
9771
bf401b07
SM
97722015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9773
9774 * configure.ac: Remove HP-UX case.
9775 * configure: Regenerate.
9776
aff9c0f8
SM
97772015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9778
9779 * lib/gdb.exp (gdb_compile): Add function doc.
9780
a6904d5a
PA
97812015-12-17 Pedro Alves <palves@redhat.com>
9782
9783 PR threads/19354
9784 * gdb.multi/info-threads.exp: New file.
9785
a22279dd
YQ
97862015-12-15 Yao Qi <yao.qi@linaro.org>
9787
9788 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9789 is aarch64*-*-*.
9790
0588c796
SL
97912015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9792
9793 * gdb.base/history-duplicates.exp: Skip if no readline support.
9794
5d978e17
SL
97952015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9796
9797 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9798
7e763b86
SL
97992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9800
9801 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9802
87a3a92c
SL
98032015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9804
9805 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9806 ctrl-C if nointerrupts target property is set.
9807 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9808 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9809 * gdb.base/paginate-bg-execution.exp: Likewise.
9810 * gdb.base/paginate-execution-startup.exp: Likewise.
9811 * gdb.base/random-signal.exp: Likewise.
9812 * gdb.base/range-stepping.exp: Likewise.
9813 * gdb.cp/annota2.exp: Likewise.
9814 * gdb.cp/annota3.exp: Likewise.
9815 * gdb.gdb/selftest.exp: Likewise.
9816 * gdb.threads/continue-pending-status.exp: Likewise.
9817 * gdb.threads/leader-exit.exp: Likewise.
9818 * gdb.threads/manythreads.exp: Likewise.
9819 * gdb.threads/pthreads.exp: Likewise.
9820 * gdb.threads/schedlock.exp: Likewise.
9821 * gdb.threads/sigthread.exp: Likewise.
9822
a8f077dc
DB
98232015-12-11 Don Breazeal <donb@codesourcery.com>
9824
9825 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9826 remote.
9827 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9828 * gdb.base/foll-exec.exp (main): Enable for target remote.
9829 * gdb.base/foll-fork.exp (main): Likewise.
9830 * gdb.base/foll-vfork.exp (main): Likewise.
9831 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9832 (proc continue_to_exit_bp_loc): Use clean_restart.
9833 * gdb.base/pie-execl.exp (main): Disable for target remote.
9834 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9835 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9836 * gdb.threads/execl.exp (main): Likewise.
9837 * gdb.threads/fork-child-threads.exp (main): Likewise.
9838 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9839 remote.
9840 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9841 remote.
9842 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9843 pid.tid style ptids, instead of just tid.
9844 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9845 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9846 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9847 ptids, instead of just tid.
9848
3b2464a8
AB
98492015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9850
9851 * gdb.base/list.exp (test_list_forward): Add end of file error
9852 test.
9853 (test_repeat_list_command): Add end of file error test.
9854 (test_list_backwards): Add beginning of file error test.
9855
a0def019
AB
98562015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9857
9858 * gdb.base/list.exp (test_list_invalid_args): New function,
9859 defined, and called.
9860
5c000dff
AB
98612015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9862
9863 * gdb.base/list.exp (test_list): Make test names unique.
9864
f1637ebe
YQ
98652015-12-11 Yao Qi <yao.qi@linaro.org>
9866
9867 * gdb.base/coremaker2.c: Remove.
9868
36d6fc0a
PA
98692015-12-10 Pedro Alves <palves@redhat.com>
9870
9871 * gdb.multi/base.exp: Remove stale "spaces" references.
9872
762f7747
PA
98732015-12-10 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.multi/base.exp: Don't use nowarnings.
9876 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9877 * gdb.multi/hangout.c: Include stdio.h.
9878 * gdb.multi/hello.c: Include stdlib.h.
9879 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9880 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9881 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9882
28d2bfb9
AB
98832015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9884
9885 * gdb.dwarf2/dw2-ranges-base.c: New file.
9886 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9887 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9888 support additional line table, and debug ranges generation.
9889 (Dwarf::ranges): New function, generate .debug_ranges.
9890 (Dwarf::lines): Support generating simple line table programs.
9891 (Dwarf::assemble): Initialise new namespace variables.
9892
5fc2beac
KB
98932015-12-09 Kevin Buettner <kevinb@redhat.com>
9894
9895 * gdb.base/async.exp (proc test_background): Add case for
9896 asynchronous execution not supported.
9897
1c35a88f
LM
98982015-12-09 Luis Machado <lgustavo@codesourcery.com>
9899
9900 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9901 format and change test names to make them unique.
9902
b593e3d9
RK
99032015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9904 Pedro Alves <pedro@redhat.com>
9905
9906 PR gdb/18702
9907 Add checking of floatformats setup on x86_64 hosts.
9908 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9909 (smallval, bigval): New labels/constants.
9910 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9911 float" after loading bigval and smallval.
9912
d72413e6
PMR
99132015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9914
9915 * gdb.ada/fun_overload_menu.exp: New testcase.
9916 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9917
ece66d65
JS
99182015-12-04 Josh Stone <jistone@redhat.com>
9919
9920 * gdb.base/catch-fork-static.exp: New.
9921
41d0efca
YQ
99222015-12-03 Yao Qi <yao.qi@linaro.org>
9923
9924 * gdb.base/sizeof.c: Don't include stdio.h and
9925 ../lib/unbuffer_output.c.
9926 (main): New variable 'size' and 'value'. Remove printf and
9927 gdb_unbuffer_output. Assign return value to size and value.
9928 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9929 at the beginning.
9930 (check_sizeof): Check the result by printing variable 'size'.
9931 (check_valueof): Check the result by printing variable 'value'.
9932
99fd02d9
YQ
99332015-12-01 Yao Qi <yao.qi@linaro.org>
9934
9935 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9936 for aarch64*-*-linux* target.
9937
f2faf941
PA
99382015-11-30 Pedro Alves <palves@redhat.com>
9939
9940 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9941
04bf20c5
PA
99422015-11-30 Pedro Alves <palves@redhat.com>
9943
9944 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9945 Handle non-stop mode vCont replies.
9946
09df4675
PA
99472015-11-30 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9950 prepare_for_testing. Start gdb with "set non-stop on" appended to
9951 GDBFLAGS. Lax expected stop output.
9952
58b584af
YQ
99532015-11-27 Yao Qi <yao.qi@linaro.org>
9954
9955 * gdb.arch/arm-neon.exp: New.
9956 * gdb.arch/arm-neon.c: New.
9957
dfcb77a8
YQ
99582015-11-27 Yao Qi <yao.qi@linaro.org>
9959
9960 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9961
88e8ec1b
YQ
99622015-11-27 Yao Qi <yao.qi@linaro.org>
9963
9964 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9965 frames-invalid annotation.
9966
bfde72c2
YQ
99672015-11-27 Yao Qi <yao.qi@linaro.org>
9968
9969 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9970
f6512a69
SM
99712015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9972
9973 * gdb.threads/names.exp: New file.
9974 * gdb.threads/names.c: New file.
9975 * README: Mention gdb,no_thread_names.
9976
46a3515b
MM
99772015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9978
9979 PR 19297
9980 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9981 support" error.
9982
62147a22
PA
99832015-11-24 Pedro Alves <palves@redhat.com>
9984
9985 PR 17539
9986 * gdb.base/display.exp: Expect displays to be sorted in ascending
9987 order. Use multi_line.
9988 * gdb.base/solib-display.exp: Likewise.
9989
2f341b6e
PA
99902015-11-24 Pedro Alves <palves@redhat.com>
9991
9992 PR 17539
25d49b86
PA
9993 * gdb.base/display.exp: Expect displays to be sorted in ascending
9994 order. Use multi_line.
9995 * gdb.base/solib-display.exp: Likewise.
2f341b6e 9996
7e0aa6aa
PA
99972015-11-24 Pedro Alves <palves@redhat.com>
9998
9999 PR 17539
10000 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10001 threads in ascending order.
10002 * gdb.base/foll-fork.exp: Likewise.
10003 * gdb.base/foll-vfork.exp: Likewise.
10004 * gdb.base/multi-forks.exp: Likewise.
10005 * gdb.mi/mi-nonstop.exp: Likewise.
10006 * gdb.mi/mi-nsintrall.exp: Likewise.
10007 * gdb.multi/base.exp: Likewise.
10008 * gdb.multi/multi-arch.exp: Likewise.
10009 * gdb.python/py-inferior.exp: Likewise.
10010 * gdb.threads/break-while-running.exp: Likewise.
10011 * gdb.threads/execl.exp: Likewise.
10012 * gdb.threads/gcore-thread.exp: Likewise.
10013 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10014 * gdb.threads/kill.exp: Likewise.
10015 * gdb.threads/linux-dp.exp: Likewise.
10016 * gdb.threads/multiple-step-overs.exp: Likewise.
10017 * gdb.threads/next-bp-other-thread.exp: Likewise.
10018 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10019 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10020 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10021 * gdb.threads/thread-find.exp: Likewise.
10022 * gdb.threads/tls.exp: Likewise.
10023 * lib/mi-support.exp (mi_reverse_list): Delete.
10024 (mi_check_thread_states): No longer reverse list.
10025
2cc57ad8
PA
100262015-11-24 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10029 use lowercase.
10030
c93e8391
SM
100312015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10032
10033 * gdb.trace/actions.c: Include trace-common.h.
10034 (main): Add a location for a fast tracepoint.
10035 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10036 the normal tracepoints.
10037 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10038
045ccf91
SM
100392015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10040
10041 * save-trace.exp: Factor out code to these...
10042 (gdb_save_tracepoints): New.
10043 (gdb_load_tracepoints): New.
10044 (do_save_load_test): New.
10045
5506f9f6
KB
100462015-11-23 Kevin Buettner <kevinb@redhat.com>
10047
10048 * gdb.base/asmlabel.exp: New test.
10049 * gdb.base/asmlabel.c: New test case.
10050
16c3b12f
JB
100512015-11-23 Joel Brobecker <brobecker@adacore.com>
10052
10053 * gdb.base/wrong_frame_bt_full-main.c: New file.
10054 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10055 * gdb.base/wrong_frame_bt_full.exp: New file.
10056
155bfbd3
JB
100572015-11-23 Joel Brobecker <brobecker@adacore.com>
10058
10059 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10060
bb097445
JM
100612015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10062
206853a0 10063 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10064 pstate register when comparing registers values in
10065 sparc64-*-linux-gnu targets to avoid spurious differences.
10066
9c88ed8f
JM
100672015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10068
206853a0 10069 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10070
96161e25
SL
100712015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10072
10073 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10074 as type argument to gdb_compile.
10075 * gdb.base/nested-subp2.exp: Likewise.
10076 * gdb.base/nested-subp3.exp: Likewise.
10077
340c2830
DV
100782015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10079
10080 * lib/dwarf.exp (_note): Fix left shift of negative value.
10081 * gdb.trace/trace-condition.exp: Likewise.
10082
c1862d0f
YQ
100832015-11-13 Yao Qi <yao.qi@linaro.org>
10084
10085 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10086 comments about d10v.
10087 (test_scalar_returns): Likewise.
10088 * gdb.base/d10v.ld: Remove.
10089 * gdb.base/overlays.exp: Remove the target triplet checking for
10090 d10v-*-*.
10091 * gdb.base/structs.exp (test_struct_returns): Remove the
10092 comments about d10v.
10093 (test_struct_calls): Likewise.
10094
77ae9c19
YQ
100952015-11-13 Yao Qi <yao.qi@linaro.org>
10096
10097 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10098 * gdb.base/gnu_vector.c: Don't include stdio.h.
10099 (main): Don't print res and call add_some_intvecs.
10100
430e004e
MK
101012015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10102
10103 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10104 macro.
10105 (func5): Removed.
10106 (func4): Use FAST_TRACEPOINT_LABEL.
10107 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10108 macro.
10109 (func): Removed.
10110 (thread_function): Use FAST_TRACEPOINT_LABEL.
10111 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10112 (func): Remove.
10113 (marker): Use FAST_TRACEPOINT_LABEL.
10114 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10115 (pendfunc1): Remove.
10116 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10117 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10118 (foo): Remove.
10119 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10120 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10121 macro.
10122 (func): Remove.
10123 (marker): Use FAST_TRACEPOINT_LABEL.
10124 * gdb.trace/trace-common.h: New header.
10125 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10126 macro.
10127 (func): Remove.
10128 (marker): Use FAST_TRACEPOINT_LABEL.
10129 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10130 (func): Remove.
10131 (thread_function): Use FAST_TRACEPOINT_LABEL.
10132
6e7675a7
MK
101332015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10134
10135 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10136 in front.
10137 * gdb.trace/change-loc.exp: Use global pcreg definition.
10138 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10139 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10140 in front.
10141 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10142 * gdb.trace/pending.exp: Likewise.
10143 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10144 * gdb.trace/trace-break.exp: Likewise.
10145 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10146 in front.
10147 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10148 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10149 in front.
10150 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10151
dddc0e16
JB
101522015-11-09 Joel Brobecker <brobecker@adacore.com>
10153
10154 * gdb.ada/fin_fun_out: New testcase.
10155
c6f0b406
KB
101562015-11-07 Kevin Buettner <kevinb@redhat.com>
10157
10158 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10159 value associated with DW_AT_byte_size.
10160 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10161 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10162 DW_AT_upper_bound.
10163
f01dcfd9
KB
101642015-11-07 Kevin Buettner <kevinb@redhat.com>
10165
10166 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10167 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10168 version.
10169 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10170 gdb.dwarf2/dw2-canonicalize-type.exp,
10171 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10172 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10173 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10174 provided by gdb_target_symbol_prefix_flags_asm.
10175 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10176 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10177 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10178 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10179 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10180 macros where needed). Use this macro for symbols which require
10181 the prefix provided by SYMBOL_PREFIX.
10182
2223449a
KB
101832015-11-05 Kevin Buettner <kevinb@redhat.com>
10184
10185 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10186 New procs.
10187 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10188 representing expressions, of more than one list element.
10189 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10190 to prepend linker symbol prefix to f.
10191 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10192 table_1 and table_2.
10193 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10194 Likewise, for f and g.
10195 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10196 for ptr.
10197 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10198 for main.
10199 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10200 table_1_ptr and table_2_ptr.
10201
6f2f1a3a
JK
102022015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10203 Joel Brobecker <brobecker@adacore.com>
10204
10205 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10206
566c56c9
MK
102072015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10208
10209 * gdb.reverse/s390-mvcle.c: New test.
10210 * gdb.reverse/s390-mvcle.exp: New file.
10211 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10212
d5f0636b
MK
102132015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10214
10215 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10216
7ad8b86c
MK
102172015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10218
10219 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10220 reaching marker2.
10221 * gdb.reverse/getresuid-reverse.exp: Likewise.
10222 * gdb.reverse/pipe-reverse.exp: Likewise.
10223 * gdb.reverse/readv-reverse.exp: Likewise.
10224 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10225 * gdb.reverse/time-reverse.exp: Likewise.
10226 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10227
4081c0f1
YQ
102282015-10-30 Yao Qi <yao.qi@linaro.org>
10229
10230 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10231 (empty_cycle): Remove.
10232 (main): Don't call empty_cycle. Don't use watch_count_done.
10233 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10234 empty_cycle. Rewrite the code counting HW watchpoints.
10235
452b4ba5
MK
102362015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10237
10238 * gdb.reverse/fstatat-reverse.c: New test.
10239 * gdb.reverse/fstatat-reverse.exp: New file.
10240 * gdb.reverse/getresuid-reverse.c: New test.
10241 * gdb.reverse/getresuid-reverse.exp: New file.
10242 * gdb.reverse/pipe-reverse.c: New test.
10243 * gdb.reverse/pipe-reverse.exp: New file.
10244 * gdb.reverse/readv-reverse.c: New test.
10245 * gdb.reverse/readv-reverse.exp: New file.
10246 * gdb.reverse/recvmsg-reverse.c: New test.
10247 * gdb.reverse/recvmsg-reverse.exp: New file.
10248 * gdb.reverse/time-reverse.c: New test.
10249 * gdb.reverse/time-reverse.exp: New file.
10250 * gdb.reverse/waitpid-reverse.c: New test.
10251 * gdb.reverse/waitpid-reverse.exp: New file.
10252
5e2e7507
JK
102532015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10256
0fde2c53
DE
102572015-10-26 Doug Evans <dje@google.com>
10258
10259 PR symtab/17391
10260 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10261 * gdb.dwarf2/bad-regnum.c: New file.
10262 * gdb.dwarf2/bad-regnum.exp: New file.
10263
1a70ae97
DE
102642015-10-26 Doug Evans <dje@google.com>
10265
10266 PR python/18938
10267 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10268 file.
10269
27dc26ab
JK
102702015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10271
10272 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10273 for a change by "Mention language in compile error message".
10274
bed91f4d
SM
102752015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10276
10277 PR python/18073
10278 * gdb.python/py-type.c (C::a_method): New.
10279 (C::a_const_method): New.
10280 (C::a_static_method): New.
10281 (a_function): New.
10282 * gdb.python/py-type.exp (test_fields): Test getting fields
10283 from function and method.
10284
3f2f83dd
KB
102852015-10-21 Keven Boell <keven.boell@intel.com>
10286
10287 * gdb.fortran/vla-alloc-assoc.exp: New file.
10288 * gdb.fortran/vla-datatypes.exp: New file.
10289 * gdb.fortran/vla-datatypes.f90: New file.
10290 * gdb.fortran/vla-history.exp: New file.
10291 * gdb.fortran/vla-ptype-sub.exp: New file.
10292 * gdb.fortran/vla-ptype.exp: New file.
10293 * gdb.fortran/vla-sizeof.exp: New file.
10294 * gdb.fortran/vla-sub.f90: New file.
10295 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10296 * gdb.fortran/vla-value-sub-finish.exp: New file.
10297 * gdb.fortran/vla-value-sub.exp: New file.
10298 * gdb.fortran/vla-value.exp: New file.
10299 * gdb.fortran/vla-ptr-info.exp: New file.
10300 * gdb.mi/mi-vla-fortran.exp: New file.
10301 * gdb.mi/vla.f90: New file.
10302
27145d50
SL
103032015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10304
10305 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10306 of hardwired timeout value.
10307
5f3ff4f8
JK
103082015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10309 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10312 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10313
bfd09d20
JS
103142015-10-19 Josh Stone <jistone@redhat.com>
10315
10316 * gdb.base/catch-syscall.c: Include <sched.h>.
10317 (unknown_syscall): New variable.
10318 (main): Trigger a vfork and an unknown syscall.
10319 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10320 (unknown_syscall_number): Likewise.
10321 (check_call_to_syscall): Accept an optional syscall pattern.
10322 (check_return_from_syscall): Likewise.
10323 (check_continue): Likewise.
10324 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10325 (test_catch_syscall_skipping_return): New test toggling off 'catch
10326 syscall' to step over the syscall return, then toggling back on.
10327 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10328 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10329 (do_syscall_tests): Call test_catch_syscall_without_args and
10330 test_catch_syscall_mid_vfork.
10331 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10332 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10333
b32b93c6
AS
103342015-10-19 Andrew Stubbs <ams@codesourcery.com>
10335
10336 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10337 print g_vE): Add new pass patterns.
10338 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10339 print various symbol names for vptr fields.
10340
9d622bda
AB
103412015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10342
10343 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10344 results.
10345
0fd8ac1c
YQ
103462015-10-12 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10349
34240514
YQ
103502015-10-12 Yao Qi <yao.qi@linaro.org>
10351
10352 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10353 is aarch64*-*-linux*.
10354
8240f442
YQ
103552015-10-12 Yao Qi <yao.qi@linaro.org>
10356
10357 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10358 (can_relocate_bcond_true): ... it.
10359 (can_relocate_bcond_false): New function.
10360 (foo): Likewise.
10361 (can_relocate_bl): Likewise.
10362 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10363 can_relocate_bl.
10364
2520f728
PMR
103652015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10366
10367 * gdb.base/nested-addr.c: New file.
10368 * gdb.base/nested-addr.exp: New testcase.
10369
abcef95a
MM
103702015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10371
10372 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10373 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10374 its output. Ignore the output of "record goto begin" and instead
10375 check that GDB is replaying.
10376
145e3ddb
PA
103772015-10-09 Pedro Alves <palves@redhat.com>
10378
10379 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10380 (top level): Use it in the run with no args test.
10381
d5d8c4e1
IB
103822015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10383
10384 * gdb.dlang/properties.exp: New file.
10385
06e635ef
SL
103862015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10387
10388 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10389 whether or not address 0x1000 is mapped on the target.
10390
e019fd1d
SM
103912015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10392
10393 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10394 build.
10395
77ba2a67
MM
103962015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10397
10398 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10399 instruction-history test.
10400
c60eb31f
DE
104012015-09-28 Doug Evans <dje@google.com>
10402
10403 * gdb.base/gcore.c (array_func): Add reference to static_array.
10404
9a3c8263
SM
104052015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10406
10407 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10408 source line.
10409
9720e656
SL
104102015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10411
10412 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10413 short or char as base type.
10414
938d3bf2
SL
104152015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10416
10417 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10418 to allow any size enum.
10419
e6c2c623
PMR
104202015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10421
10422 * gdb.ada/array_ptr_renaming.exp: New testcase.
10423 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10424 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10425
06da0f77
PL
104262015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10427
10428 * gdb.trace/ftrace-lock.c: New file.
10429 * gdb.trace/ftrace-lock.exp: New file.
10430
4f51c22a
PL
104312015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10432
10433 * gdb.arch/insn-reloc.c: New file.
10434 * gdb.arch/ftrace-insn-reloc.exp: New file.
10435
7041adf4
PL
104362015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10437
10438 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10439 instruction.
10440 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10441 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10442 * gdb.trace/range-stepping.c: Likewise.
10443 * gdb.trace/trace-break.c: Likewise.
10444 * gdb.trace/trace-mt.c (thread_function): Likewise.
10445 * gdb.trace/ftrace.c (marker): Likewise.
10446 * gdb.trace/trace-condition.c (marker): Likewise.
10447 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10448 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10449 is_aarch64_target.
10450
015d2e7e
DE
104512015-09-18 Doug Evans <xdje42@gmail.com>
10452
10453 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10454 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10455
26b188a2
SL
104562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10457
10458 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10459 the breakpoint.
10460
79dc332b
SL
104612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10462
10463 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10464 the pending breakpoint. Remove timeout override for "Run till
10465 MI pending breakpoint on pendfunc3 on thread 2" test.
10466
f57929f2
SL
104672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10468
10469 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10470 filename pattern.
10471
3f469b17
SL
104722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10473
10474 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10475 in breakpoint filename pattern.
10476
515b89b3
SL
104772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10478
7800dbe4
SL
10479 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10480
104812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10482
515b89b3
SL
10483 * gdb.linespec/explicit.exp: Check for readline support for
10484 tab-completion tests. Fix obvious typo.
10485
d2939ba2
MM
104862015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10487
10488 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10489 and replay.
10490
cbb55fa7
MM
104912015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10492
10493 * gdb.btrace/non-stop.c: New.
10494 * gdb.btrace/non-stop.exp: New.
10495
43691ca1
PL
104962015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10497 Yao Qi <yao.qi@linaro.org>
10498
10499 * gdb.trace/trace-condition.c: New file.
10500 * gdb.trace/trace-condition.exp: New file.
10501
d78908cf
WW
105022015-09-16 Wei-cheng Wang <cole945@gmail.com>
10503
10504 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10505 for testing bytecode compilation.
10506
1ed415e2
PA
105072015-09-16 Pedro Alves <palves@redhat.com>
10508 Sandra Loosemore <sandra@codesourcery.com>
10509
10510 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10511 (SECONDS): Redefine.
10512 (main): Call pthread_kill and alarm early.
10513 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10514 support.
10515 (test): If the target can't hardware step and doesn't support
10516 displaced stepping, increase the timeout.
10517
d136eff5
PA
105182015-09-16 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10521 (enable_debug): New procedures.
10522 (test): Use them. Bail out if waiting for threads fails.
10523 (top level): Bail out if a test fails.
10524
991f019c
YQ
105252015-09-16 Yao Qi <yao.qi@linaro.org>
10526
10527 * gdb.asm/asm-source.exp: Set asm-arch for
10528 aarch64*-*-* target.
10529 * gdb.asm/aarch64.inc: New file.
10530
bfca584f
PMR
105312015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10532
10533 * gdb.ada/array_of_variable_length.exp: New testcase.
10534 * gdb.ada/array_of_variable_length/foo.adb: New file.
10535 * gdb.ada/array_of_variable_length/pck.adb: New file.
10536 * gdb.ada/array_of_variable_length/pck.ads: New file.
10537
b326e587
DE
105382015-09-15 Doug Evans <dje@google.com>
10539
10540 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10541 of function static local variable.
10542
5382cfab
PW
105432015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10544
10545 * gdb.threads/tls-so_extern.exp: New test file.
10546 * gdb.threads/tls-so_extern.c: New test file.
10547 * gdb.threads/tls-so_extern_main.c: New test file.
10548
141c5cc4
JK
105492015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10550
10551 * gdb.opt/solib-intra-step-lib.c: New file.
10552 * gdb.opt/solib-intra-step-main.c: New file.
10553 * gdb.opt/solib-intra-step.exp: New file.
10554
d15dcecd
PA
105552015-09-15 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10558 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10559
4c2f2a79
PA
105602015-09-14 Pedro Alves <palves@redhat.com>
10561
10562 * gdb.base/hook-stop-continue.c: Delete.
10563 * gdb.base/hook-stop-continue.exp: Delete.
10564 * gdb.base/hook-stop-frame.c: Delete.
10565 * gdb.base/hook-stop-frame.exp: Delete.
10566 * gdb.base/hook-stop.c: New file.
10567 * gdb.base/hook-stop.exp: New file.
10568
919e6dbe
PMR
105692015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10570
10571 * gdb.ada/access_to_packed_array.exp: New testcase.
10572 * gdb.ada/access_to_packed_array/foo.adb: New file.
10573 * gdb.ada/access_to_packed_array/pack.adb: New file.
10574 * gdb.ada/access_to_packed_array/pack.ads: New file.
10575
157280a4
MM
105762015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10577
10578 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10579 buffer size test.
10580
2fd33e94
DB
105812015-09-11 Don Breazeal <donb@codesourcery.com>
10582
10583 * gdb.base/foll-exec.c: Add copyright header. Fix
10584 formatting issues.
10585 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10586 (do_exec_tests): Use clean_restart in place of zap_session,
10587 and for test initialization. Fix formatting issues. Use
10588 fail in place of perror.
10589 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10590 an expect statement to match an expression with output from
10591 the program under debug.
10592 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10593 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10594 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10595 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10596 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10597
e70b6e8e
DE
105982015-09-09 Doug Evans <dje@google.com>
10599
10600 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10601
7a551a51
DE
106022015-09-09 Doug Evans <dje@google.com>
10603
10604 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10605
4c666f84
DE
106062015-09-09 Doug Evans <dje@google.com>
10607
10608 * gdb.base/savedregs.exp: Fix typo.
10609
243a9253
PA
106102015-09-09 Pedro Alves <palves@redhat.com>
10611
10612 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10613
c0fa8fbd
SL
106142015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10615
10616 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10617 command actually switches threads. Give up on remaining
10618 tests if target fails to stop at breakpoint.
10619
cd7c1778
PMR
106202015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10621
10622 * gdb.ada/funcall_char.exp: New testcase.
10623 * gdb.ada/funcall_char/foo.adb: New file.
10624
dc5c8746
PMR
106252015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10626
10627 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10628 expected outputs. Add two testcases for completing ambiguous
10629 functions.
10630 * gdb.ada/complete/aux_pck.adb: New file.
10631 * gdb.ada/complete/aux_pck.ads: New file.
10632 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10633 Ambiguous_Func functions.
10634 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10635 * gdb.ada/complete/pck.adb: Likewise.
10636
4e83a1e7
UW
106372015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10638
10639 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10640 failures to run the test program under GDB.
10641
8ce74153
LM
106422015-08-26 Luis Machado <lgustavo@codesourcery.com>
10643
10644 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10645 to C.
10646
e9756d52
PP
106472015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10648
10649 * gdb.base/run-after-attach.exp: New test file.
10650 * gdb.base/run-after-attach.c: New test file.
10651
8d37573b
DB
106522015-08-26 Don Breazeal <donb@codesourcery.com>
10653
10654 * gdb.base/foll-exec-2.c: New test program.
10655 * gdb.base/foll-exec-2.exp: New test.
10656
63e43d3a
PMR
106572015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10658
10659 * gdb.base/nested-subp1.exp: New file.
10660 * gdb.base/nested-subp1.c: New file.
10661 * gdb.base/nested-subp2.exp: New file.
10662 * gdb.base/nested-subp2.c: New file.
10663 * gdb.base/nested-subp3.exp: New file.
10664 * gdb.base/nested-subp3.c: New file.
10665
3d40fbb5
PA
106662015-08-24 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.server/connect-without-multi-process.c: New file.
10669 * gdb.server/connect-without-multi-process.exp: New file.
10670
4422ac93
LM
106712015-08-24 Luis Machado <lgustavo@codesourcery.com>
10672
10673 * gdb.opt/inline-markers.c: Make z int.
10674
91dddb86
LM
106752015-08-24 Luis Machado <lgustavo@codesourcery.com>
10676
10677 * gdb.opt/inline-markers.c: Make z volatile.
10678
a48847ee
LM
106792015-08-24 Luis Machado <lgustavo@codesourcery.com>
10680
10681 * gdb.opt/inline-bt.c: New volatile global z.
10682 * gdb.opt/inline-cmds.c: Likewise.
10683 * gdb.opt/inline-locals.c: Likewise.
10684 * gdb.opt/inline-markers.c: New extern global z.
10685 (marker): Use z.
10686 (inline_fn): Likewise.
10687
0ebbc52b
PA
106882015-08-24 Pedro Alves <palves@redhat.com>
10689
10690 * config/m32r-stub.exp: Remove file.
10691 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10692 * gdb.base/call-rt-st.exp: Likewise.
10693 * gdb.base/call-strs.exp: Likewise.
10694 * gdb.base/default.exp: Remove references to h8300-*-hms and
10695 *-*-udi*.
10696 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10697
77c365df
AA
106982015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10699
10700 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10701 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10702 and "return" use KFAIL when GDB can not read/write the vector
10703 return value.
10704
4313b8c0
GB
107052015-08-21 Gary Benson <gbenson@redhat.com>
10706
10707 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10708
0e433b32
PA
107092015-08-20 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.server/solib-list.exp: No longer expect an interior stop in
10712 non-stop mode.
10713
221e1a37
PA
107142015-08-20 Pedro Alves <palves@redhat.com>
10715
10716 * gdb.server/connect-stopped-target.c: New file.
10717 * gdb.server/connect-stopped-target.exp: New file.
10718
40e3ad0e
PA
107192015-08-20 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.dwarf2/comp-unit-lang.exp: New file.
10722 * gdb.dwarf2/comp-unit-lang.c: New file.
10723
af39b327
PMR
107242015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10725
10726 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10727 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10728
7d45c7c3 107292015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10730
7d45c7c3
KB
10731 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10732 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10733
4d6cceb4
DE
107342015-08-18 Doug Evans <dje@google.com>
10735 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10736
10737 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10738 skip_python_tests. New arg prompt_regexp.
10739 (skip_python_tests): New function.
10740 * lib/mi-support.exp (mi_skip_python_tests): New function.
10741 * gdb.python/py-mi-objfile-gdb.py: New file.
10742 * gdb.python/py-mi-objfile.c: New file.
10743 * gdb.python/py-mi-objfile.exp: New file.
10744
ad89c2aa
KS
107452015-08-17 Keith Seitz <keiths@redhat.com>
10746
10747 * gdb.linespec/explicit.exp: Move strace test from here ...
10748 * gdb.trace/strace.exp: ... to here.
10749
e3ae3c43
PP
107502015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10751
10752 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10753 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10754
604b2636
DE
107552015-08-14 Doug Evans <xdje42@gmail.com>
10756
10757 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10758 inferior before selecting a new file.
10759
6ff0ba5f
DE
107602015-08-14 Doug Evans <xdje42@gmail.com>
10761
10762 * gdb.mi/mi-disassemble.exp: Update.
10763 * gdb.base/disasm-optim.S: New file.
10764 * gdb.base/disasm-optim.c: New file.
10765 * gdb.base/disasm-optim.h: New file.
10766 * gdb.base/disasm-optim.exp: New file.
10767
9ca98f92
KS
107682015-08-14 Keith Seitz <keiths@redhat.com>
10769
10770 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10771 "evaluated-by".
10772
52bbc560
JB
107732015-08-13 Joel Brobecker <brobecker@adacore.com>
10774
10775 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10776
5d8c3ed3
PMR
107772015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10778
10779 * gdb.ada/fun_renaming.exp: New testcase.
10780 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10781 * gdb.ada/fun_renaming/pack.adb: New file.
10782 * gdb.ada/fun_renaming/pack.ads: New file.
10783
ea8812bc
KS
107842015-08-12 Keith Seitz <keiths@redhat.com>
10785
10786 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10787 gdb_get_line_number.
10788
4dafcdeb
JB
107892015-08-12 Joel Brobecker <brobecker@adacore.com>
10790
10791 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10792 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10793 gdb.base/dso2dso.exp: New files.
10794
5ba32597
SDJ
107952015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10796 Pedro Alves <palves@redhat.com>
10797 Keith Seitz <keiths@redhat.com>
10798
10799 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10800 GDBFLAGS.
10801
b6dafabf
PP
108022015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10803
10804 * gdb.base/gdbhistsize-history.exp
10805 (test_histsize_history_setting): Use save_vars.
10806 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10807 Use save_vars.
10808 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10809 * gdb.base/readline.exp: Use save_vars.
10810
abe8e607
PP
108112015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10812
10813 * lib/gdb.exp (save_vars): New proc.
10814
629500fa
KS
108152015-08-11 Keith Seitz <keiths@redhat.com>
10816
10817 * gdb.base/help.exp: Update help_breakpoint_text.
10818
eb8c4e2e
KS
108192015-08-11 Keith Seitz <keiths@redhat.com>
10820
10821 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10822 (at toplevel): Call test_explicit_breakpoints.
10823 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10824 breakpoints.
10825 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10826 breakpoint conditions, "-cond".
10827
87f0e720
KS
108282015-08-11 Keith Seitz <keiths@redhat.com>
10829
10830 * gdb.linespec/3explicit.c: New file.
10831 * gdb.linespec/cpexplicit.cc: New file.
10832 * gdb.linespec/cpexplicit.exp: New file.
10833 * gdb.linespec/explicit.c: New file.
10834 * gdb.linespec/explicit.exp: New file.
10835 * gdb.linespec/explicit2.c: New file.
10836 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10837 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10838 before using in the matching pattern.
10839 Clarify that `prefix' is a regular expression.
10840
f00aae0f
KS
108412015-08-11 Keith Seitz <keiths@redhat.com>
10842
10843 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10844 test.
10845 Add tests for missing ",FMT" and ",".
10846
e27852be
DE
108472015-08-10 Doug Evans <dje@google.com>
10848 Keith Seitz <keiths@redhat.com>
10849
10850 PR gdb/17960
10851 * gdb.base/completion.exp: Add location completer tests.
10852
7f03bd92
PA
108532015-08-07 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10856 tests here.
10857 (top level): Run do_test with and without displaced stepping.
10858
3fc8eb30
PA
108592015-08-07 Pedro Alves <palves@redhat.com>
10860
10861 * gdb.base/valgrind-disp-step.c: New file.
10862 * gdb.base/valgrind-disp-step.exp: New file.
10863
d4569d7b
PA
108642015-08-07 Pedro Alves <palves@redhat.com>
10865
10866 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10867 Delete function.
10868 (main): Add alarm. Run an infinite loop instead of calling
10869 wait_threads.
10870 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10871 comment.
10872 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10873 Delete function.
10874 (main): Add alarm. Run an infinite loop instead of calling
10875 wait_threads.
10876 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10877 comment.
10878
e1316e60
PA
108792015-08-07 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.base/checkpoint-ns.exp: New file.
10882 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10883 standard_testfile.
10884
da8c46d2
MM
108852015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10886
10887 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10888 * gdb.btrace/instruction_history.exp: Update.
10889 * gdb.btrace/tsx.exp: New.
10890 * gdb.btrace/tsx.c: New.
10891
de1c2c52
PA
108922015-08-06 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10895 increase timeout.
10896 * gdb.reverse/until-precsave.exp: Bump timeouts.
10897
782e0bf4
PA
108982015-08-06 Pedro Alves <palves@redhat.com>
10899
10900 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10901
83e97ed0
PA
109022015-08-06 Pedro Alves <palves@redhat.com>
10903
10904 PR gdb/18749
10905 * gdb.threads/process-dies-while-handling-bp.c: New file.
10906 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10907
863d01bd
PA
109082015-08-06 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10911 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10912
0a39bb32
PA
109132015-08-05 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10916 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10917
ee2d2b10
SL
109182015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10919
10920 * gdb.base/bp-permanent.exp: Report test as unsupported if
10921 the target cannot stop at the permanent breakpoint.
10922
4e1bdb00
DE
109232015-08-03 Doug Evans <dje@google.com>
10924
10925 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10926 10000.
10927
3d338901
DE
109282015-08-03 Doug Evans <dje@google.com>
10929
10930 * Makefile.in (workers/%.worker, build-perf): New rule.
10931 (GDB_PERFTEST_MODE): New variable.
10932 (check-perf): Use it.
10933 (clean): Clean up gdb.perf parallel build subdirs.
10934 * lib/build-piece.exp: New file.
10935 * lib/gdb.exp (make_gdb_parallel_path): New function
10936 (standard_output_file, standard_temp_file): Call it.
10937 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10938 of $GDB_PARALLEL.
10939 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10940
af061d3e
DE
109412015-08-03 Doug Evans <dje@google.com>
10942
8e1afc81 10943 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10944 (LOG_FILE_NAME): New global.
10945 (TextReporter.__init__): Initialize self.txt_sum.
10946 (TextReporter.report): Add support for multiple data-points.
10947 Move report to perftest.sum, put raw data in perftest.log.
10948 (TextReporter.start): Open sum and log files.
10949 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10950 * gdb.perf/lib/perftest/testresult.py
10951 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10952
2c8c5d37
PA
109532015-07-31 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10956 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10957 kill_wait_spawned_process instead of explicit "kill -9".
10958 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10959 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10960 kill_wait_spawned_process.
10961 * gdb.base/attach-twice.exp: Likewise.
10962 * gdb.base/attach.exp: Likewise.
10963 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10964 gdb_test_multiple.
10965 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10966 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10967 kill_wait_spawned_process.
10968 * gdb.base/valgrind-infcall.exp: Likewise.
10969 * gdb.multi/multi-attach.exp: Likewise.
10970 * gdb.python/py-prompt.exp: Likewise.
10971 * gdb.python/py-sync-interp.exp: Likewise.
10972 * gdb.server/ext-attach.exp: Likewise.
10973 * gdb.threads/attach-into-signal.exp (corefunc): Use
10974 spawn_wait_for_attach, spawn_id_get_pid and
10975 kill_wait_spawned_process.
10976 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10977 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10978 spawn_id_get_pid and kill_wait_spawned_process.
10979 * gdb.threads/attach-stopped.exp (corefunc): Use
10980 spawn_wait_for_attach, spawn_id_get_pid and
10981 kill_wait_spawned_process.
10982 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10983 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10984 kill_wait_spawned_process instead of explicit "kill -9".
10985 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10986 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10987 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10988 processes. Don't map cygwin/windows pids here. Now returns a
10989 spawn id list.
10990
032a0fca
SL
109912015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10992
10993 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10994 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10995 correct patch.
10996
61a934ca
SL
109972015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10998
10999 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11000
4bc4d428
SL
110012015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11002
11003 Reapply:
11004 2014-05-21 Mark Wielaard <mjw@redhat.com>
11005
11006 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11007
998d452a
PA
110082015-07-30 Pedro Alves <palves@redhat.com>
11009
11010 * linux-low.c (handle_extended_wait): Set the child's last
11011 reported status to TARGET_WAITKIND_STOPPED.
11012
69dde7dc
PA
110132015-07-30 Pedro Alves <palves@redhat.com>
11014
11015 PR threads/18600
11016 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11017 only shows inferior 1.
11018
4dd63d48
PA
110192015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11020 Pedro Alves <palves@redhat.com>
11021
11022 PR threads/18600
11023 * gdb.threads/fork-plus-threads.c: New file.
11024 * gdb.threads/fork-plus-threads.exp: New file.
11025
d618e4c5
PP
110262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11027
11028 * gdb.base/batch-preserve-term-settings.exp
11029 (test_terminal_settings_preserved_after_cli_exit): Use
11030 send_quit_command.
11031
1eef6428
PA
110322015-07-29 Pedro Alves <palves@redhat.com>
11033 Don Breazeal <donb@codesourcery.com>
11034
11035 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11036 output from both inferior_spawn_id and gdb_spawn_id.
11037
7da5b897
SDJ
110382015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11039
11040 * gdb.threads/attach-into-signal.exp (corefunc): Use
11041 with_test_prefix on nested loops, uniquefying the test messages.
11042
dac804df
SDJ
110432015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11044
11045 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11046 commit.
11047
06265e53
PP
110482015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11049
11050 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11051 New proc.
11052 (test_terminal_settings_preserved_after_sigterm): New test.
11053
18206ca3
PP
110542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11055
11056 * gdb.base/batch-preserve-term-settings.exp
11057 (test_terminal_settings_preserved_after_cli_exit): New test.
11058
90074d11
PP
110592015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11060
11061 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11062 manipulation of saved_gdbflags.
11063 (test_terminal_settings_preserved): Remove global declaration of
11064 the unused variable pagination_prompt. Remove manipulation of
11065 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11066 GDBFLAGS.
11067
eb1a7902
PA
110682015-07-29 Pedro Alves <palves@redhat.com>
11069
11070 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11071
8b75dd3b
PA
110722015-07-29 Pedro Alves <palves@redhat.com>
11073
11074 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11075 at the top.
11076
dedad4e3
PA
110772015-07-29 Pedro Alves <palves@redhat.com>
11078
11079 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11080 (main): Call gdb_unbuffer_output.
11081 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11082 (main): Call gdb_unbuffer_output.
11083 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11084 (main): Call gdb_unbuffer_output.
11085 * gdb.base/call-strs.exp: Adjust to step over the
11086 gdb_unbuffer_output call.
11087 * gdb.base/catch-gdb-caused-signals.c: Include
11088 "../lib/unbuffer_output.c".
11089 (main): Call gdb_unbuffer_output.
11090 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11091 (main): Call gdb_unbuffer_output.
11092 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11093 (main): Call gdb_unbuffer_output.
11094 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11095 (main): Call gdb_unbuffer_output.
11096 * gdb.base/shlib-call.exp: Adjust to step over the
11097 gdb_unbuffer_output call.
11098 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11099 (main): Call gdb_unbuffer_output.
11100 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11101 (main): Call gdb_unbuffer_output.
11102 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11103 (main): Rename to ...
11104 (test): ... this.
11105 (main): Reimplement.
11106 * gdb.base/varargs.exp: Run to test instead of to main.
11107 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11108 (main): Call gdb_unbuffer_output.
11109
58789a91
PA
111102015-07-29 Pedro Alves <palves@redhat.com>
11111
11112 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11113 factore out from mi_continue_dprintf. For call-style dprintfs,
11114 expect dprintf output out of $inferior_spawn_id.
11115 (mi_continue_dprintf): Use mi_expect_dprintf.
11116 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11117 (main): Call gdb_unbuffer_output.
11118
e8376742
PA
111192015-07-29 Pedro Alves <palves@redhat.com>
11120
11121 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11122 (default_mi_gdb_start): Set inferior_spawn_id instead of
11123 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11124 gdb_spawn_id.
11125 (mi_gdb_test): Always expect inferior output from both
11126 $inferior_spawn_id and $gdb_spawn_id.
11127
08280010
PA
111282015-07-29 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11131 send_inferior and $inferior_spawn_id.
11132
4d30e432
PA
111332015-07-29 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.gdb/complaints.exp (test_initial_complaints)
11136 (test_serial_complaints, test_short_complaints): Use
11137 gdb_test_stdio.
11138 (test_empty_complaint): Handle $inferior_spawn_id !=
11139 $gdb_spawn_id.
11140
0d30a335
PA
111412015-07-29 Pedro Alves <palves@redhat.com>
11142
11143 * gdb.base/varargs.exp: Use gdb_test_stdio.
11144
39413b29
PA
111452015-07-29 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11148
7cb000a9
PA
111492015-07-29 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11152
d7b8ac82
PA
111532015-07-29 Pedro Alves <palves@redhat.com>
11154
11155 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11156 parameter into two new parameters, "inf_result" and "gdb_result".
11157 Expect inferior output and gdb output from $inferior_spawn_id and
11158 $gdb_spawn_id, respectively. Adjust all callers.
11159
789c3a0c
PA
111602015-07-29 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11163 of gdb_test_sequence.
11164
77e760c3
PA
111652015-07-29 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11168 (saw_spurious_output): Expect inferior output from
11169 $inferior_spawn_id. Use gdb_test_stdio.
11170
8396d2cd
PA
111712015-07-29 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.base/dprintf.exp: Use standard_testfile. Change
11174 prepare_for_testing call.
11175 (srcfile): Don't set.
11176 (restart): New procedure.
11177 (test_dprintf): New procecure, use to continue over dprintfs.
11178 (test_call, test_agent): New procedures, tests moved here.
11179 Restart gdb and recreate dprintfs. Adjust expected output.
11180
2051d61f
PA
111812015-07-29 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11184
452397af
PA
111852015-07-29 Pedro Alves <palves@redhat.com>
11186
11187 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11188
8aed9555
PA
111892015-07-29 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11192 gdb_test_stdio.
11193
188a61b4
PA
111942015-07-29 Pedro Alves <palves@redhat.com>
11195
11196 * lib/gdb.exp (gdb_test_stdio): New procedure.
11197
12264a45
PA
111982015-07-29 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11201
23ffc893
PA
112022015-07-29 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/call-signal-resume.exp: Remove check for
11205 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11206 * gdb.base/unwindonsignal.exp: Likewise.
11207 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11208 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11209
65566918
PA
112102015-07-29 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/siginfo-addr.c (pass): New function.
11213 (handler): Call it iff si_addr is correct.
11214 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11215 Set a breakpoint at "pass" and continue to it.
11216
d60a9221
SDJ
112172015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11218
11219 * gdb.python/py-objfile.exp: Make some tests have unique names.
11220 * gdb.python/py-pp-registration.exp: Likewise.
11221
bde40b8f
PA
112222015-07-28 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11225
13e1dec8
SM
112262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11227
11228 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11229
da33c9a7
SM
112302015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11231
11232 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11233
077836f7
PP
112342015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11235
11236 * gdb.base/gdb-sigterm-2.exp: New test.
11237
b8cc7b2e
DE
112382015-07-25 Doug Evans <xdje42@gmail.com>
11239
11240 Revert:
11241 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11242 (workers/%.worker, build-perf): New rule.
11243 (GDB_PERFTEST_MODE): New variable.
11244 (check-perf): Use it.
11245 (clean): Clean up gdb.perf parallel build subdirs.
11246 * lib/build-piece.exp: New file.
11247 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11248 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11249 name.
11250 (standard_temp_file): Ditto.
11251 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11252 of $GDB_PARALLEL.
11253
c8bd4544
DE
112542015-07-24 Doug Evans <dje@google.com>
11255
11256 * gdb.perf/lib/perftest/utils.py: New file.
11257 * gdb.perf/gm-hello.cc: New file.
11258 * gdb.perf/gm-pervasive-typedef.cc: New file.
11259 * gdb.perf/gm-pervasive-typedef.h: New file.
11260 * gdb.perf/gm-std.cc: New file.
11261 * gdb.perf/gm-std.h: New file.
11262 * gdb.perf/gm-use-cerr.cc: New file.
11263 * gdb.perf/gm-utils.h: New file.
11264 * gdb.perf/gmonster-null-lookup.py: New file.
11265 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11266 * gdb.perf/gmonster-print-cerr.py: New file.
11267 * gdb.perf/gmonster-ptype-string.py: New file.
11268 * gdb.perf/gmonster-runto-main.py: New file.
11269 * gdb.perf/gmonster-select-file.py: New file.
11270 * gdb.perf/gmonster1-null-lookup.exp: New file.
11271 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11272 * gdb.perf/gmonster1-print-cerr.exp: New file.
11273 * gdb.perf/gmonster1-ptype-string.exp: New file.
11274 * gdb.perf/gmonster1-runto-main.exp: New file.
11275 * gdb.perf/gmonster1-select-file.exp: New file.
11276 * gdb.perf/gmonster1.cc: New file.
11277 * gdb.perf/gmonster1.exp: New file.
11278 * gdb.perf/gmonster2-null-lookup.exp: New file.
11279 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11280 * gdb.perf/gmonster2-print-cerr.exp: New file.
11281 * gdb.perf/gmonster2-ptype-string.exp: New file.
11282 * gdb.perf/gmonster2-runto-main.exp: New file.
11283 * gdb.perf/gmonster2-select-file.exp: New file.
11284 * gdb.perf/gmonster2.cc: New file.
11285 * gdb.perf/gmonster2.exp: New file.
11286
6eab34f3
DE
112872015-07-24 Doug Evans <dje@google.com>
11288
11289 * gdb.perf/README: New file.
11290 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11291 * lib/gen-perf-test.exp: New file.
11292
63738bfd
DE
112932015-07-24 Doug Evans <dje@google.com>
11294
11295 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11296 (PerfTest::startup): New function.
11297 (PerfTest::run): Return result of calling body.
11298 (PerfTest::assemble): Rewrite.
11299 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11300 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11301 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11302 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11303 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11304
7b606f95
DE
113052015-07-24 Doug Evans <dje@google.com>
11306
11307 * lib/gdb.exp (clean_restart): Make executable optional.
11308
a97b16b8
DE
113092015-07-24 Doug Evans <dje@google.com>
11310
11311 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11312 compiler_info references.
11313 * gdb.cp/temargs.exp: Ditto.
11314 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11315 (get_compiler_info): Early exit if already computed. Set compiler_info
11316 to "unknown" if there was a problem.
11317 (test_compiler_info): Add function comment. Call get_compiler_info.
11318
35baa57f
DE
113192015-07-24 Doug Evans <dje@google.com>
11320
11321 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11322 (workers/%.worker, build-perf): New rule.
11323 (GDB_PERFTEST_MODE): New variable.
11324 (check-perf): Use it.
11325 (clean): Clean up gdb.perf parallel build subdirs.
11326 * lib/build-piece.exp: New file.
11327 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11328 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11329 name.
11330 (standard_temp_file): Ditto.
11331 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11332 of $GDB_PARALLEL.
11333
6ebea266
DE
113342015-07-24 Doug Evans <dje@google.com>
11335
11336 * lib/future.exp (gdb_default_target_compile): New option
11337 "early_flags".
11338 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11339 --as-needed.
11340
1e76a7e9
SDJ
113412015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11342
11343 * gdb.base/catch-syscall.exp: Call gdb_exit before
11344 gdb_skip_xml_test.
11345
5068630a
PA
113462015-07-24 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.python/py-events.exp: Accept output between the stop event
11349 and the prompt.
11350 * gdb.python/py-evsignal.exp: Likewise.
11351 * gdb.python/py-evthreads.exp: Likewise.
11352
77598427
PA
113532015-07-24 Pedro Alves <palves@redhat.com>
11354
11355 PR gdb/18717
11356 * gdb.threads/non-ldr-exit.c: New file.
11357 * gdb.threads/non-ldr-exit.exp: New file.
11358
11e6c98f
YQ
113592015-07-24 Yao Qi <yao.qi@linaro.org>
11360
11361 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11362 restarting process.
11363
51aee833
YQ
113642015-07-24 Yao Qi <yao.qi@linaro.org>
11365
11366 * gdb.server/ext-restart.exp: New file.
11367
8cfe207c
YQ
113682015-07-24 Yao Qi <yao.qi@linaro.org>
11369
11370 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11371 argument options.
11372 * gdb.server/ext-wrapper.exp: New file.
11373
cc12ce38
DE
113742015-07-23 Doug Evans <dje@google.com>
11375
11376 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11377 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11378
d0d84780
PMR
113792015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11380
11381 * gdb.ada/var_arr_typedef.exp: New testcase.
11382 * gdb.ada/var_arr_typedef/pack.adb: New file.
11383 * gdb.ada/var_arr_typedef/pack.ads: New file.
11384 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11385
8b558f79
JB
113862015-07-20 Joel Brobecker <brobecker@adacore.com>
11387
11388 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11389
775a3298
JK
113902015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11391
11392 * gdb.arch/i386-biarch-core.exp: Replace istarget
11393 by "complete set gnutarget". Remove expectation for the "core-file"
11394 command.
11395
db1ff28b
JK
113962015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 Revert the previous commit:
11399 Tests for validate symbol file using build-id.
11400
0a94970d
JK
114012015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11402
11403 Tests for validate symbol file using build-id.
11404 * gdb.base/solib-mismatch-lib.c: New file.
11405 * gdb.base/solib-mismatch-libmod.c: New file.
11406 * gdb.base/solib-mismatch.c: New file.
11407 * gdb.base/solib-mismatch.exp: New file.
11408
03346981
SL
114092015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11410
11411 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11412 nios2-*-linux*.
11413 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11414 * gdb.base/siginfo.exp: Likewise.
11415 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11416
42422cc7
PL
114172015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11418
11419 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11420 Move it to ...
11421 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11422 ... here.
11423 * gdb.trace/range-stepping.exp: Check that the target supports
11424 range stepping.
11425
cfa68bae
JK
114262015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11427
11428 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11429
8ffdba26
PA
114302015-07-14 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.base/killed-outside.exp: New file.
11433 * gdb.base/killed-outside.c: New file.
11434
218a5a11
JK
114352015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11436
11437 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11438 (n at main): New.
11439 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11440
e03ed3c6
AA
114412015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11442
11443 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11444 infcall tests instead of setting up for KFAIL.
11445
485668e5
MM
114462015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11447
11448 * gdb.btrace/record_goto-step.exp: New.
11449
08464196
JK
114502015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11451
11452 PR compile/18484
11453 * gdb.compile/compile.c (struct struct_type): Add volatile to
11454 selffield's type.
11455 * gdb.compile/compile.exp
11456 (compile code struct_object.selffield = &struct_object): Skip further
11457 struct_object tests if this one xfails.
11458
bcf5c1d9
RC
114592015-07-08 Robert O'Callahan <robert@ocallahan.org>
11460
11461 PR exp/18617
11462 * gdb.trace/ax.exp: Add test.
11463
4931af25
YQ
114642015-07-07 Yao Qi <yao.qi@linaro.org>
11465
11466 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11467 instead of istarget "aarch64*-*-*".
11468 * gdb.arch/aarch64-fp.exp: Likewise.
11469 * gdb.base/float.exp: Likewise.
11470 * gdb.reverse/aarch64.exp: Likewise.
11471 * lib/gdb.exp (is_aarch64_target): New proc.
11472
9fcf688e
YQ
114732015-07-07 Yao Qi <yao.qi@linaro.org>
11474
11475 * lib/gdb.exp (is_aarch32_target): New proc.
11476 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11477 instead of "istarget "arm*-*-*"".
11478 * gdb.arch/arm-disp-step.exp: Likewise.
11479 * gdb.arch/thumb-bx-pc.exp: Likewise.
11480 * gdb.arch/thumb-prologue.exp: Likewise.
11481 * gdb.arch/thumb-singlestep.exp: Likewise.
11482 * gdb.base/disp-step-syscall.exp: Likewise.
11483 * gdb.base/float.exp: Likewise.
11484
fbd8d50d
YQ
114852015-07-07 Yao Qi <yao.qi@linaro.org>
11486
11487 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11488 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11489
71be1fdc
YQ
114902015-07-07 Yao Qi <yao.qi@linaro.org>
11491
11492 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11493 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11494 if it exists.
11495 * gdb.multi/multi-arch.exp: Likewise.
11496
3e221d36
SM
114972015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11498
11499 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11500 print.
11501
d441430b
YQ
115022015-07-07 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11505
06f810bd
MG
115062015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11507
11508 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11509 '[' and ']' characters.
11510
5e61e7c0
IB
115112015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11512
11513 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11514
28bf096c
PA
115152015-06-29 Pedro Alves <palves@redhat.com>
11516
11517 PR threads/18127
11518 * gdb.threads/hand-call-new-thread.c: New file.
11519 * gdb.threads/hand-call-new-thread.c: New file.
11520
ee93cd5e
KS
115212015-06-26 Keith Seitz <keiths@redhat.com>
11522 Doug Evans <dje@google.com>
11523
11524 PR 16253
11525 * gdb.cp/var-tag-2.cc: New file.
11526 * gdb.cp/var-tag-3.cc: New file.
11527 * gdb.cp/var-tag-4.cc: New file.
11528 * gdb.cp/var-tag.cc: New file.
11529 * gdb.cp/var-tag.exp: New file.
11530
fc637f04
PP
115312015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11532
11533 * gdb.base/history-duplicates.exp: New test.
11534
2e52ae68
PP
115352015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11536
11537 * gdb.base/completion.exp: Test the completion of the "focus"
11538 command.
11539
6e22494e
JK
115402015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11541
11542 * gdb.arch/amd64-prologue-skip.S: New file.
11543 * gdb.arch/amd64-prologue-skip.exp: New file.
11544
bf7b9cd9
SM
115452015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11546
11547 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11548 is_address_zero_readable check.
11549
201e8dfd
PB
115502015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11551
11552 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11553 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11554
5cd867b4
YQ
115552015-06-24 Yao Qi <yao.qi@linaro.org>
11556
11557 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11558 linux targets.
11559
4d7be007
YQ
115602015-06-24 Yao Qi <yao.qi@linaro.org>
11561
11562 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11563 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11564 * gdb.base/siginfo-thread.exp: Likewise.
11565
07fcd301
YQ
115662015-06-22 Yao Qi <yao.qi@linaro.org>
11567
11568 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11569
52042a00
YQ
115702015-06-22 Yao Qi <yao.qi@linaro.org>
11571
11572 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11573 aarch64*-*-*.
11574 (skip_hw_watchpoint_tests): Likewise.
11575
74bd41ce
PP
115762015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11577
11578 * gdb.base/gdbinit-history.exp: Test the interaction between
11579 setting GDBHISTSIZE and setting the history size via .gdbinit.
11580
bc460514
PP
115812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11582
11583 PR gdb/16999
11584 * gdb.base/gdbhistsize-history.exp: New test.
11585
b58c513b
PP
115862015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11587
11588 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11589 with GDBHISTSIZE.
11590 * gdb.base/readline.exp: Likewise.
11591
92046791
YQ
115922015-06-17 Yao Qi <yao.qi@linaro.org>
11593
11594 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11595 line.
11596
2093d2d3
PP
115972015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11598
11599 * gdb.base/gdbinit-history.exp: Add test case to check that
11600 an unlimited history file does not get truncated on exit.
11601
e6c693af
AA
116022015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11603
11604 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11605 (VECTOR): New macro. Use it...
11606 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11607 ...for these typedefs.
11608 (int8, char1, int1, double1): New typedefs.
11609 (struct just_int2, struct two_int2): New structures.
11610 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11611 (add_structvecs, add_singlevecs): New functions.
11612 (main): Call add_some_intvecs twice.
11613 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11614 the compile and exit upon failure. Try compiling for the "native"
11615 architecture. Test inferior function calls with vector arguments
11616 and vector return value handling with "finish" and "return".
11617
c74f7d1c
JT
116182015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11619
11620 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11621 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11622 PE file.
11623 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11624
98aa42ee
AT
116252015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11626
11627 PR breakpoints/16465
11628 * gdb.mi/mi-dprintf-pending.c: New file.
11629 * gdb.mi/mi-dprintf-pending.exp: New test.
11630 * gdb.mi/mi-dprintf-pendshr.c: New file.
11631
7d73c23c 116322015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11633 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11634
11635 * gdb.arch/i386-mpx-map.c: New file.
11636 * gdb.arch/i386-mpx-map.exp: New File.
11637
116382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11639
11640 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11641 * gdb.arch/i386-mpx.exp: Indentation fixed.
11642
116432015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11644
11645 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11646 function and improved indentation.
11647 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11648 gdb_test_multiple. Added additional tests to skip the test.
11649
116502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11651
11652 * gdb.arch/i386-avx512.c: Change path in include file.
11653 * gdb.arch/i386-avx512.exp: Change include dir path
11654 compilation flag.
11655 * gdb.arch/i386-mpx.c: Change path in include file.
11656 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11657 flag.
11658
d5eba19a
JK
116592015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * gdb.compile/compile-print.exp (compile print *vararray@3)
11662 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11663
7f361056
JK
116642015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11665
11666 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11667 (do not keep jit in memory): ... this.
11668 (expect 5): Change it to ...
11669 (expect no 5): ... this.
11670
3b462ec2
SM
116712015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11672
11673 PR gdb/15564
11674 * gdb.mi/mi-detach.exp: New file.
11675
e0619de6
JK
116762015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11677
11678 PR symtab/18392
11679 * gdb.arch/amd64-tailcall-self.S: New file.
11680 * gdb.arch/amd64-tailcall-self.c: New file.
11681 * gdb.arch/amd64-tailcall-self.exp: New file.
11682
e970cb34
DB
116832015-05-28 Don Breazeal <donb@codesourcery.com>
11684
11685 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11686 tests for remote targets by checking is_target_gdbserver.
11687
b2e2f908
DE
116882015-05-27 Doug Evans <dje@google.com>
11689
11690 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11691 * gdb.dwarf2/opaque-type-lookup.c: New file.
11692 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11693
82c7be31
DE
116942015-05-26 Doug Evans <dje@google.com>
11695
11696 * gdb.cp/iostream.cc: New file.
11697 * gdb.cp/iostream.exp: New file.
11698
b4f54984
DE
116992015-05-26 Doug Evans <dje@google.com>
11700
11701 * gdb.dwarf2/dw2-op-call.exp: Update.
11702 * gdb.dwarf2/dw4-sig-types.exp: Update.
11703 * gdb.dwarf2/implptr.exp: Update.
11704 * gdb.mi/mi-cmd-param-changed.exp: Update.
11705
4ea6efe9
DE
117062015-05-26 Doug Evans <dje@google.com>
11707
11708 * gdb.python/py-lazy-string.c: New file.
11709 * gdb.python/py-lazy-string.exp: New file.
11710 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11711 (main): Update. Add estring3.
11712 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11713 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11714
f6bb7db3
YQ
117152015-05-26 Omair Javaid <omair.javaid@linaro.org>
11716 Yao Qi <yao.qi@linaro.org>
11717
11718 * gdb.reverse/aarch64.c: New.
11719 * gdb.reverse/aarch64.exp: New.
11720
a81bfbd0
OJ
117212015-05-26 Omair Javaid <omair.javaid@linaro.org>
11722
25d49b86
PA
11723 * lib/gdb.exp (supports_process_record): Return true for
11724 aarch64*-linux*.
a81bfbd0
OJ
11725 (supports_reverse): Likewise.
11726
158bf1b4
PP
117272015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11728
11729 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11730 Use with_test_prefix.
11731
a0145030
AB
117322015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11733
11734 * gdb.base/completion.exp: Add test for completion of layout
11735 names.
11736
ebe3b578
AB
117372015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11738
11739 * lib/gdb.exp (skip_tui_tests): New proc.
11740 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11741
84204ed7
PA
117422015-05-19 Pedro Alves <palves@redhat.com>
11743
11744 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11745 Save the whole env array instead of just HOME. Unset HISTSIZE in
11746 the environment while testing. Restore whole environment
11747 afterwards.
11748
37442ce1
DE
117492015-05-16 Doug Evans <xdje42@gmail.com>
11750
11751 * gdb.guile/scm-ports.c: New file.
11752 * gdb.guile/scm-ports.exp: Add memory port tests.
11753
36de76f9
JK
117542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11755
11756 * gdb.compile/compile-print.c: New file.
11757 * gdb.compile/compile-print.exp: New file.
11758
3a9558c4
JK
117592015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11760
11761 * gdb.compile/compile-ops.exp: Cast param to void.
11762 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11763 (compile code struct_object.selffield = &struct_object): Add xfail.
11764
aa715135
JG
117652015-05-15 Joel Brobecker <brobecker@adacore.com>
11766
11767 * gdb.ada/arr_enum_with_gap: New testcase.
11768
931e5bc3
JG
117692015-05-15 Joel Brobecker <brobecker@adacore.com>
11770
11771 * gdb.ada/byte_packed_arr: New testcase.
11772
9cd4d857
JB
117732015-05-15 Joel Brobecker <brobecker@adacore.com>
11774
11775 * gdb.ada/pckd_neg: New testcase.
11776
ebfd00d2
PP
117772015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11778
11779 PR gdb/17820
11780 * gdb.base/gdbinit-history.exp: New test.
11781 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11782 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11783
4c082a81
SC
117842015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11785
11786 * gdb.python/py-xmethods.cc: Enhance test case.
11787 * gdb.python/py-xmethods.exp: New tests.
11788 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11789 function.
11790 (B_indexoper): Likewise.
11791 (global_dm_list) : Add new xmethod worker functions.
11792
f7797074
SDJ
117932015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11794
11795 * gdb.base/coredump-filter.exp: Correctly unset
11796 "coredump_var_addr" array.
11797
a4674e4e
PA
117982015-05-08 Pedro Alves <palves@redhat.com>
11799
11800 * gdb.server/non-existing-program.exp: Unset spawn_id.
11801
df2eb078
SC
118022015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11803
11804 PR python/18291
11805 * gdb.python/py-xmethods.exp: Add tests.
11806
422349a3
YQ
118072015-05-08 Yao Qi <yao.qi@linaro.org>
11808
11809 PR gdb/18208
11810 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11811 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11812 function set_coredump_filter, and remove remote_exec call.
11813 Remove argument ipid. Callers update.
11814 (top level): Don't get inferior's PID.
11815
63fc80ce
AA
118162015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11817
11818 * gdb.base/watch_thread_num.exp: Skip test on targets without
11819 access watchpoints.
11820
80ad801e
PA
118212015-05-06 Pedro Alves <palves@redhat.com>
11822
11823 PR server/18081
11824 * gdb.server/non-existing-program.exp: New file.
11825
0fa7fe50
JB
118262015-05-05 Joel Brobecker <brobecker@adacore.com>
11827
11828 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11829
3ea89b92
PMR
118302015-05-05 Joel Brobecker <brobecker@adacore.com>
11831
11832 * gdb.ada/out_of_line_in_inlined: New testcase.
11833
87b8eff0
JB
118342015-05-05 Joel Brobecker <brobecker@adacore.com>
11835
11836 * gdb.ada/var_rec_arr: New testcase.
11837
5fccc635
YQ
118382015-04-30 Yao Qi <yao.qi@linaro.org>
11839
11840 * gdb.base/break-idempotent.exp: If
11841 skip_hw_watchpoint_multi_tests returns true, skip the tests
11842 on "rwatch" and "awatch".
11843
42d38f42
YQ
118442015-04-30 Yao Qi <yao.qi@linaro.org>
11845
11846 * gdb.base/relativedebug.exp: Invoke gdb command
11847 "info sharedlibrary", and if libc.so doesn't have debug info,
11848 skip the test.
11849
2ce1cdbf
DE
118502015-04-29 Doug Evans <dje@google.com>
11851
11852 * gdb.python/py-xmethods.exp: Add ptype tests.
11853 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11854 get_result_type method.
11855
f24a38c5
LM
118562015-04-29 Luis Machado <lgustavo@codesourcery.com>
11857
11858 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11859 the target does not support hardware watchpoints.
11860
ecbf2b3c
LM
118612015-04-29 Luis Machado <lgustavo@codesourcery.com>
11862
11863 * gdb.base/break-always.exp: Abort testing if writing to memory
11864 causes an error.
11865
34f5f757
DE
118662015-04-28 Doug Evans <dje@google.com>
11867
11868 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11869 * gdb.python/py-pp-registration.exp: ... here. New file.
11870 * gdb.python/py-pp-registration.c: New file.
11871 * gdb.python/py-pp-registration.py: New file.
11872
69b4374a
DE
118732015-04-28 Doug Evans <dje@google.com>
11874
11875 * gdb.python/py-bad-printers.c: New file.
11876 * gdb.python/py-bad-printers.py: New file.
11877 * gdb.python/py-bad-printers.exp: New file.
11878
59fb7612
SS
118792015-04-28 Sasha Smundak <asmundak@google.com>
11880
11881 * gdb.python/py-type.exp: New test.
11882
2631b16a
AW
118832015-04-28 Andy Wingo <wingo@igalia.com>
11884
11885 * gdb.python/py-parameter.exp:
11886 * gdb.guile/scm-parameter.exp: Escape the path that we are
11887 matching against, as it might contain characters that are special
11888 to regular expressions.
11889
460efde1
JB
118902015-04-27 Joel Brobecker <brobecker@adacore.com>
11891
11892 * gdb.ada/rec_comp: New testcase.
11893
2d369d8e
SDJ
118942015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11895
11896 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11897 before using it.
11898
cf75d6c3
AB
118992015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11900
11901 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11902 new tests for verilog output.
11903
8dbe7ca5
YQ
119042015-04-24 Yao Qi <yao.qi@linaro.org>
11905
11906 * boards/remote-gdbserver-on-localhost.exp: New file.
11907
4ef9fb2f
PA
119082015-04-23 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11911 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11912 "end of file", remove $inferior_spawn_id from the indirect list.
11913
0a803169
PA
119142015-04-23 Pedro Alves <palves@redhat.com>
11915
11916 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11917
749ef8f8
PA
119182015-04-23 Pedro Alves <palves@redhat.com>
11919
11920 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11921 on $any_spawn_id instead of only on $gdb_spawn_id.
11922
8aae4344
PM
119232015-04-21 Pierre Muller <muller@sourceware.org>
11924
11925 PR pascal/17815
11926 * lib/pascal.exp (gpc_compile): Add new option "class".
11927 (fpc_compile): Likewise.
11928 * gdb.pascal/case-insensitive-symbols.pas: New file.
11929 * gdb.pascal/case-insensitive-symbols.exp: New file.
11930
1586c8fb
GB
119312015-04-20 Gary Benson <gbenson@redhat.com>
11932
11933 * gdb.base/attach.exp: Fix three extended remote failures.
11934
1b6e6f5c
GB
119352015-04-17 Gary Benson <gbenson@redhat.com>
11936
11937 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11938 the main executable over the remote protocol.
11939
e797481d
PA
119402015-04-16 Pedro Alves <palves@redhat.com>
11941
11942 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11943 a new gdbserver if gdbserver_reconnect_p is set.
11944
1ca99c42
PA
119452015-04-16 Pedro Alves <palves@redhat.com>
11946
11947 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11948 is set, don't exit gdbserver.
11949
af9fd6f8
AA
119502015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11951
11952 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11953 appropriate .insn, such that an older assembler can be used.
11954 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11955 the z/Architecture instruction set on 31-bit targets as well.
11956
04ff1e61
AA
119572015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11958
11959 * gdb.go/handcall.exp: Remove all logic related to the first
11960 breakpoint and rely on go_runto_main instead.
11961 * gdb.go/strings.exp: Likewise.
11962 * gdb.go/unsafe.exp: Likewise.
11963 * gdb.go/hello.exp: Likewise. Also rename the remaining
11964 breakpoint marker to "breakpoint 1".
11965 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11966 * gdb.go/strings.go: Likewise.
11967 * gdb.go/unsafe.go: Likewise.
11968 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11969 "set breakpoint 2 here" and rename the remaining breakpoint marker
11970 to "breakpoint 1".
11971
40d2f8d6
SM
119722015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11975 if itertools.imap is not present.
11976 * gdb.python/py-objfile.exp: Add parentheses.
11977 * gdb.python/py-type.exp: Same.
11978 * gdb.python/py-unwind-maint.py: Same.
11979
8cbc97c6
YQ
119802015-04-15 Yao Qi <yao.qi@linaro.org>
11981
11982 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11983 of ":$ptr_size" and set its form explicitly.
11984
45fd756c
YQ
119852015-04-15 Pedro Alves <palves@redhat.com>
11986 Yao Qi <yao.qi@linaro.org>
11987
11988 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11989 timeout by factor of 4.
11990 (test_regular_watch): Likewise.
11991 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11992 * gdb.reverse/sigall-reverse.exp: Likewise.
11993 * gdb.reverse/until-precsave.exp: Likewise.
11994 * lib/gdb.exp (with_timeout_factor): New proc.
11995 (gdb_expect): Move some code to ...
11996 (get_largest_timeout): ... here. New procedure.
11997
9e811bc3
LM
119982015-04-14 Luis Machado <lgustavo@codesourcery.com>
11999
12000 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12001
0ff6fcb2
LM
120022015-04-13 Luis Machado <lgustavo@codesourcery.com>
12003
12004 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12005 to write to the .text section.
12006
7578d5f7
LM
120072015-04-13 Luis Machado <lgustavo@codesourcery.com>
12008
12009 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12010 Handle the case of targets that do not provide PID information.
12011
2efe15c4
YQ
120122015-04-13 Yao Qi <yao.qi@linaro.org>
12013
12014 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12015 and use expect instead of gdb_expect.
12016
8cd8f2f8
SDJ
120172015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12018
12019 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12020 "coredump_var_addr" to avoid naming conflict with other testcases.
12021
9ee41772
PA
120222015-04-10 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12025 gdb_test_sequence and gdb_assert.
12026
07473109
PA
120272015-04-10 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12030 test messages that don't include the breakpoint address.
12031
de3db44c
YQ
120322015-04-10 Yao Qi <yao.qi@linaro.org>
12033
12034 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12035 false for some offset and width combinations which aren't
12036 supported by linux kernel.
12037
c79d856c
PA
120382015-04-10 Pedro Alves <palves@redhat.com>
12039
12040 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12041 procedure, factored out from ...
12042 (top level): ... here. Add "set displaced-stepping" testing axis.
12043 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12044 parameter "displaced". Use it.
12045 (top level): Use foreach and add "set displaced-stepping" testing
12046 axis.
12047
ebc90b50
PA
120482015-04-10 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12051 Remove comment.
12052 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12053 both the address of the instruction that triggers the watchpoint
12054 and the address of the instruction immediately after, and use
12055 those addresses for the test. Fix comment.
12056
8f572e5c
PA
120572015-04-10 Pedro Alves <palves@redhat.com>
12058
12059 * gdb.base/sigstep.exp (breakpoint_to_handler)
12060 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12061 Test "backtrace" in handler.
12062 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12063 (top level): Add new "displaced" test axis to
12064 breakpoint_to_handler, breakpoint_to_handler_entry and
12065 breakpoint_over_handler.
12066
8d707a12
PA
120672015-04-10 Pedro Alves <palves@redhat.com>
12068
12069 PR gdb/18216
12070 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12071
ef713951
YQ
120722015-04-10 Yao Qi <yao.qi@linaro.org>
12073
12074 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12075 (test_add_rn_pc): New function.
12076 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12077 (top level): Invoke test_add_rn_pc.
12078
906d60cf
PA
120792015-04-10 Pedro Alves <palves@redhat.com>
12080
12081 PR gdb/13858
12082 * gdb.base/step-over-no-symbols.exp: New file.
12083
f2983cc3
AW
120842015-04-09 Andy Wingo <wingo@igalia.com>
12085
12086 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12087 after the Python tests.
12088
6d62641c
SDJ
120892015-04-08 Keith Seitz <keiths@redhat.com>
12090
12091 PR python/16699
12092 * gdb.python/py-completion.exp: New tests for completion.
12093 * gdb.python/py-completion.py (CompleteLimit1): New class.
12094 (CompleteLimit2): Likewise.
12095 (CompleteLimit3): Likewise.
12096 (CompleteLimit4): Likewise.
12097 (CompleteLimit5): Likewise.
12098 (CompleteLimit6): Likewise.
12099 (CompleteLimit7): Likewise.
12100
f3770638
PA
121012015-04-08 Pedro Alves <palves@redhat.com>
12102
12103 PR gdb/18214
12104 PR gdb/18216
12105 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12106 function.
12107 (main): Install it as SIGUSR1 handler.
12108 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12109 parameter. Always use "setup" as prefix. Toggle "set
12110 displaced-stepping" off/on depending on global. Don't switch to
12111 thread 1 here.
12112 (top level): Add displaced stepping "off/on" test axis. Update
12113 "setup" calls. Wrap each subtest with with_test_prefix. Test
12114 continuing with a queued signal in each thread.
12115
4496bed7
PA
121162015-04-08 Pedro Alves <palves@redhat.com>
12117
12118 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12119 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12120 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12121 Return early if running to main fails.
12122 * gdb.trace/while-stepping.exp: Likewise.
12123
b97fde92
PA
121242015-04-07 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12127 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12128 interact with inferior program.
12129
f71c18e7
PA
121302015-04-07 Pedro Alves <palves@redhat.com>
12131
12132 * lib/gdb.exp (inferior_spawn_id): New global.
12133 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12134 spawn id after processing the user code.
12135 (default_gdb_start): Set inferior_spawn_id.
12136 (send_inferior): New procedure.
12137 * lib/gdbserver-support.exp (gdbserver_start): Set
12138 inferior_spawn_id.
12139 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12140
6423214f
PA
121412015-04-07 Pedro Alves <palves@redhat.com>
12142
12143 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12144 * lib/gdbserver-support.exp (gdbserver_start): Make
12145 $server_spawn_id global.
12146 (gdbserver_start): Don't wait for gdbserver's spawn id with
12147 expect_background.
12148 (close_gdbserver): New procedure.
12149 (gdb_exit): Rename the default version and reimplement.
12150
71c0ee8c
PA
121512015-04-07 Pedro Alves <palves@redhat.com>
12152
72f4393d 12153 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12154 append the substituted item, not the original item.
12155
203bc29b
PA
121562015-04-07 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12159 gdb_expect.
12160
508a3ddf
PA
121612015-04-07 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12164 output appearing once only.
12165
9f6dbe2b
PA
121662015-04-07 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12169 that doesn't expect anything. Return early if running to main
12170 fails.
12171
337532fa
YQ
121722015-04-07 Yao Qi <yao.qi@linaro.org>
12173
12174 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12175 (child_function): Call alarm.
12176 (main): Move call to alarm into the loop.
12177 * gdb.threads/non-stop-fair-events.exp: Build program with
12178 -DTIMEOUT=$timeout.
12179
01b622d4
DE
121802015-04-06 Doug Evans <xdje42@gmail.com>
12181
12182 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12183 Fix dest parameter to board_info.
12184 (fpc_compile): Ditto.
12185 (gdb_compile_pascal): Rename dest arg to destfile.
12186
961f4160
PMR
121872015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12188
12189 * gdb.ada/funcall_ref.exp: New file.
12190 * gdb.ada/funcall_ref/foo.adb: New file.
12191
cafda597
YQ
121922015-04-02 Yao Qi <yao.qi@linaro.org>
12193
12194 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12195 is remote.
12196
fed040c6
GB
121972015-04-02 Gary Benson <gbenson@redhat.com>
12198
12199 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12200
d11916aa
SS
122012015-04-01 Sasha Smundak <asmundak@google.com>
12202
12203 * gdb.python/py-unwind-maint.c: New file.
12204 * gdb.python/py-unwind-maint.exp: New test.
12205 * gdb.python/py-unwind-maint.py: New file.
12206 * gdb.python/py-unwind.c: New file.
12207 * gdb.python/py-unwind.exp: New test.
12208 * gdb.python/py-unwind.py: New test.
12209
a1471180
PA
122102015-04-01 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12213 to fail instead of non-existent $test.
12214
0bbeccb1
PA
122152015-04-01 Pedro Alves <palves@redhat.com>
12216
12217 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12218 GDBFLAGS if not empty.
12219
3c724c8c
PMR
122202015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12221
12222 * gdb.ada/complete.exp: Remove "multi_line".
12223 * gdb.ada/info_exc.exp: Remove "multi_line".
12224 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12225 * gdb.ada/ptype_field.exp: Remove "multi_line".
12226 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12227 * gdb.ada/tagged.exp: Remove "multi_line".
12228 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12229 [multi_line ...]
12230 * gdb.btrace/delta.exp: Likewise.
12231 * gdb.btrace/exception.exp: Likewise.
12232 * gdb.btrace/function_call_history.exp: Likewise.
12233 * gdb.btrace/instruction_history.exp: Likewise.
12234 * gdb.btrace/nohist.exp: Likewise.
12235 * gdb.btrace/record_goto.exp: Likewise.
12236 * gdb.btrace/segv.exp: Likewise.
12237 * gdb.btrace/stepi.exp: Likewise.
12238 * gdb.btrace/tailcall.exp: Likewise.
12239 * gdb.btrace/unknown_functions.exp: Likewise.
12240 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12241 * lib/gdb.exp: Add the "multi_line" helper.
12242
4eec2deb
PA
122432015-04-01 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.threads/tid-reuse.c: New file.
12246 * gdb.threads/tid-reuse.exp: New file.
12247
df8411da
SDJ
122482015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12249
12250 PR corefiles/16092
12251 * gdb.base/coredump-filter.c: New file.
12252 * gdb.base/coredump-filter.exp: Likewise.
12253
6ef37366
PM
122542015-03-27 Petr Machata <pmachata@redhat.com>
12255
12256 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12257 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12258 (Dwarf::assemble): Initialize them.
12259 (Dwarf::lines): New function.
12260
7ec911b0
JT
122612015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12262
12263 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12264 SYMBOL_PREFIX for x86_64-*-cygwin.
12265
ff908ebf
AW
122662015-03-26 Andy Wingo <wingo@igalia.com>
12267
12268 PR symtab/18148
12269 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12270 const_value but not a location.
12271 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12272 location defined in non-main CUs are visible.
12273
6d5f0679
YQ
122742015-03-26 Yao Qi <yao.qi@linaro.org>
12275
12276 PR testsuite/18139
12277 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12278 Add a line number entry for the same line.
12279 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12280 Add a line number entry for the same line.
12281
2898689b
YQ
122822015-03-26 Yao Qi <yao.qi@linaro.org>
12283
12284 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12285 .int 0.
12286 (func): Likewise. Add .Lfunc_1 label.
12287 Use .Lfunc_1 label.
12288 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12289 .int 0.
12290 (func): Likewise.
12291 Use .Lfunc_1 label.
12292
85180498
YQ
122932015-03-26 Yao Qi <yao.qi@linaro.org>
12294
12295 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12296 Call gdb_compile instead to compile each .s files without debug
12297 information.
12298
8aa08a8d
YQ
122992015-03-26 Yao Qi <yao.qi@linaro.org>
12300
12301 * gdb.base/savedregs.exp (process_saved_regs): Make
12302 "Saved registers:" optional in the pattern.
12303
66849923
MM
123042015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12305
12306 * gdb.btrace/next.exp: Merged into step.exp.
12307 * gdb.btrace/finish.exp: Merged into step.exp.
12308 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12309 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12310 "record goto" and checking the exact replay position.
12311 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12312 check for "Recording format" in "info record" output.
12313 * gdb.btrace/record_goto.exp: Choose test file based on target.
12314 * gdb.btrace/x86-record_goto.S: Renamed into ...
12315 * gdb.btrace/x86_64-record_goto.S: ... this.
12316 * gdb.btrace/i686-record_goto.S: New.
12317 * gdb.btrace/x86-tailcall.S: Renamed into ...
12318 * gdb.btrace/x86_64-tailcall.S: ... this.
12319 * gdb.btrace/i686-tailcall.S: New.
12320 * gdb.btrace/x86-tailcall.c: Renamed into ...
12321 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12322 separate statements. Update test.
12323 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12324 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12325 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12326 * gdb.btrace/tailcall.exp: Choose test file based on target.
12327 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12328
11cc1b74
MM
123292015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12330
12331 * gdb.btrace/exception.exp: Increase BTS buffer size.
12332
a25d8bf9
PA
123332015-03-24 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12336
856e7dd6
PA
123372015-03-24 Pedro Alves <palves@redhat.com>
12338
12339 * gdb.threads/schedlock.exp (test_step): No longer expect that
12340 "set scheduler-locking step" with "next" over a function call runs
12341 threads unlocked.
12342
ad235a41
AT
123432015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12344
12345 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12346
15630549
AT
123472015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12348
12349 PR breakpoints/16466
12350 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12351 * gdb.mi/mi-pending.c (thread_func): New function.
12352 (int main): Add threading support required.
12353 * gdb.mi/mi-pending.exp: Add tests for this issue.
12354 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12355 (pendfunc2): Remove stdio dependency.
12356 * gdb.mi/mi-pendshr2.c: New file.
12357
693dca06
KS
123582015-03-23 Keith Seitz <keiths@redhat.com>
12359
12360 * gdb.linespec/keywords.c: New file.
12361 * gdb.linespec/keywords.exp: New file.
12362
7e993ebf
KS
123632015-03-23 Keith Seitz <keiths@redhat.com>
12364
12365 PR gdb/18021
12366 * gdb.dwarf2/staticvirtual.exp: New test.
12367
bc23328c
JK
123682015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12369
12370 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12371 * README: Remove HP-UX and gdb.hp.
12372 (configuration):
12373 * configure: Regenerate.
12374 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12375 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12376 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12377 gdb.hp/gdb.defects/Makefile.
12378 * gdb.hp/Makefile.in: File deleted.
12379 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12380 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12381 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12382 * gdb.hp/gdb.aCC/run.c: File deleted.
12383 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12384 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12385 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12386 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12387 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12388 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12389 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12390 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12391 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12392 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12393 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12394 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12395 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12396 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12397 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12398 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12399 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12400 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12401 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12402 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12403 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12404 * gdb.hp/gdb.compat/average.c: File deleted.
12405 * gdb.hp/gdb.compat/sum.c: File deleted.
12406 * gdb.hp/gdb.compat/xdb.c: File deleted.
12407 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12408 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12409 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12410 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12411 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12412 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12413 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12414 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12415 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12416 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12417 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12418 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12419 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12420 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12421 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12422 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12423 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12424 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12425 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12426 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12427 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12428 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12429 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12430 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12431 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12432 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12433 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12434 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12435 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12436 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12437 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12438 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12439 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12440 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12441 * gdb.hp/tools/odump: File deleted.
12442
8bf3b159
PA
124432015-03-19 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12446 (saw_thread_3): New globals.
12447 (top level): Increment them when an event for the corresponding
12448 thread is seen.
12449 (no thread starvation): New test.
12450
eb54c8bf
PA
124512015-03-19 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.threads/continue-pending-status.c: New file.
12454 * gdb.threads/continue-pending-status.exp: New file.
12455
32d2e5d6
PA
124562015-03-18 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12459 Use gdb_is_target_remote instead of is_remote. Use
12460 gdb_test_multiple instead of gdb_expect. Exit early if
12461 gdb_test_multiple hits its internal matches. Tighten stepi tests
12462 expected output. Fail on exit with any signal, instead of just
12463 SIGILL.
12464
f68f11b7
YQ
124652015-03-18 Yao Qi <yao.qi@linaro.org>
12466
12467 PR tdep/18107
12468 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12469 variable.
12470 * gdb.base/catch-syscall.exp: Don't skip it on
12471 aarch64*-*-linux* target. Remove elements in all_syscalls.
12472 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12473 target.
12474 (setup_all_syscalls): New proc.
12475
ca5fd19b
YQ
124762015-03-16 Yao Qi <yao.qi@linaro.org>
12477
12478 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12479 (top level): Skip tests if valid_addr_p returns false for
12480 $cmd1 or $cmd2.
12481
85642ba0
AW
124822015-03-11 Andy Wingo <wingo@igalia.com>
12483
12484 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12485
e03f9645
YQ
124862015-03-11 Yao Qi <yao.qi@linaro.org>
12487
12488 * gdb.base/catch-syscall.exp: Fix typo in comments.
12489
5d0962b2
YQ
124902015-03-11 Yao Qi <yao.qi@linaro.org>
12491
12492 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12493
b2df3cef
PA
124942015-03-09 Pedro Alves <palves@redhat.com>
12495
12496 * dg-extract-results.py: Delete.
12497
ef878e53
PA
124982015-03-09 Pedro Alves <palves@redhat.com>
12499
12500 Merge dg-extract-results.sh from GCC upstream (r218843).
12501
12502 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12503 * dg-extract-results.sh: Use --text with grep to avoid issues with
12504 binary files. Fall back to cat -v, if that doesn't work.
12505
9494d219
PA
125062015-03-05 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12509
a8d9763a
SM
125102015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12511
12512 * lib/mi-support.exp (mi_expect_interrupt): Accept
12513 alternative event for when in all-stop mode.
12514
be9957b8
PA
125152015-03-04 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12518
d57be0f4 125192015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12520
12521 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12522
c214c7cf
AA
125232015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12524
12525 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12526 regexps for GDB's current line display, accept a hex address
12527 preceding the line number.
12528
6d74a497
AA
125292015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12530
12531 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12532 the 'arch1' variable for "s390*-linux*" targets.
12533
511aee7c
PA
125342015-03-04 Pedro Alves <palves@redhat.com>
12535
12536 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12537 (main): Pass missing retval argument to pthread_join call.
12538
95e50b27
PA
125392015-03-02 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12542 (top level): Call do_test with non-stop as well.
12543
28054d69
PA
125442015-03-02 Pedro Alves <palves@redhat.com>
12545
12546 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12547 -1.
12548
4fa5d7b4
AA
125492015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12550
12551 * gdb.arch/s390-vregs.exp: New test.
12552 * gdb.arch/s390-vregs.S: New file.
12553
97c18565
PA
125542015-02-27 Pedro Alves <palves@redhat.com>
12555
12556 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12557 call to catch_command_errors.
12558 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12559 catch_command_errors.
12560
a37bfa30
PA
125612015-02-27 Pedro Alves <palves@redhat.com>
12562
12563 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12564 "true" for boolean result.
12565 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12566 prototype of main.
12567
6f98576f
PA
125682015-02-27 Pedro Alves <palves@redhat.com>
12569
12570 * lib/unbuffer_output.c: New file.
12571 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12572 (main): Call gdb_unbuffer_output.
12573
eba5ab56
YQ
125742015-02-27 Yao Qi <yao.qi@linaro.org>
12575
12576 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12577 target.
12578
0def5aaa
DE
125792015-02-26 Doug Evans <dje@google.com>
12580
12581 * gdb.cp/class2.cc (Dbase, D): New classes.
12582 (main): New local delta.
12583 * gdb.cp/class2.exp: Test printing delta.
12584 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12585 (dynbar): New global.
12586 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12587
081a1c2c
JK
125882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12589
12590 * gdb.compile/compile-ifunc.c: New file.
12591 * gdb.compile/compile-ifunc.exp: New file.
12592
2f41223f
AT
125932015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12594
12595 * gdb.base/structs.exp: Check for correct struct on finish.
12596
03eddd80
YQ
125972015-02-26 Yao Qi <yao.qi@linaro.org>
12598
12599 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12600 is zero.
12601
80c57053
JK
126022015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12603
12604 * gdb.arch/cordic.ko.bz2: New file.
12605 * gdb.arch/cordic.ko.debug.bz2: New file.
12606 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12607
21613c12
YQ
126082015-02-25 Yao Qi <yao.qi@linaro.org>
12609
12610 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12611 aarch64*-*-* target.
12612
d8b901ed
PA
126132015-02-23 Pedro Alves <palves@redhat.com>
12614
12615 * lib/gdb.exp (delete_breakpoints): Rewrite using
12616 gdb_test_multiple.
12617
e5b85ead
PA
126182015-02-23 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.base/info-os.c: Include stdlib.h.
12621
85c3a371
DE
126222015-02-22 Doug Evans <xdje42@gmail.com>
12623
12624 PR symtab/17855
12625 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12626 is read after symbols have been re-read.
12627 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12628 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12629
96553a0c
DE
126302015-02-21 Doug Evans <dje@google.com>
12631
12632 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12633
97a0c697
JK
126342015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12635
12636 PR corefiles/17808
12637 * gdb.arch/i386-biarch-core.core.bz2: New file.
12638 * gdb.arch/i386-biarch-core.exp: New file.
12639
a47cd6e9
PA
126402015-02-21 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12643 runto_main fails.
12644
c5facdc4
PA
126452015-02-20 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12648 info probes.
12649
2db9a427
PA
126502015-02-20 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12653
60fb7e9e
PA
126542015-02-20 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12657 clean_restart before gdb_target_supports_trace.
12658
5c5019c2
PA
126592015-02-20 Pedro Alves <palves@redhat.com>
12660
12661 PR threads/18006
12662 * gdb.threads/clone-thread_db.c: New file.
12663 * gdb.threads/clone-thread_db.exp: New file.
12664
c9587f88
AT
126652015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12666
12667 PR breakpoints/16812
12668 * gdb.base/catch-gdb-caused-signals.c: New file.
12669 * gdb.base/catch-gdb-caused-signals.exp: New file.
12670
f6a88844
JM
126712015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12672
12673 * configure: Regenerated.
12674 * configure.ac: Use GDB_AC_TRANSFORM.
12675 * aclocal.m4: sinclude ../transform.m4.
12676
497c491b
JM
126772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12678
12679 * lib/dtrace.exp: New file.
12680 * gdb.base/dtrace-probe.exp: Likewise.
12681 * gdb.base/dtrace-probe.d: Likewise.
12682 * gdb.base/dtrace-probe.c: Likewise.
12683 * lib/pdtrace.in: Likewise.
12684 * configure.ac: Output variables with the transformed names of
12685 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12686 * configure: Regenerated.
12687
03e98035
JM
126882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12689
12690 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12691 expected message when trying to access $_probe_* convenience
12692 variables while not on a probe.
12693
63cc30e9
JK
126942015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12695
12696 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12697
0703599a
PA
126982015-02-11 Pedro Alves <pedro@codesourcery.com>
12699
12700 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12701 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12702
7e60a48e
DE
127032015-02-10 Doug Evans <xdje42@gmail.com>
12704
12705 * lib/gdb.exp (gdb_load): Always return a result.
12706
01b088bc
PA
127072015-02-10 Pedro Alves <palves@redhat.com>
12708
12709 * gdb.threads/signal-sigtrap.c: New file.
12710 * gdb.threads/signal-sigtrap.exp: New file.
12711
b05ec7a5
AT
127122015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12713
12714 * gdb.trace/no-attach-trace.c: New file.
12715 * gdb.trace/no-attach-trace.exp: New file.
12716
a2c2acaf
MW
127172015-02-09 Mark Wielaard <mjw@redhat.com>
12718
12719 * gdb.dwarf2/atomic.c: New file.
12720 * gdb.dwarf2/atomic-type.exp: Likewise.
12721
31fd9caa
MM
127222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12723
12724 * gdb.btrace/buffer-size.exp: Update "info record" output.
12725 * gdb.btrace/delta.exp: Update "info record" output.
12726 * gdb.btrace/enable.exp: Update "info record" output.
12727 * gdb.btrace/finish.exp: Update "info record" output.
12728 * gdb.btrace/instruction_history.exp: Update "info record" output.
12729 * gdb.btrace/next.exp: Update "info record" output.
12730 * gdb.btrace/nexti.exp: Update "info record" output.
12731 * gdb.btrace/step.exp: Update "info record" output.
12732 * gdb.btrace/stepi.exp: Update "info record" output.
12733 * gdb.btrace/nohist.exp: Update "info record" output.
12734
d33501a5
MM
127352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12736
12737 * gdb.btrace/buffer-size: New.
12738
f4abbc16
MM
127392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12740
12741 * gdb.btrace/delta.exp: Update "info record" output.
12742 * gdb.btrace/enable.exp: Update "info record" output.
12743 * gdb.btrace/finish.exp: Update "info record" output.
12744 * gdb.btrace/instruction_history.exp: Update "info record" output.
12745 * gdb.btrace/next.exp: Update "info record" output.
12746 * gdb.btrace/nexti.exp: Update "info record" output.
12747 * gdb.btrace/step.exp: Update "info record" output.
12748 * gdb.btrace/stepi.exp: Update "info record" output.
12749 * gdb.btrace/nohist.exp: Update "info record" output.
12750
b9d61307
SM
127512015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12752
12753 PR gdb/15678
12754 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12755
e584fdbc
PA
127562015-02-06 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12759 macro.
12760 (seconds_left, again): New globals.
12761 (main): Wait seconds_left in a 1-second sleep loop instead of
12762 sleeping 180 seconds. If 'again' is set, reset the seconds
12763 counter.
12764 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12765 'again' in the inferior before detaching. Print the seconds left.
12766 (options): New global.
12767 (top level): Build program with -DTIMEOUT=$timeout.
12768
77f41761
PA
127692015-02-06 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12772 determine how many seconds to pass to 'alarm'.
12773 * gdb.base/gdb-sigterm.exp (top level): Build program with
12774 -DTIMEOUT=$timeout.
12775 (do_test): Return success/failure indication. Add more verbose
12776 logging. Don't fail if 200 single steps are seen. Instead, fail
12777 when the test times out.
12778 (passes): New global.
12779 (top level): Break the testing loop if testing fails on any
12780 iteration. Use gdb_assert.
12781
b9394193
DB
127822015-02-04 Don Breazeal <donb@codesourcery.com>
12783
12784 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12785 and initialize them.
12786 (ipc_cleanup): New function.
12787 (main): Don't declare shmid, semid, and msqid. Add a call to
12788 atexit so that we call ipc_cleanup on exit.
12789
42d9e528
PA
127902015-02-04 Pedro Alves <palves@redhat.com>
12791
12792 * boards/native-extended-gdbserver.exp: Remove any target variant
12793 specifications from the board name before clearing the isremote
12794 flag from board_info.
12795
ae6ae975
DE
127962015-01-31 Doug Evans <xdje42@gmail.com>
12797
12798 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12799
cfb069a8
GB
128002015-01-31 Gary Benson <gbenson@redhat.com>
12801
12802 * gdb.base/completion.exp: Disable completion limiting for
12803 existing tests. Add new tests to check completion limiting.
12804 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12805
5dd31d79
DE
128062015-01-31 Doug Evans <xdje42@gmail.com>
12807
12808 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12809
9f050062
DE
128102015-01-31 Doug Evans <xdje42@gmail.com>
12811
12812 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12813 entries. Duplicate file section script entries.
12814 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12815 inlined entries. Add test for safe-path rejection.
12816 * gdb.python/py-section-script.c: Add duplicate inlined section script
12817 entries. Duplicate file section script entries.
12818 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12819 inlined entries. Add test for safe-path rejection.
12820
df25ebbd
JB
128212015-01-29 Joel Brobecker <brobecker@adacore.com>
12822
12823 * gdb.ada/disc_arr_bound: New testcase.
12824
4a0ca9ec
JB
128252015-01-29 Joel Brobecker <brobecker@adacore.com>
12826
12827 * gdb.ada/mi_var_array: New testcase.
12828
3a8b707a
DE
128292015-01-27 Doug Evans <dje@google.com>
12830
12831 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12832 Add test for objfile.filename, objfile.username after objfile
12833 has been unloaded.
12834
f8313f6e
JB
128352015-01-26 Joel Brobecker <brobecker@adacore.com>
12836
12837 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12838 the second test to print the name attribute of value
12839 returned by the call to gdb.lookup_type, and adjust
12840 the expected output accordingly.
12841
37bc665e
MW
128422015-01-25 Mark Wielaard <mjw@redhat.com>
12843
12844 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12845 * gdb.base/disp-step-fork.c: Include unistd.h.
12846 * gdb.base/siginfo-obj.c: Include stdio.h.
12847 * gdb.base/siginfo-thread.c: Likewise.
12848 * gdb.mi/non-stop.c: Include unistd.h.
12849 * gdb.mi/nsthrexec.c: Include stdio.h.
12850 * gdb.mi/pthreads.c: Include unistd.h.
12851 * gdb.modula2/unbounded1.c (main): Declare returns int.
12852 * gdb.reverse/consecutive-reverse.c: Likewise.
12853 * gdb.threads/create-fail.c: Include unistd.h.
12854 * gdb.threads/killed.c: Likewise.
12855 * gdb.threads/linux-dp.c: Likewise.
12856 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12857 * gdb.threads/non-ldr-exc-2.c: Likewise.
12858 * gdb.threads/non-ldr-exc-3.c: Likewise.
12859 * gdb.threads/non-ldr-exc-4.c: Likewise.
12860 * gdb.threads/pthreads.c: Include unistd.h.
12861 (main): Declare returns int.
12862 * gdb.threads/tls-main.c (foo): New declaration.
12863 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12864
f7e5394d
SM
128652015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12866
12867 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12868 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12869
743649fd
MW
128702015-01-15 Mark Wielaard <mjw@redhat.com>
12871
12872 * gdb.base/noreturn-return.c: New file.
12873 * gdb.base/noreturn-return.exp: New file.
12874 * gdb.base/noreturn-finish.c: New file.
12875 * gdb.base/noreturn-finish.exp: New file.
12876
198297aa
PA
128772015-01-23 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.threads/continue-pending-after-query.c: New file.
12880 * gdb.threads/continue-pending-after-query.exp: New file.
12881
717cf30c
AG
128822015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12883 Simon Marchi <simon.marchi@ericsson.com>
12884
12885 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12886 * gdb.base/valgrind-db-attach.exp: Same.
12887 * gdb.base/valgrind-infcall.exp: Same.
12888 * lib/mi-support.exp (default_mi_gdb_start): Same.
12889 * lib/prompt.exp (default_prompt_gdb_start): Same.
12890 * lib/gdb.exp (default_gdb_spawn): Same.
12891 (gdb_interact): New.
12892
12893
4b62a76e
JK
128942015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12895
12896 * gdb.compile/compile.exp (pointer to jit function): New test.
12897
b4cdae6f
WW
128982015-01-17 Wei-cheng Wang <cole945@gmail.com>
12899
12900 * lib/gdb.exp (supports_process_record): Return true for
12901 powerpc*-*-linux*.
12902 (supports_reverse): Likewise.
12903
d221e7ef
DB
129042015-01-15 Don Breazeal <donb@codesourcery.com>
12905
12906 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12907 instead of checking whether the target board is remote and
12908 use spawn_wait_for_attach instead of exec/sleep.
12909 * gdb.base/attach-twice.exp: Likewise.
12910
bafffb51
JB
129112015-01-15 Joel Brobecker <brobecker@adacore.com>
12912
12913 * gdb.ada/var_arr_attrs: New testcase.
12914
5589af0e
PA
129152015-01-14 Pedro Alves <palves@redhat.com>
12916 Joel Brobecker <brobecker@adacore.com>
12917
12918 PR gdb/17525
12919 * gdb.base/bp-cmds-execution-x-script.c: New file.
12920 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12921 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12922
6c400b59
PA
129232015-01-14 Pedro Alves <palves@redhat.com>
12924
12925 PR cli/17828
12926 * gdb.base/batch-preserve-term-settings.c: New file.
12927 * gdb.base/batch-preserve-term-settings.exp: New file.
12928
e02c96a7
DE
129292015-01-13 Doug Evans <dje@google.com>
12930
12931 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12932 binary.
12933
576fd14c
JB
129342015-01-13 Joel Brobecker <brobecker@adacore.com>
12935
12936 * Makefile.in (clean mostlyclean): Do not delete *.py.
12937
04dccad0
JB
129382015-01-13 Joel Brobecker <brobecker@adacore.com>
12939
12940 * gdb.python/py-lookup-type.exp: New file.
12941
3d230f71
PA
129422015-01-12 Pedro Alves <palves@redhat.com>
12943
12944 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12945 restore GDBFLAGS before returning.
12946
7e67715d
JK
129472015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12948
12949 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12950 is_amd64_regs_target and is_x86_like_target.
12951
f2e0d4b4
DE
129522015-01-11 Doug Evans <xdje42@gmail.com>
12953
12954 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12955 is given without an explicit form.
12956 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12957 attributes.
12958 * gdb.dwarf/corrupt.exp: Ditto.
12959 * gdb.dwarf2/enum-type.exp: Ditto.
12960 * gdb.trace/entry-values.exp: Ditto.
12961 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12962
439250fb
DE
129632015-01-11 Doug Evans <xdje42@gmail.com>
12964
12965 PR gdb/15830
12966 * gdb.base/maint.exp: Remove references to "maint demangle".
12967 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12968 Add tests for explicitly specifying language to demangle.
12969 * gdb.dlang/demangle.exp: Ditto.
12970
ede9f622
PA
129712015-01-09 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.threads/non-stop-fair-events.c: New file.
12974 * gdb.threads/non-stop-fair-events.exp: New file.
12975
a7b796db
PA
129762015-01-09 Pedro Alves <palves@redhat.com>
12977
12978 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12979 the global scope. Set a breakpoint after all threads are started
12980 rather than stepping over two source lines. Expect the prompt.
12981 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12982 global.
12983 (NUM): Now 15.
12984 (main): Use threads_started_barrier to wait for all threads to
12985 start. Main thread no longer calls thread_function. Exit after
12986 180 seconds.
12987 (loop): New function.
12988 (thread_function): Wait on threads_started_barrier barrier. Call
12989 'loop' at each iteration.
12990 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12991 threads have started, instead of hardcoding number of "next"
12992 steps. Use an access watchpoint instead of a write watchpoint.
12993
9665ffdd
PA
129942015-01-09 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12997 (thread_func): Wait on barrier.
12998 (main): Wait for all threads to start before stopping GDB.
12999 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13000 global.
13001 (thread1_func, thread2_func): Wait on barrier.
13002 (main): Wait for all threads to start before stopping GDB.
13003 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13004 New global.
13005 (thread1_func, thread2_func): Wait on barrier.
13006 (main): Wait for all threads to start before stopping GDB.
13007
c945a99f
PA
130082015-01-09 Pedro Alves <palves@redhat.com>
13009
13010 * gdb.threads/attach-many-short-lived-threads.c: New file.
13011 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13012
c1a747c1
PA
130132014-01-09 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13016 instead of to thread 2.
13017 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13018 Add barrier around each pthread_create call instead of around all
13019 calls.
13020 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13021 Set a break on thread_function and have the child threads hit it
13022 one at at a time.
13023
60b3033e
PA
130242015-01-09 Pedro Alves <palves@redhat.com>
13025
13026 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13027 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13028 false.
13029 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13030 checking whether the target board is remote.
13031 * gdb.multi/multi-attach.exp: Likewise.
13032 * gdb.python/py-sync-interp.exp: Likewise.
13033 * gdb.server/ext-attach.exp: Likewise.
13034 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13035 tests that need to attach, instead of checking whether the target
13036 board is remote at the top of the file.
13037
acc018ac
YQ
130382015-01-08 Yao Qi <yao@codesourcery.com>
13039
13040 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13041
50a18af8
JK
130422015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13043
13044 Fix testcase compilation.
13045 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13046
8503d6e1
JB
130472015-01-06 Joel Brobecker <brobecker@adacore.com>
13048
13049 * gdb.python/py-type.exp: Add a couple test about empty
13050 array creation, and negative-length array creation.
13051
cc73dbcc
DE
130522015-01-02 Doug Evans <xdje42@gmail.com>
13053
13054 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13055
0300bbc7
DE
130562015-01-02 Doug Evans <dje@google.com>
13057
13058 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13059
9d85a0ec
YQ
130602014-12-29 Yao Qi <yao@codesourcery.com>
13061
13062 * gdb.trace/entry-values.exp: Update comments. Rename variable
13063 bar_call_foo to returned_from_foo.
13064
87186c6a
MMN
130652014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13066
13067 PR gdb/17394
13068 * gdb.linespec/break-asm-file.c: New file.
13069 * gdb.linespec/break-asm-file.exp: New file.
13070 * gdb.linespec/break-asm-file0.s: New file.
13071 * gdb.linespec/break-asm-file1.s: New file.
13072
1bab7383
YQ
130732014-12-18 Nigel Stephens <nigel@mips.com>
13074 Maciej W. Rozycki <macro@codesourcery.com>
13075
13076 * gdb.base/float.exp: Handle the new output from "info float" on
13077 MIPS targets.
13078
1bc1068a
JK
130792014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13080
13081 Fix MinGW compilation.
13082 * gdb.compile/compile-ops.exp: Update untested message if
13083 !skip_compile_feature_tests.
13084 * gdb.compile/compile-setjmp.exp: Likewise.
13085 * gdb.compile/compile-tls.exp: Likewise.
13086 * gdb.compile/compile.exp: Likewise.
13087 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13088 supported on this host".
13089
b6615d10
DE
130902014-12-16 Doug Evans <xdje42@gmail.com>
13091
13092 * boards/stabs.exp: New file.
13093
25dda427
AA
130942014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13095
13096 * gdb.base/completion.exp: Adjust to format changes of "maint
13097 print user-registers".
13098
bf330350
CU
130992014-12-16 Catalin Udma <catalin.udma@freescale.com>
13100
13101 PR server/17457
13102 * gdb.arch/aarch64-fp.c: New file.
13103 * gdb.arch/aarch64-fp.exp: New file.
13104
395cf596
SDJ
131052014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13106
13107 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13108 r210637, r210913, r211666, r215400, r215817).
13109
13110 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13111 * dg-extract-results.py: New file.
13112 * dg-extract-results.sh: Use it if the environment seems
13113 suitable.
13114
13115 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13116
13117 * dg-extract-results.py (parse_run): Handle warnings that
13118 are printed before a test harness is run.
13119
13120 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13121
13122 * dg-extract-results.py (Named): Remove __cmp__ method.
13123 (output_variation): Use a key to sort variation.harnesses.
13124
13125 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13126
13127 * dg-extract-results.py: For Python 3, force sys.stdout to
13128 handle surrogate escape sequences.
13129 (safe_open): New function.
13130 (output_segment, main): Use it.
13131
13132 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13133
13134 * dg-extract-results.py (Prog.result_re): Include options
13135 in test name.
13136
13137 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13138
13139 * dg-extract-results.py (output_variation): Always sort if
13140 do_sum.
13141
e882ef3c
SM
131422014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13143
13144 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13145 as long as we get pagination notifications.
13146
4992aa20
JM
131472014-12-15 Jason Merrill <jason@redhat.com>
13148
13149 * Makefile.in (check-gdb.%): Restore.
13150 * README: Mention it.
13151
c1b5a1a6
JB
131522014-12-13 Joel Brobecker <brobecker@adacore.com>
13153
13154 * gdb.ada/str_uninit: New testcase.
13155
5537b577
JK
131562014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 PR symtab/17642
13159 * gdb.base/vla-stub-define.c: New file.
13160 * gdb.base/vla-stub.c: New file.
13161 * gdb.base/vla-stub.exp: New file.
13162
bb2ec1b3
TT
131632014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13164 Jan Kratochvil <jan.kratochvil@redhat.com>
13165 Tom Tromey <tromey@redhat.com>
13166
13167 * configure.ac: Add gdb.compile/.
13168 * configure: Regenerate.
13169 * gdb.compile/Makefile.in: New file.
13170 * gdb.compile/compile-ops.exp: New file.
13171 * gdb.compile/compile-ops.c: New file.
13172 * gdb.compile/compile-tls.c: New file.
13173 * gdb.compile/compile-tls.exp: New file.
13174 * gdb.compile/compile-constvar.S: New file.
13175 * gdb.compile/compile-constvar.c: New file.
13176 * gdb.compile/compile-mod.c: New file.
13177 * gdb.compile/compile-nodebug.c: New file.
13178 * gdb.compile/compile-setjmp-mod.c: New file.
13179 * gdb.compile/compile-setjmp.c: New file.
13180 * gdb.compile/compile-setjmp.exp: New file.
13181 * gdb.compile/compile-shlib.c: New file.
13182 * gdb.compile/compile.c: New file.
13183 * gdb.compile/compile.exp: New file.
13184 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13185
4ff709eb
TT
131862014-12-12 Tom Tromey <tromey@redhat.com>
13187
13188 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13189 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13190
6dddd6a5
DE
131912014-12-12 Doug Evans <dje@google.com>
13192
13193 * lib/gdb-python.exp (get_python_valueof): New function.
13194 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13195
71c24708
AA
131962014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13197
13198 * gdb.base/completion.exp: Add test for completion of "info
13199 registers ".
13200
3e29f34a
MR
132012014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13202
13203 * gdb.base/func-ptrs.c: New file.
13204 * gdb.base/func-ptrs.exp: New file.
13205
fc126975
SM
132062014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13207
13208 PR breakpoints/17012
13209 * gdb.base/dprintf-detach.c: New file.
13210 * gdb.base/dprintf-detach.exp: New file.
13211
0a46d518
SM
132122014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13213
13214 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13215 * lib/gdb.exp (target_is_gdbserver): New procedure.
13216
a0be3e44
DE
132172014-12-08 Doug Evans <dje@google.com>
13218
13219 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13220
df1b803a
YQ
132212014-12-05 Yao Qi <yao@codesourcery.com>
13222
13223 * gdb.guile/scm-error.exp: Remove the third argument to
13224 gdb_remote_download.
13225 * gdb.guile/scm-frame-args.exp: Likewise.
13226 * gdb.guile/scm-section-script.exp: Likewise.
13227
ddb9f679
YQ
132282014-12-05 Yao Qi <yao@codesourcery.com>
13229
13230 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13231
86e4ed39
DE
132322014-12-04 Doug Evans <dje@google.com>
13233
13234 * gdb.python/py-objfile.exp: Add tests for
13235 objfile.add_separate_debug_file.
13236
7c50a931
DE
132372014-12-04 Doug Evans <dje@google.com>
13238
13239 * lib/gdb.exp (get_build_id): New function.
13240 (build_id_debug_filename_get): Rewrite to use it.
13241 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13242
621661e3
MR
132432014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13244
13245 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13246 `method(long)', not just 0x0.
13247 * gdb.cp/nsalias.exp: Align code labels to 4.
13248 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13249 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13250 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13251 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13252 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13253 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13254
29f0c3b7
DE
132552014-12-02 Doug Evans <dje@google.com>
13256
e1e061e7 13257 PR symtab/17602
29f0c3b7 13258 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13259 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13260 * gdb.cp/anon-ns.exp: Update.
13261
162078c8
NB
132622014-12-02 Nick Bull <nicholaspbull@gmail.com>
13263
13264 * gdb.python/py-events.py (inferior_call_handler): New.
13265 (register_changed_handler, memory_changed_handler): New.
13266 (test_events.invoke): Register new handlers.
13267 * gdb.python/py-events.exp: Add tests for inferior call,
13268 memory_changed and register_changed events.
13269
fdb09caf
AA
132702014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13271
13272 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13273 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13274 if the linker doesn't understand this.
13275
55cfb2c4
SM
132762014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 * gdb.python/python.exp: Change expected reply to help().
13279
9e8cd6df
YQ
132802014-12-01 Yao Qi <yao@codesourcery.com>
13281
13282 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13283 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13284 * configure: Re-generated.
13285
6c659fc2
SC
132862014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13287
13288 * gdb.cp/chained-calls.cc: New file.
13289 * gdb.cp/chained-calls.exp: New file.
13290 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13291
d7fc3181
SM
132922014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13293
13294 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13295 * gdb.dwarf2/symtab-producer.exp: Same.
13296 * gdb.gdb/python-interrupts.exp: Same.
13297 * gdb.gdb/python-selftest.exp: Same.
13298 * gdb.python/py-linetable.exp: Same.
13299 * gdb.python/py-type.exp: Same.
13300 * gdb.python/py-value-cc.exp: Same.
13301 * gdb.python/py-value.exp: Same.
13302
10e79639
YQ
133032014-11-28 Yao Qi <yao@codesourcery.com>
13304
13305 * gdb.base/break-probes.exp: Match library name prefixed with
13306 sysroot.
13307
f28a0564
SM
133082014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13309
13310 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13311 test expected output. Add parentheses for the call to print.
13312 Remove L suffix from integers.
13313
3fe1ce1d
DE
133142014-11-26 Doug Evans <dje@google.com>
13315
13316 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13317
84429e27
YQ
133182014-11-22 Yao Qi <yao@codesourcery.com>
13319
13320 * gdb.trace/entry-values.c: Remove asms.
13321 (foo): Add foo_label.
13322 (bar): Add bar_label.
13323 * gdb.trace/entry-values.exp: Remove code computing foo's
13324 length and bar's length.
13325 (Dwarf::assemble): Invoke function_range for bar and use
13326 MACRO_AT_func for foo.
13327
26741859
YQ
133282014-11-22 Yao Qi <yao@codesourcery.com>
13329
13330 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13331 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13332 Use .Lgcc43_procstart instead of gcc43.
13333
45e44d27
JB
133342014-11-21 Joel Brobecker <brobecker@adacore.com>
13335
13336 * gdb.ada/n_arr_bound: New testcase.
13337
458c8db8
SDJ
133382014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13339
13340 PR breakpoints/10737
13341 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13342 test_catch_syscall_multi_arch.
13343 (test_catch_syscall_multi_arch): New function.
13344
43f3e411
DE
133452014-11-20 Doug Evans <xdje42@gmail.com>
13346
13347 * gdb.base/maint.exp: Update expected output.
13348
0d7b2549
AA
133492014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13350
13351 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13352 4-byte instruction on S390.
13353
8908fca5
JB
133542014-11-19 Joel Brobecker <brobecker@adacore.com>
13355
13356 * gdb.ada/arr_arr: New testcase.
13357
4a46959e
JB
133582014-11-19 Joel Brobecker <brobecker@adacore.com>
13359
13360 * gdb.ada/pkd_arr_elem: New Testcase.
13361
470e2f4e
LM
133622014-11-18 Luis Machado <lgustavo@codesourcery.com>
13363
13364 * gdb.reverse/break-precsave: Expect completion message for
13365 core file reads.
13366 * gdb.reverse/consecutive-precsave.exp: Likewise.
13367 * gdb.reverse/finish-precsave.exp: Likewise.
13368 * gdb.reverse/i386-precsave.exp: Likewise.
13369 * gdb.reverse/machinestate-precsave.exp: Likewise.
13370 * gdb.reverse/sigall-precsave.exp: Likewise.
13371 * gdb.reverse/solib-precsave.exp: Likewise.
13372 * gdb.reverse/step-precsave.exp: Likewise.
13373 * gdb.reverse/until-precsave.exp: Likewise.
13374 * gdb.reverse/watch-precsave.exp: Likewise.
13375
a267f3ad
AA
133762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13377
13378 * gdb.base/bp-permanent.c: Include unistd.h.
13379 * gdb.python/py-framefilter-mi.c (main): Add return type.
13380 * gdb.python/py-framefilter.c (main): Likewise.
13381 * gdb.trace/actions-changed.c (main): Likewise.
13382
12084a9a
AA
133832014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13384
13385 * gdb.mi/until.c: Add eye-catchers.
13386 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13387 line numbers.
13388
dc7e1a77
AA
133892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13390
13391 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13392 function header variants in break1.c.
13393 * gdb.base/ena-dis-br.exp: Likewise.
13394 * gdb.base/hbreak2.exp: Likewise.
13395 * gdb.reverse/until-precsave.exp: Drop references to removed
13396 non-prototype function header variants in ur1.c.
13397 * gdb.reverse/until-reverse.exp: Likewise.
13398
41c77605
PM
133992014-11-17 Petr Machata <pmachata@redhat.com>
13400
13401 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13402 ${_cu_offset_size} bytes abbrev offset.
13403
34248c3a
DE
134042014-11-15 Doug Evans <xdje42@gmail.com>
13405
13406 PR symtab/17559
13407 * gdb.base/line-symtabs.exp: New file.
13408 * gdb.base/line-symtabs.c: New file.
13409 * gdb.base/line-symtabs.h: New file.
13410
646da059
YQ
134112014-11-14 Yao Qi <yao@codesourcery.com>
13412
13413 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13414 (func): Add label func_label.
13415 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13416 Replace low_pc and high_pc with MACRO_AT_range.
13417 Replace name, low_pc and high_pc with MACRO_AT_func.
13418
9301ebe6
YQ
134192014-11-14 Yao Qi <yao@codesourcery.com>
13420
13421 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13422 Replace name, low_pc and high_pc with MACRO_AT_func.
13423
f166b542
YQ
134242014-11-14 Yao Qi <yao@codesourcery.com>
13425
13426 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13427 produce debug information.
13428 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13429
0f6e71e3
YQ
134302014-11-14 Yao Qi <yao@codesourcery.com>
13431
13432 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13433 object and get function length.
13434 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13435 with MACRO_AT_func.
13436 (top-level): Replace gdb_compile and clean_restart with
13437 prepare_for_testing.
13438 * gdb.dwarf2/main.c (main): Add label main_label.
13439
876c4df9
YQ
134402014-11-14 Yao Qi <yao@codesourcery.com>
13441
13442 * lib/dwarf.exp (function_range): New procedure.
13443 (Dwarf::_handle_macro_at_func): New procedure.
13444 (Dwarf::_handle_macro_at_range): New procedure.
13445 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13446
02ad9cf1
YQ
134472014-11-14 Yao Qi <yao@codesourcery.com>
13448
13449 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13450 (_handle_attribute): New procedure.
13451
a59add0c
AA
134522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13453
13454 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13455 * gdb.base/call-sc.c (zed): Likewise.
13456 * gdb.base/checkpoint.c (main): Likewise.
13457 * gdb.base/dump.c (main): Likewise.
13458 * gdb.base/gcore.c (main): Likewise.
13459 * gdb.base/huge.c (main): Likewise.
13460 * gdb.base/multi-forks.c (main): Likewise.
13461 * gdb.base/pr10179-a.c (main): Likewise.
13462 * gdb.base/savedregs.c (main): Likewise.
13463 * gdb.base/sigaltstack.c (main): Likewise.
13464 * gdb.base/siginfo.c (main): Likewise.
13465 * gdb.base/structs.c (zed): Likewise.
13466 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13467 * gdb.mi/mi-syn-frame.c (main): Likewise.
13468 * gdb.mi/until.c (foo, main): Likewise.
13469 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13470 * gdb.base/solib-weak.c (foo): Declare.
13471 * gdb.base/attach-twice.c: Include stdio.h.
13472 * gdb.base/weaklib1.c: Likewise.
13473 * gdb.base/weaklib2.c: Likewise.
13474 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13475 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13476 unistd.h.
13477 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13478 * gdb.mi/mi-exit-code.c: Likewise.
13479 * gdb.base/break-interp-lib.c: Include string.h.
13480 * gdb.base/coremaker.c: Likewise.
13481 * gdb.base/testenv.c: Likewise.
13482 * gdb.python/py-finish-breakpoint.c: Likewise.
13483 * gdb.base/inferior-died.c: Include sys/wait.h.
13484 * gdb.base/fileio.c: Include time.h.
13485 * gdb.base/async-shell.c: Include unistd.h.
13486 * gdb.base/dprintf-non-stop.c: Likewise.
13487 * gdb.base/info-os.c: Likewise.
13488 * gdb.mi/mi-console.c: Likewise.
13489 * gdb.mi/watch-nonstop.c: Likewise.
13490 * gdb.python/py-events.c: Likewise.
13491 * gdb.base/async.c (baz): Move up before its invocation.
13492 * gdb.base/code_elim2.c (my_global_func): Likewise.
13493 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13494 * gdb.base/advance.c (func2): Likewise.
13495
3b5d5997
AA
134962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13497
13498 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13499 variant.
13500 * gdb.base/annota3.c: Likewise.
13501 * gdb.base/async.c: Likewise.
13502 * gdb.base/average.c: Likewise.
13503 * gdb.base/call-ar-st.c: Likewise.
13504 * gdb.base/call-rt-st.c: Likewise.
13505 * gdb.base/call-sc.c: Likewise.
13506 * gdb.base/call-strs.c: Likewise.
13507 * gdb.base/ending-run.c: Likewise.
13508 * gdb.base/execd-prog.c: Likewise.
13509 * gdb.base/exprs.c: Likewise.
13510 * gdb.base/foll-exec.c: Likewise.
13511 * gdb.base/foll-fork.c: Likewise.
13512 * gdb.base/foll-vfork.c: Likewise.
13513 * gdb.base/funcargs.c: Likewise.
13514 * gdb.base/gcore.c: Likewise.
13515 * gdb.base/jump.c: Likewise.
13516 * gdb.base/langs0.c: Likewise.
13517 * gdb.base/langs1.c: Likewise.
13518 * gdb.base/langs2.c: Likewise.
13519 * gdb.base/mips_pro.c: Likewise.
13520 * gdb.base/nodebug.c: Likewise.
13521 * gdb.base/opaque0.c: Likewise.
13522 * gdb.base/opaque1.c: Likewise.
13523 * gdb.base/recurse.c: Likewise.
13524 * gdb.base/run.c: Likewise.
13525 * gdb.base/scope0.c: Likewise.
13526 * gdb.base/scope1.c: Likewise.
13527 * gdb.base/setshow.c: Likewise.
13528 * gdb.base/setvar.c: Likewise.
13529 * gdb.base/shmain.c: Likewise.
13530 * gdb.base/shr1.c: Likewise.
13531 * gdb.base/shr2.c: Likewise.
13532 * gdb.base/sigall.c: Likewise.
13533 * gdb.base/signals.c: Likewise.
13534 * gdb.base/so-indr-cl.c: Likewise.
13535 * gdb.base/solib2.c: Likewise.
13536 * gdb.base/structs.c: Likewise.
13537 * gdb.base/sum.c: Likewise.
13538 * gdb.base/vforked-prog.c: Likewise.
13539 * gdb.base/watchpoint.c: Likewise.
13540 * gdb.reverse/shr2.c: Likewise.
13541 * gdb.reverse/until-reverse.c: Likewise.
13542 * gdb.reverse/ur1.c: Likewise.
13543 * gdb.reverse/watch-reverse.c: Likewise.
13544
066a77c5
AA
135452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13546
13547 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13548 variant.
13549 * gdb.base/sepdebug.exp: Drop references to removed code.
13550
4f204ea5
AA
135512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13552
13553 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13554 variant. Preserve original line numbering.
13555 * gdb.base/list1.c: Likewise.
13556
3b377a3a
AA
135572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13558
13559 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13560 variant.
13561 * gdb.base/break1.c: Likewise.
13562 * gdb.base/break.exp: Drop references to removed code.
13563
e444df73
AA
135642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13565
13566 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13567 variant.
13568
8008f2a7
AA
135692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13570
13571 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13572
a5a06887
AA
135732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13574
13575 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13576 logic into perform_all_tests() and invoke it with and without
13577 function header prototypes.
13578 (do_function_calls): Remove conditional XFAIL for PR 5318.
13579 (rerun_and_prepare): Remove duplicate code.
13580 (perform_all_tests): New. Main logic moved here.
13581
44dba9b9
AA
135822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13583
13584 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13585 code guarded by #ifdef NO_PROTOTYPES.
13586 (t_double_many_args): Likewise.
13587 (DEF_FUNC_MANY_ARGS_1): Likewise.
13588 (DEF_FUNC_VALUES_1): Likewise.
13589 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13590 guarded by #ifdef PROTOTYPES.
13591
d1fbcd56
AA
135922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13593
13594 * gdb.mi/mi-console.c: Add eye-catcher.
13595 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13596 instead of literal line number.
13597
b0e59b8f
AA
135982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13599
13600 * gdb.base/shr2.c: Add eye-catcher.
13601 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13602 line number.
13603
78f98cca
AA
136042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13605
13606 * gdb.base/jump.c: Add eye-catchers.
13607 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13608 numbers.
13609
58fa2af0
AA
136102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13611
13612 * gdb.base/execd-prog.c: Add eye-catchers.
13613 * gdb.base/foll-exec.c: Likewise.
13614 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13615 line numbers.
13616
04e5059b
AA
136172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13618
13619 * gdb.base/ending-run.c: Add eye-catchers.
13620 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13621 literal line numbers.
13622
dbfdb174
AA
136232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13624
13625 * gdb.base/call-rt-st.c: Add eye-catchers.
13626 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13627 literal line numbers.
13628
888a2ade
AA
136292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13630
13631 * gdb.base/call-ar-st.c: Add eye-catchers.
13632 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13633 literal line numbers.
13634
6acc2dde
AA
136352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13636
13637 * gdb.base/average.c: Add eye-catchers.
13638 * gdb.base/sum.c: Likewise.
13639 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13640 regexps dynamically.
13641
9ecfcd1d
AA
136422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13643
13644 * gdb.base/solib1.c: Add eye-catchers.
13645 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13646 literal line numbers.
13647
78708b7c
PA
136482014-11-12 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13651 leader has exited.
13652
af48d08f
PA
136532014-11-12 Pedro Alves <palves@redhat.com>
13654
13655 * gdb.arch/i386-bp_permanent.c: New file.
13656 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13657 (srcfile): Set to i386-bp_permanent.c.
13658 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13659 that stepi does not execute the 'leave' instruction, instead of
13660 testing it does execute.
13661 * gdb.base/bp-permanent.c: New file.
13662 * gdb.base/bp-permanent.exp: New file.
13663
af3768e9
DE
136642014-11-10 Doug Evans <xdje42@gmail.com>
13665
13666 PR symtab/17564
13667 * gdb.base/symtab-search-order.exp: New file.
13668 * gdb.base/symtab-search-order.c: New file.
13669 * gdb.base/symtab-search-order-1.c: New file.
13670 * gdb.base/symtab-search-order-shlib-1.c: New file.
13671
9de00a4a
PA
136722014-11-07 Pedro Alves <palves@redhat.com>
13673
13674 PR gdb/17511
13675 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13676 i?86-*-linux*.
13677
e0f52461
SC
136782014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13679
13680 PR c++/17494
13681 * gdb.cp/pr17494.cc: New file.
13682 * gdb.cp/pr17494.exp: New file.
13683
6ce8c980
YQ
136842014-11-02 Yao Qi <yao@codesourcery.com>
13685
13686 * gdb.python/python.exp: Get working directory and match the
13687 output of "set extended-prompt \\w " with it.
13688
02be9a71
DE
136892014-10-30 Doug Evans <dje@google.com>
13690
13691 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13692 in objfiles.
13693 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13694 in progspaces.
13695
3bdff46b
LM
136962014-10-30 Janis Johnson <janisjo@codesourcery.com>
13697
13698 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13699 * gdb.base/realname-expand.exp: Likewise.
13700 * gdb.linespec/macro-relative.exp: Likewise.
13701
ab917dfb
PA
137022014-10-29 Pedro Alves <palves@redhat.com>
13703
13704 PR gdb/17408
13705 * gdb.threads/schedlock.c (some_function): New function.
13706 (call_function): New global.
13707 (MAYBE_CALL_SOME_FUNCTION): New macro.
13708 (thread_function): Call it.
13709 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13710 and use it instead of a global counter. Adjust all callers.
13711 (get_current_thread): Use "find current thread" for test message
13712 here rather than having all callers pass down the same string.
13713 (goto_loop): New procedure, factored out from ...
13714 (my_continue): ... this.
13715 (step_ten_loops): Change parameter from test message to command to
13716 use. Adjust.
13717 (list_count): Delete global.
13718 (check_result): New procedure, factored out from duplicate top
13719 level code.
13720 (continue tests): Wrap in with_test_prefix.
13721 (test_step): New procedure, factored out from duplicate top level
13722 code.
13723 (top level): Test "step" in combination with all scheduler-locking
13724 modes. Test "next" in combination with all scheduler-locking
13725 modes, and in combination with stepping over a function call or
13726 not.
13727 * gdb.threads/next-bp-other-thread.c: New file.
13728 * gdb.threads/next-bp-other-thread.exp: New file.
13729
d3d4baed
PA
137302014-10-29 Pedro Alves <palves@redhat.com>
13731
13732 PR python/17372
13733 * gdb.python/python.exp: Test a multi-line command that spawns
13734 interactive Python.
13735 * gdb.base/multi-line-starts-subshell.exp: New file.
13736
563e8d85
YQ
137372014-10-29 Yao Qi <yao@codesourcery.com>
13738
13739 * gdb.base/fileio.exp: Make directories on host.
13740
0ea4d52e
YQ
137412014-10-29 Yao Qi <yao@codesourcery.com>
13742
13743 * gdb.base/fileio.c (test_write): Close the file.
13744
7f5ef605
PA
137452014-10-28 Pedro Alves <palves@redhat.com>
13746
13747 PR gdb/12623
13748 * gdb.base/sigstep.c (no_handler): New global.
13749 (main): If 'no_handler is true, set the signal handlers to
13750 SIG_IGN.
13751 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13752 with_sw_watch and no_handler parameters. Handle them.
13753 (top level) <stepping over handler when stopped at a breakpoint
13754 test>: Add a test axis for testing with a software watchpoint, and
13755 another for testing with the signal handler set to SIG_IGN.
13756 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13757 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13758
abbdbd03
PA
137592014-10-28 Pedro Alves <palves@redhat.com>
13760
13761 PR gdb/17511
13762 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13763 * gdb.base/sigstep.exp (other_handler_location): New global.
13764 (advance): Support stepping into the signal handler, and running
13765 commands while in the handler.
13766 (in_handler_map): New global.
13767 (top level): In the advance test, add combinations for getting
13768 into the handler with stepping commands, and for running commands
13769 in the handler. Add comment descripting the advancei tests.
13770
1df4399f
PA
137712014-10-28 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.base/sigstep.exp: Use build_executable instead of
13774 prepare_for_testing.
13775 (top level): Move code that starts GDB, runs to main and creates a
13776 display to ...
13777 (restart): ... this new procedure.
13778 (top level): Move backtrace from signal handler test to ...
13779 (validate_backtrace): ... this new procedure.
13780 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13781 with_test_prefix. Always restart GDB.
13782 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13783 with_test_prefix. Always restart GDB. No need to delete
13784 breakpoints after the test.
13785 (test_skip_handler): Remove prefix parameter.
13786 (skip_over_handler, breakpoint_to_handler)
13787 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13788 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13789 restart GDB. No need to delete breakpoints after the test.
13790 (top level): Use foreach to call the test procedures with
13791 different commands.
13792
a5b6e449
PA
137932014-10-28 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13796 instead of GNATS numbers.
13797 * gdb.base/sigbpt.exp: Likewise.
13798 * gdb.base/siginfo.exp: Likewise.
13799 * gdb.base/sigstep.exp: Likewise.
13800
e5f8a7cc
PA
138012014-10-27 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.base/sigstep.c (dummy): New global.
13804 (main): Issue a couple writes to the new global.
13805 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13806 procedures.
13807 (skip_over_handler): Use test_skip_handler.
13808 (top level): Call skip_over_handler for stepi and nexti too.
13809 (breakpoint_over_handler): Use test_skip_handler.
13810 (top level): Call breakpoint_over_handler for stepi and nexti too.
13811
763905a3
YQ
138122014-10-27 Yao Qi <yao@codesourcery.com>
13813
13814 * gdb.trace/tfile.c (adjust_function_address)
13815 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13816 function descriptor.
13817
6f259a23
DB
138182014-10-24 Don Breazeal <donb@codesourcery.com>
13819
13820 * gdb.base/foll-fork.exp (test_follow_fork,
13821 catch_fork_child_follow): Check for updated fork messages emitted
13822 from infrun.c.
13823 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13824 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13825 vfork_and_exec_child_follow_through_step): Check for updated vfork
13826 messages emitted from infrun.c.
13827
09dd9a69
PA
138282014-10-24 Pedro Alves <palves@redhat.com>
13829
13830 * gdb.base/corefile.exp: Remove references to ultrix.
13831 * gdb.base/interrupt.exp: Likewise.
13832 * gdb.base/whatis.exp: Likewise.
13833 * gdb.gdb/selftest.exp: Likewise.
13834 * gdb.threads/manythreads.exp: Likewise.
13835 * gdb.threads/print-threads.exp: Likewise.
13836 * gdb.threads/pthreads.exp:: Likewise.
13837 * gdb.threads/schedlock.exp: Likewise.
13838
3433cfa5
SC
138392014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13840
13841 * gdb.cp/non-trivial-retval.cc: Add a test case.
13842 * gdb.cp/non-trivial-retval.exp: Add a test.
13843
092f880b
YQ
138442014-10-20 Yao Qi <yao@codesourcery.com>
13845
13846 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13847 * gdb.python/py-objfile-script-gdb.py: New file.
13848 * gdb.python/py-objfile-script.exp: Update reference to
13849 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13850 of remote_download. Remove the dest file.
13851
acbdb7f3
YQ
138522014-10-20 Yao Qi <yao@codesourcery.com>
13853
13854 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13855 * gdb.base/step-line.exp: Likewise.
13856 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13857 * gdb.dwarf2/dw2-basic.exp: Likewise.
13858 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13859 * gdb.dwarf2/dw2-filename.exp: Likewise.
13860 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13861 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13862 * gdb.dwarf2/dw2-producer.exp: Likewise.
13863 * gdb.dwarf2/mac-fileno.exp: Likewise.
13864 * gdb.python/py-frame-args.exp: Likewise.
13865 * gdb.python/py-framefilter.exp: Likewise.
13866 * gdb.python/py-mi.exp: Likewise.
13867 * gdb.python/py-objfile-script.exp: Likewise
13868 * gdb.python/py-pp-integral.exp: Likewise.
13869 * gdb.python/py-pp-re-notag.exp: Likewise.
13870 * gdb.python/py-prettyprint.exp: Likewise.
13871 * gdb.python/py-section-script.exp: Likewise.
13872 * gdb.python/py-typeprint.exp: Likewise.
13873 * gdb.python/py-xmethods.exp: Likewise.
13874 * gdb.stabs/weird.exp: Likewise.
13875 * gdb.xml/tdesc-regs.exp: Likewise.
13876
bd286a29
KCY
138772014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13878
13879 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13880 (out_cu): Use addr_len for the size of addresses.
13881 (out_line): Likewise. Size DW_LNE_set_address instruction
13882 according to addr_len.
13883 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13884 (FUNC): Add START_INSNS to definition.
13885
673dc4a0
YQ
138862014-10-18 Yao Qi <yao@codesourcery.com>
13887
13888 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13889 gdb_has_argv0 return true.
13890 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13891 check [target_info exists noargs], check [gdb_has_argv0]
13892 instead.
13893 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13894 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13895 procedures.
13896
4ffbba72
DE
138972014-10-17 Doug Evans <dje@google.com>
13898
13899 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13900 event.
13901 * gdb.python/py-events.py: Add clear_objfiles event.
13902
d096d8c1
DE
139032014-10-17 Doug Evans <dje@google.com>
13904
13905 * gdb.python/py-objfile.exp: Test progspace attribute.
13906
a80db015
LM
139072014-10-17 Luis Machado <lgustavo@codesourcery.com>
13908
13909 * gdb.guile/scm-breakpoint.exp: Do not assume any
13910 directory separators when matching source file paths.
13911 * gdb.python/py-breakpoint.exp: Likewise.
13912 * gdb.reverse/break-precsave.exp: Likewise.
13913 * gdb.reverse/break-reverse.exp: Likewise.
13914 * gdb.reverse/consecutive-precsave.exp: Likewise.
13915 * gdb.reverse/finish-precsave.exp: Likewise.
13916 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13917 * gdb.reverse/finish-reverse.exp: Likewise.
13918 * gdb.reverse/i386-precsave.exp: Likewise.
13919 * gdb.reverse/i387-env-reverse.exp: Likewise.
13920 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13921 * gdb.reverse/machinestate-precsave.exp: Likewise.
13922 * gdb.reverse/machinestate.exp: Likewise.
13923 * gdb.reverse/sigall-precsave.exp: Likewise.
13924 * gdb.reverse/solib-precsave.exp: Likewise.
13925 * gdb.reverse/step-precsave.exp: Likewise.
13926 * gdb.reverse/until-precsave.exp: Likewise.
13927 * gdb.reverse/watch-precsave.exp: Likewise.
13928 * gdb.reverse/watch-reverse.exp: Likewise.
13929
b22089ab
YQ
139302014-10-17 Yao Qi <yao@codesourcery.com>
13931
13932 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13933 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13934
6c4486e6
PA
139352014-10-17 Pedro Alves <palves@redhat.com>
13936
13937 PR gdb/17471
13938 * gdb.base/bg-execution-repeat.c: New file.
13939 * gdb.base/bg-execution-repeat.exp: New file.
13940
0ff33695
PA
139412014-10-17 Pedro Alves <palves@redhat.com>
13942
13943 PR gdb/17300
13944 * gdb.base/continue-all-already-running.c: New file.
13945 * gdb.base/continue-all-already-running.exp: New file.
13946
6fdebc3d
PA
139472014-10-17 Pedro Alves <palves@redhat.com>
13948
13949 PR gdb/17472
13950 * gdb.base/annota-input-while-running.c: New file.
13951 * gdb.base/annota-input-while-running.exp: New file.
13952
32a8097b
PA
139532014-10-17 Pedro Alves <palves@redhat.com>
13954
13955 * gdb.base/callfuncs.exp: emove references to osf.
13956 * gdb.base/sigall.exp: Likewise.
13957 * gdb.gdb/selftest.exp: Likewise.
13958 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13959 * gdb.mi/non-stop.c: Likewise.
13960 * gdb.mi/pthreads.c: Likewise.
13961 * gdb.reverse/sigall-precsave.exp: Likewise.
13962 * gdb.reverse/sigall-reverse.exp: Likewise.
13963 * gdb.threads/pthreads.c: Likewise.
13964 * gdb.threads/pthreads.exp: Likewise.
13965
7a3517ff
YQ
139662014-10-17 Yao Qi <yao@codesourcery.com>
13967
13968 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13969 check 'target_info exists noargs'.
13970 (test_command_prompt_position): Likewise.
13971 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13972 Remove "set args".
13973 (progvar_simple_while_test): Likewise.
13974 (progvar_complex_if_while_test): Likewise.
13975 (if_while_breakpoint_command_test): Likewise.
13976 (infrun_breakpoint_command_test): Likewise.
13977 (breakpoint_command_test): Likewise.
13978 (watchpoint_command_test): Likewise.
13979 (bp_deleted_in_command_test): Likewise.
13980 (temporary_breakpoint_commands): Likewise.
13981
bb99c472
YQ
139822014-10-16 Yao Qi <yao@codesourcery.com>
13983
13984 * gdb.base/remotetimeout.exp: Remove noargs checking.
13985
7c16b83e
PA
139862014-10-15 Pedro Alves <palves@redhat.com>
13987
13988 PR breakpoints/9649
13989 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13990 * gdb.base/breakpoint-in-ro-region.exp
13991 (probe_target_hardware_step): New procedure.
13992 (top level): Probe hardware stepping and hardware breakpoint
13993 support. Test stepping through a read-only region, with both
13994 "breakpoint auto-hw" on and off and both "always-inserted" on and
13995 off.
13996
35a49624
IB
139972014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13998
13999 * gdb.dlang/demangle.exp: Update for demangling changes.
14000
2d1c107c
SC
140012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14002
14003 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14004 * gdb.cp/non-trivial-retval.exp: Add new tests.
14005
778811d5
SC
140062014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14007
14008 PR c++/13403
14009 PR c++/15154
14010 * gdb.cp/non-trivial-retval.cc: New file.
14011 * gdb.cp/non-trivial-retval.exp: New file.
14012
10c5f0a8
YQ
140132014-10-15 Yao Qi <yao@codesourcery.com>
14014
14015 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14016 remote host.
14017
65d7b369
YQ
140182014-10-15 Yao Qi <yao@codesourcery.com>
14019
14020 * gdb.python/py-symbol.exp: Match file base name if host is
14021 remote, otherwise match file name with dir name.
14022 * gdb.python/py-symtab.exp: Likewise.
14023 * gdb.python/python.exp: Likewise.
14024
46dc1394
YQ
140252014-10-15 Yao Qi <yao@codesourcery.com>
14026
14027 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14028 pattern.
14029 * gdb.python/py-symtab.exp: Likewise.
14030 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14031 locationn.
14032
c40cc657
JB
140332014-10-14 Joel Brobecker <brobecker@adacore.com>
14034
14035 * gdb.ada/addr_arith: New testcase.
14036
2abf49e1
MR
140372014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14038
14039 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14040 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14041 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14042 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14043
f7088df3
SDJ
140442014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14045
14046 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14047 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14048 * gdb.arch/stap-eval-lang-ada.exp: New file.
14049
4dc06805
YQ
140502014-10-14 Yao Qi <yao@codesourcery.com>
14051
14052 * gdb.mi/mi-var-child.c (nothing1): New function.
14053 (nothing2): New function.
14054 (do_children_tests): Set function pointers by nothing1 and
14055 nothing2.
14056 * gdb.mi/mi-var-child.exp: Step over new added statements.
14057 Update test to match the new output.
14058 * gdb.mi/var-cmd.c (nothing1): New function.
14059 (nothing2): New function.
14060 (do_children_tests): Set function pointers by nothing1 and
14061 nothing2.
14062 * gdb.mi/mi-var-display.exp: Update test to match output.
14063 Step to the line specified by $line_dct_nothing.
14064 Increase the number of lines to step.
14065
46a93de2
YQ
140662014-10-14 Yao Qi <yao@codesourcery.com>
14067
14068 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14069 tests.
14070 * gdb.mi/mi2-var-child.exp: Likewise.
14071
14ea52ee
DE
140722014-10-13 Doug Evans <dje@google.com>
14073
14074 * gdb.python/py-objfile.exp: Change name of file name test.
14075
e5c6e92b
DE
140762014-10-13 Doug Evans <dje@google.com>
14077
14078 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14079 from the start of the CU.
14080
c780cc2f
JK
140812014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14082 Yao Qi <yao@codesourcery.com>
14083
14084 Fix "save breakpoints" for "catch" command.
14085 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14086 Remove -nonewline. Match also the added "main" line.
14087
99894e11
JK
140882014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14089
14090 Fix "save breakpoints" for "disable $bpnum" command.
14091 * gdb.base/save-bp.c (main): Add label.
14092 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14093
6e1ac5a3
JK
140942014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14095
14096 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14097
754dd2b0
YQ
140982014-10-11 Yao Qi <yao@codesourcery.com>
14099
14100 * gdb.server/server-kill.exp: Execute command
14101 "set remote trace-status-packet on" before "tstatus".
14102
f90183d7
YQ
141032014-10-11 Yao Qi <yao@codesourcery.com>
14104
14105 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14106 (main): Call getppid.
14107 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14108 and continue to it. Read variable "server_pid".
14109
bf40a607
YQ
141102014-10-11 Yao Qi <yao@codesourcery.com>
14111
14112 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14113
052ca370
YQ
141142014-10-11 Yao Qi <yao@codesourcery.com>
14115
14116 * gdb.threads/thread-find.exp: Don't execute command
14117 "info threads".
14118 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14119 * gdb.threads/linux-dp.exp: Don't check the condition
14120 $threads_created equals to zero.
14121
3831839c
PA
141222014-10-10 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.base/bigcore.exp: Remove references to IRIX.
14125 * gdb.base/funcargs.exp: Likewise.
14126 * gdb.base/interrupt.exp: Likewise.
14127 * gdb.base/mips_pro.exp: Likewise.
14128 * gdb.base/nodebug.exp: Likewise.
14129 * gdb.base/setvar.exp: Likewise.
14130 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14131
8b9a549d
PA
141322014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14133 Pedro Alves <palves@redhat.com>
14134
14135 PR symtab/14466
14136 * gdb.base/vdso-warning.c: New file.
14137 * gdb.base/vdso-warning.exp: New file.
14138
d48ba5e8
DE
141392014-10-02 Doug Evans <dje@google.com>
14140
14141 * gdb.base/structs.c (main): Don't run forever.
14142
2278c276
PA
141432014-10-02 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14146 (top level) <stop threads 1, stop threads 2>: Use it.
14147
b57bacec
PA
141482014-10-02 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.threads/break-while-running.exp (test): Add new
14151 'update_thread_list' argument. Skip "info threads" if false.
14152 (top level): Add new 'update_thread_list' axis.
14153
13fd3ff3
PA
141542014-10-02 Pedro Alves <palves@redhat.com>
14155
14156 PR breakpoints/17431
14157 * gdb.base/execl-update-breakpoints.c: New file.
14158 * gdb.base/execl-update-breakpoints.exp: New file.
14159
0fec99e8
PA
141602014-10-01 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.base/breakpoint-in-ro-region.c: New file.
14163 * gdb.base/breakpoint-in-ro-region.exp: New file.
14164
2ddf4301
SM
141652014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14166
14167 * gdb.mi/mi-exit-code.exp: New file.
14168 * gdb.mi/mi-exit-code.c: New file.
14169
6a5f3f43
YQ
141702014-09-30 Yao Qi <yao@codesourcery.com>
14171
14172 * lib/prelink-support.exp (build_executable_own_libs): Error if
14173 the target isn't native.
14174
345bcc73
YQ
141752014-09-30 Yao Qi <yao@codesourcery.com>
14176
14177 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14178 false.
14179
a25a5a45
PA
141802014-09-22 Pedro Alves <palves@redhat.com>
14181
14182 * gdb.threads/break-while-running.exp: New file.
14183 * gdb.threads/break-while-running.c: New file.
14184
00ba3162
YQ
141852014-09-19 Yao Qi <yao@codesourcery.com>
14186
14187 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14188 Invoke test. Restart GDB with --readnow and invoke test again.
14189
c3b7b696
YQ
141902014-09-19 Yao Qi <yao@codesourcery.com>
14191
14192 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14193 proc set_breakpoint_on_gcd_function. Invoke
14194 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14195 invoke set_breakpoint_on_gcd_function again.
14196
2b4fd423
DE
141972014-09-18 Doug Evans <dje@google.com>
14198
14199 * gdb.dwarf2/symtab-producer.exp: New file.
14200
a5947601
SDJ
142012014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14202
14203 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14204 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14205 * gdb.base/global-var-nested-by-dso.c: Likewise.
14206 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14207
91c19059
SDJ
142082014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14209 Pedro Alves <palves@redhat.com>
14210
14211 * gdb.base/watch-bitfields.exp: Pass string other than test file
14212 name to prepare_for_testing.
14213 (watch): New procedure.
14214 (expect_watchpoint): Use with_test_prefix.
14215 (top level): Factor out tests to ...
14216 (test_watch_location, test_regular_watch): ... these new
14217 procedures, and use with_test_prefix and gdb_continue_to_end.
14218
bb9d5f81
PP
142192014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14220
14221 PR breakpoints/12526
14222 * gdb.base/watch-bitfields.exp: New file.
14223 * gdb.base/watch-bitfields.c: New file.
14224
635856f5
PA
142252014-09-16 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14228 software and hardware addresses, not software address against
14229 itself.
14230
7280ceea
PA
142312014-09-16 Pedro Alves <palves@redhat.com>
14232
14233 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14234 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14235
428b16bd
PA
142362014-09-16 Pedro Alves <palves@redhat.com>
14237
14238 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14239 files.
14240 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14241 "*-*-vxworks*" throughout.
14242 * gdb.base/break.exp: Likewise.
14243 * gdb.base/default.exp: Likewise.
14244 * gdb.base/scope.exp: Likewise.
14245 * gdb.base/sepdebug.exp: Likewise.
14246 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14247 throughout.
14248 * gdb.base/run.c: Likewise.
14249 * gdb.base/sepdebug.c: Likewise.
14250 * gdb.hp/gdb.aCC/run.c: Likewise.
14251 * gdb.reverse/until-reverse.c: Likewise.
14252 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14253
666d413c
YQ
142542014-09-16 Yao Qi <yao@codesourcery.com>
14255
14256 * boards/local-remote-host-native.exp: New file.
14257
57cbd724
DE
142582014-09-14 Doug Evans <xdje42@gmail.com>
14259
14260 * gdb.threads/queue-signal.c (thread_count): New variable.
14261 (thread_count_mutex, thread_count_condvar): New variables.
14262 (incr_thread_count, wait_all_threads_running): New functions.
14263 (main): Wait for all threads to be in their thread functions.
14264
81219e53
DE
142652014-09-13 Doug Evans <xdje42@gmail.com>
14266
14267 * gdb.threads/queue-signal.c: New file.
14268 * gdb.threads/queue-signal.exp: New file.
14269
3714cea7
DE
142702014-09-13 Doug Evans <xdje42@gmail.com>
14271
14272 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14273 be consistent with what default_gdb_init uses.
14274 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14275 the plain text of the prompt. Add some logging printfs.
14276 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14277
fa43b1d7
PA
142782014-09-12 Pedro Alves <palves@redhat.com>
14279
14280 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14281 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14282 * gdb.arch/i386-size-overlap.exp: Likewise.
14283 * gdb.arch/i386-size.exp: Likewise.
14284 * gdb.arch/i386-unwind.exp: Likewise.
14285 * gdb.base/a2-run.exp: Likewise.
14286 * gdb.base/break.exp: Likewise.
14287 * gdb.base/charset.exp: Likewise.
14288 * gdb.base/chng-syms.exp: Likewise.
14289 * gdb.base/commands.exp: Likewise.
14290 * gdb.base/dbx.exp: Likewise.
14291 * gdb.base/find.exp: Likewise.
14292 * gdb.base/funcargs.exp: Likewise.
14293 * gdb.base/jit-simple.exp: Likewise.
14294 * gdb.base/reread.exp: Likewise.
14295 * gdb.base/sepdebug.exp: Likewise.
14296 * gdb.base/step-bt.exp: Likewise.
14297 * gdb.cp/mb-inline.exp: Likewise.
14298 * gdb.cp/mb-templates.exp: Likewise.
14299 * gdb.objc/basicclass.exp: Likewise.
14300 * gdb.threads/killed.exp: Likewise.
14301
9d9bf2df
EBM
143022014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14303
14304 PR tdep/17379
14305 * gdb.arch/powerpc-stackless.S: New file.
14306 * gdb.arch/powerpc-stackless.exp: New file.
14307
1cf2f1b0
JK
143082014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14309
14310 * gdb.base/attach.c: Include unistd.h.
14311 (main): Call alarm. Add label postloop.
14312 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14313 gdb_breakpoint, gdb_continue_to_breakpoint.
14314 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14315
98880d46
PA
143162014-09-11 Pedro Alves <palves@redhat.com>
14317
14318 PR gdb/17347
14319 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14320 * gdb.base/attach.exp (test_command_line_attach_run): New
14321 procedure.
14322 (top level): Call it.
14323
4c92ff2c
PA
143242014-09-11 Pedro Alves <palves@redhat.com>
14325
14326 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14327 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14328 (do_command_attach_tests): Use spawn_wait_for_attach.
14329 * gdb.base/solib-overlap.exp: Likewise.
14330 * gdb.multi/multi-attach.exp: Likewise.
14331 * gdb.python/py-prompt.exp: Likewise.
14332 * gdb.python/py-sync-interp.exp: Likewise.
14333 * gdb.server/ext-attach.exp: Likewise.
14334
3adc1a7d
GKB
143352014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14336
14337 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14338 command in testcase. Simplify testcase.
14339
96334934
JB
143402014-09-10 Joel Brobecker <brobecker@adacore.com>
14341
14342 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14343
eb479039
JB
143442014-09-10 Joel Brobecker <brobecker@adacore.com>
14345
14346 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14347
deede10c
JB
143482014-09-10 Joel Brobecker <brobecker@adacore.com>
14349
14350 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14351
7828a5f5
JB
143522014-09-10 Joel Brobecker <brobecker@adacore.com>
14353
14354 * gdb.dwarf2/dynarr-ptr.c: New file.
14355 * gdb.dwarf2/dynarr-ptr.exp: New file.
14356
33aeebcf
MR
143572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14358
14359 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14360 of 30 rather than hardcoding 120 for a slow test case. Take the
14361 `gdb,timeout' target setting into account for this calculation.
14362 Don't extend the timeout for the test cases that don't need it.
14363
7b415901
MR
143642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14365
14366 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14367 a factor of 2 for a slow test case. Take the `gdb,timeout'
14368 target setting into account for this calculation.
14369 * gdb.reverse/until-precsave.exp: Increase the timeout by
14370 a factor of 15 and 3 respectively rather than adding 120
14371 for a pair of slow test cases. Take the `gdb,timeout'
14372 target setting into account for this calculation.
14373
4a40f85a
MR
143742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14375
14376 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14377 timeout, don't pass one down to gdb_expect.
14378 (gdb_expect): Rework timeout selection.
14379
09635af7
MR
143802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14381
14382 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14383 exception on timeout.
14384 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14385 (gdbserver_start_extended): Catch any `gdbserver_start' error
14386 exceptions.
14387 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14388 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14389 `gdbserver_gdb_load' error exceptions.
14390
2bdd10b7
MR
143912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14392
14393 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14394 120 on waiting for the TCP socket to open.
14395
316935f0
DE
143962014-09-09 Doug Evans <xdje42@gmail.com>
14397
14398 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14399 _caller_matches, _any_caller_is, _any_caller_matches.
14400
83740597
DE
144012014-09-09 Doug Evans <xdje42@gmail.com>
14402
14403 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14404
4c122fc3
YQ
144052014-09-09 Yao Qi <yao@codesourcery.com>
14406
14407 * gdb.mi/mi-var-display.exp: Set print symbol off.
14408
a9f116cb
GKB
144092014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14410
14411 PR gdb/17035
14412 * gdb.base/commands.exp: Add tests to verify user-defined
14413 commands with empty bodies.
14414 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14415 python commands in `show user command`.
14416 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14417 scheme commands in `show user command`.
14418
c75bd3a2
JK
144192014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14420
14421 PR python/17355
14422 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14423 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14424 * gdb.python/py-framefilter-invalidarg.exp: New file.
14425 * gdb.python/py-framefilter-invalidarg.py: New file.
14426
faa42425
DE
144272014-09-06 Doug Evans <xdje42@gmail.com>
14428
14429 PR 15276
14430 * gdb.python/py-caller-is.c: New file.
14431 * gdb.python/py-caller-is.exp: New file.
14432
474ca4f6
SDJ
144332014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14434
14435 PR gdb/17235
14436 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14437 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14438
eb0b0463
SDJ
144392014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14440
14441 PR fortran/17237
14442 * gdb.fortran/print-formatted.exp: New file.
14443 * gdb.fortran/print-formatted.f90: Likewise.
14444
5f3b99cf
SS
144452014-09-03 Sasha Smundak <asmundak@google.com>
14446
14447 * gdb.python/py-frame.exp: Test Frame.read_register.
14448
7d793aa9
SDJ
144492014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14450
14451 PR python/16699
14452 * gdb.python/py-completion.exp: New file.
14453 * gdb.python/py-completion.py: Likewise.
14454
fb0576e9
DE
144552014-08-28 Doug Evans <dje@google.com>
14456
14457 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14458 eax,etc. are live with values set by gdb and thus the compiler can't
14459 use them.
14460 * gdb.arch/i386-pseudo.c (main): Ditto.
14461
ee92b0dd
DE
144622014-08-27 Doug Evans <dje@google.com>
14463
14464 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14465
6649db35
DE
144662014-08-25 Doug Evans <dje@google.com>
14467
14468 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14469 (main): Ditto.
14470
564b7600
DE
144712014-08-25 Doug Evans <dje@google.com>
14472
14473 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14474
3881fb67
YQ
144752014-08-24 Yao Qi <yao@codesourcery.com>
14476
14477 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14478 symbol off.
14479 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14480
a05a36a5
DE
144812014-08-22 Doug Evans <dje@google.com>
14482
14483 PR 17276
14484 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14485 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14486 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14487
7c343b48
YQ
144882014-08-22 Yao Qi <yao@codesourcery.com>
14489
14490 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14491 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14492 * gdb.python/python.exp: Likewise. Use .py file on the host
14493 instead of the build.
14494
22fd09ae
JK
144952014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14496
14497 * gdb.threads/gcore-stale-thread.c: New file.
14498 * gdb.threads/gcore-stale-thread.exp: New file.
14499
a8454a7c
PA
145002014-08-21 Pedro Alves <palves@redhat.com>
14501
14502 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14503 * gdb.base/gcore-relro-pie.exp: Likewise.
14504 * gdb.base/gcore-relro.exp: Likewise.
14505 * gdb.base/gcore.exp: Likewise.
14506 * gdb.base/print-symbol-loading.exp: Likewise.
14507 * gdb.threads/gcore-thread.exp: Likewise.
14508 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14509
2a31c623
PA
145102014-08-20 Pedro Alves <palves@redhat.com>
14511 Jan Kratochvil <jan.kratochvil@redhat.com>
14512
14513 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14514 configure.
14515 (EXPECT): Handle READ1 being set.
14516 (all): Depend on EXTRA_RULES.
14517 (check-read1, expect-read1, read1.so, read1): New rules.
14518 * README (Testsuite Parameters): Document the READ1 make variable.
14519 (Race detection): New section.
14520 * configure: Regenerate.
14521 * configure.ac: If build==host==target, and running under a
14522 GNU/glibc system, add read1 to the extra Makefile rules.
14523 (EXTRA_RULES): AC_SUBST it.
14524 * lib/read1.c: New file.
14525
d36430db
JB
145262014-08-20 Joel Brobecker <brobecker@adacore.com>
14527
14528 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14529 the handling of variables declared as a typedef to an array
14530 which a DW_AT_data_location attribute.
14531
9a0dc9e3
PA
145322014-08-19 Andrew Burgess <aburgess@broadcom.com>
14533 Pedro Alves <palves@redhat.com>
14534
14535 PR symtab/14604
14536 PR symtab/14605
14537 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14538 gdb_test.
14539
0718a8da
PA
145402014-08-19 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14543
13b448cd
YQ
145442014-08-19 Yao Qi <yao@codesourcery.com>
14545
14546 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14547 right line.
14548
1cbf5077
DB
145492014-08-18 David Blaikie <dblaikie@gmail.com>
14550
14551 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14552
bf0fae19
JB
145532014-08-18 Joel Brobecker <brobecker@adacore.com>
14554
14555 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14556 attribute in array range.
14557
3c8c5dcc
JB
145582014-08-18 Joel Brobecker <brobecker@adacore.com>
14559
14560 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14561
e66d4446
SC
145622014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14563
14564 PR c++/17132
14565 * gdb.cp/pr17132.cc: New file.
14566 * gdb.cp/pr17132.exp: New file.
14567
940df408
SC
145682014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14569
14570 * gdb.python/py-xmethods.py (A_getarrayind)
14571 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14572 Use 'print' with function call syntax.
14573 (E_method_matcher.match): Fix tab vs space indentation mixup.
14574
ebcc6c3a
YQ
145752014-08-15 Yao Qi <yao@codesourcery.com>
14576
14577 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14578 false.
14579
775e0f04
YQ
145802014-08-15 Yao Qi <yao@codesourcery.com>
14581
14582 * gdb.cp/casts.exp: Set print symbol off.
14583 * gdb.cp/class2.exp: Likewise.
14584 * gdb.cp/overload.exp: Likewise.
14585 * gdb.cp/templates.exp: Likewise.
14586
d769e349
DE
145872014-08-11 Doug Evans <dje@google.com>
14588
14589 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14590 (test_load_shlib): Update.
14591
20c6f1e1
YQ
145922014-08-09 Yao Qi <yao@codesourcery.com>
14593
14594 * gdb.base/display.exp: Invoke is_address_zero_readable.
14595 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14596 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14597 * gdb.base/hbreak-unmapped.exp: Return if
14598 is_address_zero_readable returns true.
14599 * gdb.base/signest.exp: Likewise.
14600 * gdb.base/signull.exp: Likewise.
14601 * gdb.base/sigbpt.exp: Likewise.
14602 * gdb.guile/scm-disasm.exp: Do the test if
14603 is_address_zero_readable returns false.
14604 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14605 * gdb.python/py-arch.exp: Likewise.
14606 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14607 * lib/gdb.exp (is_address_zero_readable): New proc.
14608
5792e8e3
YQ
146092014-08-09 Yao Qi <yao@codesourcery.com>
14610
14611 PR testsuite/13443
14612 * gdb.mi/mi-var-display.exp: Make test messages unique.
14613
3cecbbbe
TT
146142014-08-04 Tom Tromey <tromey@redhat.com>
14615
14616 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14617 target 0".
14618
00b51ff5
TT
146192014-08-04 Tom Tromey <tromey@redhat.com>
14620
14621 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14622 "target_resume".
14623
6908c509
JB
146242014-08-01 Joel Brobecker <brobecker@adacore.com>
14625
14626 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14627 inner_vla_struct_object_size.
14628 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14629 as xfail.
14630
cc6563d2
PA
146312014-07-30 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14634 comment.
14635
7e09a223
YQ
146362014-07-29 Yao Qi <yao@codesourcery.com>
14637
14638 PR gdb/17206
14639 * gdb.base/until-nodebug.exp: New.
14640
7ebdbe92
DE
146412014-07-28 Doug Evans <xdje42@gmail.com>
14642
14643 PR guile/17203
14644 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14645 previously existing parameter, and previously ambiguously spelled
14646 parameter.
14647
fdb1adc6
WN
146482014-07-28 Will Newton <will.newton@linaro.org>
14649
14650 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14651
186fcde0
DE
146522014-07-26 Ludovic Courtès <ludo@gnu.org>
14653 Doug Evans <xdje42@gmail.com>
14654
14655 PR guile/17146
14656 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14657
70509625
PA
146582014-07-25 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.threads/signal-command-handle-nopass.c: New file.
14661 * gdb.threads/signal-command-handle-nopass.exp: New file.
14662 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14663 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14664 * gdb.threads/signal-delivered-right-thread.c: New file.
14665 * gdb.threads/signal-delivered-right-thread.exp: New file.
14666
c3f814a1
PA
146672014-07-25 Pedro Alves <palves@redhat.com>
14668
14669 * gdb.base/double-prompt-target-event-error.exp
14670 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14671 match.
14672 (cancel_pagination_in_target_event): Rework double prompt
14673 detection.
14674 * gdb.base/paginate-after-ctrl-c-running.exp
14675 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14676 <return>' match.
14677 * gdb.base/paginate-bg-execution.exp
14678 (test_bg_execution_pagination_return)
14679 (test_bg_execution_pagination_cancel): Remove '-notransfer
14680 <return>' matches.
14681 * gdb.base/paginate-execution-startup.exp
14682 (test_fg_execution_pagination_return)
14683 (test_fg_execution_pagination_cancel): Remove '-notransfer
14684 <return>' matches.
14685 * gdb.base/paginate-inferior-exit.exp
14686 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14687 match.
14688 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14689 * lib/gdb.exp (pagination_prompt): Run text through
14690 string_to_regexp.
14691 (gdb_test_multiple): Match $pagination_prompt instead of
14692 "<return>".
14693 (string_to_regexp): Move to lib/gdb-utils.exp.
14694
e214cf6c
JK
146952014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14696
14697 * gdb.arch/amd64-entry-value-paramref.S: New file.
14698 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14699 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14700 * gdb.arch/amd64-optimout-repeat.S: New file.
14701 * gdb.arch/amd64-optimout-repeat.c: New file.
14702 * gdb.arch/amd64-optimout-repeat.exp: New file.
14703
17d0c5c8
JK
147042014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14705
14706 PR gdb/17170
14707 * gdb.base/statistics.exp: New file.
14708
b8b8facf
DE
147092014-07-17 Doug Evans <dje@google.com>
14710
74b49205 14711 PR gdb/17170
b8b8facf
DE
14712 * gdb.base/maint.exp: Update testing of per-command stats.
14713
1b5d0ab3
PA
147142014-07-16 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14717 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14718 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14719 (tfile_write_buf): New functions.
14720 (add_memory_block): Rewrite using the above.
14721 (adjust_function_address): New function.
14722 (FUNCTION_ADDRESS): New macro.
14723 (write_basic_trace_file): Remove short_x local, and use
14724 tfile_write_16. Change type of func_addr local to unsigned long
14725 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14726 here. Cast argument of add_memory_block to char pointer.
14727 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14728 (main): Remove parameters.
14729 * gdb.trace/tfile.exp: Remove nowarnings.
14730
4d974e88
SM
147312014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14732
14733 * gdb.base/debug-expr.exp: Test string evaluation with
14734 "debug expression" on.
14735
41e99568
PA
147362014-07-15 Pedro Alves <palves@redhat.com>
14737
14738 * gdb.base/reread.exp: Use clean_restart.
14739
487d9753
PL
147402014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14741
14742 * gdb.arch/avr-flash-qualifer.c: New.
14743 * gdb.arch/avr-flash-qualifer.exp: New.
14744
cc1c52ad
PA
147452014-07-14 Pedro Alves <palves@redhat.com>
14746
14747 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14748 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14749
1e973570
PA
147502014-07-14 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/double-prompt-target-event-error.c: New file.
14753 * gdb.base/double-prompt-target-event-error.exp: New file.
14754
93d6eb10
PA
147552014-07-14 Pedro Alves <palves@redhat.com>
14756
14757 PR gdb/17072
14758 * gdb.base/paginate-inferior-exit.c: New file.
14759 * gdb.base/paginate-inferior-exit.exp: New file.
14760
0017922d
PA
147612014-07-14 Pedro Alves <palves@redhat.com>
14762
14763 PR gdb/17072
14764 * gdb.base/paginate-bg-execution.c: New file.
14765 * gdb.base/paginate-bg-execution.exp: New file.
14766
94696ad3
PA
147672014-07-14 Pedro Alves <palves@redhat.com>
14768
14769 PR gdb/17072
14770 * gdb.base/paginate-execution-startup.c: New file.
14771 * gdb.base/paginate-execution-startup.exp: New file.
14772 * lib/gdb.exp (pagination_prompt): New global.
14773 (default_gdb_spawn): New procedure, factored out from
14774 default_gdb_spawn.
14775 (default_gdb_start): Adjust to call default_gdb_spawn.
14776 (gdb_spawn): New procedure.
14777
bd293940
PA
147782014-07-14 Pedro Alves <palves@redhat.com>
14779
14780 * lib/gdb.exp (gdb_assert): New procedure.
14781 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14782
c933f875
PA
147832014-07-14 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.base/execution-termios.c: New file.
14786 * gdb.base/execution-termios.exp: New file.
14787
d98b7a16
TT
147882014-07-14 Tom Tromey <tromey@redhat.com>
14789
14790 * gdb.cp/vla-cxx.cc: New file.
14791 * gdb.cp/vla-cxx.exp: New file.
14792
548740d6
TT
147932014-07-14 Tom Tromey <tromey@redhat.com>
14794
14795 * gdb.reverse/rerun-prec.c: New file.
14796 * gdb.reverse/rerun-prec.exp: New file.
14797
a25eb028
MR
147982014-07-12 Maciej W. Rozycki <macro@mips.com>
14799 Maciej W. Rozycki <macro@codesourcery.com>
14800
14801 * lib/gdb-utils.exp: New file.
14802 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14803 inline `gdb_init_command' processing.
14804 (gdb_start_cmd): Likewise.
14805 * lib/mi-support.exp (mi_run_cmd): Likewise.
14806 * README: Document `gdb_init_command' and `gdb_init_commands'.
14807
218c2655
JK
148082014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14809
14810 Fix false FAIL running under a very long directory name.
14811 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14812 and "set print elements 10000". Twice.
14813
5401fde3
YQ
148142014-07-11 Yao Qi <yao@codesourcery.com>
14815
14816 * gdb.base/exprs.exp: "set print symbol off".
14817
e76126e8
PA
148182014-07-11 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.threads/kill.c: New file.
14821 * gdb.threads/kill.exp: New file.
14822
2d6f0de6
YQ
148232014-07-10 Yao Qi <yao@codesourcery.com>
14824
14825 * gdb.trace/tfile.c (write_basic_trace_file)
14826 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14827 address written to trace file.
14828
7180e04a
PA
148292014-07-09 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.base/attach-wait-input.exp: New file.
14832 * gdb.base/attach-wait-input.c: New file.
14833
9a9a7608
AB
148342014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14835
14836 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14837 setting up test structures.
14838 (main): Call new test function.
14839 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14840 test function, continue into test function and walk test
14841 structures.
14842
161ac41e
YQ
148432014-07-02 Yao Qi <yao@codesourcery.com>
14844
14845 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14846 'bar_start' at the beginning of functions 'foo' and 'bar'
14847 respectively.
14848 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14849 instead of 'foo' and 'bar'.
14850
1f267ae3
MM
148512014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14852
14853 * gdb.btrace/segv.exp: New.
14854 * gdb.btrace/segv.c: New.
14855
2b239efb
LM
148562014-07-02 Luis Machado <lgustavo@codesourcery.com>
14857
14858 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14859 instruction.
14860
cf363f18
MW
148612014-06-30 Mark Wielaard <mjw@redhat.com>
14862
14863 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14864 vulture, vilify, villar): New volatile array constants.
14865 (vindictive, vegetation): New const volatile array constants.
14866 * gdb.base/volatile.exp: Test volatile and const volatile array
14867 types.
14868
aebf9d24
AA
148692014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14870
14871 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14872 target lacks support for awatch, rwatch, or hbreak.
14873
b67a2c6f
YQ
148742014-06-27 Yao Qi <yao@codesourcery.com>
14875
14876 * gdb.multi/dummy-frame-restore.exp: New.
14877 * gdb.multi/dummy-frame-restore.c: New.
14878
aef92902
MM
148792014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14880
14881 * gdb.btrace/gcore.exp: New.
14882
8e9db26e
PA
148832014-06-23 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.base/watchpoint-reuse-slot.c: New file.
14886 * gdb.base/watchpoint-reuse-slot.exp: New file.
14887
70afc5b7
SC
148882014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14889
14890 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14891 progspace's filename in 'info', 'enable' and 'disable' command
14892 tests.
14893
b972bd9c
JK
148942014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14895
14896 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14897 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14898 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14899
125f8a3d
GB
149002014-06-20 Gary Benson <gbenson@redhat.com>
14901
14902 * gdb.arch/i386-avx.exp: Fix include file location.
14903 * gdb.arch/i386-sse.exp: Likewise.
14904
3ed9baed
IB
149052014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14906
14907 * gdb.dlang/expression.exp: New file.
14908
034f788c
PA
149092014-06-19 Pedro Alves <palves@redhat.com>
14910
14911 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14912 out from ...
14913 (top level): ... here. Iterate running tests under different
14914 scheduler-locking settings.
14915
45371d0c
LM
149162014-06-18 Luis Machado <lgustavo@codesourcery.com>
14917
14918 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14919 to DW_FORM_addr and use non-zero addresses.
14920
5d376983
SC
149212014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14922
14923 PR gdb/17017
14924 * gdb.python/py-xmethods.cc: Add global function call counters and
14925 increment them in their respective functions. Remove "cout"
14926 statements.
14927 * gdb.python/py-xmethods.exp: Make tests check the global function
14928 call counters instead of depending on inferior IO.
14929
a1aa2221
LM
149302014-06-18 Don Breazeal <donb@codesourcery.com>
14931
14932 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14933 Deleted procedure.
14934 (explicit_fork_parent_follow): Deleted procedure.
14935 (explicit_fork_child_follow): Deleted procedure.
14936 (test_follow_fork): New procedure.
14937 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14938 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14939 procedure calls.
14940
0fc05997
YQ
149412014-06-17 Yao Qi <yao@codesourcery.com>
14942
14943 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14944 CP1252.
14945
70795c52
LM
149462014-06-17 Luis Machado <lgustavo@codesourcery.com>
14947
14948 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14949 Initialize ptr and S explicitly.
14950 (skip_type_update_when_not_use_rtti_test): Likewise.
14951
6be47f0c
KS
149522014-06-16 Keith Seitz <keiths@redhat.com>
14953
14954 PR mi/15863
14955 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14956 the inferior is started.
14957
d03de421
PA
149582014-06-16 Pedro Alves <palves@redhat.com>
14959
14960 * gdb.base/break-main-file-remove-fail.c: New file.
14961 * gdb.base/break-main-file-remove-fail.exp: New file.
14962 * gdb.base/break-unload-file.exp: Use build_executable instead of
14963 prepare_for_testing.
14964 (test_break): New parameter "initial_load". Handle it.
14965 (top level): Add initial_load cmdline/file axis.
14966
f9579b99
TT
149672014-06-12 Tom Tromey <tromey@redhat.com>
14968
14969 * gdb.base/completion.exp: Don't use directory name in test.
14970
3657956b
GB
149712014-06-09 Gary Benson <gbenson@redhat.com>
14972
14973 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14974 separate the always-available ANSI-standard signals from the
14975 signals that require checking.
14976 (main): Likewise.
14977 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14978 Likewise.
14979 (main): Likewise.
14980
4186eb54
KS
149812014-06-07 Keith Seitz <keiths@redhat.com>
14982
14983 Revert:
14984 PR c++/16253
14985 * gdb.cp/var-tag.cc: New file.
14986 * gdb.cp/var-tag.exp: New file.
14987 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14988 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14989 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14990 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14991
25326a28 149922014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
14993
14994 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14995
829155c9
PA
149962014-06-06 Pedro Alves <palves@redhat.com>
14997
14998 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14999 in target debug output instead of looking at RSP packets,
15000 disabling the test on any target that uses hardware stepping.
15001 Update comments.
15002
61c8d22e
PA
150032014-06-06 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.base/break-unload-file.exp: Fix typo.
15006
d9a47287
YQ
150072014-06-06 Yao Qi <yao@codesourcery.com>
15008
15009 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15010 from "jit_function" to "^jit_function".
15011
e5e01dbf
YQ
150122014-06-06 Yao Qi <yao@codesourcery.com>
15013
15014 * gdb.base/async.c (foo): Add one statement.
15015 * gdb.base/async.exp: Get the next instruction address and
15016 match the output of "nexti" by instruction address. Match
15017 the hex address in the output of "finish".
15018
73ba372c
GB
150192014-06-06 Gary Benson <gbenson@redhat.com>
15020
15021 * gdb.base/call-signals.c: Remove preprocessor conditionals
15022 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15023 SIGSEGV and SIGTERM.
15024 * gdb.base/sigall.c: Likewise.
15025 * gdb.base/unwindonsignal.c: Likewise.
15026 * gdb.reverse/sigall-reverse.c: Likewise.
15027
831517df
YQ
150282014-06-06 Yao Qi <yao@codesourcery.com>
15029
15030 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15031 readable, skip the test.
15032
b8b91e98
YQ
150332014-06-06 Yao Qi <yao@codesourcery.com>
15034
15035 * gdb.threads/staticthreads.c (thread_function): Move the line
15036 setting breakpoint on forward.
15037 * gdb.threads/staticthreads.exp: Update comments.
15038
fb934770
LC
150392014-06-05 Ludovic Courtès <ludo@gnu.org>
15040
15041 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15042 "history-append! type error".
15043
6ef284bd
SM
150442014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15045
15046 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15047 erroneous dprintf expected input.
15048
a872e241
DE
150492014-06-04 Doug Evans <xdje42@gmail.com>
15050
15051 * gdb.guile/scm-generics.exp: Delete.
15052
16f691fb
DE
150532014-06-04 Doug Evans <xdje42@gmail.com>
15054
15055 * gdb.guile/scm-breakpoint.exp: Update.
15056 Add tests for breakpoint registration.
15057
012370f6
TT
150582014-06-04 Tom Tromey <tromey@redhat.com>
15059
15060 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15061 VLA-in-union.
15062 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15063 inner_vla_struct, vla_union types. Initialize objects of those
15064 types and compute their sizes.
15065
9f5a4cef
HZ
150662014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15067 Hui Zhu <hui@codesourcery.com>
15068
15069 * gdb.base/fileio.exp: Add test for shell not available as well as
15070 available.
15071 * gdb.base/fileio.c (test_system): Check for shell twice.
15072
90a45c4d
YQ
150732014-06-04 Yao Qi <yao@codesourcery.com>
15074
15075 * gdb.base/auto-connect-native-target.exp: Remove redundant
15076 space from the regexp pattern.
15077
70017e41
YQ
150782014-06-04 Yao Qi <yao@codesourcery.com>
15079
15080 * gdb.base/default.exp: Replace "child" with "native" in
15081 regexp pattern.
15082
883964a7
SC
150832014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15084
15085 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15086 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15087 * gdb.python/py-xmethods.py: Python script supporting the
15088 new testcase and tests.
15089
ef370185
JB
150902014-06-03 Joel Brobecker <brobecker@adacore.com>
15091 Pedro Alves <palves@redhat.com>
15092
15093 PR breakpoints/17000
15094 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15095 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15096
1e2ccb61
BM
150972014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15098
15099 * gdb.base/subst.exp: Add tests to verify partial path matching
15100 output.
15101
c6ec5ab2
PA
151022014-06-03 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15105 target that doesn't use software single-stepping.
15106
835c559f
PA
151072014-06-03 Pedro Alves <palves@redhat.com>
15108
15109 PR breakpoints/17000
15110 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15111 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15112
06eb1586
DE
151132014-06-02 Doug Evans <xdje42@gmail.com>
15114
15115 * gdb.guile/scm-parameter.exp: New file.
15116
e698b8c4
DE
151172014-06-02 Doug Evans <xdje42@gmail.com>
15118
15119 * gdb.guile/scm-cmd.c: New file.
15120 * gdb.guile/scm-cmd.exp: New file.
15121
ded03782
DE
151222014-06-02 Doug Evans <xdje42@gmail.com>
15123
15124 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15125 pretty-printer lookup.
15126 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15127 (make-pp_s-printer): Call it.
15128 (make-pretty-printer-from-dict): New function.
15129 (lookup-pretty-printer-maker-from-dict): New function.
15130 (*pretty-printer*): Simplify.
15131 (make-objfile-pp_s-printer): New function.
15132 (install-objfile-pretty-printers!): New function.
15133 (make-progspace-pp_s-printer): New function.
15134 (install-progspace-pretty-printers!): New function.
15135 * gdb.guile/scm-progspace.c: New file.
15136 * gdb.guile/scm-progspace.exp: New file.
15137
41fac0cf
PA
151382014-06-02 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.base/dprintf-bp-same-addr.c: New file.
15141 * gdb.base/dprintf-bp-same-addr.exp: New file.
15142
96ae5695
EBM
151432014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15144
15145 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15146 * gdb.arch/powerpc-power.s: Likewise.
15147
da02b3a8
JB
151482014-06-02 Joel Brobecker <brobecker@adacore.com>
15149
15150 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15151
c72b2e7b
YQ
151522014-06-01 Yao Qi <yao@codesourcery.com>
15153
15154 * gdb.base/watchpoint.exp (test_watch_location): Check null
15155 pointer can be dereferenced. If not, do the test, otherwise
15156 skip it.
15157
53e8a631
AB
151582014-05-30 Andrew Burgess <aburgess@broadcom.com>
15159
15160 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15161 results.
15162 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15163
938f0e2f
AB
151642014-05-30 Andrew Burgess <aburgess@broadcom.com>
15165
15166 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15167 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15168 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15169 * gdb.arch/amd64-invalid-stack-top.c: New file.
15170 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15171
9ba6657a
PA
151722014-05-30 Pedro Alves <palves@redhat.com>
15173
15174 PR breakpoints/17000
15175 * gdb.base/sss-bp-on-user-bp.c: New file.
15176 * gdb.base/sss-bp-on-user-bp.exp: New file.
15177
522c09bf
DB
151782014-05-30 David Blaikie <dblaikie@gmail.com>
15179
15180 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15181 gnu_inline semantics via attribute.
15182 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15183 source explicitly specifies the required semantics.
15184
bf4ef81e
MR
151852014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15186
15187 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15188
329ea579
PA
151892014-05-29 Pedro Alves <palves@redhat.com>
15190 Tom Tromey <tromey@redhat.com>
15191
15192 * gdb.base/async-shell.exp: Don't enable target-async.
15193 * gdb.base/async.exp
15194 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15195 parameter. Adjust.
15196 (top level): Don't test with "target-async".
15197 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15198 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15199 * gdb.base/inferior-died.exp: Don't enable target-async.
15200 * gdb.base/interrupt-noterm.exp: Likewise.
15201 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15202 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15203 * gdb.mi/mi-nonstop.exp: Likewise.
15204 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15205 * gdb.mi/mi-nsintrall.exp: Likewise.
15206 * gdb.mi/mi-nsmoribund.exp: Likewise.
15207 * gdb.mi/mi-nsthrexec.exp: Likewise.
15208 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15209 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15210 * gdb.python/py-evsignal.exp: Don't enable target-async.
15211 * gdb.python/py-evthreads.exp: Likewise.
15212 * gdb.python/py-prompt.exp: Likewise.
15213 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15214 * gdb.server/solib-list.exp: Don't enable target-async.
15215 * gdb.threads/thread-specific-bp.exp: Likewise.
15216 * lib/mi-support.exp: Adjust to use mi-async.
15217
fd664c91
PA
152182014-05-29 Pedro Alves <palves@redhat.com>
15219
15220 PR gdb/13860
15221 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15222 reason, even in sync mode.
15223
251bde03
PA
152242014-05-29 Pedro Alves <palves@redhat.com>
15225 Hui Zhu <hui@codesourcery.com>
15226
15227 PR PR15693
15228 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15229 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15230 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15231 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15232
7f3c0343
JB
152332014-05-28 Joel Brobecker <brobecker@adacore.com>
15234
15235 * config/monitor.exp (gdb_target_monitor): Replace use of
15236 "set remotebaud" by "set serial baud".
15237
b2715b27
AW
152382014-05-26 Andy Wingo <wingo@igalia.com>
15239
15240 * gdb.guile/scm-breakpoint.exp:
15241 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15242 properties instead of gdb-object-properties.
15243
498a4489
YQ
152442014-05-26 Yao Qi <yao@codesourcery.com>
15245
15246 * gdb.server/no-thread-db.exp: Specify source file name
15247 explicitly when setting a breakpoint.
15248
589fdceb
MM
152492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15250
15251 * gdb.btrace/vdso.c: New.
15252 * gdb.btrace/vdso.exp: New.
15253
e9089e05
MM
152542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15255
15256 * gdb.base/gcore.exp (capture_command_output): Move ...
15257 * lib/gdb.exp (capture_command_output): ... here.
15258
67b5c0c1
MM
152592014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15260
15261 * gdb.btrace/data.exp: Test memory access during btrace replay.
15262
a2199296
SM
152632014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15264
15265 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15266
17b2616c
PA
152672014-05-21 Pedro Alves <palves@redhat.com>
15268
15269 PR gdb/13860
15270 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15271 (top level): Test that output related to execution commands is
15272 sent to the console with CLI commands, but not with MI commands.
15273 Test that breakpoint events are always mirrored to the console.
15274 Also expect the new source line to be output after a "next" in
15275 async mode too. Make it a pass/fail test.
15276 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15277 output.
15278 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15279
5166082f
PA
152802014-05-21 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15283 Use them to test variations of "list" after reaching a breakpoint.
15284 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15285 Test "list" with listsize 10 after reaching a breakpoint.
15286 * gdb.python/python.exp (decode_line current location line
15287 number): Adjust expected line number.
15288
2f25d70f
SM
152892014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15290
15291 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15292 behavior for $args, pass it directly to "run".
15293
ff604a67
MR
152942014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15295
15296 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15297 30000 to 65536.
15298
6a3cb8e8
PA
152992014-05-21 Pedro Alves <palves@redhat.com>
15300
15301 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15302 auto-connect-native-target off".
15303 * gdb.base/auto-connect-native-target.c: New file.
15304 * gdb.base/auto-connect-native-target.exp: New file.
15305
4ebfc96e
PA
153062014-05-21 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.base/default.exp: Test "target native" instead of "target
15309 child".
15310
36d46afb
MW
153112014-05-21 Mark Wielaard <mjw@redhat.com>
15312
15313 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15314
5876f503
JK
153152014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15316
15317 Fix TLS access for -static -pthread.
15318 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15319 <HAVE_TLS> (thread_function, main): Initialize it.
15320 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15321 Add clean_restart.
15322 <$have_tls != "">: Check TLSVAR.
15323
0256a6ac
PA
153242014-05-21 Pedro Alves <palves@redhat.com>
15325
15326 * gdb.base/dcache-line-read-error.c: New.
15327 * gdb.base/dcache-line-read-error.exp: New.
15328
936d2992
PA
153292014-05-20 Pedro Alves <palves@redhat.com>
15330
15331 * gdb.base/compare-sections.c: New file.
15332 * gdb.base/compare-sections.exp: New file.
15333
802e8e6d
PA
153342014-05-20 Pedro Alves <palves@redhat.com>
15335
15336 * gdb.base/break-idempotent.c: New file.
15337 * gdb.base/break-idempotent.exp: New file.
15338
e59fa00f
MM
153392014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15340
15341 * gdb.btrace/nohist.exp: New.
15342
8b696e31
YQ
153432014-05-20 Yao Qi <yao@codesourcery.com>
15344
15345 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15346 gdb.reverse directory and gdb_reverse_timeout exists in board
15347 setting.
15348 * README: Document gdb_reverse_timeout.
15349
73c9764f
YQ
153502014-05-20 Yao Qi <yao@codesourcery.com>
15351
15352 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15353 'test_file_name'. Treat args as a string instead of a list.
15354 (gdb_init): Rename argument 'args' by 'test_file_name'.
15355
f1f4348a
JK
153562014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15357
15358 * gdb.arch/powerpc-power.exp: New file.
15359 * gdb.arch/powerpc-power.s: New file.
15360
0dbe70ce
DE
153612014-05-16 Doug Evans <dje@google.com>
15362
15363 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15364 * gdb.base/completion.exp: Check that all expected files exist
15365 before doing file completion.
0dbe70ce 15366
8d551b02
DE
153672014-05-16 Doug Evans <dje@google.com>
15368
15369 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15370 Update.
15371 (do_syscall_tests_without_xml): Update.
15372
73eb7709
PA
153732014-05-16 Pedro Alves <palves@redhat.com>
15374
15375 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15376 instead of "unknown output after running".
15377
3fae92fc
YQ
153782014-05-16 Yao Qi <yao@codesourcery.com>
15379
15380 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15381 file1.txt from host at the end.
15382 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15383
c2b2ccc5
DE
153842014-05-15 Doug Evans <dje@google.com>
15385
15386 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15387 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15388 loading file. Add test for TU lookup.
15389
8c217a4b
SM
153902014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15391
15392 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15393 calling "-exec-arguments" or "set args" before running the
15394 inferior.
15395
3deb39c6
SM
153962014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15397
15398 * lib/mi-support.exp (mi_expect_stop): Expect message for
15399 inferiors that exit with non-zero exit code.
15400
71a79f8c
YQ
154012014-05-14 Yao Qi <yao@codesourcery.com>
15402
15403 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15404 match absolute path on remote host.
15405 (test_file_list_exec_source_files): Remove "/" from the
15406 pattern.
15407
f23fcd46
YQ
154082014-05-14 Yao Qi <yao@codesourcery.com>
15409
15410 * boards/local-remote-host-notty.exp (${board}_file): New
15411 proc.
15412
9404b58f
KM
154132014-05-07 Kyle McMartin <kyle@redhat.com>
15414
15415 Pushed by Joel Brobecker <brobecker@adacore.com>.
15416 * gdb.arch/aarch64-atomic-inst.c: New file.
15417 * gdb.arch/aarch64-atomic-inst.exp: New file.
15418
5e45f04c
YQ
154192014-05-07 Yao Qi <yao@codesourcery.com>
15420
15421 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15422 in current context" too.
15423
c888a17d
KS
154242014-05-05 Keith Seitz <keiths@redhat.com>
15425
15426 * gdb.linespec/ls-dollar.exp: Add test for linespec
15427 file:convenience_variable.
15428
290a839c
YQ
154292014-05-05 Yao Qi <yao@codesourcery.com>
15430
15431 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15432 traceframes into tfile and ctf trace files. Read data from
15433 trace file and test collected data.
15434 (gdb_collect_locals_test): Likewise.
15435 (gdb_unavailable_registers_test): Likewise.
15436 (gdb_unavailable_floats): Likewise.
15437 (gdb_collect_globals_test): Likewise.
15438 (top-level): Append "ctf" to trace_file_targets if GDB
15439 supports.
15440
b5262cd0
YQ
154412014-05-05 Yao Qi <yao@codesourcery.com>
15442
15443 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15444 code to ...
15445 (gdb_collect_args_test_1): ... it. New proc.
15446 (gdb_collect_locals_test): Move some code to ...
15447 (gdb_collect_locals_test_1): ... it. New proc.
15448 (gdb_unavailable_registers_test): Move some code to ...
15449 (gdb_unavailable_registers_test_1): ... it. New proc.
15450 (gdb_unavailable_floats): Move some code to ...
15451 (gdb_unavailable_floats_1): ... it. New proc.
15452
30a1e6cc
SDJ
154532014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15454
15455 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15456 probes to test for bitness recognition.
15457 * gdb.arch/amd64-stap-optional-prefix.exp
15458 (test_probe_value_without_reg): New procedure.
15459 Add code to test for different kinds of bitness.
15460
f33da99a
SDJ
154612014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15462
15463 PR breakpoints/16889
15464 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15465 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15466
5b80f00d
PA
154672014-05-01 Pedro Alves <palves@redhat.com>
15468
15469 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15470 gdb_file_cmd if no file is specified.
15471 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15472 last_loaded_file to set the remote exec-file.
15473
f8c2a73c
PA
154742014-05-01 Pedro Alves <palves@redhat.com>
15475
15476 * boards/local-remote-host.exp: New file.
15477
be6e8ac7
PA
154782014-05-01 Pedro Alves <palves@redhat.com>
15479
15480 * boards/local-remote-host.exp: Rename to ...
15481 * boards/local-remote-host-notty.exp: ... this.
15482
cac0dc8f
JB
154832014-04-28 Joel Brobecker <brobecker@adacore.com>
15484
15485 * gdb.ada/dyn_arrayidx: New testcase.
15486
9730e6cc
YQ
154872014-04-26 Yao Qi <yao@codesourcery.com>
15488
15489 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15490 and compute the length of function main. Save it in
15491 $main_length.
15492 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15493 (top-level): Use gdb_compile to compile objects into
15494 executable and restart GDB. Remove invocation to
15495 prepare_for_testing.
15496
7ae1a6a6
PA
154972014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15498 Pedro Alves <palves@redhat.com>
15499
15500 PR server/16255
15501 * gdb.multi/multi-attach.c: New file.
15502 * gdb.multi/multi-attach.exp: New file.
15503
4082afcc
PA
155042014-04-25 Pedro Alves <palves@redhat.com>
15505
15506 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15507 user.
15508 (top level): Test that "set remote conditional-breakpoints-packet
15509 off" works as intended.
15510 * gdb.base/dprintf.exp: Test that "set remote
15511 breakpoint-commands-packet off" works as intended.
15512 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15513 New function.
15514 (top level): Call it.
15515 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15516 remote fast-tracepoints-packet off" works as intended.
15517 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15518 * lib/gdb.exp (gdb_is_target_remote): ... here.
15519
2abc3f8d
DB
155202014-04-24 David Blaikie <dblaikie@gmail.com>
15521
15522 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15523 ensure clang would not discard them.
15524 * gdb.base/gdbvars.c: Ditto.
15525 * gdb.base/memattr.c: Ditto.
15526 * gdb.base/whatis.c: Ditto.
15527 * gdb.python/py-prettyprint.c: Ditto.
15528 * gdb.trace/actions.c: Ditto.
15529 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15530 ensure clang would not discard it.
15531
bfd39632
DB
155322014-04-24 David Blaikie <dblaikie@gmail.com>
15533
15534 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15535 clang to emit the full definition of type required by the test
15536 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15537
22842ff6
DB
155382014-04-24 David Blaikie <dblaikie@gmail.com>
15539
15540 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15541 coax Clang into emitting the definition of the type.
15542 * gdb.cp/pr10728-x.h (y): Ditto.
15543 * gdb.cp/pr10728-y.cc (y): Ditto.
15544
c2e827ad
DB
155452014-04-24 David Blaikie <dblaikie@gmail.com>
15546
15547 * gdb.base/label.exp: XFAIL label related tests under Clang.
15548 * gdb.cp/cplabel.exp: Ditto.
15549 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15550 under Clang those using labels.
15551
4c2d33e7
YQ
155522014-04-25 Yao Qi <yao@codesourcery.com>
15553
15554 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15555 double_label.
15556 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15557 partial_label and double_label.
15558
56083b99
DB
155592014-04-24 David Blaikie <dblaikie@gmail.com>
15560
15561 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15562
25d4e99d
DB
155632014-04-24 David Blaikie <dblaikie@gmail.com>
15564
15565 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15566 of the function to work across GCC and Clang.
15567 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15568 pointer types (const void ** const V void **).
15569
01f9f808
MS
155702014-04-24 Michael Sturm <michael.sturm@mintel.com>
15571 Walfred Tedeschi <walfred.tedeschi@intel.com>
15572
15573 * Makefile.in (EXECUTABLES): Added i386-avx512.
15574 * gdb.arch/i386-avx512.c: New file.
15575 * gdb.arch/i386-avx512.exp: Likewise.
15576
4b48d439
KS
155772014-04-23 Keith Seitz <keiths@redhat.com>
15578
15579 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15580 (mi_make_breakpoint_table): New procedure.
15581 (mi_create_breakpoint): Use mi_make_breakpoint
15582 and return the result.
15583 (mi_make_breakpoint): New procedure.
15584 (mi_build_kv_pairs): New procedure.
15585
15586 * gdb.mi/mi-break.exp: Remove unused globals,
15587 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15588 All callers updated.
15589 * gdb.mi/mi-dprintf.exp: Use variable to track command
15590 number.
15591 Update all callers of mi_create_breakpoint and use
15592 mi_make_breakpoint_table.
15593 Remove any unused global variables.
15594 * gdb.mi/mi-nonstop.exp: Likewise.
15595 * gdb.mi/mi-nsintrall.exp: Likewise.
15596 * gdb.mi/mi-nsmoribund.exp: Likewise.
15597 * gdb.mi/mi-nsthrexec.exp: Likewise.
15598 * gdb.mi/mi-reverse.exp: Likewise.
15599 * gdb.mi/mi-simplerun.exp: Likewise.
15600 * gdb.mi/mi-stepn.exp: Likewise.
15601 * gdb.mi/mi-syn-frame.exp: Likewise.
15602 * gdb.mi/mi-until.exp: Likewise.
15603 * gdb.mi/mi-var-cp.exp: Likewise.
15604 * gdb.mi/mi-var-display.exp: Likewise.
15605 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15606 * gdb.mi/mi2-var-child.exp: Likewise.
15607 * gdb.mi/mi-vla-c99.exp: Likewise.
15608 * lib/mi-support.exp: Likewise.
15609
15610 From Ian Lance Taylor <iant@cygnus.com>:
15611 * lib/gdb.exp (parse_args): New procedure.
15612
08351840
PA
156132014-04-23 Pedro Alves <palves@redhat.com>
15614
15615 * gdb.base/break-unload-file.c: New file.
15616 * gdb.base/break-unload-file.exp: New file.
15617 * gdb.base/sym-file-lib.c (baz): New function.
15618 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15619 field.
15620 (load): Store the segment's mapped size.
15621 (unload): New function.
15622 (unload_shlib): New function.
15623 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15624 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15625 set a breakpoint at baz, and call it.
15626 * gdb.base/sym-file.exp: New tests for stale breakpoint
15627 instructions.
15628
076855f9
PA
156292014-04-23 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15632 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15633 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15634 * gdb.base/hbreak-unmapped.c: New file.
15635 * gdb.base/hbreak-unmapped.exp: New file.
15636 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15637 * lib/gdb.exp (gdb_is_target_remote): ... here.
15638
483805cf
PA
156392014-04-22 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.base/consecutive-step-over.c: New file.
15642 * gdb.base/consecutive-step-over.exp: New file.
15643
06d97543
PA
156442014-04-22 Pedro Alves <palves@redhat.com>
15645
15646 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15647 instead of send_gdb/gdb_expect.
15648
b4429ea2
YQ
156492014-04-22 Yao Qi <yao@codesourcery.com>
15650
15651 * lib/trace-support.exp (generate_tracefile): New procedure.
15652 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15653 return 0.
15654 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15655 if generate_tracefile returns 1.
15656
51d48146
PA
156572014-04-18 Tom Tromey <palves@redhat.com>
15658 Pedro alves <tromey@redhat.com>
15659
15660 PR backtrace/15558
15661 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15662 with a backtrace limit.
15663 * gdb.python/py-frame-inline.exp: Test running to an inline
15664 function with a backtrace limit, and printing the newest frame.
15665 * gdb.python/py-frame-inline.c (main): Call f.
15666
bd1dce5f
MS
156672014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15668
15669 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15670
40d1a503
MS
156712014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15672
15673 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15674 Drop prefix from unsupported source file path.
15675
389b98f7
YQ
156762014-04-17 Yao Qi <yao@codesourcery.com>
15677
15678 * lib/gdb.exp (with_target_charset): New proc.
15679 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15680 with_target_charset.
15681 (test_print_strings): Likewise.
15682 (test_repeat_bytes): Likewise.
15683 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15684 for some tests.
15685
22869d73
KS
156862014-04-16 Keith Seitz <keiths@redhat.com>
15687
15688 PR gdb/15827
15689 * gdb.dwarf2/corrupt.c: New file.
15690 * gdb.dwarf2/corrupt.exp: New file.
15691
c4f87ca6
KS
156922014-04-16 Keith Seitz <keiths@redhat.com>
15693
15694 PR c++/16597
15695 * gdb.cp/namelessclass.cc: New file.
15696 * gdb.cp/namelessclass.exp: New file.
15697 * gdb.cp/namelessclass.S: New file.
15698
ab19de87
DE
156992014-04-16 Doug Evans <dje@google.com>
15700
15701 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15702 Add comment.
15703 (gdbserver_default_get_comm_port): New function.
15704 (gdbserver_start): Check if board file provided
15705 "gdbserver,get_comm_port" and use it if so.
15706 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15707 (gdb,socketport): Set to "stdio".
15708 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15709 (stdio_gdbserver_template): Delete.
15710 (${board}_get_remote_address): Update.
15711 (${board}_build_remote_cmd): Delete.
15712 (${board}_get_comm_port): New function.
15713 (${board}_spawn): Update.
15714 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15715 Delete.
15716 (${board}_get_remote_address): Update.
15717 (${board}_get_comm_port): New function.
15718
fc98a809
AB
157192014-04-16 Andrew Burgess <aburgess@broadcom.com>
15720
15721 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15722 appearing in any order.
15723
87fd9e6e
DE
157242014-04-15 Doug Evans <dje@google.com>
15725
15726 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15727 uninitialized value of "description".
15728
099fc3ea
KS
157292014-04-15 Keith Seitz <keiths@redhat.com>
15730
15731 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15732 Remove unused globals.
15733 (test_running_the_program): Likewise.
15734 (test_controlled_execution): Likewise.
15735 (test_controlling_breakpoints): Likewise.
15736 (test_program_termination): Likewise.
15737
5da151d4
KS
157382014-04-15 Keith Seitz <keiths@redhat.com>
15739
15740 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15741 unused globals.
15742 (test_rbreak_creation_and_listing): Likewise.
15743 (test_ignore_count): Likewise.
15744 (test_error): Likewise.
15745
35e5d2f0
PA
157462014-04-15 Pedro Alves <palves@redhat.com>
15747
15748 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15749 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15750 sym-file-loader.c.
15751 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15752 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15753 to sym-file-loader.c.
15754 (struct library): Forward declare.
15755 (load_shlib, lookup_function): Change prototypes.
15756 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15757 (translate_offset): Remove declarations.
15758 (get_text_addr): New declaration.
15759 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15760 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15761 sym-file-loader.h.
15762 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15763 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15764 here from sym-file-loader.h.
15765 (struct library): New structure.
15766 (load_shlib, lookup_function): Change prototypes and adjust to
15767 work with a struct library.
15768 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15769 (translate_offset): Make static.
15770 (get_text_addr): New function.
15771 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15772
eb4c1710
PA
157732014-04-15 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15776
2d1baf52
PA
157772014-04-15 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.base/sym-file-loader.c: Include <limits.h>.
15780 (SELF_LINK): New define.
15781 (get_origin): New function.
15782 (load_shlib): Use it.
15783 * gdb.base/sym-file.exp: Don't early return if the target is
15784 remote. Use runto_main, and issue fail is that fails. Use
15785 gdb_load_shlibs.
15786 (shlib_name): Delete.
15787 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15788
7dd6df01
PA
157892014-04-15 Pedro Alves <palves@redhat.com>
15790
15791 * gdb.base/sym-file.exp: Remove regex characters from test
15792 message. Don't refer to breakpoint numbers in test messages.
15793
b50c8614
KS
157942014-04-14 Keith Seitz <keiths@redhat.com>
15795
15796 PR c++/16253
15797 * gdb.cp/var-tag.cc: New file.
15798 * gdb.cp/var-tag.exp: New file.
15799 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15800 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15801 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15802 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15803
3d567982
TT
158042014-04-14 Tom Tromey <tromey@redhat.com>
15805
15806 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15807 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15808 type.
15809 * gdb.cp/enum-class.exp: New file.
15810 * gdb.cp/enum-class.cc: New file.
15811
0626fc76
TT
158122014-04-14 Tom Tromey <tromey@redhat.com>
15813
15814 * gdb.dwarf2/enum-type.exp: New file.
15815
dca325b3
SA
158162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15817
15818 * gdb.mi/mi-vla-c99.exp: New file.
15819 * gdb.mi/vla.c: New file.
15820
5854b38a
SA
158212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15822
15823 * gdb.base/vla-datatypes.c: New file.
15824 * gdb.base/vla-datatypes.exp: New file.
15825
463bb957
SA
158262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15827
15828 * gdb.base/vla-ptr.c: New file.
15829 * gdb.base/vla-ptr.exp: New file.
15830
3dd170be
SA
158312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15832
15833 * gdb.dwarf2/count.exp: New file.
15834
5ecaaa66
SA
158352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15836
15837 * gdb.base/vla-sideeffect.c: New file.
15838 * gdb.base/vla-sideeffect.exp: New file.
15839
41f1ada5
DB
158402014-04-14 David Blaikie <dblaikie@gmail.com>
15841
15842 * gdb.mi/non-stop.c: Add return value for non-void function return
15843 statement.
15844 * gdb.threads/staticthreads.c: Ditto.
15845
0be03e84
DE
158462014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15847 Doug Evans <xdje42@gmail.com>
15848
15849 * gdb.guile/scm-value.c: Improve test case.
15850 * gdb.guile/scm-value.exp: Add new test.
15851
f180a1fb
DB
158522014-04-11 David Blaikie <dblaikie@gmail.com>
15853
15854 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15855 override Clang's default.
15856
6b662e19
JB
158572014-04-11 Joel Brobecker <brobecker@adacore.com>
15858
15859 Revert the following changes (regressions):
15860
15861 * gdb.base/vla-sideeffect.c: New file.
15862 * gdb.base/vla-sideeffect.exp: New file.
15863
15864 * gdb.dwarf2/count.exp: New file.
15865
15866 * gdb.base/vla-multi.c: New file.
15867 * gdb.base/vla-multi.exp: New file.
15868
15869 * gdb.base/vla-ptr.c: New file.
15870 * gdb.base/vla-ptr.exp: New file.
15871
15872 * gdb.base/vla-datatypes.c: New file.
15873 * gdb.base/vla-datatypes.exp: New file.
15874
15875 * gdb.mi/mi-vla-c99.exp: New file.
15876 * gdb.mi/vla.c: New file.
15877
245a5f0b
KS
158782014-04-11 Keith Seitz <keiths@redhat.com>
15879
15880 PR c++/16675
15881 * gdb.cp/cpsizeof.exp: New file.
15882 * gdb.cp/cpsizeof.cc: New file.
15883
58a84dcf
SA
158842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15885
191a8a90
JB
15886 * gdb.mi/mi-vla-c99.exp: New file.
15887 * gdb.mi/vla.c: New file.
58a84dcf 15888
c8655f75
SA
158892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15890
15891 * gdb.base/vla-datatypes.c: New file.
15892 * gdb.base/vla-datatypes.exp: New file.
15893
024e13b4
SA
158942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15895
15896 * gdb.base/vla-ptr.c: New file.
15897 * gdb.base/vla-ptr.exp: New file.
15898
1a237e0e
SA
158992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15900
15901 * gdb.base/vla-multi.c: New file.
15902 * gdb.base/vla-multi.exp: New file.
15903
504f3432
SA
159042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15905
15906 * gdb.dwarf2/count.exp: New file.
15907
3bce8237
SA
159082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15909
191a8a90
JB
15910 * gdb.base/vla-sideeffect.c: New file.
15911 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15912
322f9c21
YQ
159132014-04-11 Yao Qi <yao@codesourcery.com>
15914
15915 * gdb.base/completion.exp: Check file exists before running tests
15916 on file completion.
15917
d708bcd1
PA
159182014-04-10 Pedro Alves <palves@redhat.com>
15919
15920 * gdb.base/cond-eval-mode.c: New file.
15921 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15922 prepare_for_testing to build the new file. Check result of
15923 runto_main.
15924 (test_break, test_watch): New procedures.
15925 (top level): Use them.
15926
ae1d2761
PM
159272014-04-08 Pierre Muller <muller@sourceware.org>
15928
15929 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15930 Ctrl-V use for mingw hosts.
15931
7af389b8
SC
159322014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15933
15934 * gdb.python/py-value.c: Improve test case.
15935 * gdb.python/py-value.exp: Add new test.
15936
5e703181
DE
159372014-04-07 David Blaikie <dblaikie@gmail.com>
15938
15939 * lib/compiler.c: Identify the clang compiler.
15940 * lib/compiler.cc: Ditto.
15941
9810b410
YQ
159422014-04-03 Yao Qi <yao@codesourcery.com>
15943
15944 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15945
98d1b8dc
AB
159462014-04-01 Anton Blanchard <anton@samba.org>
15947
15948 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15949 messages unique.
15950
3114cea1
AB
159512014-04-01 Anton Blanchard <anton@samba.org>
15952
15953 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15954 prepare_for_testing.
15955
62f7182c
AB
159562014-04-01 Anton Blanchard <anton@samba.org>
15957
15958 * gdb.arch/ppc64-atomic-inst.c: Remove.
15959 * gdb.arch/ppc64-atomic-inst.S: New file.
15960 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15961
770e7fc7
DE
159622014-03-31 Doug Evans <dje@google.com>
15963
15964 * gdb.base/print-symbol-loading-lib.c: New file.
15965 * gdb.base/print-symbol-loading-main.c: New file.
15966 * gdb.base/print-symbol-loading.exp: New file.
15967
46e2bafa
YQ
159682014-03-31 Yao Qi <yao@codesourcery.com>
15969
15970 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15971
8776cfe9
JB
159722014-03-28 Joel Brobecker <brobecker@adacore.com>
15973
15974 * gdb.ada/mi_dyn_arr: New testcase.
15975
5d1ef361
DE
159762014-03-27 Doug Evans <dje@google.com>
15977
15978 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15979
b5bee914
YQ
159802014-03-27 Yao Qi <yao@codesourcery.com>
15981
15982 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15983 if target is nios2-*-*.
15984
0d4d0e77
YQ
159852014-03-26 Yao Qi <yao@codesourcery.com>
15986
15987 * lib/gdb.exp (readline_is_used): New proc.
15988 * gdb.base/completion.exp: Move tests on command complete up.
15989 Skip the rest of tests if readline is not used.
15990 * gdb.ada/complete.exp: Skp the test if readline is not
15991 used.
15992 * gdb.base/filesym.exp: Likewise.
15993 * gdb.base/macscp.exp: Likewise.
15994 * gdb.base/readline-ask.exp: Likewise.
15995 * gdb.base/readline.exp: Likewise.
15996 * gdb.python/py-cmd.exp: Likewise.
15997 * gdb.trace/tfile.exp: Likewise.
15998
29361eee
YQ
159992014-03-26 Yao Qi <yao@codesourcery.com>
16000
16001 * gdb.base/macscp.exp: Fix code format issues.
16002
bc9a5525
UW
160032014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16004
16005 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16006 * gdb.asm/powerpc64le.inc: New file.
16007
d3839ede
PA
160082014-03-25 Pedro Alves <palves@redhat.com>
16009 Doug Evans <dje@google.com>
16010
16011 * gdb.base/source-execution.c: New file.
16012 * gdb.base/source-execution.exp: New file.
16013 * gdb.base/source-execution.gdb: New file.
16014
01672a57
DE
160152014-03-24 Doug Evans <dje@google.com>
16016
16017 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16018 using fission.
16019
88bbeca9
HZ
160202014-03-24 Hui Zhu <hui@codesourcery.com>
16021 Pedro Alves <palves@redhat.com>
16022
16023 PR breakpoints/16101
16024 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16025 test pass/fail messages. Detect missing support for dprintf when
16026 breakpoints are actually inserted.
16027 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16028 breakpoints are actually inserted.
16029 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16030 fails.
16031
d2348791
JK
160322014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16033
16034 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16035
feef67ab
DE
160362014-03-22 Doug Evans <xdje42@gmail.com>
16037
16038 * gdb.python/python.exp (python not supported): Verify multi-line
16039 python command issues an error.
25d743f9 16040 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16041 guile command issues an error.
feef67ab 16042
ecebef6a
MR
160432014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16044
16045 * gdb.threads/thread-specific.exp: Handle the lack of usable
16046 $this_breakpoint and $this_thread.
16047
ccdd1909
HZ
160482014-03-21 Hui Zhu <hui@codesourcery.com>
16049
16050 * gdb.base/attach.exp (do_command_attach_tests): New.
16051
beb460e8
PA
160522014-03-20 Tom Tromey <tromey@redhat.com>
16053 Pedro Alves <palves@redhat.com>
16054
16055 PR cli/15718
16056 * gdb.base/condbreak-call-false.c: New file.
16057 * gdb.base/condbreak-call-false.exp: New file.
16058
40acf43a
PA
160592014-03-20 Pedro Alves <palves@redhat.com>
16060
16061 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16062 Delete.
16063 (block_signals, unblock_signals): Delete.
16064 (child_function_2, main): Remove references to deleted variable
16065 and functions.
16066
9f5e1e02
PA
160672014-03-20 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16070 Use pthread_kill to signal thread 2.
16071 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16072 Adjust to make the test send itself a signal rather than using the
16073 host's "kill" command.
16074
99619bea
PA
160752014-03-20 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.threads/multiple-step-overs.c: New file.
16078 * gdb.threads/multiple-step-overs.exp: New file.
16079 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16080 Adjust expected infrun debug output.
16081
2adfaa28
PA
160822014-03-20 Pedro Alves <palves@redhat.com>
16083
16084 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16085 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16086
31e77af2
PA
160872014-03-20 Pedro Alves <palves@redhat.com>
16088
16089 PR breakpoints/7143
16090 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16091 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16092 of gdb_test_multiple.
16093 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16094 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16095
b9f437de
PA
160962014-03-20 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16099 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16100
05adc73e
PA
161012014-03-19 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.base/async.exp: Remove early return.
16104
6048b950
PA
161052014-03-19 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16108
8bcfb00a
PA
161092014-03-19 Pedro Alves <palves@redhat.com>
16110
16111 * gdb.base/async.exp (test_background): Expect \r\n after
16112 "completed." in the fail pattern.
16113
884e37dc
PA
161142014-03-19 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.base/async.exp (test_background): New procedure.
16117 Use it for all background execution command tests.
16118
148e57e2
PA
161192014-03-19 Pedro Alves <palves@redhat.com>
16120
16121 * gdb.base/async.exp: Use prepare_for_testing.
16122
f48088c7
PA
161232014-03-19 Pedro Alves <palves@redhat.com>
16124
16125 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16126 the same line.
16127
e2f6c966
PA
161282014-03-19 Pedro Alves <palves@redhat.com>
16129
16130 * gdb.base/async.c (main): Add "jump here" and "until here" line
16131 marker comments.
16132 * gdb.base/async.exp (jump_here): New global.
16133 (jump& test): Use it.
16134 (until_here): New global.
16135 (until& test): Use it.
16136
c30568d4
PA
161372014-03-19 Pedro Alves <palves@redhat.com>
16138
16139 * gdb.base/async.exp: Don't frob gdb_protocol.
16140
0172b6a7
DE
161412014-03-18 Doug Evans <xdje42@gmail.com>
16142
16143 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16144 Fix spelling of exec-done-display.
16145
06c868a8
JK
161462014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16147
16148 PR gdb/15358
16149 * gdb.base/gdb-sigterm.c: New file.
16150 * gdb.base/gdb-sigterm.exp: New file.
16151
0c7e1a46
PA
161522014-03-18 Pedro Alves <palves@redhat.com>
16153
16154 PR gdb/13860
16155 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16156 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16157 solib-event.
16158
f7c77d93
JB
161592014-03-17 Joel Brobecker <brobecker@adacore.com>
16160
16161 * gdb.ada/pckd_arr_ren: New testcase.
16162
5a1e8c7a
DE
161632014-03-13 Doug Evans <xdje42@gmail.com>
16164
16165 PR guile/16612
16166 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16167 collect after discarding symbols.
16168
350e1a76
DE
161692014-03-13 Ludovic Courtès <ludo@gnu.org>
16170 Doug Evans <xdje42@gmail.com>
16171
16172 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16173 to history survives a gc.
16174
a69900ae
PA
161752014-03-13 Pedro Alves <palves@redhat.com>
16176
16177 * gdb.base/default.exp: Don't test "target procfs".
16178
5db9f0bd
PA
161792014-03-13 Pedro Alves <palves@redhat.com>
16180
16181 * gdb.base/default.exp: Update "target child" and "target procfs"
16182 tests to not expect "Unix".
16183
b3ccfe11
TT
161842014-03-12 Tom Tromey <tromey@redhat.com>
16185
16186 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16187 New procs. Add target-async tests.
16188 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16189 Add target-async tests.
16190
646f4417
AA
161912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16192
16193 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16194 'func_start' and 'func_end' for the beginning and end of the
16195 function code, respectively.
16196 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16197 'func_end' instead of 'func' and 'main'.
16198
288c211f
AA
161992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16200
16201 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16202 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16203 generate the debug info assembler source.
16204
e0c0f156
AA
162052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16206
16207 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16208 * gdb.dwarf2/arr-subrange.exp: Likewise.
16209 * gdb.dwarf2/dwz.exp: Likewise.
16210 * gdb.dwarf2/method-ptr.exp: Likewise.
16211 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16212 * gdb.dwarf2/subrange.exp: Likewise.
16213 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16214 * gdb.dwarf2/implptrpiece.exp: Likewise.
16215 * gdb.dwarf2/nostaticblock.exp: Likewise.
16216
0e5c4555
AA
162172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16218
16219 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16220 directory to absolute path name arguments.
16221
5ec18f2b
JG
162222014-03-10 Joel Brobecker <brobecker@adacore.com>
16223
16224 * gdb.ada/tagged_access: New testcase.
16225
847fc4f2
MM
162262014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16227
16228 * gdb.btrace/data.exp: Update expected output.
16229
cc3da688
YQ
162302014-03-06 Yao Qi <yao@codesourcery.com>
16231
16232 * gdb.trace/pr16508.exp: New file.
16233
0f26cec1
PA
162342014-03-05 Pedro Alves <palves@redhat.com>
16235
16236 PR gdb/16575
16237 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16238 procedure.
16239 (top level): Adjust to use it. Add tests that exercise breakpoint
16240 interaction with the code-cache.
16241
7a5a839f
LC
162422014-02-26 Ludovic Courtès <ludo@gnu.org>
16243
16244 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16245 test for 'history-append!'.
16246
31aa7e4e
JB
162472014-02-26 Joel Brobecker <brobecker@adacore.com>
16248
16249 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16250 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16251 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16252 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16253 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16254 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16255
1b588015
JB
162562014-02-26 Joel Brobecker <brobecker@adacore.com>
16257
16258 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16259 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16260 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16261
55426c9d
JB
162622014-02-26 Joel Brobecker <brobecker@adacore.com>
16263
16264 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16265
dc53a7ad
JB
162662014-02-26 Joel Brobecker <brobecker@adacore.com>
16267
16268 * gdb.dwarf2/arr-stride.c: New file.
16269 * gdb.dwarf2/arr-stride.exp: New file.
16270
12ab52e9
PA
162712014-02-26 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16274 that won't ever trigger. Make sure that GDB reports the correct
16275 breakpoint that caused the stop.
16276
849c862e
JK
162772014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16278
16279 PR gdb/16626
16280 * gdb.base/auto-load-script: New file.
16281 * gdb.base/auto-load.c: New file.
16282 * gdb.base/auto-load.exp: New file.
16283
71b7d793
JK
16284 PR gdb/16626
16285 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16286
e2f0d509
JK
162872014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16288
16289 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16290 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16291
50cc37c8
DE
162922014-02-24 Doug Evans <dje@google.com>
16293
16294 * lib/gdb.exp (run_on_host): Log error output if program fails.
16295
ea4758f2
PA
162962014-02-21 Pedro Alves <palves@redhat.com>
16297
16298 * gdb.threads/step-after-sr-lock.c: Rename to ...
16299 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16300 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16301 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16302 ... this.
16303
d7b30f67
SDJ
163042014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16305
16306 PR tdep/16397
16307 * gdb.arch/amd64-stap-special-operands.exp: New file.
16308 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16309 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16310 * gdb.arch/amd64-stap-triplet.S: Likewise.
16311 * gdb.arch/amd64-stap-triplet.c: Likewise.
16312
83deb43f
JB
163132014-02-20 Joel Brobecker <brobecker@adacore.com>
16314
16315 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16316 in .section pseudo-op.
16317
adde2bff
DE
163182014-02-20 lin zuojian <manjian2006@gmail.com>
16319 Joel Brobecker <brobecker@adacore.com>
16320 Doug Evans <xdje42@gmail.com>
16321
16322 PR symtab/16581
16323 * gdb.dwarf2/dw2-icycle.S: New file.
16324 * gdb.dwarf2/dw2-icycle.c: New file.
16325 * gdb.dwarf2/dw2-icycle.exp: New file.
16326
f7bd0f78
SC
163272014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16328
16329 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16330 operations on gdb.Value objects.
16331 * gdb.python/py-value-cc.exp: Add new test to test operations on
16332 gdb.Value objects.
16333
c17ef0d5
DE
163342014-02-18 Doug Evans <dje@google.com>
16335
16336 * Makefile.in (TESTS): New variable.
16337 (expanded_tests, expanded_tests_or_none): New variables
16338 (check-single): Pass $(expanded_tests_or_none) to runtest.
16339 (check-parallel): Only run tests in $(TESTS) if non-empty.
16340 (check/no-matching-tests-found): New rule.
16341 * README: Document TESTS makefile variable.
16342
5dd3176f
DE
163432014-02-18 Doug Evans <dje@google.com>
16344
16345 * Makefile.in (check-parallel): rm -rf outputs temp.
16346
0b10be4f
JK
163472014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 Fix "ERROR: no fileid for" in the testsuite.
16350 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16351
85f224e7
DE
163522014-02-12 Doug Evans <dje@google.com>
16353
16354 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16355 (MISCELLANEOUS): New variable.
16356 (clean): rm -rf $(MISCELLANEOUS).
16357 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16358 dwp live in the same directory as symlinks, with each symlink pointed
16359 to a differently named file in a different directory.
16360
149b30ff
DE
163612014-02-11 Doug Evans <dje@google.com>
16362
16363 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16364 of Tcl file commands.
16365
1dfdac32
MK
163662014-02-10 Mark Kettenis <kettenis@gnu.org>
16367
16368 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16369 "kill -SIGUSR1 -1".
16370
aa4fb036
JB
163712014-02-10 Joel Brobecker <brobecker@adacore.com>
16372
16373 * gdb.ada/tick_length_array_enum_idx: New testcase.
16374
ed3ef339
DE
163752014-02-10 Doug Evans <xdje42@gmail.com>
16376
16377 * configure.ac (AC_OUTPUT): Add gdb.guile.
16378 * configure: Regenerate.
16379 * lib/gdb-guile.exp: New file.
16380 * lib/gdb.exp (get_target_charset): New function.
16381 * gdb.base/help.exp: Update expected output from "apropos apropos".
16382 * gdb.guile/Makefile.in: New file.
16383 * gdb.guile/guile.exp: New file.
16384 * gdb.guile/scm-arch.c: New file.
16385 * gdb.guile/scm-arch.exp: New file.
16386 * gdb.guile/scm-block.c: New file.
16387 * gdb.guile/scm-block.exp: New file.
16388 * gdb.guile/scm-breakpoint.c: New file.
16389 * gdb.guile/scm-breakpoint.exp: New file.
16390 * gdb.guile/scm-disasm.c: New file.
16391 * gdb.guile/scm-disasm.exp: New file.
16392 * gdb.guile/scm-equal.c: New file.
16393 * gdb.guile/scm-equal.exp: New file.
16394 * gdb.guile/scm-error.exp: New file.
16395 * gdb.guile/scm-error.scm: New file.
16396 * gdb.guile/scm-frame-args.c: New file.
16397 * gdb.guile/scm-frame-args.exp: New file.
16398 * gdb.guile/scm-frame-args.scm: New file.
16399 * gdb.guile/scm-frame-inline.c: New file.
16400 * gdb.guile/scm-frame-inline.exp: New file.
16401 * gdb.guile/scm-frame.c: New file.
16402 * gdb.guile/scm-frame.exp: New file.
16403 * gdb.guile/scm-generics.exp: New file.
16404 * gdb.guile/scm-gsmob.exp: New file.
16405 * gdb.guile/scm-iterator.c: New file.
16406 * gdb.guile/scm-iterator.exp: New file.
16407 * gdb.guile/scm-math.c: New file.
16408 * gdb.guile/scm-math.exp: New file.
16409 * gdb.guile/scm-objfile-script-gdb.in: New file.
16410 * gdb.guile/scm-objfile-script.c: New file.
16411 * gdb.guile/scm-objfile-script.exp: New file.
16412 * gdb.guile/scm-objfile.c: New file.
16413 * gdb.guile/scm-objfile.exp: New file.
16414 * gdb.guile/scm-ports.exp: New file.
16415 * gdb.guile/scm-pretty-print.c: New file.
16416 * gdb.guile/scm-pretty-print.exp: New file.
16417 * gdb.guile/scm-pretty-print.scm: New file.
16418 * gdb.guile/scm-section-script.c: New file.
16419 * gdb.guile/scm-section-script.exp: New file.
16420 * gdb.guile/scm-section-script.scm: New file.
16421 * gdb.guile/scm-symbol.c: New file.
16422 * gdb.guile/scm-symbol.exp: New file.
16423 * gdb.guile/scm-symtab-2.c: New file.
16424 * gdb.guile/scm-symtab.c: New file.
16425 * gdb.guile/scm-symtab.exp: New file.
16426 * gdb.guile/scm-type.c: New file.
16427 * gdb.guile/scm-type.exp: New file.
16428 * gdb.guile/scm-value-cc.cc: New file.
16429 * gdb.guile/scm-value-cc.exp: New file.
16430 * gdb.guile/scm-value.c: New file.
16431 * gdb.guile/scm-value.exp: New file.
16432 * gdb.guile/source2.scm: New file.
16433 * gdb.guile/types-module.cc: New file.
16434 * gdb.guile/types-module.exp: New file.
16435
7026a7c1
YQ
164362014-02-10 Yao Qi <yao@codesourcery.com>
16437
16438 PR testsuite/16543
16439 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16440 * configure: Regenerated.
16441 * Makefile.in: New file.
16442
6c466447
AS
164432014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16444
16445 * gdb.python/py-framefilter.exp: Fix typo.
16446
6e854735
YQ
164472014-02-08 Yao Qi <yao@codesourcery.com>
16448
16449 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16450 that no =breakpoint-modified is emitted when breakpoints are
16451 modified through MI commands.
16452
d137e6dc
PA
164532014-02-07 Pedro Alves <pedro@codesourcery.com>
16454 Pedro Alves <palves@redhat.com>
16455
16456 * gdb.threads/step-after-sr-lock.c: New file.
16457 * gdb.threads/step-after-sr-lock.exp: New file.
16458
b5ee5a50
PA
164592014-02-07 Pedro Alves <palves@redhat.com>
16460
16461 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16462
3c77faf3
JK
164632014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16464
16465 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16466 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16467
6dddc817
DE
164682014-02-06 Doug Evans <xdje42@gmail.com>
16469
16470 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16471 output.
16472
16473 * gdb.gdb/python-interrupts.exp: New file.
16474
de7b2893
YQ
164752014-02-05 Yao Qi <yao@codesourcery.com>
16476
16477 * gdb.trace/report.exp (use_collected_data): Test the output
16478 of "info threads" and "info inferiors".
16479
66d032ac
YQ
164802014-02-05 Yao Qi <yao@codesourcery.com>
16481
16482 Revert this patch:
16483
16484 2013-05-24 Yao Qi <yao@codesourcery.com>
16485
16486 * gdb.trace/tfile.exp: Test inferior and thread.
16487
591a12a1
UW
164882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16489
16490 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16491 on a function.
16492 * gdb.base/step-bt.c: Call hello via function pointer to make
16493 sure its first instruction is executed on powerpc64le-linux.
16494
0ff3e01f
UW
164952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16496
16497 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16498
084ee545
UW
164992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16500
16501 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16502 of the test patterns for use on little-endian systems.
16503
6ed14ff3
UW
165042014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16505
16506 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16507 (decimal_vector): Fix for little-endian.
16508
401e27fd
JM
165092014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16510
16511 * gdb.arch/sparc-sysstep.exp: New file.
16512 * gdb.arch/sparc-sysstep.c: Likewise.
16513
16514 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16515
8b924729
EBM
165162014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16517
16518 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16519
fb151210
JB
165202014-01-23 Tom Tromey <tromey@redhat.com>
16521
16522 * gdb.ada/array_char_idx: New testcase.
16523
0740f8d8
TT
165242014-01-23 Tom Tromey <tromey@redhat.com>
16525
16526 PR python/16487:
16527 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16528 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16529 classes.
16530
21909fa1
TT
165312014-01-23 Tom Tromey <tromey@redhat.com>
16532
16533 PR python/16491:
16534 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16535 string from an inferior frame.
16536 * gdb.python/py-framefilter-mi.exp: Update.
16537
87ce2a04
DE
165382014-01-22 Doug Evans <dje@google.com>
16539
16540 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16541
237b092b
AA
165422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16543
16544 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16545
d674a709
AA
165462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16547
16548 * gdb.trace/entry-values.exp: Remove excess space character from
16549 regex patterns. Handle s390 call instruction.
16550
20fa3390
AA
165512014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16552
16553 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16554 define "*_start" label. Make "name" static.
16555 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16556 ${name} by references to ${name}_start.
16557
78466714
AA
165582014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16559
16560 * gdb.base/info-macros.exp: Remove "debug" from the compile
16561 options.
16562
ec9f644a
IB
165632014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16564
16565 * gdb.dlang/demangle.exp: New file.
16566
94b1b47e
IB
165672014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16568
16569 * gdb.dlang/primitive-types.exp: New file.
16570
7f420862
IB
165712014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16572
16573 * configure.ac: Create gdb.dlang/Makefile.
16574 * configure: Regenerate.
16575 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16576 * gdb.dlang/Makefile.in: New file.
16577 * lib/d-support.exp: New file.
16578 * lib/gdb.exp (skip_d_tests): New proc.
16579
52834460
MM
165802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16581
16582 * gdb.btrace/delta.exp: Check reverse stepi.
16583 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16584 * gdb.btrace/finish.exp: New.
16585 * gdb.btrace/next.exp: New.
16586 * gdb.btrace/nexti.exp: New.
16587 * gdb.btrace/record_goto.c: Add comments.
16588 * gdb.btrace/step.exp: New.
16589 * gdb.btrace/stepi.exp: New.
16590 * gdb.btrace/multi-thread-step.c: New.
16591 * gdb.btrace/multi-thread-step.exp: New.
16592 * gdb.btrace/rn-dl-bind.c: New.
16593 * gdb.btrace/rn-dl-bind.exp: New.
16594 * gdb.btrace/data.c: New.
16595 * gdb.btrace/data.exp: New.
16596 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16597
6e07b1d2
MM
165982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16599
16600 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16601 * gdb.btrace/exception.exp: Update.
16602 * gdb.btrace/instruction_history.exp: Update.
16603 * gdb.btrace/record_goto.exp: Update.
16604 * gdb.btrace/tailcall.exp: Update.
16605 * gdb.btrace/unknown_functions.exp: Update.
16606 * gdb.btrace/delta.exp: New.
16607
0b722aec
MM
166082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16609
16610 * gdb.btrace/record_goto.exp: Add backtrace test.
16611 * gdb.btrace/tailcall.exp: Add backtrace test.
16612
066ce621
MM
166132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16614
16615 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16616 * gdb.btrace/record_goto.c: New.
16617 * gdb.btrace/record_goto.exp: New.
16618 * gdb.btrace/x86-record_goto.S: New.
16619
0688d04e
MM
166202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16621
16622 * gdb.btrace/function_call_history.exp: Update tests.
16623 * gdb.btrace/instruction_history.exp: Update tests.
16624
8710b709
MM
166252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16626
16627 * gdb.btrace/function_call_history.exp: Fix expected field
16628 order for "record function-call-history".
16629 Add new tests for "record function-call-history /c".
16630 * gdb.btrace/exception.cc: New.
16631 * gdb.btrace/exception.exp: New.
16632 * gdb.btrace/tailcall.exp: New.
16633 * gdb.btrace/x86-tailcall.S: New.
16634 * gdb.btrace/x86-tailcall.c: New.
16635 * gdb.btrace/unknown_functions.c: New.
16636 * gdb.btrace/unknown_functions.exp: New.
16637 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16638
5de9129b
MM
166392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16640
16641 * gdb.btrace/instruction_history.exp: Update.
16642 * gdb.btrace/function_call_history.exp: Update.
16643
23a7fe75
MM
166442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16645
16646 * gdb.btrace/function_call_history.exp: Fix expected function
16647 trace.
16648 * gdb.btrace/instruction_history.exp: Initialize traced.
16649 Remove traced_functions.
16650
724c7dd8
MM
166512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16652
16653 * gdb.btrace/function_call_history.exp: Update
16654 * gdb.btrace/instruction_history.exp: Update.
16655
6d78d93b
MM
166562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16657
16658 * gdb.btrace/enable.exp: Update expected text.
16659
93a360cc
OJ
166602014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16661
16662 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16663 bytes.
16664
3772b53f
MR
166652014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16666
16667 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16668
596662fa
OJ
166692014-01-15 Omair Javaid <omair.javaid@linaro.org>
16670
16671 * lib/gdb.exp (supports_process_record): Return true for
16672 arm*-linux*. (supports_reverse): Likewise.
16673
b5b08fb4
SC
166742014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16675
16676 PR python/15464
16677 PR python/16113
16678 * gdb.python/py-type.c: Enhance test case.
16679 * gdb.python/py-value-cc.cc: Likewise
16680 * gdb.python/py-type.exp: Add new tests.
16681 * gdb.python/py-value-cc.exp: Likewise
16682
52d7fb13
AA
166832014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16684 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16687 Make "name" extern.
16688 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16689 references to ${name}_start by references to ${name}.
16690
a2cd8cfe
JB
166912014-01-10 Joel Brobecker <brobecker@adacore.com>
16692
16693 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16694
4e23fced
JB
166952014-01-10 Joel Brobecker <brobecker@adacore.com>
16696
16697 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16698
c6a9e42c
PA
166992014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16700 Pedro Alves <palves@redhat.com>
16701
16702 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16703 mi_gdb_target_load.
c6a9e42c 16704
b7ea362b
PA
167052014-01-08 Pedro Alves <palves@redhat.com>
16706
16707 * gdb.threads/reconnect-signal.c: New file.
16708 * gdb.threads/reconnect-signal.exp: New file.
16709
5e3f4fab
EBM
167102014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16711
16712 * gdb.base/source-dir.exp: New file.
16713
79301218
JB
167142014-01-07 Joel Brobecker <brobecker@adacore.com>
16715
16716 * gdb.ada/mi_interface: New testcase.
16717
8e355c5d
JB
167182014-01-07 Joel Brobecker <brobecker@adacore.com>
16719
16720 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16721 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16722 gdb.ada/pp-rec-component/pck.ads: New files.
16723
c0d48811
JB
167242014-01-07 Joel Brobecker <brobecker@adacore.com>
16725
16726 * gdb.python/py-pp-integral.c: New file.
16727 * gdb.python/py-pp-integral.py: New file.
16728 * gdb.python/py-pp-integral.exp: New file.
16729
17b609c3 16730For older changes see ChangeLog-1993-2013.
c906108c 16731\f
8d8cb839
EZ
16732;; Local Variables:
16733;; mode: change-log
16734;; left-margin: 8
16735;; fill-column: 74
16736;; version-control: never
16737;; End:
902f2ccb 16738
42a4f53d 16739 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16740 Copying and distribution of this file, with or without modification,
16741 are permitted provided the copyright notice and this notice are preserved.