]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Update ChangeLog entry of commit 677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0...
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b078f3ac
AB
12019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/source-dir.exp: Avoid having directory names in test
4 names.
5
f1b620e9
MG
62019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.base/source-dir.exp: Add extra test for mapped compilation
9 directory.
10
67f3ed6a
AB
112019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.base/list-missing-source.exp: New file.
14
d1b70248
TV
152019-09-14 Tom de Vries <tdevries@suse.de>
16
17 PR teststuite/24599
18 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
19 * lib/ada.exp (gnatmake_version_at_least): New proc.
20
5fabdcd6
AB
212019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.base/maint.exp: Use exec_has_index_section.
24
aa17805f
AB
252019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.base/maint.exp: Add test for 'maint info sections'.
28
25e5c209
TV
292019-09-12 Tom de Vries <tdevries@suse.de>
30
31 * gdb.base/store.exp: Allow register variables to be optimized out at
32 -O0.
33
4993045d
PW
342019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
35
36 * gdb.ada/rdv_wait.exp: Update to new task names.
37 * gdb.base/task_switch_in_core.exp: Likewise.
38 * gdb.base/info_sources_base.c: Likewise.
39
8a516164
TT
402019-09-10 Tom Tromey <tromey@adacore.com>
41
42 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
43
aa391654
TT
442019-09-10 Tom Tromey <tromey@adacore.com>
45
46 * gdb.ada/dgopt.exp: New file.
47 * gdb.ada/dgopt/x.adb: New file.
48
8634b462
TT
492019-09-08 Tom Tromey <tom@tromey.com>
50
51 * gdb.tui/resize.exp: Remove setup_xfail.
52 * gdb.tui/regs.exp: Remove setup_xfail.
53 * gdb.tui/basic.exp: Remove setup_xfail.
54
736b0f76
DB
552019-09-06 David Blaikie <dblaikie@gmail.com>
56
57 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
58 * gdb.cp/cplabel.exp: Ditto.
59 * gdb.linespec/ls-errs.exp: Ditto.
60
30331a6c
TV
612019-09-05 Tom de Vries <tdevries@suse.de>
62
63 * lib/gdb.exp (cmp_file_string): New proc.
64 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
65 runto_main. Verify save breakpoints output.
66
98b0ebab
PW
672019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
68
69 * gdb.base/info-var.exp: Test info variables without running
70 to main, to avoid expect's buffer overflow.
71
4e962e74
TT
722019-09-03 Tom Tromey <tromey@adacore.com>
73
74 * gdb.ada/bias.exp: New file.
75 * gdb.ada/bias/bias.adb: New file.
76 * gdb.ada/print_chars.exp: Add regression test.
77 * gdb.ada/print_chars/foo.adb (My_Character): New type.
78 (MC): New variable.
79
2ea1a07a
SL
802019-08-29 Sandra Loosemore <sandra@codesourcery.com>
81
82 * gdb.base/argv0-symlink.exp: Run only on native target
83 and local host.
84
8077c50d
TV
852019-08-29 Tom de Vries <tdevries@suse.de>
86
87 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
88 diverse debug info.
89 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
90
48352473
TV
912019-08-28 Tom de Vries <tdevries@suse.de>
92
93 * gdb.base/info-var.exp: Allow info variables to print info for files
94 other than info-var-f1.c and info-var-f2.c.
95
d8f27c60
AB
962019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.fortran/info-types.exp: Add module.
99 * gdb.fortran/info-types.f90: Update expected results.
100
1f20c35e
AB
1012019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.fortran/info-types.exp: New file.
104 * gdb.fortran/info-types.f90: New file.
105 * lib/fortran.exp (fortran_character1): New proc.
106
4acfdd20
AB
1072019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
110 functions'. Reindent as needed.
111 * gdb.base/info-var-f1.c: New file.
112 * gdb.base/info-var-f2.c: New file.
113 * gdb.base/info-var.exp: New file.
114 * gdb.base/info-var.h: New file.
115
5c31b358
TV
1162019-08-26 Tom de Vries <tdevries@suse.de>
117
118 PR c++/24852
119 * gdb.cp/no-libstdcxx-probe.exp: New test.
120
b694989f
TV
1212019-08-26 Tom de Vries <tdevries@suse.de>
122
123 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
124 * tests need to be skipped.
125 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
126 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
127 mi_skip_libstdcxx_probe_tests.
128
d9c4ba53
SDJ
1292019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
130
131 * gdb.python/py-xmethods.exp: Use raw strings when passing
132 arguments to SimpleXMethodMatcher.
133
395fad09
TV
1342019-08-22 Tom de Vries <tdevries@suse.de>
135
136 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
137 more informative.
138
26c957f1
PA
1392019-08-21 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/with.exp: Test "with" with no arguments.
142
61f80d5d
TV
1432019-08-21 Tom de Vries <tdevries@suse.de>
144
145 * gdb.base/gdb-caching-proc.exp: Sort files.
146
d7a11d13
TV
1472019-08-20 Tom de Vries <tdevries@suse.de>
148
149 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
150 compilation.
151
34dafe9f
TV
1522019-08-16 Tom de Vries <tdevries@suse.de>
153
154 * gdb.base/compare-sections.exp ("after run to main"): Allow
155 mismatched read-only sections for PIE executables.
156
398fdd60
TT
1572019-08-16 Tom Tromey <tom@tromey.com>
158
159 * lib/tuiterm.exp (_csi_Z): New proc.
160 * gdb.tui/basic.exp: Update window positions.
161 * gdb.tui/empty.exp: Update window positions.
162
d8f9e51c
SL
1632019-08-15 Sandra Loosemore <sandra@codesourcery.com>
164
165 * gdb.base/examine-backward.exp: Correct regexp for
166 "examine 3 bytes backward from ${address_zero}".
167
3df505f6
TT
1682019-08-15 Tom Tromey <tom@tromey.com>
169
170 * gdb.tui/empty.exp: Enable resizing tests.
171
272560b5
TT
1722019-08-15 Tom Tromey <tromey@adacore.com>
173
174 * gdb.ada/char_enum.exp: Add regression tests.
175 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
176 and '0'.
177 (Char, Gchar): Update.
178 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
179
08235187
CB
1802019-08-15 Christian Biesinger <cbiesinger@google.com>
181
182 * gdb.python/python.exp: Expect a leading underscore on
183 GdbOutput{,Error}File.
184
22a2ab04
SL
1852019-08-15 Sandra Loosemore <sandra@codesourcery.com>
186
187 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
188 Windows host.
189
835b995b
SL
1902019-08-15 Sandra Loosemore <sandra@codesourcery.com>
191
192 * gdb.base/batch-preserve-term-settings.exp
193 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
194
97dd8e07
CB
1952019-08-15 Christian Biesinger <cbiesinger@google.com>
196
197 * lib/gdb.exp: When running on a mingw target, replace
198 /x/ with x:/.
199
75faf5c4
AH
2002019-08-14 Alan Hayward <alan.hayward@arm.com>
201
202 * gdb.arch/aarch64-prologue.c: New test.
203 * gdb.arch/aarch64-prologue.exp: New file.
204
abc6c00f
TV
2052019-08-13 Tom de Vries <tdevries@suse.de>
206
207 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
208 Thread.
209
74c2c1f4
SL
2102019-08-13 Sandra Loosemore <sandra@codesourcery.com>
211
212 * gdb.python/py-completion.exp: Download the .py file to the host
213 and use its host pathname. Conditionalize tests that use
214 tab completion and manipulate files on the build machine.
215 * gdb.python/py-events.exp: Download the .py file to the host
216 and use its host pathname.
217 * gdb.python/py-evsignal.exp: Likewise.
218 * gdb.python/py-evthreads.exp: Likewise.
219 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
220 pathname syntax.
221 * gdb.python/py-framefilter.exp: Download the .py file to the right
222 place on the host. Match Windows pathname syntax.
223 * gdb.python/py-mi-var-info-path-expression.exp: Download the
224 .py file to the host and use its host pathname.
225 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
226 * gdb.python/py-objfile.exp: Expect a host pathname, not a
227 build pathname. Skip symlink test on Windows host. Add missing
228 newline at end of file.
229 * gdb.python/py-pp-maint.exp: Download the .py file to the host
230 and use its host pathname.
231 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
232 * gdb.python/py-section-script.exp: Use host location of binfile
233 on safe-path. Use correct path separator on Windows host.
234 Reorder alternatives in gdb_test_multiple to prevent matching
235 the wrong alternative on success.
236 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
237
ca2589f3
PP
2382019-08-12 Patrick Palka <patrick@parcs.ath.cx>
239
240 * gdb.gdb/selftest.exp (test_with_self): Update test to now
241 expect the GDB inferior to no longer immediately stop after
242 being resumed with "signal SIGINT".
243
020a839d
SL
2442019-08-09 Sandra Loosemore <sandra@codesourcery.com>
245
246 * gdb.linespec/break-ask.exp: Generalize regexps to match
247 Windows pathnames too.
248
128d6509
TV
2492019-08-08 Tom de Vries <tdevries@suse.de>
250
251 PR testsuite/24862
252 * lib/tuiterm.exp (_accept): Fix CSI regexp.
253
590042fc
PW
2542019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
255
256 * gdb.base/style.exp: Update tests for help doc new invariants.
257 * gdb.base/help.exp: Likewise.
258
046bebe1
TT
2592019-08-06 Tom Tromey <tom@tromey.com>
260
261 * gdb.base/style.exp: Add disassemble test.
262 * gdb.base/style.c (some_called_function): New function.
263 (main): Use it.
264
0b27c27d
CB
2652019-08-05 Christian Biesinger <cbiesinger@google.com>
266
267 * gdb.python/py-block.exp: Test dictionary access on blocks.
268
580f1034
SM
2692019-08-05 Simon Marchi <simon.marchi@efficios.com>
270
271 PR gdb/24863
272 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
273 -list-thread-groups --available test when running under
274 check-read1.
275
d86bd7cb
TV
2762019-08-05 Tom de Vries <tdevries@suse.de>
277
278 PR testsuite/24863
279 * lib/gdb.exp (with_read1_timeout_factor): New proc.
280 * gdb.base/help.exp: Use with_read1_timeout_factor.
281 * gdb.base/info-macros.exp: Same.
282 * gdb.cp/nested-types.exp: Same.
283
a80cf5d8
TV
2842019-08-05 Tom de Vries <tdevries@suse.de>
285
286 * lib/gdb.exp (version_at_least): Factor out of ...
287 (tcl_version_at_least): ... here.
288 (gdb_compile): Fail if pie results in non-PIE executable.
289 (readelf_version, readelf_prints_pie): New proc.
290 (exec_is_pie): Return -1 if unknown.
291
d0962838
TV
2922019-08-05 Tom de Vries <tdevries@suse.de>
293
294 * lib/gdb.exp (tcl_version_at_least): Fix typo.
295
2252ff3d
SL
2962019-08-04 Sandra Loosemore <sandra@codesourcery.com>
297
298 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
299
26655f53
SL
3002019-08-04 Sandra Loosemore <sandra@codesourcery.com>
301
302 * lib/completion-support.exp (test_gdb_complete_none): Skip
303 tab completion tests if no readline support.
304 (test_gdb_complete_unique_re): Likewise.
305 (test_gdb_complete_multiple): Likewise.
306
db4dc13e
PW
3072019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
308
309 * gdb.base/info_sources.exp: New file.
310 * gdb.base/info_sources.c: New file.
311 * gdb.base/info_sources_base.c: New file.
312
0eba165a
PFC
3132019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
314
315 * gdb.base/batch-exit-status.exp: Call test_exit_status with
316 prefix argument.
317 (test_exit_status): Add prefix argument.
318
59bd512b
TV
3192019-08-01 Tom de Vries <tdevries@suse.de>
320
321 PR testsuite/24863
322 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
323 calling exp_continue for new thread and thread exited messages.
324
2a3ad588
TV
3252019-08-01 Tom de Vries <tdevries@suse.de>
326
327 PR testsuite/24863
328 * gdb.base/structs.exp: Fix check-read1 timeout using
329 gdb_test_sequence.
330 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
331
117eb594
TV
3322019-08-01 Tom de Vries <tdevries@suse.de>
333
334 PR testsuite/24863
335 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
336 line.
337
ed591340
TV
3382019-08-01 Tom de Vries <tdevries@suse.de>
339
340 PR testsuite/24863
341 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
342
aa3b6533
TT
3432019-07-30 Tom Tromey <tromey@adacore.com>
344
345 * gdb.ada/display_nested.exp: New file.
346 * gdb.ada/display_nested/foo.adb: New file.
347 * gdb.ada/display_nested/pack.adb: New file.
348 * gdb.ada/display_nested/pack.ads: New file.
349
2906593f
CB
3502019-07-30 Christian Biesinger <cbiesinger@google.com>
351
352 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
353 namespace.
354 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
355
0f575925
TV
3562019-07-30 Tom de Vries <tdevries@suse.de>
357
358 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
359 instead.
360
b13057d9
TV
3612019-07-30 Tom de Vries <tdevries@suse.de>
362
363 PR testsuite/24834
364 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
365 (exec_is_pie): New proc.
366
5c4dde85
CB
3672019-07-29 Christian Biesinger <cbiesinger@google.com>
368
369 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
370
c620ed88
CB
3712019-07-29 Christian Biesinger <cbiesinger@google.com>
372
373 * gdb.python/py-objfile.c: Add global and static vars.
374 * gdb.python/py-objfile.exp: Test new functions Objfile.
375 lookup_global_symbol and lookup_static_symbol.
376
3d235706
TT
3772019-07-29 Tom Tromey <tom@tromey.com>
378
379 * lib/tuiterm.exp (Term::_csi_@): New proc.
380 (Term::_csi_X): Don't move cursor.
381
c7e4c0a6
PW
3822019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
383
384 * gdb.base/options.exp: Update backtrace - completion to
385 new option -frame-info.
386 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
387 Test new 'set print frame-info'. Test backtrace -frame-info
388 overriding 'set print frame-info'.
389 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
390 Test new 'set print frame-info'.
391 Verify consistency of backtrace with and without filters, with and
392 without -no-filters.
393 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
394 default.
395
de28a3b7
TV
3962019-07-29 Tom de Vries <tdevries@suse.de>
397
398 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
399 no arguments".
400
507dd60e
TV
4012019-07-29 Tom de Vries <tdevries@suse.de>
402
403 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
404 is a substring of the first for "complete non-unique file name".
405
5beafce9
TV
4062019-07-29 Tom de Vries <tdevries@suse.de>
407
408 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
409 with ".*".
410
2d274232
TV
4112019-07-29 Tom de Vries <tdevries@suse.de>
412
413 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
414 Pass prompt_regexp parameter to gdb_test_multiple calls.
415
9197cd8b
TV
4162019-07-29 Tom de Vries <tdevries@suse.de>
417
418 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
419 print registers" regexps.
420
b528dae0
TV
4212019-07-29 Tom de Vries <tdevries@suse.de>
422
423 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
424
d17725d7
TV
4252019-07-29 Tom de Vries <tdevries@suse.de>
426
427 PR gdb/24855
428 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
429 (skip_python_tests_prompt): Add prompt_regexp argument to
430 gdb_test_multiple calls.
431
52b75bf1
TT
4322019-07-27 Tom Tromey <tom@tromey.com>
433
434 * gdb.tui/main.exp: New file.
435
2b1d00c2
TT
4362019-07-27 Tom Tromey <tom@tromey.com>
437
438 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
439 optional.
440 * gdb.tui/empty.exp: New file.
441
ded631d5
TT
4422019-07-27 Tom Tromey <tom@tromey.com>
443
444 * lib/tuiterm.exp (spawn): New proc.
445 (Term::resize): New proc.
446 * gdb.tui/resize.exp: New file.
447
58ac439d
TT
4482019-07-27 Tom Tromey <tom@tromey.com>
449
450 * gdb.tui/list.exp: New file.
451
fe1f56ee
TT
4522019-07-27 Tom Tromey <tom@tromey.com>
453
454 * gdb.tui/regs.exp: New file.
455
f790b310
TT
4562019-07-27 Tom Tromey <tom@tromey.com>
457
458 * gdb.tui/basic.exp: Add "layout split" test.
459
d95fc6ee
TT
4602019-07-27 Tom Tromey <tom@tromey.com>
461
462 * gdb.tui/basic.exp: Add "layout asm" test.
463
c3786b3a
TT
4642019-07-27 Tom Tromey <tom@tromey.com>
465
466 * lib/tuiterm.exp: New file.
467 * gdb.tui/basic.exp: New file.
468
98a617f8
KB
4692019-07-27 Kevin Buettner <kevinb@redhat.com>
470
471 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
472 Enable tests associated with this flag. Adjust regex
473 referencing "foo_low" to now refer to "foo_cold" instead.
474
5c076da4
KB
4752019-07-27 Kevin Buettner <kevinb@redhat.com>
476
477 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
478 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
479 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
480 foo_cold. Revise comments to match.
481 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
482 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
483 were wrapped into this proc; Call do_test in loop from outermost
484 level.
485 (foo_low): Rename all occurrences to "foo_cold".
486 (backtrace from baz): New test.
487 (x2/i foo_cold): New test.
488 (info line *foo_cold): New test.
489
1512d3b7
TV
4902019-07-26 Tom de Vries <tdevries@suse.de>
491
492 * gdb.arch/i386-pkru.exp: Fix unterminated string.
493
297989a1
TV
4942019-07-25 Tom de Vries <tdevries@suse.de>
495
496 PR testsuite/24830
497 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
498 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
499 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
500 (skip_libstdcxx_probe_tests): ... here.
501 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
502
b3b965fb
TV
5032019-07-24 Tom de Vries <tdevries@suse.de>
504
505 PR testsuite/24807
506 * gdb.objc/basicclass.m: Include stdio.h.
507 * gdb.objc/nondebug.m: Same.
508 * gdb.objc/objcdecode.m: Same.
509
4625b4d0
TV
5102019-07-24 Tom de Vries <tdevries@suse.de>
511
512 PR testsuite/24612
513 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
514 additional_flags.
515
024a5840
TV
5162019-07-24 Tom de Vries <tdevries@suse.de>
517
518 PR testsuite/24831
519 * gdb.multi/tids.exp: Update error messages for info threads.
520
c76ddaa3
TV
5212019-07-24 Tom de Vries <tdevries@suse.de>
522
523 * gdb.base/info-types.exp: Allow info types to print info for more than
524 one file.
525
9a618ef6
TV
5262019-07-23 Tom de Vries <tdevries@suse.de>
527
528 PR testsuite/24842
529 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
530 gdb_spawn_with_cmdline_opts.
531
40eadf04
SP
5322019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
533
534 * gdb.arch/arm-cmse-sgstubs.c: New test.
535 * gdb.arch/arm-cmse-sgstubs.exp: New file.
536
5ba29434
TV
5372019-07-23 Tom de Vries <tdevries@suse.de>
538
539 PR testsuite/24711
540 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
541 issuing next command.
542
a8e9d247
AB
5432019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * gdb.ada/info_auto_lang.exp: Update expected results.
546 * gdb.base/info-types.c: Add additional types to check.
547 * gdb.base/info-types.exp: Update expected results.
548
eb86c5e2
AB
5492019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.base/info-types.c: New file.
552 * gdb.base/info-types.exp: New file.
553
01e175fe
AB
5542019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.arch/riscv-bp-infcall.c: New file.
557 * gdb.arch/riscv-bp-infcall.exp: New file.
558
6b78c3f8
AB
5592019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 PR breakpoints/24541
562 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
563
da738167
TV
5642019-07-14 Tom de Vries <tdevries@suse.de>
565
566 PR testsuite/24760
567 * gdb.objc/basicclass.exp: Fix unterminated string.
568
0d4e84ed
AB
5692019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
570 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
573 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
574 negative bounds.
575 * gdb.fortran/vla-value.exp: Print elements of an array with
576 negative bounds.
577 * gdb.fortran/vla.f90: Setup an array with negative bounds for
578 testing.
579
021d8588
AB
5802019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.base/options.exp (expect_string): Dequote strings in
583 results.
584 (test-string): Test strings with different quoting and reindent.
585
f06f1252
TT
5862019-07-10 Tom Tromey <tromey@adacore.com>
587
588 * gdb.ada/mi_ex_cond.exp: Update expected results.
589 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
590 * gdb.ada/mi_catch_ex.exp: Update expected results.
591 * gdb.ada/mi_catch_assert.exp: Update expected results.
592 * gdb.ada/catch_ex.exp (catch_exception_info)
593 (catch_exception_entry, catch_assert_entry)
594 (catch_unhandled_entry): Update.
595 * gdb.ada/catch_assert_if.exp: Update expected results.
596
b863685d
RB
5972019-07-10 Richard Bunt <richard.bunt@arm.com>
598 Stephen Roberts <stephen.roberts@arm.com>
599
600 * gdb.base/define.exp: Restore original prompt.
601
cb1e4e32
PA
6022019-07-09 Pedro Alves <palves@redhat.com>
603
604 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
605 breakpoints" output.
606 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
607 * gdb.python/py-breakpoint.exp: No longer expect that "catch
608 throw" creates breakpoint.
609 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
610 'type="catchpoint"'.
611
b58a68fe
PA
6122019-07-09 Pedro Alves <palves@redhat.com>
613
614 PR c++/15468
615 * gdb.cp/except-multi-location-lib.cc: New.
616 * gdb.cp/except-multi-location-main.cc: New.
617 * gdb.cp/except-multi-location.exp: New.
618
0826779b
PW
6192019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
620
621 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
622 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
623 argument and update callers.
624
5b0e2db4
AB
6252019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.arch/amd64-break-on-asm-line.S: New file.
628 * gdb.arch/amd64-break-on-asm-line.exp: New file.
629
1f6f6e21
PW
6302019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
631
632 * gdb.base/printcmds.exp: Test printing C string and
633 C wide string convenience vars without transiting via the inferior.
634 Also make test names unique.
635
ea142fbf
AH
6362019-07-08 Alan Hayward <alan.hayward@arm.com>
637
638 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
639
213fd9fa
PA
6402019-07-04 Pedro Alves <palves@redhat.com>
641
642 * lib/gdb.exp (foreach_with_prefix): Don't return early if
643 body returned ok(0), break(3) or continue(4).
644 * gdb.testsuite/foreach_with_prefix.exp: New file.
645
2b40fda7
AH
6462019-07-04 Alan Hayward <alan.hayward@arm.com>
647
648 * gdb.server/unittest.exp: Allow 0 unit tests to run.
649
a26c8de0
PA
6502019-07-03 Pedro Alves <palves@redhat.com>
651
652 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
653 "return -code".
654
5f4ba3e7
PA
6552019-07-03 Pedro Alves <palves@redhat.com>
656
657 PR cli/24732
658 * gdb.base/shell.exp: Load completion-support.exp.
659 Adjust expected error output. Add completion tests.
660
a994424f
PA
6612019-07-03 Pedro Alves <palves@redhat.com>
662
663 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
664 string_to_regexp.
665
3d9be6f5
PA
6662019-07-03 Pedro Alves <palves@redhat.com>
667
668 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
669 (expect_integer): Adjust to expect "-string".
670 (expect_string): New.
671 (all_options): Expect "-string".
672 (test-flag, test-boolean): Adjust to expect "-string".
673 (test-string): New proc.
674 (top level): Call it.
675
41fc454c
PA
6762019-07-03 Pedro Alves <palves@redhat.com>
677
678 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
679 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
680 the expected output in the success.
681
b2b2a215
PA
6822019-07-03 Pedro Alves <palves@redhat.com>
683
684 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
685 Split one gdb_test_multiple call in two to avoid a race.
686
fdbc9870
PA
6872019-07-03 Pedro Alves <palves@redhat.com>
688
689 * gdb.base/with.c: New file.
690 * gdb.base/with.exp: New file.
691
c6ac8931
PA
6922019-07-03 Pedro Alves <palves@redhat.com>
693
694 * gdb.base/settings.exp: Replace all references to "maint
695 test-settings set" with references to "maint set test-settings",
696 and all references to "maint test-settings show" with references
697 to "maint show test-settings".
698
970f9d09
PA
6992019-07-03 Pedro Alves <palves@redhat.com>
700
701 * gdb.base/settings.exp (test-string): Adjust expected out when
702 testing "maint test-settings show filename"
703
54d66006
PA
7042019-07-02 Pedro Alves <palves@redhat.com>
705
706 * gdb.base/options.exp (test-info-threads): New procedure.
707 (top level): Call it.
708
10d06d82
TT
7092019-06-28 Tom Tromey <tromey@adacore.com>
710
711 * gdb.dwarf2/ada-linkage-name.c: New file.
712 * gdb.dwarf2/ada-linkage-name.exp: New file.
713
3d507ff2
TT
7142019-06-27 Tom Tromey <tromey@adacore.com>
715
716 * gdb.cp/constexpr-field.exp: Use setup_xfail.
717
8af58ffe
TV
7182019-06-26 Tom de Vries <tdevries@suse.de>
719
720 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
721
22e21752
TV
7222019-06-26 Tom de Vries <tdevries@suse.de>
723
724 * gdb.base/index-cache.exp: Add back missing debug option.
725
b65b566c
PW
7262019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
727
728 * gdb.base/alias.exp: Test non matching/non existing prefixes.
729
5c2c8c69
TV
7302019-06-25 Tom de Vries <tdevries@suse.de>
731
732 PR testsuite/24727
733 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
734
164e3873
TV
7352019-06-24 Tom de Vries <tdevries@suse.de>
736
737 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
738
824eacee
TV
7392019-06-24 Tom de Vries <tdevries@suse.de>
740
741 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
742 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
743 * gdb.trace/unavailable-dwarf-piece.exp: Same.
744
385b97d3
TV
7452019-06-24 Tom de Vries <tdevries@suse.de>
746
747 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
748
c596f180
TV
7492019-06-21 Tom de Vries <tdevries@suse.de>
750
751 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
752
b13a7d03
TV
7532019-06-21 Tom de Vries <tdevries@suse.de>
754
755 PR testsuite/24518
756 PR ada/24713
757 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
758 index.
759
899277ae
TT
7602019-06-19 Tom Tromey <tromey@adacore.com>
761
762 * gdb.ada/length_cond.exp: Add intro comment.
763
680e1bee
TT
7642019-06-19 Tom Tromey <tromey@adacore.com>
765
766 * gdb.ada/length_cond.exp: New file.
767 * gdb.ada/length_cond/length_cond.adb: New file.
768 * gdb.ada/length_cond/pck.adb: New file.
769 * gdb.ada/length_cond/pck.ads: New file.
770
0ed4690a
TV
7712019-06-18 Tom de Vries <tdevries@suse.de>
772
773 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
774
d20ed5fd
TT
7752019-06-18 Tom Tromey <tromey@adacore.com>
776
777 * gdb.base/list0.h: Add comment explaining control character.
778
86e04673
TV
7792019-06-18 Tom de Vries <tdevries@suse.de>
780
781 * boards/fission.exp: Break up long debug_flags line.
782
c4973306
SM
7832019-06-16 Tom de Vries <tdevries@suse.de>
784
785 PR gdb/24445
786 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
787 generated index.
788
93cb9841
AB
7892019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 PR gdb/24686
792 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
793 improve detection of bug gdb/24541.
794
399aaebd
SM
7952019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
796
797 PR gdb/24669
798 * gdb.base/index-cache.exp (uses_readnow,
799 expecting_index_cache_use): Define global variable.
800 (test_cache_enabled_miss, test_cache_enabled_hit): Use
801 expecting_index_cache_use.
802
584a927c
AB
8032019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
804 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.fortran/pointers.f90: New file.
807 * gdb.fortran/print_type.exp: New file.
808 * gdb.fortran/vla-ptype.exp: Adapt expected results.
809 * gdb.fortran/vla-type.exp: Likewise.
810 * gdb.fortran/vla-value.exp: Likewise.
811 * gdb.mi/mi-vla-fortran.exp: Likewise.
812
30056ea0
AB
8132019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
816 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
817 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
818 as a stop reason.
819
ec8e2b6d
AB
8202019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
821
822 * gdb.base/annota1.exp: Update expected results.
823 * gdb.cp/annota2.exp: Likewise.
824 * gdb.cp/annota3.exp: Likewise.
825
09e4c4e1
AB
8262019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.base/style-logging.exp: Remove path from test name.
829
0735b091
TT
8302019-06-14 Tom Tromey <tromey@adacore.com>
831
832 PR gdb/24502:
833 * gdb.base/style-logging.exp: New file.
834
f5686554
TT
8352019-06-14 Tom Tromey <tromey@adacore.com>
836
837 * gdb.base/symfile-warn.exp: New file.
838 * gdb.base/symfile-warn.c: New file.
839
a0c1ffed
TT
8402019-06-14 Tom Tromey <tromey@adacore.com>
841
842 * gdb.base/annotate-symlink.exp: New file.
843
f411722c
TT
8442019-06-14 Tom Tromey <tromey@adacore.com>
845
846 * gdb.ada/set_wstr.exp: Add reassignment test.
847
4268ec18
TT
8482019-06-14 Tom Tromey <tromey@adacore.com>
849
850 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
851 'unchecked_access and 'unrestricted_access as well.
852
9a9e394b
TT
8532019-06-14 Tom Tromey <tromey@adacore.com>
854
855 PR ada/24539:
856 * gdb.ada/vla.exp: Update tests.
857 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
858 pragma.
859
4c048731
PA
8602019-06-13 Pedro Alves <palves@redhat.com>
861
862 * gdb.base/settings.exp (test-integer): Test junk after
863 "unlimited".
864
6665660a
PA
8652019-06-13 Pedro Alves <palves@redhat.com>
866
867 * gdb.base/options.exp (test-thread-apply): New.
868 (top level): Call it.
869
5d707134
PA
8702019-06-13 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/options.exp (test-frame-apply): New.
873 (top level): Test print commands with different "frame apply"
874 prefixes.
875
e2a689da
PA
8762019-06-13 Pedro Alves <palves@redhat.com>
877
e79be6e5 878 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
879 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
880 'max_completions' parameter and handle it.
881 (test_gdb_completion_offers_commands): New.
882
90a1ef87
PA
8832019-06-13 Pedro Alves <palves@redhat.com>
884
885 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
886
d4c16835
PA
8872019-06-13 Pedro Alves <palves@redhat.com>
888
889 * gdb.base/options.exp (test-backtrace): New.
890 (top level): Call it.
891
2daf894e
PA
8922019-06-13 Pedro Alves <palves@redhat.com>
893
894 * gdb.guile/scm-frame-args.exp: Use "set print
895 raw-frame-arguments" instead of "set print raw frame-arguments".
896 * gdb.python/py-frame-args.exp: Likewise.
897
e6ed716c
PA
8982019-06-13 Pedro Alves <palves@redhat.com>
899
900 * gdb.compile/compile.exp: Adjust expected output to option
901 processing changes.
902
7d8062de
PA
9032019-06-13 Pedro Alves <palves@redhat.com>
904
905 * gdb.base/options.exp: Build executable.
906 (test-print): New procedure.
907 (top level): Call it, once for "print" and another for "compile
908 print".
909
9d0faba9
PA
9102019-06-13 Pedro Alves <palves@redhat.com>
911
912 * gdb.base/options.c: New file.
913 * gdb.base/options.exp: New file.
914
dee7b4c8
PA
9152019-06-13 Pedro Alves <palves@redhat.com>
916
917 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
918 that "o" is ambiguous.
919
dca0f6c0
PA
9202019-06-13 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/settings.c: New file.
923 * gdb.base/settings.exp: New file.
924
ccf46844
PA
9252019-06-13 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/completion.exp: Fix comment typo.
928
b9a3f842
PA
9292019-06-13 Pedro Alves <palves@redhat.com>
930
931 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
932 foo --1" test.
933
d106773e
PA
9342019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
935
936 * gdb.fortran/block-data.f: New.
937 * gdb.fortran/block-data.exp: New.
938
fea82da0
TV
9392019-06-11 Tom de Vries <tdevries@suse.de>
940
941 PR testsuite/24521
942 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
943 message.
944
8c2e74f1
TV
9452019-06-11 Tom de Vries <tdevries@suse.de>
946
947 PR testsuite/24521
948 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
949
b49851c8
TV
9502019-06-11 Tom de Vries <tdevries@suse.de>
951
952 * boards/readnow.exp: New file.
953
a7067863
AB
9542019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * gdb.fortran/vla-sizeof.exp: Update expected results.
957
1a3da2cd
AB
9582019-06-06 Amos Bird <amosbird@gmail.com>
959
960 * gdb.base/annota1.exp (thread_switch): Add test for
961 thread-exited annotation.
962
3847a7bf
TT
9632019-06-06 Tom Tromey <tromey@adacore.com>
964
965 * gdb.base/maint.exp: Expect command started/finished output.
966
0088ba59
AB
9672019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
970 comment.
971 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
972
312617a3
AB
9732019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
976 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
977 * gdb.arch/riscv-unwind-long-insn.c: New file.
978 * gdb.arch/riscv-unwind-long-insn.exp: New file.
979
e1f2e1a2
CB
9802019-06-04 Christian Biesinger <cbiesinger@google.com>
981
d3238f7d 982 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 983
206584bd
PW
9842019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
985
986 * lib/gdb.exp (help_list_trailer): New regexp variable
987 factorizing the help trailer message.
988 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
989 arg to allow to better factorize various tests.
990 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
991 (test_prefix_command_help): Use help_list_trailer.
992 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
993 * gdb.guile/scm-cmd.exp: Likewise.
994 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
995 * gdb.base/help.exp: Use test_user_defined_class_help.
996 * gdb.base/style.exp: Add tests for styling of help and apropos.
997 * lib/gdb-utils.exp (style): Add title and highlight styles.
998
708dc93e
PW
9992019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1000
1001 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1002 $_shell_exitsignal.
1003 * gdb.base/default.exp: Update for new convenience variables.
1004
f49055a5
TT
10052019-05-29 Tom Tromey <tromey@adacore.com>
1006
1007 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1008 to "break complete ada" test case's regexp.
1009
4330d61d
TT
10102019-05-29 Tom Tromey <tromey@adacore.com>
1011
1012 PR c++/20020:
1013 * gdb.cp/constexpr-field.exp: New file.
1014 * gdb.cp/constexpr-field.cc: New file.
1015
000439d5
TT
10162019-05-29 Tom Tromey <tromey@adacore.com>
1017
1018 * gdb.base/finish.exp (finish_no_print): New proc.
1019 (finish_tests): Call it.
1020
5a01c34c
TV
10212019-05-24 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.dwarf2/gdb-add-index.exp: New file.
1024
18125b16
TT
10252019-05-22 Tom Tromey <tromey@adacore.com>
1026
1027 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1028 * gdb.base/style.exp: Use "style".
1029 * lib/gdb-utils.exp (style): New proc.
1030
af1a8d03
TV
10312019-05-22 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.base/align.exp: Require c++11.
1034
e7fe496b
TV
10352019-05-22 Tom de Vries <tdevries@suse.de>
1036
1037 PR testsuite/24586
1038 * gdb.python/py-mi-var-info-path-expression.exp: Call
1039 mi_skip_python_tests to check if python is supported.
1040
8fca4da0
AH
10412019-05-22 Alan Hayward <alan.hayward@arm.com>
1042
1043 * gdb.arch/aarch64-pauth.c: New test.
1044 * gdb.arch/aarch64-pauth.exp: New file.
1045
b7060614
AH
10462019-05-22 Alan Hayward <alan.hayward@arm.com>
1047
1048 * README (Re-running Tests Outside The Testsuite): New section.
1049
669d0468
TV
10502019-05-21 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.arch/amd64-eval.exp: Require c++11.
1053 * gdb.base/max-depth.exp: Same.
1054 * gdb.compile/compile-cplus-array-decay.exp: Same.
1055 * gdb.cp/meth-typedefs.exp: Same.
1056 * gdb.cp/subtypes.exp: Same.
1057 * gdb.cp/temargs.exp: Same.
1058
ce3ebcaa
AH
10592019-05-21 Alan Hayward <alan.hayward@arm.com>
1060
1061 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1062
34d11c68
AB
10632019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 PR gdb/18644
1066 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1067 * gdb.fortran/printing-types.exp: Add new test.
1068 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1069 testing.
1070 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1071 setup_kfail call.
1072
87781e84
AH
10732019-05-17 Alan Hayward <alan.hayward@arm.com>
1074
1075 * README (Running the Testsuite): Change example.
1076 (Testsuite Parameters): Remove TRANSCRIPT.
1077 * lib/gdb.exp: Remove TRANSCRIPT check.
1078
b420b89e
AH
10792019-05-17 Alan Hayward <alan.hayward@arm.com>
1080
1081 * README (Testsuite Parameters): Add replay logging to
1082 GDBSERVER_DEBUG.
1083 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1084 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1085 as a comma separated list.
1086 (gdb_debug_init): Override procedure.
1087
408e9b8b
AH
10882019-05-17 Alan Hayward <alan.hayward@arm.com>
1089
1090 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1091 (gdb_write_cmd_file): New procedure.
1092 * lib/gdbserver-support.exp (gdbserver_start): Call
1093 gdbserver_write_cmd_file.
1094 (gdbserver_write_cmd_file): New procedure.
1095
f9e2e39d
AH
10962019-05-17 Alan Hayward <alan.hayward@arm.com>
1097
1098 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1099 (delete_breakpoints): Likewise.
1100 (gdb_run_cmd): Likewise.
1101 (gdb_start_cmd): Likewise.
1102 (gdb_starti_cmd): Likewise.
1103 (gdb_internal_error_resync): Likewise.
1104 (gdb_test_multiple): Likewise.
1105 (gdb_reinitialize_dir): Likewise.
1106 (default_gdb_exit): Likewise.
1107 (gdb_file_cmd): Mark kill as optional.
1108 (default_gdb_start): Call gdb_stdin_log_init.
1109 (send_gdb): Call gdb_stdin_log_write.
1110 (rerun_to_main): Mark Y as an answer.
1111 (gdb_stdin_log_init): New function.
1112 (gdb_stdin_log_write): Likewise.
1113
81f47ac2
AH
11142019-05-17 Alan Hayward <alan.hayward@arm.com>
1115
1116 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1117 * gdb.base/debug-expr.exp: Likewise.
1118 * gdb.base/foll-fork.exp: Likewise.
1119 * gdb.base/foll-vfork.exp: Likewise.
1120 * gdb.base/fork-print-inferior-events.exp: Likewise.
1121 * gdb.base/gdb-sigterm.exp: Likewise.
1122 * gdb.base/gdbinit-history.exp: Likewise.
1123 * gdb.base/osabi.exp: Likewise.
1124 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1125 * gdb.base/ui-redirect.exp: Likewise.
1126 * gdb.gdb/unittest.exp: Likewise.
1127 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1128 * gdb.mi/mi-watch.exp: Likewise.
1129 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1130 * gdb.mi/user-selected-context-sync.exp: Likewise.
1131 * gdb.python/python.exp: Disable debug test when debugging.
1132 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1133 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1134 Likewise.
1135 * gdb.threads/stepi-random-signal.exp: Likewise.
1136
29b52314
AH
11372019-05-17 Alan Hayward <alan.hayward@arm.com>
1138
1139 * Makefile.in: Pass through GDB_DEBUG.
1140 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1141 (gdb,debug): Add board setting.
1142 * lib/gdb.exp (default_gdb_start): Start debugging.
1143 (gdb_debug_enabled): New procedure.
1144 (gdb_debug_init): Likewise.
29b52314
AH
1145
11462019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1147
29b52314
AH
1148 * Makefile.in: Pass through GDB_DEBUG.
1149 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1150 (gdb,debug): Add board setting.
1151 * lib/gdb.exp (default_gdb_start): Start debugging.
1152 (gdb_debug_enabled): New procedure.
1153 (gdb_debug_init): Likewise.
29b52314 1154
ca1285d1
AH
11552019-05-17 Alan Hayward <alan.hayward@arm.com>
1156
1157 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1158
f3a09c80
AH
11592019-05-17 Alan Hayward <alan.hayward@arm.com>
1160
1161 * gdb.base/ui-redirect.exp: Test redirection.
1162
26648588
JV
11632019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1164
1165 * gdb.mi/mi-complete.exp: New file.
1166 * gdb.mi/mi-complete.cc: Likewise.
1167
14237686
AB
11682019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1169
1170 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1171 indexed and sliced arrays, and pointers to arrays.
1172
e7bd7fba
TT
11732019-05-14 Tom Tromey <tromey@adacore.com>
1174
1175 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1176 styling test.
1177
2764128d
TV
11782019-05-14 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1181 selection entry encoding.
1182
71bed2db
TT
11832019-05-10 Tom Tromey <tromey@adacore.com>
1184
1185 * gdb.ada/info_exc.exp: Add "complete" test.
1186
63b667ad
TV
11872019-05-09 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1190 CU-relative.
1191
9cfd2b89
TV
11922019-05-09 Tom de Vries <tdevries@suse.de>
1193
1194 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1195 CU-relative.
1196
2228ef77
XR
11972019-05-08 Joel Brobecker <brobecker@adacore.com>
1198
1199 * gdb.ada/frame_arg_lang.exp: New testcase.
1200 * gdb.ada/frame_arg_lang/bla.adb: New file.
1201 * gdb.ada/frame_arg_lang/pck.ads: New file.
1202 * gdb.ada/frame_arg_lang/pck.adb: New file.
1203 * gdb.ada/frame_arg_lang/foo.c: New file.
1204
80e55b13
TT
12052019-05-08 Tom Tromey <tromey@adacore.com>
1206
1207 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1208
9d3421af
TT
12092019-05-08 Tom Tromey <tromey@adacore.com>
1210
1211 * gdb.base/ptype-offsets.exp: Update tests.
1212
844333e2
TT
12132019-05-08 Tom Tromey <tromey@adacore.com>
1214
1215 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1216 cases.
1217 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1218 "short".
1219
988915ee
TT
12202019-05-08 Tom Tromey <tromey@adacore.com>
1221
1222 * gdb.ada/vla.exp: New file.
1223 * gdb.ada/vla/vla.adb: New file.
1224
7bd55dac
TV
12252019-05-07 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1228
75f06e9d
TV
12292019-05-07 Tom de Vries <tdevries@suse.de>
1230
1231 PR testsuite/24522
1232 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1233 section.
1234
77e7aaa4
TV
12352019-05-07 Tom de Vries <tdevries@suse.de>
1236
1237 PR testsuite/24522
1238 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1239 .debug_aranges section.
1240
456ba0fa
TV
12412019-05-07 Tom de Vries <tdevries@suse.de>
1242
1243 PR testsuite/24159
1244 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1245
5a56d6a6
TV
12462019-05-06 Tom de Vries <tdevries@suse.de>
1247
1248 * lib/gdb.exp (exec_has_index_section): New proc.
1249 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1250 section.
1251
9d6d4be8
TV
12522019-05-04 Tom de Vries <tdevries@suse.de>
1253
1254 * boards/cc-with-debug-names.exp: New file.
1255
222a8d25
TT
12562019-05-03 Tom Tromey <tromey@adacore.com>
1257
1258 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1259 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1260 * gdb.ada/char_enum.exp: Add test.
1261
0fdfd794
TV
12622019-05-03 Tom de Vries <tdevries@suse.de>
1263
1264 * boards/cc-with-gdb-index.exp: New file.
1265
80062eb9
AB
12662019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.rust/simple.exp: Add new test case.
1269 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1270 (main): Initialise an instance of the new struct.
1271
4504bbde
TT
12722019-05-01 Tom Tromey <tromey@adacore.com>
1273
1274 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1275 record.
1276 (NPR): New variable.
1277 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1278 test.
1279
d48e62f4
TT
12802019-05-01 Tom Tromey <tromey@adacore.com>
1281
1282 * gdb.ada/packed_array_assign.exp: Add packed assignment
1283 regression test.
1284
f59f30f5
TV
12852019-05-01 Tom de Vries <tdevries@suse.de>
1286
1287 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1288
b70bfc54
TV
12892019-05-01 Tom de Vries <tdevries@suse.de>
1290
1291 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1292
15f18d14
AT
12932019-04-30 Ali Tamur <tamur@google.com>
1294
1295 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1296
2ff0a947
TT
12972019-04-30 Tom Tromey <tromey@adacore.com>
1298
1299 * lib/ada.exp (find_ada_tool): New proc.
1300 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1301 * gdb.ada/catch_ex_std.exp: New file.
1302 * gdb.ada/catch_ex_std/foo.adb: New file.
1303 * gdb.ada/catch_ex_std/some_package.adb: New file.
1304 * gdb.ada/catch_ex_std/some_package.ads: New file.
1305
a776957c
TT
13062019-04-30 Tom Tromey <tromey@adacore.com>
1307
1308 PR c++/24470:
1309 * gdb.cp/temargs.cc: Add test code from PR.
1310
bc68014d
AB
13112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdb.fortran/vla-datatypes.exp: Update expected results.
1314 * gdb.fortran/vla-ptype.exp: Likewise.
1315 * gdb.fortran/vla-type.exp: Likewise.
1316 * gdb.fortran/vla-value.exp: Likewise.
1317
f1fdc960
AB
13182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1319
1320 * gdb.fortran/ptr-indentation.exp: Update expected results.
1321 * gdb.fortran/ptype-on-functions.exp: Likewise.
1322 * gdb.fortran/vla-ptr-info.exp: Likewise.
1323 * gdb.fortran/vla-value.exp: Likewise.
1324
bf7a4de1
AB
13252019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1326
1327 * gdb.fortran/ptype-on-functions.exp: New file.
1328 * gdb.fortran/ptype-on-functions.f90: New file.
1329
bbe75b9d
AB
13302019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1333 case void string.
1334
1db455a7
AB
13352019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * gdb.fortran/complex.exp: Expand.
1338 * gdb.fortran/complex.f: Renamed to...
1339 * gdb.fortran/complex.f90: ...this, and extended to add more
1340 complex values.
1341
b6d03bb2
AB
13422019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1345 MODULO, CMPLX.
1346
2e62ab40
AB
13472019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1348 Richard Bunt <richard.bunt@arm.com>
1349
1350 * gdb.base/max-depth.c: New file.
1351 * gdb.base/max-depth.exp: New file.
1352 * gdb.python/py-nested-maps.c: New file.
1353 * gdb.python/py-nested-maps.exp: New file.
1354 * gdb.python/py-nested-maps.py: New file.
1355 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1356 (test_all_common): Call test_max_depth.
1357 * gdb.fortran/max-depth.exp: New file.
1358 * gdb.fortran/max-depth.f90: New file.
1359 * gdb.go/max-depth.exp: New file.
1360 * gdb.go/max-depth.go: New file.
1361 * gdb.modula2/max-depth.exp: New file.
1362 * gdb.modula2/max-depth.c: New file.
1363 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1364
d2b584a5
TV
13652019-04-29 Tom de Vries <tdevries@suse.de>
1366
1367 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1368
136afab8
PW
13692019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1370
1371 * gdb.base/callexit.exp: Test may-call-functions off.
1372
725cbb63
KS
13732019-04-25 Keith Seitz <keiths@redhat.com>
1374
1375 PR c++/24367
1376 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1377 (another_incomplete_struct, test_incomplete): New definitions.
1378 (main): Use new definitions.
1379 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1380 functions.
1381
82433e3e
SDJ
13822019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1383
1384 PR corefiles/11608
1385 PR corefiles/18187
1386 * gdb.base/coredump-filter-build-id.exp: New file.
1387
dd06d4d6
AH
13882019-04-25 Alan Hayward <alan.hayward@arm.com>
1389
e79be6e5
SM
1390 * Makefile.in: Pass through GDBSERVER_DEBUG.
1391 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1392 (gdbserver,debug): Add board setting.
1393 * gdb.trace/tspeed.exp: Skip when debugging.
1394 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1395 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1396
1670072e
TT
13972019-04-24 Tom Tromey <tromey@adacore.com>
1398
1399 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1400 Rust.
1401
a59240a4
TT
14022019-04-24 Tom Tromey <tromey@adacore.com>
1403
1404 * gdb.arch/amd64-eval.exp: Test bitfield return.
1405 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1406 (class Foo) <return_bitfields>: New method.
1407 (main): Call it.
1408
b907456c
AB
14092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1410
1411 * gdb.cp/many-args.cc: New file.
1412 * gdb.cp/many-args.exp: New file.
1413
5c565afd
TV
14142019-04-23 Tom de Vries <tdevries@suse.de>
1415
1416 PR gdb/24433
1417 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1418
ba22ff86
AH
14192019-04-23 Alan Hayward <alan.hayward@arm.com>
1420
1421 * gdb.trace/backtrace.exp: Use nopie flag.
1422 * gdb.trace/circ.exp: Likewise.
1423 * gdb.trace/collection.exp: Likewise.
1424 * gdb.trace/ftrace.exp: Likewise.
1425 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1426 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1427 * gdb.trace/qtro.exp: Likewise.
1428 * gdb.trace/read-memory.exp: Likewise.
1429 * gdb.trace/report.exp: Likewise.
1430 * gdb.trace/tfile.exp: Likewise.
1431 * gdb.trace/tfind.exp: Likewise.
1432 * gdb.trace/unavailable.exp: Likewise.
1433
7905fc35
PA
14342019-04-22 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.base/solib-probes-nosharedlibrary.c,
1437 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1438
8ecb59f8
TT
14392019-04-19 Tom Tromey <tromey@adacore.com>
1440
1441 * gdb.ada/ptype_union.c: New file.
1442 * gdb.ada/ptype_union.exp: New file.
1443
62160ec9
TT
14442019-04-19 Tom Tromey <tromey@adacore.com>
1445
1446 PR symtab/24423:
1447 * gdb.base/list0.h (foo): Add a control-l character.
1448
36cd4ba5
TV
14492019-04-18 Tom de Vries <tdevries@suse.de>
1450
1451 PR gdb/24433
1452 * boards/local-board.exp: Set sysroot to "".
1453
b73715df
TV
14542019-04-18 Tom de Vries <tdevries@suse.de>
1455 Pedro Alves <palves@redhat.com>
1456
1457 PR gdb/24454
1458 * gdb.threads/vfork-follow-child-exec.c: New file.
1459 * gdb.threads/vfork-follow-child-exec.exp: New file.
1460 * gdb.threads/vfork-follow-child-exit.c: New file.
1461 * gdb.threads/vfork-follow-child-exit.exp: New file.
1462
4aa866af
LS
14632019-04-15 Leszek Swirski <leszeks@google.com>
1464
1465 * gdb.arch/amd64-eval.cc: New file.
1466 * gdb.arch/amd64-eval.exp: New file.
1467
e5a1a79a
AH
14682019-04-11 Alan Hayward <alan.hayward@arm.com>
1469
1470 * gdb.server/sysroot.c: New test.
1471 * gdb.server/sysroot.exp: New file.
1472 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1473 matching param.
1474
41077b66
AB
14752019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.base/align.exp: Extend test to cover structures containing
1478 only static fields.
1479
c30391f8
TV
14802019-04-11 Tom de Vries <tdevries@suse.de>
1481
1482 * boards/cc-with-dwz-m.exp: New file.
1483 * boards/cc-with-dwz.exp: New file.
1484 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1485
e242fd12
SM
14862019-04-09 Simon Marchi <simon.marchi@efficios.com>
1487
1488 * gdb.base/start-cpp.exp: New file.
1489 * gdb.base/start-cpp.cc: New file.
1490
2b0c8b01
KB
14912019-04-08 Kevin Buettner <kevinb@redhat.com>
1492
1493 * gdb.python/py-thrhandle.exp: Adjust tests to call
1494 thread_from_handle instead of thread_from_thread_handle.
1495
947210e5
KB
14962019-04-08 Kevin Buettner <kevinb@redhat.com>
1497
1498 * gdb.python/py-thrhandle.exp: Add tests for
1499 gdb.InferiorThread.handle.
1500
d7df6549
AB
15012019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.python/py-function.exp: Check calling helper function from
1504 all languages.
1505 * lib/gdb.exp (gdb_supported_languages): New proc.
1506
8bdc1658
AB
15072019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.base/complex-parts.c: New file.
1510 * gdb.base/complex-parts.exp: New file.
1511
05caa1d2
TT
15122019-04-01 Tom Tromey <tromey@adacore.com>
1513
1514 PR symtab/23331:
1515 * gdb.dwarf2/dw2-ranges-main.c: New file.
1516 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1517 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1518
7734102d
EZ
15192019-03-30 Simon Marchi <simark@simark.ca>
1520
1521 * gdb.base/default.exp: Add values for $_gdb_major and
1522 $_gdb_minor.
1523
188e1fa9
TT
15242019-03-29 Tom Tromey <tromey@adacore.com>
1525
1526 * gdb.base/help.exp: Tighten apropos regexp.
1527
2880242d
KS
15282019-03-29 Keith Seitz <keiths@redhat.com>
1529
1530 * gdb.fortran/array-bounds.exp: New file.
1531 * gdb.fortran/array-bounds.f90: New file.
1532
077cad8e
PW
15332019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1534
1535 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1536
80047cfc
PW
15372019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1538
1539 * gdb.multi/hello.c (main): Increase alarm timer.
1540
f489207e
SL
15412019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1542
1543 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1544 factor when no hardware watchpoint support.
1545
c92df149
AH
15462019-03-28 Alan Hayward <alan.hayward@arm.com>
1547 Pedro Alves <palves@redhat.com>
1548
1549 * boards/local-board.exp: set sysroot to /.
1550
933aebfa
AH
15512019-03-27 Alan Hayward <alan.hayward@arm.com>
1552
1553 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1554 in child.
1555
9f9aa852
AB
15562019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1559 field.
1560 (make_container): Initialise new field.
1561 * gdb.python/py-prettyprint.exp: Add new tests.
1562 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1563 <display_hint>: New method.
1564
3714a195
AB
15652019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1568 gdb_continue_to_breakpoint more throughout this test.
1569 (run_lang_tests) Supply unique test names, and use
1570 gdb_test_no_output.
1571
18c77628
AB
15722019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * gdb.base/finish-pretty.exp: Update expected results.
1575 * gdb.base/pretty-print.c: New file.
1576 * gdb.base/pretty-print.exp: New file.
1577
9a93502f
PA
15782019-03-25 Pedro Alves <palves@redhat.com>
1579
1580 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1581 move comments outside list. Append '-i "" eof' section.
1582
968aa7ae
AH
15832019-03-22 Alan Hayward <alan.hayward@arm.com>
1584
1585 * README: Add pie options.
1586 * gdb.base/break-interp.exp: Ensure pie is disabled.
1587 * gdb.base/dump.exp: Likewise.
1588 * lib/gdb.exp (gdb_compile): Add pie option.
1589
4c7d57e7
TT
15902019-03-19 Tom Tromey <tromey@adacore.com>
1591
1592 * gdb.mi/mi2-cli-display.c: New file.
1593 * gdb.mi/mi2-cli-display.exp: New file.
1594
bff8c71f
TT
15952019-03-18 Joel Brobecker <brobecker@adacore.com>
1596 Tom Tromey <tromey@adacore.com>
1597
1598 * gdb.ada/ptype_array/pck.adb: New file.
1599 * gdb.ada/ptype_array/pck.ads: New file.
1600 * gdb.ada/ptype_array/foo.adb: New file.
1601 * gdb.ada/ptype_array.exp: New file.
1602
d085f989
TT
16032019-03-14 Tom Tromey <tromey@adacore.com>
1604
1605 * gdb.base/style.exp: Add "set style sources" test.
1606
b4be1b06
SM
16072019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1608
1609 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1610 * mi-breakpoint-multiple-locations.exp: ... this.
1611 (make_breakpoints_pattern): New proc.
1612 (do_test): Add mi_version parameter, test -break-insert,
1613 -break-info and =breakpoint-created.
1614
7cde5fc2
AB
16152019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * config/default.exp: Remove 'load_lib gdb.exp'.
1618 * config/monitor.exp: Likewise.
1619 * config/sid.exp: Likewise.
1620 * config/sim.exp: Likewise.
1621 * config/slite.exp: Likewise.
1622 * config/unix.exp: Likewise.
1623 * gdb.base/default.exp: Remove unhelpful comment.
1624
efbecbc1
AB
16252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1628
0841c79a
AB
16292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1630
1631 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1632
4a270568
AB
16332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1634
1635 * gdb.fortran/type-kinds.exp: Update expected results.
1636
067630bd
AB
16372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1640
3be47f7a
AB
16412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1644 function.
1645 (test_basic_parsing_of_type_kinds): Expand types tested.
1646 (test_parsing_invalid_type_kinds): New function.
1647
4d00f5d8
AB
16482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.fortran/intrinsics.exp: New file.
1651 * gdb.fortran/intrinsics.f90: New file.
1652 * gdb.fortran/type-kinds.exp: New file.
1653
c8f91604
AB
16542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * gdb.fortran/dot-ops.exp: New file.
1657
dd9f2c76
AB
16582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1659
1660 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1661 Check upper and lower case logical literals.
1662
84ec9724
AB
16632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1664
1665 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1666 Remove duplicate tests.
1667
c3734e09
AH
16682019-03-06 Alan Hayward <alan.hayward@arm.com>
1669
1670 * lib/gdb.exp (builtin_cd): rename of cd.
1671 (cd): Override builtin.
1672
aa3cfbda
RB
16732019-03-06 Richard Bunt <richard.bunt@arm.com>
1674
1675 * gdb.fortran/function-calls.exp: New file.
1676 * gdb.fortran/function-calls.f90: New test.
1677
7b63ad86
RB
16782019-03-04 Richard Bunt <richard.bunt@arm.com>
1679
1680 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1681 on user program standard output.
1682 * gdb.fortran/short-circuit-argument-list.f90: Record function
1683 calls.
1684
01abb042
AH
16852019-02-28 Alan Hayward <alan.hayward@arm.com>
1686
c3734e09
AH
1687 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1688 failure.
01abb042 1689
92137da0
RO
16902019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1691
1692 PR gdb/8527
1693 * gdb.base/interrupt-daemon-attach.c,
1694 gdb.base/interrupt-daemon-attach.exp: New test.
1695
5862844d
PA
16962019-02-27 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.base/page.exp: Add tests for "set width/height -1".
1699
8ed25214
PA
17002019-02-27 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.base/page.exp: Add tests for "set/show width/height" with
1703 "infinite" values.
1704
6c28e44a
TT
17052019-02-27 Tom Tromey <tromey@adacore.com>
1706
1707 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1708 2.4.
1709 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1710 workaround.
1711
bf9a735e
AB
17122019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1715 tests for structs with static members.
1716
8791793c
TT
17172019-02-26 Tom Tromey <tromey@adacore.com>
1718
1719 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1720 ValueError, not TypeError.
1721
bc2a507e
KB
17222019-02-26 Kevin Buettner <kevinb@redhat.com>
1723
1724 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1725 call from main program.
1726
e0e7d3bd
JB
17272019-02-23 Joel Brobecker <brobecker@adacore.com>
1728
1729 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1730 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1731 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1732 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1733 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1734
9600246d
KS
17352019-02-22 Keith Seitz <keiths@redhat.com>
1736
1737 PR symtab/23853
1738 * gdb.base/symlink-sourcefile.c: New file.
1739 * gdb.base/symlink-sourcefile.exp: New file.
1740
0c95f9ed
TT
17412019-02-20 Tom Tromey <tom@tromey.com>
1742
1743 * gdb.base/info_qt.exp: Update.
1744
6caa91b6
SM
17452019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1746
1747 * gdb.base/source.exp: Move "error in sourced script" code to
1748 the end.
1749 * gdb.base/source-error.gdb: Move contents to
1750 source-error-1.gdb. Add new code to source source-error-1.gdb.
1751 * gdb.base/source-error-1.gdb: New file, from previous
1752 source-error.gdb.
1753
6506371f
TT
17542019-02-17 Tom Tromey <tom@tromey.com>
1755
1756 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1757 for macro styling.
1758 * gdb.base/style.c (SOME_MACRO): New macro.
1759
a0087920
TT
17602019-02-17 Tom Tromey <tom@tromey.com>
1761
1762 * gdb.base/style.exp: Add line-wrapping tests.
1763 * gdb.base/page.exp: Add test for quitting during pagination.
1764
a2cd4f14
JB
17652019-02-17 Joel Brobecker <brobecker@adacore.com>
1766
1767 * gdb.ada/big_packed_array: New testcase.
1768 * gdb.ada/homonym.exp: Fix incorrect expected output for
1769 "break <homonym__get_value>" test.
1770
9d70ffbc
WP
17712019-02-13 Weimin Pan <weimin.pan@oracle.com>
1772
1773 PR breakpoints/21870
1774 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1775 and prepare_for_testing. Add comment.
1776 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1777 redundant cleanup call. Clean up comment.
1778
01c7ae81
WP
17792019-02-12 Weimin Pan <weimin.pan@oracle.com>
1780
1781 PR breakpoints/21870
1782 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1783 * gdb.arch/aarch64-dbreg-contents.c: New file.
1784
aff29d1c
JB
17852019-02-10 Joel Brobecker <brobecker@adacore.com>
1786
1787 * gdb.ada/mi_ref_changeable: New testcase.
1788
df0da8a2
AH
17892019-02-07 Alan Hayward <alan.hayward@arm.com>
1790
1791 * gdb.base/attach.exp: Add double attach test.
1792
bd447abb
SM
17932019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1794
1795 * lib/gdb.exp (default_gdb_start): Don't match pagination
1796 prompt.
1797 (gdb_init): Set stty_init.
1798
1dbc40b9
TT
17992019-01-27 Tom Tromey <tom@tromey.com>
1800
1801 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1802 skip_python_tests.
1803
353229bf
AH
18042019-01-24 Alan Hayward <alan.hayward@arm.com>
1805
1806 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1807 New structure.
1808 (struct struct_static_02_02): Likewise.
1809 (struct struct_static_02_03): Likewise.
1810 (struct struct_static_02_04): Likewise.
1811 (struct struct_static_04_01): Likewise.
1812 (struct struct_static_04_02): Likewise.
1813 (struct struct_static_04_03): Likewise.
1814 (struct struct_static_04_04): Likewise.
1815 (struct struct_static_06_01): Likewise.
1816 (struct struct_static_06_02): Likewise.
1817 (struct struct_static_06_03): Likewise.
1818 (struct struct_static_06_04): Likewise.
1819 (cmp_struct_static_02_01): Likewise.
1820 (cmp_struct_static_02_02): Likewise.
1821 (cmp_struct_static_02_03): Likewise.
1822 (cmp_struct_static_02_04): Likewise.
1823 (cmp_struct_static_04_01): Likewise.
1824 (cmp_struct_static_04_02): Likewise.
1825 (cmp_struct_static_04_03): Likewise.
1826 (cmp_struct_static_04_04): Likewise.
1827 (cmp_struct_static_06_01): Likewise.
1828 (cmp_struct_static_06_02): Likewise.
1829 (cmp_struct_static_06_03): Likewise.
1830 (cmp_struct_static_06_04): Likewise.
1831 (call_all): Test new structs.
1832 * gdb.base/infcall-nested-structs.exp: Likewise.
1833
73021deb
AH
18342019-01-21 Alan Hayward <alan.hayward@arm.com>
1835 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1836
fc65c7db
AH
18372019-01-21 Alan Hayward <alan.hayward@arm.com>
1838 * gdb.base/stack-protector.c: New test.
1839 * gdb.base/stack-protector.exp: New file.
1840 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1841 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1842 option.
1843 (gdb_compile): Remove stack protector for GCC and prevent
1844 recursion.
1845
c24bdb02
KS
18462019-01-16 Keith Seitz <keiths@redhat.com>
1847
1848 PR gdb/23773
1849 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1850
6f072a10
PFC
18512019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1852
1853 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1854 aliases.
1855 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1856 tests.
1857 * gdb.arch/powerpc-vector-regs.c: New file.
1858 * gdb.arch/powerpc-vector-regs.exp: New file.
1859
a7b8d682
PFC
18602019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1861
1862 * gdb.arch/altivec-regs.exp: Fix the list passed to
1863 gdb_expect_list when testing "info vector".
1864
6eb6fb67
AB
18652019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.base/style.exp: Don't include path in testname.
1868
b56f80d8
KS
18692019-01-10 Keith Seitz <keiths@redhat.com>
1870
1871 PR gdb/23712
1872 PR symtab/23010
1873 * gdb.dwarf2/multidictionary.exp: New file.
1874
041be526
SM
18752019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1876
1877 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1878 (test_gnuv3_style_demangling): ... this.
1879 (test_lucid_style_demangling): Remove.
1880 (test_arm_style_demangling): Remove.
1881 (test_hp_style_demangling): Remove.
1882 (do_tests): Remove calls to the above.
1883
d820d0c3
AB
18842019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1887 case.
1888
f097f5ad
TT
18892019-01-06 Tom Tromey <tom@tromey.com>
1890
1891 PR gdb/28155:
1892 * gdb.dwarf2/typedef-void-finish.exp: New file.
1893
2cd8cc0b
TT
18942018-12-28 Tom Tromey <tom@tromey.com>
1895 Simon Marchi <simark@simark.ca>
1896
1897 * gdb.base/jit-exec.exp: New file.
1898 * gdb.base/jit-exec.c: New file.
1899 * gdb.base/jit-execd.c: New file.
1900
35fb8261
TT
19012018-12-28 Tom Tromey <tom@tromey.com>
1902
1903 * gdb.base/style.exp: Update test to check for address styling.
1904
47fd17cd
TT
19052018-12-28 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1908 message.
1909
d47032b7
TT
19102018-12-28 Tom Tromey <tom@tromey.com>
1911
1912 * gdb.base/style.exp: Add test for version number styling.
1913
af79b68d
TT
19142018-12-28 Tom Tromey <tom@tromey.com>
1915
1916 * gdb.base/style.exp: Add test for print_address_symbolic.
1917
0bb296cb
TT
19182018-12-28 Tom Tromey <tom@tromey.com>
1919
1920 * gdb.base/style.exp: Add test for breakpoint setting.
1921
80ae2043
TT
19222018-12-28 Tom Tromey <tom@tromey.com>
1923
1924 * gdb.base/style.exp: Add test for variable names.
1925
cbe56571
TT
19262018-12-28 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.base/style.exp: New file.
1929 * gdb.base/style.c: New file.
1930
9162a27c
TT
19312018-12-28 Tom Tromey <tom@tromey.com>
1932
1933 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1934 "dumb".
1935 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1936 the TERM environment variable.
1937
bc543c90
TT
19382018-12-27 Tom Tromey <tom@tromey.com>
1939
1940 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1941 pagination test.
1942
6f0ffe50
AB
19432018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1946 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1947
b5a1e557
PW
19482018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1949
1950 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1951 Filename a.adb changed to bp_fun_addr.adb.
1952 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1953
6e8b1ab2
JV
19542018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1955
1956 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1957 non-PIE executables.
1958 * README: Mention the gdb,nopie_flag board setting.
1959 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1960 non-PIE executable.
1961 * gdb.arch/amd64-entry-value.exp: Likewise.
1962 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1963 * gdb.arch/i386-float.exp: Likewise.
1964 * gdb.arch/i386-signal.exp: Likewise.
1965 * gdb.mi/mi-reg-undefined.exp: Likewise.
1966
d00a27c5
PM
19672018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1968
1969 PR gdb/23974
1970 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1971
161d081c
PW
19722018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1973
1974 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1975 Update order of results accordingly.
1976
b001de23
AB
19772018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.base/annota1.exp: Update a test regexp.
1980
99e1a184
AB
19812018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1984
7a81c1e2
PW
19852018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1986
1987 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1988 (reuse_time): Initialize to REUSE_TIME_CAP.
1989 (check_rc): New function.
1990 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1991 Check pthread_create rc.
1992 (spawner_thread_func): Check pthread_create and pthread_join rc.
1993
73e8dc90
PA
19942018-12-08 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.base/list.exp (test_forward_search): Rename to ...
1997 (test_forward_reverse_search): ... this. Also test reverse-search
1998 and the forward-search alias.
1999
13f2ed32
AB
20002018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2003 local timeout variable before return, and remove all local timeout
2004 variable entirely.
2005 (gdb_load): Likewise.
2006
64d27cfc
TV
20072018-12-01 Tom de Vries <tdevries@suse.de>
2008
2009 * gdb.base/gdb-caching-proc.exp: New file.
2010
f63c03b4
SDJ
20112018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2012
2013 * Makefile.in (TIMESTAMP): New variable.
2014 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2015 command.
2016 (check-single-racy): Likewise.
2017 (check/%.exp): Likewise.
2018 (check-racy/%.exp): Likewise.
2019 (workers/%.worker): Likewise.
2020 (build-perf): Likewise.
2021 (check-perf): Likewise.
2022 * README: Describe new "TS" and "TS_FORMAT" variables.
2023 * print-ts.py: New file.
2024
1c97054b
BF
20252018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2026
2027 PR python/23714
2028 * gdb.python/python.exp: Test command repetition after
2029 gdb.execute.
2030
1871a62d
AB
20312018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2034 is correctly aligned.
2035
fb5e1ed9
PW
20362018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2037
2038 * gdb.ada/info_auto_lang.exp: New testcase.
2039 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2040 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2041 * gdb.ada/info_auto_lang/some_c.c: New file.
2042
43d397ca
PW
20432018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2044
2045 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2046 FUNC_lang language syntax.
2047
beddd671
PW
20482018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2049
2050 * gdb.base/info_minsym.c: New file.
2051 * gdb.base/info_minsym.exp: New file.
2052
73fc52c4
TT
20532018-11-19 Tom Tromey <tom@tromey.com>
2054
2055 PR rust/23625:
2056 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2057 * gdb.rust/expr.exp: Update expected output. Change one test.
2058
994b876a
TT
20592018-11-19 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2062
6769f276
PA
20632018-11-19 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2066 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2067 see the expected warning.
2068
38a72da0
AH
20692018-11-16 Alan Hayward <alan.hayward@arm.com>
2070
2071 PR gdb/22736:
2072 * gdb.cp/infcall-nodebug-lib.c: New test.
2073 * gdb.cp/infcall-nodebug-main.c: New test.
2074 * gdb.cp/infcall-nodebug.exp: New file.
2075
53a89d6e
SM
20762018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2077
2078 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2079 completer tests.
2080
9325300d
TV
20812018-11-09 Tom de Vries <tdevries@suse.de>
2082
2083 * gdb.base/msym-lang.c: New test.
2084 * gdb.base/msym-lang.exp: New file.
2085 * gdb.base/msym-lang-main.c: New test.
2086
20f0d60d
TT
20872018-11-08 Tom Tromey <tom@tromey.com>
2088
2089 PR gdb/23555:
2090 PR gdb/23838:
2091 * gdb.base/warning.exp: New file.
2092
b5420128
JB
20932018-11-08 Jan Beulich <jbeulich@suse.com>
2094
2095 * testsuite/gdb.arch/i386-avx512.c,
2096 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2097
cd115d61
AB
20982018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2101 point hardware.
2102
35ee2dc2
AB
21032018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2106 * gdb.dwarf2/missing-type-name.exp: New file.
2107
31aceee8
TV
21082018-11-06 Tom de Vries <tdevries@suse.de>
2109
2110 * gdb.base/many-headers.c: New test.
2111 * gdb.base/many-headers.exp: New file.
2112
109be305
JW
21132018-11-06 Jim Wilson <jimw@sifive.com>
2114
2115 * gdb.base/code_elim.exp: For riscv, set additional_flags
2116 to include -msmall-data-limit=0.
2117
e2b7af72
JB
21182018-11-01 Joel Brobecker <brobecker@adacore.com>
2119
2120 * gdb.ada/watch_minus_l: New testcase.
2121
cdcda965
SM
21222018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2123
2124 * gdb.arch/aix-sighandle.c: New file.
2125 * gdb.arch/aix-sighandle.exp: New file.
2126
92dcebf3
AB
21272018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2130 registers being unions.
2131
68b9ac18
TV
21322018-10-31 Tom de Vries <tdevries@suse.de>
2133
2134 * lib/valgrind.exp: New file.
2135 (vgdb_start, vgdb_stop): New procs, factored out of ...
2136 * gdb.base/valgrind-bt.exp: ... here, ...
2137 * gdb.base/valgrind-disp-step.exp: ... here and ...
2138 * gdb.base/valgrind-infcall.exp: ... here.
2139
1443936e
TV
21402018-10-31 Tom de Vries <tdevries@suse.de>
2141
2142 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2143
eb77c9df
AB
21442018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * gdb.dwarf2/void-type.c: New file.
2147 * gdb.dwarf2/void-type.exp: New file.
2148
82b5e646
PW
21492018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2150
2151 * gdb.base/info_qt.c: New file.
2152 * gdb.base/info_qt.exp: New file.
2153
8d619c01
EBM
21542018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2155
2156 * gdb.arch/powerpc-htm-regs.c: New file.
2157 * gdb.arch/powerpc-htm-regs.exp: New file.
2158
f2cf6173
EBM
21592018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2160
2161 * gdb.arch/powerpc-tar.c: New file.
2162 * gdb.arch/powerpc-tar.exp: New file.
2163
7ca18ed6
EBM
21642018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2165
2166 * gdb.arch/powerpc-ppr-dscr.c: New file.
2167 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2168
bfcc0eba
TV
21692018-10-25 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2172
fe1a5cad
TV
21732018-10-24 Tom de Vries <tdevries@suse.de>
2174
2175 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2176 longer exists error.
2177
a76dc3b7
TV
21782018-10-24 Tom de Vries <tdevries@suse.de>
2179
2180 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2181
4df46df7
TV
21822018-10-24 Tom de Vries <tdevries@suse.de>
2183
2184 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2185 --db-attach in valgrind.
2186
0dbfcfff
AB
21872018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 * gdb.arch/riscv-reg-aliases.c: New file.
2190 * gdb.arch/riscv-reg-aliases.exp: New file.
2191
b04480b1
AH
21922018-10-19 Alan Hayward <alan.hayward@arm.com>
2193
2194 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2195
2c6ac8d7
AH
21962018-10-19 Alan Hayward <alan.hayward@arm.com>
2197
2198 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2199
2bc69f25
AH
22002018-10-19 Alan Hayward <alan.hayward@arm.com>
2201
2202 * gdb.cp/ovldbreak.exp: Fix regexps.
2203
1f1ae3a3
AH
22042018-10-19 Alan Hayward <alan.hayward@arm.com>
2205
2206 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2207
94c18618
SDJ
22082018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2209
2210 PR cli/23785
2211 * gdb.base/restore.exp: New test to check if "restore" with an
2212 invalid file doesn't segfault.
2213
812cd6eb
TV
22142018-10-18 Tom de Vries <tdevries@suse.de>
2215
2216 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2217 * gdb.ada/excep_handle.exp: Same.
2218 * gdb.ada/mi_string_access.exp: Same.
2219 * gdb.ada/mi_var_union.exp: Same.
2220 * gdb.arch/arc-analyze-prologue.exp: Same.
2221 * gdb.arch/arc-decode-insn.exp: Same.
2222 * gdb.base/readnever.exp: Same.
2223 * gdb.fortran/printing-types.exp: Same.
2224 * gdb.guile/scm-lazy-string.exp: Same.
2225
c4b90788
TV
22262018-10-16 Tom de Vries <tdevries@suse.de>
2227
2228 PR gdb/23730
2229 * gdb.base/catch-follow-exec.c: Add copyright notice.
2230 * gdb.base/catch-follow-exec.exp: Rewrite to use
2231 gdb_spawn_with_cmdline_opts. Require gdb-native.
2232
8bca2978
SL
22332018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2234
2235 * gdb.trace/actions-changed.exp: Check for arch support.
2236 * gdb.trace/actions.exp: Likewise.
2237 * gdb.trace/ax.exp: Likewise.
2238 * gdb.trace/backtrace.exp: Likewise.
2239 * gdb.trace/change-loc.exp: Likewise.
2240 * gdb.trace/deltrace.exp: Likewise.
2241 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2242 * gdb.trace/ftrace.exp: Likewise.
2243 * gdb.trace/infotrace.exp: Check for arch support.
2244 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2245 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2246 * gdb.trace/mi-tsv-changed.exp: Likewise.
2247 * gdb.trace/packetlen.exp: Likewise.
2248 * gdb.trace/passc-dyn.exp: Likewise.
2249 * gdb.trace/passcount.exp: Likewise.
2250 * gdb.trace/pending.exp: Likewise.
2251 * gdb.trace/range-stepping.exp: Check for shlib support.
2252 * gdb.trace/report.exp: Check for arch support.
2253 * gdb.trace/save-trace.exp: Likewise.
2254 * gdb.trace/signal.exp: Check for signal support.
2255 * gdb.trace/tfind.exp: Check for arch support.
2256 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2257 * gdb.trace/trace-common.h: Add comment.
2258 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2259 * gdb.trace/trace-enable-disable.exp: Likewise.
2260 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2261 * gdb.trace/tracecmd.exp: Check for arch support.
2262 * gdb.trace/tspeed.exp: Check for shlib and target support.
2263 * gdb.trace/tstatus.exp: Check for arch support.
2264 * gdb.trace/tsv.exp: Likewise.
2265 * gdb.trace/while-dyn.exp: Likewise.
2266 * gdb.trace/while-stepping.exp: Likewise.
2267 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2268
f9c49bff
SM
22692018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2270
2271 * gdb.trace/tspeed.exp: Remove nowarnings.
2272 (prepare_for_trace_test): Declare "global ipalib".
2273 * gdb.trace/tspeed.c: Include unistd.h.
2274 (main): Remove superfluous printf argument.
2275
d4330bde
SL
22762018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2277
2278 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2279 directory prefix on the filename.
2280
8ecfd7bd
SDJ
22812018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2282
2283 * gdb.gdb/unittest.exp: Update expected message informing that
2284 selftests have been disabled.
2285 * gdb.server/unittest.exp: Likewise.
2286
58bbcd02
TV
22872018-10-09 Tom de Vries <tdevries@suse.de>
2288
2289 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2290 with runto_main.
2291
9f6b697b
WP
22922018-10-08 Weimin Pan <weimin.pan@oracle.com>
2293
2294 PR c++/16841
2295 * gdb.cp/virtbase2.cc: New file.
2296 * gdb.cp/virtbase2.exp: New file.
2297
add5ded5
TT
22982018-10-06 Tom Tromey <tom@tromey.com>
2299
2300 PR python/19399:
2301 * gdb.python/py-inferior.exp: Add architecture test.
2302
f9e48344
TT
23032018-10-06 Tom Tromey <tom@tromey.com>
2304
2305 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2306 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2307
2a8be203
TT
23082018-10-06 Tom Tromey <tom@tromey.com>
2309
2310 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2311 of a "throw" catchpoint.
2312
e04caa70
SDJ
23132018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2314
2315 * gdb.base/info-proc.exp: Update string expected from "help info
2316 proc".
2317
5ca8c39f
TT
23182018-10-04 Tom Tromey <tom@tromey.com>
2319
2320 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2321 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2322 (test_initial_complaints, test_empty_complaints): Update.
2323 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2324
3453e7e4
TT
23252018-10-04 Tom Tromey <tom@tromey.com>
2326
2327 PR cli/19551:
2328 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2329 * lib/gdb.exp (gdb_file_cmd): Update.
2330 * gdb.stabs/weird.exp (print_weird_var): Update.
2331 * gdb.server/solib-list.exp: Update.
2332 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2333 * gdb.mi/mi-cli.exp: Update.
2334 * gdb.linespec/linespec.exp: Update.
2335 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2336 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2337 * gdb.cp/cp-relocate.exp: Update.
2338 * gdb.base/sym-file.exp: Update.
2339 * gdb.base/relocate.exp: Update.
2340 * gdb.base/readnever.exp: Update.
2341 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2342 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2343 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2344 * gdb.base/code_elim.exp: Update.
2345 * gdb.base/break-unload-file.exp (test_break): Update.
2346 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2347 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2348 Update.
2349 * gdb.base/attach.exp (do_attach_tests): Update.
2350 * gdb.base/sepdebug.exp: Update.
2351 * gdb.python/py-section-script.exp: Update.
2352
6afcf761
TT
23532018-10-04 Tom Tromey <tom@tromey.com>
2354
2355 PR cli/22234:
2356 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2357 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2358 output.
2359
fef1b293
TT
23602018-10-04 Tom Tromey <tom@tromey.com>
2361
2362 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2363 set width and height to 0.
2364 (test_command_line_attach_run): Use -quiet.
2365
ca98345e
SL
23662018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2367
2368 * lib/gdb.exp (skip_ifunc_tests): New.
2369 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2370 other compile failures.
2371 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2372
ff34e6ae
SM
23732018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2374
2375 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2376 is_amd64_regs_target.
2377
6bb8890e
AH
23782018-10-01 Alan Hayward <alan.hayward@arm.com>
2379
2380 * gdb.arch/aarch64-sighandler-regs.c: New test.
2381 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2382 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2383
224d30d3
MM
23842018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2385
2386 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2387 assembly.
2388
f67ffa6a
AB
23892018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * gdb.base/frame-selection.exp: New file.
2392 * gdb.base/frame-selection.c: New file.
2393
9fc3183f
AH
23942018-09-27 Alan Hayward <alan.hayward@arm.com>
2395
2396 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2397 pthread barrier.
2398 (main): Likewise.
2399
d354055e
AB
24002018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.base/large-frame-1.c: New file.
2403 * gdb.base/large-frame-2.c: New file.
2404 * gdb.base/large-frame.exp: New file.
2405 * gdb.base/large-frame.h: New file.
2406
db727370
JL
24072018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2408
2409 PR gdb/20948
2410 * gdb.base/write_mem.exp: New test.
2411 * gdb.base/write_mem.c: Likewise.
2412
ae778caf
TT
24132018-09-23 Tom Tromey <tom@tromey.com>
2414
2415 PR python/18852:
2416 * gdb.python/py-parameter.exp: Add test for parameter that throws
2417 on "set".
2418
fd3ba736
TT
24192018-09-23 Tom Tromey <tom@tromey.com>
2420
2421 PR python/17284:
2422 * gdb.python/py-template.exp (test_template_arg): Add test for
2423 negative template argument number.
2424
39a24317
TT
24252018-09-23 Tom Tromey <tom@tromey.com>
2426
2427 PR python/14062:
2428 * gdb.python/python.exp: Add test for post_event error.
2429
f5769a2c
TT
24302018-09-23 Tom Tromey <tom@tromey.com>
2431
2432 PR python/18170:
2433 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2434 convert pointers to int and long.
2435
1c1e54f6
TT
24362018-09-23 Tom Tromey <tom@tromey.com>
2437
2438 PR python/20126:
2439 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2440 signed-ness conversion tests.
2441
fb4fa946
TT
24422018-09-23 Tom Tromey <tom@tromey.com>
2443
2444 PR python/18352;
2445 * gdb.python/py-value.exp (test_float_conversion): New proc.
2446 Use it.
2447
a466edac
HAQ
24482018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2449
2450 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2451
4ee9b0c5
SL
24522018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2453
2454 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2455 no readline.
2456 * gdb.base/utf8-identifiers.exp: Likewise.
2457 * gdb.cp/cpcompletion.exp: Likewise.
2458 * gdb.linespec/cpcompletion.exp: Likewise.
2459 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2460 * gdb.linespec/cpls-ops.exp: Likewise.
2461
23be8da7
RB
24622018-09-19 Richard Bunt <richard.bunt@arm.com>
2463 Chris January <chris.january@arm.com>
2464
2465 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2466 * gdb.fortran/short-circuit-argument-list.exp: New file.
2467 * gdb.fortran/short-circuit-argument-list.f90: New test.
2468
5031d0ae
SDJ
24692018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2470
2471 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2472 "arch=" keyword when executing "-stack-list-frames".
2473
b4c0d1a4
SDJ
24742018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2475
2476 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2477 "arch=" keyword when executing "-stack-list-frames".
2478
7a6d2b45
SDJ
24792018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2480
2481 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2482 break ada".
2483
8588b356
SM
24842018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2485
2486 PR python/23669
2487 * gdb.python/python.exp: Test gdb.execute("show commands").
2488
65e65158
TT
24892018-09-16 Tom Tromey <tom@tromey.com>
2490
2491 * gdb.base/new-ui.exp (do_execution_tests): Update.
2492 * gdb.base/dbx.exp (test_breakpoints): Update.
2493
bf326452
AH
24942018-09-14 Alan Hayward <alan.hayward@arm.com>
2495
2496 * lib/gdb.exp (gdb_simple_compile): Add proc.
2497 (is_elf_target): Use gdb_simple_compile.
2498 (skip_altivec_tests): Likewise.
2499 (skip_vsx_tests): Likewise.
2500 (skip_tsx_tests): Likewise.
2501 (skip_btrace_tests): Likewise.
2502 (skip_btrace_pt_tests): Likewise.
2503 (gdb_can_simple_compile): Likewise.
2504 (gdb_has_argv0): Likewise.
2505 (gdb_target_symbol_prefix): Likewise.
2506 (target_supports_scheduler_locking): Likewise.
2507
2361b0fb
TT
25082018-09-13 Tom Tromey <tom@tromey.com>
2509
2510 * Makefile.in (TAGS): Recognize proc_with_prefix and
2511 gdb_caching_proc.
2512
0ae1a321
SM
25132018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2514
2515 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2516 method.
2517
a40bf0c2
SM
25182018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2519
2520 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2521 and a few other Inferior properties when the Inferior is no
2522 longer valid.
2523
4a3fe98f
TT
25242018-09-13 Tom Tromey <tom@tromey.com>
2525
2526 PR rust/23650:
2527 * gdb.rust/simple.exp: Add test for enum field access error.
2528
098b2108
TT
25292018-09-13 Tom Tromey <tom@tromey.com>
2530
2531 PR rust/23626:
2532 * gdb.rust/simple.rs (EmptyEnum): New type.
2533 (main): Use it.
2534 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2535
1256af7d
SM
25362018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2537
2538 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2539 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2540 * gdb.python/py-symtab.exp: Update test printing an objfile.
2541
4aa8e6c2
SM
25422018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2543
2544 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2545 object.
2546
c221b2f7
AH
25472018-09-12 Alan Hayward <alan.hayward@arm.com>
2548
2549 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2550 (support_complex_tests): Use gdb_can_simple_compile.
2551 (is_ilp32_target): Likewise.
2552 (is_lp64_target): Likewise.
2553 (is_64_target): Likewise.
2554 (is_amd64_regs_target): Likewise.
2555 (is_aarch32_target): Likewise.
2556 (gdb_int128_helper): Likewise.
2557
6f1107b5
JK
25582018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2561
1f5d1570
JG
25622018-09-10 Jerome Guitton <guitton@adacore.com>
2563
2564 * gdb.ada/same_component_name: Add test for case of tagged record
2565 with variable-length fields.
2566
cc330e39
XR
25672018-09-10 Xavier Roirand <roirand@adacore.com>
2568
2569 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2570 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2571 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2572 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2573
b9c50e9a
XR
25742018-09-10 Xavier Roirand <roirand@adacore.com>
2575
2576 * gdb.ada/mi_string_access.exp: New testcase.
2577 * gdb.ada/mi_string_access/bar.adb: New file.
2578 * gdb.ada/mi_string_access/pck.adb: New file.
2579 * gdb.ada/mi_string_access/pck.asd: New file.
2580
2963898f
XR
25812018-09-10 Xavier Roirand <roirand@adacore.com>
2582
2583 * gdb.ada/mi_var_union.exp: New testcase.
2584 * gdb.ada/mi_var_union/bar.adb: New file.
2585 * gdb.ada/mi_var_union/pck.adb: New file.
2586 * gdb.ada/mi_var_union/pck.asd: New file.
2587
1aac008f
TT
25882018-09-08 Tom Tromey <tom@tromey.com>
2589
2590 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2591
332cf4c9
TT
25922018-09-08 Tom Tromey <tom@tromey.com>
2593
2594 PR python/16047:
2595 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2596 (register_pretty_printers): Register new printer.
2597 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2598 test.
2599 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2600 (an_int_type3): New global.
2601
424da6cf
JB
26022018-09-08 Joel Brobecker <brobecker@adacore.com>
2603
2604 * gdb.ada/expr_with_funcall: New testcase.
2605
2a62dfa9
JB
26062018-09-08 Joel Brobecker <brobecker@adacore.com>
2607
2608 * gdb.ada/packed_array_assign: New testcase.
2609
96b6697f
AB
26102018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2613 names, and add test prefixes to make test names unique.
2614
e4a62c65
TV
26152018-09-05 Tom de Vries <tdevries@suse.de>
2616
2617 * gdb.dwarf2/varval.exp: Add test.
2618
dd083ee2
GB
26192018-09-04 Gary Benson <gbenson@redhat.com>
2620
2621 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2622 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2623
aef9346c
TT
26242018-08-31 Tom Tromey <tom@tromey.com>
2625
2626 * gdb.rust/simple.rs: Rename second variable "v".
2627
c67f2e15
AB
26282018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * gdb.base/funcargs.c (use_a): New function.
2631 (recurse): Call use_a.
2632
078a0207
KS
26332018-08-29 Keith Seitz <keiths@redhat.com>
2634
2635 * gdb.compile/compile-cplus-anonymous.cc: New file.
2636 * gdb.compile/compile-cplus-anonymous.exp: New file.
2637 * gdb.compile/compile-cplus-array-decay.cc: New file.
2638 * gdb.compile/compile-cplus-array-decay.exp: New file.
2639 * gdb.compile/compile-cplus-inherit.cc: New file.
2640 * gdb.compile/compile-cplus-inherit.exp: New file.
2641 * gdb.compile/compile-cplus-member.cc: New file.
2642 * gdb.compile/compile-cplus-member.exp: New file.
2643 * gdb.compile/compile-cplus-method.cc: New file.
2644 * gdb.compile/compile-cplus-method.exp: New file.
2645 * gdb.compile/compile-cplus-mod.c: "New" file.
2646 * gdb.compile/compile-cplus-namespace.cc: New file.
2647 * gdb.compile/compile-cplus-namespace.exp: New file.
2648 * gdb.compile/compile-cplus-nested.cc: New file.
2649 * gdb.compile/compile-cplus-nested.exp: New file.
2650 * gdb.compile/compile-cplus-print.c: "New" file.
2651 * gdb.compile/compile-cplus-print.exp: "New" file.
2652 * gdb.compile/compile-cplus-virtual.cc: New file.
2653 * gdb.compile/compile-cplus-virtual.exp: New file.
2654 * gdb.compile/compile-cplus.c: "New" file.
2655 * gdb.compile/compile-cplus.exp: "New" file.
2656 * lib/compile-support.exp: New file.
2657
b0f492b9
GB
26582018-08-16 Gary Benson <gbenson@redhat.com>
2659
2660 PR gdb/13000:
2661 * gdb.base/batch-exit-status.exp: New file.
2662 * gdb.base/batch-exit-status.good-commands: Likewise.
2663 * gdb.base/batch-exit-status.bad-commands: Likewise.
2664
36eb4c5f
AH
26652018-08-29 Alan Hayward <alan.hayward@arm.com>
2666
2667 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2668 (struct struct02): Likewise.
2669 (struct struct03): Likewise.
2670 (struct struct04): Likewise.
2671 (struct struct_01_01): New struct.
2672 (struct struct_01_02): Likewise.
2673 (struct struct_01_03): Likewise.
2674 (struct struct_01_04): Likewise.
2675 (struct struct_02_01): Likewise.
2676 (struct struct_02_02): Likewise.
2677 (struct struct_02_03): Likewise.
2678 (struct struct_02_04): Likewise.
2679 (struct struct_04_01): Likewise.
2680 (struct struct_04_02): Likewise.
2681 (struct struct_04_03): Likewise.
2682 (struct struct_04_04): Likewise.
2683 (struct struct_05_01): Likewise.
2684 (struct struct_05_02): Likewise.
2685 (struct struct_05_03): Likewise.
2686 (struct struct_05_04): Likewise.
2687 (cmp_struct01): Remove function.
2688 (cmp_struct02): Likewise.
2689 (cmp_struct03): Likewise.
2690 (cmp_struct04): Likewise.
2691 (cmp_struct_01_01): Add Function.
2692 (cmp_struct_01_02): Likewise.
2693 (cmp_struct_01_03): Likewise.
2694 (cmp_struct_01_04): Likewise.
2695 (cmp_struct_02_01): Likewise.
2696 (cmp_struct_02_02): Likewise.
2697 (cmp_struct_02_03): Likewise.
2698 (cmp_struct_02_04): Likewise.
2699 (cmp_struct_04_01): Likewise.
2700 (cmp_struct_04_02): Likewise.
2701 (cmp_struct_04_03): Likewise.
2702 (cmp_struct_04_04): Likewise.
2703 (cmp_struct_05_01): Likewise.
2704 (cmp_struct_05_02): Likewise.
2705 (cmp_struct_05_03): Likewise.
2706 (cmp_struct_05_04): Likewise.
2707 (call_all): Add new structs.
2708 * gdb.base/infcall-nested-structs.exp: Likewise.
2709
3bf9c013
JV
27102018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2711
2712 * gdb.python/py-framefilter-mi.exp: Update regexp to
2713 check for "arch" field in frame output.
2714
450d1e88
KB
27152018-08-23 Kevin Buettner <kevinb@redhat.com>
2716
2717 * gdb.dwarf2/dw2-ranges-func.c: New file.
2718 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2719
ae739fe7
SM
27202018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2721
2722 * gdb.base/term.exp: Compare terminal settings with values from
2723 the inferior.
2724 * gdb.base/term.c: Get and set terminal settings.
2725
6d52907e
JV
27262018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2727
2728 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2729 accommodate new "arch" field in frame output.
2730 * gdb.mi/mi-return.exp: Likewise.
2731 * gdb.mi/mi-stack.exp: Likewise.
2732 * gdb.mi/mi-syn-frame.exp: Likewise.
2733 * gdb.mi/user-selected-context-sync.exp: Likewise.
2734
be2d111a
MS
27352018-08-19 Michael Spang <spang@google.com>
2736
2737 PR gdb/11786
2738 * gdb.base/gcore-tls-pie.c: New file.
2739 * gdb.base/gcore-tls-pie.exp: New file.
2740
ae3a7c47
KB
27412018-08-18 Kevin Buettner <kevinb@redhat.com>
2742
2743 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2744 * gdb.dwarf2/varval.c: New file.
2745 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2746
2ecae92e
AH
27472018-08-17 Alan Hayward <alan.hayward@arm.com>
2748
2749 PR gdb/18931
2750 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2751
c1854f1d
KS
27522018-08-16 Keith Seitz <keiths@redhat.com>
2753
2754 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2755 tests expected to pass.
2756
26fb3983
JV
27572018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2758
2759 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2760 -data-disassemble -a.
2761 (test_disassembly_bogus_args): Likewise.
2762
67943c00
AB
27632018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2764
2765 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2766
5ff2bbae
AB
27672018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * gdb.base/vla-optimized-out.exp: Add new test.
2770
e5bbcd0f
AB
27712018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * gdb.base/vla-optimized-out-o3.exp: Delete.
2774 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2775 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2776 deleted tests.
2777
9d4a934c
AB
27782018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 PR gdb/18050:
2781 * gdb.server/extended-remote-restart.c: New file.
2782 * gdb.server/extended-remote-restart.exp: New file.
2783
045cf012
SM
27842018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2785
2786 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2787 "set variable index = 42".
2788
87d6a7aa
SM
27892018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2790
2791 * boards/index-cache-gdb.exp: New file.
2792 * gdb.dwarf2/index-cache.exp: New file.
2793 * gdb.dwarf2/index-cache.c: New file.
2794 * gdb.base/maint.exp: Check if we are using the index cache.
2795
96d68bd4
RO
27962018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2797
2798 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2799 MAKEFLAGS.
2800
5a699617
RO
28012018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2802
2803 * dg-extract-results.sh: Move to toplevel contrib.
2804 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2805 * Makefile.in (check-parallel-racy): Likewise.
2806
5bd18990
AB
28072018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2810 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2811 tests if the target supports scheduler locking.
2812
3fbbcf47
TV
28132018-08-04 Tom de Vries <tdevries@suse.de>
2814
2815 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2816
3e1d3d8c
TT
28172018-08-02 Tom Tromey <tom@tromey.com>
2818
2819 PR symtab/16842.
2820 * gdb.cp/temargs.exp: Test "info address" of a template
2821 parameter.
2822
5abe0f0c
JV
28232018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2824
2825 * gdb.python/py-mi-var-info-path-expression.c: New file.
2826 * gdb.python/py-mi-var-info-path-expression.py: New file.
2827 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2828
fb66cde8
SDJ
28292018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2830
2831 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2832 error after "cannot resolve name" string.
2833
c708f4d2
AB
28342018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2837 started.
2838 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2839
37cc0cae
TV
28402018-07-28 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2843
63b4ecf7
TV
28442018-07-26 Tom de Vries <tdevries@suse.de>
2845
2846 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2847
3c3bb058
AB
28482018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2851 is visible.
2852
9e7f3bbb
TV
28532018-07-26 Tom de Vries <tdevries@suse.de>
2854
2855 PR breakpoints/23366
2856 * gdb.base/catch-follow-exec.c: New test.
2857 * gdb.base/catch-follow-exec.exp: New file.
2858
16f808ec
TV
28592018-07-25 Tom de Vries <tdevries@suse.de>
2860
2861 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2862 vla-optimized-out.c.
2863
d7154a8d
JV
28642018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2865
2866 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2867 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2868
232a0032
TV
28692018-07-20 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2872 NOCLONE macro.
2873 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2874
fbb1d502
TV
28752018-07-19 Tom de Vries <tdevries@suse.de>
2876
2877 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2878 regular expression.
2879
42dc7699
TV
28802018-07-18 Tom de Vries <tdevries@suse.de>
2881
2882 * gdb.base/vla-optimized-out.c: New test.
2883 * gdb.base/vla-optimized-out.exp: New file.
2884
7f1f7e23
SDJ
28852018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2886
2887 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2888 message "No address associated with hostname" when gdbserver
2889 cannot resolve the hostname.
2890
5759ebb3
PW
28912018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2892
2893 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2894 Add some test prefixes to make tests unique.
2895
3606ccab
PW
28962018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2897
2898 * gdb.base/frameapply.c: New file.
2899 * gdb.base/frameapply.exp: New file.
2900
529c08b2
PW
29012018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2902
2903 * gdb.base/skip.exp: Update expected error message.
2904
c7ab0aef
SDJ
29052018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2906 Jan Kratochvil <jan.kratochvil@redhat.com>
2907 Paul Fertser <fercerpav@gmail.com>
2908 Tsutomu Seki <sekiriki@gmail.com>
2909
2910 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2911 parameter.
2912 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2913 by default.
2914 * boards/native-gdbserver.exp: Likewise.
2915 * gdb.server/run-without-local-binary.exp: Improve regexp used
2916 for detecting when a remote debugging connection succeeds.
2917 * gdb.server/server-connect.exp: New file.
2918 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2919 Do not prefix the port number with ":".
2920 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2921 support for detecting and using it. Add '$debughost_gdbserver'
2922 to the list of arguments used to start gdbserver. Handle case
2923 when gdbserver cannot resolve a network name.
2924
16ff70dd
SDJ
29252018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2926
2927 PR c++/23373
2928 * gdb.base/ptype-offsets.cc (struct static_member): New
2929 struct.
2930 (main) <stmember>: New variable.
2931 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2932 with a static member in it.
2933
3541979f
AB
29342018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2937 watchpoints enabled and disabled.
2938
c8ad9b9a
AB
29392018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2940
2941 * gdb.base/examine-backward.exp: Still run tests around address
2942 0x0, even if address 0x0 is not readable. Update the pattern for
2943 matching address 0x0 in expected output.
2944
e0e5e971
AB
29452018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2948 malloc/free.
2949
1ea5da02
TV
29502018-07-04 Tom de Vries <tdevries@suse.de>
2951
2952 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2953
471b9d15
MR
29542018-07-02 Maciej W. Rozycki <macro@mips.com>
2955
2956 PR tdep/8282
2957 * gdb.arch/mips-disassembler-options.exp: New test.
2958 * gdb.arch/mips-disassembler-options.s: New test source.
2959
75acb486
PA
29602018-06-29 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.threads/names.exp: Adjust expected "info threads" output.
2963
cd2bb709
PA
29642018-06-29 Pedro Alves <palves@redhat.com>
2965
2966 * gdb.opt/inline-break.exp (line number, address): Add "info
2967 break" tests.
2968
991ff292
PA
29692018-06-29 Pedro Alves <palves@redhat.com>
2970
2971 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2972 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2973 number and address and running to them.
2974
356819b6 29752018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2976
2977 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2978
2512d7ef
JK
29792018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2980
2981 * lib/compiler.c: Remove executable permission flag.
2982
be1b6474
RB
29832018-06-28 Richard Bunt <richard.bunt@arm.com>
2984
2985 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2986 code.
2987 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2988
291f9a96
PT
29892018-06-28 Petr Tesarik <ptesarik@suse.cz>
2990
2991 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2992
ed6dfe51
PT
29932018-06-28 Petr Tesarik <ptesarik@suse.cz>
2994
2995 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2996 address argument is omitted.
2997
d4d429d5
PT
29982018-06-28 Petr Tesarik <ptesarik@suse.cz>
2999
3000 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3001
7ab6656f
OJ
30022018-06-27 Omair Javaid <omair.javaid@linaro.org>
3003
3004 PR gdb/21695
3005 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3006 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3007
a33ccfc7
TT
30082018-06-26 Tom Tromey <tom@tromey.com>
3009
3010 PR rust/22574:
3011 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3012 * gdb.rust/simple.rs (struct SimpleLayout): New.
3013
6d72d289
SM
30142018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3015
3016 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3017 "info registers" output.
3018
8363f9d5
RB
30192018-06-21 Richard Bunt <richard.bunt@arm.com>
3020
3021 * gdb.base/watchpoint-hw-attach.c: New test.
3022 * gdb.base/watchpoint-hw-attach.exp: New file.
3023
f00674fe
SM
30242018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3025
3026 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3027 through /bin/sh.
3028 * boards/dwarf4-gdb-index.exp: Likewise.
3029 * boards/fission-dwp.exp: Likewise.
3030
1d554008
UW
30312018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3032
3033 * gdb.base/float128.exp: Add comment and improved fail message
3034 to the failure case of "print large128" test.
3035
d0ac1c44
SM
30362018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3037
3038 * configure.ac: Remove AC_PREREQ.
3039 * configure: Re-generate.
3040
61b04dd0
PA
30412018-06-19 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3044 (func_extern_caller): New.
3045 (main): Call func_extern_caller.
3046 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3047 logic change.
3048
f63b508a
SM
30492018-06-18 Weimin Pan <weimin.pan@oracle.com>
3050
3051 PR gdb/16841
3052 * gdb.cp/typedef-base.cc: New file.
3053 * gdb.cp/typedef-base.exp: New file.
3054
0fe3a558
TV
30552018-06-18 Tom de Vries <tdevries@suse.de>
3056
3057 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3058
7010835a
AB
30592018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3060 Richard Bunt <Richard.Bunt@arm.com>
3061
3062 * gdb.threads/attach-slow-waitpid.c: New file.
3063 * gdb.threads/attach-slow-waitpid.exp: New file.
3064 * gdb.threads/slow-waitpid.c: New file.
3065
14897d65
PA
30662018-06-14 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.base/fork-running-state.c: Include <errno.h>.
3069 (exit_if_relative_exits): New.
3070 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3071 exits.
3072 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3073 child exits.
3074
5d9a0608
TV
30752018-06-14 Tom de Vries <tdevries@suse.de>
3076
3077 PR cli/22573
3078 * gdb.base/finish-pretty.c: New test.
3079 * gdb.base/finish-pretty.exp: New file.
3080
11ae5818
PA
30812018-06-14 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3084 gdb's expected startup output.
3085
1d39de44
PA
30862018-06-14 Pedro Alves <palves@redhat.com>
3087
3088 * lib/selftest-support.exp (selftest_setup): Remove inlined
3089 function handling.
3090
70ee0000
TV
30912018-06-14 Tom de Vries <tdevries@suse.de>
3092
3093 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3094 matching of breakpoint printing.
3095
11f4b608
TV
30962018-06-13 Tom de Vries <tdevries@suse.de>
3097
3098 PR testsuite/23269
3099 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3100 (fork_child): ... here, and ...
3101 (fork_parent): ... here.
3102
31032018-06-12 Tom de Vries <tdevries@suse.de>
3104
3105 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3106
9516f85a
AB
31072018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3108 Stephen Roberts <stephen.roberts@arm.com>
3109
3110 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3111 rewrite test to describe action performed, rather than possible
3112 failure.
3113
5045b3d7
GB
31142018-06-08 Gary Benson <gbenson@redhat.com>
3115
3116 * gdb.threads/check-libthread-db.exp: New file.
3117 * gdb.threads/check-libthread-db.c: Likewise.
3118
c61b06a1
TT
31192018-06-05 Tom Tromey <tom@tromey.com>
3120
3121 * gdb.base/default.exp: Update expected "show version" output.
3122
eb6af809
TT
31232018-06-05 Tom Tromey <tom@tromey.com>
3124
3125 PR cli/12326:
3126 * gdb.cp/static-print-quit.exp: Update.
3127 * lib/gdb.exp (pagination_prompt): Update.
3128 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3129 * gdb.python/python.exp: Update.
3130
178d6a63
JB
31312018-06-04 Joel Brobecker <brobecker@adacore.com>
3132
3133 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3134
8e817061
JB
31352018-06-01 Joel Brobecker <brobecker@adacore.com>
3136
3137 * gdb.ada/bp_fun_addr: New testcase.
3138
e86ca25f
TT
31392018-06-01 Tom Tromey <tom@tromey.com>
3140
3141 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3142 results.
3143 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3144 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3145 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3146 * gdb.base/maint.exp (maint_pass_if): Update.
3147
4b2dfa9d
MR
31482018-05-31 Maciej W. Rozycki <macro@mips.com>
3149
3150 * gdb.base/endian.exp: New test.
3151 * gdb.base/endian.c: New test source.
3152
45f25d6c
AB
31532018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3154
3155 PR gdb/23203
3156 * gdb.base/bt-selected-frame.c: New file.
3157 * gdb.base/bt-selected-frame.exp: New file.
3158 * lib/gdb.exp (get_current_frame_number): New function.
3159
d9f6d7f8
MR
31602018-05-24 Maciej W. Rozycki <macro@mips.com>
3161 Pedro Alves <palves@redhat.com>
3162
3163 * gdb.threads/tls-core.c: Include <stdlib.h>
3164 (thread_proc): Call `abort'.
3165 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3166 (tls_core_test): New procedure, bits factored out from ...
3167 (top level): ... here. Test both native cores and gcore cores.
3168
ff1cf532
TT
31692018-05-23 Tom Tromey <tom@tromey.com>
3170
3171 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3172
b98664d3
TT
31732018-05-23 Tom Tromey <tom@tromey.com>
3174
3175 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3176 symfile_complaints.
3177 (test_short_complaints): Likewise.
3178 (test_empty_complaints): Likewise.
3179 (test_initial_complaints): Update.
3180
4e9668d0
TT
31812018-05-23 Tom Tromey <tom@tromey.com>
3182
3183 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3184
43ba33c7
TT
31852018-05-23 Tom Tromey <tom@tromey.com>
3186
3187 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3188 (test_short_complaints): Update.
3189
035522c0
PA
31902018-05-22 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/remote.exp: Only gdb_start after compiling the
3193 testcase. Issue "disconnect" before testing "set remote" command
3194 defaults. Issue clean_restart before running to main.
3195
cc0be08f
PA
31962018-05-22 Pedro Alves <palves@redhat.com>
3197
3198 * gdb.base/remote.exp: Adjust expected output of "show remote
3199 memory-write-packet-size". Add tests for "set remote
3200 memory-write-packet-size 0" and "set remote
3201 memory-write-packet-size fixed/limit".
3202
b1b60145
PA
32032018-05-22 Pedro Alves <palves@redhat.com>
3204
3205 PR gdb/22973
3206 * gdb.base/utf8-identifiers.c: New file.
3207 * gdb.base/utf8-identifiers.exp: New file.
3208
0ec848ad
PFC
32092018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3210
3211 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3212
2c3305f6
PFC
32132018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3214
3215 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3216
ce1e8424
TT
32172018-05-18 Tom Tromey <tom@tromey.com>
3218
3219 * gdb.base/ptype-offsets.exp: Update.
3220
ddfe970e
KS
32212018-05-17 Keith Seitz <keiths@redhat.com>
3222
3223 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3224 in expected breakpoint stop locations.
3225 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3226 move to proper scope to test variable values.
3227 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3228 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3229 New functions.
3230 (main): Call not_inline_func3.
3231 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3232 inline_func1, inline_func2, and inline_func3. Test that when each
3233 breakpoint is hit, GDB properly reports both the stop location
3234 and the backtrace. Repeat tests for temporary breakpoints.
3235
0726fcc6
MR
32362018-05-15 Maciej W. Rozycki <macro@mips.com>
3237
3238 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3239 rather then trying to access it in determining whether the PID
3240 of `gdbserver' could have been retrieved.
3241
8ee22052
AB
32422018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.arch/amd64-init-x87-values.S: New file.
3245 * gdb.arch/amd64-init-x87-values.exp: New file.
3246
7785df48
JK
32472018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3248
3249 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3250
56bcdbea
TT
32512018-05-04 Tom Tromey <tom@tromey.com>
3252
3253 PR python/22730:
3254 * gdb.python/python.exp: Test multi-line execute.
3255
a913fffb
TT
32562018-05-04 Tom Tromey <tom@tromey.com>
3257
3258 PR python/22731:
3259 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3260
7a2c85f2
TT
32612018-05-04 Tom Tromey <tom@tromey.com>
3262
3263 PR gdb/11750:
3264 * gdb.base/define.exp: Test defining a user command inside a user
3265 command.
3266 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3267
a3b60e45
JK
32682018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3269 Pedro Alves <palves@redhat.com>
3270
3271 PR breakpoints/19806 and support for PR external/20207.
3272 * gdb.base/watchpoint-unaligned.c: New file.
3273 * gdb.base/watchpoint-unaligned.exp: New file.
3274
45fe4a03
AB
32752018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3276
3277 * gdb.base/maint.exp: Make test names unique, use
3278 test_prefix_command_help to test 'help maint info', and remove
3279 repeated test of 'help maint'.
3280
9be2ae8f
TT
32812018-05-04 Tom Tromey <tom@tromey.com>
3282
3283 PR gdb/22619:
3284 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3285 behavior.
3286
11859c31
AB
32872018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.base/maint.exp: Process output from 'maint print registers'
3290 line at a time.
3291
089a9490
AB
32922018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3295 timeout.
3296
9b0797e2
AB
32972018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3298
3299 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3300 filter pattern.
3301
f6ac5f3d
PA
33022018-05-02 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3305 to_log_command renames.
3306 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3307
77d3c63b
TT
33082018-05-02 Tom Tromey <tom@tromey.com>
3309
3310 * gdb.python/py-parameter.exp: Set test message.
3311
0489430a
TT
33122018-05-02 Tom Tromey <tom@tromey.com>
3313
3314 PR python/20084:
3315 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3316 PARAM_ZUINTEGER_UNLIMITED tests.
3317
1632f8ba
DR
33182018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3319
3320 PR rust/23124
3321 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3322 when casting.
3323
6d7bb824
TT
33242018-04-30 Tom Tromey <tom@tromey.com>
3325
3326 * gdb.python/py-type.exp: Check align attribute.
3327 * gdb.python/py-type.c: New "aligncheck" global.
3328
007e1530
TT
33292018-04-30 Tom Tromey <tom@tromey.com>
3330
3331 PR exp/17095:
3332 * gdb.dwarf2/dw2-align.exp: New file.
3333 * gdb.cp/align.exp: New file.
3334 * gdb.base/align.exp: New file.
3335 * lib/gdb.exp (gdb_int128_helper): New proc.
3336 (has_int128_c, has_int128_cxx): New caching procs.
3337
6873858b
TT
33382018-04-27 Tom Tromey <tom@tromey.com>
3339
3340 PR rust/22545:
3341 * gdb.rust/simple.exp: Add inclusive range tests.
3342
79188d8d
PA
33432018-04-26 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3346 ifunc breakpoint locations correctly of ifunc breakpoints set
3347 while the program resolves the ifunc.
3348
c7075ad5
PA
33492018-04-26 Pedro Alves <palves@redhat.com>
3350
3351 * gdb.base/gnu-ifunc-final.c: New file.
3352 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3353 * gdb.base/gnu-ifunc.exp (executable): Delete.
3354 (staticexecutable): Adjust.
3355 (lib_opts, exec_opts): Delete.
3356 (make_binsuffix, build, set-break): New procedures.
3357 (misc_tests): New, with tests factored out from the top level.
3358 (top level): Test different combinations of ifunc resolver name,
3359 resolver with and with debug info, and ifunc target with and
3360 without debug info. Wrap static tests with with_target_prefix.
3361
8388016d
PA
33622018-04-26 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3365 return type" warnings.
3366
249b5733
PA
33672018-04-25 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3370 killed".
3371 * gdb.base/kill-after-signal.exp: Likewise.
3372 * gdb.threads/kill.exp: Likewise.
3373
f67c0c91
SDJ
33742018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3375 Sergio Durigan Junior <sergiodj@redhat.com>
3376 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3379 regexps to expect for '[Inferior ... detached]' as well.
3380 * gdb.base/attach.exp: Likewise.
3381 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3382 "gdb_continue_to_end".
3383 (test_catch_syscall_with_wrong_args): Likewise.
3384 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3385 ']'. Don't set 'verbose' on.
3386 * gdb.base/foll-vfork.exp: Likewise.
3387 * gdb.base/fork-print-inferior-events.c: New file.
3388 * gdb.base/fork-print-inferior-events.exp: New file.
3389 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3390 '[Inferior ... has been killed]' message.
3391 * gdb.base/kill-after-signal.exp: Likewise.
3392 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3393 detach message.
3394 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3395 message.
3396 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3397 regexps to expect for '[Inferior ... detached]' as well.
3398 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3399
0a8ddac4
SM
34002018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3401
3402 PR gdb/23104
3403 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3404
d27d16bf
RB
34052018-04-19 Richard Bunt <richard.bunt@arm.com>
3406
3407 * gdb.threads/multiple-successive-infcall.c: New test.
3408 * gdb.threads/multiple-successive-infcall.exp: New file.
3409
a037790e
TT
34102018-04-17 Tom Tromey <tom@tromey.com>
3411
3412 * gdb.rust/simple.rs (Union): New type.
3413 (main): New local "u".
3414 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3415
e3a91079
AA
34162018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3417
3418 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3419 number information in output of "whereis" command.
3420 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3421
b744723f
AA
34222018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3423
3424 * gdb.ada/info_types.exp: Adjust expected output to the line
3425 numbers now printed by "info var/func/type".
3426 * gdb.base/completion.exp: Likewise.
3427 * gdb.base/included.exp: Likewise.
3428 * gdb.cp/cp-relocate.exp: Likewise.
3429 * gdb.cp/cplusfuncs.exp: Likewise.
3430 * gdb.cp/namespace.exp: Likewise.
3431 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3432
4a4495d6
MM
34332018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3434
3435 * gdb.btrace/cpu.exp: New.
3436
1d509aa6
MM
34372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3438
3439 * gdb.base/step-indirect-call-thunk.exp: New.
3440 * gdb.base/step-indirect-call-thunk.c: New.
3441 * gdb.reverse/step-indirect-call-thunk.exp: New.
3442 * gdb.reverse/step-indirect-call-thunk.c: New.
3443
6295b6da
SM
34442018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3445
3446 * gdb.base/pie-fork.c: New file.
3447 * gdb.base/pie-fork.exp: New file.
3448
50146e70
TT
34492018-04-11 Tom Tromey <tom@tromey.com>
3450
3451 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3452
f50d8a2e
PA
34532018-04-10 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3456 exits. Instead loop running forever.
3457 (fork_parent): Run forever too.
3458
a0be7a36
SM
34592018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3460
3461 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3462 mi_continue_to_line.
3463 * gdb.mi/mi-stack.c (callee4): Add comment.
3464
9b73db36
SM
34652018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3466
3467 * gdb.mi/mi-stack.exp: Fix indentation.
3468
c912f608
SM
34692018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3470
3471 PR gdb/22979
3472 * gdb.arch/amd64-osabi.exp: New file.
3473
26540402
SM
34742018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3475
3476 PR gdb/22980
3477 * gdb.base/osabi.exp: New file.
3478
121ad66c 34792018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3480
3481 * gdb.cp/static-typedef-print.exp: New file.
3482 * gdb.cp/static-typedef-print.cc: New file.
3483
3fcded8f
JB
34842018-03-27 Joel Brobecker <brobecker@adacore.com>
3485
3486 * gdb.ada/varsize_limit: New testcase.
3487
59cc4834
JB
34882018-03-27 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3491
3492 * gdb.ada/notcplusplus: New testcase.
3493
3494 * gdb.base/c-linkage-name.c: New file.
3495 * gdb.base/c-linkage-name.exp: New testcase.
3496
4ca59a9f
TT
34972018-03-26 Tom Tromey <tom@tromey.com>
3498
3499 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3500 * gdb.python/py-framefilter.py (name_error): New global.
3501 (ErrorInName.function): Use name_error.
3502
978d6c75
TT
35032018-03-26 Tom Tromey <tom@tromey.com>
3504
3505 PR backtrace/15582:
3506 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3507
b7fee5a3
KS
35082018-03-23 Keith Seitz <keiths@redhat.com>
3509
3510 PR c++/22968
3511 * gdb.cp/subtypes.exp: New file.
3512 * gdb.cp/subtypes.h: New file.
3513 * gdb.cp/subtypes.cc: New file.
3514 * gdb.cp/subtypes-2.cc: New file.
3515
376be529
AB
35162018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3519 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3520 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3521 -nostartfiles when compiling the test. Confirm that all registers
3522 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3523
066cfa98
AB
35242018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3527 option, syntax was wrong anyway.
3528 * gdb.arch/arm-disp-step.exp: Likewise.
3529 * gdb.arch/sparc64-regs.exp: Likewise.
3530 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3531 option, syntax was wrong anyway, switch to use
3532 prepare_for_testing.
3533 * gdb.arch/i386-disp-step.exp: Likewise.
3534
079670b9
AA
35352018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3536
3537 * gdb.ada/exec_changed.exp: Replace "target_info exists
3538 use_gdb_stub" by "use_gdb_stub".
3539 * gdb.ada/start.exp: Likewise.
3540 * gdb.base/async-shell.exp: Likewise.
3541 * gdb.base/attach-pie-misread.exp: Likewise.
3542 * gdb.base/attach-wait-input.exp: Likewise.
3543 * gdb.base/break-entry.exp: Likewise.
3544 * gdb.base/break-interp.exp: Likewise.
3545 * gdb.base/dprintf-detach.exp: Likewise.
3546 * gdb.base/nostdlib.exp: Likewise.
3547 * gdb.base/solib-nodir.exp: Likewise.
3548 * gdb.base/statistics.exp: Likewise.
3549 * gdb.base/testenv.exp: Likewise.
3550 * gdb.mi/mi-exec-run.exp: Likewise.
3551 * gdb.mi/mi-start.exp: Likewise.
3552 * gdb.multi/dummy-frame-restore.exp: Likewise.
3553 * gdb.multi/multi-arch-exec.exp: Likewise.
3554 * gdb.multi/multi-arch.exp: Likewise.
3555 * gdb.multi/tids.exp: Likewise.
3556 * gdb.multi/watchpoint-multi.exp: Likewise.
3557 * gdb.python/py-events.exp: Likewise.
3558 * gdb.threads/attach-into-signal.exp: Likewise.
3559 * gdb.threads/attach-stopped.exp: Likewise.
3560 * gdb.threads/threadapply.exp: Likewise.
3561 * lib/selftest-support.exp: Likewise.
3562
26d6cec4
AA
35632018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3564
3565 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3566
4ee89e90
SR
35672018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3568
3569 * gdb.perf/template-breakpoints.cc: New file.
3570 * gdb.perf/template-breakpoints.exp: New file.
3571 * gdb.perf/template-breakpoints.py: New file.
3572
92630041
TT
35732018-03-19 Tom Tromey <tom@tromey.com>
3574
3575 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3576 y0.
3577 * gdb.rust/simple.exp: Test bare identifier form of struct
3578 initializer.
3579
76727919
TT
35802018-03-19 Tom Tromey <tom@tromey.com>
3581
3582 * gdb.gdb/observer.exp: Remove.
3583
194ed413
AA
35842018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3585
3586 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3587 "qualified" option when setting breakpoints.
3588 * gdb.trace/backtrace.exp: Likewise.
3589 * gdb.trace/circ.exp: Likewise.
3590 * gdb.trace/collection.exp: Likewise.
3591 * gdb.trace/disconnected-tracing.exp: Likewise.
3592 * gdb.trace/ftrace-lock.exp: Likewise.
3593 * gdb.trace/ftrace.exp: Likewise.
3594 * gdb.trace/infotrace.exp: Likewise.
3595 * gdb.trace/packetlen.exp: Likewise.
3596 * gdb.trace/passc-dyn.exp: Likewise.
3597 * gdb.trace/qtro.exp: Likewise.
3598 * gdb.trace/read-memory.exp: Likewise.
3599 * gdb.trace/report.exp: Likewise.
3600 * gdb.trace/signal.exp: Likewise.
3601 * gdb.trace/status-stop.exp: Likewise.
3602 * gdb.trace/strace.exp: Likewise.
3603 * gdb.trace/tfind.exp: Likewise.
3604 * gdb.trace/trace-break.exp: Likewise.
3605 * gdb.trace/trace-condition.exp: Likewise.
3606 * gdb.trace/trace-mt.exp: Likewise.
3607 * gdb.trace/tstatus.exp: Likewise.
3608 * gdb.trace/tsv.exp: Likewise.
3609 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3610 * gdb.trace/unavailable.exp: Likewise.
3611 * gdb.trace/while-dyn.exp: Likewise.
3612
8b067d2c
AA
36132018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3614
3615 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3616 that libinproctrace is copied to the target.
3617
3ae9ce5d
TT
36182018-03-14 Tom Tromey <tom@tromey.com>
3619
3620 PR cli/14977:
3621 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3622 a null pointer.
3623 * gdb.base/wchar.exp: Likewise.
3624
b8c2339b
TT
36252018-03-14 Tom Tromey <tom@tromey.com>
3626
3627 PR cli/19918:
3628 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3629 flag.
3630
4872dc46
SM
36312018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3632
3633 PR gdb/22841
3634 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3635 "target" to remote_exec.
3636
e4fe3756
SM
36372018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3638
3639 PR gdb/22841
3640 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3641 ${board}_upload): Remove.
3642
e95a97d4
AA
36432018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3644
3645 * gdb.cp/watch-cp.cc: New test.
3646 * gdb.cp/watch-cp.exp: New file.
3647
dbbb1059
AB
36482018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3649
3650 * gdb.base/infcall-nested-structs.exp: New file.
3651 * gdb.base/infcall-nested-structs.c: New file.
3652 * gdb.base/float.exp: Add riscv support.
3653
ecc054c0
TP
36542018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3655
3656 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3657 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3658
25e3c82c
SDJ
36592018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3660
3661 * gdb.server/abspath.exp: New file.
3662 * lib/gdb.exp (with_cwd): New procedure.
3663
3083294d
SM
36642018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3665
3666 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3667 use it.
3668 (gdb_is_target_remote_prompt): New proc.
3669 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3670 (gdb_is_target_native): Pass prompt parameter to
3671 gdb_is_target_1.
3672
3275ef47
SM
36732018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3674
3675 * gdb.base/load-command.c: New file.
3676 * gdb.base/load-command.exp: New file.
3677 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3678 (gdb_is_target_1): ...this, and generalize for other targets
3679 than just remote.
3680 (gdb_is_target_remote): Use gdb_is_target_1.
3681 (gdb_is_target_native): use gdb_is_target_1.
3682
6893c19a
TT
36832018-02-26 Tom Tromey <tom@tromey.com>
3684
3685 PR python/16497:
3686 * gdb.python/py-framefilter.exp: Update test.
3687
2ddeaf8a
TT
36882018-02-26 Tom Tromey <tom@tromey.com>
3689
3690 * gdb.dwarf2/variant.c: New file.
3691 * gdb.dwarf2/variant.exp: New file.
3692
c9317f21
TT
36932018-02-26 Tom Tromey <tom@tromey.com>
3694
3695 * gdb.rust/simple.exp: Accept more possible results in enum test.
3696
6f6d0c26
SM
36972018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3698
3699 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3700 parentheses.
3701
11b03145
MR
37022018-02-23 Maciej W. Rozycki <macro@mips.com>
3703
3704 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3705 name of a variable: $actual_linejj -> $actual_line.
3706
54a27fe5
JB
37072018-02-21 John Baldwin <jhb@FreeBSD.org>
3708
3709 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3710
de65820c
MM
37112018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3712
3713 * gdb.btrace/buffer-size.exp: Do not force BTS.
3714
980548fd
PA
37152018-02-14 Pedro Alves <palves@redhat.com>
3716
3717 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3718 getting a "Quit".
3719
c4e12631
MM
37202018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3721
3722 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3723 Fix test name.
3724
c2e0e465
SM
37252018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3726
3727 * gdb.cp/m-static.exp: Check type of optimized out static
3728 member.
3729
f7216783
AB
37302018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3733 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3734
0625771b
LS
37352018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3736 Leszek Swirski <leszeks@google.com>
3737
3738 * gdb.python/py-prettyprint.c
3739 (struct to_string_returns_value_inner,
3740 struct to_string_returns_value_wrapper): New.
3741 (main): Add tsrvw variable.
3742 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3743 ToStringReturnsValueWrapper): New classes.
3744 (register_pretty_printers): Register new pretty-printers.
3745 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3746 recursive pretty printer.
3747 * gdb.python/py-mi.exp: Likewise.
3748
59498c30
LS
37492018-02-01 Leszek Swirski <leszeks@google.com>
3750
3751 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3752 functions with the same name as an include file are parsed
3753 correctly.
3754
d4d38844
YQ
37552018-02-01 Yao Qi <yao.qi@linaro.org>
3756
3757 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3758 "\[^\r\n\]*".
3759
07e5f5cf
NP
37602018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3761
3762 * gdb.arch/powerpc-prologue-frame.s: New file.
3763 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3764 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3765
929b5ad4
JB
37662018-01-31 Joel Brobecker <brobecker@adacore.com>
3767
3768 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3769
e671cd59
PA
37702018-01-30 Pedro Alves <palves@redhat.com>
3771
3772 PR gdb/13211
3773 * gdb.base/interrupt-daemon.c: New.
3774 * gdb.base/interrupt-daemon.exp: New.
3775 * gdb.multi/multi-term-settings.c: New.
3776 * gdb.multi/multi-term-settings.exp: New.
3777
fc413dc4
JB
37782018-01-30 Joel Brobecker <brobecker@adacore.com>
3779
3780 * gdb.base/break.exp: Save the location where the breakpoint
3781 on break.c:47 was actually inserted when debugging the version
3782 compiled at -O2 and use it in the expected output of the "info
3783 break" test performed soon after.
3784
5c319bb2
PA
37852018-01-22 Pedro Alves <palves@redhat.com>
3786 Sergio Durigan Junior <sergiodj@redhat.com>
3787
3788 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3789 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3790
a9e40818
JB
37912018-01-22 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdb.base/break-include.c, gdb.base/break-include.inc,
3794 gdb.base/break-include.exp: New files.
3795 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3796 line number now being the actual line number where the breakpoint
3797 was inserted.
3798 * gdb.mi/mi-break.exp: Likewise.
3799 * gdb.mi/mi-reverse.exp: Likewise.
3800 * gdb.mi/mi-simplerun.exp: Ditto.
3801
e707fc44
AB
38022018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3803
3804 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3805 varobj.
3806 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3807
ae451627
AB
38082018-01-21 Don Breazeal <donb@codesourcery.com>
3809 Andrew Burgess <andrew.burgess@embecosm.com>
3810
3811 * gdb.mi/basics.c: Add new global.
3812 * gdb.mi/mi-frame-regs.exp: New file.
3813 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3814 case.
3815
b1b189e0
AB
38162018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3817
3818 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3819 non-parameter, and on an unknown symbol.
3820
fcfcc376
TT
38212018-01-19 Tom Tromey <tom@tromey.com>
3822
3823 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3824 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3825
634c1c31
AA
38262018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3827
3828 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3829 setrlimit and chdir to int.
3830
d6ad07fd
AA
38312018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3832
3833 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3834 function.
3835 (my_tend): Likewise.
3836 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3837 rationale of avoiding FP- and vector instructions.
3838
adf8243b
RK
38392018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3840
3841 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3842 "info reg" with "\[ \t\]*".
3843 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3844 "\[ \t\]+".
3845 * gdb.arch/s390-multiarch.exp: Ditto.
3846 * gdb.base/pc-fp.exp: Ditto.
3847 * gdb.reverse/i386-precsave.exp: Ditto.
3848 * gdb.reverse/i386-reverse.exp: Ditto.
3849 * gdb.reverse/i387-env-reverse.exp: Ditto.
3850 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3851
dcc06925
AA
38522018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3853
3854 * lib/gdb.exp (gdb_compile): Re-enable use of
3855 universal_compile_options for languages other than Rust.
3856
25d4fd80
AA
38572018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3858
3859 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3860
ee7f689e 38612018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3862
3863 PR gdb/16577
3864 * gdb.base/solib-vanish.exp: New.
3865 * gdb.base/solib-vanish-main.c: New.
3866 * gdb.base/solib-vanish-lib1.c: New.
3867 * gdb.base/solib-vanish-lib2.c: New.
3868
d8447b6b
YQ
38692018-01-17 Yao Qi <yao.qi@linaro.org>
3870
3871 * gdb.compile/compile.exp: Match the address printed for
3872 frame in the output of command "bt".
3873
86d6a90c
TT
38742018-01-15 Tom Tromey <tom@tromey.com>
3875
3876 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3877 compute sp_reg.
3878
cbcdb1aa
AB
38792018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3882 to prepare.
3883 (prepare): Return 0 on error, 1 on success.
3884
eea61984
PA
38852018-01-12 Pedro Alves <palves@redhat.com>
3886
3887 * gdb.base/continue-after-aborted-step-over.c: New.
3888 * gdb.base/continue-after-aborted-step-over.exp: New.
3889
6181e9c2
SM
38902018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3891
3892 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3893 options when not creating an executable.
3894
3cada740
PA
38952018-01-11 Pedro Alves <palves@redhat.com>
3896
3897 PR remote/22597
3898 * gdb.server/stop-reply-no-thread.c: New file.
3899 * gdb.server/stop-reply-no-thread.exp: New file.
3900
c63d3e8d
PA
39012018-01-10 Pedro Alves <palves@redhat.com>
3902
3903 PR gdb/22670
3904 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3905 functions too. Test setting breakpoints and printing C functions
3906 with no debug info too.
3907 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3908
d4c2a405
PA
39092018-01-10 Pedro Alves <palves@redhat.com>
3910
3911 PR gdb/22670
3912 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3913 a fail.
3914
8825213e
PA
39152018-01-10 Pedro Alves <palves@redhat.com>
3916
3917 PR gdb/22670
3918 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3919
605fd3c6
YQ
39202018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3921
3922 * gdb.server/unittest.exp: Match the output in non-development
3923 mode.
3924
1e5ded6c
YQ
39252018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3926
3927 * gdb.gdb/unittest.exp: Match output in non-development mode.
3928
30066b0b
JB
39292018-01-08 Joel Brobecker <brobecker@adacore.com>
3930
3931 * gdb.ada/access_tagged_param.exp: Relax expected output
3932 for value of "ObjL" in "continue" to pck.inspect breakpoint
3933 test.
3934
04bafb1e
XR
39352018-01-08 Joel Brobecker <brobecker@adacore.com>
3936
9f86398b
JB
3937 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3938 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3939
e379cee6
PA
39402018-01-05 Pedro Alves <palves@redhat.com>
3941
3942 PR gdb/18653
3943 * gdb.base/libsegfault.exp: New.
3944
de63c46b
PA
39452018-01-05 Joel Brobecker <brobecker@adacore.com>
3946
3947 PR gdb/22670
3948 * gdb.ada/access_tagged_param.exp: New file.
3949 * gdb.ada/access_tagged_param/foo.adb: New file.
3950
f98fc17b
PA
39512018-01-05 Pedro Alves <palves@redhat.com>
3952
3953 PR gdb/22670
3954 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3955 exercise lower case too, and to exercise both full matching and
3956 wild matching.
3957
342f8240
JB
39582018-01-05 Joel Brobecker <brobecker@adacore.com>
3959
3960 * gdb.ada/rename_subscript_param: New testcase.
3961
7150d33c
JG
39622018-01-05 Jerome Guitton <guitton@adacore.com>
3963
3964 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3965
cc0e770c
JB
39662018-01-05 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.ada/convvar_comp: New testcase.
3969
672a41aa 39702018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3971
3972 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3973 (My_Table): New global variable.
3974 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3975
7365ec2f
JB
39762018-01-04 Joel Brobecker <brobecker@adacore.com>
3977
3978 PR gdb/22670
3979 * gdb.ada/maint_with_ada: New testcase.
3980
289483b6
JB
39812018-01-04 Joel Brobecker <brobecker@adacore.com>
3982
3983 PR gdb/22670
3984 * gdb.ada/bp_c_mixed_case: New testcase.
3985
344420da
JB
39862018-01-04 Joel Brobecker <brobecker@adacore.com>
3987
3988 PR gdb/22670
3989 * gdb.ada/complete.exp: Add "complete break ada" test.
3990
66fc87a0
JB
39912018-01-04 Joel Brobecker <brobecker@adacore.com>
3992
3993 PR gdb/22670
3994 * gdb.ada/info_addr_mixed_case: New testcase.
3995
9f757bf7
XR
39962018-01-03 Xavier Roirand <roirand@adacore.com>
3997
3998 * gdb.ada/excep_handle.exp: New testcase.
3999 * gdb.ada/excep_handle/foo.adb: New file.
4000 * gdb.ada/excep_handle/pck.ads: New file.
4001
bd570f80
JB
40022018-01-03 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.base/step-line.c: Add extra empty line in copyright header.
4005 * gdb.base/step-line.inp: Likewise.
4006
9fe561ab
JB
40072018-01-02 Joel Brobecker <brobecker@adacore.com>
4008
4009 * gdb.ada/dyn_stride.exp: Add slice test.
4010
a405673c
JB
40112018-01-02 Joel Brobecker <brobecker@adacore.com>
4012
4013 * gdb.ada/dyn_stride: New testcase.
4014
cef0f868
SH
40152017-12-27 Stafford Horne <shorne@gmail.com>
4016
4017 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4018 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4019
b67d92b0
SH
40202017-12-27 Stafford Horne <shorne@gmail.com>
4021
4022 * gdb.base/reggroups.c: New file.
4023 * gdb.base/reggroups.exp: New file.
4024
eccab96d
JB
40252017-12-18 Joel Brobecker <brobecker@adacore.com>
4026
4027 * gdb.dwarf2/ada-valprint-error.c: New file.
4028 * gdb.dwarf2/ada-valprint-error.exp: New file.
4029
0e2da9f0
JB
40302017-12-18 Joel Brobecker <brobecker@adacore.com>
4031
4032 * gdb.ada/assign_arr: New testcase.
4033
cb923fcc
XR
40342017-12-18 Xavier Roirand <roirand@adacore.com>
4035
4036 * gdb.ada/funcall_ptr: New testcase.
4037
7c161838
SDJ
40382017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4039
4040 PR cli/16224
4041 * gdb.base/ptype-offsets.cc: New file.
4042 * gdb.base/ptype-offsets.exp: New file.
4043
1af17fd9
YQ
40442017-12-15 Yao Qi <yao.qi@linaro.org>
4045
4046 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4047 if XML is disabled.
4048
828d5846
XR
40492017-12-15 Xavier Roirand <roirand@adacore.com>
4050
4051 * gdb.ada/same_component_name: New testcase.
4052
79e8fcaa
JB
40532017-12-14 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.ada/str_binop_equal: New testcase.
4056
e05fa6f9
JB
40572017-12-14 Joel Brobecker <brobecker@adacore.com>
4058
4059 * gdb.ada/task_switch_in_core: New testcase.
4060
b89641ba
SM
40612017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4062
4063 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4064 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4065 call test_bkpt_qualified.
4066 (test_bkpt_qualified): New proc.
4067
6892d2e4
PA
40682017-12-13 Pedro Alves <palves@redhat.com>
4069
4070 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4071 Tighten regexp by matching with an anchor.
4072
a22ecf70
PA
40732017-12-13 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4076 ("expression with namespace"): New set of tests.
4077 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4078 (Nested::Test_NS::qux): New.
4079 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4080 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4081
9937536c
JB
40822017-12-13 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdb.base/server-del-break.c: New file.
4085 * gdb.base/server-del-break.exp: New file.
4086
fe49c6f5
SH
40872017-12-12 Stafford Horne <shorne@gmail.com>
4088
4089 * gdb.xml/tdesc-regs.exp: Add or1k support.
4090
c3d18620
SH
40912017-12-12 Stafford Horne <shorne@gmail.com>
4092
4093 * gdb.base/bp-permanent.c: Define nop of or1k.
4094
c5f9cfc8
JB
40952017-12-11 Joel Brobecker <brobecker@adacore.com>
4096
4097 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4098 output with components being reordered.
4099
a9c135fc
JB
41002017-12-11 Joel Brobecker <brobecker@adacore.com>
4101
4102 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4103 output with components being reordered.
4104
927aa2e7
JK
41052017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4106 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.base/maint.exp (check for .gdb_index): Check also for
4109 .debug_names.
4110 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4111 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4112 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4113 (.gdb_index used after symbol reloading): Support also .debug_names.
4114 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4115
f17d9474
YQ
41162017-12-08 Yao Qi <yao.qi@linaro.org>
4117
4118 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4119 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4120
a0de8c21
YQ
41212017-12-08 Yao Qi <yao.qi@linaro.org>
4122
4123 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4124 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4125
a738ea1d
YQ
41262017-12-08 Yao Qi <yao.qi@linaro.org>
4127
4128 * gdb.arch/aarch64-tagged-pointer.c: New file.
4129 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4130
1cd9a73b
SDJ
41312017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4132
4133 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4134 "int".
4135
fa6eb693
KS
41362017-12-07 Keith Seitz <keiths@redhat.com>
4137
4138 PR breakpoints/22569
4139 * gdb.linespec/ls-errs.exp: Change expected result of "break
4140 -source this file has spaces.c -line 3".
4141 Check that an explicit source file followed by whitespace is
4142 identified as an invalid explicit location.
4143
883fd55a
KS
41442017-12-07 Keith Seitz <keiths@redhat.com>
4145
4146 * gdb.cp/nested-types.cc: New file.
4147 * gdb.cp/nested-types.exp: New file.
4148 * lib/cp-support.exp: Load data-structures.exp library.
4149 (debug_cp_test_ptype_class): New global.
4150 (cp_ptype_class_verbose, next_line): New procedures.
4151 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4152 Add and document new return value.
4153 Switch the list of lines to a queue.
4154 Add support for new `type' key for nested type definitions.
4155 Add debugging/troubleshooting messages.
4156 * lib/data-structures.exp: New file.
4157
ec72db3e
SM
41582017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4159
4160 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4161 with proc_with_prefix, don't use with_test_prefix.
4162
99598d71
TT
41632017-12-07 Tom Tromey <tom@tromey.com>
4164
4165 * gdb.base/break.exp: Add test for empty "commands".
4166
a8806230
YQ
41672017-12-07 Yao Qi <yao.qi@linaro.org>
4168
4169 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4170 malloc and catch syscall.
4171
824cc835
PM
41722017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4173
e79be6e5 4174 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4175 tests for explicit locations.
4176
7cc244de
PA
41772017-12-06 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4180 force-disabling XML descriptions.
4181
50a1fdd5
PA
41822017-12-04 Pedro Alves <palves@redhat.com>
4183
4184 PR gdb/22499
4185 * gdb.arch/amd64-disp-step-avx.S: New file.
4186 * gdb.arch/amd64-disp-step-avx.exp: New file.
4187
f0fb2488
PA
41882017-12-03 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4191 and <string.h>.
4192 (parent_function): Print distinct messages when waitpid fails, or
4193 the child exits with a signal, or the child exits for an unhandled
4194 reason.
4195 * gdb.threads/process-dies-while-detaching.exp
4196 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4197 it. Wait for both inferior output and GDB's prompt. Use an
4198 indirect spawn id list.
4199 (do_detach): New parameter 'child_exit'. Use it to compute
4200 expected inferior output.
4201 (test_detach, test_detach_watch, test_detach_killed_outside):
4202 Adjust to pass down the expected child exit kind.
4203
97cbe998
SDJ
42042017-12-01 Joel Brobecker <brobecker@adacore.com>
4205 Sergio Durigan Junior <sergiodj@redhat.com>
4206 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4209
40fc416f
SDJ
42102017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4211
4212 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4213 to 'symbol-file' and 'add-symbol-file' can be
4214 position-independent.
4215
1cc75e92
YQ
42162017-12-01 Yao Qi <yao.qi@linaro.org>
4217
4218 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4219 the URL in copyright header.
4220 * gdb.arch/aarch64-fp.exp: Likewise.
4221 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4222 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4223 * gdb.base/expand-psymtabs.exp: Likewise.
4224 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4225 * gdb.fortran/common-block.exp: Likewise.
4226 * gdb.fortran/common-block.f90: Likewise.
4227 * gdb.fortran/logical.exp: Likewise.
4228 * gdb.fortran/vla-datatypes.f90: Likewise.
4229 * gdb.fortran/vla-sub.f90: Likewise.
4230
875fb7a7
JB
42312017-11-30 Joel Brobecker <brobecker@adacore.com>
4232
4233 * gdb.ada/repeat_dyn: New testcase.
4234
6f14765f
UW
42352017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4236
4237 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4238 Update for changed thread numbering.
4239 * gdb.cell/bt.exp: Update for changed GDB output.
4240
f1af7b94
SM
42412017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4242
4243 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4244 setting isremote by hand.
4245 * boards/dwarf4-gdb-index.exp: Likewise.
4246 * boards/fission.exp: Likewise.
4247 * boards/stabs.exp: Likewise.
4248
e3919f3e
PA
42492017-11-30 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.linespec/cpls-ops.exp
4252 (check_explicit_skips_function_argument): Extract the underlying
4253 type of size_t instead of hardcoding it.
4254
bd69330d
PA
42552017-11-29 Pedro Alves <palves@redhat.com>
4256
4257 PR c++/19436
4258 * gdb.linespec/cpls-abi-tag.cc: New file.
4259 * gdb.linespec/cpls-abi-tag.exp: New file.
4260
a20714ff
PA
42612017-11-29 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.base/langs.exp: Use -qualified.
4264 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4265 it.
4266 * gdb.cp/namespace.exp: Use -qualified.
4267 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4268 (overload-3, template-overload, template-ret-type, const-overload)
4269 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4270 procedures.
4271 (test_driver): Call them.
4272 * gdb.cp/save-bp-qualified.cc: New.
4273 * gdb.cp/save-bp-qualified.exp: New.
4274 * gdb.linespec/explicit.exp: Test -qualified.
4275 * lib/completion-support.exp (completion::explicit_opts_list): Add
4276 "-qualified".
4277 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4278
f6f1d339
PM
42792017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4280
4281 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4282
02ca603a
TT
42832017-11-29 Tom Tromey <tom@tromey.com>
4284
4285 * gdb.base/relocate.exp: Update invalid argument test.
4286 Add new tests for invalid arguments.
4287
ed6c0bfb
TP
42882017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4289
4290 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4291 Return 0 as a long.
4292 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4293
f106e10e
TP
42942017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4295
4296 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4297 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4298 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4299 func ().
4300 * gdb.cp/shadow.cc (B.func): Return 0.
4301
10329bb2
JB
43022017-11-27 Joel Brobecker <brobecker@adacore.com>
4303
4304 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4305 expected output in gdb_expect call to allow the exception
4306 message to be present as well. Fix syntax confusion to avoid
4307 TCL thinking that exception_name is an array.
4308
617cd4bc
UW
43092017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4310
4311 * gdb.arch/spu-info.c: Include <unistd.h>.
4312 (do_signal_test): Fix broken calls to write.
4313 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4314 Fix checks for empty mailboxes. Update signal tests for corrected
4315 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4316 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4317 * gdb.cell/arch.exp: Use standard_output_file.
4318 * gdb.cell/break.exp: Likewise.
4319 * gdb.cell/bt.exp: Likewise.
4320 * gdb.cell/core.exp: Likewise.
4321 * gdb.cell/dwarfaddr.exp: Likewise.
4322 * gdb.cell/ea-cache.exp: Likewise.
4323 * gdb.cell/ea-standalone.exp: Likewise.
4324 * gdb.cell/f-regs.exp: Likewise.
4325 * gdb.cell/fork.exp: Likewise.
4326 * gdb.cell/gcore.exp: Likewise.
4327 * gdb.cell/mem-access.exp: Likewise.
4328 * gdb.cell/ptype.exp: Likewise.
4329 * gdb.cell/registers.exp: Likewise.
4330 * gdb.cell/sizeof.exp: Likewise.
4331 * gdb.cell/solib-symbol.exp: Likewise.
4332 * gdb.cell/solib.exp: Likewise.
617cd4bc 4333
a81aaca0
PA
43342017-11-25 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.base/complete-empty.exp: New file.
4337 * gdb.base/completion.exp: Adjust.
4338
6a3c6ee4
PA
43392017-11-25 Pedro Alves <palves@redhat.com>
4340
4341 * gdb.linespec/cpls-ops.cc: New file.
4342 * gdb.linespec/cpls-ops.exp: New file.
4343 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4344 factored out from ...
4345 (test_complete_prefix_range): ... this.
4346
8955eb2d
PA
43472017-11-24 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.linespec/cpcompletion.exp: New file.
4350 * gdb.linespec/cpls-hyphen.cc: New file.
4351 * gdb.linespec/cpls.cc: New file.
4352 * gdb.linespec/cpls2.cc: New file.
4353 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4354 test to use test_gdb_complete_unique. Add label completion,
4355 keyword completion and explicit location completion tests.
4356 * lib/completion-support.exp: New file.
4357
e547c119
JB
43582017-11-24 Joel Brobecker <brobecker@adacore.com>
4359
4360 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4361 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4362 when hitting an exception catchpoint.
4363
7c3c1aa8
YQ
43642017-11-22 Yao Qi <yao.qi@linaro.org>
4365
4366 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4367
41bd68f5
SM
43682017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4369
4370 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4371 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4372 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4373
1daad298
YQ
43742017-11-22 Yao Qi <yao.qi@linaro.org>
4375
4376 * gdb.base/info-os.exp: Pass pthreads.
4377 * gdb.multi/multi-attach.exp: Likewise.
4378
88465e87
YQ
43792017-11-22 Yao Qi <yao.qi@linaro.org>
4380
4381 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4382 compiler.
4383
dc196b23
YQ
43842017-11-22 Yao Qi <yao.qi@linaro.org>
4385
4386 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4387 * gdb.base/break-interp.exp: Likewise.
4388 * gdb.base/jit-attach-pie.exp: Likewise.
4389
2400729e
UW
43902017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4391
4392 * gdb.base/float128.c (large128): New variable.
4393 * gdb.base/float128.exp: Add test to print largest __float128 value.
4394
7a26362d
UW
43952017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4396
4397 * gdb.arch/vsx-regs.exp: Update register content checks.
4398
ed0f4273
UW
43992017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4400
4401 * gdb.arch/ppc-longdouble.exp: New file.
4402 * gdb.arch/ppc-longdouble.c: Likewise.
4403
a25d69c6
PA
44042017-11-21 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4407
73fcf641
PA
44082017-11-20 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4411 (long_double_typedef): New typedefs.
4412 Use DEF on double and long double.
4413 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4414 cases.
4415 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4416 and 'long_double_ptr_same_size' locals. Use them to decide
4417 whether cast from array/function to float is valid/invalid.
4418
71a3c369
TT
44192017-11-17 Tom Tromey <tom@tromey.com>
4420
4421 * gdb.rust/traits.rs: New file.
4422 * gdb.rust/traits.exp: New file.
4423
ced9779b
JB
44242017-11-17 Joel Brobecker <brobecker@adacore.com>
4425
4426 * gdb.ada/minsyms: New testcase.
4427
a0922d80
PA
44282017-11-16 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4431 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4432
ea04e54c
PA
44332017-11-16 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4436 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4437
e849ea89
PA
44382017-11-16 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.server/reconnect-ctrl-c.c: New file.
4441 * gdb.server/reconnect-ctrl-c.exp: New file.
4442
d8ae99a7
PM
44432017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4444
4445 * gdb.python/py-rbreak.exp: New file.
4446 * gdb.python/py-rbreak.c: New file.
4447 * gdb.python/py-rbreak-func2.c: New file.
4448
968a13f8
PA
44492017-11-16 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4452 pattern.
4453 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4454 GDB.
4455
71774bc9
SM
44562017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4459 regex.
4460
ddbb44cf
SM
44612017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4462
4463 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4464 test names.
4465
584a564f
PA
44662017-11-09 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4469 factored out from ...
4470 (top level): ... here, and adjusted to avoid expecting beyond the
4471 prompt in a single gdb_test_multiple.
4472
5ed7a928
PA
44732017-11-09 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4476 output.
4477 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4478 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4479 * gdb.server/ext-run.exp ("kill" test): Likewise.
4480 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4481
a60e0738
PA
44822017-11-09 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4485 match till end of line.
4486
2c88253f
PA
44872017-11-09 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4490
c7a38517
PA
44912017-11-09 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4494 New procedures, factored out from ...
4495 (top level): ... here, and adjusted to avoid expecting beyond the
4496 prompt in one go.
4497
f29f4b6b
PA
44982017-11-09 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4501 output. Fix '?' match.
4502
286acbb5
JB
45032017-11-08 Joel Brobecker <brobecker@adacore.com>
4504
4505 * gdb.ada/scoped_watch: New testcase.
4506 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4507 which is actually correct.
4508 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4509 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4510
62d7ae92
PA
45112017-11-08 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.gdb/complaints.exp (test_initial_complaints)
4514 (test_serial_complaints, test_short_complaints): Call
4515 complaint_internal instead of complaint.
4516
280ca31f
DT
45172017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4518
4519 * gdb.threads/tls-core.c: New file.
4520 * gdb.threads/tls-core.exp: Likewise.
4521
b5ec771e
PA
45222017-11-08 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4525 (p Exported_Capitalized): New test.
4526 (p exported_capitalized): New test.
4527
a02b41a7
PA
45282017-11-07 Pedro Alves <palves@redhat.com>
4529
4530 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4531
95e95a6d
PA
45322017-11-07 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4535 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4536 (disable_invalid, disable_inverted, disable_negative): New
4537 procedures.
4538 ("bad numbers"): New set of tests.
4539
cee62dbd
PA
45402017-11-07 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.cp/ena-dis-br-range.exp: Add tests.
4543
cc638e86
PA
45442017-11-07 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4547
d0fe4701
XR
45482017-11-07 Xavier Roirand <roirand@adacore.com>
4549 Pedro Alves <palves@redhat.com>
4550
4551 * gdb.base/ena-dis-br.exp: Add reference to
4552 gdb.cp/ena-dis-br-range.exp.
4553 * gdb.cp/ena-dis-br-range.exp: New file.
4554 * gdb.cp/ena-dis-br-range.cc: New file.
4555
46f67f80
PA
45562017-11-06 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/attach-non-pgrp-leader.c: New.
4559 * gdb.base/attach-non-pgrp-leader.exp: New.
4560
726e1356
PA
45612017-11-06 Pedro Alves <palves@redhat.com>
4562
4563 * configure.ac: No longer check for termio.h and sgtty.h.
4564 * configure: Regenerate.
4565 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4566 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4567 Remove termio and sgtty code.
4568
50ab6ace
YQ
45692017-11-03 Yao Qi <yao.qi@linaro.org>
4570
4571 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4572 in GDB is disabled.
4573
8e68731c
YQ
45742017-11-03 Yao Qi <yao.qi@linaro.org>
4575
4576 * gdb.python/py-thrhandle.exp: Skip it if python is not
4577 enabled.
4578
3a87ae65
SM
45792017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4580
4581 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4582 as a breakpoint command.
4583
484d8d36
MD
45842017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4585
4586 PR python/21213
4587 * gdb.python/py-infthread.exp: Test calling
4588 InferiorThread.inferior () multiple times in a row.
4589
4a27f119
KS
45902017-10-27 Keith Seitz <keiths@redhat.com>
4591
4592 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4593 Test "info break" for every inlined function breakpoint.
4594
bb11dd58
YQ
45952017-10-27 Yao Qi <yao.qi@linaro.org>
4596
4597 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4598
a43f3893
PF
45992017-10-26 Patrick Frants <osscontribute@gmail.com>
4600
4601 * gdb.cp/classes.exp (test_static_members): Test printing
4602 Outer::instance.
4603 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4604 (Inner::instance, Outer::instance): New.
4605
792ccf00
PA
46062017-10-24 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4609 extra console" test in two stages.
4610
eb2bfbad
PA
46112017-10-24 Pedro Alves <palves@redhat.com>
4612
4613 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4614
1f75a651
PA
46152017-10-24 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4618 loop.
4619
779990d9
PA
46202017-10-24 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4623 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4624
ad9b8f5d
PA
46252017-10-24 Pedro Alves <palves@redhat.com>
4626
4627 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4628 parameter and handle it. Don't output read value in test name.
4629
fee6da6e
PA
46302017-10-24 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4633 custom test name.
4634
10389c2c
PA
46352017-10-24 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4638 include the unstable output directory name in the test's name.
4639 (initial_setup_simple) <'set args'>: Use custom test name.
4640
a80e65a9
PA
46412017-10-24 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4644 with explicit test name.
4645
15763a09
PA
46462017-10-20 Pedro Alves <palves@redhat.com>
4647
4648 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4649 'wait -i'. Use gdb_assert and remote_close.
4650
49a4ce2e
AB
46512017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4652
4653 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4654 number from variable rather than hard-coded.
4655
a75868f5
PA
46562017-10-19 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/long-inferior-output.c: New file.
4659 * gdb.base/long-inferior-output.exp: New file.
4660
c8ba13ad
KS
46612017-11-18 Keith Seitz <keiths@redhat.com>
4662
4663 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4664 method.
4665 (main): Call it.
4666 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4667 Add additional user-defined conversion operator tests.
4668
b27de576
PA
46692017-10-17 Pedro Alves <palves@redhat.com>
4670
4671 * boards/native-stdio-gdbserver.exp: Load "local-board".
4672
8484c955
PA
46732017-10-17 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.base/quit-live.c: New file.
4676 * gdb.base/quit-live.exp: New file.
4677
83d5a34d
KS
46782017-10-16 Keith Seitz <keiths@redhat.com>
4679
4680 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4681 (class_with_protected_typedef, class_with_private_typedef)
4682 (struct_with_public_typedef, struct_with_protected_typedef)
4683 (struct_with_private_typedef): New classes/structs.
4684 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4685 typedefs and access specifiers.
4686
739b3f1d
PA
46872017-10-16 Pedro Alves <palves@redhat.com>
4688 Simon Marchi <simon.marchi@polymtl.ca>
4689
4690 * README (Local vs Remote vs Native): New section.
4691 * boards/local-board.exp: New file, with bits factored out from
4692 ...
4693 * boards/native-extended-gdbserver.exp: ... here. Load
4694 "local-board".
4695 * boards/native-gdbserver.exp: Load "local-board".
4696 (${board}_spawn, ${board}_exec): Delete.
4697 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4698 ...
4699 * boards/stdio-gdbserver-base.exp: ... this new file.
4700 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4701 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4702 procedure.
4703 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4704 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4705 stdio_gdbserver_command.
4706 (${board}_get_remote_address, ${board}_get_comm_port)
4707 (${board}_download, ${board}_upload): Delete.
4708 (get_target_remote_pipe_cmd): New.
4709
fe68b953
SM
47102017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4711
4712 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4713 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4714 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4715 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4716 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4717 remove with_test_prefix.
4718
300b6685
PA
47192017-10-13 Pedro Alves <palves@redhat.com>
4720
4721 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4722 * gdb.base/annota1.exp: Use it instead of is_remote.
4723 * gdb.base/annota3.exp: Use it instead of is_remote.
4724 * gdb.cp/annota2.exp: Use it instead of is_remote.
4725 * gdb.cp/annota3.exp: Use it instead of is_remote.
4726 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4727
50500caf
PA
47282017-10-13 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4731 (test_num_test_vars, run_and_count_vars, find_env)
4732 (test_set_unset_env, test_inherit_env_var): New procedures.
4733 (top level): Use them.
4734
dad0c6d2
PA
47352017-10-13 Pedro Alves <palves@redhat.com>
4736
4737 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4738 also skip on stub-like targets.
4739
8b0553c1
PA
47402017-10-13 Pedro Alves <palves@redhat.com>
4741
4742 PR gdb/22293
4743 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4744 (top level): Move some tests to ...
4745 (test_not_found): ... this new procedure.
4746 (top level): Call it.
4747
7594f623
PA
47482017-10-13 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4751 expect different "info terminal" output if testing with a
4752 non-native target.
4753
ebe3b402
PA
47542017-10-13 Pedro Alves <palves@redhat.com>
4755 Simon Marchi <simon.marchi@polymtl.ca>
4756
4757 PR python/12966
4758 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4759
42f1b161
PA
47602017-10-13 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4763 already.
4764
8d6ef72b
PA
47652017-10-13 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4768 is_remote.
4769
d7bcd5b8
PA
47702017-10-13 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4773 is_remote.
4774
df479dc6
PA
47752017-10-13 Pedro Alves <palves@redhat.com>
4776
4777 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4778 is set.
4779 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4780 instead of is_remote.
4781
23fb630a
PA
47822017-10-13 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4785 (top level): Add comment.
4786
cc77b1dc
PA
47872017-10-13 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/remote.exp (top level): Fix comment typo and add
4790 missing return.
4791
27c9e813
PA
47922017-10-13 Pedro Alves <palves@redhat.com>
4793 Simon Marchi <simon.marchi@polymtl.ca>
4794
4795 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4796 calls and add comments. Skip test if use_gdb_stub is set.
4797 (top level): Use "set cwd" command instead of "cd" command.
4798
5e830d98
PA
47992017-10-13 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4802 is_remote target check.
4803
f5ca0032
PA
48042017-10-13 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.base/scope.exp: Use build_executable + clean_restart +
4807 gdb_file_cmd instead of prepare_for_testing and no longer skip
4808 "before run" tests on is_remote target boards. Update comments.
4809 * boards/native-extended-gdbserver.exp
4810 (extended_gdbserver_load_last_file): New, factored out from ...
4811 (gdb_load): ... this. Move further below and add comment.
4812 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4813
8aed1c0d
PA
48142017-10-12 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.base/attach.exp: Remove references to gdb64.
4817 * gdb.base/dbx.exp: Remove references to gdb64.
4818
cfa34c87
SM
48192017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4820 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/label.exp: Remove is_remote target check.
4823
9192b7de
PA
48242017-10-12 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.base/auvx.exp (coredir): Update comment.
4827 (top level) <core_works>: Use "set cwd" command instead of "cd"
4828 command.
4829
6bf0052d
PA
48302017-10-12 Pedro Alves <palves@redhat.com>
4831 Simon Marchi <simon.marchi@polymtl.ca>
4832
4833 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4834 target boards.
4835
e48ef82d
PA
48362017-10-12 Pedro Alves <palves@redhat.com>
4837 Simon Marchi <simon.marchi@polymtl.ca>
4838
4839 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4840 Instead skip if there's any gdb_protocol set.
4841
8d7aea57
SM
48422017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4843 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4846
30440677
PA
48472017-10-12 Pedro Alves <palves@redhat.com>
4848 Simon Marchi <simon.marchi@polymtl.ca>
4849
4850 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4851 instead of on dejagnu remote boards.
4852
4e04f045 48532017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4854 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4855
4856 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4857 checks. Use build_executable + clean_restart instead of
4858 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4859 of enabling non-stop after starting gdb.
4860
871a186e
PA
48612017-10-12 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4864 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4865 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4866 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4867
56d704da
AK
48682017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4869
4870 * gdb.arch/arc-tdesc-cpu.exp: New file.
4871 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4872
2f20e312
SM
48732017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4874
4875 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4876
65630365
PA
48772017-10-10 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4880 expect CLI output.
4881
bf469271
PA
48822017-10-10 Pedro Alves <palves@redhat.com>
4883
4884 * lib/selftest-support.exp (selftest_setup): Update for
4885 captured_command_loop's prototype change.
4886
777a42f1
PA
48872017-10-09 Pedro Alves <palves@redhat.com>
4888
4889 Test both arch1=>arch2 and arch2=>arch1.
4890
4891 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4892 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4893 factored out to...
4894 (append_arch1_options, append_arch2_options, append_arch_options)
4895 (build_executables): New procedures.
4896 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4897 local.
4898 (top level): Add new 'first_arch' testing axis.
4899
cbd2b4e3
PA
49002017-10-09 Pedro Alves <palves@redhat.com>
4901
4902 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4903 (barrier): New.
4904 (thread_start, all_started): New functions.
4905 (main): Spawn new thread and wait until it is scheduled.
4906 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4907 option.
4908 (do_test): Add 'selected_thread' parameter. Run to all_started
4909 instead of main. Explicitly set the breakpoint at main. Switch
4910 to the SELECTED_THREAD thread.
4911 (top level): Test handling the exec event with either the main
4912 thread or the second thread selected.
4913
5c9e4427
PA
49142017-10-09 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4917 logic. Move STOP marker after the value checks.
4918 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4919 regexp.
4920
b3b7c423
SL
49212017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4922
4923 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4924
3b4b2f16
UW
49252017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4926
4927 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4928 integer-to-dfp conversion.
4929 * gdb.base/dfp-test.exp: Likewise.
4930
5cd63fda
PA
49312017-10-04 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.multi/hangout.c: Include <unistd.h>.
4934 (hangout_loop): New function.
4935 (main): Call alarm. Call hangout_loop in a loop.
4936 * gdb.multi/hello.c: Include <unistd.h>.
4937 (hello_loop): New function.
4938 (main): Call alarm. Call hangout_loop in a loop.
4939 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4940 inferior with the other selected.
4941
4c71c105
SM
49422017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4943
4944 * gdb.mi/list-thread-groups-available.exp: New file.
4945 * gdb.mi/list-thread-groups-available.c: New file.
4946
bc3b087d
SDJ
49472017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4948
4949 * gdb.base/set-cwd.exp: Make it available on
4950 native-extended-gdbserver.
4951
d092c5a2
SDJ
49522017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4953
4954 * gdb.base/set-cwd.c: New file.
4955 * gdb.base/set-cwd.exp: Likewise.
4956
45320ffa
TT
49572017-10-02 Tom Tromey <tom@tromey.com>
4958
4959 PR rust/22236:
4960 * gdb.rust/simple.rs (main): New variable "fslice".
4961 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4962
b3e3859b
TT
49632017-10-02 Tom Tromey <tom@tromey.com>
4964
4965 * gdb.rust/simple.exp: Test ptype of a slice.
4966
01af5e0d
TT
49672017-10-02 Tom Tromey <tom@tromey.com>
4968
4969 * gdb.rust/simple.exp: Test index of slice.
4970
a9bbfbd8
TT
49712017-09-27 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4974
df8899e5
TP
49752017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4976 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/compare-sections.exp (get value of read-only section): Read
4979 as unsigned value.
4980 (corrupt read-only section): Likewise and don't set written if patching
4981 failed.
4982
757bf54b
KB
49832017-09-21 Kevin Buettner <kevinb@redhat.com>
4984
4985 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4986 files.
4987
06871ae8
PA
49882017-09-20 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4991 symbol names in gdb's output.
4992 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4993
e5f25bc5
PA
49942017-09-20 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4997 Rename to ...
4998 (test_list_ambiguous_symbol): ... this and add a symbol name
4999 parameter. Adjust.
5000 (test_list_ambiguous_function): Reimplement on top of
5001 test_list_ambiguous_symbol and also test listing ambiguous
5002 variables.
5003 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5004 (ambiguous_fun): ... this.
5005 (ambiguous_var): New.
5006 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5007 (ambiguous_fun): ... this.
5008 (ambiguous_var): New.
5009
4e5a4f58
JB
50102017-09-19 John Baldwin <jhb@FreeBSD.org>
5011
5012 * gdb.base/starti.c: New file.
5013 * gdb.base/starti.exp: New file.
5014 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5015
26e53f3e
PA
50162017-09-14 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5019 (top level): Use it instead of runto.
5020
cb791d59
TT
50212017-09-11 Tom Tromey <tom@tromey.com>
5022
5023 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5024
7c96f8c1
TT
50252017-09-11 Tom Tromey <tom@tromey.com>
5026
5027 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5028 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5029
469412dd
CW
50302017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5031
5032 * gdb.fortran/printing-types.exp: New file.
5033 * gdb.fortran/printing-types.exp: New file.
5034
e0f86435
BH
50352017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5036
5037 * gdb.fortran/vla-ptype.exp: Fix typos.
5038 * gdb.fortran/vla-value.exp: Same.
5039
9e9af4be
BH
50402017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5041
5042 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5043 * gdb.mi/mi-var-child-f.exp: Likewise.
5044 * gdb.mi/mi-vla-fortran.exp: Likewise.
5045
a5ad232b 50462017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5047 Christoph Weinmann <christoph.t.weinmann@intel.com>
5048 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5049
5050 * gdb.fortran/ptr-indentation.f90: New file.
5051 * gdb.fortran/ptr-indentation.exp: New file.
5052
5aec60eb
TT
50532017-09-05 Tom Tromey <tom@tromey.com>
5054
5055 PR gdb/22010:
5056 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5057
8f8f8152
TP
50582017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5059
5060 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5061
fbd1b771
JK
50622017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 * gdb.threads/tls-nodebug-pie.c: New file.
5065 * gdb.threads/tls-nodebug-pie.exp: New file.
5066
5eb5f850
TT
50672017-09-05 Tom Tromey <tom@tromey.com>
5068
5069 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5070 for rust.
5071
ae780a21
SM
50722017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5073
5074 * gdb.multi/multi-arch-exec.exp: Test with different
5075 "follow-exec-mode" settings.
5076 (do_test): New procedure.
5077
3693fdb3
PA
50782017-09-04 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/func-static.c (S::method const, S::method volatile)
5081 (S::method volatile const): New methods.
5082 (c_s, v_s, cv_s): New instances.
5083 (main): Call method() on them.
5084 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5085 (cannot_resolve): New procedure.
5086 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5087 print-quote-unquoted columns.
5088 (do_test): Test printing each scope too.
5089
e68cb8e0
PA
50902017-09-04 Pedro Alves <palves@redhat.com>
5091
5092 * gdb.base/local-static.exp: Also test with
5093 class::method::variable wholly quoted.
5094 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5095
858be34c
PA
50962017-09-04 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/local-static.c: New.
5099 * gdb.base/local-static.cc: New.
5100 * gdb.base/local-static.exp: New.
5101
46a4882b
PA
51022017-09-04 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.asm/asm-source.exp: Add casts to int.
5105 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5106 (dataglobal64_1, dataglobal64_2): New globals.
5107 * gdb.base/nodebug.exp: Test different expressions involving the
5108 new globals, with print, whatis and ptype. Add casts to int.
5109 * gdb.base/solib-display.exp: Add casts to int.
5110 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5111 * gdb.cp/m-static.exp: Add cast to int.
5112 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5113 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5114 tls variable with no debug info without a cast. Test with a cast
5115 to int too.
5116 * gdb.trace/entry-values.exp: Add casts.
5117
2c5a2be1
PA
51182017-09-04 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/nodebug.exp: Test that ptype's error about functions
5121 with unknown return type includes the function name too.
5122
7022349d
PA
51232017-09-04 Pedro Alves <palves@redhat.com>
5124
5125 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5126 return type of munmap in infcall.
5127 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5128 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5129 type of ftell in infcall.
5130 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5131 type of getpid in infcall.
5132 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5133 infcall.
5134 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5135 Bail on failure to extract the pid.
5136 * gdb.base/nodebug.c: #include <stdint.h>.
5137 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5138 New functions.
5139 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5140 Change expected output of print/whatis/ptype with functions with
5141 no debug info. Test all supported languages. Call
5142 test_call_promotion.
5143 * gdb.compile/compile.exp: Adjust expected output to expect
5144 warning.
5145 * gdb.threads/siginfo-threads.exp: Likewise.
5146
54990598
PA
51472017-09-04 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5150 "prototypes". Test calling float functions via prototyped and
5151 unprototyped function pointers.
5152 (perform_all_tests): New parameter "prototypes". Pass it down.
5153 (top level): Pass down "prototypes" parameter to
5154 perform_all_tests.
5155
34d16ea2
SM
51562017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5157
5158 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5159 Test with nested loops.
5160
9521ecda
SM
51612017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5162
5163 * gdb.base/commands.exp: Call the new procedures.
5164 (loop_break_test, loop_continue_test): New procedures.
5165
80a65e9b
SM
51662017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5167
5168 * gdb.base/commands.exp: Call new procedure.
5169 (define_if_without_arg_test): New procedure.
5170
e439fa14
PA
51712017-09-04 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.base/list-ambiguous.exp: New file.
5174 * gdb.base/list-ambiguous0.c: New file.
5175 * gdb.base/list-ambiguous1.c: New file.
5176 * gdb.base/list.exp (test_list_range): Adjust expected output.
5177
0a2dde4a
SDJ
51782017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5179
5180 * gdb.base/share-env-with-gdbserver.c: New file.
5181 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5182
5e89eb3a
SM
51832017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5184
5185 * gdb.base/commands.exp (gdbvar_simple_if_test,
5186 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5187 progvar_simple_if_test, progvar_simple_while_test,
5188 progvar_complex_if_while_test, user_defined_command_test,
5189 user_defined_command_args_eval,
5190 user_defined_command_args_stack_test,
5191 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5192 temporary_breakpoint_commands,
5193 gdb_test_no_prompt, redefine_hook_test,
5194 redefine_backtrace_test): Remove "global gdb_prompt".
5195
fd437cbc
SM
51962017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5197
5198 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5199 New proc, call it from toplevel.
5200
87215ad1
SDJ
52012017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5202
5203 PR remote/21852
5204 * gdb.server/normal.c: New file, copied from gdb.base.
5205 * gdb.server/run-without-local-binary.exp: New file.
5206
58afddc6
WP
52072017-08-07 Weimin Pan <weimin.pan@oracle.com>
5208
5209 * gdb.arch/sparc64-adi.exp: New file.
5210 * gdb.arch/sparc64-adi.c: New file.
5211
5277199a
PA
52122017-08-22 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5215 (top level): Add "list all overloads" tests.
5216
14278e1f
TT
52172017-08-22 Tom Tromey <tom@tromey.com>
5218
5219 * gdb.gdb/xfullpath.exp: Remove.
5220
bf223d3e
PA
52212017-08-21 Pedro Alves <palves@redhat.com>
5222
5223 PR gdb/19487
5224 * gdb.base/symbol-alias.c: New.
5225 * gdb.base/symbol-alias2.c: New.
5226 * gdb.base/symbol-alias.exp: New.
5227
c973d0aa
PA
52282017-08-21 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.base/dfp-test.c
5231 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5232 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5233 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5234 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5235 * gdb.base/whatis-ptype-typedefs.c: New.
5236 * gdb.base/whatis-ptype-typedefs.exp: New.
5237 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5238 (an_int, an_int_type, an_int_type2): New globals.
5239 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5240 involving typedefs and cast expressions.
5241 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5242 (lookup_typedefs_function): New.
5243 (typedefs_pretty_printers_dict): New.
5244 (top level): Register lookup_typedefs_function in
5245 gdb.pretty_printers.
5246
6d580b63
YQ
52472017-08-18 Yao Qi <yao.qi@linaro.org>
5248
5249 * gdb.server/unittest.exp: New.
5250
206726fb
SDJ
52512017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5252
5253 PR gdb/21954
5254 * gdb.base/environ.exp: Add test to check if 'unset environment'
5255 works.
5256
bf0ec4c2
AA
52572017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5258
5259 * lib/gdb.exp (universal_compile_options): New caching proc.
5260 (gdb_compile): Suppress GCC's coloring of messages.
5261
d6382fff
TT
52622017-08-14 Tom Tromey <tom@tromey.com>
5263
5264 PR gdb/21675:
5265 * gdb.base/printcmds.exp (test_radices): New function.
5266 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5267 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5268 * lib/gdb.exp (get_integer_valueof): Use p/d.
5269
c2c2dd9f
SM
52702017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5271
5272 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5273 characters.
5274
fdffd6f4
TT
52752017-08-05 Tom Tromey <tom@tromey.com>
5276
5277 * gdb.rust/simple.exp: Allow String to appear in a different
5278 namespace.
5279
27d41eac
YQ
52802017-07-26 Yao Qi <yao.qi@linaro.org>
5281
5282 * gdb.gdb/unittest.exp: Invoke command
5283 "maintenance check xml-descriptions".
5284
031ed05d
AA
52852017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5286
5287 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5288 calling context.
5289 (hex128): Drop erroneous calculation of parameters.
5290
dcd27ddf
SM
52912017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5292
5293 * gdb.python/py-unwind.exp: Disable stack protection when
5294 building test file.
5295
47e77640
PA
52962017-07-20 Pedro Alves <palves@redhat.com>
5297
5298 * gdb.base/default.exp (set language): Adjust expected output.
5299
62d2a18a
PA
53002017-07-20 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5303 (test_minsym): ... this, and make static.
5304 (get_pck__foo__bar__minsym): Rename to ...
5305 (get_test_minsym): ... this.
5306 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5307 symbol names and comments.
5308 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5309 (get_test_minsym): ... this.
5310 (pck__foo__bar__minsym__2): Rename to ...
5311 (test_minsym): ... this.
5312 (main): Adjust.
5313
c45ec17c
PA
53142017-07-17 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.base/completion.exp: Adjust expected output.
5317 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5318 the completer works.
5319
c6756f62
PA
53202017-07-17 Pedro Alves <palves@redhat.com>
5321
5322 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5323
5bd68487
AB
53242017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5325
5326 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5327
8880f2a9
TT
53282017-07-14 Tom Tromey <tom@tromey.com>
5329
5330 PR rust/21764:
5331 * gdb.rust/simple.exp: Add tests.
5332
65547233
TT
53332017-07-14 Tom Tromey <tom@tromey.com>
5334
5335 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5336
8f14146e
PA
53372017-07-14 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.linespec/base/one/thefile.cc (z1): New function.
5340 * gdb.linespec/base/two/thefile.cc (z2): New function.
5341 * gdb.linespec/linespec.exp: Add tests.
5342
b4365d02
AB
53432017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5346 to mi_create_breakpoint.
5347
5d2cbaa5
AB
53482017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5349
5350 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5351 mi_create_breakpoint.
5352
11cb5716
IB
53532017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5354
5355 * gdb.dlang/demangle.exp: Update for demangling changes.
5356
03278692
TT
53572017-07-09 Tom Tromey <tom@tromey.com>
5358
5359 * gdb.dwarf2/shortpiece.exp: New file.
5360
33c5cd75
DB
53612017-07-06 David Blaikie <dblaikie@gmail.com>
5362
5363 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5364 built from fissiont-multi-cu{1,2}.c.
5365 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5366 except putting 'main' and 'func' in separate CUs in the same DWO file.
5367 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5368 test.
5369 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5370 test.
5371
8455d262
PA
53722017-07-06 Pedro Alves <palves@redhat.com>
5373
5374 * gdb.python/py-unwind.exp: Test flushregs.
5375
dc4bde35
SDJ
53762017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5377
5378 PR cli/21688
5379 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5380 tests for alias commands and trailing whitespace.
5381
51ed89aa
SDJ
53822017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5383
5384 PR cli/21688
5385 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5386 procedure. Call it.
5387
eb17d413
PA
53882017-06-29 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/printcmds.exp: Add tests.
5391
41664b45
DG
53922017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5393
5394 PR gdb/21337
5395 * gdb.base/reread-readsym.exp: New file.
5396 * gdb.base/reread-readsym.c: New file.
5397
75312ae3
KB
53982017-06-21 Kevin Buettner <kevinb@redhat.com>
5399
5400 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5401 subpattern.
5402
66953522
PB
54032017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5404
5405 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5406 extended mnemonic.
5407 * gdb.arch/powerpc-power9.s: Likewise.
5408
5524b525
AA
54092017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5410
5411 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5412 on 32-bit x86 targets. Exploit is_*_target macros where
5413 appropriate.
5414
03c8af18
AA
54152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5416
5417 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5418 register pieces.
5419
3bf31011
AA
54202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5421
5422 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5423 located in one or more DWARF pieces.
5424
805acca0
AA
54252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5426
5427 * lib/gdb.exp (get_endianness): New proc.
5428 * gdb.arch/aarch64-fp.exp: Use it.
5429 * gdb.arch/altivec-regs.exp: Likewise.
5430 * gdb.arch/e500-regs.exp: Likewise.
5431 * gdb.arch/vsx-regs.exp: Likewise.
5432 * gdb.base/dump.exp: Likewise.
5433 * gdb.base/funcargs.exp: Likewise.
5434 * gdb.base/gnu_vector.exp: Likewise.
5435 * gdb.dwarf2/formdata16.exp: Likewise.
5436 * gdb.dwarf2/implptrpiece.exp: Likewise.
5437 * gdb.dwarf2/nonvar-access.exp: Likewise.
5438 * gdb.python/py-inferior.exp: Likewise.
5439 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5440
e9352324
AA
54412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5442
5443 PR gdb/21226
5444 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5445 stack value pieces are taken from the LSB end.
5446
d5d1163e
AA
54472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5448
5449 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5450 variable at nonzero offset.
5451
0567c986
AA
54522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5453
5454 * gdb.dwarf2/var-access.c: New file.
5455 * gdb.dwarf2/var-access.exp: New test.
5456 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5457
973e9aab
TT
54582017-06-12 Tom Tromey <tom@tromey.com>
5459
5460 * gdb.dwarf2/formdata16.exp: Add tests.
5461
d9109c80
TT
54622017-06-12 Tom Tromey <tom@tromey.com>
5463
5464 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5465
30a25466
TT
54662017-06-12 Tom Tromey <tom@tromey.com>
5467
5468 PR exp/16225:
5469 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5470 * gdb.arch/vsx-regs.exp: Update tests.
5471 * gdb.arch/s390-vregs.exp (hex128): New proc.
5472 Update test.
5473 * gdb.arch/altivec-regs.exp: Update tests.
5474
aefd8b33
SDJ
54752017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5476
5477 * gdb.base/startup-with-shell.c: New file.
5478 * gdb.base/startup-with-shell.exp: Likewise.
5479
2090129c
SDJ
54802017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5481
5482 * gdb.server/non-existing-program.exp: Update regex in order to
5483 reflect the fact that gdbserver is now using fork_inferior (with a
5484 shell) to startup the inferior.
5485
8e86a419
SM
54862017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5487
5488 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5489 support function calls from GDB.
5490
e6cf65f2
TT
54912017-05-21 Tom Tromey <tom@tromey.com>
5492
5493 PR rust/21466:
5494 * gdb.rust/unsized.exp: New file.
5495 * gdb.rust/unsized.rs: New file.
5496
43cc5389
TT
54972017-05-19 Tom Tromey <tom@tromey.com>
5498
5499 PR rust/21484:
5500 * gdb.rust/watch.exp: New file.
5501 * gdb.rust/watch.rs: New file.
5502
ec8df234
TT
55032017-05-18 Tom Tromey <tom@tromey.com>
5504
5505 * gdb.rust/simple.exp: Allow Box to be qualified.
5506
3e3e7fae
TP
55072017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5508
5509 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5510
59cc050d
PA
55112017-05-18 Pedro Alves <palves@redhat.com>
5512
5513 * gdb.base/fileio.c (test_write, test_read, test_close)
5514 (test_fstat): Don't print 'ret' in the fail path.
5515
c8f6abd1
PA
55162017-05-18 Pedro Alves <palves@redhat.com>
5517
5518 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5519 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5520 (test_system, test_rename, test_unlink, test_time): Change
5521 prototypes.
5522 * gdb.base/fileio.exp (stop_msg): Adjust.
5523
d2a03b77
PA
55242017-05-18 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.base/fileio.c (null_str): New global.
5527 (test_stat): Use it.
5528 * gdb.base/fileio.exp: Remove nowarnings.
5529
0d5c6999
YQ
55302017-05-17 Yao Qi <yao.qi@linaro.org>
5531
5532 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5533
21873064
YQ
55342017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5535
5536 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5537 argument command.
5538 (top-level): Invoke test_set_inferior_tty.
5539
d512d31c
PA
55402017-05-04 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5543 Add parens to print call for Python 3.
5544
90cef2ed
KS
55452017-05-03 Keith Seitz <keiths@redhat.com>
5546
5547 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5548 (main): Call it.
5549
14f819c8
TW
55502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5551
5552 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5553 to prev and next.
5554
913aeadd
TW
55552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5556
5557 * gdb.python/py-record-btrace.exp: Remove test for
5558 gdb.BtraceInstruction.error.
5559
a3be24ad
TW
55602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5561
5562 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5563
ae20e79a
TW
55642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5565
5566 * gdb.python/py-record-btrace-threads.c: New file.
5567 * gdb.python/py-record-btrace-threads.exp: New file.
5568
45ce1b47
SDJ
55692017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5570
5571 PR testsuite/8595
5572 * gdb.base/environ.exp: Make test available in all architectures.
5573 Move bits related to "info program" testing to
5574 gdb.base/info-program.exp. Rewrite tests to use the two new
5575 procedures mentione below.
5576 (test_set_show_env_var) New procedure.
5577 (test_set_show_env_var_equal): Likewise.
5578 * gdb.base/info-program.exp: New file.
5579
e15c3eb4
KS
55802017-04-27 Keith Seitz <keiths@redhat.com>
5581
5582 * gdb.cp/oranking.cc (test15): New function.
5583 (main): Call test15 and declare additional variables for testing.
5584 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5585 "p foo101('abc')" tests.
5586 Add tests for cv qualifier overloads.
5587 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5588 "lvalue reference overload" test.
5589 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5590 "print value of f1 on Child&& in f2" test.
5591
3a3fd0fd
PA
55922017-04-19 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5595 procedure.
5596 (top level): Call it.
5597 * lib/gdb.exp (gdb_define_cmd): New procedure.
5598
53375380
PA
55992017-04-12 Pedro Alves <palves@redhat.com>
5600
5601 PR gdb/21323
5602 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5603 (wchar): New global.
5604 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5605 (do_test_wide_char, wide_char_types_no_program, top level): Add
5606 wchar_t testing.
5607
53e710ac
PA
56082017-04-12 Pedro Alves <palves@redhat.com>
5609
5610 PR c++/21323
5611 * gdb.cp/wide_char_types.c: New file.
5612 * gdb.cp/wide_char_types.exp: New file.
5613
0ad9d8c7
SDJ
56142017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5615
5616 PR gdb/21352
5617 * gdb.trace/tsv.exp: Add test for "tsave -r".
5618
b1b45502
IB
56192017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5620
5621 * gdb.dlang/watch-loc.c: New file.
5622 * gdb.dlang/watch-loc.exp: New file.
5623
ec13808e
JK
56242017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5627
fe5f7374
AK
56282017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5629
5630 * gdb.arch/arc-analyze-prologue.S: New file.
5631 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5632
eea78757
AK
56332017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5634
5635 * gdb.arch/arc-decode-insn.S: New file.
5636 * gdb.arch/arc-decode-insn.exp: Likewise.
5637
5badf10a
IR
56382017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5639
5640 PR tdep/20928
5641 * gdb.arch/sparc64-regs.exp: New file.
5642 * gdb.arch/sparc64-regs.S: Likewise.
5643
cee59b3f
TW
56442017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5645
5646 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5647 and memory view on Python 3.
5648
c0f55cc6
AV
56492017-03-20 Artemiy Volkov <artemiyv@acm.org>
5650 Keith Seitz <keiths@redhat.com>
5651
5652 PR gdb/14441
5653 * gdb.cp/demangle.exp: Add rvalue reference tests.
5654 * gdb.cp/rvalue-ref-casts.cc: New file.
5655 * gdb.cp/rvalue-ref-casts.exp: New file.
5656 * gdb.cp/rvalue-ref-overload.cc: New file.
5657 * gdb.cp/rvalue-ref-overload.exp: New file.
5658 * gdb.cp/rvalue-ref-params.cc: New file.
5659 * gdb.cp/rvalue-ref-params.exp: New file.
5660 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5661 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5662 * gdb.cp/rvalue-ref-types.cc: New file.
5663 * gdb.cp/rvalue-ref-types.exp: New file.
5664 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5665 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5666
51457a05
MAL
56672017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5668
5669 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5670 New procedure.
5671
5b291c04
MAL
56722017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5673
5674 * lib/mi-support.exp (mi_gdb_test): Add additional message
5675 for unexpected output.
5676
59a56148
AA
56772017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5678
5679 * gdb.base/examine-backward.c (Barrier): New character array
5680 constant, to ensure that TestStrings is preceded by a string
5681 terminator.
5682
7942e96e
AA
56832017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5684
5685 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5686 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5687 and implicit pointer into such a location.
5688
6ebac3fb
DE
56892017-03-16 Doug Evans <dje@google.com>
5690
5691 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5692
ec3b243d
TP
56932017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5694
5695 * gdb.cp/m-static.exp: Fix expectation for prototype of
5696 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5697
56982017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5699
5700 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5701 * gdb.guile/scm-lazy-string.c: New file.
5702 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5703 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5704 for pointer, array, typedef lazy strings.
5705
2cc36e25 57062017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5707
5708 PR python/17728, python/18439, python/18779
5709 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5710 * gdb.python/py-lazy-string.c (pointer): New typedef.
5711 (main): New locals ptr, array, typedef_ptr.
5712 * gdb.python/py-value.exp: Move lazy string tests to ...
5713 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5714 array, typedef lazy strings.
ec3b243d 5715
0efcde63
AK
57162017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5717
5718 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5719 Add optional 'test' parameter.
5720
7978d7c3
SM
57212017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5722
5723 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5724 Skip for versions of DejaGnu < 1.5.
5725
896c0c1e
SM
57262017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5727
5728 * lib/gdb.exp (dejagnu_version): New proc.
5729 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5730 Use dejagnu_version.
5731
5f4d1085
KS
57322017-03-10 Keith Seitz <keiths@redhat.com>
5733
5734 PR c++/8128
5735 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5736 type from destructor regexps.
5737 Add a branch which actually passes the test.
5738 Adjust "ptype t5i" test names.
5739
1de05205
PA
57402017-03-08 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.base/step-over-exit.exp: Add explicit test message.
5743
c65d6b55
PA
57442017-03-08 Pedro Alves <palves@redhat.com>
5745
5746 PR gdb/18360
5747 * gdb.threads/interrupt-while-step-over.c: New file.
5748 * gdb.threads/interrupt-while-step-over.exp: New file.
5749
2e86a283
PA
57502017-03-08 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5753 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5754
25dcbff6
PA
57552017-03-08 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5758 PKRU as not supported as a PASS.
5759
dc9366eb
PA
57602017-03-08 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5763 prefix instead of $binfile1/$binfile2.
5764 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5765 in test message.
5766 * gdb.python/py-completion.exp: Use "load python file" as test
5767 messages instead of unstable path names.
5768
6e5d74e7
PA
57692017-03-08 Pedro Alves <palves@redhat.com>
5770 Jan Kratochvil <jan.kratochvil@redhat.com>
5771
5772 PR cli/21218
5773 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5774 New proc.
5775 (top level): Call it.
5776
9753a2f6
PA
57772017-03-08 Pedro Alves <palves@redhat.com>
5778
5779 PR tui/21216
5780 * gdb.tui/tui-nl-filtered-output.exp: New file.
5781
1a4dd9dd
PA
57822017-03-08 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.base/completion.exp: Move TUI completion tests to ...
5785 * gdb.tui/completion.exp: ... this new file.
5786
7cbbff33
PA
57872017-03-08 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.base/tui-disasm-long-lines.c,
5790 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5791 gdb.base/tui-layout.exp: Move to ...
5792 * gdb.tui/: ... this new directory.
5793
5f6fd321
PA
57942017-03-07 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.base/tui-layout.c: New file.
5797 * gdb.base/tui-layout.exp: New file.
5798
44959fa8
PA
57992017-03-07 Pedro Alves <palves@redhat.com>
5800
5801 * gdb.base/tui-layout.c: Rename to ...
5802 * gdb.base/tui-disasm-long-lines.c: ... this.
5803 * gdb.base/tui-layout.exp: Rename to ...
5804 * gdb.base/tui-disasm-long-lines.exp: ... this.
5805
f8c4e718
PA
58062017-03-07 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5809
6dbb839a 58102017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5811
5812 * i386-mpx-call.c: New file.
5813 * i386-mpx-call.exp: New file.
5814
65b48a81
PB
58152017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5816
5817 * gdb.arch/powerpc-power.exp: Delete test.
5818 * gdb.arch/powerpc-power.s: Likewise.
5819 * gdb.disasm/disassembler-options.exp: New test.
5820 * gdb.arch/powerpc-altivec.exp: Likewise.
5821 * gdb.arch/powerpc-altivec.s: Likewise.
5822 * gdb.arch/powerpc-altivec2.exp: Likewise.
5823 * gdb.arch/powerpc-altivec2.s: Likewise.
5824 * gdb.arch/powerpc-altivec3.exp: Likewise.
5825 * gdb.arch/powerpc-altivec3.s: Likewise.
5826 * gdb.arch/powerpc-power7.exp: Likewise.
5827 * gdb.arch/powerpc-power7.s: Likewise.
5828 * gdb.arch/powerpc-power8.exp: Likewise.
5829 * gdb.arch/powerpc-power8.s: Likewise.
5830 * gdb.arch/powerpc-power9.exp: Likewise.
5831 * gdb.arch/powerpc-power9.s: Likewise.
5832 * gdb.arch/powerpc-vsx.exp: Likewise.
5833 * gdb.arch/powerpc-vsx.s: Likewise.
5834 * gdb.arch/powerpc-vsx2.exp: Likewise.
5835 * gdb.arch/powerpc-vsx2.s: Likewise.
5836 * gdb.arch/powerpc-vsx3.exp: Likewise.
5837 * gdb.arch/powerpc-vsx3.s: Likewise.
5838 * gdb.arch/arm-disassembler-options.exp: Likewise.
5839 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5840 * gdb.arch/s390-disassembler-options.exp: Likewise.
5841
17cd4947
LM
58422017-02-23 Luis Machado <lgustavo@codesourcery.com>
5843
5844 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5845 (check_supported_features): ... this. Changed return type to void.
5846 (supports_rdseed): New static global.
5847 (rdseed): Check supports_rdseed.
5848 (initialize): Call check_supported_features.
5849
2039d74e
EBM
58502017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5851
5852 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5853 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5854 and lqarx/stqcx.
5855 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5856 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5857
a51d7ecf
EBM
58582017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5859
5860 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5861 uppercase.
5862
0224619f
JK
58632017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5864
5865 * gdb.dwarf2/formdata16.c: New file.
5866 * gdb.dwarf2/formdata16.exp: New file.
5867 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5868
216f72a1
JK
58692017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5872 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5873 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5874 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5875 DW_AT_GNU_*.
5876
43988095
JK
58772017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5878
5879 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5880
99e8a4f9
SDJ
58812017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5882
5883 PR gdb/21164
5884 * gdb.base/maint.exp: Add testcases for when the commands do
5885 not have arguments.
5886
b58a8c0c
TP
58872017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5888
5889 * gdb.cp/chained-calls.exp: Use p instead of P.
5890
4e746bb6
TW
58912017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5892
5893 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5894 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5895
3f77c769
TT
58962017-02-14 Tom Tromey <tom@tromey.com>
5897
5898 PR python/13598:
5899 * gdb.python/py-events.exp: Add before_prompt event tests.
5900
075beec0
AA
59012017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5902
5903 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5904
bf5f525c
LM
59052017-02-13 Luis Machado <lgustavo@codesourcery.com>
5906
5907 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5908 (main): Call my_unique_function_name.
5909 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5910 completion of patterns with a single match.
5911 Add missing -re switches to gdb_test_multiple calls.
5912
13a66184
LM
59132017-02-13 Luis Machado <lgustavo@codesourcery.com>
5914
5915 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5916 return if core file is not recognized.
5917
26a06916
SM
59182017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5919
5920 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5921 and extra UIs.
5922
b761ca9e
SM
59232017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5924
5925 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5926 proc_with_prefix.
5927
b964bee0
TT
59282017-02-10 Tom Tromey <tom@tromey.com>
5929
5930 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5931
18da0c51
MG
59322017-02-10 Martin Galvan <martingalvan@sourceware.org>
5933
5934 PR gdb/21122
5935 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5936
604c4576
JG
59372017-02-08 Jerome Guitton <guitton@adacore.com>
5938
5939 * gdb.base/define.exp: Add test for command abbreviations
5940 in define.
5941
20b477a7
LM
59422017-02-06 Luis Machado <lgustavo@codesourcery.com>
5943
5944 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5945 * gdb.reverse/insn-reverse-x86.c: New file.
5946
3f7b46f2
IR
59472017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5948
5949 PR tdep/20936
5950 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5951
f0fd41c1
TT
59522017-02-03 Tom Tromey <tom@tromey.com>
5953
5954 PR rust/21097:
5955 * gdb.rust/simple.exp: Add new tests.
5956
5be5dbf0
PA
59572017-02-02 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5960 tests.
5961
7346ef59
AA
59622017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5963
5964 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5965 taking a 2-byte value out of a 4-byte DWARF implicit value on
5966 big-endian targets.
5967 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5968 logic. Add test cases for DW_OP_implicit.
5969
787f0025
MM
59702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5971
5972 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5973
68777c29
MM
59742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5975
5976 * gdb.btrace/enable.exp: Call gdb_exit before
5977 skip_gdbserver_tests.
5978
0a1c7e28
MM
59792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5980
5981 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5982 GDBFLAGS.
5983
b5ac99b0
MM
59842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5985
5986 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5987 the test is skipped.
5988 * gdb.btrace/data.exp: Likewise.
5989 * gdb.btrace/delta.exp: Likewise.
5990 * gdb.btrace/dlopen.exp: Likewise.
5991 * gdb.btrace/enable-running.exp: Likewise.
5992 * gdb.btrace/enable.exp: Likewise.
5993 * gdb.btrace/exception.exp: Likewise.
5994 * gdb.btrace/function_call_history.exp: Likewise.
5995 * gdb.btrace/gcore.exp: Likewise.
5996 * gdb.btrace/instruction_history.exp: Likewise.
5997 * gdb.btrace/multi-thread-step.exp: Likewise.
5998 * gdb.btrace/nohist.exp: Likewise.
5999 * gdb.btrace/non-stop.exp: Likewise.
6000 * gdb.btrace/reconnect.exp: Likewise.
6001 * gdb.btrace/record_goto-step.exp: Likewise.
6002 * gdb.btrace/record_goto.exp: Likewise.
6003 * gdb.btrace/rn-dl-bind.exp: Likewise.
6004 * gdb.btrace/segv.exp: Likewise.
6005 * gdb.btrace/step.exp: Likewise.
6006 * gdb.btrace/stepi.exp: Likewise.
6007 * gdb.btrace/tailcall-only.exp: Likewise.
6008 * gdb.btrace/tailcall.exp: Likewise.
6009 * gdb.btrace/tsx.exp: Likewise.
6010 * gdb.btrace/unknown_functions.exp: Likewise.
6011 * gdb.btrace/vdso.exp: Likewise.
6012
cd4007e4
MM
60132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6014
6015 * gdb.btrace/enable-running.c: New.
6016 * gdb.btrace/enable-running.exp: New.
6017
2735833d
WT
60182017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6019
6020 * gdb.arch/amd64-gs_base.c: New file.
6021 * gdb.arch/amd64-gs_base.exp: New file.
6022
b51e1e94
LM
60232017-01-26 Luis Machado <lgustavo@codesourcery.com>
6024
6025 * lib/memory.exp: Remove spurious empty newlines.
6026
72ca0410
SM
60272017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6028
6029 * gdb.python/py-bad-printers.exp: Load python file using "source".
6030 * gdb.python/py-events.exp: Likewise.
6031 * gdb.python/py-evsignal.exp: Likewise.
6032 * gdb.python/py-evthreads.exp: Likewise.
6033 * gdb.python/py-frame-args.exp: Likewise.
6034 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6035 * gdb.python/py-framefilter-mi.exp: Likewise.
6036 * gdb.python/py-framefilter.exp: Likewise.
6037 * gdb.python/py-mi.exp: Likewise.
6038 * gdb.python/py-pp-maint.exp: Likewise.
6039 * gdb.python/py-pp-registration.exp: Likewise.
6040 * gdb.python/py-prettyprint.exp: Likewise.
6041 (run_lang_tests): Likewise.
6042 * gdb.python/py-typeprint.exp: Likewise.
6043
e309aa65
LM
60442017-01-26 Luis Machado <lgustavo@codesourcery.com>
6045
6046 * lib/memory.exp: New file.
6047 * lib/gdb.exp: Load memory.exp.
6048 * gdb.base/memattr.exp (delete_memory): Move proc to
6049 lib/memory.exp and rename to delete_memory_regions.
6050 Replace delete_memory with delete_memory_regions.
6051 Cleanup memory regions before tests.
6052 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6053 before tests.
6054
515aff23
LM
60552017-01-26 Luis Machado <lgustavo@codesourcery.com>
6056
6057 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6058 files.
6059 (initialize): New function conditionally defined.
6060 (testcases): Move within conditional block.
6061 (main): Call initialize.
6062 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6063 of gdb.reverse/insn-reverse.c.
6064 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6065 gdb.reverse/insn-reverse.c.
6066
d8b49cf0
YQ
60672017-01-26 Yao Qi <yao.qi@linaro.org>
6068
6069 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6070 disassemble on address 0.
6071
f13a9a0c
YQ
60722017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6073 Yao Qi <yao.qi@linaro.org>
6074
6075 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6076 * gdb.dwarf2/implptr-64bit.S: Remove.
6077 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6078 variables in caller's context. Add DW_OP_implicit_value.
6079
5ac95241
YQ
60802017-01-25 Yao Qi <yao.qi@linaro.org>
6081
6082 * lib/dwarf.exp (Dwarf::_location): Handle
6083 DW_OP_GNU_implicit_pointer with proper size.
6084
23e82930
LM
60852017-01-20 Luis Machado <lgustavo@codesourcery.com>
6086
6087 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6088 and add untested calls.
6089
d334ae25
LM
60902017-01-20 Luis Machado <lgustavo@codesourcery.com>
6091
6092 * gdb.python/python.exp: Check line number against what GDB thinks
6093 the line number is for func1.
6094
f5e6296e
IB
60952017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6096
6097 * gdb.dlang/debug-expr.exp: New file.
6098
5b362f04
LM
60992016-12-23 Luis Machado <lgustavo@codesourcery.com>
6100
6101 Fix test names for the following files:
6102
6103 * gdb.ada/exec_changed.exp
6104 * gdb.ada/info_types.exp
6105 * gdb.arch/aarch64-atomic-inst.exp
6106 * gdb.arch/aarch64-fp.exp
6107 * gdb.arch/altivec-abi.exp
6108 * gdb.arch/altivec-regs.exp
6109 * gdb.arch/amd64-byte.exp
6110 * gdb.arch/amd64-disp-step.exp
6111 * gdb.arch/amd64-dword.exp
6112 * gdb.arch/amd64-entry-value-inline.exp
6113 * gdb.arch/amd64-entry-value-param.exp
6114 * gdb.arch/amd64-entry-value-paramref.exp
6115 * gdb.arch/amd64-entry-value.exp
6116 * gdb.arch/amd64-i386-address.exp
6117 * gdb.arch/amd64-invalid-stack-middle.exp
6118 * gdb.arch/amd64-invalid-stack-top.exp
6119 * gdb.arch/amd64-optimout-repeat.exp
6120 * gdb.arch/amd64-prologue-skip.exp
6121 * gdb.arch/amd64-prologue-xmm.exp
6122 * gdb.arch/amd64-stap-special-operands.exp
6123 * gdb.arch/amd64-stap-wrong-subexp.exp
6124 * gdb.arch/amd64-tailcall-cxx.exp
6125 * gdb.arch/amd64-tailcall-noret.exp
6126 * gdb.arch/amd64-tailcall-ret.exp
6127 * gdb.arch/amd64-tailcall-self.exp
6128 * gdb.arch/amd64-word.exp
6129 * gdb.arch/arm-bl-branch-dest.exp
6130 * gdb.arch/arm-disp-step.exp
6131 * gdb.arch/arm-neon.exp
6132 * gdb.arch/arm-single-step-kernel-helper.exp
6133 * gdb.arch/avr-flash-qualifier.exp
6134 * gdb.arch/disp-step-insn-reloc.exp
6135 * gdb.arch/e500-abi.exp
6136 * gdb.arch/e500-regs.exp
6137 * gdb.arch/ftrace-insn-reloc.exp
6138 * gdb.arch/i386-avx512.exp
6139 * gdb.arch/i386-bp_permanent.exp
6140 * gdb.arch/i386-byte.exp
6141 * gdb.arch/i386-cfi-notcurrent.exp
6142 * gdb.arch/i386-disp-step.exp
6143 * gdb.arch/i386-dr3-watch.exp
6144 * gdb.arch/i386-float.exp
6145 * gdb.arch/i386-gnu-cfi.exp
6146 * gdb.arch/i386-mpx-map.exp
6147 * gdb.arch/i386-mpx-sigsegv.exp
6148 * gdb.arch/i386-mpx-simple_segv.exp
6149 * gdb.arch/i386-mpx.exp
6150 * gdb.arch/i386-permbkpt.exp
6151 * gdb.arch/i386-prologue.exp
6152 * gdb.arch/i386-signal.exp
6153 * gdb.arch/i386-size-overlap.exp
6154 * gdb.arch/i386-unwind.exp
6155 * gdb.arch/i386-word.exp
6156 * gdb.arch/mips-fcr.exp
6157 * gdb.arch/powerpc-d128-regs.exp
6158 * gdb.arch/powerpc-stackless.exp
6159 * gdb.arch/ppc64-atomic-inst.exp
6160 * gdb.arch/s390-stackless.exp
6161 * gdb.arch/s390-tdbregs.exp
6162 * gdb.arch/s390-vregs.exp
6163 * gdb.arch/sparc-sysstep.exp
6164 * gdb.arch/thumb-bx-pc.exp
6165 * gdb.arch/thumb-singlestep.exp
6166 * gdb.arch/thumb2-it.exp
6167 * gdb.arch/vsx-regs.exp
6168 * gdb.asm/asm-source.exp
6169 * gdb.base/a2-run.exp
6170 * gdb.base/advance.exp
6171 * gdb.base/all-bin.exp
6172 * gdb.base/anon.exp
6173 * gdb.base/args.exp
6174 * gdb.base/arithmet.exp
6175 * gdb.base/async-shell.exp
6176 * gdb.base/async.exp
6177 * gdb.base/attach-pie-noexec.exp
6178 * gdb.base/attach-twice.exp
6179 * gdb.base/auto-load.exp
6180 * gdb.base/bang.exp
6181 * gdb.base/bitfields.exp
6182 * gdb.base/break-always.exp
6183 * gdb.base/break-caller-line.exp
6184 * gdb.base/break-entry.exp
6185 * gdb.base/break-inline.exp
6186 * gdb.base/break-on-linker-gcd-function.exp
6187 * gdb.base/break-probes.exp
6188 * gdb.base/break.exp
6189 * gdb.base/breakpoint-shadow.exp
6190 * gdb.base/call-ar-st.exp
6191 * gdb.base/call-sc.exp
6192 * gdb.base/call-signal-resume.exp
6193 * gdb.base/call-strs.exp
6194 * gdb.base/callfuncs.exp
6195 * gdb.base/catch-fork-static.exp
6196 * gdb.base/catch-gdb-caused-signals.exp
6197 * gdb.base/catch-load.exp
6198 * gdb.base/catch-signal-fork.exp
6199 * gdb.base/catch-signal.exp
6200 * gdb.base/catch-syscall.exp
6201 * gdb.base/charset.exp
6202 * gdb.base/checkpoint.exp
6203 * gdb.base/chng-syms.exp
6204 * gdb.base/code-expr.exp
6205 * gdb.base/code_elim.exp
6206 * gdb.base/commands.exp
6207 * gdb.base/completion.exp
6208 * gdb.base/complex.exp
6209 * gdb.base/cond-expr.exp
6210 * gdb.base/condbreak.exp
6211 * gdb.base/consecutive.exp
6212 * gdb.base/continue-all-already-running.exp
6213 * gdb.base/coredump-filter.exp
6214 * gdb.base/corefile.exp
6215 * gdb.base/dbx.exp
6216 * gdb.base/debug-expr.exp
6217 * gdb.base/define.exp
6218 * gdb.base/del.exp
6219 * gdb.base/disabled-location.exp
6220 * gdb.base/disasm-end-cu.exp
6221 * gdb.base/disasm-optim.exp
6222 * gdb.base/display.exp
6223 * gdb.base/duplicate-bp.exp
6224 * gdb.base/ena-dis-br.exp
6225 * gdb.base/ending-run.exp
6226 * gdb.base/enumval.exp
6227 * gdb.base/environ.exp
6228 * gdb.base/eu-strip-infcall.exp
6229 * gdb.base/eval-avoid-side-effects.exp
6230 * gdb.base/eval-skip.exp
6231 * gdb.base/exitsignal.exp
6232 * gdb.base/expand-psymtabs.exp
6233 * gdb.base/filesym.exp
6234 * gdb.base/find-unmapped.exp
6235 * gdb.base/finish.exp
6236 * gdb.base/float.exp
6237 * gdb.base/foll-exec-mode.exp
6238 * gdb.base/foll-exec.exp
6239 * gdb.base/foll-fork.exp
6240 * gdb.base/fortran-sym-case.exp
6241 * gdb.base/freebpcmd.exp
6242 * gdb.base/func-ptr.exp
6243 * gdb.base/func-ptrs.exp
6244 * gdb.base/funcargs.exp
6245 * gdb.base/gcore-buffer-overflow.exp
6246 * gdb.base/gcore-relro-pie.exp
6247 * gdb.base/gcore-relro.exp
6248 * gdb.base/gcore.exp
6249 * gdb.base/gdb1090.exp
6250 * gdb.base/gdb11530.exp
6251 * gdb.base/gdb11531.exp
6252 * gdb.base/gdb1821.exp
6253 * gdb.base/gdbindex-stabs.exp
6254 * gdb.base/gdbvars.exp
6255 * gdb.base/hbreak.exp
6256 * gdb.base/hbreak2.exp
6257 * gdb.base/included.exp
6258 * gdb.base/infcall-input.exp
6259 * gdb.base/inferior-died.exp
6260 * gdb.base/infnan.exp
6261 * gdb.base/info-macros.exp
6262 * gdb.base/info-os.exp
6263 * gdb.base/info-proc.exp
6264 * gdb.base/info-shared.exp
6265 * gdb.base/info-target.exp
6266 * gdb.base/infoline.exp
6267 * gdb.base/interp.exp
6268 * gdb.base/interrupt.exp
6269 * gdb.base/jit-reader.exp
6270 * gdb.base/jit-simple.exp
6271 * gdb.base/kill-after-signal.exp
6272 * gdb.base/kill-detach-inferiors-cmd.exp
6273 * gdb.base/label.exp
6274 * gdb.base/langs.exp
6275 * gdb.base/ldbl_e308.exp
6276 * gdb.base/line-symtabs.exp
6277 * gdb.base/linespecs.exp
6278 * gdb.base/list.exp
6279 * gdb.base/long_long.exp
6280 * gdb.base/longest-types.exp
6281 * gdb.base/maint.exp
6282 * gdb.base/max-value-size.exp
6283 * gdb.base/memattr.exp
6284 * gdb.base/mips_pro.exp
6285 * gdb.base/morestack.exp
6286 * gdb.base/moribund-step.exp
6287 * gdb.base/multi-forks.exp
6288 * gdb.base/nested-addr.exp
6289 * gdb.base/nextoverexit.exp
6290 * gdb.base/noreturn-finish.exp
6291 * gdb.base/noreturn-return.exp
6292 * gdb.base/nostdlib.exp
6293 * gdb.base/offsets.exp
6294 * gdb.base/opaque.exp
6295 * gdb.base/pc-fp.exp
6296 * gdb.base/permissions.exp
6297 * gdb.base/print-symbol-loading.exp
6298 * gdb.base/prologue-include.exp
6299 * gdb.base/psymtab.exp
6300 * gdb.base/ptype.exp
6301 * gdb.base/random-signal.exp
6302 * gdb.base/randomize.exp
6303 * gdb.base/range-stepping.exp
6304 * gdb.base/readline-ask.exp
6305 * gdb.base/recpar.exp
6306 * gdb.base/recurse.exp
6307 * gdb.base/relational.exp
6308 * gdb.base/restore.exp
6309 * gdb.base/return-nodebug.exp
6310 * gdb.base/return.exp
6311 * gdb.base/run-after-attach.exp
6312 * gdb.base/save-bp.exp
6313 * gdb.base/scope.exp
6314 * gdb.base/sect-cmd.exp
6315 * gdb.base/set-lang-auto.exp
6316 * gdb.base/set-noassign.exp
6317 * gdb.base/setvar.exp
6318 * gdb.base/sigall.exp
6319 * gdb.base/sigbpt.exp
6320 * gdb.base/siginfo-addr.exp
6321 * gdb.base/siginfo-infcall.exp
6322 * gdb.base/siginfo-obj.exp
6323 * gdb.base/siginfo.exp
6324 * gdb.base/signals-state-child.exp
6325 * gdb.base/signest.exp
6326 * gdb.base/sigstep.exp
6327 * gdb.base/sizeof.exp
6328 * gdb.base/skip.exp
6329 * gdb.base/solib-corrupted.exp
6330 * gdb.base/solib-nodir.exp
6331 * gdb.base/solib-search.exp
6332 * gdb.base/stack-checking.exp
6333 * gdb.base/stale-infcall.exp
6334 * gdb.base/stap-probe.exp
6335 * gdb.base/start.exp
6336 * gdb.base/step-break.exp
6337 * gdb.base/step-bt.exp
6338 * gdb.base/step-line.exp
6339 * gdb.base/step-over-exit.exp
6340 * gdb.base/step-over-syscall.exp
6341 * gdb.base/step-resume-infcall.exp
6342 * gdb.base/step-test.exp
6343 * gdb.base/store.exp
6344 * gdb.base/structs3.exp
6345 * gdb.base/sym-file.exp
6346 * gdb.base/symbol-without-target_section.exp
6347 * gdb.base/term.exp
6348 * gdb.base/testenv.exp
6349 * gdb.base/ui-redirect.exp
6350 * gdb.base/until.exp
6351 * gdb.base/unwindonsignal.exp
6352 * gdb.base/value-double-free.exp
6353 * gdb.base/vla-datatypes.exp
6354 * gdb.base/vla-ptr.exp
6355 * gdb.base/vla-sideeffect.exp
6356 * gdb.base/volatile.exp
6357 * gdb.base/watch-cond-infcall.exp
6358 * gdb.base/watch-cond.exp
6359 * gdb.base/watch-non-mem.exp
6360 * gdb.base/watch-read.exp
6361 * gdb.base/watch-vfork.exp
6362 * gdb.base/watchpoint-cond-gone.exp
6363 * gdb.base/watchpoint-delete.exp
6364 * gdb.base/watchpoint-hw-hit-once.exp
6365 * gdb.base/watchpoint-hw.exp
6366 * gdb.base/watchpoint-stops-at-right-insn.exp
6367 * gdb.base/watchpoints.exp
6368 * gdb.base/wchar.exp
6369 * gdb.base/whatis-exp.exp
6370 * gdb.btrace/buffer-size.exp
6371 * gdb.btrace/data.exp
6372 * gdb.btrace/delta.exp
6373 * gdb.btrace/dlopen.exp
6374 * gdb.btrace/enable.exp
6375 * gdb.btrace/exception.exp
6376 * gdb.btrace/function_call_history.exp
6377 * gdb.btrace/gcore.exp
6378 * gdb.btrace/instruction_history.exp
6379 * gdb.btrace/nohist.exp
6380 * gdb.btrace/reconnect.exp
6381 * gdb.btrace/record_goto-step.exp
6382 * gdb.btrace/record_goto.exp
6383 * gdb.btrace/rn-dl-bind.exp
6384 * gdb.btrace/segv.exp
6385 * gdb.btrace/step.exp
6386 * gdb.btrace/stepi.exp
6387 * gdb.btrace/tailcall-only.exp
6388 * gdb.btrace/tailcall.exp
6389 * gdb.btrace/tsx.exp
6390 * gdb.btrace/unknown_functions.exp
6391 * gdb.btrace/vdso.exp
6392 * gdb.compile/compile-ifunc.exp
6393 * gdb.compile/compile-ops.exp
6394 * gdb.compile/compile-print.exp
6395 * gdb.compile/compile-setjmp.exp
6396 * gdb.cp/abstract-origin.exp
6397 * gdb.cp/ambiguous.exp
6398 * gdb.cp/annota2.exp
6399 * gdb.cp/annota3.exp
6400 * gdb.cp/anon-ns.exp
6401 * gdb.cp/anon-struct.exp
6402 * gdb.cp/anon-union.exp
6403 * gdb.cp/arg-reference.exp
6404 * gdb.cp/baseenum.exp
6405 * gdb.cp/bool.exp
6406 * gdb.cp/breakpoint.exp
6407 * gdb.cp/bs15503.exp
6408 * gdb.cp/call-c.exp
6409 * gdb.cp/casts.exp
6410 * gdb.cp/chained-calls.exp
6411 * gdb.cp/class2.exp
6412 * gdb.cp/classes.exp
6413 * gdb.cp/cmpd-minsyms.exp
6414 * gdb.cp/converts.exp
6415 * gdb.cp/cp-relocate.exp
6416 * gdb.cp/cpcompletion.exp
6417 * gdb.cp/cpexprs.exp
6418 * gdb.cp/cplabel.exp
6419 * gdb.cp/cplusfuncs.exp
6420 * gdb.cp/cpsizeof.exp
6421 * gdb.cp/ctti.exp
6422 * gdb.cp/derivation.exp
6423 * gdb.cp/destrprint.exp
6424 * gdb.cp/dispcxx.exp
6425 * gdb.cp/enum-class.exp
6426 * gdb.cp/exception.exp
6427 * gdb.cp/exceptprint.exp
6428 * gdb.cp/expand-psymtabs-cxx.exp
6429 * gdb.cp/expand-sals.exp
6430 * gdb.cp/extern-c.exp
6431 * gdb.cp/filename.exp
6432 * gdb.cp/formatted-ref.exp
6433 * gdb.cp/fpointer.exp
6434 * gdb.cp/gdb1355.exp
6435 * gdb.cp/gdb2495.exp
6436 * gdb.cp/hang.exp
6437 * gdb.cp/impl-this.exp
6438 * gdb.cp/infcall-dlopen.exp
6439 * gdb.cp/inherit.exp
6440 * gdb.cp/iostream.exp
6441 * gdb.cp/koenig.exp
6442 * gdb.cp/local.exp
6443 * gdb.cp/m-data.exp
6444 * gdb.cp/m-static.exp
6445 * gdb.cp/mb-ctor.exp
6446 * gdb.cp/mb-inline.exp
6447 * gdb.cp/mb-templates.exp
6448 * gdb.cp/member-name.exp
6449 * gdb.cp/member-ptr.exp
6450 * gdb.cp/meth-typedefs.exp
6451 * gdb.cp/method.exp
6452 * gdb.cp/method2.exp
6453 * gdb.cp/minsym-fallback.exp
6454 * gdb.cp/misc.exp
6455 * gdb.cp/namelessclass.exp
6456 * gdb.cp/namespace-enum.exp
6457 * gdb.cp/namespace-nested-import.exp
6458 * gdb.cp/namespace.exp
6459 * gdb.cp/nextoverthrow.exp
6460 * gdb.cp/no-dmgl-verbose.exp
6461 * gdb.cp/non-trivial-retval.exp
6462 * gdb.cp/noparam.exp
6463 * gdb.cp/nsdecl.exp
6464 * gdb.cp/nsimport.exp
6465 * gdb.cp/nsnested.exp
6466 * gdb.cp/nsnoimports.exp
6467 * gdb.cp/nsrecurs.exp
6468 * gdb.cp/nsstress.exp
6469 * gdb.cp/nsusing.exp
6470 * gdb.cp/operator.exp
6471 * gdb.cp/oranking.exp
6472 * gdb.cp/overload-const.exp
6473 * gdb.cp/overload.exp
6474 * gdb.cp/ovldbreak.exp
6475 * gdb.cp/ovsrch.exp
6476 * gdb.cp/paren-type.exp
6477 * gdb.cp/parse-lang.exp
6478 * gdb.cp/pass-by-ref.exp
6479 * gdb.cp/pr-1023.exp
6480 * gdb.cp/pr-1210.exp
6481 * gdb.cp/pr-574.exp
6482 * gdb.cp/pr10687.exp
6483 * gdb.cp/pr12028.exp
6484 * gdb.cp/pr17132.exp
6485 * gdb.cp/pr17494.exp
6486 * gdb.cp/pr9067.exp
6487 * gdb.cp/pr9167.exp
6488 * gdb.cp/pr9631.exp
6489 * gdb.cp/printmethod.exp
6490 * gdb.cp/psmang.exp
6491 * gdb.cp/psymtab-parameter.exp
6492 * gdb.cp/ptype-cv-cp.exp
6493 * gdb.cp/ptype-flags.exp
6494 * gdb.cp/re-set-overloaded.exp
6495 * gdb.cp/ref-types.exp
6496 * gdb.cp/rtti.exp
6497 * gdb.cp/scope-err.exp
6498 * gdb.cp/shadow.exp
6499 * gdb.cp/smartp.exp
6500 * gdb.cp/static-method.exp
6501 * gdb.cp/static-print-quit.exp
6502 * gdb.cp/temargs.exp
6503 * gdb.cp/templates.exp
6504 * gdb.cp/try_catch.exp
6505 * gdb.cp/typedef-operator.exp
6506 * gdb.cp/typeid.exp
6507 * gdb.cp/userdef.exp
6508 * gdb.cp/using-crash.exp
6509 * gdb.cp/var-tag.exp
6510 * gdb.cp/virtbase.exp
6511 * gdb.cp/virtfunc.exp
6512 * gdb.cp/virtfunc2.exp
6513 * gdb.cp/vla-cxx.exp
6514 * gdb.disasm/t01_mov.exp
6515 * gdb.disasm/t02_mova.exp
6516 * gdb.disasm/t03_add.exp
6517 * gdb.disasm/t04_sub.exp
6518 * gdb.disasm/t05_cmp.exp
6519 * gdb.disasm/t06_ari2.exp
6520 * gdb.disasm/t07_ari3.exp
6521 * gdb.disasm/t08_or.exp
6522 * gdb.disasm/t09_xor.exp
6523 * gdb.disasm/t10_and.exp
6524 * gdb.disasm/t11_logs.exp
6525 * gdb.disasm/t12_bit.exp
6526 * gdb.disasm/t13_otr.exp
6527 * gdb.dlang/circular.exp
6528 * gdb.dwarf2/arr-stride.exp
6529 * gdb.dwarf2/arr-subrange.exp
6530 * gdb.dwarf2/atomic-type.exp
6531 * gdb.dwarf2/bad-regnum.exp
6532 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6533 * gdb.dwarf2/callframecfa.exp
6534 * gdb.dwarf2/clztest.exp
6535 * gdb.dwarf2/corrupt.exp
6536 * gdb.dwarf2/data-loc.exp
6537 * gdb.dwarf2/dup-psym.exp
6538 * gdb.dwarf2/dw2-anon-mptr.exp
6539 * gdb.dwarf2/dw2-anonymous-func.exp
6540 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6541 * gdb.dwarf2/dw2-bad-unresolved.exp
6542 * gdb.dwarf2/dw2-basic.exp
6543 * gdb.dwarf2/dw2-canonicalize-type.exp
6544 * gdb.dwarf2/dw2-case-insensitive.exp
6545 * gdb.dwarf2/dw2-common-block.exp
6546 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6547 * gdb.dwarf2/dw2-compressed.exp
6548 * gdb.dwarf2/dw2-const.exp
6549 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6550 * gdb.dwarf2/dw2-cu-size.exp
6551 * gdb.dwarf2/dw2-dup-frame.exp
6552 * gdb.dwarf2/dw2-entry-value.exp
6553 * gdb.dwarf2/dw2-icycle.exp
6554 * gdb.dwarf2/dw2-ifort-parameter.exp
6555 * gdb.dwarf2/dw2-inline-break.exp
6556 * gdb.dwarf2/dw2-inline-param.exp
6557 * gdb.dwarf2/dw2-intercu.exp
6558 * gdb.dwarf2/dw2-intermix.exp
6559 * gdb.dwarf2/dw2-lexical-block-bare.exp
6560 * gdb.dwarf2/dw2-linkage-name-trust.exp
6561 * gdb.dwarf2/dw2-minsym-in-cu.exp
6562 * gdb.dwarf2/dw2-noloc.exp
6563 * gdb.dwarf2/dw2-op-call.exp
6564 * gdb.dwarf2/dw2-op-out-param.exp
6565 * gdb.dwarf2/dw2-opt-structptr.exp
6566 * gdb.dwarf2/dw2-param-error.exp
6567 * gdb.dwarf2/dw2-producer.exp
6568 * gdb.dwarf2/dw2-ranges-base.exp
6569 * gdb.dwarf2/dw2-ref-missing-frame.exp
6570 * gdb.dwarf2/dw2-reg-undefined.exp
6571 * gdb.dwarf2/dw2-regno-invalid.exp
6572 * gdb.dwarf2/dw2-restore.exp
6573 * gdb.dwarf2/dw2-restrict.exp
6574 * gdb.dwarf2/dw2-single-line-discriminators.exp
6575 * gdb.dwarf2/dw2-strp.exp
6576 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6577 * gdb.dwarf2/dw2-unresolved.exp
6578 * gdb.dwarf2/dw2-var-zero-addr.exp
6579 * gdb.dwarf2/dw4-sig-types.exp
6580 * gdb.dwarf2/dwz.exp
6581 * gdb.dwarf2/dynarr-ptr.exp
6582 * gdb.dwarf2/enum-type.exp
6583 * gdb.dwarf2/gdb-index.exp
6584 * gdb.dwarf2/implptr-64bit.exp
6585 * gdb.dwarf2/implptr-optimized-out.exp
6586 * gdb.dwarf2/implptr.exp
6587 * gdb.dwarf2/implref-array.exp
6588 * gdb.dwarf2/implref-const.exp
6589 * gdb.dwarf2/implref-global.exp
6590 * gdb.dwarf2/implref-struct.exp
6591 * gdb.dwarf2/mac-fileno.exp
6592 * gdb.dwarf2/main-subprogram.exp
6593 * gdb.dwarf2/member-ptr-forwardref.exp
6594 * gdb.dwarf2/method-ptr.exp
6595 * gdb.dwarf2/missing-sig-type.exp
6596 * gdb.dwarf2/nonvar-access.exp
6597 * gdb.dwarf2/opaque-type-lookup.exp
6598 * gdb.dwarf2/pieces-optimized-out.exp
6599 * gdb.dwarf2/pieces.exp
6600 * gdb.dwarf2/pr10770.exp
6601 * gdb.dwarf2/pr13961.exp
6602 * gdb.dwarf2/staticvirtual.exp
6603 * gdb.dwarf2/subrange.exp
6604 * gdb.dwarf2/symtab-producer.exp
6605 * gdb.dwarf2/trace-crash.exp
6606 * gdb.dwarf2/typeddwarf.exp
6607 * gdb.dwarf2/valop.exp
6608 * gdb.dwarf2/watch-notconst.exp
6609 * gdb.fortran/array-element.exp
6610 * gdb.fortran/charset.exp
6611 * gdb.fortran/common-block.exp
6612 * gdb.fortran/complex.exp
6613 * gdb.fortran/derived-type-function.exp
6614 * gdb.fortran/derived-type.exp
6615 * gdb.fortran/logical.exp
6616 * gdb.fortran/module.exp
6617 * gdb.fortran/multi-dim.exp
6618 * gdb.fortran/nested-funcs.exp
6619 * gdb.fortran/print-formatted.exp
6620 * gdb.fortran/subarray.exp
6621 * gdb.fortran/vla-alloc-assoc.exp
6622 * gdb.fortran/vla-datatypes.exp
6623 * gdb.fortran/vla-history.exp
6624 * gdb.fortran/vla-ptr-info.exp
6625 * gdb.fortran/vla-ptype-sub.exp
6626 * gdb.fortran/vla-ptype.exp
6627 * gdb.fortran/vla-sizeof.exp
6628 * gdb.fortran/vla-type.exp
6629 * gdb.fortran/vla-value-sub-arbitrary.exp
6630 * gdb.fortran/vla-value-sub-finish.exp
6631 * gdb.fortran/vla-value-sub.exp
6632 * gdb.fortran/vla-value.exp
6633 * gdb.fortran/whatis_type.exp
6634 * gdb.go/chan.exp
6635 * gdb.go/handcall.exp
6636 * gdb.go/hello.exp
6637 * gdb.go/integers.exp
6638 * gdb.go/methods.exp
6639 * gdb.go/package.exp
6640 * gdb.go/strings.exp
6641 * gdb.go/types.exp
6642 * gdb.go/unsafe.exp
6643 * gdb.guile/scm-arch.exp
6644 * gdb.guile/scm-block.exp
6645 * gdb.guile/scm-breakpoint.exp
6646 * gdb.guile/scm-cmd.exp
6647 * gdb.guile/scm-disasm.exp
6648 * gdb.guile/scm-equal.exp
6649 * gdb.guile/scm-frame-args.exp
6650 * gdb.guile/scm-frame-inline.exp
6651 * gdb.guile/scm-frame.exp
6652 * gdb.guile/scm-iterator.exp
6653 * gdb.guile/scm-math.exp
6654 * gdb.guile/scm-objfile.exp
6655 * gdb.guile/scm-ports.exp
6656 * gdb.guile/scm-symbol.exp
6657 * gdb.guile/scm-symtab.exp
6658 * gdb.guile/scm-value-cc.exp
6659 * gdb.guile/types-module.exp
6660 * gdb.linespec/break-ask.exp
6661 * gdb.linespec/cpexplicit.exp
6662 * gdb.linespec/explicit.exp
6663 * gdb.linespec/keywords.exp
6664 * gdb.linespec/linespec.exp
6665 * gdb.linespec/ls-dollar.exp
6666 * gdb.linespec/ls-errs.exp
6667 * gdb.linespec/skip-two.exp
6668 * gdb.linespec/thread.exp
6669 * gdb.mi/mi-async.exp
6670 * gdb.mi/mi-basics.exp
6671 * gdb.mi/mi-break.exp
6672 * gdb.mi/mi-catch-load.exp
6673 * gdb.mi/mi-cli.exp
6674 * gdb.mi/mi-cmd-param-changed.exp
6675 * gdb.mi/mi-console.exp
6676 * gdb.mi/mi-detach.exp
6677 * gdb.mi/mi-disassemble.exp
6678 * gdb.mi/mi-eval.exp
6679 * gdb.mi/mi-file-transfer.exp
6680 * gdb.mi/mi-file.exp
6681 * gdb.mi/mi-fill-memory.exp
6682 * gdb.mi/mi-inheritance-syntax-error.exp
6683 * gdb.mi/mi-linespec-err-cp.exp
6684 * gdb.mi/mi-logging.exp
6685 * gdb.mi/mi-memory-changed.exp
6686 * gdb.mi/mi-read-memory.exp
6687 * gdb.mi/mi-record-changed.exp
6688 * gdb.mi/mi-reg-undefined.exp
6689 * gdb.mi/mi-regs.exp
6690 * gdb.mi/mi-return.exp
6691 * gdb.mi/mi-reverse.exp
6692 * gdb.mi/mi-simplerun.exp
6693 * gdb.mi/mi-solib.exp
6694 * gdb.mi/mi-stack.exp
6695 * gdb.mi/mi-stepi.exp
6696 * gdb.mi/mi-syn-frame.exp
6697 * gdb.mi/mi-until.exp
6698 * gdb.mi/mi-var-block.exp
6699 * gdb.mi/mi-var-child.exp
6700 * gdb.mi/mi-var-cmd.exp
6701 * gdb.mi/mi-var-cp.exp
6702 * gdb.mi/mi-var-display.exp
6703 * gdb.mi/mi-var-invalidate.exp
6704 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6705 * gdb.mi/mi-vla-fortran.exp
6706 * gdb.mi/mi-watch.exp
6707 * gdb.mi/mi2-var-child.exp
6708 * gdb.mi/user-selected-context-sync.exp
6709 * gdb.modula2/unbounded-array.exp
6710 * gdb.multi/dummy-frame-restore.exp
6711 * gdb.multi/multi-arch-exec.exp
6712 * gdb.multi/multi-arch.exp
6713 * gdb.multi/tids.exp
6714 * gdb.multi/watchpoint-multi.exp
6715 * gdb.opencl/callfuncs.exp
6716 * gdb.opencl/convs_casts.exp
6717 * gdb.opencl/datatypes.exp
6718 * gdb.opencl/operators.exp
6719 * gdb.opencl/vec_comps.exp
6720 * gdb.opt/clobbered-registers-O2.exp
6721 * gdb.opt/inline-break.exp
6722 * gdb.opt/inline-bt.exp
6723 * gdb.opt/inline-cmds.exp
6724 * gdb.opt/inline-locals.exp
6725 * gdb.pascal/case-insensitive-symbols.exp
6726 * gdb.pascal/floats.exp
6727 * gdb.pascal/gdb11492.exp
6728 * gdb.python/lib-types.exp
6729 * gdb.python/py-arch.exp
6730 * gdb.python/py-as-string.exp
6731 * gdb.python/py-bad-printers.exp
6732 * gdb.python/py-block.exp
6733 * gdb.python/py-breakpoint-create-fail.exp
6734 * gdb.python/py-breakpoint.exp
6735 * gdb.python/py-caller-is.exp
6736 * gdb.python/py-cmd.exp
6737 * gdb.python/py-explore-cc.exp
6738 * gdb.python/py-explore.exp
6739 * gdb.python/py-finish-breakpoint.exp
6740 * gdb.python/py-finish-breakpoint2.exp
6741 * gdb.python/py-frame-args.exp
6742 * gdb.python/py-frame-inline.exp
6743 * gdb.python/py-frame.exp
6744 * gdb.python/py-framefilter-mi.exp
6745 * gdb.python/py-infthread.exp
6746 * gdb.python/py-lazy-string.exp
6747 * gdb.python/py-linetable.exp
6748 * gdb.python/py-mi-events.exp
6749 * gdb.python/py-mi-objfile.exp
6750 * gdb.python/py-mi.exp
6751 * gdb.python/py-objfile.exp
6752 * gdb.python/py-pp-integral.exp
6753 * gdb.python/py-pp-maint.exp
6754 * gdb.python/py-pp-re-notag.exp
6755 * gdb.python/py-pp-registration.exp
6756 * gdb.python/py-recurse-unwind.exp
6757 * gdb.python/py-strfns.exp
6758 * gdb.python/py-symbol.exp
6759 * gdb.python/py-symtab.exp
6760 * gdb.python/py-sync-interp.exp
6761 * gdb.python/py-typeprint.exp
6762 * gdb.python/py-unwind-maint.exp
6763 * gdb.python/py-unwind.exp
6764 * gdb.python/py-value-cc.exp
6765 * gdb.python/py-xmethods.exp
6766 * gdb.reverse/amd64-tailcall-reverse.exp
6767 * gdb.reverse/break-precsave.exp
6768 * gdb.reverse/break-reverse.exp
6769 * gdb.reverse/consecutive-precsave.exp
6770 * gdb.reverse/consecutive-reverse.exp
6771 * gdb.reverse/finish-precsave.exp
6772 * gdb.reverse/finish-reverse-bkpt.exp
6773 * gdb.reverse/finish-reverse.exp
6774 * gdb.reverse/fstatat-reverse.exp
6775 * gdb.reverse/getresuid-reverse.exp
6776 * gdb.reverse/i386-precsave.exp
6777 * gdb.reverse/i386-reverse.exp
6778 * gdb.reverse/i386-sse-reverse.exp
6779 * gdb.reverse/i387-env-reverse.exp
6780 * gdb.reverse/i387-stack-reverse.exp
6781 * gdb.reverse/insn-reverse.exp
6782 * gdb.reverse/machinestate-precsave.exp
6783 * gdb.reverse/machinestate.exp
6784 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6785 * gdb.reverse/pipe-reverse.exp
6786 * gdb.reverse/readv-reverse.exp
6787 * gdb.reverse/recvmsg-reverse.exp
6788 * gdb.reverse/rerun-prec.exp
6789 * gdb.reverse/s390-mvcle.exp
6790 * gdb.reverse/step-precsave.exp
6791 * gdb.reverse/step-reverse.exp
6792 * gdb.reverse/time-reverse.exp
6793 * gdb.reverse/until-precsave.exp
6794 * gdb.reverse/until-reverse.exp
6795 * gdb.reverse/waitpid-reverse.exp
6796 * gdb.reverse/watch-precsave.exp
6797 * gdb.reverse/watch-reverse.exp
6798 * gdb.rust/generics.exp
6799 * gdb.rust/methods.exp
6800 * gdb.rust/modules.exp
6801 * gdb.rust/simple.exp
6802 * gdb.server/connect-with-no-symbol-file.exp
6803 * gdb.server/ext-attach.exp
6804 * gdb.server/ext-restart.exp
6805 * gdb.server/ext-wrapper.exp
6806 * gdb.server/file-transfer.exp
6807 * gdb.server/server-exec-info.exp
6808 * gdb.server/server-kill.exp
6809 * gdb.server/server-mon.exp
6810 * gdb.server/wrapper.exp
6811 * gdb.stabs/exclfwd.exp
6812 * gdb.stabs/gdb11479.exp
6813 * gdb.threads/clone-new-thread-event.exp
6814 * gdb.threads/corethreads.exp
6815 * gdb.threads/current-lwp-dead.exp
6816 * gdb.threads/dlopen-libpthread.exp
6817 * gdb.threads/gcore-thread.exp
6818 * gdb.threads/sigstep-threads.exp
6819 * gdb.threads/watchpoint-fork.exp
6820 * gdb.trace/actions-changed.exp
6821 * gdb.trace/backtrace.exp
6822 * gdb.trace/change-loc.exp
6823 * gdb.trace/circ.exp
6824 * gdb.trace/collection.exp
6825 * gdb.trace/disconnected-tracing.exp
6826 * gdb.trace/ftrace.exp
6827 * gdb.trace/mi-trace-frame-collected.exp
6828 * gdb.trace/mi-trace-unavailable.exp
6829 * gdb.trace/mi-traceframe-changed.exp
6830 * gdb.trace/mi-tsv-changed.exp
6831 * gdb.trace/no-attach-trace.exp
6832 * gdb.trace/passc-dyn.exp
6833 * gdb.trace/qtro.exp
6834 * gdb.trace/range-stepping.exp
6835 * gdb.trace/read-memory.exp
6836 * gdb.trace/save-trace.exp
6837 * gdb.trace/signal.exp
6838 * gdb.trace/status-stop.exp
6839 * gdb.trace/tfile.exp
6840 * gdb.trace/trace-break.exp
6841 * gdb.trace/trace-buffer-size.exp
6842 * gdb.trace/trace-condition.exp
6843 * gdb.trace/tracefile-pseudo-reg.exp
6844 * gdb.trace/tstatus.exp
6845 * gdb.trace/unavailable.exp
6846 * gdb.trace/while-dyn.exp
6847 * gdb.trace/while-stepping.exp
6848
34c41c68
DE
68492016-12-22 Doug Evans <xdje42@gmail.com>
6850
6851 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6852 and msymbols.
6853
16e69324
YQ
68542016-12-19 Yao Qi <yao.qi@linaro.org>
6855
6856 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6857 (test_with_self): Don't call do_steps_and_nexts, and remove
6858 code about stepping into xmalloc.
6859
f94f411b
YQ
68602016-12-09 Yao Qi <yao.qi@linaro.org>
6861
6862 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6863
68642016-12-09 Yao Qi <yao.qi@linaro.org>
6865
6866 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6867
f1b5deee
PA
68682016-12-09 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/all-architectures-0.exp: New file.
6871 * gdb.base/all-architectures-1.exp: New file.
6872 * gdb.base/all-architectures-2.exp: New file.
6873 * gdb.base/all-architectures-3.exp: New file.
6874 * gdb.base/all-architectures-4.exp: New file.
6875 * gdb.base/all-architectures-5.exp: New file.
6876 * gdb.base/all-architectures-6.exp: New file.
6877 * gdb.base/all-architectures-7.exp: New file.
6878 * gdb.base/all-architectures.exp.in: New file.
6879
364ca42e
YQ
68802016-12-09 Yao Qi <yao.qi@linaro.org>
6881
6882 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6883
107c2d62
LM
68842016-12-02 Luis Machado <lgustavo@codesourcery.com>
6885
6886 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6887 possible.
6888 Remove useless pattern-matching code.
6889
df3ee9ca
PA
68902016-12-02 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6893 procedure.
6894 (top level): Call it.
6895
ec835369
PA
68962016-12-02 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6899 New procedure.
6900 (top level): Call it.
6901
01770bbd
PA
69022016-12-02 Pedro Alves <palves@redhat.com>
6903
6904 PR cli/20559
6905 * gdb.base/commands.exp (user_defined_command_args_eval): New
6906 procedure.
6907 (top level): Call it.
6908
008459ea
LM
69092016-12-02 Luis Machado <lgustavo@codesourcery.com>
6910
6911 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6912 timeout handling.
6913
0c1b455e
TT
69142016-12-02 Tom Tromey <tom@tromey.com>
6915
6916 * gdb.dwarf2/main-subprogram.c: New file.
6917 * gdb.dwarf2/main-subprogram.exp: New file.
6918
018572b8
LM
69192016-12-01 Luis Machado <lgustavo@codesourcery.com>
6920
6921 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6922 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6923 gdb_test_no_output for a couple of cases.
6924 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6925
84c93cd5
LM
69262016-12-01 Luis Machado <lgustavo@codesourcery.com>
6927
6928 Fix test names and standardize compilation error messages throughout
6929 the following files:
6930
6931 * gdb.ada/start.exp
6932 * gdb.arch/alpha-step.exp
6933 * gdb.arch/e500-prologue.exp
6934 * gdb.arch/ftrace-insn-reloc.exp
6935 * gdb.arch/gdb1291.exp
6936 * gdb.arch/gdb1431.exp
6937 * gdb.arch/gdb1558.exp
6938 * gdb.arch/i386-dr3-watch.exp
6939 * gdb.arch/i386-sse-stack-align.exp
6940 * gdb.arch/ia64-breakpoint-shadow.exp
6941 * gdb.arch/pa-nullify.exp
6942 * gdb.arch/powerpc-aix-prologue.exp
6943 * gdb.arch/thumb-bx-pc.exp
6944 * gdb.base/annota1.exp
6945 * gdb.base/annota3.exp
6946 * gdb.base/arrayidx.exp
6947 * gdb.base/assign.exp
6948 * gdb.base/attach.exp
6949 * gdb.base/auxv.exp
6950 * gdb.base/bang.exp
6951 * gdb.base/bfp-test.exp
6952 * gdb.base/bigcore.exp
6953 * gdb.base/bitfields2.exp
6954 * gdb.base/break-fun-addr.exp
6955 * gdb.base/break-probes.exp
6956 * gdb.base/call-rt-st.exp
6957 * gdb.base/callexit.exp
6958 * gdb.base/catch-fork-kill.exp
6959 * gdb.base/charset.exp
6960 * gdb.base/checkpoint.exp
6961 * gdb.base/comprdebug.exp
6962 * gdb.base/constvars.exp
6963 * gdb.base/coredump-filter.exp
6964 * gdb.base/cursal.exp
6965 * gdb.base/cvexpr.exp
6966 * gdb.base/detach.exp
6967 * gdb.base/display.exp
6968 * gdb.base/dmsym.exp
6969 * gdb.base/dprintf-pending.exp
6970 * gdb.base/dso2dso.exp
6971 * gdb.base/dtrace-probe.exp
6972 * gdb.base/dump.exp
6973 * gdb.base/enum_cond.exp
6974 * gdb.base/exe-lock.exp
6975 * gdb.base/exec-invalid-sysroot.exp
6976 * gdb.base/execl-update-breakpoints.exp
6977 * gdb.base/exprs.exp
6978 * gdb.base/fileio.exp
6979 * gdb.base/find.exp
6980 * gdb.base/finish.exp
6981 * gdb.base/fixsection.exp
6982 * gdb.base/foll-vfork.exp
6983 * gdb.base/frame-args.exp
6984 * gdb.base/gcore.exp
6985 * gdb.base/gdb1250.exp
6986 * gdb.base/global-var-nested-by-dso.exp
6987 * gdb.base/gnu-ifunc.exp
6988 * gdb.base/hashline1.exp
6989 * gdb.base/hashline2.exp
6990 * gdb.base/hashline3.exp
6991 * gdb.base/hbreak-in-shr-unsupported.exp
6992 * gdb.base/huge.exp
6993 * gdb.base/infcall-input.exp
6994 * gdb.base/info-fun.exp
6995 * gdb.base/info-shared.exp
6996 * gdb.base/jit-simple.exp
6997 * gdb.base/jit-so.exp
6998 * gdb.base/jit.exp
6999 * gdb.base/jump.exp
7000 * gdb.base/label.exp
7001 * gdb.base/lineinc.exp
7002 * gdb.base/logical.exp
7003 * gdb.base/longjmp.exp
7004 * gdb.base/macscp.exp
7005 * gdb.base/miscexprs.exp
7006 * gdb.base/new-ui-echo.exp
7007 * gdb.base/new-ui-pending-input.exp
7008 * gdb.base/new-ui.exp
7009 * gdb.base/nodebug.exp
7010 * gdb.base/nofield.exp
7011 * gdb.base/offsets.exp
7012 * gdb.base/overlays.exp
7013 * gdb.base/pending.exp
7014 * gdb.base/pointers.exp
7015 * gdb.base/pr11022.exp
7016 * gdb.base/printcmds.exp
7017 * gdb.base/prologue.exp
7018 * gdb.base/ptr-typedef.exp
7019 * gdb.base/realname-expand.exp
7020 * gdb.base/relativedebug.exp
7021 * gdb.base/relocate.exp
7022 * gdb.base/remote.exp
7023 * gdb.base/reread.exp
7024 * gdb.base/return2.exp
7025 * gdb.base/savedregs.exp
7026 * gdb.base/sep.exp
7027 * gdb.base/sepdebug.exp
7028 * gdb.base/sepsymtab.exp
7029 * gdb.base/set-inferior-tty.exp
7030 * gdb.base/setshow.exp
7031 * gdb.base/shlib-call.exp
7032 * gdb.base/sigaltstack.exp
7033 * gdb.base/siginfo-addr.exp
7034 * gdb.base/signals.exp
7035 * gdb.base/signull.exp
7036 * gdb.base/sigrepeat.exp
7037 * gdb.base/so-impl-ld.exp
7038 * gdb.base/solib-display.exp
7039 * gdb.base/solib-overlap.exp
7040 * gdb.base/solib-search.exp
7041 * gdb.base/solib-symbol.exp
7042 * gdb.base/structs.exp
7043 * gdb.base/structs2.exp
7044 * gdb.base/symtab-search-order.exp
7045 * gdb.base/twice.exp
7046 * gdb.base/unload.exp
7047 * gdb.base/varargs.exp
7048 * gdb.base/watchpoint-solib.exp
7049 * gdb.base/watchpoint.exp
7050 * gdb.base/whatis.exp
7051 * gdb.base/wrong_frame_bt_full.exp
7052 * gdb.btrace/dlopen.exp
7053 * gdb.cell/ea-standalone.exp
7054 * gdb.cell/ea-test.exp
7055 * gdb.cp/dispcxx.exp
7056 * gdb.cp/gdb2384.exp
7057 * gdb.cp/method2.exp
7058 * gdb.cp/nextoverthrow.exp
7059 * gdb.cp/pr10728.exp
7060 * gdb.disasm/am33.exp
7061 * gdb.disasm/h8300s.exp
7062 * gdb.disasm/mn10300.exp
7063 * gdb.disasm/sh3.exp
7064 * gdb.dwarf2/dw2-dir-file-name.exp
7065 * gdb.fortran/complex.exp
7066 * gdb.fortran/library-module.exp
7067 * gdb.guile/scm-pretty-print.exp
7068 * gdb.guile/scm-symbol.exp
7069 * gdb.guile/scm-type.exp
7070 * gdb.guile/scm-value.exp
7071 * gdb.linespec/linespec.exp
7072 * gdb.mi/gdb701.exp
7073 * gdb.mi/gdb792.exp
7074 * gdb.mi/mi-breakpoint-changed.exp
7075 * gdb.mi/mi-dprintf-pending.exp
7076 * gdb.mi/mi-dprintf.exp
7077 * gdb.mi/mi-exit-code.exp
7078 * gdb.mi/mi-pending.exp
7079 * gdb.mi/mi-solib.exp
7080 * gdb.mi/new-ui-mi-sync.exp
7081 * gdb.mi/pr11022.exp
7082 * gdb.mi/user-selected-context-sync.exp
7083 * gdb.opt/solib-intra-step.exp
7084 * gdb.python/py-events.exp
7085 * gdb.python/py-finish-breakpoint.exp
7086 * gdb.python/py-mi.exp
7087 * gdb.python/py-prettyprint.exp
7088 * gdb.python/py-shared.exp
7089 * gdb.python/py-symbol.exp
7090 * gdb.python/py-template.exp
7091 * gdb.python/py-type.exp
7092 * gdb.python/py-value.exp
7093 * gdb.reverse/solib-precsave.exp
7094 * gdb.reverse/solib-reverse.exp
7095 * gdb.server/solib-list.exp
7096 * gdb.stabs/weird.exp
7097 * gdb.threads/reconnect-signal.exp
7098 * gdb.threads/stepi-random-signal.exp
7099 * gdb.trace/actions.exp
7100 * gdb.trace/ax.exp
7101 * gdb.trace/backtrace.exp
7102 * gdb.trace/change-loc.exp
7103 * gdb.trace/deltrace.exp
7104 * gdb.trace/ftrace-lock.exp
7105 * gdb.trace/ftrace.exp
7106 * gdb.trace/infotrace.exp
7107 * gdb.trace/mi-tracepoint-changed.exp
7108 * gdb.trace/packetlen.exp
7109 * gdb.trace/passcount.exp
7110 * gdb.trace/pending.exp
7111 * gdb.trace/range-stepping.exp
7112 * gdb.trace/report.exp
7113 * gdb.trace/stap-trace.exp
7114 * gdb.trace/tfind.exp
7115 * gdb.trace/trace-break.exp
7116 * gdb.trace/trace-condition.exp
7117 * gdb.trace/trace-enable-disable.exp
7118 * gdb.trace/trace-mt.exp
7119 * gdb.trace/tracecmd.exp
7120 * gdb.trace/tspeed.exp
7121 * gdb.trace/tsv.exp
7122 * lib/perftest.exp
7123
fb9feb35
LM
71242016-12-01 Luis Machado <lgustavo@codesourcery.com>
7125
7126 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7127 with gdb_test_no_output.
7128 Use command as test name.
7129
cd2ddb6c
LM
71302016-12-01 Luis Machado <lgustavo@codesourcery.com>
7131
7132 Fix test names starting with uppercase throughout the files.
7133
7134 * gdb.ada/assign_1.exp
7135 * gdb.ada/boolean_expr.exp
7136 * gdb.base/arrayidx.exp
7137 * gdb.base/del.exp
7138 * gdb.base/gcore-buffer-overflow.exp
7139 * gdb.base/testenv.exp
7140 * gdb.compile/compile.exp
7141 * gdb.python/py-framefilter-invalidarg.exp
7142 * gdb.python/py-framefilter.exp
7143
bb95117e
LM
71442016-12-01 Luis Machado <lgustavo@codesourcery.com>
7145
7146 Fix test names starting with uppercase throughout the files.
7147
7148 * gdb.ada/array_return.exp
7149 * gdb.ada/expr_delims.exp
7150 * gdb.ada/mi_dyn_arr.exp
7151 * gdb.ada/mi_interface.exp
7152 * gdb.ada/mi_var_array.exp
7153 * gdb.ada/watch_arg.exp
7154 * gdb.arch/alpha-step.exp
7155 * gdb.arch/altivec-regs.exp
7156 * gdb.arch/e500-regs.exp
7157 * gdb.arch/powerpc-d128-regs.exp
7158 * gdb.base/arrayidx.exp
7159 * gdb.base/break.exp
7160 * gdb.base/checkpoint.exp
7161 * gdb.base/debug-expr.exp
7162 * gdb.base/dmsym.exp
7163 * gdb.base/radix.exp
7164 * gdb.base/sepdebug.exp
7165 * gdb.base/testenv.exp
7166 * gdb.base/watch_thread_num.exp
7167 * gdb.base/watchpoint-cond-gone.exp
7168 * gdb.cell/break.exp
7169 * gdb.cell/ea-cache.exp
7170 * gdb.compile/compile.exp
7171 * gdb.cp/gdb2495.exp
7172 * gdb.gdb/selftest.exp
7173 * gdb.gdb/xfullpath.exp
7174 * gdb.go/hello.exp
7175 * gdb.go/integers.exp
7176 * gdb.objc/basicclass.exp
7177 * gdb.pascal/hello.exp
7178 * gdb.pascal/integers.exp
7179 * gdb.python/py-breakpoint.exp
7180 * gdb.python/py-cmd.exp
7181 * gdb.python/py-linetable.exp
7182 * gdb.python/py-xmethods.exp
7183 * gdb.python/python.exp
7184 * gdb.reverse/consecutive-precsave.exp
7185 * gdb.reverse/finish-precsave.exp
7186 * gdb.reverse/i386-precsave.exp
7187 * gdb.reverse/machinestate-precsave.exp
7188 * gdb.reverse/sigall-precsave.exp
7189 * gdb.reverse/solib-precsave.exp
7190 * gdb.reverse/step-precsave.exp
7191 * gdb.reverse/until-precsave.exp
7192 * gdb.reverse/watch-precsave.exp
7193 * gdb.threads/leader-exit.exp
7194 * gdb.threads/pthreads.exp
7195 * gdb.threads/wp-replication.exp
7196 * gdb.trace/actions.exp
7197 * gdb.trace/mi-tsv-changed.exp
7198 * gdb.trace/tsv.exp
7199
de97fdd4
LM
72002016-12-01 Luis Machado <lgustavo@codesourcery.com>
7201
7202 Fix test names starting with uppercase throughout the files.
7203
7204 * gdb.arch/i386-bp_permanent.exp
7205 * gdb.arch/i386-gnu-cfi.exp
7206 * gdb.base/disasm-end-cu.exp
7207 * gdb.base/macscp.exp
7208 * gdb.base/pending.exp
7209 * gdb.base/watch_thread_num.exp
7210 * gdb.cp/exception.exp
7211 * gdb.cp/gdb2495.exp
7212 * gdb.cp/local.exp
7213 * gdb.python/py-evsignal.exp
7214 * gdb.python/python.exp
7215 * gdb.trace/tracecmd.exp
7216
9f058c10
LM
72172016-12-01 Luis Machado <lgustavo@codesourcery.com>
7218
7219 Fix test names starting with uppercase throughout the files.
7220
7221 * gdb.base/charset.exp
7222 * gdb.base/eval.exp
7223 * gdb.base/multi-forks.exp
7224 * gdb.guile/scm-progspace.exp
7225 * gdb.opencl/datatypes.exp
7226 * gdb.python/py-block.exp
7227 * gdb.python/py-function.exp
7228 * gdb.python/py-symbol.exp
7229 * gdb.python/py-symtab.exp
7230 * gdb.python/py-xmethods.exp
7231 * gdb.reverse/break-precsave.exp
7232 * gdb.reverse/break-reverse.exp
7233 * gdb.reverse/consecutive-precsave.exp
7234 * gdb.reverse/consecutive-reverse.exp
7235 * gdb.reverse/finish-precsave.exp
7236 * gdb.reverse/finish-reverse-bkpt.exp
7237 * gdb.reverse/finish-reverse.exp
7238 * gdb.reverse/fstatat-reverse.exp
7239 * gdb.reverse/getresuid-reverse.exp
7240 * gdb.reverse/i386-precsave.exp
7241 * gdb.reverse/i386-reverse.exp
7242 * gdb.reverse/i386-sse-reverse.exp
7243 * gdb.reverse/i387-stack-reverse.exp
7244 * gdb.reverse/insn-reverse.exp
7245 * gdb.reverse/machinestate-precsave.exp
7246 * gdb.reverse/machinestate.exp
7247 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7248 * gdb.reverse/pipe-reverse.exp
7249 * gdb.reverse/readv-reverse.exp
7250 * gdb.reverse/recvmsg-reverse.exp
7251 * gdb.reverse/rerun-prec.exp
7252 * gdb.reverse/s390-mvcle.exp
7253 * gdb.reverse/sigall-precsave.exp
7254 * gdb.reverse/sigall-reverse.exp
7255 * gdb.reverse/solib-precsave.exp
7256 * gdb.reverse/solib-reverse.exp
7257 * gdb.reverse/step-precsave.exp
7258 * gdb.reverse/step-reverse.exp
7259 * gdb.reverse/time-reverse.exp
7260 * gdb.reverse/until-precsave.exp
7261 * gdb.reverse/until-reverse.exp
7262 * gdb.reverse/waitpid-reverse.exp
7263 * gdb.reverse/watch-precsave.exp
7264 * gdb.reverse/watch-reverse.exp
7265
cdc7edd7
LM
72662016-12-01 Luis Machado <lgustavo@codesourcery.com>
7267
7268 Fix test names starting with uppercase throughout the files.
7269
7270 * gdb.arch/i386-mpx-simple_segv.exp
7271 * gdb.arch/i386-mpx.exp
7272 * gdb.arch/i386-permbkpt.exp
7273 * gdb.arch/pa-nullify.exp
7274 * gdb.arch/powerpc-d128-regs.exp
7275 * gdb.arch/vsx-regs.exp
7276 * gdb.base/bfp-test.exp
7277 * gdb.base/break.exp
7278 * gdb.base/breakpoint-shadow.exp
7279 * gdb.base/callfuncs.exp
7280 * gdb.base/charset.exp
7281 * gdb.base/commands.exp
7282 * gdb.base/completion.exp
7283 * gdb.base/dfp-test.exp
7284 * gdb.base/echo.exp
7285 * gdb.base/ending-run.exp
7286 * gdb.base/eval.exp
7287 * gdb.base/expand-psymtabs.exp
7288 * gdb.base/float128.exp
7289 * gdb.base/floatn.exp
7290 * gdb.base/foll-exec-mode.exp
7291 * gdb.base/gdb1056.exp
7292 * gdb.base/gdb11531.exp
7293 * gdb.base/kill-after-signal.exp
7294 * gdb.base/multi-forks.exp
7295 * gdb.base/overlays.exp
7296 * gdb.base/pending.exp
7297 * gdb.base/sepdebug.exp
7298 * gdb.base/testenv.exp
7299 * gdb.base/valgrind-db-attach.exp
7300 * gdb.base/watch_thread_num.exp
7301 * gdb.base/watchpoint-cond-gone.exp
7302 * gdb.base/watchpoint.exp
7303 * gdb.base/watchpoints.exp
7304 * gdb.cp/arg-reference.exp
7305 * gdb.cp/baseenum.exp
7306 * gdb.cp/operator.exp
7307 * gdb.cp/shadow.exp
7308 * gdb.dwarf2/dw2-op-out-param.exp
7309 * gdb.dwarf2/dw2-reg-undefined.exp
7310 * gdb.go/chan.exp
7311 * gdb.go/hello.exp
7312 * gdb.go/integers.exp
7313 * gdb.go/methods.exp
7314 * gdb.go/package.exp
7315 * gdb.guile/scm-parameter.exp
7316 * gdb.guile/scm-progspace.exp
7317 * gdb.guile/scm-value.exp
7318 * gdb.mi/mi-pending.exp
7319 * gdb.mi/user-selected-context-sync.exp
7320 * gdb.multi/multi-attach.exp
7321 * gdb.multi/tids.exp
7322 * gdb.opt/clobbered-registers-O2.exp
7323 * gdb.pascal/floats.exp
7324 * gdb.pascal/integers.exp
7325 * gdb.python/py-block.exp
7326 * gdb.python/py-events.exp
7327 * gdb.python/py-parameter.exp
7328 * gdb.python/py-symbol.exp
7329 * gdb.python/py-symtab.exp
7330 * gdb.python/py-type.exp
7331 * gdb.python/py-value.exp
7332 * gdb.python/py-xmethods.exp
7333 * gdb.python/python.exp
7334 * gdb.reverse/break-precsave.exp
7335 * gdb.reverse/consecutive-precsave.exp
7336 * gdb.reverse/finish-precsave.exp
7337 * gdb.reverse/i386-precsave.exp
7338 * gdb.reverse/machinestate-precsave.exp
7339 * gdb.reverse/sigall-precsave.exp
7340 * gdb.reverse/solib-precsave.exp
7341 * gdb.reverse/step-precsave.exp
7342 * gdb.reverse/until-precsave.exp
7343 * gdb.reverse/watch-precsave.exp
7344 * gdb.server/ext-attach.exp
7345 * gdb.server/ext-restart.exp
7346 * gdb.server/ext-run.exp
7347 * gdb.server/ext-wrapper.exp
7348 * gdb.stabs/gdb11479.exp
7349 * gdb.stabs/weird.exp
7350 * gdb.threads/attach-many-short-lived-threads.exp
7351 * gdb.threads/kill.exp
7352 * gdb.threads/watchpoint-fork.exp
7353
bc6c7af4
LM
73542016-12-01 Luis Machado <lgustavo@codesourcery.com>
7355
7356 Fix test names starting with uppercase throughout all the files below.
7357
7358 * gdb.ada/array_return.exp
7359 * gdb.ada/catch_ex.exp
7360 * gdb.ada/info_exc.exp
7361 * gdb.ada/mi_catch_ex.exp
7362 * gdb.ada/mi_dyn_arr.exp
7363 * gdb.ada/mi_ex_cond.exp
7364 * gdb.ada/mi_exc_info.exp
7365 * gdb.ada/mi_interface.exp
7366 * gdb.ada/mi_task_arg.exp
7367 * gdb.ada/mi_task_info.exp
7368 * gdb.ada/mi_var_array.exp
7369 * gdb.arch/alpha-step.exp
7370 * gdb.arch/amd64-disp-step.exp
7371 * gdb.arch/arm-disp-step.exp
7372 * gdb.arch/disp-step-insn-reloc.exp
7373 * gdb.arch/e500-prologue.exp
7374 * gdb.arch/ftrace-insn-reloc.exp
7375 * gdb.arch/gdb1558.exp
7376 * gdb.arch/i386-bp_permanent.exp
7377 * gdb.arch/i386-disp-step.exp
7378 * gdb.arch/i386-float.exp
7379 * gdb.arch/i386-gnu-cfi.exp
7380 * gdb.arch/ia64-breakpoint-shadow.exp
7381 * gdb.arch/mips16-thunks.exp
7382 * gdb.arch/pa-nullify.exp
7383 * gdb.arch/powerpc-aix-prologue.exp
7384 * gdb.arch/powerpc-power.exp
7385 * gdb.arch/ppc-dfp.exp
7386 * gdb.arch/s390-tdbregs.exp
7387 * gdb.arch/spu-info.exp
7388 * gdb.arch/spu-ls.exp
7389 * gdb.arch/thumb-bx-pc.exp
7390 * gdb.base/advance.exp
7391 * gdb.base/annota-input-while-running.exp
7392 * gdb.base/arrayidx.exp
7393 * gdb.base/asmlabel.exp
7394 * gdb.base/async.exp
7395 * gdb.base/attach-wait-input.exp
7396 * gdb.base/auto-connect-native-target.exp
7397 * gdb.base/batch-preserve-term-settings.exp
7398 * gdb.base/bfp-test.exp
7399 * gdb.base/bigcore.exp
7400 * gdb.base/bp-permanent.exp
7401 * gdb.base/break-always.exp
7402 * gdb.base/break-fun-addr.exp
7403 * gdb.base/break-idempotent.exp
7404 * gdb.base/break-main-file-remove-fail.exp
7405 * gdb.base/break-probes.exp
7406 * gdb.base/break-unload-file.exp
7407 * gdb.base/break.exp
7408 * gdb.base/call-ar-st.exp
7409 * gdb.base/call-rt-st.exp
7410 * gdb.base/call-sc.exp
7411 * gdb.base/call-signal-resume.exp
7412 * gdb.base/call-strs.exp
7413 * gdb.base/callexit.exp
7414 * gdb.base/callfuncs.exp
7415 * gdb.base/catch-gdb-caused-signals.exp
7416 * gdb.base/catch-signal-siginfo-cond.exp
7417 * gdb.base/catch-syscall.exp
7418 * gdb.base/compare-sections.exp
7419 * gdb.base/cond-eval-mode.exp
7420 * gdb.base/condbreak-call-false.exp
7421 * gdb.base/consecutive-step-over.exp
7422 * gdb.base/cursal.exp
7423 * gdb.base/disabled-location.exp
7424 * gdb.base/disasm-end-cu.exp
7425 * gdb.base/display.exp
7426 * gdb.base/double-prompt-target-event-error.exp
7427 * gdb.base/dprintf-bp-same-addr.exp
7428 * gdb.base/dprintf-detach.exp
7429 * gdb.base/dprintf-next.exp
7430 * gdb.base/dprintf-non-stop.exp
7431 * gdb.base/dprintf-pending.exp
7432 * gdb.base/dso2dso.exp
7433 * gdb.base/ending-run.exp
7434 * gdb.base/enum_cond.exp
7435 * gdb.base/examine-backward.exp
7436 * gdb.base/exe-lock.exp
7437 * gdb.base/exec-invalid-sysroot.exp
7438 * gdb.base/execl-update-breakpoints.exp
7439 * gdb.base/execution-termios.exp
7440 * gdb.base/fileio.exp
7441 * gdb.base/fixsection.exp
7442 * gdb.base/foll-exec-mode.exp
7443 * gdb.base/foll-exec.exp
7444 * gdb.base/fork-running-state.exp
7445 * gdb.base/frame-args.exp
7446 * gdb.base/fullpath-expand.exp
7447 * gdb.base/func-ptr.exp
7448 * gdb.base/gcore-relro-pie.exp
7449 * gdb.base/gdb1090.exp
7450 * gdb.base/gdb1555.exp
7451 * gdb.base/global-var-nested-by-dso.exp
7452 * gdb.base/gnu-ifunc.exp
7453 * gdb.base/hbreak-in-shr-unsupported.exp
7454 * gdb.base/hbreak-unmapped.exp
7455 * gdb.base/hook-stop.exp
7456 * gdb.base/infcall-input.exp
7457 * gdb.base/info-fun.exp
7458 * gdb.base/info-shared.exp
7459 * gdb.base/interrupt-noterm.exp
7460 * gdb.base/jit-so.exp
7461 * gdb.base/jit.exp
7462 * gdb.base/line-symtabs.exp
7463 * gdb.base/list.exp
7464 * gdb.base/longjmp.exp
7465 * gdb.base/macscp.exp
7466 * gdb.base/max-value-size.exp
7467 * gdb.base/nodebug.exp
7468 * gdb.base/nofield.exp
7469 * gdb.base/overlays.exp
7470 * gdb.base/paginate-after-ctrl-c-running.exp
7471 * gdb.base/paginate-bg-execution.exp
7472 * gdb.base/paginate-inferior-exit.exp
7473 * gdb.base/pending.exp
7474 * gdb.base/pr11022.exp
7475 * gdb.base/printcmds.exp
7476 * gdb.base/ptr-typedef.exp
7477 * gdb.base/ptype.exp
7478 * gdb.base/randomize.exp
7479 * gdb.base/range-stepping.exp
7480 * gdb.base/realname-expand.exp
7481 * gdb.base/relativedebug.exp
7482 * gdb.base/remote.exp
7483 * gdb.base/savedregs.exp
7484 * gdb.base/sepdebug.exp
7485 * gdb.base/set-noassign.exp
7486 * gdb.base/shlib-call.exp
7487 * gdb.base/shreloc.exp
7488 * gdb.base/sigaltstack.exp
7489 * gdb.base/sigbpt.exp
7490 * gdb.base/siginfo-addr.exp
7491 * gdb.base/siginfo-obj.exp
7492 * gdb.base/siginfo-thread.exp
7493 * gdb.base/signest.exp
7494 * gdb.base/signull.exp
7495 * gdb.base/sigrepeat.exp
7496 * gdb.base/skip.exp
7497 * gdb.base/so-impl-ld.exp
7498 * gdb.base/solib-corrupted.exp
7499 * gdb.base/solib-disc.exp
7500 * gdb.base/solib-display.exp
7501 * gdb.base/solib-overlap.exp
7502 * gdb.base/solib-search.exp
7503 * gdb.base/solib-symbol.exp
7504 * gdb.base/source-execution.exp
7505 * gdb.base/sss-bp-on-user-bp-2.exp
7506 * gdb.base/sss-bp-on-user-bp.exp
7507 * gdb.base/stack-checking.exp
7508 * gdb.base/stale-infcall.exp
7509 * gdb.base/step-break.exp
7510 * gdb.base/step-line.exp
7511 * gdb.base/step-over-exit.exp
7512 * gdb.base/step-test.exp
7513 * gdb.base/structs.exp
7514 * gdb.base/sym-file.exp
7515 * gdb.base/symtab-search-order.exp
7516 * gdb.base/term.exp
7517 * gdb.base/type-opaque.exp
7518 * gdb.base/unload.exp
7519 * gdb.base/until-nodebug.exp
7520 * gdb.base/until.exp
7521 * gdb.base/unwindonsignal.exp
7522 * gdb.base/watch-cond.exp
7523 * gdb.base/watch-non-mem.exp
7524 * gdb.base/watch_thread_num.exp
7525 * gdb.base/watchpoint-reuse-slot.exp
7526 * gdb.base/watchpoint-solib.exp
7527 * gdb.base/watchpoint.exp
7528 * gdb.btrace/dlopen.exp
7529 * gdb.cell/arch.exp
7530 * gdb.cell/break.exp
7531 * gdb.cell/bt.exp
7532 * gdb.cell/core.exp
7533 * gdb.cell/data.exp
7534 * gdb.cell/dwarfaddr.exp
7535 * gdb.cell/ea-cache.exp
7536 * gdb.cell/ea-standalone.exp
7537 * gdb.cell/ea-test.exp
7538 * gdb.cell/f-regs.exp
7539 * gdb.cell/fork.exp
7540 * gdb.cell/gcore.exp
7541 * gdb.cell/mem-access.exp
7542 * gdb.cell/ptype.exp
7543 * gdb.cell/registers.exp
7544 * gdb.cell/sizeof.exp
7545 * gdb.cell/solib-symbol.exp
7546 * gdb.cell/solib.exp
7547 * gdb.compile/compile-tls.exp
7548 * gdb.cp/exception.exp
7549 * gdb.cp/gdb2495.exp
7550 * gdb.cp/local.exp
7551 * gdb.cp/mb-inline.exp
7552 * gdb.cp/mb-templates.exp
7553 * gdb.cp/pr10687.exp
7554 * gdb.cp/pr9167.exp
7555 * gdb.cp/scope-err.exp
7556 * gdb.cp/templates.exp
7557 * gdb.cp/virtfunc.exp
7558 * gdb.dwarf2/dw2-dir-file-name.exp
7559 * gdb.dwarf2/dw2-single-line-discriminators.exp
7560 * gdb.fortran/complex.exp
7561 * gdb.fortran/library-module.exp
7562 * gdb.guile/guile.exp
7563 * gdb.guile/scm-cmd.exp
7564 * gdb.guile/scm-frame-inline.exp
7565 * gdb.guile/scm-objfile.exp
7566 * gdb.guile/scm-pretty-print.exp
7567 * gdb.guile/scm-symbol.exp
7568 * gdb.guile/scm-type.exp
7569 * gdb.guile/scm-value.exp
7570 * gdb.linespec/keywords.exp
7571 * gdb.linespec/ls-errs.exp
7572 * gdb.linespec/macro-relative.exp
7573 * gdb.linespec/thread.exp
7574 * gdb.mi/mi-breakpoint-changed.exp
7575 * gdb.mi/mi-dprintf-pending.exp
7576 * gdb.mi/mi-fullname-deleted.exp
7577 * gdb.mi/mi-logging.exp
7578 * gdb.mi/mi-pending.exp
7579 * gdb.mi/mi-solib.exp
7580 * gdb.mi/new-ui-mi-sync.exp
7581 * gdb.mi/user-selected-context-sync.exp
7582 * gdb.multi/dummy-frame-restore.exp
7583 * gdb.multi/multi-arch-exec.exp
7584 * gdb.multi/remove-inferiors.exp
7585 * gdb.multi/watchpoint-multi-exit.exp
7586 * gdb.opt/solib-intra-step.exp
7587 * gdb.perf/backtrace.exp
7588 * gdb.perf/single-step.exp
7589 * gdb.perf/skip-command.exp
7590 * gdb.perf/skip-prologue.exp
7591 * gdb.perf/solib.exp
7592 * gdb.python/lib-types.exp
7593 * gdb.python/py-as-string.exp
7594 * gdb.python/py-bad-printers.exp
7595 * gdb.python/py-block.exp
7596 * gdb.python/py-breakpoint.exp
7597 * gdb.python/py-cmd.exp
7598 * gdb.python/py-events.exp
7599 * gdb.python/py-evthreads.exp
7600 * gdb.python/py-finish-breakpoint.exp
7601 * gdb.python/py-finish-breakpoint2.exp
7602 * gdb.python/py-frame-inline.exp
7603 * gdb.python/py-frame.exp
7604 * gdb.python/py-inferior.exp
7605 * gdb.python/py-infthread.exp
7606 * gdb.python/py-mi.exp
7607 * gdb.python/py-objfile.exp
7608 * gdb.python/py-pp-maint.exp
7609 * gdb.python/py-pp-registration.exp
7610 * gdb.python/py-prettyprint.exp
7611 * gdb.python/py-recurse-unwind.exp
7612 * gdb.python/py-shared.exp
7613 * gdb.python/py-symbol.exp
7614 * gdb.python/py-symtab.exp
7615 * gdb.python/py-template.exp
7616 * gdb.python/py-type.exp
7617 * gdb.python/py-unwind-maint.exp
7618 * gdb.python/py-unwind.exp
7619 * gdb.python/py-value.exp
7620 * gdb.python/python.exp
7621 * gdb.reverse/finish-reverse-bkpt.exp
7622 * gdb.reverse/insn-reverse.exp
7623 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7624 * gdb.reverse/solib-precsave.exp
7625 * gdb.reverse/solib-reverse.exp
7626 * gdb.stabs/gdb11479.exp
7627 * gdb.stabs/weird.exp
7628 * gdb.threads/fork-child-threads.exp
7629 * gdb.threads/fork-plus-threads.exp
7630 * gdb.threads/fork-thread-pending.exp
7631 * gdb.threads/forking-threads-plus-breakpoint.exp
7632 * gdb.threads/hand-call-in-threads.exp
7633 * gdb.threads/interrupted-hand-call.exp
7634 * gdb.threads/linux-dp.exp
7635 * gdb.threads/local-watch-wrong-thread.exp
7636 * gdb.threads/next-while-other-thread-longjmps.exp
7637 * gdb.threads/non-ldr-exit.exp
7638 * gdb.threads/pending-step.exp
7639 * gdb.threads/print-threads.exp
7640 * gdb.threads/process-dies-while-detaching.exp
7641 * gdb.threads/process-dies-while-handling-bp.exp
7642 * gdb.threads/pthreads.exp
7643 * gdb.threads/queue-signal.exp
7644 * gdb.threads/reconnect-signal.exp
7645 * gdb.threads/signal-command-handle-nopass.exp
7646 * gdb.threads/signal-command-multiple-signals-pending.exp
7647 * gdb.threads/signal-delivered-right-thread.exp
7648 * gdb.threads/signal-sigtrap.exp
7649 * gdb.threads/sigthread.exp
7650 * gdb.threads/staticthreads.exp
7651 * gdb.threads/stepi-random-signal.exp
7652 * gdb.threads/thread-unwindonsignal.exp
7653 * gdb.threads/thread_check.exp
7654 * gdb.threads/thread_events.exp
7655 * gdb.threads/tid-reuse.exp
7656 * gdb.threads/tls-nodebug.exp
7657 * gdb.threads/tls-shared.exp
7658 * gdb.threads/tls-so_extern.exp
7659 * gdb.threads/tls.exp
7660 * gdb.threads/wp-replication.exp
7661 * gdb.trace/actions-changed.exp
7662 * gdb.trace/actions.exp
7663 * gdb.trace/backtrace.exp
7664 * gdb.trace/change-loc.exp
7665 * gdb.trace/collection.exp
7666 * gdb.trace/deltrace.exp
7667 * gdb.trace/disconnected-tracing.exp
7668 * gdb.trace/entry-values.exp
7669 * gdb.trace/ftrace-lock.exp
7670 * gdb.trace/ftrace.exp
7671 * gdb.trace/infotrace.exp
7672 * gdb.trace/mi-trace-frame-collected.exp
7673 * gdb.trace/mi-trace-unavailable.exp
7674 * gdb.trace/mi-traceframe-changed.exp
7675 * gdb.trace/mi-tracepoint-changed.exp
7676 * gdb.trace/mi-tsv-changed.exp
7677 * gdb.trace/no-attach-trace.exp
7678 * gdb.trace/packetlen.exp
7679 * gdb.trace/passc-dyn.exp
7680 * gdb.trace/passcount.exp
7681 * gdb.trace/pending.exp
7682 * gdb.trace/pr16508.exp
7683 * gdb.trace/qtro.exp
7684 * gdb.trace/range-stepping.exp
7685 * gdb.trace/read-memory.exp
7686 * gdb.trace/report.exp
7687 * gdb.trace/save-trace.exp
7688 * gdb.trace/signal.exp
7689 * gdb.trace/stap-trace.exp
7690 * gdb.trace/status-stop.exp
7691 * gdb.trace/strace.exp
7692 * gdb.trace/tfile.exp
7693 * gdb.trace/tfind.exp
7694 * gdb.trace/trace-break.exp
7695 * gdb.trace/trace-condition.exp
7696 * gdb.trace/trace-enable-disable.exp
7697 * gdb.trace/trace-mt.exp
7698 * gdb.trace/tracecmd.exp
7699 * gdb.trace/tracefile-pseudo-reg.exp
7700 * gdb.trace/tspeed.exp
7701 * gdb.trace/tstatus.exp
7702 * gdb.trace/tsv.exp
7703 * gdb.trace/unavailable.exp
7704 * gdb.trace/while-dyn.exp
7705 * gdb.trace/while-stepping.exp
7706 * lib/gdb-guile.exp
7707 * lib/gdb.exp
7708 * lib/mi-support.exp
7709 * lib/pascal.exp
7710 * lib/perftest.exp
7711 * lib/prelink-support.exp
7712 * lib/selftest-support.exp
7713
ad02e4fe
SM
77142016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7715
7716 * Makefile.in: Include disable-implicit-rules.mk.
7717
22347e55
AA
77182016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7719
7720 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7721 non-byte-aligned bit fields.
7722
da5b30da
AA
77232016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7724
7725 PR gdb/12616
7726 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7727 respects the DW_AT_data_bit_offset attribute.
7728
b593ecca
SM
77292016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7730
7731 * gdb.base/default.exp: Fix output of "set language".
7732
3b165252
SM
77332016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7734
7735 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7736 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7737 make.
7738 * configure.ac: Remove checks for the make program.
7739 * configure: Re-generate.
7740
1a2f3d7f
KB
77412016-11-16 Kevin Buettner <kevinb@redhat.com>
7742
7743 * gdb.python/py-recurse-unwind.c (main): Add loop.
7744 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7745 to read_register() and gdb.parse_and_eval(). Make each code
7746 call a separate case that can be individually tested.
7747 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7748 proc. Call cont_and_backtrace for each of the code paths that
7749 we want to test in the unwinder.
7750
b7f38fda
AA
77512016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7752
7753 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7754 the definition of struct S.
7755
1f8db343
CM
77562016-11-11 Catherine Moore <clm@codesourcery.com>
7757
7758 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7759
fad0c9fb
PA
77602016-11-09 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/commands.exp (runto_or_return): New procedure.
7763 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7764 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7765 (progvar_simple_while_test, progvar_complex_if_while_test)
7766 (if_while_breakpoint_command_test)
7767 (infrun_breakpoint_command_test, breakpoint_command_test)
7768 (user_defined_command_test, watchpoint_command_test)
7769 (test_command_prompt_position, redefine_hook_test)
7770 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7771 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7772 multi_line_input and multi_line. Remove gdb_expect and
7773 gdb_stop_suppressing_tests uses.
7774 * lib/gdb.exp (valnum_re): New global.
7775 (multi_line_input): New procedure.
7776
8354c62c
SM
77772016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7778
7779 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7780 Remove.
7781 (test_setup): Define with proc_with_prefix.
7782 (test_cli_inferior): Likewise.
7783 (test_cli_thread): Likewise.
7784 (test_cli_frame): Likewise.
7785 (test_cli_select_frame): Likewise.
7786 (test_cli_up_down): Likewise.
7787 (test_mi_thread_select): Likewise.
7788 (test_mi_stack_select_frame): Likewise.
7789 (test_cli_in_mi_inferior): Likewise.
7790 (test_cli_in_mi_thread): Likewise.
7791 (test_cli_in_mi_frame): Likewise.
7792 (top level): Do not use with_test_prefix_procname.
7793
64f367a2
PA
77942016-11-09 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.base/commands.exp (gdbvar_simple_if_test)
7797 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7798 (progvar_simple_if_test, progvar_simple_while_test)
7799 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7800 (infrun_breakpoint_command_test, breakpoint_command_test)
7801 (user_defined_command_test, watchpoint_command_test)
7802 (test_command_prompt_position, deprecated_command_test)
7803 (bp_deleted_in_command, temporary_breakpoint_commands)
7804 (stray_arg0_test, source_file_with_indented_comment)
7805 (recursive_source_test, if_commands_test)
7806 (error_clears_commands_left, redefine_hook_test)
7807 (redefine_backtrace_test): Use proc_with_prefix.
7808 * lib/gdb.exp (proc_with_prefix): New proc.
7809
0bb65f1e
AA
78102016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7811
7812 * gdb.base/tui-layout.c: New file.
7813 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7814 disassembly window contains very long lines.
7815
7353f247
TT
78162016-11-08 Tom Tromey <tom@tromey.com>
7817
7818 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7819 depend on Python 2.
7820
30a7bb83
TT
78212016-11-08 Tom Tromey <tom@tromey.com>
7822
7823 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7824 New method.
7825
cdf5a07c
MG
78262016-10-29 Manish Goregaokar <manish@mozilla.com>
7827
2806dc7e 7828 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7829
51a789c3
MG
78302016-10-27 Manish Goregaokar <manish@mozilla.com>
7831
2806dc7e
PA
7832 * gdb.rust/simple.rs: Add test for univariant enums without
7833 discriminants and for encoded struct-like enums.
51a789c3 7834
f610ab6d
PA
78352016-10-28 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7838 gdb_test_multiple, tighten regexps and match symtabs and line
7839 tables incrementally.
7840
b129b0ca
LM
78412016-10-28 Luis Machado <lgustavo@codesourcery.com>
7842
7843 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7844 general.
7845
ecf45d2c
SL
78462016-10-25 Luis Machado <lgustavo@codesourcery.com>
7847
7848 * gdb.base/exec-invalid-sysroot.exp: New file.
7849
b8d38ee4
JK
78502016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7851
7852 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7853
f90fd8c2
JK
78542016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7855
7856 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7857
2d2476aa
MR
78582016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7859
2806dc7e
PA
7860 * gdb.base/killed-outside.exp: Remove $options from a call to
7861 `prepare_for_testing'.
2d2476aa 7862
e42b25a0
SM
78632016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7864
7865 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7866 Change test message.
7867
3ccdb432
SM
78682016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7869
7870 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7871 Update comment.
7872
5bad3170
SM
78732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7874
7875 * gdb.trace/mi-trace-save.exp: New file.
7876
5ad9dba7
YQ
78772016-10-13 Yao Qi <yao.qi@linaro.org>
7878
7879 * gdb.base/code_elim.exp (get_var_address): Remove.
7880 * gdb.base/relocate.exp: Likewise.
7881 * gdb.base/shreloc.exp: Likewise.
7882 * lib/gdb.exp (get_var_address): New.
7883
62df7e21
YQ
78842016-10-13 Yao Qi <yao.qi@linaro.org>
7885
7886 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7887 floating point tests if $skip_float_test is false.
7888
4dac951e
LM
78892016-10-12 Luis Machado <lgustavo@codesourcery.com>
7890
7891 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7892 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7893 argc values.
7894 Add 1 to argc so we guarantee distinct initial/modified argc values.
7895
8f1a8fc4
JK
78962016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7897
7898 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7899
16c85b5d
JK
79002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7903 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7904 * gdb.arch/vsx-regs.exp: Likewise.
7905
1d0e042a
YQ
79062016-10-07 Yao Qi <yao.qi@linaro.org>
7907
7908 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7909
68dadef5
MM
79102016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7911
7912 * gdb.python/python.exp: Test decode_line("*0").
7913
33fa2c6e
DE
79142016-10-06 Doug Evans <dje@google.com>
7915
7916 * gdb.python/py-value.exp (test_value_creation): Add test for large
7917 unsigned 64-bit value.
7918
9c37b5ae
TT
79192016-10-06 Tom Tromey <tom@tromey.com>
7920
7921 * gdb.compile/compile.exp: Change java tests to rust.
7922 * gdb.base/setshow.exp: Change java tests to rust.
7923 * gdb.base/default.exp: Remove java from language list.
7924 * README (Examples): Update language example.
7925 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7926 test.
7927 * lib/gdb.exp (skip_java_tests): Remove.
7928 * lib/java.exp: Remove.
7929 * gdb.java: Remove.
7930
78b86327
MR
79312016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7932
7933 * gdb.arch/mips-fcr.exp: New test.
7934 * gdb.arch/mips-fcr.c: Source for the new test.
7935
7470adbb
MR
79362016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7937
7938 * gdb.base/solib-disc.exp: Use `standard_output_file'
7939 throughout.
7940
4a556533
PA
79412016-10-06 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/jit-simple-dl.c: New file.
7944 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7945 * gdb.base/jit-simple.c: ... this.
7946 * gdb.base/jit-simple.exp (jit_run): Delete.
7947 (build_jit): New proc.
7948 (jit_test_reread): Recompile either the main program or the shared
7949 library, depending on what is being tested. Skip changing address
7950 if caller wants to. Compare before/after addresses. If testing
7951 standalone, explicitly load the binary. Test "maint info
7952 breakpoints".
7953 (top level): Add "standalone vs shared lib" and "change address"
7954 vs "same address" axes.
7955
5a122fbc
PA
79562016-10-06 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7959 call.
7960 (jit_run): Delete.
7961 (jit_test_reread): Use with_test_prefix. Reload the main binary
7962 explicitly. Compare the before/after addresses of the JIT
7963 descriptor.
7964
ee8da4b8
DE
79652016-08-15 Doug Evans <dje@google.com>
7966
7967 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7968 for single bitfields is bool.
7969 * gdb.xml/tdesc-regs.exp: Ditto.
7970
f389f6fe
JK
79712016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7972
7973 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7974
fdebf1a4
YQ
79752016-10-05 Yao Qi <yao.qi@linaro.org>
7976
7977 * lib/gdb.exp (support_complex_tests): Return zero if
7978 gdb_skip_float_test return true.
7979
9c36d954 79802016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7981 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7982
7983 PR gdb/20487
7984 * gdb.mi/user-selected-context-sync.exp: New file.
7985 * gdb.mi/user-selected-context-sync.c: New file.
7986
4034d0ff 79872016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7988 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7989
7990 PR gdb/20487
7991 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7992 =thread-select-event check.
7993
a4297203
PB
79942016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7995
7996 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7997 the compulsory L operand changes.
7998 * gdb.arch/powerpc-power.s: Likewise.
7999
bb805577
JK
80002016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8003 * gdb.base/jit-attach-pie.c: New file.
8004 * gdb.base/jit-attach-pie.exp: New file.
8005
6d61dee5
PA
80062016-09-28 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.base/infcall-input.c: New file.
8009 * gdb.base/infcall-input.exp: New file.
8010
f73842fc
YQ
80112016-09-22 Yao Qi <yao.qi@linaro.org>
8012
8013 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8014 (gdb_exit): Rename it to ...
8015 (gdbserver_gdb_exit): ... Close GDBserver.
8016 (gdb_exit): New proc, call gdbserver_gdb_exit.
8017 (mi_gdb_exit): Likewise.
8018
90681dab
YQ
80192016-09-22 Yao Qi <yao.qi@linaro.org>
8020
8021 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8022 path.
8023 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8024 Remove duplication.
8025
9c211fd8
YQ
80262016-09-22 Yao Qi <yao.qi@linaro.org>
8027
8028 * lib/gdbserver-support.exp: Check the existence of
8029 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8030
ad0a504f
AK
80312016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8032
8033 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8034
36cf1806
TT
80352016-09-21 Tom Tromey <tom@tromey.com>
8036
8037 PR gdb/20604:
8038 * gdb.base/quit.exp: New file.
8039
74172ecf
SM
80402016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8041
8042 * .gitignore: New file.
8043
3d0ec882
MR
80442016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8045
8046 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8047 throughout.
8048
8193adea
AA
80492016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8050
8051 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8052
d41a5c09
JK
80532016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8054
8055 * gdb.cp/casts.cc (decltype): Move it ...
8056 (main): ... with its call to ...
8057 * gdb.cp/casts03.cc: ... a new file.
8058 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8059
d2dfe700
JK
80602016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8061
8062 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8063
e2a92b16
PB
80642016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8065
8066 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8067 and sync up the test with tests in gas/testsuite/gas/ppc.
8068 * gdb.arch/powerpc-power.exp: Likewise.
8069
49b4de64
JK
80702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8071
8072 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8073
2c29df25
SDJ
80742016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8075 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8078 make m1's definition to be different from m2's. Use 'dummy' as an
8079 argument for probe 'two'.
8080
cc3c2846
JB
80812016-09-10 Jon Beniston <jon@beniston.com>
8082
8083 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8084 for sim target.
8085
e1b2624a
AA
80862016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8087
8088 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8089 variable declaration.
8090 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8091 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8092 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8093 received HWCAP as its argument.
8094
4295e285
PA
80952016-09-06 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/new-ui-pending-input.c: New file.
8098 * gdb.base/new-ui-pending-input.exp: New file.
8099 * gdb.exp (clear_gdb_spawn_id): New procedure.
8100 (with_spawn_id): Check whether gdb_spawn_id exists before
8101 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8102 on exit.
8103
00d5215e
UW
81042016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8105
8106 * gdb.base/float128.c: New file.
8107 * gdb.base/float128.exp: Likewise.
8108 * gdb.base/floatn.c: Likewise.
8109 * gdb.base/floatn.exp: Likewise.
8110
a9ff5f12
UW
81112016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8112
8113 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8114
f245535c
PA
81152016-09-05 Pedro Alves <palves@redhat.com>
8116
8117 PR backtrace/19927
8118 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8119 unwinders are immediately called as side effect of "source" or
8120 "disable unwinder" commands.
8121 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8122
ae9cf263
YQ
81232016-09-02 Yao Qi <yao.qi@linaro.org>
8124
8125 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8126 is true and $type is "float" or "double".
8127
27aba047
YQ
81282016-09-02 Yao Qi <yao.qi@linaro.org>
8129
8130 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8131 true.
8132 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8133 * gdb.base/call-rt-st.exp: Likewise.
8134 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8135 return value instead of gdb,skip_float_test.
8136 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8137 (do_function_calls): Use its return value instead of
8138 gdb,skip_float_test.
8139 * gdb.base/finish.exp: Likewise.
8140 * gdb.base/funcargs.exp: Likewise.
8141 * gdb.base/return.exp: Likewise.
8142 * gdb.base/return2.exp: Likewise.
8143 * gdb.base/varargs.exp: Likewise.
8144 * lib/gdb.exp (gdb_skip_float_test): Change it to
8145 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8146
5af962df
AA
81472016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8148
8149 * gdb.multi/tids.exp: Test "thread apply all".
8150
7fac6910
JK
81512016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 * gdb.base/default.exp (tty): Remove.
8154
bb1fe4ac
KB
81552016-08-24 Kevin Buettner <kevinb@redhat.com>
8156
2806dc7e
PA
8157 * gdb.python/py-recurse-unwind.c: New file.
8158 * gdb.python/py-recurse-unwind.py: New file.
8159 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8160
0a1ddfa6
SM
81612016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8162
8163 * gdb.base/set-inferior-tty.exp: New file.
8164 * gdb.base/set-inferior-tty.c: New file.
8165
d9de1fe3
PA
81662016-08-23 Pedro Alves <palves@redhat.com>
8167
8168 PR gdb/20494
8169 * gdb.base/new-ui-echo.c: New file.
8170 * gdb.base/new-ui-echo.exp: New file.
8171
e9d9abd7
YQ
81722016-08-23 Yao Qi <yao.qi@linaro.org>
8173
8174 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8175 gdbserver_spawn.
8176 * gdb.server/connect-without-multi-process.exp (do_test):
8177 Likewise.
8178
3589529e
YQ
81792016-08-23 Yao Qi <yao.qi@linaro.org>
8180
8181 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8182 standalone_txt. Delete gdb_txt and standalone_txt on host
8183 and target. Spawn the binary on target. Copy files from
8184 target to host.
8185
6bb90213
PA
81862016-08-22 Pedro Alves <palves@redhat.com>
8187
8188 PR gdb/20505
8189 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8190 with_test_prefix. Factor out bits to ...
8191 (test_no_vdso): ... this new procedure.
8192
20c2c024
CL
81932016-08-19 Carl Love <cel@us.ibm.com>
8194
8195 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8196 maintaining separate logic for constructing the output path.
8197 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8198 * gdb.arch/ppc-dfp.exp: Likewise.
8199 * gdb.arch/ppc-fp.exp: Likewise.
8200 * gdb.arch/vsx-regs.exp: Likewise.
8201 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8202 binprefix for generating the additional binary files.
8203
0646e07d
PA
82042016-08-19 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.trace/mi-trace-frame-collected.exp
8207 (test_trace_frame_collected): On x32, expect two registers.
8208
46da9242
CL
82092016-08-18 Carl Love <cel@us.ibm.com>
8210
8211 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8212 and sync up the test with tests in gas/testsuite/gas/ppc.
8213 * gdb.arch/powerpc-power.exp: Likewise.
8214
eb2332d7
SM
82152016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8216
8217 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8218 expected error message.
8219
63c61e04
SM
82202016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8221
8222 * gdb.multi/remove-inferiors.exp: New file.
8223 * gdb.multi/remove-inferiors.c: New file.
8224
7b17065f
YQ
82252016-08-12 Yao Qi <yao.qi@linaro.org>
8226
8227 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8228 argument list.
8229
01d3dedf
PA
82302016-08-10 Pedro Alves <palves@redhat.com>
8231
8232 PR gdb/19187
8233 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8234 setup_kfails.
8235
3eb7562a
PA
82362016-08-09 Pedro Alves <palves@redhat.com>
8237 Simon Marchi <simon.marchi@ericsson.com>
8238
8239 PR gdb/20418
8240 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8241 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8242
80614914
PA
82432016-08-09 Pedro Alves <palves@redhat.com>
8244
8245 PR mi/20431
8246 * gdb.mi/mi-cmd-error.exp: New file.
8247
f348d89a
PA
82482016-08-09 Pedro Alves <palves@redhat.com>
8249
8250 PR gdb/18653
8251 * gdb.base/signals-state-child.c: New file.
8252 * gdb.base/signals-state-child.exp: New file.
8253 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8254
e5ca03b4
PA
82552016-08-09 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8258
282a0691
TT
82592016-08-03 Tom Tromey <tom@tromey.com>
8260
8261 PR python/18565:
8262 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8263
41bfcd63
YQ
82642016-08-01 Yao Qi <yao.qi@linaro.org>
8265
8266 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8267 variable mode to "multi-process" if $multi_process is 1, otherwise
8268 set it to "single-process".
8269
e3465b24
YQ
82702016-08-01 Yao Qi <yao.qi@linaro.org>
8271
8272 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8273 * gdb.cp/cpexprs.exp: Likewise.
8274 * gdb.cp/m-static.exp: Likewise.
8275
0b31a4bc
TT
82762016-07-26 Tom Tromey <tom@tromey.com>
8277
8278 PR python/20190:
8279 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8280 test.
8281
e0461dbb
MM
82822016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8283
8284 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8285 selecting assembly source files.
8286 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8287 assembly source files.
8288 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8289 assembly source files.
8290 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8291 selecting assembly source files.
8292
8194e927
SM
82932016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8294
8295 * gdb.base/new-ui.exp (do_test_invalid_args): New
8296 procedure.
8297
c0272db5
TW
82982016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8299
8300 * gdb.btrace/reconnect.c: New file.
8301 * gdb.btrace/reconnect.exp: New file.
8302
e3487908
GKB
83032016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8304
8305 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8306 to test_catch_syscall_group.
8307 (test_catch_syscall_group): New.
8308
12df5c00
TT
83092016-07-21 Tom Tromey <tom@tromey.com>
8310
8311 * gdb.rust/simple.rs (main): Use empty struct expression.
8312 * gdb.rust/simple.exp: Add tests for empty struct expression.
8313
bae62ee2
YQ
83142016-07-21 Yao Qi <yao.qi@linaro.org>
8315
8316 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8317 if gdb_skip_xml_test is true on some targets.
8318
b1b53fb3
YQ
83192016-07-21 Yao Qi <yao.qi@linaro.org>
8320
8321 * gdb.server/solib-list.exp: Unset last_loaded_file.
8322
027d97f8
JK
83232016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8326 "step into captured_main (args)".
8327
7674d381
JK
83282016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8329
8330 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8331
72b5d099
JK
83322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8333
8334 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8335
1f960ced
PA
83362016-07-19 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8339 * gdb.opt/inline-bt.exp: Likewise.
8340 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8341 additional_flags=-Winline.
8342 * gdb.opt/inline-locals.exp: Likewise.
8343 * gdb.opt/inline-markers.c (ATTR): Define.
8344 (inlined_fn): Use it.
8345
f25827c1
YQ
83462016-07-19 Yao Qi <yao.qi@linaro.org>
8347
8348 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8349 (test_with_self): Remove some code. Remove argument executable.
8350 (top-level): Use do_self_tests.
8351
37539ebe
DB
83522016-07-15 Zachary Welch <zwelch@codesourcery.com>
8353 Don Breazeal <donb@codesourcery.com>
8354
8355 * gdb.base/maint.exp: Escape paths used in regular expressions.
8356 * gdb.stabs/weird.exp: Likewise.
8357
dac790e1
TT
83582016-07-13 Tom Tromey <tom@tromey.com>
8359
8360 PR python/15620, PR python/18620:
8361 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8362 (test_bkpt_events): New procs.
8363
93daf339
TT
83642016-07-13 Tom Tromey <tom@tromey.com>
8365
8366 PR python/17698:
8367 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8368 test.
8369 (test_watchpoints): Likewise.
8370 (test_bkpt_pending): New proc.
8371
6571a381
TT
83722016-07-13 Tom Tromey <tom@tromey.com>
8373
8374 PR cli/18053:
8375 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8376 completion test.
8377
e8732474
JK
83782016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8381 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8382 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8383 f_label.
8384 (g): Rename g_end_lbl to g_label.
8385 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8386 low_pc and high_pc.
8387 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8388
e0f3fd7c
TT
83892016-07-12 Tom Tromey <tom@tromey.com>
8390
8391 PR python/19293:
8392 * gdb.python/py-unwind-maint.exp: Update tests.
8393
3cfe46b6
YQ
83942016-07-12 Yao Qi <yao.qi@linaro.org>
8395
8396 * lib/selftest-support.exp (selftest_setup): Match the output
8397 when captured_main is inlined.
8398
4f19a0e6
WT
83992016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8400
8401 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8402 New variables.
8403 (print this%a, print this%b, print this): New tests.
8404 * gdb.fortran/derived-types.f90 (this): New object and
8405 initialization.
8406
986cf455
SM
84072016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8408
8409 * gdb.ada/arraydim.exp: Remove extra directory level in build
8410 directory.
8411
f0464b23
SM
84122016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8413
8414 * lib/ada.exp: Remove extra directory level in build directory.
8415 * gdb.ada/cond_lang.exp: Likewise.
8416 * gdb.ada/exec_changed.exp: Likewise.
8417 * gdb.ada/lang_switch.exp: Likewise.
8418
42d94011
MG
84192016-07-06 Manish Goregaokar <manish@mozilla.com>
8420
2806dc7e
PA
8421 * simple.rs: Add test for raw pointer subscripting.
8422 * simple.exp: Add test expectations.
42d94011 8423
647c264c
YQ
84242016-07-05 Yao Qi <yao.qi@linaro.org>
8425
8426 * gdb.mi/mi-reverse.exp: Match =record-started output.
8427
20aa2c60
PA
84282016-07-01 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8431 procedure.
8432 (jit_reader_test): Test the jit reader's unwinder.
8433 * gdb.base/jithost.c (jit_function_00_code): New global.
8434 (main): Use memcpy to fill in the mmapped code, instead of poking
8435 bytes manually here.
8436 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8437 value.
8438 (read_debug_info): Save the function's range.
8439 (read_sp): New function.
8440 (unwind_frame): Use it. Also unwind RBP.
8441 (get_frame_id): Use read_sp.
8442 (gdb_init_reader): Use calloc instead of malloc.
8443 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8444 parameter. Use gdb_test_multiple.
8445
ced2dffb
PA
84462016-07-01 Pedro Alves <palves@redhat.com>
8447 Antoine Tremblay <antoine.tremblay@ericsson.com>
8448
8449 * gdb.threads/process-dies-while-detaching.c: New file.
8450 * gdb.threads/process-dies-while-detaching.exp: New file.
8451
63000888
PA
84522016-07-01 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.multi/watchpoint-multi-exit.c: New file.
8455 * gdb.multi/watchpoint-multi-exit.exp: New file.
8456
038d4868
PA
84572016-06-30 Pedro Alves <palves@redhat.com>
8458
8459 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8460 unset inferior_spawn_id.
8461
994e9c83
PA
84622016-06-30 Pedro Alves <palves@redhat.com>
8463
8464 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8465 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8466
e5653468
YQ
84672016-06-29 Yao Qi <yao.qi@linaro.org>
8468
8469 * gdb.base/return.c: Add copyright header.
8470
803b47e5
TT
84712016-06-29 Tom Tromey <tom@tromey.com>
8472
8473 PR python/20129:
8474 * gdb.python/py-framefilter.exp: Add tests for setting priority
8475 and disabling of non-existent frame filter.
8476
28244707
YQ
84772016-06-29 Yao Qi <yao.qi@linaro.org>
8478
8479 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8480 0x0f07ff.
8481
a31d2f06
YQ
84822016-06-28 Yao Qi <yao.qi@linaro.org>
8483
8484 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8485 triplets. Start gdb, execute catch syscall, and continue. Check
8486 gdb's output to determine catch syscall is supported.
8487
921d8f54
MG
84882016-06-27 Manish Goregaokar <manish@mozilla.com>
8489
25d49b86
PA
8490 * gdb.rust/simple.rs: Add test for returning unit in a function.
8491 * gdb.rust/simple.exp: Add expectation for functions returning
8492 unit.
921d8f54 8493
f4952523
PMR
84942016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8495
8496 * gdb.python/py-breakpoint-create-fail.c,
8497 gdb.python/py-breakpoint-create-fail.exp,
8498 gdb.python/py-breakpoint-create-fail.py: New testcase.
8499
fccb08f8
MG
85002016-06-25 Manish Goregaokar <manish@mozilla.com>
8501
8502 PR gdb/20239
8503 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8504 * gdb.rust/simple.exp: Add test expectations for new NonZero
8505 tests.
fccb08f8 8506
6b850546
DT
85072016-06-24 David Taylor <dtaylor@emc.com>
8508
8509 * gdb.base/offsets.exp: New file.
8510 * gdb.base/offsets.c: New file.
8511
17621150
TT
85122016-06-23 Tom Tromey <tom@tromey.com>
8513
8514 PR gdb/16483:
8515 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8516 before any filters are loaded.
8517
04d59df6
WT
85182016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8519
8520 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8521 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8522 structs.
8523 * gdb.fortran/derived-type-function.exp: New file.
8524 * gdb.fortran/derived-type-function.f90: New file.
8525
8526
ac69f786
PA
85272016-06-21 Pedro Alves <palves@redhat.com>
8528
8529 * gdb.base/new-ui.exp: New file.
8530 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8531 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8532 (with_spawn_id): New procedure.
8533
49940788
PA
85342016-06-21 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.mi/mi-exec-run.exp: New file.
8537
ef274d26
PA
85382016-06-21 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8541 breakpoint command's output on the main UI.
8542 (test_break): New procedure, factored out from calls in the top
8543 level.
8544 (top level): Use foreach_with_prefix to test MI as main UI and as
8545 separate UI.
8546
468afe6c
PA
85472016-06-21 Pedro Alves <palves@redhat.com>
8548
8549 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8550 (test_awatch_creation_and_listing)
8551 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8552 Remove 'type' parameter.
8553 (test_watchpoint_all): New parameter mi_mode. Remove
8554 with_test_prefix.
8555 (top level): Use foreach_with_prefix, and add main/separate UI MI
8556 testing axis.
8557
51f77c37
PA
85582016-06-21 Pedro Alves <palves@redhat.com>
8559
8560 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8561 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8562 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8563 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8564 (gdb_main_spawn_id, mi_spawn_id): Declare and
8565 comment.
8566 (mi_create_inferior_pty): New procedure,
8567 factored out from default_mi_gdb_start.
8568 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8569 procedures.
8570 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8571 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8572 Use mi_create_inferior_pty.
8573 (mi_gdb_start): Use eval to pass down args list.
8574
8980e177
PA
85752016-06-21 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8578 * gdb.opt/inline-cmds.exp: Add MI tests.
8579
f38d3ad1
PA
85802016-06-21 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8583
45db7c09
PA
85842016-06-21 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8587 (top level): Use it instead of mi_execute_to.
8588
5a069ab3
PA
85892016-06-21 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8592 (cont_handler_str): New.
8593 (signal_stop_handler): Set stop_handler_str instead of printing to
8594 stdout.
8595 (continue_handler): Set cont_handler_str instead of printing to
8596 stdout.
8597 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8598 mi_send_resuming_command. Print stop_handler_str and
8599 cont_handler_str instead of expecting the python events print
8600 directly.
8601
2838cc1d
SD
86022016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8603
8604 * gdb.base/jit-reader.exp: New file.
8605 * gdb.base/jithost.c: New file.
8606 * gdb.base/jithost.h: New file.
8607 * gdb.base/jitreader.c : New file.
8608 * gdb.base/jit-protocol.h: New file.
8609
21a77091
YQ
86102016-06-17 Yao Qi <yao.qi@linaro.org>
8611
8612 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8613 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8614 and detach-on-fork. Adjust tests.
8615 (top level): Invoke break_cond_on_syscall with combinations of
8616 syscall, follow-fork-mode and detach-on-fork.
8617
f50bf8e5
YQ
86182016-06-17 Yao Qi <yao.qi@linaro.org>
8619
8620 * gdb.base/step-over-exit.c: New.
8621 * gdb.base/step-over-exit.exp: New.
8622
a28d8e50
YTL
86232016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8624
8625 * gdb.base/float.exp: Add target check for nds32*-*-*.
8626 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8627
cad8e26d
AB
86282016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8629
8630 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8631 for unsupported target features.
8632 * gdb.base/call-rt-st.exp: Likewise.
8633 * gdb.base/call-sc.exp: Likewise.
8634 * gdb.base/call-signal-resume.exp: Likewise.
8635 * gdb.base/call-strs.exp: Likewise.
8636 * gdb.base/callexit.exp: Likewise.
8637 * gdb.base/callfuncs.exp: Likewise.
8638 * gdb.base/nodebug.exp: Likewise.
8639 * gdb.base/printcmds.exp: Likewise.
8640 * gdb.base/ptype.exp: Likewise.
8641 * gdb.base/structs.exp: Likewise.
8642 * gdb.base/unwindonsignal.exp: Likewise.
8643 * gdb.cp/gdb2495.exp: Likewise.
8644 * gdb.cp/templates.exp: Likewise.
8645 * gdb.cp/virtfunc.exp: Likewise.
8646 * gdb.threads/hand-call-in-threads.exp: Likewise.
8647 * gdb.threads/interrupted-hand-call.exp: Likewise.
8648 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8649
347dc102
TT
86502016-06-10 Tom Tromey <tom@tromey.com>
8651
8652 PR rust/20110:
8653 * gdb.rust/expr.exp: Add test for integer constant larger than
8654 i32.
8655
5e13cf25
BH
86562016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8657
8658 * gdb.fortran/nested-funcs.exp: New.
8659 * gdb.fortran/nested-funcs.f90: New.
8660
bb556f1f
TK
86612016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8662
8663 * gdb.base/examine-backward.c: New file.
8664 * gdb.base/examine-backward.exp: New file.
8665
38b022b4
SM
86662016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8667
8668 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8669 matching.
8670
1b40ec05
TT
86712016-06-02 Tom Tromey <tom@tromey.com>
8672
8673 PR python/18984:
8674 * gdb.python/py-shared.exp: Add solib_name test.
8675
193bd378
SM
86762016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8677
8678 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8679
3326303b
MG
86802016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8681
8682 PR c++/19893
8683 * gdb.dwarf2/implref.exp: Rename to...
8684 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8685 * gdb.dwarf2/implref-array.c: New file.
8686 * gdb.dwarf2/implref-array.exp: Likewise.
8687 * gdb.dwarf2/implref-global.c: Likewise.
8688 * gdb.dwarf2/implref-global.exp: Likewise.
8689 * gdb.dwarf2/implref-struct.c: Likewise.
8690 * gdb.dwarf2/implref-struct.exp: Likewise.
8691
825c8ef2
AT
86922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8693
8694 * gdb.trace/trace-condition.exp: Add 64bit tests.
8695
2320162a
AT
86962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8697
8698 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8699 bits types.
8700 (main): Adapt to 8 to 64 bits types.
8701 * gdb.trace/trace-condition.exp: Add new tests.
8702
a7818233
AT
87032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8704
8705 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8706
0d336466
AT
87072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8708
8709 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8710 Move condition tests...
8711 * gdb.trace/trace-condition.exp: Here.
8712
7faeb45a
AT
87132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8714
8715 * gdb.trace/trace-condition.exp: Add counter-case tests.
8716
e385593e
JK
87172016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8718
8719 PR c++/15231
8720 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8721 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8722
744608cc
PA
87232016-05-27 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8726 New procedure.
8727 (top level): Call it, and bail out of DejaGnu is known to be bad.
8728
ac775bf4
AB
87292016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8730
8731 * gdb.base/whatis.c: Extend the test case.
8732 * gdb.base/whatis.exp: Add additional tests.
8733
2bbad2ea
BH
87342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8735
8736* gdb.fortran/type.f90: Add pointer variable.
8737* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8738
8b70175d
BH
87392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8740
8741 * gdb.fortran/vla-type.exp: Fix testcase name.
8742
86d8a848
BH
87432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8744
8745 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8746
e188eb36
BH
87472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8748
8749 * gdb.fortran/type.f90: Add nested structures.
8750 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8751 * gdb.fortran/derived-type.exp: Adapt expected output.
8752 * gdb.fortran/vla-type.exp: Adapt expected output.
8753
9b2db1fd
BH
87542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8755
8756 * gdb.fortran/whatis_type.exp: Adapt expected output.
8757
72b17055
BH
87582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8759
8760 * gdb.fortran/print_type.exp: Fix expected output.
8761 * gdb.fortran/whatis_type.exp: Fix expected output.
8762
3cd81d8d
BH
87632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8764
8765 * gdb.fortran/whatis_type.exp: Use multi_line.
8766
ddae9462
TT
87672016-05-24 Tom Tromey <tom@tromey.com>
8768
8769 PR python/17386:
8770 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8771 use value as an index.
8772
1957f6b8
TT
87732016-05-23 Tom Tromey <tom@tromey.com>
8774
8775 PR python/17981:
8776 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8777 no-breakpoint case.
8778
026a9174
PA
87792016-05-24 Pedro Alves <palves@redhat.com>
8780
8781 PR gdb/19828
8782 * gdb.threads/clone-attach-detach.c: New file.
8783 * gdb.threads/clone-attach-detach.exp: New file.
8784
e70a7231
FR
87852016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8786
8787 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8788
0f6ed0e0
TT
87892016-05-23 Tom Tromey <tom@tromey.com>
8790
8791 PR python/19438, PR python/18393:
8792 * gdb.python/py-progspace.exp: Add "dir" test.
8793 * gdb.python/py-objfile.exp: Add "dir" test.
8794
ffd19d61
YQ
87952016-05-23 Yao Qi <yao.qi@linaro.org>
8796
8797 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8798 * gdb.arch/thumb2-it.exp: Likewise.
8799
9e8f9b05
SM
88002016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8801
8802 * gdb.mi/mi-threads-interrupt.c: New file.
8803 * gdb.mi/mi-threads-interrupt.exp: New file.
8804
61c6156d
SM
88052016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8806
8807 PR gdb/18077
8808 * gdb.mi/mi-async-run.exp: New file.
8809 * gdb.mi/mi-async-run.c: New file.
8810
67218854
TT
88112016-05-17 Tom Tromey <tom@tromey.com>
8812 Manish Goregaokar <manishsmail@gmail.com>
8813
8814 * lib/rust-support.exp: New file.
8815 * lib/gdb.exp (skip_rust_tests): New proc.
8816 (build_executable_from_specs): Handle rust.
8817 * lib/future.exp (gdb_find_rustc): New proc.
8818 (gdb_default_target_compile): Handle rust.
8819 * gdb.rust/expr.exp: New file.
8820 * gdb.rust/generics.exp: New file.
8821 * gdb.rust/generics.rs: New file.
8822 * gdb.rust/methods.exp: New file.
8823 * gdb.rust/methods.rs: New file.
8824 * gdb.rust/modules.exp: New file.
8825 * gdb.rust/modules.rs: New file.
8826 * gdb.rust/simple.exp: New file.
8827 * gdb.rust/simple.rs: New file.
8828
c44af4eb
TT
88292016-05-17 Tom Tromey <tom@tromey.com>
8830
8831 * gdb.base/default.exp (set language): Add rust.
8832
dcd1f979
TT
88332016-05-17 Tom Tromey <tom@tromey.com>
8834
8835 * gdb.gdb/unittest.exp: New file.
8836
155b7f57
YQ
88372016-05-16 Yao Qi <yao.qi@linaro.org>
8838
8839 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8840 shell_prompt. Update shell_prompt_re.
8841
8ddd5a6c
DE
88422016-05-12 Doug Evans <dje@google.com>
8843
8844 PR symtab/19999
8845 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8846 $options when building executable.
8847 * gdb.dwarf2/fission-loclists-pie.S: New file.
8848 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8849
02e370d9
SM
88502016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8851
8852 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8853 of [is_remote target],
8854
8929ad8b
SM
88552016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 * lib/gdb.exp (use_gdb_stub): New procedure.
8858
6c447423
DE
88592016-05-03 Yunlian Jiang <yunlian@google.com>
8860 Doug Evans <dje@google.com>
8861
8862 PR symtab/19914
8863 * gdb.dwarf2/dwp-sepdebug.c: New file.
8864 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8865
444e826c
SM
88662016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8867
8868 * gdb.base/detach.exp: Remove is_remote check.
8869
740feeaa
SM
88702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8871
8872 * gdb.base/annota-input-while-running.exp: Don't check for
8873 [is_remote target]. Enable annotations after running to main.
8874 Remove unused "set test..." line.
8875
9080ac9d
SM
88762016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8877
8878 * gdb.trace/trace-enable-disable.exp: New file.
8879 * gdb.trace/trace-enable-disable.c: New file.
8880
952ebca5
SM
88812016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8882
8883 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8884 use it in info sharedlibrary test.
8885 * gdb.trace/ftrace-lock.exp: Likewise.
8886 * gdb.trace/ftrace.exp: Likewise.
8887 * gdb.trace/range-stepping.exp: Likewise.
8888 * gdb.trace/trace-break.exp: Likewise.
8889 * gdb.trace/trace-condition.exp: Likewise.
8890 * gdb.trace/trace-mt.exp: Likewise.
8891
d9019901
SM
88922016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8893
8894 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8895 (gdb_load_shlib): ... this.
8896 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8897 gdb_load_shlib.
8898 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8899 * gdb.base/ctxobj.exp: Likewise.
8900 * gdb.base/dprintf-pending.exp: Likewise.
8901 * gdb.base/dso2dso.exp: Likewise.
8902 * gdb.base/fixsection.exp: Likewise.
8903 * gdb.base/gcore-relro.exp: Likewise.
8904 * gdb.base/gdb1555.exp: Likewise.
8905 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8906 * gdb.base/gnu-ifunc.exp: Likewise.
8907 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8908 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8909 * gdb.base/pending.exp: Likewise.
8910 * gdb.base/print-file-var.exp: Likewise.
8911 * gdb.base/print-symbol-loading.exp: Likewise.
8912 * gdb.base/shlib-call.exp: Likewise.
8913 * gdb.base/shreloc.exp: Likewise.
8914 * gdb.base/so-impl-ld.exp: Likewise.
8915 * gdb.base/solib-disc.exp: Likewise.
8916 * gdb.base/solib-nodir.exp: Likewise.
8917 * gdb.base/solib-overlap.exp: Likewise.
8918 * gdb.base/solib-symbol.exp: Likewise.
8919 * gdb.base/solib-weak.exp (do_test): Likewise.
8920 * gdb.base/sym-file.exp: Likewise.
8921 * gdb.base/symtab-search-order.exp: Likewise.
8922 * gdb.base/type-opaque.exp: Likewise.
8923 * gdb.base/unload.exp: Likewise.
8924 * gdb.base/watchpoint-solib.exp: Likewise.
8925 * gdb.compile/compile.exp: Likewise.
8926 * gdb.cp/gdb2384.exp: Likewise.
8927 * gdb.cp/infcall-dlopen.exp: Likewise.
8928 * gdb.cp/re-set-overloaded.exp: Likewise.
8929 * gdb.fortran/library-module.exp: Likewise.
8930 * gdb.opt/solib-intra-step.exp: Likewise.
8931 * gdb.python/py-finish-breakpoint.exp: Likewise.
8932 * gdb.python/py-shared.exp: Likewise.
8933 * gdb.reverse/solib-precsave.exp: Likewise.
8934 * gdb.reverse/solib-reverse.exp: Likewise.
8935 * gdb.server/solib-list.exp: Likewise.
8936 * gdb.threads/dlopen-libpthread.exp: Likewise.
8937 * gdb.threads/tls-shared.exp: Likewise.
8938 * gdb.threads/tls-so_extern.exp: Likewise.
8939 * gdb.trace/change-loc.exp: Likewise.
8940 * gdb.trace/ftrace-lock.exp: Likewise.
8941 * gdb.trace/ftrace.exp: Likewise.
8942 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8943 * gdb.trace/pending.exp: Likewise.
8944 * gdb.trace/range-stepping.exp: Likewise.
8945 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8946 (strace_info_marker): Likewise.
8947 (strace_probe_marker): Likewise.
8948 (strace_trace_on_same_addr): Likewise.
8949 (strace_trace_on_diff_addr): Likewise.
8950 * gdb.trace/trace-break.exp: Likewise.
8951 * gdb.trace/trace-condition.exp: Likewise.
8952 * gdb.trace/trace-mt.exp: Likewise.
8953
fca4cfd9
SM
89542016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8955
8956 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8957 result of gdb_remote_download.
8958 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8959 * gdb.base/dso2dso.exp: Likewise.
8960 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8961 * gdb.base/print-file-var.exp: Likewise.
8962 * gdb.base/shlib-call.exp: Likewise.
8963 * gdb.base/shreloc.exp: Likewise.
8964 * gdb.base/solib-overlap.exp: Likewise.
8965 * gdb.base/solib-weak.exp (do_test): Likewise.
8966 * gdb.base/unload.exp: Likewise.
8967
11cf4ffb
YQ
89682016-04-27 Yao Qi <yao.qi@linaro.org>
8969
8970 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8971 exists.
8972
3e2e34f8
KB
89732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8974
8975 * vla-type.exp: Print structure from toplevel.
8976
8f07e298
BH
89772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8978
8979 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8980 of dynamic types.
8981 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8982 of dynamic types.
8983
9920b434
BH
89842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8985
8986 * gdb.fortran/vla-type.f90: New file.
8987 * gdb.fortran/vla-type.exp: New file.
8988
f3abeff5
YQ
89892016-04-25 Yao Qi <yao.qi@linaro.org>
8990
8991 * gdb.base/branch-to-self.c: New file.
8992 * gdb.base/branch-to-self.exp: New file.
8993
0a5d52f0
YQ
89942016-04-22 Yao Qi <yao.qi@linaro.org>
8995
8996 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8997 more after $hex.
8998
495346f6
YQ
89992016-04-22 Yao Qi <yao.qi@linaro.org>
9000
9001 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9002 * gdb.base/annota3.exp: Likewise.
9003
4a7e075c
YQ
90042016-04-22 Yao Qi <yao.qi@linaro.org>
9005
9006 * gdb.reverse/step-precsave.exp: Do one step and test program
9007 stops in "callee" and do multiple steps until program goes out
9008 of "callee".
9009 * gdb.reverse/step-reverse.exp: Likewise.
9010
5b061e98
YQ
90112016-04-22 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.trace/signal.exp: Also pass if
9014 $tracepoint_hits($i) > $iterations.
9015
5c5dc57f
YQ
90162016-04-22 Yao Qi <yao.qi@linaro.org>
9017
9018 * gdb.trace/signal.c: New file.
9019 * gdb.trace/signal.exp: New file.
9020
a55411b9
DE
90212016-04-19 Doug Evans <xdje42@gmail.com>
9022
9023 * gdb.base/bad-file.exp: New file.
9024
a22df60a
MG
90252016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9026
9027 * gdb.dwarf2/implref.exp: New file.
9028
0c13f7e5
BH
90292016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9030
9031 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9032 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9033 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9034 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9035 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9036 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9037 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9038 * lib/fortran.exp (fortran_int4): New procedure.
9039 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9040 (fortran_logical4): Likewise.
9041
9b9b09e9
BH
90422016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9043
9044 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9045
a14d1f4d
BH
90462016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9047
9048 * lib/compiler.c: Add Intel specific preprocessor macros.
9049 * lib/compiler.cc: Likewise.
25d49b86 9050
7d49b1d0
LM
90512016-04-13 Luis Machado <lgustavo@codesourcery.com>
9052
9053 * gdb.server/connect-with-no-symbol-file.c: New file.
9054 * gdb.server/connect-with-no-symbol-file.exp: New file.
9055
8392fa22
SM
90562016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9057
9058 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9059
8c4c4aeb
SM
90602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9061
9062 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9063 standard output directory.
9064
45e3745e
AT
90652016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9066
9067 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9068
e26b7e41
MM
90692016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9070
9071 * gdb.btrace/instruction_history.c (loop): Add declaration.
9072
8ce09462
AT
90732016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9074
9075 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9076
2e88a1ea
SM
90772016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9078
9079 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9080 parentheses to print.
9081 (continue_handler): Likewise.
9082
f48e22e3
SM
90832016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9084
9085 * gdb.server/solib-list.exp: Remove is_remote check.
9086 Pass shlib= to gdb_compile. Don't link shared library with
9087 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9088 Run binary filename through "readlink -f" on the target.
9089
096be756
PA
90902016-04-08 Pedro Alves <palves@redhat.com>
9091
9092 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9093 interpreter filename as argument to gdbserver_spawn.
9094 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9095 Return empty if $last_loaded_file does not exist.
9096
06500533
JK
90972016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9098
9099 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9100 * gdb.base/jit-main.c: Use exit after usage.
9101
2d35e871
JK
91022016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9103
9104 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9105 GDBHISTSIZE prior to the tests.
9106 * gdb.base/gdbinit-history.exp: Likewise.
9107
91082016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9109
9110 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9111 instead of build_executable. Use gdb_load_shlibs.
9112
c8064e7e
YQ
91132016-04-07 Yao Qi <yao.qi@linaro.org>
9114
9115 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9116 Execute "si" command.
9117
bde47561
YQ
91182016-04-07 Yao Qi <yao.qi@linaro.org>
9119
9120 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9121 number instead of the comments on some line.
9122
b16f8a3b
DB
91232016-04-06 Don Breazeal <donb@codesourcery.com>
9124
9125 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9126 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9127
c2f901df
SM
91282016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9129
9130 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9131 standard_output_file. Remove unused binfile variable.
9132
ac17fda0
CU
91332016-04-05 Catalin Udma <catalin.udma@freescale.com>
9134
9135 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9136 * gdb.python/py-mi-objfile.exp: Match "list main" output
9137 in console format.
9138
03a8c4df
SM
91392016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9140
9141 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9142 absolute.
9143
6e774b13
SM
91442016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9145
9146 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9147 absolute.
9148 * gdb.trace/ftrace.exp: Likewise.
9149 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9150 targets as well.
9151 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9152 (gdb_load_shlibs): Copy libraries to test directory when testing
9153 natively. Only set solib-search-path if testing remotely.
9154 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9155
7817ea46
SM
91562016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9157
9158 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9159 gdb_download. Use it even if the target is not remote.
9160 * gdb.base/jit.exp (compile_jit_test): Likewise.
9161 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9162 output directory if the destination board is local, otherwise use
9163 the standard remote_download from DejaGnu.
9164 (gdb_download): Remove.
9165 (gdb_load_shlibs): Use gdb_remote_download instead of
9166 gdb_download.
9167 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9168 Use gdb_remote_download instead of gdb_download. Use it even if
9169 the target is not remote.
9170 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9171 instead of gdb_download.
9172
7beb7f68
SM
91732016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9174
9175 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9176 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9177 run.
9178
cc63428a
AV
91792016-04-01 Artemiy Volkov <artemiyv@acm.org>
9180
9181 PR gdb/19820
9182 * gdb.base/printcmds.exp: Add artificial arrays tests.
9183
64cdf930
PA
91842016-03-31 Pedro Alves <palves@redhat.com>
9185
9186 PR gdb/19858
9187 * gdb.base/jit-main.c: Include unistd.h.
9188 (ATTACH): Define to 0 if not already defined.
9189 (wait_for_gdb, mypid): New globals.
9190 (WAIT_FOR_GDB): New macro.
9191 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9192 some breakpoint locations.
9193 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9194 New procedures.
9195 (one_jit_test): Add REATTACH parameter, and handle it. Use
9196 continue_to_test_location.
9197 (top level): Test attach, and adjusts calls to one_jit_test.
9198
40dea8cb
PA
91992016-03-31 Pedro Alves <palves@redhat.com>
9200
9201 PR gdb/19858
9202 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9203 BINSUFFIX parameter, and handle it.
9204 (top level): Adjust calls compile_jit_test.
9205
e7ea3ec7
CU
92062016-03-31 Catalin Udma <catalin.udma@freescale.com>
9207
9208 PR python/19743
9209 * gdb.python/py-mi-events-gdb.py: New file.
9210 * gdb.python/py-mi-events.c: New file.
9211 * gdb.python/py-mi-events.exp: New file.
9212
e6359af3
YQ
92132016-03-30 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.reverse/until-precsave.exp: Match function name only.
9216 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9217 Move malloc to a condition block.
9218 * gdb.reverse/until-reverse.exp: Match function name only.
9219
a4105d04
MK
92202016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9221
9222 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9223 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9224 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9225 variable for GPR 0 instead of assuming it is register 0.
9226 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9227 * lib/trace-support.exp: Add s390 registers.
9228
bfa6adb9
YQ
92292016-03-29 Yao Qi <yao.qi@linaro.org>
9230
9231 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9232
1e6697ea
YQ
92332016-03-24 Yao Qi <yao.qi@linaro.org>
9234
9235 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9236 test message.
9237
64bcd522
AA
92382016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9239
9240 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9241 maintaining separate logic for constructing the output path.
9242
7868401b
DB
92432016-03-16 Don Breazeal <donb@codesourcery.com>
9244
9245 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9246 Retry fork and waitpid on interrupted system call errors.
9247 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9248 Use with_timeout_factor to increase timeout by factor of 10.
9249
1cafadb4
DB
92502016-03-15 Don Breazeal <donb@codesourcery.com>
9251
9252 * gdb.cp/scope-err.cc: New test program.
9253 * gdb.cp/scope-err.exp: New test script.
9254 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9255 lines and "set breakpoint here" comment.
9256 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9257 Fixed some whitespace and format issues.
9258 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9259 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9260
81516450
DE
92612016-03-15 Doug Evans <dje@google.com>
9262
9263 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9264 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9265 All callers updated. Add tests for enums, mixed flags register.
9266
aa52b601
DE
92672016-03-15 Doug Evans <dje@google.com>
9268
9269 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9270 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9271
fa4ff313
SM
92722016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9273
9274 * gdb.base/default.exp: Add $_as_string to the list of expected
9275 convenience functions.
9276
f2403c39
AB
92772016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9278
9279 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9280
f2f3ccb9
SM
92812016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9282
9283 * gdb.python/py-as-string.exp: New file.
9284 * gdb.python/py-as-string.c: New file.
9285
00dbd492
PA
92862016-03-09 Pedro Alves <palves@redhat.com>
9287
9288 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9289 signal" -> "Thread NN received signal" output change.
9290 * gdb.threads/ia64-sigill.exp: Likewise.
9291 * gdb.threads/linux-dp.exp: Likewise.
9292 * gdb.threads/manythreads.exp: Likewise.
9293 * gdb.threads/pending-step.exp: Likewise.
9294 * gdb.threads/print-threads.exp: Likewise.
9295 * gdb.threads/sigstep-threads.exp: Likewise.
9296 * gdb.threads/staticthreads.exp: Likewise.
9297 * gdb.threads/tls.exp: Likewise.
9298
1e6697ea
YQ
92992016-03-09 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.base/command-line-input.exp: New file.
9302
b04fd3be
MK
93032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9304
9305 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9306 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9307 * gdb.trace/pending.exp: Accept leading dot before function name.
9308 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9309 * lib/trace-support.exp: Set registers for ppc.
9310
98fa59e9
MK
93112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9312
9313 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9314 use it for disassembly; accept .main in addition to main in backtrace.
9315
f77198c8
MK
93162016-03-09 Wei-cheng Wang <cole945@gmail.com>
9317 Marcin Kościelnicki <koriakin@0x04.net>
9318
9319 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9320 (gdb_recursion_test_ptr): New global variable.
9321 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9322 gdb_recursion_test.
9323 (gdb_c_test): Ditto.
9324
ba84e0da
MK
93252016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9326
9327 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9328 ordering.
9329
4366d36e
MK
93302016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9331
9332 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9333 (bar): Add bar_start_lbl label.
9334 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9335 of foo/bar for emitting DWARF and tracing.
9336
5eb264df
SDJ
93372016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9338
9339 * analyze-racy-logs.py: Set executable bit.
9340
fb6a751f
SDJ
93412016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9342
9343 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9344 (CHECK_TARGET_TMP): Likewise.
9345 (check-single-racy): New rule.
9346 (check-parallel-racy): Likewise.
9347 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9348 (do-check-parallel-racy): New rule.
9349 (check-racy/%.exp): Likewise.
9350 * README (Racy testcases): New section.
9351 * analyze-racy-logs.py: New file.
9352
bdf7e230
DE
93532016-03-03 Doug Evans <dje@google.com>
9354
9355 * gdb.base/skip.exp: Use with_test_prefix.
9356
4719d415
YQ
93572016-03-03 Yao Qi <yao.qi@linaro.org>
9358
9359 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9360 Invoke step_over_syscall "clone" and break_cond_on_syscall
9361 "clone".
9362 * gdb.base/step-over-clone.c: New file.
9363
ea507862
YQ
93642016-03-03 Yao Qi <yao.qi@linaro.org>
9365
9366 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9367 code format.
9368
8fc8cbda
YQ
93692016-03-03 Yao Qi <yao.qi@linaro.org>
9370
9371 * gdb.base/disp-step-fork.c: Rename to ...
9372 * gdb.base/step-over-fork.c: ... it. New file.
9373 * gdb.base/disp-step-vfork.c: Rename to ...
9374 * gdb.base/step-over-vfork.c: ... it. New file.
9375 * gdb.base/disp-step-syscall.exp: Rename to ...
9376 * gdb.base/step-over-syscall.exp: ... it. New file.
9377 (disp_step_cross_syscall): Rename to ...
9378 (step_over_syscall): ... it.
9379
92fa70b0
YQ
93802016-03-03 Yao Qi <yao.qi@linaro.org>
9381
9382 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9383 If target supports condition evaluation on target, invoke
9384 break_cond_on_syscall for fork and vfork.
9385
e197ad3c
YQ
93862016-03-03 Yao Qi <yao.qi@linaro.org>
9387
9388 * gdb.base/disp-step-syscall.exp: Don't invoke
9389 support_displaced_stepping.
9390 (disp_step_cross_syscall): Test with displaced stepping off and
9391 on if supported.
9392
0b47da9f
YQ
93932016-03-03 Yao Qi <yao.qi@linaro.org>
9394
9395 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9396 proc.
9397 (setup): New proc.
9398 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9399 and setup.
9400
065ab6dc
BH
94012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9402
9403 * gdb.fortran/vla-history.exp: Remove breakpoint.
9404
07e448ad 94052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9406
25d49b86
PA
9407 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9408 exceeds timeout.
07e448ad 9409
9ac2d526 94102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9411
25d49b86
PA
9412 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9413 breakpoint.
9ac2d526 9414
17807369
BH
94152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9416
9417 * gdb.mi/vla.f90: Nullify pointer after declaration.
9418
86e501af
PA
94192016-03-01 Pedro Alves <palves@redhat.com>
9420
9421 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9422
1e903e32
PA
94232016-03-01 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9426 before anything else.
9427 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9428 _GNU_SOURCE here.
9429 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9430 before anything else.
9431 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9432
6ccb54e2
PA
94332016-03-01 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9436
30ca9da1
YQ
94372016-03-01 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9440 prepare_for_testing.
9441
dc856b38
YQ
94422016-03-01 Yao Qi <yao.qi@linaro.org>
9443
9444 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9445
4a932159
AA
94462016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9447
9448 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9449 manually constructing the output path.
9450
f2489477
AA
94512016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9452
9453 * gdb.arch/s390-stackless.S: New.
9454 * gdb.arch/s390-stackless.exp: New.
9455
38899f16
IB
94562016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9457
9458 * gdb.dlang/circular.c: New file.
9459 * gdb.dlang/circular.exp: New file.
9460
9fde51ed
YQ
94612016-02-26 Yao Qi <yao.qi@linaro.org>
9462
9463 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9464 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9465 (testcases): Update.
9466
ce90fefe
YQ
94672016-02-26 Yao Qi <yao.qi@linaro.org>
9468
9469 * gdb.reverse/aarch64.c: Rename to ...
9470 * gdb.reverse/insn-reverse.c: ... it.
9471 * gdb.reverse/aarch64.exp: Rename to ...
9472 * gdb.reverse/insn-reverse.exp: ... it.
9473
3263bceb
YQ
94742016-02-26 Yao Qi <yao.qi@linaro.org>
9475
9476 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9477 (testcase_ftype): New.
9478 (testcases): New array.
9479 (n_testcases): New.
9480 (main): Call each element in testcases.
9481 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9482 (read_testcase): New.
9483 Do the tests in a loop.
9484
6cb59ff1
YQ
94852016-02-25 Yao Qi <yao.qi@linaro.org>
9486
9487 * gdb.base/branches.c: Remove.
9488
ae91f625
MK
94892016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9490
9491 PR gdb/13808
9492 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9493
678b48b7
MK
94942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9495
9496 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9497
7337a6f2
MK
94982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9499
9500 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9501 change x86_64 call_insn to 'callq'.
9502
861ca91f
AT
95032016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9504
9505 * gdb.trace/tfile-avx.c: Move to...
9506 * gdb.trace/tracefile-pseudo-reg.c: Here.
9507 * gdb.trace/tfile-avx.exp: Move to...
9508 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9509
bf74e428
GB
95102016-02-24 Gary Benson <gbenson@redhat.com>
9511
9512 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9513 message on attach.
9514
cce0e923
DE
95152016-02-23 Doug Evans <dje@google.com>
9516
9517 * gdb.base/skip.c (test_skip): New function.
9518 (end_test_skip_file_and_function): New function.
9519 (test_skip_file_and_function): New function.
9520 * gdb.base/skip1.c (test_skip): New function.
9521 (skip1_test_skip_file_and_function): New function.
9522 * gdb.base/skip.exp: Add tests for new skip options.
9523 * gdb.base/skip-solib.exp: Update expected output.
9524 * gdb.perf/skip-command.cc: New file.
9525 * gdb.perf/skip-command.exp: New file.
9526 * gdb.perf/skip-command.py: New file.
9527
4000e47e
MK
95282016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9529
9530 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9531 info registers pattern.
9532
24f75ead
IB
95332016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9534
9535 * lib/future.exp: Add D support.
9536 (gdb_find_gdc): New proc.
9537 (gdb_default_target_compile): Add D support.
9538
fbb7bcbe
WW
95392016-02-18 Wei-cheng Wang <cole945@gmail.com>
9540
9541 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9542 user+system time.
9543 (trace_speed_test): Determine the iteration count for a time
9544 between 15..30 seconds.
9545
012b3a21
WT
95462016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9547
9548 * gdb.arch/i386-mpx-sigsegv.c: New file.
9549 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9550 * gdb.arch/i386-mpx-simple_segv.c: New file.
9551 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9552
2d5189bd
YQ
95532016-02-18 Yao Qi <yao.qi@linaro.org>
9554
9555 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9556 Don't call setup_kfail.
9557
40fb20d0
YQ
95582016-02-18 Yao Qi <yao.qi@linaro.org>
9559
9560 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9561 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9562
21b1f8d2
DE
95632016-02-16 Doug Evans <dje@google.com>
9564
9565 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9566 * gdb.base/skip1.c: Ditto.
9567 * gdb.base/skip.exp: Whitespace cleanup.
9568
4041ed77
DB
95692016-02-16 Don Breazeal <donb@codesourcery.com>
9570
9571 PR remote/19496
9572 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9573 Remove kfail for PR remote/19496.
9574
c4ef31bf
SM
95752016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9576
9577 * lib/gdb.exp (standard_temp_file): Return a path specific to
9578 the runtest invocation.
9579
266b65b3
SM
95802016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9581
9582 * gdb.trace/save-trace.exp: Change relative path to be in the
9583 standard output directory.
9584
a7a0a6a9
JK
95852016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 * gdb.arch/i386-prologue.c: Add missing prototypes.
9588
c99dbb42
JK
95892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9590
9591 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9592 * gdb.arch/i386-prologue.exp: Likewise.
9593 * gdb.arch/i386-size.exp: Likewise.
9594
aa480355
SM
95952016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9596
9597 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9598 define object file path.
9599 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9600 file path.
9601 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9602 standard_output_file to define binfile.
9603
ba881f50
JK
96042016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 Fix compatibility with recent gfortran-5.3.1.
9607 * gdb.fortran/vla-history.exp (print vla1 allocated)
9608 (print vla2 allocated, print $2, print $3): Remove
9609 (print $4): Rename to ...
9610 (print $2): ... here.
9611 (print $9): Rename to ...
9612 (print $5): ... here.
9613 (print $10): Rename to ...
9614 (print $6): ... here.
9615 * gdb.fortran/vla.f90: Add pvla initialization.
9616
e9fb005c
JK
96172016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9618
9619 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9620 New test.
9621 * gdb.fortran/vla-value-sub.exp: Likewise.
9622
e44e00ff
MK
96232016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9624
9625 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9626
97e94151
SM
96272016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9628
9629 * i386-biarch-core.exp: Define corefile using
9630 standard_output_file.
9631
01113bc1
YQ
96322016-02-12 Yao Qi <yao.qi@linaro.org>
9633
9634 * gdb.arch/arm-single-step-kernel-helper.c: New.
9635 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9636
33b4777c
MM
96372016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9638
9639 * gdb.btrace/tailcall-only.exp: New.
9640 * gdb.btrace/tailcall-only.c: New.
9641 * gdb.btrace/x86_64-tailcall-only.S: New.
9642 * gdb.btrace/i686-tailcall-only.S: New.
9643
acc23c11
PA
96442016-02-11 Pedro Alves <palves@redhat.com>
9645
9646 * README (Parallel testing): Add missing double quotes.
9647
e352bf0a
PA
96482016-02-11 Pedro Alves <palves@redhat.com>
9649
9650 * README (Parallel testing): New section.
9651 (GDB_PARALLEL): Rewrite.
9652 (FORCE_PARALLEL): Document.
9653
9f5fed78
MK
96542016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9655
9656 * gdb.trace/tfile-avx.c: New test.
9657 * gdb.trace/tfile-avx.exp: New test.
9658
9ef9e6a6
KS
96592016-02-09 Keith Seitz <keiths@redhat.com>
9660
9661 PR breakpoints/19546
9662 * gdb.base/infcall-exec.c: New file.
9663 * gdb.base/infcall-exec2.c: New file.
9664 * gdb.base/infcall-exec.exp: New file.
9665
a96e36da
KS
96662016-02-09 Keith Seitz <keiths@redhat.com>
9667
9668 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9669 (toplevel): Call test_bkpt_address.
9670
9f61929f
KS
96712016-02-09 Keith Seitz <keiths@redhat.com>
9672
9673 PR python/19506
9674 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9675 (toplevel): Call test_bkpt_address.
9676
1e94266c
SM
96772016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9678
9679 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9680 to AC_OUTPUT.
9681 * configure: Regenerate.
9682
2a7f3dff
PA
96832016-02-09 Pedro Alves <palves@redhat.com>
9684
9685 PR breakpoints/19548
9686 * gdb.base/execl-update-breakpoints.c (some_function): New
9687 function.
9688 (main): Call it.
9689 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9690 Tighten expected GDB output.
9691
2151ccc5
SM
96922016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9693
9694 * Makefile.in (ALL_SUBDIRS): Remove.
9695 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9696 (distclean maintainer-clean realclean): Likewise.
9697 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9698 * configure: Regenerate.
9699 * gdb.ada/Makefile.in: Delete.
9700 * gdb.arch/Makefile.in: Likewise.
9701 * gdb.asm/Makefile.in: Likewise.
9702 * gdb.base/Makefile.in: Likewise.
9703 * gdb.btrace/Makefile.in: Likewise.
9704 * gdb.cell/Makefile.in: Likewise.
9705 * gdb.compile/Makefile.in: Likewise.
9706 * gdb.cp/Makefile.in: Likewise.
9707 * gdb.disasm/Makefile.in: Likewise.
9708 * gdb.dlang/Makefile.in: Likewise.
9709 * gdb.dwarf2/Makefile.in: Likewise.
9710 * gdb.fortran/Makefile.in: Likewise.
9711 * gdb.gdb/Makefile.in: Likewise.
9712 * gdb.go/Makefile.in: Likewise.
9713 * gdb.guile/Makefile.in: Likewise.
9714 * gdb.java/Makefile.in: Likewise.
9715 * gdb.linespec/Makefile.in: Likewise.
9716 * gdb.mi/Makefile.in: Likewise.
9717 * gdb.modula2/Makefile.in: Likewise.
9718 * gdb.multi/Makefile.in: Likewise.
9719 * gdb.objc/Makefile.in: Likewise.
9720 * gdb.opencl/Makefile.in: Likewise.
9721 * gdb.opt/Makefile.in: Likewise.
9722 * gdb.pascal/Makefile.in: Likewise.
9723 * gdb.perf/Makefile.in: Likewise.
9724 * gdb.python/Makefile.in: Likewise.
9725 * gdb.reverse/Makefile.in: Likewise.
9726 * gdb.server/Makefile.in: Likewise.
9727 * gdb.stabs/Makefile.in: Likewise.
9728 * gdb.threads/Makefile.in: Likewise.
9729 * gdb.trace/Makefile.in: Likewise.
9730 * gdb.xml/Makefile.in: Likewise.
9731 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9732 GDB_PARALLEL.
9733 (standard_output_file): Remove check for GDB_PARALLEL, always
9734 return path in outputs/$subdir/$testname.
9735
437277d4
SM
97362016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9737
9738 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9739 (site.exp): Assign abs_srcdir to tcl's srcdir.
9740
31d913c7
YQ
97412016-02-04 Yao Qi <yao.qi@linaro.org>
9742
9743 * gdb.base/foll-exec-mode.c: Include limits.h.
9744 (main): Add parameters argc and argv. Get directory from
9745 argv[0].
9746 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9747 compilation.
9748 * gdb.base/foll-exec.c: Include limits.h.
9749 (main): Add parameters argc and argv.
9750 Get directory from argv[0].
9751 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9752 Adjust tests on the number of lines as source code changed.
9753 * gdb.base/foll-vfork-exit.c: Include limits.h.
9754 (main): Add one line of statement before vfork.
9755 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9756 (main): Add parameters argc and argv. Get directory from
9757 argv[0].
9758 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9759 (setup_gdb): Set tbreak to skip some source lines.
9760 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9761 (main): Add parameters argc and argv. Get directory from
9762 argv[0].
9763 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9764 compilation.
9765 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9766 (main): Add parameters argc and argv. Get directory from
9767 argv[0].
9768 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9769 compilation.
9770
9482b9fb
DE
97712016-02-01 Doug Evans <dje@google.com>
9772
9773 * gdb.base/skip.exp: Clean up multiple references to same test name.
9774
6b2e4f10
PA
97752016-02-01 Pedro Alves <palves@redhat.com>
9776
ccb6afd6 9777 PR remote/19496
6b2e4f10
PA
9778 * gdb.threads/forking-threads-plus-breakpoint.exp
9779 (displaced_stepping_supported): New global.
9780 (probe_displaced_stepping_support): New procedure.
9781 (do_test): Add 'displaced' parameter, and use it.
9782 (top level): Check for displaced stepping support. Add displaced
9783 stepping on/off testing axis.
9784
37a8db1a
AB
97852016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9786
9787 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9788 pointer. Don't perform further tests on the unassociated pointer
9789 if the first test fails.
9790
5fdf6324
AB
97912016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9792
9793 * gdb.base/max-value-size.c: New file.
9794 * gdb.base/max-value-size.exp: New file.
9795 * gdb.base/huge.exp: Disable max-value-size for this test.
9796
935c6144
IB
97972016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9798
9799 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9800
7fe8399d
YQ
98012016-01-28 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9804
a2077e25
PA
98052016-01-25 Pedro Alves <palves@redhat.com>
9806
9807 PR threads/19461
9808 * gdb.base/fork-running-state.c: New file.
9809 * gdb.base/fork-running-state.exp: New file.
9810
1d2736d4
PA
98112016-01-25 Pedro Alves <palves@redhat.com>
9812
9813 PR gdb/19494
9814 * gdb.base/catch-fork-kill.c: New file.
9815 * gdb.base/catch-fork-kill.exp: New file.
9816
f1da4b11
PA
98172016-01-25 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9820 Delete, moved to lib/gdb.exp.
9821 * gdb.threads/forking-threads-plus-breakpoint.exp
9822 (foreach_with_prefix): Likewise.
9823 * gdb.threads/process-dies-while-handling-bp.exp
9824 (foreach_with_prefix): Likewise.
9825 * lib/gdb.exp (foreach_with_prefix): New procedure.
9826
45f38546
MK
98272016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9828
9829 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9830 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9831
dc29a1ce
MK
98322016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9833
9834 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9835 endian targets.
9836
092127d7
JK
98372016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9838 Pedro Alves <palves@redhat.com>
9839
9840 Fix testsuite compatibility with Guile.
9841 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9842 number.
9843
31d765d3
JK
98442016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9845
9846 Fix testsuite compatibility with Guile.
9847 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9848 (thread 1): New test for backtrace through signal handler.
9849
1ac78c04
YQ
98502016-01-22 Yao Qi <yao.qi@linaro.org>
9851
9852 PR testsuite/19491
9853 * gdb.base/multi-forks.c: Include
9854 ../lib/unbuffer_output.c
9855 (main): Call gdb_unbuffer_output.
9856
4f5946a8
DE
98572016-01-21 Doug Evans <dje@google.com>
9858
9859 * lib/ada.exp (gdb_compile_ada): Fix typo.
9860
305e13e6
JB
98612016-01-21 Joel Brobecker <brobecker@adacore.com>
9862
9863 * gdb.base/break-fun-addr.exp: New file.
9864 * gdb.base/break-fun-addr1.c: New file.
9865 * gdb.base/break-fun-addr2.c: New file.
9866
5f5dfff6
SM
98672016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9868
9869 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9870 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9871 enum flag values.
9872
fd356fa2
AA
98732016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9874
9875 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9876 when GDB can not set the vector return value. Add more comments
9877 for clarification.
9878
9df22175
AT
98792016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9880
9881 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9882 command.
9883
41d1845e
SM
98842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9885
9886 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9887
01ac6840
SM
98882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9889
9890 * Makefile.in (check-single): Pass --status to runtest.
9891 (check/%.exp): Likewise.
9892
98932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9894
9895 * Makefile.in (check-parallel): Propagate return code from make
9896 do-check-parallel.
9897
bd0a71fa
MK
98982016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9899
9900 * gdb.trace/ftrace.exp: Fix expected message on continue.
9901 * gdb.trace/pending.exp: Fix expected message on continue.
9902 * gdb.trace/trace-break.exp: Fix expected message on continue.
9903
8bcbad33
SM
99042016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9905
9906 * lib/gdb.exp (gdb_test): Remove unused global references.
9907
f303dbd6
PA
99082016-01-18 Pedro Alves <palves@redhat.com>
9909
9910 * gdb.base/async-shell.exp: Adjust expected output.
9911 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9912 * gdb.base/siginfo-thread.exp: Adjust expected output.
9913 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9914 * gdb.java/jnpe.exp: Adjust expected output.
9915 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9916 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9917 * gdb.threads/leader-exit.exp: Adjust expected output.
9918 * gdb.threads/manythreads.exp: Adjust expected output.
9919 * gdb.threads/pthreads.exp: Adjust expected output.
9920 * gdb.threads/schedlock.exp: Adjust expected output.
9921 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9922 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9923 expected output.
9924 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9925 output.
9926 * gdb.threads/sigthread.exp: Adjust expected output.
9927 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9928
b2789696
YQ
99292016-01-18 Yao Qi <yao.qi@linaro.org>
9930
9931 * gdb.guile/scm-section-script.c: Replace @progbits with
9932 %progbits.
9933 * gdb.python/py-section-script.c: Likewise.
9934
71ef29a8
PA
99352016-01-15 Pedro Alves <palves@redhat.com>
9936
9937 * gdb.multi/tids.exp: Test star wildcard ranges.
9938
3f5b7598
PA
99392016-01-15 Pedro Alves <palves@redhat.com>
9940
9941 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9942 command from "thread apply" invocation.
9943 (thr_apply_info_thr_invalid): Default the expected output to the
9944 input tid list.
9945 (top level): Add tests that use convenience variables. Add tests
9946 for "thread apply" with a valid TID list, but missing the command.
9947
663f6d42
PA
99482016-01-13 Pedro Alves <palves@redhat.com>
9949
9950 * gdb.base/default.exp: Expect $_gthread as well.
9951 * gdb.multi/tids.exp: Test $_gthread.
9952 * gdb.threads/thread-specific.exp: Test $_gthread.
9953
c84f6bbf
PA
99542016-01-13 Pedro Alves <palves@redhat.com>
9955
9956 * gdb.multi/tids.exp: Test "info threads -gid".
9957
22a02324
PA
99582016-01-13 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9961 Breakpoint.thread.
9962 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9963
5d5658a1
PA
99642016-01-07 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/break.exp: Adjust to output changes.
9967 * gdb.base/hbreak2.exp: Likewise.
9968 * gdb.base/sepdebug.exp: Likewise.
9969 * gdb.base/watch_thread_num.exp: Likewise.
9970 * gdb.linespec/keywords.exp: Likewise.
9971 * gdb.multi/info-threads.exp: Likewise.
9972 * gdb.threads/thread-find.exp: Likewise.
9973 * gdb.multi/tids.c: New file.
9974 * gdb.multi/tids.exp: New file.
9975
84654457
PA
99762016-01-13 Pedro Alves <palves@redhat.com>
9977
9978 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9979
e3940304
PA
99802016-01-13 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.base/default.exp: Expect $_inferior as well.
9983 * gdb.multi/base.exp: Test $_inferior.
9984
a911d87a
PA
99852016-01-13 Pedro Alves <palves@redhat.com>
9986
9987 PR breakpoints/19388
9988 * gdb.base/catch-signal-siginfo-cond.c: New file.
9989 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9990
82075af2
JS
99912016-01-12 Josh Stone <jistone@redhat.com>
9992 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9993
9994 * gdb.base/catch-syscall.c (do_execve): New variable.
9995 (main): Conditionally trigger an execve.
9996 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9997 (test_catch_syscall_execve): New, check entry/return across execve.
9998 (do_syscall_tests): Call test_catch_syscall_execve.
9999
e46eeedd
PA
100002016-01-12 Pedro Alves <palves@redhat.com>
10001
10002 * gdb.base/random-signal.exp (do_test): New procedure, with body
10003 of testcase moved in.
10004
01d8c27e
JK
100052016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10006 Pedro Alves <palves@redhat.com>
10007
10008 * gdb.base/funcargs.exp (finish from indirectly called function):
10009 Reintroduce the case for 'First'.
10010
9a706302
JK
100112016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10012 Pedro Alves <palves@redhat.com>
10013
10014 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10015 (tcatch_vfork_then_child_follow_exec)
10016 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10017 identification.
10018
c0ecb95f
JK
100192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10020
10021 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10022 and repeats to unlimited.
10023 * gdb.python/py-value.exp: Likewise.
10024 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10025 and repeats to unlimited.
10026
6cfc1fcb
JK
100272016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10028
10029 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10030 and reordering the functions.
10031 * gdb.multi/hangout.c: Likewise.
10032 * gdb.multi/hello.c: Likewise.
10033
582a1b00
SM
100342016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10035
10036 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10037 absolute.
10038 (SingleStatisticTestResult.report): Use dict.keys instead of
10039 dict.iterkeys.
10040
79bc59cb
PA
100412016-01-06 Pedro Alves <palves@redhat.com>
10042
10043 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10044
43368e1d
MM
100452016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10046
10047 * gdb.btrace/dlopen.exp: New.
10048 * gdb.btrace/dlopen.c: New.
10049 * gdb.btrace/dlopen-dso.c: New.
10050
79fad5b8
SL
100512015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10052
10053 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10054 PATTERN argument is optional.
10055
ab8314b3
JB
100562015-12-24 Joel Brobecker <brobecker@adacore.com>
10057
10058 * lib/ada.exp (target_compile_ada_from_dir): New function.
10059 (gdb_compile_ada): Reimplement avoiding the use of project files.
10060 * gdb.ada/gnat_ada.gpr: Delete.
10061 * gdb.ada/cond_lang.exp: Adjust test to make path before
10062 filename optional.
10063 * gdb.ada/small_reg_param.exp: Likewise.
10064
fe33faff
SM
100652015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10066
10067 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10068
6d265cb4
TP
100692015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10070
10071 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10072 case.
10073
10125099
SM
100742015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10075
10076 * gdb.base/break.exp: Remove dead code.
10077 * gdb.base/sepdebug.exp: Likewise.
10078
3ca22649
SM
100792015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10080
10081 * gdb.asm/asm-source.exp: Remove HP-UX references.
10082 * gdb.base/annota1.exp: Likewise.
10083 * gdb.base/annota3.exp: Likewise.
10084 * gdb.base/attach.exp: Likewise.
10085 * gdb.base/bigcore.exp: Likewise.
10086 * gdb.base/break.exp: Likewise.
10087 * gdb.base/call-ar-st.exp: Likewise.
10088 * gdb.base/callfuncs.exp: Likewise.
10089 * gdb.base/catch-fork-static.exp: Likewise.
10090 * gdb.base/display.exp: Likewise.
10091 * gdb.base/foll-exec-mode.exp: Likewise.
10092 * gdb.base/foll-exec.exp: Likewise.
10093 * gdb.base/foll-fork.exp: Likewise.
10094 * gdb.base/foll-vfork.exp: Likewise.
10095 * gdb.base/funcargs.exp: Likewise.
10096 * gdb.base/hbreak2.exp: Likewise.
10097 * gdb.base/inferior-died.exp: Likewise.
10098 * gdb.base/interrupt.exp: Likewise.
10099 * gdb.base/multi-forks.exp: Likewise.
10100 * gdb.base/nodebug.exp: Likewise.
10101 * gdb.base/sepdebug.exp: Likewise.
10102 * gdb.base/solib1.c: Likewise.
10103 * gdb.base/step-test.exp: Likewise.
10104 * gdb.mi/non-stop.c: Likewise.
10105 * gdb.mi/pthreads.c: Likewise.
10106 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10107 * gdb.threads/pthreads.c: Likewise.
10108 * gdb.threads/staticthreads.exp: Likewise.
10109 * lib/future.exp: Likewise.
10110 * lib/gdb.exp: Likewise.
10111 * gdb.base/so-indr-cl.c: Remove.
10112 * gdb.base/so-indr-cl.exp: Likewise.
10113 * gdb.base/solib.c: Likewise.
10114 * gdb.base/solib.exp: Likewise.
10115 * gdb.base/solib2.c: Likewise.
10116
b6304613
SM
101172015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10118
10119 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10120 * gdb.base/call-ar-st.exp: Likewise.
10121 * gdb.base/callfuncs.exp: Likewise.
10122 * gdb.base/condbreak.exp: Likewise.
10123 * gdb.base/constvars.exp: Likewise.
10124 * gdb.base/hbreak2.exp: Likewise.
10125 * gdb.base/langs.exp: Likewise.
10126 * gdb.base/list.exp: Likewise.
10127 * gdb.base/long_long.exp: Likewise.
10128 * gdb.base/ptype.exp: Likewise.
10129 * gdb.base/scope.exp: Likewise.
10130 * gdb.base/signals.exp: Likewise.
10131 * gdb.base/so-impl-ld.exp: Likewise.
10132 * gdb.base/varargs.exp: Likewise.
10133 * gdb.base/volatile.exp: Likewise.
10134 * gdb.base/whatis.exp: Likewise.
10135 * gdb.cp/cplusfuncs.exp: Likewise.
10136 * gdb.cp/inherit.exp: Likewise.
10137 * gdb.cp/local.exp: Likewise.
10138 * gdb.cp/member-ptr.exp: Likewise.
10139 * gdb.cp/method.exp: Likewise.
10140 * gdb.cp/overload.exp: Likewise.
10141 * gdb.cp/templates.exp: Likewise.
10142 * gdb.stabs/weird.exp: Likewise.
10143 * lib/compiler.c: Likewise.
10144 * lib/compiler.cc: Likewise.
10145 * lib/cp-support.exp: Likewise.
10146 * lib/gdb.exp: Likewise.
10147
bf401b07
SM
101482015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10149
10150 * configure.ac: Remove HP-UX case.
10151 * configure: Regenerate.
10152
aff9c0f8
SM
101532015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10154
10155 * lib/gdb.exp (gdb_compile): Add function doc.
10156
a6904d5a
PA
101572015-12-17 Pedro Alves <palves@redhat.com>
10158
10159 PR threads/19354
10160 * gdb.multi/info-threads.exp: New file.
10161
a22279dd
YQ
101622015-12-15 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10165 is aarch64*-*-*.
10166
0588c796
SL
101672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10168
10169 * gdb.base/history-duplicates.exp: Skip if no readline support.
10170
5d978e17
SL
101712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10172
10173 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10174
7e763b86
SL
101752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10176
10177 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10178
87a3a92c
SL
101792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10180
10181 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10182 ctrl-C if nointerrupts target property is set.
10183 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10184 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10185 * gdb.base/paginate-bg-execution.exp: Likewise.
10186 * gdb.base/paginate-execution-startup.exp: Likewise.
10187 * gdb.base/random-signal.exp: Likewise.
10188 * gdb.base/range-stepping.exp: Likewise.
10189 * gdb.cp/annota2.exp: Likewise.
10190 * gdb.cp/annota3.exp: Likewise.
10191 * gdb.gdb/selftest.exp: Likewise.
10192 * gdb.threads/continue-pending-status.exp: Likewise.
10193 * gdb.threads/leader-exit.exp: Likewise.
10194 * gdb.threads/manythreads.exp: Likewise.
10195 * gdb.threads/pthreads.exp: Likewise.
10196 * gdb.threads/schedlock.exp: Likewise.
10197 * gdb.threads/sigthread.exp: Likewise.
10198
a8f077dc
DB
101992015-12-11 Don Breazeal <donb@codesourcery.com>
10200
10201 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10202 remote.
10203 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10204 * gdb.base/foll-exec.exp (main): Enable for target remote.
10205 * gdb.base/foll-fork.exp (main): Likewise.
10206 * gdb.base/foll-vfork.exp (main): Likewise.
10207 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10208 (proc continue_to_exit_bp_loc): Use clean_restart.
10209 * gdb.base/pie-execl.exp (main): Disable for target remote.
10210 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10211 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10212 * gdb.threads/execl.exp (main): Likewise.
10213 * gdb.threads/fork-child-threads.exp (main): Likewise.
10214 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10215 remote.
10216 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10217 remote.
10218 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10219 pid.tid style ptids, instead of just tid.
10220 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10221 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10222 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10223 ptids, instead of just tid.
10224
3b2464a8
AB
102252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10226
10227 * gdb.base/list.exp (test_list_forward): Add end of file error
10228 test.
10229 (test_repeat_list_command): Add end of file error test.
10230 (test_list_backwards): Add beginning of file error test.
10231
a0def019
AB
102322015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10233
10234 * gdb.base/list.exp (test_list_invalid_args): New function,
10235 defined, and called.
10236
5c000dff
AB
102372015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10238
10239 * gdb.base/list.exp (test_list): Make test names unique.
10240
f1637ebe
YQ
102412015-12-11 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.base/coremaker2.c: Remove.
10244
36d6fc0a
PA
102452015-12-10 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.multi/base.exp: Remove stale "spaces" references.
10248
762f7747
PA
102492015-12-10 Pedro Alves <palves@redhat.com>
10250
10251 * gdb.multi/base.exp: Don't use nowarnings.
10252 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10253 * gdb.multi/hangout.c: Include stdio.h.
10254 * gdb.multi/hello.c: Include stdlib.h.
10255 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10256 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10257 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10258
28d2bfb9
AB
102592015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10260
10261 * gdb.dwarf2/dw2-ranges-base.c: New file.
10262 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10263 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10264 support additional line table, and debug ranges generation.
10265 (Dwarf::ranges): New function, generate .debug_ranges.
10266 (Dwarf::lines): Support generating simple line table programs.
10267 (Dwarf::assemble): Initialise new namespace variables.
10268
5fc2beac
KB
102692015-12-09 Kevin Buettner <kevinb@redhat.com>
10270
10271 * gdb.base/async.exp (proc test_background): Add case for
10272 asynchronous execution not supported.
10273
1c35a88f
LM
102742015-12-09 Luis Machado <lgustavo@codesourcery.com>
10275
10276 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10277 format and change test names to make them unique.
10278
b593e3d9
RK
102792015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10280 Pedro Alves <pedro@redhat.com>
10281
10282 PR gdb/18702
10283 Add checking of floatformats setup on x86_64 hosts.
10284 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10285 (smallval, bigval): New labels/constants.
10286 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10287 float" after loading bigval and smallval.
10288
d72413e6
PMR
102892015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10290
10291 * gdb.ada/fun_overload_menu.exp: New testcase.
10292 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10293
ece66d65
JS
102942015-12-04 Josh Stone <jistone@redhat.com>
10295
10296 * gdb.base/catch-fork-static.exp: New.
10297
41d0efca
YQ
102982015-12-03 Yao Qi <yao.qi@linaro.org>
10299
10300 * gdb.base/sizeof.c: Don't include stdio.h and
10301 ../lib/unbuffer_output.c.
10302 (main): New variable 'size' and 'value'. Remove printf and
10303 gdb_unbuffer_output. Assign return value to size and value.
10304 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10305 at the beginning.
10306 (check_sizeof): Check the result by printing variable 'size'.
10307 (check_valueof): Check the result by printing variable 'value'.
10308
99fd02d9
YQ
103092015-12-01 Yao Qi <yao.qi@linaro.org>
10310
10311 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10312 for aarch64*-*-linux* target.
10313
f2faf941
PA
103142015-11-30 Pedro Alves <palves@redhat.com>
10315
10316 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10317
04bf20c5
PA
103182015-11-30 Pedro Alves <palves@redhat.com>
10319
10320 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10321 Handle non-stop mode vCont replies.
10322
09df4675
PA
103232015-11-30 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10326 prepare_for_testing. Start gdb with "set non-stop on" appended to
10327 GDBFLAGS. Lax expected stop output.
10328
58b584af
YQ
103292015-11-27 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.arch/arm-neon.exp: New.
10332 * gdb.arch/arm-neon.c: New.
10333
dfcb77a8
YQ
103342015-11-27 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10337
88e8ec1b
YQ
103382015-11-27 Yao Qi <yao.qi@linaro.org>
10339
10340 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10341 frames-invalid annotation.
10342
bfde72c2
YQ
103432015-11-27 Yao Qi <yao.qi@linaro.org>
10344
10345 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10346
f6512a69
SM
103472015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10348
10349 * gdb.threads/names.exp: New file.
10350 * gdb.threads/names.c: New file.
10351 * README: Mention gdb,no_thread_names.
10352
46a3515b
MM
103532015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10354
10355 PR 19297
10356 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10357 support" error.
10358
62147a22
PA
103592015-11-24 Pedro Alves <palves@redhat.com>
10360
10361 PR 17539
10362 * gdb.base/display.exp: Expect displays to be sorted in ascending
10363 order. Use multi_line.
10364 * gdb.base/solib-display.exp: Likewise.
10365
2f341b6e
PA
103662015-11-24 Pedro Alves <palves@redhat.com>
10367
10368 PR 17539
25d49b86
PA
10369 * gdb.base/display.exp: Expect displays to be sorted in ascending
10370 order. Use multi_line.
10371 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10372
7e0aa6aa
PA
103732015-11-24 Pedro Alves <palves@redhat.com>
10374
10375 PR 17539
10376 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10377 threads in ascending order.
10378 * gdb.base/foll-fork.exp: Likewise.
10379 * gdb.base/foll-vfork.exp: Likewise.
10380 * gdb.base/multi-forks.exp: Likewise.
10381 * gdb.mi/mi-nonstop.exp: Likewise.
10382 * gdb.mi/mi-nsintrall.exp: Likewise.
10383 * gdb.multi/base.exp: Likewise.
10384 * gdb.multi/multi-arch.exp: Likewise.
10385 * gdb.python/py-inferior.exp: Likewise.
10386 * gdb.threads/break-while-running.exp: Likewise.
10387 * gdb.threads/execl.exp: Likewise.
10388 * gdb.threads/gcore-thread.exp: Likewise.
10389 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10390 * gdb.threads/kill.exp: Likewise.
10391 * gdb.threads/linux-dp.exp: Likewise.
10392 * gdb.threads/multiple-step-overs.exp: Likewise.
10393 * gdb.threads/next-bp-other-thread.exp: Likewise.
10394 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10395 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10396 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10397 * gdb.threads/thread-find.exp: Likewise.
10398 * gdb.threads/tls.exp: Likewise.
10399 * lib/mi-support.exp (mi_reverse_list): Delete.
10400 (mi_check_thread_states): No longer reverse list.
10401
2cc57ad8
PA
104022015-11-24 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10405 use lowercase.
10406
c93e8391
SM
104072015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10408
10409 * gdb.trace/actions.c: Include trace-common.h.
10410 (main): Add a location for a fast tracepoint.
10411 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10412 the normal tracepoints.
10413 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10414
045ccf91
SM
104152015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10416
10417 * save-trace.exp: Factor out code to these...
10418 (gdb_save_tracepoints): New.
10419 (gdb_load_tracepoints): New.
10420 (do_save_load_test): New.
10421
5506f9f6
KB
104222015-11-23 Kevin Buettner <kevinb@redhat.com>
10423
10424 * gdb.base/asmlabel.exp: New test.
10425 * gdb.base/asmlabel.c: New test case.
10426
16c3b12f
JB
104272015-11-23 Joel Brobecker <brobecker@adacore.com>
10428
10429 * gdb.base/wrong_frame_bt_full-main.c: New file.
10430 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10431 * gdb.base/wrong_frame_bt_full.exp: New file.
10432
155bfbd3
JB
104332015-11-23 Joel Brobecker <brobecker@adacore.com>
10434
10435 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10436
bb097445
JM
104372015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10438
206853a0 10439 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10440 pstate register when comparing registers values in
10441 sparc64-*-linux-gnu targets to avoid spurious differences.
10442
9c88ed8f
JM
104432015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10444
206853a0 10445 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10446
96161e25
SL
104472015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10448
10449 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10450 as type argument to gdb_compile.
10451 * gdb.base/nested-subp2.exp: Likewise.
10452 * gdb.base/nested-subp3.exp: Likewise.
10453
340c2830
DV
104542015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10455
10456 * lib/dwarf.exp (_note): Fix left shift of negative value.
10457 * gdb.trace/trace-condition.exp: Likewise.
10458
c1862d0f
YQ
104592015-11-13 Yao Qi <yao.qi@linaro.org>
10460
10461 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10462 comments about d10v.
10463 (test_scalar_returns): Likewise.
10464 * gdb.base/d10v.ld: Remove.
10465 * gdb.base/overlays.exp: Remove the target triplet checking for
10466 d10v-*-*.
10467 * gdb.base/structs.exp (test_struct_returns): Remove the
10468 comments about d10v.
10469 (test_struct_calls): Likewise.
10470
77ae9c19
YQ
104712015-11-13 Yao Qi <yao.qi@linaro.org>
10472
10473 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10474 * gdb.base/gnu_vector.c: Don't include stdio.h.
10475 (main): Don't print res and call add_some_intvecs.
10476
430e004e
MK
104772015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10478
10479 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10480 macro.
10481 (func5): Removed.
10482 (func4): Use FAST_TRACEPOINT_LABEL.
10483 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10484 macro.
10485 (func): Removed.
10486 (thread_function): Use FAST_TRACEPOINT_LABEL.
10487 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10488 (func): Remove.
10489 (marker): Use FAST_TRACEPOINT_LABEL.
10490 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10491 (pendfunc1): Remove.
10492 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10493 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10494 (foo): Remove.
10495 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10496 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10497 macro.
10498 (func): Remove.
10499 (marker): Use FAST_TRACEPOINT_LABEL.
10500 * gdb.trace/trace-common.h: New header.
10501 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10502 macro.
10503 (func): Remove.
10504 (marker): Use FAST_TRACEPOINT_LABEL.
10505 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10506 (func): Remove.
10507 (thread_function): Use FAST_TRACEPOINT_LABEL.
10508
6e7675a7
MK
105092015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10510
10511 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10512 in front.
10513 * gdb.trace/change-loc.exp: Use global pcreg definition.
10514 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10515 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10516 in front.
10517 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10518 * gdb.trace/pending.exp: Likewise.
10519 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10520 * gdb.trace/trace-break.exp: Likewise.
10521 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10522 in front.
10523 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10524 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10525 in front.
10526 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10527
dddc0e16
JB
105282015-11-09 Joel Brobecker <brobecker@adacore.com>
10529
10530 * gdb.ada/fin_fun_out: New testcase.
10531
c6f0b406
KB
105322015-11-07 Kevin Buettner <kevinb@redhat.com>
10533
10534 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10535 value associated with DW_AT_byte_size.
10536 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10537 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10538 DW_AT_upper_bound.
10539
f01dcfd9
KB
105402015-11-07 Kevin Buettner <kevinb@redhat.com>
10541
10542 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10543 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10544 version.
10545 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10546 gdb.dwarf2/dw2-canonicalize-type.exp,
10547 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10548 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10549 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10550 provided by gdb_target_symbol_prefix_flags_asm.
10551 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10552 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10553 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10554 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10555 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10556 macros where needed). Use this macro for symbols which require
10557 the prefix provided by SYMBOL_PREFIX.
10558
2223449a
KB
105592015-11-05 Kevin Buettner <kevinb@redhat.com>
10560
10561 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10562 New procs.
10563 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10564 representing expressions, of more than one list element.
10565 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10566 to prepend linker symbol prefix to f.
10567 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10568 table_1 and table_2.
10569 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10570 Likewise, for f and g.
10571 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10572 for ptr.
10573 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10574 for main.
10575 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10576 table_1_ptr and table_2_ptr.
10577
6f2f1a3a
JK
105782015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10579 Joel Brobecker <brobecker@adacore.com>
10580
10581 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10582
566c56c9
MK
105832015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10584
10585 * gdb.reverse/s390-mvcle.c: New test.
10586 * gdb.reverse/s390-mvcle.exp: New file.
10587 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10588
d5f0636b
MK
105892015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10590
10591 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10592
7ad8b86c
MK
105932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10594
10595 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10596 reaching marker2.
10597 * gdb.reverse/getresuid-reverse.exp: Likewise.
10598 * gdb.reverse/pipe-reverse.exp: Likewise.
10599 * gdb.reverse/readv-reverse.exp: Likewise.
10600 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10601 * gdb.reverse/time-reverse.exp: Likewise.
10602 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10603
4081c0f1
YQ
106042015-10-30 Yao Qi <yao.qi@linaro.org>
10605
10606 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10607 (empty_cycle): Remove.
10608 (main): Don't call empty_cycle. Don't use watch_count_done.
10609 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10610 empty_cycle. Rewrite the code counting HW watchpoints.
10611
452b4ba5
MK
106122015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10613
10614 * gdb.reverse/fstatat-reverse.c: New test.
10615 * gdb.reverse/fstatat-reverse.exp: New file.
10616 * gdb.reverse/getresuid-reverse.c: New test.
10617 * gdb.reverse/getresuid-reverse.exp: New file.
10618 * gdb.reverse/pipe-reverse.c: New test.
10619 * gdb.reverse/pipe-reverse.exp: New file.
10620 * gdb.reverse/readv-reverse.c: New test.
10621 * gdb.reverse/readv-reverse.exp: New file.
10622 * gdb.reverse/recvmsg-reverse.c: New test.
10623 * gdb.reverse/recvmsg-reverse.exp: New file.
10624 * gdb.reverse/time-reverse.c: New test.
10625 * gdb.reverse/time-reverse.exp: New file.
10626 * gdb.reverse/waitpid-reverse.c: New test.
10627 * gdb.reverse/waitpid-reverse.exp: New file.
10628
5e2e7507
JK
106292015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10630
10631 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10632
0fde2c53
DE
106332015-10-26 Doug Evans <dje@google.com>
10634
10635 PR symtab/17391
10636 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10637 * gdb.dwarf2/bad-regnum.c: New file.
10638 * gdb.dwarf2/bad-regnum.exp: New file.
10639
1a70ae97
DE
106402015-10-26 Doug Evans <dje@google.com>
10641
10642 PR python/18938
10643 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10644 file.
10645
27dc26ab
JK
106462015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10649 for a change by "Mention language in compile error message".
10650
bed91f4d
SM
106512015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10652
10653 PR python/18073
10654 * gdb.python/py-type.c (C::a_method): New.
10655 (C::a_const_method): New.
10656 (C::a_static_method): New.
10657 (a_function): New.
10658 * gdb.python/py-type.exp (test_fields): Test getting fields
10659 from function and method.
10660
3f2f83dd
KB
106612015-10-21 Keven Boell <keven.boell@intel.com>
10662
10663 * gdb.fortran/vla-alloc-assoc.exp: New file.
10664 * gdb.fortran/vla-datatypes.exp: New file.
10665 * gdb.fortran/vla-datatypes.f90: New file.
10666 * gdb.fortran/vla-history.exp: New file.
10667 * gdb.fortran/vla-ptype-sub.exp: New file.
10668 * gdb.fortran/vla-ptype.exp: New file.
10669 * gdb.fortran/vla-sizeof.exp: New file.
10670 * gdb.fortran/vla-sub.f90: New file.
10671 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10672 * gdb.fortran/vla-value-sub-finish.exp: New file.
10673 * gdb.fortran/vla-value-sub.exp: New file.
10674 * gdb.fortran/vla-value.exp: New file.
10675 * gdb.fortran/vla-ptr-info.exp: New file.
10676 * gdb.mi/mi-vla-fortran.exp: New file.
10677 * gdb.mi/vla.f90: New file.
10678
27145d50
SL
106792015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10680
10681 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10682 of hardwired timeout value.
10683
5f3ff4f8
JK
106842015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10685 Pedro Alves <palves@redhat.com>
10686
10687 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10688 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10689
bfd09d20
JS
106902015-10-19 Josh Stone <jistone@redhat.com>
10691
10692 * gdb.base/catch-syscall.c: Include <sched.h>.
10693 (unknown_syscall): New variable.
10694 (main): Trigger a vfork and an unknown syscall.
10695 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10696 (unknown_syscall_number): Likewise.
10697 (check_call_to_syscall): Accept an optional syscall pattern.
10698 (check_return_from_syscall): Likewise.
10699 (check_continue): Likewise.
10700 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10701 (test_catch_syscall_skipping_return): New test toggling off 'catch
10702 syscall' to step over the syscall return, then toggling back on.
10703 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10704 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10705 (do_syscall_tests): Call test_catch_syscall_without_args and
10706 test_catch_syscall_mid_vfork.
10707 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10708 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10709
b32b93c6
AS
107102015-10-19 Andrew Stubbs <ams@codesourcery.com>
10711
10712 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10713 print g_vE): Add new pass patterns.
10714 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10715 print various symbol names for vptr fields.
10716
9d622bda
AB
107172015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10718
10719 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10720 results.
10721
0fd8ac1c
YQ
107222015-10-12 Yao Qi <yao.qi@linaro.org>
10723
10724 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10725
34240514
YQ
107262015-10-12 Yao Qi <yao.qi@linaro.org>
10727
10728 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10729 is aarch64*-*-linux*.
10730
8240f442
YQ
107312015-10-12 Yao Qi <yao.qi@linaro.org>
10732
10733 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10734 (can_relocate_bcond_true): ... it.
10735 (can_relocate_bcond_false): New function.
10736 (foo): Likewise.
10737 (can_relocate_bl): Likewise.
10738 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10739 can_relocate_bl.
10740
2520f728
PMR
107412015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10742
10743 * gdb.base/nested-addr.c: New file.
10744 * gdb.base/nested-addr.exp: New testcase.
10745
abcef95a
MM
107462015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10747
10748 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10749 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10750 its output. Ignore the output of "record goto begin" and instead
10751 check that GDB is replaying.
10752
145e3ddb
PA
107532015-10-09 Pedro Alves <palves@redhat.com>
10754
10755 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10756 (top level): Use it in the run with no args test.
10757
d5d8c4e1
IB
107582015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10759
10760 * gdb.dlang/properties.exp: New file.
10761
06e635ef
SL
107622015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10763
10764 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10765 whether or not address 0x1000 is mapped on the target.
10766
e019fd1d
SM
107672015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10768
10769 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10770 build.
10771
77ba2a67
MM
107722015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10773
10774 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10775 instruction-history test.
10776
c60eb31f
DE
107772015-09-28 Doug Evans <dje@google.com>
10778
10779 * gdb.base/gcore.c (array_func): Add reference to static_array.
10780
9a3c8263
SM
107812015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10782
10783 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10784 source line.
10785
9720e656
SL
107862015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10787
10788 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10789 short or char as base type.
10790
938d3bf2
SL
107912015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10792
10793 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10794 to allow any size enum.
10795
e6c2c623
PMR
107962015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10797
10798 * gdb.ada/array_ptr_renaming.exp: New testcase.
10799 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10800 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10801
06da0f77
PL
108022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10803
10804 * gdb.trace/ftrace-lock.c: New file.
10805 * gdb.trace/ftrace-lock.exp: New file.
10806
4f51c22a
PL
108072015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10808
10809 * gdb.arch/insn-reloc.c: New file.
10810 * gdb.arch/ftrace-insn-reloc.exp: New file.
10811
7041adf4
PL
108122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10813
10814 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10815 instruction.
10816 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10817 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10818 * gdb.trace/range-stepping.c: Likewise.
10819 * gdb.trace/trace-break.c: Likewise.
10820 * gdb.trace/trace-mt.c (thread_function): Likewise.
10821 * gdb.trace/ftrace.c (marker): Likewise.
10822 * gdb.trace/trace-condition.c (marker): Likewise.
10823 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10824 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10825 is_aarch64_target.
10826
015d2e7e
DE
108272015-09-18 Doug Evans <xdje42@gmail.com>
10828
10829 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10830 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10831
26b188a2
SL
108322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10833
10834 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10835 the breakpoint.
10836
79dc332b
SL
108372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10838
10839 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10840 the pending breakpoint. Remove timeout override for "Run till
10841 MI pending breakpoint on pendfunc3 on thread 2" test.
10842
f57929f2
SL
108432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10844
10845 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10846 filename pattern.
10847
3f469b17
SL
108482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10849
10850 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10851 in breakpoint filename pattern.
10852
515b89b3
SL
108532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10854
7800dbe4
SL
10855 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10856
108572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10858
515b89b3
SL
10859 * gdb.linespec/explicit.exp: Check for readline support for
10860 tab-completion tests. Fix obvious typo.
10861
d2939ba2
MM
108622015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10863
10864 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10865 and replay.
10866
cbb55fa7
MM
108672015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10868
10869 * gdb.btrace/non-stop.c: New.
10870 * gdb.btrace/non-stop.exp: New.
10871
43691ca1
PL
108722015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10873 Yao Qi <yao.qi@linaro.org>
10874
10875 * gdb.trace/trace-condition.c: New file.
10876 * gdb.trace/trace-condition.exp: New file.
10877
d78908cf
WW
108782015-09-16 Wei-cheng Wang <cole945@gmail.com>
10879
10880 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10881 for testing bytecode compilation.
10882
1ed415e2
PA
108832015-09-16 Pedro Alves <palves@redhat.com>
10884 Sandra Loosemore <sandra@codesourcery.com>
10885
10886 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10887 (SECONDS): Redefine.
10888 (main): Call pthread_kill and alarm early.
10889 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10890 support.
10891 (test): If the target can't hardware step and doesn't support
10892 displaced stepping, increase the timeout.
10893
d136eff5
PA
108942015-09-16 Pedro Alves <palves@redhat.com>
10895
10896 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10897 (enable_debug): New procedures.
10898 (test): Use them. Bail out if waiting for threads fails.
10899 (top level): Bail out if a test fails.
10900
991f019c
YQ
109012015-09-16 Yao Qi <yao.qi@linaro.org>
10902
10903 * gdb.asm/asm-source.exp: Set asm-arch for
10904 aarch64*-*-* target.
10905 * gdb.asm/aarch64.inc: New file.
10906
bfca584f
PMR
109072015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10908
10909 * gdb.ada/array_of_variable_length.exp: New testcase.
10910 * gdb.ada/array_of_variable_length/foo.adb: New file.
10911 * gdb.ada/array_of_variable_length/pck.adb: New file.
10912 * gdb.ada/array_of_variable_length/pck.ads: New file.
10913
b326e587
DE
109142015-09-15 Doug Evans <dje@google.com>
10915
10916 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10917 of function static local variable.
10918
5382cfab
PW
109192015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10920
10921 * gdb.threads/tls-so_extern.exp: New test file.
10922 * gdb.threads/tls-so_extern.c: New test file.
10923 * gdb.threads/tls-so_extern_main.c: New test file.
10924
141c5cc4
JK
109252015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10926
10927 * gdb.opt/solib-intra-step-lib.c: New file.
10928 * gdb.opt/solib-intra-step-main.c: New file.
10929 * gdb.opt/solib-intra-step.exp: New file.
10930
d15dcecd
PA
109312015-09-15 Pedro Alves <palves@redhat.com>
10932
10933 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10934 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10935
4c2f2a79
PA
109362015-09-14 Pedro Alves <palves@redhat.com>
10937
10938 * gdb.base/hook-stop-continue.c: Delete.
10939 * gdb.base/hook-stop-continue.exp: Delete.
10940 * gdb.base/hook-stop-frame.c: Delete.
10941 * gdb.base/hook-stop-frame.exp: Delete.
10942 * gdb.base/hook-stop.c: New file.
10943 * gdb.base/hook-stop.exp: New file.
10944
919e6dbe
PMR
109452015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10946
10947 * gdb.ada/access_to_packed_array.exp: New testcase.
10948 * gdb.ada/access_to_packed_array/foo.adb: New file.
10949 * gdb.ada/access_to_packed_array/pack.adb: New file.
10950 * gdb.ada/access_to_packed_array/pack.ads: New file.
10951
157280a4
MM
109522015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10953
10954 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10955 buffer size test.
10956
2fd33e94
DB
109572015-09-11 Don Breazeal <donb@codesourcery.com>
10958
10959 * gdb.base/foll-exec.c: Add copyright header. Fix
10960 formatting issues.
10961 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10962 (do_exec_tests): Use clean_restart in place of zap_session,
10963 and for test initialization. Fix formatting issues. Use
10964 fail in place of perror.
10965 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10966 an expect statement to match an expression with output from
10967 the program under debug.
10968 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10969 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10970 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10971 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10972 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10973
e70b6e8e
DE
109742015-09-09 Doug Evans <dje@google.com>
10975
10976 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10977
7a551a51
DE
109782015-09-09 Doug Evans <dje@google.com>
10979
10980 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10981
4c666f84
DE
109822015-09-09 Doug Evans <dje@google.com>
10983
10984 * gdb.base/savedregs.exp: Fix typo.
10985
243a9253
PA
109862015-09-09 Pedro Alves <palves@redhat.com>
10987
10988 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10989
c0fa8fbd
SL
109902015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10991
10992 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10993 command actually switches threads. Give up on remaining
10994 tests if target fails to stop at breakpoint.
10995
cd7c1778
PMR
109962015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10997
10998 * gdb.ada/funcall_char.exp: New testcase.
10999 * gdb.ada/funcall_char/foo.adb: New file.
11000
dc5c8746
PMR
110012015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11002
11003 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11004 expected outputs. Add two testcases for completing ambiguous
11005 functions.
11006 * gdb.ada/complete/aux_pck.adb: New file.
11007 * gdb.ada/complete/aux_pck.ads: New file.
11008 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11009 Ambiguous_Func functions.
11010 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11011 * gdb.ada/complete/pck.adb: Likewise.
11012
4e83a1e7
UW
110132015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11014
11015 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11016 failures to run the test program under GDB.
11017
8ce74153
LM
110182015-08-26 Luis Machado <lgustavo@codesourcery.com>
11019
11020 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11021 to C.
11022
e9756d52
PP
110232015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11024
11025 * gdb.base/run-after-attach.exp: New test file.
11026 * gdb.base/run-after-attach.c: New test file.
11027
8d37573b
DB
110282015-08-26 Don Breazeal <donb@codesourcery.com>
11029
11030 * gdb.base/foll-exec-2.c: New test program.
11031 * gdb.base/foll-exec-2.exp: New test.
11032
63e43d3a
PMR
110332015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11034
11035 * gdb.base/nested-subp1.exp: New file.
11036 * gdb.base/nested-subp1.c: New file.
11037 * gdb.base/nested-subp2.exp: New file.
11038 * gdb.base/nested-subp2.c: New file.
11039 * gdb.base/nested-subp3.exp: New file.
11040 * gdb.base/nested-subp3.c: New file.
11041
3d40fbb5
PA
110422015-08-24 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.server/connect-without-multi-process.c: New file.
11045 * gdb.server/connect-without-multi-process.exp: New file.
11046
4422ac93
LM
110472015-08-24 Luis Machado <lgustavo@codesourcery.com>
11048
11049 * gdb.opt/inline-markers.c: Make z int.
11050
91dddb86
LM
110512015-08-24 Luis Machado <lgustavo@codesourcery.com>
11052
11053 * gdb.opt/inline-markers.c: Make z volatile.
11054
a48847ee
LM
110552015-08-24 Luis Machado <lgustavo@codesourcery.com>
11056
11057 * gdb.opt/inline-bt.c: New volatile global z.
11058 * gdb.opt/inline-cmds.c: Likewise.
11059 * gdb.opt/inline-locals.c: Likewise.
11060 * gdb.opt/inline-markers.c: New extern global z.
11061 (marker): Use z.
11062 (inline_fn): Likewise.
11063
0ebbc52b
PA
110642015-08-24 Pedro Alves <palves@redhat.com>
11065
11066 * config/m32r-stub.exp: Remove file.
11067 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11068 * gdb.base/call-rt-st.exp: Likewise.
11069 * gdb.base/call-strs.exp: Likewise.
11070 * gdb.base/default.exp: Remove references to h8300-*-hms and
11071 *-*-udi*.
11072 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11073
77c365df
AA
110742015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11075
11076 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11077 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11078 and "return" use KFAIL when GDB can not read/write the vector
11079 return value.
11080
4313b8c0
GB
110812015-08-21 Gary Benson <gbenson@redhat.com>
11082
11083 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11084
0e433b32
PA
110852015-08-20 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.server/solib-list.exp: No longer expect an interior stop in
11088 non-stop mode.
11089
221e1a37
PA
110902015-08-20 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.server/connect-stopped-target.c: New file.
11093 * gdb.server/connect-stopped-target.exp: New file.
11094
40e3ad0e
PA
110952015-08-20 Pedro Alves <palves@redhat.com>
11096
11097 * gdb.dwarf2/comp-unit-lang.exp: New file.
11098 * gdb.dwarf2/comp-unit-lang.c: New file.
11099
af39b327
PMR
111002015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11101
11102 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11103 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11104
7d45c7c3 111052015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11106
7d45c7c3
KB
11107 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11108 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11109
4d6cceb4
DE
111102015-08-18 Doug Evans <dje@google.com>
11111 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11112
11113 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11114 skip_python_tests. New arg prompt_regexp.
11115 (skip_python_tests): New function.
11116 * lib/mi-support.exp (mi_skip_python_tests): New function.
11117 * gdb.python/py-mi-objfile-gdb.py: New file.
11118 * gdb.python/py-mi-objfile.c: New file.
11119 * gdb.python/py-mi-objfile.exp: New file.
11120
ad89c2aa
KS
111212015-08-17 Keith Seitz <keiths@redhat.com>
11122
11123 * gdb.linespec/explicit.exp: Move strace test from here ...
11124 * gdb.trace/strace.exp: ... to here.
11125
e3ae3c43
PP
111262015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11127
11128 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11129 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11130
604b2636
DE
111312015-08-14 Doug Evans <xdje42@gmail.com>
11132
11133 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11134 inferior before selecting a new file.
11135
6ff0ba5f
DE
111362015-08-14 Doug Evans <xdje42@gmail.com>
11137
11138 * gdb.mi/mi-disassemble.exp: Update.
11139 * gdb.base/disasm-optim.S: New file.
11140 * gdb.base/disasm-optim.c: New file.
11141 * gdb.base/disasm-optim.h: New file.
11142 * gdb.base/disasm-optim.exp: New file.
11143
9ca98f92
KS
111442015-08-14 Keith Seitz <keiths@redhat.com>
11145
11146 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11147 "evaluated-by".
11148
52bbc560
JB
111492015-08-13 Joel Brobecker <brobecker@adacore.com>
11150
11151 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11152
5d8c3ed3
PMR
111532015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11154
11155 * gdb.ada/fun_renaming.exp: New testcase.
11156 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11157 * gdb.ada/fun_renaming/pack.adb: New file.
11158 * gdb.ada/fun_renaming/pack.ads: New file.
11159
ea8812bc
KS
111602015-08-12 Keith Seitz <keiths@redhat.com>
11161
11162 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11163 gdb_get_line_number.
11164
4dafcdeb
JB
111652015-08-12 Joel Brobecker <brobecker@adacore.com>
11166
11167 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11168 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11169 gdb.base/dso2dso.exp: New files.
11170
5ba32597
SDJ
111712015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11172 Pedro Alves <palves@redhat.com>
11173 Keith Seitz <keiths@redhat.com>
11174
11175 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11176 GDBFLAGS.
11177
b6dafabf
PP
111782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11179
11180 * gdb.base/gdbhistsize-history.exp
11181 (test_histsize_history_setting): Use save_vars.
11182 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11183 Use save_vars.
11184 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11185 * gdb.base/readline.exp: Use save_vars.
11186
abe8e607
PP
111872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11188
11189 * lib/gdb.exp (save_vars): New proc.
11190
629500fa
KS
111912015-08-11 Keith Seitz <keiths@redhat.com>
11192
11193 * gdb.base/help.exp: Update help_breakpoint_text.
11194
eb8c4e2e
KS
111952015-08-11 Keith Seitz <keiths@redhat.com>
11196
11197 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11198 (at toplevel): Call test_explicit_breakpoints.
11199 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11200 breakpoints.
11201 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11202 breakpoint conditions, "-cond".
11203
87f0e720
KS
112042015-08-11 Keith Seitz <keiths@redhat.com>
11205
11206 * gdb.linespec/3explicit.c: New file.
11207 * gdb.linespec/cpexplicit.cc: New file.
11208 * gdb.linespec/cpexplicit.exp: New file.
11209 * gdb.linespec/explicit.c: New file.
11210 * gdb.linespec/explicit.exp: New file.
11211 * gdb.linespec/explicit2.c: New file.
11212 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11213 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11214 before using in the matching pattern.
11215 Clarify that `prefix' is a regular expression.
11216
f00aae0f
KS
112172015-08-11 Keith Seitz <keiths@redhat.com>
11218
11219 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11220 test.
11221 Add tests for missing ",FMT" and ",".
11222
e27852be
DE
112232015-08-10 Doug Evans <dje@google.com>
11224 Keith Seitz <keiths@redhat.com>
11225
11226 PR gdb/17960
11227 * gdb.base/completion.exp: Add location completer tests.
11228
7f03bd92
PA
112292015-08-07 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11232 tests here.
11233 (top level): Run do_test with and without displaced stepping.
11234
3fc8eb30
PA
112352015-08-07 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.base/valgrind-disp-step.c: New file.
11238 * gdb.base/valgrind-disp-step.exp: New file.
11239
d4569d7b
PA
112402015-08-07 Pedro Alves <palves@redhat.com>
11241
11242 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11243 Delete function.
11244 (main): Add alarm. Run an infinite loop instead of calling
11245 wait_threads.
11246 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11247 comment.
11248 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11249 Delete function.
11250 (main): Add alarm. Run an infinite loop instead of calling
11251 wait_threads.
11252 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11253 comment.
11254
e1316e60
PA
112552015-08-07 Pedro Alves <palves@redhat.com>
11256
11257 * gdb.base/checkpoint-ns.exp: New file.
11258 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11259 standard_testfile.
11260
da8c46d2
MM
112612015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11262
11263 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11264 * gdb.btrace/instruction_history.exp: Update.
11265 * gdb.btrace/tsx.exp: New.
11266 * gdb.btrace/tsx.c: New.
11267
de1c2c52
PA
112682015-08-06 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11271 increase timeout.
11272 * gdb.reverse/until-precsave.exp: Bump timeouts.
11273
782e0bf4
PA
112742015-08-06 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11277
83e97ed0
PA
112782015-08-06 Pedro Alves <palves@redhat.com>
11279
11280 PR gdb/18749
11281 * gdb.threads/process-dies-while-handling-bp.c: New file.
11282 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11283
863d01bd
PA
112842015-08-06 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11287 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11288
0a39bb32
PA
112892015-08-05 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11292 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11293
ee2d2b10
SL
112942015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11295
11296 * gdb.base/bp-permanent.exp: Report test as unsupported if
11297 the target cannot stop at the permanent breakpoint.
11298
4e1bdb00
DE
112992015-08-03 Doug Evans <dje@google.com>
11300
11301 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11302 10000.
11303
3d338901
DE
113042015-08-03 Doug Evans <dje@google.com>
11305
11306 * Makefile.in (workers/%.worker, build-perf): New rule.
11307 (GDB_PERFTEST_MODE): New variable.
11308 (check-perf): Use it.
11309 (clean): Clean up gdb.perf parallel build subdirs.
11310 * lib/build-piece.exp: New file.
11311 * lib/gdb.exp (make_gdb_parallel_path): New function
11312 (standard_output_file, standard_temp_file): Call it.
11313 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11314 of $GDB_PARALLEL.
11315 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11316
af061d3e
DE
113172015-08-03 Doug Evans <dje@google.com>
11318
8e1afc81 11319 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11320 (LOG_FILE_NAME): New global.
11321 (TextReporter.__init__): Initialize self.txt_sum.
11322 (TextReporter.report): Add support for multiple data-points.
11323 Move report to perftest.sum, put raw data in perftest.log.
11324 (TextReporter.start): Open sum and log files.
11325 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11326 * gdb.perf/lib/perftest/testresult.py
11327 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11328
2c8c5d37
PA
113292015-07-31 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11332 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11333 kill_wait_spawned_process instead of explicit "kill -9".
11334 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11335 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11336 kill_wait_spawned_process.
11337 * gdb.base/attach-twice.exp: Likewise.
11338 * gdb.base/attach.exp: Likewise.
11339 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11340 gdb_test_multiple.
11341 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11342 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11343 kill_wait_spawned_process.
11344 * gdb.base/valgrind-infcall.exp: Likewise.
11345 * gdb.multi/multi-attach.exp: Likewise.
11346 * gdb.python/py-prompt.exp: Likewise.
11347 * gdb.python/py-sync-interp.exp: Likewise.
11348 * gdb.server/ext-attach.exp: Likewise.
11349 * gdb.threads/attach-into-signal.exp (corefunc): Use
11350 spawn_wait_for_attach, spawn_id_get_pid and
11351 kill_wait_spawned_process.
11352 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11353 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11354 spawn_id_get_pid and kill_wait_spawned_process.
11355 * gdb.threads/attach-stopped.exp (corefunc): Use
11356 spawn_wait_for_attach, spawn_id_get_pid and
11357 kill_wait_spawned_process.
11358 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11359 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11360 kill_wait_spawned_process instead of explicit "kill -9".
11361 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11362 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11363 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11364 processes. Don't map cygwin/windows pids here. Now returns a
11365 spawn id list.
11366
032a0fca
SL
113672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11368
11369 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11370 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11371 correct patch.
11372
61a934ca
SL
113732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11374
11375 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11376
4bc4d428
SL
113772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11378
11379 Reapply:
11380 2014-05-21 Mark Wielaard <mjw@redhat.com>
11381
11382 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11383
998d452a
PA
113842015-07-30 Pedro Alves <palves@redhat.com>
11385
11386 * linux-low.c (handle_extended_wait): Set the child's last
11387 reported status to TARGET_WAITKIND_STOPPED.
11388
69dde7dc
PA
113892015-07-30 Pedro Alves <palves@redhat.com>
11390
11391 PR threads/18600
11392 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11393 only shows inferior 1.
11394
4dd63d48
PA
113952015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11396 Pedro Alves <palves@redhat.com>
11397
11398 PR threads/18600
11399 * gdb.threads/fork-plus-threads.c: New file.
11400 * gdb.threads/fork-plus-threads.exp: New file.
11401
d618e4c5
PP
114022015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11403
11404 * gdb.base/batch-preserve-term-settings.exp
11405 (test_terminal_settings_preserved_after_cli_exit): Use
11406 send_quit_command.
11407
1eef6428
PA
114082015-07-29 Pedro Alves <palves@redhat.com>
11409 Don Breazeal <donb@codesourcery.com>
11410
11411 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11412 output from both inferior_spawn_id and gdb_spawn_id.
11413
7da5b897
SDJ
114142015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11415
11416 * gdb.threads/attach-into-signal.exp (corefunc): Use
11417 with_test_prefix on nested loops, uniquefying the test messages.
11418
dac804df
SDJ
114192015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11420
11421 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11422 commit.
11423
06265e53
PP
114242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11425
11426 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11427 New proc.
11428 (test_terminal_settings_preserved_after_sigterm): New test.
11429
18206ca3
PP
114302015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11431
11432 * gdb.base/batch-preserve-term-settings.exp
11433 (test_terminal_settings_preserved_after_cli_exit): New test.
11434
90074d11
PP
114352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11436
11437 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11438 manipulation of saved_gdbflags.
11439 (test_terminal_settings_preserved): Remove global declaration of
11440 the unused variable pagination_prompt. Remove manipulation of
11441 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11442 GDBFLAGS.
11443
eb1a7902
PA
114442015-07-29 Pedro Alves <palves@redhat.com>
11445
11446 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11447
8b75dd3b
PA
114482015-07-29 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11451 at the top.
11452
dedad4e3
PA
114532015-07-29 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11456 (main): Call gdb_unbuffer_output.
11457 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11458 (main): Call gdb_unbuffer_output.
11459 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11460 (main): Call gdb_unbuffer_output.
11461 * gdb.base/call-strs.exp: Adjust to step over the
11462 gdb_unbuffer_output call.
11463 * gdb.base/catch-gdb-caused-signals.c: Include
11464 "../lib/unbuffer_output.c".
11465 (main): Call gdb_unbuffer_output.
11466 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11467 (main): Call gdb_unbuffer_output.
11468 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11469 (main): Call gdb_unbuffer_output.
11470 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11471 (main): Call gdb_unbuffer_output.
11472 * gdb.base/shlib-call.exp: Adjust to step over the
11473 gdb_unbuffer_output call.
11474 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11475 (main): Call gdb_unbuffer_output.
11476 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11477 (main): Call gdb_unbuffer_output.
11478 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11479 (main): Rename to ...
11480 (test): ... this.
11481 (main): Reimplement.
11482 * gdb.base/varargs.exp: Run to test instead of to main.
11483 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11484 (main): Call gdb_unbuffer_output.
11485
58789a91
PA
114862015-07-29 Pedro Alves <palves@redhat.com>
11487
11488 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11489 factore out from mi_continue_dprintf. For call-style dprintfs,
11490 expect dprintf output out of $inferior_spawn_id.
11491 (mi_continue_dprintf): Use mi_expect_dprintf.
11492 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11493 (main): Call gdb_unbuffer_output.
11494
e8376742
PA
114952015-07-29 Pedro Alves <palves@redhat.com>
11496
11497 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11498 (default_mi_gdb_start): Set inferior_spawn_id instead of
11499 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11500 gdb_spawn_id.
11501 (mi_gdb_test): Always expect inferior output from both
11502 $inferior_spawn_id and $gdb_spawn_id.
11503
08280010
PA
115042015-07-29 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11507 send_inferior and $inferior_spawn_id.
11508
4d30e432
PA
115092015-07-29 Pedro Alves <palves@redhat.com>
11510
11511 * gdb.gdb/complaints.exp (test_initial_complaints)
11512 (test_serial_complaints, test_short_complaints): Use
11513 gdb_test_stdio.
11514 (test_empty_complaint): Handle $inferior_spawn_id !=
11515 $gdb_spawn_id.
11516
0d30a335
PA
115172015-07-29 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.base/varargs.exp: Use gdb_test_stdio.
11520
39413b29
PA
115212015-07-29 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11524
7cb000a9
PA
115252015-07-29 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11528
d7b8ac82
PA
115292015-07-29 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11532 parameter into two new parameters, "inf_result" and "gdb_result".
11533 Expect inferior output and gdb output from $inferior_spawn_id and
11534 $gdb_spawn_id, respectively. Adjust all callers.
11535
789c3a0c
PA
115362015-07-29 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11539 of gdb_test_sequence.
11540
77e760c3
PA
115412015-07-29 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11544 (saw_spurious_output): Expect inferior output from
11545 $inferior_spawn_id. Use gdb_test_stdio.
11546
8396d2cd
PA
115472015-07-29 Pedro Alves <palves@redhat.com>
11548
11549 * gdb.base/dprintf.exp: Use standard_testfile. Change
11550 prepare_for_testing call.
11551 (srcfile): Don't set.
11552 (restart): New procedure.
11553 (test_dprintf): New procecure, use to continue over dprintfs.
11554 (test_call, test_agent): New procedures, tests moved here.
11555 Restart gdb and recreate dprintfs. Adjust expected output.
11556
2051d61f
PA
115572015-07-29 Pedro Alves <palves@redhat.com>
11558
11559 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11560
452397af
PA
115612015-07-29 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11564
8aed9555
PA
115652015-07-29 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11568 gdb_test_stdio.
11569
188a61b4
PA
115702015-07-29 Pedro Alves <palves@redhat.com>
11571
11572 * lib/gdb.exp (gdb_test_stdio): New procedure.
11573
12264a45
PA
115742015-07-29 Pedro Alves <palves@redhat.com>
11575
11576 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11577
23ffc893
PA
115782015-07-29 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.base/call-signal-resume.exp: Remove check for
11581 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11582 * gdb.base/unwindonsignal.exp: Likewise.
11583 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11584 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11585
65566918
PA
115862015-07-29 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/siginfo-addr.c (pass): New function.
11589 (handler): Call it iff si_addr is correct.
11590 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11591 Set a breakpoint at "pass" and continue to it.
11592
d60a9221
SDJ
115932015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11594
11595 * gdb.python/py-objfile.exp: Make some tests have unique names.
11596 * gdb.python/py-pp-registration.exp: Likewise.
11597
bde40b8f
PA
115982015-07-28 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11601
13e1dec8
SM
116022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11603
11604 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11605
da33c9a7
SM
116062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11609
077836f7
PP
116102015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11611
11612 * gdb.base/gdb-sigterm-2.exp: New test.
11613
b8cc7b2e
DE
116142015-07-25 Doug Evans <xdje42@gmail.com>
11615
11616 Revert:
11617 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11618 (workers/%.worker, build-perf): New rule.
11619 (GDB_PERFTEST_MODE): New variable.
11620 (check-perf): Use it.
11621 (clean): Clean up gdb.perf parallel build subdirs.
11622 * lib/build-piece.exp: New file.
11623 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11624 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11625 name.
11626 (standard_temp_file): Ditto.
11627 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11628 of $GDB_PARALLEL.
11629
c8bd4544
DE
116302015-07-24 Doug Evans <dje@google.com>
11631
11632 * gdb.perf/lib/perftest/utils.py: New file.
11633 * gdb.perf/gm-hello.cc: New file.
11634 * gdb.perf/gm-pervasive-typedef.cc: New file.
11635 * gdb.perf/gm-pervasive-typedef.h: New file.
11636 * gdb.perf/gm-std.cc: New file.
11637 * gdb.perf/gm-std.h: New file.
11638 * gdb.perf/gm-use-cerr.cc: New file.
11639 * gdb.perf/gm-utils.h: New file.
11640 * gdb.perf/gmonster-null-lookup.py: New file.
11641 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11642 * gdb.perf/gmonster-print-cerr.py: New file.
11643 * gdb.perf/gmonster-ptype-string.py: New file.
11644 * gdb.perf/gmonster-runto-main.py: New file.
11645 * gdb.perf/gmonster-select-file.py: New file.
11646 * gdb.perf/gmonster1-null-lookup.exp: New file.
11647 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11648 * gdb.perf/gmonster1-print-cerr.exp: New file.
11649 * gdb.perf/gmonster1-ptype-string.exp: New file.
11650 * gdb.perf/gmonster1-runto-main.exp: New file.
11651 * gdb.perf/gmonster1-select-file.exp: New file.
11652 * gdb.perf/gmonster1.cc: New file.
11653 * gdb.perf/gmonster1.exp: New file.
11654 * gdb.perf/gmonster2-null-lookup.exp: New file.
11655 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11656 * gdb.perf/gmonster2-print-cerr.exp: New file.
11657 * gdb.perf/gmonster2-ptype-string.exp: New file.
11658 * gdb.perf/gmonster2-runto-main.exp: New file.
11659 * gdb.perf/gmonster2-select-file.exp: New file.
11660 * gdb.perf/gmonster2.cc: New file.
11661 * gdb.perf/gmonster2.exp: New file.
11662
6eab34f3
DE
116632015-07-24 Doug Evans <dje@google.com>
11664
11665 * gdb.perf/README: New file.
11666 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11667 * lib/gen-perf-test.exp: New file.
11668
63738bfd
DE
116692015-07-24 Doug Evans <dje@google.com>
11670
11671 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11672 (PerfTest::startup): New function.
11673 (PerfTest::run): Return result of calling body.
11674 (PerfTest::assemble): Rewrite.
11675 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11676 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11677 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11678 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11679 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11680
7b606f95
DE
116812015-07-24 Doug Evans <dje@google.com>
11682
11683 * lib/gdb.exp (clean_restart): Make executable optional.
11684
a97b16b8
DE
116852015-07-24 Doug Evans <dje@google.com>
11686
11687 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11688 compiler_info references.
11689 * gdb.cp/temargs.exp: Ditto.
11690 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11691 (get_compiler_info): Early exit if already computed. Set compiler_info
11692 to "unknown" if there was a problem.
11693 (test_compiler_info): Add function comment. Call get_compiler_info.
11694
35baa57f
DE
116952015-07-24 Doug Evans <dje@google.com>
11696
11697 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11698 (workers/%.worker, build-perf): New rule.
11699 (GDB_PERFTEST_MODE): New variable.
11700 (check-perf): Use it.
11701 (clean): Clean up gdb.perf parallel build subdirs.
11702 * lib/build-piece.exp: New file.
11703 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11704 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11705 name.
11706 (standard_temp_file): Ditto.
11707 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11708 of $GDB_PARALLEL.
11709
6ebea266
DE
117102015-07-24 Doug Evans <dje@google.com>
11711
11712 * lib/future.exp (gdb_default_target_compile): New option
11713 "early_flags".
11714 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11715 --as-needed.
11716
1e76a7e9
SDJ
117172015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11718
11719 * gdb.base/catch-syscall.exp: Call gdb_exit before
11720 gdb_skip_xml_test.
11721
5068630a
PA
117222015-07-24 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.python/py-events.exp: Accept output between the stop event
11725 and the prompt.
11726 * gdb.python/py-evsignal.exp: Likewise.
11727 * gdb.python/py-evthreads.exp: Likewise.
11728
77598427
PA
117292015-07-24 Pedro Alves <palves@redhat.com>
11730
11731 PR gdb/18717
11732 * gdb.threads/non-ldr-exit.c: New file.
11733 * gdb.threads/non-ldr-exit.exp: New file.
11734
11e6c98f
YQ
117352015-07-24 Yao Qi <yao.qi@linaro.org>
11736
11737 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11738 restarting process.
11739
51aee833
YQ
117402015-07-24 Yao Qi <yao.qi@linaro.org>
11741
11742 * gdb.server/ext-restart.exp: New file.
11743
8cfe207c
YQ
117442015-07-24 Yao Qi <yao.qi@linaro.org>
11745
11746 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11747 argument options.
11748 * gdb.server/ext-wrapper.exp: New file.
11749
cc12ce38
DE
117502015-07-23 Doug Evans <dje@google.com>
11751
11752 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11753 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11754
d0d84780
PMR
117552015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11756
11757 * gdb.ada/var_arr_typedef.exp: New testcase.
11758 * gdb.ada/var_arr_typedef/pack.adb: New file.
11759 * gdb.ada/var_arr_typedef/pack.ads: New file.
11760 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11761
8b558f79
JB
117622015-07-20 Joel Brobecker <brobecker@adacore.com>
11763
11764 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11765
775a3298
JK
117662015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11767
11768 * gdb.arch/i386-biarch-core.exp: Replace istarget
11769 by "complete set gnutarget". Remove expectation for the "core-file"
11770 command.
11771
db1ff28b
JK
117722015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11773
11774 Revert the previous commit:
11775 Tests for validate symbol file using build-id.
11776
0a94970d
JK
117772015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11778
11779 Tests for validate symbol file using build-id.
11780 * gdb.base/solib-mismatch-lib.c: New file.
11781 * gdb.base/solib-mismatch-libmod.c: New file.
11782 * gdb.base/solib-mismatch.c: New file.
11783 * gdb.base/solib-mismatch.exp: New file.
11784
03346981
SL
117852015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11786
11787 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11788 nios2-*-linux*.
11789 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11790 * gdb.base/siginfo.exp: Likewise.
11791 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11792
42422cc7
PL
117932015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11794
11795 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11796 Move it to ...
11797 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11798 ... here.
11799 * gdb.trace/range-stepping.exp: Check that the target supports
11800 range stepping.
11801
cfa68bae
JK
118022015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11803
11804 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11805
8ffdba26
PA
118062015-07-14 Pedro Alves <palves@redhat.com>
11807
11808 * gdb.base/killed-outside.exp: New file.
11809 * gdb.base/killed-outside.c: New file.
11810
218a5a11
JK
118112015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11814 (n at main): New.
11815 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11816
e03ed3c6
AA
118172015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11818
11819 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11820 infcall tests instead of setting up for KFAIL.
11821
485668e5
MM
118222015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11823
11824 * gdb.btrace/record_goto-step.exp: New.
11825
08464196
JK
118262015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11827
11828 PR compile/18484
11829 * gdb.compile/compile.c (struct struct_type): Add volatile to
11830 selffield's type.
11831 * gdb.compile/compile.exp
11832 (compile code struct_object.selffield = &struct_object): Skip further
11833 struct_object tests if this one xfails.
11834
bcf5c1d9
RC
118352015-07-08 Robert O'Callahan <robert@ocallahan.org>
11836
11837 PR exp/18617
11838 * gdb.trace/ax.exp: Add test.
11839
4931af25
YQ
118402015-07-07 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11843 instead of istarget "aarch64*-*-*".
11844 * gdb.arch/aarch64-fp.exp: Likewise.
11845 * gdb.base/float.exp: Likewise.
11846 * gdb.reverse/aarch64.exp: Likewise.
11847 * lib/gdb.exp (is_aarch64_target): New proc.
11848
9fcf688e
YQ
118492015-07-07 Yao Qi <yao.qi@linaro.org>
11850
11851 * lib/gdb.exp (is_aarch32_target): New proc.
11852 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11853 instead of "istarget "arm*-*-*"".
11854 * gdb.arch/arm-disp-step.exp: Likewise.
11855 * gdb.arch/thumb-bx-pc.exp: Likewise.
11856 * gdb.arch/thumb-prologue.exp: Likewise.
11857 * gdb.arch/thumb-singlestep.exp: Likewise.
11858 * gdb.base/disp-step-syscall.exp: Likewise.
11859 * gdb.base/float.exp: Likewise.
11860
fbd8d50d
YQ
118612015-07-07 Yao Qi <yao.qi@linaro.org>
11862
11863 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11864 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11865
71be1fdc
YQ
118662015-07-07 Yao Qi <yao.qi@linaro.org>
11867
11868 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11869 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11870 if it exists.
11871 * gdb.multi/multi-arch.exp: Likewise.
11872
3e221d36
SM
118732015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11874
11875 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11876 print.
11877
d441430b
YQ
118782015-07-07 Yao Qi <yao.qi@linaro.org>
11879
11880 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11881
06f810bd
MG
118822015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11883
11884 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11885 '[' and ']' characters.
11886
5e61e7c0
IB
118872015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11888
11889 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11890
28bf096c
PA
118912015-06-29 Pedro Alves <palves@redhat.com>
11892
11893 PR threads/18127
11894 * gdb.threads/hand-call-new-thread.c: New file.
11895 * gdb.threads/hand-call-new-thread.c: New file.
11896
ee93cd5e
KS
118972015-06-26 Keith Seitz <keiths@redhat.com>
11898 Doug Evans <dje@google.com>
11899
11900 PR 16253
11901 * gdb.cp/var-tag-2.cc: New file.
11902 * gdb.cp/var-tag-3.cc: New file.
11903 * gdb.cp/var-tag-4.cc: New file.
11904 * gdb.cp/var-tag.cc: New file.
11905 * gdb.cp/var-tag.exp: New file.
11906
fc637f04
PP
119072015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11908
11909 * gdb.base/history-duplicates.exp: New test.
11910
2e52ae68
PP
119112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11912
11913 * gdb.base/completion.exp: Test the completion of the "focus"
11914 command.
11915
6e22494e
JK
119162015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 * gdb.arch/amd64-prologue-skip.S: New file.
11919 * gdb.arch/amd64-prologue-skip.exp: New file.
11920
bf7b9cd9
SM
119212015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11922
11923 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11924 is_address_zero_readable check.
11925
201e8dfd
PB
119262015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11927
11928 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11929 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11930
5cd867b4
YQ
119312015-06-24 Yao Qi <yao.qi@linaro.org>
11932
11933 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11934 linux targets.
11935
4d7be007
YQ
119362015-06-24 Yao Qi <yao.qi@linaro.org>
11937
11938 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11939 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11940 * gdb.base/siginfo-thread.exp: Likewise.
11941
07fcd301
YQ
119422015-06-22 Yao Qi <yao.qi@linaro.org>
11943
11944 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11945
52042a00
YQ
119462015-06-22 Yao Qi <yao.qi@linaro.org>
11947
11948 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11949 aarch64*-*-*.
11950 (skip_hw_watchpoint_tests): Likewise.
11951
74bd41ce
PP
119522015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11953
11954 * gdb.base/gdbinit-history.exp: Test the interaction between
11955 setting GDBHISTSIZE and setting the history size via .gdbinit.
11956
bc460514
PP
119572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11958
11959 PR gdb/16999
11960 * gdb.base/gdbhistsize-history.exp: New test.
11961
b58c513b
PP
119622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11963
11964 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11965 with GDBHISTSIZE.
11966 * gdb.base/readline.exp: Likewise.
11967
92046791
YQ
119682015-06-17 Yao Qi <yao.qi@linaro.org>
11969
11970 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11971 line.
11972
2093d2d3
PP
119732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11974
11975 * gdb.base/gdbinit-history.exp: Add test case to check that
11976 an unlimited history file does not get truncated on exit.
11977
e6c693af
AA
119782015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11979
11980 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11981 (VECTOR): New macro. Use it...
11982 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11983 ...for these typedefs.
11984 (int8, char1, int1, double1): New typedefs.
11985 (struct just_int2, struct two_int2): New structures.
11986 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11987 (add_structvecs, add_singlevecs): New functions.
11988 (main): Call add_some_intvecs twice.
11989 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11990 the compile and exit upon failure. Try compiling for the "native"
11991 architecture. Test inferior function calls with vector arguments
11992 and vector return value handling with "finish" and "return".
11993
c74f7d1c
JT
119942015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11995
11996 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11997 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11998 PE file.
11999 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12000
98aa42ee
AT
120012015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12002
12003 PR breakpoints/16465
12004 * gdb.mi/mi-dprintf-pending.c: New file.
12005 * gdb.mi/mi-dprintf-pending.exp: New test.
12006 * gdb.mi/mi-dprintf-pendshr.c: New file.
12007
7d73c23c 120082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12009 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12010
12011 * gdb.arch/i386-mpx-map.c: New file.
12012 * gdb.arch/i386-mpx-map.exp: New File.
12013
120142015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12015
12016 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12017 * gdb.arch/i386-mpx.exp: Indentation fixed.
12018
120192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12020
12021 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12022 function and improved indentation.
12023 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12024 gdb_test_multiple. Added additional tests to skip the test.
12025
120262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12027
12028 * gdb.arch/i386-avx512.c: Change path in include file.
12029 * gdb.arch/i386-avx512.exp: Change include dir path
12030 compilation flag.
12031 * gdb.arch/i386-mpx.c: Change path in include file.
12032 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12033 flag.
12034
d5eba19a
JK
120352015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 * gdb.compile/compile-print.exp (compile print *vararray@3)
12038 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12039
7f361056
JK
120402015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12041
12042 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12043 (do not keep jit in memory): ... this.
12044 (expect 5): Change it to ...
12045 (expect no 5): ... this.
12046
3b462ec2
SM
120472015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12048
12049 PR gdb/15564
12050 * gdb.mi/mi-detach.exp: New file.
12051
e0619de6
JK
120522015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 PR symtab/18392
12055 * gdb.arch/amd64-tailcall-self.S: New file.
12056 * gdb.arch/amd64-tailcall-self.c: New file.
12057 * gdb.arch/amd64-tailcall-self.exp: New file.
12058
e970cb34
DB
120592015-05-28 Don Breazeal <donb@codesourcery.com>
12060
12061 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12062 tests for remote targets by checking is_target_gdbserver.
12063
b2e2f908
DE
120642015-05-27 Doug Evans <dje@google.com>
12065
12066 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12067 * gdb.dwarf2/opaque-type-lookup.c: New file.
12068 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12069
82c7be31
DE
120702015-05-26 Doug Evans <dje@google.com>
12071
12072 * gdb.cp/iostream.cc: New file.
12073 * gdb.cp/iostream.exp: New file.
12074
b4f54984
DE
120752015-05-26 Doug Evans <dje@google.com>
12076
12077 * gdb.dwarf2/dw2-op-call.exp: Update.
12078 * gdb.dwarf2/dw4-sig-types.exp: Update.
12079 * gdb.dwarf2/implptr.exp: Update.
12080 * gdb.mi/mi-cmd-param-changed.exp: Update.
12081
4ea6efe9
DE
120822015-05-26 Doug Evans <dje@google.com>
12083
12084 * gdb.python/py-lazy-string.c: New file.
12085 * gdb.python/py-lazy-string.exp: New file.
12086 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12087 (main): Update. Add estring3.
12088 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12089 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12090
f6bb7db3
YQ
120912015-05-26 Omair Javaid <omair.javaid@linaro.org>
12092 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.reverse/aarch64.c: New.
12095 * gdb.reverse/aarch64.exp: New.
12096
a81bfbd0
OJ
120972015-05-26 Omair Javaid <omair.javaid@linaro.org>
12098
25d49b86
PA
12099 * lib/gdb.exp (supports_process_record): Return true for
12100 aarch64*-linux*.
a81bfbd0
OJ
12101 (supports_reverse): Likewise.
12102
158bf1b4
PP
121032015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12104
12105 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12106 Use with_test_prefix.
12107
a0145030
AB
121082015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12109
12110 * gdb.base/completion.exp: Add test for completion of layout
12111 names.
12112
ebe3b578
AB
121132015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12114
12115 * lib/gdb.exp (skip_tui_tests): New proc.
12116 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12117
84204ed7
PA
121182015-05-19 Pedro Alves <palves@redhat.com>
12119
12120 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12121 Save the whole env array instead of just HOME. Unset HISTSIZE in
12122 the environment while testing. Restore whole environment
12123 afterwards.
12124
37442ce1
DE
121252015-05-16 Doug Evans <xdje42@gmail.com>
12126
12127 * gdb.guile/scm-ports.c: New file.
12128 * gdb.guile/scm-ports.exp: Add memory port tests.
12129
36de76f9
JK
121302015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12131
12132 * gdb.compile/compile-print.c: New file.
12133 * gdb.compile/compile-print.exp: New file.
12134
3a9558c4
JK
121352015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12136
12137 * gdb.compile/compile-ops.exp: Cast param to void.
12138 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12139 (compile code struct_object.selffield = &struct_object): Add xfail.
12140
aa715135
JG
121412015-05-15 Joel Brobecker <brobecker@adacore.com>
12142
12143 * gdb.ada/arr_enum_with_gap: New testcase.
12144
931e5bc3
JG
121452015-05-15 Joel Brobecker <brobecker@adacore.com>
12146
12147 * gdb.ada/byte_packed_arr: New testcase.
12148
9cd4d857
JB
121492015-05-15 Joel Brobecker <brobecker@adacore.com>
12150
12151 * gdb.ada/pckd_neg: New testcase.
12152
ebfd00d2
PP
121532015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12154
12155 PR gdb/17820
12156 * gdb.base/gdbinit-history.exp: New test.
12157 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12158 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12159
4c082a81
SC
121602015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12161
12162 * gdb.python/py-xmethods.cc: Enhance test case.
12163 * gdb.python/py-xmethods.exp: New tests.
12164 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12165 function.
12166 (B_indexoper): Likewise.
12167 (global_dm_list) : Add new xmethod worker functions.
12168
f7797074
SDJ
121692015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12170
12171 * gdb.base/coredump-filter.exp: Correctly unset
12172 "coredump_var_addr" array.
12173
a4674e4e
PA
121742015-05-08 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.server/non-existing-program.exp: Unset spawn_id.
12177
df2eb078
SC
121782015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12179
12180 PR python/18291
12181 * gdb.python/py-xmethods.exp: Add tests.
12182
422349a3
YQ
121832015-05-08 Yao Qi <yao.qi@linaro.org>
12184
12185 PR gdb/18208
12186 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12187 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12188 function set_coredump_filter, and remove remote_exec call.
12189 Remove argument ipid. Callers update.
12190 (top level): Don't get inferior's PID.
12191
63fc80ce
AA
121922015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12193
12194 * gdb.base/watch_thread_num.exp: Skip test on targets without
12195 access watchpoints.
12196
80ad801e
PA
121972015-05-06 Pedro Alves <palves@redhat.com>
12198
12199 PR server/18081
12200 * gdb.server/non-existing-program.exp: New file.
12201
0fa7fe50
JB
122022015-05-05 Joel Brobecker <brobecker@adacore.com>
12203
12204 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12205
3ea89b92
PMR
122062015-05-05 Joel Brobecker <brobecker@adacore.com>
12207
12208 * gdb.ada/out_of_line_in_inlined: New testcase.
12209
87b8eff0
JB
122102015-05-05 Joel Brobecker <brobecker@adacore.com>
12211
12212 * gdb.ada/var_rec_arr: New testcase.
12213
5fccc635
YQ
122142015-04-30 Yao Qi <yao.qi@linaro.org>
12215
12216 * gdb.base/break-idempotent.exp: If
12217 skip_hw_watchpoint_multi_tests returns true, skip the tests
12218 on "rwatch" and "awatch".
12219
42d38f42
YQ
122202015-04-30 Yao Qi <yao.qi@linaro.org>
12221
12222 * gdb.base/relativedebug.exp: Invoke gdb command
12223 "info sharedlibrary", and if libc.so doesn't have debug info,
12224 skip the test.
12225
2ce1cdbf
DE
122262015-04-29 Doug Evans <dje@google.com>
12227
12228 * gdb.python/py-xmethods.exp: Add ptype tests.
12229 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12230 get_result_type method.
12231
f24a38c5
LM
122322015-04-29 Luis Machado <lgustavo@codesourcery.com>
12233
12234 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12235 the target does not support hardware watchpoints.
12236
ecbf2b3c
LM
122372015-04-29 Luis Machado <lgustavo@codesourcery.com>
12238
12239 * gdb.base/break-always.exp: Abort testing if writing to memory
12240 causes an error.
12241
34f5f757
DE
122422015-04-28 Doug Evans <dje@google.com>
12243
12244 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12245 * gdb.python/py-pp-registration.exp: ... here. New file.
12246 * gdb.python/py-pp-registration.c: New file.
12247 * gdb.python/py-pp-registration.py: New file.
12248
69b4374a
DE
122492015-04-28 Doug Evans <dje@google.com>
12250
12251 * gdb.python/py-bad-printers.c: New file.
12252 * gdb.python/py-bad-printers.py: New file.
12253 * gdb.python/py-bad-printers.exp: New file.
12254
59fb7612
SS
122552015-04-28 Sasha Smundak <asmundak@google.com>
12256
12257 * gdb.python/py-type.exp: New test.
12258
2631b16a
AW
122592015-04-28 Andy Wingo <wingo@igalia.com>
12260
12261 * gdb.python/py-parameter.exp:
12262 * gdb.guile/scm-parameter.exp: Escape the path that we are
12263 matching against, as it might contain characters that are special
12264 to regular expressions.
12265
460efde1
JB
122662015-04-27 Joel Brobecker <brobecker@adacore.com>
12267
12268 * gdb.ada/rec_comp: New testcase.
12269
2d369d8e
SDJ
122702015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12271
12272 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12273 before using it.
12274
cf75d6c3
AB
122752015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12276
12277 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12278 new tests for verilog output.
12279
8dbe7ca5
YQ
122802015-04-24 Yao Qi <yao.qi@linaro.org>
12281
12282 * boards/remote-gdbserver-on-localhost.exp: New file.
12283
4ef9fb2f
PA
122842015-04-23 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12287 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12288 "end of file", remove $inferior_spawn_id from the indirect list.
12289
0a803169
PA
122902015-04-23 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12293
749ef8f8
PA
122942015-04-23 Pedro Alves <palves@redhat.com>
12295
12296 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12297 on $any_spawn_id instead of only on $gdb_spawn_id.
12298
8aae4344
PM
122992015-04-21 Pierre Muller <muller@sourceware.org>
12300
12301 PR pascal/17815
12302 * lib/pascal.exp (gpc_compile): Add new option "class".
12303 (fpc_compile): Likewise.
12304 * gdb.pascal/case-insensitive-symbols.pas: New file.
12305 * gdb.pascal/case-insensitive-symbols.exp: New file.
12306
1586c8fb
GB
123072015-04-20 Gary Benson <gbenson@redhat.com>
12308
12309 * gdb.base/attach.exp: Fix three extended remote failures.
12310
1b6e6f5c
GB
123112015-04-17 Gary Benson <gbenson@redhat.com>
12312
12313 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12314 the main executable over the remote protocol.
12315
e797481d
PA
123162015-04-16 Pedro Alves <palves@redhat.com>
12317
12318 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12319 a new gdbserver if gdbserver_reconnect_p is set.
12320
1ca99c42
PA
123212015-04-16 Pedro Alves <palves@redhat.com>
12322
12323 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12324 is set, don't exit gdbserver.
12325
af9fd6f8
AA
123262015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12327
12328 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12329 appropriate .insn, such that an older assembler can be used.
12330 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12331 the z/Architecture instruction set on 31-bit targets as well.
12332
04ff1e61
AA
123332015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12334
12335 * gdb.go/handcall.exp: Remove all logic related to the first
12336 breakpoint and rely on go_runto_main instead.
12337 * gdb.go/strings.exp: Likewise.
12338 * gdb.go/unsafe.exp: Likewise.
12339 * gdb.go/hello.exp: Likewise. Also rename the remaining
12340 breakpoint marker to "breakpoint 1".
12341 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12342 * gdb.go/strings.go: Likewise.
12343 * gdb.go/unsafe.go: Likewise.
12344 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12345 "set breakpoint 2 here" and rename the remaining breakpoint marker
12346 to "breakpoint 1".
12347
40d2f8d6
SM
123482015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12349
12350 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12351 if itertools.imap is not present.
12352 * gdb.python/py-objfile.exp: Add parentheses.
12353 * gdb.python/py-type.exp: Same.
12354 * gdb.python/py-unwind-maint.py: Same.
12355
8cbc97c6
YQ
123562015-04-15 Yao Qi <yao.qi@linaro.org>
12357
12358 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12359 of ":$ptr_size" and set its form explicitly.
12360
45fd756c
YQ
123612015-04-15 Pedro Alves <palves@redhat.com>
12362 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12365 timeout by factor of 4.
12366 (test_regular_watch): Likewise.
12367 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12368 * gdb.reverse/sigall-reverse.exp: Likewise.
12369 * gdb.reverse/until-precsave.exp: Likewise.
12370 * lib/gdb.exp (with_timeout_factor): New proc.
12371 (gdb_expect): Move some code to ...
12372 (get_largest_timeout): ... here. New procedure.
12373
9e811bc3
LM
123742015-04-14 Luis Machado <lgustavo@codesourcery.com>
12375
12376 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12377
0ff6fcb2
LM
123782015-04-13 Luis Machado <lgustavo@codesourcery.com>
12379
12380 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12381 to write to the .text section.
12382
7578d5f7
LM
123832015-04-13 Luis Machado <lgustavo@codesourcery.com>
12384
12385 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12386 Handle the case of targets that do not provide PID information.
12387
2efe15c4
YQ
123882015-04-13 Yao Qi <yao.qi@linaro.org>
12389
12390 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12391 and use expect instead of gdb_expect.
12392
8cd8f2f8
SDJ
123932015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12394
12395 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12396 "coredump_var_addr" to avoid naming conflict with other testcases.
12397
9ee41772
PA
123982015-04-10 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12401 gdb_test_sequence and gdb_assert.
12402
07473109
PA
124032015-04-10 Pedro Alves <palves@redhat.com>
12404
12405 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12406 test messages that don't include the breakpoint address.
12407
de3db44c
YQ
124082015-04-10 Yao Qi <yao.qi@linaro.org>
12409
12410 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12411 false for some offset and width combinations which aren't
12412 supported by linux kernel.
12413
c79d856c
PA
124142015-04-10 Pedro Alves <palves@redhat.com>
12415
12416 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12417 procedure, factored out from ...
12418 (top level): ... here. Add "set displaced-stepping" testing axis.
12419 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12420 parameter "displaced". Use it.
12421 (top level): Use foreach and add "set displaced-stepping" testing
12422 axis.
12423
ebc90b50
PA
124242015-04-10 Pedro Alves <palves@redhat.com>
12425
12426 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12427 Remove comment.
12428 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12429 both the address of the instruction that triggers the watchpoint
12430 and the address of the instruction immediately after, and use
12431 those addresses for the test. Fix comment.
12432
8f572e5c
PA
124332015-04-10 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.base/sigstep.exp (breakpoint_to_handler)
12436 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12437 Test "backtrace" in handler.
12438 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12439 (top level): Add new "displaced" test axis to
12440 breakpoint_to_handler, breakpoint_to_handler_entry and
12441 breakpoint_over_handler.
12442
8d707a12
PA
124432015-04-10 Pedro Alves <palves@redhat.com>
12444
12445 PR gdb/18216
12446 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12447
ef713951
YQ
124482015-04-10 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12451 (test_add_rn_pc): New function.
12452 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12453 (top level): Invoke test_add_rn_pc.
12454
906d60cf
PA
124552015-04-10 Pedro Alves <palves@redhat.com>
12456
12457 PR gdb/13858
12458 * gdb.base/step-over-no-symbols.exp: New file.
12459
f2983cc3
AW
124602015-04-09 Andy Wingo <wingo@igalia.com>
12461
12462 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12463 after the Python tests.
12464
6d62641c
SDJ
124652015-04-08 Keith Seitz <keiths@redhat.com>
12466
12467 PR python/16699
12468 * gdb.python/py-completion.exp: New tests for completion.
12469 * gdb.python/py-completion.py (CompleteLimit1): New class.
12470 (CompleteLimit2): Likewise.
12471 (CompleteLimit3): Likewise.
12472 (CompleteLimit4): Likewise.
12473 (CompleteLimit5): Likewise.
12474 (CompleteLimit6): Likewise.
12475 (CompleteLimit7): Likewise.
12476
f3770638
PA
124772015-04-08 Pedro Alves <palves@redhat.com>
12478
12479 PR gdb/18214
12480 PR gdb/18216
12481 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12482 function.
12483 (main): Install it as SIGUSR1 handler.
12484 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12485 parameter. Always use "setup" as prefix. Toggle "set
12486 displaced-stepping" off/on depending on global. Don't switch to
12487 thread 1 here.
12488 (top level): Add displaced stepping "off/on" test axis. Update
12489 "setup" calls. Wrap each subtest with with_test_prefix. Test
12490 continuing with a queued signal in each thread.
12491
4496bed7
PA
124922015-04-08 Pedro Alves <palves@redhat.com>
12493
12494 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12495 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12496 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12497 Return early if running to main fails.
12498 * gdb.trace/while-stepping.exp: Likewise.
12499
b97fde92
PA
125002015-04-07 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12503 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12504 interact with inferior program.
12505
f71c18e7
PA
125062015-04-07 Pedro Alves <palves@redhat.com>
12507
12508 * lib/gdb.exp (inferior_spawn_id): New global.
12509 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12510 spawn id after processing the user code.
12511 (default_gdb_start): Set inferior_spawn_id.
12512 (send_inferior): New procedure.
12513 * lib/gdbserver-support.exp (gdbserver_start): Set
12514 inferior_spawn_id.
12515 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12516
6423214f
PA
125172015-04-07 Pedro Alves <palves@redhat.com>
12518
12519 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12520 * lib/gdbserver-support.exp (gdbserver_start): Make
12521 $server_spawn_id global.
12522 (gdbserver_start): Don't wait for gdbserver's spawn id with
12523 expect_background.
12524 (close_gdbserver): New procedure.
12525 (gdb_exit): Rename the default version and reimplement.
12526
71c0ee8c
PA
125272015-04-07 Pedro Alves <palves@redhat.com>
12528
72f4393d 12529 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12530 append the substituted item, not the original item.
12531
203bc29b
PA
125322015-04-07 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12535 gdb_expect.
12536
508a3ddf
PA
125372015-04-07 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12540 output appearing once only.
12541
9f6dbe2b
PA
125422015-04-07 Pedro Alves <palves@redhat.com>
12543
12544 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12545 that doesn't expect anything. Return early if running to main
12546 fails.
12547
337532fa
YQ
125482015-04-07 Yao Qi <yao.qi@linaro.org>
12549
12550 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12551 (child_function): Call alarm.
12552 (main): Move call to alarm into the loop.
12553 * gdb.threads/non-stop-fair-events.exp: Build program with
12554 -DTIMEOUT=$timeout.
12555
01b622d4
DE
125562015-04-06 Doug Evans <xdje42@gmail.com>
12557
12558 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12559 Fix dest parameter to board_info.
12560 (fpc_compile): Ditto.
12561 (gdb_compile_pascal): Rename dest arg to destfile.
12562
961f4160
PMR
125632015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12564
12565 * gdb.ada/funcall_ref.exp: New file.
12566 * gdb.ada/funcall_ref/foo.adb: New file.
12567
cafda597
YQ
125682015-04-02 Yao Qi <yao.qi@linaro.org>
12569
12570 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12571 is remote.
12572
fed040c6
GB
125732015-04-02 Gary Benson <gbenson@redhat.com>
12574
12575 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12576
d11916aa
SS
125772015-04-01 Sasha Smundak <asmundak@google.com>
12578
12579 * gdb.python/py-unwind-maint.c: New file.
12580 * gdb.python/py-unwind-maint.exp: New test.
12581 * gdb.python/py-unwind-maint.py: New file.
12582 * gdb.python/py-unwind.c: New file.
12583 * gdb.python/py-unwind.exp: New test.
12584 * gdb.python/py-unwind.py: New test.
12585
a1471180
PA
125862015-04-01 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12589 to fail instead of non-existent $test.
12590
0bbeccb1
PA
125912015-04-01 Pedro Alves <palves@redhat.com>
12592
12593 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12594 GDBFLAGS if not empty.
12595
3c724c8c
PMR
125962015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12597
12598 * gdb.ada/complete.exp: Remove "multi_line".
12599 * gdb.ada/info_exc.exp: Remove "multi_line".
12600 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12601 * gdb.ada/ptype_field.exp: Remove "multi_line".
12602 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12603 * gdb.ada/tagged.exp: Remove "multi_line".
12604 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12605 [multi_line ...]
12606 * gdb.btrace/delta.exp: Likewise.
12607 * gdb.btrace/exception.exp: Likewise.
12608 * gdb.btrace/function_call_history.exp: Likewise.
12609 * gdb.btrace/instruction_history.exp: Likewise.
12610 * gdb.btrace/nohist.exp: Likewise.
12611 * gdb.btrace/record_goto.exp: Likewise.
12612 * gdb.btrace/segv.exp: Likewise.
12613 * gdb.btrace/stepi.exp: Likewise.
12614 * gdb.btrace/tailcall.exp: Likewise.
12615 * gdb.btrace/unknown_functions.exp: Likewise.
12616 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12617 * lib/gdb.exp: Add the "multi_line" helper.
12618
4eec2deb
PA
126192015-04-01 Pedro Alves <palves@redhat.com>
12620
12621 * gdb.threads/tid-reuse.c: New file.
12622 * gdb.threads/tid-reuse.exp: New file.
12623
df8411da
SDJ
126242015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12625
12626 PR corefiles/16092
12627 * gdb.base/coredump-filter.c: New file.
12628 * gdb.base/coredump-filter.exp: Likewise.
12629
6ef37366
PM
126302015-03-27 Petr Machata <pmachata@redhat.com>
12631
12632 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12633 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12634 (Dwarf::assemble): Initialize them.
12635 (Dwarf::lines): New function.
12636
7ec911b0
JT
126372015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12638
12639 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12640 SYMBOL_PREFIX for x86_64-*-cygwin.
12641
ff908ebf
AW
126422015-03-26 Andy Wingo <wingo@igalia.com>
12643
12644 PR symtab/18148
12645 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12646 const_value but not a location.
12647 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12648 location defined in non-main CUs are visible.
12649
6d5f0679
YQ
126502015-03-26 Yao Qi <yao.qi@linaro.org>
12651
12652 PR testsuite/18139
12653 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12654 Add a line number entry for the same line.
12655 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12656 Add a line number entry for the same line.
12657
2898689b
YQ
126582015-03-26 Yao Qi <yao.qi@linaro.org>
12659
12660 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12661 .int 0.
12662 (func): Likewise. Add .Lfunc_1 label.
12663 Use .Lfunc_1 label.
12664 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12665 .int 0.
12666 (func): Likewise.
12667 Use .Lfunc_1 label.
12668
85180498
YQ
126692015-03-26 Yao Qi <yao.qi@linaro.org>
12670
12671 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12672 Call gdb_compile instead to compile each .s files without debug
12673 information.
12674
8aa08a8d
YQ
126752015-03-26 Yao Qi <yao.qi@linaro.org>
12676
12677 * gdb.base/savedregs.exp (process_saved_regs): Make
12678 "Saved registers:" optional in the pattern.
12679
66849923
MM
126802015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12681
12682 * gdb.btrace/next.exp: Merged into step.exp.
12683 * gdb.btrace/finish.exp: Merged into step.exp.
12684 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12685 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12686 "record goto" and checking the exact replay position.
12687 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12688 check for "Recording format" in "info record" output.
12689 * gdb.btrace/record_goto.exp: Choose test file based on target.
12690 * gdb.btrace/x86-record_goto.S: Renamed into ...
12691 * gdb.btrace/x86_64-record_goto.S: ... this.
12692 * gdb.btrace/i686-record_goto.S: New.
12693 * gdb.btrace/x86-tailcall.S: Renamed into ...
12694 * gdb.btrace/x86_64-tailcall.S: ... this.
12695 * gdb.btrace/i686-tailcall.S: New.
12696 * gdb.btrace/x86-tailcall.c: Renamed into ...
12697 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12698 separate statements. Update test.
12699 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12700 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12701 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12702 * gdb.btrace/tailcall.exp: Choose test file based on target.
12703 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12704
11cc1b74
MM
127052015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12706
12707 * gdb.btrace/exception.exp: Increase BTS buffer size.
12708
a25d8bf9
PA
127092015-03-24 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12712
856e7dd6
PA
127132015-03-24 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.threads/schedlock.exp (test_step): No longer expect that
12716 "set scheduler-locking step" with "next" over a function call runs
12717 threads unlocked.
12718
ad235a41
AT
127192015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12720
12721 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12722
15630549
AT
127232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12724
12725 PR breakpoints/16466
12726 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12727 * gdb.mi/mi-pending.c (thread_func): New function.
12728 (int main): Add threading support required.
12729 * gdb.mi/mi-pending.exp: Add tests for this issue.
12730 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12731 (pendfunc2): Remove stdio dependency.
12732 * gdb.mi/mi-pendshr2.c: New file.
12733
693dca06
KS
127342015-03-23 Keith Seitz <keiths@redhat.com>
12735
12736 * gdb.linespec/keywords.c: New file.
12737 * gdb.linespec/keywords.exp: New file.
12738
7e993ebf
KS
127392015-03-23 Keith Seitz <keiths@redhat.com>
12740
12741 PR gdb/18021
12742 * gdb.dwarf2/staticvirtual.exp: New test.
12743
bc23328c
JK
127442015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12745
12746 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12747 * README: Remove HP-UX and gdb.hp.
12748 (configuration):
12749 * configure: Regenerate.
12750 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12751 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12752 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12753 gdb.hp/gdb.defects/Makefile.
12754 * gdb.hp/Makefile.in: File deleted.
12755 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12756 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12757 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12758 * gdb.hp/gdb.aCC/run.c: File deleted.
12759 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12760 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12761 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12762 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12763 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12764 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12765 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12766 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12767 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12768 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12769 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12770 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12771 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12772 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12773 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12774 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12775 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12776 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12777 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12778 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12779 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12780 * gdb.hp/gdb.compat/average.c: File deleted.
12781 * gdb.hp/gdb.compat/sum.c: File deleted.
12782 * gdb.hp/gdb.compat/xdb.c: File deleted.
12783 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12784 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12785 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12786 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12787 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12788 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12789 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12790 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12791 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12792 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12793 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12794 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12795 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12796 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12797 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12798 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12799 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12800 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12801 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12802 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12803 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12804 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12805 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12806 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12807 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12808 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12809 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12810 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12811 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12812 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12813 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12814 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12815 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12816 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12817 * gdb.hp/tools/odump: File deleted.
12818
8bf3b159
PA
128192015-03-19 Pedro Alves <palves@redhat.com>
12820
12821 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12822 (saw_thread_3): New globals.
12823 (top level): Increment them when an event for the corresponding
12824 thread is seen.
12825 (no thread starvation): New test.
12826
eb54c8bf
PA
128272015-03-19 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.threads/continue-pending-status.c: New file.
12830 * gdb.threads/continue-pending-status.exp: New file.
12831
32d2e5d6
PA
128322015-03-18 Pedro Alves <palves@redhat.com>
12833
12834 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12835 Use gdb_is_target_remote instead of is_remote. Use
12836 gdb_test_multiple instead of gdb_expect. Exit early if
12837 gdb_test_multiple hits its internal matches. Tighten stepi tests
12838 expected output. Fail on exit with any signal, instead of just
12839 SIGILL.
12840
f68f11b7
YQ
128412015-03-18 Yao Qi <yao.qi@linaro.org>
12842
12843 PR tdep/18107
12844 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12845 variable.
12846 * gdb.base/catch-syscall.exp: Don't skip it on
12847 aarch64*-*-linux* target. Remove elements in all_syscalls.
12848 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12849 target.
12850 (setup_all_syscalls): New proc.
12851
ca5fd19b
YQ
128522015-03-16 Yao Qi <yao.qi@linaro.org>
12853
12854 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12855 (top level): Skip tests if valid_addr_p returns false for
12856 $cmd1 or $cmd2.
12857
85642ba0
AW
128582015-03-11 Andy Wingo <wingo@igalia.com>
12859
12860 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12861
e03f9645
YQ
128622015-03-11 Yao Qi <yao.qi@linaro.org>
12863
12864 * gdb.base/catch-syscall.exp: Fix typo in comments.
12865
5d0962b2
YQ
128662015-03-11 Yao Qi <yao.qi@linaro.org>
12867
12868 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12869
b2df3cef
PA
128702015-03-09 Pedro Alves <palves@redhat.com>
12871
12872 * dg-extract-results.py: Delete.
12873
ef878e53
PA
128742015-03-09 Pedro Alves <palves@redhat.com>
12875
12876 Merge dg-extract-results.sh from GCC upstream (r218843).
12877
12878 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12879 * dg-extract-results.sh: Use --text with grep to avoid issues with
12880 binary files. Fall back to cat -v, if that doesn't work.
12881
9494d219
PA
128822015-03-05 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12885
a8d9763a
SM
128862015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12887
12888 * lib/mi-support.exp (mi_expect_interrupt): Accept
12889 alternative event for when in all-stop mode.
12890
be9957b8
PA
128912015-03-04 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12894
d57be0f4 128952015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12896
12897 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12898
c214c7cf
AA
128992015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12900
12901 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12902 regexps for GDB's current line display, accept a hex address
12903 preceding the line number.
12904
6d74a497
AA
129052015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12906
12907 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12908 the 'arch1' variable for "s390*-linux*" targets.
12909
511aee7c
PA
129102015-03-04 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12913 (main): Pass missing retval argument to pthread_join call.
12914
95e50b27
PA
129152015-03-02 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12918 (top level): Call do_test with non-stop as well.
12919
28054d69
PA
129202015-03-02 Pedro Alves <palves@redhat.com>
12921
12922 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12923 -1.
12924
4fa5d7b4
AA
129252015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12926
12927 * gdb.arch/s390-vregs.exp: New test.
12928 * gdb.arch/s390-vregs.S: New file.
12929
97c18565
PA
129302015-02-27 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12933 call to catch_command_errors.
12934 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12935 catch_command_errors.
12936
a37bfa30
PA
129372015-02-27 Pedro Alves <palves@redhat.com>
12938
12939 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12940 "true" for boolean result.
12941 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12942 prototype of main.
12943
6f98576f
PA
129442015-02-27 Pedro Alves <palves@redhat.com>
12945
12946 * lib/unbuffer_output.c: New file.
12947 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12948 (main): Call gdb_unbuffer_output.
12949
eba5ab56
YQ
129502015-02-27 Yao Qi <yao.qi@linaro.org>
12951
12952 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12953 target.
12954
0def5aaa
DE
129552015-02-26 Doug Evans <dje@google.com>
12956
12957 * gdb.cp/class2.cc (Dbase, D): New classes.
12958 (main): New local delta.
12959 * gdb.cp/class2.exp: Test printing delta.
12960 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12961 (dynbar): New global.
12962 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12963
081a1c2c
JK
129642015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12965
12966 * gdb.compile/compile-ifunc.c: New file.
12967 * gdb.compile/compile-ifunc.exp: New file.
12968
2f41223f
AT
129692015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12970
12971 * gdb.base/structs.exp: Check for correct struct on finish.
12972
03eddd80
YQ
129732015-02-26 Yao Qi <yao.qi@linaro.org>
12974
12975 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12976 is zero.
12977
80c57053
JK
129782015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12979
12980 * gdb.arch/cordic.ko.bz2: New file.
12981 * gdb.arch/cordic.ko.debug.bz2: New file.
12982 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12983
21613c12
YQ
129842015-02-25 Yao Qi <yao.qi@linaro.org>
12985
12986 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12987 aarch64*-*-* target.
12988
d8b901ed
PA
129892015-02-23 Pedro Alves <palves@redhat.com>
12990
12991 * lib/gdb.exp (delete_breakpoints): Rewrite using
12992 gdb_test_multiple.
12993
e5b85ead
PA
129942015-02-23 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.base/info-os.c: Include stdlib.h.
12997
85c3a371
DE
129982015-02-22 Doug Evans <xdje42@gmail.com>
12999
13000 PR symtab/17855
13001 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13002 is read after symbols have been re-read.
13003 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13004 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13005
96553a0c
DE
130062015-02-21 Doug Evans <dje@google.com>
13007
13008 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13009
97a0c697
JK
130102015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13011
13012 PR corefiles/17808
13013 * gdb.arch/i386-biarch-core.core.bz2: New file.
13014 * gdb.arch/i386-biarch-core.exp: New file.
13015
a47cd6e9
PA
130162015-02-21 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13019 runto_main fails.
13020
c5facdc4
PA
130212015-02-20 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13024 info probes.
13025
2db9a427
PA
130262015-02-20 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13029
60fb7e9e
PA
130302015-02-20 Pedro Alves <palves@redhat.com>
13031
13032 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13033 clean_restart before gdb_target_supports_trace.
13034
5c5019c2
PA
130352015-02-20 Pedro Alves <palves@redhat.com>
13036
13037 PR threads/18006
13038 * gdb.threads/clone-thread_db.c: New file.
13039 * gdb.threads/clone-thread_db.exp: New file.
13040
c9587f88
AT
130412015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13042
13043 PR breakpoints/16812
13044 * gdb.base/catch-gdb-caused-signals.c: New file.
13045 * gdb.base/catch-gdb-caused-signals.exp: New file.
13046
f6a88844
JM
130472015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13048
13049 * configure: Regenerated.
13050 * configure.ac: Use GDB_AC_TRANSFORM.
13051 * aclocal.m4: sinclude ../transform.m4.
13052
497c491b
JM
130532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13054
13055 * lib/dtrace.exp: New file.
13056 * gdb.base/dtrace-probe.exp: Likewise.
13057 * gdb.base/dtrace-probe.d: Likewise.
13058 * gdb.base/dtrace-probe.c: Likewise.
13059 * lib/pdtrace.in: Likewise.
13060 * configure.ac: Output variables with the transformed names of
13061 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13062 * configure: Regenerated.
13063
03e98035
JM
130642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13065
13066 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13067 expected message when trying to access $_probe_* convenience
13068 variables while not on a probe.
13069
63cc30e9
JK
130702015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13071
13072 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13073
0703599a
PA
130742015-02-11 Pedro Alves <pedro@codesourcery.com>
13075
13076 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13077 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13078
7e60a48e
DE
130792015-02-10 Doug Evans <xdje42@gmail.com>
13080
13081 * lib/gdb.exp (gdb_load): Always return a result.
13082
01b088bc
PA
130832015-02-10 Pedro Alves <palves@redhat.com>
13084
13085 * gdb.threads/signal-sigtrap.c: New file.
13086 * gdb.threads/signal-sigtrap.exp: New file.
13087
b05ec7a5
AT
130882015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13089
13090 * gdb.trace/no-attach-trace.c: New file.
13091 * gdb.trace/no-attach-trace.exp: New file.
13092
a2c2acaf
MW
130932015-02-09 Mark Wielaard <mjw@redhat.com>
13094
13095 * gdb.dwarf2/atomic.c: New file.
13096 * gdb.dwarf2/atomic-type.exp: Likewise.
13097
31fd9caa
MM
130982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13099
13100 * gdb.btrace/buffer-size.exp: Update "info record" output.
13101 * gdb.btrace/delta.exp: Update "info record" output.
13102 * gdb.btrace/enable.exp: Update "info record" output.
13103 * gdb.btrace/finish.exp: Update "info record" output.
13104 * gdb.btrace/instruction_history.exp: Update "info record" output.
13105 * gdb.btrace/next.exp: Update "info record" output.
13106 * gdb.btrace/nexti.exp: Update "info record" output.
13107 * gdb.btrace/step.exp: Update "info record" output.
13108 * gdb.btrace/stepi.exp: Update "info record" output.
13109 * gdb.btrace/nohist.exp: Update "info record" output.
13110
d33501a5
MM
131112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13112
13113 * gdb.btrace/buffer-size: New.
13114
f4abbc16
MM
131152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13116
13117 * gdb.btrace/delta.exp: Update "info record" output.
13118 * gdb.btrace/enable.exp: Update "info record" output.
13119 * gdb.btrace/finish.exp: Update "info record" output.
13120 * gdb.btrace/instruction_history.exp: Update "info record" output.
13121 * gdb.btrace/next.exp: Update "info record" output.
13122 * gdb.btrace/nexti.exp: Update "info record" output.
13123 * gdb.btrace/step.exp: Update "info record" output.
13124 * gdb.btrace/stepi.exp: Update "info record" output.
13125 * gdb.btrace/nohist.exp: Update "info record" output.
13126
b9d61307
SM
131272015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13128
13129 PR gdb/15678
13130 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13131
e584fdbc
PA
131322015-02-06 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13135 macro.
13136 (seconds_left, again): New globals.
13137 (main): Wait seconds_left in a 1-second sleep loop instead of
13138 sleeping 180 seconds. If 'again' is set, reset the seconds
13139 counter.
13140 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13141 'again' in the inferior before detaching. Print the seconds left.
13142 (options): New global.
13143 (top level): Build program with -DTIMEOUT=$timeout.
13144
77f41761
PA
131452015-02-06 Pedro Alves <palves@redhat.com>
13146
13147 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13148 determine how many seconds to pass to 'alarm'.
13149 * gdb.base/gdb-sigterm.exp (top level): Build program with
13150 -DTIMEOUT=$timeout.
13151 (do_test): Return success/failure indication. Add more verbose
13152 logging. Don't fail if 200 single steps are seen. Instead, fail
13153 when the test times out.
13154 (passes): New global.
13155 (top level): Break the testing loop if testing fails on any
13156 iteration. Use gdb_assert.
13157
b9394193
DB
131582015-02-04 Don Breazeal <donb@codesourcery.com>
13159
13160 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13161 and initialize them.
13162 (ipc_cleanup): New function.
13163 (main): Don't declare shmid, semid, and msqid. Add a call to
13164 atexit so that we call ipc_cleanup on exit.
13165
42d9e528
PA
131662015-02-04 Pedro Alves <palves@redhat.com>
13167
13168 * boards/native-extended-gdbserver.exp: Remove any target variant
13169 specifications from the board name before clearing the isremote
13170 flag from board_info.
13171
ae6ae975
DE
131722015-01-31 Doug Evans <xdje42@gmail.com>
13173
13174 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13175
cfb069a8
GB
131762015-01-31 Gary Benson <gbenson@redhat.com>
13177
13178 * gdb.base/completion.exp: Disable completion limiting for
13179 existing tests. Add new tests to check completion limiting.
13180 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13181
5dd31d79
DE
131822015-01-31 Doug Evans <xdje42@gmail.com>
13183
13184 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13185
9f050062
DE
131862015-01-31 Doug Evans <xdje42@gmail.com>
13187
13188 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13189 entries. Duplicate file section script entries.
13190 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13191 inlined entries. Add test for safe-path rejection.
13192 * gdb.python/py-section-script.c: Add duplicate inlined section script
13193 entries. Duplicate file section script entries.
13194 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13195 inlined entries. Add test for safe-path rejection.
13196
df25ebbd
JB
131972015-01-29 Joel Brobecker <brobecker@adacore.com>
13198
13199 * gdb.ada/disc_arr_bound: New testcase.
13200
4a0ca9ec
JB
132012015-01-29 Joel Brobecker <brobecker@adacore.com>
13202
13203 * gdb.ada/mi_var_array: New testcase.
13204
3a8b707a
DE
132052015-01-27 Doug Evans <dje@google.com>
13206
13207 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13208 Add test for objfile.filename, objfile.username after objfile
13209 has been unloaded.
13210
f8313f6e
JB
132112015-01-26 Joel Brobecker <brobecker@adacore.com>
13212
13213 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13214 the second test to print the name attribute of value
13215 returned by the call to gdb.lookup_type, and adjust
13216 the expected output accordingly.
13217
37bc665e
MW
132182015-01-25 Mark Wielaard <mjw@redhat.com>
13219
13220 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13221 * gdb.base/disp-step-fork.c: Include unistd.h.
13222 * gdb.base/siginfo-obj.c: Include stdio.h.
13223 * gdb.base/siginfo-thread.c: Likewise.
13224 * gdb.mi/non-stop.c: Include unistd.h.
13225 * gdb.mi/nsthrexec.c: Include stdio.h.
13226 * gdb.mi/pthreads.c: Include unistd.h.
13227 * gdb.modula2/unbounded1.c (main): Declare returns int.
13228 * gdb.reverse/consecutive-reverse.c: Likewise.
13229 * gdb.threads/create-fail.c: Include unistd.h.
13230 * gdb.threads/killed.c: Likewise.
13231 * gdb.threads/linux-dp.c: Likewise.
13232 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13233 * gdb.threads/non-ldr-exc-2.c: Likewise.
13234 * gdb.threads/non-ldr-exc-3.c: Likewise.
13235 * gdb.threads/non-ldr-exc-4.c: Likewise.
13236 * gdb.threads/pthreads.c: Include unistd.h.
13237 (main): Declare returns int.
13238 * gdb.threads/tls-main.c (foo): New declaration.
13239 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13240
f7e5394d
SM
132412015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13242
13243 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13244 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13245
743649fd
MW
132462015-01-15 Mark Wielaard <mjw@redhat.com>
13247
13248 * gdb.base/noreturn-return.c: New file.
13249 * gdb.base/noreturn-return.exp: New file.
13250 * gdb.base/noreturn-finish.c: New file.
13251 * gdb.base/noreturn-finish.exp: New file.
13252
198297aa
PA
132532015-01-23 Pedro Alves <palves@redhat.com>
13254
13255 * gdb.threads/continue-pending-after-query.c: New file.
13256 * gdb.threads/continue-pending-after-query.exp: New file.
13257
717cf30c
AG
132582015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13259 Simon Marchi <simon.marchi@ericsson.com>
13260
13261 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13262 * gdb.base/valgrind-db-attach.exp: Same.
13263 * gdb.base/valgrind-infcall.exp: Same.
13264 * lib/mi-support.exp (default_mi_gdb_start): Same.
13265 * lib/prompt.exp (default_prompt_gdb_start): Same.
13266 * lib/gdb.exp (default_gdb_spawn): Same.
13267 (gdb_interact): New.
13268
13269
4b62a76e
JK
132702015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13271
13272 * gdb.compile/compile.exp (pointer to jit function): New test.
13273
b4cdae6f
WW
132742015-01-17 Wei-cheng Wang <cole945@gmail.com>
13275
13276 * lib/gdb.exp (supports_process_record): Return true for
13277 powerpc*-*-linux*.
13278 (supports_reverse): Likewise.
13279
d221e7ef
DB
132802015-01-15 Don Breazeal <donb@codesourcery.com>
13281
13282 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13283 instead of checking whether the target board is remote and
13284 use spawn_wait_for_attach instead of exec/sleep.
13285 * gdb.base/attach-twice.exp: Likewise.
13286
bafffb51
JB
132872015-01-15 Joel Brobecker <brobecker@adacore.com>
13288
13289 * gdb.ada/var_arr_attrs: New testcase.
13290
5589af0e
PA
132912015-01-14 Pedro Alves <palves@redhat.com>
13292 Joel Brobecker <brobecker@adacore.com>
13293
13294 PR gdb/17525
13295 * gdb.base/bp-cmds-execution-x-script.c: New file.
13296 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13297 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13298
6c400b59
PA
132992015-01-14 Pedro Alves <palves@redhat.com>
13300
13301 PR cli/17828
13302 * gdb.base/batch-preserve-term-settings.c: New file.
13303 * gdb.base/batch-preserve-term-settings.exp: New file.
13304
e02c96a7
DE
133052015-01-13 Doug Evans <dje@google.com>
13306
13307 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13308 binary.
13309
576fd14c
JB
133102015-01-13 Joel Brobecker <brobecker@adacore.com>
13311
13312 * Makefile.in (clean mostlyclean): Do not delete *.py.
13313
04dccad0
JB
133142015-01-13 Joel Brobecker <brobecker@adacore.com>
13315
13316 * gdb.python/py-lookup-type.exp: New file.
13317
3d230f71
PA
133182015-01-12 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13321 restore GDBFLAGS before returning.
13322
7e67715d
JK
133232015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13324
13325 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13326 is_amd64_regs_target and is_x86_like_target.
13327
f2e0d4b4
DE
133282015-01-11 Doug Evans <xdje42@gmail.com>
13329
13330 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13331 is given without an explicit form.
13332 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13333 attributes.
13334 * gdb.dwarf/corrupt.exp: Ditto.
13335 * gdb.dwarf2/enum-type.exp: Ditto.
13336 * gdb.trace/entry-values.exp: Ditto.
13337 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13338
439250fb
DE
133392015-01-11 Doug Evans <xdje42@gmail.com>
13340
13341 PR gdb/15830
13342 * gdb.base/maint.exp: Remove references to "maint demangle".
13343 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13344 Add tests for explicitly specifying language to demangle.
13345 * gdb.dlang/demangle.exp: Ditto.
13346
ede9f622
PA
133472015-01-09 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.threads/non-stop-fair-events.c: New file.
13350 * gdb.threads/non-stop-fair-events.exp: New file.
13351
a7b796db
PA
133522015-01-09 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13355 the global scope. Set a breakpoint after all threads are started
13356 rather than stepping over two source lines. Expect the prompt.
13357 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13358 global.
13359 (NUM): Now 15.
13360 (main): Use threads_started_barrier to wait for all threads to
13361 start. Main thread no longer calls thread_function. Exit after
13362 180 seconds.
13363 (loop): New function.
13364 (thread_function): Wait on threads_started_barrier barrier. Call
13365 'loop' at each iteration.
13366 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13367 threads have started, instead of hardcoding number of "next"
13368 steps. Use an access watchpoint instead of a write watchpoint.
13369
9665ffdd
PA
133702015-01-09 Pedro Alves <palves@redhat.com>
13371
13372 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13373 (thread_func): Wait on barrier.
13374 (main): Wait for all threads to start before stopping GDB.
13375 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13376 global.
13377 (thread1_func, thread2_func): Wait on barrier.
13378 (main): Wait for all threads to start before stopping GDB.
13379 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13380 New global.
13381 (thread1_func, thread2_func): Wait on barrier.
13382 (main): Wait for all threads to start before stopping GDB.
13383
c945a99f
PA
133842015-01-09 Pedro Alves <palves@redhat.com>
13385
13386 * gdb.threads/attach-many-short-lived-threads.c: New file.
13387 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13388
c1a747c1
PA
133892014-01-09 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13392 instead of to thread 2.
13393 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13394 Add barrier around each pthread_create call instead of around all
13395 calls.
13396 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13397 Set a break on thread_function and have the child threads hit it
13398 one at at a time.
13399
60b3033e
PA
134002015-01-09 Pedro Alves <palves@redhat.com>
13401
13402 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13403 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13404 false.
13405 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13406 checking whether the target board is remote.
13407 * gdb.multi/multi-attach.exp: Likewise.
13408 * gdb.python/py-sync-interp.exp: Likewise.
13409 * gdb.server/ext-attach.exp: Likewise.
13410 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13411 tests that need to attach, instead of checking whether the target
13412 board is remote at the top of the file.
13413
acc018ac
YQ
134142015-01-08 Yao Qi <yao@codesourcery.com>
13415
13416 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13417
50a18af8
JK
134182015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13419
13420 Fix testcase compilation.
13421 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13422
8503d6e1
JB
134232015-01-06 Joel Brobecker <brobecker@adacore.com>
13424
13425 * gdb.python/py-type.exp: Add a couple test about empty
13426 array creation, and negative-length array creation.
13427
cc73dbcc
DE
134282015-01-02 Doug Evans <xdje42@gmail.com>
13429
13430 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13431
0300bbc7
DE
134322015-01-02 Doug Evans <dje@google.com>
13433
13434 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13435
9d85a0ec
YQ
134362014-12-29 Yao Qi <yao@codesourcery.com>
13437
13438 * gdb.trace/entry-values.exp: Update comments. Rename variable
13439 bar_call_foo to returned_from_foo.
13440
87186c6a
MMN
134412014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13442
13443 PR gdb/17394
13444 * gdb.linespec/break-asm-file.c: New file.
13445 * gdb.linespec/break-asm-file.exp: New file.
13446 * gdb.linespec/break-asm-file0.s: New file.
13447 * gdb.linespec/break-asm-file1.s: New file.
13448
1bab7383
YQ
134492014-12-18 Nigel Stephens <nigel@mips.com>
13450 Maciej W. Rozycki <macro@codesourcery.com>
13451
13452 * gdb.base/float.exp: Handle the new output from "info float" on
13453 MIPS targets.
13454
1bc1068a
JK
134552014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13456
13457 Fix MinGW compilation.
13458 * gdb.compile/compile-ops.exp: Update untested message if
13459 !skip_compile_feature_tests.
13460 * gdb.compile/compile-setjmp.exp: Likewise.
13461 * gdb.compile/compile-tls.exp: Likewise.
13462 * gdb.compile/compile.exp: Likewise.
13463 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13464 supported on this host".
13465
b6615d10
DE
134662014-12-16 Doug Evans <xdje42@gmail.com>
13467
13468 * boards/stabs.exp: New file.
13469
25dda427
AA
134702014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13471
13472 * gdb.base/completion.exp: Adjust to format changes of "maint
13473 print user-registers".
13474
bf330350
CU
134752014-12-16 Catalin Udma <catalin.udma@freescale.com>
13476
13477 PR server/17457
13478 * gdb.arch/aarch64-fp.c: New file.
13479 * gdb.arch/aarch64-fp.exp: New file.
13480
395cf596
SDJ
134812014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13482
13483 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13484 r210637, r210913, r211666, r215400, r215817).
13485
13486 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13487 * dg-extract-results.py: New file.
13488 * dg-extract-results.sh: Use it if the environment seems
13489 suitable.
13490
13491 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13492
13493 * dg-extract-results.py (parse_run): Handle warnings that
13494 are printed before a test harness is run.
13495
13496 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13497
13498 * dg-extract-results.py (Named): Remove __cmp__ method.
13499 (output_variation): Use a key to sort variation.harnesses.
13500
13501 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13502
13503 * dg-extract-results.py: For Python 3, force sys.stdout to
13504 handle surrogate escape sequences.
13505 (safe_open): New function.
13506 (output_segment, main): Use it.
13507
13508 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13509
13510 * dg-extract-results.py (Prog.result_re): Include options
13511 in test name.
13512
13513 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13514
13515 * dg-extract-results.py (output_variation): Always sort if
13516 do_sum.
13517
e882ef3c
SM
135182014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13519
13520 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13521 as long as we get pagination notifications.
13522
4992aa20
JM
135232014-12-15 Jason Merrill <jason@redhat.com>
13524
13525 * Makefile.in (check-gdb.%): Restore.
13526 * README: Mention it.
13527
c1b5a1a6
JB
135282014-12-13 Joel Brobecker <brobecker@adacore.com>
13529
13530 * gdb.ada/str_uninit: New testcase.
13531
5537b577
JK
135322014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13533
13534 PR symtab/17642
13535 * gdb.base/vla-stub-define.c: New file.
13536 * gdb.base/vla-stub.c: New file.
13537 * gdb.base/vla-stub.exp: New file.
13538
bb2ec1b3
TT
135392014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13540 Jan Kratochvil <jan.kratochvil@redhat.com>
13541 Tom Tromey <tromey@redhat.com>
13542
13543 * configure.ac: Add gdb.compile/.
13544 * configure: Regenerate.
13545 * gdb.compile/Makefile.in: New file.
13546 * gdb.compile/compile-ops.exp: New file.
13547 * gdb.compile/compile-ops.c: New file.
13548 * gdb.compile/compile-tls.c: New file.
13549 * gdb.compile/compile-tls.exp: New file.
13550 * gdb.compile/compile-constvar.S: New file.
13551 * gdb.compile/compile-constvar.c: New file.
13552 * gdb.compile/compile-mod.c: New file.
13553 * gdb.compile/compile-nodebug.c: New file.
13554 * gdb.compile/compile-setjmp-mod.c: New file.
13555 * gdb.compile/compile-setjmp.c: New file.
13556 * gdb.compile/compile-setjmp.exp: New file.
13557 * gdb.compile/compile-shlib.c: New file.
13558 * gdb.compile/compile.c: New file.
13559 * gdb.compile/compile.exp: New file.
13560 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13561
4ff709eb
TT
135622014-12-12 Tom Tromey <tromey@redhat.com>
13563
13564 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13565 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13566
6dddd6a5
DE
135672014-12-12 Doug Evans <dje@google.com>
13568
13569 * lib/gdb-python.exp (get_python_valueof): New function.
13570 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13571
71c24708
AA
135722014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13573
13574 * gdb.base/completion.exp: Add test for completion of "info
13575 registers ".
13576
3e29f34a
MR
135772014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13578
13579 * gdb.base/func-ptrs.c: New file.
13580 * gdb.base/func-ptrs.exp: New file.
13581
fc126975
SM
135822014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13583
13584 PR breakpoints/17012
13585 * gdb.base/dprintf-detach.c: New file.
13586 * gdb.base/dprintf-detach.exp: New file.
13587
0a46d518
SM
135882014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13589
13590 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13591 * lib/gdb.exp (target_is_gdbserver): New procedure.
13592
a0be3e44
DE
135932014-12-08 Doug Evans <dje@google.com>
13594
13595 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13596
df1b803a
YQ
135972014-12-05 Yao Qi <yao@codesourcery.com>
13598
13599 * gdb.guile/scm-error.exp: Remove the third argument to
13600 gdb_remote_download.
13601 * gdb.guile/scm-frame-args.exp: Likewise.
13602 * gdb.guile/scm-section-script.exp: Likewise.
13603
ddb9f679
YQ
136042014-12-05 Yao Qi <yao@codesourcery.com>
13605
13606 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13607
86e4ed39
DE
136082014-12-04 Doug Evans <dje@google.com>
13609
13610 * gdb.python/py-objfile.exp: Add tests for
13611 objfile.add_separate_debug_file.
13612
7c50a931
DE
136132014-12-04 Doug Evans <dje@google.com>
13614
13615 * lib/gdb.exp (get_build_id): New function.
13616 (build_id_debug_filename_get): Rewrite to use it.
13617 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13618
621661e3
MR
136192014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13620
13621 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13622 `method(long)', not just 0x0.
13623 * gdb.cp/nsalias.exp: Align code labels to 4.
13624 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13625 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13626 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13627 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13628 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13629 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13630
29f0c3b7
DE
136312014-12-02 Doug Evans <dje@google.com>
13632
e1e061e7 13633 PR symtab/17602
29f0c3b7 13634 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13635 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13636 * gdb.cp/anon-ns.exp: Update.
13637
162078c8
NB
136382014-12-02 Nick Bull <nicholaspbull@gmail.com>
13639
13640 * gdb.python/py-events.py (inferior_call_handler): New.
13641 (register_changed_handler, memory_changed_handler): New.
13642 (test_events.invoke): Register new handlers.
13643 * gdb.python/py-events.exp: Add tests for inferior call,
13644 memory_changed and register_changed events.
13645
fdb09caf
AA
136462014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13647
13648 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13649 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13650 if the linker doesn't understand this.
13651
55cfb2c4
SM
136522014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13653
13654 * gdb.python/python.exp: Change expected reply to help().
13655
9e8cd6df
YQ
136562014-12-01 Yao Qi <yao@codesourcery.com>
13657
13658 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13659 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13660 * configure: Re-generated.
13661
6c659fc2
SC
136622014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13663
13664 * gdb.cp/chained-calls.cc: New file.
13665 * gdb.cp/chained-calls.exp: New file.
13666 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13667
d7fc3181
SM
136682014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13669
13670 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13671 * gdb.dwarf2/symtab-producer.exp: Same.
13672 * gdb.gdb/python-interrupts.exp: Same.
13673 * gdb.gdb/python-selftest.exp: Same.
13674 * gdb.python/py-linetable.exp: Same.
13675 * gdb.python/py-type.exp: Same.
13676 * gdb.python/py-value-cc.exp: Same.
13677 * gdb.python/py-value.exp: Same.
13678
10e79639
YQ
136792014-11-28 Yao Qi <yao@codesourcery.com>
13680
13681 * gdb.base/break-probes.exp: Match library name prefixed with
13682 sysroot.
13683
f28a0564
SM
136842014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13685
13686 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13687 test expected output. Add parentheses for the call to print.
13688 Remove L suffix from integers.
13689
3fe1ce1d
DE
136902014-11-26 Doug Evans <dje@google.com>
13691
13692 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13693
84429e27
YQ
136942014-11-22 Yao Qi <yao@codesourcery.com>
13695
13696 * gdb.trace/entry-values.c: Remove asms.
13697 (foo): Add foo_label.
13698 (bar): Add bar_label.
13699 * gdb.trace/entry-values.exp: Remove code computing foo's
13700 length and bar's length.
13701 (Dwarf::assemble): Invoke function_range for bar and use
13702 MACRO_AT_func for foo.
13703
26741859
YQ
137042014-11-22 Yao Qi <yao@codesourcery.com>
13705
13706 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13707 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13708 Use .Lgcc43_procstart instead of gcc43.
13709
45e44d27
JB
137102014-11-21 Joel Brobecker <brobecker@adacore.com>
13711
13712 * gdb.ada/n_arr_bound: New testcase.
13713
458c8db8
SDJ
137142014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13715
13716 PR breakpoints/10737
13717 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13718 test_catch_syscall_multi_arch.
13719 (test_catch_syscall_multi_arch): New function.
13720
43f3e411
DE
137212014-11-20 Doug Evans <xdje42@gmail.com>
13722
13723 * gdb.base/maint.exp: Update expected output.
13724
0d7b2549
AA
137252014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13726
13727 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13728 4-byte instruction on S390.
13729
8908fca5
JB
137302014-11-19 Joel Brobecker <brobecker@adacore.com>
13731
13732 * gdb.ada/arr_arr: New testcase.
13733
4a46959e
JB
137342014-11-19 Joel Brobecker <brobecker@adacore.com>
13735
13736 * gdb.ada/pkd_arr_elem: New Testcase.
13737
470e2f4e
LM
137382014-11-18 Luis Machado <lgustavo@codesourcery.com>
13739
13740 * gdb.reverse/break-precsave: Expect completion message for
13741 core file reads.
13742 * gdb.reverse/consecutive-precsave.exp: Likewise.
13743 * gdb.reverse/finish-precsave.exp: Likewise.
13744 * gdb.reverse/i386-precsave.exp: Likewise.
13745 * gdb.reverse/machinestate-precsave.exp: Likewise.
13746 * gdb.reverse/sigall-precsave.exp: Likewise.
13747 * gdb.reverse/solib-precsave.exp: Likewise.
13748 * gdb.reverse/step-precsave.exp: Likewise.
13749 * gdb.reverse/until-precsave.exp: Likewise.
13750 * gdb.reverse/watch-precsave.exp: Likewise.
13751
a267f3ad
AA
137522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13753
13754 * gdb.base/bp-permanent.c: Include unistd.h.
13755 * gdb.python/py-framefilter-mi.c (main): Add return type.
13756 * gdb.python/py-framefilter.c (main): Likewise.
13757 * gdb.trace/actions-changed.c (main): Likewise.
13758
12084a9a
AA
137592014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13760
13761 * gdb.mi/until.c: Add eye-catchers.
13762 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13763 line numbers.
13764
dc7e1a77
AA
137652014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13768 function header variants in break1.c.
13769 * gdb.base/ena-dis-br.exp: Likewise.
13770 * gdb.base/hbreak2.exp: Likewise.
13771 * gdb.reverse/until-precsave.exp: Drop references to removed
13772 non-prototype function header variants in ur1.c.
13773 * gdb.reverse/until-reverse.exp: Likewise.
13774
41c77605
PM
137752014-11-17 Petr Machata <pmachata@redhat.com>
13776
13777 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13778 ${_cu_offset_size} bytes abbrev offset.
13779
34248c3a
DE
137802014-11-15 Doug Evans <xdje42@gmail.com>
13781
13782 PR symtab/17559
13783 * gdb.base/line-symtabs.exp: New file.
13784 * gdb.base/line-symtabs.c: New file.
13785 * gdb.base/line-symtabs.h: New file.
13786
646da059
YQ
137872014-11-14 Yao Qi <yao@codesourcery.com>
13788
13789 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13790 (func): Add label func_label.
13791 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13792 Replace low_pc and high_pc with MACRO_AT_range.
13793 Replace name, low_pc and high_pc with MACRO_AT_func.
13794
9301ebe6
YQ
137952014-11-14 Yao Qi <yao@codesourcery.com>
13796
13797 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13798 Replace name, low_pc and high_pc with MACRO_AT_func.
13799
f166b542
YQ
138002014-11-14 Yao Qi <yao@codesourcery.com>
13801
13802 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13803 produce debug information.
13804 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13805
0f6e71e3
YQ
138062014-11-14 Yao Qi <yao@codesourcery.com>
13807
13808 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13809 object and get function length.
13810 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13811 with MACRO_AT_func.
13812 (top-level): Replace gdb_compile and clean_restart with
13813 prepare_for_testing.
13814 * gdb.dwarf2/main.c (main): Add label main_label.
13815
876c4df9
YQ
138162014-11-14 Yao Qi <yao@codesourcery.com>
13817
13818 * lib/dwarf.exp (function_range): New procedure.
13819 (Dwarf::_handle_macro_at_func): New procedure.
13820 (Dwarf::_handle_macro_at_range): New procedure.
13821 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13822
02ad9cf1
YQ
138232014-11-14 Yao Qi <yao@codesourcery.com>
13824
13825 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13826 (_handle_attribute): New procedure.
13827
a59add0c
AA
138282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13829
13830 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13831 * gdb.base/call-sc.c (zed): Likewise.
13832 * gdb.base/checkpoint.c (main): Likewise.
13833 * gdb.base/dump.c (main): Likewise.
13834 * gdb.base/gcore.c (main): Likewise.
13835 * gdb.base/huge.c (main): Likewise.
13836 * gdb.base/multi-forks.c (main): Likewise.
13837 * gdb.base/pr10179-a.c (main): Likewise.
13838 * gdb.base/savedregs.c (main): Likewise.
13839 * gdb.base/sigaltstack.c (main): Likewise.
13840 * gdb.base/siginfo.c (main): Likewise.
13841 * gdb.base/structs.c (zed): Likewise.
13842 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13843 * gdb.mi/mi-syn-frame.c (main): Likewise.
13844 * gdb.mi/until.c (foo, main): Likewise.
13845 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13846 * gdb.base/solib-weak.c (foo): Declare.
13847 * gdb.base/attach-twice.c: Include stdio.h.
13848 * gdb.base/weaklib1.c: Likewise.
13849 * gdb.base/weaklib2.c: Likewise.
13850 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13851 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13852 unistd.h.
13853 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13854 * gdb.mi/mi-exit-code.c: Likewise.
13855 * gdb.base/break-interp-lib.c: Include string.h.
13856 * gdb.base/coremaker.c: Likewise.
13857 * gdb.base/testenv.c: Likewise.
13858 * gdb.python/py-finish-breakpoint.c: Likewise.
13859 * gdb.base/inferior-died.c: Include sys/wait.h.
13860 * gdb.base/fileio.c: Include time.h.
13861 * gdb.base/async-shell.c: Include unistd.h.
13862 * gdb.base/dprintf-non-stop.c: Likewise.
13863 * gdb.base/info-os.c: Likewise.
13864 * gdb.mi/mi-console.c: Likewise.
13865 * gdb.mi/watch-nonstop.c: Likewise.
13866 * gdb.python/py-events.c: Likewise.
13867 * gdb.base/async.c (baz): Move up before its invocation.
13868 * gdb.base/code_elim2.c (my_global_func): Likewise.
13869 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13870 * gdb.base/advance.c (func2): Likewise.
13871
3b5d5997
AA
138722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13873
13874 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13875 variant.
13876 * gdb.base/annota3.c: Likewise.
13877 * gdb.base/async.c: Likewise.
13878 * gdb.base/average.c: Likewise.
13879 * gdb.base/call-ar-st.c: Likewise.
13880 * gdb.base/call-rt-st.c: Likewise.
13881 * gdb.base/call-sc.c: Likewise.
13882 * gdb.base/call-strs.c: Likewise.
13883 * gdb.base/ending-run.c: Likewise.
13884 * gdb.base/execd-prog.c: Likewise.
13885 * gdb.base/exprs.c: Likewise.
13886 * gdb.base/foll-exec.c: Likewise.
13887 * gdb.base/foll-fork.c: Likewise.
13888 * gdb.base/foll-vfork.c: Likewise.
13889 * gdb.base/funcargs.c: Likewise.
13890 * gdb.base/gcore.c: Likewise.
13891 * gdb.base/jump.c: Likewise.
13892 * gdb.base/langs0.c: Likewise.
13893 * gdb.base/langs1.c: Likewise.
13894 * gdb.base/langs2.c: Likewise.
13895 * gdb.base/mips_pro.c: Likewise.
13896 * gdb.base/nodebug.c: Likewise.
13897 * gdb.base/opaque0.c: Likewise.
13898 * gdb.base/opaque1.c: Likewise.
13899 * gdb.base/recurse.c: Likewise.
13900 * gdb.base/run.c: Likewise.
13901 * gdb.base/scope0.c: Likewise.
13902 * gdb.base/scope1.c: Likewise.
13903 * gdb.base/setshow.c: Likewise.
13904 * gdb.base/setvar.c: Likewise.
13905 * gdb.base/shmain.c: Likewise.
13906 * gdb.base/shr1.c: Likewise.
13907 * gdb.base/shr2.c: Likewise.
13908 * gdb.base/sigall.c: Likewise.
13909 * gdb.base/signals.c: Likewise.
13910 * gdb.base/so-indr-cl.c: Likewise.
13911 * gdb.base/solib2.c: Likewise.
13912 * gdb.base/structs.c: Likewise.
13913 * gdb.base/sum.c: Likewise.
13914 * gdb.base/vforked-prog.c: Likewise.
13915 * gdb.base/watchpoint.c: Likewise.
13916 * gdb.reverse/shr2.c: Likewise.
13917 * gdb.reverse/until-reverse.c: Likewise.
13918 * gdb.reverse/ur1.c: Likewise.
13919 * gdb.reverse/watch-reverse.c: Likewise.
13920
066a77c5
AA
139212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13922
13923 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13924 variant.
13925 * gdb.base/sepdebug.exp: Drop references to removed code.
13926
4f204ea5
AA
139272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13928
13929 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13930 variant. Preserve original line numbering.
13931 * gdb.base/list1.c: Likewise.
13932
3b377a3a
AA
139332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13934
13935 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13936 variant.
13937 * gdb.base/break1.c: Likewise.
13938 * gdb.base/break.exp: Drop references to removed code.
13939
e444df73
AA
139402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13941
13942 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13943 variant.
13944
8008f2a7
AA
139452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13946
13947 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13948
a5a06887
AA
139492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13950
13951 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13952 logic into perform_all_tests() and invoke it with and without
13953 function header prototypes.
13954 (do_function_calls): Remove conditional XFAIL for PR 5318.
13955 (rerun_and_prepare): Remove duplicate code.
13956 (perform_all_tests): New. Main logic moved here.
13957
44dba9b9
AA
139582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13959
13960 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13961 code guarded by #ifdef NO_PROTOTYPES.
13962 (t_double_many_args): Likewise.
13963 (DEF_FUNC_MANY_ARGS_1): Likewise.
13964 (DEF_FUNC_VALUES_1): Likewise.
13965 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13966 guarded by #ifdef PROTOTYPES.
13967
d1fbcd56
AA
139682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13969
13970 * gdb.mi/mi-console.c: Add eye-catcher.
13971 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13972 instead of literal line number.
13973
b0e59b8f
AA
139742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13975
13976 * gdb.base/shr2.c: Add eye-catcher.
13977 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13978 line number.
13979
78f98cca
AA
139802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13981
13982 * gdb.base/jump.c: Add eye-catchers.
13983 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13984 numbers.
13985
58fa2af0
AA
139862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13987
13988 * gdb.base/execd-prog.c: Add eye-catchers.
13989 * gdb.base/foll-exec.c: Likewise.
13990 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13991 line numbers.
13992
04e5059b
AA
139932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13994
13995 * gdb.base/ending-run.c: Add eye-catchers.
13996 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13997 literal line numbers.
13998
dbfdb174
AA
139992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14000
14001 * gdb.base/call-rt-st.c: Add eye-catchers.
14002 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14003 literal line numbers.
14004
888a2ade
AA
140052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14006
14007 * gdb.base/call-ar-st.c: Add eye-catchers.
14008 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14009 literal line numbers.
14010
6acc2dde
AA
140112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14012
14013 * gdb.base/average.c: Add eye-catchers.
14014 * gdb.base/sum.c: Likewise.
14015 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14016 regexps dynamically.
14017
9ecfcd1d
AA
140182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14019
14020 * gdb.base/solib1.c: Add eye-catchers.
14021 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14022 literal line numbers.
14023
78708b7c
PA
140242014-11-12 Pedro Alves <palves@redhat.com>
14025
14026 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14027 leader has exited.
14028
af48d08f
PA
140292014-11-12 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.arch/i386-bp_permanent.c: New file.
14032 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14033 (srcfile): Set to i386-bp_permanent.c.
14034 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14035 that stepi does not execute the 'leave' instruction, instead of
14036 testing it does execute.
14037 * gdb.base/bp-permanent.c: New file.
14038 * gdb.base/bp-permanent.exp: New file.
14039
af3768e9
DE
140402014-11-10 Doug Evans <xdje42@gmail.com>
14041
14042 PR symtab/17564
14043 * gdb.base/symtab-search-order.exp: New file.
14044 * gdb.base/symtab-search-order.c: New file.
14045 * gdb.base/symtab-search-order-1.c: New file.
14046 * gdb.base/symtab-search-order-shlib-1.c: New file.
14047
9de00a4a
PA
140482014-11-07 Pedro Alves <palves@redhat.com>
14049
14050 PR gdb/17511
14051 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14052 i?86-*-linux*.
14053
e0f52461
SC
140542014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14055
14056 PR c++/17494
14057 * gdb.cp/pr17494.cc: New file.
14058 * gdb.cp/pr17494.exp: New file.
14059
6ce8c980
YQ
140602014-11-02 Yao Qi <yao@codesourcery.com>
14061
14062 * gdb.python/python.exp: Get working directory and match the
14063 output of "set extended-prompt \\w " with it.
14064
02be9a71
DE
140652014-10-30 Doug Evans <dje@google.com>
14066
14067 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14068 in objfiles.
14069 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14070 in progspaces.
14071
3bdff46b
LM
140722014-10-30 Janis Johnson <janisjo@codesourcery.com>
14073
14074 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14075 * gdb.base/realname-expand.exp: Likewise.
14076 * gdb.linespec/macro-relative.exp: Likewise.
14077
ab917dfb
PA
140782014-10-29 Pedro Alves <palves@redhat.com>
14079
14080 PR gdb/17408
14081 * gdb.threads/schedlock.c (some_function): New function.
14082 (call_function): New global.
14083 (MAYBE_CALL_SOME_FUNCTION): New macro.
14084 (thread_function): Call it.
14085 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14086 and use it instead of a global counter. Adjust all callers.
14087 (get_current_thread): Use "find current thread" for test message
14088 here rather than having all callers pass down the same string.
14089 (goto_loop): New procedure, factored out from ...
14090 (my_continue): ... this.
14091 (step_ten_loops): Change parameter from test message to command to
14092 use. Adjust.
14093 (list_count): Delete global.
14094 (check_result): New procedure, factored out from duplicate top
14095 level code.
14096 (continue tests): Wrap in with_test_prefix.
14097 (test_step): New procedure, factored out from duplicate top level
14098 code.
14099 (top level): Test "step" in combination with all scheduler-locking
14100 modes. Test "next" in combination with all scheduler-locking
14101 modes, and in combination with stepping over a function call or
14102 not.
14103 * gdb.threads/next-bp-other-thread.c: New file.
14104 * gdb.threads/next-bp-other-thread.exp: New file.
14105
d3d4baed
PA
141062014-10-29 Pedro Alves <palves@redhat.com>
14107
14108 PR python/17372
14109 * gdb.python/python.exp: Test a multi-line command that spawns
14110 interactive Python.
14111 * gdb.base/multi-line-starts-subshell.exp: New file.
14112
563e8d85
YQ
141132014-10-29 Yao Qi <yao@codesourcery.com>
14114
14115 * gdb.base/fileio.exp: Make directories on host.
14116
0ea4d52e
YQ
141172014-10-29 Yao Qi <yao@codesourcery.com>
14118
14119 * gdb.base/fileio.c (test_write): Close the file.
14120
7f5ef605
PA
141212014-10-28 Pedro Alves <palves@redhat.com>
14122
14123 PR gdb/12623
14124 * gdb.base/sigstep.c (no_handler): New global.
14125 (main): If 'no_handler is true, set the signal handlers to
14126 SIG_IGN.
14127 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14128 with_sw_watch and no_handler parameters. Handle them.
14129 (top level) <stepping over handler when stopped at a breakpoint
14130 test>: Add a test axis for testing with a software watchpoint, and
14131 another for testing with the signal handler set to SIG_IGN.
14132 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14133 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14134
abbdbd03
PA
141352014-10-28 Pedro Alves <palves@redhat.com>
14136
14137 PR gdb/17511
14138 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14139 * gdb.base/sigstep.exp (other_handler_location): New global.
14140 (advance): Support stepping into the signal handler, and running
14141 commands while in the handler.
14142 (in_handler_map): New global.
14143 (top level): In the advance test, add combinations for getting
14144 into the handler with stepping commands, and for running commands
14145 in the handler. Add comment descripting the advancei tests.
14146
1df4399f
PA
141472014-10-28 Pedro Alves <palves@redhat.com>
14148
14149 * gdb.base/sigstep.exp: Use build_executable instead of
14150 prepare_for_testing.
14151 (top level): Move code that starts GDB, runs to main and creates a
14152 display to ...
14153 (restart): ... this new procedure.
14154 (top level): Move backtrace from signal handler test to ...
14155 (validate_backtrace): ... this new procedure.
14156 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14157 with_test_prefix. Always restart GDB.
14158 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14159 with_test_prefix. Always restart GDB. No need to delete
14160 breakpoints after the test.
14161 (test_skip_handler): Remove prefix parameter.
14162 (skip_over_handler, breakpoint_to_handler)
14163 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14164 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14165 restart GDB. No need to delete breakpoints after the test.
14166 (top level): Use foreach to call the test procedures with
14167 different commands.
14168
a5b6e449
PA
141692014-10-28 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14172 instead of GNATS numbers.
14173 * gdb.base/sigbpt.exp: Likewise.
14174 * gdb.base/siginfo.exp: Likewise.
14175 * gdb.base/sigstep.exp: Likewise.
14176
e5f8a7cc
PA
141772014-10-27 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.base/sigstep.c (dummy): New global.
14180 (main): Issue a couple writes to the new global.
14181 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14182 procedures.
14183 (skip_over_handler): Use test_skip_handler.
14184 (top level): Call skip_over_handler for stepi and nexti too.
14185 (breakpoint_over_handler): Use test_skip_handler.
14186 (top level): Call breakpoint_over_handler for stepi and nexti too.
14187
763905a3
YQ
141882014-10-27 Yao Qi <yao@codesourcery.com>
14189
14190 * gdb.trace/tfile.c (adjust_function_address)
14191 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14192 function descriptor.
14193
6f259a23
DB
141942014-10-24 Don Breazeal <donb@codesourcery.com>
14195
14196 * gdb.base/foll-fork.exp (test_follow_fork,
14197 catch_fork_child_follow): Check for updated fork messages emitted
14198 from infrun.c.
14199 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14200 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14201 vfork_and_exec_child_follow_through_step): Check for updated vfork
14202 messages emitted from infrun.c.
14203
09dd9a69
PA
142042014-10-24 Pedro Alves <palves@redhat.com>
14205
14206 * gdb.base/corefile.exp: Remove references to ultrix.
14207 * gdb.base/interrupt.exp: Likewise.
14208 * gdb.base/whatis.exp: Likewise.
14209 * gdb.gdb/selftest.exp: Likewise.
14210 * gdb.threads/manythreads.exp: Likewise.
14211 * gdb.threads/print-threads.exp: Likewise.
14212 * gdb.threads/pthreads.exp:: Likewise.
14213 * gdb.threads/schedlock.exp: Likewise.
14214
3433cfa5
SC
142152014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14216
14217 * gdb.cp/non-trivial-retval.cc: Add a test case.
14218 * gdb.cp/non-trivial-retval.exp: Add a test.
14219
092f880b
YQ
142202014-10-20 Yao Qi <yao@codesourcery.com>
14221
14222 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14223 * gdb.python/py-objfile-script-gdb.py: New file.
14224 * gdb.python/py-objfile-script.exp: Update reference to
14225 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14226 of remote_download. Remove the dest file.
14227
acbdb7f3
YQ
142282014-10-20 Yao Qi <yao@codesourcery.com>
14229
14230 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14231 * gdb.base/step-line.exp: Likewise.
14232 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14233 * gdb.dwarf2/dw2-basic.exp: Likewise.
14234 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14235 * gdb.dwarf2/dw2-filename.exp: Likewise.
14236 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14237 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14238 * gdb.dwarf2/dw2-producer.exp: Likewise.
14239 * gdb.dwarf2/mac-fileno.exp: Likewise.
14240 * gdb.python/py-frame-args.exp: Likewise.
14241 * gdb.python/py-framefilter.exp: Likewise.
14242 * gdb.python/py-mi.exp: Likewise.
14243 * gdb.python/py-objfile-script.exp: Likewise
14244 * gdb.python/py-pp-integral.exp: Likewise.
14245 * gdb.python/py-pp-re-notag.exp: Likewise.
14246 * gdb.python/py-prettyprint.exp: Likewise.
14247 * gdb.python/py-section-script.exp: Likewise.
14248 * gdb.python/py-typeprint.exp: Likewise.
14249 * gdb.python/py-xmethods.exp: Likewise.
14250 * gdb.stabs/weird.exp: Likewise.
14251 * gdb.xml/tdesc-regs.exp: Likewise.
14252
bd286a29
KCY
142532014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14254
14255 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14256 (out_cu): Use addr_len for the size of addresses.
14257 (out_line): Likewise. Size DW_LNE_set_address instruction
14258 according to addr_len.
14259 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14260 (FUNC): Add START_INSNS to definition.
14261
673dc4a0
YQ
142622014-10-18 Yao Qi <yao@codesourcery.com>
14263
14264 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14265 gdb_has_argv0 return true.
14266 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14267 check [target_info exists noargs], check [gdb_has_argv0]
14268 instead.
14269 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14270 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14271 procedures.
14272
4ffbba72
DE
142732014-10-17 Doug Evans <dje@google.com>
14274
14275 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14276 event.
14277 * gdb.python/py-events.py: Add clear_objfiles event.
14278
d096d8c1
DE
142792014-10-17 Doug Evans <dje@google.com>
14280
14281 * gdb.python/py-objfile.exp: Test progspace attribute.
14282
a80db015
LM
142832014-10-17 Luis Machado <lgustavo@codesourcery.com>
14284
14285 * gdb.guile/scm-breakpoint.exp: Do not assume any
14286 directory separators when matching source file paths.
14287 * gdb.python/py-breakpoint.exp: Likewise.
14288 * gdb.reverse/break-precsave.exp: Likewise.
14289 * gdb.reverse/break-reverse.exp: Likewise.
14290 * gdb.reverse/consecutive-precsave.exp: Likewise.
14291 * gdb.reverse/finish-precsave.exp: Likewise.
14292 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14293 * gdb.reverse/finish-reverse.exp: Likewise.
14294 * gdb.reverse/i386-precsave.exp: Likewise.
14295 * gdb.reverse/i387-env-reverse.exp: Likewise.
14296 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14297 * gdb.reverse/machinestate-precsave.exp: Likewise.
14298 * gdb.reverse/machinestate.exp: Likewise.
14299 * gdb.reverse/sigall-precsave.exp: Likewise.
14300 * gdb.reverse/solib-precsave.exp: Likewise.
14301 * gdb.reverse/step-precsave.exp: Likewise.
14302 * gdb.reverse/until-precsave.exp: Likewise.
14303 * gdb.reverse/watch-precsave.exp: Likewise.
14304 * gdb.reverse/watch-reverse.exp: Likewise.
14305
b22089ab
YQ
143062014-10-17 Yao Qi <yao@codesourcery.com>
14307
14308 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14309 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14310
6c4486e6
PA
143112014-10-17 Pedro Alves <palves@redhat.com>
14312
14313 PR gdb/17471
14314 * gdb.base/bg-execution-repeat.c: New file.
14315 * gdb.base/bg-execution-repeat.exp: New file.
14316
0ff33695
PA
143172014-10-17 Pedro Alves <palves@redhat.com>
14318
14319 PR gdb/17300
14320 * gdb.base/continue-all-already-running.c: New file.
14321 * gdb.base/continue-all-already-running.exp: New file.
14322
6fdebc3d
PA
143232014-10-17 Pedro Alves <palves@redhat.com>
14324
14325 PR gdb/17472
14326 * gdb.base/annota-input-while-running.c: New file.
14327 * gdb.base/annota-input-while-running.exp: New file.
14328
32a8097b
PA
143292014-10-17 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.base/callfuncs.exp: emove references to osf.
14332 * gdb.base/sigall.exp: Likewise.
14333 * gdb.gdb/selftest.exp: Likewise.
14334 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14335 * gdb.mi/non-stop.c: Likewise.
14336 * gdb.mi/pthreads.c: Likewise.
14337 * gdb.reverse/sigall-precsave.exp: Likewise.
14338 * gdb.reverse/sigall-reverse.exp: Likewise.
14339 * gdb.threads/pthreads.c: Likewise.
14340 * gdb.threads/pthreads.exp: Likewise.
14341
7a3517ff
YQ
143422014-10-17 Yao Qi <yao@codesourcery.com>
14343
14344 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14345 check 'target_info exists noargs'.
14346 (test_command_prompt_position): Likewise.
14347 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14348 Remove "set args".
14349 (progvar_simple_while_test): Likewise.
14350 (progvar_complex_if_while_test): Likewise.
14351 (if_while_breakpoint_command_test): Likewise.
14352 (infrun_breakpoint_command_test): Likewise.
14353 (breakpoint_command_test): Likewise.
14354 (watchpoint_command_test): Likewise.
14355 (bp_deleted_in_command_test): Likewise.
14356 (temporary_breakpoint_commands): Likewise.
14357
bb99c472
YQ
143582014-10-16 Yao Qi <yao@codesourcery.com>
14359
14360 * gdb.base/remotetimeout.exp: Remove noargs checking.
14361
7c16b83e
PA
143622014-10-15 Pedro Alves <palves@redhat.com>
14363
14364 PR breakpoints/9649
14365 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14366 * gdb.base/breakpoint-in-ro-region.exp
14367 (probe_target_hardware_step): New procedure.
14368 (top level): Probe hardware stepping and hardware breakpoint
14369 support. Test stepping through a read-only region, with both
14370 "breakpoint auto-hw" on and off and both "always-inserted" on and
14371 off.
14372
35a49624
IB
143732014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14374
14375 * gdb.dlang/demangle.exp: Update for demangling changes.
14376
2d1c107c
SC
143772014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14378
14379 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14380 * gdb.cp/non-trivial-retval.exp: Add new tests.
14381
778811d5
SC
143822014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14383
14384 PR c++/13403
14385 PR c++/15154
14386 * gdb.cp/non-trivial-retval.cc: New file.
14387 * gdb.cp/non-trivial-retval.exp: New file.
14388
10c5f0a8
YQ
143892014-10-15 Yao Qi <yao@codesourcery.com>
14390
14391 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14392 remote host.
14393
65d7b369
YQ
143942014-10-15 Yao Qi <yao@codesourcery.com>
14395
14396 * gdb.python/py-symbol.exp: Match file base name if host is
14397 remote, otherwise match file name with dir name.
14398 * gdb.python/py-symtab.exp: Likewise.
14399 * gdb.python/python.exp: Likewise.
14400
46dc1394
YQ
144012014-10-15 Yao Qi <yao@codesourcery.com>
14402
14403 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14404 pattern.
14405 * gdb.python/py-symtab.exp: Likewise.
14406 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14407 locationn.
14408
c40cc657
JB
144092014-10-14 Joel Brobecker <brobecker@adacore.com>
14410
14411 * gdb.ada/addr_arith: New testcase.
14412
2abf49e1
MR
144132014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14414
14415 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14416 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14417 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14418 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14419
f7088df3
SDJ
144202014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14421
14422 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14423 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14424 * gdb.arch/stap-eval-lang-ada.exp: New file.
14425
4dc06805
YQ
144262014-10-14 Yao Qi <yao@codesourcery.com>
14427
14428 * gdb.mi/mi-var-child.c (nothing1): New function.
14429 (nothing2): New function.
14430 (do_children_tests): Set function pointers by nothing1 and
14431 nothing2.
14432 * gdb.mi/mi-var-child.exp: Step over new added statements.
14433 Update test to match the new output.
14434 * gdb.mi/var-cmd.c (nothing1): New function.
14435 (nothing2): New function.
14436 (do_children_tests): Set function pointers by nothing1 and
14437 nothing2.
14438 * gdb.mi/mi-var-display.exp: Update test to match output.
14439 Step to the line specified by $line_dct_nothing.
14440 Increase the number of lines to step.
14441
46a93de2
YQ
144422014-10-14 Yao Qi <yao@codesourcery.com>
14443
14444 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14445 tests.
14446 * gdb.mi/mi2-var-child.exp: Likewise.
14447
14ea52ee
DE
144482014-10-13 Doug Evans <dje@google.com>
14449
14450 * gdb.python/py-objfile.exp: Change name of file name test.
14451
e5c6e92b
DE
144522014-10-13 Doug Evans <dje@google.com>
14453
14454 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14455 from the start of the CU.
14456
c780cc2f
JK
144572014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14458 Yao Qi <yao@codesourcery.com>
14459
14460 Fix "save breakpoints" for "catch" command.
14461 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14462 Remove -nonewline. Match also the added "main" line.
14463
99894e11
JK
144642014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14465
14466 Fix "save breakpoints" for "disable $bpnum" command.
14467 * gdb.base/save-bp.c (main): Add label.
14468 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14469
6e1ac5a3
JK
144702014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14471
14472 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14473
754dd2b0
YQ
144742014-10-11 Yao Qi <yao@codesourcery.com>
14475
14476 * gdb.server/server-kill.exp: Execute command
14477 "set remote trace-status-packet on" before "tstatus".
14478
f90183d7
YQ
144792014-10-11 Yao Qi <yao@codesourcery.com>
14480
14481 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14482 (main): Call getppid.
14483 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14484 and continue to it. Read variable "server_pid".
14485
bf40a607
YQ
144862014-10-11 Yao Qi <yao@codesourcery.com>
14487
14488 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14489
052ca370
YQ
144902014-10-11 Yao Qi <yao@codesourcery.com>
14491
14492 * gdb.threads/thread-find.exp: Don't execute command
14493 "info threads".
14494 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14495 * gdb.threads/linux-dp.exp: Don't check the condition
14496 $threads_created equals to zero.
14497
3831839c
PA
144982014-10-10 Pedro Alves <palves@redhat.com>
14499
14500 * gdb.base/bigcore.exp: Remove references to IRIX.
14501 * gdb.base/funcargs.exp: Likewise.
14502 * gdb.base/interrupt.exp: Likewise.
14503 * gdb.base/mips_pro.exp: Likewise.
14504 * gdb.base/nodebug.exp: Likewise.
14505 * gdb.base/setvar.exp: Likewise.
14506 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14507
8b9a549d
PA
145082014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14509 Pedro Alves <palves@redhat.com>
14510
14511 PR symtab/14466
14512 * gdb.base/vdso-warning.c: New file.
14513 * gdb.base/vdso-warning.exp: New file.
14514
d48ba5e8
DE
145152014-10-02 Doug Evans <dje@google.com>
14516
14517 * gdb.base/structs.c (main): Don't run forever.
14518
2278c276
PA
145192014-10-02 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14522 (top level) <stop threads 1, stop threads 2>: Use it.
14523
b57bacec
PA
145242014-10-02 Pedro Alves <palves@redhat.com>
14525
14526 * gdb.threads/break-while-running.exp (test): Add new
14527 'update_thread_list' argument. Skip "info threads" if false.
14528 (top level): Add new 'update_thread_list' axis.
14529
13fd3ff3
PA
145302014-10-02 Pedro Alves <palves@redhat.com>
14531
14532 PR breakpoints/17431
14533 * gdb.base/execl-update-breakpoints.c: New file.
14534 * gdb.base/execl-update-breakpoints.exp: New file.
14535
0fec99e8
PA
145362014-10-01 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.base/breakpoint-in-ro-region.c: New file.
14539 * gdb.base/breakpoint-in-ro-region.exp: New file.
14540
2ddf4301
SM
145412014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14542
14543 * gdb.mi/mi-exit-code.exp: New file.
14544 * gdb.mi/mi-exit-code.c: New file.
14545
6a5f3f43
YQ
145462014-09-30 Yao Qi <yao@codesourcery.com>
14547
14548 * lib/prelink-support.exp (build_executable_own_libs): Error if
14549 the target isn't native.
14550
345bcc73
YQ
145512014-09-30 Yao Qi <yao@codesourcery.com>
14552
14553 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14554 false.
14555
a25a5a45
PA
145562014-09-22 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.threads/break-while-running.exp: New file.
14559 * gdb.threads/break-while-running.c: New file.
14560
00ba3162
YQ
145612014-09-19 Yao Qi <yao@codesourcery.com>
14562
14563 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14564 Invoke test. Restart GDB with --readnow and invoke test again.
14565
c3b7b696
YQ
145662014-09-19 Yao Qi <yao@codesourcery.com>
14567
14568 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14569 proc set_breakpoint_on_gcd_function. Invoke
14570 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14571 invoke set_breakpoint_on_gcd_function again.
14572
2b4fd423
DE
145732014-09-18 Doug Evans <dje@google.com>
14574
14575 * gdb.dwarf2/symtab-producer.exp: New file.
14576
a5947601
SDJ
145772014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14578
14579 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14580 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14581 * gdb.base/global-var-nested-by-dso.c: Likewise.
14582 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14583
91c19059
SDJ
145842014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14585 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.base/watch-bitfields.exp: Pass string other than test file
14588 name to prepare_for_testing.
14589 (watch): New procedure.
14590 (expect_watchpoint): Use with_test_prefix.
14591 (top level): Factor out tests to ...
14592 (test_watch_location, test_regular_watch): ... these new
14593 procedures, and use with_test_prefix and gdb_continue_to_end.
14594
bb9d5f81
PP
145952014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14596
14597 PR breakpoints/12526
14598 * gdb.base/watch-bitfields.exp: New file.
14599 * gdb.base/watch-bitfields.c: New file.
14600
635856f5
PA
146012014-09-16 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14604 software and hardware addresses, not software address against
14605 itself.
14606
7280ceea
PA
146072014-09-16 Pedro Alves <palves@redhat.com>
14608
14609 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14610 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14611
428b16bd
PA
146122014-09-16 Pedro Alves <palves@redhat.com>
14613
14614 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14615 files.
14616 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14617 "*-*-vxworks*" throughout.
14618 * gdb.base/break.exp: Likewise.
14619 * gdb.base/default.exp: Likewise.
14620 * gdb.base/scope.exp: Likewise.
14621 * gdb.base/sepdebug.exp: Likewise.
14622 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14623 throughout.
14624 * gdb.base/run.c: Likewise.
14625 * gdb.base/sepdebug.c: Likewise.
14626 * gdb.hp/gdb.aCC/run.c: Likewise.
14627 * gdb.reverse/until-reverse.c: Likewise.
14628 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14629
666d413c
YQ
146302014-09-16 Yao Qi <yao@codesourcery.com>
14631
14632 * boards/local-remote-host-native.exp: New file.
14633
57cbd724
DE
146342014-09-14 Doug Evans <xdje42@gmail.com>
14635
14636 * gdb.threads/queue-signal.c (thread_count): New variable.
14637 (thread_count_mutex, thread_count_condvar): New variables.
14638 (incr_thread_count, wait_all_threads_running): New functions.
14639 (main): Wait for all threads to be in their thread functions.
14640
81219e53
DE
146412014-09-13 Doug Evans <xdje42@gmail.com>
14642
14643 * gdb.threads/queue-signal.c: New file.
14644 * gdb.threads/queue-signal.exp: New file.
14645
3714cea7
DE
146462014-09-13 Doug Evans <xdje42@gmail.com>
14647
14648 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14649 be consistent with what default_gdb_init uses.
14650 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14651 the plain text of the prompt. Add some logging printfs.
14652 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14653
fa43b1d7
PA
146542014-09-12 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14657 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14658 * gdb.arch/i386-size-overlap.exp: Likewise.
14659 * gdb.arch/i386-size.exp: Likewise.
14660 * gdb.arch/i386-unwind.exp: Likewise.
14661 * gdb.base/a2-run.exp: Likewise.
14662 * gdb.base/break.exp: Likewise.
14663 * gdb.base/charset.exp: Likewise.
14664 * gdb.base/chng-syms.exp: Likewise.
14665 * gdb.base/commands.exp: Likewise.
14666 * gdb.base/dbx.exp: Likewise.
14667 * gdb.base/find.exp: Likewise.
14668 * gdb.base/funcargs.exp: Likewise.
14669 * gdb.base/jit-simple.exp: Likewise.
14670 * gdb.base/reread.exp: Likewise.
14671 * gdb.base/sepdebug.exp: Likewise.
14672 * gdb.base/step-bt.exp: Likewise.
14673 * gdb.cp/mb-inline.exp: Likewise.
14674 * gdb.cp/mb-templates.exp: Likewise.
14675 * gdb.objc/basicclass.exp: Likewise.
14676 * gdb.threads/killed.exp: Likewise.
14677
9d9bf2df
EBM
146782014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14679
14680 PR tdep/17379
14681 * gdb.arch/powerpc-stackless.S: New file.
14682 * gdb.arch/powerpc-stackless.exp: New file.
14683
1cf2f1b0
JK
146842014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14685
14686 * gdb.base/attach.c: Include unistd.h.
14687 (main): Call alarm. Add label postloop.
14688 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14689 gdb_breakpoint, gdb_continue_to_breakpoint.
14690 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14691
98880d46
PA
146922014-09-11 Pedro Alves <palves@redhat.com>
14693
14694 PR gdb/17347
14695 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14696 * gdb.base/attach.exp (test_command_line_attach_run): New
14697 procedure.
14698 (top level): Call it.
14699
4c92ff2c
PA
147002014-09-11 Pedro Alves <palves@redhat.com>
14701
14702 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14703 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14704 (do_command_attach_tests): Use spawn_wait_for_attach.
14705 * gdb.base/solib-overlap.exp: Likewise.
14706 * gdb.multi/multi-attach.exp: Likewise.
14707 * gdb.python/py-prompt.exp: Likewise.
14708 * gdb.python/py-sync-interp.exp: Likewise.
14709 * gdb.server/ext-attach.exp: Likewise.
14710
3adc1a7d
GKB
147112014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14712
14713 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14714 command in testcase. Simplify testcase.
14715
96334934
JB
147162014-09-10 Joel Brobecker <brobecker@adacore.com>
14717
14718 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14719
eb479039
JB
147202014-09-10 Joel Brobecker <brobecker@adacore.com>
14721
14722 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14723
deede10c
JB
147242014-09-10 Joel Brobecker <brobecker@adacore.com>
14725
14726 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14727
7828a5f5
JB
147282014-09-10 Joel Brobecker <brobecker@adacore.com>
14729
14730 * gdb.dwarf2/dynarr-ptr.c: New file.
14731 * gdb.dwarf2/dynarr-ptr.exp: New file.
14732
33aeebcf
MR
147332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14734
14735 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14736 of 30 rather than hardcoding 120 for a slow test case. Take the
14737 `gdb,timeout' target setting into account for this calculation.
14738 Don't extend the timeout for the test cases that don't need it.
14739
7b415901
MR
147402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14741
14742 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14743 a factor of 2 for a slow test case. Take the `gdb,timeout'
14744 target setting into account for this calculation.
14745 * gdb.reverse/until-precsave.exp: Increase the timeout by
14746 a factor of 15 and 3 respectively rather than adding 120
14747 for a pair of slow test cases. Take the `gdb,timeout'
14748 target setting into account for this calculation.
14749
4a40f85a
MR
147502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14751
14752 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14753 timeout, don't pass one down to gdb_expect.
14754 (gdb_expect): Rework timeout selection.
14755
09635af7
MR
147562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14757
14758 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14759 exception on timeout.
14760 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14761 (gdbserver_start_extended): Catch any `gdbserver_start' error
14762 exceptions.
14763 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14764 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14765 `gdbserver_gdb_load' error exceptions.
14766
2bdd10b7
MR
147672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14768
14769 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14770 120 on waiting for the TCP socket to open.
14771
316935f0
DE
147722014-09-09 Doug Evans <xdje42@gmail.com>
14773
14774 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14775 _caller_matches, _any_caller_is, _any_caller_matches.
14776
83740597
DE
147772014-09-09 Doug Evans <xdje42@gmail.com>
14778
14779 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14780
4c122fc3
YQ
147812014-09-09 Yao Qi <yao@codesourcery.com>
14782
14783 * gdb.mi/mi-var-display.exp: Set print symbol off.
14784
a9f116cb
GKB
147852014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14786
14787 PR gdb/17035
14788 * gdb.base/commands.exp: Add tests to verify user-defined
14789 commands with empty bodies.
14790 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14791 python commands in `show user command`.
14792 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14793 scheme commands in `show user command`.
14794
c75bd3a2
JK
147952014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14796
14797 PR python/17355
14798 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14799 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14800 * gdb.python/py-framefilter-invalidarg.exp: New file.
14801 * gdb.python/py-framefilter-invalidarg.py: New file.
14802
faa42425
DE
148032014-09-06 Doug Evans <xdje42@gmail.com>
14804
14805 PR 15276
14806 * gdb.python/py-caller-is.c: New file.
14807 * gdb.python/py-caller-is.exp: New file.
14808
474ca4f6
SDJ
148092014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14810
14811 PR gdb/17235
14812 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14813 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14814
eb0b0463
SDJ
148152014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14816
14817 PR fortran/17237
14818 * gdb.fortran/print-formatted.exp: New file.
14819 * gdb.fortran/print-formatted.f90: Likewise.
14820
5f3b99cf
SS
148212014-09-03 Sasha Smundak <asmundak@google.com>
14822
14823 * gdb.python/py-frame.exp: Test Frame.read_register.
14824
7d793aa9
SDJ
148252014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14826
14827 PR python/16699
14828 * gdb.python/py-completion.exp: New file.
14829 * gdb.python/py-completion.py: Likewise.
14830
fb0576e9
DE
148312014-08-28 Doug Evans <dje@google.com>
14832
14833 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14834 eax,etc. are live with values set by gdb and thus the compiler can't
14835 use them.
14836 * gdb.arch/i386-pseudo.c (main): Ditto.
14837
ee92b0dd
DE
148382014-08-27 Doug Evans <dje@google.com>
14839
14840 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14841
6649db35
DE
148422014-08-25 Doug Evans <dje@google.com>
14843
14844 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14845 (main): Ditto.
14846
564b7600
DE
148472014-08-25 Doug Evans <dje@google.com>
14848
14849 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14850
3881fb67
YQ
148512014-08-24 Yao Qi <yao@codesourcery.com>
14852
14853 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14854 symbol off.
14855 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14856
a05a36a5
DE
148572014-08-22 Doug Evans <dje@google.com>
14858
14859 PR 17276
14860 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14861 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14862 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14863
7c343b48
YQ
148642014-08-22 Yao Qi <yao@codesourcery.com>
14865
14866 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14867 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14868 * gdb.python/python.exp: Likewise. Use .py file on the host
14869 instead of the build.
14870
22fd09ae
JK
148712014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14872
14873 * gdb.threads/gcore-stale-thread.c: New file.
14874 * gdb.threads/gcore-stale-thread.exp: New file.
14875
a8454a7c
PA
148762014-08-21 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14879 * gdb.base/gcore-relro-pie.exp: Likewise.
14880 * gdb.base/gcore-relro.exp: Likewise.
14881 * gdb.base/gcore.exp: Likewise.
14882 * gdb.base/print-symbol-loading.exp: Likewise.
14883 * gdb.threads/gcore-thread.exp: Likewise.
14884 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14885
2a31c623
PA
148862014-08-20 Pedro Alves <palves@redhat.com>
14887 Jan Kratochvil <jan.kratochvil@redhat.com>
14888
14889 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14890 configure.
14891 (EXPECT): Handle READ1 being set.
14892 (all): Depend on EXTRA_RULES.
14893 (check-read1, expect-read1, read1.so, read1): New rules.
14894 * README (Testsuite Parameters): Document the READ1 make variable.
14895 (Race detection): New section.
14896 * configure: Regenerate.
14897 * configure.ac: If build==host==target, and running under a
14898 GNU/glibc system, add read1 to the extra Makefile rules.
14899 (EXTRA_RULES): AC_SUBST it.
14900 * lib/read1.c: New file.
14901
d36430db
JB
149022014-08-20 Joel Brobecker <brobecker@adacore.com>
14903
14904 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14905 the handling of variables declared as a typedef to an array
14906 which a DW_AT_data_location attribute.
14907
9a0dc9e3
PA
149082014-08-19 Andrew Burgess <aburgess@broadcom.com>
14909 Pedro Alves <palves@redhat.com>
14910
14911 PR symtab/14604
14912 PR symtab/14605
14913 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14914 gdb_test.
14915
0718a8da
PA
149162014-08-19 Pedro Alves <palves@redhat.com>
14917
14918 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14919
13b448cd
YQ
149202014-08-19 Yao Qi <yao@codesourcery.com>
14921
14922 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14923 right line.
14924
1cbf5077
DB
149252014-08-18 David Blaikie <dblaikie@gmail.com>
14926
14927 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14928
bf0fae19
JB
149292014-08-18 Joel Brobecker <brobecker@adacore.com>
14930
14931 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14932 attribute in array range.
14933
3c8c5dcc
JB
149342014-08-18 Joel Brobecker <brobecker@adacore.com>
14935
14936 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14937
e66d4446
SC
149382014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14939
14940 PR c++/17132
14941 * gdb.cp/pr17132.cc: New file.
14942 * gdb.cp/pr17132.exp: New file.
14943
940df408
SC
149442014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14945
14946 * gdb.python/py-xmethods.py (A_getarrayind)
14947 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14948 Use 'print' with function call syntax.
14949 (E_method_matcher.match): Fix tab vs space indentation mixup.
14950
ebcc6c3a
YQ
149512014-08-15 Yao Qi <yao@codesourcery.com>
14952
14953 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14954 false.
14955
775e0f04
YQ
149562014-08-15 Yao Qi <yao@codesourcery.com>
14957
14958 * gdb.cp/casts.exp: Set print symbol off.
14959 * gdb.cp/class2.exp: Likewise.
14960 * gdb.cp/overload.exp: Likewise.
14961 * gdb.cp/templates.exp: Likewise.
14962
d769e349
DE
149632014-08-11 Doug Evans <dje@google.com>
14964
14965 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14966 (test_load_shlib): Update.
14967
20c6f1e1
YQ
149682014-08-09 Yao Qi <yao@codesourcery.com>
14969
14970 * gdb.base/display.exp: Invoke is_address_zero_readable.
14971 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14972 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14973 * gdb.base/hbreak-unmapped.exp: Return if
14974 is_address_zero_readable returns true.
14975 * gdb.base/signest.exp: Likewise.
14976 * gdb.base/signull.exp: Likewise.
14977 * gdb.base/sigbpt.exp: Likewise.
14978 * gdb.guile/scm-disasm.exp: Do the test if
14979 is_address_zero_readable returns false.
14980 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14981 * gdb.python/py-arch.exp: Likewise.
14982 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14983 * lib/gdb.exp (is_address_zero_readable): New proc.
14984
5792e8e3
YQ
149852014-08-09 Yao Qi <yao@codesourcery.com>
14986
14987 PR testsuite/13443
14988 * gdb.mi/mi-var-display.exp: Make test messages unique.
14989
3cecbbbe
TT
149902014-08-04 Tom Tromey <tromey@redhat.com>
14991
14992 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14993 target 0".
14994
00b51ff5
TT
149952014-08-04 Tom Tromey <tromey@redhat.com>
14996
14997 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14998 "target_resume".
14999
6908c509
JB
150002014-08-01 Joel Brobecker <brobecker@adacore.com>
15001
15002 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15003 inner_vla_struct_object_size.
15004 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15005 as xfail.
15006
cc6563d2
PA
150072014-07-30 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15010 comment.
15011
7e09a223
YQ
150122014-07-29 Yao Qi <yao@codesourcery.com>
15013
15014 PR gdb/17206
15015 * gdb.base/until-nodebug.exp: New.
15016
7ebdbe92
DE
150172014-07-28 Doug Evans <xdje42@gmail.com>
15018
15019 PR guile/17203
15020 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15021 previously existing parameter, and previously ambiguously spelled
15022 parameter.
15023
fdb1adc6
WN
150242014-07-28 Will Newton <will.newton@linaro.org>
15025
15026 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15027
186fcde0
DE
150282014-07-26 Ludovic Courtès <ludo@gnu.org>
15029 Doug Evans <xdje42@gmail.com>
15030
15031 PR guile/17146
15032 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15033
70509625
PA
150342014-07-25 Pedro Alves <palves@redhat.com>
15035
15036 * gdb.threads/signal-command-handle-nopass.c: New file.
15037 * gdb.threads/signal-command-handle-nopass.exp: New file.
15038 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15039 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15040 * gdb.threads/signal-delivered-right-thread.c: New file.
15041 * gdb.threads/signal-delivered-right-thread.exp: New file.
15042
c3f814a1
PA
150432014-07-25 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.base/double-prompt-target-event-error.exp
15046 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15047 match.
15048 (cancel_pagination_in_target_event): Rework double prompt
15049 detection.
15050 * gdb.base/paginate-after-ctrl-c-running.exp
15051 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15052 <return>' match.
15053 * gdb.base/paginate-bg-execution.exp
15054 (test_bg_execution_pagination_return)
15055 (test_bg_execution_pagination_cancel): Remove '-notransfer
15056 <return>' matches.
15057 * gdb.base/paginate-execution-startup.exp
15058 (test_fg_execution_pagination_return)
15059 (test_fg_execution_pagination_cancel): Remove '-notransfer
15060 <return>' matches.
15061 * gdb.base/paginate-inferior-exit.exp
15062 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15063 match.
15064 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15065 * lib/gdb.exp (pagination_prompt): Run text through
15066 string_to_regexp.
15067 (gdb_test_multiple): Match $pagination_prompt instead of
15068 "<return>".
15069 (string_to_regexp): Move to lib/gdb-utils.exp.
15070
e214cf6c
JK
150712014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15072
15073 * gdb.arch/amd64-entry-value-paramref.S: New file.
15074 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15075 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15076 * gdb.arch/amd64-optimout-repeat.S: New file.
15077 * gdb.arch/amd64-optimout-repeat.c: New file.
15078 * gdb.arch/amd64-optimout-repeat.exp: New file.
15079
17d0c5c8
JK
150802014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15081
15082 PR gdb/17170
15083 * gdb.base/statistics.exp: New file.
15084
b8b8facf
DE
150852014-07-17 Doug Evans <dje@google.com>
15086
74b49205 15087 PR gdb/17170
b8b8facf
DE
15088 * gdb.base/maint.exp: Update testing of per-command stats.
15089
1b5d0ab3
PA
150902014-07-16 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15093 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15094 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15095 (tfile_write_buf): New functions.
15096 (add_memory_block): Rewrite using the above.
15097 (adjust_function_address): New function.
15098 (FUNCTION_ADDRESS): New macro.
15099 (write_basic_trace_file): Remove short_x local, and use
15100 tfile_write_16. Change type of func_addr local to unsigned long
15101 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15102 here. Cast argument of add_memory_block to char pointer.
15103 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15104 (main): Remove parameters.
15105 * gdb.trace/tfile.exp: Remove nowarnings.
15106
4d974e88
SM
151072014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15108
15109 * gdb.base/debug-expr.exp: Test string evaluation with
15110 "debug expression" on.
15111
41e99568
PA
151122014-07-15 Pedro Alves <palves@redhat.com>
15113
15114 * gdb.base/reread.exp: Use clean_restart.
15115
487d9753
PL
151162014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15117
15118 * gdb.arch/avr-flash-qualifer.c: New.
15119 * gdb.arch/avr-flash-qualifer.exp: New.
15120
cc1c52ad
PA
151212014-07-14 Pedro Alves <palves@redhat.com>
15122
15123 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15124 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15125
1e973570
PA
151262014-07-14 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/double-prompt-target-event-error.c: New file.
15129 * gdb.base/double-prompt-target-event-error.exp: New file.
15130
93d6eb10
PA
151312014-07-14 Pedro Alves <palves@redhat.com>
15132
15133 PR gdb/17072
15134 * gdb.base/paginate-inferior-exit.c: New file.
15135 * gdb.base/paginate-inferior-exit.exp: New file.
15136
0017922d
PA
151372014-07-14 Pedro Alves <palves@redhat.com>
15138
15139 PR gdb/17072
15140 * gdb.base/paginate-bg-execution.c: New file.
15141 * gdb.base/paginate-bg-execution.exp: New file.
15142
94696ad3
PA
151432014-07-14 Pedro Alves <palves@redhat.com>
15144
15145 PR gdb/17072
15146 * gdb.base/paginate-execution-startup.c: New file.
15147 * gdb.base/paginate-execution-startup.exp: New file.
15148 * lib/gdb.exp (pagination_prompt): New global.
15149 (default_gdb_spawn): New procedure, factored out from
15150 default_gdb_spawn.
15151 (default_gdb_start): Adjust to call default_gdb_spawn.
15152 (gdb_spawn): New procedure.
15153
bd293940
PA
151542014-07-14 Pedro Alves <palves@redhat.com>
15155
15156 * lib/gdb.exp (gdb_assert): New procedure.
15157 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15158
c933f875
PA
151592014-07-14 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.base/execution-termios.c: New file.
15162 * gdb.base/execution-termios.exp: New file.
15163
d98b7a16
TT
151642014-07-14 Tom Tromey <tromey@redhat.com>
15165
15166 * gdb.cp/vla-cxx.cc: New file.
15167 * gdb.cp/vla-cxx.exp: New file.
15168
548740d6
TT
151692014-07-14 Tom Tromey <tromey@redhat.com>
15170
15171 * gdb.reverse/rerun-prec.c: New file.
15172 * gdb.reverse/rerun-prec.exp: New file.
15173
a25eb028
MR
151742014-07-12 Maciej W. Rozycki <macro@mips.com>
15175 Maciej W. Rozycki <macro@codesourcery.com>
15176
15177 * lib/gdb-utils.exp: New file.
15178 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15179 inline `gdb_init_command' processing.
15180 (gdb_start_cmd): Likewise.
15181 * lib/mi-support.exp (mi_run_cmd): Likewise.
15182 * README: Document `gdb_init_command' and `gdb_init_commands'.
15183
218c2655
JK
151842014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15185
15186 Fix false FAIL running under a very long directory name.
15187 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15188 and "set print elements 10000". Twice.
15189
5401fde3
YQ
151902014-07-11 Yao Qi <yao@codesourcery.com>
15191
15192 * gdb.base/exprs.exp: "set print symbol off".
15193
e76126e8
PA
151942014-07-11 Pedro Alves <palves@redhat.com>
15195
15196 * gdb.threads/kill.c: New file.
15197 * gdb.threads/kill.exp: New file.
15198
2d6f0de6
YQ
151992014-07-10 Yao Qi <yao@codesourcery.com>
15200
15201 * gdb.trace/tfile.c (write_basic_trace_file)
15202 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15203 address written to trace file.
15204
7180e04a
PA
152052014-07-09 Pedro Alves <palves@redhat.com>
15206
15207 * gdb.base/attach-wait-input.exp: New file.
15208 * gdb.base/attach-wait-input.c: New file.
15209
9a9a7608
AB
152102014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15211
15212 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15213 setting up test structures.
15214 (main): Call new test function.
15215 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15216 test function, continue into test function and walk test
15217 structures.
15218
161ac41e
YQ
152192014-07-02 Yao Qi <yao@codesourcery.com>
15220
15221 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15222 'bar_start' at the beginning of functions 'foo' and 'bar'
15223 respectively.
15224 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15225 instead of 'foo' and 'bar'.
15226
1f267ae3
MM
152272014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15228
15229 * gdb.btrace/segv.exp: New.
15230 * gdb.btrace/segv.c: New.
15231
2b239efb
LM
152322014-07-02 Luis Machado <lgustavo@codesourcery.com>
15233
15234 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15235 instruction.
15236
cf363f18
MW
152372014-06-30 Mark Wielaard <mjw@redhat.com>
15238
15239 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15240 vulture, vilify, villar): New volatile array constants.
15241 (vindictive, vegetation): New const volatile array constants.
15242 * gdb.base/volatile.exp: Test volatile and const volatile array
15243 types.
15244
aebf9d24
AA
152452014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15246
15247 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15248 target lacks support for awatch, rwatch, or hbreak.
15249
b67a2c6f
YQ
152502014-06-27 Yao Qi <yao@codesourcery.com>
15251
15252 * gdb.multi/dummy-frame-restore.exp: New.
15253 * gdb.multi/dummy-frame-restore.c: New.
15254
aef92902
MM
152552014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15256
15257 * gdb.btrace/gcore.exp: New.
15258
8e9db26e
PA
152592014-06-23 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/watchpoint-reuse-slot.c: New file.
15262 * gdb.base/watchpoint-reuse-slot.exp: New file.
15263
70afc5b7
SC
152642014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15265
15266 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15267 progspace's filename in 'info', 'enable' and 'disable' command
15268 tests.
15269
b972bd9c
JK
152702014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15271
15272 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15273 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15274 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15275
125f8a3d
GB
152762014-06-20 Gary Benson <gbenson@redhat.com>
15277
15278 * gdb.arch/i386-avx.exp: Fix include file location.
15279 * gdb.arch/i386-sse.exp: Likewise.
15280
3ed9baed
IB
152812014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15282
15283 * gdb.dlang/expression.exp: New file.
15284
034f788c
PA
152852014-06-19 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15288 out from ...
15289 (top level): ... here. Iterate running tests under different
15290 scheduler-locking settings.
15291
45371d0c
LM
152922014-06-18 Luis Machado <lgustavo@codesourcery.com>
15293
15294 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15295 to DW_FORM_addr and use non-zero addresses.
15296
5d376983
SC
152972014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15298
15299 PR gdb/17017
15300 * gdb.python/py-xmethods.cc: Add global function call counters and
15301 increment them in their respective functions. Remove "cout"
15302 statements.
15303 * gdb.python/py-xmethods.exp: Make tests check the global function
15304 call counters instead of depending on inferior IO.
15305
a1aa2221
LM
153062014-06-18 Don Breazeal <donb@codesourcery.com>
15307
15308 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15309 Deleted procedure.
15310 (explicit_fork_parent_follow): Deleted procedure.
15311 (explicit_fork_child_follow): Deleted procedure.
15312 (test_follow_fork): New procedure.
15313 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15314 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15315 procedure calls.
15316
0fc05997
YQ
153172014-06-17 Yao Qi <yao@codesourcery.com>
15318
15319 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15320 CP1252.
15321
70795c52
LM
153222014-06-17 Luis Machado <lgustavo@codesourcery.com>
15323
15324 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15325 Initialize ptr and S explicitly.
15326 (skip_type_update_when_not_use_rtti_test): Likewise.
15327
6be47f0c
KS
153282014-06-16 Keith Seitz <keiths@redhat.com>
15329
15330 PR mi/15863
15331 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15332 the inferior is started.
15333
d03de421
PA
153342014-06-16 Pedro Alves <palves@redhat.com>
15335
15336 * gdb.base/break-main-file-remove-fail.c: New file.
15337 * gdb.base/break-main-file-remove-fail.exp: New file.
15338 * gdb.base/break-unload-file.exp: Use build_executable instead of
15339 prepare_for_testing.
15340 (test_break): New parameter "initial_load". Handle it.
15341 (top level): Add initial_load cmdline/file axis.
15342
f9579b99
TT
153432014-06-12 Tom Tromey <tromey@redhat.com>
15344
15345 * gdb.base/completion.exp: Don't use directory name in test.
15346
3657956b
GB
153472014-06-09 Gary Benson <gbenson@redhat.com>
15348
15349 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15350 separate the always-available ANSI-standard signals from the
15351 signals that require checking.
15352 (main): Likewise.
15353 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15354 Likewise.
15355 (main): Likewise.
15356
4186eb54
KS
153572014-06-07 Keith Seitz <keiths@redhat.com>
15358
15359 Revert:
15360 PR c++/16253
15361 * gdb.cp/var-tag.cc: New file.
15362 * gdb.cp/var-tag.exp: New file.
15363 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15364 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15365 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15366 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15367
25326a28 153682014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15369
15370 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15371
829155c9
PA
153722014-06-06 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15375 in target debug output instead of looking at RSP packets,
15376 disabling the test on any target that uses hardware stepping.
15377 Update comments.
15378
61c8d22e
PA
153792014-06-06 Pedro Alves <palves@redhat.com>
15380
15381 * gdb.base/break-unload-file.exp: Fix typo.
15382
d9a47287
YQ
153832014-06-06 Yao Qi <yao@codesourcery.com>
15384
15385 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15386 from "jit_function" to "^jit_function".
15387
e5e01dbf
YQ
153882014-06-06 Yao Qi <yao@codesourcery.com>
15389
15390 * gdb.base/async.c (foo): Add one statement.
15391 * gdb.base/async.exp: Get the next instruction address and
15392 match the output of "nexti" by instruction address. Match
15393 the hex address in the output of "finish".
15394
73ba372c
GB
153952014-06-06 Gary Benson <gbenson@redhat.com>
15396
15397 * gdb.base/call-signals.c: Remove preprocessor conditionals
15398 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15399 SIGSEGV and SIGTERM.
15400 * gdb.base/sigall.c: Likewise.
15401 * gdb.base/unwindonsignal.c: Likewise.
15402 * gdb.reverse/sigall-reverse.c: Likewise.
15403
831517df
YQ
154042014-06-06 Yao Qi <yao@codesourcery.com>
15405
15406 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15407 readable, skip the test.
15408
b8b91e98
YQ
154092014-06-06 Yao Qi <yao@codesourcery.com>
15410
15411 * gdb.threads/staticthreads.c (thread_function): Move the line
15412 setting breakpoint on forward.
15413 * gdb.threads/staticthreads.exp: Update comments.
15414
fb934770
LC
154152014-06-05 Ludovic Courtès <ludo@gnu.org>
15416
15417 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15418 "history-append! type error".
15419
6ef284bd
SM
154202014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15421
15422 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15423 erroneous dprintf expected input.
15424
a872e241
DE
154252014-06-04 Doug Evans <xdje42@gmail.com>
15426
15427 * gdb.guile/scm-generics.exp: Delete.
15428
16f691fb
DE
154292014-06-04 Doug Evans <xdje42@gmail.com>
15430
15431 * gdb.guile/scm-breakpoint.exp: Update.
15432 Add tests for breakpoint registration.
15433
012370f6
TT
154342014-06-04 Tom Tromey <tromey@redhat.com>
15435
15436 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15437 VLA-in-union.
15438 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15439 inner_vla_struct, vla_union types. Initialize objects of those
15440 types and compute their sizes.
15441
9f5a4cef
HZ
154422014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15443 Hui Zhu <hui@codesourcery.com>
15444
15445 * gdb.base/fileio.exp: Add test for shell not available as well as
15446 available.
15447 * gdb.base/fileio.c (test_system): Check for shell twice.
15448
90a45c4d
YQ
154492014-06-04 Yao Qi <yao@codesourcery.com>
15450
15451 * gdb.base/auto-connect-native-target.exp: Remove redundant
15452 space from the regexp pattern.
15453
70017e41
YQ
154542014-06-04 Yao Qi <yao@codesourcery.com>
15455
15456 * gdb.base/default.exp: Replace "child" with "native" in
15457 regexp pattern.
15458
883964a7
SC
154592014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15460
15461 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15462 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15463 * gdb.python/py-xmethods.py: Python script supporting the
15464 new testcase and tests.
15465
ef370185
JB
154662014-06-03 Joel Brobecker <brobecker@adacore.com>
15467 Pedro Alves <palves@redhat.com>
15468
15469 PR breakpoints/17000
15470 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15471 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15472
1e2ccb61
BM
154732014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15474
15475 * gdb.base/subst.exp: Add tests to verify partial path matching
15476 output.
15477
c6ec5ab2
PA
154782014-06-03 Pedro Alves <palves@redhat.com>
15479
15480 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15481 target that doesn't use software single-stepping.
15482
835c559f
PA
154832014-06-03 Pedro Alves <palves@redhat.com>
15484
15485 PR breakpoints/17000
15486 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15487 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15488
06eb1586
DE
154892014-06-02 Doug Evans <xdje42@gmail.com>
15490
15491 * gdb.guile/scm-parameter.exp: New file.
15492
e698b8c4
DE
154932014-06-02 Doug Evans <xdje42@gmail.com>
15494
15495 * gdb.guile/scm-cmd.c: New file.
15496 * gdb.guile/scm-cmd.exp: New file.
15497
ded03782
DE
154982014-06-02 Doug Evans <xdje42@gmail.com>
15499
15500 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15501 pretty-printer lookup.
15502 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15503 (make-pp_s-printer): Call it.
15504 (make-pretty-printer-from-dict): New function.
15505 (lookup-pretty-printer-maker-from-dict): New function.
15506 (*pretty-printer*): Simplify.
15507 (make-objfile-pp_s-printer): New function.
15508 (install-objfile-pretty-printers!): New function.
15509 (make-progspace-pp_s-printer): New function.
15510 (install-progspace-pretty-printers!): New function.
15511 * gdb.guile/scm-progspace.c: New file.
15512 * gdb.guile/scm-progspace.exp: New file.
15513
41fac0cf
PA
155142014-06-02 Pedro Alves <palves@redhat.com>
15515
15516 * gdb.base/dprintf-bp-same-addr.c: New file.
15517 * gdb.base/dprintf-bp-same-addr.exp: New file.
15518
96ae5695
EBM
155192014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15520
15521 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15522 * gdb.arch/powerpc-power.s: Likewise.
15523
da02b3a8
JB
155242014-06-02 Joel Brobecker <brobecker@adacore.com>
15525
15526 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15527
c72b2e7b
YQ
155282014-06-01 Yao Qi <yao@codesourcery.com>
15529
15530 * gdb.base/watchpoint.exp (test_watch_location): Check null
15531 pointer can be dereferenced. If not, do the test, otherwise
15532 skip it.
15533
53e8a631
AB
155342014-05-30 Andrew Burgess <aburgess@broadcom.com>
15535
15536 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15537 results.
15538 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15539
938f0e2f
AB
155402014-05-30 Andrew Burgess <aburgess@broadcom.com>
15541
15542 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15543 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15544 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15545 * gdb.arch/amd64-invalid-stack-top.c: New file.
15546 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15547
9ba6657a
PA
155482014-05-30 Pedro Alves <palves@redhat.com>
15549
15550 PR breakpoints/17000
15551 * gdb.base/sss-bp-on-user-bp.c: New file.
15552 * gdb.base/sss-bp-on-user-bp.exp: New file.
15553
522c09bf
DB
155542014-05-30 David Blaikie <dblaikie@gmail.com>
15555
15556 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15557 gnu_inline semantics via attribute.
15558 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15559 source explicitly specifies the required semantics.
15560
bf4ef81e
MR
155612014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15562
15563 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15564
329ea579
PA
155652014-05-29 Pedro Alves <palves@redhat.com>
15566 Tom Tromey <tromey@redhat.com>
15567
15568 * gdb.base/async-shell.exp: Don't enable target-async.
15569 * gdb.base/async.exp
15570 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15571 parameter. Adjust.
15572 (top level): Don't test with "target-async".
15573 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15574 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15575 * gdb.base/inferior-died.exp: Don't enable target-async.
15576 * gdb.base/interrupt-noterm.exp: Likewise.
15577 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15578 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15579 * gdb.mi/mi-nonstop.exp: Likewise.
15580 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15581 * gdb.mi/mi-nsintrall.exp: Likewise.
15582 * gdb.mi/mi-nsmoribund.exp: Likewise.
15583 * gdb.mi/mi-nsthrexec.exp: Likewise.
15584 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15585 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15586 * gdb.python/py-evsignal.exp: Don't enable target-async.
15587 * gdb.python/py-evthreads.exp: Likewise.
15588 * gdb.python/py-prompt.exp: Likewise.
15589 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15590 * gdb.server/solib-list.exp: Don't enable target-async.
15591 * gdb.threads/thread-specific-bp.exp: Likewise.
15592 * lib/mi-support.exp: Adjust to use mi-async.
15593
fd664c91
PA
155942014-05-29 Pedro Alves <palves@redhat.com>
15595
15596 PR gdb/13860
15597 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15598 reason, even in sync mode.
15599
251bde03
PA
156002014-05-29 Pedro Alves <palves@redhat.com>
15601 Hui Zhu <hui@codesourcery.com>
15602
15603 PR PR15693
15604 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15605 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15606 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15607 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15608
7f3c0343
JB
156092014-05-28 Joel Brobecker <brobecker@adacore.com>
15610
15611 * config/monitor.exp (gdb_target_monitor): Replace use of
15612 "set remotebaud" by "set serial baud".
15613
b2715b27
AW
156142014-05-26 Andy Wingo <wingo@igalia.com>
15615
15616 * gdb.guile/scm-breakpoint.exp:
15617 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15618 properties instead of gdb-object-properties.
15619
498a4489
YQ
156202014-05-26 Yao Qi <yao@codesourcery.com>
15621
15622 * gdb.server/no-thread-db.exp: Specify source file name
15623 explicitly when setting a breakpoint.
15624
589fdceb
MM
156252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15626
15627 * gdb.btrace/vdso.c: New.
15628 * gdb.btrace/vdso.exp: New.
15629
e9089e05
MM
156302014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15631
15632 * gdb.base/gcore.exp (capture_command_output): Move ...
15633 * lib/gdb.exp (capture_command_output): ... here.
15634
67b5c0c1
MM
156352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15636
15637 * gdb.btrace/data.exp: Test memory access during btrace replay.
15638
a2199296
SM
156392014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15640
15641 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15642
17b2616c
PA
156432014-05-21 Pedro Alves <palves@redhat.com>
15644
15645 PR gdb/13860
15646 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15647 (top level): Test that output related to execution commands is
15648 sent to the console with CLI commands, but not with MI commands.
15649 Test that breakpoint events are always mirrored to the console.
15650 Also expect the new source line to be output after a "next" in
15651 async mode too. Make it a pass/fail test.
15652 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15653 output.
15654 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15655
5166082f
PA
156562014-05-21 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15659 Use them to test variations of "list" after reaching a breakpoint.
15660 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15661 Test "list" with listsize 10 after reaching a breakpoint.
15662 * gdb.python/python.exp (decode_line current location line
15663 number): Adjust expected line number.
15664
2f25d70f
SM
156652014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15666
15667 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15668 behavior for $args, pass it directly to "run".
15669
ff604a67
MR
156702014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15671
15672 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15673 30000 to 65536.
15674
6a3cb8e8
PA
156752014-05-21 Pedro Alves <palves@redhat.com>
15676
15677 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15678 auto-connect-native-target off".
15679 * gdb.base/auto-connect-native-target.c: New file.
15680 * gdb.base/auto-connect-native-target.exp: New file.
15681
4ebfc96e
PA
156822014-05-21 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.base/default.exp: Test "target native" instead of "target
15685 child".
15686
36d46afb
MW
156872014-05-21 Mark Wielaard <mjw@redhat.com>
15688
15689 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15690
5876f503
JK
156912014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15692
15693 Fix TLS access for -static -pthread.
15694 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15695 <HAVE_TLS> (thread_function, main): Initialize it.
15696 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15697 Add clean_restart.
15698 <$have_tls != "">: Check TLSVAR.
15699
0256a6ac
PA
157002014-05-21 Pedro Alves <palves@redhat.com>
15701
15702 * gdb.base/dcache-line-read-error.c: New.
15703 * gdb.base/dcache-line-read-error.exp: New.
15704
936d2992
PA
157052014-05-20 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.base/compare-sections.c: New file.
15708 * gdb.base/compare-sections.exp: New file.
15709
802e8e6d
PA
157102014-05-20 Pedro Alves <palves@redhat.com>
15711
15712 * gdb.base/break-idempotent.c: New file.
15713 * gdb.base/break-idempotent.exp: New file.
15714
e59fa00f
MM
157152014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15716
15717 * gdb.btrace/nohist.exp: New.
15718
8b696e31
YQ
157192014-05-20 Yao Qi <yao@codesourcery.com>
15720
15721 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15722 gdb.reverse directory and gdb_reverse_timeout exists in board
15723 setting.
15724 * README: Document gdb_reverse_timeout.
15725
73c9764f
YQ
157262014-05-20 Yao Qi <yao@codesourcery.com>
15727
15728 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15729 'test_file_name'. Treat args as a string instead of a list.
15730 (gdb_init): Rename argument 'args' by 'test_file_name'.
15731
f1f4348a
JK
157322014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15733
15734 * gdb.arch/powerpc-power.exp: New file.
15735 * gdb.arch/powerpc-power.s: New file.
15736
0dbe70ce
DE
157372014-05-16 Doug Evans <dje@google.com>
15738
15739 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15740 * gdb.base/completion.exp: Check that all expected files exist
15741 before doing file completion.
0dbe70ce 15742
8d551b02
DE
157432014-05-16 Doug Evans <dje@google.com>
15744
15745 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15746 Update.
15747 (do_syscall_tests_without_xml): Update.
15748
73eb7709
PA
157492014-05-16 Pedro Alves <palves@redhat.com>
15750
15751 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15752 instead of "unknown output after running".
15753
3fae92fc
YQ
157542014-05-16 Yao Qi <yao@codesourcery.com>
15755
15756 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15757 file1.txt from host at the end.
15758 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15759
c2b2ccc5
DE
157602014-05-15 Doug Evans <dje@google.com>
15761
15762 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15763 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15764 loading file. Add test for TU lookup.
15765
8c217a4b
SM
157662014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15767
15768 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15769 calling "-exec-arguments" or "set args" before running the
15770 inferior.
15771
3deb39c6
SM
157722014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15773
15774 * lib/mi-support.exp (mi_expect_stop): Expect message for
15775 inferiors that exit with non-zero exit code.
15776
71a79f8c
YQ
157772014-05-14 Yao Qi <yao@codesourcery.com>
15778
15779 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15780 match absolute path on remote host.
15781 (test_file_list_exec_source_files): Remove "/" from the
15782 pattern.
15783
f23fcd46
YQ
157842014-05-14 Yao Qi <yao@codesourcery.com>
15785
15786 * boards/local-remote-host-notty.exp (${board}_file): New
15787 proc.
15788
9404b58f
KM
157892014-05-07 Kyle McMartin <kyle@redhat.com>
15790
15791 Pushed by Joel Brobecker <brobecker@adacore.com>.
15792 * gdb.arch/aarch64-atomic-inst.c: New file.
15793 * gdb.arch/aarch64-atomic-inst.exp: New file.
15794
5e45f04c
YQ
157952014-05-07 Yao Qi <yao@codesourcery.com>
15796
15797 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15798 in current context" too.
15799
c888a17d
KS
158002014-05-05 Keith Seitz <keiths@redhat.com>
15801
15802 * gdb.linespec/ls-dollar.exp: Add test for linespec
15803 file:convenience_variable.
15804
290a839c
YQ
158052014-05-05 Yao Qi <yao@codesourcery.com>
15806
15807 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15808 traceframes into tfile and ctf trace files. Read data from
15809 trace file and test collected data.
15810 (gdb_collect_locals_test): Likewise.
15811 (gdb_unavailable_registers_test): Likewise.
15812 (gdb_unavailable_floats): Likewise.
15813 (gdb_collect_globals_test): Likewise.
15814 (top-level): Append "ctf" to trace_file_targets if GDB
15815 supports.
15816
b5262cd0
YQ
158172014-05-05 Yao Qi <yao@codesourcery.com>
15818
15819 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15820 code to ...
15821 (gdb_collect_args_test_1): ... it. New proc.
15822 (gdb_collect_locals_test): Move some code to ...
15823 (gdb_collect_locals_test_1): ... it. New proc.
15824 (gdb_unavailable_registers_test): Move some code to ...
15825 (gdb_unavailable_registers_test_1): ... it. New proc.
15826 (gdb_unavailable_floats): Move some code to ...
15827 (gdb_unavailable_floats_1): ... it. New proc.
15828
30a1e6cc
SDJ
158292014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15830
15831 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15832 probes to test for bitness recognition.
15833 * gdb.arch/amd64-stap-optional-prefix.exp
15834 (test_probe_value_without_reg): New procedure.
15835 Add code to test for different kinds of bitness.
15836
f33da99a
SDJ
158372014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15838
15839 PR breakpoints/16889
15840 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15841 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15842
5b80f00d
PA
158432014-05-01 Pedro Alves <palves@redhat.com>
15844
15845 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15846 gdb_file_cmd if no file is specified.
15847 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15848 last_loaded_file to set the remote exec-file.
15849
f8c2a73c
PA
158502014-05-01 Pedro Alves <palves@redhat.com>
15851
15852 * boards/local-remote-host.exp: New file.
15853
be6e8ac7
PA
158542014-05-01 Pedro Alves <palves@redhat.com>
15855
15856 * boards/local-remote-host.exp: Rename to ...
15857 * boards/local-remote-host-notty.exp: ... this.
15858
cac0dc8f
JB
158592014-04-28 Joel Brobecker <brobecker@adacore.com>
15860
15861 * gdb.ada/dyn_arrayidx: New testcase.
15862
9730e6cc
YQ
158632014-04-26 Yao Qi <yao@codesourcery.com>
15864
15865 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15866 and compute the length of function main. Save it in
15867 $main_length.
15868 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15869 (top-level): Use gdb_compile to compile objects into
15870 executable and restart GDB. Remove invocation to
15871 prepare_for_testing.
15872
7ae1a6a6
PA
158732014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15874 Pedro Alves <palves@redhat.com>
15875
15876 PR server/16255
15877 * gdb.multi/multi-attach.c: New file.
15878 * gdb.multi/multi-attach.exp: New file.
15879
4082afcc
PA
158802014-04-25 Pedro Alves <palves@redhat.com>
15881
15882 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15883 user.
15884 (top level): Test that "set remote conditional-breakpoints-packet
15885 off" works as intended.
15886 * gdb.base/dprintf.exp: Test that "set remote
15887 breakpoint-commands-packet off" works as intended.
15888 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15889 New function.
15890 (top level): Call it.
15891 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15892 remote fast-tracepoints-packet off" works as intended.
15893 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15894 * lib/gdb.exp (gdb_is_target_remote): ... here.
15895
2abc3f8d
DB
158962014-04-24 David Blaikie <dblaikie@gmail.com>
15897
15898 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15899 ensure clang would not discard them.
15900 * gdb.base/gdbvars.c: Ditto.
15901 * gdb.base/memattr.c: Ditto.
15902 * gdb.base/whatis.c: Ditto.
15903 * gdb.python/py-prettyprint.c: Ditto.
15904 * gdb.trace/actions.c: Ditto.
15905 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15906 ensure clang would not discard it.
15907
bfd39632
DB
159082014-04-24 David Blaikie <dblaikie@gmail.com>
15909
15910 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15911 clang to emit the full definition of type required by the test
15912 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15913
22842ff6
DB
159142014-04-24 David Blaikie <dblaikie@gmail.com>
15915
15916 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15917 coax Clang into emitting the definition of the type.
15918 * gdb.cp/pr10728-x.h (y): Ditto.
15919 * gdb.cp/pr10728-y.cc (y): Ditto.
15920
c2e827ad
DB
159212014-04-24 David Blaikie <dblaikie@gmail.com>
15922
15923 * gdb.base/label.exp: XFAIL label related tests under Clang.
15924 * gdb.cp/cplabel.exp: Ditto.
15925 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15926 under Clang those using labels.
15927
4c2d33e7
YQ
159282014-04-25 Yao Qi <yao@codesourcery.com>
15929
15930 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15931 double_label.
15932 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15933 partial_label and double_label.
15934
56083b99
DB
159352014-04-24 David Blaikie <dblaikie@gmail.com>
15936
15937 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15938
25d4e99d
DB
159392014-04-24 David Blaikie <dblaikie@gmail.com>
15940
15941 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15942 of the function to work across GCC and Clang.
15943 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15944 pointer types (const void ** const V void **).
15945
01f9f808
MS
159462014-04-24 Michael Sturm <michael.sturm@mintel.com>
15947 Walfred Tedeschi <walfred.tedeschi@intel.com>
15948
15949 * Makefile.in (EXECUTABLES): Added i386-avx512.
15950 * gdb.arch/i386-avx512.c: New file.
15951 * gdb.arch/i386-avx512.exp: Likewise.
15952
4b48d439
KS
159532014-04-23 Keith Seitz <keiths@redhat.com>
15954
15955 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15956 (mi_make_breakpoint_table): New procedure.
15957 (mi_create_breakpoint): Use mi_make_breakpoint
15958 and return the result.
15959 (mi_make_breakpoint): New procedure.
15960 (mi_build_kv_pairs): New procedure.
15961
15962 * gdb.mi/mi-break.exp: Remove unused globals,
15963 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15964 All callers updated.
15965 * gdb.mi/mi-dprintf.exp: Use variable to track command
15966 number.
15967 Update all callers of mi_create_breakpoint and use
15968 mi_make_breakpoint_table.
15969 Remove any unused global variables.
15970 * gdb.mi/mi-nonstop.exp: Likewise.
15971 * gdb.mi/mi-nsintrall.exp: Likewise.
15972 * gdb.mi/mi-nsmoribund.exp: Likewise.
15973 * gdb.mi/mi-nsthrexec.exp: Likewise.
15974 * gdb.mi/mi-reverse.exp: Likewise.
15975 * gdb.mi/mi-simplerun.exp: Likewise.
15976 * gdb.mi/mi-stepn.exp: Likewise.
15977 * gdb.mi/mi-syn-frame.exp: Likewise.
15978 * gdb.mi/mi-until.exp: Likewise.
15979 * gdb.mi/mi-var-cp.exp: Likewise.
15980 * gdb.mi/mi-var-display.exp: Likewise.
15981 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15982 * gdb.mi/mi2-var-child.exp: Likewise.
15983 * gdb.mi/mi-vla-c99.exp: Likewise.
15984 * lib/mi-support.exp: Likewise.
15985
15986 From Ian Lance Taylor <iant@cygnus.com>:
15987 * lib/gdb.exp (parse_args): New procedure.
15988
08351840
PA
159892014-04-23 Pedro Alves <palves@redhat.com>
15990
15991 * gdb.base/break-unload-file.c: New file.
15992 * gdb.base/break-unload-file.exp: New file.
15993 * gdb.base/sym-file-lib.c (baz): New function.
15994 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15995 field.
15996 (load): Store the segment's mapped size.
15997 (unload): New function.
15998 (unload_shlib): New function.
15999 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16000 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16001 set a breakpoint at baz, and call it.
16002 * gdb.base/sym-file.exp: New tests for stale breakpoint
16003 instructions.
16004
076855f9
PA
160052014-04-23 Pedro Alves <palves@redhat.com>
16006
16007 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16008 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16009 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16010 * gdb.base/hbreak-unmapped.c: New file.
16011 * gdb.base/hbreak-unmapped.exp: New file.
16012 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16013 * lib/gdb.exp (gdb_is_target_remote): ... here.
16014
483805cf
PA
160152014-04-22 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.base/consecutive-step-over.c: New file.
16018 * gdb.base/consecutive-step-over.exp: New file.
16019
06d97543
PA
160202014-04-22 Pedro Alves <palves@redhat.com>
16021
16022 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16023 instead of send_gdb/gdb_expect.
16024
b4429ea2
YQ
160252014-04-22 Yao Qi <yao@codesourcery.com>
16026
16027 * lib/trace-support.exp (generate_tracefile): New procedure.
16028 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16029 return 0.
16030 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16031 if generate_tracefile returns 1.
16032
51d48146
PA
160332014-04-18 Tom Tromey <palves@redhat.com>
16034 Pedro alves <tromey@redhat.com>
16035
16036 PR backtrace/15558
16037 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16038 with a backtrace limit.
16039 * gdb.python/py-frame-inline.exp: Test running to an inline
16040 function with a backtrace limit, and printing the newest frame.
16041 * gdb.python/py-frame-inline.c (main): Call f.
16042
bd1dce5f
MS
160432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16044
16045 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16046
40d1a503
MS
160472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16048
16049 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16050 Drop prefix from unsupported source file path.
16051
389b98f7
YQ
160522014-04-17 Yao Qi <yao@codesourcery.com>
16053
16054 * lib/gdb.exp (with_target_charset): New proc.
16055 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16056 with_target_charset.
16057 (test_print_strings): Likewise.
16058 (test_repeat_bytes): Likewise.
16059 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16060 for some tests.
16061
22869d73
KS
160622014-04-16 Keith Seitz <keiths@redhat.com>
16063
16064 PR gdb/15827
16065 * gdb.dwarf2/corrupt.c: New file.
16066 * gdb.dwarf2/corrupt.exp: New file.
16067
c4f87ca6
KS
160682014-04-16 Keith Seitz <keiths@redhat.com>
16069
16070 PR c++/16597
16071 * gdb.cp/namelessclass.cc: New file.
16072 * gdb.cp/namelessclass.exp: New file.
16073 * gdb.cp/namelessclass.S: New file.
16074
ab19de87
DE
160752014-04-16 Doug Evans <dje@google.com>
16076
16077 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16078 Add comment.
16079 (gdbserver_default_get_comm_port): New function.
16080 (gdbserver_start): Check if board file provided
16081 "gdbserver,get_comm_port" and use it if so.
16082 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16083 (gdb,socketport): Set to "stdio".
16084 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16085 (stdio_gdbserver_template): Delete.
16086 (${board}_get_remote_address): Update.
16087 (${board}_build_remote_cmd): Delete.
16088 (${board}_get_comm_port): New function.
16089 (${board}_spawn): Update.
16090 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16091 Delete.
16092 (${board}_get_remote_address): Update.
16093 (${board}_get_comm_port): New function.
16094
fc98a809
AB
160952014-04-16 Andrew Burgess <aburgess@broadcom.com>
16096
16097 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16098 appearing in any order.
16099
87fd9e6e
DE
161002014-04-15 Doug Evans <dje@google.com>
16101
16102 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16103 uninitialized value of "description".
16104
099fc3ea
KS
161052014-04-15 Keith Seitz <keiths@redhat.com>
16106
16107 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16108 Remove unused globals.
16109 (test_running_the_program): Likewise.
16110 (test_controlled_execution): Likewise.
16111 (test_controlling_breakpoints): Likewise.
16112 (test_program_termination): Likewise.
16113
5da151d4
KS
161142014-04-15 Keith Seitz <keiths@redhat.com>
16115
16116 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16117 unused globals.
16118 (test_rbreak_creation_and_listing): Likewise.
16119 (test_ignore_count): Likewise.
16120 (test_error): Likewise.
16121
35e5d2f0
PA
161222014-04-15 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16125 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16126 sym-file-loader.c.
16127 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16128 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16129 to sym-file-loader.c.
16130 (struct library): Forward declare.
16131 (load_shlib, lookup_function): Change prototypes.
16132 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16133 (translate_offset): Remove declarations.
16134 (get_text_addr): New declaration.
16135 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16136 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16137 sym-file-loader.h.
16138 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16139 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16140 here from sym-file-loader.h.
16141 (struct library): New structure.
16142 (load_shlib, lookup_function): Change prototypes and adjust to
16143 work with a struct library.
16144 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16145 (translate_offset): Make static.
16146 (get_text_addr): New function.
16147 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16148
eb4c1710
PA
161492014-04-15 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16152
2d1baf52
PA
161532014-04-15 Pedro Alves <palves@redhat.com>
16154
16155 * gdb.base/sym-file-loader.c: Include <limits.h>.
16156 (SELF_LINK): New define.
16157 (get_origin): New function.
16158 (load_shlib): Use it.
16159 * gdb.base/sym-file.exp: Don't early return if the target is
16160 remote. Use runto_main, and issue fail is that fails. Use
16161 gdb_load_shlibs.
16162 (shlib_name): Delete.
16163 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16164
7dd6df01
PA
161652014-04-15 Pedro Alves <palves@redhat.com>
16166
16167 * gdb.base/sym-file.exp: Remove regex characters from test
16168 message. Don't refer to breakpoint numbers in test messages.
16169
b50c8614
KS
161702014-04-14 Keith Seitz <keiths@redhat.com>
16171
16172 PR c++/16253
16173 * gdb.cp/var-tag.cc: New file.
16174 * gdb.cp/var-tag.exp: New file.
16175 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16176 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16177 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16178 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16179
3d567982
TT
161802014-04-14 Tom Tromey <tromey@redhat.com>
16181
16182 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16183 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16184 type.
16185 * gdb.cp/enum-class.exp: New file.
16186 * gdb.cp/enum-class.cc: New file.
16187
0626fc76
TT
161882014-04-14 Tom Tromey <tromey@redhat.com>
16189
16190 * gdb.dwarf2/enum-type.exp: New file.
16191
dca325b3
SA
161922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16193
16194 * gdb.mi/mi-vla-c99.exp: New file.
16195 * gdb.mi/vla.c: New file.
16196
5854b38a
SA
161972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16198
16199 * gdb.base/vla-datatypes.c: New file.
16200 * gdb.base/vla-datatypes.exp: New file.
16201
463bb957
SA
162022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16203
16204 * gdb.base/vla-ptr.c: New file.
16205 * gdb.base/vla-ptr.exp: New file.
16206
3dd170be
SA
162072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16208
16209 * gdb.dwarf2/count.exp: New file.
16210
5ecaaa66
SA
162112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16212
16213 * gdb.base/vla-sideeffect.c: New file.
16214 * gdb.base/vla-sideeffect.exp: New file.
16215
41f1ada5
DB
162162014-04-14 David Blaikie <dblaikie@gmail.com>
16217
16218 * gdb.mi/non-stop.c: Add return value for non-void function return
16219 statement.
16220 * gdb.threads/staticthreads.c: Ditto.
16221
0be03e84
DE
162222014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16223 Doug Evans <xdje42@gmail.com>
16224
16225 * gdb.guile/scm-value.c: Improve test case.
16226 * gdb.guile/scm-value.exp: Add new test.
16227
f180a1fb
DB
162282014-04-11 David Blaikie <dblaikie@gmail.com>
16229
16230 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16231 override Clang's default.
16232
6b662e19
JB
162332014-04-11 Joel Brobecker <brobecker@adacore.com>
16234
16235 Revert the following changes (regressions):
16236
16237 * gdb.base/vla-sideeffect.c: New file.
16238 * gdb.base/vla-sideeffect.exp: New file.
16239
16240 * gdb.dwarf2/count.exp: New file.
16241
16242 * gdb.base/vla-multi.c: New file.
16243 * gdb.base/vla-multi.exp: New file.
16244
16245 * gdb.base/vla-ptr.c: New file.
16246 * gdb.base/vla-ptr.exp: New file.
16247
16248 * gdb.base/vla-datatypes.c: New file.
16249 * gdb.base/vla-datatypes.exp: New file.
16250
16251 * gdb.mi/mi-vla-c99.exp: New file.
16252 * gdb.mi/vla.c: New file.
16253
245a5f0b
KS
162542014-04-11 Keith Seitz <keiths@redhat.com>
16255
16256 PR c++/16675
16257 * gdb.cp/cpsizeof.exp: New file.
16258 * gdb.cp/cpsizeof.cc: New file.
16259
58a84dcf
SA
162602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16261
191a8a90
JB
16262 * gdb.mi/mi-vla-c99.exp: New file.
16263 * gdb.mi/vla.c: New file.
58a84dcf 16264
c8655f75
SA
162652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16266
16267 * gdb.base/vla-datatypes.c: New file.
16268 * gdb.base/vla-datatypes.exp: New file.
16269
024e13b4
SA
162702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16271
16272 * gdb.base/vla-ptr.c: New file.
16273 * gdb.base/vla-ptr.exp: New file.
16274
1a237e0e
SA
162752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16276
16277 * gdb.base/vla-multi.c: New file.
16278 * gdb.base/vla-multi.exp: New file.
16279
504f3432
SA
162802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16281
16282 * gdb.dwarf2/count.exp: New file.
16283
3bce8237
SA
162842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16285
191a8a90
JB
16286 * gdb.base/vla-sideeffect.c: New file.
16287 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16288
322f9c21
YQ
162892014-04-11 Yao Qi <yao@codesourcery.com>
16290
16291 * gdb.base/completion.exp: Check file exists before running tests
16292 on file completion.
16293
d708bcd1
PA
162942014-04-10 Pedro Alves <palves@redhat.com>
16295
16296 * gdb.base/cond-eval-mode.c: New file.
16297 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16298 prepare_for_testing to build the new file. Check result of
16299 runto_main.
16300 (test_break, test_watch): New procedures.
16301 (top level): Use them.
16302
ae1d2761
PM
163032014-04-08 Pierre Muller <muller@sourceware.org>
16304
16305 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16306 Ctrl-V use for mingw hosts.
16307
7af389b8
SC
163082014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16309
16310 * gdb.python/py-value.c: Improve test case.
16311 * gdb.python/py-value.exp: Add new test.
16312
5e703181
DE
163132014-04-07 David Blaikie <dblaikie@gmail.com>
16314
16315 * lib/compiler.c: Identify the clang compiler.
16316 * lib/compiler.cc: Ditto.
16317
9810b410
YQ
163182014-04-03 Yao Qi <yao@codesourcery.com>
16319
16320 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16321
98d1b8dc
AB
163222014-04-01 Anton Blanchard <anton@samba.org>
16323
16324 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16325 messages unique.
16326
3114cea1
AB
163272014-04-01 Anton Blanchard <anton@samba.org>
16328
16329 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16330 prepare_for_testing.
16331
62f7182c
AB
163322014-04-01 Anton Blanchard <anton@samba.org>
16333
16334 * gdb.arch/ppc64-atomic-inst.c: Remove.
16335 * gdb.arch/ppc64-atomic-inst.S: New file.
16336 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16337
770e7fc7
DE
163382014-03-31 Doug Evans <dje@google.com>
16339
16340 * gdb.base/print-symbol-loading-lib.c: New file.
16341 * gdb.base/print-symbol-loading-main.c: New file.
16342 * gdb.base/print-symbol-loading.exp: New file.
16343
46e2bafa
YQ
163442014-03-31 Yao Qi <yao@codesourcery.com>
16345
16346 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16347
8776cfe9
JB
163482014-03-28 Joel Brobecker <brobecker@adacore.com>
16349
16350 * gdb.ada/mi_dyn_arr: New testcase.
16351
5d1ef361
DE
163522014-03-27 Doug Evans <dje@google.com>
16353
16354 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16355
b5bee914
YQ
163562014-03-27 Yao Qi <yao@codesourcery.com>
16357
16358 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16359 if target is nios2-*-*.
16360
0d4d0e77
YQ
163612014-03-26 Yao Qi <yao@codesourcery.com>
16362
16363 * lib/gdb.exp (readline_is_used): New proc.
16364 * gdb.base/completion.exp: Move tests on command complete up.
16365 Skip the rest of tests if readline is not used.
16366 * gdb.ada/complete.exp: Skp the test if readline is not
16367 used.
16368 * gdb.base/filesym.exp: Likewise.
16369 * gdb.base/macscp.exp: Likewise.
16370 * gdb.base/readline-ask.exp: Likewise.
16371 * gdb.base/readline.exp: Likewise.
16372 * gdb.python/py-cmd.exp: Likewise.
16373 * gdb.trace/tfile.exp: Likewise.
16374
29361eee
YQ
163752014-03-26 Yao Qi <yao@codesourcery.com>
16376
16377 * gdb.base/macscp.exp: Fix code format issues.
16378
bc9a5525
UW
163792014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16380
16381 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16382 * gdb.asm/powerpc64le.inc: New file.
16383
d3839ede
PA
163842014-03-25 Pedro Alves <palves@redhat.com>
16385 Doug Evans <dje@google.com>
16386
16387 * gdb.base/source-execution.c: New file.
16388 * gdb.base/source-execution.exp: New file.
16389 * gdb.base/source-execution.gdb: New file.
16390
01672a57
DE
163912014-03-24 Doug Evans <dje@google.com>
16392
16393 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16394 using fission.
16395
88bbeca9
HZ
163962014-03-24 Hui Zhu <hui@codesourcery.com>
16397 Pedro Alves <palves@redhat.com>
16398
16399 PR breakpoints/16101
16400 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16401 test pass/fail messages. Detect missing support for dprintf when
16402 breakpoints are actually inserted.
16403 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16404 breakpoints are actually inserted.
16405 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16406 fails.
16407
d2348791
JK
164082014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16409
16410 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16411
feef67ab
DE
164122014-03-22 Doug Evans <xdje42@gmail.com>
16413
16414 * gdb.python/python.exp (python not supported): Verify multi-line
16415 python command issues an error.
25d743f9 16416 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16417 guile command issues an error.
feef67ab 16418
ecebef6a
MR
164192014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16420
16421 * gdb.threads/thread-specific.exp: Handle the lack of usable
16422 $this_breakpoint and $this_thread.
16423
ccdd1909
HZ
164242014-03-21 Hui Zhu <hui@codesourcery.com>
16425
16426 * gdb.base/attach.exp (do_command_attach_tests): New.
16427
beb460e8
PA
164282014-03-20 Tom Tromey <tromey@redhat.com>
16429 Pedro Alves <palves@redhat.com>
16430
16431 PR cli/15718
16432 * gdb.base/condbreak-call-false.c: New file.
16433 * gdb.base/condbreak-call-false.exp: New file.
16434
40acf43a
PA
164352014-03-20 Pedro Alves <palves@redhat.com>
16436
16437 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16438 Delete.
16439 (block_signals, unblock_signals): Delete.
16440 (child_function_2, main): Remove references to deleted variable
16441 and functions.
16442
9f5e1e02
PA
164432014-03-20 Pedro Alves <palves@redhat.com>
16444
16445 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16446 Use pthread_kill to signal thread 2.
16447 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16448 Adjust to make the test send itself a signal rather than using the
16449 host's "kill" command.
16450
99619bea
PA
164512014-03-20 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.threads/multiple-step-overs.c: New file.
16454 * gdb.threads/multiple-step-overs.exp: New file.
16455 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16456 Adjust expected infrun debug output.
16457
2adfaa28
PA
164582014-03-20 Pedro Alves <palves@redhat.com>
16459
16460 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16461 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16462
31e77af2
PA
164632014-03-20 Pedro Alves <palves@redhat.com>
16464
16465 PR breakpoints/7143
16466 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16467 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16468 of gdb_test_multiple.
16469 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16470 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16471
b9f437de
PA
164722014-03-20 Pedro Alves <palves@redhat.com>
16473
16474 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16475 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16476
05adc73e
PA
164772014-03-19 Pedro Alves <palves@redhat.com>
16478
16479 * gdb.base/async.exp: Remove early return.
16480
6048b950
PA
164812014-03-19 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16484
8bcfb00a
PA
164852014-03-19 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.base/async.exp (test_background): Expect \r\n after
16488 "completed." in the fail pattern.
16489
884e37dc
PA
164902014-03-19 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.base/async.exp (test_background): New procedure.
16493 Use it for all background execution command tests.
16494
148e57e2
PA
164952014-03-19 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.base/async.exp: Use prepare_for_testing.
16498
f48088c7
PA
164992014-03-19 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16502 the same line.
16503
e2f6c966
PA
165042014-03-19 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.base/async.c (main): Add "jump here" and "until here" line
16507 marker comments.
16508 * gdb.base/async.exp (jump_here): New global.
16509 (jump& test): Use it.
16510 (until_here): New global.
16511 (until& test): Use it.
16512
c30568d4
PA
165132014-03-19 Pedro Alves <palves@redhat.com>
16514
16515 * gdb.base/async.exp: Don't frob gdb_protocol.
16516
0172b6a7
DE
165172014-03-18 Doug Evans <xdje42@gmail.com>
16518
16519 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16520 Fix spelling of exec-done-display.
16521
06c868a8
JK
165222014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16523
16524 PR gdb/15358
16525 * gdb.base/gdb-sigterm.c: New file.
16526 * gdb.base/gdb-sigterm.exp: New file.
16527
0c7e1a46
PA
165282014-03-18 Pedro Alves <palves@redhat.com>
16529
16530 PR gdb/13860
16531 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16532 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16533 solib-event.
16534
f7c77d93
JB
165352014-03-17 Joel Brobecker <brobecker@adacore.com>
16536
16537 * gdb.ada/pckd_arr_ren: New testcase.
16538
5a1e8c7a
DE
165392014-03-13 Doug Evans <xdje42@gmail.com>
16540
16541 PR guile/16612
16542 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16543 collect after discarding symbols.
16544
350e1a76
DE
165452014-03-13 Ludovic Courtès <ludo@gnu.org>
16546 Doug Evans <xdje42@gmail.com>
16547
16548 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16549 to history survives a gc.
16550
a69900ae
PA
165512014-03-13 Pedro Alves <palves@redhat.com>
16552
16553 * gdb.base/default.exp: Don't test "target procfs".
16554
5db9f0bd
PA
165552014-03-13 Pedro Alves <palves@redhat.com>
16556
16557 * gdb.base/default.exp: Update "target child" and "target procfs"
16558 tests to not expect "Unix".
16559
b3ccfe11
TT
165602014-03-12 Tom Tromey <tromey@redhat.com>
16561
16562 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16563 New procs. Add target-async tests.
16564 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16565 Add target-async tests.
16566
646f4417
AA
165672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16568
16569 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16570 'func_start' and 'func_end' for the beginning and end of the
16571 function code, respectively.
16572 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16573 'func_end' instead of 'func' and 'main'.
16574
288c211f
AA
165752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16576
16577 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16578 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16579 generate the debug info assembler source.
16580
e0c0f156
AA
165812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16582
16583 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16584 * gdb.dwarf2/arr-subrange.exp: Likewise.
16585 * gdb.dwarf2/dwz.exp: Likewise.
16586 * gdb.dwarf2/method-ptr.exp: Likewise.
16587 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16588 * gdb.dwarf2/subrange.exp: Likewise.
16589 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16590 * gdb.dwarf2/implptrpiece.exp: Likewise.
16591 * gdb.dwarf2/nostaticblock.exp: Likewise.
16592
0e5c4555
AA
165932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16594
16595 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16596 directory to absolute path name arguments.
16597
5ec18f2b
JG
165982014-03-10 Joel Brobecker <brobecker@adacore.com>
16599
16600 * gdb.ada/tagged_access: New testcase.
16601
847fc4f2
MM
166022014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16603
16604 * gdb.btrace/data.exp: Update expected output.
16605
cc3da688
YQ
166062014-03-06 Yao Qi <yao@codesourcery.com>
16607
16608 * gdb.trace/pr16508.exp: New file.
16609
0f26cec1
PA
166102014-03-05 Pedro Alves <palves@redhat.com>
16611
16612 PR gdb/16575
16613 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16614 procedure.
16615 (top level): Adjust to use it. Add tests that exercise breakpoint
16616 interaction with the code-cache.
16617
7a5a839f
LC
166182014-02-26 Ludovic Courtès <ludo@gnu.org>
16619
16620 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16621 test for 'history-append!'.
16622
31aa7e4e
JB
166232014-02-26 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16626 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16627 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16628 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16629 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16630 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16631
1b588015
JB
166322014-02-26 Joel Brobecker <brobecker@adacore.com>
16633
16634 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16635 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16636 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16637
55426c9d
JB
166382014-02-26 Joel Brobecker <brobecker@adacore.com>
16639
16640 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16641
dc53a7ad
JB
166422014-02-26 Joel Brobecker <brobecker@adacore.com>
16643
16644 * gdb.dwarf2/arr-stride.c: New file.
16645 * gdb.dwarf2/arr-stride.exp: New file.
16646
12ab52e9
PA
166472014-02-26 Pedro Alves <palves@redhat.com>
16648
16649 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16650 that won't ever trigger. Make sure that GDB reports the correct
16651 breakpoint that caused the stop.
16652
849c862e
JK
166532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16654
16655 PR gdb/16626
16656 * gdb.base/auto-load-script: New file.
16657 * gdb.base/auto-load.c: New file.
16658 * gdb.base/auto-load.exp: New file.
16659
71b7d793
JK
16660 PR gdb/16626
16661 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16662
e2f0d509
JK
166632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16664
16665 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16666 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16667
50cc37c8
DE
166682014-02-24 Doug Evans <dje@google.com>
16669
16670 * lib/gdb.exp (run_on_host): Log error output if program fails.
16671
ea4758f2
PA
166722014-02-21 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.threads/step-after-sr-lock.c: Rename to ...
16675 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16676 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16677 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16678 ... this.
16679
d7b30f67
SDJ
166802014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16681
16682 PR tdep/16397
16683 * gdb.arch/amd64-stap-special-operands.exp: New file.
16684 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16685 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16686 * gdb.arch/amd64-stap-triplet.S: Likewise.
16687 * gdb.arch/amd64-stap-triplet.c: Likewise.
16688
83deb43f
JB
166892014-02-20 Joel Brobecker <brobecker@adacore.com>
16690
16691 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16692 in .section pseudo-op.
16693
adde2bff
DE
166942014-02-20 lin zuojian <manjian2006@gmail.com>
16695 Joel Brobecker <brobecker@adacore.com>
16696 Doug Evans <xdje42@gmail.com>
16697
16698 PR symtab/16581
16699 * gdb.dwarf2/dw2-icycle.S: New file.
16700 * gdb.dwarf2/dw2-icycle.c: New file.
16701 * gdb.dwarf2/dw2-icycle.exp: New file.
16702
f7bd0f78
SC
167032014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16704
16705 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16706 operations on gdb.Value objects.
16707 * gdb.python/py-value-cc.exp: Add new test to test operations on
16708 gdb.Value objects.
16709
c17ef0d5
DE
167102014-02-18 Doug Evans <dje@google.com>
16711
16712 * Makefile.in (TESTS): New variable.
16713 (expanded_tests, expanded_tests_or_none): New variables
16714 (check-single): Pass $(expanded_tests_or_none) to runtest.
16715 (check-parallel): Only run tests in $(TESTS) if non-empty.
16716 (check/no-matching-tests-found): New rule.
16717 * README: Document TESTS makefile variable.
16718
5dd3176f
DE
167192014-02-18 Doug Evans <dje@google.com>
16720
16721 * Makefile.in (check-parallel): rm -rf outputs temp.
16722
0b10be4f
JK
167232014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16724
16725 Fix "ERROR: no fileid for" in the testsuite.
16726 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16727
85f224e7
DE
167282014-02-12 Doug Evans <dje@google.com>
16729
16730 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16731 (MISCELLANEOUS): New variable.
16732 (clean): rm -rf $(MISCELLANEOUS).
16733 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16734 dwp live in the same directory as symlinks, with each symlink pointed
16735 to a differently named file in a different directory.
16736
149b30ff
DE
167372014-02-11 Doug Evans <dje@google.com>
16738
16739 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16740 of Tcl file commands.
16741
1dfdac32
MK
167422014-02-10 Mark Kettenis <kettenis@gnu.org>
16743
16744 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16745 "kill -SIGUSR1 -1".
16746
aa4fb036
JB
167472014-02-10 Joel Brobecker <brobecker@adacore.com>
16748
16749 * gdb.ada/tick_length_array_enum_idx: New testcase.
16750
ed3ef339
DE
167512014-02-10 Doug Evans <xdje42@gmail.com>
16752
16753 * configure.ac (AC_OUTPUT): Add gdb.guile.
16754 * configure: Regenerate.
16755 * lib/gdb-guile.exp: New file.
16756 * lib/gdb.exp (get_target_charset): New function.
16757 * gdb.base/help.exp: Update expected output from "apropos apropos".
16758 * gdb.guile/Makefile.in: New file.
16759 * gdb.guile/guile.exp: New file.
16760 * gdb.guile/scm-arch.c: New file.
16761 * gdb.guile/scm-arch.exp: New file.
16762 * gdb.guile/scm-block.c: New file.
16763 * gdb.guile/scm-block.exp: New file.
16764 * gdb.guile/scm-breakpoint.c: New file.
16765 * gdb.guile/scm-breakpoint.exp: New file.
16766 * gdb.guile/scm-disasm.c: New file.
16767 * gdb.guile/scm-disasm.exp: New file.
16768 * gdb.guile/scm-equal.c: New file.
16769 * gdb.guile/scm-equal.exp: New file.
16770 * gdb.guile/scm-error.exp: New file.
16771 * gdb.guile/scm-error.scm: New file.
16772 * gdb.guile/scm-frame-args.c: New file.
16773 * gdb.guile/scm-frame-args.exp: New file.
16774 * gdb.guile/scm-frame-args.scm: New file.
16775 * gdb.guile/scm-frame-inline.c: New file.
16776 * gdb.guile/scm-frame-inline.exp: New file.
16777 * gdb.guile/scm-frame.c: New file.
16778 * gdb.guile/scm-frame.exp: New file.
16779 * gdb.guile/scm-generics.exp: New file.
16780 * gdb.guile/scm-gsmob.exp: New file.
16781 * gdb.guile/scm-iterator.c: New file.
16782 * gdb.guile/scm-iterator.exp: New file.
16783 * gdb.guile/scm-math.c: New file.
16784 * gdb.guile/scm-math.exp: New file.
16785 * gdb.guile/scm-objfile-script-gdb.in: New file.
16786 * gdb.guile/scm-objfile-script.c: New file.
16787 * gdb.guile/scm-objfile-script.exp: New file.
16788 * gdb.guile/scm-objfile.c: New file.
16789 * gdb.guile/scm-objfile.exp: New file.
16790 * gdb.guile/scm-ports.exp: New file.
16791 * gdb.guile/scm-pretty-print.c: New file.
16792 * gdb.guile/scm-pretty-print.exp: New file.
16793 * gdb.guile/scm-pretty-print.scm: New file.
16794 * gdb.guile/scm-section-script.c: New file.
16795 * gdb.guile/scm-section-script.exp: New file.
16796 * gdb.guile/scm-section-script.scm: New file.
16797 * gdb.guile/scm-symbol.c: New file.
16798 * gdb.guile/scm-symbol.exp: New file.
16799 * gdb.guile/scm-symtab-2.c: New file.
16800 * gdb.guile/scm-symtab.c: New file.
16801 * gdb.guile/scm-symtab.exp: New file.
16802 * gdb.guile/scm-type.c: New file.
16803 * gdb.guile/scm-type.exp: New file.
16804 * gdb.guile/scm-value-cc.cc: New file.
16805 * gdb.guile/scm-value-cc.exp: New file.
16806 * gdb.guile/scm-value.c: New file.
16807 * gdb.guile/scm-value.exp: New file.
16808 * gdb.guile/source2.scm: New file.
16809 * gdb.guile/types-module.cc: New file.
16810 * gdb.guile/types-module.exp: New file.
16811
7026a7c1
YQ
168122014-02-10 Yao Qi <yao@codesourcery.com>
16813
16814 PR testsuite/16543
16815 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16816 * configure: Regenerated.
16817 * Makefile.in: New file.
16818
6c466447
AS
168192014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16820
16821 * gdb.python/py-framefilter.exp: Fix typo.
16822
6e854735
YQ
168232014-02-08 Yao Qi <yao@codesourcery.com>
16824
16825 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16826 that no =breakpoint-modified is emitted when breakpoints are
16827 modified through MI commands.
16828
d137e6dc
PA
168292014-02-07 Pedro Alves <pedro@codesourcery.com>
16830 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.threads/step-after-sr-lock.c: New file.
16833 * gdb.threads/step-after-sr-lock.exp: New file.
16834
b5ee5a50
PA
168352014-02-07 Pedro Alves <palves@redhat.com>
16836
16837 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16838
3c77faf3
JK
168392014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16840
16841 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16842 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16843
6dddc817
DE
168442014-02-06 Doug Evans <xdje42@gmail.com>
16845
16846 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16847 output.
16848
16849 * gdb.gdb/python-interrupts.exp: New file.
16850
de7b2893
YQ
168512014-02-05 Yao Qi <yao@codesourcery.com>
16852
16853 * gdb.trace/report.exp (use_collected_data): Test the output
16854 of "info threads" and "info inferiors".
16855
66d032ac
YQ
168562014-02-05 Yao Qi <yao@codesourcery.com>
16857
16858 Revert this patch:
16859
16860 2013-05-24 Yao Qi <yao@codesourcery.com>
16861
16862 * gdb.trace/tfile.exp: Test inferior and thread.
16863
591a12a1
UW
168642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16865
16866 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16867 on a function.
16868 * gdb.base/step-bt.c: Call hello via function pointer to make
16869 sure its first instruction is executed on powerpc64le-linux.
16870
0ff3e01f
UW
168712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16872
16873 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16874
084ee545
UW
168752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16876
16877 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16878 of the test patterns for use on little-endian systems.
16879
6ed14ff3
UW
168802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16881
16882 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16883 (decimal_vector): Fix for little-endian.
16884
401e27fd
JM
168852014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16886
16887 * gdb.arch/sparc-sysstep.exp: New file.
16888 * gdb.arch/sparc-sysstep.c: Likewise.
16889
16890 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16891
8b924729
EBM
168922014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16893
16894 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16895
fb151210
JB
168962014-01-23 Tom Tromey <tromey@redhat.com>
16897
16898 * gdb.ada/array_char_idx: New testcase.
16899
0740f8d8
TT
169002014-01-23 Tom Tromey <tromey@redhat.com>
16901
16902 PR python/16487:
16903 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16904 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16905 classes.
16906
21909fa1
TT
169072014-01-23 Tom Tromey <tromey@redhat.com>
16908
16909 PR python/16491:
16910 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16911 string from an inferior frame.
16912 * gdb.python/py-framefilter-mi.exp: Update.
16913
87ce2a04
DE
169142014-01-22 Doug Evans <dje@google.com>
16915
16916 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16917
237b092b
AA
169182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16919
16920 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16921
d674a709
AA
169222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16923
16924 * gdb.trace/entry-values.exp: Remove excess space character from
16925 regex patterns. Handle s390 call instruction.
16926
20fa3390
AA
169272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16928
16929 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16930 define "*_start" label. Make "name" static.
16931 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16932 ${name} by references to ${name}_start.
16933
78466714
AA
169342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16935
16936 * gdb.base/info-macros.exp: Remove "debug" from the compile
16937 options.
16938
ec9f644a
IB
169392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16940
16941 * gdb.dlang/demangle.exp: New file.
16942
94b1b47e
IB
169432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16944
16945 * gdb.dlang/primitive-types.exp: New file.
16946
7f420862
IB
169472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16948
16949 * configure.ac: Create gdb.dlang/Makefile.
16950 * configure: Regenerate.
16951 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16952 * gdb.dlang/Makefile.in: New file.
16953 * lib/d-support.exp: New file.
16954 * lib/gdb.exp (skip_d_tests): New proc.
16955
52834460
MM
169562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16957
16958 * gdb.btrace/delta.exp: Check reverse stepi.
16959 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16960 * gdb.btrace/finish.exp: New.
16961 * gdb.btrace/next.exp: New.
16962 * gdb.btrace/nexti.exp: New.
16963 * gdb.btrace/record_goto.c: Add comments.
16964 * gdb.btrace/step.exp: New.
16965 * gdb.btrace/stepi.exp: New.
16966 * gdb.btrace/multi-thread-step.c: New.
16967 * gdb.btrace/multi-thread-step.exp: New.
16968 * gdb.btrace/rn-dl-bind.c: New.
16969 * gdb.btrace/rn-dl-bind.exp: New.
16970 * gdb.btrace/data.c: New.
16971 * gdb.btrace/data.exp: New.
16972 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16973
6e07b1d2
MM
169742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16975
16976 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16977 * gdb.btrace/exception.exp: Update.
16978 * gdb.btrace/instruction_history.exp: Update.
16979 * gdb.btrace/record_goto.exp: Update.
16980 * gdb.btrace/tailcall.exp: Update.
16981 * gdb.btrace/unknown_functions.exp: Update.
16982 * gdb.btrace/delta.exp: New.
16983
0b722aec
MM
169842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16985
16986 * gdb.btrace/record_goto.exp: Add backtrace test.
16987 * gdb.btrace/tailcall.exp: Add backtrace test.
16988
066ce621
MM
169892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16990
16991 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16992 * gdb.btrace/record_goto.c: New.
16993 * gdb.btrace/record_goto.exp: New.
16994 * gdb.btrace/x86-record_goto.S: New.
16995
0688d04e
MM
169962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16997
16998 * gdb.btrace/function_call_history.exp: Update tests.
16999 * gdb.btrace/instruction_history.exp: Update tests.
17000
8710b709
MM
170012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17002
17003 * gdb.btrace/function_call_history.exp: Fix expected field
17004 order for "record function-call-history".
17005 Add new tests for "record function-call-history /c".
17006 * gdb.btrace/exception.cc: New.
17007 * gdb.btrace/exception.exp: New.
17008 * gdb.btrace/tailcall.exp: New.
17009 * gdb.btrace/x86-tailcall.S: New.
17010 * gdb.btrace/x86-tailcall.c: New.
17011 * gdb.btrace/unknown_functions.c: New.
17012 * gdb.btrace/unknown_functions.exp: New.
17013 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17014
5de9129b
MM
170152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17016
17017 * gdb.btrace/instruction_history.exp: Update.
17018 * gdb.btrace/function_call_history.exp: Update.
17019
23a7fe75
MM
170202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17021
17022 * gdb.btrace/function_call_history.exp: Fix expected function
17023 trace.
17024 * gdb.btrace/instruction_history.exp: Initialize traced.
17025 Remove traced_functions.
17026
724c7dd8
MM
170272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17028
17029 * gdb.btrace/function_call_history.exp: Update
17030 * gdb.btrace/instruction_history.exp: Update.
17031
6d78d93b
MM
170322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17033
17034 * gdb.btrace/enable.exp: Update expected text.
17035
93a360cc
OJ
170362014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17037
17038 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17039 bytes.
17040
3772b53f
MR
170412014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17042
17043 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17044
596662fa
OJ
170452014-01-15 Omair Javaid <omair.javaid@linaro.org>
17046
17047 * lib/gdb.exp (supports_process_record): Return true for
17048 arm*-linux*. (supports_reverse): Likewise.
17049
b5b08fb4
SC
170502014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17051
17052 PR python/15464
17053 PR python/16113
17054 * gdb.python/py-type.c: Enhance test case.
17055 * gdb.python/py-value-cc.cc: Likewise
17056 * gdb.python/py-type.exp: Add new tests.
17057 * gdb.python/py-value-cc.exp: Likewise
17058
52d7fb13
AA
170592014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17060 Pedro Alves <palves@redhat.com>
17061
17062 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17063 Make "name" extern.
17064 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17065 references to ${name}_start by references to ${name}.
17066
a2cd8cfe
JB
170672014-01-10 Joel Brobecker <brobecker@adacore.com>
17068
17069 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17070
4e23fced
JB
170712014-01-10 Joel Brobecker <brobecker@adacore.com>
17072
17073 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17074
c6a9e42c
PA
170752014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17076 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17079 mi_gdb_target_load.
c6a9e42c 17080
b7ea362b
PA
170812014-01-08 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.threads/reconnect-signal.c: New file.
17084 * gdb.threads/reconnect-signal.exp: New file.
17085
5e3f4fab
EBM
170862014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17087
17088 * gdb.base/source-dir.exp: New file.
17089
79301218
JB
170902014-01-07 Joel Brobecker <brobecker@adacore.com>
17091
17092 * gdb.ada/mi_interface: New testcase.
17093
8e355c5d
JB
170942014-01-07 Joel Brobecker <brobecker@adacore.com>
17095
17096 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17097 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17098 gdb.ada/pp-rec-component/pck.ads: New files.
17099
c0d48811
JB
171002014-01-07 Joel Brobecker <brobecker@adacore.com>
17101
17102 * gdb.python/py-pp-integral.c: New file.
17103 * gdb.python/py-pp-integral.py: New file.
17104 * gdb.python/py-pp-integral.exp: New file.
17105
17b609c3 17106For older changes see ChangeLog-1993-2013.
c906108c 17107\f
8d8cb839
EZ
17108;; Local Variables:
17109;; mode: change-log
17110;; left-margin: 8
17111;; fill-column: 74
17112;; version-control: never
17113;; End:
902f2ccb 17114
42a4f53d 17115 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17116 Copying and distribution of this file, with or without modification,
17117 are permitted provided the copyright notice and this notice are preserved.