Arm: Add support for missing CPUs
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
26c957f1
PA
12019-08-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/with.exp: Test "with" with no arguments.
4
61f80d5d
TV
52019-08-21 Tom de Vries <tdevries@suse.de>
6
7 * gdb.base/gdb-caching-proc.exp: Sort files.
8
d7a11d13
TV
92019-08-20 Tom de Vries <tdevries@suse.de>
10
11 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
12 compilation.
13
34dafe9f
TV
142019-08-16 Tom de Vries <tdevries@suse.de>
15
16 * gdb.base/compare-sections.exp ("after run to main"): Allow
17 mismatched read-only sections for PIE executables.
18
398fdd60
TT
192019-08-16 Tom Tromey <tom@tromey.com>
20
21 * lib/tuiterm.exp (_csi_Z): New proc.
22 * gdb.tui/basic.exp: Update window positions.
23 * gdb.tui/empty.exp: Update window positions.
24
d8f9e51c
SL
252019-08-15 Sandra Loosemore <sandra@codesourcery.com>
26
27 * gdb.base/examine-backward.exp: Correct regexp for
28 "examine 3 bytes backward from ${address_zero}".
29
3df505f6
TT
302019-08-15 Tom Tromey <tom@tromey.com>
31
32 * gdb.tui/empty.exp: Enable resizing tests.
33
272560b5
TT
342019-08-15 Tom Tromey <tromey@adacore.com>
35
36 * gdb.ada/char_enum.exp: Add regression tests.
37 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
38 and '0'.
39 (Char, Gchar): Update.
40 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
41
08235187
CB
422019-08-15 Christian Biesinger <cbiesinger@google.com>
43
44 * gdb.python/python.exp: Expect a leading underscore on
45 GdbOutput{,Error}File.
46
22a2ab04
SL
472019-08-15 Sandra Loosemore <sandra@codesourcery.com>
48
49 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
50 Windows host.
51
835b995b
SL
522019-08-15 Sandra Loosemore <sandra@codesourcery.com>
53
54 * gdb.base/batch-preserve-term-settings.exp
55 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
56
97dd8e07
CB
572019-08-15 Christian Biesinger <cbiesinger@google.com>
58
59 * lib/gdb.exp: When running on a mingw target, replace
60 /x/ with x:/.
61
75faf5c4
AH
622019-08-14 Alan Hayward <alan.hayward@arm.com>
63
64 * gdb.arch/aarch64-prologue.c: New test.
65 * gdb.arch/aarch64-prologue.exp: New file.
66
abc6c00f
TV
672019-08-13 Tom de Vries <tdevries@suse.de>
68
69 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
70 Thread.
71
74c2c1f4
SL
722019-08-13 Sandra Loosemore <sandra@codesourcery.com>
73
74 * gdb.python/py-completion.exp: Download the .py file to the host
75 and use its host pathname. Conditionalize tests that use
76 tab completion and manipulate files on the build machine.
77 * gdb.python/py-events.exp: Download the .py file to the host
78 and use its host pathname.
79 * gdb.python/py-evsignal.exp: Likewise.
80 * gdb.python/py-evthreads.exp: Likewise.
81 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
82 pathname syntax.
83 * gdb.python/py-framefilter.exp: Download the .py file to the right
84 place on the host. Match Windows pathname syntax.
85 * gdb.python/py-mi-var-info-path-expression.exp: Download the
86 .py file to the host and use its host pathname.
87 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
88 * gdb.python/py-objfile.exp: Expect a host pathname, not a
89 build pathname. Skip symlink test on Windows host. Add missing
90 newline at end of file.
91 * gdb.python/py-pp-maint.exp: Download the .py file to the host
92 and use its host pathname.
93 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
94 * gdb.python/py-section-script.exp: Use host location of binfile
95 on safe-path. Use correct path separator on Windows host.
96 Reorder alternatives in gdb_test_multiple to prevent matching
97 the wrong alternative on success.
98 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
99
ca2589f3
PP
1002019-08-12 Patrick Palka <patrick@parcs.ath.cx>
101
102 * gdb.gdb/selftest.exp (test_with_self): Update test to now
103 expect the GDB inferior to no longer immediately stop after
104 being resumed with "signal SIGINT".
105
020a839d
SL
1062019-08-09 Sandra Loosemore <sandra@codesourcery.com>
107
108 * gdb.linespec/break-ask.exp: Generalize regexps to match
109 Windows pathnames too.
110
128d6509
TV
1112019-08-08 Tom de Vries <tdevries@suse.de>
112
113 PR testsuite/24862
114 * lib/tuiterm.exp (_accept): Fix CSI regexp.
115
590042fc
PW
1162019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
117
118 * gdb.base/style.exp: Update tests for help doc new invariants.
119 * gdb.base/help.exp: Likewise.
120
046bebe1
TT
1212019-08-06 Tom Tromey <tom@tromey.com>
122
123 * gdb.base/style.exp: Add disassemble test.
124 * gdb.base/style.c (some_called_function): New function.
125 (main): Use it.
126
0b27c27d
CB
1272019-08-05 Christian Biesinger <cbiesinger@google.com>
128
129 * gdb.python/py-block.exp: Test dictionary access on blocks.
130
580f1034
SM
1312019-08-05 Simon Marchi <simon.marchi@efficios.com>
132
133 PR gdb/24863
134 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
135 -list-thread-groups --available test when running under
136 check-read1.
137
d86bd7cb
TV
1382019-08-05 Tom de Vries <tdevries@suse.de>
139
140 PR testsuite/24863
141 * lib/gdb.exp (with_read1_timeout_factor): New proc.
142 * gdb.base/help.exp: Use with_read1_timeout_factor.
143 * gdb.base/info-macros.exp: Same.
144 * gdb.cp/nested-types.exp: Same.
145
a80cf5d8
TV
1462019-08-05 Tom de Vries <tdevries@suse.de>
147
148 * lib/gdb.exp (version_at_least): Factor out of ...
149 (tcl_version_at_least): ... here.
150 (gdb_compile): Fail if pie results in non-PIE executable.
151 (readelf_version, readelf_prints_pie): New proc.
152 (exec_is_pie): Return -1 if unknown.
153
d0962838
TV
1542019-08-05 Tom de Vries <tdevries@suse.de>
155
156 * lib/gdb.exp (tcl_version_at_least): Fix typo.
157
2252ff3d
SL
1582019-08-04 Sandra Loosemore <sandra@codesourcery.com>
159
160 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
161
26655f53
SL
1622019-08-04 Sandra Loosemore <sandra@codesourcery.com>
163
164 * lib/completion-support.exp (test_gdb_complete_none): Skip
165 tab completion tests if no readline support.
166 (test_gdb_complete_unique_re): Likewise.
167 (test_gdb_complete_multiple): Likewise.
168
db4dc13e
PW
1692019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
170
171 * gdb.base/info_sources.exp: New file.
172 * gdb.base/info_sources.c: New file.
173 * gdb.base/info_sources_base.c: New file.
174
0eba165a
PFC
1752019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
176
177 * gdb.base/batch-exit-status.exp: Call test_exit_status with
178 prefix argument.
179 (test_exit_status): Add prefix argument.
180
59bd512b
TV
1812019-08-01 Tom de Vries <tdevries@suse.de>
182
183 PR testsuite/24863
184 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
185 calling exp_continue for new thread and thread exited messages.
186
2a3ad588
TV
1872019-08-01 Tom de Vries <tdevries@suse.de>
188
189 PR testsuite/24863
190 * gdb.base/structs.exp: Fix check-read1 timeout using
191 gdb_test_sequence.
192 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
193
117eb594
TV
1942019-08-01 Tom de Vries <tdevries@suse.de>
195
196 PR testsuite/24863
197 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
198 line.
199
ed591340
TV
2002019-08-01 Tom de Vries <tdevries@suse.de>
201
202 PR testsuite/24863
203 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
204
aa3b6533
TT
2052019-07-30 Tom Tromey <tromey@adacore.com>
206
207 * gdb.ada/display_nested.exp: New file.
208 * gdb.ada/display_nested/foo.adb: New file.
209 * gdb.ada/display_nested/pack.adb: New file.
210 * gdb.ada/display_nested/pack.ads: New file.
211
2906593f
CB
2122019-07-30 Christian Biesinger <cbiesinger@google.com>
213
214 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
215 namespace.
216 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
217
0f575925
TV
2182019-07-30 Tom de Vries <tdevries@suse.de>
219
220 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
221 instead.
222
b13057d9
TV
2232019-07-30 Tom de Vries <tdevries@suse.de>
224
225 PR testsuite/24834
226 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
227 (exec_is_pie): New proc.
228
5c4dde85
CB
2292019-07-29 Christian Biesinger <cbiesinger@google.com>
230
231 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
232
c620ed88
CB
2332019-07-29 Christian Biesinger <cbiesinger@google.com>
234
235 * gdb.python/py-objfile.c: Add global and static vars.
236 * gdb.python/py-objfile.exp: Test new functions Objfile.
237 lookup_global_symbol and lookup_static_symbol.
238
3d235706
TT
2392019-07-29 Tom Tromey <tom@tromey.com>
240
241 * lib/tuiterm.exp (Term::_csi_@): New proc.
242 (Term::_csi_X): Don't move cursor.
243
c7e4c0a6
PW
2442019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
245
246 * gdb.base/options.exp: Update backtrace - completion to
247 new option -frame-info.
248 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
249 Test new 'set print frame-info'. Test backtrace -frame-info
250 overriding 'set print frame-info'.
251 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
252 Test new 'set print frame-info'.
253 Verify consistency of backtrace with and without filters, with and
254 without -no-filters.
255 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
256 default.
257
de28a3b7
TV
2582019-07-29 Tom de Vries <tdevries@suse.de>
259
260 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
261 no arguments".
262
507dd60e
TV
2632019-07-29 Tom de Vries <tdevries@suse.de>
264
265 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
266 is a substring of the first for "complete non-unique file name".
267
5beafce9
TV
2682019-07-29 Tom de Vries <tdevries@suse.de>
269
270 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
271 with ".*".
272
2d274232
TV
2732019-07-29 Tom de Vries <tdevries@suse.de>
274
275 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
276 Pass prompt_regexp parameter to gdb_test_multiple calls.
277
9197cd8b
TV
2782019-07-29 Tom de Vries <tdevries@suse.de>
279
280 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
281 print registers" regexps.
282
b528dae0
TV
2832019-07-29 Tom de Vries <tdevries@suse.de>
284
285 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
286
d17725d7
TV
2872019-07-29 Tom de Vries <tdevries@suse.de>
288
289 PR gdb/24855
290 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
291 (skip_python_tests_prompt): Add prompt_regexp argument to
292 gdb_test_multiple calls.
293
52b75bf1
TT
2942019-07-27 Tom Tromey <tom@tromey.com>
295
296 * gdb.tui/main.exp: New file.
297
2b1d00c2
TT
2982019-07-27 Tom Tromey <tom@tromey.com>
299
300 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
301 optional.
302 * gdb.tui/empty.exp: New file.
303
ded631d5
TT
3042019-07-27 Tom Tromey <tom@tromey.com>
305
306 * lib/tuiterm.exp (spawn): New proc.
307 (Term::resize): New proc.
308 * gdb.tui/resize.exp: New file.
309
58ac439d
TT
3102019-07-27 Tom Tromey <tom@tromey.com>
311
312 * gdb.tui/list.exp: New file.
313
fe1f56ee
TT
3142019-07-27 Tom Tromey <tom@tromey.com>
315
316 * gdb.tui/regs.exp: New file.
317
f790b310
TT
3182019-07-27 Tom Tromey <tom@tromey.com>
319
320 * gdb.tui/basic.exp: Add "layout split" test.
321
d95fc6ee
TT
3222019-07-27 Tom Tromey <tom@tromey.com>
323
324 * gdb.tui/basic.exp: Add "layout asm" test.
325
c3786b3a
TT
3262019-07-27 Tom Tromey <tom@tromey.com>
327
328 * lib/tuiterm.exp: New file.
329 * gdb.tui/basic.exp: New file.
330
98a617f8
KB
3312019-07-27 Kevin Buettner <kevinb@redhat.com>
332
333 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
334 Enable tests associated with this flag. Adjust regex
335 referencing "foo_low" to now refer to "foo_cold" instead.
336
5c076da4
KB
3372019-07-27 Kevin Buettner <kevinb@redhat.com>
338
339 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
340 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
341 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
342 foo_cold. Revise comments to match.
343 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
344 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
345 were wrapped into this proc; Call do_test in loop from outermost
346 level.
347 (foo_low): Rename all occurrences to "foo_cold".
348 (backtrace from baz): New test.
349 (x2/i foo_cold): New test.
350 (info line *foo_cold): New test.
351
1512d3b7
TV
3522019-07-26 Tom de Vries <tdevries@suse.de>
353
354 * gdb.arch/i386-pkru.exp: Fix unterminated string.
355
297989a1
TV
3562019-07-25 Tom de Vries <tdevries@suse.de>
357
358 PR testsuite/24830
359 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
360 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
361 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
362 (skip_libstdcxx_probe_tests): ... here.
363 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
364
b3b965fb
TV
3652019-07-24 Tom de Vries <tdevries@suse.de>
366
367 PR testsuite/24807
368 * gdb.objc/basicclass.m: Include stdio.h.
369 * gdb.objc/nondebug.m: Same.
370 * gdb.objc/objcdecode.m: Same.
371
4625b4d0
TV
3722019-07-24 Tom de Vries <tdevries@suse.de>
373
374 PR testsuite/24612
375 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
376 additional_flags.
377
024a5840
TV
3782019-07-24 Tom de Vries <tdevries@suse.de>
379
380 PR testsuite/24831
381 * gdb.multi/tids.exp: Update error messages for info threads.
382
c76ddaa3
TV
3832019-07-24 Tom de Vries <tdevries@suse.de>
384
385 * gdb.base/info-types.exp: Allow info types to print info for more than
386 one file.
387
9a618ef6
TV
3882019-07-23 Tom de Vries <tdevries@suse.de>
389
390 PR testsuite/24842
391 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
392 gdb_spawn_with_cmdline_opts.
393
40eadf04
SP
3942019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
395
396 * gdb.arch/arm-cmse-sgstubs.c: New test.
397 * gdb.arch/arm-cmse-sgstubs.exp: New file.
398
5ba29434
TV
3992019-07-23 Tom de Vries <tdevries@suse.de>
400
401 PR testsuite/24711
402 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
403 issuing next command.
404
a8e9d247
AB
4052019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.ada/info_auto_lang.exp: Update expected results.
408 * gdb.base/info-types.c: Add additional types to check.
409 * gdb.base/info-types.exp: Update expected results.
410
eb86c5e2
AB
4112019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.base/info-types.c: New file.
414 * gdb.base/info-types.exp: New file.
415
01e175fe
AB
4162019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.arch/riscv-bp-infcall.c: New file.
419 * gdb.arch/riscv-bp-infcall.exp: New file.
420
6b78c3f8
AB
4212019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
422
423 PR breakpoints/24541
424 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
425
da738167
TV
4262019-07-14 Tom de Vries <tdevries@suse.de>
427
428 PR testsuite/24760
429 * gdb.objc/basicclass.exp: Fix unterminated string.
430
0d4e84ed
AB
4312019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
432 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
435 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
436 negative bounds.
437 * gdb.fortran/vla-value.exp: Print elements of an array with
438 negative bounds.
439 * gdb.fortran/vla.f90: Setup an array with negative bounds for
440 testing.
441
021d8588
AB
4422019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
443
444 * gdb.base/options.exp (expect_string): Dequote strings in
445 results.
446 (test-string): Test strings with different quoting and reindent.
447
f06f1252
TT
4482019-07-10 Tom Tromey <tromey@adacore.com>
449
450 * gdb.ada/mi_ex_cond.exp: Update expected results.
451 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
452 * gdb.ada/mi_catch_ex.exp: Update expected results.
453 * gdb.ada/mi_catch_assert.exp: Update expected results.
454 * gdb.ada/catch_ex.exp (catch_exception_info)
455 (catch_exception_entry, catch_assert_entry)
456 (catch_unhandled_entry): Update.
457 * gdb.ada/catch_assert_if.exp: Update expected results.
458
b863685d
RB
4592019-07-10 Richard Bunt <richard.bunt@arm.com>
460 Stephen Roberts <stephen.roberts@arm.com>
461
462 * gdb.base/define.exp: Restore original prompt.
463
cb1e4e32
PA
4642019-07-09 Pedro Alves <palves@redhat.com>
465
466 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
467 breakpoints" output.
468 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
469 * gdb.python/py-breakpoint.exp: No longer expect that "catch
470 throw" creates breakpoint.
471 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
472 'type="catchpoint"'.
473
b58a68fe
PA
4742019-07-09 Pedro Alves <palves@redhat.com>
475
476 PR c++/15468
477 * gdb.cp/except-multi-location-lib.cc: New.
478 * gdb.cp/except-multi-location-main.cc: New.
479 * gdb.cp/except-multi-location.exp: New.
480
0826779b
PW
4812019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
482
483 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
484 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
485 argument and update callers.
486
5b0e2db4
AB
4872019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.arch/amd64-break-on-asm-line.S: New file.
490 * gdb.arch/amd64-break-on-asm-line.exp: New file.
491
1f6f6e21
PW
4922019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
493
494 * gdb.base/printcmds.exp: Test printing C string and
495 C wide string convenience vars without transiting via the inferior.
496 Also make test names unique.
497
ea142fbf
AH
4982019-07-08 Alan Hayward <alan.hayward@arm.com>
499
500 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
501
213fd9fa
PA
5022019-07-04 Pedro Alves <palves@redhat.com>
503
504 * lib/gdb.exp (foreach_with_prefix): Don't return early if
505 body returned ok(0), break(3) or continue(4).
506 * gdb.testsuite/foreach_with_prefix.exp: New file.
507
2b40fda7
AH
5082019-07-04 Alan Hayward <alan.hayward@arm.com>
509
510 * gdb.server/unittest.exp: Allow 0 unit tests to run.
511
a26c8de0
PA
5122019-07-03 Pedro Alves <palves@redhat.com>
513
514 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
515 "return -code".
516
5f4ba3e7
PA
5172019-07-03 Pedro Alves <palves@redhat.com>
518
519 PR cli/24732
520 * gdb.base/shell.exp: Load completion-support.exp.
521 Adjust expected error output. Add completion tests.
522
a994424f
PA
5232019-07-03 Pedro Alves <palves@redhat.com>
524
525 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
526 string_to_regexp.
527
3d9be6f5
PA
5282019-07-03 Pedro Alves <palves@redhat.com>
529
530 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
531 (expect_integer): Adjust to expect "-string".
532 (expect_string): New.
533 (all_options): Expect "-string".
534 (test-flag, test-boolean): Adjust to expect "-string".
535 (test-string): New proc.
536 (top level): Call it.
537
41fc454c
PA
5382019-07-03 Pedro Alves <palves@redhat.com>
539
540 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
541 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
542 the expected output in the success.
543
b2b2a215
PA
5442019-07-03 Pedro Alves <palves@redhat.com>
545
546 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
547 Split one gdb_test_multiple call in two to avoid a race.
548
fdbc9870
PA
5492019-07-03 Pedro Alves <palves@redhat.com>
550
551 * gdb.base/with.c: New file.
552 * gdb.base/with.exp: New file.
553
c6ac8931
PA
5542019-07-03 Pedro Alves <palves@redhat.com>
555
556 * gdb.base/settings.exp: Replace all references to "maint
557 test-settings set" with references to "maint set test-settings",
558 and all references to "maint test-settings show" with references
559 to "maint show test-settings".
560
970f9d09
PA
5612019-07-03 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/settings.exp (test-string): Adjust expected out when
564 testing "maint test-settings show filename"
565
54d66006
PA
5662019-07-02 Pedro Alves <palves@redhat.com>
567
568 * gdb.base/options.exp (test-info-threads): New procedure.
569 (top level): Call it.
570
10d06d82
TT
5712019-06-28 Tom Tromey <tromey@adacore.com>
572
573 * gdb.dwarf2/ada-linkage-name.c: New file.
574 * gdb.dwarf2/ada-linkage-name.exp: New file.
575
3d507ff2
TT
5762019-06-27 Tom Tromey <tromey@adacore.com>
577
578 * gdb.cp/constexpr-field.exp: Use setup_xfail.
579
8af58ffe
TV
5802019-06-26 Tom de Vries <tdevries@suse.de>
581
582 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
583
22e21752
TV
5842019-06-26 Tom de Vries <tdevries@suse.de>
585
586 * gdb.base/index-cache.exp: Add back missing debug option.
587
b65b566c
PW
5882019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
589
590 * gdb.base/alias.exp: Test non matching/non existing prefixes.
591
5c2c8c69
TV
5922019-06-25 Tom de Vries <tdevries@suse.de>
593
594 PR testsuite/24727
595 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
596
164e3873
TV
5972019-06-24 Tom de Vries <tdevries@suse.de>
598
599 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
600
824eacee
TV
6012019-06-24 Tom de Vries <tdevries@suse.de>
602
603 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
604 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
605 * gdb.trace/unavailable-dwarf-piece.exp: Same.
606
385b97d3
TV
6072019-06-24 Tom de Vries <tdevries@suse.de>
608
609 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
610
c596f180
TV
6112019-06-21 Tom de Vries <tdevries@suse.de>
612
613 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
614
b13a7d03
TV
6152019-06-21 Tom de Vries <tdevries@suse.de>
616
617 PR testsuite/24518
618 PR ada/24713
619 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
620 index.
621
899277ae
TT
6222019-06-19 Tom Tromey <tromey@adacore.com>
623
624 * gdb.ada/length_cond.exp: Add intro comment.
625
680e1bee
TT
6262019-06-19 Tom Tromey <tromey@adacore.com>
627
628 * gdb.ada/length_cond.exp: New file.
629 * gdb.ada/length_cond/length_cond.adb: New file.
630 * gdb.ada/length_cond/pck.adb: New file.
631 * gdb.ada/length_cond/pck.ads: New file.
632
0ed4690a
TV
6332019-06-18 Tom de Vries <tdevries@suse.de>
634
635 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
636
d20ed5fd
TT
6372019-06-18 Tom Tromey <tromey@adacore.com>
638
639 * gdb.base/list0.h: Add comment explaining control character.
640
86e04673
TV
6412019-06-18 Tom de Vries <tdevries@suse.de>
642
643 * boards/fission.exp: Break up long debug_flags line.
644
c4973306
SM
6452019-06-16 Tom de Vries <tdevries@suse.de>
646
647 PR gdb/24445
648 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
649 generated index.
650
93cb9841
AB
6512019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 PR gdb/24686
654 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
655 improve detection of bug gdb/24541.
656
399aaebd
SM
6572019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
658
659 PR gdb/24669
660 * gdb.base/index-cache.exp (uses_readnow,
661 expecting_index_cache_use): Define global variable.
662 (test_cache_enabled_miss, test_cache_enabled_hit): Use
663 expecting_index_cache_use.
664
584a927c
AB
6652019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
666 Andrew Burgess <andrew.burgess@embecosm.com>
667
668 * gdb.fortran/pointers.f90: New file.
669 * gdb.fortran/print_type.exp: New file.
670 * gdb.fortran/vla-ptype.exp: Adapt expected results.
671 * gdb.fortran/vla-type.exp: Likewise.
672 * gdb.fortran/vla-value.exp: Likewise.
673 * gdb.mi/mi-vla-fortran.exp: Likewise.
674
30056ea0
AB
6752019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
678 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
679 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
680 as a stop reason.
681
ec8e2b6d
AB
6822019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.base/annota1.exp: Update expected results.
685 * gdb.cp/annota2.exp: Likewise.
686 * gdb.cp/annota3.exp: Likewise.
687
09e4c4e1
AB
6882019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.base/style-logging.exp: Remove path from test name.
691
0735b091
TT
6922019-06-14 Tom Tromey <tromey@adacore.com>
693
694 PR gdb/24502:
695 * gdb.base/style-logging.exp: New file.
696
f5686554
TT
6972019-06-14 Tom Tromey <tromey@adacore.com>
698
699 * gdb.base/symfile-warn.exp: New file.
700 * gdb.base/symfile-warn.c: New file.
701
a0c1ffed
TT
7022019-06-14 Tom Tromey <tromey@adacore.com>
703
704 * gdb.base/annotate-symlink.exp: New file.
705
f411722c
TT
7062019-06-14 Tom Tromey <tromey@adacore.com>
707
708 * gdb.ada/set_wstr.exp: Add reassignment test.
709
4268ec18
TT
7102019-06-14 Tom Tromey <tromey@adacore.com>
711
712 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
713 'unchecked_access and 'unrestricted_access as well.
714
9a9e394b
TT
7152019-06-14 Tom Tromey <tromey@adacore.com>
716
717 PR ada/24539:
718 * gdb.ada/vla.exp: Update tests.
719 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
720 pragma.
721
4c048731
PA
7222019-06-13 Pedro Alves <palves@redhat.com>
723
724 * gdb.base/settings.exp (test-integer): Test junk after
725 "unlimited".
726
6665660a
PA
7272019-06-13 Pedro Alves <palves@redhat.com>
728
729 * gdb.base/options.exp (test-thread-apply): New.
730 (top level): Call it.
731
5d707134
PA
7322019-06-13 Pedro Alves <palves@redhat.com>
733
734 * gdb.base/options.exp (test-frame-apply): New.
735 (top level): Test print commands with different "frame apply"
736 prefixes.
737
e2a689da
PA
7382019-06-13 Pedro Alves <palves@redhat.com>
739
e79be6e5 740 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
741 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
742 'max_completions' parameter and handle it.
743 (test_gdb_completion_offers_commands): New.
744
90a1ef87
PA
7452019-06-13 Pedro Alves <palves@redhat.com>
746
747 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
748
d4c16835
PA
7492019-06-13 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/options.exp (test-backtrace): New.
752 (top level): Call it.
753
2daf894e
PA
7542019-06-13 Pedro Alves <palves@redhat.com>
755
756 * gdb.guile/scm-frame-args.exp: Use "set print
757 raw-frame-arguments" instead of "set print raw frame-arguments".
758 * gdb.python/py-frame-args.exp: Likewise.
759
e6ed716c
PA
7602019-06-13 Pedro Alves <palves@redhat.com>
761
762 * gdb.compile/compile.exp: Adjust expected output to option
763 processing changes.
764
7d8062de
PA
7652019-06-13 Pedro Alves <palves@redhat.com>
766
767 * gdb.base/options.exp: Build executable.
768 (test-print): New procedure.
769 (top level): Call it, once for "print" and another for "compile
770 print".
771
9d0faba9
PA
7722019-06-13 Pedro Alves <palves@redhat.com>
773
774 * gdb.base/options.c: New file.
775 * gdb.base/options.exp: New file.
776
dee7b4c8
PA
7772019-06-13 Pedro Alves <palves@redhat.com>
778
779 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
780 that "o" is ambiguous.
781
dca0f6c0
PA
7822019-06-13 Pedro Alves <palves@redhat.com>
783
784 * gdb.base/settings.c: New file.
785 * gdb.base/settings.exp: New file.
786
ccf46844
PA
7872019-06-13 Pedro Alves <palves@redhat.com>
788
789 * gdb.base/completion.exp: Fix comment typo.
790
b9a3f842
PA
7912019-06-13 Pedro Alves <palves@redhat.com>
792
793 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
794 foo --1" test.
795
d106773e
PA
7962019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
797
798 * gdb.fortran/block-data.f: New.
799 * gdb.fortran/block-data.exp: New.
800
fea82da0
TV
8012019-06-11 Tom de Vries <tdevries@suse.de>
802
803 PR testsuite/24521
804 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
805 message.
806
8c2e74f1
TV
8072019-06-11 Tom de Vries <tdevries@suse.de>
808
809 PR testsuite/24521
810 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
811
b49851c8
TV
8122019-06-11 Tom de Vries <tdevries@suse.de>
813
814 * boards/readnow.exp: New file.
815
a7067863
AB
8162019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.fortran/vla-sizeof.exp: Update expected results.
819
1a3da2cd
AB
8202019-06-06 Amos Bird <amosbird@gmail.com>
821
822 * gdb.base/annota1.exp (thread_switch): Add test for
823 thread-exited annotation.
824
3847a7bf
TT
8252019-06-06 Tom Tromey <tromey@adacore.com>
826
827 * gdb.base/maint.exp: Expect command started/finished output.
828
0088ba59
AB
8292019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
832 comment.
833 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
834
312617a3
AB
8352019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
838 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
839 * gdb.arch/riscv-unwind-long-insn.c: New file.
840 * gdb.arch/riscv-unwind-long-insn.exp: New file.
841
e1f2e1a2
CB
8422019-06-04 Christian Biesinger <cbiesinger@google.com>
843
d3238f7d 844 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 845
206584bd
PW
8462019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
847
848 * lib/gdb.exp (help_list_trailer): New regexp variable
849 factorizing the help trailer message.
850 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
851 arg to allow to better factorize various tests.
852 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
853 (test_prefix_command_help): Use help_list_trailer.
854 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
855 * gdb.guile/scm-cmd.exp: Likewise.
856 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
857 * gdb.base/help.exp: Use test_user_defined_class_help.
858 * gdb.base/style.exp: Add tests for styling of help and apropos.
859 * lib/gdb-utils.exp (style): Add title and highlight styles.
860
708dc93e
PW
8612019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
862
863 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
864 $_shell_exitsignal.
865 * gdb.base/default.exp: Update for new convenience variables.
866
f49055a5
TT
8672019-05-29 Tom Tromey <tromey@adacore.com>
868
869 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
870 to "break complete ada" test case's regexp.
871
4330d61d
TT
8722019-05-29 Tom Tromey <tromey@adacore.com>
873
874 PR c++/20020:
875 * gdb.cp/constexpr-field.exp: New file.
876 * gdb.cp/constexpr-field.cc: New file.
877
000439d5
TT
8782019-05-29 Tom Tromey <tromey@adacore.com>
879
880 * gdb.base/finish.exp (finish_no_print): New proc.
881 (finish_tests): Call it.
882
5a01c34c
TV
8832019-05-24 Tom de Vries <tdevries@suse.de>
884
885 * gdb.dwarf2/gdb-add-index.exp: New file.
886
18125b16
TT
8872019-05-22 Tom Tromey <tromey@adacore.com>
888
889 * gdb.base/info-shared.exp (check_info_shared): Use "style".
890 * gdb.base/style.exp: Use "style".
891 * lib/gdb-utils.exp (style): New proc.
892
af1a8d03
TV
8932019-05-22 Tom de Vries <tdevries@suse.de>
894
895 * gdb.base/align.exp: Require c++11.
896
e7fe496b
TV
8972019-05-22 Tom de Vries <tdevries@suse.de>
898
899 PR testsuite/24586
900 * gdb.python/py-mi-var-info-path-expression.exp: Call
901 mi_skip_python_tests to check if python is supported.
902
8fca4da0
AH
9032019-05-22 Alan Hayward <alan.hayward@arm.com>
904
905 * gdb.arch/aarch64-pauth.c: New test.
906 * gdb.arch/aarch64-pauth.exp: New file.
907
b7060614
AH
9082019-05-22 Alan Hayward <alan.hayward@arm.com>
909
910 * README (Re-running Tests Outside The Testsuite): New section.
911
669d0468
TV
9122019-05-21 Tom de Vries <tdevries@suse.de>
913
914 * gdb.arch/amd64-eval.exp: Require c++11.
915 * gdb.base/max-depth.exp: Same.
916 * gdb.compile/compile-cplus-array-decay.exp: Same.
917 * gdb.cp/meth-typedefs.exp: Same.
918 * gdb.cp/subtypes.exp: Same.
919 * gdb.cp/temargs.exp: Same.
920
ce3ebcaa
AH
9212019-05-21 Alan Hayward <alan.hayward@arm.com>
922
923 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
924
34d11c68
AB
9252019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 PR gdb/18644
928 * gdb.fortran/complex.exp: Remove setup_kfail calls.
929 * gdb.fortran/printing-types.exp: Add new test.
930 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
931 testing.
932 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
933 setup_kfail call.
934
87781e84
AH
9352019-05-17 Alan Hayward <alan.hayward@arm.com>
936
937 * README (Running the Testsuite): Change example.
938 (Testsuite Parameters): Remove TRANSCRIPT.
939 * lib/gdb.exp: Remove TRANSCRIPT check.
940
b420b89e
AH
9412019-05-17 Alan Hayward <alan.hayward@arm.com>
942
943 * README (Testsuite Parameters): Add replay logging to
944 GDBSERVER_DEBUG.
945 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
946 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
947 as a comma separated list.
948 (gdb_debug_init): Override procedure.
949
408e9b8b
AH
9502019-05-17 Alan Hayward <alan.hayward@arm.com>
951
952 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
953 (gdb_write_cmd_file): New procedure.
954 * lib/gdbserver-support.exp (gdbserver_start): Call
955 gdbserver_write_cmd_file.
956 (gdbserver_write_cmd_file): New procedure.
957
f9e2e39d
AH
9582019-05-17 Alan Hayward <alan.hayward@arm.com>
959
960 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
961 (delete_breakpoints): Likewise.
962 (gdb_run_cmd): Likewise.
963 (gdb_start_cmd): Likewise.
964 (gdb_starti_cmd): Likewise.
965 (gdb_internal_error_resync): Likewise.
966 (gdb_test_multiple): Likewise.
967 (gdb_reinitialize_dir): Likewise.
968 (default_gdb_exit): Likewise.
969 (gdb_file_cmd): Mark kill as optional.
970 (default_gdb_start): Call gdb_stdin_log_init.
971 (send_gdb): Call gdb_stdin_log_write.
972 (rerun_to_main): Mark Y as an answer.
973 (gdb_stdin_log_init): New function.
974 (gdb_stdin_log_write): Likewise.
975
81f47ac2
AH
9762019-05-17 Alan Hayward <alan.hayward@arm.com>
977
978 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
979 * gdb.base/debug-expr.exp: Likewise.
980 * gdb.base/foll-fork.exp: Likewise.
981 * gdb.base/foll-vfork.exp: Likewise.
982 * gdb.base/fork-print-inferior-events.exp: Likewise.
983 * gdb.base/gdb-sigterm.exp: Likewise.
984 * gdb.base/gdbinit-history.exp: Likewise.
985 * gdb.base/osabi.exp: Likewise.
986 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
987 * gdb.base/ui-redirect.exp: Likewise.
988 * gdb.gdb/unittest.exp: Likewise.
989 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
990 * gdb.mi/mi-watch.exp: Likewise.
991 * gdb.mi/new-ui-mi-sync.exp: Likewise.
992 * gdb.mi/user-selected-context-sync.exp: Likewise.
993 * gdb.python/python.exp: Disable debug test when debugging.
994 * gdb.threads/check-libthread-db.exp: Disable when debugging.
995 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
996 Likewise.
997 * gdb.threads/stepi-random-signal.exp: Likewise.
998
29b52314
AH
9992019-05-17 Alan Hayward <alan.hayward@arm.com>
1000
1001 * Makefile.in: Pass through GDB_DEBUG.
1002 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1003 (gdb,debug): Add board setting.
1004 * lib/gdb.exp (default_gdb_start): Start debugging.
1005 (gdb_debug_enabled): New procedure.
1006 (gdb_debug_init): Likewise.
29b52314
AH
1007
10082019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1009
29b52314
AH
1010 * Makefile.in: Pass through GDB_DEBUG.
1011 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1012 (gdb,debug): Add board setting.
1013 * lib/gdb.exp (default_gdb_start): Start debugging.
1014 (gdb_debug_enabled): New procedure.
1015 (gdb_debug_init): Likewise.
29b52314 1016
ca1285d1
AH
10172019-05-17 Alan Hayward <alan.hayward@arm.com>
1018
1019 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1020
f3a09c80
AH
10212019-05-17 Alan Hayward <alan.hayward@arm.com>
1022
1023 * gdb.base/ui-redirect.exp: Test redirection.
1024
26648588
JV
10252019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1026
1027 * gdb.mi/mi-complete.exp: New file.
1028 * gdb.mi/mi-complete.cc: Likewise.
1029
14237686
AB
10302019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1031
1032 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1033 indexed and sliced arrays, and pointers to arrays.
1034
e7bd7fba
TT
10352019-05-14 Tom Tromey <tromey@adacore.com>
1036
1037 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1038 styling test.
1039
2764128d
TV
10402019-05-14 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1043 selection entry encoding.
1044
71bed2db
TT
10452019-05-10 Tom Tromey <tromey@adacore.com>
1046
1047 * gdb.ada/info_exc.exp: Add "complete" test.
1048
63b667ad
TV
10492019-05-09 Tom de Vries <tdevries@suse.de>
1050
1051 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1052 CU-relative.
1053
9cfd2b89
TV
10542019-05-09 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1057 CU-relative.
1058
2228ef77
XR
10592019-05-08 Joel Brobecker <brobecker@adacore.com>
1060
1061 * gdb.ada/frame_arg_lang.exp: New testcase.
1062 * gdb.ada/frame_arg_lang/bla.adb: New file.
1063 * gdb.ada/frame_arg_lang/pck.ads: New file.
1064 * gdb.ada/frame_arg_lang/pck.adb: New file.
1065 * gdb.ada/frame_arg_lang/foo.c: New file.
1066
80e55b13
TT
10672019-05-08 Tom Tromey <tromey@adacore.com>
1068
1069 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1070
9d3421af
TT
10712019-05-08 Tom Tromey <tromey@adacore.com>
1072
1073 * gdb.base/ptype-offsets.exp: Update tests.
1074
844333e2
TT
10752019-05-08 Tom Tromey <tromey@adacore.com>
1076
1077 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1078 cases.
1079 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1080 "short".
1081
988915ee
TT
10822019-05-08 Tom Tromey <tromey@adacore.com>
1083
1084 * gdb.ada/vla.exp: New file.
1085 * gdb.ada/vla/vla.adb: New file.
1086
7bd55dac
TV
10872019-05-07 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1090
75f06e9d
TV
10912019-05-07 Tom de Vries <tdevries@suse.de>
1092
1093 PR testsuite/24522
1094 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1095 section.
1096
77e7aaa4
TV
10972019-05-07 Tom de Vries <tdevries@suse.de>
1098
1099 PR testsuite/24522
1100 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1101 .debug_aranges section.
1102
456ba0fa
TV
11032019-05-07 Tom de Vries <tdevries@suse.de>
1104
1105 PR testsuite/24159
1106 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1107
5a56d6a6
TV
11082019-05-06 Tom de Vries <tdevries@suse.de>
1109
1110 * lib/gdb.exp (exec_has_index_section): New proc.
1111 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1112 section.
1113
9d6d4be8
TV
11142019-05-04 Tom de Vries <tdevries@suse.de>
1115
1116 * boards/cc-with-debug-names.exp: New file.
1117
222a8d25
TT
11182019-05-03 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1121 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1122 * gdb.ada/char_enum.exp: Add test.
1123
0fdfd794
TV
11242019-05-03 Tom de Vries <tdevries@suse.de>
1125
1126 * boards/cc-with-gdb-index.exp: New file.
1127
80062eb9
AB
11282019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.rust/simple.exp: Add new test case.
1131 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1132 (main): Initialise an instance of the new struct.
1133
4504bbde
TT
11342019-05-01 Tom Tromey <tromey@adacore.com>
1135
1136 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1137 record.
1138 (NPR): New variable.
1139 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1140 test.
1141
d48e62f4
TT
11422019-05-01 Tom Tromey <tromey@adacore.com>
1143
1144 * gdb.ada/packed_array_assign.exp: Add packed assignment
1145 regression test.
1146
f59f30f5
TV
11472019-05-01 Tom de Vries <tdevries@suse.de>
1148
1149 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1150
b70bfc54
TV
11512019-05-01 Tom de Vries <tdevries@suse.de>
1152
1153 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1154
15f18d14
AT
11552019-04-30 Ali Tamur <tamur@google.com>
1156
1157 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1158
2ff0a947
TT
11592019-04-30 Tom Tromey <tromey@adacore.com>
1160
1161 * lib/ada.exp (find_ada_tool): New proc.
1162 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1163 * gdb.ada/catch_ex_std.exp: New file.
1164 * gdb.ada/catch_ex_std/foo.adb: New file.
1165 * gdb.ada/catch_ex_std/some_package.adb: New file.
1166 * gdb.ada/catch_ex_std/some_package.ads: New file.
1167
a776957c
TT
11682019-04-30 Tom Tromey <tromey@adacore.com>
1169
1170 PR c++/24470:
1171 * gdb.cp/temargs.cc: Add test code from PR.
1172
bc68014d
AB
11732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.fortran/vla-datatypes.exp: Update expected results.
1176 * gdb.fortran/vla-ptype.exp: Likewise.
1177 * gdb.fortran/vla-type.exp: Likewise.
1178 * gdb.fortran/vla-value.exp: Likewise.
1179
f1fdc960
AB
11802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.fortran/ptr-indentation.exp: Update expected results.
1183 * gdb.fortran/ptype-on-functions.exp: Likewise.
1184 * gdb.fortran/vla-ptr-info.exp: Likewise.
1185 * gdb.fortran/vla-value.exp: Likewise.
1186
bf7a4de1
AB
11872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.fortran/ptype-on-functions.exp: New file.
1190 * gdb.fortran/ptype-on-functions.f90: New file.
1191
bbe75b9d
AB
11922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1195 case void string.
1196
1db455a7
AB
11972019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1198
1199 * gdb.fortran/complex.exp: Expand.
1200 * gdb.fortran/complex.f: Renamed to...
1201 * gdb.fortran/complex.f90: ...this, and extended to add more
1202 complex values.
1203
b6d03bb2
AB
12042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1207 MODULO, CMPLX.
1208
2e62ab40
AB
12092019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1210 Richard Bunt <richard.bunt@arm.com>
1211
1212 * gdb.base/max-depth.c: New file.
1213 * gdb.base/max-depth.exp: New file.
1214 * gdb.python/py-nested-maps.c: New file.
1215 * gdb.python/py-nested-maps.exp: New file.
1216 * gdb.python/py-nested-maps.py: New file.
1217 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1218 (test_all_common): Call test_max_depth.
1219 * gdb.fortran/max-depth.exp: New file.
1220 * gdb.fortran/max-depth.f90: New file.
1221 * gdb.go/max-depth.exp: New file.
1222 * gdb.go/max-depth.go: New file.
1223 * gdb.modula2/max-depth.exp: New file.
1224 * gdb.modula2/max-depth.c: New file.
1225 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1226
d2b584a5
TV
12272019-04-29 Tom de Vries <tdevries@suse.de>
1228
1229 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1230
136afab8
PW
12312019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1232
1233 * gdb.base/callexit.exp: Test may-call-functions off.
1234
725cbb63
KS
12352019-04-25 Keith Seitz <keiths@redhat.com>
1236
1237 PR c++/24367
1238 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1239 (another_incomplete_struct, test_incomplete): New definitions.
1240 (main): Use new definitions.
1241 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1242 functions.
1243
82433e3e
SDJ
12442019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1245
1246 PR corefiles/11608
1247 PR corefiles/18187
1248 * gdb.base/coredump-filter-build-id.exp: New file.
1249
dd06d4d6
AH
12502019-04-25 Alan Hayward <alan.hayward@arm.com>
1251
e79be6e5
SM
1252 * Makefile.in: Pass through GDBSERVER_DEBUG.
1253 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1254 (gdbserver,debug): Add board setting.
1255 * gdb.trace/tspeed.exp: Skip when debugging.
1256 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1257 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1258
1670072e
TT
12592019-04-24 Tom Tromey <tromey@adacore.com>
1260
1261 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1262 Rust.
1263
a59240a4
TT
12642019-04-24 Tom Tromey <tromey@adacore.com>
1265
1266 * gdb.arch/amd64-eval.exp: Test bitfield return.
1267 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1268 (class Foo) <return_bitfields>: New method.
1269 (main): Call it.
1270
b907456c
AB
12712019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1272
1273 * gdb.cp/many-args.cc: New file.
1274 * gdb.cp/many-args.exp: New file.
1275
5c565afd
TV
12762019-04-23 Tom de Vries <tdevries@suse.de>
1277
1278 PR gdb/24433
1279 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1280
ba22ff86
AH
12812019-04-23 Alan Hayward <alan.hayward@arm.com>
1282
1283 * gdb.trace/backtrace.exp: Use nopie flag.
1284 * gdb.trace/circ.exp: Likewise.
1285 * gdb.trace/collection.exp: Likewise.
1286 * gdb.trace/ftrace.exp: Likewise.
1287 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1288 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1289 * gdb.trace/qtro.exp: Likewise.
1290 * gdb.trace/read-memory.exp: Likewise.
1291 * gdb.trace/report.exp: Likewise.
1292 * gdb.trace/tfile.exp: Likewise.
1293 * gdb.trace/tfind.exp: Likewise.
1294 * gdb.trace/unavailable.exp: Likewise.
1295
7905fc35
PA
12962019-04-22 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.base/solib-probes-nosharedlibrary.c,
1299 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1300
8ecb59f8
TT
13012019-04-19 Tom Tromey <tromey@adacore.com>
1302
1303 * gdb.ada/ptype_union.c: New file.
1304 * gdb.ada/ptype_union.exp: New file.
1305
62160ec9
TT
13062019-04-19 Tom Tromey <tromey@adacore.com>
1307
1308 PR symtab/24423:
1309 * gdb.base/list0.h (foo): Add a control-l character.
1310
36cd4ba5
TV
13112019-04-18 Tom de Vries <tdevries@suse.de>
1312
1313 PR gdb/24433
1314 * boards/local-board.exp: Set sysroot to "".
1315
b73715df
TV
13162019-04-18 Tom de Vries <tdevries@suse.de>
1317 Pedro Alves <palves@redhat.com>
1318
1319 PR gdb/24454
1320 * gdb.threads/vfork-follow-child-exec.c: New file.
1321 * gdb.threads/vfork-follow-child-exec.exp: New file.
1322 * gdb.threads/vfork-follow-child-exit.c: New file.
1323 * gdb.threads/vfork-follow-child-exit.exp: New file.
1324
4aa866af
LS
13252019-04-15 Leszek Swirski <leszeks@google.com>
1326
1327 * gdb.arch/amd64-eval.cc: New file.
1328 * gdb.arch/amd64-eval.exp: New file.
1329
e5a1a79a
AH
13302019-04-11 Alan Hayward <alan.hayward@arm.com>
1331
1332 * gdb.server/sysroot.c: New test.
1333 * gdb.server/sysroot.exp: New file.
1334 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1335 matching param.
1336
41077b66
AB
13372019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.base/align.exp: Extend test to cover structures containing
1340 only static fields.
1341
c30391f8
TV
13422019-04-11 Tom de Vries <tdevries@suse.de>
1343
1344 * boards/cc-with-dwz-m.exp: New file.
1345 * boards/cc-with-dwz.exp: New file.
1346 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1347
e242fd12
SM
13482019-04-09 Simon Marchi <simon.marchi@efficios.com>
1349
1350 * gdb.base/start-cpp.exp: New file.
1351 * gdb.base/start-cpp.cc: New file.
1352
2b0c8b01
KB
13532019-04-08 Kevin Buettner <kevinb@redhat.com>
1354
1355 * gdb.python/py-thrhandle.exp: Adjust tests to call
1356 thread_from_handle instead of thread_from_thread_handle.
1357
947210e5
KB
13582019-04-08 Kevin Buettner <kevinb@redhat.com>
1359
1360 * gdb.python/py-thrhandle.exp: Add tests for
1361 gdb.InferiorThread.handle.
1362
d7df6549
AB
13632019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.python/py-function.exp: Check calling helper function from
1366 all languages.
1367 * lib/gdb.exp (gdb_supported_languages): New proc.
1368
8bdc1658
AB
13692019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.base/complex-parts.c: New file.
1372 * gdb.base/complex-parts.exp: New file.
1373
05caa1d2
TT
13742019-04-01 Tom Tromey <tromey@adacore.com>
1375
1376 PR symtab/23331:
1377 * gdb.dwarf2/dw2-ranges-main.c: New file.
1378 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1379 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1380
7734102d
EZ
13812019-03-30 Simon Marchi <simark@simark.ca>
1382
1383 * gdb.base/default.exp: Add values for $_gdb_major and
1384 $_gdb_minor.
1385
188e1fa9
TT
13862019-03-29 Tom Tromey <tromey@adacore.com>
1387
1388 * gdb.base/help.exp: Tighten apropos regexp.
1389
2880242d
KS
13902019-03-29 Keith Seitz <keiths@redhat.com>
1391
1392 * gdb.fortran/array-bounds.exp: New file.
1393 * gdb.fortran/array-bounds.f90: New file.
1394
077cad8e
PW
13952019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1396
1397 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1398
80047cfc
PW
13992019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1400
1401 * gdb.multi/hello.c (main): Increase alarm timer.
1402
f489207e
SL
14032019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1404
1405 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1406 factor when no hardware watchpoint support.
1407
c92df149
AH
14082019-03-28 Alan Hayward <alan.hayward@arm.com>
1409 Pedro Alves <palves@redhat.com>
1410
1411 * boards/local-board.exp: set sysroot to /.
1412
933aebfa
AH
14132019-03-27 Alan Hayward <alan.hayward@arm.com>
1414
1415 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1416 in child.
1417
9f9aa852
AB
14182019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1421 field.
1422 (make_container): Initialise new field.
1423 * gdb.python/py-prettyprint.exp: Add new tests.
1424 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1425 <display_hint>: New method.
1426
3714a195
AB
14272019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1430 gdb_continue_to_breakpoint more throughout this test.
1431 (run_lang_tests) Supply unique test names, and use
1432 gdb_test_no_output.
1433
18c77628
AB
14342019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.base/finish-pretty.exp: Update expected results.
1437 * gdb.base/pretty-print.c: New file.
1438 * gdb.base/pretty-print.exp: New file.
1439
9a93502f
PA
14402019-03-25 Pedro Alves <palves@redhat.com>
1441
1442 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1443 move comments outside list. Append '-i "" eof' section.
1444
968aa7ae
AH
14452019-03-22 Alan Hayward <alan.hayward@arm.com>
1446
1447 * README: Add pie options.
1448 * gdb.base/break-interp.exp: Ensure pie is disabled.
1449 * gdb.base/dump.exp: Likewise.
1450 * lib/gdb.exp (gdb_compile): Add pie option.
1451
4c7d57e7
TT
14522019-03-19 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.mi/mi2-cli-display.c: New file.
1455 * gdb.mi/mi2-cli-display.exp: New file.
1456
bff8c71f
TT
14572019-03-18 Joel Brobecker <brobecker@adacore.com>
1458 Tom Tromey <tromey@adacore.com>
1459
1460 * gdb.ada/ptype_array/pck.adb: New file.
1461 * gdb.ada/ptype_array/pck.ads: New file.
1462 * gdb.ada/ptype_array/foo.adb: New file.
1463 * gdb.ada/ptype_array.exp: New file.
1464
d085f989
TT
14652019-03-14 Tom Tromey <tromey@adacore.com>
1466
1467 * gdb.base/style.exp: Add "set style sources" test.
1468
b4be1b06
SM
14692019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1470
1471 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1472 * mi-breakpoint-multiple-locations.exp: ... this.
1473 (make_breakpoints_pattern): New proc.
1474 (do_test): Add mi_version parameter, test -break-insert,
1475 -break-info and =breakpoint-created.
1476
7cde5fc2
AB
14772019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 * config/default.exp: Remove 'load_lib gdb.exp'.
1480 * config/monitor.exp: Likewise.
1481 * config/sid.exp: Likewise.
1482 * config/sim.exp: Likewise.
1483 * config/slite.exp: Likewise.
1484 * config/unix.exp: Likewise.
1485 * gdb.base/default.exp: Remove unhelpful comment.
1486
efbecbc1
AB
14872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1490
0841c79a
AB
14912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1494
4a270568
AB
14952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.fortran/type-kinds.exp: Update expected results.
1498
067630bd
AB
14992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1500
1501 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1502
3be47f7a
AB
15032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1506 function.
1507 (test_basic_parsing_of_type_kinds): Expand types tested.
1508 (test_parsing_invalid_type_kinds): New function.
1509
4d00f5d8
AB
15102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 * gdb.fortran/intrinsics.exp: New file.
1513 * gdb.fortran/intrinsics.f90: New file.
1514 * gdb.fortran/type-kinds.exp: New file.
1515
c8f91604
AB
15162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.fortran/dot-ops.exp: New file.
1519
dd9f2c76
AB
15202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1523 Check upper and lower case logical literals.
1524
84ec9724
AB
15252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1528 Remove duplicate tests.
1529
c3734e09
AH
15302019-03-06 Alan Hayward <alan.hayward@arm.com>
1531
1532 * lib/gdb.exp (builtin_cd): rename of cd.
1533 (cd): Override builtin.
1534
aa3cfbda
RB
15352019-03-06 Richard Bunt <richard.bunt@arm.com>
1536
1537 * gdb.fortran/function-calls.exp: New file.
1538 * gdb.fortran/function-calls.f90: New test.
1539
7b63ad86
RB
15402019-03-04 Richard Bunt <richard.bunt@arm.com>
1541
1542 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1543 on user program standard output.
1544 * gdb.fortran/short-circuit-argument-list.f90: Record function
1545 calls.
1546
01abb042
AH
15472019-02-28 Alan Hayward <alan.hayward@arm.com>
1548
c3734e09
AH
1549 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1550 failure.
01abb042 1551
92137da0
RO
15522019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1553
1554 PR gdb/8527
1555 * gdb.base/interrupt-daemon-attach.c,
1556 gdb.base/interrupt-daemon-attach.exp: New test.
1557
5862844d
PA
15582019-02-27 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.base/page.exp: Add tests for "set width/height -1".
1561
8ed25214
PA
15622019-02-27 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.base/page.exp: Add tests for "set/show width/height" with
1565 "infinite" values.
1566
6c28e44a
TT
15672019-02-27 Tom Tromey <tromey@adacore.com>
1568
1569 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1570 2.4.
1571 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1572 workaround.
1573
bf9a735e
AB
15742019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1577 tests for structs with static members.
1578
8791793c
TT
15792019-02-26 Tom Tromey <tromey@adacore.com>
1580
1581 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1582 ValueError, not TypeError.
1583
bc2a507e
KB
15842019-02-26 Kevin Buettner <kevinb@redhat.com>
1585
1586 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1587 call from main program.
1588
e0e7d3bd
JB
15892019-02-23 Joel Brobecker <brobecker@adacore.com>
1590
1591 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1592 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1593 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1594 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1595 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1596
9600246d
KS
15972019-02-22 Keith Seitz <keiths@redhat.com>
1598
1599 PR symtab/23853
1600 * gdb.base/symlink-sourcefile.c: New file.
1601 * gdb.base/symlink-sourcefile.exp: New file.
1602
0c95f9ed
TT
16032019-02-20 Tom Tromey <tom@tromey.com>
1604
1605 * gdb.base/info_qt.exp: Update.
1606
6caa91b6
SM
16072019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1608
1609 * gdb.base/source.exp: Move "error in sourced script" code to
1610 the end.
1611 * gdb.base/source-error.gdb: Move contents to
1612 source-error-1.gdb. Add new code to source source-error-1.gdb.
1613 * gdb.base/source-error-1.gdb: New file, from previous
1614 source-error.gdb.
1615
6506371f
TT
16162019-02-17 Tom Tromey <tom@tromey.com>
1617
1618 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1619 for macro styling.
1620 * gdb.base/style.c (SOME_MACRO): New macro.
1621
a0087920
TT
16222019-02-17 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.base/style.exp: Add line-wrapping tests.
1625 * gdb.base/page.exp: Add test for quitting during pagination.
1626
a2cd4f14
JB
16272019-02-17 Joel Brobecker <brobecker@adacore.com>
1628
1629 * gdb.ada/big_packed_array: New testcase.
1630 * gdb.ada/homonym.exp: Fix incorrect expected output for
1631 "break <homonym__get_value>" test.
1632
9d70ffbc
WP
16332019-02-13 Weimin Pan <weimin.pan@oracle.com>
1634
1635 PR breakpoints/21870
1636 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1637 and prepare_for_testing. Add comment.
1638 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1639 redundant cleanup call. Clean up comment.
1640
01c7ae81
WP
16412019-02-12 Weimin Pan <weimin.pan@oracle.com>
1642
1643 PR breakpoints/21870
1644 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1645 * gdb.arch/aarch64-dbreg-contents.c: New file.
1646
aff29d1c
JB
16472019-02-10 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.ada/mi_ref_changeable: New testcase.
1650
df0da8a2
AH
16512019-02-07 Alan Hayward <alan.hayward@arm.com>
1652
1653 * gdb.base/attach.exp: Add double attach test.
1654
bd447abb
SM
16552019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1656
1657 * lib/gdb.exp (default_gdb_start): Don't match pagination
1658 prompt.
1659 (gdb_init): Set stty_init.
1660
1dbc40b9
TT
16612019-01-27 Tom Tromey <tom@tromey.com>
1662
1663 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1664 skip_python_tests.
1665
353229bf
AH
16662019-01-24 Alan Hayward <alan.hayward@arm.com>
1667
1668 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1669 New structure.
1670 (struct struct_static_02_02): Likewise.
1671 (struct struct_static_02_03): Likewise.
1672 (struct struct_static_02_04): Likewise.
1673 (struct struct_static_04_01): Likewise.
1674 (struct struct_static_04_02): Likewise.
1675 (struct struct_static_04_03): Likewise.
1676 (struct struct_static_04_04): Likewise.
1677 (struct struct_static_06_01): Likewise.
1678 (struct struct_static_06_02): Likewise.
1679 (struct struct_static_06_03): Likewise.
1680 (struct struct_static_06_04): Likewise.
1681 (cmp_struct_static_02_01): Likewise.
1682 (cmp_struct_static_02_02): Likewise.
1683 (cmp_struct_static_02_03): Likewise.
1684 (cmp_struct_static_02_04): Likewise.
1685 (cmp_struct_static_04_01): Likewise.
1686 (cmp_struct_static_04_02): Likewise.
1687 (cmp_struct_static_04_03): Likewise.
1688 (cmp_struct_static_04_04): Likewise.
1689 (cmp_struct_static_06_01): Likewise.
1690 (cmp_struct_static_06_02): Likewise.
1691 (cmp_struct_static_06_03): Likewise.
1692 (cmp_struct_static_06_04): Likewise.
1693 (call_all): Test new structs.
1694 * gdb.base/infcall-nested-structs.exp: Likewise.
1695
73021deb
AH
16962019-01-21 Alan Hayward <alan.hayward@arm.com>
1697 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1698
fc65c7db
AH
16992019-01-21 Alan Hayward <alan.hayward@arm.com>
1700 * gdb.base/stack-protector.c: New test.
1701 * gdb.base/stack-protector.exp: New file.
1702 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1703 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1704 option.
1705 (gdb_compile): Remove stack protector for GCC and prevent
1706 recursion.
1707
c24bdb02
KS
17082019-01-16 Keith Seitz <keiths@redhat.com>
1709
1710 PR gdb/23773
1711 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1712
6f072a10
PFC
17132019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1714
1715 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1716 aliases.
1717 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1718 tests.
1719 * gdb.arch/powerpc-vector-regs.c: New file.
1720 * gdb.arch/powerpc-vector-regs.exp: New file.
1721
a7b8d682
PFC
17222019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1723
1724 * gdb.arch/altivec-regs.exp: Fix the list passed to
1725 gdb_expect_list when testing "info vector".
1726
6eb6fb67
AB
17272019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.base/style.exp: Don't include path in testname.
1730
b56f80d8
KS
17312019-01-10 Keith Seitz <keiths@redhat.com>
1732
1733 PR gdb/23712
1734 PR symtab/23010
1735 * gdb.dwarf2/multidictionary.exp: New file.
1736
041be526
SM
17372019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1738
1739 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1740 (test_gnuv3_style_demangling): ... this.
1741 (test_lucid_style_demangling): Remove.
1742 (test_arm_style_demangling): Remove.
1743 (test_hp_style_demangling): Remove.
1744 (do_tests): Remove calls to the above.
1745
d820d0c3
AB
17462019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1749 case.
1750
f097f5ad
TT
17512019-01-06 Tom Tromey <tom@tromey.com>
1752
1753 PR gdb/28155:
1754 * gdb.dwarf2/typedef-void-finish.exp: New file.
1755
2cd8cc0b
TT
17562018-12-28 Tom Tromey <tom@tromey.com>
1757 Simon Marchi <simark@simark.ca>
1758
1759 * gdb.base/jit-exec.exp: New file.
1760 * gdb.base/jit-exec.c: New file.
1761 * gdb.base/jit-execd.c: New file.
1762
35fb8261
TT
17632018-12-28 Tom Tromey <tom@tromey.com>
1764
1765 * gdb.base/style.exp: Update test to check for address styling.
1766
47fd17cd
TT
17672018-12-28 Tom Tromey <tom@tromey.com>
1768
1769 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1770 message.
1771
d47032b7
TT
17722018-12-28 Tom Tromey <tom@tromey.com>
1773
1774 * gdb.base/style.exp: Add test for version number styling.
1775
af79b68d
TT
17762018-12-28 Tom Tromey <tom@tromey.com>
1777
1778 * gdb.base/style.exp: Add test for print_address_symbolic.
1779
0bb296cb
TT
17802018-12-28 Tom Tromey <tom@tromey.com>
1781
1782 * gdb.base/style.exp: Add test for breakpoint setting.
1783
80ae2043
TT
17842018-12-28 Tom Tromey <tom@tromey.com>
1785
1786 * gdb.base/style.exp: Add test for variable names.
1787
cbe56571
TT
17882018-12-28 Tom Tromey <tom@tromey.com>
1789
1790 * gdb.base/style.exp: New file.
1791 * gdb.base/style.c: New file.
1792
9162a27c
TT
17932018-12-28 Tom Tromey <tom@tromey.com>
1794
1795 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1796 "dumb".
1797 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1798 the TERM environment variable.
1799
bc543c90
TT
18002018-12-27 Tom Tromey <tom@tromey.com>
1801
1802 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1803 pagination test.
1804
6f0ffe50
AB
18052018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1808 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1809
b5a1e557
PW
18102018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1811
1812 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1813 Filename a.adb changed to bp_fun_addr.adb.
1814 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1815
6e8b1ab2
JV
18162018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1817
1818 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1819 non-PIE executables.
1820 * README: Mention the gdb,nopie_flag board setting.
1821 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1822 non-PIE executable.
1823 * gdb.arch/amd64-entry-value.exp: Likewise.
1824 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1825 * gdb.arch/i386-float.exp: Likewise.
1826 * gdb.arch/i386-signal.exp: Likewise.
1827 * gdb.mi/mi-reg-undefined.exp: Likewise.
1828
d00a27c5
PM
18292018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1830
1831 PR gdb/23974
1832 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1833
161d081c
PW
18342018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1835
1836 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1837 Update order of results accordingly.
1838
b001de23
AB
18392018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.base/annota1.exp: Update a test regexp.
1842
99e1a184
AB
18432018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1844
1845 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1846
7a81c1e2
PW
18472018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1848
1849 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1850 (reuse_time): Initialize to REUSE_TIME_CAP.
1851 (check_rc): New function.
1852 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1853 Check pthread_create rc.
1854 (spawner_thread_func): Check pthread_create and pthread_join rc.
1855
73e8dc90
PA
18562018-12-08 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/list.exp (test_forward_search): Rename to ...
1859 (test_forward_reverse_search): ... this. Also test reverse-search
1860 and the forward-search alias.
1861
13f2ed32
AB
18622018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1863
1864 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1865 local timeout variable before return, and remove all local timeout
1866 variable entirely.
1867 (gdb_load): Likewise.
1868
64d27cfc
TV
18692018-12-01 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.base/gdb-caching-proc.exp: New file.
1872
f63c03b4
SDJ
18732018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1874
1875 * Makefile.in (TIMESTAMP): New variable.
1876 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1877 command.
1878 (check-single-racy): Likewise.
1879 (check/%.exp): Likewise.
1880 (check-racy/%.exp): Likewise.
1881 (workers/%.worker): Likewise.
1882 (build-perf): Likewise.
1883 (check-perf): Likewise.
1884 * README: Describe new "TS" and "TS_FORMAT" variables.
1885 * print-ts.py: New file.
1886
1c97054b
BF
18872018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1888
1889 PR python/23714
1890 * gdb.python/python.exp: Test command repetition after
1891 gdb.execute.
1892
1871a62d
AB
18932018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1896 is correctly aligned.
1897
fb5e1ed9
PW
18982018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1899
1900 * gdb.ada/info_auto_lang.exp: New testcase.
1901 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1902 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1903 * gdb.ada/info_auto_lang/some_c.c: New file.
1904
43d397ca
PW
19052018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1906
1907 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1908 FUNC_lang language syntax.
1909
beddd671
PW
19102018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1911
1912 * gdb.base/info_minsym.c: New file.
1913 * gdb.base/info_minsym.exp: New file.
1914
73fc52c4
TT
19152018-11-19 Tom Tromey <tom@tromey.com>
1916
1917 PR rust/23625:
1918 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1919 * gdb.rust/expr.exp: Update expected output. Change one test.
1920
994b876a
TT
19212018-11-19 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1924
6769f276
PA
19252018-11-19 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1928 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1929 see the expected warning.
1930
38a72da0
AH
19312018-11-16 Alan Hayward <alan.hayward@arm.com>
1932
1933 PR gdb/22736:
1934 * gdb.cp/infcall-nodebug-lib.c: New test.
1935 * gdb.cp/infcall-nodebug-main.c: New test.
1936 * gdb.cp/infcall-nodebug.exp: New file.
1937
53a89d6e
SM
19382018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1939
1940 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1941 completer tests.
1942
9325300d
TV
19432018-11-09 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.base/msym-lang.c: New test.
1946 * gdb.base/msym-lang.exp: New file.
1947 * gdb.base/msym-lang-main.c: New test.
1948
20f0d60d
TT
19492018-11-08 Tom Tromey <tom@tromey.com>
1950
1951 PR gdb/23555:
1952 PR gdb/23838:
1953 * gdb.base/warning.exp: New file.
1954
b5420128
JB
19552018-11-08 Jan Beulich <jbeulich@suse.com>
1956
1957 * testsuite/gdb.arch/i386-avx512.c,
1958 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1959
cd115d61
AB
19602018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1963 point hardware.
1964
35ee2dc2
AB
19652018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1968 * gdb.dwarf2/missing-type-name.exp: New file.
1969
31aceee8
TV
19702018-11-06 Tom de Vries <tdevries@suse.de>
1971
1972 * gdb.base/many-headers.c: New test.
1973 * gdb.base/many-headers.exp: New file.
1974
109be305
JW
19752018-11-06 Jim Wilson <jimw@sifive.com>
1976
1977 * gdb.base/code_elim.exp: For riscv, set additional_flags
1978 to include -msmall-data-limit=0.
1979
e2b7af72
JB
19802018-11-01 Joel Brobecker <brobecker@adacore.com>
1981
1982 * gdb.ada/watch_minus_l: New testcase.
1983
cdcda965
SM
19842018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1985
1986 * gdb.arch/aix-sighandle.c: New file.
1987 * gdb.arch/aix-sighandle.exp: New file.
1988
92dcebf3
AB
19892018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1992 registers being unions.
1993
68b9ac18
TV
19942018-10-31 Tom de Vries <tdevries@suse.de>
1995
1996 * lib/valgrind.exp: New file.
1997 (vgdb_start, vgdb_stop): New procs, factored out of ...
1998 * gdb.base/valgrind-bt.exp: ... here, ...
1999 * gdb.base/valgrind-disp-step.exp: ... here and ...
2000 * gdb.base/valgrind-infcall.exp: ... here.
2001
1443936e
TV
20022018-10-31 Tom de Vries <tdevries@suse.de>
2003
2004 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2005
eb77c9df
AB
20062018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 * gdb.dwarf2/void-type.c: New file.
2009 * gdb.dwarf2/void-type.exp: New file.
2010
82b5e646
PW
20112018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2012
2013 * gdb.base/info_qt.c: New file.
2014 * gdb.base/info_qt.exp: New file.
2015
8d619c01
EBM
20162018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2017
2018 * gdb.arch/powerpc-htm-regs.c: New file.
2019 * gdb.arch/powerpc-htm-regs.exp: New file.
2020
f2cf6173
EBM
20212018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2022
2023 * gdb.arch/powerpc-tar.c: New file.
2024 * gdb.arch/powerpc-tar.exp: New file.
2025
7ca18ed6
EBM
20262018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2027
2028 * gdb.arch/powerpc-ppr-dscr.c: New file.
2029 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2030
bfcc0eba
TV
20312018-10-25 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2034
fe1a5cad
TV
20352018-10-24 Tom de Vries <tdevries@suse.de>
2036
2037 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2038 longer exists error.
2039
a76dc3b7
TV
20402018-10-24 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2043
4df46df7
TV
20442018-10-24 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2047 --db-attach in valgrind.
2048
0dbfcfff
AB
20492018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * gdb.arch/riscv-reg-aliases.c: New file.
2052 * gdb.arch/riscv-reg-aliases.exp: New file.
2053
b04480b1
AH
20542018-10-19 Alan Hayward <alan.hayward@arm.com>
2055
2056 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2057
2c6ac8d7
AH
20582018-10-19 Alan Hayward <alan.hayward@arm.com>
2059
2060 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2061
2bc69f25
AH
20622018-10-19 Alan Hayward <alan.hayward@arm.com>
2063
2064 * gdb.cp/ovldbreak.exp: Fix regexps.
2065
1f1ae3a3
AH
20662018-10-19 Alan Hayward <alan.hayward@arm.com>
2067
2068 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2069
94c18618
SDJ
20702018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2071
2072 PR cli/23785
2073 * gdb.base/restore.exp: New test to check if "restore" with an
2074 invalid file doesn't segfault.
2075
812cd6eb
TV
20762018-10-18 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2079 * gdb.ada/excep_handle.exp: Same.
2080 * gdb.ada/mi_string_access.exp: Same.
2081 * gdb.ada/mi_var_union.exp: Same.
2082 * gdb.arch/arc-analyze-prologue.exp: Same.
2083 * gdb.arch/arc-decode-insn.exp: Same.
2084 * gdb.base/readnever.exp: Same.
2085 * gdb.fortran/printing-types.exp: Same.
2086 * gdb.guile/scm-lazy-string.exp: Same.
2087
c4b90788
TV
20882018-10-16 Tom de Vries <tdevries@suse.de>
2089
2090 PR gdb/23730
2091 * gdb.base/catch-follow-exec.c: Add copyright notice.
2092 * gdb.base/catch-follow-exec.exp: Rewrite to use
2093 gdb_spawn_with_cmdline_opts. Require gdb-native.
2094
8bca2978
SL
20952018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2096
2097 * gdb.trace/actions-changed.exp: Check for arch support.
2098 * gdb.trace/actions.exp: Likewise.
2099 * gdb.trace/ax.exp: Likewise.
2100 * gdb.trace/backtrace.exp: Likewise.
2101 * gdb.trace/change-loc.exp: Likewise.
2102 * gdb.trace/deltrace.exp: Likewise.
2103 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2104 * gdb.trace/ftrace.exp: Likewise.
2105 * gdb.trace/infotrace.exp: Check for arch support.
2106 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2107 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2108 * gdb.trace/mi-tsv-changed.exp: Likewise.
2109 * gdb.trace/packetlen.exp: Likewise.
2110 * gdb.trace/passc-dyn.exp: Likewise.
2111 * gdb.trace/passcount.exp: Likewise.
2112 * gdb.trace/pending.exp: Likewise.
2113 * gdb.trace/range-stepping.exp: Check for shlib support.
2114 * gdb.trace/report.exp: Check for arch support.
2115 * gdb.trace/save-trace.exp: Likewise.
2116 * gdb.trace/signal.exp: Check for signal support.
2117 * gdb.trace/tfind.exp: Check for arch support.
2118 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2119 * gdb.trace/trace-common.h: Add comment.
2120 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2121 * gdb.trace/trace-enable-disable.exp: Likewise.
2122 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2123 * gdb.trace/tracecmd.exp: Check for arch support.
2124 * gdb.trace/tspeed.exp: Check for shlib and target support.
2125 * gdb.trace/tstatus.exp: Check for arch support.
2126 * gdb.trace/tsv.exp: Likewise.
2127 * gdb.trace/while-dyn.exp: Likewise.
2128 * gdb.trace/while-stepping.exp: Likewise.
2129 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2130
f9c49bff
SM
21312018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2132
2133 * gdb.trace/tspeed.exp: Remove nowarnings.
2134 (prepare_for_trace_test): Declare "global ipalib".
2135 * gdb.trace/tspeed.c: Include unistd.h.
2136 (main): Remove superfluous printf argument.
2137
d4330bde
SL
21382018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2139
2140 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2141 directory prefix on the filename.
2142
8ecfd7bd
SDJ
21432018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2144
2145 * gdb.gdb/unittest.exp: Update expected message informing that
2146 selftests have been disabled.
2147 * gdb.server/unittest.exp: Likewise.
2148
58bbcd02
TV
21492018-10-09 Tom de Vries <tdevries@suse.de>
2150
2151 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2152 with runto_main.
2153
9f6b697b
WP
21542018-10-08 Weimin Pan <weimin.pan@oracle.com>
2155
2156 PR c++/16841
2157 * gdb.cp/virtbase2.cc: New file.
2158 * gdb.cp/virtbase2.exp: New file.
2159
add5ded5
TT
21602018-10-06 Tom Tromey <tom@tromey.com>
2161
2162 PR python/19399:
2163 * gdb.python/py-inferior.exp: Add architecture test.
2164
f9e48344
TT
21652018-10-06 Tom Tromey <tom@tromey.com>
2166
2167 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2168 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2169
2a8be203
TT
21702018-10-06 Tom Tromey <tom@tromey.com>
2171
2172 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2173 of a "throw" catchpoint.
2174
e04caa70
SDJ
21752018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2176
2177 * gdb.base/info-proc.exp: Update string expected from "help info
2178 proc".
2179
5ca8c39f
TT
21802018-10-04 Tom Tromey <tom@tromey.com>
2181
2182 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2183 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2184 (test_initial_complaints, test_empty_complaints): Update.
2185 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2186
3453e7e4
TT
21872018-10-04 Tom Tromey <tom@tromey.com>
2188
2189 PR cli/19551:
2190 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2191 * lib/gdb.exp (gdb_file_cmd): Update.
2192 * gdb.stabs/weird.exp (print_weird_var): Update.
2193 * gdb.server/solib-list.exp: Update.
2194 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2195 * gdb.mi/mi-cli.exp: Update.
2196 * gdb.linespec/linespec.exp: Update.
2197 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2198 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2199 * gdb.cp/cp-relocate.exp: Update.
2200 * gdb.base/sym-file.exp: Update.
2201 * gdb.base/relocate.exp: Update.
2202 * gdb.base/readnever.exp: Update.
2203 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2204 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2205 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2206 * gdb.base/code_elim.exp: Update.
2207 * gdb.base/break-unload-file.exp (test_break): Update.
2208 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2209 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2210 Update.
2211 * gdb.base/attach.exp (do_attach_tests): Update.
2212 * gdb.base/sepdebug.exp: Update.
2213 * gdb.python/py-section-script.exp: Update.
2214
6afcf761
TT
22152018-10-04 Tom Tromey <tom@tromey.com>
2216
2217 PR cli/22234:
2218 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2219 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2220 output.
2221
fef1b293
TT
22222018-10-04 Tom Tromey <tom@tromey.com>
2223
2224 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2225 set width and height to 0.
2226 (test_command_line_attach_run): Use -quiet.
2227
ca98345e
SL
22282018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2229
2230 * lib/gdb.exp (skip_ifunc_tests): New.
2231 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2232 other compile failures.
2233 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2234
ff34e6ae
SM
22352018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2236
2237 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2238 is_amd64_regs_target.
2239
6bb8890e
AH
22402018-10-01 Alan Hayward <alan.hayward@arm.com>
2241
2242 * gdb.arch/aarch64-sighandler-regs.c: New test.
2243 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2244 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2245
224d30d3
MM
22462018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2247
2248 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2249 assembly.
2250
f67ffa6a
AB
22512018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.base/frame-selection.exp: New file.
2254 * gdb.base/frame-selection.c: New file.
2255
9fc3183f
AH
22562018-09-27 Alan Hayward <alan.hayward@arm.com>
2257
2258 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2259 pthread barrier.
2260 (main): Likewise.
2261
d354055e
AB
22622018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.base/large-frame-1.c: New file.
2265 * gdb.base/large-frame-2.c: New file.
2266 * gdb.base/large-frame.exp: New file.
2267 * gdb.base/large-frame.h: New file.
2268
db727370
JL
22692018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2270
2271 PR gdb/20948
2272 * gdb.base/write_mem.exp: New test.
2273 * gdb.base/write_mem.c: Likewise.
2274
ae778caf
TT
22752018-09-23 Tom Tromey <tom@tromey.com>
2276
2277 PR python/18852:
2278 * gdb.python/py-parameter.exp: Add test for parameter that throws
2279 on "set".
2280
fd3ba736
TT
22812018-09-23 Tom Tromey <tom@tromey.com>
2282
2283 PR python/17284:
2284 * gdb.python/py-template.exp (test_template_arg): Add test for
2285 negative template argument number.
2286
39a24317
TT
22872018-09-23 Tom Tromey <tom@tromey.com>
2288
2289 PR python/14062:
2290 * gdb.python/python.exp: Add test for post_event error.
2291
f5769a2c
TT
22922018-09-23 Tom Tromey <tom@tromey.com>
2293
2294 PR python/18170:
2295 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2296 convert pointers to int and long.
2297
1c1e54f6
TT
22982018-09-23 Tom Tromey <tom@tromey.com>
2299
2300 PR python/20126:
2301 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2302 signed-ness conversion tests.
2303
fb4fa946
TT
23042018-09-23 Tom Tromey <tom@tromey.com>
2305
2306 PR python/18352;
2307 * gdb.python/py-value.exp (test_float_conversion): New proc.
2308 Use it.
2309
a466edac
HAQ
23102018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2311
2312 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2313
4ee9b0c5
SL
23142018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2315
2316 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2317 no readline.
2318 * gdb.base/utf8-identifiers.exp: Likewise.
2319 * gdb.cp/cpcompletion.exp: Likewise.
2320 * gdb.linespec/cpcompletion.exp: Likewise.
2321 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2322 * gdb.linespec/cpls-ops.exp: Likewise.
2323
23be8da7
RB
23242018-09-19 Richard Bunt <richard.bunt@arm.com>
2325 Chris January <chris.january@arm.com>
2326
2327 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2328 * gdb.fortran/short-circuit-argument-list.exp: New file.
2329 * gdb.fortran/short-circuit-argument-list.f90: New test.
2330
5031d0ae
SDJ
23312018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2332
2333 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2334 "arch=" keyword when executing "-stack-list-frames".
2335
b4c0d1a4
SDJ
23362018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2337
2338 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2339 "arch=" keyword when executing "-stack-list-frames".
2340
7a6d2b45
SDJ
23412018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2342
2343 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2344 break ada".
2345
8588b356
SM
23462018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2347
2348 PR python/23669
2349 * gdb.python/python.exp: Test gdb.execute("show commands").
2350
65e65158
TT
23512018-09-16 Tom Tromey <tom@tromey.com>
2352
2353 * gdb.base/new-ui.exp (do_execution_tests): Update.
2354 * gdb.base/dbx.exp (test_breakpoints): Update.
2355
bf326452
AH
23562018-09-14 Alan Hayward <alan.hayward@arm.com>
2357
2358 * lib/gdb.exp (gdb_simple_compile): Add proc.
2359 (is_elf_target): Use gdb_simple_compile.
2360 (skip_altivec_tests): Likewise.
2361 (skip_vsx_tests): Likewise.
2362 (skip_tsx_tests): Likewise.
2363 (skip_btrace_tests): Likewise.
2364 (skip_btrace_pt_tests): Likewise.
2365 (gdb_can_simple_compile): Likewise.
2366 (gdb_has_argv0): Likewise.
2367 (gdb_target_symbol_prefix): Likewise.
2368 (target_supports_scheduler_locking): Likewise.
2369
2361b0fb
TT
23702018-09-13 Tom Tromey <tom@tromey.com>
2371
2372 * Makefile.in (TAGS): Recognize proc_with_prefix and
2373 gdb_caching_proc.
2374
0ae1a321
SM
23752018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2376
2377 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2378 method.
2379
a40bf0c2
SM
23802018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2381
2382 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2383 and a few other Inferior properties when the Inferior is no
2384 longer valid.
2385
4a3fe98f
TT
23862018-09-13 Tom Tromey <tom@tromey.com>
2387
2388 PR rust/23650:
2389 * gdb.rust/simple.exp: Add test for enum field access error.
2390
098b2108
TT
23912018-09-13 Tom Tromey <tom@tromey.com>
2392
2393 PR rust/23626:
2394 * gdb.rust/simple.rs (EmptyEnum): New type.
2395 (main): Use it.
2396 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2397
1256af7d
SM
23982018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2399
2400 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2401 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2402 * gdb.python/py-symtab.exp: Update test printing an objfile.
2403
4aa8e6c2
SM
24042018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2405
2406 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2407 object.
2408
c221b2f7
AH
24092018-09-12 Alan Hayward <alan.hayward@arm.com>
2410
2411 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2412 (support_complex_tests): Use gdb_can_simple_compile.
2413 (is_ilp32_target): Likewise.
2414 (is_lp64_target): Likewise.
2415 (is_64_target): Likewise.
2416 (is_amd64_regs_target): Likewise.
2417 (is_aarch32_target): Likewise.
2418 (gdb_int128_helper): Likewise.
2419
6f1107b5
JK
24202018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2421
2422 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2423
1f5d1570
JG
24242018-09-10 Jerome Guitton <guitton@adacore.com>
2425
2426 * gdb.ada/same_component_name: Add test for case of tagged record
2427 with variable-length fields.
2428
cc330e39
XR
24292018-09-10 Xavier Roirand <roirand@adacore.com>
2430
2431 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2432 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2433 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2434 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2435
b9c50e9a
XR
24362018-09-10 Xavier Roirand <roirand@adacore.com>
2437
2438 * gdb.ada/mi_string_access.exp: New testcase.
2439 * gdb.ada/mi_string_access/bar.adb: New file.
2440 * gdb.ada/mi_string_access/pck.adb: New file.
2441 * gdb.ada/mi_string_access/pck.asd: New file.
2442
2963898f
XR
24432018-09-10 Xavier Roirand <roirand@adacore.com>
2444
2445 * gdb.ada/mi_var_union.exp: New testcase.
2446 * gdb.ada/mi_var_union/bar.adb: New file.
2447 * gdb.ada/mi_var_union/pck.adb: New file.
2448 * gdb.ada/mi_var_union/pck.asd: New file.
2449
1aac008f
TT
24502018-09-08 Tom Tromey <tom@tromey.com>
2451
2452 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2453
332cf4c9
TT
24542018-09-08 Tom Tromey <tom@tromey.com>
2455
2456 PR python/16047:
2457 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2458 (register_pretty_printers): Register new printer.
2459 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2460 test.
2461 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2462 (an_int_type3): New global.
2463
424da6cf
JB
24642018-09-08 Joel Brobecker <brobecker@adacore.com>
2465
2466 * gdb.ada/expr_with_funcall: New testcase.
2467
2a62dfa9
JB
24682018-09-08 Joel Brobecker <brobecker@adacore.com>
2469
2470 * gdb.ada/packed_array_assign: New testcase.
2471
96b6697f
AB
24722018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2475 names, and add test prefixes to make test names unique.
2476
e4a62c65
TV
24772018-09-05 Tom de Vries <tdevries@suse.de>
2478
2479 * gdb.dwarf2/varval.exp: Add test.
2480
dd083ee2
GB
24812018-09-04 Gary Benson <gbenson@redhat.com>
2482
2483 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2484 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2485
aef9346c
TT
24862018-08-31 Tom Tromey <tom@tromey.com>
2487
2488 * gdb.rust/simple.rs: Rename second variable "v".
2489
c67f2e15
AB
24902018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2491
2492 * gdb.base/funcargs.c (use_a): New function.
2493 (recurse): Call use_a.
2494
078a0207
KS
24952018-08-29 Keith Seitz <keiths@redhat.com>
2496
2497 * gdb.compile/compile-cplus-anonymous.cc: New file.
2498 * gdb.compile/compile-cplus-anonymous.exp: New file.
2499 * gdb.compile/compile-cplus-array-decay.cc: New file.
2500 * gdb.compile/compile-cplus-array-decay.exp: New file.
2501 * gdb.compile/compile-cplus-inherit.cc: New file.
2502 * gdb.compile/compile-cplus-inherit.exp: New file.
2503 * gdb.compile/compile-cplus-member.cc: New file.
2504 * gdb.compile/compile-cplus-member.exp: New file.
2505 * gdb.compile/compile-cplus-method.cc: New file.
2506 * gdb.compile/compile-cplus-method.exp: New file.
2507 * gdb.compile/compile-cplus-mod.c: "New" file.
2508 * gdb.compile/compile-cplus-namespace.cc: New file.
2509 * gdb.compile/compile-cplus-namespace.exp: New file.
2510 * gdb.compile/compile-cplus-nested.cc: New file.
2511 * gdb.compile/compile-cplus-nested.exp: New file.
2512 * gdb.compile/compile-cplus-print.c: "New" file.
2513 * gdb.compile/compile-cplus-print.exp: "New" file.
2514 * gdb.compile/compile-cplus-virtual.cc: New file.
2515 * gdb.compile/compile-cplus-virtual.exp: New file.
2516 * gdb.compile/compile-cplus.c: "New" file.
2517 * gdb.compile/compile-cplus.exp: "New" file.
2518 * lib/compile-support.exp: New file.
2519
b0f492b9
GB
25202018-08-16 Gary Benson <gbenson@redhat.com>
2521
2522 PR gdb/13000:
2523 * gdb.base/batch-exit-status.exp: New file.
2524 * gdb.base/batch-exit-status.good-commands: Likewise.
2525 * gdb.base/batch-exit-status.bad-commands: Likewise.
2526
36eb4c5f
AH
25272018-08-29 Alan Hayward <alan.hayward@arm.com>
2528
2529 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2530 (struct struct02): Likewise.
2531 (struct struct03): Likewise.
2532 (struct struct04): Likewise.
2533 (struct struct_01_01): New struct.
2534 (struct struct_01_02): Likewise.
2535 (struct struct_01_03): Likewise.
2536 (struct struct_01_04): Likewise.
2537 (struct struct_02_01): Likewise.
2538 (struct struct_02_02): Likewise.
2539 (struct struct_02_03): Likewise.
2540 (struct struct_02_04): Likewise.
2541 (struct struct_04_01): Likewise.
2542 (struct struct_04_02): Likewise.
2543 (struct struct_04_03): Likewise.
2544 (struct struct_04_04): Likewise.
2545 (struct struct_05_01): Likewise.
2546 (struct struct_05_02): Likewise.
2547 (struct struct_05_03): Likewise.
2548 (struct struct_05_04): Likewise.
2549 (cmp_struct01): Remove function.
2550 (cmp_struct02): Likewise.
2551 (cmp_struct03): Likewise.
2552 (cmp_struct04): Likewise.
2553 (cmp_struct_01_01): Add Function.
2554 (cmp_struct_01_02): Likewise.
2555 (cmp_struct_01_03): Likewise.
2556 (cmp_struct_01_04): Likewise.
2557 (cmp_struct_02_01): Likewise.
2558 (cmp_struct_02_02): Likewise.
2559 (cmp_struct_02_03): Likewise.
2560 (cmp_struct_02_04): Likewise.
2561 (cmp_struct_04_01): Likewise.
2562 (cmp_struct_04_02): Likewise.
2563 (cmp_struct_04_03): Likewise.
2564 (cmp_struct_04_04): Likewise.
2565 (cmp_struct_05_01): Likewise.
2566 (cmp_struct_05_02): Likewise.
2567 (cmp_struct_05_03): Likewise.
2568 (cmp_struct_05_04): Likewise.
2569 (call_all): Add new structs.
2570 * gdb.base/infcall-nested-structs.exp: Likewise.
2571
3bf9c013
JV
25722018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2573
2574 * gdb.python/py-framefilter-mi.exp: Update regexp to
2575 check for "arch" field in frame output.
2576
450d1e88
KB
25772018-08-23 Kevin Buettner <kevinb@redhat.com>
2578
2579 * gdb.dwarf2/dw2-ranges-func.c: New file.
2580 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2581
ae739fe7
SM
25822018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2583
2584 * gdb.base/term.exp: Compare terminal settings with values from
2585 the inferior.
2586 * gdb.base/term.c: Get and set terminal settings.
2587
6d52907e
JV
25882018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2589
2590 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2591 accommodate new "arch" field in frame output.
2592 * gdb.mi/mi-return.exp: Likewise.
2593 * gdb.mi/mi-stack.exp: Likewise.
2594 * gdb.mi/mi-syn-frame.exp: Likewise.
2595 * gdb.mi/user-selected-context-sync.exp: Likewise.
2596
be2d111a
MS
25972018-08-19 Michael Spang <spang@google.com>
2598
2599 PR gdb/11786
2600 * gdb.base/gcore-tls-pie.c: New file.
2601 * gdb.base/gcore-tls-pie.exp: New file.
2602
ae3a7c47
KB
26032018-08-18 Kevin Buettner <kevinb@redhat.com>
2604
2605 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2606 * gdb.dwarf2/varval.c: New file.
2607 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2608
2ecae92e
AH
26092018-08-17 Alan Hayward <alan.hayward@arm.com>
2610
2611 PR gdb/18931
2612 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2613
c1854f1d
KS
26142018-08-16 Keith Seitz <keiths@redhat.com>
2615
2616 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2617 tests expected to pass.
2618
26fb3983
JV
26192018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2620
2621 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2622 -data-disassemble -a.
2623 (test_disassembly_bogus_args): Likewise.
2624
67943c00
AB
26252018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2628
5ff2bbae
AB
26292018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * gdb.base/vla-optimized-out.exp: Add new test.
2632
e5bbcd0f
AB
26332018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * gdb.base/vla-optimized-out-o3.exp: Delete.
2636 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2637 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2638 deleted tests.
2639
9d4a934c
AB
26402018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 PR gdb/18050:
2643 * gdb.server/extended-remote-restart.c: New file.
2644 * gdb.server/extended-remote-restart.exp: New file.
2645
045cf012
SM
26462018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2647
2648 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2649 "set variable index = 42".
2650
87d6a7aa
SM
26512018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2652
2653 * boards/index-cache-gdb.exp: New file.
2654 * gdb.dwarf2/index-cache.exp: New file.
2655 * gdb.dwarf2/index-cache.c: New file.
2656 * gdb.base/maint.exp: Check if we are using the index cache.
2657
96d68bd4
RO
26582018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2659
2660 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2661 MAKEFLAGS.
2662
5a699617
RO
26632018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2664
2665 * dg-extract-results.sh: Move to toplevel contrib.
2666 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2667 * Makefile.in (check-parallel-racy): Likewise.
2668
5bd18990
AB
26692018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2672 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2673 tests if the target supports scheduler locking.
2674
3fbbcf47
TV
26752018-08-04 Tom de Vries <tdevries@suse.de>
2676
2677 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2678
3e1d3d8c
TT
26792018-08-02 Tom Tromey <tom@tromey.com>
2680
2681 PR symtab/16842.
2682 * gdb.cp/temargs.exp: Test "info address" of a template
2683 parameter.
2684
5abe0f0c
JV
26852018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2686
2687 * gdb.python/py-mi-var-info-path-expression.c: New file.
2688 * gdb.python/py-mi-var-info-path-expression.py: New file.
2689 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2690
fb66cde8
SDJ
26912018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2692
2693 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2694 error after "cannot resolve name" string.
2695
c708f4d2
AB
26962018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2699 started.
2700 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2701
37cc0cae
TV
27022018-07-28 Tom de Vries <tdevries@suse.de>
2703
2704 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2705
63b4ecf7
TV
27062018-07-26 Tom de Vries <tdevries@suse.de>
2707
2708 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2709
3c3bb058
AB
27102018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2711
2712 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2713 is visible.
2714
9e7f3bbb
TV
27152018-07-26 Tom de Vries <tdevries@suse.de>
2716
2717 PR breakpoints/23366
2718 * gdb.base/catch-follow-exec.c: New test.
2719 * gdb.base/catch-follow-exec.exp: New file.
2720
16f808ec
TV
27212018-07-25 Tom de Vries <tdevries@suse.de>
2722
2723 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2724 vla-optimized-out.c.
2725
d7154a8d
JV
27262018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2727
2728 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2729 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2730
232a0032
TV
27312018-07-20 Tom de Vries <tdevries@suse.de>
2732
2733 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2734 NOCLONE macro.
2735 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2736
fbb1d502
TV
27372018-07-19 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2740 regular expression.
2741
42dc7699
TV
27422018-07-18 Tom de Vries <tdevries@suse.de>
2743
2744 * gdb.base/vla-optimized-out.c: New test.
2745 * gdb.base/vla-optimized-out.exp: New file.
2746
7f1f7e23
SDJ
27472018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2748
2749 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2750 message "No address associated with hostname" when gdbserver
2751 cannot resolve the hostname.
2752
5759ebb3
PW
27532018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2754
2755 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2756 Add some test prefixes to make tests unique.
2757
3606ccab
PW
27582018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2759
2760 * gdb.base/frameapply.c: New file.
2761 * gdb.base/frameapply.exp: New file.
2762
529c08b2
PW
27632018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2764
2765 * gdb.base/skip.exp: Update expected error message.
2766
c7ab0aef
SDJ
27672018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2768 Jan Kratochvil <jan.kratochvil@redhat.com>
2769 Paul Fertser <fercerpav@gmail.com>
2770 Tsutomu Seki <sekiriki@gmail.com>
2771
2772 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2773 parameter.
2774 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2775 by default.
2776 * boards/native-gdbserver.exp: Likewise.
2777 * gdb.server/run-without-local-binary.exp: Improve regexp used
2778 for detecting when a remote debugging connection succeeds.
2779 * gdb.server/server-connect.exp: New file.
2780 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2781 Do not prefix the port number with ":".
2782 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2783 support for detecting and using it. Add '$debughost_gdbserver'
2784 to the list of arguments used to start gdbserver. Handle case
2785 when gdbserver cannot resolve a network name.
2786
16ff70dd
SDJ
27872018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2788
2789 PR c++/23373
2790 * gdb.base/ptype-offsets.cc (struct static_member): New
2791 struct.
2792 (main) <stmember>: New variable.
2793 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2794 with a static member in it.
2795
3541979f
AB
27962018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2797
2798 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2799 watchpoints enabled and disabled.
2800
c8ad9b9a
AB
28012018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2802
2803 * gdb.base/examine-backward.exp: Still run tests around address
2804 0x0, even if address 0x0 is not readable. Update the pattern for
2805 matching address 0x0 in expected output.
2806
e0e5e971
AB
28072018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2810 malloc/free.
2811
1ea5da02
TV
28122018-07-04 Tom de Vries <tdevries@suse.de>
2813
2814 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2815
471b9d15
MR
28162018-07-02 Maciej W. Rozycki <macro@mips.com>
2817
2818 PR tdep/8282
2819 * gdb.arch/mips-disassembler-options.exp: New test.
2820 * gdb.arch/mips-disassembler-options.s: New test source.
2821
75acb486
PA
28222018-06-29 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.threads/names.exp: Adjust expected "info threads" output.
2825
cd2bb709
PA
28262018-06-29 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.opt/inline-break.exp (line number, address): Add "info
2829 break" tests.
2830
991ff292
PA
28312018-06-29 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2834 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2835 number and address and running to them.
2836
356819b6 28372018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2838
2839 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2840
2512d7ef
JK
28412018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2842
2843 * lib/compiler.c: Remove executable permission flag.
2844
be1b6474
RB
28452018-06-28 Richard Bunt <richard.bunt@arm.com>
2846
2847 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2848 code.
2849 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2850
291f9a96
PT
28512018-06-28 Petr Tesarik <ptesarik@suse.cz>
2852
2853 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2854
ed6dfe51
PT
28552018-06-28 Petr Tesarik <ptesarik@suse.cz>
2856
2857 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2858 address argument is omitted.
2859
d4d429d5
PT
28602018-06-28 Petr Tesarik <ptesarik@suse.cz>
2861
2862 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2863
7ab6656f
OJ
28642018-06-27 Omair Javaid <omair.javaid@linaro.org>
2865
2866 PR gdb/21695
2867 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2868 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2869
a33ccfc7
TT
28702018-06-26 Tom Tromey <tom@tromey.com>
2871
2872 PR rust/22574:
2873 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2874 * gdb.rust/simple.rs (struct SimpleLayout): New.
2875
6d72d289
SM
28762018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2877
2878 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2879 "info registers" output.
2880
8363f9d5
RB
28812018-06-21 Richard Bunt <richard.bunt@arm.com>
2882
2883 * gdb.base/watchpoint-hw-attach.c: New test.
2884 * gdb.base/watchpoint-hw-attach.exp: New file.
2885
f00674fe
SM
28862018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2887
2888 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2889 through /bin/sh.
2890 * boards/dwarf4-gdb-index.exp: Likewise.
2891 * boards/fission-dwp.exp: Likewise.
2892
1d554008
UW
28932018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2894
2895 * gdb.base/float128.exp: Add comment and improved fail message
2896 to the failure case of "print large128" test.
2897
d0ac1c44
SM
28982018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 * configure.ac: Remove AC_PREREQ.
2901 * configure: Re-generate.
2902
61b04dd0
PA
29032018-06-19 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2906 (func_extern_caller): New.
2907 (main): Call func_extern_caller.
2908 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2909 logic change.
2910
f63b508a
SM
29112018-06-18 Weimin Pan <weimin.pan@oracle.com>
2912
2913 PR gdb/16841
2914 * gdb.cp/typedef-base.cc: New file.
2915 * gdb.cp/typedef-base.exp: New file.
2916
0fe3a558
TV
29172018-06-18 Tom de Vries <tdevries@suse.de>
2918
2919 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2920
7010835a
AB
29212018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2922 Richard Bunt <Richard.Bunt@arm.com>
2923
2924 * gdb.threads/attach-slow-waitpid.c: New file.
2925 * gdb.threads/attach-slow-waitpid.exp: New file.
2926 * gdb.threads/slow-waitpid.c: New file.
2927
14897d65
PA
29282018-06-14 Pedro Alves <palves@redhat.com>
2929
2930 * gdb.base/fork-running-state.c: Include <errno.h>.
2931 (exit_if_relative_exits): New.
2932 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2933 exits.
2934 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2935 child exits.
2936
5d9a0608
TV
29372018-06-14 Tom de Vries <tdevries@suse.de>
2938
2939 PR cli/22573
2940 * gdb.base/finish-pretty.c: New test.
2941 * gdb.base/finish-pretty.exp: New file.
2942
11ae5818
PA
29432018-06-14 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2946 gdb's expected startup output.
2947
1d39de44
PA
29482018-06-14 Pedro Alves <palves@redhat.com>
2949
2950 * lib/selftest-support.exp (selftest_setup): Remove inlined
2951 function handling.
2952
70ee0000
TV
29532018-06-14 Tom de Vries <tdevries@suse.de>
2954
2955 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2956 matching of breakpoint printing.
2957
11f4b608
TV
29582018-06-13 Tom de Vries <tdevries@suse.de>
2959
2960 PR testsuite/23269
2961 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2962 (fork_child): ... here, and ...
2963 (fork_parent): ... here.
2964
29652018-06-12 Tom de Vries <tdevries@suse.de>
2966
2967 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2968
9516f85a
AB
29692018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2970 Stephen Roberts <stephen.roberts@arm.com>
2971
2972 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2973 rewrite test to describe action performed, rather than possible
2974 failure.
2975
5045b3d7
GB
29762018-06-08 Gary Benson <gbenson@redhat.com>
2977
2978 * gdb.threads/check-libthread-db.exp: New file.
2979 * gdb.threads/check-libthread-db.c: Likewise.
2980
c61b06a1
TT
29812018-06-05 Tom Tromey <tom@tromey.com>
2982
2983 * gdb.base/default.exp: Update expected "show version" output.
2984
eb6af809
TT
29852018-06-05 Tom Tromey <tom@tromey.com>
2986
2987 PR cli/12326:
2988 * gdb.cp/static-print-quit.exp: Update.
2989 * lib/gdb.exp (pagination_prompt): Update.
2990 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2991 * gdb.python/python.exp: Update.
2992
178d6a63
JB
29932018-06-04 Joel Brobecker <brobecker@adacore.com>
2994
2995 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2996
8e817061
JB
29972018-06-01 Joel Brobecker <brobecker@adacore.com>
2998
2999 * gdb.ada/bp_fun_addr: New testcase.
3000
e86ca25f
TT
30012018-06-01 Tom Tromey <tom@tromey.com>
3002
3003 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3004 results.
3005 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3006 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3007 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3008 * gdb.base/maint.exp (maint_pass_if): Update.
3009
4b2dfa9d
MR
30102018-05-31 Maciej W. Rozycki <macro@mips.com>
3011
3012 * gdb.base/endian.exp: New test.
3013 * gdb.base/endian.c: New test source.
3014
45f25d6c
AB
30152018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3016
3017 PR gdb/23203
3018 * gdb.base/bt-selected-frame.c: New file.
3019 * gdb.base/bt-selected-frame.exp: New file.
3020 * lib/gdb.exp (get_current_frame_number): New function.
3021
d9f6d7f8
MR
30222018-05-24 Maciej W. Rozycki <macro@mips.com>
3023 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.threads/tls-core.c: Include <stdlib.h>
3026 (thread_proc): Call `abort'.
3027 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3028 (tls_core_test): New procedure, bits factored out from ...
3029 (top level): ... here. Test both native cores and gcore cores.
3030
ff1cf532
TT
30312018-05-23 Tom Tromey <tom@tromey.com>
3032
3033 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3034
b98664d3
TT
30352018-05-23 Tom Tromey <tom@tromey.com>
3036
3037 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3038 symfile_complaints.
3039 (test_short_complaints): Likewise.
3040 (test_empty_complaints): Likewise.
3041 (test_initial_complaints): Update.
3042
4e9668d0
TT
30432018-05-23 Tom Tromey <tom@tromey.com>
3044
3045 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3046
43ba33c7
TT
30472018-05-23 Tom Tromey <tom@tromey.com>
3048
3049 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3050 (test_short_complaints): Update.
3051
035522c0
PA
30522018-05-22 Pedro Alves <palves@redhat.com>
3053
3054 * gdb.base/remote.exp: Only gdb_start after compiling the
3055 testcase. Issue "disconnect" before testing "set remote" command
3056 defaults. Issue clean_restart before running to main.
3057
cc0be08f
PA
30582018-05-22 Pedro Alves <palves@redhat.com>
3059
3060 * gdb.base/remote.exp: Adjust expected output of "show remote
3061 memory-write-packet-size". Add tests for "set remote
3062 memory-write-packet-size 0" and "set remote
3063 memory-write-packet-size fixed/limit".
3064
b1b60145
PA
30652018-05-22 Pedro Alves <palves@redhat.com>
3066
3067 PR gdb/22973
3068 * gdb.base/utf8-identifiers.c: New file.
3069 * gdb.base/utf8-identifiers.exp: New file.
3070
0ec848ad
PFC
30712018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3072
3073 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3074
2c3305f6
PFC
30752018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3076
3077 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3078
ce1e8424
TT
30792018-05-18 Tom Tromey <tom@tromey.com>
3080
3081 * gdb.base/ptype-offsets.exp: Update.
3082
ddfe970e
KS
30832018-05-17 Keith Seitz <keiths@redhat.com>
3084
3085 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3086 in expected breakpoint stop locations.
3087 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3088 move to proper scope to test variable values.
3089 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3090 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3091 New functions.
3092 (main): Call not_inline_func3.
3093 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3094 inline_func1, inline_func2, and inline_func3. Test that when each
3095 breakpoint is hit, GDB properly reports both the stop location
3096 and the backtrace. Repeat tests for temporary breakpoints.
3097
0726fcc6
MR
30982018-05-15 Maciej W. Rozycki <macro@mips.com>
3099
3100 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3101 rather then trying to access it in determining whether the PID
3102 of `gdbserver' could have been retrieved.
3103
8ee22052
AB
31042018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * gdb.arch/amd64-init-x87-values.S: New file.
3107 * gdb.arch/amd64-init-x87-values.exp: New file.
3108
7785df48
JK
31092018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3110
3111 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3112
56bcdbea
TT
31132018-05-04 Tom Tromey <tom@tromey.com>
3114
3115 PR python/22730:
3116 * gdb.python/python.exp: Test multi-line execute.
3117
a913fffb
TT
31182018-05-04 Tom Tromey <tom@tromey.com>
3119
3120 PR python/22731:
3121 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3122
7a2c85f2
TT
31232018-05-04 Tom Tromey <tom@tromey.com>
3124
3125 PR gdb/11750:
3126 * gdb.base/define.exp: Test defining a user command inside a user
3127 command.
3128 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3129
a3b60e45
JK
31302018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3131 Pedro Alves <palves@redhat.com>
3132
3133 PR breakpoints/19806 and support for PR external/20207.
3134 * gdb.base/watchpoint-unaligned.c: New file.
3135 * gdb.base/watchpoint-unaligned.exp: New file.
3136
45fe4a03
AB
31372018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * gdb.base/maint.exp: Make test names unique, use
3140 test_prefix_command_help to test 'help maint info', and remove
3141 repeated test of 'help maint'.
3142
9be2ae8f
TT
31432018-05-04 Tom Tromey <tom@tromey.com>
3144
3145 PR gdb/22619:
3146 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3147 behavior.
3148
11859c31
AB
31492018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3150
3151 * gdb.base/maint.exp: Process output from 'maint print registers'
3152 line at a time.
3153
089a9490
AB
31542018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3155
3156 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3157 timeout.
3158
9b0797e2
AB
31592018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3162 filter pattern.
3163
f6ac5f3d
PA
31642018-05-02 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3167 to_log_command renames.
3168 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3169
77d3c63b
TT
31702018-05-02 Tom Tromey <tom@tromey.com>
3171
3172 * gdb.python/py-parameter.exp: Set test message.
3173
0489430a
TT
31742018-05-02 Tom Tromey <tom@tromey.com>
3175
3176 PR python/20084:
3177 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3178 PARAM_ZUINTEGER_UNLIMITED tests.
3179
1632f8ba
DR
31802018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3181
3182 PR rust/23124
3183 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3184 when casting.
3185
6d7bb824
TT
31862018-04-30 Tom Tromey <tom@tromey.com>
3187
3188 * gdb.python/py-type.exp: Check align attribute.
3189 * gdb.python/py-type.c: New "aligncheck" global.
3190
007e1530
TT
31912018-04-30 Tom Tromey <tom@tromey.com>
3192
3193 PR exp/17095:
3194 * gdb.dwarf2/dw2-align.exp: New file.
3195 * gdb.cp/align.exp: New file.
3196 * gdb.base/align.exp: New file.
3197 * lib/gdb.exp (gdb_int128_helper): New proc.
3198 (has_int128_c, has_int128_cxx): New caching procs.
3199
6873858b
TT
32002018-04-27 Tom Tromey <tom@tromey.com>
3201
3202 PR rust/22545:
3203 * gdb.rust/simple.exp: Add inclusive range tests.
3204
79188d8d
PA
32052018-04-26 Pedro Alves <palves@redhat.com>
3206
3207 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3208 ifunc breakpoint locations correctly of ifunc breakpoints set
3209 while the program resolves the ifunc.
3210
c7075ad5
PA
32112018-04-26 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.base/gnu-ifunc-final.c: New file.
3214 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3215 * gdb.base/gnu-ifunc.exp (executable): Delete.
3216 (staticexecutable): Adjust.
3217 (lib_opts, exec_opts): Delete.
3218 (make_binsuffix, build, set-break): New procedures.
3219 (misc_tests): New, with tests factored out from the top level.
3220 (top level): Test different combinations of ifunc resolver name,
3221 resolver with and with debug info, and ifunc target with and
3222 without debug info. Wrap static tests with with_target_prefix.
3223
8388016d
PA
32242018-04-26 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3227 return type" warnings.
3228
249b5733
PA
32292018-04-25 Pedro Alves <palves@redhat.com>
3230
3231 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3232 killed".
3233 * gdb.base/kill-after-signal.exp: Likewise.
3234 * gdb.threads/kill.exp: Likewise.
3235
f67c0c91
SDJ
32362018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3237 Sergio Durigan Junior <sergiodj@redhat.com>
3238 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3241 regexps to expect for '[Inferior ... detached]' as well.
3242 * gdb.base/attach.exp: Likewise.
3243 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3244 "gdb_continue_to_end".
3245 (test_catch_syscall_with_wrong_args): Likewise.
3246 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3247 ']'. Don't set 'verbose' on.
3248 * gdb.base/foll-vfork.exp: Likewise.
3249 * gdb.base/fork-print-inferior-events.c: New file.
3250 * gdb.base/fork-print-inferior-events.exp: New file.
3251 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3252 '[Inferior ... has been killed]' message.
3253 * gdb.base/kill-after-signal.exp: Likewise.
3254 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3255 detach message.
3256 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3257 message.
3258 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3259 regexps to expect for '[Inferior ... detached]' as well.
3260 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3261
0a8ddac4
SM
32622018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3263
3264 PR gdb/23104
3265 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3266
d27d16bf
RB
32672018-04-19 Richard Bunt <richard.bunt@arm.com>
3268
3269 * gdb.threads/multiple-successive-infcall.c: New test.
3270 * gdb.threads/multiple-successive-infcall.exp: New file.
3271
a037790e
TT
32722018-04-17 Tom Tromey <tom@tromey.com>
3273
3274 * gdb.rust/simple.rs (Union): New type.
3275 (main): New local "u".
3276 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3277
e3a91079
AA
32782018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3279
3280 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3281 number information in output of "whereis" command.
3282 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3283
b744723f
AA
32842018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3285
3286 * gdb.ada/info_types.exp: Adjust expected output to the line
3287 numbers now printed by "info var/func/type".
3288 * gdb.base/completion.exp: Likewise.
3289 * gdb.base/included.exp: Likewise.
3290 * gdb.cp/cp-relocate.exp: Likewise.
3291 * gdb.cp/cplusfuncs.exp: Likewise.
3292 * gdb.cp/namespace.exp: Likewise.
3293 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3294
4a4495d6
MM
32952018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3296
3297 * gdb.btrace/cpu.exp: New.
3298
1d509aa6
MM
32992018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3300
3301 * gdb.base/step-indirect-call-thunk.exp: New.
3302 * gdb.base/step-indirect-call-thunk.c: New.
3303 * gdb.reverse/step-indirect-call-thunk.exp: New.
3304 * gdb.reverse/step-indirect-call-thunk.c: New.
3305
6295b6da
SM
33062018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3307
3308 * gdb.base/pie-fork.c: New file.
3309 * gdb.base/pie-fork.exp: New file.
3310
50146e70
TT
33112018-04-11 Tom Tromey <tom@tromey.com>
3312
3313 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3314
f50d8a2e
PA
33152018-04-10 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3318 exits. Instead loop running forever.
3319 (fork_parent): Run forever too.
3320
a0be7a36
SM
33212018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3322
3323 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3324 mi_continue_to_line.
3325 * gdb.mi/mi-stack.c (callee4): Add comment.
3326
9b73db36
SM
33272018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3328
3329 * gdb.mi/mi-stack.exp: Fix indentation.
3330
c912f608
SM
33312018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3332
3333 PR gdb/22979
3334 * gdb.arch/amd64-osabi.exp: New file.
3335
26540402
SM
33362018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3337
3338 PR gdb/22980
3339 * gdb.base/osabi.exp: New file.
3340
121ad66c 33412018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3342
3343 * gdb.cp/static-typedef-print.exp: New file.
3344 * gdb.cp/static-typedef-print.cc: New file.
3345
3fcded8f
JB
33462018-03-27 Joel Brobecker <brobecker@adacore.com>
3347
3348 * gdb.ada/varsize_limit: New testcase.
3349
59cc4834
JB
33502018-03-27 Joel Brobecker <brobecker@adacore.com>
3351
3352 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3353
3354 * gdb.ada/notcplusplus: New testcase.
3355
3356 * gdb.base/c-linkage-name.c: New file.
3357 * gdb.base/c-linkage-name.exp: New testcase.
3358
4ca59a9f
TT
33592018-03-26 Tom Tromey <tom@tromey.com>
3360
3361 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3362 * gdb.python/py-framefilter.py (name_error): New global.
3363 (ErrorInName.function): Use name_error.
3364
978d6c75
TT
33652018-03-26 Tom Tromey <tom@tromey.com>
3366
3367 PR backtrace/15582:
3368 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3369
b7fee5a3
KS
33702018-03-23 Keith Seitz <keiths@redhat.com>
3371
3372 PR c++/22968
3373 * gdb.cp/subtypes.exp: New file.
3374 * gdb.cp/subtypes.h: New file.
3375 * gdb.cp/subtypes.cc: New file.
3376 * gdb.cp/subtypes-2.cc: New file.
3377
376be529
AB
33782018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3379
3380 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3381 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3382 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3383 -nostartfiles when compiling the test. Confirm that all registers
3384 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3385
066cfa98
AB
33862018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3389 option, syntax was wrong anyway.
3390 * gdb.arch/arm-disp-step.exp: Likewise.
3391 * gdb.arch/sparc64-regs.exp: Likewise.
3392 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3393 option, syntax was wrong anyway, switch to use
3394 prepare_for_testing.
3395 * gdb.arch/i386-disp-step.exp: Likewise.
3396
079670b9
AA
33972018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3398
3399 * gdb.ada/exec_changed.exp: Replace "target_info exists
3400 use_gdb_stub" by "use_gdb_stub".
3401 * gdb.ada/start.exp: Likewise.
3402 * gdb.base/async-shell.exp: Likewise.
3403 * gdb.base/attach-pie-misread.exp: Likewise.
3404 * gdb.base/attach-wait-input.exp: Likewise.
3405 * gdb.base/break-entry.exp: Likewise.
3406 * gdb.base/break-interp.exp: Likewise.
3407 * gdb.base/dprintf-detach.exp: Likewise.
3408 * gdb.base/nostdlib.exp: Likewise.
3409 * gdb.base/solib-nodir.exp: Likewise.
3410 * gdb.base/statistics.exp: Likewise.
3411 * gdb.base/testenv.exp: Likewise.
3412 * gdb.mi/mi-exec-run.exp: Likewise.
3413 * gdb.mi/mi-start.exp: Likewise.
3414 * gdb.multi/dummy-frame-restore.exp: Likewise.
3415 * gdb.multi/multi-arch-exec.exp: Likewise.
3416 * gdb.multi/multi-arch.exp: Likewise.
3417 * gdb.multi/tids.exp: Likewise.
3418 * gdb.multi/watchpoint-multi.exp: Likewise.
3419 * gdb.python/py-events.exp: Likewise.
3420 * gdb.threads/attach-into-signal.exp: Likewise.
3421 * gdb.threads/attach-stopped.exp: Likewise.
3422 * gdb.threads/threadapply.exp: Likewise.
3423 * lib/selftest-support.exp: Likewise.
3424
26d6cec4
AA
34252018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3426
3427 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3428
4ee89e90
SR
34292018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3430
3431 * gdb.perf/template-breakpoints.cc: New file.
3432 * gdb.perf/template-breakpoints.exp: New file.
3433 * gdb.perf/template-breakpoints.py: New file.
3434
92630041
TT
34352018-03-19 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3438 y0.
3439 * gdb.rust/simple.exp: Test bare identifier form of struct
3440 initializer.
3441
76727919
TT
34422018-03-19 Tom Tromey <tom@tromey.com>
3443
3444 * gdb.gdb/observer.exp: Remove.
3445
194ed413
AA
34462018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3447
3448 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3449 "qualified" option when setting breakpoints.
3450 * gdb.trace/backtrace.exp: Likewise.
3451 * gdb.trace/circ.exp: Likewise.
3452 * gdb.trace/collection.exp: Likewise.
3453 * gdb.trace/disconnected-tracing.exp: Likewise.
3454 * gdb.trace/ftrace-lock.exp: Likewise.
3455 * gdb.trace/ftrace.exp: Likewise.
3456 * gdb.trace/infotrace.exp: Likewise.
3457 * gdb.trace/packetlen.exp: Likewise.
3458 * gdb.trace/passc-dyn.exp: Likewise.
3459 * gdb.trace/qtro.exp: Likewise.
3460 * gdb.trace/read-memory.exp: Likewise.
3461 * gdb.trace/report.exp: Likewise.
3462 * gdb.trace/signal.exp: Likewise.
3463 * gdb.trace/status-stop.exp: Likewise.
3464 * gdb.trace/strace.exp: Likewise.
3465 * gdb.trace/tfind.exp: Likewise.
3466 * gdb.trace/trace-break.exp: Likewise.
3467 * gdb.trace/trace-condition.exp: Likewise.
3468 * gdb.trace/trace-mt.exp: Likewise.
3469 * gdb.trace/tstatus.exp: Likewise.
3470 * gdb.trace/tsv.exp: Likewise.
3471 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3472 * gdb.trace/unavailable.exp: Likewise.
3473 * gdb.trace/while-dyn.exp: Likewise.
3474
8b067d2c
AA
34752018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3476
3477 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3478 that libinproctrace is copied to the target.
3479
3ae9ce5d
TT
34802018-03-14 Tom Tromey <tom@tromey.com>
3481
3482 PR cli/14977:
3483 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3484 a null pointer.
3485 * gdb.base/wchar.exp: Likewise.
3486
b8c2339b
TT
34872018-03-14 Tom Tromey <tom@tromey.com>
3488
3489 PR cli/19918:
3490 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3491 flag.
3492
4872dc46
SM
34932018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3494
3495 PR gdb/22841
3496 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3497 "target" to remote_exec.
3498
e4fe3756
SM
34992018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3500
3501 PR gdb/22841
3502 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3503 ${board}_upload): Remove.
3504
e95a97d4
AA
35052018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3506
3507 * gdb.cp/watch-cp.cc: New test.
3508 * gdb.cp/watch-cp.exp: New file.
3509
dbbb1059
AB
35102018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3511
3512 * gdb.base/infcall-nested-structs.exp: New file.
3513 * gdb.base/infcall-nested-structs.c: New file.
3514 * gdb.base/float.exp: Add riscv support.
3515
ecc054c0
TP
35162018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3517
3518 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3519 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3520
25e3c82c
SDJ
35212018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3522
3523 * gdb.server/abspath.exp: New file.
3524 * lib/gdb.exp (with_cwd): New procedure.
3525
3083294d
SM
35262018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3527
3528 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3529 use it.
3530 (gdb_is_target_remote_prompt): New proc.
3531 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3532 (gdb_is_target_native): Pass prompt parameter to
3533 gdb_is_target_1.
3534
3275ef47
SM
35352018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3536
3537 * gdb.base/load-command.c: New file.
3538 * gdb.base/load-command.exp: New file.
3539 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3540 (gdb_is_target_1): ...this, and generalize for other targets
3541 than just remote.
3542 (gdb_is_target_remote): Use gdb_is_target_1.
3543 (gdb_is_target_native): use gdb_is_target_1.
3544
6893c19a
TT
35452018-02-26 Tom Tromey <tom@tromey.com>
3546
3547 PR python/16497:
3548 * gdb.python/py-framefilter.exp: Update test.
3549
2ddeaf8a
TT
35502018-02-26 Tom Tromey <tom@tromey.com>
3551
3552 * gdb.dwarf2/variant.c: New file.
3553 * gdb.dwarf2/variant.exp: New file.
3554
c9317f21
TT
35552018-02-26 Tom Tromey <tom@tromey.com>
3556
3557 * gdb.rust/simple.exp: Accept more possible results in enum test.
3558
6f6d0c26
SM
35592018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3560
3561 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3562 parentheses.
3563
11b03145
MR
35642018-02-23 Maciej W. Rozycki <macro@mips.com>
3565
3566 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3567 name of a variable: $actual_linejj -> $actual_line.
3568
54a27fe5
JB
35692018-02-21 John Baldwin <jhb@FreeBSD.org>
3570
3571 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3572
de65820c
MM
35732018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3574
3575 * gdb.btrace/buffer-size.exp: Do not force BTS.
3576
980548fd
PA
35772018-02-14 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3580 getting a "Quit".
3581
c4e12631
MM
35822018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3583
3584 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3585 Fix test name.
3586
c2e0e465
SM
35872018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3588
3589 * gdb.cp/m-static.exp: Check type of optimized out static
3590 member.
3591
f7216783
AB
35922018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3593
3594 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3595 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3596
0625771b
LS
35972018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3598 Leszek Swirski <leszeks@google.com>
3599
3600 * gdb.python/py-prettyprint.c
3601 (struct to_string_returns_value_inner,
3602 struct to_string_returns_value_wrapper): New.
3603 (main): Add tsrvw variable.
3604 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3605 ToStringReturnsValueWrapper): New classes.
3606 (register_pretty_printers): Register new pretty-printers.
3607 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3608 recursive pretty printer.
3609 * gdb.python/py-mi.exp: Likewise.
3610
59498c30
LS
36112018-02-01 Leszek Swirski <leszeks@google.com>
3612
3613 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3614 functions with the same name as an include file are parsed
3615 correctly.
3616
d4d38844
YQ
36172018-02-01 Yao Qi <yao.qi@linaro.org>
3618
3619 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3620 "\[^\r\n\]*".
3621
07e5f5cf
NP
36222018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3623
3624 * gdb.arch/powerpc-prologue-frame.s: New file.
3625 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3626 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3627
929b5ad4
JB
36282018-01-31 Joel Brobecker <brobecker@adacore.com>
3629
3630 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3631
e671cd59
PA
36322018-01-30 Pedro Alves <palves@redhat.com>
3633
3634 PR gdb/13211
3635 * gdb.base/interrupt-daemon.c: New.
3636 * gdb.base/interrupt-daemon.exp: New.
3637 * gdb.multi/multi-term-settings.c: New.
3638 * gdb.multi/multi-term-settings.exp: New.
3639
fc413dc4
JB
36402018-01-30 Joel Brobecker <brobecker@adacore.com>
3641
3642 * gdb.base/break.exp: Save the location where the breakpoint
3643 on break.c:47 was actually inserted when debugging the version
3644 compiled at -O2 and use it in the expected output of the "info
3645 break" test performed soon after.
3646
5c319bb2
PA
36472018-01-22 Pedro Alves <palves@redhat.com>
3648 Sergio Durigan Junior <sergiodj@redhat.com>
3649
3650 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3651 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3652
a9e40818
JB
36532018-01-22 Joel Brobecker <brobecker@adacore.com>
3654
3655 * gdb.base/break-include.c, gdb.base/break-include.inc,
3656 gdb.base/break-include.exp: New files.
3657 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3658 line number now being the actual line number where the breakpoint
3659 was inserted.
3660 * gdb.mi/mi-break.exp: Likewise.
3661 * gdb.mi/mi-reverse.exp: Likewise.
3662 * gdb.mi/mi-simplerun.exp: Ditto.
3663
e707fc44
AB
36642018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3665
3666 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3667 varobj.
3668 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3669
ae451627
AB
36702018-01-21 Don Breazeal <donb@codesourcery.com>
3671 Andrew Burgess <andrew.burgess@embecosm.com>
3672
3673 * gdb.mi/basics.c: Add new global.
3674 * gdb.mi/mi-frame-regs.exp: New file.
3675 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3676 case.
3677
b1b189e0
AB
36782018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3681 non-parameter, and on an unknown symbol.
3682
fcfcc376
TT
36832018-01-19 Tom Tromey <tom@tromey.com>
3684
3685 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3686 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3687
634c1c31
AA
36882018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3689
3690 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3691 setrlimit and chdir to int.
3692
d6ad07fd
AA
36932018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3694
3695 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3696 function.
3697 (my_tend): Likewise.
3698 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3699 rationale of avoiding FP- and vector instructions.
3700
adf8243b
RK
37012018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3702
3703 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3704 "info reg" with "\[ \t\]*".
3705 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3706 "\[ \t\]+".
3707 * gdb.arch/s390-multiarch.exp: Ditto.
3708 * gdb.base/pc-fp.exp: Ditto.
3709 * gdb.reverse/i386-precsave.exp: Ditto.
3710 * gdb.reverse/i386-reverse.exp: Ditto.
3711 * gdb.reverse/i387-env-reverse.exp: Ditto.
3712 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3713
dcc06925
AA
37142018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3715
3716 * lib/gdb.exp (gdb_compile): Re-enable use of
3717 universal_compile_options for languages other than Rust.
3718
25d4fd80
AA
37192018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3720
3721 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3722
ee7f689e 37232018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3724
3725 PR gdb/16577
3726 * gdb.base/solib-vanish.exp: New.
3727 * gdb.base/solib-vanish-main.c: New.
3728 * gdb.base/solib-vanish-lib1.c: New.
3729 * gdb.base/solib-vanish-lib2.c: New.
3730
d8447b6b
YQ
37312018-01-17 Yao Qi <yao.qi@linaro.org>
3732
3733 * gdb.compile/compile.exp: Match the address printed for
3734 frame in the output of command "bt".
3735
86d6a90c
TT
37362018-01-15 Tom Tromey <tom@tromey.com>
3737
3738 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3739 compute sp_reg.
3740
cbcdb1aa
AB
37412018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3742
3743 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3744 to prepare.
3745 (prepare): Return 0 on error, 1 on success.
3746
eea61984
PA
37472018-01-12 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/continue-after-aborted-step-over.c: New.
3750 * gdb.base/continue-after-aborted-step-over.exp: New.
3751
6181e9c2
SM
37522018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3753
3754 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3755 options when not creating an executable.
3756
3cada740
PA
37572018-01-11 Pedro Alves <palves@redhat.com>
3758
3759 PR remote/22597
3760 * gdb.server/stop-reply-no-thread.c: New file.
3761 * gdb.server/stop-reply-no-thread.exp: New file.
3762
c63d3e8d
PA
37632018-01-10 Pedro Alves <palves@redhat.com>
3764
3765 PR gdb/22670
3766 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3767 functions too. Test setting breakpoints and printing C functions
3768 with no debug info too.
3769 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3770
d4c2a405
PA
37712018-01-10 Pedro Alves <palves@redhat.com>
3772
3773 PR gdb/22670
3774 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3775 a fail.
3776
8825213e
PA
37772018-01-10 Pedro Alves <palves@redhat.com>
3778
3779 PR gdb/22670
3780 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3781
605fd3c6
YQ
37822018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * gdb.server/unittest.exp: Match the output in non-development
3785 mode.
3786
1e5ded6c
YQ
37872018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3788
3789 * gdb.gdb/unittest.exp: Match output in non-development mode.
3790
30066b0b
JB
37912018-01-08 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdb.ada/access_tagged_param.exp: Relax expected output
3794 for value of "ObjL" in "continue" to pck.inspect breakpoint
3795 test.
3796
04bafb1e
XR
37972018-01-08 Joel Brobecker <brobecker@adacore.com>
3798
9f86398b
JB
3799 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3800 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3801
e379cee6
PA
38022018-01-05 Pedro Alves <palves@redhat.com>
3803
3804 PR gdb/18653
3805 * gdb.base/libsegfault.exp: New.
3806
de63c46b
PA
38072018-01-05 Joel Brobecker <brobecker@adacore.com>
3808
3809 PR gdb/22670
3810 * gdb.ada/access_tagged_param.exp: New file.
3811 * gdb.ada/access_tagged_param/foo.adb: New file.
3812
f98fc17b
PA
38132018-01-05 Pedro Alves <palves@redhat.com>
3814
3815 PR gdb/22670
3816 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3817 exercise lower case too, and to exercise both full matching and
3818 wild matching.
3819
342f8240
JB
38202018-01-05 Joel Brobecker <brobecker@adacore.com>
3821
3822 * gdb.ada/rename_subscript_param: New testcase.
3823
7150d33c
JG
38242018-01-05 Jerome Guitton <guitton@adacore.com>
3825
3826 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3827
cc0e770c
JB
38282018-01-05 Joel Brobecker <brobecker@adacore.com>
3829
3830 * gdb.ada/convvar_comp: New testcase.
3831
672a41aa 38322018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3833
3834 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3835 (My_Table): New global variable.
3836 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3837
7365ec2f
JB
38382018-01-04 Joel Brobecker <brobecker@adacore.com>
3839
3840 PR gdb/22670
3841 * gdb.ada/maint_with_ada: New testcase.
3842
289483b6
JB
38432018-01-04 Joel Brobecker <brobecker@adacore.com>
3844
3845 PR gdb/22670
3846 * gdb.ada/bp_c_mixed_case: New testcase.
3847
344420da
JB
38482018-01-04 Joel Brobecker <brobecker@adacore.com>
3849
3850 PR gdb/22670
3851 * gdb.ada/complete.exp: Add "complete break ada" test.
3852
66fc87a0
JB
38532018-01-04 Joel Brobecker <brobecker@adacore.com>
3854
3855 PR gdb/22670
3856 * gdb.ada/info_addr_mixed_case: New testcase.
3857
9f757bf7
XR
38582018-01-03 Xavier Roirand <roirand@adacore.com>
3859
3860 * gdb.ada/excep_handle.exp: New testcase.
3861 * gdb.ada/excep_handle/foo.adb: New file.
3862 * gdb.ada/excep_handle/pck.ads: New file.
3863
bd570f80
JB
38642018-01-03 Joel Brobecker <brobecker@adacore.com>
3865
3866 * gdb.base/step-line.c: Add extra empty line in copyright header.
3867 * gdb.base/step-line.inp: Likewise.
3868
9fe561ab
JB
38692018-01-02 Joel Brobecker <brobecker@adacore.com>
3870
3871 * gdb.ada/dyn_stride.exp: Add slice test.
3872
a405673c
JB
38732018-01-02 Joel Brobecker <brobecker@adacore.com>
3874
3875 * gdb.ada/dyn_stride: New testcase.
3876
cef0f868
SH
38772017-12-27 Stafford Horne <shorne@gmail.com>
3878
3879 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3880 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3881
b67d92b0
SH
38822017-12-27 Stafford Horne <shorne@gmail.com>
3883
3884 * gdb.base/reggroups.c: New file.
3885 * gdb.base/reggroups.exp: New file.
3886
eccab96d
JB
38872017-12-18 Joel Brobecker <brobecker@adacore.com>
3888
3889 * gdb.dwarf2/ada-valprint-error.c: New file.
3890 * gdb.dwarf2/ada-valprint-error.exp: New file.
3891
0e2da9f0
JB
38922017-12-18 Joel Brobecker <brobecker@adacore.com>
3893
3894 * gdb.ada/assign_arr: New testcase.
3895
cb923fcc
XR
38962017-12-18 Xavier Roirand <roirand@adacore.com>
3897
3898 * gdb.ada/funcall_ptr: New testcase.
3899
7c161838
SDJ
39002017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3901
3902 PR cli/16224
3903 * gdb.base/ptype-offsets.cc: New file.
3904 * gdb.base/ptype-offsets.exp: New file.
3905
1af17fd9
YQ
39062017-12-15 Yao Qi <yao.qi@linaro.org>
3907
3908 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3909 if XML is disabled.
3910
828d5846
XR
39112017-12-15 Xavier Roirand <roirand@adacore.com>
3912
3913 * gdb.ada/same_component_name: New testcase.
3914
79e8fcaa
JB
39152017-12-14 Joel Brobecker <brobecker@adacore.com>
3916
3917 * gdb.ada/str_binop_equal: New testcase.
3918
e05fa6f9
JB
39192017-12-14 Joel Brobecker <brobecker@adacore.com>
3920
3921 * gdb.ada/task_switch_in_core: New testcase.
3922
b89641ba
SM
39232017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3924
3925 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3926 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3927 call test_bkpt_qualified.
3928 (test_bkpt_qualified): New proc.
3929
6892d2e4
PA
39302017-12-13 Pedro Alves <palves@redhat.com>
3931
3932 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3933 Tighten regexp by matching with an anchor.
3934
a22ecf70
PA
39352017-12-13 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3938 ("expression with namespace"): New set of tests.
3939 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3940 (Nested::Test_NS::qux): New.
3941 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3942 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3943
9937536c
JB
39442017-12-13 Joel Brobecker <brobecker@adacore.com>
3945
3946 * gdb.base/server-del-break.c: New file.
3947 * gdb.base/server-del-break.exp: New file.
3948
fe49c6f5
SH
39492017-12-12 Stafford Horne <shorne@gmail.com>
3950
3951 * gdb.xml/tdesc-regs.exp: Add or1k support.
3952
c3d18620
SH
39532017-12-12 Stafford Horne <shorne@gmail.com>
3954
3955 * gdb.base/bp-permanent.c: Define nop of or1k.
3956
c5f9cfc8
JB
39572017-12-11 Joel Brobecker <brobecker@adacore.com>
3958
3959 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3960 output with components being reordered.
3961
a9c135fc
JB
39622017-12-11 Joel Brobecker <brobecker@adacore.com>
3963
3964 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3965 output with components being reordered.
3966
927aa2e7
JK
39672017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3968 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.base/maint.exp (check for .gdb_index): Check also for
3971 .debug_names.
3972 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3973 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3974 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3975 (.gdb_index used after symbol reloading): Support also .debug_names.
3976 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3977
f17d9474
YQ
39782017-12-08 Yao Qi <yao.qi@linaro.org>
3979
3980 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3981 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3982
a0de8c21
YQ
39832017-12-08 Yao Qi <yao.qi@linaro.org>
3984
3985 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3986 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3987
a738ea1d
YQ
39882017-12-08 Yao Qi <yao.qi@linaro.org>
3989
3990 * gdb.arch/aarch64-tagged-pointer.c: New file.
3991 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3992
1cd9a73b
SDJ
39932017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3994
3995 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3996 "int".
3997
fa6eb693
KS
39982017-12-07 Keith Seitz <keiths@redhat.com>
3999
4000 PR breakpoints/22569
4001 * gdb.linespec/ls-errs.exp: Change expected result of "break
4002 -source this file has spaces.c -line 3".
4003 Check that an explicit source file followed by whitespace is
4004 identified as an invalid explicit location.
4005
883fd55a
KS
40062017-12-07 Keith Seitz <keiths@redhat.com>
4007
4008 * gdb.cp/nested-types.cc: New file.
4009 * gdb.cp/nested-types.exp: New file.
4010 * lib/cp-support.exp: Load data-structures.exp library.
4011 (debug_cp_test_ptype_class): New global.
4012 (cp_ptype_class_verbose, next_line): New procedures.
4013 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4014 Add and document new return value.
4015 Switch the list of lines to a queue.
4016 Add support for new `type' key for nested type definitions.
4017 Add debugging/troubleshooting messages.
4018 * lib/data-structures.exp: New file.
4019
ec72db3e
SM
40202017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4021
4022 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4023 with proc_with_prefix, don't use with_test_prefix.
4024
99598d71
TT
40252017-12-07 Tom Tromey <tom@tromey.com>
4026
4027 * gdb.base/break.exp: Add test for empty "commands".
4028
a8806230
YQ
40292017-12-07 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4032 malloc and catch syscall.
4033
824cc835
PM
40342017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4035
e79be6e5 4036 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4037 tests for explicit locations.
4038
7cc244de
PA
40392017-12-06 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4042 force-disabling XML descriptions.
4043
50a1fdd5
PA
40442017-12-04 Pedro Alves <palves@redhat.com>
4045
4046 PR gdb/22499
4047 * gdb.arch/amd64-disp-step-avx.S: New file.
4048 * gdb.arch/amd64-disp-step-avx.exp: New file.
4049
f0fb2488
PA
40502017-12-03 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4053 and <string.h>.
4054 (parent_function): Print distinct messages when waitpid fails, or
4055 the child exits with a signal, or the child exits for an unhandled
4056 reason.
4057 * gdb.threads/process-dies-while-detaching.exp
4058 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4059 it. Wait for both inferior output and GDB's prompt. Use an
4060 indirect spawn id list.
4061 (do_detach): New parameter 'child_exit'. Use it to compute
4062 expected inferior output.
4063 (test_detach, test_detach_watch, test_detach_killed_outside):
4064 Adjust to pass down the expected child exit kind.
4065
97cbe998
SDJ
40662017-12-01 Joel Brobecker <brobecker@adacore.com>
4067 Sergio Durigan Junior <sergiodj@redhat.com>
4068 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4071
40fc416f
SDJ
40722017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4073
4074 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4075 to 'symbol-file' and 'add-symbol-file' can be
4076 position-independent.
4077
1cc75e92
YQ
40782017-12-01 Yao Qi <yao.qi@linaro.org>
4079
4080 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4081 the URL in copyright header.
4082 * gdb.arch/aarch64-fp.exp: Likewise.
4083 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4084 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4085 * gdb.base/expand-psymtabs.exp: Likewise.
4086 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4087 * gdb.fortran/common-block.exp: Likewise.
4088 * gdb.fortran/common-block.f90: Likewise.
4089 * gdb.fortran/logical.exp: Likewise.
4090 * gdb.fortran/vla-datatypes.f90: Likewise.
4091 * gdb.fortran/vla-sub.f90: Likewise.
4092
875fb7a7
JB
40932017-11-30 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.ada/repeat_dyn: New testcase.
4096
6f14765f
UW
40972017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4098
4099 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4100 Update for changed thread numbering.
4101 * gdb.cell/bt.exp: Update for changed GDB output.
4102
f1af7b94
SM
41032017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4104
4105 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4106 setting isremote by hand.
4107 * boards/dwarf4-gdb-index.exp: Likewise.
4108 * boards/fission.exp: Likewise.
4109 * boards/stabs.exp: Likewise.
4110
e3919f3e
PA
41112017-11-30 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.linespec/cpls-ops.exp
4114 (check_explicit_skips_function_argument): Extract the underlying
4115 type of size_t instead of hardcoding it.
4116
bd69330d
PA
41172017-11-29 Pedro Alves <palves@redhat.com>
4118
4119 PR c++/19436
4120 * gdb.linespec/cpls-abi-tag.cc: New file.
4121 * gdb.linespec/cpls-abi-tag.exp: New file.
4122
a20714ff
PA
41232017-11-29 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/langs.exp: Use -qualified.
4126 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4127 it.
4128 * gdb.cp/namespace.exp: Use -qualified.
4129 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4130 (overload-3, template-overload, template-ret-type, const-overload)
4131 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4132 procedures.
4133 (test_driver): Call them.
4134 * gdb.cp/save-bp-qualified.cc: New.
4135 * gdb.cp/save-bp-qualified.exp: New.
4136 * gdb.linespec/explicit.exp: Test -qualified.
4137 * lib/completion-support.exp (completion::explicit_opts_list): Add
4138 "-qualified".
4139 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4140
f6f1d339
PM
41412017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4142
4143 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4144
02ca603a
TT
41452017-11-29 Tom Tromey <tom@tromey.com>
4146
4147 * gdb.base/relocate.exp: Update invalid argument test.
4148 Add new tests for invalid arguments.
4149
ed6c0bfb
TP
41502017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4151
4152 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4153 Return 0 as a long.
4154 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4155
f106e10e
TP
41562017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4157
4158 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4159 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4160 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4161 func ().
4162 * gdb.cp/shadow.cc (B.func): Return 0.
4163
10329bb2
JB
41642017-11-27 Joel Brobecker <brobecker@adacore.com>
4165
4166 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4167 expected output in gdb_expect call to allow the exception
4168 message to be present as well. Fix syntax confusion to avoid
4169 TCL thinking that exception_name is an array.
4170
617cd4bc
UW
41712017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4172
4173 * gdb.arch/spu-info.c: Include <unistd.h>.
4174 (do_signal_test): Fix broken calls to write.
4175 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4176 Fix checks for empty mailboxes. Update signal tests for corrected
4177 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4178 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4179 * gdb.cell/arch.exp: Use standard_output_file.
4180 * gdb.cell/break.exp: Likewise.
4181 * gdb.cell/bt.exp: Likewise.
4182 * gdb.cell/core.exp: Likewise.
4183 * gdb.cell/dwarfaddr.exp: Likewise.
4184 * gdb.cell/ea-cache.exp: Likewise.
4185 * gdb.cell/ea-standalone.exp: Likewise.
4186 * gdb.cell/f-regs.exp: Likewise.
4187 * gdb.cell/fork.exp: Likewise.
4188 * gdb.cell/gcore.exp: Likewise.
4189 * gdb.cell/mem-access.exp: Likewise.
4190 * gdb.cell/ptype.exp: Likewise.
4191 * gdb.cell/registers.exp: Likewise.
4192 * gdb.cell/sizeof.exp: Likewise.
4193 * gdb.cell/solib-symbol.exp: Likewise.
4194 * gdb.cell/solib.exp: Likewise.
617cd4bc 4195
a81aaca0
PA
41962017-11-25 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/complete-empty.exp: New file.
4199 * gdb.base/completion.exp: Adjust.
4200
6a3c6ee4
PA
42012017-11-25 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.linespec/cpls-ops.cc: New file.
4204 * gdb.linespec/cpls-ops.exp: New file.
4205 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4206 factored out from ...
4207 (test_complete_prefix_range): ... this.
4208
8955eb2d
PA
42092017-11-24 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.linespec/cpcompletion.exp: New file.
4212 * gdb.linespec/cpls-hyphen.cc: New file.
4213 * gdb.linespec/cpls.cc: New file.
4214 * gdb.linespec/cpls2.cc: New file.
4215 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4216 test to use test_gdb_complete_unique. Add label completion,
4217 keyword completion and explicit location completion tests.
4218 * lib/completion-support.exp: New file.
4219
e547c119
JB
42202017-11-24 Joel Brobecker <brobecker@adacore.com>
4221
4222 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4223 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4224 when hitting an exception catchpoint.
4225
7c3c1aa8
YQ
42262017-11-22 Yao Qi <yao.qi@linaro.org>
4227
4228 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4229
41bd68f5
SM
42302017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4231
4232 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4233 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4234 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4235
1daad298
YQ
42362017-11-22 Yao Qi <yao.qi@linaro.org>
4237
4238 * gdb.base/info-os.exp: Pass pthreads.
4239 * gdb.multi/multi-attach.exp: Likewise.
4240
88465e87
YQ
42412017-11-22 Yao Qi <yao.qi@linaro.org>
4242
4243 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4244 compiler.
4245
dc196b23
YQ
42462017-11-22 Yao Qi <yao.qi@linaro.org>
4247
4248 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4249 * gdb.base/break-interp.exp: Likewise.
4250 * gdb.base/jit-attach-pie.exp: Likewise.
4251
2400729e
UW
42522017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4253
4254 * gdb.base/float128.c (large128): New variable.
4255 * gdb.base/float128.exp: Add test to print largest __float128 value.
4256
7a26362d
UW
42572017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4258
4259 * gdb.arch/vsx-regs.exp: Update register content checks.
4260
ed0f4273
UW
42612017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4262
4263 * gdb.arch/ppc-longdouble.exp: New file.
4264 * gdb.arch/ppc-longdouble.c: Likewise.
4265
a25d69c6
PA
42662017-11-21 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4269
73fcf641
PA
42702017-11-20 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4273 (long_double_typedef): New typedefs.
4274 Use DEF on double and long double.
4275 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4276 cases.
4277 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4278 and 'long_double_ptr_same_size' locals. Use them to decide
4279 whether cast from array/function to float is valid/invalid.
4280
71a3c369
TT
42812017-11-17 Tom Tromey <tom@tromey.com>
4282
4283 * gdb.rust/traits.rs: New file.
4284 * gdb.rust/traits.exp: New file.
4285
ced9779b
JB
42862017-11-17 Joel Brobecker <brobecker@adacore.com>
4287
4288 * gdb.ada/minsyms: New testcase.
4289
a0922d80
PA
42902017-11-16 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4293 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4294
ea04e54c
PA
42952017-11-16 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4298 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4299
e849ea89
PA
43002017-11-16 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.server/reconnect-ctrl-c.c: New file.
4303 * gdb.server/reconnect-ctrl-c.exp: New file.
4304
d8ae99a7
PM
43052017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4306
4307 * gdb.python/py-rbreak.exp: New file.
4308 * gdb.python/py-rbreak.c: New file.
4309 * gdb.python/py-rbreak-func2.c: New file.
4310
968a13f8
PA
43112017-11-16 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4314 pattern.
4315 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4316 GDB.
4317
71774bc9
SM
43182017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4319
4320 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4321 regex.
4322
ddbb44cf
SM
43232017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4324
4325 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4326 test names.
4327
584a564f
PA
43282017-11-09 Pedro Alves <palves@redhat.com>
4329
4330 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4331 factored out from ...
4332 (top level): ... here, and adjusted to avoid expecting beyond the
4333 prompt in a single gdb_test_multiple.
4334
5ed7a928
PA
43352017-11-09 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4338 output.
4339 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4340 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4341 * gdb.server/ext-run.exp ("kill" test): Likewise.
4342 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4343
a60e0738
PA
43442017-11-09 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4347 match till end of line.
4348
2c88253f
PA
43492017-11-09 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4352
c7a38517
PA
43532017-11-09 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4356 New procedures, factored out from ...
4357 (top level): ... here, and adjusted to avoid expecting beyond the
4358 prompt in one go.
4359
f29f4b6b
PA
43602017-11-09 Pedro Alves <palves@redhat.com>
4361
4362 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4363 output. Fix '?' match.
4364
286acbb5
JB
43652017-11-08 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gdb.ada/scoped_watch: New testcase.
4368 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4369 which is actually correct.
4370 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4371 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4372
62d7ae92
PA
43732017-11-08 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.gdb/complaints.exp (test_initial_complaints)
4376 (test_serial_complaints, test_short_complaints): Call
4377 complaint_internal instead of complaint.
4378
280ca31f
DT
43792017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4380
4381 * gdb.threads/tls-core.c: New file.
4382 * gdb.threads/tls-core.exp: Likewise.
4383
b5ec771e
PA
43842017-11-08 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4387 (p Exported_Capitalized): New test.
4388 (p exported_capitalized): New test.
4389
a02b41a7
PA
43902017-11-07 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4393
95e95a6d
PA
43942017-11-07 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4397 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4398 (disable_invalid, disable_inverted, disable_negative): New
4399 procedures.
4400 ("bad numbers"): New set of tests.
4401
cee62dbd
PA
44022017-11-07 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.cp/ena-dis-br-range.exp: Add tests.
4405
cc638e86
PA
44062017-11-07 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4409
d0fe4701
XR
44102017-11-07 Xavier Roirand <roirand@adacore.com>
4411 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/ena-dis-br.exp: Add reference to
4414 gdb.cp/ena-dis-br-range.exp.
4415 * gdb.cp/ena-dis-br-range.exp: New file.
4416 * gdb.cp/ena-dis-br-range.cc: New file.
4417
46f67f80
PA
44182017-11-06 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.base/attach-non-pgrp-leader.c: New.
4421 * gdb.base/attach-non-pgrp-leader.exp: New.
4422
726e1356
PA
44232017-11-06 Pedro Alves <palves@redhat.com>
4424
4425 * configure.ac: No longer check for termio.h and sgtty.h.
4426 * configure: Regenerate.
4427 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4428 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4429 Remove termio and sgtty code.
4430
50ab6ace
YQ
44312017-11-03 Yao Qi <yao.qi@linaro.org>
4432
4433 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4434 in GDB is disabled.
4435
8e68731c
YQ
44362017-11-03 Yao Qi <yao.qi@linaro.org>
4437
4438 * gdb.python/py-thrhandle.exp: Skip it if python is not
4439 enabled.
4440
3a87ae65
SM
44412017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4442
4443 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4444 as a breakpoint command.
4445
484d8d36
MD
44462017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4447
4448 PR python/21213
4449 * gdb.python/py-infthread.exp: Test calling
4450 InferiorThread.inferior () multiple times in a row.
4451
4a27f119
KS
44522017-10-27 Keith Seitz <keiths@redhat.com>
4453
4454 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4455 Test "info break" for every inlined function breakpoint.
4456
bb11dd58
YQ
44572017-10-27 Yao Qi <yao.qi@linaro.org>
4458
4459 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4460
a43f3893
PF
44612017-10-26 Patrick Frants <osscontribute@gmail.com>
4462
4463 * gdb.cp/classes.exp (test_static_members): Test printing
4464 Outer::instance.
4465 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4466 (Inner::instance, Outer::instance): New.
4467
792ccf00
PA
44682017-10-24 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4471 extra console" test in two stages.
4472
eb2bfbad
PA
44732017-10-24 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4476
1f75a651
PA
44772017-10-24 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4480 loop.
4481
779990d9
PA
44822017-10-24 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4485 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4486
ad9b8f5d
PA
44872017-10-24 Pedro Alves <palves@redhat.com>
4488
4489 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4490 parameter and handle it. Don't output read value in test name.
4491
fee6da6e
PA
44922017-10-24 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4495 custom test name.
4496
10389c2c
PA
44972017-10-24 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4500 include the unstable output directory name in the test's name.
4501 (initial_setup_simple) <'set args'>: Use custom test name.
4502
a80e65a9
PA
45032017-10-24 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4506 with explicit test name.
4507
15763a09
PA
45082017-10-20 Pedro Alves <palves@redhat.com>
4509
4510 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4511 'wait -i'. Use gdb_assert and remote_close.
4512
49a4ce2e
AB
45132017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4514
4515 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4516 number from variable rather than hard-coded.
4517
a75868f5
PA
45182017-10-19 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.base/long-inferior-output.c: New file.
4521 * gdb.base/long-inferior-output.exp: New file.
4522
c8ba13ad
KS
45232017-11-18 Keith Seitz <keiths@redhat.com>
4524
4525 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4526 method.
4527 (main): Call it.
4528 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4529 Add additional user-defined conversion operator tests.
4530
b27de576
PA
45312017-10-17 Pedro Alves <palves@redhat.com>
4532
4533 * boards/native-stdio-gdbserver.exp: Load "local-board".
4534
8484c955
PA
45352017-10-17 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.base/quit-live.c: New file.
4538 * gdb.base/quit-live.exp: New file.
4539
83d5a34d
KS
45402017-10-16 Keith Seitz <keiths@redhat.com>
4541
4542 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4543 (class_with_protected_typedef, class_with_private_typedef)
4544 (struct_with_public_typedef, struct_with_protected_typedef)
4545 (struct_with_private_typedef): New classes/structs.
4546 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4547 typedefs and access specifiers.
4548
739b3f1d
PA
45492017-10-16 Pedro Alves <palves@redhat.com>
4550 Simon Marchi <simon.marchi@polymtl.ca>
4551
4552 * README (Local vs Remote vs Native): New section.
4553 * boards/local-board.exp: New file, with bits factored out from
4554 ...
4555 * boards/native-extended-gdbserver.exp: ... here. Load
4556 "local-board".
4557 * boards/native-gdbserver.exp: Load "local-board".
4558 (${board}_spawn, ${board}_exec): Delete.
4559 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4560 ...
4561 * boards/stdio-gdbserver-base.exp: ... this new file.
4562 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4563 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4564 procedure.
4565 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4566 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4567 stdio_gdbserver_command.
4568 (${board}_get_remote_address, ${board}_get_comm_port)
4569 (${board}_download, ${board}_upload): Delete.
4570 (get_target_remote_pipe_cmd): New.
4571
fe68b953
SM
45722017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4573
4574 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4575 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4576 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4577 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4578 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4579 remove with_test_prefix.
4580
300b6685
PA
45812017-10-13 Pedro Alves <palves@redhat.com>
4582
4583 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4584 * gdb.base/annota1.exp: Use it instead of is_remote.
4585 * gdb.base/annota3.exp: Use it instead of is_remote.
4586 * gdb.cp/annota2.exp: Use it instead of is_remote.
4587 * gdb.cp/annota3.exp: Use it instead of is_remote.
4588 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4589
50500caf
PA
45902017-10-13 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4593 (test_num_test_vars, run_and_count_vars, find_env)
4594 (test_set_unset_env, test_inherit_env_var): New procedures.
4595 (top level): Use them.
4596
dad0c6d2
PA
45972017-10-13 Pedro Alves <palves@redhat.com>
4598
4599 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4600 also skip on stub-like targets.
4601
8b0553c1
PA
46022017-10-13 Pedro Alves <palves@redhat.com>
4603
4604 PR gdb/22293
4605 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4606 (top level): Move some tests to ...
4607 (test_not_found): ... this new procedure.
4608 (top level): Call it.
4609
7594f623
PA
46102017-10-13 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4613 expect different "info terminal" output if testing with a
4614 non-native target.
4615
ebe3b402
PA
46162017-10-13 Pedro Alves <palves@redhat.com>
4617 Simon Marchi <simon.marchi@polymtl.ca>
4618
4619 PR python/12966
4620 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4621
42f1b161
PA
46222017-10-13 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4625 already.
4626
8d6ef72b
PA
46272017-10-13 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4630 is_remote.
4631
d7bcd5b8
PA
46322017-10-13 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4635 is_remote.
4636
df479dc6
PA
46372017-10-13 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4640 is set.
4641 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4642 instead of is_remote.
4643
23fb630a
PA
46442017-10-13 Pedro Alves <palves@redhat.com>
4645
4646 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4647 (top level): Add comment.
4648
cc77b1dc
PA
46492017-10-13 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.base/remote.exp (top level): Fix comment typo and add
4652 missing return.
4653
27c9e813
PA
46542017-10-13 Pedro Alves <palves@redhat.com>
4655 Simon Marchi <simon.marchi@polymtl.ca>
4656
4657 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4658 calls and add comments. Skip test if use_gdb_stub is set.
4659 (top level): Use "set cwd" command instead of "cd" command.
4660
5e830d98
PA
46612017-10-13 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4664 is_remote target check.
4665
f5ca0032
PA
46662017-10-13 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.base/scope.exp: Use build_executable + clean_restart +
4669 gdb_file_cmd instead of prepare_for_testing and no longer skip
4670 "before run" tests on is_remote target boards. Update comments.
4671 * boards/native-extended-gdbserver.exp
4672 (extended_gdbserver_load_last_file): New, factored out from ...
4673 (gdb_load): ... this. Move further below and add comment.
4674 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4675
8aed1c0d
PA
46762017-10-12 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.base/attach.exp: Remove references to gdb64.
4679 * gdb.base/dbx.exp: Remove references to gdb64.
4680
cfa34c87
SM
46812017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4682 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/label.exp: Remove is_remote target check.
4685
9192b7de
PA
46862017-10-12 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.base/auvx.exp (coredir): Update comment.
4689 (top level) <core_works>: Use "set cwd" command instead of "cd"
4690 command.
4691
6bf0052d
PA
46922017-10-12 Pedro Alves <palves@redhat.com>
4693 Simon Marchi <simon.marchi@polymtl.ca>
4694
4695 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4696 target boards.
4697
e48ef82d
PA
46982017-10-12 Pedro Alves <palves@redhat.com>
4699 Simon Marchi <simon.marchi@polymtl.ca>
4700
4701 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4702 Instead skip if there's any gdb_protocol set.
4703
8d7aea57
SM
47042017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4705 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4708
30440677
PA
47092017-10-12 Pedro Alves <palves@redhat.com>
4710 Simon Marchi <simon.marchi@polymtl.ca>
4711
4712 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4713 instead of on dejagnu remote boards.
4714
4e04f045 47152017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4716 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4717
4718 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4719 checks. Use build_executable + clean_restart instead of
4720 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4721 of enabling non-stop after starting gdb.
4722
871a186e
PA
47232017-10-12 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4726 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4727 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4728 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4729
56d704da
AK
47302017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4731
4732 * gdb.arch/arc-tdesc-cpu.exp: New file.
4733 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4734
2f20e312
SM
47352017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4736
4737 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4738
65630365
PA
47392017-10-10 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4742 expect CLI output.
4743
bf469271
PA
47442017-10-10 Pedro Alves <palves@redhat.com>
4745
4746 * lib/selftest-support.exp (selftest_setup): Update for
4747 captured_command_loop's prototype change.
4748
777a42f1
PA
47492017-10-09 Pedro Alves <palves@redhat.com>
4750
4751 Test both arch1=>arch2 and arch2=>arch1.
4752
4753 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4754 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4755 factored out to...
4756 (append_arch1_options, append_arch2_options, append_arch_options)
4757 (build_executables): New procedures.
4758 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4759 local.
4760 (top level): Add new 'first_arch' testing axis.
4761
cbd2b4e3
PA
47622017-10-09 Pedro Alves <palves@redhat.com>
4763
4764 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4765 (barrier): New.
4766 (thread_start, all_started): New functions.
4767 (main): Spawn new thread and wait until it is scheduled.
4768 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4769 option.
4770 (do_test): Add 'selected_thread' parameter. Run to all_started
4771 instead of main. Explicitly set the breakpoint at main. Switch
4772 to the SELECTED_THREAD thread.
4773 (top level): Test handling the exec event with either the main
4774 thread or the second thread selected.
4775
5c9e4427
PA
47762017-10-09 Pedro Alves <palves@redhat.com>
4777
4778 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4779 logic. Move STOP marker after the value checks.
4780 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4781 regexp.
4782
b3b7c423
SL
47832017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4784
4785 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4786
3b4b2f16
UW
47872017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4788
4789 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4790 integer-to-dfp conversion.
4791 * gdb.base/dfp-test.exp: Likewise.
4792
5cd63fda
PA
47932017-10-04 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.multi/hangout.c: Include <unistd.h>.
4796 (hangout_loop): New function.
4797 (main): Call alarm. Call hangout_loop in a loop.
4798 * gdb.multi/hello.c: Include <unistd.h>.
4799 (hello_loop): New function.
4800 (main): Call alarm. Call hangout_loop in a loop.
4801 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4802 inferior with the other selected.
4803
4c71c105
SM
48042017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4805
4806 * gdb.mi/list-thread-groups-available.exp: New file.
4807 * gdb.mi/list-thread-groups-available.c: New file.
4808
bc3b087d
SDJ
48092017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4810
4811 * gdb.base/set-cwd.exp: Make it available on
4812 native-extended-gdbserver.
4813
d092c5a2
SDJ
48142017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4815
4816 * gdb.base/set-cwd.c: New file.
4817 * gdb.base/set-cwd.exp: Likewise.
4818
45320ffa
TT
48192017-10-02 Tom Tromey <tom@tromey.com>
4820
4821 PR rust/22236:
4822 * gdb.rust/simple.rs (main): New variable "fslice".
4823 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4824
b3e3859b
TT
48252017-10-02 Tom Tromey <tom@tromey.com>
4826
4827 * gdb.rust/simple.exp: Test ptype of a slice.
4828
01af5e0d
TT
48292017-10-02 Tom Tromey <tom@tromey.com>
4830
4831 * gdb.rust/simple.exp: Test index of slice.
4832
a9bbfbd8
TT
48332017-09-27 Tom Tromey <tom@tromey.com>
4834
4835 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4836
df8899e5
TP
48372017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4838 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/compare-sections.exp (get value of read-only section): Read
4841 as unsigned value.
4842 (corrupt read-only section): Likewise and don't set written if patching
4843 failed.
4844
757bf54b
KB
48452017-09-21 Kevin Buettner <kevinb@redhat.com>
4846
4847 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4848 files.
4849
06871ae8
PA
48502017-09-20 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4853 symbol names in gdb's output.
4854 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4855
e5f25bc5
PA
48562017-09-20 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4859 Rename to ...
4860 (test_list_ambiguous_symbol): ... this and add a symbol name
4861 parameter. Adjust.
4862 (test_list_ambiguous_function): Reimplement on top of
4863 test_list_ambiguous_symbol and also test listing ambiguous
4864 variables.
4865 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4866 (ambiguous_fun): ... this.
4867 (ambiguous_var): New.
4868 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4869 (ambiguous_fun): ... this.
4870 (ambiguous_var): New.
4871
4e5a4f58
JB
48722017-09-19 John Baldwin <jhb@FreeBSD.org>
4873
4874 * gdb.base/starti.c: New file.
4875 * gdb.base/starti.exp: New file.
4876 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4877
26e53f3e
PA
48782017-09-14 Pedro Alves <palves@redhat.com>
4879
4880 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4881 (top level): Use it instead of runto.
4882
cb791d59
TT
48832017-09-11 Tom Tromey <tom@tromey.com>
4884
4885 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4886
7c96f8c1
TT
48872017-09-11 Tom Tromey <tom@tromey.com>
4888
4889 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4890 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4891
469412dd
CW
48922017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4893
4894 * gdb.fortran/printing-types.exp: New file.
4895 * gdb.fortran/printing-types.exp: New file.
4896
e0f86435
BH
48972017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4898
4899 * gdb.fortran/vla-ptype.exp: Fix typos.
4900 * gdb.fortran/vla-value.exp: Same.
4901
9e9af4be
BH
49022017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4903
4904 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4905 * gdb.mi/mi-var-child-f.exp: Likewise.
4906 * gdb.mi/mi-vla-fortran.exp: Likewise.
4907
a5ad232b 49082017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4909 Christoph Weinmann <christoph.t.weinmann@intel.com>
4910 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4911
4912 * gdb.fortran/ptr-indentation.f90: New file.
4913 * gdb.fortran/ptr-indentation.exp: New file.
4914
5aec60eb
TT
49152017-09-05 Tom Tromey <tom@tromey.com>
4916
4917 PR gdb/22010:
4918 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4919
8f8f8152
TP
49202017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4921
4922 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4923
fbd1b771
JK
49242017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4925
4926 * gdb.threads/tls-nodebug-pie.c: New file.
4927 * gdb.threads/tls-nodebug-pie.exp: New file.
4928
5eb5f850
TT
49292017-09-05 Tom Tromey <tom@tromey.com>
4930
4931 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4932 for rust.
4933
ae780a21
SM
49342017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4935
4936 * gdb.multi/multi-arch-exec.exp: Test with different
4937 "follow-exec-mode" settings.
4938 (do_test): New procedure.
4939
3693fdb3
PA
49402017-09-04 Pedro Alves <palves@redhat.com>
4941
4942 * gdb.base/func-static.c (S::method const, S::method volatile)
4943 (S::method volatile const): New methods.
4944 (c_s, v_s, cv_s): New instances.
4945 (main): Call method() on them.
4946 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4947 (cannot_resolve): New procedure.
4948 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4949 print-quote-unquoted columns.
4950 (do_test): Test printing each scope too.
4951
e68cb8e0
PA
49522017-09-04 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.base/local-static.exp: Also test with
4955 class::method::variable wholly quoted.
4956 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4957
858be34c
PA
49582017-09-04 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/local-static.c: New.
4961 * gdb.base/local-static.cc: New.
4962 * gdb.base/local-static.exp: New.
4963
46a4882b
PA
49642017-09-04 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.asm/asm-source.exp: Add casts to int.
4967 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4968 (dataglobal64_1, dataglobal64_2): New globals.
4969 * gdb.base/nodebug.exp: Test different expressions involving the
4970 new globals, with print, whatis and ptype. Add casts to int.
4971 * gdb.base/solib-display.exp: Add casts to int.
4972 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4973 * gdb.cp/m-static.exp: Add cast to int.
4974 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4975 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4976 tls variable with no debug info without a cast. Test with a cast
4977 to int too.
4978 * gdb.trace/entry-values.exp: Add casts.
4979
2c5a2be1
PA
49802017-09-04 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/nodebug.exp: Test that ptype's error about functions
4983 with unknown return type includes the function name too.
4984
7022349d
PA
49852017-09-04 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4988 return type of munmap in infcall.
4989 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4990 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4991 type of ftell in infcall.
4992 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4993 type of getpid in infcall.
4994 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4995 infcall.
4996 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4997 Bail on failure to extract the pid.
4998 * gdb.base/nodebug.c: #include <stdint.h>.
4999 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5000 New functions.
5001 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5002 Change expected output of print/whatis/ptype with functions with
5003 no debug info. Test all supported languages. Call
5004 test_call_promotion.
5005 * gdb.compile/compile.exp: Adjust expected output to expect
5006 warning.
5007 * gdb.threads/siginfo-threads.exp: Likewise.
5008
54990598
PA
50092017-09-04 Pedro Alves <palves@redhat.com>
5010
5011 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5012 "prototypes". Test calling float functions via prototyped and
5013 unprototyped function pointers.
5014 (perform_all_tests): New parameter "prototypes". Pass it down.
5015 (top level): Pass down "prototypes" parameter to
5016 perform_all_tests.
5017
34d16ea2
SM
50182017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5019
5020 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5021 Test with nested loops.
5022
9521ecda
SM
50232017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5024
5025 * gdb.base/commands.exp: Call the new procedures.
5026 (loop_break_test, loop_continue_test): New procedures.
5027
80a65e9b
SM
50282017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5029
5030 * gdb.base/commands.exp: Call new procedure.
5031 (define_if_without_arg_test): New procedure.
5032
e439fa14
PA
50332017-09-04 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.base/list-ambiguous.exp: New file.
5036 * gdb.base/list-ambiguous0.c: New file.
5037 * gdb.base/list-ambiguous1.c: New file.
5038 * gdb.base/list.exp (test_list_range): Adjust expected output.
5039
0a2dde4a
SDJ
50402017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5041
5042 * gdb.base/share-env-with-gdbserver.c: New file.
5043 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5044
5e89eb3a
SM
50452017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5046
5047 * gdb.base/commands.exp (gdbvar_simple_if_test,
5048 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5049 progvar_simple_if_test, progvar_simple_while_test,
5050 progvar_complex_if_while_test, user_defined_command_test,
5051 user_defined_command_args_eval,
5052 user_defined_command_args_stack_test,
5053 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5054 temporary_breakpoint_commands,
5055 gdb_test_no_prompt, redefine_hook_test,
5056 redefine_backtrace_test): Remove "global gdb_prompt".
5057
fd437cbc
SM
50582017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5059
5060 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5061 New proc, call it from toplevel.
5062
87215ad1
SDJ
50632017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5064
5065 PR remote/21852
5066 * gdb.server/normal.c: New file, copied from gdb.base.
5067 * gdb.server/run-without-local-binary.exp: New file.
5068
58afddc6
WP
50692017-08-07 Weimin Pan <weimin.pan@oracle.com>
5070
5071 * gdb.arch/sparc64-adi.exp: New file.
5072 * gdb.arch/sparc64-adi.c: New file.
5073
5277199a
PA
50742017-08-22 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5077 (top level): Add "list all overloads" tests.
5078
14278e1f
TT
50792017-08-22 Tom Tromey <tom@tromey.com>
5080
5081 * gdb.gdb/xfullpath.exp: Remove.
5082
bf223d3e
PA
50832017-08-21 Pedro Alves <palves@redhat.com>
5084
5085 PR gdb/19487
5086 * gdb.base/symbol-alias.c: New.
5087 * gdb.base/symbol-alias2.c: New.
5088 * gdb.base/symbol-alias.exp: New.
5089
c973d0aa
PA
50902017-08-21 Pedro Alves <palves@redhat.com>
5091
5092 * gdb.base/dfp-test.c
5093 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5094 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5095 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5096 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5097 * gdb.base/whatis-ptype-typedefs.c: New.
5098 * gdb.base/whatis-ptype-typedefs.exp: New.
5099 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5100 (an_int, an_int_type, an_int_type2): New globals.
5101 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5102 involving typedefs and cast expressions.
5103 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5104 (lookup_typedefs_function): New.
5105 (typedefs_pretty_printers_dict): New.
5106 (top level): Register lookup_typedefs_function in
5107 gdb.pretty_printers.
5108
6d580b63
YQ
51092017-08-18 Yao Qi <yao.qi@linaro.org>
5110
5111 * gdb.server/unittest.exp: New.
5112
206726fb
SDJ
51132017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5114
5115 PR gdb/21954
5116 * gdb.base/environ.exp: Add test to check if 'unset environment'
5117 works.
5118
bf0ec4c2
AA
51192017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5120
5121 * lib/gdb.exp (universal_compile_options): New caching proc.
5122 (gdb_compile): Suppress GCC's coloring of messages.
5123
d6382fff
TT
51242017-08-14 Tom Tromey <tom@tromey.com>
5125
5126 PR gdb/21675:
5127 * gdb.base/printcmds.exp (test_radices): New function.
5128 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5129 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5130 * lib/gdb.exp (get_integer_valueof): Use p/d.
5131
c2c2dd9f
SM
51322017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5133
5134 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5135 characters.
5136
fdffd6f4
TT
51372017-08-05 Tom Tromey <tom@tromey.com>
5138
5139 * gdb.rust/simple.exp: Allow String to appear in a different
5140 namespace.
5141
27d41eac
YQ
51422017-07-26 Yao Qi <yao.qi@linaro.org>
5143
5144 * gdb.gdb/unittest.exp: Invoke command
5145 "maintenance check xml-descriptions".
5146
031ed05d
AA
51472017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5148
5149 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5150 calling context.
5151 (hex128): Drop erroneous calculation of parameters.
5152
dcd27ddf
SM
51532017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5154
5155 * gdb.python/py-unwind.exp: Disable stack protection when
5156 building test file.
5157
47e77640
PA
51582017-07-20 Pedro Alves <palves@redhat.com>
5159
5160 * gdb.base/default.exp (set language): Adjust expected output.
5161
62d2a18a
PA
51622017-07-20 Pedro Alves <palves@redhat.com>
5163
5164 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5165 (test_minsym): ... this, and make static.
5166 (get_pck__foo__bar__minsym): Rename to ...
5167 (get_test_minsym): ... this.
5168 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5169 symbol names and comments.
5170 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5171 (get_test_minsym): ... this.
5172 (pck__foo__bar__minsym__2): Rename to ...
5173 (test_minsym): ... this.
5174 (main): Adjust.
5175
c45ec17c
PA
51762017-07-17 Pedro Alves <palves@redhat.com>
5177
5178 * gdb.base/completion.exp: Adjust expected output.
5179 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5180 the completer works.
5181
c6756f62
PA
51822017-07-17 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5185
5bd68487
AB
51862017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5187
5188 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5189
8880f2a9
TT
51902017-07-14 Tom Tromey <tom@tromey.com>
5191
5192 PR rust/21764:
5193 * gdb.rust/simple.exp: Add tests.
5194
65547233
TT
51952017-07-14 Tom Tromey <tom@tromey.com>
5196
5197 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5198
8f14146e
PA
51992017-07-14 Pedro Alves <palves@redhat.com>
5200
5201 * gdb.linespec/base/one/thefile.cc (z1): New function.
5202 * gdb.linespec/base/two/thefile.cc (z2): New function.
5203 * gdb.linespec/linespec.exp: Add tests.
5204
b4365d02
AB
52052017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5208 to mi_create_breakpoint.
5209
5d2cbaa5
AB
52102017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5211
5212 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5213 mi_create_breakpoint.
5214
11cb5716
IB
52152017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5216
5217 * gdb.dlang/demangle.exp: Update for demangling changes.
5218
03278692
TT
52192017-07-09 Tom Tromey <tom@tromey.com>
5220
5221 * gdb.dwarf2/shortpiece.exp: New file.
5222
33c5cd75
DB
52232017-07-06 David Blaikie <dblaikie@gmail.com>
5224
5225 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5226 built from fissiont-multi-cu{1,2}.c.
5227 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5228 except putting 'main' and 'func' in separate CUs in the same DWO file.
5229 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5230 test.
5231 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5232 test.
5233
8455d262
PA
52342017-07-06 Pedro Alves <palves@redhat.com>
5235
5236 * gdb.python/py-unwind.exp: Test flushregs.
5237
dc4bde35
SDJ
52382017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5239
5240 PR cli/21688
5241 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5242 tests for alias commands and trailing whitespace.
5243
51ed89aa
SDJ
52442017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5245
5246 PR cli/21688
5247 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5248 procedure. Call it.
5249
eb17d413
PA
52502017-06-29 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/printcmds.exp: Add tests.
5253
41664b45
DG
52542017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5255
5256 PR gdb/21337
5257 * gdb.base/reread-readsym.exp: New file.
5258 * gdb.base/reread-readsym.c: New file.
5259
75312ae3
KB
52602017-06-21 Kevin Buettner <kevinb@redhat.com>
5261
5262 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5263 subpattern.
5264
66953522
PB
52652017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5266
5267 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5268 extended mnemonic.
5269 * gdb.arch/powerpc-power9.s: Likewise.
5270
5524b525
AA
52712017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5272
5273 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5274 on 32-bit x86 targets. Exploit is_*_target macros where
5275 appropriate.
5276
03c8af18
AA
52772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5278
5279 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5280 register pieces.
5281
3bf31011
AA
52822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5283
5284 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5285 located in one or more DWARF pieces.
5286
805acca0
AA
52872017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5288
5289 * lib/gdb.exp (get_endianness): New proc.
5290 * gdb.arch/aarch64-fp.exp: Use it.
5291 * gdb.arch/altivec-regs.exp: Likewise.
5292 * gdb.arch/e500-regs.exp: Likewise.
5293 * gdb.arch/vsx-regs.exp: Likewise.
5294 * gdb.base/dump.exp: Likewise.
5295 * gdb.base/funcargs.exp: Likewise.
5296 * gdb.base/gnu_vector.exp: Likewise.
5297 * gdb.dwarf2/formdata16.exp: Likewise.
5298 * gdb.dwarf2/implptrpiece.exp: Likewise.
5299 * gdb.dwarf2/nonvar-access.exp: Likewise.
5300 * gdb.python/py-inferior.exp: Likewise.
5301 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5302
e9352324
AA
53032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5304
5305 PR gdb/21226
5306 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5307 stack value pieces are taken from the LSB end.
5308
d5d1163e
AA
53092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5310
5311 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5312 variable at nonzero offset.
5313
0567c986
AA
53142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5315
5316 * gdb.dwarf2/var-access.c: New file.
5317 * gdb.dwarf2/var-access.exp: New test.
5318 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5319
973e9aab
TT
53202017-06-12 Tom Tromey <tom@tromey.com>
5321
5322 * gdb.dwarf2/formdata16.exp: Add tests.
5323
d9109c80
TT
53242017-06-12 Tom Tromey <tom@tromey.com>
5325
5326 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5327
30a25466
TT
53282017-06-12 Tom Tromey <tom@tromey.com>
5329
5330 PR exp/16225:
5331 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5332 * gdb.arch/vsx-regs.exp: Update tests.
5333 * gdb.arch/s390-vregs.exp (hex128): New proc.
5334 Update test.
5335 * gdb.arch/altivec-regs.exp: Update tests.
5336
aefd8b33
SDJ
53372017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5338
5339 * gdb.base/startup-with-shell.c: New file.
5340 * gdb.base/startup-with-shell.exp: Likewise.
5341
2090129c
SDJ
53422017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5343
5344 * gdb.server/non-existing-program.exp: Update regex in order to
5345 reflect the fact that gdbserver is now using fork_inferior (with a
5346 shell) to startup the inferior.
5347
8e86a419
SM
53482017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5349
5350 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5351 support function calls from GDB.
5352
e6cf65f2
TT
53532017-05-21 Tom Tromey <tom@tromey.com>
5354
5355 PR rust/21466:
5356 * gdb.rust/unsized.exp: New file.
5357 * gdb.rust/unsized.rs: New file.
5358
43cc5389
TT
53592017-05-19 Tom Tromey <tom@tromey.com>
5360
5361 PR rust/21484:
5362 * gdb.rust/watch.exp: New file.
5363 * gdb.rust/watch.rs: New file.
5364
ec8df234
TT
53652017-05-18 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.rust/simple.exp: Allow Box to be qualified.
5368
3e3e7fae
TP
53692017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5370
5371 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5372
59cc050d
PA
53732017-05-18 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.base/fileio.c (test_write, test_read, test_close)
5376 (test_fstat): Don't print 'ret' in the fail path.
5377
c8f6abd1
PA
53782017-05-18 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5381 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5382 (test_system, test_rename, test_unlink, test_time): Change
5383 prototypes.
5384 * gdb.base/fileio.exp (stop_msg): Adjust.
5385
d2a03b77
PA
53862017-05-18 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/fileio.c (null_str): New global.
5389 (test_stat): Use it.
5390 * gdb.base/fileio.exp: Remove nowarnings.
5391
0d5c6999
YQ
53922017-05-17 Yao Qi <yao.qi@linaro.org>
5393
5394 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5395
21873064
YQ
53962017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5397
5398 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5399 argument command.
5400 (top-level): Invoke test_set_inferior_tty.
5401
d512d31c
PA
54022017-05-04 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5405 Add parens to print call for Python 3.
5406
90cef2ed
KS
54072017-05-03 Keith Seitz <keiths@redhat.com>
5408
5409 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5410 (main): Call it.
5411
14f819c8
TW
54122017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5413
5414 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5415 to prev and next.
5416
913aeadd
TW
54172017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5418
5419 * gdb.python/py-record-btrace.exp: Remove test for
5420 gdb.BtraceInstruction.error.
5421
a3be24ad
TW
54222017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5423
5424 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5425
ae20e79a
TW
54262017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5427
5428 * gdb.python/py-record-btrace-threads.c: New file.
5429 * gdb.python/py-record-btrace-threads.exp: New file.
5430
45ce1b47
SDJ
54312017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5432
5433 PR testsuite/8595
5434 * gdb.base/environ.exp: Make test available in all architectures.
5435 Move bits related to "info program" testing to
5436 gdb.base/info-program.exp. Rewrite tests to use the two new
5437 procedures mentione below.
5438 (test_set_show_env_var) New procedure.
5439 (test_set_show_env_var_equal): Likewise.
5440 * gdb.base/info-program.exp: New file.
5441
e15c3eb4
KS
54422017-04-27 Keith Seitz <keiths@redhat.com>
5443
5444 * gdb.cp/oranking.cc (test15): New function.
5445 (main): Call test15 and declare additional variables for testing.
5446 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5447 "p foo101('abc')" tests.
5448 Add tests for cv qualifier overloads.
5449 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5450 "lvalue reference overload" test.
5451 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5452 "print value of f1 on Child&& in f2" test.
5453
3a3fd0fd
PA
54542017-04-19 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5457 procedure.
5458 (top level): Call it.
5459 * lib/gdb.exp (gdb_define_cmd): New procedure.
5460
53375380
PA
54612017-04-12 Pedro Alves <palves@redhat.com>
5462
5463 PR gdb/21323
5464 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5465 (wchar): New global.
5466 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5467 (do_test_wide_char, wide_char_types_no_program, top level): Add
5468 wchar_t testing.
5469
53e710ac
PA
54702017-04-12 Pedro Alves <palves@redhat.com>
5471
5472 PR c++/21323
5473 * gdb.cp/wide_char_types.c: New file.
5474 * gdb.cp/wide_char_types.exp: New file.
5475
0ad9d8c7
SDJ
54762017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5477
5478 PR gdb/21352
5479 * gdb.trace/tsv.exp: Add test for "tsave -r".
5480
b1b45502
IB
54812017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5482
5483 * gdb.dlang/watch-loc.c: New file.
5484 * gdb.dlang/watch-loc.exp: New file.
5485
ec13808e
JK
54862017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5487
5488 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5489
fe5f7374
AK
54902017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5491
5492 * gdb.arch/arc-analyze-prologue.S: New file.
5493 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5494
eea78757
AK
54952017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5496
5497 * gdb.arch/arc-decode-insn.S: New file.
5498 * gdb.arch/arc-decode-insn.exp: Likewise.
5499
5badf10a
IR
55002017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5501
5502 PR tdep/20928
5503 * gdb.arch/sparc64-regs.exp: New file.
5504 * gdb.arch/sparc64-regs.S: Likewise.
5505
cee59b3f
TW
55062017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5507
5508 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5509 and memory view on Python 3.
5510
c0f55cc6
AV
55112017-03-20 Artemiy Volkov <artemiyv@acm.org>
5512 Keith Seitz <keiths@redhat.com>
5513
5514 PR gdb/14441
5515 * gdb.cp/demangle.exp: Add rvalue reference tests.
5516 * gdb.cp/rvalue-ref-casts.cc: New file.
5517 * gdb.cp/rvalue-ref-casts.exp: New file.
5518 * gdb.cp/rvalue-ref-overload.cc: New file.
5519 * gdb.cp/rvalue-ref-overload.exp: New file.
5520 * gdb.cp/rvalue-ref-params.cc: New file.
5521 * gdb.cp/rvalue-ref-params.exp: New file.
5522 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5523 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5524 * gdb.cp/rvalue-ref-types.cc: New file.
5525 * gdb.cp/rvalue-ref-types.exp: New file.
5526 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5527 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5528
51457a05
MAL
55292017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5530
5531 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5532 New procedure.
5533
5b291c04
MAL
55342017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5535
5536 * lib/mi-support.exp (mi_gdb_test): Add additional message
5537 for unexpected output.
5538
59a56148
AA
55392017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5540
5541 * gdb.base/examine-backward.c (Barrier): New character array
5542 constant, to ensure that TestStrings is preceded by a string
5543 terminator.
5544
7942e96e
AA
55452017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5546
5547 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5548 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5549 and implicit pointer into such a location.
5550
6ebac3fb
DE
55512017-03-16 Doug Evans <dje@google.com>
5552
5553 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5554
ec3b243d
TP
55552017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5556
5557 * gdb.cp/m-static.exp: Fix expectation for prototype of
5558 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5559
55602017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5561
5562 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5563 * gdb.guile/scm-lazy-string.c: New file.
5564 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5565 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5566 for pointer, array, typedef lazy strings.
5567
2cc36e25 55682017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5569
5570 PR python/17728, python/18439, python/18779
5571 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5572 * gdb.python/py-lazy-string.c (pointer): New typedef.
5573 (main): New locals ptr, array, typedef_ptr.
5574 * gdb.python/py-value.exp: Move lazy string tests to ...
5575 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5576 array, typedef lazy strings.
ec3b243d 5577
0efcde63
AK
55782017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5579
5580 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5581 Add optional 'test' parameter.
5582
7978d7c3
SM
55832017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5584
5585 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5586 Skip for versions of DejaGnu < 1.5.
5587
896c0c1e
SM
55882017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5589
5590 * lib/gdb.exp (dejagnu_version): New proc.
5591 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5592 Use dejagnu_version.
5593
5f4d1085
KS
55942017-03-10 Keith Seitz <keiths@redhat.com>
5595
5596 PR c++/8128
5597 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5598 type from destructor regexps.
5599 Add a branch which actually passes the test.
5600 Adjust "ptype t5i" test names.
5601
1de05205
PA
56022017-03-08 Pedro Alves <palves@redhat.com>
5603
5604 * gdb.base/step-over-exit.exp: Add explicit test message.
5605
c65d6b55
PA
56062017-03-08 Pedro Alves <palves@redhat.com>
5607
5608 PR gdb/18360
5609 * gdb.threads/interrupt-while-step-over.c: New file.
5610 * gdb.threads/interrupt-while-step-over.exp: New file.
5611
2e86a283
PA
56122017-03-08 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5615 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5616
25dcbff6
PA
56172017-03-08 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5620 PKRU as not supported as a PASS.
5621
dc9366eb
PA
56222017-03-08 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5625 prefix instead of $binfile1/$binfile2.
5626 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5627 in test message.
5628 * gdb.python/py-completion.exp: Use "load python file" as test
5629 messages instead of unstable path names.
5630
6e5d74e7
PA
56312017-03-08 Pedro Alves <palves@redhat.com>
5632 Jan Kratochvil <jan.kratochvil@redhat.com>
5633
5634 PR cli/21218
5635 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5636 New proc.
5637 (top level): Call it.
5638
9753a2f6
PA
56392017-03-08 Pedro Alves <palves@redhat.com>
5640
5641 PR tui/21216
5642 * gdb.tui/tui-nl-filtered-output.exp: New file.
5643
1a4dd9dd
PA
56442017-03-08 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.base/completion.exp: Move TUI completion tests to ...
5647 * gdb.tui/completion.exp: ... this new file.
5648
7cbbff33
PA
56492017-03-08 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.base/tui-disasm-long-lines.c,
5652 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5653 gdb.base/tui-layout.exp: Move to ...
5654 * gdb.tui/: ... this new directory.
5655
5f6fd321
PA
56562017-03-07 Pedro Alves <palves@redhat.com>
5657
5658 * gdb.base/tui-layout.c: New file.
5659 * gdb.base/tui-layout.exp: New file.
5660
44959fa8
PA
56612017-03-07 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/tui-layout.c: Rename to ...
5664 * gdb.base/tui-disasm-long-lines.c: ... this.
5665 * gdb.base/tui-layout.exp: Rename to ...
5666 * gdb.base/tui-disasm-long-lines.exp: ... this.
5667
f8c4e718
PA
56682017-03-07 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5671
6dbb839a 56722017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5673
5674 * i386-mpx-call.c: New file.
5675 * i386-mpx-call.exp: New file.
5676
65b48a81
PB
56772017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5678
5679 * gdb.arch/powerpc-power.exp: Delete test.
5680 * gdb.arch/powerpc-power.s: Likewise.
5681 * gdb.disasm/disassembler-options.exp: New test.
5682 * gdb.arch/powerpc-altivec.exp: Likewise.
5683 * gdb.arch/powerpc-altivec.s: Likewise.
5684 * gdb.arch/powerpc-altivec2.exp: Likewise.
5685 * gdb.arch/powerpc-altivec2.s: Likewise.
5686 * gdb.arch/powerpc-altivec3.exp: Likewise.
5687 * gdb.arch/powerpc-altivec3.s: Likewise.
5688 * gdb.arch/powerpc-power7.exp: Likewise.
5689 * gdb.arch/powerpc-power7.s: Likewise.
5690 * gdb.arch/powerpc-power8.exp: Likewise.
5691 * gdb.arch/powerpc-power8.s: Likewise.
5692 * gdb.arch/powerpc-power9.exp: Likewise.
5693 * gdb.arch/powerpc-power9.s: Likewise.
5694 * gdb.arch/powerpc-vsx.exp: Likewise.
5695 * gdb.arch/powerpc-vsx.s: Likewise.
5696 * gdb.arch/powerpc-vsx2.exp: Likewise.
5697 * gdb.arch/powerpc-vsx2.s: Likewise.
5698 * gdb.arch/powerpc-vsx3.exp: Likewise.
5699 * gdb.arch/powerpc-vsx3.s: Likewise.
5700 * gdb.arch/arm-disassembler-options.exp: Likewise.
5701 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5702 * gdb.arch/s390-disassembler-options.exp: Likewise.
5703
17cd4947
LM
57042017-02-23 Luis Machado <lgustavo@codesourcery.com>
5705
5706 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5707 (check_supported_features): ... this. Changed return type to void.
5708 (supports_rdseed): New static global.
5709 (rdseed): Check supports_rdseed.
5710 (initialize): Call check_supported_features.
5711
2039d74e
EBM
57122017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5713
5714 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5715 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5716 and lqarx/stqcx.
5717 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5718 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5719
a51d7ecf
EBM
57202017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5721
5722 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5723 uppercase.
5724
0224619f
JK
57252017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5726
5727 * gdb.dwarf2/formdata16.c: New file.
5728 * gdb.dwarf2/formdata16.exp: New file.
5729 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5730
216f72a1
JK
57312017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5732
5733 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5734 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5735 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5736 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5737 DW_AT_GNU_*.
5738
43988095
JK
57392017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5742
99e8a4f9
SDJ
57432017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5744
5745 PR gdb/21164
5746 * gdb.base/maint.exp: Add testcases for when the commands do
5747 not have arguments.
5748
b58a8c0c
TP
57492017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5750
5751 * gdb.cp/chained-calls.exp: Use p instead of P.
5752
4e746bb6
TW
57532017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5754
5755 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5756 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5757
3f77c769
TT
57582017-02-14 Tom Tromey <tom@tromey.com>
5759
5760 PR python/13598:
5761 * gdb.python/py-events.exp: Add before_prompt event tests.
5762
075beec0
AA
57632017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5764
5765 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5766
bf5f525c
LM
57672017-02-13 Luis Machado <lgustavo@codesourcery.com>
5768
5769 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5770 (main): Call my_unique_function_name.
5771 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5772 completion of patterns with a single match.
5773 Add missing -re switches to gdb_test_multiple calls.
5774
13a66184
LM
57752017-02-13 Luis Machado <lgustavo@codesourcery.com>
5776
5777 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5778 return if core file is not recognized.
5779
26a06916
SM
57802017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5783 and extra UIs.
5784
b761ca9e
SM
57852017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5788 proc_with_prefix.
5789
b964bee0
TT
57902017-02-10 Tom Tromey <tom@tromey.com>
5791
5792 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5793
18da0c51
MG
57942017-02-10 Martin Galvan <martingalvan@sourceware.org>
5795
5796 PR gdb/21122
5797 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5798
604c4576
JG
57992017-02-08 Jerome Guitton <guitton@adacore.com>
5800
5801 * gdb.base/define.exp: Add test for command abbreviations
5802 in define.
5803
20b477a7
LM
58042017-02-06 Luis Machado <lgustavo@codesourcery.com>
5805
5806 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5807 * gdb.reverse/insn-reverse-x86.c: New file.
5808
3f7b46f2
IR
58092017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5810
5811 PR tdep/20936
5812 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5813
f0fd41c1
TT
58142017-02-03 Tom Tromey <tom@tromey.com>
5815
5816 PR rust/21097:
5817 * gdb.rust/simple.exp: Add new tests.
5818
5be5dbf0
PA
58192017-02-02 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5822 tests.
5823
7346ef59
AA
58242017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5825
5826 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5827 taking a 2-byte value out of a 4-byte DWARF implicit value on
5828 big-endian targets.
5829 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5830 logic. Add test cases for DW_OP_implicit.
5831
787f0025
MM
58322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5833
5834 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5835
68777c29
MM
58362017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5837
5838 * gdb.btrace/enable.exp: Call gdb_exit before
5839 skip_gdbserver_tests.
5840
0a1c7e28
MM
58412017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5842
5843 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5844 GDBFLAGS.
5845
b5ac99b0
MM
58462017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5847
5848 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5849 the test is skipped.
5850 * gdb.btrace/data.exp: Likewise.
5851 * gdb.btrace/delta.exp: Likewise.
5852 * gdb.btrace/dlopen.exp: Likewise.
5853 * gdb.btrace/enable-running.exp: Likewise.
5854 * gdb.btrace/enable.exp: Likewise.
5855 * gdb.btrace/exception.exp: Likewise.
5856 * gdb.btrace/function_call_history.exp: Likewise.
5857 * gdb.btrace/gcore.exp: Likewise.
5858 * gdb.btrace/instruction_history.exp: Likewise.
5859 * gdb.btrace/multi-thread-step.exp: Likewise.
5860 * gdb.btrace/nohist.exp: Likewise.
5861 * gdb.btrace/non-stop.exp: Likewise.
5862 * gdb.btrace/reconnect.exp: Likewise.
5863 * gdb.btrace/record_goto-step.exp: Likewise.
5864 * gdb.btrace/record_goto.exp: Likewise.
5865 * gdb.btrace/rn-dl-bind.exp: Likewise.
5866 * gdb.btrace/segv.exp: Likewise.
5867 * gdb.btrace/step.exp: Likewise.
5868 * gdb.btrace/stepi.exp: Likewise.
5869 * gdb.btrace/tailcall-only.exp: Likewise.
5870 * gdb.btrace/tailcall.exp: Likewise.
5871 * gdb.btrace/tsx.exp: Likewise.
5872 * gdb.btrace/unknown_functions.exp: Likewise.
5873 * gdb.btrace/vdso.exp: Likewise.
5874
cd4007e4
MM
58752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5876
5877 * gdb.btrace/enable-running.c: New.
5878 * gdb.btrace/enable-running.exp: New.
5879
2735833d
WT
58802017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5881
5882 * gdb.arch/amd64-gs_base.c: New file.
5883 * gdb.arch/amd64-gs_base.exp: New file.
5884
b51e1e94
LM
58852017-01-26 Luis Machado <lgustavo@codesourcery.com>
5886
5887 * lib/memory.exp: Remove spurious empty newlines.
5888
72ca0410
SM
58892017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5890
5891 * gdb.python/py-bad-printers.exp: Load python file using "source".
5892 * gdb.python/py-events.exp: Likewise.
5893 * gdb.python/py-evsignal.exp: Likewise.
5894 * gdb.python/py-evthreads.exp: Likewise.
5895 * gdb.python/py-frame-args.exp: Likewise.
5896 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5897 * gdb.python/py-framefilter-mi.exp: Likewise.
5898 * gdb.python/py-framefilter.exp: Likewise.
5899 * gdb.python/py-mi.exp: Likewise.
5900 * gdb.python/py-pp-maint.exp: Likewise.
5901 * gdb.python/py-pp-registration.exp: Likewise.
5902 * gdb.python/py-prettyprint.exp: Likewise.
5903 (run_lang_tests): Likewise.
5904 * gdb.python/py-typeprint.exp: Likewise.
5905
e309aa65
LM
59062017-01-26 Luis Machado <lgustavo@codesourcery.com>
5907
5908 * lib/memory.exp: New file.
5909 * lib/gdb.exp: Load memory.exp.
5910 * gdb.base/memattr.exp (delete_memory): Move proc to
5911 lib/memory.exp and rename to delete_memory_regions.
5912 Replace delete_memory with delete_memory_regions.
5913 Cleanup memory regions before tests.
5914 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5915 before tests.
5916
515aff23
LM
59172017-01-26 Luis Machado <lgustavo@codesourcery.com>
5918
5919 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5920 files.
5921 (initialize): New function conditionally defined.
5922 (testcases): Move within conditional block.
5923 (main): Call initialize.
5924 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5925 of gdb.reverse/insn-reverse.c.
5926 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5927 gdb.reverse/insn-reverse.c.
5928
d8b49cf0
YQ
59292017-01-26 Yao Qi <yao.qi@linaro.org>
5930
5931 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5932 disassemble on address 0.
5933
f13a9a0c
YQ
59342017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5935 Yao Qi <yao.qi@linaro.org>
5936
5937 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5938 * gdb.dwarf2/implptr-64bit.S: Remove.
5939 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5940 variables in caller's context. Add DW_OP_implicit_value.
5941
5ac95241
YQ
59422017-01-25 Yao Qi <yao.qi@linaro.org>
5943
5944 * lib/dwarf.exp (Dwarf::_location): Handle
5945 DW_OP_GNU_implicit_pointer with proper size.
5946
23e82930
LM
59472017-01-20 Luis Machado <lgustavo@codesourcery.com>
5948
5949 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5950 and add untested calls.
5951
d334ae25
LM
59522017-01-20 Luis Machado <lgustavo@codesourcery.com>
5953
5954 * gdb.python/python.exp: Check line number against what GDB thinks
5955 the line number is for func1.
5956
f5e6296e
IB
59572017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5958
5959 * gdb.dlang/debug-expr.exp: New file.
5960
5b362f04
LM
59612016-12-23 Luis Machado <lgustavo@codesourcery.com>
5962
5963 Fix test names for the following files:
5964
5965 * gdb.ada/exec_changed.exp
5966 * gdb.ada/info_types.exp
5967 * gdb.arch/aarch64-atomic-inst.exp
5968 * gdb.arch/aarch64-fp.exp
5969 * gdb.arch/altivec-abi.exp
5970 * gdb.arch/altivec-regs.exp
5971 * gdb.arch/amd64-byte.exp
5972 * gdb.arch/amd64-disp-step.exp
5973 * gdb.arch/amd64-dword.exp
5974 * gdb.arch/amd64-entry-value-inline.exp
5975 * gdb.arch/amd64-entry-value-param.exp
5976 * gdb.arch/amd64-entry-value-paramref.exp
5977 * gdb.arch/amd64-entry-value.exp
5978 * gdb.arch/amd64-i386-address.exp
5979 * gdb.arch/amd64-invalid-stack-middle.exp
5980 * gdb.arch/amd64-invalid-stack-top.exp
5981 * gdb.arch/amd64-optimout-repeat.exp
5982 * gdb.arch/amd64-prologue-skip.exp
5983 * gdb.arch/amd64-prologue-xmm.exp
5984 * gdb.arch/amd64-stap-special-operands.exp
5985 * gdb.arch/amd64-stap-wrong-subexp.exp
5986 * gdb.arch/amd64-tailcall-cxx.exp
5987 * gdb.arch/amd64-tailcall-noret.exp
5988 * gdb.arch/amd64-tailcall-ret.exp
5989 * gdb.arch/amd64-tailcall-self.exp
5990 * gdb.arch/amd64-word.exp
5991 * gdb.arch/arm-bl-branch-dest.exp
5992 * gdb.arch/arm-disp-step.exp
5993 * gdb.arch/arm-neon.exp
5994 * gdb.arch/arm-single-step-kernel-helper.exp
5995 * gdb.arch/avr-flash-qualifier.exp
5996 * gdb.arch/disp-step-insn-reloc.exp
5997 * gdb.arch/e500-abi.exp
5998 * gdb.arch/e500-regs.exp
5999 * gdb.arch/ftrace-insn-reloc.exp
6000 * gdb.arch/i386-avx512.exp
6001 * gdb.arch/i386-bp_permanent.exp
6002 * gdb.arch/i386-byte.exp
6003 * gdb.arch/i386-cfi-notcurrent.exp
6004 * gdb.arch/i386-disp-step.exp
6005 * gdb.arch/i386-dr3-watch.exp
6006 * gdb.arch/i386-float.exp
6007 * gdb.arch/i386-gnu-cfi.exp
6008 * gdb.arch/i386-mpx-map.exp
6009 * gdb.arch/i386-mpx-sigsegv.exp
6010 * gdb.arch/i386-mpx-simple_segv.exp
6011 * gdb.arch/i386-mpx.exp
6012 * gdb.arch/i386-permbkpt.exp
6013 * gdb.arch/i386-prologue.exp
6014 * gdb.arch/i386-signal.exp
6015 * gdb.arch/i386-size-overlap.exp
6016 * gdb.arch/i386-unwind.exp
6017 * gdb.arch/i386-word.exp
6018 * gdb.arch/mips-fcr.exp
6019 * gdb.arch/powerpc-d128-regs.exp
6020 * gdb.arch/powerpc-stackless.exp
6021 * gdb.arch/ppc64-atomic-inst.exp
6022 * gdb.arch/s390-stackless.exp
6023 * gdb.arch/s390-tdbregs.exp
6024 * gdb.arch/s390-vregs.exp
6025 * gdb.arch/sparc-sysstep.exp
6026 * gdb.arch/thumb-bx-pc.exp
6027 * gdb.arch/thumb-singlestep.exp
6028 * gdb.arch/thumb2-it.exp
6029 * gdb.arch/vsx-regs.exp
6030 * gdb.asm/asm-source.exp
6031 * gdb.base/a2-run.exp
6032 * gdb.base/advance.exp
6033 * gdb.base/all-bin.exp
6034 * gdb.base/anon.exp
6035 * gdb.base/args.exp
6036 * gdb.base/arithmet.exp
6037 * gdb.base/async-shell.exp
6038 * gdb.base/async.exp
6039 * gdb.base/attach-pie-noexec.exp
6040 * gdb.base/attach-twice.exp
6041 * gdb.base/auto-load.exp
6042 * gdb.base/bang.exp
6043 * gdb.base/bitfields.exp
6044 * gdb.base/break-always.exp
6045 * gdb.base/break-caller-line.exp
6046 * gdb.base/break-entry.exp
6047 * gdb.base/break-inline.exp
6048 * gdb.base/break-on-linker-gcd-function.exp
6049 * gdb.base/break-probes.exp
6050 * gdb.base/break.exp
6051 * gdb.base/breakpoint-shadow.exp
6052 * gdb.base/call-ar-st.exp
6053 * gdb.base/call-sc.exp
6054 * gdb.base/call-signal-resume.exp
6055 * gdb.base/call-strs.exp
6056 * gdb.base/callfuncs.exp
6057 * gdb.base/catch-fork-static.exp
6058 * gdb.base/catch-gdb-caused-signals.exp
6059 * gdb.base/catch-load.exp
6060 * gdb.base/catch-signal-fork.exp
6061 * gdb.base/catch-signal.exp
6062 * gdb.base/catch-syscall.exp
6063 * gdb.base/charset.exp
6064 * gdb.base/checkpoint.exp
6065 * gdb.base/chng-syms.exp
6066 * gdb.base/code-expr.exp
6067 * gdb.base/code_elim.exp
6068 * gdb.base/commands.exp
6069 * gdb.base/completion.exp
6070 * gdb.base/complex.exp
6071 * gdb.base/cond-expr.exp
6072 * gdb.base/condbreak.exp
6073 * gdb.base/consecutive.exp
6074 * gdb.base/continue-all-already-running.exp
6075 * gdb.base/coredump-filter.exp
6076 * gdb.base/corefile.exp
6077 * gdb.base/dbx.exp
6078 * gdb.base/debug-expr.exp
6079 * gdb.base/define.exp
6080 * gdb.base/del.exp
6081 * gdb.base/disabled-location.exp
6082 * gdb.base/disasm-end-cu.exp
6083 * gdb.base/disasm-optim.exp
6084 * gdb.base/display.exp
6085 * gdb.base/duplicate-bp.exp
6086 * gdb.base/ena-dis-br.exp
6087 * gdb.base/ending-run.exp
6088 * gdb.base/enumval.exp
6089 * gdb.base/environ.exp
6090 * gdb.base/eu-strip-infcall.exp
6091 * gdb.base/eval-avoid-side-effects.exp
6092 * gdb.base/eval-skip.exp
6093 * gdb.base/exitsignal.exp
6094 * gdb.base/expand-psymtabs.exp
6095 * gdb.base/filesym.exp
6096 * gdb.base/find-unmapped.exp
6097 * gdb.base/finish.exp
6098 * gdb.base/float.exp
6099 * gdb.base/foll-exec-mode.exp
6100 * gdb.base/foll-exec.exp
6101 * gdb.base/foll-fork.exp
6102 * gdb.base/fortran-sym-case.exp
6103 * gdb.base/freebpcmd.exp
6104 * gdb.base/func-ptr.exp
6105 * gdb.base/func-ptrs.exp
6106 * gdb.base/funcargs.exp
6107 * gdb.base/gcore-buffer-overflow.exp
6108 * gdb.base/gcore-relro-pie.exp
6109 * gdb.base/gcore-relro.exp
6110 * gdb.base/gcore.exp
6111 * gdb.base/gdb1090.exp
6112 * gdb.base/gdb11530.exp
6113 * gdb.base/gdb11531.exp
6114 * gdb.base/gdb1821.exp
6115 * gdb.base/gdbindex-stabs.exp
6116 * gdb.base/gdbvars.exp
6117 * gdb.base/hbreak.exp
6118 * gdb.base/hbreak2.exp
6119 * gdb.base/included.exp
6120 * gdb.base/infcall-input.exp
6121 * gdb.base/inferior-died.exp
6122 * gdb.base/infnan.exp
6123 * gdb.base/info-macros.exp
6124 * gdb.base/info-os.exp
6125 * gdb.base/info-proc.exp
6126 * gdb.base/info-shared.exp
6127 * gdb.base/info-target.exp
6128 * gdb.base/infoline.exp
6129 * gdb.base/interp.exp
6130 * gdb.base/interrupt.exp
6131 * gdb.base/jit-reader.exp
6132 * gdb.base/jit-simple.exp
6133 * gdb.base/kill-after-signal.exp
6134 * gdb.base/kill-detach-inferiors-cmd.exp
6135 * gdb.base/label.exp
6136 * gdb.base/langs.exp
6137 * gdb.base/ldbl_e308.exp
6138 * gdb.base/line-symtabs.exp
6139 * gdb.base/linespecs.exp
6140 * gdb.base/list.exp
6141 * gdb.base/long_long.exp
6142 * gdb.base/longest-types.exp
6143 * gdb.base/maint.exp
6144 * gdb.base/max-value-size.exp
6145 * gdb.base/memattr.exp
6146 * gdb.base/mips_pro.exp
6147 * gdb.base/morestack.exp
6148 * gdb.base/moribund-step.exp
6149 * gdb.base/multi-forks.exp
6150 * gdb.base/nested-addr.exp
6151 * gdb.base/nextoverexit.exp
6152 * gdb.base/noreturn-finish.exp
6153 * gdb.base/noreturn-return.exp
6154 * gdb.base/nostdlib.exp
6155 * gdb.base/offsets.exp
6156 * gdb.base/opaque.exp
6157 * gdb.base/pc-fp.exp
6158 * gdb.base/permissions.exp
6159 * gdb.base/print-symbol-loading.exp
6160 * gdb.base/prologue-include.exp
6161 * gdb.base/psymtab.exp
6162 * gdb.base/ptype.exp
6163 * gdb.base/random-signal.exp
6164 * gdb.base/randomize.exp
6165 * gdb.base/range-stepping.exp
6166 * gdb.base/readline-ask.exp
6167 * gdb.base/recpar.exp
6168 * gdb.base/recurse.exp
6169 * gdb.base/relational.exp
6170 * gdb.base/restore.exp
6171 * gdb.base/return-nodebug.exp
6172 * gdb.base/return.exp
6173 * gdb.base/run-after-attach.exp
6174 * gdb.base/save-bp.exp
6175 * gdb.base/scope.exp
6176 * gdb.base/sect-cmd.exp
6177 * gdb.base/set-lang-auto.exp
6178 * gdb.base/set-noassign.exp
6179 * gdb.base/setvar.exp
6180 * gdb.base/sigall.exp
6181 * gdb.base/sigbpt.exp
6182 * gdb.base/siginfo-addr.exp
6183 * gdb.base/siginfo-infcall.exp
6184 * gdb.base/siginfo-obj.exp
6185 * gdb.base/siginfo.exp
6186 * gdb.base/signals-state-child.exp
6187 * gdb.base/signest.exp
6188 * gdb.base/sigstep.exp
6189 * gdb.base/sizeof.exp
6190 * gdb.base/skip.exp
6191 * gdb.base/solib-corrupted.exp
6192 * gdb.base/solib-nodir.exp
6193 * gdb.base/solib-search.exp
6194 * gdb.base/stack-checking.exp
6195 * gdb.base/stale-infcall.exp
6196 * gdb.base/stap-probe.exp
6197 * gdb.base/start.exp
6198 * gdb.base/step-break.exp
6199 * gdb.base/step-bt.exp
6200 * gdb.base/step-line.exp
6201 * gdb.base/step-over-exit.exp
6202 * gdb.base/step-over-syscall.exp
6203 * gdb.base/step-resume-infcall.exp
6204 * gdb.base/step-test.exp
6205 * gdb.base/store.exp
6206 * gdb.base/structs3.exp
6207 * gdb.base/sym-file.exp
6208 * gdb.base/symbol-without-target_section.exp
6209 * gdb.base/term.exp
6210 * gdb.base/testenv.exp
6211 * gdb.base/ui-redirect.exp
6212 * gdb.base/until.exp
6213 * gdb.base/unwindonsignal.exp
6214 * gdb.base/value-double-free.exp
6215 * gdb.base/vla-datatypes.exp
6216 * gdb.base/vla-ptr.exp
6217 * gdb.base/vla-sideeffect.exp
6218 * gdb.base/volatile.exp
6219 * gdb.base/watch-cond-infcall.exp
6220 * gdb.base/watch-cond.exp
6221 * gdb.base/watch-non-mem.exp
6222 * gdb.base/watch-read.exp
6223 * gdb.base/watch-vfork.exp
6224 * gdb.base/watchpoint-cond-gone.exp
6225 * gdb.base/watchpoint-delete.exp
6226 * gdb.base/watchpoint-hw-hit-once.exp
6227 * gdb.base/watchpoint-hw.exp
6228 * gdb.base/watchpoint-stops-at-right-insn.exp
6229 * gdb.base/watchpoints.exp
6230 * gdb.base/wchar.exp
6231 * gdb.base/whatis-exp.exp
6232 * gdb.btrace/buffer-size.exp
6233 * gdb.btrace/data.exp
6234 * gdb.btrace/delta.exp
6235 * gdb.btrace/dlopen.exp
6236 * gdb.btrace/enable.exp
6237 * gdb.btrace/exception.exp
6238 * gdb.btrace/function_call_history.exp
6239 * gdb.btrace/gcore.exp
6240 * gdb.btrace/instruction_history.exp
6241 * gdb.btrace/nohist.exp
6242 * gdb.btrace/reconnect.exp
6243 * gdb.btrace/record_goto-step.exp
6244 * gdb.btrace/record_goto.exp
6245 * gdb.btrace/rn-dl-bind.exp
6246 * gdb.btrace/segv.exp
6247 * gdb.btrace/step.exp
6248 * gdb.btrace/stepi.exp
6249 * gdb.btrace/tailcall-only.exp
6250 * gdb.btrace/tailcall.exp
6251 * gdb.btrace/tsx.exp
6252 * gdb.btrace/unknown_functions.exp
6253 * gdb.btrace/vdso.exp
6254 * gdb.compile/compile-ifunc.exp
6255 * gdb.compile/compile-ops.exp
6256 * gdb.compile/compile-print.exp
6257 * gdb.compile/compile-setjmp.exp
6258 * gdb.cp/abstract-origin.exp
6259 * gdb.cp/ambiguous.exp
6260 * gdb.cp/annota2.exp
6261 * gdb.cp/annota3.exp
6262 * gdb.cp/anon-ns.exp
6263 * gdb.cp/anon-struct.exp
6264 * gdb.cp/anon-union.exp
6265 * gdb.cp/arg-reference.exp
6266 * gdb.cp/baseenum.exp
6267 * gdb.cp/bool.exp
6268 * gdb.cp/breakpoint.exp
6269 * gdb.cp/bs15503.exp
6270 * gdb.cp/call-c.exp
6271 * gdb.cp/casts.exp
6272 * gdb.cp/chained-calls.exp
6273 * gdb.cp/class2.exp
6274 * gdb.cp/classes.exp
6275 * gdb.cp/cmpd-minsyms.exp
6276 * gdb.cp/converts.exp
6277 * gdb.cp/cp-relocate.exp
6278 * gdb.cp/cpcompletion.exp
6279 * gdb.cp/cpexprs.exp
6280 * gdb.cp/cplabel.exp
6281 * gdb.cp/cplusfuncs.exp
6282 * gdb.cp/cpsizeof.exp
6283 * gdb.cp/ctti.exp
6284 * gdb.cp/derivation.exp
6285 * gdb.cp/destrprint.exp
6286 * gdb.cp/dispcxx.exp
6287 * gdb.cp/enum-class.exp
6288 * gdb.cp/exception.exp
6289 * gdb.cp/exceptprint.exp
6290 * gdb.cp/expand-psymtabs-cxx.exp
6291 * gdb.cp/expand-sals.exp
6292 * gdb.cp/extern-c.exp
6293 * gdb.cp/filename.exp
6294 * gdb.cp/formatted-ref.exp
6295 * gdb.cp/fpointer.exp
6296 * gdb.cp/gdb1355.exp
6297 * gdb.cp/gdb2495.exp
6298 * gdb.cp/hang.exp
6299 * gdb.cp/impl-this.exp
6300 * gdb.cp/infcall-dlopen.exp
6301 * gdb.cp/inherit.exp
6302 * gdb.cp/iostream.exp
6303 * gdb.cp/koenig.exp
6304 * gdb.cp/local.exp
6305 * gdb.cp/m-data.exp
6306 * gdb.cp/m-static.exp
6307 * gdb.cp/mb-ctor.exp
6308 * gdb.cp/mb-inline.exp
6309 * gdb.cp/mb-templates.exp
6310 * gdb.cp/member-name.exp
6311 * gdb.cp/member-ptr.exp
6312 * gdb.cp/meth-typedefs.exp
6313 * gdb.cp/method.exp
6314 * gdb.cp/method2.exp
6315 * gdb.cp/minsym-fallback.exp
6316 * gdb.cp/misc.exp
6317 * gdb.cp/namelessclass.exp
6318 * gdb.cp/namespace-enum.exp
6319 * gdb.cp/namespace-nested-import.exp
6320 * gdb.cp/namespace.exp
6321 * gdb.cp/nextoverthrow.exp
6322 * gdb.cp/no-dmgl-verbose.exp
6323 * gdb.cp/non-trivial-retval.exp
6324 * gdb.cp/noparam.exp
6325 * gdb.cp/nsdecl.exp
6326 * gdb.cp/nsimport.exp
6327 * gdb.cp/nsnested.exp
6328 * gdb.cp/nsnoimports.exp
6329 * gdb.cp/nsrecurs.exp
6330 * gdb.cp/nsstress.exp
6331 * gdb.cp/nsusing.exp
6332 * gdb.cp/operator.exp
6333 * gdb.cp/oranking.exp
6334 * gdb.cp/overload-const.exp
6335 * gdb.cp/overload.exp
6336 * gdb.cp/ovldbreak.exp
6337 * gdb.cp/ovsrch.exp
6338 * gdb.cp/paren-type.exp
6339 * gdb.cp/parse-lang.exp
6340 * gdb.cp/pass-by-ref.exp
6341 * gdb.cp/pr-1023.exp
6342 * gdb.cp/pr-1210.exp
6343 * gdb.cp/pr-574.exp
6344 * gdb.cp/pr10687.exp
6345 * gdb.cp/pr12028.exp
6346 * gdb.cp/pr17132.exp
6347 * gdb.cp/pr17494.exp
6348 * gdb.cp/pr9067.exp
6349 * gdb.cp/pr9167.exp
6350 * gdb.cp/pr9631.exp
6351 * gdb.cp/printmethod.exp
6352 * gdb.cp/psmang.exp
6353 * gdb.cp/psymtab-parameter.exp
6354 * gdb.cp/ptype-cv-cp.exp
6355 * gdb.cp/ptype-flags.exp
6356 * gdb.cp/re-set-overloaded.exp
6357 * gdb.cp/ref-types.exp
6358 * gdb.cp/rtti.exp
6359 * gdb.cp/scope-err.exp
6360 * gdb.cp/shadow.exp
6361 * gdb.cp/smartp.exp
6362 * gdb.cp/static-method.exp
6363 * gdb.cp/static-print-quit.exp
6364 * gdb.cp/temargs.exp
6365 * gdb.cp/templates.exp
6366 * gdb.cp/try_catch.exp
6367 * gdb.cp/typedef-operator.exp
6368 * gdb.cp/typeid.exp
6369 * gdb.cp/userdef.exp
6370 * gdb.cp/using-crash.exp
6371 * gdb.cp/var-tag.exp
6372 * gdb.cp/virtbase.exp
6373 * gdb.cp/virtfunc.exp
6374 * gdb.cp/virtfunc2.exp
6375 * gdb.cp/vla-cxx.exp
6376 * gdb.disasm/t01_mov.exp
6377 * gdb.disasm/t02_mova.exp
6378 * gdb.disasm/t03_add.exp
6379 * gdb.disasm/t04_sub.exp
6380 * gdb.disasm/t05_cmp.exp
6381 * gdb.disasm/t06_ari2.exp
6382 * gdb.disasm/t07_ari3.exp
6383 * gdb.disasm/t08_or.exp
6384 * gdb.disasm/t09_xor.exp
6385 * gdb.disasm/t10_and.exp
6386 * gdb.disasm/t11_logs.exp
6387 * gdb.disasm/t12_bit.exp
6388 * gdb.disasm/t13_otr.exp
6389 * gdb.dlang/circular.exp
6390 * gdb.dwarf2/arr-stride.exp
6391 * gdb.dwarf2/arr-subrange.exp
6392 * gdb.dwarf2/atomic-type.exp
6393 * gdb.dwarf2/bad-regnum.exp
6394 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6395 * gdb.dwarf2/callframecfa.exp
6396 * gdb.dwarf2/clztest.exp
6397 * gdb.dwarf2/corrupt.exp
6398 * gdb.dwarf2/data-loc.exp
6399 * gdb.dwarf2/dup-psym.exp
6400 * gdb.dwarf2/dw2-anon-mptr.exp
6401 * gdb.dwarf2/dw2-anonymous-func.exp
6402 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6403 * gdb.dwarf2/dw2-bad-unresolved.exp
6404 * gdb.dwarf2/dw2-basic.exp
6405 * gdb.dwarf2/dw2-canonicalize-type.exp
6406 * gdb.dwarf2/dw2-case-insensitive.exp
6407 * gdb.dwarf2/dw2-common-block.exp
6408 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6409 * gdb.dwarf2/dw2-compressed.exp
6410 * gdb.dwarf2/dw2-const.exp
6411 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6412 * gdb.dwarf2/dw2-cu-size.exp
6413 * gdb.dwarf2/dw2-dup-frame.exp
6414 * gdb.dwarf2/dw2-entry-value.exp
6415 * gdb.dwarf2/dw2-icycle.exp
6416 * gdb.dwarf2/dw2-ifort-parameter.exp
6417 * gdb.dwarf2/dw2-inline-break.exp
6418 * gdb.dwarf2/dw2-inline-param.exp
6419 * gdb.dwarf2/dw2-intercu.exp
6420 * gdb.dwarf2/dw2-intermix.exp
6421 * gdb.dwarf2/dw2-lexical-block-bare.exp
6422 * gdb.dwarf2/dw2-linkage-name-trust.exp
6423 * gdb.dwarf2/dw2-minsym-in-cu.exp
6424 * gdb.dwarf2/dw2-noloc.exp
6425 * gdb.dwarf2/dw2-op-call.exp
6426 * gdb.dwarf2/dw2-op-out-param.exp
6427 * gdb.dwarf2/dw2-opt-structptr.exp
6428 * gdb.dwarf2/dw2-param-error.exp
6429 * gdb.dwarf2/dw2-producer.exp
6430 * gdb.dwarf2/dw2-ranges-base.exp
6431 * gdb.dwarf2/dw2-ref-missing-frame.exp
6432 * gdb.dwarf2/dw2-reg-undefined.exp
6433 * gdb.dwarf2/dw2-regno-invalid.exp
6434 * gdb.dwarf2/dw2-restore.exp
6435 * gdb.dwarf2/dw2-restrict.exp
6436 * gdb.dwarf2/dw2-single-line-discriminators.exp
6437 * gdb.dwarf2/dw2-strp.exp
6438 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6439 * gdb.dwarf2/dw2-unresolved.exp
6440 * gdb.dwarf2/dw2-var-zero-addr.exp
6441 * gdb.dwarf2/dw4-sig-types.exp
6442 * gdb.dwarf2/dwz.exp
6443 * gdb.dwarf2/dynarr-ptr.exp
6444 * gdb.dwarf2/enum-type.exp
6445 * gdb.dwarf2/gdb-index.exp
6446 * gdb.dwarf2/implptr-64bit.exp
6447 * gdb.dwarf2/implptr-optimized-out.exp
6448 * gdb.dwarf2/implptr.exp
6449 * gdb.dwarf2/implref-array.exp
6450 * gdb.dwarf2/implref-const.exp
6451 * gdb.dwarf2/implref-global.exp
6452 * gdb.dwarf2/implref-struct.exp
6453 * gdb.dwarf2/mac-fileno.exp
6454 * gdb.dwarf2/main-subprogram.exp
6455 * gdb.dwarf2/member-ptr-forwardref.exp
6456 * gdb.dwarf2/method-ptr.exp
6457 * gdb.dwarf2/missing-sig-type.exp
6458 * gdb.dwarf2/nonvar-access.exp
6459 * gdb.dwarf2/opaque-type-lookup.exp
6460 * gdb.dwarf2/pieces-optimized-out.exp
6461 * gdb.dwarf2/pieces.exp
6462 * gdb.dwarf2/pr10770.exp
6463 * gdb.dwarf2/pr13961.exp
6464 * gdb.dwarf2/staticvirtual.exp
6465 * gdb.dwarf2/subrange.exp
6466 * gdb.dwarf2/symtab-producer.exp
6467 * gdb.dwarf2/trace-crash.exp
6468 * gdb.dwarf2/typeddwarf.exp
6469 * gdb.dwarf2/valop.exp
6470 * gdb.dwarf2/watch-notconst.exp
6471 * gdb.fortran/array-element.exp
6472 * gdb.fortran/charset.exp
6473 * gdb.fortran/common-block.exp
6474 * gdb.fortran/complex.exp
6475 * gdb.fortran/derived-type-function.exp
6476 * gdb.fortran/derived-type.exp
6477 * gdb.fortran/logical.exp
6478 * gdb.fortran/module.exp
6479 * gdb.fortran/multi-dim.exp
6480 * gdb.fortran/nested-funcs.exp
6481 * gdb.fortran/print-formatted.exp
6482 * gdb.fortran/subarray.exp
6483 * gdb.fortran/vla-alloc-assoc.exp
6484 * gdb.fortran/vla-datatypes.exp
6485 * gdb.fortran/vla-history.exp
6486 * gdb.fortran/vla-ptr-info.exp
6487 * gdb.fortran/vla-ptype-sub.exp
6488 * gdb.fortran/vla-ptype.exp
6489 * gdb.fortran/vla-sizeof.exp
6490 * gdb.fortran/vla-type.exp
6491 * gdb.fortran/vla-value-sub-arbitrary.exp
6492 * gdb.fortran/vla-value-sub-finish.exp
6493 * gdb.fortran/vla-value-sub.exp
6494 * gdb.fortran/vla-value.exp
6495 * gdb.fortran/whatis_type.exp
6496 * gdb.go/chan.exp
6497 * gdb.go/handcall.exp
6498 * gdb.go/hello.exp
6499 * gdb.go/integers.exp
6500 * gdb.go/methods.exp
6501 * gdb.go/package.exp
6502 * gdb.go/strings.exp
6503 * gdb.go/types.exp
6504 * gdb.go/unsafe.exp
6505 * gdb.guile/scm-arch.exp
6506 * gdb.guile/scm-block.exp
6507 * gdb.guile/scm-breakpoint.exp
6508 * gdb.guile/scm-cmd.exp
6509 * gdb.guile/scm-disasm.exp
6510 * gdb.guile/scm-equal.exp
6511 * gdb.guile/scm-frame-args.exp
6512 * gdb.guile/scm-frame-inline.exp
6513 * gdb.guile/scm-frame.exp
6514 * gdb.guile/scm-iterator.exp
6515 * gdb.guile/scm-math.exp
6516 * gdb.guile/scm-objfile.exp
6517 * gdb.guile/scm-ports.exp
6518 * gdb.guile/scm-symbol.exp
6519 * gdb.guile/scm-symtab.exp
6520 * gdb.guile/scm-value-cc.exp
6521 * gdb.guile/types-module.exp
6522 * gdb.linespec/break-ask.exp
6523 * gdb.linespec/cpexplicit.exp
6524 * gdb.linespec/explicit.exp
6525 * gdb.linespec/keywords.exp
6526 * gdb.linespec/linespec.exp
6527 * gdb.linespec/ls-dollar.exp
6528 * gdb.linespec/ls-errs.exp
6529 * gdb.linespec/skip-two.exp
6530 * gdb.linespec/thread.exp
6531 * gdb.mi/mi-async.exp
6532 * gdb.mi/mi-basics.exp
6533 * gdb.mi/mi-break.exp
6534 * gdb.mi/mi-catch-load.exp
6535 * gdb.mi/mi-cli.exp
6536 * gdb.mi/mi-cmd-param-changed.exp
6537 * gdb.mi/mi-console.exp
6538 * gdb.mi/mi-detach.exp
6539 * gdb.mi/mi-disassemble.exp
6540 * gdb.mi/mi-eval.exp
6541 * gdb.mi/mi-file-transfer.exp
6542 * gdb.mi/mi-file.exp
6543 * gdb.mi/mi-fill-memory.exp
6544 * gdb.mi/mi-inheritance-syntax-error.exp
6545 * gdb.mi/mi-linespec-err-cp.exp
6546 * gdb.mi/mi-logging.exp
6547 * gdb.mi/mi-memory-changed.exp
6548 * gdb.mi/mi-read-memory.exp
6549 * gdb.mi/mi-record-changed.exp
6550 * gdb.mi/mi-reg-undefined.exp
6551 * gdb.mi/mi-regs.exp
6552 * gdb.mi/mi-return.exp
6553 * gdb.mi/mi-reverse.exp
6554 * gdb.mi/mi-simplerun.exp
6555 * gdb.mi/mi-solib.exp
6556 * gdb.mi/mi-stack.exp
6557 * gdb.mi/mi-stepi.exp
6558 * gdb.mi/mi-syn-frame.exp
6559 * gdb.mi/mi-until.exp
6560 * gdb.mi/mi-var-block.exp
6561 * gdb.mi/mi-var-child.exp
6562 * gdb.mi/mi-var-cmd.exp
6563 * gdb.mi/mi-var-cp.exp
6564 * gdb.mi/mi-var-display.exp
6565 * gdb.mi/mi-var-invalidate.exp
6566 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6567 * gdb.mi/mi-vla-fortran.exp
6568 * gdb.mi/mi-watch.exp
6569 * gdb.mi/mi2-var-child.exp
6570 * gdb.mi/user-selected-context-sync.exp
6571 * gdb.modula2/unbounded-array.exp
6572 * gdb.multi/dummy-frame-restore.exp
6573 * gdb.multi/multi-arch-exec.exp
6574 * gdb.multi/multi-arch.exp
6575 * gdb.multi/tids.exp
6576 * gdb.multi/watchpoint-multi.exp
6577 * gdb.opencl/callfuncs.exp
6578 * gdb.opencl/convs_casts.exp
6579 * gdb.opencl/datatypes.exp
6580 * gdb.opencl/operators.exp
6581 * gdb.opencl/vec_comps.exp
6582 * gdb.opt/clobbered-registers-O2.exp
6583 * gdb.opt/inline-break.exp
6584 * gdb.opt/inline-bt.exp
6585 * gdb.opt/inline-cmds.exp
6586 * gdb.opt/inline-locals.exp
6587 * gdb.pascal/case-insensitive-symbols.exp
6588 * gdb.pascal/floats.exp
6589 * gdb.pascal/gdb11492.exp
6590 * gdb.python/lib-types.exp
6591 * gdb.python/py-arch.exp
6592 * gdb.python/py-as-string.exp
6593 * gdb.python/py-bad-printers.exp
6594 * gdb.python/py-block.exp
6595 * gdb.python/py-breakpoint-create-fail.exp
6596 * gdb.python/py-breakpoint.exp
6597 * gdb.python/py-caller-is.exp
6598 * gdb.python/py-cmd.exp
6599 * gdb.python/py-explore-cc.exp
6600 * gdb.python/py-explore.exp
6601 * gdb.python/py-finish-breakpoint.exp
6602 * gdb.python/py-finish-breakpoint2.exp
6603 * gdb.python/py-frame-args.exp
6604 * gdb.python/py-frame-inline.exp
6605 * gdb.python/py-frame.exp
6606 * gdb.python/py-framefilter-mi.exp
6607 * gdb.python/py-infthread.exp
6608 * gdb.python/py-lazy-string.exp
6609 * gdb.python/py-linetable.exp
6610 * gdb.python/py-mi-events.exp
6611 * gdb.python/py-mi-objfile.exp
6612 * gdb.python/py-mi.exp
6613 * gdb.python/py-objfile.exp
6614 * gdb.python/py-pp-integral.exp
6615 * gdb.python/py-pp-maint.exp
6616 * gdb.python/py-pp-re-notag.exp
6617 * gdb.python/py-pp-registration.exp
6618 * gdb.python/py-recurse-unwind.exp
6619 * gdb.python/py-strfns.exp
6620 * gdb.python/py-symbol.exp
6621 * gdb.python/py-symtab.exp
6622 * gdb.python/py-sync-interp.exp
6623 * gdb.python/py-typeprint.exp
6624 * gdb.python/py-unwind-maint.exp
6625 * gdb.python/py-unwind.exp
6626 * gdb.python/py-value-cc.exp
6627 * gdb.python/py-xmethods.exp
6628 * gdb.reverse/amd64-tailcall-reverse.exp
6629 * gdb.reverse/break-precsave.exp
6630 * gdb.reverse/break-reverse.exp
6631 * gdb.reverse/consecutive-precsave.exp
6632 * gdb.reverse/consecutive-reverse.exp
6633 * gdb.reverse/finish-precsave.exp
6634 * gdb.reverse/finish-reverse-bkpt.exp
6635 * gdb.reverse/finish-reverse.exp
6636 * gdb.reverse/fstatat-reverse.exp
6637 * gdb.reverse/getresuid-reverse.exp
6638 * gdb.reverse/i386-precsave.exp
6639 * gdb.reverse/i386-reverse.exp
6640 * gdb.reverse/i386-sse-reverse.exp
6641 * gdb.reverse/i387-env-reverse.exp
6642 * gdb.reverse/i387-stack-reverse.exp
6643 * gdb.reverse/insn-reverse.exp
6644 * gdb.reverse/machinestate-precsave.exp
6645 * gdb.reverse/machinestate.exp
6646 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6647 * gdb.reverse/pipe-reverse.exp
6648 * gdb.reverse/readv-reverse.exp
6649 * gdb.reverse/recvmsg-reverse.exp
6650 * gdb.reverse/rerun-prec.exp
6651 * gdb.reverse/s390-mvcle.exp
6652 * gdb.reverse/step-precsave.exp
6653 * gdb.reverse/step-reverse.exp
6654 * gdb.reverse/time-reverse.exp
6655 * gdb.reverse/until-precsave.exp
6656 * gdb.reverse/until-reverse.exp
6657 * gdb.reverse/waitpid-reverse.exp
6658 * gdb.reverse/watch-precsave.exp
6659 * gdb.reverse/watch-reverse.exp
6660 * gdb.rust/generics.exp
6661 * gdb.rust/methods.exp
6662 * gdb.rust/modules.exp
6663 * gdb.rust/simple.exp
6664 * gdb.server/connect-with-no-symbol-file.exp
6665 * gdb.server/ext-attach.exp
6666 * gdb.server/ext-restart.exp
6667 * gdb.server/ext-wrapper.exp
6668 * gdb.server/file-transfer.exp
6669 * gdb.server/server-exec-info.exp
6670 * gdb.server/server-kill.exp
6671 * gdb.server/server-mon.exp
6672 * gdb.server/wrapper.exp
6673 * gdb.stabs/exclfwd.exp
6674 * gdb.stabs/gdb11479.exp
6675 * gdb.threads/clone-new-thread-event.exp
6676 * gdb.threads/corethreads.exp
6677 * gdb.threads/current-lwp-dead.exp
6678 * gdb.threads/dlopen-libpthread.exp
6679 * gdb.threads/gcore-thread.exp
6680 * gdb.threads/sigstep-threads.exp
6681 * gdb.threads/watchpoint-fork.exp
6682 * gdb.trace/actions-changed.exp
6683 * gdb.trace/backtrace.exp
6684 * gdb.trace/change-loc.exp
6685 * gdb.trace/circ.exp
6686 * gdb.trace/collection.exp
6687 * gdb.trace/disconnected-tracing.exp
6688 * gdb.trace/ftrace.exp
6689 * gdb.trace/mi-trace-frame-collected.exp
6690 * gdb.trace/mi-trace-unavailable.exp
6691 * gdb.trace/mi-traceframe-changed.exp
6692 * gdb.trace/mi-tsv-changed.exp
6693 * gdb.trace/no-attach-trace.exp
6694 * gdb.trace/passc-dyn.exp
6695 * gdb.trace/qtro.exp
6696 * gdb.trace/range-stepping.exp
6697 * gdb.trace/read-memory.exp
6698 * gdb.trace/save-trace.exp
6699 * gdb.trace/signal.exp
6700 * gdb.trace/status-stop.exp
6701 * gdb.trace/tfile.exp
6702 * gdb.trace/trace-break.exp
6703 * gdb.trace/trace-buffer-size.exp
6704 * gdb.trace/trace-condition.exp
6705 * gdb.trace/tracefile-pseudo-reg.exp
6706 * gdb.trace/tstatus.exp
6707 * gdb.trace/unavailable.exp
6708 * gdb.trace/while-dyn.exp
6709 * gdb.trace/while-stepping.exp
6710
34c41c68
DE
67112016-12-22 Doug Evans <xdje42@gmail.com>
6712
6713 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6714 and msymbols.
6715
16e69324
YQ
67162016-12-19 Yao Qi <yao.qi@linaro.org>
6717
6718 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6719 (test_with_self): Don't call do_steps_and_nexts, and remove
6720 code about stepping into xmalloc.
6721
f94f411b
YQ
67222016-12-09 Yao Qi <yao.qi@linaro.org>
6723
6724 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6725
67262016-12-09 Yao Qi <yao.qi@linaro.org>
6727
6728 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6729
f1b5deee
PA
67302016-12-09 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.base/all-architectures-0.exp: New file.
6733 * gdb.base/all-architectures-1.exp: New file.
6734 * gdb.base/all-architectures-2.exp: New file.
6735 * gdb.base/all-architectures-3.exp: New file.
6736 * gdb.base/all-architectures-4.exp: New file.
6737 * gdb.base/all-architectures-5.exp: New file.
6738 * gdb.base/all-architectures-6.exp: New file.
6739 * gdb.base/all-architectures-7.exp: New file.
6740 * gdb.base/all-architectures.exp.in: New file.
6741
364ca42e
YQ
67422016-12-09 Yao Qi <yao.qi@linaro.org>
6743
6744 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6745
107c2d62
LM
67462016-12-02 Luis Machado <lgustavo@codesourcery.com>
6747
6748 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6749 possible.
6750 Remove useless pattern-matching code.
6751
df3ee9ca
PA
67522016-12-02 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6755 procedure.
6756 (top level): Call it.
6757
ec835369
PA
67582016-12-02 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6761 New procedure.
6762 (top level): Call it.
6763
01770bbd
PA
67642016-12-02 Pedro Alves <palves@redhat.com>
6765
6766 PR cli/20559
6767 * gdb.base/commands.exp (user_defined_command_args_eval): New
6768 procedure.
6769 (top level): Call it.
6770
008459ea
LM
67712016-12-02 Luis Machado <lgustavo@codesourcery.com>
6772
6773 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6774 timeout handling.
6775
0c1b455e
TT
67762016-12-02 Tom Tromey <tom@tromey.com>
6777
6778 * gdb.dwarf2/main-subprogram.c: New file.
6779 * gdb.dwarf2/main-subprogram.exp: New file.
6780
018572b8
LM
67812016-12-01 Luis Machado <lgustavo@codesourcery.com>
6782
6783 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6784 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6785 gdb_test_no_output for a couple of cases.
6786 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6787
84c93cd5
LM
67882016-12-01 Luis Machado <lgustavo@codesourcery.com>
6789
6790 Fix test names and standardize compilation error messages throughout
6791 the following files:
6792
6793 * gdb.ada/start.exp
6794 * gdb.arch/alpha-step.exp
6795 * gdb.arch/e500-prologue.exp
6796 * gdb.arch/ftrace-insn-reloc.exp
6797 * gdb.arch/gdb1291.exp
6798 * gdb.arch/gdb1431.exp
6799 * gdb.arch/gdb1558.exp
6800 * gdb.arch/i386-dr3-watch.exp
6801 * gdb.arch/i386-sse-stack-align.exp
6802 * gdb.arch/ia64-breakpoint-shadow.exp
6803 * gdb.arch/pa-nullify.exp
6804 * gdb.arch/powerpc-aix-prologue.exp
6805 * gdb.arch/thumb-bx-pc.exp
6806 * gdb.base/annota1.exp
6807 * gdb.base/annota3.exp
6808 * gdb.base/arrayidx.exp
6809 * gdb.base/assign.exp
6810 * gdb.base/attach.exp
6811 * gdb.base/auxv.exp
6812 * gdb.base/bang.exp
6813 * gdb.base/bfp-test.exp
6814 * gdb.base/bigcore.exp
6815 * gdb.base/bitfields2.exp
6816 * gdb.base/break-fun-addr.exp
6817 * gdb.base/break-probes.exp
6818 * gdb.base/call-rt-st.exp
6819 * gdb.base/callexit.exp
6820 * gdb.base/catch-fork-kill.exp
6821 * gdb.base/charset.exp
6822 * gdb.base/checkpoint.exp
6823 * gdb.base/comprdebug.exp
6824 * gdb.base/constvars.exp
6825 * gdb.base/coredump-filter.exp
6826 * gdb.base/cursal.exp
6827 * gdb.base/cvexpr.exp
6828 * gdb.base/detach.exp
6829 * gdb.base/display.exp
6830 * gdb.base/dmsym.exp
6831 * gdb.base/dprintf-pending.exp
6832 * gdb.base/dso2dso.exp
6833 * gdb.base/dtrace-probe.exp
6834 * gdb.base/dump.exp
6835 * gdb.base/enum_cond.exp
6836 * gdb.base/exe-lock.exp
6837 * gdb.base/exec-invalid-sysroot.exp
6838 * gdb.base/execl-update-breakpoints.exp
6839 * gdb.base/exprs.exp
6840 * gdb.base/fileio.exp
6841 * gdb.base/find.exp
6842 * gdb.base/finish.exp
6843 * gdb.base/fixsection.exp
6844 * gdb.base/foll-vfork.exp
6845 * gdb.base/frame-args.exp
6846 * gdb.base/gcore.exp
6847 * gdb.base/gdb1250.exp
6848 * gdb.base/global-var-nested-by-dso.exp
6849 * gdb.base/gnu-ifunc.exp
6850 * gdb.base/hashline1.exp
6851 * gdb.base/hashline2.exp
6852 * gdb.base/hashline3.exp
6853 * gdb.base/hbreak-in-shr-unsupported.exp
6854 * gdb.base/huge.exp
6855 * gdb.base/infcall-input.exp
6856 * gdb.base/info-fun.exp
6857 * gdb.base/info-shared.exp
6858 * gdb.base/jit-simple.exp
6859 * gdb.base/jit-so.exp
6860 * gdb.base/jit.exp
6861 * gdb.base/jump.exp
6862 * gdb.base/label.exp
6863 * gdb.base/lineinc.exp
6864 * gdb.base/logical.exp
6865 * gdb.base/longjmp.exp
6866 * gdb.base/macscp.exp
6867 * gdb.base/miscexprs.exp
6868 * gdb.base/new-ui-echo.exp
6869 * gdb.base/new-ui-pending-input.exp
6870 * gdb.base/new-ui.exp
6871 * gdb.base/nodebug.exp
6872 * gdb.base/nofield.exp
6873 * gdb.base/offsets.exp
6874 * gdb.base/overlays.exp
6875 * gdb.base/pending.exp
6876 * gdb.base/pointers.exp
6877 * gdb.base/pr11022.exp
6878 * gdb.base/printcmds.exp
6879 * gdb.base/prologue.exp
6880 * gdb.base/ptr-typedef.exp
6881 * gdb.base/realname-expand.exp
6882 * gdb.base/relativedebug.exp
6883 * gdb.base/relocate.exp
6884 * gdb.base/remote.exp
6885 * gdb.base/reread.exp
6886 * gdb.base/return2.exp
6887 * gdb.base/savedregs.exp
6888 * gdb.base/sep.exp
6889 * gdb.base/sepdebug.exp
6890 * gdb.base/sepsymtab.exp
6891 * gdb.base/set-inferior-tty.exp
6892 * gdb.base/setshow.exp
6893 * gdb.base/shlib-call.exp
6894 * gdb.base/sigaltstack.exp
6895 * gdb.base/siginfo-addr.exp
6896 * gdb.base/signals.exp
6897 * gdb.base/signull.exp
6898 * gdb.base/sigrepeat.exp
6899 * gdb.base/so-impl-ld.exp
6900 * gdb.base/solib-display.exp
6901 * gdb.base/solib-overlap.exp
6902 * gdb.base/solib-search.exp
6903 * gdb.base/solib-symbol.exp
6904 * gdb.base/structs.exp
6905 * gdb.base/structs2.exp
6906 * gdb.base/symtab-search-order.exp
6907 * gdb.base/twice.exp
6908 * gdb.base/unload.exp
6909 * gdb.base/varargs.exp
6910 * gdb.base/watchpoint-solib.exp
6911 * gdb.base/watchpoint.exp
6912 * gdb.base/whatis.exp
6913 * gdb.base/wrong_frame_bt_full.exp
6914 * gdb.btrace/dlopen.exp
6915 * gdb.cell/ea-standalone.exp
6916 * gdb.cell/ea-test.exp
6917 * gdb.cp/dispcxx.exp
6918 * gdb.cp/gdb2384.exp
6919 * gdb.cp/method2.exp
6920 * gdb.cp/nextoverthrow.exp
6921 * gdb.cp/pr10728.exp
6922 * gdb.disasm/am33.exp
6923 * gdb.disasm/h8300s.exp
6924 * gdb.disasm/mn10300.exp
6925 * gdb.disasm/sh3.exp
6926 * gdb.dwarf2/dw2-dir-file-name.exp
6927 * gdb.fortran/complex.exp
6928 * gdb.fortran/library-module.exp
6929 * gdb.guile/scm-pretty-print.exp
6930 * gdb.guile/scm-symbol.exp
6931 * gdb.guile/scm-type.exp
6932 * gdb.guile/scm-value.exp
6933 * gdb.linespec/linespec.exp
6934 * gdb.mi/gdb701.exp
6935 * gdb.mi/gdb792.exp
6936 * gdb.mi/mi-breakpoint-changed.exp
6937 * gdb.mi/mi-dprintf-pending.exp
6938 * gdb.mi/mi-dprintf.exp
6939 * gdb.mi/mi-exit-code.exp
6940 * gdb.mi/mi-pending.exp
6941 * gdb.mi/mi-solib.exp
6942 * gdb.mi/new-ui-mi-sync.exp
6943 * gdb.mi/pr11022.exp
6944 * gdb.mi/user-selected-context-sync.exp
6945 * gdb.opt/solib-intra-step.exp
6946 * gdb.python/py-events.exp
6947 * gdb.python/py-finish-breakpoint.exp
6948 * gdb.python/py-mi.exp
6949 * gdb.python/py-prettyprint.exp
6950 * gdb.python/py-shared.exp
6951 * gdb.python/py-symbol.exp
6952 * gdb.python/py-template.exp
6953 * gdb.python/py-type.exp
6954 * gdb.python/py-value.exp
6955 * gdb.reverse/solib-precsave.exp
6956 * gdb.reverse/solib-reverse.exp
6957 * gdb.server/solib-list.exp
6958 * gdb.stabs/weird.exp
6959 * gdb.threads/reconnect-signal.exp
6960 * gdb.threads/stepi-random-signal.exp
6961 * gdb.trace/actions.exp
6962 * gdb.trace/ax.exp
6963 * gdb.trace/backtrace.exp
6964 * gdb.trace/change-loc.exp
6965 * gdb.trace/deltrace.exp
6966 * gdb.trace/ftrace-lock.exp
6967 * gdb.trace/ftrace.exp
6968 * gdb.trace/infotrace.exp
6969 * gdb.trace/mi-tracepoint-changed.exp
6970 * gdb.trace/packetlen.exp
6971 * gdb.trace/passcount.exp
6972 * gdb.trace/pending.exp
6973 * gdb.trace/range-stepping.exp
6974 * gdb.trace/report.exp
6975 * gdb.trace/stap-trace.exp
6976 * gdb.trace/tfind.exp
6977 * gdb.trace/trace-break.exp
6978 * gdb.trace/trace-condition.exp
6979 * gdb.trace/trace-enable-disable.exp
6980 * gdb.trace/trace-mt.exp
6981 * gdb.trace/tracecmd.exp
6982 * gdb.trace/tspeed.exp
6983 * gdb.trace/tsv.exp
6984 * lib/perftest.exp
6985
fb9feb35
LM
69862016-12-01 Luis Machado <lgustavo@codesourcery.com>
6987
6988 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6989 with gdb_test_no_output.
6990 Use command as test name.
6991
cd2ddb6c
LM
69922016-12-01 Luis Machado <lgustavo@codesourcery.com>
6993
6994 Fix test names starting with uppercase throughout the files.
6995
6996 * gdb.ada/assign_1.exp
6997 * gdb.ada/boolean_expr.exp
6998 * gdb.base/arrayidx.exp
6999 * gdb.base/del.exp
7000 * gdb.base/gcore-buffer-overflow.exp
7001 * gdb.base/testenv.exp
7002 * gdb.compile/compile.exp
7003 * gdb.python/py-framefilter-invalidarg.exp
7004 * gdb.python/py-framefilter.exp
7005
bb95117e
LM
70062016-12-01 Luis Machado <lgustavo@codesourcery.com>
7007
7008 Fix test names starting with uppercase throughout the files.
7009
7010 * gdb.ada/array_return.exp
7011 * gdb.ada/expr_delims.exp
7012 * gdb.ada/mi_dyn_arr.exp
7013 * gdb.ada/mi_interface.exp
7014 * gdb.ada/mi_var_array.exp
7015 * gdb.ada/watch_arg.exp
7016 * gdb.arch/alpha-step.exp
7017 * gdb.arch/altivec-regs.exp
7018 * gdb.arch/e500-regs.exp
7019 * gdb.arch/powerpc-d128-regs.exp
7020 * gdb.base/arrayidx.exp
7021 * gdb.base/break.exp
7022 * gdb.base/checkpoint.exp
7023 * gdb.base/debug-expr.exp
7024 * gdb.base/dmsym.exp
7025 * gdb.base/radix.exp
7026 * gdb.base/sepdebug.exp
7027 * gdb.base/testenv.exp
7028 * gdb.base/watch_thread_num.exp
7029 * gdb.base/watchpoint-cond-gone.exp
7030 * gdb.cell/break.exp
7031 * gdb.cell/ea-cache.exp
7032 * gdb.compile/compile.exp
7033 * gdb.cp/gdb2495.exp
7034 * gdb.gdb/selftest.exp
7035 * gdb.gdb/xfullpath.exp
7036 * gdb.go/hello.exp
7037 * gdb.go/integers.exp
7038 * gdb.objc/basicclass.exp
7039 * gdb.pascal/hello.exp
7040 * gdb.pascal/integers.exp
7041 * gdb.python/py-breakpoint.exp
7042 * gdb.python/py-cmd.exp
7043 * gdb.python/py-linetable.exp
7044 * gdb.python/py-xmethods.exp
7045 * gdb.python/python.exp
7046 * gdb.reverse/consecutive-precsave.exp
7047 * gdb.reverse/finish-precsave.exp
7048 * gdb.reverse/i386-precsave.exp
7049 * gdb.reverse/machinestate-precsave.exp
7050 * gdb.reverse/sigall-precsave.exp
7051 * gdb.reverse/solib-precsave.exp
7052 * gdb.reverse/step-precsave.exp
7053 * gdb.reverse/until-precsave.exp
7054 * gdb.reverse/watch-precsave.exp
7055 * gdb.threads/leader-exit.exp
7056 * gdb.threads/pthreads.exp
7057 * gdb.threads/wp-replication.exp
7058 * gdb.trace/actions.exp
7059 * gdb.trace/mi-tsv-changed.exp
7060 * gdb.trace/tsv.exp
7061
de97fdd4
LM
70622016-12-01 Luis Machado <lgustavo@codesourcery.com>
7063
7064 Fix test names starting with uppercase throughout the files.
7065
7066 * gdb.arch/i386-bp_permanent.exp
7067 * gdb.arch/i386-gnu-cfi.exp
7068 * gdb.base/disasm-end-cu.exp
7069 * gdb.base/macscp.exp
7070 * gdb.base/pending.exp
7071 * gdb.base/watch_thread_num.exp
7072 * gdb.cp/exception.exp
7073 * gdb.cp/gdb2495.exp
7074 * gdb.cp/local.exp
7075 * gdb.python/py-evsignal.exp
7076 * gdb.python/python.exp
7077 * gdb.trace/tracecmd.exp
7078
9f058c10
LM
70792016-12-01 Luis Machado <lgustavo@codesourcery.com>
7080
7081 Fix test names starting with uppercase throughout the files.
7082
7083 * gdb.base/charset.exp
7084 * gdb.base/eval.exp
7085 * gdb.base/multi-forks.exp
7086 * gdb.guile/scm-progspace.exp
7087 * gdb.opencl/datatypes.exp
7088 * gdb.python/py-block.exp
7089 * gdb.python/py-function.exp
7090 * gdb.python/py-symbol.exp
7091 * gdb.python/py-symtab.exp
7092 * gdb.python/py-xmethods.exp
7093 * gdb.reverse/break-precsave.exp
7094 * gdb.reverse/break-reverse.exp
7095 * gdb.reverse/consecutive-precsave.exp
7096 * gdb.reverse/consecutive-reverse.exp
7097 * gdb.reverse/finish-precsave.exp
7098 * gdb.reverse/finish-reverse-bkpt.exp
7099 * gdb.reverse/finish-reverse.exp
7100 * gdb.reverse/fstatat-reverse.exp
7101 * gdb.reverse/getresuid-reverse.exp
7102 * gdb.reverse/i386-precsave.exp
7103 * gdb.reverse/i386-reverse.exp
7104 * gdb.reverse/i386-sse-reverse.exp
7105 * gdb.reverse/i387-stack-reverse.exp
7106 * gdb.reverse/insn-reverse.exp
7107 * gdb.reverse/machinestate-precsave.exp
7108 * gdb.reverse/machinestate.exp
7109 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7110 * gdb.reverse/pipe-reverse.exp
7111 * gdb.reverse/readv-reverse.exp
7112 * gdb.reverse/recvmsg-reverse.exp
7113 * gdb.reverse/rerun-prec.exp
7114 * gdb.reverse/s390-mvcle.exp
7115 * gdb.reverse/sigall-precsave.exp
7116 * gdb.reverse/sigall-reverse.exp
7117 * gdb.reverse/solib-precsave.exp
7118 * gdb.reverse/solib-reverse.exp
7119 * gdb.reverse/step-precsave.exp
7120 * gdb.reverse/step-reverse.exp
7121 * gdb.reverse/time-reverse.exp
7122 * gdb.reverse/until-precsave.exp
7123 * gdb.reverse/until-reverse.exp
7124 * gdb.reverse/waitpid-reverse.exp
7125 * gdb.reverse/watch-precsave.exp
7126 * gdb.reverse/watch-reverse.exp
7127
cdc7edd7
LM
71282016-12-01 Luis Machado <lgustavo@codesourcery.com>
7129
7130 Fix test names starting with uppercase throughout the files.
7131
7132 * gdb.arch/i386-mpx-simple_segv.exp
7133 * gdb.arch/i386-mpx.exp
7134 * gdb.arch/i386-permbkpt.exp
7135 * gdb.arch/pa-nullify.exp
7136 * gdb.arch/powerpc-d128-regs.exp
7137 * gdb.arch/vsx-regs.exp
7138 * gdb.base/bfp-test.exp
7139 * gdb.base/break.exp
7140 * gdb.base/breakpoint-shadow.exp
7141 * gdb.base/callfuncs.exp
7142 * gdb.base/charset.exp
7143 * gdb.base/commands.exp
7144 * gdb.base/completion.exp
7145 * gdb.base/dfp-test.exp
7146 * gdb.base/echo.exp
7147 * gdb.base/ending-run.exp
7148 * gdb.base/eval.exp
7149 * gdb.base/expand-psymtabs.exp
7150 * gdb.base/float128.exp
7151 * gdb.base/floatn.exp
7152 * gdb.base/foll-exec-mode.exp
7153 * gdb.base/gdb1056.exp
7154 * gdb.base/gdb11531.exp
7155 * gdb.base/kill-after-signal.exp
7156 * gdb.base/multi-forks.exp
7157 * gdb.base/overlays.exp
7158 * gdb.base/pending.exp
7159 * gdb.base/sepdebug.exp
7160 * gdb.base/testenv.exp
7161 * gdb.base/valgrind-db-attach.exp
7162 * gdb.base/watch_thread_num.exp
7163 * gdb.base/watchpoint-cond-gone.exp
7164 * gdb.base/watchpoint.exp
7165 * gdb.base/watchpoints.exp
7166 * gdb.cp/arg-reference.exp
7167 * gdb.cp/baseenum.exp
7168 * gdb.cp/operator.exp
7169 * gdb.cp/shadow.exp
7170 * gdb.dwarf2/dw2-op-out-param.exp
7171 * gdb.dwarf2/dw2-reg-undefined.exp
7172 * gdb.go/chan.exp
7173 * gdb.go/hello.exp
7174 * gdb.go/integers.exp
7175 * gdb.go/methods.exp
7176 * gdb.go/package.exp
7177 * gdb.guile/scm-parameter.exp
7178 * gdb.guile/scm-progspace.exp
7179 * gdb.guile/scm-value.exp
7180 * gdb.mi/mi-pending.exp
7181 * gdb.mi/user-selected-context-sync.exp
7182 * gdb.multi/multi-attach.exp
7183 * gdb.multi/tids.exp
7184 * gdb.opt/clobbered-registers-O2.exp
7185 * gdb.pascal/floats.exp
7186 * gdb.pascal/integers.exp
7187 * gdb.python/py-block.exp
7188 * gdb.python/py-events.exp
7189 * gdb.python/py-parameter.exp
7190 * gdb.python/py-symbol.exp
7191 * gdb.python/py-symtab.exp
7192 * gdb.python/py-type.exp
7193 * gdb.python/py-value.exp
7194 * gdb.python/py-xmethods.exp
7195 * gdb.python/python.exp
7196 * gdb.reverse/break-precsave.exp
7197 * gdb.reverse/consecutive-precsave.exp
7198 * gdb.reverse/finish-precsave.exp
7199 * gdb.reverse/i386-precsave.exp
7200 * gdb.reverse/machinestate-precsave.exp
7201 * gdb.reverse/sigall-precsave.exp
7202 * gdb.reverse/solib-precsave.exp
7203 * gdb.reverse/step-precsave.exp
7204 * gdb.reverse/until-precsave.exp
7205 * gdb.reverse/watch-precsave.exp
7206 * gdb.server/ext-attach.exp
7207 * gdb.server/ext-restart.exp
7208 * gdb.server/ext-run.exp
7209 * gdb.server/ext-wrapper.exp
7210 * gdb.stabs/gdb11479.exp
7211 * gdb.stabs/weird.exp
7212 * gdb.threads/attach-many-short-lived-threads.exp
7213 * gdb.threads/kill.exp
7214 * gdb.threads/watchpoint-fork.exp
7215
bc6c7af4
LM
72162016-12-01 Luis Machado <lgustavo@codesourcery.com>
7217
7218 Fix test names starting with uppercase throughout all the files below.
7219
7220 * gdb.ada/array_return.exp
7221 * gdb.ada/catch_ex.exp
7222 * gdb.ada/info_exc.exp
7223 * gdb.ada/mi_catch_ex.exp
7224 * gdb.ada/mi_dyn_arr.exp
7225 * gdb.ada/mi_ex_cond.exp
7226 * gdb.ada/mi_exc_info.exp
7227 * gdb.ada/mi_interface.exp
7228 * gdb.ada/mi_task_arg.exp
7229 * gdb.ada/mi_task_info.exp
7230 * gdb.ada/mi_var_array.exp
7231 * gdb.arch/alpha-step.exp
7232 * gdb.arch/amd64-disp-step.exp
7233 * gdb.arch/arm-disp-step.exp
7234 * gdb.arch/disp-step-insn-reloc.exp
7235 * gdb.arch/e500-prologue.exp
7236 * gdb.arch/ftrace-insn-reloc.exp
7237 * gdb.arch/gdb1558.exp
7238 * gdb.arch/i386-bp_permanent.exp
7239 * gdb.arch/i386-disp-step.exp
7240 * gdb.arch/i386-float.exp
7241 * gdb.arch/i386-gnu-cfi.exp
7242 * gdb.arch/ia64-breakpoint-shadow.exp
7243 * gdb.arch/mips16-thunks.exp
7244 * gdb.arch/pa-nullify.exp
7245 * gdb.arch/powerpc-aix-prologue.exp
7246 * gdb.arch/powerpc-power.exp
7247 * gdb.arch/ppc-dfp.exp
7248 * gdb.arch/s390-tdbregs.exp
7249 * gdb.arch/spu-info.exp
7250 * gdb.arch/spu-ls.exp
7251 * gdb.arch/thumb-bx-pc.exp
7252 * gdb.base/advance.exp
7253 * gdb.base/annota-input-while-running.exp
7254 * gdb.base/arrayidx.exp
7255 * gdb.base/asmlabel.exp
7256 * gdb.base/async.exp
7257 * gdb.base/attach-wait-input.exp
7258 * gdb.base/auto-connect-native-target.exp
7259 * gdb.base/batch-preserve-term-settings.exp
7260 * gdb.base/bfp-test.exp
7261 * gdb.base/bigcore.exp
7262 * gdb.base/bp-permanent.exp
7263 * gdb.base/break-always.exp
7264 * gdb.base/break-fun-addr.exp
7265 * gdb.base/break-idempotent.exp
7266 * gdb.base/break-main-file-remove-fail.exp
7267 * gdb.base/break-probes.exp
7268 * gdb.base/break-unload-file.exp
7269 * gdb.base/break.exp
7270 * gdb.base/call-ar-st.exp
7271 * gdb.base/call-rt-st.exp
7272 * gdb.base/call-sc.exp
7273 * gdb.base/call-signal-resume.exp
7274 * gdb.base/call-strs.exp
7275 * gdb.base/callexit.exp
7276 * gdb.base/callfuncs.exp
7277 * gdb.base/catch-gdb-caused-signals.exp
7278 * gdb.base/catch-signal-siginfo-cond.exp
7279 * gdb.base/catch-syscall.exp
7280 * gdb.base/compare-sections.exp
7281 * gdb.base/cond-eval-mode.exp
7282 * gdb.base/condbreak-call-false.exp
7283 * gdb.base/consecutive-step-over.exp
7284 * gdb.base/cursal.exp
7285 * gdb.base/disabled-location.exp
7286 * gdb.base/disasm-end-cu.exp
7287 * gdb.base/display.exp
7288 * gdb.base/double-prompt-target-event-error.exp
7289 * gdb.base/dprintf-bp-same-addr.exp
7290 * gdb.base/dprintf-detach.exp
7291 * gdb.base/dprintf-next.exp
7292 * gdb.base/dprintf-non-stop.exp
7293 * gdb.base/dprintf-pending.exp
7294 * gdb.base/dso2dso.exp
7295 * gdb.base/ending-run.exp
7296 * gdb.base/enum_cond.exp
7297 * gdb.base/examine-backward.exp
7298 * gdb.base/exe-lock.exp
7299 * gdb.base/exec-invalid-sysroot.exp
7300 * gdb.base/execl-update-breakpoints.exp
7301 * gdb.base/execution-termios.exp
7302 * gdb.base/fileio.exp
7303 * gdb.base/fixsection.exp
7304 * gdb.base/foll-exec-mode.exp
7305 * gdb.base/foll-exec.exp
7306 * gdb.base/fork-running-state.exp
7307 * gdb.base/frame-args.exp
7308 * gdb.base/fullpath-expand.exp
7309 * gdb.base/func-ptr.exp
7310 * gdb.base/gcore-relro-pie.exp
7311 * gdb.base/gdb1090.exp
7312 * gdb.base/gdb1555.exp
7313 * gdb.base/global-var-nested-by-dso.exp
7314 * gdb.base/gnu-ifunc.exp
7315 * gdb.base/hbreak-in-shr-unsupported.exp
7316 * gdb.base/hbreak-unmapped.exp
7317 * gdb.base/hook-stop.exp
7318 * gdb.base/infcall-input.exp
7319 * gdb.base/info-fun.exp
7320 * gdb.base/info-shared.exp
7321 * gdb.base/interrupt-noterm.exp
7322 * gdb.base/jit-so.exp
7323 * gdb.base/jit.exp
7324 * gdb.base/line-symtabs.exp
7325 * gdb.base/list.exp
7326 * gdb.base/longjmp.exp
7327 * gdb.base/macscp.exp
7328 * gdb.base/max-value-size.exp
7329 * gdb.base/nodebug.exp
7330 * gdb.base/nofield.exp
7331 * gdb.base/overlays.exp
7332 * gdb.base/paginate-after-ctrl-c-running.exp
7333 * gdb.base/paginate-bg-execution.exp
7334 * gdb.base/paginate-inferior-exit.exp
7335 * gdb.base/pending.exp
7336 * gdb.base/pr11022.exp
7337 * gdb.base/printcmds.exp
7338 * gdb.base/ptr-typedef.exp
7339 * gdb.base/ptype.exp
7340 * gdb.base/randomize.exp
7341 * gdb.base/range-stepping.exp
7342 * gdb.base/realname-expand.exp
7343 * gdb.base/relativedebug.exp
7344 * gdb.base/remote.exp
7345 * gdb.base/savedregs.exp
7346 * gdb.base/sepdebug.exp
7347 * gdb.base/set-noassign.exp
7348 * gdb.base/shlib-call.exp
7349 * gdb.base/shreloc.exp
7350 * gdb.base/sigaltstack.exp
7351 * gdb.base/sigbpt.exp
7352 * gdb.base/siginfo-addr.exp
7353 * gdb.base/siginfo-obj.exp
7354 * gdb.base/siginfo-thread.exp
7355 * gdb.base/signest.exp
7356 * gdb.base/signull.exp
7357 * gdb.base/sigrepeat.exp
7358 * gdb.base/skip.exp
7359 * gdb.base/so-impl-ld.exp
7360 * gdb.base/solib-corrupted.exp
7361 * gdb.base/solib-disc.exp
7362 * gdb.base/solib-display.exp
7363 * gdb.base/solib-overlap.exp
7364 * gdb.base/solib-search.exp
7365 * gdb.base/solib-symbol.exp
7366 * gdb.base/source-execution.exp
7367 * gdb.base/sss-bp-on-user-bp-2.exp
7368 * gdb.base/sss-bp-on-user-bp.exp
7369 * gdb.base/stack-checking.exp
7370 * gdb.base/stale-infcall.exp
7371 * gdb.base/step-break.exp
7372 * gdb.base/step-line.exp
7373 * gdb.base/step-over-exit.exp
7374 * gdb.base/step-test.exp
7375 * gdb.base/structs.exp
7376 * gdb.base/sym-file.exp
7377 * gdb.base/symtab-search-order.exp
7378 * gdb.base/term.exp
7379 * gdb.base/type-opaque.exp
7380 * gdb.base/unload.exp
7381 * gdb.base/until-nodebug.exp
7382 * gdb.base/until.exp
7383 * gdb.base/unwindonsignal.exp
7384 * gdb.base/watch-cond.exp
7385 * gdb.base/watch-non-mem.exp
7386 * gdb.base/watch_thread_num.exp
7387 * gdb.base/watchpoint-reuse-slot.exp
7388 * gdb.base/watchpoint-solib.exp
7389 * gdb.base/watchpoint.exp
7390 * gdb.btrace/dlopen.exp
7391 * gdb.cell/arch.exp
7392 * gdb.cell/break.exp
7393 * gdb.cell/bt.exp
7394 * gdb.cell/core.exp
7395 * gdb.cell/data.exp
7396 * gdb.cell/dwarfaddr.exp
7397 * gdb.cell/ea-cache.exp
7398 * gdb.cell/ea-standalone.exp
7399 * gdb.cell/ea-test.exp
7400 * gdb.cell/f-regs.exp
7401 * gdb.cell/fork.exp
7402 * gdb.cell/gcore.exp
7403 * gdb.cell/mem-access.exp
7404 * gdb.cell/ptype.exp
7405 * gdb.cell/registers.exp
7406 * gdb.cell/sizeof.exp
7407 * gdb.cell/solib-symbol.exp
7408 * gdb.cell/solib.exp
7409 * gdb.compile/compile-tls.exp
7410 * gdb.cp/exception.exp
7411 * gdb.cp/gdb2495.exp
7412 * gdb.cp/local.exp
7413 * gdb.cp/mb-inline.exp
7414 * gdb.cp/mb-templates.exp
7415 * gdb.cp/pr10687.exp
7416 * gdb.cp/pr9167.exp
7417 * gdb.cp/scope-err.exp
7418 * gdb.cp/templates.exp
7419 * gdb.cp/virtfunc.exp
7420 * gdb.dwarf2/dw2-dir-file-name.exp
7421 * gdb.dwarf2/dw2-single-line-discriminators.exp
7422 * gdb.fortran/complex.exp
7423 * gdb.fortran/library-module.exp
7424 * gdb.guile/guile.exp
7425 * gdb.guile/scm-cmd.exp
7426 * gdb.guile/scm-frame-inline.exp
7427 * gdb.guile/scm-objfile.exp
7428 * gdb.guile/scm-pretty-print.exp
7429 * gdb.guile/scm-symbol.exp
7430 * gdb.guile/scm-type.exp
7431 * gdb.guile/scm-value.exp
7432 * gdb.linespec/keywords.exp
7433 * gdb.linespec/ls-errs.exp
7434 * gdb.linespec/macro-relative.exp
7435 * gdb.linespec/thread.exp
7436 * gdb.mi/mi-breakpoint-changed.exp
7437 * gdb.mi/mi-dprintf-pending.exp
7438 * gdb.mi/mi-fullname-deleted.exp
7439 * gdb.mi/mi-logging.exp
7440 * gdb.mi/mi-pending.exp
7441 * gdb.mi/mi-solib.exp
7442 * gdb.mi/new-ui-mi-sync.exp
7443 * gdb.mi/user-selected-context-sync.exp
7444 * gdb.multi/dummy-frame-restore.exp
7445 * gdb.multi/multi-arch-exec.exp
7446 * gdb.multi/remove-inferiors.exp
7447 * gdb.multi/watchpoint-multi-exit.exp
7448 * gdb.opt/solib-intra-step.exp
7449 * gdb.perf/backtrace.exp
7450 * gdb.perf/single-step.exp
7451 * gdb.perf/skip-command.exp
7452 * gdb.perf/skip-prologue.exp
7453 * gdb.perf/solib.exp
7454 * gdb.python/lib-types.exp
7455 * gdb.python/py-as-string.exp
7456 * gdb.python/py-bad-printers.exp
7457 * gdb.python/py-block.exp
7458 * gdb.python/py-breakpoint.exp
7459 * gdb.python/py-cmd.exp
7460 * gdb.python/py-events.exp
7461 * gdb.python/py-evthreads.exp
7462 * gdb.python/py-finish-breakpoint.exp
7463 * gdb.python/py-finish-breakpoint2.exp
7464 * gdb.python/py-frame-inline.exp
7465 * gdb.python/py-frame.exp
7466 * gdb.python/py-inferior.exp
7467 * gdb.python/py-infthread.exp
7468 * gdb.python/py-mi.exp
7469 * gdb.python/py-objfile.exp
7470 * gdb.python/py-pp-maint.exp
7471 * gdb.python/py-pp-registration.exp
7472 * gdb.python/py-prettyprint.exp
7473 * gdb.python/py-recurse-unwind.exp
7474 * gdb.python/py-shared.exp
7475 * gdb.python/py-symbol.exp
7476 * gdb.python/py-symtab.exp
7477 * gdb.python/py-template.exp
7478 * gdb.python/py-type.exp
7479 * gdb.python/py-unwind-maint.exp
7480 * gdb.python/py-unwind.exp
7481 * gdb.python/py-value.exp
7482 * gdb.python/python.exp
7483 * gdb.reverse/finish-reverse-bkpt.exp
7484 * gdb.reverse/insn-reverse.exp
7485 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7486 * gdb.reverse/solib-precsave.exp
7487 * gdb.reverse/solib-reverse.exp
7488 * gdb.stabs/gdb11479.exp
7489 * gdb.stabs/weird.exp
7490 * gdb.threads/fork-child-threads.exp
7491 * gdb.threads/fork-plus-threads.exp
7492 * gdb.threads/fork-thread-pending.exp
7493 * gdb.threads/forking-threads-plus-breakpoint.exp
7494 * gdb.threads/hand-call-in-threads.exp
7495 * gdb.threads/interrupted-hand-call.exp
7496 * gdb.threads/linux-dp.exp
7497 * gdb.threads/local-watch-wrong-thread.exp
7498 * gdb.threads/next-while-other-thread-longjmps.exp
7499 * gdb.threads/non-ldr-exit.exp
7500 * gdb.threads/pending-step.exp
7501 * gdb.threads/print-threads.exp
7502 * gdb.threads/process-dies-while-detaching.exp
7503 * gdb.threads/process-dies-while-handling-bp.exp
7504 * gdb.threads/pthreads.exp
7505 * gdb.threads/queue-signal.exp
7506 * gdb.threads/reconnect-signal.exp
7507 * gdb.threads/signal-command-handle-nopass.exp
7508 * gdb.threads/signal-command-multiple-signals-pending.exp
7509 * gdb.threads/signal-delivered-right-thread.exp
7510 * gdb.threads/signal-sigtrap.exp
7511 * gdb.threads/sigthread.exp
7512 * gdb.threads/staticthreads.exp
7513 * gdb.threads/stepi-random-signal.exp
7514 * gdb.threads/thread-unwindonsignal.exp
7515 * gdb.threads/thread_check.exp
7516 * gdb.threads/thread_events.exp
7517 * gdb.threads/tid-reuse.exp
7518 * gdb.threads/tls-nodebug.exp
7519 * gdb.threads/tls-shared.exp
7520 * gdb.threads/tls-so_extern.exp
7521 * gdb.threads/tls.exp
7522 * gdb.threads/wp-replication.exp
7523 * gdb.trace/actions-changed.exp
7524 * gdb.trace/actions.exp
7525 * gdb.trace/backtrace.exp
7526 * gdb.trace/change-loc.exp
7527 * gdb.trace/collection.exp
7528 * gdb.trace/deltrace.exp
7529 * gdb.trace/disconnected-tracing.exp
7530 * gdb.trace/entry-values.exp
7531 * gdb.trace/ftrace-lock.exp
7532 * gdb.trace/ftrace.exp
7533 * gdb.trace/infotrace.exp
7534 * gdb.trace/mi-trace-frame-collected.exp
7535 * gdb.trace/mi-trace-unavailable.exp
7536 * gdb.trace/mi-traceframe-changed.exp
7537 * gdb.trace/mi-tracepoint-changed.exp
7538 * gdb.trace/mi-tsv-changed.exp
7539 * gdb.trace/no-attach-trace.exp
7540 * gdb.trace/packetlen.exp
7541 * gdb.trace/passc-dyn.exp
7542 * gdb.trace/passcount.exp
7543 * gdb.trace/pending.exp
7544 * gdb.trace/pr16508.exp
7545 * gdb.trace/qtro.exp
7546 * gdb.trace/range-stepping.exp
7547 * gdb.trace/read-memory.exp
7548 * gdb.trace/report.exp
7549 * gdb.trace/save-trace.exp
7550 * gdb.trace/signal.exp
7551 * gdb.trace/stap-trace.exp
7552 * gdb.trace/status-stop.exp
7553 * gdb.trace/strace.exp
7554 * gdb.trace/tfile.exp
7555 * gdb.trace/tfind.exp
7556 * gdb.trace/trace-break.exp
7557 * gdb.trace/trace-condition.exp
7558 * gdb.trace/trace-enable-disable.exp
7559 * gdb.trace/trace-mt.exp
7560 * gdb.trace/tracecmd.exp
7561 * gdb.trace/tracefile-pseudo-reg.exp
7562 * gdb.trace/tspeed.exp
7563 * gdb.trace/tstatus.exp
7564 * gdb.trace/tsv.exp
7565 * gdb.trace/unavailable.exp
7566 * gdb.trace/while-dyn.exp
7567 * gdb.trace/while-stepping.exp
7568 * lib/gdb-guile.exp
7569 * lib/gdb.exp
7570 * lib/mi-support.exp
7571 * lib/pascal.exp
7572 * lib/perftest.exp
7573 * lib/prelink-support.exp
7574 * lib/selftest-support.exp
7575
ad02e4fe
SM
75762016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7577
7578 * Makefile.in: Include disable-implicit-rules.mk.
7579
22347e55
AA
75802016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7581
7582 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7583 non-byte-aligned bit fields.
7584
da5b30da
AA
75852016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7586
7587 PR gdb/12616
7588 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7589 respects the DW_AT_data_bit_offset attribute.
7590
b593ecca
SM
75912016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7592
7593 * gdb.base/default.exp: Fix output of "set language".
7594
3b165252
SM
75952016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7596
7597 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7598 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7599 make.
7600 * configure.ac: Remove checks for the make program.
7601 * configure: Re-generate.
7602
1a2f3d7f
KB
76032016-11-16 Kevin Buettner <kevinb@redhat.com>
7604
7605 * gdb.python/py-recurse-unwind.c (main): Add loop.
7606 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7607 to read_register() and gdb.parse_and_eval(). Make each code
7608 call a separate case that can be individually tested.
7609 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7610 proc. Call cont_and_backtrace for each of the code paths that
7611 we want to test in the unwinder.
7612
b7f38fda
AA
76132016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7614
7615 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7616 the definition of struct S.
7617
1f8db343
CM
76182016-11-11 Catherine Moore <clm@codesourcery.com>
7619
7620 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7621
fad0c9fb
PA
76222016-11-09 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.base/commands.exp (runto_or_return): New procedure.
7625 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7626 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7627 (progvar_simple_while_test, progvar_complex_if_while_test)
7628 (if_while_breakpoint_command_test)
7629 (infrun_breakpoint_command_test, breakpoint_command_test)
7630 (user_defined_command_test, watchpoint_command_test)
7631 (test_command_prompt_position, redefine_hook_test)
7632 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7633 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7634 multi_line_input and multi_line. Remove gdb_expect and
7635 gdb_stop_suppressing_tests uses.
7636 * lib/gdb.exp (valnum_re): New global.
7637 (multi_line_input): New procedure.
7638
8354c62c
SM
76392016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7640
7641 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7642 Remove.
7643 (test_setup): Define with proc_with_prefix.
7644 (test_cli_inferior): Likewise.
7645 (test_cli_thread): Likewise.
7646 (test_cli_frame): Likewise.
7647 (test_cli_select_frame): Likewise.
7648 (test_cli_up_down): Likewise.
7649 (test_mi_thread_select): Likewise.
7650 (test_mi_stack_select_frame): Likewise.
7651 (test_cli_in_mi_inferior): Likewise.
7652 (test_cli_in_mi_thread): Likewise.
7653 (test_cli_in_mi_frame): Likewise.
7654 (top level): Do not use with_test_prefix_procname.
7655
64f367a2
PA
76562016-11-09 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/commands.exp (gdbvar_simple_if_test)
7659 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7660 (progvar_simple_if_test, progvar_simple_while_test)
7661 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7662 (infrun_breakpoint_command_test, breakpoint_command_test)
7663 (user_defined_command_test, watchpoint_command_test)
7664 (test_command_prompt_position, deprecated_command_test)
7665 (bp_deleted_in_command, temporary_breakpoint_commands)
7666 (stray_arg0_test, source_file_with_indented_comment)
7667 (recursive_source_test, if_commands_test)
7668 (error_clears_commands_left, redefine_hook_test)
7669 (redefine_backtrace_test): Use proc_with_prefix.
7670 * lib/gdb.exp (proc_with_prefix): New proc.
7671
0bb65f1e
AA
76722016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7673
7674 * gdb.base/tui-layout.c: New file.
7675 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7676 disassembly window contains very long lines.
7677
7353f247
TT
76782016-11-08 Tom Tromey <tom@tromey.com>
7679
7680 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7681 depend on Python 2.
7682
30a7bb83
TT
76832016-11-08 Tom Tromey <tom@tromey.com>
7684
7685 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7686 New method.
7687
cdf5a07c
MG
76882016-10-29 Manish Goregaokar <manish@mozilla.com>
7689
2806dc7e 7690 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7691
51a789c3
MG
76922016-10-27 Manish Goregaokar <manish@mozilla.com>
7693
2806dc7e
PA
7694 * gdb.rust/simple.rs: Add test for univariant enums without
7695 discriminants and for encoded struct-like enums.
51a789c3 7696
f610ab6d
PA
76972016-10-28 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7700 gdb_test_multiple, tighten regexps and match symtabs and line
7701 tables incrementally.
7702
b129b0ca
LM
77032016-10-28 Luis Machado <lgustavo@codesourcery.com>
7704
7705 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7706 general.
7707
ecf45d2c
SL
77082016-10-25 Luis Machado <lgustavo@codesourcery.com>
7709
7710 * gdb.base/exec-invalid-sysroot.exp: New file.
7711
b8d38ee4
JK
77122016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7713
7714 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7715
f90fd8c2
JK
77162016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7717
7718 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7719
2d2476aa
MR
77202016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7721
2806dc7e
PA
7722 * gdb.base/killed-outside.exp: Remove $options from a call to
7723 `prepare_for_testing'.
2d2476aa 7724
e42b25a0
SM
77252016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7726
7727 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7728 Change test message.
7729
3ccdb432
SM
77302016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7731
7732 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7733 Update comment.
7734
5bad3170
SM
77352016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7736
7737 * gdb.trace/mi-trace-save.exp: New file.
7738
5ad9dba7
YQ
77392016-10-13 Yao Qi <yao.qi@linaro.org>
7740
7741 * gdb.base/code_elim.exp (get_var_address): Remove.
7742 * gdb.base/relocate.exp: Likewise.
7743 * gdb.base/shreloc.exp: Likewise.
7744 * lib/gdb.exp (get_var_address): New.
7745
62df7e21
YQ
77462016-10-13 Yao Qi <yao.qi@linaro.org>
7747
7748 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7749 floating point tests if $skip_float_test is false.
7750
4dac951e
LM
77512016-10-12 Luis Machado <lgustavo@codesourcery.com>
7752
7753 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7754 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7755 argc values.
7756 Add 1 to argc so we guarantee distinct initial/modified argc values.
7757
8f1a8fc4
JK
77582016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7759
7760 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7761
16c85b5d
JK
77622016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7763
7764 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7765 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7766 * gdb.arch/vsx-regs.exp: Likewise.
7767
1d0e042a
YQ
77682016-10-07 Yao Qi <yao.qi@linaro.org>
7769
7770 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7771
68dadef5
MM
77722016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7773
7774 * gdb.python/python.exp: Test decode_line("*0").
7775
33fa2c6e
DE
77762016-10-06 Doug Evans <dje@google.com>
7777
7778 * gdb.python/py-value.exp (test_value_creation): Add test for large
7779 unsigned 64-bit value.
7780
9c37b5ae
TT
77812016-10-06 Tom Tromey <tom@tromey.com>
7782
7783 * gdb.compile/compile.exp: Change java tests to rust.
7784 * gdb.base/setshow.exp: Change java tests to rust.
7785 * gdb.base/default.exp: Remove java from language list.
7786 * README (Examples): Update language example.
7787 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7788 test.
7789 * lib/gdb.exp (skip_java_tests): Remove.
7790 * lib/java.exp: Remove.
7791 * gdb.java: Remove.
7792
78b86327
MR
77932016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7794
7795 * gdb.arch/mips-fcr.exp: New test.
7796 * gdb.arch/mips-fcr.c: Source for the new test.
7797
7470adbb
MR
77982016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7799
7800 * gdb.base/solib-disc.exp: Use `standard_output_file'
7801 throughout.
7802
4a556533
PA
78032016-10-06 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/jit-simple-dl.c: New file.
7806 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7807 * gdb.base/jit-simple.c: ... this.
7808 * gdb.base/jit-simple.exp (jit_run): Delete.
7809 (build_jit): New proc.
7810 (jit_test_reread): Recompile either the main program or the shared
7811 library, depending on what is being tested. Skip changing address
7812 if caller wants to. Compare before/after addresses. If testing
7813 standalone, explicitly load the binary. Test "maint info
7814 breakpoints".
7815 (top level): Add "standalone vs shared lib" and "change address"
7816 vs "same address" axes.
7817
5a122fbc
PA
78182016-10-06 Pedro Alves <palves@redhat.com>
7819
7820 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7821 call.
7822 (jit_run): Delete.
7823 (jit_test_reread): Use with_test_prefix. Reload the main binary
7824 explicitly. Compare the before/after addresses of the JIT
7825 descriptor.
7826
ee8da4b8
DE
78272016-08-15 Doug Evans <dje@google.com>
7828
7829 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7830 for single bitfields is bool.
7831 * gdb.xml/tdesc-regs.exp: Ditto.
7832
f389f6fe
JK
78332016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7834
7835 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7836
fdebf1a4
YQ
78372016-10-05 Yao Qi <yao.qi@linaro.org>
7838
7839 * lib/gdb.exp (support_complex_tests): Return zero if
7840 gdb_skip_float_test return true.
7841
9c36d954 78422016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7843 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7844
7845 PR gdb/20487
7846 * gdb.mi/user-selected-context-sync.exp: New file.
7847 * gdb.mi/user-selected-context-sync.c: New file.
7848
4034d0ff 78492016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7850 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7851
7852 PR gdb/20487
7853 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7854 =thread-select-event check.
7855
a4297203
PB
78562016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7857
7858 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7859 the compulsory L operand changes.
7860 * gdb.arch/powerpc-power.s: Likewise.
7861
bb805577
JK
78622016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7863
7864 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7865 * gdb.base/jit-attach-pie.c: New file.
7866 * gdb.base/jit-attach-pie.exp: New file.
7867
6d61dee5
PA
78682016-09-28 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.base/infcall-input.c: New file.
7871 * gdb.base/infcall-input.exp: New file.
7872
f73842fc
YQ
78732016-09-22 Yao Qi <yao.qi@linaro.org>
7874
7875 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7876 (gdb_exit): Rename it to ...
7877 (gdbserver_gdb_exit): ... Close GDBserver.
7878 (gdb_exit): New proc, call gdbserver_gdb_exit.
7879 (mi_gdb_exit): Likewise.
7880
90681dab
YQ
78812016-09-22 Yao Qi <yao.qi@linaro.org>
7882
7883 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7884 path.
7885 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7886 Remove duplication.
7887
9c211fd8
YQ
78882016-09-22 Yao Qi <yao.qi@linaro.org>
7889
7890 * lib/gdbserver-support.exp: Check the existence of
7891 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7892
ad0a504f
AK
78932016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7894
7895 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7896
36cf1806
TT
78972016-09-21 Tom Tromey <tom@tromey.com>
7898
7899 PR gdb/20604:
7900 * gdb.base/quit.exp: New file.
7901
74172ecf
SM
79022016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7903
7904 * .gitignore: New file.
7905
3d0ec882
MR
79062016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7907
7908 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7909 throughout.
7910
8193adea
AA
79112016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7912
7913 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7914
d41a5c09
JK
79152016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 * gdb.cp/casts.cc (decltype): Move it ...
7918 (main): ... with its call to ...
7919 * gdb.cp/casts03.cc: ... a new file.
7920 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7921
d2dfe700
JK
79222016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7923
7924 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7925
e2a92b16
PB
79262016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7927
7928 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7929 and sync up the test with tests in gas/testsuite/gas/ppc.
7930 * gdb.arch/powerpc-power.exp: Likewise.
7931
49b4de64
JK
79322016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7933
7934 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7935
2c29df25
SDJ
79362016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7937 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7940 make m1's definition to be different from m2's. Use 'dummy' as an
7941 argument for probe 'two'.
7942
cc3c2846
JB
79432016-09-10 Jon Beniston <jon@beniston.com>
7944
7945 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7946 for sim target.
7947
e1b2624a
AA
79482016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7949
7950 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7951 variable declaration.
7952 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7953 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7954 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7955 received HWCAP as its argument.
7956
4295e285
PA
79572016-09-06 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.base/new-ui-pending-input.c: New file.
7960 * gdb.base/new-ui-pending-input.exp: New file.
7961 * gdb.exp (clear_gdb_spawn_id): New procedure.
7962 (with_spawn_id): Check whether gdb_spawn_id exists before
7963 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7964 on exit.
7965
00d5215e
UW
79662016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7967
7968 * gdb.base/float128.c: New file.
7969 * gdb.base/float128.exp: Likewise.
7970 * gdb.base/floatn.c: Likewise.
7971 * gdb.base/floatn.exp: Likewise.
7972
a9ff5f12
UW
79732016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7974
7975 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7976
f245535c
PA
79772016-09-05 Pedro Alves <palves@redhat.com>
7978
7979 PR backtrace/19927
7980 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7981 unwinders are immediately called as side effect of "source" or
7982 "disable unwinder" commands.
7983 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7984
ae9cf263
YQ
79852016-09-02 Yao Qi <yao.qi@linaro.org>
7986
7987 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7988 is true and $type is "float" or "double".
7989
27aba047
YQ
79902016-09-02 Yao Qi <yao.qi@linaro.org>
7991
7992 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7993 true.
7994 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7995 * gdb.base/call-rt-st.exp: Likewise.
7996 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7997 return value instead of gdb,skip_float_test.
7998 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7999 (do_function_calls): Use its return value instead of
8000 gdb,skip_float_test.
8001 * gdb.base/finish.exp: Likewise.
8002 * gdb.base/funcargs.exp: Likewise.
8003 * gdb.base/return.exp: Likewise.
8004 * gdb.base/return2.exp: Likewise.
8005 * gdb.base/varargs.exp: Likewise.
8006 * lib/gdb.exp (gdb_skip_float_test): Change it to
8007 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8008
5af962df
AA
80092016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8010
8011 * gdb.multi/tids.exp: Test "thread apply all".
8012
7fac6910
JK
80132016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8014
8015 * gdb.base/default.exp (tty): Remove.
8016
bb1fe4ac
KB
80172016-08-24 Kevin Buettner <kevinb@redhat.com>
8018
2806dc7e
PA
8019 * gdb.python/py-recurse-unwind.c: New file.
8020 * gdb.python/py-recurse-unwind.py: New file.
8021 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8022
0a1ddfa6
SM
80232016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8024
8025 * gdb.base/set-inferior-tty.exp: New file.
8026 * gdb.base/set-inferior-tty.c: New file.
8027
d9de1fe3
PA
80282016-08-23 Pedro Alves <palves@redhat.com>
8029
8030 PR gdb/20494
8031 * gdb.base/new-ui-echo.c: New file.
8032 * gdb.base/new-ui-echo.exp: New file.
8033
e9d9abd7
YQ
80342016-08-23 Yao Qi <yao.qi@linaro.org>
8035
8036 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8037 gdbserver_spawn.
8038 * gdb.server/connect-without-multi-process.exp (do_test):
8039 Likewise.
8040
3589529e
YQ
80412016-08-23 Yao Qi <yao.qi@linaro.org>
8042
8043 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8044 standalone_txt. Delete gdb_txt and standalone_txt on host
8045 and target. Spawn the binary on target. Copy files from
8046 target to host.
8047
6bb90213
PA
80482016-08-22 Pedro Alves <palves@redhat.com>
8049
8050 PR gdb/20505
8051 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8052 with_test_prefix. Factor out bits to ...
8053 (test_no_vdso): ... this new procedure.
8054
20c2c024
CL
80552016-08-19 Carl Love <cel@us.ibm.com>
8056
8057 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8058 maintaining separate logic for constructing the output path.
8059 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8060 * gdb.arch/ppc-dfp.exp: Likewise.
8061 * gdb.arch/ppc-fp.exp: Likewise.
8062 * gdb.arch/vsx-regs.exp: Likewise.
8063 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8064 binprefix for generating the additional binary files.
8065
0646e07d
PA
80662016-08-19 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.trace/mi-trace-frame-collected.exp
8069 (test_trace_frame_collected): On x32, expect two registers.
8070
46da9242
CL
80712016-08-18 Carl Love <cel@us.ibm.com>
8072
8073 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8074 and sync up the test with tests in gas/testsuite/gas/ppc.
8075 * gdb.arch/powerpc-power.exp: Likewise.
8076
eb2332d7
SM
80772016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8078
8079 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8080 expected error message.
8081
63c61e04
SM
80822016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8083
8084 * gdb.multi/remove-inferiors.exp: New file.
8085 * gdb.multi/remove-inferiors.c: New file.
8086
7b17065f
YQ
80872016-08-12 Yao Qi <yao.qi@linaro.org>
8088
8089 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8090 argument list.
8091
01d3dedf
PA
80922016-08-10 Pedro Alves <palves@redhat.com>
8093
8094 PR gdb/19187
8095 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8096 setup_kfails.
8097
3eb7562a
PA
80982016-08-09 Pedro Alves <palves@redhat.com>
8099 Simon Marchi <simon.marchi@ericsson.com>
8100
8101 PR gdb/20418
8102 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8103 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8104
80614914
PA
81052016-08-09 Pedro Alves <palves@redhat.com>
8106
8107 PR mi/20431
8108 * gdb.mi/mi-cmd-error.exp: New file.
8109
f348d89a
PA
81102016-08-09 Pedro Alves <palves@redhat.com>
8111
8112 PR gdb/18653
8113 * gdb.base/signals-state-child.c: New file.
8114 * gdb.base/signals-state-child.exp: New file.
8115 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8116
e5ca03b4
PA
81172016-08-09 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8120
282a0691
TT
81212016-08-03 Tom Tromey <tom@tromey.com>
8122
8123 PR python/18565:
8124 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8125
41bfcd63
YQ
81262016-08-01 Yao Qi <yao.qi@linaro.org>
8127
8128 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8129 variable mode to "multi-process" if $multi_process is 1, otherwise
8130 set it to "single-process".
8131
e3465b24
YQ
81322016-08-01 Yao Qi <yao.qi@linaro.org>
8133
8134 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8135 * gdb.cp/cpexprs.exp: Likewise.
8136 * gdb.cp/m-static.exp: Likewise.
8137
0b31a4bc
TT
81382016-07-26 Tom Tromey <tom@tromey.com>
8139
8140 PR python/20190:
8141 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8142 test.
8143
e0461dbb
MM
81442016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8145
8146 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8147 selecting assembly source files.
8148 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8149 assembly source files.
8150 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8151 assembly source files.
8152 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8153 selecting assembly source files.
8154
8194e927
SM
81552016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8156
8157 * gdb.base/new-ui.exp (do_test_invalid_args): New
8158 procedure.
8159
c0272db5
TW
81602016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8161
8162 * gdb.btrace/reconnect.c: New file.
8163 * gdb.btrace/reconnect.exp: New file.
8164
e3487908
GKB
81652016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8166
8167 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8168 to test_catch_syscall_group.
8169 (test_catch_syscall_group): New.
8170
12df5c00
TT
81712016-07-21 Tom Tromey <tom@tromey.com>
8172
8173 * gdb.rust/simple.rs (main): Use empty struct expression.
8174 * gdb.rust/simple.exp: Add tests for empty struct expression.
8175
bae62ee2
YQ
81762016-07-21 Yao Qi <yao.qi@linaro.org>
8177
8178 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8179 if gdb_skip_xml_test is true on some targets.
8180
b1b53fb3
YQ
81812016-07-21 Yao Qi <yao.qi@linaro.org>
8182
8183 * gdb.server/solib-list.exp: Unset last_loaded_file.
8184
027d97f8
JK
81852016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8186
8187 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8188 "step into captured_main (args)".
8189
7674d381
JK
81902016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8193
72b5d099
JK
81942016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8195
8196 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8197
1f960ced
PA
81982016-07-19 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8201 * gdb.opt/inline-bt.exp: Likewise.
8202 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8203 additional_flags=-Winline.
8204 * gdb.opt/inline-locals.exp: Likewise.
8205 * gdb.opt/inline-markers.c (ATTR): Define.
8206 (inlined_fn): Use it.
8207
f25827c1
YQ
82082016-07-19 Yao Qi <yao.qi@linaro.org>
8209
8210 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8211 (test_with_self): Remove some code. Remove argument executable.
8212 (top-level): Use do_self_tests.
8213
37539ebe
DB
82142016-07-15 Zachary Welch <zwelch@codesourcery.com>
8215 Don Breazeal <donb@codesourcery.com>
8216
8217 * gdb.base/maint.exp: Escape paths used in regular expressions.
8218 * gdb.stabs/weird.exp: Likewise.
8219
dac790e1
TT
82202016-07-13 Tom Tromey <tom@tromey.com>
8221
8222 PR python/15620, PR python/18620:
8223 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8224 (test_bkpt_events): New procs.
8225
93daf339
TT
82262016-07-13 Tom Tromey <tom@tromey.com>
8227
8228 PR python/17698:
8229 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8230 test.
8231 (test_watchpoints): Likewise.
8232 (test_bkpt_pending): New proc.
8233
6571a381
TT
82342016-07-13 Tom Tromey <tom@tromey.com>
8235
8236 PR cli/18053:
8237 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8238 completion test.
8239
e8732474
JK
82402016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8243 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8244 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8245 f_label.
8246 (g): Rename g_end_lbl to g_label.
8247 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8248 low_pc and high_pc.
8249 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8250
e0f3fd7c
TT
82512016-07-12 Tom Tromey <tom@tromey.com>
8252
8253 PR python/19293:
8254 * gdb.python/py-unwind-maint.exp: Update tests.
8255
3cfe46b6
YQ
82562016-07-12 Yao Qi <yao.qi@linaro.org>
8257
8258 * lib/selftest-support.exp (selftest_setup): Match the output
8259 when captured_main is inlined.
8260
4f19a0e6
WT
82612016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8262
8263 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8264 New variables.
8265 (print this%a, print this%b, print this): New tests.
8266 * gdb.fortran/derived-types.f90 (this): New object and
8267 initialization.
8268
986cf455
SM
82692016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8270
8271 * gdb.ada/arraydim.exp: Remove extra directory level in build
8272 directory.
8273
f0464b23
SM
82742016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8275
8276 * lib/ada.exp: Remove extra directory level in build directory.
8277 * gdb.ada/cond_lang.exp: Likewise.
8278 * gdb.ada/exec_changed.exp: Likewise.
8279 * gdb.ada/lang_switch.exp: Likewise.
8280
42d94011
MG
82812016-07-06 Manish Goregaokar <manish@mozilla.com>
8282
2806dc7e
PA
8283 * simple.rs: Add test for raw pointer subscripting.
8284 * simple.exp: Add test expectations.
42d94011 8285
647c264c
YQ
82862016-07-05 Yao Qi <yao.qi@linaro.org>
8287
8288 * gdb.mi/mi-reverse.exp: Match =record-started output.
8289
20aa2c60
PA
82902016-07-01 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8293 procedure.
8294 (jit_reader_test): Test the jit reader's unwinder.
8295 * gdb.base/jithost.c (jit_function_00_code): New global.
8296 (main): Use memcpy to fill in the mmapped code, instead of poking
8297 bytes manually here.
8298 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8299 value.
8300 (read_debug_info): Save the function's range.
8301 (read_sp): New function.
8302 (unwind_frame): Use it. Also unwind RBP.
8303 (get_frame_id): Use read_sp.
8304 (gdb_init_reader): Use calloc instead of malloc.
8305 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8306 parameter. Use gdb_test_multiple.
8307
ced2dffb
PA
83082016-07-01 Pedro Alves <palves@redhat.com>
8309 Antoine Tremblay <antoine.tremblay@ericsson.com>
8310
8311 * gdb.threads/process-dies-while-detaching.c: New file.
8312 * gdb.threads/process-dies-while-detaching.exp: New file.
8313
63000888
PA
83142016-07-01 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.multi/watchpoint-multi-exit.c: New file.
8317 * gdb.multi/watchpoint-multi-exit.exp: New file.
8318
038d4868
PA
83192016-06-30 Pedro Alves <palves@redhat.com>
8320
8321 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8322 unset inferior_spawn_id.
8323
994e9c83
PA
83242016-06-30 Pedro Alves <palves@redhat.com>
8325
8326 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8327 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8328
e5653468
YQ
83292016-06-29 Yao Qi <yao.qi@linaro.org>
8330
8331 * gdb.base/return.c: Add copyright header.
8332
803b47e5
TT
83332016-06-29 Tom Tromey <tom@tromey.com>
8334
8335 PR python/20129:
8336 * gdb.python/py-framefilter.exp: Add tests for setting priority
8337 and disabling of non-existent frame filter.
8338
28244707
YQ
83392016-06-29 Yao Qi <yao.qi@linaro.org>
8340
8341 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8342 0x0f07ff.
8343
a31d2f06
YQ
83442016-06-28 Yao Qi <yao.qi@linaro.org>
8345
8346 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8347 triplets. Start gdb, execute catch syscall, and continue. Check
8348 gdb's output to determine catch syscall is supported.
8349
921d8f54
MG
83502016-06-27 Manish Goregaokar <manish@mozilla.com>
8351
25d49b86
PA
8352 * gdb.rust/simple.rs: Add test for returning unit in a function.
8353 * gdb.rust/simple.exp: Add expectation for functions returning
8354 unit.
921d8f54 8355
f4952523
PMR
83562016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8357
8358 * gdb.python/py-breakpoint-create-fail.c,
8359 gdb.python/py-breakpoint-create-fail.exp,
8360 gdb.python/py-breakpoint-create-fail.py: New testcase.
8361
fccb08f8
MG
83622016-06-25 Manish Goregaokar <manish@mozilla.com>
8363
8364 PR gdb/20239
8365 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8366 * gdb.rust/simple.exp: Add test expectations for new NonZero
8367 tests.
fccb08f8 8368
6b850546
DT
83692016-06-24 David Taylor <dtaylor@emc.com>
8370
8371 * gdb.base/offsets.exp: New file.
8372 * gdb.base/offsets.c: New file.
8373
17621150
TT
83742016-06-23 Tom Tromey <tom@tromey.com>
8375
8376 PR gdb/16483:
8377 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8378 before any filters are loaded.
8379
04d59df6
WT
83802016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8381
8382 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8383 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8384 structs.
8385 * gdb.fortran/derived-type-function.exp: New file.
8386 * gdb.fortran/derived-type-function.f90: New file.
8387
8388
ac69f786
PA
83892016-06-21 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/new-ui.exp: New file.
8392 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8393 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8394 (with_spawn_id): New procedure.
8395
49940788
PA
83962016-06-21 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.mi/mi-exec-run.exp: New file.
8399
ef274d26
PA
84002016-06-21 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8403 breakpoint command's output on the main UI.
8404 (test_break): New procedure, factored out from calls in the top
8405 level.
8406 (top level): Use foreach_with_prefix to test MI as main UI and as
8407 separate UI.
8408
468afe6c
PA
84092016-06-21 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8412 (test_awatch_creation_and_listing)
8413 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8414 Remove 'type' parameter.
8415 (test_watchpoint_all): New parameter mi_mode. Remove
8416 with_test_prefix.
8417 (top level): Use foreach_with_prefix, and add main/separate UI MI
8418 testing axis.
8419
51f77c37
PA
84202016-06-21 Pedro Alves <palves@redhat.com>
8421
8422 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8423 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8424 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8425 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8426 (gdb_main_spawn_id, mi_spawn_id): Declare and
8427 comment.
8428 (mi_create_inferior_pty): New procedure,
8429 factored out from default_mi_gdb_start.
8430 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8431 procedures.
8432 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8433 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8434 Use mi_create_inferior_pty.
8435 (mi_gdb_start): Use eval to pass down args list.
8436
8980e177
PA
84372016-06-21 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8440 * gdb.opt/inline-cmds.exp: Add MI tests.
8441
f38d3ad1
PA
84422016-06-21 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8445
45db7c09
PA
84462016-06-21 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8449 (top level): Use it instead of mi_execute_to.
8450
5a069ab3
PA
84512016-06-21 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8454 (cont_handler_str): New.
8455 (signal_stop_handler): Set stop_handler_str instead of printing to
8456 stdout.
8457 (continue_handler): Set cont_handler_str instead of printing to
8458 stdout.
8459 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8460 mi_send_resuming_command. Print stop_handler_str and
8461 cont_handler_str instead of expecting the python events print
8462 directly.
8463
2838cc1d
SD
84642016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8465
8466 * gdb.base/jit-reader.exp: New file.
8467 * gdb.base/jithost.c: New file.
8468 * gdb.base/jithost.h: New file.
8469 * gdb.base/jitreader.c : New file.
8470 * gdb.base/jit-protocol.h: New file.
8471
21a77091
YQ
84722016-06-17 Yao Qi <yao.qi@linaro.org>
8473
8474 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8475 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8476 and detach-on-fork. Adjust tests.
8477 (top level): Invoke break_cond_on_syscall with combinations of
8478 syscall, follow-fork-mode and detach-on-fork.
8479
f50bf8e5
YQ
84802016-06-17 Yao Qi <yao.qi@linaro.org>
8481
8482 * gdb.base/step-over-exit.c: New.
8483 * gdb.base/step-over-exit.exp: New.
8484
a28d8e50
YTL
84852016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8486
8487 * gdb.base/float.exp: Add target check for nds32*-*-*.
8488 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8489
cad8e26d
AB
84902016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8491
8492 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8493 for unsupported target features.
8494 * gdb.base/call-rt-st.exp: Likewise.
8495 * gdb.base/call-sc.exp: Likewise.
8496 * gdb.base/call-signal-resume.exp: Likewise.
8497 * gdb.base/call-strs.exp: Likewise.
8498 * gdb.base/callexit.exp: Likewise.
8499 * gdb.base/callfuncs.exp: Likewise.
8500 * gdb.base/nodebug.exp: Likewise.
8501 * gdb.base/printcmds.exp: Likewise.
8502 * gdb.base/ptype.exp: Likewise.
8503 * gdb.base/structs.exp: Likewise.
8504 * gdb.base/unwindonsignal.exp: Likewise.
8505 * gdb.cp/gdb2495.exp: Likewise.
8506 * gdb.cp/templates.exp: Likewise.
8507 * gdb.cp/virtfunc.exp: Likewise.
8508 * gdb.threads/hand-call-in-threads.exp: Likewise.
8509 * gdb.threads/interrupted-hand-call.exp: Likewise.
8510 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8511
347dc102
TT
85122016-06-10 Tom Tromey <tom@tromey.com>
8513
8514 PR rust/20110:
8515 * gdb.rust/expr.exp: Add test for integer constant larger than
8516 i32.
8517
5e13cf25
BH
85182016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8519
8520 * gdb.fortran/nested-funcs.exp: New.
8521 * gdb.fortran/nested-funcs.f90: New.
8522
bb556f1f
TK
85232016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8524
8525 * gdb.base/examine-backward.c: New file.
8526 * gdb.base/examine-backward.exp: New file.
8527
38b022b4
SM
85282016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8529
8530 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8531 matching.
8532
1b40ec05
TT
85332016-06-02 Tom Tromey <tom@tromey.com>
8534
8535 PR python/18984:
8536 * gdb.python/py-shared.exp: Add solib_name test.
8537
193bd378
SM
85382016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8539
8540 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8541
3326303b
MG
85422016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8543
8544 PR c++/19893
8545 * gdb.dwarf2/implref.exp: Rename to...
8546 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8547 * gdb.dwarf2/implref-array.c: New file.
8548 * gdb.dwarf2/implref-array.exp: Likewise.
8549 * gdb.dwarf2/implref-global.c: Likewise.
8550 * gdb.dwarf2/implref-global.exp: Likewise.
8551 * gdb.dwarf2/implref-struct.c: Likewise.
8552 * gdb.dwarf2/implref-struct.exp: Likewise.
8553
825c8ef2
AT
85542016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8555
8556 * gdb.trace/trace-condition.exp: Add 64bit tests.
8557
2320162a
AT
85582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8559
8560 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8561 bits types.
8562 (main): Adapt to 8 to 64 bits types.
8563 * gdb.trace/trace-condition.exp: Add new tests.
8564
a7818233
AT
85652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8566
8567 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8568
0d336466
AT
85692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8570
8571 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8572 Move condition tests...
8573 * gdb.trace/trace-condition.exp: Here.
8574
7faeb45a
AT
85752016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8576
8577 * gdb.trace/trace-condition.exp: Add counter-case tests.
8578
e385593e
JK
85792016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8580
8581 PR c++/15231
8582 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8583 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8584
744608cc
PA
85852016-05-27 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8588 New procedure.
8589 (top level): Call it, and bail out of DejaGnu is known to be bad.
8590
ac775bf4
AB
85912016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8592
8593 * gdb.base/whatis.c: Extend the test case.
8594 * gdb.base/whatis.exp: Add additional tests.
8595
2bbad2ea
BH
85962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8597
8598* gdb.fortran/type.f90: Add pointer variable.
8599* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8600
8b70175d
BH
86012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8602
8603 * gdb.fortran/vla-type.exp: Fix testcase name.
8604
86d8a848
BH
86052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8606
8607 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8608
e188eb36
BH
86092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8610
8611 * gdb.fortran/type.f90: Add nested structures.
8612 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8613 * gdb.fortran/derived-type.exp: Adapt expected output.
8614 * gdb.fortran/vla-type.exp: Adapt expected output.
8615
9b2db1fd
BH
86162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8617
8618 * gdb.fortran/whatis_type.exp: Adapt expected output.
8619
72b17055
BH
86202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8621
8622 * gdb.fortran/print_type.exp: Fix expected output.
8623 * gdb.fortran/whatis_type.exp: Fix expected output.
8624
3cd81d8d
BH
86252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8626
8627 * gdb.fortran/whatis_type.exp: Use multi_line.
8628
ddae9462
TT
86292016-05-24 Tom Tromey <tom@tromey.com>
8630
8631 PR python/17386:
8632 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8633 use value as an index.
8634
1957f6b8
TT
86352016-05-23 Tom Tromey <tom@tromey.com>
8636
8637 PR python/17981:
8638 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8639 no-breakpoint case.
8640
026a9174
PA
86412016-05-24 Pedro Alves <palves@redhat.com>
8642
8643 PR gdb/19828
8644 * gdb.threads/clone-attach-detach.c: New file.
8645 * gdb.threads/clone-attach-detach.exp: New file.
8646
e70a7231
FR
86472016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8648
8649 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8650
0f6ed0e0
TT
86512016-05-23 Tom Tromey <tom@tromey.com>
8652
8653 PR python/19438, PR python/18393:
8654 * gdb.python/py-progspace.exp: Add "dir" test.
8655 * gdb.python/py-objfile.exp: Add "dir" test.
8656
ffd19d61
YQ
86572016-05-23 Yao Qi <yao.qi@linaro.org>
8658
8659 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8660 * gdb.arch/thumb2-it.exp: Likewise.
8661
9e8f9b05
SM
86622016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8663
8664 * gdb.mi/mi-threads-interrupt.c: New file.
8665 * gdb.mi/mi-threads-interrupt.exp: New file.
8666
61c6156d
SM
86672016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8668
8669 PR gdb/18077
8670 * gdb.mi/mi-async-run.exp: New file.
8671 * gdb.mi/mi-async-run.c: New file.
8672
67218854
TT
86732016-05-17 Tom Tromey <tom@tromey.com>
8674 Manish Goregaokar <manishsmail@gmail.com>
8675
8676 * lib/rust-support.exp: New file.
8677 * lib/gdb.exp (skip_rust_tests): New proc.
8678 (build_executable_from_specs): Handle rust.
8679 * lib/future.exp (gdb_find_rustc): New proc.
8680 (gdb_default_target_compile): Handle rust.
8681 * gdb.rust/expr.exp: New file.
8682 * gdb.rust/generics.exp: New file.
8683 * gdb.rust/generics.rs: New file.
8684 * gdb.rust/methods.exp: New file.
8685 * gdb.rust/methods.rs: New file.
8686 * gdb.rust/modules.exp: New file.
8687 * gdb.rust/modules.rs: New file.
8688 * gdb.rust/simple.exp: New file.
8689 * gdb.rust/simple.rs: New file.
8690
c44af4eb
TT
86912016-05-17 Tom Tromey <tom@tromey.com>
8692
8693 * gdb.base/default.exp (set language): Add rust.
8694
dcd1f979
TT
86952016-05-17 Tom Tromey <tom@tromey.com>
8696
8697 * gdb.gdb/unittest.exp: New file.
8698
155b7f57
YQ
86992016-05-16 Yao Qi <yao.qi@linaro.org>
8700
8701 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8702 shell_prompt. Update shell_prompt_re.
8703
8ddd5a6c
DE
87042016-05-12 Doug Evans <dje@google.com>
8705
8706 PR symtab/19999
8707 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8708 $options when building executable.
8709 * gdb.dwarf2/fission-loclists-pie.S: New file.
8710 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8711
02e370d9
SM
87122016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8713
8714 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8715 of [is_remote target],
8716
8929ad8b
SM
87172016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * lib/gdb.exp (use_gdb_stub): New procedure.
8720
6c447423
DE
87212016-05-03 Yunlian Jiang <yunlian@google.com>
8722 Doug Evans <dje@google.com>
8723
8724 PR symtab/19914
8725 * gdb.dwarf2/dwp-sepdebug.c: New file.
8726 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8727
444e826c
SM
87282016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8729
8730 * gdb.base/detach.exp: Remove is_remote check.
8731
740feeaa
SM
87322016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8733
8734 * gdb.base/annota-input-while-running.exp: Don't check for
8735 [is_remote target]. Enable annotations after running to main.
8736 Remove unused "set test..." line.
8737
9080ac9d
SM
87382016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8739
8740 * gdb.trace/trace-enable-disable.exp: New file.
8741 * gdb.trace/trace-enable-disable.c: New file.
8742
952ebca5
SM
87432016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8744
8745 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8746 use it in info sharedlibrary test.
8747 * gdb.trace/ftrace-lock.exp: Likewise.
8748 * gdb.trace/ftrace.exp: Likewise.
8749 * gdb.trace/range-stepping.exp: Likewise.
8750 * gdb.trace/trace-break.exp: Likewise.
8751 * gdb.trace/trace-condition.exp: Likewise.
8752 * gdb.trace/trace-mt.exp: Likewise.
8753
d9019901
SM
87542016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8755
8756 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8757 (gdb_load_shlib): ... this.
8758 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8759 gdb_load_shlib.
8760 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8761 * gdb.base/ctxobj.exp: Likewise.
8762 * gdb.base/dprintf-pending.exp: Likewise.
8763 * gdb.base/dso2dso.exp: Likewise.
8764 * gdb.base/fixsection.exp: Likewise.
8765 * gdb.base/gcore-relro.exp: Likewise.
8766 * gdb.base/gdb1555.exp: Likewise.
8767 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8768 * gdb.base/gnu-ifunc.exp: Likewise.
8769 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8770 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8771 * gdb.base/pending.exp: Likewise.
8772 * gdb.base/print-file-var.exp: Likewise.
8773 * gdb.base/print-symbol-loading.exp: Likewise.
8774 * gdb.base/shlib-call.exp: Likewise.
8775 * gdb.base/shreloc.exp: Likewise.
8776 * gdb.base/so-impl-ld.exp: Likewise.
8777 * gdb.base/solib-disc.exp: Likewise.
8778 * gdb.base/solib-nodir.exp: Likewise.
8779 * gdb.base/solib-overlap.exp: Likewise.
8780 * gdb.base/solib-symbol.exp: Likewise.
8781 * gdb.base/solib-weak.exp (do_test): Likewise.
8782 * gdb.base/sym-file.exp: Likewise.
8783 * gdb.base/symtab-search-order.exp: Likewise.
8784 * gdb.base/type-opaque.exp: Likewise.
8785 * gdb.base/unload.exp: Likewise.
8786 * gdb.base/watchpoint-solib.exp: Likewise.
8787 * gdb.compile/compile.exp: Likewise.
8788 * gdb.cp/gdb2384.exp: Likewise.
8789 * gdb.cp/infcall-dlopen.exp: Likewise.
8790 * gdb.cp/re-set-overloaded.exp: Likewise.
8791 * gdb.fortran/library-module.exp: Likewise.
8792 * gdb.opt/solib-intra-step.exp: Likewise.
8793 * gdb.python/py-finish-breakpoint.exp: Likewise.
8794 * gdb.python/py-shared.exp: Likewise.
8795 * gdb.reverse/solib-precsave.exp: Likewise.
8796 * gdb.reverse/solib-reverse.exp: Likewise.
8797 * gdb.server/solib-list.exp: Likewise.
8798 * gdb.threads/dlopen-libpthread.exp: Likewise.
8799 * gdb.threads/tls-shared.exp: Likewise.
8800 * gdb.threads/tls-so_extern.exp: Likewise.
8801 * gdb.trace/change-loc.exp: Likewise.
8802 * gdb.trace/ftrace-lock.exp: Likewise.
8803 * gdb.trace/ftrace.exp: Likewise.
8804 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8805 * gdb.trace/pending.exp: Likewise.
8806 * gdb.trace/range-stepping.exp: Likewise.
8807 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8808 (strace_info_marker): Likewise.
8809 (strace_probe_marker): Likewise.
8810 (strace_trace_on_same_addr): Likewise.
8811 (strace_trace_on_diff_addr): Likewise.
8812 * gdb.trace/trace-break.exp: Likewise.
8813 * gdb.trace/trace-condition.exp: Likewise.
8814 * gdb.trace/trace-mt.exp: Likewise.
8815
fca4cfd9
SM
88162016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8817
8818 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8819 result of gdb_remote_download.
8820 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8821 * gdb.base/dso2dso.exp: Likewise.
8822 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8823 * gdb.base/print-file-var.exp: Likewise.
8824 * gdb.base/shlib-call.exp: Likewise.
8825 * gdb.base/shreloc.exp: Likewise.
8826 * gdb.base/solib-overlap.exp: Likewise.
8827 * gdb.base/solib-weak.exp (do_test): Likewise.
8828 * gdb.base/unload.exp: Likewise.
8829
11cf4ffb
YQ
88302016-04-27 Yao Qi <yao.qi@linaro.org>
8831
8832 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8833 exists.
8834
3e2e34f8
KB
88352016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8836
8837 * vla-type.exp: Print structure from toplevel.
8838
8f07e298
BH
88392016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8840
8841 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8842 of dynamic types.
8843 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8844 of dynamic types.
8845
9920b434
BH
88462016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8847
8848 * gdb.fortran/vla-type.f90: New file.
8849 * gdb.fortran/vla-type.exp: New file.
8850
f3abeff5
YQ
88512016-04-25 Yao Qi <yao.qi@linaro.org>
8852
8853 * gdb.base/branch-to-self.c: New file.
8854 * gdb.base/branch-to-self.exp: New file.
8855
0a5d52f0
YQ
88562016-04-22 Yao Qi <yao.qi@linaro.org>
8857
8858 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8859 more after $hex.
8860
495346f6
YQ
88612016-04-22 Yao Qi <yao.qi@linaro.org>
8862
8863 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8864 * gdb.base/annota3.exp: Likewise.
8865
4a7e075c
YQ
88662016-04-22 Yao Qi <yao.qi@linaro.org>
8867
8868 * gdb.reverse/step-precsave.exp: Do one step and test program
8869 stops in "callee" and do multiple steps until program goes out
8870 of "callee".
8871 * gdb.reverse/step-reverse.exp: Likewise.
8872
5b061e98
YQ
88732016-04-22 Yao Qi <yao.qi@linaro.org>
8874
8875 * gdb.trace/signal.exp: Also pass if
8876 $tracepoint_hits($i) > $iterations.
8877
5c5dc57f
YQ
88782016-04-22 Yao Qi <yao.qi@linaro.org>
8879
8880 * gdb.trace/signal.c: New file.
8881 * gdb.trace/signal.exp: New file.
8882
a55411b9
DE
88832016-04-19 Doug Evans <xdje42@gmail.com>
8884
8885 * gdb.base/bad-file.exp: New file.
8886
a22df60a
MG
88872016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8888
8889 * gdb.dwarf2/implref.exp: New file.
8890
0c13f7e5
BH
88912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8892
8893 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8894 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8895 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8896 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8897 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8898 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8899 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8900 * lib/fortran.exp (fortran_int4): New procedure.
8901 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8902 (fortran_logical4): Likewise.
8903
9b9b09e9
BH
89042016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8905
8906 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8907
a14d1f4d
BH
89082016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8909
8910 * lib/compiler.c: Add Intel specific preprocessor macros.
8911 * lib/compiler.cc: Likewise.
25d49b86 8912
7d49b1d0
LM
89132016-04-13 Luis Machado <lgustavo@codesourcery.com>
8914
8915 * gdb.server/connect-with-no-symbol-file.c: New file.
8916 * gdb.server/connect-with-no-symbol-file.exp: New file.
8917
8392fa22
SM
89182016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8919
8920 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8921
8c4c4aeb
SM
89222016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8923
8924 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8925 standard output directory.
8926
45e3745e
AT
89272016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8928
8929 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8930
e26b7e41
MM
89312016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8932
8933 * gdb.btrace/instruction_history.c (loop): Add declaration.
8934
8ce09462
AT
89352016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8936
8937 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8938
2e88a1ea
SM
89392016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8940
8941 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8942 parentheses to print.
8943 (continue_handler): Likewise.
8944
f48e22e3
SM
89452016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8946
8947 * gdb.server/solib-list.exp: Remove is_remote check.
8948 Pass shlib= to gdb_compile. Don't link shared library with
8949 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8950 Run binary filename through "readlink -f" on the target.
8951
096be756
PA
89522016-04-08 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8955 interpreter filename as argument to gdbserver_spawn.
8956 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8957 Return empty if $last_loaded_file does not exist.
8958
06500533
JK
89592016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8960
8961 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8962 * gdb.base/jit-main.c: Use exit after usage.
8963
2d35e871
JK
89642016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8965
8966 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8967 GDBHISTSIZE prior to the tests.
8968 * gdb.base/gdbinit-history.exp: Likewise.
8969
89702016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8971
8972 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8973 instead of build_executable. Use gdb_load_shlibs.
8974
c8064e7e
YQ
89752016-04-07 Yao Qi <yao.qi@linaro.org>
8976
8977 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8978 Execute "si" command.
8979
bde47561
YQ
89802016-04-07 Yao Qi <yao.qi@linaro.org>
8981
8982 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8983 number instead of the comments on some line.
8984
b16f8a3b
DB
89852016-04-06 Don Breazeal <donb@codesourcery.com>
8986
8987 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8988 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8989
c2f901df
SM
89902016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8991
8992 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8993 standard_output_file. Remove unused binfile variable.
8994
ac17fda0
CU
89952016-04-05 Catalin Udma <catalin.udma@freescale.com>
8996
8997 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8998 * gdb.python/py-mi-objfile.exp: Match "list main" output
8999 in console format.
9000
03a8c4df
SM
90012016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9002
9003 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9004 absolute.
9005
6e774b13
SM
90062016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9007
9008 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9009 absolute.
9010 * gdb.trace/ftrace.exp: Likewise.
9011 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9012 targets as well.
9013 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9014 (gdb_load_shlibs): Copy libraries to test directory when testing
9015 natively. Only set solib-search-path if testing remotely.
9016 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9017
7817ea46
SM
90182016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9019
9020 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9021 gdb_download. Use it even if the target is not remote.
9022 * gdb.base/jit.exp (compile_jit_test): Likewise.
9023 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9024 output directory if the destination board is local, otherwise use
9025 the standard remote_download from DejaGnu.
9026 (gdb_download): Remove.
9027 (gdb_load_shlibs): Use gdb_remote_download instead of
9028 gdb_download.
9029 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9030 Use gdb_remote_download instead of gdb_download. Use it even if
9031 the target is not remote.
9032 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9033 instead of gdb_download.
9034
7beb7f68
SM
90352016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9036
9037 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9038 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9039 run.
9040
cc63428a
AV
90412016-04-01 Artemiy Volkov <artemiyv@acm.org>
9042
9043 PR gdb/19820
9044 * gdb.base/printcmds.exp: Add artificial arrays tests.
9045
64cdf930
PA
90462016-03-31 Pedro Alves <palves@redhat.com>
9047
9048 PR gdb/19858
9049 * gdb.base/jit-main.c: Include unistd.h.
9050 (ATTACH): Define to 0 if not already defined.
9051 (wait_for_gdb, mypid): New globals.
9052 (WAIT_FOR_GDB): New macro.
9053 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9054 some breakpoint locations.
9055 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9056 New procedures.
9057 (one_jit_test): Add REATTACH parameter, and handle it. Use
9058 continue_to_test_location.
9059 (top level): Test attach, and adjusts calls to one_jit_test.
9060
40dea8cb
PA
90612016-03-31 Pedro Alves <palves@redhat.com>
9062
9063 PR gdb/19858
9064 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9065 BINSUFFIX parameter, and handle it.
9066 (top level): Adjust calls compile_jit_test.
9067
e7ea3ec7
CU
90682016-03-31 Catalin Udma <catalin.udma@freescale.com>
9069
9070 PR python/19743
9071 * gdb.python/py-mi-events-gdb.py: New file.
9072 * gdb.python/py-mi-events.c: New file.
9073 * gdb.python/py-mi-events.exp: New file.
9074
e6359af3
YQ
90752016-03-30 Yao Qi <yao.qi@linaro.org>
9076
9077 * gdb.reverse/until-precsave.exp: Match function name only.
9078 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9079 Move malloc to a condition block.
9080 * gdb.reverse/until-reverse.exp: Match function name only.
9081
a4105d04
MK
90822016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9083
9084 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9085 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9086 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9087 variable for GPR 0 instead of assuming it is register 0.
9088 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9089 * lib/trace-support.exp: Add s390 registers.
9090
bfa6adb9
YQ
90912016-03-29 Yao Qi <yao.qi@linaro.org>
9092
9093 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9094
1e6697ea
YQ
90952016-03-24 Yao Qi <yao.qi@linaro.org>
9096
9097 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9098 test message.
9099
64bcd522
AA
91002016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9101
9102 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9103 maintaining separate logic for constructing the output path.
9104
7868401b
DB
91052016-03-16 Don Breazeal <donb@codesourcery.com>
9106
9107 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9108 Retry fork and waitpid on interrupted system call errors.
9109 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9110 Use with_timeout_factor to increase timeout by factor of 10.
9111
1cafadb4
DB
91122016-03-15 Don Breazeal <donb@codesourcery.com>
9113
9114 * gdb.cp/scope-err.cc: New test program.
9115 * gdb.cp/scope-err.exp: New test script.
9116 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9117 lines and "set breakpoint here" comment.
9118 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9119 Fixed some whitespace and format issues.
9120 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9121 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9122
81516450
DE
91232016-03-15 Doug Evans <dje@google.com>
9124
9125 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9126 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9127 All callers updated. Add tests for enums, mixed flags register.
9128
aa52b601
DE
91292016-03-15 Doug Evans <dje@google.com>
9130
9131 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9132 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9133
fa4ff313
SM
91342016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9135
9136 * gdb.base/default.exp: Add $_as_string to the list of expected
9137 convenience functions.
9138
f2403c39
AB
91392016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9140
9141 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9142
f2f3ccb9
SM
91432016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9144
9145 * gdb.python/py-as-string.exp: New file.
9146 * gdb.python/py-as-string.c: New file.
9147
00dbd492
PA
91482016-03-09 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9151 signal" -> "Thread NN received signal" output change.
9152 * gdb.threads/ia64-sigill.exp: Likewise.
9153 * gdb.threads/linux-dp.exp: Likewise.
9154 * gdb.threads/manythreads.exp: Likewise.
9155 * gdb.threads/pending-step.exp: Likewise.
9156 * gdb.threads/print-threads.exp: Likewise.
9157 * gdb.threads/sigstep-threads.exp: Likewise.
9158 * gdb.threads/staticthreads.exp: Likewise.
9159 * gdb.threads/tls.exp: Likewise.
9160
1e6697ea
YQ
91612016-03-09 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/command-line-input.exp: New file.
9164
b04fd3be
MK
91652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9166
9167 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9168 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9169 * gdb.trace/pending.exp: Accept leading dot before function name.
9170 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9171 * lib/trace-support.exp: Set registers for ppc.
9172
98fa59e9
MK
91732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9174
9175 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9176 use it for disassembly; accept .main in addition to main in backtrace.
9177
f77198c8
MK
91782016-03-09 Wei-cheng Wang <cole945@gmail.com>
9179 Marcin Kościelnicki <koriakin@0x04.net>
9180
9181 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9182 (gdb_recursion_test_ptr): New global variable.
9183 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9184 gdb_recursion_test.
9185 (gdb_c_test): Ditto.
9186
ba84e0da
MK
91872016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9188
9189 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9190 ordering.
9191
4366d36e
MK
91922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9193
9194 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9195 (bar): Add bar_start_lbl label.
9196 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9197 of foo/bar for emitting DWARF and tracing.
9198
5eb264df
SDJ
91992016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9200
9201 * analyze-racy-logs.py: Set executable bit.
9202
fb6a751f
SDJ
92032016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9204
9205 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9206 (CHECK_TARGET_TMP): Likewise.
9207 (check-single-racy): New rule.
9208 (check-parallel-racy): Likewise.
9209 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9210 (do-check-parallel-racy): New rule.
9211 (check-racy/%.exp): Likewise.
9212 * README (Racy testcases): New section.
9213 * analyze-racy-logs.py: New file.
9214
bdf7e230
DE
92152016-03-03 Doug Evans <dje@google.com>
9216
9217 * gdb.base/skip.exp: Use with_test_prefix.
9218
4719d415
YQ
92192016-03-03 Yao Qi <yao.qi@linaro.org>
9220
9221 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9222 Invoke step_over_syscall "clone" and break_cond_on_syscall
9223 "clone".
9224 * gdb.base/step-over-clone.c: New file.
9225
ea507862
YQ
92262016-03-03 Yao Qi <yao.qi@linaro.org>
9227
9228 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9229 code format.
9230
8fc8cbda
YQ
92312016-03-03 Yao Qi <yao.qi@linaro.org>
9232
9233 * gdb.base/disp-step-fork.c: Rename to ...
9234 * gdb.base/step-over-fork.c: ... it. New file.
9235 * gdb.base/disp-step-vfork.c: Rename to ...
9236 * gdb.base/step-over-vfork.c: ... it. New file.
9237 * gdb.base/disp-step-syscall.exp: Rename to ...
9238 * gdb.base/step-over-syscall.exp: ... it. New file.
9239 (disp_step_cross_syscall): Rename to ...
9240 (step_over_syscall): ... it.
9241
92fa70b0
YQ
92422016-03-03 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9245 If target supports condition evaluation on target, invoke
9246 break_cond_on_syscall for fork and vfork.
9247
e197ad3c
YQ
92482016-03-03 Yao Qi <yao.qi@linaro.org>
9249
9250 * gdb.base/disp-step-syscall.exp: Don't invoke
9251 support_displaced_stepping.
9252 (disp_step_cross_syscall): Test with displaced stepping off and
9253 on if supported.
9254
0b47da9f
YQ
92552016-03-03 Yao Qi <yao.qi@linaro.org>
9256
9257 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9258 proc.
9259 (setup): New proc.
9260 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9261 and setup.
9262
065ab6dc
BH
92632016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9264
9265 * gdb.fortran/vla-history.exp: Remove breakpoint.
9266
07e448ad 92672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9268
25d49b86
PA
9269 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9270 exceeds timeout.
07e448ad 9271
9ac2d526 92722016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9273
25d49b86
PA
9274 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9275 breakpoint.
9ac2d526 9276
17807369
BH
92772016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9278
9279 * gdb.mi/vla.f90: Nullify pointer after declaration.
9280
86e501af
PA
92812016-03-01 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9284
1e903e32
PA
92852016-03-01 Pedro Alves <palves@redhat.com>
9286
9287 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9288 before anything else.
9289 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9290 _GNU_SOURCE here.
9291 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9292 before anything else.
9293 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9294
6ccb54e2
PA
92952016-03-01 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9298
30ca9da1
YQ
92992016-03-01 Yao Qi <yao.qi@linaro.org>
9300
9301 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9302 prepare_for_testing.
9303
dc856b38
YQ
93042016-03-01 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9307
4a932159
AA
93082016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9309
9310 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9311 manually constructing the output path.
9312
f2489477
AA
93132016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9314
9315 * gdb.arch/s390-stackless.S: New.
9316 * gdb.arch/s390-stackless.exp: New.
9317
38899f16
IB
93182016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9319
9320 * gdb.dlang/circular.c: New file.
9321 * gdb.dlang/circular.exp: New file.
9322
9fde51ed
YQ
93232016-02-26 Yao Qi <yao.qi@linaro.org>
9324
9325 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9326 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9327 (testcases): Update.
9328
ce90fefe
YQ
93292016-02-26 Yao Qi <yao.qi@linaro.org>
9330
9331 * gdb.reverse/aarch64.c: Rename to ...
9332 * gdb.reverse/insn-reverse.c: ... it.
9333 * gdb.reverse/aarch64.exp: Rename to ...
9334 * gdb.reverse/insn-reverse.exp: ... it.
9335
3263bceb
YQ
93362016-02-26 Yao Qi <yao.qi@linaro.org>
9337
9338 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9339 (testcase_ftype): New.
9340 (testcases): New array.
9341 (n_testcases): New.
9342 (main): Call each element in testcases.
9343 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9344 (read_testcase): New.
9345 Do the tests in a loop.
9346
6cb59ff1
YQ
93472016-02-25 Yao Qi <yao.qi@linaro.org>
9348
9349 * gdb.base/branches.c: Remove.
9350
ae91f625
MK
93512016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9352
9353 PR gdb/13808
9354 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9355
678b48b7
MK
93562016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9357
9358 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9359
7337a6f2
MK
93602016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9361
9362 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9363 change x86_64 call_insn to 'callq'.
9364
861ca91f
AT
93652016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9366
9367 * gdb.trace/tfile-avx.c: Move to...
9368 * gdb.trace/tracefile-pseudo-reg.c: Here.
9369 * gdb.trace/tfile-avx.exp: Move to...
9370 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9371
bf74e428
GB
93722016-02-24 Gary Benson <gbenson@redhat.com>
9373
9374 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9375 message on attach.
9376
cce0e923
DE
93772016-02-23 Doug Evans <dje@google.com>
9378
9379 * gdb.base/skip.c (test_skip): New function.
9380 (end_test_skip_file_and_function): New function.
9381 (test_skip_file_and_function): New function.
9382 * gdb.base/skip1.c (test_skip): New function.
9383 (skip1_test_skip_file_and_function): New function.
9384 * gdb.base/skip.exp: Add tests for new skip options.
9385 * gdb.base/skip-solib.exp: Update expected output.
9386 * gdb.perf/skip-command.cc: New file.
9387 * gdb.perf/skip-command.exp: New file.
9388 * gdb.perf/skip-command.py: New file.
9389
4000e47e
MK
93902016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9391
9392 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9393 info registers pattern.
9394
24f75ead
IB
93952016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9396
9397 * lib/future.exp: Add D support.
9398 (gdb_find_gdc): New proc.
9399 (gdb_default_target_compile): Add D support.
9400
fbb7bcbe
WW
94012016-02-18 Wei-cheng Wang <cole945@gmail.com>
9402
9403 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9404 user+system time.
9405 (trace_speed_test): Determine the iteration count for a time
9406 between 15..30 seconds.
9407
012b3a21
WT
94082016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9409
9410 * gdb.arch/i386-mpx-sigsegv.c: New file.
9411 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9412 * gdb.arch/i386-mpx-simple_segv.c: New file.
9413 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9414
2d5189bd
YQ
94152016-02-18 Yao Qi <yao.qi@linaro.org>
9416
9417 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9418 Don't call setup_kfail.
9419
40fb20d0
YQ
94202016-02-18 Yao Qi <yao.qi@linaro.org>
9421
9422 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9423 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9424
21b1f8d2
DE
94252016-02-16 Doug Evans <dje@google.com>
9426
9427 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9428 * gdb.base/skip1.c: Ditto.
9429 * gdb.base/skip.exp: Whitespace cleanup.
9430
4041ed77
DB
94312016-02-16 Don Breazeal <donb@codesourcery.com>
9432
9433 PR remote/19496
9434 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9435 Remove kfail for PR remote/19496.
9436
c4ef31bf
SM
94372016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * lib/gdb.exp (standard_temp_file): Return a path specific to
9440 the runtest invocation.
9441
266b65b3
SM
94422016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9443
9444 * gdb.trace/save-trace.exp: Change relative path to be in the
9445 standard output directory.
9446
a7a0a6a9
JK
94472016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9448
9449 * gdb.arch/i386-prologue.c: Add missing prototypes.
9450
c99dbb42
JK
94512016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9452
9453 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9454 * gdb.arch/i386-prologue.exp: Likewise.
9455 * gdb.arch/i386-size.exp: Likewise.
9456
aa480355
SM
94572016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9458
9459 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9460 define object file path.
9461 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9462 file path.
9463 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9464 standard_output_file to define binfile.
9465
ba881f50
JK
94662016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 Fix compatibility with recent gfortran-5.3.1.
9469 * gdb.fortran/vla-history.exp (print vla1 allocated)
9470 (print vla2 allocated, print $2, print $3): Remove
9471 (print $4): Rename to ...
9472 (print $2): ... here.
9473 (print $9): Rename to ...
9474 (print $5): ... here.
9475 (print $10): Rename to ...
9476 (print $6): ... here.
9477 * gdb.fortran/vla.f90: Add pvla initialization.
9478
e9fb005c
JK
94792016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9482 New test.
9483 * gdb.fortran/vla-value-sub.exp: Likewise.
9484
e44e00ff
MK
94852016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9486
9487 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9488
97e94151
SM
94892016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * i386-biarch-core.exp: Define corefile using
9492 standard_output_file.
9493
01113bc1
YQ
94942016-02-12 Yao Qi <yao.qi@linaro.org>
9495
9496 * gdb.arch/arm-single-step-kernel-helper.c: New.
9497 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9498
33b4777c
MM
94992016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9500
9501 * gdb.btrace/tailcall-only.exp: New.
9502 * gdb.btrace/tailcall-only.c: New.
9503 * gdb.btrace/x86_64-tailcall-only.S: New.
9504 * gdb.btrace/i686-tailcall-only.S: New.
9505
acc23c11
PA
95062016-02-11 Pedro Alves <palves@redhat.com>
9507
9508 * README (Parallel testing): Add missing double quotes.
9509
e352bf0a
PA
95102016-02-11 Pedro Alves <palves@redhat.com>
9511
9512 * README (Parallel testing): New section.
9513 (GDB_PARALLEL): Rewrite.
9514 (FORCE_PARALLEL): Document.
9515
9f5fed78
MK
95162016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9517
9518 * gdb.trace/tfile-avx.c: New test.
9519 * gdb.trace/tfile-avx.exp: New test.
9520
9ef9e6a6
KS
95212016-02-09 Keith Seitz <keiths@redhat.com>
9522
9523 PR breakpoints/19546
9524 * gdb.base/infcall-exec.c: New file.
9525 * gdb.base/infcall-exec2.c: New file.
9526 * gdb.base/infcall-exec.exp: New file.
9527
a96e36da
KS
95282016-02-09 Keith Seitz <keiths@redhat.com>
9529
9530 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9531 (toplevel): Call test_bkpt_address.
9532
9f61929f
KS
95332016-02-09 Keith Seitz <keiths@redhat.com>
9534
9535 PR python/19506
9536 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9537 (toplevel): Call test_bkpt_address.
9538
1e94266c
SM
95392016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9540
9541 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9542 to AC_OUTPUT.
9543 * configure: Regenerate.
9544
2a7f3dff
PA
95452016-02-09 Pedro Alves <palves@redhat.com>
9546
9547 PR breakpoints/19548
9548 * gdb.base/execl-update-breakpoints.c (some_function): New
9549 function.
9550 (main): Call it.
9551 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9552 Tighten expected GDB output.
9553
2151ccc5
SM
95542016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9555
9556 * Makefile.in (ALL_SUBDIRS): Remove.
9557 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9558 (distclean maintainer-clean realclean): Likewise.
9559 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9560 * configure: Regenerate.
9561 * gdb.ada/Makefile.in: Delete.
9562 * gdb.arch/Makefile.in: Likewise.
9563 * gdb.asm/Makefile.in: Likewise.
9564 * gdb.base/Makefile.in: Likewise.
9565 * gdb.btrace/Makefile.in: Likewise.
9566 * gdb.cell/Makefile.in: Likewise.
9567 * gdb.compile/Makefile.in: Likewise.
9568 * gdb.cp/Makefile.in: Likewise.
9569 * gdb.disasm/Makefile.in: Likewise.
9570 * gdb.dlang/Makefile.in: Likewise.
9571 * gdb.dwarf2/Makefile.in: Likewise.
9572 * gdb.fortran/Makefile.in: Likewise.
9573 * gdb.gdb/Makefile.in: Likewise.
9574 * gdb.go/Makefile.in: Likewise.
9575 * gdb.guile/Makefile.in: Likewise.
9576 * gdb.java/Makefile.in: Likewise.
9577 * gdb.linespec/Makefile.in: Likewise.
9578 * gdb.mi/Makefile.in: Likewise.
9579 * gdb.modula2/Makefile.in: Likewise.
9580 * gdb.multi/Makefile.in: Likewise.
9581 * gdb.objc/Makefile.in: Likewise.
9582 * gdb.opencl/Makefile.in: Likewise.
9583 * gdb.opt/Makefile.in: Likewise.
9584 * gdb.pascal/Makefile.in: Likewise.
9585 * gdb.perf/Makefile.in: Likewise.
9586 * gdb.python/Makefile.in: Likewise.
9587 * gdb.reverse/Makefile.in: Likewise.
9588 * gdb.server/Makefile.in: Likewise.
9589 * gdb.stabs/Makefile.in: Likewise.
9590 * gdb.threads/Makefile.in: Likewise.
9591 * gdb.trace/Makefile.in: Likewise.
9592 * gdb.xml/Makefile.in: Likewise.
9593 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9594 GDB_PARALLEL.
9595 (standard_output_file): Remove check for GDB_PARALLEL, always
9596 return path in outputs/$subdir/$testname.
9597
437277d4
SM
95982016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9599
9600 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9601 (site.exp): Assign abs_srcdir to tcl's srcdir.
9602
31d913c7
YQ
96032016-02-04 Yao Qi <yao.qi@linaro.org>
9604
9605 * gdb.base/foll-exec-mode.c: Include limits.h.
9606 (main): Add parameters argc and argv. Get directory from
9607 argv[0].
9608 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9609 compilation.
9610 * gdb.base/foll-exec.c: Include limits.h.
9611 (main): Add parameters argc and argv.
9612 Get directory from argv[0].
9613 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9614 Adjust tests on the number of lines as source code changed.
9615 * gdb.base/foll-vfork-exit.c: Include limits.h.
9616 (main): Add one line of statement before vfork.
9617 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9618 (main): Add parameters argc and argv. Get directory from
9619 argv[0].
9620 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9621 (setup_gdb): Set tbreak to skip some source lines.
9622 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9623 (main): Add parameters argc and argv. Get directory from
9624 argv[0].
9625 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9626 compilation.
9627 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9628 (main): Add parameters argc and argv. Get directory from
9629 argv[0].
9630 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9631 compilation.
9632
9482b9fb
DE
96332016-02-01 Doug Evans <dje@google.com>
9634
9635 * gdb.base/skip.exp: Clean up multiple references to same test name.
9636
6b2e4f10
PA
96372016-02-01 Pedro Alves <palves@redhat.com>
9638
ccb6afd6 9639 PR remote/19496
6b2e4f10
PA
9640 * gdb.threads/forking-threads-plus-breakpoint.exp
9641 (displaced_stepping_supported): New global.
9642 (probe_displaced_stepping_support): New procedure.
9643 (do_test): Add 'displaced' parameter, and use it.
9644 (top level): Check for displaced stepping support. Add displaced
9645 stepping on/off testing axis.
9646
37a8db1a
AB
96472016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9648
9649 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9650 pointer. Don't perform further tests on the unassociated pointer
9651 if the first test fails.
9652
5fdf6324
AB
96532016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9654
9655 * gdb.base/max-value-size.c: New file.
9656 * gdb.base/max-value-size.exp: New file.
9657 * gdb.base/huge.exp: Disable max-value-size for this test.
9658
935c6144
IB
96592016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9660
9661 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9662
7fe8399d
YQ
96632016-01-28 Yao Qi <yao.qi@linaro.org>
9664
9665 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9666
a2077e25
PA
96672016-01-25 Pedro Alves <palves@redhat.com>
9668
9669 PR threads/19461
9670 * gdb.base/fork-running-state.c: New file.
9671 * gdb.base/fork-running-state.exp: New file.
9672
1d2736d4
PA
96732016-01-25 Pedro Alves <palves@redhat.com>
9674
9675 PR gdb/19494
9676 * gdb.base/catch-fork-kill.c: New file.
9677 * gdb.base/catch-fork-kill.exp: New file.
9678
f1da4b11
PA
96792016-01-25 Pedro Alves <palves@redhat.com>
9680
9681 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9682 Delete, moved to lib/gdb.exp.
9683 * gdb.threads/forking-threads-plus-breakpoint.exp
9684 (foreach_with_prefix): Likewise.
9685 * gdb.threads/process-dies-while-handling-bp.exp
9686 (foreach_with_prefix): Likewise.
9687 * lib/gdb.exp (foreach_with_prefix): New procedure.
9688
45f38546
MK
96892016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9690
9691 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9692 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9693
dc29a1ce
MK
96942016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9695
9696 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9697 endian targets.
9698
092127d7
JK
96992016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9700 Pedro Alves <palves@redhat.com>
9701
9702 Fix testsuite compatibility with Guile.
9703 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9704 number.
9705
31d765d3
JK
97062016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9707
9708 Fix testsuite compatibility with Guile.
9709 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9710 (thread 1): New test for backtrace through signal handler.
9711
1ac78c04
YQ
97122016-01-22 Yao Qi <yao.qi@linaro.org>
9713
9714 PR testsuite/19491
9715 * gdb.base/multi-forks.c: Include
9716 ../lib/unbuffer_output.c
9717 (main): Call gdb_unbuffer_output.
9718
4f5946a8
DE
97192016-01-21 Doug Evans <dje@google.com>
9720
9721 * lib/ada.exp (gdb_compile_ada): Fix typo.
9722
305e13e6
JB
97232016-01-21 Joel Brobecker <brobecker@adacore.com>
9724
9725 * gdb.base/break-fun-addr.exp: New file.
9726 * gdb.base/break-fun-addr1.c: New file.
9727 * gdb.base/break-fun-addr2.c: New file.
9728
5f5dfff6
SM
97292016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9730
9731 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9732 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9733 enum flag values.
9734
fd356fa2
AA
97352016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9736
9737 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9738 when GDB can not set the vector return value. Add more comments
9739 for clarification.
9740
9df22175
AT
97412016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9742
9743 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9744 command.
9745
41d1845e
SM
97462016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9747
9748 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9749
01ac6840
SM
97502016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9751
9752 * Makefile.in (check-single): Pass --status to runtest.
9753 (check/%.exp): Likewise.
9754
97552016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9756
9757 * Makefile.in (check-parallel): Propagate return code from make
9758 do-check-parallel.
9759
bd0a71fa
MK
97602016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9761
9762 * gdb.trace/ftrace.exp: Fix expected message on continue.
9763 * gdb.trace/pending.exp: Fix expected message on continue.
9764 * gdb.trace/trace-break.exp: Fix expected message on continue.
9765
8bcbad33
SM
97662016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9767
9768 * lib/gdb.exp (gdb_test): Remove unused global references.
9769
f303dbd6
PA
97702016-01-18 Pedro Alves <palves@redhat.com>
9771
9772 * gdb.base/async-shell.exp: Adjust expected output.
9773 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9774 * gdb.base/siginfo-thread.exp: Adjust expected output.
9775 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9776 * gdb.java/jnpe.exp: Adjust expected output.
9777 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9778 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9779 * gdb.threads/leader-exit.exp: Adjust expected output.
9780 * gdb.threads/manythreads.exp: Adjust expected output.
9781 * gdb.threads/pthreads.exp: Adjust expected output.
9782 * gdb.threads/schedlock.exp: Adjust expected output.
9783 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9784 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9785 expected output.
9786 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9787 output.
9788 * gdb.threads/sigthread.exp: Adjust expected output.
9789 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9790
b2789696
YQ
97912016-01-18 Yao Qi <yao.qi@linaro.org>
9792
9793 * gdb.guile/scm-section-script.c: Replace @progbits with
9794 %progbits.
9795 * gdb.python/py-section-script.c: Likewise.
9796
71ef29a8
PA
97972016-01-15 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.multi/tids.exp: Test star wildcard ranges.
9800
3f5b7598
PA
98012016-01-15 Pedro Alves <palves@redhat.com>
9802
9803 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9804 command from "thread apply" invocation.
9805 (thr_apply_info_thr_invalid): Default the expected output to the
9806 input tid list.
9807 (top level): Add tests that use convenience variables. Add tests
9808 for "thread apply" with a valid TID list, but missing the command.
9809
663f6d42
PA
98102016-01-13 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.base/default.exp: Expect $_gthread as well.
9813 * gdb.multi/tids.exp: Test $_gthread.
9814 * gdb.threads/thread-specific.exp: Test $_gthread.
9815
c84f6bbf
PA
98162016-01-13 Pedro Alves <palves@redhat.com>
9817
9818 * gdb.multi/tids.exp: Test "info threads -gid".
9819
22a02324
PA
98202016-01-13 Pedro Alves <palves@redhat.com>
9821
9822 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9823 Breakpoint.thread.
9824 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9825
5d5658a1
PA
98262016-01-07 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.base/break.exp: Adjust to output changes.
9829 * gdb.base/hbreak2.exp: Likewise.
9830 * gdb.base/sepdebug.exp: Likewise.
9831 * gdb.base/watch_thread_num.exp: Likewise.
9832 * gdb.linespec/keywords.exp: Likewise.
9833 * gdb.multi/info-threads.exp: Likewise.
9834 * gdb.threads/thread-find.exp: Likewise.
9835 * gdb.multi/tids.c: New file.
9836 * gdb.multi/tids.exp: New file.
9837
84654457
PA
98382016-01-13 Pedro Alves <palves@redhat.com>
9839
9840 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9841
e3940304
PA
98422016-01-13 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.base/default.exp: Expect $_inferior as well.
9845 * gdb.multi/base.exp: Test $_inferior.
9846
a911d87a
PA
98472016-01-13 Pedro Alves <palves@redhat.com>
9848
9849 PR breakpoints/19388
9850 * gdb.base/catch-signal-siginfo-cond.c: New file.
9851 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9852
82075af2
JS
98532016-01-12 Josh Stone <jistone@redhat.com>
9854 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9855
9856 * gdb.base/catch-syscall.c (do_execve): New variable.
9857 (main): Conditionally trigger an execve.
9858 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9859 (test_catch_syscall_execve): New, check entry/return across execve.
9860 (do_syscall_tests): Call test_catch_syscall_execve.
9861
e46eeedd
PA
98622016-01-12 Pedro Alves <palves@redhat.com>
9863
9864 * gdb.base/random-signal.exp (do_test): New procedure, with body
9865 of testcase moved in.
9866
01d8c27e
JK
98672016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9868 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.base/funcargs.exp (finish from indirectly called function):
9871 Reintroduce the case for 'First'.
9872
9a706302
JK
98732016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9874 Pedro Alves <palves@redhat.com>
9875
9876 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9877 (tcatch_vfork_then_child_follow_exec)
9878 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9879 identification.
9880
c0ecb95f
JK
98812016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9882
9883 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9884 and repeats to unlimited.
9885 * gdb.python/py-value.exp: Likewise.
9886 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9887 and repeats to unlimited.
9888
6cfc1fcb
JK
98892016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9890
9891 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9892 and reordering the functions.
9893 * gdb.multi/hangout.c: Likewise.
9894 * gdb.multi/hello.c: Likewise.
9895
582a1b00
SM
98962016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9899 absolute.
9900 (SingleStatisticTestResult.report): Use dict.keys instead of
9901 dict.iterkeys.
9902
79bc59cb
PA
99032016-01-06 Pedro Alves <palves@redhat.com>
9904
9905 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9906
43368e1d
MM
99072016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9908
9909 * gdb.btrace/dlopen.exp: New.
9910 * gdb.btrace/dlopen.c: New.
9911 * gdb.btrace/dlopen-dso.c: New.
9912
79fad5b8
SL
99132015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9914
9915 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9916 PATTERN argument is optional.
9917
ab8314b3
JB
99182015-12-24 Joel Brobecker <brobecker@adacore.com>
9919
9920 * lib/ada.exp (target_compile_ada_from_dir): New function.
9921 (gdb_compile_ada): Reimplement avoiding the use of project files.
9922 * gdb.ada/gnat_ada.gpr: Delete.
9923 * gdb.ada/cond_lang.exp: Adjust test to make path before
9924 filename optional.
9925 * gdb.ada/small_reg_param.exp: Likewise.
9926
fe33faff
SM
99272015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9928
9929 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9930
6d265cb4
TP
99312015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9932
9933 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9934 case.
9935
10125099
SM
99362015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9937
9938 * gdb.base/break.exp: Remove dead code.
9939 * gdb.base/sepdebug.exp: Likewise.
9940
3ca22649
SM
99412015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9942
9943 * gdb.asm/asm-source.exp: Remove HP-UX references.
9944 * gdb.base/annota1.exp: Likewise.
9945 * gdb.base/annota3.exp: Likewise.
9946 * gdb.base/attach.exp: Likewise.
9947 * gdb.base/bigcore.exp: Likewise.
9948 * gdb.base/break.exp: Likewise.
9949 * gdb.base/call-ar-st.exp: Likewise.
9950 * gdb.base/callfuncs.exp: Likewise.
9951 * gdb.base/catch-fork-static.exp: Likewise.
9952 * gdb.base/display.exp: Likewise.
9953 * gdb.base/foll-exec-mode.exp: Likewise.
9954 * gdb.base/foll-exec.exp: Likewise.
9955 * gdb.base/foll-fork.exp: Likewise.
9956 * gdb.base/foll-vfork.exp: Likewise.
9957 * gdb.base/funcargs.exp: Likewise.
9958 * gdb.base/hbreak2.exp: Likewise.
9959 * gdb.base/inferior-died.exp: Likewise.
9960 * gdb.base/interrupt.exp: Likewise.
9961 * gdb.base/multi-forks.exp: Likewise.
9962 * gdb.base/nodebug.exp: Likewise.
9963 * gdb.base/sepdebug.exp: Likewise.
9964 * gdb.base/solib1.c: Likewise.
9965 * gdb.base/step-test.exp: Likewise.
9966 * gdb.mi/non-stop.c: Likewise.
9967 * gdb.mi/pthreads.c: Likewise.
9968 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9969 * gdb.threads/pthreads.c: Likewise.
9970 * gdb.threads/staticthreads.exp: Likewise.
9971 * lib/future.exp: Likewise.
9972 * lib/gdb.exp: Likewise.
9973 * gdb.base/so-indr-cl.c: Remove.
9974 * gdb.base/so-indr-cl.exp: Likewise.
9975 * gdb.base/solib.c: Likewise.
9976 * gdb.base/solib.exp: Likewise.
9977 * gdb.base/solib2.c: Likewise.
9978
b6304613
SM
99792015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9980
9981 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9982 * gdb.base/call-ar-st.exp: Likewise.
9983 * gdb.base/callfuncs.exp: Likewise.
9984 * gdb.base/condbreak.exp: Likewise.
9985 * gdb.base/constvars.exp: Likewise.
9986 * gdb.base/hbreak2.exp: Likewise.
9987 * gdb.base/langs.exp: Likewise.
9988 * gdb.base/list.exp: Likewise.
9989 * gdb.base/long_long.exp: Likewise.
9990 * gdb.base/ptype.exp: Likewise.
9991 * gdb.base/scope.exp: Likewise.
9992 * gdb.base/signals.exp: Likewise.
9993 * gdb.base/so-impl-ld.exp: Likewise.
9994 * gdb.base/varargs.exp: Likewise.
9995 * gdb.base/volatile.exp: Likewise.
9996 * gdb.base/whatis.exp: Likewise.
9997 * gdb.cp/cplusfuncs.exp: Likewise.
9998 * gdb.cp/inherit.exp: Likewise.
9999 * gdb.cp/local.exp: Likewise.
10000 * gdb.cp/member-ptr.exp: Likewise.
10001 * gdb.cp/method.exp: Likewise.
10002 * gdb.cp/overload.exp: Likewise.
10003 * gdb.cp/templates.exp: Likewise.
10004 * gdb.stabs/weird.exp: Likewise.
10005 * lib/compiler.c: Likewise.
10006 * lib/compiler.cc: Likewise.
10007 * lib/cp-support.exp: Likewise.
10008 * lib/gdb.exp: Likewise.
10009
bf401b07
SM
100102015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10011
10012 * configure.ac: Remove HP-UX case.
10013 * configure: Regenerate.
10014
aff9c0f8
SM
100152015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10016
10017 * lib/gdb.exp (gdb_compile): Add function doc.
10018
a6904d5a
PA
100192015-12-17 Pedro Alves <palves@redhat.com>
10020
10021 PR threads/19354
10022 * gdb.multi/info-threads.exp: New file.
10023
a22279dd
YQ
100242015-12-15 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10027 is aarch64*-*-*.
10028
0588c796
SL
100292015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10030
10031 * gdb.base/history-duplicates.exp: Skip if no readline support.
10032
5d978e17
SL
100332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10034
10035 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10036
7e763b86
SL
100372015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10038
10039 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10040
87a3a92c
SL
100412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10042
10043 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10044 ctrl-C if nointerrupts target property is set.
10045 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10046 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10047 * gdb.base/paginate-bg-execution.exp: Likewise.
10048 * gdb.base/paginate-execution-startup.exp: Likewise.
10049 * gdb.base/random-signal.exp: Likewise.
10050 * gdb.base/range-stepping.exp: Likewise.
10051 * gdb.cp/annota2.exp: Likewise.
10052 * gdb.cp/annota3.exp: Likewise.
10053 * gdb.gdb/selftest.exp: Likewise.
10054 * gdb.threads/continue-pending-status.exp: Likewise.
10055 * gdb.threads/leader-exit.exp: Likewise.
10056 * gdb.threads/manythreads.exp: Likewise.
10057 * gdb.threads/pthreads.exp: Likewise.
10058 * gdb.threads/schedlock.exp: Likewise.
10059 * gdb.threads/sigthread.exp: Likewise.
10060
a8f077dc
DB
100612015-12-11 Don Breazeal <donb@codesourcery.com>
10062
10063 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10064 remote.
10065 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10066 * gdb.base/foll-exec.exp (main): Enable for target remote.
10067 * gdb.base/foll-fork.exp (main): Likewise.
10068 * gdb.base/foll-vfork.exp (main): Likewise.
10069 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10070 (proc continue_to_exit_bp_loc): Use clean_restart.
10071 * gdb.base/pie-execl.exp (main): Disable for target remote.
10072 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10073 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10074 * gdb.threads/execl.exp (main): Likewise.
10075 * gdb.threads/fork-child-threads.exp (main): Likewise.
10076 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10077 remote.
10078 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10079 remote.
10080 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10081 pid.tid style ptids, instead of just tid.
10082 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10083 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10084 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10085 ptids, instead of just tid.
10086
3b2464a8
AB
100872015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10088
10089 * gdb.base/list.exp (test_list_forward): Add end of file error
10090 test.
10091 (test_repeat_list_command): Add end of file error test.
10092 (test_list_backwards): Add beginning of file error test.
10093
a0def019
AB
100942015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10095
10096 * gdb.base/list.exp (test_list_invalid_args): New function,
10097 defined, and called.
10098
5c000dff
AB
100992015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10100
10101 * gdb.base/list.exp (test_list): Make test names unique.
10102
f1637ebe
YQ
101032015-12-11 Yao Qi <yao.qi@linaro.org>
10104
10105 * gdb.base/coremaker2.c: Remove.
10106
36d6fc0a
PA
101072015-12-10 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.multi/base.exp: Remove stale "spaces" references.
10110
762f7747
PA
101112015-12-10 Pedro Alves <palves@redhat.com>
10112
10113 * gdb.multi/base.exp: Don't use nowarnings.
10114 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10115 * gdb.multi/hangout.c: Include stdio.h.
10116 * gdb.multi/hello.c: Include stdlib.h.
10117 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10118 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10119 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10120
28d2bfb9
AB
101212015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10122
10123 * gdb.dwarf2/dw2-ranges-base.c: New file.
10124 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10125 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10126 support additional line table, and debug ranges generation.
10127 (Dwarf::ranges): New function, generate .debug_ranges.
10128 (Dwarf::lines): Support generating simple line table programs.
10129 (Dwarf::assemble): Initialise new namespace variables.
10130
5fc2beac
KB
101312015-12-09 Kevin Buettner <kevinb@redhat.com>
10132
10133 * gdb.base/async.exp (proc test_background): Add case for
10134 asynchronous execution not supported.
10135
1c35a88f
LM
101362015-12-09 Luis Machado <lgustavo@codesourcery.com>
10137
10138 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10139 format and change test names to make them unique.
10140
b593e3d9
RK
101412015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10142 Pedro Alves <pedro@redhat.com>
10143
10144 PR gdb/18702
10145 Add checking of floatformats setup on x86_64 hosts.
10146 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10147 (smallval, bigval): New labels/constants.
10148 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10149 float" after loading bigval and smallval.
10150
d72413e6
PMR
101512015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10152
10153 * gdb.ada/fun_overload_menu.exp: New testcase.
10154 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10155
ece66d65
JS
101562015-12-04 Josh Stone <jistone@redhat.com>
10157
10158 * gdb.base/catch-fork-static.exp: New.
10159
41d0efca
YQ
101602015-12-03 Yao Qi <yao.qi@linaro.org>
10161
10162 * gdb.base/sizeof.c: Don't include stdio.h and
10163 ../lib/unbuffer_output.c.
10164 (main): New variable 'size' and 'value'. Remove printf and
10165 gdb_unbuffer_output. Assign return value to size and value.
10166 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10167 at the beginning.
10168 (check_sizeof): Check the result by printing variable 'size'.
10169 (check_valueof): Check the result by printing variable 'value'.
10170
99fd02d9
YQ
101712015-12-01 Yao Qi <yao.qi@linaro.org>
10172
10173 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10174 for aarch64*-*-linux* target.
10175
f2faf941
PA
101762015-11-30 Pedro Alves <palves@redhat.com>
10177
10178 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10179
04bf20c5
PA
101802015-11-30 Pedro Alves <palves@redhat.com>
10181
10182 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10183 Handle non-stop mode vCont replies.
10184
09df4675
PA
101852015-11-30 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10188 prepare_for_testing. Start gdb with "set non-stop on" appended to
10189 GDBFLAGS. Lax expected stop output.
10190
58b584af
YQ
101912015-11-27 Yao Qi <yao.qi@linaro.org>
10192
10193 * gdb.arch/arm-neon.exp: New.
10194 * gdb.arch/arm-neon.c: New.
10195
dfcb77a8
YQ
101962015-11-27 Yao Qi <yao.qi@linaro.org>
10197
10198 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10199
88e8ec1b
YQ
102002015-11-27 Yao Qi <yao.qi@linaro.org>
10201
10202 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10203 frames-invalid annotation.
10204
bfde72c2
YQ
102052015-11-27 Yao Qi <yao.qi@linaro.org>
10206
10207 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10208
f6512a69
SM
102092015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10210
10211 * gdb.threads/names.exp: New file.
10212 * gdb.threads/names.c: New file.
10213 * README: Mention gdb,no_thread_names.
10214
46a3515b
MM
102152015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10216
10217 PR 19297
10218 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10219 support" error.
10220
62147a22
PA
102212015-11-24 Pedro Alves <palves@redhat.com>
10222
10223 PR 17539
10224 * gdb.base/display.exp: Expect displays to be sorted in ascending
10225 order. Use multi_line.
10226 * gdb.base/solib-display.exp: Likewise.
10227
2f341b6e
PA
102282015-11-24 Pedro Alves <palves@redhat.com>
10229
10230 PR 17539
25d49b86
PA
10231 * gdb.base/display.exp: Expect displays to be sorted in ascending
10232 order. Use multi_line.
10233 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10234
7e0aa6aa
PA
102352015-11-24 Pedro Alves <palves@redhat.com>
10236
10237 PR 17539
10238 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10239 threads in ascending order.
10240 * gdb.base/foll-fork.exp: Likewise.
10241 * gdb.base/foll-vfork.exp: Likewise.
10242 * gdb.base/multi-forks.exp: Likewise.
10243 * gdb.mi/mi-nonstop.exp: Likewise.
10244 * gdb.mi/mi-nsintrall.exp: Likewise.
10245 * gdb.multi/base.exp: Likewise.
10246 * gdb.multi/multi-arch.exp: Likewise.
10247 * gdb.python/py-inferior.exp: Likewise.
10248 * gdb.threads/break-while-running.exp: Likewise.
10249 * gdb.threads/execl.exp: Likewise.
10250 * gdb.threads/gcore-thread.exp: Likewise.
10251 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10252 * gdb.threads/kill.exp: Likewise.
10253 * gdb.threads/linux-dp.exp: Likewise.
10254 * gdb.threads/multiple-step-overs.exp: Likewise.
10255 * gdb.threads/next-bp-other-thread.exp: Likewise.
10256 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10257 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10258 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10259 * gdb.threads/thread-find.exp: Likewise.
10260 * gdb.threads/tls.exp: Likewise.
10261 * lib/mi-support.exp (mi_reverse_list): Delete.
10262 (mi_check_thread_states): No longer reverse list.
10263
2cc57ad8
PA
102642015-11-24 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10267 use lowercase.
10268
c93e8391
SM
102692015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10270
10271 * gdb.trace/actions.c: Include trace-common.h.
10272 (main): Add a location for a fast tracepoint.
10273 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10274 the normal tracepoints.
10275 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10276
045ccf91
SM
102772015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10278
10279 * save-trace.exp: Factor out code to these...
10280 (gdb_save_tracepoints): New.
10281 (gdb_load_tracepoints): New.
10282 (do_save_load_test): New.
10283
5506f9f6
KB
102842015-11-23 Kevin Buettner <kevinb@redhat.com>
10285
10286 * gdb.base/asmlabel.exp: New test.
10287 * gdb.base/asmlabel.c: New test case.
10288
16c3b12f
JB
102892015-11-23 Joel Brobecker <brobecker@adacore.com>
10290
10291 * gdb.base/wrong_frame_bt_full-main.c: New file.
10292 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10293 * gdb.base/wrong_frame_bt_full.exp: New file.
10294
155bfbd3
JB
102952015-11-23 Joel Brobecker <brobecker@adacore.com>
10296
10297 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10298
bb097445
JM
102992015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10300
206853a0 10301 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10302 pstate register when comparing registers values in
10303 sparc64-*-linux-gnu targets to avoid spurious differences.
10304
9c88ed8f
JM
103052015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10306
206853a0 10307 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10308
96161e25
SL
103092015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10310
10311 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10312 as type argument to gdb_compile.
10313 * gdb.base/nested-subp2.exp: Likewise.
10314 * gdb.base/nested-subp3.exp: Likewise.
10315
340c2830
DV
103162015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10317
10318 * lib/dwarf.exp (_note): Fix left shift of negative value.
10319 * gdb.trace/trace-condition.exp: Likewise.
10320
c1862d0f
YQ
103212015-11-13 Yao Qi <yao.qi@linaro.org>
10322
10323 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10324 comments about d10v.
10325 (test_scalar_returns): Likewise.
10326 * gdb.base/d10v.ld: Remove.
10327 * gdb.base/overlays.exp: Remove the target triplet checking for
10328 d10v-*-*.
10329 * gdb.base/structs.exp (test_struct_returns): Remove the
10330 comments about d10v.
10331 (test_struct_calls): Likewise.
10332
77ae9c19
YQ
103332015-11-13 Yao Qi <yao.qi@linaro.org>
10334
10335 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10336 * gdb.base/gnu_vector.c: Don't include stdio.h.
10337 (main): Don't print res and call add_some_intvecs.
10338
430e004e
MK
103392015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10340
10341 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10342 macro.
10343 (func5): Removed.
10344 (func4): Use FAST_TRACEPOINT_LABEL.
10345 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10346 macro.
10347 (func): Removed.
10348 (thread_function): Use FAST_TRACEPOINT_LABEL.
10349 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10350 (func): Remove.
10351 (marker): Use FAST_TRACEPOINT_LABEL.
10352 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10353 (pendfunc1): Remove.
10354 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10355 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10356 (foo): Remove.
10357 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10358 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10359 macro.
10360 (func): Remove.
10361 (marker): Use FAST_TRACEPOINT_LABEL.
10362 * gdb.trace/trace-common.h: New header.
10363 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10364 macro.
10365 (func): Remove.
10366 (marker): Use FAST_TRACEPOINT_LABEL.
10367 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10368 (func): Remove.
10369 (thread_function): Use FAST_TRACEPOINT_LABEL.
10370
6e7675a7
MK
103712015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10372
10373 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10374 in front.
10375 * gdb.trace/change-loc.exp: Use global pcreg definition.
10376 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10377 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10378 in front.
10379 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10380 * gdb.trace/pending.exp: Likewise.
10381 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10382 * gdb.trace/trace-break.exp: Likewise.
10383 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10384 in front.
10385 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10386 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10387 in front.
10388 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10389
dddc0e16
JB
103902015-11-09 Joel Brobecker <brobecker@adacore.com>
10391
10392 * gdb.ada/fin_fun_out: New testcase.
10393
c6f0b406
KB
103942015-11-07 Kevin Buettner <kevinb@redhat.com>
10395
10396 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10397 value associated with DW_AT_byte_size.
10398 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10399 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10400 DW_AT_upper_bound.
10401
f01dcfd9
KB
104022015-11-07 Kevin Buettner <kevinb@redhat.com>
10403
10404 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10405 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10406 version.
10407 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10408 gdb.dwarf2/dw2-canonicalize-type.exp,
10409 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10410 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10411 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10412 provided by gdb_target_symbol_prefix_flags_asm.
10413 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10414 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10415 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10416 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10417 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10418 macros where needed). Use this macro for symbols which require
10419 the prefix provided by SYMBOL_PREFIX.
10420
2223449a
KB
104212015-11-05 Kevin Buettner <kevinb@redhat.com>
10422
10423 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10424 New procs.
10425 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10426 representing expressions, of more than one list element.
10427 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10428 to prepend linker symbol prefix to f.
10429 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10430 table_1 and table_2.
10431 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10432 Likewise, for f and g.
10433 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10434 for ptr.
10435 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10436 for main.
10437 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10438 table_1_ptr and table_2_ptr.
10439
6f2f1a3a
JK
104402015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10441 Joel Brobecker <brobecker@adacore.com>
10442
10443 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10444
566c56c9
MK
104452015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10446
10447 * gdb.reverse/s390-mvcle.c: New test.
10448 * gdb.reverse/s390-mvcle.exp: New file.
10449 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10450
d5f0636b
MK
104512015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10452
10453 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10454
7ad8b86c
MK
104552015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10456
10457 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10458 reaching marker2.
10459 * gdb.reverse/getresuid-reverse.exp: Likewise.
10460 * gdb.reverse/pipe-reverse.exp: Likewise.
10461 * gdb.reverse/readv-reverse.exp: Likewise.
10462 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10463 * gdb.reverse/time-reverse.exp: Likewise.
10464 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10465
4081c0f1
YQ
104662015-10-30 Yao Qi <yao.qi@linaro.org>
10467
10468 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10469 (empty_cycle): Remove.
10470 (main): Don't call empty_cycle. Don't use watch_count_done.
10471 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10472 empty_cycle. Rewrite the code counting HW watchpoints.
10473
452b4ba5
MK
104742015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10475
10476 * gdb.reverse/fstatat-reverse.c: New test.
10477 * gdb.reverse/fstatat-reverse.exp: New file.
10478 * gdb.reverse/getresuid-reverse.c: New test.
10479 * gdb.reverse/getresuid-reverse.exp: New file.
10480 * gdb.reverse/pipe-reverse.c: New test.
10481 * gdb.reverse/pipe-reverse.exp: New file.
10482 * gdb.reverse/readv-reverse.c: New test.
10483 * gdb.reverse/readv-reverse.exp: New file.
10484 * gdb.reverse/recvmsg-reverse.c: New test.
10485 * gdb.reverse/recvmsg-reverse.exp: New file.
10486 * gdb.reverse/time-reverse.c: New test.
10487 * gdb.reverse/time-reverse.exp: New file.
10488 * gdb.reverse/waitpid-reverse.c: New test.
10489 * gdb.reverse/waitpid-reverse.exp: New file.
10490
5e2e7507
JK
104912015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10492
10493 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10494
0fde2c53
DE
104952015-10-26 Doug Evans <dje@google.com>
10496
10497 PR symtab/17391
10498 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10499 * gdb.dwarf2/bad-regnum.c: New file.
10500 * gdb.dwarf2/bad-regnum.exp: New file.
10501
1a70ae97
DE
105022015-10-26 Doug Evans <dje@google.com>
10503
10504 PR python/18938
10505 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10506 file.
10507
27dc26ab
JK
105082015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10509
10510 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10511 for a change by "Mention language in compile error message".
10512
bed91f4d
SM
105132015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10514
10515 PR python/18073
10516 * gdb.python/py-type.c (C::a_method): New.
10517 (C::a_const_method): New.
10518 (C::a_static_method): New.
10519 (a_function): New.
10520 * gdb.python/py-type.exp (test_fields): Test getting fields
10521 from function and method.
10522
3f2f83dd
KB
105232015-10-21 Keven Boell <keven.boell@intel.com>
10524
10525 * gdb.fortran/vla-alloc-assoc.exp: New file.
10526 * gdb.fortran/vla-datatypes.exp: New file.
10527 * gdb.fortran/vla-datatypes.f90: New file.
10528 * gdb.fortran/vla-history.exp: New file.
10529 * gdb.fortran/vla-ptype-sub.exp: New file.
10530 * gdb.fortran/vla-ptype.exp: New file.
10531 * gdb.fortran/vla-sizeof.exp: New file.
10532 * gdb.fortran/vla-sub.f90: New file.
10533 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10534 * gdb.fortran/vla-value-sub-finish.exp: New file.
10535 * gdb.fortran/vla-value-sub.exp: New file.
10536 * gdb.fortran/vla-value.exp: New file.
10537 * gdb.fortran/vla-ptr-info.exp: New file.
10538 * gdb.mi/mi-vla-fortran.exp: New file.
10539 * gdb.mi/vla.f90: New file.
10540
27145d50
SL
105412015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10542
10543 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10544 of hardwired timeout value.
10545
5f3ff4f8
JK
105462015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10547 Pedro Alves <palves@redhat.com>
10548
10549 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10550 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10551
bfd09d20
JS
105522015-10-19 Josh Stone <jistone@redhat.com>
10553
10554 * gdb.base/catch-syscall.c: Include <sched.h>.
10555 (unknown_syscall): New variable.
10556 (main): Trigger a vfork and an unknown syscall.
10557 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10558 (unknown_syscall_number): Likewise.
10559 (check_call_to_syscall): Accept an optional syscall pattern.
10560 (check_return_from_syscall): Likewise.
10561 (check_continue): Likewise.
10562 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10563 (test_catch_syscall_skipping_return): New test toggling off 'catch
10564 syscall' to step over the syscall return, then toggling back on.
10565 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10566 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10567 (do_syscall_tests): Call test_catch_syscall_without_args and
10568 test_catch_syscall_mid_vfork.
10569 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10570 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10571
b32b93c6
AS
105722015-10-19 Andrew Stubbs <ams@codesourcery.com>
10573
10574 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10575 print g_vE): Add new pass patterns.
10576 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10577 print various symbol names for vptr fields.
10578
9d622bda
AB
105792015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10580
10581 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10582 results.
10583
0fd8ac1c
YQ
105842015-10-12 Yao Qi <yao.qi@linaro.org>
10585
10586 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10587
34240514
YQ
105882015-10-12 Yao Qi <yao.qi@linaro.org>
10589
10590 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10591 is aarch64*-*-linux*.
10592
8240f442
YQ
105932015-10-12 Yao Qi <yao.qi@linaro.org>
10594
10595 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10596 (can_relocate_bcond_true): ... it.
10597 (can_relocate_bcond_false): New function.
10598 (foo): Likewise.
10599 (can_relocate_bl): Likewise.
10600 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10601 can_relocate_bl.
10602
2520f728
PMR
106032015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10604
10605 * gdb.base/nested-addr.c: New file.
10606 * gdb.base/nested-addr.exp: New testcase.
10607
abcef95a
MM
106082015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10609
10610 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10611 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10612 its output. Ignore the output of "record goto begin" and instead
10613 check that GDB is replaying.
10614
145e3ddb
PA
106152015-10-09 Pedro Alves <palves@redhat.com>
10616
10617 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10618 (top level): Use it in the run with no args test.
10619
d5d8c4e1
IB
106202015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10621
10622 * gdb.dlang/properties.exp: New file.
10623
06e635ef
SL
106242015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10625
10626 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10627 whether or not address 0x1000 is mapped on the target.
10628
e019fd1d
SM
106292015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10630
10631 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10632 build.
10633
77ba2a67
MM
106342015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10635
10636 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10637 instruction-history test.
10638
c60eb31f
DE
106392015-09-28 Doug Evans <dje@google.com>
10640
10641 * gdb.base/gcore.c (array_func): Add reference to static_array.
10642
9a3c8263
SM
106432015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10644
10645 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10646 source line.
10647
9720e656
SL
106482015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10649
10650 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10651 short or char as base type.
10652
938d3bf2
SL
106532015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10654
10655 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10656 to allow any size enum.
10657
e6c2c623
PMR
106582015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10659
10660 * gdb.ada/array_ptr_renaming.exp: New testcase.
10661 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10662 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10663
06da0f77
PL
106642015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10665
10666 * gdb.trace/ftrace-lock.c: New file.
10667 * gdb.trace/ftrace-lock.exp: New file.
10668
4f51c22a
PL
106692015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10670
10671 * gdb.arch/insn-reloc.c: New file.
10672 * gdb.arch/ftrace-insn-reloc.exp: New file.
10673
7041adf4
PL
106742015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10675
10676 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10677 instruction.
10678 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10679 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10680 * gdb.trace/range-stepping.c: Likewise.
10681 * gdb.trace/trace-break.c: Likewise.
10682 * gdb.trace/trace-mt.c (thread_function): Likewise.
10683 * gdb.trace/ftrace.c (marker): Likewise.
10684 * gdb.trace/trace-condition.c (marker): Likewise.
10685 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10686 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10687 is_aarch64_target.
10688
015d2e7e
DE
106892015-09-18 Doug Evans <xdje42@gmail.com>
10690
10691 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10692 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10693
26b188a2
SL
106942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10695
10696 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10697 the breakpoint.
10698
79dc332b
SL
106992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10700
10701 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10702 the pending breakpoint. Remove timeout override for "Run till
10703 MI pending breakpoint on pendfunc3 on thread 2" test.
10704
f57929f2
SL
107052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10706
10707 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10708 filename pattern.
10709
3f469b17
SL
107102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10711
10712 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10713 in breakpoint filename pattern.
10714
515b89b3
SL
107152015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10716
7800dbe4
SL
10717 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10718
107192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10720
515b89b3
SL
10721 * gdb.linespec/explicit.exp: Check for readline support for
10722 tab-completion tests. Fix obvious typo.
10723
d2939ba2
MM
107242015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10725
10726 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10727 and replay.
10728
cbb55fa7
MM
107292015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10730
10731 * gdb.btrace/non-stop.c: New.
10732 * gdb.btrace/non-stop.exp: New.
10733
43691ca1
PL
107342015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10735 Yao Qi <yao.qi@linaro.org>
10736
10737 * gdb.trace/trace-condition.c: New file.
10738 * gdb.trace/trace-condition.exp: New file.
10739
d78908cf
WW
107402015-09-16 Wei-cheng Wang <cole945@gmail.com>
10741
10742 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10743 for testing bytecode compilation.
10744
1ed415e2
PA
107452015-09-16 Pedro Alves <palves@redhat.com>
10746 Sandra Loosemore <sandra@codesourcery.com>
10747
10748 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10749 (SECONDS): Redefine.
10750 (main): Call pthread_kill and alarm early.
10751 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10752 support.
10753 (test): If the target can't hardware step and doesn't support
10754 displaced stepping, increase the timeout.
10755
d136eff5
PA
107562015-09-16 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10759 (enable_debug): New procedures.
10760 (test): Use them. Bail out if waiting for threads fails.
10761 (top level): Bail out if a test fails.
10762
991f019c
YQ
107632015-09-16 Yao Qi <yao.qi@linaro.org>
10764
10765 * gdb.asm/asm-source.exp: Set asm-arch for
10766 aarch64*-*-* target.
10767 * gdb.asm/aarch64.inc: New file.
10768
bfca584f
PMR
107692015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10770
10771 * gdb.ada/array_of_variable_length.exp: New testcase.
10772 * gdb.ada/array_of_variable_length/foo.adb: New file.
10773 * gdb.ada/array_of_variable_length/pck.adb: New file.
10774 * gdb.ada/array_of_variable_length/pck.ads: New file.
10775
b326e587
DE
107762015-09-15 Doug Evans <dje@google.com>
10777
10778 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10779 of function static local variable.
10780
5382cfab
PW
107812015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10782
10783 * gdb.threads/tls-so_extern.exp: New test file.
10784 * gdb.threads/tls-so_extern.c: New test file.
10785 * gdb.threads/tls-so_extern_main.c: New test file.
10786
141c5cc4
JK
107872015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10788
10789 * gdb.opt/solib-intra-step-lib.c: New file.
10790 * gdb.opt/solib-intra-step-main.c: New file.
10791 * gdb.opt/solib-intra-step.exp: New file.
10792
d15dcecd
PA
107932015-09-15 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10796 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10797
4c2f2a79
PA
107982015-09-14 Pedro Alves <palves@redhat.com>
10799
10800 * gdb.base/hook-stop-continue.c: Delete.
10801 * gdb.base/hook-stop-continue.exp: Delete.
10802 * gdb.base/hook-stop-frame.c: Delete.
10803 * gdb.base/hook-stop-frame.exp: Delete.
10804 * gdb.base/hook-stop.c: New file.
10805 * gdb.base/hook-stop.exp: New file.
10806
919e6dbe
PMR
108072015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10808
10809 * gdb.ada/access_to_packed_array.exp: New testcase.
10810 * gdb.ada/access_to_packed_array/foo.adb: New file.
10811 * gdb.ada/access_to_packed_array/pack.adb: New file.
10812 * gdb.ada/access_to_packed_array/pack.ads: New file.
10813
157280a4
MM
108142015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10815
10816 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10817 buffer size test.
10818
2fd33e94
DB
108192015-09-11 Don Breazeal <donb@codesourcery.com>
10820
10821 * gdb.base/foll-exec.c: Add copyright header. Fix
10822 formatting issues.
10823 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10824 (do_exec_tests): Use clean_restart in place of zap_session,
10825 and for test initialization. Fix formatting issues. Use
10826 fail in place of perror.
10827 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10828 an expect statement to match an expression with output from
10829 the program under debug.
10830 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10831 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10832 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10833 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10834 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10835
e70b6e8e
DE
108362015-09-09 Doug Evans <dje@google.com>
10837
10838 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10839
7a551a51
DE
108402015-09-09 Doug Evans <dje@google.com>
10841
10842 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10843
4c666f84
DE
108442015-09-09 Doug Evans <dje@google.com>
10845
10846 * gdb.base/savedregs.exp: Fix typo.
10847
243a9253
PA
108482015-09-09 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10851
c0fa8fbd
SL
108522015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10853
10854 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10855 command actually switches threads. Give up on remaining
10856 tests if target fails to stop at breakpoint.
10857
cd7c1778
PMR
108582015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10859
10860 * gdb.ada/funcall_char.exp: New testcase.
10861 * gdb.ada/funcall_char/foo.adb: New file.
10862
dc5c8746
PMR
108632015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10864
10865 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10866 expected outputs. Add two testcases for completing ambiguous
10867 functions.
10868 * gdb.ada/complete/aux_pck.adb: New file.
10869 * gdb.ada/complete/aux_pck.ads: New file.
10870 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10871 Ambiguous_Func functions.
10872 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10873 * gdb.ada/complete/pck.adb: Likewise.
10874
4e83a1e7
UW
108752015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10876
10877 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10878 failures to run the test program under GDB.
10879
8ce74153
LM
108802015-08-26 Luis Machado <lgustavo@codesourcery.com>
10881
10882 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10883 to C.
10884
e9756d52
PP
108852015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10886
10887 * gdb.base/run-after-attach.exp: New test file.
10888 * gdb.base/run-after-attach.c: New test file.
10889
8d37573b
DB
108902015-08-26 Don Breazeal <donb@codesourcery.com>
10891
10892 * gdb.base/foll-exec-2.c: New test program.
10893 * gdb.base/foll-exec-2.exp: New test.
10894
63e43d3a
PMR
108952015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10896
10897 * gdb.base/nested-subp1.exp: New file.
10898 * gdb.base/nested-subp1.c: New file.
10899 * gdb.base/nested-subp2.exp: New file.
10900 * gdb.base/nested-subp2.c: New file.
10901 * gdb.base/nested-subp3.exp: New file.
10902 * gdb.base/nested-subp3.c: New file.
10903
3d40fbb5
PA
109042015-08-24 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.server/connect-without-multi-process.c: New file.
10907 * gdb.server/connect-without-multi-process.exp: New file.
10908
4422ac93
LM
109092015-08-24 Luis Machado <lgustavo@codesourcery.com>
10910
10911 * gdb.opt/inline-markers.c: Make z int.
10912
91dddb86
LM
109132015-08-24 Luis Machado <lgustavo@codesourcery.com>
10914
10915 * gdb.opt/inline-markers.c: Make z volatile.
10916
a48847ee
LM
109172015-08-24 Luis Machado <lgustavo@codesourcery.com>
10918
10919 * gdb.opt/inline-bt.c: New volatile global z.
10920 * gdb.opt/inline-cmds.c: Likewise.
10921 * gdb.opt/inline-locals.c: Likewise.
10922 * gdb.opt/inline-markers.c: New extern global z.
10923 (marker): Use z.
10924 (inline_fn): Likewise.
10925
0ebbc52b
PA
109262015-08-24 Pedro Alves <palves@redhat.com>
10927
10928 * config/m32r-stub.exp: Remove file.
10929 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10930 * gdb.base/call-rt-st.exp: Likewise.
10931 * gdb.base/call-strs.exp: Likewise.
10932 * gdb.base/default.exp: Remove references to h8300-*-hms and
10933 *-*-udi*.
10934 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10935
77c365df
AA
109362015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10937
10938 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10939 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10940 and "return" use KFAIL when GDB can not read/write the vector
10941 return value.
10942
4313b8c0
GB
109432015-08-21 Gary Benson <gbenson@redhat.com>
10944
10945 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10946
0e433b32
PA
109472015-08-20 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.server/solib-list.exp: No longer expect an interior stop in
10950 non-stop mode.
10951
221e1a37
PA
109522015-08-20 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.server/connect-stopped-target.c: New file.
10955 * gdb.server/connect-stopped-target.exp: New file.
10956
40e3ad0e
PA
109572015-08-20 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.dwarf2/comp-unit-lang.exp: New file.
10960 * gdb.dwarf2/comp-unit-lang.c: New file.
10961
af39b327
PMR
109622015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10963
10964 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10965 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10966
7d45c7c3 109672015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10968
7d45c7c3
KB
10969 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10970 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10971
4d6cceb4
DE
109722015-08-18 Doug Evans <dje@google.com>
10973 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10974
10975 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10976 skip_python_tests. New arg prompt_regexp.
10977 (skip_python_tests): New function.
10978 * lib/mi-support.exp (mi_skip_python_tests): New function.
10979 * gdb.python/py-mi-objfile-gdb.py: New file.
10980 * gdb.python/py-mi-objfile.c: New file.
10981 * gdb.python/py-mi-objfile.exp: New file.
10982
ad89c2aa
KS
109832015-08-17 Keith Seitz <keiths@redhat.com>
10984
10985 * gdb.linespec/explicit.exp: Move strace test from here ...
10986 * gdb.trace/strace.exp: ... to here.
10987
e3ae3c43
PP
109882015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10989
10990 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10991 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10992
604b2636
DE
109932015-08-14 Doug Evans <xdje42@gmail.com>
10994
10995 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10996 inferior before selecting a new file.
10997
6ff0ba5f
DE
109982015-08-14 Doug Evans <xdje42@gmail.com>
10999
11000 * gdb.mi/mi-disassemble.exp: Update.
11001 * gdb.base/disasm-optim.S: New file.
11002 * gdb.base/disasm-optim.c: New file.
11003 * gdb.base/disasm-optim.h: New file.
11004 * gdb.base/disasm-optim.exp: New file.
11005
9ca98f92
KS
110062015-08-14 Keith Seitz <keiths@redhat.com>
11007
11008 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11009 "evaluated-by".
11010
52bbc560
JB
110112015-08-13 Joel Brobecker <brobecker@adacore.com>
11012
11013 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11014
5d8c3ed3
PMR
110152015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11016
11017 * gdb.ada/fun_renaming.exp: New testcase.
11018 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11019 * gdb.ada/fun_renaming/pack.adb: New file.
11020 * gdb.ada/fun_renaming/pack.ads: New file.
11021
ea8812bc
KS
110222015-08-12 Keith Seitz <keiths@redhat.com>
11023
11024 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11025 gdb_get_line_number.
11026
4dafcdeb
JB
110272015-08-12 Joel Brobecker <brobecker@adacore.com>
11028
11029 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11030 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11031 gdb.base/dso2dso.exp: New files.
11032
5ba32597
SDJ
110332015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11034 Pedro Alves <palves@redhat.com>
11035 Keith Seitz <keiths@redhat.com>
11036
11037 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11038 GDBFLAGS.
11039
b6dafabf
PP
110402015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11041
11042 * gdb.base/gdbhistsize-history.exp
11043 (test_histsize_history_setting): Use save_vars.
11044 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11045 Use save_vars.
11046 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11047 * gdb.base/readline.exp: Use save_vars.
11048
abe8e607
PP
110492015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11050
11051 * lib/gdb.exp (save_vars): New proc.
11052
629500fa
KS
110532015-08-11 Keith Seitz <keiths@redhat.com>
11054
11055 * gdb.base/help.exp: Update help_breakpoint_text.
11056
eb8c4e2e
KS
110572015-08-11 Keith Seitz <keiths@redhat.com>
11058
11059 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11060 (at toplevel): Call test_explicit_breakpoints.
11061 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11062 breakpoints.
11063 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11064 breakpoint conditions, "-cond".
11065
87f0e720
KS
110662015-08-11 Keith Seitz <keiths@redhat.com>
11067
11068 * gdb.linespec/3explicit.c: New file.
11069 * gdb.linespec/cpexplicit.cc: New file.
11070 * gdb.linespec/cpexplicit.exp: New file.
11071 * gdb.linespec/explicit.c: New file.
11072 * gdb.linespec/explicit.exp: New file.
11073 * gdb.linespec/explicit2.c: New file.
11074 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11075 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11076 before using in the matching pattern.
11077 Clarify that `prefix' is a regular expression.
11078
f00aae0f
KS
110792015-08-11 Keith Seitz <keiths@redhat.com>
11080
11081 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11082 test.
11083 Add tests for missing ",FMT" and ",".
11084
e27852be
DE
110852015-08-10 Doug Evans <dje@google.com>
11086 Keith Seitz <keiths@redhat.com>
11087
11088 PR gdb/17960
11089 * gdb.base/completion.exp: Add location completer tests.
11090
7f03bd92
PA
110912015-08-07 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11094 tests here.
11095 (top level): Run do_test with and without displaced stepping.
11096
3fc8eb30
PA
110972015-08-07 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.base/valgrind-disp-step.c: New file.
11100 * gdb.base/valgrind-disp-step.exp: New file.
11101
d4569d7b
PA
111022015-08-07 Pedro Alves <palves@redhat.com>
11103
11104 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11105 Delete function.
11106 (main): Add alarm. Run an infinite loop instead of calling
11107 wait_threads.
11108 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11109 comment.
11110 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11111 Delete function.
11112 (main): Add alarm. Run an infinite loop instead of calling
11113 wait_threads.
11114 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11115 comment.
11116
e1316e60
PA
111172015-08-07 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.base/checkpoint-ns.exp: New file.
11120 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11121 standard_testfile.
11122
da8c46d2
MM
111232015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11124
11125 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11126 * gdb.btrace/instruction_history.exp: Update.
11127 * gdb.btrace/tsx.exp: New.
11128 * gdb.btrace/tsx.c: New.
11129
de1c2c52
PA
111302015-08-06 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11133 increase timeout.
11134 * gdb.reverse/until-precsave.exp: Bump timeouts.
11135
782e0bf4
PA
111362015-08-06 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11139
83e97ed0
PA
111402015-08-06 Pedro Alves <palves@redhat.com>
11141
11142 PR gdb/18749
11143 * gdb.threads/process-dies-while-handling-bp.c: New file.
11144 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11145
863d01bd
PA
111462015-08-06 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11149 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11150
0a39bb32
PA
111512015-08-05 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11154 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11155
ee2d2b10
SL
111562015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11157
11158 * gdb.base/bp-permanent.exp: Report test as unsupported if
11159 the target cannot stop at the permanent breakpoint.
11160
4e1bdb00
DE
111612015-08-03 Doug Evans <dje@google.com>
11162
11163 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11164 10000.
11165
3d338901
DE
111662015-08-03 Doug Evans <dje@google.com>
11167
11168 * Makefile.in (workers/%.worker, build-perf): New rule.
11169 (GDB_PERFTEST_MODE): New variable.
11170 (check-perf): Use it.
11171 (clean): Clean up gdb.perf parallel build subdirs.
11172 * lib/build-piece.exp: New file.
11173 * lib/gdb.exp (make_gdb_parallel_path): New function
11174 (standard_output_file, standard_temp_file): Call it.
11175 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11176 of $GDB_PARALLEL.
11177 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11178
af061d3e
DE
111792015-08-03 Doug Evans <dje@google.com>
11180
8e1afc81 11181 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11182 (LOG_FILE_NAME): New global.
11183 (TextReporter.__init__): Initialize self.txt_sum.
11184 (TextReporter.report): Add support for multiple data-points.
11185 Move report to perftest.sum, put raw data in perftest.log.
11186 (TextReporter.start): Open sum and log files.
11187 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11188 * gdb.perf/lib/perftest/testresult.py
11189 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11190
2c8c5d37
PA
111912015-07-31 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11194 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11195 kill_wait_spawned_process instead of explicit "kill -9".
11196 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11197 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11198 kill_wait_spawned_process.
11199 * gdb.base/attach-twice.exp: Likewise.
11200 * gdb.base/attach.exp: Likewise.
11201 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11202 gdb_test_multiple.
11203 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11204 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11205 kill_wait_spawned_process.
11206 * gdb.base/valgrind-infcall.exp: Likewise.
11207 * gdb.multi/multi-attach.exp: Likewise.
11208 * gdb.python/py-prompt.exp: Likewise.
11209 * gdb.python/py-sync-interp.exp: Likewise.
11210 * gdb.server/ext-attach.exp: Likewise.
11211 * gdb.threads/attach-into-signal.exp (corefunc): Use
11212 spawn_wait_for_attach, spawn_id_get_pid and
11213 kill_wait_spawned_process.
11214 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11215 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11216 spawn_id_get_pid and kill_wait_spawned_process.
11217 * gdb.threads/attach-stopped.exp (corefunc): Use
11218 spawn_wait_for_attach, spawn_id_get_pid and
11219 kill_wait_spawned_process.
11220 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11221 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11222 kill_wait_spawned_process instead of explicit "kill -9".
11223 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11224 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11225 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11226 processes. Don't map cygwin/windows pids here. Now returns a
11227 spawn id list.
11228
032a0fca
SL
112292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11230
11231 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11232 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11233 correct patch.
11234
61a934ca
SL
112352015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11236
11237 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11238
4bc4d428
SL
112392015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11240
11241 Reapply:
11242 2014-05-21 Mark Wielaard <mjw@redhat.com>
11243
11244 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11245
998d452a
PA
112462015-07-30 Pedro Alves <palves@redhat.com>
11247
11248 * linux-low.c (handle_extended_wait): Set the child's last
11249 reported status to TARGET_WAITKIND_STOPPED.
11250
69dde7dc
PA
112512015-07-30 Pedro Alves <palves@redhat.com>
11252
11253 PR threads/18600
11254 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11255 only shows inferior 1.
11256
4dd63d48
PA
112572015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11258 Pedro Alves <palves@redhat.com>
11259
11260 PR threads/18600
11261 * gdb.threads/fork-plus-threads.c: New file.
11262 * gdb.threads/fork-plus-threads.exp: New file.
11263
d618e4c5
PP
112642015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11265
11266 * gdb.base/batch-preserve-term-settings.exp
11267 (test_terminal_settings_preserved_after_cli_exit): Use
11268 send_quit_command.
11269
1eef6428
PA
112702015-07-29 Pedro Alves <palves@redhat.com>
11271 Don Breazeal <donb@codesourcery.com>
11272
11273 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11274 output from both inferior_spawn_id and gdb_spawn_id.
11275
7da5b897
SDJ
112762015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11277
11278 * gdb.threads/attach-into-signal.exp (corefunc): Use
11279 with_test_prefix on nested loops, uniquefying the test messages.
11280
dac804df
SDJ
112812015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11282
11283 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11284 commit.
11285
06265e53
PP
112862015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11287
11288 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11289 New proc.
11290 (test_terminal_settings_preserved_after_sigterm): New test.
11291
18206ca3
PP
112922015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11293
11294 * gdb.base/batch-preserve-term-settings.exp
11295 (test_terminal_settings_preserved_after_cli_exit): New test.
11296
90074d11
PP
112972015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11298
11299 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11300 manipulation of saved_gdbflags.
11301 (test_terminal_settings_preserved): Remove global declaration of
11302 the unused variable pagination_prompt. Remove manipulation of
11303 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11304 GDBFLAGS.
11305
eb1a7902
PA
113062015-07-29 Pedro Alves <palves@redhat.com>
11307
11308 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11309
8b75dd3b
PA
113102015-07-29 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11313 at the top.
11314
dedad4e3
PA
113152015-07-29 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11318 (main): Call gdb_unbuffer_output.
11319 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11320 (main): Call gdb_unbuffer_output.
11321 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11322 (main): Call gdb_unbuffer_output.
11323 * gdb.base/call-strs.exp: Adjust to step over the
11324 gdb_unbuffer_output call.
11325 * gdb.base/catch-gdb-caused-signals.c: Include
11326 "../lib/unbuffer_output.c".
11327 (main): Call gdb_unbuffer_output.
11328 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11329 (main): Call gdb_unbuffer_output.
11330 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11331 (main): Call gdb_unbuffer_output.
11332 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11333 (main): Call gdb_unbuffer_output.
11334 * gdb.base/shlib-call.exp: Adjust to step over the
11335 gdb_unbuffer_output call.
11336 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11337 (main): Call gdb_unbuffer_output.
11338 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11339 (main): Call gdb_unbuffer_output.
11340 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11341 (main): Rename to ...
11342 (test): ... this.
11343 (main): Reimplement.
11344 * gdb.base/varargs.exp: Run to test instead of to main.
11345 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11346 (main): Call gdb_unbuffer_output.
11347
58789a91
PA
113482015-07-29 Pedro Alves <palves@redhat.com>
11349
11350 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11351 factore out from mi_continue_dprintf. For call-style dprintfs,
11352 expect dprintf output out of $inferior_spawn_id.
11353 (mi_continue_dprintf): Use mi_expect_dprintf.
11354 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11355 (main): Call gdb_unbuffer_output.
11356
e8376742
PA
113572015-07-29 Pedro Alves <palves@redhat.com>
11358
11359 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11360 (default_mi_gdb_start): Set inferior_spawn_id instead of
11361 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11362 gdb_spawn_id.
11363 (mi_gdb_test): Always expect inferior output from both
11364 $inferior_spawn_id and $gdb_spawn_id.
11365
08280010
PA
113662015-07-29 Pedro Alves <palves@redhat.com>
11367
11368 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11369 send_inferior and $inferior_spawn_id.
11370
4d30e432
PA
113712015-07-29 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.gdb/complaints.exp (test_initial_complaints)
11374 (test_serial_complaints, test_short_complaints): Use
11375 gdb_test_stdio.
11376 (test_empty_complaint): Handle $inferior_spawn_id !=
11377 $gdb_spawn_id.
11378
0d30a335
PA
113792015-07-29 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.base/varargs.exp: Use gdb_test_stdio.
11382
39413b29
PA
113832015-07-29 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11386
7cb000a9
PA
113872015-07-29 Pedro Alves <palves@redhat.com>
11388
11389 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11390
d7b8ac82
PA
113912015-07-29 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11394 parameter into two new parameters, "inf_result" and "gdb_result".
11395 Expect inferior output and gdb output from $inferior_spawn_id and
11396 $gdb_spawn_id, respectively. Adjust all callers.
11397
789c3a0c
PA
113982015-07-29 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11401 of gdb_test_sequence.
11402
77e760c3
PA
114032015-07-29 Pedro Alves <palves@redhat.com>
11404
11405 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11406 (saw_spurious_output): Expect inferior output from
11407 $inferior_spawn_id. Use gdb_test_stdio.
11408
8396d2cd
PA
114092015-07-29 Pedro Alves <palves@redhat.com>
11410
11411 * gdb.base/dprintf.exp: Use standard_testfile. Change
11412 prepare_for_testing call.
11413 (srcfile): Don't set.
11414 (restart): New procedure.
11415 (test_dprintf): New procecure, use to continue over dprintfs.
11416 (test_call, test_agent): New procedures, tests moved here.
11417 Restart gdb and recreate dprintfs. Adjust expected output.
11418
2051d61f
PA
114192015-07-29 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11422
452397af
PA
114232015-07-29 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11426
8aed9555
PA
114272015-07-29 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11430 gdb_test_stdio.
11431
188a61b4
PA
114322015-07-29 Pedro Alves <palves@redhat.com>
11433
11434 * lib/gdb.exp (gdb_test_stdio): New procedure.
11435
12264a45
PA
114362015-07-29 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11439
23ffc893
PA
114402015-07-29 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/call-signal-resume.exp: Remove check for
11443 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11444 * gdb.base/unwindonsignal.exp: Likewise.
11445 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11446 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11447
65566918
PA
114482015-07-29 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.base/siginfo-addr.c (pass): New function.
11451 (handler): Call it iff si_addr is correct.
11452 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11453 Set a breakpoint at "pass" and continue to it.
11454
d60a9221
SDJ
114552015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11456
11457 * gdb.python/py-objfile.exp: Make some tests have unique names.
11458 * gdb.python/py-pp-registration.exp: Likewise.
11459
bde40b8f
PA
114602015-07-28 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11463
13e1dec8
SM
114642015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11465
11466 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11467
da33c9a7
SM
114682015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11469
11470 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11471
077836f7
PP
114722015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11473
11474 * gdb.base/gdb-sigterm-2.exp: New test.
11475
b8cc7b2e
DE
114762015-07-25 Doug Evans <xdje42@gmail.com>
11477
11478 Revert:
11479 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11480 (workers/%.worker, build-perf): New rule.
11481 (GDB_PERFTEST_MODE): New variable.
11482 (check-perf): Use it.
11483 (clean): Clean up gdb.perf parallel build subdirs.
11484 * lib/build-piece.exp: New file.
11485 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11486 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11487 name.
11488 (standard_temp_file): Ditto.
11489 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11490 of $GDB_PARALLEL.
11491
c8bd4544
DE
114922015-07-24 Doug Evans <dje@google.com>
11493
11494 * gdb.perf/lib/perftest/utils.py: New file.
11495 * gdb.perf/gm-hello.cc: New file.
11496 * gdb.perf/gm-pervasive-typedef.cc: New file.
11497 * gdb.perf/gm-pervasive-typedef.h: New file.
11498 * gdb.perf/gm-std.cc: New file.
11499 * gdb.perf/gm-std.h: New file.
11500 * gdb.perf/gm-use-cerr.cc: New file.
11501 * gdb.perf/gm-utils.h: New file.
11502 * gdb.perf/gmonster-null-lookup.py: New file.
11503 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11504 * gdb.perf/gmonster-print-cerr.py: New file.
11505 * gdb.perf/gmonster-ptype-string.py: New file.
11506 * gdb.perf/gmonster-runto-main.py: New file.
11507 * gdb.perf/gmonster-select-file.py: New file.
11508 * gdb.perf/gmonster1-null-lookup.exp: New file.
11509 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11510 * gdb.perf/gmonster1-print-cerr.exp: New file.
11511 * gdb.perf/gmonster1-ptype-string.exp: New file.
11512 * gdb.perf/gmonster1-runto-main.exp: New file.
11513 * gdb.perf/gmonster1-select-file.exp: New file.
11514 * gdb.perf/gmonster1.cc: New file.
11515 * gdb.perf/gmonster1.exp: New file.
11516 * gdb.perf/gmonster2-null-lookup.exp: New file.
11517 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11518 * gdb.perf/gmonster2-print-cerr.exp: New file.
11519 * gdb.perf/gmonster2-ptype-string.exp: New file.
11520 * gdb.perf/gmonster2-runto-main.exp: New file.
11521 * gdb.perf/gmonster2-select-file.exp: New file.
11522 * gdb.perf/gmonster2.cc: New file.
11523 * gdb.perf/gmonster2.exp: New file.
11524
6eab34f3
DE
115252015-07-24 Doug Evans <dje@google.com>
11526
11527 * gdb.perf/README: New file.
11528 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11529 * lib/gen-perf-test.exp: New file.
11530
63738bfd
DE
115312015-07-24 Doug Evans <dje@google.com>
11532
11533 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11534 (PerfTest::startup): New function.
11535 (PerfTest::run): Return result of calling body.
11536 (PerfTest::assemble): Rewrite.
11537 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11538 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11539 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11540 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11541 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11542
7b606f95
DE
115432015-07-24 Doug Evans <dje@google.com>
11544
11545 * lib/gdb.exp (clean_restart): Make executable optional.
11546
a97b16b8
DE
115472015-07-24 Doug Evans <dje@google.com>
11548
11549 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11550 compiler_info references.
11551 * gdb.cp/temargs.exp: Ditto.
11552 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11553 (get_compiler_info): Early exit if already computed. Set compiler_info
11554 to "unknown" if there was a problem.
11555 (test_compiler_info): Add function comment. Call get_compiler_info.
11556
35baa57f
DE
115572015-07-24 Doug Evans <dje@google.com>
11558
11559 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11560 (workers/%.worker, build-perf): New rule.
11561 (GDB_PERFTEST_MODE): New variable.
11562 (check-perf): Use it.
11563 (clean): Clean up gdb.perf parallel build subdirs.
11564 * lib/build-piece.exp: New file.
11565 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11566 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11567 name.
11568 (standard_temp_file): Ditto.
11569 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11570 of $GDB_PARALLEL.
11571
6ebea266
DE
115722015-07-24 Doug Evans <dje@google.com>
11573
11574 * lib/future.exp (gdb_default_target_compile): New option
11575 "early_flags".
11576 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11577 --as-needed.
11578
1e76a7e9
SDJ
115792015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11580
11581 * gdb.base/catch-syscall.exp: Call gdb_exit before
11582 gdb_skip_xml_test.
11583
5068630a
PA
115842015-07-24 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.python/py-events.exp: Accept output between the stop event
11587 and the prompt.
11588 * gdb.python/py-evsignal.exp: Likewise.
11589 * gdb.python/py-evthreads.exp: Likewise.
11590
77598427
PA
115912015-07-24 Pedro Alves <palves@redhat.com>
11592
11593 PR gdb/18717
11594 * gdb.threads/non-ldr-exit.c: New file.
11595 * gdb.threads/non-ldr-exit.exp: New file.
11596
11e6c98f
YQ
115972015-07-24 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11600 restarting process.
11601
51aee833
YQ
116022015-07-24 Yao Qi <yao.qi@linaro.org>
11603
11604 * gdb.server/ext-restart.exp: New file.
11605
8cfe207c
YQ
116062015-07-24 Yao Qi <yao.qi@linaro.org>
11607
11608 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11609 argument options.
11610 * gdb.server/ext-wrapper.exp: New file.
11611
cc12ce38
DE
116122015-07-23 Doug Evans <dje@google.com>
11613
11614 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11615 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11616
d0d84780
PMR
116172015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11618
11619 * gdb.ada/var_arr_typedef.exp: New testcase.
11620 * gdb.ada/var_arr_typedef/pack.adb: New file.
11621 * gdb.ada/var_arr_typedef/pack.ads: New file.
11622 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11623
8b558f79
JB
116242015-07-20 Joel Brobecker <brobecker@adacore.com>
11625
11626 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11627
775a3298
JK
116282015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11629
11630 * gdb.arch/i386-biarch-core.exp: Replace istarget
11631 by "complete set gnutarget". Remove expectation for the "core-file"
11632 command.
11633
db1ff28b
JK
116342015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11635
11636 Revert the previous commit:
11637 Tests for validate symbol file using build-id.
11638
0a94970d
JK
116392015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11640
11641 Tests for validate symbol file using build-id.
11642 * gdb.base/solib-mismatch-lib.c: New file.
11643 * gdb.base/solib-mismatch-libmod.c: New file.
11644 * gdb.base/solib-mismatch.c: New file.
11645 * gdb.base/solib-mismatch.exp: New file.
11646
03346981
SL
116472015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11648
11649 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11650 nios2-*-linux*.
11651 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11652 * gdb.base/siginfo.exp: Likewise.
11653 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11654
42422cc7
PL
116552015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11656
11657 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11658 Move it to ...
11659 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11660 ... here.
11661 * gdb.trace/range-stepping.exp: Check that the target supports
11662 range stepping.
11663
cfa68bae
JK
116642015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11665
11666 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11667
8ffdba26
PA
116682015-07-14 Pedro Alves <palves@redhat.com>
11669
11670 * gdb.base/killed-outside.exp: New file.
11671 * gdb.base/killed-outside.c: New file.
11672
218a5a11
JK
116732015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11674
11675 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11676 (n at main): New.
11677 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11678
e03ed3c6
AA
116792015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11680
11681 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11682 infcall tests instead of setting up for KFAIL.
11683
485668e5
MM
116842015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11685
11686 * gdb.btrace/record_goto-step.exp: New.
11687
08464196
JK
116882015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11689
11690 PR compile/18484
11691 * gdb.compile/compile.c (struct struct_type): Add volatile to
11692 selffield's type.
11693 * gdb.compile/compile.exp
11694 (compile code struct_object.selffield = &struct_object): Skip further
11695 struct_object tests if this one xfails.
11696
bcf5c1d9
RC
116972015-07-08 Robert O'Callahan <robert@ocallahan.org>
11698
11699 PR exp/18617
11700 * gdb.trace/ax.exp: Add test.
11701
4931af25
YQ
117022015-07-07 Yao Qi <yao.qi@linaro.org>
11703
11704 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11705 instead of istarget "aarch64*-*-*".
11706 * gdb.arch/aarch64-fp.exp: Likewise.
11707 * gdb.base/float.exp: Likewise.
11708 * gdb.reverse/aarch64.exp: Likewise.
11709 * lib/gdb.exp (is_aarch64_target): New proc.
11710
9fcf688e
YQ
117112015-07-07 Yao Qi <yao.qi@linaro.org>
11712
11713 * lib/gdb.exp (is_aarch32_target): New proc.
11714 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11715 instead of "istarget "arm*-*-*"".
11716 * gdb.arch/arm-disp-step.exp: Likewise.
11717 * gdb.arch/thumb-bx-pc.exp: Likewise.
11718 * gdb.arch/thumb-prologue.exp: Likewise.
11719 * gdb.arch/thumb-singlestep.exp: Likewise.
11720 * gdb.base/disp-step-syscall.exp: Likewise.
11721 * gdb.base/float.exp: Likewise.
11722
fbd8d50d
YQ
117232015-07-07 Yao Qi <yao.qi@linaro.org>
11724
11725 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11726 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11727
71be1fdc
YQ
117282015-07-07 Yao Qi <yao.qi@linaro.org>
11729
11730 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11731 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11732 if it exists.
11733 * gdb.multi/multi-arch.exp: Likewise.
11734
3e221d36
SM
117352015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11736
11737 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11738 print.
11739
d441430b
YQ
117402015-07-07 Yao Qi <yao.qi@linaro.org>
11741
11742 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11743
06f810bd
MG
117442015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11745
11746 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11747 '[' and ']' characters.
11748
5e61e7c0
IB
117492015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11750
11751 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11752
28bf096c
PA
117532015-06-29 Pedro Alves <palves@redhat.com>
11754
11755 PR threads/18127
11756 * gdb.threads/hand-call-new-thread.c: New file.
11757 * gdb.threads/hand-call-new-thread.c: New file.
11758
ee93cd5e
KS
117592015-06-26 Keith Seitz <keiths@redhat.com>
11760 Doug Evans <dje@google.com>
11761
11762 PR 16253
11763 * gdb.cp/var-tag-2.cc: New file.
11764 * gdb.cp/var-tag-3.cc: New file.
11765 * gdb.cp/var-tag-4.cc: New file.
11766 * gdb.cp/var-tag.cc: New file.
11767 * gdb.cp/var-tag.exp: New file.
11768
fc637f04
PP
117692015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11770
11771 * gdb.base/history-duplicates.exp: New test.
11772
2e52ae68
PP
117732015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11774
11775 * gdb.base/completion.exp: Test the completion of the "focus"
11776 command.
11777
6e22494e
JK
117782015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * gdb.arch/amd64-prologue-skip.S: New file.
11781 * gdb.arch/amd64-prologue-skip.exp: New file.
11782
bf7b9cd9
SM
117832015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11784
11785 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11786 is_address_zero_readable check.
11787
201e8dfd
PB
117882015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11789
11790 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11791 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11792
5cd867b4
YQ
117932015-06-24 Yao Qi <yao.qi@linaro.org>
11794
11795 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11796 linux targets.
11797
4d7be007
YQ
117982015-06-24 Yao Qi <yao.qi@linaro.org>
11799
11800 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11801 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11802 * gdb.base/siginfo-thread.exp: Likewise.
11803
07fcd301
YQ
118042015-06-22 Yao Qi <yao.qi@linaro.org>
11805
11806 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11807
52042a00
YQ
118082015-06-22 Yao Qi <yao.qi@linaro.org>
11809
11810 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11811 aarch64*-*-*.
11812 (skip_hw_watchpoint_tests): Likewise.
11813
74bd41ce
PP
118142015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11815
11816 * gdb.base/gdbinit-history.exp: Test the interaction between
11817 setting GDBHISTSIZE and setting the history size via .gdbinit.
11818
bc460514
PP
118192015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11820
11821 PR gdb/16999
11822 * gdb.base/gdbhistsize-history.exp: New test.
11823
b58c513b
PP
118242015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11825
11826 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11827 with GDBHISTSIZE.
11828 * gdb.base/readline.exp: Likewise.
11829
92046791
YQ
118302015-06-17 Yao Qi <yao.qi@linaro.org>
11831
11832 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11833 line.
11834
2093d2d3
PP
118352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11836
11837 * gdb.base/gdbinit-history.exp: Add test case to check that
11838 an unlimited history file does not get truncated on exit.
11839
e6c693af
AA
118402015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11841
11842 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11843 (VECTOR): New macro. Use it...
11844 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11845 ...for these typedefs.
11846 (int8, char1, int1, double1): New typedefs.
11847 (struct just_int2, struct two_int2): New structures.
11848 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11849 (add_structvecs, add_singlevecs): New functions.
11850 (main): Call add_some_intvecs twice.
11851 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11852 the compile and exit upon failure. Try compiling for the "native"
11853 architecture. Test inferior function calls with vector arguments
11854 and vector return value handling with "finish" and "return".
11855
c74f7d1c
JT
118562015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11857
11858 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11859 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11860 PE file.
11861 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11862
98aa42ee
AT
118632015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11864
11865 PR breakpoints/16465
11866 * gdb.mi/mi-dprintf-pending.c: New file.
11867 * gdb.mi/mi-dprintf-pending.exp: New test.
11868 * gdb.mi/mi-dprintf-pendshr.c: New file.
11869
7d73c23c 118702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11871 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11872
11873 * gdb.arch/i386-mpx-map.c: New file.
11874 * gdb.arch/i386-mpx-map.exp: New File.
11875
118762015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11877
11878 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11879 * gdb.arch/i386-mpx.exp: Indentation fixed.
11880
118812015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11882
11883 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11884 function and improved indentation.
11885 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11886 gdb_test_multiple. Added additional tests to skip the test.
11887
118882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11889
11890 * gdb.arch/i386-avx512.c: Change path in include file.
11891 * gdb.arch/i386-avx512.exp: Change include dir path
11892 compilation flag.
11893 * gdb.arch/i386-mpx.c: Change path in include file.
11894 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11895 flag.
11896
d5eba19a
JK
118972015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11898
11899 * gdb.compile/compile-print.exp (compile print *vararray@3)
11900 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11901
7f361056
JK
119022015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11903
11904 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11905 (do not keep jit in memory): ... this.
11906 (expect 5): Change it to ...
11907 (expect no 5): ... this.
11908
3b462ec2
SM
119092015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11910
11911 PR gdb/15564
11912 * gdb.mi/mi-detach.exp: New file.
11913
e0619de6
JK
119142015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11915
11916 PR symtab/18392
11917 * gdb.arch/amd64-tailcall-self.S: New file.
11918 * gdb.arch/amd64-tailcall-self.c: New file.
11919 * gdb.arch/amd64-tailcall-self.exp: New file.
11920
e970cb34
DB
119212015-05-28 Don Breazeal <donb@codesourcery.com>
11922
11923 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11924 tests for remote targets by checking is_target_gdbserver.
11925
b2e2f908
DE
119262015-05-27 Doug Evans <dje@google.com>
11927
11928 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11929 * gdb.dwarf2/opaque-type-lookup.c: New file.
11930 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11931
82c7be31
DE
119322015-05-26 Doug Evans <dje@google.com>
11933
11934 * gdb.cp/iostream.cc: New file.
11935 * gdb.cp/iostream.exp: New file.
11936
b4f54984
DE
119372015-05-26 Doug Evans <dje@google.com>
11938
11939 * gdb.dwarf2/dw2-op-call.exp: Update.
11940 * gdb.dwarf2/dw4-sig-types.exp: Update.
11941 * gdb.dwarf2/implptr.exp: Update.
11942 * gdb.mi/mi-cmd-param-changed.exp: Update.
11943
4ea6efe9
DE
119442015-05-26 Doug Evans <dje@google.com>
11945
11946 * gdb.python/py-lazy-string.c: New file.
11947 * gdb.python/py-lazy-string.exp: New file.
11948 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11949 (main): Update. Add estring3.
11950 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11951 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11952
f6bb7db3
YQ
119532015-05-26 Omair Javaid <omair.javaid@linaro.org>
11954 Yao Qi <yao.qi@linaro.org>
11955
11956 * gdb.reverse/aarch64.c: New.
11957 * gdb.reverse/aarch64.exp: New.
11958
a81bfbd0
OJ
119592015-05-26 Omair Javaid <omair.javaid@linaro.org>
11960
25d49b86
PA
11961 * lib/gdb.exp (supports_process_record): Return true for
11962 aarch64*-linux*.
a81bfbd0
OJ
11963 (supports_reverse): Likewise.
11964
158bf1b4
PP
119652015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11966
11967 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11968 Use with_test_prefix.
11969
a0145030
AB
119702015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11971
11972 * gdb.base/completion.exp: Add test for completion of layout
11973 names.
11974
ebe3b578
AB
119752015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11976
11977 * lib/gdb.exp (skip_tui_tests): New proc.
11978 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11979
84204ed7
PA
119802015-05-19 Pedro Alves <palves@redhat.com>
11981
11982 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11983 Save the whole env array instead of just HOME. Unset HISTSIZE in
11984 the environment while testing. Restore whole environment
11985 afterwards.
11986
37442ce1
DE
119872015-05-16 Doug Evans <xdje42@gmail.com>
11988
11989 * gdb.guile/scm-ports.c: New file.
11990 * gdb.guile/scm-ports.exp: Add memory port tests.
11991
36de76f9
JK
119922015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11993
11994 * gdb.compile/compile-print.c: New file.
11995 * gdb.compile/compile-print.exp: New file.
11996
3a9558c4
JK
119972015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 * gdb.compile/compile-ops.exp: Cast param to void.
12000 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12001 (compile code struct_object.selffield = &struct_object): Add xfail.
12002
aa715135
JG
120032015-05-15 Joel Brobecker <brobecker@adacore.com>
12004
12005 * gdb.ada/arr_enum_with_gap: New testcase.
12006
931e5bc3
JG
120072015-05-15 Joel Brobecker <brobecker@adacore.com>
12008
12009 * gdb.ada/byte_packed_arr: New testcase.
12010
9cd4d857
JB
120112015-05-15 Joel Brobecker <brobecker@adacore.com>
12012
12013 * gdb.ada/pckd_neg: New testcase.
12014
ebfd00d2
PP
120152015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12016
12017 PR gdb/17820
12018 * gdb.base/gdbinit-history.exp: New test.
12019 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12020 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12021
4c082a81
SC
120222015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12023
12024 * gdb.python/py-xmethods.cc: Enhance test case.
12025 * gdb.python/py-xmethods.exp: New tests.
12026 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12027 function.
12028 (B_indexoper): Likewise.
12029 (global_dm_list) : Add new xmethod worker functions.
12030
f7797074
SDJ
120312015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12032
12033 * gdb.base/coredump-filter.exp: Correctly unset
12034 "coredump_var_addr" array.
12035
a4674e4e
PA
120362015-05-08 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.server/non-existing-program.exp: Unset spawn_id.
12039
df2eb078
SC
120402015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12041
12042 PR python/18291
12043 * gdb.python/py-xmethods.exp: Add tests.
12044
422349a3
YQ
120452015-05-08 Yao Qi <yao.qi@linaro.org>
12046
12047 PR gdb/18208
12048 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12049 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12050 function set_coredump_filter, and remove remote_exec call.
12051 Remove argument ipid. Callers update.
12052 (top level): Don't get inferior's PID.
12053
63fc80ce
AA
120542015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12055
12056 * gdb.base/watch_thread_num.exp: Skip test on targets without
12057 access watchpoints.
12058
80ad801e
PA
120592015-05-06 Pedro Alves <palves@redhat.com>
12060
12061 PR server/18081
12062 * gdb.server/non-existing-program.exp: New file.
12063
0fa7fe50
JB
120642015-05-05 Joel Brobecker <brobecker@adacore.com>
12065
12066 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12067
3ea89b92
PMR
120682015-05-05 Joel Brobecker <brobecker@adacore.com>
12069
12070 * gdb.ada/out_of_line_in_inlined: New testcase.
12071
87b8eff0
JB
120722015-05-05 Joel Brobecker <brobecker@adacore.com>
12073
12074 * gdb.ada/var_rec_arr: New testcase.
12075
5fccc635
YQ
120762015-04-30 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.base/break-idempotent.exp: If
12079 skip_hw_watchpoint_multi_tests returns true, skip the tests
12080 on "rwatch" and "awatch".
12081
42d38f42
YQ
120822015-04-30 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.base/relativedebug.exp: Invoke gdb command
12085 "info sharedlibrary", and if libc.so doesn't have debug info,
12086 skip the test.
12087
2ce1cdbf
DE
120882015-04-29 Doug Evans <dje@google.com>
12089
12090 * gdb.python/py-xmethods.exp: Add ptype tests.
12091 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12092 get_result_type method.
12093
f24a38c5
LM
120942015-04-29 Luis Machado <lgustavo@codesourcery.com>
12095
12096 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12097 the target does not support hardware watchpoints.
12098
ecbf2b3c
LM
120992015-04-29 Luis Machado <lgustavo@codesourcery.com>
12100
12101 * gdb.base/break-always.exp: Abort testing if writing to memory
12102 causes an error.
12103
34f5f757
DE
121042015-04-28 Doug Evans <dje@google.com>
12105
12106 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12107 * gdb.python/py-pp-registration.exp: ... here. New file.
12108 * gdb.python/py-pp-registration.c: New file.
12109 * gdb.python/py-pp-registration.py: New file.
12110
69b4374a
DE
121112015-04-28 Doug Evans <dje@google.com>
12112
12113 * gdb.python/py-bad-printers.c: New file.
12114 * gdb.python/py-bad-printers.py: New file.
12115 * gdb.python/py-bad-printers.exp: New file.
12116
59fb7612
SS
121172015-04-28 Sasha Smundak <asmundak@google.com>
12118
12119 * gdb.python/py-type.exp: New test.
12120
2631b16a
AW
121212015-04-28 Andy Wingo <wingo@igalia.com>
12122
12123 * gdb.python/py-parameter.exp:
12124 * gdb.guile/scm-parameter.exp: Escape the path that we are
12125 matching against, as it might contain characters that are special
12126 to regular expressions.
12127
460efde1
JB
121282015-04-27 Joel Brobecker <brobecker@adacore.com>
12129
12130 * gdb.ada/rec_comp: New testcase.
12131
2d369d8e
SDJ
121322015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12133
12134 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12135 before using it.
12136
cf75d6c3
AB
121372015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12138
12139 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12140 new tests for verilog output.
12141
8dbe7ca5
YQ
121422015-04-24 Yao Qi <yao.qi@linaro.org>
12143
12144 * boards/remote-gdbserver-on-localhost.exp: New file.
12145
4ef9fb2f
PA
121462015-04-23 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12149 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12150 "end of file", remove $inferior_spawn_id from the indirect list.
12151
0a803169
PA
121522015-04-23 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12155
749ef8f8
PA
121562015-04-23 Pedro Alves <palves@redhat.com>
12157
12158 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12159 on $any_spawn_id instead of only on $gdb_spawn_id.
12160
8aae4344
PM
121612015-04-21 Pierre Muller <muller@sourceware.org>
12162
12163 PR pascal/17815
12164 * lib/pascal.exp (gpc_compile): Add new option "class".
12165 (fpc_compile): Likewise.
12166 * gdb.pascal/case-insensitive-symbols.pas: New file.
12167 * gdb.pascal/case-insensitive-symbols.exp: New file.
12168
1586c8fb
GB
121692015-04-20 Gary Benson <gbenson@redhat.com>
12170
12171 * gdb.base/attach.exp: Fix three extended remote failures.
12172
1b6e6f5c
GB
121732015-04-17 Gary Benson <gbenson@redhat.com>
12174
12175 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12176 the main executable over the remote protocol.
12177
e797481d
PA
121782015-04-16 Pedro Alves <palves@redhat.com>
12179
12180 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12181 a new gdbserver if gdbserver_reconnect_p is set.
12182
1ca99c42
PA
121832015-04-16 Pedro Alves <palves@redhat.com>
12184
12185 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12186 is set, don't exit gdbserver.
12187
af9fd6f8
AA
121882015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12189
12190 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12191 appropriate .insn, such that an older assembler can be used.
12192 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12193 the z/Architecture instruction set on 31-bit targets as well.
12194
04ff1e61
AA
121952015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12196
12197 * gdb.go/handcall.exp: Remove all logic related to the first
12198 breakpoint and rely on go_runto_main instead.
12199 * gdb.go/strings.exp: Likewise.
12200 * gdb.go/unsafe.exp: Likewise.
12201 * gdb.go/hello.exp: Likewise. Also rename the remaining
12202 breakpoint marker to "breakpoint 1".
12203 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12204 * gdb.go/strings.go: Likewise.
12205 * gdb.go/unsafe.go: Likewise.
12206 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12207 "set breakpoint 2 here" and rename the remaining breakpoint marker
12208 to "breakpoint 1".
12209
40d2f8d6
SM
122102015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12211
12212 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12213 if itertools.imap is not present.
12214 * gdb.python/py-objfile.exp: Add parentheses.
12215 * gdb.python/py-type.exp: Same.
12216 * gdb.python/py-unwind-maint.py: Same.
12217
8cbc97c6
YQ
122182015-04-15 Yao Qi <yao.qi@linaro.org>
12219
12220 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12221 of ":$ptr_size" and set its form explicitly.
12222
45fd756c
YQ
122232015-04-15 Pedro Alves <palves@redhat.com>
12224 Yao Qi <yao.qi@linaro.org>
12225
12226 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12227 timeout by factor of 4.
12228 (test_regular_watch): Likewise.
12229 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12230 * gdb.reverse/sigall-reverse.exp: Likewise.
12231 * gdb.reverse/until-precsave.exp: Likewise.
12232 * lib/gdb.exp (with_timeout_factor): New proc.
12233 (gdb_expect): Move some code to ...
12234 (get_largest_timeout): ... here. New procedure.
12235
9e811bc3
LM
122362015-04-14 Luis Machado <lgustavo@codesourcery.com>
12237
12238 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12239
0ff6fcb2
LM
122402015-04-13 Luis Machado <lgustavo@codesourcery.com>
12241
12242 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12243 to write to the .text section.
12244
7578d5f7
LM
122452015-04-13 Luis Machado <lgustavo@codesourcery.com>
12246
12247 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12248 Handle the case of targets that do not provide PID information.
12249
2efe15c4
YQ
122502015-04-13 Yao Qi <yao.qi@linaro.org>
12251
12252 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12253 and use expect instead of gdb_expect.
12254
8cd8f2f8
SDJ
122552015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12256
12257 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12258 "coredump_var_addr" to avoid naming conflict with other testcases.
12259
9ee41772
PA
122602015-04-10 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12263 gdb_test_sequence and gdb_assert.
12264
07473109
PA
122652015-04-10 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12268 test messages that don't include the breakpoint address.
12269
de3db44c
YQ
122702015-04-10 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12273 false for some offset and width combinations which aren't
12274 supported by linux kernel.
12275
c79d856c
PA
122762015-04-10 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12279 procedure, factored out from ...
12280 (top level): ... here. Add "set displaced-stepping" testing axis.
12281 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12282 parameter "displaced". Use it.
12283 (top level): Use foreach and add "set displaced-stepping" testing
12284 axis.
12285
ebc90b50
PA
122862015-04-10 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12289 Remove comment.
12290 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12291 both the address of the instruction that triggers the watchpoint
12292 and the address of the instruction immediately after, and use
12293 those addresses for the test. Fix comment.
12294
8f572e5c
PA
122952015-04-10 Pedro Alves <palves@redhat.com>
12296
12297 * gdb.base/sigstep.exp (breakpoint_to_handler)
12298 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12299 Test "backtrace" in handler.
12300 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12301 (top level): Add new "displaced" test axis to
12302 breakpoint_to_handler, breakpoint_to_handler_entry and
12303 breakpoint_over_handler.
12304
8d707a12
PA
123052015-04-10 Pedro Alves <palves@redhat.com>
12306
12307 PR gdb/18216
12308 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12309
ef713951
YQ
123102015-04-10 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12313 (test_add_rn_pc): New function.
12314 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12315 (top level): Invoke test_add_rn_pc.
12316
906d60cf
PA
123172015-04-10 Pedro Alves <palves@redhat.com>
12318
12319 PR gdb/13858
12320 * gdb.base/step-over-no-symbols.exp: New file.
12321
f2983cc3
AW
123222015-04-09 Andy Wingo <wingo@igalia.com>
12323
12324 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12325 after the Python tests.
12326
6d62641c
SDJ
123272015-04-08 Keith Seitz <keiths@redhat.com>
12328
12329 PR python/16699
12330 * gdb.python/py-completion.exp: New tests for completion.
12331 * gdb.python/py-completion.py (CompleteLimit1): New class.
12332 (CompleteLimit2): Likewise.
12333 (CompleteLimit3): Likewise.
12334 (CompleteLimit4): Likewise.
12335 (CompleteLimit5): Likewise.
12336 (CompleteLimit6): Likewise.
12337 (CompleteLimit7): Likewise.
12338
f3770638
PA
123392015-04-08 Pedro Alves <palves@redhat.com>
12340
12341 PR gdb/18214
12342 PR gdb/18216
12343 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12344 function.
12345 (main): Install it as SIGUSR1 handler.
12346 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12347 parameter. Always use "setup" as prefix. Toggle "set
12348 displaced-stepping" off/on depending on global. Don't switch to
12349 thread 1 here.
12350 (top level): Add displaced stepping "off/on" test axis. Update
12351 "setup" calls. Wrap each subtest with with_test_prefix. Test
12352 continuing with a queued signal in each thread.
12353
4496bed7
PA
123542015-04-08 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12357 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12358 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12359 Return early if running to main fails.
12360 * gdb.trace/while-stepping.exp: Likewise.
12361
b97fde92
PA
123622015-04-07 Pedro Alves <palves@redhat.com>
12363
12364 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12365 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12366 interact with inferior program.
12367
f71c18e7
PA
123682015-04-07 Pedro Alves <palves@redhat.com>
12369
12370 * lib/gdb.exp (inferior_spawn_id): New global.
12371 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12372 spawn id after processing the user code.
12373 (default_gdb_start): Set inferior_spawn_id.
12374 (send_inferior): New procedure.
12375 * lib/gdbserver-support.exp (gdbserver_start): Set
12376 inferior_spawn_id.
12377 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12378
6423214f
PA
123792015-04-07 Pedro Alves <palves@redhat.com>
12380
12381 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12382 * lib/gdbserver-support.exp (gdbserver_start): Make
12383 $server_spawn_id global.
12384 (gdbserver_start): Don't wait for gdbserver's spawn id with
12385 expect_background.
12386 (close_gdbserver): New procedure.
12387 (gdb_exit): Rename the default version and reimplement.
12388
71c0ee8c
PA
123892015-04-07 Pedro Alves <palves@redhat.com>
12390
72f4393d 12391 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12392 append the substituted item, not the original item.
12393
203bc29b
PA
123942015-04-07 Pedro Alves <palves@redhat.com>
12395
12396 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12397 gdb_expect.
12398
508a3ddf
PA
123992015-04-07 Pedro Alves <palves@redhat.com>
12400
12401 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12402 output appearing once only.
12403
9f6dbe2b
PA
124042015-04-07 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12407 that doesn't expect anything. Return early if running to main
12408 fails.
12409
337532fa
YQ
124102015-04-07 Yao Qi <yao.qi@linaro.org>
12411
12412 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12413 (child_function): Call alarm.
12414 (main): Move call to alarm into the loop.
12415 * gdb.threads/non-stop-fair-events.exp: Build program with
12416 -DTIMEOUT=$timeout.
12417
01b622d4
DE
124182015-04-06 Doug Evans <xdje42@gmail.com>
12419
12420 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12421 Fix dest parameter to board_info.
12422 (fpc_compile): Ditto.
12423 (gdb_compile_pascal): Rename dest arg to destfile.
12424
961f4160
PMR
124252015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12426
12427 * gdb.ada/funcall_ref.exp: New file.
12428 * gdb.ada/funcall_ref/foo.adb: New file.
12429
cafda597
YQ
124302015-04-02 Yao Qi <yao.qi@linaro.org>
12431
12432 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12433 is remote.
12434
fed040c6
GB
124352015-04-02 Gary Benson <gbenson@redhat.com>
12436
12437 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12438
d11916aa
SS
124392015-04-01 Sasha Smundak <asmundak@google.com>
12440
12441 * gdb.python/py-unwind-maint.c: New file.
12442 * gdb.python/py-unwind-maint.exp: New test.
12443 * gdb.python/py-unwind-maint.py: New file.
12444 * gdb.python/py-unwind.c: New file.
12445 * gdb.python/py-unwind.exp: New test.
12446 * gdb.python/py-unwind.py: New test.
12447
a1471180
PA
124482015-04-01 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12451 to fail instead of non-existent $test.
12452
0bbeccb1
PA
124532015-04-01 Pedro Alves <palves@redhat.com>
12454
12455 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12456 GDBFLAGS if not empty.
12457
3c724c8c
PMR
124582015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12459
12460 * gdb.ada/complete.exp: Remove "multi_line".
12461 * gdb.ada/info_exc.exp: Remove "multi_line".
12462 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12463 * gdb.ada/ptype_field.exp: Remove "multi_line".
12464 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12465 * gdb.ada/tagged.exp: Remove "multi_line".
12466 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12467 [multi_line ...]
12468 * gdb.btrace/delta.exp: Likewise.
12469 * gdb.btrace/exception.exp: Likewise.
12470 * gdb.btrace/function_call_history.exp: Likewise.
12471 * gdb.btrace/instruction_history.exp: Likewise.
12472 * gdb.btrace/nohist.exp: Likewise.
12473 * gdb.btrace/record_goto.exp: Likewise.
12474 * gdb.btrace/segv.exp: Likewise.
12475 * gdb.btrace/stepi.exp: Likewise.
12476 * gdb.btrace/tailcall.exp: Likewise.
12477 * gdb.btrace/unknown_functions.exp: Likewise.
12478 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12479 * lib/gdb.exp: Add the "multi_line" helper.
12480
4eec2deb
PA
124812015-04-01 Pedro Alves <palves@redhat.com>
12482
12483 * gdb.threads/tid-reuse.c: New file.
12484 * gdb.threads/tid-reuse.exp: New file.
12485
df8411da
SDJ
124862015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12487
12488 PR corefiles/16092
12489 * gdb.base/coredump-filter.c: New file.
12490 * gdb.base/coredump-filter.exp: Likewise.
12491
6ef37366
PM
124922015-03-27 Petr Machata <pmachata@redhat.com>
12493
12494 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12495 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12496 (Dwarf::assemble): Initialize them.
12497 (Dwarf::lines): New function.
12498
7ec911b0
JT
124992015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12500
12501 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12502 SYMBOL_PREFIX for x86_64-*-cygwin.
12503
ff908ebf
AW
125042015-03-26 Andy Wingo <wingo@igalia.com>
12505
12506 PR symtab/18148
12507 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12508 const_value but not a location.
12509 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12510 location defined in non-main CUs are visible.
12511
6d5f0679
YQ
125122015-03-26 Yao Qi <yao.qi@linaro.org>
12513
12514 PR testsuite/18139
12515 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12516 Add a line number entry for the same line.
12517 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12518 Add a line number entry for the same line.
12519
2898689b
YQ
125202015-03-26 Yao Qi <yao.qi@linaro.org>
12521
12522 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12523 .int 0.
12524 (func): Likewise. Add .Lfunc_1 label.
12525 Use .Lfunc_1 label.
12526 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12527 .int 0.
12528 (func): Likewise.
12529 Use .Lfunc_1 label.
12530
85180498
YQ
125312015-03-26 Yao Qi <yao.qi@linaro.org>
12532
12533 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12534 Call gdb_compile instead to compile each .s files without debug
12535 information.
12536
8aa08a8d
YQ
125372015-03-26 Yao Qi <yao.qi@linaro.org>
12538
12539 * gdb.base/savedregs.exp (process_saved_regs): Make
12540 "Saved registers:" optional in the pattern.
12541
66849923
MM
125422015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12543
12544 * gdb.btrace/next.exp: Merged into step.exp.
12545 * gdb.btrace/finish.exp: Merged into step.exp.
12546 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12547 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12548 "record goto" and checking the exact replay position.
12549 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12550 check for "Recording format" in "info record" output.
12551 * gdb.btrace/record_goto.exp: Choose test file based on target.
12552 * gdb.btrace/x86-record_goto.S: Renamed into ...
12553 * gdb.btrace/x86_64-record_goto.S: ... this.
12554 * gdb.btrace/i686-record_goto.S: New.
12555 * gdb.btrace/x86-tailcall.S: Renamed into ...
12556 * gdb.btrace/x86_64-tailcall.S: ... this.
12557 * gdb.btrace/i686-tailcall.S: New.
12558 * gdb.btrace/x86-tailcall.c: Renamed into ...
12559 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12560 separate statements. Update test.
12561 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12562 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12563 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12564 * gdb.btrace/tailcall.exp: Choose test file based on target.
12565 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12566
11cc1b74
MM
125672015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12568
12569 * gdb.btrace/exception.exp: Increase BTS buffer size.
12570
a25d8bf9
PA
125712015-03-24 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12574
856e7dd6
PA
125752015-03-24 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.threads/schedlock.exp (test_step): No longer expect that
12578 "set scheduler-locking step" with "next" over a function call runs
12579 threads unlocked.
12580
ad235a41
AT
125812015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12582
12583 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12584
15630549
AT
125852015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12586
12587 PR breakpoints/16466
12588 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12589 * gdb.mi/mi-pending.c (thread_func): New function.
12590 (int main): Add threading support required.
12591 * gdb.mi/mi-pending.exp: Add tests for this issue.
12592 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12593 (pendfunc2): Remove stdio dependency.
12594 * gdb.mi/mi-pendshr2.c: New file.
12595
693dca06
KS
125962015-03-23 Keith Seitz <keiths@redhat.com>
12597
12598 * gdb.linespec/keywords.c: New file.
12599 * gdb.linespec/keywords.exp: New file.
12600
7e993ebf
KS
126012015-03-23 Keith Seitz <keiths@redhat.com>
12602
12603 PR gdb/18021
12604 * gdb.dwarf2/staticvirtual.exp: New test.
12605
bc23328c
JK
126062015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12607
12608 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12609 * README: Remove HP-UX and gdb.hp.
12610 (configuration):
12611 * configure: Regenerate.
12612 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12613 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12614 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12615 gdb.hp/gdb.defects/Makefile.
12616 * gdb.hp/Makefile.in: File deleted.
12617 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12618 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12619 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12620 * gdb.hp/gdb.aCC/run.c: File deleted.
12621 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12622 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12623 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12624 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12625 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12626 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12627 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12628 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12629 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12630 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12631 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12632 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12633 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12634 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12635 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12636 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12637 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12638 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12639 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12640 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12641 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12642 * gdb.hp/gdb.compat/average.c: File deleted.
12643 * gdb.hp/gdb.compat/sum.c: File deleted.
12644 * gdb.hp/gdb.compat/xdb.c: File deleted.
12645 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12646 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12647 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12648 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12649 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12650 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12651 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12652 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12653 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12654 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12655 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12656 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12657 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12658 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12659 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12660 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12661 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12662 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12663 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12664 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12665 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12666 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12667 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12668 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12669 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12670 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12671 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12672 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12673 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12674 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12675 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12676 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12677 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12678 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12679 * gdb.hp/tools/odump: File deleted.
12680
8bf3b159
PA
126812015-03-19 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12684 (saw_thread_3): New globals.
12685 (top level): Increment them when an event for the corresponding
12686 thread is seen.
12687 (no thread starvation): New test.
12688
eb54c8bf
PA
126892015-03-19 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.threads/continue-pending-status.c: New file.
12692 * gdb.threads/continue-pending-status.exp: New file.
12693
32d2e5d6
PA
126942015-03-18 Pedro Alves <palves@redhat.com>
12695
12696 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12697 Use gdb_is_target_remote instead of is_remote. Use
12698 gdb_test_multiple instead of gdb_expect. Exit early if
12699 gdb_test_multiple hits its internal matches. Tighten stepi tests
12700 expected output. Fail on exit with any signal, instead of just
12701 SIGILL.
12702
f68f11b7
YQ
127032015-03-18 Yao Qi <yao.qi@linaro.org>
12704
12705 PR tdep/18107
12706 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12707 variable.
12708 * gdb.base/catch-syscall.exp: Don't skip it on
12709 aarch64*-*-linux* target. Remove elements in all_syscalls.
12710 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12711 target.
12712 (setup_all_syscalls): New proc.
12713
ca5fd19b
YQ
127142015-03-16 Yao Qi <yao.qi@linaro.org>
12715
12716 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12717 (top level): Skip tests if valid_addr_p returns false for
12718 $cmd1 or $cmd2.
12719
85642ba0
AW
127202015-03-11 Andy Wingo <wingo@igalia.com>
12721
12722 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12723
e03f9645
YQ
127242015-03-11 Yao Qi <yao.qi@linaro.org>
12725
12726 * gdb.base/catch-syscall.exp: Fix typo in comments.
12727
5d0962b2
YQ
127282015-03-11 Yao Qi <yao.qi@linaro.org>
12729
12730 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12731
b2df3cef
PA
127322015-03-09 Pedro Alves <palves@redhat.com>
12733
12734 * dg-extract-results.py: Delete.
12735
ef878e53
PA
127362015-03-09 Pedro Alves <palves@redhat.com>
12737
12738 Merge dg-extract-results.sh from GCC upstream (r218843).
12739
12740 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12741 * dg-extract-results.sh: Use --text with grep to avoid issues with
12742 binary files. Fall back to cat -v, if that doesn't work.
12743
9494d219
PA
127442015-03-05 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12747
a8d9763a
SM
127482015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12749
12750 * lib/mi-support.exp (mi_expect_interrupt): Accept
12751 alternative event for when in all-stop mode.
12752
be9957b8
PA
127532015-03-04 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12756
d57be0f4 127572015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12758
12759 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12760
c214c7cf
AA
127612015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12762
12763 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12764 regexps for GDB's current line display, accept a hex address
12765 preceding the line number.
12766
6d74a497
AA
127672015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12768
12769 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12770 the 'arch1' variable for "s390*-linux*" targets.
12771
511aee7c
PA
127722015-03-04 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12775 (main): Pass missing retval argument to pthread_join call.
12776
95e50b27
PA
127772015-03-02 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12780 (top level): Call do_test with non-stop as well.
12781
28054d69
PA
127822015-03-02 Pedro Alves <palves@redhat.com>
12783
12784 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12785 -1.
12786
4fa5d7b4
AA
127872015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12788
12789 * gdb.arch/s390-vregs.exp: New test.
12790 * gdb.arch/s390-vregs.S: New file.
12791
97c18565
PA
127922015-02-27 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12795 call to catch_command_errors.
12796 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12797 catch_command_errors.
12798
a37bfa30
PA
127992015-02-27 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12802 "true" for boolean result.
12803 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12804 prototype of main.
12805
6f98576f
PA
128062015-02-27 Pedro Alves <palves@redhat.com>
12807
12808 * lib/unbuffer_output.c: New file.
12809 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12810 (main): Call gdb_unbuffer_output.
12811
eba5ab56
YQ
128122015-02-27 Yao Qi <yao.qi@linaro.org>
12813
12814 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12815 target.
12816
0def5aaa
DE
128172015-02-26 Doug Evans <dje@google.com>
12818
12819 * gdb.cp/class2.cc (Dbase, D): New classes.
12820 (main): New local delta.
12821 * gdb.cp/class2.exp: Test printing delta.
12822 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12823 (dynbar): New global.
12824 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12825
081a1c2c
JK
128262015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12827
12828 * gdb.compile/compile-ifunc.c: New file.
12829 * gdb.compile/compile-ifunc.exp: New file.
12830
2f41223f
AT
128312015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12832
12833 * gdb.base/structs.exp: Check for correct struct on finish.
12834
03eddd80
YQ
128352015-02-26 Yao Qi <yao.qi@linaro.org>
12836
12837 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12838 is zero.
12839
80c57053
JK
128402015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12841
12842 * gdb.arch/cordic.ko.bz2: New file.
12843 * gdb.arch/cordic.ko.debug.bz2: New file.
12844 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12845
21613c12
YQ
128462015-02-25 Yao Qi <yao.qi@linaro.org>
12847
12848 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12849 aarch64*-*-* target.
12850
d8b901ed
PA
128512015-02-23 Pedro Alves <palves@redhat.com>
12852
12853 * lib/gdb.exp (delete_breakpoints): Rewrite using
12854 gdb_test_multiple.
12855
e5b85ead
PA
128562015-02-23 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.base/info-os.c: Include stdlib.h.
12859
85c3a371
DE
128602015-02-22 Doug Evans <xdje42@gmail.com>
12861
12862 PR symtab/17855
12863 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12864 is read after symbols have been re-read.
12865 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12866 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12867
96553a0c
DE
128682015-02-21 Doug Evans <dje@google.com>
12869
12870 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12871
97a0c697
JK
128722015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 PR corefiles/17808
12875 * gdb.arch/i386-biarch-core.core.bz2: New file.
12876 * gdb.arch/i386-biarch-core.exp: New file.
12877
a47cd6e9
PA
128782015-02-21 Pedro Alves <palves@redhat.com>
12879
12880 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12881 runto_main fails.
12882
c5facdc4
PA
128832015-02-20 Pedro Alves <palves@redhat.com>
12884
12885 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12886 info probes.
12887
2db9a427
PA
128882015-02-20 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12891
60fb7e9e
PA
128922015-02-20 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12895 clean_restart before gdb_target_supports_trace.
12896
5c5019c2
PA
128972015-02-20 Pedro Alves <palves@redhat.com>
12898
12899 PR threads/18006
12900 * gdb.threads/clone-thread_db.c: New file.
12901 * gdb.threads/clone-thread_db.exp: New file.
12902
c9587f88
AT
129032015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12904
12905 PR breakpoints/16812
12906 * gdb.base/catch-gdb-caused-signals.c: New file.
12907 * gdb.base/catch-gdb-caused-signals.exp: New file.
12908
f6a88844
JM
129092015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12910
12911 * configure: Regenerated.
12912 * configure.ac: Use GDB_AC_TRANSFORM.
12913 * aclocal.m4: sinclude ../transform.m4.
12914
497c491b
JM
129152015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12916
12917 * lib/dtrace.exp: New file.
12918 * gdb.base/dtrace-probe.exp: Likewise.
12919 * gdb.base/dtrace-probe.d: Likewise.
12920 * gdb.base/dtrace-probe.c: Likewise.
12921 * lib/pdtrace.in: Likewise.
12922 * configure.ac: Output variables with the transformed names of
12923 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12924 * configure: Regenerated.
12925
03e98035
JM
129262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12927
12928 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12929 expected message when trying to access $_probe_* convenience
12930 variables while not on a probe.
12931
63cc30e9
JK
129322015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12933
12934 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12935
0703599a
PA
129362015-02-11 Pedro Alves <pedro@codesourcery.com>
12937
12938 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12939 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12940
7e60a48e
DE
129412015-02-10 Doug Evans <xdje42@gmail.com>
12942
12943 * lib/gdb.exp (gdb_load): Always return a result.
12944
01b088bc
PA
129452015-02-10 Pedro Alves <palves@redhat.com>
12946
12947 * gdb.threads/signal-sigtrap.c: New file.
12948 * gdb.threads/signal-sigtrap.exp: New file.
12949
b05ec7a5
AT
129502015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12951
12952 * gdb.trace/no-attach-trace.c: New file.
12953 * gdb.trace/no-attach-trace.exp: New file.
12954
a2c2acaf
MW
129552015-02-09 Mark Wielaard <mjw@redhat.com>
12956
12957 * gdb.dwarf2/atomic.c: New file.
12958 * gdb.dwarf2/atomic-type.exp: Likewise.
12959
31fd9caa
MM
129602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12961
12962 * gdb.btrace/buffer-size.exp: Update "info record" output.
12963 * gdb.btrace/delta.exp: Update "info record" output.
12964 * gdb.btrace/enable.exp: Update "info record" output.
12965 * gdb.btrace/finish.exp: Update "info record" output.
12966 * gdb.btrace/instruction_history.exp: Update "info record" output.
12967 * gdb.btrace/next.exp: Update "info record" output.
12968 * gdb.btrace/nexti.exp: Update "info record" output.
12969 * gdb.btrace/step.exp: Update "info record" output.
12970 * gdb.btrace/stepi.exp: Update "info record" output.
12971 * gdb.btrace/nohist.exp: Update "info record" output.
12972
d33501a5
MM
129732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12974
12975 * gdb.btrace/buffer-size: New.
12976
f4abbc16
MM
129772015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12978
12979 * gdb.btrace/delta.exp: Update "info record" output.
12980 * gdb.btrace/enable.exp: Update "info record" output.
12981 * gdb.btrace/finish.exp: Update "info record" output.
12982 * gdb.btrace/instruction_history.exp: Update "info record" output.
12983 * gdb.btrace/next.exp: Update "info record" output.
12984 * gdb.btrace/nexti.exp: Update "info record" output.
12985 * gdb.btrace/step.exp: Update "info record" output.
12986 * gdb.btrace/stepi.exp: Update "info record" output.
12987 * gdb.btrace/nohist.exp: Update "info record" output.
12988
b9d61307
SM
129892015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12990
12991 PR gdb/15678
12992 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12993
e584fdbc
PA
129942015-02-06 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12997 macro.
12998 (seconds_left, again): New globals.
12999 (main): Wait seconds_left in a 1-second sleep loop instead of
13000 sleeping 180 seconds. If 'again' is set, reset the seconds
13001 counter.
13002 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13003 'again' in the inferior before detaching. Print the seconds left.
13004 (options): New global.
13005 (top level): Build program with -DTIMEOUT=$timeout.
13006
77f41761
PA
130072015-02-06 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13010 determine how many seconds to pass to 'alarm'.
13011 * gdb.base/gdb-sigterm.exp (top level): Build program with
13012 -DTIMEOUT=$timeout.
13013 (do_test): Return success/failure indication. Add more verbose
13014 logging. Don't fail if 200 single steps are seen. Instead, fail
13015 when the test times out.
13016 (passes): New global.
13017 (top level): Break the testing loop if testing fails on any
13018 iteration. Use gdb_assert.
13019
b9394193
DB
130202015-02-04 Don Breazeal <donb@codesourcery.com>
13021
13022 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13023 and initialize them.
13024 (ipc_cleanup): New function.
13025 (main): Don't declare shmid, semid, and msqid. Add a call to
13026 atexit so that we call ipc_cleanup on exit.
13027
42d9e528
PA
130282015-02-04 Pedro Alves <palves@redhat.com>
13029
13030 * boards/native-extended-gdbserver.exp: Remove any target variant
13031 specifications from the board name before clearing the isremote
13032 flag from board_info.
13033
ae6ae975
DE
130342015-01-31 Doug Evans <xdje42@gmail.com>
13035
13036 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13037
cfb069a8
GB
130382015-01-31 Gary Benson <gbenson@redhat.com>
13039
13040 * gdb.base/completion.exp: Disable completion limiting for
13041 existing tests. Add new tests to check completion limiting.
13042 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13043
5dd31d79
DE
130442015-01-31 Doug Evans <xdje42@gmail.com>
13045
13046 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13047
9f050062
DE
130482015-01-31 Doug Evans <xdje42@gmail.com>
13049
13050 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13051 entries. Duplicate file section script entries.
13052 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13053 inlined entries. Add test for safe-path rejection.
13054 * gdb.python/py-section-script.c: Add duplicate inlined section script
13055 entries. Duplicate file section script entries.
13056 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13057 inlined entries. Add test for safe-path rejection.
13058
df25ebbd
JB
130592015-01-29 Joel Brobecker <brobecker@adacore.com>
13060
13061 * gdb.ada/disc_arr_bound: New testcase.
13062
4a0ca9ec
JB
130632015-01-29 Joel Brobecker <brobecker@adacore.com>
13064
13065 * gdb.ada/mi_var_array: New testcase.
13066
3a8b707a
DE
130672015-01-27 Doug Evans <dje@google.com>
13068
13069 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13070 Add test for objfile.filename, objfile.username after objfile
13071 has been unloaded.
13072
f8313f6e
JB
130732015-01-26 Joel Brobecker <brobecker@adacore.com>
13074
13075 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13076 the second test to print the name attribute of value
13077 returned by the call to gdb.lookup_type, and adjust
13078 the expected output accordingly.
13079
37bc665e
MW
130802015-01-25 Mark Wielaard <mjw@redhat.com>
13081
13082 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13083 * gdb.base/disp-step-fork.c: Include unistd.h.
13084 * gdb.base/siginfo-obj.c: Include stdio.h.
13085 * gdb.base/siginfo-thread.c: Likewise.
13086 * gdb.mi/non-stop.c: Include unistd.h.
13087 * gdb.mi/nsthrexec.c: Include stdio.h.
13088 * gdb.mi/pthreads.c: Include unistd.h.
13089 * gdb.modula2/unbounded1.c (main): Declare returns int.
13090 * gdb.reverse/consecutive-reverse.c: Likewise.
13091 * gdb.threads/create-fail.c: Include unistd.h.
13092 * gdb.threads/killed.c: Likewise.
13093 * gdb.threads/linux-dp.c: Likewise.
13094 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13095 * gdb.threads/non-ldr-exc-2.c: Likewise.
13096 * gdb.threads/non-ldr-exc-3.c: Likewise.
13097 * gdb.threads/non-ldr-exc-4.c: Likewise.
13098 * gdb.threads/pthreads.c: Include unistd.h.
13099 (main): Declare returns int.
13100 * gdb.threads/tls-main.c (foo): New declaration.
13101 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13102
f7e5394d
SM
131032015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13104
13105 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13106 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13107
743649fd
MW
131082015-01-15 Mark Wielaard <mjw@redhat.com>
13109
13110 * gdb.base/noreturn-return.c: New file.
13111 * gdb.base/noreturn-return.exp: New file.
13112 * gdb.base/noreturn-finish.c: New file.
13113 * gdb.base/noreturn-finish.exp: New file.
13114
198297aa
PA
131152015-01-23 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.threads/continue-pending-after-query.c: New file.
13118 * gdb.threads/continue-pending-after-query.exp: New file.
13119
717cf30c
AG
131202015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13121 Simon Marchi <simon.marchi@ericsson.com>
13122
13123 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13124 * gdb.base/valgrind-db-attach.exp: Same.
13125 * gdb.base/valgrind-infcall.exp: Same.
13126 * lib/mi-support.exp (default_mi_gdb_start): Same.
13127 * lib/prompt.exp (default_prompt_gdb_start): Same.
13128 * lib/gdb.exp (default_gdb_spawn): Same.
13129 (gdb_interact): New.
13130
13131
4b62a76e
JK
131322015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13133
13134 * gdb.compile/compile.exp (pointer to jit function): New test.
13135
b4cdae6f
WW
131362015-01-17 Wei-cheng Wang <cole945@gmail.com>
13137
13138 * lib/gdb.exp (supports_process_record): Return true for
13139 powerpc*-*-linux*.
13140 (supports_reverse): Likewise.
13141
d221e7ef
DB
131422015-01-15 Don Breazeal <donb@codesourcery.com>
13143
13144 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13145 instead of checking whether the target board is remote and
13146 use spawn_wait_for_attach instead of exec/sleep.
13147 * gdb.base/attach-twice.exp: Likewise.
13148
bafffb51
JB
131492015-01-15 Joel Brobecker <brobecker@adacore.com>
13150
13151 * gdb.ada/var_arr_attrs: New testcase.
13152
5589af0e
PA
131532015-01-14 Pedro Alves <palves@redhat.com>
13154 Joel Brobecker <brobecker@adacore.com>
13155
13156 PR gdb/17525
13157 * gdb.base/bp-cmds-execution-x-script.c: New file.
13158 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13159 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13160
6c400b59
PA
131612015-01-14 Pedro Alves <palves@redhat.com>
13162
13163 PR cli/17828
13164 * gdb.base/batch-preserve-term-settings.c: New file.
13165 * gdb.base/batch-preserve-term-settings.exp: New file.
13166
e02c96a7
DE
131672015-01-13 Doug Evans <dje@google.com>
13168
13169 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13170 binary.
13171
576fd14c
JB
131722015-01-13 Joel Brobecker <brobecker@adacore.com>
13173
13174 * Makefile.in (clean mostlyclean): Do not delete *.py.
13175
04dccad0
JB
131762015-01-13 Joel Brobecker <brobecker@adacore.com>
13177
13178 * gdb.python/py-lookup-type.exp: New file.
13179
3d230f71
PA
131802015-01-12 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13183 restore GDBFLAGS before returning.
13184
7e67715d
JK
131852015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13186
13187 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13188 is_amd64_regs_target and is_x86_like_target.
13189
f2e0d4b4
DE
131902015-01-11 Doug Evans <xdje42@gmail.com>
13191
13192 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13193 is given without an explicit form.
13194 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13195 attributes.
13196 * gdb.dwarf/corrupt.exp: Ditto.
13197 * gdb.dwarf2/enum-type.exp: Ditto.
13198 * gdb.trace/entry-values.exp: Ditto.
13199 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13200
439250fb
DE
132012015-01-11 Doug Evans <xdje42@gmail.com>
13202
13203 PR gdb/15830
13204 * gdb.base/maint.exp: Remove references to "maint demangle".
13205 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13206 Add tests for explicitly specifying language to demangle.
13207 * gdb.dlang/demangle.exp: Ditto.
13208
ede9f622
PA
132092015-01-09 Pedro Alves <palves@redhat.com>
13210
13211 * gdb.threads/non-stop-fair-events.c: New file.
13212 * gdb.threads/non-stop-fair-events.exp: New file.
13213
a7b796db
PA
132142015-01-09 Pedro Alves <palves@redhat.com>
13215
13216 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13217 the global scope. Set a breakpoint after all threads are started
13218 rather than stepping over two source lines. Expect the prompt.
13219 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13220 global.
13221 (NUM): Now 15.
13222 (main): Use threads_started_barrier to wait for all threads to
13223 start. Main thread no longer calls thread_function. Exit after
13224 180 seconds.
13225 (loop): New function.
13226 (thread_function): Wait on threads_started_barrier barrier. Call
13227 'loop' at each iteration.
13228 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13229 threads have started, instead of hardcoding number of "next"
13230 steps. Use an access watchpoint instead of a write watchpoint.
13231
9665ffdd
PA
132322015-01-09 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13235 (thread_func): Wait on barrier.
13236 (main): Wait for all threads to start before stopping GDB.
13237 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13238 global.
13239 (thread1_func, thread2_func): Wait on barrier.
13240 (main): Wait for all threads to start before stopping GDB.
13241 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13242 New global.
13243 (thread1_func, thread2_func): Wait on barrier.
13244 (main): Wait for all threads to start before stopping GDB.
13245
c945a99f
PA
132462015-01-09 Pedro Alves <palves@redhat.com>
13247
13248 * gdb.threads/attach-many-short-lived-threads.c: New file.
13249 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13250
c1a747c1
PA
132512014-01-09 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13254 instead of to thread 2.
13255 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13256 Add barrier around each pthread_create call instead of around all
13257 calls.
13258 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13259 Set a break on thread_function and have the child threads hit it
13260 one at at a time.
13261
60b3033e
PA
132622015-01-09 Pedro Alves <palves@redhat.com>
13263
13264 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13265 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13266 false.
13267 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13268 checking whether the target board is remote.
13269 * gdb.multi/multi-attach.exp: Likewise.
13270 * gdb.python/py-sync-interp.exp: Likewise.
13271 * gdb.server/ext-attach.exp: Likewise.
13272 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13273 tests that need to attach, instead of checking whether the target
13274 board is remote at the top of the file.
13275
acc018ac
YQ
132762015-01-08 Yao Qi <yao@codesourcery.com>
13277
13278 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13279
50a18af8
JK
132802015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13281
13282 Fix testcase compilation.
13283 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13284
8503d6e1
JB
132852015-01-06 Joel Brobecker <brobecker@adacore.com>
13286
13287 * gdb.python/py-type.exp: Add a couple test about empty
13288 array creation, and negative-length array creation.
13289
cc73dbcc
DE
132902015-01-02 Doug Evans <xdje42@gmail.com>
13291
13292 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13293
0300bbc7
DE
132942015-01-02 Doug Evans <dje@google.com>
13295
13296 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13297
9d85a0ec
YQ
132982014-12-29 Yao Qi <yao@codesourcery.com>
13299
13300 * gdb.trace/entry-values.exp: Update comments. Rename variable
13301 bar_call_foo to returned_from_foo.
13302
87186c6a
MMN
133032014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13304
13305 PR gdb/17394
13306 * gdb.linespec/break-asm-file.c: New file.
13307 * gdb.linespec/break-asm-file.exp: New file.
13308 * gdb.linespec/break-asm-file0.s: New file.
13309 * gdb.linespec/break-asm-file1.s: New file.
13310
1bab7383
YQ
133112014-12-18 Nigel Stephens <nigel@mips.com>
13312 Maciej W. Rozycki <macro@codesourcery.com>
13313
13314 * gdb.base/float.exp: Handle the new output from "info float" on
13315 MIPS targets.
13316
1bc1068a
JK
133172014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13318
13319 Fix MinGW compilation.
13320 * gdb.compile/compile-ops.exp: Update untested message if
13321 !skip_compile_feature_tests.
13322 * gdb.compile/compile-setjmp.exp: Likewise.
13323 * gdb.compile/compile-tls.exp: Likewise.
13324 * gdb.compile/compile.exp: Likewise.
13325 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13326 supported on this host".
13327
b6615d10
DE
133282014-12-16 Doug Evans <xdje42@gmail.com>
13329
13330 * boards/stabs.exp: New file.
13331
25dda427
AA
133322014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13333
13334 * gdb.base/completion.exp: Adjust to format changes of "maint
13335 print user-registers".
13336
bf330350
CU
133372014-12-16 Catalin Udma <catalin.udma@freescale.com>
13338
13339 PR server/17457
13340 * gdb.arch/aarch64-fp.c: New file.
13341 * gdb.arch/aarch64-fp.exp: New file.
13342
395cf596
SDJ
133432014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13344
13345 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13346 r210637, r210913, r211666, r215400, r215817).
13347
13348 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13349 * dg-extract-results.py: New file.
13350 * dg-extract-results.sh: Use it if the environment seems
13351 suitable.
13352
13353 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13354
13355 * dg-extract-results.py (parse_run): Handle warnings that
13356 are printed before a test harness is run.
13357
13358 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13359
13360 * dg-extract-results.py (Named): Remove __cmp__ method.
13361 (output_variation): Use a key to sort variation.harnesses.
13362
13363 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13364
13365 * dg-extract-results.py: For Python 3, force sys.stdout to
13366 handle surrogate escape sequences.
13367 (safe_open): New function.
13368 (output_segment, main): Use it.
13369
13370 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13371
13372 * dg-extract-results.py (Prog.result_re): Include options
13373 in test name.
13374
13375 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13376
13377 * dg-extract-results.py (output_variation): Always sort if
13378 do_sum.
13379
e882ef3c
SM
133802014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13383 as long as we get pagination notifications.
13384
4992aa20
JM
133852014-12-15 Jason Merrill <jason@redhat.com>
13386
13387 * Makefile.in (check-gdb.%): Restore.
13388 * README: Mention it.
13389
c1b5a1a6
JB
133902014-12-13 Joel Brobecker <brobecker@adacore.com>
13391
13392 * gdb.ada/str_uninit: New testcase.
13393
5537b577
JK
133942014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13395
13396 PR symtab/17642
13397 * gdb.base/vla-stub-define.c: New file.
13398 * gdb.base/vla-stub.c: New file.
13399 * gdb.base/vla-stub.exp: New file.
13400
bb2ec1b3
TT
134012014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13402 Jan Kratochvil <jan.kratochvil@redhat.com>
13403 Tom Tromey <tromey@redhat.com>
13404
13405 * configure.ac: Add gdb.compile/.
13406 * configure: Regenerate.
13407 * gdb.compile/Makefile.in: New file.
13408 * gdb.compile/compile-ops.exp: New file.
13409 * gdb.compile/compile-ops.c: New file.
13410 * gdb.compile/compile-tls.c: New file.
13411 * gdb.compile/compile-tls.exp: New file.
13412 * gdb.compile/compile-constvar.S: New file.
13413 * gdb.compile/compile-constvar.c: New file.
13414 * gdb.compile/compile-mod.c: New file.
13415 * gdb.compile/compile-nodebug.c: New file.
13416 * gdb.compile/compile-setjmp-mod.c: New file.
13417 * gdb.compile/compile-setjmp.c: New file.
13418 * gdb.compile/compile-setjmp.exp: New file.
13419 * gdb.compile/compile-shlib.c: New file.
13420 * gdb.compile/compile.c: New file.
13421 * gdb.compile/compile.exp: New file.
13422 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13423
4ff709eb
TT
134242014-12-12 Tom Tromey <tromey@redhat.com>
13425
13426 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13427 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13428
6dddd6a5
DE
134292014-12-12 Doug Evans <dje@google.com>
13430
13431 * lib/gdb-python.exp (get_python_valueof): New function.
13432 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13433
71c24708
AA
134342014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13435
13436 * gdb.base/completion.exp: Add test for completion of "info
13437 registers ".
13438
3e29f34a
MR
134392014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13440
13441 * gdb.base/func-ptrs.c: New file.
13442 * gdb.base/func-ptrs.exp: New file.
13443
fc126975
SM
134442014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13445
13446 PR breakpoints/17012
13447 * gdb.base/dprintf-detach.c: New file.
13448 * gdb.base/dprintf-detach.exp: New file.
13449
0a46d518
SM
134502014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13451
13452 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13453 * lib/gdb.exp (target_is_gdbserver): New procedure.
13454
a0be3e44
DE
134552014-12-08 Doug Evans <dje@google.com>
13456
13457 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13458
df1b803a
YQ
134592014-12-05 Yao Qi <yao@codesourcery.com>
13460
13461 * gdb.guile/scm-error.exp: Remove the third argument to
13462 gdb_remote_download.
13463 * gdb.guile/scm-frame-args.exp: Likewise.
13464 * gdb.guile/scm-section-script.exp: Likewise.
13465
ddb9f679
YQ
134662014-12-05 Yao Qi <yao@codesourcery.com>
13467
13468 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13469
86e4ed39
DE
134702014-12-04 Doug Evans <dje@google.com>
13471
13472 * gdb.python/py-objfile.exp: Add tests for
13473 objfile.add_separate_debug_file.
13474
7c50a931
DE
134752014-12-04 Doug Evans <dje@google.com>
13476
13477 * lib/gdb.exp (get_build_id): New function.
13478 (build_id_debug_filename_get): Rewrite to use it.
13479 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13480
621661e3
MR
134812014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13482
13483 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13484 `method(long)', not just 0x0.
13485 * gdb.cp/nsalias.exp: Align code labels to 4.
13486 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13487 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13488 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13489 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13490 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13491 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13492
29f0c3b7
DE
134932014-12-02 Doug Evans <dje@google.com>
13494
e1e061e7 13495 PR symtab/17602
29f0c3b7 13496 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13497 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13498 * gdb.cp/anon-ns.exp: Update.
13499
162078c8
NB
135002014-12-02 Nick Bull <nicholaspbull@gmail.com>
13501
13502 * gdb.python/py-events.py (inferior_call_handler): New.
13503 (register_changed_handler, memory_changed_handler): New.
13504 (test_events.invoke): Register new handlers.
13505 * gdb.python/py-events.exp: Add tests for inferior call,
13506 memory_changed and register_changed events.
13507
fdb09caf
AA
135082014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13509
13510 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13511 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13512 if the linker doesn't understand this.
13513
55cfb2c4
SM
135142014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13515
13516 * gdb.python/python.exp: Change expected reply to help().
13517
9e8cd6df
YQ
135182014-12-01 Yao Qi <yao@codesourcery.com>
13519
13520 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13521 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13522 * configure: Re-generated.
13523
6c659fc2
SC
135242014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13525
13526 * gdb.cp/chained-calls.cc: New file.
13527 * gdb.cp/chained-calls.exp: New file.
13528 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13529
d7fc3181
SM
135302014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13531
13532 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13533 * gdb.dwarf2/symtab-producer.exp: Same.
13534 * gdb.gdb/python-interrupts.exp: Same.
13535 * gdb.gdb/python-selftest.exp: Same.
13536 * gdb.python/py-linetable.exp: Same.
13537 * gdb.python/py-type.exp: Same.
13538 * gdb.python/py-value-cc.exp: Same.
13539 * gdb.python/py-value.exp: Same.
13540
10e79639
YQ
135412014-11-28 Yao Qi <yao@codesourcery.com>
13542
13543 * gdb.base/break-probes.exp: Match library name prefixed with
13544 sysroot.
13545
f28a0564
SM
135462014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13547
13548 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13549 test expected output. Add parentheses for the call to print.
13550 Remove L suffix from integers.
13551
3fe1ce1d
DE
135522014-11-26 Doug Evans <dje@google.com>
13553
13554 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13555
84429e27
YQ
135562014-11-22 Yao Qi <yao@codesourcery.com>
13557
13558 * gdb.trace/entry-values.c: Remove asms.
13559 (foo): Add foo_label.
13560 (bar): Add bar_label.
13561 * gdb.trace/entry-values.exp: Remove code computing foo's
13562 length and bar's length.
13563 (Dwarf::assemble): Invoke function_range for bar and use
13564 MACRO_AT_func for foo.
13565
26741859
YQ
135662014-11-22 Yao Qi <yao@codesourcery.com>
13567
13568 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13569 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13570 Use .Lgcc43_procstart instead of gcc43.
13571
45e44d27
JB
135722014-11-21 Joel Brobecker <brobecker@adacore.com>
13573
13574 * gdb.ada/n_arr_bound: New testcase.
13575
458c8db8
SDJ
135762014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13577
13578 PR breakpoints/10737
13579 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13580 test_catch_syscall_multi_arch.
13581 (test_catch_syscall_multi_arch): New function.
13582
43f3e411
DE
135832014-11-20 Doug Evans <xdje42@gmail.com>
13584
13585 * gdb.base/maint.exp: Update expected output.
13586
0d7b2549
AA
135872014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13588
13589 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13590 4-byte instruction on S390.
13591
8908fca5
JB
135922014-11-19 Joel Brobecker <brobecker@adacore.com>
13593
13594 * gdb.ada/arr_arr: New testcase.
13595
4a46959e
JB
135962014-11-19 Joel Brobecker <brobecker@adacore.com>
13597
13598 * gdb.ada/pkd_arr_elem: New Testcase.
13599
470e2f4e
LM
136002014-11-18 Luis Machado <lgustavo@codesourcery.com>
13601
13602 * gdb.reverse/break-precsave: Expect completion message for
13603 core file reads.
13604 * gdb.reverse/consecutive-precsave.exp: Likewise.
13605 * gdb.reverse/finish-precsave.exp: Likewise.
13606 * gdb.reverse/i386-precsave.exp: Likewise.
13607 * gdb.reverse/machinestate-precsave.exp: Likewise.
13608 * gdb.reverse/sigall-precsave.exp: Likewise.
13609 * gdb.reverse/solib-precsave.exp: Likewise.
13610 * gdb.reverse/step-precsave.exp: Likewise.
13611 * gdb.reverse/until-precsave.exp: Likewise.
13612 * gdb.reverse/watch-precsave.exp: Likewise.
13613
a267f3ad
AA
136142014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13615
13616 * gdb.base/bp-permanent.c: Include unistd.h.
13617 * gdb.python/py-framefilter-mi.c (main): Add return type.
13618 * gdb.python/py-framefilter.c (main): Likewise.
13619 * gdb.trace/actions-changed.c (main): Likewise.
13620
12084a9a
AA
136212014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13622
13623 * gdb.mi/until.c: Add eye-catchers.
13624 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13625 line numbers.
13626
dc7e1a77
AA
136272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13628
13629 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13630 function header variants in break1.c.
13631 * gdb.base/ena-dis-br.exp: Likewise.
13632 * gdb.base/hbreak2.exp: Likewise.
13633 * gdb.reverse/until-precsave.exp: Drop references to removed
13634 non-prototype function header variants in ur1.c.
13635 * gdb.reverse/until-reverse.exp: Likewise.
13636
41c77605
PM
136372014-11-17 Petr Machata <pmachata@redhat.com>
13638
13639 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13640 ${_cu_offset_size} bytes abbrev offset.
13641
34248c3a
DE
136422014-11-15 Doug Evans <xdje42@gmail.com>
13643
13644 PR symtab/17559
13645 * gdb.base/line-symtabs.exp: New file.
13646 * gdb.base/line-symtabs.c: New file.
13647 * gdb.base/line-symtabs.h: New file.
13648
646da059
YQ
136492014-11-14 Yao Qi <yao@codesourcery.com>
13650
13651 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13652 (func): Add label func_label.
13653 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13654 Replace low_pc and high_pc with MACRO_AT_range.
13655 Replace name, low_pc and high_pc with MACRO_AT_func.
13656
9301ebe6
YQ
136572014-11-14 Yao Qi <yao@codesourcery.com>
13658
13659 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13660 Replace name, low_pc and high_pc with MACRO_AT_func.
13661
f166b542
YQ
136622014-11-14 Yao Qi <yao@codesourcery.com>
13663
13664 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13665 produce debug information.
13666 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13667
0f6e71e3
YQ
136682014-11-14 Yao Qi <yao@codesourcery.com>
13669
13670 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13671 object and get function length.
13672 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13673 with MACRO_AT_func.
13674 (top-level): Replace gdb_compile and clean_restart with
13675 prepare_for_testing.
13676 * gdb.dwarf2/main.c (main): Add label main_label.
13677
876c4df9
YQ
136782014-11-14 Yao Qi <yao@codesourcery.com>
13679
13680 * lib/dwarf.exp (function_range): New procedure.
13681 (Dwarf::_handle_macro_at_func): New procedure.
13682 (Dwarf::_handle_macro_at_range): New procedure.
13683 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13684
02ad9cf1
YQ
136852014-11-14 Yao Qi <yao@codesourcery.com>
13686
13687 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13688 (_handle_attribute): New procedure.
13689
a59add0c
AA
136902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13691
13692 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13693 * gdb.base/call-sc.c (zed): Likewise.
13694 * gdb.base/checkpoint.c (main): Likewise.
13695 * gdb.base/dump.c (main): Likewise.
13696 * gdb.base/gcore.c (main): Likewise.
13697 * gdb.base/huge.c (main): Likewise.
13698 * gdb.base/multi-forks.c (main): Likewise.
13699 * gdb.base/pr10179-a.c (main): Likewise.
13700 * gdb.base/savedregs.c (main): Likewise.
13701 * gdb.base/sigaltstack.c (main): Likewise.
13702 * gdb.base/siginfo.c (main): Likewise.
13703 * gdb.base/structs.c (zed): Likewise.
13704 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13705 * gdb.mi/mi-syn-frame.c (main): Likewise.
13706 * gdb.mi/until.c (foo, main): Likewise.
13707 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13708 * gdb.base/solib-weak.c (foo): Declare.
13709 * gdb.base/attach-twice.c: Include stdio.h.
13710 * gdb.base/weaklib1.c: Likewise.
13711 * gdb.base/weaklib2.c: Likewise.
13712 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13713 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13714 unistd.h.
13715 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13716 * gdb.mi/mi-exit-code.c: Likewise.
13717 * gdb.base/break-interp-lib.c: Include string.h.
13718 * gdb.base/coremaker.c: Likewise.
13719 * gdb.base/testenv.c: Likewise.
13720 * gdb.python/py-finish-breakpoint.c: Likewise.
13721 * gdb.base/inferior-died.c: Include sys/wait.h.
13722 * gdb.base/fileio.c: Include time.h.
13723 * gdb.base/async-shell.c: Include unistd.h.
13724 * gdb.base/dprintf-non-stop.c: Likewise.
13725 * gdb.base/info-os.c: Likewise.
13726 * gdb.mi/mi-console.c: Likewise.
13727 * gdb.mi/watch-nonstop.c: Likewise.
13728 * gdb.python/py-events.c: Likewise.
13729 * gdb.base/async.c (baz): Move up before its invocation.
13730 * gdb.base/code_elim2.c (my_global_func): Likewise.
13731 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13732 * gdb.base/advance.c (func2): Likewise.
13733
3b5d5997
AA
137342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13735
13736 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13737 variant.
13738 * gdb.base/annota3.c: Likewise.
13739 * gdb.base/async.c: Likewise.
13740 * gdb.base/average.c: Likewise.
13741 * gdb.base/call-ar-st.c: Likewise.
13742 * gdb.base/call-rt-st.c: Likewise.
13743 * gdb.base/call-sc.c: Likewise.
13744 * gdb.base/call-strs.c: Likewise.
13745 * gdb.base/ending-run.c: Likewise.
13746 * gdb.base/execd-prog.c: Likewise.
13747 * gdb.base/exprs.c: Likewise.
13748 * gdb.base/foll-exec.c: Likewise.
13749 * gdb.base/foll-fork.c: Likewise.
13750 * gdb.base/foll-vfork.c: Likewise.
13751 * gdb.base/funcargs.c: Likewise.
13752 * gdb.base/gcore.c: Likewise.
13753 * gdb.base/jump.c: Likewise.
13754 * gdb.base/langs0.c: Likewise.
13755 * gdb.base/langs1.c: Likewise.
13756 * gdb.base/langs2.c: Likewise.
13757 * gdb.base/mips_pro.c: Likewise.
13758 * gdb.base/nodebug.c: Likewise.
13759 * gdb.base/opaque0.c: Likewise.
13760 * gdb.base/opaque1.c: Likewise.
13761 * gdb.base/recurse.c: Likewise.
13762 * gdb.base/run.c: Likewise.
13763 * gdb.base/scope0.c: Likewise.
13764 * gdb.base/scope1.c: Likewise.
13765 * gdb.base/setshow.c: Likewise.
13766 * gdb.base/setvar.c: Likewise.
13767 * gdb.base/shmain.c: Likewise.
13768 * gdb.base/shr1.c: Likewise.
13769 * gdb.base/shr2.c: Likewise.
13770 * gdb.base/sigall.c: Likewise.
13771 * gdb.base/signals.c: Likewise.
13772 * gdb.base/so-indr-cl.c: Likewise.
13773 * gdb.base/solib2.c: Likewise.
13774 * gdb.base/structs.c: Likewise.
13775 * gdb.base/sum.c: Likewise.
13776 * gdb.base/vforked-prog.c: Likewise.
13777 * gdb.base/watchpoint.c: Likewise.
13778 * gdb.reverse/shr2.c: Likewise.
13779 * gdb.reverse/until-reverse.c: Likewise.
13780 * gdb.reverse/ur1.c: Likewise.
13781 * gdb.reverse/watch-reverse.c: Likewise.
13782
066a77c5
AA
137832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13784
13785 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13786 variant.
13787 * gdb.base/sepdebug.exp: Drop references to removed code.
13788
4f204ea5
AA
137892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13790
13791 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13792 variant. Preserve original line numbering.
13793 * gdb.base/list1.c: Likewise.
13794
3b377a3a
AA
137952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13796
13797 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13798 variant.
13799 * gdb.base/break1.c: Likewise.
13800 * gdb.base/break.exp: Drop references to removed code.
13801
e444df73
AA
138022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13803
13804 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13805 variant.
13806
8008f2a7
AA
138072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13808
13809 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13810
a5a06887
AA
138112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13812
13813 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13814 logic into perform_all_tests() and invoke it with and without
13815 function header prototypes.
13816 (do_function_calls): Remove conditional XFAIL for PR 5318.
13817 (rerun_and_prepare): Remove duplicate code.
13818 (perform_all_tests): New. Main logic moved here.
13819
44dba9b9
AA
138202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13821
13822 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13823 code guarded by #ifdef NO_PROTOTYPES.
13824 (t_double_many_args): Likewise.
13825 (DEF_FUNC_MANY_ARGS_1): Likewise.
13826 (DEF_FUNC_VALUES_1): Likewise.
13827 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13828 guarded by #ifdef PROTOTYPES.
13829
d1fbcd56
AA
138302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13831
13832 * gdb.mi/mi-console.c: Add eye-catcher.
13833 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13834 instead of literal line number.
13835
b0e59b8f
AA
138362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13837
13838 * gdb.base/shr2.c: Add eye-catcher.
13839 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13840 line number.
13841
78f98cca
AA
138422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13843
13844 * gdb.base/jump.c: Add eye-catchers.
13845 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13846 numbers.
13847
58fa2af0
AA
138482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13849
13850 * gdb.base/execd-prog.c: Add eye-catchers.
13851 * gdb.base/foll-exec.c: Likewise.
13852 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13853 line numbers.
13854
04e5059b
AA
138552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13856
13857 * gdb.base/ending-run.c: Add eye-catchers.
13858 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13859 literal line numbers.
13860
dbfdb174
AA
138612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13862
13863 * gdb.base/call-rt-st.c: Add eye-catchers.
13864 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13865 literal line numbers.
13866
888a2ade
AA
138672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13868
13869 * gdb.base/call-ar-st.c: Add eye-catchers.
13870 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13871 literal line numbers.
13872
6acc2dde
AA
138732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13874
13875 * gdb.base/average.c: Add eye-catchers.
13876 * gdb.base/sum.c: Likewise.
13877 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13878 regexps dynamically.
13879
9ecfcd1d
AA
138802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13881
13882 * gdb.base/solib1.c: Add eye-catchers.
13883 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13884 literal line numbers.
13885
78708b7c
PA
138862014-11-12 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13889 leader has exited.
13890
af48d08f
PA
138912014-11-12 Pedro Alves <palves@redhat.com>
13892
13893 * gdb.arch/i386-bp_permanent.c: New file.
13894 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13895 (srcfile): Set to i386-bp_permanent.c.
13896 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13897 that stepi does not execute the 'leave' instruction, instead of
13898 testing it does execute.
13899 * gdb.base/bp-permanent.c: New file.
13900 * gdb.base/bp-permanent.exp: New file.
13901
af3768e9
DE
139022014-11-10 Doug Evans <xdje42@gmail.com>
13903
13904 PR symtab/17564
13905 * gdb.base/symtab-search-order.exp: New file.
13906 * gdb.base/symtab-search-order.c: New file.
13907 * gdb.base/symtab-search-order-1.c: New file.
13908 * gdb.base/symtab-search-order-shlib-1.c: New file.
13909
9de00a4a
PA
139102014-11-07 Pedro Alves <palves@redhat.com>
13911
13912 PR gdb/17511
13913 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13914 i?86-*-linux*.
13915
e0f52461
SC
139162014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13917
13918 PR c++/17494
13919 * gdb.cp/pr17494.cc: New file.
13920 * gdb.cp/pr17494.exp: New file.
13921
6ce8c980
YQ
139222014-11-02 Yao Qi <yao@codesourcery.com>
13923
13924 * gdb.python/python.exp: Get working directory and match the
13925 output of "set extended-prompt \\w " with it.
13926
02be9a71
DE
139272014-10-30 Doug Evans <dje@google.com>
13928
13929 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13930 in objfiles.
13931 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13932 in progspaces.
13933
3bdff46b
LM
139342014-10-30 Janis Johnson <janisjo@codesourcery.com>
13935
13936 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13937 * gdb.base/realname-expand.exp: Likewise.
13938 * gdb.linespec/macro-relative.exp: Likewise.
13939
ab917dfb
PA
139402014-10-29 Pedro Alves <palves@redhat.com>
13941
13942 PR gdb/17408
13943 * gdb.threads/schedlock.c (some_function): New function.
13944 (call_function): New global.
13945 (MAYBE_CALL_SOME_FUNCTION): New macro.
13946 (thread_function): Call it.
13947 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13948 and use it instead of a global counter. Adjust all callers.
13949 (get_current_thread): Use "find current thread" for test message
13950 here rather than having all callers pass down the same string.
13951 (goto_loop): New procedure, factored out from ...
13952 (my_continue): ... this.
13953 (step_ten_loops): Change parameter from test message to command to
13954 use. Adjust.
13955 (list_count): Delete global.
13956 (check_result): New procedure, factored out from duplicate top
13957 level code.
13958 (continue tests): Wrap in with_test_prefix.
13959 (test_step): New procedure, factored out from duplicate top level
13960 code.
13961 (top level): Test "step" in combination with all scheduler-locking
13962 modes. Test "next" in combination with all scheduler-locking
13963 modes, and in combination with stepping over a function call or
13964 not.
13965 * gdb.threads/next-bp-other-thread.c: New file.
13966 * gdb.threads/next-bp-other-thread.exp: New file.
13967
d3d4baed
PA
139682014-10-29 Pedro Alves <palves@redhat.com>
13969
13970 PR python/17372
13971 * gdb.python/python.exp: Test a multi-line command that spawns
13972 interactive Python.
13973 * gdb.base/multi-line-starts-subshell.exp: New file.
13974
563e8d85
YQ
139752014-10-29 Yao Qi <yao@codesourcery.com>
13976
13977 * gdb.base/fileio.exp: Make directories on host.
13978
0ea4d52e
YQ
139792014-10-29 Yao Qi <yao@codesourcery.com>
13980
13981 * gdb.base/fileio.c (test_write): Close the file.
13982
7f5ef605
PA
139832014-10-28 Pedro Alves <palves@redhat.com>
13984
13985 PR gdb/12623
13986 * gdb.base/sigstep.c (no_handler): New global.
13987 (main): If 'no_handler is true, set the signal handlers to
13988 SIG_IGN.
13989 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13990 with_sw_watch and no_handler parameters. Handle them.
13991 (top level) <stepping over handler when stopped at a breakpoint
13992 test>: Add a test axis for testing with a software watchpoint, and
13993 another for testing with the signal handler set to SIG_IGN.
13994 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13995 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13996
abbdbd03
PA
139972014-10-28 Pedro Alves <palves@redhat.com>
13998
13999 PR gdb/17511
14000 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14001 * gdb.base/sigstep.exp (other_handler_location): New global.
14002 (advance): Support stepping into the signal handler, and running
14003 commands while in the handler.
14004 (in_handler_map): New global.
14005 (top level): In the advance test, add combinations for getting
14006 into the handler with stepping commands, and for running commands
14007 in the handler. Add comment descripting the advancei tests.
14008
1df4399f
PA
140092014-10-28 Pedro Alves <palves@redhat.com>
14010
14011 * gdb.base/sigstep.exp: Use build_executable instead of
14012 prepare_for_testing.
14013 (top level): Move code that starts GDB, runs to main and creates a
14014 display to ...
14015 (restart): ... this new procedure.
14016 (top level): Move backtrace from signal handler test to ...
14017 (validate_backtrace): ... this new procedure.
14018 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14019 with_test_prefix. Always restart GDB.
14020 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14021 with_test_prefix. Always restart GDB. No need to delete
14022 breakpoints after the test.
14023 (test_skip_handler): Remove prefix parameter.
14024 (skip_over_handler, breakpoint_to_handler)
14025 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14026 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14027 restart GDB. No need to delete breakpoints after the test.
14028 (top level): Use foreach to call the test procedures with
14029 different commands.
14030
a5b6e449
PA
140312014-10-28 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14034 instead of GNATS numbers.
14035 * gdb.base/sigbpt.exp: Likewise.
14036 * gdb.base/siginfo.exp: Likewise.
14037 * gdb.base/sigstep.exp: Likewise.
14038
e5f8a7cc
PA
140392014-10-27 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.base/sigstep.c (dummy): New global.
14042 (main): Issue a couple writes to the new global.
14043 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14044 procedures.
14045 (skip_over_handler): Use test_skip_handler.
14046 (top level): Call skip_over_handler for stepi and nexti too.
14047 (breakpoint_over_handler): Use test_skip_handler.
14048 (top level): Call breakpoint_over_handler for stepi and nexti too.
14049
763905a3
YQ
140502014-10-27 Yao Qi <yao@codesourcery.com>
14051
14052 * gdb.trace/tfile.c (adjust_function_address)
14053 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14054 function descriptor.
14055
6f259a23
DB
140562014-10-24 Don Breazeal <donb@codesourcery.com>
14057
14058 * gdb.base/foll-fork.exp (test_follow_fork,
14059 catch_fork_child_follow): Check for updated fork messages emitted
14060 from infrun.c.
14061 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14062 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14063 vfork_and_exec_child_follow_through_step): Check for updated vfork
14064 messages emitted from infrun.c.
14065
09dd9a69
PA
140662014-10-24 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.base/corefile.exp: Remove references to ultrix.
14069 * gdb.base/interrupt.exp: Likewise.
14070 * gdb.base/whatis.exp: Likewise.
14071 * gdb.gdb/selftest.exp: Likewise.
14072 * gdb.threads/manythreads.exp: Likewise.
14073 * gdb.threads/print-threads.exp: Likewise.
14074 * gdb.threads/pthreads.exp:: Likewise.
14075 * gdb.threads/schedlock.exp: Likewise.
14076
3433cfa5
SC
140772014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14078
14079 * gdb.cp/non-trivial-retval.cc: Add a test case.
14080 * gdb.cp/non-trivial-retval.exp: Add a test.
14081
092f880b
YQ
140822014-10-20 Yao Qi <yao@codesourcery.com>
14083
14084 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14085 * gdb.python/py-objfile-script-gdb.py: New file.
14086 * gdb.python/py-objfile-script.exp: Update reference to
14087 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14088 of remote_download. Remove the dest file.
14089
acbdb7f3
YQ
140902014-10-20 Yao Qi <yao@codesourcery.com>
14091
14092 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14093 * gdb.base/step-line.exp: Likewise.
14094 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14095 * gdb.dwarf2/dw2-basic.exp: Likewise.
14096 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14097 * gdb.dwarf2/dw2-filename.exp: Likewise.
14098 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14099 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14100 * gdb.dwarf2/dw2-producer.exp: Likewise.
14101 * gdb.dwarf2/mac-fileno.exp: Likewise.
14102 * gdb.python/py-frame-args.exp: Likewise.
14103 * gdb.python/py-framefilter.exp: Likewise.
14104 * gdb.python/py-mi.exp: Likewise.
14105 * gdb.python/py-objfile-script.exp: Likewise
14106 * gdb.python/py-pp-integral.exp: Likewise.
14107 * gdb.python/py-pp-re-notag.exp: Likewise.
14108 * gdb.python/py-prettyprint.exp: Likewise.
14109 * gdb.python/py-section-script.exp: Likewise.
14110 * gdb.python/py-typeprint.exp: Likewise.
14111 * gdb.python/py-xmethods.exp: Likewise.
14112 * gdb.stabs/weird.exp: Likewise.
14113 * gdb.xml/tdesc-regs.exp: Likewise.
14114
bd286a29
KCY
141152014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14116
14117 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14118 (out_cu): Use addr_len for the size of addresses.
14119 (out_line): Likewise. Size DW_LNE_set_address instruction
14120 according to addr_len.
14121 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14122 (FUNC): Add START_INSNS to definition.
14123
673dc4a0
YQ
141242014-10-18 Yao Qi <yao@codesourcery.com>
14125
14126 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14127 gdb_has_argv0 return true.
14128 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14129 check [target_info exists noargs], check [gdb_has_argv0]
14130 instead.
14131 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14132 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14133 procedures.
14134
4ffbba72
DE
141352014-10-17 Doug Evans <dje@google.com>
14136
14137 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14138 event.
14139 * gdb.python/py-events.py: Add clear_objfiles event.
14140
d096d8c1
DE
141412014-10-17 Doug Evans <dje@google.com>
14142
14143 * gdb.python/py-objfile.exp: Test progspace attribute.
14144
a80db015
LM
141452014-10-17 Luis Machado <lgustavo@codesourcery.com>
14146
14147 * gdb.guile/scm-breakpoint.exp: Do not assume any
14148 directory separators when matching source file paths.
14149 * gdb.python/py-breakpoint.exp: Likewise.
14150 * gdb.reverse/break-precsave.exp: Likewise.
14151 * gdb.reverse/break-reverse.exp: Likewise.
14152 * gdb.reverse/consecutive-precsave.exp: Likewise.
14153 * gdb.reverse/finish-precsave.exp: Likewise.
14154 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14155 * gdb.reverse/finish-reverse.exp: Likewise.
14156 * gdb.reverse/i386-precsave.exp: Likewise.
14157 * gdb.reverse/i387-env-reverse.exp: Likewise.
14158 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14159 * gdb.reverse/machinestate-precsave.exp: Likewise.
14160 * gdb.reverse/machinestate.exp: Likewise.
14161 * gdb.reverse/sigall-precsave.exp: Likewise.
14162 * gdb.reverse/solib-precsave.exp: Likewise.
14163 * gdb.reverse/step-precsave.exp: Likewise.
14164 * gdb.reverse/until-precsave.exp: Likewise.
14165 * gdb.reverse/watch-precsave.exp: Likewise.
14166 * gdb.reverse/watch-reverse.exp: Likewise.
14167
b22089ab
YQ
141682014-10-17 Yao Qi <yao@codesourcery.com>
14169
14170 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14171 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14172
6c4486e6
PA
141732014-10-17 Pedro Alves <palves@redhat.com>
14174
14175 PR gdb/17471
14176 * gdb.base/bg-execution-repeat.c: New file.
14177 * gdb.base/bg-execution-repeat.exp: New file.
14178
0ff33695
PA
141792014-10-17 Pedro Alves <palves@redhat.com>
14180
14181 PR gdb/17300
14182 * gdb.base/continue-all-already-running.c: New file.
14183 * gdb.base/continue-all-already-running.exp: New file.
14184
6fdebc3d
PA
141852014-10-17 Pedro Alves <palves@redhat.com>
14186
14187 PR gdb/17472
14188 * gdb.base/annota-input-while-running.c: New file.
14189 * gdb.base/annota-input-while-running.exp: New file.
14190
32a8097b
PA
141912014-10-17 Pedro Alves <palves@redhat.com>
14192
14193 * gdb.base/callfuncs.exp: emove references to osf.
14194 * gdb.base/sigall.exp: Likewise.
14195 * gdb.gdb/selftest.exp: Likewise.
14196 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14197 * gdb.mi/non-stop.c: Likewise.
14198 * gdb.mi/pthreads.c: Likewise.
14199 * gdb.reverse/sigall-precsave.exp: Likewise.
14200 * gdb.reverse/sigall-reverse.exp: Likewise.
14201 * gdb.threads/pthreads.c: Likewise.
14202 * gdb.threads/pthreads.exp: Likewise.
14203
7a3517ff
YQ
142042014-10-17 Yao Qi <yao@codesourcery.com>
14205
14206 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14207 check 'target_info exists noargs'.
14208 (test_command_prompt_position): Likewise.
14209 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14210 Remove "set args".
14211 (progvar_simple_while_test): Likewise.
14212 (progvar_complex_if_while_test): Likewise.
14213 (if_while_breakpoint_command_test): Likewise.
14214 (infrun_breakpoint_command_test): Likewise.
14215 (breakpoint_command_test): Likewise.
14216 (watchpoint_command_test): Likewise.
14217 (bp_deleted_in_command_test): Likewise.
14218 (temporary_breakpoint_commands): Likewise.
14219
bb99c472
YQ
142202014-10-16 Yao Qi <yao@codesourcery.com>
14221
14222 * gdb.base/remotetimeout.exp: Remove noargs checking.
14223
7c16b83e
PA
142242014-10-15 Pedro Alves <palves@redhat.com>
14225
14226 PR breakpoints/9649
14227 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14228 * gdb.base/breakpoint-in-ro-region.exp
14229 (probe_target_hardware_step): New procedure.
14230 (top level): Probe hardware stepping and hardware breakpoint
14231 support. Test stepping through a read-only region, with both
14232 "breakpoint auto-hw" on and off and both "always-inserted" on and
14233 off.
14234
35a49624
IB
142352014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14236
14237 * gdb.dlang/demangle.exp: Update for demangling changes.
14238
2d1c107c
SC
142392014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14240
14241 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14242 * gdb.cp/non-trivial-retval.exp: Add new tests.
14243
778811d5
SC
142442014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14245
14246 PR c++/13403
14247 PR c++/15154
14248 * gdb.cp/non-trivial-retval.cc: New file.
14249 * gdb.cp/non-trivial-retval.exp: New file.
14250
10c5f0a8
YQ
142512014-10-15 Yao Qi <yao@codesourcery.com>
14252
14253 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14254 remote host.
14255
65d7b369
YQ
142562014-10-15 Yao Qi <yao@codesourcery.com>
14257
14258 * gdb.python/py-symbol.exp: Match file base name if host is
14259 remote, otherwise match file name with dir name.
14260 * gdb.python/py-symtab.exp: Likewise.
14261 * gdb.python/python.exp: Likewise.
14262
46dc1394
YQ
142632014-10-15 Yao Qi <yao@codesourcery.com>
14264
14265 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14266 pattern.
14267 * gdb.python/py-symtab.exp: Likewise.
14268 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14269 locationn.
14270
c40cc657
JB
142712014-10-14 Joel Brobecker <brobecker@adacore.com>
14272
14273 * gdb.ada/addr_arith: New testcase.
14274
2abf49e1
MR
142752014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14276
14277 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14278 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14279 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14280 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14281
f7088df3
SDJ
142822014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14283
14284 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14285 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14286 * gdb.arch/stap-eval-lang-ada.exp: New file.
14287
4dc06805
YQ
142882014-10-14 Yao Qi <yao@codesourcery.com>
14289
14290 * gdb.mi/mi-var-child.c (nothing1): New function.
14291 (nothing2): New function.
14292 (do_children_tests): Set function pointers by nothing1 and
14293 nothing2.
14294 * gdb.mi/mi-var-child.exp: Step over new added statements.
14295 Update test to match the new output.
14296 * gdb.mi/var-cmd.c (nothing1): New function.
14297 (nothing2): New function.
14298 (do_children_tests): Set function pointers by nothing1 and
14299 nothing2.
14300 * gdb.mi/mi-var-display.exp: Update test to match output.
14301 Step to the line specified by $line_dct_nothing.
14302 Increase the number of lines to step.
14303
46a93de2
YQ
143042014-10-14 Yao Qi <yao@codesourcery.com>
14305
14306 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14307 tests.
14308 * gdb.mi/mi2-var-child.exp: Likewise.
14309
14ea52ee
DE
143102014-10-13 Doug Evans <dje@google.com>
14311
14312 * gdb.python/py-objfile.exp: Change name of file name test.
14313
e5c6e92b
DE
143142014-10-13 Doug Evans <dje@google.com>
14315
14316 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14317 from the start of the CU.
14318
c780cc2f
JK
143192014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14320 Yao Qi <yao@codesourcery.com>
14321
14322 Fix "save breakpoints" for "catch" command.
14323 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14324 Remove -nonewline. Match also the added "main" line.
14325
99894e11
JK
143262014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14327
14328 Fix "save breakpoints" for "disable $bpnum" command.
14329 * gdb.base/save-bp.c (main): Add label.
14330 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14331
6e1ac5a3
JK
143322014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14333
14334 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14335
754dd2b0
YQ
143362014-10-11 Yao Qi <yao@codesourcery.com>
14337
14338 * gdb.server/server-kill.exp: Execute command
14339 "set remote trace-status-packet on" before "tstatus".
14340
f90183d7
YQ
143412014-10-11 Yao Qi <yao@codesourcery.com>
14342
14343 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14344 (main): Call getppid.
14345 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14346 and continue to it. Read variable "server_pid".
14347
bf40a607
YQ
143482014-10-11 Yao Qi <yao@codesourcery.com>
14349
14350 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14351
052ca370
YQ
143522014-10-11 Yao Qi <yao@codesourcery.com>
14353
14354 * gdb.threads/thread-find.exp: Don't execute command
14355 "info threads".
14356 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14357 * gdb.threads/linux-dp.exp: Don't check the condition
14358 $threads_created equals to zero.
14359
3831839c
PA
143602014-10-10 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.base/bigcore.exp: Remove references to IRIX.
14363 * gdb.base/funcargs.exp: Likewise.
14364 * gdb.base/interrupt.exp: Likewise.
14365 * gdb.base/mips_pro.exp: Likewise.
14366 * gdb.base/nodebug.exp: Likewise.
14367 * gdb.base/setvar.exp: Likewise.
14368 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14369
8b9a549d
PA
143702014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14371 Pedro Alves <palves@redhat.com>
14372
14373 PR symtab/14466
14374 * gdb.base/vdso-warning.c: New file.
14375 * gdb.base/vdso-warning.exp: New file.
14376
d48ba5e8
DE
143772014-10-02 Doug Evans <dje@google.com>
14378
14379 * gdb.base/structs.c (main): Don't run forever.
14380
2278c276
PA
143812014-10-02 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14384 (top level) <stop threads 1, stop threads 2>: Use it.
14385
b57bacec
PA
143862014-10-02 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.threads/break-while-running.exp (test): Add new
14389 'update_thread_list' argument. Skip "info threads" if false.
14390 (top level): Add new 'update_thread_list' axis.
14391
13fd3ff3
PA
143922014-10-02 Pedro Alves <palves@redhat.com>
14393
14394 PR breakpoints/17431
14395 * gdb.base/execl-update-breakpoints.c: New file.
14396 * gdb.base/execl-update-breakpoints.exp: New file.
14397
0fec99e8
PA
143982014-10-01 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.base/breakpoint-in-ro-region.c: New file.
14401 * gdb.base/breakpoint-in-ro-region.exp: New file.
14402
2ddf4301
SM
144032014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14404
14405 * gdb.mi/mi-exit-code.exp: New file.
14406 * gdb.mi/mi-exit-code.c: New file.
14407
6a5f3f43
YQ
144082014-09-30 Yao Qi <yao@codesourcery.com>
14409
14410 * lib/prelink-support.exp (build_executable_own_libs): Error if
14411 the target isn't native.
14412
345bcc73
YQ
144132014-09-30 Yao Qi <yao@codesourcery.com>
14414
14415 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14416 false.
14417
a25a5a45
PA
144182014-09-22 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.threads/break-while-running.exp: New file.
14421 * gdb.threads/break-while-running.c: New file.
14422
00ba3162
YQ
144232014-09-19 Yao Qi <yao@codesourcery.com>
14424
14425 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14426 Invoke test. Restart GDB with --readnow and invoke test again.
14427
c3b7b696
YQ
144282014-09-19 Yao Qi <yao@codesourcery.com>
14429
14430 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14431 proc set_breakpoint_on_gcd_function. Invoke
14432 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14433 invoke set_breakpoint_on_gcd_function again.
14434
2b4fd423
DE
144352014-09-18 Doug Evans <dje@google.com>
14436
14437 * gdb.dwarf2/symtab-producer.exp: New file.
14438
a5947601
SDJ
144392014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14440
14441 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14442 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14443 * gdb.base/global-var-nested-by-dso.c: Likewise.
14444 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14445
91c19059
SDJ
144462014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14447 Pedro Alves <palves@redhat.com>
14448
14449 * gdb.base/watch-bitfields.exp: Pass string other than test file
14450 name to prepare_for_testing.
14451 (watch): New procedure.
14452 (expect_watchpoint): Use with_test_prefix.
14453 (top level): Factor out tests to ...
14454 (test_watch_location, test_regular_watch): ... these new
14455 procedures, and use with_test_prefix and gdb_continue_to_end.
14456
bb9d5f81
PP
144572014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14458
14459 PR breakpoints/12526
14460 * gdb.base/watch-bitfields.exp: New file.
14461 * gdb.base/watch-bitfields.c: New file.
14462
635856f5
PA
144632014-09-16 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14466 software and hardware addresses, not software address against
14467 itself.
14468
7280ceea
PA
144692014-09-16 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14472 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14473
428b16bd
PA
144742014-09-16 Pedro Alves <palves@redhat.com>
14475
14476 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14477 files.
14478 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14479 "*-*-vxworks*" throughout.
14480 * gdb.base/break.exp: Likewise.
14481 * gdb.base/default.exp: Likewise.
14482 * gdb.base/scope.exp: Likewise.
14483 * gdb.base/sepdebug.exp: Likewise.
14484 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14485 throughout.
14486 * gdb.base/run.c: Likewise.
14487 * gdb.base/sepdebug.c: Likewise.
14488 * gdb.hp/gdb.aCC/run.c: Likewise.
14489 * gdb.reverse/until-reverse.c: Likewise.
14490 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14491
666d413c
YQ
144922014-09-16 Yao Qi <yao@codesourcery.com>
14493
14494 * boards/local-remote-host-native.exp: New file.
14495
57cbd724
DE
144962014-09-14 Doug Evans <xdje42@gmail.com>
14497
14498 * gdb.threads/queue-signal.c (thread_count): New variable.
14499 (thread_count_mutex, thread_count_condvar): New variables.
14500 (incr_thread_count, wait_all_threads_running): New functions.
14501 (main): Wait for all threads to be in their thread functions.
14502
81219e53
DE
145032014-09-13 Doug Evans <xdje42@gmail.com>
14504
14505 * gdb.threads/queue-signal.c: New file.
14506 * gdb.threads/queue-signal.exp: New file.
14507
3714cea7
DE
145082014-09-13 Doug Evans <xdje42@gmail.com>
14509
14510 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14511 be consistent with what default_gdb_init uses.
14512 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14513 the plain text of the prompt. Add some logging printfs.
14514 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14515
fa43b1d7
PA
145162014-09-12 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14519 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14520 * gdb.arch/i386-size-overlap.exp: Likewise.
14521 * gdb.arch/i386-size.exp: Likewise.
14522 * gdb.arch/i386-unwind.exp: Likewise.
14523 * gdb.base/a2-run.exp: Likewise.
14524 * gdb.base/break.exp: Likewise.
14525 * gdb.base/charset.exp: Likewise.
14526 * gdb.base/chng-syms.exp: Likewise.
14527 * gdb.base/commands.exp: Likewise.
14528 * gdb.base/dbx.exp: Likewise.
14529 * gdb.base/find.exp: Likewise.
14530 * gdb.base/funcargs.exp: Likewise.
14531 * gdb.base/jit-simple.exp: Likewise.
14532 * gdb.base/reread.exp: Likewise.
14533 * gdb.base/sepdebug.exp: Likewise.
14534 * gdb.base/step-bt.exp: Likewise.
14535 * gdb.cp/mb-inline.exp: Likewise.
14536 * gdb.cp/mb-templates.exp: Likewise.
14537 * gdb.objc/basicclass.exp: Likewise.
14538 * gdb.threads/killed.exp: Likewise.
14539
9d9bf2df
EBM
145402014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14541
14542 PR tdep/17379
14543 * gdb.arch/powerpc-stackless.S: New file.
14544 * gdb.arch/powerpc-stackless.exp: New file.
14545
1cf2f1b0
JK
145462014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14547
14548 * gdb.base/attach.c: Include unistd.h.
14549 (main): Call alarm. Add label postloop.
14550 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14551 gdb_breakpoint, gdb_continue_to_breakpoint.
14552 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14553
98880d46
PA
145542014-09-11 Pedro Alves <palves@redhat.com>
14555
14556 PR gdb/17347
14557 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14558 * gdb.base/attach.exp (test_command_line_attach_run): New
14559 procedure.
14560 (top level): Call it.
14561
4c92ff2c
PA
145622014-09-11 Pedro Alves <palves@redhat.com>
14563
14564 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14565 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14566 (do_command_attach_tests): Use spawn_wait_for_attach.
14567 * gdb.base/solib-overlap.exp: Likewise.
14568 * gdb.multi/multi-attach.exp: Likewise.
14569 * gdb.python/py-prompt.exp: Likewise.
14570 * gdb.python/py-sync-interp.exp: Likewise.
14571 * gdb.server/ext-attach.exp: Likewise.
14572
3adc1a7d
GKB
145732014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14574
14575 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14576 command in testcase. Simplify testcase.
14577
96334934
JB
145782014-09-10 Joel Brobecker <brobecker@adacore.com>
14579
14580 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14581
eb479039
JB
145822014-09-10 Joel Brobecker <brobecker@adacore.com>
14583
14584 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14585
deede10c
JB
145862014-09-10 Joel Brobecker <brobecker@adacore.com>
14587
14588 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14589
7828a5f5
JB
145902014-09-10 Joel Brobecker <brobecker@adacore.com>
14591
14592 * gdb.dwarf2/dynarr-ptr.c: New file.
14593 * gdb.dwarf2/dynarr-ptr.exp: New file.
14594
33aeebcf
MR
145952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14596
14597 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14598 of 30 rather than hardcoding 120 for a slow test case. Take the
14599 `gdb,timeout' target setting into account for this calculation.
14600 Don't extend the timeout for the test cases that don't need it.
14601
7b415901
MR
146022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14603
14604 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14605 a factor of 2 for a slow test case. Take the `gdb,timeout'
14606 target setting into account for this calculation.
14607 * gdb.reverse/until-precsave.exp: Increase the timeout by
14608 a factor of 15 and 3 respectively rather than adding 120
14609 for a pair of slow test cases. Take the `gdb,timeout'
14610 target setting into account for this calculation.
14611
4a40f85a
MR
146122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14613
14614 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14615 timeout, don't pass one down to gdb_expect.
14616 (gdb_expect): Rework timeout selection.
14617
09635af7
MR
146182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14619
14620 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14621 exception on timeout.
14622 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14623 (gdbserver_start_extended): Catch any `gdbserver_start' error
14624 exceptions.
14625 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14626 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14627 `gdbserver_gdb_load' error exceptions.
14628
2bdd10b7
MR
146292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14630
14631 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14632 120 on waiting for the TCP socket to open.
14633
316935f0
DE
146342014-09-09 Doug Evans <xdje42@gmail.com>
14635
14636 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14637 _caller_matches, _any_caller_is, _any_caller_matches.
14638
83740597
DE
146392014-09-09 Doug Evans <xdje42@gmail.com>
14640
14641 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14642
4c122fc3
YQ
146432014-09-09 Yao Qi <yao@codesourcery.com>
14644
14645 * gdb.mi/mi-var-display.exp: Set print symbol off.
14646
a9f116cb
GKB
146472014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14648
14649 PR gdb/17035
14650 * gdb.base/commands.exp: Add tests to verify user-defined
14651 commands with empty bodies.
14652 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14653 python commands in `show user command`.
14654 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14655 scheme commands in `show user command`.
14656
c75bd3a2
JK
146572014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14658
14659 PR python/17355
14660 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14661 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14662 * gdb.python/py-framefilter-invalidarg.exp: New file.
14663 * gdb.python/py-framefilter-invalidarg.py: New file.
14664
faa42425
DE
146652014-09-06 Doug Evans <xdje42@gmail.com>
14666
14667 PR 15276
14668 * gdb.python/py-caller-is.c: New file.
14669 * gdb.python/py-caller-is.exp: New file.
14670
474ca4f6
SDJ
146712014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14672
14673 PR gdb/17235
14674 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14675 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14676
eb0b0463
SDJ
146772014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14678
14679 PR fortran/17237
14680 * gdb.fortran/print-formatted.exp: New file.
14681 * gdb.fortran/print-formatted.f90: Likewise.
14682
5f3b99cf
SS
146832014-09-03 Sasha Smundak <asmundak@google.com>
14684
14685 * gdb.python/py-frame.exp: Test Frame.read_register.
14686
7d793aa9
SDJ
146872014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14688
14689 PR python/16699
14690 * gdb.python/py-completion.exp: New file.
14691 * gdb.python/py-completion.py: Likewise.
14692
fb0576e9
DE
146932014-08-28 Doug Evans <dje@google.com>
14694
14695 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14696 eax,etc. are live with values set by gdb and thus the compiler can't
14697 use them.
14698 * gdb.arch/i386-pseudo.c (main): Ditto.
14699
ee92b0dd
DE
147002014-08-27 Doug Evans <dje@google.com>
14701
14702 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14703
6649db35
DE
147042014-08-25 Doug Evans <dje@google.com>
14705
14706 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14707 (main): Ditto.
14708
564b7600
DE
147092014-08-25 Doug Evans <dje@google.com>
14710
14711 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14712
3881fb67
YQ
147132014-08-24 Yao Qi <yao@codesourcery.com>
14714
14715 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14716 symbol off.
14717 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14718
a05a36a5
DE
147192014-08-22 Doug Evans <dje@google.com>
14720
14721 PR 17276
14722 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14723 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14724 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14725
7c343b48
YQ
147262014-08-22 Yao Qi <yao@codesourcery.com>
14727
14728 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14729 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14730 * gdb.python/python.exp: Likewise. Use .py file on the host
14731 instead of the build.
14732
22fd09ae
JK
147332014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14734
14735 * gdb.threads/gcore-stale-thread.c: New file.
14736 * gdb.threads/gcore-stale-thread.exp: New file.
14737
a8454a7c
PA
147382014-08-21 Pedro Alves <palves@redhat.com>
14739
14740 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14741 * gdb.base/gcore-relro-pie.exp: Likewise.
14742 * gdb.base/gcore-relro.exp: Likewise.
14743 * gdb.base/gcore.exp: Likewise.
14744 * gdb.base/print-symbol-loading.exp: Likewise.
14745 * gdb.threads/gcore-thread.exp: Likewise.
14746 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14747
2a31c623
PA
147482014-08-20 Pedro Alves <palves@redhat.com>
14749 Jan Kratochvil <jan.kratochvil@redhat.com>
14750
14751 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14752 configure.
14753 (EXPECT): Handle READ1 being set.
14754 (all): Depend on EXTRA_RULES.
14755 (check-read1, expect-read1, read1.so, read1): New rules.
14756 * README (Testsuite Parameters): Document the READ1 make variable.
14757 (Race detection): New section.
14758 * configure: Regenerate.
14759 * configure.ac: If build==host==target, and running under a
14760 GNU/glibc system, add read1 to the extra Makefile rules.
14761 (EXTRA_RULES): AC_SUBST it.
14762 * lib/read1.c: New file.
14763
d36430db
JB
147642014-08-20 Joel Brobecker <brobecker@adacore.com>
14765
14766 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14767 the handling of variables declared as a typedef to an array
14768 which a DW_AT_data_location attribute.
14769
9a0dc9e3
PA
147702014-08-19 Andrew Burgess <aburgess@broadcom.com>
14771 Pedro Alves <palves@redhat.com>
14772
14773 PR symtab/14604
14774 PR symtab/14605
14775 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14776 gdb_test.
14777
0718a8da
PA
147782014-08-19 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14781
13b448cd
YQ
147822014-08-19 Yao Qi <yao@codesourcery.com>
14783
14784 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14785 right line.
14786
1cbf5077
DB
147872014-08-18 David Blaikie <dblaikie@gmail.com>
14788
14789 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14790
bf0fae19
JB
147912014-08-18 Joel Brobecker <brobecker@adacore.com>
14792
14793 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14794 attribute in array range.
14795
3c8c5dcc
JB
147962014-08-18 Joel Brobecker <brobecker@adacore.com>
14797
14798 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14799
e66d4446
SC
148002014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14801
14802 PR c++/17132
14803 * gdb.cp/pr17132.cc: New file.
14804 * gdb.cp/pr17132.exp: New file.
14805
940df408
SC
148062014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14807
14808 * gdb.python/py-xmethods.py (A_getarrayind)
14809 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14810 Use 'print' with function call syntax.
14811 (E_method_matcher.match): Fix tab vs space indentation mixup.
14812
ebcc6c3a
YQ
148132014-08-15 Yao Qi <yao@codesourcery.com>
14814
14815 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14816 false.
14817
775e0f04
YQ
148182014-08-15 Yao Qi <yao@codesourcery.com>
14819
14820 * gdb.cp/casts.exp: Set print symbol off.
14821 * gdb.cp/class2.exp: Likewise.
14822 * gdb.cp/overload.exp: Likewise.
14823 * gdb.cp/templates.exp: Likewise.
14824
d769e349
DE
148252014-08-11 Doug Evans <dje@google.com>
14826
14827 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14828 (test_load_shlib): Update.
14829
20c6f1e1
YQ
148302014-08-09 Yao Qi <yao@codesourcery.com>
14831
14832 * gdb.base/display.exp: Invoke is_address_zero_readable.
14833 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14834 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14835 * gdb.base/hbreak-unmapped.exp: Return if
14836 is_address_zero_readable returns true.
14837 * gdb.base/signest.exp: Likewise.
14838 * gdb.base/signull.exp: Likewise.
14839 * gdb.base/sigbpt.exp: Likewise.
14840 * gdb.guile/scm-disasm.exp: Do the test if
14841 is_address_zero_readable returns false.
14842 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14843 * gdb.python/py-arch.exp: Likewise.
14844 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14845 * lib/gdb.exp (is_address_zero_readable): New proc.
14846
5792e8e3
YQ
148472014-08-09 Yao Qi <yao@codesourcery.com>
14848
14849 PR testsuite/13443
14850 * gdb.mi/mi-var-display.exp: Make test messages unique.
14851
3cecbbbe
TT
148522014-08-04 Tom Tromey <tromey@redhat.com>
14853
14854 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14855 target 0".
14856
00b51ff5
TT
148572014-08-04 Tom Tromey <tromey@redhat.com>
14858
14859 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14860 "target_resume".
14861
6908c509
JB
148622014-08-01 Joel Brobecker <brobecker@adacore.com>
14863
14864 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14865 inner_vla_struct_object_size.
14866 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14867 as xfail.
14868
cc6563d2
PA
148692014-07-30 Pedro Alves <palves@redhat.com>
14870
14871 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14872 comment.
14873
7e09a223
YQ
148742014-07-29 Yao Qi <yao@codesourcery.com>
14875
14876 PR gdb/17206
14877 * gdb.base/until-nodebug.exp: New.
14878
7ebdbe92
DE
148792014-07-28 Doug Evans <xdje42@gmail.com>
14880
14881 PR guile/17203
14882 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14883 previously existing parameter, and previously ambiguously spelled
14884 parameter.
14885
fdb1adc6
WN
148862014-07-28 Will Newton <will.newton@linaro.org>
14887
14888 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14889
186fcde0
DE
148902014-07-26 Ludovic Courtès <ludo@gnu.org>
14891 Doug Evans <xdje42@gmail.com>
14892
14893 PR guile/17146
14894 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14895
70509625
PA
148962014-07-25 Pedro Alves <palves@redhat.com>
14897
14898 * gdb.threads/signal-command-handle-nopass.c: New file.
14899 * gdb.threads/signal-command-handle-nopass.exp: New file.
14900 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14901 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14902 * gdb.threads/signal-delivered-right-thread.c: New file.
14903 * gdb.threads/signal-delivered-right-thread.exp: New file.
14904
c3f814a1
PA
149052014-07-25 Pedro Alves <palves@redhat.com>
14906
14907 * gdb.base/double-prompt-target-event-error.exp
14908 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14909 match.
14910 (cancel_pagination_in_target_event): Rework double prompt
14911 detection.
14912 * gdb.base/paginate-after-ctrl-c-running.exp
14913 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14914 <return>' match.
14915 * gdb.base/paginate-bg-execution.exp
14916 (test_bg_execution_pagination_return)
14917 (test_bg_execution_pagination_cancel): Remove '-notransfer
14918 <return>' matches.
14919 * gdb.base/paginate-execution-startup.exp
14920 (test_fg_execution_pagination_return)
14921 (test_fg_execution_pagination_cancel): Remove '-notransfer
14922 <return>' matches.
14923 * gdb.base/paginate-inferior-exit.exp
14924 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14925 match.
14926 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14927 * lib/gdb.exp (pagination_prompt): Run text through
14928 string_to_regexp.
14929 (gdb_test_multiple): Match $pagination_prompt instead of
14930 "<return>".
14931 (string_to_regexp): Move to lib/gdb-utils.exp.
14932
e214cf6c
JK
149332014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14934
14935 * gdb.arch/amd64-entry-value-paramref.S: New file.
14936 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14937 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14938 * gdb.arch/amd64-optimout-repeat.S: New file.
14939 * gdb.arch/amd64-optimout-repeat.c: New file.
14940 * gdb.arch/amd64-optimout-repeat.exp: New file.
14941
17d0c5c8
JK
149422014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14943
14944 PR gdb/17170
14945 * gdb.base/statistics.exp: New file.
14946
b8b8facf
DE
149472014-07-17 Doug Evans <dje@google.com>
14948
74b49205 14949 PR gdb/17170
b8b8facf
DE
14950 * gdb.base/maint.exp: Update testing of per-command stats.
14951
1b5d0ab3
PA
149522014-07-16 Pedro Alves <palves@redhat.com>
14953
14954 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14955 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14956 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14957 (tfile_write_buf): New functions.
14958 (add_memory_block): Rewrite using the above.
14959 (adjust_function_address): New function.
14960 (FUNCTION_ADDRESS): New macro.
14961 (write_basic_trace_file): Remove short_x local, and use
14962 tfile_write_16. Change type of func_addr local to unsigned long
14963 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14964 here. Cast argument of add_memory_block to char pointer.
14965 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14966 (main): Remove parameters.
14967 * gdb.trace/tfile.exp: Remove nowarnings.
14968
4d974e88
SM
149692014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14970
14971 * gdb.base/debug-expr.exp: Test string evaluation with
14972 "debug expression" on.
14973
41e99568
PA
149742014-07-15 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.base/reread.exp: Use clean_restart.
14977
487d9753
PL
149782014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14979
14980 * gdb.arch/avr-flash-qualifer.c: New.
14981 * gdb.arch/avr-flash-qualifer.exp: New.
14982
cc1c52ad
PA
149832014-07-14 Pedro Alves <palves@redhat.com>
14984
14985 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14986 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14987
1e973570
PA
149882014-07-14 Pedro Alves <palves@redhat.com>
14989
14990 * gdb.base/double-prompt-target-event-error.c: New file.
14991 * gdb.base/double-prompt-target-event-error.exp: New file.
14992
93d6eb10
PA
149932014-07-14 Pedro Alves <palves@redhat.com>
14994
14995 PR gdb/17072
14996 * gdb.base/paginate-inferior-exit.c: New file.
14997 * gdb.base/paginate-inferior-exit.exp: New file.
14998
0017922d
PA
149992014-07-14 Pedro Alves <palves@redhat.com>
15000
15001 PR gdb/17072
15002 * gdb.base/paginate-bg-execution.c: New file.
15003 * gdb.base/paginate-bg-execution.exp: New file.
15004
94696ad3
PA
150052014-07-14 Pedro Alves <palves@redhat.com>
15006
15007 PR gdb/17072
15008 * gdb.base/paginate-execution-startup.c: New file.
15009 * gdb.base/paginate-execution-startup.exp: New file.
15010 * lib/gdb.exp (pagination_prompt): New global.
15011 (default_gdb_spawn): New procedure, factored out from
15012 default_gdb_spawn.
15013 (default_gdb_start): Adjust to call default_gdb_spawn.
15014 (gdb_spawn): New procedure.
15015
bd293940
PA
150162014-07-14 Pedro Alves <palves@redhat.com>
15017
15018 * lib/gdb.exp (gdb_assert): New procedure.
15019 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15020
c933f875
PA
150212014-07-14 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.base/execution-termios.c: New file.
15024 * gdb.base/execution-termios.exp: New file.
15025
d98b7a16
TT
150262014-07-14 Tom Tromey <tromey@redhat.com>
15027
15028 * gdb.cp/vla-cxx.cc: New file.
15029 * gdb.cp/vla-cxx.exp: New file.
15030
548740d6
TT
150312014-07-14 Tom Tromey <tromey@redhat.com>
15032
15033 * gdb.reverse/rerun-prec.c: New file.
15034 * gdb.reverse/rerun-prec.exp: New file.
15035
a25eb028
MR
150362014-07-12 Maciej W. Rozycki <macro@mips.com>
15037 Maciej W. Rozycki <macro@codesourcery.com>
15038
15039 * lib/gdb-utils.exp: New file.
15040 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15041 inline `gdb_init_command' processing.
15042 (gdb_start_cmd): Likewise.
15043 * lib/mi-support.exp (mi_run_cmd): Likewise.
15044 * README: Document `gdb_init_command' and `gdb_init_commands'.
15045
218c2655
JK
150462014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15047
15048 Fix false FAIL running under a very long directory name.
15049 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15050 and "set print elements 10000". Twice.
15051
5401fde3
YQ
150522014-07-11 Yao Qi <yao@codesourcery.com>
15053
15054 * gdb.base/exprs.exp: "set print symbol off".
15055
e76126e8
PA
150562014-07-11 Pedro Alves <palves@redhat.com>
15057
15058 * gdb.threads/kill.c: New file.
15059 * gdb.threads/kill.exp: New file.
15060
2d6f0de6
YQ
150612014-07-10 Yao Qi <yao@codesourcery.com>
15062
15063 * gdb.trace/tfile.c (write_basic_trace_file)
15064 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15065 address written to trace file.
15066
7180e04a
PA
150672014-07-09 Pedro Alves <palves@redhat.com>
15068
15069 * gdb.base/attach-wait-input.exp: New file.
15070 * gdb.base/attach-wait-input.c: New file.
15071
9a9a7608
AB
150722014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15073
15074 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15075 setting up test structures.
15076 (main): Call new test function.
15077 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15078 test function, continue into test function and walk test
15079 structures.
15080
161ac41e
YQ
150812014-07-02 Yao Qi <yao@codesourcery.com>
15082
15083 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15084 'bar_start' at the beginning of functions 'foo' and 'bar'
15085 respectively.
15086 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15087 instead of 'foo' and 'bar'.
15088
1f267ae3
MM
150892014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15090
15091 * gdb.btrace/segv.exp: New.
15092 * gdb.btrace/segv.c: New.
15093
2b239efb
LM
150942014-07-02 Luis Machado <lgustavo@codesourcery.com>
15095
15096 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15097 instruction.
15098
cf363f18
MW
150992014-06-30 Mark Wielaard <mjw@redhat.com>
15100
15101 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15102 vulture, vilify, villar): New volatile array constants.
15103 (vindictive, vegetation): New const volatile array constants.
15104 * gdb.base/volatile.exp: Test volatile and const volatile array
15105 types.
15106
aebf9d24
AA
151072014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15108
15109 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15110 target lacks support for awatch, rwatch, or hbreak.
15111
b67a2c6f
YQ
151122014-06-27 Yao Qi <yao@codesourcery.com>
15113
15114 * gdb.multi/dummy-frame-restore.exp: New.
15115 * gdb.multi/dummy-frame-restore.c: New.
15116
aef92902
MM
151172014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15118
15119 * gdb.btrace/gcore.exp: New.
15120
8e9db26e
PA
151212014-06-23 Pedro Alves <palves@redhat.com>
15122
15123 * gdb.base/watchpoint-reuse-slot.c: New file.
15124 * gdb.base/watchpoint-reuse-slot.exp: New file.
15125
70afc5b7
SC
151262014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15127
15128 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15129 progspace's filename in 'info', 'enable' and 'disable' command
15130 tests.
15131
b972bd9c
JK
151322014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15133
15134 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15135 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15136 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15137
125f8a3d
GB
151382014-06-20 Gary Benson <gbenson@redhat.com>
15139
15140 * gdb.arch/i386-avx.exp: Fix include file location.
15141 * gdb.arch/i386-sse.exp: Likewise.
15142
3ed9baed
IB
151432014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15144
15145 * gdb.dlang/expression.exp: New file.
15146
034f788c
PA
151472014-06-19 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15150 out from ...
15151 (top level): ... here. Iterate running tests under different
15152 scheduler-locking settings.
15153
45371d0c
LM
151542014-06-18 Luis Machado <lgustavo@codesourcery.com>
15155
15156 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15157 to DW_FORM_addr and use non-zero addresses.
15158
5d376983
SC
151592014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15160
15161 PR gdb/17017
15162 * gdb.python/py-xmethods.cc: Add global function call counters and
15163 increment them in their respective functions. Remove "cout"
15164 statements.
15165 * gdb.python/py-xmethods.exp: Make tests check the global function
15166 call counters instead of depending on inferior IO.
15167
a1aa2221
LM
151682014-06-18 Don Breazeal <donb@codesourcery.com>
15169
15170 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15171 Deleted procedure.
15172 (explicit_fork_parent_follow): Deleted procedure.
15173 (explicit_fork_child_follow): Deleted procedure.
15174 (test_follow_fork): New procedure.
15175 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15176 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15177 procedure calls.
15178
0fc05997
YQ
151792014-06-17 Yao Qi <yao@codesourcery.com>
15180
15181 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15182 CP1252.
15183
70795c52
LM
151842014-06-17 Luis Machado <lgustavo@codesourcery.com>
15185
15186 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15187 Initialize ptr and S explicitly.
15188 (skip_type_update_when_not_use_rtti_test): Likewise.
15189
6be47f0c
KS
151902014-06-16 Keith Seitz <keiths@redhat.com>
15191
15192 PR mi/15863
15193 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15194 the inferior is started.
15195
d03de421
PA
151962014-06-16 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.base/break-main-file-remove-fail.c: New file.
15199 * gdb.base/break-main-file-remove-fail.exp: New file.
15200 * gdb.base/break-unload-file.exp: Use build_executable instead of
15201 prepare_for_testing.
15202 (test_break): New parameter "initial_load". Handle it.
15203 (top level): Add initial_load cmdline/file axis.
15204
f9579b99
TT
152052014-06-12 Tom Tromey <tromey@redhat.com>
15206
15207 * gdb.base/completion.exp: Don't use directory name in test.
15208
3657956b
GB
152092014-06-09 Gary Benson <gbenson@redhat.com>
15210
15211 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15212 separate the always-available ANSI-standard signals from the
15213 signals that require checking.
15214 (main): Likewise.
15215 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15216 Likewise.
15217 (main): Likewise.
15218
4186eb54
KS
152192014-06-07 Keith Seitz <keiths@redhat.com>
15220
15221 Revert:
15222 PR c++/16253
15223 * gdb.cp/var-tag.cc: New file.
15224 * gdb.cp/var-tag.exp: New file.
15225 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15226 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15227 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15228 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15229
25326a28 152302014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15231
15232 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15233
829155c9
PA
152342014-06-06 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15237 in target debug output instead of looking at RSP packets,
15238 disabling the test on any target that uses hardware stepping.
15239 Update comments.
15240
61c8d22e
PA
152412014-06-06 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.base/break-unload-file.exp: Fix typo.
15244
d9a47287
YQ
152452014-06-06 Yao Qi <yao@codesourcery.com>
15246
15247 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15248 from "jit_function" to "^jit_function".
15249
e5e01dbf
YQ
152502014-06-06 Yao Qi <yao@codesourcery.com>
15251
15252 * gdb.base/async.c (foo): Add one statement.
15253 * gdb.base/async.exp: Get the next instruction address and
15254 match the output of "nexti" by instruction address. Match
15255 the hex address in the output of "finish".
15256
73ba372c
GB
152572014-06-06 Gary Benson <gbenson@redhat.com>
15258
15259 * gdb.base/call-signals.c: Remove preprocessor conditionals
15260 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15261 SIGSEGV and SIGTERM.
15262 * gdb.base/sigall.c: Likewise.
15263 * gdb.base/unwindonsignal.c: Likewise.
15264 * gdb.reverse/sigall-reverse.c: Likewise.
15265
831517df
YQ
152662014-06-06 Yao Qi <yao@codesourcery.com>
15267
15268 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15269 readable, skip the test.
15270
b8b91e98
YQ
152712014-06-06 Yao Qi <yao@codesourcery.com>
15272
15273 * gdb.threads/staticthreads.c (thread_function): Move the line
15274 setting breakpoint on forward.
15275 * gdb.threads/staticthreads.exp: Update comments.
15276
fb934770
LC
152772014-06-05 Ludovic Courtès <ludo@gnu.org>
15278
15279 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15280 "history-append! type error".
15281
6ef284bd
SM
152822014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15283
15284 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15285 erroneous dprintf expected input.
15286
a872e241
DE
152872014-06-04 Doug Evans <xdje42@gmail.com>
15288
15289 * gdb.guile/scm-generics.exp: Delete.
15290
16f691fb
DE
152912014-06-04 Doug Evans <xdje42@gmail.com>
15292
15293 * gdb.guile/scm-breakpoint.exp: Update.
15294 Add tests for breakpoint registration.
15295
012370f6
TT
152962014-06-04 Tom Tromey <tromey@redhat.com>
15297
15298 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15299 VLA-in-union.
15300 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15301 inner_vla_struct, vla_union types. Initialize objects of those
15302 types and compute their sizes.
15303
9f5a4cef
HZ
153042014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15305 Hui Zhu <hui@codesourcery.com>
15306
15307 * gdb.base/fileio.exp: Add test for shell not available as well as
15308 available.
15309 * gdb.base/fileio.c (test_system): Check for shell twice.
15310
90a45c4d
YQ
153112014-06-04 Yao Qi <yao@codesourcery.com>
15312
15313 * gdb.base/auto-connect-native-target.exp: Remove redundant
15314 space from the regexp pattern.
15315
70017e41
YQ
153162014-06-04 Yao Qi <yao@codesourcery.com>
15317
15318 * gdb.base/default.exp: Replace "child" with "native" in
15319 regexp pattern.
15320
883964a7
SC
153212014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15322
15323 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15324 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15325 * gdb.python/py-xmethods.py: Python script supporting the
15326 new testcase and tests.
15327
ef370185
JB
153282014-06-03 Joel Brobecker <brobecker@adacore.com>
15329 Pedro Alves <palves@redhat.com>
15330
15331 PR breakpoints/17000
15332 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15333 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15334
1e2ccb61
BM
153352014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15336
15337 * gdb.base/subst.exp: Add tests to verify partial path matching
15338 output.
15339
c6ec5ab2
PA
153402014-06-03 Pedro Alves <palves@redhat.com>
15341
15342 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15343 target that doesn't use software single-stepping.
15344
835c559f
PA
153452014-06-03 Pedro Alves <palves@redhat.com>
15346
15347 PR breakpoints/17000
15348 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15349 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15350
06eb1586
DE
153512014-06-02 Doug Evans <xdje42@gmail.com>
15352
15353 * gdb.guile/scm-parameter.exp: New file.
15354
e698b8c4
DE
153552014-06-02 Doug Evans <xdje42@gmail.com>
15356
15357 * gdb.guile/scm-cmd.c: New file.
15358 * gdb.guile/scm-cmd.exp: New file.
15359
ded03782
DE
153602014-06-02 Doug Evans <xdje42@gmail.com>
15361
15362 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15363 pretty-printer lookup.
15364 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15365 (make-pp_s-printer): Call it.
15366 (make-pretty-printer-from-dict): New function.
15367 (lookup-pretty-printer-maker-from-dict): New function.
15368 (*pretty-printer*): Simplify.
15369 (make-objfile-pp_s-printer): New function.
15370 (install-objfile-pretty-printers!): New function.
15371 (make-progspace-pp_s-printer): New function.
15372 (install-progspace-pretty-printers!): New function.
15373 * gdb.guile/scm-progspace.c: New file.
15374 * gdb.guile/scm-progspace.exp: New file.
15375
41fac0cf
PA
153762014-06-02 Pedro Alves <palves@redhat.com>
15377
15378 * gdb.base/dprintf-bp-same-addr.c: New file.
15379 * gdb.base/dprintf-bp-same-addr.exp: New file.
15380
96ae5695
EBM
153812014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15382
15383 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15384 * gdb.arch/powerpc-power.s: Likewise.
15385
da02b3a8
JB
153862014-06-02 Joel Brobecker <brobecker@adacore.com>
15387
15388 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15389
c72b2e7b
YQ
153902014-06-01 Yao Qi <yao@codesourcery.com>
15391
15392 * gdb.base/watchpoint.exp (test_watch_location): Check null
15393 pointer can be dereferenced. If not, do the test, otherwise
15394 skip it.
15395
53e8a631
AB
153962014-05-30 Andrew Burgess <aburgess@broadcom.com>
15397
15398 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15399 results.
15400 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15401
938f0e2f
AB
154022014-05-30 Andrew Burgess <aburgess@broadcom.com>
15403
15404 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15405 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15406 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15407 * gdb.arch/amd64-invalid-stack-top.c: New file.
15408 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15409
9ba6657a
PA
154102014-05-30 Pedro Alves <palves@redhat.com>
15411
15412 PR breakpoints/17000
15413 * gdb.base/sss-bp-on-user-bp.c: New file.
15414 * gdb.base/sss-bp-on-user-bp.exp: New file.
15415
522c09bf
DB
154162014-05-30 David Blaikie <dblaikie@gmail.com>
15417
15418 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15419 gnu_inline semantics via attribute.
15420 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15421 source explicitly specifies the required semantics.
15422
bf4ef81e
MR
154232014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15424
15425 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15426
329ea579
PA
154272014-05-29 Pedro Alves <palves@redhat.com>
15428 Tom Tromey <tromey@redhat.com>
15429
15430 * gdb.base/async-shell.exp: Don't enable target-async.
15431 * gdb.base/async.exp
15432 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15433 parameter. Adjust.
15434 (top level): Don't test with "target-async".
15435 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15436 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15437 * gdb.base/inferior-died.exp: Don't enable target-async.
15438 * gdb.base/interrupt-noterm.exp: Likewise.
15439 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15440 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15441 * gdb.mi/mi-nonstop.exp: Likewise.
15442 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15443 * gdb.mi/mi-nsintrall.exp: Likewise.
15444 * gdb.mi/mi-nsmoribund.exp: Likewise.
15445 * gdb.mi/mi-nsthrexec.exp: Likewise.
15446 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15447 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15448 * gdb.python/py-evsignal.exp: Don't enable target-async.
15449 * gdb.python/py-evthreads.exp: Likewise.
15450 * gdb.python/py-prompt.exp: Likewise.
15451 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15452 * gdb.server/solib-list.exp: Don't enable target-async.
15453 * gdb.threads/thread-specific-bp.exp: Likewise.
15454 * lib/mi-support.exp: Adjust to use mi-async.
15455
fd664c91
PA
154562014-05-29 Pedro Alves <palves@redhat.com>
15457
15458 PR gdb/13860
15459 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15460 reason, even in sync mode.
15461
251bde03
PA
154622014-05-29 Pedro Alves <palves@redhat.com>
15463 Hui Zhu <hui@codesourcery.com>
15464
15465 PR PR15693
15466 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15467 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15468 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15469 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15470
7f3c0343
JB
154712014-05-28 Joel Brobecker <brobecker@adacore.com>
15472
15473 * config/monitor.exp (gdb_target_monitor): Replace use of
15474 "set remotebaud" by "set serial baud".
15475
b2715b27
AW
154762014-05-26 Andy Wingo <wingo@igalia.com>
15477
15478 * gdb.guile/scm-breakpoint.exp:
15479 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15480 properties instead of gdb-object-properties.
15481
498a4489
YQ
154822014-05-26 Yao Qi <yao@codesourcery.com>
15483
15484 * gdb.server/no-thread-db.exp: Specify source file name
15485 explicitly when setting a breakpoint.
15486
589fdceb
MM
154872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15488
15489 * gdb.btrace/vdso.c: New.
15490 * gdb.btrace/vdso.exp: New.
15491
e9089e05
MM
154922014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15493
15494 * gdb.base/gcore.exp (capture_command_output): Move ...
15495 * lib/gdb.exp (capture_command_output): ... here.
15496
67b5c0c1
MM
154972014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15498
15499 * gdb.btrace/data.exp: Test memory access during btrace replay.
15500
a2199296
SM
155012014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15502
15503 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15504
17b2616c
PA
155052014-05-21 Pedro Alves <palves@redhat.com>
15506
15507 PR gdb/13860
15508 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15509 (top level): Test that output related to execution commands is
15510 sent to the console with CLI commands, but not with MI commands.
15511 Test that breakpoint events are always mirrored to the console.
15512 Also expect the new source line to be output after a "next" in
15513 async mode too. Make it a pass/fail test.
15514 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15515 output.
15516 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15517
5166082f
PA
155182014-05-21 Pedro Alves <palves@redhat.com>
15519
15520 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15521 Use them to test variations of "list" after reaching a breakpoint.
15522 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15523 Test "list" with listsize 10 after reaching a breakpoint.
15524 * gdb.python/python.exp (decode_line current location line
15525 number): Adjust expected line number.
15526
2f25d70f
SM
155272014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15528
15529 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15530 behavior for $args, pass it directly to "run".
15531
ff604a67
MR
155322014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15533
15534 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15535 30000 to 65536.
15536
6a3cb8e8
PA
155372014-05-21 Pedro Alves <palves@redhat.com>
15538
15539 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15540 auto-connect-native-target off".
15541 * gdb.base/auto-connect-native-target.c: New file.
15542 * gdb.base/auto-connect-native-target.exp: New file.
15543
4ebfc96e
PA
155442014-05-21 Pedro Alves <palves@redhat.com>
15545
15546 * gdb.base/default.exp: Test "target native" instead of "target
15547 child".
15548
36d46afb
MW
155492014-05-21 Mark Wielaard <mjw@redhat.com>
15550
15551 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15552
5876f503
JK
155532014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15554
15555 Fix TLS access for -static -pthread.
15556 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15557 <HAVE_TLS> (thread_function, main): Initialize it.
15558 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15559 Add clean_restart.
15560 <$have_tls != "">: Check TLSVAR.
15561
0256a6ac
PA
155622014-05-21 Pedro Alves <palves@redhat.com>
15563
15564 * gdb.base/dcache-line-read-error.c: New.
15565 * gdb.base/dcache-line-read-error.exp: New.
15566
936d2992
PA
155672014-05-20 Pedro Alves <palves@redhat.com>
15568
15569 * gdb.base/compare-sections.c: New file.
15570 * gdb.base/compare-sections.exp: New file.
15571
802e8e6d
PA
155722014-05-20 Pedro Alves <palves@redhat.com>
15573
15574 * gdb.base/break-idempotent.c: New file.
15575 * gdb.base/break-idempotent.exp: New file.
15576
e59fa00f
MM
155772014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15578
15579 * gdb.btrace/nohist.exp: New.
15580
8b696e31
YQ
155812014-05-20 Yao Qi <yao@codesourcery.com>
15582
15583 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15584 gdb.reverse directory and gdb_reverse_timeout exists in board
15585 setting.
15586 * README: Document gdb_reverse_timeout.
15587
73c9764f
YQ
155882014-05-20 Yao Qi <yao@codesourcery.com>
15589
15590 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15591 'test_file_name'. Treat args as a string instead of a list.
15592 (gdb_init): Rename argument 'args' by 'test_file_name'.
15593
f1f4348a
JK
155942014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15595
15596 * gdb.arch/powerpc-power.exp: New file.
15597 * gdb.arch/powerpc-power.s: New file.
15598
0dbe70ce
DE
155992014-05-16 Doug Evans <dje@google.com>
15600
15601 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15602 * gdb.base/completion.exp: Check that all expected files exist
15603 before doing file completion.
0dbe70ce 15604
8d551b02
DE
156052014-05-16 Doug Evans <dje@google.com>
15606
15607 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15608 Update.
15609 (do_syscall_tests_without_xml): Update.
15610
73eb7709
PA
156112014-05-16 Pedro Alves <palves@redhat.com>
15612
15613 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15614 instead of "unknown output after running".
15615
3fae92fc
YQ
156162014-05-16 Yao Qi <yao@codesourcery.com>
15617
15618 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15619 file1.txt from host at the end.
15620 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15621
c2b2ccc5
DE
156222014-05-15 Doug Evans <dje@google.com>
15623
15624 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15625 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15626 loading file. Add test for TU lookup.
15627
8c217a4b
SM
156282014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15629
15630 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15631 calling "-exec-arguments" or "set args" before running the
15632 inferior.
15633
3deb39c6
SM
156342014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15635
15636 * lib/mi-support.exp (mi_expect_stop): Expect message for
15637 inferiors that exit with non-zero exit code.
15638
71a79f8c
YQ
156392014-05-14 Yao Qi <yao@codesourcery.com>
15640
15641 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15642 match absolute path on remote host.
15643 (test_file_list_exec_source_files): Remove "/" from the
15644 pattern.
15645
f23fcd46
YQ
156462014-05-14 Yao Qi <yao@codesourcery.com>
15647
15648 * boards/local-remote-host-notty.exp (${board}_file): New
15649 proc.
15650
9404b58f
KM
156512014-05-07 Kyle McMartin <kyle@redhat.com>
15652
15653 Pushed by Joel Brobecker <brobecker@adacore.com>.
15654 * gdb.arch/aarch64-atomic-inst.c: New file.
15655 * gdb.arch/aarch64-atomic-inst.exp: New file.
15656
5e45f04c
YQ
156572014-05-07 Yao Qi <yao@codesourcery.com>
15658
15659 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15660 in current context" too.
15661
c888a17d
KS
156622014-05-05 Keith Seitz <keiths@redhat.com>
15663
15664 * gdb.linespec/ls-dollar.exp: Add test for linespec
15665 file:convenience_variable.
15666
290a839c
YQ
156672014-05-05 Yao Qi <yao@codesourcery.com>
15668
15669 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15670 traceframes into tfile and ctf trace files. Read data from
15671 trace file and test collected data.
15672 (gdb_collect_locals_test): Likewise.
15673 (gdb_unavailable_registers_test): Likewise.
15674 (gdb_unavailable_floats): Likewise.
15675 (gdb_collect_globals_test): Likewise.
15676 (top-level): Append "ctf" to trace_file_targets if GDB
15677 supports.
15678
b5262cd0
YQ
156792014-05-05 Yao Qi <yao@codesourcery.com>
15680
15681 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15682 code to ...
15683 (gdb_collect_args_test_1): ... it. New proc.
15684 (gdb_collect_locals_test): Move some code to ...
15685 (gdb_collect_locals_test_1): ... it. New proc.
15686 (gdb_unavailable_registers_test): Move some code to ...
15687 (gdb_unavailable_registers_test_1): ... it. New proc.
15688 (gdb_unavailable_floats): Move some code to ...
15689 (gdb_unavailable_floats_1): ... it. New proc.
15690
30a1e6cc
SDJ
156912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15692
15693 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15694 probes to test for bitness recognition.
15695 * gdb.arch/amd64-stap-optional-prefix.exp
15696 (test_probe_value_without_reg): New procedure.
15697 Add code to test for different kinds of bitness.
15698
f33da99a
SDJ
156992014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15700
15701 PR breakpoints/16889
15702 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15703 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15704
5b80f00d
PA
157052014-05-01 Pedro Alves <palves@redhat.com>
15706
15707 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15708 gdb_file_cmd if no file is specified.
15709 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15710 last_loaded_file to set the remote exec-file.
15711
f8c2a73c
PA
157122014-05-01 Pedro Alves <palves@redhat.com>
15713
15714 * boards/local-remote-host.exp: New file.
15715
be6e8ac7
PA
157162014-05-01 Pedro Alves <palves@redhat.com>
15717
15718 * boards/local-remote-host.exp: Rename to ...
15719 * boards/local-remote-host-notty.exp: ... this.
15720
cac0dc8f
JB
157212014-04-28 Joel Brobecker <brobecker@adacore.com>
15722
15723 * gdb.ada/dyn_arrayidx: New testcase.
15724
9730e6cc
YQ
157252014-04-26 Yao Qi <yao@codesourcery.com>
15726
15727 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15728 and compute the length of function main. Save it in
15729 $main_length.
15730 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15731 (top-level): Use gdb_compile to compile objects into
15732 executable and restart GDB. Remove invocation to
15733 prepare_for_testing.
15734
7ae1a6a6
PA
157352014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15736 Pedro Alves <palves@redhat.com>
15737
15738 PR server/16255
15739 * gdb.multi/multi-attach.c: New file.
15740 * gdb.multi/multi-attach.exp: New file.
15741
4082afcc
PA
157422014-04-25 Pedro Alves <palves@redhat.com>
15743
15744 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15745 user.
15746 (top level): Test that "set remote conditional-breakpoints-packet
15747 off" works as intended.
15748 * gdb.base/dprintf.exp: Test that "set remote
15749 breakpoint-commands-packet off" works as intended.
15750 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15751 New function.
15752 (top level): Call it.
15753 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15754 remote fast-tracepoints-packet off" works as intended.
15755 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15756 * lib/gdb.exp (gdb_is_target_remote): ... here.
15757
2abc3f8d
DB
157582014-04-24 David Blaikie <dblaikie@gmail.com>
15759
15760 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15761 ensure clang would not discard them.
15762 * gdb.base/gdbvars.c: Ditto.
15763 * gdb.base/memattr.c: Ditto.
15764 * gdb.base/whatis.c: Ditto.
15765 * gdb.python/py-prettyprint.c: Ditto.
15766 * gdb.trace/actions.c: Ditto.
15767 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15768 ensure clang would not discard it.
15769
bfd39632
DB
157702014-04-24 David Blaikie <dblaikie@gmail.com>
15771
15772 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15773 clang to emit the full definition of type required by the test
15774 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15775
22842ff6
DB
157762014-04-24 David Blaikie <dblaikie@gmail.com>
15777
15778 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15779 coax Clang into emitting the definition of the type.
15780 * gdb.cp/pr10728-x.h (y): Ditto.
15781 * gdb.cp/pr10728-y.cc (y): Ditto.
15782
c2e827ad
DB
157832014-04-24 David Blaikie <dblaikie@gmail.com>
15784
15785 * gdb.base/label.exp: XFAIL label related tests under Clang.
15786 * gdb.cp/cplabel.exp: Ditto.
15787 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15788 under Clang those using labels.
15789
4c2d33e7
YQ
157902014-04-25 Yao Qi <yao@codesourcery.com>
15791
15792 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15793 double_label.
15794 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15795 partial_label and double_label.
15796
56083b99
DB
157972014-04-24 David Blaikie <dblaikie@gmail.com>
15798
15799 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15800
25d4e99d
DB
158012014-04-24 David Blaikie <dblaikie@gmail.com>
15802
15803 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15804 of the function to work across GCC and Clang.
15805 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15806 pointer types (const void ** const V void **).
15807
01f9f808
MS
158082014-04-24 Michael Sturm <michael.sturm@mintel.com>
15809 Walfred Tedeschi <walfred.tedeschi@intel.com>
15810
15811 * Makefile.in (EXECUTABLES): Added i386-avx512.
15812 * gdb.arch/i386-avx512.c: New file.
15813 * gdb.arch/i386-avx512.exp: Likewise.
15814
4b48d439
KS
158152014-04-23 Keith Seitz <keiths@redhat.com>
15816
15817 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15818 (mi_make_breakpoint_table): New procedure.
15819 (mi_create_breakpoint): Use mi_make_breakpoint
15820 and return the result.
15821 (mi_make_breakpoint): New procedure.
15822 (mi_build_kv_pairs): New procedure.
15823
15824 * gdb.mi/mi-break.exp: Remove unused globals,
15825 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15826 All callers updated.
15827 * gdb.mi/mi-dprintf.exp: Use variable to track command
15828 number.
15829 Update all callers of mi_create_breakpoint and use
15830 mi_make_breakpoint_table.
15831 Remove any unused global variables.
15832 * gdb.mi/mi-nonstop.exp: Likewise.
15833 * gdb.mi/mi-nsintrall.exp: Likewise.
15834 * gdb.mi/mi-nsmoribund.exp: Likewise.
15835 * gdb.mi/mi-nsthrexec.exp: Likewise.
15836 * gdb.mi/mi-reverse.exp: Likewise.
15837 * gdb.mi/mi-simplerun.exp: Likewise.
15838 * gdb.mi/mi-stepn.exp: Likewise.
15839 * gdb.mi/mi-syn-frame.exp: Likewise.
15840 * gdb.mi/mi-until.exp: Likewise.
15841 * gdb.mi/mi-var-cp.exp: Likewise.
15842 * gdb.mi/mi-var-display.exp: Likewise.
15843 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15844 * gdb.mi/mi2-var-child.exp: Likewise.
15845 * gdb.mi/mi-vla-c99.exp: Likewise.
15846 * lib/mi-support.exp: Likewise.
15847
15848 From Ian Lance Taylor <iant@cygnus.com>:
15849 * lib/gdb.exp (parse_args): New procedure.
15850
08351840
PA
158512014-04-23 Pedro Alves <palves@redhat.com>
15852
15853 * gdb.base/break-unload-file.c: New file.
15854 * gdb.base/break-unload-file.exp: New file.
15855 * gdb.base/sym-file-lib.c (baz): New function.
15856 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15857 field.
15858 (load): Store the segment's mapped size.
15859 (unload): New function.
15860 (unload_shlib): New function.
15861 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15862 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15863 set a breakpoint at baz, and call it.
15864 * gdb.base/sym-file.exp: New tests for stale breakpoint
15865 instructions.
15866
076855f9
PA
158672014-04-23 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15870 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15871 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15872 * gdb.base/hbreak-unmapped.c: New file.
15873 * gdb.base/hbreak-unmapped.exp: New file.
15874 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15875 * lib/gdb.exp (gdb_is_target_remote): ... here.
15876
483805cf
PA
158772014-04-22 Pedro Alves <palves@redhat.com>
15878
15879 * gdb.base/consecutive-step-over.c: New file.
15880 * gdb.base/consecutive-step-over.exp: New file.
15881
06d97543
PA
158822014-04-22 Pedro Alves <palves@redhat.com>
15883
15884 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15885 instead of send_gdb/gdb_expect.
15886
b4429ea2
YQ
158872014-04-22 Yao Qi <yao@codesourcery.com>
15888
15889 * lib/trace-support.exp (generate_tracefile): New procedure.
15890 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15891 return 0.
15892 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15893 if generate_tracefile returns 1.
15894
51d48146
PA
158952014-04-18 Tom Tromey <palves@redhat.com>
15896 Pedro alves <tromey@redhat.com>
15897
15898 PR backtrace/15558
15899 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15900 with a backtrace limit.
15901 * gdb.python/py-frame-inline.exp: Test running to an inline
15902 function with a backtrace limit, and printing the newest frame.
15903 * gdb.python/py-frame-inline.c (main): Call f.
15904
bd1dce5f
MS
159052014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15906
15907 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15908
40d1a503
MS
159092014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15910
15911 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15912 Drop prefix from unsupported source file path.
15913
389b98f7
YQ
159142014-04-17 Yao Qi <yao@codesourcery.com>
15915
15916 * lib/gdb.exp (with_target_charset): New proc.
15917 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15918 with_target_charset.
15919 (test_print_strings): Likewise.
15920 (test_repeat_bytes): Likewise.
15921 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15922 for some tests.
15923
22869d73
KS
159242014-04-16 Keith Seitz <keiths@redhat.com>
15925
15926 PR gdb/15827
15927 * gdb.dwarf2/corrupt.c: New file.
15928 * gdb.dwarf2/corrupt.exp: New file.
15929
c4f87ca6
KS
159302014-04-16 Keith Seitz <keiths@redhat.com>
15931
15932 PR c++/16597
15933 * gdb.cp/namelessclass.cc: New file.
15934 * gdb.cp/namelessclass.exp: New file.
15935 * gdb.cp/namelessclass.S: New file.
15936
ab19de87
DE
159372014-04-16 Doug Evans <dje@google.com>
15938
15939 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15940 Add comment.
15941 (gdbserver_default_get_comm_port): New function.
15942 (gdbserver_start): Check if board file provided
15943 "gdbserver,get_comm_port" and use it if so.
15944 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15945 (gdb,socketport): Set to "stdio".
15946 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15947 (stdio_gdbserver_template): Delete.
15948 (${board}_get_remote_address): Update.
15949 (${board}_build_remote_cmd): Delete.
15950 (${board}_get_comm_port): New function.
15951 (${board}_spawn): Update.
15952 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15953 Delete.
15954 (${board}_get_remote_address): Update.
15955 (${board}_get_comm_port): New function.
15956
fc98a809
AB
159572014-04-16 Andrew Burgess <aburgess@broadcom.com>
15958
15959 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15960 appearing in any order.
15961
87fd9e6e
DE
159622014-04-15 Doug Evans <dje@google.com>
15963
15964 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15965 uninitialized value of "description".
15966
099fc3ea
KS
159672014-04-15 Keith Seitz <keiths@redhat.com>
15968
15969 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15970 Remove unused globals.
15971 (test_running_the_program): Likewise.
15972 (test_controlled_execution): Likewise.
15973 (test_controlling_breakpoints): Likewise.
15974 (test_program_termination): Likewise.
15975
5da151d4
KS
159762014-04-15 Keith Seitz <keiths@redhat.com>
15977
15978 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15979 unused globals.
15980 (test_rbreak_creation_and_listing): Likewise.
15981 (test_ignore_count): Likewise.
15982 (test_error): Likewise.
15983
35e5d2f0
PA
159842014-04-15 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15987 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15988 sym-file-loader.c.
15989 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15990 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15991 to sym-file-loader.c.
15992 (struct library): Forward declare.
15993 (load_shlib, lookup_function): Change prototypes.
15994 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15995 (translate_offset): Remove declarations.
15996 (get_text_addr): New declaration.
15997 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15998 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15999 sym-file-loader.h.
16000 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16001 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16002 here from sym-file-loader.h.
16003 (struct library): New structure.
16004 (load_shlib, lookup_function): Change prototypes and adjust to
16005 work with a struct library.
16006 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16007 (translate_offset): Make static.
16008 (get_text_addr): New function.
16009 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16010
eb4c1710
PA
160112014-04-15 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16014
2d1baf52
PA
160152014-04-15 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.base/sym-file-loader.c: Include <limits.h>.
16018 (SELF_LINK): New define.
16019 (get_origin): New function.
16020 (load_shlib): Use it.
16021 * gdb.base/sym-file.exp: Don't early return if the target is
16022 remote. Use runto_main, and issue fail is that fails. Use
16023 gdb_load_shlibs.
16024 (shlib_name): Delete.
16025 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16026
7dd6df01
PA
160272014-04-15 Pedro Alves <palves@redhat.com>
16028
16029 * gdb.base/sym-file.exp: Remove regex characters from test
16030 message. Don't refer to breakpoint numbers in test messages.
16031
b50c8614
KS
160322014-04-14 Keith Seitz <keiths@redhat.com>
16033
16034 PR c++/16253
16035 * gdb.cp/var-tag.cc: New file.
16036 * gdb.cp/var-tag.exp: New file.
16037 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16038 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16039 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16040 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16041
3d567982
TT
160422014-04-14 Tom Tromey <tromey@redhat.com>
16043
16044 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16045 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16046 type.
16047 * gdb.cp/enum-class.exp: New file.
16048 * gdb.cp/enum-class.cc: New file.
16049
0626fc76
TT
160502014-04-14 Tom Tromey <tromey@redhat.com>
16051
16052 * gdb.dwarf2/enum-type.exp: New file.
16053
dca325b3
SA
160542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16055
16056 * gdb.mi/mi-vla-c99.exp: New file.
16057 * gdb.mi/vla.c: New file.
16058
5854b38a
SA
160592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16060
16061 * gdb.base/vla-datatypes.c: New file.
16062 * gdb.base/vla-datatypes.exp: New file.
16063
463bb957
SA
160642014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16065
16066 * gdb.base/vla-ptr.c: New file.
16067 * gdb.base/vla-ptr.exp: New file.
16068
3dd170be
SA
160692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16070
16071 * gdb.dwarf2/count.exp: New file.
16072
5ecaaa66
SA
160732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16074
16075 * gdb.base/vla-sideeffect.c: New file.
16076 * gdb.base/vla-sideeffect.exp: New file.
16077
41f1ada5
DB
160782014-04-14 David Blaikie <dblaikie@gmail.com>
16079
16080 * gdb.mi/non-stop.c: Add return value for non-void function return
16081 statement.
16082 * gdb.threads/staticthreads.c: Ditto.
16083
0be03e84
DE
160842014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16085 Doug Evans <xdje42@gmail.com>
16086
16087 * gdb.guile/scm-value.c: Improve test case.
16088 * gdb.guile/scm-value.exp: Add new test.
16089
f180a1fb
DB
160902014-04-11 David Blaikie <dblaikie@gmail.com>
16091
16092 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16093 override Clang's default.
16094
6b662e19
JB
160952014-04-11 Joel Brobecker <brobecker@adacore.com>
16096
16097 Revert the following changes (regressions):
16098
16099 * gdb.base/vla-sideeffect.c: New file.
16100 * gdb.base/vla-sideeffect.exp: New file.
16101
16102 * gdb.dwarf2/count.exp: New file.
16103
16104 * gdb.base/vla-multi.c: New file.
16105 * gdb.base/vla-multi.exp: New file.
16106
16107 * gdb.base/vla-ptr.c: New file.
16108 * gdb.base/vla-ptr.exp: New file.
16109
16110 * gdb.base/vla-datatypes.c: New file.
16111 * gdb.base/vla-datatypes.exp: New file.
16112
16113 * gdb.mi/mi-vla-c99.exp: New file.
16114 * gdb.mi/vla.c: New file.
16115
245a5f0b
KS
161162014-04-11 Keith Seitz <keiths@redhat.com>
16117
16118 PR c++/16675
16119 * gdb.cp/cpsizeof.exp: New file.
16120 * gdb.cp/cpsizeof.cc: New file.
16121
58a84dcf
SA
161222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16123
191a8a90
JB
16124 * gdb.mi/mi-vla-c99.exp: New file.
16125 * gdb.mi/vla.c: New file.
58a84dcf 16126
c8655f75
SA
161272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16128
16129 * gdb.base/vla-datatypes.c: New file.
16130 * gdb.base/vla-datatypes.exp: New file.
16131
024e13b4
SA
161322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16133
16134 * gdb.base/vla-ptr.c: New file.
16135 * gdb.base/vla-ptr.exp: New file.
16136
1a237e0e
SA
161372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16138
16139 * gdb.base/vla-multi.c: New file.
16140 * gdb.base/vla-multi.exp: New file.
16141
504f3432
SA
161422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16143
16144 * gdb.dwarf2/count.exp: New file.
16145
3bce8237
SA
161462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16147
191a8a90
JB
16148 * gdb.base/vla-sideeffect.c: New file.
16149 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16150
322f9c21
YQ
161512014-04-11 Yao Qi <yao@codesourcery.com>
16152
16153 * gdb.base/completion.exp: Check file exists before running tests
16154 on file completion.
16155
d708bcd1
PA
161562014-04-10 Pedro Alves <palves@redhat.com>
16157
16158 * gdb.base/cond-eval-mode.c: New file.
16159 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16160 prepare_for_testing to build the new file. Check result of
16161 runto_main.
16162 (test_break, test_watch): New procedures.
16163 (top level): Use them.
16164
ae1d2761
PM
161652014-04-08 Pierre Muller <muller@sourceware.org>
16166
16167 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16168 Ctrl-V use for mingw hosts.
16169
7af389b8
SC
161702014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16171
16172 * gdb.python/py-value.c: Improve test case.
16173 * gdb.python/py-value.exp: Add new test.
16174
5e703181
DE
161752014-04-07 David Blaikie <dblaikie@gmail.com>
16176
16177 * lib/compiler.c: Identify the clang compiler.
16178 * lib/compiler.cc: Ditto.
16179
9810b410
YQ
161802014-04-03 Yao Qi <yao@codesourcery.com>
16181
16182 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16183
98d1b8dc
AB
161842014-04-01 Anton Blanchard <anton@samba.org>
16185
16186 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16187 messages unique.
16188
3114cea1
AB
161892014-04-01 Anton Blanchard <anton@samba.org>
16190
16191 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16192 prepare_for_testing.
16193
62f7182c
AB
161942014-04-01 Anton Blanchard <anton@samba.org>
16195
16196 * gdb.arch/ppc64-atomic-inst.c: Remove.
16197 * gdb.arch/ppc64-atomic-inst.S: New file.
16198 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16199
770e7fc7
DE
162002014-03-31 Doug Evans <dje@google.com>
16201
16202 * gdb.base/print-symbol-loading-lib.c: New file.
16203 * gdb.base/print-symbol-loading-main.c: New file.
16204 * gdb.base/print-symbol-loading.exp: New file.
16205
46e2bafa
YQ
162062014-03-31 Yao Qi <yao@codesourcery.com>
16207
16208 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16209
8776cfe9
JB
162102014-03-28 Joel Brobecker <brobecker@adacore.com>
16211
16212 * gdb.ada/mi_dyn_arr: New testcase.
16213
5d1ef361
DE
162142014-03-27 Doug Evans <dje@google.com>
16215
16216 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16217
b5bee914
YQ
162182014-03-27 Yao Qi <yao@codesourcery.com>
16219
16220 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16221 if target is nios2-*-*.
16222
0d4d0e77
YQ
162232014-03-26 Yao Qi <yao@codesourcery.com>
16224
16225 * lib/gdb.exp (readline_is_used): New proc.
16226 * gdb.base/completion.exp: Move tests on command complete up.
16227 Skip the rest of tests if readline is not used.
16228 * gdb.ada/complete.exp: Skp the test if readline is not
16229 used.
16230 * gdb.base/filesym.exp: Likewise.
16231 * gdb.base/macscp.exp: Likewise.
16232 * gdb.base/readline-ask.exp: Likewise.
16233 * gdb.base/readline.exp: Likewise.
16234 * gdb.python/py-cmd.exp: Likewise.
16235 * gdb.trace/tfile.exp: Likewise.
16236
29361eee
YQ
162372014-03-26 Yao Qi <yao@codesourcery.com>
16238
16239 * gdb.base/macscp.exp: Fix code format issues.
16240
bc9a5525
UW
162412014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16242
16243 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16244 * gdb.asm/powerpc64le.inc: New file.
16245
d3839ede
PA
162462014-03-25 Pedro Alves <palves@redhat.com>
16247 Doug Evans <dje@google.com>
16248
16249 * gdb.base/source-execution.c: New file.
16250 * gdb.base/source-execution.exp: New file.
16251 * gdb.base/source-execution.gdb: New file.
16252
01672a57
DE
162532014-03-24 Doug Evans <dje@google.com>
16254
16255 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16256 using fission.
16257
88bbeca9
HZ
162582014-03-24 Hui Zhu <hui@codesourcery.com>
16259 Pedro Alves <palves@redhat.com>
16260
16261 PR breakpoints/16101
16262 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16263 test pass/fail messages. Detect missing support for dprintf when
16264 breakpoints are actually inserted.
16265 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16266 breakpoints are actually inserted.
16267 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16268 fails.
16269
d2348791
JK
162702014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16271
16272 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16273
feef67ab
DE
162742014-03-22 Doug Evans <xdje42@gmail.com>
16275
16276 * gdb.python/python.exp (python not supported): Verify multi-line
16277 python command issues an error.
25d743f9 16278 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16279 guile command issues an error.
feef67ab 16280
ecebef6a
MR
162812014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16282
16283 * gdb.threads/thread-specific.exp: Handle the lack of usable
16284 $this_breakpoint and $this_thread.
16285
ccdd1909
HZ
162862014-03-21 Hui Zhu <hui@codesourcery.com>
16287
16288 * gdb.base/attach.exp (do_command_attach_tests): New.
16289
beb460e8
PA
162902014-03-20 Tom Tromey <tromey@redhat.com>
16291 Pedro Alves <palves@redhat.com>
16292
16293 PR cli/15718
16294 * gdb.base/condbreak-call-false.c: New file.
16295 * gdb.base/condbreak-call-false.exp: New file.
16296
40acf43a
PA
162972014-03-20 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16300 Delete.
16301 (block_signals, unblock_signals): Delete.
16302 (child_function_2, main): Remove references to deleted variable
16303 and functions.
16304
9f5e1e02
PA
163052014-03-20 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16308 Use pthread_kill to signal thread 2.
16309 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16310 Adjust to make the test send itself a signal rather than using the
16311 host's "kill" command.
16312
99619bea
PA
163132014-03-20 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.threads/multiple-step-overs.c: New file.
16316 * gdb.threads/multiple-step-overs.exp: New file.
16317 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16318 Adjust expected infrun debug output.
16319
2adfaa28
PA
163202014-03-20 Pedro Alves <palves@redhat.com>
16321
16322 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16323 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16324
31e77af2
PA
163252014-03-20 Pedro Alves <palves@redhat.com>
16326
16327 PR breakpoints/7143
16328 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16329 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16330 of gdb_test_multiple.
16331 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16332 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16333
b9f437de
PA
163342014-03-20 Pedro Alves <palves@redhat.com>
16335
16336 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16337 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16338
05adc73e
PA
163392014-03-19 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/async.exp: Remove early return.
16342
6048b950
PA
163432014-03-19 Pedro Alves <palves@redhat.com>
16344
16345 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16346
8bcfb00a
PA
163472014-03-19 Pedro Alves <palves@redhat.com>
16348
16349 * gdb.base/async.exp (test_background): Expect \r\n after
16350 "completed." in the fail pattern.
16351
884e37dc
PA
163522014-03-19 Pedro Alves <palves@redhat.com>
16353
16354 * gdb.base/async.exp (test_background): New procedure.
16355 Use it for all background execution command tests.
16356
148e57e2
PA
163572014-03-19 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.base/async.exp: Use prepare_for_testing.
16360
f48088c7
PA
163612014-03-19 Pedro Alves <palves@redhat.com>
16362
16363 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16364 the same line.
16365
e2f6c966
PA
163662014-03-19 Pedro Alves <palves@redhat.com>
16367
16368 * gdb.base/async.c (main): Add "jump here" and "until here" line
16369 marker comments.
16370 * gdb.base/async.exp (jump_here): New global.
16371 (jump& test): Use it.
16372 (until_here): New global.
16373 (until& test): Use it.
16374
c30568d4
PA
163752014-03-19 Pedro Alves <palves@redhat.com>
16376
16377 * gdb.base/async.exp: Don't frob gdb_protocol.
16378
0172b6a7
DE
163792014-03-18 Doug Evans <xdje42@gmail.com>
16380
16381 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16382 Fix spelling of exec-done-display.
16383
06c868a8
JK
163842014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16385
16386 PR gdb/15358
16387 * gdb.base/gdb-sigterm.c: New file.
16388 * gdb.base/gdb-sigterm.exp: New file.
16389
0c7e1a46
PA
163902014-03-18 Pedro Alves <palves@redhat.com>
16391
16392 PR gdb/13860
16393 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16394 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16395 solib-event.
16396
f7c77d93
JB
163972014-03-17 Joel Brobecker <brobecker@adacore.com>
16398
16399 * gdb.ada/pckd_arr_ren: New testcase.
16400
5a1e8c7a
DE
164012014-03-13 Doug Evans <xdje42@gmail.com>
16402
16403 PR guile/16612
16404 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16405 collect after discarding symbols.
16406
350e1a76
DE
164072014-03-13 Ludovic Courtès <ludo@gnu.org>
16408 Doug Evans <xdje42@gmail.com>
16409
16410 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16411 to history survives a gc.
16412
a69900ae
PA
164132014-03-13 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.base/default.exp: Don't test "target procfs".
16416
5db9f0bd
PA
164172014-03-13 Pedro Alves <palves@redhat.com>
16418
16419 * gdb.base/default.exp: Update "target child" and "target procfs"
16420 tests to not expect "Unix".
16421
b3ccfe11
TT
164222014-03-12 Tom Tromey <tromey@redhat.com>
16423
16424 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16425 New procs. Add target-async tests.
16426 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16427 Add target-async tests.
16428
646f4417
AA
164292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16430
16431 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16432 'func_start' and 'func_end' for the beginning and end of the
16433 function code, respectively.
16434 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16435 'func_end' instead of 'func' and 'main'.
16436
288c211f
AA
164372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16438
16439 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16440 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16441 generate the debug info assembler source.
16442
e0c0f156
AA
164432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16444
16445 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16446 * gdb.dwarf2/arr-subrange.exp: Likewise.
16447 * gdb.dwarf2/dwz.exp: Likewise.
16448 * gdb.dwarf2/method-ptr.exp: Likewise.
16449 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16450 * gdb.dwarf2/subrange.exp: Likewise.
16451 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16452 * gdb.dwarf2/implptrpiece.exp: Likewise.
16453 * gdb.dwarf2/nostaticblock.exp: Likewise.
16454
0e5c4555
AA
164552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16456
16457 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16458 directory to absolute path name arguments.
16459
5ec18f2b
JG
164602014-03-10 Joel Brobecker <brobecker@adacore.com>
16461
16462 * gdb.ada/tagged_access: New testcase.
16463
847fc4f2
MM
164642014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16465
16466 * gdb.btrace/data.exp: Update expected output.
16467
cc3da688
YQ
164682014-03-06 Yao Qi <yao@codesourcery.com>
16469
16470 * gdb.trace/pr16508.exp: New file.
16471
0f26cec1
PA
164722014-03-05 Pedro Alves <palves@redhat.com>
16473
16474 PR gdb/16575
16475 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16476 procedure.
16477 (top level): Adjust to use it. Add tests that exercise breakpoint
16478 interaction with the code-cache.
16479
7a5a839f
LC
164802014-02-26 Ludovic Courtès <ludo@gnu.org>
16481
16482 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16483 test for 'history-append!'.
16484
31aa7e4e
JB
164852014-02-26 Joel Brobecker <brobecker@adacore.com>
16486
16487 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16488 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16489 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16490 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16491 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16492 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16493
1b588015
JB
164942014-02-26 Joel Brobecker <brobecker@adacore.com>
16495
16496 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16497 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16498 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16499
55426c9d
JB
165002014-02-26 Joel Brobecker <brobecker@adacore.com>
16501
16502 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16503
dc53a7ad
JB
165042014-02-26 Joel Brobecker <brobecker@adacore.com>
16505
16506 * gdb.dwarf2/arr-stride.c: New file.
16507 * gdb.dwarf2/arr-stride.exp: New file.
16508
12ab52e9
PA
165092014-02-26 Pedro Alves <palves@redhat.com>
16510
16511 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16512 that won't ever trigger. Make sure that GDB reports the correct
16513 breakpoint that caused the stop.
16514
849c862e
JK
165152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16516
16517 PR gdb/16626
16518 * gdb.base/auto-load-script: New file.
16519 * gdb.base/auto-load.c: New file.
16520 * gdb.base/auto-load.exp: New file.
16521
71b7d793
JK
16522 PR gdb/16626
16523 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16524
e2f0d509
JK
165252014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16526
16527 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16528 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16529
50cc37c8
DE
165302014-02-24 Doug Evans <dje@google.com>
16531
16532 * lib/gdb.exp (run_on_host): Log error output if program fails.
16533
ea4758f2
PA
165342014-02-21 Pedro Alves <palves@redhat.com>
16535
16536 * gdb.threads/step-after-sr-lock.c: Rename to ...
16537 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16538 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16539 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16540 ... this.
16541
d7b30f67
SDJ
165422014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16543
16544 PR tdep/16397
16545 * gdb.arch/amd64-stap-special-operands.exp: New file.
16546 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16547 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16548 * gdb.arch/amd64-stap-triplet.S: Likewise.
16549 * gdb.arch/amd64-stap-triplet.c: Likewise.
16550
83deb43f
JB
165512014-02-20 Joel Brobecker <brobecker@adacore.com>
16552
16553 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16554 in .section pseudo-op.
16555
adde2bff
DE
165562014-02-20 lin zuojian <manjian2006@gmail.com>
16557 Joel Brobecker <brobecker@adacore.com>
16558 Doug Evans <xdje42@gmail.com>
16559
16560 PR symtab/16581
16561 * gdb.dwarf2/dw2-icycle.S: New file.
16562 * gdb.dwarf2/dw2-icycle.c: New file.
16563 * gdb.dwarf2/dw2-icycle.exp: New file.
16564
f7bd0f78
SC
165652014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16566
16567 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16568 operations on gdb.Value objects.
16569 * gdb.python/py-value-cc.exp: Add new test to test operations on
16570 gdb.Value objects.
16571
c17ef0d5
DE
165722014-02-18 Doug Evans <dje@google.com>
16573
16574 * Makefile.in (TESTS): New variable.
16575 (expanded_tests, expanded_tests_or_none): New variables
16576 (check-single): Pass $(expanded_tests_or_none) to runtest.
16577 (check-parallel): Only run tests in $(TESTS) if non-empty.
16578 (check/no-matching-tests-found): New rule.
16579 * README: Document TESTS makefile variable.
16580
5dd3176f
DE
165812014-02-18 Doug Evans <dje@google.com>
16582
16583 * Makefile.in (check-parallel): rm -rf outputs temp.
16584
0b10be4f
JK
165852014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16586
16587 Fix "ERROR: no fileid for" in the testsuite.
16588 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16589
85f224e7
DE
165902014-02-12 Doug Evans <dje@google.com>
16591
16592 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16593 (MISCELLANEOUS): New variable.
16594 (clean): rm -rf $(MISCELLANEOUS).
16595 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16596 dwp live in the same directory as symlinks, with each symlink pointed
16597 to a differently named file in a different directory.
16598
149b30ff
DE
165992014-02-11 Doug Evans <dje@google.com>
16600
16601 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16602 of Tcl file commands.
16603
1dfdac32
MK
166042014-02-10 Mark Kettenis <kettenis@gnu.org>
16605
16606 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16607 "kill -SIGUSR1 -1".
16608
aa4fb036
JB
166092014-02-10 Joel Brobecker <brobecker@adacore.com>
16610
16611 * gdb.ada/tick_length_array_enum_idx: New testcase.
16612
ed3ef339
DE
166132014-02-10 Doug Evans <xdje42@gmail.com>
16614
16615 * configure.ac (AC_OUTPUT): Add gdb.guile.
16616 * configure: Regenerate.
16617 * lib/gdb-guile.exp: New file.
16618 * lib/gdb.exp (get_target_charset): New function.
16619 * gdb.base/help.exp: Update expected output from "apropos apropos".
16620 * gdb.guile/Makefile.in: New file.
16621 * gdb.guile/guile.exp: New file.
16622 * gdb.guile/scm-arch.c: New file.
16623 * gdb.guile/scm-arch.exp: New file.
16624 * gdb.guile/scm-block.c: New file.
16625 * gdb.guile/scm-block.exp: New file.
16626 * gdb.guile/scm-breakpoint.c: New file.
16627 * gdb.guile/scm-breakpoint.exp: New file.
16628 * gdb.guile/scm-disasm.c: New file.
16629 * gdb.guile/scm-disasm.exp: New file.
16630 * gdb.guile/scm-equal.c: New file.
16631 * gdb.guile/scm-equal.exp: New file.
16632 * gdb.guile/scm-error.exp: New file.
16633 * gdb.guile/scm-error.scm: New file.
16634 * gdb.guile/scm-frame-args.c: New file.
16635 * gdb.guile/scm-frame-args.exp: New file.
16636 * gdb.guile/scm-frame-args.scm: New file.
16637 * gdb.guile/scm-frame-inline.c: New file.
16638 * gdb.guile/scm-frame-inline.exp: New file.
16639 * gdb.guile/scm-frame.c: New file.
16640 * gdb.guile/scm-frame.exp: New file.
16641 * gdb.guile/scm-generics.exp: New file.
16642 * gdb.guile/scm-gsmob.exp: New file.
16643 * gdb.guile/scm-iterator.c: New file.
16644 * gdb.guile/scm-iterator.exp: New file.
16645 * gdb.guile/scm-math.c: New file.
16646 * gdb.guile/scm-math.exp: New file.
16647 * gdb.guile/scm-objfile-script-gdb.in: New file.
16648 * gdb.guile/scm-objfile-script.c: New file.
16649 * gdb.guile/scm-objfile-script.exp: New file.
16650 * gdb.guile/scm-objfile.c: New file.
16651 * gdb.guile/scm-objfile.exp: New file.
16652 * gdb.guile/scm-ports.exp: New file.
16653 * gdb.guile/scm-pretty-print.c: New file.
16654 * gdb.guile/scm-pretty-print.exp: New file.
16655 * gdb.guile/scm-pretty-print.scm: New file.
16656 * gdb.guile/scm-section-script.c: New file.
16657 * gdb.guile/scm-section-script.exp: New file.
16658 * gdb.guile/scm-section-script.scm: New file.
16659 * gdb.guile/scm-symbol.c: New file.
16660 * gdb.guile/scm-symbol.exp: New file.
16661 * gdb.guile/scm-symtab-2.c: New file.
16662 * gdb.guile/scm-symtab.c: New file.
16663 * gdb.guile/scm-symtab.exp: New file.
16664 * gdb.guile/scm-type.c: New file.
16665 * gdb.guile/scm-type.exp: New file.
16666 * gdb.guile/scm-value-cc.cc: New file.
16667 * gdb.guile/scm-value-cc.exp: New file.
16668 * gdb.guile/scm-value.c: New file.
16669 * gdb.guile/scm-value.exp: New file.
16670 * gdb.guile/source2.scm: New file.
16671 * gdb.guile/types-module.cc: New file.
16672 * gdb.guile/types-module.exp: New file.
16673
7026a7c1
YQ
166742014-02-10 Yao Qi <yao@codesourcery.com>
16675
16676 PR testsuite/16543
16677 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16678 * configure: Regenerated.
16679 * Makefile.in: New file.
16680
6c466447
AS
166812014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16682
16683 * gdb.python/py-framefilter.exp: Fix typo.
16684
6e854735
YQ
166852014-02-08 Yao Qi <yao@codesourcery.com>
16686
16687 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16688 that no =breakpoint-modified is emitted when breakpoints are
16689 modified through MI commands.
16690
d137e6dc
PA
166912014-02-07 Pedro Alves <pedro@codesourcery.com>
16692 Pedro Alves <palves@redhat.com>
16693
16694 * gdb.threads/step-after-sr-lock.c: New file.
16695 * gdb.threads/step-after-sr-lock.exp: New file.
16696
b5ee5a50
PA
166972014-02-07 Pedro Alves <palves@redhat.com>
16698
16699 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16700
3c77faf3
JK
167012014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16702
16703 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16704 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16705
6dddc817
DE
167062014-02-06 Doug Evans <xdje42@gmail.com>
16707
16708 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16709 output.
16710
16711 * gdb.gdb/python-interrupts.exp: New file.
16712
de7b2893
YQ
167132014-02-05 Yao Qi <yao@codesourcery.com>
16714
16715 * gdb.trace/report.exp (use_collected_data): Test the output
16716 of "info threads" and "info inferiors".
16717
66d032ac
YQ
167182014-02-05 Yao Qi <yao@codesourcery.com>
16719
16720 Revert this patch:
16721
16722 2013-05-24 Yao Qi <yao@codesourcery.com>
16723
16724 * gdb.trace/tfile.exp: Test inferior and thread.
16725
591a12a1
UW
167262014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16727
16728 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16729 on a function.
16730 * gdb.base/step-bt.c: Call hello via function pointer to make
16731 sure its first instruction is executed on powerpc64le-linux.
16732
0ff3e01f
UW
167332014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16734
16735 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16736
084ee545
UW
167372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16738
16739 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16740 of the test patterns for use on little-endian systems.
16741
6ed14ff3
UW
167422014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16743
16744 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16745 (decimal_vector): Fix for little-endian.
16746
401e27fd
JM
167472014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16748
16749 * gdb.arch/sparc-sysstep.exp: New file.
16750 * gdb.arch/sparc-sysstep.c: Likewise.
16751
16752 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16753
8b924729
EBM
167542014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16755
16756 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16757
fb151210
JB
167582014-01-23 Tom Tromey <tromey@redhat.com>
16759
16760 * gdb.ada/array_char_idx: New testcase.
16761
0740f8d8
TT
167622014-01-23 Tom Tromey <tromey@redhat.com>
16763
16764 PR python/16487:
16765 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16766 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16767 classes.
16768
21909fa1
TT
167692014-01-23 Tom Tromey <tromey@redhat.com>
16770
16771 PR python/16491:
16772 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16773 string from an inferior frame.
16774 * gdb.python/py-framefilter-mi.exp: Update.
16775
87ce2a04
DE
167762014-01-22 Doug Evans <dje@google.com>
16777
16778 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16779
237b092b
AA
167802014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16781
16782 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16783
d674a709
AA
167842014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16785
16786 * gdb.trace/entry-values.exp: Remove excess space character from
16787 regex patterns. Handle s390 call instruction.
16788
20fa3390
AA
167892014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16790
16791 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16792 define "*_start" label. Make "name" static.
16793 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16794 ${name} by references to ${name}_start.
16795
78466714
AA
167962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16797
16798 * gdb.base/info-macros.exp: Remove "debug" from the compile
16799 options.
16800
ec9f644a
IB
168012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16802
16803 * gdb.dlang/demangle.exp: New file.
16804
94b1b47e
IB
168052014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16806
16807 * gdb.dlang/primitive-types.exp: New file.
16808
7f420862
IB
168092014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16810
16811 * configure.ac: Create gdb.dlang/Makefile.
16812 * configure: Regenerate.
16813 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16814 * gdb.dlang/Makefile.in: New file.
16815 * lib/d-support.exp: New file.
16816 * lib/gdb.exp (skip_d_tests): New proc.
16817
52834460
MM
168182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16819
16820 * gdb.btrace/delta.exp: Check reverse stepi.
16821 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16822 * gdb.btrace/finish.exp: New.
16823 * gdb.btrace/next.exp: New.
16824 * gdb.btrace/nexti.exp: New.
16825 * gdb.btrace/record_goto.c: Add comments.
16826 * gdb.btrace/step.exp: New.
16827 * gdb.btrace/stepi.exp: New.
16828 * gdb.btrace/multi-thread-step.c: New.
16829 * gdb.btrace/multi-thread-step.exp: New.
16830 * gdb.btrace/rn-dl-bind.c: New.
16831 * gdb.btrace/rn-dl-bind.exp: New.
16832 * gdb.btrace/data.c: New.
16833 * gdb.btrace/data.exp: New.
16834 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16835
6e07b1d2
MM
168362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16837
16838 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16839 * gdb.btrace/exception.exp: Update.
16840 * gdb.btrace/instruction_history.exp: Update.
16841 * gdb.btrace/record_goto.exp: Update.
16842 * gdb.btrace/tailcall.exp: Update.
16843 * gdb.btrace/unknown_functions.exp: Update.
16844 * gdb.btrace/delta.exp: New.
16845
0b722aec
MM
168462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16847
16848 * gdb.btrace/record_goto.exp: Add backtrace test.
16849 * gdb.btrace/tailcall.exp: Add backtrace test.
16850
066ce621
MM
168512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16852
16853 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16854 * gdb.btrace/record_goto.c: New.
16855 * gdb.btrace/record_goto.exp: New.
16856 * gdb.btrace/x86-record_goto.S: New.
16857
0688d04e
MM
168582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16859
16860 * gdb.btrace/function_call_history.exp: Update tests.
16861 * gdb.btrace/instruction_history.exp: Update tests.
16862
8710b709
MM
168632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16864
16865 * gdb.btrace/function_call_history.exp: Fix expected field
16866 order for "record function-call-history".
16867 Add new tests for "record function-call-history /c".
16868 * gdb.btrace/exception.cc: New.
16869 * gdb.btrace/exception.exp: New.
16870 * gdb.btrace/tailcall.exp: New.
16871 * gdb.btrace/x86-tailcall.S: New.
16872 * gdb.btrace/x86-tailcall.c: New.
16873 * gdb.btrace/unknown_functions.c: New.
16874 * gdb.btrace/unknown_functions.exp: New.
16875 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16876
5de9129b
MM
168772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16878
16879 * gdb.btrace/instruction_history.exp: Update.
16880 * gdb.btrace/function_call_history.exp: Update.
16881
23a7fe75
MM
168822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16883
16884 * gdb.btrace/function_call_history.exp: Fix expected function
16885 trace.
16886 * gdb.btrace/instruction_history.exp: Initialize traced.
16887 Remove traced_functions.
16888
724c7dd8
MM
168892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16890
16891 * gdb.btrace/function_call_history.exp: Update
16892 * gdb.btrace/instruction_history.exp: Update.
16893
6d78d93b
MM
168942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16895
16896 * gdb.btrace/enable.exp: Update expected text.
16897
93a360cc
OJ
168982014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16899
16900 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16901 bytes.
16902
3772b53f
MR
169032014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16904
16905 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16906
596662fa
OJ
169072014-01-15 Omair Javaid <omair.javaid@linaro.org>
16908
16909 * lib/gdb.exp (supports_process_record): Return true for
16910 arm*-linux*. (supports_reverse): Likewise.
16911
b5b08fb4
SC
169122014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16913
16914 PR python/15464
16915 PR python/16113
16916 * gdb.python/py-type.c: Enhance test case.
16917 * gdb.python/py-value-cc.cc: Likewise
16918 * gdb.python/py-type.exp: Add new tests.
16919 * gdb.python/py-value-cc.exp: Likewise
16920
52d7fb13
AA
169212014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16922 Pedro Alves <palves@redhat.com>
16923
16924 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16925 Make "name" extern.
16926 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16927 references to ${name}_start by references to ${name}.
16928
a2cd8cfe
JB
169292014-01-10 Joel Brobecker <brobecker@adacore.com>
16930
16931 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16932
4e23fced
JB
169332014-01-10 Joel Brobecker <brobecker@adacore.com>
16934
16935 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16936
c6a9e42c
PA
169372014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16938 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16941 mi_gdb_target_load.
c6a9e42c 16942
b7ea362b
PA
169432014-01-08 Pedro Alves <palves@redhat.com>
16944
16945 * gdb.threads/reconnect-signal.c: New file.
16946 * gdb.threads/reconnect-signal.exp: New file.
16947
5e3f4fab
EBM
169482014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16949
16950 * gdb.base/source-dir.exp: New file.
16951
79301218
JB
169522014-01-07 Joel Brobecker <brobecker@adacore.com>
16953
16954 * gdb.ada/mi_interface: New testcase.
16955
8e355c5d
JB
169562014-01-07 Joel Brobecker <brobecker@adacore.com>
16957
16958 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16959 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16960 gdb.ada/pp-rec-component/pck.ads: New files.
16961
c0d48811
JB
169622014-01-07 Joel Brobecker <brobecker@adacore.com>
16963
16964 * gdb.python/py-pp-integral.c: New file.
16965 * gdb.python/py-pp-integral.py: New file.
16966 * gdb.python/py-pp-integral.exp: New file.
16967
17b609c3 16968For older changes see ChangeLog-1993-2013.
c906108c 16969\f
8d8cb839
EZ
16970;; Local Variables:
16971;; mode: change-log
16972;; left-margin: 8
16973;; fill-column: 74
16974;; version-control: never
16975;; End:
902f2ccb 16976
42a4f53d 16977 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16978 Copying and distribution of this file, with or without modification,
16979 are permitted provided the copyright notice and this notice are preserved.
This page took 3.513515 seconds and 4 git commands to generate.