[gdb/testsuite] Handle unreachable network in server-connect.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
81dc3ab5
TV
12019-09-19 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
5 (gdb_target_cmd): ... here.
6 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7 value 2.
8
b078f3ac
AB
92019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * gdb.base/source-dir.exp: Avoid having directory names in test
12 names.
13
f1b620e9
MG
142019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.base/source-dir.exp: Add extra test for mapped compilation
17 directory.
18
67f3ed6a
AB
192019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.base/list-missing-source.exp: New file.
22
d1b70248
TV
232019-09-14 Tom de Vries <tdevries@suse.de>
24
25 PR teststuite/24599
26 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
27 * lib/ada.exp (gnatmake_version_at_least): New proc.
28
5fabdcd6
AB
292019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.base/maint.exp: Use exec_has_index_section.
32
aa17805f
AB
332019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * gdb.base/maint.exp: Add test for 'maint info sections'.
36
25e5c209
TV
372019-09-12 Tom de Vries <tdevries@suse.de>
38
39 * gdb.base/store.exp: Allow register variables to be optimized out at
40 -O0.
41
4993045d
PW
422019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
43
44 * gdb.ada/rdv_wait.exp: Update to new task names.
45 * gdb.base/task_switch_in_core.exp: Likewise.
46 * gdb.base/info_sources_base.c: Likewise.
47
8a516164
TT
482019-09-10 Tom Tromey <tromey@adacore.com>
49
50 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
51
aa391654
TT
522019-09-10 Tom Tromey <tromey@adacore.com>
53
54 * gdb.ada/dgopt.exp: New file.
55 * gdb.ada/dgopt/x.adb: New file.
56
8634b462
TT
572019-09-08 Tom Tromey <tom@tromey.com>
58
59 * gdb.tui/resize.exp: Remove setup_xfail.
60 * gdb.tui/regs.exp: Remove setup_xfail.
61 * gdb.tui/basic.exp: Remove setup_xfail.
62
736b0f76
DB
632019-09-06 David Blaikie <dblaikie@gmail.com>
64
65 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
66 * gdb.cp/cplabel.exp: Ditto.
67 * gdb.linespec/ls-errs.exp: Ditto.
68
30331a6c
TV
692019-09-05 Tom de Vries <tdevries@suse.de>
70
71 * lib/gdb.exp (cmp_file_string): New proc.
72 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
73 runto_main. Verify save breakpoints output.
74
98b0ebab
PW
752019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
76
77 * gdb.base/info-var.exp: Test info variables without running
78 to main, to avoid expect's buffer overflow.
79
4e962e74
TT
802019-09-03 Tom Tromey <tromey@adacore.com>
81
82 * gdb.ada/bias.exp: New file.
83 * gdb.ada/bias/bias.adb: New file.
84 * gdb.ada/print_chars.exp: Add regression test.
85 * gdb.ada/print_chars/foo.adb (My_Character): New type.
86 (MC): New variable.
87
2ea1a07a
SL
882019-08-29 Sandra Loosemore <sandra@codesourcery.com>
89
90 * gdb.base/argv0-symlink.exp: Run only on native target
91 and local host.
92
8077c50d
TV
932019-08-29 Tom de Vries <tdevries@suse.de>
94
95 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
96 diverse debug info.
97 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
98
48352473
TV
992019-08-28 Tom de Vries <tdevries@suse.de>
100
101 * gdb.base/info-var.exp: Allow info variables to print info for files
102 other than info-var-f1.c and info-var-f2.c.
103
d8f27c60
AB
1042019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.fortran/info-types.exp: Add module.
107 * gdb.fortran/info-types.f90: Update expected results.
108
1f20c35e
AB
1092019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.fortran/info-types.exp: New file.
112 * gdb.fortran/info-types.f90: New file.
113 * lib/fortran.exp (fortran_character1): New proc.
114
4acfdd20
AB
1152019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
118 functions'. Reindent as needed.
119 * gdb.base/info-var-f1.c: New file.
120 * gdb.base/info-var-f2.c: New file.
121 * gdb.base/info-var.exp: New file.
122 * gdb.base/info-var.h: New file.
123
5c31b358
TV
1242019-08-26 Tom de Vries <tdevries@suse.de>
125
126 PR c++/24852
127 * gdb.cp/no-libstdcxx-probe.exp: New test.
128
b694989f
TV
1292019-08-26 Tom de Vries <tdevries@suse.de>
130
131 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
132 * tests need to be skipped.
133 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
134 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
135 mi_skip_libstdcxx_probe_tests.
136
d9c4ba53
SDJ
1372019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
138
139 * gdb.python/py-xmethods.exp: Use raw strings when passing
140 arguments to SimpleXMethodMatcher.
141
395fad09
TV
1422019-08-22 Tom de Vries <tdevries@suse.de>
143
144 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
145 more informative.
146
26c957f1
PA
1472019-08-21 Pedro Alves <palves@redhat.com>
148
149 * gdb.base/with.exp: Test "with" with no arguments.
150
61f80d5d
TV
1512019-08-21 Tom de Vries <tdevries@suse.de>
152
153 * gdb.base/gdb-caching-proc.exp: Sort files.
154
d7a11d13
TV
1552019-08-20 Tom de Vries <tdevries@suse.de>
156
157 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
158 compilation.
159
34dafe9f
TV
1602019-08-16 Tom de Vries <tdevries@suse.de>
161
162 * gdb.base/compare-sections.exp ("after run to main"): Allow
163 mismatched read-only sections for PIE executables.
164
398fdd60
TT
1652019-08-16 Tom Tromey <tom@tromey.com>
166
167 * lib/tuiterm.exp (_csi_Z): New proc.
168 * gdb.tui/basic.exp: Update window positions.
169 * gdb.tui/empty.exp: Update window positions.
170
d8f9e51c
SL
1712019-08-15 Sandra Loosemore <sandra@codesourcery.com>
172
173 * gdb.base/examine-backward.exp: Correct regexp for
174 "examine 3 bytes backward from ${address_zero}".
175
3df505f6
TT
1762019-08-15 Tom Tromey <tom@tromey.com>
177
178 * gdb.tui/empty.exp: Enable resizing tests.
179
272560b5
TT
1802019-08-15 Tom Tromey <tromey@adacore.com>
181
182 * gdb.ada/char_enum.exp: Add regression tests.
183 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
184 and '0'.
185 (Char, Gchar): Update.
186 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
187
08235187
CB
1882019-08-15 Christian Biesinger <cbiesinger@google.com>
189
190 * gdb.python/python.exp: Expect a leading underscore on
191 GdbOutput{,Error}File.
192
22a2ab04
SL
1932019-08-15 Sandra Loosemore <sandra@codesourcery.com>
194
195 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
196 Windows host.
197
835b995b
SL
1982019-08-15 Sandra Loosemore <sandra@codesourcery.com>
199
200 * gdb.base/batch-preserve-term-settings.exp
201 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
202
97dd8e07
CB
2032019-08-15 Christian Biesinger <cbiesinger@google.com>
204
205 * lib/gdb.exp: When running on a mingw target, replace
206 /x/ with x:/.
207
75faf5c4
AH
2082019-08-14 Alan Hayward <alan.hayward@arm.com>
209
210 * gdb.arch/aarch64-prologue.c: New test.
211 * gdb.arch/aarch64-prologue.exp: New file.
212
abc6c00f
TV
2132019-08-13 Tom de Vries <tdevries@suse.de>
214
215 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
216 Thread.
217
74c2c1f4
SL
2182019-08-13 Sandra Loosemore <sandra@codesourcery.com>
219
220 * gdb.python/py-completion.exp: Download the .py file to the host
221 and use its host pathname. Conditionalize tests that use
222 tab completion and manipulate files on the build machine.
223 * gdb.python/py-events.exp: Download the .py file to the host
224 and use its host pathname.
225 * gdb.python/py-evsignal.exp: Likewise.
226 * gdb.python/py-evthreads.exp: Likewise.
227 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
228 pathname syntax.
229 * gdb.python/py-framefilter.exp: Download the .py file to the right
230 place on the host. Match Windows pathname syntax.
231 * gdb.python/py-mi-var-info-path-expression.exp: Download the
232 .py file to the host and use its host pathname.
233 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
234 * gdb.python/py-objfile.exp: Expect a host pathname, not a
235 build pathname. Skip symlink test on Windows host. Add missing
236 newline at end of file.
237 * gdb.python/py-pp-maint.exp: Download the .py file to the host
238 and use its host pathname.
239 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
240 * gdb.python/py-section-script.exp: Use host location of binfile
241 on safe-path. Use correct path separator on Windows host.
242 Reorder alternatives in gdb_test_multiple to prevent matching
243 the wrong alternative on success.
244 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
245
ca2589f3
PP
2462019-08-12 Patrick Palka <patrick@parcs.ath.cx>
247
248 * gdb.gdb/selftest.exp (test_with_self): Update test to now
249 expect the GDB inferior to no longer immediately stop after
250 being resumed with "signal SIGINT".
251
020a839d
SL
2522019-08-09 Sandra Loosemore <sandra@codesourcery.com>
253
254 * gdb.linespec/break-ask.exp: Generalize regexps to match
255 Windows pathnames too.
256
128d6509
TV
2572019-08-08 Tom de Vries <tdevries@suse.de>
258
259 PR testsuite/24862
260 * lib/tuiterm.exp (_accept): Fix CSI regexp.
261
590042fc
PW
2622019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
263
264 * gdb.base/style.exp: Update tests for help doc new invariants.
265 * gdb.base/help.exp: Likewise.
266
046bebe1
TT
2672019-08-06 Tom Tromey <tom@tromey.com>
268
269 * gdb.base/style.exp: Add disassemble test.
270 * gdb.base/style.c (some_called_function): New function.
271 (main): Use it.
272
0b27c27d
CB
2732019-08-05 Christian Biesinger <cbiesinger@google.com>
274
275 * gdb.python/py-block.exp: Test dictionary access on blocks.
276
580f1034
SM
2772019-08-05 Simon Marchi <simon.marchi@efficios.com>
278
279 PR gdb/24863
280 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
281 -list-thread-groups --available test when running under
282 check-read1.
283
d86bd7cb
TV
2842019-08-05 Tom de Vries <tdevries@suse.de>
285
286 PR testsuite/24863
287 * lib/gdb.exp (with_read1_timeout_factor): New proc.
288 * gdb.base/help.exp: Use with_read1_timeout_factor.
289 * gdb.base/info-macros.exp: Same.
290 * gdb.cp/nested-types.exp: Same.
291
a80cf5d8
TV
2922019-08-05 Tom de Vries <tdevries@suse.de>
293
294 * lib/gdb.exp (version_at_least): Factor out of ...
295 (tcl_version_at_least): ... here.
296 (gdb_compile): Fail if pie results in non-PIE executable.
297 (readelf_version, readelf_prints_pie): New proc.
298 (exec_is_pie): Return -1 if unknown.
299
d0962838
TV
3002019-08-05 Tom de Vries <tdevries@suse.de>
301
302 * lib/gdb.exp (tcl_version_at_least): Fix typo.
303
2252ff3d
SL
3042019-08-04 Sandra Loosemore <sandra@codesourcery.com>
305
306 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
307
26655f53
SL
3082019-08-04 Sandra Loosemore <sandra@codesourcery.com>
309
310 * lib/completion-support.exp (test_gdb_complete_none): Skip
311 tab completion tests if no readline support.
312 (test_gdb_complete_unique_re): Likewise.
313 (test_gdb_complete_multiple): Likewise.
314
db4dc13e
PW
3152019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
316
317 * gdb.base/info_sources.exp: New file.
318 * gdb.base/info_sources.c: New file.
319 * gdb.base/info_sources_base.c: New file.
320
0eba165a
PFC
3212019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
322
323 * gdb.base/batch-exit-status.exp: Call test_exit_status with
324 prefix argument.
325 (test_exit_status): Add prefix argument.
326
59bd512b
TV
3272019-08-01 Tom de Vries <tdevries@suse.de>
328
329 PR testsuite/24863
330 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
331 calling exp_continue for new thread and thread exited messages.
332
2a3ad588
TV
3332019-08-01 Tom de Vries <tdevries@suse.de>
334
335 PR testsuite/24863
336 * gdb.base/structs.exp: Fix check-read1 timeout using
337 gdb_test_sequence.
338 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
339
117eb594
TV
3402019-08-01 Tom de Vries <tdevries@suse.de>
341
342 PR testsuite/24863
343 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
344 line.
345
ed591340
TV
3462019-08-01 Tom de Vries <tdevries@suse.de>
347
348 PR testsuite/24863
349 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
350
aa3b6533
TT
3512019-07-30 Tom Tromey <tromey@adacore.com>
352
353 * gdb.ada/display_nested.exp: New file.
354 * gdb.ada/display_nested/foo.adb: New file.
355 * gdb.ada/display_nested/pack.adb: New file.
356 * gdb.ada/display_nested/pack.ads: New file.
357
2906593f
CB
3582019-07-30 Christian Biesinger <cbiesinger@google.com>
359
360 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
361 namespace.
362 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
363
0f575925
TV
3642019-07-30 Tom de Vries <tdevries@suse.de>
365
366 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
367 instead.
368
b13057d9
TV
3692019-07-30 Tom de Vries <tdevries@suse.de>
370
371 PR testsuite/24834
372 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
373 (exec_is_pie): New proc.
374
5c4dde85
CB
3752019-07-29 Christian Biesinger <cbiesinger@google.com>
376
377 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
378
c620ed88
CB
3792019-07-29 Christian Biesinger <cbiesinger@google.com>
380
381 * gdb.python/py-objfile.c: Add global and static vars.
382 * gdb.python/py-objfile.exp: Test new functions Objfile.
383 lookup_global_symbol and lookup_static_symbol.
384
3d235706
TT
3852019-07-29 Tom Tromey <tom@tromey.com>
386
387 * lib/tuiterm.exp (Term::_csi_@): New proc.
388 (Term::_csi_X): Don't move cursor.
389
c7e4c0a6
PW
3902019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
391
392 * gdb.base/options.exp: Update backtrace - completion to
393 new option -frame-info.
394 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
395 Test new 'set print frame-info'. Test backtrace -frame-info
396 overriding 'set print frame-info'.
397 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
398 Test new 'set print frame-info'.
399 Verify consistency of backtrace with and without filters, with and
400 without -no-filters.
401 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
402 default.
403
de28a3b7
TV
4042019-07-29 Tom de Vries <tdevries@suse.de>
405
406 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
407 no arguments".
408
507dd60e
TV
4092019-07-29 Tom de Vries <tdevries@suse.de>
410
411 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
412 is a substring of the first for "complete non-unique file name".
413
5beafce9
TV
4142019-07-29 Tom de Vries <tdevries@suse.de>
415
416 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
417 with ".*".
418
2d274232
TV
4192019-07-29 Tom de Vries <tdevries@suse.de>
420
421 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
422 Pass prompt_regexp parameter to gdb_test_multiple calls.
423
9197cd8b
TV
4242019-07-29 Tom de Vries <tdevries@suse.de>
425
426 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
427 print registers" regexps.
428
b528dae0
TV
4292019-07-29 Tom de Vries <tdevries@suse.de>
430
431 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
432
d17725d7
TV
4332019-07-29 Tom de Vries <tdevries@suse.de>
434
435 PR gdb/24855
436 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
437 (skip_python_tests_prompt): Add prompt_regexp argument to
438 gdb_test_multiple calls.
439
52b75bf1
TT
4402019-07-27 Tom Tromey <tom@tromey.com>
441
442 * gdb.tui/main.exp: New file.
443
2b1d00c2
TT
4442019-07-27 Tom Tromey <tom@tromey.com>
445
446 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
447 optional.
448 * gdb.tui/empty.exp: New file.
449
ded631d5
TT
4502019-07-27 Tom Tromey <tom@tromey.com>
451
452 * lib/tuiterm.exp (spawn): New proc.
453 (Term::resize): New proc.
454 * gdb.tui/resize.exp: New file.
455
58ac439d
TT
4562019-07-27 Tom Tromey <tom@tromey.com>
457
458 * gdb.tui/list.exp: New file.
459
fe1f56ee
TT
4602019-07-27 Tom Tromey <tom@tromey.com>
461
462 * gdb.tui/regs.exp: New file.
463
f790b310
TT
4642019-07-27 Tom Tromey <tom@tromey.com>
465
466 * gdb.tui/basic.exp: Add "layout split" test.
467
d95fc6ee
TT
4682019-07-27 Tom Tromey <tom@tromey.com>
469
470 * gdb.tui/basic.exp: Add "layout asm" test.
471
c3786b3a
TT
4722019-07-27 Tom Tromey <tom@tromey.com>
473
474 * lib/tuiterm.exp: New file.
475 * gdb.tui/basic.exp: New file.
476
98a617f8
KB
4772019-07-27 Kevin Buettner <kevinb@redhat.com>
478
479 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
480 Enable tests associated with this flag. Adjust regex
481 referencing "foo_low" to now refer to "foo_cold" instead.
482
5c076da4
KB
4832019-07-27 Kevin Buettner <kevinb@redhat.com>
484
485 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
486 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
487 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
488 foo_cold. Revise comments to match.
489 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
490 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
491 were wrapped into this proc; Call do_test in loop from outermost
492 level.
493 (foo_low): Rename all occurrences to "foo_cold".
494 (backtrace from baz): New test.
495 (x2/i foo_cold): New test.
496 (info line *foo_cold): New test.
497
1512d3b7
TV
4982019-07-26 Tom de Vries <tdevries@suse.de>
499
500 * gdb.arch/i386-pkru.exp: Fix unterminated string.
501
297989a1
TV
5022019-07-25 Tom de Vries <tdevries@suse.de>
503
504 PR testsuite/24830
505 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
506 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
507 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
508 (skip_libstdcxx_probe_tests): ... here.
509 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
510
b3b965fb
TV
5112019-07-24 Tom de Vries <tdevries@suse.de>
512
513 PR testsuite/24807
514 * gdb.objc/basicclass.m: Include stdio.h.
515 * gdb.objc/nondebug.m: Same.
516 * gdb.objc/objcdecode.m: Same.
517
4625b4d0
TV
5182019-07-24 Tom de Vries <tdevries@suse.de>
519
520 PR testsuite/24612
521 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
522 additional_flags.
523
024a5840
TV
5242019-07-24 Tom de Vries <tdevries@suse.de>
525
526 PR testsuite/24831
527 * gdb.multi/tids.exp: Update error messages for info threads.
528
c76ddaa3
TV
5292019-07-24 Tom de Vries <tdevries@suse.de>
530
531 * gdb.base/info-types.exp: Allow info types to print info for more than
532 one file.
533
9a618ef6
TV
5342019-07-23 Tom de Vries <tdevries@suse.de>
535
536 PR testsuite/24842
537 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
538 gdb_spawn_with_cmdline_opts.
539
40eadf04
SP
5402019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
541
542 * gdb.arch/arm-cmse-sgstubs.c: New test.
543 * gdb.arch/arm-cmse-sgstubs.exp: New file.
544
5ba29434
TV
5452019-07-23 Tom de Vries <tdevries@suse.de>
546
547 PR testsuite/24711
548 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
549 issuing next command.
550
a8e9d247
AB
5512019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.ada/info_auto_lang.exp: Update expected results.
554 * gdb.base/info-types.c: Add additional types to check.
555 * gdb.base/info-types.exp: Update expected results.
556
eb86c5e2
AB
5572019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
558
559 * gdb.base/info-types.c: New file.
560 * gdb.base/info-types.exp: New file.
561
01e175fe
AB
5622019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.arch/riscv-bp-infcall.c: New file.
565 * gdb.arch/riscv-bp-infcall.exp: New file.
566
6b78c3f8
AB
5672019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 PR breakpoints/24541
570 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
571
da738167
TV
5722019-07-14 Tom de Vries <tdevries@suse.de>
573
574 PR testsuite/24760
575 * gdb.objc/basicclass.exp: Fix unterminated string.
576
0d4e84ed
AB
5772019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
578 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
581 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
582 negative bounds.
583 * gdb.fortran/vla-value.exp: Print elements of an array with
584 negative bounds.
585 * gdb.fortran/vla.f90: Setup an array with negative bounds for
586 testing.
587
021d8588
AB
5882019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * gdb.base/options.exp (expect_string): Dequote strings in
591 results.
592 (test-string): Test strings with different quoting and reindent.
593
f06f1252
TT
5942019-07-10 Tom Tromey <tromey@adacore.com>
595
596 * gdb.ada/mi_ex_cond.exp: Update expected results.
597 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
598 * gdb.ada/mi_catch_ex.exp: Update expected results.
599 * gdb.ada/mi_catch_assert.exp: Update expected results.
600 * gdb.ada/catch_ex.exp (catch_exception_info)
601 (catch_exception_entry, catch_assert_entry)
602 (catch_unhandled_entry): Update.
603 * gdb.ada/catch_assert_if.exp: Update expected results.
604
b863685d
RB
6052019-07-10 Richard Bunt <richard.bunt@arm.com>
606 Stephen Roberts <stephen.roberts@arm.com>
607
608 * gdb.base/define.exp: Restore original prompt.
609
cb1e4e32
PA
6102019-07-09 Pedro Alves <palves@redhat.com>
611
612 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
613 breakpoints" output.
614 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
615 * gdb.python/py-breakpoint.exp: No longer expect that "catch
616 throw" creates breakpoint.
617 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
618 'type="catchpoint"'.
619
b58a68fe
PA
6202019-07-09 Pedro Alves <palves@redhat.com>
621
622 PR c++/15468
623 * gdb.cp/except-multi-location-lib.cc: New.
624 * gdb.cp/except-multi-location-main.cc: New.
625 * gdb.cp/except-multi-location.exp: New.
626
0826779b
PW
6272019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
628
629 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
630 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
631 argument and update callers.
632
5b0e2db4
AB
6332019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.arch/amd64-break-on-asm-line.S: New file.
636 * gdb.arch/amd64-break-on-asm-line.exp: New file.
637
1f6f6e21
PW
6382019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
639
640 * gdb.base/printcmds.exp: Test printing C string and
641 C wide string convenience vars without transiting via the inferior.
642 Also make test names unique.
643
ea142fbf
AH
6442019-07-08 Alan Hayward <alan.hayward@arm.com>
645
646 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
647
213fd9fa
PA
6482019-07-04 Pedro Alves <palves@redhat.com>
649
650 * lib/gdb.exp (foreach_with_prefix): Don't return early if
651 body returned ok(0), break(3) or continue(4).
652 * gdb.testsuite/foreach_with_prefix.exp: New file.
653
2b40fda7
AH
6542019-07-04 Alan Hayward <alan.hayward@arm.com>
655
656 * gdb.server/unittest.exp: Allow 0 unit tests to run.
657
a26c8de0
PA
6582019-07-03 Pedro Alves <palves@redhat.com>
659
660 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
661 "return -code".
662
5f4ba3e7
PA
6632019-07-03 Pedro Alves <palves@redhat.com>
664
665 PR cli/24732
666 * gdb.base/shell.exp: Load completion-support.exp.
667 Adjust expected error output. Add completion tests.
668
a994424f
PA
6692019-07-03 Pedro Alves <palves@redhat.com>
670
671 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
672 string_to_regexp.
673
3d9be6f5
PA
6742019-07-03 Pedro Alves <palves@redhat.com>
675
676 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
677 (expect_integer): Adjust to expect "-string".
678 (expect_string): New.
679 (all_options): Expect "-string".
680 (test-flag, test-boolean): Adjust to expect "-string".
681 (test-string): New proc.
682 (top level): Call it.
683
41fc454c
PA
6842019-07-03 Pedro Alves <palves@redhat.com>
685
686 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
687 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
688 the expected output in the success.
689
b2b2a215
PA
6902019-07-03 Pedro Alves <palves@redhat.com>
691
692 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
693 Split one gdb_test_multiple call in two to avoid a race.
694
fdbc9870
PA
6952019-07-03 Pedro Alves <palves@redhat.com>
696
697 * gdb.base/with.c: New file.
698 * gdb.base/with.exp: New file.
699
c6ac8931
PA
7002019-07-03 Pedro Alves <palves@redhat.com>
701
702 * gdb.base/settings.exp: Replace all references to "maint
703 test-settings set" with references to "maint set test-settings",
704 and all references to "maint test-settings show" with references
705 to "maint show test-settings".
706
970f9d09
PA
7072019-07-03 Pedro Alves <palves@redhat.com>
708
709 * gdb.base/settings.exp (test-string): Adjust expected out when
710 testing "maint test-settings show filename"
711
54d66006
PA
7122019-07-02 Pedro Alves <palves@redhat.com>
713
714 * gdb.base/options.exp (test-info-threads): New procedure.
715 (top level): Call it.
716
10d06d82
TT
7172019-06-28 Tom Tromey <tromey@adacore.com>
718
719 * gdb.dwarf2/ada-linkage-name.c: New file.
720 * gdb.dwarf2/ada-linkage-name.exp: New file.
721
3d507ff2
TT
7222019-06-27 Tom Tromey <tromey@adacore.com>
723
724 * gdb.cp/constexpr-field.exp: Use setup_xfail.
725
8af58ffe
TV
7262019-06-26 Tom de Vries <tdevries@suse.de>
727
728 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
729
22e21752
TV
7302019-06-26 Tom de Vries <tdevries@suse.de>
731
732 * gdb.base/index-cache.exp: Add back missing debug option.
733
b65b566c
PW
7342019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
735
736 * gdb.base/alias.exp: Test non matching/non existing prefixes.
737
5c2c8c69
TV
7382019-06-25 Tom de Vries <tdevries@suse.de>
739
740 PR testsuite/24727
741 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
742
164e3873
TV
7432019-06-24 Tom de Vries <tdevries@suse.de>
744
745 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
746
824eacee
TV
7472019-06-24 Tom de Vries <tdevries@suse.de>
748
749 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
750 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
751 * gdb.trace/unavailable-dwarf-piece.exp: Same.
752
385b97d3
TV
7532019-06-24 Tom de Vries <tdevries@suse.de>
754
755 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
756
c596f180
TV
7572019-06-21 Tom de Vries <tdevries@suse.de>
758
759 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
760
b13a7d03
TV
7612019-06-21 Tom de Vries <tdevries@suse.de>
762
763 PR testsuite/24518
764 PR ada/24713
765 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
766 index.
767
899277ae
TT
7682019-06-19 Tom Tromey <tromey@adacore.com>
769
770 * gdb.ada/length_cond.exp: Add intro comment.
771
680e1bee
TT
7722019-06-19 Tom Tromey <tromey@adacore.com>
773
774 * gdb.ada/length_cond.exp: New file.
775 * gdb.ada/length_cond/length_cond.adb: New file.
776 * gdb.ada/length_cond/pck.adb: New file.
777 * gdb.ada/length_cond/pck.ads: New file.
778
0ed4690a
TV
7792019-06-18 Tom de Vries <tdevries@suse.de>
780
781 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
782
d20ed5fd
TT
7832019-06-18 Tom Tromey <tromey@adacore.com>
784
785 * gdb.base/list0.h: Add comment explaining control character.
786
86e04673
TV
7872019-06-18 Tom de Vries <tdevries@suse.de>
788
789 * boards/fission.exp: Break up long debug_flags line.
790
c4973306
SM
7912019-06-16 Tom de Vries <tdevries@suse.de>
792
793 PR gdb/24445
794 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
795 generated index.
796
93cb9841
AB
7972019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 PR gdb/24686
800 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
801 improve detection of bug gdb/24541.
802
399aaebd
SM
8032019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
804
805 PR gdb/24669
806 * gdb.base/index-cache.exp (uses_readnow,
807 expecting_index_cache_use): Define global variable.
808 (test_cache_enabled_miss, test_cache_enabled_hit): Use
809 expecting_index_cache_use.
810
584a927c
AB
8112019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
812 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.fortran/pointers.f90: New file.
815 * gdb.fortran/print_type.exp: New file.
816 * gdb.fortran/vla-ptype.exp: Adapt expected results.
817 * gdb.fortran/vla-type.exp: Likewise.
818 * gdb.fortran/vla-value.exp: Likewise.
819 * gdb.mi/mi-vla-fortran.exp: Likewise.
820
30056ea0
AB
8212019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
824 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
825 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
826 as a stop reason.
827
ec8e2b6d
AB
8282019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.base/annota1.exp: Update expected results.
831 * gdb.cp/annota2.exp: Likewise.
832 * gdb.cp/annota3.exp: Likewise.
833
09e4c4e1
AB
8342019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
835
836 * gdb.base/style-logging.exp: Remove path from test name.
837
0735b091
TT
8382019-06-14 Tom Tromey <tromey@adacore.com>
839
840 PR gdb/24502:
841 * gdb.base/style-logging.exp: New file.
842
f5686554
TT
8432019-06-14 Tom Tromey <tromey@adacore.com>
844
845 * gdb.base/symfile-warn.exp: New file.
846 * gdb.base/symfile-warn.c: New file.
847
a0c1ffed
TT
8482019-06-14 Tom Tromey <tromey@adacore.com>
849
850 * gdb.base/annotate-symlink.exp: New file.
851
f411722c
TT
8522019-06-14 Tom Tromey <tromey@adacore.com>
853
854 * gdb.ada/set_wstr.exp: Add reassignment test.
855
4268ec18
TT
8562019-06-14 Tom Tromey <tromey@adacore.com>
857
858 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
859 'unchecked_access and 'unrestricted_access as well.
860
9a9e394b
TT
8612019-06-14 Tom Tromey <tromey@adacore.com>
862
863 PR ada/24539:
864 * gdb.ada/vla.exp: Update tests.
865 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
866 pragma.
867
4c048731
PA
8682019-06-13 Pedro Alves <palves@redhat.com>
869
870 * gdb.base/settings.exp (test-integer): Test junk after
871 "unlimited".
872
6665660a
PA
8732019-06-13 Pedro Alves <palves@redhat.com>
874
875 * gdb.base/options.exp (test-thread-apply): New.
876 (top level): Call it.
877
5d707134
PA
8782019-06-13 Pedro Alves <palves@redhat.com>
879
880 * gdb.base/options.exp (test-frame-apply): New.
881 (top level): Test print commands with different "frame apply"
882 prefixes.
883
e2a689da
PA
8842019-06-13 Pedro Alves <palves@redhat.com>
885
e79be6e5 886 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
887 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
888 'max_completions' parameter and handle it.
889 (test_gdb_completion_offers_commands): New.
890
90a1ef87
PA
8912019-06-13 Pedro Alves <palves@redhat.com>
892
893 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
894
d4c16835
PA
8952019-06-13 Pedro Alves <palves@redhat.com>
896
897 * gdb.base/options.exp (test-backtrace): New.
898 (top level): Call it.
899
2daf894e
PA
9002019-06-13 Pedro Alves <palves@redhat.com>
901
902 * gdb.guile/scm-frame-args.exp: Use "set print
903 raw-frame-arguments" instead of "set print raw frame-arguments".
904 * gdb.python/py-frame-args.exp: Likewise.
905
e6ed716c
PA
9062019-06-13 Pedro Alves <palves@redhat.com>
907
908 * gdb.compile/compile.exp: Adjust expected output to option
909 processing changes.
910
7d8062de
PA
9112019-06-13 Pedro Alves <palves@redhat.com>
912
913 * gdb.base/options.exp: Build executable.
914 (test-print): New procedure.
915 (top level): Call it, once for "print" and another for "compile
916 print".
917
9d0faba9
PA
9182019-06-13 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/options.c: New file.
921 * gdb.base/options.exp: New file.
922
dee7b4c8
PA
9232019-06-13 Pedro Alves <palves@redhat.com>
924
925 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
926 that "o" is ambiguous.
927
dca0f6c0
PA
9282019-06-13 Pedro Alves <palves@redhat.com>
929
930 * gdb.base/settings.c: New file.
931 * gdb.base/settings.exp: New file.
932
ccf46844
PA
9332019-06-13 Pedro Alves <palves@redhat.com>
934
935 * gdb.base/completion.exp: Fix comment typo.
936
b9a3f842
PA
9372019-06-13 Pedro Alves <palves@redhat.com>
938
939 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
940 foo --1" test.
941
d106773e
PA
9422019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
943
944 * gdb.fortran/block-data.f: New.
945 * gdb.fortran/block-data.exp: New.
946
fea82da0
TV
9472019-06-11 Tom de Vries <tdevries@suse.de>
948
949 PR testsuite/24521
950 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
951 message.
952
8c2e74f1
TV
9532019-06-11 Tom de Vries <tdevries@suse.de>
954
955 PR testsuite/24521
956 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
957
b49851c8
TV
9582019-06-11 Tom de Vries <tdevries@suse.de>
959
960 * boards/readnow.exp: New file.
961
a7067863
AB
9622019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.fortran/vla-sizeof.exp: Update expected results.
965
1a3da2cd
AB
9662019-06-06 Amos Bird <amosbird@gmail.com>
967
968 * gdb.base/annota1.exp (thread_switch): Add test for
969 thread-exited annotation.
970
3847a7bf
TT
9712019-06-06 Tom Tromey <tromey@adacore.com>
972
973 * gdb.base/maint.exp: Expect command started/finished output.
974
0088ba59
AB
9752019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
978 comment.
979 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
980
312617a3
AB
9812019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
984 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
985 * gdb.arch/riscv-unwind-long-insn.c: New file.
986 * gdb.arch/riscv-unwind-long-insn.exp: New file.
987
e1f2e1a2
CB
9882019-06-04 Christian Biesinger <cbiesinger@google.com>
989
d3238f7d 990 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 991
206584bd
PW
9922019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
993
994 * lib/gdb.exp (help_list_trailer): New regexp variable
995 factorizing the help trailer message.
996 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
997 arg to allow to better factorize various tests.
998 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
999 (test_prefix_command_help): Use help_list_trailer.
1000 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1001 * gdb.guile/scm-cmd.exp: Likewise.
1002 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1003 * gdb.base/help.exp: Use test_user_defined_class_help.
1004 * gdb.base/style.exp: Add tests for styling of help and apropos.
1005 * lib/gdb-utils.exp (style): Add title and highlight styles.
1006
708dc93e
PW
10072019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1008
1009 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1010 $_shell_exitsignal.
1011 * gdb.base/default.exp: Update for new convenience variables.
1012
f49055a5
TT
10132019-05-29 Tom Tromey <tromey@adacore.com>
1014
1015 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1016 to "break complete ada" test case's regexp.
1017
4330d61d
TT
10182019-05-29 Tom Tromey <tromey@adacore.com>
1019
1020 PR c++/20020:
1021 * gdb.cp/constexpr-field.exp: New file.
1022 * gdb.cp/constexpr-field.cc: New file.
1023
000439d5
TT
10242019-05-29 Tom Tromey <tromey@adacore.com>
1025
1026 * gdb.base/finish.exp (finish_no_print): New proc.
1027 (finish_tests): Call it.
1028
5a01c34c
TV
10292019-05-24 Tom de Vries <tdevries@suse.de>
1030
1031 * gdb.dwarf2/gdb-add-index.exp: New file.
1032
18125b16
TT
10332019-05-22 Tom Tromey <tromey@adacore.com>
1034
1035 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1036 * gdb.base/style.exp: Use "style".
1037 * lib/gdb-utils.exp (style): New proc.
1038
af1a8d03
TV
10392019-05-22 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.base/align.exp: Require c++11.
1042
e7fe496b
TV
10432019-05-22 Tom de Vries <tdevries@suse.de>
1044
1045 PR testsuite/24586
1046 * gdb.python/py-mi-var-info-path-expression.exp: Call
1047 mi_skip_python_tests to check if python is supported.
1048
8fca4da0
AH
10492019-05-22 Alan Hayward <alan.hayward@arm.com>
1050
1051 * gdb.arch/aarch64-pauth.c: New test.
1052 * gdb.arch/aarch64-pauth.exp: New file.
1053
b7060614
AH
10542019-05-22 Alan Hayward <alan.hayward@arm.com>
1055
1056 * README (Re-running Tests Outside The Testsuite): New section.
1057
669d0468
TV
10582019-05-21 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.arch/amd64-eval.exp: Require c++11.
1061 * gdb.base/max-depth.exp: Same.
1062 * gdb.compile/compile-cplus-array-decay.exp: Same.
1063 * gdb.cp/meth-typedefs.exp: Same.
1064 * gdb.cp/subtypes.exp: Same.
1065 * gdb.cp/temargs.exp: Same.
1066
ce3ebcaa
AH
10672019-05-21 Alan Hayward <alan.hayward@arm.com>
1068
1069 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1070
34d11c68
AB
10712019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 PR gdb/18644
1074 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1075 * gdb.fortran/printing-types.exp: Add new test.
1076 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1077 testing.
1078 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1079 setup_kfail call.
1080
87781e84
AH
10812019-05-17 Alan Hayward <alan.hayward@arm.com>
1082
1083 * README (Running the Testsuite): Change example.
1084 (Testsuite Parameters): Remove TRANSCRIPT.
1085 * lib/gdb.exp: Remove TRANSCRIPT check.
1086
b420b89e
AH
10872019-05-17 Alan Hayward <alan.hayward@arm.com>
1088
1089 * README (Testsuite Parameters): Add replay logging to
1090 GDBSERVER_DEBUG.
1091 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1092 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1093 as a comma separated list.
1094 (gdb_debug_init): Override procedure.
1095
408e9b8b
AH
10962019-05-17 Alan Hayward <alan.hayward@arm.com>
1097
1098 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1099 (gdb_write_cmd_file): New procedure.
1100 * lib/gdbserver-support.exp (gdbserver_start): Call
1101 gdbserver_write_cmd_file.
1102 (gdbserver_write_cmd_file): New procedure.
1103
f9e2e39d
AH
11042019-05-17 Alan Hayward <alan.hayward@arm.com>
1105
1106 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1107 (delete_breakpoints): Likewise.
1108 (gdb_run_cmd): Likewise.
1109 (gdb_start_cmd): Likewise.
1110 (gdb_starti_cmd): Likewise.
1111 (gdb_internal_error_resync): Likewise.
1112 (gdb_test_multiple): Likewise.
1113 (gdb_reinitialize_dir): Likewise.
1114 (default_gdb_exit): Likewise.
1115 (gdb_file_cmd): Mark kill as optional.
1116 (default_gdb_start): Call gdb_stdin_log_init.
1117 (send_gdb): Call gdb_stdin_log_write.
1118 (rerun_to_main): Mark Y as an answer.
1119 (gdb_stdin_log_init): New function.
1120 (gdb_stdin_log_write): Likewise.
1121
81f47ac2
AH
11222019-05-17 Alan Hayward <alan.hayward@arm.com>
1123
1124 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1125 * gdb.base/debug-expr.exp: Likewise.
1126 * gdb.base/foll-fork.exp: Likewise.
1127 * gdb.base/foll-vfork.exp: Likewise.
1128 * gdb.base/fork-print-inferior-events.exp: Likewise.
1129 * gdb.base/gdb-sigterm.exp: Likewise.
1130 * gdb.base/gdbinit-history.exp: Likewise.
1131 * gdb.base/osabi.exp: Likewise.
1132 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1133 * gdb.base/ui-redirect.exp: Likewise.
1134 * gdb.gdb/unittest.exp: Likewise.
1135 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1136 * gdb.mi/mi-watch.exp: Likewise.
1137 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1138 * gdb.mi/user-selected-context-sync.exp: Likewise.
1139 * gdb.python/python.exp: Disable debug test when debugging.
1140 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1141 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1142 Likewise.
1143 * gdb.threads/stepi-random-signal.exp: Likewise.
1144
29b52314
AH
11452019-05-17 Alan Hayward <alan.hayward@arm.com>
1146
1147 * Makefile.in: Pass through GDB_DEBUG.
1148 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1149 (gdb,debug): Add board setting.
1150 * lib/gdb.exp (default_gdb_start): Start debugging.
1151 (gdb_debug_enabled): New procedure.
1152 (gdb_debug_init): Likewise.
29b52314
AH
1153
11542019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1155
29b52314
AH
1156 * Makefile.in: Pass through GDB_DEBUG.
1157 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1158 (gdb,debug): Add board setting.
1159 * lib/gdb.exp (default_gdb_start): Start debugging.
1160 (gdb_debug_enabled): New procedure.
1161 (gdb_debug_init): Likewise.
29b52314 1162
ca1285d1
AH
11632019-05-17 Alan Hayward <alan.hayward@arm.com>
1164
1165 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1166
f3a09c80
AH
11672019-05-17 Alan Hayward <alan.hayward@arm.com>
1168
1169 * gdb.base/ui-redirect.exp: Test redirection.
1170
26648588
JV
11712019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1172
1173 * gdb.mi/mi-complete.exp: New file.
1174 * gdb.mi/mi-complete.cc: Likewise.
1175
14237686
AB
11762019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1177
1178 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1179 indexed and sliced arrays, and pointers to arrays.
1180
e7bd7fba
TT
11812019-05-14 Tom Tromey <tromey@adacore.com>
1182
1183 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1184 styling test.
1185
2764128d
TV
11862019-05-14 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1189 selection entry encoding.
1190
71bed2db
TT
11912019-05-10 Tom Tromey <tromey@adacore.com>
1192
1193 * gdb.ada/info_exc.exp: Add "complete" test.
1194
63b667ad
TV
11952019-05-09 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1198 CU-relative.
1199
9cfd2b89
TV
12002019-05-09 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1203 CU-relative.
1204
2228ef77
XR
12052019-05-08 Joel Brobecker <brobecker@adacore.com>
1206
1207 * gdb.ada/frame_arg_lang.exp: New testcase.
1208 * gdb.ada/frame_arg_lang/bla.adb: New file.
1209 * gdb.ada/frame_arg_lang/pck.ads: New file.
1210 * gdb.ada/frame_arg_lang/pck.adb: New file.
1211 * gdb.ada/frame_arg_lang/foo.c: New file.
1212
80e55b13
TT
12132019-05-08 Tom Tromey <tromey@adacore.com>
1214
1215 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1216
9d3421af
TT
12172019-05-08 Tom Tromey <tromey@adacore.com>
1218
1219 * gdb.base/ptype-offsets.exp: Update tests.
1220
844333e2
TT
12212019-05-08 Tom Tromey <tromey@adacore.com>
1222
1223 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1224 cases.
1225 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1226 "short".
1227
988915ee
TT
12282019-05-08 Tom Tromey <tromey@adacore.com>
1229
1230 * gdb.ada/vla.exp: New file.
1231 * gdb.ada/vla/vla.adb: New file.
1232
7bd55dac
TV
12332019-05-07 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1236
75f06e9d
TV
12372019-05-07 Tom de Vries <tdevries@suse.de>
1238
1239 PR testsuite/24522
1240 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1241 section.
1242
77e7aaa4
TV
12432019-05-07 Tom de Vries <tdevries@suse.de>
1244
1245 PR testsuite/24522
1246 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1247 .debug_aranges section.
1248
456ba0fa
TV
12492019-05-07 Tom de Vries <tdevries@suse.de>
1250
1251 PR testsuite/24159
1252 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1253
5a56d6a6
TV
12542019-05-06 Tom de Vries <tdevries@suse.de>
1255
1256 * lib/gdb.exp (exec_has_index_section): New proc.
1257 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1258 section.
1259
9d6d4be8
TV
12602019-05-04 Tom de Vries <tdevries@suse.de>
1261
1262 * boards/cc-with-debug-names.exp: New file.
1263
222a8d25
TT
12642019-05-03 Tom Tromey <tromey@adacore.com>
1265
1266 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1267 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1268 * gdb.ada/char_enum.exp: Add test.
1269
0fdfd794
TV
12702019-05-03 Tom de Vries <tdevries@suse.de>
1271
1272 * boards/cc-with-gdb-index.exp: New file.
1273
80062eb9
AB
12742019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.rust/simple.exp: Add new test case.
1277 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1278 (main): Initialise an instance of the new struct.
1279
4504bbde
TT
12802019-05-01 Tom Tromey <tromey@adacore.com>
1281
1282 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1283 record.
1284 (NPR): New variable.
1285 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1286 test.
1287
d48e62f4
TT
12882019-05-01 Tom Tromey <tromey@adacore.com>
1289
1290 * gdb.ada/packed_array_assign.exp: Add packed assignment
1291 regression test.
1292
f59f30f5
TV
12932019-05-01 Tom de Vries <tdevries@suse.de>
1294
1295 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1296
b70bfc54
TV
12972019-05-01 Tom de Vries <tdevries@suse.de>
1298
1299 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1300
15f18d14
AT
13012019-04-30 Ali Tamur <tamur@google.com>
1302
1303 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1304
2ff0a947
TT
13052019-04-30 Tom Tromey <tromey@adacore.com>
1306
1307 * lib/ada.exp (find_ada_tool): New proc.
1308 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1309 * gdb.ada/catch_ex_std.exp: New file.
1310 * gdb.ada/catch_ex_std/foo.adb: New file.
1311 * gdb.ada/catch_ex_std/some_package.adb: New file.
1312 * gdb.ada/catch_ex_std/some_package.ads: New file.
1313
a776957c
TT
13142019-04-30 Tom Tromey <tromey@adacore.com>
1315
1316 PR c++/24470:
1317 * gdb.cp/temargs.cc: Add test code from PR.
1318
bc68014d
AB
13192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.fortran/vla-datatypes.exp: Update expected results.
1322 * gdb.fortran/vla-ptype.exp: Likewise.
1323 * gdb.fortran/vla-type.exp: Likewise.
1324 * gdb.fortran/vla-value.exp: Likewise.
1325
f1fdc960
AB
13262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1327
1328 * gdb.fortran/ptr-indentation.exp: Update expected results.
1329 * gdb.fortran/ptype-on-functions.exp: Likewise.
1330 * gdb.fortran/vla-ptr-info.exp: Likewise.
1331 * gdb.fortran/vla-value.exp: Likewise.
1332
bf7a4de1
AB
13332019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.fortran/ptype-on-functions.exp: New file.
1336 * gdb.fortran/ptype-on-functions.f90: New file.
1337
bbe75b9d
AB
13382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1341 case void string.
1342
1db455a7
AB
13432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.fortran/complex.exp: Expand.
1346 * gdb.fortran/complex.f: Renamed to...
1347 * gdb.fortran/complex.f90: ...this, and extended to add more
1348 complex values.
1349
b6d03bb2
AB
13502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1353 MODULO, CMPLX.
1354
2e62ab40
AB
13552019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1356 Richard Bunt <richard.bunt@arm.com>
1357
1358 * gdb.base/max-depth.c: New file.
1359 * gdb.base/max-depth.exp: New file.
1360 * gdb.python/py-nested-maps.c: New file.
1361 * gdb.python/py-nested-maps.exp: New file.
1362 * gdb.python/py-nested-maps.py: New file.
1363 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1364 (test_all_common): Call test_max_depth.
1365 * gdb.fortran/max-depth.exp: New file.
1366 * gdb.fortran/max-depth.f90: New file.
1367 * gdb.go/max-depth.exp: New file.
1368 * gdb.go/max-depth.go: New file.
1369 * gdb.modula2/max-depth.exp: New file.
1370 * gdb.modula2/max-depth.c: New file.
1371 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1372
d2b584a5
TV
13732019-04-29 Tom de Vries <tdevries@suse.de>
1374
1375 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1376
136afab8
PW
13772019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1378
1379 * gdb.base/callexit.exp: Test may-call-functions off.
1380
725cbb63
KS
13812019-04-25 Keith Seitz <keiths@redhat.com>
1382
1383 PR c++/24367
1384 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1385 (another_incomplete_struct, test_incomplete): New definitions.
1386 (main): Use new definitions.
1387 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1388 functions.
1389
82433e3e
SDJ
13902019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1391
1392 PR corefiles/11608
1393 PR corefiles/18187
1394 * gdb.base/coredump-filter-build-id.exp: New file.
1395
dd06d4d6
AH
13962019-04-25 Alan Hayward <alan.hayward@arm.com>
1397
e79be6e5
SM
1398 * Makefile.in: Pass through GDBSERVER_DEBUG.
1399 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1400 (gdbserver,debug): Add board setting.
1401 * gdb.trace/tspeed.exp: Skip when debugging.
1402 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1403 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1404
1670072e
TT
14052019-04-24 Tom Tromey <tromey@adacore.com>
1406
1407 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1408 Rust.
1409
a59240a4
TT
14102019-04-24 Tom Tromey <tromey@adacore.com>
1411
1412 * gdb.arch/amd64-eval.exp: Test bitfield return.
1413 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1414 (class Foo) <return_bitfields>: New method.
1415 (main): Call it.
1416
b907456c
AB
14172019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.cp/many-args.cc: New file.
1420 * gdb.cp/many-args.exp: New file.
1421
5c565afd
TV
14222019-04-23 Tom de Vries <tdevries@suse.de>
1423
1424 PR gdb/24433
1425 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1426
ba22ff86
AH
14272019-04-23 Alan Hayward <alan.hayward@arm.com>
1428
1429 * gdb.trace/backtrace.exp: Use nopie flag.
1430 * gdb.trace/circ.exp: Likewise.
1431 * gdb.trace/collection.exp: Likewise.
1432 * gdb.trace/ftrace.exp: Likewise.
1433 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1434 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1435 * gdb.trace/qtro.exp: Likewise.
1436 * gdb.trace/read-memory.exp: Likewise.
1437 * gdb.trace/report.exp: Likewise.
1438 * gdb.trace/tfile.exp: Likewise.
1439 * gdb.trace/tfind.exp: Likewise.
1440 * gdb.trace/unavailable.exp: Likewise.
1441
7905fc35
PA
14422019-04-22 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.base/solib-probes-nosharedlibrary.c,
1445 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1446
8ecb59f8
TT
14472019-04-19 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.ada/ptype_union.c: New file.
1450 * gdb.ada/ptype_union.exp: New file.
1451
62160ec9
TT
14522019-04-19 Tom Tromey <tromey@adacore.com>
1453
1454 PR symtab/24423:
1455 * gdb.base/list0.h (foo): Add a control-l character.
1456
36cd4ba5
TV
14572019-04-18 Tom de Vries <tdevries@suse.de>
1458
1459 PR gdb/24433
1460 * boards/local-board.exp: Set sysroot to "".
1461
b73715df
TV
14622019-04-18 Tom de Vries <tdevries@suse.de>
1463 Pedro Alves <palves@redhat.com>
1464
1465 PR gdb/24454
1466 * gdb.threads/vfork-follow-child-exec.c: New file.
1467 * gdb.threads/vfork-follow-child-exec.exp: New file.
1468 * gdb.threads/vfork-follow-child-exit.c: New file.
1469 * gdb.threads/vfork-follow-child-exit.exp: New file.
1470
4aa866af
LS
14712019-04-15 Leszek Swirski <leszeks@google.com>
1472
1473 * gdb.arch/amd64-eval.cc: New file.
1474 * gdb.arch/amd64-eval.exp: New file.
1475
e5a1a79a
AH
14762019-04-11 Alan Hayward <alan.hayward@arm.com>
1477
1478 * gdb.server/sysroot.c: New test.
1479 * gdb.server/sysroot.exp: New file.
1480 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1481 matching param.
1482
41077b66
AB
14832019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * gdb.base/align.exp: Extend test to cover structures containing
1486 only static fields.
1487
c30391f8
TV
14882019-04-11 Tom de Vries <tdevries@suse.de>
1489
1490 * boards/cc-with-dwz-m.exp: New file.
1491 * boards/cc-with-dwz.exp: New file.
1492 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1493
e242fd12
SM
14942019-04-09 Simon Marchi <simon.marchi@efficios.com>
1495
1496 * gdb.base/start-cpp.exp: New file.
1497 * gdb.base/start-cpp.cc: New file.
1498
2b0c8b01
KB
14992019-04-08 Kevin Buettner <kevinb@redhat.com>
1500
1501 * gdb.python/py-thrhandle.exp: Adjust tests to call
1502 thread_from_handle instead of thread_from_thread_handle.
1503
947210e5
KB
15042019-04-08 Kevin Buettner <kevinb@redhat.com>
1505
1506 * gdb.python/py-thrhandle.exp: Add tests for
1507 gdb.InferiorThread.handle.
1508
d7df6549
AB
15092019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * gdb.python/py-function.exp: Check calling helper function from
1512 all languages.
1513 * lib/gdb.exp (gdb_supported_languages): New proc.
1514
8bdc1658
AB
15152019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1516
1517 * gdb.base/complex-parts.c: New file.
1518 * gdb.base/complex-parts.exp: New file.
1519
05caa1d2
TT
15202019-04-01 Tom Tromey <tromey@adacore.com>
1521
1522 PR symtab/23331:
1523 * gdb.dwarf2/dw2-ranges-main.c: New file.
1524 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1525 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1526
7734102d
EZ
15272019-03-30 Simon Marchi <simark@simark.ca>
1528
1529 * gdb.base/default.exp: Add values for $_gdb_major and
1530 $_gdb_minor.
1531
188e1fa9
TT
15322019-03-29 Tom Tromey <tromey@adacore.com>
1533
1534 * gdb.base/help.exp: Tighten apropos regexp.
1535
2880242d
KS
15362019-03-29 Keith Seitz <keiths@redhat.com>
1537
1538 * gdb.fortran/array-bounds.exp: New file.
1539 * gdb.fortran/array-bounds.f90: New file.
1540
077cad8e
PW
15412019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1542
1543 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1544
80047cfc
PW
15452019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1546
1547 * gdb.multi/hello.c (main): Increase alarm timer.
1548
f489207e
SL
15492019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1550
1551 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1552 factor when no hardware watchpoint support.
1553
c92df149
AH
15542019-03-28 Alan Hayward <alan.hayward@arm.com>
1555 Pedro Alves <palves@redhat.com>
1556
1557 * boards/local-board.exp: set sysroot to /.
1558
933aebfa
AH
15592019-03-27 Alan Hayward <alan.hayward@arm.com>
1560
1561 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1562 in child.
1563
9f9aa852
AB
15642019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1567 field.
1568 (make_container): Initialise new field.
1569 * gdb.python/py-prettyprint.exp: Add new tests.
1570 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1571 <display_hint>: New method.
1572
3714a195
AB
15732019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1574
1575 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1576 gdb_continue_to_breakpoint more throughout this test.
1577 (run_lang_tests) Supply unique test names, and use
1578 gdb_test_no_output.
1579
18c77628
AB
15802019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.base/finish-pretty.exp: Update expected results.
1583 * gdb.base/pretty-print.c: New file.
1584 * gdb.base/pretty-print.exp: New file.
1585
9a93502f
PA
15862019-03-25 Pedro Alves <palves@redhat.com>
1587
1588 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1589 move comments outside list. Append '-i "" eof' section.
1590
968aa7ae
AH
15912019-03-22 Alan Hayward <alan.hayward@arm.com>
1592
1593 * README: Add pie options.
1594 * gdb.base/break-interp.exp: Ensure pie is disabled.
1595 * gdb.base/dump.exp: Likewise.
1596 * lib/gdb.exp (gdb_compile): Add pie option.
1597
4c7d57e7
TT
15982019-03-19 Tom Tromey <tromey@adacore.com>
1599
1600 * gdb.mi/mi2-cli-display.c: New file.
1601 * gdb.mi/mi2-cli-display.exp: New file.
1602
bff8c71f
TT
16032019-03-18 Joel Brobecker <brobecker@adacore.com>
1604 Tom Tromey <tromey@adacore.com>
1605
1606 * gdb.ada/ptype_array/pck.adb: New file.
1607 * gdb.ada/ptype_array/pck.ads: New file.
1608 * gdb.ada/ptype_array/foo.adb: New file.
1609 * gdb.ada/ptype_array.exp: New file.
1610
d085f989
TT
16112019-03-14 Tom Tromey <tromey@adacore.com>
1612
1613 * gdb.base/style.exp: Add "set style sources" test.
1614
b4be1b06
SM
16152019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1616
1617 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1618 * mi-breakpoint-multiple-locations.exp: ... this.
1619 (make_breakpoints_pattern): New proc.
1620 (do_test): Add mi_version parameter, test -break-insert,
1621 -break-info and =breakpoint-created.
1622
7cde5fc2
AB
16232019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * config/default.exp: Remove 'load_lib gdb.exp'.
1626 * config/monitor.exp: Likewise.
1627 * config/sid.exp: Likewise.
1628 * config/sim.exp: Likewise.
1629 * config/slite.exp: Likewise.
1630 * config/unix.exp: Likewise.
1631 * gdb.base/default.exp: Remove unhelpful comment.
1632
efbecbc1
AB
16332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1634
1635 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1636
0841c79a
AB
16372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1640
4a270568
AB
16412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.fortran/type-kinds.exp: Update expected results.
1644
067630bd
AB
16452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1648
3be47f7a
AB
16492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1652 function.
1653 (test_basic_parsing_of_type_kinds): Expand types tested.
1654 (test_parsing_invalid_type_kinds): New function.
1655
4d00f5d8
AB
16562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.fortran/intrinsics.exp: New file.
1659 * gdb.fortran/intrinsics.f90: New file.
1660 * gdb.fortran/type-kinds.exp: New file.
1661
c8f91604
AB
16622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.fortran/dot-ops.exp: New file.
1665
dd9f2c76
AB
16662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1669 Check upper and lower case logical literals.
1670
84ec9724
AB
16712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1674 Remove duplicate tests.
1675
c3734e09
AH
16762019-03-06 Alan Hayward <alan.hayward@arm.com>
1677
1678 * lib/gdb.exp (builtin_cd): rename of cd.
1679 (cd): Override builtin.
1680
aa3cfbda
RB
16812019-03-06 Richard Bunt <richard.bunt@arm.com>
1682
1683 * gdb.fortran/function-calls.exp: New file.
1684 * gdb.fortran/function-calls.f90: New test.
1685
7b63ad86
RB
16862019-03-04 Richard Bunt <richard.bunt@arm.com>
1687
1688 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1689 on user program standard output.
1690 * gdb.fortran/short-circuit-argument-list.f90: Record function
1691 calls.
1692
01abb042
AH
16932019-02-28 Alan Hayward <alan.hayward@arm.com>
1694
c3734e09
AH
1695 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1696 failure.
01abb042 1697
92137da0
RO
16982019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1699
1700 PR gdb/8527
1701 * gdb.base/interrupt-daemon-attach.c,
1702 gdb.base/interrupt-daemon-attach.exp: New test.
1703
5862844d
PA
17042019-02-27 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.base/page.exp: Add tests for "set width/height -1".
1707
8ed25214
PA
17082019-02-27 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/page.exp: Add tests for "set/show width/height" with
1711 "infinite" values.
1712
6c28e44a
TT
17132019-02-27 Tom Tromey <tromey@adacore.com>
1714
1715 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1716 2.4.
1717 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1718 workaround.
1719
bf9a735e
AB
17202019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1723 tests for structs with static members.
1724
8791793c
TT
17252019-02-26 Tom Tromey <tromey@adacore.com>
1726
1727 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1728 ValueError, not TypeError.
1729
bc2a507e
KB
17302019-02-26 Kevin Buettner <kevinb@redhat.com>
1731
1732 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1733 call from main program.
1734
e0e7d3bd
JB
17352019-02-23 Joel Brobecker <brobecker@adacore.com>
1736
1737 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1738 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1739 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1740 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1741 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1742
9600246d
KS
17432019-02-22 Keith Seitz <keiths@redhat.com>
1744
1745 PR symtab/23853
1746 * gdb.base/symlink-sourcefile.c: New file.
1747 * gdb.base/symlink-sourcefile.exp: New file.
1748
0c95f9ed
TT
17492019-02-20 Tom Tromey <tom@tromey.com>
1750
1751 * gdb.base/info_qt.exp: Update.
1752
6caa91b6
SM
17532019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1754
1755 * gdb.base/source.exp: Move "error in sourced script" code to
1756 the end.
1757 * gdb.base/source-error.gdb: Move contents to
1758 source-error-1.gdb. Add new code to source source-error-1.gdb.
1759 * gdb.base/source-error-1.gdb: New file, from previous
1760 source-error.gdb.
1761
6506371f
TT
17622019-02-17 Tom Tromey <tom@tromey.com>
1763
1764 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1765 for macro styling.
1766 * gdb.base/style.c (SOME_MACRO): New macro.
1767
a0087920
TT
17682019-02-17 Tom Tromey <tom@tromey.com>
1769
1770 * gdb.base/style.exp: Add line-wrapping tests.
1771 * gdb.base/page.exp: Add test for quitting during pagination.
1772
a2cd4f14
JB
17732019-02-17 Joel Brobecker <brobecker@adacore.com>
1774
1775 * gdb.ada/big_packed_array: New testcase.
1776 * gdb.ada/homonym.exp: Fix incorrect expected output for
1777 "break <homonym__get_value>" test.
1778
9d70ffbc
WP
17792019-02-13 Weimin Pan <weimin.pan@oracle.com>
1780
1781 PR breakpoints/21870
1782 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1783 and prepare_for_testing. Add comment.
1784 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1785 redundant cleanup call. Clean up comment.
1786
01c7ae81
WP
17872019-02-12 Weimin Pan <weimin.pan@oracle.com>
1788
1789 PR breakpoints/21870
1790 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1791 * gdb.arch/aarch64-dbreg-contents.c: New file.
1792
aff29d1c
JB
17932019-02-10 Joel Brobecker <brobecker@adacore.com>
1794
1795 * gdb.ada/mi_ref_changeable: New testcase.
1796
df0da8a2
AH
17972019-02-07 Alan Hayward <alan.hayward@arm.com>
1798
1799 * gdb.base/attach.exp: Add double attach test.
1800
bd447abb
SM
18012019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1802
1803 * lib/gdb.exp (default_gdb_start): Don't match pagination
1804 prompt.
1805 (gdb_init): Set stty_init.
1806
1dbc40b9
TT
18072019-01-27 Tom Tromey <tom@tromey.com>
1808
1809 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1810 skip_python_tests.
1811
353229bf
AH
18122019-01-24 Alan Hayward <alan.hayward@arm.com>
1813
1814 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1815 New structure.
1816 (struct struct_static_02_02): Likewise.
1817 (struct struct_static_02_03): Likewise.
1818 (struct struct_static_02_04): Likewise.
1819 (struct struct_static_04_01): Likewise.
1820 (struct struct_static_04_02): Likewise.
1821 (struct struct_static_04_03): Likewise.
1822 (struct struct_static_04_04): Likewise.
1823 (struct struct_static_06_01): Likewise.
1824 (struct struct_static_06_02): Likewise.
1825 (struct struct_static_06_03): Likewise.
1826 (struct struct_static_06_04): Likewise.
1827 (cmp_struct_static_02_01): Likewise.
1828 (cmp_struct_static_02_02): Likewise.
1829 (cmp_struct_static_02_03): Likewise.
1830 (cmp_struct_static_02_04): Likewise.
1831 (cmp_struct_static_04_01): Likewise.
1832 (cmp_struct_static_04_02): Likewise.
1833 (cmp_struct_static_04_03): Likewise.
1834 (cmp_struct_static_04_04): Likewise.
1835 (cmp_struct_static_06_01): Likewise.
1836 (cmp_struct_static_06_02): Likewise.
1837 (cmp_struct_static_06_03): Likewise.
1838 (cmp_struct_static_06_04): Likewise.
1839 (call_all): Test new structs.
1840 * gdb.base/infcall-nested-structs.exp: Likewise.
1841
73021deb
AH
18422019-01-21 Alan Hayward <alan.hayward@arm.com>
1843 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1844
fc65c7db
AH
18452019-01-21 Alan Hayward <alan.hayward@arm.com>
1846 * gdb.base/stack-protector.c: New test.
1847 * gdb.base/stack-protector.exp: New file.
1848 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1849 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1850 option.
1851 (gdb_compile): Remove stack protector for GCC and prevent
1852 recursion.
1853
c24bdb02
KS
18542019-01-16 Keith Seitz <keiths@redhat.com>
1855
1856 PR gdb/23773
1857 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1858
6f072a10
PFC
18592019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1860
1861 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1862 aliases.
1863 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1864 tests.
1865 * gdb.arch/powerpc-vector-regs.c: New file.
1866 * gdb.arch/powerpc-vector-regs.exp: New file.
1867
a7b8d682
PFC
18682019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1869
1870 * gdb.arch/altivec-regs.exp: Fix the list passed to
1871 gdb_expect_list when testing "info vector".
1872
6eb6fb67
AB
18732019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1874
1875 * gdb.base/style.exp: Don't include path in testname.
1876
b56f80d8
KS
18772019-01-10 Keith Seitz <keiths@redhat.com>
1878
1879 PR gdb/23712
1880 PR symtab/23010
1881 * gdb.dwarf2/multidictionary.exp: New file.
1882
041be526
SM
18832019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1884
1885 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1886 (test_gnuv3_style_demangling): ... this.
1887 (test_lucid_style_demangling): Remove.
1888 (test_arm_style_demangling): Remove.
1889 (test_hp_style_demangling): Remove.
1890 (do_tests): Remove calls to the above.
1891
d820d0c3
AB
18922019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1893
1894 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1895 case.
1896
f097f5ad
TT
18972019-01-06 Tom Tromey <tom@tromey.com>
1898
1899 PR gdb/28155:
1900 * gdb.dwarf2/typedef-void-finish.exp: New file.
1901
2cd8cc0b
TT
19022018-12-28 Tom Tromey <tom@tromey.com>
1903 Simon Marchi <simark@simark.ca>
1904
1905 * gdb.base/jit-exec.exp: New file.
1906 * gdb.base/jit-exec.c: New file.
1907 * gdb.base/jit-execd.c: New file.
1908
35fb8261
TT
19092018-12-28 Tom Tromey <tom@tromey.com>
1910
1911 * gdb.base/style.exp: Update test to check for address styling.
1912
47fd17cd
TT
19132018-12-28 Tom Tromey <tom@tromey.com>
1914
1915 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1916 message.
1917
d47032b7
TT
19182018-12-28 Tom Tromey <tom@tromey.com>
1919
1920 * gdb.base/style.exp: Add test for version number styling.
1921
af79b68d
TT
19222018-12-28 Tom Tromey <tom@tromey.com>
1923
1924 * gdb.base/style.exp: Add test for print_address_symbolic.
1925
0bb296cb
TT
19262018-12-28 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.base/style.exp: Add test for breakpoint setting.
1929
80ae2043
TT
19302018-12-28 Tom Tromey <tom@tromey.com>
1931
1932 * gdb.base/style.exp: Add test for variable names.
1933
cbe56571
TT
19342018-12-28 Tom Tromey <tom@tromey.com>
1935
1936 * gdb.base/style.exp: New file.
1937 * gdb.base/style.c: New file.
1938
9162a27c
TT
19392018-12-28 Tom Tromey <tom@tromey.com>
1940
1941 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1942 "dumb".
1943 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1944 the TERM environment variable.
1945
bc543c90
TT
19462018-12-27 Tom Tromey <tom@tromey.com>
1947
1948 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1949 pagination test.
1950
6f0ffe50
AB
19512018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1954 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1955
b5a1e557
PW
19562018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1957
1958 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1959 Filename a.adb changed to bp_fun_addr.adb.
1960 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1961
6e8b1ab2
JV
19622018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1963
1964 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1965 non-PIE executables.
1966 * README: Mention the gdb,nopie_flag board setting.
1967 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1968 non-PIE executable.
1969 * gdb.arch/amd64-entry-value.exp: Likewise.
1970 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1971 * gdb.arch/i386-float.exp: Likewise.
1972 * gdb.arch/i386-signal.exp: Likewise.
1973 * gdb.mi/mi-reg-undefined.exp: Likewise.
1974
d00a27c5
PM
19752018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1976
1977 PR gdb/23974
1978 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1979
161d081c
PW
19802018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1981
1982 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1983 Update order of results accordingly.
1984
b001de23
AB
19852018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1986
1987 * gdb.base/annota1.exp: Update a test regexp.
1988
99e1a184
AB
19892018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1992
7a81c1e2
PW
19932018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1994
1995 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1996 (reuse_time): Initialize to REUSE_TIME_CAP.
1997 (check_rc): New function.
1998 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1999 Check pthread_create rc.
2000 (spawner_thread_func): Check pthread_create and pthread_join rc.
2001
73e8dc90
PA
20022018-12-08 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.base/list.exp (test_forward_search): Rename to ...
2005 (test_forward_reverse_search): ... this. Also test reverse-search
2006 and the forward-search alias.
2007
13f2ed32
AB
20082018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2011 local timeout variable before return, and remove all local timeout
2012 variable entirely.
2013 (gdb_load): Likewise.
2014
64d27cfc
TV
20152018-12-01 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.base/gdb-caching-proc.exp: New file.
2018
f63c03b4
SDJ
20192018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2020
2021 * Makefile.in (TIMESTAMP): New variable.
2022 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2023 command.
2024 (check-single-racy): Likewise.
2025 (check/%.exp): Likewise.
2026 (check-racy/%.exp): Likewise.
2027 (workers/%.worker): Likewise.
2028 (build-perf): Likewise.
2029 (check-perf): Likewise.
2030 * README: Describe new "TS" and "TS_FORMAT" variables.
2031 * print-ts.py: New file.
2032
1c97054b
BF
20332018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2034
2035 PR python/23714
2036 * gdb.python/python.exp: Test command repetition after
2037 gdb.execute.
2038
1871a62d
AB
20392018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2040
2041 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2042 is correctly aligned.
2043
fb5e1ed9
PW
20442018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2045
2046 * gdb.ada/info_auto_lang.exp: New testcase.
2047 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2048 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2049 * gdb.ada/info_auto_lang/some_c.c: New file.
2050
43d397ca
PW
20512018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2052
2053 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2054 FUNC_lang language syntax.
2055
beddd671
PW
20562018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2057
2058 * gdb.base/info_minsym.c: New file.
2059 * gdb.base/info_minsym.exp: New file.
2060
73fc52c4
TT
20612018-11-19 Tom Tromey <tom@tromey.com>
2062
2063 PR rust/23625:
2064 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2065 * gdb.rust/expr.exp: Update expected output. Change one test.
2066
994b876a
TT
20672018-11-19 Tom Tromey <tom@tromey.com>
2068
2069 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2070
6769f276
PA
20712018-11-19 Pedro Alves <palves@redhat.com>
2072
2073 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2074 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2075 see the expected warning.
2076
38a72da0
AH
20772018-11-16 Alan Hayward <alan.hayward@arm.com>
2078
2079 PR gdb/22736:
2080 * gdb.cp/infcall-nodebug-lib.c: New test.
2081 * gdb.cp/infcall-nodebug-main.c: New test.
2082 * gdb.cp/infcall-nodebug.exp: New file.
2083
53a89d6e
SM
20842018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2085
2086 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2087 completer tests.
2088
9325300d
TV
20892018-11-09 Tom de Vries <tdevries@suse.de>
2090
2091 * gdb.base/msym-lang.c: New test.
2092 * gdb.base/msym-lang.exp: New file.
2093 * gdb.base/msym-lang-main.c: New test.
2094
20f0d60d
TT
20952018-11-08 Tom Tromey <tom@tromey.com>
2096
2097 PR gdb/23555:
2098 PR gdb/23838:
2099 * gdb.base/warning.exp: New file.
2100
b5420128
JB
21012018-11-08 Jan Beulich <jbeulich@suse.com>
2102
2103 * testsuite/gdb.arch/i386-avx512.c,
2104 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2105
cd115d61
AB
21062018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2107
2108 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2109 point hardware.
2110
35ee2dc2
AB
21112018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2114 * gdb.dwarf2/missing-type-name.exp: New file.
2115
31aceee8
TV
21162018-11-06 Tom de Vries <tdevries@suse.de>
2117
2118 * gdb.base/many-headers.c: New test.
2119 * gdb.base/many-headers.exp: New file.
2120
109be305
JW
21212018-11-06 Jim Wilson <jimw@sifive.com>
2122
2123 * gdb.base/code_elim.exp: For riscv, set additional_flags
2124 to include -msmall-data-limit=0.
2125
e2b7af72
JB
21262018-11-01 Joel Brobecker <brobecker@adacore.com>
2127
2128 * gdb.ada/watch_minus_l: New testcase.
2129
cdcda965
SM
21302018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2131
2132 * gdb.arch/aix-sighandle.c: New file.
2133 * gdb.arch/aix-sighandle.exp: New file.
2134
92dcebf3
AB
21352018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2138 registers being unions.
2139
68b9ac18
TV
21402018-10-31 Tom de Vries <tdevries@suse.de>
2141
2142 * lib/valgrind.exp: New file.
2143 (vgdb_start, vgdb_stop): New procs, factored out of ...
2144 * gdb.base/valgrind-bt.exp: ... here, ...
2145 * gdb.base/valgrind-disp-step.exp: ... here and ...
2146 * gdb.base/valgrind-infcall.exp: ... here.
2147
1443936e
TV
21482018-10-31 Tom de Vries <tdevries@suse.de>
2149
2150 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2151
eb77c9df
AB
21522018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2153
2154 * gdb.dwarf2/void-type.c: New file.
2155 * gdb.dwarf2/void-type.exp: New file.
2156
82b5e646
PW
21572018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2158
2159 * gdb.base/info_qt.c: New file.
2160 * gdb.base/info_qt.exp: New file.
2161
8d619c01
EBM
21622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2163
2164 * gdb.arch/powerpc-htm-regs.c: New file.
2165 * gdb.arch/powerpc-htm-regs.exp: New file.
2166
f2cf6173
EBM
21672018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2168
2169 * gdb.arch/powerpc-tar.c: New file.
2170 * gdb.arch/powerpc-tar.exp: New file.
2171
7ca18ed6
EBM
21722018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2173
2174 * gdb.arch/powerpc-ppr-dscr.c: New file.
2175 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2176
bfcc0eba
TV
21772018-10-25 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2180
fe1a5cad
TV
21812018-10-24 Tom de Vries <tdevries@suse.de>
2182
2183 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2184 longer exists error.
2185
a76dc3b7
TV
21862018-10-24 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2189
4df46df7
TV
21902018-10-24 Tom de Vries <tdevries@suse.de>
2191
2192 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2193 --db-attach in valgrind.
2194
0dbfcfff
AB
21952018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.arch/riscv-reg-aliases.c: New file.
2198 * gdb.arch/riscv-reg-aliases.exp: New file.
2199
b04480b1
AH
22002018-10-19 Alan Hayward <alan.hayward@arm.com>
2201
2202 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2203
2c6ac8d7
AH
22042018-10-19 Alan Hayward <alan.hayward@arm.com>
2205
2206 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2207
2bc69f25
AH
22082018-10-19 Alan Hayward <alan.hayward@arm.com>
2209
2210 * gdb.cp/ovldbreak.exp: Fix regexps.
2211
1f1ae3a3
AH
22122018-10-19 Alan Hayward <alan.hayward@arm.com>
2213
2214 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2215
94c18618
SDJ
22162018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2217
2218 PR cli/23785
2219 * gdb.base/restore.exp: New test to check if "restore" with an
2220 invalid file doesn't segfault.
2221
812cd6eb
TV
22222018-10-18 Tom de Vries <tdevries@suse.de>
2223
2224 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2225 * gdb.ada/excep_handle.exp: Same.
2226 * gdb.ada/mi_string_access.exp: Same.
2227 * gdb.ada/mi_var_union.exp: Same.
2228 * gdb.arch/arc-analyze-prologue.exp: Same.
2229 * gdb.arch/arc-decode-insn.exp: Same.
2230 * gdb.base/readnever.exp: Same.
2231 * gdb.fortran/printing-types.exp: Same.
2232 * gdb.guile/scm-lazy-string.exp: Same.
2233
c4b90788
TV
22342018-10-16 Tom de Vries <tdevries@suse.de>
2235
2236 PR gdb/23730
2237 * gdb.base/catch-follow-exec.c: Add copyright notice.
2238 * gdb.base/catch-follow-exec.exp: Rewrite to use
2239 gdb_spawn_with_cmdline_opts. Require gdb-native.
2240
8bca2978
SL
22412018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2242
2243 * gdb.trace/actions-changed.exp: Check for arch support.
2244 * gdb.trace/actions.exp: Likewise.
2245 * gdb.trace/ax.exp: Likewise.
2246 * gdb.trace/backtrace.exp: Likewise.
2247 * gdb.trace/change-loc.exp: Likewise.
2248 * gdb.trace/deltrace.exp: Likewise.
2249 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2250 * gdb.trace/ftrace.exp: Likewise.
2251 * gdb.trace/infotrace.exp: Check for arch support.
2252 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2253 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2254 * gdb.trace/mi-tsv-changed.exp: Likewise.
2255 * gdb.trace/packetlen.exp: Likewise.
2256 * gdb.trace/passc-dyn.exp: Likewise.
2257 * gdb.trace/passcount.exp: Likewise.
2258 * gdb.trace/pending.exp: Likewise.
2259 * gdb.trace/range-stepping.exp: Check for shlib support.
2260 * gdb.trace/report.exp: Check for arch support.
2261 * gdb.trace/save-trace.exp: Likewise.
2262 * gdb.trace/signal.exp: Check for signal support.
2263 * gdb.trace/tfind.exp: Check for arch support.
2264 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2265 * gdb.trace/trace-common.h: Add comment.
2266 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2267 * gdb.trace/trace-enable-disable.exp: Likewise.
2268 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2269 * gdb.trace/tracecmd.exp: Check for arch support.
2270 * gdb.trace/tspeed.exp: Check for shlib and target support.
2271 * gdb.trace/tstatus.exp: Check for arch support.
2272 * gdb.trace/tsv.exp: Likewise.
2273 * gdb.trace/while-dyn.exp: Likewise.
2274 * gdb.trace/while-stepping.exp: Likewise.
2275 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2276
f9c49bff
SM
22772018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2278
2279 * gdb.trace/tspeed.exp: Remove nowarnings.
2280 (prepare_for_trace_test): Declare "global ipalib".
2281 * gdb.trace/tspeed.c: Include unistd.h.
2282 (main): Remove superfluous printf argument.
2283
d4330bde
SL
22842018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2285
2286 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2287 directory prefix on the filename.
2288
8ecfd7bd
SDJ
22892018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2290
2291 * gdb.gdb/unittest.exp: Update expected message informing that
2292 selftests have been disabled.
2293 * gdb.server/unittest.exp: Likewise.
2294
58bbcd02
TV
22952018-10-09 Tom de Vries <tdevries@suse.de>
2296
2297 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2298 with runto_main.
2299
9f6b697b
WP
23002018-10-08 Weimin Pan <weimin.pan@oracle.com>
2301
2302 PR c++/16841
2303 * gdb.cp/virtbase2.cc: New file.
2304 * gdb.cp/virtbase2.exp: New file.
2305
add5ded5
TT
23062018-10-06 Tom Tromey <tom@tromey.com>
2307
2308 PR python/19399:
2309 * gdb.python/py-inferior.exp: Add architecture test.
2310
f9e48344
TT
23112018-10-06 Tom Tromey <tom@tromey.com>
2312
2313 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2314 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2315
2a8be203
TT
23162018-10-06 Tom Tromey <tom@tromey.com>
2317
2318 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2319 of a "throw" catchpoint.
2320
e04caa70
SDJ
23212018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2322
2323 * gdb.base/info-proc.exp: Update string expected from "help info
2324 proc".
2325
5ca8c39f
TT
23262018-10-04 Tom Tromey <tom@tromey.com>
2327
2328 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2329 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2330 (test_initial_complaints, test_empty_complaints): Update.
2331 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2332
3453e7e4
TT
23332018-10-04 Tom Tromey <tom@tromey.com>
2334
2335 PR cli/19551:
2336 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2337 * lib/gdb.exp (gdb_file_cmd): Update.
2338 * gdb.stabs/weird.exp (print_weird_var): Update.
2339 * gdb.server/solib-list.exp: Update.
2340 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2341 * gdb.mi/mi-cli.exp: Update.
2342 * gdb.linespec/linespec.exp: Update.
2343 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2344 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2345 * gdb.cp/cp-relocate.exp: Update.
2346 * gdb.base/sym-file.exp: Update.
2347 * gdb.base/relocate.exp: Update.
2348 * gdb.base/readnever.exp: Update.
2349 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2350 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2351 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2352 * gdb.base/code_elim.exp: Update.
2353 * gdb.base/break-unload-file.exp (test_break): Update.
2354 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2355 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2356 Update.
2357 * gdb.base/attach.exp (do_attach_tests): Update.
2358 * gdb.base/sepdebug.exp: Update.
2359 * gdb.python/py-section-script.exp: Update.
2360
6afcf761
TT
23612018-10-04 Tom Tromey <tom@tromey.com>
2362
2363 PR cli/22234:
2364 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2365 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2366 output.
2367
fef1b293
TT
23682018-10-04 Tom Tromey <tom@tromey.com>
2369
2370 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2371 set width and height to 0.
2372 (test_command_line_attach_run): Use -quiet.
2373
ca98345e
SL
23742018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2375
2376 * lib/gdb.exp (skip_ifunc_tests): New.
2377 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2378 other compile failures.
2379 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2380
ff34e6ae
SM
23812018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2382
2383 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2384 is_amd64_regs_target.
2385
6bb8890e
AH
23862018-10-01 Alan Hayward <alan.hayward@arm.com>
2387
2388 * gdb.arch/aarch64-sighandler-regs.c: New test.
2389 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2390 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2391
224d30d3
MM
23922018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2393
2394 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2395 assembly.
2396
f67ffa6a
AB
23972018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.base/frame-selection.exp: New file.
2400 * gdb.base/frame-selection.c: New file.
2401
9fc3183f
AH
24022018-09-27 Alan Hayward <alan.hayward@arm.com>
2403
2404 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2405 pthread barrier.
2406 (main): Likewise.
2407
d354055e
AB
24082018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.base/large-frame-1.c: New file.
2411 * gdb.base/large-frame-2.c: New file.
2412 * gdb.base/large-frame.exp: New file.
2413 * gdb.base/large-frame.h: New file.
2414
db727370
JL
24152018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2416
2417 PR gdb/20948
2418 * gdb.base/write_mem.exp: New test.
2419 * gdb.base/write_mem.c: Likewise.
2420
ae778caf
TT
24212018-09-23 Tom Tromey <tom@tromey.com>
2422
2423 PR python/18852:
2424 * gdb.python/py-parameter.exp: Add test for parameter that throws
2425 on "set".
2426
fd3ba736
TT
24272018-09-23 Tom Tromey <tom@tromey.com>
2428
2429 PR python/17284:
2430 * gdb.python/py-template.exp (test_template_arg): Add test for
2431 negative template argument number.
2432
39a24317
TT
24332018-09-23 Tom Tromey <tom@tromey.com>
2434
2435 PR python/14062:
2436 * gdb.python/python.exp: Add test for post_event error.
2437
f5769a2c
TT
24382018-09-23 Tom Tromey <tom@tromey.com>
2439
2440 PR python/18170:
2441 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2442 convert pointers to int and long.
2443
1c1e54f6
TT
24442018-09-23 Tom Tromey <tom@tromey.com>
2445
2446 PR python/20126:
2447 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2448 signed-ness conversion tests.
2449
fb4fa946
TT
24502018-09-23 Tom Tromey <tom@tromey.com>
2451
2452 PR python/18352;
2453 * gdb.python/py-value.exp (test_float_conversion): New proc.
2454 Use it.
2455
a466edac
HAQ
24562018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2457
2458 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2459
4ee9b0c5
SL
24602018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2461
2462 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2463 no readline.
2464 * gdb.base/utf8-identifiers.exp: Likewise.
2465 * gdb.cp/cpcompletion.exp: Likewise.
2466 * gdb.linespec/cpcompletion.exp: Likewise.
2467 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2468 * gdb.linespec/cpls-ops.exp: Likewise.
2469
23be8da7
RB
24702018-09-19 Richard Bunt <richard.bunt@arm.com>
2471 Chris January <chris.january@arm.com>
2472
2473 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2474 * gdb.fortran/short-circuit-argument-list.exp: New file.
2475 * gdb.fortran/short-circuit-argument-list.f90: New test.
2476
5031d0ae
SDJ
24772018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2478
2479 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2480 "arch=" keyword when executing "-stack-list-frames".
2481
b4c0d1a4
SDJ
24822018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2483
2484 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2485 "arch=" keyword when executing "-stack-list-frames".
2486
7a6d2b45
SDJ
24872018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2488
2489 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2490 break ada".
2491
8588b356
SM
24922018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2493
2494 PR python/23669
2495 * gdb.python/python.exp: Test gdb.execute("show commands").
2496
65e65158
TT
24972018-09-16 Tom Tromey <tom@tromey.com>
2498
2499 * gdb.base/new-ui.exp (do_execution_tests): Update.
2500 * gdb.base/dbx.exp (test_breakpoints): Update.
2501
bf326452
AH
25022018-09-14 Alan Hayward <alan.hayward@arm.com>
2503
2504 * lib/gdb.exp (gdb_simple_compile): Add proc.
2505 (is_elf_target): Use gdb_simple_compile.
2506 (skip_altivec_tests): Likewise.
2507 (skip_vsx_tests): Likewise.
2508 (skip_tsx_tests): Likewise.
2509 (skip_btrace_tests): Likewise.
2510 (skip_btrace_pt_tests): Likewise.
2511 (gdb_can_simple_compile): Likewise.
2512 (gdb_has_argv0): Likewise.
2513 (gdb_target_symbol_prefix): Likewise.
2514 (target_supports_scheduler_locking): Likewise.
2515
2361b0fb
TT
25162018-09-13 Tom Tromey <tom@tromey.com>
2517
2518 * Makefile.in (TAGS): Recognize proc_with_prefix and
2519 gdb_caching_proc.
2520
0ae1a321
SM
25212018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2522
2523 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2524 method.
2525
a40bf0c2
SM
25262018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2527
2528 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2529 and a few other Inferior properties when the Inferior is no
2530 longer valid.
2531
4a3fe98f
TT
25322018-09-13 Tom Tromey <tom@tromey.com>
2533
2534 PR rust/23650:
2535 * gdb.rust/simple.exp: Add test for enum field access error.
2536
098b2108
TT
25372018-09-13 Tom Tromey <tom@tromey.com>
2538
2539 PR rust/23626:
2540 * gdb.rust/simple.rs (EmptyEnum): New type.
2541 (main): Use it.
2542 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2543
1256af7d
SM
25442018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2545
2546 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2547 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2548 * gdb.python/py-symtab.exp: Update test printing an objfile.
2549
4aa8e6c2
SM
25502018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2551
2552 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2553 object.
2554
c221b2f7
AH
25552018-09-12 Alan Hayward <alan.hayward@arm.com>
2556
2557 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2558 (support_complex_tests): Use gdb_can_simple_compile.
2559 (is_ilp32_target): Likewise.
2560 (is_lp64_target): Likewise.
2561 (is_64_target): Likewise.
2562 (is_amd64_regs_target): Likewise.
2563 (is_aarch32_target): Likewise.
2564 (gdb_int128_helper): Likewise.
2565
6f1107b5
JK
25662018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2569
1f5d1570
JG
25702018-09-10 Jerome Guitton <guitton@adacore.com>
2571
2572 * gdb.ada/same_component_name: Add test for case of tagged record
2573 with variable-length fields.
2574
cc330e39
XR
25752018-09-10 Xavier Roirand <roirand@adacore.com>
2576
2577 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2578 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2579 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2580 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2581
b9c50e9a
XR
25822018-09-10 Xavier Roirand <roirand@adacore.com>
2583
2584 * gdb.ada/mi_string_access.exp: New testcase.
2585 * gdb.ada/mi_string_access/bar.adb: New file.
2586 * gdb.ada/mi_string_access/pck.adb: New file.
2587 * gdb.ada/mi_string_access/pck.asd: New file.
2588
2963898f
XR
25892018-09-10 Xavier Roirand <roirand@adacore.com>
2590
2591 * gdb.ada/mi_var_union.exp: New testcase.
2592 * gdb.ada/mi_var_union/bar.adb: New file.
2593 * gdb.ada/mi_var_union/pck.adb: New file.
2594 * gdb.ada/mi_var_union/pck.asd: New file.
2595
1aac008f
TT
25962018-09-08 Tom Tromey <tom@tromey.com>
2597
2598 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2599
332cf4c9
TT
26002018-09-08 Tom Tromey <tom@tromey.com>
2601
2602 PR python/16047:
2603 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2604 (register_pretty_printers): Register new printer.
2605 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2606 test.
2607 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2608 (an_int_type3): New global.
2609
424da6cf
JB
26102018-09-08 Joel Brobecker <brobecker@adacore.com>
2611
2612 * gdb.ada/expr_with_funcall: New testcase.
2613
2a62dfa9
JB
26142018-09-08 Joel Brobecker <brobecker@adacore.com>
2615
2616 * gdb.ada/packed_array_assign: New testcase.
2617
96b6697f
AB
26182018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2619
2620 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2621 names, and add test prefixes to make test names unique.
2622
e4a62c65
TV
26232018-09-05 Tom de Vries <tdevries@suse.de>
2624
2625 * gdb.dwarf2/varval.exp: Add test.
2626
dd083ee2
GB
26272018-09-04 Gary Benson <gbenson@redhat.com>
2628
2629 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2630 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2631
aef9346c
TT
26322018-08-31 Tom Tromey <tom@tromey.com>
2633
2634 * gdb.rust/simple.rs: Rename second variable "v".
2635
c67f2e15
AB
26362018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.base/funcargs.c (use_a): New function.
2639 (recurse): Call use_a.
2640
078a0207
KS
26412018-08-29 Keith Seitz <keiths@redhat.com>
2642
2643 * gdb.compile/compile-cplus-anonymous.cc: New file.
2644 * gdb.compile/compile-cplus-anonymous.exp: New file.
2645 * gdb.compile/compile-cplus-array-decay.cc: New file.
2646 * gdb.compile/compile-cplus-array-decay.exp: New file.
2647 * gdb.compile/compile-cplus-inherit.cc: New file.
2648 * gdb.compile/compile-cplus-inherit.exp: New file.
2649 * gdb.compile/compile-cplus-member.cc: New file.
2650 * gdb.compile/compile-cplus-member.exp: New file.
2651 * gdb.compile/compile-cplus-method.cc: New file.
2652 * gdb.compile/compile-cplus-method.exp: New file.
2653 * gdb.compile/compile-cplus-mod.c: "New" file.
2654 * gdb.compile/compile-cplus-namespace.cc: New file.
2655 * gdb.compile/compile-cplus-namespace.exp: New file.
2656 * gdb.compile/compile-cplus-nested.cc: New file.
2657 * gdb.compile/compile-cplus-nested.exp: New file.
2658 * gdb.compile/compile-cplus-print.c: "New" file.
2659 * gdb.compile/compile-cplus-print.exp: "New" file.
2660 * gdb.compile/compile-cplus-virtual.cc: New file.
2661 * gdb.compile/compile-cplus-virtual.exp: New file.
2662 * gdb.compile/compile-cplus.c: "New" file.
2663 * gdb.compile/compile-cplus.exp: "New" file.
2664 * lib/compile-support.exp: New file.
2665
b0f492b9
GB
26662018-08-16 Gary Benson <gbenson@redhat.com>
2667
2668 PR gdb/13000:
2669 * gdb.base/batch-exit-status.exp: New file.
2670 * gdb.base/batch-exit-status.good-commands: Likewise.
2671 * gdb.base/batch-exit-status.bad-commands: Likewise.
2672
36eb4c5f
AH
26732018-08-29 Alan Hayward <alan.hayward@arm.com>
2674
2675 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2676 (struct struct02): Likewise.
2677 (struct struct03): Likewise.
2678 (struct struct04): Likewise.
2679 (struct struct_01_01): New struct.
2680 (struct struct_01_02): Likewise.
2681 (struct struct_01_03): Likewise.
2682 (struct struct_01_04): Likewise.
2683 (struct struct_02_01): Likewise.
2684 (struct struct_02_02): Likewise.
2685 (struct struct_02_03): Likewise.
2686 (struct struct_02_04): Likewise.
2687 (struct struct_04_01): Likewise.
2688 (struct struct_04_02): Likewise.
2689 (struct struct_04_03): Likewise.
2690 (struct struct_04_04): Likewise.
2691 (struct struct_05_01): Likewise.
2692 (struct struct_05_02): Likewise.
2693 (struct struct_05_03): Likewise.
2694 (struct struct_05_04): Likewise.
2695 (cmp_struct01): Remove function.
2696 (cmp_struct02): Likewise.
2697 (cmp_struct03): Likewise.
2698 (cmp_struct04): Likewise.
2699 (cmp_struct_01_01): Add Function.
2700 (cmp_struct_01_02): Likewise.
2701 (cmp_struct_01_03): Likewise.
2702 (cmp_struct_01_04): Likewise.
2703 (cmp_struct_02_01): Likewise.
2704 (cmp_struct_02_02): Likewise.
2705 (cmp_struct_02_03): Likewise.
2706 (cmp_struct_02_04): Likewise.
2707 (cmp_struct_04_01): Likewise.
2708 (cmp_struct_04_02): Likewise.
2709 (cmp_struct_04_03): Likewise.
2710 (cmp_struct_04_04): Likewise.
2711 (cmp_struct_05_01): Likewise.
2712 (cmp_struct_05_02): Likewise.
2713 (cmp_struct_05_03): Likewise.
2714 (cmp_struct_05_04): Likewise.
2715 (call_all): Add new structs.
2716 * gdb.base/infcall-nested-structs.exp: Likewise.
2717
3bf9c013
JV
27182018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2719
2720 * gdb.python/py-framefilter-mi.exp: Update regexp to
2721 check for "arch" field in frame output.
2722
450d1e88
KB
27232018-08-23 Kevin Buettner <kevinb@redhat.com>
2724
2725 * gdb.dwarf2/dw2-ranges-func.c: New file.
2726 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2727
ae739fe7
SM
27282018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2729
2730 * gdb.base/term.exp: Compare terminal settings with values from
2731 the inferior.
2732 * gdb.base/term.c: Get and set terminal settings.
2733
6d52907e
JV
27342018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2735
2736 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2737 accommodate new "arch" field in frame output.
2738 * gdb.mi/mi-return.exp: Likewise.
2739 * gdb.mi/mi-stack.exp: Likewise.
2740 * gdb.mi/mi-syn-frame.exp: Likewise.
2741 * gdb.mi/user-selected-context-sync.exp: Likewise.
2742
be2d111a
MS
27432018-08-19 Michael Spang <spang@google.com>
2744
2745 PR gdb/11786
2746 * gdb.base/gcore-tls-pie.c: New file.
2747 * gdb.base/gcore-tls-pie.exp: New file.
2748
ae3a7c47
KB
27492018-08-18 Kevin Buettner <kevinb@redhat.com>
2750
2751 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2752 * gdb.dwarf2/varval.c: New file.
2753 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2754
2ecae92e
AH
27552018-08-17 Alan Hayward <alan.hayward@arm.com>
2756
2757 PR gdb/18931
2758 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2759
c1854f1d
KS
27602018-08-16 Keith Seitz <keiths@redhat.com>
2761
2762 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2763 tests expected to pass.
2764
26fb3983
JV
27652018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2766
2767 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2768 -data-disassemble -a.
2769 (test_disassembly_bogus_args): Likewise.
2770
67943c00
AB
27712018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2774
5ff2bbae
AB
27752018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2776
2777 * gdb.base/vla-optimized-out.exp: Add new test.
2778
e5bbcd0f
AB
27792018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.base/vla-optimized-out-o3.exp: Delete.
2782 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2783 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2784 deleted tests.
2785
9d4a934c
AB
27862018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 PR gdb/18050:
2789 * gdb.server/extended-remote-restart.c: New file.
2790 * gdb.server/extended-remote-restart.exp: New file.
2791
045cf012
SM
27922018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2793
2794 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2795 "set variable index = 42".
2796
87d6a7aa
SM
27972018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2798
2799 * boards/index-cache-gdb.exp: New file.
2800 * gdb.dwarf2/index-cache.exp: New file.
2801 * gdb.dwarf2/index-cache.c: New file.
2802 * gdb.base/maint.exp: Check if we are using the index cache.
2803
96d68bd4
RO
28042018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2805
2806 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2807 MAKEFLAGS.
2808
5a699617
RO
28092018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2810
2811 * dg-extract-results.sh: Move to toplevel contrib.
2812 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2813 * Makefile.in (check-parallel-racy): Likewise.
2814
5bd18990
AB
28152018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2818 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2819 tests if the target supports scheduler locking.
2820
3fbbcf47
TV
28212018-08-04 Tom de Vries <tdevries@suse.de>
2822
2823 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2824
3e1d3d8c
TT
28252018-08-02 Tom Tromey <tom@tromey.com>
2826
2827 PR symtab/16842.
2828 * gdb.cp/temargs.exp: Test "info address" of a template
2829 parameter.
2830
5abe0f0c
JV
28312018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2832
2833 * gdb.python/py-mi-var-info-path-expression.c: New file.
2834 * gdb.python/py-mi-var-info-path-expression.py: New file.
2835 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2836
fb66cde8
SDJ
28372018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2838
2839 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2840 error after "cannot resolve name" string.
2841
c708f4d2
AB
28422018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2845 started.
2846 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2847
37cc0cae
TV
28482018-07-28 Tom de Vries <tdevries@suse.de>
2849
2850 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2851
63b4ecf7
TV
28522018-07-26 Tom de Vries <tdevries@suse.de>
2853
2854 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2855
3c3bb058
AB
28562018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2859 is visible.
2860
9e7f3bbb
TV
28612018-07-26 Tom de Vries <tdevries@suse.de>
2862
2863 PR breakpoints/23366
2864 * gdb.base/catch-follow-exec.c: New test.
2865 * gdb.base/catch-follow-exec.exp: New file.
2866
16f808ec
TV
28672018-07-25 Tom de Vries <tdevries@suse.de>
2868
2869 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2870 vla-optimized-out.c.
2871
d7154a8d
JV
28722018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2873
2874 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2875 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2876
232a0032
TV
28772018-07-20 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2880 NOCLONE macro.
2881 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2882
fbb1d502
TV
28832018-07-19 Tom de Vries <tdevries@suse.de>
2884
2885 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2886 regular expression.
2887
42dc7699
TV
28882018-07-18 Tom de Vries <tdevries@suse.de>
2889
2890 * gdb.base/vla-optimized-out.c: New test.
2891 * gdb.base/vla-optimized-out.exp: New file.
2892
7f1f7e23
SDJ
28932018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2894
2895 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2896 message "No address associated with hostname" when gdbserver
2897 cannot resolve the hostname.
2898
5759ebb3
PW
28992018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2900
2901 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2902 Add some test prefixes to make tests unique.
2903
3606ccab
PW
29042018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2905
2906 * gdb.base/frameapply.c: New file.
2907 * gdb.base/frameapply.exp: New file.
2908
529c08b2
PW
29092018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2910
2911 * gdb.base/skip.exp: Update expected error message.
2912
c7ab0aef
SDJ
29132018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2914 Jan Kratochvil <jan.kratochvil@redhat.com>
2915 Paul Fertser <fercerpav@gmail.com>
2916 Tsutomu Seki <sekiriki@gmail.com>
2917
2918 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2919 parameter.
2920 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2921 by default.
2922 * boards/native-gdbserver.exp: Likewise.
2923 * gdb.server/run-without-local-binary.exp: Improve regexp used
2924 for detecting when a remote debugging connection succeeds.
2925 * gdb.server/server-connect.exp: New file.
2926 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2927 Do not prefix the port number with ":".
2928 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2929 support for detecting and using it. Add '$debughost_gdbserver'
2930 to the list of arguments used to start gdbserver. Handle case
2931 when gdbserver cannot resolve a network name.
2932
16ff70dd
SDJ
29332018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2934
2935 PR c++/23373
2936 * gdb.base/ptype-offsets.cc (struct static_member): New
2937 struct.
2938 (main) <stmember>: New variable.
2939 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2940 with a static member in it.
2941
3541979f
AB
29422018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2943
2944 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2945 watchpoints enabled and disabled.
2946
c8ad9b9a
AB
29472018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.base/examine-backward.exp: Still run tests around address
2950 0x0, even if address 0x0 is not readable. Update the pattern for
2951 matching address 0x0 in expected output.
2952
e0e5e971
AB
29532018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2956 malloc/free.
2957
1ea5da02
TV
29582018-07-04 Tom de Vries <tdevries@suse.de>
2959
2960 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2961
471b9d15
MR
29622018-07-02 Maciej W. Rozycki <macro@mips.com>
2963
2964 PR tdep/8282
2965 * gdb.arch/mips-disassembler-options.exp: New test.
2966 * gdb.arch/mips-disassembler-options.s: New test source.
2967
75acb486
PA
29682018-06-29 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.threads/names.exp: Adjust expected "info threads" output.
2971
cd2bb709
PA
29722018-06-29 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.opt/inline-break.exp (line number, address): Add "info
2975 break" tests.
2976
991ff292
PA
29772018-06-29 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2980 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2981 number and address and running to them.
2982
356819b6 29832018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2984
2985 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2986
2512d7ef
JK
29872018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * lib/compiler.c: Remove executable permission flag.
2990
be1b6474
RB
29912018-06-28 Richard Bunt <richard.bunt@arm.com>
2992
2993 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2994 code.
2995 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2996
291f9a96
PT
29972018-06-28 Petr Tesarik <ptesarik@suse.cz>
2998
2999 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3000
ed6dfe51
PT
30012018-06-28 Petr Tesarik <ptesarik@suse.cz>
3002
3003 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3004 address argument is omitted.
3005
d4d429d5
PT
30062018-06-28 Petr Tesarik <ptesarik@suse.cz>
3007
3008 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3009
7ab6656f
OJ
30102018-06-27 Omair Javaid <omair.javaid@linaro.org>
3011
3012 PR gdb/21695
3013 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3014 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3015
a33ccfc7
TT
30162018-06-26 Tom Tromey <tom@tromey.com>
3017
3018 PR rust/22574:
3019 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3020 * gdb.rust/simple.rs (struct SimpleLayout): New.
3021
6d72d289
SM
30222018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3023
3024 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3025 "info registers" output.
3026
8363f9d5
RB
30272018-06-21 Richard Bunt <richard.bunt@arm.com>
3028
3029 * gdb.base/watchpoint-hw-attach.c: New test.
3030 * gdb.base/watchpoint-hw-attach.exp: New file.
3031
f00674fe
SM
30322018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3033
3034 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3035 through /bin/sh.
3036 * boards/dwarf4-gdb-index.exp: Likewise.
3037 * boards/fission-dwp.exp: Likewise.
3038
1d554008
UW
30392018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3040
3041 * gdb.base/float128.exp: Add comment and improved fail message
3042 to the failure case of "print large128" test.
3043
d0ac1c44
SM
30442018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3045
3046 * configure.ac: Remove AC_PREREQ.
3047 * configure: Re-generate.
3048
61b04dd0
PA
30492018-06-19 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3052 (func_extern_caller): New.
3053 (main): Call func_extern_caller.
3054 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3055 logic change.
3056
f63b508a
SM
30572018-06-18 Weimin Pan <weimin.pan@oracle.com>
3058
3059 PR gdb/16841
3060 * gdb.cp/typedef-base.cc: New file.
3061 * gdb.cp/typedef-base.exp: New file.
3062
0fe3a558
TV
30632018-06-18 Tom de Vries <tdevries@suse.de>
3064
3065 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3066
7010835a
AB
30672018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3068 Richard Bunt <Richard.Bunt@arm.com>
3069
3070 * gdb.threads/attach-slow-waitpid.c: New file.
3071 * gdb.threads/attach-slow-waitpid.exp: New file.
3072 * gdb.threads/slow-waitpid.c: New file.
3073
14897d65
PA
30742018-06-14 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.base/fork-running-state.c: Include <errno.h>.
3077 (exit_if_relative_exits): New.
3078 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3079 exits.
3080 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3081 child exits.
3082
5d9a0608
TV
30832018-06-14 Tom de Vries <tdevries@suse.de>
3084
3085 PR cli/22573
3086 * gdb.base/finish-pretty.c: New test.
3087 * gdb.base/finish-pretty.exp: New file.
3088
11ae5818
PA
30892018-06-14 Pedro Alves <palves@redhat.com>
3090
3091 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3092 gdb's expected startup output.
3093
1d39de44
PA
30942018-06-14 Pedro Alves <palves@redhat.com>
3095
3096 * lib/selftest-support.exp (selftest_setup): Remove inlined
3097 function handling.
3098
70ee0000
TV
30992018-06-14 Tom de Vries <tdevries@suse.de>
3100
3101 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3102 matching of breakpoint printing.
3103
11f4b608
TV
31042018-06-13 Tom de Vries <tdevries@suse.de>
3105
3106 PR testsuite/23269
3107 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3108 (fork_child): ... here, and ...
3109 (fork_parent): ... here.
3110
31112018-06-12 Tom de Vries <tdevries@suse.de>
3112
3113 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3114
9516f85a
AB
31152018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3116 Stephen Roberts <stephen.roberts@arm.com>
3117
3118 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3119 rewrite test to describe action performed, rather than possible
3120 failure.
3121
5045b3d7
GB
31222018-06-08 Gary Benson <gbenson@redhat.com>
3123
3124 * gdb.threads/check-libthread-db.exp: New file.
3125 * gdb.threads/check-libthread-db.c: Likewise.
3126
c61b06a1
TT
31272018-06-05 Tom Tromey <tom@tromey.com>
3128
3129 * gdb.base/default.exp: Update expected "show version" output.
3130
eb6af809
TT
31312018-06-05 Tom Tromey <tom@tromey.com>
3132
3133 PR cli/12326:
3134 * gdb.cp/static-print-quit.exp: Update.
3135 * lib/gdb.exp (pagination_prompt): Update.
3136 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3137 * gdb.python/python.exp: Update.
3138
178d6a63
JB
31392018-06-04 Joel Brobecker <brobecker@adacore.com>
3140
3141 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3142
8e817061
JB
31432018-06-01 Joel Brobecker <brobecker@adacore.com>
3144
3145 * gdb.ada/bp_fun_addr: New testcase.
3146
e86ca25f
TT
31472018-06-01 Tom Tromey <tom@tromey.com>
3148
3149 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3150 results.
3151 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3152 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3153 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3154 * gdb.base/maint.exp (maint_pass_if): Update.
3155
4b2dfa9d
MR
31562018-05-31 Maciej W. Rozycki <macro@mips.com>
3157
3158 * gdb.base/endian.exp: New test.
3159 * gdb.base/endian.c: New test source.
3160
45f25d6c
AB
31612018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 PR gdb/23203
3164 * gdb.base/bt-selected-frame.c: New file.
3165 * gdb.base/bt-selected-frame.exp: New file.
3166 * lib/gdb.exp (get_current_frame_number): New function.
3167
d9f6d7f8
MR
31682018-05-24 Maciej W. Rozycki <macro@mips.com>
3169 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.threads/tls-core.c: Include <stdlib.h>
3172 (thread_proc): Call `abort'.
3173 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3174 (tls_core_test): New procedure, bits factored out from ...
3175 (top level): ... here. Test both native cores and gcore cores.
3176
ff1cf532
TT
31772018-05-23 Tom Tromey <tom@tromey.com>
3178
3179 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3180
b98664d3
TT
31812018-05-23 Tom Tromey <tom@tromey.com>
3182
3183 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3184 symfile_complaints.
3185 (test_short_complaints): Likewise.
3186 (test_empty_complaints): Likewise.
3187 (test_initial_complaints): Update.
3188
4e9668d0
TT
31892018-05-23 Tom Tromey <tom@tromey.com>
3190
3191 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3192
43ba33c7
TT
31932018-05-23 Tom Tromey <tom@tromey.com>
3194
3195 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3196 (test_short_complaints): Update.
3197
035522c0
PA
31982018-05-22 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/remote.exp: Only gdb_start after compiling the
3201 testcase. Issue "disconnect" before testing "set remote" command
3202 defaults. Issue clean_restart before running to main.
3203
cc0be08f
PA
32042018-05-22 Pedro Alves <palves@redhat.com>
3205
3206 * gdb.base/remote.exp: Adjust expected output of "show remote
3207 memory-write-packet-size". Add tests for "set remote
3208 memory-write-packet-size 0" and "set remote
3209 memory-write-packet-size fixed/limit".
3210
b1b60145
PA
32112018-05-22 Pedro Alves <palves@redhat.com>
3212
3213 PR gdb/22973
3214 * gdb.base/utf8-identifiers.c: New file.
3215 * gdb.base/utf8-identifiers.exp: New file.
3216
0ec848ad
PFC
32172018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3218
3219 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3220
2c3305f6
PFC
32212018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3222
3223 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3224
ce1e8424
TT
32252018-05-18 Tom Tromey <tom@tromey.com>
3226
3227 * gdb.base/ptype-offsets.exp: Update.
3228
ddfe970e
KS
32292018-05-17 Keith Seitz <keiths@redhat.com>
3230
3231 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3232 in expected breakpoint stop locations.
3233 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3234 move to proper scope to test variable values.
3235 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3236 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3237 New functions.
3238 (main): Call not_inline_func3.
3239 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3240 inline_func1, inline_func2, and inline_func3. Test that when each
3241 breakpoint is hit, GDB properly reports both the stop location
3242 and the backtrace. Repeat tests for temporary breakpoints.
3243
0726fcc6
MR
32442018-05-15 Maciej W. Rozycki <macro@mips.com>
3245
3246 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3247 rather then trying to access it in determining whether the PID
3248 of `gdbserver' could have been retrieved.
3249
8ee22052
AB
32502018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * gdb.arch/amd64-init-x87-values.S: New file.
3253 * gdb.arch/amd64-init-x87-values.exp: New file.
3254
7785df48
JK
32552018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3256
3257 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3258
56bcdbea
TT
32592018-05-04 Tom Tromey <tom@tromey.com>
3260
3261 PR python/22730:
3262 * gdb.python/python.exp: Test multi-line execute.
3263
a913fffb
TT
32642018-05-04 Tom Tromey <tom@tromey.com>
3265
3266 PR python/22731:
3267 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3268
7a2c85f2
TT
32692018-05-04 Tom Tromey <tom@tromey.com>
3270
3271 PR gdb/11750:
3272 * gdb.base/define.exp: Test defining a user command inside a user
3273 command.
3274 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3275
a3b60e45
JK
32762018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3277 Pedro Alves <palves@redhat.com>
3278
3279 PR breakpoints/19806 and support for PR external/20207.
3280 * gdb.base/watchpoint-unaligned.c: New file.
3281 * gdb.base/watchpoint-unaligned.exp: New file.
3282
45fe4a03
AB
32832018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.base/maint.exp: Make test names unique, use
3286 test_prefix_command_help to test 'help maint info', and remove
3287 repeated test of 'help maint'.
3288
9be2ae8f
TT
32892018-05-04 Tom Tromey <tom@tromey.com>
3290
3291 PR gdb/22619:
3292 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3293 behavior.
3294
11859c31
AB
32952018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.base/maint.exp: Process output from 'maint print registers'
3298 line at a time.
3299
089a9490
AB
33002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3301
3302 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3303 timeout.
3304
9b0797e2
AB
33052018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3306
3307 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3308 filter pattern.
3309
f6ac5f3d
PA
33102018-05-02 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3313 to_log_command renames.
3314 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3315
77d3c63b
TT
33162018-05-02 Tom Tromey <tom@tromey.com>
3317
3318 * gdb.python/py-parameter.exp: Set test message.
3319
0489430a
TT
33202018-05-02 Tom Tromey <tom@tromey.com>
3321
3322 PR python/20084:
3323 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3324 PARAM_ZUINTEGER_UNLIMITED tests.
3325
1632f8ba
DR
33262018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3327
3328 PR rust/23124
3329 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3330 when casting.
3331
6d7bb824
TT
33322018-04-30 Tom Tromey <tom@tromey.com>
3333
3334 * gdb.python/py-type.exp: Check align attribute.
3335 * gdb.python/py-type.c: New "aligncheck" global.
3336
007e1530
TT
33372018-04-30 Tom Tromey <tom@tromey.com>
3338
3339 PR exp/17095:
3340 * gdb.dwarf2/dw2-align.exp: New file.
3341 * gdb.cp/align.exp: New file.
3342 * gdb.base/align.exp: New file.
3343 * lib/gdb.exp (gdb_int128_helper): New proc.
3344 (has_int128_c, has_int128_cxx): New caching procs.
3345
6873858b
TT
33462018-04-27 Tom Tromey <tom@tromey.com>
3347
3348 PR rust/22545:
3349 * gdb.rust/simple.exp: Add inclusive range tests.
3350
79188d8d
PA
33512018-04-26 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3354 ifunc breakpoint locations correctly of ifunc breakpoints set
3355 while the program resolves the ifunc.
3356
c7075ad5
PA
33572018-04-26 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.base/gnu-ifunc-final.c: New file.
3360 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3361 * gdb.base/gnu-ifunc.exp (executable): Delete.
3362 (staticexecutable): Adjust.
3363 (lib_opts, exec_opts): Delete.
3364 (make_binsuffix, build, set-break): New procedures.
3365 (misc_tests): New, with tests factored out from the top level.
3366 (top level): Test different combinations of ifunc resolver name,
3367 resolver with and with debug info, and ifunc target with and
3368 without debug info. Wrap static tests with with_target_prefix.
3369
8388016d
PA
33702018-04-26 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3373 return type" warnings.
3374
249b5733
PA
33752018-04-25 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3378 killed".
3379 * gdb.base/kill-after-signal.exp: Likewise.
3380 * gdb.threads/kill.exp: Likewise.
3381
f67c0c91
SDJ
33822018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3383 Sergio Durigan Junior <sergiodj@redhat.com>
3384 Pedro Alves <palves@redhat.com>
3385
3386 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3387 regexps to expect for '[Inferior ... detached]' as well.
3388 * gdb.base/attach.exp: Likewise.
3389 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3390 "gdb_continue_to_end".
3391 (test_catch_syscall_with_wrong_args): Likewise.
3392 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3393 ']'. Don't set 'verbose' on.
3394 * gdb.base/foll-vfork.exp: Likewise.
3395 * gdb.base/fork-print-inferior-events.c: New file.
3396 * gdb.base/fork-print-inferior-events.exp: New file.
3397 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3398 '[Inferior ... has been killed]' message.
3399 * gdb.base/kill-after-signal.exp: Likewise.
3400 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3401 detach message.
3402 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3403 message.
3404 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3405 regexps to expect for '[Inferior ... detached]' as well.
3406 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3407
0a8ddac4
SM
34082018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3409
3410 PR gdb/23104
3411 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3412
d27d16bf
RB
34132018-04-19 Richard Bunt <richard.bunt@arm.com>
3414
3415 * gdb.threads/multiple-successive-infcall.c: New test.
3416 * gdb.threads/multiple-successive-infcall.exp: New file.
3417
a037790e
TT
34182018-04-17 Tom Tromey <tom@tromey.com>
3419
3420 * gdb.rust/simple.rs (Union): New type.
3421 (main): New local "u".
3422 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3423
e3a91079
AA
34242018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3425
3426 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3427 number information in output of "whereis" command.
3428 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3429
b744723f
AA
34302018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3431
3432 * gdb.ada/info_types.exp: Adjust expected output to the line
3433 numbers now printed by "info var/func/type".
3434 * gdb.base/completion.exp: Likewise.
3435 * gdb.base/included.exp: Likewise.
3436 * gdb.cp/cp-relocate.exp: Likewise.
3437 * gdb.cp/cplusfuncs.exp: Likewise.
3438 * gdb.cp/namespace.exp: Likewise.
3439 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3440
4a4495d6
MM
34412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3442
3443 * gdb.btrace/cpu.exp: New.
3444
1d509aa6
MM
34452018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3446
3447 * gdb.base/step-indirect-call-thunk.exp: New.
3448 * gdb.base/step-indirect-call-thunk.c: New.
3449 * gdb.reverse/step-indirect-call-thunk.exp: New.
3450 * gdb.reverse/step-indirect-call-thunk.c: New.
3451
6295b6da
SM
34522018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3453
3454 * gdb.base/pie-fork.c: New file.
3455 * gdb.base/pie-fork.exp: New file.
3456
50146e70
TT
34572018-04-11 Tom Tromey <tom@tromey.com>
3458
3459 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3460
f50d8a2e
PA
34612018-04-10 Pedro Alves <palves@redhat.com>
3462
3463 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3464 exits. Instead loop running forever.
3465 (fork_parent): Run forever too.
3466
a0be7a36
SM
34672018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3468
3469 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3470 mi_continue_to_line.
3471 * gdb.mi/mi-stack.c (callee4): Add comment.
3472
9b73db36
SM
34732018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3474
3475 * gdb.mi/mi-stack.exp: Fix indentation.
3476
c912f608
SM
34772018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 PR gdb/22979
3480 * gdb.arch/amd64-osabi.exp: New file.
3481
26540402
SM
34822018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3483
3484 PR gdb/22980
3485 * gdb.base/osabi.exp: New file.
3486
121ad66c 34872018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3488
3489 * gdb.cp/static-typedef-print.exp: New file.
3490 * gdb.cp/static-typedef-print.cc: New file.
3491
3fcded8f
JB
34922018-03-27 Joel Brobecker <brobecker@adacore.com>
3493
3494 * gdb.ada/varsize_limit: New testcase.
3495
59cc4834
JB
34962018-03-27 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3499
3500 * gdb.ada/notcplusplus: New testcase.
3501
3502 * gdb.base/c-linkage-name.c: New file.
3503 * gdb.base/c-linkage-name.exp: New testcase.
3504
4ca59a9f
TT
35052018-03-26 Tom Tromey <tom@tromey.com>
3506
3507 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3508 * gdb.python/py-framefilter.py (name_error): New global.
3509 (ErrorInName.function): Use name_error.
3510
978d6c75
TT
35112018-03-26 Tom Tromey <tom@tromey.com>
3512
3513 PR backtrace/15582:
3514 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3515
b7fee5a3
KS
35162018-03-23 Keith Seitz <keiths@redhat.com>
3517
3518 PR c++/22968
3519 * gdb.cp/subtypes.exp: New file.
3520 * gdb.cp/subtypes.h: New file.
3521 * gdb.cp/subtypes.cc: New file.
3522 * gdb.cp/subtypes-2.cc: New file.
3523
376be529
AB
35242018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3527 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3528 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3529 -nostartfiles when compiling the test. Confirm that all registers
3530 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3531
066cfa98
AB
35322018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3533
3534 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3535 option, syntax was wrong anyway.
3536 * gdb.arch/arm-disp-step.exp: Likewise.
3537 * gdb.arch/sparc64-regs.exp: Likewise.
3538 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3539 option, syntax was wrong anyway, switch to use
3540 prepare_for_testing.
3541 * gdb.arch/i386-disp-step.exp: Likewise.
3542
079670b9
AA
35432018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3544
3545 * gdb.ada/exec_changed.exp: Replace "target_info exists
3546 use_gdb_stub" by "use_gdb_stub".
3547 * gdb.ada/start.exp: Likewise.
3548 * gdb.base/async-shell.exp: Likewise.
3549 * gdb.base/attach-pie-misread.exp: Likewise.
3550 * gdb.base/attach-wait-input.exp: Likewise.
3551 * gdb.base/break-entry.exp: Likewise.
3552 * gdb.base/break-interp.exp: Likewise.
3553 * gdb.base/dprintf-detach.exp: Likewise.
3554 * gdb.base/nostdlib.exp: Likewise.
3555 * gdb.base/solib-nodir.exp: Likewise.
3556 * gdb.base/statistics.exp: Likewise.
3557 * gdb.base/testenv.exp: Likewise.
3558 * gdb.mi/mi-exec-run.exp: Likewise.
3559 * gdb.mi/mi-start.exp: Likewise.
3560 * gdb.multi/dummy-frame-restore.exp: Likewise.
3561 * gdb.multi/multi-arch-exec.exp: Likewise.
3562 * gdb.multi/multi-arch.exp: Likewise.
3563 * gdb.multi/tids.exp: Likewise.
3564 * gdb.multi/watchpoint-multi.exp: Likewise.
3565 * gdb.python/py-events.exp: Likewise.
3566 * gdb.threads/attach-into-signal.exp: Likewise.
3567 * gdb.threads/attach-stopped.exp: Likewise.
3568 * gdb.threads/threadapply.exp: Likewise.
3569 * lib/selftest-support.exp: Likewise.
3570
26d6cec4
AA
35712018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3572
3573 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3574
4ee89e90
SR
35752018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3576
3577 * gdb.perf/template-breakpoints.cc: New file.
3578 * gdb.perf/template-breakpoints.exp: New file.
3579 * gdb.perf/template-breakpoints.py: New file.
3580
92630041
TT
35812018-03-19 Tom Tromey <tom@tromey.com>
3582
3583 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3584 y0.
3585 * gdb.rust/simple.exp: Test bare identifier form of struct
3586 initializer.
3587
76727919
TT
35882018-03-19 Tom Tromey <tom@tromey.com>
3589
3590 * gdb.gdb/observer.exp: Remove.
3591
194ed413
AA
35922018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3593
3594 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3595 "qualified" option when setting breakpoints.
3596 * gdb.trace/backtrace.exp: Likewise.
3597 * gdb.trace/circ.exp: Likewise.
3598 * gdb.trace/collection.exp: Likewise.
3599 * gdb.trace/disconnected-tracing.exp: Likewise.
3600 * gdb.trace/ftrace-lock.exp: Likewise.
3601 * gdb.trace/ftrace.exp: Likewise.
3602 * gdb.trace/infotrace.exp: Likewise.
3603 * gdb.trace/packetlen.exp: Likewise.
3604 * gdb.trace/passc-dyn.exp: Likewise.
3605 * gdb.trace/qtro.exp: Likewise.
3606 * gdb.trace/read-memory.exp: Likewise.
3607 * gdb.trace/report.exp: Likewise.
3608 * gdb.trace/signal.exp: Likewise.
3609 * gdb.trace/status-stop.exp: Likewise.
3610 * gdb.trace/strace.exp: Likewise.
3611 * gdb.trace/tfind.exp: Likewise.
3612 * gdb.trace/trace-break.exp: Likewise.
3613 * gdb.trace/trace-condition.exp: Likewise.
3614 * gdb.trace/trace-mt.exp: Likewise.
3615 * gdb.trace/tstatus.exp: Likewise.
3616 * gdb.trace/tsv.exp: Likewise.
3617 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3618 * gdb.trace/unavailable.exp: Likewise.
3619 * gdb.trace/while-dyn.exp: Likewise.
3620
8b067d2c
AA
36212018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3622
3623 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3624 that libinproctrace is copied to the target.
3625
3ae9ce5d
TT
36262018-03-14 Tom Tromey <tom@tromey.com>
3627
3628 PR cli/14977:
3629 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3630 a null pointer.
3631 * gdb.base/wchar.exp: Likewise.
3632
b8c2339b
TT
36332018-03-14 Tom Tromey <tom@tromey.com>
3634
3635 PR cli/19918:
3636 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3637 flag.
3638
4872dc46
SM
36392018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3640
3641 PR gdb/22841
3642 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3643 "target" to remote_exec.
3644
e4fe3756
SM
36452018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3646
3647 PR gdb/22841
3648 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3649 ${board}_upload): Remove.
3650
e95a97d4
AA
36512018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3652
3653 * gdb.cp/watch-cp.cc: New test.
3654 * gdb.cp/watch-cp.exp: New file.
3655
dbbb1059
AB
36562018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.base/infcall-nested-structs.exp: New file.
3659 * gdb.base/infcall-nested-structs.c: New file.
3660 * gdb.base/float.exp: Add riscv support.
3661
ecc054c0
TP
36622018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3663
3664 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3665 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3666
25e3c82c
SDJ
36672018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3668
3669 * gdb.server/abspath.exp: New file.
3670 * lib/gdb.exp (with_cwd): New procedure.
3671
3083294d
SM
36722018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3675 use it.
3676 (gdb_is_target_remote_prompt): New proc.
3677 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3678 (gdb_is_target_native): Pass prompt parameter to
3679 gdb_is_target_1.
3680
3275ef47
SM
36812018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3682
3683 * gdb.base/load-command.c: New file.
3684 * gdb.base/load-command.exp: New file.
3685 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3686 (gdb_is_target_1): ...this, and generalize for other targets
3687 than just remote.
3688 (gdb_is_target_remote): Use gdb_is_target_1.
3689 (gdb_is_target_native): use gdb_is_target_1.
3690
6893c19a
TT
36912018-02-26 Tom Tromey <tom@tromey.com>
3692
3693 PR python/16497:
3694 * gdb.python/py-framefilter.exp: Update test.
3695
2ddeaf8a
TT
36962018-02-26 Tom Tromey <tom@tromey.com>
3697
3698 * gdb.dwarf2/variant.c: New file.
3699 * gdb.dwarf2/variant.exp: New file.
3700
c9317f21
TT
37012018-02-26 Tom Tromey <tom@tromey.com>
3702
3703 * gdb.rust/simple.exp: Accept more possible results in enum test.
3704
6f6d0c26
SM
37052018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3706
3707 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3708 parentheses.
3709
11b03145
MR
37102018-02-23 Maciej W. Rozycki <macro@mips.com>
3711
3712 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3713 name of a variable: $actual_linejj -> $actual_line.
3714
54a27fe5
JB
37152018-02-21 John Baldwin <jhb@FreeBSD.org>
3716
3717 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3718
de65820c
MM
37192018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3720
3721 * gdb.btrace/buffer-size.exp: Do not force BTS.
3722
980548fd
PA
37232018-02-14 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3726 getting a "Quit".
3727
c4e12631
MM
37282018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3729
3730 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3731 Fix test name.
3732
c2e0e465
SM
37332018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3734
3735 * gdb.cp/m-static.exp: Check type of optimized out static
3736 member.
3737
f7216783
AB
37382018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3741 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3742
0625771b
LS
37432018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3744 Leszek Swirski <leszeks@google.com>
3745
3746 * gdb.python/py-prettyprint.c
3747 (struct to_string_returns_value_inner,
3748 struct to_string_returns_value_wrapper): New.
3749 (main): Add tsrvw variable.
3750 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3751 ToStringReturnsValueWrapper): New classes.
3752 (register_pretty_printers): Register new pretty-printers.
3753 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3754 recursive pretty printer.
3755 * gdb.python/py-mi.exp: Likewise.
3756
59498c30
LS
37572018-02-01 Leszek Swirski <leszeks@google.com>
3758
3759 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3760 functions with the same name as an include file are parsed
3761 correctly.
3762
d4d38844
YQ
37632018-02-01 Yao Qi <yao.qi@linaro.org>
3764
3765 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3766 "\[^\r\n\]*".
3767
07e5f5cf
NP
37682018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3769
3770 * gdb.arch/powerpc-prologue-frame.s: New file.
3771 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3772 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3773
929b5ad4
JB
37742018-01-31 Joel Brobecker <brobecker@adacore.com>
3775
3776 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3777
e671cd59
PA
37782018-01-30 Pedro Alves <palves@redhat.com>
3779
3780 PR gdb/13211
3781 * gdb.base/interrupt-daemon.c: New.
3782 * gdb.base/interrupt-daemon.exp: New.
3783 * gdb.multi/multi-term-settings.c: New.
3784 * gdb.multi/multi-term-settings.exp: New.
3785
fc413dc4
JB
37862018-01-30 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdb.base/break.exp: Save the location where the breakpoint
3789 on break.c:47 was actually inserted when debugging the version
3790 compiled at -O2 and use it in the expected output of the "info
3791 break" test performed soon after.
3792
5c319bb2
PA
37932018-01-22 Pedro Alves <palves@redhat.com>
3794 Sergio Durigan Junior <sergiodj@redhat.com>
3795
3796 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3797 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3798
a9e40818
JB
37992018-01-22 Joel Brobecker <brobecker@adacore.com>
3800
3801 * gdb.base/break-include.c, gdb.base/break-include.inc,
3802 gdb.base/break-include.exp: New files.
3803 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3804 line number now being the actual line number where the breakpoint
3805 was inserted.
3806 * gdb.mi/mi-break.exp: Likewise.
3807 * gdb.mi/mi-reverse.exp: Likewise.
3808 * gdb.mi/mi-simplerun.exp: Ditto.
3809
e707fc44
AB
38102018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3811
3812 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3813 varobj.
3814 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3815
ae451627
AB
38162018-01-21 Don Breazeal <donb@codesourcery.com>
3817 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb.mi/basics.c: Add new global.
3820 * gdb.mi/mi-frame-regs.exp: New file.
3821 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3822 case.
3823
b1b189e0
AB
38242018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3825
3826 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3827 non-parameter, and on an unknown symbol.
3828
fcfcc376
TT
38292018-01-19 Tom Tromey <tom@tromey.com>
3830
3831 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3832 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3833
634c1c31
AA
38342018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3835
3836 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3837 setrlimit and chdir to int.
3838
d6ad07fd
AA
38392018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3840
3841 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3842 function.
3843 (my_tend): Likewise.
3844 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3845 rationale of avoiding FP- and vector instructions.
3846
adf8243b
RK
38472018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3848
3849 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3850 "info reg" with "\[ \t\]*".
3851 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3852 "\[ \t\]+".
3853 * gdb.arch/s390-multiarch.exp: Ditto.
3854 * gdb.base/pc-fp.exp: Ditto.
3855 * gdb.reverse/i386-precsave.exp: Ditto.
3856 * gdb.reverse/i386-reverse.exp: Ditto.
3857 * gdb.reverse/i387-env-reverse.exp: Ditto.
3858 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3859
dcc06925
AA
38602018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3861
3862 * lib/gdb.exp (gdb_compile): Re-enable use of
3863 universal_compile_options for languages other than Rust.
3864
25d4fd80
AA
38652018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3866
3867 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3868
ee7f689e 38692018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3870
3871 PR gdb/16577
3872 * gdb.base/solib-vanish.exp: New.
3873 * gdb.base/solib-vanish-main.c: New.
3874 * gdb.base/solib-vanish-lib1.c: New.
3875 * gdb.base/solib-vanish-lib2.c: New.
3876
d8447b6b
YQ
38772018-01-17 Yao Qi <yao.qi@linaro.org>
3878
3879 * gdb.compile/compile.exp: Match the address printed for
3880 frame in the output of command "bt".
3881
86d6a90c
TT
38822018-01-15 Tom Tromey <tom@tromey.com>
3883
3884 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3885 compute sp_reg.
3886
cbcdb1aa
AB
38872018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3888
3889 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3890 to prepare.
3891 (prepare): Return 0 on error, 1 on success.
3892
eea61984
PA
38932018-01-12 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.base/continue-after-aborted-step-over.c: New.
3896 * gdb.base/continue-after-aborted-step-over.exp: New.
3897
6181e9c2
SM
38982018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3899
3900 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3901 options when not creating an executable.
3902
3cada740
PA
39032018-01-11 Pedro Alves <palves@redhat.com>
3904
3905 PR remote/22597
3906 * gdb.server/stop-reply-no-thread.c: New file.
3907 * gdb.server/stop-reply-no-thread.exp: New file.
3908
c63d3e8d
PA
39092018-01-10 Pedro Alves <palves@redhat.com>
3910
3911 PR gdb/22670
3912 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3913 functions too. Test setting breakpoints and printing C functions
3914 with no debug info too.
3915 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3916
d4c2a405
PA
39172018-01-10 Pedro Alves <palves@redhat.com>
3918
3919 PR gdb/22670
3920 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3921 a fail.
3922
8825213e
PA
39232018-01-10 Pedro Alves <palves@redhat.com>
3924
3925 PR gdb/22670
3926 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3927
605fd3c6
YQ
39282018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3929
3930 * gdb.server/unittest.exp: Match the output in non-development
3931 mode.
3932
1e5ded6c
YQ
39332018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3934
3935 * gdb.gdb/unittest.exp: Match output in non-development mode.
3936
30066b0b
JB
39372018-01-08 Joel Brobecker <brobecker@adacore.com>
3938
3939 * gdb.ada/access_tagged_param.exp: Relax expected output
3940 for value of "ObjL" in "continue" to pck.inspect breakpoint
3941 test.
3942
04bafb1e
XR
39432018-01-08 Joel Brobecker <brobecker@adacore.com>
3944
9f86398b
JB
3945 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3946 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3947
e379cee6
PA
39482018-01-05 Pedro Alves <palves@redhat.com>
3949
3950 PR gdb/18653
3951 * gdb.base/libsegfault.exp: New.
3952
de63c46b
PA
39532018-01-05 Joel Brobecker <brobecker@adacore.com>
3954
3955 PR gdb/22670
3956 * gdb.ada/access_tagged_param.exp: New file.
3957 * gdb.ada/access_tagged_param/foo.adb: New file.
3958
f98fc17b
PA
39592018-01-05 Pedro Alves <palves@redhat.com>
3960
3961 PR gdb/22670
3962 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3963 exercise lower case too, and to exercise both full matching and
3964 wild matching.
3965
342f8240
JB
39662018-01-05 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.ada/rename_subscript_param: New testcase.
3969
7150d33c
JG
39702018-01-05 Jerome Guitton <guitton@adacore.com>
3971
3972 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3973
cc0e770c
JB
39742018-01-05 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdb.ada/convvar_comp: New testcase.
3977
672a41aa 39782018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3979
3980 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3981 (My_Table): New global variable.
3982 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3983
7365ec2f
JB
39842018-01-04 Joel Brobecker <brobecker@adacore.com>
3985
3986 PR gdb/22670
3987 * gdb.ada/maint_with_ada: New testcase.
3988
289483b6
JB
39892018-01-04 Joel Brobecker <brobecker@adacore.com>
3990
3991 PR gdb/22670
3992 * gdb.ada/bp_c_mixed_case: New testcase.
3993
344420da
JB
39942018-01-04 Joel Brobecker <brobecker@adacore.com>
3995
3996 PR gdb/22670
3997 * gdb.ada/complete.exp: Add "complete break ada" test.
3998
66fc87a0
JB
39992018-01-04 Joel Brobecker <brobecker@adacore.com>
4000
4001 PR gdb/22670
4002 * gdb.ada/info_addr_mixed_case: New testcase.
4003
9f757bf7
XR
40042018-01-03 Xavier Roirand <roirand@adacore.com>
4005
4006 * gdb.ada/excep_handle.exp: New testcase.
4007 * gdb.ada/excep_handle/foo.adb: New file.
4008 * gdb.ada/excep_handle/pck.ads: New file.
4009
bd570f80
JB
40102018-01-03 Joel Brobecker <brobecker@adacore.com>
4011
4012 * gdb.base/step-line.c: Add extra empty line in copyright header.
4013 * gdb.base/step-line.inp: Likewise.
4014
9fe561ab
JB
40152018-01-02 Joel Brobecker <brobecker@adacore.com>
4016
4017 * gdb.ada/dyn_stride.exp: Add slice test.
4018
a405673c
JB
40192018-01-02 Joel Brobecker <brobecker@adacore.com>
4020
4021 * gdb.ada/dyn_stride: New testcase.
4022
cef0f868
SH
40232017-12-27 Stafford Horne <shorne@gmail.com>
4024
4025 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4026 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4027
b67d92b0
SH
40282017-12-27 Stafford Horne <shorne@gmail.com>
4029
4030 * gdb.base/reggroups.c: New file.
4031 * gdb.base/reggroups.exp: New file.
4032
eccab96d
JB
40332017-12-18 Joel Brobecker <brobecker@adacore.com>
4034
4035 * gdb.dwarf2/ada-valprint-error.c: New file.
4036 * gdb.dwarf2/ada-valprint-error.exp: New file.
4037
0e2da9f0
JB
40382017-12-18 Joel Brobecker <brobecker@adacore.com>
4039
4040 * gdb.ada/assign_arr: New testcase.
4041
cb923fcc
XR
40422017-12-18 Xavier Roirand <roirand@adacore.com>
4043
4044 * gdb.ada/funcall_ptr: New testcase.
4045
7c161838
SDJ
40462017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4047
4048 PR cli/16224
4049 * gdb.base/ptype-offsets.cc: New file.
4050 * gdb.base/ptype-offsets.exp: New file.
4051
1af17fd9
YQ
40522017-12-15 Yao Qi <yao.qi@linaro.org>
4053
4054 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4055 if XML is disabled.
4056
828d5846
XR
40572017-12-15 Xavier Roirand <roirand@adacore.com>
4058
4059 * gdb.ada/same_component_name: New testcase.
4060
79e8fcaa
JB
40612017-12-14 Joel Brobecker <brobecker@adacore.com>
4062
4063 * gdb.ada/str_binop_equal: New testcase.
4064
e05fa6f9
JB
40652017-12-14 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.ada/task_switch_in_core: New testcase.
4068
b89641ba
SM
40692017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4070
4071 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4072 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4073 call test_bkpt_qualified.
4074 (test_bkpt_qualified): New proc.
4075
6892d2e4
PA
40762017-12-13 Pedro Alves <palves@redhat.com>
4077
4078 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4079 Tighten regexp by matching with an anchor.
4080
a22ecf70
PA
40812017-12-13 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4084 ("expression with namespace"): New set of tests.
4085 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4086 (Nested::Test_NS::qux): New.
4087 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4088 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4089
9937536c
JB
40902017-12-13 Joel Brobecker <brobecker@adacore.com>
4091
4092 * gdb.base/server-del-break.c: New file.
4093 * gdb.base/server-del-break.exp: New file.
4094
fe49c6f5
SH
40952017-12-12 Stafford Horne <shorne@gmail.com>
4096
4097 * gdb.xml/tdesc-regs.exp: Add or1k support.
4098
c3d18620
SH
40992017-12-12 Stafford Horne <shorne@gmail.com>
4100
4101 * gdb.base/bp-permanent.c: Define nop of or1k.
4102
c5f9cfc8
JB
41032017-12-11 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4106 output with components being reordered.
4107
a9c135fc
JB
41082017-12-11 Joel Brobecker <brobecker@adacore.com>
4109
4110 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4111 output with components being reordered.
4112
927aa2e7
JK
41132017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4114 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.base/maint.exp (check for .gdb_index): Check also for
4117 .debug_names.
4118 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4119 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4120 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4121 (.gdb_index used after symbol reloading): Support also .debug_names.
4122 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4123
f17d9474
YQ
41242017-12-08 Yao Qi <yao.qi@linaro.org>
4125
4126 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4127 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4128
a0de8c21
YQ
41292017-12-08 Yao Qi <yao.qi@linaro.org>
4130
4131 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4132 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4133
a738ea1d
YQ
41342017-12-08 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.arch/aarch64-tagged-pointer.c: New file.
4137 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4138
1cd9a73b
SDJ
41392017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4140
4141 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4142 "int".
4143
fa6eb693
KS
41442017-12-07 Keith Seitz <keiths@redhat.com>
4145
4146 PR breakpoints/22569
4147 * gdb.linespec/ls-errs.exp: Change expected result of "break
4148 -source this file has spaces.c -line 3".
4149 Check that an explicit source file followed by whitespace is
4150 identified as an invalid explicit location.
4151
883fd55a
KS
41522017-12-07 Keith Seitz <keiths@redhat.com>
4153
4154 * gdb.cp/nested-types.cc: New file.
4155 * gdb.cp/nested-types.exp: New file.
4156 * lib/cp-support.exp: Load data-structures.exp library.
4157 (debug_cp_test_ptype_class): New global.
4158 (cp_ptype_class_verbose, next_line): New procedures.
4159 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4160 Add and document new return value.
4161 Switch the list of lines to a queue.
4162 Add support for new `type' key for nested type definitions.
4163 Add debugging/troubleshooting messages.
4164 * lib/data-structures.exp: New file.
4165
ec72db3e
SM
41662017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4167
4168 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4169 with proc_with_prefix, don't use with_test_prefix.
4170
99598d71
TT
41712017-12-07 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.base/break.exp: Add test for empty "commands".
4174
a8806230
YQ
41752017-12-07 Yao Qi <yao.qi@linaro.org>
4176
4177 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4178 malloc and catch syscall.
4179
824cc835
PM
41802017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4181
e79be6e5 4182 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4183 tests for explicit locations.
4184
7cc244de
PA
41852017-12-06 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4188 force-disabling XML descriptions.
4189
50a1fdd5
PA
41902017-12-04 Pedro Alves <palves@redhat.com>
4191
4192 PR gdb/22499
4193 * gdb.arch/amd64-disp-step-avx.S: New file.
4194 * gdb.arch/amd64-disp-step-avx.exp: New file.
4195
f0fb2488
PA
41962017-12-03 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4199 and <string.h>.
4200 (parent_function): Print distinct messages when waitpid fails, or
4201 the child exits with a signal, or the child exits for an unhandled
4202 reason.
4203 * gdb.threads/process-dies-while-detaching.exp
4204 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4205 it. Wait for both inferior output and GDB's prompt. Use an
4206 indirect spawn id list.
4207 (do_detach): New parameter 'child_exit'. Use it to compute
4208 expected inferior output.
4209 (test_detach, test_detach_watch, test_detach_killed_outside):
4210 Adjust to pass down the expected child exit kind.
4211
97cbe998
SDJ
42122017-12-01 Joel Brobecker <brobecker@adacore.com>
4213 Sergio Durigan Junior <sergiodj@redhat.com>
4214 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4217
40fc416f
SDJ
42182017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4219
4220 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4221 to 'symbol-file' and 'add-symbol-file' can be
4222 position-independent.
4223
1cc75e92
YQ
42242017-12-01 Yao Qi <yao.qi@linaro.org>
4225
4226 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4227 the URL in copyright header.
4228 * gdb.arch/aarch64-fp.exp: Likewise.
4229 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4230 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4231 * gdb.base/expand-psymtabs.exp: Likewise.
4232 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4233 * gdb.fortran/common-block.exp: Likewise.
4234 * gdb.fortran/common-block.f90: Likewise.
4235 * gdb.fortran/logical.exp: Likewise.
4236 * gdb.fortran/vla-datatypes.f90: Likewise.
4237 * gdb.fortran/vla-sub.f90: Likewise.
4238
875fb7a7
JB
42392017-11-30 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.ada/repeat_dyn: New testcase.
4242
6f14765f
UW
42432017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4244
4245 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4246 Update for changed thread numbering.
4247 * gdb.cell/bt.exp: Update for changed GDB output.
4248
f1af7b94
SM
42492017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4250
4251 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4252 setting isremote by hand.
4253 * boards/dwarf4-gdb-index.exp: Likewise.
4254 * boards/fission.exp: Likewise.
4255 * boards/stabs.exp: Likewise.
4256
e3919f3e
PA
42572017-11-30 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.linespec/cpls-ops.exp
4260 (check_explicit_skips_function_argument): Extract the underlying
4261 type of size_t instead of hardcoding it.
4262
bd69330d
PA
42632017-11-29 Pedro Alves <palves@redhat.com>
4264
4265 PR c++/19436
4266 * gdb.linespec/cpls-abi-tag.cc: New file.
4267 * gdb.linespec/cpls-abi-tag.exp: New file.
4268
a20714ff
PA
42692017-11-29 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.base/langs.exp: Use -qualified.
4272 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4273 it.
4274 * gdb.cp/namespace.exp: Use -qualified.
4275 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4276 (overload-3, template-overload, template-ret-type, const-overload)
4277 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4278 procedures.
4279 (test_driver): Call them.
4280 * gdb.cp/save-bp-qualified.cc: New.
4281 * gdb.cp/save-bp-qualified.exp: New.
4282 * gdb.linespec/explicit.exp: Test -qualified.
4283 * lib/completion-support.exp (completion::explicit_opts_list): Add
4284 "-qualified".
4285 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4286
f6f1d339
PM
42872017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4288
4289 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4290
02ca603a
TT
42912017-11-29 Tom Tromey <tom@tromey.com>
4292
4293 * gdb.base/relocate.exp: Update invalid argument test.
4294 Add new tests for invalid arguments.
4295
ed6c0bfb
TP
42962017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4297
4298 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4299 Return 0 as a long.
4300 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4301
f106e10e
TP
43022017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4303
4304 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4305 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4306 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4307 func ().
4308 * gdb.cp/shadow.cc (B.func): Return 0.
4309
10329bb2
JB
43102017-11-27 Joel Brobecker <brobecker@adacore.com>
4311
4312 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4313 expected output in gdb_expect call to allow the exception
4314 message to be present as well. Fix syntax confusion to avoid
4315 TCL thinking that exception_name is an array.
4316
617cd4bc
UW
43172017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4318
4319 * gdb.arch/spu-info.c: Include <unistd.h>.
4320 (do_signal_test): Fix broken calls to write.
4321 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4322 Fix checks for empty mailboxes. Update signal tests for corrected
4323 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4324 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4325 * gdb.cell/arch.exp: Use standard_output_file.
4326 * gdb.cell/break.exp: Likewise.
4327 * gdb.cell/bt.exp: Likewise.
4328 * gdb.cell/core.exp: Likewise.
4329 * gdb.cell/dwarfaddr.exp: Likewise.
4330 * gdb.cell/ea-cache.exp: Likewise.
4331 * gdb.cell/ea-standalone.exp: Likewise.
4332 * gdb.cell/f-regs.exp: Likewise.
4333 * gdb.cell/fork.exp: Likewise.
4334 * gdb.cell/gcore.exp: Likewise.
4335 * gdb.cell/mem-access.exp: Likewise.
4336 * gdb.cell/ptype.exp: Likewise.
4337 * gdb.cell/registers.exp: Likewise.
4338 * gdb.cell/sizeof.exp: Likewise.
4339 * gdb.cell/solib-symbol.exp: Likewise.
4340 * gdb.cell/solib.exp: Likewise.
617cd4bc 4341
a81aaca0
PA
43422017-11-25 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.base/complete-empty.exp: New file.
4345 * gdb.base/completion.exp: Adjust.
4346
6a3c6ee4
PA
43472017-11-25 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.linespec/cpls-ops.cc: New file.
4350 * gdb.linespec/cpls-ops.exp: New file.
4351 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4352 factored out from ...
4353 (test_complete_prefix_range): ... this.
4354
8955eb2d
PA
43552017-11-24 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.linespec/cpcompletion.exp: New file.
4358 * gdb.linespec/cpls-hyphen.cc: New file.
4359 * gdb.linespec/cpls.cc: New file.
4360 * gdb.linespec/cpls2.cc: New file.
4361 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4362 test to use test_gdb_complete_unique. Add label completion,
4363 keyword completion and explicit location completion tests.
4364 * lib/completion-support.exp: New file.
4365
e547c119
JB
43662017-11-24 Joel Brobecker <brobecker@adacore.com>
4367
4368 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4369 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4370 when hitting an exception catchpoint.
4371
7c3c1aa8
YQ
43722017-11-22 Yao Qi <yao.qi@linaro.org>
4373
4374 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4375
41bd68f5
SM
43762017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4377
4378 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4379 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4380 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4381
1daad298
YQ
43822017-11-22 Yao Qi <yao.qi@linaro.org>
4383
4384 * gdb.base/info-os.exp: Pass pthreads.
4385 * gdb.multi/multi-attach.exp: Likewise.
4386
88465e87
YQ
43872017-11-22 Yao Qi <yao.qi@linaro.org>
4388
4389 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4390 compiler.
4391
dc196b23
YQ
43922017-11-22 Yao Qi <yao.qi@linaro.org>
4393
4394 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4395 * gdb.base/break-interp.exp: Likewise.
4396 * gdb.base/jit-attach-pie.exp: Likewise.
4397
2400729e
UW
43982017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4399
4400 * gdb.base/float128.c (large128): New variable.
4401 * gdb.base/float128.exp: Add test to print largest __float128 value.
4402
7a26362d
UW
44032017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4404
4405 * gdb.arch/vsx-regs.exp: Update register content checks.
4406
ed0f4273
UW
44072017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4408
4409 * gdb.arch/ppc-longdouble.exp: New file.
4410 * gdb.arch/ppc-longdouble.c: Likewise.
4411
a25d69c6
PA
44122017-11-21 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4415
73fcf641
PA
44162017-11-20 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4419 (long_double_typedef): New typedefs.
4420 Use DEF on double and long double.
4421 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4422 cases.
4423 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4424 and 'long_double_ptr_same_size' locals. Use them to decide
4425 whether cast from array/function to float is valid/invalid.
4426
71a3c369
TT
44272017-11-17 Tom Tromey <tom@tromey.com>
4428
4429 * gdb.rust/traits.rs: New file.
4430 * gdb.rust/traits.exp: New file.
4431
ced9779b
JB
44322017-11-17 Joel Brobecker <brobecker@adacore.com>
4433
4434 * gdb.ada/minsyms: New testcase.
4435
a0922d80
PA
44362017-11-16 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4439 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4440
ea04e54c
PA
44412017-11-16 Pedro Alves <palves@redhat.com>
4442
4443 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4444 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4445
e849ea89
PA
44462017-11-16 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.server/reconnect-ctrl-c.c: New file.
4449 * gdb.server/reconnect-ctrl-c.exp: New file.
4450
d8ae99a7
PM
44512017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4452
4453 * gdb.python/py-rbreak.exp: New file.
4454 * gdb.python/py-rbreak.c: New file.
4455 * gdb.python/py-rbreak-func2.c: New file.
4456
968a13f8
PA
44572017-11-16 Pedro Alves <palves@redhat.com>
4458
4459 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4460 pattern.
4461 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4462 GDB.
4463
71774bc9
SM
44642017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4465
4466 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4467 regex.
4468
ddbb44cf
SM
44692017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4470
4471 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4472 test names.
4473
584a564f
PA
44742017-11-09 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4477 factored out from ...
4478 (top level): ... here, and adjusted to avoid expecting beyond the
4479 prompt in a single gdb_test_multiple.
4480
5ed7a928
PA
44812017-11-09 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4484 output.
4485 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4486 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4487 * gdb.server/ext-run.exp ("kill" test): Likewise.
4488 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4489
a60e0738
PA
44902017-11-09 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4493 match till end of line.
4494
2c88253f
PA
44952017-11-09 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4498
c7a38517
PA
44992017-11-09 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4502 New procedures, factored out from ...
4503 (top level): ... here, and adjusted to avoid expecting beyond the
4504 prompt in one go.
4505
f29f4b6b
PA
45062017-11-09 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4509 output. Fix '?' match.
4510
286acbb5
JB
45112017-11-08 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdb.ada/scoped_watch: New testcase.
4514 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4515 which is actually correct.
4516 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4517 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4518
62d7ae92
PA
45192017-11-08 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.gdb/complaints.exp (test_initial_complaints)
4522 (test_serial_complaints, test_short_complaints): Call
4523 complaint_internal instead of complaint.
4524
280ca31f
DT
45252017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4526
4527 * gdb.threads/tls-core.c: New file.
4528 * gdb.threads/tls-core.exp: Likewise.
4529
b5ec771e
PA
45302017-11-08 Pedro Alves <palves@redhat.com>
4531
4532 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4533 (p Exported_Capitalized): New test.
4534 (p exported_capitalized): New test.
4535
a02b41a7
PA
45362017-11-07 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4539
95e95a6d
PA
45402017-11-07 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4543 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4544 (disable_invalid, disable_inverted, disable_negative): New
4545 procedures.
4546 ("bad numbers"): New set of tests.
4547
cee62dbd
PA
45482017-11-07 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.cp/ena-dis-br-range.exp: Add tests.
4551
cc638e86
PA
45522017-11-07 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4555
d0fe4701
XR
45562017-11-07 Xavier Roirand <roirand@adacore.com>
4557 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.base/ena-dis-br.exp: Add reference to
4560 gdb.cp/ena-dis-br-range.exp.
4561 * gdb.cp/ena-dis-br-range.exp: New file.
4562 * gdb.cp/ena-dis-br-range.cc: New file.
4563
46f67f80
PA
45642017-11-06 Pedro Alves <palves@redhat.com>
4565
4566 * gdb.base/attach-non-pgrp-leader.c: New.
4567 * gdb.base/attach-non-pgrp-leader.exp: New.
4568
726e1356
PA
45692017-11-06 Pedro Alves <palves@redhat.com>
4570
4571 * configure.ac: No longer check for termio.h and sgtty.h.
4572 * configure: Regenerate.
4573 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4574 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4575 Remove termio and sgtty code.
4576
50ab6ace
YQ
45772017-11-03 Yao Qi <yao.qi@linaro.org>
4578
4579 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4580 in GDB is disabled.
4581
8e68731c
YQ
45822017-11-03 Yao Qi <yao.qi@linaro.org>
4583
4584 * gdb.python/py-thrhandle.exp: Skip it if python is not
4585 enabled.
4586
3a87ae65
SM
45872017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4588
4589 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4590 as a breakpoint command.
4591
484d8d36
MD
45922017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4593
4594 PR python/21213
4595 * gdb.python/py-infthread.exp: Test calling
4596 InferiorThread.inferior () multiple times in a row.
4597
4a27f119
KS
45982017-10-27 Keith Seitz <keiths@redhat.com>
4599
4600 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4601 Test "info break" for every inlined function breakpoint.
4602
bb11dd58
YQ
46032017-10-27 Yao Qi <yao.qi@linaro.org>
4604
4605 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4606
a43f3893
PF
46072017-10-26 Patrick Frants <osscontribute@gmail.com>
4608
4609 * gdb.cp/classes.exp (test_static_members): Test printing
4610 Outer::instance.
4611 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4612 (Inner::instance, Outer::instance): New.
4613
792ccf00
PA
46142017-10-24 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4617 extra console" test in two stages.
4618
eb2bfbad
PA
46192017-10-24 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4622
1f75a651
PA
46232017-10-24 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4626 loop.
4627
779990d9
PA
46282017-10-24 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4631 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4632
ad9b8f5d
PA
46332017-10-24 Pedro Alves <palves@redhat.com>
4634
4635 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4636 parameter and handle it. Don't output read value in test name.
4637
fee6da6e
PA
46382017-10-24 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4641 custom test name.
4642
10389c2c
PA
46432017-10-24 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4646 include the unstable output directory name in the test's name.
4647 (initial_setup_simple) <'set args'>: Use custom test name.
4648
a80e65a9
PA
46492017-10-24 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4652 with explicit test name.
4653
15763a09
PA
46542017-10-20 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4657 'wait -i'. Use gdb_assert and remote_close.
4658
49a4ce2e
AB
46592017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4662 number from variable rather than hard-coded.
4663
a75868f5
PA
46642017-10-19 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.base/long-inferior-output.c: New file.
4667 * gdb.base/long-inferior-output.exp: New file.
4668
c8ba13ad
KS
46692017-11-18 Keith Seitz <keiths@redhat.com>
4670
4671 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4672 method.
4673 (main): Call it.
4674 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4675 Add additional user-defined conversion operator tests.
4676
b27de576
PA
46772017-10-17 Pedro Alves <palves@redhat.com>
4678
4679 * boards/native-stdio-gdbserver.exp: Load "local-board".
4680
8484c955
PA
46812017-10-17 Pedro Alves <palves@redhat.com>
4682
4683 * gdb.base/quit-live.c: New file.
4684 * gdb.base/quit-live.exp: New file.
4685
83d5a34d
KS
46862017-10-16 Keith Seitz <keiths@redhat.com>
4687
4688 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4689 (class_with_protected_typedef, class_with_private_typedef)
4690 (struct_with_public_typedef, struct_with_protected_typedef)
4691 (struct_with_private_typedef): New classes/structs.
4692 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4693 typedefs and access specifiers.
4694
739b3f1d
PA
46952017-10-16 Pedro Alves <palves@redhat.com>
4696 Simon Marchi <simon.marchi@polymtl.ca>
4697
4698 * README (Local vs Remote vs Native): New section.
4699 * boards/local-board.exp: New file, with bits factored out from
4700 ...
4701 * boards/native-extended-gdbserver.exp: ... here. Load
4702 "local-board".
4703 * boards/native-gdbserver.exp: Load "local-board".
4704 (${board}_spawn, ${board}_exec): Delete.
4705 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4706 ...
4707 * boards/stdio-gdbserver-base.exp: ... this new file.
4708 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4709 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4710 procedure.
4711 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4712 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4713 stdio_gdbserver_command.
4714 (${board}_get_remote_address, ${board}_get_comm_port)
4715 (${board}_download, ${board}_upload): Delete.
4716 (get_target_remote_pipe_cmd): New.
4717
fe68b953
SM
47182017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4719
4720 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4721 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4722 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4723 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4724 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4725 remove with_test_prefix.
4726
300b6685
PA
47272017-10-13 Pedro Alves <palves@redhat.com>
4728
4729 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4730 * gdb.base/annota1.exp: Use it instead of is_remote.
4731 * gdb.base/annota3.exp: Use it instead of is_remote.
4732 * gdb.cp/annota2.exp: Use it instead of is_remote.
4733 * gdb.cp/annota3.exp: Use it instead of is_remote.
4734 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4735
50500caf
PA
47362017-10-13 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4739 (test_num_test_vars, run_and_count_vars, find_env)
4740 (test_set_unset_env, test_inherit_env_var): New procedures.
4741 (top level): Use them.
4742
dad0c6d2
PA
47432017-10-13 Pedro Alves <palves@redhat.com>
4744
4745 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4746 also skip on stub-like targets.
4747
8b0553c1
PA
47482017-10-13 Pedro Alves <palves@redhat.com>
4749
4750 PR gdb/22293
4751 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4752 (top level): Move some tests to ...
4753 (test_not_found): ... this new procedure.
4754 (top level): Call it.
4755
7594f623
PA
47562017-10-13 Pedro Alves <palves@redhat.com>
4757
4758 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4759 expect different "info terminal" output if testing with a
4760 non-native target.
4761
ebe3b402
PA
47622017-10-13 Pedro Alves <palves@redhat.com>
4763 Simon Marchi <simon.marchi@polymtl.ca>
4764
4765 PR python/12966
4766 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4767
42f1b161
PA
47682017-10-13 Pedro Alves <palves@redhat.com>
4769
4770 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4771 already.
4772
8d6ef72b
PA
47732017-10-13 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4776 is_remote.
4777
d7bcd5b8
PA
47782017-10-13 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4781 is_remote.
4782
df479dc6
PA
47832017-10-13 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4786 is set.
4787 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4788 instead of is_remote.
4789
23fb630a
PA
47902017-10-13 Pedro Alves <palves@redhat.com>
4791
4792 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4793 (top level): Add comment.
4794
cc77b1dc
PA
47952017-10-13 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.base/remote.exp (top level): Fix comment typo and add
4798 missing return.
4799
27c9e813
PA
48002017-10-13 Pedro Alves <palves@redhat.com>
4801 Simon Marchi <simon.marchi@polymtl.ca>
4802
4803 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4804 calls and add comments. Skip test if use_gdb_stub is set.
4805 (top level): Use "set cwd" command instead of "cd" command.
4806
5e830d98
PA
48072017-10-13 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4810 is_remote target check.
4811
f5ca0032
PA
48122017-10-13 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.base/scope.exp: Use build_executable + clean_restart +
4815 gdb_file_cmd instead of prepare_for_testing and no longer skip
4816 "before run" tests on is_remote target boards. Update comments.
4817 * boards/native-extended-gdbserver.exp
4818 (extended_gdbserver_load_last_file): New, factored out from ...
4819 (gdb_load): ... this. Move further below and add comment.
4820 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4821
8aed1c0d
PA
48222017-10-12 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.base/attach.exp: Remove references to gdb64.
4825 * gdb.base/dbx.exp: Remove references to gdb64.
4826
cfa34c87
SM
48272017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4828 Pedro Alves <palves@redhat.com>
4829
4830 * gdb.base/label.exp: Remove is_remote target check.
4831
9192b7de
PA
48322017-10-12 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/auvx.exp (coredir): Update comment.
4835 (top level) <core_works>: Use "set cwd" command instead of "cd"
4836 command.
4837
6bf0052d
PA
48382017-10-12 Pedro Alves <palves@redhat.com>
4839 Simon Marchi <simon.marchi@polymtl.ca>
4840
4841 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4842 target boards.
4843
e48ef82d
PA
48442017-10-12 Pedro Alves <palves@redhat.com>
4845 Simon Marchi <simon.marchi@polymtl.ca>
4846
4847 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4848 Instead skip if there's any gdb_protocol set.
4849
8d7aea57
SM
48502017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4851 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4854
30440677
PA
48552017-10-12 Pedro Alves <palves@redhat.com>
4856 Simon Marchi <simon.marchi@polymtl.ca>
4857
4858 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4859 instead of on dejagnu remote boards.
4860
4e04f045 48612017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4862 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4863
4864 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4865 checks. Use build_executable + clean_restart instead of
4866 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4867 of enabling non-stop after starting gdb.
4868
871a186e
PA
48692017-10-12 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4872 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4873 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4874 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4875
56d704da
AK
48762017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4877
4878 * gdb.arch/arc-tdesc-cpu.exp: New file.
4879 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4880
2f20e312
SM
48812017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4884
65630365
PA
48852017-10-10 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4888 expect CLI output.
4889
bf469271
PA
48902017-10-10 Pedro Alves <palves@redhat.com>
4891
4892 * lib/selftest-support.exp (selftest_setup): Update for
4893 captured_command_loop's prototype change.
4894
777a42f1
PA
48952017-10-09 Pedro Alves <palves@redhat.com>
4896
4897 Test both arch1=>arch2 and arch2=>arch1.
4898
4899 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4900 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4901 factored out to...
4902 (append_arch1_options, append_arch2_options, append_arch_options)
4903 (build_executables): New procedures.
4904 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4905 local.
4906 (top level): Add new 'first_arch' testing axis.
4907
cbd2b4e3
PA
49082017-10-09 Pedro Alves <palves@redhat.com>
4909
4910 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4911 (barrier): New.
4912 (thread_start, all_started): New functions.
4913 (main): Spawn new thread and wait until it is scheduled.
4914 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4915 option.
4916 (do_test): Add 'selected_thread' parameter. Run to all_started
4917 instead of main. Explicitly set the breakpoint at main. Switch
4918 to the SELECTED_THREAD thread.
4919 (top level): Test handling the exec event with either the main
4920 thread or the second thread selected.
4921
5c9e4427
PA
49222017-10-09 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4925 logic. Move STOP marker after the value checks.
4926 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4927 regexp.
4928
b3b7c423
SL
49292017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4930
4931 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4932
3b4b2f16
UW
49332017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4934
4935 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4936 integer-to-dfp conversion.
4937 * gdb.base/dfp-test.exp: Likewise.
4938
5cd63fda
PA
49392017-10-04 Pedro Alves <palves@redhat.com>
4940
4941 * gdb.multi/hangout.c: Include <unistd.h>.
4942 (hangout_loop): New function.
4943 (main): Call alarm. Call hangout_loop in a loop.
4944 * gdb.multi/hello.c: Include <unistd.h>.
4945 (hello_loop): New function.
4946 (main): Call alarm. Call hangout_loop in a loop.
4947 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4948 inferior with the other selected.
4949
4c71c105
SM
49502017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4951
4952 * gdb.mi/list-thread-groups-available.exp: New file.
4953 * gdb.mi/list-thread-groups-available.c: New file.
4954
bc3b087d
SDJ
49552017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4956
4957 * gdb.base/set-cwd.exp: Make it available on
4958 native-extended-gdbserver.
4959
d092c5a2
SDJ
49602017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4961
4962 * gdb.base/set-cwd.c: New file.
4963 * gdb.base/set-cwd.exp: Likewise.
4964
45320ffa
TT
49652017-10-02 Tom Tromey <tom@tromey.com>
4966
4967 PR rust/22236:
4968 * gdb.rust/simple.rs (main): New variable "fslice".
4969 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4970
b3e3859b
TT
49712017-10-02 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.rust/simple.exp: Test ptype of a slice.
4974
01af5e0d
TT
49752017-10-02 Tom Tromey <tom@tromey.com>
4976
4977 * gdb.rust/simple.exp: Test index of slice.
4978
a9bbfbd8
TT
49792017-09-27 Tom Tromey <tom@tromey.com>
4980
4981 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4982
df8899e5
TP
49832017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4984 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/compare-sections.exp (get value of read-only section): Read
4987 as unsigned value.
4988 (corrupt read-only section): Likewise and don't set written if patching
4989 failed.
4990
757bf54b
KB
49912017-09-21 Kevin Buettner <kevinb@redhat.com>
4992
4993 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4994 files.
4995
06871ae8
PA
49962017-09-20 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4999 symbol names in gdb's output.
5000 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5001
e5f25bc5
PA
50022017-09-20 Pedro Alves <palves@redhat.com>
5003
5004 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5005 Rename to ...
5006 (test_list_ambiguous_symbol): ... this and add a symbol name
5007 parameter. Adjust.
5008 (test_list_ambiguous_function): Reimplement on top of
5009 test_list_ambiguous_symbol and also test listing ambiguous
5010 variables.
5011 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5012 (ambiguous_fun): ... this.
5013 (ambiguous_var): New.
5014 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5015 (ambiguous_fun): ... this.
5016 (ambiguous_var): New.
5017
4e5a4f58
JB
50182017-09-19 John Baldwin <jhb@FreeBSD.org>
5019
5020 * gdb.base/starti.c: New file.
5021 * gdb.base/starti.exp: New file.
5022 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5023
26e53f3e
PA
50242017-09-14 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5027 (top level): Use it instead of runto.
5028
cb791d59
TT
50292017-09-11 Tom Tromey <tom@tromey.com>
5030
5031 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5032
7c96f8c1
TT
50332017-09-11 Tom Tromey <tom@tromey.com>
5034
5035 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5036 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5037
469412dd
CW
50382017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5039
5040 * gdb.fortran/printing-types.exp: New file.
5041 * gdb.fortran/printing-types.exp: New file.
5042
e0f86435
BH
50432017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5044
5045 * gdb.fortran/vla-ptype.exp: Fix typos.
5046 * gdb.fortran/vla-value.exp: Same.
5047
9e9af4be
BH
50482017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5049
5050 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5051 * gdb.mi/mi-var-child-f.exp: Likewise.
5052 * gdb.mi/mi-vla-fortran.exp: Likewise.
5053
a5ad232b 50542017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5055 Christoph Weinmann <christoph.t.weinmann@intel.com>
5056 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5057
5058 * gdb.fortran/ptr-indentation.f90: New file.
5059 * gdb.fortran/ptr-indentation.exp: New file.
5060
5aec60eb
TT
50612017-09-05 Tom Tromey <tom@tromey.com>
5062
5063 PR gdb/22010:
5064 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5065
8f8f8152
TP
50662017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5067
5068 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5069
fbd1b771
JK
50702017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5071
5072 * gdb.threads/tls-nodebug-pie.c: New file.
5073 * gdb.threads/tls-nodebug-pie.exp: New file.
5074
5eb5f850
TT
50752017-09-05 Tom Tromey <tom@tromey.com>
5076
5077 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5078 for rust.
5079
ae780a21
SM
50802017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.multi/multi-arch-exec.exp: Test with different
5083 "follow-exec-mode" settings.
5084 (do_test): New procedure.
5085
3693fdb3
PA
50862017-09-04 Pedro Alves <palves@redhat.com>
5087
5088 * gdb.base/func-static.c (S::method const, S::method volatile)
5089 (S::method volatile const): New methods.
5090 (c_s, v_s, cv_s): New instances.
5091 (main): Call method() on them.
5092 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5093 (cannot_resolve): New procedure.
5094 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5095 print-quote-unquoted columns.
5096 (do_test): Test printing each scope too.
5097
e68cb8e0
PA
50982017-09-04 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.base/local-static.exp: Also test with
5101 class::method::variable wholly quoted.
5102 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5103
858be34c
PA
51042017-09-04 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.base/local-static.c: New.
5107 * gdb.base/local-static.cc: New.
5108 * gdb.base/local-static.exp: New.
5109
46a4882b
PA
51102017-09-04 Pedro Alves <palves@redhat.com>
5111
5112 * gdb.asm/asm-source.exp: Add casts to int.
5113 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5114 (dataglobal64_1, dataglobal64_2): New globals.
5115 * gdb.base/nodebug.exp: Test different expressions involving the
5116 new globals, with print, whatis and ptype. Add casts to int.
5117 * gdb.base/solib-display.exp: Add casts to int.
5118 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5119 * gdb.cp/m-static.exp: Add cast to int.
5120 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5121 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5122 tls variable with no debug info without a cast. Test with a cast
5123 to int too.
5124 * gdb.trace/entry-values.exp: Add casts.
5125
2c5a2be1
PA
51262017-09-04 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.base/nodebug.exp: Test that ptype's error about functions
5129 with unknown return type includes the function name too.
5130
7022349d
PA
51312017-09-04 Pedro Alves <palves@redhat.com>
5132
5133 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5134 return type of munmap in infcall.
5135 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5136 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5137 type of ftell in infcall.
5138 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5139 type of getpid in infcall.
5140 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5141 infcall.
5142 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5143 Bail on failure to extract the pid.
5144 * gdb.base/nodebug.c: #include <stdint.h>.
5145 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5146 New functions.
5147 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5148 Change expected output of print/whatis/ptype with functions with
5149 no debug info. Test all supported languages. Call
5150 test_call_promotion.
5151 * gdb.compile/compile.exp: Adjust expected output to expect
5152 warning.
5153 * gdb.threads/siginfo-threads.exp: Likewise.
5154
54990598
PA
51552017-09-04 Pedro Alves <palves@redhat.com>
5156
5157 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5158 "prototypes". Test calling float functions via prototyped and
5159 unprototyped function pointers.
5160 (perform_all_tests): New parameter "prototypes". Pass it down.
5161 (top level): Pass down "prototypes" parameter to
5162 perform_all_tests.
5163
34d16ea2
SM
51642017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5165
5166 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5167 Test with nested loops.
5168
9521ecda
SM
51692017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5170
5171 * gdb.base/commands.exp: Call the new procedures.
5172 (loop_break_test, loop_continue_test): New procedures.
5173
80a65e9b
SM
51742017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5175
5176 * gdb.base/commands.exp: Call new procedure.
5177 (define_if_without_arg_test): New procedure.
5178
e439fa14
PA
51792017-09-04 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/list-ambiguous.exp: New file.
5182 * gdb.base/list-ambiguous0.c: New file.
5183 * gdb.base/list-ambiguous1.c: New file.
5184 * gdb.base/list.exp (test_list_range): Adjust expected output.
5185
0a2dde4a
SDJ
51862017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5187
5188 * gdb.base/share-env-with-gdbserver.c: New file.
5189 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5190
5e89eb3a
SM
51912017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5192
5193 * gdb.base/commands.exp (gdbvar_simple_if_test,
5194 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5195 progvar_simple_if_test, progvar_simple_while_test,
5196 progvar_complex_if_while_test, user_defined_command_test,
5197 user_defined_command_args_eval,
5198 user_defined_command_args_stack_test,
5199 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5200 temporary_breakpoint_commands,
5201 gdb_test_no_prompt, redefine_hook_test,
5202 redefine_backtrace_test): Remove "global gdb_prompt".
5203
fd437cbc
SM
52042017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5205
5206 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5207 New proc, call it from toplevel.
5208
87215ad1
SDJ
52092017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5210
5211 PR remote/21852
5212 * gdb.server/normal.c: New file, copied from gdb.base.
5213 * gdb.server/run-without-local-binary.exp: New file.
5214
58afddc6
WP
52152017-08-07 Weimin Pan <weimin.pan@oracle.com>
5216
5217 * gdb.arch/sparc64-adi.exp: New file.
5218 * gdb.arch/sparc64-adi.c: New file.
5219
5277199a
PA
52202017-08-22 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5223 (top level): Add "list all overloads" tests.
5224
14278e1f
TT
52252017-08-22 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.gdb/xfullpath.exp: Remove.
5228
bf223d3e
PA
52292017-08-21 Pedro Alves <palves@redhat.com>
5230
5231 PR gdb/19487
5232 * gdb.base/symbol-alias.c: New.
5233 * gdb.base/symbol-alias2.c: New.
5234 * gdb.base/symbol-alias.exp: New.
5235
c973d0aa
PA
52362017-08-21 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.base/dfp-test.c
5239 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5240 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5241 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5242 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5243 * gdb.base/whatis-ptype-typedefs.c: New.
5244 * gdb.base/whatis-ptype-typedefs.exp: New.
5245 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5246 (an_int, an_int_type, an_int_type2): New globals.
5247 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5248 involving typedefs and cast expressions.
5249 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5250 (lookup_typedefs_function): New.
5251 (typedefs_pretty_printers_dict): New.
5252 (top level): Register lookup_typedefs_function in
5253 gdb.pretty_printers.
5254
6d580b63
YQ
52552017-08-18 Yao Qi <yao.qi@linaro.org>
5256
5257 * gdb.server/unittest.exp: New.
5258
206726fb
SDJ
52592017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5260
5261 PR gdb/21954
5262 * gdb.base/environ.exp: Add test to check if 'unset environment'
5263 works.
5264
bf0ec4c2
AA
52652017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5266
5267 * lib/gdb.exp (universal_compile_options): New caching proc.
5268 (gdb_compile): Suppress GCC's coloring of messages.
5269
d6382fff
TT
52702017-08-14 Tom Tromey <tom@tromey.com>
5271
5272 PR gdb/21675:
5273 * gdb.base/printcmds.exp (test_radices): New function.
5274 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5275 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5276 * lib/gdb.exp (get_integer_valueof): Use p/d.
5277
c2c2dd9f
SM
52782017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5279
5280 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5281 characters.
5282
fdffd6f4
TT
52832017-08-05 Tom Tromey <tom@tromey.com>
5284
5285 * gdb.rust/simple.exp: Allow String to appear in a different
5286 namespace.
5287
27d41eac
YQ
52882017-07-26 Yao Qi <yao.qi@linaro.org>
5289
5290 * gdb.gdb/unittest.exp: Invoke command
5291 "maintenance check xml-descriptions".
5292
031ed05d
AA
52932017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5294
5295 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5296 calling context.
5297 (hex128): Drop erroneous calculation of parameters.
5298
dcd27ddf
SM
52992017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5300
5301 * gdb.python/py-unwind.exp: Disable stack protection when
5302 building test file.
5303
47e77640
PA
53042017-07-20 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/default.exp (set language): Adjust expected output.
5307
62d2a18a
PA
53082017-07-20 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5311 (test_minsym): ... this, and make static.
5312 (get_pck__foo__bar__minsym): Rename to ...
5313 (get_test_minsym): ... this.
5314 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5315 symbol names and comments.
5316 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5317 (get_test_minsym): ... this.
5318 (pck__foo__bar__minsym__2): Rename to ...
5319 (test_minsym): ... this.
5320 (main): Adjust.
5321
c45ec17c
PA
53222017-07-17 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/completion.exp: Adjust expected output.
5325 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5326 the completer works.
5327
c6756f62
PA
53282017-07-17 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5331
5bd68487
AB
53322017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5333
5334 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5335
8880f2a9
TT
53362017-07-14 Tom Tromey <tom@tromey.com>
5337
5338 PR rust/21764:
5339 * gdb.rust/simple.exp: Add tests.
5340
65547233
TT
53412017-07-14 Tom Tromey <tom@tromey.com>
5342
5343 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5344
8f14146e
PA
53452017-07-14 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.linespec/base/one/thefile.cc (z1): New function.
5348 * gdb.linespec/base/two/thefile.cc (z2): New function.
5349 * gdb.linespec/linespec.exp: Add tests.
5350
b4365d02
AB
53512017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5352
5353 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5354 to mi_create_breakpoint.
5355
5d2cbaa5
AB
53562017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5357
5358 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5359 mi_create_breakpoint.
5360
11cb5716
IB
53612017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5362
5363 * gdb.dlang/demangle.exp: Update for demangling changes.
5364
03278692
TT
53652017-07-09 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.dwarf2/shortpiece.exp: New file.
5368
33c5cd75
DB
53692017-07-06 David Blaikie <dblaikie@gmail.com>
5370
5371 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5372 built from fissiont-multi-cu{1,2}.c.
5373 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5374 except putting 'main' and 'func' in separate CUs in the same DWO file.
5375 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5376 test.
5377 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5378 test.
5379
8455d262
PA
53802017-07-06 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.python/py-unwind.exp: Test flushregs.
5383
dc4bde35
SDJ
53842017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5385
5386 PR cli/21688
5387 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5388 tests for alias commands and trailing whitespace.
5389
51ed89aa
SDJ
53902017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5391
5392 PR cli/21688
5393 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5394 procedure. Call it.
5395
eb17d413
PA
53962017-06-29 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.base/printcmds.exp: Add tests.
5399
41664b45
DG
54002017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5401
5402 PR gdb/21337
5403 * gdb.base/reread-readsym.exp: New file.
5404 * gdb.base/reread-readsym.c: New file.
5405
75312ae3
KB
54062017-06-21 Kevin Buettner <kevinb@redhat.com>
5407
5408 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5409 subpattern.
5410
66953522
PB
54112017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5412
5413 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5414 extended mnemonic.
5415 * gdb.arch/powerpc-power9.s: Likewise.
5416
5524b525
AA
54172017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5418
5419 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5420 on 32-bit x86 targets. Exploit is_*_target macros where
5421 appropriate.
5422
03c8af18
AA
54232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5424
5425 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5426 register pieces.
5427
3bf31011
AA
54282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5429
5430 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5431 located in one or more DWARF pieces.
5432
805acca0
AA
54332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5434
5435 * lib/gdb.exp (get_endianness): New proc.
5436 * gdb.arch/aarch64-fp.exp: Use it.
5437 * gdb.arch/altivec-regs.exp: Likewise.
5438 * gdb.arch/e500-regs.exp: Likewise.
5439 * gdb.arch/vsx-regs.exp: Likewise.
5440 * gdb.base/dump.exp: Likewise.
5441 * gdb.base/funcargs.exp: Likewise.
5442 * gdb.base/gnu_vector.exp: Likewise.
5443 * gdb.dwarf2/formdata16.exp: Likewise.
5444 * gdb.dwarf2/implptrpiece.exp: Likewise.
5445 * gdb.dwarf2/nonvar-access.exp: Likewise.
5446 * gdb.python/py-inferior.exp: Likewise.
5447 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5448
e9352324
AA
54492017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5450
5451 PR gdb/21226
5452 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5453 stack value pieces are taken from the LSB end.
5454
d5d1163e
AA
54552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5456
5457 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5458 variable at nonzero offset.
5459
0567c986
AA
54602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5461
5462 * gdb.dwarf2/var-access.c: New file.
5463 * gdb.dwarf2/var-access.exp: New test.
5464 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5465
973e9aab
TT
54662017-06-12 Tom Tromey <tom@tromey.com>
5467
5468 * gdb.dwarf2/formdata16.exp: Add tests.
5469
d9109c80
TT
54702017-06-12 Tom Tromey <tom@tromey.com>
5471
5472 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5473
30a25466
TT
54742017-06-12 Tom Tromey <tom@tromey.com>
5475
5476 PR exp/16225:
5477 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5478 * gdb.arch/vsx-regs.exp: Update tests.
5479 * gdb.arch/s390-vregs.exp (hex128): New proc.
5480 Update test.
5481 * gdb.arch/altivec-regs.exp: Update tests.
5482
aefd8b33
SDJ
54832017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5484
5485 * gdb.base/startup-with-shell.c: New file.
5486 * gdb.base/startup-with-shell.exp: Likewise.
5487
2090129c
SDJ
54882017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5489
5490 * gdb.server/non-existing-program.exp: Update regex in order to
5491 reflect the fact that gdbserver is now using fork_inferior (with a
5492 shell) to startup the inferior.
5493
8e86a419
SM
54942017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5495
5496 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5497 support function calls from GDB.
5498
e6cf65f2
TT
54992017-05-21 Tom Tromey <tom@tromey.com>
5500
5501 PR rust/21466:
5502 * gdb.rust/unsized.exp: New file.
5503 * gdb.rust/unsized.rs: New file.
5504
43cc5389
TT
55052017-05-19 Tom Tromey <tom@tromey.com>
5506
5507 PR rust/21484:
5508 * gdb.rust/watch.exp: New file.
5509 * gdb.rust/watch.rs: New file.
5510
ec8df234
TT
55112017-05-18 Tom Tromey <tom@tromey.com>
5512
5513 * gdb.rust/simple.exp: Allow Box to be qualified.
5514
3e3e7fae
TP
55152017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5516
5517 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5518
59cc050d
PA
55192017-05-18 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.base/fileio.c (test_write, test_read, test_close)
5522 (test_fstat): Don't print 'ret' in the fail path.
5523
c8f6abd1
PA
55242017-05-18 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5527 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5528 (test_system, test_rename, test_unlink, test_time): Change
5529 prototypes.
5530 * gdb.base/fileio.exp (stop_msg): Adjust.
5531
d2a03b77
PA
55322017-05-18 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.base/fileio.c (null_str): New global.
5535 (test_stat): Use it.
5536 * gdb.base/fileio.exp: Remove nowarnings.
5537
0d5c6999
YQ
55382017-05-17 Yao Qi <yao.qi@linaro.org>
5539
5540 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5541
21873064
YQ
55422017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5543
5544 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5545 argument command.
5546 (top-level): Invoke test_set_inferior_tty.
5547
d512d31c
PA
55482017-05-04 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5551 Add parens to print call for Python 3.
5552
90cef2ed
KS
55532017-05-03 Keith Seitz <keiths@redhat.com>
5554
5555 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5556 (main): Call it.
5557
14f819c8
TW
55582017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5559
5560 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5561 to prev and next.
5562
913aeadd
TW
55632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5564
5565 * gdb.python/py-record-btrace.exp: Remove test for
5566 gdb.BtraceInstruction.error.
5567
a3be24ad
TW
55682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5569
5570 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5571
ae20e79a
TW
55722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5573
5574 * gdb.python/py-record-btrace-threads.c: New file.
5575 * gdb.python/py-record-btrace-threads.exp: New file.
5576
45ce1b47
SDJ
55772017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5578
5579 PR testsuite/8595
5580 * gdb.base/environ.exp: Make test available in all architectures.
5581 Move bits related to "info program" testing to
5582 gdb.base/info-program.exp. Rewrite tests to use the two new
5583 procedures mentione below.
5584 (test_set_show_env_var) New procedure.
5585 (test_set_show_env_var_equal): Likewise.
5586 * gdb.base/info-program.exp: New file.
5587
e15c3eb4
KS
55882017-04-27 Keith Seitz <keiths@redhat.com>
5589
5590 * gdb.cp/oranking.cc (test15): New function.
5591 (main): Call test15 and declare additional variables for testing.
5592 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5593 "p foo101('abc')" tests.
5594 Add tests for cv qualifier overloads.
5595 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5596 "lvalue reference overload" test.
5597 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5598 "print value of f1 on Child&& in f2" test.
5599
3a3fd0fd
PA
56002017-04-19 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5603 procedure.
5604 (top level): Call it.
5605 * lib/gdb.exp (gdb_define_cmd): New procedure.
5606
53375380
PA
56072017-04-12 Pedro Alves <palves@redhat.com>
5608
5609 PR gdb/21323
5610 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5611 (wchar): New global.
5612 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5613 (do_test_wide_char, wide_char_types_no_program, top level): Add
5614 wchar_t testing.
5615
53e710ac
PA
56162017-04-12 Pedro Alves <palves@redhat.com>
5617
5618 PR c++/21323
5619 * gdb.cp/wide_char_types.c: New file.
5620 * gdb.cp/wide_char_types.exp: New file.
5621
0ad9d8c7
SDJ
56222017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5623
5624 PR gdb/21352
5625 * gdb.trace/tsv.exp: Add test for "tsave -r".
5626
b1b45502
IB
56272017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5628
5629 * gdb.dlang/watch-loc.c: New file.
5630 * gdb.dlang/watch-loc.exp: New file.
5631
ec13808e
JK
56322017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5633
5634 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5635
fe5f7374
AK
56362017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5637
5638 * gdb.arch/arc-analyze-prologue.S: New file.
5639 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5640
eea78757
AK
56412017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5642
5643 * gdb.arch/arc-decode-insn.S: New file.
5644 * gdb.arch/arc-decode-insn.exp: Likewise.
5645
5badf10a
IR
56462017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5647
5648 PR tdep/20928
5649 * gdb.arch/sparc64-regs.exp: New file.
5650 * gdb.arch/sparc64-regs.S: Likewise.
5651
cee59b3f
TW
56522017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5653
5654 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5655 and memory view on Python 3.
5656
c0f55cc6
AV
56572017-03-20 Artemiy Volkov <artemiyv@acm.org>
5658 Keith Seitz <keiths@redhat.com>
5659
5660 PR gdb/14441
5661 * gdb.cp/demangle.exp: Add rvalue reference tests.
5662 * gdb.cp/rvalue-ref-casts.cc: New file.
5663 * gdb.cp/rvalue-ref-casts.exp: New file.
5664 * gdb.cp/rvalue-ref-overload.cc: New file.
5665 * gdb.cp/rvalue-ref-overload.exp: New file.
5666 * gdb.cp/rvalue-ref-params.cc: New file.
5667 * gdb.cp/rvalue-ref-params.exp: New file.
5668 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5669 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5670 * gdb.cp/rvalue-ref-types.cc: New file.
5671 * gdb.cp/rvalue-ref-types.exp: New file.
5672 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5673 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5674
51457a05
MAL
56752017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5676
5677 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5678 New procedure.
5679
5b291c04
MAL
56802017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5681
5682 * lib/mi-support.exp (mi_gdb_test): Add additional message
5683 for unexpected output.
5684
59a56148
AA
56852017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5686
5687 * gdb.base/examine-backward.c (Barrier): New character array
5688 constant, to ensure that TestStrings is preceded by a string
5689 terminator.
5690
7942e96e
AA
56912017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5692
5693 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5694 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5695 and implicit pointer into such a location.
5696
6ebac3fb
DE
56972017-03-16 Doug Evans <dje@google.com>
5698
5699 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5700
ec3b243d
TP
57012017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5702
5703 * gdb.cp/m-static.exp: Fix expectation for prototype of
5704 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5705
57062017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5707
5708 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5709 * gdb.guile/scm-lazy-string.c: New file.
5710 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5711 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5712 for pointer, array, typedef lazy strings.
5713
2cc36e25 57142017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5715
5716 PR python/17728, python/18439, python/18779
5717 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5718 * gdb.python/py-lazy-string.c (pointer): New typedef.
5719 (main): New locals ptr, array, typedef_ptr.
5720 * gdb.python/py-value.exp: Move lazy string tests to ...
5721 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5722 array, typedef lazy strings.
ec3b243d 5723
0efcde63
AK
57242017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5725
5726 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5727 Add optional 'test' parameter.
5728
7978d7c3
SM
57292017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5730
5731 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5732 Skip for versions of DejaGnu < 1.5.
5733
896c0c1e
SM
57342017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5735
5736 * lib/gdb.exp (dejagnu_version): New proc.
5737 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5738 Use dejagnu_version.
5739
5f4d1085
KS
57402017-03-10 Keith Seitz <keiths@redhat.com>
5741
5742 PR c++/8128
5743 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5744 type from destructor regexps.
5745 Add a branch which actually passes the test.
5746 Adjust "ptype t5i" test names.
5747
1de05205
PA
57482017-03-08 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.base/step-over-exit.exp: Add explicit test message.
5751
c65d6b55
PA
57522017-03-08 Pedro Alves <palves@redhat.com>
5753
5754 PR gdb/18360
5755 * gdb.threads/interrupt-while-step-over.c: New file.
5756 * gdb.threads/interrupt-while-step-over.exp: New file.
5757
2e86a283
PA
57582017-03-08 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5761 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5762
25dcbff6
PA
57632017-03-08 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5766 PKRU as not supported as a PASS.
5767
dc9366eb
PA
57682017-03-08 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5771 prefix instead of $binfile1/$binfile2.
5772 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5773 in test message.
5774 * gdb.python/py-completion.exp: Use "load python file" as test
5775 messages instead of unstable path names.
5776
6e5d74e7
PA
57772017-03-08 Pedro Alves <palves@redhat.com>
5778 Jan Kratochvil <jan.kratochvil@redhat.com>
5779
5780 PR cli/21218
5781 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5782 New proc.
5783 (top level): Call it.
5784
9753a2f6
PA
57852017-03-08 Pedro Alves <palves@redhat.com>
5786
5787 PR tui/21216
5788 * gdb.tui/tui-nl-filtered-output.exp: New file.
5789
1a4dd9dd
PA
57902017-03-08 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/completion.exp: Move TUI completion tests to ...
5793 * gdb.tui/completion.exp: ... this new file.
5794
7cbbff33
PA
57952017-03-08 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.base/tui-disasm-long-lines.c,
5798 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5799 gdb.base/tui-layout.exp: Move to ...
5800 * gdb.tui/: ... this new directory.
5801
5f6fd321
PA
58022017-03-07 Pedro Alves <palves@redhat.com>
5803
5804 * gdb.base/tui-layout.c: New file.
5805 * gdb.base/tui-layout.exp: New file.
5806
44959fa8
PA
58072017-03-07 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.base/tui-layout.c: Rename to ...
5810 * gdb.base/tui-disasm-long-lines.c: ... this.
5811 * gdb.base/tui-layout.exp: Rename to ...
5812 * gdb.base/tui-disasm-long-lines.exp: ... this.
5813
f8c4e718
PA
58142017-03-07 Pedro Alves <palves@redhat.com>
5815
5816 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5817
6dbb839a 58182017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5819
5820 * i386-mpx-call.c: New file.
5821 * i386-mpx-call.exp: New file.
5822
65b48a81
PB
58232017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5824
5825 * gdb.arch/powerpc-power.exp: Delete test.
5826 * gdb.arch/powerpc-power.s: Likewise.
5827 * gdb.disasm/disassembler-options.exp: New test.
5828 * gdb.arch/powerpc-altivec.exp: Likewise.
5829 * gdb.arch/powerpc-altivec.s: Likewise.
5830 * gdb.arch/powerpc-altivec2.exp: Likewise.
5831 * gdb.arch/powerpc-altivec2.s: Likewise.
5832 * gdb.arch/powerpc-altivec3.exp: Likewise.
5833 * gdb.arch/powerpc-altivec3.s: Likewise.
5834 * gdb.arch/powerpc-power7.exp: Likewise.
5835 * gdb.arch/powerpc-power7.s: Likewise.
5836 * gdb.arch/powerpc-power8.exp: Likewise.
5837 * gdb.arch/powerpc-power8.s: Likewise.
5838 * gdb.arch/powerpc-power9.exp: Likewise.
5839 * gdb.arch/powerpc-power9.s: Likewise.
5840 * gdb.arch/powerpc-vsx.exp: Likewise.
5841 * gdb.arch/powerpc-vsx.s: Likewise.
5842 * gdb.arch/powerpc-vsx2.exp: Likewise.
5843 * gdb.arch/powerpc-vsx2.s: Likewise.
5844 * gdb.arch/powerpc-vsx3.exp: Likewise.
5845 * gdb.arch/powerpc-vsx3.s: Likewise.
5846 * gdb.arch/arm-disassembler-options.exp: Likewise.
5847 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5848 * gdb.arch/s390-disassembler-options.exp: Likewise.
5849
17cd4947
LM
58502017-02-23 Luis Machado <lgustavo@codesourcery.com>
5851
5852 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5853 (check_supported_features): ... this. Changed return type to void.
5854 (supports_rdseed): New static global.
5855 (rdseed): Check supports_rdseed.
5856 (initialize): Call check_supported_features.
5857
2039d74e
EBM
58582017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5859
5860 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5861 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5862 and lqarx/stqcx.
5863 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5864 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5865
a51d7ecf
EBM
58662017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5867
5868 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5869 uppercase.
5870
0224619f
JK
58712017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5872
5873 * gdb.dwarf2/formdata16.c: New file.
5874 * gdb.dwarf2/formdata16.exp: New file.
5875 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5876
216f72a1
JK
58772017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5878
5879 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5880 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5881 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5882 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5883 DW_AT_GNU_*.
5884
43988095
JK
58852017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5888
99e8a4f9
SDJ
58892017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5890
5891 PR gdb/21164
5892 * gdb.base/maint.exp: Add testcases for when the commands do
5893 not have arguments.
5894
b58a8c0c
TP
58952017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5896
5897 * gdb.cp/chained-calls.exp: Use p instead of P.
5898
4e746bb6
TW
58992017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5900
5901 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5902 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5903
3f77c769
TT
59042017-02-14 Tom Tromey <tom@tromey.com>
5905
5906 PR python/13598:
5907 * gdb.python/py-events.exp: Add before_prompt event tests.
5908
075beec0
AA
59092017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5910
5911 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5912
bf5f525c
LM
59132017-02-13 Luis Machado <lgustavo@codesourcery.com>
5914
5915 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5916 (main): Call my_unique_function_name.
5917 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5918 completion of patterns with a single match.
5919 Add missing -re switches to gdb_test_multiple calls.
5920
13a66184
LM
59212017-02-13 Luis Machado <lgustavo@codesourcery.com>
5922
5923 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5924 return if core file is not recognized.
5925
26a06916
SM
59262017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5927
5928 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5929 and extra UIs.
5930
b761ca9e
SM
59312017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5932
5933 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5934 proc_with_prefix.
5935
b964bee0
TT
59362017-02-10 Tom Tromey <tom@tromey.com>
5937
5938 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5939
18da0c51
MG
59402017-02-10 Martin Galvan <martingalvan@sourceware.org>
5941
5942 PR gdb/21122
5943 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5944
604c4576
JG
59452017-02-08 Jerome Guitton <guitton@adacore.com>
5946
5947 * gdb.base/define.exp: Add test for command abbreviations
5948 in define.
5949
20b477a7
LM
59502017-02-06 Luis Machado <lgustavo@codesourcery.com>
5951
5952 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5953 * gdb.reverse/insn-reverse-x86.c: New file.
5954
3f7b46f2
IR
59552017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5956
5957 PR tdep/20936
5958 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5959
f0fd41c1
TT
59602017-02-03 Tom Tromey <tom@tromey.com>
5961
5962 PR rust/21097:
5963 * gdb.rust/simple.exp: Add new tests.
5964
5be5dbf0
PA
59652017-02-02 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5968 tests.
5969
7346ef59
AA
59702017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5971
5972 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5973 taking a 2-byte value out of a 4-byte DWARF implicit value on
5974 big-endian targets.
5975 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5976 logic. Add test cases for DW_OP_implicit.
5977
787f0025
MM
59782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5979
5980 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5981
68777c29
MM
59822017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5983
5984 * gdb.btrace/enable.exp: Call gdb_exit before
5985 skip_gdbserver_tests.
5986
0a1c7e28
MM
59872017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5988
5989 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5990 GDBFLAGS.
5991
b5ac99b0
MM
59922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5993
5994 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5995 the test is skipped.
5996 * gdb.btrace/data.exp: Likewise.
5997 * gdb.btrace/delta.exp: Likewise.
5998 * gdb.btrace/dlopen.exp: Likewise.
5999 * gdb.btrace/enable-running.exp: Likewise.
6000 * gdb.btrace/enable.exp: Likewise.
6001 * gdb.btrace/exception.exp: Likewise.
6002 * gdb.btrace/function_call_history.exp: Likewise.
6003 * gdb.btrace/gcore.exp: Likewise.
6004 * gdb.btrace/instruction_history.exp: Likewise.
6005 * gdb.btrace/multi-thread-step.exp: Likewise.
6006 * gdb.btrace/nohist.exp: Likewise.
6007 * gdb.btrace/non-stop.exp: Likewise.
6008 * gdb.btrace/reconnect.exp: Likewise.
6009 * gdb.btrace/record_goto-step.exp: Likewise.
6010 * gdb.btrace/record_goto.exp: Likewise.
6011 * gdb.btrace/rn-dl-bind.exp: Likewise.
6012 * gdb.btrace/segv.exp: Likewise.
6013 * gdb.btrace/step.exp: Likewise.
6014 * gdb.btrace/stepi.exp: Likewise.
6015 * gdb.btrace/tailcall-only.exp: Likewise.
6016 * gdb.btrace/tailcall.exp: Likewise.
6017 * gdb.btrace/tsx.exp: Likewise.
6018 * gdb.btrace/unknown_functions.exp: Likewise.
6019 * gdb.btrace/vdso.exp: Likewise.
6020
cd4007e4
MM
60212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6022
6023 * gdb.btrace/enable-running.c: New.
6024 * gdb.btrace/enable-running.exp: New.
6025
2735833d
WT
60262017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6027
6028 * gdb.arch/amd64-gs_base.c: New file.
6029 * gdb.arch/amd64-gs_base.exp: New file.
6030
b51e1e94
LM
60312017-01-26 Luis Machado <lgustavo@codesourcery.com>
6032
6033 * lib/memory.exp: Remove spurious empty newlines.
6034
72ca0410
SM
60352017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6036
6037 * gdb.python/py-bad-printers.exp: Load python file using "source".
6038 * gdb.python/py-events.exp: Likewise.
6039 * gdb.python/py-evsignal.exp: Likewise.
6040 * gdb.python/py-evthreads.exp: Likewise.
6041 * gdb.python/py-frame-args.exp: Likewise.
6042 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6043 * gdb.python/py-framefilter-mi.exp: Likewise.
6044 * gdb.python/py-framefilter.exp: Likewise.
6045 * gdb.python/py-mi.exp: Likewise.
6046 * gdb.python/py-pp-maint.exp: Likewise.
6047 * gdb.python/py-pp-registration.exp: Likewise.
6048 * gdb.python/py-prettyprint.exp: Likewise.
6049 (run_lang_tests): Likewise.
6050 * gdb.python/py-typeprint.exp: Likewise.
6051
e309aa65
LM
60522017-01-26 Luis Machado <lgustavo@codesourcery.com>
6053
6054 * lib/memory.exp: New file.
6055 * lib/gdb.exp: Load memory.exp.
6056 * gdb.base/memattr.exp (delete_memory): Move proc to
6057 lib/memory.exp and rename to delete_memory_regions.
6058 Replace delete_memory with delete_memory_regions.
6059 Cleanup memory regions before tests.
6060 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6061 before tests.
6062
515aff23
LM
60632017-01-26 Luis Machado <lgustavo@codesourcery.com>
6064
6065 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6066 files.
6067 (initialize): New function conditionally defined.
6068 (testcases): Move within conditional block.
6069 (main): Call initialize.
6070 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6071 of gdb.reverse/insn-reverse.c.
6072 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6073 gdb.reverse/insn-reverse.c.
6074
d8b49cf0
YQ
60752017-01-26 Yao Qi <yao.qi@linaro.org>
6076
6077 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6078 disassemble on address 0.
6079
f13a9a0c
YQ
60802017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6081 Yao Qi <yao.qi@linaro.org>
6082
6083 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6084 * gdb.dwarf2/implptr-64bit.S: Remove.
6085 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6086 variables in caller's context. Add DW_OP_implicit_value.
6087
5ac95241
YQ
60882017-01-25 Yao Qi <yao.qi@linaro.org>
6089
6090 * lib/dwarf.exp (Dwarf::_location): Handle
6091 DW_OP_GNU_implicit_pointer with proper size.
6092
23e82930
LM
60932017-01-20 Luis Machado <lgustavo@codesourcery.com>
6094
6095 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6096 and add untested calls.
6097
d334ae25
LM
60982017-01-20 Luis Machado <lgustavo@codesourcery.com>
6099
6100 * gdb.python/python.exp: Check line number against what GDB thinks
6101 the line number is for func1.
6102
f5e6296e
IB
61032017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6104
6105 * gdb.dlang/debug-expr.exp: New file.
6106
5b362f04
LM
61072016-12-23 Luis Machado <lgustavo@codesourcery.com>
6108
6109 Fix test names for the following files:
6110
6111 * gdb.ada/exec_changed.exp
6112 * gdb.ada/info_types.exp
6113 * gdb.arch/aarch64-atomic-inst.exp
6114 * gdb.arch/aarch64-fp.exp
6115 * gdb.arch/altivec-abi.exp
6116 * gdb.arch/altivec-regs.exp
6117 * gdb.arch/amd64-byte.exp
6118 * gdb.arch/amd64-disp-step.exp
6119 * gdb.arch/amd64-dword.exp
6120 * gdb.arch/amd64-entry-value-inline.exp
6121 * gdb.arch/amd64-entry-value-param.exp
6122 * gdb.arch/amd64-entry-value-paramref.exp
6123 * gdb.arch/amd64-entry-value.exp
6124 * gdb.arch/amd64-i386-address.exp
6125 * gdb.arch/amd64-invalid-stack-middle.exp
6126 * gdb.arch/amd64-invalid-stack-top.exp
6127 * gdb.arch/amd64-optimout-repeat.exp
6128 * gdb.arch/amd64-prologue-skip.exp
6129 * gdb.arch/amd64-prologue-xmm.exp
6130 * gdb.arch/amd64-stap-special-operands.exp
6131 * gdb.arch/amd64-stap-wrong-subexp.exp
6132 * gdb.arch/amd64-tailcall-cxx.exp
6133 * gdb.arch/amd64-tailcall-noret.exp
6134 * gdb.arch/amd64-tailcall-ret.exp
6135 * gdb.arch/amd64-tailcall-self.exp
6136 * gdb.arch/amd64-word.exp
6137 * gdb.arch/arm-bl-branch-dest.exp
6138 * gdb.arch/arm-disp-step.exp
6139 * gdb.arch/arm-neon.exp
6140 * gdb.arch/arm-single-step-kernel-helper.exp
6141 * gdb.arch/avr-flash-qualifier.exp
6142 * gdb.arch/disp-step-insn-reloc.exp
6143 * gdb.arch/e500-abi.exp
6144 * gdb.arch/e500-regs.exp
6145 * gdb.arch/ftrace-insn-reloc.exp
6146 * gdb.arch/i386-avx512.exp
6147 * gdb.arch/i386-bp_permanent.exp
6148 * gdb.arch/i386-byte.exp
6149 * gdb.arch/i386-cfi-notcurrent.exp
6150 * gdb.arch/i386-disp-step.exp
6151 * gdb.arch/i386-dr3-watch.exp
6152 * gdb.arch/i386-float.exp
6153 * gdb.arch/i386-gnu-cfi.exp
6154 * gdb.arch/i386-mpx-map.exp
6155 * gdb.arch/i386-mpx-sigsegv.exp
6156 * gdb.arch/i386-mpx-simple_segv.exp
6157 * gdb.arch/i386-mpx.exp
6158 * gdb.arch/i386-permbkpt.exp
6159 * gdb.arch/i386-prologue.exp
6160 * gdb.arch/i386-signal.exp
6161 * gdb.arch/i386-size-overlap.exp
6162 * gdb.arch/i386-unwind.exp
6163 * gdb.arch/i386-word.exp
6164 * gdb.arch/mips-fcr.exp
6165 * gdb.arch/powerpc-d128-regs.exp
6166 * gdb.arch/powerpc-stackless.exp
6167 * gdb.arch/ppc64-atomic-inst.exp
6168 * gdb.arch/s390-stackless.exp
6169 * gdb.arch/s390-tdbregs.exp
6170 * gdb.arch/s390-vregs.exp
6171 * gdb.arch/sparc-sysstep.exp
6172 * gdb.arch/thumb-bx-pc.exp
6173 * gdb.arch/thumb-singlestep.exp
6174 * gdb.arch/thumb2-it.exp
6175 * gdb.arch/vsx-regs.exp
6176 * gdb.asm/asm-source.exp
6177 * gdb.base/a2-run.exp
6178 * gdb.base/advance.exp
6179 * gdb.base/all-bin.exp
6180 * gdb.base/anon.exp
6181 * gdb.base/args.exp
6182 * gdb.base/arithmet.exp
6183 * gdb.base/async-shell.exp
6184 * gdb.base/async.exp
6185 * gdb.base/attach-pie-noexec.exp
6186 * gdb.base/attach-twice.exp
6187 * gdb.base/auto-load.exp
6188 * gdb.base/bang.exp
6189 * gdb.base/bitfields.exp
6190 * gdb.base/break-always.exp
6191 * gdb.base/break-caller-line.exp
6192 * gdb.base/break-entry.exp
6193 * gdb.base/break-inline.exp
6194 * gdb.base/break-on-linker-gcd-function.exp
6195 * gdb.base/break-probes.exp
6196 * gdb.base/break.exp
6197 * gdb.base/breakpoint-shadow.exp
6198 * gdb.base/call-ar-st.exp
6199 * gdb.base/call-sc.exp
6200 * gdb.base/call-signal-resume.exp
6201 * gdb.base/call-strs.exp
6202 * gdb.base/callfuncs.exp
6203 * gdb.base/catch-fork-static.exp
6204 * gdb.base/catch-gdb-caused-signals.exp
6205 * gdb.base/catch-load.exp
6206 * gdb.base/catch-signal-fork.exp
6207 * gdb.base/catch-signal.exp
6208 * gdb.base/catch-syscall.exp
6209 * gdb.base/charset.exp
6210 * gdb.base/checkpoint.exp
6211 * gdb.base/chng-syms.exp
6212 * gdb.base/code-expr.exp
6213 * gdb.base/code_elim.exp
6214 * gdb.base/commands.exp
6215 * gdb.base/completion.exp
6216 * gdb.base/complex.exp
6217 * gdb.base/cond-expr.exp
6218 * gdb.base/condbreak.exp
6219 * gdb.base/consecutive.exp
6220 * gdb.base/continue-all-already-running.exp
6221 * gdb.base/coredump-filter.exp
6222 * gdb.base/corefile.exp
6223 * gdb.base/dbx.exp
6224 * gdb.base/debug-expr.exp
6225 * gdb.base/define.exp
6226 * gdb.base/del.exp
6227 * gdb.base/disabled-location.exp
6228 * gdb.base/disasm-end-cu.exp
6229 * gdb.base/disasm-optim.exp
6230 * gdb.base/display.exp
6231 * gdb.base/duplicate-bp.exp
6232 * gdb.base/ena-dis-br.exp
6233 * gdb.base/ending-run.exp
6234 * gdb.base/enumval.exp
6235 * gdb.base/environ.exp
6236 * gdb.base/eu-strip-infcall.exp
6237 * gdb.base/eval-avoid-side-effects.exp
6238 * gdb.base/eval-skip.exp
6239 * gdb.base/exitsignal.exp
6240 * gdb.base/expand-psymtabs.exp
6241 * gdb.base/filesym.exp
6242 * gdb.base/find-unmapped.exp
6243 * gdb.base/finish.exp
6244 * gdb.base/float.exp
6245 * gdb.base/foll-exec-mode.exp
6246 * gdb.base/foll-exec.exp
6247 * gdb.base/foll-fork.exp
6248 * gdb.base/fortran-sym-case.exp
6249 * gdb.base/freebpcmd.exp
6250 * gdb.base/func-ptr.exp
6251 * gdb.base/func-ptrs.exp
6252 * gdb.base/funcargs.exp
6253 * gdb.base/gcore-buffer-overflow.exp
6254 * gdb.base/gcore-relro-pie.exp
6255 * gdb.base/gcore-relro.exp
6256 * gdb.base/gcore.exp
6257 * gdb.base/gdb1090.exp
6258 * gdb.base/gdb11530.exp
6259 * gdb.base/gdb11531.exp
6260 * gdb.base/gdb1821.exp
6261 * gdb.base/gdbindex-stabs.exp
6262 * gdb.base/gdbvars.exp
6263 * gdb.base/hbreak.exp
6264 * gdb.base/hbreak2.exp
6265 * gdb.base/included.exp
6266 * gdb.base/infcall-input.exp
6267 * gdb.base/inferior-died.exp
6268 * gdb.base/infnan.exp
6269 * gdb.base/info-macros.exp
6270 * gdb.base/info-os.exp
6271 * gdb.base/info-proc.exp
6272 * gdb.base/info-shared.exp
6273 * gdb.base/info-target.exp
6274 * gdb.base/infoline.exp
6275 * gdb.base/interp.exp
6276 * gdb.base/interrupt.exp
6277 * gdb.base/jit-reader.exp
6278 * gdb.base/jit-simple.exp
6279 * gdb.base/kill-after-signal.exp
6280 * gdb.base/kill-detach-inferiors-cmd.exp
6281 * gdb.base/label.exp
6282 * gdb.base/langs.exp
6283 * gdb.base/ldbl_e308.exp
6284 * gdb.base/line-symtabs.exp
6285 * gdb.base/linespecs.exp
6286 * gdb.base/list.exp
6287 * gdb.base/long_long.exp
6288 * gdb.base/longest-types.exp
6289 * gdb.base/maint.exp
6290 * gdb.base/max-value-size.exp
6291 * gdb.base/memattr.exp
6292 * gdb.base/mips_pro.exp
6293 * gdb.base/morestack.exp
6294 * gdb.base/moribund-step.exp
6295 * gdb.base/multi-forks.exp
6296 * gdb.base/nested-addr.exp
6297 * gdb.base/nextoverexit.exp
6298 * gdb.base/noreturn-finish.exp
6299 * gdb.base/noreturn-return.exp
6300 * gdb.base/nostdlib.exp
6301 * gdb.base/offsets.exp
6302 * gdb.base/opaque.exp
6303 * gdb.base/pc-fp.exp
6304 * gdb.base/permissions.exp
6305 * gdb.base/print-symbol-loading.exp
6306 * gdb.base/prologue-include.exp
6307 * gdb.base/psymtab.exp
6308 * gdb.base/ptype.exp
6309 * gdb.base/random-signal.exp
6310 * gdb.base/randomize.exp
6311 * gdb.base/range-stepping.exp
6312 * gdb.base/readline-ask.exp
6313 * gdb.base/recpar.exp
6314 * gdb.base/recurse.exp
6315 * gdb.base/relational.exp
6316 * gdb.base/restore.exp
6317 * gdb.base/return-nodebug.exp
6318 * gdb.base/return.exp
6319 * gdb.base/run-after-attach.exp
6320 * gdb.base/save-bp.exp
6321 * gdb.base/scope.exp
6322 * gdb.base/sect-cmd.exp
6323 * gdb.base/set-lang-auto.exp
6324 * gdb.base/set-noassign.exp
6325 * gdb.base/setvar.exp
6326 * gdb.base/sigall.exp
6327 * gdb.base/sigbpt.exp
6328 * gdb.base/siginfo-addr.exp
6329 * gdb.base/siginfo-infcall.exp
6330 * gdb.base/siginfo-obj.exp
6331 * gdb.base/siginfo.exp
6332 * gdb.base/signals-state-child.exp
6333 * gdb.base/signest.exp
6334 * gdb.base/sigstep.exp
6335 * gdb.base/sizeof.exp
6336 * gdb.base/skip.exp
6337 * gdb.base/solib-corrupted.exp
6338 * gdb.base/solib-nodir.exp
6339 * gdb.base/solib-search.exp
6340 * gdb.base/stack-checking.exp
6341 * gdb.base/stale-infcall.exp
6342 * gdb.base/stap-probe.exp
6343 * gdb.base/start.exp
6344 * gdb.base/step-break.exp
6345 * gdb.base/step-bt.exp
6346 * gdb.base/step-line.exp
6347 * gdb.base/step-over-exit.exp
6348 * gdb.base/step-over-syscall.exp
6349 * gdb.base/step-resume-infcall.exp
6350 * gdb.base/step-test.exp
6351 * gdb.base/store.exp
6352 * gdb.base/structs3.exp
6353 * gdb.base/sym-file.exp
6354 * gdb.base/symbol-without-target_section.exp
6355 * gdb.base/term.exp
6356 * gdb.base/testenv.exp
6357 * gdb.base/ui-redirect.exp
6358 * gdb.base/until.exp
6359 * gdb.base/unwindonsignal.exp
6360 * gdb.base/value-double-free.exp
6361 * gdb.base/vla-datatypes.exp
6362 * gdb.base/vla-ptr.exp
6363 * gdb.base/vla-sideeffect.exp
6364 * gdb.base/volatile.exp
6365 * gdb.base/watch-cond-infcall.exp
6366 * gdb.base/watch-cond.exp
6367 * gdb.base/watch-non-mem.exp
6368 * gdb.base/watch-read.exp
6369 * gdb.base/watch-vfork.exp
6370 * gdb.base/watchpoint-cond-gone.exp
6371 * gdb.base/watchpoint-delete.exp
6372 * gdb.base/watchpoint-hw-hit-once.exp
6373 * gdb.base/watchpoint-hw.exp
6374 * gdb.base/watchpoint-stops-at-right-insn.exp
6375 * gdb.base/watchpoints.exp
6376 * gdb.base/wchar.exp
6377 * gdb.base/whatis-exp.exp
6378 * gdb.btrace/buffer-size.exp
6379 * gdb.btrace/data.exp
6380 * gdb.btrace/delta.exp
6381 * gdb.btrace/dlopen.exp
6382 * gdb.btrace/enable.exp
6383 * gdb.btrace/exception.exp
6384 * gdb.btrace/function_call_history.exp
6385 * gdb.btrace/gcore.exp
6386 * gdb.btrace/instruction_history.exp
6387 * gdb.btrace/nohist.exp
6388 * gdb.btrace/reconnect.exp
6389 * gdb.btrace/record_goto-step.exp
6390 * gdb.btrace/record_goto.exp
6391 * gdb.btrace/rn-dl-bind.exp
6392 * gdb.btrace/segv.exp
6393 * gdb.btrace/step.exp
6394 * gdb.btrace/stepi.exp
6395 * gdb.btrace/tailcall-only.exp
6396 * gdb.btrace/tailcall.exp
6397 * gdb.btrace/tsx.exp
6398 * gdb.btrace/unknown_functions.exp
6399 * gdb.btrace/vdso.exp
6400 * gdb.compile/compile-ifunc.exp
6401 * gdb.compile/compile-ops.exp
6402 * gdb.compile/compile-print.exp
6403 * gdb.compile/compile-setjmp.exp
6404 * gdb.cp/abstract-origin.exp
6405 * gdb.cp/ambiguous.exp
6406 * gdb.cp/annota2.exp
6407 * gdb.cp/annota3.exp
6408 * gdb.cp/anon-ns.exp
6409 * gdb.cp/anon-struct.exp
6410 * gdb.cp/anon-union.exp
6411 * gdb.cp/arg-reference.exp
6412 * gdb.cp/baseenum.exp
6413 * gdb.cp/bool.exp
6414 * gdb.cp/breakpoint.exp
6415 * gdb.cp/bs15503.exp
6416 * gdb.cp/call-c.exp
6417 * gdb.cp/casts.exp
6418 * gdb.cp/chained-calls.exp
6419 * gdb.cp/class2.exp
6420 * gdb.cp/classes.exp
6421 * gdb.cp/cmpd-minsyms.exp
6422 * gdb.cp/converts.exp
6423 * gdb.cp/cp-relocate.exp
6424 * gdb.cp/cpcompletion.exp
6425 * gdb.cp/cpexprs.exp
6426 * gdb.cp/cplabel.exp
6427 * gdb.cp/cplusfuncs.exp
6428 * gdb.cp/cpsizeof.exp
6429 * gdb.cp/ctti.exp
6430 * gdb.cp/derivation.exp
6431 * gdb.cp/destrprint.exp
6432 * gdb.cp/dispcxx.exp
6433 * gdb.cp/enum-class.exp
6434 * gdb.cp/exception.exp
6435 * gdb.cp/exceptprint.exp
6436 * gdb.cp/expand-psymtabs-cxx.exp
6437 * gdb.cp/expand-sals.exp
6438 * gdb.cp/extern-c.exp
6439 * gdb.cp/filename.exp
6440 * gdb.cp/formatted-ref.exp
6441 * gdb.cp/fpointer.exp
6442 * gdb.cp/gdb1355.exp
6443 * gdb.cp/gdb2495.exp
6444 * gdb.cp/hang.exp
6445 * gdb.cp/impl-this.exp
6446 * gdb.cp/infcall-dlopen.exp
6447 * gdb.cp/inherit.exp
6448 * gdb.cp/iostream.exp
6449 * gdb.cp/koenig.exp
6450 * gdb.cp/local.exp
6451 * gdb.cp/m-data.exp
6452 * gdb.cp/m-static.exp
6453 * gdb.cp/mb-ctor.exp
6454 * gdb.cp/mb-inline.exp
6455 * gdb.cp/mb-templates.exp
6456 * gdb.cp/member-name.exp
6457 * gdb.cp/member-ptr.exp
6458 * gdb.cp/meth-typedefs.exp
6459 * gdb.cp/method.exp
6460 * gdb.cp/method2.exp
6461 * gdb.cp/minsym-fallback.exp
6462 * gdb.cp/misc.exp
6463 * gdb.cp/namelessclass.exp
6464 * gdb.cp/namespace-enum.exp
6465 * gdb.cp/namespace-nested-import.exp
6466 * gdb.cp/namespace.exp
6467 * gdb.cp/nextoverthrow.exp
6468 * gdb.cp/no-dmgl-verbose.exp
6469 * gdb.cp/non-trivial-retval.exp
6470 * gdb.cp/noparam.exp
6471 * gdb.cp/nsdecl.exp
6472 * gdb.cp/nsimport.exp
6473 * gdb.cp/nsnested.exp
6474 * gdb.cp/nsnoimports.exp
6475 * gdb.cp/nsrecurs.exp
6476 * gdb.cp/nsstress.exp
6477 * gdb.cp/nsusing.exp
6478 * gdb.cp/operator.exp
6479 * gdb.cp/oranking.exp
6480 * gdb.cp/overload-const.exp
6481 * gdb.cp/overload.exp
6482 * gdb.cp/ovldbreak.exp
6483 * gdb.cp/ovsrch.exp
6484 * gdb.cp/paren-type.exp
6485 * gdb.cp/parse-lang.exp
6486 * gdb.cp/pass-by-ref.exp
6487 * gdb.cp/pr-1023.exp
6488 * gdb.cp/pr-1210.exp
6489 * gdb.cp/pr-574.exp
6490 * gdb.cp/pr10687.exp
6491 * gdb.cp/pr12028.exp
6492 * gdb.cp/pr17132.exp
6493 * gdb.cp/pr17494.exp
6494 * gdb.cp/pr9067.exp
6495 * gdb.cp/pr9167.exp
6496 * gdb.cp/pr9631.exp
6497 * gdb.cp/printmethod.exp
6498 * gdb.cp/psmang.exp
6499 * gdb.cp/psymtab-parameter.exp
6500 * gdb.cp/ptype-cv-cp.exp
6501 * gdb.cp/ptype-flags.exp
6502 * gdb.cp/re-set-overloaded.exp
6503 * gdb.cp/ref-types.exp
6504 * gdb.cp/rtti.exp
6505 * gdb.cp/scope-err.exp
6506 * gdb.cp/shadow.exp
6507 * gdb.cp/smartp.exp
6508 * gdb.cp/static-method.exp
6509 * gdb.cp/static-print-quit.exp
6510 * gdb.cp/temargs.exp
6511 * gdb.cp/templates.exp
6512 * gdb.cp/try_catch.exp
6513 * gdb.cp/typedef-operator.exp
6514 * gdb.cp/typeid.exp
6515 * gdb.cp/userdef.exp
6516 * gdb.cp/using-crash.exp
6517 * gdb.cp/var-tag.exp
6518 * gdb.cp/virtbase.exp
6519 * gdb.cp/virtfunc.exp
6520 * gdb.cp/virtfunc2.exp
6521 * gdb.cp/vla-cxx.exp
6522 * gdb.disasm/t01_mov.exp
6523 * gdb.disasm/t02_mova.exp
6524 * gdb.disasm/t03_add.exp
6525 * gdb.disasm/t04_sub.exp
6526 * gdb.disasm/t05_cmp.exp
6527 * gdb.disasm/t06_ari2.exp
6528 * gdb.disasm/t07_ari3.exp
6529 * gdb.disasm/t08_or.exp
6530 * gdb.disasm/t09_xor.exp
6531 * gdb.disasm/t10_and.exp
6532 * gdb.disasm/t11_logs.exp
6533 * gdb.disasm/t12_bit.exp
6534 * gdb.disasm/t13_otr.exp
6535 * gdb.dlang/circular.exp
6536 * gdb.dwarf2/arr-stride.exp
6537 * gdb.dwarf2/arr-subrange.exp
6538 * gdb.dwarf2/atomic-type.exp
6539 * gdb.dwarf2/bad-regnum.exp
6540 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6541 * gdb.dwarf2/callframecfa.exp
6542 * gdb.dwarf2/clztest.exp
6543 * gdb.dwarf2/corrupt.exp
6544 * gdb.dwarf2/data-loc.exp
6545 * gdb.dwarf2/dup-psym.exp
6546 * gdb.dwarf2/dw2-anon-mptr.exp
6547 * gdb.dwarf2/dw2-anonymous-func.exp
6548 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6549 * gdb.dwarf2/dw2-bad-unresolved.exp
6550 * gdb.dwarf2/dw2-basic.exp
6551 * gdb.dwarf2/dw2-canonicalize-type.exp
6552 * gdb.dwarf2/dw2-case-insensitive.exp
6553 * gdb.dwarf2/dw2-common-block.exp
6554 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6555 * gdb.dwarf2/dw2-compressed.exp
6556 * gdb.dwarf2/dw2-const.exp
6557 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6558 * gdb.dwarf2/dw2-cu-size.exp
6559 * gdb.dwarf2/dw2-dup-frame.exp
6560 * gdb.dwarf2/dw2-entry-value.exp
6561 * gdb.dwarf2/dw2-icycle.exp
6562 * gdb.dwarf2/dw2-ifort-parameter.exp
6563 * gdb.dwarf2/dw2-inline-break.exp
6564 * gdb.dwarf2/dw2-inline-param.exp
6565 * gdb.dwarf2/dw2-intercu.exp
6566 * gdb.dwarf2/dw2-intermix.exp
6567 * gdb.dwarf2/dw2-lexical-block-bare.exp
6568 * gdb.dwarf2/dw2-linkage-name-trust.exp
6569 * gdb.dwarf2/dw2-minsym-in-cu.exp
6570 * gdb.dwarf2/dw2-noloc.exp
6571 * gdb.dwarf2/dw2-op-call.exp
6572 * gdb.dwarf2/dw2-op-out-param.exp
6573 * gdb.dwarf2/dw2-opt-structptr.exp
6574 * gdb.dwarf2/dw2-param-error.exp
6575 * gdb.dwarf2/dw2-producer.exp
6576 * gdb.dwarf2/dw2-ranges-base.exp
6577 * gdb.dwarf2/dw2-ref-missing-frame.exp
6578 * gdb.dwarf2/dw2-reg-undefined.exp
6579 * gdb.dwarf2/dw2-regno-invalid.exp
6580 * gdb.dwarf2/dw2-restore.exp
6581 * gdb.dwarf2/dw2-restrict.exp
6582 * gdb.dwarf2/dw2-single-line-discriminators.exp
6583 * gdb.dwarf2/dw2-strp.exp
6584 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6585 * gdb.dwarf2/dw2-unresolved.exp
6586 * gdb.dwarf2/dw2-var-zero-addr.exp
6587 * gdb.dwarf2/dw4-sig-types.exp
6588 * gdb.dwarf2/dwz.exp
6589 * gdb.dwarf2/dynarr-ptr.exp
6590 * gdb.dwarf2/enum-type.exp
6591 * gdb.dwarf2/gdb-index.exp
6592 * gdb.dwarf2/implptr-64bit.exp
6593 * gdb.dwarf2/implptr-optimized-out.exp
6594 * gdb.dwarf2/implptr.exp
6595 * gdb.dwarf2/implref-array.exp
6596 * gdb.dwarf2/implref-const.exp
6597 * gdb.dwarf2/implref-global.exp
6598 * gdb.dwarf2/implref-struct.exp
6599 * gdb.dwarf2/mac-fileno.exp
6600 * gdb.dwarf2/main-subprogram.exp
6601 * gdb.dwarf2/member-ptr-forwardref.exp
6602 * gdb.dwarf2/method-ptr.exp
6603 * gdb.dwarf2/missing-sig-type.exp
6604 * gdb.dwarf2/nonvar-access.exp
6605 * gdb.dwarf2/opaque-type-lookup.exp
6606 * gdb.dwarf2/pieces-optimized-out.exp
6607 * gdb.dwarf2/pieces.exp
6608 * gdb.dwarf2/pr10770.exp
6609 * gdb.dwarf2/pr13961.exp
6610 * gdb.dwarf2/staticvirtual.exp
6611 * gdb.dwarf2/subrange.exp
6612 * gdb.dwarf2/symtab-producer.exp
6613 * gdb.dwarf2/trace-crash.exp
6614 * gdb.dwarf2/typeddwarf.exp
6615 * gdb.dwarf2/valop.exp
6616 * gdb.dwarf2/watch-notconst.exp
6617 * gdb.fortran/array-element.exp
6618 * gdb.fortran/charset.exp
6619 * gdb.fortran/common-block.exp
6620 * gdb.fortran/complex.exp
6621 * gdb.fortran/derived-type-function.exp
6622 * gdb.fortran/derived-type.exp
6623 * gdb.fortran/logical.exp
6624 * gdb.fortran/module.exp
6625 * gdb.fortran/multi-dim.exp
6626 * gdb.fortran/nested-funcs.exp
6627 * gdb.fortran/print-formatted.exp
6628 * gdb.fortran/subarray.exp
6629 * gdb.fortran/vla-alloc-assoc.exp
6630 * gdb.fortran/vla-datatypes.exp
6631 * gdb.fortran/vla-history.exp
6632 * gdb.fortran/vla-ptr-info.exp
6633 * gdb.fortran/vla-ptype-sub.exp
6634 * gdb.fortran/vla-ptype.exp
6635 * gdb.fortran/vla-sizeof.exp
6636 * gdb.fortran/vla-type.exp
6637 * gdb.fortran/vla-value-sub-arbitrary.exp
6638 * gdb.fortran/vla-value-sub-finish.exp
6639 * gdb.fortran/vla-value-sub.exp
6640 * gdb.fortran/vla-value.exp
6641 * gdb.fortran/whatis_type.exp
6642 * gdb.go/chan.exp
6643 * gdb.go/handcall.exp
6644 * gdb.go/hello.exp
6645 * gdb.go/integers.exp
6646 * gdb.go/methods.exp
6647 * gdb.go/package.exp
6648 * gdb.go/strings.exp
6649 * gdb.go/types.exp
6650 * gdb.go/unsafe.exp
6651 * gdb.guile/scm-arch.exp
6652 * gdb.guile/scm-block.exp
6653 * gdb.guile/scm-breakpoint.exp
6654 * gdb.guile/scm-cmd.exp
6655 * gdb.guile/scm-disasm.exp
6656 * gdb.guile/scm-equal.exp
6657 * gdb.guile/scm-frame-args.exp
6658 * gdb.guile/scm-frame-inline.exp
6659 * gdb.guile/scm-frame.exp
6660 * gdb.guile/scm-iterator.exp
6661 * gdb.guile/scm-math.exp
6662 * gdb.guile/scm-objfile.exp
6663 * gdb.guile/scm-ports.exp
6664 * gdb.guile/scm-symbol.exp
6665 * gdb.guile/scm-symtab.exp
6666 * gdb.guile/scm-value-cc.exp
6667 * gdb.guile/types-module.exp
6668 * gdb.linespec/break-ask.exp
6669 * gdb.linespec/cpexplicit.exp
6670 * gdb.linespec/explicit.exp
6671 * gdb.linespec/keywords.exp
6672 * gdb.linespec/linespec.exp
6673 * gdb.linespec/ls-dollar.exp
6674 * gdb.linespec/ls-errs.exp
6675 * gdb.linespec/skip-two.exp
6676 * gdb.linespec/thread.exp
6677 * gdb.mi/mi-async.exp
6678 * gdb.mi/mi-basics.exp
6679 * gdb.mi/mi-break.exp
6680 * gdb.mi/mi-catch-load.exp
6681 * gdb.mi/mi-cli.exp
6682 * gdb.mi/mi-cmd-param-changed.exp
6683 * gdb.mi/mi-console.exp
6684 * gdb.mi/mi-detach.exp
6685 * gdb.mi/mi-disassemble.exp
6686 * gdb.mi/mi-eval.exp
6687 * gdb.mi/mi-file-transfer.exp
6688 * gdb.mi/mi-file.exp
6689 * gdb.mi/mi-fill-memory.exp
6690 * gdb.mi/mi-inheritance-syntax-error.exp
6691 * gdb.mi/mi-linespec-err-cp.exp
6692 * gdb.mi/mi-logging.exp
6693 * gdb.mi/mi-memory-changed.exp
6694 * gdb.mi/mi-read-memory.exp
6695 * gdb.mi/mi-record-changed.exp
6696 * gdb.mi/mi-reg-undefined.exp
6697 * gdb.mi/mi-regs.exp
6698 * gdb.mi/mi-return.exp
6699 * gdb.mi/mi-reverse.exp
6700 * gdb.mi/mi-simplerun.exp
6701 * gdb.mi/mi-solib.exp
6702 * gdb.mi/mi-stack.exp
6703 * gdb.mi/mi-stepi.exp
6704 * gdb.mi/mi-syn-frame.exp
6705 * gdb.mi/mi-until.exp
6706 * gdb.mi/mi-var-block.exp
6707 * gdb.mi/mi-var-child.exp
6708 * gdb.mi/mi-var-cmd.exp
6709 * gdb.mi/mi-var-cp.exp
6710 * gdb.mi/mi-var-display.exp
6711 * gdb.mi/mi-var-invalidate.exp
6712 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6713 * gdb.mi/mi-vla-fortran.exp
6714 * gdb.mi/mi-watch.exp
6715 * gdb.mi/mi2-var-child.exp
6716 * gdb.mi/user-selected-context-sync.exp
6717 * gdb.modula2/unbounded-array.exp
6718 * gdb.multi/dummy-frame-restore.exp
6719 * gdb.multi/multi-arch-exec.exp
6720 * gdb.multi/multi-arch.exp
6721 * gdb.multi/tids.exp
6722 * gdb.multi/watchpoint-multi.exp
6723 * gdb.opencl/callfuncs.exp
6724 * gdb.opencl/convs_casts.exp
6725 * gdb.opencl/datatypes.exp
6726 * gdb.opencl/operators.exp
6727 * gdb.opencl/vec_comps.exp
6728 * gdb.opt/clobbered-registers-O2.exp
6729 * gdb.opt/inline-break.exp
6730 * gdb.opt/inline-bt.exp
6731 * gdb.opt/inline-cmds.exp
6732 * gdb.opt/inline-locals.exp
6733 * gdb.pascal/case-insensitive-symbols.exp
6734 * gdb.pascal/floats.exp
6735 * gdb.pascal/gdb11492.exp
6736 * gdb.python/lib-types.exp
6737 * gdb.python/py-arch.exp
6738 * gdb.python/py-as-string.exp
6739 * gdb.python/py-bad-printers.exp
6740 * gdb.python/py-block.exp
6741 * gdb.python/py-breakpoint-create-fail.exp
6742 * gdb.python/py-breakpoint.exp
6743 * gdb.python/py-caller-is.exp
6744 * gdb.python/py-cmd.exp
6745 * gdb.python/py-explore-cc.exp
6746 * gdb.python/py-explore.exp
6747 * gdb.python/py-finish-breakpoint.exp
6748 * gdb.python/py-finish-breakpoint2.exp
6749 * gdb.python/py-frame-args.exp
6750 * gdb.python/py-frame-inline.exp
6751 * gdb.python/py-frame.exp
6752 * gdb.python/py-framefilter-mi.exp
6753 * gdb.python/py-infthread.exp
6754 * gdb.python/py-lazy-string.exp
6755 * gdb.python/py-linetable.exp
6756 * gdb.python/py-mi-events.exp
6757 * gdb.python/py-mi-objfile.exp
6758 * gdb.python/py-mi.exp
6759 * gdb.python/py-objfile.exp
6760 * gdb.python/py-pp-integral.exp
6761 * gdb.python/py-pp-maint.exp
6762 * gdb.python/py-pp-re-notag.exp
6763 * gdb.python/py-pp-registration.exp
6764 * gdb.python/py-recurse-unwind.exp
6765 * gdb.python/py-strfns.exp
6766 * gdb.python/py-symbol.exp
6767 * gdb.python/py-symtab.exp
6768 * gdb.python/py-sync-interp.exp
6769 * gdb.python/py-typeprint.exp
6770 * gdb.python/py-unwind-maint.exp
6771 * gdb.python/py-unwind.exp
6772 * gdb.python/py-value-cc.exp
6773 * gdb.python/py-xmethods.exp
6774 * gdb.reverse/amd64-tailcall-reverse.exp
6775 * gdb.reverse/break-precsave.exp
6776 * gdb.reverse/break-reverse.exp
6777 * gdb.reverse/consecutive-precsave.exp
6778 * gdb.reverse/consecutive-reverse.exp
6779 * gdb.reverse/finish-precsave.exp
6780 * gdb.reverse/finish-reverse-bkpt.exp
6781 * gdb.reverse/finish-reverse.exp
6782 * gdb.reverse/fstatat-reverse.exp
6783 * gdb.reverse/getresuid-reverse.exp
6784 * gdb.reverse/i386-precsave.exp
6785 * gdb.reverse/i386-reverse.exp
6786 * gdb.reverse/i386-sse-reverse.exp
6787 * gdb.reverse/i387-env-reverse.exp
6788 * gdb.reverse/i387-stack-reverse.exp
6789 * gdb.reverse/insn-reverse.exp
6790 * gdb.reverse/machinestate-precsave.exp
6791 * gdb.reverse/machinestate.exp
6792 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6793 * gdb.reverse/pipe-reverse.exp
6794 * gdb.reverse/readv-reverse.exp
6795 * gdb.reverse/recvmsg-reverse.exp
6796 * gdb.reverse/rerun-prec.exp
6797 * gdb.reverse/s390-mvcle.exp
6798 * gdb.reverse/step-precsave.exp
6799 * gdb.reverse/step-reverse.exp
6800 * gdb.reverse/time-reverse.exp
6801 * gdb.reverse/until-precsave.exp
6802 * gdb.reverse/until-reverse.exp
6803 * gdb.reverse/waitpid-reverse.exp
6804 * gdb.reverse/watch-precsave.exp
6805 * gdb.reverse/watch-reverse.exp
6806 * gdb.rust/generics.exp
6807 * gdb.rust/methods.exp
6808 * gdb.rust/modules.exp
6809 * gdb.rust/simple.exp
6810 * gdb.server/connect-with-no-symbol-file.exp
6811 * gdb.server/ext-attach.exp
6812 * gdb.server/ext-restart.exp
6813 * gdb.server/ext-wrapper.exp
6814 * gdb.server/file-transfer.exp
6815 * gdb.server/server-exec-info.exp
6816 * gdb.server/server-kill.exp
6817 * gdb.server/server-mon.exp
6818 * gdb.server/wrapper.exp
6819 * gdb.stabs/exclfwd.exp
6820 * gdb.stabs/gdb11479.exp
6821 * gdb.threads/clone-new-thread-event.exp
6822 * gdb.threads/corethreads.exp
6823 * gdb.threads/current-lwp-dead.exp
6824 * gdb.threads/dlopen-libpthread.exp
6825 * gdb.threads/gcore-thread.exp
6826 * gdb.threads/sigstep-threads.exp
6827 * gdb.threads/watchpoint-fork.exp
6828 * gdb.trace/actions-changed.exp
6829 * gdb.trace/backtrace.exp
6830 * gdb.trace/change-loc.exp
6831 * gdb.trace/circ.exp
6832 * gdb.trace/collection.exp
6833 * gdb.trace/disconnected-tracing.exp
6834 * gdb.trace/ftrace.exp
6835 * gdb.trace/mi-trace-frame-collected.exp
6836 * gdb.trace/mi-trace-unavailable.exp
6837 * gdb.trace/mi-traceframe-changed.exp
6838 * gdb.trace/mi-tsv-changed.exp
6839 * gdb.trace/no-attach-trace.exp
6840 * gdb.trace/passc-dyn.exp
6841 * gdb.trace/qtro.exp
6842 * gdb.trace/range-stepping.exp
6843 * gdb.trace/read-memory.exp
6844 * gdb.trace/save-trace.exp
6845 * gdb.trace/signal.exp
6846 * gdb.trace/status-stop.exp
6847 * gdb.trace/tfile.exp
6848 * gdb.trace/trace-break.exp
6849 * gdb.trace/trace-buffer-size.exp
6850 * gdb.trace/trace-condition.exp
6851 * gdb.trace/tracefile-pseudo-reg.exp
6852 * gdb.trace/tstatus.exp
6853 * gdb.trace/unavailable.exp
6854 * gdb.trace/while-dyn.exp
6855 * gdb.trace/while-stepping.exp
6856
34c41c68
DE
68572016-12-22 Doug Evans <xdje42@gmail.com>
6858
6859 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6860 and msymbols.
6861
16e69324
YQ
68622016-12-19 Yao Qi <yao.qi@linaro.org>
6863
6864 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6865 (test_with_self): Don't call do_steps_and_nexts, and remove
6866 code about stepping into xmalloc.
6867
f94f411b
YQ
68682016-12-09 Yao Qi <yao.qi@linaro.org>
6869
6870 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6871
68722016-12-09 Yao Qi <yao.qi@linaro.org>
6873
6874 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6875
f1b5deee
PA
68762016-12-09 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.base/all-architectures-0.exp: New file.
6879 * gdb.base/all-architectures-1.exp: New file.
6880 * gdb.base/all-architectures-2.exp: New file.
6881 * gdb.base/all-architectures-3.exp: New file.
6882 * gdb.base/all-architectures-4.exp: New file.
6883 * gdb.base/all-architectures-5.exp: New file.
6884 * gdb.base/all-architectures-6.exp: New file.
6885 * gdb.base/all-architectures-7.exp: New file.
6886 * gdb.base/all-architectures.exp.in: New file.
6887
364ca42e
YQ
68882016-12-09 Yao Qi <yao.qi@linaro.org>
6889
6890 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6891
107c2d62
LM
68922016-12-02 Luis Machado <lgustavo@codesourcery.com>
6893
6894 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6895 possible.
6896 Remove useless pattern-matching code.
6897
df3ee9ca
PA
68982016-12-02 Pedro Alves <palves@redhat.com>
6899
6900 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6901 procedure.
6902 (top level): Call it.
6903
ec835369
PA
69042016-12-02 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6907 New procedure.
6908 (top level): Call it.
6909
01770bbd
PA
69102016-12-02 Pedro Alves <palves@redhat.com>
6911
6912 PR cli/20559
6913 * gdb.base/commands.exp (user_defined_command_args_eval): New
6914 procedure.
6915 (top level): Call it.
6916
008459ea
LM
69172016-12-02 Luis Machado <lgustavo@codesourcery.com>
6918
6919 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6920 timeout handling.
6921
0c1b455e
TT
69222016-12-02 Tom Tromey <tom@tromey.com>
6923
6924 * gdb.dwarf2/main-subprogram.c: New file.
6925 * gdb.dwarf2/main-subprogram.exp: New file.
6926
018572b8
LM
69272016-12-01 Luis Machado <lgustavo@codesourcery.com>
6928
6929 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6930 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6931 gdb_test_no_output for a couple of cases.
6932 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6933
84c93cd5
LM
69342016-12-01 Luis Machado <lgustavo@codesourcery.com>
6935
6936 Fix test names and standardize compilation error messages throughout
6937 the following files:
6938
6939 * gdb.ada/start.exp
6940 * gdb.arch/alpha-step.exp
6941 * gdb.arch/e500-prologue.exp
6942 * gdb.arch/ftrace-insn-reloc.exp
6943 * gdb.arch/gdb1291.exp
6944 * gdb.arch/gdb1431.exp
6945 * gdb.arch/gdb1558.exp
6946 * gdb.arch/i386-dr3-watch.exp
6947 * gdb.arch/i386-sse-stack-align.exp
6948 * gdb.arch/ia64-breakpoint-shadow.exp
6949 * gdb.arch/pa-nullify.exp
6950 * gdb.arch/powerpc-aix-prologue.exp
6951 * gdb.arch/thumb-bx-pc.exp
6952 * gdb.base/annota1.exp
6953 * gdb.base/annota3.exp
6954 * gdb.base/arrayidx.exp
6955 * gdb.base/assign.exp
6956 * gdb.base/attach.exp
6957 * gdb.base/auxv.exp
6958 * gdb.base/bang.exp
6959 * gdb.base/bfp-test.exp
6960 * gdb.base/bigcore.exp
6961 * gdb.base/bitfields2.exp
6962 * gdb.base/break-fun-addr.exp
6963 * gdb.base/break-probes.exp
6964 * gdb.base/call-rt-st.exp
6965 * gdb.base/callexit.exp
6966 * gdb.base/catch-fork-kill.exp
6967 * gdb.base/charset.exp
6968 * gdb.base/checkpoint.exp
6969 * gdb.base/comprdebug.exp
6970 * gdb.base/constvars.exp
6971 * gdb.base/coredump-filter.exp
6972 * gdb.base/cursal.exp
6973 * gdb.base/cvexpr.exp
6974 * gdb.base/detach.exp
6975 * gdb.base/display.exp
6976 * gdb.base/dmsym.exp
6977 * gdb.base/dprintf-pending.exp
6978 * gdb.base/dso2dso.exp
6979 * gdb.base/dtrace-probe.exp
6980 * gdb.base/dump.exp
6981 * gdb.base/enum_cond.exp
6982 * gdb.base/exe-lock.exp
6983 * gdb.base/exec-invalid-sysroot.exp
6984 * gdb.base/execl-update-breakpoints.exp
6985 * gdb.base/exprs.exp
6986 * gdb.base/fileio.exp
6987 * gdb.base/find.exp
6988 * gdb.base/finish.exp
6989 * gdb.base/fixsection.exp
6990 * gdb.base/foll-vfork.exp
6991 * gdb.base/frame-args.exp
6992 * gdb.base/gcore.exp
6993 * gdb.base/gdb1250.exp
6994 * gdb.base/global-var-nested-by-dso.exp
6995 * gdb.base/gnu-ifunc.exp
6996 * gdb.base/hashline1.exp
6997 * gdb.base/hashline2.exp
6998 * gdb.base/hashline3.exp
6999 * gdb.base/hbreak-in-shr-unsupported.exp
7000 * gdb.base/huge.exp
7001 * gdb.base/infcall-input.exp
7002 * gdb.base/info-fun.exp
7003 * gdb.base/info-shared.exp
7004 * gdb.base/jit-simple.exp
7005 * gdb.base/jit-so.exp
7006 * gdb.base/jit.exp
7007 * gdb.base/jump.exp
7008 * gdb.base/label.exp
7009 * gdb.base/lineinc.exp
7010 * gdb.base/logical.exp
7011 * gdb.base/longjmp.exp
7012 * gdb.base/macscp.exp
7013 * gdb.base/miscexprs.exp
7014 * gdb.base/new-ui-echo.exp
7015 * gdb.base/new-ui-pending-input.exp
7016 * gdb.base/new-ui.exp
7017 * gdb.base/nodebug.exp
7018 * gdb.base/nofield.exp
7019 * gdb.base/offsets.exp
7020 * gdb.base/overlays.exp
7021 * gdb.base/pending.exp
7022 * gdb.base/pointers.exp
7023 * gdb.base/pr11022.exp
7024 * gdb.base/printcmds.exp
7025 * gdb.base/prologue.exp
7026 * gdb.base/ptr-typedef.exp
7027 * gdb.base/realname-expand.exp
7028 * gdb.base/relativedebug.exp
7029 * gdb.base/relocate.exp
7030 * gdb.base/remote.exp
7031 * gdb.base/reread.exp
7032 * gdb.base/return2.exp
7033 * gdb.base/savedregs.exp
7034 * gdb.base/sep.exp
7035 * gdb.base/sepdebug.exp
7036 * gdb.base/sepsymtab.exp
7037 * gdb.base/set-inferior-tty.exp
7038 * gdb.base/setshow.exp
7039 * gdb.base/shlib-call.exp
7040 * gdb.base/sigaltstack.exp
7041 * gdb.base/siginfo-addr.exp
7042 * gdb.base/signals.exp
7043 * gdb.base/signull.exp
7044 * gdb.base/sigrepeat.exp
7045 * gdb.base/so-impl-ld.exp
7046 * gdb.base/solib-display.exp
7047 * gdb.base/solib-overlap.exp
7048 * gdb.base/solib-search.exp
7049 * gdb.base/solib-symbol.exp
7050 * gdb.base/structs.exp
7051 * gdb.base/structs2.exp
7052 * gdb.base/symtab-search-order.exp
7053 * gdb.base/twice.exp
7054 * gdb.base/unload.exp
7055 * gdb.base/varargs.exp
7056 * gdb.base/watchpoint-solib.exp
7057 * gdb.base/watchpoint.exp
7058 * gdb.base/whatis.exp
7059 * gdb.base/wrong_frame_bt_full.exp
7060 * gdb.btrace/dlopen.exp
7061 * gdb.cell/ea-standalone.exp
7062 * gdb.cell/ea-test.exp
7063 * gdb.cp/dispcxx.exp
7064 * gdb.cp/gdb2384.exp
7065 * gdb.cp/method2.exp
7066 * gdb.cp/nextoverthrow.exp
7067 * gdb.cp/pr10728.exp
7068 * gdb.disasm/am33.exp
7069 * gdb.disasm/h8300s.exp
7070 * gdb.disasm/mn10300.exp
7071 * gdb.disasm/sh3.exp
7072 * gdb.dwarf2/dw2-dir-file-name.exp
7073 * gdb.fortran/complex.exp
7074 * gdb.fortran/library-module.exp
7075 * gdb.guile/scm-pretty-print.exp
7076 * gdb.guile/scm-symbol.exp
7077 * gdb.guile/scm-type.exp
7078 * gdb.guile/scm-value.exp
7079 * gdb.linespec/linespec.exp
7080 * gdb.mi/gdb701.exp
7081 * gdb.mi/gdb792.exp
7082 * gdb.mi/mi-breakpoint-changed.exp
7083 * gdb.mi/mi-dprintf-pending.exp
7084 * gdb.mi/mi-dprintf.exp
7085 * gdb.mi/mi-exit-code.exp
7086 * gdb.mi/mi-pending.exp
7087 * gdb.mi/mi-solib.exp
7088 * gdb.mi/new-ui-mi-sync.exp
7089 * gdb.mi/pr11022.exp
7090 * gdb.mi/user-selected-context-sync.exp
7091 * gdb.opt/solib-intra-step.exp
7092 * gdb.python/py-events.exp
7093 * gdb.python/py-finish-breakpoint.exp
7094 * gdb.python/py-mi.exp
7095 * gdb.python/py-prettyprint.exp
7096 * gdb.python/py-shared.exp
7097 * gdb.python/py-symbol.exp
7098 * gdb.python/py-template.exp
7099 * gdb.python/py-type.exp
7100 * gdb.python/py-value.exp
7101 * gdb.reverse/solib-precsave.exp
7102 * gdb.reverse/solib-reverse.exp
7103 * gdb.server/solib-list.exp
7104 * gdb.stabs/weird.exp
7105 * gdb.threads/reconnect-signal.exp
7106 * gdb.threads/stepi-random-signal.exp
7107 * gdb.trace/actions.exp
7108 * gdb.trace/ax.exp
7109 * gdb.trace/backtrace.exp
7110 * gdb.trace/change-loc.exp
7111 * gdb.trace/deltrace.exp
7112 * gdb.trace/ftrace-lock.exp
7113 * gdb.trace/ftrace.exp
7114 * gdb.trace/infotrace.exp
7115 * gdb.trace/mi-tracepoint-changed.exp
7116 * gdb.trace/packetlen.exp
7117 * gdb.trace/passcount.exp
7118 * gdb.trace/pending.exp
7119 * gdb.trace/range-stepping.exp
7120 * gdb.trace/report.exp
7121 * gdb.trace/stap-trace.exp
7122 * gdb.trace/tfind.exp
7123 * gdb.trace/trace-break.exp
7124 * gdb.trace/trace-condition.exp
7125 * gdb.trace/trace-enable-disable.exp
7126 * gdb.trace/trace-mt.exp
7127 * gdb.trace/tracecmd.exp
7128 * gdb.trace/tspeed.exp
7129 * gdb.trace/tsv.exp
7130 * lib/perftest.exp
7131
fb9feb35
LM
71322016-12-01 Luis Machado <lgustavo@codesourcery.com>
7133
7134 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7135 with gdb_test_no_output.
7136 Use command as test name.
7137
cd2ddb6c
LM
71382016-12-01 Luis Machado <lgustavo@codesourcery.com>
7139
7140 Fix test names starting with uppercase throughout the files.
7141
7142 * gdb.ada/assign_1.exp
7143 * gdb.ada/boolean_expr.exp
7144 * gdb.base/arrayidx.exp
7145 * gdb.base/del.exp
7146 * gdb.base/gcore-buffer-overflow.exp
7147 * gdb.base/testenv.exp
7148 * gdb.compile/compile.exp
7149 * gdb.python/py-framefilter-invalidarg.exp
7150 * gdb.python/py-framefilter.exp
7151
bb95117e
LM
71522016-12-01 Luis Machado <lgustavo@codesourcery.com>
7153
7154 Fix test names starting with uppercase throughout the files.
7155
7156 * gdb.ada/array_return.exp
7157 * gdb.ada/expr_delims.exp
7158 * gdb.ada/mi_dyn_arr.exp
7159 * gdb.ada/mi_interface.exp
7160 * gdb.ada/mi_var_array.exp
7161 * gdb.ada/watch_arg.exp
7162 * gdb.arch/alpha-step.exp
7163 * gdb.arch/altivec-regs.exp
7164 * gdb.arch/e500-regs.exp
7165 * gdb.arch/powerpc-d128-regs.exp
7166 * gdb.base/arrayidx.exp
7167 * gdb.base/break.exp
7168 * gdb.base/checkpoint.exp
7169 * gdb.base/debug-expr.exp
7170 * gdb.base/dmsym.exp
7171 * gdb.base/radix.exp
7172 * gdb.base/sepdebug.exp
7173 * gdb.base/testenv.exp
7174 * gdb.base/watch_thread_num.exp
7175 * gdb.base/watchpoint-cond-gone.exp
7176 * gdb.cell/break.exp
7177 * gdb.cell/ea-cache.exp
7178 * gdb.compile/compile.exp
7179 * gdb.cp/gdb2495.exp
7180 * gdb.gdb/selftest.exp
7181 * gdb.gdb/xfullpath.exp
7182 * gdb.go/hello.exp
7183 * gdb.go/integers.exp
7184 * gdb.objc/basicclass.exp
7185 * gdb.pascal/hello.exp
7186 * gdb.pascal/integers.exp
7187 * gdb.python/py-breakpoint.exp
7188 * gdb.python/py-cmd.exp
7189 * gdb.python/py-linetable.exp
7190 * gdb.python/py-xmethods.exp
7191 * gdb.python/python.exp
7192 * gdb.reverse/consecutive-precsave.exp
7193 * gdb.reverse/finish-precsave.exp
7194 * gdb.reverse/i386-precsave.exp
7195 * gdb.reverse/machinestate-precsave.exp
7196 * gdb.reverse/sigall-precsave.exp
7197 * gdb.reverse/solib-precsave.exp
7198 * gdb.reverse/step-precsave.exp
7199 * gdb.reverse/until-precsave.exp
7200 * gdb.reverse/watch-precsave.exp
7201 * gdb.threads/leader-exit.exp
7202 * gdb.threads/pthreads.exp
7203 * gdb.threads/wp-replication.exp
7204 * gdb.trace/actions.exp
7205 * gdb.trace/mi-tsv-changed.exp
7206 * gdb.trace/tsv.exp
7207
de97fdd4
LM
72082016-12-01 Luis Machado <lgustavo@codesourcery.com>
7209
7210 Fix test names starting with uppercase throughout the files.
7211
7212 * gdb.arch/i386-bp_permanent.exp
7213 * gdb.arch/i386-gnu-cfi.exp
7214 * gdb.base/disasm-end-cu.exp
7215 * gdb.base/macscp.exp
7216 * gdb.base/pending.exp
7217 * gdb.base/watch_thread_num.exp
7218 * gdb.cp/exception.exp
7219 * gdb.cp/gdb2495.exp
7220 * gdb.cp/local.exp
7221 * gdb.python/py-evsignal.exp
7222 * gdb.python/python.exp
7223 * gdb.trace/tracecmd.exp
7224
9f058c10
LM
72252016-12-01 Luis Machado <lgustavo@codesourcery.com>
7226
7227 Fix test names starting with uppercase throughout the files.
7228
7229 * gdb.base/charset.exp
7230 * gdb.base/eval.exp
7231 * gdb.base/multi-forks.exp
7232 * gdb.guile/scm-progspace.exp
7233 * gdb.opencl/datatypes.exp
7234 * gdb.python/py-block.exp
7235 * gdb.python/py-function.exp
7236 * gdb.python/py-symbol.exp
7237 * gdb.python/py-symtab.exp
7238 * gdb.python/py-xmethods.exp
7239 * gdb.reverse/break-precsave.exp
7240 * gdb.reverse/break-reverse.exp
7241 * gdb.reverse/consecutive-precsave.exp
7242 * gdb.reverse/consecutive-reverse.exp
7243 * gdb.reverse/finish-precsave.exp
7244 * gdb.reverse/finish-reverse-bkpt.exp
7245 * gdb.reverse/finish-reverse.exp
7246 * gdb.reverse/fstatat-reverse.exp
7247 * gdb.reverse/getresuid-reverse.exp
7248 * gdb.reverse/i386-precsave.exp
7249 * gdb.reverse/i386-reverse.exp
7250 * gdb.reverse/i386-sse-reverse.exp
7251 * gdb.reverse/i387-stack-reverse.exp
7252 * gdb.reverse/insn-reverse.exp
7253 * gdb.reverse/machinestate-precsave.exp
7254 * gdb.reverse/machinestate.exp
7255 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7256 * gdb.reverse/pipe-reverse.exp
7257 * gdb.reverse/readv-reverse.exp
7258 * gdb.reverse/recvmsg-reverse.exp
7259 * gdb.reverse/rerun-prec.exp
7260 * gdb.reverse/s390-mvcle.exp
7261 * gdb.reverse/sigall-precsave.exp
7262 * gdb.reverse/sigall-reverse.exp
7263 * gdb.reverse/solib-precsave.exp
7264 * gdb.reverse/solib-reverse.exp
7265 * gdb.reverse/step-precsave.exp
7266 * gdb.reverse/step-reverse.exp
7267 * gdb.reverse/time-reverse.exp
7268 * gdb.reverse/until-precsave.exp
7269 * gdb.reverse/until-reverse.exp
7270 * gdb.reverse/waitpid-reverse.exp
7271 * gdb.reverse/watch-precsave.exp
7272 * gdb.reverse/watch-reverse.exp
7273
cdc7edd7
LM
72742016-12-01 Luis Machado <lgustavo@codesourcery.com>
7275
7276 Fix test names starting with uppercase throughout the files.
7277
7278 * gdb.arch/i386-mpx-simple_segv.exp
7279 * gdb.arch/i386-mpx.exp
7280 * gdb.arch/i386-permbkpt.exp
7281 * gdb.arch/pa-nullify.exp
7282 * gdb.arch/powerpc-d128-regs.exp
7283 * gdb.arch/vsx-regs.exp
7284 * gdb.base/bfp-test.exp
7285 * gdb.base/break.exp
7286 * gdb.base/breakpoint-shadow.exp
7287 * gdb.base/callfuncs.exp
7288 * gdb.base/charset.exp
7289 * gdb.base/commands.exp
7290 * gdb.base/completion.exp
7291 * gdb.base/dfp-test.exp
7292 * gdb.base/echo.exp
7293 * gdb.base/ending-run.exp
7294 * gdb.base/eval.exp
7295 * gdb.base/expand-psymtabs.exp
7296 * gdb.base/float128.exp
7297 * gdb.base/floatn.exp
7298 * gdb.base/foll-exec-mode.exp
7299 * gdb.base/gdb1056.exp
7300 * gdb.base/gdb11531.exp
7301 * gdb.base/kill-after-signal.exp
7302 * gdb.base/multi-forks.exp
7303 * gdb.base/overlays.exp
7304 * gdb.base/pending.exp
7305 * gdb.base/sepdebug.exp
7306 * gdb.base/testenv.exp
7307 * gdb.base/valgrind-db-attach.exp
7308 * gdb.base/watch_thread_num.exp
7309 * gdb.base/watchpoint-cond-gone.exp
7310 * gdb.base/watchpoint.exp
7311 * gdb.base/watchpoints.exp
7312 * gdb.cp/arg-reference.exp
7313 * gdb.cp/baseenum.exp
7314 * gdb.cp/operator.exp
7315 * gdb.cp/shadow.exp
7316 * gdb.dwarf2/dw2-op-out-param.exp
7317 * gdb.dwarf2/dw2-reg-undefined.exp
7318 * gdb.go/chan.exp
7319 * gdb.go/hello.exp
7320 * gdb.go/integers.exp
7321 * gdb.go/methods.exp
7322 * gdb.go/package.exp
7323 * gdb.guile/scm-parameter.exp
7324 * gdb.guile/scm-progspace.exp
7325 * gdb.guile/scm-value.exp
7326 * gdb.mi/mi-pending.exp
7327 * gdb.mi/user-selected-context-sync.exp
7328 * gdb.multi/multi-attach.exp
7329 * gdb.multi/tids.exp
7330 * gdb.opt/clobbered-registers-O2.exp
7331 * gdb.pascal/floats.exp
7332 * gdb.pascal/integers.exp
7333 * gdb.python/py-block.exp
7334 * gdb.python/py-events.exp
7335 * gdb.python/py-parameter.exp
7336 * gdb.python/py-symbol.exp
7337 * gdb.python/py-symtab.exp
7338 * gdb.python/py-type.exp
7339 * gdb.python/py-value.exp
7340 * gdb.python/py-xmethods.exp
7341 * gdb.python/python.exp
7342 * gdb.reverse/break-precsave.exp
7343 * gdb.reverse/consecutive-precsave.exp
7344 * gdb.reverse/finish-precsave.exp
7345 * gdb.reverse/i386-precsave.exp
7346 * gdb.reverse/machinestate-precsave.exp
7347 * gdb.reverse/sigall-precsave.exp
7348 * gdb.reverse/solib-precsave.exp
7349 * gdb.reverse/step-precsave.exp
7350 * gdb.reverse/until-precsave.exp
7351 * gdb.reverse/watch-precsave.exp
7352 * gdb.server/ext-attach.exp
7353 * gdb.server/ext-restart.exp
7354 * gdb.server/ext-run.exp
7355 * gdb.server/ext-wrapper.exp
7356 * gdb.stabs/gdb11479.exp
7357 * gdb.stabs/weird.exp
7358 * gdb.threads/attach-many-short-lived-threads.exp
7359 * gdb.threads/kill.exp
7360 * gdb.threads/watchpoint-fork.exp
7361
bc6c7af4
LM
73622016-12-01 Luis Machado <lgustavo@codesourcery.com>
7363
7364 Fix test names starting with uppercase throughout all the files below.
7365
7366 * gdb.ada/array_return.exp
7367 * gdb.ada/catch_ex.exp
7368 * gdb.ada/info_exc.exp
7369 * gdb.ada/mi_catch_ex.exp
7370 * gdb.ada/mi_dyn_arr.exp
7371 * gdb.ada/mi_ex_cond.exp
7372 * gdb.ada/mi_exc_info.exp
7373 * gdb.ada/mi_interface.exp
7374 * gdb.ada/mi_task_arg.exp
7375 * gdb.ada/mi_task_info.exp
7376 * gdb.ada/mi_var_array.exp
7377 * gdb.arch/alpha-step.exp
7378 * gdb.arch/amd64-disp-step.exp
7379 * gdb.arch/arm-disp-step.exp
7380 * gdb.arch/disp-step-insn-reloc.exp
7381 * gdb.arch/e500-prologue.exp
7382 * gdb.arch/ftrace-insn-reloc.exp
7383 * gdb.arch/gdb1558.exp
7384 * gdb.arch/i386-bp_permanent.exp
7385 * gdb.arch/i386-disp-step.exp
7386 * gdb.arch/i386-float.exp
7387 * gdb.arch/i386-gnu-cfi.exp
7388 * gdb.arch/ia64-breakpoint-shadow.exp
7389 * gdb.arch/mips16-thunks.exp
7390 * gdb.arch/pa-nullify.exp
7391 * gdb.arch/powerpc-aix-prologue.exp
7392 * gdb.arch/powerpc-power.exp
7393 * gdb.arch/ppc-dfp.exp
7394 * gdb.arch/s390-tdbregs.exp
7395 * gdb.arch/spu-info.exp
7396 * gdb.arch/spu-ls.exp
7397 * gdb.arch/thumb-bx-pc.exp
7398 * gdb.base/advance.exp
7399 * gdb.base/annota-input-while-running.exp
7400 * gdb.base/arrayidx.exp
7401 * gdb.base/asmlabel.exp
7402 * gdb.base/async.exp
7403 * gdb.base/attach-wait-input.exp
7404 * gdb.base/auto-connect-native-target.exp
7405 * gdb.base/batch-preserve-term-settings.exp
7406 * gdb.base/bfp-test.exp
7407 * gdb.base/bigcore.exp
7408 * gdb.base/bp-permanent.exp
7409 * gdb.base/break-always.exp
7410 * gdb.base/break-fun-addr.exp
7411 * gdb.base/break-idempotent.exp
7412 * gdb.base/break-main-file-remove-fail.exp
7413 * gdb.base/break-probes.exp
7414 * gdb.base/break-unload-file.exp
7415 * gdb.base/break.exp
7416 * gdb.base/call-ar-st.exp
7417 * gdb.base/call-rt-st.exp
7418 * gdb.base/call-sc.exp
7419 * gdb.base/call-signal-resume.exp
7420 * gdb.base/call-strs.exp
7421 * gdb.base/callexit.exp
7422 * gdb.base/callfuncs.exp
7423 * gdb.base/catch-gdb-caused-signals.exp
7424 * gdb.base/catch-signal-siginfo-cond.exp
7425 * gdb.base/catch-syscall.exp
7426 * gdb.base/compare-sections.exp
7427 * gdb.base/cond-eval-mode.exp
7428 * gdb.base/condbreak-call-false.exp
7429 * gdb.base/consecutive-step-over.exp
7430 * gdb.base/cursal.exp
7431 * gdb.base/disabled-location.exp
7432 * gdb.base/disasm-end-cu.exp
7433 * gdb.base/display.exp
7434 * gdb.base/double-prompt-target-event-error.exp
7435 * gdb.base/dprintf-bp-same-addr.exp
7436 * gdb.base/dprintf-detach.exp
7437 * gdb.base/dprintf-next.exp
7438 * gdb.base/dprintf-non-stop.exp
7439 * gdb.base/dprintf-pending.exp
7440 * gdb.base/dso2dso.exp
7441 * gdb.base/ending-run.exp
7442 * gdb.base/enum_cond.exp
7443 * gdb.base/examine-backward.exp
7444 * gdb.base/exe-lock.exp
7445 * gdb.base/exec-invalid-sysroot.exp
7446 * gdb.base/execl-update-breakpoints.exp
7447 * gdb.base/execution-termios.exp
7448 * gdb.base/fileio.exp
7449 * gdb.base/fixsection.exp
7450 * gdb.base/foll-exec-mode.exp
7451 * gdb.base/foll-exec.exp
7452 * gdb.base/fork-running-state.exp
7453 * gdb.base/frame-args.exp
7454 * gdb.base/fullpath-expand.exp
7455 * gdb.base/func-ptr.exp
7456 * gdb.base/gcore-relro-pie.exp
7457 * gdb.base/gdb1090.exp
7458 * gdb.base/gdb1555.exp
7459 * gdb.base/global-var-nested-by-dso.exp
7460 * gdb.base/gnu-ifunc.exp
7461 * gdb.base/hbreak-in-shr-unsupported.exp
7462 * gdb.base/hbreak-unmapped.exp
7463 * gdb.base/hook-stop.exp
7464 * gdb.base/infcall-input.exp
7465 * gdb.base/info-fun.exp
7466 * gdb.base/info-shared.exp
7467 * gdb.base/interrupt-noterm.exp
7468 * gdb.base/jit-so.exp
7469 * gdb.base/jit.exp
7470 * gdb.base/line-symtabs.exp
7471 * gdb.base/list.exp
7472 * gdb.base/longjmp.exp
7473 * gdb.base/macscp.exp
7474 * gdb.base/max-value-size.exp
7475 * gdb.base/nodebug.exp
7476 * gdb.base/nofield.exp
7477 * gdb.base/overlays.exp
7478 * gdb.base/paginate-after-ctrl-c-running.exp
7479 * gdb.base/paginate-bg-execution.exp
7480 * gdb.base/paginate-inferior-exit.exp
7481 * gdb.base/pending.exp
7482 * gdb.base/pr11022.exp
7483 * gdb.base/printcmds.exp
7484 * gdb.base/ptr-typedef.exp
7485 * gdb.base/ptype.exp
7486 * gdb.base/randomize.exp
7487 * gdb.base/range-stepping.exp
7488 * gdb.base/realname-expand.exp
7489 * gdb.base/relativedebug.exp
7490 * gdb.base/remote.exp
7491 * gdb.base/savedregs.exp
7492 * gdb.base/sepdebug.exp
7493 * gdb.base/set-noassign.exp
7494 * gdb.base/shlib-call.exp
7495 * gdb.base/shreloc.exp
7496 * gdb.base/sigaltstack.exp
7497 * gdb.base/sigbpt.exp
7498 * gdb.base/siginfo-addr.exp
7499 * gdb.base/siginfo-obj.exp
7500 * gdb.base/siginfo-thread.exp
7501 * gdb.base/signest.exp
7502 * gdb.base/signull.exp
7503 * gdb.base/sigrepeat.exp
7504 * gdb.base/skip.exp
7505 * gdb.base/so-impl-ld.exp
7506 * gdb.base/solib-corrupted.exp
7507 * gdb.base/solib-disc.exp
7508 * gdb.base/solib-display.exp
7509 * gdb.base/solib-overlap.exp
7510 * gdb.base/solib-search.exp
7511 * gdb.base/solib-symbol.exp
7512 * gdb.base/source-execution.exp
7513 * gdb.base/sss-bp-on-user-bp-2.exp
7514 * gdb.base/sss-bp-on-user-bp.exp
7515 * gdb.base/stack-checking.exp
7516 * gdb.base/stale-infcall.exp
7517 * gdb.base/step-break.exp
7518 * gdb.base/step-line.exp
7519 * gdb.base/step-over-exit.exp
7520 * gdb.base/step-test.exp
7521 * gdb.base/structs.exp
7522 * gdb.base/sym-file.exp
7523 * gdb.base/symtab-search-order.exp
7524 * gdb.base/term.exp
7525 * gdb.base/type-opaque.exp
7526 * gdb.base/unload.exp
7527 * gdb.base/until-nodebug.exp
7528 * gdb.base/until.exp
7529 * gdb.base/unwindonsignal.exp
7530 * gdb.base/watch-cond.exp
7531 * gdb.base/watch-non-mem.exp
7532 * gdb.base/watch_thread_num.exp
7533 * gdb.base/watchpoint-reuse-slot.exp
7534 * gdb.base/watchpoint-solib.exp
7535 * gdb.base/watchpoint.exp
7536 * gdb.btrace/dlopen.exp
7537 * gdb.cell/arch.exp
7538 * gdb.cell/break.exp
7539 * gdb.cell/bt.exp
7540 * gdb.cell/core.exp
7541 * gdb.cell/data.exp
7542 * gdb.cell/dwarfaddr.exp
7543 * gdb.cell/ea-cache.exp
7544 * gdb.cell/ea-standalone.exp
7545 * gdb.cell/ea-test.exp
7546 * gdb.cell/f-regs.exp
7547 * gdb.cell/fork.exp
7548 * gdb.cell/gcore.exp
7549 * gdb.cell/mem-access.exp
7550 * gdb.cell/ptype.exp
7551 * gdb.cell/registers.exp
7552 * gdb.cell/sizeof.exp
7553 * gdb.cell/solib-symbol.exp
7554 * gdb.cell/solib.exp
7555 * gdb.compile/compile-tls.exp
7556 * gdb.cp/exception.exp
7557 * gdb.cp/gdb2495.exp
7558 * gdb.cp/local.exp
7559 * gdb.cp/mb-inline.exp
7560 * gdb.cp/mb-templates.exp
7561 * gdb.cp/pr10687.exp
7562 * gdb.cp/pr9167.exp
7563 * gdb.cp/scope-err.exp
7564 * gdb.cp/templates.exp
7565 * gdb.cp/virtfunc.exp
7566 * gdb.dwarf2/dw2-dir-file-name.exp
7567 * gdb.dwarf2/dw2-single-line-discriminators.exp
7568 * gdb.fortran/complex.exp
7569 * gdb.fortran/library-module.exp
7570 * gdb.guile/guile.exp
7571 * gdb.guile/scm-cmd.exp
7572 * gdb.guile/scm-frame-inline.exp
7573 * gdb.guile/scm-objfile.exp
7574 * gdb.guile/scm-pretty-print.exp
7575 * gdb.guile/scm-symbol.exp
7576 * gdb.guile/scm-type.exp
7577 * gdb.guile/scm-value.exp
7578 * gdb.linespec/keywords.exp
7579 * gdb.linespec/ls-errs.exp
7580 * gdb.linespec/macro-relative.exp
7581 * gdb.linespec/thread.exp
7582 * gdb.mi/mi-breakpoint-changed.exp
7583 * gdb.mi/mi-dprintf-pending.exp
7584 * gdb.mi/mi-fullname-deleted.exp
7585 * gdb.mi/mi-logging.exp
7586 * gdb.mi/mi-pending.exp
7587 * gdb.mi/mi-solib.exp
7588 * gdb.mi/new-ui-mi-sync.exp
7589 * gdb.mi/user-selected-context-sync.exp
7590 * gdb.multi/dummy-frame-restore.exp
7591 * gdb.multi/multi-arch-exec.exp
7592 * gdb.multi/remove-inferiors.exp
7593 * gdb.multi/watchpoint-multi-exit.exp
7594 * gdb.opt/solib-intra-step.exp
7595 * gdb.perf/backtrace.exp
7596 * gdb.perf/single-step.exp
7597 * gdb.perf/skip-command.exp
7598 * gdb.perf/skip-prologue.exp
7599 * gdb.perf/solib.exp
7600 * gdb.python/lib-types.exp
7601 * gdb.python/py-as-string.exp
7602 * gdb.python/py-bad-printers.exp
7603 * gdb.python/py-block.exp
7604 * gdb.python/py-breakpoint.exp
7605 * gdb.python/py-cmd.exp
7606 * gdb.python/py-events.exp
7607 * gdb.python/py-evthreads.exp
7608 * gdb.python/py-finish-breakpoint.exp
7609 * gdb.python/py-finish-breakpoint2.exp
7610 * gdb.python/py-frame-inline.exp
7611 * gdb.python/py-frame.exp
7612 * gdb.python/py-inferior.exp
7613 * gdb.python/py-infthread.exp
7614 * gdb.python/py-mi.exp
7615 * gdb.python/py-objfile.exp
7616 * gdb.python/py-pp-maint.exp
7617 * gdb.python/py-pp-registration.exp
7618 * gdb.python/py-prettyprint.exp
7619 * gdb.python/py-recurse-unwind.exp
7620 * gdb.python/py-shared.exp
7621 * gdb.python/py-symbol.exp
7622 * gdb.python/py-symtab.exp
7623 * gdb.python/py-template.exp
7624 * gdb.python/py-type.exp
7625 * gdb.python/py-unwind-maint.exp
7626 * gdb.python/py-unwind.exp
7627 * gdb.python/py-value.exp
7628 * gdb.python/python.exp
7629 * gdb.reverse/finish-reverse-bkpt.exp
7630 * gdb.reverse/insn-reverse.exp
7631 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7632 * gdb.reverse/solib-precsave.exp
7633 * gdb.reverse/solib-reverse.exp
7634 * gdb.stabs/gdb11479.exp
7635 * gdb.stabs/weird.exp
7636 * gdb.threads/fork-child-threads.exp
7637 * gdb.threads/fork-plus-threads.exp
7638 * gdb.threads/fork-thread-pending.exp
7639 * gdb.threads/forking-threads-plus-breakpoint.exp
7640 * gdb.threads/hand-call-in-threads.exp
7641 * gdb.threads/interrupted-hand-call.exp
7642 * gdb.threads/linux-dp.exp
7643 * gdb.threads/local-watch-wrong-thread.exp
7644 * gdb.threads/next-while-other-thread-longjmps.exp
7645 * gdb.threads/non-ldr-exit.exp
7646 * gdb.threads/pending-step.exp
7647 * gdb.threads/print-threads.exp
7648 * gdb.threads/process-dies-while-detaching.exp
7649 * gdb.threads/process-dies-while-handling-bp.exp
7650 * gdb.threads/pthreads.exp
7651 * gdb.threads/queue-signal.exp
7652 * gdb.threads/reconnect-signal.exp
7653 * gdb.threads/signal-command-handle-nopass.exp
7654 * gdb.threads/signal-command-multiple-signals-pending.exp
7655 * gdb.threads/signal-delivered-right-thread.exp
7656 * gdb.threads/signal-sigtrap.exp
7657 * gdb.threads/sigthread.exp
7658 * gdb.threads/staticthreads.exp
7659 * gdb.threads/stepi-random-signal.exp
7660 * gdb.threads/thread-unwindonsignal.exp
7661 * gdb.threads/thread_check.exp
7662 * gdb.threads/thread_events.exp
7663 * gdb.threads/tid-reuse.exp
7664 * gdb.threads/tls-nodebug.exp
7665 * gdb.threads/tls-shared.exp
7666 * gdb.threads/tls-so_extern.exp
7667 * gdb.threads/tls.exp
7668 * gdb.threads/wp-replication.exp
7669 * gdb.trace/actions-changed.exp
7670 * gdb.trace/actions.exp
7671 * gdb.trace/backtrace.exp
7672 * gdb.trace/change-loc.exp
7673 * gdb.trace/collection.exp
7674 * gdb.trace/deltrace.exp
7675 * gdb.trace/disconnected-tracing.exp
7676 * gdb.trace/entry-values.exp
7677 * gdb.trace/ftrace-lock.exp
7678 * gdb.trace/ftrace.exp
7679 * gdb.trace/infotrace.exp
7680 * gdb.trace/mi-trace-frame-collected.exp
7681 * gdb.trace/mi-trace-unavailable.exp
7682 * gdb.trace/mi-traceframe-changed.exp
7683 * gdb.trace/mi-tracepoint-changed.exp
7684 * gdb.trace/mi-tsv-changed.exp
7685 * gdb.trace/no-attach-trace.exp
7686 * gdb.trace/packetlen.exp
7687 * gdb.trace/passc-dyn.exp
7688 * gdb.trace/passcount.exp
7689 * gdb.trace/pending.exp
7690 * gdb.trace/pr16508.exp
7691 * gdb.trace/qtro.exp
7692 * gdb.trace/range-stepping.exp
7693 * gdb.trace/read-memory.exp
7694 * gdb.trace/report.exp
7695 * gdb.trace/save-trace.exp
7696 * gdb.trace/signal.exp
7697 * gdb.trace/stap-trace.exp
7698 * gdb.trace/status-stop.exp
7699 * gdb.trace/strace.exp
7700 * gdb.trace/tfile.exp
7701 * gdb.trace/tfind.exp
7702 * gdb.trace/trace-break.exp
7703 * gdb.trace/trace-condition.exp
7704 * gdb.trace/trace-enable-disable.exp
7705 * gdb.trace/trace-mt.exp
7706 * gdb.trace/tracecmd.exp
7707 * gdb.trace/tracefile-pseudo-reg.exp
7708 * gdb.trace/tspeed.exp
7709 * gdb.trace/tstatus.exp
7710 * gdb.trace/tsv.exp
7711 * gdb.trace/unavailable.exp
7712 * gdb.trace/while-dyn.exp
7713 * gdb.trace/while-stepping.exp
7714 * lib/gdb-guile.exp
7715 * lib/gdb.exp
7716 * lib/mi-support.exp
7717 * lib/pascal.exp
7718 * lib/perftest.exp
7719 * lib/prelink-support.exp
7720 * lib/selftest-support.exp
7721
ad02e4fe
SM
77222016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7723
7724 * Makefile.in: Include disable-implicit-rules.mk.
7725
22347e55
AA
77262016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7727
7728 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7729 non-byte-aligned bit fields.
7730
da5b30da
AA
77312016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7732
7733 PR gdb/12616
7734 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7735 respects the DW_AT_data_bit_offset attribute.
7736
b593ecca
SM
77372016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7738
7739 * gdb.base/default.exp: Fix output of "set language".
7740
3b165252
SM
77412016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7742
7743 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7744 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7745 make.
7746 * configure.ac: Remove checks for the make program.
7747 * configure: Re-generate.
7748
1a2f3d7f
KB
77492016-11-16 Kevin Buettner <kevinb@redhat.com>
7750
7751 * gdb.python/py-recurse-unwind.c (main): Add loop.
7752 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7753 to read_register() and gdb.parse_and_eval(). Make each code
7754 call a separate case that can be individually tested.
7755 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7756 proc. Call cont_and_backtrace for each of the code paths that
7757 we want to test in the unwinder.
7758
b7f38fda
AA
77592016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7760
7761 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7762 the definition of struct S.
7763
1f8db343
CM
77642016-11-11 Catherine Moore <clm@codesourcery.com>
7765
7766 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7767
fad0c9fb
PA
77682016-11-09 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/commands.exp (runto_or_return): New procedure.
7771 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7772 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7773 (progvar_simple_while_test, progvar_complex_if_while_test)
7774 (if_while_breakpoint_command_test)
7775 (infrun_breakpoint_command_test, breakpoint_command_test)
7776 (user_defined_command_test, watchpoint_command_test)
7777 (test_command_prompt_position, redefine_hook_test)
7778 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7779 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7780 multi_line_input and multi_line. Remove gdb_expect and
7781 gdb_stop_suppressing_tests uses.
7782 * lib/gdb.exp (valnum_re): New global.
7783 (multi_line_input): New procedure.
7784
8354c62c
SM
77852016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7786
7787 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7788 Remove.
7789 (test_setup): Define with proc_with_prefix.
7790 (test_cli_inferior): Likewise.
7791 (test_cli_thread): Likewise.
7792 (test_cli_frame): Likewise.
7793 (test_cli_select_frame): Likewise.
7794 (test_cli_up_down): Likewise.
7795 (test_mi_thread_select): Likewise.
7796 (test_mi_stack_select_frame): Likewise.
7797 (test_cli_in_mi_inferior): Likewise.
7798 (test_cli_in_mi_thread): Likewise.
7799 (test_cli_in_mi_frame): Likewise.
7800 (top level): Do not use with_test_prefix_procname.
7801
64f367a2
PA
78022016-11-09 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/commands.exp (gdbvar_simple_if_test)
7805 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7806 (progvar_simple_if_test, progvar_simple_while_test)
7807 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7808 (infrun_breakpoint_command_test, breakpoint_command_test)
7809 (user_defined_command_test, watchpoint_command_test)
7810 (test_command_prompt_position, deprecated_command_test)
7811 (bp_deleted_in_command, temporary_breakpoint_commands)
7812 (stray_arg0_test, source_file_with_indented_comment)
7813 (recursive_source_test, if_commands_test)
7814 (error_clears_commands_left, redefine_hook_test)
7815 (redefine_backtrace_test): Use proc_with_prefix.
7816 * lib/gdb.exp (proc_with_prefix): New proc.
7817
0bb65f1e
AA
78182016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7819
7820 * gdb.base/tui-layout.c: New file.
7821 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7822 disassembly window contains very long lines.
7823
7353f247
TT
78242016-11-08 Tom Tromey <tom@tromey.com>
7825
7826 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7827 depend on Python 2.
7828
30a7bb83
TT
78292016-11-08 Tom Tromey <tom@tromey.com>
7830
7831 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7832 New method.
7833
cdf5a07c
MG
78342016-10-29 Manish Goregaokar <manish@mozilla.com>
7835
2806dc7e 7836 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7837
51a789c3
MG
78382016-10-27 Manish Goregaokar <manish@mozilla.com>
7839
2806dc7e
PA
7840 * gdb.rust/simple.rs: Add test for univariant enums without
7841 discriminants and for encoded struct-like enums.
51a789c3 7842
f610ab6d
PA
78432016-10-28 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7846 gdb_test_multiple, tighten regexps and match symtabs and line
7847 tables incrementally.
7848
b129b0ca
LM
78492016-10-28 Luis Machado <lgustavo@codesourcery.com>
7850
7851 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7852 general.
7853
ecf45d2c
SL
78542016-10-25 Luis Machado <lgustavo@codesourcery.com>
7855
7856 * gdb.base/exec-invalid-sysroot.exp: New file.
7857
b8d38ee4
JK
78582016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7859
7860 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7861
f90fd8c2
JK
78622016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7863
7864 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7865
2d2476aa
MR
78662016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7867
2806dc7e
PA
7868 * gdb.base/killed-outside.exp: Remove $options from a call to
7869 `prepare_for_testing'.
2d2476aa 7870
e42b25a0
SM
78712016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7874 Change test message.
7875
3ccdb432
SM
78762016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7877
7878 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7879 Update comment.
7880
5bad3170
SM
78812016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7882
7883 * gdb.trace/mi-trace-save.exp: New file.
7884
5ad9dba7
YQ
78852016-10-13 Yao Qi <yao.qi@linaro.org>
7886
7887 * gdb.base/code_elim.exp (get_var_address): Remove.
7888 * gdb.base/relocate.exp: Likewise.
7889 * gdb.base/shreloc.exp: Likewise.
7890 * lib/gdb.exp (get_var_address): New.
7891
62df7e21
YQ
78922016-10-13 Yao Qi <yao.qi@linaro.org>
7893
7894 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7895 floating point tests if $skip_float_test is false.
7896
4dac951e
LM
78972016-10-12 Luis Machado <lgustavo@codesourcery.com>
7898
7899 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7900 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7901 argc values.
7902 Add 1 to argc so we guarantee distinct initial/modified argc values.
7903
8f1a8fc4
JK
79042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7905
7906 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7907
16c85b5d
JK
79082016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7909
7910 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7911 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7912 * gdb.arch/vsx-regs.exp: Likewise.
7913
1d0e042a
YQ
79142016-10-07 Yao Qi <yao.qi@linaro.org>
7915
7916 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7917
68dadef5
MM
79182016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7919
7920 * gdb.python/python.exp: Test decode_line("*0").
7921
33fa2c6e
DE
79222016-10-06 Doug Evans <dje@google.com>
7923
7924 * gdb.python/py-value.exp (test_value_creation): Add test for large
7925 unsigned 64-bit value.
7926
9c37b5ae
TT
79272016-10-06 Tom Tromey <tom@tromey.com>
7928
7929 * gdb.compile/compile.exp: Change java tests to rust.
7930 * gdb.base/setshow.exp: Change java tests to rust.
7931 * gdb.base/default.exp: Remove java from language list.
7932 * README (Examples): Update language example.
7933 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7934 test.
7935 * lib/gdb.exp (skip_java_tests): Remove.
7936 * lib/java.exp: Remove.
7937 * gdb.java: Remove.
7938
78b86327
MR
79392016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7940
7941 * gdb.arch/mips-fcr.exp: New test.
7942 * gdb.arch/mips-fcr.c: Source for the new test.
7943
7470adbb
MR
79442016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7945
7946 * gdb.base/solib-disc.exp: Use `standard_output_file'
7947 throughout.
7948
4a556533
PA
79492016-10-06 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.base/jit-simple-dl.c: New file.
7952 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7953 * gdb.base/jit-simple.c: ... this.
7954 * gdb.base/jit-simple.exp (jit_run): Delete.
7955 (build_jit): New proc.
7956 (jit_test_reread): Recompile either the main program or the shared
7957 library, depending on what is being tested. Skip changing address
7958 if caller wants to. Compare before/after addresses. If testing
7959 standalone, explicitly load the binary. Test "maint info
7960 breakpoints".
7961 (top level): Add "standalone vs shared lib" and "change address"
7962 vs "same address" axes.
7963
5a122fbc
PA
79642016-10-06 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7967 call.
7968 (jit_run): Delete.
7969 (jit_test_reread): Use with_test_prefix. Reload the main binary
7970 explicitly. Compare the before/after addresses of the JIT
7971 descriptor.
7972
ee8da4b8
DE
79732016-08-15 Doug Evans <dje@google.com>
7974
7975 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7976 for single bitfields is bool.
7977 * gdb.xml/tdesc-regs.exp: Ditto.
7978
f389f6fe
JK
79792016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7980
7981 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7982
fdebf1a4
YQ
79832016-10-05 Yao Qi <yao.qi@linaro.org>
7984
7985 * lib/gdb.exp (support_complex_tests): Return zero if
7986 gdb_skip_float_test return true.
7987
9c36d954 79882016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7989 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7990
7991 PR gdb/20487
7992 * gdb.mi/user-selected-context-sync.exp: New file.
7993 * gdb.mi/user-selected-context-sync.c: New file.
7994
4034d0ff 79952016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7996 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7997
7998 PR gdb/20487
7999 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8000 =thread-select-event check.
8001
a4297203
PB
80022016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8003
8004 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8005 the compulsory L operand changes.
8006 * gdb.arch/powerpc-power.s: Likewise.
8007
bb805577
JK
80082016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8009
8010 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8011 * gdb.base/jit-attach-pie.c: New file.
8012 * gdb.base/jit-attach-pie.exp: New file.
8013
6d61dee5
PA
80142016-09-28 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.base/infcall-input.c: New file.
8017 * gdb.base/infcall-input.exp: New file.
8018
f73842fc
YQ
80192016-09-22 Yao Qi <yao.qi@linaro.org>
8020
8021 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8022 (gdb_exit): Rename it to ...
8023 (gdbserver_gdb_exit): ... Close GDBserver.
8024 (gdb_exit): New proc, call gdbserver_gdb_exit.
8025 (mi_gdb_exit): Likewise.
8026
90681dab
YQ
80272016-09-22 Yao Qi <yao.qi@linaro.org>
8028
8029 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8030 path.
8031 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8032 Remove duplication.
8033
9c211fd8
YQ
80342016-09-22 Yao Qi <yao.qi@linaro.org>
8035
8036 * lib/gdbserver-support.exp: Check the existence of
8037 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8038
ad0a504f
AK
80392016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8040
8041 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8042
36cf1806
TT
80432016-09-21 Tom Tromey <tom@tromey.com>
8044
8045 PR gdb/20604:
8046 * gdb.base/quit.exp: New file.
8047
74172ecf
SM
80482016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8049
8050 * .gitignore: New file.
8051
3d0ec882
MR
80522016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8053
8054 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8055 throughout.
8056
8193adea
AA
80572016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8058
8059 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8060
d41a5c09
JK
80612016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8062
8063 * gdb.cp/casts.cc (decltype): Move it ...
8064 (main): ... with its call to ...
8065 * gdb.cp/casts03.cc: ... a new file.
8066 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8067
d2dfe700
JK
80682016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8069
8070 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8071
e2a92b16
PB
80722016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8073
8074 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8075 and sync up the test with tests in gas/testsuite/gas/ppc.
8076 * gdb.arch/powerpc-power.exp: Likewise.
8077
49b4de64
JK
80782016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8079
8080 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8081
2c29df25
SDJ
80822016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8083 Jan Kratochvil <jan.kratochvil@redhat.com>
8084
8085 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8086 make m1's definition to be different from m2's. Use 'dummy' as an
8087 argument for probe 'two'.
8088
cc3c2846
JB
80892016-09-10 Jon Beniston <jon@beniston.com>
8090
8091 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8092 for sim target.
8093
e1b2624a
AA
80942016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8095
8096 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8097 variable declaration.
8098 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8099 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8100 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8101 received HWCAP as its argument.
8102
4295e285
PA
81032016-09-06 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.base/new-ui-pending-input.c: New file.
8106 * gdb.base/new-ui-pending-input.exp: New file.
8107 * gdb.exp (clear_gdb_spawn_id): New procedure.
8108 (with_spawn_id): Check whether gdb_spawn_id exists before
8109 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8110 on exit.
8111
00d5215e
UW
81122016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8113
8114 * gdb.base/float128.c: New file.
8115 * gdb.base/float128.exp: Likewise.
8116 * gdb.base/floatn.c: Likewise.
8117 * gdb.base/floatn.exp: Likewise.
8118
a9ff5f12
UW
81192016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8120
8121 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8122
f245535c
PA
81232016-09-05 Pedro Alves <palves@redhat.com>
8124
8125 PR backtrace/19927
8126 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8127 unwinders are immediately called as side effect of "source" or
8128 "disable unwinder" commands.
8129 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8130
ae9cf263
YQ
81312016-09-02 Yao Qi <yao.qi@linaro.org>
8132
8133 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8134 is true and $type is "float" or "double".
8135
27aba047
YQ
81362016-09-02 Yao Qi <yao.qi@linaro.org>
8137
8138 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8139 true.
8140 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8141 * gdb.base/call-rt-st.exp: Likewise.
8142 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8143 return value instead of gdb,skip_float_test.
8144 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8145 (do_function_calls): Use its return value instead of
8146 gdb,skip_float_test.
8147 * gdb.base/finish.exp: Likewise.
8148 * gdb.base/funcargs.exp: Likewise.
8149 * gdb.base/return.exp: Likewise.
8150 * gdb.base/return2.exp: Likewise.
8151 * gdb.base/varargs.exp: Likewise.
8152 * lib/gdb.exp (gdb_skip_float_test): Change it to
8153 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8154
5af962df
AA
81552016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8156
8157 * gdb.multi/tids.exp: Test "thread apply all".
8158
7fac6910
JK
81592016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8160
8161 * gdb.base/default.exp (tty): Remove.
8162
bb1fe4ac
KB
81632016-08-24 Kevin Buettner <kevinb@redhat.com>
8164
2806dc7e
PA
8165 * gdb.python/py-recurse-unwind.c: New file.
8166 * gdb.python/py-recurse-unwind.py: New file.
8167 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8168
0a1ddfa6
SM
81692016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8170
8171 * gdb.base/set-inferior-tty.exp: New file.
8172 * gdb.base/set-inferior-tty.c: New file.
8173
d9de1fe3
PA
81742016-08-23 Pedro Alves <palves@redhat.com>
8175
8176 PR gdb/20494
8177 * gdb.base/new-ui-echo.c: New file.
8178 * gdb.base/new-ui-echo.exp: New file.
8179
e9d9abd7
YQ
81802016-08-23 Yao Qi <yao.qi@linaro.org>
8181
8182 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8183 gdbserver_spawn.
8184 * gdb.server/connect-without-multi-process.exp (do_test):
8185 Likewise.
8186
3589529e
YQ
81872016-08-23 Yao Qi <yao.qi@linaro.org>
8188
8189 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8190 standalone_txt. Delete gdb_txt and standalone_txt on host
8191 and target. Spawn the binary on target. Copy files from
8192 target to host.
8193
6bb90213
PA
81942016-08-22 Pedro Alves <palves@redhat.com>
8195
8196 PR gdb/20505
8197 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8198 with_test_prefix. Factor out bits to ...
8199 (test_no_vdso): ... this new procedure.
8200
20c2c024
CL
82012016-08-19 Carl Love <cel@us.ibm.com>
8202
8203 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8204 maintaining separate logic for constructing the output path.
8205 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8206 * gdb.arch/ppc-dfp.exp: Likewise.
8207 * gdb.arch/ppc-fp.exp: Likewise.
8208 * gdb.arch/vsx-regs.exp: Likewise.
8209 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8210 binprefix for generating the additional binary files.
8211
0646e07d
PA
82122016-08-19 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.trace/mi-trace-frame-collected.exp
8215 (test_trace_frame_collected): On x32, expect two registers.
8216
46da9242
CL
82172016-08-18 Carl Love <cel@us.ibm.com>
8218
8219 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8220 and sync up the test with tests in gas/testsuite/gas/ppc.
8221 * gdb.arch/powerpc-power.exp: Likewise.
8222
eb2332d7
SM
82232016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8226 expected error message.
8227
63c61e04
SM
82282016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * gdb.multi/remove-inferiors.exp: New file.
8231 * gdb.multi/remove-inferiors.c: New file.
8232
7b17065f
YQ
82332016-08-12 Yao Qi <yao.qi@linaro.org>
8234
8235 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8236 argument list.
8237
01d3dedf
PA
82382016-08-10 Pedro Alves <palves@redhat.com>
8239
8240 PR gdb/19187
8241 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8242 setup_kfails.
8243
3eb7562a
PA
82442016-08-09 Pedro Alves <palves@redhat.com>
8245 Simon Marchi <simon.marchi@ericsson.com>
8246
8247 PR gdb/20418
8248 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8249 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8250
80614914
PA
82512016-08-09 Pedro Alves <palves@redhat.com>
8252
8253 PR mi/20431
8254 * gdb.mi/mi-cmd-error.exp: New file.
8255
f348d89a
PA
82562016-08-09 Pedro Alves <palves@redhat.com>
8257
8258 PR gdb/18653
8259 * gdb.base/signals-state-child.c: New file.
8260 * gdb.base/signals-state-child.exp: New file.
8261 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8262
e5ca03b4
PA
82632016-08-09 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8266
282a0691
TT
82672016-08-03 Tom Tromey <tom@tromey.com>
8268
8269 PR python/18565:
8270 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8271
41bfcd63
YQ
82722016-08-01 Yao Qi <yao.qi@linaro.org>
8273
8274 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8275 variable mode to "multi-process" if $multi_process is 1, otherwise
8276 set it to "single-process".
8277
e3465b24
YQ
82782016-08-01 Yao Qi <yao.qi@linaro.org>
8279
8280 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8281 * gdb.cp/cpexprs.exp: Likewise.
8282 * gdb.cp/m-static.exp: Likewise.
8283
0b31a4bc
TT
82842016-07-26 Tom Tromey <tom@tromey.com>
8285
8286 PR python/20190:
8287 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8288 test.
8289
e0461dbb
MM
82902016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8291
8292 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8293 selecting assembly source files.
8294 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8295 assembly source files.
8296 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8297 assembly source files.
8298 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8299 selecting assembly source files.
8300
8194e927
SM
83012016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8302
8303 * gdb.base/new-ui.exp (do_test_invalid_args): New
8304 procedure.
8305
c0272db5
TW
83062016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8307
8308 * gdb.btrace/reconnect.c: New file.
8309 * gdb.btrace/reconnect.exp: New file.
8310
e3487908
GKB
83112016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8312
8313 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8314 to test_catch_syscall_group.
8315 (test_catch_syscall_group): New.
8316
12df5c00
TT
83172016-07-21 Tom Tromey <tom@tromey.com>
8318
8319 * gdb.rust/simple.rs (main): Use empty struct expression.
8320 * gdb.rust/simple.exp: Add tests for empty struct expression.
8321
bae62ee2
YQ
83222016-07-21 Yao Qi <yao.qi@linaro.org>
8323
8324 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8325 if gdb_skip_xml_test is true on some targets.
8326
b1b53fb3
YQ
83272016-07-21 Yao Qi <yao.qi@linaro.org>
8328
8329 * gdb.server/solib-list.exp: Unset last_loaded_file.
8330
027d97f8
JK
83312016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8332
8333 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8334 "step into captured_main (args)".
8335
7674d381
JK
83362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8339
72b5d099
JK
83402016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8341
8342 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8343
1f960ced
PA
83442016-07-19 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8347 * gdb.opt/inline-bt.exp: Likewise.
8348 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8349 additional_flags=-Winline.
8350 * gdb.opt/inline-locals.exp: Likewise.
8351 * gdb.opt/inline-markers.c (ATTR): Define.
8352 (inlined_fn): Use it.
8353
f25827c1
YQ
83542016-07-19 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8357 (test_with_self): Remove some code. Remove argument executable.
8358 (top-level): Use do_self_tests.
8359
37539ebe
DB
83602016-07-15 Zachary Welch <zwelch@codesourcery.com>
8361 Don Breazeal <donb@codesourcery.com>
8362
8363 * gdb.base/maint.exp: Escape paths used in regular expressions.
8364 * gdb.stabs/weird.exp: Likewise.
8365
dac790e1
TT
83662016-07-13 Tom Tromey <tom@tromey.com>
8367
8368 PR python/15620, PR python/18620:
8369 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8370 (test_bkpt_events): New procs.
8371
93daf339
TT
83722016-07-13 Tom Tromey <tom@tromey.com>
8373
8374 PR python/17698:
8375 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8376 test.
8377 (test_watchpoints): Likewise.
8378 (test_bkpt_pending): New proc.
8379
6571a381
TT
83802016-07-13 Tom Tromey <tom@tromey.com>
8381
8382 PR cli/18053:
8383 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8384 completion test.
8385
e8732474
JK
83862016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8387
8388 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8389 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8390 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8391 f_label.
8392 (g): Rename g_end_lbl to g_label.
8393 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8394 low_pc and high_pc.
8395 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8396
e0f3fd7c
TT
83972016-07-12 Tom Tromey <tom@tromey.com>
8398
8399 PR python/19293:
8400 * gdb.python/py-unwind-maint.exp: Update tests.
8401
3cfe46b6
YQ
84022016-07-12 Yao Qi <yao.qi@linaro.org>
8403
8404 * lib/selftest-support.exp (selftest_setup): Match the output
8405 when captured_main is inlined.
8406
4f19a0e6
WT
84072016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8408
8409 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8410 New variables.
8411 (print this%a, print this%b, print this): New tests.
8412 * gdb.fortran/derived-types.f90 (this): New object and
8413 initialization.
8414
986cf455
SM
84152016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8416
8417 * gdb.ada/arraydim.exp: Remove extra directory level in build
8418 directory.
8419
f0464b23
SM
84202016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8421
8422 * lib/ada.exp: Remove extra directory level in build directory.
8423 * gdb.ada/cond_lang.exp: Likewise.
8424 * gdb.ada/exec_changed.exp: Likewise.
8425 * gdb.ada/lang_switch.exp: Likewise.
8426
42d94011
MG
84272016-07-06 Manish Goregaokar <manish@mozilla.com>
8428
2806dc7e
PA
8429 * simple.rs: Add test for raw pointer subscripting.
8430 * simple.exp: Add test expectations.
42d94011 8431
647c264c
YQ
84322016-07-05 Yao Qi <yao.qi@linaro.org>
8433
8434 * gdb.mi/mi-reverse.exp: Match =record-started output.
8435
20aa2c60
PA
84362016-07-01 Pedro Alves <palves@redhat.com>
8437
8438 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8439 procedure.
8440 (jit_reader_test): Test the jit reader's unwinder.
8441 * gdb.base/jithost.c (jit_function_00_code): New global.
8442 (main): Use memcpy to fill in the mmapped code, instead of poking
8443 bytes manually here.
8444 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8445 value.
8446 (read_debug_info): Save the function's range.
8447 (read_sp): New function.
8448 (unwind_frame): Use it. Also unwind RBP.
8449 (get_frame_id): Use read_sp.
8450 (gdb_init_reader): Use calloc instead of malloc.
8451 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8452 parameter. Use gdb_test_multiple.
8453
ced2dffb
PA
84542016-07-01 Pedro Alves <palves@redhat.com>
8455 Antoine Tremblay <antoine.tremblay@ericsson.com>
8456
8457 * gdb.threads/process-dies-while-detaching.c: New file.
8458 * gdb.threads/process-dies-while-detaching.exp: New file.
8459
63000888
PA
84602016-07-01 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.multi/watchpoint-multi-exit.c: New file.
8463 * gdb.multi/watchpoint-multi-exit.exp: New file.
8464
038d4868
PA
84652016-06-30 Pedro Alves <palves@redhat.com>
8466
8467 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8468 unset inferior_spawn_id.
8469
994e9c83
PA
84702016-06-30 Pedro Alves <palves@redhat.com>
8471
8472 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8473 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8474
e5653468
YQ
84752016-06-29 Yao Qi <yao.qi@linaro.org>
8476
8477 * gdb.base/return.c: Add copyright header.
8478
803b47e5
TT
84792016-06-29 Tom Tromey <tom@tromey.com>
8480
8481 PR python/20129:
8482 * gdb.python/py-framefilter.exp: Add tests for setting priority
8483 and disabling of non-existent frame filter.
8484
28244707
YQ
84852016-06-29 Yao Qi <yao.qi@linaro.org>
8486
8487 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8488 0x0f07ff.
8489
a31d2f06
YQ
84902016-06-28 Yao Qi <yao.qi@linaro.org>
8491
8492 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8493 triplets. Start gdb, execute catch syscall, and continue. Check
8494 gdb's output to determine catch syscall is supported.
8495
921d8f54
MG
84962016-06-27 Manish Goregaokar <manish@mozilla.com>
8497
25d49b86
PA
8498 * gdb.rust/simple.rs: Add test for returning unit in a function.
8499 * gdb.rust/simple.exp: Add expectation for functions returning
8500 unit.
921d8f54 8501
f4952523
PMR
85022016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8503
8504 * gdb.python/py-breakpoint-create-fail.c,
8505 gdb.python/py-breakpoint-create-fail.exp,
8506 gdb.python/py-breakpoint-create-fail.py: New testcase.
8507
fccb08f8
MG
85082016-06-25 Manish Goregaokar <manish@mozilla.com>
8509
8510 PR gdb/20239
8511 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8512 * gdb.rust/simple.exp: Add test expectations for new NonZero
8513 tests.
fccb08f8 8514
6b850546
DT
85152016-06-24 David Taylor <dtaylor@emc.com>
8516
8517 * gdb.base/offsets.exp: New file.
8518 * gdb.base/offsets.c: New file.
8519
17621150
TT
85202016-06-23 Tom Tromey <tom@tromey.com>
8521
8522 PR gdb/16483:
8523 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8524 before any filters are loaded.
8525
04d59df6
WT
85262016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8527
8528 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8529 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8530 structs.
8531 * gdb.fortran/derived-type-function.exp: New file.
8532 * gdb.fortran/derived-type-function.f90: New file.
8533
8534
ac69f786
PA
85352016-06-21 Pedro Alves <palves@redhat.com>
8536
8537 * gdb.base/new-ui.exp: New file.
8538 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8539 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8540 (with_spawn_id): New procedure.
8541
49940788
PA
85422016-06-21 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.mi/mi-exec-run.exp: New file.
8545
ef274d26
PA
85462016-06-21 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8549 breakpoint command's output on the main UI.
8550 (test_break): New procedure, factored out from calls in the top
8551 level.
8552 (top level): Use foreach_with_prefix to test MI as main UI and as
8553 separate UI.
8554
468afe6c
PA
85552016-06-21 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8558 (test_awatch_creation_and_listing)
8559 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8560 Remove 'type' parameter.
8561 (test_watchpoint_all): New parameter mi_mode. Remove
8562 with_test_prefix.
8563 (top level): Use foreach_with_prefix, and add main/separate UI MI
8564 testing axis.
8565
51f77c37
PA
85662016-06-21 Pedro Alves <palves@redhat.com>
8567
8568 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8569 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8570 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8571 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8572 (gdb_main_spawn_id, mi_spawn_id): Declare and
8573 comment.
8574 (mi_create_inferior_pty): New procedure,
8575 factored out from default_mi_gdb_start.
8576 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8577 procedures.
8578 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8579 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8580 Use mi_create_inferior_pty.
8581 (mi_gdb_start): Use eval to pass down args list.
8582
8980e177
PA
85832016-06-21 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8586 * gdb.opt/inline-cmds.exp: Add MI tests.
8587
f38d3ad1
PA
85882016-06-21 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8591
45db7c09
PA
85922016-06-21 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8595 (top level): Use it instead of mi_execute_to.
8596
5a069ab3
PA
85972016-06-21 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8600 (cont_handler_str): New.
8601 (signal_stop_handler): Set stop_handler_str instead of printing to
8602 stdout.
8603 (continue_handler): Set cont_handler_str instead of printing to
8604 stdout.
8605 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8606 mi_send_resuming_command. Print stop_handler_str and
8607 cont_handler_str instead of expecting the python events print
8608 directly.
8609
2838cc1d
SD
86102016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8611
8612 * gdb.base/jit-reader.exp: New file.
8613 * gdb.base/jithost.c: New file.
8614 * gdb.base/jithost.h: New file.
8615 * gdb.base/jitreader.c : New file.
8616 * gdb.base/jit-protocol.h: New file.
8617
21a77091
YQ
86182016-06-17 Yao Qi <yao.qi@linaro.org>
8619
8620 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8621 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8622 and detach-on-fork. Adjust tests.
8623 (top level): Invoke break_cond_on_syscall with combinations of
8624 syscall, follow-fork-mode and detach-on-fork.
8625
f50bf8e5
YQ
86262016-06-17 Yao Qi <yao.qi@linaro.org>
8627
8628 * gdb.base/step-over-exit.c: New.
8629 * gdb.base/step-over-exit.exp: New.
8630
a28d8e50
YTL
86312016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8632
8633 * gdb.base/float.exp: Add target check for nds32*-*-*.
8634 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8635
cad8e26d
AB
86362016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8637
8638 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8639 for unsupported target features.
8640 * gdb.base/call-rt-st.exp: Likewise.
8641 * gdb.base/call-sc.exp: Likewise.
8642 * gdb.base/call-signal-resume.exp: Likewise.
8643 * gdb.base/call-strs.exp: Likewise.
8644 * gdb.base/callexit.exp: Likewise.
8645 * gdb.base/callfuncs.exp: Likewise.
8646 * gdb.base/nodebug.exp: Likewise.
8647 * gdb.base/printcmds.exp: Likewise.
8648 * gdb.base/ptype.exp: Likewise.
8649 * gdb.base/structs.exp: Likewise.
8650 * gdb.base/unwindonsignal.exp: Likewise.
8651 * gdb.cp/gdb2495.exp: Likewise.
8652 * gdb.cp/templates.exp: Likewise.
8653 * gdb.cp/virtfunc.exp: Likewise.
8654 * gdb.threads/hand-call-in-threads.exp: Likewise.
8655 * gdb.threads/interrupted-hand-call.exp: Likewise.
8656 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8657
347dc102
TT
86582016-06-10 Tom Tromey <tom@tromey.com>
8659
8660 PR rust/20110:
8661 * gdb.rust/expr.exp: Add test for integer constant larger than
8662 i32.
8663
5e13cf25
BH
86642016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8665
8666 * gdb.fortran/nested-funcs.exp: New.
8667 * gdb.fortran/nested-funcs.f90: New.
8668
bb556f1f
TK
86692016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8670
8671 * gdb.base/examine-backward.c: New file.
8672 * gdb.base/examine-backward.exp: New file.
8673
38b022b4
SM
86742016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8675
8676 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8677 matching.
8678
1b40ec05
TT
86792016-06-02 Tom Tromey <tom@tromey.com>
8680
8681 PR python/18984:
8682 * gdb.python/py-shared.exp: Add solib_name test.
8683
193bd378
SM
86842016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8685
8686 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8687
3326303b
MG
86882016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8689
8690 PR c++/19893
8691 * gdb.dwarf2/implref.exp: Rename to...
8692 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8693 * gdb.dwarf2/implref-array.c: New file.
8694 * gdb.dwarf2/implref-array.exp: Likewise.
8695 * gdb.dwarf2/implref-global.c: Likewise.
8696 * gdb.dwarf2/implref-global.exp: Likewise.
8697 * gdb.dwarf2/implref-struct.c: Likewise.
8698 * gdb.dwarf2/implref-struct.exp: Likewise.
8699
825c8ef2
AT
87002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8701
8702 * gdb.trace/trace-condition.exp: Add 64bit tests.
8703
2320162a
AT
87042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8705
8706 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8707 bits types.
8708 (main): Adapt to 8 to 64 bits types.
8709 * gdb.trace/trace-condition.exp: Add new tests.
8710
a7818233
AT
87112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8712
8713 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8714
0d336466
AT
87152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8716
8717 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8718 Move condition tests...
8719 * gdb.trace/trace-condition.exp: Here.
8720
7faeb45a
AT
87212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8722
8723 * gdb.trace/trace-condition.exp: Add counter-case tests.
8724
e385593e
JK
87252016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 PR c++/15231
8728 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8729 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8730
744608cc
PA
87312016-05-27 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8734 New procedure.
8735 (top level): Call it, and bail out of DejaGnu is known to be bad.
8736
ac775bf4
AB
87372016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8738
8739 * gdb.base/whatis.c: Extend the test case.
8740 * gdb.base/whatis.exp: Add additional tests.
8741
2bbad2ea
BH
87422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8743
8744* gdb.fortran/type.f90: Add pointer variable.
8745* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8746
8b70175d
BH
87472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8748
8749 * gdb.fortran/vla-type.exp: Fix testcase name.
8750
86d8a848
BH
87512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8752
8753 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8754
e188eb36
BH
87552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8756
8757 * gdb.fortran/type.f90: Add nested structures.
8758 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8759 * gdb.fortran/derived-type.exp: Adapt expected output.
8760 * gdb.fortran/vla-type.exp: Adapt expected output.
8761
9b2db1fd
BH
87622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8763
8764 * gdb.fortran/whatis_type.exp: Adapt expected output.
8765
72b17055
BH
87662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8767
8768 * gdb.fortran/print_type.exp: Fix expected output.
8769 * gdb.fortran/whatis_type.exp: Fix expected output.
8770
3cd81d8d
BH
87712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8772
8773 * gdb.fortran/whatis_type.exp: Use multi_line.
8774
ddae9462
TT
87752016-05-24 Tom Tromey <tom@tromey.com>
8776
8777 PR python/17386:
8778 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8779 use value as an index.
8780
1957f6b8
TT
87812016-05-23 Tom Tromey <tom@tromey.com>
8782
8783 PR python/17981:
8784 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8785 no-breakpoint case.
8786
026a9174
PA
87872016-05-24 Pedro Alves <palves@redhat.com>
8788
8789 PR gdb/19828
8790 * gdb.threads/clone-attach-detach.c: New file.
8791 * gdb.threads/clone-attach-detach.exp: New file.
8792
e70a7231
FR
87932016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8794
8795 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8796
0f6ed0e0
TT
87972016-05-23 Tom Tromey <tom@tromey.com>
8798
8799 PR python/19438, PR python/18393:
8800 * gdb.python/py-progspace.exp: Add "dir" test.
8801 * gdb.python/py-objfile.exp: Add "dir" test.
8802
ffd19d61
YQ
88032016-05-23 Yao Qi <yao.qi@linaro.org>
8804
8805 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8806 * gdb.arch/thumb2-it.exp: Likewise.
8807
9e8f9b05
SM
88082016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8809
8810 * gdb.mi/mi-threads-interrupt.c: New file.
8811 * gdb.mi/mi-threads-interrupt.exp: New file.
8812
61c6156d
SM
88132016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8814
8815 PR gdb/18077
8816 * gdb.mi/mi-async-run.exp: New file.
8817 * gdb.mi/mi-async-run.c: New file.
8818
67218854
TT
88192016-05-17 Tom Tromey <tom@tromey.com>
8820 Manish Goregaokar <manishsmail@gmail.com>
8821
8822 * lib/rust-support.exp: New file.
8823 * lib/gdb.exp (skip_rust_tests): New proc.
8824 (build_executable_from_specs): Handle rust.
8825 * lib/future.exp (gdb_find_rustc): New proc.
8826 (gdb_default_target_compile): Handle rust.
8827 * gdb.rust/expr.exp: New file.
8828 * gdb.rust/generics.exp: New file.
8829 * gdb.rust/generics.rs: New file.
8830 * gdb.rust/methods.exp: New file.
8831 * gdb.rust/methods.rs: New file.
8832 * gdb.rust/modules.exp: New file.
8833 * gdb.rust/modules.rs: New file.
8834 * gdb.rust/simple.exp: New file.
8835 * gdb.rust/simple.rs: New file.
8836
c44af4eb
TT
88372016-05-17 Tom Tromey <tom@tromey.com>
8838
8839 * gdb.base/default.exp (set language): Add rust.
8840
dcd1f979
TT
88412016-05-17 Tom Tromey <tom@tromey.com>
8842
8843 * gdb.gdb/unittest.exp: New file.
8844
155b7f57
YQ
88452016-05-16 Yao Qi <yao.qi@linaro.org>
8846
8847 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8848 shell_prompt. Update shell_prompt_re.
8849
8ddd5a6c
DE
88502016-05-12 Doug Evans <dje@google.com>
8851
8852 PR symtab/19999
8853 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8854 $options when building executable.
8855 * gdb.dwarf2/fission-loclists-pie.S: New file.
8856 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8857
02e370d9
SM
88582016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8859
8860 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8861 of [is_remote target],
8862
8929ad8b
SM
88632016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8864
8865 * lib/gdb.exp (use_gdb_stub): New procedure.
8866
6c447423
DE
88672016-05-03 Yunlian Jiang <yunlian@google.com>
8868 Doug Evans <dje@google.com>
8869
8870 PR symtab/19914
8871 * gdb.dwarf2/dwp-sepdebug.c: New file.
8872 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8873
444e826c
SM
88742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8875
8876 * gdb.base/detach.exp: Remove is_remote check.
8877
740feeaa
SM
88782016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8879
8880 * gdb.base/annota-input-while-running.exp: Don't check for
8881 [is_remote target]. Enable annotations after running to main.
8882 Remove unused "set test..." line.
8883
9080ac9d
SM
88842016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8885
8886 * gdb.trace/trace-enable-disable.exp: New file.
8887 * gdb.trace/trace-enable-disable.c: New file.
8888
952ebca5
SM
88892016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8890
8891 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8892 use it in info sharedlibrary test.
8893 * gdb.trace/ftrace-lock.exp: Likewise.
8894 * gdb.trace/ftrace.exp: Likewise.
8895 * gdb.trace/range-stepping.exp: Likewise.
8896 * gdb.trace/trace-break.exp: Likewise.
8897 * gdb.trace/trace-condition.exp: Likewise.
8898 * gdb.trace/trace-mt.exp: Likewise.
8899
d9019901
SM
89002016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8901
8902 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8903 (gdb_load_shlib): ... this.
8904 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8905 gdb_load_shlib.
8906 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8907 * gdb.base/ctxobj.exp: Likewise.
8908 * gdb.base/dprintf-pending.exp: Likewise.
8909 * gdb.base/dso2dso.exp: Likewise.
8910 * gdb.base/fixsection.exp: Likewise.
8911 * gdb.base/gcore-relro.exp: Likewise.
8912 * gdb.base/gdb1555.exp: Likewise.
8913 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8914 * gdb.base/gnu-ifunc.exp: Likewise.
8915 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8916 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8917 * gdb.base/pending.exp: Likewise.
8918 * gdb.base/print-file-var.exp: Likewise.
8919 * gdb.base/print-symbol-loading.exp: Likewise.
8920 * gdb.base/shlib-call.exp: Likewise.
8921 * gdb.base/shreloc.exp: Likewise.
8922 * gdb.base/so-impl-ld.exp: Likewise.
8923 * gdb.base/solib-disc.exp: Likewise.
8924 * gdb.base/solib-nodir.exp: Likewise.
8925 * gdb.base/solib-overlap.exp: Likewise.
8926 * gdb.base/solib-symbol.exp: Likewise.
8927 * gdb.base/solib-weak.exp (do_test): Likewise.
8928 * gdb.base/sym-file.exp: Likewise.
8929 * gdb.base/symtab-search-order.exp: Likewise.
8930 * gdb.base/type-opaque.exp: Likewise.
8931 * gdb.base/unload.exp: Likewise.
8932 * gdb.base/watchpoint-solib.exp: Likewise.
8933 * gdb.compile/compile.exp: Likewise.
8934 * gdb.cp/gdb2384.exp: Likewise.
8935 * gdb.cp/infcall-dlopen.exp: Likewise.
8936 * gdb.cp/re-set-overloaded.exp: Likewise.
8937 * gdb.fortran/library-module.exp: Likewise.
8938 * gdb.opt/solib-intra-step.exp: Likewise.
8939 * gdb.python/py-finish-breakpoint.exp: Likewise.
8940 * gdb.python/py-shared.exp: Likewise.
8941 * gdb.reverse/solib-precsave.exp: Likewise.
8942 * gdb.reverse/solib-reverse.exp: Likewise.
8943 * gdb.server/solib-list.exp: Likewise.
8944 * gdb.threads/dlopen-libpthread.exp: Likewise.
8945 * gdb.threads/tls-shared.exp: Likewise.
8946 * gdb.threads/tls-so_extern.exp: Likewise.
8947 * gdb.trace/change-loc.exp: Likewise.
8948 * gdb.trace/ftrace-lock.exp: Likewise.
8949 * gdb.trace/ftrace.exp: Likewise.
8950 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8951 * gdb.trace/pending.exp: Likewise.
8952 * gdb.trace/range-stepping.exp: Likewise.
8953 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8954 (strace_info_marker): Likewise.
8955 (strace_probe_marker): Likewise.
8956 (strace_trace_on_same_addr): Likewise.
8957 (strace_trace_on_diff_addr): Likewise.
8958 * gdb.trace/trace-break.exp: Likewise.
8959 * gdb.trace/trace-condition.exp: Likewise.
8960 * gdb.trace/trace-mt.exp: Likewise.
8961
fca4cfd9
SM
89622016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8963
8964 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8965 result of gdb_remote_download.
8966 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8967 * gdb.base/dso2dso.exp: Likewise.
8968 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8969 * gdb.base/print-file-var.exp: Likewise.
8970 * gdb.base/shlib-call.exp: Likewise.
8971 * gdb.base/shreloc.exp: Likewise.
8972 * gdb.base/solib-overlap.exp: Likewise.
8973 * gdb.base/solib-weak.exp (do_test): Likewise.
8974 * gdb.base/unload.exp: Likewise.
8975
11cf4ffb
YQ
89762016-04-27 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8979 exists.
8980
3e2e34f8
KB
89812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8982
8983 * vla-type.exp: Print structure from toplevel.
8984
8f07e298
BH
89852016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8986
8987 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8988 of dynamic types.
8989 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8990 of dynamic types.
8991
9920b434
BH
89922016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8993
8994 * gdb.fortran/vla-type.f90: New file.
8995 * gdb.fortran/vla-type.exp: New file.
8996
f3abeff5
YQ
89972016-04-25 Yao Qi <yao.qi@linaro.org>
8998
8999 * gdb.base/branch-to-self.c: New file.
9000 * gdb.base/branch-to-self.exp: New file.
9001
0a5d52f0
YQ
90022016-04-22 Yao Qi <yao.qi@linaro.org>
9003
9004 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9005 more after $hex.
9006
495346f6
YQ
90072016-04-22 Yao Qi <yao.qi@linaro.org>
9008
9009 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9010 * gdb.base/annota3.exp: Likewise.
9011
4a7e075c
YQ
90122016-04-22 Yao Qi <yao.qi@linaro.org>
9013
9014 * gdb.reverse/step-precsave.exp: Do one step and test program
9015 stops in "callee" and do multiple steps until program goes out
9016 of "callee".
9017 * gdb.reverse/step-reverse.exp: Likewise.
9018
5b061e98
YQ
90192016-04-22 Yao Qi <yao.qi@linaro.org>
9020
9021 * gdb.trace/signal.exp: Also pass if
9022 $tracepoint_hits($i) > $iterations.
9023
5c5dc57f
YQ
90242016-04-22 Yao Qi <yao.qi@linaro.org>
9025
9026 * gdb.trace/signal.c: New file.
9027 * gdb.trace/signal.exp: New file.
9028
a55411b9
DE
90292016-04-19 Doug Evans <xdje42@gmail.com>
9030
9031 * gdb.base/bad-file.exp: New file.
9032
a22df60a
MG
90332016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9034
9035 * gdb.dwarf2/implref.exp: New file.
9036
0c13f7e5
BH
90372016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9038
9039 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9040 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9041 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9042 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9043 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9044 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9045 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9046 * lib/fortran.exp (fortran_int4): New procedure.
9047 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9048 (fortran_logical4): Likewise.
9049
9b9b09e9
BH
90502016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9051
9052 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9053
a14d1f4d
BH
90542016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9055
9056 * lib/compiler.c: Add Intel specific preprocessor macros.
9057 * lib/compiler.cc: Likewise.
25d49b86 9058
7d49b1d0
LM
90592016-04-13 Luis Machado <lgustavo@codesourcery.com>
9060
9061 * gdb.server/connect-with-no-symbol-file.c: New file.
9062 * gdb.server/connect-with-no-symbol-file.exp: New file.
9063
8392fa22
SM
90642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9065
9066 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9067
8c4c4aeb
SM
90682016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9069
9070 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9071 standard output directory.
9072
45e3745e
AT
90732016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9074
9075 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9076
e26b7e41
MM
90772016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9078
9079 * gdb.btrace/instruction_history.c (loop): Add declaration.
9080
8ce09462
AT
90812016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9082
9083 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9084
2e88a1ea
SM
90852016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9086
9087 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9088 parentheses to print.
9089 (continue_handler): Likewise.
9090
f48e22e3
SM
90912016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9092
9093 * gdb.server/solib-list.exp: Remove is_remote check.
9094 Pass shlib= to gdb_compile. Don't link shared library with
9095 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9096 Run binary filename through "readlink -f" on the target.
9097
096be756
PA
90982016-04-08 Pedro Alves <palves@redhat.com>
9099
9100 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9101 interpreter filename as argument to gdbserver_spawn.
9102 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9103 Return empty if $last_loaded_file does not exist.
9104
06500533
JK
91052016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9106
9107 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9108 * gdb.base/jit-main.c: Use exit after usage.
9109
2d35e871
JK
91102016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9111
9112 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9113 GDBHISTSIZE prior to the tests.
9114 * gdb.base/gdbinit-history.exp: Likewise.
9115
91162016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9117
9118 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9119 instead of build_executable. Use gdb_load_shlibs.
9120
c8064e7e
YQ
91212016-04-07 Yao Qi <yao.qi@linaro.org>
9122
9123 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9124 Execute "si" command.
9125
bde47561
YQ
91262016-04-07 Yao Qi <yao.qi@linaro.org>
9127
9128 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9129 number instead of the comments on some line.
9130
b16f8a3b
DB
91312016-04-06 Don Breazeal <donb@codesourcery.com>
9132
9133 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9134 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9135
c2f901df
SM
91362016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9137
9138 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9139 standard_output_file. Remove unused binfile variable.
9140
ac17fda0
CU
91412016-04-05 Catalin Udma <catalin.udma@freescale.com>
9142
9143 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9144 * gdb.python/py-mi-objfile.exp: Match "list main" output
9145 in console format.
9146
03a8c4df
SM
91472016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9148
9149 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9150 absolute.
9151
6e774b13
SM
91522016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9153
9154 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9155 absolute.
9156 * gdb.trace/ftrace.exp: Likewise.
9157 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9158 targets as well.
9159 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9160 (gdb_load_shlibs): Copy libraries to test directory when testing
9161 natively. Only set solib-search-path if testing remotely.
9162 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9163
7817ea46
SM
91642016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9165
9166 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9167 gdb_download. Use it even if the target is not remote.
9168 * gdb.base/jit.exp (compile_jit_test): Likewise.
9169 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9170 output directory if the destination board is local, otherwise use
9171 the standard remote_download from DejaGnu.
9172 (gdb_download): Remove.
9173 (gdb_load_shlibs): Use gdb_remote_download instead of
9174 gdb_download.
9175 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9176 Use gdb_remote_download instead of gdb_download. Use it even if
9177 the target is not remote.
9178 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9179 instead of gdb_download.
9180
7beb7f68
SM
91812016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9182
9183 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9184 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9185 run.
9186
cc63428a
AV
91872016-04-01 Artemiy Volkov <artemiyv@acm.org>
9188
9189 PR gdb/19820
9190 * gdb.base/printcmds.exp: Add artificial arrays tests.
9191
64cdf930
PA
91922016-03-31 Pedro Alves <palves@redhat.com>
9193
9194 PR gdb/19858
9195 * gdb.base/jit-main.c: Include unistd.h.
9196 (ATTACH): Define to 0 if not already defined.
9197 (wait_for_gdb, mypid): New globals.
9198 (WAIT_FOR_GDB): New macro.
9199 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9200 some breakpoint locations.
9201 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9202 New procedures.
9203 (one_jit_test): Add REATTACH parameter, and handle it. Use
9204 continue_to_test_location.
9205 (top level): Test attach, and adjusts calls to one_jit_test.
9206
40dea8cb
PA
92072016-03-31 Pedro Alves <palves@redhat.com>
9208
9209 PR gdb/19858
9210 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9211 BINSUFFIX parameter, and handle it.
9212 (top level): Adjust calls compile_jit_test.
9213
e7ea3ec7
CU
92142016-03-31 Catalin Udma <catalin.udma@freescale.com>
9215
9216 PR python/19743
9217 * gdb.python/py-mi-events-gdb.py: New file.
9218 * gdb.python/py-mi-events.c: New file.
9219 * gdb.python/py-mi-events.exp: New file.
9220
e6359af3
YQ
92212016-03-30 Yao Qi <yao.qi@linaro.org>
9222
9223 * gdb.reverse/until-precsave.exp: Match function name only.
9224 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9225 Move malloc to a condition block.
9226 * gdb.reverse/until-reverse.exp: Match function name only.
9227
a4105d04
MK
92282016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9229
9230 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9231 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9232 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9233 variable for GPR 0 instead of assuming it is register 0.
9234 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9235 * lib/trace-support.exp: Add s390 registers.
9236
bfa6adb9
YQ
92372016-03-29 Yao Qi <yao.qi@linaro.org>
9238
9239 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9240
1e6697ea
YQ
92412016-03-24 Yao Qi <yao.qi@linaro.org>
9242
9243 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9244 test message.
9245
64bcd522
AA
92462016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9247
9248 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9249 maintaining separate logic for constructing the output path.
9250
7868401b
DB
92512016-03-16 Don Breazeal <donb@codesourcery.com>
9252
9253 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9254 Retry fork and waitpid on interrupted system call errors.
9255 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9256 Use with_timeout_factor to increase timeout by factor of 10.
9257
1cafadb4
DB
92582016-03-15 Don Breazeal <donb@codesourcery.com>
9259
9260 * gdb.cp/scope-err.cc: New test program.
9261 * gdb.cp/scope-err.exp: New test script.
9262 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9263 lines and "set breakpoint here" comment.
9264 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9265 Fixed some whitespace and format issues.
9266 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9267 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9268
81516450
DE
92692016-03-15 Doug Evans <dje@google.com>
9270
9271 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9272 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9273 All callers updated. Add tests for enums, mixed flags register.
9274
aa52b601
DE
92752016-03-15 Doug Evans <dje@google.com>
9276
9277 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9278 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9279
fa4ff313
SM
92802016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9281
9282 * gdb.base/default.exp: Add $_as_string to the list of expected
9283 convenience functions.
9284
f2403c39
AB
92852016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9286
9287 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9288
f2f3ccb9
SM
92892016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9290
9291 * gdb.python/py-as-string.exp: New file.
9292 * gdb.python/py-as-string.c: New file.
9293
00dbd492
PA
92942016-03-09 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9297 signal" -> "Thread NN received signal" output change.
9298 * gdb.threads/ia64-sigill.exp: Likewise.
9299 * gdb.threads/linux-dp.exp: Likewise.
9300 * gdb.threads/manythreads.exp: Likewise.
9301 * gdb.threads/pending-step.exp: Likewise.
9302 * gdb.threads/print-threads.exp: Likewise.
9303 * gdb.threads/sigstep-threads.exp: Likewise.
9304 * gdb.threads/staticthreads.exp: Likewise.
9305 * gdb.threads/tls.exp: Likewise.
9306
1e6697ea
YQ
93072016-03-09 Pedro Alves <palves@redhat.com>
9308
9309 * gdb.base/command-line-input.exp: New file.
9310
b04fd3be
MK
93112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9312
9313 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9314 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9315 * gdb.trace/pending.exp: Accept leading dot before function name.
9316 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9317 * lib/trace-support.exp: Set registers for ppc.
9318
98fa59e9
MK
93192016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9320
9321 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9322 use it for disassembly; accept .main in addition to main in backtrace.
9323
f77198c8
MK
93242016-03-09 Wei-cheng Wang <cole945@gmail.com>
9325 Marcin Kościelnicki <koriakin@0x04.net>
9326
9327 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9328 (gdb_recursion_test_ptr): New global variable.
9329 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9330 gdb_recursion_test.
9331 (gdb_c_test): Ditto.
9332
ba84e0da
MK
93332016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9334
9335 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9336 ordering.
9337
4366d36e
MK
93382016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9339
9340 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9341 (bar): Add bar_start_lbl label.
9342 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9343 of foo/bar for emitting DWARF and tracing.
9344
5eb264df
SDJ
93452016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9346
9347 * analyze-racy-logs.py: Set executable bit.
9348
fb6a751f
SDJ
93492016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9350
9351 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9352 (CHECK_TARGET_TMP): Likewise.
9353 (check-single-racy): New rule.
9354 (check-parallel-racy): Likewise.
9355 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9356 (do-check-parallel-racy): New rule.
9357 (check-racy/%.exp): Likewise.
9358 * README (Racy testcases): New section.
9359 * analyze-racy-logs.py: New file.
9360
bdf7e230
DE
93612016-03-03 Doug Evans <dje@google.com>
9362
9363 * gdb.base/skip.exp: Use with_test_prefix.
9364
4719d415
YQ
93652016-03-03 Yao Qi <yao.qi@linaro.org>
9366
9367 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9368 Invoke step_over_syscall "clone" and break_cond_on_syscall
9369 "clone".
9370 * gdb.base/step-over-clone.c: New file.
9371
ea507862
YQ
93722016-03-03 Yao Qi <yao.qi@linaro.org>
9373
9374 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9375 code format.
9376
8fc8cbda
YQ
93772016-03-03 Yao Qi <yao.qi@linaro.org>
9378
9379 * gdb.base/disp-step-fork.c: Rename to ...
9380 * gdb.base/step-over-fork.c: ... it. New file.
9381 * gdb.base/disp-step-vfork.c: Rename to ...
9382 * gdb.base/step-over-vfork.c: ... it. New file.
9383 * gdb.base/disp-step-syscall.exp: Rename to ...
9384 * gdb.base/step-over-syscall.exp: ... it. New file.
9385 (disp_step_cross_syscall): Rename to ...
9386 (step_over_syscall): ... it.
9387
92fa70b0
YQ
93882016-03-03 Yao Qi <yao.qi@linaro.org>
9389
9390 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9391 If target supports condition evaluation on target, invoke
9392 break_cond_on_syscall for fork and vfork.
9393
e197ad3c
YQ
93942016-03-03 Yao Qi <yao.qi@linaro.org>
9395
9396 * gdb.base/disp-step-syscall.exp: Don't invoke
9397 support_displaced_stepping.
9398 (disp_step_cross_syscall): Test with displaced stepping off and
9399 on if supported.
9400
0b47da9f
YQ
94012016-03-03 Yao Qi <yao.qi@linaro.org>
9402
9403 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9404 proc.
9405 (setup): New proc.
9406 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9407 and setup.
9408
065ab6dc
BH
94092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9410
9411 * gdb.fortran/vla-history.exp: Remove breakpoint.
9412
07e448ad 94132016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9414
25d49b86
PA
9415 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9416 exceeds timeout.
07e448ad 9417
9ac2d526 94182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9419
25d49b86
PA
9420 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9421 breakpoint.
9ac2d526 9422
17807369
BH
94232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9424
9425 * gdb.mi/vla.f90: Nullify pointer after declaration.
9426
86e501af
PA
94272016-03-01 Pedro Alves <palves@redhat.com>
9428
9429 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9430
1e903e32
PA
94312016-03-01 Pedro Alves <palves@redhat.com>
9432
9433 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9434 before anything else.
9435 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9436 _GNU_SOURCE here.
9437 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9438 before anything else.
9439 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9440
6ccb54e2
PA
94412016-03-01 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9444
30ca9da1
YQ
94452016-03-01 Yao Qi <yao.qi@linaro.org>
9446
9447 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9448 prepare_for_testing.
9449
dc856b38
YQ
94502016-03-01 Yao Qi <yao.qi@linaro.org>
9451
9452 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9453
4a932159
AA
94542016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9455
9456 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9457 manually constructing the output path.
9458
f2489477
AA
94592016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9460
9461 * gdb.arch/s390-stackless.S: New.
9462 * gdb.arch/s390-stackless.exp: New.
9463
38899f16
IB
94642016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9465
9466 * gdb.dlang/circular.c: New file.
9467 * gdb.dlang/circular.exp: New file.
9468
9fde51ed
YQ
94692016-02-26 Yao Qi <yao.qi@linaro.org>
9470
9471 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9472 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9473 (testcases): Update.
9474
ce90fefe
YQ
94752016-02-26 Yao Qi <yao.qi@linaro.org>
9476
9477 * gdb.reverse/aarch64.c: Rename to ...
9478 * gdb.reverse/insn-reverse.c: ... it.
9479 * gdb.reverse/aarch64.exp: Rename to ...
9480 * gdb.reverse/insn-reverse.exp: ... it.
9481
3263bceb
YQ
94822016-02-26 Yao Qi <yao.qi@linaro.org>
9483
9484 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9485 (testcase_ftype): New.
9486 (testcases): New array.
9487 (n_testcases): New.
9488 (main): Call each element in testcases.
9489 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9490 (read_testcase): New.
9491 Do the tests in a loop.
9492
6cb59ff1
YQ
94932016-02-25 Yao Qi <yao.qi@linaro.org>
9494
9495 * gdb.base/branches.c: Remove.
9496
ae91f625
MK
94972016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9498
9499 PR gdb/13808
9500 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9501
678b48b7
MK
95022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9503
9504 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9505
7337a6f2
MK
95062016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9507
9508 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9509 change x86_64 call_insn to 'callq'.
9510
861ca91f
AT
95112016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9512
9513 * gdb.trace/tfile-avx.c: Move to...
9514 * gdb.trace/tracefile-pseudo-reg.c: Here.
9515 * gdb.trace/tfile-avx.exp: Move to...
9516 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9517
bf74e428
GB
95182016-02-24 Gary Benson <gbenson@redhat.com>
9519
9520 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9521 message on attach.
9522
cce0e923
DE
95232016-02-23 Doug Evans <dje@google.com>
9524
9525 * gdb.base/skip.c (test_skip): New function.
9526 (end_test_skip_file_and_function): New function.
9527 (test_skip_file_and_function): New function.
9528 * gdb.base/skip1.c (test_skip): New function.
9529 (skip1_test_skip_file_and_function): New function.
9530 * gdb.base/skip.exp: Add tests for new skip options.
9531 * gdb.base/skip-solib.exp: Update expected output.
9532 * gdb.perf/skip-command.cc: New file.
9533 * gdb.perf/skip-command.exp: New file.
9534 * gdb.perf/skip-command.py: New file.
9535
4000e47e
MK
95362016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9537
9538 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9539 info registers pattern.
9540
24f75ead
IB
95412016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9542
9543 * lib/future.exp: Add D support.
9544 (gdb_find_gdc): New proc.
9545 (gdb_default_target_compile): Add D support.
9546
fbb7bcbe
WW
95472016-02-18 Wei-cheng Wang <cole945@gmail.com>
9548
9549 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9550 user+system time.
9551 (trace_speed_test): Determine the iteration count for a time
9552 between 15..30 seconds.
9553
012b3a21
WT
95542016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9555
9556 * gdb.arch/i386-mpx-sigsegv.c: New file.
9557 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9558 * gdb.arch/i386-mpx-simple_segv.c: New file.
9559 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9560
2d5189bd
YQ
95612016-02-18 Yao Qi <yao.qi@linaro.org>
9562
9563 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9564 Don't call setup_kfail.
9565
40fb20d0
YQ
95662016-02-18 Yao Qi <yao.qi@linaro.org>
9567
9568 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9569 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9570
21b1f8d2
DE
95712016-02-16 Doug Evans <dje@google.com>
9572
9573 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9574 * gdb.base/skip1.c: Ditto.
9575 * gdb.base/skip.exp: Whitespace cleanup.
9576
4041ed77
DB
95772016-02-16 Don Breazeal <donb@codesourcery.com>
9578
9579 PR remote/19496
9580 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9581 Remove kfail for PR remote/19496.
9582
c4ef31bf
SM
95832016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9584
9585 * lib/gdb.exp (standard_temp_file): Return a path specific to
9586 the runtest invocation.
9587
266b65b3
SM
95882016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9589
9590 * gdb.trace/save-trace.exp: Change relative path to be in the
9591 standard output directory.
9592
a7a0a6a9
JK
95932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9594
9595 * gdb.arch/i386-prologue.c: Add missing prototypes.
9596
c99dbb42
JK
95972016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9600 * gdb.arch/i386-prologue.exp: Likewise.
9601 * gdb.arch/i386-size.exp: Likewise.
9602
aa480355
SM
96032016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9604
9605 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9606 define object file path.
9607 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9608 file path.
9609 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9610 standard_output_file to define binfile.
9611
ba881f50
JK
96122016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 Fix compatibility with recent gfortran-5.3.1.
9615 * gdb.fortran/vla-history.exp (print vla1 allocated)
9616 (print vla2 allocated, print $2, print $3): Remove
9617 (print $4): Rename to ...
9618 (print $2): ... here.
9619 (print $9): Rename to ...
9620 (print $5): ... here.
9621 (print $10): Rename to ...
9622 (print $6): ... here.
9623 * gdb.fortran/vla.f90: Add pvla initialization.
9624
e9fb005c
JK
96252016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9626
9627 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9628 New test.
9629 * gdb.fortran/vla-value-sub.exp: Likewise.
9630
e44e00ff
MK
96312016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9632
9633 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9634
97e94151
SM
96352016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9636
9637 * i386-biarch-core.exp: Define corefile using
9638 standard_output_file.
9639
01113bc1
YQ
96402016-02-12 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.arch/arm-single-step-kernel-helper.c: New.
9643 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9644
33b4777c
MM
96452016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9646
9647 * gdb.btrace/tailcall-only.exp: New.
9648 * gdb.btrace/tailcall-only.c: New.
9649 * gdb.btrace/x86_64-tailcall-only.S: New.
9650 * gdb.btrace/i686-tailcall-only.S: New.
9651
acc23c11
PA
96522016-02-11 Pedro Alves <palves@redhat.com>
9653
9654 * README (Parallel testing): Add missing double quotes.
9655
e352bf0a
PA
96562016-02-11 Pedro Alves <palves@redhat.com>
9657
9658 * README (Parallel testing): New section.
9659 (GDB_PARALLEL): Rewrite.
9660 (FORCE_PARALLEL): Document.
9661
9f5fed78
MK
96622016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9663
9664 * gdb.trace/tfile-avx.c: New test.
9665 * gdb.trace/tfile-avx.exp: New test.
9666
9ef9e6a6
KS
96672016-02-09 Keith Seitz <keiths@redhat.com>
9668
9669 PR breakpoints/19546
9670 * gdb.base/infcall-exec.c: New file.
9671 * gdb.base/infcall-exec2.c: New file.
9672 * gdb.base/infcall-exec.exp: New file.
9673
a96e36da
KS
96742016-02-09 Keith Seitz <keiths@redhat.com>
9675
9676 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9677 (toplevel): Call test_bkpt_address.
9678
9f61929f
KS
96792016-02-09 Keith Seitz <keiths@redhat.com>
9680
9681 PR python/19506
9682 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9683 (toplevel): Call test_bkpt_address.
9684
1e94266c
SM
96852016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9686
9687 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9688 to AC_OUTPUT.
9689 * configure: Regenerate.
9690
2a7f3dff
PA
96912016-02-09 Pedro Alves <palves@redhat.com>
9692
9693 PR breakpoints/19548
9694 * gdb.base/execl-update-breakpoints.c (some_function): New
9695 function.
9696 (main): Call it.
9697 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9698 Tighten expected GDB output.
9699
2151ccc5
SM
97002016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9701
9702 * Makefile.in (ALL_SUBDIRS): Remove.
9703 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9704 (distclean maintainer-clean realclean): Likewise.
9705 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9706 * configure: Regenerate.
9707 * gdb.ada/Makefile.in: Delete.
9708 * gdb.arch/Makefile.in: Likewise.
9709 * gdb.asm/Makefile.in: Likewise.
9710 * gdb.base/Makefile.in: Likewise.
9711 * gdb.btrace/Makefile.in: Likewise.
9712 * gdb.cell/Makefile.in: Likewise.
9713 * gdb.compile/Makefile.in: Likewise.
9714 * gdb.cp/Makefile.in: Likewise.
9715 * gdb.disasm/Makefile.in: Likewise.
9716 * gdb.dlang/Makefile.in: Likewise.
9717 * gdb.dwarf2/Makefile.in: Likewise.
9718 * gdb.fortran/Makefile.in: Likewise.
9719 * gdb.gdb/Makefile.in: Likewise.
9720 * gdb.go/Makefile.in: Likewise.
9721 * gdb.guile/Makefile.in: Likewise.
9722 * gdb.java/Makefile.in: Likewise.
9723 * gdb.linespec/Makefile.in: Likewise.
9724 * gdb.mi/Makefile.in: Likewise.
9725 * gdb.modula2/Makefile.in: Likewise.
9726 * gdb.multi/Makefile.in: Likewise.
9727 * gdb.objc/Makefile.in: Likewise.
9728 * gdb.opencl/Makefile.in: Likewise.
9729 * gdb.opt/Makefile.in: Likewise.
9730 * gdb.pascal/Makefile.in: Likewise.
9731 * gdb.perf/Makefile.in: Likewise.
9732 * gdb.python/Makefile.in: Likewise.
9733 * gdb.reverse/Makefile.in: Likewise.
9734 * gdb.server/Makefile.in: Likewise.
9735 * gdb.stabs/Makefile.in: Likewise.
9736 * gdb.threads/Makefile.in: Likewise.
9737 * gdb.trace/Makefile.in: Likewise.
9738 * gdb.xml/Makefile.in: Likewise.
9739 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9740 GDB_PARALLEL.
9741 (standard_output_file): Remove check for GDB_PARALLEL, always
9742 return path in outputs/$subdir/$testname.
9743
437277d4
SM
97442016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9745
9746 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9747 (site.exp): Assign abs_srcdir to tcl's srcdir.
9748
31d913c7
YQ
97492016-02-04 Yao Qi <yao.qi@linaro.org>
9750
9751 * gdb.base/foll-exec-mode.c: Include limits.h.
9752 (main): Add parameters argc and argv. Get directory from
9753 argv[0].
9754 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9755 compilation.
9756 * gdb.base/foll-exec.c: Include limits.h.
9757 (main): Add parameters argc and argv.
9758 Get directory from argv[0].
9759 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9760 Adjust tests on the number of lines as source code changed.
9761 * gdb.base/foll-vfork-exit.c: Include limits.h.
9762 (main): Add one line of statement before vfork.
9763 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9764 (main): Add parameters argc and argv. Get directory from
9765 argv[0].
9766 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9767 (setup_gdb): Set tbreak to skip some source lines.
9768 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9769 (main): Add parameters argc and argv. Get directory from
9770 argv[0].
9771 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9772 compilation.
9773 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9774 (main): Add parameters argc and argv. Get directory from
9775 argv[0].
9776 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9777 compilation.
9778
9482b9fb
DE
97792016-02-01 Doug Evans <dje@google.com>
9780
9781 * gdb.base/skip.exp: Clean up multiple references to same test name.
9782
6b2e4f10
PA
97832016-02-01 Pedro Alves <palves@redhat.com>
9784
ccb6afd6 9785 PR remote/19496
6b2e4f10
PA
9786 * gdb.threads/forking-threads-plus-breakpoint.exp
9787 (displaced_stepping_supported): New global.
9788 (probe_displaced_stepping_support): New procedure.
9789 (do_test): Add 'displaced' parameter, and use it.
9790 (top level): Check for displaced stepping support. Add displaced
9791 stepping on/off testing axis.
9792
37a8db1a
AB
97932016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9794
9795 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9796 pointer. Don't perform further tests on the unassociated pointer
9797 if the first test fails.
9798
5fdf6324
AB
97992016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9800
9801 * gdb.base/max-value-size.c: New file.
9802 * gdb.base/max-value-size.exp: New file.
9803 * gdb.base/huge.exp: Disable max-value-size for this test.
9804
935c6144
IB
98052016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9806
9807 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9808
7fe8399d
YQ
98092016-01-28 Yao Qi <yao.qi@linaro.org>
9810
9811 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9812
a2077e25
PA
98132016-01-25 Pedro Alves <palves@redhat.com>
9814
9815 PR threads/19461
9816 * gdb.base/fork-running-state.c: New file.
9817 * gdb.base/fork-running-state.exp: New file.
9818
1d2736d4
PA
98192016-01-25 Pedro Alves <palves@redhat.com>
9820
9821 PR gdb/19494
9822 * gdb.base/catch-fork-kill.c: New file.
9823 * gdb.base/catch-fork-kill.exp: New file.
9824
f1da4b11
PA
98252016-01-25 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9828 Delete, moved to lib/gdb.exp.
9829 * gdb.threads/forking-threads-plus-breakpoint.exp
9830 (foreach_with_prefix): Likewise.
9831 * gdb.threads/process-dies-while-handling-bp.exp
9832 (foreach_with_prefix): Likewise.
9833 * lib/gdb.exp (foreach_with_prefix): New procedure.
9834
45f38546
MK
98352016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9836
9837 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9838 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9839
dc29a1ce
MK
98402016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9841
9842 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9843 endian targets.
9844
092127d7
JK
98452016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9846 Pedro Alves <palves@redhat.com>
9847
9848 Fix testsuite compatibility with Guile.
9849 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9850 number.
9851
31d765d3
JK
98522016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9853
9854 Fix testsuite compatibility with Guile.
9855 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9856 (thread 1): New test for backtrace through signal handler.
9857
1ac78c04
YQ
98582016-01-22 Yao Qi <yao.qi@linaro.org>
9859
9860 PR testsuite/19491
9861 * gdb.base/multi-forks.c: Include
9862 ../lib/unbuffer_output.c
9863 (main): Call gdb_unbuffer_output.
9864
4f5946a8
DE
98652016-01-21 Doug Evans <dje@google.com>
9866
9867 * lib/ada.exp (gdb_compile_ada): Fix typo.
9868
305e13e6
JB
98692016-01-21 Joel Brobecker <brobecker@adacore.com>
9870
9871 * gdb.base/break-fun-addr.exp: New file.
9872 * gdb.base/break-fun-addr1.c: New file.
9873 * gdb.base/break-fun-addr2.c: New file.
9874
5f5dfff6
SM
98752016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9876
9877 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9878 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9879 enum flag values.
9880
fd356fa2
AA
98812016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9882
9883 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9884 when GDB can not set the vector return value. Add more comments
9885 for clarification.
9886
9df22175
AT
98872016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9888
9889 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9890 command.
9891
41d1845e
SM
98922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9893
9894 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9895
01ac6840
SM
98962016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * Makefile.in (check-single): Pass --status to runtest.
9899 (check/%.exp): Likewise.
9900
99012016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9902
9903 * Makefile.in (check-parallel): Propagate return code from make
9904 do-check-parallel.
9905
bd0a71fa
MK
99062016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9907
9908 * gdb.trace/ftrace.exp: Fix expected message on continue.
9909 * gdb.trace/pending.exp: Fix expected message on continue.
9910 * gdb.trace/trace-break.exp: Fix expected message on continue.
9911
8bcbad33
SM
99122016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9913
9914 * lib/gdb.exp (gdb_test): Remove unused global references.
9915
f303dbd6
PA
99162016-01-18 Pedro Alves <palves@redhat.com>
9917
9918 * gdb.base/async-shell.exp: Adjust expected output.
9919 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9920 * gdb.base/siginfo-thread.exp: Adjust expected output.
9921 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9922 * gdb.java/jnpe.exp: Adjust expected output.
9923 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9924 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9925 * gdb.threads/leader-exit.exp: Adjust expected output.
9926 * gdb.threads/manythreads.exp: Adjust expected output.
9927 * gdb.threads/pthreads.exp: Adjust expected output.
9928 * gdb.threads/schedlock.exp: Adjust expected output.
9929 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9930 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9931 expected output.
9932 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9933 output.
9934 * gdb.threads/sigthread.exp: Adjust expected output.
9935 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9936
b2789696
YQ
99372016-01-18 Yao Qi <yao.qi@linaro.org>
9938
9939 * gdb.guile/scm-section-script.c: Replace @progbits with
9940 %progbits.
9941 * gdb.python/py-section-script.c: Likewise.
9942
71ef29a8
PA
99432016-01-15 Pedro Alves <palves@redhat.com>
9944
9945 * gdb.multi/tids.exp: Test star wildcard ranges.
9946
3f5b7598
PA
99472016-01-15 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9950 command from "thread apply" invocation.
9951 (thr_apply_info_thr_invalid): Default the expected output to the
9952 input tid list.
9953 (top level): Add tests that use convenience variables. Add tests
9954 for "thread apply" with a valid TID list, but missing the command.
9955
663f6d42
PA
99562016-01-13 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.base/default.exp: Expect $_gthread as well.
9959 * gdb.multi/tids.exp: Test $_gthread.
9960 * gdb.threads/thread-specific.exp: Test $_gthread.
9961
c84f6bbf
PA
99622016-01-13 Pedro Alves <palves@redhat.com>
9963
9964 * gdb.multi/tids.exp: Test "info threads -gid".
9965
22a02324
PA
99662016-01-13 Pedro Alves <palves@redhat.com>
9967
9968 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9969 Breakpoint.thread.
9970 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9971
5d5658a1
PA
99722016-01-07 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.base/break.exp: Adjust to output changes.
9975 * gdb.base/hbreak2.exp: Likewise.
9976 * gdb.base/sepdebug.exp: Likewise.
9977 * gdb.base/watch_thread_num.exp: Likewise.
9978 * gdb.linespec/keywords.exp: Likewise.
9979 * gdb.multi/info-threads.exp: Likewise.
9980 * gdb.threads/thread-find.exp: Likewise.
9981 * gdb.multi/tids.c: New file.
9982 * gdb.multi/tids.exp: New file.
9983
84654457
PA
99842016-01-13 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9987
e3940304
PA
99882016-01-13 Pedro Alves <palves@redhat.com>
9989
9990 * gdb.base/default.exp: Expect $_inferior as well.
9991 * gdb.multi/base.exp: Test $_inferior.
9992
a911d87a
PA
99932016-01-13 Pedro Alves <palves@redhat.com>
9994
9995 PR breakpoints/19388
9996 * gdb.base/catch-signal-siginfo-cond.c: New file.
9997 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9998
82075af2
JS
99992016-01-12 Josh Stone <jistone@redhat.com>
10000 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10001
10002 * gdb.base/catch-syscall.c (do_execve): New variable.
10003 (main): Conditionally trigger an execve.
10004 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10005 (test_catch_syscall_execve): New, check entry/return across execve.
10006 (do_syscall_tests): Call test_catch_syscall_execve.
10007
e46eeedd
PA
100082016-01-12 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.base/random-signal.exp (do_test): New procedure, with body
10011 of testcase moved in.
10012
01d8c27e
JK
100132016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10014 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.base/funcargs.exp (finish from indirectly called function):
10017 Reintroduce the case for 'First'.
10018
9a706302
JK
100192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10020 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10023 (tcatch_vfork_then_child_follow_exec)
10024 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10025 identification.
10026
c0ecb95f
JK
100272016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10028
10029 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10030 and repeats to unlimited.
10031 * gdb.python/py-value.exp: Likewise.
10032 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10033 and repeats to unlimited.
10034
6cfc1fcb
JK
100352016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10036
10037 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10038 and reordering the functions.
10039 * gdb.multi/hangout.c: Likewise.
10040 * gdb.multi/hello.c: Likewise.
10041
582a1b00
SM
100422016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10043
10044 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10045 absolute.
10046 (SingleStatisticTestResult.report): Use dict.keys instead of
10047 dict.iterkeys.
10048
79bc59cb
PA
100492016-01-06 Pedro Alves <palves@redhat.com>
10050
10051 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10052
43368e1d
MM
100532016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10054
10055 * gdb.btrace/dlopen.exp: New.
10056 * gdb.btrace/dlopen.c: New.
10057 * gdb.btrace/dlopen-dso.c: New.
10058
79fad5b8
SL
100592015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10060
10061 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10062 PATTERN argument is optional.
10063
ab8314b3
JB
100642015-12-24 Joel Brobecker <brobecker@adacore.com>
10065
10066 * lib/ada.exp (target_compile_ada_from_dir): New function.
10067 (gdb_compile_ada): Reimplement avoiding the use of project files.
10068 * gdb.ada/gnat_ada.gpr: Delete.
10069 * gdb.ada/cond_lang.exp: Adjust test to make path before
10070 filename optional.
10071 * gdb.ada/small_reg_param.exp: Likewise.
10072
fe33faff
SM
100732015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10074
10075 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10076
6d265cb4
TP
100772015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10078
10079 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10080 case.
10081
10125099
SM
100822015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10083
10084 * gdb.base/break.exp: Remove dead code.
10085 * gdb.base/sepdebug.exp: Likewise.
10086
3ca22649
SM
100872015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10088
10089 * gdb.asm/asm-source.exp: Remove HP-UX references.
10090 * gdb.base/annota1.exp: Likewise.
10091 * gdb.base/annota3.exp: Likewise.
10092 * gdb.base/attach.exp: Likewise.
10093 * gdb.base/bigcore.exp: Likewise.
10094 * gdb.base/break.exp: Likewise.
10095 * gdb.base/call-ar-st.exp: Likewise.
10096 * gdb.base/callfuncs.exp: Likewise.
10097 * gdb.base/catch-fork-static.exp: Likewise.
10098 * gdb.base/display.exp: Likewise.
10099 * gdb.base/foll-exec-mode.exp: Likewise.
10100 * gdb.base/foll-exec.exp: Likewise.
10101 * gdb.base/foll-fork.exp: Likewise.
10102 * gdb.base/foll-vfork.exp: Likewise.
10103 * gdb.base/funcargs.exp: Likewise.
10104 * gdb.base/hbreak2.exp: Likewise.
10105 * gdb.base/inferior-died.exp: Likewise.
10106 * gdb.base/interrupt.exp: Likewise.
10107 * gdb.base/multi-forks.exp: Likewise.
10108 * gdb.base/nodebug.exp: Likewise.
10109 * gdb.base/sepdebug.exp: Likewise.
10110 * gdb.base/solib1.c: Likewise.
10111 * gdb.base/step-test.exp: Likewise.
10112 * gdb.mi/non-stop.c: Likewise.
10113 * gdb.mi/pthreads.c: Likewise.
10114 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10115 * gdb.threads/pthreads.c: Likewise.
10116 * gdb.threads/staticthreads.exp: Likewise.
10117 * lib/future.exp: Likewise.
10118 * lib/gdb.exp: Likewise.
10119 * gdb.base/so-indr-cl.c: Remove.
10120 * gdb.base/so-indr-cl.exp: Likewise.
10121 * gdb.base/solib.c: Likewise.
10122 * gdb.base/solib.exp: Likewise.
10123 * gdb.base/solib2.c: Likewise.
10124
b6304613
SM
101252015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10126
10127 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10128 * gdb.base/call-ar-st.exp: Likewise.
10129 * gdb.base/callfuncs.exp: Likewise.
10130 * gdb.base/condbreak.exp: Likewise.
10131 * gdb.base/constvars.exp: Likewise.
10132 * gdb.base/hbreak2.exp: Likewise.
10133 * gdb.base/langs.exp: Likewise.
10134 * gdb.base/list.exp: Likewise.
10135 * gdb.base/long_long.exp: Likewise.
10136 * gdb.base/ptype.exp: Likewise.
10137 * gdb.base/scope.exp: Likewise.
10138 * gdb.base/signals.exp: Likewise.
10139 * gdb.base/so-impl-ld.exp: Likewise.
10140 * gdb.base/varargs.exp: Likewise.
10141 * gdb.base/volatile.exp: Likewise.
10142 * gdb.base/whatis.exp: Likewise.
10143 * gdb.cp/cplusfuncs.exp: Likewise.
10144 * gdb.cp/inherit.exp: Likewise.
10145 * gdb.cp/local.exp: Likewise.
10146 * gdb.cp/member-ptr.exp: Likewise.
10147 * gdb.cp/method.exp: Likewise.
10148 * gdb.cp/overload.exp: Likewise.
10149 * gdb.cp/templates.exp: Likewise.
10150 * gdb.stabs/weird.exp: Likewise.
10151 * lib/compiler.c: Likewise.
10152 * lib/compiler.cc: Likewise.
10153 * lib/cp-support.exp: Likewise.
10154 * lib/gdb.exp: Likewise.
10155
bf401b07
SM
101562015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10157
10158 * configure.ac: Remove HP-UX case.
10159 * configure: Regenerate.
10160
aff9c0f8
SM
101612015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10162
10163 * lib/gdb.exp (gdb_compile): Add function doc.
10164
a6904d5a
PA
101652015-12-17 Pedro Alves <palves@redhat.com>
10166
10167 PR threads/19354
10168 * gdb.multi/info-threads.exp: New file.
10169
a22279dd
YQ
101702015-12-15 Yao Qi <yao.qi@linaro.org>
10171
10172 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10173 is aarch64*-*-*.
10174
0588c796
SL
101752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10176
10177 * gdb.base/history-duplicates.exp: Skip if no readline support.
10178
5d978e17
SL
101792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10180
10181 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10182
7e763b86
SL
101832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10184
10185 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10186
87a3a92c
SL
101872015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10188
10189 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10190 ctrl-C if nointerrupts target property is set.
10191 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10192 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10193 * gdb.base/paginate-bg-execution.exp: Likewise.
10194 * gdb.base/paginate-execution-startup.exp: Likewise.
10195 * gdb.base/random-signal.exp: Likewise.
10196 * gdb.base/range-stepping.exp: Likewise.
10197 * gdb.cp/annota2.exp: Likewise.
10198 * gdb.cp/annota3.exp: Likewise.
10199 * gdb.gdb/selftest.exp: Likewise.
10200 * gdb.threads/continue-pending-status.exp: Likewise.
10201 * gdb.threads/leader-exit.exp: Likewise.
10202 * gdb.threads/manythreads.exp: Likewise.
10203 * gdb.threads/pthreads.exp: Likewise.
10204 * gdb.threads/schedlock.exp: Likewise.
10205 * gdb.threads/sigthread.exp: Likewise.
10206
a8f077dc
DB
102072015-12-11 Don Breazeal <donb@codesourcery.com>
10208
10209 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10210 remote.
10211 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10212 * gdb.base/foll-exec.exp (main): Enable for target remote.
10213 * gdb.base/foll-fork.exp (main): Likewise.
10214 * gdb.base/foll-vfork.exp (main): Likewise.
10215 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10216 (proc continue_to_exit_bp_loc): Use clean_restart.
10217 * gdb.base/pie-execl.exp (main): Disable for target remote.
10218 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10219 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10220 * gdb.threads/execl.exp (main): Likewise.
10221 * gdb.threads/fork-child-threads.exp (main): Likewise.
10222 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10223 remote.
10224 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10225 remote.
10226 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10227 pid.tid style ptids, instead of just tid.
10228 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10229 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10230 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10231 ptids, instead of just tid.
10232
3b2464a8
AB
102332015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10234
10235 * gdb.base/list.exp (test_list_forward): Add end of file error
10236 test.
10237 (test_repeat_list_command): Add end of file error test.
10238 (test_list_backwards): Add beginning of file error test.
10239
a0def019
AB
102402015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10241
10242 * gdb.base/list.exp (test_list_invalid_args): New function,
10243 defined, and called.
10244
5c000dff
AB
102452015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10246
10247 * gdb.base/list.exp (test_list): Make test names unique.
10248
f1637ebe
YQ
102492015-12-11 Yao Qi <yao.qi@linaro.org>
10250
10251 * gdb.base/coremaker2.c: Remove.
10252
36d6fc0a
PA
102532015-12-10 Pedro Alves <palves@redhat.com>
10254
10255 * gdb.multi/base.exp: Remove stale "spaces" references.
10256
762f7747
PA
102572015-12-10 Pedro Alves <palves@redhat.com>
10258
10259 * gdb.multi/base.exp: Don't use nowarnings.
10260 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10261 * gdb.multi/hangout.c: Include stdio.h.
10262 * gdb.multi/hello.c: Include stdlib.h.
10263 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10264 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10265 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10266
28d2bfb9
AB
102672015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10268
10269 * gdb.dwarf2/dw2-ranges-base.c: New file.
10270 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10271 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10272 support additional line table, and debug ranges generation.
10273 (Dwarf::ranges): New function, generate .debug_ranges.
10274 (Dwarf::lines): Support generating simple line table programs.
10275 (Dwarf::assemble): Initialise new namespace variables.
10276
5fc2beac
KB
102772015-12-09 Kevin Buettner <kevinb@redhat.com>
10278
10279 * gdb.base/async.exp (proc test_background): Add case for
10280 asynchronous execution not supported.
10281
1c35a88f
LM
102822015-12-09 Luis Machado <lgustavo@codesourcery.com>
10283
10284 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10285 format and change test names to make them unique.
10286
b593e3d9
RK
102872015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10288 Pedro Alves <pedro@redhat.com>
10289
10290 PR gdb/18702
10291 Add checking of floatformats setup on x86_64 hosts.
10292 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10293 (smallval, bigval): New labels/constants.
10294 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10295 float" after loading bigval and smallval.
10296
d72413e6
PMR
102972015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10298
10299 * gdb.ada/fun_overload_menu.exp: New testcase.
10300 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10301
ece66d65
JS
103022015-12-04 Josh Stone <jistone@redhat.com>
10303
10304 * gdb.base/catch-fork-static.exp: New.
10305
41d0efca
YQ
103062015-12-03 Yao Qi <yao.qi@linaro.org>
10307
10308 * gdb.base/sizeof.c: Don't include stdio.h and
10309 ../lib/unbuffer_output.c.
10310 (main): New variable 'size' and 'value'. Remove printf and
10311 gdb_unbuffer_output. Assign return value to size and value.
10312 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10313 at the beginning.
10314 (check_sizeof): Check the result by printing variable 'size'.
10315 (check_valueof): Check the result by printing variable 'value'.
10316
99fd02d9
YQ
103172015-12-01 Yao Qi <yao.qi@linaro.org>
10318
10319 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10320 for aarch64*-*-linux* target.
10321
f2faf941
PA
103222015-11-30 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10325
04bf20c5
PA
103262015-11-30 Pedro Alves <palves@redhat.com>
10327
10328 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10329 Handle non-stop mode vCont replies.
10330
09df4675
PA
103312015-11-30 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10334 prepare_for_testing. Start gdb with "set non-stop on" appended to
10335 GDBFLAGS. Lax expected stop output.
10336
58b584af
YQ
103372015-11-27 Yao Qi <yao.qi@linaro.org>
10338
10339 * gdb.arch/arm-neon.exp: New.
10340 * gdb.arch/arm-neon.c: New.
10341
dfcb77a8
YQ
103422015-11-27 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10345
88e8ec1b
YQ
103462015-11-27 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10349 frames-invalid annotation.
10350
bfde72c2
YQ
103512015-11-27 Yao Qi <yao.qi@linaro.org>
10352
10353 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10354
f6512a69
SM
103552015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10356
10357 * gdb.threads/names.exp: New file.
10358 * gdb.threads/names.c: New file.
10359 * README: Mention gdb,no_thread_names.
10360
46a3515b
MM
103612015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10362
10363 PR 19297
10364 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10365 support" error.
10366
62147a22
PA
103672015-11-24 Pedro Alves <palves@redhat.com>
10368
10369 PR 17539
10370 * gdb.base/display.exp: Expect displays to be sorted in ascending
10371 order. Use multi_line.
10372 * gdb.base/solib-display.exp: Likewise.
10373
2f341b6e
PA
103742015-11-24 Pedro Alves <palves@redhat.com>
10375
10376 PR 17539
25d49b86
PA
10377 * gdb.base/display.exp: Expect displays to be sorted in ascending
10378 order. Use multi_line.
10379 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10380
7e0aa6aa
PA
103812015-11-24 Pedro Alves <palves@redhat.com>
10382
10383 PR 17539
10384 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10385 threads in ascending order.
10386 * gdb.base/foll-fork.exp: Likewise.
10387 * gdb.base/foll-vfork.exp: Likewise.
10388 * gdb.base/multi-forks.exp: Likewise.
10389 * gdb.mi/mi-nonstop.exp: Likewise.
10390 * gdb.mi/mi-nsintrall.exp: Likewise.
10391 * gdb.multi/base.exp: Likewise.
10392 * gdb.multi/multi-arch.exp: Likewise.
10393 * gdb.python/py-inferior.exp: Likewise.
10394 * gdb.threads/break-while-running.exp: Likewise.
10395 * gdb.threads/execl.exp: Likewise.
10396 * gdb.threads/gcore-thread.exp: Likewise.
10397 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10398 * gdb.threads/kill.exp: Likewise.
10399 * gdb.threads/linux-dp.exp: Likewise.
10400 * gdb.threads/multiple-step-overs.exp: Likewise.
10401 * gdb.threads/next-bp-other-thread.exp: Likewise.
10402 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10403 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10404 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10405 * gdb.threads/thread-find.exp: Likewise.
10406 * gdb.threads/tls.exp: Likewise.
10407 * lib/mi-support.exp (mi_reverse_list): Delete.
10408 (mi_check_thread_states): No longer reverse list.
10409
2cc57ad8
PA
104102015-11-24 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10413 use lowercase.
10414
c93e8391
SM
104152015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10416
10417 * gdb.trace/actions.c: Include trace-common.h.
10418 (main): Add a location for a fast tracepoint.
10419 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10420 the normal tracepoints.
10421 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10422
045ccf91
SM
104232015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10424
10425 * save-trace.exp: Factor out code to these...
10426 (gdb_save_tracepoints): New.
10427 (gdb_load_tracepoints): New.
10428 (do_save_load_test): New.
10429
5506f9f6
KB
104302015-11-23 Kevin Buettner <kevinb@redhat.com>
10431
10432 * gdb.base/asmlabel.exp: New test.
10433 * gdb.base/asmlabel.c: New test case.
10434
16c3b12f
JB
104352015-11-23 Joel Brobecker <brobecker@adacore.com>
10436
10437 * gdb.base/wrong_frame_bt_full-main.c: New file.
10438 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10439 * gdb.base/wrong_frame_bt_full.exp: New file.
10440
155bfbd3
JB
104412015-11-23 Joel Brobecker <brobecker@adacore.com>
10442
10443 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10444
bb097445
JM
104452015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10446
206853a0 10447 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10448 pstate register when comparing registers values in
10449 sparc64-*-linux-gnu targets to avoid spurious differences.
10450
9c88ed8f
JM
104512015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10452
206853a0 10453 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10454
96161e25
SL
104552015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10456
10457 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10458 as type argument to gdb_compile.
10459 * gdb.base/nested-subp2.exp: Likewise.
10460 * gdb.base/nested-subp3.exp: Likewise.
10461
340c2830
DV
104622015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10463
10464 * lib/dwarf.exp (_note): Fix left shift of negative value.
10465 * gdb.trace/trace-condition.exp: Likewise.
10466
c1862d0f
YQ
104672015-11-13 Yao Qi <yao.qi@linaro.org>
10468
10469 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10470 comments about d10v.
10471 (test_scalar_returns): Likewise.
10472 * gdb.base/d10v.ld: Remove.
10473 * gdb.base/overlays.exp: Remove the target triplet checking for
10474 d10v-*-*.
10475 * gdb.base/structs.exp (test_struct_returns): Remove the
10476 comments about d10v.
10477 (test_struct_calls): Likewise.
10478
77ae9c19
YQ
104792015-11-13 Yao Qi <yao.qi@linaro.org>
10480
10481 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10482 * gdb.base/gnu_vector.c: Don't include stdio.h.
10483 (main): Don't print res and call add_some_intvecs.
10484
430e004e
MK
104852015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10486
10487 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10488 macro.
10489 (func5): Removed.
10490 (func4): Use FAST_TRACEPOINT_LABEL.
10491 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10492 macro.
10493 (func): Removed.
10494 (thread_function): Use FAST_TRACEPOINT_LABEL.
10495 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10496 (func): Remove.
10497 (marker): Use FAST_TRACEPOINT_LABEL.
10498 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10499 (pendfunc1): Remove.
10500 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10501 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10502 (foo): Remove.
10503 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10504 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10505 macro.
10506 (func): Remove.
10507 (marker): Use FAST_TRACEPOINT_LABEL.
10508 * gdb.trace/trace-common.h: New header.
10509 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10510 macro.
10511 (func): Remove.
10512 (marker): Use FAST_TRACEPOINT_LABEL.
10513 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10514 (func): Remove.
10515 (thread_function): Use FAST_TRACEPOINT_LABEL.
10516
6e7675a7
MK
105172015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10518
10519 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10520 in front.
10521 * gdb.trace/change-loc.exp: Use global pcreg definition.
10522 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10523 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10524 in front.
10525 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10526 * gdb.trace/pending.exp: Likewise.
10527 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10528 * gdb.trace/trace-break.exp: Likewise.
10529 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10530 in front.
10531 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10532 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10533 in front.
10534 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10535
dddc0e16
JB
105362015-11-09 Joel Brobecker <brobecker@adacore.com>
10537
10538 * gdb.ada/fin_fun_out: New testcase.
10539
c6f0b406
KB
105402015-11-07 Kevin Buettner <kevinb@redhat.com>
10541
10542 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10543 value associated with DW_AT_byte_size.
10544 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10545 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10546 DW_AT_upper_bound.
10547
f01dcfd9
KB
105482015-11-07 Kevin Buettner <kevinb@redhat.com>
10549
10550 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10551 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10552 version.
10553 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10554 gdb.dwarf2/dw2-canonicalize-type.exp,
10555 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10556 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10557 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10558 provided by gdb_target_symbol_prefix_flags_asm.
10559 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10560 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10561 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10562 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10563 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10564 macros where needed). Use this macro for symbols which require
10565 the prefix provided by SYMBOL_PREFIX.
10566
2223449a
KB
105672015-11-05 Kevin Buettner <kevinb@redhat.com>
10568
10569 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10570 New procs.
10571 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10572 representing expressions, of more than one list element.
10573 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10574 to prepend linker symbol prefix to f.
10575 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10576 table_1 and table_2.
10577 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10578 Likewise, for f and g.
10579 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10580 for ptr.
10581 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10582 for main.
10583 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10584 table_1_ptr and table_2_ptr.
10585
6f2f1a3a
JK
105862015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10587 Joel Brobecker <brobecker@adacore.com>
10588
10589 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10590
566c56c9
MK
105912015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10592
10593 * gdb.reverse/s390-mvcle.c: New test.
10594 * gdb.reverse/s390-mvcle.exp: New file.
10595 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10596
d5f0636b
MK
105972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10598
10599 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10600
7ad8b86c
MK
106012015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10602
10603 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10604 reaching marker2.
10605 * gdb.reverse/getresuid-reverse.exp: Likewise.
10606 * gdb.reverse/pipe-reverse.exp: Likewise.
10607 * gdb.reverse/readv-reverse.exp: Likewise.
10608 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10609 * gdb.reverse/time-reverse.exp: Likewise.
10610 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10611
4081c0f1
YQ
106122015-10-30 Yao Qi <yao.qi@linaro.org>
10613
10614 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10615 (empty_cycle): Remove.
10616 (main): Don't call empty_cycle. Don't use watch_count_done.
10617 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10618 empty_cycle. Rewrite the code counting HW watchpoints.
10619
452b4ba5
MK
106202015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10621
10622 * gdb.reverse/fstatat-reverse.c: New test.
10623 * gdb.reverse/fstatat-reverse.exp: New file.
10624 * gdb.reverse/getresuid-reverse.c: New test.
10625 * gdb.reverse/getresuid-reverse.exp: New file.
10626 * gdb.reverse/pipe-reverse.c: New test.
10627 * gdb.reverse/pipe-reverse.exp: New file.
10628 * gdb.reverse/readv-reverse.c: New test.
10629 * gdb.reverse/readv-reverse.exp: New file.
10630 * gdb.reverse/recvmsg-reverse.c: New test.
10631 * gdb.reverse/recvmsg-reverse.exp: New file.
10632 * gdb.reverse/time-reverse.c: New test.
10633 * gdb.reverse/time-reverse.exp: New file.
10634 * gdb.reverse/waitpid-reverse.c: New test.
10635 * gdb.reverse/waitpid-reverse.exp: New file.
10636
5e2e7507
JK
106372015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10638
10639 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10640
0fde2c53
DE
106412015-10-26 Doug Evans <dje@google.com>
10642
10643 PR symtab/17391
10644 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10645 * gdb.dwarf2/bad-regnum.c: New file.
10646 * gdb.dwarf2/bad-regnum.exp: New file.
10647
1a70ae97
DE
106482015-10-26 Doug Evans <dje@google.com>
10649
10650 PR python/18938
10651 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10652 file.
10653
27dc26ab
JK
106542015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10655
10656 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10657 for a change by "Mention language in compile error message".
10658
bed91f4d
SM
106592015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10660
10661 PR python/18073
10662 * gdb.python/py-type.c (C::a_method): New.
10663 (C::a_const_method): New.
10664 (C::a_static_method): New.
10665 (a_function): New.
10666 * gdb.python/py-type.exp (test_fields): Test getting fields
10667 from function and method.
10668
3f2f83dd
KB
106692015-10-21 Keven Boell <keven.boell@intel.com>
10670
10671 * gdb.fortran/vla-alloc-assoc.exp: New file.
10672 * gdb.fortran/vla-datatypes.exp: New file.
10673 * gdb.fortran/vla-datatypes.f90: New file.
10674 * gdb.fortran/vla-history.exp: New file.
10675 * gdb.fortran/vla-ptype-sub.exp: New file.
10676 * gdb.fortran/vla-ptype.exp: New file.
10677 * gdb.fortran/vla-sizeof.exp: New file.
10678 * gdb.fortran/vla-sub.f90: New file.
10679 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10680 * gdb.fortran/vla-value-sub-finish.exp: New file.
10681 * gdb.fortran/vla-value-sub.exp: New file.
10682 * gdb.fortran/vla-value.exp: New file.
10683 * gdb.fortran/vla-ptr-info.exp: New file.
10684 * gdb.mi/mi-vla-fortran.exp: New file.
10685 * gdb.mi/vla.f90: New file.
10686
27145d50
SL
106872015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10688
10689 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10690 of hardwired timeout value.
10691
5f3ff4f8
JK
106922015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10693 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10696 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10697
bfd09d20
JS
106982015-10-19 Josh Stone <jistone@redhat.com>
10699
10700 * gdb.base/catch-syscall.c: Include <sched.h>.
10701 (unknown_syscall): New variable.
10702 (main): Trigger a vfork and an unknown syscall.
10703 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10704 (unknown_syscall_number): Likewise.
10705 (check_call_to_syscall): Accept an optional syscall pattern.
10706 (check_return_from_syscall): Likewise.
10707 (check_continue): Likewise.
10708 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10709 (test_catch_syscall_skipping_return): New test toggling off 'catch
10710 syscall' to step over the syscall return, then toggling back on.
10711 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10712 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10713 (do_syscall_tests): Call test_catch_syscall_without_args and
10714 test_catch_syscall_mid_vfork.
10715 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10716 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10717
b32b93c6
AS
107182015-10-19 Andrew Stubbs <ams@codesourcery.com>
10719
10720 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10721 print g_vE): Add new pass patterns.
10722 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10723 print various symbol names for vptr fields.
10724
9d622bda
AB
107252015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10726
10727 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10728 results.
10729
0fd8ac1c
YQ
107302015-10-12 Yao Qi <yao.qi@linaro.org>
10731
10732 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10733
34240514
YQ
107342015-10-12 Yao Qi <yao.qi@linaro.org>
10735
10736 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10737 is aarch64*-*-linux*.
10738
8240f442
YQ
107392015-10-12 Yao Qi <yao.qi@linaro.org>
10740
10741 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10742 (can_relocate_bcond_true): ... it.
10743 (can_relocate_bcond_false): New function.
10744 (foo): Likewise.
10745 (can_relocate_bl): Likewise.
10746 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10747 can_relocate_bl.
10748
2520f728
PMR
107492015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10750
10751 * gdb.base/nested-addr.c: New file.
10752 * gdb.base/nested-addr.exp: New testcase.
10753
abcef95a
MM
107542015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10755
10756 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10757 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10758 its output. Ignore the output of "record goto begin" and instead
10759 check that GDB is replaying.
10760
145e3ddb
PA
107612015-10-09 Pedro Alves <palves@redhat.com>
10762
10763 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10764 (top level): Use it in the run with no args test.
10765
d5d8c4e1
IB
107662015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10767
10768 * gdb.dlang/properties.exp: New file.
10769
06e635ef
SL
107702015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10771
10772 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10773 whether or not address 0x1000 is mapped on the target.
10774
e019fd1d
SM
107752015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10776
10777 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10778 build.
10779
77ba2a67
MM
107802015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10781
10782 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10783 instruction-history test.
10784
c60eb31f
DE
107852015-09-28 Doug Evans <dje@google.com>
10786
10787 * gdb.base/gcore.c (array_func): Add reference to static_array.
10788
9a3c8263
SM
107892015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10790
10791 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10792 source line.
10793
9720e656
SL
107942015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10795
10796 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10797 short or char as base type.
10798
938d3bf2
SL
107992015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10800
10801 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10802 to allow any size enum.
10803
e6c2c623
PMR
108042015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10805
10806 * gdb.ada/array_ptr_renaming.exp: New testcase.
10807 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10808 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10809
06da0f77
PL
108102015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10811
10812 * gdb.trace/ftrace-lock.c: New file.
10813 * gdb.trace/ftrace-lock.exp: New file.
10814
4f51c22a
PL
108152015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10816
10817 * gdb.arch/insn-reloc.c: New file.
10818 * gdb.arch/ftrace-insn-reloc.exp: New file.
10819
7041adf4
PL
108202015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10821
10822 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10823 instruction.
10824 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10825 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10826 * gdb.trace/range-stepping.c: Likewise.
10827 * gdb.trace/trace-break.c: Likewise.
10828 * gdb.trace/trace-mt.c (thread_function): Likewise.
10829 * gdb.trace/ftrace.c (marker): Likewise.
10830 * gdb.trace/trace-condition.c (marker): Likewise.
10831 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10832 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10833 is_aarch64_target.
10834
015d2e7e
DE
108352015-09-18 Doug Evans <xdje42@gmail.com>
10836
10837 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10838 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10839
26b188a2
SL
108402015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10841
10842 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10843 the breakpoint.
10844
79dc332b
SL
108452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10846
10847 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10848 the pending breakpoint. Remove timeout override for "Run till
10849 MI pending breakpoint on pendfunc3 on thread 2" test.
10850
f57929f2
SL
108512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10852
10853 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10854 filename pattern.
10855
3f469b17
SL
108562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10857
10858 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10859 in breakpoint filename pattern.
10860
515b89b3
SL
108612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10862
7800dbe4
SL
10863 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10864
108652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10866
515b89b3
SL
10867 * gdb.linespec/explicit.exp: Check for readline support for
10868 tab-completion tests. Fix obvious typo.
10869
d2939ba2
MM
108702015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10871
10872 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10873 and replay.
10874
cbb55fa7
MM
108752015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10876
10877 * gdb.btrace/non-stop.c: New.
10878 * gdb.btrace/non-stop.exp: New.
10879
43691ca1
PL
108802015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10881 Yao Qi <yao.qi@linaro.org>
10882
10883 * gdb.trace/trace-condition.c: New file.
10884 * gdb.trace/trace-condition.exp: New file.
10885
d78908cf
WW
108862015-09-16 Wei-cheng Wang <cole945@gmail.com>
10887
10888 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10889 for testing bytecode compilation.
10890
1ed415e2
PA
108912015-09-16 Pedro Alves <palves@redhat.com>
10892 Sandra Loosemore <sandra@codesourcery.com>
10893
10894 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10895 (SECONDS): Redefine.
10896 (main): Call pthread_kill and alarm early.
10897 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10898 support.
10899 (test): If the target can't hardware step and doesn't support
10900 displaced stepping, increase the timeout.
10901
d136eff5
PA
109022015-09-16 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10905 (enable_debug): New procedures.
10906 (test): Use them. Bail out if waiting for threads fails.
10907 (top level): Bail out if a test fails.
10908
991f019c
YQ
109092015-09-16 Yao Qi <yao.qi@linaro.org>
10910
10911 * gdb.asm/asm-source.exp: Set asm-arch for
10912 aarch64*-*-* target.
10913 * gdb.asm/aarch64.inc: New file.
10914
bfca584f
PMR
109152015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10916
10917 * gdb.ada/array_of_variable_length.exp: New testcase.
10918 * gdb.ada/array_of_variable_length/foo.adb: New file.
10919 * gdb.ada/array_of_variable_length/pck.adb: New file.
10920 * gdb.ada/array_of_variable_length/pck.ads: New file.
10921
b326e587
DE
109222015-09-15 Doug Evans <dje@google.com>
10923
10924 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10925 of function static local variable.
10926
5382cfab
PW
109272015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10928
10929 * gdb.threads/tls-so_extern.exp: New test file.
10930 * gdb.threads/tls-so_extern.c: New test file.
10931 * gdb.threads/tls-so_extern_main.c: New test file.
10932
141c5cc4
JK
109332015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10934
10935 * gdb.opt/solib-intra-step-lib.c: New file.
10936 * gdb.opt/solib-intra-step-main.c: New file.
10937 * gdb.opt/solib-intra-step.exp: New file.
10938
d15dcecd
PA
109392015-09-15 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10942 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10943
4c2f2a79
PA
109442015-09-14 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.base/hook-stop-continue.c: Delete.
10947 * gdb.base/hook-stop-continue.exp: Delete.
10948 * gdb.base/hook-stop-frame.c: Delete.
10949 * gdb.base/hook-stop-frame.exp: Delete.
10950 * gdb.base/hook-stop.c: New file.
10951 * gdb.base/hook-stop.exp: New file.
10952
919e6dbe
PMR
109532015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10954
10955 * gdb.ada/access_to_packed_array.exp: New testcase.
10956 * gdb.ada/access_to_packed_array/foo.adb: New file.
10957 * gdb.ada/access_to_packed_array/pack.adb: New file.
10958 * gdb.ada/access_to_packed_array/pack.ads: New file.
10959
157280a4
MM
109602015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10961
10962 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10963 buffer size test.
10964
2fd33e94
DB
109652015-09-11 Don Breazeal <donb@codesourcery.com>
10966
10967 * gdb.base/foll-exec.c: Add copyright header. Fix
10968 formatting issues.
10969 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10970 (do_exec_tests): Use clean_restart in place of zap_session,
10971 and for test initialization. Fix formatting issues. Use
10972 fail in place of perror.
10973 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10974 an expect statement to match an expression with output from
10975 the program under debug.
10976 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10977 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10978 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10979 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10980 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10981
e70b6e8e
DE
109822015-09-09 Doug Evans <dje@google.com>
10983
10984 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10985
7a551a51
DE
109862015-09-09 Doug Evans <dje@google.com>
10987
10988 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10989
4c666f84
DE
109902015-09-09 Doug Evans <dje@google.com>
10991
10992 * gdb.base/savedregs.exp: Fix typo.
10993
243a9253
PA
109942015-09-09 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10997
c0fa8fbd
SL
109982015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10999
11000 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11001 command actually switches threads. Give up on remaining
11002 tests if target fails to stop at breakpoint.
11003
cd7c1778
PMR
110042015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11005
11006 * gdb.ada/funcall_char.exp: New testcase.
11007 * gdb.ada/funcall_char/foo.adb: New file.
11008
dc5c8746
PMR
110092015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11010
11011 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11012 expected outputs. Add two testcases for completing ambiguous
11013 functions.
11014 * gdb.ada/complete/aux_pck.adb: New file.
11015 * gdb.ada/complete/aux_pck.ads: New file.
11016 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11017 Ambiguous_Func functions.
11018 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11019 * gdb.ada/complete/pck.adb: Likewise.
11020
4e83a1e7
UW
110212015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11022
11023 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11024 failures to run the test program under GDB.
11025
8ce74153
LM
110262015-08-26 Luis Machado <lgustavo@codesourcery.com>
11027
11028 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11029 to C.
11030
e9756d52
PP
110312015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11032
11033 * gdb.base/run-after-attach.exp: New test file.
11034 * gdb.base/run-after-attach.c: New test file.
11035
8d37573b
DB
110362015-08-26 Don Breazeal <donb@codesourcery.com>
11037
11038 * gdb.base/foll-exec-2.c: New test program.
11039 * gdb.base/foll-exec-2.exp: New test.
11040
63e43d3a
PMR
110412015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11042
11043 * gdb.base/nested-subp1.exp: New file.
11044 * gdb.base/nested-subp1.c: New file.
11045 * gdb.base/nested-subp2.exp: New file.
11046 * gdb.base/nested-subp2.c: New file.
11047 * gdb.base/nested-subp3.exp: New file.
11048 * gdb.base/nested-subp3.c: New file.
11049
3d40fbb5
PA
110502015-08-24 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.server/connect-without-multi-process.c: New file.
11053 * gdb.server/connect-without-multi-process.exp: New file.
11054
4422ac93
LM
110552015-08-24 Luis Machado <lgustavo@codesourcery.com>
11056
11057 * gdb.opt/inline-markers.c: Make z int.
11058
91dddb86
LM
110592015-08-24 Luis Machado <lgustavo@codesourcery.com>
11060
11061 * gdb.opt/inline-markers.c: Make z volatile.
11062
a48847ee
LM
110632015-08-24 Luis Machado <lgustavo@codesourcery.com>
11064
11065 * gdb.opt/inline-bt.c: New volatile global z.
11066 * gdb.opt/inline-cmds.c: Likewise.
11067 * gdb.opt/inline-locals.c: Likewise.
11068 * gdb.opt/inline-markers.c: New extern global z.
11069 (marker): Use z.
11070 (inline_fn): Likewise.
11071
0ebbc52b
PA
110722015-08-24 Pedro Alves <palves@redhat.com>
11073
11074 * config/m32r-stub.exp: Remove file.
11075 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11076 * gdb.base/call-rt-st.exp: Likewise.
11077 * gdb.base/call-strs.exp: Likewise.
11078 * gdb.base/default.exp: Remove references to h8300-*-hms and
11079 *-*-udi*.
11080 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11081
77c365df
AA
110822015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11083
11084 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11085 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11086 and "return" use KFAIL when GDB can not read/write the vector
11087 return value.
11088
4313b8c0
GB
110892015-08-21 Gary Benson <gbenson@redhat.com>
11090
11091 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11092
0e433b32
PA
110932015-08-20 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.server/solib-list.exp: No longer expect an interior stop in
11096 non-stop mode.
11097
221e1a37
PA
110982015-08-20 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.server/connect-stopped-target.c: New file.
11101 * gdb.server/connect-stopped-target.exp: New file.
11102
40e3ad0e
PA
111032015-08-20 Pedro Alves <palves@redhat.com>
11104
11105 * gdb.dwarf2/comp-unit-lang.exp: New file.
11106 * gdb.dwarf2/comp-unit-lang.c: New file.
11107
af39b327
PMR
111082015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11109
11110 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11111 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11112
7d45c7c3 111132015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11114
7d45c7c3
KB
11115 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11116 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11117
4d6cceb4
DE
111182015-08-18 Doug Evans <dje@google.com>
11119 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11120
11121 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11122 skip_python_tests. New arg prompt_regexp.
11123 (skip_python_tests): New function.
11124 * lib/mi-support.exp (mi_skip_python_tests): New function.
11125 * gdb.python/py-mi-objfile-gdb.py: New file.
11126 * gdb.python/py-mi-objfile.c: New file.
11127 * gdb.python/py-mi-objfile.exp: New file.
11128
ad89c2aa
KS
111292015-08-17 Keith Seitz <keiths@redhat.com>
11130
11131 * gdb.linespec/explicit.exp: Move strace test from here ...
11132 * gdb.trace/strace.exp: ... to here.
11133
e3ae3c43
PP
111342015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11135
11136 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11137 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11138
604b2636
DE
111392015-08-14 Doug Evans <xdje42@gmail.com>
11140
11141 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11142 inferior before selecting a new file.
11143
6ff0ba5f
DE
111442015-08-14 Doug Evans <xdje42@gmail.com>
11145
11146 * gdb.mi/mi-disassemble.exp: Update.
11147 * gdb.base/disasm-optim.S: New file.
11148 * gdb.base/disasm-optim.c: New file.
11149 * gdb.base/disasm-optim.h: New file.
11150 * gdb.base/disasm-optim.exp: New file.
11151
9ca98f92
KS
111522015-08-14 Keith Seitz <keiths@redhat.com>
11153
11154 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11155 "evaluated-by".
11156
52bbc560
JB
111572015-08-13 Joel Brobecker <brobecker@adacore.com>
11158
11159 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11160
5d8c3ed3
PMR
111612015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11162
11163 * gdb.ada/fun_renaming.exp: New testcase.
11164 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11165 * gdb.ada/fun_renaming/pack.adb: New file.
11166 * gdb.ada/fun_renaming/pack.ads: New file.
11167
ea8812bc
KS
111682015-08-12 Keith Seitz <keiths@redhat.com>
11169
11170 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11171 gdb_get_line_number.
11172
4dafcdeb
JB
111732015-08-12 Joel Brobecker <brobecker@adacore.com>
11174
11175 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11176 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11177 gdb.base/dso2dso.exp: New files.
11178
5ba32597
SDJ
111792015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11180 Pedro Alves <palves@redhat.com>
11181 Keith Seitz <keiths@redhat.com>
11182
11183 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11184 GDBFLAGS.
11185
b6dafabf
PP
111862015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11187
11188 * gdb.base/gdbhistsize-history.exp
11189 (test_histsize_history_setting): Use save_vars.
11190 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11191 Use save_vars.
11192 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11193 * gdb.base/readline.exp: Use save_vars.
11194
abe8e607
PP
111952015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11196
11197 * lib/gdb.exp (save_vars): New proc.
11198
629500fa
KS
111992015-08-11 Keith Seitz <keiths@redhat.com>
11200
11201 * gdb.base/help.exp: Update help_breakpoint_text.
11202
eb8c4e2e
KS
112032015-08-11 Keith Seitz <keiths@redhat.com>
11204
11205 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11206 (at toplevel): Call test_explicit_breakpoints.
11207 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11208 breakpoints.
11209 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11210 breakpoint conditions, "-cond".
11211
87f0e720
KS
112122015-08-11 Keith Seitz <keiths@redhat.com>
11213
11214 * gdb.linespec/3explicit.c: New file.
11215 * gdb.linespec/cpexplicit.cc: New file.
11216 * gdb.linespec/cpexplicit.exp: New file.
11217 * gdb.linespec/explicit.c: New file.
11218 * gdb.linespec/explicit.exp: New file.
11219 * gdb.linespec/explicit2.c: New file.
11220 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11221 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11222 before using in the matching pattern.
11223 Clarify that `prefix' is a regular expression.
11224
f00aae0f
KS
112252015-08-11 Keith Seitz <keiths@redhat.com>
11226
11227 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11228 test.
11229 Add tests for missing ",FMT" and ",".
11230
e27852be
DE
112312015-08-10 Doug Evans <dje@google.com>
11232 Keith Seitz <keiths@redhat.com>
11233
11234 PR gdb/17960
11235 * gdb.base/completion.exp: Add location completer tests.
11236
7f03bd92
PA
112372015-08-07 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11240 tests here.
11241 (top level): Run do_test with and without displaced stepping.
11242
3fc8eb30
PA
112432015-08-07 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.base/valgrind-disp-step.c: New file.
11246 * gdb.base/valgrind-disp-step.exp: New file.
11247
d4569d7b
PA
112482015-08-07 Pedro Alves <palves@redhat.com>
11249
11250 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11251 Delete function.
11252 (main): Add alarm. Run an infinite loop instead of calling
11253 wait_threads.
11254 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11255 comment.
11256 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11257 Delete function.
11258 (main): Add alarm. Run an infinite loop instead of calling
11259 wait_threads.
11260 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11261 comment.
11262
e1316e60
PA
112632015-08-07 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.base/checkpoint-ns.exp: New file.
11266 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11267 standard_testfile.
11268
da8c46d2
MM
112692015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11270
11271 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11272 * gdb.btrace/instruction_history.exp: Update.
11273 * gdb.btrace/tsx.exp: New.
11274 * gdb.btrace/tsx.c: New.
11275
de1c2c52
PA
112762015-08-06 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11279 increase timeout.
11280 * gdb.reverse/until-precsave.exp: Bump timeouts.
11281
782e0bf4
PA
112822015-08-06 Pedro Alves <palves@redhat.com>
11283
11284 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11285
83e97ed0
PA
112862015-08-06 Pedro Alves <palves@redhat.com>
11287
11288 PR gdb/18749
11289 * gdb.threads/process-dies-while-handling-bp.c: New file.
11290 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11291
863d01bd
PA
112922015-08-06 Pedro Alves <palves@redhat.com>
11293
11294 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11295 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11296
0a39bb32
PA
112972015-08-05 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11300 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11301
ee2d2b10
SL
113022015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11303
11304 * gdb.base/bp-permanent.exp: Report test as unsupported if
11305 the target cannot stop at the permanent breakpoint.
11306
4e1bdb00
DE
113072015-08-03 Doug Evans <dje@google.com>
11308
11309 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11310 10000.
11311
3d338901
DE
113122015-08-03 Doug Evans <dje@google.com>
11313
11314 * Makefile.in (workers/%.worker, build-perf): New rule.
11315 (GDB_PERFTEST_MODE): New variable.
11316 (check-perf): Use it.
11317 (clean): Clean up gdb.perf parallel build subdirs.
11318 * lib/build-piece.exp: New file.
11319 * lib/gdb.exp (make_gdb_parallel_path): New function
11320 (standard_output_file, standard_temp_file): Call it.
11321 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11322 of $GDB_PARALLEL.
11323 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11324
af061d3e
DE
113252015-08-03 Doug Evans <dje@google.com>
11326
8e1afc81 11327 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11328 (LOG_FILE_NAME): New global.
11329 (TextReporter.__init__): Initialize self.txt_sum.
11330 (TextReporter.report): Add support for multiple data-points.
11331 Move report to perftest.sum, put raw data in perftest.log.
11332 (TextReporter.start): Open sum and log files.
11333 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11334 * gdb.perf/lib/perftest/testresult.py
11335 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11336
2c8c5d37
PA
113372015-07-31 Pedro Alves <palves@redhat.com>
11338
11339 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11340 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11341 kill_wait_spawned_process instead of explicit "kill -9".
11342 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11343 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11344 kill_wait_spawned_process.
11345 * gdb.base/attach-twice.exp: Likewise.
11346 * gdb.base/attach.exp: Likewise.
11347 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11348 gdb_test_multiple.
11349 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11350 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11351 kill_wait_spawned_process.
11352 * gdb.base/valgrind-infcall.exp: Likewise.
11353 * gdb.multi/multi-attach.exp: Likewise.
11354 * gdb.python/py-prompt.exp: Likewise.
11355 * gdb.python/py-sync-interp.exp: Likewise.
11356 * gdb.server/ext-attach.exp: Likewise.
11357 * gdb.threads/attach-into-signal.exp (corefunc): Use
11358 spawn_wait_for_attach, spawn_id_get_pid and
11359 kill_wait_spawned_process.
11360 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11361 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11362 spawn_id_get_pid and kill_wait_spawned_process.
11363 * gdb.threads/attach-stopped.exp (corefunc): Use
11364 spawn_wait_for_attach, spawn_id_get_pid and
11365 kill_wait_spawned_process.
11366 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11367 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11368 kill_wait_spawned_process instead of explicit "kill -9".
11369 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11370 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11371 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11372 processes. Don't map cygwin/windows pids here. Now returns a
11373 spawn id list.
11374
032a0fca
SL
113752015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11376
11377 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11378 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11379 correct patch.
11380
61a934ca
SL
113812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11382
11383 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11384
4bc4d428
SL
113852015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11386
11387 Reapply:
11388 2014-05-21 Mark Wielaard <mjw@redhat.com>
11389
11390 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11391
998d452a
PA
113922015-07-30 Pedro Alves <palves@redhat.com>
11393
11394 * linux-low.c (handle_extended_wait): Set the child's last
11395 reported status to TARGET_WAITKIND_STOPPED.
11396
69dde7dc
PA
113972015-07-30 Pedro Alves <palves@redhat.com>
11398
11399 PR threads/18600
11400 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11401 only shows inferior 1.
11402
4dd63d48
PA
114032015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11404 Pedro Alves <palves@redhat.com>
11405
11406 PR threads/18600
11407 * gdb.threads/fork-plus-threads.c: New file.
11408 * gdb.threads/fork-plus-threads.exp: New file.
11409
d618e4c5
PP
114102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11411
11412 * gdb.base/batch-preserve-term-settings.exp
11413 (test_terminal_settings_preserved_after_cli_exit): Use
11414 send_quit_command.
11415
1eef6428
PA
114162015-07-29 Pedro Alves <palves@redhat.com>
11417 Don Breazeal <donb@codesourcery.com>
11418
11419 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11420 output from both inferior_spawn_id and gdb_spawn_id.
11421
7da5b897
SDJ
114222015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11423
11424 * gdb.threads/attach-into-signal.exp (corefunc): Use
11425 with_test_prefix on nested loops, uniquefying the test messages.
11426
dac804df
SDJ
114272015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11428
11429 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11430 commit.
11431
06265e53
PP
114322015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11433
11434 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11435 New proc.
11436 (test_terminal_settings_preserved_after_sigterm): New test.
11437
18206ca3
PP
114382015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11439
11440 * gdb.base/batch-preserve-term-settings.exp
11441 (test_terminal_settings_preserved_after_cli_exit): New test.
11442
90074d11
PP
114432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11444
11445 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11446 manipulation of saved_gdbflags.
11447 (test_terminal_settings_preserved): Remove global declaration of
11448 the unused variable pagination_prompt. Remove manipulation of
11449 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11450 GDBFLAGS.
11451
eb1a7902
PA
114522015-07-29 Pedro Alves <palves@redhat.com>
11453
11454 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11455
8b75dd3b
PA
114562015-07-29 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11459 at the top.
11460
dedad4e3
PA
114612015-07-29 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11464 (main): Call gdb_unbuffer_output.
11465 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11466 (main): Call gdb_unbuffer_output.
11467 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11468 (main): Call gdb_unbuffer_output.
11469 * gdb.base/call-strs.exp: Adjust to step over the
11470 gdb_unbuffer_output call.
11471 * gdb.base/catch-gdb-caused-signals.c: Include
11472 "../lib/unbuffer_output.c".
11473 (main): Call gdb_unbuffer_output.
11474 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11475 (main): Call gdb_unbuffer_output.
11476 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11477 (main): Call gdb_unbuffer_output.
11478 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11479 (main): Call gdb_unbuffer_output.
11480 * gdb.base/shlib-call.exp: Adjust to step over the
11481 gdb_unbuffer_output call.
11482 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11483 (main): Call gdb_unbuffer_output.
11484 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11485 (main): Call gdb_unbuffer_output.
11486 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11487 (main): Rename to ...
11488 (test): ... this.
11489 (main): Reimplement.
11490 * gdb.base/varargs.exp: Run to test instead of to main.
11491 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11492 (main): Call gdb_unbuffer_output.
11493
58789a91
PA
114942015-07-29 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11497 factore out from mi_continue_dprintf. For call-style dprintfs,
11498 expect dprintf output out of $inferior_spawn_id.
11499 (mi_continue_dprintf): Use mi_expect_dprintf.
11500 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11501 (main): Call gdb_unbuffer_output.
11502
e8376742
PA
115032015-07-29 Pedro Alves <palves@redhat.com>
11504
11505 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11506 (default_mi_gdb_start): Set inferior_spawn_id instead of
11507 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11508 gdb_spawn_id.
11509 (mi_gdb_test): Always expect inferior output from both
11510 $inferior_spawn_id and $gdb_spawn_id.
11511
08280010
PA
115122015-07-29 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11515 send_inferior and $inferior_spawn_id.
11516
4d30e432
PA
115172015-07-29 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.gdb/complaints.exp (test_initial_complaints)
11520 (test_serial_complaints, test_short_complaints): Use
11521 gdb_test_stdio.
11522 (test_empty_complaint): Handle $inferior_spawn_id !=
11523 $gdb_spawn_id.
11524
0d30a335
PA
115252015-07-29 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.base/varargs.exp: Use gdb_test_stdio.
11528
39413b29
PA
115292015-07-29 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11532
7cb000a9
PA
115332015-07-29 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11536
d7b8ac82
PA
115372015-07-29 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11540 parameter into two new parameters, "inf_result" and "gdb_result".
11541 Expect inferior output and gdb output from $inferior_spawn_id and
11542 $gdb_spawn_id, respectively. Adjust all callers.
11543
789c3a0c
PA
115442015-07-29 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11547 of gdb_test_sequence.
11548
77e760c3
PA
115492015-07-29 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11552 (saw_spurious_output): Expect inferior output from
11553 $inferior_spawn_id. Use gdb_test_stdio.
11554
8396d2cd
PA
115552015-07-29 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.base/dprintf.exp: Use standard_testfile. Change
11558 prepare_for_testing call.
11559 (srcfile): Don't set.
11560 (restart): New procedure.
11561 (test_dprintf): New procecure, use to continue over dprintfs.
11562 (test_call, test_agent): New procedures, tests moved here.
11563 Restart gdb and recreate dprintfs. Adjust expected output.
11564
2051d61f
PA
115652015-07-29 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11568
452397af
PA
115692015-07-29 Pedro Alves <palves@redhat.com>
11570
11571 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11572
8aed9555
PA
115732015-07-29 Pedro Alves <palves@redhat.com>
11574
11575 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11576 gdb_test_stdio.
11577
188a61b4
PA
115782015-07-29 Pedro Alves <palves@redhat.com>
11579
11580 * lib/gdb.exp (gdb_test_stdio): New procedure.
11581
12264a45
PA
115822015-07-29 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11585
23ffc893
PA
115862015-07-29 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/call-signal-resume.exp: Remove check for
11589 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11590 * gdb.base/unwindonsignal.exp: Likewise.
11591 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11592 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11593
65566918
PA
115942015-07-29 Pedro Alves <palves@redhat.com>
11595
11596 * gdb.base/siginfo-addr.c (pass): New function.
11597 (handler): Call it iff si_addr is correct.
11598 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11599 Set a breakpoint at "pass" and continue to it.
11600
d60a9221
SDJ
116012015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11602
11603 * gdb.python/py-objfile.exp: Make some tests have unique names.
11604 * gdb.python/py-pp-registration.exp: Likewise.
11605
bde40b8f
PA
116062015-07-28 Pedro Alves <palves@redhat.com>
11607
11608 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11609
13e1dec8
SM
116102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11611
11612 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11613
da33c9a7
SM
116142015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11615
11616 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11617
077836f7
PP
116182015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11619
11620 * gdb.base/gdb-sigterm-2.exp: New test.
11621
b8cc7b2e
DE
116222015-07-25 Doug Evans <xdje42@gmail.com>
11623
11624 Revert:
11625 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11626 (workers/%.worker, build-perf): New rule.
11627 (GDB_PERFTEST_MODE): New variable.
11628 (check-perf): Use it.
11629 (clean): Clean up gdb.perf parallel build subdirs.
11630 * lib/build-piece.exp: New file.
11631 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11632 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11633 name.
11634 (standard_temp_file): Ditto.
11635 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11636 of $GDB_PARALLEL.
11637
c8bd4544
DE
116382015-07-24 Doug Evans <dje@google.com>
11639
11640 * gdb.perf/lib/perftest/utils.py: New file.
11641 * gdb.perf/gm-hello.cc: New file.
11642 * gdb.perf/gm-pervasive-typedef.cc: New file.
11643 * gdb.perf/gm-pervasive-typedef.h: New file.
11644 * gdb.perf/gm-std.cc: New file.
11645 * gdb.perf/gm-std.h: New file.
11646 * gdb.perf/gm-use-cerr.cc: New file.
11647 * gdb.perf/gm-utils.h: New file.
11648 * gdb.perf/gmonster-null-lookup.py: New file.
11649 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11650 * gdb.perf/gmonster-print-cerr.py: New file.
11651 * gdb.perf/gmonster-ptype-string.py: New file.
11652 * gdb.perf/gmonster-runto-main.py: New file.
11653 * gdb.perf/gmonster-select-file.py: New file.
11654 * gdb.perf/gmonster1-null-lookup.exp: New file.
11655 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11656 * gdb.perf/gmonster1-print-cerr.exp: New file.
11657 * gdb.perf/gmonster1-ptype-string.exp: New file.
11658 * gdb.perf/gmonster1-runto-main.exp: New file.
11659 * gdb.perf/gmonster1-select-file.exp: New file.
11660 * gdb.perf/gmonster1.cc: New file.
11661 * gdb.perf/gmonster1.exp: New file.
11662 * gdb.perf/gmonster2-null-lookup.exp: New file.
11663 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11664 * gdb.perf/gmonster2-print-cerr.exp: New file.
11665 * gdb.perf/gmonster2-ptype-string.exp: New file.
11666 * gdb.perf/gmonster2-runto-main.exp: New file.
11667 * gdb.perf/gmonster2-select-file.exp: New file.
11668 * gdb.perf/gmonster2.cc: New file.
11669 * gdb.perf/gmonster2.exp: New file.
11670
6eab34f3
DE
116712015-07-24 Doug Evans <dje@google.com>
11672
11673 * gdb.perf/README: New file.
11674 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11675 * lib/gen-perf-test.exp: New file.
11676
63738bfd
DE
116772015-07-24 Doug Evans <dje@google.com>
11678
11679 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11680 (PerfTest::startup): New function.
11681 (PerfTest::run): Return result of calling body.
11682 (PerfTest::assemble): Rewrite.
11683 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11684 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11685 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11686 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11687 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11688
7b606f95
DE
116892015-07-24 Doug Evans <dje@google.com>
11690
11691 * lib/gdb.exp (clean_restart): Make executable optional.
11692
a97b16b8
DE
116932015-07-24 Doug Evans <dje@google.com>
11694
11695 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11696 compiler_info references.
11697 * gdb.cp/temargs.exp: Ditto.
11698 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11699 (get_compiler_info): Early exit if already computed. Set compiler_info
11700 to "unknown" if there was a problem.
11701 (test_compiler_info): Add function comment. Call get_compiler_info.
11702
35baa57f
DE
117032015-07-24 Doug Evans <dje@google.com>
11704
11705 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11706 (workers/%.worker, build-perf): New rule.
11707 (GDB_PERFTEST_MODE): New variable.
11708 (check-perf): Use it.
11709 (clean): Clean up gdb.perf parallel build subdirs.
11710 * lib/build-piece.exp: New file.
11711 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11712 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11713 name.
11714 (standard_temp_file): Ditto.
11715 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11716 of $GDB_PARALLEL.
11717
6ebea266
DE
117182015-07-24 Doug Evans <dje@google.com>
11719
11720 * lib/future.exp (gdb_default_target_compile): New option
11721 "early_flags".
11722 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11723 --as-needed.
11724
1e76a7e9
SDJ
117252015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11726
11727 * gdb.base/catch-syscall.exp: Call gdb_exit before
11728 gdb_skip_xml_test.
11729
5068630a
PA
117302015-07-24 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.python/py-events.exp: Accept output between the stop event
11733 and the prompt.
11734 * gdb.python/py-evsignal.exp: Likewise.
11735 * gdb.python/py-evthreads.exp: Likewise.
11736
77598427
PA
117372015-07-24 Pedro Alves <palves@redhat.com>
11738
11739 PR gdb/18717
11740 * gdb.threads/non-ldr-exit.c: New file.
11741 * gdb.threads/non-ldr-exit.exp: New file.
11742
11e6c98f
YQ
117432015-07-24 Yao Qi <yao.qi@linaro.org>
11744
11745 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11746 restarting process.
11747
51aee833
YQ
117482015-07-24 Yao Qi <yao.qi@linaro.org>
11749
11750 * gdb.server/ext-restart.exp: New file.
11751
8cfe207c
YQ
117522015-07-24 Yao Qi <yao.qi@linaro.org>
11753
11754 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11755 argument options.
11756 * gdb.server/ext-wrapper.exp: New file.
11757
cc12ce38
DE
117582015-07-23 Doug Evans <dje@google.com>
11759
11760 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11761 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11762
d0d84780
PMR
117632015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11764
11765 * gdb.ada/var_arr_typedef.exp: New testcase.
11766 * gdb.ada/var_arr_typedef/pack.adb: New file.
11767 * gdb.ada/var_arr_typedef/pack.ads: New file.
11768 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11769
8b558f79
JB
117702015-07-20 Joel Brobecker <brobecker@adacore.com>
11771
11772 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11773
775a3298
JK
117742015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11775
11776 * gdb.arch/i386-biarch-core.exp: Replace istarget
11777 by "complete set gnutarget". Remove expectation for the "core-file"
11778 command.
11779
db1ff28b
JK
117802015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11781
11782 Revert the previous commit:
11783 Tests for validate symbol file using build-id.
11784
0a94970d
JK
117852015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11786
11787 Tests for validate symbol file using build-id.
11788 * gdb.base/solib-mismatch-lib.c: New file.
11789 * gdb.base/solib-mismatch-libmod.c: New file.
11790 * gdb.base/solib-mismatch.c: New file.
11791 * gdb.base/solib-mismatch.exp: New file.
11792
03346981
SL
117932015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11794
11795 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11796 nios2-*-linux*.
11797 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11798 * gdb.base/siginfo.exp: Likewise.
11799 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11800
42422cc7
PL
118012015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11802
11803 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11804 Move it to ...
11805 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11806 ... here.
11807 * gdb.trace/range-stepping.exp: Check that the target supports
11808 range stepping.
11809
cfa68bae
JK
118102015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11811
11812 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11813
8ffdba26
PA
118142015-07-14 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.base/killed-outside.exp: New file.
11817 * gdb.base/killed-outside.c: New file.
11818
218a5a11
JK
118192015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11820
11821 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11822 (n at main): New.
11823 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11824
e03ed3c6
AA
118252015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11826
11827 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11828 infcall tests instead of setting up for KFAIL.
11829
485668e5
MM
118302015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11831
11832 * gdb.btrace/record_goto-step.exp: New.
11833
08464196
JK
118342015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11835
11836 PR compile/18484
11837 * gdb.compile/compile.c (struct struct_type): Add volatile to
11838 selffield's type.
11839 * gdb.compile/compile.exp
11840 (compile code struct_object.selffield = &struct_object): Skip further
11841 struct_object tests if this one xfails.
11842
bcf5c1d9
RC
118432015-07-08 Robert O'Callahan <robert@ocallahan.org>
11844
11845 PR exp/18617
11846 * gdb.trace/ax.exp: Add test.
11847
4931af25
YQ
118482015-07-07 Yao Qi <yao.qi@linaro.org>
11849
11850 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11851 instead of istarget "aarch64*-*-*".
11852 * gdb.arch/aarch64-fp.exp: Likewise.
11853 * gdb.base/float.exp: Likewise.
11854 * gdb.reverse/aarch64.exp: Likewise.
11855 * lib/gdb.exp (is_aarch64_target): New proc.
11856
9fcf688e
YQ
118572015-07-07 Yao Qi <yao.qi@linaro.org>
11858
11859 * lib/gdb.exp (is_aarch32_target): New proc.
11860 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11861 instead of "istarget "arm*-*-*"".
11862 * gdb.arch/arm-disp-step.exp: Likewise.
11863 * gdb.arch/thumb-bx-pc.exp: Likewise.
11864 * gdb.arch/thumb-prologue.exp: Likewise.
11865 * gdb.arch/thumb-singlestep.exp: Likewise.
11866 * gdb.base/disp-step-syscall.exp: Likewise.
11867 * gdb.base/float.exp: Likewise.
11868
fbd8d50d
YQ
118692015-07-07 Yao Qi <yao.qi@linaro.org>
11870
11871 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11872 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11873
71be1fdc
YQ
118742015-07-07 Yao Qi <yao.qi@linaro.org>
11875
11876 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11877 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11878 if it exists.
11879 * gdb.multi/multi-arch.exp: Likewise.
11880
3e221d36
SM
118812015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11882
11883 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11884 print.
11885
d441430b
YQ
118862015-07-07 Yao Qi <yao.qi@linaro.org>
11887
11888 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11889
06f810bd
MG
118902015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11891
11892 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11893 '[' and ']' characters.
11894
5e61e7c0
IB
118952015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11896
11897 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11898
28bf096c
PA
118992015-06-29 Pedro Alves <palves@redhat.com>
11900
11901 PR threads/18127
11902 * gdb.threads/hand-call-new-thread.c: New file.
11903 * gdb.threads/hand-call-new-thread.c: New file.
11904
ee93cd5e
KS
119052015-06-26 Keith Seitz <keiths@redhat.com>
11906 Doug Evans <dje@google.com>
11907
11908 PR 16253
11909 * gdb.cp/var-tag-2.cc: New file.
11910 * gdb.cp/var-tag-3.cc: New file.
11911 * gdb.cp/var-tag-4.cc: New file.
11912 * gdb.cp/var-tag.cc: New file.
11913 * gdb.cp/var-tag.exp: New file.
11914
fc637f04
PP
119152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11916
11917 * gdb.base/history-duplicates.exp: New test.
11918
2e52ae68
PP
119192015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11920
11921 * gdb.base/completion.exp: Test the completion of the "focus"
11922 command.
11923
6e22494e
JK
119242015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11925
11926 * gdb.arch/amd64-prologue-skip.S: New file.
11927 * gdb.arch/amd64-prologue-skip.exp: New file.
11928
bf7b9cd9
SM
119292015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11930
11931 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11932 is_address_zero_readable check.
11933
201e8dfd
PB
119342015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11935
11936 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11937 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11938
5cd867b4
YQ
119392015-06-24 Yao Qi <yao.qi@linaro.org>
11940
11941 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11942 linux targets.
11943
4d7be007
YQ
119442015-06-24 Yao Qi <yao.qi@linaro.org>
11945
11946 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11947 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11948 * gdb.base/siginfo-thread.exp: Likewise.
11949
07fcd301
YQ
119502015-06-22 Yao Qi <yao.qi@linaro.org>
11951
11952 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11953
52042a00
YQ
119542015-06-22 Yao Qi <yao.qi@linaro.org>
11955
11956 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11957 aarch64*-*-*.
11958 (skip_hw_watchpoint_tests): Likewise.
11959
74bd41ce
PP
119602015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11961
11962 * gdb.base/gdbinit-history.exp: Test the interaction between
11963 setting GDBHISTSIZE and setting the history size via .gdbinit.
11964
bc460514
PP
119652015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11966
11967 PR gdb/16999
11968 * gdb.base/gdbhistsize-history.exp: New test.
11969
b58c513b
PP
119702015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11971
11972 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11973 with GDBHISTSIZE.
11974 * gdb.base/readline.exp: Likewise.
11975
92046791
YQ
119762015-06-17 Yao Qi <yao.qi@linaro.org>
11977
11978 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11979 line.
11980
2093d2d3
PP
119812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11982
11983 * gdb.base/gdbinit-history.exp: Add test case to check that
11984 an unlimited history file does not get truncated on exit.
11985
e6c693af
AA
119862015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11987
11988 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11989 (VECTOR): New macro. Use it...
11990 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11991 ...for these typedefs.
11992 (int8, char1, int1, double1): New typedefs.
11993 (struct just_int2, struct two_int2): New structures.
11994 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11995 (add_structvecs, add_singlevecs): New functions.
11996 (main): Call add_some_intvecs twice.
11997 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11998 the compile and exit upon failure. Try compiling for the "native"
11999 architecture. Test inferior function calls with vector arguments
12000 and vector return value handling with "finish" and "return".
12001
c74f7d1c
JT
120022015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12003
12004 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12005 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12006 PE file.
12007 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12008
98aa42ee
AT
120092015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12010
12011 PR breakpoints/16465
12012 * gdb.mi/mi-dprintf-pending.c: New file.
12013 * gdb.mi/mi-dprintf-pending.exp: New test.
12014 * gdb.mi/mi-dprintf-pendshr.c: New file.
12015
7d73c23c 120162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12017 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12018
12019 * gdb.arch/i386-mpx-map.c: New file.
12020 * gdb.arch/i386-mpx-map.exp: New File.
12021
120222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12023
12024 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12025 * gdb.arch/i386-mpx.exp: Indentation fixed.
12026
120272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12028
12029 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12030 function and improved indentation.
12031 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12032 gdb_test_multiple. Added additional tests to skip the test.
12033
120342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12035
12036 * gdb.arch/i386-avx512.c: Change path in include file.
12037 * gdb.arch/i386-avx512.exp: Change include dir path
12038 compilation flag.
12039 * gdb.arch/i386-mpx.c: Change path in include file.
12040 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12041 flag.
12042
d5eba19a
JK
120432015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12044
12045 * gdb.compile/compile-print.exp (compile print *vararray@3)
12046 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12047
7f361056
JK
120482015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12049
12050 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12051 (do not keep jit in memory): ... this.
12052 (expect 5): Change it to ...
12053 (expect no 5): ... this.
12054
3b462ec2
SM
120552015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12056
12057 PR gdb/15564
12058 * gdb.mi/mi-detach.exp: New file.
12059
e0619de6
JK
120602015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12061
12062 PR symtab/18392
12063 * gdb.arch/amd64-tailcall-self.S: New file.
12064 * gdb.arch/amd64-tailcall-self.c: New file.
12065 * gdb.arch/amd64-tailcall-self.exp: New file.
12066
e970cb34
DB
120672015-05-28 Don Breazeal <donb@codesourcery.com>
12068
12069 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12070 tests for remote targets by checking is_target_gdbserver.
12071
b2e2f908
DE
120722015-05-27 Doug Evans <dje@google.com>
12073
12074 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12075 * gdb.dwarf2/opaque-type-lookup.c: New file.
12076 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12077
82c7be31
DE
120782015-05-26 Doug Evans <dje@google.com>
12079
12080 * gdb.cp/iostream.cc: New file.
12081 * gdb.cp/iostream.exp: New file.
12082
b4f54984
DE
120832015-05-26 Doug Evans <dje@google.com>
12084
12085 * gdb.dwarf2/dw2-op-call.exp: Update.
12086 * gdb.dwarf2/dw4-sig-types.exp: Update.
12087 * gdb.dwarf2/implptr.exp: Update.
12088 * gdb.mi/mi-cmd-param-changed.exp: Update.
12089
4ea6efe9
DE
120902015-05-26 Doug Evans <dje@google.com>
12091
12092 * gdb.python/py-lazy-string.c: New file.
12093 * gdb.python/py-lazy-string.exp: New file.
12094 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12095 (main): Update. Add estring3.
12096 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12097 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12098
f6bb7db3
YQ
120992015-05-26 Omair Javaid <omair.javaid@linaro.org>
12100 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.reverse/aarch64.c: New.
12103 * gdb.reverse/aarch64.exp: New.
12104
a81bfbd0
OJ
121052015-05-26 Omair Javaid <omair.javaid@linaro.org>
12106
25d49b86
PA
12107 * lib/gdb.exp (supports_process_record): Return true for
12108 aarch64*-linux*.
a81bfbd0
OJ
12109 (supports_reverse): Likewise.
12110
158bf1b4
PP
121112015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12112
12113 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12114 Use with_test_prefix.
12115
a0145030
AB
121162015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12117
12118 * gdb.base/completion.exp: Add test for completion of layout
12119 names.
12120
ebe3b578
AB
121212015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12122
12123 * lib/gdb.exp (skip_tui_tests): New proc.
12124 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12125
84204ed7
PA
121262015-05-19 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12129 Save the whole env array instead of just HOME. Unset HISTSIZE in
12130 the environment while testing. Restore whole environment
12131 afterwards.
12132
37442ce1
DE
121332015-05-16 Doug Evans <xdje42@gmail.com>
12134
12135 * gdb.guile/scm-ports.c: New file.
12136 * gdb.guile/scm-ports.exp: Add memory port tests.
12137
36de76f9
JK
121382015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12139
12140 * gdb.compile/compile-print.c: New file.
12141 * gdb.compile/compile-print.exp: New file.
12142
3a9558c4
JK
121432015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 * gdb.compile/compile-ops.exp: Cast param to void.
12146 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12147 (compile code struct_object.selffield = &struct_object): Add xfail.
12148
aa715135
JG
121492015-05-15 Joel Brobecker <brobecker@adacore.com>
12150
12151 * gdb.ada/arr_enum_with_gap: New testcase.
12152
931e5bc3
JG
121532015-05-15 Joel Brobecker <brobecker@adacore.com>
12154
12155 * gdb.ada/byte_packed_arr: New testcase.
12156
9cd4d857
JB
121572015-05-15 Joel Brobecker <brobecker@adacore.com>
12158
12159 * gdb.ada/pckd_neg: New testcase.
12160
ebfd00d2
PP
121612015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12162
12163 PR gdb/17820
12164 * gdb.base/gdbinit-history.exp: New test.
12165 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12166 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12167
4c082a81
SC
121682015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12169
12170 * gdb.python/py-xmethods.cc: Enhance test case.
12171 * gdb.python/py-xmethods.exp: New tests.
12172 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12173 function.
12174 (B_indexoper): Likewise.
12175 (global_dm_list) : Add new xmethod worker functions.
12176
f7797074
SDJ
121772015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12178
12179 * gdb.base/coredump-filter.exp: Correctly unset
12180 "coredump_var_addr" array.
12181
a4674e4e
PA
121822015-05-08 Pedro Alves <palves@redhat.com>
12183
12184 * gdb.server/non-existing-program.exp: Unset spawn_id.
12185
df2eb078
SC
121862015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12187
12188 PR python/18291
12189 * gdb.python/py-xmethods.exp: Add tests.
12190
422349a3
YQ
121912015-05-08 Yao Qi <yao.qi@linaro.org>
12192
12193 PR gdb/18208
12194 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12195 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12196 function set_coredump_filter, and remove remote_exec call.
12197 Remove argument ipid. Callers update.
12198 (top level): Don't get inferior's PID.
12199
63fc80ce
AA
122002015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12201
12202 * gdb.base/watch_thread_num.exp: Skip test on targets without
12203 access watchpoints.
12204
80ad801e
PA
122052015-05-06 Pedro Alves <palves@redhat.com>
12206
12207 PR server/18081
12208 * gdb.server/non-existing-program.exp: New file.
12209
0fa7fe50
JB
122102015-05-05 Joel Brobecker <brobecker@adacore.com>
12211
12212 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12213
3ea89b92
PMR
122142015-05-05 Joel Brobecker <brobecker@adacore.com>
12215
12216 * gdb.ada/out_of_line_in_inlined: New testcase.
12217
87b8eff0
JB
122182015-05-05 Joel Brobecker <brobecker@adacore.com>
12219
12220 * gdb.ada/var_rec_arr: New testcase.
12221
5fccc635
YQ
122222015-04-30 Yao Qi <yao.qi@linaro.org>
12223
12224 * gdb.base/break-idempotent.exp: If
12225 skip_hw_watchpoint_multi_tests returns true, skip the tests
12226 on "rwatch" and "awatch".
12227
42d38f42
YQ
122282015-04-30 Yao Qi <yao.qi@linaro.org>
12229
12230 * gdb.base/relativedebug.exp: Invoke gdb command
12231 "info sharedlibrary", and if libc.so doesn't have debug info,
12232 skip the test.
12233
2ce1cdbf
DE
122342015-04-29 Doug Evans <dje@google.com>
12235
12236 * gdb.python/py-xmethods.exp: Add ptype tests.
12237 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12238 get_result_type method.
12239
f24a38c5
LM
122402015-04-29 Luis Machado <lgustavo@codesourcery.com>
12241
12242 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12243 the target does not support hardware watchpoints.
12244
ecbf2b3c
LM
122452015-04-29 Luis Machado <lgustavo@codesourcery.com>
12246
12247 * gdb.base/break-always.exp: Abort testing if writing to memory
12248 causes an error.
12249
34f5f757
DE
122502015-04-28 Doug Evans <dje@google.com>
12251
12252 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12253 * gdb.python/py-pp-registration.exp: ... here. New file.
12254 * gdb.python/py-pp-registration.c: New file.
12255 * gdb.python/py-pp-registration.py: New file.
12256
69b4374a
DE
122572015-04-28 Doug Evans <dje@google.com>
12258
12259 * gdb.python/py-bad-printers.c: New file.
12260 * gdb.python/py-bad-printers.py: New file.
12261 * gdb.python/py-bad-printers.exp: New file.
12262
59fb7612
SS
122632015-04-28 Sasha Smundak <asmundak@google.com>
12264
12265 * gdb.python/py-type.exp: New test.
12266
2631b16a
AW
122672015-04-28 Andy Wingo <wingo@igalia.com>
12268
12269 * gdb.python/py-parameter.exp:
12270 * gdb.guile/scm-parameter.exp: Escape the path that we are
12271 matching against, as it might contain characters that are special
12272 to regular expressions.
12273
460efde1
JB
122742015-04-27 Joel Brobecker <brobecker@adacore.com>
12275
12276 * gdb.ada/rec_comp: New testcase.
12277
2d369d8e
SDJ
122782015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12279
12280 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12281 before using it.
12282
cf75d6c3
AB
122832015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12284
12285 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12286 new tests for verilog output.
12287
8dbe7ca5
YQ
122882015-04-24 Yao Qi <yao.qi@linaro.org>
12289
12290 * boards/remote-gdbserver-on-localhost.exp: New file.
12291
4ef9fb2f
PA
122922015-04-23 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12295 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12296 "end of file", remove $inferior_spawn_id from the indirect list.
12297
0a803169
PA
122982015-04-23 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12301
749ef8f8
PA
123022015-04-23 Pedro Alves <palves@redhat.com>
12303
12304 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12305 on $any_spawn_id instead of only on $gdb_spawn_id.
12306
8aae4344
PM
123072015-04-21 Pierre Muller <muller@sourceware.org>
12308
12309 PR pascal/17815
12310 * lib/pascal.exp (gpc_compile): Add new option "class".
12311 (fpc_compile): Likewise.
12312 * gdb.pascal/case-insensitive-symbols.pas: New file.
12313 * gdb.pascal/case-insensitive-symbols.exp: New file.
12314
1586c8fb
GB
123152015-04-20 Gary Benson <gbenson@redhat.com>
12316
12317 * gdb.base/attach.exp: Fix three extended remote failures.
12318
1b6e6f5c
GB
123192015-04-17 Gary Benson <gbenson@redhat.com>
12320
12321 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12322 the main executable over the remote protocol.
12323
e797481d
PA
123242015-04-16 Pedro Alves <palves@redhat.com>
12325
12326 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12327 a new gdbserver if gdbserver_reconnect_p is set.
12328
1ca99c42
PA
123292015-04-16 Pedro Alves <palves@redhat.com>
12330
12331 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12332 is set, don't exit gdbserver.
12333
af9fd6f8
AA
123342015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12335
12336 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12337 appropriate .insn, such that an older assembler can be used.
12338 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12339 the z/Architecture instruction set on 31-bit targets as well.
12340
04ff1e61
AA
123412015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12342
12343 * gdb.go/handcall.exp: Remove all logic related to the first
12344 breakpoint and rely on go_runto_main instead.
12345 * gdb.go/strings.exp: Likewise.
12346 * gdb.go/unsafe.exp: Likewise.
12347 * gdb.go/hello.exp: Likewise. Also rename the remaining
12348 breakpoint marker to "breakpoint 1".
12349 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12350 * gdb.go/strings.go: Likewise.
12351 * gdb.go/unsafe.go: Likewise.
12352 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12353 "set breakpoint 2 here" and rename the remaining breakpoint marker
12354 to "breakpoint 1".
12355
40d2f8d6
SM
123562015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12357
12358 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12359 if itertools.imap is not present.
12360 * gdb.python/py-objfile.exp: Add parentheses.
12361 * gdb.python/py-type.exp: Same.
12362 * gdb.python/py-unwind-maint.py: Same.
12363
8cbc97c6
YQ
123642015-04-15 Yao Qi <yao.qi@linaro.org>
12365
12366 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12367 of ":$ptr_size" and set its form explicitly.
12368
45fd756c
YQ
123692015-04-15 Pedro Alves <palves@redhat.com>
12370 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12373 timeout by factor of 4.
12374 (test_regular_watch): Likewise.
12375 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12376 * gdb.reverse/sigall-reverse.exp: Likewise.
12377 * gdb.reverse/until-precsave.exp: Likewise.
12378 * lib/gdb.exp (with_timeout_factor): New proc.
12379 (gdb_expect): Move some code to ...
12380 (get_largest_timeout): ... here. New procedure.
12381
9e811bc3
LM
123822015-04-14 Luis Machado <lgustavo@codesourcery.com>
12383
12384 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12385
0ff6fcb2
LM
123862015-04-13 Luis Machado <lgustavo@codesourcery.com>
12387
12388 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12389 to write to the .text section.
12390
7578d5f7
LM
123912015-04-13 Luis Machado <lgustavo@codesourcery.com>
12392
12393 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12394 Handle the case of targets that do not provide PID information.
12395
2efe15c4
YQ
123962015-04-13 Yao Qi <yao.qi@linaro.org>
12397
12398 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12399 and use expect instead of gdb_expect.
12400
8cd8f2f8
SDJ
124012015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12402
12403 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12404 "coredump_var_addr" to avoid naming conflict with other testcases.
12405
9ee41772
PA
124062015-04-10 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12409 gdb_test_sequence and gdb_assert.
12410
07473109
PA
124112015-04-10 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12414 test messages that don't include the breakpoint address.
12415
de3db44c
YQ
124162015-04-10 Yao Qi <yao.qi@linaro.org>
12417
12418 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12419 false for some offset and width combinations which aren't
12420 supported by linux kernel.
12421
c79d856c
PA
124222015-04-10 Pedro Alves <palves@redhat.com>
12423
12424 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12425 procedure, factored out from ...
12426 (top level): ... here. Add "set displaced-stepping" testing axis.
12427 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12428 parameter "displaced". Use it.
12429 (top level): Use foreach and add "set displaced-stepping" testing
12430 axis.
12431
ebc90b50
PA
124322015-04-10 Pedro Alves <palves@redhat.com>
12433
12434 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12435 Remove comment.
12436 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12437 both the address of the instruction that triggers the watchpoint
12438 and the address of the instruction immediately after, and use
12439 those addresses for the test. Fix comment.
12440
8f572e5c
PA
124412015-04-10 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.base/sigstep.exp (breakpoint_to_handler)
12444 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12445 Test "backtrace" in handler.
12446 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12447 (top level): Add new "displaced" test axis to
12448 breakpoint_to_handler, breakpoint_to_handler_entry and
12449 breakpoint_over_handler.
12450
8d707a12
PA
124512015-04-10 Pedro Alves <palves@redhat.com>
12452
12453 PR gdb/18216
12454 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12455
ef713951
YQ
124562015-04-10 Yao Qi <yao.qi@linaro.org>
12457
12458 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12459 (test_add_rn_pc): New function.
12460 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12461 (top level): Invoke test_add_rn_pc.
12462
906d60cf
PA
124632015-04-10 Pedro Alves <palves@redhat.com>
12464
12465 PR gdb/13858
12466 * gdb.base/step-over-no-symbols.exp: New file.
12467
f2983cc3
AW
124682015-04-09 Andy Wingo <wingo@igalia.com>
12469
12470 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12471 after the Python tests.
12472
6d62641c
SDJ
124732015-04-08 Keith Seitz <keiths@redhat.com>
12474
12475 PR python/16699
12476 * gdb.python/py-completion.exp: New tests for completion.
12477 * gdb.python/py-completion.py (CompleteLimit1): New class.
12478 (CompleteLimit2): Likewise.
12479 (CompleteLimit3): Likewise.
12480 (CompleteLimit4): Likewise.
12481 (CompleteLimit5): Likewise.
12482 (CompleteLimit6): Likewise.
12483 (CompleteLimit7): Likewise.
12484
f3770638
PA
124852015-04-08 Pedro Alves <palves@redhat.com>
12486
12487 PR gdb/18214
12488 PR gdb/18216
12489 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12490 function.
12491 (main): Install it as SIGUSR1 handler.
12492 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12493 parameter. Always use "setup" as prefix. Toggle "set
12494 displaced-stepping" off/on depending on global. Don't switch to
12495 thread 1 here.
12496 (top level): Add displaced stepping "off/on" test axis. Update
12497 "setup" calls. Wrap each subtest with with_test_prefix. Test
12498 continuing with a queued signal in each thread.
12499
4496bed7
PA
125002015-04-08 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12503 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12504 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12505 Return early if running to main fails.
12506 * gdb.trace/while-stepping.exp: Likewise.
12507
b97fde92
PA
125082015-04-07 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12511 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12512 interact with inferior program.
12513
f71c18e7
PA
125142015-04-07 Pedro Alves <palves@redhat.com>
12515
12516 * lib/gdb.exp (inferior_spawn_id): New global.
12517 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12518 spawn id after processing the user code.
12519 (default_gdb_start): Set inferior_spawn_id.
12520 (send_inferior): New procedure.
12521 * lib/gdbserver-support.exp (gdbserver_start): Set
12522 inferior_spawn_id.
12523 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12524
6423214f
PA
125252015-04-07 Pedro Alves <palves@redhat.com>
12526
12527 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12528 * lib/gdbserver-support.exp (gdbserver_start): Make
12529 $server_spawn_id global.
12530 (gdbserver_start): Don't wait for gdbserver's spawn id with
12531 expect_background.
12532 (close_gdbserver): New procedure.
12533 (gdb_exit): Rename the default version and reimplement.
12534
71c0ee8c
PA
125352015-04-07 Pedro Alves <palves@redhat.com>
12536
72f4393d 12537 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12538 append the substituted item, not the original item.
12539
203bc29b
PA
125402015-04-07 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12543 gdb_expect.
12544
508a3ddf
PA
125452015-04-07 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12548 output appearing once only.
12549
9f6dbe2b
PA
125502015-04-07 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12553 that doesn't expect anything. Return early if running to main
12554 fails.
12555
337532fa
YQ
125562015-04-07 Yao Qi <yao.qi@linaro.org>
12557
12558 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12559 (child_function): Call alarm.
12560 (main): Move call to alarm into the loop.
12561 * gdb.threads/non-stop-fair-events.exp: Build program with
12562 -DTIMEOUT=$timeout.
12563
01b622d4
DE
125642015-04-06 Doug Evans <xdje42@gmail.com>
12565
12566 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12567 Fix dest parameter to board_info.
12568 (fpc_compile): Ditto.
12569 (gdb_compile_pascal): Rename dest arg to destfile.
12570
961f4160
PMR
125712015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12572
12573 * gdb.ada/funcall_ref.exp: New file.
12574 * gdb.ada/funcall_ref/foo.adb: New file.
12575
cafda597
YQ
125762015-04-02 Yao Qi <yao.qi@linaro.org>
12577
12578 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12579 is remote.
12580
fed040c6
GB
125812015-04-02 Gary Benson <gbenson@redhat.com>
12582
12583 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12584
d11916aa
SS
125852015-04-01 Sasha Smundak <asmundak@google.com>
12586
12587 * gdb.python/py-unwind-maint.c: New file.
12588 * gdb.python/py-unwind-maint.exp: New test.
12589 * gdb.python/py-unwind-maint.py: New file.
12590 * gdb.python/py-unwind.c: New file.
12591 * gdb.python/py-unwind.exp: New test.
12592 * gdb.python/py-unwind.py: New test.
12593
a1471180
PA
125942015-04-01 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12597 to fail instead of non-existent $test.
12598
0bbeccb1
PA
125992015-04-01 Pedro Alves <palves@redhat.com>
12600
12601 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12602 GDBFLAGS if not empty.
12603
3c724c8c
PMR
126042015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12605
12606 * gdb.ada/complete.exp: Remove "multi_line".
12607 * gdb.ada/info_exc.exp: Remove "multi_line".
12608 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12609 * gdb.ada/ptype_field.exp: Remove "multi_line".
12610 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12611 * gdb.ada/tagged.exp: Remove "multi_line".
12612 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12613 [multi_line ...]
12614 * gdb.btrace/delta.exp: Likewise.
12615 * gdb.btrace/exception.exp: Likewise.
12616 * gdb.btrace/function_call_history.exp: Likewise.
12617 * gdb.btrace/instruction_history.exp: Likewise.
12618 * gdb.btrace/nohist.exp: Likewise.
12619 * gdb.btrace/record_goto.exp: Likewise.
12620 * gdb.btrace/segv.exp: Likewise.
12621 * gdb.btrace/stepi.exp: Likewise.
12622 * gdb.btrace/tailcall.exp: Likewise.
12623 * gdb.btrace/unknown_functions.exp: Likewise.
12624 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12625 * lib/gdb.exp: Add the "multi_line" helper.
12626
4eec2deb
PA
126272015-04-01 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.threads/tid-reuse.c: New file.
12630 * gdb.threads/tid-reuse.exp: New file.
12631
df8411da
SDJ
126322015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12633
12634 PR corefiles/16092
12635 * gdb.base/coredump-filter.c: New file.
12636 * gdb.base/coredump-filter.exp: Likewise.
12637
6ef37366
PM
126382015-03-27 Petr Machata <pmachata@redhat.com>
12639
12640 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12641 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12642 (Dwarf::assemble): Initialize them.
12643 (Dwarf::lines): New function.
12644
7ec911b0
JT
126452015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12646
12647 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12648 SYMBOL_PREFIX for x86_64-*-cygwin.
12649
ff908ebf
AW
126502015-03-26 Andy Wingo <wingo@igalia.com>
12651
12652 PR symtab/18148
12653 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12654 const_value but not a location.
12655 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12656 location defined in non-main CUs are visible.
12657
6d5f0679
YQ
126582015-03-26 Yao Qi <yao.qi@linaro.org>
12659
12660 PR testsuite/18139
12661 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12662 Add a line number entry for the same line.
12663 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12664 Add a line number entry for the same line.
12665
2898689b
YQ
126662015-03-26 Yao Qi <yao.qi@linaro.org>
12667
12668 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12669 .int 0.
12670 (func): Likewise. Add .Lfunc_1 label.
12671 Use .Lfunc_1 label.
12672 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12673 .int 0.
12674 (func): Likewise.
12675 Use .Lfunc_1 label.
12676
85180498
YQ
126772015-03-26 Yao Qi <yao.qi@linaro.org>
12678
12679 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12680 Call gdb_compile instead to compile each .s files without debug
12681 information.
12682
8aa08a8d
YQ
126832015-03-26 Yao Qi <yao.qi@linaro.org>
12684
12685 * gdb.base/savedregs.exp (process_saved_regs): Make
12686 "Saved registers:" optional in the pattern.
12687
66849923
MM
126882015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12689
12690 * gdb.btrace/next.exp: Merged into step.exp.
12691 * gdb.btrace/finish.exp: Merged into step.exp.
12692 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12693 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12694 "record goto" and checking the exact replay position.
12695 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12696 check for "Recording format" in "info record" output.
12697 * gdb.btrace/record_goto.exp: Choose test file based on target.
12698 * gdb.btrace/x86-record_goto.S: Renamed into ...
12699 * gdb.btrace/x86_64-record_goto.S: ... this.
12700 * gdb.btrace/i686-record_goto.S: New.
12701 * gdb.btrace/x86-tailcall.S: Renamed into ...
12702 * gdb.btrace/x86_64-tailcall.S: ... this.
12703 * gdb.btrace/i686-tailcall.S: New.
12704 * gdb.btrace/x86-tailcall.c: Renamed into ...
12705 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12706 separate statements. Update test.
12707 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12708 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12709 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12710 * gdb.btrace/tailcall.exp: Choose test file based on target.
12711 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12712
11cc1b74
MM
127132015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12714
12715 * gdb.btrace/exception.exp: Increase BTS buffer size.
12716
a25d8bf9
PA
127172015-03-24 Pedro Alves <palves@redhat.com>
12718
12719 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12720
856e7dd6
PA
127212015-03-24 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.threads/schedlock.exp (test_step): No longer expect that
12724 "set scheduler-locking step" with "next" over a function call runs
12725 threads unlocked.
12726
ad235a41
AT
127272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12728
12729 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12730
15630549
AT
127312015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12732
12733 PR breakpoints/16466
12734 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12735 * gdb.mi/mi-pending.c (thread_func): New function.
12736 (int main): Add threading support required.
12737 * gdb.mi/mi-pending.exp: Add tests for this issue.
12738 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12739 (pendfunc2): Remove stdio dependency.
12740 * gdb.mi/mi-pendshr2.c: New file.
12741
693dca06
KS
127422015-03-23 Keith Seitz <keiths@redhat.com>
12743
12744 * gdb.linespec/keywords.c: New file.
12745 * gdb.linespec/keywords.exp: New file.
12746
7e993ebf
KS
127472015-03-23 Keith Seitz <keiths@redhat.com>
12748
12749 PR gdb/18021
12750 * gdb.dwarf2/staticvirtual.exp: New test.
12751
bc23328c
JK
127522015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12753
12754 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12755 * README: Remove HP-UX and gdb.hp.
12756 (configuration):
12757 * configure: Regenerate.
12758 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12759 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12760 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12761 gdb.hp/gdb.defects/Makefile.
12762 * gdb.hp/Makefile.in: File deleted.
12763 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12764 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12765 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12766 * gdb.hp/gdb.aCC/run.c: File deleted.
12767 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12768 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12769 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12770 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12771 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12772 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12773 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12774 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12775 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12776 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12777 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12778 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12779 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12780 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12781 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12782 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12783 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12784 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12785 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12786 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12787 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12788 * gdb.hp/gdb.compat/average.c: File deleted.
12789 * gdb.hp/gdb.compat/sum.c: File deleted.
12790 * gdb.hp/gdb.compat/xdb.c: File deleted.
12791 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12792 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12793 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12794 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12795 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12796 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12797 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12798 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12799 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12800 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12801 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12802 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12803 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12804 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12805 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12806 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12807 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12808 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12809 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12810 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12811 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12812 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12813 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12814 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12815 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12816 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12817 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12818 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12819 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12820 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12821 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12822 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12823 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12824 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12825 * gdb.hp/tools/odump: File deleted.
12826
8bf3b159
PA
128272015-03-19 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12830 (saw_thread_3): New globals.
12831 (top level): Increment them when an event for the corresponding
12832 thread is seen.
12833 (no thread starvation): New test.
12834
eb54c8bf
PA
128352015-03-19 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.threads/continue-pending-status.c: New file.
12838 * gdb.threads/continue-pending-status.exp: New file.
12839
32d2e5d6
PA
128402015-03-18 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12843 Use gdb_is_target_remote instead of is_remote. Use
12844 gdb_test_multiple instead of gdb_expect. Exit early if
12845 gdb_test_multiple hits its internal matches. Tighten stepi tests
12846 expected output. Fail on exit with any signal, instead of just
12847 SIGILL.
12848
f68f11b7
YQ
128492015-03-18 Yao Qi <yao.qi@linaro.org>
12850
12851 PR tdep/18107
12852 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12853 variable.
12854 * gdb.base/catch-syscall.exp: Don't skip it on
12855 aarch64*-*-linux* target. Remove elements in all_syscalls.
12856 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12857 target.
12858 (setup_all_syscalls): New proc.
12859
ca5fd19b
YQ
128602015-03-16 Yao Qi <yao.qi@linaro.org>
12861
12862 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12863 (top level): Skip tests if valid_addr_p returns false for
12864 $cmd1 or $cmd2.
12865
85642ba0
AW
128662015-03-11 Andy Wingo <wingo@igalia.com>
12867
12868 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12869
e03f9645
YQ
128702015-03-11 Yao Qi <yao.qi@linaro.org>
12871
12872 * gdb.base/catch-syscall.exp: Fix typo in comments.
12873
5d0962b2
YQ
128742015-03-11 Yao Qi <yao.qi@linaro.org>
12875
12876 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12877
b2df3cef
PA
128782015-03-09 Pedro Alves <palves@redhat.com>
12879
12880 * dg-extract-results.py: Delete.
12881
ef878e53
PA
128822015-03-09 Pedro Alves <palves@redhat.com>
12883
12884 Merge dg-extract-results.sh from GCC upstream (r218843).
12885
12886 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12887 * dg-extract-results.sh: Use --text with grep to avoid issues with
12888 binary files. Fall back to cat -v, if that doesn't work.
12889
9494d219
PA
128902015-03-05 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12893
a8d9763a
SM
128942015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12895
12896 * lib/mi-support.exp (mi_expect_interrupt): Accept
12897 alternative event for when in all-stop mode.
12898
be9957b8
PA
128992015-03-04 Pedro Alves <palves@redhat.com>
12900
12901 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12902
d57be0f4 129032015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12904
12905 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12906
c214c7cf
AA
129072015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12908
12909 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12910 regexps for GDB's current line display, accept a hex address
12911 preceding the line number.
12912
6d74a497
AA
129132015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12914
12915 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12916 the 'arch1' variable for "s390*-linux*" targets.
12917
511aee7c
PA
129182015-03-04 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12921 (main): Pass missing retval argument to pthread_join call.
12922
95e50b27
PA
129232015-03-02 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12926 (top level): Call do_test with non-stop as well.
12927
28054d69
PA
129282015-03-02 Pedro Alves <palves@redhat.com>
12929
12930 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12931 -1.
12932
4fa5d7b4
AA
129332015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12934
12935 * gdb.arch/s390-vregs.exp: New test.
12936 * gdb.arch/s390-vregs.S: New file.
12937
97c18565
PA
129382015-02-27 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12941 call to catch_command_errors.
12942 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12943 catch_command_errors.
12944
a37bfa30
PA
129452015-02-27 Pedro Alves <palves@redhat.com>
12946
12947 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12948 "true" for boolean result.
12949 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12950 prototype of main.
12951
6f98576f
PA
129522015-02-27 Pedro Alves <palves@redhat.com>
12953
12954 * lib/unbuffer_output.c: New file.
12955 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12956 (main): Call gdb_unbuffer_output.
12957
eba5ab56
YQ
129582015-02-27 Yao Qi <yao.qi@linaro.org>
12959
12960 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12961 target.
12962
0def5aaa
DE
129632015-02-26 Doug Evans <dje@google.com>
12964
12965 * gdb.cp/class2.cc (Dbase, D): New classes.
12966 (main): New local delta.
12967 * gdb.cp/class2.exp: Test printing delta.
12968 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12969 (dynbar): New global.
12970 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12971
081a1c2c
JK
129722015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12973
12974 * gdb.compile/compile-ifunc.c: New file.
12975 * gdb.compile/compile-ifunc.exp: New file.
12976
2f41223f
AT
129772015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12978
12979 * gdb.base/structs.exp: Check for correct struct on finish.
12980
03eddd80
YQ
129812015-02-26 Yao Qi <yao.qi@linaro.org>
12982
12983 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12984 is zero.
12985
80c57053
JK
129862015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12987
12988 * gdb.arch/cordic.ko.bz2: New file.
12989 * gdb.arch/cordic.ko.debug.bz2: New file.
12990 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12991
21613c12
YQ
129922015-02-25 Yao Qi <yao.qi@linaro.org>
12993
12994 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12995 aarch64*-*-* target.
12996
d8b901ed
PA
129972015-02-23 Pedro Alves <palves@redhat.com>
12998
12999 * lib/gdb.exp (delete_breakpoints): Rewrite using
13000 gdb_test_multiple.
13001
e5b85ead
PA
130022015-02-23 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/info-os.c: Include stdlib.h.
13005
85c3a371
DE
130062015-02-22 Doug Evans <xdje42@gmail.com>
13007
13008 PR symtab/17855
13009 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13010 is read after symbols have been re-read.
13011 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13012 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13013
96553a0c
DE
130142015-02-21 Doug Evans <dje@google.com>
13015
13016 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13017
97a0c697
JK
130182015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13019
13020 PR corefiles/17808
13021 * gdb.arch/i386-biarch-core.core.bz2: New file.
13022 * gdb.arch/i386-biarch-core.exp: New file.
13023
a47cd6e9
PA
130242015-02-21 Pedro Alves <palves@redhat.com>
13025
13026 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13027 runto_main fails.
13028
c5facdc4
PA
130292015-02-20 Pedro Alves <palves@redhat.com>
13030
13031 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13032 info probes.
13033
2db9a427
PA
130342015-02-20 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13037
60fb7e9e
PA
130382015-02-20 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13041 clean_restart before gdb_target_supports_trace.
13042
5c5019c2
PA
130432015-02-20 Pedro Alves <palves@redhat.com>
13044
13045 PR threads/18006
13046 * gdb.threads/clone-thread_db.c: New file.
13047 * gdb.threads/clone-thread_db.exp: New file.
13048
c9587f88
AT
130492015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13050
13051 PR breakpoints/16812
13052 * gdb.base/catch-gdb-caused-signals.c: New file.
13053 * gdb.base/catch-gdb-caused-signals.exp: New file.
13054
f6a88844
JM
130552015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13056
13057 * configure: Regenerated.
13058 * configure.ac: Use GDB_AC_TRANSFORM.
13059 * aclocal.m4: sinclude ../transform.m4.
13060
497c491b
JM
130612015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13062
13063 * lib/dtrace.exp: New file.
13064 * gdb.base/dtrace-probe.exp: Likewise.
13065 * gdb.base/dtrace-probe.d: Likewise.
13066 * gdb.base/dtrace-probe.c: Likewise.
13067 * lib/pdtrace.in: Likewise.
13068 * configure.ac: Output variables with the transformed names of
13069 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13070 * configure: Regenerated.
13071
03e98035
JM
130722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13073
13074 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13075 expected message when trying to access $_probe_* convenience
13076 variables while not on a probe.
13077
63cc30e9
JK
130782015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13079
13080 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13081
0703599a
PA
130822015-02-11 Pedro Alves <pedro@codesourcery.com>
13083
13084 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13085 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13086
7e60a48e
DE
130872015-02-10 Doug Evans <xdje42@gmail.com>
13088
13089 * lib/gdb.exp (gdb_load): Always return a result.
13090
01b088bc
PA
130912015-02-10 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.threads/signal-sigtrap.c: New file.
13094 * gdb.threads/signal-sigtrap.exp: New file.
13095
b05ec7a5
AT
130962015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13097
13098 * gdb.trace/no-attach-trace.c: New file.
13099 * gdb.trace/no-attach-trace.exp: New file.
13100
a2c2acaf
MW
131012015-02-09 Mark Wielaard <mjw@redhat.com>
13102
13103 * gdb.dwarf2/atomic.c: New file.
13104 * gdb.dwarf2/atomic-type.exp: Likewise.
13105
31fd9caa
MM
131062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13107
13108 * gdb.btrace/buffer-size.exp: Update "info record" output.
13109 * gdb.btrace/delta.exp: Update "info record" output.
13110 * gdb.btrace/enable.exp: Update "info record" output.
13111 * gdb.btrace/finish.exp: Update "info record" output.
13112 * gdb.btrace/instruction_history.exp: Update "info record" output.
13113 * gdb.btrace/next.exp: Update "info record" output.
13114 * gdb.btrace/nexti.exp: Update "info record" output.
13115 * gdb.btrace/step.exp: Update "info record" output.
13116 * gdb.btrace/stepi.exp: Update "info record" output.
13117 * gdb.btrace/nohist.exp: Update "info record" output.
13118
d33501a5
MM
131192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13120
13121 * gdb.btrace/buffer-size: New.
13122
f4abbc16
MM
131232015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13124
13125 * gdb.btrace/delta.exp: Update "info record" output.
13126 * gdb.btrace/enable.exp: Update "info record" output.
13127 * gdb.btrace/finish.exp: Update "info record" output.
13128 * gdb.btrace/instruction_history.exp: Update "info record" output.
13129 * gdb.btrace/next.exp: Update "info record" output.
13130 * gdb.btrace/nexti.exp: Update "info record" output.
13131 * gdb.btrace/step.exp: Update "info record" output.
13132 * gdb.btrace/stepi.exp: Update "info record" output.
13133 * gdb.btrace/nohist.exp: Update "info record" output.
13134
b9d61307
SM
131352015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13136
13137 PR gdb/15678
13138 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13139
e584fdbc
PA
131402015-02-06 Pedro Alves <palves@redhat.com>
13141
13142 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13143 macro.
13144 (seconds_left, again): New globals.
13145 (main): Wait seconds_left in a 1-second sleep loop instead of
13146 sleeping 180 seconds. If 'again' is set, reset the seconds
13147 counter.
13148 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13149 'again' in the inferior before detaching. Print the seconds left.
13150 (options): New global.
13151 (top level): Build program with -DTIMEOUT=$timeout.
13152
77f41761
PA
131532015-02-06 Pedro Alves <palves@redhat.com>
13154
13155 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13156 determine how many seconds to pass to 'alarm'.
13157 * gdb.base/gdb-sigterm.exp (top level): Build program with
13158 -DTIMEOUT=$timeout.
13159 (do_test): Return success/failure indication. Add more verbose
13160 logging. Don't fail if 200 single steps are seen. Instead, fail
13161 when the test times out.
13162 (passes): New global.
13163 (top level): Break the testing loop if testing fails on any
13164 iteration. Use gdb_assert.
13165
b9394193
DB
131662015-02-04 Don Breazeal <donb@codesourcery.com>
13167
13168 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13169 and initialize them.
13170 (ipc_cleanup): New function.
13171 (main): Don't declare shmid, semid, and msqid. Add a call to
13172 atexit so that we call ipc_cleanup on exit.
13173
42d9e528
PA
131742015-02-04 Pedro Alves <palves@redhat.com>
13175
13176 * boards/native-extended-gdbserver.exp: Remove any target variant
13177 specifications from the board name before clearing the isremote
13178 flag from board_info.
13179
ae6ae975
DE
131802015-01-31 Doug Evans <xdje42@gmail.com>
13181
13182 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13183
cfb069a8
GB
131842015-01-31 Gary Benson <gbenson@redhat.com>
13185
13186 * gdb.base/completion.exp: Disable completion limiting for
13187 existing tests. Add new tests to check completion limiting.
13188 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13189
5dd31d79
DE
131902015-01-31 Doug Evans <xdje42@gmail.com>
13191
13192 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13193
9f050062
DE
131942015-01-31 Doug Evans <xdje42@gmail.com>
13195
13196 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13197 entries. Duplicate file section script entries.
13198 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13199 inlined entries. Add test for safe-path rejection.
13200 * gdb.python/py-section-script.c: Add duplicate inlined section script
13201 entries. Duplicate file section script entries.
13202 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13203 inlined entries. Add test for safe-path rejection.
13204
df25ebbd
JB
132052015-01-29 Joel Brobecker <brobecker@adacore.com>
13206
13207 * gdb.ada/disc_arr_bound: New testcase.
13208
4a0ca9ec
JB
132092015-01-29 Joel Brobecker <brobecker@adacore.com>
13210
13211 * gdb.ada/mi_var_array: New testcase.
13212
3a8b707a
DE
132132015-01-27 Doug Evans <dje@google.com>
13214
13215 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13216 Add test for objfile.filename, objfile.username after objfile
13217 has been unloaded.
13218
f8313f6e
JB
132192015-01-26 Joel Brobecker <brobecker@adacore.com>
13220
13221 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13222 the second test to print the name attribute of value
13223 returned by the call to gdb.lookup_type, and adjust
13224 the expected output accordingly.
13225
37bc665e
MW
132262015-01-25 Mark Wielaard <mjw@redhat.com>
13227
13228 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13229 * gdb.base/disp-step-fork.c: Include unistd.h.
13230 * gdb.base/siginfo-obj.c: Include stdio.h.
13231 * gdb.base/siginfo-thread.c: Likewise.
13232 * gdb.mi/non-stop.c: Include unistd.h.
13233 * gdb.mi/nsthrexec.c: Include stdio.h.
13234 * gdb.mi/pthreads.c: Include unistd.h.
13235 * gdb.modula2/unbounded1.c (main): Declare returns int.
13236 * gdb.reverse/consecutive-reverse.c: Likewise.
13237 * gdb.threads/create-fail.c: Include unistd.h.
13238 * gdb.threads/killed.c: Likewise.
13239 * gdb.threads/linux-dp.c: Likewise.
13240 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13241 * gdb.threads/non-ldr-exc-2.c: Likewise.
13242 * gdb.threads/non-ldr-exc-3.c: Likewise.
13243 * gdb.threads/non-ldr-exc-4.c: Likewise.
13244 * gdb.threads/pthreads.c: Include unistd.h.
13245 (main): Declare returns int.
13246 * gdb.threads/tls-main.c (foo): New declaration.
13247 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13248
f7e5394d
SM
132492015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13250
13251 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13252 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13253
743649fd
MW
132542015-01-15 Mark Wielaard <mjw@redhat.com>
13255
13256 * gdb.base/noreturn-return.c: New file.
13257 * gdb.base/noreturn-return.exp: New file.
13258 * gdb.base/noreturn-finish.c: New file.
13259 * gdb.base/noreturn-finish.exp: New file.
13260
198297aa
PA
132612015-01-23 Pedro Alves <palves@redhat.com>
13262
13263 * gdb.threads/continue-pending-after-query.c: New file.
13264 * gdb.threads/continue-pending-after-query.exp: New file.
13265
717cf30c
AG
132662015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13267 Simon Marchi <simon.marchi@ericsson.com>
13268
13269 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13270 * gdb.base/valgrind-db-attach.exp: Same.
13271 * gdb.base/valgrind-infcall.exp: Same.
13272 * lib/mi-support.exp (default_mi_gdb_start): Same.
13273 * lib/prompt.exp (default_prompt_gdb_start): Same.
13274 * lib/gdb.exp (default_gdb_spawn): Same.
13275 (gdb_interact): New.
13276
13277
4b62a76e
JK
132782015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13279
13280 * gdb.compile/compile.exp (pointer to jit function): New test.
13281
b4cdae6f
WW
132822015-01-17 Wei-cheng Wang <cole945@gmail.com>
13283
13284 * lib/gdb.exp (supports_process_record): Return true for
13285 powerpc*-*-linux*.
13286 (supports_reverse): Likewise.
13287
d221e7ef
DB
132882015-01-15 Don Breazeal <donb@codesourcery.com>
13289
13290 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13291 instead of checking whether the target board is remote and
13292 use spawn_wait_for_attach instead of exec/sleep.
13293 * gdb.base/attach-twice.exp: Likewise.
13294
bafffb51
JB
132952015-01-15 Joel Brobecker <brobecker@adacore.com>
13296
13297 * gdb.ada/var_arr_attrs: New testcase.
13298
5589af0e
PA
132992015-01-14 Pedro Alves <palves@redhat.com>
13300 Joel Brobecker <brobecker@adacore.com>
13301
13302 PR gdb/17525
13303 * gdb.base/bp-cmds-execution-x-script.c: New file.
13304 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13305 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13306
6c400b59
PA
133072015-01-14 Pedro Alves <palves@redhat.com>
13308
13309 PR cli/17828
13310 * gdb.base/batch-preserve-term-settings.c: New file.
13311 * gdb.base/batch-preserve-term-settings.exp: New file.
13312
e02c96a7
DE
133132015-01-13 Doug Evans <dje@google.com>
13314
13315 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13316 binary.
13317
576fd14c
JB
133182015-01-13 Joel Brobecker <brobecker@adacore.com>
13319
13320 * Makefile.in (clean mostlyclean): Do not delete *.py.
13321
04dccad0
JB
133222015-01-13 Joel Brobecker <brobecker@adacore.com>
13323
13324 * gdb.python/py-lookup-type.exp: New file.
13325
3d230f71
PA
133262015-01-12 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13329 restore GDBFLAGS before returning.
13330
7e67715d
JK
133312015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13332
13333 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13334 is_amd64_regs_target and is_x86_like_target.
13335
f2e0d4b4
DE
133362015-01-11 Doug Evans <xdje42@gmail.com>
13337
13338 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13339 is given without an explicit form.
13340 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13341 attributes.
13342 * gdb.dwarf/corrupt.exp: Ditto.
13343 * gdb.dwarf2/enum-type.exp: Ditto.
13344 * gdb.trace/entry-values.exp: Ditto.
13345 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13346
439250fb
DE
133472015-01-11 Doug Evans <xdje42@gmail.com>
13348
13349 PR gdb/15830
13350 * gdb.base/maint.exp: Remove references to "maint demangle".
13351 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13352 Add tests for explicitly specifying language to demangle.
13353 * gdb.dlang/demangle.exp: Ditto.
13354
ede9f622
PA
133552015-01-09 Pedro Alves <palves@redhat.com>
13356
13357 * gdb.threads/non-stop-fair-events.c: New file.
13358 * gdb.threads/non-stop-fair-events.exp: New file.
13359
a7b796db
PA
133602015-01-09 Pedro Alves <palves@redhat.com>
13361
13362 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13363 the global scope. Set a breakpoint after all threads are started
13364 rather than stepping over two source lines. Expect the prompt.
13365 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13366 global.
13367 (NUM): Now 15.
13368 (main): Use threads_started_barrier to wait for all threads to
13369 start. Main thread no longer calls thread_function. Exit after
13370 180 seconds.
13371 (loop): New function.
13372 (thread_function): Wait on threads_started_barrier barrier. Call
13373 'loop' at each iteration.
13374 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13375 threads have started, instead of hardcoding number of "next"
13376 steps. Use an access watchpoint instead of a write watchpoint.
13377
9665ffdd
PA
133782015-01-09 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13381 (thread_func): Wait on barrier.
13382 (main): Wait for all threads to start before stopping GDB.
13383 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13384 global.
13385 (thread1_func, thread2_func): Wait on barrier.
13386 (main): Wait for all threads to start before stopping GDB.
13387 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13388 New global.
13389 (thread1_func, thread2_func): Wait on barrier.
13390 (main): Wait for all threads to start before stopping GDB.
13391
c945a99f
PA
133922015-01-09 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.threads/attach-many-short-lived-threads.c: New file.
13395 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13396
c1a747c1
PA
133972014-01-09 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13400 instead of to thread 2.
13401 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13402 Add barrier around each pthread_create call instead of around all
13403 calls.
13404 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13405 Set a break on thread_function and have the child threads hit it
13406 one at at a time.
13407
60b3033e
PA
134082015-01-09 Pedro Alves <palves@redhat.com>
13409
13410 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13411 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13412 false.
13413 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13414 checking whether the target board is remote.
13415 * gdb.multi/multi-attach.exp: Likewise.
13416 * gdb.python/py-sync-interp.exp: Likewise.
13417 * gdb.server/ext-attach.exp: Likewise.
13418 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13419 tests that need to attach, instead of checking whether the target
13420 board is remote at the top of the file.
13421
acc018ac
YQ
134222015-01-08 Yao Qi <yao@codesourcery.com>
13423
13424 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13425
50a18af8
JK
134262015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13427
13428 Fix testcase compilation.
13429 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13430
8503d6e1
JB
134312015-01-06 Joel Brobecker <brobecker@adacore.com>
13432
13433 * gdb.python/py-type.exp: Add a couple test about empty
13434 array creation, and negative-length array creation.
13435
cc73dbcc
DE
134362015-01-02 Doug Evans <xdje42@gmail.com>
13437
13438 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13439
0300bbc7
DE
134402015-01-02 Doug Evans <dje@google.com>
13441
13442 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13443
9d85a0ec
YQ
134442014-12-29 Yao Qi <yao@codesourcery.com>
13445
13446 * gdb.trace/entry-values.exp: Update comments. Rename variable
13447 bar_call_foo to returned_from_foo.
13448
87186c6a
MMN
134492014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13450
13451 PR gdb/17394
13452 * gdb.linespec/break-asm-file.c: New file.
13453 * gdb.linespec/break-asm-file.exp: New file.
13454 * gdb.linespec/break-asm-file0.s: New file.
13455 * gdb.linespec/break-asm-file1.s: New file.
13456
1bab7383
YQ
134572014-12-18 Nigel Stephens <nigel@mips.com>
13458 Maciej W. Rozycki <macro@codesourcery.com>
13459
13460 * gdb.base/float.exp: Handle the new output from "info float" on
13461 MIPS targets.
13462
1bc1068a
JK
134632014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13464
13465 Fix MinGW compilation.
13466 * gdb.compile/compile-ops.exp: Update untested message if
13467 !skip_compile_feature_tests.
13468 * gdb.compile/compile-setjmp.exp: Likewise.
13469 * gdb.compile/compile-tls.exp: Likewise.
13470 * gdb.compile/compile.exp: Likewise.
13471 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13472 supported on this host".
13473
b6615d10
DE
134742014-12-16 Doug Evans <xdje42@gmail.com>
13475
13476 * boards/stabs.exp: New file.
13477
25dda427
AA
134782014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13479
13480 * gdb.base/completion.exp: Adjust to format changes of "maint
13481 print user-registers".
13482
bf330350
CU
134832014-12-16 Catalin Udma <catalin.udma@freescale.com>
13484
13485 PR server/17457
13486 * gdb.arch/aarch64-fp.c: New file.
13487 * gdb.arch/aarch64-fp.exp: New file.
13488
395cf596
SDJ
134892014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13490
13491 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13492 r210637, r210913, r211666, r215400, r215817).
13493
13494 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13495 * dg-extract-results.py: New file.
13496 * dg-extract-results.sh: Use it if the environment seems
13497 suitable.
13498
13499 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13500
13501 * dg-extract-results.py (parse_run): Handle warnings that
13502 are printed before a test harness is run.
13503
13504 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13505
13506 * dg-extract-results.py (Named): Remove __cmp__ method.
13507 (output_variation): Use a key to sort variation.harnesses.
13508
13509 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13510
13511 * dg-extract-results.py: For Python 3, force sys.stdout to
13512 handle surrogate escape sequences.
13513 (safe_open): New function.
13514 (output_segment, main): Use it.
13515
13516 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13517
13518 * dg-extract-results.py (Prog.result_re): Include options
13519 in test name.
13520
13521 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13522
13523 * dg-extract-results.py (output_variation): Always sort if
13524 do_sum.
13525
e882ef3c
SM
135262014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13527
13528 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13529 as long as we get pagination notifications.
13530
4992aa20
JM
135312014-12-15 Jason Merrill <jason@redhat.com>
13532
13533 * Makefile.in (check-gdb.%): Restore.
13534 * README: Mention it.
13535
c1b5a1a6
JB
135362014-12-13 Joel Brobecker <brobecker@adacore.com>
13537
13538 * gdb.ada/str_uninit: New testcase.
13539
5537b577
JK
135402014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13541
13542 PR symtab/17642
13543 * gdb.base/vla-stub-define.c: New file.
13544 * gdb.base/vla-stub.c: New file.
13545 * gdb.base/vla-stub.exp: New file.
13546
bb2ec1b3
TT
135472014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13548 Jan Kratochvil <jan.kratochvil@redhat.com>
13549 Tom Tromey <tromey@redhat.com>
13550
13551 * configure.ac: Add gdb.compile/.
13552 * configure: Regenerate.
13553 * gdb.compile/Makefile.in: New file.
13554 * gdb.compile/compile-ops.exp: New file.
13555 * gdb.compile/compile-ops.c: New file.
13556 * gdb.compile/compile-tls.c: New file.
13557 * gdb.compile/compile-tls.exp: New file.
13558 * gdb.compile/compile-constvar.S: New file.
13559 * gdb.compile/compile-constvar.c: New file.
13560 * gdb.compile/compile-mod.c: New file.
13561 * gdb.compile/compile-nodebug.c: New file.
13562 * gdb.compile/compile-setjmp-mod.c: New file.
13563 * gdb.compile/compile-setjmp.c: New file.
13564 * gdb.compile/compile-setjmp.exp: New file.
13565 * gdb.compile/compile-shlib.c: New file.
13566 * gdb.compile/compile.c: New file.
13567 * gdb.compile/compile.exp: New file.
13568 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13569
4ff709eb
TT
135702014-12-12 Tom Tromey <tromey@redhat.com>
13571
13572 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13573 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13574
6dddd6a5
DE
135752014-12-12 Doug Evans <dje@google.com>
13576
13577 * lib/gdb-python.exp (get_python_valueof): New function.
13578 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13579
71c24708
AA
135802014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13581
13582 * gdb.base/completion.exp: Add test for completion of "info
13583 registers ".
13584
3e29f34a
MR
135852014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13586
13587 * gdb.base/func-ptrs.c: New file.
13588 * gdb.base/func-ptrs.exp: New file.
13589
fc126975
SM
135902014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13591
13592 PR breakpoints/17012
13593 * gdb.base/dprintf-detach.c: New file.
13594 * gdb.base/dprintf-detach.exp: New file.
13595
0a46d518
SM
135962014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13597
13598 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13599 * lib/gdb.exp (target_is_gdbserver): New procedure.
13600
a0be3e44
DE
136012014-12-08 Doug Evans <dje@google.com>
13602
13603 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13604
df1b803a
YQ
136052014-12-05 Yao Qi <yao@codesourcery.com>
13606
13607 * gdb.guile/scm-error.exp: Remove the third argument to
13608 gdb_remote_download.
13609 * gdb.guile/scm-frame-args.exp: Likewise.
13610 * gdb.guile/scm-section-script.exp: Likewise.
13611
ddb9f679
YQ
136122014-12-05 Yao Qi <yao@codesourcery.com>
13613
13614 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13615
86e4ed39
DE
136162014-12-04 Doug Evans <dje@google.com>
13617
13618 * gdb.python/py-objfile.exp: Add tests for
13619 objfile.add_separate_debug_file.
13620
7c50a931
DE
136212014-12-04 Doug Evans <dje@google.com>
13622
13623 * lib/gdb.exp (get_build_id): New function.
13624 (build_id_debug_filename_get): Rewrite to use it.
13625 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13626
621661e3
MR
136272014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13628
13629 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13630 `method(long)', not just 0x0.
13631 * gdb.cp/nsalias.exp: Align code labels to 4.
13632 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13633 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13634 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13635 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13636 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13637 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13638
29f0c3b7
DE
136392014-12-02 Doug Evans <dje@google.com>
13640
e1e061e7 13641 PR symtab/17602
29f0c3b7 13642 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13643 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13644 * gdb.cp/anon-ns.exp: Update.
13645
162078c8
NB
136462014-12-02 Nick Bull <nicholaspbull@gmail.com>
13647
13648 * gdb.python/py-events.py (inferior_call_handler): New.
13649 (register_changed_handler, memory_changed_handler): New.
13650 (test_events.invoke): Register new handlers.
13651 * gdb.python/py-events.exp: Add tests for inferior call,
13652 memory_changed and register_changed events.
13653
fdb09caf
AA
136542014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13655
13656 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13657 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13658 if the linker doesn't understand this.
13659
55cfb2c4
SM
136602014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13661
13662 * gdb.python/python.exp: Change expected reply to help().
13663
9e8cd6df
YQ
136642014-12-01 Yao Qi <yao@codesourcery.com>
13665
13666 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13667 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13668 * configure: Re-generated.
13669
6c659fc2
SC
136702014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13671
13672 * gdb.cp/chained-calls.cc: New file.
13673 * gdb.cp/chained-calls.exp: New file.
13674 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13675
d7fc3181
SM
136762014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13677
13678 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13679 * gdb.dwarf2/symtab-producer.exp: Same.
13680 * gdb.gdb/python-interrupts.exp: Same.
13681 * gdb.gdb/python-selftest.exp: Same.
13682 * gdb.python/py-linetable.exp: Same.
13683 * gdb.python/py-type.exp: Same.
13684 * gdb.python/py-value-cc.exp: Same.
13685 * gdb.python/py-value.exp: Same.
13686
10e79639
YQ
136872014-11-28 Yao Qi <yao@codesourcery.com>
13688
13689 * gdb.base/break-probes.exp: Match library name prefixed with
13690 sysroot.
13691
f28a0564
SM
136922014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13693
13694 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13695 test expected output. Add parentheses for the call to print.
13696 Remove L suffix from integers.
13697
3fe1ce1d
DE
136982014-11-26 Doug Evans <dje@google.com>
13699
13700 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13701
84429e27
YQ
137022014-11-22 Yao Qi <yao@codesourcery.com>
13703
13704 * gdb.trace/entry-values.c: Remove asms.
13705 (foo): Add foo_label.
13706 (bar): Add bar_label.
13707 * gdb.trace/entry-values.exp: Remove code computing foo's
13708 length and bar's length.
13709 (Dwarf::assemble): Invoke function_range for bar and use
13710 MACRO_AT_func for foo.
13711
26741859
YQ
137122014-11-22 Yao Qi <yao@codesourcery.com>
13713
13714 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13715 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13716 Use .Lgcc43_procstart instead of gcc43.
13717
45e44d27
JB
137182014-11-21 Joel Brobecker <brobecker@adacore.com>
13719
13720 * gdb.ada/n_arr_bound: New testcase.
13721
458c8db8
SDJ
137222014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13723
13724 PR breakpoints/10737
13725 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13726 test_catch_syscall_multi_arch.
13727 (test_catch_syscall_multi_arch): New function.
13728
43f3e411
DE
137292014-11-20 Doug Evans <xdje42@gmail.com>
13730
13731 * gdb.base/maint.exp: Update expected output.
13732
0d7b2549
AA
137332014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13734
13735 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13736 4-byte instruction on S390.
13737
8908fca5
JB
137382014-11-19 Joel Brobecker <brobecker@adacore.com>
13739
13740 * gdb.ada/arr_arr: New testcase.
13741
4a46959e
JB
137422014-11-19 Joel Brobecker <brobecker@adacore.com>
13743
13744 * gdb.ada/pkd_arr_elem: New Testcase.
13745
470e2f4e
LM
137462014-11-18 Luis Machado <lgustavo@codesourcery.com>
13747
13748 * gdb.reverse/break-precsave: Expect completion message for
13749 core file reads.
13750 * gdb.reverse/consecutive-precsave.exp: Likewise.
13751 * gdb.reverse/finish-precsave.exp: Likewise.
13752 * gdb.reverse/i386-precsave.exp: Likewise.
13753 * gdb.reverse/machinestate-precsave.exp: Likewise.
13754 * gdb.reverse/sigall-precsave.exp: Likewise.
13755 * gdb.reverse/solib-precsave.exp: Likewise.
13756 * gdb.reverse/step-precsave.exp: Likewise.
13757 * gdb.reverse/until-precsave.exp: Likewise.
13758 * gdb.reverse/watch-precsave.exp: Likewise.
13759
a267f3ad
AA
137602014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13761
13762 * gdb.base/bp-permanent.c: Include unistd.h.
13763 * gdb.python/py-framefilter-mi.c (main): Add return type.
13764 * gdb.python/py-framefilter.c (main): Likewise.
13765 * gdb.trace/actions-changed.c (main): Likewise.
13766
12084a9a
AA
137672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13768
13769 * gdb.mi/until.c: Add eye-catchers.
13770 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13771 line numbers.
13772
dc7e1a77
AA
137732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13774
13775 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13776 function header variants in break1.c.
13777 * gdb.base/ena-dis-br.exp: Likewise.
13778 * gdb.base/hbreak2.exp: Likewise.
13779 * gdb.reverse/until-precsave.exp: Drop references to removed
13780 non-prototype function header variants in ur1.c.
13781 * gdb.reverse/until-reverse.exp: Likewise.
13782
41c77605
PM
137832014-11-17 Petr Machata <pmachata@redhat.com>
13784
13785 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13786 ${_cu_offset_size} bytes abbrev offset.
13787
34248c3a
DE
137882014-11-15 Doug Evans <xdje42@gmail.com>
13789
13790 PR symtab/17559
13791 * gdb.base/line-symtabs.exp: New file.
13792 * gdb.base/line-symtabs.c: New file.
13793 * gdb.base/line-symtabs.h: New file.
13794
646da059
YQ
137952014-11-14 Yao Qi <yao@codesourcery.com>
13796
13797 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13798 (func): Add label func_label.
13799 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13800 Replace low_pc and high_pc with MACRO_AT_range.
13801 Replace name, low_pc and high_pc with MACRO_AT_func.
13802
9301ebe6
YQ
138032014-11-14 Yao Qi <yao@codesourcery.com>
13804
13805 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13806 Replace name, low_pc and high_pc with MACRO_AT_func.
13807
f166b542
YQ
138082014-11-14 Yao Qi <yao@codesourcery.com>
13809
13810 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13811 produce debug information.
13812 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13813
0f6e71e3
YQ
138142014-11-14 Yao Qi <yao@codesourcery.com>
13815
13816 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13817 object and get function length.
13818 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13819 with MACRO_AT_func.
13820 (top-level): Replace gdb_compile and clean_restart with
13821 prepare_for_testing.
13822 * gdb.dwarf2/main.c (main): Add label main_label.
13823
876c4df9
YQ
138242014-11-14 Yao Qi <yao@codesourcery.com>
13825
13826 * lib/dwarf.exp (function_range): New procedure.
13827 (Dwarf::_handle_macro_at_func): New procedure.
13828 (Dwarf::_handle_macro_at_range): New procedure.
13829 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13830
02ad9cf1
YQ
138312014-11-14 Yao Qi <yao@codesourcery.com>
13832
13833 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13834 (_handle_attribute): New procedure.
13835
a59add0c
AA
138362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13837
13838 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13839 * gdb.base/call-sc.c (zed): Likewise.
13840 * gdb.base/checkpoint.c (main): Likewise.
13841 * gdb.base/dump.c (main): Likewise.
13842 * gdb.base/gcore.c (main): Likewise.
13843 * gdb.base/huge.c (main): Likewise.
13844 * gdb.base/multi-forks.c (main): Likewise.
13845 * gdb.base/pr10179-a.c (main): Likewise.
13846 * gdb.base/savedregs.c (main): Likewise.
13847 * gdb.base/sigaltstack.c (main): Likewise.
13848 * gdb.base/siginfo.c (main): Likewise.
13849 * gdb.base/structs.c (zed): Likewise.
13850 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13851 * gdb.mi/mi-syn-frame.c (main): Likewise.
13852 * gdb.mi/until.c (foo, main): Likewise.
13853 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13854 * gdb.base/solib-weak.c (foo): Declare.
13855 * gdb.base/attach-twice.c: Include stdio.h.
13856 * gdb.base/weaklib1.c: Likewise.
13857 * gdb.base/weaklib2.c: Likewise.
13858 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13859 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13860 unistd.h.
13861 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13862 * gdb.mi/mi-exit-code.c: Likewise.
13863 * gdb.base/break-interp-lib.c: Include string.h.
13864 * gdb.base/coremaker.c: Likewise.
13865 * gdb.base/testenv.c: Likewise.
13866 * gdb.python/py-finish-breakpoint.c: Likewise.
13867 * gdb.base/inferior-died.c: Include sys/wait.h.
13868 * gdb.base/fileio.c: Include time.h.
13869 * gdb.base/async-shell.c: Include unistd.h.
13870 * gdb.base/dprintf-non-stop.c: Likewise.
13871 * gdb.base/info-os.c: Likewise.
13872 * gdb.mi/mi-console.c: Likewise.
13873 * gdb.mi/watch-nonstop.c: Likewise.
13874 * gdb.python/py-events.c: Likewise.
13875 * gdb.base/async.c (baz): Move up before its invocation.
13876 * gdb.base/code_elim2.c (my_global_func): Likewise.
13877 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13878 * gdb.base/advance.c (func2): Likewise.
13879
3b5d5997
AA
138802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13881
13882 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13883 variant.
13884 * gdb.base/annota3.c: Likewise.
13885 * gdb.base/async.c: Likewise.
13886 * gdb.base/average.c: Likewise.
13887 * gdb.base/call-ar-st.c: Likewise.
13888 * gdb.base/call-rt-st.c: Likewise.
13889 * gdb.base/call-sc.c: Likewise.
13890 * gdb.base/call-strs.c: Likewise.
13891 * gdb.base/ending-run.c: Likewise.
13892 * gdb.base/execd-prog.c: Likewise.
13893 * gdb.base/exprs.c: Likewise.
13894 * gdb.base/foll-exec.c: Likewise.
13895 * gdb.base/foll-fork.c: Likewise.
13896 * gdb.base/foll-vfork.c: Likewise.
13897 * gdb.base/funcargs.c: Likewise.
13898 * gdb.base/gcore.c: Likewise.
13899 * gdb.base/jump.c: Likewise.
13900 * gdb.base/langs0.c: Likewise.
13901 * gdb.base/langs1.c: Likewise.
13902 * gdb.base/langs2.c: Likewise.
13903 * gdb.base/mips_pro.c: Likewise.
13904 * gdb.base/nodebug.c: Likewise.
13905 * gdb.base/opaque0.c: Likewise.
13906 * gdb.base/opaque1.c: Likewise.
13907 * gdb.base/recurse.c: Likewise.
13908 * gdb.base/run.c: Likewise.
13909 * gdb.base/scope0.c: Likewise.
13910 * gdb.base/scope1.c: Likewise.
13911 * gdb.base/setshow.c: Likewise.
13912 * gdb.base/setvar.c: Likewise.
13913 * gdb.base/shmain.c: Likewise.
13914 * gdb.base/shr1.c: Likewise.
13915 * gdb.base/shr2.c: Likewise.
13916 * gdb.base/sigall.c: Likewise.
13917 * gdb.base/signals.c: Likewise.
13918 * gdb.base/so-indr-cl.c: Likewise.
13919 * gdb.base/solib2.c: Likewise.
13920 * gdb.base/structs.c: Likewise.
13921 * gdb.base/sum.c: Likewise.
13922 * gdb.base/vforked-prog.c: Likewise.
13923 * gdb.base/watchpoint.c: Likewise.
13924 * gdb.reverse/shr2.c: Likewise.
13925 * gdb.reverse/until-reverse.c: Likewise.
13926 * gdb.reverse/ur1.c: Likewise.
13927 * gdb.reverse/watch-reverse.c: Likewise.
13928
066a77c5
AA
139292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13930
13931 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13932 variant.
13933 * gdb.base/sepdebug.exp: Drop references to removed code.
13934
4f204ea5
AA
139352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13936
13937 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13938 variant. Preserve original line numbering.
13939 * gdb.base/list1.c: Likewise.
13940
3b377a3a
AA
139412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13942
13943 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13944 variant.
13945 * gdb.base/break1.c: Likewise.
13946 * gdb.base/break.exp: Drop references to removed code.
13947
e444df73
AA
139482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13949
13950 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13951 variant.
13952
8008f2a7
AA
139532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13954
13955 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13956
a5a06887
AA
139572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13958
13959 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13960 logic into perform_all_tests() and invoke it with and without
13961 function header prototypes.
13962 (do_function_calls): Remove conditional XFAIL for PR 5318.
13963 (rerun_and_prepare): Remove duplicate code.
13964 (perform_all_tests): New. Main logic moved here.
13965
44dba9b9
AA
139662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13967
13968 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13969 code guarded by #ifdef NO_PROTOTYPES.
13970 (t_double_many_args): Likewise.
13971 (DEF_FUNC_MANY_ARGS_1): Likewise.
13972 (DEF_FUNC_VALUES_1): Likewise.
13973 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13974 guarded by #ifdef PROTOTYPES.
13975
d1fbcd56
AA
139762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13977
13978 * gdb.mi/mi-console.c: Add eye-catcher.
13979 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13980 instead of literal line number.
13981
b0e59b8f
AA
139822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13983
13984 * gdb.base/shr2.c: Add eye-catcher.
13985 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13986 line number.
13987
78f98cca
AA
139882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13989
13990 * gdb.base/jump.c: Add eye-catchers.
13991 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13992 numbers.
13993
58fa2af0
AA
139942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13995
13996 * gdb.base/execd-prog.c: Add eye-catchers.
13997 * gdb.base/foll-exec.c: Likewise.
13998 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13999 line numbers.
14000
04e5059b
AA
140012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14002
14003 * gdb.base/ending-run.c: Add eye-catchers.
14004 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14005 literal line numbers.
14006
dbfdb174
AA
140072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14008
14009 * gdb.base/call-rt-st.c: Add eye-catchers.
14010 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14011 literal line numbers.
14012
888a2ade
AA
140132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14014
14015 * gdb.base/call-ar-st.c: Add eye-catchers.
14016 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14017 literal line numbers.
14018
6acc2dde
AA
140192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14020
14021 * gdb.base/average.c: Add eye-catchers.
14022 * gdb.base/sum.c: Likewise.
14023 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14024 regexps dynamically.
14025
9ecfcd1d
AA
140262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14027
14028 * gdb.base/solib1.c: Add eye-catchers.
14029 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14030 literal line numbers.
14031
78708b7c
PA
140322014-11-12 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14035 leader has exited.
14036
af48d08f
PA
140372014-11-12 Pedro Alves <palves@redhat.com>
14038
14039 * gdb.arch/i386-bp_permanent.c: New file.
14040 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14041 (srcfile): Set to i386-bp_permanent.c.
14042 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14043 that stepi does not execute the 'leave' instruction, instead of
14044 testing it does execute.
14045 * gdb.base/bp-permanent.c: New file.
14046 * gdb.base/bp-permanent.exp: New file.
14047
af3768e9
DE
140482014-11-10 Doug Evans <xdje42@gmail.com>
14049
14050 PR symtab/17564
14051 * gdb.base/symtab-search-order.exp: New file.
14052 * gdb.base/symtab-search-order.c: New file.
14053 * gdb.base/symtab-search-order-1.c: New file.
14054 * gdb.base/symtab-search-order-shlib-1.c: New file.
14055
9de00a4a
PA
140562014-11-07 Pedro Alves <palves@redhat.com>
14057
14058 PR gdb/17511
14059 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14060 i?86-*-linux*.
14061
e0f52461
SC
140622014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14063
14064 PR c++/17494
14065 * gdb.cp/pr17494.cc: New file.
14066 * gdb.cp/pr17494.exp: New file.
14067
6ce8c980
YQ
140682014-11-02 Yao Qi <yao@codesourcery.com>
14069
14070 * gdb.python/python.exp: Get working directory and match the
14071 output of "set extended-prompt \\w " with it.
14072
02be9a71
DE
140732014-10-30 Doug Evans <dje@google.com>
14074
14075 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14076 in objfiles.
14077 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14078 in progspaces.
14079
3bdff46b
LM
140802014-10-30 Janis Johnson <janisjo@codesourcery.com>
14081
14082 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14083 * gdb.base/realname-expand.exp: Likewise.
14084 * gdb.linespec/macro-relative.exp: Likewise.
14085
ab917dfb
PA
140862014-10-29 Pedro Alves <palves@redhat.com>
14087
14088 PR gdb/17408
14089 * gdb.threads/schedlock.c (some_function): New function.
14090 (call_function): New global.
14091 (MAYBE_CALL_SOME_FUNCTION): New macro.
14092 (thread_function): Call it.
14093 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14094 and use it instead of a global counter. Adjust all callers.
14095 (get_current_thread): Use "find current thread" for test message
14096 here rather than having all callers pass down the same string.
14097 (goto_loop): New procedure, factored out from ...
14098 (my_continue): ... this.
14099 (step_ten_loops): Change parameter from test message to command to
14100 use. Adjust.
14101 (list_count): Delete global.
14102 (check_result): New procedure, factored out from duplicate top
14103 level code.
14104 (continue tests): Wrap in with_test_prefix.
14105 (test_step): New procedure, factored out from duplicate top level
14106 code.
14107 (top level): Test "step" in combination with all scheduler-locking
14108 modes. Test "next" in combination with all scheduler-locking
14109 modes, and in combination with stepping over a function call or
14110 not.
14111 * gdb.threads/next-bp-other-thread.c: New file.
14112 * gdb.threads/next-bp-other-thread.exp: New file.
14113
d3d4baed
PA
141142014-10-29 Pedro Alves <palves@redhat.com>
14115
14116 PR python/17372
14117 * gdb.python/python.exp: Test a multi-line command that spawns
14118 interactive Python.
14119 * gdb.base/multi-line-starts-subshell.exp: New file.
14120
563e8d85
YQ
141212014-10-29 Yao Qi <yao@codesourcery.com>
14122
14123 * gdb.base/fileio.exp: Make directories on host.
14124
0ea4d52e
YQ
141252014-10-29 Yao Qi <yao@codesourcery.com>
14126
14127 * gdb.base/fileio.c (test_write): Close the file.
14128
7f5ef605
PA
141292014-10-28 Pedro Alves <palves@redhat.com>
14130
14131 PR gdb/12623
14132 * gdb.base/sigstep.c (no_handler): New global.
14133 (main): If 'no_handler is true, set the signal handlers to
14134 SIG_IGN.
14135 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14136 with_sw_watch and no_handler parameters. Handle them.
14137 (top level) <stepping over handler when stopped at a breakpoint
14138 test>: Add a test axis for testing with a software watchpoint, and
14139 another for testing with the signal handler set to SIG_IGN.
14140 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14141 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14142
abbdbd03
PA
141432014-10-28 Pedro Alves <palves@redhat.com>
14144
14145 PR gdb/17511
14146 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14147 * gdb.base/sigstep.exp (other_handler_location): New global.
14148 (advance): Support stepping into the signal handler, and running
14149 commands while in the handler.
14150 (in_handler_map): New global.
14151 (top level): In the advance test, add combinations for getting
14152 into the handler with stepping commands, and for running commands
14153 in the handler. Add comment descripting the advancei tests.
14154
1df4399f
PA
141552014-10-28 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.base/sigstep.exp: Use build_executable instead of
14158 prepare_for_testing.
14159 (top level): Move code that starts GDB, runs to main and creates a
14160 display to ...
14161 (restart): ... this new procedure.
14162 (top level): Move backtrace from signal handler test to ...
14163 (validate_backtrace): ... this new procedure.
14164 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14165 with_test_prefix. Always restart GDB.
14166 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14167 with_test_prefix. Always restart GDB. No need to delete
14168 breakpoints after the test.
14169 (test_skip_handler): Remove prefix parameter.
14170 (skip_over_handler, breakpoint_to_handler)
14171 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14172 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14173 restart GDB. No need to delete breakpoints after the test.
14174 (top level): Use foreach to call the test procedures with
14175 different commands.
14176
a5b6e449
PA
141772014-10-28 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14180 instead of GNATS numbers.
14181 * gdb.base/sigbpt.exp: Likewise.
14182 * gdb.base/siginfo.exp: Likewise.
14183 * gdb.base/sigstep.exp: Likewise.
14184
e5f8a7cc
PA
141852014-10-27 Pedro Alves <palves@redhat.com>
14186
14187 * gdb.base/sigstep.c (dummy): New global.
14188 (main): Issue a couple writes to the new global.
14189 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14190 procedures.
14191 (skip_over_handler): Use test_skip_handler.
14192 (top level): Call skip_over_handler for stepi and nexti too.
14193 (breakpoint_over_handler): Use test_skip_handler.
14194 (top level): Call breakpoint_over_handler for stepi and nexti too.
14195
763905a3
YQ
141962014-10-27 Yao Qi <yao@codesourcery.com>
14197
14198 * gdb.trace/tfile.c (adjust_function_address)
14199 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14200 function descriptor.
14201
6f259a23
DB
142022014-10-24 Don Breazeal <donb@codesourcery.com>
14203
14204 * gdb.base/foll-fork.exp (test_follow_fork,
14205 catch_fork_child_follow): Check for updated fork messages emitted
14206 from infrun.c.
14207 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14208 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14209 vfork_and_exec_child_follow_through_step): Check for updated vfork
14210 messages emitted from infrun.c.
14211
09dd9a69
PA
142122014-10-24 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.base/corefile.exp: Remove references to ultrix.
14215 * gdb.base/interrupt.exp: Likewise.
14216 * gdb.base/whatis.exp: Likewise.
14217 * gdb.gdb/selftest.exp: Likewise.
14218 * gdb.threads/manythreads.exp: Likewise.
14219 * gdb.threads/print-threads.exp: Likewise.
14220 * gdb.threads/pthreads.exp:: Likewise.
14221 * gdb.threads/schedlock.exp: Likewise.
14222
3433cfa5
SC
142232014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14224
14225 * gdb.cp/non-trivial-retval.cc: Add a test case.
14226 * gdb.cp/non-trivial-retval.exp: Add a test.
14227
092f880b
YQ
142282014-10-20 Yao Qi <yao@codesourcery.com>
14229
14230 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14231 * gdb.python/py-objfile-script-gdb.py: New file.
14232 * gdb.python/py-objfile-script.exp: Update reference to
14233 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14234 of remote_download. Remove the dest file.
14235
acbdb7f3
YQ
142362014-10-20 Yao Qi <yao@codesourcery.com>
14237
14238 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14239 * gdb.base/step-line.exp: Likewise.
14240 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14241 * gdb.dwarf2/dw2-basic.exp: Likewise.
14242 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14243 * gdb.dwarf2/dw2-filename.exp: Likewise.
14244 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14245 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14246 * gdb.dwarf2/dw2-producer.exp: Likewise.
14247 * gdb.dwarf2/mac-fileno.exp: Likewise.
14248 * gdb.python/py-frame-args.exp: Likewise.
14249 * gdb.python/py-framefilter.exp: Likewise.
14250 * gdb.python/py-mi.exp: Likewise.
14251 * gdb.python/py-objfile-script.exp: Likewise
14252 * gdb.python/py-pp-integral.exp: Likewise.
14253 * gdb.python/py-pp-re-notag.exp: Likewise.
14254 * gdb.python/py-prettyprint.exp: Likewise.
14255 * gdb.python/py-section-script.exp: Likewise.
14256 * gdb.python/py-typeprint.exp: Likewise.
14257 * gdb.python/py-xmethods.exp: Likewise.
14258 * gdb.stabs/weird.exp: Likewise.
14259 * gdb.xml/tdesc-regs.exp: Likewise.
14260
bd286a29
KCY
142612014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14262
14263 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14264 (out_cu): Use addr_len for the size of addresses.
14265 (out_line): Likewise. Size DW_LNE_set_address instruction
14266 according to addr_len.
14267 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14268 (FUNC): Add START_INSNS to definition.
14269
673dc4a0
YQ
142702014-10-18 Yao Qi <yao@codesourcery.com>
14271
14272 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14273 gdb_has_argv0 return true.
14274 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14275 check [target_info exists noargs], check [gdb_has_argv0]
14276 instead.
14277 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14278 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14279 procedures.
14280
4ffbba72
DE
142812014-10-17 Doug Evans <dje@google.com>
14282
14283 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14284 event.
14285 * gdb.python/py-events.py: Add clear_objfiles event.
14286
d096d8c1
DE
142872014-10-17 Doug Evans <dje@google.com>
14288
14289 * gdb.python/py-objfile.exp: Test progspace attribute.
14290
a80db015
LM
142912014-10-17 Luis Machado <lgustavo@codesourcery.com>
14292
14293 * gdb.guile/scm-breakpoint.exp: Do not assume any
14294 directory separators when matching source file paths.
14295 * gdb.python/py-breakpoint.exp: Likewise.
14296 * gdb.reverse/break-precsave.exp: Likewise.
14297 * gdb.reverse/break-reverse.exp: Likewise.
14298 * gdb.reverse/consecutive-precsave.exp: Likewise.
14299 * gdb.reverse/finish-precsave.exp: Likewise.
14300 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14301 * gdb.reverse/finish-reverse.exp: Likewise.
14302 * gdb.reverse/i386-precsave.exp: Likewise.
14303 * gdb.reverse/i387-env-reverse.exp: Likewise.
14304 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14305 * gdb.reverse/machinestate-precsave.exp: Likewise.
14306 * gdb.reverse/machinestate.exp: Likewise.
14307 * gdb.reverse/sigall-precsave.exp: Likewise.
14308 * gdb.reverse/solib-precsave.exp: Likewise.
14309 * gdb.reverse/step-precsave.exp: Likewise.
14310 * gdb.reverse/until-precsave.exp: Likewise.
14311 * gdb.reverse/watch-precsave.exp: Likewise.
14312 * gdb.reverse/watch-reverse.exp: Likewise.
14313
b22089ab
YQ
143142014-10-17 Yao Qi <yao@codesourcery.com>
14315
14316 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14317 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14318
6c4486e6
PA
143192014-10-17 Pedro Alves <palves@redhat.com>
14320
14321 PR gdb/17471
14322 * gdb.base/bg-execution-repeat.c: New file.
14323 * gdb.base/bg-execution-repeat.exp: New file.
14324
0ff33695
PA
143252014-10-17 Pedro Alves <palves@redhat.com>
14326
14327 PR gdb/17300
14328 * gdb.base/continue-all-already-running.c: New file.
14329 * gdb.base/continue-all-already-running.exp: New file.
14330
6fdebc3d
PA
143312014-10-17 Pedro Alves <palves@redhat.com>
14332
14333 PR gdb/17472
14334 * gdb.base/annota-input-while-running.c: New file.
14335 * gdb.base/annota-input-while-running.exp: New file.
14336
32a8097b
PA
143372014-10-17 Pedro Alves <palves@redhat.com>
14338
14339 * gdb.base/callfuncs.exp: emove references to osf.
14340 * gdb.base/sigall.exp: Likewise.
14341 * gdb.gdb/selftest.exp: Likewise.
14342 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14343 * gdb.mi/non-stop.c: Likewise.
14344 * gdb.mi/pthreads.c: Likewise.
14345 * gdb.reverse/sigall-precsave.exp: Likewise.
14346 * gdb.reverse/sigall-reverse.exp: Likewise.
14347 * gdb.threads/pthreads.c: Likewise.
14348 * gdb.threads/pthreads.exp: Likewise.
14349
7a3517ff
YQ
143502014-10-17 Yao Qi <yao@codesourcery.com>
14351
14352 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14353 check 'target_info exists noargs'.
14354 (test_command_prompt_position): Likewise.
14355 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14356 Remove "set args".
14357 (progvar_simple_while_test): Likewise.
14358 (progvar_complex_if_while_test): Likewise.
14359 (if_while_breakpoint_command_test): Likewise.
14360 (infrun_breakpoint_command_test): Likewise.
14361 (breakpoint_command_test): Likewise.
14362 (watchpoint_command_test): Likewise.
14363 (bp_deleted_in_command_test): Likewise.
14364 (temporary_breakpoint_commands): Likewise.
14365
bb99c472
YQ
143662014-10-16 Yao Qi <yao@codesourcery.com>
14367
14368 * gdb.base/remotetimeout.exp: Remove noargs checking.
14369
7c16b83e
PA
143702014-10-15 Pedro Alves <palves@redhat.com>
14371
14372 PR breakpoints/9649
14373 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14374 * gdb.base/breakpoint-in-ro-region.exp
14375 (probe_target_hardware_step): New procedure.
14376 (top level): Probe hardware stepping and hardware breakpoint
14377 support. Test stepping through a read-only region, with both
14378 "breakpoint auto-hw" on and off and both "always-inserted" on and
14379 off.
14380
35a49624
IB
143812014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14382
14383 * gdb.dlang/demangle.exp: Update for demangling changes.
14384
2d1c107c
SC
143852014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14386
14387 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14388 * gdb.cp/non-trivial-retval.exp: Add new tests.
14389
778811d5
SC
143902014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14391
14392 PR c++/13403
14393 PR c++/15154
14394 * gdb.cp/non-trivial-retval.cc: New file.
14395 * gdb.cp/non-trivial-retval.exp: New file.
14396
10c5f0a8
YQ
143972014-10-15 Yao Qi <yao@codesourcery.com>
14398
14399 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14400 remote host.
14401
65d7b369
YQ
144022014-10-15 Yao Qi <yao@codesourcery.com>
14403
14404 * gdb.python/py-symbol.exp: Match file base name if host is
14405 remote, otherwise match file name with dir name.
14406 * gdb.python/py-symtab.exp: Likewise.
14407 * gdb.python/python.exp: Likewise.
14408
46dc1394
YQ
144092014-10-15 Yao Qi <yao@codesourcery.com>
14410
14411 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14412 pattern.
14413 * gdb.python/py-symtab.exp: Likewise.
14414 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14415 locationn.
14416
c40cc657
JB
144172014-10-14 Joel Brobecker <brobecker@adacore.com>
14418
14419 * gdb.ada/addr_arith: New testcase.
14420
2abf49e1
MR
144212014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14422
14423 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14424 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14425 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14426 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14427
f7088df3
SDJ
144282014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14429
14430 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14431 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14432 * gdb.arch/stap-eval-lang-ada.exp: New file.
14433
4dc06805
YQ
144342014-10-14 Yao Qi <yao@codesourcery.com>
14435
14436 * gdb.mi/mi-var-child.c (nothing1): New function.
14437 (nothing2): New function.
14438 (do_children_tests): Set function pointers by nothing1 and
14439 nothing2.
14440 * gdb.mi/mi-var-child.exp: Step over new added statements.
14441 Update test to match the new output.
14442 * gdb.mi/var-cmd.c (nothing1): New function.
14443 (nothing2): New function.
14444 (do_children_tests): Set function pointers by nothing1 and
14445 nothing2.
14446 * gdb.mi/mi-var-display.exp: Update test to match output.
14447 Step to the line specified by $line_dct_nothing.
14448 Increase the number of lines to step.
14449
46a93de2
YQ
144502014-10-14 Yao Qi <yao@codesourcery.com>
14451
14452 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14453 tests.
14454 * gdb.mi/mi2-var-child.exp: Likewise.
14455
14ea52ee
DE
144562014-10-13 Doug Evans <dje@google.com>
14457
14458 * gdb.python/py-objfile.exp: Change name of file name test.
14459
e5c6e92b
DE
144602014-10-13 Doug Evans <dje@google.com>
14461
14462 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14463 from the start of the CU.
14464
c780cc2f
JK
144652014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14466 Yao Qi <yao@codesourcery.com>
14467
14468 Fix "save breakpoints" for "catch" command.
14469 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14470 Remove -nonewline. Match also the added "main" line.
14471
99894e11
JK
144722014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14473
14474 Fix "save breakpoints" for "disable $bpnum" command.
14475 * gdb.base/save-bp.c (main): Add label.
14476 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14477
6e1ac5a3
JK
144782014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14479
14480 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14481
754dd2b0
YQ
144822014-10-11 Yao Qi <yao@codesourcery.com>
14483
14484 * gdb.server/server-kill.exp: Execute command
14485 "set remote trace-status-packet on" before "tstatus".
14486
f90183d7
YQ
144872014-10-11 Yao Qi <yao@codesourcery.com>
14488
14489 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14490 (main): Call getppid.
14491 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14492 and continue to it. Read variable "server_pid".
14493
bf40a607
YQ
144942014-10-11 Yao Qi <yao@codesourcery.com>
14495
14496 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14497
052ca370
YQ
144982014-10-11 Yao Qi <yao@codesourcery.com>
14499
14500 * gdb.threads/thread-find.exp: Don't execute command
14501 "info threads".
14502 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14503 * gdb.threads/linux-dp.exp: Don't check the condition
14504 $threads_created equals to zero.
14505
3831839c
PA
145062014-10-10 Pedro Alves <palves@redhat.com>
14507
14508 * gdb.base/bigcore.exp: Remove references to IRIX.
14509 * gdb.base/funcargs.exp: Likewise.
14510 * gdb.base/interrupt.exp: Likewise.
14511 * gdb.base/mips_pro.exp: Likewise.
14512 * gdb.base/nodebug.exp: Likewise.
14513 * gdb.base/setvar.exp: Likewise.
14514 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14515
8b9a549d
PA
145162014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14517 Pedro Alves <palves@redhat.com>
14518
14519 PR symtab/14466
14520 * gdb.base/vdso-warning.c: New file.
14521 * gdb.base/vdso-warning.exp: New file.
14522
d48ba5e8
DE
145232014-10-02 Doug Evans <dje@google.com>
14524
14525 * gdb.base/structs.c (main): Don't run forever.
14526
2278c276
PA
145272014-10-02 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14530 (top level) <stop threads 1, stop threads 2>: Use it.
14531
b57bacec
PA
145322014-10-02 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.threads/break-while-running.exp (test): Add new
14535 'update_thread_list' argument. Skip "info threads" if false.
14536 (top level): Add new 'update_thread_list' axis.
14537
13fd3ff3
PA
145382014-10-02 Pedro Alves <palves@redhat.com>
14539
14540 PR breakpoints/17431
14541 * gdb.base/execl-update-breakpoints.c: New file.
14542 * gdb.base/execl-update-breakpoints.exp: New file.
14543
0fec99e8
PA
145442014-10-01 Pedro Alves <palves@redhat.com>
14545
14546 * gdb.base/breakpoint-in-ro-region.c: New file.
14547 * gdb.base/breakpoint-in-ro-region.exp: New file.
14548
2ddf4301
SM
145492014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14550
14551 * gdb.mi/mi-exit-code.exp: New file.
14552 * gdb.mi/mi-exit-code.c: New file.
14553
6a5f3f43
YQ
145542014-09-30 Yao Qi <yao@codesourcery.com>
14555
14556 * lib/prelink-support.exp (build_executable_own_libs): Error if
14557 the target isn't native.
14558
345bcc73
YQ
145592014-09-30 Yao Qi <yao@codesourcery.com>
14560
14561 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14562 false.
14563
a25a5a45
PA
145642014-09-22 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.threads/break-while-running.exp: New file.
14567 * gdb.threads/break-while-running.c: New file.
14568
00ba3162
YQ
145692014-09-19 Yao Qi <yao@codesourcery.com>
14570
14571 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14572 Invoke test. Restart GDB with --readnow and invoke test again.
14573
c3b7b696
YQ
145742014-09-19 Yao Qi <yao@codesourcery.com>
14575
14576 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14577 proc set_breakpoint_on_gcd_function. Invoke
14578 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14579 invoke set_breakpoint_on_gcd_function again.
14580
2b4fd423
DE
145812014-09-18 Doug Evans <dje@google.com>
14582
14583 * gdb.dwarf2/symtab-producer.exp: New file.
14584
a5947601
SDJ
145852014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14586
14587 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14588 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14589 * gdb.base/global-var-nested-by-dso.c: Likewise.
14590 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14591
91c19059
SDJ
145922014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14593 Pedro Alves <palves@redhat.com>
14594
14595 * gdb.base/watch-bitfields.exp: Pass string other than test file
14596 name to prepare_for_testing.
14597 (watch): New procedure.
14598 (expect_watchpoint): Use with_test_prefix.
14599 (top level): Factor out tests to ...
14600 (test_watch_location, test_regular_watch): ... these new
14601 procedures, and use with_test_prefix and gdb_continue_to_end.
14602
bb9d5f81
PP
146032014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14604
14605 PR breakpoints/12526
14606 * gdb.base/watch-bitfields.exp: New file.
14607 * gdb.base/watch-bitfields.c: New file.
14608
635856f5
PA
146092014-09-16 Pedro Alves <palves@redhat.com>
14610
14611 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14612 software and hardware addresses, not software address against
14613 itself.
14614
7280ceea
PA
146152014-09-16 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14618 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14619
428b16bd
PA
146202014-09-16 Pedro Alves <palves@redhat.com>
14621
14622 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14623 files.
14624 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14625 "*-*-vxworks*" throughout.
14626 * gdb.base/break.exp: Likewise.
14627 * gdb.base/default.exp: Likewise.
14628 * gdb.base/scope.exp: Likewise.
14629 * gdb.base/sepdebug.exp: Likewise.
14630 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14631 throughout.
14632 * gdb.base/run.c: Likewise.
14633 * gdb.base/sepdebug.c: Likewise.
14634 * gdb.hp/gdb.aCC/run.c: Likewise.
14635 * gdb.reverse/until-reverse.c: Likewise.
14636 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14637
666d413c
YQ
146382014-09-16 Yao Qi <yao@codesourcery.com>
14639
14640 * boards/local-remote-host-native.exp: New file.
14641
57cbd724
DE
146422014-09-14 Doug Evans <xdje42@gmail.com>
14643
14644 * gdb.threads/queue-signal.c (thread_count): New variable.
14645 (thread_count_mutex, thread_count_condvar): New variables.
14646 (incr_thread_count, wait_all_threads_running): New functions.
14647 (main): Wait for all threads to be in their thread functions.
14648
81219e53
DE
146492014-09-13 Doug Evans <xdje42@gmail.com>
14650
14651 * gdb.threads/queue-signal.c: New file.
14652 * gdb.threads/queue-signal.exp: New file.
14653
3714cea7
DE
146542014-09-13 Doug Evans <xdje42@gmail.com>
14655
14656 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14657 be consistent with what default_gdb_init uses.
14658 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14659 the plain text of the prompt. Add some logging printfs.
14660 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14661
fa43b1d7
PA
146622014-09-12 Pedro Alves <palves@redhat.com>
14663
14664 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14665 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14666 * gdb.arch/i386-size-overlap.exp: Likewise.
14667 * gdb.arch/i386-size.exp: Likewise.
14668 * gdb.arch/i386-unwind.exp: Likewise.
14669 * gdb.base/a2-run.exp: Likewise.
14670 * gdb.base/break.exp: Likewise.
14671 * gdb.base/charset.exp: Likewise.
14672 * gdb.base/chng-syms.exp: Likewise.
14673 * gdb.base/commands.exp: Likewise.
14674 * gdb.base/dbx.exp: Likewise.
14675 * gdb.base/find.exp: Likewise.
14676 * gdb.base/funcargs.exp: Likewise.
14677 * gdb.base/jit-simple.exp: Likewise.
14678 * gdb.base/reread.exp: Likewise.
14679 * gdb.base/sepdebug.exp: Likewise.
14680 * gdb.base/step-bt.exp: Likewise.
14681 * gdb.cp/mb-inline.exp: Likewise.
14682 * gdb.cp/mb-templates.exp: Likewise.
14683 * gdb.objc/basicclass.exp: Likewise.
14684 * gdb.threads/killed.exp: Likewise.
14685
9d9bf2df
EBM
146862014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14687
14688 PR tdep/17379
14689 * gdb.arch/powerpc-stackless.S: New file.
14690 * gdb.arch/powerpc-stackless.exp: New file.
14691
1cf2f1b0
JK
146922014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14693
14694 * gdb.base/attach.c: Include unistd.h.
14695 (main): Call alarm. Add label postloop.
14696 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14697 gdb_breakpoint, gdb_continue_to_breakpoint.
14698 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14699
98880d46
PA
147002014-09-11 Pedro Alves <palves@redhat.com>
14701
14702 PR gdb/17347
14703 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14704 * gdb.base/attach.exp (test_command_line_attach_run): New
14705 procedure.
14706 (top level): Call it.
14707
4c92ff2c
PA
147082014-09-11 Pedro Alves <palves@redhat.com>
14709
14710 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14711 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14712 (do_command_attach_tests): Use spawn_wait_for_attach.
14713 * gdb.base/solib-overlap.exp: Likewise.
14714 * gdb.multi/multi-attach.exp: Likewise.
14715 * gdb.python/py-prompt.exp: Likewise.
14716 * gdb.python/py-sync-interp.exp: Likewise.
14717 * gdb.server/ext-attach.exp: Likewise.
14718
3adc1a7d
GKB
147192014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14720
14721 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14722 command in testcase. Simplify testcase.
14723
96334934
JB
147242014-09-10 Joel Brobecker <brobecker@adacore.com>
14725
14726 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14727
eb479039
JB
147282014-09-10 Joel Brobecker <brobecker@adacore.com>
14729
14730 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14731
deede10c
JB
147322014-09-10 Joel Brobecker <brobecker@adacore.com>
14733
14734 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14735
7828a5f5
JB
147362014-09-10 Joel Brobecker <brobecker@adacore.com>
14737
14738 * gdb.dwarf2/dynarr-ptr.c: New file.
14739 * gdb.dwarf2/dynarr-ptr.exp: New file.
14740
33aeebcf
MR
147412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14742
14743 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14744 of 30 rather than hardcoding 120 for a slow test case. Take the
14745 `gdb,timeout' target setting into account for this calculation.
14746 Don't extend the timeout for the test cases that don't need it.
14747
7b415901
MR
147482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14749
14750 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14751 a factor of 2 for a slow test case. Take the `gdb,timeout'
14752 target setting into account for this calculation.
14753 * gdb.reverse/until-precsave.exp: Increase the timeout by
14754 a factor of 15 and 3 respectively rather than adding 120
14755 for a pair of slow test cases. Take the `gdb,timeout'
14756 target setting into account for this calculation.
14757
4a40f85a
MR
147582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14759
14760 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14761 timeout, don't pass one down to gdb_expect.
14762 (gdb_expect): Rework timeout selection.
14763
09635af7
MR
147642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14765
14766 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14767 exception on timeout.
14768 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14769 (gdbserver_start_extended): Catch any `gdbserver_start' error
14770 exceptions.
14771 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14772 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14773 `gdbserver_gdb_load' error exceptions.
14774
2bdd10b7
MR
147752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14776
14777 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14778 120 on waiting for the TCP socket to open.
14779
316935f0
DE
147802014-09-09 Doug Evans <xdje42@gmail.com>
14781
14782 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14783 _caller_matches, _any_caller_is, _any_caller_matches.
14784
83740597
DE
147852014-09-09 Doug Evans <xdje42@gmail.com>
14786
14787 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14788
4c122fc3
YQ
147892014-09-09 Yao Qi <yao@codesourcery.com>
14790
14791 * gdb.mi/mi-var-display.exp: Set print symbol off.
14792
a9f116cb
GKB
147932014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14794
14795 PR gdb/17035
14796 * gdb.base/commands.exp: Add tests to verify user-defined
14797 commands with empty bodies.
14798 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14799 python commands in `show user command`.
14800 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14801 scheme commands in `show user command`.
14802
c75bd3a2
JK
148032014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14804
14805 PR python/17355
14806 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14807 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14808 * gdb.python/py-framefilter-invalidarg.exp: New file.
14809 * gdb.python/py-framefilter-invalidarg.py: New file.
14810
faa42425
DE
148112014-09-06 Doug Evans <xdje42@gmail.com>
14812
14813 PR 15276
14814 * gdb.python/py-caller-is.c: New file.
14815 * gdb.python/py-caller-is.exp: New file.
14816
474ca4f6
SDJ
148172014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14818
14819 PR gdb/17235
14820 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14821 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14822
eb0b0463
SDJ
148232014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14824
14825 PR fortran/17237
14826 * gdb.fortran/print-formatted.exp: New file.
14827 * gdb.fortran/print-formatted.f90: Likewise.
14828
5f3b99cf
SS
148292014-09-03 Sasha Smundak <asmundak@google.com>
14830
14831 * gdb.python/py-frame.exp: Test Frame.read_register.
14832
7d793aa9
SDJ
148332014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14834
14835 PR python/16699
14836 * gdb.python/py-completion.exp: New file.
14837 * gdb.python/py-completion.py: Likewise.
14838
fb0576e9
DE
148392014-08-28 Doug Evans <dje@google.com>
14840
14841 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14842 eax,etc. are live with values set by gdb and thus the compiler can't
14843 use them.
14844 * gdb.arch/i386-pseudo.c (main): Ditto.
14845
ee92b0dd
DE
148462014-08-27 Doug Evans <dje@google.com>
14847
14848 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14849
6649db35
DE
148502014-08-25 Doug Evans <dje@google.com>
14851
14852 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14853 (main): Ditto.
14854
564b7600
DE
148552014-08-25 Doug Evans <dje@google.com>
14856
14857 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14858
3881fb67
YQ
148592014-08-24 Yao Qi <yao@codesourcery.com>
14860
14861 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14862 symbol off.
14863 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14864
a05a36a5
DE
148652014-08-22 Doug Evans <dje@google.com>
14866
14867 PR 17276
14868 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14869 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14870 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14871
7c343b48
YQ
148722014-08-22 Yao Qi <yao@codesourcery.com>
14873
14874 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14875 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14876 * gdb.python/python.exp: Likewise. Use .py file on the host
14877 instead of the build.
14878
22fd09ae
JK
148792014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14880
14881 * gdb.threads/gcore-stale-thread.c: New file.
14882 * gdb.threads/gcore-stale-thread.exp: New file.
14883
a8454a7c
PA
148842014-08-21 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14887 * gdb.base/gcore-relro-pie.exp: Likewise.
14888 * gdb.base/gcore-relro.exp: Likewise.
14889 * gdb.base/gcore.exp: Likewise.
14890 * gdb.base/print-symbol-loading.exp: Likewise.
14891 * gdb.threads/gcore-thread.exp: Likewise.
14892 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14893
2a31c623
PA
148942014-08-20 Pedro Alves <palves@redhat.com>
14895 Jan Kratochvil <jan.kratochvil@redhat.com>
14896
14897 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14898 configure.
14899 (EXPECT): Handle READ1 being set.
14900 (all): Depend on EXTRA_RULES.
14901 (check-read1, expect-read1, read1.so, read1): New rules.
14902 * README (Testsuite Parameters): Document the READ1 make variable.
14903 (Race detection): New section.
14904 * configure: Regenerate.
14905 * configure.ac: If build==host==target, and running under a
14906 GNU/glibc system, add read1 to the extra Makefile rules.
14907 (EXTRA_RULES): AC_SUBST it.
14908 * lib/read1.c: New file.
14909
d36430db
JB
149102014-08-20 Joel Brobecker <brobecker@adacore.com>
14911
14912 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14913 the handling of variables declared as a typedef to an array
14914 which a DW_AT_data_location attribute.
14915
9a0dc9e3
PA
149162014-08-19 Andrew Burgess <aburgess@broadcom.com>
14917 Pedro Alves <palves@redhat.com>
14918
14919 PR symtab/14604
14920 PR symtab/14605
14921 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14922 gdb_test.
14923
0718a8da
PA
149242014-08-19 Pedro Alves <palves@redhat.com>
14925
14926 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14927
13b448cd
YQ
149282014-08-19 Yao Qi <yao@codesourcery.com>
14929
14930 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14931 right line.
14932
1cbf5077
DB
149332014-08-18 David Blaikie <dblaikie@gmail.com>
14934
14935 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14936
bf0fae19
JB
149372014-08-18 Joel Brobecker <brobecker@adacore.com>
14938
14939 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14940 attribute in array range.
14941
3c8c5dcc
JB
149422014-08-18 Joel Brobecker <brobecker@adacore.com>
14943
14944 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14945
e66d4446
SC
149462014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14947
14948 PR c++/17132
14949 * gdb.cp/pr17132.cc: New file.
14950 * gdb.cp/pr17132.exp: New file.
14951
940df408
SC
149522014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14953
14954 * gdb.python/py-xmethods.py (A_getarrayind)
14955 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14956 Use 'print' with function call syntax.
14957 (E_method_matcher.match): Fix tab vs space indentation mixup.
14958
ebcc6c3a
YQ
149592014-08-15 Yao Qi <yao@codesourcery.com>
14960
14961 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14962 false.
14963
775e0f04
YQ
149642014-08-15 Yao Qi <yao@codesourcery.com>
14965
14966 * gdb.cp/casts.exp: Set print symbol off.
14967 * gdb.cp/class2.exp: Likewise.
14968 * gdb.cp/overload.exp: Likewise.
14969 * gdb.cp/templates.exp: Likewise.
14970
d769e349
DE
149712014-08-11 Doug Evans <dje@google.com>
14972
14973 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14974 (test_load_shlib): Update.
14975
20c6f1e1
YQ
149762014-08-09 Yao Qi <yao@codesourcery.com>
14977
14978 * gdb.base/display.exp: Invoke is_address_zero_readable.
14979 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14980 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14981 * gdb.base/hbreak-unmapped.exp: Return if
14982 is_address_zero_readable returns true.
14983 * gdb.base/signest.exp: Likewise.
14984 * gdb.base/signull.exp: Likewise.
14985 * gdb.base/sigbpt.exp: Likewise.
14986 * gdb.guile/scm-disasm.exp: Do the test if
14987 is_address_zero_readable returns false.
14988 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14989 * gdb.python/py-arch.exp: Likewise.
14990 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14991 * lib/gdb.exp (is_address_zero_readable): New proc.
14992
5792e8e3
YQ
149932014-08-09 Yao Qi <yao@codesourcery.com>
14994
14995 PR testsuite/13443
14996 * gdb.mi/mi-var-display.exp: Make test messages unique.
14997
3cecbbbe
TT
149982014-08-04 Tom Tromey <tromey@redhat.com>
14999
15000 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15001 target 0".
15002
00b51ff5
TT
150032014-08-04 Tom Tromey <tromey@redhat.com>
15004
15005 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15006 "target_resume".
15007
6908c509
JB
150082014-08-01 Joel Brobecker <brobecker@adacore.com>
15009
15010 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15011 inner_vla_struct_object_size.
15012 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15013 as xfail.
15014
cc6563d2
PA
150152014-07-30 Pedro Alves <palves@redhat.com>
15016
15017 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15018 comment.
15019
7e09a223
YQ
150202014-07-29 Yao Qi <yao@codesourcery.com>
15021
15022 PR gdb/17206
15023 * gdb.base/until-nodebug.exp: New.
15024
7ebdbe92
DE
150252014-07-28 Doug Evans <xdje42@gmail.com>
15026
15027 PR guile/17203
15028 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15029 previously existing parameter, and previously ambiguously spelled
15030 parameter.
15031
fdb1adc6
WN
150322014-07-28 Will Newton <will.newton@linaro.org>
15033
15034 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15035
186fcde0
DE
150362014-07-26 Ludovic Courtès <ludo@gnu.org>
15037 Doug Evans <xdje42@gmail.com>
15038
15039 PR guile/17146
15040 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15041
70509625
PA
150422014-07-25 Pedro Alves <palves@redhat.com>
15043
15044 * gdb.threads/signal-command-handle-nopass.c: New file.
15045 * gdb.threads/signal-command-handle-nopass.exp: New file.
15046 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15047 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15048 * gdb.threads/signal-delivered-right-thread.c: New file.
15049 * gdb.threads/signal-delivered-right-thread.exp: New file.
15050
c3f814a1
PA
150512014-07-25 Pedro Alves <palves@redhat.com>
15052
15053 * gdb.base/double-prompt-target-event-error.exp
15054 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15055 match.
15056 (cancel_pagination_in_target_event): Rework double prompt
15057 detection.
15058 * gdb.base/paginate-after-ctrl-c-running.exp
15059 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15060 <return>' match.
15061 * gdb.base/paginate-bg-execution.exp
15062 (test_bg_execution_pagination_return)
15063 (test_bg_execution_pagination_cancel): Remove '-notransfer
15064 <return>' matches.
15065 * gdb.base/paginate-execution-startup.exp
15066 (test_fg_execution_pagination_return)
15067 (test_fg_execution_pagination_cancel): Remove '-notransfer
15068 <return>' matches.
15069 * gdb.base/paginate-inferior-exit.exp
15070 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15071 match.
15072 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15073 * lib/gdb.exp (pagination_prompt): Run text through
15074 string_to_regexp.
15075 (gdb_test_multiple): Match $pagination_prompt instead of
15076 "<return>".
15077 (string_to_regexp): Move to lib/gdb-utils.exp.
15078
e214cf6c
JK
150792014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15080
15081 * gdb.arch/amd64-entry-value-paramref.S: New file.
15082 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15083 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15084 * gdb.arch/amd64-optimout-repeat.S: New file.
15085 * gdb.arch/amd64-optimout-repeat.c: New file.
15086 * gdb.arch/amd64-optimout-repeat.exp: New file.
15087
17d0c5c8
JK
150882014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15089
15090 PR gdb/17170
15091 * gdb.base/statistics.exp: New file.
15092
b8b8facf
DE
150932014-07-17 Doug Evans <dje@google.com>
15094
74b49205 15095 PR gdb/17170
b8b8facf
DE
15096 * gdb.base/maint.exp: Update testing of per-command stats.
15097
1b5d0ab3
PA
150982014-07-16 Pedro Alves <palves@redhat.com>
15099
15100 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15101 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15102 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15103 (tfile_write_buf): New functions.
15104 (add_memory_block): Rewrite using the above.
15105 (adjust_function_address): New function.
15106 (FUNCTION_ADDRESS): New macro.
15107 (write_basic_trace_file): Remove short_x local, and use
15108 tfile_write_16. Change type of func_addr local to unsigned long
15109 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15110 here. Cast argument of add_memory_block to char pointer.
15111 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15112 (main): Remove parameters.
15113 * gdb.trace/tfile.exp: Remove nowarnings.
15114
4d974e88
SM
151152014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15116
15117 * gdb.base/debug-expr.exp: Test string evaluation with
15118 "debug expression" on.
15119
41e99568
PA
151202014-07-15 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/reread.exp: Use clean_restart.
15123
487d9753
PL
151242014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15125
15126 * gdb.arch/avr-flash-qualifer.c: New.
15127 * gdb.arch/avr-flash-qualifer.exp: New.
15128
cc1c52ad
PA
151292014-07-14 Pedro Alves <palves@redhat.com>
15130
15131 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15132 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15133
1e973570
PA
151342014-07-14 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.base/double-prompt-target-event-error.c: New file.
15137 * gdb.base/double-prompt-target-event-error.exp: New file.
15138
93d6eb10
PA
151392014-07-14 Pedro Alves <palves@redhat.com>
15140
15141 PR gdb/17072
15142 * gdb.base/paginate-inferior-exit.c: New file.
15143 * gdb.base/paginate-inferior-exit.exp: New file.
15144
0017922d
PA
151452014-07-14 Pedro Alves <palves@redhat.com>
15146
15147 PR gdb/17072
15148 * gdb.base/paginate-bg-execution.c: New file.
15149 * gdb.base/paginate-bg-execution.exp: New file.
15150
94696ad3
PA
151512014-07-14 Pedro Alves <palves@redhat.com>
15152
15153 PR gdb/17072
15154 * gdb.base/paginate-execution-startup.c: New file.
15155 * gdb.base/paginate-execution-startup.exp: New file.
15156 * lib/gdb.exp (pagination_prompt): New global.
15157 (default_gdb_spawn): New procedure, factored out from
15158 default_gdb_spawn.
15159 (default_gdb_start): Adjust to call default_gdb_spawn.
15160 (gdb_spawn): New procedure.
15161
bd293940
PA
151622014-07-14 Pedro Alves <palves@redhat.com>
15163
15164 * lib/gdb.exp (gdb_assert): New procedure.
15165 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15166
c933f875
PA
151672014-07-14 Pedro Alves <palves@redhat.com>
15168
15169 * gdb.base/execution-termios.c: New file.
15170 * gdb.base/execution-termios.exp: New file.
15171
d98b7a16
TT
151722014-07-14 Tom Tromey <tromey@redhat.com>
15173
15174 * gdb.cp/vla-cxx.cc: New file.
15175 * gdb.cp/vla-cxx.exp: New file.
15176
548740d6
TT
151772014-07-14 Tom Tromey <tromey@redhat.com>
15178
15179 * gdb.reverse/rerun-prec.c: New file.
15180 * gdb.reverse/rerun-prec.exp: New file.
15181
a25eb028
MR
151822014-07-12 Maciej W. Rozycki <macro@mips.com>
15183 Maciej W. Rozycki <macro@codesourcery.com>
15184
15185 * lib/gdb-utils.exp: New file.
15186 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15187 inline `gdb_init_command' processing.
15188 (gdb_start_cmd): Likewise.
15189 * lib/mi-support.exp (mi_run_cmd): Likewise.
15190 * README: Document `gdb_init_command' and `gdb_init_commands'.
15191
218c2655
JK
151922014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15193
15194 Fix false FAIL running under a very long directory name.
15195 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15196 and "set print elements 10000". Twice.
15197
5401fde3
YQ
151982014-07-11 Yao Qi <yao@codesourcery.com>
15199
15200 * gdb.base/exprs.exp: "set print symbol off".
15201
e76126e8
PA
152022014-07-11 Pedro Alves <palves@redhat.com>
15203
15204 * gdb.threads/kill.c: New file.
15205 * gdb.threads/kill.exp: New file.
15206
2d6f0de6
YQ
152072014-07-10 Yao Qi <yao@codesourcery.com>
15208
15209 * gdb.trace/tfile.c (write_basic_trace_file)
15210 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15211 address written to trace file.
15212
7180e04a
PA
152132014-07-09 Pedro Alves <palves@redhat.com>
15214
15215 * gdb.base/attach-wait-input.exp: New file.
15216 * gdb.base/attach-wait-input.c: New file.
15217
9a9a7608
AB
152182014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15219
15220 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15221 setting up test structures.
15222 (main): Call new test function.
15223 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15224 test function, continue into test function and walk test
15225 structures.
15226
161ac41e
YQ
152272014-07-02 Yao Qi <yao@codesourcery.com>
15228
15229 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15230 'bar_start' at the beginning of functions 'foo' and 'bar'
15231 respectively.
15232 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15233 instead of 'foo' and 'bar'.
15234
1f267ae3
MM
152352014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15236
15237 * gdb.btrace/segv.exp: New.
15238 * gdb.btrace/segv.c: New.
15239
2b239efb
LM
152402014-07-02 Luis Machado <lgustavo@codesourcery.com>
15241
15242 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15243 instruction.
15244
cf363f18
MW
152452014-06-30 Mark Wielaard <mjw@redhat.com>
15246
15247 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15248 vulture, vilify, villar): New volatile array constants.
15249 (vindictive, vegetation): New const volatile array constants.
15250 * gdb.base/volatile.exp: Test volatile and const volatile array
15251 types.
15252
aebf9d24
AA
152532014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15254
15255 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15256 target lacks support for awatch, rwatch, or hbreak.
15257
b67a2c6f
YQ
152582014-06-27 Yao Qi <yao@codesourcery.com>
15259
15260 * gdb.multi/dummy-frame-restore.exp: New.
15261 * gdb.multi/dummy-frame-restore.c: New.
15262
aef92902
MM
152632014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15264
15265 * gdb.btrace/gcore.exp: New.
15266
8e9db26e
PA
152672014-06-23 Pedro Alves <palves@redhat.com>
15268
15269 * gdb.base/watchpoint-reuse-slot.c: New file.
15270 * gdb.base/watchpoint-reuse-slot.exp: New file.
15271
70afc5b7
SC
152722014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15273
15274 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15275 progspace's filename in 'info', 'enable' and 'disable' command
15276 tests.
15277
b972bd9c
JK
152782014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15279
15280 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15281 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15282 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15283
125f8a3d
GB
152842014-06-20 Gary Benson <gbenson@redhat.com>
15285
15286 * gdb.arch/i386-avx.exp: Fix include file location.
15287 * gdb.arch/i386-sse.exp: Likewise.
15288
3ed9baed
IB
152892014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15290
15291 * gdb.dlang/expression.exp: New file.
15292
034f788c
PA
152932014-06-19 Pedro Alves <palves@redhat.com>
15294
15295 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15296 out from ...
15297 (top level): ... here. Iterate running tests under different
15298 scheduler-locking settings.
15299
45371d0c
LM
153002014-06-18 Luis Machado <lgustavo@codesourcery.com>
15301
15302 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15303 to DW_FORM_addr and use non-zero addresses.
15304
5d376983
SC
153052014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15306
15307 PR gdb/17017
15308 * gdb.python/py-xmethods.cc: Add global function call counters and
15309 increment them in their respective functions. Remove "cout"
15310 statements.
15311 * gdb.python/py-xmethods.exp: Make tests check the global function
15312 call counters instead of depending on inferior IO.
15313
a1aa2221
LM
153142014-06-18 Don Breazeal <donb@codesourcery.com>
15315
15316 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15317 Deleted procedure.
15318 (explicit_fork_parent_follow): Deleted procedure.
15319 (explicit_fork_child_follow): Deleted procedure.
15320 (test_follow_fork): New procedure.
15321 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15322 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15323 procedure calls.
15324
0fc05997
YQ
153252014-06-17 Yao Qi <yao@codesourcery.com>
15326
15327 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15328 CP1252.
15329
70795c52
LM
153302014-06-17 Luis Machado <lgustavo@codesourcery.com>
15331
15332 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15333 Initialize ptr and S explicitly.
15334 (skip_type_update_when_not_use_rtti_test): Likewise.
15335
6be47f0c
KS
153362014-06-16 Keith Seitz <keiths@redhat.com>
15337
15338 PR mi/15863
15339 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15340 the inferior is started.
15341
d03de421
PA
153422014-06-16 Pedro Alves <palves@redhat.com>
15343
15344 * gdb.base/break-main-file-remove-fail.c: New file.
15345 * gdb.base/break-main-file-remove-fail.exp: New file.
15346 * gdb.base/break-unload-file.exp: Use build_executable instead of
15347 prepare_for_testing.
15348 (test_break): New parameter "initial_load". Handle it.
15349 (top level): Add initial_load cmdline/file axis.
15350
f9579b99
TT
153512014-06-12 Tom Tromey <tromey@redhat.com>
15352
15353 * gdb.base/completion.exp: Don't use directory name in test.
15354
3657956b
GB
153552014-06-09 Gary Benson <gbenson@redhat.com>
15356
15357 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15358 separate the always-available ANSI-standard signals from the
15359 signals that require checking.
15360 (main): Likewise.
15361 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15362 Likewise.
15363 (main): Likewise.
15364
4186eb54
KS
153652014-06-07 Keith Seitz <keiths@redhat.com>
15366
15367 Revert:
15368 PR c++/16253
15369 * gdb.cp/var-tag.cc: New file.
15370 * gdb.cp/var-tag.exp: New file.
15371 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15372 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15373 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15374 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15375
25326a28 153762014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15377
15378 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15379
829155c9
PA
153802014-06-06 Pedro Alves <palves@redhat.com>
15381
15382 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15383 in target debug output instead of looking at RSP packets,
15384 disabling the test on any target that uses hardware stepping.
15385 Update comments.
15386
61c8d22e
PA
153872014-06-06 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.base/break-unload-file.exp: Fix typo.
15390
d9a47287
YQ
153912014-06-06 Yao Qi <yao@codesourcery.com>
15392
15393 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15394 from "jit_function" to "^jit_function".
15395
e5e01dbf
YQ
153962014-06-06 Yao Qi <yao@codesourcery.com>
15397
15398 * gdb.base/async.c (foo): Add one statement.
15399 * gdb.base/async.exp: Get the next instruction address and
15400 match the output of "nexti" by instruction address. Match
15401 the hex address in the output of "finish".
15402
73ba372c
GB
154032014-06-06 Gary Benson <gbenson@redhat.com>
15404
15405 * gdb.base/call-signals.c: Remove preprocessor conditionals
15406 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15407 SIGSEGV and SIGTERM.
15408 * gdb.base/sigall.c: Likewise.
15409 * gdb.base/unwindonsignal.c: Likewise.
15410 * gdb.reverse/sigall-reverse.c: Likewise.
15411
831517df
YQ
154122014-06-06 Yao Qi <yao@codesourcery.com>
15413
15414 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15415 readable, skip the test.
15416
b8b91e98
YQ
154172014-06-06 Yao Qi <yao@codesourcery.com>
15418
15419 * gdb.threads/staticthreads.c (thread_function): Move the line
15420 setting breakpoint on forward.
15421 * gdb.threads/staticthreads.exp: Update comments.
15422
fb934770
LC
154232014-06-05 Ludovic Courtès <ludo@gnu.org>
15424
15425 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15426 "history-append! type error".
15427
6ef284bd
SM
154282014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15429
15430 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15431 erroneous dprintf expected input.
15432
a872e241
DE
154332014-06-04 Doug Evans <xdje42@gmail.com>
15434
15435 * gdb.guile/scm-generics.exp: Delete.
15436
16f691fb
DE
154372014-06-04 Doug Evans <xdje42@gmail.com>
15438
15439 * gdb.guile/scm-breakpoint.exp: Update.
15440 Add tests for breakpoint registration.
15441
012370f6
TT
154422014-06-04 Tom Tromey <tromey@redhat.com>
15443
15444 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15445 VLA-in-union.
15446 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15447 inner_vla_struct, vla_union types. Initialize objects of those
15448 types and compute their sizes.
15449
9f5a4cef
HZ
154502014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15451 Hui Zhu <hui@codesourcery.com>
15452
15453 * gdb.base/fileio.exp: Add test for shell not available as well as
15454 available.
15455 * gdb.base/fileio.c (test_system): Check for shell twice.
15456
90a45c4d
YQ
154572014-06-04 Yao Qi <yao@codesourcery.com>
15458
15459 * gdb.base/auto-connect-native-target.exp: Remove redundant
15460 space from the regexp pattern.
15461
70017e41
YQ
154622014-06-04 Yao Qi <yao@codesourcery.com>
15463
15464 * gdb.base/default.exp: Replace "child" with "native" in
15465 regexp pattern.
15466
883964a7
SC
154672014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15468
15469 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15470 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15471 * gdb.python/py-xmethods.py: Python script supporting the
15472 new testcase and tests.
15473
ef370185
JB
154742014-06-03 Joel Brobecker <brobecker@adacore.com>
15475 Pedro Alves <palves@redhat.com>
15476
15477 PR breakpoints/17000
15478 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15479 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15480
1e2ccb61
BM
154812014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15482
15483 * gdb.base/subst.exp: Add tests to verify partial path matching
15484 output.
15485
c6ec5ab2
PA
154862014-06-03 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15489 target that doesn't use software single-stepping.
15490
835c559f
PA
154912014-06-03 Pedro Alves <palves@redhat.com>
15492
15493 PR breakpoints/17000
15494 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15495 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15496
06eb1586
DE
154972014-06-02 Doug Evans <xdje42@gmail.com>
15498
15499 * gdb.guile/scm-parameter.exp: New file.
15500
e698b8c4
DE
155012014-06-02 Doug Evans <xdje42@gmail.com>
15502
15503 * gdb.guile/scm-cmd.c: New file.
15504 * gdb.guile/scm-cmd.exp: New file.
15505
ded03782
DE
155062014-06-02 Doug Evans <xdje42@gmail.com>
15507
15508 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15509 pretty-printer lookup.
15510 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15511 (make-pp_s-printer): Call it.
15512 (make-pretty-printer-from-dict): New function.
15513 (lookup-pretty-printer-maker-from-dict): New function.
15514 (*pretty-printer*): Simplify.
15515 (make-objfile-pp_s-printer): New function.
15516 (install-objfile-pretty-printers!): New function.
15517 (make-progspace-pp_s-printer): New function.
15518 (install-progspace-pretty-printers!): New function.
15519 * gdb.guile/scm-progspace.c: New file.
15520 * gdb.guile/scm-progspace.exp: New file.
15521
41fac0cf
PA
155222014-06-02 Pedro Alves <palves@redhat.com>
15523
15524 * gdb.base/dprintf-bp-same-addr.c: New file.
15525 * gdb.base/dprintf-bp-same-addr.exp: New file.
15526
96ae5695
EBM
155272014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15528
15529 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15530 * gdb.arch/powerpc-power.s: Likewise.
15531
da02b3a8
JB
155322014-06-02 Joel Brobecker <brobecker@adacore.com>
15533
15534 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15535
c72b2e7b
YQ
155362014-06-01 Yao Qi <yao@codesourcery.com>
15537
15538 * gdb.base/watchpoint.exp (test_watch_location): Check null
15539 pointer can be dereferenced. If not, do the test, otherwise
15540 skip it.
15541
53e8a631
AB
155422014-05-30 Andrew Burgess <aburgess@broadcom.com>
15543
15544 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15545 results.
15546 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15547
938f0e2f
AB
155482014-05-30 Andrew Burgess <aburgess@broadcom.com>
15549
15550 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15551 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15552 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15553 * gdb.arch/amd64-invalid-stack-top.c: New file.
15554 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15555
9ba6657a
PA
155562014-05-30 Pedro Alves <palves@redhat.com>
15557
15558 PR breakpoints/17000
15559 * gdb.base/sss-bp-on-user-bp.c: New file.
15560 * gdb.base/sss-bp-on-user-bp.exp: New file.
15561
522c09bf
DB
155622014-05-30 David Blaikie <dblaikie@gmail.com>
15563
15564 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15565 gnu_inline semantics via attribute.
15566 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15567 source explicitly specifies the required semantics.
15568
bf4ef81e
MR
155692014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15570
15571 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15572
329ea579
PA
155732014-05-29 Pedro Alves <palves@redhat.com>
15574 Tom Tromey <tromey@redhat.com>
15575
15576 * gdb.base/async-shell.exp: Don't enable target-async.
15577 * gdb.base/async.exp
15578 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15579 parameter. Adjust.
15580 (top level): Don't test with "target-async".
15581 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15582 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15583 * gdb.base/inferior-died.exp: Don't enable target-async.
15584 * gdb.base/interrupt-noterm.exp: Likewise.
15585 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15586 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15587 * gdb.mi/mi-nonstop.exp: Likewise.
15588 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15589 * gdb.mi/mi-nsintrall.exp: Likewise.
15590 * gdb.mi/mi-nsmoribund.exp: Likewise.
15591 * gdb.mi/mi-nsthrexec.exp: Likewise.
15592 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15593 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15594 * gdb.python/py-evsignal.exp: Don't enable target-async.
15595 * gdb.python/py-evthreads.exp: Likewise.
15596 * gdb.python/py-prompt.exp: Likewise.
15597 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15598 * gdb.server/solib-list.exp: Don't enable target-async.
15599 * gdb.threads/thread-specific-bp.exp: Likewise.
15600 * lib/mi-support.exp: Adjust to use mi-async.
15601
fd664c91
PA
156022014-05-29 Pedro Alves <palves@redhat.com>
15603
15604 PR gdb/13860
15605 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15606 reason, even in sync mode.
15607
251bde03
PA
156082014-05-29 Pedro Alves <palves@redhat.com>
15609 Hui Zhu <hui@codesourcery.com>
15610
15611 PR PR15693
15612 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15613 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15614 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15615 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15616
7f3c0343
JB
156172014-05-28 Joel Brobecker <brobecker@adacore.com>
15618
15619 * config/monitor.exp (gdb_target_monitor): Replace use of
15620 "set remotebaud" by "set serial baud".
15621
b2715b27
AW
156222014-05-26 Andy Wingo <wingo@igalia.com>
15623
15624 * gdb.guile/scm-breakpoint.exp:
15625 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15626 properties instead of gdb-object-properties.
15627
498a4489
YQ
156282014-05-26 Yao Qi <yao@codesourcery.com>
15629
15630 * gdb.server/no-thread-db.exp: Specify source file name
15631 explicitly when setting a breakpoint.
15632
589fdceb
MM
156332014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15634
15635 * gdb.btrace/vdso.c: New.
15636 * gdb.btrace/vdso.exp: New.
15637
e9089e05
MM
156382014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15639
15640 * gdb.base/gcore.exp (capture_command_output): Move ...
15641 * lib/gdb.exp (capture_command_output): ... here.
15642
67b5c0c1
MM
156432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15644
15645 * gdb.btrace/data.exp: Test memory access during btrace replay.
15646
a2199296
SM
156472014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15648
15649 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15650
17b2616c
PA
156512014-05-21 Pedro Alves <palves@redhat.com>
15652
15653 PR gdb/13860
15654 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15655 (top level): Test that output related to execution commands is
15656 sent to the console with CLI commands, but not with MI commands.
15657 Test that breakpoint events are always mirrored to the console.
15658 Also expect the new source line to be output after a "next" in
15659 async mode too. Make it a pass/fail test.
15660 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15661 output.
15662 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15663
5166082f
PA
156642014-05-21 Pedro Alves <palves@redhat.com>
15665
15666 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15667 Use them to test variations of "list" after reaching a breakpoint.
15668 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15669 Test "list" with listsize 10 after reaching a breakpoint.
15670 * gdb.python/python.exp (decode_line current location line
15671 number): Adjust expected line number.
15672
2f25d70f
SM
156732014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15674
15675 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15676 behavior for $args, pass it directly to "run".
15677
ff604a67
MR
156782014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15679
15680 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15681 30000 to 65536.
15682
6a3cb8e8
PA
156832014-05-21 Pedro Alves <palves@redhat.com>
15684
15685 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15686 auto-connect-native-target off".
15687 * gdb.base/auto-connect-native-target.c: New file.
15688 * gdb.base/auto-connect-native-target.exp: New file.
15689
4ebfc96e
PA
156902014-05-21 Pedro Alves <palves@redhat.com>
15691
15692 * gdb.base/default.exp: Test "target native" instead of "target
15693 child".
15694
36d46afb
MW
156952014-05-21 Mark Wielaard <mjw@redhat.com>
15696
15697 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15698
5876f503
JK
156992014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15700
15701 Fix TLS access for -static -pthread.
15702 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15703 <HAVE_TLS> (thread_function, main): Initialize it.
15704 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15705 Add clean_restart.
15706 <$have_tls != "">: Check TLSVAR.
15707
0256a6ac
PA
157082014-05-21 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.base/dcache-line-read-error.c: New.
15711 * gdb.base/dcache-line-read-error.exp: New.
15712
936d2992
PA
157132014-05-20 Pedro Alves <palves@redhat.com>
15714
15715 * gdb.base/compare-sections.c: New file.
15716 * gdb.base/compare-sections.exp: New file.
15717
802e8e6d
PA
157182014-05-20 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.base/break-idempotent.c: New file.
15721 * gdb.base/break-idempotent.exp: New file.
15722
e59fa00f
MM
157232014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15724
15725 * gdb.btrace/nohist.exp: New.
15726
8b696e31
YQ
157272014-05-20 Yao Qi <yao@codesourcery.com>
15728
15729 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15730 gdb.reverse directory and gdb_reverse_timeout exists in board
15731 setting.
15732 * README: Document gdb_reverse_timeout.
15733
73c9764f
YQ
157342014-05-20 Yao Qi <yao@codesourcery.com>
15735
15736 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15737 'test_file_name'. Treat args as a string instead of a list.
15738 (gdb_init): Rename argument 'args' by 'test_file_name'.
15739
f1f4348a
JK
157402014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15741
15742 * gdb.arch/powerpc-power.exp: New file.
15743 * gdb.arch/powerpc-power.s: New file.
15744
0dbe70ce
DE
157452014-05-16 Doug Evans <dje@google.com>
15746
15747 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15748 * gdb.base/completion.exp: Check that all expected files exist
15749 before doing file completion.
0dbe70ce 15750
8d551b02
DE
157512014-05-16 Doug Evans <dje@google.com>
15752
15753 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15754 Update.
15755 (do_syscall_tests_without_xml): Update.
15756
73eb7709
PA
157572014-05-16 Pedro Alves <palves@redhat.com>
15758
15759 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15760 instead of "unknown output after running".
15761
3fae92fc
YQ
157622014-05-16 Yao Qi <yao@codesourcery.com>
15763
15764 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15765 file1.txt from host at the end.
15766 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15767
c2b2ccc5
DE
157682014-05-15 Doug Evans <dje@google.com>
15769
15770 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15771 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15772 loading file. Add test for TU lookup.
15773
8c217a4b
SM
157742014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15775
15776 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15777 calling "-exec-arguments" or "set args" before running the
15778 inferior.
15779
3deb39c6
SM
157802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15781
15782 * lib/mi-support.exp (mi_expect_stop): Expect message for
15783 inferiors that exit with non-zero exit code.
15784
71a79f8c
YQ
157852014-05-14 Yao Qi <yao@codesourcery.com>
15786
15787 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15788 match absolute path on remote host.
15789 (test_file_list_exec_source_files): Remove "/" from the
15790 pattern.
15791
f23fcd46
YQ
157922014-05-14 Yao Qi <yao@codesourcery.com>
15793
15794 * boards/local-remote-host-notty.exp (${board}_file): New
15795 proc.
15796
9404b58f
KM
157972014-05-07 Kyle McMartin <kyle@redhat.com>
15798
15799 Pushed by Joel Brobecker <brobecker@adacore.com>.
15800 * gdb.arch/aarch64-atomic-inst.c: New file.
15801 * gdb.arch/aarch64-atomic-inst.exp: New file.
15802
5e45f04c
YQ
158032014-05-07 Yao Qi <yao@codesourcery.com>
15804
15805 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15806 in current context" too.
15807
c888a17d
KS
158082014-05-05 Keith Seitz <keiths@redhat.com>
15809
15810 * gdb.linespec/ls-dollar.exp: Add test for linespec
15811 file:convenience_variable.
15812
290a839c
YQ
158132014-05-05 Yao Qi <yao@codesourcery.com>
15814
15815 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15816 traceframes into tfile and ctf trace files. Read data from
15817 trace file and test collected data.
15818 (gdb_collect_locals_test): Likewise.
15819 (gdb_unavailable_registers_test): Likewise.
15820 (gdb_unavailable_floats): Likewise.
15821 (gdb_collect_globals_test): Likewise.
15822 (top-level): Append "ctf" to trace_file_targets if GDB
15823 supports.
15824
b5262cd0
YQ
158252014-05-05 Yao Qi <yao@codesourcery.com>
15826
15827 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15828 code to ...
15829 (gdb_collect_args_test_1): ... it. New proc.
15830 (gdb_collect_locals_test): Move some code to ...
15831 (gdb_collect_locals_test_1): ... it. New proc.
15832 (gdb_unavailable_registers_test): Move some code to ...
15833 (gdb_unavailable_registers_test_1): ... it. New proc.
15834 (gdb_unavailable_floats): Move some code to ...
15835 (gdb_unavailable_floats_1): ... it. New proc.
15836
30a1e6cc
SDJ
158372014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15838
15839 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15840 probes to test for bitness recognition.
15841 * gdb.arch/amd64-stap-optional-prefix.exp
15842 (test_probe_value_without_reg): New procedure.
15843 Add code to test for different kinds of bitness.
15844
f33da99a
SDJ
158452014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15846
15847 PR breakpoints/16889
15848 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15849 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15850
5b80f00d
PA
158512014-05-01 Pedro Alves <palves@redhat.com>
15852
15853 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15854 gdb_file_cmd if no file is specified.
15855 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15856 last_loaded_file to set the remote exec-file.
15857
f8c2a73c
PA
158582014-05-01 Pedro Alves <palves@redhat.com>
15859
15860 * boards/local-remote-host.exp: New file.
15861
be6e8ac7
PA
158622014-05-01 Pedro Alves <palves@redhat.com>
15863
15864 * boards/local-remote-host.exp: Rename to ...
15865 * boards/local-remote-host-notty.exp: ... this.
15866
cac0dc8f
JB
158672014-04-28 Joel Brobecker <brobecker@adacore.com>
15868
15869 * gdb.ada/dyn_arrayidx: New testcase.
15870
9730e6cc
YQ
158712014-04-26 Yao Qi <yao@codesourcery.com>
15872
15873 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15874 and compute the length of function main. Save it in
15875 $main_length.
15876 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15877 (top-level): Use gdb_compile to compile objects into
15878 executable and restart GDB. Remove invocation to
15879 prepare_for_testing.
15880
7ae1a6a6
PA
158812014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15882 Pedro Alves <palves@redhat.com>
15883
15884 PR server/16255
15885 * gdb.multi/multi-attach.c: New file.
15886 * gdb.multi/multi-attach.exp: New file.
15887
4082afcc
PA
158882014-04-25 Pedro Alves <palves@redhat.com>
15889
15890 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15891 user.
15892 (top level): Test that "set remote conditional-breakpoints-packet
15893 off" works as intended.
15894 * gdb.base/dprintf.exp: Test that "set remote
15895 breakpoint-commands-packet off" works as intended.
15896 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15897 New function.
15898 (top level): Call it.
15899 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15900 remote fast-tracepoints-packet off" works as intended.
15901 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15902 * lib/gdb.exp (gdb_is_target_remote): ... here.
15903
2abc3f8d
DB
159042014-04-24 David Blaikie <dblaikie@gmail.com>
15905
15906 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15907 ensure clang would not discard them.
15908 * gdb.base/gdbvars.c: Ditto.
15909 * gdb.base/memattr.c: Ditto.
15910 * gdb.base/whatis.c: Ditto.
15911 * gdb.python/py-prettyprint.c: Ditto.
15912 * gdb.trace/actions.c: Ditto.
15913 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15914 ensure clang would not discard it.
15915
bfd39632
DB
159162014-04-24 David Blaikie <dblaikie@gmail.com>
15917
15918 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15919 clang to emit the full definition of type required by the test
15920 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15921
22842ff6
DB
159222014-04-24 David Blaikie <dblaikie@gmail.com>
15923
15924 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15925 coax Clang into emitting the definition of the type.
15926 * gdb.cp/pr10728-x.h (y): Ditto.
15927 * gdb.cp/pr10728-y.cc (y): Ditto.
15928
c2e827ad
DB
159292014-04-24 David Blaikie <dblaikie@gmail.com>
15930
15931 * gdb.base/label.exp: XFAIL label related tests under Clang.
15932 * gdb.cp/cplabel.exp: Ditto.
15933 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15934 under Clang those using labels.
15935
4c2d33e7
YQ
159362014-04-25 Yao Qi <yao@codesourcery.com>
15937
15938 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15939 double_label.
15940 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15941 partial_label and double_label.
15942
56083b99
DB
159432014-04-24 David Blaikie <dblaikie@gmail.com>
15944
15945 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15946
25d4e99d
DB
159472014-04-24 David Blaikie <dblaikie@gmail.com>
15948
15949 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15950 of the function to work across GCC and Clang.
15951 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15952 pointer types (const void ** const V void **).
15953
01f9f808
MS
159542014-04-24 Michael Sturm <michael.sturm@mintel.com>
15955 Walfred Tedeschi <walfred.tedeschi@intel.com>
15956
15957 * Makefile.in (EXECUTABLES): Added i386-avx512.
15958 * gdb.arch/i386-avx512.c: New file.
15959 * gdb.arch/i386-avx512.exp: Likewise.
15960
4b48d439
KS
159612014-04-23 Keith Seitz <keiths@redhat.com>
15962
15963 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15964 (mi_make_breakpoint_table): New procedure.
15965 (mi_create_breakpoint): Use mi_make_breakpoint
15966 and return the result.
15967 (mi_make_breakpoint): New procedure.
15968 (mi_build_kv_pairs): New procedure.
15969
15970 * gdb.mi/mi-break.exp: Remove unused globals,
15971 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15972 All callers updated.
15973 * gdb.mi/mi-dprintf.exp: Use variable to track command
15974 number.
15975 Update all callers of mi_create_breakpoint and use
15976 mi_make_breakpoint_table.
15977 Remove any unused global variables.
15978 * gdb.mi/mi-nonstop.exp: Likewise.
15979 * gdb.mi/mi-nsintrall.exp: Likewise.
15980 * gdb.mi/mi-nsmoribund.exp: Likewise.
15981 * gdb.mi/mi-nsthrexec.exp: Likewise.
15982 * gdb.mi/mi-reverse.exp: Likewise.
15983 * gdb.mi/mi-simplerun.exp: Likewise.
15984 * gdb.mi/mi-stepn.exp: Likewise.
15985 * gdb.mi/mi-syn-frame.exp: Likewise.
15986 * gdb.mi/mi-until.exp: Likewise.
15987 * gdb.mi/mi-var-cp.exp: Likewise.
15988 * gdb.mi/mi-var-display.exp: Likewise.
15989 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15990 * gdb.mi/mi2-var-child.exp: Likewise.
15991 * gdb.mi/mi-vla-c99.exp: Likewise.
15992 * lib/mi-support.exp: Likewise.
15993
15994 From Ian Lance Taylor <iant@cygnus.com>:
15995 * lib/gdb.exp (parse_args): New procedure.
15996
08351840
PA
159972014-04-23 Pedro Alves <palves@redhat.com>
15998
15999 * gdb.base/break-unload-file.c: New file.
16000 * gdb.base/break-unload-file.exp: New file.
16001 * gdb.base/sym-file-lib.c (baz): New function.
16002 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16003 field.
16004 (load): Store the segment's mapped size.
16005 (unload): New function.
16006 (unload_shlib): New function.
16007 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16008 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16009 set a breakpoint at baz, and call it.
16010 * gdb.base/sym-file.exp: New tests for stale breakpoint
16011 instructions.
16012
076855f9
PA
160132014-04-23 Pedro Alves <palves@redhat.com>
16014
16015 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16016 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16017 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16018 * gdb.base/hbreak-unmapped.c: New file.
16019 * gdb.base/hbreak-unmapped.exp: New file.
16020 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16021 * lib/gdb.exp (gdb_is_target_remote): ... here.
16022
483805cf
PA
160232014-04-22 Pedro Alves <palves@redhat.com>
16024
16025 * gdb.base/consecutive-step-over.c: New file.
16026 * gdb.base/consecutive-step-over.exp: New file.
16027
06d97543
PA
160282014-04-22 Pedro Alves <palves@redhat.com>
16029
16030 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16031 instead of send_gdb/gdb_expect.
16032
b4429ea2
YQ
160332014-04-22 Yao Qi <yao@codesourcery.com>
16034
16035 * lib/trace-support.exp (generate_tracefile): New procedure.
16036 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16037 return 0.
16038 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16039 if generate_tracefile returns 1.
16040
51d48146
PA
160412014-04-18 Tom Tromey <palves@redhat.com>
16042 Pedro alves <tromey@redhat.com>
16043
16044 PR backtrace/15558
16045 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16046 with a backtrace limit.
16047 * gdb.python/py-frame-inline.exp: Test running to an inline
16048 function with a backtrace limit, and printing the newest frame.
16049 * gdb.python/py-frame-inline.c (main): Call f.
16050
bd1dce5f
MS
160512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16052
16053 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16054
40d1a503
MS
160552014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16056
16057 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16058 Drop prefix from unsupported source file path.
16059
389b98f7
YQ
160602014-04-17 Yao Qi <yao@codesourcery.com>
16061
16062 * lib/gdb.exp (with_target_charset): New proc.
16063 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16064 with_target_charset.
16065 (test_print_strings): Likewise.
16066 (test_repeat_bytes): Likewise.
16067 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16068 for some tests.
16069
22869d73
KS
160702014-04-16 Keith Seitz <keiths@redhat.com>
16071
16072 PR gdb/15827
16073 * gdb.dwarf2/corrupt.c: New file.
16074 * gdb.dwarf2/corrupt.exp: New file.
16075
c4f87ca6
KS
160762014-04-16 Keith Seitz <keiths@redhat.com>
16077
16078 PR c++/16597
16079 * gdb.cp/namelessclass.cc: New file.
16080 * gdb.cp/namelessclass.exp: New file.
16081 * gdb.cp/namelessclass.S: New file.
16082
ab19de87
DE
160832014-04-16 Doug Evans <dje@google.com>
16084
16085 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16086 Add comment.
16087 (gdbserver_default_get_comm_port): New function.
16088 (gdbserver_start): Check if board file provided
16089 "gdbserver,get_comm_port" and use it if so.
16090 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16091 (gdb,socketport): Set to "stdio".
16092 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16093 (stdio_gdbserver_template): Delete.
16094 (${board}_get_remote_address): Update.
16095 (${board}_build_remote_cmd): Delete.
16096 (${board}_get_comm_port): New function.
16097 (${board}_spawn): Update.
16098 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16099 Delete.
16100 (${board}_get_remote_address): Update.
16101 (${board}_get_comm_port): New function.
16102
fc98a809
AB
161032014-04-16 Andrew Burgess <aburgess@broadcom.com>
16104
16105 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16106 appearing in any order.
16107
87fd9e6e
DE
161082014-04-15 Doug Evans <dje@google.com>
16109
16110 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16111 uninitialized value of "description".
16112
099fc3ea
KS
161132014-04-15 Keith Seitz <keiths@redhat.com>
16114
16115 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16116 Remove unused globals.
16117 (test_running_the_program): Likewise.
16118 (test_controlled_execution): Likewise.
16119 (test_controlling_breakpoints): Likewise.
16120 (test_program_termination): Likewise.
16121
5da151d4
KS
161222014-04-15 Keith Seitz <keiths@redhat.com>
16123
16124 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16125 unused globals.
16126 (test_rbreak_creation_and_listing): Likewise.
16127 (test_ignore_count): Likewise.
16128 (test_error): Likewise.
16129
35e5d2f0
PA
161302014-04-15 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16133 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16134 sym-file-loader.c.
16135 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16136 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16137 to sym-file-loader.c.
16138 (struct library): Forward declare.
16139 (load_shlib, lookup_function): Change prototypes.
16140 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16141 (translate_offset): Remove declarations.
16142 (get_text_addr): New declaration.
16143 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16144 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16145 sym-file-loader.h.
16146 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16147 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16148 here from sym-file-loader.h.
16149 (struct library): New structure.
16150 (load_shlib, lookup_function): Change prototypes and adjust to
16151 work with a struct library.
16152 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16153 (translate_offset): Make static.
16154 (get_text_addr): New function.
16155 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16156
eb4c1710
PA
161572014-04-15 Pedro Alves <palves@redhat.com>
16158
16159 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16160
2d1baf52
PA
161612014-04-15 Pedro Alves <palves@redhat.com>
16162
16163 * gdb.base/sym-file-loader.c: Include <limits.h>.
16164 (SELF_LINK): New define.
16165 (get_origin): New function.
16166 (load_shlib): Use it.
16167 * gdb.base/sym-file.exp: Don't early return if the target is
16168 remote. Use runto_main, and issue fail is that fails. Use
16169 gdb_load_shlibs.
16170 (shlib_name): Delete.
16171 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16172
7dd6df01
PA
161732014-04-15 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.base/sym-file.exp: Remove regex characters from test
16176 message. Don't refer to breakpoint numbers in test messages.
16177
b50c8614
KS
161782014-04-14 Keith Seitz <keiths@redhat.com>
16179
16180 PR c++/16253
16181 * gdb.cp/var-tag.cc: New file.
16182 * gdb.cp/var-tag.exp: New file.
16183 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16184 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16185 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16186 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16187
3d567982
TT
161882014-04-14 Tom Tromey <tromey@redhat.com>
16189
16190 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16191 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16192 type.
16193 * gdb.cp/enum-class.exp: New file.
16194 * gdb.cp/enum-class.cc: New file.
16195
0626fc76
TT
161962014-04-14 Tom Tromey <tromey@redhat.com>
16197
16198 * gdb.dwarf2/enum-type.exp: New file.
16199
dca325b3
SA
162002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16201
16202 * gdb.mi/mi-vla-c99.exp: New file.
16203 * gdb.mi/vla.c: New file.
16204
5854b38a
SA
162052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16206
16207 * gdb.base/vla-datatypes.c: New file.
16208 * gdb.base/vla-datatypes.exp: New file.
16209
463bb957
SA
162102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16211
16212 * gdb.base/vla-ptr.c: New file.
16213 * gdb.base/vla-ptr.exp: New file.
16214
3dd170be
SA
162152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16216
16217 * gdb.dwarf2/count.exp: New file.
16218
5ecaaa66
SA
162192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16220
16221 * gdb.base/vla-sideeffect.c: New file.
16222 * gdb.base/vla-sideeffect.exp: New file.
16223
41f1ada5
DB
162242014-04-14 David Blaikie <dblaikie@gmail.com>
16225
16226 * gdb.mi/non-stop.c: Add return value for non-void function return
16227 statement.
16228 * gdb.threads/staticthreads.c: Ditto.
16229
0be03e84
DE
162302014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16231 Doug Evans <xdje42@gmail.com>
16232
16233 * gdb.guile/scm-value.c: Improve test case.
16234 * gdb.guile/scm-value.exp: Add new test.
16235
f180a1fb
DB
162362014-04-11 David Blaikie <dblaikie@gmail.com>
16237
16238 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16239 override Clang's default.
16240
6b662e19
JB
162412014-04-11 Joel Brobecker <brobecker@adacore.com>
16242
16243 Revert the following changes (regressions):
16244
16245 * gdb.base/vla-sideeffect.c: New file.
16246 * gdb.base/vla-sideeffect.exp: New file.
16247
16248 * gdb.dwarf2/count.exp: New file.
16249
16250 * gdb.base/vla-multi.c: New file.
16251 * gdb.base/vla-multi.exp: New file.
16252
16253 * gdb.base/vla-ptr.c: New file.
16254 * gdb.base/vla-ptr.exp: New file.
16255
16256 * gdb.base/vla-datatypes.c: New file.
16257 * gdb.base/vla-datatypes.exp: New file.
16258
16259 * gdb.mi/mi-vla-c99.exp: New file.
16260 * gdb.mi/vla.c: New file.
16261
245a5f0b
KS
162622014-04-11 Keith Seitz <keiths@redhat.com>
16263
16264 PR c++/16675
16265 * gdb.cp/cpsizeof.exp: New file.
16266 * gdb.cp/cpsizeof.cc: New file.
16267
58a84dcf
SA
162682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16269
191a8a90
JB
16270 * gdb.mi/mi-vla-c99.exp: New file.
16271 * gdb.mi/vla.c: New file.
58a84dcf 16272
c8655f75
SA
162732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16274
16275 * gdb.base/vla-datatypes.c: New file.
16276 * gdb.base/vla-datatypes.exp: New file.
16277
024e13b4
SA
162782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16279
16280 * gdb.base/vla-ptr.c: New file.
16281 * gdb.base/vla-ptr.exp: New file.
16282
1a237e0e
SA
162832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16284
16285 * gdb.base/vla-multi.c: New file.
16286 * gdb.base/vla-multi.exp: New file.
16287
504f3432
SA
162882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16289
16290 * gdb.dwarf2/count.exp: New file.
16291
3bce8237
SA
162922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16293
191a8a90
JB
16294 * gdb.base/vla-sideeffect.c: New file.
16295 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16296
322f9c21
YQ
162972014-04-11 Yao Qi <yao@codesourcery.com>
16298
16299 * gdb.base/completion.exp: Check file exists before running tests
16300 on file completion.
16301
d708bcd1
PA
163022014-04-10 Pedro Alves <palves@redhat.com>
16303
16304 * gdb.base/cond-eval-mode.c: New file.
16305 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16306 prepare_for_testing to build the new file. Check result of
16307 runto_main.
16308 (test_break, test_watch): New procedures.
16309 (top level): Use them.
16310
ae1d2761
PM
163112014-04-08 Pierre Muller <muller@sourceware.org>
16312
16313 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16314 Ctrl-V use for mingw hosts.
16315
7af389b8
SC
163162014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16317
16318 * gdb.python/py-value.c: Improve test case.
16319 * gdb.python/py-value.exp: Add new test.
16320
5e703181
DE
163212014-04-07 David Blaikie <dblaikie@gmail.com>
16322
16323 * lib/compiler.c: Identify the clang compiler.
16324 * lib/compiler.cc: Ditto.
16325
9810b410
YQ
163262014-04-03 Yao Qi <yao@codesourcery.com>
16327
16328 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16329
98d1b8dc
AB
163302014-04-01 Anton Blanchard <anton@samba.org>
16331
16332 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16333 messages unique.
16334
3114cea1
AB
163352014-04-01 Anton Blanchard <anton@samba.org>
16336
16337 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16338 prepare_for_testing.
16339
62f7182c
AB
163402014-04-01 Anton Blanchard <anton@samba.org>
16341
16342 * gdb.arch/ppc64-atomic-inst.c: Remove.
16343 * gdb.arch/ppc64-atomic-inst.S: New file.
16344 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16345
770e7fc7
DE
163462014-03-31 Doug Evans <dje@google.com>
16347
16348 * gdb.base/print-symbol-loading-lib.c: New file.
16349 * gdb.base/print-symbol-loading-main.c: New file.
16350 * gdb.base/print-symbol-loading.exp: New file.
16351
46e2bafa
YQ
163522014-03-31 Yao Qi <yao@codesourcery.com>
16353
16354 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16355
8776cfe9
JB
163562014-03-28 Joel Brobecker <brobecker@adacore.com>
16357
16358 * gdb.ada/mi_dyn_arr: New testcase.
16359
5d1ef361
DE
163602014-03-27 Doug Evans <dje@google.com>
16361
16362 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16363
b5bee914
YQ
163642014-03-27 Yao Qi <yao@codesourcery.com>
16365
16366 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16367 if target is nios2-*-*.
16368
0d4d0e77
YQ
163692014-03-26 Yao Qi <yao@codesourcery.com>
16370
16371 * lib/gdb.exp (readline_is_used): New proc.
16372 * gdb.base/completion.exp: Move tests on command complete up.
16373 Skip the rest of tests if readline is not used.
16374 * gdb.ada/complete.exp: Skp the test if readline is not
16375 used.
16376 * gdb.base/filesym.exp: Likewise.
16377 * gdb.base/macscp.exp: Likewise.
16378 * gdb.base/readline-ask.exp: Likewise.
16379 * gdb.base/readline.exp: Likewise.
16380 * gdb.python/py-cmd.exp: Likewise.
16381 * gdb.trace/tfile.exp: Likewise.
16382
29361eee
YQ
163832014-03-26 Yao Qi <yao@codesourcery.com>
16384
16385 * gdb.base/macscp.exp: Fix code format issues.
16386
bc9a5525
UW
163872014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16388
16389 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16390 * gdb.asm/powerpc64le.inc: New file.
16391
d3839ede
PA
163922014-03-25 Pedro Alves <palves@redhat.com>
16393 Doug Evans <dje@google.com>
16394
16395 * gdb.base/source-execution.c: New file.
16396 * gdb.base/source-execution.exp: New file.
16397 * gdb.base/source-execution.gdb: New file.
16398
01672a57
DE
163992014-03-24 Doug Evans <dje@google.com>
16400
16401 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16402 using fission.
16403
88bbeca9
HZ
164042014-03-24 Hui Zhu <hui@codesourcery.com>
16405 Pedro Alves <palves@redhat.com>
16406
16407 PR breakpoints/16101
16408 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16409 test pass/fail messages. Detect missing support for dprintf when
16410 breakpoints are actually inserted.
16411 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16412 breakpoints are actually inserted.
16413 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16414 fails.
16415
d2348791
JK
164162014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16417
16418 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16419
feef67ab
DE
164202014-03-22 Doug Evans <xdje42@gmail.com>
16421
16422 * gdb.python/python.exp (python not supported): Verify multi-line
16423 python command issues an error.
25d743f9 16424 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16425 guile command issues an error.
feef67ab 16426
ecebef6a
MR
164272014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16428
16429 * gdb.threads/thread-specific.exp: Handle the lack of usable
16430 $this_breakpoint and $this_thread.
16431
ccdd1909
HZ
164322014-03-21 Hui Zhu <hui@codesourcery.com>
16433
16434 * gdb.base/attach.exp (do_command_attach_tests): New.
16435
beb460e8
PA
164362014-03-20 Tom Tromey <tromey@redhat.com>
16437 Pedro Alves <palves@redhat.com>
16438
16439 PR cli/15718
16440 * gdb.base/condbreak-call-false.c: New file.
16441 * gdb.base/condbreak-call-false.exp: New file.
16442
40acf43a
PA
164432014-03-20 Pedro Alves <palves@redhat.com>
16444
16445 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16446 Delete.
16447 (block_signals, unblock_signals): Delete.
16448 (child_function_2, main): Remove references to deleted variable
16449 and functions.
16450
9f5e1e02
PA
164512014-03-20 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16454 Use pthread_kill to signal thread 2.
16455 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16456 Adjust to make the test send itself a signal rather than using the
16457 host's "kill" command.
16458
99619bea
PA
164592014-03-20 Pedro Alves <palves@redhat.com>
16460
16461 * gdb.threads/multiple-step-overs.c: New file.
16462 * gdb.threads/multiple-step-overs.exp: New file.
16463 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16464 Adjust expected infrun debug output.
16465
2adfaa28
PA
164662014-03-20 Pedro Alves <palves@redhat.com>
16467
16468 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16469 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16470
31e77af2
PA
164712014-03-20 Pedro Alves <palves@redhat.com>
16472
16473 PR breakpoints/7143
16474 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16475 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16476 of gdb_test_multiple.
16477 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16478 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16479
b9f437de
PA
164802014-03-20 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16483 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16484
05adc73e
PA
164852014-03-19 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.base/async.exp: Remove early return.
16488
6048b950
PA
164892014-03-19 Pedro Alves <palves@redhat.com>
16490
16491 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16492
8bcfb00a
PA
164932014-03-19 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.base/async.exp (test_background): Expect \r\n after
16496 "completed." in the fail pattern.
16497
884e37dc
PA
164982014-03-19 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.base/async.exp (test_background): New procedure.
16501 Use it for all background execution command tests.
16502
148e57e2
PA
165032014-03-19 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.base/async.exp: Use prepare_for_testing.
16506
f48088c7
PA
165072014-03-19 Pedro Alves <palves@redhat.com>
16508
16509 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16510 the same line.
16511
e2f6c966
PA
165122014-03-19 Pedro Alves <palves@redhat.com>
16513
16514 * gdb.base/async.c (main): Add "jump here" and "until here" line
16515 marker comments.
16516 * gdb.base/async.exp (jump_here): New global.
16517 (jump& test): Use it.
16518 (until_here): New global.
16519 (until& test): Use it.
16520
c30568d4
PA
165212014-03-19 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.base/async.exp: Don't frob gdb_protocol.
16524
0172b6a7
DE
165252014-03-18 Doug Evans <xdje42@gmail.com>
16526
16527 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16528 Fix spelling of exec-done-display.
16529
06c868a8
JK
165302014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16531
16532 PR gdb/15358
16533 * gdb.base/gdb-sigterm.c: New file.
16534 * gdb.base/gdb-sigterm.exp: New file.
16535
0c7e1a46
PA
165362014-03-18 Pedro Alves <palves@redhat.com>
16537
16538 PR gdb/13860
16539 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16540 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16541 solib-event.
16542
f7c77d93
JB
165432014-03-17 Joel Brobecker <brobecker@adacore.com>
16544
16545 * gdb.ada/pckd_arr_ren: New testcase.
16546
5a1e8c7a
DE
165472014-03-13 Doug Evans <xdje42@gmail.com>
16548
16549 PR guile/16612
16550 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16551 collect after discarding symbols.
16552
350e1a76
DE
165532014-03-13 Ludovic Courtès <ludo@gnu.org>
16554 Doug Evans <xdje42@gmail.com>
16555
16556 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16557 to history survives a gc.
16558
a69900ae
PA
165592014-03-13 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.base/default.exp: Don't test "target procfs".
16562
5db9f0bd
PA
165632014-03-13 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.base/default.exp: Update "target child" and "target procfs"
16566 tests to not expect "Unix".
16567
b3ccfe11
TT
165682014-03-12 Tom Tromey <tromey@redhat.com>
16569
16570 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16571 New procs. Add target-async tests.
16572 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16573 Add target-async tests.
16574
646f4417
AA
165752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16576
16577 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16578 'func_start' and 'func_end' for the beginning and end of the
16579 function code, respectively.
16580 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16581 'func_end' instead of 'func' and 'main'.
16582
288c211f
AA
165832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16584
16585 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16586 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16587 generate the debug info assembler source.
16588
e0c0f156
AA
165892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16590
16591 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16592 * gdb.dwarf2/arr-subrange.exp: Likewise.
16593 * gdb.dwarf2/dwz.exp: Likewise.
16594 * gdb.dwarf2/method-ptr.exp: Likewise.
16595 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16596 * gdb.dwarf2/subrange.exp: Likewise.
16597 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16598 * gdb.dwarf2/implptrpiece.exp: Likewise.
16599 * gdb.dwarf2/nostaticblock.exp: Likewise.
16600
0e5c4555
AA
166012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16602
16603 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16604 directory to absolute path name arguments.
16605
5ec18f2b
JG
166062014-03-10 Joel Brobecker <brobecker@adacore.com>
16607
16608 * gdb.ada/tagged_access: New testcase.
16609
847fc4f2
MM
166102014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16611
16612 * gdb.btrace/data.exp: Update expected output.
16613
cc3da688
YQ
166142014-03-06 Yao Qi <yao@codesourcery.com>
16615
16616 * gdb.trace/pr16508.exp: New file.
16617
0f26cec1
PA
166182014-03-05 Pedro Alves <palves@redhat.com>
16619
16620 PR gdb/16575
16621 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16622 procedure.
16623 (top level): Adjust to use it. Add tests that exercise breakpoint
16624 interaction with the code-cache.
16625
7a5a839f
LC
166262014-02-26 Ludovic Courtès <ludo@gnu.org>
16627
16628 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16629 test for 'history-append!'.
16630
31aa7e4e
JB
166312014-02-26 Joel Brobecker <brobecker@adacore.com>
16632
16633 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16634 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16635 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16636 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16637 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16638 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16639
1b588015
JB
166402014-02-26 Joel Brobecker <brobecker@adacore.com>
16641
16642 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16643 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16644 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16645
55426c9d
JB
166462014-02-26 Joel Brobecker <brobecker@adacore.com>
16647
16648 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16649
dc53a7ad
JB
166502014-02-26 Joel Brobecker <brobecker@adacore.com>
16651
16652 * gdb.dwarf2/arr-stride.c: New file.
16653 * gdb.dwarf2/arr-stride.exp: New file.
16654
12ab52e9
PA
166552014-02-26 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16658 that won't ever trigger. Make sure that GDB reports the correct
16659 breakpoint that caused the stop.
16660
849c862e
JK
166612014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16662
16663 PR gdb/16626
16664 * gdb.base/auto-load-script: New file.
16665 * gdb.base/auto-load.c: New file.
16666 * gdb.base/auto-load.exp: New file.
16667
71b7d793
JK
16668 PR gdb/16626
16669 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16670
e2f0d509
JK
166712014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16672
16673 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16674 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16675
50cc37c8
DE
166762014-02-24 Doug Evans <dje@google.com>
16677
16678 * lib/gdb.exp (run_on_host): Log error output if program fails.
16679
ea4758f2
PA
166802014-02-21 Pedro Alves <palves@redhat.com>
16681
16682 * gdb.threads/step-after-sr-lock.c: Rename to ...
16683 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16684 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16685 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16686 ... this.
16687
d7b30f67
SDJ
166882014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16689
16690 PR tdep/16397
16691 * gdb.arch/amd64-stap-special-operands.exp: New file.
16692 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16693 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16694 * gdb.arch/amd64-stap-triplet.S: Likewise.
16695 * gdb.arch/amd64-stap-triplet.c: Likewise.
16696
83deb43f
JB
166972014-02-20 Joel Brobecker <brobecker@adacore.com>
16698
16699 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16700 in .section pseudo-op.
16701
adde2bff
DE
167022014-02-20 lin zuojian <manjian2006@gmail.com>
16703 Joel Brobecker <brobecker@adacore.com>
16704 Doug Evans <xdje42@gmail.com>
16705
16706 PR symtab/16581
16707 * gdb.dwarf2/dw2-icycle.S: New file.
16708 * gdb.dwarf2/dw2-icycle.c: New file.
16709 * gdb.dwarf2/dw2-icycle.exp: New file.
16710
f7bd0f78
SC
167112014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16712
16713 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16714 operations on gdb.Value objects.
16715 * gdb.python/py-value-cc.exp: Add new test to test operations on
16716 gdb.Value objects.
16717
c17ef0d5
DE
167182014-02-18 Doug Evans <dje@google.com>
16719
16720 * Makefile.in (TESTS): New variable.
16721 (expanded_tests, expanded_tests_or_none): New variables
16722 (check-single): Pass $(expanded_tests_or_none) to runtest.
16723 (check-parallel): Only run tests in $(TESTS) if non-empty.
16724 (check/no-matching-tests-found): New rule.
16725 * README: Document TESTS makefile variable.
16726
5dd3176f
DE
167272014-02-18 Doug Evans <dje@google.com>
16728
16729 * Makefile.in (check-parallel): rm -rf outputs temp.
16730
0b10be4f
JK
167312014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16732
16733 Fix "ERROR: no fileid for" in the testsuite.
16734 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16735
85f224e7
DE
167362014-02-12 Doug Evans <dje@google.com>
16737
16738 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16739 (MISCELLANEOUS): New variable.
16740 (clean): rm -rf $(MISCELLANEOUS).
16741 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16742 dwp live in the same directory as symlinks, with each symlink pointed
16743 to a differently named file in a different directory.
16744
149b30ff
DE
167452014-02-11 Doug Evans <dje@google.com>
16746
16747 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16748 of Tcl file commands.
16749
1dfdac32
MK
167502014-02-10 Mark Kettenis <kettenis@gnu.org>
16751
16752 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16753 "kill -SIGUSR1 -1".
16754
aa4fb036
JB
167552014-02-10 Joel Brobecker <brobecker@adacore.com>
16756
16757 * gdb.ada/tick_length_array_enum_idx: New testcase.
16758
ed3ef339
DE
167592014-02-10 Doug Evans <xdje42@gmail.com>
16760
16761 * configure.ac (AC_OUTPUT): Add gdb.guile.
16762 * configure: Regenerate.
16763 * lib/gdb-guile.exp: New file.
16764 * lib/gdb.exp (get_target_charset): New function.
16765 * gdb.base/help.exp: Update expected output from "apropos apropos".
16766 * gdb.guile/Makefile.in: New file.
16767 * gdb.guile/guile.exp: New file.
16768 * gdb.guile/scm-arch.c: New file.
16769 * gdb.guile/scm-arch.exp: New file.
16770 * gdb.guile/scm-block.c: New file.
16771 * gdb.guile/scm-block.exp: New file.
16772 * gdb.guile/scm-breakpoint.c: New file.
16773 * gdb.guile/scm-breakpoint.exp: New file.
16774 * gdb.guile/scm-disasm.c: New file.
16775 * gdb.guile/scm-disasm.exp: New file.
16776 * gdb.guile/scm-equal.c: New file.
16777 * gdb.guile/scm-equal.exp: New file.
16778 * gdb.guile/scm-error.exp: New file.
16779 * gdb.guile/scm-error.scm: New file.
16780 * gdb.guile/scm-frame-args.c: New file.
16781 * gdb.guile/scm-frame-args.exp: New file.
16782 * gdb.guile/scm-frame-args.scm: New file.
16783 * gdb.guile/scm-frame-inline.c: New file.
16784 * gdb.guile/scm-frame-inline.exp: New file.
16785 * gdb.guile/scm-frame.c: New file.
16786 * gdb.guile/scm-frame.exp: New file.
16787 * gdb.guile/scm-generics.exp: New file.
16788 * gdb.guile/scm-gsmob.exp: New file.
16789 * gdb.guile/scm-iterator.c: New file.
16790 * gdb.guile/scm-iterator.exp: New file.
16791 * gdb.guile/scm-math.c: New file.
16792 * gdb.guile/scm-math.exp: New file.
16793 * gdb.guile/scm-objfile-script-gdb.in: New file.
16794 * gdb.guile/scm-objfile-script.c: New file.
16795 * gdb.guile/scm-objfile-script.exp: New file.
16796 * gdb.guile/scm-objfile.c: New file.
16797 * gdb.guile/scm-objfile.exp: New file.
16798 * gdb.guile/scm-ports.exp: New file.
16799 * gdb.guile/scm-pretty-print.c: New file.
16800 * gdb.guile/scm-pretty-print.exp: New file.
16801 * gdb.guile/scm-pretty-print.scm: New file.
16802 * gdb.guile/scm-section-script.c: New file.
16803 * gdb.guile/scm-section-script.exp: New file.
16804 * gdb.guile/scm-section-script.scm: New file.
16805 * gdb.guile/scm-symbol.c: New file.
16806 * gdb.guile/scm-symbol.exp: New file.
16807 * gdb.guile/scm-symtab-2.c: New file.
16808 * gdb.guile/scm-symtab.c: New file.
16809 * gdb.guile/scm-symtab.exp: New file.
16810 * gdb.guile/scm-type.c: New file.
16811 * gdb.guile/scm-type.exp: New file.
16812 * gdb.guile/scm-value-cc.cc: New file.
16813 * gdb.guile/scm-value-cc.exp: New file.
16814 * gdb.guile/scm-value.c: New file.
16815 * gdb.guile/scm-value.exp: New file.
16816 * gdb.guile/source2.scm: New file.
16817 * gdb.guile/types-module.cc: New file.
16818 * gdb.guile/types-module.exp: New file.
16819
7026a7c1
YQ
168202014-02-10 Yao Qi <yao@codesourcery.com>
16821
16822 PR testsuite/16543
16823 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16824 * configure: Regenerated.
16825 * Makefile.in: New file.
16826
6c466447
AS
168272014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16828
16829 * gdb.python/py-framefilter.exp: Fix typo.
16830
6e854735
YQ
168312014-02-08 Yao Qi <yao@codesourcery.com>
16832
16833 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16834 that no =breakpoint-modified is emitted when breakpoints are
16835 modified through MI commands.
16836
d137e6dc
PA
168372014-02-07 Pedro Alves <pedro@codesourcery.com>
16838 Pedro Alves <palves@redhat.com>
16839
16840 * gdb.threads/step-after-sr-lock.c: New file.
16841 * gdb.threads/step-after-sr-lock.exp: New file.
16842
b5ee5a50
PA
168432014-02-07 Pedro Alves <palves@redhat.com>
16844
16845 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16846
3c77faf3
JK
168472014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16848
16849 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16850 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16851
6dddc817
DE
168522014-02-06 Doug Evans <xdje42@gmail.com>
16853
16854 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16855 output.
16856
16857 * gdb.gdb/python-interrupts.exp: New file.
16858
de7b2893
YQ
168592014-02-05 Yao Qi <yao@codesourcery.com>
16860
16861 * gdb.trace/report.exp (use_collected_data): Test the output
16862 of "info threads" and "info inferiors".
16863
66d032ac
YQ
168642014-02-05 Yao Qi <yao@codesourcery.com>
16865
16866 Revert this patch:
16867
16868 2013-05-24 Yao Qi <yao@codesourcery.com>
16869
16870 * gdb.trace/tfile.exp: Test inferior and thread.
16871
591a12a1
UW
168722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16873
16874 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16875 on a function.
16876 * gdb.base/step-bt.c: Call hello via function pointer to make
16877 sure its first instruction is executed on powerpc64le-linux.
16878
0ff3e01f
UW
168792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16880
16881 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16882
084ee545
UW
168832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16884
16885 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16886 of the test patterns for use on little-endian systems.
16887
6ed14ff3
UW
168882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16889
16890 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16891 (decimal_vector): Fix for little-endian.
16892
401e27fd
JM
168932014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16894
16895 * gdb.arch/sparc-sysstep.exp: New file.
16896 * gdb.arch/sparc-sysstep.c: Likewise.
16897
16898 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16899
8b924729
EBM
169002014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16901
16902 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16903
fb151210
JB
169042014-01-23 Tom Tromey <tromey@redhat.com>
16905
16906 * gdb.ada/array_char_idx: New testcase.
16907
0740f8d8
TT
169082014-01-23 Tom Tromey <tromey@redhat.com>
16909
16910 PR python/16487:
16911 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16912 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16913 classes.
16914
21909fa1
TT
169152014-01-23 Tom Tromey <tromey@redhat.com>
16916
16917 PR python/16491:
16918 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16919 string from an inferior frame.
16920 * gdb.python/py-framefilter-mi.exp: Update.
16921
87ce2a04
DE
169222014-01-22 Doug Evans <dje@google.com>
16923
16924 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16925
237b092b
AA
169262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16927
16928 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16929
d674a709
AA
169302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16931
16932 * gdb.trace/entry-values.exp: Remove excess space character from
16933 regex patterns. Handle s390 call instruction.
16934
20fa3390
AA
169352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16936
16937 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16938 define "*_start" label. Make "name" static.
16939 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16940 ${name} by references to ${name}_start.
16941
78466714
AA
169422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16943
16944 * gdb.base/info-macros.exp: Remove "debug" from the compile
16945 options.
16946
ec9f644a
IB
169472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16948
16949 * gdb.dlang/demangle.exp: New file.
16950
94b1b47e
IB
169512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16952
16953 * gdb.dlang/primitive-types.exp: New file.
16954
7f420862
IB
169552014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16956
16957 * configure.ac: Create gdb.dlang/Makefile.
16958 * configure: Regenerate.
16959 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16960 * gdb.dlang/Makefile.in: New file.
16961 * lib/d-support.exp: New file.
16962 * lib/gdb.exp (skip_d_tests): New proc.
16963
52834460
MM
169642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16965
16966 * gdb.btrace/delta.exp: Check reverse stepi.
16967 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16968 * gdb.btrace/finish.exp: New.
16969 * gdb.btrace/next.exp: New.
16970 * gdb.btrace/nexti.exp: New.
16971 * gdb.btrace/record_goto.c: Add comments.
16972 * gdb.btrace/step.exp: New.
16973 * gdb.btrace/stepi.exp: New.
16974 * gdb.btrace/multi-thread-step.c: New.
16975 * gdb.btrace/multi-thread-step.exp: New.
16976 * gdb.btrace/rn-dl-bind.c: New.
16977 * gdb.btrace/rn-dl-bind.exp: New.
16978 * gdb.btrace/data.c: New.
16979 * gdb.btrace/data.exp: New.
16980 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16981
6e07b1d2
MM
169822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16983
16984 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16985 * gdb.btrace/exception.exp: Update.
16986 * gdb.btrace/instruction_history.exp: Update.
16987 * gdb.btrace/record_goto.exp: Update.
16988 * gdb.btrace/tailcall.exp: Update.
16989 * gdb.btrace/unknown_functions.exp: Update.
16990 * gdb.btrace/delta.exp: New.
16991
0b722aec
MM
169922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16993
16994 * gdb.btrace/record_goto.exp: Add backtrace test.
16995 * gdb.btrace/tailcall.exp: Add backtrace test.
16996
066ce621
MM
169972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16998
16999 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17000 * gdb.btrace/record_goto.c: New.
17001 * gdb.btrace/record_goto.exp: New.
17002 * gdb.btrace/x86-record_goto.S: New.
17003
0688d04e
MM
170042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17005
17006 * gdb.btrace/function_call_history.exp: Update tests.
17007 * gdb.btrace/instruction_history.exp: Update tests.
17008
8710b709
MM
170092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17010
17011 * gdb.btrace/function_call_history.exp: Fix expected field
17012 order for "record function-call-history".
17013 Add new tests for "record function-call-history /c".
17014 * gdb.btrace/exception.cc: New.
17015 * gdb.btrace/exception.exp: New.
17016 * gdb.btrace/tailcall.exp: New.
17017 * gdb.btrace/x86-tailcall.S: New.
17018 * gdb.btrace/x86-tailcall.c: New.
17019 * gdb.btrace/unknown_functions.c: New.
17020 * gdb.btrace/unknown_functions.exp: New.
17021 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17022
5de9129b
MM
170232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17024
17025 * gdb.btrace/instruction_history.exp: Update.
17026 * gdb.btrace/function_call_history.exp: Update.
17027
23a7fe75
MM
170282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17029
17030 * gdb.btrace/function_call_history.exp: Fix expected function
17031 trace.
17032 * gdb.btrace/instruction_history.exp: Initialize traced.
17033 Remove traced_functions.
17034
724c7dd8
MM
170352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17036
17037 * gdb.btrace/function_call_history.exp: Update
17038 * gdb.btrace/instruction_history.exp: Update.
17039
6d78d93b
MM
170402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17041
17042 * gdb.btrace/enable.exp: Update expected text.
17043
93a360cc
OJ
170442014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17045
17046 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17047 bytes.
17048
3772b53f
MR
170492014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17050
17051 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17052
596662fa
OJ
170532014-01-15 Omair Javaid <omair.javaid@linaro.org>
17054
17055 * lib/gdb.exp (supports_process_record): Return true for
17056 arm*-linux*. (supports_reverse): Likewise.
17057
b5b08fb4
SC
170582014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17059
17060 PR python/15464
17061 PR python/16113
17062 * gdb.python/py-type.c: Enhance test case.
17063 * gdb.python/py-value-cc.cc: Likewise
17064 * gdb.python/py-type.exp: Add new tests.
17065 * gdb.python/py-value-cc.exp: Likewise
17066
52d7fb13
AA
170672014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17068 Pedro Alves <palves@redhat.com>
17069
17070 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17071 Make "name" extern.
17072 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17073 references to ${name}_start by references to ${name}.
17074
a2cd8cfe
JB
170752014-01-10 Joel Brobecker <brobecker@adacore.com>
17076
17077 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17078
4e23fced
JB
170792014-01-10 Joel Brobecker <brobecker@adacore.com>
17080
17081 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17082
c6a9e42c
PA
170832014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17084 Pedro Alves <palves@redhat.com>
17085
17086 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17087 mi_gdb_target_load.
c6a9e42c 17088
b7ea362b
PA
170892014-01-08 Pedro Alves <palves@redhat.com>
17090
17091 * gdb.threads/reconnect-signal.c: New file.
17092 * gdb.threads/reconnect-signal.exp: New file.
17093
5e3f4fab
EBM
170942014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17095
17096 * gdb.base/source-dir.exp: New file.
17097
79301218
JB
170982014-01-07 Joel Brobecker <brobecker@adacore.com>
17099
17100 * gdb.ada/mi_interface: New testcase.
17101
8e355c5d
JB
171022014-01-07 Joel Brobecker <brobecker@adacore.com>
17103
17104 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17105 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17106 gdb.ada/pp-rec-component/pck.ads: New files.
17107
c0d48811
JB
171082014-01-07 Joel Brobecker <brobecker@adacore.com>
17109
17110 * gdb.python/py-pp-integral.c: New file.
17111 * gdb.python/py-pp-integral.py: New file.
17112 * gdb.python/py-pp-integral.exp: New file.
17113
17b609c3 17114For older changes see ChangeLog-1993-2013.
c906108c 17115\f
8d8cb839
EZ
17116;; Local Variables:
17117;; mode: change-log
17118;; left-margin: 8
17119;; fill-column: 74
17120;; version-control: never
17121;; End:
902f2ccb 17122
42a4f53d 17123 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17124 Copying and distribution of this file, with or without modification,
17125 are permitted provided the copyright notice and this notice are preserved.
This page took 5.812038 seconds and 4 git commands to generate.