]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a50faaf6
TV
12019-10-09 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/25048
4 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
5
60ff3cd7
AB
62019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
9 exceptions due to missing debug information.
10
dfee8566
TV
112019-10-07 Tom de Vries <tdevries@suse.de>
12
13 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
14
3d63690a
AB
152019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
18 * gdb.base/annota1.exp: Update to use gdb_test_name.
19
30d1f018
WP
202019-10-07 Weimin Pan <weimin.pan@oracle.com>
21
22 * gdb.base/ctf-whatis.exp: New file.
23 * gdb.base/ctf-whatis.c: New file.
24 * gdb.base/ctf-ptype.exp: New file.
25 * gdb.base/ctf-ptype.c: New file.
26 * gdb.base/ctf-constvars.exp: New file.
27 * gdb.base/ctf-constvars.c: New file.
28 * gdb.base/ctf-cvexpr.exp: New file.
29
4dbbb47c
TV
302019-10-04 Tom de Vries <tdevries@suse.de>
31
32 * gdb.cp/local-static.c (main): Move declaration of int i out of the
33 for loop.
34
77c2dba3
TT
352019-10-03 Tom Tromey <tom@tromey.com>
36
37 PR rust/24976:
38 * gdb.rust/simple.rs (Union2): New type.
39 (main): Use Union2.
40 * gdb.rust/simple.exp: Add test.
41
179aed7f
AB
422019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
45 nested function prefix.
46
0a4b0913
AB
472019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
48 Richard Bunt <richard.bunt@arm.com>
49 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
52 nested functions.
53 * gdb.fortran/nested-funcs.f90: Update expected results.
54 * gdb.fortran/nested-funcs-2.exp: New file.
55 * gdb.fortran/nested-funcs-2.f90: New file.
56
082cce05
AB
572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.python/py-parameter.exp: Make test names unique.
60 * gdb.python/py-template.exp: Likewise.
61 * gdb.python/py-value.exp: Likewise.
62
2b74ba5a
AB
632019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.base/break-interp.exp: Reduce test name duplication.
66 * gdb.base/call-sc.exp: Likewise.
67 * gdb.base/callfuncs.exp: Likewise.
68 * gdb.base/charset.exp: Likewise.
69 * gdb.base/dump.exp: Likewise.
70 * gdb.base/ena-dis-br.exp: Likewise.
71 * gdb.base/relational.exp: Likewise.
72 * gdb.base/step-over-syscall.exp: Likewise.
73 * gdb.base/structs.exp: Likewise.
74
58eb20d5
AB
752019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.linespec/explicit.exp: Make test names unique.
78 * gdb.linespec/ls-errs.exp: Likewise.
79
4d421147
AB
802019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.reverse/break-precsave.exp: Make test names unique.
83 * gdb.reverse/break-reverse.exp: Likewise.
84 * gdb.reverse/finish-precsave.exp: Likewise.
85 * gdb.reverse/finish-reverse.exp: Likewise.
86 * gdb.reverse/machinestate-precsave.exp: Likewise.
87 * gdb.reverse/machinestate.exp: Likewise.
88 * gdb.reverse/readv-reverse.exp: Likewise.
89 * gdb.reverse/recvmsg-reverse.exp: Likewise.
90 * gdb.reverse/sigall-precsave.exp: Likewise.
91 * gdb.reverse/sigall-reverse.exp: Likewise.
92 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
93 * gdb.reverse/watch-precsave.exp: Likewise.
94 * gdb.reverse/watch-reverse.exp: Likewise.
95
d8c06f22
AB
962019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.threads/stop-with-handle.c: New file.
99 * gdb.threads/stop-with-handle.exp: New file.
100
3a56ed86
TV
1012019-10-03 Tom de Vries <tdevries@suse.de>
102
103 PR testsuite/25059
104 * gdb.base/list-missing-source.exp: Allowing the "Compilation
105 directory" line to be missing.
106
42275044
TV
1072019-10-03 Tom de Vries <tdevries@suse.de>
108
109 PR testsuite/25059
110 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
111 type optional.
112
9ef62df0
AA
1132019-10-02 Andreas Arnez <arnez@linux.ibm.com>
114
115 * gdb.python/py-format-string.c (string.h): New include.
116 (main): Fill a_struct_with_union.the_union.an_int with bytes of
117 the same value, for endianness-independence.
118 * gdb.python/py-format-string.exp (default_regexp_dict)
119 (test_pretty_structs, test_format): Adjust expected output to the
120 changed initialization.
121
37f6a7f4
TT
1222019-10-02 Tom Tromey <tromey@adacore.com>
123
124 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
125
1d58d6a2
PA
1262019-10-02 Pedro Alves <palves@redhat.com>
127 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
130 "print-file-var.h".
131 (this_version_id) Use ATTRIBUTE_VISIBILITY.
132 (get_version_1): Print this_version_id and its address.
133 Add extern "C" wrappers around interface functions.
134 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
135 "print-file-var.h".
136 (this_version_id) Use ATTRIBUTE_VISIBILITY.
137 (get_version_2): Print this_version_id and its address.
138 Add extern "C" wrappers around interface functions.
139 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
140 <stddef.h> and "print-file-var.h".
141 Add extern "C" wrappers around interface functions.
142 [VERSION_ID_MAIN] (this_version_id): Define.
143 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
144 * gdb.base/print-file-var.h: Add some #defines to simplify setting
145 up extern "C" blocks.
146 * gdb.base/print-file-var.exp (test): New, factored out from top
147 level.
148 (top level): Test all combinations of attribute hidden or not,
149 dlopen or not, and this_version_id symbol in main file or not.
150 Compile tests as both C++ and C, make test names unique.
151
d770d56f
TT
1522019-10-01 Tom Tromey <tom@tromey.com>
153
154 * gdb.base/style.exp: Test "show logging filename".
155
7f6aba03
TT
1562019-10-01 Tom Tromey <tom@tromey.com>
157
158 * lib/gdb-utils.exp (style): Handle "metadata" argument.
159 * gdb.base/style.exp: Add metadata style test.
160
14309bb6
TT
1612019-10-01 Tom Tromey <tom@tromey.com>
162
163 * gdb.base/style.exp: Test "pwd".
164
2a3c1174
PA
1652019-10-01 Tom Tromey <tom@tromey.com>
166
167 * gdb.base/style.exp: Update tests.
168
53d666ec
AA
1692019-10-01 Andreas Arnez <arnez@linux.ibm.com>
170
171 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
172 'six' to unsigned.
173 (s1): Initialize fields 'four' and 'six' instead of 'three' and
174 'five'. Use an all-ones bit pattern for each.
175 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
176 to its changed values.
177
4a56a520
TT
1782019-09-30 Tom Tromey <tromey@adacore.com>
179
180 * gdb.rust/traits.rs: Disable all warnings.
181
0df0352a
TV
1822019-09-29 Tom de Vries <tdevries@suse.de>
183
184 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
185
73d9a918
TV
1862019-09-29 Tom de Vries <tdevries@suse.de>
187
188 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
189
060b3ab4
TV
1902019-09-27 Tom de Vries <tdevries@suse.de>
191
192 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
193
68f7d34d
TV
1942019-09-27 Tom de Vries <tdevries@suse.de>
195
196 PR record/23188
197 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
198
5d63b30a
TT
1992019-09-26 Tom Tromey <tromey@adacore.com>
200
201 * gdb.ada/py_taft.exp: New file.
202 * gdb.ada/py_taft/main.adb: New file.
203 * gdb.ada/py_taft/pkg.adb: New file.
204 * gdb.ada/py_taft/pkg.ads: New file.
205
3d435220
TV
2062019-09-24 Tom de Vries <tdevries@suse.de>
207
208 PR gdb/24598
209 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
210
77d03678
TV
2112019-09-22 Tom de Vries <tdevries@suse.de>
212
213 * gdb.base/restore.exp: Allow register variables to be optimized out at
214 -O0.
215
abf516c6
UW
2162019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
217
218 * gdb.arch/spu-info.exp: Remove file.
219 * gdb.arch/spu-info.c: Remove file.
220 * gdb.arch/spu-ls.exp: Remove file.
221 * gdb.arch/spu-ls.c: Remove file.
222
223 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
224 * gdb.asm/spu.inc: Remove file.
225
226 * gdb.base/dump.exp: Remove support for spu*-*-*.
227 * gdb.base/stack-checking.exp: Likewise.
228 * gdb.base/overlays.exp: Likewise.
229 * gdb.base/ovlymgr.c: Likewise.
230 * gdb.base/spu.ld: Remove file.
231
232 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
233 * gdb.cp/cpexprs.exp: Likewise.
234 * gdb.cp/exception.exp: Likewise.
235 * gdb.cp/gdb2495.exp: Likewise.
236 * gdb.cp/mb-templates.exp: Likewise.
237 * gdb.cp/pr9167.exp: Likewise.
238 * gdb.cp/userdef.exp: Likewise.
239
240 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
241
242 * gdb.cell: Remove directory.
243 * lib/cell.exp: Remove file.
244
e452e88f
TV
2452019-09-19 Tom de Vries <tdevries@suse.de>
246
247 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
248
8a625130
TV
2492019-09-19 Tom de Vries <tdevries@suse.de>
250
251 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
252
81dc3ab5
TV
2532019-09-19 Tom de Vries <tdevries@suse.de>
254
255 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
256 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
257 (gdb_target_cmd): ... here.
258 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
259 value 2.
260
b078f3ac
AB
2612019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.base/source-dir.exp: Avoid having directory names in test
264 names.
265
f1b620e9
MG
2662019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.base/source-dir.exp: Add extra test for mapped compilation
269 directory.
270
67f3ed6a
AB
2712019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * gdb.base/list-missing-source.exp: New file.
274
d1b70248
TV
2752019-09-14 Tom de Vries <tdevries@suse.de>
276
277 PR teststuite/24599
278 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
279 * lib/ada.exp (gnatmake_version_at_least): New proc.
280
5fabdcd6
AB
2812019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.base/maint.exp: Use exec_has_index_section.
284
aa17805f
AB
2852019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.base/maint.exp: Add test for 'maint info sections'.
288
25e5c209
TV
2892019-09-12 Tom de Vries <tdevries@suse.de>
290
291 * gdb.base/store.exp: Allow register variables to be optimized out at
292 -O0.
293
4993045d
PW
2942019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
295
296 * gdb.ada/rdv_wait.exp: Update to new task names.
297 * gdb.base/task_switch_in_core.exp: Likewise.
298 * gdb.base/info_sources_base.c: Likewise.
299
8a516164
TT
3002019-09-10 Tom Tromey <tromey@adacore.com>
301
302 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
303
aa391654
TT
3042019-09-10 Tom Tromey <tromey@adacore.com>
305
306 * gdb.ada/dgopt.exp: New file.
307 * gdb.ada/dgopt/x.adb: New file.
308
8634b462
TT
3092019-09-08 Tom Tromey <tom@tromey.com>
310
311 * gdb.tui/resize.exp: Remove setup_xfail.
312 * gdb.tui/regs.exp: Remove setup_xfail.
313 * gdb.tui/basic.exp: Remove setup_xfail.
314
736b0f76
DB
3152019-09-06 David Blaikie <dblaikie@gmail.com>
316
317 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
318 * gdb.cp/cplabel.exp: Ditto.
319 * gdb.linespec/ls-errs.exp: Ditto.
320
30331a6c
TV
3212019-09-05 Tom de Vries <tdevries@suse.de>
322
323 * lib/gdb.exp (cmp_file_string): New proc.
324 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
325 runto_main. Verify save breakpoints output.
326
98b0ebab
PW
3272019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
328
329 * gdb.base/info-var.exp: Test info variables without running
330 to main, to avoid expect's buffer overflow.
331
4e962e74
TT
3322019-09-03 Tom Tromey <tromey@adacore.com>
333
334 * gdb.ada/bias.exp: New file.
335 * gdb.ada/bias/bias.adb: New file.
336 * gdb.ada/print_chars.exp: Add regression test.
337 * gdb.ada/print_chars/foo.adb (My_Character): New type.
338 (MC): New variable.
339
2ea1a07a
SL
3402019-08-29 Sandra Loosemore <sandra@codesourcery.com>
341
342 * gdb.base/argv0-symlink.exp: Run only on native target
343 and local host.
344
8077c50d
TV
3452019-08-29 Tom de Vries <tdevries@suse.de>
346
347 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
348 diverse debug info.
349 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
350
48352473
TV
3512019-08-28 Tom de Vries <tdevries@suse.de>
352
353 * gdb.base/info-var.exp: Allow info variables to print info for files
354 other than info-var-f1.c and info-var-f2.c.
355
d8f27c60
AB
3562019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * gdb.fortran/info-types.exp: Add module.
359 * gdb.fortran/info-types.f90: Update expected results.
360
1f20c35e
AB
3612019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.fortran/info-types.exp: New file.
364 * gdb.fortran/info-types.f90: New file.
365 * lib/fortran.exp (fortran_character1): New proc.
366
4acfdd20
AB
3672019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
370 functions'. Reindent as needed.
371 * gdb.base/info-var-f1.c: New file.
372 * gdb.base/info-var-f2.c: New file.
373 * gdb.base/info-var.exp: New file.
374 * gdb.base/info-var.h: New file.
375
5c31b358
TV
3762019-08-26 Tom de Vries <tdevries@suse.de>
377
378 PR c++/24852
379 * gdb.cp/no-libstdcxx-probe.exp: New test.
380
b694989f
TV
3812019-08-26 Tom de Vries <tdevries@suse.de>
382
383 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
384 * tests need to be skipped.
385 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
386 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
387 mi_skip_libstdcxx_probe_tests.
388
d9c4ba53
SDJ
3892019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
390
391 * gdb.python/py-xmethods.exp: Use raw strings when passing
392 arguments to SimpleXMethodMatcher.
393
395fad09
TV
3942019-08-22 Tom de Vries <tdevries@suse.de>
395
396 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
397 more informative.
398
26c957f1
PA
3992019-08-21 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/with.exp: Test "with" with no arguments.
402
61f80d5d
TV
4032019-08-21 Tom de Vries <tdevries@suse.de>
404
405 * gdb.base/gdb-caching-proc.exp: Sort files.
406
d7a11d13
TV
4072019-08-20 Tom de Vries <tdevries@suse.de>
408
409 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
410 compilation.
411
34dafe9f
TV
4122019-08-16 Tom de Vries <tdevries@suse.de>
413
414 * gdb.base/compare-sections.exp ("after run to main"): Allow
415 mismatched read-only sections for PIE executables.
416
398fdd60
TT
4172019-08-16 Tom Tromey <tom@tromey.com>
418
419 * lib/tuiterm.exp (_csi_Z): New proc.
420 * gdb.tui/basic.exp: Update window positions.
421 * gdb.tui/empty.exp: Update window positions.
422
d8f9e51c
SL
4232019-08-15 Sandra Loosemore <sandra@codesourcery.com>
424
425 * gdb.base/examine-backward.exp: Correct regexp for
426 "examine 3 bytes backward from ${address_zero}".
427
3df505f6
TT
4282019-08-15 Tom Tromey <tom@tromey.com>
429
430 * gdb.tui/empty.exp: Enable resizing tests.
431
272560b5
TT
4322019-08-15 Tom Tromey <tromey@adacore.com>
433
434 * gdb.ada/char_enum.exp: Add regression tests.
435 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
436 and '0'.
437 (Char, Gchar): Update.
438 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
439
08235187
CB
4402019-08-15 Christian Biesinger <cbiesinger@google.com>
441
442 * gdb.python/python.exp: Expect a leading underscore on
443 GdbOutput{,Error}File.
444
22a2ab04
SL
4452019-08-15 Sandra Loosemore <sandra@codesourcery.com>
446
447 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
448 Windows host.
449
835b995b
SL
4502019-08-15 Sandra Loosemore <sandra@codesourcery.com>
451
452 * gdb.base/batch-preserve-term-settings.exp
453 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
454
97dd8e07
CB
4552019-08-15 Christian Biesinger <cbiesinger@google.com>
456
457 * lib/gdb.exp: When running on a mingw target, replace
458 /x/ with x:/.
459
75faf5c4
AH
4602019-08-14 Alan Hayward <alan.hayward@arm.com>
461
462 * gdb.arch/aarch64-prologue.c: New test.
463 * gdb.arch/aarch64-prologue.exp: New file.
464
abc6c00f
TV
4652019-08-13 Tom de Vries <tdevries@suse.de>
466
467 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
468 Thread.
469
74c2c1f4
SL
4702019-08-13 Sandra Loosemore <sandra@codesourcery.com>
471
472 * gdb.python/py-completion.exp: Download the .py file to the host
473 and use its host pathname. Conditionalize tests that use
474 tab completion and manipulate files on the build machine.
475 * gdb.python/py-events.exp: Download the .py file to the host
476 and use its host pathname.
477 * gdb.python/py-evsignal.exp: Likewise.
478 * gdb.python/py-evthreads.exp: Likewise.
479 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
480 pathname syntax.
481 * gdb.python/py-framefilter.exp: Download the .py file to the right
482 place on the host. Match Windows pathname syntax.
483 * gdb.python/py-mi-var-info-path-expression.exp: Download the
484 .py file to the host and use its host pathname.
485 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
486 * gdb.python/py-objfile.exp: Expect a host pathname, not a
487 build pathname. Skip symlink test on Windows host. Add missing
488 newline at end of file.
489 * gdb.python/py-pp-maint.exp: Download the .py file to the host
490 and use its host pathname.
491 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
492 * gdb.python/py-section-script.exp: Use host location of binfile
493 on safe-path. Use correct path separator on Windows host.
494 Reorder alternatives in gdb_test_multiple to prevent matching
495 the wrong alternative on success.
496 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
497
ca2589f3
PP
4982019-08-12 Patrick Palka <patrick@parcs.ath.cx>
499
500 * gdb.gdb/selftest.exp (test_with_self): Update test to now
501 expect the GDB inferior to no longer immediately stop after
502 being resumed with "signal SIGINT".
503
020a839d
SL
5042019-08-09 Sandra Loosemore <sandra@codesourcery.com>
505
506 * gdb.linespec/break-ask.exp: Generalize regexps to match
507 Windows pathnames too.
508
128d6509
TV
5092019-08-08 Tom de Vries <tdevries@suse.de>
510
511 PR testsuite/24862
512 * lib/tuiterm.exp (_accept): Fix CSI regexp.
513
590042fc
PW
5142019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
515
516 * gdb.base/style.exp: Update tests for help doc new invariants.
517 * gdb.base/help.exp: Likewise.
518
046bebe1
TT
5192019-08-06 Tom Tromey <tom@tromey.com>
520
521 * gdb.base/style.exp: Add disassemble test.
522 * gdb.base/style.c (some_called_function): New function.
523 (main): Use it.
524
0b27c27d
CB
5252019-08-05 Christian Biesinger <cbiesinger@google.com>
526
527 * gdb.python/py-block.exp: Test dictionary access on blocks.
528
580f1034
SM
5292019-08-05 Simon Marchi <simon.marchi@efficios.com>
530
531 PR gdb/24863
532 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
533 -list-thread-groups --available test when running under
534 check-read1.
535
d86bd7cb
TV
5362019-08-05 Tom de Vries <tdevries@suse.de>
537
538 PR testsuite/24863
539 * lib/gdb.exp (with_read1_timeout_factor): New proc.
540 * gdb.base/help.exp: Use with_read1_timeout_factor.
541 * gdb.base/info-macros.exp: Same.
542 * gdb.cp/nested-types.exp: Same.
543
a80cf5d8
TV
5442019-08-05 Tom de Vries <tdevries@suse.de>
545
546 * lib/gdb.exp (version_at_least): Factor out of ...
547 (tcl_version_at_least): ... here.
548 (gdb_compile): Fail if pie results in non-PIE executable.
549 (readelf_version, readelf_prints_pie): New proc.
550 (exec_is_pie): Return -1 if unknown.
551
d0962838
TV
5522019-08-05 Tom de Vries <tdevries@suse.de>
553
554 * lib/gdb.exp (tcl_version_at_least): Fix typo.
555
2252ff3d
SL
5562019-08-04 Sandra Loosemore <sandra@codesourcery.com>
557
558 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
559
26655f53
SL
5602019-08-04 Sandra Loosemore <sandra@codesourcery.com>
561
562 * lib/completion-support.exp (test_gdb_complete_none): Skip
563 tab completion tests if no readline support.
564 (test_gdb_complete_unique_re): Likewise.
565 (test_gdb_complete_multiple): Likewise.
566
db4dc13e
PW
5672019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
568
569 * gdb.base/info_sources.exp: New file.
570 * gdb.base/info_sources.c: New file.
571 * gdb.base/info_sources_base.c: New file.
572
0eba165a
PFC
5732019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
574
575 * gdb.base/batch-exit-status.exp: Call test_exit_status with
576 prefix argument.
577 (test_exit_status): Add prefix argument.
578
59bd512b
TV
5792019-08-01 Tom de Vries <tdevries@suse.de>
580
581 PR testsuite/24863
582 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
583 calling exp_continue for new thread and thread exited messages.
584
2a3ad588
TV
5852019-08-01 Tom de Vries <tdevries@suse.de>
586
587 PR testsuite/24863
588 * gdb.base/structs.exp: Fix check-read1 timeout using
589 gdb_test_sequence.
590 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
591
117eb594
TV
5922019-08-01 Tom de Vries <tdevries@suse.de>
593
594 PR testsuite/24863
595 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
596 line.
597
ed591340
TV
5982019-08-01 Tom de Vries <tdevries@suse.de>
599
600 PR testsuite/24863
601 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
602
aa3b6533
TT
6032019-07-30 Tom Tromey <tromey@adacore.com>
604
605 * gdb.ada/display_nested.exp: New file.
606 * gdb.ada/display_nested/foo.adb: New file.
607 * gdb.ada/display_nested/pack.adb: New file.
608 * gdb.ada/display_nested/pack.ads: New file.
609
2906593f
CB
6102019-07-30 Christian Biesinger <cbiesinger@google.com>
611
612 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
613 namespace.
614 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
615
0f575925
TV
6162019-07-30 Tom de Vries <tdevries@suse.de>
617
618 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
619 instead.
620
b13057d9
TV
6212019-07-30 Tom de Vries <tdevries@suse.de>
622
623 PR testsuite/24834
624 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
625 (exec_is_pie): New proc.
626
5c4dde85
CB
6272019-07-29 Christian Biesinger <cbiesinger@google.com>
628
629 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
630
c620ed88
CB
6312019-07-29 Christian Biesinger <cbiesinger@google.com>
632
633 * gdb.python/py-objfile.c: Add global and static vars.
634 * gdb.python/py-objfile.exp: Test new functions Objfile.
635 lookup_global_symbol and lookup_static_symbol.
636
3d235706
TT
6372019-07-29 Tom Tromey <tom@tromey.com>
638
639 * lib/tuiterm.exp (Term::_csi_@): New proc.
640 (Term::_csi_X): Don't move cursor.
641
c7e4c0a6
PW
6422019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
643
644 * gdb.base/options.exp: Update backtrace - completion to
645 new option -frame-info.
646 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
647 Test new 'set print frame-info'. Test backtrace -frame-info
648 overriding 'set print frame-info'.
649 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
650 Test new 'set print frame-info'.
651 Verify consistency of backtrace with and without filters, with and
652 without -no-filters.
653 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
654 default.
655
de28a3b7
TV
6562019-07-29 Tom de Vries <tdevries@suse.de>
657
658 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
659 no arguments".
660
507dd60e
TV
6612019-07-29 Tom de Vries <tdevries@suse.de>
662
663 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
664 is a substring of the first for "complete non-unique file name".
665
5beafce9
TV
6662019-07-29 Tom de Vries <tdevries@suse.de>
667
668 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
669 with ".*".
670
2d274232
TV
6712019-07-29 Tom de Vries <tdevries@suse.de>
672
673 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
674 Pass prompt_regexp parameter to gdb_test_multiple calls.
675
9197cd8b
TV
6762019-07-29 Tom de Vries <tdevries@suse.de>
677
678 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
679 print registers" regexps.
680
b528dae0
TV
6812019-07-29 Tom de Vries <tdevries@suse.de>
682
683 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
684
d17725d7
TV
6852019-07-29 Tom de Vries <tdevries@suse.de>
686
687 PR gdb/24855
688 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
689 (skip_python_tests_prompt): Add prompt_regexp argument to
690 gdb_test_multiple calls.
691
52b75bf1
TT
6922019-07-27 Tom Tromey <tom@tromey.com>
693
694 * gdb.tui/main.exp: New file.
695
2b1d00c2
TT
6962019-07-27 Tom Tromey <tom@tromey.com>
697
698 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
699 optional.
700 * gdb.tui/empty.exp: New file.
701
ded631d5
TT
7022019-07-27 Tom Tromey <tom@tromey.com>
703
704 * lib/tuiterm.exp (spawn): New proc.
705 (Term::resize): New proc.
706 * gdb.tui/resize.exp: New file.
707
58ac439d
TT
7082019-07-27 Tom Tromey <tom@tromey.com>
709
710 * gdb.tui/list.exp: New file.
711
fe1f56ee
TT
7122019-07-27 Tom Tromey <tom@tromey.com>
713
714 * gdb.tui/regs.exp: New file.
715
f790b310
TT
7162019-07-27 Tom Tromey <tom@tromey.com>
717
718 * gdb.tui/basic.exp: Add "layout split" test.
719
d95fc6ee
TT
7202019-07-27 Tom Tromey <tom@tromey.com>
721
722 * gdb.tui/basic.exp: Add "layout asm" test.
723
c3786b3a
TT
7242019-07-27 Tom Tromey <tom@tromey.com>
725
726 * lib/tuiterm.exp: New file.
727 * gdb.tui/basic.exp: New file.
728
98a617f8
KB
7292019-07-27 Kevin Buettner <kevinb@redhat.com>
730
731 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
732 Enable tests associated with this flag. Adjust regex
733 referencing "foo_low" to now refer to "foo_cold" instead.
734
5c076da4
KB
7352019-07-27 Kevin Buettner <kevinb@redhat.com>
736
737 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
738 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
739 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
740 foo_cold. Revise comments to match.
741 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
742 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
743 were wrapped into this proc; Call do_test in loop from outermost
744 level.
745 (foo_low): Rename all occurrences to "foo_cold".
746 (backtrace from baz): New test.
747 (x2/i foo_cold): New test.
748 (info line *foo_cold): New test.
749
1512d3b7
TV
7502019-07-26 Tom de Vries <tdevries@suse.de>
751
752 * gdb.arch/i386-pkru.exp: Fix unterminated string.
753
297989a1
TV
7542019-07-25 Tom de Vries <tdevries@suse.de>
755
756 PR testsuite/24830
757 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
758 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
759 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
760 (skip_libstdcxx_probe_tests): ... here.
761 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
762
b3b965fb
TV
7632019-07-24 Tom de Vries <tdevries@suse.de>
764
765 PR testsuite/24807
766 * gdb.objc/basicclass.m: Include stdio.h.
767 * gdb.objc/nondebug.m: Same.
768 * gdb.objc/objcdecode.m: Same.
769
4625b4d0
TV
7702019-07-24 Tom de Vries <tdevries@suse.de>
771
772 PR testsuite/24612
773 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
774 additional_flags.
775
024a5840
TV
7762019-07-24 Tom de Vries <tdevries@suse.de>
777
778 PR testsuite/24831
779 * gdb.multi/tids.exp: Update error messages for info threads.
780
c76ddaa3
TV
7812019-07-24 Tom de Vries <tdevries@suse.de>
782
783 * gdb.base/info-types.exp: Allow info types to print info for more than
784 one file.
785
9a618ef6
TV
7862019-07-23 Tom de Vries <tdevries@suse.de>
787
788 PR testsuite/24842
789 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
790 gdb_spawn_with_cmdline_opts.
791
40eadf04
SP
7922019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
793
794 * gdb.arch/arm-cmse-sgstubs.c: New test.
795 * gdb.arch/arm-cmse-sgstubs.exp: New file.
796
5ba29434
TV
7972019-07-23 Tom de Vries <tdevries@suse.de>
798
799 PR testsuite/24711
800 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
801 issuing next command.
802
a8e9d247
AB
8032019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.ada/info_auto_lang.exp: Update expected results.
806 * gdb.base/info-types.c: Add additional types to check.
807 * gdb.base/info-types.exp: Update expected results.
808
eb86c5e2
AB
8092019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.base/info-types.c: New file.
812 * gdb.base/info-types.exp: New file.
813
01e175fe
AB
8142019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.arch/riscv-bp-infcall.c: New file.
817 * gdb.arch/riscv-bp-infcall.exp: New file.
818
6b78c3f8
AB
8192019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 PR breakpoints/24541
822 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
823
da738167
TV
8242019-07-14 Tom de Vries <tdevries@suse.de>
825
826 PR testsuite/24760
827 * gdb.objc/basicclass.exp: Fix unterminated string.
828
0d4e84ed
AB
8292019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
830 Andrew Burgess <andrew.burgess@embecosm.com>
831
832 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
833 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
834 negative bounds.
835 * gdb.fortran/vla-value.exp: Print elements of an array with
836 negative bounds.
837 * gdb.fortran/vla.f90: Setup an array with negative bounds for
838 testing.
839
021d8588
AB
8402019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.base/options.exp (expect_string): Dequote strings in
843 results.
844 (test-string): Test strings with different quoting and reindent.
845
f06f1252
TT
8462019-07-10 Tom Tromey <tromey@adacore.com>
847
848 * gdb.ada/mi_ex_cond.exp: Update expected results.
849 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
850 * gdb.ada/mi_catch_ex.exp: Update expected results.
851 * gdb.ada/mi_catch_assert.exp: Update expected results.
852 * gdb.ada/catch_ex.exp (catch_exception_info)
853 (catch_exception_entry, catch_assert_entry)
854 (catch_unhandled_entry): Update.
855 * gdb.ada/catch_assert_if.exp: Update expected results.
856
b863685d
RB
8572019-07-10 Richard Bunt <richard.bunt@arm.com>
858 Stephen Roberts <stephen.roberts@arm.com>
859
860 * gdb.base/define.exp: Restore original prompt.
861
cb1e4e32
PA
8622019-07-09 Pedro Alves <palves@redhat.com>
863
864 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
865 breakpoints" output.
866 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
867 * gdb.python/py-breakpoint.exp: No longer expect that "catch
868 throw" creates breakpoint.
869 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
870 'type="catchpoint"'.
871
b58a68fe
PA
8722019-07-09 Pedro Alves <palves@redhat.com>
873
874 PR c++/15468
875 * gdb.cp/except-multi-location-lib.cc: New.
876 * gdb.cp/except-multi-location-main.cc: New.
877 * gdb.cp/except-multi-location.exp: New.
878
0826779b
PW
8792019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
880
881 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
882 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
883 argument and update callers.
884
5b0e2db4
AB
8852019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.arch/amd64-break-on-asm-line.S: New file.
888 * gdb.arch/amd64-break-on-asm-line.exp: New file.
889
1f6f6e21
PW
8902019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
891
892 * gdb.base/printcmds.exp: Test printing C string and
893 C wide string convenience vars without transiting via the inferior.
894 Also make test names unique.
895
ea142fbf
AH
8962019-07-08 Alan Hayward <alan.hayward@arm.com>
897
898 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
899
213fd9fa
PA
9002019-07-04 Pedro Alves <palves@redhat.com>
901
902 * lib/gdb.exp (foreach_with_prefix): Don't return early if
903 body returned ok(0), break(3) or continue(4).
904 * gdb.testsuite/foreach_with_prefix.exp: New file.
905
2b40fda7
AH
9062019-07-04 Alan Hayward <alan.hayward@arm.com>
907
908 * gdb.server/unittest.exp: Allow 0 unit tests to run.
909
a26c8de0
PA
9102019-07-03 Pedro Alves <palves@redhat.com>
911
912 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
913 "return -code".
914
5f4ba3e7
PA
9152019-07-03 Pedro Alves <palves@redhat.com>
916
917 PR cli/24732
918 * gdb.base/shell.exp: Load completion-support.exp.
919 Adjust expected error output. Add completion tests.
920
a994424f
PA
9212019-07-03 Pedro Alves <palves@redhat.com>
922
923 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
924 string_to_regexp.
925
3d9be6f5
PA
9262019-07-03 Pedro Alves <palves@redhat.com>
927
928 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
929 (expect_integer): Adjust to expect "-string".
930 (expect_string): New.
931 (all_options): Expect "-string".
932 (test-flag, test-boolean): Adjust to expect "-string".
933 (test-string): New proc.
934 (top level): Call it.
935
41fc454c
PA
9362019-07-03 Pedro Alves <palves@redhat.com>
937
938 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
939 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
940 the expected output in the success.
941
b2b2a215
PA
9422019-07-03 Pedro Alves <palves@redhat.com>
943
944 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
945 Split one gdb_test_multiple call in two to avoid a race.
946
fdbc9870
PA
9472019-07-03 Pedro Alves <palves@redhat.com>
948
949 * gdb.base/with.c: New file.
950 * gdb.base/with.exp: New file.
951
c6ac8931
PA
9522019-07-03 Pedro Alves <palves@redhat.com>
953
954 * gdb.base/settings.exp: Replace all references to "maint
955 test-settings set" with references to "maint set test-settings",
956 and all references to "maint test-settings show" with references
957 to "maint show test-settings".
958
970f9d09
PA
9592019-07-03 Pedro Alves <palves@redhat.com>
960
961 * gdb.base/settings.exp (test-string): Adjust expected out when
962 testing "maint test-settings show filename"
963
54d66006
PA
9642019-07-02 Pedro Alves <palves@redhat.com>
965
966 * gdb.base/options.exp (test-info-threads): New procedure.
967 (top level): Call it.
968
10d06d82
TT
9692019-06-28 Tom Tromey <tromey@adacore.com>
970
971 * gdb.dwarf2/ada-linkage-name.c: New file.
972 * gdb.dwarf2/ada-linkage-name.exp: New file.
973
3d507ff2
TT
9742019-06-27 Tom Tromey <tromey@adacore.com>
975
976 * gdb.cp/constexpr-field.exp: Use setup_xfail.
977
8af58ffe
TV
9782019-06-26 Tom de Vries <tdevries@suse.de>
979
980 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
981
22e21752
TV
9822019-06-26 Tom de Vries <tdevries@suse.de>
983
984 * gdb.base/index-cache.exp: Add back missing debug option.
985
b65b566c
PW
9862019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
987
988 * gdb.base/alias.exp: Test non matching/non existing prefixes.
989
5c2c8c69
TV
9902019-06-25 Tom de Vries <tdevries@suse.de>
991
992 PR testsuite/24727
993 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
994
164e3873
TV
9952019-06-24 Tom de Vries <tdevries@suse.de>
996
997 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
998
824eacee
TV
9992019-06-24 Tom de Vries <tdevries@suse.de>
1000
1001 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1002 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1003 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1004
385b97d3
TV
10052019-06-24 Tom de Vries <tdevries@suse.de>
1006
1007 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1008
c596f180
TV
10092019-06-21 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1012
b13a7d03
TV
10132019-06-21 Tom de Vries <tdevries@suse.de>
1014
1015 PR testsuite/24518
1016 PR ada/24713
1017 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1018 index.
1019
899277ae
TT
10202019-06-19 Tom Tromey <tromey@adacore.com>
1021
1022 * gdb.ada/length_cond.exp: Add intro comment.
1023
680e1bee
TT
10242019-06-19 Tom Tromey <tromey@adacore.com>
1025
1026 * gdb.ada/length_cond.exp: New file.
1027 * gdb.ada/length_cond/length_cond.adb: New file.
1028 * gdb.ada/length_cond/pck.adb: New file.
1029 * gdb.ada/length_cond/pck.ads: New file.
1030
0ed4690a
TV
10312019-06-18 Tom de Vries <tdevries@suse.de>
1032
1033 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1034
d20ed5fd
TT
10352019-06-18 Tom Tromey <tromey@adacore.com>
1036
1037 * gdb.base/list0.h: Add comment explaining control character.
1038
86e04673
TV
10392019-06-18 Tom de Vries <tdevries@suse.de>
1040
1041 * boards/fission.exp: Break up long debug_flags line.
1042
c4973306
SM
10432019-06-16 Tom de Vries <tdevries@suse.de>
1044
1045 PR gdb/24445
1046 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1047 generated index.
1048
93cb9841
AB
10492019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1050
1051 PR gdb/24686
1052 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1053 improve detection of bug gdb/24541.
1054
399aaebd
SM
10552019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1056
1057 PR gdb/24669
1058 * gdb.base/index-cache.exp (uses_readnow,
1059 expecting_index_cache_use): Define global variable.
1060 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1061 expecting_index_cache_use.
1062
584a927c
AB
10632019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1064 Andrew Burgess <andrew.burgess@embecosm.com>
1065
1066 * gdb.fortran/pointers.f90: New file.
1067 * gdb.fortran/print_type.exp: New file.
1068 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1069 * gdb.fortran/vla-type.exp: Likewise.
1070 * gdb.fortran/vla-value.exp: Likewise.
1071 * gdb.mi/mi-vla-fortran.exp: Likewise.
1072
30056ea0
AB
10732019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1076 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1077 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1078 as a stop reason.
1079
ec8e2b6d
AB
10802019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.base/annota1.exp: Update expected results.
1083 * gdb.cp/annota2.exp: Likewise.
1084 * gdb.cp/annota3.exp: Likewise.
1085
09e4c4e1
AB
10862019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.base/style-logging.exp: Remove path from test name.
1089
0735b091
TT
10902019-06-14 Tom Tromey <tromey@adacore.com>
1091
1092 PR gdb/24502:
1093 * gdb.base/style-logging.exp: New file.
1094
f5686554
TT
10952019-06-14 Tom Tromey <tromey@adacore.com>
1096
1097 * gdb.base/symfile-warn.exp: New file.
1098 * gdb.base/symfile-warn.c: New file.
1099
a0c1ffed
TT
11002019-06-14 Tom Tromey <tromey@adacore.com>
1101
1102 * gdb.base/annotate-symlink.exp: New file.
1103
f411722c
TT
11042019-06-14 Tom Tromey <tromey@adacore.com>
1105
1106 * gdb.ada/set_wstr.exp: Add reassignment test.
1107
4268ec18
TT
11082019-06-14 Tom Tromey <tromey@adacore.com>
1109
1110 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1111 'unchecked_access and 'unrestricted_access as well.
1112
9a9e394b
TT
11132019-06-14 Tom Tromey <tromey@adacore.com>
1114
1115 PR ada/24539:
1116 * gdb.ada/vla.exp: Update tests.
1117 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1118 pragma.
1119
4c048731
PA
11202019-06-13 Pedro Alves <palves@redhat.com>
1121
1122 * gdb.base/settings.exp (test-integer): Test junk after
1123 "unlimited".
1124
6665660a
PA
11252019-06-13 Pedro Alves <palves@redhat.com>
1126
1127 * gdb.base/options.exp (test-thread-apply): New.
1128 (top level): Call it.
1129
5d707134
PA
11302019-06-13 Pedro Alves <palves@redhat.com>
1131
1132 * gdb.base/options.exp (test-frame-apply): New.
1133 (top level): Test print commands with different "frame apply"
1134 prefixes.
1135
e2a689da
PA
11362019-06-13 Pedro Alves <palves@redhat.com>
1137
e79be6e5 1138 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1139 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1140 'max_completions' parameter and handle it.
1141 (test_gdb_completion_offers_commands): New.
1142
90a1ef87
PA
11432019-06-13 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1146
d4c16835
PA
11472019-06-13 Pedro Alves <palves@redhat.com>
1148
1149 * gdb.base/options.exp (test-backtrace): New.
1150 (top level): Call it.
1151
2daf894e
PA
11522019-06-13 Pedro Alves <palves@redhat.com>
1153
1154 * gdb.guile/scm-frame-args.exp: Use "set print
1155 raw-frame-arguments" instead of "set print raw frame-arguments".
1156 * gdb.python/py-frame-args.exp: Likewise.
1157
e6ed716c
PA
11582019-06-13 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.compile/compile.exp: Adjust expected output to option
1161 processing changes.
1162
7d8062de
PA
11632019-06-13 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.base/options.exp: Build executable.
1166 (test-print): New procedure.
1167 (top level): Call it, once for "print" and another for "compile
1168 print".
1169
9d0faba9
PA
11702019-06-13 Pedro Alves <palves@redhat.com>
1171
1172 * gdb.base/options.c: New file.
1173 * gdb.base/options.exp: New file.
1174
dee7b4c8
PA
11752019-06-13 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1178 that "o" is ambiguous.
1179
dca0f6c0
PA
11802019-06-13 Pedro Alves <palves@redhat.com>
1181
1182 * gdb.base/settings.c: New file.
1183 * gdb.base/settings.exp: New file.
1184
ccf46844
PA
11852019-06-13 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.base/completion.exp: Fix comment typo.
1188
b9a3f842
PA
11892019-06-13 Pedro Alves <palves@redhat.com>
1190
1191 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1192 foo --1" test.
1193
d106773e
PA
11942019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1195
1196 * gdb.fortran/block-data.f: New.
1197 * gdb.fortran/block-data.exp: New.
1198
fea82da0
TV
11992019-06-11 Tom de Vries <tdevries@suse.de>
1200
1201 PR testsuite/24521
1202 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1203 message.
1204
8c2e74f1
TV
12052019-06-11 Tom de Vries <tdevries@suse.de>
1206
1207 PR testsuite/24521
1208 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1209
b49851c8
TV
12102019-06-11 Tom de Vries <tdevries@suse.de>
1211
1212 * boards/readnow.exp: New file.
1213
a7067863
AB
12142019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1215
1216 * gdb.fortran/vla-sizeof.exp: Update expected results.
1217
1a3da2cd
AB
12182019-06-06 Amos Bird <amosbird@gmail.com>
1219
1220 * gdb.base/annota1.exp (thread_switch): Add test for
1221 thread-exited annotation.
1222
3847a7bf
TT
12232019-06-06 Tom Tromey <tromey@adacore.com>
1224
1225 * gdb.base/maint.exp: Expect command started/finished output.
1226
0088ba59
AB
12272019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1230 comment.
1231 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1232
312617a3
AB
12332019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1236 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1237 * gdb.arch/riscv-unwind-long-insn.c: New file.
1238 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1239
e1f2e1a2
CB
12402019-06-04 Christian Biesinger <cbiesinger@google.com>
1241
d3238f7d 1242 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1243
206584bd
PW
12442019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1245
1246 * lib/gdb.exp (help_list_trailer): New regexp variable
1247 factorizing the help trailer message.
1248 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1249 arg to allow to better factorize various tests.
1250 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1251 (test_prefix_command_help): Use help_list_trailer.
1252 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1253 * gdb.guile/scm-cmd.exp: Likewise.
1254 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1255 * gdb.base/help.exp: Use test_user_defined_class_help.
1256 * gdb.base/style.exp: Add tests for styling of help and apropos.
1257 * lib/gdb-utils.exp (style): Add title and highlight styles.
1258
708dc93e
PW
12592019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1260
1261 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1262 $_shell_exitsignal.
1263 * gdb.base/default.exp: Update for new convenience variables.
1264
f49055a5
TT
12652019-05-29 Tom Tromey <tromey@adacore.com>
1266
1267 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1268 to "break complete ada" test case's regexp.
1269
4330d61d
TT
12702019-05-29 Tom Tromey <tromey@adacore.com>
1271
1272 PR c++/20020:
1273 * gdb.cp/constexpr-field.exp: New file.
1274 * gdb.cp/constexpr-field.cc: New file.
1275
000439d5
TT
12762019-05-29 Tom Tromey <tromey@adacore.com>
1277
1278 * gdb.base/finish.exp (finish_no_print): New proc.
1279 (finish_tests): Call it.
1280
5a01c34c
TV
12812019-05-24 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.dwarf2/gdb-add-index.exp: New file.
1284
18125b16
TT
12852019-05-22 Tom Tromey <tromey@adacore.com>
1286
1287 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1288 * gdb.base/style.exp: Use "style".
1289 * lib/gdb-utils.exp (style): New proc.
1290
af1a8d03
TV
12912019-05-22 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.base/align.exp: Require c++11.
1294
e7fe496b
TV
12952019-05-22 Tom de Vries <tdevries@suse.de>
1296
1297 PR testsuite/24586
1298 * gdb.python/py-mi-var-info-path-expression.exp: Call
1299 mi_skip_python_tests to check if python is supported.
1300
8fca4da0
AH
13012019-05-22 Alan Hayward <alan.hayward@arm.com>
1302
1303 * gdb.arch/aarch64-pauth.c: New test.
1304 * gdb.arch/aarch64-pauth.exp: New file.
1305
b7060614
AH
13062019-05-22 Alan Hayward <alan.hayward@arm.com>
1307
1308 * README (Re-running Tests Outside The Testsuite): New section.
1309
669d0468
TV
13102019-05-21 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.arch/amd64-eval.exp: Require c++11.
1313 * gdb.base/max-depth.exp: Same.
1314 * gdb.compile/compile-cplus-array-decay.exp: Same.
1315 * gdb.cp/meth-typedefs.exp: Same.
1316 * gdb.cp/subtypes.exp: Same.
1317 * gdb.cp/temargs.exp: Same.
1318
ce3ebcaa
AH
13192019-05-21 Alan Hayward <alan.hayward@arm.com>
1320
1321 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1322
34d11c68
AB
13232019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 PR gdb/18644
1326 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1327 * gdb.fortran/printing-types.exp: Add new test.
1328 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1329 testing.
1330 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1331 setup_kfail call.
1332
87781e84
AH
13332019-05-17 Alan Hayward <alan.hayward@arm.com>
1334
1335 * README (Running the Testsuite): Change example.
1336 (Testsuite Parameters): Remove TRANSCRIPT.
1337 * lib/gdb.exp: Remove TRANSCRIPT check.
1338
b420b89e
AH
13392019-05-17 Alan Hayward <alan.hayward@arm.com>
1340
1341 * README (Testsuite Parameters): Add replay logging to
1342 GDBSERVER_DEBUG.
1343 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1344 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1345 as a comma separated list.
1346 (gdb_debug_init): Override procedure.
1347
408e9b8b
AH
13482019-05-17 Alan Hayward <alan.hayward@arm.com>
1349
1350 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1351 (gdb_write_cmd_file): New procedure.
1352 * lib/gdbserver-support.exp (gdbserver_start): Call
1353 gdbserver_write_cmd_file.
1354 (gdbserver_write_cmd_file): New procedure.
1355
f9e2e39d
AH
13562019-05-17 Alan Hayward <alan.hayward@arm.com>
1357
1358 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1359 (delete_breakpoints): Likewise.
1360 (gdb_run_cmd): Likewise.
1361 (gdb_start_cmd): Likewise.
1362 (gdb_starti_cmd): Likewise.
1363 (gdb_internal_error_resync): Likewise.
1364 (gdb_test_multiple): Likewise.
1365 (gdb_reinitialize_dir): Likewise.
1366 (default_gdb_exit): Likewise.
1367 (gdb_file_cmd): Mark kill as optional.
1368 (default_gdb_start): Call gdb_stdin_log_init.
1369 (send_gdb): Call gdb_stdin_log_write.
1370 (rerun_to_main): Mark Y as an answer.
1371 (gdb_stdin_log_init): New function.
1372 (gdb_stdin_log_write): Likewise.
1373
81f47ac2
AH
13742019-05-17 Alan Hayward <alan.hayward@arm.com>
1375
1376 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1377 * gdb.base/debug-expr.exp: Likewise.
1378 * gdb.base/foll-fork.exp: Likewise.
1379 * gdb.base/foll-vfork.exp: Likewise.
1380 * gdb.base/fork-print-inferior-events.exp: Likewise.
1381 * gdb.base/gdb-sigterm.exp: Likewise.
1382 * gdb.base/gdbinit-history.exp: Likewise.
1383 * gdb.base/osabi.exp: Likewise.
1384 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1385 * gdb.base/ui-redirect.exp: Likewise.
1386 * gdb.gdb/unittest.exp: Likewise.
1387 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1388 * gdb.mi/mi-watch.exp: Likewise.
1389 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1390 * gdb.mi/user-selected-context-sync.exp: Likewise.
1391 * gdb.python/python.exp: Disable debug test when debugging.
1392 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1393 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1394 Likewise.
1395 * gdb.threads/stepi-random-signal.exp: Likewise.
1396
29b52314
AH
13972019-05-17 Alan Hayward <alan.hayward@arm.com>
1398
1399 * Makefile.in: Pass through GDB_DEBUG.
1400 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1401 (gdb,debug): Add board setting.
1402 * lib/gdb.exp (default_gdb_start): Start debugging.
1403 (gdb_debug_enabled): New procedure.
1404 (gdb_debug_init): Likewise.
29b52314
AH
1405
14062019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1407
29b52314
AH
1408 * Makefile.in: Pass through GDB_DEBUG.
1409 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1410 (gdb,debug): Add board setting.
1411 * lib/gdb.exp (default_gdb_start): Start debugging.
1412 (gdb_debug_enabled): New procedure.
1413 (gdb_debug_init): Likewise.
29b52314 1414
ca1285d1
AH
14152019-05-17 Alan Hayward <alan.hayward@arm.com>
1416
1417 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1418
f3a09c80
AH
14192019-05-17 Alan Hayward <alan.hayward@arm.com>
1420
1421 * gdb.base/ui-redirect.exp: Test redirection.
1422
26648588
JV
14232019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1424
1425 * gdb.mi/mi-complete.exp: New file.
1426 * gdb.mi/mi-complete.cc: Likewise.
1427
14237686
AB
14282019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1429
1430 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1431 indexed and sliced arrays, and pointers to arrays.
1432
e7bd7fba
TT
14332019-05-14 Tom Tromey <tromey@adacore.com>
1434
1435 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1436 styling test.
1437
2764128d
TV
14382019-05-14 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1441 selection entry encoding.
1442
71bed2db
TT
14432019-05-10 Tom Tromey <tromey@adacore.com>
1444
1445 * gdb.ada/info_exc.exp: Add "complete" test.
1446
63b667ad
TV
14472019-05-09 Tom de Vries <tdevries@suse.de>
1448
1449 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1450 CU-relative.
1451
9cfd2b89
TV
14522019-05-09 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1455 CU-relative.
1456
2228ef77
XR
14572019-05-08 Joel Brobecker <brobecker@adacore.com>
1458
1459 * gdb.ada/frame_arg_lang.exp: New testcase.
1460 * gdb.ada/frame_arg_lang/bla.adb: New file.
1461 * gdb.ada/frame_arg_lang/pck.ads: New file.
1462 * gdb.ada/frame_arg_lang/pck.adb: New file.
1463 * gdb.ada/frame_arg_lang/foo.c: New file.
1464
80e55b13
TT
14652019-05-08 Tom Tromey <tromey@adacore.com>
1466
1467 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1468
9d3421af
TT
14692019-05-08 Tom Tromey <tromey@adacore.com>
1470
1471 * gdb.base/ptype-offsets.exp: Update tests.
1472
844333e2
TT
14732019-05-08 Tom Tromey <tromey@adacore.com>
1474
1475 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1476 cases.
1477 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1478 "short".
1479
988915ee
TT
14802019-05-08 Tom Tromey <tromey@adacore.com>
1481
1482 * gdb.ada/vla.exp: New file.
1483 * gdb.ada/vla/vla.adb: New file.
1484
7bd55dac
TV
14852019-05-07 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1488
75f06e9d
TV
14892019-05-07 Tom de Vries <tdevries@suse.de>
1490
1491 PR testsuite/24522
1492 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1493 section.
1494
77e7aaa4
TV
14952019-05-07 Tom de Vries <tdevries@suse.de>
1496
1497 PR testsuite/24522
1498 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1499 .debug_aranges section.
1500
456ba0fa
TV
15012019-05-07 Tom de Vries <tdevries@suse.de>
1502
1503 PR testsuite/24159
1504 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1505
5a56d6a6
TV
15062019-05-06 Tom de Vries <tdevries@suse.de>
1507
1508 * lib/gdb.exp (exec_has_index_section): New proc.
1509 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1510 section.
1511
9d6d4be8
TV
15122019-05-04 Tom de Vries <tdevries@suse.de>
1513
1514 * boards/cc-with-debug-names.exp: New file.
1515
222a8d25
TT
15162019-05-03 Tom Tromey <tromey@adacore.com>
1517
1518 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1519 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1520 * gdb.ada/char_enum.exp: Add test.
1521
0fdfd794
TV
15222019-05-03 Tom de Vries <tdevries@suse.de>
1523
1524 * boards/cc-with-gdb-index.exp: New file.
1525
80062eb9
AB
15262019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.rust/simple.exp: Add new test case.
1529 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1530 (main): Initialise an instance of the new struct.
1531
4504bbde
TT
15322019-05-01 Tom Tromey <tromey@adacore.com>
1533
1534 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1535 record.
1536 (NPR): New variable.
1537 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1538 test.
1539
d48e62f4
TT
15402019-05-01 Tom Tromey <tromey@adacore.com>
1541
1542 * gdb.ada/packed_array_assign.exp: Add packed assignment
1543 regression test.
1544
f59f30f5
TV
15452019-05-01 Tom de Vries <tdevries@suse.de>
1546
1547 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1548
b70bfc54
TV
15492019-05-01 Tom de Vries <tdevries@suse.de>
1550
1551 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1552
15f18d14
AT
15532019-04-30 Ali Tamur <tamur@google.com>
1554
1555 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1556
2ff0a947
TT
15572019-04-30 Tom Tromey <tromey@adacore.com>
1558
1559 * lib/ada.exp (find_ada_tool): New proc.
1560 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1561 * gdb.ada/catch_ex_std.exp: New file.
1562 * gdb.ada/catch_ex_std/foo.adb: New file.
1563 * gdb.ada/catch_ex_std/some_package.adb: New file.
1564 * gdb.ada/catch_ex_std/some_package.ads: New file.
1565
a776957c
TT
15662019-04-30 Tom Tromey <tromey@adacore.com>
1567
1568 PR c++/24470:
1569 * gdb.cp/temargs.cc: Add test code from PR.
1570
bc68014d
AB
15712019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.fortran/vla-datatypes.exp: Update expected results.
1574 * gdb.fortran/vla-ptype.exp: Likewise.
1575 * gdb.fortran/vla-type.exp: Likewise.
1576 * gdb.fortran/vla-value.exp: Likewise.
1577
f1fdc960
AB
15782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1579
1580 * gdb.fortran/ptr-indentation.exp: Update expected results.
1581 * gdb.fortran/ptype-on-functions.exp: Likewise.
1582 * gdb.fortran/vla-ptr-info.exp: Likewise.
1583 * gdb.fortran/vla-value.exp: Likewise.
1584
bf7a4de1
AB
15852019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.fortran/ptype-on-functions.exp: New file.
1588 * gdb.fortran/ptype-on-functions.f90: New file.
1589
bbe75b9d
AB
15902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1593 case void string.
1594
1db455a7
AB
15952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1596
1597 * gdb.fortran/complex.exp: Expand.
1598 * gdb.fortran/complex.f: Renamed to...
1599 * gdb.fortran/complex.f90: ...this, and extended to add more
1600 complex values.
1601
b6d03bb2
AB
16022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1605 MODULO, CMPLX.
1606
2e62ab40
AB
16072019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1608 Richard Bunt <richard.bunt@arm.com>
1609
1610 * gdb.base/max-depth.c: New file.
1611 * gdb.base/max-depth.exp: New file.
1612 * gdb.python/py-nested-maps.c: New file.
1613 * gdb.python/py-nested-maps.exp: New file.
1614 * gdb.python/py-nested-maps.py: New file.
1615 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1616 (test_all_common): Call test_max_depth.
1617 * gdb.fortran/max-depth.exp: New file.
1618 * gdb.fortran/max-depth.f90: New file.
1619 * gdb.go/max-depth.exp: New file.
1620 * gdb.go/max-depth.go: New file.
1621 * gdb.modula2/max-depth.exp: New file.
1622 * gdb.modula2/max-depth.c: New file.
1623 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1624
d2b584a5
TV
16252019-04-29 Tom de Vries <tdevries@suse.de>
1626
1627 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1628
136afab8
PW
16292019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1630
1631 * gdb.base/callexit.exp: Test may-call-functions off.
1632
725cbb63
KS
16332019-04-25 Keith Seitz <keiths@redhat.com>
1634
1635 PR c++/24367
1636 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1637 (another_incomplete_struct, test_incomplete): New definitions.
1638 (main): Use new definitions.
1639 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1640 functions.
1641
82433e3e
SDJ
16422019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1643
1644 PR corefiles/11608
1645 PR corefiles/18187
1646 * gdb.base/coredump-filter-build-id.exp: New file.
1647
dd06d4d6
AH
16482019-04-25 Alan Hayward <alan.hayward@arm.com>
1649
e79be6e5
SM
1650 * Makefile.in: Pass through GDBSERVER_DEBUG.
1651 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1652 (gdbserver,debug): Add board setting.
1653 * gdb.trace/tspeed.exp: Skip when debugging.
1654 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1655 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1656
1670072e
TT
16572019-04-24 Tom Tromey <tromey@adacore.com>
1658
1659 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1660 Rust.
1661
a59240a4
TT
16622019-04-24 Tom Tromey <tromey@adacore.com>
1663
1664 * gdb.arch/amd64-eval.exp: Test bitfield return.
1665 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1666 (class Foo) <return_bitfields>: New method.
1667 (main): Call it.
1668
b907456c
AB
16692019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1670
1671 * gdb.cp/many-args.cc: New file.
1672 * gdb.cp/many-args.exp: New file.
1673
5c565afd
TV
16742019-04-23 Tom de Vries <tdevries@suse.de>
1675
1676 PR gdb/24433
1677 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1678
ba22ff86
AH
16792019-04-23 Alan Hayward <alan.hayward@arm.com>
1680
1681 * gdb.trace/backtrace.exp: Use nopie flag.
1682 * gdb.trace/circ.exp: Likewise.
1683 * gdb.trace/collection.exp: Likewise.
1684 * gdb.trace/ftrace.exp: Likewise.
1685 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1686 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1687 * gdb.trace/qtro.exp: Likewise.
1688 * gdb.trace/read-memory.exp: Likewise.
1689 * gdb.trace/report.exp: Likewise.
1690 * gdb.trace/tfile.exp: Likewise.
1691 * gdb.trace/tfind.exp: Likewise.
1692 * gdb.trace/unavailable.exp: Likewise.
1693
7905fc35
PA
16942019-04-22 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.base/solib-probes-nosharedlibrary.c,
1697 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1698
8ecb59f8
TT
16992019-04-19 Tom Tromey <tromey@adacore.com>
1700
1701 * gdb.ada/ptype_union.c: New file.
1702 * gdb.ada/ptype_union.exp: New file.
1703
62160ec9
TT
17042019-04-19 Tom Tromey <tromey@adacore.com>
1705
1706 PR symtab/24423:
1707 * gdb.base/list0.h (foo): Add a control-l character.
1708
36cd4ba5
TV
17092019-04-18 Tom de Vries <tdevries@suse.de>
1710
1711 PR gdb/24433
1712 * boards/local-board.exp: Set sysroot to "".
1713
b73715df
TV
17142019-04-18 Tom de Vries <tdevries@suse.de>
1715 Pedro Alves <palves@redhat.com>
1716
1717 PR gdb/24454
1718 * gdb.threads/vfork-follow-child-exec.c: New file.
1719 * gdb.threads/vfork-follow-child-exec.exp: New file.
1720 * gdb.threads/vfork-follow-child-exit.c: New file.
1721 * gdb.threads/vfork-follow-child-exit.exp: New file.
1722
4aa866af
LS
17232019-04-15 Leszek Swirski <leszeks@google.com>
1724
1725 * gdb.arch/amd64-eval.cc: New file.
1726 * gdb.arch/amd64-eval.exp: New file.
1727
e5a1a79a
AH
17282019-04-11 Alan Hayward <alan.hayward@arm.com>
1729
1730 * gdb.server/sysroot.c: New test.
1731 * gdb.server/sysroot.exp: New file.
1732 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1733 matching param.
1734
41077b66
AB
17352019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1736
1737 * gdb.base/align.exp: Extend test to cover structures containing
1738 only static fields.
1739
c30391f8
TV
17402019-04-11 Tom de Vries <tdevries@suse.de>
1741
1742 * boards/cc-with-dwz-m.exp: New file.
1743 * boards/cc-with-dwz.exp: New file.
1744 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1745
e242fd12
SM
17462019-04-09 Simon Marchi <simon.marchi@efficios.com>
1747
1748 * gdb.base/start-cpp.exp: New file.
1749 * gdb.base/start-cpp.cc: New file.
1750
2b0c8b01
KB
17512019-04-08 Kevin Buettner <kevinb@redhat.com>
1752
1753 * gdb.python/py-thrhandle.exp: Adjust tests to call
1754 thread_from_handle instead of thread_from_thread_handle.
1755
947210e5
KB
17562019-04-08 Kevin Buettner <kevinb@redhat.com>
1757
1758 * gdb.python/py-thrhandle.exp: Add tests for
1759 gdb.InferiorThread.handle.
1760
d7df6549
AB
17612019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.python/py-function.exp: Check calling helper function from
1764 all languages.
1765 * lib/gdb.exp (gdb_supported_languages): New proc.
1766
8bdc1658
AB
17672019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1768
1769 * gdb.base/complex-parts.c: New file.
1770 * gdb.base/complex-parts.exp: New file.
1771
05caa1d2
TT
17722019-04-01 Tom Tromey <tromey@adacore.com>
1773
1774 PR symtab/23331:
1775 * gdb.dwarf2/dw2-ranges-main.c: New file.
1776 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1777 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1778
7734102d
EZ
17792019-03-30 Simon Marchi <simark@simark.ca>
1780
1781 * gdb.base/default.exp: Add values for $_gdb_major and
1782 $_gdb_minor.
1783
188e1fa9
TT
17842019-03-29 Tom Tromey <tromey@adacore.com>
1785
1786 * gdb.base/help.exp: Tighten apropos regexp.
1787
2880242d
KS
17882019-03-29 Keith Seitz <keiths@redhat.com>
1789
1790 * gdb.fortran/array-bounds.exp: New file.
1791 * gdb.fortran/array-bounds.f90: New file.
1792
077cad8e
PW
17932019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1794
1795 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1796
80047cfc
PW
17972019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1798
1799 * gdb.multi/hello.c (main): Increase alarm timer.
1800
f489207e
SL
18012019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1802
1803 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1804 factor when no hardware watchpoint support.
1805
c92df149
AH
18062019-03-28 Alan Hayward <alan.hayward@arm.com>
1807 Pedro Alves <palves@redhat.com>
1808
1809 * boards/local-board.exp: set sysroot to /.
1810
933aebfa
AH
18112019-03-27 Alan Hayward <alan.hayward@arm.com>
1812
1813 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1814 in child.
1815
9f9aa852
AB
18162019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1819 field.
1820 (make_container): Initialise new field.
1821 * gdb.python/py-prettyprint.exp: Add new tests.
1822 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1823 <display_hint>: New method.
1824
3714a195
AB
18252019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1826
1827 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1828 gdb_continue_to_breakpoint more throughout this test.
1829 (run_lang_tests) Supply unique test names, and use
1830 gdb_test_no_output.
1831
18c77628
AB
18322019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.base/finish-pretty.exp: Update expected results.
1835 * gdb.base/pretty-print.c: New file.
1836 * gdb.base/pretty-print.exp: New file.
1837
9a93502f
PA
18382019-03-25 Pedro Alves <palves@redhat.com>
1839
1840 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1841 move comments outside list. Append '-i "" eof' section.
1842
968aa7ae
AH
18432019-03-22 Alan Hayward <alan.hayward@arm.com>
1844
1845 * README: Add pie options.
1846 * gdb.base/break-interp.exp: Ensure pie is disabled.
1847 * gdb.base/dump.exp: Likewise.
1848 * lib/gdb.exp (gdb_compile): Add pie option.
1849
4c7d57e7
TT
18502019-03-19 Tom Tromey <tromey@adacore.com>
1851
1852 * gdb.mi/mi2-cli-display.c: New file.
1853 * gdb.mi/mi2-cli-display.exp: New file.
1854
bff8c71f
TT
18552019-03-18 Joel Brobecker <brobecker@adacore.com>
1856 Tom Tromey <tromey@adacore.com>
1857
1858 * gdb.ada/ptype_array/pck.adb: New file.
1859 * gdb.ada/ptype_array/pck.ads: New file.
1860 * gdb.ada/ptype_array/foo.adb: New file.
1861 * gdb.ada/ptype_array.exp: New file.
1862
d085f989
TT
18632019-03-14 Tom Tromey <tromey@adacore.com>
1864
1865 * gdb.base/style.exp: Add "set style sources" test.
1866
b4be1b06
SM
18672019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1868
1869 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1870 * mi-breakpoint-multiple-locations.exp: ... this.
1871 (make_breakpoints_pattern): New proc.
1872 (do_test): Add mi_version parameter, test -break-insert,
1873 -break-info and =breakpoint-created.
1874
7cde5fc2
AB
18752019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 * config/default.exp: Remove 'load_lib gdb.exp'.
1878 * config/monitor.exp: Likewise.
1879 * config/sid.exp: Likewise.
1880 * config/sim.exp: Likewise.
1881 * config/slite.exp: Likewise.
1882 * config/unix.exp: Likewise.
1883 * gdb.base/default.exp: Remove unhelpful comment.
1884
efbecbc1
AB
18852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1886
1887 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1888
0841c79a
AB
18892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1892
4a270568
AB
18932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.fortran/type-kinds.exp: Update expected results.
1896
067630bd
AB
18972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1898
1899 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1900
3be47f7a
AB
19012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1902
1903 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1904 function.
1905 (test_basic_parsing_of_type_kinds): Expand types tested.
1906 (test_parsing_invalid_type_kinds): New function.
1907
4d00f5d8
AB
19082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.fortran/intrinsics.exp: New file.
1911 * gdb.fortran/intrinsics.f90: New file.
1912 * gdb.fortran/type-kinds.exp: New file.
1913
c8f91604
AB
19142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1915
1916 * gdb.fortran/dot-ops.exp: New file.
1917
dd9f2c76
AB
19182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1921 Check upper and lower case logical literals.
1922
84ec9724
AB
19232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1924
1925 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1926 Remove duplicate tests.
1927
c3734e09
AH
19282019-03-06 Alan Hayward <alan.hayward@arm.com>
1929
1930 * lib/gdb.exp (builtin_cd): rename of cd.
1931 (cd): Override builtin.
1932
aa3cfbda
RB
19332019-03-06 Richard Bunt <richard.bunt@arm.com>
1934
1935 * gdb.fortran/function-calls.exp: New file.
1936 * gdb.fortran/function-calls.f90: New test.
1937
7b63ad86
RB
19382019-03-04 Richard Bunt <richard.bunt@arm.com>
1939
1940 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1941 on user program standard output.
1942 * gdb.fortran/short-circuit-argument-list.f90: Record function
1943 calls.
1944
01abb042
AH
19452019-02-28 Alan Hayward <alan.hayward@arm.com>
1946
c3734e09
AH
1947 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1948 failure.
01abb042 1949
92137da0
RO
19502019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1951
1952 PR gdb/8527
1953 * gdb.base/interrupt-daemon-attach.c,
1954 gdb.base/interrupt-daemon-attach.exp: New test.
1955
5862844d
PA
19562019-02-27 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.base/page.exp: Add tests for "set width/height -1".
1959
8ed25214
PA
19602019-02-27 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.base/page.exp: Add tests for "set/show width/height" with
1963 "infinite" values.
1964
6c28e44a
TT
19652019-02-27 Tom Tromey <tromey@adacore.com>
1966
1967 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1968 2.4.
1969 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1970 workaround.
1971
bf9a735e
AB
19722019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1975 tests for structs with static members.
1976
8791793c
TT
19772019-02-26 Tom Tromey <tromey@adacore.com>
1978
1979 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1980 ValueError, not TypeError.
1981
bc2a507e
KB
19822019-02-26 Kevin Buettner <kevinb@redhat.com>
1983
1984 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1985 call from main program.
1986
e0e7d3bd
JB
19872019-02-23 Joel Brobecker <brobecker@adacore.com>
1988
1989 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1990 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1991 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1992 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1993 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1994
9600246d
KS
19952019-02-22 Keith Seitz <keiths@redhat.com>
1996
1997 PR symtab/23853
1998 * gdb.base/symlink-sourcefile.c: New file.
1999 * gdb.base/symlink-sourcefile.exp: New file.
2000
0c95f9ed
TT
20012019-02-20 Tom Tromey <tom@tromey.com>
2002
2003 * gdb.base/info_qt.exp: Update.
2004
6caa91b6
SM
20052019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2006
2007 * gdb.base/source.exp: Move "error in sourced script" code to
2008 the end.
2009 * gdb.base/source-error.gdb: Move contents to
2010 source-error-1.gdb. Add new code to source source-error-1.gdb.
2011 * gdb.base/source-error-1.gdb: New file, from previous
2012 source-error.gdb.
2013
6506371f
TT
20142019-02-17 Tom Tromey <tom@tromey.com>
2015
2016 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2017 for macro styling.
2018 * gdb.base/style.c (SOME_MACRO): New macro.
2019
a0087920
TT
20202019-02-17 Tom Tromey <tom@tromey.com>
2021
2022 * gdb.base/style.exp: Add line-wrapping tests.
2023 * gdb.base/page.exp: Add test for quitting during pagination.
2024
a2cd4f14
JB
20252019-02-17 Joel Brobecker <brobecker@adacore.com>
2026
2027 * gdb.ada/big_packed_array: New testcase.
2028 * gdb.ada/homonym.exp: Fix incorrect expected output for
2029 "break <homonym__get_value>" test.
2030
9d70ffbc
WP
20312019-02-13 Weimin Pan <weimin.pan@oracle.com>
2032
2033 PR breakpoints/21870
2034 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2035 and prepare_for_testing. Add comment.
2036 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2037 redundant cleanup call. Clean up comment.
2038
01c7ae81
WP
20392019-02-12 Weimin Pan <weimin.pan@oracle.com>
2040
2041 PR breakpoints/21870
2042 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2043 * gdb.arch/aarch64-dbreg-contents.c: New file.
2044
aff29d1c
JB
20452019-02-10 Joel Brobecker <brobecker@adacore.com>
2046
2047 * gdb.ada/mi_ref_changeable: New testcase.
2048
df0da8a2
AH
20492019-02-07 Alan Hayward <alan.hayward@arm.com>
2050
2051 * gdb.base/attach.exp: Add double attach test.
2052
bd447abb
SM
20532019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2054
2055 * lib/gdb.exp (default_gdb_start): Don't match pagination
2056 prompt.
2057 (gdb_init): Set stty_init.
2058
1dbc40b9
TT
20592019-01-27 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2062 skip_python_tests.
2063
353229bf
AH
20642019-01-24 Alan Hayward <alan.hayward@arm.com>
2065
2066 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2067 New structure.
2068 (struct struct_static_02_02): Likewise.
2069 (struct struct_static_02_03): Likewise.
2070 (struct struct_static_02_04): Likewise.
2071 (struct struct_static_04_01): Likewise.
2072 (struct struct_static_04_02): Likewise.
2073 (struct struct_static_04_03): Likewise.
2074 (struct struct_static_04_04): Likewise.
2075 (struct struct_static_06_01): Likewise.
2076 (struct struct_static_06_02): Likewise.
2077 (struct struct_static_06_03): Likewise.
2078 (struct struct_static_06_04): Likewise.
2079 (cmp_struct_static_02_01): Likewise.
2080 (cmp_struct_static_02_02): Likewise.
2081 (cmp_struct_static_02_03): Likewise.
2082 (cmp_struct_static_02_04): Likewise.
2083 (cmp_struct_static_04_01): Likewise.
2084 (cmp_struct_static_04_02): Likewise.
2085 (cmp_struct_static_04_03): Likewise.
2086 (cmp_struct_static_04_04): Likewise.
2087 (cmp_struct_static_06_01): Likewise.
2088 (cmp_struct_static_06_02): Likewise.
2089 (cmp_struct_static_06_03): Likewise.
2090 (cmp_struct_static_06_04): Likewise.
2091 (call_all): Test new structs.
2092 * gdb.base/infcall-nested-structs.exp: Likewise.
2093
73021deb
AH
20942019-01-21 Alan Hayward <alan.hayward@arm.com>
2095 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2096
fc65c7db
AH
20972019-01-21 Alan Hayward <alan.hayward@arm.com>
2098 * gdb.base/stack-protector.c: New test.
2099 * gdb.base/stack-protector.exp: New file.
2100 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2101 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2102 option.
2103 (gdb_compile): Remove stack protector for GCC and prevent
2104 recursion.
2105
c24bdb02
KS
21062019-01-16 Keith Seitz <keiths@redhat.com>
2107
2108 PR gdb/23773
2109 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2110
6f072a10
PFC
21112019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2112
2113 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2114 aliases.
2115 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2116 tests.
2117 * gdb.arch/powerpc-vector-regs.c: New file.
2118 * gdb.arch/powerpc-vector-regs.exp: New file.
2119
a7b8d682
PFC
21202019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2121
2122 * gdb.arch/altivec-regs.exp: Fix the list passed to
2123 gdb_expect_list when testing "info vector".
2124
6eb6fb67
AB
21252019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 * gdb.base/style.exp: Don't include path in testname.
2128
b56f80d8
KS
21292019-01-10 Keith Seitz <keiths@redhat.com>
2130
2131 PR gdb/23712
2132 PR symtab/23010
2133 * gdb.dwarf2/multidictionary.exp: New file.
2134
041be526
SM
21352019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2136
2137 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2138 (test_gnuv3_style_demangling): ... this.
2139 (test_lucid_style_demangling): Remove.
2140 (test_arm_style_demangling): Remove.
2141 (test_hp_style_demangling): Remove.
2142 (do_tests): Remove calls to the above.
2143
d820d0c3
AB
21442019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2147 case.
2148
f097f5ad
TT
21492019-01-06 Tom Tromey <tom@tromey.com>
2150
2151 PR gdb/28155:
2152 * gdb.dwarf2/typedef-void-finish.exp: New file.
2153
2cd8cc0b
TT
21542018-12-28 Tom Tromey <tom@tromey.com>
2155 Simon Marchi <simark@simark.ca>
2156
2157 * gdb.base/jit-exec.exp: New file.
2158 * gdb.base/jit-exec.c: New file.
2159 * gdb.base/jit-execd.c: New file.
2160
35fb8261
TT
21612018-12-28 Tom Tromey <tom@tromey.com>
2162
2163 * gdb.base/style.exp: Update test to check for address styling.
2164
47fd17cd
TT
21652018-12-28 Tom Tromey <tom@tromey.com>
2166
2167 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2168 message.
2169
d47032b7
TT
21702018-12-28 Tom Tromey <tom@tromey.com>
2171
2172 * gdb.base/style.exp: Add test for version number styling.
2173
af79b68d
TT
21742018-12-28 Tom Tromey <tom@tromey.com>
2175
2176 * gdb.base/style.exp: Add test for print_address_symbolic.
2177
0bb296cb
TT
21782018-12-28 Tom Tromey <tom@tromey.com>
2179
2180 * gdb.base/style.exp: Add test for breakpoint setting.
2181
80ae2043
TT
21822018-12-28 Tom Tromey <tom@tromey.com>
2183
2184 * gdb.base/style.exp: Add test for variable names.
2185
cbe56571
TT
21862018-12-28 Tom Tromey <tom@tromey.com>
2187
2188 * gdb.base/style.exp: New file.
2189 * gdb.base/style.c: New file.
2190
9162a27c
TT
21912018-12-28 Tom Tromey <tom@tromey.com>
2192
2193 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2194 "dumb".
2195 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2196 the TERM environment variable.
2197
bc543c90
TT
21982018-12-27 Tom Tromey <tom@tromey.com>
2199
2200 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2201 pagination test.
2202
6f0ffe50
AB
22032018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2206 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2207
b5a1e557
PW
22082018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2209
2210 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2211 Filename a.adb changed to bp_fun_addr.adb.
2212 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2213
6e8b1ab2
JV
22142018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2215
2216 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2217 non-PIE executables.
2218 * README: Mention the gdb,nopie_flag board setting.
2219 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2220 non-PIE executable.
2221 * gdb.arch/amd64-entry-value.exp: Likewise.
2222 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2223 * gdb.arch/i386-float.exp: Likewise.
2224 * gdb.arch/i386-signal.exp: Likewise.
2225 * gdb.mi/mi-reg-undefined.exp: Likewise.
2226
d00a27c5
PM
22272018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2228
2229 PR gdb/23974
2230 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2231
161d081c
PW
22322018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2233
2234 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2235 Update order of results accordingly.
2236
b001de23
AB
22372018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.base/annota1.exp: Update a test regexp.
2240
99e1a184
AB
22412018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2242
2243 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2244
7a81c1e2
PW
22452018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2246
2247 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2248 (reuse_time): Initialize to REUSE_TIME_CAP.
2249 (check_rc): New function.
2250 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2251 Check pthread_create rc.
2252 (spawner_thread_func): Check pthread_create and pthread_join rc.
2253
73e8dc90
PA
22542018-12-08 Pedro Alves <palves@redhat.com>
2255
2256 * gdb.base/list.exp (test_forward_search): Rename to ...
2257 (test_forward_reverse_search): ... this. Also test reverse-search
2258 and the forward-search alias.
2259
13f2ed32
AB
22602018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2261
2262 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2263 local timeout variable before return, and remove all local timeout
2264 variable entirely.
2265 (gdb_load): Likewise.
2266
64d27cfc
TV
22672018-12-01 Tom de Vries <tdevries@suse.de>
2268
2269 * gdb.base/gdb-caching-proc.exp: New file.
2270
f63c03b4
SDJ
22712018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2272
2273 * Makefile.in (TIMESTAMP): New variable.
2274 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2275 command.
2276 (check-single-racy): Likewise.
2277 (check/%.exp): Likewise.
2278 (check-racy/%.exp): Likewise.
2279 (workers/%.worker): Likewise.
2280 (build-perf): Likewise.
2281 (check-perf): Likewise.
2282 * README: Describe new "TS" and "TS_FORMAT" variables.
2283 * print-ts.py: New file.
2284
1c97054b
BF
22852018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2286
2287 PR python/23714
2288 * gdb.python/python.exp: Test command repetition after
2289 gdb.execute.
2290
1871a62d
AB
22912018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2294 is correctly aligned.
2295
fb5e1ed9
PW
22962018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2297
2298 * gdb.ada/info_auto_lang.exp: New testcase.
2299 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2300 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2301 * gdb.ada/info_auto_lang/some_c.c: New file.
2302
43d397ca
PW
23032018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2304
2305 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2306 FUNC_lang language syntax.
2307
beddd671
PW
23082018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2309
2310 * gdb.base/info_minsym.c: New file.
2311 * gdb.base/info_minsym.exp: New file.
2312
73fc52c4
TT
23132018-11-19 Tom Tromey <tom@tromey.com>
2314
2315 PR rust/23625:
2316 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2317 * gdb.rust/expr.exp: Update expected output. Change one test.
2318
994b876a
TT
23192018-11-19 Tom Tromey <tom@tromey.com>
2320
2321 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2322
6769f276
PA
23232018-11-19 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2326 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2327 see the expected warning.
2328
38a72da0
AH
23292018-11-16 Alan Hayward <alan.hayward@arm.com>
2330
2331 PR gdb/22736:
2332 * gdb.cp/infcall-nodebug-lib.c: New test.
2333 * gdb.cp/infcall-nodebug-main.c: New test.
2334 * gdb.cp/infcall-nodebug.exp: New file.
2335
53a89d6e
SM
23362018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2337
2338 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2339 completer tests.
2340
9325300d
TV
23412018-11-09 Tom de Vries <tdevries@suse.de>
2342
2343 * gdb.base/msym-lang.c: New test.
2344 * gdb.base/msym-lang.exp: New file.
2345 * gdb.base/msym-lang-main.c: New test.
2346
20f0d60d
TT
23472018-11-08 Tom Tromey <tom@tromey.com>
2348
2349 PR gdb/23555:
2350 PR gdb/23838:
2351 * gdb.base/warning.exp: New file.
2352
b5420128
JB
23532018-11-08 Jan Beulich <jbeulich@suse.com>
2354
2355 * testsuite/gdb.arch/i386-avx512.c,
2356 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2357
cd115d61
AB
23582018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2361 point hardware.
2362
35ee2dc2
AB
23632018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2366 * gdb.dwarf2/missing-type-name.exp: New file.
2367
31aceee8
TV
23682018-11-06 Tom de Vries <tdevries@suse.de>
2369
2370 * gdb.base/many-headers.c: New test.
2371 * gdb.base/many-headers.exp: New file.
2372
109be305
JW
23732018-11-06 Jim Wilson <jimw@sifive.com>
2374
2375 * gdb.base/code_elim.exp: For riscv, set additional_flags
2376 to include -msmall-data-limit=0.
2377
e2b7af72
JB
23782018-11-01 Joel Brobecker <brobecker@adacore.com>
2379
2380 * gdb.ada/watch_minus_l: New testcase.
2381
cdcda965
SM
23822018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2383
2384 * gdb.arch/aix-sighandle.c: New file.
2385 * gdb.arch/aix-sighandle.exp: New file.
2386
92dcebf3
AB
23872018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2390 registers being unions.
2391
68b9ac18
TV
23922018-10-31 Tom de Vries <tdevries@suse.de>
2393
2394 * lib/valgrind.exp: New file.
2395 (vgdb_start, vgdb_stop): New procs, factored out of ...
2396 * gdb.base/valgrind-bt.exp: ... here, ...
2397 * gdb.base/valgrind-disp-step.exp: ... here and ...
2398 * gdb.base/valgrind-infcall.exp: ... here.
2399
1443936e
TV
24002018-10-31 Tom de Vries <tdevries@suse.de>
2401
2402 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2403
eb77c9df
AB
24042018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 * gdb.dwarf2/void-type.c: New file.
2407 * gdb.dwarf2/void-type.exp: New file.
2408
82b5e646
PW
24092018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2410
2411 * gdb.base/info_qt.c: New file.
2412 * gdb.base/info_qt.exp: New file.
2413
8d619c01
EBM
24142018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2415
2416 * gdb.arch/powerpc-htm-regs.c: New file.
2417 * gdb.arch/powerpc-htm-regs.exp: New file.
2418
f2cf6173
EBM
24192018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2420
2421 * gdb.arch/powerpc-tar.c: New file.
2422 * gdb.arch/powerpc-tar.exp: New file.
2423
7ca18ed6
EBM
24242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2425
2426 * gdb.arch/powerpc-ppr-dscr.c: New file.
2427 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2428
bfcc0eba
TV
24292018-10-25 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2432
fe1a5cad
TV
24332018-10-24 Tom de Vries <tdevries@suse.de>
2434
2435 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2436 longer exists error.
2437
a76dc3b7
TV
24382018-10-24 Tom de Vries <tdevries@suse.de>
2439
2440 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2441
4df46df7
TV
24422018-10-24 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2445 --db-attach in valgrind.
2446
0dbfcfff
AB
24472018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.arch/riscv-reg-aliases.c: New file.
2450 * gdb.arch/riscv-reg-aliases.exp: New file.
2451
b04480b1
AH
24522018-10-19 Alan Hayward <alan.hayward@arm.com>
2453
2454 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2455
2c6ac8d7
AH
24562018-10-19 Alan Hayward <alan.hayward@arm.com>
2457
2458 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2459
2bc69f25
AH
24602018-10-19 Alan Hayward <alan.hayward@arm.com>
2461
2462 * gdb.cp/ovldbreak.exp: Fix regexps.
2463
1f1ae3a3
AH
24642018-10-19 Alan Hayward <alan.hayward@arm.com>
2465
2466 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2467
94c18618
SDJ
24682018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2469
2470 PR cli/23785
2471 * gdb.base/restore.exp: New test to check if "restore" with an
2472 invalid file doesn't segfault.
2473
812cd6eb
TV
24742018-10-18 Tom de Vries <tdevries@suse.de>
2475
2476 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2477 * gdb.ada/excep_handle.exp: Same.
2478 * gdb.ada/mi_string_access.exp: Same.
2479 * gdb.ada/mi_var_union.exp: Same.
2480 * gdb.arch/arc-analyze-prologue.exp: Same.
2481 * gdb.arch/arc-decode-insn.exp: Same.
2482 * gdb.base/readnever.exp: Same.
2483 * gdb.fortran/printing-types.exp: Same.
2484 * gdb.guile/scm-lazy-string.exp: Same.
2485
c4b90788
TV
24862018-10-16 Tom de Vries <tdevries@suse.de>
2487
2488 PR gdb/23730
2489 * gdb.base/catch-follow-exec.c: Add copyright notice.
2490 * gdb.base/catch-follow-exec.exp: Rewrite to use
2491 gdb_spawn_with_cmdline_opts. Require gdb-native.
2492
8bca2978
SL
24932018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2494
2495 * gdb.trace/actions-changed.exp: Check for arch support.
2496 * gdb.trace/actions.exp: Likewise.
2497 * gdb.trace/ax.exp: Likewise.
2498 * gdb.trace/backtrace.exp: Likewise.
2499 * gdb.trace/change-loc.exp: Likewise.
2500 * gdb.trace/deltrace.exp: Likewise.
2501 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2502 * gdb.trace/ftrace.exp: Likewise.
2503 * gdb.trace/infotrace.exp: Check for arch support.
2504 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2505 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2506 * gdb.trace/mi-tsv-changed.exp: Likewise.
2507 * gdb.trace/packetlen.exp: Likewise.
2508 * gdb.trace/passc-dyn.exp: Likewise.
2509 * gdb.trace/passcount.exp: Likewise.
2510 * gdb.trace/pending.exp: Likewise.
2511 * gdb.trace/range-stepping.exp: Check for shlib support.
2512 * gdb.trace/report.exp: Check for arch support.
2513 * gdb.trace/save-trace.exp: Likewise.
2514 * gdb.trace/signal.exp: Check for signal support.
2515 * gdb.trace/tfind.exp: Check for arch support.
2516 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2517 * gdb.trace/trace-common.h: Add comment.
2518 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2519 * gdb.trace/trace-enable-disable.exp: Likewise.
2520 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2521 * gdb.trace/tracecmd.exp: Check for arch support.
2522 * gdb.trace/tspeed.exp: Check for shlib and target support.
2523 * gdb.trace/tstatus.exp: Check for arch support.
2524 * gdb.trace/tsv.exp: Likewise.
2525 * gdb.trace/while-dyn.exp: Likewise.
2526 * gdb.trace/while-stepping.exp: Likewise.
2527 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2528
f9c49bff
SM
25292018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2530
2531 * gdb.trace/tspeed.exp: Remove nowarnings.
2532 (prepare_for_trace_test): Declare "global ipalib".
2533 * gdb.trace/tspeed.c: Include unistd.h.
2534 (main): Remove superfluous printf argument.
2535
d4330bde
SL
25362018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2537
2538 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2539 directory prefix on the filename.
2540
8ecfd7bd
SDJ
25412018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2542
2543 * gdb.gdb/unittest.exp: Update expected message informing that
2544 selftests have been disabled.
2545 * gdb.server/unittest.exp: Likewise.
2546
58bbcd02
TV
25472018-10-09 Tom de Vries <tdevries@suse.de>
2548
2549 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2550 with runto_main.
2551
9f6b697b
WP
25522018-10-08 Weimin Pan <weimin.pan@oracle.com>
2553
2554 PR c++/16841
2555 * gdb.cp/virtbase2.cc: New file.
2556 * gdb.cp/virtbase2.exp: New file.
2557
add5ded5
TT
25582018-10-06 Tom Tromey <tom@tromey.com>
2559
2560 PR python/19399:
2561 * gdb.python/py-inferior.exp: Add architecture test.
2562
f9e48344
TT
25632018-10-06 Tom Tromey <tom@tromey.com>
2564
2565 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2566 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2567
2a8be203
TT
25682018-10-06 Tom Tromey <tom@tromey.com>
2569
2570 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2571 of a "throw" catchpoint.
2572
e04caa70
SDJ
25732018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2574
2575 * gdb.base/info-proc.exp: Update string expected from "help info
2576 proc".
2577
5ca8c39f
TT
25782018-10-04 Tom Tromey <tom@tromey.com>
2579
2580 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2581 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2582 (test_initial_complaints, test_empty_complaints): Update.
2583 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2584
3453e7e4
TT
25852018-10-04 Tom Tromey <tom@tromey.com>
2586
2587 PR cli/19551:
2588 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2589 * lib/gdb.exp (gdb_file_cmd): Update.
2590 * gdb.stabs/weird.exp (print_weird_var): Update.
2591 * gdb.server/solib-list.exp: Update.
2592 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2593 * gdb.mi/mi-cli.exp: Update.
2594 * gdb.linespec/linespec.exp: Update.
2595 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2596 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2597 * gdb.cp/cp-relocate.exp: Update.
2598 * gdb.base/sym-file.exp: Update.
2599 * gdb.base/relocate.exp: Update.
2600 * gdb.base/readnever.exp: Update.
2601 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2602 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2603 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2604 * gdb.base/code_elim.exp: Update.
2605 * gdb.base/break-unload-file.exp (test_break): Update.
2606 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2607 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2608 Update.
2609 * gdb.base/attach.exp (do_attach_tests): Update.
2610 * gdb.base/sepdebug.exp: Update.
2611 * gdb.python/py-section-script.exp: Update.
2612
6afcf761
TT
26132018-10-04 Tom Tromey <tom@tromey.com>
2614
2615 PR cli/22234:
2616 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2617 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2618 output.
2619
fef1b293
TT
26202018-10-04 Tom Tromey <tom@tromey.com>
2621
2622 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2623 set width and height to 0.
2624 (test_command_line_attach_run): Use -quiet.
2625
ca98345e
SL
26262018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2627
2628 * lib/gdb.exp (skip_ifunc_tests): New.
2629 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2630 other compile failures.
2631 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2632
ff34e6ae
SM
26332018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2634
2635 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2636 is_amd64_regs_target.
2637
6bb8890e
AH
26382018-10-01 Alan Hayward <alan.hayward@arm.com>
2639
2640 * gdb.arch/aarch64-sighandler-regs.c: New test.
2641 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2642 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2643
224d30d3
MM
26442018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2645
2646 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2647 assembly.
2648
f67ffa6a
AB
26492018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2650
2651 * gdb.base/frame-selection.exp: New file.
2652 * gdb.base/frame-selection.c: New file.
2653
9fc3183f
AH
26542018-09-27 Alan Hayward <alan.hayward@arm.com>
2655
2656 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2657 pthread barrier.
2658 (main): Likewise.
2659
d354055e
AB
26602018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.base/large-frame-1.c: New file.
2663 * gdb.base/large-frame-2.c: New file.
2664 * gdb.base/large-frame.exp: New file.
2665 * gdb.base/large-frame.h: New file.
2666
db727370
JL
26672018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2668
2669 PR gdb/20948
2670 * gdb.base/write_mem.exp: New test.
2671 * gdb.base/write_mem.c: Likewise.
2672
ae778caf
TT
26732018-09-23 Tom Tromey <tom@tromey.com>
2674
2675 PR python/18852:
2676 * gdb.python/py-parameter.exp: Add test for parameter that throws
2677 on "set".
2678
fd3ba736
TT
26792018-09-23 Tom Tromey <tom@tromey.com>
2680
2681 PR python/17284:
2682 * gdb.python/py-template.exp (test_template_arg): Add test for
2683 negative template argument number.
2684
39a24317
TT
26852018-09-23 Tom Tromey <tom@tromey.com>
2686
2687 PR python/14062:
2688 * gdb.python/python.exp: Add test for post_event error.
2689
f5769a2c
TT
26902018-09-23 Tom Tromey <tom@tromey.com>
2691
2692 PR python/18170:
2693 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2694 convert pointers to int and long.
2695
1c1e54f6
TT
26962018-09-23 Tom Tromey <tom@tromey.com>
2697
2698 PR python/20126:
2699 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2700 signed-ness conversion tests.
2701
fb4fa946
TT
27022018-09-23 Tom Tromey <tom@tromey.com>
2703
2704 PR python/18352;
2705 * gdb.python/py-value.exp (test_float_conversion): New proc.
2706 Use it.
2707
a466edac
HAQ
27082018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2709
2710 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2711
4ee9b0c5
SL
27122018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2713
2714 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2715 no readline.
2716 * gdb.base/utf8-identifiers.exp: Likewise.
2717 * gdb.cp/cpcompletion.exp: Likewise.
2718 * gdb.linespec/cpcompletion.exp: Likewise.
2719 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2720 * gdb.linespec/cpls-ops.exp: Likewise.
2721
23be8da7
RB
27222018-09-19 Richard Bunt <richard.bunt@arm.com>
2723 Chris January <chris.january@arm.com>
2724
2725 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2726 * gdb.fortran/short-circuit-argument-list.exp: New file.
2727 * gdb.fortran/short-circuit-argument-list.f90: New test.
2728
5031d0ae
SDJ
27292018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2730
2731 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2732 "arch=" keyword when executing "-stack-list-frames".
2733
b4c0d1a4
SDJ
27342018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2735
2736 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2737 "arch=" keyword when executing "-stack-list-frames".
2738
7a6d2b45
SDJ
27392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2740
2741 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2742 break ada".
2743
8588b356
SM
27442018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2745
2746 PR python/23669
2747 * gdb.python/python.exp: Test gdb.execute("show commands").
2748
65e65158
TT
27492018-09-16 Tom Tromey <tom@tromey.com>
2750
2751 * gdb.base/new-ui.exp (do_execution_tests): Update.
2752 * gdb.base/dbx.exp (test_breakpoints): Update.
2753
bf326452
AH
27542018-09-14 Alan Hayward <alan.hayward@arm.com>
2755
2756 * lib/gdb.exp (gdb_simple_compile): Add proc.
2757 (is_elf_target): Use gdb_simple_compile.
2758 (skip_altivec_tests): Likewise.
2759 (skip_vsx_tests): Likewise.
2760 (skip_tsx_tests): Likewise.
2761 (skip_btrace_tests): Likewise.
2762 (skip_btrace_pt_tests): Likewise.
2763 (gdb_can_simple_compile): Likewise.
2764 (gdb_has_argv0): Likewise.
2765 (gdb_target_symbol_prefix): Likewise.
2766 (target_supports_scheduler_locking): Likewise.
2767
2361b0fb
TT
27682018-09-13 Tom Tromey <tom@tromey.com>
2769
2770 * Makefile.in (TAGS): Recognize proc_with_prefix and
2771 gdb_caching_proc.
2772
0ae1a321
SM
27732018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2774
2775 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2776 method.
2777
a40bf0c2
SM
27782018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2779
2780 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2781 and a few other Inferior properties when the Inferior is no
2782 longer valid.
2783
4a3fe98f
TT
27842018-09-13 Tom Tromey <tom@tromey.com>
2785
2786 PR rust/23650:
2787 * gdb.rust/simple.exp: Add test for enum field access error.
2788
098b2108
TT
27892018-09-13 Tom Tromey <tom@tromey.com>
2790
2791 PR rust/23626:
2792 * gdb.rust/simple.rs (EmptyEnum): New type.
2793 (main): Use it.
2794 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2795
1256af7d
SM
27962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2797
2798 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2799 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2800 * gdb.python/py-symtab.exp: Update test printing an objfile.
2801
4aa8e6c2
SM
28022018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2803
2804 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2805 object.
2806
c221b2f7
AH
28072018-09-12 Alan Hayward <alan.hayward@arm.com>
2808
2809 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2810 (support_complex_tests): Use gdb_can_simple_compile.
2811 (is_ilp32_target): Likewise.
2812 (is_lp64_target): Likewise.
2813 (is_64_target): Likewise.
2814 (is_amd64_regs_target): Likewise.
2815 (is_aarch32_target): Likewise.
2816 (gdb_int128_helper): Likewise.
2817
6f1107b5
JK
28182018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2819
2820 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2821
1f5d1570
JG
28222018-09-10 Jerome Guitton <guitton@adacore.com>
2823
2824 * gdb.ada/same_component_name: Add test for case of tagged record
2825 with variable-length fields.
2826
cc330e39
XR
28272018-09-10 Xavier Roirand <roirand@adacore.com>
2828
2829 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2830 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2831 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2832 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2833
b9c50e9a
XR
28342018-09-10 Xavier Roirand <roirand@adacore.com>
2835
2836 * gdb.ada/mi_string_access.exp: New testcase.
2837 * gdb.ada/mi_string_access/bar.adb: New file.
2838 * gdb.ada/mi_string_access/pck.adb: New file.
2839 * gdb.ada/mi_string_access/pck.asd: New file.
2840
2963898f
XR
28412018-09-10 Xavier Roirand <roirand@adacore.com>
2842
2843 * gdb.ada/mi_var_union.exp: New testcase.
2844 * gdb.ada/mi_var_union/bar.adb: New file.
2845 * gdb.ada/mi_var_union/pck.adb: New file.
2846 * gdb.ada/mi_var_union/pck.asd: New file.
2847
1aac008f
TT
28482018-09-08 Tom Tromey <tom@tromey.com>
2849
2850 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2851
332cf4c9
TT
28522018-09-08 Tom Tromey <tom@tromey.com>
2853
2854 PR python/16047:
2855 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2856 (register_pretty_printers): Register new printer.
2857 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2858 test.
2859 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2860 (an_int_type3): New global.
2861
424da6cf
JB
28622018-09-08 Joel Brobecker <brobecker@adacore.com>
2863
2864 * gdb.ada/expr_with_funcall: New testcase.
2865
2a62dfa9
JB
28662018-09-08 Joel Brobecker <brobecker@adacore.com>
2867
2868 * gdb.ada/packed_array_assign: New testcase.
2869
96b6697f
AB
28702018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2871
2872 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2873 names, and add test prefixes to make test names unique.
2874
e4a62c65
TV
28752018-09-05 Tom de Vries <tdevries@suse.de>
2876
2877 * gdb.dwarf2/varval.exp: Add test.
2878
dd083ee2
GB
28792018-09-04 Gary Benson <gbenson@redhat.com>
2880
2881 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2882 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2883
aef9346c
TT
28842018-08-31 Tom Tromey <tom@tromey.com>
2885
2886 * gdb.rust/simple.rs: Rename second variable "v".
2887
c67f2e15
AB
28882018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.base/funcargs.c (use_a): New function.
2891 (recurse): Call use_a.
2892
078a0207
KS
28932018-08-29 Keith Seitz <keiths@redhat.com>
2894
2895 * gdb.compile/compile-cplus-anonymous.cc: New file.
2896 * gdb.compile/compile-cplus-anonymous.exp: New file.
2897 * gdb.compile/compile-cplus-array-decay.cc: New file.
2898 * gdb.compile/compile-cplus-array-decay.exp: New file.
2899 * gdb.compile/compile-cplus-inherit.cc: New file.
2900 * gdb.compile/compile-cplus-inherit.exp: New file.
2901 * gdb.compile/compile-cplus-member.cc: New file.
2902 * gdb.compile/compile-cplus-member.exp: New file.
2903 * gdb.compile/compile-cplus-method.cc: New file.
2904 * gdb.compile/compile-cplus-method.exp: New file.
2905 * gdb.compile/compile-cplus-mod.c: "New" file.
2906 * gdb.compile/compile-cplus-namespace.cc: New file.
2907 * gdb.compile/compile-cplus-namespace.exp: New file.
2908 * gdb.compile/compile-cplus-nested.cc: New file.
2909 * gdb.compile/compile-cplus-nested.exp: New file.
2910 * gdb.compile/compile-cplus-print.c: "New" file.
2911 * gdb.compile/compile-cplus-print.exp: "New" file.
2912 * gdb.compile/compile-cplus-virtual.cc: New file.
2913 * gdb.compile/compile-cplus-virtual.exp: New file.
2914 * gdb.compile/compile-cplus.c: "New" file.
2915 * gdb.compile/compile-cplus.exp: "New" file.
2916 * lib/compile-support.exp: New file.
2917
b0f492b9
GB
29182018-08-16 Gary Benson <gbenson@redhat.com>
2919
2920 PR gdb/13000:
2921 * gdb.base/batch-exit-status.exp: New file.
2922 * gdb.base/batch-exit-status.good-commands: Likewise.
2923 * gdb.base/batch-exit-status.bad-commands: Likewise.
2924
36eb4c5f
AH
29252018-08-29 Alan Hayward <alan.hayward@arm.com>
2926
2927 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2928 (struct struct02): Likewise.
2929 (struct struct03): Likewise.
2930 (struct struct04): Likewise.
2931 (struct struct_01_01): New struct.
2932 (struct struct_01_02): Likewise.
2933 (struct struct_01_03): Likewise.
2934 (struct struct_01_04): Likewise.
2935 (struct struct_02_01): Likewise.
2936 (struct struct_02_02): Likewise.
2937 (struct struct_02_03): Likewise.
2938 (struct struct_02_04): Likewise.
2939 (struct struct_04_01): Likewise.
2940 (struct struct_04_02): Likewise.
2941 (struct struct_04_03): Likewise.
2942 (struct struct_04_04): Likewise.
2943 (struct struct_05_01): Likewise.
2944 (struct struct_05_02): Likewise.
2945 (struct struct_05_03): Likewise.
2946 (struct struct_05_04): Likewise.
2947 (cmp_struct01): Remove function.
2948 (cmp_struct02): Likewise.
2949 (cmp_struct03): Likewise.
2950 (cmp_struct04): Likewise.
2951 (cmp_struct_01_01): Add Function.
2952 (cmp_struct_01_02): Likewise.
2953 (cmp_struct_01_03): Likewise.
2954 (cmp_struct_01_04): Likewise.
2955 (cmp_struct_02_01): Likewise.
2956 (cmp_struct_02_02): Likewise.
2957 (cmp_struct_02_03): Likewise.
2958 (cmp_struct_02_04): Likewise.
2959 (cmp_struct_04_01): Likewise.
2960 (cmp_struct_04_02): Likewise.
2961 (cmp_struct_04_03): Likewise.
2962 (cmp_struct_04_04): Likewise.
2963 (cmp_struct_05_01): Likewise.
2964 (cmp_struct_05_02): Likewise.
2965 (cmp_struct_05_03): Likewise.
2966 (cmp_struct_05_04): Likewise.
2967 (call_all): Add new structs.
2968 * gdb.base/infcall-nested-structs.exp: Likewise.
2969
3bf9c013
JV
29702018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2971
2972 * gdb.python/py-framefilter-mi.exp: Update regexp to
2973 check for "arch" field in frame output.
2974
450d1e88
KB
29752018-08-23 Kevin Buettner <kevinb@redhat.com>
2976
2977 * gdb.dwarf2/dw2-ranges-func.c: New file.
2978 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2979
ae739fe7
SM
29802018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2981
2982 * gdb.base/term.exp: Compare terminal settings with values from
2983 the inferior.
2984 * gdb.base/term.c: Get and set terminal settings.
2985
6d52907e
JV
29862018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2987
2988 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2989 accommodate new "arch" field in frame output.
2990 * gdb.mi/mi-return.exp: Likewise.
2991 * gdb.mi/mi-stack.exp: Likewise.
2992 * gdb.mi/mi-syn-frame.exp: Likewise.
2993 * gdb.mi/user-selected-context-sync.exp: Likewise.
2994
be2d111a
MS
29952018-08-19 Michael Spang <spang@google.com>
2996
2997 PR gdb/11786
2998 * gdb.base/gcore-tls-pie.c: New file.
2999 * gdb.base/gcore-tls-pie.exp: New file.
3000
ae3a7c47
KB
30012018-08-18 Kevin Buettner <kevinb@redhat.com>
3002
3003 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3004 * gdb.dwarf2/varval.c: New file.
3005 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3006
2ecae92e
AH
30072018-08-17 Alan Hayward <alan.hayward@arm.com>
3008
3009 PR gdb/18931
3010 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3011
c1854f1d
KS
30122018-08-16 Keith Seitz <keiths@redhat.com>
3013
3014 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3015 tests expected to pass.
3016
26fb3983
JV
30172018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3018
3019 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3020 -data-disassemble -a.
3021 (test_disassembly_bogus_args): Likewise.
3022
67943c00
AB
30232018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3024
3025 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3026
5ff2bbae
AB
30272018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * gdb.base/vla-optimized-out.exp: Add new test.
3030
e5bbcd0f
AB
30312018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.base/vla-optimized-out-o3.exp: Delete.
3034 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3035 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3036 deleted tests.
3037
9d4a934c
AB
30382018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 PR gdb/18050:
3041 * gdb.server/extended-remote-restart.c: New file.
3042 * gdb.server/extended-remote-restart.exp: New file.
3043
045cf012
SM
30442018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3045
3046 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3047 "set variable index = 42".
3048
87d6a7aa
SM
30492018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3050
3051 * boards/index-cache-gdb.exp: New file.
3052 * gdb.dwarf2/index-cache.exp: New file.
3053 * gdb.dwarf2/index-cache.c: New file.
3054 * gdb.base/maint.exp: Check if we are using the index cache.
3055
96d68bd4
RO
30562018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3057
3058 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3059 MAKEFLAGS.
3060
5a699617
RO
30612018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3062
3063 * dg-extract-results.sh: Move to toplevel contrib.
3064 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3065 * Makefile.in (check-parallel-racy): Likewise.
3066
5bd18990
AB
30672018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3070 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3071 tests if the target supports scheduler locking.
3072
3fbbcf47
TV
30732018-08-04 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3076
3e1d3d8c
TT
30772018-08-02 Tom Tromey <tom@tromey.com>
3078
3079 PR symtab/16842.
3080 * gdb.cp/temargs.exp: Test "info address" of a template
3081 parameter.
3082
5abe0f0c
JV
30832018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3084
3085 * gdb.python/py-mi-var-info-path-expression.c: New file.
3086 * gdb.python/py-mi-var-info-path-expression.py: New file.
3087 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3088
fb66cde8
SDJ
30892018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3090
3091 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3092 error after "cannot resolve name" string.
3093
c708f4d2
AB
30942018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3097 started.
3098 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3099
37cc0cae
TV
31002018-07-28 Tom de Vries <tdevries@suse.de>
3101
3102 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3103
63b4ecf7
TV
31042018-07-26 Tom de Vries <tdevries@suse.de>
3105
3106 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3107
3c3bb058
AB
31082018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3109
3110 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3111 is visible.
3112
9e7f3bbb
TV
31132018-07-26 Tom de Vries <tdevries@suse.de>
3114
3115 PR breakpoints/23366
3116 * gdb.base/catch-follow-exec.c: New test.
3117 * gdb.base/catch-follow-exec.exp: New file.
3118
16f808ec
TV
31192018-07-25 Tom de Vries <tdevries@suse.de>
3120
3121 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3122 vla-optimized-out.c.
3123
d7154a8d
JV
31242018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3125
3126 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3127 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3128
232a0032
TV
31292018-07-20 Tom de Vries <tdevries@suse.de>
3130
3131 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3132 NOCLONE macro.
3133 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3134
fbb1d502
TV
31352018-07-19 Tom de Vries <tdevries@suse.de>
3136
3137 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3138 regular expression.
3139
42dc7699
TV
31402018-07-18 Tom de Vries <tdevries@suse.de>
3141
3142 * gdb.base/vla-optimized-out.c: New test.
3143 * gdb.base/vla-optimized-out.exp: New file.
3144
7f1f7e23
SDJ
31452018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3146
3147 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3148 message "No address associated with hostname" when gdbserver
3149 cannot resolve the hostname.
3150
5759ebb3
PW
31512018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3152
3153 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3154 Add some test prefixes to make tests unique.
3155
3606ccab
PW
31562018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3157
3158 * gdb.base/frameapply.c: New file.
3159 * gdb.base/frameapply.exp: New file.
3160
529c08b2
PW
31612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3162
3163 * gdb.base/skip.exp: Update expected error message.
3164
c7ab0aef
SDJ
31652018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3166 Jan Kratochvil <jan.kratochvil@redhat.com>
3167 Paul Fertser <fercerpav@gmail.com>
3168 Tsutomu Seki <sekiriki@gmail.com>
3169
3170 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3171 parameter.
3172 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3173 by default.
3174 * boards/native-gdbserver.exp: Likewise.
3175 * gdb.server/run-without-local-binary.exp: Improve regexp used
3176 for detecting when a remote debugging connection succeeds.
3177 * gdb.server/server-connect.exp: New file.
3178 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3179 Do not prefix the port number with ":".
3180 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3181 support for detecting and using it. Add '$debughost_gdbserver'
3182 to the list of arguments used to start gdbserver. Handle case
3183 when gdbserver cannot resolve a network name.
3184
16ff70dd
SDJ
31852018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3186
3187 PR c++/23373
3188 * gdb.base/ptype-offsets.cc (struct static_member): New
3189 struct.
3190 (main) <stmember>: New variable.
3191 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3192 with a static member in it.
3193
3541979f
AB
31942018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3197 watchpoints enabled and disabled.
3198
c8ad9b9a
AB
31992018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.base/examine-backward.exp: Still run tests around address
3202 0x0, even if address 0x0 is not readable. Update the pattern for
3203 matching address 0x0 in expected output.
3204
e0e5e971
AB
32052018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3208 malloc/free.
3209
1ea5da02
TV
32102018-07-04 Tom de Vries <tdevries@suse.de>
3211
3212 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3213
471b9d15
MR
32142018-07-02 Maciej W. Rozycki <macro@mips.com>
3215
3216 PR tdep/8282
3217 * gdb.arch/mips-disassembler-options.exp: New test.
3218 * gdb.arch/mips-disassembler-options.s: New test source.
3219
75acb486
PA
32202018-06-29 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.threads/names.exp: Adjust expected "info threads" output.
3223
cd2bb709
PA
32242018-06-29 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.opt/inline-break.exp (line number, address): Add "info
3227 break" tests.
3228
991ff292
PA
32292018-06-29 Pedro Alves <palves@redhat.com>
3230
3231 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3232 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3233 number and address and running to them.
3234
356819b6 32352018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3236
3237 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3238
2512d7ef
JK
32392018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3240
3241 * lib/compiler.c: Remove executable permission flag.
3242
be1b6474
RB
32432018-06-28 Richard Bunt <richard.bunt@arm.com>
3244
3245 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3246 code.
3247 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3248
291f9a96
PT
32492018-06-28 Petr Tesarik <ptesarik@suse.cz>
3250
3251 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3252
ed6dfe51
PT
32532018-06-28 Petr Tesarik <ptesarik@suse.cz>
3254
3255 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3256 address argument is omitted.
3257
d4d429d5
PT
32582018-06-28 Petr Tesarik <ptesarik@suse.cz>
3259
3260 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3261
7ab6656f
OJ
32622018-06-27 Omair Javaid <omair.javaid@linaro.org>
3263
3264 PR gdb/21695
3265 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3266 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3267
a33ccfc7
TT
32682018-06-26 Tom Tromey <tom@tromey.com>
3269
3270 PR rust/22574:
3271 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3272 * gdb.rust/simple.rs (struct SimpleLayout): New.
3273
6d72d289
SM
32742018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3275
3276 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3277 "info registers" output.
3278
8363f9d5
RB
32792018-06-21 Richard Bunt <richard.bunt@arm.com>
3280
3281 * gdb.base/watchpoint-hw-attach.c: New test.
3282 * gdb.base/watchpoint-hw-attach.exp: New file.
3283
f00674fe
SM
32842018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3285
3286 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3287 through /bin/sh.
3288 * boards/dwarf4-gdb-index.exp: Likewise.
3289 * boards/fission-dwp.exp: Likewise.
3290
1d554008
UW
32912018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3292
3293 * gdb.base/float128.exp: Add comment and improved fail message
3294 to the failure case of "print large128" test.
3295
d0ac1c44
SM
32962018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3297
3298 * configure.ac: Remove AC_PREREQ.
3299 * configure: Re-generate.
3300
61b04dd0
PA
33012018-06-19 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3304 (func_extern_caller): New.
3305 (main): Call func_extern_caller.
3306 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3307 logic change.
3308
f63b508a
SM
33092018-06-18 Weimin Pan <weimin.pan@oracle.com>
3310
3311 PR gdb/16841
3312 * gdb.cp/typedef-base.cc: New file.
3313 * gdb.cp/typedef-base.exp: New file.
3314
0fe3a558
TV
33152018-06-18 Tom de Vries <tdevries@suse.de>
3316
3317 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3318
7010835a
AB
33192018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3320 Richard Bunt <Richard.Bunt@arm.com>
3321
3322 * gdb.threads/attach-slow-waitpid.c: New file.
3323 * gdb.threads/attach-slow-waitpid.exp: New file.
3324 * gdb.threads/slow-waitpid.c: New file.
3325
14897d65
PA
33262018-06-14 Pedro Alves <palves@redhat.com>
3327
3328 * gdb.base/fork-running-state.c: Include <errno.h>.
3329 (exit_if_relative_exits): New.
3330 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3331 exits.
3332 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3333 child exits.
3334
5d9a0608
TV
33352018-06-14 Tom de Vries <tdevries@suse.de>
3336
3337 PR cli/22573
3338 * gdb.base/finish-pretty.c: New test.
3339 * gdb.base/finish-pretty.exp: New file.
3340
11ae5818
PA
33412018-06-14 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3344 gdb's expected startup output.
3345
1d39de44
PA
33462018-06-14 Pedro Alves <palves@redhat.com>
3347
3348 * lib/selftest-support.exp (selftest_setup): Remove inlined
3349 function handling.
3350
70ee0000
TV
33512018-06-14 Tom de Vries <tdevries@suse.de>
3352
3353 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3354 matching of breakpoint printing.
3355
11f4b608
TV
33562018-06-13 Tom de Vries <tdevries@suse.de>
3357
3358 PR testsuite/23269
3359 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3360 (fork_child): ... here, and ...
3361 (fork_parent): ... here.
3362
33632018-06-12 Tom de Vries <tdevries@suse.de>
3364
3365 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3366
9516f85a
AB
33672018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3368 Stephen Roberts <stephen.roberts@arm.com>
3369
3370 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3371 rewrite test to describe action performed, rather than possible
3372 failure.
3373
5045b3d7
GB
33742018-06-08 Gary Benson <gbenson@redhat.com>
3375
3376 * gdb.threads/check-libthread-db.exp: New file.
3377 * gdb.threads/check-libthread-db.c: Likewise.
3378
c61b06a1
TT
33792018-06-05 Tom Tromey <tom@tromey.com>
3380
3381 * gdb.base/default.exp: Update expected "show version" output.
3382
eb6af809
TT
33832018-06-05 Tom Tromey <tom@tromey.com>
3384
3385 PR cli/12326:
3386 * gdb.cp/static-print-quit.exp: Update.
3387 * lib/gdb.exp (pagination_prompt): Update.
3388 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3389 * gdb.python/python.exp: Update.
3390
178d6a63
JB
33912018-06-04 Joel Brobecker <brobecker@adacore.com>
3392
3393 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3394
8e817061
JB
33952018-06-01 Joel Brobecker <brobecker@adacore.com>
3396
3397 * gdb.ada/bp_fun_addr: New testcase.
3398
e86ca25f
TT
33992018-06-01 Tom Tromey <tom@tromey.com>
3400
3401 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3402 results.
3403 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3404 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3405 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3406 * gdb.base/maint.exp (maint_pass_if): Update.
3407
4b2dfa9d
MR
34082018-05-31 Maciej W. Rozycki <macro@mips.com>
3409
3410 * gdb.base/endian.exp: New test.
3411 * gdb.base/endian.c: New test source.
3412
45f25d6c
AB
34132018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 PR gdb/23203
3416 * gdb.base/bt-selected-frame.c: New file.
3417 * gdb.base/bt-selected-frame.exp: New file.
3418 * lib/gdb.exp (get_current_frame_number): New function.
3419
d9f6d7f8
MR
34202018-05-24 Maciej W. Rozycki <macro@mips.com>
3421 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.threads/tls-core.c: Include <stdlib.h>
3424 (thread_proc): Call `abort'.
3425 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3426 (tls_core_test): New procedure, bits factored out from ...
3427 (top level): ... here. Test both native cores and gcore cores.
3428
ff1cf532
TT
34292018-05-23 Tom Tromey <tom@tromey.com>
3430
3431 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3432
b98664d3
TT
34332018-05-23 Tom Tromey <tom@tromey.com>
3434
3435 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3436 symfile_complaints.
3437 (test_short_complaints): Likewise.
3438 (test_empty_complaints): Likewise.
3439 (test_initial_complaints): Update.
3440
4e9668d0
TT
34412018-05-23 Tom Tromey <tom@tromey.com>
3442
3443 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3444
43ba33c7
TT
34452018-05-23 Tom Tromey <tom@tromey.com>
3446
3447 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3448 (test_short_complaints): Update.
3449
035522c0
PA
34502018-05-22 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/remote.exp: Only gdb_start after compiling the
3453 testcase. Issue "disconnect" before testing "set remote" command
3454 defaults. Issue clean_restart before running to main.
3455
cc0be08f
PA
34562018-05-22 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.base/remote.exp: Adjust expected output of "show remote
3459 memory-write-packet-size". Add tests for "set remote
3460 memory-write-packet-size 0" and "set remote
3461 memory-write-packet-size fixed/limit".
3462
b1b60145
PA
34632018-05-22 Pedro Alves <palves@redhat.com>
3464
3465 PR gdb/22973
3466 * gdb.base/utf8-identifiers.c: New file.
3467 * gdb.base/utf8-identifiers.exp: New file.
3468
0ec848ad
PFC
34692018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3470
3471 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3472
2c3305f6
PFC
34732018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3474
3475 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3476
ce1e8424
TT
34772018-05-18 Tom Tromey <tom@tromey.com>
3478
3479 * gdb.base/ptype-offsets.exp: Update.
3480
ddfe970e
KS
34812018-05-17 Keith Seitz <keiths@redhat.com>
3482
3483 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3484 in expected breakpoint stop locations.
3485 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3486 move to proper scope to test variable values.
3487 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3488 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3489 New functions.
3490 (main): Call not_inline_func3.
3491 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3492 inline_func1, inline_func2, and inline_func3. Test that when each
3493 breakpoint is hit, GDB properly reports both the stop location
3494 and the backtrace. Repeat tests for temporary breakpoints.
3495
0726fcc6
MR
34962018-05-15 Maciej W. Rozycki <macro@mips.com>
3497
3498 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3499 rather then trying to access it in determining whether the PID
3500 of `gdbserver' could have been retrieved.
3501
8ee22052
AB
35022018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3503
3504 * gdb.arch/amd64-init-x87-values.S: New file.
3505 * gdb.arch/amd64-init-x87-values.exp: New file.
3506
7785df48
JK
35072018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3510
56bcdbea
TT
35112018-05-04 Tom Tromey <tom@tromey.com>
3512
3513 PR python/22730:
3514 * gdb.python/python.exp: Test multi-line execute.
3515
a913fffb
TT
35162018-05-04 Tom Tromey <tom@tromey.com>
3517
3518 PR python/22731:
3519 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3520
7a2c85f2
TT
35212018-05-04 Tom Tromey <tom@tromey.com>
3522
3523 PR gdb/11750:
3524 * gdb.base/define.exp: Test defining a user command inside a user
3525 command.
3526 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3527
a3b60e45
JK
35282018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3529 Pedro Alves <palves@redhat.com>
3530
3531 PR breakpoints/19806 and support for PR external/20207.
3532 * gdb.base/watchpoint-unaligned.c: New file.
3533 * gdb.base/watchpoint-unaligned.exp: New file.
3534
45fe4a03
AB
35352018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * gdb.base/maint.exp: Make test names unique, use
3538 test_prefix_command_help to test 'help maint info', and remove
3539 repeated test of 'help maint'.
3540
9be2ae8f
TT
35412018-05-04 Tom Tromey <tom@tromey.com>
3542
3543 PR gdb/22619:
3544 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3545 behavior.
3546
11859c31
AB
35472018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3548
3549 * gdb.base/maint.exp: Process output from 'maint print registers'
3550 line at a time.
3551
089a9490
AB
35522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3555 timeout.
3556
9b0797e2
AB
35572018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3560 filter pattern.
3561
f6ac5f3d
PA
35622018-05-02 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3565 to_log_command renames.
3566 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3567
77d3c63b
TT
35682018-05-02 Tom Tromey <tom@tromey.com>
3569
3570 * gdb.python/py-parameter.exp: Set test message.
3571
0489430a
TT
35722018-05-02 Tom Tromey <tom@tromey.com>
3573
3574 PR python/20084:
3575 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3576 PARAM_ZUINTEGER_UNLIMITED tests.
3577
1632f8ba
DR
35782018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3579
3580 PR rust/23124
3581 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3582 when casting.
3583
6d7bb824
TT
35842018-04-30 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.python/py-type.exp: Check align attribute.
3587 * gdb.python/py-type.c: New "aligncheck" global.
3588
007e1530
TT
35892018-04-30 Tom Tromey <tom@tromey.com>
3590
3591 PR exp/17095:
3592 * gdb.dwarf2/dw2-align.exp: New file.
3593 * gdb.cp/align.exp: New file.
3594 * gdb.base/align.exp: New file.
3595 * lib/gdb.exp (gdb_int128_helper): New proc.
3596 (has_int128_c, has_int128_cxx): New caching procs.
3597
6873858b
TT
35982018-04-27 Tom Tromey <tom@tromey.com>
3599
3600 PR rust/22545:
3601 * gdb.rust/simple.exp: Add inclusive range tests.
3602
79188d8d
PA
36032018-04-26 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3606 ifunc breakpoint locations correctly of ifunc breakpoints set
3607 while the program resolves the ifunc.
3608
c7075ad5
PA
36092018-04-26 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.base/gnu-ifunc-final.c: New file.
3612 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3613 * gdb.base/gnu-ifunc.exp (executable): Delete.
3614 (staticexecutable): Adjust.
3615 (lib_opts, exec_opts): Delete.
3616 (make_binsuffix, build, set-break): New procedures.
3617 (misc_tests): New, with tests factored out from the top level.
3618 (top level): Test different combinations of ifunc resolver name,
3619 resolver with and with debug info, and ifunc target with and
3620 without debug info. Wrap static tests with with_target_prefix.
3621
8388016d
PA
36222018-04-26 Pedro Alves <palves@redhat.com>
3623
3624 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3625 return type" warnings.
3626
249b5733
PA
36272018-04-25 Pedro Alves <palves@redhat.com>
3628
3629 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3630 killed".
3631 * gdb.base/kill-after-signal.exp: Likewise.
3632 * gdb.threads/kill.exp: Likewise.
3633
f67c0c91
SDJ
36342018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3635 Sergio Durigan Junior <sergiodj@redhat.com>
3636 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3639 regexps to expect for '[Inferior ... detached]' as well.
3640 * gdb.base/attach.exp: Likewise.
3641 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3642 "gdb_continue_to_end".
3643 (test_catch_syscall_with_wrong_args): Likewise.
3644 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3645 ']'. Don't set 'verbose' on.
3646 * gdb.base/foll-vfork.exp: Likewise.
3647 * gdb.base/fork-print-inferior-events.c: New file.
3648 * gdb.base/fork-print-inferior-events.exp: New file.
3649 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3650 '[Inferior ... has been killed]' message.
3651 * gdb.base/kill-after-signal.exp: Likewise.
3652 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3653 detach message.
3654 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3655 message.
3656 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3657 regexps to expect for '[Inferior ... detached]' as well.
3658 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3659
0a8ddac4
SM
36602018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3661
3662 PR gdb/23104
3663 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3664
d27d16bf
RB
36652018-04-19 Richard Bunt <richard.bunt@arm.com>
3666
3667 * gdb.threads/multiple-successive-infcall.c: New test.
3668 * gdb.threads/multiple-successive-infcall.exp: New file.
3669
a037790e
TT
36702018-04-17 Tom Tromey <tom@tromey.com>
3671
3672 * gdb.rust/simple.rs (Union): New type.
3673 (main): New local "u".
3674 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3675
e3a91079
AA
36762018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3677
3678 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3679 number information in output of "whereis" command.
3680 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3681
b744723f
AA
36822018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3683
3684 * gdb.ada/info_types.exp: Adjust expected output to the line
3685 numbers now printed by "info var/func/type".
3686 * gdb.base/completion.exp: Likewise.
3687 * gdb.base/included.exp: Likewise.
3688 * gdb.cp/cp-relocate.exp: Likewise.
3689 * gdb.cp/cplusfuncs.exp: Likewise.
3690 * gdb.cp/namespace.exp: Likewise.
3691 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3692
4a4495d6
MM
36932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3694
3695 * gdb.btrace/cpu.exp: New.
3696
1d509aa6
MM
36972018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3698
3699 * gdb.base/step-indirect-call-thunk.exp: New.
3700 * gdb.base/step-indirect-call-thunk.c: New.
3701 * gdb.reverse/step-indirect-call-thunk.exp: New.
3702 * gdb.reverse/step-indirect-call-thunk.c: New.
3703
6295b6da
SM
37042018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3705
3706 * gdb.base/pie-fork.c: New file.
3707 * gdb.base/pie-fork.exp: New file.
3708
50146e70
TT
37092018-04-11 Tom Tromey <tom@tromey.com>
3710
3711 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3712
f50d8a2e
PA
37132018-04-10 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3716 exits. Instead loop running forever.
3717 (fork_parent): Run forever too.
3718
a0be7a36
SM
37192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3720
3721 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3722 mi_continue_to_line.
3723 * gdb.mi/mi-stack.c (callee4): Add comment.
3724
9b73db36
SM
37252018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3726
3727 * gdb.mi/mi-stack.exp: Fix indentation.
3728
c912f608
SM
37292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3730
3731 PR gdb/22979
3732 * gdb.arch/amd64-osabi.exp: New file.
3733
26540402
SM
37342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3735
3736 PR gdb/22980
3737 * gdb.base/osabi.exp: New file.
3738
121ad66c 37392018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3740
3741 * gdb.cp/static-typedef-print.exp: New file.
3742 * gdb.cp/static-typedef-print.cc: New file.
3743
3fcded8f
JB
37442018-03-27 Joel Brobecker <brobecker@adacore.com>
3745
3746 * gdb.ada/varsize_limit: New testcase.
3747
59cc4834
JB
37482018-03-27 Joel Brobecker <brobecker@adacore.com>
3749
3750 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3751
3752 * gdb.ada/notcplusplus: New testcase.
3753
3754 * gdb.base/c-linkage-name.c: New file.
3755 * gdb.base/c-linkage-name.exp: New testcase.
3756
4ca59a9f
TT
37572018-03-26 Tom Tromey <tom@tromey.com>
3758
3759 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3760 * gdb.python/py-framefilter.py (name_error): New global.
3761 (ErrorInName.function): Use name_error.
3762
978d6c75
TT
37632018-03-26 Tom Tromey <tom@tromey.com>
3764
3765 PR backtrace/15582:
3766 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3767
b7fee5a3
KS
37682018-03-23 Keith Seitz <keiths@redhat.com>
3769
3770 PR c++/22968
3771 * gdb.cp/subtypes.exp: New file.
3772 * gdb.cp/subtypes.h: New file.
3773 * gdb.cp/subtypes.cc: New file.
3774 * gdb.cp/subtypes-2.cc: New file.
3775
376be529
AB
37762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3777
3778 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3779 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3780 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3781 -nostartfiles when compiling the test. Confirm that all registers
3782 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3783
066cfa98
AB
37842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3785
3786 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3787 option, syntax was wrong anyway.
3788 * gdb.arch/arm-disp-step.exp: Likewise.
3789 * gdb.arch/sparc64-regs.exp: Likewise.
3790 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3791 option, syntax was wrong anyway, switch to use
3792 prepare_for_testing.
3793 * gdb.arch/i386-disp-step.exp: Likewise.
3794
079670b9
AA
37952018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3796
3797 * gdb.ada/exec_changed.exp: Replace "target_info exists
3798 use_gdb_stub" by "use_gdb_stub".
3799 * gdb.ada/start.exp: Likewise.
3800 * gdb.base/async-shell.exp: Likewise.
3801 * gdb.base/attach-pie-misread.exp: Likewise.
3802 * gdb.base/attach-wait-input.exp: Likewise.
3803 * gdb.base/break-entry.exp: Likewise.
3804 * gdb.base/break-interp.exp: Likewise.
3805 * gdb.base/dprintf-detach.exp: Likewise.
3806 * gdb.base/nostdlib.exp: Likewise.
3807 * gdb.base/solib-nodir.exp: Likewise.
3808 * gdb.base/statistics.exp: Likewise.
3809 * gdb.base/testenv.exp: Likewise.
3810 * gdb.mi/mi-exec-run.exp: Likewise.
3811 * gdb.mi/mi-start.exp: Likewise.
3812 * gdb.multi/dummy-frame-restore.exp: Likewise.
3813 * gdb.multi/multi-arch-exec.exp: Likewise.
3814 * gdb.multi/multi-arch.exp: Likewise.
3815 * gdb.multi/tids.exp: Likewise.
3816 * gdb.multi/watchpoint-multi.exp: Likewise.
3817 * gdb.python/py-events.exp: Likewise.
3818 * gdb.threads/attach-into-signal.exp: Likewise.
3819 * gdb.threads/attach-stopped.exp: Likewise.
3820 * gdb.threads/threadapply.exp: Likewise.
3821 * lib/selftest-support.exp: Likewise.
3822
26d6cec4
AA
38232018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3824
3825 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3826
4ee89e90
SR
38272018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3828
3829 * gdb.perf/template-breakpoints.cc: New file.
3830 * gdb.perf/template-breakpoints.exp: New file.
3831 * gdb.perf/template-breakpoints.py: New file.
3832
92630041
TT
38332018-03-19 Tom Tromey <tom@tromey.com>
3834
3835 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3836 y0.
3837 * gdb.rust/simple.exp: Test bare identifier form of struct
3838 initializer.
3839
76727919
TT
38402018-03-19 Tom Tromey <tom@tromey.com>
3841
3842 * gdb.gdb/observer.exp: Remove.
3843
194ed413
AA
38442018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3845
3846 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3847 "qualified" option when setting breakpoints.
3848 * gdb.trace/backtrace.exp: Likewise.
3849 * gdb.trace/circ.exp: Likewise.
3850 * gdb.trace/collection.exp: Likewise.
3851 * gdb.trace/disconnected-tracing.exp: Likewise.
3852 * gdb.trace/ftrace-lock.exp: Likewise.
3853 * gdb.trace/ftrace.exp: Likewise.
3854 * gdb.trace/infotrace.exp: Likewise.
3855 * gdb.trace/packetlen.exp: Likewise.
3856 * gdb.trace/passc-dyn.exp: Likewise.
3857 * gdb.trace/qtro.exp: Likewise.
3858 * gdb.trace/read-memory.exp: Likewise.
3859 * gdb.trace/report.exp: Likewise.
3860 * gdb.trace/signal.exp: Likewise.
3861 * gdb.trace/status-stop.exp: Likewise.
3862 * gdb.trace/strace.exp: Likewise.
3863 * gdb.trace/tfind.exp: Likewise.
3864 * gdb.trace/trace-break.exp: Likewise.
3865 * gdb.trace/trace-condition.exp: Likewise.
3866 * gdb.trace/trace-mt.exp: Likewise.
3867 * gdb.trace/tstatus.exp: Likewise.
3868 * gdb.trace/tsv.exp: Likewise.
3869 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3870 * gdb.trace/unavailable.exp: Likewise.
3871 * gdb.trace/while-dyn.exp: Likewise.
3872
8b067d2c
AA
38732018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3874
3875 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3876 that libinproctrace is copied to the target.
3877
3ae9ce5d
TT
38782018-03-14 Tom Tromey <tom@tromey.com>
3879
3880 PR cli/14977:
3881 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3882 a null pointer.
3883 * gdb.base/wchar.exp: Likewise.
3884
b8c2339b
TT
38852018-03-14 Tom Tromey <tom@tromey.com>
3886
3887 PR cli/19918:
3888 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3889 flag.
3890
4872dc46
SM
38912018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3892
3893 PR gdb/22841
3894 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3895 "target" to remote_exec.
3896
e4fe3756
SM
38972018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3898
3899 PR gdb/22841
3900 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3901 ${board}_upload): Remove.
3902
e95a97d4
AA
39032018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3904
3905 * gdb.cp/watch-cp.cc: New test.
3906 * gdb.cp/watch-cp.exp: New file.
3907
dbbb1059
AB
39082018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3909
3910 * gdb.base/infcall-nested-structs.exp: New file.
3911 * gdb.base/infcall-nested-structs.c: New file.
3912 * gdb.base/float.exp: Add riscv support.
3913
ecc054c0
TP
39142018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3915
3916 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3917 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3918
25e3c82c
SDJ
39192018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3920
3921 * gdb.server/abspath.exp: New file.
3922 * lib/gdb.exp (with_cwd): New procedure.
3923
3083294d
SM
39242018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3925
3926 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3927 use it.
3928 (gdb_is_target_remote_prompt): New proc.
3929 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3930 (gdb_is_target_native): Pass prompt parameter to
3931 gdb_is_target_1.
3932
3275ef47
SM
39332018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3934
3935 * gdb.base/load-command.c: New file.
3936 * gdb.base/load-command.exp: New file.
3937 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3938 (gdb_is_target_1): ...this, and generalize for other targets
3939 than just remote.
3940 (gdb_is_target_remote): Use gdb_is_target_1.
3941 (gdb_is_target_native): use gdb_is_target_1.
3942
6893c19a
TT
39432018-02-26 Tom Tromey <tom@tromey.com>
3944
3945 PR python/16497:
3946 * gdb.python/py-framefilter.exp: Update test.
3947
2ddeaf8a
TT
39482018-02-26 Tom Tromey <tom@tromey.com>
3949
3950 * gdb.dwarf2/variant.c: New file.
3951 * gdb.dwarf2/variant.exp: New file.
3952
c9317f21
TT
39532018-02-26 Tom Tromey <tom@tromey.com>
3954
3955 * gdb.rust/simple.exp: Accept more possible results in enum test.
3956
6f6d0c26
SM
39572018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3958
3959 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3960 parentheses.
3961
11b03145
MR
39622018-02-23 Maciej W. Rozycki <macro@mips.com>
3963
3964 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3965 name of a variable: $actual_linejj -> $actual_line.
3966
54a27fe5
JB
39672018-02-21 John Baldwin <jhb@FreeBSD.org>
3968
3969 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3970
de65820c
MM
39712018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3972
3973 * gdb.btrace/buffer-size.exp: Do not force BTS.
3974
980548fd
PA
39752018-02-14 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3978 getting a "Quit".
3979
c4e12631
MM
39802018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3981
3982 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3983 Fix test name.
3984
c2e0e465
SM
39852018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3986
3987 * gdb.cp/m-static.exp: Check type of optimized out static
3988 member.
3989
f7216783
AB
39902018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3993 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3994
0625771b
LS
39952018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3996 Leszek Swirski <leszeks@google.com>
3997
3998 * gdb.python/py-prettyprint.c
3999 (struct to_string_returns_value_inner,
4000 struct to_string_returns_value_wrapper): New.
4001 (main): Add tsrvw variable.
4002 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4003 ToStringReturnsValueWrapper): New classes.
4004 (register_pretty_printers): Register new pretty-printers.
4005 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4006 recursive pretty printer.
4007 * gdb.python/py-mi.exp: Likewise.
4008
59498c30
LS
40092018-02-01 Leszek Swirski <leszeks@google.com>
4010
4011 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4012 functions with the same name as an include file are parsed
4013 correctly.
4014
d4d38844
YQ
40152018-02-01 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4018 "\[^\r\n\]*".
4019
07e5f5cf
NP
40202018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4021
4022 * gdb.arch/powerpc-prologue-frame.s: New file.
4023 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4024 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4025
929b5ad4
JB
40262018-01-31 Joel Brobecker <brobecker@adacore.com>
4027
4028 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4029
e671cd59
PA
40302018-01-30 Pedro Alves <palves@redhat.com>
4031
4032 PR gdb/13211
4033 * gdb.base/interrupt-daemon.c: New.
4034 * gdb.base/interrupt-daemon.exp: New.
4035 * gdb.multi/multi-term-settings.c: New.
4036 * gdb.multi/multi-term-settings.exp: New.
4037
fc413dc4
JB
40382018-01-30 Joel Brobecker <brobecker@adacore.com>
4039
4040 * gdb.base/break.exp: Save the location where the breakpoint
4041 on break.c:47 was actually inserted when debugging the version
4042 compiled at -O2 and use it in the expected output of the "info
4043 break" test performed soon after.
4044
5c319bb2
PA
40452018-01-22 Pedro Alves <palves@redhat.com>
4046 Sergio Durigan Junior <sergiodj@redhat.com>
4047
4048 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4049 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4050
a9e40818
JB
40512018-01-22 Joel Brobecker <brobecker@adacore.com>
4052
4053 * gdb.base/break-include.c, gdb.base/break-include.inc,
4054 gdb.base/break-include.exp: New files.
4055 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4056 line number now being the actual line number where the breakpoint
4057 was inserted.
4058 * gdb.mi/mi-break.exp: Likewise.
4059 * gdb.mi/mi-reverse.exp: Likewise.
4060 * gdb.mi/mi-simplerun.exp: Ditto.
4061
e707fc44
AB
40622018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4063
4064 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4065 varobj.
4066 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4067
ae451627
AB
40682018-01-21 Don Breazeal <donb@codesourcery.com>
4069 Andrew Burgess <andrew.burgess@embecosm.com>
4070
4071 * gdb.mi/basics.c: Add new global.
4072 * gdb.mi/mi-frame-regs.exp: New file.
4073 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4074 case.
4075
b1b189e0
AB
40762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4077
4078 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4079 non-parameter, and on an unknown symbol.
4080
fcfcc376
TT
40812018-01-19 Tom Tromey <tom@tromey.com>
4082
4083 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4084 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4085
634c1c31
AA
40862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4087
4088 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4089 setrlimit and chdir to int.
4090
d6ad07fd
AA
40912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4092
4093 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4094 function.
4095 (my_tend): Likewise.
4096 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4097 rationale of avoiding FP- and vector instructions.
4098
adf8243b
RK
40992018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4100
4101 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4102 "info reg" with "\[ \t\]*".
4103 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4104 "\[ \t\]+".
4105 * gdb.arch/s390-multiarch.exp: Ditto.
4106 * gdb.base/pc-fp.exp: Ditto.
4107 * gdb.reverse/i386-precsave.exp: Ditto.
4108 * gdb.reverse/i386-reverse.exp: Ditto.
4109 * gdb.reverse/i387-env-reverse.exp: Ditto.
4110 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4111
dcc06925
AA
41122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4113
4114 * lib/gdb.exp (gdb_compile): Re-enable use of
4115 universal_compile_options for languages other than Rust.
4116
25d4fd80
AA
41172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4118
4119 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4120
ee7f689e 41212018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4122
4123 PR gdb/16577
4124 * gdb.base/solib-vanish.exp: New.
4125 * gdb.base/solib-vanish-main.c: New.
4126 * gdb.base/solib-vanish-lib1.c: New.
4127 * gdb.base/solib-vanish-lib2.c: New.
4128
d8447b6b
YQ
41292018-01-17 Yao Qi <yao.qi@linaro.org>
4130
4131 * gdb.compile/compile.exp: Match the address printed for
4132 frame in the output of command "bt".
4133
86d6a90c
TT
41342018-01-15 Tom Tromey <tom@tromey.com>
4135
4136 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4137 compute sp_reg.
4138
cbcdb1aa
AB
41392018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4140
4141 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4142 to prepare.
4143 (prepare): Return 0 on error, 1 on success.
4144
eea61984
PA
41452018-01-12 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.base/continue-after-aborted-step-over.c: New.
4148 * gdb.base/continue-after-aborted-step-over.exp: New.
4149
6181e9c2
SM
41502018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4151
4152 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4153 options when not creating an executable.
4154
3cada740
PA
41552018-01-11 Pedro Alves <palves@redhat.com>
4156
4157 PR remote/22597
4158 * gdb.server/stop-reply-no-thread.c: New file.
4159 * gdb.server/stop-reply-no-thread.exp: New file.
4160
c63d3e8d
PA
41612018-01-10 Pedro Alves <palves@redhat.com>
4162
4163 PR gdb/22670
4164 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4165 functions too. Test setting breakpoints and printing C functions
4166 with no debug info too.
4167 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4168
d4c2a405
PA
41692018-01-10 Pedro Alves <palves@redhat.com>
4170
4171 PR gdb/22670
4172 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4173 a fail.
4174
8825213e
PA
41752018-01-10 Pedro Alves <palves@redhat.com>
4176
4177 PR gdb/22670
4178 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4179
605fd3c6
YQ
41802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4181
4182 * gdb.server/unittest.exp: Match the output in non-development
4183 mode.
4184
1e5ded6c
YQ
41852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4186
4187 * gdb.gdb/unittest.exp: Match output in non-development mode.
4188
30066b0b
JB
41892018-01-08 Joel Brobecker <brobecker@adacore.com>
4190
4191 * gdb.ada/access_tagged_param.exp: Relax expected output
4192 for value of "ObjL" in "continue" to pck.inspect breakpoint
4193 test.
4194
04bafb1e
XR
41952018-01-08 Joel Brobecker <brobecker@adacore.com>
4196
9f86398b
JB
4197 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4198 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4199
e379cee6
PA
42002018-01-05 Pedro Alves <palves@redhat.com>
4201
4202 PR gdb/18653
4203 * gdb.base/libsegfault.exp: New.
4204
de63c46b
PA
42052018-01-05 Joel Brobecker <brobecker@adacore.com>
4206
4207 PR gdb/22670
4208 * gdb.ada/access_tagged_param.exp: New file.
4209 * gdb.ada/access_tagged_param/foo.adb: New file.
4210
f98fc17b
PA
42112018-01-05 Pedro Alves <palves@redhat.com>
4212
4213 PR gdb/22670
4214 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4215 exercise lower case too, and to exercise both full matching and
4216 wild matching.
4217
342f8240
JB
42182018-01-05 Joel Brobecker <brobecker@adacore.com>
4219
4220 * gdb.ada/rename_subscript_param: New testcase.
4221
7150d33c
JG
42222018-01-05 Jerome Guitton <guitton@adacore.com>
4223
4224 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4225
cc0e770c
JB
42262018-01-05 Joel Brobecker <brobecker@adacore.com>
4227
4228 * gdb.ada/convvar_comp: New testcase.
4229
672a41aa 42302018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4231
4232 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4233 (My_Table): New global variable.
4234 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4235
7365ec2f
JB
42362018-01-04 Joel Brobecker <brobecker@adacore.com>
4237
4238 PR gdb/22670
4239 * gdb.ada/maint_with_ada: New testcase.
4240
289483b6
JB
42412018-01-04 Joel Brobecker <brobecker@adacore.com>
4242
4243 PR gdb/22670
4244 * gdb.ada/bp_c_mixed_case: New testcase.
4245
344420da
JB
42462018-01-04 Joel Brobecker <brobecker@adacore.com>
4247
4248 PR gdb/22670
4249 * gdb.ada/complete.exp: Add "complete break ada" test.
4250
66fc87a0
JB
42512018-01-04 Joel Brobecker <brobecker@adacore.com>
4252
4253 PR gdb/22670
4254 * gdb.ada/info_addr_mixed_case: New testcase.
4255
9f757bf7
XR
42562018-01-03 Xavier Roirand <roirand@adacore.com>
4257
4258 * gdb.ada/excep_handle.exp: New testcase.
4259 * gdb.ada/excep_handle/foo.adb: New file.
4260 * gdb.ada/excep_handle/pck.ads: New file.
4261
bd570f80
JB
42622018-01-03 Joel Brobecker <brobecker@adacore.com>
4263
4264 * gdb.base/step-line.c: Add extra empty line in copyright header.
4265 * gdb.base/step-line.inp: Likewise.
4266
9fe561ab
JB
42672018-01-02 Joel Brobecker <brobecker@adacore.com>
4268
4269 * gdb.ada/dyn_stride.exp: Add slice test.
4270
a405673c
JB
42712018-01-02 Joel Brobecker <brobecker@adacore.com>
4272
4273 * gdb.ada/dyn_stride: New testcase.
4274
cef0f868
SH
42752017-12-27 Stafford Horne <shorne@gmail.com>
4276
4277 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4278 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4279
b67d92b0
SH
42802017-12-27 Stafford Horne <shorne@gmail.com>
4281
4282 * gdb.base/reggroups.c: New file.
4283 * gdb.base/reggroups.exp: New file.
4284
eccab96d
JB
42852017-12-18 Joel Brobecker <brobecker@adacore.com>
4286
4287 * gdb.dwarf2/ada-valprint-error.c: New file.
4288 * gdb.dwarf2/ada-valprint-error.exp: New file.
4289
0e2da9f0
JB
42902017-12-18 Joel Brobecker <brobecker@adacore.com>
4291
4292 * gdb.ada/assign_arr: New testcase.
4293
cb923fcc
XR
42942017-12-18 Xavier Roirand <roirand@adacore.com>
4295
4296 * gdb.ada/funcall_ptr: New testcase.
4297
7c161838
SDJ
42982017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4299
4300 PR cli/16224
4301 * gdb.base/ptype-offsets.cc: New file.
4302 * gdb.base/ptype-offsets.exp: New file.
4303
1af17fd9
YQ
43042017-12-15 Yao Qi <yao.qi@linaro.org>
4305
4306 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4307 if XML is disabled.
4308
828d5846
XR
43092017-12-15 Xavier Roirand <roirand@adacore.com>
4310
4311 * gdb.ada/same_component_name: New testcase.
4312
79e8fcaa
JB
43132017-12-14 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.ada/str_binop_equal: New testcase.
4316
e05fa6f9
JB
43172017-12-14 Joel Brobecker <brobecker@adacore.com>
4318
4319 * gdb.ada/task_switch_in_core: New testcase.
4320
b89641ba
SM
43212017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4322
4323 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4324 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4325 call test_bkpt_qualified.
4326 (test_bkpt_qualified): New proc.
4327
6892d2e4
PA
43282017-12-13 Pedro Alves <palves@redhat.com>
4329
4330 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4331 Tighten regexp by matching with an anchor.
4332
a22ecf70
PA
43332017-12-13 Pedro Alves <palves@redhat.com>
4334
4335 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4336 ("expression with namespace"): New set of tests.
4337 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4338 (Nested::Test_NS::qux): New.
4339 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4340 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4341
9937536c
JB
43422017-12-13 Joel Brobecker <brobecker@adacore.com>
4343
4344 * gdb.base/server-del-break.c: New file.
4345 * gdb.base/server-del-break.exp: New file.
4346
fe49c6f5
SH
43472017-12-12 Stafford Horne <shorne@gmail.com>
4348
4349 * gdb.xml/tdesc-regs.exp: Add or1k support.
4350
c3d18620
SH
43512017-12-12 Stafford Horne <shorne@gmail.com>
4352
4353 * gdb.base/bp-permanent.c: Define nop of or1k.
4354
c5f9cfc8
JB
43552017-12-11 Joel Brobecker <brobecker@adacore.com>
4356
4357 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4358 output with components being reordered.
4359
a9c135fc
JB
43602017-12-11 Joel Brobecker <brobecker@adacore.com>
4361
4362 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4363 output with components being reordered.
4364
927aa2e7
JK
43652017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4366 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.base/maint.exp (check for .gdb_index): Check also for
4369 .debug_names.
4370 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4371 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4372 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4373 (.gdb_index used after symbol reloading): Support also .debug_names.
4374 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4375
f17d9474
YQ
43762017-12-08 Yao Qi <yao.qi@linaro.org>
4377
4378 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4379 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4380
a0de8c21
YQ
43812017-12-08 Yao Qi <yao.qi@linaro.org>
4382
4383 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4384 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4385
a738ea1d
YQ
43862017-12-08 Yao Qi <yao.qi@linaro.org>
4387
4388 * gdb.arch/aarch64-tagged-pointer.c: New file.
4389 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4390
1cd9a73b
SDJ
43912017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4392
4393 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4394 "int".
4395
fa6eb693
KS
43962017-12-07 Keith Seitz <keiths@redhat.com>
4397
4398 PR breakpoints/22569
4399 * gdb.linespec/ls-errs.exp: Change expected result of "break
4400 -source this file has spaces.c -line 3".
4401 Check that an explicit source file followed by whitespace is
4402 identified as an invalid explicit location.
4403
883fd55a
KS
44042017-12-07 Keith Seitz <keiths@redhat.com>
4405
4406 * gdb.cp/nested-types.cc: New file.
4407 * gdb.cp/nested-types.exp: New file.
4408 * lib/cp-support.exp: Load data-structures.exp library.
4409 (debug_cp_test_ptype_class): New global.
4410 (cp_ptype_class_verbose, next_line): New procedures.
4411 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4412 Add and document new return value.
4413 Switch the list of lines to a queue.
4414 Add support for new `type' key for nested type definitions.
4415 Add debugging/troubleshooting messages.
4416 * lib/data-structures.exp: New file.
4417
ec72db3e
SM
44182017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4419
4420 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4421 with proc_with_prefix, don't use with_test_prefix.
4422
99598d71
TT
44232017-12-07 Tom Tromey <tom@tromey.com>
4424
4425 * gdb.base/break.exp: Add test for empty "commands".
4426
a8806230
YQ
44272017-12-07 Yao Qi <yao.qi@linaro.org>
4428
4429 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4430 malloc and catch syscall.
4431
824cc835
PM
44322017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4433
e79be6e5 4434 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4435 tests for explicit locations.
4436
7cc244de
PA
44372017-12-06 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4440 force-disabling XML descriptions.
4441
50a1fdd5
PA
44422017-12-04 Pedro Alves <palves@redhat.com>
4443
4444 PR gdb/22499
4445 * gdb.arch/amd64-disp-step-avx.S: New file.
4446 * gdb.arch/amd64-disp-step-avx.exp: New file.
4447
f0fb2488
PA
44482017-12-03 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4451 and <string.h>.
4452 (parent_function): Print distinct messages when waitpid fails, or
4453 the child exits with a signal, or the child exits for an unhandled
4454 reason.
4455 * gdb.threads/process-dies-while-detaching.exp
4456 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4457 it. Wait for both inferior output and GDB's prompt. Use an
4458 indirect spawn id list.
4459 (do_detach): New parameter 'child_exit'. Use it to compute
4460 expected inferior output.
4461 (test_detach, test_detach_watch, test_detach_killed_outside):
4462 Adjust to pass down the expected child exit kind.
4463
97cbe998
SDJ
44642017-12-01 Joel Brobecker <brobecker@adacore.com>
4465 Sergio Durigan Junior <sergiodj@redhat.com>
4466 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4469
40fc416f
SDJ
44702017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4471
4472 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4473 to 'symbol-file' and 'add-symbol-file' can be
4474 position-independent.
4475
1cc75e92
YQ
44762017-12-01 Yao Qi <yao.qi@linaro.org>
4477
4478 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4479 the URL in copyright header.
4480 * gdb.arch/aarch64-fp.exp: Likewise.
4481 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4482 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4483 * gdb.base/expand-psymtabs.exp: Likewise.
4484 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4485 * gdb.fortran/common-block.exp: Likewise.
4486 * gdb.fortran/common-block.f90: Likewise.
4487 * gdb.fortran/logical.exp: Likewise.
4488 * gdb.fortran/vla-datatypes.f90: Likewise.
4489 * gdb.fortran/vla-sub.f90: Likewise.
4490
875fb7a7
JB
44912017-11-30 Joel Brobecker <brobecker@adacore.com>
4492
4493 * gdb.ada/repeat_dyn: New testcase.
4494
6f14765f
UW
44952017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4496
4497 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4498 Update for changed thread numbering.
4499 * gdb.cell/bt.exp: Update for changed GDB output.
4500
f1af7b94
SM
45012017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4502
4503 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4504 setting isremote by hand.
4505 * boards/dwarf4-gdb-index.exp: Likewise.
4506 * boards/fission.exp: Likewise.
4507 * boards/stabs.exp: Likewise.
4508
e3919f3e
PA
45092017-11-30 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.linespec/cpls-ops.exp
4512 (check_explicit_skips_function_argument): Extract the underlying
4513 type of size_t instead of hardcoding it.
4514
bd69330d
PA
45152017-11-29 Pedro Alves <palves@redhat.com>
4516
4517 PR c++/19436
4518 * gdb.linespec/cpls-abi-tag.cc: New file.
4519 * gdb.linespec/cpls-abi-tag.exp: New file.
4520
a20714ff
PA
45212017-11-29 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/langs.exp: Use -qualified.
4524 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4525 it.
4526 * gdb.cp/namespace.exp: Use -qualified.
4527 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4528 (overload-3, template-overload, template-ret-type, const-overload)
4529 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4530 procedures.
4531 (test_driver): Call them.
4532 * gdb.cp/save-bp-qualified.cc: New.
4533 * gdb.cp/save-bp-qualified.exp: New.
4534 * gdb.linespec/explicit.exp: Test -qualified.
4535 * lib/completion-support.exp (completion::explicit_opts_list): Add
4536 "-qualified".
4537 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4538
f6f1d339
PM
45392017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4540
4541 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4542
02ca603a
TT
45432017-11-29 Tom Tromey <tom@tromey.com>
4544
4545 * gdb.base/relocate.exp: Update invalid argument test.
4546 Add new tests for invalid arguments.
4547
ed6c0bfb
TP
45482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4549
4550 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4551 Return 0 as a long.
4552 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4553
f106e10e
TP
45542017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4555
4556 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4557 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4558 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4559 func ().
4560 * gdb.cp/shadow.cc (B.func): Return 0.
4561
10329bb2
JB
45622017-11-27 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4565 expected output in gdb_expect call to allow the exception
4566 message to be present as well. Fix syntax confusion to avoid
4567 TCL thinking that exception_name is an array.
4568
617cd4bc
UW
45692017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4570
4571 * gdb.arch/spu-info.c: Include <unistd.h>.
4572 (do_signal_test): Fix broken calls to write.
4573 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4574 Fix checks for empty mailboxes. Update signal tests for corrected
4575 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4576 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4577 * gdb.cell/arch.exp: Use standard_output_file.
4578 * gdb.cell/break.exp: Likewise.
4579 * gdb.cell/bt.exp: Likewise.
4580 * gdb.cell/core.exp: Likewise.
4581 * gdb.cell/dwarfaddr.exp: Likewise.
4582 * gdb.cell/ea-cache.exp: Likewise.
4583 * gdb.cell/ea-standalone.exp: Likewise.
4584 * gdb.cell/f-regs.exp: Likewise.
4585 * gdb.cell/fork.exp: Likewise.
4586 * gdb.cell/gcore.exp: Likewise.
4587 * gdb.cell/mem-access.exp: Likewise.
4588 * gdb.cell/ptype.exp: Likewise.
4589 * gdb.cell/registers.exp: Likewise.
4590 * gdb.cell/sizeof.exp: Likewise.
4591 * gdb.cell/solib-symbol.exp: Likewise.
4592 * gdb.cell/solib.exp: Likewise.
617cd4bc 4593
a81aaca0
PA
45942017-11-25 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.base/complete-empty.exp: New file.
4597 * gdb.base/completion.exp: Adjust.
4598
6a3c6ee4
PA
45992017-11-25 Pedro Alves <palves@redhat.com>
4600
4601 * gdb.linespec/cpls-ops.cc: New file.
4602 * gdb.linespec/cpls-ops.exp: New file.
4603 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4604 factored out from ...
4605 (test_complete_prefix_range): ... this.
4606
8955eb2d
PA
46072017-11-24 Pedro Alves <palves@redhat.com>
4608
4609 * gdb.linespec/cpcompletion.exp: New file.
4610 * gdb.linespec/cpls-hyphen.cc: New file.
4611 * gdb.linespec/cpls.cc: New file.
4612 * gdb.linespec/cpls2.cc: New file.
4613 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4614 test to use test_gdb_complete_unique. Add label completion,
4615 keyword completion and explicit location completion tests.
4616 * lib/completion-support.exp: New file.
4617
e547c119
JB
46182017-11-24 Joel Brobecker <brobecker@adacore.com>
4619
4620 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4621 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4622 when hitting an exception catchpoint.
4623
7c3c1aa8
YQ
46242017-11-22 Yao Qi <yao.qi@linaro.org>
4625
4626 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4627
41bd68f5
SM
46282017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4629
4630 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4631 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4632 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4633
1daad298
YQ
46342017-11-22 Yao Qi <yao.qi@linaro.org>
4635
4636 * gdb.base/info-os.exp: Pass pthreads.
4637 * gdb.multi/multi-attach.exp: Likewise.
4638
88465e87
YQ
46392017-11-22 Yao Qi <yao.qi@linaro.org>
4640
4641 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4642 compiler.
4643
dc196b23
YQ
46442017-11-22 Yao Qi <yao.qi@linaro.org>
4645
4646 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4647 * gdb.base/break-interp.exp: Likewise.
4648 * gdb.base/jit-attach-pie.exp: Likewise.
4649
2400729e
UW
46502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4651
4652 * gdb.base/float128.c (large128): New variable.
4653 * gdb.base/float128.exp: Add test to print largest __float128 value.
4654
7a26362d
UW
46552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4656
4657 * gdb.arch/vsx-regs.exp: Update register content checks.
4658
ed0f4273
UW
46592017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4660
4661 * gdb.arch/ppc-longdouble.exp: New file.
4662 * gdb.arch/ppc-longdouble.c: Likewise.
4663
a25d69c6
PA
46642017-11-21 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4667
73fcf641
PA
46682017-11-20 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4671 (long_double_typedef): New typedefs.
4672 Use DEF on double and long double.
4673 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4674 cases.
4675 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4676 and 'long_double_ptr_same_size' locals. Use them to decide
4677 whether cast from array/function to float is valid/invalid.
4678
71a3c369
TT
46792017-11-17 Tom Tromey <tom@tromey.com>
4680
4681 * gdb.rust/traits.rs: New file.
4682 * gdb.rust/traits.exp: New file.
4683
ced9779b
JB
46842017-11-17 Joel Brobecker <brobecker@adacore.com>
4685
4686 * gdb.ada/minsyms: New testcase.
4687
a0922d80
PA
46882017-11-16 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4691 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4692
ea04e54c
PA
46932017-11-16 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4696 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4697
e849ea89
PA
46982017-11-16 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.server/reconnect-ctrl-c.c: New file.
4701 * gdb.server/reconnect-ctrl-c.exp: New file.
4702
d8ae99a7
PM
47032017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4704
4705 * gdb.python/py-rbreak.exp: New file.
4706 * gdb.python/py-rbreak.c: New file.
4707 * gdb.python/py-rbreak-func2.c: New file.
4708
968a13f8
PA
47092017-11-16 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4712 pattern.
4713 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4714 GDB.
4715
71774bc9
SM
47162017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4717
4718 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4719 regex.
4720
ddbb44cf
SM
47212017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4722
4723 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4724 test names.
4725
584a564f
PA
47262017-11-09 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4729 factored out from ...
4730 (top level): ... here, and adjusted to avoid expecting beyond the
4731 prompt in a single gdb_test_multiple.
4732
5ed7a928
PA
47332017-11-09 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4736 output.
4737 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4738 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4739 * gdb.server/ext-run.exp ("kill" test): Likewise.
4740 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4741
a60e0738
PA
47422017-11-09 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4745 match till end of line.
4746
2c88253f
PA
47472017-11-09 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4750
c7a38517
PA
47512017-11-09 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4754 New procedures, factored out from ...
4755 (top level): ... here, and adjusted to avoid expecting beyond the
4756 prompt in one go.
4757
f29f4b6b
PA
47582017-11-09 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4761 output. Fix '?' match.
4762
286acbb5
JB
47632017-11-08 Joel Brobecker <brobecker@adacore.com>
4764
4765 * gdb.ada/scoped_watch: New testcase.
4766 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4767 which is actually correct.
4768 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4769 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4770
62d7ae92
PA
47712017-11-08 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.gdb/complaints.exp (test_initial_complaints)
4774 (test_serial_complaints, test_short_complaints): Call
4775 complaint_internal instead of complaint.
4776
280ca31f
DT
47772017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4778
4779 * gdb.threads/tls-core.c: New file.
4780 * gdb.threads/tls-core.exp: Likewise.
4781
b5ec771e
PA
47822017-11-08 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4785 (p Exported_Capitalized): New test.
4786 (p exported_capitalized): New test.
4787
a02b41a7
PA
47882017-11-07 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4791
95e95a6d
PA
47922017-11-07 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4795 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4796 (disable_invalid, disable_inverted, disable_negative): New
4797 procedures.
4798 ("bad numbers"): New set of tests.
4799
cee62dbd
PA
48002017-11-07 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.cp/ena-dis-br-range.exp: Add tests.
4803
cc638e86
PA
48042017-11-07 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4807
d0fe4701
XR
48082017-11-07 Xavier Roirand <roirand@adacore.com>
4809 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.base/ena-dis-br.exp: Add reference to
4812 gdb.cp/ena-dis-br-range.exp.
4813 * gdb.cp/ena-dis-br-range.exp: New file.
4814 * gdb.cp/ena-dis-br-range.cc: New file.
4815
46f67f80
PA
48162017-11-06 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/attach-non-pgrp-leader.c: New.
4819 * gdb.base/attach-non-pgrp-leader.exp: New.
4820
726e1356
PA
48212017-11-06 Pedro Alves <palves@redhat.com>
4822
4823 * configure.ac: No longer check for termio.h and sgtty.h.
4824 * configure: Regenerate.
4825 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4826 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4827 Remove termio and sgtty code.
4828
50ab6ace
YQ
48292017-11-03 Yao Qi <yao.qi@linaro.org>
4830
4831 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4832 in GDB is disabled.
4833
8e68731c
YQ
48342017-11-03 Yao Qi <yao.qi@linaro.org>
4835
4836 * gdb.python/py-thrhandle.exp: Skip it if python is not
4837 enabled.
4838
3a87ae65
SM
48392017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4840
4841 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4842 as a breakpoint command.
4843
484d8d36
MD
48442017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4845
4846 PR python/21213
4847 * gdb.python/py-infthread.exp: Test calling
4848 InferiorThread.inferior () multiple times in a row.
4849
4a27f119
KS
48502017-10-27 Keith Seitz <keiths@redhat.com>
4851
4852 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4853 Test "info break" for every inlined function breakpoint.
4854
bb11dd58
YQ
48552017-10-27 Yao Qi <yao.qi@linaro.org>
4856
4857 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4858
a43f3893
PF
48592017-10-26 Patrick Frants <osscontribute@gmail.com>
4860
4861 * gdb.cp/classes.exp (test_static_members): Test printing
4862 Outer::instance.
4863 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4864 (Inner::instance, Outer::instance): New.
4865
792ccf00
PA
48662017-10-24 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4869 extra console" test in two stages.
4870
eb2bfbad
PA
48712017-10-24 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4874
1f75a651
PA
48752017-10-24 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4878 loop.
4879
779990d9
PA
48802017-10-24 Pedro Alves <palves@redhat.com>
4881
4882 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4883 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4884
ad9b8f5d
PA
48852017-10-24 Pedro Alves <palves@redhat.com>
4886
4887 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4888 parameter and handle it. Don't output read value in test name.
4889
fee6da6e
PA
48902017-10-24 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4893 custom test name.
4894
10389c2c
PA
48952017-10-24 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4898 include the unstable output directory name in the test's name.
4899 (initial_setup_simple) <'set args'>: Use custom test name.
4900
a80e65a9
PA
49012017-10-24 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4904 with explicit test name.
4905
15763a09
PA
49062017-10-20 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4909 'wait -i'. Use gdb_assert and remote_close.
4910
49a4ce2e
AB
49112017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4914 number from variable rather than hard-coded.
4915
a75868f5
PA
49162017-10-19 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/long-inferior-output.c: New file.
4919 * gdb.base/long-inferior-output.exp: New file.
4920
c8ba13ad
KS
49212017-11-18 Keith Seitz <keiths@redhat.com>
4922
4923 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4924 method.
4925 (main): Call it.
4926 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4927 Add additional user-defined conversion operator tests.
4928
b27de576
PA
49292017-10-17 Pedro Alves <palves@redhat.com>
4930
4931 * boards/native-stdio-gdbserver.exp: Load "local-board".
4932
8484c955
PA
49332017-10-17 Pedro Alves <palves@redhat.com>
4934
4935 * gdb.base/quit-live.c: New file.
4936 * gdb.base/quit-live.exp: New file.
4937
83d5a34d
KS
49382017-10-16 Keith Seitz <keiths@redhat.com>
4939
4940 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4941 (class_with_protected_typedef, class_with_private_typedef)
4942 (struct_with_public_typedef, struct_with_protected_typedef)
4943 (struct_with_private_typedef): New classes/structs.
4944 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4945 typedefs and access specifiers.
4946
739b3f1d
PA
49472017-10-16 Pedro Alves <palves@redhat.com>
4948 Simon Marchi <simon.marchi@polymtl.ca>
4949
4950 * README (Local vs Remote vs Native): New section.
4951 * boards/local-board.exp: New file, with bits factored out from
4952 ...
4953 * boards/native-extended-gdbserver.exp: ... here. Load
4954 "local-board".
4955 * boards/native-gdbserver.exp: Load "local-board".
4956 (${board}_spawn, ${board}_exec): Delete.
4957 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4958 ...
4959 * boards/stdio-gdbserver-base.exp: ... this new file.
4960 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4961 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4962 procedure.
4963 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4964 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4965 stdio_gdbserver_command.
4966 (${board}_get_remote_address, ${board}_get_comm_port)
4967 (${board}_download, ${board}_upload): Delete.
4968 (get_target_remote_pipe_cmd): New.
4969
fe68b953
SM
49702017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4971
4972 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4973 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4974 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4975 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4976 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4977 remove with_test_prefix.
4978
300b6685
PA
49792017-10-13 Pedro Alves <palves@redhat.com>
4980
4981 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4982 * gdb.base/annota1.exp: Use it instead of is_remote.
4983 * gdb.base/annota3.exp: Use it instead of is_remote.
4984 * gdb.cp/annota2.exp: Use it instead of is_remote.
4985 * gdb.cp/annota3.exp: Use it instead of is_remote.
4986 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4987
50500caf
PA
49882017-10-13 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4991 (test_num_test_vars, run_and_count_vars, find_env)
4992 (test_set_unset_env, test_inherit_env_var): New procedures.
4993 (top level): Use them.
4994
dad0c6d2
PA
49952017-10-13 Pedro Alves <palves@redhat.com>
4996
4997 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4998 also skip on stub-like targets.
4999
8b0553c1
PA
50002017-10-13 Pedro Alves <palves@redhat.com>
5001
5002 PR gdb/22293
5003 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5004 (top level): Move some tests to ...
5005 (test_not_found): ... this new procedure.
5006 (top level): Call it.
5007
7594f623
PA
50082017-10-13 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5011 expect different "info terminal" output if testing with a
5012 non-native target.
5013
ebe3b402
PA
50142017-10-13 Pedro Alves <palves@redhat.com>
5015 Simon Marchi <simon.marchi@polymtl.ca>
5016
5017 PR python/12966
5018 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5019
42f1b161
PA
50202017-10-13 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5023 already.
5024
8d6ef72b
PA
50252017-10-13 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5028 is_remote.
5029
d7bcd5b8
PA
50302017-10-13 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5033 is_remote.
5034
df479dc6
PA
50352017-10-13 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5038 is set.
5039 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5040 instead of is_remote.
5041
23fb630a
PA
50422017-10-13 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5045 (top level): Add comment.
5046
cc77b1dc
PA
50472017-10-13 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/remote.exp (top level): Fix comment typo and add
5050 missing return.
5051
27c9e813
PA
50522017-10-13 Pedro Alves <palves@redhat.com>
5053 Simon Marchi <simon.marchi@polymtl.ca>
5054
5055 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5056 calls and add comments. Skip test if use_gdb_stub is set.
5057 (top level): Use "set cwd" command instead of "cd" command.
5058
5e830d98
PA
50592017-10-13 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5062 is_remote target check.
5063
f5ca0032
PA
50642017-10-13 Pedro Alves <palves@redhat.com>
5065
5066 * gdb.base/scope.exp: Use build_executable + clean_restart +
5067 gdb_file_cmd instead of prepare_for_testing and no longer skip
5068 "before run" tests on is_remote target boards. Update comments.
5069 * boards/native-extended-gdbserver.exp
5070 (extended_gdbserver_load_last_file): New, factored out from ...
5071 (gdb_load): ... this. Move further below and add comment.
5072 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5073
8aed1c0d
PA
50742017-10-12 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.base/attach.exp: Remove references to gdb64.
5077 * gdb.base/dbx.exp: Remove references to gdb64.
5078
cfa34c87
SM
50792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5080 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.base/label.exp: Remove is_remote target check.
5083
9192b7de
PA
50842017-10-12 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.base/auvx.exp (coredir): Update comment.
5087 (top level) <core_works>: Use "set cwd" command instead of "cd"
5088 command.
5089
6bf0052d
PA
50902017-10-12 Pedro Alves <palves@redhat.com>
5091 Simon Marchi <simon.marchi@polymtl.ca>
5092
5093 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5094 target boards.
5095
e48ef82d
PA
50962017-10-12 Pedro Alves <palves@redhat.com>
5097 Simon Marchi <simon.marchi@polymtl.ca>
5098
5099 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5100 Instead skip if there's any gdb_protocol set.
5101
8d7aea57
SM
51022017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5103 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5106
30440677
PA
51072017-10-12 Pedro Alves <palves@redhat.com>
5108 Simon Marchi <simon.marchi@polymtl.ca>
5109
5110 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5111 instead of on dejagnu remote boards.
5112
4e04f045 51132017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5114 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5115
5116 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5117 checks. Use build_executable + clean_restart instead of
5118 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5119 of enabling non-stop after starting gdb.
5120
871a186e
PA
51212017-10-12 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5124 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5125 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5126 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5127
56d704da
AK
51282017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5129
5130 * gdb.arch/arc-tdesc-cpu.exp: New file.
5131 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5132
2f20e312
SM
51332017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5134
5135 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5136
65630365
PA
51372017-10-10 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5140 expect CLI output.
5141
bf469271
PA
51422017-10-10 Pedro Alves <palves@redhat.com>
5143
5144 * lib/selftest-support.exp (selftest_setup): Update for
5145 captured_command_loop's prototype change.
5146
777a42f1
PA
51472017-10-09 Pedro Alves <palves@redhat.com>
5148
5149 Test both arch1=>arch2 and arch2=>arch1.
5150
5151 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5152 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5153 factored out to...
5154 (append_arch1_options, append_arch2_options, append_arch_options)
5155 (build_executables): New procedures.
5156 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5157 local.
5158 (top level): Add new 'first_arch' testing axis.
5159
cbd2b4e3
PA
51602017-10-09 Pedro Alves <palves@redhat.com>
5161
5162 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5163 (barrier): New.
5164 (thread_start, all_started): New functions.
5165 (main): Spawn new thread and wait until it is scheduled.
5166 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5167 option.
5168 (do_test): Add 'selected_thread' parameter. Run to all_started
5169 instead of main. Explicitly set the breakpoint at main. Switch
5170 to the SELECTED_THREAD thread.
5171 (top level): Test handling the exec event with either the main
5172 thread or the second thread selected.
5173
5c9e4427
PA
51742017-10-09 Pedro Alves <palves@redhat.com>
5175
5176 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5177 logic. Move STOP marker after the value checks.
5178 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5179 regexp.
5180
b3b7c423
SL
51812017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5182
5183 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5184
3b4b2f16
UW
51852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5186
5187 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5188 integer-to-dfp conversion.
5189 * gdb.base/dfp-test.exp: Likewise.
5190
5cd63fda
PA
51912017-10-04 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.multi/hangout.c: Include <unistd.h>.
5194 (hangout_loop): New function.
5195 (main): Call alarm. Call hangout_loop in a loop.
5196 * gdb.multi/hello.c: Include <unistd.h>.
5197 (hello_loop): New function.
5198 (main): Call alarm. Call hangout_loop in a loop.
5199 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5200 inferior with the other selected.
5201
4c71c105
SM
52022017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5203
5204 * gdb.mi/list-thread-groups-available.exp: New file.
5205 * gdb.mi/list-thread-groups-available.c: New file.
5206
bc3b087d
SDJ
52072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5208
5209 * gdb.base/set-cwd.exp: Make it available on
5210 native-extended-gdbserver.
5211
d092c5a2
SDJ
52122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5213
5214 * gdb.base/set-cwd.c: New file.
5215 * gdb.base/set-cwd.exp: Likewise.
5216
45320ffa
TT
52172017-10-02 Tom Tromey <tom@tromey.com>
5218
5219 PR rust/22236:
5220 * gdb.rust/simple.rs (main): New variable "fslice".
5221 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5222
b3e3859b
TT
52232017-10-02 Tom Tromey <tom@tromey.com>
5224
5225 * gdb.rust/simple.exp: Test ptype of a slice.
5226
01af5e0d
TT
52272017-10-02 Tom Tromey <tom@tromey.com>
5228
5229 * gdb.rust/simple.exp: Test index of slice.
5230
a9bbfbd8
TT
52312017-09-27 Tom Tromey <tom@tromey.com>
5232
5233 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5234
df8899e5
TP
52352017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5236 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.base/compare-sections.exp (get value of read-only section): Read
5239 as unsigned value.
5240 (corrupt read-only section): Likewise and don't set written if patching
5241 failed.
5242
757bf54b
KB
52432017-09-21 Kevin Buettner <kevinb@redhat.com>
5244
5245 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5246 files.
5247
06871ae8
PA
52482017-09-20 Pedro Alves <palves@redhat.com>
5249
5250 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5251 symbol names in gdb's output.
5252 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5253
e5f25bc5
PA
52542017-09-20 Pedro Alves <palves@redhat.com>
5255
5256 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5257 Rename to ...
5258 (test_list_ambiguous_symbol): ... this and add a symbol name
5259 parameter. Adjust.
5260 (test_list_ambiguous_function): Reimplement on top of
5261 test_list_ambiguous_symbol and also test listing ambiguous
5262 variables.
5263 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5264 (ambiguous_fun): ... this.
5265 (ambiguous_var): New.
5266 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5267 (ambiguous_fun): ... this.
5268 (ambiguous_var): New.
5269
4e5a4f58
JB
52702017-09-19 John Baldwin <jhb@FreeBSD.org>
5271
5272 * gdb.base/starti.c: New file.
5273 * gdb.base/starti.exp: New file.
5274 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5275
26e53f3e
PA
52762017-09-14 Pedro Alves <palves@redhat.com>
5277
5278 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5279 (top level): Use it instead of runto.
5280
cb791d59
TT
52812017-09-11 Tom Tromey <tom@tromey.com>
5282
5283 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5284
7c96f8c1
TT
52852017-09-11 Tom Tromey <tom@tromey.com>
5286
5287 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5288 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5289
469412dd
CW
52902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5291
5292 * gdb.fortran/printing-types.exp: New file.
5293 * gdb.fortran/printing-types.exp: New file.
5294
e0f86435
BH
52952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5296
5297 * gdb.fortran/vla-ptype.exp: Fix typos.
5298 * gdb.fortran/vla-value.exp: Same.
5299
9e9af4be
BH
53002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5301
5302 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5303 * gdb.mi/mi-var-child-f.exp: Likewise.
5304 * gdb.mi/mi-vla-fortran.exp: Likewise.
5305
a5ad232b 53062017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5307 Christoph Weinmann <christoph.t.weinmann@intel.com>
5308 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5309
5310 * gdb.fortran/ptr-indentation.f90: New file.
5311 * gdb.fortran/ptr-indentation.exp: New file.
5312
5aec60eb
TT
53132017-09-05 Tom Tromey <tom@tromey.com>
5314
5315 PR gdb/22010:
5316 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5317
8f8f8152
TP
53182017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5319
5320 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5321
fbd1b771
JK
53222017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5323
5324 * gdb.threads/tls-nodebug-pie.c: New file.
5325 * gdb.threads/tls-nodebug-pie.exp: New file.
5326
5eb5f850
TT
53272017-09-05 Tom Tromey <tom@tromey.com>
5328
5329 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5330 for rust.
5331
ae780a21
SM
53322017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5333
5334 * gdb.multi/multi-arch-exec.exp: Test with different
5335 "follow-exec-mode" settings.
5336 (do_test): New procedure.
5337
3693fdb3
PA
53382017-09-04 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.base/func-static.c (S::method const, S::method volatile)
5341 (S::method volatile const): New methods.
5342 (c_s, v_s, cv_s): New instances.
5343 (main): Call method() on them.
5344 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5345 (cannot_resolve): New procedure.
5346 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5347 print-quote-unquoted columns.
5348 (do_test): Test printing each scope too.
5349
e68cb8e0
PA
53502017-09-04 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.base/local-static.exp: Also test with
5353 class::method::variable wholly quoted.
5354 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5355
858be34c
PA
53562017-09-04 Pedro Alves <palves@redhat.com>
5357
5358 * gdb.base/local-static.c: New.
5359 * gdb.base/local-static.cc: New.
5360 * gdb.base/local-static.exp: New.
5361
46a4882b
PA
53622017-09-04 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.asm/asm-source.exp: Add casts to int.
5365 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5366 (dataglobal64_1, dataglobal64_2): New globals.
5367 * gdb.base/nodebug.exp: Test different expressions involving the
5368 new globals, with print, whatis and ptype. Add casts to int.
5369 * gdb.base/solib-display.exp: Add casts to int.
5370 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5371 * gdb.cp/m-static.exp: Add cast to int.
5372 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5373 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5374 tls variable with no debug info without a cast. Test with a cast
5375 to int too.
5376 * gdb.trace/entry-values.exp: Add casts.
5377
2c5a2be1
PA
53782017-09-04 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/nodebug.exp: Test that ptype's error about functions
5381 with unknown return type includes the function name too.
5382
7022349d
PA
53832017-09-04 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5386 return type of munmap in infcall.
5387 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5388 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5389 type of ftell in infcall.
5390 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5391 type of getpid in infcall.
5392 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5393 infcall.
5394 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5395 Bail on failure to extract the pid.
5396 * gdb.base/nodebug.c: #include <stdint.h>.
5397 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5398 New functions.
5399 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5400 Change expected output of print/whatis/ptype with functions with
5401 no debug info. Test all supported languages. Call
5402 test_call_promotion.
5403 * gdb.compile/compile.exp: Adjust expected output to expect
5404 warning.
5405 * gdb.threads/siginfo-threads.exp: Likewise.
5406
54990598
PA
54072017-09-04 Pedro Alves <palves@redhat.com>
5408
5409 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5410 "prototypes". Test calling float functions via prototyped and
5411 unprototyped function pointers.
5412 (perform_all_tests): New parameter "prototypes". Pass it down.
5413 (top level): Pass down "prototypes" parameter to
5414 perform_all_tests.
5415
34d16ea2
SM
54162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5417
5418 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5419 Test with nested loops.
5420
9521ecda
SM
54212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5422
5423 * gdb.base/commands.exp: Call the new procedures.
5424 (loop_break_test, loop_continue_test): New procedures.
5425
80a65e9b
SM
54262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5427
5428 * gdb.base/commands.exp: Call new procedure.
5429 (define_if_without_arg_test): New procedure.
5430
e439fa14
PA
54312017-09-04 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.base/list-ambiguous.exp: New file.
5434 * gdb.base/list-ambiguous0.c: New file.
5435 * gdb.base/list-ambiguous1.c: New file.
5436 * gdb.base/list.exp (test_list_range): Adjust expected output.
5437
0a2dde4a
SDJ
54382017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5439
5440 * gdb.base/share-env-with-gdbserver.c: New file.
5441 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5442
5e89eb3a
SM
54432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5444
5445 * gdb.base/commands.exp (gdbvar_simple_if_test,
5446 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5447 progvar_simple_if_test, progvar_simple_while_test,
5448 progvar_complex_if_while_test, user_defined_command_test,
5449 user_defined_command_args_eval,
5450 user_defined_command_args_stack_test,
5451 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5452 temporary_breakpoint_commands,
5453 gdb_test_no_prompt, redefine_hook_test,
5454 redefine_backtrace_test): Remove "global gdb_prompt".
5455
fd437cbc
SM
54562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5457
5458 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5459 New proc, call it from toplevel.
5460
87215ad1
SDJ
54612017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5462
5463 PR remote/21852
5464 * gdb.server/normal.c: New file, copied from gdb.base.
5465 * gdb.server/run-without-local-binary.exp: New file.
5466
58afddc6
WP
54672017-08-07 Weimin Pan <weimin.pan@oracle.com>
5468
5469 * gdb.arch/sparc64-adi.exp: New file.
5470 * gdb.arch/sparc64-adi.c: New file.
5471
5277199a
PA
54722017-08-22 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5475 (top level): Add "list all overloads" tests.
5476
14278e1f
TT
54772017-08-22 Tom Tromey <tom@tromey.com>
5478
5479 * gdb.gdb/xfullpath.exp: Remove.
5480
bf223d3e
PA
54812017-08-21 Pedro Alves <palves@redhat.com>
5482
5483 PR gdb/19487
5484 * gdb.base/symbol-alias.c: New.
5485 * gdb.base/symbol-alias2.c: New.
5486 * gdb.base/symbol-alias.exp: New.
5487
c973d0aa
PA
54882017-08-21 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.base/dfp-test.c
5491 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5492 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5493 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5494 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5495 * gdb.base/whatis-ptype-typedefs.c: New.
5496 * gdb.base/whatis-ptype-typedefs.exp: New.
5497 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5498 (an_int, an_int_type, an_int_type2): New globals.
5499 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5500 involving typedefs and cast expressions.
5501 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5502 (lookup_typedefs_function): New.
5503 (typedefs_pretty_printers_dict): New.
5504 (top level): Register lookup_typedefs_function in
5505 gdb.pretty_printers.
5506
6d580b63
YQ
55072017-08-18 Yao Qi <yao.qi@linaro.org>
5508
5509 * gdb.server/unittest.exp: New.
5510
206726fb
SDJ
55112017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5512
5513 PR gdb/21954
5514 * gdb.base/environ.exp: Add test to check if 'unset environment'
5515 works.
5516
bf0ec4c2
AA
55172017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5518
5519 * lib/gdb.exp (universal_compile_options): New caching proc.
5520 (gdb_compile): Suppress GCC's coloring of messages.
5521
d6382fff
TT
55222017-08-14 Tom Tromey <tom@tromey.com>
5523
5524 PR gdb/21675:
5525 * gdb.base/printcmds.exp (test_radices): New function.
5526 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5527 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5528 * lib/gdb.exp (get_integer_valueof): Use p/d.
5529
c2c2dd9f
SM
55302017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5531
5532 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5533 characters.
5534
fdffd6f4
TT
55352017-08-05 Tom Tromey <tom@tromey.com>
5536
5537 * gdb.rust/simple.exp: Allow String to appear in a different
5538 namespace.
5539
27d41eac
YQ
55402017-07-26 Yao Qi <yao.qi@linaro.org>
5541
5542 * gdb.gdb/unittest.exp: Invoke command
5543 "maintenance check xml-descriptions".
5544
031ed05d
AA
55452017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5546
5547 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5548 calling context.
5549 (hex128): Drop erroneous calculation of parameters.
5550
dcd27ddf
SM
55512017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5552
5553 * gdb.python/py-unwind.exp: Disable stack protection when
5554 building test file.
5555
47e77640
PA
55562017-07-20 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.base/default.exp (set language): Adjust expected output.
5559
62d2a18a
PA
55602017-07-20 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5563 (test_minsym): ... this, and make static.
5564 (get_pck__foo__bar__minsym): Rename to ...
5565 (get_test_minsym): ... this.
5566 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5567 symbol names and comments.
5568 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5569 (get_test_minsym): ... this.
5570 (pck__foo__bar__minsym__2): Rename to ...
5571 (test_minsym): ... this.
5572 (main): Adjust.
5573
c45ec17c
PA
55742017-07-17 Pedro Alves <palves@redhat.com>
5575
5576 * gdb.base/completion.exp: Adjust expected output.
5577 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5578 the completer works.
5579
c6756f62
PA
55802017-07-17 Pedro Alves <palves@redhat.com>
5581
5582 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5583
5bd68487
AB
55842017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5585
5586 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5587
8880f2a9
TT
55882017-07-14 Tom Tromey <tom@tromey.com>
5589
5590 PR rust/21764:
5591 * gdb.rust/simple.exp: Add tests.
5592
65547233
TT
55932017-07-14 Tom Tromey <tom@tromey.com>
5594
5595 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5596
8f14146e
PA
55972017-07-14 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.linespec/base/one/thefile.cc (z1): New function.
5600 * gdb.linespec/base/two/thefile.cc (z2): New function.
5601 * gdb.linespec/linespec.exp: Add tests.
5602
b4365d02
AB
56032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5604
5605 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5606 to mi_create_breakpoint.
5607
5d2cbaa5
AB
56082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5609
5610 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5611 mi_create_breakpoint.
5612
11cb5716
IB
56132017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5614
5615 * gdb.dlang/demangle.exp: Update for demangling changes.
5616
03278692
TT
56172017-07-09 Tom Tromey <tom@tromey.com>
5618
5619 * gdb.dwarf2/shortpiece.exp: New file.
5620
33c5cd75
DB
56212017-07-06 David Blaikie <dblaikie@gmail.com>
5622
5623 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5624 built from fissiont-multi-cu{1,2}.c.
5625 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5626 except putting 'main' and 'func' in separate CUs in the same DWO file.
5627 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5628 test.
5629 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5630 test.
5631
8455d262
PA
56322017-07-06 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.python/py-unwind.exp: Test flushregs.
5635
dc4bde35
SDJ
56362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5637
5638 PR cli/21688
5639 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5640 tests for alias commands and trailing whitespace.
5641
51ed89aa
SDJ
56422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5643
5644 PR cli/21688
5645 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5646 procedure. Call it.
5647
eb17d413
PA
56482017-06-29 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.base/printcmds.exp: Add tests.
5651
41664b45
DG
56522017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5653
5654 PR gdb/21337
5655 * gdb.base/reread-readsym.exp: New file.
5656 * gdb.base/reread-readsym.c: New file.
5657
75312ae3
KB
56582017-06-21 Kevin Buettner <kevinb@redhat.com>
5659
5660 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5661 subpattern.
5662
66953522
PB
56632017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5664
5665 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5666 extended mnemonic.
5667 * gdb.arch/powerpc-power9.s: Likewise.
5668
5524b525
AA
56692017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5670
5671 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5672 on 32-bit x86 targets. Exploit is_*_target macros where
5673 appropriate.
5674
03c8af18
AA
56752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5676
5677 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5678 register pieces.
5679
3bf31011
AA
56802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5681
5682 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5683 located in one or more DWARF pieces.
5684
805acca0
AA
56852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5686
5687 * lib/gdb.exp (get_endianness): New proc.
5688 * gdb.arch/aarch64-fp.exp: Use it.
5689 * gdb.arch/altivec-regs.exp: Likewise.
5690 * gdb.arch/e500-regs.exp: Likewise.
5691 * gdb.arch/vsx-regs.exp: Likewise.
5692 * gdb.base/dump.exp: Likewise.
5693 * gdb.base/funcargs.exp: Likewise.
5694 * gdb.base/gnu_vector.exp: Likewise.
5695 * gdb.dwarf2/formdata16.exp: Likewise.
5696 * gdb.dwarf2/implptrpiece.exp: Likewise.
5697 * gdb.dwarf2/nonvar-access.exp: Likewise.
5698 * gdb.python/py-inferior.exp: Likewise.
5699 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5700
e9352324
AA
57012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5702
5703 PR gdb/21226
5704 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5705 stack value pieces are taken from the LSB end.
5706
d5d1163e
AA
57072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5708
5709 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5710 variable at nonzero offset.
5711
0567c986
AA
57122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5713
5714 * gdb.dwarf2/var-access.c: New file.
5715 * gdb.dwarf2/var-access.exp: New test.
5716 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5717
973e9aab
TT
57182017-06-12 Tom Tromey <tom@tromey.com>
5719
5720 * gdb.dwarf2/formdata16.exp: Add tests.
5721
d9109c80
TT
57222017-06-12 Tom Tromey <tom@tromey.com>
5723
5724 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5725
30a25466
TT
57262017-06-12 Tom Tromey <tom@tromey.com>
5727
5728 PR exp/16225:
5729 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5730 * gdb.arch/vsx-regs.exp: Update tests.
5731 * gdb.arch/s390-vregs.exp (hex128): New proc.
5732 Update test.
5733 * gdb.arch/altivec-regs.exp: Update tests.
5734
aefd8b33
SDJ
57352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5736
5737 * gdb.base/startup-with-shell.c: New file.
5738 * gdb.base/startup-with-shell.exp: Likewise.
5739
2090129c
SDJ
57402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5741
5742 * gdb.server/non-existing-program.exp: Update regex in order to
5743 reflect the fact that gdbserver is now using fork_inferior (with a
5744 shell) to startup the inferior.
5745
8e86a419
SM
57462017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5747
5748 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5749 support function calls from GDB.
5750
e6cf65f2
TT
57512017-05-21 Tom Tromey <tom@tromey.com>
5752
5753 PR rust/21466:
5754 * gdb.rust/unsized.exp: New file.
5755 * gdb.rust/unsized.rs: New file.
5756
43cc5389
TT
57572017-05-19 Tom Tromey <tom@tromey.com>
5758
5759 PR rust/21484:
5760 * gdb.rust/watch.exp: New file.
5761 * gdb.rust/watch.rs: New file.
5762
ec8df234
TT
57632017-05-18 Tom Tromey <tom@tromey.com>
5764
5765 * gdb.rust/simple.exp: Allow Box to be qualified.
5766
3e3e7fae
TP
57672017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5768
5769 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5770
59cc050d
PA
57712017-05-18 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/fileio.c (test_write, test_read, test_close)
5774 (test_fstat): Don't print 'ret' in the fail path.
5775
c8f6abd1
PA
57762017-05-18 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5779 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5780 (test_system, test_rename, test_unlink, test_time): Change
5781 prototypes.
5782 * gdb.base/fileio.exp (stop_msg): Adjust.
5783
d2a03b77
PA
57842017-05-18 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/fileio.c (null_str): New global.
5787 (test_stat): Use it.
5788 * gdb.base/fileio.exp: Remove nowarnings.
5789
0d5c6999
YQ
57902017-05-17 Yao Qi <yao.qi@linaro.org>
5791
5792 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5793
21873064
YQ
57942017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5795
5796 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5797 argument command.
5798 (top-level): Invoke test_set_inferior_tty.
5799
d512d31c
PA
58002017-05-04 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5803 Add parens to print call for Python 3.
5804
90cef2ed
KS
58052017-05-03 Keith Seitz <keiths@redhat.com>
5806
5807 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5808 (main): Call it.
5809
14f819c8
TW
58102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5811
5812 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5813 to prev and next.
5814
913aeadd
TW
58152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5816
5817 * gdb.python/py-record-btrace.exp: Remove test for
5818 gdb.BtraceInstruction.error.
5819
a3be24ad
TW
58202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5821
5822 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5823
ae20e79a
TW
58242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5825
5826 * gdb.python/py-record-btrace-threads.c: New file.
5827 * gdb.python/py-record-btrace-threads.exp: New file.
5828
45ce1b47
SDJ
58292017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5830
5831 PR testsuite/8595
5832 * gdb.base/environ.exp: Make test available in all architectures.
5833 Move bits related to "info program" testing to
5834 gdb.base/info-program.exp. Rewrite tests to use the two new
5835 procedures mentione below.
5836 (test_set_show_env_var) New procedure.
5837 (test_set_show_env_var_equal): Likewise.
5838 * gdb.base/info-program.exp: New file.
5839
e15c3eb4
KS
58402017-04-27 Keith Seitz <keiths@redhat.com>
5841
5842 * gdb.cp/oranking.cc (test15): New function.
5843 (main): Call test15 and declare additional variables for testing.
5844 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5845 "p foo101('abc')" tests.
5846 Add tests for cv qualifier overloads.
5847 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5848 "lvalue reference overload" test.
5849 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5850 "print value of f1 on Child&& in f2" test.
5851
3a3fd0fd
PA
58522017-04-19 Pedro Alves <palves@redhat.com>
5853
5854 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5855 procedure.
5856 (top level): Call it.
5857 * lib/gdb.exp (gdb_define_cmd): New procedure.
5858
53375380
PA
58592017-04-12 Pedro Alves <palves@redhat.com>
5860
5861 PR gdb/21323
5862 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5863 (wchar): New global.
5864 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5865 (do_test_wide_char, wide_char_types_no_program, top level): Add
5866 wchar_t testing.
5867
53e710ac
PA
58682017-04-12 Pedro Alves <palves@redhat.com>
5869
5870 PR c++/21323
5871 * gdb.cp/wide_char_types.c: New file.
5872 * gdb.cp/wide_char_types.exp: New file.
5873
0ad9d8c7
SDJ
58742017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5875
5876 PR gdb/21352
5877 * gdb.trace/tsv.exp: Add test for "tsave -r".
5878
b1b45502
IB
58792017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5880
5881 * gdb.dlang/watch-loc.c: New file.
5882 * gdb.dlang/watch-loc.exp: New file.
5883
ec13808e
JK
58842017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5885
5886 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5887
fe5f7374
AK
58882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5889
5890 * gdb.arch/arc-analyze-prologue.S: New file.
5891 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5892
eea78757
AK
58932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5894
5895 * gdb.arch/arc-decode-insn.S: New file.
5896 * gdb.arch/arc-decode-insn.exp: Likewise.
5897
5badf10a
IR
58982017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5899
5900 PR tdep/20928
5901 * gdb.arch/sparc64-regs.exp: New file.
5902 * gdb.arch/sparc64-regs.S: Likewise.
5903
cee59b3f
TW
59042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5905
5906 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5907 and memory view on Python 3.
5908
c0f55cc6
AV
59092017-03-20 Artemiy Volkov <artemiyv@acm.org>
5910 Keith Seitz <keiths@redhat.com>
5911
5912 PR gdb/14441
5913 * gdb.cp/demangle.exp: Add rvalue reference tests.
5914 * gdb.cp/rvalue-ref-casts.cc: New file.
5915 * gdb.cp/rvalue-ref-casts.exp: New file.
5916 * gdb.cp/rvalue-ref-overload.cc: New file.
5917 * gdb.cp/rvalue-ref-overload.exp: New file.
5918 * gdb.cp/rvalue-ref-params.cc: New file.
5919 * gdb.cp/rvalue-ref-params.exp: New file.
5920 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5921 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5922 * gdb.cp/rvalue-ref-types.cc: New file.
5923 * gdb.cp/rvalue-ref-types.exp: New file.
5924 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5925 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5926
51457a05
MAL
59272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5928
5929 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5930 New procedure.
5931
5b291c04
MAL
59322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5933
5934 * lib/mi-support.exp (mi_gdb_test): Add additional message
5935 for unexpected output.
5936
59a56148
AA
59372017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5938
5939 * gdb.base/examine-backward.c (Barrier): New character array
5940 constant, to ensure that TestStrings is preceded by a string
5941 terminator.
5942
7942e96e
AA
59432017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5944
5945 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5946 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5947 and implicit pointer into such a location.
5948
6ebac3fb
DE
59492017-03-16 Doug Evans <dje@google.com>
5950
5951 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5952
ec3b243d
TP
59532017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5954
5955 * gdb.cp/m-static.exp: Fix expectation for prototype of
5956 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5957
59582017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5959
5960 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5961 * gdb.guile/scm-lazy-string.c: New file.
5962 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5963 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5964 for pointer, array, typedef lazy strings.
5965
2cc36e25 59662017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5967
5968 PR python/17728, python/18439, python/18779
5969 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5970 * gdb.python/py-lazy-string.c (pointer): New typedef.
5971 (main): New locals ptr, array, typedef_ptr.
5972 * gdb.python/py-value.exp: Move lazy string tests to ...
5973 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5974 array, typedef lazy strings.
ec3b243d 5975
0efcde63
AK
59762017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5977
5978 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5979 Add optional 'test' parameter.
5980
7978d7c3
SM
59812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5982
5983 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5984 Skip for versions of DejaGnu < 1.5.
5985
896c0c1e
SM
59862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5987
5988 * lib/gdb.exp (dejagnu_version): New proc.
5989 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5990 Use dejagnu_version.
5991
5f4d1085
KS
59922017-03-10 Keith Seitz <keiths@redhat.com>
5993
5994 PR c++/8128
5995 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5996 type from destructor regexps.
5997 Add a branch which actually passes the test.
5998 Adjust "ptype t5i" test names.
5999
1de05205
PA
60002017-03-08 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/step-over-exit.exp: Add explicit test message.
6003
c65d6b55
PA
60042017-03-08 Pedro Alves <palves@redhat.com>
6005
6006 PR gdb/18360
6007 * gdb.threads/interrupt-while-step-over.c: New file.
6008 * gdb.threads/interrupt-while-step-over.exp: New file.
6009
2e86a283
PA
60102017-03-08 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6013 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6014
25dcbff6
PA
60152017-03-08 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6018 PKRU as not supported as a PASS.
6019
dc9366eb
PA
60202017-03-08 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6023 prefix instead of $binfile1/$binfile2.
6024 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6025 in test message.
6026 * gdb.python/py-completion.exp: Use "load python file" as test
6027 messages instead of unstable path names.
6028
6e5d74e7
PA
60292017-03-08 Pedro Alves <palves@redhat.com>
6030 Jan Kratochvil <jan.kratochvil@redhat.com>
6031
6032 PR cli/21218
6033 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6034 New proc.
6035 (top level): Call it.
6036
9753a2f6
PA
60372017-03-08 Pedro Alves <palves@redhat.com>
6038
6039 PR tui/21216
6040 * gdb.tui/tui-nl-filtered-output.exp: New file.
6041
1a4dd9dd
PA
60422017-03-08 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.base/completion.exp: Move TUI completion tests to ...
6045 * gdb.tui/completion.exp: ... this new file.
6046
7cbbff33
PA
60472017-03-08 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/tui-disasm-long-lines.c,
6050 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6051 gdb.base/tui-layout.exp: Move to ...
6052 * gdb.tui/: ... this new directory.
6053
5f6fd321
PA
60542017-03-07 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.base/tui-layout.c: New file.
6057 * gdb.base/tui-layout.exp: New file.
6058
44959fa8
PA
60592017-03-07 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.base/tui-layout.c: Rename to ...
6062 * gdb.base/tui-disasm-long-lines.c: ... this.
6063 * gdb.base/tui-layout.exp: Rename to ...
6064 * gdb.base/tui-disasm-long-lines.exp: ... this.
6065
f8c4e718
PA
60662017-03-07 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6069
6dbb839a 60702017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6071
6072 * i386-mpx-call.c: New file.
6073 * i386-mpx-call.exp: New file.
6074
65b48a81
PB
60752017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6076
6077 * gdb.arch/powerpc-power.exp: Delete test.
6078 * gdb.arch/powerpc-power.s: Likewise.
6079 * gdb.disasm/disassembler-options.exp: New test.
6080 * gdb.arch/powerpc-altivec.exp: Likewise.
6081 * gdb.arch/powerpc-altivec.s: Likewise.
6082 * gdb.arch/powerpc-altivec2.exp: Likewise.
6083 * gdb.arch/powerpc-altivec2.s: Likewise.
6084 * gdb.arch/powerpc-altivec3.exp: Likewise.
6085 * gdb.arch/powerpc-altivec3.s: Likewise.
6086 * gdb.arch/powerpc-power7.exp: Likewise.
6087 * gdb.arch/powerpc-power7.s: Likewise.
6088 * gdb.arch/powerpc-power8.exp: Likewise.
6089 * gdb.arch/powerpc-power8.s: Likewise.
6090 * gdb.arch/powerpc-power9.exp: Likewise.
6091 * gdb.arch/powerpc-power9.s: Likewise.
6092 * gdb.arch/powerpc-vsx.exp: Likewise.
6093 * gdb.arch/powerpc-vsx.s: Likewise.
6094 * gdb.arch/powerpc-vsx2.exp: Likewise.
6095 * gdb.arch/powerpc-vsx2.s: Likewise.
6096 * gdb.arch/powerpc-vsx3.exp: Likewise.
6097 * gdb.arch/powerpc-vsx3.s: Likewise.
6098 * gdb.arch/arm-disassembler-options.exp: Likewise.
6099 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6100 * gdb.arch/s390-disassembler-options.exp: Likewise.
6101
17cd4947
LM
61022017-02-23 Luis Machado <lgustavo@codesourcery.com>
6103
6104 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6105 (check_supported_features): ... this. Changed return type to void.
6106 (supports_rdseed): New static global.
6107 (rdseed): Check supports_rdseed.
6108 (initialize): Call check_supported_features.
6109
2039d74e
EBM
61102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6111
6112 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6113 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6114 and lqarx/stqcx.
6115 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6116 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6117
a51d7ecf
EBM
61182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6119
6120 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6121 uppercase.
6122
0224619f
JK
61232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 * gdb.dwarf2/formdata16.c: New file.
6126 * gdb.dwarf2/formdata16.exp: New file.
6127 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6128
216f72a1
JK
61292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6132 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6133 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6134 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6135 DW_AT_GNU_*.
6136
43988095
JK
61372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6138
6139 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6140
99e8a4f9
SDJ
61412017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6142
6143 PR gdb/21164
6144 * gdb.base/maint.exp: Add testcases for when the commands do
6145 not have arguments.
6146
b58a8c0c
TP
61472017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6148
6149 * gdb.cp/chained-calls.exp: Use p instead of P.
6150
4e746bb6
TW
61512017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6152
6153 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6154 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6155
3f77c769
TT
61562017-02-14 Tom Tromey <tom@tromey.com>
6157
6158 PR python/13598:
6159 * gdb.python/py-events.exp: Add before_prompt event tests.
6160
075beec0
AA
61612017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6162
6163 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6164
bf5f525c
LM
61652017-02-13 Luis Machado <lgustavo@codesourcery.com>
6166
6167 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6168 (main): Call my_unique_function_name.
6169 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6170 completion of patterns with a single match.
6171 Add missing -re switches to gdb_test_multiple calls.
6172
13a66184
LM
61732017-02-13 Luis Machado <lgustavo@codesourcery.com>
6174
6175 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6176 return if core file is not recognized.
6177
26a06916
SM
61782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6179
6180 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6181 and extra UIs.
6182
b761ca9e
SM
61832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6184
6185 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6186 proc_with_prefix.
6187
b964bee0
TT
61882017-02-10 Tom Tromey <tom@tromey.com>
6189
6190 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6191
18da0c51
MG
61922017-02-10 Martin Galvan <martingalvan@sourceware.org>
6193
6194 PR gdb/21122
6195 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6196
604c4576
JG
61972017-02-08 Jerome Guitton <guitton@adacore.com>
6198
6199 * gdb.base/define.exp: Add test for command abbreviations
6200 in define.
6201
20b477a7
LM
62022017-02-06 Luis Machado <lgustavo@codesourcery.com>
6203
6204 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6205 * gdb.reverse/insn-reverse-x86.c: New file.
6206
3f7b46f2
IR
62072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6208
6209 PR tdep/20936
6210 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6211
f0fd41c1
TT
62122017-02-03 Tom Tromey <tom@tromey.com>
6213
6214 PR rust/21097:
6215 * gdb.rust/simple.exp: Add new tests.
6216
5be5dbf0
PA
62172017-02-02 Pedro Alves <palves@redhat.com>
6218
6219 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6220 tests.
6221
7346ef59
AA
62222017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6223
6224 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6225 taking a 2-byte value out of a 4-byte DWARF implicit value on
6226 big-endian targets.
6227 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6228 logic. Add test cases for DW_OP_implicit.
6229
787f0025
MM
62302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6231
6232 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6233
68777c29
MM
62342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6235
6236 * gdb.btrace/enable.exp: Call gdb_exit before
6237 skip_gdbserver_tests.
6238
0a1c7e28
MM
62392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6240
6241 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6242 GDBFLAGS.
6243
b5ac99b0
MM
62442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6245
6246 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6247 the test is skipped.
6248 * gdb.btrace/data.exp: Likewise.
6249 * gdb.btrace/delta.exp: Likewise.
6250 * gdb.btrace/dlopen.exp: Likewise.
6251 * gdb.btrace/enable-running.exp: Likewise.
6252 * gdb.btrace/enable.exp: Likewise.
6253 * gdb.btrace/exception.exp: Likewise.
6254 * gdb.btrace/function_call_history.exp: Likewise.
6255 * gdb.btrace/gcore.exp: Likewise.
6256 * gdb.btrace/instruction_history.exp: Likewise.
6257 * gdb.btrace/multi-thread-step.exp: Likewise.
6258 * gdb.btrace/nohist.exp: Likewise.
6259 * gdb.btrace/non-stop.exp: Likewise.
6260 * gdb.btrace/reconnect.exp: Likewise.
6261 * gdb.btrace/record_goto-step.exp: Likewise.
6262 * gdb.btrace/record_goto.exp: Likewise.
6263 * gdb.btrace/rn-dl-bind.exp: Likewise.
6264 * gdb.btrace/segv.exp: Likewise.
6265 * gdb.btrace/step.exp: Likewise.
6266 * gdb.btrace/stepi.exp: Likewise.
6267 * gdb.btrace/tailcall-only.exp: Likewise.
6268 * gdb.btrace/tailcall.exp: Likewise.
6269 * gdb.btrace/tsx.exp: Likewise.
6270 * gdb.btrace/unknown_functions.exp: Likewise.
6271 * gdb.btrace/vdso.exp: Likewise.
6272
cd4007e4
MM
62732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6274
6275 * gdb.btrace/enable-running.c: New.
6276 * gdb.btrace/enable-running.exp: New.
6277
2735833d
WT
62782017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6279
6280 * gdb.arch/amd64-gs_base.c: New file.
6281 * gdb.arch/amd64-gs_base.exp: New file.
6282
b51e1e94
LM
62832017-01-26 Luis Machado <lgustavo@codesourcery.com>
6284
6285 * lib/memory.exp: Remove spurious empty newlines.
6286
72ca0410
SM
62872017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6288
6289 * gdb.python/py-bad-printers.exp: Load python file using "source".
6290 * gdb.python/py-events.exp: Likewise.
6291 * gdb.python/py-evsignal.exp: Likewise.
6292 * gdb.python/py-evthreads.exp: Likewise.
6293 * gdb.python/py-frame-args.exp: Likewise.
6294 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6295 * gdb.python/py-framefilter-mi.exp: Likewise.
6296 * gdb.python/py-framefilter.exp: Likewise.
6297 * gdb.python/py-mi.exp: Likewise.
6298 * gdb.python/py-pp-maint.exp: Likewise.
6299 * gdb.python/py-pp-registration.exp: Likewise.
6300 * gdb.python/py-prettyprint.exp: Likewise.
6301 (run_lang_tests): Likewise.
6302 * gdb.python/py-typeprint.exp: Likewise.
6303
e309aa65
LM
63042017-01-26 Luis Machado <lgustavo@codesourcery.com>
6305
6306 * lib/memory.exp: New file.
6307 * lib/gdb.exp: Load memory.exp.
6308 * gdb.base/memattr.exp (delete_memory): Move proc to
6309 lib/memory.exp and rename to delete_memory_regions.
6310 Replace delete_memory with delete_memory_regions.
6311 Cleanup memory regions before tests.
6312 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6313 before tests.
6314
515aff23
LM
63152017-01-26 Luis Machado <lgustavo@codesourcery.com>
6316
6317 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6318 files.
6319 (initialize): New function conditionally defined.
6320 (testcases): Move within conditional block.
6321 (main): Call initialize.
6322 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6323 of gdb.reverse/insn-reverse.c.
6324 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6325 gdb.reverse/insn-reverse.c.
6326
d8b49cf0
YQ
63272017-01-26 Yao Qi <yao.qi@linaro.org>
6328
6329 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6330 disassemble on address 0.
6331
f13a9a0c
YQ
63322017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6333 Yao Qi <yao.qi@linaro.org>
6334
6335 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6336 * gdb.dwarf2/implptr-64bit.S: Remove.
6337 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6338 variables in caller's context. Add DW_OP_implicit_value.
6339
5ac95241
YQ
63402017-01-25 Yao Qi <yao.qi@linaro.org>
6341
6342 * lib/dwarf.exp (Dwarf::_location): Handle
6343 DW_OP_GNU_implicit_pointer with proper size.
6344
23e82930
LM
63452017-01-20 Luis Machado <lgustavo@codesourcery.com>
6346
6347 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6348 and add untested calls.
6349
d334ae25
LM
63502017-01-20 Luis Machado <lgustavo@codesourcery.com>
6351
6352 * gdb.python/python.exp: Check line number against what GDB thinks
6353 the line number is for func1.
6354
f5e6296e
IB
63552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6356
6357 * gdb.dlang/debug-expr.exp: New file.
6358
5b362f04
LM
63592016-12-23 Luis Machado <lgustavo@codesourcery.com>
6360
6361 Fix test names for the following files:
6362
6363 * gdb.ada/exec_changed.exp
6364 * gdb.ada/info_types.exp
6365 * gdb.arch/aarch64-atomic-inst.exp
6366 * gdb.arch/aarch64-fp.exp
6367 * gdb.arch/altivec-abi.exp
6368 * gdb.arch/altivec-regs.exp
6369 * gdb.arch/amd64-byte.exp
6370 * gdb.arch/amd64-disp-step.exp
6371 * gdb.arch/amd64-dword.exp
6372 * gdb.arch/amd64-entry-value-inline.exp
6373 * gdb.arch/amd64-entry-value-param.exp
6374 * gdb.arch/amd64-entry-value-paramref.exp
6375 * gdb.arch/amd64-entry-value.exp
6376 * gdb.arch/amd64-i386-address.exp
6377 * gdb.arch/amd64-invalid-stack-middle.exp
6378 * gdb.arch/amd64-invalid-stack-top.exp
6379 * gdb.arch/amd64-optimout-repeat.exp
6380 * gdb.arch/amd64-prologue-skip.exp
6381 * gdb.arch/amd64-prologue-xmm.exp
6382 * gdb.arch/amd64-stap-special-operands.exp
6383 * gdb.arch/amd64-stap-wrong-subexp.exp
6384 * gdb.arch/amd64-tailcall-cxx.exp
6385 * gdb.arch/amd64-tailcall-noret.exp
6386 * gdb.arch/amd64-tailcall-ret.exp
6387 * gdb.arch/amd64-tailcall-self.exp
6388 * gdb.arch/amd64-word.exp
6389 * gdb.arch/arm-bl-branch-dest.exp
6390 * gdb.arch/arm-disp-step.exp
6391 * gdb.arch/arm-neon.exp
6392 * gdb.arch/arm-single-step-kernel-helper.exp
6393 * gdb.arch/avr-flash-qualifier.exp
6394 * gdb.arch/disp-step-insn-reloc.exp
6395 * gdb.arch/e500-abi.exp
6396 * gdb.arch/e500-regs.exp
6397 * gdb.arch/ftrace-insn-reloc.exp
6398 * gdb.arch/i386-avx512.exp
6399 * gdb.arch/i386-bp_permanent.exp
6400 * gdb.arch/i386-byte.exp
6401 * gdb.arch/i386-cfi-notcurrent.exp
6402 * gdb.arch/i386-disp-step.exp
6403 * gdb.arch/i386-dr3-watch.exp
6404 * gdb.arch/i386-float.exp
6405 * gdb.arch/i386-gnu-cfi.exp
6406 * gdb.arch/i386-mpx-map.exp
6407 * gdb.arch/i386-mpx-sigsegv.exp
6408 * gdb.arch/i386-mpx-simple_segv.exp
6409 * gdb.arch/i386-mpx.exp
6410 * gdb.arch/i386-permbkpt.exp
6411 * gdb.arch/i386-prologue.exp
6412 * gdb.arch/i386-signal.exp
6413 * gdb.arch/i386-size-overlap.exp
6414 * gdb.arch/i386-unwind.exp
6415 * gdb.arch/i386-word.exp
6416 * gdb.arch/mips-fcr.exp
6417 * gdb.arch/powerpc-d128-regs.exp
6418 * gdb.arch/powerpc-stackless.exp
6419 * gdb.arch/ppc64-atomic-inst.exp
6420 * gdb.arch/s390-stackless.exp
6421 * gdb.arch/s390-tdbregs.exp
6422 * gdb.arch/s390-vregs.exp
6423 * gdb.arch/sparc-sysstep.exp
6424 * gdb.arch/thumb-bx-pc.exp
6425 * gdb.arch/thumb-singlestep.exp
6426 * gdb.arch/thumb2-it.exp
6427 * gdb.arch/vsx-regs.exp
6428 * gdb.asm/asm-source.exp
6429 * gdb.base/a2-run.exp
6430 * gdb.base/advance.exp
6431 * gdb.base/all-bin.exp
6432 * gdb.base/anon.exp
6433 * gdb.base/args.exp
6434 * gdb.base/arithmet.exp
6435 * gdb.base/async-shell.exp
6436 * gdb.base/async.exp
6437 * gdb.base/attach-pie-noexec.exp
6438 * gdb.base/attach-twice.exp
6439 * gdb.base/auto-load.exp
6440 * gdb.base/bang.exp
6441 * gdb.base/bitfields.exp
6442 * gdb.base/break-always.exp
6443 * gdb.base/break-caller-line.exp
6444 * gdb.base/break-entry.exp
6445 * gdb.base/break-inline.exp
6446 * gdb.base/break-on-linker-gcd-function.exp
6447 * gdb.base/break-probes.exp
6448 * gdb.base/break.exp
6449 * gdb.base/breakpoint-shadow.exp
6450 * gdb.base/call-ar-st.exp
6451 * gdb.base/call-sc.exp
6452 * gdb.base/call-signal-resume.exp
6453 * gdb.base/call-strs.exp
6454 * gdb.base/callfuncs.exp
6455 * gdb.base/catch-fork-static.exp
6456 * gdb.base/catch-gdb-caused-signals.exp
6457 * gdb.base/catch-load.exp
6458 * gdb.base/catch-signal-fork.exp
6459 * gdb.base/catch-signal.exp
6460 * gdb.base/catch-syscall.exp
6461 * gdb.base/charset.exp
6462 * gdb.base/checkpoint.exp
6463 * gdb.base/chng-syms.exp
6464 * gdb.base/code-expr.exp
6465 * gdb.base/code_elim.exp
6466 * gdb.base/commands.exp
6467 * gdb.base/completion.exp
6468 * gdb.base/complex.exp
6469 * gdb.base/cond-expr.exp
6470 * gdb.base/condbreak.exp
6471 * gdb.base/consecutive.exp
6472 * gdb.base/continue-all-already-running.exp
6473 * gdb.base/coredump-filter.exp
6474 * gdb.base/corefile.exp
6475 * gdb.base/dbx.exp
6476 * gdb.base/debug-expr.exp
6477 * gdb.base/define.exp
6478 * gdb.base/del.exp
6479 * gdb.base/disabled-location.exp
6480 * gdb.base/disasm-end-cu.exp
6481 * gdb.base/disasm-optim.exp
6482 * gdb.base/display.exp
6483 * gdb.base/duplicate-bp.exp
6484 * gdb.base/ena-dis-br.exp
6485 * gdb.base/ending-run.exp
6486 * gdb.base/enumval.exp
6487 * gdb.base/environ.exp
6488 * gdb.base/eu-strip-infcall.exp
6489 * gdb.base/eval-avoid-side-effects.exp
6490 * gdb.base/eval-skip.exp
6491 * gdb.base/exitsignal.exp
6492 * gdb.base/expand-psymtabs.exp
6493 * gdb.base/filesym.exp
6494 * gdb.base/find-unmapped.exp
6495 * gdb.base/finish.exp
6496 * gdb.base/float.exp
6497 * gdb.base/foll-exec-mode.exp
6498 * gdb.base/foll-exec.exp
6499 * gdb.base/foll-fork.exp
6500 * gdb.base/fortran-sym-case.exp
6501 * gdb.base/freebpcmd.exp
6502 * gdb.base/func-ptr.exp
6503 * gdb.base/func-ptrs.exp
6504 * gdb.base/funcargs.exp
6505 * gdb.base/gcore-buffer-overflow.exp
6506 * gdb.base/gcore-relro-pie.exp
6507 * gdb.base/gcore-relro.exp
6508 * gdb.base/gcore.exp
6509 * gdb.base/gdb1090.exp
6510 * gdb.base/gdb11530.exp
6511 * gdb.base/gdb11531.exp
6512 * gdb.base/gdb1821.exp
6513 * gdb.base/gdbindex-stabs.exp
6514 * gdb.base/gdbvars.exp
6515 * gdb.base/hbreak.exp
6516 * gdb.base/hbreak2.exp
6517 * gdb.base/included.exp
6518 * gdb.base/infcall-input.exp
6519 * gdb.base/inferior-died.exp
6520 * gdb.base/infnan.exp
6521 * gdb.base/info-macros.exp
6522 * gdb.base/info-os.exp
6523 * gdb.base/info-proc.exp
6524 * gdb.base/info-shared.exp
6525 * gdb.base/info-target.exp
6526 * gdb.base/infoline.exp
6527 * gdb.base/interp.exp
6528 * gdb.base/interrupt.exp
6529 * gdb.base/jit-reader.exp
6530 * gdb.base/jit-simple.exp
6531 * gdb.base/kill-after-signal.exp
6532 * gdb.base/kill-detach-inferiors-cmd.exp
6533 * gdb.base/label.exp
6534 * gdb.base/langs.exp
6535 * gdb.base/ldbl_e308.exp
6536 * gdb.base/line-symtabs.exp
6537 * gdb.base/linespecs.exp
6538 * gdb.base/list.exp
6539 * gdb.base/long_long.exp
6540 * gdb.base/longest-types.exp
6541 * gdb.base/maint.exp
6542 * gdb.base/max-value-size.exp
6543 * gdb.base/memattr.exp
6544 * gdb.base/mips_pro.exp
6545 * gdb.base/morestack.exp
6546 * gdb.base/moribund-step.exp
6547 * gdb.base/multi-forks.exp
6548 * gdb.base/nested-addr.exp
6549 * gdb.base/nextoverexit.exp
6550 * gdb.base/noreturn-finish.exp
6551 * gdb.base/noreturn-return.exp
6552 * gdb.base/nostdlib.exp
6553 * gdb.base/offsets.exp
6554 * gdb.base/opaque.exp
6555 * gdb.base/pc-fp.exp
6556 * gdb.base/permissions.exp
6557 * gdb.base/print-symbol-loading.exp
6558 * gdb.base/prologue-include.exp
6559 * gdb.base/psymtab.exp
6560 * gdb.base/ptype.exp
6561 * gdb.base/random-signal.exp
6562 * gdb.base/randomize.exp
6563 * gdb.base/range-stepping.exp
6564 * gdb.base/readline-ask.exp
6565 * gdb.base/recpar.exp
6566 * gdb.base/recurse.exp
6567 * gdb.base/relational.exp
6568 * gdb.base/restore.exp
6569 * gdb.base/return-nodebug.exp
6570 * gdb.base/return.exp
6571 * gdb.base/run-after-attach.exp
6572 * gdb.base/save-bp.exp
6573 * gdb.base/scope.exp
6574 * gdb.base/sect-cmd.exp
6575 * gdb.base/set-lang-auto.exp
6576 * gdb.base/set-noassign.exp
6577 * gdb.base/setvar.exp
6578 * gdb.base/sigall.exp
6579 * gdb.base/sigbpt.exp
6580 * gdb.base/siginfo-addr.exp
6581 * gdb.base/siginfo-infcall.exp
6582 * gdb.base/siginfo-obj.exp
6583 * gdb.base/siginfo.exp
6584 * gdb.base/signals-state-child.exp
6585 * gdb.base/signest.exp
6586 * gdb.base/sigstep.exp
6587 * gdb.base/sizeof.exp
6588 * gdb.base/skip.exp
6589 * gdb.base/solib-corrupted.exp
6590 * gdb.base/solib-nodir.exp
6591 * gdb.base/solib-search.exp
6592 * gdb.base/stack-checking.exp
6593 * gdb.base/stale-infcall.exp
6594 * gdb.base/stap-probe.exp
6595 * gdb.base/start.exp
6596 * gdb.base/step-break.exp
6597 * gdb.base/step-bt.exp
6598 * gdb.base/step-line.exp
6599 * gdb.base/step-over-exit.exp
6600 * gdb.base/step-over-syscall.exp
6601 * gdb.base/step-resume-infcall.exp
6602 * gdb.base/step-test.exp
6603 * gdb.base/store.exp
6604 * gdb.base/structs3.exp
6605 * gdb.base/sym-file.exp
6606 * gdb.base/symbol-without-target_section.exp
6607 * gdb.base/term.exp
6608 * gdb.base/testenv.exp
6609 * gdb.base/ui-redirect.exp
6610 * gdb.base/until.exp
6611 * gdb.base/unwindonsignal.exp
6612 * gdb.base/value-double-free.exp
6613 * gdb.base/vla-datatypes.exp
6614 * gdb.base/vla-ptr.exp
6615 * gdb.base/vla-sideeffect.exp
6616 * gdb.base/volatile.exp
6617 * gdb.base/watch-cond-infcall.exp
6618 * gdb.base/watch-cond.exp
6619 * gdb.base/watch-non-mem.exp
6620 * gdb.base/watch-read.exp
6621 * gdb.base/watch-vfork.exp
6622 * gdb.base/watchpoint-cond-gone.exp
6623 * gdb.base/watchpoint-delete.exp
6624 * gdb.base/watchpoint-hw-hit-once.exp
6625 * gdb.base/watchpoint-hw.exp
6626 * gdb.base/watchpoint-stops-at-right-insn.exp
6627 * gdb.base/watchpoints.exp
6628 * gdb.base/wchar.exp
6629 * gdb.base/whatis-exp.exp
6630 * gdb.btrace/buffer-size.exp
6631 * gdb.btrace/data.exp
6632 * gdb.btrace/delta.exp
6633 * gdb.btrace/dlopen.exp
6634 * gdb.btrace/enable.exp
6635 * gdb.btrace/exception.exp
6636 * gdb.btrace/function_call_history.exp
6637 * gdb.btrace/gcore.exp
6638 * gdb.btrace/instruction_history.exp
6639 * gdb.btrace/nohist.exp
6640 * gdb.btrace/reconnect.exp
6641 * gdb.btrace/record_goto-step.exp
6642 * gdb.btrace/record_goto.exp
6643 * gdb.btrace/rn-dl-bind.exp
6644 * gdb.btrace/segv.exp
6645 * gdb.btrace/step.exp
6646 * gdb.btrace/stepi.exp
6647 * gdb.btrace/tailcall-only.exp
6648 * gdb.btrace/tailcall.exp
6649 * gdb.btrace/tsx.exp
6650 * gdb.btrace/unknown_functions.exp
6651 * gdb.btrace/vdso.exp
6652 * gdb.compile/compile-ifunc.exp
6653 * gdb.compile/compile-ops.exp
6654 * gdb.compile/compile-print.exp
6655 * gdb.compile/compile-setjmp.exp
6656 * gdb.cp/abstract-origin.exp
6657 * gdb.cp/ambiguous.exp
6658 * gdb.cp/annota2.exp
6659 * gdb.cp/annota3.exp
6660 * gdb.cp/anon-ns.exp
6661 * gdb.cp/anon-struct.exp
6662 * gdb.cp/anon-union.exp
6663 * gdb.cp/arg-reference.exp
6664 * gdb.cp/baseenum.exp
6665 * gdb.cp/bool.exp
6666 * gdb.cp/breakpoint.exp
6667 * gdb.cp/bs15503.exp
6668 * gdb.cp/call-c.exp
6669 * gdb.cp/casts.exp
6670 * gdb.cp/chained-calls.exp
6671 * gdb.cp/class2.exp
6672 * gdb.cp/classes.exp
6673 * gdb.cp/cmpd-minsyms.exp
6674 * gdb.cp/converts.exp
6675 * gdb.cp/cp-relocate.exp
6676 * gdb.cp/cpcompletion.exp
6677 * gdb.cp/cpexprs.exp
6678 * gdb.cp/cplabel.exp
6679 * gdb.cp/cplusfuncs.exp
6680 * gdb.cp/cpsizeof.exp
6681 * gdb.cp/ctti.exp
6682 * gdb.cp/derivation.exp
6683 * gdb.cp/destrprint.exp
6684 * gdb.cp/dispcxx.exp
6685 * gdb.cp/enum-class.exp
6686 * gdb.cp/exception.exp
6687 * gdb.cp/exceptprint.exp
6688 * gdb.cp/expand-psymtabs-cxx.exp
6689 * gdb.cp/expand-sals.exp
6690 * gdb.cp/extern-c.exp
6691 * gdb.cp/filename.exp
6692 * gdb.cp/formatted-ref.exp
6693 * gdb.cp/fpointer.exp
6694 * gdb.cp/gdb1355.exp
6695 * gdb.cp/gdb2495.exp
6696 * gdb.cp/hang.exp
6697 * gdb.cp/impl-this.exp
6698 * gdb.cp/infcall-dlopen.exp
6699 * gdb.cp/inherit.exp
6700 * gdb.cp/iostream.exp
6701 * gdb.cp/koenig.exp
6702 * gdb.cp/local.exp
6703 * gdb.cp/m-data.exp
6704 * gdb.cp/m-static.exp
6705 * gdb.cp/mb-ctor.exp
6706 * gdb.cp/mb-inline.exp
6707 * gdb.cp/mb-templates.exp
6708 * gdb.cp/member-name.exp
6709 * gdb.cp/member-ptr.exp
6710 * gdb.cp/meth-typedefs.exp
6711 * gdb.cp/method.exp
6712 * gdb.cp/method2.exp
6713 * gdb.cp/minsym-fallback.exp
6714 * gdb.cp/misc.exp
6715 * gdb.cp/namelessclass.exp
6716 * gdb.cp/namespace-enum.exp
6717 * gdb.cp/namespace-nested-import.exp
6718 * gdb.cp/namespace.exp
6719 * gdb.cp/nextoverthrow.exp
6720 * gdb.cp/no-dmgl-verbose.exp
6721 * gdb.cp/non-trivial-retval.exp
6722 * gdb.cp/noparam.exp
6723 * gdb.cp/nsdecl.exp
6724 * gdb.cp/nsimport.exp
6725 * gdb.cp/nsnested.exp
6726 * gdb.cp/nsnoimports.exp
6727 * gdb.cp/nsrecurs.exp
6728 * gdb.cp/nsstress.exp
6729 * gdb.cp/nsusing.exp
6730 * gdb.cp/operator.exp
6731 * gdb.cp/oranking.exp
6732 * gdb.cp/overload-const.exp
6733 * gdb.cp/overload.exp
6734 * gdb.cp/ovldbreak.exp
6735 * gdb.cp/ovsrch.exp
6736 * gdb.cp/paren-type.exp
6737 * gdb.cp/parse-lang.exp
6738 * gdb.cp/pass-by-ref.exp
6739 * gdb.cp/pr-1023.exp
6740 * gdb.cp/pr-1210.exp
6741 * gdb.cp/pr-574.exp
6742 * gdb.cp/pr10687.exp
6743 * gdb.cp/pr12028.exp
6744 * gdb.cp/pr17132.exp
6745 * gdb.cp/pr17494.exp
6746 * gdb.cp/pr9067.exp
6747 * gdb.cp/pr9167.exp
6748 * gdb.cp/pr9631.exp
6749 * gdb.cp/printmethod.exp
6750 * gdb.cp/psmang.exp
6751 * gdb.cp/psymtab-parameter.exp
6752 * gdb.cp/ptype-cv-cp.exp
6753 * gdb.cp/ptype-flags.exp
6754 * gdb.cp/re-set-overloaded.exp
6755 * gdb.cp/ref-types.exp
6756 * gdb.cp/rtti.exp
6757 * gdb.cp/scope-err.exp
6758 * gdb.cp/shadow.exp
6759 * gdb.cp/smartp.exp
6760 * gdb.cp/static-method.exp
6761 * gdb.cp/static-print-quit.exp
6762 * gdb.cp/temargs.exp
6763 * gdb.cp/templates.exp
6764 * gdb.cp/try_catch.exp
6765 * gdb.cp/typedef-operator.exp
6766 * gdb.cp/typeid.exp
6767 * gdb.cp/userdef.exp
6768 * gdb.cp/using-crash.exp
6769 * gdb.cp/var-tag.exp
6770 * gdb.cp/virtbase.exp
6771 * gdb.cp/virtfunc.exp
6772 * gdb.cp/virtfunc2.exp
6773 * gdb.cp/vla-cxx.exp
6774 * gdb.disasm/t01_mov.exp
6775 * gdb.disasm/t02_mova.exp
6776 * gdb.disasm/t03_add.exp
6777 * gdb.disasm/t04_sub.exp
6778 * gdb.disasm/t05_cmp.exp
6779 * gdb.disasm/t06_ari2.exp
6780 * gdb.disasm/t07_ari3.exp
6781 * gdb.disasm/t08_or.exp
6782 * gdb.disasm/t09_xor.exp
6783 * gdb.disasm/t10_and.exp
6784 * gdb.disasm/t11_logs.exp
6785 * gdb.disasm/t12_bit.exp
6786 * gdb.disasm/t13_otr.exp
6787 * gdb.dlang/circular.exp
6788 * gdb.dwarf2/arr-stride.exp
6789 * gdb.dwarf2/arr-subrange.exp
6790 * gdb.dwarf2/atomic-type.exp
6791 * gdb.dwarf2/bad-regnum.exp
6792 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6793 * gdb.dwarf2/callframecfa.exp
6794 * gdb.dwarf2/clztest.exp
6795 * gdb.dwarf2/corrupt.exp
6796 * gdb.dwarf2/data-loc.exp
6797 * gdb.dwarf2/dup-psym.exp
6798 * gdb.dwarf2/dw2-anon-mptr.exp
6799 * gdb.dwarf2/dw2-anonymous-func.exp
6800 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6801 * gdb.dwarf2/dw2-bad-unresolved.exp
6802 * gdb.dwarf2/dw2-basic.exp
6803 * gdb.dwarf2/dw2-canonicalize-type.exp
6804 * gdb.dwarf2/dw2-case-insensitive.exp
6805 * gdb.dwarf2/dw2-common-block.exp
6806 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6807 * gdb.dwarf2/dw2-compressed.exp
6808 * gdb.dwarf2/dw2-const.exp
6809 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6810 * gdb.dwarf2/dw2-cu-size.exp
6811 * gdb.dwarf2/dw2-dup-frame.exp
6812 * gdb.dwarf2/dw2-entry-value.exp
6813 * gdb.dwarf2/dw2-icycle.exp
6814 * gdb.dwarf2/dw2-ifort-parameter.exp
6815 * gdb.dwarf2/dw2-inline-break.exp
6816 * gdb.dwarf2/dw2-inline-param.exp
6817 * gdb.dwarf2/dw2-intercu.exp
6818 * gdb.dwarf2/dw2-intermix.exp
6819 * gdb.dwarf2/dw2-lexical-block-bare.exp
6820 * gdb.dwarf2/dw2-linkage-name-trust.exp
6821 * gdb.dwarf2/dw2-minsym-in-cu.exp
6822 * gdb.dwarf2/dw2-noloc.exp
6823 * gdb.dwarf2/dw2-op-call.exp
6824 * gdb.dwarf2/dw2-op-out-param.exp
6825 * gdb.dwarf2/dw2-opt-structptr.exp
6826 * gdb.dwarf2/dw2-param-error.exp
6827 * gdb.dwarf2/dw2-producer.exp
6828 * gdb.dwarf2/dw2-ranges-base.exp
6829 * gdb.dwarf2/dw2-ref-missing-frame.exp
6830 * gdb.dwarf2/dw2-reg-undefined.exp
6831 * gdb.dwarf2/dw2-regno-invalid.exp
6832 * gdb.dwarf2/dw2-restore.exp
6833 * gdb.dwarf2/dw2-restrict.exp
6834 * gdb.dwarf2/dw2-single-line-discriminators.exp
6835 * gdb.dwarf2/dw2-strp.exp
6836 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6837 * gdb.dwarf2/dw2-unresolved.exp
6838 * gdb.dwarf2/dw2-var-zero-addr.exp
6839 * gdb.dwarf2/dw4-sig-types.exp
6840 * gdb.dwarf2/dwz.exp
6841 * gdb.dwarf2/dynarr-ptr.exp
6842 * gdb.dwarf2/enum-type.exp
6843 * gdb.dwarf2/gdb-index.exp
6844 * gdb.dwarf2/implptr-64bit.exp
6845 * gdb.dwarf2/implptr-optimized-out.exp
6846 * gdb.dwarf2/implptr.exp
6847 * gdb.dwarf2/implref-array.exp
6848 * gdb.dwarf2/implref-const.exp
6849 * gdb.dwarf2/implref-global.exp
6850 * gdb.dwarf2/implref-struct.exp
6851 * gdb.dwarf2/mac-fileno.exp
6852 * gdb.dwarf2/main-subprogram.exp
6853 * gdb.dwarf2/member-ptr-forwardref.exp
6854 * gdb.dwarf2/method-ptr.exp
6855 * gdb.dwarf2/missing-sig-type.exp
6856 * gdb.dwarf2/nonvar-access.exp
6857 * gdb.dwarf2/opaque-type-lookup.exp
6858 * gdb.dwarf2/pieces-optimized-out.exp
6859 * gdb.dwarf2/pieces.exp
6860 * gdb.dwarf2/pr10770.exp
6861 * gdb.dwarf2/pr13961.exp
6862 * gdb.dwarf2/staticvirtual.exp
6863 * gdb.dwarf2/subrange.exp
6864 * gdb.dwarf2/symtab-producer.exp
6865 * gdb.dwarf2/trace-crash.exp
6866 * gdb.dwarf2/typeddwarf.exp
6867 * gdb.dwarf2/valop.exp
6868 * gdb.dwarf2/watch-notconst.exp
6869 * gdb.fortran/array-element.exp
6870 * gdb.fortran/charset.exp
6871 * gdb.fortran/common-block.exp
6872 * gdb.fortran/complex.exp
6873 * gdb.fortran/derived-type-function.exp
6874 * gdb.fortran/derived-type.exp
6875 * gdb.fortran/logical.exp
6876 * gdb.fortran/module.exp
6877 * gdb.fortran/multi-dim.exp
6878 * gdb.fortran/nested-funcs.exp
6879 * gdb.fortran/print-formatted.exp
6880 * gdb.fortran/subarray.exp
6881 * gdb.fortran/vla-alloc-assoc.exp
6882 * gdb.fortran/vla-datatypes.exp
6883 * gdb.fortran/vla-history.exp
6884 * gdb.fortran/vla-ptr-info.exp
6885 * gdb.fortran/vla-ptype-sub.exp
6886 * gdb.fortran/vla-ptype.exp
6887 * gdb.fortran/vla-sizeof.exp
6888 * gdb.fortran/vla-type.exp
6889 * gdb.fortran/vla-value-sub-arbitrary.exp
6890 * gdb.fortran/vla-value-sub-finish.exp
6891 * gdb.fortran/vla-value-sub.exp
6892 * gdb.fortran/vla-value.exp
6893 * gdb.fortran/whatis_type.exp
6894 * gdb.go/chan.exp
6895 * gdb.go/handcall.exp
6896 * gdb.go/hello.exp
6897 * gdb.go/integers.exp
6898 * gdb.go/methods.exp
6899 * gdb.go/package.exp
6900 * gdb.go/strings.exp
6901 * gdb.go/types.exp
6902 * gdb.go/unsafe.exp
6903 * gdb.guile/scm-arch.exp
6904 * gdb.guile/scm-block.exp
6905 * gdb.guile/scm-breakpoint.exp
6906 * gdb.guile/scm-cmd.exp
6907 * gdb.guile/scm-disasm.exp
6908 * gdb.guile/scm-equal.exp
6909 * gdb.guile/scm-frame-args.exp
6910 * gdb.guile/scm-frame-inline.exp
6911 * gdb.guile/scm-frame.exp
6912 * gdb.guile/scm-iterator.exp
6913 * gdb.guile/scm-math.exp
6914 * gdb.guile/scm-objfile.exp
6915 * gdb.guile/scm-ports.exp
6916 * gdb.guile/scm-symbol.exp
6917 * gdb.guile/scm-symtab.exp
6918 * gdb.guile/scm-value-cc.exp
6919 * gdb.guile/types-module.exp
6920 * gdb.linespec/break-ask.exp
6921 * gdb.linespec/cpexplicit.exp
6922 * gdb.linespec/explicit.exp
6923 * gdb.linespec/keywords.exp
6924 * gdb.linespec/linespec.exp
6925 * gdb.linespec/ls-dollar.exp
6926 * gdb.linespec/ls-errs.exp
6927 * gdb.linespec/skip-two.exp
6928 * gdb.linespec/thread.exp
6929 * gdb.mi/mi-async.exp
6930 * gdb.mi/mi-basics.exp
6931 * gdb.mi/mi-break.exp
6932 * gdb.mi/mi-catch-load.exp
6933 * gdb.mi/mi-cli.exp
6934 * gdb.mi/mi-cmd-param-changed.exp
6935 * gdb.mi/mi-console.exp
6936 * gdb.mi/mi-detach.exp
6937 * gdb.mi/mi-disassemble.exp
6938 * gdb.mi/mi-eval.exp
6939 * gdb.mi/mi-file-transfer.exp
6940 * gdb.mi/mi-file.exp
6941 * gdb.mi/mi-fill-memory.exp
6942 * gdb.mi/mi-inheritance-syntax-error.exp
6943 * gdb.mi/mi-linespec-err-cp.exp
6944 * gdb.mi/mi-logging.exp
6945 * gdb.mi/mi-memory-changed.exp
6946 * gdb.mi/mi-read-memory.exp
6947 * gdb.mi/mi-record-changed.exp
6948 * gdb.mi/mi-reg-undefined.exp
6949 * gdb.mi/mi-regs.exp
6950 * gdb.mi/mi-return.exp
6951 * gdb.mi/mi-reverse.exp
6952 * gdb.mi/mi-simplerun.exp
6953 * gdb.mi/mi-solib.exp
6954 * gdb.mi/mi-stack.exp
6955 * gdb.mi/mi-stepi.exp
6956 * gdb.mi/mi-syn-frame.exp
6957 * gdb.mi/mi-until.exp
6958 * gdb.mi/mi-var-block.exp
6959 * gdb.mi/mi-var-child.exp
6960 * gdb.mi/mi-var-cmd.exp
6961 * gdb.mi/mi-var-cp.exp
6962 * gdb.mi/mi-var-display.exp
6963 * gdb.mi/mi-var-invalidate.exp
6964 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6965 * gdb.mi/mi-vla-fortran.exp
6966 * gdb.mi/mi-watch.exp
6967 * gdb.mi/mi2-var-child.exp
6968 * gdb.mi/user-selected-context-sync.exp
6969 * gdb.modula2/unbounded-array.exp
6970 * gdb.multi/dummy-frame-restore.exp
6971 * gdb.multi/multi-arch-exec.exp
6972 * gdb.multi/multi-arch.exp
6973 * gdb.multi/tids.exp
6974 * gdb.multi/watchpoint-multi.exp
6975 * gdb.opencl/callfuncs.exp
6976 * gdb.opencl/convs_casts.exp
6977 * gdb.opencl/datatypes.exp
6978 * gdb.opencl/operators.exp
6979 * gdb.opencl/vec_comps.exp
6980 * gdb.opt/clobbered-registers-O2.exp
6981 * gdb.opt/inline-break.exp
6982 * gdb.opt/inline-bt.exp
6983 * gdb.opt/inline-cmds.exp
6984 * gdb.opt/inline-locals.exp
6985 * gdb.pascal/case-insensitive-symbols.exp
6986 * gdb.pascal/floats.exp
6987 * gdb.pascal/gdb11492.exp
6988 * gdb.python/lib-types.exp
6989 * gdb.python/py-arch.exp
6990 * gdb.python/py-as-string.exp
6991 * gdb.python/py-bad-printers.exp
6992 * gdb.python/py-block.exp
6993 * gdb.python/py-breakpoint-create-fail.exp
6994 * gdb.python/py-breakpoint.exp
6995 * gdb.python/py-caller-is.exp
6996 * gdb.python/py-cmd.exp
6997 * gdb.python/py-explore-cc.exp
6998 * gdb.python/py-explore.exp
6999 * gdb.python/py-finish-breakpoint.exp
7000 * gdb.python/py-finish-breakpoint2.exp
7001 * gdb.python/py-frame-args.exp
7002 * gdb.python/py-frame-inline.exp
7003 * gdb.python/py-frame.exp
7004 * gdb.python/py-framefilter-mi.exp
7005 * gdb.python/py-infthread.exp
7006 * gdb.python/py-lazy-string.exp
7007 * gdb.python/py-linetable.exp
7008 * gdb.python/py-mi-events.exp
7009 * gdb.python/py-mi-objfile.exp
7010 * gdb.python/py-mi.exp
7011 * gdb.python/py-objfile.exp
7012 * gdb.python/py-pp-integral.exp
7013 * gdb.python/py-pp-maint.exp
7014 * gdb.python/py-pp-re-notag.exp
7015 * gdb.python/py-pp-registration.exp
7016 * gdb.python/py-recurse-unwind.exp
7017 * gdb.python/py-strfns.exp
7018 * gdb.python/py-symbol.exp
7019 * gdb.python/py-symtab.exp
7020 * gdb.python/py-sync-interp.exp
7021 * gdb.python/py-typeprint.exp
7022 * gdb.python/py-unwind-maint.exp
7023 * gdb.python/py-unwind.exp
7024 * gdb.python/py-value-cc.exp
7025 * gdb.python/py-xmethods.exp
7026 * gdb.reverse/amd64-tailcall-reverse.exp
7027 * gdb.reverse/break-precsave.exp
7028 * gdb.reverse/break-reverse.exp
7029 * gdb.reverse/consecutive-precsave.exp
7030 * gdb.reverse/consecutive-reverse.exp
7031 * gdb.reverse/finish-precsave.exp
7032 * gdb.reverse/finish-reverse-bkpt.exp
7033 * gdb.reverse/finish-reverse.exp
7034 * gdb.reverse/fstatat-reverse.exp
7035 * gdb.reverse/getresuid-reverse.exp
7036 * gdb.reverse/i386-precsave.exp
7037 * gdb.reverse/i386-reverse.exp
7038 * gdb.reverse/i386-sse-reverse.exp
7039 * gdb.reverse/i387-env-reverse.exp
7040 * gdb.reverse/i387-stack-reverse.exp
7041 * gdb.reverse/insn-reverse.exp
7042 * gdb.reverse/machinestate-precsave.exp
7043 * gdb.reverse/machinestate.exp
7044 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7045 * gdb.reverse/pipe-reverse.exp
7046 * gdb.reverse/readv-reverse.exp
7047 * gdb.reverse/recvmsg-reverse.exp
7048 * gdb.reverse/rerun-prec.exp
7049 * gdb.reverse/s390-mvcle.exp
7050 * gdb.reverse/step-precsave.exp
7051 * gdb.reverse/step-reverse.exp
7052 * gdb.reverse/time-reverse.exp
7053 * gdb.reverse/until-precsave.exp
7054 * gdb.reverse/until-reverse.exp
7055 * gdb.reverse/waitpid-reverse.exp
7056 * gdb.reverse/watch-precsave.exp
7057 * gdb.reverse/watch-reverse.exp
7058 * gdb.rust/generics.exp
7059 * gdb.rust/methods.exp
7060 * gdb.rust/modules.exp
7061 * gdb.rust/simple.exp
7062 * gdb.server/connect-with-no-symbol-file.exp
7063 * gdb.server/ext-attach.exp
7064 * gdb.server/ext-restart.exp
7065 * gdb.server/ext-wrapper.exp
7066 * gdb.server/file-transfer.exp
7067 * gdb.server/server-exec-info.exp
7068 * gdb.server/server-kill.exp
7069 * gdb.server/server-mon.exp
7070 * gdb.server/wrapper.exp
7071 * gdb.stabs/exclfwd.exp
7072 * gdb.stabs/gdb11479.exp
7073 * gdb.threads/clone-new-thread-event.exp
7074 * gdb.threads/corethreads.exp
7075 * gdb.threads/current-lwp-dead.exp
7076 * gdb.threads/dlopen-libpthread.exp
7077 * gdb.threads/gcore-thread.exp
7078 * gdb.threads/sigstep-threads.exp
7079 * gdb.threads/watchpoint-fork.exp
7080 * gdb.trace/actions-changed.exp
7081 * gdb.trace/backtrace.exp
7082 * gdb.trace/change-loc.exp
7083 * gdb.trace/circ.exp
7084 * gdb.trace/collection.exp
7085 * gdb.trace/disconnected-tracing.exp
7086 * gdb.trace/ftrace.exp
7087 * gdb.trace/mi-trace-frame-collected.exp
7088 * gdb.trace/mi-trace-unavailable.exp
7089 * gdb.trace/mi-traceframe-changed.exp
7090 * gdb.trace/mi-tsv-changed.exp
7091 * gdb.trace/no-attach-trace.exp
7092 * gdb.trace/passc-dyn.exp
7093 * gdb.trace/qtro.exp
7094 * gdb.trace/range-stepping.exp
7095 * gdb.trace/read-memory.exp
7096 * gdb.trace/save-trace.exp
7097 * gdb.trace/signal.exp
7098 * gdb.trace/status-stop.exp
7099 * gdb.trace/tfile.exp
7100 * gdb.trace/trace-break.exp
7101 * gdb.trace/trace-buffer-size.exp
7102 * gdb.trace/trace-condition.exp
7103 * gdb.trace/tracefile-pseudo-reg.exp
7104 * gdb.trace/tstatus.exp
7105 * gdb.trace/unavailable.exp
7106 * gdb.trace/while-dyn.exp
7107 * gdb.trace/while-stepping.exp
7108
34c41c68
DE
71092016-12-22 Doug Evans <xdje42@gmail.com>
7110
7111 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7112 and msymbols.
7113
16e69324
YQ
71142016-12-19 Yao Qi <yao.qi@linaro.org>
7115
7116 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7117 (test_with_self): Don't call do_steps_and_nexts, and remove
7118 code about stepping into xmalloc.
7119
f94f411b
YQ
71202016-12-09 Yao Qi <yao.qi@linaro.org>
7121
7122 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7123
71242016-12-09 Yao Qi <yao.qi@linaro.org>
7125
7126 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7127
f1b5deee
PA
71282016-12-09 Pedro Alves <palves@redhat.com>
7129
7130 * gdb.base/all-architectures-0.exp: New file.
7131 * gdb.base/all-architectures-1.exp: New file.
7132 * gdb.base/all-architectures-2.exp: New file.
7133 * gdb.base/all-architectures-3.exp: New file.
7134 * gdb.base/all-architectures-4.exp: New file.
7135 * gdb.base/all-architectures-5.exp: New file.
7136 * gdb.base/all-architectures-6.exp: New file.
7137 * gdb.base/all-architectures-7.exp: New file.
7138 * gdb.base/all-architectures.exp.in: New file.
7139
364ca42e
YQ
71402016-12-09 Yao Qi <yao.qi@linaro.org>
7141
7142 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7143
107c2d62
LM
71442016-12-02 Luis Machado <lgustavo@codesourcery.com>
7145
7146 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7147 possible.
7148 Remove useless pattern-matching code.
7149
df3ee9ca
PA
71502016-12-02 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7153 procedure.
7154 (top level): Call it.
7155
ec835369
PA
71562016-12-02 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7159 New procedure.
7160 (top level): Call it.
7161
01770bbd
PA
71622016-12-02 Pedro Alves <palves@redhat.com>
7163
7164 PR cli/20559
7165 * gdb.base/commands.exp (user_defined_command_args_eval): New
7166 procedure.
7167 (top level): Call it.
7168
008459ea
LM
71692016-12-02 Luis Machado <lgustavo@codesourcery.com>
7170
7171 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7172 timeout handling.
7173
0c1b455e
TT
71742016-12-02 Tom Tromey <tom@tromey.com>
7175
7176 * gdb.dwarf2/main-subprogram.c: New file.
7177 * gdb.dwarf2/main-subprogram.exp: New file.
7178
018572b8
LM
71792016-12-01 Luis Machado <lgustavo@codesourcery.com>
7180
7181 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7182 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7183 gdb_test_no_output for a couple of cases.
7184 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7185
84c93cd5
LM
71862016-12-01 Luis Machado <lgustavo@codesourcery.com>
7187
7188 Fix test names and standardize compilation error messages throughout
7189 the following files:
7190
7191 * gdb.ada/start.exp
7192 * gdb.arch/alpha-step.exp
7193 * gdb.arch/e500-prologue.exp
7194 * gdb.arch/ftrace-insn-reloc.exp
7195 * gdb.arch/gdb1291.exp
7196 * gdb.arch/gdb1431.exp
7197 * gdb.arch/gdb1558.exp
7198 * gdb.arch/i386-dr3-watch.exp
7199 * gdb.arch/i386-sse-stack-align.exp
7200 * gdb.arch/ia64-breakpoint-shadow.exp
7201 * gdb.arch/pa-nullify.exp
7202 * gdb.arch/powerpc-aix-prologue.exp
7203 * gdb.arch/thumb-bx-pc.exp
7204 * gdb.base/annota1.exp
7205 * gdb.base/annota3.exp
7206 * gdb.base/arrayidx.exp
7207 * gdb.base/assign.exp
7208 * gdb.base/attach.exp
7209 * gdb.base/auxv.exp
7210 * gdb.base/bang.exp
7211 * gdb.base/bfp-test.exp
7212 * gdb.base/bigcore.exp
7213 * gdb.base/bitfields2.exp
7214 * gdb.base/break-fun-addr.exp
7215 * gdb.base/break-probes.exp
7216 * gdb.base/call-rt-st.exp
7217 * gdb.base/callexit.exp
7218 * gdb.base/catch-fork-kill.exp
7219 * gdb.base/charset.exp
7220 * gdb.base/checkpoint.exp
7221 * gdb.base/comprdebug.exp
7222 * gdb.base/constvars.exp
7223 * gdb.base/coredump-filter.exp
7224 * gdb.base/cursal.exp
7225 * gdb.base/cvexpr.exp
7226 * gdb.base/detach.exp
7227 * gdb.base/display.exp
7228 * gdb.base/dmsym.exp
7229 * gdb.base/dprintf-pending.exp
7230 * gdb.base/dso2dso.exp
7231 * gdb.base/dtrace-probe.exp
7232 * gdb.base/dump.exp
7233 * gdb.base/enum_cond.exp
7234 * gdb.base/exe-lock.exp
7235 * gdb.base/exec-invalid-sysroot.exp
7236 * gdb.base/execl-update-breakpoints.exp
7237 * gdb.base/exprs.exp
7238 * gdb.base/fileio.exp
7239 * gdb.base/find.exp
7240 * gdb.base/finish.exp
7241 * gdb.base/fixsection.exp
7242 * gdb.base/foll-vfork.exp
7243 * gdb.base/frame-args.exp
7244 * gdb.base/gcore.exp
7245 * gdb.base/gdb1250.exp
7246 * gdb.base/global-var-nested-by-dso.exp
7247 * gdb.base/gnu-ifunc.exp
7248 * gdb.base/hashline1.exp
7249 * gdb.base/hashline2.exp
7250 * gdb.base/hashline3.exp
7251 * gdb.base/hbreak-in-shr-unsupported.exp
7252 * gdb.base/huge.exp
7253 * gdb.base/infcall-input.exp
7254 * gdb.base/info-fun.exp
7255 * gdb.base/info-shared.exp
7256 * gdb.base/jit-simple.exp
7257 * gdb.base/jit-so.exp
7258 * gdb.base/jit.exp
7259 * gdb.base/jump.exp
7260 * gdb.base/label.exp
7261 * gdb.base/lineinc.exp
7262 * gdb.base/logical.exp
7263 * gdb.base/longjmp.exp
7264 * gdb.base/macscp.exp
7265 * gdb.base/miscexprs.exp
7266 * gdb.base/new-ui-echo.exp
7267 * gdb.base/new-ui-pending-input.exp
7268 * gdb.base/new-ui.exp
7269 * gdb.base/nodebug.exp
7270 * gdb.base/nofield.exp
7271 * gdb.base/offsets.exp
7272 * gdb.base/overlays.exp
7273 * gdb.base/pending.exp
7274 * gdb.base/pointers.exp
7275 * gdb.base/pr11022.exp
7276 * gdb.base/printcmds.exp
7277 * gdb.base/prologue.exp
7278 * gdb.base/ptr-typedef.exp
7279 * gdb.base/realname-expand.exp
7280 * gdb.base/relativedebug.exp
7281 * gdb.base/relocate.exp
7282 * gdb.base/remote.exp
7283 * gdb.base/reread.exp
7284 * gdb.base/return2.exp
7285 * gdb.base/savedregs.exp
7286 * gdb.base/sep.exp
7287 * gdb.base/sepdebug.exp
7288 * gdb.base/sepsymtab.exp
7289 * gdb.base/set-inferior-tty.exp
7290 * gdb.base/setshow.exp
7291 * gdb.base/shlib-call.exp
7292 * gdb.base/sigaltstack.exp
7293 * gdb.base/siginfo-addr.exp
7294 * gdb.base/signals.exp
7295 * gdb.base/signull.exp
7296 * gdb.base/sigrepeat.exp
7297 * gdb.base/so-impl-ld.exp
7298 * gdb.base/solib-display.exp
7299 * gdb.base/solib-overlap.exp
7300 * gdb.base/solib-search.exp
7301 * gdb.base/solib-symbol.exp
7302 * gdb.base/structs.exp
7303 * gdb.base/structs2.exp
7304 * gdb.base/symtab-search-order.exp
7305 * gdb.base/twice.exp
7306 * gdb.base/unload.exp
7307 * gdb.base/varargs.exp
7308 * gdb.base/watchpoint-solib.exp
7309 * gdb.base/watchpoint.exp
7310 * gdb.base/whatis.exp
7311 * gdb.base/wrong_frame_bt_full.exp
7312 * gdb.btrace/dlopen.exp
7313 * gdb.cell/ea-standalone.exp
7314 * gdb.cell/ea-test.exp
7315 * gdb.cp/dispcxx.exp
7316 * gdb.cp/gdb2384.exp
7317 * gdb.cp/method2.exp
7318 * gdb.cp/nextoverthrow.exp
7319 * gdb.cp/pr10728.exp
7320 * gdb.disasm/am33.exp
7321 * gdb.disasm/h8300s.exp
7322 * gdb.disasm/mn10300.exp
7323 * gdb.disasm/sh3.exp
7324 * gdb.dwarf2/dw2-dir-file-name.exp
7325 * gdb.fortran/complex.exp
7326 * gdb.fortran/library-module.exp
7327 * gdb.guile/scm-pretty-print.exp
7328 * gdb.guile/scm-symbol.exp
7329 * gdb.guile/scm-type.exp
7330 * gdb.guile/scm-value.exp
7331 * gdb.linespec/linespec.exp
7332 * gdb.mi/gdb701.exp
7333 * gdb.mi/gdb792.exp
7334 * gdb.mi/mi-breakpoint-changed.exp
7335 * gdb.mi/mi-dprintf-pending.exp
7336 * gdb.mi/mi-dprintf.exp
7337 * gdb.mi/mi-exit-code.exp
7338 * gdb.mi/mi-pending.exp
7339 * gdb.mi/mi-solib.exp
7340 * gdb.mi/new-ui-mi-sync.exp
7341 * gdb.mi/pr11022.exp
7342 * gdb.mi/user-selected-context-sync.exp
7343 * gdb.opt/solib-intra-step.exp
7344 * gdb.python/py-events.exp
7345 * gdb.python/py-finish-breakpoint.exp
7346 * gdb.python/py-mi.exp
7347 * gdb.python/py-prettyprint.exp
7348 * gdb.python/py-shared.exp
7349 * gdb.python/py-symbol.exp
7350 * gdb.python/py-template.exp
7351 * gdb.python/py-type.exp
7352 * gdb.python/py-value.exp
7353 * gdb.reverse/solib-precsave.exp
7354 * gdb.reverse/solib-reverse.exp
7355 * gdb.server/solib-list.exp
7356 * gdb.stabs/weird.exp
7357 * gdb.threads/reconnect-signal.exp
7358 * gdb.threads/stepi-random-signal.exp
7359 * gdb.trace/actions.exp
7360 * gdb.trace/ax.exp
7361 * gdb.trace/backtrace.exp
7362 * gdb.trace/change-loc.exp
7363 * gdb.trace/deltrace.exp
7364 * gdb.trace/ftrace-lock.exp
7365 * gdb.trace/ftrace.exp
7366 * gdb.trace/infotrace.exp
7367 * gdb.trace/mi-tracepoint-changed.exp
7368 * gdb.trace/packetlen.exp
7369 * gdb.trace/passcount.exp
7370 * gdb.trace/pending.exp
7371 * gdb.trace/range-stepping.exp
7372 * gdb.trace/report.exp
7373 * gdb.trace/stap-trace.exp
7374 * gdb.trace/tfind.exp
7375 * gdb.trace/trace-break.exp
7376 * gdb.trace/trace-condition.exp
7377 * gdb.trace/trace-enable-disable.exp
7378 * gdb.trace/trace-mt.exp
7379 * gdb.trace/tracecmd.exp
7380 * gdb.trace/tspeed.exp
7381 * gdb.trace/tsv.exp
7382 * lib/perftest.exp
7383
fb9feb35
LM
73842016-12-01 Luis Machado <lgustavo@codesourcery.com>
7385
7386 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7387 with gdb_test_no_output.
7388 Use command as test name.
7389
cd2ddb6c
LM
73902016-12-01 Luis Machado <lgustavo@codesourcery.com>
7391
7392 Fix test names starting with uppercase throughout the files.
7393
7394 * gdb.ada/assign_1.exp
7395 * gdb.ada/boolean_expr.exp
7396 * gdb.base/arrayidx.exp
7397 * gdb.base/del.exp
7398 * gdb.base/gcore-buffer-overflow.exp
7399 * gdb.base/testenv.exp
7400 * gdb.compile/compile.exp
7401 * gdb.python/py-framefilter-invalidarg.exp
7402 * gdb.python/py-framefilter.exp
7403
bb95117e
LM
74042016-12-01 Luis Machado <lgustavo@codesourcery.com>
7405
7406 Fix test names starting with uppercase throughout the files.
7407
7408 * gdb.ada/array_return.exp
7409 * gdb.ada/expr_delims.exp
7410 * gdb.ada/mi_dyn_arr.exp
7411 * gdb.ada/mi_interface.exp
7412 * gdb.ada/mi_var_array.exp
7413 * gdb.ada/watch_arg.exp
7414 * gdb.arch/alpha-step.exp
7415 * gdb.arch/altivec-regs.exp
7416 * gdb.arch/e500-regs.exp
7417 * gdb.arch/powerpc-d128-regs.exp
7418 * gdb.base/arrayidx.exp
7419 * gdb.base/break.exp
7420 * gdb.base/checkpoint.exp
7421 * gdb.base/debug-expr.exp
7422 * gdb.base/dmsym.exp
7423 * gdb.base/radix.exp
7424 * gdb.base/sepdebug.exp
7425 * gdb.base/testenv.exp
7426 * gdb.base/watch_thread_num.exp
7427 * gdb.base/watchpoint-cond-gone.exp
7428 * gdb.cell/break.exp
7429 * gdb.cell/ea-cache.exp
7430 * gdb.compile/compile.exp
7431 * gdb.cp/gdb2495.exp
7432 * gdb.gdb/selftest.exp
7433 * gdb.gdb/xfullpath.exp
7434 * gdb.go/hello.exp
7435 * gdb.go/integers.exp
7436 * gdb.objc/basicclass.exp
7437 * gdb.pascal/hello.exp
7438 * gdb.pascal/integers.exp
7439 * gdb.python/py-breakpoint.exp
7440 * gdb.python/py-cmd.exp
7441 * gdb.python/py-linetable.exp
7442 * gdb.python/py-xmethods.exp
7443 * gdb.python/python.exp
7444 * gdb.reverse/consecutive-precsave.exp
7445 * gdb.reverse/finish-precsave.exp
7446 * gdb.reverse/i386-precsave.exp
7447 * gdb.reverse/machinestate-precsave.exp
7448 * gdb.reverse/sigall-precsave.exp
7449 * gdb.reverse/solib-precsave.exp
7450 * gdb.reverse/step-precsave.exp
7451 * gdb.reverse/until-precsave.exp
7452 * gdb.reverse/watch-precsave.exp
7453 * gdb.threads/leader-exit.exp
7454 * gdb.threads/pthreads.exp
7455 * gdb.threads/wp-replication.exp
7456 * gdb.trace/actions.exp
7457 * gdb.trace/mi-tsv-changed.exp
7458 * gdb.trace/tsv.exp
7459
de97fdd4
LM
74602016-12-01 Luis Machado <lgustavo@codesourcery.com>
7461
7462 Fix test names starting with uppercase throughout the files.
7463
7464 * gdb.arch/i386-bp_permanent.exp
7465 * gdb.arch/i386-gnu-cfi.exp
7466 * gdb.base/disasm-end-cu.exp
7467 * gdb.base/macscp.exp
7468 * gdb.base/pending.exp
7469 * gdb.base/watch_thread_num.exp
7470 * gdb.cp/exception.exp
7471 * gdb.cp/gdb2495.exp
7472 * gdb.cp/local.exp
7473 * gdb.python/py-evsignal.exp
7474 * gdb.python/python.exp
7475 * gdb.trace/tracecmd.exp
7476
9f058c10
LM
74772016-12-01 Luis Machado <lgustavo@codesourcery.com>
7478
7479 Fix test names starting with uppercase throughout the files.
7480
7481 * gdb.base/charset.exp
7482 * gdb.base/eval.exp
7483 * gdb.base/multi-forks.exp
7484 * gdb.guile/scm-progspace.exp
7485 * gdb.opencl/datatypes.exp
7486 * gdb.python/py-block.exp
7487 * gdb.python/py-function.exp
7488 * gdb.python/py-symbol.exp
7489 * gdb.python/py-symtab.exp
7490 * gdb.python/py-xmethods.exp
7491 * gdb.reverse/break-precsave.exp
7492 * gdb.reverse/break-reverse.exp
7493 * gdb.reverse/consecutive-precsave.exp
7494 * gdb.reverse/consecutive-reverse.exp
7495 * gdb.reverse/finish-precsave.exp
7496 * gdb.reverse/finish-reverse-bkpt.exp
7497 * gdb.reverse/finish-reverse.exp
7498 * gdb.reverse/fstatat-reverse.exp
7499 * gdb.reverse/getresuid-reverse.exp
7500 * gdb.reverse/i386-precsave.exp
7501 * gdb.reverse/i386-reverse.exp
7502 * gdb.reverse/i386-sse-reverse.exp
7503 * gdb.reverse/i387-stack-reverse.exp
7504 * gdb.reverse/insn-reverse.exp
7505 * gdb.reverse/machinestate-precsave.exp
7506 * gdb.reverse/machinestate.exp
7507 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7508 * gdb.reverse/pipe-reverse.exp
7509 * gdb.reverse/readv-reverse.exp
7510 * gdb.reverse/recvmsg-reverse.exp
7511 * gdb.reverse/rerun-prec.exp
7512 * gdb.reverse/s390-mvcle.exp
7513 * gdb.reverse/sigall-precsave.exp
7514 * gdb.reverse/sigall-reverse.exp
7515 * gdb.reverse/solib-precsave.exp
7516 * gdb.reverse/solib-reverse.exp
7517 * gdb.reverse/step-precsave.exp
7518 * gdb.reverse/step-reverse.exp
7519 * gdb.reverse/time-reverse.exp
7520 * gdb.reverse/until-precsave.exp
7521 * gdb.reverse/until-reverse.exp
7522 * gdb.reverse/waitpid-reverse.exp
7523 * gdb.reverse/watch-precsave.exp
7524 * gdb.reverse/watch-reverse.exp
7525
cdc7edd7
LM
75262016-12-01 Luis Machado <lgustavo@codesourcery.com>
7527
7528 Fix test names starting with uppercase throughout the files.
7529
7530 * gdb.arch/i386-mpx-simple_segv.exp
7531 * gdb.arch/i386-mpx.exp
7532 * gdb.arch/i386-permbkpt.exp
7533 * gdb.arch/pa-nullify.exp
7534 * gdb.arch/powerpc-d128-regs.exp
7535 * gdb.arch/vsx-regs.exp
7536 * gdb.base/bfp-test.exp
7537 * gdb.base/break.exp
7538 * gdb.base/breakpoint-shadow.exp
7539 * gdb.base/callfuncs.exp
7540 * gdb.base/charset.exp
7541 * gdb.base/commands.exp
7542 * gdb.base/completion.exp
7543 * gdb.base/dfp-test.exp
7544 * gdb.base/echo.exp
7545 * gdb.base/ending-run.exp
7546 * gdb.base/eval.exp
7547 * gdb.base/expand-psymtabs.exp
7548 * gdb.base/float128.exp
7549 * gdb.base/floatn.exp
7550 * gdb.base/foll-exec-mode.exp
7551 * gdb.base/gdb1056.exp
7552 * gdb.base/gdb11531.exp
7553 * gdb.base/kill-after-signal.exp
7554 * gdb.base/multi-forks.exp
7555 * gdb.base/overlays.exp
7556 * gdb.base/pending.exp
7557 * gdb.base/sepdebug.exp
7558 * gdb.base/testenv.exp
7559 * gdb.base/valgrind-db-attach.exp
7560 * gdb.base/watch_thread_num.exp
7561 * gdb.base/watchpoint-cond-gone.exp
7562 * gdb.base/watchpoint.exp
7563 * gdb.base/watchpoints.exp
7564 * gdb.cp/arg-reference.exp
7565 * gdb.cp/baseenum.exp
7566 * gdb.cp/operator.exp
7567 * gdb.cp/shadow.exp
7568 * gdb.dwarf2/dw2-op-out-param.exp
7569 * gdb.dwarf2/dw2-reg-undefined.exp
7570 * gdb.go/chan.exp
7571 * gdb.go/hello.exp
7572 * gdb.go/integers.exp
7573 * gdb.go/methods.exp
7574 * gdb.go/package.exp
7575 * gdb.guile/scm-parameter.exp
7576 * gdb.guile/scm-progspace.exp
7577 * gdb.guile/scm-value.exp
7578 * gdb.mi/mi-pending.exp
7579 * gdb.mi/user-selected-context-sync.exp
7580 * gdb.multi/multi-attach.exp
7581 * gdb.multi/tids.exp
7582 * gdb.opt/clobbered-registers-O2.exp
7583 * gdb.pascal/floats.exp
7584 * gdb.pascal/integers.exp
7585 * gdb.python/py-block.exp
7586 * gdb.python/py-events.exp
7587 * gdb.python/py-parameter.exp
7588 * gdb.python/py-symbol.exp
7589 * gdb.python/py-symtab.exp
7590 * gdb.python/py-type.exp
7591 * gdb.python/py-value.exp
7592 * gdb.python/py-xmethods.exp
7593 * gdb.python/python.exp
7594 * gdb.reverse/break-precsave.exp
7595 * gdb.reverse/consecutive-precsave.exp
7596 * gdb.reverse/finish-precsave.exp
7597 * gdb.reverse/i386-precsave.exp
7598 * gdb.reverse/machinestate-precsave.exp
7599 * gdb.reverse/sigall-precsave.exp
7600 * gdb.reverse/solib-precsave.exp
7601 * gdb.reverse/step-precsave.exp
7602 * gdb.reverse/until-precsave.exp
7603 * gdb.reverse/watch-precsave.exp
7604 * gdb.server/ext-attach.exp
7605 * gdb.server/ext-restart.exp
7606 * gdb.server/ext-run.exp
7607 * gdb.server/ext-wrapper.exp
7608 * gdb.stabs/gdb11479.exp
7609 * gdb.stabs/weird.exp
7610 * gdb.threads/attach-many-short-lived-threads.exp
7611 * gdb.threads/kill.exp
7612 * gdb.threads/watchpoint-fork.exp
7613
bc6c7af4
LM
76142016-12-01 Luis Machado <lgustavo@codesourcery.com>
7615
7616 Fix test names starting with uppercase throughout all the files below.
7617
7618 * gdb.ada/array_return.exp
7619 * gdb.ada/catch_ex.exp
7620 * gdb.ada/info_exc.exp
7621 * gdb.ada/mi_catch_ex.exp
7622 * gdb.ada/mi_dyn_arr.exp
7623 * gdb.ada/mi_ex_cond.exp
7624 * gdb.ada/mi_exc_info.exp
7625 * gdb.ada/mi_interface.exp
7626 * gdb.ada/mi_task_arg.exp
7627 * gdb.ada/mi_task_info.exp
7628 * gdb.ada/mi_var_array.exp
7629 * gdb.arch/alpha-step.exp
7630 * gdb.arch/amd64-disp-step.exp
7631 * gdb.arch/arm-disp-step.exp
7632 * gdb.arch/disp-step-insn-reloc.exp
7633 * gdb.arch/e500-prologue.exp
7634 * gdb.arch/ftrace-insn-reloc.exp
7635 * gdb.arch/gdb1558.exp
7636 * gdb.arch/i386-bp_permanent.exp
7637 * gdb.arch/i386-disp-step.exp
7638 * gdb.arch/i386-float.exp
7639 * gdb.arch/i386-gnu-cfi.exp
7640 * gdb.arch/ia64-breakpoint-shadow.exp
7641 * gdb.arch/mips16-thunks.exp
7642 * gdb.arch/pa-nullify.exp
7643 * gdb.arch/powerpc-aix-prologue.exp
7644 * gdb.arch/powerpc-power.exp
7645 * gdb.arch/ppc-dfp.exp
7646 * gdb.arch/s390-tdbregs.exp
7647 * gdb.arch/spu-info.exp
7648 * gdb.arch/spu-ls.exp
7649 * gdb.arch/thumb-bx-pc.exp
7650 * gdb.base/advance.exp
7651 * gdb.base/annota-input-while-running.exp
7652 * gdb.base/arrayidx.exp
7653 * gdb.base/asmlabel.exp
7654 * gdb.base/async.exp
7655 * gdb.base/attach-wait-input.exp
7656 * gdb.base/auto-connect-native-target.exp
7657 * gdb.base/batch-preserve-term-settings.exp
7658 * gdb.base/bfp-test.exp
7659 * gdb.base/bigcore.exp
7660 * gdb.base/bp-permanent.exp
7661 * gdb.base/break-always.exp
7662 * gdb.base/break-fun-addr.exp
7663 * gdb.base/break-idempotent.exp
7664 * gdb.base/break-main-file-remove-fail.exp
7665 * gdb.base/break-probes.exp
7666 * gdb.base/break-unload-file.exp
7667 * gdb.base/break.exp
7668 * gdb.base/call-ar-st.exp
7669 * gdb.base/call-rt-st.exp
7670 * gdb.base/call-sc.exp
7671 * gdb.base/call-signal-resume.exp
7672 * gdb.base/call-strs.exp
7673 * gdb.base/callexit.exp
7674 * gdb.base/callfuncs.exp
7675 * gdb.base/catch-gdb-caused-signals.exp
7676 * gdb.base/catch-signal-siginfo-cond.exp
7677 * gdb.base/catch-syscall.exp
7678 * gdb.base/compare-sections.exp
7679 * gdb.base/cond-eval-mode.exp
7680 * gdb.base/condbreak-call-false.exp
7681 * gdb.base/consecutive-step-over.exp
7682 * gdb.base/cursal.exp
7683 * gdb.base/disabled-location.exp
7684 * gdb.base/disasm-end-cu.exp
7685 * gdb.base/display.exp
7686 * gdb.base/double-prompt-target-event-error.exp
7687 * gdb.base/dprintf-bp-same-addr.exp
7688 * gdb.base/dprintf-detach.exp
7689 * gdb.base/dprintf-next.exp
7690 * gdb.base/dprintf-non-stop.exp
7691 * gdb.base/dprintf-pending.exp
7692 * gdb.base/dso2dso.exp
7693 * gdb.base/ending-run.exp
7694 * gdb.base/enum_cond.exp
7695 * gdb.base/examine-backward.exp
7696 * gdb.base/exe-lock.exp
7697 * gdb.base/exec-invalid-sysroot.exp
7698 * gdb.base/execl-update-breakpoints.exp
7699 * gdb.base/execution-termios.exp
7700 * gdb.base/fileio.exp
7701 * gdb.base/fixsection.exp
7702 * gdb.base/foll-exec-mode.exp
7703 * gdb.base/foll-exec.exp
7704 * gdb.base/fork-running-state.exp
7705 * gdb.base/frame-args.exp
7706 * gdb.base/fullpath-expand.exp
7707 * gdb.base/func-ptr.exp
7708 * gdb.base/gcore-relro-pie.exp
7709 * gdb.base/gdb1090.exp
7710 * gdb.base/gdb1555.exp
7711 * gdb.base/global-var-nested-by-dso.exp
7712 * gdb.base/gnu-ifunc.exp
7713 * gdb.base/hbreak-in-shr-unsupported.exp
7714 * gdb.base/hbreak-unmapped.exp
7715 * gdb.base/hook-stop.exp
7716 * gdb.base/infcall-input.exp
7717 * gdb.base/info-fun.exp
7718 * gdb.base/info-shared.exp
7719 * gdb.base/interrupt-noterm.exp
7720 * gdb.base/jit-so.exp
7721 * gdb.base/jit.exp
7722 * gdb.base/line-symtabs.exp
7723 * gdb.base/list.exp
7724 * gdb.base/longjmp.exp
7725 * gdb.base/macscp.exp
7726 * gdb.base/max-value-size.exp
7727 * gdb.base/nodebug.exp
7728 * gdb.base/nofield.exp
7729 * gdb.base/overlays.exp
7730 * gdb.base/paginate-after-ctrl-c-running.exp
7731 * gdb.base/paginate-bg-execution.exp
7732 * gdb.base/paginate-inferior-exit.exp
7733 * gdb.base/pending.exp
7734 * gdb.base/pr11022.exp
7735 * gdb.base/printcmds.exp
7736 * gdb.base/ptr-typedef.exp
7737 * gdb.base/ptype.exp
7738 * gdb.base/randomize.exp
7739 * gdb.base/range-stepping.exp
7740 * gdb.base/realname-expand.exp
7741 * gdb.base/relativedebug.exp
7742 * gdb.base/remote.exp
7743 * gdb.base/savedregs.exp
7744 * gdb.base/sepdebug.exp
7745 * gdb.base/set-noassign.exp
7746 * gdb.base/shlib-call.exp
7747 * gdb.base/shreloc.exp
7748 * gdb.base/sigaltstack.exp
7749 * gdb.base/sigbpt.exp
7750 * gdb.base/siginfo-addr.exp
7751 * gdb.base/siginfo-obj.exp
7752 * gdb.base/siginfo-thread.exp
7753 * gdb.base/signest.exp
7754 * gdb.base/signull.exp
7755 * gdb.base/sigrepeat.exp
7756 * gdb.base/skip.exp
7757 * gdb.base/so-impl-ld.exp
7758 * gdb.base/solib-corrupted.exp
7759 * gdb.base/solib-disc.exp
7760 * gdb.base/solib-display.exp
7761 * gdb.base/solib-overlap.exp
7762 * gdb.base/solib-search.exp
7763 * gdb.base/solib-symbol.exp
7764 * gdb.base/source-execution.exp
7765 * gdb.base/sss-bp-on-user-bp-2.exp
7766 * gdb.base/sss-bp-on-user-bp.exp
7767 * gdb.base/stack-checking.exp
7768 * gdb.base/stale-infcall.exp
7769 * gdb.base/step-break.exp
7770 * gdb.base/step-line.exp
7771 * gdb.base/step-over-exit.exp
7772 * gdb.base/step-test.exp
7773 * gdb.base/structs.exp
7774 * gdb.base/sym-file.exp
7775 * gdb.base/symtab-search-order.exp
7776 * gdb.base/term.exp
7777 * gdb.base/type-opaque.exp
7778 * gdb.base/unload.exp
7779 * gdb.base/until-nodebug.exp
7780 * gdb.base/until.exp
7781 * gdb.base/unwindonsignal.exp
7782 * gdb.base/watch-cond.exp
7783 * gdb.base/watch-non-mem.exp
7784 * gdb.base/watch_thread_num.exp
7785 * gdb.base/watchpoint-reuse-slot.exp
7786 * gdb.base/watchpoint-solib.exp
7787 * gdb.base/watchpoint.exp
7788 * gdb.btrace/dlopen.exp
7789 * gdb.cell/arch.exp
7790 * gdb.cell/break.exp
7791 * gdb.cell/bt.exp
7792 * gdb.cell/core.exp
7793 * gdb.cell/data.exp
7794 * gdb.cell/dwarfaddr.exp
7795 * gdb.cell/ea-cache.exp
7796 * gdb.cell/ea-standalone.exp
7797 * gdb.cell/ea-test.exp
7798 * gdb.cell/f-regs.exp
7799 * gdb.cell/fork.exp
7800 * gdb.cell/gcore.exp
7801 * gdb.cell/mem-access.exp
7802 * gdb.cell/ptype.exp
7803 * gdb.cell/registers.exp
7804 * gdb.cell/sizeof.exp
7805 * gdb.cell/solib-symbol.exp
7806 * gdb.cell/solib.exp
7807 * gdb.compile/compile-tls.exp
7808 * gdb.cp/exception.exp
7809 * gdb.cp/gdb2495.exp
7810 * gdb.cp/local.exp
7811 * gdb.cp/mb-inline.exp
7812 * gdb.cp/mb-templates.exp
7813 * gdb.cp/pr10687.exp
7814 * gdb.cp/pr9167.exp
7815 * gdb.cp/scope-err.exp
7816 * gdb.cp/templates.exp
7817 * gdb.cp/virtfunc.exp
7818 * gdb.dwarf2/dw2-dir-file-name.exp
7819 * gdb.dwarf2/dw2-single-line-discriminators.exp
7820 * gdb.fortran/complex.exp
7821 * gdb.fortran/library-module.exp
7822 * gdb.guile/guile.exp
7823 * gdb.guile/scm-cmd.exp
7824 * gdb.guile/scm-frame-inline.exp
7825 * gdb.guile/scm-objfile.exp
7826 * gdb.guile/scm-pretty-print.exp
7827 * gdb.guile/scm-symbol.exp
7828 * gdb.guile/scm-type.exp
7829 * gdb.guile/scm-value.exp
7830 * gdb.linespec/keywords.exp
7831 * gdb.linespec/ls-errs.exp
7832 * gdb.linespec/macro-relative.exp
7833 * gdb.linespec/thread.exp
7834 * gdb.mi/mi-breakpoint-changed.exp
7835 * gdb.mi/mi-dprintf-pending.exp
7836 * gdb.mi/mi-fullname-deleted.exp
7837 * gdb.mi/mi-logging.exp
7838 * gdb.mi/mi-pending.exp
7839 * gdb.mi/mi-solib.exp
7840 * gdb.mi/new-ui-mi-sync.exp
7841 * gdb.mi/user-selected-context-sync.exp
7842 * gdb.multi/dummy-frame-restore.exp
7843 * gdb.multi/multi-arch-exec.exp
7844 * gdb.multi/remove-inferiors.exp
7845 * gdb.multi/watchpoint-multi-exit.exp
7846 * gdb.opt/solib-intra-step.exp
7847 * gdb.perf/backtrace.exp
7848 * gdb.perf/single-step.exp
7849 * gdb.perf/skip-command.exp
7850 * gdb.perf/skip-prologue.exp
7851 * gdb.perf/solib.exp
7852 * gdb.python/lib-types.exp
7853 * gdb.python/py-as-string.exp
7854 * gdb.python/py-bad-printers.exp
7855 * gdb.python/py-block.exp
7856 * gdb.python/py-breakpoint.exp
7857 * gdb.python/py-cmd.exp
7858 * gdb.python/py-events.exp
7859 * gdb.python/py-evthreads.exp
7860 * gdb.python/py-finish-breakpoint.exp
7861 * gdb.python/py-finish-breakpoint2.exp
7862 * gdb.python/py-frame-inline.exp
7863 * gdb.python/py-frame.exp
7864 * gdb.python/py-inferior.exp
7865 * gdb.python/py-infthread.exp
7866 * gdb.python/py-mi.exp
7867 * gdb.python/py-objfile.exp
7868 * gdb.python/py-pp-maint.exp
7869 * gdb.python/py-pp-registration.exp
7870 * gdb.python/py-prettyprint.exp
7871 * gdb.python/py-recurse-unwind.exp
7872 * gdb.python/py-shared.exp
7873 * gdb.python/py-symbol.exp
7874 * gdb.python/py-symtab.exp
7875 * gdb.python/py-template.exp
7876 * gdb.python/py-type.exp
7877 * gdb.python/py-unwind-maint.exp
7878 * gdb.python/py-unwind.exp
7879 * gdb.python/py-value.exp
7880 * gdb.python/python.exp
7881 * gdb.reverse/finish-reverse-bkpt.exp
7882 * gdb.reverse/insn-reverse.exp
7883 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7884 * gdb.reverse/solib-precsave.exp
7885 * gdb.reverse/solib-reverse.exp
7886 * gdb.stabs/gdb11479.exp
7887 * gdb.stabs/weird.exp
7888 * gdb.threads/fork-child-threads.exp
7889 * gdb.threads/fork-plus-threads.exp
7890 * gdb.threads/fork-thread-pending.exp
7891 * gdb.threads/forking-threads-plus-breakpoint.exp
7892 * gdb.threads/hand-call-in-threads.exp
7893 * gdb.threads/interrupted-hand-call.exp
7894 * gdb.threads/linux-dp.exp
7895 * gdb.threads/local-watch-wrong-thread.exp
7896 * gdb.threads/next-while-other-thread-longjmps.exp
7897 * gdb.threads/non-ldr-exit.exp
7898 * gdb.threads/pending-step.exp
7899 * gdb.threads/print-threads.exp
7900 * gdb.threads/process-dies-while-detaching.exp
7901 * gdb.threads/process-dies-while-handling-bp.exp
7902 * gdb.threads/pthreads.exp
7903 * gdb.threads/queue-signal.exp
7904 * gdb.threads/reconnect-signal.exp
7905 * gdb.threads/signal-command-handle-nopass.exp
7906 * gdb.threads/signal-command-multiple-signals-pending.exp
7907 * gdb.threads/signal-delivered-right-thread.exp
7908 * gdb.threads/signal-sigtrap.exp
7909 * gdb.threads/sigthread.exp
7910 * gdb.threads/staticthreads.exp
7911 * gdb.threads/stepi-random-signal.exp
7912 * gdb.threads/thread-unwindonsignal.exp
7913 * gdb.threads/thread_check.exp
7914 * gdb.threads/thread_events.exp
7915 * gdb.threads/tid-reuse.exp
7916 * gdb.threads/tls-nodebug.exp
7917 * gdb.threads/tls-shared.exp
7918 * gdb.threads/tls-so_extern.exp
7919 * gdb.threads/tls.exp
7920 * gdb.threads/wp-replication.exp
7921 * gdb.trace/actions-changed.exp
7922 * gdb.trace/actions.exp
7923 * gdb.trace/backtrace.exp
7924 * gdb.trace/change-loc.exp
7925 * gdb.trace/collection.exp
7926 * gdb.trace/deltrace.exp
7927 * gdb.trace/disconnected-tracing.exp
7928 * gdb.trace/entry-values.exp
7929 * gdb.trace/ftrace-lock.exp
7930 * gdb.trace/ftrace.exp
7931 * gdb.trace/infotrace.exp
7932 * gdb.trace/mi-trace-frame-collected.exp
7933 * gdb.trace/mi-trace-unavailable.exp
7934 * gdb.trace/mi-traceframe-changed.exp
7935 * gdb.trace/mi-tracepoint-changed.exp
7936 * gdb.trace/mi-tsv-changed.exp
7937 * gdb.trace/no-attach-trace.exp
7938 * gdb.trace/packetlen.exp
7939 * gdb.trace/passc-dyn.exp
7940 * gdb.trace/passcount.exp
7941 * gdb.trace/pending.exp
7942 * gdb.trace/pr16508.exp
7943 * gdb.trace/qtro.exp
7944 * gdb.trace/range-stepping.exp
7945 * gdb.trace/read-memory.exp
7946 * gdb.trace/report.exp
7947 * gdb.trace/save-trace.exp
7948 * gdb.trace/signal.exp
7949 * gdb.trace/stap-trace.exp
7950 * gdb.trace/status-stop.exp
7951 * gdb.trace/strace.exp
7952 * gdb.trace/tfile.exp
7953 * gdb.trace/tfind.exp
7954 * gdb.trace/trace-break.exp
7955 * gdb.trace/trace-condition.exp
7956 * gdb.trace/trace-enable-disable.exp
7957 * gdb.trace/trace-mt.exp
7958 * gdb.trace/tracecmd.exp
7959 * gdb.trace/tracefile-pseudo-reg.exp
7960 * gdb.trace/tspeed.exp
7961 * gdb.trace/tstatus.exp
7962 * gdb.trace/tsv.exp
7963 * gdb.trace/unavailable.exp
7964 * gdb.trace/while-dyn.exp
7965 * gdb.trace/while-stepping.exp
7966 * lib/gdb-guile.exp
7967 * lib/gdb.exp
7968 * lib/mi-support.exp
7969 * lib/pascal.exp
7970 * lib/perftest.exp
7971 * lib/prelink-support.exp
7972 * lib/selftest-support.exp
7973
ad02e4fe
SM
79742016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7975
7976 * Makefile.in: Include disable-implicit-rules.mk.
7977
22347e55
AA
79782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7979
7980 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7981 non-byte-aligned bit fields.
7982
da5b30da
AA
79832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7984
7985 PR gdb/12616
7986 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7987 respects the DW_AT_data_bit_offset attribute.
7988
b593ecca
SM
79892016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7990
7991 * gdb.base/default.exp: Fix output of "set language".
7992
3b165252
SM
79932016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7994
7995 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7996 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7997 make.
7998 * configure.ac: Remove checks for the make program.
7999 * configure: Re-generate.
8000
1a2f3d7f
KB
80012016-11-16 Kevin Buettner <kevinb@redhat.com>
8002
8003 * gdb.python/py-recurse-unwind.c (main): Add loop.
8004 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8005 to read_register() and gdb.parse_and_eval(). Make each code
8006 call a separate case that can be individually tested.
8007 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8008 proc. Call cont_and_backtrace for each of the code paths that
8009 we want to test in the unwinder.
8010
b7f38fda
AA
80112016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8012
8013 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8014 the definition of struct S.
8015
1f8db343
CM
80162016-11-11 Catherine Moore <clm@codesourcery.com>
8017
8018 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8019
fad0c9fb
PA
80202016-11-09 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.base/commands.exp (runto_or_return): New procedure.
8023 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8024 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8025 (progvar_simple_while_test, progvar_complex_if_while_test)
8026 (if_while_breakpoint_command_test)
8027 (infrun_breakpoint_command_test, breakpoint_command_test)
8028 (user_defined_command_test, watchpoint_command_test)
8029 (test_command_prompt_position, redefine_hook_test)
8030 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8031 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8032 multi_line_input and multi_line. Remove gdb_expect and
8033 gdb_stop_suppressing_tests uses.
8034 * lib/gdb.exp (valnum_re): New global.
8035 (multi_line_input): New procedure.
8036
8354c62c
SM
80372016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8038
8039 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8040 Remove.
8041 (test_setup): Define with proc_with_prefix.
8042 (test_cli_inferior): Likewise.
8043 (test_cli_thread): Likewise.
8044 (test_cli_frame): Likewise.
8045 (test_cli_select_frame): Likewise.
8046 (test_cli_up_down): Likewise.
8047 (test_mi_thread_select): Likewise.
8048 (test_mi_stack_select_frame): Likewise.
8049 (test_cli_in_mi_inferior): Likewise.
8050 (test_cli_in_mi_thread): Likewise.
8051 (test_cli_in_mi_frame): Likewise.
8052 (top level): Do not use with_test_prefix_procname.
8053
64f367a2
PA
80542016-11-09 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/commands.exp (gdbvar_simple_if_test)
8057 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8058 (progvar_simple_if_test, progvar_simple_while_test)
8059 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8060 (infrun_breakpoint_command_test, breakpoint_command_test)
8061 (user_defined_command_test, watchpoint_command_test)
8062 (test_command_prompt_position, deprecated_command_test)
8063 (bp_deleted_in_command, temporary_breakpoint_commands)
8064 (stray_arg0_test, source_file_with_indented_comment)
8065 (recursive_source_test, if_commands_test)
8066 (error_clears_commands_left, redefine_hook_test)
8067 (redefine_backtrace_test): Use proc_with_prefix.
8068 * lib/gdb.exp (proc_with_prefix): New proc.
8069
0bb65f1e
AA
80702016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8071
8072 * gdb.base/tui-layout.c: New file.
8073 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8074 disassembly window contains very long lines.
8075
7353f247
TT
80762016-11-08 Tom Tromey <tom@tromey.com>
8077
8078 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8079 depend on Python 2.
8080
30a7bb83
TT
80812016-11-08 Tom Tromey <tom@tromey.com>
8082
8083 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8084 New method.
8085
cdf5a07c
MG
80862016-10-29 Manish Goregaokar <manish@mozilla.com>
8087
2806dc7e 8088 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8089
51a789c3
MG
80902016-10-27 Manish Goregaokar <manish@mozilla.com>
8091
2806dc7e
PA
8092 * gdb.rust/simple.rs: Add test for univariant enums without
8093 discriminants and for encoded struct-like enums.
51a789c3 8094
f610ab6d
PA
80952016-10-28 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8098 gdb_test_multiple, tighten regexps and match symtabs and line
8099 tables incrementally.
8100
b129b0ca
LM
81012016-10-28 Luis Machado <lgustavo@codesourcery.com>
8102
8103 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8104 general.
8105
ecf45d2c
SL
81062016-10-25 Luis Machado <lgustavo@codesourcery.com>
8107
8108 * gdb.base/exec-invalid-sysroot.exp: New file.
8109
b8d38ee4
JK
81102016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8111
8112 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8113
f90fd8c2
JK
81142016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8115
8116 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8117
2d2476aa
MR
81182016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8119
2806dc7e
PA
8120 * gdb.base/killed-outside.exp: Remove $options from a call to
8121 `prepare_for_testing'.
2d2476aa 8122
e42b25a0
SM
81232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8124
8125 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8126 Change test message.
8127
3ccdb432
SM
81282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8129
8130 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8131 Update comment.
8132
5bad3170
SM
81332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8134
8135 * gdb.trace/mi-trace-save.exp: New file.
8136
5ad9dba7
YQ
81372016-10-13 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.base/code_elim.exp (get_var_address): Remove.
8140 * gdb.base/relocate.exp: Likewise.
8141 * gdb.base/shreloc.exp: Likewise.
8142 * lib/gdb.exp (get_var_address): New.
8143
62df7e21
YQ
81442016-10-13 Yao Qi <yao.qi@linaro.org>
8145
8146 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8147 floating point tests if $skip_float_test is false.
8148
4dac951e
LM
81492016-10-12 Luis Machado <lgustavo@codesourcery.com>
8150
8151 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8152 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8153 argc values.
8154 Add 1 to argc so we guarantee distinct initial/modified argc values.
8155
8f1a8fc4
JK
81562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8159
16c85b5d
JK
81602016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8161
8162 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8163 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8164 * gdb.arch/vsx-regs.exp: Likewise.
8165
1d0e042a
YQ
81662016-10-07 Yao Qi <yao.qi@linaro.org>
8167
8168 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8169
68dadef5
MM
81702016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8171
8172 * gdb.python/python.exp: Test decode_line("*0").
8173
33fa2c6e
DE
81742016-10-06 Doug Evans <dje@google.com>
8175
8176 * gdb.python/py-value.exp (test_value_creation): Add test for large
8177 unsigned 64-bit value.
8178
9c37b5ae
TT
81792016-10-06 Tom Tromey <tom@tromey.com>
8180
8181 * gdb.compile/compile.exp: Change java tests to rust.
8182 * gdb.base/setshow.exp: Change java tests to rust.
8183 * gdb.base/default.exp: Remove java from language list.
8184 * README (Examples): Update language example.
8185 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8186 test.
8187 * lib/gdb.exp (skip_java_tests): Remove.
8188 * lib/java.exp: Remove.
8189 * gdb.java: Remove.
8190
78b86327
MR
81912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8192
8193 * gdb.arch/mips-fcr.exp: New test.
8194 * gdb.arch/mips-fcr.c: Source for the new test.
8195
7470adbb
MR
81962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8197
8198 * gdb.base/solib-disc.exp: Use `standard_output_file'
8199 throughout.
8200
4a556533
PA
82012016-10-06 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/jit-simple-dl.c: New file.
8204 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8205 * gdb.base/jit-simple.c: ... this.
8206 * gdb.base/jit-simple.exp (jit_run): Delete.
8207 (build_jit): New proc.
8208 (jit_test_reread): Recompile either the main program or the shared
8209 library, depending on what is being tested. Skip changing address
8210 if caller wants to. Compare before/after addresses. If testing
8211 standalone, explicitly load the binary. Test "maint info
8212 breakpoints".
8213 (top level): Add "standalone vs shared lib" and "change address"
8214 vs "same address" axes.
8215
5a122fbc
PA
82162016-10-06 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8219 call.
8220 (jit_run): Delete.
8221 (jit_test_reread): Use with_test_prefix. Reload the main binary
8222 explicitly. Compare the before/after addresses of the JIT
8223 descriptor.
8224
ee8da4b8
DE
82252016-08-15 Doug Evans <dje@google.com>
8226
8227 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8228 for single bitfields is bool.
8229 * gdb.xml/tdesc-regs.exp: Ditto.
8230
f389f6fe
JK
82312016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8232
8233 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8234
fdebf1a4
YQ
82352016-10-05 Yao Qi <yao.qi@linaro.org>
8236
8237 * lib/gdb.exp (support_complex_tests): Return zero if
8238 gdb_skip_float_test return true.
8239
9c36d954 82402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8241 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8242
8243 PR gdb/20487
8244 * gdb.mi/user-selected-context-sync.exp: New file.
8245 * gdb.mi/user-selected-context-sync.c: New file.
8246
4034d0ff 82472016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8248 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8249
8250 PR gdb/20487
8251 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8252 =thread-select-event check.
8253
a4297203
PB
82542016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8255
8256 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8257 the compulsory L operand changes.
8258 * gdb.arch/powerpc-power.s: Likewise.
8259
bb805577
JK
82602016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8261
8262 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8263 * gdb.base/jit-attach-pie.c: New file.
8264 * gdb.base/jit-attach-pie.exp: New file.
8265
6d61dee5
PA
82662016-09-28 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.base/infcall-input.c: New file.
8269 * gdb.base/infcall-input.exp: New file.
8270
f73842fc
YQ
82712016-09-22 Yao Qi <yao.qi@linaro.org>
8272
8273 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8274 (gdb_exit): Rename it to ...
8275 (gdbserver_gdb_exit): ... Close GDBserver.
8276 (gdb_exit): New proc, call gdbserver_gdb_exit.
8277 (mi_gdb_exit): Likewise.
8278
90681dab
YQ
82792016-09-22 Yao Qi <yao.qi@linaro.org>
8280
8281 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8282 path.
8283 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8284 Remove duplication.
8285
9c211fd8
YQ
82862016-09-22 Yao Qi <yao.qi@linaro.org>
8287
8288 * lib/gdbserver-support.exp: Check the existence of
8289 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8290
ad0a504f
AK
82912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8292
8293 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8294
36cf1806
TT
82952016-09-21 Tom Tromey <tom@tromey.com>
8296
8297 PR gdb/20604:
8298 * gdb.base/quit.exp: New file.
8299
74172ecf
SM
83002016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8301
8302 * .gitignore: New file.
8303
3d0ec882
MR
83042016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8305
8306 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8307 throughout.
8308
8193adea
AA
83092016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8310
8311 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8312
d41a5c09
JK
83132016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8314
8315 * gdb.cp/casts.cc (decltype): Move it ...
8316 (main): ... with its call to ...
8317 * gdb.cp/casts03.cc: ... a new file.
8318 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8319
d2dfe700
JK
83202016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8321
8322 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8323
e2a92b16
PB
83242016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8325
8326 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8327 and sync up the test with tests in gas/testsuite/gas/ppc.
8328 * gdb.arch/powerpc-power.exp: Likewise.
8329
49b4de64
JK
83302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8333
2c29df25
SDJ
83342016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8335 Jan Kratochvil <jan.kratochvil@redhat.com>
8336
8337 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8338 make m1's definition to be different from m2's. Use 'dummy' as an
8339 argument for probe 'two'.
8340
cc3c2846
JB
83412016-09-10 Jon Beniston <jon@beniston.com>
8342
8343 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8344 for sim target.
8345
e1b2624a
AA
83462016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8347
8348 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8349 variable declaration.
8350 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8351 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8352 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8353 received HWCAP as its argument.
8354
4295e285
PA
83552016-09-06 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.base/new-ui-pending-input.c: New file.
8358 * gdb.base/new-ui-pending-input.exp: New file.
8359 * gdb.exp (clear_gdb_spawn_id): New procedure.
8360 (with_spawn_id): Check whether gdb_spawn_id exists before
8361 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8362 on exit.
8363
00d5215e
UW
83642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8365
8366 * gdb.base/float128.c: New file.
8367 * gdb.base/float128.exp: Likewise.
8368 * gdb.base/floatn.c: Likewise.
8369 * gdb.base/floatn.exp: Likewise.
8370
a9ff5f12
UW
83712016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8372
8373 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8374
f245535c
PA
83752016-09-05 Pedro Alves <palves@redhat.com>
8376
8377 PR backtrace/19927
8378 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8379 unwinders are immediately called as side effect of "source" or
8380 "disable unwinder" commands.
8381 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8382
ae9cf263
YQ
83832016-09-02 Yao Qi <yao.qi@linaro.org>
8384
8385 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8386 is true and $type is "float" or "double".
8387
27aba047
YQ
83882016-09-02 Yao Qi <yao.qi@linaro.org>
8389
8390 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8391 true.
8392 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8393 * gdb.base/call-rt-st.exp: Likewise.
8394 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8395 return value instead of gdb,skip_float_test.
8396 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8397 (do_function_calls): Use its return value instead of
8398 gdb,skip_float_test.
8399 * gdb.base/finish.exp: Likewise.
8400 * gdb.base/funcargs.exp: Likewise.
8401 * gdb.base/return.exp: Likewise.
8402 * gdb.base/return2.exp: Likewise.
8403 * gdb.base/varargs.exp: Likewise.
8404 * lib/gdb.exp (gdb_skip_float_test): Change it to
8405 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8406
5af962df
AA
84072016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8408
8409 * gdb.multi/tids.exp: Test "thread apply all".
8410
7fac6910
JK
84112016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8412
8413 * gdb.base/default.exp (tty): Remove.
8414
bb1fe4ac
KB
84152016-08-24 Kevin Buettner <kevinb@redhat.com>
8416
2806dc7e
PA
8417 * gdb.python/py-recurse-unwind.c: New file.
8418 * gdb.python/py-recurse-unwind.py: New file.
8419 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8420
0a1ddfa6
SM
84212016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8422
8423 * gdb.base/set-inferior-tty.exp: New file.
8424 * gdb.base/set-inferior-tty.c: New file.
8425
d9de1fe3
PA
84262016-08-23 Pedro Alves <palves@redhat.com>
8427
8428 PR gdb/20494
8429 * gdb.base/new-ui-echo.c: New file.
8430 * gdb.base/new-ui-echo.exp: New file.
8431
e9d9abd7
YQ
84322016-08-23 Yao Qi <yao.qi@linaro.org>
8433
8434 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8435 gdbserver_spawn.
8436 * gdb.server/connect-without-multi-process.exp (do_test):
8437 Likewise.
8438
3589529e
YQ
84392016-08-23 Yao Qi <yao.qi@linaro.org>
8440
8441 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8442 standalone_txt. Delete gdb_txt and standalone_txt on host
8443 and target. Spawn the binary on target. Copy files from
8444 target to host.
8445
6bb90213
PA
84462016-08-22 Pedro Alves <palves@redhat.com>
8447
8448 PR gdb/20505
8449 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8450 with_test_prefix. Factor out bits to ...
8451 (test_no_vdso): ... this new procedure.
8452
20c2c024
CL
84532016-08-19 Carl Love <cel@us.ibm.com>
8454
8455 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8456 maintaining separate logic for constructing the output path.
8457 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8458 * gdb.arch/ppc-dfp.exp: Likewise.
8459 * gdb.arch/ppc-fp.exp: Likewise.
8460 * gdb.arch/vsx-regs.exp: Likewise.
8461 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8462 binprefix for generating the additional binary files.
8463
0646e07d
PA
84642016-08-19 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.trace/mi-trace-frame-collected.exp
8467 (test_trace_frame_collected): On x32, expect two registers.
8468
46da9242
CL
84692016-08-18 Carl Love <cel@us.ibm.com>
8470
8471 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8472 and sync up the test with tests in gas/testsuite/gas/ppc.
8473 * gdb.arch/powerpc-power.exp: Likewise.
8474
eb2332d7
SM
84752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8476
8477 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8478 expected error message.
8479
63c61e04
SM
84802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8481
8482 * gdb.multi/remove-inferiors.exp: New file.
8483 * gdb.multi/remove-inferiors.c: New file.
8484
7b17065f
YQ
84852016-08-12 Yao Qi <yao.qi@linaro.org>
8486
8487 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8488 argument list.
8489
01d3dedf
PA
84902016-08-10 Pedro Alves <palves@redhat.com>
8491
8492 PR gdb/19187
8493 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8494 setup_kfails.
8495
3eb7562a
PA
84962016-08-09 Pedro Alves <palves@redhat.com>
8497 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 PR gdb/20418
8500 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8501 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8502
80614914
PA
85032016-08-09 Pedro Alves <palves@redhat.com>
8504
8505 PR mi/20431
8506 * gdb.mi/mi-cmd-error.exp: New file.
8507
f348d89a
PA
85082016-08-09 Pedro Alves <palves@redhat.com>
8509
8510 PR gdb/18653
8511 * gdb.base/signals-state-child.c: New file.
8512 * gdb.base/signals-state-child.exp: New file.
8513 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8514
e5ca03b4
PA
85152016-08-09 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8518
282a0691
TT
85192016-08-03 Tom Tromey <tom@tromey.com>
8520
8521 PR python/18565:
8522 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8523
41bfcd63
YQ
85242016-08-01 Yao Qi <yao.qi@linaro.org>
8525
8526 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8527 variable mode to "multi-process" if $multi_process is 1, otherwise
8528 set it to "single-process".
8529
e3465b24
YQ
85302016-08-01 Yao Qi <yao.qi@linaro.org>
8531
8532 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8533 * gdb.cp/cpexprs.exp: Likewise.
8534 * gdb.cp/m-static.exp: Likewise.
8535
0b31a4bc
TT
85362016-07-26 Tom Tromey <tom@tromey.com>
8537
8538 PR python/20190:
8539 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8540 test.
8541
e0461dbb
MM
85422016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8543
8544 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8545 selecting assembly source files.
8546 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8547 assembly source files.
8548 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8549 assembly source files.
8550 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8551 selecting assembly source files.
8552
8194e927
SM
85532016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8554
8555 * gdb.base/new-ui.exp (do_test_invalid_args): New
8556 procedure.
8557
c0272db5
TW
85582016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8559
8560 * gdb.btrace/reconnect.c: New file.
8561 * gdb.btrace/reconnect.exp: New file.
8562
e3487908
GKB
85632016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8564
8565 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8566 to test_catch_syscall_group.
8567 (test_catch_syscall_group): New.
8568
12df5c00
TT
85692016-07-21 Tom Tromey <tom@tromey.com>
8570
8571 * gdb.rust/simple.rs (main): Use empty struct expression.
8572 * gdb.rust/simple.exp: Add tests for empty struct expression.
8573
bae62ee2
YQ
85742016-07-21 Yao Qi <yao.qi@linaro.org>
8575
8576 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8577 if gdb_skip_xml_test is true on some targets.
8578
b1b53fb3
YQ
85792016-07-21 Yao Qi <yao.qi@linaro.org>
8580
8581 * gdb.server/solib-list.exp: Unset last_loaded_file.
8582
027d97f8
JK
85832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8584
8585 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8586 "step into captured_main (args)".
8587
7674d381
JK
85882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8589
8590 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8591
72b5d099
JK
85922016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8593
8594 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8595
1f960ced
PA
85962016-07-19 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8599 * gdb.opt/inline-bt.exp: Likewise.
8600 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8601 additional_flags=-Winline.
8602 * gdb.opt/inline-locals.exp: Likewise.
8603 * gdb.opt/inline-markers.c (ATTR): Define.
8604 (inlined_fn): Use it.
8605
f25827c1
YQ
86062016-07-19 Yao Qi <yao.qi@linaro.org>
8607
8608 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8609 (test_with_self): Remove some code. Remove argument executable.
8610 (top-level): Use do_self_tests.
8611
37539ebe
DB
86122016-07-15 Zachary Welch <zwelch@codesourcery.com>
8613 Don Breazeal <donb@codesourcery.com>
8614
8615 * gdb.base/maint.exp: Escape paths used in regular expressions.
8616 * gdb.stabs/weird.exp: Likewise.
8617
dac790e1
TT
86182016-07-13 Tom Tromey <tom@tromey.com>
8619
8620 PR python/15620, PR python/18620:
8621 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8622 (test_bkpt_events): New procs.
8623
93daf339
TT
86242016-07-13 Tom Tromey <tom@tromey.com>
8625
8626 PR python/17698:
8627 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8628 test.
8629 (test_watchpoints): Likewise.
8630 (test_bkpt_pending): New proc.
8631
6571a381
TT
86322016-07-13 Tom Tromey <tom@tromey.com>
8633
8634 PR cli/18053:
8635 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8636 completion test.
8637
e8732474
JK
86382016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8639
8640 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8641 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8642 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8643 f_label.
8644 (g): Rename g_end_lbl to g_label.
8645 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8646 low_pc and high_pc.
8647 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8648
e0f3fd7c
TT
86492016-07-12 Tom Tromey <tom@tromey.com>
8650
8651 PR python/19293:
8652 * gdb.python/py-unwind-maint.exp: Update tests.
8653
3cfe46b6
YQ
86542016-07-12 Yao Qi <yao.qi@linaro.org>
8655
8656 * lib/selftest-support.exp (selftest_setup): Match the output
8657 when captured_main is inlined.
8658
4f19a0e6
WT
86592016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8660
8661 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8662 New variables.
8663 (print this%a, print this%b, print this): New tests.
8664 * gdb.fortran/derived-types.f90 (this): New object and
8665 initialization.
8666
986cf455
SM
86672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8668
8669 * gdb.ada/arraydim.exp: Remove extra directory level in build
8670 directory.
8671
f0464b23
SM
86722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8673
8674 * lib/ada.exp: Remove extra directory level in build directory.
8675 * gdb.ada/cond_lang.exp: Likewise.
8676 * gdb.ada/exec_changed.exp: Likewise.
8677 * gdb.ada/lang_switch.exp: Likewise.
8678
42d94011
MG
86792016-07-06 Manish Goregaokar <manish@mozilla.com>
8680
2806dc7e
PA
8681 * simple.rs: Add test for raw pointer subscripting.
8682 * simple.exp: Add test expectations.
42d94011 8683
647c264c
YQ
86842016-07-05 Yao Qi <yao.qi@linaro.org>
8685
8686 * gdb.mi/mi-reverse.exp: Match =record-started output.
8687
20aa2c60
PA
86882016-07-01 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8691 procedure.
8692 (jit_reader_test): Test the jit reader's unwinder.
8693 * gdb.base/jithost.c (jit_function_00_code): New global.
8694 (main): Use memcpy to fill in the mmapped code, instead of poking
8695 bytes manually here.
8696 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8697 value.
8698 (read_debug_info): Save the function's range.
8699 (read_sp): New function.
8700 (unwind_frame): Use it. Also unwind RBP.
8701 (get_frame_id): Use read_sp.
8702 (gdb_init_reader): Use calloc instead of malloc.
8703 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8704 parameter. Use gdb_test_multiple.
8705
ced2dffb
PA
87062016-07-01 Pedro Alves <palves@redhat.com>
8707 Antoine Tremblay <antoine.tremblay@ericsson.com>
8708
8709 * gdb.threads/process-dies-while-detaching.c: New file.
8710 * gdb.threads/process-dies-while-detaching.exp: New file.
8711
63000888
PA
87122016-07-01 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.multi/watchpoint-multi-exit.c: New file.
8715 * gdb.multi/watchpoint-multi-exit.exp: New file.
8716
038d4868
PA
87172016-06-30 Pedro Alves <palves@redhat.com>
8718
8719 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8720 unset inferior_spawn_id.
8721
994e9c83
PA
87222016-06-30 Pedro Alves <palves@redhat.com>
8723
8724 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8725 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8726
e5653468
YQ
87272016-06-29 Yao Qi <yao.qi@linaro.org>
8728
8729 * gdb.base/return.c: Add copyright header.
8730
803b47e5
TT
87312016-06-29 Tom Tromey <tom@tromey.com>
8732
8733 PR python/20129:
8734 * gdb.python/py-framefilter.exp: Add tests for setting priority
8735 and disabling of non-existent frame filter.
8736
28244707
YQ
87372016-06-29 Yao Qi <yao.qi@linaro.org>
8738
8739 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8740 0x0f07ff.
8741
a31d2f06
YQ
87422016-06-28 Yao Qi <yao.qi@linaro.org>
8743
8744 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8745 triplets. Start gdb, execute catch syscall, and continue. Check
8746 gdb's output to determine catch syscall is supported.
8747
921d8f54
MG
87482016-06-27 Manish Goregaokar <manish@mozilla.com>
8749
25d49b86
PA
8750 * gdb.rust/simple.rs: Add test for returning unit in a function.
8751 * gdb.rust/simple.exp: Add expectation for functions returning
8752 unit.
921d8f54 8753
f4952523
PMR
87542016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8755
8756 * gdb.python/py-breakpoint-create-fail.c,
8757 gdb.python/py-breakpoint-create-fail.exp,
8758 gdb.python/py-breakpoint-create-fail.py: New testcase.
8759
fccb08f8
MG
87602016-06-25 Manish Goregaokar <manish@mozilla.com>
8761
8762 PR gdb/20239
8763 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8764 * gdb.rust/simple.exp: Add test expectations for new NonZero
8765 tests.
fccb08f8 8766
6b850546
DT
87672016-06-24 David Taylor <dtaylor@emc.com>
8768
8769 * gdb.base/offsets.exp: New file.
8770 * gdb.base/offsets.c: New file.
8771
17621150
TT
87722016-06-23 Tom Tromey <tom@tromey.com>
8773
8774 PR gdb/16483:
8775 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8776 before any filters are loaded.
8777
04d59df6
WT
87782016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8779
8780 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8781 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8782 structs.
8783 * gdb.fortran/derived-type-function.exp: New file.
8784 * gdb.fortran/derived-type-function.f90: New file.
8785
8786
ac69f786
PA
87872016-06-21 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.base/new-ui.exp: New file.
8790 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8791 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8792 (with_spawn_id): New procedure.
8793
49940788
PA
87942016-06-21 Pedro Alves <palves@redhat.com>
8795
8796 * gdb.mi/mi-exec-run.exp: New file.
8797
ef274d26
PA
87982016-06-21 Pedro Alves <palves@redhat.com>
8799
8800 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8801 breakpoint command's output on the main UI.
8802 (test_break): New procedure, factored out from calls in the top
8803 level.
8804 (top level): Use foreach_with_prefix to test MI as main UI and as
8805 separate UI.
8806
468afe6c
PA
88072016-06-21 Pedro Alves <palves@redhat.com>
8808
8809 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8810 (test_awatch_creation_and_listing)
8811 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8812 Remove 'type' parameter.
8813 (test_watchpoint_all): New parameter mi_mode. Remove
8814 with_test_prefix.
8815 (top level): Use foreach_with_prefix, and add main/separate UI MI
8816 testing axis.
8817
51f77c37
PA
88182016-06-21 Pedro Alves <palves@redhat.com>
8819
8820 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8821 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8822 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8823 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8824 (gdb_main_spawn_id, mi_spawn_id): Declare and
8825 comment.
8826 (mi_create_inferior_pty): New procedure,
8827 factored out from default_mi_gdb_start.
8828 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8829 procedures.
8830 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8831 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8832 Use mi_create_inferior_pty.
8833 (mi_gdb_start): Use eval to pass down args list.
8834
8980e177
PA
88352016-06-21 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8838 * gdb.opt/inline-cmds.exp: Add MI tests.
8839
f38d3ad1
PA
88402016-06-21 Pedro Alves <palves@redhat.com>
8841
8842 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8843
45db7c09
PA
88442016-06-21 Pedro Alves <palves@redhat.com>
8845
8846 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8847 (top level): Use it instead of mi_execute_to.
8848
5a069ab3
PA
88492016-06-21 Pedro Alves <palves@redhat.com>
8850
8851 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8852 (cont_handler_str): New.
8853 (signal_stop_handler): Set stop_handler_str instead of printing to
8854 stdout.
8855 (continue_handler): Set cont_handler_str instead of printing to
8856 stdout.
8857 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8858 mi_send_resuming_command. Print stop_handler_str and
8859 cont_handler_str instead of expecting the python events print
8860 directly.
8861
2838cc1d
SD
88622016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8863
8864 * gdb.base/jit-reader.exp: New file.
8865 * gdb.base/jithost.c: New file.
8866 * gdb.base/jithost.h: New file.
8867 * gdb.base/jitreader.c : New file.
8868 * gdb.base/jit-protocol.h: New file.
8869
21a77091
YQ
88702016-06-17 Yao Qi <yao.qi@linaro.org>
8871
8872 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8873 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8874 and detach-on-fork. Adjust tests.
8875 (top level): Invoke break_cond_on_syscall with combinations of
8876 syscall, follow-fork-mode and detach-on-fork.
8877
f50bf8e5
YQ
88782016-06-17 Yao Qi <yao.qi@linaro.org>
8879
8880 * gdb.base/step-over-exit.c: New.
8881 * gdb.base/step-over-exit.exp: New.
8882
a28d8e50
YTL
88832016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8884
8885 * gdb.base/float.exp: Add target check for nds32*-*-*.
8886 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8887
cad8e26d
AB
88882016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8889
8890 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8891 for unsupported target features.
8892 * gdb.base/call-rt-st.exp: Likewise.
8893 * gdb.base/call-sc.exp: Likewise.
8894 * gdb.base/call-signal-resume.exp: Likewise.
8895 * gdb.base/call-strs.exp: Likewise.
8896 * gdb.base/callexit.exp: Likewise.
8897 * gdb.base/callfuncs.exp: Likewise.
8898 * gdb.base/nodebug.exp: Likewise.
8899 * gdb.base/printcmds.exp: Likewise.
8900 * gdb.base/ptype.exp: Likewise.
8901 * gdb.base/structs.exp: Likewise.
8902 * gdb.base/unwindonsignal.exp: Likewise.
8903 * gdb.cp/gdb2495.exp: Likewise.
8904 * gdb.cp/templates.exp: Likewise.
8905 * gdb.cp/virtfunc.exp: Likewise.
8906 * gdb.threads/hand-call-in-threads.exp: Likewise.
8907 * gdb.threads/interrupted-hand-call.exp: Likewise.
8908 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8909
347dc102
TT
89102016-06-10 Tom Tromey <tom@tromey.com>
8911
8912 PR rust/20110:
8913 * gdb.rust/expr.exp: Add test for integer constant larger than
8914 i32.
8915
5e13cf25
BH
89162016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8917
8918 * gdb.fortran/nested-funcs.exp: New.
8919 * gdb.fortran/nested-funcs.f90: New.
8920
bb556f1f
TK
89212016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8922
8923 * gdb.base/examine-backward.c: New file.
8924 * gdb.base/examine-backward.exp: New file.
8925
38b022b4
SM
89262016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8927
8928 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8929 matching.
8930
1b40ec05
TT
89312016-06-02 Tom Tromey <tom@tromey.com>
8932
8933 PR python/18984:
8934 * gdb.python/py-shared.exp: Add solib_name test.
8935
193bd378
SM
89362016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8937
8938 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8939
3326303b
MG
89402016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8941
8942 PR c++/19893
8943 * gdb.dwarf2/implref.exp: Rename to...
8944 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8945 * gdb.dwarf2/implref-array.c: New file.
8946 * gdb.dwarf2/implref-array.exp: Likewise.
8947 * gdb.dwarf2/implref-global.c: Likewise.
8948 * gdb.dwarf2/implref-global.exp: Likewise.
8949 * gdb.dwarf2/implref-struct.c: Likewise.
8950 * gdb.dwarf2/implref-struct.exp: Likewise.
8951
825c8ef2
AT
89522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8953
8954 * gdb.trace/trace-condition.exp: Add 64bit tests.
8955
2320162a
AT
89562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8957
8958 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8959 bits types.
8960 (main): Adapt to 8 to 64 bits types.
8961 * gdb.trace/trace-condition.exp: Add new tests.
8962
a7818233
AT
89632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8964
8965 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8966
0d336466
AT
89672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8968
8969 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8970 Move condition tests...
8971 * gdb.trace/trace-condition.exp: Here.
8972
7faeb45a
AT
89732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8974
8975 * gdb.trace/trace-condition.exp: Add counter-case tests.
8976
e385593e
JK
89772016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 PR c++/15231
8980 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8981 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8982
744608cc
PA
89832016-05-27 Pedro Alves <palves@redhat.com>
8984
8985 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8986 New procedure.
8987 (top level): Call it, and bail out of DejaGnu is known to be bad.
8988
ac775bf4
AB
89892016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8990
8991 * gdb.base/whatis.c: Extend the test case.
8992 * gdb.base/whatis.exp: Add additional tests.
8993
2bbad2ea
BH
89942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8995
8996* gdb.fortran/type.f90: Add pointer variable.
8997* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8998
8b70175d
BH
89992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9000
9001 * gdb.fortran/vla-type.exp: Fix testcase name.
9002
86d8a848
BH
90032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9004
9005 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9006
e188eb36
BH
90072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9008
9009 * gdb.fortran/type.f90: Add nested structures.
9010 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9011 * gdb.fortran/derived-type.exp: Adapt expected output.
9012 * gdb.fortran/vla-type.exp: Adapt expected output.
9013
9b2db1fd
BH
90142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9015
9016 * gdb.fortran/whatis_type.exp: Adapt expected output.
9017
72b17055
BH
90182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9019
9020 * gdb.fortran/print_type.exp: Fix expected output.
9021 * gdb.fortran/whatis_type.exp: Fix expected output.
9022
3cd81d8d
BH
90232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9024
9025 * gdb.fortran/whatis_type.exp: Use multi_line.
9026
ddae9462
TT
90272016-05-24 Tom Tromey <tom@tromey.com>
9028
9029 PR python/17386:
9030 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9031 use value as an index.
9032
1957f6b8
TT
90332016-05-23 Tom Tromey <tom@tromey.com>
9034
9035 PR python/17981:
9036 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9037 no-breakpoint case.
9038
026a9174
PA
90392016-05-24 Pedro Alves <palves@redhat.com>
9040
9041 PR gdb/19828
9042 * gdb.threads/clone-attach-detach.c: New file.
9043 * gdb.threads/clone-attach-detach.exp: New file.
9044
e70a7231
FR
90452016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9046
9047 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9048
0f6ed0e0
TT
90492016-05-23 Tom Tromey <tom@tromey.com>
9050
9051 PR python/19438, PR python/18393:
9052 * gdb.python/py-progspace.exp: Add "dir" test.
9053 * gdb.python/py-objfile.exp: Add "dir" test.
9054
ffd19d61
YQ
90552016-05-23 Yao Qi <yao.qi@linaro.org>
9056
9057 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9058 * gdb.arch/thumb2-it.exp: Likewise.
9059
9e8f9b05
SM
90602016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9061
9062 * gdb.mi/mi-threads-interrupt.c: New file.
9063 * gdb.mi/mi-threads-interrupt.exp: New file.
9064
61c6156d
SM
90652016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9066
9067 PR gdb/18077
9068 * gdb.mi/mi-async-run.exp: New file.
9069 * gdb.mi/mi-async-run.c: New file.
9070
67218854
TT
90712016-05-17 Tom Tromey <tom@tromey.com>
9072 Manish Goregaokar <manishsmail@gmail.com>
9073
9074 * lib/rust-support.exp: New file.
9075 * lib/gdb.exp (skip_rust_tests): New proc.
9076 (build_executable_from_specs): Handle rust.
9077 * lib/future.exp (gdb_find_rustc): New proc.
9078 (gdb_default_target_compile): Handle rust.
9079 * gdb.rust/expr.exp: New file.
9080 * gdb.rust/generics.exp: New file.
9081 * gdb.rust/generics.rs: New file.
9082 * gdb.rust/methods.exp: New file.
9083 * gdb.rust/methods.rs: New file.
9084 * gdb.rust/modules.exp: New file.
9085 * gdb.rust/modules.rs: New file.
9086 * gdb.rust/simple.exp: New file.
9087 * gdb.rust/simple.rs: New file.
9088
c44af4eb
TT
90892016-05-17 Tom Tromey <tom@tromey.com>
9090
9091 * gdb.base/default.exp (set language): Add rust.
9092
dcd1f979
TT
90932016-05-17 Tom Tromey <tom@tromey.com>
9094
9095 * gdb.gdb/unittest.exp: New file.
9096
155b7f57
YQ
90972016-05-16 Yao Qi <yao.qi@linaro.org>
9098
9099 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9100 shell_prompt. Update shell_prompt_re.
9101
8ddd5a6c
DE
91022016-05-12 Doug Evans <dje@google.com>
9103
9104 PR symtab/19999
9105 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9106 $options when building executable.
9107 * gdb.dwarf2/fission-loclists-pie.S: New file.
9108 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9109
02e370d9
SM
91102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9111
9112 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9113 of [is_remote target],
9114
8929ad8b
SM
91152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9116
9117 * lib/gdb.exp (use_gdb_stub): New procedure.
9118
6c447423
DE
91192016-05-03 Yunlian Jiang <yunlian@google.com>
9120 Doug Evans <dje@google.com>
9121
9122 PR symtab/19914
9123 * gdb.dwarf2/dwp-sepdebug.c: New file.
9124 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9125
444e826c
SM
91262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9127
9128 * gdb.base/detach.exp: Remove is_remote check.
9129
740feeaa
SM
91302016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9131
9132 * gdb.base/annota-input-while-running.exp: Don't check for
9133 [is_remote target]. Enable annotations after running to main.
9134 Remove unused "set test..." line.
9135
9080ac9d
SM
91362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9137
9138 * gdb.trace/trace-enable-disable.exp: New file.
9139 * gdb.trace/trace-enable-disable.c: New file.
9140
952ebca5
SM
91412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9142
9143 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9144 use it in info sharedlibrary test.
9145 * gdb.trace/ftrace-lock.exp: Likewise.
9146 * gdb.trace/ftrace.exp: Likewise.
9147 * gdb.trace/range-stepping.exp: Likewise.
9148 * gdb.trace/trace-break.exp: Likewise.
9149 * gdb.trace/trace-condition.exp: Likewise.
9150 * gdb.trace/trace-mt.exp: Likewise.
9151
d9019901
SM
91522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9153
9154 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9155 (gdb_load_shlib): ... this.
9156 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9157 gdb_load_shlib.
9158 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9159 * gdb.base/ctxobj.exp: Likewise.
9160 * gdb.base/dprintf-pending.exp: Likewise.
9161 * gdb.base/dso2dso.exp: Likewise.
9162 * gdb.base/fixsection.exp: Likewise.
9163 * gdb.base/gcore-relro.exp: Likewise.
9164 * gdb.base/gdb1555.exp: Likewise.
9165 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9166 * gdb.base/gnu-ifunc.exp: Likewise.
9167 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9168 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9169 * gdb.base/pending.exp: Likewise.
9170 * gdb.base/print-file-var.exp: Likewise.
9171 * gdb.base/print-symbol-loading.exp: Likewise.
9172 * gdb.base/shlib-call.exp: Likewise.
9173 * gdb.base/shreloc.exp: Likewise.
9174 * gdb.base/so-impl-ld.exp: Likewise.
9175 * gdb.base/solib-disc.exp: Likewise.
9176 * gdb.base/solib-nodir.exp: Likewise.
9177 * gdb.base/solib-overlap.exp: Likewise.
9178 * gdb.base/solib-symbol.exp: Likewise.
9179 * gdb.base/solib-weak.exp (do_test): Likewise.
9180 * gdb.base/sym-file.exp: Likewise.
9181 * gdb.base/symtab-search-order.exp: Likewise.
9182 * gdb.base/type-opaque.exp: Likewise.
9183 * gdb.base/unload.exp: Likewise.
9184 * gdb.base/watchpoint-solib.exp: Likewise.
9185 * gdb.compile/compile.exp: Likewise.
9186 * gdb.cp/gdb2384.exp: Likewise.
9187 * gdb.cp/infcall-dlopen.exp: Likewise.
9188 * gdb.cp/re-set-overloaded.exp: Likewise.
9189 * gdb.fortran/library-module.exp: Likewise.
9190 * gdb.opt/solib-intra-step.exp: Likewise.
9191 * gdb.python/py-finish-breakpoint.exp: Likewise.
9192 * gdb.python/py-shared.exp: Likewise.
9193 * gdb.reverse/solib-precsave.exp: Likewise.
9194 * gdb.reverse/solib-reverse.exp: Likewise.
9195 * gdb.server/solib-list.exp: Likewise.
9196 * gdb.threads/dlopen-libpthread.exp: Likewise.
9197 * gdb.threads/tls-shared.exp: Likewise.
9198 * gdb.threads/tls-so_extern.exp: Likewise.
9199 * gdb.trace/change-loc.exp: Likewise.
9200 * gdb.trace/ftrace-lock.exp: Likewise.
9201 * gdb.trace/ftrace.exp: Likewise.
9202 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9203 * gdb.trace/pending.exp: Likewise.
9204 * gdb.trace/range-stepping.exp: Likewise.
9205 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9206 (strace_info_marker): Likewise.
9207 (strace_probe_marker): Likewise.
9208 (strace_trace_on_same_addr): Likewise.
9209 (strace_trace_on_diff_addr): Likewise.
9210 * gdb.trace/trace-break.exp: Likewise.
9211 * gdb.trace/trace-condition.exp: Likewise.
9212 * gdb.trace/trace-mt.exp: Likewise.
9213
fca4cfd9
SM
92142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9215
9216 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9217 result of gdb_remote_download.
9218 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9219 * gdb.base/dso2dso.exp: Likewise.
9220 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9221 * gdb.base/print-file-var.exp: Likewise.
9222 * gdb.base/shlib-call.exp: Likewise.
9223 * gdb.base/shreloc.exp: Likewise.
9224 * gdb.base/solib-overlap.exp: Likewise.
9225 * gdb.base/solib-weak.exp (do_test): Likewise.
9226 * gdb.base/unload.exp: Likewise.
9227
11cf4ffb
YQ
92282016-04-27 Yao Qi <yao.qi@linaro.org>
9229
9230 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9231 exists.
9232
3e2e34f8
KB
92332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9234
9235 * vla-type.exp: Print structure from toplevel.
9236
8f07e298
BH
92372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9238
9239 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9240 of dynamic types.
9241 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9242 of dynamic types.
9243
9920b434
BH
92442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9245
9246 * gdb.fortran/vla-type.f90: New file.
9247 * gdb.fortran/vla-type.exp: New file.
9248
f3abeff5
YQ
92492016-04-25 Yao Qi <yao.qi@linaro.org>
9250
9251 * gdb.base/branch-to-self.c: New file.
9252 * gdb.base/branch-to-self.exp: New file.
9253
0a5d52f0
YQ
92542016-04-22 Yao Qi <yao.qi@linaro.org>
9255
9256 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9257 more after $hex.
9258
495346f6
YQ
92592016-04-22 Yao Qi <yao.qi@linaro.org>
9260
9261 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9262 * gdb.base/annota3.exp: Likewise.
9263
4a7e075c
YQ
92642016-04-22 Yao Qi <yao.qi@linaro.org>
9265
9266 * gdb.reverse/step-precsave.exp: Do one step and test program
9267 stops in "callee" and do multiple steps until program goes out
9268 of "callee".
9269 * gdb.reverse/step-reverse.exp: Likewise.
9270
5b061e98
YQ
92712016-04-22 Yao Qi <yao.qi@linaro.org>
9272
9273 * gdb.trace/signal.exp: Also pass if
9274 $tracepoint_hits($i) > $iterations.
9275
5c5dc57f
YQ
92762016-04-22 Yao Qi <yao.qi@linaro.org>
9277
9278 * gdb.trace/signal.c: New file.
9279 * gdb.trace/signal.exp: New file.
9280
a55411b9
DE
92812016-04-19 Doug Evans <xdje42@gmail.com>
9282
9283 * gdb.base/bad-file.exp: New file.
9284
a22df60a
MG
92852016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9286
9287 * gdb.dwarf2/implref.exp: New file.
9288
0c13f7e5
BH
92892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9290
9291 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9292 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9293 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9294 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9295 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9296 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9297 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9298 * lib/fortran.exp (fortran_int4): New procedure.
9299 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9300 (fortran_logical4): Likewise.
9301
9b9b09e9
BH
93022016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9303
9304 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9305
a14d1f4d
BH
93062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9307
9308 * lib/compiler.c: Add Intel specific preprocessor macros.
9309 * lib/compiler.cc: Likewise.
25d49b86 9310
7d49b1d0
LM
93112016-04-13 Luis Machado <lgustavo@codesourcery.com>
9312
9313 * gdb.server/connect-with-no-symbol-file.c: New file.
9314 * gdb.server/connect-with-no-symbol-file.exp: New file.
9315
8392fa22
SM
93162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9317
9318 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9319
8c4c4aeb
SM
93202016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9321
9322 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9323 standard output directory.
9324
45e3745e
AT
93252016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9326
9327 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9328
e26b7e41
MM
93292016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9330
9331 * gdb.btrace/instruction_history.c (loop): Add declaration.
9332
8ce09462
AT
93332016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9334
9335 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9336
2e88a1ea
SM
93372016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9338
9339 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9340 parentheses to print.
9341 (continue_handler): Likewise.
9342
f48e22e3
SM
93432016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9344
9345 * gdb.server/solib-list.exp: Remove is_remote check.
9346 Pass shlib= to gdb_compile. Don't link shared library with
9347 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9348 Run binary filename through "readlink -f" on the target.
9349
096be756
PA
93502016-04-08 Pedro Alves <palves@redhat.com>
9351
9352 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9353 interpreter filename as argument to gdbserver_spawn.
9354 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9355 Return empty if $last_loaded_file does not exist.
9356
06500533
JK
93572016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9358
9359 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9360 * gdb.base/jit-main.c: Use exit after usage.
9361
2d35e871
JK
93622016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9363
9364 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9365 GDBHISTSIZE prior to the tests.
9366 * gdb.base/gdbinit-history.exp: Likewise.
9367
93682016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9369
9370 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9371 instead of build_executable. Use gdb_load_shlibs.
9372
c8064e7e
YQ
93732016-04-07 Yao Qi <yao.qi@linaro.org>
9374
9375 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9376 Execute "si" command.
9377
bde47561
YQ
93782016-04-07 Yao Qi <yao.qi@linaro.org>
9379
9380 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9381 number instead of the comments on some line.
9382
b16f8a3b
DB
93832016-04-06 Don Breazeal <donb@codesourcery.com>
9384
9385 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9386 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9387
c2f901df
SM
93882016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9389
9390 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9391 standard_output_file. Remove unused binfile variable.
9392
ac17fda0
CU
93932016-04-05 Catalin Udma <catalin.udma@freescale.com>
9394
9395 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9396 * gdb.python/py-mi-objfile.exp: Match "list main" output
9397 in console format.
9398
03a8c4df
SM
93992016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9400
9401 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9402 absolute.
9403
6e774b13
SM
94042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9405
9406 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9407 absolute.
9408 * gdb.trace/ftrace.exp: Likewise.
9409 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9410 targets as well.
9411 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9412 (gdb_load_shlibs): Copy libraries to test directory when testing
9413 natively. Only set solib-search-path if testing remotely.
9414 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9415
7817ea46
SM
94162016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9417
9418 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9419 gdb_download. Use it even if the target is not remote.
9420 * gdb.base/jit.exp (compile_jit_test): Likewise.
9421 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9422 output directory if the destination board is local, otherwise use
9423 the standard remote_download from DejaGnu.
9424 (gdb_download): Remove.
9425 (gdb_load_shlibs): Use gdb_remote_download instead of
9426 gdb_download.
9427 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9428 Use gdb_remote_download instead of gdb_download. Use it even if
9429 the target is not remote.
9430 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9431 instead of gdb_download.
9432
7beb7f68
SM
94332016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9434
9435 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9436 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9437 run.
9438
cc63428a
AV
94392016-04-01 Artemiy Volkov <artemiyv@acm.org>
9440
9441 PR gdb/19820
9442 * gdb.base/printcmds.exp: Add artificial arrays tests.
9443
64cdf930
PA
94442016-03-31 Pedro Alves <palves@redhat.com>
9445
9446 PR gdb/19858
9447 * gdb.base/jit-main.c: Include unistd.h.
9448 (ATTACH): Define to 0 if not already defined.
9449 (wait_for_gdb, mypid): New globals.
9450 (WAIT_FOR_GDB): New macro.
9451 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9452 some breakpoint locations.
9453 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9454 New procedures.
9455 (one_jit_test): Add REATTACH parameter, and handle it. Use
9456 continue_to_test_location.
9457 (top level): Test attach, and adjusts calls to one_jit_test.
9458
40dea8cb
PA
94592016-03-31 Pedro Alves <palves@redhat.com>
9460
9461 PR gdb/19858
9462 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9463 BINSUFFIX parameter, and handle it.
9464 (top level): Adjust calls compile_jit_test.
9465
e7ea3ec7
CU
94662016-03-31 Catalin Udma <catalin.udma@freescale.com>
9467
9468 PR python/19743
9469 * gdb.python/py-mi-events-gdb.py: New file.
9470 * gdb.python/py-mi-events.c: New file.
9471 * gdb.python/py-mi-events.exp: New file.
9472
e6359af3
YQ
94732016-03-30 Yao Qi <yao.qi@linaro.org>
9474
9475 * gdb.reverse/until-precsave.exp: Match function name only.
9476 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9477 Move malloc to a condition block.
9478 * gdb.reverse/until-reverse.exp: Match function name only.
9479
a4105d04
MK
94802016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9481
9482 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9483 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9484 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9485 variable for GPR 0 instead of assuming it is register 0.
9486 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9487 * lib/trace-support.exp: Add s390 registers.
9488
bfa6adb9
YQ
94892016-03-29 Yao Qi <yao.qi@linaro.org>
9490
9491 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9492
1e6697ea
YQ
94932016-03-24 Yao Qi <yao.qi@linaro.org>
9494
9495 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9496 test message.
9497
64bcd522
AA
94982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9499
9500 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9501 maintaining separate logic for constructing the output path.
9502
7868401b
DB
95032016-03-16 Don Breazeal <donb@codesourcery.com>
9504
9505 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9506 Retry fork and waitpid on interrupted system call errors.
9507 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9508 Use with_timeout_factor to increase timeout by factor of 10.
9509
1cafadb4
DB
95102016-03-15 Don Breazeal <donb@codesourcery.com>
9511
9512 * gdb.cp/scope-err.cc: New test program.
9513 * gdb.cp/scope-err.exp: New test script.
9514 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9515 lines and "set breakpoint here" comment.
9516 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9517 Fixed some whitespace and format issues.
9518 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9519 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9520
81516450
DE
95212016-03-15 Doug Evans <dje@google.com>
9522
9523 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9524 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9525 All callers updated. Add tests for enums, mixed flags register.
9526
aa52b601
DE
95272016-03-15 Doug Evans <dje@google.com>
9528
9529 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9530 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9531
fa4ff313
SM
95322016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9533
9534 * gdb.base/default.exp: Add $_as_string to the list of expected
9535 convenience functions.
9536
f2403c39
AB
95372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9538
9539 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9540
f2f3ccb9
SM
95412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9542
9543 * gdb.python/py-as-string.exp: New file.
9544 * gdb.python/py-as-string.c: New file.
9545
00dbd492
PA
95462016-03-09 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9549 signal" -> "Thread NN received signal" output change.
9550 * gdb.threads/ia64-sigill.exp: Likewise.
9551 * gdb.threads/linux-dp.exp: Likewise.
9552 * gdb.threads/manythreads.exp: Likewise.
9553 * gdb.threads/pending-step.exp: Likewise.
9554 * gdb.threads/print-threads.exp: Likewise.
9555 * gdb.threads/sigstep-threads.exp: Likewise.
9556 * gdb.threads/staticthreads.exp: Likewise.
9557 * gdb.threads/tls.exp: Likewise.
9558
1e6697ea
YQ
95592016-03-09 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/command-line-input.exp: New file.
9562
b04fd3be
MK
95632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9564
9565 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9566 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9567 * gdb.trace/pending.exp: Accept leading dot before function name.
9568 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9569 * lib/trace-support.exp: Set registers for ppc.
9570
98fa59e9
MK
95712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9572
9573 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9574 use it for disassembly; accept .main in addition to main in backtrace.
9575
f77198c8
MK
95762016-03-09 Wei-cheng Wang <cole945@gmail.com>
9577 Marcin Kościelnicki <koriakin@0x04.net>
9578
9579 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9580 (gdb_recursion_test_ptr): New global variable.
9581 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9582 gdb_recursion_test.
9583 (gdb_c_test): Ditto.
9584
ba84e0da
MK
95852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9586
9587 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9588 ordering.
9589
4366d36e
MK
95902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9591
9592 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9593 (bar): Add bar_start_lbl label.
9594 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9595 of foo/bar for emitting DWARF and tracing.
9596
5eb264df
SDJ
95972016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9598
9599 * analyze-racy-logs.py: Set executable bit.
9600
fb6a751f
SDJ
96012016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9602
9603 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9604 (CHECK_TARGET_TMP): Likewise.
9605 (check-single-racy): New rule.
9606 (check-parallel-racy): Likewise.
9607 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9608 (do-check-parallel-racy): New rule.
9609 (check-racy/%.exp): Likewise.
9610 * README (Racy testcases): New section.
9611 * analyze-racy-logs.py: New file.
9612
bdf7e230
DE
96132016-03-03 Doug Evans <dje@google.com>
9614
9615 * gdb.base/skip.exp: Use with_test_prefix.
9616
4719d415
YQ
96172016-03-03 Yao Qi <yao.qi@linaro.org>
9618
9619 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9620 Invoke step_over_syscall "clone" and break_cond_on_syscall
9621 "clone".
9622 * gdb.base/step-over-clone.c: New file.
9623
ea507862
YQ
96242016-03-03 Yao Qi <yao.qi@linaro.org>
9625
9626 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9627 code format.
9628
8fc8cbda
YQ
96292016-03-03 Yao Qi <yao.qi@linaro.org>
9630
9631 * gdb.base/disp-step-fork.c: Rename to ...
9632 * gdb.base/step-over-fork.c: ... it. New file.
9633 * gdb.base/disp-step-vfork.c: Rename to ...
9634 * gdb.base/step-over-vfork.c: ... it. New file.
9635 * gdb.base/disp-step-syscall.exp: Rename to ...
9636 * gdb.base/step-over-syscall.exp: ... it. New file.
9637 (disp_step_cross_syscall): Rename to ...
9638 (step_over_syscall): ... it.
9639
92fa70b0
YQ
96402016-03-03 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9643 If target supports condition evaluation on target, invoke
9644 break_cond_on_syscall for fork and vfork.
9645
e197ad3c
YQ
96462016-03-03 Yao Qi <yao.qi@linaro.org>
9647
9648 * gdb.base/disp-step-syscall.exp: Don't invoke
9649 support_displaced_stepping.
9650 (disp_step_cross_syscall): Test with displaced stepping off and
9651 on if supported.
9652
0b47da9f
YQ
96532016-03-03 Yao Qi <yao.qi@linaro.org>
9654
9655 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9656 proc.
9657 (setup): New proc.
9658 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9659 and setup.
9660
065ab6dc
BH
96612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9662
9663 * gdb.fortran/vla-history.exp: Remove breakpoint.
9664
07e448ad 96652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9666
25d49b86
PA
9667 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9668 exceeds timeout.
07e448ad 9669
9ac2d526 96702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9671
25d49b86
PA
9672 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9673 breakpoint.
9ac2d526 9674
17807369
BH
96752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9676
9677 * gdb.mi/vla.f90: Nullify pointer after declaration.
9678
86e501af
PA
96792016-03-01 Pedro Alves <palves@redhat.com>
9680
9681 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9682
1e903e32
PA
96832016-03-01 Pedro Alves <palves@redhat.com>
9684
9685 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9686 before anything else.
9687 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9688 _GNU_SOURCE here.
9689 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9690 before anything else.
9691 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9692
6ccb54e2
PA
96932016-03-01 Pedro Alves <palves@redhat.com>
9694
9695 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9696
30ca9da1
YQ
96972016-03-01 Yao Qi <yao.qi@linaro.org>
9698
9699 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9700 prepare_for_testing.
9701
dc856b38
YQ
97022016-03-01 Yao Qi <yao.qi@linaro.org>
9703
9704 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9705
4a932159
AA
97062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9707
9708 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9709 manually constructing the output path.
9710
f2489477
AA
97112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9712
9713 * gdb.arch/s390-stackless.S: New.
9714 * gdb.arch/s390-stackless.exp: New.
9715
38899f16
IB
97162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9717
9718 * gdb.dlang/circular.c: New file.
9719 * gdb.dlang/circular.exp: New file.
9720
9fde51ed
YQ
97212016-02-26 Yao Qi <yao.qi@linaro.org>
9722
9723 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9724 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9725 (testcases): Update.
9726
ce90fefe
YQ
97272016-02-26 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.reverse/aarch64.c: Rename to ...
9730 * gdb.reverse/insn-reverse.c: ... it.
9731 * gdb.reverse/aarch64.exp: Rename to ...
9732 * gdb.reverse/insn-reverse.exp: ... it.
9733
3263bceb
YQ
97342016-02-26 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9737 (testcase_ftype): New.
9738 (testcases): New array.
9739 (n_testcases): New.
9740 (main): Call each element in testcases.
9741 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9742 (read_testcase): New.
9743 Do the tests in a loop.
9744
6cb59ff1
YQ
97452016-02-25 Yao Qi <yao.qi@linaro.org>
9746
9747 * gdb.base/branches.c: Remove.
9748
ae91f625
MK
97492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9750
9751 PR gdb/13808
9752 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9753
678b48b7
MK
97542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9755
9756 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9757
7337a6f2
MK
97582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9759
9760 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9761 change x86_64 call_insn to 'callq'.
9762
861ca91f
AT
97632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9764
9765 * gdb.trace/tfile-avx.c: Move to...
9766 * gdb.trace/tracefile-pseudo-reg.c: Here.
9767 * gdb.trace/tfile-avx.exp: Move to...
9768 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9769
bf74e428
GB
97702016-02-24 Gary Benson <gbenson@redhat.com>
9771
9772 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9773 message on attach.
9774
cce0e923
DE
97752016-02-23 Doug Evans <dje@google.com>
9776
9777 * gdb.base/skip.c (test_skip): New function.
9778 (end_test_skip_file_and_function): New function.
9779 (test_skip_file_and_function): New function.
9780 * gdb.base/skip1.c (test_skip): New function.
9781 (skip1_test_skip_file_and_function): New function.
9782 * gdb.base/skip.exp: Add tests for new skip options.
9783 * gdb.base/skip-solib.exp: Update expected output.
9784 * gdb.perf/skip-command.cc: New file.
9785 * gdb.perf/skip-command.exp: New file.
9786 * gdb.perf/skip-command.py: New file.
9787
4000e47e
MK
97882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9789
9790 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9791 info registers pattern.
9792
24f75ead
IB
97932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9794
9795 * lib/future.exp: Add D support.
9796 (gdb_find_gdc): New proc.
9797 (gdb_default_target_compile): Add D support.
9798
fbb7bcbe
WW
97992016-02-18 Wei-cheng Wang <cole945@gmail.com>
9800
9801 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9802 user+system time.
9803 (trace_speed_test): Determine the iteration count for a time
9804 between 15..30 seconds.
9805
012b3a21
WT
98062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9807
9808 * gdb.arch/i386-mpx-sigsegv.c: New file.
9809 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9810 * gdb.arch/i386-mpx-simple_segv.c: New file.
9811 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9812
2d5189bd
YQ
98132016-02-18 Yao Qi <yao.qi@linaro.org>
9814
9815 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9816 Don't call setup_kfail.
9817
40fb20d0
YQ
98182016-02-18 Yao Qi <yao.qi@linaro.org>
9819
9820 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9821 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9822
21b1f8d2
DE
98232016-02-16 Doug Evans <dje@google.com>
9824
9825 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9826 * gdb.base/skip1.c: Ditto.
9827 * gdb.base/skip.exp: Whitespace cleanup.
9828
4041ed77
DB
98292016-02-16 Don Breazeal <donb@codesourcery.com>
9830
9831 PR remote/19496
9832 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9833 Remove kfail for PR remote/19496.
9834
c4ef31bf
SM
98352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9836
9837 * lib/gdb.exp (standard_temp_file): Return a path specific to
9838 the runtest invocation.
9839
266b65b3
SM
98402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9841
9842 * gdb.trace/save-trace.exp: Change relative path to be in the
9843 standard output directory.
9844
a7a0a6a9
JK
98452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9846
9847 * gdb.arch/i386-prologue.c: Add missing prototypes.
9848
c99dbb42
JK
98492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9850
9851 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9852 * gdb.arch/i386-prologue.exp: Likewise.
9853 * gdb.arch/i386-size.exp: Likewise.
9854
aa480355
SM
98552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9856
9857 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9858 define object file path.
9859 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9860 file path.
9861 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9862 standard_output_file to define binfile.
9863
ba881f50
JK
98642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9865
9866 Fix compatibility with recent gfortran-5.3.1.
9867 * gdb.fortran/vla-history.exp (print vla1 allocated)
9868 (print vla2 allocated, print $2, print $3): Remove
9869 (print $4): Rename to ...
9870 (print $2): ... here.
9871 (print $9): Rename to ...
9872 (print $5): ... here.
9873 (print $10): Rename to ...
9874 (print $6): ... here.
9875 * gdb.fortran/vla.f90: Add pvla initialization.
9876
e9fb005c
JK
98772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9878
9879 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9880 New test.
9881 * gdb.fortran/vla-value-sub.exp: Likewise.
9882
e44e00ff
MK
98832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9884
9885 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9886
97e94151
SM
98872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9888
9889 * i386-biarch-core.exp: Define corefile using
9890 standard_output_file.
9891
01113bc1
YQ
98922016-02-12 Yao Qi <yao.qi@linaro.org>
9893
9894 * gdb.arch/arm-single-step-kernel-helper.c: New.
9895 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9896
33b4777c
MM
98972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9898
9899 * gdb.btrace/tailcall-only.exp: New.
9900 * gdb.btrace/tailcall-only.c: New.
9901 * gdb.btrace/x86_64-tailcall-only.S: New.
9902 * gdb.btrace/i686-tailcall-only.S: New.
9903
acc23c11
PA
99042016-02-11 Pedro Alves <palves@redhat.com>
9905
9906 * README (Parallel testing): Add missing double quotes.
9907
e352bf0a
PA
99082016-02-11 Pedro Alves <palves@redhat.com>
9909
9910 * README (Parallel testing): New section.
9911 (GDB_PARALLEL): Rewrite.
9912 (FORCE_PARALLEL): Document.
9913
9f5fed78
MK
99142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9915
9916 * gdb.trace/tfile-avx.c: New test.
9917 * gdb.trace/tfile-avx.exp: New test.
9918
9ef9e6a6
KS
99192016-02-09 Keith Seitz <keiths@redhat.com>
9920
9921 PR breakpoints/19546
9922 * gdb.base/infcall-exec.c: New file.
9923 * gdb.base/infcall-exec2.c: New file.
9924 * gdb.base/infcall-exec.exp: New file.
9925
a96e36da
KS
99262016-02-09 Keith Seitz <keiths@redhat.com>
9927
9928 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9929 (toplevel): Call test_bkpt_address.
9930
9f61929f
KS
99312016-02-09 Keith Seitz <keiths@redhat.com>
9932
9933 PR python/19506
9934 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9935 (toplevel): Call test_bkpt_address.
9936
1e94266c
SM
99372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9938
9939 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9940 to AC_OUTPUT.
9941 * configure: Regenerate.
9942
2a7f3dff
PA
99432016-02-09 Pedro Alves <palves@redhat.com>
9944
9945 PR breakpoints/19548
9946 * gdb.base/execl-update-breakpoints.c (some_function): New
9947 function.
9948 (main): Call it.
9949 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9950 Tighten expected GDB output.
9951
2151ccc5
SM
99522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9953
9954 * Makefile.in (ALL_SUBDIRS): Remove.
9955 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9956 (distclean maintainer-clean realclean): Likewise.
9957 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9958 * configure: Regenerate.
9959 * gdb.ada/Makefile.in: Delete.
9960 * gdb.arch/Makefile.in: Likewise.
9961 * gdb.asm/Makefile.in: Likewise.
9962 * gdb.base/Makefile.in: Likewise.
9963 * gdb.btrace/Makefile.in: Likewise.
9964 * gdb.cell/Makefile.in: Likewise.
9965 * gdb.compile/Makefile.in: Likewise.
9966 * gdb.cp/Makefile.in: Likewise.
9967 * gdb.disasm/Makefile.in: Likewise.
9968 * gdb.dlang/Makefile.in: Likewise.
9969 * gdb.dwarf2/Makefile.in: Likewise.
9970 * gdb.fortran/Makefile.in: Likewise.
9971 * gdb.gdb/Makefile.in: Likewise.
9972 * gdb.go/Makefile.in: Likewise.
9973 * gdb.guile/Makefile.in: Likewise.
9974 * gdb.java/Makefile.in: Likewise.
9975 * gdb.linespec/Makefile.in: Likewise.
9976 * gdb.mi/Makefile.in: Likewise.
9977 * gdb.modula2/Makefile.in: Likewise.
9978 * gdb.multi/Makefile.in: Likewise.
9979 * gdb.objc/Makefile.in: Likewise.
9980 * gdb.opencl/Makefile.in: Likewise.
9981 * gdb.opt/Makefile.in: Likewise.
9982 * gdb.pascal/Makefile.in: Likewise.
9983 * gdb.perf/Makefile.in: Likewise.
9984 * gdb.python/Makefile.in: Likewise.
9985 * gdb.reverse/Makefile.in: Likewise.
9986 * gdb.server/Makefile.in: Likewise.
9987 * gdb.stabs/Makefile.in: Likewise.
9988 * gdb.threads/Makefile.in: Likewise.
9989 * gdb.trace/Makefile.in: Likewise.
9990 * gdb.xml/Makefile.in: Likewise.
9991 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9992 GDB_PARALLEL.
9993 (standard_output_file): Remove check for GDB_PARALLEL, always
9994 return path in outputs/$subdir/$testname.
9995
437277d4
SM
99962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9999 (site.exp): Assign abs_srcdir to tcl's srcdir.
10000
31d913c7
YQ
100012016-02-04 Yao Qi <yao.qi@linaro.org>
10002
10003 * gdb.base/foll-exec-mode.c: Include limits.h.
10004 (main): Add parameters argc and argv. Get directory from
10005 argv[0].
10006 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10007 compilation.
10008 * gdb.base/foll-exec.c: Include limits.h.
10009 (main): Add parameters argc and argv.
10010 Get directory from argv[0].
10011 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10012 Adjust tests on the number of lines as source code changed.
10013 * gdb.base/foll-vfork-exit.c: Include limits.h.
10014 (main): Add one line of statement before vfork.
10015 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10016 (main): Add parameters argc and argv. Get directory from
10017 argv[0].
10018 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10019 (setup_gdb): Set tbreak to skip some source lines.
10020 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10021 (main): Add parameters argc and argv. Get directory from
10022 argv[0].
10023 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10024 compilation.
10025 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10026 (main): Add parameters argc and argv. Get directory from
10027 argv[0].
10028 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10029 compilation.
10030
9482b9fb
DE
100312016-02-01 Doug Evans <dje@google.com>
10032
10033 * gdb.base/skip.exp: Clean up multiple references to same test name.
10034
6b2e4f10
PA
100352016-02-01 Pedro Alves <palves@redhat.com>
10036
ccb6afd6 10037 PR remote/19496
6b2e4f10
PA
10038 * gdb.threads/forking-threads-plus-breakpoint.exp
10039 (displaced_stepping_supported): New global.
10040 (probe_displaced_stepping_support): New procedure.
10041 (do_test): Add 'displaced' parameter, and use it.
10042 (top level): Check for displaced stepping support. Add displaced
10043 stepping on/off testing axis.
10044
37a8db1a
AB
100452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10046
10047 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10048 pointer. Don't perform further tests on the unassociated pointer
10049 if the first test fails.
10050
5fdf6324
AB
100512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10052
10053 * gdb.base/max-value-size.c: New file.
10054 * gdb.base/max-value-size.exp: New file.
10055 * gdb.base/huge.exp: Disable max-value-size for this test.
10056
935c6144
IB
100572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10058
10059 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10060
7fe8399d
YQ
100612016-01-28 Yao Qi <yao.qi@linaro.org>
10062
10063 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10064
a2077e25
PA
100652016-01-25 Pedro Alves <palves@redhat.com>
10066
10067 PR threads/19461
10068 * gdb.base/fork-running-state.c: New file.
10069 * gdb.base/fork-running-state.exp: New file.
10070
1d2736d4
PA
100712016-01-25 Pedro Alves <palves@redhat.com>
10072
10073 PR gdb/19494
10074 * gdb.base/catch-fork-kill.c: New file.
10075 * gdb.base/catch-fork-kill.exp: New file.
10076
f1da4b11
PA
100772016-01-25 Pedro Alves <palves@redhat.com>
10078
10079 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10080 Delete, moved to lib/gdb.exp.
10081 * gdb.threads/forking-threads-plus-breakpoint.exp
10082 (foreach_with_prefix): Likewise.
10083 * gdb.threads/process-dies-while-handling-bp.exp
10084 (foreach_with_prefix): Likewise.
10085 * lib/gdb.exp (foreach_with_prefix): New procedure.
10086
45f38546
MK
100872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10088
10089 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10090 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10091
dc29a1ce
MK
100922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10093
10094 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10095 endian targets.
10096
092127d7
JK
100972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10098 Pedro Alves <palves@redhat.com>
10099
10100 Fix testsuite compatibility with Guile.
10101 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10102 number.
10103
31d765d3
JK
101042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10105
10106 Fix testsuite compatibility with Guile.
10107 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10108 (thread 1): New test for backtrace through signal handler.
10109
1ac78c04
YQ
101102016-01-22 Yao Qi <yao.qi@linaro.org>
10111
10112 PR testsuite/19491
10113 * gdb.base/multi-forks.c: Include
10114 ../lib/unbuffer_output.c
10115 (main): Call gdb_unbuffer_output.
10116
4f5946a8
DE
101172016-01-21 Doug Evans <dje@google.com>
10118
10119 * lib/ada.exp (gdb_compile_ada): Fix typo.
10120
305e13e6
JB
101212016-01-21 Joel Brobecker <brobecker@adacore.com>
10122
10123 * gdb.base/break-fun-addr.exp: New file.
10124 * gdb.base/break-fun-addr1.c: New file.
10125 * gdb.base/break-fun-addr2.c: New file.
10126
5f5dfff6
SM
101272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10128
10129 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10130 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10131 enum flag values.
10132
fd356fa2
AA
101332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10134
10135 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10136 when GDB can not set the vector return value. Add more comments
10137 for clarification.
10138
9df22175
AT
101392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10140
10141 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10142 command.
10143
41d1845e
SM
101442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10145
10146 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10147
01ac6840
SM
101482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10149
10150 * Makefile.in (check-single): Pass --status to runtest.
10151 (check/%.exp): Likewise.
10152
101532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10154
10155 * Makefile.in (check-parallel): Propagate return code from make
10156 do-check-parallel.
10157
bd0a71fa
MK
101582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10159
10160 * gdb.trace/ftrace.exp: Fix expected message on continue.
10161 * gdb.trace/pending.exp: Fix expected message on continue.
10162 * gdb.trace/trace-break.exp: Fix expected message on continue.
10163
8bcbad33
SM
101642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10165
10166 * lib/gdb.exp (gdb_test): Remove unused global references.
10167
f303dbd6
PA
101682016-01-18 Pedro Alves <palves@redhat.com>
10169
10170 * gdb.base/async-shell.exp: Adjust expected output.
10171 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10172 * gdb.base/siginfo-thread.exp: Adjust expected output.
10173 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10174 * gdb.java/jnpe.exp: Adjust expected output.
10175 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10176 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10177 * gdb.threads/leader-exit.exp: Adjust expected output.
10178 * gdb.threads/manythreads.exp: Adjust expected output.
10179 * gdb.threads/pthreads.exp: Adjust expected output.
10180 * gdb.threads/schedlock.exp: Adjust expected output.
10181 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10182 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10183 expected output.
10184 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10185 output.
10186 * gdb.threads/sigthread.exp: Adjust expected output.
10187 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10188
b2789696
YQ
101892016-01-18 Yao Qi <yao.qi@linaro.org>
10190
10191 * gdb.guile/scm-section-script.c: Replace @progbits with
10192 %progbits.
10193 * gdb.python/py-section-script.c: Likewise.
10194
71ef29a8
PA
101952016-01-15 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.multi/tids.exp: Test star wildcard ranges.
10198
3f5b7598
PA
101992016-01-15 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10202 command from "thread apply" invocation.
10203 (thr_apply_info_thr_invalid): Default the expected output to the
10204 input tid list.
10205 (top level): Add tests that use convenience variables. Add tests
10206 for "thread apply" with a valid TID list, but missing the command.
10207
663f6d42
PA
102082016-01-13 Pedro Alves <palves@redhat.com>
10209
10210 * gdb.base/default.exp: Expect $_gthread as well.
10211 * gdb.multi/tids.exp: Test $_gthread.
10212 * gdb.threads/thread-specific.exp: Test $_gthread.
10213
c84f6bbf
PA
102142016-01-13 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.multi/tids.exp: Test "info threads -gid".
10217
22a02324
PA
102182016-01-13 Pedro Alves <palves@redhat.com>
10219
10220 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10221 Breakpoint.thread.
10222 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10223
5d5658a1
PA
102242016-01-07 Pedro Alves <palves@redhat.com>
10225
10226 * gdb.base/break.exp: Adjust to output changes.
10227 * gdb.base/hbreak2.exp: Likewise.
10228 * gdb.base/sepdebug.exp: Likewise.
10229 * gdb.base/watch_thread_num.exp: Likewise.
10230 * gdb.linespec/keywords.exp: Likewise.
10231 * gdb.multi/info-threads.exp: Likewise.
10232 * gdb.threads/thread-find.exp: Likewise.
10233 * gdb.multi/tids.c: New file.
10234 * gdb.multi/tids.exp: New file.
10235
84654457
PA
102362016-01-13 Pedro Alves <palves@redhat.com>
10237
10238 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10239
e3940304
PA
102402016-01-13 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.base/default.exp: Expect $_inferior as well.
10243 * gdb.multi/base.exp: Test $_inferior.
10244
a911d87a
PA
102452016-01-13 Pedro Alves <palves@redhat.com>
10246
10247 PR breakpoints/19388
10248 * gdb.base/catch-signal-siginfo-cond.c: New file.
10249 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10250
82075af2
JS
102512016-01-12 Josh Stone <jistone@redhat.com>
10252 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10253
10254 * gdb.base/catch-syscall.c (do_execve): New variable.
10255 (main): Conditionally trigger an execve.
10256 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10257 (test_catch_syscall_execve): New, check entry/return across execve.
10258 (do_syscall_tests): Call test_catch_syscall_execve.
10259
e46eeedd
PA
102602016-01-12 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.base/random-signal.exp (do_test): New procedure, with body
10263 of testcase moved in.
10264
01d8c27e
JK
102652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10266 Pedro Alves <palves@redhat.com>
10267
10268 * gdb.base/funcargs.exp (finish from indirectly called function):
10269 Reintroduce the case for 'First'.
10270
9a706302
JK
102712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10272 Pedro Alves <palves@redhat.com>
10273
10274 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10275 (tcatch_vfork_then_child_follow_exec)
10276 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10277 identification.
10278
c0ecb95f
JK
102792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10280
10281 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10282 and repeats to unlimited.
10283 * gdb.python/py-value.exp: Likewise.
10284 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10285 and repeats to unlimited.
10286
6cfc1fcb
JK
102872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10288
10289 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10290 and reordering the functions.
10291 * gdb.multi/hangout.c: Likewise.
10292 * gdb.multi/hello.c: Likewise.
10293
582a1b00
SM
102942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10295
10296 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10297 absolute.
10298 (SingleStatisticTestResult.report): Use dict.keys instead of
10299 dict.iterkeys.
10300
79bc59cb
PA
103012016-01-06 Pedro Alves <palves@redhat.com>
10302
10303 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10304
43368e1d
MM
103052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10306
10307 * gdb.btrace/dlopen.exp: New.
10308 * gdb.btrace/dlopen.c: New.
10309 * gdb.btrace/dlopen-dso.c: New.
10310
79fad5b8
SL
103112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10312
10313 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10314 PATTERN argument is optional.
10315
ab8314b3
JB
103162015-12-24 Joel Brobecker <brobecker@adacore.com>
10317
10318 * lib/ada.exp (target_compile_ada_from_dir): New function.
10319 (gdb_compile_ada): Reimplement avoiding the use of project files.
10320 * gdb.ada/gnat_ada.gpr: Delete.
10321 * gdb.ada/cond_lang.exp: Adjust test to make path before
10322 filename optional.
10323 * gdb.ada/small_reg_param.exp: Likewise.
10324
fe33faff
SM
103252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10326
10327 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10328
6d265cb4
TP
103292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10330
10331 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10332 case.
10333
10125099
SM
103342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10335
10336 * gdb.base/break.exp: Remove dead code.
10337 * gdb.base/sepdebug.exp: Likewise.
10338
3ca22649
SM
103392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10340
10341 * gdb.asm/asm-source.exp: Remove HP-UX references.
10342 * gdb.base/annota1.exp: Likewise.
10343 * gdb.base/annota3.exp: Likewise.
10344 * gdb.base/attach.exp: Likewise.
10345 * gdb.base/bigcore.exp: Likewise.
10346 * gdb.base/break.exp: Likewise.
10347 * gdb.base/call-ar-st.exp: Likewise.
10348 * gdb.base/callfuncs.exp: Likewise.
10349 * gdb.base/catch-fork-static.exp: Likewise.
10350 * gdb.base/display.exp: Likewise.
10351 * gdb.base/foll-exec-mode.exp: Likewise.
10352 * gdb.base/foll-exec.exp: Likewise.
10353 * gdb.base/foll-fork.exp: Likewise.
10354 * gdb.base/foll-vfork.exp: Likewise.
10355 * gdb.base/funcargs.exp: Likewise.
10356 * gdb.base/hbreak2.exp: Likewise.
10357 * gdb.base/inferior-died.exp: Likewise.
10358 * gdb.base/interrupt.exp: Likewise.
10359 * gdb.base/multi-forks.exp: Likewise.
10360 * gdb.base/nodebug.exp: Likewise.
10361 * gdb.base/sepdebug.exp: Likewise.
10362 * gdb.base/solib1.c: Likewise.
10363 * gdb.base/step-test.exp: Likewise.
10364 * gdb.mi/non-stop.c: Likewise.
10365 * gdb.mi/pthreads.c: Likewise.
10366 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10367 * gdb.threads/pthreads.c: Likewise.
10368 * gdb.threads/staticthreads.exp: Likewise.
10369 * lib/future.exp: Likewise.
10370 * lib/gdb.exp: Likewise.
10371 * gdb.base/so-indr-cl.c: Remove.
10372 * gdb.base/so-indr-cl.exp: Likewise.
10373 * gdb.base/solib.c: Likewise.
10374 * gdb.base/solib.exp: Likewise.
10375 * gdb.base/solib2.c: Likewise.
10376
b6304613
SM
103772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10378
10379 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10380 * gdb.base/call-ar-st.exp: Likewise.
10381 * gdb.base/callfuncs.exp: Likewise.
10382 * gdb.base/condbreak.exp: Likewise.
10383 * gdb.base/constvars.exp: Likewise.
10384 * gdb.base/hbreak2.exp: Likewise.
10385 * gdb.base/langs.exp: Likewise.
10386 * gdb.base/list.exp: Likewise.
10387 * gdb.base/long_long.exp: Likewise.
10388 * gdb.base/ptype.exp: Likewise.
10389 * gdb.base/scope.exp: Likewise.
10390 * gdb.base/signals.exp: Likewise.
10391 * gdb.base/so-impl-ld.exp: Likewise.
10392 * gdb.base/varargs.exp: Likewise.
10393 * gdb.base/volatile.exp: Likewise.
10394 * gdb.base/whatis.exp: Likewise.
10395 * gdb.cp/cplusfuncs.exp: Likewise.
10396 * gdb.cp/inherit.exp: Likewise.
10397 * gdb.cp/local.exp: Likewise.
10398 * gdb.cp/member-ptr.exp: Likewise.
10399 * gdb.cp/method.exp: Likewise.
10400 * gdb.cp/overload.exp: Likewise.
10401 * gdb.cp/templates.exp: Likewise.
10402 * gdb.stabs/weird.exp: Likewise.
10403 * lib/compiler.c: Likewise.
10404 * lib/compiler.cc: Likewise.
10405 * lib/cp-support.exp: Likewise.
10406 * lib/gdb.exp: Likewise.
10407
bf401b07
SM
104082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10409
10410 * configure.ac: Remove HP-UX case.
10411 * configure: Regenerate.
10412
aff9c0f8
SM
104132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10414
10415 * lib/gdb.exp (gdb_compile): Add function doc.
10416
a6904d5a
PA
104172015-12-17 Pedro Alves <palves@redhat.com>
10418
10419 PR threads/19354
10420 * gdb.multi/info-threads.exp: New file.
10421
a22279dd
YQ
104222015-12-15 Yao Qi <yao.qi@linaro.org>
10423
10424 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10425 is aarch64*-*-*.
10426
0588c796
SL
104272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10428
10429 * gdb.base/history-duplicates.exp: Skip if no readline support.
10430
5d978e17
SL
104312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10432
10433 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10434
7e763b86
SL
104352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10436
10437 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10438
87a3a92c
SL
104392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10440
10441 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10442 ctrl-C if nointerrupts target property is set.
10443 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10444 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10445 * gdb.base/paginate-bg-execution.exp: Likewise.
10446 * gdb.base/paginate-execution-startup.exp: Likewise.
10447 * gdb.base/random-signal.exp: Likewise.
10448 * gdb.base/range-stepping.exp: Likewise.
10449 * gdb.cp/annota2.exp: Likewise.
10450 * gdb.cp/annota3.exp: Likewise.
10451 * gdb.gdb/selftest.exp: Likewise.
10452 * gdb.threads/continue-pending-status.exp: Likewise.
10453 * gdb.threads/leader-exit.exp: Likewise.
10454 * gdb.threads/manythreads.exp: Likewise.
10455 * gdb.threads/pthreads.exp: Likewise.
10456 * gdb.threads/schedlock.exp: Likewise.
10457 * gdb.threads/sigthread.exp: Likewise.
10458
a8f077dc
DB
104592015-12-11 Don Breazeal <donb@codesourcery.com>
10460
10461 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10462 remote.
10463 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10464 * gdb.base/foll-exec.exp (main): Enable for target remote.
10465 * gdb.base/foll-fork.exp (main): Likewise.
10466 * gdb.base/foll-vfork.exp (main): Likewise.
10467 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10468 (proc continue_to_exit_bp_loc): Use clean_restart.
10469 * gdb.base/pie-execl.exp (main): Disable for target remote.
10470 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10471 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10472 * gdb.threads/execl.exp (main): Likewise.
10473 * gdb.threads/fork-child-threads.exp (main): Likewise.
10474 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10475 remote.
10476 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10477 remote.
10478 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10479 pid.tid style ptids, instead of just tid.
10480 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10481 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10482 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10483 ptids, instead of just tid.
10484
3b2464a8
AB
104852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10486
10487 * gdb.base/list.exp (test_list_forward): Add end of file error
10488 test.
10489 (test_repeat_list_command): Add end of file error test.
10490 (test_list_backwards): Add beginning of file error test.
10491
a0def019
AB
104922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10493
10494 * gdb.base/list.exp (test_list_invalid_args): New function,
10495 defined, and called.
10496
5c000dff
AB
104972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10498
10499 * gdb.base/list.exp (test_list): Make test names unique.
10500
f1637ebe
YQ
105012015-12-11 Yao Qi <yao.qi@linaro.org>
10502
10503 * gdb.base/coremaker2.c: Remove.
10504
36d6fc0a
PA
105052015-12-10 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.multi/base.exp: Remove stale "spaces" references.
10508
762f7747
PA
105092015-12-10 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.multi/base.exp: Don't use nowarnings.
10512 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10513 * gdb.multi/hangout.c: Include stdio.h.
10514 * gdb.multi/hello.c: Include stdlib.h.
10515 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10516 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10517 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10518
28d2bfb9
AB
105192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10520
10521 * gdb.dwarf2/dw2-ranges-base.c: New file.
10522 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10523 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10524 support additional line table, and debug ranges generation.
10525 (Dwarf::ranges): New function, generate .debug_ranges.
10526 (Dwarf::lines): Support generating simple line table programs.
10527 (Dwarf::assemble): Initialise new namespace variables.
10528
5fc2beac
KB
105292015-12-09 Kevin Buettner <kevinb@redhat.com>
10530
10531 * gdb.base/async.exp (proc test_background): Add case for
10532 asynchronous execution not supported.
10533
1c35a88f
LM
105342015-12-09 Luis Machado <lgustavo@codesourcery.com>
10535
10536 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10537 format and change test names to make them unique.
10538
b593e3d9
RK
105392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10540 Pedro Alves <pedro@redhat.com>
10541
10542 PR gdb/18702
10543 Add checking of floatformats setup on x86_64 hosts.
10544 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10545 (smallval, bigval): New labels/constants.
10546 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10547 float" after loading bigval and smallval.
10548
d72413e6
PMR
105492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10550
10551 * gdb.ada/fun_overload_menu.exp: New testcase.
10552 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10553
ece66d65
JS
105542015-12-04 Josh Stone <jistone@redhat.com>
10555
10556 * gdb.base/catch-fork-static.exp: New.
10557
41d0efca
YQ
105582015-12-03 Yao Qi <yao.qi@linaro.org>
10559
10560 * gdb.base/sizeof.c: Don't include stdio.h and
10561 ../lib/unbuffer_output.c.
10562 (main): New variable 'size' and 'value'. Remove printf and
10563 gdb_unbuffer_output. Assign return value to size and value.
10564 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10565 at the beginning.
10566 (check_sizeof): Check the result by printing variable 'size'.
10567 (check_valueof): Check the result by printing variable 'value'.
10568
99fd02d9
YQ
105692015-12-01 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10572 for aarch64*-*-linux* target.
10573
f2faf941
PA
105742015-11-30 Pedro Alves <palves@redhat.com>
10575
10576 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10577
04bf20c5
PA
105782015-11-30 Pedro Alves <palves@redhat.com>
10579
10580 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10581 Handle non-stop mode vCont replies.
10582
09df4675
PA
105832015-11-30 Pedro Alves <palves@redhat.com>
10584
10585 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10586 prepare_for_testing. Start gdb with "set non-stop on" appended to
10587 GDBFLAGS. Lax expected stop output.
10588
58b584af
YQ
105892015-11-27 Yao Qi <yao.qi@linaro.org>
10590
10591 * gdb.arch/arm-neon.exp: New.
10592 * gdb.arch/arm-neon.c: New.
10593
dfcb77a8
YQ
105942015-11-27 Yao Qi <yao.qi@linaro.org>
10595
10596 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10597
88e8ec1b
YQ
105982015-11-27 Yao Qi <yao.qi@linaro.org>
10599
10600 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10601 frames-invalid annotation.
10602
bfde72c2
YQ
106032015-11-27 Yao Qi <yao.qi@linaro.org>
10604
10605 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10606
f6512a69
SM
106072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10608
10609 * gdb.threads/names.exp: New file.
10610 * gdb.threads/names.c: New file.
10611 * README: Mention gdb,no_thread_names.
10612
46a3515b
MM
106132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10614
10615 PR 19297
10616 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10617 support" error.
10618
62147a22
PA
106192015-11-24 Pedro Alves <palves@redhat.com>
10620
10621 PR 17539
10622 * gdb.base/display.exp: Expect displays to be sorted in ascending
10623 order. Use multi_line.
10624 * gdb.base/solib-display.exp: Likewise.
10625
2f341b6e
PA
106262015-11-24 Pedro Alves <palves@redhat.com>
10627
10628 PR 17539
25d49b86
PA
10629 * gdb.base/display.exp: Expect displays to be sorted in ascending
10630 order. Use multi_line.
10631 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10632
7e0aa6aa
PA
106332015-11-24 Pedro Alves <palves@redhat.com>
10634
10635 PR 17539
10636 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10637 threads in ascending order.
10638 * gdb.base/foll-fork.exp: Likewise.
10639 * gdb.base/foll-vfork.exp: Likewise.
10640 * gdb.base/multi-forks.exp: Likewise.
10641 * gdb.mi/mi-nonstop.exp: Likewise.
10642 * gdb.mi/mi-nsintrall.exp: Likewise.
10643 * gdb.multi/base.exp: Likewise.
10644 * gdb.multi/multi-arch.exp: Likewise.
10645 * gdb.python/py-inferior.exp: Likewise.
10646 * gdb.threads/break-while-running.exp: Likewise.
10647 * gdb.threads/execl.exp: Likewise.
10648 * gdb.threads/gcore-thread.exp: Likewise.
10649 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10650 * gdb.threads/kill.exp: Likewise.
10651 * gdb.threads/linux-dp.exp: Likewise.
10652 * gdb.threads/multiple-step-overs.exp: Likewise.
10653 * gdb.threads/next-bp-other-thread.exp: Likewise.
10654 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10655 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10656 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10657 * gdb.threads/thread-find.exp: Likewise.
10658 * gdb.threads/tls.exp: Likewise.
10659 * lib/mi-support.exp (mi_reverse_list): Delete.
10660 (mi_check_thread_states): No longer reverse list.
10661
2cc57ad8
PA
106622015-11-24 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10665 use lowercase.
10666
c93e8391
SM
106672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10668
10669 * gdb.trace/actions.c: Include trace-common.h.
10670 (main): Add a location for a fast tracepoint.
10671 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10672 the normal tracepoints.
10673 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10674
045ccf91
SM
106752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10676
10677 * save-trace.exp: Factor out code to these...
10678 (gdb_save_tracepoints): New.
10679 (gdb_load_tracepoints): New.
10680 (do_save_load_test): New.
10681
5506f9f6
KB
106822015-11-23 Kevin Buettner <kevinb@redhat.com>
10683
10684 * gdb.base/asmlabel.exp: New test.
10685 * gdb.base/asmlabel.c: New test case.
10686
16c3b12f
JB
106872015-11-23 Joel Brobecker <brobecker@adacore.com>
10688
10689 * gdb.base/wrong_frame_bt_full-main.c: New file.
10690 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10691 * gdb.base/wrong_frame_bt_full.exp: New file.
10692
155bfbd3
JB
106932015-11-23 Joel Brobecker <brobecker@adacore.com>
10694
10695 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10696
bb097445
JM
106972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10698
206853a0 10699 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10700 pstate register when comparing registers values in
10701 sparc64-*-linux-gnu targets to avoid spurious differences.
10702
9c88ed8f
JM
107032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10704
206853a0 10705 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10706
96161e25
SL
107072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10708
10709 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10710 as type argument to gdb_compile.
10711 * gdb.base/nested-subp2.exp: Likewise.
10712 * gdb.base/nested-subp3.exp: Likewise.
10713
340c2830
DV
107142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10715
10716 * lib/dwarf.exp (_note): Fix left shift of negative value.
10717 * gdb.trace/trace-condition.exp: Likewise.
10718
c1862d0f
YQ
107192015-11-13 Yao Qi <yao.qi@linaro.org>
10720
10721 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10722 comments about d10v.
10723 (test_scalar_returns): Likewise.
10724 * gdb.base/d10v.ld: Remove.
10725 * gdb.base/overlays.exp: Remove the target triplet checking for
10726 d10v-*-*.
10727 * gdb.base/structs.exp (test_struct_returns): Remove the
10728 comments about d10v.
10729 (test_struct_calls): Likewise.
10730
77ae9c19
YQ
107312015-11-13 Yao Qi <yao.qi@linaro.org>
10732
10733 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10734 * gdb.base/gnu_vector.c: Don't include stdio.h.
10735 (main): Don't print res and call add_some_intvecs.
10736
430e004e
MK
107372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10738
10739 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10740 macro.
10741 (func5): Removed.
10742 (func4): Use FAST_TRACEPOINT_LABEL.
10743 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10744 macro.
10745 (func): Removed.
10746 (thread_function): Use FAST_TRACEPOINT_LABEL.
10747 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10748 (func): Remove.
10749 (marker): Use FAST_TRACEPOINT_LABEL.
10750 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10751 (pendfunc1): Remove.
10752 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10753 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10754 (foo): Remove.
10755 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10756 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10757 macro.
10758 (func): Remove.
10759 (marker): Use FAST_TRACEPOINT_LABEL.
10760 * gdb.trace/trace-common.h: New header.
10761 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10762 macro.
10763 (func): Remove.
10764 (marker): Use FAST_TRACEPOINT_LABEL.
10765 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10766 (func): Remove.
10767 (thread_function): Use FAST_TRACEPOINT_LABEL.
10768
6e7675a7
MK
107692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10770
10771 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10772 in front.
10773 * gdb.trace/change-loc.exp: Use global pcreg definition.
10774 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10775 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10776 in front.
10777 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10778 * gdb.trace/pending.exp: Likewise.
10779 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10780 * gdb.trace/trace-break.exp: Likewise.
10781 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10782 in front.
10783 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10784 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10785 in front.
10786 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10787
dddc0e16
JB
107882015-11-09 Joel Brobecker <brobecker@adacore.com>
10789
10790 * gdb.ada/fin_fun_out: New testcase.
10791
c6f0b406
KB
107922015-11-07 Kevin Buettner <kevinb@redhat.com>
10793
10794 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10795 value associated with DW_AT_byte_size.
10796 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10797 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10798 DW_AT_upper_bound.
10799
f01dcfd9
KB
108002015-11-07 Kevin Buettner <kevinb@redhat.com>
10801
10802 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10803 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10804 version.
10805 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10806 gdb.dwarf2/dw2-canonicalize-type.exp,
10807 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10808 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10809 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10810 provided by gdb_target_symbol_prefix_flags_asm.
10811 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10812 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10813 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10814 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10815 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10816 macros where needed). Use this macro for symbols which require
10817 the prefix provided by SYMBOL_PREFIX.
10818
2223449a
KB
108192015-11-05 Kevin Buettner <kevinb@redhat.com>
10820
10821 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10822 New procs.
10823 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10824 representing expressions, of more than one list element.
10825 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10826 to prepend linker symbol prefix to f.
10827 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10828 table_1 and table_2.
10829 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10830 Likewise, for f and g.
10831 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10832 for ptr.
10833 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10834 for main.
10835 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10836 table_1_ptr and table_2_ptr.
10837
6f2f1a3a
JK
108382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10839 Joel Brobecker <brobecker@adacore.com>
10840
10841 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10842
566c56c9
MK
108432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10844
10845 * gdb.reverse/s390-mvcle.c: New test.
10846 * gdb.reverse/s390-mvcle.exp: New file.
10847 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10848
d5f0636b
MK
108492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10850
10851 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10852
7ad8b86c
MK
108532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10854
10855 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10856 reaching marker2.
10857 * gdb.reverse/getresuid-reverse.exp: Likewise.
10858 * gdb.reverse/pipe-reverse.exp: Likewise.
10859 * gdb.reverse/readv-reverse.exp: Likewise.
10860 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10861 * gdb.reverse/time-reverse.exp: Likewise.
10862 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10863
4081c0f1
YQ
108642015-10-30 Yao Qi <yao.qi@linaro.org>
10865
10866 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10867 (empty_cycle): Remove.
10868 (main): Don't call empty_cycle. Don't use watch_count_done.
10869 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10870 empty_cycle. Rewrite the code counting HW watchpoints.
10871
452b4ba5
MK
108722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10873
10874 * gdb.reverse/fstatat-reverse.c: New test.
10875 * gdb.reverse/fstatat-reverse.exp: New file.
10876 * gdb.reverse/getresuid-reverse.c: New test.
10877 * gdb.reverse/getresuid-reverse.exp: New file.
10878 * gdb.reverse/pipe-reverse.c: New test.
10879 * gdb.reverse/pipe-reverse.exp: New file.
10880 * gdb.reverse/readv-reverse.c: New test.
10881 * gdb.reverse/readv-reverse.exp: New file.
10882 * gdb.reverse/recvmsg-reverse.c: New test.
10883 * gdb.reverse/recvmsg-reverse.exp: New file.
10884 * gdb.reverse/time-reverse.c: New test.
10885 * gdb.reverse/time-reverse.exp: New file.
10886 * gdb.reverse/waitpid-reverse.c: New test.
10887 * gdb.reverse/waitpid-reverse.exp: New file.
10888
5e2e7507
JK
108892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10892
0fde2c53
DE
108932015-10-26 Doug Evans <dje@google.com>
10894
10895 PR symtab/17391
10896 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10897 * gdb.dwarf2/bad-regnum.c: New file.
10898 * gdb.dwarf2/bad-regnum.exp: New file.
10899
1a70ae97
DE
109002015-10-26 Doug Evans <dje@google.com>
10901
10902 PR python/18938
10903 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10904 file.
10905
27dc26ab
JK
109062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10907
10908 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10909 for a change by "Mention language in compile error message".
10910
bed91f4d
SM
109112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10912
10913 PR python/18073
10914 * gdb.python/py-type.c (C::a_method): New.
10915 (C::a_const_method): New.
10916 (C::a_static_method): New.
10917 (a_function): New.
10918 * gdb.python/py-type.exp (test_fields): Test getting fields
10919 from function and method.
10920
3f2f83dd
KB
109212015-10-21 Keven Boell <keven.boell@intel.com>
10922
10923 * gdb.fortran/vla-alloc-assoc.exp: New file.
10924 * gdb.fortran/vla-datatypes.exp: New file.
10925 * gdb.fortran/vla-datatypes.f90: New file.
10926 * gdb.fortran/vla-history.exp: New file.
10927 * gdb.fortran/vla-ptype-sub.exp: New file.
10928 * gdb.fortran/vla-ptype.exp: New file.
10929 * gdb.fortran/vla-sizeof.exp: New file.
10930 * gdb.fortran/vla-sub.f90: New file.
10931 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10932 * gdb.fortran/vla-value-sub-finish.exp: New file.
10933 * gdb.fortran/vla-value-sub.exp: New file.
10934 * gdb.fortran/vla-value.exp: New file.
10935 * gdb.fortran/vla-ptr-info.exp: New file.
10936 * gdb.mi/mi-vla-fortran.exp: New file.
10937 * gdb.mi/vla.f90: New file.
10938
27145d50
SL
109392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10940
10941 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10942 of hardwired timeout value.
10943
5f3ff4f8
JK
109442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10945 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10948 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10949
bfd09d20
JS
109502015-10-19 Josh Stone <jistone@redhat.com>
10951
10952 * gdb.base/catch-syscall.c: Include <sched.h>.
10953 (unknown_syscall): New variable.
10954 (main): Trigger a vfork and an unknown syscall.
10955 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10956 (unknown_syscall_number): Likewise.
10957 (check_call_to_syscall): Accept an optional syscall pattern.
10958 (check_return_from_syscall): Likewise.
10959 (check_continue): Likewise.
10960 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10961 (test_catch_syscall_skipping_return): New test toggling off 'catch
10962 syscall' to step over the syscall return, then toggling back on.
10963 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10964 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10965 (do_syscall_tests): Call test_catch_syscall_without_args and
10966 test_catch_syscall_mid_vfork.
10967 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10968 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10969
b32b93c6
AS
109702015-10-19 Andrew Stubbs <ams@codesourcery.com>
10971
10972 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10973 print g_vE): Add new pass patterns.
10974 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10975 print various symbol names for vptr fields.
10976
9d622bda
AB
109772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10978
10979 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10980 results.
10981
0fd8ac1c
YQ
109822015-10-12 Yao Qi <yao.qi@linaro.org>
10983
10984 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10985
34240514
YQ
109862015-10-12 Yao Qi <yao.qi@linaro.org>
10987
10988 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10989 is aarch64*-*-linux*.
10990
8240f442
YQ
109912015-10-12 Yao Qi <yao.qi@linaro.org>
10992
10993 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10994 (can_relocate_bcond_true): ... it.
10995 (can_relocate_bcond_false): New function.
10996 (foo): Likewise.
10997 (can_relocate_bl): Likewise.
10998 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10999 can_relocate_bl.
11000
2520f728
PMR
110012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11002
11003 * gdb.base/nested-addr.c: New file.
11004 * gdb.base/nested-addr.exp: New testcase.
11005
abcef95a
MM
110062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11007
11008 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11009 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11010 its output. Ignore the output of "record goto begin" and instead
11011 check that GDB is replaying.
11012
145e3ddb
PA
110132015-10-09 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11016 (top level): Use it in the run with no args test.
11017
d5d8c4e1
IB
110182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11019
11020 * gdb.dlang/properties.exp: New file.
11021
06e635ef
SL
110222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11023
11024 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11025 whether or not address 0x1000 is mapped on the target.
11026
e019fd1d
SM
110272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11028
11029 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11030 build.
11031
77ba2a67
MM
110322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11033
11034 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11035 instruction-history test.
11036
c60eb31f
DE
110372015-09-28 Doug Evans <dje@google.com>
11038
11039 * gdb.base/gcore.c (array_func): Add reference to static_array.
11040
9a3c8263
SM
110412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11042
11043 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11044 source line.
11045
9720e656
SL
110462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11047
11048 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11049 short or char as base type.
11050
938d3bf2
SL
110512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11052
11053 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11054 to allow any size enum.
11055
e6c2c623
PMR
110562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11057
11058 * gdb.ada/array_ptr_renaming.exp: New testcase.
11059 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11060 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11061
06da0f77
PL
110622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11063
11064 * gdb.trace/ftrace-lock.c: New file.
11065 * gdb.trace/ftrace-lock.exp: New file.
11066
4f51c22a
PL
110672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11068
11069 * gdb.arch/insn-reloc.c: New file.
11070 * gdb.arch/ftrace-insn-reloc.exp: New file.
11071
7041adf4
PL
110722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11073
11074 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11075 instruction.
11076 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11077 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11078 * gdb.trace/range-stepping.c: Likewise.
11079 * gdb.trace/trace-break.c: Likewise.
11080 * gdb.trace/trace-mt.c (thread_function): Likewise.
11081 * gdb.trace/ftrace.c (marker): Likewise.
11082 * gdb.trace/trace-condition.c (marker): Likewise.
11083 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11084 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11085 is_aarch64_target.
11086
015d2e7e
DE
110872015-09-18 Doug Evans <xdje42@gmail.com>
11088
11089 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11090 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11091
26b188a2
SL
110922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11093
11094 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11095 the breakpoint.
11096
79dc332b
SL
110972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11098
11099 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11100 the pending breakpoint. Remove timeout override for "Run till
11101 MI pending breakpoint on pendfunc3 on thread 2" test.
11102
f57929f2
SL
111032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11104
11105 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11106 filename pattern.
11107
3f469b17
SL
111082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11109
11110 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11111 in breakpoint filename pattern.
11112
515b89b3
SL
111132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11114
7800dbe4
SL
11115 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11116
111172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11118
515b89b3
SL
11119 * gdb.linespec/explicit.exp: Check for readline support for
11120 tab-completion tests. Fix obvious typo.
11121
d2939ba2
MM
111222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11123
11124 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11125 and replay.
11126
cbb55fa7
MM
111272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11128
11129 * gdb.btrace/non-stop.c: New.
11130 * gdb.btrace/non-stop.exp: New.
11131
43691ca1
PL
111322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11133 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.trace/trace-condition.c: New file.
11136 * gdb.trace/trace-condition.exp: New file.
11137
d78908cf
WW
111382015-09-16 Wei-cheng Wang <cole945@gmail.com>
11139
11140 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11141 for testing bytecode compilation.
11142
1ed415e2
PA
111432015-09-16 Pedro Alves <palves@redhat.com>
11144 Sandra Loosemore <sandra@codesourcery.com>
11145
11146 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11147 (SECONDS): Redefine.
11148 (main): Call pthread_kill and alarm early.
11149 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11150 support.
11151 (test): If the target can't hardware step and doesn't support
11152 displaced stepping, increase the timeout.
11153
d136eff5
PA
111542015-09-16 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11157 (enable_debug): New procedures.
11158 (test): Use them. Bail out if waiting for threads fails.
11159 (top level): Bail out if a test fails.
11160
991f019c
YQ
111612015-09-16 Yao Qi <yao.qi@linaro.org>
11162
11163 * gdb.asm/asm-source.exp: Set asm-arch for
11164 aarch64*-*-* target.
11165 * gdb.asm/aarch64.inc: New file.
11166
bfca584f
PMR
111672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11168
11169 * gdb.ada/array_of_variable_length.exp: New testcase.
11170 * gdb.ada/array_of_variable_length/foo.adb: New file.
11171 * gdb.ada/array_of_variable_length/pck.adb: New file.
11172 * gdb.ada/array_of_variable_length/pck.ads: New file.
11173
b326e587
DE
111742015-09-15 Doug Evans <dje@google.com>
11175
11176 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11177 of function static local variable.
11178
5382cfab
PW
111792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11180
11181 * gdb.threads/tls-so_extern.exp: New test file.
11182 * gdb.threads/tls-so_extern.c: New test file.
11183 * gdb.threads/tls-so_extern_main.c: New test file.
11184
141c5cc4
JK
111852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11186
11187 * gdb.opt/solib-intra-step-lib.c: New file.
11188 * gdb.opt/solib-intra-step-main.c: New file.
11189 * gdb.opt/solib-intra-step.exp: New file.
11190
d15dcecd
PA
111912015-09-15 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11194 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11195
4c2f2a79
PA
111962015-09-14 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.base/hook-stop-continue.c: Delete.
11199 * gdb.base/hook-stop-continue.exp: Delete.
11200 * gdb.base/hook-stop-frame.c: Delete.
11201 * gdb.base/hook-stop-frame.exp: Delete.
11202 * gdb.base/hook-stop.c: New file.
11203 * gdb.base/hook-stop.exp: New file.
11204
919e6dbe
PMR
112052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11206
11207 * gdb.ada/access_to_packed_array.exp: New testcase.
11208 * gdb.ada/access_to_packed_array/foo.adb: New file.
11209 * gdb.ada/access_to_packed_array/pack.adb: New file.
11210 * gdb.ada/access_to_packed_array/pack.ads: New file.
11211
157280a4
MM
112122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11213
11214 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11215 buffer size test.
11216
2fd33e94
DB
112172015-09-11 Don Breazeal <donb@codesourcery.com>
11218
11219 * gdb.base/foll-exec.c: Add copyright header. Fix
11220 formatting issues.
11221 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11222 (do_exec_tests): Use clean_restart in place of zap_session,
11223 and for test initialization. Fix formatting issues. Use
11224 fail in place of perror.
11225 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11226 an expect statement to match an expression with output from
11227 the program under debug.
11228 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11229 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11230 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11231 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11232 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11233
e70b6e8e
DE
112342015-09-09 Doug Evans <dje@google.com>
11235
11236 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11237
7a551a51
DE
112382015-09-09 Doug Evans <dje@google.com>
11239
11240 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11241
4c666f84
DE
112422015-09-09 Doug Evans <dje@google.com>
11243
11244 * gdb.base/savedregs.exp: Fix typo.
11245
243a9253
PA
112462015-09-09 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11249
c0fa8fbd
SL
112502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11251
11252 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11253 command actually switches threads. Give up on remaining
11254 tests if target fails to stop at breakpoint.
11255
cd7c1778
PMR
112562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11257
11258 * gdb.ada/funcall_char.exp: New testcase.
11259 * gdb.ada/funcall_char/foo.adb: New file.
11260
dc5c8746
PMR
112612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11262
11263 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11264 expected outputs. Add two testcases for completing ambiguous
11265 functions.
11266 * gdb.ada/complete/aux_pck.adb: New file.
11267 * gdb.ada/complete/aux_pck.ads: New file.
11268 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11269 Ambiguous_Func functions.
11270 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11271 * gdb.ada/complete/pck.adb: Likewise.
11272
4e83a1e7
UW
112732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11274
11275 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11276 failures to run the test program under GDB.
11277
8ce74153
LM
112782015-08-26 Luis Machado <lgustavo@codesourcery.com>
11279
11280 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11281 to C.
11282
e9756d52
PP
112832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11284
11285 * gdb.base/run-after-attach.exp: New test file.
11286 * gdb.base/run-after-attach.c: New test file.
11287
8d37573b
DB
112882015-08-26 Don Breazeal <donb@codesourcery.com>
11289
11290 * gdb.base/foll-exec-2.c: New test program.
11291 * gdb.base/foll-exec-2.exp: New test.
11292
63e43d3a
PMR
112932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11294
11295 * gdb.base/nested-subp1.exp: New file.
11296 * gdb.base/nested-subp1.c: New file.
11297 * gdb.base/nested-subp2.exp: New file.
11298 * gdb.base/nested-subp2.c: New file.
11299 * gdb.base/nested-subp3.exp: New file.
11300 * gdb.base/nested-subp3.c: New file.
11301
3d40fbb5
PA
113022015-08-24 Pedro Alves <palves@redhat.com>
11303
11304 * gdb.server/connect-without-multi-process.c: New file.
11305 * gdb.server/connect-without-multi-process.exp: New file.
11306
4422ac93
LM
113072015-08-24 Luis Machado <lgustavo@codesourcery.com>
11308
11309 * gdb.opt/inline-markers.c: Make z int.
11310
91dddb86
LM
113112015-08-24 Luis Machado <lgustavo@codesourcery.com>
11312
11313 * gdb.opt/inline-markers.c: Make z volatile.
11314
a48847ee
LM
113152015-08-24 Luis Machado <lgustavo@codesourcery.com>
11316
11317 * gdb.opt/inline-bt.c: New volatile global z.
11318 * gdb.opt/inline-cmds.c: Likewise.
11319 * gdb.opt/inline-locals.c: Likewise.
11320 * gdb.opt/inline-markers.c: New extern global z.
11321 (marker): Use z.
11322 (inline_fn): Likewise.
11323
0ebbc52b
PA
113242015-08-24 Pedro Alves <palves@redhat.com>
11325
11326 * config/m32r-stub.exp: Remove file.
11327 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11328 * gdb.base/call-rt-st.exp: Likewise.
11329 * gdb.base/call-strs.exp: Likewise.
11330 * gdb.base/default.exp: Remove references to h8300-*-hms and
11331 *-*-udi*.
11332 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11333
77c365df
AA
113342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11335
11336 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11337 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11338 and "return" use KFAIL when GDB can not read/write the vector
11339 return value.
11340
4313b8c0
GB
113412015-08-21 Gary Benson <gbenson@redhat.com>
11342
11343 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11344
0e433b32
PA
113452015-08-20 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.server/solib-list.exp: No longer expect an interior stop in
11348 non-stop mode.
11349
221e1a37
PA
113502015-08-20 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.server/connect-stopped-target.c: New file.
11353 * gdb.server/connect-stopped-target.exp: New file.
11354
40e3ad0e
PA
113552015-08-20 Pedro Alves <palves@redhat.com>
11356
11357 * gdb.dwarf2/comp-unit-lang.exp: New file.
11358 * gdb.dwarf2/comp-unit-lang.c: New file.
11359
af39b327
PMR
113602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11361
11362 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11363 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11364
7d45c7c3 113652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11366
7d45c7c3
KB
11367 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11368 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11369
4d6cceb4
DE
113702015-08-18 Doug Evans <dje@google.com>
11371 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11372
11373 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11374 skip_python_tests. New arg prompt_regexp.
11375 (skip_python_tests): New function.
11376 * lib/mi-support.exp (mi_skip_python_tests): New function.
11377 * gdb.python/py-mi-objfile-gdb.py: New file.
11378 * gdb.python/py-mi-objfile.c: New file.
11379 * gdb.python/py-mi-objfile.exp: New file.
11380
ad89c2aa
KS
113812015-08-17 Keith Seitz <keiths@redhat.com>
11382
11383 * gdb.linespec/explicit.exp: Move strace test from here ...
11384 * gdb.trace/strace.exp: ... to here.
11385
e3ae3c43
PP
113862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11387
11388 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11389 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11390
604b2636
DE
113912015-08-14 Doug Evans <xdje42@gmail.com>
11392
11393 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11394 inferior before selecting a new file.
11395
6ff0ba5f
DE
113962015-08-14 Doug Evans <xdje42@gmail.com>
11397
11398 * gdb.mi/mi-disassemble.exp: Update.
11399 * gdb.base/disasm-optim.S: New file.
11400 * gdb.base/disasm-optim.c: New file.
11401 * gdb.base/disasm-optim.h: New file.
11402 * gdb.base/disasm-optim.exp: New file.
11403
9ca98f92
KS
114042015-08-14 Keith Seitz <keiths@redhat.com>
11405
11406 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11407 "evaluated-by".
11408
52bbc560
JB
114092015-08-13 Joel Brobecker <brobecker@adacore.com>
11410
11411 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11412
5d8c3ed3
PMR
114132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11414
11415 * gdb.ada/fun_renaming.exp: New testcase.
11416 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11417 * gdb.ada/fun_renaming/pack.adb: New file.
11418 * gdb.ada/fun_renaming/pack.ads: New file.
11419
ea8812bc
KS
114202015-08-12 Keith Seitz <keiths@redhat.com>
11421
11422 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11423 gdb_get_line_number.
11424
4dafcdeb
JB
114252015-08-12 Joel Brobecker <brobecker@adacore.com>
11426
11427 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11428 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11429 gdb.base/dso2dso.exp: New files.
11430
5ba32597
SDJ
114312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11432 Pedro Alves <palves@redhat.com>
11433 Keith Seitz <keiths@redhat.com>
11434
11435 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11436 GDBFLAGS.
11437
b6dafabf
PP
114382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11439
11440 * gdb.base/gdbhistsize-history.exp
11441 (test_histsize_history_setting): Use save_vars.
11442 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11443 Use save_vars.
11444 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11445 * gdb.base/readline.exp: Use save_vars.
11446
abe8e607
PP
114472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11448
11449 * lib/gdb.exp (save_vars): New proc.
11450
629500fa
KS
114512015-08-11 Keith Seitz <keiths@redhat.com>
11452
11453 * gdb.base/help.exp: Update help_breakpoint_text.
11454
eb8c4e2e
KS
114552015-08-11 Keith Seitz <keiths@redhat.com>
11456
11457 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11458 (at toplevel): Call test_explicit_breakpoints.
11459 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11460 breakpoints.
11461 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11462 breakpoint conditions, "-cond".
11463
87f0e720
KS
114642015-08-11 Keith Seitz <keiths@redhat.com>
11465
11466 * gdb.linespec/3explicit.c: New file.
11467 * gdb.linespec/cpexplicit.cc: New file.
11468 * gdb.linespec/cpexplicit.exp: New file.
11469 * gdb.linespec/explicit.c: New file.
11470 * gdb.linespec/explicit.exp: New file.
11471 * gdb.linespec/explicit2.c: New file.
11472 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11473 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11474 before using in the matching pattern.
11475 Clarify that `prefix' is a regular expression.
11476
f00aae0f
KS
114772015-08-11 Keith Seitz <keiths@redhat.com>
11478
11479 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11480 test.
11481 Add tests for missing ",FMT" and ",".
11482
e27852be
DE
114832015-08-10 Doug Evans <dje@google.com>
11484 Keith Seitz <keiths@redhat.com>
11485
11486 PR gdb/17960
11487 * gdb.base/completion.exp: Add location completer tests.
11488
7f03bd92
PA
114892015-08-07 Pedro Alves <palves@redhat.com>
11490
11491 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11492 tests here.
11493 (top level): Run do_test with and without displaced stepping.
11494
3fc8eb30
PA
114952015-08-07 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.base/valgrind-disp-step.c: New file.
11498 * gdb.base/valgrind-disp-step.exp: New file.
11499
d4569d7b
PA
115002015-08-07 Pedro Alves <palves@redhat.com>
11501
11502 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11503 Delete function.
11504 (main): Add alarm. Run an infinite loop instead of calling
11505 wait_threads.
11506 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11507 comment.
11508 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11509 Delete function.
11510 (main): Add alarm. Run an infinite loop instead of calling
11511 wait_threads.
11512 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11513 comment.
11514
e1316e60
PA
115152015-08-07 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.base/checkpoint-ns.exp: New file.
11518 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11519 standard_testfile.
11520
da8c46d2
MM
115212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11522
11523 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11524 * gdb.btrace/instruction_history.exp: Update.
11525 * gdb.btrace/tsx.exp: New.
11526 * gdb.btrace/tsx.c: New.
11527
de1c2c52
PA
115282015-08-06 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11531 increase timeout.
11532 * gdb.reverse/until-precsave.exp: Bump timeouts.
11533
782e0bf4
PA
115342015-08-06 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11537
83e97ed0
PA
115382015-08-06 Pedro Alves <palves@redhat.com>
11539
11540 PR gdb/18749
11541 * gdb.threads/process-dies-while-handling-bp.c: New file.
11542 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11543
863d01bd
PA
115442015-08-06 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11547 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11548
0a39bb32
PA
115492015-08-05 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11552 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11553
ee2d2b10
SL
115542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11555
11556 * gdb.base/bp-permanent.exp: Report test as unsupported if
11557 the target cannot stop at the permanent breakpoint.
11558
4e1bdb00
DE
115592015-08-03 Doug Evans <dje@google.com>
11560
11561 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11562 10000.
11563
3d338901
DE
115642015-08-03 Doug Evans <dje@google.com>
11565
11566 * Makefile.in (workers/%.worker, build-perf): New rule.
11567 (GDB_PERFTEST_MODE): New variable.
11568 (check-perf): Use it.
11569 (clean): Clean up gdb.perf parallel build subdirs.
11570 * lib/build-piece.exp: New file.
11571 * lib/gdb.exp (make_gdb_parallel_path): New function
11572 (standard_output_file, standard_temp_file): Call it.
11573 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11574 of $GDB_PARALLEL.
11575 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11576
af061d3e
DE
115772015-08-03 Doug Evans <dje@google.com>
11578
8e1afc81 11579 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11580 (LOG_FILE_NAME): New global.
11581 (TextReporter.__init__): Initialize self.txt_sum.
11582 (TextReporter.report): Add support for multiple data-points.
11583 Move report to perftest.sum, put raw data in perftest.log.
11584 (TextReporter.start): Open sum and log files.
11585 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11586 * gdb.perf/lib/perftest/testresult.py
11587 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11588
2c8c5d37
PA
115892015-07-31 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11592 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11593 kill_wait_spawned_process instead of explicit "kill -9".
11594 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11595 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11596 kill_wait_spawned_process.
11597 * gdb.base/attach-twice.exp: Likewise.
11598 * gdb.base/attach.exp: Likewise.
11599 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11600 gdb_test_multiple.
11601 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11602 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11603 kill_wait_spawned_process.
11604 * gdb.base/valgrind-infcall.exp: Likewise.
11605 * gdb.multi/multi-attach.exp: Likewise.
11606 * gdb.python/py-prompt.exp: Likewise.
11607 * gdb.python/py-sync-interp.exp: Likewise.
11608 * gdb.server/ext-attach.exp: Likewise.
11609 * gdb.threads/attach-into-signal.exp (corefunc): Use
11610 spawn_wait_for_attach, spawn_id_get_pid and
11611 kill_wait_spawned_process.
11612 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11613 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11614 spawn_id_get_pid and kill_wait_spawned_process.
11615 * gdb.threads/attach-stopped.exp (corefunc): Use
11616 spawn_wait_for_attach, spawn_id_get_pid and
11617 kill_wait_spawned_process.
11618 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11619 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11620 kill_wait_spawned_process instead of explicit "kill -9".
11621 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11622 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11623 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11624 processes. Don't map cygwin/windows pids here. Now returns a
11625 spawn id list.
11626
032a0fca
SL
116272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11628
11629 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11630 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11631 correct patch.
11632
61a934ca
SL
116332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11634
11635 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11636
4bc4d428
SL
116372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11638
11639 Reapply:
11640 2014-05-21 Mark Wielaard <mjw@redhat.com>
11641
11642 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11643
998d452a
PA
116442015-07-30 Pedro Alves <palves@redhat.com>
11645
11646 * linux-low.c (handle_extended_wait): Set the child's last
11647 reported status to TARGET_WAITKIND_STOPPED.
11648
69dde7dc
PA
116492015-07-30 Pedro Alves <palves@redhat.com>
11650
11651 PR threads/18600
11652 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11653 only shows inferior 1.
11654
4dd63d48
PA
116552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11656 Pedro Alves <palves@redhat.com>
11657
11658 PR threads/18600
11659 * gdb.threads/fork-plus-threads.c: New file.
11660 * gdb.threads/fork-plus-threads.exp: New file.
11661
d618e4c5
PP
116622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11663
11664 * gdb.base/batch-preserve-term-settings.exp
11665 (test_terminal_settings_preserved_after_cli_exit): Use
11666 send_quit_command.
11667
1eef6428
PA
116682015-07-29 Pedro Alves <palves@redhat.com>
11669 Don Breazeal <donb@codesourcery.com>
11670
11671 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11672 output from both inferior_spawn_id and gdb_spawn_id.
11673
7da5b897
SDJ
116742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11675
11676 * gdb.threads/attach-into-signal.exp (corefunc): Use
11677 with_test_prefix on nested loops, uniquefying the test messages.
11678
dac804df
SDJ
116792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11680
11681 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11682 commit.
11683
06265e53
PP
116842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11685
11686 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11687 New proc.
11688 (test_terminal_settings_preserved_after_sigterm): New test.
11689
18206ca3
PP
116902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11691
11692 * gdb.base/batch-preserve-term-settings.exp
11693 (test_terminal_settings_preserved_after_cli_exit): New test.
11694
90074d11
PP
116952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11696
11697 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11698 manipulation of saved_gdbflags.
11699 (test_terminal_settings_preserved): Remove global declaration of
11700 the unused variable pagination_prompt. Remove manipulation of
11701 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11702 GDBFLAGS.
11703
eb1a7902
PA
117042015-07-29 Pedro Alves <palves@redhat.com>
11705
11706 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11707
8b75dd3b
PA
117082015-07-29 Pedro Alves <palves@redhat.com>
11709
11710 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11711 at the top.
11712
dedad4e3
PA
117132015-07-29 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11716 (main): Call gdb_unbuffer_output.
11717 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11718 (main): Call gdb_unbuffer_output.
11719 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11720 (main): Call gdb_unbuffer_output.
11721 * gdb.base/call-strs.exp: Adjust to step over the
11722 gdb_unbuffer_output call.
11723 * gdb.base/catch-gdb-caused-signals.c: Include
11724 "../lib/unbuffer_output.c".
11725 (main): Call gdb_unbuffer_output.
11726 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11727 (main): Call gdb_unbuffer_output.
11728 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11729 (main): Call gdb_unbuffer_output.
11730 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11731 (main): Call gdb_unbuffer_output.
11732 * gdb.base/shlib-call.exp: Adjust to step over the
11733 gdb_unbuffer_output call.
11734 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11735 (main): Call gdb_unbuffer_output.
11736 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11737 (main): Call gdb_unbuffer_output.
11738 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11739 (main): Rename to ...
11740 (test): ... this.
11741 (main): Reimplement.
11742 * gdb.base/varargs.exp: Run to test instead of to main.
11743 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11744 (main): Call gdb_unbuffer_output.
11745
58789a91
PA
117462015-07-29 Pedro Alves <palves@redhat.com>
11747
11748 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11749 factore out from mi_continue_dprintf. For call-style dprintfs,
11750 expect dprintf output out of $inferior_spawn_id.
11751 (mi_continue_dprintf): Use mi_expect_dprintf.
11752 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11753 (main): Call gdb_unbuffer_output.
11754
e8376742
PA
117552015-07-29 Pedro Alves <palves@redhat.com>
11756
11757 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11758 (default_mi_gdb_start): Set inferior_spawn_id instead of
11759 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11760 gdb_spawn_id.
11761 (mi_gdb_test): Always expect inferior output from both
11762 $inferior_spawn_id and $gdb_spawn_id.
11763
08280010
PA
117642015-07-29 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11767 send_inferior and $inferior_spawn_id.
11768
4d30e432
PA
117692015-07-29 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.gdb/complaints.exp (test_initial_complaints)
11772 (test_serial_complaints, test_short_complaints): Use
11773 gdb_test_stdio.
11774 (test_empty_complaint): Handle $inferior_spawn_id !=
11775 $gdb_spawn_id.
11776
0d30a335
PA
117772015-07-29 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.base/varargs.exp: Use gdb_test_stdio.
11780
39413b29
PA
117812015-07-29 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11784
7cb000a9
PA
117852015-07-29 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11788
d7b8ac82
PA
117892015-07-29 Pedro Alves <palves@redhat.com>
11790
11791 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11792 parameter into two new parameters, "inf_result" and "gdb_result".
11793 Expect inferior output and gdb output from $inferior_spawn_id and
11794 $gdb_spawn_id, respectively. Adjust all callers.
11795
789c3a0c
PA
117962015-07-29 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11799 of gdb_test_sequence.
11800
77e760c3
PA
118012015-07-29 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11804 (saw_spurious_output): Expect inferior output from
11805 $inferior_spawn_id. Use gdb_test_stdio.
11806
8396d2cd
PA
118072015-07-29 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.base/dprintf.exp: Use standard_testfile. Change
11810 prepare_for_testing call.
11811 (srcfile): Don't set.
11812 (restart): New procedure.
11813 (test_dprintf): New procecure, use to continue over dprintfs.
11814 (test_call, test_agent): New procedures, tests moved here.
11815 Restart gdb and recreate dprintfs. Adjust expected output.
11816
2051d61f
PA
118172015-07-29 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11820
452397af
PA
118212015-07-29 Pedro Alves <palves@redhat.com>
11822
11823 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11824
8aed9555
PA
118252015-07-29 Pedro Alves <palves@redhat.com>
11826
11827 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11828 gdb_test_stdio.
11829
188a61b4
PA
118302015-07-29 Pedro Alves <palves@redhat.com>
11831
11832 * lib/gdb.exp (gdb_test_stdio): New procedure.
11833
12264a45
PA
118342015-07-29 Pedro Alves <palves@redhat.com>
11835
11836 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11837
23ffc893
PA
118382015-07-29 Pedro Alves <palves@redhat.com>
11839
11840 * gdb.base/call-signal-resume.exp: Remove check for
11841 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11842 * gdb.base/unwindonsignal.exp: Likewise.
11843 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11844 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11845
65566918
PA
118462015-07-29 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/siginfo-addr.c (pass): New function.
11849 (handler): Call it iff si_addr is correct.
11850 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11851 Set a breakpoint at "pass" and continue to it.
11852
d60a9221
SDJ
118532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11854
11855 * gdb.python/py-objfile.exp: Make some tests have unique names.
11856 * gdb.python/py-pp-registration.exp: Likewise.
11857
bde40b8f
PA
118582015-07-28 Pedro Alves <palves@redhat.com>
11859
11860 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11861
13e1dec8
SM
118622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11865
da33c9a7
SM
118662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11869
077836f7
PP
118702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11871
11872 * gdb.base/gdb-sigterm-2.exp: New test.
11873
b8cc7b2e
DE
118742015-07-25 Doug Evans <xdje42@gmail.com>
11875
11876 Revert:
11877 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11878 (workers/%.worker, build-perf): New rule.
11879 (GDB_PERFTEST_MODE): New variable.
11880 (check-perf): Use it.
11881 (clean): Clean up gdb.perf parallel build subdirs.
11882 * lib/build-piece.exp: New file.
11883 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11884 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11885 name.
11886 (standard_temp_file): Ditto.
11887 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11888 of $GDB_PARALLEL.
11889
c8bd4544
DE
118902015-07-24 Doug Evans <dje@google.com>
11891
11892 * gdb.perf/lib/perftest/utils.py: New file.
11893 * gdb.perf/gm-hello.cc: New file.
11894 * gdb.perf/gm-pervasive-typedef.cc: New file.
11895 * gdb.perf/gm-pervasive-typedef.h: New file.
11896 * gdb.perf/gm-std.cc: New file.
11897 * gdb.perf/gm-std.h: New file.
11898 * gdb.perf/gm-use-cerr.cc: New file.
11899 * gdb.perf/gm-utils.h: New file.
11900 * gdb.perf/gmonster-null-lookup.py: New file.
11901 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11902 * gdb.perf/gmonster-print-cerr.py: New file.
11903 * gdb.perf/gmonster-ptype-string.py: New file.
11904 * gdb.perf/gmonster-runto-main.py: New file.
11905 * gdb.perf/gmonster-select-file.py: New file.
11906 * gdb.perf/gmonster1-null-lookup.exp: New file.
11907 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11908 * gdb.perf/gmonster1-print-cerr.exp: New file.
11909 * gdb.perf/gmonster1-ptype-string.exp: New file.
11910 * gdb.perf/gmonster1-runto-main.exp: New file.
11911 * gdb.perf/gmonster1-select-file.exp: New file.
11912 * gdb.perf/gmonster1.cc: New file.
11913 * gdb.perf/gmonster1.exp: New file.
11914 * gdb.perf/gmonster2-null-lookup.exp: New file.
11915 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11916 * gdb.perf/gmonster2-print-cerr.exp: New file.
11917 * gdb.perf/gmonster2-ptype-string.exp: New file.
11918 * gdb.perf/gmonster2-runto-main.exp: New file.
11919 * gdb.perf/gmonster2-select-file.exp: New file.
11920 * gdb.perf/gmonster2.cc: New file.
11921 * gdb.perf/gmonster2.exp: New file.
11922
6eab34f3
DE
119232015-07-24 Doug Evans <dje@google.com>
11924
11925 * gdb.perf/README: New file.
11926 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11927 * lib/gen-perf-test.exp: New file.
11928
63738bfd
DE
119292015-07-24 Doug Evans <dje@google.com>
11930
11931 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11932 (PerfTest::startup): New function.
11933 (PerfTest::run): Return result of calling body.
11934 (PerfTest::assemble): Rewrite.
11935 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11936 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11937 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11938 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11939 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11940
7b606f95
DE
119412015-07-24 Doug Evans <dje@google.com>
11942
11943 * lib/gdb.exp (clean_restart): Make executable optional.
11944
a97b16b8
DE
119452015-07-24 Doug Evans <dje@google.com>
11946
11947 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11948 compiler_info references.
11949 * gdb.cp/temargs.exp: Ditto.
11950 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11951 (get_compiler_info): Early exit if already computed. Set compiler_info
11952 to "unknown" if there was a problem.
11953 (test_compiler_info): Add function comment. Call get_compiler_info.
11954
35baa57f
DE
119552015-07-24 Doug Evans <dje@google.com>
11956
11957 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11958 (workers/%.worker, build-perf): New rule.
11959 (GDB_PERFTEST_MODE): New variable.
11960 (check-perf): Use it.
11961 (clean): Clean up gdb.perf parallel build subdirs.
11962 * lib/build-piece.exp: New file.
11963 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11964 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11965 name.
11966 (standard_temp_file): Ditto.
11967 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11968 of $GDB_PARALLEL.
11969
6ebea266
DE
119702015-07-24 Doug Evans <dje@google.com>
11971
11972 * lib/future.exp (gdb_default_target_compile): New option
11973 "early_flags".
11974 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11975 --as-needed.
11976
1e76a7e9
SDJ
119772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11978
11979 * gdb.base/catch-syscall.exp: Call gdb_exit before
11980 gdb_skip_xml_test.
11981
5068630a
PA
119822015-07-24 Pedro Alves <palves@redhat.com>
11983
11984 * gdb.python/py-events.exp: Accept output between the stop event
11985 and the prompt.
11986 * gdb.python/py-evsignal.exp: Likewise.
11987 * gdb.python/py-evthreads.exp: Likewise.
11988
77598427
PA
119892015-07-24 Pedro Alves <palves@redhat.com>
11990
11991 PR gdb/18717
11992 * gdb.threads/non-ldr-exit.c: New file.
11993 * gdb.threads/non-ldr-exit.exp: New file.
11994
11e6c98f
YQ
119952015-07-24 Yao Qi <yao.qi@linaro.org>
11996
11997 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11998 restarting process.
11999
51aee833
YQ
120002015-07-24 Yao Qi <yao.qi@linaro.org>
12001
12002 * gdb.server/ext-restart.exp: New file.
12003
8cfe207c
YQ
120042015-07-24 Yao Qi <yao.qi@linaro.org>
12005
12006 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12007 argument options.
12008 * gdb.server/ext-wrapper.exp: New file.
12009
cc12ce38
DE
120102015-07-23 Doug Evans <dje@google.com>
12011
12012 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12013 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12014
d0d84780
PMR
120152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12016
12017 * gdb.ada/var_arr_typedef.exp: New testcase.
12018 * gdb.ada/var_arr_typedef/pack.adb: New file.
12019 * gdb.ada/var_arr_typedef/pack.ads: New file.
12020 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12021
8b558f79
JB
120222015-07-20 Joel Brobecker <brobecker@adacore.com>
12023
12024 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12025
775a3298
JK
120262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12027
12028 * gdb.arch/i386-biarch-core.exp: Replace istarget
12029 by "complete set gnutarget". Remove expectation for the "core-file"
12030 command.
12031
db1ff28b
JK
120322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12033
12034 Revert the previous commit:
12035 Tests for validate symbol file using build-id.
12036
0a94970d
JK
120372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12038
12039 Tests for validate symbol file using build-id.
12040 * gdb.base/solib-mismatch-lib.c: New file.
12041 * gdb.base/solib-mismatch-libmod.c: New file.
12042 * gdb.base/solib-mismatch.c: New file.
12043 * gdb.base/solib-mismatch.exp: New file.
12044
03346981
SL
120452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12046
12047 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12048 nios2-*-linux*.
12049 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12050 * gdb.base/siginfo.exp: Likewise.
12051 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12052
42422cc7
PL
120532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12054
12055 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12056 Move it to ...
12057 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12058 ... here.
12059 * gdb.trace/range-stepping.exp: Check that the target supports
12060 range stepping.
12061
cfa68bae
JK
120622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12063
12064 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12065
8ffdba26
PA
120662015-07-14 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.base/killed-outside.exp: New file.
12069 * gdb.base/killed-outside.c: New file.
12070
218a5a11
JK
120712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12072
12073 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12074 (n at main): New.
12075 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12076
e03ed3c6
AA
120772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12078
12079 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12080 infcall tests instead of setting up for KFAIL.
12081
485668e5
MM
120822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12083
12084 * gdb.btrace/record_goto-step.exp: New.
12085
08464196
JK
120862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12087
12088 PR compile/18484
12089 * gdb.compile/compile.c (struct struct_type): Add volatile to
12090 selffield's type.
12091 * gdb.compile/compile.exp
12092 (compile code struct_object.selffield = &struct_object): Skip further
12093 struct_object tests if this one xfails.
12094
bcf5c1d9
RC
120952015-07-08 Robert O'Callahan <robert@ocallahan.org>
12096
12097 PR exp/18617
12098 * gdb.trace/ax.exp: Add test.
12099
4931af25
YQ
121002015-07-07 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12103 instead of istarget "aarch64*-*-*".
12104 * gdb.arch/aarch64-fp.exp: Likewise.
12105 * gdb.base/float.exp: Likewise.
12106 * gdb.reverse/aarch64.exp: Likewise.
12107 * lib/gdb.exp (is_aarch64_target): New proc.
12108
9fcf688e
YQ
121092015-07-07 Yao Qi <yao.qi@linaro.org>
12110
12111 * lib/gdb.exp (is_aarch32_target): New proc.
12112 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12113 instead of "istarget "arm*-*-*"".
12114 * gdb.arch/arm-disp-step.exp: Likewise.
12115 * gdb.arch/thumb-bx-pc.exp: Likewise.
12116 * gdb.arch/thumb-prologue.exp: Likewise.
12117 * gdb.arch/thumb-singlestep.exp: Likewise.
12118 * gdb.base/disp-step-syscall.exp: Likewise.
12119 * gdb.base/float.exp: Likewise.
12120
fbd8d50d
YQ
121212015-07-07 Yao Qi <yao.qi@linaro.org>
12122
12123 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12124 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12125
71be1fdc
YQ
121262015-07-07 Yao Qi <yao.qi@linaro.org>
12127
12128 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12129 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12130 if it exists.
12131 * gdb.multi/multi-arch.exp: Likewise.
12132
3e221d36
SM
121332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12134
12135 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12136 print.
12137
d441430b
YQ
121382015-07-07 Yao Qi <yao.qi@linaro.org>
12139
12140 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12141
06f810bd
MG
121422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12143
12144 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12145 '[' and ']' characters.
12146
5e61e7c0
IB
121472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12148
12149 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12150
28bf096c
PA
121512015-06-29 Pedro Alves <palves@redhat.com>
12152
12153 PR threads/18127
12154 * gdb.threads/hand-call-new-thread.c: New file.
12155 * gdb.threads/hand-call-new-thread.c: New file.
12156
ee93cd5e
KS
121572015-06-26 Keith Seitz <keiths@redhat.com>
12158 Doug Evans <dje@google.com>
12159
12160 PR 16253
12161 * gdb.cp/var-tag-2.cc: New file.
12162 * gdb.cp/var-tag-3.cc: New file.
12163 * gdb.cp/var-tag-4.cc: New file.
12164 * gdb.cp/var-tag.cc: New file.
12165 * gdb.cp/var-tag.exp: New file.
12166
fc637f04
PP
121672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12168
12169 * gdb.base/history-duplicates.exp: New test.
12170
2e52ae68
PP
121712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12172
12173 * gdb.base/completion.exp: Test the completion of the "focus"
12174 command.
12175
6e22494e
JK
121762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12177
12178 * gdb.arch/amd64-prologue-skip.S: New file.
12179 * gdb.arch/amd64-prologue-skip.exp: New file.
12180
bf7b9cd9
SM
121812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12182
12183 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12184 is_address_zero_readable check.
12185
201e8dfd
PB
121862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12187
12188 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12189 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12190
5cd867b4
YQ
121912015-06-24 Yao Qi <yao.qi@linaro.org>
12192
12193 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12194 linux targets.
12195
4d7be007
YQ
121962015-06-24 Yao Qi <yao.qi@linaro.org>
12197
12198 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12199 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12200 * gdb.base/siginfo-thread.exp: Likewise.
12201
07fcd301
YQ
122022015-06-22 Yao Qi <yao.qi@linaro.org>
12203
12204 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12205
52042a00
YQ
122062015-06-22 Yao Qi <yao.qi@linaro.org>
12207
12208 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12209 aarch64*-*-*.
12210 (skip_hw_watchpoint_tests): Likewise.
12211
74bd41ce
PP
122122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12213
12214 * gdb.base/gdbinit-history.exp: Test the interaction between
12215 setting GDBHISTSIZE and setting the history size via .gdbinit.
12216
bc460514
PP
122172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12218
12219 PR gdb/16999
12220 * gdb.base/gdbhistsize-history.exp: New test.
12221
b58c513b
PP
122222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12223
12224 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12225 with GDBHISTSIZE.
12226 * gdb.base/readline.exp: Likewise.
12227
92046791
YQ
122282015-06-17 Yao Qi <yao.qi@linaro.org>
12229
12230 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12231 line.
12232
2093d2d3
PP
122332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12234
12235 * gdb.base/gdbinit-history.exp: Add test case to check that
12236 an unlimited history file does not get truncated on exit.
12237
e6c693af
AA
122382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12239
12240 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12241 (VECTOR): New macro. Use it...
12242 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12243 ...for these typedefs.
12244 (int8, char1, int1, double1): New typedefs.
12245 (struct just_int2, struct two_int2): New structures.
12246 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12247 (add_structvecs, add_singlevecs): New functions.
12248 (main): Call add_some_intvecs twice.
12249 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12250 the compile and exit upon failure. Try compiling for the "native"
12251 architecture. Test inferior function calls with vector arguments
12252 and vector return value handling with "finish" and "return".
12253
c74f7d1c
JT
122542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12255
12256 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12257 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12258 PE file.
12259 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12260
98aa42ee
AT
122612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12262
12263 PR breakpoints/16465
12264 * gdb.mi/mi-dprintf-pending.c: New file.
12265 * gdb.mi/mi-dprintf-pending.exp: New test.
12266 * gdb.mi/mi-dprintf-pendshr.c: New file.
12267
7d73c23c 122682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12269 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12270
12271 * gdb.arch/i386-mpx-map.c: New file.
12272 * gdb.arch/i386-mpx-map.exp: New File.
12273
122742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12275
12276 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12277 * gdb.arch/i386-mpx.exp: Indentation fixed.
12278
122792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12280
12281 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12282 function and improved indentation.
12283 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12284 gdb_test_multiple. Added additional tests to skip the test.
12285
122862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12287
12288 * gdb.arch/i386-avx512.c: Change path in include file.
12289 * gdb.arch/i386-avx512.exp: Change include dir path
12290 compilation flag.
12291 * gdb.arch/i386-mpx.c: Change path in include file.
12292 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12293 flag.
12294
d5eba19a
JK
122952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 * gdb.compile/compile-print.exp (compile print *vararray@3)
12298 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12299
7f361056
JK
123002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12301
12302 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12303 (do not keep jit in memory): ... this.
12304 (expect 5): Change it to ...
12305 (expect no 5): ... this.
12306
3b462ec2
SM
123072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12308
12309 PR gdb/15564
12310 * gdb.mi/mi-detach.exp: New file.
12311
e0619de6
JK
123122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12313
12314 PR symtab/18392
12315 * gdb.arch/amd64-tailcall-self.S: New file.
12316 * gdb.arch/amd64-tailcall-self.c: New file.
12317 * gdb.arch/amd64-tailcall-self.exp: New file.
12318
e970cb34
DB
123192015-05-28 Don Breazeal <donb@codesourcery.com>
12320
12321 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12322 tests for remote targets by checking is_target_gdbserver.
12323
b2e2f908
DE
123242015-05-27 Doug Evans <dje@google.com>
12325
12326 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12327 * gdb.dwarf2/opaque-type-lookup.c: New file.
12328 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12329
82c7be31
DE
123302015-05-26 Doug Evans <dje@google.com>
12331
12332 * gdb.cp/iostream.cc: New file.
12333 * gdb.cp/iostream.exp: New file.
12334
b4f54984
DE
123352015-05-26 Doug Evans <dje@google.com>
12336
12337 * gdb.dwarf2/dw2-op-call.exp: Update.
12338 * gdb.dwarf2/dw4-sig-types.exp: Update.
12339 * gdb.dwarf2/implptr.exp: Update.
12340 * gdb.mi/mi-cmd-param-changed.exp: Update.
12341
4ea6efe9
DE
123422015-05-26 Doug Evans <dje@google.com>
12343
12344 * gdb.python/py-lazy-string.c: New file.
12345 * gdb.python/py-lazy-string.exp: New file.
12346 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12347 (main): Update. Add estring3.
12348 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12349 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12350
f6bb7db3
YQ
123512015-05-26 Omair Javaid <omair.javaid@linaro.org>
12352 Yao Qi <yao.qi@linaro.org>
12353
12354 * gdb.reverse/aarch64.c: New.
12355 * gdb.reverse/aarch64.exp: New.
12356
a81bfbd0
OJ
123572015-05-26 Omair Javaid <omair.javaid@linaro.org>
12358
25d49b86
PA
12359 * lib/gdb.exp (supports_process_record): Return true for
12360 aarch64*-linux*.
a81bfbd0
OJ
12361 (supports_reverse): Likewise.
12362
158bf1b4
PP
123632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12364
12365 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12366 Use with_test_prefix.
12367
a0145030
AB
123682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12369
12370 * gdb.base/completion.exp: Add test for completion of layout
12371 names.
12372
ebe3b578
AB
123732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12374
12375 * lib/gdb.exp (skip_tui_tests): New proc.
12376 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12377
84204ed7
PA
123782015-05-19 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12381 Save the whole env array instead of just HOME. Unset HISTSIZE in
12382 the environment while testing. Restore whole environment
12383 afterwards.
12384
37442ce1
DE
123852015-05-16 Doug Evans <xdje42@gmail.com>
12386
12387 * gdb.guile/scm-ports.c: New file.
12388 * gdb.guile/scm-ports.exp: Add memory port tests.
12389
36de76f9
JK
123902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12391
12392 * gdb.compile/compile-print.c: New file.
12393 * gdb.compile/compile-print.exp: New file.
12394
3a9558c4
JK
123952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 * gdb.compile/compile-ops.exp: Cast param to void.
12398 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12399 (compile code struct_object.selffield = &struct_object): Add xfail.
12400
aa715135
JG
124012015-05-15 Joel Brobecker <brobecker@adacore.com>
12402
12403 * gdb.ada/arr_enum_with_gap: New testcase.
12404
931e5bc3
JG
124052015-05-15 Joel Brobecker <brobecker@adacore.com>
12406
12407 * gdb.ada/byte_packed_arr: New testcase.
12408
9cd4d857
JB
124092015-05-15 Joel Brobecker <brobecker@adacore.com>
12410
12411 * gdb.ada/pckd_neg: New testcase.
12412
ebfd00d2
PP
124132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12414
12415 PR gdb/17820
12416 * gdb.base/gdbinit-history.exp: New test.
12417 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12418 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12419
4c082a81
SC
124202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12421
12422 * gdb.python/py-xmethods.cc: Enhance test case.
12423 * gdb.python/py-xmethods.exp: New tests.
12424 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12425 function.
12426 (B_indexoper): Likewise.
12427 (global_dm_list) : Add new xmethod worker functions.
12428
f7797074
SDJ
124292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12430
12431 * gdb.base/coredump-filter.exp: Correctly unset
12432 "coredump_var_addr" array.
12433
a4674e4e
PA
124342015-05-08 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.server/non-existing-program.exp: Unset spawn_id.
12437
df2eb078
SC
124382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12439
12440 PR python/18291
12441 * gdb.python/py-xmethods.exp: Add tests.
12442
422349a3
YQ
124432015-05-08 Yao Qi <yao.qi@linaro.org>
12444
12445 PR gdb/18208
12446 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12447 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12448 function set_coredump_filter, and remove remote_exec call.
12449 Remove argument ipid. Callers update.
12450 (top level): Don't get inferior's PID.
12451
63fc80ce
AA
124522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12453
12454 * gdb.base/watch_thread_num.exp: Skip test on targets without
12455 access watchpoints.
12456
80ad801e
PA
124572015-05-06 Pedro Alves <palves@redhat.com>
12458
12459 PR server/18081
12460 * gdb.server/non-existing-program.exp: New file.
12461
0fa7fe50
JB
124622015-05-05 Joel Brobecker <brobecker@adacore.com>
12463
12464 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12465
3ea89b92
PMR
124662015-05-05 Joel Brobecker <brobecker@adacore.com>
12467
12468 * gdb.ada/out_of_line_in_inlined: New testcase.
12469
87b8eff0
JB
124702015-05-05 Joel Brobecker <brobecker@adacore.com>
12471
12472 * gdb.ada/var_rec_arr: New testcase.
12473
5fccc635
YQ
124742015-04-30 Yao Qi <yao.qi@linaro.org>
12475
12476 * gdb.base/break-idempotent.exp: If
12477 skip_hw_watchpoint_multi_tests returns true, skip the tests
12478 on "rwatch" and "awatch".
12479
42d38f42
YQ
124802015-04-30 Yao Qi <yao.qi@linaro.org>
12481
12482 * gdb.base/relativedebug.exp: Invoke gdb command
12483 "info sharedlibrary", and if libc.so doesn't have debug info,
12484 skip the test.
12485
2ce1cdbf
DE
124862015-04-29 Doug Evans <dje@google.com>
12487
12488 * gdb.python/py-xmethods.exp: Add ptype tests.
12489 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12490 get_result_type method.
12491
f24a38c5
LM
124922015-04-29 Luis Machado <lgustavo@codesourcery.com>
12493
12494 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12495 the target does not support hardware watchpoints.
12496
ecbf2b3c
LM
124972015-04-29 Luis Machado <lgustavo@codesourcery.com>
12498
12499 * gdb.base/break-always.exp: Abort testing if writing to memory
12500 causes an error.
12501
34f5f757
DE
125022015-04-28 Doug Evans <dje@google.com>
12503
12504 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12505 * gdb.python/py-pp-registration.exp: ... here. New file.
12506 * gdb.python/py-pp-registration.c: New file.
12507 * gdb.python/py-pp-registration.py: New file.
12508
69b4374a
DE
125092015-04-28 Doug Evans <dje@google.com>
12510
12511 * gdb.python/py-bad-printers.c: New file.
12512 * gdb.python/py-bad-printers.py: New file.
12513 * gdb.python/py-bad-printers.exp: New file.
12514
59fb7612
SS
125152015-04-28 Sasha Smundak <asmundak@google.com>
12516
12517 * gdb.python/py-type.exp: New test.
12518
2631b16a
AW
125192015-04-28 Andy Wingo <wingo@igalia.com>
12520
12521 * gdb.python/py-parameter.exp:
12522 * gdb.guile/scm-parameter.exp: Escape the path that we are
12523 matching against, as it might contain characters that are special
12524 to regular expressions.
12525
460efde1
JB
125262015-04-27 Joel Brobecker <brobecker@adacore.com>
12527
12528 * gdb.ada/rec_comp: New testcase.
12529
2d369d8e
SDJ
125302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12531
12532 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12533 before using it.
12534
cf75d6c3
AB
125352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12536
12537 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12538 new tests for verilog output.
12539
8dbe7ca5
YQ
125402015-04-24 Yao Qi <yao.qi@linaro.org>
12541
12542 * boards/remote-gdbserver-on-localhost.exp: New file.
12543
4ef9fb2f
PA
125442015-04-23 Pedro Alves <palves@redhat.com>
12545
12546 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12547 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12548 "end of file", remove $inferior_spawn_id from the indirect list.
12549
0a803169
PA
125502015-04-23 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12553
749ef8f8
PA
125542015-04-23 Pedro Alves <palves@redhat.com>
12555
12556 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12557 on $any_spawn_id instead of only on $gdb_spawn_id.
12558
8aae4344
PM
125592015-04-21 Pierre Muller <muller@sourceware.org>
12560
12561 PR pascal/17815
12562 * lib/pascal.exp (gpc_compile): Add new option "class".
12563 (fpc_compile): Likewise.
12564 * gdb.pascal/case-insensitive-symbols.pas: New file.
12565 * gdb.pascal/case-insensitive-symbols.exp: New file.
12566
1586c8fb
GB
125672015-04-20 Gary Benson <gbenson@redhat.com>
12568
12569 * gdb.base/attach.exp: Fix three extended remote failures.
12570
1b6e6f5c
GB
125712015-04-17 Gary Benson <gbenson@redhat.com>
12572
12573 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12574 the main executable over the remote protocol.
12575
e797481d
PA
125762015-04-16 Pedro Alves <palves@redhat.com>
12577
12578 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12579 a new gdbserver if gdbserver_reconnect_p is set.
12580
1ca99c42
PA
125812015-04-16 Pedro Alves <palves@redhat.com>
12582
12583 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12584 is set, don't exit gdbserver.
12585
af9fd6f8
AA
125862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12587
12588 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12589 appropriate .insn, such that an older assembler can be used.
12590 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12591 the z/Architecture instruction set on 31-bit targets as well.
12592
04ff1e61
AA
125932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12594
12595 * gdb.go/handcall.exp: Remove all logic related to the first
12596 breakpoint and rely on go_runto_main instead.
12597 * gdb.go/strings.exp: Likewise.
12598 * gdb.go/unsafe.exp: Likewise.
12599 * gdb.go/hello.exp: Likewise. Also rename the remaining
12600 breakpoint marker to "breakpoint 1".
12601 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12602 * gdb.go/strings.go: Likewise.
12603 * gdb.go/unsafe.go: Likewise.
12604 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12605 "set breakpoint 2 here" and rename the remaining breakpoint marker
12606 to "breakpoint 1".
12607
40d2f8d6
SM
126082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12609
12610 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12611 if itertools.imap is not present.
12612 * gdb.python/py-objfile.exp: Add parentheses.
12613 * gdb.python/py-type.exp: Same.
12614 * gdb.python/py-unwind-maint.py: Same.
12615
8cbc97c6
YQ
126162015-04-15 Yao Qi <yao.qi@linaro.org>
12617
12618 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12619 of ":$ptr_size" and set its form explicitly.
12620
45fd756c
YQ
126212015-04-15 Pedro Alves <palves@redhat.com>
12622 Yao Qi <yao.qi@linaro.org>
12623
12624 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12625 timeout by factor of 4.
12626 (test_regular_watch): Likewise.
12627 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12628 * gdb.reverse/sigall-reverse.exp: Likewise.
12629 * gdb.reverse/until-precsave.exp: Likewise.
12630 * lib/gdb.exp (with_timeout_factor): New proc.
12631 (gdb_expect): Move some code to ...
12632 (get_largest_timeout): ... here. New procedure.
12633
9e811bc3
LM
126342015-04-14 Luis Machado <lgustavo@codesourcery.com>
12635
12636 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12637
0ff6fcb2
LM
126382015-04-13 Luis Machado <lgustavo@codesourcery.com>
12639
12640 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12641 to write to the .text section.
12642
7578d5f7
LM
126432015-04-13 Luis Machado <lgustavo@codesourcery.com>
12644
12645 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12646 Handle the case of targets that do not provide PID information.
12647
2efe15c4
YQ
126482015-04-13 Yao Qi <yao.qi@linaro.org>
12649
12650 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12651 and use expect instead of gdb_expect.
12652
8cd8f2f8
SDJ
126532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12654
12655 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12656 "coredump_var_addr" to avoid naming conflict with other testcases.
12657
9ee41772
PA
126582015-04-10 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12661 gdb_test_sequence and gdb_assert.
12662
07473109
PA
126632015-04-10 Pedro Alves <palves@redhat.com>
12664
12665 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12666 test messages that don't include the breakpoint address.
12667
de3db44c
YQ
126682015-04-10 Yao Qi <yao.qi@linaro.org>
12669
12670 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12671 false for some offset and width combinations which aren't
12672 supported by linux kernel.
12673
c79d856c
PA
126742015-04-10 Pedro Alves <palves@redhat.com>
12675
12676 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12677 procedure, factored out from ...
12678 (top level): ... here. Add "set displaced-stepping" testing axis.
12679 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12680 parameter "displaced". Use it.
12681 (top level): Use foreach and add "set displaced-stepping" testing
12682 axis.
12683
ebc90b50
PA
126842015-04-10 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12687 Remove comment.
12688 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12689 both the address of the instruction that triggers the watchpoint
12690 and the address of the instruction immediately after, and use
12691 those addresses for the test. Fix comment.
12692
8f572e5c
PA
126932015-04-10 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.base/sigstep.exp (breakpoint_to_handler)
12696 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12697 Test "backtrace" in handler.
12698 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12699 (top level): Add new "displaced" test axis to
12700 breakpoint_to_handler, breakpoint_to_handler_entry and
12701 breakpoint_over_handler.
12702
8d707a12
PA
127032015-04-10 Pedro Alves <palves@redhat.com>
12704
12705 PR gdb/18216
12706 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12707
ef713951
YQ
127082015-04-10 Yao Qi <yao.qi@linaro.org>
12709
12710 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12711 (test_add_rn_pc): New function.
12712 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12713 (top level): Invoke test_add_rn_pc.
12714
906d60cf
PA
127152015-04-10 Pedro Alves <palves@redhat.com>
12716
12717 PR gdb/13858
12718 * gdb.base/step-over-no-symbols.exp: New file.
12719
f2983cc3
AW
127202015-04-09 Andy Wingo <wingo@igalia.com>
12721
12722 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12723 after the Python tests.
12724
6d62641c
SDJ
127252015-04-08 Keith Seitz <keiths@redhat.com>
12726
12727 PR python/16699
12728 * gdb.python/py-completion.exp: New tests for completion.
12729 * gdb.python/py-completion.py (CompleteLimit1): New class.
12730 (CompleteLimit2): Likewise.
12731 (CompleteLimit3): Likewise.
12732 (CompleteLimit4): Likewise.
12733 (CompleteLimit5): Likewise.
12734 (CompleteLimit6): Likewise.
12735 (CompleteLimit7): Likewise.
12736
f3770638
PA
127372015-04-08 Pedro Alves <palves@redhat.com>
12738
12739 PR gdb/18214
12740 PR gdb/18216
12741 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12742 function.
12743 (main): Install it as SIGUSR1 handler.
12744 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12745 parameter. Always use "setup" as prefix. Toggle "set
12746 displaced-stepping" off/on depending on global. Don't switch to
12747 thread 1 here.
12748 (top level): Add displaced stepping "off/on" test axis. Update
12749 "setup" calls. Wrap each subtest with with_test_prefix. Test
12750 continuing with a queued signal in each thread.
12751
4496bed7
PA
127522015-04-08 Pedro Alves <palves@redhat.com>
12753
12754 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12755 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12756 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12757 Return early if running to main fails.
12758 * gdb.trace/while-stepping.exp: Likewise.
12759
b97fde92
PA
127602015-04-07 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12763 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12764 interact with inferior program.
12765
f71c18e7
PA
127662015-04-07 Pedro Alves <palves@redhat.com>
12767
12768 * lib/gdb.exp (inferior_spawn_id): New global.
12769 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12770 spawn id after processing the user code.
12771 (default_gdb_start): Set inferior_spawn_id.
12772 (send_inferior): New procedure.
12773 * lib/gdbserver-support.exp (gdbserver_start): Set
12774 inferior_spawn_id.
12775 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12776
6423214f
PA
127772015-04-07 Pedro Alves <palves@redhat.com>
12778
12779 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12780 * lib/gdbserver-support.exp (gdbserver_start): Make
12781 $server_spawn_id global.
12782 (gdbserver_start): Don't wait for gdbserver's spawn id with
12783 expect_background.
12784 (close_gdbserver): New procedure.
12785 (gdb_exit): Rename the default version and reimplement.
12786
71c0ee8c
PA
127872015-04-07 Pedro Alves <palves@redhat.com>
12788
72f4393d 12789 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12790 append the substituted item, not the original item.
12791
203bc29b
PA
127922015-04-07 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12795 gdb_expect.
12796
508a3ddf
PA
127972015-04-07 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12800 output appearing once only.
12801
9f6dbe2b
PA
128022015-04-07 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12805 that doesn't expect anything. Return early if running to main
12806 fails.
12807
337532fa
YQ
128082015-04-07 Yao Qi <yao.qi@linaro.org>
12809
12810 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12811 (child_function): Call alarm.
12812 (main): Move call to alarm into the loop.
12813 * gdb.threads/non-stop-fair-events.exp: Build program with
12814 -DTIMEOUT=$timeout.
12815
01b622d4
DE
128162015-04-06 Doug Evans <xdje42@gmail.com>
12817
12818 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12819 Fix dest parameter to board_info.
12820 (fpc_compile): Ditto.
12821 (gdb_compile_pascal): Rename dest arg to destfile.
12822
961f4160
PMR
128232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12824
12825 * gdb.ada/funcall_ref.exp: New file.
12826 * gdb.ada/funcall_ref/foo.adb: New file.
12827
cafda597
YQ
128282015-04-02 Yao Qi <yao.qi@linaro.org>
12829
12830 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12831 is remote.
12832
fed040c6
GB
128332015-04-02 Gary Benson <gbenson@redhat.com>
12834
12835 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12836
d11916aa
SS
128372015-04-01 Sasha Smundak <asmundak@google.com>
12838
12839 * gdb.python/py-unwind-maint.c: New file.
12840 * gdb.python/py-unwind-maint.exp: New test.
12841 * gdb.python/py-unwind-maint.py: New file.
12842 * gdb.python/py-unwind.c: New file.
12843 * gdb.python/py-unwind.exp: New test.
12844 * gdb.python/py-unwind.py: New test.
12845
a1471180
PA
128462015-04-01 Pedro Alves <palves@redhat.com>
12847
12848 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12849 to fail instead of non-existent $test.
12850
0bbeccb1
PA
128512015-04-01 Pedro Alves <palves@redhat.com>
12852
12853 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12854 GDBFLAGS if not empty.
12855
3c724c8c
PMR
128562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12857
12858 * gdb.ada/complete.exp: Remove "multi_line".
12859 * gdb.ada/info_exc.exp: Remove "multi_line".
12860 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12861 * gdb.ada/ptype_field.exp: Remove "multi_line".
12862 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12863 * gdb.ada/tagged.exp: Remove "multi_line".
12864 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12865 [multi_line ...]
12866 * gdb.btrace/delta.exp: Likewise.
12867 * gdb.btrace/exception.exp: Likewise.
12868 * gdb.btrace/function_call_history.exp: Likewise.
12869 * gdb.btrace/instruction_history.exp: Likewise.
12870 * gdb.btrace/nohist.exp: Likewise.
12871 * gdb.btrace/record_goto.exp: Likewise.
12872 * gdb.btrace/segv.exp: Likewise.
12873 * gdb.btrace/stepi.exp: Likewise.
12874 * gdb.btrace/tailcall.exp: Likewise.
12875 * gdb.btrace/unknown_functions.exp: Likewise.
12876 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12877 * lib/gdb.exp: Add the "multi_line" helper.
12878
4eec2deb
PA
128792015-04-01 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/tid-reuse.c: New file.
12882 * gdb.threads/tid-reuse.exp: New file.
12883
df8411da
SDJ
128842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12885
12886 PR corefiles/16092
12887 * gdb.base/coredump-filter.c: New file.
12888 * gdb.base/coredump-filter.exp: Likewise.
12889
6ef37366
PM
128902015-03-27 Petr Machata <pmachata@redhat.com>
12891
12892 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12893 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12894 (Dwarf::assemble): Initialize them.
12895 (Dwarf::lines): New function.
12896
7ec911b0
JT
128972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12898
12899 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12900 SYMBOL_PREFIX for x86_64-*-cygwin.
12901
ff908ebf
AW
129022015-03-26 Andy Wingo <wingo@igalia.com>
12903
12904 PR symtab/18148
12905 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12906 const_value but not a location.
12907 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12908 location defined in non-main CUs are visible.
12909
6d5f0679
YQ
129102015-03-26 Yao Qi <yao.qi@linaro.org>
12911
12912 PR testsuite/18139
12913 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12914 Add a line number entry for the same line.
12915 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12916 Add a line number entry for the same line.
12917
2898689b
YQ
129182015-03-26 Yao Qi <yao.qi@linaro.org>
12919
12920 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12921 .int 0.
12922 (func): Likewise. Add .Lfunc_1 label.
12923 Use .Lfunc_1 label.
12924 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12925 .int 0.
12926 (func): Likewise.
12927 Use .Lfunc_1 label.
12928
85180498
YQ
129292015-03-26 Yao Qi <yao.qi@linaro.org>
12930
12931 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12932 Call gdb_compile instead to compile each .s files without debug
12933 information.
12934
8aa08a8d
YQ
129352015-03-26 Yao Qi <yao.qi@linaro.org>
12936
12937 * gdb.base/savedregs.exp (process_saved_regs): Make
12938 "Saved registers:" optional in the pattern.
12939
66849923
MM
129402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12941
12942 * gdb.btrace/next.exp: Merged into step.exp.
12943 * gdb.btrace/finish.exp: Merged into step.exp.
12944 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12945 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12946 "record goto" and checking the exact replay position.
12947 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12948 check for "Recording format" in "info record" output.
12949 * gdb.btrace/record_goto.exp: Choose test file based on target.
12950 * gdb.btrace/x86-record_goto.S: Renamed into ...
12951 * gdb.btrace/x86_64-record_goto.S: ... this.
12952 * gdb.btrace/i686-record_goto.S: New.
12953 * gdb.btrace/x86-tailcall.S: Renamed into ...
12954 * gdb.btrace/x86_64-tailcall.S: ... this.
12955 * gdb.btrace/i686-tailcall.S: New.
12956 * gdb.btrace/x86-tailcall.c: Renamed into ...
12957 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12958 separate statements. Update test.
12959 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12960 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12961 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12962 * gdb.btrace/tailcall.exp: Choose test file based on target.
12963 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12964
11cc1b74
MM
129652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12966
12967 * gdb.btrace/exception.exp: Increase BTS buffer size.
12968
a25d8bf9
PA
129692015-03-24 Pedro Alves <palves@redhat.com>
12970
12971 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12972
856e7dd6
PA
129732015-03-24 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.threads/schedlock.exp (test_step): No longer expect that
12976 "set scheduler-locking step" with "next" over a function call runs
12977 threads unlocked.
12978
ad235a41
AT
129792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12980
12981 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12982
15630549
AT
129832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12984
12985 PR breakpoints/16466
12986 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12987 * gdb.mi/mi-pending.c (thread_func): New function.
12988 (int main): Add threading support required.
12989 * gdb.mi/mi-pending.exp: Add tests for this issue.
12990 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12991 (pendfunc2): Remove stdio dependency.
12992 * gdb.mi/mi-pendshr2.c: New file.
12993
693dca06
KS
129942015-03-23 Keith Seitz <keiths@redhat.com>
12995
12996 * gdb.linespec/keywords.c: New file.
12997 * gdb.linespec/keywords.exp: New file.
12998
7e993ebf
KS
129992015-03-23 Keith Seitz <keiths@redhat.com>
13000
13001 PR gdb/18021
13002 * gdb.dwarf2/staticvirtual.exp: New test.
13003
bc23328c
JK
130042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13005
13006 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13007 * README: Remove HP-UX and gdb.hp.
13008 (configuration):
13009 * configure: Regenerate.
13010 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13011 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13012 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13013 gdb.hp/gdb.defects/Makefile.
13014 * gdb.hp/Makefile.in: File deleted.
13015 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13016 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13017 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13018 * gdb.hp/gdb.aCC/run.c: File deleted.
13019 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13020 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13021 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13022 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13023 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13024 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13025 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13026 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13027 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13028 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13029 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13030 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13031 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13032 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13033 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13034 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13035 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13036 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13037 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13038 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13039 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13040 * gdb.hp/gdb.compat/average.c: File deleted.
13041 * gdb.hp/gdb.compat/sum.c: File deleted.
13042 * gdb.hp/gdb.compat/xdb.c: File deleted.
13043 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13044 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13045 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13046 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13047 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13048 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13049 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13050 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13051 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13052 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13053 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13054 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13055 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13056 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13057 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13058 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13059 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13060 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13061 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13062 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13063 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13064 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13065 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13066 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13067 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13068 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13069 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13070 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13071 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13072 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13073 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13074 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13075 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13076 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13077 * gdb.hp/tools/odump: File deleted.
13078
8bf3b159
PA
130792015-03-19 Pedro Alves <palves@redhat.com>
13080
13081 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13082 (saw_thread_3): New globals.
13083 (top level): Increment them when an event for the corresponding
13084 thread is seen.
13085 (no thread starvation): New test.
13086
eb54c8bf
PA
130872015-03-19 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.threads/continue-pending-status.c: New file.
13090 * gdb.threads/continue-pending-status.exp: New file.
13091
32d2e5d6
PA
130922015-03-18 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13095 Use gdb_is_target_remote instead of is_remote. Use
13096 gdb_test_multiple instead of gdb_expect. Exit early if
13097 gdb_test_multiple hits its internal matches. Tighten stepi tests
13098 expected output. Fail on exit with any signal, instead of just
13099 SIGILL.
13100
f68f11b7
YQ
131012015-03-18 Yao Qi <yao.qi@linaro.org>
13102
13103 PR tdep/18107
13104 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13105 variable.
13106 * gdb.base/catch-syscall.exp: Don't skip it on
13107 aarch64*-*-linux* target. Remove elements in all_syscalls.
13108 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13109 target.
13110 (setup_all_syscalls): New proc.
13111
ca5fd19b
YQ
131122015-03-16 Yao Qi <yao.qi@linaro.org>
13113
13114 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13115 (top level): Skip tests if valid_addr_p returns false for
13116 $cmd1 or $cmd2.
13117
85642ba0
AW
131182015-03-11 Andy Wingo <wingo@igalia.com>
13119
13120 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13121
e03f9645
YQ
131222015-03-11 Yao Qi <yao.qi@linaro.org>
13123
13124 * gdb.base/catch-syscall.exp: Fix typo in comments.
13125
5d0962b2
YQ
131262015-03-11 Yao Qi <yao.qi@linaro.org>
13127
13128 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13129
b2df3cef
PA
131302015-03-09 Pedro Alves <palves@redhat.com>
13131
13132 * dg-extract-results.py: Delete.
13133
ef878e53
PA
131342015-03-09 Pedro Alves <palves@redhat.com>
13135
13136 Merge dg-extract-results.sh from GCC upstream (r218843).
13137
13138 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13139 * dg-extract-results.sh: Use --text with grep to avoid issues with
13140 binary files. Fall back to cat -v, if that doesn't work.
13141
9494d219
PA
131422015-03-05 Pedro Alves <palves@redhat.com>
13143
13144 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13145
a8d9763a
SM
131462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13147
13148 * lib/mi-support.exp (mi_expect_interrupt): Accept
13149 alternative event for when in all-stop mode.
13150
be9957b8
PA
131512015-03-04 Pedro Alves <palves@redhat.com>
13152
13153 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13154
d57be0f4 131552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13156
13157 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13158
c214c7cf
AA
131592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13160
13161 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13162 regexps for GDB's current line display, accept a hex address
13163 preceding the line number.
13164
6d74a497
AA
131652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13166
13167 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13168 the 'arch1' variable for "s390*-linux*" targets.
13169
511aee7c
PA
131702015-03-04 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13173 (main): Pass missing retval argument to pthread_join call.
13174
95e50b27
PA
131752015-03-02 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13178 (top level): Call do_test with non-stop as well.
13179
28054d69
PA
131802015-03-02 Pedro Alves <palves@redhat.com>
13181
13182 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13183 -1.
13184
4fa5d7b4
AA
131852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13186
13187 * gdb.arch/s390-vregs.exp: New test.
13188 * gdb.arch/s390-vregs.S: New file.
13189
97c18565
PA
131902015-02-27 Pedro Alves <palves@redhat.com>
13191
13192 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13193 call to catch_command_errors.
13194 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13195 catch_command_errors.
13196
a37bfa30
PA
131972015-02-27 Pedro Alves <palves@redhat.com>
13198
13199 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13200 "true" for boolean result.
13201 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13202 prototype of main.
13203
6f98576f
PA
132042015-02-27 Pedro Alves <palves@redhat.com>
13205
13206 * lib/unbuffer_output.c: New file.
13207 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13208 (main): Call gdb_unbuffer_output.
13209
eba5ab56
YQ
132102015-02-27 Yao Qi <yao.qi@linaro.org>
13211
13212 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13213 target.
13214
0def5aaa
DE
132152015-02-26 Doug Evans <dje@google.com>
13216
13217 * gdb.cp/class2.cc (Dbase, D): New classes.
13218 (main): New local delta.
13219 * gdb.cp/class2.exp: Test printing delta.
13220 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13221 (dynbar): New global.
13222 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13223
081a1c2c
JK
132242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 * gdb.compile/compile-ifunc.c: New file.
13227 * gdb.compile/compile-ifunc.exp: New file.
13228
2f41223f
AT
132292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13230
13231 * gdb.base/structs.exp: Check for correct struct on finish.
13232
03eddd80
YQ
132332015-02-26 Yao Qi <yao.qi@linaro.org>
13234
13235 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13236 is zero.
13237
80c57053
JK
132382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13239
13240 * gdb.arch/cordic.ko.bz2: New file.
13241 * gdb.arch/cordic.ko.debug.bz2: New file.
13242 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13243
21613c12
YQ
132442015-02-25 Yao Qi <yao.qi@linaro.org>
13245
13246 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13247 aarch64*-*-* target.
13248
d8b901ed
PA
132492015-02-23 Pedro Alves <palves@redhat.com>
13250
13251 * lib/gdb.exp (delete_breakpoints): Rewrite using
13252 gdb_test_multiple.
13253
e5b85ead
PA
132542015-02-23 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.base/info-os.c: Include stdlib.h.
13257
85c3a371
DE
132582015-02-22 Doug Evans <xdje42@gmail.com>
13259
13260 PR symtab/17855
13261 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13262 is read after symbols have been re-read.
13263 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13264 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13265
96553a0c
DE
132662015-02-21 Doug Evans <dje@google.com>
13267
13268 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13269
97a0c697
JK
132702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13271
13272 PR corefiles/17808
13273 * gdb.arch/i386-biarch-core.core.bz2: New file.
13274 * gdb.arch/i386-biarch-core.exp: New file.
13275
a47cd6e9
PA
132762015-02-21 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13279 runto_main fails.
13280
c5facdc4
PA
132812015-02-20 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13284 info probes.
13285
2db9a427
PA
132862015-02-20 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13289
60fb7e9e
PA
132902015-02-20 Pedro Alves <palves@redhat.com>
13291
13292 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13293 clean_restart before gdb_target_supports_trace.
13294
5c5019c2
PA
132952015-02-20 Pedro Alves <palves@redhat.com>
13296
13297 PR threads/18006
13298 * gdb.threads/clone-thread_db.c: New file.
13299 * gdb.threads/clone-thread_db.exp: New file.
13300
c9587f88
AT
133012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13302
13303 PR breakpoints/16812
13304 * gdb.base/catch-gdb-caused-signals.c: New file.
13305 * gdb.base/catch-gdb-caused-signals.exp: New file.
13306
f6a88844
JM
133072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13308
13309 * configure: Regenerated.
13310 * configure.ac: Use GDB_AC_TRANSFORM.
13311 * aclocal.m4: sinclude ../transform.m4.
13312
497c491b
JM
133132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13314
13315 * lib/dtrace.exp: New file.
13316 * gdb.base/dtrace-probe.exp: Likewise.
13317 * gdb.base/dtrace-probe.d: Likewise.
13318 * gdb.base/dtrace-probe.c: Likewise.
13319 * lib/pdtrace.in: Likewise.
13320 * configure.ac: Output variables with the transformed names of
13321 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13322 * configure: Regenerated.
13323
03e98035
JM
133242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13325
13326 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13327 expected message when trying to access $_probe_* convenience
13328 variables while not on a probe.
13329
63cc30e9
JK
133302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13331
13332 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13333
0703599a
PA
133342015-02-11 Pedro Alves <pedro@codesourcery.com>
13335
13336 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13337 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13338
7e60a48e
DE
133392015-02-10 Doug Evans <xdje42@gmail.com>
13340
13341 * lib/gdb.exp (gdb_load): Always return a result.
13342
01b088bc
PA
133432015-02-10 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.threads/signal-sigtrap.c: New file.
13346 * gdb.threads/signal-sigtrap.exp: New file.
13347
b05ec7a5
AT
133482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13349
13350 * gdb.trace/no-attach-trace.c: New file.
13351 * gdb.trace/no-attach-trace.exp: New file.
13352
a2c2acaf
MW
133532015-02-09 Mark Wielaard <mjw@redhat.com>
13354
13355 * gdb.dwarf2/atomic.c: New file.
13356 * gdb.dwarf2/atomic-type.exp: Likewise.
13357
31fd9caa
MM
133582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13359
13360 * gdb.btrace/buffer-size.exp: Update "info record" output.
13361 * gdb.btrace/delta.exp: Update "info record" output.
13362 * gdb.btrace/enable.exp: Update "info record" output.
13363 * gdb.btrace/finish.exp: Update "info record" output.
13364 * gdb.btrace/instruction_history.exp: Update "info record" output.
13365 * gdb.btrace/next.exp: Update "info record" output.
13366 * gdb.btrace/nexti.exp: Update "info record" output.
13367 * gdb.btrace/step.exp: Update "info record" output.
13368 * gdb.btrace/stepi.exp: Update "info record" output.
13369 * gdb.btrace/nohist.exp: Update "info record" output.
13370
d33501a5
MM
133712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13372
13373 * gdb.btrace/buffer-size: New.
13374
f4abbc16
MM
133752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13376
13377 * gdb.btrace/delta.exp: Update "info record" output.
13378 * gdb.btrace/enable.exp: Update "info record" output.
13379 * gdb.btrace/finish.exp: Update "info record" output.
13380 * gdb.btrace/instruction_history.exp: Update "info record" output.
13381 * gdb.btrace/next.exp: Update "info record" output.
13382 * gdb.btrace/nexti.exp: Update "info record" output.
13383 * gdb.btrace/step.exp: Update "info record" output.
13384 * gdb.btrace/stepi.exp: Update "info record" output.
13385 * gdb.btrace/nohist.exp: Update "info record" output.
13386
b9d61307
SM
133872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13388
13389 PR gdb/15678
13390 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13391
e584fdbc
PA
133922015-02-06 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13395 macro.
13396 (seconds_left, again): New globals.
13397 (main): Wait seconds_left in a 1-second sleep loop instead of
13398 sleeping 180 seconds. If 'again' is set, reset the seconds
13399 counter.
13400 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13401 'again' in the inferior before detaching. Print the seconds left.
13402 (options): New global.
13403 (top level): Build program with -DTIMEOUT=$timeout.
13404
77f41761
PA
134052015-02-06 Pedro Alves <palves@redhat.com>
13406
13407 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13408 determine how many seconds to pass to 'alarm'.
13409 * gdb.base/gdb-sigterm.exp (top level): Build program with
13410 -DTIMEOUT=$timeout.
13411 (do_test): Return success/failure indication. Add more verbose
13412 logging. Don't fail if 200 single steps are seen. Instead, fail
13413 when the test times out.
13414 (passes): New global.
13415 (top level): Break the testing loop if testing fails on any
13416 iteration. Use gdb_assert.
13417
b9394193
DB
134182015-02-04 Don Breazeal <donb@codesourcery.com>
13419
13420 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13421 and initialize them.
13422 (ipc_cleanup): New function.
13423 (main): Don't declare shmid, semid, and msqid. Add a call to
13424 atexit so that we call ipc_cleanup on exit.
13425
42d9e528
PA
134262015-02-04 Pedro Alves <palves@redhat.com>
13427
13428 * boards/native-extended-gdbserver.exp: Remove any target variant
13429 specifications from the board name before clearing the isremote
13430 flag from board_info.
13431
ae6ae975
DE
134322015-01-31 Doug Evans <xdje42@gmail.com>
13433
13434 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13435
cfb069a8
GB
134362015-01-31 Gary Benson <gbenson@redhat.com>
13437
13438 * gdb.base/completion.exp: Disable completion limiting for
13439 existing tests. Add new tests to check completion limiting.
13440 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13441
5dd31d79
DE
134422015-01-31 Doug Evans <xdje42@gmail.com>
13443
13444 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13445
9f050062
DE
134462015-01-31 Doug Evans <xdje42@gmail.com>
13447
13448 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13449 entries. Duplicate file section script entries.
13450 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13451 inlined entries. Add test for safe-path rejection.
13452 * gdb.python/py-section-script.c: Add duplicate inlined section script
13453 entries. Duplicate file section script entries.
13454 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13455 inlined entries. Add test for safe-path rejection.
13456
df25ebbd
JB
134572015-01-29 Joel Brobecker <brobecker@adacore.com>
13458
13459 * gdb.ada/disc_arr_bound: New testcase.
13460
4a0ca9ec
JB
134612015-01-29 Joel Brobecker <brobecker@adacore.com>
13462
13463 * gdb.ada/mi_var_array: New testcase.
13464
3a8b707a
DE
134652015-01-27 Doug Evans <dje@google.com>
13466
13467 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13468 Add test for objfile.filename, objfile.username after objfile
13469 has been unloaded.
13470
f8313f6e
JB
134712015-01-26 Joel Brobecker <brobecker@adacore.com>
13472
13473 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13474 the second test to print the name attribute of value
13475 returned by the call to gdb.lookup_type, and adjust
13476 the expected output accordingly.
13477
37bc665e
MW
134782015-01-25 Mark Wielaard <mjw@redhat.com>
13479
13480 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13481 * gdb.base/disp-step-fork.c: Include unistd.h.
13482 * gdb.base/siginfo-obj.c: Include stdio.h.
13483 * gdb.base/siginfo-thread.c: Likewise.
13484 * gdb.mi/non-stop.c: Include unistd.h.
13485 * gdb.mi/nsthrexec.c: Include stdio.h.
13486 * gdb.mi/pthreads.c: Include unistd.h.
13487 * gdb.modula2/unbounded1.c (main): Declare returns int.
13488 * gdb.reverse/consecutive-reverse.c: Likewise.
13489 * gdb.threads/create-fail.c: Include unistd.h.
13490 * gdb.threads/killed.c: Likewise.
13491 * gdb.threads/linux-dp.c: Likewise.
13492 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13493 * gdb.threads/non-ldr-exc-2.c: Likewise.
13494 * gdb.threads/non-ldr-exc-3.c: Likewise.
13495 * gdb.threads/non-ldr-exc-4.c: Likewise.
13496 * gdb.threads/pthreads.c: Include unistd.h.
13497 (main): Declare returns int.
13498 * gdb.threads/tls-main.c (foo): New declaration.
13499 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13500
f7e5394d
SM
135012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13504 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13505
743649fd
MW
135062015-01-15 Mark Wielaard <mjw@redhat.com>
13507
13508 * gdb.base/noreturn-return.c: New file.
13509 * gdb.base/noreturn-return.exp: New file.
13510 * gdb.base/noreturn-finish.c: New file.
13511 * gdb.base/noreturn-finish.exp: New file.
13512
198297aa
PA
135132015-01-23 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.threads/continue-pending-after-query.c: New file.
13516 * gdb.threads/continue-pending-after-query.exp: New file.
13517
717cf30c
AG
135182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13519 Simon Marchi <simon.marchi@ericsson.com>
13520
13521 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13522 * gdb.base/valgrind-db-attach.exp: Same.
13523 * gdb.base/valgrind-infcall.exp: Same.
13524 * lib/mi-support.exp (default_mi_gdb_start): Same.
13525 * lib/prompt.exp (default_prompt_gdb_start): Same.
13526 * lib/gdb.exp (default_gdb_spawn): Same.
13527 (gdb_interact): New.
13528
13529
4b62a76e
JK
135302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13531
13532 * gdb.compile/compile.exp (pointer to jit function): New test.
13533
b4cdae6f
WW
135342015-01-17 Wei-cheng Wang <cole945@gmail.com>
13535
13536 * lib/gdb.exp (supports_process_record): Return true for
13537 powerpc*-*-linux*.
13538 (supports_reverse): Likewise.
13539
d221e7ef
DB
135402015-01-15 Don Breazeal <donb@codesourcery.com>
13541
13542 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13543 instead of checking whether the target board is remote and
13544 use spawn_wait_for_attach instead of exec/sleep.
13545 * gdb.base/attach-twice.exp: Likewise.
13546
bafffb51
JB
135472015-01-15 Joel Brobecker <brobecker@adacore.com>
13548
13549 * gdb.ada/var_arr_attrs: New testcase.
13550
5589af0e
PA
135512015-01-14 Pedro Alves <palves@redhat.com>
13552 Joel Brobecker <brobecker@adacore.com>
13553
13554 PR gdb/17525
13555 * gdb.base/bp-cmds-execution-x-script.c: New file.
13556 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13557 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13558
6c400b59
PA
135592015-01-14 Pedro Alves <palves@redhat.com>
13560
13561 PR cli/17828
13562 * gdb.base/batch-preserve-term-settings.c: New file.
13563 * gdb.base/batch-preserve-term-settings.exp: New file.
13564
e02c96a7
DE
135652015-01-13 Doug Evans <dje@google.com>
13566
13567 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13568 binary.
13569
576fd14c
JB
135702015-01-13 Joel Brobecker <brobecker@adacore.com>
13571
13572 * Makefile.in (clean mostlyclean): Do not delete *.py.
13573
04dccad0
JB
135742015-01-13 Joel Brobecker <brobecker@adacore.com>
13575
13576 * gdb.python/py-lookup-type.exp: New file.
13577
3d230f71
PA
135782015-01-12 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13581 restore GDBFLAGS before returning.
13582
7e67715d
JK
135832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13586 is_amd64_regs_target and is_x86_like_target.
13587
f2e0d4b4
DE
135882015-01-11 Doug Evans <xdje42@gmail.com>
13589
13590 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13591 is given without an explicit form.
13592 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13593 attributes.
13594 * gdb.dwarf/corrupt.exp: Ditto.
13595 * gdb.dwarf2/enum-type.exp: Ditto.
13596 * gdb.trace/entry-values.exp: Ditto.
13597 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13598
439250fb
DE
135992015-01-11 Doug Evans <xdje42@gmail.com>
13600
13601 PR gdb/15830
13602 * gdb.base/maint.exp: Remove references to "maint demangle".
13603 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13604 Add tests for explicitly specifying language to demangle.
13605 * gdb.dlang/demangle.exp: Ditto.
13606
ede9f622
PA
136072015-01-09 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.threads/non-stop-fair-events.c: New file.
13610 * gdb.threads/non-stop-fair-events.exp: New file.
13611
a7b796db
PA
136122015-01-09 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13615 the global scope. Set a breakpoint after all threads are started
13616 rather than stepping over two source lines. Expect the prompt.
13617 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13618 global.
13619 (NUM): Now 15.
13620 (main): Use threads_started_barrier to wait for all threads to
13621 start. Main thread no longer calls thread_function. Exit after
13622 180 seconds.
13623 (loop): New function.
13624 (thread_function): Wait on threads_started_barrier barrier. Call
13625 'loop' at each iteration.
13626 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13627 threads have started, instead of hardcoding number of "next"
13628 steps. Use an access watchpoint instead of a write watchpoint.
13629
9665ffdd
PA
136302015-01-09 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13633 (thread_func): Wait on barrier.
13634 (main): Wait for all threads to start before stopping GDB.
13635 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13636 global.
13637 (thread1_func, thread2_func): Wait on barrier.
13638 (main): Wait for all threads to start before stopping GDB.
13639 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13640 New global.
13641 (thread1_func, thread2_func): Wait on barrier.
13642 (main): Wait for all threads to start before stopping GDB.
13643
c945a99f
PA
136442015-01-09 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.threads/attach-many-short-lived-threads.c: New file.
13647 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13648
c1a747c1
PA
136492014-01-09 Pedro Alves <palves@redhat.com>
13650
13651 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13652 instead of to thread 2.
13653 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13654 Add barrier around each pthread_create call instead of around all
13655 calls.
13656 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13657 Set a break on thread_function and have the child threads hit it
13658 one at at a time.
13659
60b3033e
PA
136602015-01-09 Pedro Alves <palves@redhat.com>
13661
13662 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13663 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13664 false.
13665 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13666 checking whether the target board is remote.
13667 * gdb.multi/multi-attach.exp: Likewise.
13668 * gdb.python/py-sync-interp.exp: Likewise.
13669 * gdb.server/ext-attach.exp: Likewise.
13670 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13671 tests that need to attach, instead of checking whether the target
13672 board is remote at the top of the file.
13673
acc018ac
YQ
136742015-01-08 Yao Qi <yao@codesourcery.com>
13675
13676 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13677
50a18af8
JK
136782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13679
13680 Fix testcase compilation.
13681 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13682
8503d6e1
JB
136832015-01-06 Joel Brobecker <brobecker@adacore.com>
13684
13685 * gdb.python/py-type.exp: Add a couple test about empty
13686 array creation, and negative-length array creation.
13687
cc73dbcc
DE
136882015-01-02 Doug Evans <xdje42@gmail.com>
13689
13690 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13691
0300bbc7
DE
136922015-01-02 Doug Evans <dje@google.com>
13693
13694 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13695
9d85a0ec
YQ
136962014-12-29 Yao Qi <yao@codesourcery.com>
13697
13698 * gdb.trace/entry-values.exp: Update comments. Rename variable
13699 bar_call_foo to returned_from_foo.
13700
87186c6a
MMN
137012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13702
13703 PR gdb/17394
13704 * gdb.linespec/break-asm-file.c: New file.
13705 * gdb.linespec/break-asm-file.exp: New file.
13706 * gdb.linespec/break-asm-file0.s: New file.
13707 * gdb.linespec/break-asm-file1.s: New file.
13708
1bab7383
YQ
137092014-12-18 Nigel Stephens <nigel@mips.com>
13710 Maciej W. Rozycki <macro@codesourcery.com>
13711
13712 * gdb.base/float.exp: Handle the new output from "info float" on
13713 MIPS targets.
13714
1bc1068a
JK
137152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13716
13717 Fix MinGW compilation.
13718 * gdb.compile/compile-ops.exp: Update untested message if
13719 !skip_compile_feature_tests.
13720 * gdb.compile/compile-setjmp.exp: Likewise.
13721 * gdb.compile/compile-tls.exp: Likewise.
13722 * gdb.compile/compile.exp: Likewise.
13723 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13724 supported on this host".
13725
b6615d10
DE
137262014-12-16 Doug Evans <xdje42@gmail.com>
13727
13728 * boards/stabs.exp: New file.
13729
25dda427
AA
137302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13731
13732 * gdb.base/completion.exp: Adjust to format changes of "maint
13733 print user-registers".
13734
bf330350
CU
137352014-12-16 Catalin Udma <catalin.udma@freescale.com>
13736
13737 PR server/17457
13738 * gdb.arch/aarch64-fp.c: New file.
13739 * gdb.arch/aarch64-fp.exp: New file.
13740
395cf596
SDJ
137412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13742
13743 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13744 r210637, r210913, r211666, r215400, r215817).
13745
13746 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13747 * dg-extract-results.py: New file.
13748 * dg-extract-results.sh: Use it if the environment seems
13749 suitable.
13750
13751 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13752
13753 * dg-extract-results.py (parse_run): Handle warnings that
13754 are printed before a test harness is run.
13755
13756 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13757
13758 * dg-extract-results.py (Named): Remove __cmp__ method.
13759 (output_variation): Use a key to sort variation.harnesses.
13760
13761 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13762
13763 * dg-extract-results.py: For Python 3, force sys.stdout to
13764 handle surrogate escape sequences.
13765 (safe_open): New function.
13766 (output_segment, main): Use it.
13767
13768 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13769
13770 * dg-extract-results.py (Prog.result_re): Include options
13771 in test name.
13772
13773 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13774
13775 * dg-extract-results.py (output_variation): Always sort if
13776 do_sum.
13777
e882ef3c
SM
137782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13779
13780 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13781 as long as we get pagination notifications.
13782
4992aa20
JM
137832014-12-15 Jason Merrill <jason@redhat.com>
13784
13785 * Makefile.in (check-gdb.%): Restore.
13786 * README: Mention it.
13787
c1b5a1a6
JB
137882014-12-13 Joel Brobecker <brobecker@adacore.com>
13789
13790 * gdb.ada/str_uninit: New testcase.
13791
5537b577
JK
137922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13793
13794 PR symtab/17642
13795 * gdb.base/vla-stub-define.c: New file.
13796 * gdb.base/vla-stub.c: New file.
13797 * gdb.base/vla-stub.exp: New file.
13798
bb2ec1b3
TT
137992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13800 Jan Kratochvil <jan.kratochvil@redhat.com>
13801 Tom Tromey <tromey@redhat.com>
13802
13803 * configure.ac: Add gdb.compile/.
13804 * configure: Regenerate.
13805 * gdb.compile/Makefile.in: New file.
13806 * gdb.compile/compile-ops.exp: New file.
13807 * gdb.compile/compile-ops.c: New file.
13808 * gdb.compile/compile-tls.c: New file.
13809 * gdb.compile/compile-tls.exp: New file.
13810 * gdb.compile/compile-constvar.S: New file.
13811 * gdb.compile/compile-constvar.c: New file.
13812 * gdb.compile/compile-mod.c: New file.
13813 * gdb.compile/compile-nodebug.c: New file.
13814 * gdb.compile/compile-setjmp-mod.c: New file.
13815 * gdb.compile/compile-setjmp.c: New file.
13816 * gdb.compile/compile-setjmp.exp: New file.
13817 * gdb.compile/compile-shlib.c: New file.
13818 * gdb.compile/compile.c: New file.
13819 * gdb.compile/compile.exp: New file.
13820 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13821
4ff709eb
TT
138222014-12-12 Tom Tromey <tromey@redhat.com>
13823
13824 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13825 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13826
6dddd6a5
DE
138272014-12-12 Doug Evans <dje@google.com>
13828
13829 * lib/gdb-python.exp (get_python_valueof): New function.
13830 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13831
71c24708
AA
138322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13833
13834 * gdb.base/completion.exp: Add test for completion of "info
13835 registers ".
13836
3e29f34a
MR
138372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13838
13839 * gdb.base/func-ptrs.c: New file.
13840 * gdb.base/func-ptrs.exp: New file.
13841
fc126975
SM
138422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13843
13844 PR breakpoints/17012
13845 * gdb.base/dprintf-detach.c: New file.
13846 * gdb.base/dprintf-detach.exp: New file.
13847
0a46d518
SM
138482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13849
13850 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13851 * lib/gdb.exp (target_is_gdbserver): New procedure.
13852
a0be3e44
DE
138532014-12-08 Doug Evans <dje@google.com>
13854
13855 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13856
df1b803a
YQ
138572014-12-05 Yao Qi <yao@codesourcery.com>
13858
13859 * gdb.guile/scm-error.exp: Remove the third argument to
13860 gdb_remote_download.
13861 * gdb.guile/scm-frame-args.exp: Likewise.
13862 * gdb.guile/scm-section-script.exp: Likewise.
13863
ddb9f679
YQ
138642014-12-05 Yao Qi <yao@codesourcery.com>
13865
13866 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13867
86e4ed39
DE
138682014-12-04 Doug Evans <dje@google.com>
13869
13870 * gdb.python/py-objfile.exp: Add tests for
13871 objfile.add_separate_debug_file.
13872
7c50a931
DE
138732014-12-04 Doug Evans <dje@google.com>
13874
13875 * lib/gdb.exp (get_build_id): New function.
13876 (build_id_debug_filename_get): Rewrite to use it.
13877 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13878
621661e3
MR
138792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13880
13881 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13882 `method(long)', not just 0x0.
13883 * gdb.cp/nsalias.exp: Align code labels to 4.
13884 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13885 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13886 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13887 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13888 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13889 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13890
29f0c3b7
DE
138912014-12-02 Doug Evans <dje@google.com>
13892
e1e061e7 13893 PR symtab/17602
29f0c3b7 13894 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13895 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13896 * gdb.cp/anon-ns.exp: Update.
13897
162078c8
NB
138982014-12-02 Nick Bull <nicholaspbull@gmail.com>
13899
13900 * gdb.python/py-events.py (inferior_call_handler): New.
13901 (register_changed_handler, memory_changed_handler): New.
13902 (test_events.invoke): Register new handlers.
13903 * gdb.python/py-events.exp: Add tests for inferior call,
13904 memory_changed and register_changed events.
13905
fdb09caf
AA
139062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13907
13908 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13909 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13910 if the linker doesn't understand this.
13911
55cfb2c4
SM
139122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13913
13914 * gdb.python/python.exp: Change expected reply to help().
13915
9e8cd6df
YQ
139162014-12-01 Yao Qi <yao@codesourcery.com>
13917
13918 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13919 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13920 * configure: Re-generated.
13921
6c659fc2
SC
139222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13923
13924 * gdb.cp/chained-calls.cc: New file.
13925 * gdb.cp/chained-calls.exp: New file.
13926 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13927
d7fc3181
SM
139282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13929
13930 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13931 * gdb.dwarf2/symtab-producer.exp: Same.
13932 * gdb.gdb/python-interrupts.exp: Same.
13933 * gdb.gdb/python-selftest.exp: Same.
13934 * gdb.python/py-linetable.exp: Same.
13935 * gdb.python/py-type.exp: Same.
13936 * gdb.python/py-value-cc.exp: Same.
13937 * gdb.python/py-value.exp: Same.
13938
10e79639
YQ
139392014-11-28 Yao Qi <yao@codesourcery.com>
13940
13941 * gdb.base/break-probes.exp: Match library name prefixed with
13942 sysroot.
13943
f28a0564
SM
139442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13945
13946 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13947 test expected output. Add parentheses for the call to print.
13948 Remove L suffix from integers.
13949
3fe1ce1d
DE
139502014-11-26 Doug Evans <dje@google.com>
13951
13952 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13953
84429e27
YQ
139542014-11-22 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.trace/entry-values.c: Remove asms.
13957 (foo): Add foo_label.
13958 (bar): Add bar_label.
13959 * gdb.trace/entry-values.exp: Remove code computing foo's
13960 length and bar's length.
13961 (Dwarf::assemble): Invoke function_range for bar and use
13962 MACRO_AT_func for foo.
13963
26741859
YQ
139642014-11-22 Yao Qi <yao@codesourcery.com>
13965
13966 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13967 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13968 Use .Lgcc43_procstart instead of gcc43.
13969
45e44d27
JB
139702014-11-21 Joel Brobecker <brobecker@adacore.com>
13971
13972 * gdb.ada/n_arr_bound: New testcase.
13973
458c8db8
SDJ
139742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13975
13976 PR breakpoints/10737
13977 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13978 test_catch_syscall_multi_arch.
13979 (test_catch_syscall_multi_arch): New function.
13980
43f3e411
DE
139812014-11-20 Doug Evans <xdje42@gmail.com>
13982
13983 * gdb.base/maint.exp: Update expected output.
13984
0d7b2549
AA
139852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13986
13987 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13988 4-byte instruction on S390.
13989
8908fca5
JB
139902014-11-19 Joel Brobecker <brobecker@adacore.com>
13991
13992 * gdb.ada/arr_arr: New testcase.
13993
4a46959e
JB
139942014-11-19 Joel Brobecker <brobecker@adacore.com>
13995
13996 * gdb.ada/pkd_arr_elem: New Testcase.
13997
470e2f4e
LM
139982014-11-18 Luis Machado <lgustavo@codesourcery.com>
13999
14000 * gdb.reverse/break-precsave: Expect completion message for
14001 core file reads.
14002 * gdb.reverse/consecutive-precsave.exp: Likewise.
14003 * gdb.reverse/finish-precsave.exp: Likewise.
14004 * gdb.reverse/i386-precsave.exp: Likewise.
14005 * gdb.reverse/machinestate-precsave.exp: Likewise.
14006 * gdb.reverse/sigall-precsave.exp: Likewise.
14007 * gdb.reverse/solib-precsave.exp: Likewise.
14008 * gdb.reverse/step-precsave.exp: Likewise.
14009 * gdb.reverse/until-precsave.exp: Likewise.
14010 * gdb.reverse/watch-precsave.exp: Likewise.
14011
a267f3ad
AA
140122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14013
14014 * gdb.base/bp-permanent.c: Include unistd.h.
14015 * gdb.python/py-framefilter-mi.c (main): Add return type.
14016 * gdb.python/py-framefilter.c (main): Likewise.
14017 * gdb.trace/actions-changed.c (main): Likewise.
14018
12084a9a
AA
140192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14020
14021 * gdb.mi/until.c: Add eye-catchers.
14022 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14023 line numbers.
14024
dc7e1a77
AA
140252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14026
14027 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14028 function header variants in break1.c.
14029 * gdb.base/ena-dis-br.exp: Likewise.
14030 * gdb.base/hbreak2.exp: Likewise.
14031 * gdb.reverse/until-precsave.exp: Drop references to removed
14032 non-prototype function header variants in ur1.c.
14033 * gdb.reverse/until-reverse.exp: Likewise.
14034
41c77605
PM
140352014-11-17 Petr Machata <pmachata@redhat.com>
14036
14037 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14038 ${_cu_offset_size} bytes abbrev offset.
14039
34248c3a
DE
140402014-11-15 Doug Evans <xdje42@gmail.com>
14041
14042 PR symtab/17559
14043 * gdb.base/line-symtabs.exp: New file.
14044 * gdb.base/line-symtabs.c: New file.
14045 * gdb.base/line-symtabs.h: New file.
14046
646da059
YQ
140472014-11-14 Yao Qi <yao@codesourcery.com>
14048
14049 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14050 (func): Add label func_label.
14051 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14052 Replace low_pc and high_pc with MACRO_AT_range.
14053 Replace name, low_pc and high_pc with MACRO_AT_func.
14054
9301ebe6
YQ
140552014-11-14 Yao Qi <yao@codesourcery.com>
14056
14057 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14058 Replace name, low_pc and high_pc with MACRO_AT_func.
14059
f166b542
YQ
140602014-11-14 Yao Qi <yao@codesourcery.com>
14061
14062 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14063 produce debug information.
14064 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14065
0f6e71e3
YQ
140662014-11-14 Yao Qi <yao@codesourcery.com>
14067
14068 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14069 object and get function length.
14070 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14071 with MACRO_AT_func.
14072 (top-level): Replace gdb_compile and clean_restart with
14073 prepare_for_testing.
14074 * gdb.dwarf2/main.c (main): Add label main_label.
14075
876c4df9
YQ
140762014-11-14 Yao Qi <yao@codesourcery.com>
14077
14078 * lib/dwarf.exp (function_range): New procedure.
14079 (Dwarf::_handle_macro_at_func): New procedure.
14080 (Dwarf::_handle_macro_at_range): New procedure.
14081 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14082
02ad9cf1
YQ
140832014-11-14 Yao Qi <yao@codesourcery.com>
14084
14085 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14086 (_handle_attribute): New procedure.
14087
a59add0c
AA
140882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14089
14090 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14091 * gdb.base/call-sc.c (zed): Likewise.
14092 * gdb.base/checkpoint.c (main): Likewise.
14093 * gdb.base/dump.c (main): Likewise.
14094 * gdb.base/gcore.c (main): Likewise.
14095 * gdb.base/huge.c (main): Likewise.
14096 * gdb.base/multi-forks.c (main): Likewise.
14097 * gdb.base/pr10179-a.c (main): Likewise.
14098 * gdb.base/savedregs.c (main): Likewise.
14099 * gdb.base/sigaltstack.c (main): Likewise.
14100 * gdb.base/siginfo.c (main): Likewise.
14101 * gdb.base/structs.c (zed): Likewise.
14102 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14103 * gdb.mi/mi-syn-frame.c (main): Likewise.
14104 * gdb.mi/until.c (foo, main): Likewise.
14105 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14106 * gdb.base/solib-weak.c (foo): Declare.
14107 * gdb.base/attach-twice.c: Include stdio.h.
14108 * gdb.base/weaklib1.c: Likewise.
14109 * gdb.base/weaklib2.c: Likewise.
14110 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14111 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14112 unistd.h.
14113 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14114 * gdb.mi/mi-exit-code.c: Likewise.
14115 * gdb.base/break-interp-lib.c: Include string.h.
14116 * gdb.base/coremaker.c: Likewise.
14117 * gdb.base/testenv.c: Likewise.
14118 * gdb.python/py-finish-breakpoint.c: Likewise.
14119 * gdb.base/inferior-died.c: Include sys/wait.h.
14120 * gdb.base/fileio.c: Include time.h.
14121 * gdb.base/async-shell.c: Include unistd.h.
14122 * gdb.base/dprintf-non-stop.c: Likewise.
14123 * gdb.base/info-os.c: Likewise.
14124 * gdb.mi/mi-console.c: Likewise.
14125 * gdb.mi/watch-nonstop.c: Likewise.
14126 * gdb.python/py-events.c: Likewise.
14127 * gdb.base/async.c (baz): Move up before its invocation.
14128 * gdb.base/code_elim2.c (my_global_func): Likewise.
14129 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14130 * gdb.base/advance.c (func2): Likewise.
14131
3b5d5997
AA
141322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14133
14134 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14135 variant.
14136 * gdb.base/annota3.c: Likewise.
14137 * gdb.base/async.c: Likewise.
14138 * gdb.base/average.c: Likewise.
14139 * gdb.base/call-ar-st.c: Likewise.
14140 * gdb.base/call-rt-st.c: Likewise.
14141 * gdb.base/call-sc.c: Likewise.
14142 * gdb.base/call-strs.c: Likewise.
14143 * gdb.base/ending-run.c: Likewise.
14144 * gdb.base/execd-prog.c: Likewise.
14145 * gdb.base/exprs.c: Likewise.
14146 * gdb.base/foll-exec.c: Likewise.
14147 * gdb.base/foll-fork.c: Likewise.
14148 * gdb.base/foll-vfork.c: Likewise.
14149 * gdb.base/funcargs.c: Likewise.
14150 * gdb.base/gcore.c: Likewise.
14151 * gdb.base/jump.c: Likewise.
14152 * gdb.base/langs0.c: Likewise.
14153 * gdb.base/langs1.c: Likewise.
14154 * gdb.base/langs2.c: Likewise.
14155 * gdb.base/mips_pro.c: Likewise.
14156 * gdb.base/nodebug.c: Likewise.
14157 * gdb.base/opaque0.c: Likewise.
14158 * gdb.base/opaque1.c: Likewise.
14159 * gdb.base/recurse.c: Likewise.
14160 * gdb.base/run.c: Likewise.
14161 * gdb.base/scope0.c: Likewise.
14162 * gdb.base/scope1.c: Likewise.
14163 * gdb.base/setshow.c: Likewise.
14164 * gdb.base/setvar.c: Likewise.
14165 * gdb.base/shmain.c: Likewise.
14166 * gdb.base/shr1.c: Likewise.
14167 * gdb.base/shr2.c: Likewise.
14168 * gdb.base/sigall.c: Likewise.
14169 * gdb.base/signals.c: Likewise.
14170 * gdb.base/so-indr-cl.c: Likewise.
14171 * gdb.base/solib2.c: Likewise.
14172 * gdb.base/structs.c: Likewise.
14173 * gdb.base/sum.c: Likewise.
14174 * gdb.base/vforked-prog.c: Likewise.
14175 * gdb.base/watchpoint.c: Likewise.
14176 * gdb.reverse/shr2.c: Likewise.
14177 * gdb.reverse/until-reverse.c: Likewise.
14178 * gdb.reverse/ur1.c: Likewise.
14179 * gdb.reverse/watch-reverse.c: Likewise.
14180
066a77c5
AA
141812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14182
14183 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14184 variant.
14185 * gdb.base/sepdebug.exp: Drop references to removed code.
14186
4f204ea5
AA
141872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14188
14189 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14190 variant. Preserve original line numbering.
14191 * gdb.base/list1.c: Likewise.
14192
3b377a3a
AA
141932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14194
14195 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14196 variant.
14197 * gdb.base/break1.c: Likewise.
14198 * gdb.base/break.exp: Drop references to removed code.
14199
e444df73
AA
142002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14201
14202 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14203 variant.
14204
8008f2a7
AA
142052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14206
14207 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14208
a5a06887
AA
142092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14210
14211 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14212 logic into perform_all_tests() and invoke it with and without
14213 function header prototypes.
14214 (do_function_calls): Remove conditional XFAIL for PR 5318.
14215 (rerun_and_prepare): Remove duplicate code.
14216 (perform_all_tests): New. Main logic moved here.
14217
44dba9b9
AA
142182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14219
14220 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14221 code guarded by #ifdef NO_PROTOTYPES.
14222 (t_double_many_args): Likewise.
14223 (DEF_FUNC_MANY_ARGS_1): Likewise.
14224 (DEF_FUNC_VALUES_1): Likewise.
14225 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14226 guarded by #ifdef PROTOTYPES.
14227
d1fbcd56
AA
142282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14229
14230 * gdb.mi/mi-console.c: Add eye-catcher.
14231 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14232 instead of literal line number.
14233
b0e59b8f
AA
142342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14235
14236 * gdb.base/shr2.c: Add eye-catcher.
14237 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14238 line number.
14239
78f98cca
AA
142402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14241
14242 * gdb.base/jump.c: Add eye-catchers.
14243 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14244 numbers.
14245
58fa2af0
AA
142462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14247
14248 * gdb.base/execd-prog.c: Add eye-catchers.
14249 * gdb.base/foll-exec.c: Likewise.
14250 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14251 line numbers.
14252
04e5059b
AA
142532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14254
14255 * gdb.base/ending-run.c: Add eye-catchers.
14256 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14257 literal line numbers.
14258
dbfdb174
AA
142592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14260
14261 * gdb.base/call-rt-st.c: Add eye-catchers.
14262 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14263 literal line numbers.
14264
888a2ade
AA
142652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14266
14267 * gdb.base/call-ar-st.c: Add eye-catchers.
14268 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14269 literal line numbers.
14270
6acc2dde
AA
142712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14272
14273 * gdb.base/average.c: Add eye-catchers.
14274 * gdb.base/sum.c: Likewise.
14275 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14276 regexps dynamically.
14277
9ecfcd1d
AA
142782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14279
14280 * gdb.base/solib1.c: Add eye-catchers.
14281 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14282 literal line numbers.
14283
78708b7c
PA
142842014-11-12 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14287 leader has exited.
14288
af48d08f
PA
142892014-11-12 Pedro Alves <palves@redhat.com>
14290
14291 * gdb.arch/i386-bp_permanent.c: New file.
14292 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14293 (srcfile): Set to i386-bp_permanent.c.
14294 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14295 that stepi does not execute the 'leave' instruction, instead of
14296 testing it does execute.
14297 * gdb.base/bp-permanent.c: New file.
14298 * gdb.base/bp-permanent.exp: New file.
14299
af3768e9
DE
143002014-11-10 Doug Evans <xdje42@gmail.com>
14301
14302 PR symtab/17564
14303 * gdb.base/symtab-search-order.exp: New file.
14304 * gdb.base/symtab-search-order.c: New file.
14305 * gdb.base/symtab-search-order-1.c: New file.
14306 * gdb.base/symtab-search-order-shlib-1.c: New file.
14307
9de00a4a
PA
143082014-11-07 Pedro Alves <palves@redhat.com>
14309
14310 PR gdb/17511
14311 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14312 i?86-*-linux*.
14313
e0f52461
SC
143142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14315
14316 PR c++/17494
14317 * gdb.cp/pr17494.cc: New file.
14318 * gdb.cp/pr17494.exp: New file.
14319
6ce8c980
YQ
143202014-11-02 Yao Qi <yao@codesourcery.com>
14321
14322 * gdb.python/python.exp: Get working directory and match the
14323 output of "set extended-prompt \\w " with it.
14324
02be9a71
DE
143252014-10-30 Doug Evans <dje@google.com>
14326
14327 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14328 in objfiles.
14329 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14330 in progspaces.
14331
3bdff46b
LM
143322014-10-30 Janis Johnson <janisjo@codesourcery.com>
14333
14334 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14335 * gdb.base/realname-expand.exp: Likewise.
14336 * gdb.linespec/macro-relative.exp: Likewise.
14337
ab917dfb
PA
143382014-10-29 Pedro Alves <palves@redhat.com>
14339
14340 PR gdb/17408
14341 * gdb.threads/schedlock.c (some_function): New function.
14342 (call_function): New global.
14343 (MAYBE_CALL_SOME_FUNCTION): New macro.
14344 (thread_function): Call it.
14345 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14346 and use it instead of a global counter. Adjust all callers.
14347 (get_current_thread): Use "find current thread" for test message
14348 here rather than having all callers pass down the same string.
14349 (goto_loop): New procedure, factored out from ...
14350 (my_continue): ... this.
14351 (step_ten_loops): Change parameter from test message to command to
14352 use. Adjust.
14353 (list_count): Delete global.
14354 (check_result): New procedure, factored out from duplicate top
14355 level code.
14356 (continue tests): Wrap in with_test_prefix.
14357 (test_step): New procedure, factored out from duplicate top level
14358 code.
14359 (top level): Test "step" in combination with all scheduler-locking
14360 modes. Test "next" in combination with all scheduler-locking
14361 modes, and in combination with stepping over a function call or
14362 not.
14363 * gdb.threads/next-bp-other-thread.c: New file.
14364 * gdb.threads/next-bp-other-thread.exp: New file.
14365
d3d4baed
PA
143662014-10-29 Pedro Alves <palves@redhat.com>
14367
14368 PR python/17372
14369 * gdb.python/python.exp: Test a multi-line command that spawns
14370 interactive Python.
14371 * gdb.base/multi-line-starts-subshell.exp: New file.
14372
563e8d85
YQ
143732014-10-29 Yao Qi <yao@codesourcery.com>
14374
14375 * gdb.base/fileio.exp: Make directories on host.
14376
0ea4d52e
YQ
143772014-10-29 Yao Qi <yao@codesourcery.com>
14378
14379 * gdb.base/fileio.c (test_write): Close the file.
14380
7f5ef605
PA
143812014-10-28 Pedro Alves <palves@redhat.com>
14382
14383 PR gdb/12623
14384 * gdb.base/sigstep.c (no_handler): New global.
14385 (main): If 'no_handler is true, set the signal handlers to
14386 SIG_IGN.
14387 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14388 with_sw_watch and no_handler parameters. Handle them.
14389 (top level) <stepping over handler when stopped at a breakpoint
14390 test>: Add a test axis for testing with a software watchpoint, and
14391 another for testing with the signal handler set to SIG_IGN.
14392 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14393 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14394
abbdbd03
PA
143952014-10-28 Pedro Alves <palves@redhat.com>
14396
14397 PR gdb/17511
14398 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14399 * gdb.base/sigstep.exp (other_handler_location): New global.
14400 (advance): Support stepping into the signal handler, and running
14401 commands while in the handler.
14402 (in_handler_map): New global.
14403 (top level): In the advance test, add combinations for getting
14404 into the handler with stepping commands, and for running commands
14405 in the handler. Add comment descripting the advancei tests.
14406
1df4399f
PA
144072014-10-28 Pedro Alves <palves@redhat.com>
14408
14409 * gdb.base/sigstep.exp: Use build_executable instead of
14410 prepare_for_testing.
14411 (top level): Move code that starts GDB, runs to main and creates a
14412 display to ...
14413 (restart): ... this new procedure.
14414 (top level): Move backtrace from signal handler test to ...
14415 (validate_backtrace): ... this new procedure.
14416 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14417 with_test_prefix. Always restart GDB.
14418 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14419 with_test_prefix. Always restart GDB. No need to delete
14420 breakpoints after the test.
14421 (test_skip_handler): Remove prefix parameter.
14422 (skip_over_handler, breakpoint_to_handler)
14423 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14424 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14425 restart GDB. No need to delete breakpoints after the test.
14426 (top level): Use foreach to call the test procedures with
14427 different commands.
14428
a5b6e449
PA
144292014-10-28 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14432 instead of GNATS numbers.
14433 * gdb.base/sigbpt.exp: Likewise.
14434 * gdb.base/siginfo.exp: Likewise.
14435 * gdb.base/sigstep.exp: Likewise.
14436
e5f8a7cc
PA
144372014-10-27 Pedro Alves <palves@redhat.com>
14438
14439 * gdb.base/sigstep.c (dummy): New global.
14440 (main): Issue a couple writes to the new global.
14441 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14442 procedures.
14443 (skip_over_handler): Use test_skip_handler.
14444 (top level): Call skip_over_handler for stepi and nexti too.
14445 (breakpoint_over_handler): Use test_skip_handler.
14446 (top level): Call breakpoint_over_handler for stepi and nexti too.
14447
763905a3
YQ
144482014-10-27 Yao Qi <yao@codesourcery.com>
14449
14450 * gdb.trace/tfile.c (adjust_function_address)
14451 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14452 function descriptor.
14453
6f259a23
DB
144542014-10-24 Don Breazeal <donb@codesourcery.com>
14455
14456 * gdb.base/foll-fork.exp (test_follow_fork,
14457 catch_fork_child_follow): Check for updated fork messages emitted
14458 from infrun.c.
14459 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14460 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14461 vfork_and_exec_child_follow_through_step): Check for updated vfork
14462 messages emitted from infrun.c.
14463
09dd9a69
PA
144642014-10-24 Pedro Alves <palves@redhat.com>
14465
14466 * gdb.base/corefile.exp: Remove references to ultrix.
14467 * gdb.base/interrupt.exp: Likewise.
14468 * gdb.base/whatis.exp: Likewise.
14469 * gdb.gdb/selftest.exp: Likewise.
14470 * gdb.threads/manythreads.exp: Likewise.
14471 * gdb.threads/print-threads.exp: Likewise.
14472 * gdb.threads/pthreads.exp:: Likewise.
14473 * gdb.threads/schedlock.exp: Likewise.
14474
3433cfa5
SC
144752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14476
14477 * gdb.cp/non-trivial-retval.cc: Add a test case.
14478 * gdb.cp/non-trivial-retval.exp: Add a test.
14479
092f880b
YQ
144802014-10-20 Yao Qi <yao@codesourcery.com>
14481
14482 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14483 * gdb.python/py-objfile-script-gdb.py: New file.
14484 * gdb.python/py-objfile-script.exp: Update reference to
14485 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14486 of remote_download. Remove the dest file.
14487
acbdb7f3
YQ
144882014-10-20 Yao Qi <yao@codesourcery.com>
14489
14490 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14491 * gdb.base/step-line.exp: Likewise.
14492 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14493 * gdb.dwarf2/dw2-basic.exp: Likewise.
14494 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14495 * gdb.dwarf2/dw2-filename.exp: Likewise.
14496 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14497 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14498 * gdb.dwarf2/dw2-producer.exp: Likewise.
14499 * gdb.dwarf2/mac-fileno.exp: Likewise.
14500 * gdb.python/py-frame-args.exp: Likewise.
14501 * gdb.python/py-framefilter.exp: Likewise.
14502 * gdb.python/py-mi.exp: Likewise.
14503 * gdb.python/py-objfile-script.exp: Likewise
14504 * gdb.python/py-pp-integral.exp: Likewise.
14505 * gdb.python/py-pp-re-notag.exp: Likewise.
14506 * gdb.python/py-prettyprint.exp: Likewise.
14507 * gdb.python/py-section-script.exp: Likewise.
14508 * gdb.python/py-typeprint.exp: Likewise.
14509 * gdb.python/py-xmethods.exp: Likewise.
14510 * gdb.stabs/weird.exp: Likewise.
14511 * gdb.xml/tdesc-regs.exp: Likewise.
14512
bd286a29
KCY
145132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14514
14515 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14516 (out_cu): Use addr_len for the size of addresses.
14517 (out_line): Likewise. Size DW_LNE_set_address instruction
14518 according to addr_len.
14519 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14520 (FUNC): Add START_INSNS to definition.
14521
673dc4a0
YQ
145222014-10-18 Yao Qi <yao@codesourcery.com>
14523
14524 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14525 gdb_has_argv0 return true.
14526 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14527 check [target_info exists noargs], check [gdb_has_argv0]
14528 instead.
14529 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14530 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14531 procedures.
14532
4ffbba72
DE
145332014-10-17 Doug Evans <dje@google.com>
14534
14535 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14536 event.
14537 * gdb.python/py-events.py: Add clear_objfiles event.
14538
d096d8c1
DE
145392014-10-17 Doug Evans <dje@google.com>
14540
14541 * gdb.python/py-objfile.exp: Test progspace attribute.
14542
a80db015
LM
145432014-10-17 Luis Machado <lgustavo@codesourcery.com>
14544
14545 * gdb.guile/scm-breakpoint.exp: Do not assume any
14546 directory separators when matching source file paths.
14547 * gdb.python/py-breakpoint.exp: Likewise.
14548 * gdb.reverse/break-precsave.exp: Likewise.
14549 * gdb.reverse/break-reverse.exp: Likewise.
14550 * gdb.reverse/consecutive-precsave.exp: Likewise.
14551 * gdb.reverse/finish-precsave.exp: Likewise.
14552 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14553 * gdb.reverse/finish-reverse.exp: Likewise.
14554 * gdb.reverse/i386-precsave.exp: Likewise.
14555 * gdb.reverse/i387-env-reverse.exp: Likewise.
14556 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14557 * gdb.reverse/machinestate-precsave.exp: Likewise.
14558 * gdb.reverse/machinestate.exp: Likewise.
14559 * gdb.reverse/sigall-precsave.exp: Likewise.
14560 * gdb.reverse/solib-precsave.exp: Likewise.
14561 * gdb.reverse/step-precsave.exp: Likewise.
14562 * gdb.reverse/until-precsave.exp: Likewise.
14563 * gdb.reverse/watch-precsave.exp: Likewise.
14564 * gdb.reverse/watch-reverse.exp: Likewise.
14565
b22089ab
YQ
145662014-10-17 Yao Qi <yao@codesourcery.com>
14567
14568 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14569 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14570
6c4486e6
PA
145712014-10-17 Pedro Alves <palves@redhat.com>
14572
14573 PR gdb/17471
14574 * gdb.base/bg-execution-repeat.c: New file.
14575 * gdb.base/bg-execution-repeat.exp: New file.
14576
0ff33695
PA
145772014-10-17 Pedro Alves <palves@redhat.com>
14578
14579 PR gdb/17300
14580 * gdb.base/continue-all-already-running.c: New file.
14581 * gdb.base/continue-all-already-running.exp: New file.
14582
6fdebc3d
PA
145832014-10-17 Pedro Alves <palves@redhat.com>
14584
14585 PR gdb/17472
14586 * gdb.base/annota-input-while-running.c: New file.
14587 * gdb.base/annota-input-while-running.exp: New file.
14588
32a8097b
PA
145892014-10-17 Pedro Alves <palves@redhat.com>
14590
14591 * gdb.base/callfuncs.exp: emove references to osf.
14592 * gdb.base/sigall.exp: Likewise.
14593 * gdb.gdb/selftest.exp: Likewise.
14594 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14595 * gdb.mi/non-stop.c: Likewise.
14596 * gdb.mi/pthreads.c: Likewise.
14597 * gdb.reverse/sigall-precsave.exp: Likewise.
14598 * gdb.reverse/sigall-reverse.exp: Likewise.
14599 * gdb.threads/pthreads.c: Likewise.
14600 * gdb.threads/pthreads.exp: Likewise.
14601
7a3517ff
YQ
146022014-10-17 Yao Qi <yao@codesourcery.com>
14603
14604 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14605 check 'target_info exists noargs'.
14606 (test_command_prompt_position): Likewise.
14607 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14608 Remove "set args".
14609 (progvar_simple_while_test): Likewise.
14610 (progvar_complex_if_while_test): Likewise.
14611 (if_while_breakpoint_command_test): Likewise.
14612 (infrun_breakpoint_command_test): Likewise.
14613 (breakpoint_command_test): Likewise.
14614 (watchpoint_command_test): Likewise.
14615 (bp_deleted_in_command_test): Likewise.
14616 (temporary_breakpoint_commands): Likewise.
14617
bb99c472
YQ
146182014-10-16 Yao Qi <yao@codesourcery.com>
14619
14620 * gdb.base/remotetimeout.exp: Remove noargs checking.
14621
7c16b83e
PA
146222014-10-15 Pedro Alves <palves@redhat.com>
14623
14624 PR breakpoints/9649
14625 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14626 * gdb.base/breakpoint-in-ro-region.exp
14627 (probe_target_hardware_step): New procedure.
14628 (top level): Probe hardware stepping and hardware breakpoint
14629 support. Test stepping through a read-only region, with both
14630 "breakpoint auto-hw" on and off and both "always-inserted" on and
14631 off.
14632
35a49624
IB
146332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14634
14635 * gdb.dlang/demangle.exp: Update for demangling changes.
14636
2d1c107c
SC
146372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14638
14639 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14640 * gdb.cp/non-trivial-retval.exp: Add new tests.
14641
778811d5
SC
146422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14643
14644 PR c++/13403
14645 PR c++/15154
14646 * gdb.cp/non-trivial-retval.cc: New file.
14647 * gdb.cp/non-trivial-retval.exp: New file.
14648
10c5f0a8
YQ
146492014-10-15 Yao Qi <yao@codesourcery.com>
14650
14651 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14652 remote host.
14653
65d7b369
YQ
146542014-10-15 Yao Qi <yao@codesourcery.com>
14655
14656 * gdb.python/py-symbol.exp: Match file base name if host is
14657 remote, otherwise match file name with dir name.
14658 * gdb.python/py-symtab.exp: Likewise.
14659 * gdb.python/python.exp: Likewise.
14660
46dc1394
YQ
146612014-10-15 Yao Qi <yao@codesourcery.com>
14662
14663 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14664 pattern.
14665 * gdb.python/py-symtab.exp: Likewise.
14666 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14667 locationn.
14668
c40cc657
JB
146692014-10-14 Joel Brobecker <brobecker@adacore.com>
14670
14671 * gdb.ada/addr_arith: New testcase.
14672
2abf49e1
MR
146732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14674
14675 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14676 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14677 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14678 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14679
f7088df3
SDJ
146802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14681
14682 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14683 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14684 * gdb.arch/stap-eval-lang-ada.exp: New file.
14685
4dc06805
YQ
146862014-10-14 Yao Qi <yao@codesourcery.com>
14687
14688 * gdb.mi/mi-var-child.c (nothing1): New function.
14689 (nothing2): New function.
14690 (do_children_tests): Set function pointers by nothing1 and
14691 nothing2.
14692 * gdb.mi/mi-var-child.exp: Step over new added statements.
14693 Update test to match the new output.
14694 * gdb.mi/var-cmd.c (nothing1): New function.
14695 (nothing2): New function.
14696 (do_children_tests): Set function pointers by nothing1 and
14697 nothing2.
14698 * gdb.mi/mi-var-display.exp: Update test to match output.
14699 Step to the line specified by $line_dct_nothing.
14700 Increase the number of lines to step.
14701
46a93de2
YQ
147022014-10-14 Yao Qi <yao@codesourcery.com>
14703
14704 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14705 tests.
14706 * gdb.mi/mi2-var-child.exp: Likewise.
14707
14ea52ee
DE
147082014-10-13 Doug Evans <dje@google.com>
14709
14710 * gdb.python/py-objfile.exp: Change name of file name test.
14711
e5c6e92b
DE
147122014-10-13 Doug Evans <dje@google.com>
14713
14714 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14715 from the start of the CU.
14716
c780cc2f
JK
147172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14718 Yao Qi <yao@codesourcery.com>
14719
14720 Fix "save breakpoints" for "catch" command.
14721 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14722 Remove -nonewline. Match also the added "main" line.
14723
99894e11
JK
147242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14725
14726 Fix "save breakpoints" for "disable $bpnum" command.
14727 * gdb.base/save-bp.c (main): Add label.
14728 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14729
6e1ac5a3
JK
147302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14731
14732 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14733
754dd2b0
YQ
147342014-10-11 Yao Qi <yao@codesourcery.com>
14735
14736 * gdb.server/server-kill.exp: Execute command
14737 "set remote trace-status-packet on" before "tstatus".
14738
f90183d7
YQ
147392014-10-11 Yao Qi <yao@codesourcery.com>
14740
14741 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14742 (main): Call getppid.
14743 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14744 and continue to it. Read variable "server_pid".
14745
bf40a607
YQ
147462014-10-11 Yao Qi <yao@codesourcery.com>
14747
14748 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14749
052ca370
YQ
147502014-10-11 Yao Qi <yao@codesourcery.com>
14751
14752 * gdb.threads/thread-find.exp: Don't execute command
14753 "info threads".
14754 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14755 * gdb.threads/linux-dp.exp: Don't check the condition
14756 $threads_created equals to zero.
14757
3831839c
PA
147582014-10-10 Pedro Alves <palves@redhat.com>
14759
14760 * gdb.base/bigcore.exp: Remove references to IRIX.
14761 * gdb.base/funcargs.exp: Likewise.
14762 * gdb.base/interrupt.exp: Likewise.
14763 * gdb.base/mips_pro.exp: Likewise.
14764 * gdb.base/nodebug.exp: Likewise.
14765 * gdb.base/setvar.exp: Likewise.
14766 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14767
8b9a549d
PA
147682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14769 Pedro Alves <palves@redhat.com>
14770
14771 PR symtab/14466
14772 * gdb.base/vdso-warning.c: New file.
14773 * gdb.base/vdso-warning.exp: New file.
14774
d48ba5e8
DE
147752014-10-02 Doug Evans <dje@google.com>
14776
14777 * gdb.base/structs.c (main): Don't run forever.
14778
2278c276
PA
147792014-10-02 Pedro Alves <palves@redhat.com>
14780
14781 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14782 (top level) <stop threads 1, stop threads 2>: Use it.
14783
b57bacec
PA
147842014-10-02 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.threads/break-while-running.exp (test): Add new
14787 'update_thread_list' argument. Skip "info threads" if false.
14788 (top level): Add new 'update_thread_list' axis.
14789
13fd3ff3
PA
147902014-10-02 Pedro Alves <palves@redhat.com>
14791
14792 PR breakpoints/17431
14793 * gdb.base/execl-update-breakpoints.c: New file.
14794 * gdb.base/execl-update-breakpoints.exp: New file.
14795
0fec99e8
PA
147962014-10-01 Pedro Alves <palves@redhat.com>
14797
14798 * gdb.base/breakpoint-in-ro-region.c: New file.
14799 * gdb.base/breakpoint-in-ro-region.exp: New file.
14800
2ddf4301
SM
148012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14802
14803 * gdb.mi/mi-exit-code.exp: New file.
14804 * gdb.mi/mi-exit-code.c: New file.
14805
6a5f3f43
YQ
148062014-09-30 Yao Qi <yao@codesourcery.com>
14807
14808 * lib/prelink-support.exp (build_executable_own_libs): Error if
14809 the target isn't native.
14810
345bcc73
YQ
148112014-09-30 Yao Qi <yao@codesourcery.com>
14812
14813 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14814 false.
14815
a25a5a45
PA
148162014-09-22 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.threads/break-while-running.exp: New file.
14819 * gdb.threads/break-while-running.c: New file.
14820
00ba3162
YQ
148212014-09-19 Yao Qi <yao@codesourcery.com>
14822
14823 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14824 Invoke test. Restart GDB with --readnow and invoke test again.
14825
c3b7b696
YQ
148262014-09-19 Yao Qi <yao@codesourcery.com>
14827
14828 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14829 proc set_breakpoint_on_gcd_function. Invoke
14830 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14831 invoke set_breakpoint_on_gcd_function again.
14832
2b4fd423
DE
148332014-09-18 Doug Evans <dje@google.com>
14834
14835 * gdb.dwarf2/symtab-producer.exp: New file.
14836
a5947601
SDJ
148372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14838
14839 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14840 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14841 * gdb.base/global-var-nested-by-dso.c: Likewise.
14842 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14843
91c19059
SDJ
148442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14845 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.base/watch-bitfields.exp: Pass string other than test file
14848 name to prepare_for_testing.
14849 (watch): New procedure.
14850 (expect_watchpoint): Use with_test_prefix.
14851 (top level): Factor out tests to ...
14852 (test_watch_location, test_regular_watch): ... these new
14853 procedures, and use with_test_prefix and gdb_continue_to_end.
14854
bb9d5f81
PP
148552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14856
14857 PR breakpoints/12526
14858 * gdb.base/watch-bitfields.exp: New file.
14859 * gdb.base/watch-bitfields.c: New file.
14860
635856f5
PA
148612014-09-16 Pedro Alves <palves@redhat.com>
14862
14863 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14864 software and hardware addresses, not software address against
14865 itself.
14866
7280ceea
PA
148672014-09-16 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14870 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14871
428b16bd
PA
148722014-09-16 Pedro Alves <palves@redhat.com>
14873
14874 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14875 files.
14876 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14877 "*-*-vxworks*" throughout.
14878 * gdb.base/break.exp: Likewise.
14879 * gdb.base/default.exp: Likewise.
14880 * gdb.base/scope.exp: Likewise.
14881 * gdb.base/sepdebug.exp: Likewise.
14882 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14883 throughout.
14884 * gdb.base/run.c: Likewise.
14885 * gdb.base/sepdebug.c: Likewise.
14886 * gdb.hp/gdb.aCC/run.c: Likewise.
14887 * gdb.reverse/until-reverse.c: Likewise.
14888 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14889
666d413c
YQ
148902014-09-16 Yao Qi <yao@codesourcery.com>
14891
14892 * boards/local-remote-host-native.exp: New file.
14893
57cbd724
DE
148942014-09-14 Doug Evans <xdje42@gmail.com>
14895
14896 * gdb.threads/queue-signal.c (thread_count): New variable.
14897 (thread_count_mutex, thread_count_condvar): New variables.
14898 (incr_thread_count, wait_all_threads_running): New functions.
14899 (main): Wait for all threads to be in their thread functions.
14900
81219e53
DE
149012014-09-13 Doug Evans <xdje42@gmail.com>
14902
14903 * gdb.threads/queue-signal.c: New file.
14904 * gdb.threads/queue-signal.exp: New file.
14905
3714cea7
DE
149062014-09-13 Doug Evans <xdje42@gmail.com>
14907
14908 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14909 be consistent with what default_gdb_init uses.
14910 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14911 the plain text of the prompt. Add some logging printfs.
14912 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14913
fa43b1d7
PA
149142014-09-12 Pedro Alves <palves@redhat.com>
14915
14916 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14917 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14918 * gdb.arch/i386-size-overlap.exp: Likewise.
14919 * gdb.arch/i386-size.exp: Likewise.
14920 * gdb.arch/i386-unwind.exp: Likewise.
14921 * gdb.base/a2-run.exp: Likewise.
14922 * gdb.base/break.exp: Likewise.
14923 * gdb.base/charset.exp: Likewise.
14924 * gdb.base/chng-syms.exp: Likewise.
14925 * gdb.base/commands.exp: Likewise.
14926 * gdb.base/dbx.exp: Likewise.
14927 * gdb.base/find.exp: Likewise.
14928 * gdb.base/funcargs.exp: Likewise.
14929 * gdb.base/jit-simple.exp: Likewise.
14930 * gdb.base/reread.exp: Likewise.
14931 * gdb.base/sepdebug.exp: Likewise.
14932 * gdb.base/step-bt.exp: Likewise.
14933 * gdb.cp/mb-inline.exp: Likewise.
14934 * gdb.cp/mb-templates.exp: Likewise.
14935 * gdb.objc/basicclass.exp: Likewise.
14936 * gdb.threads/killed.exp: Likewise.
14937
9d9bf2df
EBM
149382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14939
14940 PR tdep/17379
14941 * gdb.arch/powerpc-stackless.S: New file.
14942 * gdb.arch/powerpc-stackless.exp: New file.
14943
1cf2f1b0
JK
149442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14945
14946 * gdb.base/attach.c: Include unistd.h.
14947 (main): Call alarm. Add label postloop.
14948 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14949 gdb_breakpoint, gdb_continue_to_breakpoint.
14950 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14951
98880d46
PA
149522014-09-11 Pedro Alves <palves@redhat.com>
14953
14954 PR gdb/17347
14955 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14956 * gdb.base/attach.exp (test_command_line_attach_run): New
14957 procedure.
14958 (top level): Call it.
14959
4c92ff2c
PA
149602014-09-11 Pedro Alves <palves@redhat.com>
14961
14962 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14963 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14964 (do_command_attach_tests): Use spawn_wait_for_attach.
14965 * gdb.base/solib-overlap.exp: Likewise.
14966 * gdb.multi/multi-attach.exp: Likewise.
14967 * gdb.python/py-prompt.exp: Likewise.
14968 * gdb.python/py-sync-interp.exp: Likewise.
14969 * gdb.server/ext-attach.exp: Likewise.
14970
3adc1a7d
GKB
149712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14972
14973 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14974 command in testcase. Simplify testcase.
14975
96334934
JB
149762014-09-10 Joel Brobecker <brobecker@adacore.com>
14977
14978 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14979
eb479039
JB
149802014-09-10 Joel Brobecker <brobecker@adacore.com>
14981
14982 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14983
deede10c
JB
149842014-09-10 Joel Brobecker <brobecker@adacore.com>
14985
14986 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14987
7828a5f5
JB
149882014-09-10 Joel Brobecker <brobecker@adacore.com>
14989
14990 * gdb.dwarf2/dynarr-ptr.c: New file.
14991 * gdb.dwarf2/dynarr-ptr.exp: New file.
14992
33aeebcf
MR
149932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14994
14995 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14996 of 30 rather than hardcoding 120 for a slow test case. Take the
14997 `gdb,timeout' target setting into account for this calculation.
14998 Don't extend the timeout for the test cases that don't need it.
14999
7b415901
MR
150002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15001
15002 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15003 a factor of 2 for a slow test case. Take the `gdb,timeout'
15004 target setting into account for this calculation.
15005 * gdb.reverse/until-precsave.exp: Increase the timeout by
15006 a factor of 15 and 3 respectively rather than adding 120
15007 for a pair of slow test cases. Take the `gdb,timeout'
15008 target setting into account for this calculation.
15009
4a40f85a
MR
150102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15011
15012 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15013 timeout, don't pass one down to gdb_expect.
15014 (gdb_expect): Rework timeout selection.
15015
09635af7
MR
150162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15017
15018 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15019 exception on timeout.
15020 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15021 (gdbserver_start_extended): Catch any `gdbserver_start' error
15022 exceptions.
15023 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15024 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15025 `gdbserver_gdb_load' error exceptions.
15026
2bdd10b7
MR
150272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15028
15029 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15030 120 on waiting for the TCP socket to open.
15031
316935f0
DE
150322014-09-09 Doug Evans <xdje42@gmail.com>
15033
15034 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15035 _caller_matches, _any_caller_is, _any_caller_matches.
15036
83740597
DE
150372014-09-09 Doug Evans <xdje42@gmail.com>
15038
15039 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15040
4c122fc3
YQ
150412014-09-09 Yao Qi <yao@codesourcery.com>
15042
15043 * gdb.mi/mi-var-display.exp: Set print symbol off.
15044
a9f116cb
GKB
150452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15046
15047 PR gdb/17035
15048 * gdb.base/commands.exp: Add tests to verify user-defined
15049 commands with empty bodies.
15050 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15051 python commands in `show user command`.
15052 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15053 scheme commands in `show user command`.
15054
c75bd3a2
JK
150552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15056
15057 PR python/17355
15058 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15059 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15060 * gdb.python/py-framefilter-invalidarg.exp: New file.
15061 * gdb.python/py-framefilter-invalidarg.py: New file.
15062
faa42425
DE
150632014-09-06 Doug Evans <xdje42@gmail.com>
15064
15065 PR 15276
15066 * gdb.python/py-caller-is.c: New file.
15067 * gdb.python/py-caller-is.exp: New file.
15068
474ca4f6
SDJ
150692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15070
15071 PR gdb/17235
15072 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15073 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15074
eb0b0463
SDJ
150752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15076
15077 PR fortran/17237
15078 * gdb.fortran/print-formatted.exp: New file.
15079 * gdb.fortran/print-formatted.f90: Likewise.
15080
5f3b99cf
SS
150812014-09-03 Sasha Smundak <asmundak@google.com>
15082
15083 * gdb.python/py-frame.exp: Test Frame.read_register.
15084
7d793aa9
SDJ
150852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15086
15087 PR python/16699
15088 * gdb.python/py-completion.exp: New file.
15089 * gdb.python/py-completion.py: Likewise.
15090
fb0576e9
DE
150912014-08-28 Doug Evans <dje@google.com>
15092
15093 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15094 eax,etc. are live with values set by gdb and thus the compiler can't
15095 use them.
15096 * gdb.arch/i386-pseudo.c (main): Ditto.
15097
ee92b0dd
DE
150982014-08-27 Doug Evans <dje@google.com>
15099
15100 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15101
6649db35
DE
151022014-08-25 Doug Evans <dje@google.com>
15103
15104 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15105 (main): Ditto.
15106
564b7600
DE
151072014-08-25 Doug Evans <dje@google.com>
15108
15109 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15110
3881fb67
YQ
151112014-08-24 Yao Qi <yao@codesourcery.com>
15112
15113 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15114 symbol off.
15115 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15116
a05a36a5
DE
151172014-08-22 Doug Evans <dje@google.com>
15118
15119 PR 17276
15120 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15121 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15122 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15123
7c343b48
YQ
151242014-08-22 Yao Qi <yao@codesourcery.com>
15125
15126 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15127 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15128 * gdb.python/python.exp: Likewise. Use .py file on the host
15129 instead of the build.
15130
22fd09ae
JK
151312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15132
15133 * gdb.threads/gcore-stale-thread.c: New file.
15134 * gdb.threads/gcore-stale-thread.exp: New file.
15135
a8454a7c
PA
151362014-08-21 Pedro Alves <palves@redhat.com>
15137
15138 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15139 * gdb.base/gcore-relro-pie.exp: Likewise.
15140 * gdb.base/gcore-relro.exp: Likewise.
15141 * gdb.base/gcore.exp: Likewise.
15142 * gdb.base/print-symbol-loading.exp: Likewise.
15143 * gdb.threads/gcore-thread.exp: Likewise.
15144 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15145
2a31c623
PA
151462014-08-20 Pedro Alves <palves@redhat.com>
15147 Jan Kratochvil <jan.kratochvil@redhat.com>
15148
15149 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15150 configure.
15151 (EXPECT): Handle READ1 being set.
15152 (all): Depend on EXTRA_RULES.
15153 (check-read1, expect-read1, read1.so, read1): New rules.
15154 * README (Testsuite Parameters): Document the READ1 make variable.
15155 (Race detection): New section.
15156 * configure: Regenerate.
15157 * configure.ac: If build==host==target, and running under a
15158 GNU/glibc system, add read1 to the extra Makefile rules.
15159 (EXTRA_RULES): AC_SUBST it.
15160 * lib/read1.c: New file.
15161
d36430db
JB
151622014-08-20 Joel Brobecker <brobecker@adacore.com>
15163
15164 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15165 the handling of variables declared as a typedef to an array
15166 which a DW_AT_data_location attribute.
15167
9a0dc9e3
PA
151682014-08-19 Andrew Burgess <aburgess@broadcom.com>
15169 Pedro Alves <palves@redhat.com>
15170
15171 PR symtab/14604
15172 PR symtab/14605
15173 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15174 gdb_test.
15175
0718a8da
PA
151762014-08-19 Pedro Alves <palves@redhat.com>
15177
15178 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15179
13b448cd
YQ
151802014-08-19 Yao Qi <yao@codesourcery.com>
15181
15182 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15183 right line.
15184
1cbf5077
DB
151852014-08-18 David Blaikie <dblaikie@gmail.com>
15186
15187 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15188
bf0fae19
JB
151892014-08-18 Joel Brobecker <brobecker@adacore.com>
15190
15191 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15192 attribute in array range.
15193
3c8c5dcc
JB
151942014-08-18 Joel Brobecker <brobecker@adacore.com>
15195
15196 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15197
e66d4446
SC
151982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15199
15200 PR c++/17132
15201 * gdb.cp/pr17132.cc: New file.
15202 * gdb.cp/pr17132.exp: New file.
15203
940df408
SC
152042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15205
15206 * gdb.python/py-xmethods.py (A_getarrayind)
15207 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15208 Use 'print' with function call syntax.
15209 (E_method_matcher.match): Fix tab vs space indentation mixup.
15210
ebcc6c3a
YQ
152112014-08-15 Yao Qi <yao@codesourcery.com>
15212
15213 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15214 false.
15215
775e0f04
YQ
152162014-08-15 Yao Qi <yao@codesourcery.com>
15217
15218 * gdb.cp/casts.exp: Set print symbol off.
15219 * gdb.cp/class2.exp: Likewise.
15220 * gdb.cp/overload.exp: Likewise.
15221 * gdb.cp/templates.exp: Likewise.
15222
d769e349
DE
152232014-08-11 Doug Evans <dje@google.com>
15224
15225 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15226 (test_load_shlib): Update.
15227
20c6f1e1
YQ
152282014-08-09 Yao Qi <yao@codesourcery.com>
15229
15230 * gdb.base/display.exp: Invoke is_address_zero_readable.
15231 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15232 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15233 * gdb.base/hbreak-unmapped.exp: Return if
15234 is_address_zero_readable returns true.
15235 * gdb.base/signest.exp: Likewise.
15236 * gdb.base/signull.exp: Likewise.
15237 * gdb.base/sigbpt.exp: Likewise.
15238 * gdb.guile/scm-disasm.exp: Do the test if
15239 is_address_zero_readable returns false.
15240 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15241 * gdb.python/py-arch.exp: Likewise.
15242 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15243 * lib/gdb.exp (is_address_zero_readable): New proc.
15244
5792e8e3
YQ
152452014-08-09 Yao Qi <yao@codesourcery.com>
15246
15247 PR testsuite/13443
15248 * gdb.mi/mi-var-display.exp: Make test messages unique.
15249
3cecbbbe
TT
152502014-08-04 Tom Tromey <tromey@redhat.com>
15251
15252 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15253 target 0".
15254
00b51ff5
TT
152552014-08-04 Tom Tromey <tromey@redhat.com>
15256
15257 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15258 "target_resume".
15259
6908c509
JB
152602014-08-01 Joel Brobecker <brobecker@adacore.com>
15261
15262 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15263 inner_vla_struct_object_size.
15264 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15265 as xfail.
15266
cc6563d2
PA
152672014-07-30 Pedro Alves <palves@redhat.com>
15268
15269 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15270 comment.
15271
7e09a223
YQ
152722014-07-29 Yao Qi <yao@codesourcery.com>
15273
15274 PR gdb/17206
15275 * gdb.base/until-nodebug.exp: New.
15276
7ebdbe92
DE
152772014-07-28 Doug Evans <xdje42@gmail.com>
15278
15279 PR guile/17203
15280 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15281 previously existing parameter, and previously ambiguously spelled
15282 parameter.
15283
fdb1adc6
WN
152842014-07-28 Will Newton <will.newton@linaro.org>
15285
15286 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15287
186fcde0
DE
152882014-07-26 Ludovic Courtès <ludo@gnu.org>
15289 Doug Evans <xdje42@gmail.com>
15290
15291 PR guile/17146
15292 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15293
70509625
PA
152942014-07-25 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.threads/signal-command-handle-nopass.c: New file.
15297 * gdb.threads/signal-command-handle-nopass.exp: New file.
15298 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15299 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15300 * gdb.threads/signal-delivered-right-thread.c: New file.
15301 * gdb.threads/signal-delivered-right-thread.exp: New file.
15302
c3f814a1
PA
153032014-07-25 Pedro Alves <palves@redhat.com>
15304
15305 * gdb.base/double-prompt-target-event-error.exp
15306 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15307 match.
15308 (cancel_pagination_in_target_event): Rework double prompt
15309 detection.
15310 * gdb.base/paginate-after-ctrl-c-running.exp
15311 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15312 <return>' match.
15313 * gdb.base/paginate-bg-execution.exp
15314 (test_bg_execution_pagination_return)
15315 (test_bg_execution_pagination_cancel): Remove '-notransfer
15316 <return>' matches.
15317 * gdb.base/paginate-execution-startup.exp
15318 (test_fg_execution_pagination_return)
15319 (test_fg_execution_pagination_cancel): Remove '-notransfer
15320 <return>' matches.
15321 * gdb.base/paginate-inferior-exit.exp
15322 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15323 match.
15324 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15325 * lib/gdb.exp (pagination_prompt): Run text through
15326 string_to_regexp.
15327 (gdb_test_multiple): Match $pagination_prompt instead of
15328 "<return>".
15329 (string_to_regexp): Move to lib/gdb-utils.exp.
15330
e214cf6c
JK
153312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15332
15333 * gdb.arch/amd64-entry-value-paramref.S: New file.
15334 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15335 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15336 * gdb.arch/amd64-optimout-repeat.S: New file.
15337 * gdb.arch/amd64-optimout-repeat.c: New file.
15338 * gdb.arch/amd64-optimout-repeat.exp: New file.
15339
17d0c5c8
JK
153402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15341
15342 PR gdb/17170
15343 * gdb.base/statistics.exp: New file.
15344
b8b8facf
DE
153452014-07-17 Doug Evans <dje@google.com>
15346
74b49205 15347 PR gdb/17170
b8b8facf
DE
15348 * gdb.base/maint.exp: Update testing of per-command stats.
15349
1b5d0ab3
PA
153502014-07-16 Pedro Alves <palves@redhat.com>
15351
15352 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15353 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15354 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15355 (tfile_write_buf): New functions.
15356 (add_memory_block): Rewrite using the above.
15357 (adjust_function_address): New function.
15358 (FUNCTION_ADDRESS): New macro.
15359 (write_basic_trace_file): Remove short_x local, and use
15360 tfile_write_16. Change type of func_addr local to unsigned long
15361 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15362 here. Cast argument of add_memory_block to char pointer.
15363 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15364 (main): Remove parameters.
15365 * gdb.trace/tfile.exp: Remove nowarnings.
15366
4d974e88
SM
153672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15368
15369 * gdb.base/debug-expr.exp: Test string evaluation with
15370 "debug expression" on.
15371
41e99568
PA
153722014-07-15 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.base/reread.exp: Use clean_restart.
15375
487d9753
PL
153762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15377
15378 * gdb.arch/avr-flash-qualifer.c: New.
15379 * gdb.arch/avr-flash-qualifer.exp: New.
15380
cc1c52ad
PA
153812014-07-14 Pedro Alves <palves@redhat.com>
15382
15383 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15384 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15385
1e973570
PA
153862014-07-14 Pedro Alves <palves@redhat.com>
15387
15388 * gdb.base/double-prompt-target-event-error.c: New file.
15389 * gdb.base/double-prompt-target-event-error.exp: New file.
15390
93d6eb10
PA
153912014-07-14 Pedro Alves <palves@redhat.com>
15392
15393 PR gdb/17072
15394 * gdb.base/paginate-inferior-exit.c: New file.
15395 * gdb.base/paginate-inferior-exit.exp: New file.
15396
0017922d
PA
153972014-07-14 Pedro Alves <palves@redhat.com>
15398
15399 PR gdb/17072
15400 * gdb.base/paginate-bg-execution.c: New file.
15401 * gdb.base/paginate-bg-execution.exp: New file.
15402
94696ad3
PA
154032014-07-14 Pedro Alves <palves@redhat.com>
15404
15405 PR gdb/17072
15406 * gdb.base/paginate-execution-startup.c: New file.
15407 * gdb.base/paginate-execution-startup.exp: New file.
15408 * lib/gdb.exp (pagination_prompt): New global.
15409 (default_gdb_spawn): New procedure, factored out from
15410 default_gdb_spawn.
15411 (default_gdb_start): Adjust to call default_gdb_spawn.
15412 (gdb_spawn): New procedure.
15413
bd293940
PA
154142014-07-14 Pedro Alves <palves@redhat.com>
15415
15416 * lib/gdb.exp (gdb_assert): New procedure.
15417 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15418
c933f875
PA
154192014-07-14 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.base/execution-termios.c: New file.
15422 * gdb.base/execution-termios.exp: New file.
15423
d98b7a16
TT
154242014-07-14 Tom Tromey <tromey@redhat.com>
15425
15426 * gdb.cp/vla-cxx.cc: New file.
15427 * gdb.cp/vla-cxx.exp: New file.
15428
548740d6
TT
154292014-07-14 Tom Tromey <tromey@redhat.com>
15430
15431 * gdb.reverse/rerun-prec.c: New file.
15432 * gdb.reverse/rerun-prec.exp: New file.
15433
a25eb028
MR
154342014-07-12 Maciej W. Rozycki <macro@mips.com>
15435 Maciej W. Rozycki <macro@codesourcery.com>
15436
15437 * lib/gdb-utils.exp: New file.
15438 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15439 inline `gdb_init_command' processing.
15440 (gdb_start_cmd): Likewise.
15441 * lib/mi-support.exp (mi_run_cmd): Likewise.
15442 * README: Document `gdb_init_command' and `gdb_init_commands'.
15443
218c2655
JK
154442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15445
15446 Fix false FAIL running under a very long directory name.
15447 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15448 and "set print elements 10000". Twice.
15449
5401fde3
YQ
154502014-07-11 Yao Qi <yao@codesourcery.com>
15451
15452 * gdb.base/exprs.exp: "set print symbol off".
15453
e76126e8
PA
154542014-07-11 Pedro Alves <palves@redhat.com>
15455
15456 * gdb.threads/kill.c: New file.
15457 * gdb.threads/kill.exp: New file.
15458
2d6f0de6
YQ
154592014-07-10 Yao Qi <yao@codesourcery.com>
15460
15461 * gdb.trace/tfile.c (write_basic_trace_file)
15462 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15463 address written to trace file.
15464
7180e04a
PA
154652014-07-09 Pedro Alves <palves@redhat.com>
15466
15467 * gdb.base/attach-wait-input.exp: New file.
15468 * gdb.base/attach-wait-input.c: New file.
15469
9a9a7608
AB
154702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15471
15472 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15473 setting up test structures.
15474 (main): Call new test function.
15475 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15476 test function, continue into test function and walk test
15477 structures.
15478
161ac41e
YQ
154792014-07-02 Yao Qi <yao@codesourcery.com>
15480
15481 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15482 'bar_start' at the beginning of functions 'foo' and 'bar'
15483 respectively.
15484 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15485 instead of 'foo' and 'bar'.
15486
1f267ae3
MM
154872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15488
15489 * gdb.btrace/segv.exp: New.
15490 * gdb.btrace/segv.c: New.
15491
2b239efb
LM
154922014-07-02 Luis Machado <lgustavo@codesourcery.com>
15493
15494 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15495 instruction.
15496
cf363f18
MW
154972014-06-30 Mark Wielaard <mjw@redhat.com>
15498
15499 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15500 vulture, vilify, villar): New volatile array constants.
15501 (vindictive, vegetation): New const volatile array constants.
15502 * gdb.base/volatile.exp: Test volatile and const volatile array
15503 types.
15504
aebf9d24
AA
155052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15506
15507 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15508 target lacks support for awatch, rwatch, or hbreak.
15509
b67a2c6f
YQ
155102014-06-27 Yao Qi <yao@codesourcery.com>
15511
15512 * gdb.multi/dummy-frame-restore.exp: New.
15513 * gdb.multi/dummy-frame-restore.c: New.
15514
aef92902
MM
155152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15516
15517 * gdb.btrace/gcore.exp: New.
15518
8e9db26e
PA
155192014-06-23 Pedro Alves <palves@redhat.com>
15520
15521 * gdb.base/watchpoint-reuse-slot.c: New file.
15522 * gdb.base/watchpoint-reuse-slot.exp: New file.
15523
70afc5b7
SC
155242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15525
15526 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15527 progspace's filename in 'info', 'enable' and 'disable' command
15528 tests.
15529
b972bd9c
JK
155302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15531
15532 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15533 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15534 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15535
125f8a3d
GB
155362014-06-20 Gary Benson <gbenson@redhat.com>
15537
15538 * gdb.arch/i386-avx.exp: Fix include file location.
15539 * gdb.arch/i386-sse.exp: Likewise.
15540
3ed9baed
IB
155412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15542
15543 * gdb.dlang/expression.exp: New file.
15544
034f788c
PA
155452014-06-19 Pedro Alves <palves@redhat.com>
15546
15547 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15548 out from ...
15549 (top level): ... here. Iterate running tests under different
15550 scheduler-locking settings.
15551
45371d0c
LM
155522014-06-18 Luis Machado <lgustavo@codesourcery.com>
15553
15554 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15555 to DW_FORM_addr and use non-zero addresses.
15556
5d376983
SC
155572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15558
15559 PR gdb/17017
15560 * gdb.python/py-xmethods.cc: Add global function call counters and
15561 increment them in their respective functions. Remove "cout"
15562 statements.
15563 * gdb.python/py-xmethods.exp: Make tests check the global function
15564 call counters instead of depending on inferior IO.
15565
a1aa2221
LM
155662014-06-18 Don Breazeal <donb@codesourcery.com>
15567
15568 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15569 Deleted procedure.
15570 (explicit_fork_parent_follow): Deleted procedure.
15571 (explicit_fork_child_follow): Deleted procedure.
15572 (test_follow_fork): New procedure.
15573 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15574 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15575 procedure calls.
15576
0fc05997
YQ
155772014-06-17 Yao Qi <yao@codesourcery.com>
15578
15579 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15580 CP1252.
15581
70795c52
LM
155822014-06-17 Luis Machado <lgustavo@codesourcery.com>
15583
15584 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15585 Initialize ptr and S explicitly.
15586 (skip_type_update_when_not_use_rtti_test): Likewise.
15587
6be47f0c
KS
155882014-06-16 Keith Seitz <keiths@redhat.com>
15589
15590 PR mi/15863
15591 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15592 the inferior is started.
15593
d03de421
PA
155942014-06-16 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.base/break-main-file-remove-fail.c: New file.
15597 * gdb.base/break-main-file-remove-fail.exp: New file.
15598 * gdb.base/break-unload-file.exp: Use build_executable instead of
15599 prepare_for_testing.
15600 (test_break): New parameter "initial_load". Handle it.
15601 (top level): Add initial_load cmdline/file axis.
15602
f9579b99
TT
156032014-06-12 Tom Tromey <tromey@redhat.com>
15604
15605 * gdb.base/completion.exp: Don't use directory name in test.
15606
3657956b
GB
156072014-06-09 Gary Benson <gbenson@redhat.com>
15608
15609 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15610 separate the always-available ANSI-standard signals from the
15611 signals that require checking.
15612 (main): Likewise.
15613 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15614 Likewise.
15615 (main): Likewise.
15616
4186eb54
KS
156172014-06-07 Keith Seitz <keiths@redhat.com>
15618
15619 Revert:
15620 PR c++/16253
15621 * gdb.cp/var-tag.cc: New file.
15622 * gdb.cp/var-tag.exp: New file.
15623 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15624 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15625 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15626 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15627
25326a28 156282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15629
15630 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15631
829155c9
PA
156322014-06-06 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15635 in target debug output instead of looking at RSP packets,
15636 disabling the test on any target that uses hardware stepping.
15637 Update comments.
15638
61c8d22e
PA
156392014-06-06 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.base/break-unload-file.exp: Fix typo.
15642
d9a47287
YQ
156432014-06-06 Yao Qi <yao@codesourcery.com>
15644
15645 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15646 from "jit_function" to "^jit_function".
15647
e5e01dbf
YQ
156482014-06-06 Yao Qi <yao@codesourcery.com>
15649
15650 * gdb.base/async.c (foo): Add one statement.
15651 * gdb.base/async.exp: Get the next instruction address and
15652 match the output of "nexti" by instruction address. Match
15653 the hex address in the output of "finish".
15654
73ba372c
GB
156552014-06-06 Gary Benson <gbenson@redhat.com>
15656
15657 * gdb.base/call-signals.c: Remove preprocessor conditionals
15658 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15659 SIGSEGV and SIGTERM.
15660 * gdb.base/sigall.c: Likewise.
15661 * gdb.base/unwindonsignal.c: Likewise.
15662 * gdb.reverse/sigall-reverse.c: Likewise.
15663
831517df
YQ
156642014-06-06 Yao Qi <yao@codesourcery.com>
15665
15666 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15667 readable, skip the test.
15668
b8b91e98
YQ
156692014-06-06 Yao Qi <yao@codesourcery.com>
15670
15671 * gdb.threads/staticthreads.c (thread_function): Move the line
15672 setting breakpoint on forward.
15673 * gdb.threads/staticthreads.exp: Update comments.
15674
fb934770
LC
156752014-06-05 Ludovic Courtès <ludo@gnu.org>
15676
15677 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15678 "history-append! type error".
15679
6ef284bd
SM
156802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15681
15682 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15683 erroneous dprintf expected input.
15684
a872e241
DE
156852014-06-04 Doug Evans <xdje42@gmail.com>
15686
15687 * gdb.guile/scm-generics.exp: Delete.
15688
16f691fb
DE
156892014-06-04 Doug Evans <xdje42@gmail.com>
15690
15691 * gdb.guile/scm-breakpoint.exp: Update.
15692 Add tests for breakpoint registration.
15693
012370f6
TT
156942014-06-04 Tom Tromey <tromey@redhat.com>
15695
15696 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15697 VLA-in-union.
15698 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15699 inner_vla_struct, vla_union types. Initialize objects of those
15700 types and compute their sizes.
15701
9f5a4cef
HZ
157022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15703 Hui Zhu <hui@codesourcery.com>
15704
15705 * gdb.base/fileio.exp: Add test for shell not available as well as
15706 available.
15707 * gdb.base/fileio.c (test_system): Check for shell twice.
15708
90a45c4d
YQ
157092014-06-04 Yao Qi <yao@codesourcery.com>
15710
15711 * gdb.base/auto-connect-native-target.exp: Remove redundant
15712 space from the regexp pattern.
15713
70017e41
YQ
157142014-06-04 Yao Qi <yao@codesourcery.com>
15715
15716 * gdb.base/default.exp: Replace "child" with "native" in
15717 regexp pattern.
15718
883964a7
SC
157192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15720
15721 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15722 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15723 * gdb.python/py-xmethods.py: Python script supporting the
15724 new testcase and tests.
15725
ef370185
JB
157262014-06-03 Joel Brobecker <brobecker@adacore.com>
15727 Pedro Alves <palves@redhat.com>
15728
15729 PR breakpoints/17000
15730 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15731 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15732
1e2ccb61
BM
157332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15734
15735 * gdb.base/subst.exp: Add tests to verify partial path matching
15736 output.
15737
c6ec5ab2
PA
157382014-06-03 Pedro Alves <palves@redhat.com>
15739
15740 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15741 target that doesn't use software single-stepping.
15742
835c559f
PA
157432014-06-03 Pedro Alves <palves@redhat.com>
15744
15745 PR breakpoints/17000
15746 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15747 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15748
06eb1586
DE
157492014-06-02 Doug Evans <xdje42@gmail.com>
15750
15751 * gdb.guile/scm-parameter.exp: New file.
15752
e698b8c4
DE
157532014-06-02 Doug Evans <xdje42@gmail.com>
15754
15755 * gdb.guile/scm-cmd.c: New file.
15756 * gdb.guile/scm-cmd.exp: New file.
15757
ded03782
DE
157582014-06-02 Doug Evans <xdje42@gmail.com>
15759
15760 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15761 pretty-printer lookup.
15762 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15763 (make-pp_s-printer): Call it.
15764 (make-pretty-printer-from-dict): New function.
15765 (lookup-pretty-printer-maker-from-dict): New function.
15766 (*pretty-printer*): Simplify.
15767 (make-objfile-pp_s-printer): New function.
15768 (install-objfile-pretty-printers!): New function.
15769 (make-progspace-pp_s-printer): New function.
15770 (install-progspace-pretty-printers!): New function.
15771 * gdb.guile/scm-progspace.c: New file.
15772 * gdb.guile/scm-progspace.exp: New file.
15773
41fac0cf
PA
157742014-06-02 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.base/dprintf-bp-same-addr.c: New file.
15777 * gdb.base/dprintf-bp-same-addr.exp: New file.
15778
96ae5695
EBM
157792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15780
15781 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15782 * gdb.arch/powerpc-power.s: Likewise.
15783
da02b3a8
JB
157842014-06-02 Joel Brobecker <brobecker@adacore.com>
15785
15786 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15787
c72b2e7b
YQ
157882014-06-01 Yao Qi <yao@codesourcery.com>
15789
15790 * gdb.base/watchpoint.exp (test_watch_location): Check null
15791 pointer can be dereferenced. If not, do the test, otherwise
15792 skip it.
15793
53e8a631
AB
157942014-05-30 Andrew Burgess <aburgess@broadcom.com>
15795
15796 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15797 results.
15798 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15799
938f0e2f
AB
158002014-05-30 Andrew Burgess <aburgess@broadcom.com>
15801
15802 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15803 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15804 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15805 * gdb.arch/amd64-invalid-stack-top.c: New file.
15806 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15807
9ba6657a
PA
158082014-05-30 Pedro Alves <palves@redhat.com>
15809
15810 PR breakpoints/17000
15811 * gdb.base/sss-bp-on-user-bp.c: New file.
15812 * gdb.base/sss-bp-on-user-bp.exp: New file.
15813
522c09bf
DB
158142014-05-30 David Blaikie <dblaikie@gmail.com>
15815
15816 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15817 gnu_inline semantics via attribute.
15818 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15819 source explicitly specifies the required semantics.
15820
bf4ef81e
MR
158212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15822
15823 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15824
329ea579
PA
158252014-05-29 Pedro Alves <palves@redhat.com>
15826 Tom Tromey <tromey@redhat.com>
15827
15828 * gdb.base/async-shell.exp: Don't enable target-async.
15829 * gdb.base/async.exp
15830 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15831 parameter. Adjust.
15832 (top level): Don't test with "target-async".
15833 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15834 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15835 * gdb.base/inferior-died.exp: Don't enable target-async.
15836 * gdb.base/interrupt-noterm.exp: Likewise.
15837 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15838 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15839 * gdb.mi/mi-nonstop.exp: Likewise.
15840 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15841 * gdb.mi/mi-nsintrall.exp: Likewise.
15842 * gdb.mi/mi-nsmoribund.exp: Likewise.
15843 * gdb.mi/mi-nsthrexec.exp: Likewise.
15844 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15845 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15846 * gdb.python/py-evsignal.exp: Don't enable target-async.
15847 * gdb.python/py-evthreads.exp: Likewise.
15848 * gdb.python/py-prompt.exp: Likewise.
15849 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15850 * gdb.server/solib-list.exp: Don't enable target-async.
15851 * gdb.threads/thread-specific-bp.exp: Likewise.
15852 * lib/mi-support.exp: Adjust to use mi-async.
15853
fd664c91
PA
158542014-05-29 Pedro Alves <palves@redhat.com>
15855
15856 PR gdb/13860
15857 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15858 reason, even in sync mode.
15859
251bde03
PA
158602014-05-29 Pedro Alves <palves@redhat.com>
15861 Hui Zhu <hui@codesourcery.com>
15862
15863 PR PR15693
15864 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15865 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15866 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15867 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15868
7f3c0343
JB
158692014-05-28 Joel Brobecker <brobecker@adacore.com>
15870
15871 * config/monitor.exp (gdb_target_monitor): Replace use of
15872 "set remotebaud" by "set serial baud".
15873
b2715b27
AW
158742014-05-26 Andy Wingo <wingo@igalia.com>
15875
15876 * gdb.guile/scm-breakpoint.exp:
15877 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15878 properties instead of gdb-object-properties.
15879
498a4489
YQ
158802014-05-26 Yao Qi <yao@codesourcery.com>
15881
15882 * gdb.server/no-thread-db.exp: Specify source file name
15883 explicitly when setting a breakpoint.
15884
589fdceb
MM
158852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15886
15887 * gdb.btrace/vdso.c: New.
15888 * gdb.btrace/vdso.exp: New.
15889
e9089e05
MM
158902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15891
15892 * gdb.base/gcore.exp (capture_command_output): Move ...
15893 * lib/gdb.exp (capture_command_output): ... here.
15894
67b5c0c1
MM
158952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15896
15897 * gdb.btrace/data.exp: Test memory access during btrace replay.
15898
a2199296
SM
158992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15900
15901 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15902
17b2616c
PA
159032014-05-21 Pedro Alves <palves@redhat.com>
15904
15905 PR gdb/13860
15906 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15907 (top level): Test that output related to execution commands is
15908 sent to the console with CLI commands, but not with MI commands.
15909 Test that breakpoint events are always mirrored to the console.
15910 Also expect the new source line to be output after a "next" in
15911 async mode too. Make it a pass/fail test.
15912 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15913 output.
15914 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15915
5166082f
PA
159162014-05-21 Pedro Alves <palves@redhat.com>
15917
15918 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15919 Use them to test variations of "list" after reaching a breakpoint.
15920 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15921 Test "list" with listsize 10 after reaching a breakpoint.
15922 * gdb.python/python.exp (decode_line current location line
15923 number): Adjust expected line number.
15924
2f25d70f
SM
159252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15926
15927 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15928 behavior for $args, pass it directly to "run".
15929
ff604a67
MR
159302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15931
15932 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15933 30000 to 65536.
15934
6a3cb8e8
PA
159352014-05-21 Pedro Alves <palves@redhat.com>
15936
15937 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15938 auto-connect-native-target off".
15939 * gdb.base/auto-connect-native-target.c: New file.
15940 * gdb.base/auto-connect-native-target.exp: New file.
15941
4ebfc96e
PA
159422014-05-21 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.base/default.exp: Test "target native" instead of "target
15945 child".
15946
36d46afb
MW
159472014-05-21 Mark Wielaard <mjw@redhat.com>
15948
15949 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15950
5876f503
JK
159512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15952
15953 Fix TLS access for -static -pthread.
15954 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15955 <HAVE_TLS> (thread_function, main): Initialize it.
15956 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15957 Add clean_restart.
15958 <$have_tls != "">: Check TLSVAR.
15959
0256a6ac
PA
159602014-05-21 Pedro Alves <palves@redhat.com>
15961
15962 * gdb.base/dcache-line-read-error.c: New.
15963 * gdb.base/dcache-line-read-error.exp: New.
15964
936d2992
PA
159652014-05-20 Pedro Alves <palves@redhat.com>
15966
15967 * gdb.base/compare-sections.c: New file.
15968 * gdb.base/compare-sections.exp: New file.
15969
802e8e6d
PA
159702014-05-20 Pedro Alves <palves@redhat.com>
15971
15972 * gdb.base/break-idempotent.c: New file.
15973 * gdb.base/break-idempotent.exp: New file.
15974
e59fa00f
MM
159752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15976
15977 * gdb.btrace/nohist.exp: New.
15978
8b696e31
YQ
159792014-05-20 Yao Qi <yao@codesourcery.com>
15980
15981 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15982 gdb.reverse directory and gdb_reverse_timeout exists in board
15983 setting.
15984 * README: Document gdb_reverse_timeout.
15985
73c9764f
YQ
159862014-05-20 Yao Qi <yao@codesourcery.com>
15987
15988 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15989 'test_file_name'. Treat args as a string instead of a list.
15990 (gdb_init): Rename argument 'args' by 'test_file_name'.
15991
f1f4348a
JK
159922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15993
15994 * gdb.arch/powerpc-power.exp: New file.
15995 * gdb.arch/powerpc-power.s: New file.
15996
0dbe70ce
DE
159972014-05-16 Doug Evans <dje@google.com>
15998
15999 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16000 * gdb.base/completion.exp: Check that all expected files exist
16001 before doing file completion.
0dbe70ce 16002
8d551b02
DE
160032014-05-16 Doug Evans <dje@google.com>
16004
16005 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16006 Update.
16007 (do_syscall_tests_without_xml): Update.
16008
73eb7709
PA
160092014-05-16 Pedro Alves <palves@redhat.com>
16010
16011 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16012 instead of "unknown output after running".
16013
3fae92fc
YQ
160142014-05-16 Yao Qi <yao@codesourcery.com>
16015
16016 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16017 file1.txt from host at the end.
16018 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16019
c2b2ccc5
DE
160202014-05-15 Doug Evans <dje@google.com>
16021
16022 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16023 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16024 loading file. Add test for TU lookup.
16025
8c217a4b
SM
160262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16027
16028 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16029 calling "-exec-arguments" or "set args" before running the
16030 inferior.
16031
3deb39c6
SM
160322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16033
16034 * lib/mi-support.exp (mi_expect_stop): Expect message for
16035 inferiors that exit with non-zero exit code.
16036
71a79f8c
YQ
160372014-05-14 Yao Qi <yao@codesourcery.com>
16038
16039 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16040 match absolute path on remote host.
16041 (test_file_list_exec_source_files): Remove "/" from the
16042 pattern.
16043
f23fcd46
YQ
160442014-05-14 Yao Qi <yao@codesourcery.com>
16045
16046 * boards/local-remote-host-notty.exp (${board}_file): New
16047 proc.
16048
9404b58f
KM
160492014-05-07 Kyle McMartin <kyle@redhat.com>
16050
16051 Pushed by Joel Brobecker <brobecker@adacore.com>.
16052 * gdb.arch/aarch64-atomic-inst.c: New file.
16053 * gdb.arch/aarch64-atomic-inst.exp: New file.
16054
5e45f04c
YQ
160552014-05-07 Yao Qi <yao@codesourcery.com>
16056
16057 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16058 in current context" too.
16059
c888a17d
KS
160602014-05-05 Keith Seitz <keiths@redhat.com>
16061
16062 * gdb.linespec/ls-dollar.exp: Add test for linespec
16063 file:convenience_variable.
16064
290a839c
YQ
160652014-05-05 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16068 traceframes into tfile and ctf trace files. Read data from
16069 trace file and test collected data.
16070 (gdb_collect_locals_test): Likewise.
16071 (gdb_unavailable_registers_test): Likewise.
16072 (gdb_unavailable_floats): Likewise.
16073 (gdb_collect_globals_test): Likewise.
16074 (top-level): Append "ctf" to trace_file_targets if GDB
16075 supports.
16076
b5262cd0
YQ
160772014-05-05 Yao Qi <yao@codesourcery.com>
16078
16079 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16080 code to ...
16081 (gdb_collect_args_test_1): ... it. New proc.
16082 (gdb_collect_locals_test): Move some code to ...
16083 (gdb_collect_locals_test_1): ... it. New proc.
16084 (gdb_unavailable_registers_test): Move some code to ...
16085 (gdb_unavailable_registers_test_1): ... it. New proc.
16086 (gdb_unavailable_floats): Move some code to ...
16087 (gdb_unavailable_floats_1): ... it. New proc.
16088
30a1e6cc
SDJ
160892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16090
16091 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16092 probes to test for bitness recognition.
16093 * gdb.arch/amd64-stap-optional-prefix.exp
16094 (test_probe_value_without_reg): New procedure.
16095 Add code to test for different kinds of bitness.
16096
f33da99a
SDJ
160972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16098
16099 PR breakpoints/16889
16100 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16101 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16102
5b80f00d
PA
161032014-05-01 Pedro Alves <palves@redhat.com>
16104
16105 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16106 gdb_file_cmd if no file is specified.
16107 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16108 last_loaded_file to set the remote exec-file.
16109
f8c2a73c
PA
161102014-05-01 Pedro Alves <palves@redhat.com>
16111
16112 * boards/local-remote-host.exp: New file.
16113
be6e8ac7
PA
161142014-05-01 Pedro Alves <palves@redhat.com>
16115
16116 * boards/local-remote-host.exp: Rename to ...
16117 * boards/local-remote-host-notty.exp: ... this.
16118
cac0dc8f
JB
161192014-04-28 Joel Brobecker <brobecker@adacore.com>
16120
16121 * gdb.ada/dyn_arrayidx: New testcase.
16122
9730e6cc
YQ
161232014-04-26 Yao Qi <yao@codesourcery.com>
16124
16125 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16126 and compute the length of function main. Save it in
16127 $main_length.
16128 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16129 (top-level): Use gdb_compile to compile objects into
16130 executable and restart GDB. Remove invocation to
16131 prepare_for_testing.
16132
7ae1a6a6
PA
161332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16134 Pedro Alves <palves@redhat.com>
16135
16136 PR server/16255
16137 * gdb.multi/multi-attach.c: New file.
16138 * gdb.multi/multi-attach.exp: New file.
16139
4082afcc
PA
161402014-04-25 Pedro Alves <palves@redhat.com>
16141
16142 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16143 user.
16144 (top level): Test that "set remote conditional-breakpoints-packet
16145 off" works as intended.
16146 * gdb.base/dprintf.exp: Test that "set remote
16147 breakpoint-commands-packet off" works as intended.
16148 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16149 New function.
16150 (top level): Call it.
16151 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16152 remote fast-tracepoints-packet off" works as intended.
16153 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16154 * lib/gdb.exp (gdb_is_target_remote): ... here.
16155
2abc3f8d
DB
161562014-04-24 David Blaikie <dblaikie@gmail.com>
16157
16158 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16159 ensure clang would not discard them.
16160 * gdb.base/gdbvars.c: Ditto.
16161 * gdb.base/memattr.c: Ditto.
16162 * gdb.base/whatis.c: Ditto.
16163 * gdb.python/py-prettyprint.c: Ditto.
16164 * gdb.trace/actions.c: Ditto.
16165 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16166 ensure clang would not discard it.
16167
bfd39632
DB
161682014-04-24 David Blaikie <dblaikie@gmail.com>
16169
16170 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16171 clang to emit the full definition of type required by the test
16172 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16173
22842ff6
DB
161742014-04-24 David Blaikie <dblaikie@gmail.com>
16175
16176 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16177 coax Clang into emitting the definition of the type.
16178 * gdb.cp/pr10728-x.h (y): Ditto.
16179 * gdb.cp/pr10728-y.cc (y): Ditto.
16180
c2e827ad
DB
161812014-04-24 David Blaikie <dblaikie@gmail.com>
16182
16183 * gdb.base/label.exp: XFAIL label related tests under Clang.
16184 * gdb.cp/cplabel.exp: Ditto.
16185 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16186 under Clang those using labels.
16187
4c2d33e7
YQ
161882014-04-25 Yao Qi <yao@codesourcery.com>
16189
16190 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16191 double_label.
16192 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16193 partial_label and double_label.
16194
56083b99
DB
161952014-04-24 David Blaikie <dblaikie@gmail.com>
16196
16197 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16198
25d4e99d
DB
161992014-04-24 David Blaikie <dblaikie@gmail.com>
16200
16201 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16202 of the function to work across GCC and Clang.
16203 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16204 pointer types (const void ** const V void **).
16205
01f9f808
MS
162062014-04-24 Michael Sturm <michael.sturm@mintel.com>
16207 Walfred Tedeschi <walfred.tedeschi@intel.com>
16208
16209 * Makefile.in (EXECUTABLES): Added i386-avx512.
16210 * gdb.arch/i386-avx512.c: New file.
16211 * gdb.arch/i386-avx512.exp: Likewise.
16212
4b48d439
KS
162132014-04-23 Keith Seitz <keiths@redhat.com>
16214
16215 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16216 (mi_make_breakpoint_table): New procedure.
16217 (mi_create_breakpoint): Use mi_make_breakpoint
16218 and return the result.
16219 (mi_make_breakpoint): New procedure.
16220 (mi_build_kv_pairs): New procedure.
16221
16222 * gdb.mi/mi-break.exp: Remove unused globals,
16223 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16224 All callers updated.
16225 * gdb.mi/mi-dprintf.exp: Use variable to track command
16226 number.
16227 Update all callers of mi_create_breakpoint and use
16228 mi_make_breakpoint_table.
16229 Remove any unused global variables.
16230 * gdb.mi/mi-nonstop.exp: Likewise.
16231 * gdb.mi/mi-nsintrall.exp: Likewise.
16232 * gdb.mi/mi-nsmoribund.exp: Likewise.
16233 * gdb.mi/mi-nsthrexec.exp: Likewise.
16234 * gdb.mi/mi-reverse.exp: Likewise.
16235 * gdb.mi/mi-simplerun.exp: Likewise.
16236 * gdb.mi/mi-stepn.exp: Likewise.
16237 * gdb.mi/mi-syn-frame.exp: Likewise.
16238 * gdb.mi/mi-until.exp: Likewise.
16239 * gdb.mi/mi-var-cp.exp: Likewise.
16240 * gdb.mi/mi-var-display.exp: Likewise.
16241 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16242 * gdb.mi/mi2-var-child.exp: Likewise.
16243 * gdb.mi/mi-vla-c99.exp: Likewise.
16244 * lib/mi-support.exp: Likewise.
16245
16246 From Ian Lance Taylor <iant@cygnus.com>:
16247 * lib/gdb.exp (parse_args): New procedure.
16248
08351840
PA
162492014-04-23 Pedro Alves <palves@redhat.com>
16250
16251 * gdb.base/break-unload-file.c: New file.
16252 * gdb.base/break-unload-file.exp: New file.
16253 * gdb.base/sym-file-lib.c (baz): New function.
16254 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16255 field.
16256 (load): Store the segment's mapped size.
16257 (unload): New function.
16258 (unload_shlib): New function.
16259 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16260 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16261 set a breakpoint at baz, and call it.
16262 * gdb.base/sym-file.exp: New tests for stale breakpoint
16263 instructions.
16264
076855f9
PA
162652014-04-23 Pedro Alves <palves@redhat.com>
16266
16267 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16268 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16269 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16270 * gdb.base/hbreak-unmapped.c: New file.
16271 * gdb.base/hbreak-unmapped.exp: New file.
16272 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16273 * lib/gdb.exp (gdb_is_target_remote): ... here.
16274
483805cf
PA
162752014-04-22 Pedro Alves <palves@redhat.com>
16276
16277 * gdb.base/consecutive-step-over.c: New file.
16278 * gdb.base/consecutive-step-over.exp: New file.
16279
06d97543
PA
162802014-04-22 Pedro Alves <palves@redhat.com>
16281
16282 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16283 instead of send_gdb/gdb_expect.
16284
b4429ea2
YQ
162852014-04-22 Yao Qi <yao@codesourcery.com>
16286
16287 * lib/trace-support.exp (generate_tracefile): New procedure.
16288 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16289 return 0.
16290 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16291 if generate_tracefile returns 1.
16292
51d48146
PA
162932014-04-18 Tom Tromey <palves@redhat.com>
16294 Pedro alves <tromey@redhat.com>
16295
16296 PR backtrace/15558
16297 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16298 with a backtrace limit.
16299 * gdb.python/py-frame-inline.exp: Test running to an inline
16300 function with a backtrace limit, and printing the newest frame.
16301 * gdb.python/py-frame-inline.c (main): Call f.
16302
bd1dce5f
MS
163032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16304
16305 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16306
40d1a503
MS
163072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16308
16309 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16310 Drop prefix from unsupported source file path.
16311
389b98f7
YQ
163122014-04-17 Yao Qi <yao@codesourcery.com>
16313
16314 * lib/gdb.exp (with_target_charset): New proc.
16315 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16316 with_target_charset.
16317 (test_print_strings): Likewise.
16318 (test_repeat_bytes): Likewise.
16319 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16320 for some tests.
16321
22869d73
KS
163222014-04-16 Keith Seitz <keiths@redhat.com>
16323
16324 PR gdb/15827
16325 * gdb.dwarf2/corrupt.c: New file.
16326 * gdb.dwarf2/corrupt.exp: New file.
16327
c4f87ca6
KS
163282014-04-16 Keith Seitz <keiths@redhat.com>
16329
16330 PR c++/16597
16331 * gdb.cp/namelessclass.cc: New file.
16332 * gdb.cp/namelessclass.exp: New file.
16333 * gdb.cp/namelessclass.S: New file.
16334
ab19de87
DE
163352014-04-16 Doug Evans <dje@google.com>
16336
16337 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16338 Add comment.
16339 (gdbserver_default_get_comm_port): New function.
16340 (gdbserver_start): Check if board file provided
16341 "gdbserver,get_comm_port" and use it if so.
16342 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16343 (gdb,socketport): Set to "stdio".
16344 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16345 (stdio_gdbserver_template): Delete.
16346 (${board}_get_remote_address): Update.
16347 (${board}_build_remote_cmd): Delete.
16348 (${board}_get_comm_port): New function.
16349 (${board}_spawn): Update.
16350 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16351 Delete.
16352 (${board}_get_remote_address): Update.
16353 (${board}_get_comm_port): New function.
16354
fc98a809
AB
163552014-04-16 Andrew Burgess <aburgess@broadcom.com>
16356
16357 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16358 appearing in any order.
16359
87fd9e6e
DE
163602014-04-15 Doug Evans <dje@google.com>
16361
16362 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16363 uninitialized value of "description".
16364
099fc3ea
KS
163652014-04-15 Keith Seitz <keiths@redhat.com>
16366
16367 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16368 Remove unused globals.
16369 (test_running_the_program): Likewise.
16370 (test_controlled_execution): Likewise.
16371 (test_controlling_breakpoints): Likewise.
16372 (test_program_termination): Likewise.
16373
5da151d4
KS
163742014-04-15 Keith Seitz <keiths@redhat.com>
16375
16376 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16377 unused globals.
16378 (test_rbreak_creation_and_listing): Likewise.
16379 (test_ignore_count): Likewise.
16380 (test_error): Likewise.
16381
35e5d2f0
PA
163822014-04-15 Pedro Alves <palves@redhat.com>
16383
16384 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16385 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16386 sym-file-loader.c.
16387 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16388 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16389 to sym-file-loader.c.
16390 (struct library): Forward declare.
16391 (load_shlib, lookup_function): Change prototypes.
16392 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16393 (translate_offset): Remove declarations.
16394 (get_text_addr): New declaration.
16395 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16396 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16397 sym-file-loader.h.
16398 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16399 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16400 here from sym-file-loader.h.
16401 (struct library): New structure.
16402 (load_shlib, lookup_function): Change prototypes and adjust to
16403 work with a struct library.
16404 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16405 (translate_offset): Make static.
16406 (get_text_addr): New function.
16407 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16408
eb4c1710
PA
164092014-04-15 Pedro Alves <palves@redhat.com>
16410
16411 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16412
2d1baf52
PA
164132014-04-15 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.base/sym-file-loader.c: Include <limits.h>.
16416 (SELF_LINK): New define.
16417 (get_origin): New function.
16418 (load_shlib): Use it.
16419 * gdb.base/sym-file.exp: Don't early return if the target is
16420 remote. Use runto_main, and issue fail is that fails. Use
16421 gdb_load_shlibs.
16422 (shlib_name): Delete.
16423 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16424
7dd6df01
PA
164252014-04-15 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.base/sym-file.exp: Remove regex characters from test
16428 message. Don't refer to breakpoint numbers in test messages.
16429
b50c8614
KS
164302014-04-14 Keith Seitz <keiths@redhat.com>
16431
16432 PR c++/16253
16433 * gdb.cp/var-tag.cc: New file.
16434 * gdb.cp/var-tag.exp: New file.
16435 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16436 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16437 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16438 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16439
3d567982
TT
164402014-04-14 Tom Tromey <tromey@redhat.com>
16441
16442 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16443 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16444 type.
16445 * gdb.cp/enum-class.exp: New file.
16446 * gdb.cp/enum-class.cc: New file.
16447
0626fc76
TT
164482014-04-14 Tom Tromey <tromey@redhat.com>
16449
16450 * gdb.dwarf2/enum-type.exp: New file.
16451
dca325b3
SA
164522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16453
16454 * gdb.mi/mi-vla-c99.exp: New file.
16455 * gdb.mi/vla.c: New file.
16456
5854b38a
SA
164572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16458
16459 * gdb.base/vla-datatypes.c: New file.
16460 * gdb.base/vla-datatypes.exp: New file.
16461
463bb957
SA
164622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16463
16464 * gdb.base/vla-ptr.c: New file.
16465 * gdb.base/vla-ptr.exp: New file.
16466
3dd170be
SA
164672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16468
16469 * gdb.dwarf2/count.exp: New file.
16470
5ecaaa66
SA
164712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16472
16473 * gdb.base/vla-sideeffect.c: New file.
16474 * gdb.base/vla-sideeffect.exp: New file.
16475
41f1ada5
DB
164762014-04-14 David Blaikie <dblaikie@gmail.com>
16477
16478 * gdb.mi/non-stop.c: Add return value for non-void function return
16479 statement.
16480 * gdb.threads/staticthreads.c: Ditto.
16481
0be03e84
DE
164822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16483 Doug Evans <xdje42@gmail.com>
16484
16485 * gdb.guile/scm-value.c: Improve test case.
16486 * gdb.guile/scm-value.exp: Add new test.
16487
f180a1fb
DB
164882014-04-11 David Blaikie <dblaikie@gmail.com>
16489
16490 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16491 override Clang's default.
16492
6b662e19
JB
164932014-04-11 Joel Brobecker <brobecker@adacore.com>
16494
16495 Revert the following changes (regressions):
16496
16497 * gdb.base/vla-sideeffect.c: New file.
16498 * gdb.base/vla-sideeffect.exp: New file.
16499
16500 * gdb.dwarf2/count.exp: New file.
16501
16502 * gdb.base/vla-multi.c: New file.
16503 * gdb.base/vla-multi.exp: New file.
16504
16505 * gdb.base/vla-ptr.c: New file.
16506 * gdb.base/vla-ptr.exp: New file.
16507
16508 * gdb.base/vla-datatypes.c: New file.
16509 * gdb.base/vla-datatypes.exp: New file.
16510
16511 * gdb.mi/mi-vla-c99.exp: New file.
16512 * gdb.mi/vla.c: New file.
16513
245a5f0b
KS
165142014-04-11 Keith Seitz <keiths@redhat.com>
16515
16516 PR c++/16675
16517 * gdb.cp/cpsizeof.exp: New file.
16518 * gdb.cp/cpsizeof.cc: New file.
16519
58a84dcf
SA
165202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16521
191a8a90
JB
16522 * gdb.mi/mi-vla-c99.exp: New file.
16523 * gdb.mi/vla.c: New file.
58a84dcf 16524
c8655f75
SA
165252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16526
16527 * gdb.base/vla-datatypes.c: New file.
16528 * gdb.base/vla-datatypes.exp: New file.
16529
024e13b4
SA
165302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16531
16532 * gdb.base/vla-ptr.c: New file.
16533 * gdb.base/vla-ptr.exp: New file.
16534
1a237e0e
SA
165352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16536
16537 * gdb.base/vla-multi.c: New file.
16538 * gdb.base/vla-multi.exp: New file.
16539
504f3432
SA
165402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16541
16542 * gdb.dwarf2/count.exp: New file.
16543
3bce8237
SA
165442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16545
191a8a90
JB
16546 * gdb.base/vla-sideeffect.c: New file.
16547 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16548
322f9c21
YQ
165492014-04-11 Yao Qi <yao@codesourcery.com>
16550
16551 * gdb.base/completion.exp: Check file exists before running tests
16552 on file completion.
16553
d708bcd1
PA
165542014-04-10 Pedro Alves <palves@redhat.com>
16555
16556 * gdb.base/cond-eval-mode.c: New file.
16557 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16558 prepare_for_testing to build the new file. Check result of
16559 runto_main.
16560 (test_break, test_watch): New procedures.
16561 (top level): Use them.
16562
ae1d2761
PM
165632014-04-08 Pierre Muller <muller@sourceware.org>
16564
16565 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16566 Ctrl-V use for mingw hosts.
16567
7af389b8
SC
165682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16569
16570 * gdb.python/py-value.c: Improve test case.
16571 * gdb.python/py-value.exp: Add new test.
16572
5e703181
DE
165732014-04-07 David Blaikie <dblaikie@gmail.com>
16574
16575 * lib/compiler.c: Identify the clang compiler.
16576 * lib/compiler.cc: Ditto.
16577
9810b410
YQ
165782014-04-03 Yao Qi <yao@codesourcery.com>
16579
16580 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16581
98d1b8dc
AB
165822014-04-01 Anton Blanchard <anton@samba.org>
16583
16584 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16585 messages unique.
16586
3114cea1
AB
165872014-04-01 Anton Blanchard <anton@samba.org>
16588
16589 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16590 prepare_for_testing.
16591
62f7182c
AB
165922014-04-01 Anton Blanchard <anton@samba.org>
16593
16594 * gdb.arch/ppc64-atomic-inst.c: Remove.
16595 * gdb.arch/ppc64-atomic-inst.S: New file.
16596 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16597
770e7fc7
DE
165982014-03-31 Doug Evans <dje@google.com>
16599
16600 * gdb.base/print-symbol-loading-lib.c: New file.
16601 * gdb.base/print-symbol-loading-main.c: New file.
16602 * gdb.base/print-symbol-loading.exp: New file.
16603
46e2bafa
YQ
166042014-03-31 Yao Qi <yao@codesourcery.com>
16605
16606 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16607
8776cfe9
JB
166082014-03-28 Joel Brobecker <brobecker@adacore.com>
16609
16610 * gdb.ada/mi_dyn_arr: New testcase.
16611
5d1ef361
DE
166122014-03-27 Doug Evans <dje@google.com>
16613
16614 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16615
b5bee914
YQ
166162014-03-27 Yao Qi <yao@codesourcery.com>
16617
16618 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16619 if target is nios2-*-*.
16620
0d4d0e77
YQ
166212014-03-26 Yao Qi <yao@codesourcery.com>
16622
16623 * lib/gdb.exp (readline_is_used): New proc.
16624 * gdb.base/completion.exp: Move tests on command complete up.
16625 Skip the rest of tests if readline is not used.
16626 * gdb.ada/complete.exp: Skp the test if readline is not
16627 used.
16628 * gdb.base/filesym.exp: Likewise.
16629 * gdb.base/macscp.exp: Likewise.
16630 * gdb.base/readline-ask.exp: Likewise.
16631 * gdb.base/readline.exp: Likewise.
16632 * gdb.python/py-cmd.exp: Likewise.
16633 * gdb.trace/tfile.exp: Likewise.
16634
29361eee
YQ
166352014-03-26 Yao Qi <yao@codesourcery.com>
16636
16637 * gdb.base/macscp.exp: Fix code format issues.
16638
bc9a5525
UW
166392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16640
16641 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16642 * gdb.asm/powerpc64le.inc: New file.
16643
d3839ede
PA
166442014-03-25 Pedro Alves <palves@redhat.com>
16645 Doug Evans <dje@google.com>
16646
16647 * gdb.base/source-execution.c: New file.
16648 * gdb.base/source-execution.exp: New file.
16649 * gdb.base/source-execution.gdb: New file.
16650
01672a57
DE
166512014-03-24 Doug Evans <dje@google.com>
16652
16653 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16654 using fission.
16655
88bbeca9
HZ
166562014-03-24 Hui Zhu <hui@codesourcery.com>
16657 Pedro Alves <palves@redhat.com>
16658
16659 PR breakpoints/16101
16660 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16661 test pass/fail messages. Detect missing support for dprintf when
16662 breakpoints are actually inserted.
16663 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16664 breakpoints are actually inserted.
16665 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16666 fails.
16667
d2348791
JK
166682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16669
16670 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16671
feef67ab
DE
166722014-03-22 Doug Evans <xdje42@gmail.com>
16673
16674 * gdb.python/python.exp (python not supported): Verify multi-line
16675 python command issues an error.
25d743f9 16676 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16677 guile command issues an error.
feef67ab 16678
ecebef6a
MR
166792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16680
16681 * gdb.threads/thread-specific.exp: Handle the lack of usable
16682 $this_breakpoint and $this_thread.
16683
ccdd1909
HZ
166842014-03-21 Hui Zhu <hui@codesourcery.com>
16685
16686 * gdb.base/attach.exp (do_command_attach_tests): New.
16687
beb460e8
PA
166882014-03-20 Tom Tromey <tromey@redhat.com>
16689 Pedro Alves <palves@redhat.com>
16690
16691 PR cli/15718
16692 * gdb.base/condbreak-call-false.c: New file.
16693 * gdb.base/condbreak-call-false.exp: New file.
16694
40acf43a
PA
166952014-03-20 Pedro Alves <palves@redhat.com>
16696
16697 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16698 Delete.
16699 (block_signals, unblock_signals): Delete.
16700 (child_function_2, main): Remove references to deleted variable
16701 and functions.
16702
9f5e1e02
PA
167032014-03-20 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16706 Use pthread_kill to signal thread 2.
16707 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16708 Adjust to make the test send itself a signal rather than using the
16709 host's "kill" command.
16710
99619bea
PA
167112014-03-20 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.threads/multiple-step-overs.c: New file.
16714 * gdb.threads/multiple-step-overs.exp: New file.
16715 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16716 Adjust expected infrun debug output.
16717
2adfaa28
PA
167182014-03-20 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16721 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16722
31e77af2
PA
167232014-03-20 Pedro Alves <palves@redhat.com>
16724
16725 PR breakpoints/7143
16726 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16727 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16728 of gdb_test_multiple.
16729 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16730 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16731
b9f437de
PA
167322014-03-20 Pedro Alves <palves@redhat.com>
16733
16734 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16735 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16736
05adc73e
PA
167372014-03-19 Pedro Alves <palves@redhat.com>
16738
16739 * gdb.base/async.exp: Remove early return.
16740
6048b950
PA
167412014-03-19 Pedro Alves <palves@redhat.com>
16742
16743 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16744
8bcfb00a
PA
167452014-03-19 Pedro Alves <palves@redhat.com>
16746
16747 * gdb.base/async.exp (test_background): Expect \r\n after
16748 "completed." in the fail pattern.
16749
884e37dc
PA
167502014-03-19 Pedro Alves <palves@redhat.com>
16751
16752 * gdb.base/async.exp (test_background): New procedure.
16753 Use it for all background execution command tests.
16754
148e57e2
PA
167552014-03-19 Pedro Alves <palves@redhat.com>
16756
16757 * gdb.base/async.exp: Use prepare_for_testing.
16758
f48088c7
PA
167592014-03-19 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16762 the same line.
16763
e2f6c966
PA
167642014-03-19 Pedro Alves <palves@redhat.com>
16765
16766 * gdb.base/async.c (main): Add "jump here" and "until here" line
16767 marker comments.
16768 * gdb.base/async.exp (jump_here): New global.
16769 (jump& test): Use it.
16770 (until_here): New global.
16771 (until& test): Use it.
16772
c30568d4
PA
167732014-03-19 Pedro Alves <palves@redhat.com>
16774
16775 * gdb.base/async.exp: Don't frob gdb_protocol.
16776
0172b6a7
DE
167772014-03-18 Doug Evans <xdje42@gmail.com>
16778
16779 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16780 Fix spelling of exec-done-display.
16781
06c868a8
JK
167822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16783
16784 PR gdb/15358
16785 * gdb.base/gdb-sigterm.c: New file.
16786 * gdb.base/gdb-sigterm.exp: New file.
16787
0c7e1a46
PA
167882014-03-18 Pedro Alves <palves@redhat.com>
16789
16790 PR gdb/13860
16791 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16792 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16793 solib-event.
16794
f7c77d93
JB
167952014-03-17 Joel Brobecker <brobecker@adacore.com>
16796
16797 * gdb.ada/pckd_arr_ren: New testcase.
16798
5a1e8c7a
DE
167992014-03-13 Doug Evans <xdje42@gmail.com>
16800
16801 PR guile/16612
16802 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16803 collect after discarding symbols.
16804
350e1a76
DE
168052014-03-13 Ludovic Courtès <ludo@gnu.org>
16806 Doug Evans <xdje42@gmail.com>
16807
16808 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16809 to history survives a gc.
16810
a69900ae
PA
168112014-03-13 Pedro Alves <palves@redhat.com>
16812
16813 * gdb.base/default.exp: Don't test "target procfs".
16814
5db9f0bd
PA
168152014-03-13 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.base/default.exp: Update "target child" and "target procfs"
16818 tests to not expect "Unix".
16819
b3ccfe11
TT
168202014-03-12 Tom Tromey <tromey@redhat.com>
16821
16822 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16823 New procs. Add target-async tests.
16824 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16825 Add target-async tests.
16826
646f4417
AA
168272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16828
16829 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16830 'func_start' and 'func_end' for the beginning and end of the
16831 function code, respectively.
16832 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16833 'func_end' instead of 'func' and 'main'.
16834
288c211f
AA
168352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16836
16837 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16838 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16839 generate the debug info assembler source.
16840
e0c0f156
AA
168412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16842
16843 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16844 * gdb.dwarf2/arr-subrange.exp: Likewise.
16845 * gdb.dwarf2/dwz.exp: Likewise.
16846 * gdb.dwarf2/method-ptr.exp: Likewise.
16847 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16848 * gdb.dwarf2/subrange.exp: Likewise.
16849 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16850 * gdb.dwarf2/implptrpiece.exp: Likewise.
16851 * gdb.dwarf2/nostaticblock.exp: Likewise.
16852
0e5c4555
AA
168532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16854
16855 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16856 directory to absolute path name arguments.
16857
5ec18f2b
JG
168582014-03-10 Joel Brobecker <brobecker@adacore.com>
16859
16860 * gdb.ada/tagged_access: New testcase.
16861
847fc4f2
MM
168622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16863
16864 * gdb.btrace/data.exp: Update expected output.
16865
cc3da688
YQ
168662014-03-06 Yao Qi <yao@codesourcery.com>
16867
16868 * gdb.trace/pr16508.exp: New file.
16869
0f26cec1
PA
168702014-03-05 Pedro Alves <palves@redhat.com>
16871
16872 PR gdb/16575
16873 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16874 procedure.
16875 (top level): Adjust to use it. Add tests that exercise breakpoint
16876 interaction with the code-cache.
16877
7a5a839f
LC
168782014-02-26 Ludovic Courtès <ludo@gnu.org>
16879
16880 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16881 test for 'history-append!'.
16882
31aa7e4e
JB
168832014-02-26 Joel Brobecker <brobecker@adacore.com>
16884
16885 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16886 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16887 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16888 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16889 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16890 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16891
1b588015
JB
168922014-02-26 Joel Brobecker <brobecker@adacore.com>
16893
16894 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16895 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16896 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16897
55426c9d
JB
168982014-02-26 Joel Brobecker <brobecker@adacore.com>
16899
16900 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16901
dc53a7ad
JB
169022014-02-26 Joel Brobecker <brobecker@adacore.com>
16903
16904 * gdb.dwarf2/arr-stride.c: New file.
16905 * gdb.dwarf2/arr-stride.exp: New file.
16906
12ab52e9
PA
169072014-02-26 Pedro Alves <palves@redhat.com>
16908
16909 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16910 that won't ever trigger. Make sure that GDB reports the correct
16911 breakpoint that caused the stop.
16912
849c862e
JK
169132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16914
16915 PR gdb/16626
16916 * gdb.base/auto-load-script: New file.
16917 * gdb.base/auto-load.c: New file.
16918 * gdb.base/auto-load.exp: New file.
16919
71b7d793
JK
16920 PR gdb/16626
16921 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16922
e2f0d509
JK
169232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16924
16925 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16926 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16927
50cc37c8
DE
169282014-02-24 Doug Evans <dje@google.com>
16929
16930 * lib/gdb.exp (run_on_host): Log error output if program fails.
16931
ea4758f2
PA
169322014-02-21 Pedro Alves <palves@redhat.com>
16933
16934 * gdb.threads/step-after-sr-lock.c: Rename to ...
16935 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16936 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16937 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16938 ... this.
16939
d7b30f67
SDJ
169402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16941
16942 PR tdep/16397
16943 * gdb.arch/amd64-stap-special-operands.exp: New file.
16944 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16945 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16946 * gdb.arch/amd64-stap-triplet.S: Likewise.
16947 * gdb.arch/amd64-stap-triplet.c: Likewise.
16948
83deb43f
JB
169492014-02-20 Joel Brobecker <brobecker@adacore.com>
16950
16951 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16952 in .section pseudo-op.
16953
adde2bff
DE
169542014-02-20 lin zuojian <manjian2006@gmail.com>
16955 Joel Brobecker <brobecker@adacore.com>
16956 Doug Evans <xdje42@gmail.com>
16957
16958 PR symtab/16581
16959 * gdb.dwarf2/dw2-icycle.S: New file.
16960 * gdb.dwarf2/dw2-icycle.c: New file.
16961 * gdb.dwarf2/dw2-icycle.exp: New file.
16962
f7bd0f78
SC
169632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16964
16965 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16966 operations on gdb.Value objects.
16967 * gdb.python/py-value-cc.exp: Add new test to test operations on
16968 gdb.Value objects.
16969
c17ef0d5
DE
169702014-02-18 Doug Evans <dje@google.com>
16971
16972 * Makefile.in (TESTS): New variable.
16973 (expanded_tests, expanded_tests_or_none): New variables
16974 (check-single): Pass $(expanded_tests_or_none) to runtest.
16975 (check-parallel): Only run tests in $(TESTS) if non-empty.
16976 (check/no-matching-tests-found): New rule.
16977 * README: Document TESTS makefile variable.
16978
5dd3176f
DE
169792014-02-18 Doug Evans <dje@google.com>
16980
16981 * Makefile.in (check-parallel): rm -rf outputs temp.
16982
0b10be4f
JK
169832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16984
16985 Fix "ERROR: no fileid for" in the testsuite.
16986 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16987
85f224e7
DE
169882014-02-12 Doug Evans <dje@google.com>
16989
16990 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16991 (MISCELLANEOUS): New variable.
16992 (clean): rm -rf $(MISCELLANEOUS).
16993 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16994 dwp live in the same directory as symlinks, with each symlink pointed
16995 to a differently named file in a different directory.
16996
149b30ff
DE
169972014-02-11 Doug Evans <dje@google.com>
16998
16999 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17000 of Tcl file commands.
17001
1dfdac32
MK
170022014-02-10 Mark Kettenis <kettenis@gnu.org>
17003
17004 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17005 "kill -SIGUSR1 -1".
17006
aa4fb036
JB
170072014-02-10 Joel Brobecker <brobecker@adacore.com>
17008
17009 * gdb.ada/tick_length_array_enum_idx: New testcase.
17010
ed3ef339
DE
170112014-02-10 Doug Evans <xdje42@gmail.com>
17012
17013 * configure.ac (AC_OUTPUT): Add gdb.guile.
17014 * configure: Regenerate.
17015 * lib/gdb-guile.exp: New file.
17016 * lib/gdb.exp (get_target_charset): New function.
17017 * gdb.base/help.exp: Update expected output from "apropos apropos".
17018 * gdb.guile/Makefile.in: New file.
17019 * gdb.guile/guile.exp: New file.
17020 * gdb.guile/scm-arch.c: New file.
17021 * gdb.guile/scm-arch.exp: New file.
17022 * gdb.guile/scm-block.c: New file.
17023 * gdb.guile/scm-block.exp: New file.
17024 * gdb.guile/scm-breakpoint.c: New file.
17025 * gdb.guile/scm-breakpoint.exp: New file.
17026 * gdb.guile/scm-disasm.c: New file.
17027 * gdb.guile/scm-disasm.exp: New file.
17028 * gdb.guile/scm-equal.c: New file.
17029 * gdb.guile/scm-equal.exp: New file.
17030 * gdb.guile/scm-error.exp: New file.
17031 * gdb.guile/scm-error.scm: New file.
17032 * gdb.guile/scm-frame-args.c: New file.
17033 * gdb.guile/scm-frame-args.exp: New file.
17034 * gdb.guile/scm-frame-args.scm: New file.
17035 * gdb.guile/scm-frame-inline.c: New file.
17036 * gdb.guile/scm-frame-inline.exp: New file.
17037 * gdb.guile/scm-frame.c: New file.
17038 * gdb.guile/scm-frame.exp: New file.
17039 * gdb.guile/scm-generics.exp: New file.
17040 * gdb.guile/scm-gsmob.exp: New file.
17041 * gdb.guile/scm-iterator.c: New file.
17042 * gdb.guile/scm-iterator.exp: New file.
17043 * gdb.guile/scm-math.c: New file.
17044 * gdb.guile/scm-math.exp: New file.
17045 * gdb.guile/scm-objfile-script-gdb.in: New file.
17046 * gdb.guile/scm-objfile-script.c: New file.
17047 * gdb.guile/scm-objfile-script.exp: New file.
17048 * gdb.guile/scm-objfile.c: New file.
17049 * gdb.guile/scm-objfile.exp: New file.
17050 * gdb.guile/scm-ports.exp: New file.
17051 * gdb.guile/scm-pretty-print.c: New file.
17052 * gdb.guile/scm-pretty-print.exp: New file.
17053 * gdb.guile/scm-pretty-print.scm: New file.
17054 * gdb.guile/scm-section-script.c: New file.
17055 * gdb.guile/scm-section-script.exp: New file.
17056 * gdb.guile/scm-section-script.scm: New file.
17057 * gdb.guile/scm-symbol.c: New file.
17058 * gdb.guile/scm-symbol.exp: New file.
17059 * gdb.guile/scm-symtab-2.c: New file.
17060 * gdb.guile/scm-symtab.c: New file.
17061 * gdb.guile/scm-symtab.exp: New file.
17062 * gdb.guile/scm-type.c: New file.
17063 * gdb.guile/scm-type.exp: New file.
17064 * gdb.guile/scm-value-cc.cc: New file.
17065 * gdb.guile/scm-value-cc.exp: New file.
17066 * gdb.guile/scm-value.c: New file.
17067 * gdb.guile/scm-value.exp: New file.
17068 * gdb.guile/source2.scm: New file.
17069 * gdb.guile/types-module.cc: New file.
17070 * gdb.guile/types-module.exp: New file.
17071
7026a7c1
YQ
170722014-02-10 Yao Qi <yao@codesourcery.com>
17073
17074 PR testsuite/16543
17075 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17076 * configure: Regenerated.
17077 * Makefile.in: New file.
17078
6c466447
AS
170792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17080
17081 * gdb.python/py-framefilter.exp: Fix typo.
17082
6e854735
YQ
170832014-02-08 Yao Qi <yao@codesourcery.com>
17084
17085 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17086 that no =breakpoint-modified is emitted when breakpoints are
17087 modified through MI commands.
17088
d137e6dc
PA
170892014-02-07 Pedro Alves <pedro@codesourcery.com>
17090 Pedro Alves <palves@redhat.com>
17091
17092 * gdb.threads/step-after-sr-lock.c: New file.
17093 * gdb.threads/step-after-sr-lock.exp: New file.
17094
b5ee5a50
PA
170952014-02-07 Pedro Alves <palves@redhat.com>
17096
17097 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17098
3c77faf3
JK
170992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17100
17101 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17102 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17103
6dddc817
DE
171042014-02-06 Doug Evans <xdje42@gmail.com>
17105
17106 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17107 output.
17108
17109 * gdb.gdb/python-interrupts.exp: New file.
17110
de7b2893
YQ
171112014-02-05 Yao Qi <yao@codesourcery.com>
17112
17113 * gdb.trace/report.exp (use_collected_data): Test the output
17114 of "info threads" and "info inferiors".
17115
66d032ac
YQ
171162014-02-05 Yao Qi <yao@codesourcery.com>
17117
17118 Revert this patch:
17119
17120 2013-05-24 Yao Qi <yao@codesourcery.com>
17121
17122 * gdb.trace/tfile.exp: Test inferior and thread.
17123
591a12a1
UW
171242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17125
17126 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17127 on a function.
17128 * gdb.base/step-bt.c: Call hello via function pointer to make
17129 sure its first instruction is executed on powerpc64le-linux.
17130
0ff3e01f
UW
171312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17132
17133 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17134
084ee545
UW
171352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17136
17137 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17138 of the test patterns for use on little-endian systems.
17139
6ed14ff3
UW
171402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17141
17142 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17143 (decimal_vector): Fix for little-endian.
17144
401e27fd
JM
171452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17146
17147 * gdb.arch/sparc-sysstep.exp: New file.
17148 * gdb.arch/sparc-sysstep.c: Likewise.
17149
17150 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17151
8b924729
EBM
171522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17153
17154 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17155
fb151210
JB
171562014-01-23 Tom Tromey <tromey@redhat.com>
17157
17158 * gdb.ada/array_char_idx: New testcase.
17159
0740f8d8
TT
171602014-01-23 Tom Tromey <tromey@redhat.com>
17161
17162 PR python/16487:
17163 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17164 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17165 classes.
17166
21909fa1
TT
171672014-01-23 Tom Tromey <tromey@redhat.com>
17168
17169 PR python/16491:
17170 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17171 string from an inferior frame.
17172 * gdb.python/py-framefilter-mi.exp: Update.
17173
87ce2a04
DE
171742014-01-22 Doug Evans <dje@google.com>
17175
17176 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17177
237b092b
AA
171782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17179
17180 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17181
d674a709
AA
171822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17183
17184 * gdb.trace/entry-values.exp: Remove excess space character from
17185 regex patterns. Handle s390 call instruction.
17186
20fa3390
AA
171872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17188
17189 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17190 define "*_start" label. Make "name" static.
17191 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17192 ${name} by references to ${name}_start.
17193
78466714
AA
171942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17195
17196 * gdb.base/info-macros.exp: Remove "debug" from the compile
17197 options.
17198
ec9f644a
IB
171992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17200
17201 * gdb.dlang/demangle.exp: New file.
17202
94b1b47e
IB
172032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17204
17205 * gdb.dlang/primitive-types.exp: New file.
17206
7f420862
IB
172072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17208
17209 * configure.ac: Create gdb.dlang/Makefile.
17210 * configure: Regenerate.
17211 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17212 * gdb.dlang/Makefile.in: New file.
17213 * lib/d-support.exp: New file.
17214 * lib/gdb.exp (skip_d_tests): New proc.
17215
52834460
MM
172162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17217
17218 * gdb.btrace/delta.exp: Check reverse stepi.
17219 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17220 * gdb.btrace/finish.exp: New.
17221 * gdb.btrace/next.exp: New.
17222 * gdb.btrace/nexti.exp: New.
17223 * gdb.btrace/record_goto.c: Add comments.
17224 * gdb.btrace/step.exp: New.
17225 * gdb.btrace/stepi.exp: New.
17226 * gdb.btrace/multi-thread-step.c: New.
17227 * gdb.btrace/multi-thread-step.exp: New.
17228 * gdb.btrace/rn-dl-bind.c: New.
17229 * gdb.btrace/rn-dl-bind.exp: New.
17230 * gdb.btrace/data.c: New.
17231 * gdb.btrace/data.exp: New.
17232 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17233
6e07b1d2
MM
172342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17235
17236 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17237 * gdb.btrace/exception.exp: Update.
17238 * gdb.btrace/instruction_history.exp: Update.
17239 * gdb.btrace/record_goto.exp: Update.
17240 * gdb.btrace/tailcall.exp: Update.
17241 * gdb.btrace/unknown_functions.exp: Update.
17242 * gdb.btrace/delta.exp: New.
17243
0b722aec
MM
172442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17245
17246 * gdb.btrace/record_goto.exp: Add backtrace test.
17247 * gdb.btrace/tailcall.exp: Add backtrace test.
17248
066ce621
MM
172492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17250
17251 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17252 * gdb.btrace/record_goto.c: New.
17253 * gdb.btrace/record_goto.exp: New.
17254 * gdb.btrace/x86-record_goto.S: New.
17255
0688d04e
MM
172562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17257
17258 * gdb.btrace/function_call_history.exp: Update tests.
17259 * gdb.btrace/instruction_history.exp: Update tests.
17260
8710b709
MM
172612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17262
17263 * gdb.btrace/function_call_history.exp: Fix expected field
17264 order for "record function-call-history".
17265 Add new tests for "record function-call-history /c".
17266 * gdb.btrace/exception.cc: New.
17267 * gdb.btrace/exception.exp: New.
17268 * gdb.btrace/tailcall.exp: New.
17269 * gdb.btrace/x86-tailcall.S: New.
17270 * gdb.btrace/x86-tailcall.c: New.
17271 * gdb.btrace/unknown_functions.c: New.
17272 * gdb.btrace/unknown_functions.exp: New.
17273 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17274
5de9129b
MM
172752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17276
17277 * gdb.btrace/instruction_history.exp: Update.
17278 * gdb.btrace/function_call_history.exp: Update.
17279
23a7fe75
MM
172802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17281
17282 * gdb.btrace/function_call_history.exp: Fix expected function
17283 trace.
17284 * gdb.btrace/instruction_history.exp: Initialize traced.
17285 Remove traced_functions.
17286
724c7dd8
MM
172872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17288
17289 * gdb.btrace/function_call_history.exp: Update
17290 * gdb.btrace/instruction_history.exp: Update.
17291
6d78d93b
MM
172922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17293
17294 * gdb.btrace/enable.exp: Update expected text.
17295
93a360cc
OJ
172962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17297
17298 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17299 bytes.
17300
3772b53f
MR
173012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17302
17303 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17304
596662fa
OJ
173052014-01-15 Omair Javaid <omair.javaid@linaro.org>
17306
17307 * lib/gdb.exp (supports_process_record): Return true for
17308 arm*-linux*. (supports_reverse): Likewise.
17309
b5b08fb4
SC
173102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17311
17312 PR python/15464
17313 PR python/16113
17314 * gdb.python/py-type.c: Enhance test case.
17315 * gdb.python/py-value-cc.cc: Likewise
17316 * gdb.python/py-type.exp: Add new tests.
17317 * gdb.python/py-value-cc.exp: Likewise
17318
52d7fb13
AA
173192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17320 Pedro Alves <palves@redhat.com>
17321
17322 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17323 Make "name" extern.
17324 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17325 references to ${name}_start by references to ${name}.
17326
a2cd8cfe
JB
173272014-01-10 Joel Brobecker <brobecker@adacore.com>
17328
17329 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17330
4e23fced
JB
173312014-01-10 Joel Brobecker <brobecker@adacore.com>
17332
17333 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17334
c6a9e42c
PA
173352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17336 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17339 mi_gdb_target_load.
c6a9e42c 17340
b7ea362b
PA
173412014-01-08 Pedro Alves <palves@redhat.com>
17342
17343 * gdb.threads/reconnect-signal.c: New file.
17344 * gdb.threads/reconnect-signal.exp: New file.
17345
5e3f4fab
EBM
173462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17347
17348 * gdb.base/source-dir.exp: New file.
17349
79301218
JB
173502014-01-07 Joel Brobecker <brobecker@adacore.com>
17351
17352 * gdb.ada/mi_interface: New testcase.
17353
8e355c5d
JB
173542014-01-07 Joel Brobecker <brobecker@adacore.com>
17355
17356 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17357 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17358 gdb.ada/pp-rec-component/pck.ads: New files.
17359
c0d48811
JB
173602014-01-07 Joel Brobecker <brobecker@adacore.com>
17361
17362 * gdb.python/py-pp-integral.c: New file.
17363 * gdb.python/py-pp-integral.py: New file.
17364 * gdb.python/py-pp-integral.exp: New file.
17365
17b609c3 17366For older changes see ChangeLog-1993-2013.
c906108c 17367\f
8d8cb839
EZ
17368;; Local Variables:
17369;; mode: change-log
17370;; left-margin: 8
17371;; fill-column: 74
17372;; version-control: never
17373;; End:
902f2ccb 17374
42a4f53d 17375 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17376 Copying and distribution of this file, with or without modification,
17377 are permitted provided the copyright notice and this notice are preserved.