Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4d0b984b
TT
12019-10-23 Tom Tromey <tom@tromey.com>
2
3 * configure: Rebuild.
4 * aclocal.m4: Use m4_include, not sinclude.
5
94cb3754
TV
62019-10-21 Tom de Vries <tdevries@suse.de>
7
8 * gdb.base/infcall-nested-structs.c: Add
9 __attribute__((noinline,noclone)) to all functions.
10 (call_all): Add missing variable initialization. Simplify return value.
11 (breakpt): Increment volatile variable, to prevent call from being
12 optimized out.
13 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
14
062f1fc1
TV
152019-10-17 Tom de Vries <tdevries@suse.de>
16
17 * gdb.fortran/module.exp: Allow info variables to print info for files
18 other than module.f90.
19
0b54364d
AB
202019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.fortran/module.exp: Extend with 'info variables' test.
23
7ff5fae7
AB
242019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
27 F77_FOR_TARGET.
28
d10eccaa
TV
292019-10-16 Tom de Vries <tdevries@suse.de>
30
31 PR tdep/25096
32 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
33
745ff14e
TV
342019-10-16 Tom de Vries <tdevries@suse.de>
35
36 PR tdep/24104
37 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
38 Add KFAIL for PR tdep/25096.
39
03e1ab94
TV
402019-10-16 Tom de Vries <tdevries@suse.de>
41
42 PR testsuite/25059
43 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
44
b17fcc10
TV
452019-10-16 Tom de Vries <tdevries@suse.de>
46
47 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
48 as signed.
49
9223170f
SM
502019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
51
52 * gdb.mi/list-thread-groups-available.exp: Read entries one by
53 one instead of increasing timeout.
54
d6e76313
TV
552019-10-13 Tom de Vries <tdevries@suse.de>
56
57 PR record/25038
58 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
59 * gdb.reverse/sigall-reverse.exp: Same.
60 * gdb.reverse/solib-precsave.exp: Same.
61 * gdb.reverse/solib-reverse.exp: Same.
62 * gdb.reverse/step-precsave.exp: Same.
63 * gdb.reverse/until-precsave.exp: Same.
64 * gdb.reverse/until-reverse.exp: Same.
65 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
66
6dfc0041
AA
672019-10-10 Andreas Arnez <arnez@linux.ibm.com>
68
69 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
70 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
71 (cmp_struct_05_01, cmp_struct_static_02_01)
72 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
73 comparisons.
74
abcf2cc8
TV
752019-10-10 Tom de Vries <tdevries@suse.de>
76
77 PR testsuite/24888
78 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
79 gnatlink.
80
a50faaf6
TV
812019-10-09 Tom de Vries <tdevries@suse.de>
82
83 PR testsuite/25048
84 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
85
60ff3cd7
AB
862019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
89 exceptions due to missing debug information.
90
dfee8566
TV
912019-10-07 Tom de Vries <tdevries@suse.de>
92
93 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
94
3d63690a
AB
952019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
98 * gdb.base/annota1.exp: Update to use gdb_test_name.
99
30d1f018
WP
1002019-10-07 Weimin Pan <weimin.pan@oracle.com>
101
102 * gdb.base/ctf-whatis.exp: New file.
103 * gdb.base/ctf-whatis.c: New file.
104 * gdb.base/ctf-ptype.exp: New file.
105 * gdb.base/ctf-ptype.c: New file.
106 * gdb.base/ctf-constvars.exp: New file.
107 * gdb.base/ctf-constvars.c: New file.
108 * gdb.base/ctf-cvexpr.exp: New file.
109
4dbbb47c
TV
1102019-10-04 Tom de Vries <tdevries@suse.de>
111
112 * gdb.cp/local-static.c (main): Move declaration of int i out of the
113 for loop.
114
77c2dba3
TT
1152019-10-03 Tom Tromey <tom@tromey.com>
116
117 PR rust/24976:
118 * gdb.rust/simple.rs (Union2): New type.
119 (main): Use Union2.
120 * gdb.rust/simple.exp: Add test.
121
179aed7f
AB
1222019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
125 nested function prefix.
126
0a4b0913
AB
1272019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
128 Richard Bunt <richard.bunt@arm.com>
129 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
132 nested functions.
133 * gdb.fortran/nested-funcs.f90: Update expected results.
134 * gdb.fortran/nested-funcs-2.exp: New file.
135 * gdb.fortran/nested-funcs-2.f90: New file.
136
082cce05
AB
1372019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * gdb.python/py-parameter.exp: Make test names unique.
140 * gdb.python/py-template.exp: Likewise.
141 * gdb.python/py-value.exp: Likewise.
142
2b74ba5a
AB
1432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.base/break-interp.exp: Reduce test name duplication.
146 * gdb.base/call-sc.exp: Likewise.
147 * gdb.base/callfuncs.exp: Likewise.
148 * gdb.base/charset.exp: Likewise.
149 * gdb.base/dump.exp: Likewise.
150 * gdb.base/ena-dis-br.exp: Likewise.
151 * gdb.base/relational.exp: Likewise.
152 * gdb.base/step-over-syscall.exp: Likewise.
153 * gdb.base/structs.exp: Likewise.
154
58eb20d5
AB
1552019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.linespec/explicit.exp: Make test names unique.
158 * gdb.linespec/ls-errs.exp: Likewise.
159
4d421147
AB
1602019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.reverse/break-precsave.exp: Make test names unique.
163 * gdb.reverse/break-reverse.exp: Likewise.
164 * gdb.reverse/finish-precsave.exp: Likewise.
165 * gdb.reverse/finish-reverse.exp: Likewise.
166 * gdb.reverse/machinestate-precsave.exp: Likewise.
167 * gdb.reverse/machinestate.exp: Likewise.
168 * gdb.reverse/readv-reverse.exp: Likewise.
169 * gdb.reverse/recvmsg-reverse.exp: Likewise.
170 * gdb.reverse/sigall-precsave.exp: Likewise.
171 * gdb.reverse/sigall-reverse.exp: Likewise.
172 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
173 * gdb.reverse/watch-precsave.exp: Likewise.
174 * gdb.reverse/watch-reverse.exp: Likewise.
175
d8c06f22
AB
1762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.threads/stop-with-handle.c: New file.
179 * gdb.threads/stop-with-handle.exp: New file.
180
3a56ed86
TV
1812019-10-03 Tom de Vries <tdevries@suse.de>
182
183 PR testsuite/25059
184 * gdb.base/list-missing-source.exp: Allowing the "Compilation
185 directory" line to be missing.
186
42275044
TV
1872019-10-03 Tom de Vries <tdevries@suse.de>
188
189 PR testsuite/25059
190 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
191 type optional.
192
9ef62df0
AA
1932019-10-02 Andreas Arnez <arnez@linux.ibm.com>
194
195 * gdb.python/py-format-string.c (string.h): New include.
196 (main): Fill a_struct_with_union.the_union.an_int with bytes of
197 the same value, for endianness-independence.
198 * gdb.python/py-format-string.exp (default_regexp_dict)
199 (test_pretty_structs, test_format): Adjust expected output to the
200 changed initialization.
201
37f6a7f4
TT
2022019-10-02 Tom Tromey <tromey@adacore.com>
203
204 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
205
1d58d6a2
PA
2062019-10-02 Pedro Alves <palves@redhat.com>
207 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
210 "print-file-var.h".
211 (this_version_id) Use ATTRIBUTE_VISIBILITY.
212 (get_version_1): Print this_version_id and its address.
213 Add extern "C" wrappers around interface functions.
214 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
215 "print-file-var.h".
216 (this_version_id) Use ATTRIBUTE_VISIBILITY.
217 (get_version_2): Print this_version_id and its address.
218 Add extern "C" wrappers around interface functions.
219 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
220 <stddef.h> and "print-file-var.h".
221 Add extern "C" wrappers around interface functions.
222 [VERSION_ID_MAIN] (this_version_id): Define.
223 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
224 * gdb.base/print-file-var.h: Add some #defines to simplify setting
225 up extern "C" blocks.
226 * gdb.base/print-file-var.exp (test): New, factored out from top
227 level.
228 (top level): Test all combinations of attribute hidden or not,
229 dlopen or not, and this_version_id symbol in main file or not.
230 Compile tests as both C++ and C, make test names unique.
231
d770d56f
TT
2322019-10-01 Tom Tromey <tom@tromey.com>
233
234 * gdb.base/style.exp: Test "show logging filename".
235
7f6aba03
TT
2362019-10-01 Tom Tromey <tom@tromey.com>
237
238 * lib/gdb-utils.exp (style): Handle "metadata" argument.
239 * gdb.base/style.exp: Add metadata style test.
240
14309bb6
TT
2412019-10-01 Tom Tromey <tom@tromey.com>
242
243 * gdb.base/style.exp: Test "pwd".
244
2a3c1174
PA
2452019-10-01 Tom Tromey <tom@tromey.com>
246
247 * gdb.base/style.exp: Update tests.
248
53d666ec
AA
2492019-10-01 Andreas Arnez <arnez@linux.ibm.com>
250
251 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
252 'six' to unsigned.
253 (s1): Initialize fields 'four' and 'six' instead of 'three' and
254 'five'. Use an all-ones bit pattern for each.
255 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
256 to its changed values.
257
4a56a520
TT
2582019-09-30 Tom Tromey <tromey@adacore.com>
259
260 * gdb.rust/traits.rs: Disable all warnings.
261
0df0352a
TV
2622019-09-29 Tom de Vries <tdevries@suse.de>
263
264 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
265
73d9a918
TV
2662019-09-29 Tom de Vries <tdevries@suse.de>
267
268 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
269
060b3ab4
TV
2702019-09-27 Tom de Vries <tdevries@suse.de>
271
272 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
273
68f7d34d
TV
2742019-09-27 Tom de Vries <tdevries@suse.de>
275
276 PR record/23188
277 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
278
5d63b30a
TT
2792019-09-26 Tom Tromey <tromey@adacore.com>
280
281 * gdb.ada/py_taft.exp: New file.
282 * gdb.ada/py_taft/main.adb: New file.
283 * gdb.ada/py_taft/pkg.adb: New file.
284 * gdb.ada/py_taft/pkg.ads: New file.
285
3d435220
TV
2862019-09-24 Tom de Vries <tdevries@suse.de>
287
288 PR gdb/24598
289 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
290
77d03678
TV
2912019-09-22 Tom de Vries <tdevries@suse.de>
292
293 * gdb.base/restore.exp: Allow register variables to be optimized out at
294 -O0.
295
abf516c6
UW
2962019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
297
298 * gdb.arch/spu-info.exp: Remove file.
299 * gdb.arch/spu-info.c: Remove file.
300 * gdb.arch/spu-ls.exp: Remove file.
301 * gdb.arch/spu-ls.c: Remove file.
302
303 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
304 * gdb.asm/spu.inc: Remove file.
305
306 * gdb.base/dump.exp: Remove support for spu*-*-*.
307 * gdb.base/stack-checking.exp: Likewise.
308 * gdb.base/overlays.exp: Likewise.
309 * gdb.base/ovlymgr.c: Likewise.
310 * gdb.base/spu.ld: Remove file.
311
312 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
313 * gdb.cp/cpexprs.exp: Likewise.
314 * gdb.cp/exception.exp: Likewise.
315 * gdb.cp/gdb2495.exp: Likewise.
316 * gdb.cp/mb-templates.exp: Likewise.
317 * gdb.cp/pr9167.exp: Likewise.
318 * gdb.cp/userdef.exp: Likewise.
319
320 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
321
322 * gdb.cell: Remove directory.
323 * lib/cell.exp: Remove file.
324
e452e88f
TV
3252019-09-19 Tom de Vries <tdevries@suse.de>
326
327 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
328
8a625130
TV
3292019-09-19 Tom de Vries <tdevries@suse.de>
330
331 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
332
81dc3ab5
TV
3332019-09-19 Tom de Vries <tdevries@suse.de>
334
335 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
336 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
337 (gdb_target_cmd): ... here.
338 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
339 value 2.
340
b078f3ac
AB
3412019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.base/source-dir.exp: Avoid having directory names in test
344 names.
345
f1b620e9
MG
3462019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
347
348 * gdb.base/source-dir.exp: Add extra test for mapped compilation
349 directory.
350
67f3ed6a
AB
3512019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.base/list-missing-source.exp: New file.
354
d1b70248
TV
3552019-09-14 Tom de Vries <tdevries@suse.de>
356
357 PR teststuite/24599
358 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
359 * lib/ada.exp (gnatmake_version_at_least): New proc.
360
5fabdcd6
AB
3612019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.base/maint.exp: Use exec_has_index_section.
364
aa17805f
AB
3652019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.base/maint.exp: Add test for 'maint info sections'.
368
25e5c209
TV
3692019-09-12 Tom de Vries <tdevries@suse.de>
370
371 * gdb.base/store.exp: Allow register variables to be optimized out at
372 -O0.
373
4993045d
PW
3742019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
375
376 * gdb.ada/rdv_wait.exp: Update to new task names.
377 * gdb.base/task_switch_in_core.exp: Likewise.
378 * gdb.base/info_sources_base.c: Likewise.
379
8a516164
TT
3802019-09-10 Tom Tromey <tromey@adacore.com>
381
382 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
383
aa391654
TT
3842019-09-10 Tom Tromey <tromey@adacore.com>
385
386 * gdb.ada/dgopt.exp: New file.
387 * gdb.ada/dgopt/x.adb: New file.
388
8634b462
TT
3892019-09-08 Tom Tromey <tom@tromey.com>
390
391 * gdb.tui/resize.exp: Remove setup_xfail.
392 * gdb.tui/regs.exp: Remove setup_xfail.
393 * gdb.tui/basic.exp: Remove setup_xfail.
394
736b0f76
DB
3952019-09-06 David Blaikie <dblaikie@gmail.com>
396
397 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
398 * gdb.cp/cplabel.exp: Ditto.
399 * gdb.linespec/ls-errs.exp: Ditto.
400
30331a6c
TV
4012019-09-05 Tom de Vries <tdevries@suse.de>
402
403 * lib/gdb.exp (cmp_file_string): New proc.
404 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
405 runto_main. Verify save breakpoints output.
406
98b0ebab
PW
4072019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
408
409 * gdb.base/info-var.exp: Test info variables without running
410 to main, to avoid expect's buffer overflow.
411
4e962e74
TT
4122019-09-03 Tom Tromey <tromey@adacore.com>
413
414 * gdb.ada/bias.exp: New file.
415 * gdb.ada/bias/bias.adb: New file.
416 * gdb.ada/print_chars.exp: Add regression test.
417 * gdb.ada/print_chars/foo.adb (My_Character): New type.
418 (MC): New variable.
419
2ea1a07a
SL
4202019-08-29 Sandra Loosemore <sandra@codesourcery.com>
421
422 * gdb.base/argv0-symlink.exp: Run only on native target
423 and local host.
424
8077c50d
TV
4252019-08-29 Tom de Vries <tdevries@suse.de>
426
427 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
428 diverse debug info.
429 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
430
48352473
TV
4312019-08-28 Tom de Vries <tdevries@suse.de>
432
433 * gdb.base/info-var.exp: Allow info variables to print info for files
434 other than info-var-f1.c and info-var-f2.c.
435
d8f27c60
AB
4362019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.fortran/info-types.exp: Add module.
439 * gdb.fortran/info-types.f90: Update expected results.
440
1f20c35e
AB
4412019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * gdb.fortran/info-types.exp: New file.
444 * gdb.fortran/info-types.f90: New file.
445 * lib/fortran.exp (fortran_character1): New proc.
446
4acfdd20
AB
4472019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
450 functions'. Reindent as needed.
451 * gdb.base/info-var-f1.c: New file.
452 * gdb.base/info-var-f2.c: New file.
453 * gdb.base/info-var.exp: New file.
454 * gdb.base/info-var.h: New file.
455
5c31b358
TV
4562019-08-26 Tom de Vries <tdevries@suse.de>
457
458 PR c++/24852
459 * gdb.cp/no-libstdcxx-probe.exp: New test.
460
b694989f
TV
4612019-08-26 Tom de Vries <tdevries@suse.de>
462
463 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
464 * tests need to be skipped.
465 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
466 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
467 mi_skip_libstdcxx_probe_tests.
468
d9c4ba53
SDJ
4692019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
470
471 * gdb.python/py-xmethods.exp: Use raw strings when passing
472 arguments to SimpleXMethodMatcher.
473
395fad09
TV
4742019-08-22 Tom de Vries <tdevries@suse.de>
475
476 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
477 more informative.
478
26c957f1
PA
4792019-08-21 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/with.exp: Test "with" with no arguments.
482
61f80d5d
TV
4832019-08-21 Tom de Vries <tdevries@suse.de>
484
485 * gdb.base/gdb-caching-proc.exp: Sort files.
486
d7a11d13
TV
4872019-08-20 Tom de Vries <tdevries@suse.de>
488
489 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
490 compilation.
491
34dafe9f
TV
4922019-08-16 Tom de Vries <tdevries@suse.de>
493
494 * gdb.base/compare-sections.exp ("after run to main"): Allow
495 mismatched read-only sections for PIE executables.
496
398fdd60
TT
4972019-08-16 Tom Tromey <tom@tromey.com>
498
499 * lib/tuiterm.exp (_csi_Z): New proc.
500 * gdb.tui/basic.exp: Update window positions.
501 * gdb.tui/empty.exp: Update window positions.
502
d8f9e51c
SL
5032019-08-15 Sandra Loosemore <sandra@codesourcery.com>
504
505 * gdb.base/examine-backward.exp: Correct regexp for
506 "examine 3 bytes backward from ${address_zero}".
507
3df505f6
TT
5082019-08-15 Tom Tromey <tom@tromey.com>
509
510 * gdb.tui/empty.exp: Enable resizing tests.
511
272560b5
TT
5122019-08-15 Tom Tromey <tromey@adacore.com>
513
514 * gdb.ada/char_enum.exp: Add regression tests.
515 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
516 and '0'.
517 (Char, Gchar): Update.
518 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
519
08235187
CB
5202019-08-15 Christian Biesinger <cbiesinger@google.com>
521
522 * gdb.python/python.exp: Expect a leading underscore on
523 GdbOutput{,Error}File.
524
22a2ab04
SL
5252019-08-15 Sandra Loosemore <sandra@codesourcery.com>
526
527 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
528 Windows host.
529
835b995b
SL
5302019-08-15 Sandra Loosemore <sandra@codesourcery.com>
531
532 * gdb.base/batch-preserve-term-settings.exp
533 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
534
97dd8e07
CB
5352019-08-15 Christian Biesinger <cbiesinger@google.com>
536
537 * lib/gdb.exp: When running on a mingw target, replace
538 /x/ with x:/.
539
75faf5c4
AH
5402019-08-14 Alan Hayward <alan.hayward@arm.com>
541
542 * gdb.arch/aarch64-prologue.c: New test.
543 * gdb.arch/aarch64-prologue.exp: New file.
544
abc6c00f
TV
5452019-08-13 Tom de Vries <tdevries@suse.de>
546
547 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
548 Thread.
549
74c2c1f4
SL
5502019-08-13 Sandra Loosemore <sandra@codesourcery.com>
551
552 * gdb.python/py-completion.exp: Download the .py file to the host
553 and use its host pathname. Conditionalize tests that use
554 tab completion and manipulate files on the build machine.
555 * gdb.python/py-events.exp: Download the .py file to the host
556 and use its host pathname.
557 * gdb.python/py-evsignal.exp: Likewise.
558 * gdb.python/py-evthreads.exp: Likewise.
559 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
560 pathname syntax.
561 * gdb.python/py-framefilter.exp: Download the .py file to the right
562 place on the host. Match Windows pathname syntax.
563 * gdb.python/py-mi-var-info-path-expression.exp: Download the
564 .py file to the host and use its host pathname.
565 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
566 * gdb.python/py-objfile.exp: Expect a host pathname, not a
567 build pathname. Skip symlink test on Windows host. Add missing
568 newline at end of file.
569 * gdb.python/py-pp-maint.exp: Download the .py file to the host
570 and use its host pathname.
571 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
572 * gdb.python/py-section-script.exp: Use host location of binfile
573 on safe-path. Use correct path separator on Windows host.
574 Reorder alternatives in gdb_test_multiple to prevent matching
575 the wrong alternative on success.
576 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
577
ca2589f3
PP
5782019-08-12 Patrick Palka <patrick@parcs.ath.cx>
579
580 * gdb.gdb/selftest.exp (test_with_self): Update test to now
581 expect the GDB inferior to no longer immediately stop after
582 being resumed with "signal SIGINT".
583
020a839d
SL
5842019-08-09 Sandra Loosemore <sandra@codesourcery.com>
585
586 * gdb.linespec/break-ask.exp: Generalize regexps to match
587 Windows pathnames too.
588
128d6509
TV
5892019-08-08 Tom de Vries <tdevries@suse.de>
590
591 PR testsuite/24862
592 * lib/tuiterm.exp (_accept): Fix CSI regexp.
593
590042fc
PW
5942019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
595
596 * gdb.base/style.exp: Update tests for help doc new invariants.
597 * gdb.base/help.exp: Likewise.
598
046bebe1
TT
5992019-08-06 Tom Tromey <tom@tromey.com>
600
601 * gdb.base/style.exp: Add disassemble test.
602 * gdb.base/style.c (some_called_function): New function.
603 (main): Use it.
604
0b27c27d
CB
6052019-08-05 Christian Biesinger <cbiesinger@google.com>
606
607 * gdb.python/py-block.exp: Test dictionary access on blocks.
608
580f1034
SM
6092019-08-05 Simon Marchi <simon.marchi@efficios.com>
610
611 PR gdb/24863
612 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
613 -list-thread-groups --available test when running under
614 check-read1.
615
d86bd7cb
TV
6162019-08-05 Tom de Vries <tdevries@suse.de>
617
618 PR testsuite/24863
619 * lib/gdb.exp (with_read1_timeout_factor): New proc.
620 * gdb.base/help.exp: Use with_read1_timeout_factor.
621 * gdb.base/info-macros.exp: Same.
622 * gdb.cp/nested-types.exp: Same.
623
a80cf5d8
TV
6242019-08-05 Tom de Vries <tdevries@suse.de>
625
626 * lib/gdb.exp (version_at_least): Factor out of ...
627 (tcl_version_at_least): ... here.
628 (gdb_compile): Fail if pie results in non-PIE executable.
629 (readelf_version, readelf_prints_pie): New proc.
630 (exec_is_pie): Return -1 if unknown.
631
d0962838
TV
6322019-08-05 Tom de Vries <tdevries@suse.de>
633
634 * lib/gdb.exp (tcl_version_at_least): Fix typo.
635
2252ff3d
SL
6362019-08-04 Sandra Loosemore <sandra@codesourcery.com>
637
638 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
639
26655f53
SL
6402019-08-04 Sandra Loosemore <sandra@codesourcery.com>
641
642 * lib/completion-support.exp (test_gdb_complete_none): Skip
643 tab completion tests if no readline support.
644 (test_gdb_complete_unique_re): Likewise.
645 (test_gdb_complete_multiple): Likewise.
646
db4dc13e
PW
6472019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
648
649 * gdb.base/info_sources.exp: New file.
650 * gdb.base/info_sources.c: New file.
651 * gdb.base/info_sources_base.c: New file.
652
0eba165a
PFC
6532019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
654
655 * gdb.base/batch-exit-status.exp: Call test_exit_status with
656 prefix argument.
657 (test_exit_status): Add prefix argument.
658
59bd512b
TV
6592019-08-01 Tom de Vries <tdevries@suse.de>
660
661 PR testsuite/24863
662 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
663 calling exp_continue for new thread and thread exited messages.
664
2a3ad588
TV
6652019-08-01 Tom de Vries <tdevries@suse.de>
666
667 PR testsuite/24863
668 * gdb.base/structs.exp: Fix check-read1 timeout using
669 gdb_test_sequence.
670 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
671
117eb594
TV
6722019-08-01 Tom de Vries <tdevries@suse.de>
673
674 PR testsuite/24863
675 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
676 line.
677
ed591340
TV
6782019-08-01 Tom de Vries <tdevries@suse.de>
679
680 PR testsuite/24863
681 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
682
aa3b6533
TT
6832019-07-30 Tom Tromey <tromey@adacore.com>
684
685 * gdb.ada/display_nested.exp: New file.
686 * gdb.ada/display_nested/foo.adb: New file.
687 * gdb.ada/display_nested/pack.adb: New file.
688 * gdb.ada/display_nested/pack.ads: New file.
689
2906593f
CB
6902019-07-30 Christian Biesinger <cbiesinger@google.com>
691
692 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
693 namespace.
694 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
695
0f575925
TV
6962019-07-30 Tom de Vries <tdevries@suse.de>
697
698 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
699 instead.
700
b13057d9
TV
7012019-07-30 Tom de Vries <tdevries@suse.de>
702
703 PR testsuite/24834
704 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
705 (exec_is_pie): New proc.
706
5c4dde85
CB
7072019-07-29 Christian Biesinger <cbiesinger@google.com>
708
709 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
710
c620ed88
CB
7112019-07-29 Christian Biesinger <cbiesinger@google.com>
712
713 * gdb.python/py-objfile.c: Add global and static vars.
714 * gdb.python/py-objfile.exp: Test new functions Objfile.
715 lookup_global_symbol and lookup_static_symbol.
716
3d235706
TT
7172019-07-29 Tom Tromey <tom@tromey.com>
718
719 * lib/tuiterm.exp (Term::_csi_@): New proc.
720 (Term::_csi_X): Don't move cursor.
721
c7e4c0a6
PW
7222019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
723
724 * gdb.base/options.exp: Update backtrace - completion to
725 new option -frame-info.
726 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
727 Test new 'set print frame-info'. Test backtrace -frame-info
728 overriding 'set print frame-info'.
729 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
730 Test new 'set print frame-info'.
731 Verify consistency of backtrace with and without filters, with and
732 without -no-filters.
733 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
734 default.
735
de28a3b7
TV
7362019-07-29 Tom de Vries <tdevries@suse.de>
737
738 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
739 no arguments".
740
507dd60e
TV
7412019-07-29 Tom de Vries <tdevries@suse.de>
742
743 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
744 is a substring of the first for "complete non-unique file name".
745
5beafce9
TV
7462019-07-29 Tom de Vries <tdevries@suse.de>
747
748 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
749 with ".*".
750
2d274232
TV
7512019-07-29 Tom de Vries <tdevries@suse.de>
752
753 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
754 Pass prompt_regexp parameter to gdb_test_multiple calls.
755
9197cd8b
TV
7562019-07-29 Tom de Vries <tdevries@suse.de>
757
758 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
759 print registers" regexps.
760
b528dae0
TV
7612019-07-29 Tom de Vries <tdevries@suse.de>
762
763 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
764
d17725d7
TV
7652019-07-29 Tom de Vries <tdevries@suse.de>
766
767 PR gdb/24855
768 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
769 (skip_python_tests_prompt): Add prompt_regexp argument to
770 gdb_test_multiple calls.
771
52b75bf1
TT
7722019-07-27 Tom Tromey <tom@tromey.com>
773
774 * gdb.tui/main.exp: New file.
775
2b1d00c2
TT
7762019-07-27 Tom Tromey <tom@tromey.com>
777
778 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
779 optional.
780 * gdb.tui/empty.exp: New file.
781
ded631d5
TT
7822019-07-27 Tom Tromey <tom@tromey.com>
783
784 * lib/tuiterm.exp (spawn): New proc.
785 (Term::resize): New proc.
786 * gdb.tui/resize.exp: New file.
787
58ac439d
TT
7882019-07-27 Tom Tromey <tom@tromey.com>
789
790 * gdb.tui/list.exp: New file.
791
fe1f56ee
TT
7922019-07-27 Tom Tromey <tom@tromey.com>
793
794 * gdb.tui/regs.exp: New file.
795
f790b310
TT
7962019-07-27 Tom Tromey <tom@tromey.com>
797
798 * gdb.tui/basic.exp: Add "layout split" test.
799
d95fc6ee
TT
8002019-07-27 Tom Tromey <tom@tromey.com>
801
802 * gdb.tui/basic.exp: Add "layout asm" test.
803
c3786b3a
TT
8042019-07-27 Tom Tromey <tom@tromey.com>
805
806 * lib/tuiterm.exp: New file.
807 * gdb.tui/basic.exp: New file.
808
98a617f8
KB
8092019-07-27 Kevin Buettner <kevinb@redhat.com>
810
811 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
812 Enable tests associated with this flag. Adjust regex
813 referencing "foo_low" to now refer to "foo_cold" instead.
814
5c076da4
KB
8152019-07-27 Kevin Buettner <kevinb@redhat.com>
816
817 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
818 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
819 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
820 foo_cold. Revise comments to match.
821 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
822 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
823 were wrapped into this proc; Call do_test in loop from outermost
824 level.
825 (foo_low): Rename all occurrences to "foo_cold".
826 (backtrace from baz): New test.
827 (x2/i foo_cold): New test.
828 (info line *foo_cold): New test.
829
1512d3b7
TV
8302019-07-26 Tom de Vries <tdevries@suse.de>
831
832 * gdb.arch/i386-pkru.exp: Fix unterminated string.
833
297989a1
TV
8342019-07-25 Tom de Vries <tdevries@suse.de>
835
836 PR testsuite/24830
837 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
838 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
839 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
840 (skip_libstdcxx_probe_tests): ... here.
841 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
842
b3b965fb
TV
8432019-07-24 Tom de Vries <tdevries@suse.de>
844
845 PR testsuite/24807
846 * gdb.objc/basicclass.m: Include stdio.h.
847 * gdb.objc/nondebug.m: Same.
848 * gdb.objc/objcdecode.m: Same.
849
4625b4d0
TV
8502019-07-24 Tom de Vries <tdevries@suse.de>
851
852 PR testsuite/24612
853 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
854 additional_flags.
855
024a5840
TV
8562019-07-24 Tom de Vries <tdevries@suse.de>
857
858 PR testsuite/24831
859 * gdb.multi/tids.exp: Update error messages for info threads.
860
c76ddaa3
TV
8612019-07-24 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/info-types.exp: Allow info types to print info for more than
864 one file.
865
9a618ef6
TV
8662019-07-23 Tom de Vries <tdevries@suse.de>
867
868 PR testsuite/24842
869 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
870 gdb_spawn_with_cmdline_opts.
871
40eadf04
SP
8722019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
873
874 * gdb.arch/arm-cmse-sgstubs.c: New test.
875 * gdb.arch/arm-cmse-sgstubs.exp: New file.
876
5ba29434
TV
8772019-07-23 Tom de Vries <tdevries@suse.de>
878
879 PR testsuite/24711
880 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
881 issuing next command.
882
a8e9d247
AB
8832019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * gdb.ada/info_auto_lang.exp: Update expected results.
886 * gdb.base/info-types.c: Add additional types to check.
887 * gdb.base/info-types.exp: Update expected results.
888
eb86c5e2
AB
8892019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.base/info-types.c: New file.
892 * gdb.base/info-types.exp: New file.
893
01e175fe
AB
8942019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.arch/riscv-bp-infcall.c: New file.
897 * gdb.arch/riscv-bp-infcall.exp: New file.
898
6b78c3f8
AB
8992019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 PR breakpoints/24541
902 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
903
da738167
TV
9042019-07-14 Tom de Vries <tdevries@suse.de>
905
906 PR testsuite/24760
907 * gdb.objc/basicclass.exp: Fix unterminated string.
908
0d4e84ed
AB
9092019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
910 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
913 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
914 negative bounds.
915 * gdb.fortran/vla-value.exp: Print elements of an array with
916 negative bounds.
917 * gdb.fortran/vla.f90: Setup an array with negative bounds for
918 testing.
919
021d8588
AB
9202019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * gdb.base/options.exp (expect_string): Dequote strings in
923 results.
924 (test-string): Test strings with different quoting and reindent.
925
f06f1252
TT
9262019-07-10 Tom Tromey <tromey@adacore.com>
927
928 * gdb.ada/mi_ex_cond.exp: Update expected results.
929 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
930 * gdb.ada/mi_catch_ex.exp: Update expected results.
931 * gdb.ada/mi_catch_assert.exp: Update expected results.
932 * gdb.ada/catch_ex.exp (catch_exception_info)
933 (catch_exception_entry, catch_assert_entry)
934 (catch_unhandled_entry): Update.
935 * gdb.ada/catch_assert_if.exp: Update expected results.
936
b863685d
RB
9372019-07-10 Richard Bunt <richard.bunt@arm.com>
938 Stephen Roberts <stephen.roberts@arm.com>
939
940 * gdb.base/define.exp: Restore original prompt.
941
cb1e4e32
PA
9422019-07-09 Pedro Alves <palves@redhat.com>
943
944 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
945 breakpoints" output.
946 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
947 * gdb.python/py-breakpoint.exp: No longer expect that "catch
948 throw" creates breakpoint.
949 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
950 'type="catchpoint"'.
951
b58a68fe
PA
9522019-07-09 Pedro Alves <palves@redhat.com>
953
954 PR c++/15468
955 * gdb.cp/except-multi-location-lib.cc: New.
956 * gdb.cp/except-multi-location-main.cc: New.
957 * gdb.cp/except-multi-location.exp: New.
958
0826779b
PW
9592019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
960
961 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
962 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
963 argument and update callers.
964
5b0e2db4
AB
9652019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.arch/amd64-break-on-asm-line.S: New file.
968 * gdb.arch/amd64-break-on-asm-line.exp: New file.
969
1f6f6e21
PW
9702019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
971
972 * gdb.base/printcmds.exp: Test printing C string and
973 C wide string convenience vars without transiting via the inferior.
974 Also make test names unique.
975
ea142fbf
AH
9762019-07-08 Alan Hayward <alan.hayward@arm.com>
977
5862c886 978 PR breakpoints/25011
ea142fbf
AH
979 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
980
213fd9fa
PA
9812019-07-04 Pedro Alves <palves@redhat.com>
982
983 * lib/gdb.exp (foreach_with_prefix): Don't return early if
984 body returned ok(0), break(3) or continue(4).
985 * gdb.testsuite/foreach_with_prefix.exp: New file.
986
2b40fda7
AH
9872019-07-04 Alan Hayward <alan.hayward@arm.com>
988
989 * gdb.server/unittest.exp: Allow 0 unit tests to run.
990
a26c8de0
PA
9912019-07-03 Pedro Alves <palves@redhat.com>
992
993 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
994 "return -code".
995
5f4ba3e7
PA
9962019-07-03 Pedro Alves <palves@redhat.com>
997
998 PR cli/24732
999 * gdb.base/shell.exp: Load completion-support.exp.
1000 Adjust expected error output. Add completion tests.
1001
a994424f
PA
10022019-07-03 Pedro Alves <palves@redhat.com>
1003
1004 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1005 string_to_regexp.
1006
3d9be6f5
PA
10072019-07-03 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1010 (expect_integer): Adjust to expect "-string".
1011 (expect_string): New.
1012 (all_options): Expect "-string".
1013 (test-flag, test-boolean): Adjust to expect "-string".
1014 (test-string): New proc.
1015 (top level): Call it.
1016
41fc454c
PA
10172019-07-03 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1020 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1021 the expected output in the success.
1022
b2b2a215
PA
10232019-07-03 Pedro Alves <palves@redhat.com>
1024
1025 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1026 Split one gdb_test_multiple call in two to avoid a race.
1027
fdbc9870
PA
10282019-07-03 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.base/with.c: New file.
1031 * gdb.base/with.exp: New file.
1032
c6ac8931
PA
10332019-07-03 Pedro Alves <palves@redhat.com>
1034
1035 * gdb.base/settings.exp: Replace all references to "maint
1036 test-settings set" with references to "maint set test-settings",
1037 and all references to "maint test-settings show" with references
1038 to "maint show test-settings".
1039
970f9d09
PA
10402019-07-03 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.base/settings.exp (test-string): Adjust expected out when
1043 testing "maint test-settings show filename"
1044
54d66006
PA
10452019-07-02 Pedro Alves <palves@redhat.com>
1046
1047 * gdb.base/options.exp (test-info-threads): New procedure.
1048 (top level): Call it.
1049
10d06d82
TT
10502019-06-28 Tom Tromey <tromey@adacore.com>
1051
1052 * gdb.dwarf2/ada-linkage-name.c: New file.
1053 * gdb.dwarf2/ada-linkage-name.exp: New file.
1054
3d507ff2
TT
10552019-06-27 Tom Tromey <tromey@adacore.com>
1056
d039f014 1057 PR c++/20020:
3d507ff2
TT
1058 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1059
8af58ffe
TV
10602019-06-26 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1063
22e21752
TV
10642019-06-26 Tom de Vries <tdevries@suse.de>
1065
1066 * gdb.base/index-cache.exp: Add back missing debug option.
1067
b65b566c
PW
10682019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1069
1070 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1071
5c2c8c69
TV
10722019-06-25 Tom de Vries <tdevries@suse.de>
1073
1074 PR testsuite/24727
1075 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1076
164e3873
TV
10772019-06-24 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1080
824eacee
TV
10812019-06-24 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1084 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1085 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1086
385b97d3
TV
10872019-06-24 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1090
c596f180
TV
10912019-06-21 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1094
b13a7d03
TV
10952019-06-21 Tom de Vries <tdevries@suse.de>
1096
1097 PR testsuite/24518
1098 PR ada/24713
1099 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1100 index.
1101
899277ae
TT
11022019-06-19 Tom Tromey <tromey@adacore.com>
1103
1104 * gdb.ada/length_cond.exp: Add intro comment.
1105
680e1bee
TT
11062019-06-19 Tom Tromey <tromey@adacore.com>
1107
1108 * gdb.ada/length_cond.exp: New file.
1109 * gdb.ada/length_cond/length_cond.adb: New file.
1110 * gdb.ada/length_cond/pck.adb: New file.
1111 * gdb.ada/length_cond/pck.ads: New file.
1112
0ed4690a
TV
11132019-06-18 Tom de Vries <tdevries@suse.de>
1114
1115 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1116
d20ed5fd
TT
11172019-06-18 Tom Tromey <tromey@adacore.com>
1118
1119 * gdb.base/list0.h: Add comment explaining control character.
1120
86e04673
TV
11212019-06-18 Tom de Vries <tdevries@suse.de>
1122
1123 * boards/fission.exp: Break up long debug_flags line.
1124
c4973306
SM
11252019-06-16 Tom de Vries <tdevries@suse.de>
1126
1127 PR gdb/24445
1128 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1129 generated index.
1130
93cb9841
AB
11312019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 PR gdb/24686
1134 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1135 improve detection of bug gdb/24541.
1136
399aaebd
SM
11372019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1138
1139 PR gdb/24669
1140 * gdb.base/index-cache.exp (uses_readnow,
1141 expecting_index_cache_use): Define global variable.
1142 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1143 expecting_index_cache_use.
1144
584a927c
AB
11452019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1146 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * gdb.fortran/pointers.f90: New file.
1149 * gdb.fortran/print_type.exp: New file.
1150 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1151 * gdb.fortran/vla-type.exp: Likewise.
1152 * gdb.fortran/vla-value.exp: Likewise.
1153 * gdb.mi/mi-vla-fortran.exp: Likewise.
1154
30056ea0
AB
11552019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1158 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1159 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1160 as a stop reason.
1161
ec8e2b6d
AB
11622019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.base/annota1.exp: Update expected results.
1165 * gdb.cp/annota2.exp: Likewise.
1166 * gdb.cp/annota3.exp: Likewise.
1167
09e4c4e1
AB
11682019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.base/style-logging.exp: Remove path from test name.
1171
0735b091
TT
11722019-06-14 Tom Tromey <tromey@adacore.com>
1173
1174 PR gdb/24502:
1175 * gdb.base/style-logging.exp: New file.
1176
f5686554
TT
11772019-06-14 Tom Tromey <tromey@adacore.com>
1178
1179 * gdb.base/symfile-warn.exp: New file.
1180 * gdb.base/symfile-warn.c: New file.
1181
a0c1ffed
TT
11822019-06-14 Tom Tromey <tromey@adacore.com>
1183
1184 * gdb.base/annotate-symlink.exp: New file.
1185
f411722c
TT
11862019-06-14 Tom Tromey <tromey@adacore.com>
1187
1188 * gdb.ada/set_wstr.exp: Add reassignment test.
1189
4268ec18
TT
11902019-06-14 Tom Tromey <tromey@adacore.com>
1191
1192 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1193 'unchecked_access and 'unrestricted_access as well.
1194
9a9e394b
TT
11952019-06-14 Tom Tromey <tromey@adacore.com>
1196
1197 PR ada/24539:
1198 * gdb.ada/vla.exp: Update tests.
1199 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1200 pragma.
1201
4c048731
PA
12022019-06-13 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.base/settings.exp (test-integer): Test junk after
1205 "unlimited".
1206
6665660a
PA
12072019-06-13 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.base/options.exp (test-thread-apply): New.
1210 (top level): Call it.
1211
5d707134
PA
12122019-06-13 Pedro Alves <palves@redhat.com>
1213
1214 * gdb.base/options.exp (test-frame-apply): New.
1215 (top level): Test print commands with different "frame apply"
1216 prefixes.
1217
e2a689da
PA
12182019-06-13 Pedro Alves <palves@redhat.com>
1219
e79be6e5 1220 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1221 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1222 'max_completions' parameter and handle it.
1223 (test_gdb_completion_offers_commands): New.
1224
90a1ef87
PA
12252019-06-13 Pedro Alves <palves@redhat.com>
1226
1227 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1228
d4c16835
PA
12292019-06-13 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/options.exp (test-backtrace): New.
1232 (top level): Call it.
1233
2daf894e
PA
12342019-06-13 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.guile/scm-frame-args.exp: Use "set print
1237 raw-frame-arguments" instead of "set print raw frame-arguments".
1238 * gdb.python/py-frame-args.exp: Likewise.
1239
e6ed716c
PA
12402019-06-13 Pedro Alves <palves@redhat.com>
1241
1242 * gdb.compile/compile.exp: Adjust expected output to option
1243 processing changes.
1244
7d8062de
PA
12452019-06-13 Pedro Alves <palves@redhat.com>
1246
1247 * gdb.base/options.exp: Build executable.
1248 (test-print): New procedure.
1249 (top level): Call it, once for "print" and another for "compile
1250 print".
1251
9d0faba9
PA
12522019-06-13 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.base/options.c: New file.
1255 * gdb.base/options.exp: New file.
1256
dee7b4c8
PA
12572019-06-13 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1260 that "o" is ambiguous.
1261
dca0f6c0
PA
12622019-06-13 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.base/settings.c: New file.
1265 * gdb.base/settings.exp: New file.
1266
ccf46844
PA
12672019-06-13 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/completion.exp: Fix comment typo.
1270
b9a3f842
PA
12712019-06-13 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1274 foo --1" test.
1275
d106773e
PA
12762019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1277
1278 * gdb.fortran/block-data.f: New.
1279 * gdb.fortran/block-data.exp: New.
1280
fea82da0
TV
12812019-06-11 Tom de Vries <tdevries@suse.de>
1282
1283 PR testsuite/24521
1284 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1285 message.
1286
8c2e74f1
TV
12872019-06-11 Tom de Vries <tdevries@suse.de>
1288
1289 PR testsuite/24521
1290 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1291
b49851c8
TV
12922019-06-11 Tom de Vries <tdevries@suse.de>
1293
1294 * boards/readnow.exp: New file.
1295
a7067863
AB
12962019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.fortran/vla-sizeof.exp: Update expected results.
1299
1a3da2cd
AB
13002019-06-06 Amos Bird <amosbird@gmail.com>
1301
1302 * gdb.base/annota1.exp (thread_switch): Add test for
1303 thread-exited annotation.
1304
3847a7bf
TT
13052019-06-06 Tom Tromey <tromey@adacore.com>
1306
1307 * gdb.base/maint.exp: Expect command started/finished output.
1308
0088ba59
AB
13092019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1310
1311 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1312 comment.
1313 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1314
312617a3
AB
13152019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1316
1317 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1318 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1319 * gdb.arch/riscv-unwind-long-insn.c: New file.
1320 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1321
e1f2e1a2
CB
13222019-06-04 Christian Biesinger <cbiesinger@google.com>
1323
d3238f7d 1324 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1325
206584bd
PW
13262019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1327
1328 * lib/gdb.exp (help_list_trailer): New regexp variable
1329 factorizing the help trailer message.
1330 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1331 arg to allow to better factorize various tests.
1332 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1333 (test_prefix_command_help): Use help_list_trailer.
1334 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1335 * gdb.guile/scm-cmd.exp: Likewise.
1336 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1337 * gdb.base/help.exp: Use test_user_defined_class_help.
1338 * gdb.base/style.exp: Add tests for styling of help and apropos.
1339 * lib/gdb-utils.exp (style): Add title and highlight styles.
1340
708dc93e
PW
13412019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1342
1343 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1344 $_shell_exitsignal.
1345 * gdb.base/default.exp: Update for new convenience variables.
1346
f49055a5
TT
13472019-05-29 Tom Tromey <tromey@adacore.com>
1348
1349 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1350 to "break complete ada" test case's regexp.
1351
4330d61d
TT
13522019-05-29 Tom Tromey <tromey@adacore.com>
1353
1354 PR c++/20020:
1355 * gdb.cp/constexpr-field.exp: New file.
1356 * gdb.cp/constexpr-field.cc: New file.
1357
000439d5
TT
13582019-05-29 Tom Tromey <tromey@adacore.com>
1359
1360 * gdb.base/finish.exp (finish_no_print): New proc.
1361 (finish_tests): Call it.
1362
5a01c34c
TV
13632019-05-24 Tom de Vries <tdevries@suse.de>
1364
1365 * gdb.dwarf2/gdb-add-index.exp: New file.
1366
18125b16
TT
13672019-05-22 Tom Tromey <tromey@adacore.com>
1368
1369 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1370 * gdb.base/style.exp: Use "style".
1371 * lib/gdb-utils.exp (style): New proc.
1372
af1a8d03
TV
13732019-05-22 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/align.exp: Require c++11.
1376
e7fe496b
TV
13772019-05-22 Tom de Vries <tdevries@suse.de>
1378
1379 PR testsuite/24586
1380 * gdb.python/py-mi-var-info-path-expression.exp: Call
1381 mi_skip_python_tests to check if python is supported.
1382
8fca4da0
AH
13832019-05-22 Alan Hayward <alan.hayward@arm.com>
1384
1385 * gdb.arch/aarch64-pauth.c: New test.
1386 * gdb.arch/aarch64-pauth.exp: New file.
1387
b7060614
AH
13882019-05-22 Alan Hayward <alan.hayward@arm.com>
1389
1390 * README (Re-running Tests Outside The Testsuite): New section.
1391
669d0468
TV
13922019-05-21 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.arch/amd64-eval.exp: Require c++11.
1395 * gdb.base/max-depth.exp: Same.
1396 * gdb.compile/compile-cplus-array-decay.exp: Same.
1397 * gdb.cp/meth-typedefs.exp: Same.
1398 * gdb.cp/subtypes.exp: Same.
1399 * gdb.cp/temargs.exp: Same.
1400
ce3ebcaa
AH
14012019-05-21 Alan Hayward <alan.hayward@arm.com>
1402
1403 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1404
34d11c68
AB
14052019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 PR gdb/18644
1408 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1409 * gdb.fortran/printing-types.exp: Add new test.
1410 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1411 testing.
1412 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1413 setup_kfail call.
1414
87781e84
AH
14152019-05-17 Alan Hayward <alan.hayward@arm.com>
1416
1417 * README (Running the Testsuite): Change example.
1418 (Testsuite Parameters): Remove TRANSCRIPT.
1419 * lib/gdb.exp: Remove TRANSCRIPT check.
1420
b420b89e
AH
14212019-05-17 Alan Hayward <alan.hayward@arm.com>
1422
1423 * README (Testsuite Parameters): Add replay logging to
1424 GDBSERVER_DEBUG.
1425 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1426 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1427 as a comma separated list.
1428 (gdb_debug_init): Override procedure.
1429
408e9b8b
AH
14302019-05-17 Alan Hayward <alan.hayward@arm.com>
1431
1432 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1433 (gdb_write_cmd_file): New procedure.
1434 * lib/gdbserver-support.exp (gdbserver_start): Call
1435 gdbserver_write_cmd_file.
1436 (gdbserver_write_cmd_file): New procedure.
1437
f9e2e39d
AH
14382019-05-17 Alan Hayward <alan.hayward@arm.com>
1439
1440 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1441 (delete_breakpoints): Likewise.
1442 (gdb_run_cmd): Likewise.
1443 (gdb_start_cmd): Likewise.
1444 (gdb_starti_cmd): Likewise.
1445 (gdb_internal_error_resync): Likewise.
1446 (gdb_test_multiple): Likewise.
1447 (gdb_reinitialize_dir): Likewise.
1448 (default_gdb_exit): Likewise.
1449 (gdb_file_cmd): Mark kill as optional.
1450 (default_gdb_start): Call gdb_stdin_log_init.
1451 (send_gdb): Call gdb_stdin_log_write.
1452 (rerun_to_main): Mark Y as an answer.
1453 (gdb_stdin_log_init): New function.
1454 (gdb_stdin_log_write): Likewise.
1455
81f47ac2
AH
14562019-05-17 Alan Hayward <alan.hayward@arm.com>
1457
1458 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1459 * gdb.base/debug-expr.exp: Likewise.
1460 * gdb.base/foll-fork.exp: Likewise.
1461 * gdb.base/foll-vfork.exp: Likewise.
1462 * gdb.base/fork-print-inferior-events.exp: Likewise.
1463 * gdb.base/gdb-sigterm.exp: Likewise.
1464 * gdb.base/gdbinit-history.exp: Likewise.
1465 * gdb.base/osabi.exp: Likewise.
1466 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1467 * gdb.base/ui-redirect.exp: Likewise.
1468 * gdb.gdb/unittest.exp: Likewise.
1469 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1470 * gdb.mi/mi-watch.exp: Likewise.
1471 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1472 * gdb.mi/user-selected-context-sync.exp: Likewise.
1473 * gdb.python/python.exp: Disable debug test when debugging.
1474 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1475 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1476 Likewise.
1477 * gdb.threads/stepi-random-signal.exp: Likewise.
1478
29b52314
AH
14792019-05-17 Alan Hayward <alan.hayward@arm.com>
1480
1481 * Makefile.in: Pass through GDB_DEBUG.
1482 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1483 (gdb,debug): Add board setting.
1484 * lib/gdb.exp (default_gdb_start): Start debugging.
1485 (gdb_debug_enabled): New procedure.
1486 (gdb_debug_init): Likewise.
29b52314
AH
1487
14882019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1489
29b52314
AH
1490 * Makefile.in: Pass through GDB_DEBUG.
1491 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1492 (gdb,debug): Add board setting.
1493 * lib/gdb.exp (default_gdb_start): Start debugging.
1494 (gdb_debug_enabled): New procedure.
1495 (gdb_debug_init): Likewise.
29b52314 1496
ca1285d1
AH
14972019-05-17 Alan Hayward <alan.hayward@arm.com>
1498
1499 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1500
f3a09c80
AH
15012019-05-17 Alan Hayward <alan.hayward@arm.com>
1502
1503 * gdb.base/ui-redirect.exp: Test redirection.
1504
26648588
JV
15052019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1506
1507 * gdb.mi/mi-complete.exp: New file.
1508 * gdb.mi/mi-complete.cc: Likewise.
1509
14237686
AB
15102019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1511
1512 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1513 indexed and sliced arrays, and pointers to arrays.
1514
e7bd7fba
TT
15152019-05-14 Tom Tromey <tromey@adacore.com>
1516
1517 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1518 styling test.
1519
2764128d
TV
15202019-05-14 Tom de Vries <tdevries@suse.de>
1521
1522 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1523 selection entry encoding.
1524
71bed2db
TT
15252019-05-10 Tom Tromey <tromey@adacore.com>
1526
1527 * gdb.ada/info_exc.exp: Add "complete" test.
1528
63b667ad
TV
15292019-05-09 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1532 CU-relative.
1533
9cfd2b89
TV
15342019-05-09 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1537 CU-relative.
1538
2228ef77
XR
15392019-05-08 Joel Brobecker <brobecker@adacore.com>
1540
1541 * gdb.ada/frame_arg_lang.exp: New testcase.
1542 * gdb.ada/frame_arg_lang/bla.adb: New file.
1543 * gdb.ada/frame_arg_lang/pck.ads: New file.
1544 * gdb.ada/frame_arg_lang/pck.adb: New file.
1545 * gdb.ada/frame_arg_lang/foo.c: New file.
1546
80e55b13
TT
15472019-05-08 Tom Tromey <tromey@adacore.com>
1548
1549 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1550
9d3421af
TT
15512019-05-08 Tom Tromey <tromey@adacore.com>
1552
1553 * gdb.base/ptype-offsets.exp: Update tests.
1554
844333e2
TT
15552019-05-08 Tom Tromey <tromey@adacore.com>
1556
1557 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1558 cases.
1559 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1560 "short".
1561
988915ee
TT
15622019-05-08 Tom Tromey <tromey@adacore.com>
1563
1564 * gdb.ada/vla.exp: New file.
1565 * gdb.ada/vla/vla.adb: New file.
1566
7bd55dac
TV
15672019-05-07 Tom de Vries <tdevries@suse.de>
1568
1569 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1570
75f06e9d
TV
15712019-05-07 Tom de Vries <tdevries@suse.de>
1572
1573 PR testsuite/24522
1574 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1575 section.
1576
77e7aaa4
TV
15772019-05-07 Tom de Vries <tdevries@suse.de>
1578
1579 PR testsuite/24522
1580 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1581 .debug_aranges section.
1582
456ba0fa
TV
15832019-05-07 Tom de Vries <tdevries@suse.de>
1584
1585 PR testsuite/24159
1586 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1587
5a56d6a6
TV
15882019-05-06 Tom de Vries <tdevries@suse.de>
1589
1590 * lib/gdb.exp (exec_has_index_section): New proc.
1591 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1592 section.
1593
9d6d4be8
TV
15942019-05-04 Tom de Vries <tdevries@suse.de>
1595
1596 * boards/cc-with-debug-names.exp: New file.
1597
222a8d25
TT
15982019-05-03 Tom Tromey <tromey@adacore.com>
1599
1600 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1601 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1602 * gdb.ada/char_enum.exp: Add test.
1603
0fdfd794
TV
16042019-05-03 Tom de Vries <tdevries@suse.de>
1605
1606 * boards/cc-with-gdb-index.exp: New file.
1607
80062eb9
AB
16082019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.rust/simple.exp: Add new test case.
1611 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1612 (main): Initialise an instance of the new struct.
1613
4504bbde
TT
16142019-05-01 Tom Tromey <tromey@adacore.com>
1615
1616 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1617 record.
1618 (NPR): New variable.
1619 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1620 test.
1621
d48e62f4
TT
16222019-05-01 Tom Tromey <tromey@adacore.com>
1623
1624 * gdb.ada/packed_array_assign.exp: Add packed assignment
1625 regression test.
1626
f59f30f5
TV
16272019-05-01 Tom de Vries <tdevries@suse.de>
1628
1629 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1630
b70bfc54
TV
16312019-05-01 Tom de Vries <tdevries@suse.de>
1632
1633 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1634
15f18d14
AT
16352019-04-30 Ali Tamur <tamur@google.com>
1636
1637 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1638
2ff0a947
TT
16392019-04-30 Tom Tromey <tromey@adacore.com>
1640
1641 * lib/ada.exp (find_ada_tool): New proc.
1642 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1643 * gdb.ada/catch_ex_std.exp: New file.
1644 * gdb.ada/catch_ex_std/foo.adb: New file.
1645 * gdb.ada/catch_ex_std/some_package.adb: New file.
1646 * gdb.ada/catch_ex_std/some_package.ads: New file.
1647
a776957c
TT
16482019-04-30 Tom Tromey <tromey@adacore.com>
1649
1650 PR c++/24470:
1651 * gdb.cp/temargs.cc: Add test code from PR.
1652
bc68014d
AB
16532019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * gdb.fortran/vla-datatypes.exp: Update expected results.
1656 * gdb.fortran/vla-ptype.exp: Likewise.
1657 * gdb.fortran/vla-type.exp: Likewise.
1658 * gdb.fortran/vla-value.exp: Likewise.
1659
f1fdc960
AB
16602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.fortran/ptr-indentation.exp: Update expected results.
1663 * gdb.fortran/ptype-on-functions.exp: Likewise.
1664 * gdb.fortran/vla-ptr-info.exp: Likewise.
1665 * gdb.fortran/vla-value.exp: Likewise.
1666
bf7a4de1
AB
16672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.fortran/ptype-on-functions.exp: New file.
1670 * gdb.fortran/ptype-on-functions.f90: New file.
1671
bbe75b9d
AB
16722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1673
1674 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1675 case void string.
1676
1db455a7
AB
16772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1678
1679 * gdb.fortran/complex.exp: Expand.
1680 * gdb.fortran/complex.f: Renamed to...
1681 * gdb.fortran/complex.f90: ...this, and extended to add more
1682 complex values.
1683
b6d03bb2
AB
16842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1687 MODULO, CMPLX.
1688
2e62ab40
AB
16892019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1690 Richard Bunt <richard.bunt@arm.com>
1691
1692 * gdb.base/max-depth.c: New file.
1693 * gdb.base/max-depth.exp: New file.
1694 * gdb.python/py-nested-maps.c: New file.
1695 * gdb.python/py-nested-maps.exp: New file.
1696 * gdb.python/py-nested-maps.py: New file.
1697 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1698 (test_all_common): Call test_max_depth.
1699 * gdb.fortran/max-depth.exp: New file.
1700 * gdb.fortran/max-depth.f90: New file.
1701 * gdb.go/max-depth.exp: New file.
1702 * gdb.go/max-depth.go: New file.
1703 * gdb.modula2/max-depth.exp: New file.
1704 * gdb.modula2/max-depth.c: New file.
1705 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1706
d2b584a5
TV
17072019-04-29 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1710
136afab8
PW
17112019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1712
1713 * gdb.base/callexit.exp: Test may-call-functions off.
1714
725cbb63
KS
17152019-04-25 Keith Seitz <keiths@redhat.com>
1716
1717 PR c++/24367
1718 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1719 (another_incomplete_struct, test_incomplete): New definitions.
1720 (main): Use new definitions.
1721 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1722 functions.
1723
82433e3e
SDJ
17242019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1725
1726 PR corefiles/11608
1727 PR corefiles/18187
1728 * gdb.base/coredump-filter-build-id.exp: New file.
1729
dd06d4d6
AH
17302019-04-25 Alan Hayward <alan.hayward@arm.com>
1731
e79be6e5
SM
1732 * Makefile.in: Pass through GDBSERVER_DEBUG.
1733 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1734 (gdbserver,debug): Add board setting.
1735 * gdb.trace/tspeed.exp: Skip when debugging.
1736 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1737 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1738
1670072e
TT
17392019-04-24 Tom Tromey <tromey@adacore.com>
1740
1741 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1742 Rust.
1743
a59240a4
TT
17442019-04-24 Tom Tromey <tromey@adacore.com>
1745
1746 * gdb.arch/amd64-eval.exp: Test bitfield return.
1747 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1748 (class Foo) <return_bitfields>: New method.
1749 (main): Call it.
1750
b907456c
AB
17512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.cp/many-args.cc: New file.
1754 * gdb.cp/many-args.exp: New file.
1755
5c565afd
TV
17562019-04-23 Tom de Vries <tdevries@suse.de>
1757
1758 PR gdb/24433
1759 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1760
ba22ff86
AH
17612019-04-23 Alan Hayward <alan.hayward@arm.com>
1762
1763 * gdb.trace/backtrace.exp: Use nopie flag.
1764 * gdb.trace/circ.exp: Likewise.
1765 * gdb.trace/collection.exp: Likewise.
1766 * gdb.trace/ftrace.exp: Likewise.
1767 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1768 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1769 * gdb.trace/qtro.exp: Likewise.
1770 * gdb.trace/read-memory.exp: Likewise.
1771 * gdb.trace/report.exp: Likewise.
1772 * gdb.trace/tfile.exp: Likewise.
1773 * gdb.trace/tfind.exp: Likewise.
1774 * gdb.trace/unavailable.exp: Likewise.
1775
7905fc35
PA
17762019-04-22 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.base/solib-probes-nosharedlibrary.c,
1779 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1780
8ecb59f8
TT
17812019-04-19 Tom Tromey <tromey@adacore.com>
1782
1783 * gdb.ada/ptype_union.c: New file.
1784 * gdb.ada/ptype_union.exp: New file.
1785
62160ec9
TT
17862019-04-19 Tom Tromey <tromey@adacore.com>
1787
1788 PR symtab/24423:
1789 * gdb.base/list0.h (foo): Add a control-l character.
1790
36cd4ba5
TV
17912019-04-18 Tom de Vries <tdevries@suse.de>
1792
1793 PR gdb/24433
1794 * boards/local-board.exp: Set sysroot to "".
1795
b73715df
TV
17962019-04-18 Tom de Vries <tdevries@suse.de>
1797 Pedro Alves <palves@redhat.com>
1798
1799 PR gdb/24454
1800 * gdb.threads/vfork-follow-child-exec.c: New file.
1801 * gdb.threads/vfork-follow-child-exec.exp: New file.
1802 * gdb.threads/vfork-follow-child-exit.c: New file.
1803 * gdb.threads/vfork-follow-child-exit.exp: New file.
1804
4aa866af
LS
18052019-04-15 Leszek Swirski <leszeks@google.com>
1806
1807 * gdb.arch/amd64-eval.cc: New file.
1808 * gdb.arch/amd64-eval.exp: New file.
1809
e5a1a79a
AH
18102019-04-11 Alan Hayward <alan.hayward@arm.com>
1811
1812 * gdb.server/sysroot.c: New test.
1813 * gdb.server/sysroot.exp: New file.
1814 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1815 matching param.
1816
41077b66
AB
18172019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1818
1819 * gdb.base/align.exp: Extend test to cover structures containing
1820 only static fields.
1821
c30391f8
TV
18222019-04-11 Tom de Vries <tdevries@suse.de>
1823
1824 * boards/cc-with-dwz-m.exp: New file.
1825 * boards/cc-with-dwz.exp: New file.
1826 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1827
e242fd12
SM
18282019-04-09 Simon Marchi <simon.marchi@efficios.com>
1829
1830 * gdb.base/start-cpp.exp: New file.
1831 * gdb.base/start-cpp.cc: New file.
1832
2b0c8b01
KB
18332019-04-08 Kevin Buettner <kevinb@redhat.com>
1834
1835 * gdb.python/py-thrhandle.exp: Adjust tests to call
1836 thread_from_handle instead of thread_from_thread_handle.
1837
947210e5
KB
18382019-04-08 Kevin Buettner <kevinb@redhat.com>
1839
1840 * gdb.python/py-thrhandle.exp: Add tests for
1841 gdb.InferiorThread.handle.
1842
d7df6549
AB
18432019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1844
1845 * gdb.python/py-function.exp: Check calling helper function from
1846 all languages.
1847 * lib/gdb.exp (gdb_supported_languages): New proc.
1848
8bdc1658
AB
18492019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * gdb.base/complex-parts.c: New file.
1852 * gdb.base/complex-parts.exp: New file.
1853
05caa1d2
TT
18542019-04-01 Tom Tromey <tromey@adacore.com>
1855
1856 PR symtab/23331:
1857 * gdb.dwarf2/dw2-ranges-main.c: New file.
1858 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1859 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1860
7734102d
EZ
18612019-03-30 Simon Marchi <simark@simark.ca>
1862
1863 * gdb.base/default.exp: Add values for $_gdb_major and
1864 $_gdb_minor.
1865
188e1fa9
TT
18662019-03-29 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.base/help.exp: Tighten apropos regexp.
1869
2880242d
KS
18702019-03-29 Keith Seitz <keiths@redhat.com>
1871
1872 * gdb.fortran/array-bounds.exp: New file.
1873 * gdb.fortran/array-bounds.f90: New file.
1874
077cad8e
PW
18752019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1876
1877 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1878
80047cfc
PW
18792019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1880
1881 * gdb.multi/hello.c (main): Increase alarm timer.
1882
f489207e
SL
18832019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1884
1885 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1886 factor when no hardware watchpoint support.
1887
c92df149
AH
18882019-03-28 Alan Hayward <alan.hayward@arm.com>
1889 Pedro Alves <palves@redhat.com>
1890
1891 * boards/local-board.exp: set sysroot to /.
1892
933aebfa
AH
18932019-03-27 Alan Hayward <alan.hayward@arm.com>
1894
1895 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1896 in child.
1897
9f9aa852
AB
18982019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1899
1900 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1901 field.
1902 (make_container): Initialise new field.
1903 * gdb.python/py-prettyprint.exp: Add new tests.
1904 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1905 <display_hint>: New method.
1906
3714a195
AB
19072019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1910 gdb_continue_to_breakpoint more throughout this test.
1911 (run_lang_tests) Supply unique test names, and use
1912 gdb_test_no_output.
1913
18c77628
AB
19142019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1915
1916 * gdb.base/finish-pretty.exp: Update expected results.
1917 * gdb.base/pretty-print.c: New file.
1918 * gdb.base/pretty-print.exp: New file.
1919
9a93502f
PA
19202019-03-25 Pedro Alves <palves@redhat.com>
1921
1922 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1923 move comments outside list. Append '-i "" eof' section.
1924
968aa7ae
AH
19252019-03-22 Alan Hayward <alan.hayward@arm.com>
1926
34a7f2a4 1927 PR testsuite/25016
968aa7ae
AH
1928 * README: Add pie options.
1929 * gdb.base/break-interp.exp: Ensure pie is disabled.
1930 * gdb.base/dump.exp: Likewise.
1931 * lib/gdb.exp (gdb_compile): Add pie option.
1932
4c7d57e7
TT
19332019-03-19 Tom Tromey <tromey@adacore.com>
1934
1935 * gdb.mi/mi2-cli-display.c: New file.
1936 * gdb.mi/mi2-cli-display.exp: New file.
1937
bff8c71f
TT
19382019-03-18 Joel Brobecker <brobecker@adacore.com>
1939 Tom Tromey <tromey@adacore.com>
1940
1941 * gdb.ada/ptype_array/pck.adb: New file.
1942 * gdb.ada/ptype_array/pck.ads: New file.
1943 * gdb.ada/ptype_array/foo.adb: New file.
1944 * gdb.ada/ptype_array.exp: New file.
1945
d085f989
TT
19462019-03-14 Tom Tromey <tromey@adacore.com>
1947
1948 * gdb.base/style.exp: Add "set style sources" test.
1949
b4be1b06
SM
19502019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1951
1952 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1953 * mi-breakpoint-multiple-locations.exp: ... this.
1954 (make_breakpoints_pattern): New proc.
1955 (do_test): Add mi_version parameter, test -break-insert,
1956 -break-info and =breakpoint-created.
1957
7cde5fc2
AB
19582019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * config/default.exp: Remove 'load_lib gdb.exp'.
1961 * config/monitor.exp: Likewise.
1962 * config/sid.exp: Likewise.
1963 * config/sim.exp: Likewise.
1964 * config/slite.exp: Likewise.
1965 * config/unix.exp: Likewise.
1966 * gdb.base/default.exp: Remove unhelpful comment.
1967
efbecbc1
AB
19682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1971
0841c79a
AB
19722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1975
4a270568
AB
19762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 * gdb.fortran/type-kinds.exp: Update expected results.
1979
067630bd
AB
19802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1983
3be47f7a
AB
19842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1987 function.
1988 (test_basic_parsing_of_type_kinds): Expand types tested.
1989 (test_parsing_invalid_type_kinds): New function.
1990
4d00f5d8
AB
19912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.fortran/intrinsics.exp: New file.
1994 * gdb.fortran/intrinsics.f90: New file.
1995 * gdb.fortran/type-kinds.exp: New file.
1996
c8f91604
AB
19972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.fortran/dot-ops.exp: New file.
2000
dd9f2c76
AB
20012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2004 Check upper and lower case logical literals.
2005
84ec9724
AB
20062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2009 Remove duplicate tests.
2010
c3734e09
AH
20112019-03-06 Alan Hayward <alan.hayward@arm.com>
2012
2013 * lib/gdb.exp (builtin_cd): rename of cd.
2014 (cd): Override builtin.
2015
aa3cfbda
RB
20162019-03-06 Richard Bunt <richard.bunt@arm.com>
2017
2018 * gdb.fortran/function-calls.exp: New file.
2019 * gdb.fortran/function-calls.f90: New test.
2020
7b63ad86
RB
20212019-03-04 Richard Bunt <richard.bunt@arm.com>
2022
2023 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2024 on user program standard output.
2025 * gdb.fortran/short-circuit-argument-list.f90: Record function
2026 calls.
2027
01abb042
AH
20282019-02-28 Alan Hayward <alan.hayward@arm.com>
2029
c3734e09
AH
2030 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2031 failure.
01abb042 2032
92137da0
RO
20332019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2034
2035 PR gdb/8527
2036 * gdb.base/interrupt-daemon-attach.c,
2037 gdb.base/interrupt-daemon-attach.exp: New test.
2038
5862844d
PA
20392019-02-27 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.base/page.exp: Add tests for "set width/height -1".
2042
8ed25214
PA
20432019-02-27 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.base/page.exp: Add tests for "set/show width/height" with
2046 "infinite" values.
2047
6c28e44a
TT
20482019-02-27 Tom Tromey <tromey@adacore.com>
2049
2050 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2051 2.4.
2052 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2053 workaround.
2054
bf9a735e
AB
20552019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2058 tests for structs with static members.
2059
8791793c
TT
20602019-02-26 Tom Tromey <tromey@adacore.com>
2061
2062 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2063 ValueError, not TypeError.
2064
bc2a507e
KB
20652019-02-26 Kevin Buettner <kevinb@redhat.com>
2066
2067 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2068 call from main program.
2069
e0e7d3bd
JB
20702019-02-23 Joel Brobecker <brobecker@adacore.com>
2071
2072 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2073 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2074 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2075 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2076 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2077
9600246d
KS
20782019-02-22 Keith Seitz <keiths@redhat.com>
2079
2080 PR symtab/23853
2081 * gdb.base/symlink-sourcefile.c: New file.
2082 * gdb.base/symlink-sourcefile.exp: New file.
2083
0c95f9ed
TT
20842019-02-20 Tom Tromey <tom@tromey.com>
2085
2086 * gdb.base/info_qt.exp: Update.
2087
6caa91b6
SM
20882019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2089
2090 * gdb.base/source.exp: Move "error in sourced script" code to
2091 the end.
2092 * gdb.base/source-error.gdb: Move contents to
2093 source-error-1.gdb. Add new code to source source-error-1.gdb.
2094 * gdb.base/source-error-1.gdb: New file, from previous
2095 source-error.gdb.
2096
6506371f
TT
20972019-02-17 Tom Tromey <tom@tromey.com>
2098
2099 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2100 for macro styling.
2101 * gdb.base/style.c (SOME_MACRO): New macro.
2102
a0087920
TT
21032019-02-17 Tom Tromey <tom@tromey.com>
2104
2105 * gdb.base/style.exp: Add line-wrapping tests.
2106 * gdb.base/page.exp: Add test for quitting during pagination.
2107
a2cd4f14
JB
21082019-02-17 Joel Brobecker <brobecker@adacore.com>
2109
2110 * gdb.ada/big_packed_array: New testcase.
2111 * gdb.ada/homonym.exp: Fix incorrect expected output for
2112 "break <homonym__get_value>" test.
2113
9d70ffbc
WP
21142019-02-13 Weimin Pan <weimin.pan@oracle.com>
2115
2116 PR breakpoints/21870
2117 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2118 and prepare_for_testing. Add comment.
2119 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2120 redundant cleanup call. Clean up comment.
2121
01c7ae81
WP
21222019-02-12 Weimin Pan <weimin.pan@oracle.com>
2123
2124 PR breakpoints/21870
2125 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2126 * gdb.arch/aarch64-dbreg-contents.c: New file.
2127
aff29d1c
JB
21282019-02-10 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdb.ada/mi_ref_changeable: New testcase.
2131
df0da8a2
AH
21322019-02-07 Alan Hayward <alan.hayward@arm.com>
2133
2134 * gdb.base/attach.exp: Add double attach test.
2135
bd447abb
SM
21362019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2137
2138 * lib/gdb.exp (default_gdb_start): Don't match pagination
2139 prompt.
2140 (gdb_init): Set stty_init.
2141
1dbc40b9
TT
21422019-01-27 Tom Tromey <tom@tromey.com>
2143
2144 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2145 skip_python_tests.
2146
353229bf
AH
21472019-01-24 Alan Hayward <alan.hayward@arm.com>
2148
2149 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2150 New structure.
2151 (struct struct_static_02_02): Likewise.
2152 (struct struct_static_02_03): Likewise.
2153 (struct struct_static_02_04): Likewise.
2154 (struct struct_static_04_01): Likewise.
2155 (struct struct_static_04_02): Likewise.
2156 (struct struct_static_04_03): Likewise.
2157 (struct struct_static_04_04): Likewise.
2158 (struct struct_static_06_01): Likewise.
2159 (struct struct_static_06_02): Likewise.
2160 (struct struct_static_06_03): Likewise.
2161 (struct struct_static_06_04): Likewise.
2162 (cmp_struct_static_02_01): Likewise.
2163 (cmp_struct_static_02_02): Likewise.
2164 (cmp_struct_static_02_03): Likewise.
2165 (cmp_struct_static_02_04): Likewise.
2166 (cmp_struct_static_04_01): Likewise.
2167 (cmp_struct_static_04_02): Likewise.
2168 (cmp_struct_static_04_03): Likewise.
2169 (cmp_struct_static_04_04): Likewise.
2170 (cmp_struct_static_06_01): Likewise.
2171 (cmp_struct_static_06_02): Likewise.
2172 (cmp_struct_static_06_03): Likewise.
2173 (cmp_struct_static_06_04): Likewise.
2174 (call_all): Test new structs.
2175 * gdb.base/infcall-nested-structs.exp: Likewise.
2176
73021deb
AH
21772019-01-21 Alan Hayward <alan.hayward@arm.com>
2178 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2179
fc65c7db
AH
21802019-01-21 Alan Hayward <alan.hayward@arm.com>
2181 * gdb.base/stack-protector.c: New test.
2182 * gdb.base/stack-protector.exp: New file.
2183 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2184 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2185 option.
2186 (gdb_compile): Remove stack protector for GCC and prevent
2187 recursion.
2188
c24bdb02
KS
21892019-01-16 Keith Seitz <keiths@redhat.com>
2190
2191 PR gdb/23773
2192 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2193
6f072a10
PFC
21942019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2195
2196 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2197 aliases.
2198 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2199 tests.
2200 * gdb.arch/powerpc-vector-regs.c: New file.
2201 * gdb.arch/powerpc-vector-regs.exp: New file.
2202
a7b8d682
PFC
22032019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2204
2205 * gdb.arch/altivec-regs.exp: Fix the list passed to
2206 gdb_expect_list when testing "info vector".
2207
6eb6fb67
AB
22082019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2209
2210 * gdb.base/style.exp: Don't include path in testname.
2211
b56f80d8
KS
22122019-01-10 Keith Seitz <keiths@redhat.com>
2213
2214 PR gdb/23712
2215 PR symtab/23010
2216 * gdb.dwarf2/multidictionary.exp: New file.
2217
041be526
SM
22182019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2219
2220 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2221 (test_gnuv3_style_demangling): ... this.
2222 (test_lucid_style_demangling): Remove.
2223 (test_arm_style_demangling): Remove.
2224 (test_hp_style_demangling): Remove.
2225 (do_tests): Remove calls to the above.
2226
d820d0c3
AB
22272019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2230 case.
2231
f097f5ad
TT
22322019-01-06 Tom Tromey <tom@tromey.com>
2233
2234 PR gdb/28155:
2235 * gdb.dwarf2/typedef-void-finish.exp: New file.
2236
2cd8cc0b
TT
22372018-12-28 Tom Tromey <tom@tromey.com>
2238 Simon Marchi <simark@simark.ca>
2239
2240 * gdb.base/jit-exec.exp: New file.
2241 * gdb.base/jit-exec.c: New file.
2242 * gdb.base/jit-execd.c: New file.
2243
35fb8261
TT
22442018-12-28 Tom Tromey <tom@tromey.com>
2245
2246 * gdb.base/style.exp: Update test to check for address styling.
2247
47fd17cd
TT
22482018-12-28 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2251 message.
2252
d47032b7
TT
22532018-12-28 Tom Tromey <tom@tromey.com>
2254
2255 * gdb.base/style.exp: Add test for version number styling.
2256
af79b68d
TT
22572018-12-28 Tom Tromey <tom@tromey.com>
2258
2259 * gdb.base/style.exp: Add test for print_address_symbolic.
2260
0bb296cb
TT
22612018-12-28 Tom Tromey <tom@tromey.com>
2262
2263 * gdb.base/style.exp: Add test for breakpoint setting.
2264
80ae2043
TT
22652018-12-28 Tom Tromey <tom@tromey.com>
2266
2267 * gdb.base/style.exp: Add test for variable names.
2268
cbe56571
TT
22692018-12-28 Tom Tromey <tom@tromey.com>
2270
2271 * gdb.base/style.exp: New file.
2272 * gdb.base/style.c: New file.
2273
9162a27c
TT
22742018-12-28 Tom Tromey <tom@tromey.com>
2275
2276 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2277 "dumb".
2278 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2279 the TERM environment variable.
2280
bc543c90
TT
22812018-12-27 Tom Tromey <tom@tromey.com>
2282
2283 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2284 pagination test.
2285
6f0ffe50
AB
22862018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2289 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2290
b5a1e557
PW
22912018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2292
2293 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2294 Filename a.adb changed to bp_fun_addr.adb.
2295 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2296
6e8b1ab2
JV
22972018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2298
2299 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2300 non-PIE executables.
2301 * README: Mention the gdb,nopie_flag board setting.
2302 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2303 non-PIE executable.
2304 * gdb.arch/amd64-entry-value.exp: Likewise.
2305 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2306 * gdb.arch/i386-float.exp: Likewise.
2307 * gdb.arch/i386-signal.exp: Likewise.
2308 * gdb.mi/mi-reg-undefined.exp: Likewise.
2309
d00a27c5
PM
23102018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2311
2312 PR gdb/23974
2313 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2314
161d081c
PW
23152018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2316
2317 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2318 Update order of results accordingly.
2319
b001de23
AB
23202018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.base/annota1.exp: Update a test regexp.
2323
99e1a184
AB
23242018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2327
7a81c1e2
PW
23282018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2329
2330 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2331 (reuse_time): Initialize to REUSE_TIME_CAP.
2332 (check_rc): New function.
2333 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2334 Check pthread_create rc.
2335 (spawner_thread_func): Check pthread_create and pthread_join rc.
2336
73e8dc90
PA
23372018-12-08 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/list.exp (test_forward_search): Rename to ...
2340 (test_forward_reverse_search): ... this. Also test reverse-search
2341 and the forward-search alias.
2342
13f2ed32
AB
23432018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2346 local timeout variable before return, and remove all local timeout
2347 variable entirely.
2348 (gdb_load): Likewise.
2349
64d27cfc
TV
23502018-12-01 Tom de Vries <tdevries@suse.de>
2351
2352 * gdb.base/gdb-caching-proc.exp: New file.
2353
f63c03b4
SDJ
23542018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2355
2356 * Makefile.in (TIMESTAMP): New variable.
2357 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2358 command.
2359 (check-single-racy): Likewise.
2360 (check/%.exp): Likewise.
2361 (check-racy/%.exp): Likewise.
2362 (workers/%.worker): Likewise.
2363 (build-perf): Likewise.
2364 (check-perf): Likewise.
2365 * README: Describe new "TS" and "TS_FORMAT" variables.
2366 * print-ts.py: New file.
2367
1c97054b
BF
23682018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2369
2370 PR python/23714
2371 * gdb.python/python.exp: Test command repetition after
2372 gdb.execute.
2373
1871a62d
AB
23742018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2377 is correctly aligned.
2378
fb5e1ed9
PW
23792018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2380
2381 * gdb.ada/info_auto_lang.exp: New testcase.
2382 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2383 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2384 * gdb.ada/info_auto_lang/some_c.c: New file.
2385
43d397ca
PW
23862018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2387
2388 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2389 FUNC_lang language syntax.
2390
beddd671
PW
23912018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2392
2393 * gdb.base/info_minsym.c: New file.
2394 * gdb.base/info_minsym.exp: New file.
2395
73fc52c4
TT
23962018-11-19 Tom Tromey <tom@tromey.com>
2397
2398 PR rust/23625:
2399 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2400 * gdb.rust/expr.exp: Update expected output. Change one test.
2401
994b876a
TT
24022018-11-19 Tom Tromey <tom@tromey.com>
2403
2404 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2405
6769f276
PA
24062018-11-19 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2409 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2410 see the expected warning.
2411
38a72da0
AH
24122018-11-16 Alan Hayward <alan.hayward@arm.com>
2413
2414 PR gdb/22736:
2415 * gdb.cp/infcall-nodebug-lib.c: New test.
2416 * gdb.cp/infcall-nodebug-main.c: New test.
2417 * gdb.cp/infcall-nodebug.exp: New file.
2418
53a89d6e
SM
24192018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2420
2421 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2422 completer tests.
2423
9325300d
TV
24242018-11-09 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.base/msym-lang.c: New test.
2427 * gdb.base/msym-lang.exp: New file.
2428 * gdb.base/msym-lang-main.c: New test.
2429
20f0d60d
TT
24302018-11-08 Tom Tromey <tom@tromey.com>
2431
2432 PR gdb/23555:
2433 PR gdb/23838:
2434 * gdb.base/warning.exp: New file.
2435
b5420128
JB
24362018-11-08 Jan Beulich <jbeulich@suse.com>
2437
2438 * testsuite/gdb.arch/i386-avx512.c,
2439 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2440
cd115d61
AB
24412018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2442
2443 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2444 point hardware.
2445
35ee2dc2
AB
24462018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2449 * gdb.dwarf2/missing-type-name.exp: New file.
2450
31aceee8
TV
24512018-11-06 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.base/many-headers.c: New test.
2454 * gdb.base/many-headers.exp: New file.
2455
109be305
JW
24562018-11-06 Jim Wilson <jimw@sifive.com>
2457
2458 * gdb.base/code_elim.exp: For riscv, set additional_flags
2459 to include -msmall-data-limit=0.
2460
e2b7af72
JB
24612018-11-01 Joel Brobecker <brobecker@adacore.com>
2462
2463 * gdb.ada/watch_minus_l: New testcase.
2464
cdcda965
SM
24652018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2466
2467 * gdb.arch/aix-sighandle.c: New file.
2468 * gdb.arch/aix-sighandle.exp: New file.
2469
92dcebf3
AB
24702018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2473 registers being unions.
2474
68b9ac18
TV
24752018-10-31 Tom de Vries <tdevries@suse.de>
2476
2477 * lib/valgrind.exp: New file.
2478 (vgdb_start, vgdb_stop): New procs, factored out of ...
2479 * gdb.base/valgrind-bt.exp: ... here, ...
2480 * gdb.base/valgrind-disp-step.exp: ... here and ...
2481 * gdb.base/valgrind-infcall.exp: ... here.
2482
1443936e
TV
24832018-10-31 Tom de Vries <tdevries@suse.de>
2484
2485 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2486
eb77c9df
AB
24872018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2488
2489 * gdb.dwarf2/void-type.c: New file.
2490 * gdb.dwarf2/void-type.exp: New file.
2491
82b5e646
PW
24922018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2493
2494 * gdb.base/info_qt.c: New file.
2495 * gdb.base/info_qt.exp: New file.
2496
8d619c01
EBM
24972018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2498
2499 * gdb.arch/powerpc-htm-regs.c: New file.
2500 * gdb.arch/powerpc-htm-regs.exp: New file.
2501
f2cf6173
EBM
25022018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2503
2504 * gdb.arch/powerpc-tar.c: New file.
2505 * gdb.arch/powerpc-tar.exp: New file.
2506
7ca18ed6
EBM
25072018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2508
2509 * gdb.arch/powerpc-ppr-dscr.c: New file.
2510 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2511
bfcc0eba
TV
25122018-10-25 Tom de Vries <tdevries@suse.de>
2513
2514 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2515
fe1a5cad
TV
25162018-10-24 Tom de Vries <tdevries@suse.de>
2517
2518 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2519 longer exists error.
2520
a76dc3b7
TV
25212018-10-24 Tom de Vries <tdevries@suse.de>
2522
2523 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2524
4df46df7
TV
25252018-10-24 Tom de Vries <tdevries@suse.de>
2526
2527 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2528 --db-attach in valgrind.
2529
0dbfcfff
AB
25302018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2531
2532 * gdb.arch/riscv-reg-aliases.c: New file.
2533 * gdb.arch/riscv-reg-aliases.exp: New file.
2534
b04480b1
AH
25352018-10-19 Alan Hayward <alan.hayward@arm.com>
2536
2537 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2538
2c6ac8d7
AH
25392018-10-19 Alan Hayward <alan.hayward@arm.com>
2540
2541 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2542
2bc69f25
AH
25432018-10-19 Alan Hayward <alan.hayward@arm.com>
2544
2545 * gdb.cp/ovldbreak.exp: Fix regexps.
2546
1f1ae3a3
AH
25472018-10-19 Alan Hayward <alan.hayward@arm.com>
2548
2549 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2550
94c18618
SDJ
25512018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2552
2553 PR cli/23785
2554 * gdb.base/restore.exp: New test to check if "restore" with an
2555 invalid file doesn't segfault.
2556
812cd6eb
TV
25572018-10-18 Tom de Vries <tdevries@suse.de>
2558
2559 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2560 * gdb.ada/excep_handle.exp: Same.
2561 * gdb.ada/mi_string_access.exp: Same.
2562 * gdb.ada/mi_var_union.exp: Same.
2563 * gdb.arch/arc-analyze-prologue.exp: Same.
2564 * gdb.arch/arc-decode-insn.exp: Same.
2565 * gdb.base/readnever.exp: Same.
2566 * gdb.fortran/printing-types.exp: Same.
2567 * gdb.guile/scm-lazy-string.exp: Same.
2568
c4b90788
TV
25692018-10-16 Tom de Vries <tdevries@suse.de>
2570
2571 PR gdb/23730
2572 * gdb.base/catch-follow-exec.c: Add copyright notice.
2573 * gdb.base/catch-follow-exec.exp: Rewrite to use
2574 gdb_spawn_with_cmdline_opts. Require gdb-native.
2575
8bca2978
SL
25762018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2577
2578 * gdb.trace/actions-changed.exp: Check for arch support.
2579 * gdb.trace/actions.exp: Likewise.
2580 * gdb.trace/ax.exp: Likewise.
2581 * gdb.trace/backtrace.exp: Likewise.
2582 * gdb.trace/change-loc.exp: Likewise.
2583 * gdb.trace/deltrace.exp: Likewise.
2584 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2585 * gdb.trace/ftrace.exp: Likewise.
2586 * gdb.trace/infotrace.exp: Check for arch support.
2587 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2588 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2589 * gdb.trace/mi-tsv-changed.exp: Likewise.
2590 * gdb.trace/packetlen.exp: Likewise.
2591 * gdb.trace/passc-dyn.exp: Likewise.
2592 * gdb.trace/passcount.exp: Likewise.
2593 * gdb.trace/pending.exp: Likewise.
2594 * gdb.trace/range-stepping.exp: Check for shlib support.
2595 * gdb.trace/report.exp: Check for arch support.
2596 * gdb.trace/save-trace.exp: Likewise.
2597 * gdb.trace/signal.exp: Check for signal support.
2598 * gdb.trace/tfind.exp: Check for arch support.
2599 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2600 * gdb.trace/trace-common.h: Add comment.
2601 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2602 * gdb.trace/trace-enable-disable.exp: Likewise.
2603 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2604 * gdb.trace/tracecmd.exp: Check for arch support.
2605 * gdb.trace/tspeed.exp: Check for shlib and target support.
2606 * gdb.trace/tstatus.exp: Check for arch support.
2607 * gdb.trace/tsv.exp: Likewise.
2608 * gdb.trace/while-dyn.exp: Likewise.
2609 * gdb.trace/while-stepping.exp: Likewise.
2610 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2611
f9c49bff
SM
26122018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2613
2614 * gdb.trace/tspeed.exp: Remove nowarnings.
2615 (prepare_for_trace_test): Declare "global ipalib".
2616 * gdb.trace/tspeed.c: Include unistd.h.
2617 (main): Remove superfluous printf argument.
2618
d4330bde
SL
26192018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2620
2621 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2622 directory prefix on the filename.
2623
8ecfd7bd
SDJ
26242018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2625
2626 * gdb.gdb/unittest.exp: Update expected message informing that
2627 selftests have been disabled.
2628 * gdb.server/unittest.exp: Likewise.
2629
58bbcd02
TV
26302018-10-09 Tom de Vries <tdevries@suse.de>
2631
2632 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2633 with runto_main.
2634
9f6b697b
WP
26352018-10-08 Weimin Pan <weimin.pan@oracle.com>
2636
2637 PR c++/16841
2638 * gdb.cp/virtbase2.cc: New file.
2639 * gdb.cp/virtbase2.exp: New file.
2640
add5ded5
TT
26412018-10-06 Tom Tromey <tom@tromey.com>
2642
2643 PR python/19399:
2644 * gdb.python/py-inferior.exp: Add architecture test.
2645
f9e48344
TT
26462018-10-06 Tom Tromey <tom@tromey.com>
2647
2648 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2649 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2650
2a8be203
TT
26512018-10-06 Tom Tromey <tom@tromey.com>
2652
2653 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2654 of a "throw" catchpoint.
2655
e04caa70
SDJ
26562018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2657
2658 * gdb.base/info-proc.exp: Update string expected from "help info
2659 proc".
2660
5ca8c39f
TT
26612018-10-04 Tom Tromey <tom@tromey.com>
2662
2663 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2664 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2665 (test_initial_complaints, test_empty_complaints): Update.
2666 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2667
3453e7e4
TT
26682018-10-04 Tom Tromey <tom@tromey.com>
2669
2670 PR cli/19551:
2671 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2672 * lib/gdb.exp (gdb_file_cmd): Update.
2673 * gdb.stabs/weird.exp (print_weird_var): Update.
2674 * gdb.server/solib-list.exp: Update.
2675 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2676 * gdb.mi/mi-cli.exp: Update.
2677 * gdb.linespec/linespec.exp: Update.
2678 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2679 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2680 * gdb.cp/cp-relocate.exp: Update.
2681 * gdb.base/sym-file.exp: Update.
2682 * gdb.base/relocate.exp: Update.
2683 * gdb.base/readnever.exp: Update.
2684 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2685 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2686 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2687 * gdb.base/code_elim.exp: Update.
2688 * gdb.base/break-unload-file.exp (test_break): Update.
2689 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2690 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2691 Update.
2692 * gdb.base/attach.exp (do_attach_tests): Update.
2693 * gdb.base/sepdebug.exp: Update.
2694 * gdb.python/py-section-script.exp: Update.
2695
6afcf761
TT
26962018-10-04 Tom Tromey <tom@tromey.com>
2697
2698 PR cli/22234:
2699 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2700 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2701 output.
2702
fef1b293
TT
27032018-10-04 Tom Tromey <tom@tromey.com>
2704
2705 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2706 set width and height to 0.
2707 (test_command_line_attach_run): Use -quiet.
2708
ca98345e
SL
27092018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2710
2711 * lib/gdb.exp (skip_ifunc_tests): New.
2712 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2713 other compile failures.
2714 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2715
ff34e6ae
SM
27162018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2717
2718 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2719 is_amd64_regs_target.
2720
6bb8890e
AH
27212018-10-01 Alan Hayward <alan.hayward@arm.com>
2722
2723 * gdb.arch/aarch64-sighandler-regs.c: New test.
2724 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2725 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2726
224d30d3
MM
27272018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2728
2729 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2730 assembly.
2731
f67ffa6a
AB
27322018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2733
2734 * gdb.base/frame-selection.exp: New file.
2735 * gdb.base/frame-selection.c: New file.
2736
9fc3183f
AH
27372018-09-27 Alan Hayward <alan.hayward@arm.com>
2738
2739 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2740 pthread barrier.
2741 (main): Likewise.
2742
d354055e
AB
27432018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.base/large-frame-1.c: New file.
2746 * gdb.base/large-frame-2.c: New file.
2747 * gdb.base/large-frame.exp: New file.
2748 * gdb.base/large-frame.h: New file.
2749
db727370
JL
27502018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2751
2752 PR gdb/20948
2753 * gdb.base/write_mem.exp: New test.
2754 * gdb.base/write_mem.c: Likewise.
2755
ae778caf
TT
27562018-09-23 Tom Tromey <tom@tromey.com>
2757
2758 PR python/18852:
2759 * gdb.python/py-parameter.exp: Add test for parameter that throws
2760 on "set".
2761
fd3ba736
TT
27622018-09-23 Tom Tromey <tom@tromey.com>
2763
2764 PR python/17284:
2765 * gdb.python/py-template.exp (test_template_arg): Add test for
2766 negative template argument number.
2767
39a24317
TT
27682018-09-23 Tom Tromey <tom@tromey.com>
2769
2770 PR python/14062:
2771 * gdb.python/python.exp: Add test for post_event error.
2772
f5769a2c
TT
27732018-09-23 Tom Tromey <tom@tromey.com>
2774
2775 PR python/18170:
2776 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2777 convert pointers to int and long.
2778
1c1e54f6
TT
27792018-09-23 Tom Tromey <tom@tromey.com>
2780
2781 PR python/20126:
2782 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2783 signed-ness conversion tests.
2784
fb4fa946
TT
27852018-09-23 Tom Tromey <tom@tromey.com>
2786
2787 PR python/18352;
2788 * gdb.python/py-value.exp (test_float_conversion): New proc.
2789 Use it.
2790
a466edac
HAQ
27912018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2792
2793 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2794
4ee9b0c5
SL
27952018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2796
2797 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2798 no readline.
2799 * gdb.base/utf8-identifiers.exp: Likewise.
2800 * gdb.cp/cpcompletion.exp: Likewise.
2801 * gdb.linespec/cpcompletion.exp: Likewise.
2802 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2803 * gdb.linespec/cpls-ops.exp: Likewise.
2804
23be8da7
RB
28052018-09-19 Richard Bunt <richard.bunt@arm.com>
2806 Chris January <chris.january@arm.com>
2807
2808 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2809 * gdb.fortran/short-circuit-argument-list.exp: New file.
2810 * gdb.fortran/short-circuit-argument-list.f90: New test.
2811
5031d0ae
SDJ
28122018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2813
2814 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2815 "arch=" keyword when executing "-stack-list-frames".
2816
b4c0d1a4
SDJ
28172018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2818
2819 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2820 "arch=" keyword when executing "-stack-list-frames".
2821
7a6d2b45
SDJ
28222018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2823
2824 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2825 break ada".
2826
8588b356
SM
28272018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2828
2829 PR python/23669
2830 * gdb.python/python.exp: Test gdb.execute("show commands").
2831
65e65158
TT
28322018-09-16 Tom Tromey <tom@tromey.com>
2833
2834 * gdb.base/new-ui.exp (do_execution_tests): Update.
2835 * gdb.base/dbx.exp (test_breakpoints): Update.
2836
bf326452
AH
28372018-09-14 Alan Hayward <alan.hayward@arm.com>
2838
2839 * lib/gdb.exp (gdb_simple_compile): Add proc.
2840 (is_elf_target): Use gdb_simple_compile.
2841 (skip_altivec_tests): Likewise.
2842 (skip_vsx_tests): Likewise.
2843 (skip_tsx_tests): Likewise.
2844 (skip_btrace_tests): Likewise.
2845 (skip_btrace_pt_tests): Likewise.
2846 (gdb_can_simple_compile): Likewise.
2847 (gdb_has_argv0): Likewise.
2848 (gdb_target_symbol_prefix): Likewise.
2849 (target_supports_scheduler_locking): Likewise.
2850
2361b0fb
TT
28512018-09-13 Tom Tromey <tom@tromey.com>
2852
2853 * Makefile.in (TAGS): Recognize proc_with_prefix and
2854 gdb_caching_proc.
2855
0ae1a321
SM
28562018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2859 method.
2860
a40bf0c2
SM
28612018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2862
2863 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2864 and a few other Inferior properties when the Inferior is no
2865 longer valid.
2866
4a3fe98f
TT
28672018-09-13 Tom Tromey <tom@tromey.com>
2868
2869 PR rust/23650:
2870 * gdb.rust/simple.exp: Add test for enum field access error.
2871
098b2108
TT
28722018-09-13 Tom Tromey <tom@tromey.com>
2873
2874 PR rust/23626:
2875 * gdb.rust/simple.rs (EmptyEnum): New type.
2876 (main): Use it.
2877 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2878
1256af7d
SM
28792018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2880
2881 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2882 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2883 * gdb.python/py-symtab.exp: Update test printing an objfile.
2884
4aa8e6c2
SM
28852018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2886
2887 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2888 object.
2889
c221b2f7
AH
28902018-09-12 Alan Hayward <alan.hayward@arm.com>
2891
2892 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2893 (support_complex_tests): Use gdb_can_simple_compile.
2894 (is_ilp32_target): Likewise.
2895 (is_lp64_target): Likewise.
2896 (is_64_target): Likewise.
2897 (is_amd64_regs_target): Likewise.
2898 (is_aarch32_target): Likewise.
2899 (gdb_int128_helper): Likewise.
2900
6f1107b5
JK
29012018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2904
1f5d1570
JG
29052018-09-10 Jerome Guitton <guitton@adacore.com>
2906
2907 * gdb.ada/same_component_name: Add test for case of tagged record
2908 with variable-length fields.
2909
cc330e39
XR
29102018-09-10 Xavier Roirand <roirand@adacore.com>
2911
2912 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2913 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2914 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2915 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2916
b9c50e9a
XR
29172018-09-10 Xavier Roirand <roirand@adacore.com>
2918
2919 * gdb.ada/mi_string_access.exp: New testcase.
2920 * gdb.ada/mi_string_access/bar.adb: New file.
2921 * gdb.ada/mi_string_access/pck.adb: New file.
2922 * gdb.ada/mi_string_access/pck.asd: New file.
2923
2963898f
XR
29242018-09-10 Xavier Roirand <roirand@adacore.com>
2925
2926 * gdb.ada/mi_var_union.exp: New testcase.
2927 * gdb.ada/mi_var_union/bar.adb: New file.
2928 * gdb.ada/mi_var_union/pck.adb: New file.
2929 * gdb.ada/mi_var_union/pck.asd: New file.
2930
1aac008f
TT
29312018-09-08 Tom Tromey <tom@tromey.com>
2932
2933 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2934
332cf4c9
TT
29352018-09-08 Tom Tromey <tom@tromey.com>
2936
2937 PR python/16047:
2938 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2939 (register_pretty_printers): Register new printer.
2940 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2941 test.
2942 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2943 (an_int_type3): New global.
2944
424da6cf
JB
29452018-09-08 Joel Brobecker <brobecker@adacore.com>
2946
2947 * gdb.ada/expr_with_funcall: New testcase.
2948
2a62dfa9
JB
29492018-09-08 Joel Brobecker <brobecker@adacore.com>
2950
2951 * gdb.ada/packed_array_assign: New testcase.
2952
96b6697f
AB
29532018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2956 names, and add test prefixes to make test names unique.
2957
e4a62c65
TV
29582018-09-05 Tom de Vries <tdevries@suse.de>
2959
2960 * gdb.dwarf2/varval.exp: Add test.
2961
dd083ee2
GB
29622018-09-04 Gary Benson <gbenson@redhat.com>
2963
2964 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2965 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2966
aef9346c
TT
29672018-08-31 Tom Tromey <tom@tromey.com>
2968
2969 * gdb.rust/simple.rs: Rename second variable "v".
2970
c67f2e15
AB
29712018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.base/funcargs.c (use_a): New function.
2974 (recurse): Call use_a.
2975
078a0207
KS
29762018-08-29 Keith Seitz <keiths@redhat.com>
2977
2978 * gdb.compile/compile-cplus-anonymous.cc: New file.
2979 * gdb.compile/compile-cplus-anonymous.exp: New file.
2980 * gdb.compile/compile-cplus-array-decay.cc: New file.
2981 * gdb.compile/compile-cplus-array-decay.exp: New file.
2982 * gdb.compile/compile-cplus-inherit.cc: New file.
2983 * gdb.compile/compile-cplus-inherit.exp: New file.
2984 * gdb.compile/compile-cplus-member.cc: New file.
2985 * gdb.compile/compile-cplus-member.exp: New file.
2986 * gdb.compile/compile-cplus-method.cc: New file.
2987 * gdb.compile/compile-cplus-method.exp: New file.
2988 * gdb.compile/compile-cplus-mod.c: "New" file.
2989 * gdb.compile/compile-cplus-namespace.cc: New file.
2990 * gdb.compile/compile-cplus-namespace.exp: New file.
2991 * gdb.compile/compile-cplus-nested.cc: New file.
2992 * gdb.compile/compile-cplus-nested.exp: New file.
2993 * gdb.compile/compile-cplus-print.c: "New" file.
2994 * gdb.compile/compile-cplus-print.exp: "New" file.
2995 * gdb.compile/compile-cplus-virtual.cc: New file.
2996 * gdb.compile/compile-cplus-virtual.exp: New file.
2997 * gdb.compile/compile-cplus.c: "New" file.
2998 * gdb.compile/compile-cplus.exp: "New" file.
2999 * lib/compile-support.exp: New file.
3000
b0f492b9
GB
30012018-08-16 Gary Benson <gbenson@redhat.com>
3002
3003 PR gdb/13000:
3004 * gdb.base/batch-exit-status.exp: New file.
3005 * gdb.base/batch-exit-status.good-commands: Likewise.
3006 * gdb.base/batch-exit-status.bad-commands: Likewise.
3007
36eb4c5f
AH
30082018-08-29 Alan Hayward <alan.hayward@arm.com>
3009
3010 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3011 (struct struct02): Likewise.
3012 (struct struct03): Likewise.
3013 (struct struct04): Likewise.
3014 (struct struct_01_01): New struct.
3015 (struct struct_01_02): Likewise.
3016 (struct struct_01_03): Likewise.
3017 (struct struct_01_04): Likewise.
3018 (struct struct_02_01): Likewise.
3019 (struct struct_02_02): Likewise.
3020 (struct struct_02_03): Likewise.
3021 (struct struct_02_04): Likewise.
3022 (struct struct_04_01): Likewise.
3023 (struct struct_04_02): Likewise.
3024 (struct struct_04_03): Likewise.
3025 (struct struct_04_04): Likewise.
3026 (struct struct_05_01): Likewise.
3027 (struct struct_05_02): Likewise.
3028 (struct struct_05_03): Likewise.
3029 (struct struct_05_04): Likewise.
3030 (cmp_struct01): Remove function.
3031 (cmp_struct02): Likewise.
3032 (cmp_struct03): Likewise.
3033 (cmp_struct04): Likewise.
3034 (cmp_struct_01_01): Add Function.
3035 (cmp_struct_01_02): Likewise.
3036 (cmp_struct_01_03): Likewise.
3037 (cmp_struct_01_04): Likewise.
3038 (cmp_struct_02_01): Likewise.
3039 (cmp_struct_02_02): Likewise.
3040 (cmp_struct_02_03): Likewise.
3041 (cmp_struct_02_04): Likewise.
3042 (cmp_struct_04_01): Likewise.
3043 (cmp_struct_04_02): Likewise.
3044 (cmp_struct_04_03): Likewise.
3045 (cmp_struct_04_04): Likewise.
3046 (cmp_struct_05_01): Likewise.
3047 (cmp_struct_05_02): Likewise.
3048 (cmp_struct_05_03): Likewise.
3049 (cmp_struct_05_04): Likewise.
3050 (call_all): Add new structs.
3051 * gdb.base/infcall-nested-structs.exp: Likewise.
3052
3bf9c013
JV
30532018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3054
3055 * gdb.python/py-framefilter-mi.exp: Update regexp to
3056 check for "arch" field in frame output.
3057
450d1e88
KB
30582018-08-23 Kevin Buettner <kevinb@redhat.com>
3059
3060 * gdb.dwarf2/dw2-ranges-func.c: New file.
3061 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3062
ae739fe7
SM
30632018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3064
3065 * gdb.base/term.exp: Compare terminal settings with values from
3066 the inferior.
3067 * gdb.base/term.c: Get and set terminal settings.
3068
6d52907e
JV
30692018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3070
3071 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3072 accommodate new "arch" field in frame output.
3073 * gdb.mi/mi-return.exp: Likewise.
3074 * gdb.mi/mi-stack.exp: Likewise.
3075 * gdb.mi/mi-syn-frame.exp: Likewise.
3076 * gdb.mi/user-selected-context-sync.exp: Likewise.
3077
be2d111a
MS
30782018-08-19 Michael Spang <spang@google.com>
3079
3080 PR gdb/11786
3081 * gdb.base/gcore-tls-pie.c: New file.
3082 * gdb.base/gcore-tls-pie.exp: New file.
3083
ae3a7c47
KB
30842018-08-18 Kevin Buettner <kevinb@redhat.com>
3085
3086 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3087 * gdb.dwarf2/varval.c: New file.
3088 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3089
2ecae92e
AH
30902018-08-17 Alan Hayward <alan.hayward@arm.com>
3091
3092 PR gdb/18931
3093 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3094
c1854f1d
KS
30952018-08-16 Keith Seitz <keiths@redhat.com>
3096
3097 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3098 tests expected to pass.
3099
26fb3983
JV
31002018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3101
3102 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3103 -data-disassemble -a.
3104 (test_disassembly_bogus_args): Likewise.
3105
67943c00
AB
31062018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3109
5ff2bbae
AB
31102018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3111
3112 * gdb.base/vla-optimized-out.exp: Add new test.
3113
e5bbcd0f
AB
31142018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.base/vla-optimized-out-o3.exp: Delete.
3117 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3118 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3119 deleted tests.
3120
9d4a934c
AB
31212018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3122
3123 PR gdb/18050:
3124 * gdb.server/extended-remote-restart.c: New file.
3125 * gdb.server/extended-remote-restart.exp: New file.
3126
045cf012
SM
31272018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3128
3129 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3130 "set variable index = 42".
3131
87d6a7aa
SM
31322018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * boards/index-cache-gdb.exp: New file.
3135 * gdb.dwarf2/index-cache.exp: New file.
3136 * gdb.dwarf2/index-cache.c: New file.
3137 * gdb.base/maint.exp: Check if we are using the index cache.
3138
96d68bd4
RO
31392018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3140
3141 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3142 MAKEFLAGS.
3143
5a699617
RO
31442018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3145
3146 * dg-extract-results.sh: Move to toplevel contrib.
3147 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3148 * Makefile.in (check-parallel-racy): Likewise.
3149
5bd18990
AB
31502018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3151
3152 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3153 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3154 tests if the target supports scheduler locking.
3155
3fbbcf47
TV
31562018-08-04 Tom de Vries <tdevries@suse.de>
3157
3158 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3159
3e1d3d8c
TT
31602018-08-02 Tom Tromey <tom@tromey.com>
3161
3162 PR symtab/16842.
3163 * gdb.cp/temargs.exp: Test "info address" of a template
3164 parameter.
3165
5abe0f0c
JV
31662018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3167
3168 * gdb.python/py-mi-var-info-path-expression.c: New file.
3169 * gdb.python/py-mi-var-info-path-expression.py: New file.
3170 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3171
fb66cde8
SDJ
31722018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3173
3174 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3175 error after "cannot resolve name" string.
3176
c708f4d2
AB
31772018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3178
3179 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3180 started.
3181 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3182
37cc0cae
TV
31832018-07-28 Tom de Vries <tdevries@suse.de>
3184
3185 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3186
63b4ecf7
TV
31872018-07-26 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3190
3c3bb058
AB
31912018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3194 is visible.
3195
9e7f3bbb
TV
31962018-07-26 Tom de Vries <tdevries@suse.de>
3197
3198 PR breakpoints/23366
3199 * gdb.base/catch-follow-exec.c: New test.
3200 * gdb.base/catch-follow-exec.exp: New file.
3201
16f808ec
TV
32022018-07-25 Tom de Vries <tdevries@suse.de>
3203
3204 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3205 vla-optimized-out.c.
3206
d7154a8d
JV
32072018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3208
3209 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3210 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3211
232a0032
TV
32122018-07-20 Tom de Vries <tdevries@suse.de>
3213
3214 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3215 NOCLONE macro.
3216 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3217
fbb1d502
TV
32182018-07-19 Tom de Vries <tdevries@suse.de>
3219
3220 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3221 regular expression.
3222
42dc7699
TV
32232018-07-18 Tom de Vries <tdevries@suse.de>
3224
3225 * gdb.base/vla-optimized-out.c: New test.
3226 * gdb.base/vla-optimized-out.exp: New file.
3227
7f1f7e23
SDJ
32282018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3229
3230 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3231 message "No address associated with hostname" when gdbserver
3232 cannot resolve the hostname.
3233
5759ebb3
PW
32342018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3235
3236 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3237 Add some test prefixes to make tests unique.
3238
3606ccab
PW
32392018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3240
3241 * gdb.base/frameapply.c: New file.
3242 * gdb.base/frameapply.exp: New file.
3243
529c08b2
PW
32442018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3245
3246 * gdb.base/skip.exp: Update expected error message.
3247
c7ab0aef
SDJ
32482018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3249 Jan Kratochvil <jan.kratochvil@redhat.com>
3250 Paul Fertser <fercerpav@gmail.com>
3251 Tsutomu Seki <sekiriki@gmail.com>
3252
3253 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3254 parameter.
3255 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3256 by default.
3257 * boards/native-gdbserver.exp: Likewise.
3258 * gdb.server/run-without-local-binary.exp: Improve regexp used
3259 for detecting when a remote debugging connection succeeds.
3260 * gdb.server/server-connect.exp: New file.
3261 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3262 Do not prefix the port number with ":".
3263 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3264 support for detecting and using it. Add '$debughost_gdbserver'
3265 to the list of arguments used to start gdbserver. Handle case
3266 when gdbserver cannot resolve a network name.
3267
16ff70dd
SDJ
32682018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3269
3270 PR c++/23373
3271 * gdb.base/ptype-offsets.cc (struct static_member): New
3272 struct.
3273 (main) <stmember>: New variable.
3274 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3275 with a static member in it.
3276
3541979f
AB
32772018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3278
3279 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3280 watchpoints enabled and disabled.
3281
c8ad9b9a
AB
32822018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3283
3284 * gdb.base/examine-backward.exp: Still run tests around address
3285 0x0, even if address 0x0 is not readable. Update the pattern for
3286 matching address 0x0 in expected output.
3287
e0e5e971
AB
32882018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3289
3290 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3291 malloc/free.
3292
1ea5da02
TV
32932018-07-04 Tom de Vries <tdevries@suse.de>
3294
3295 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3296
471b9d15
MR
32972018-07-02 Maciej W. Rozycki <macro@mips.com>
3298
3299 PR tdep/8282
3300 * gdb.arch/mips-disassembler-options.exp: New test.
3301 * gdb.arch/mips-disassembler-options.s: New test source.
3302
75acb486
PA
33032018-06-29 Pedro Alves <palves@redhat.com>
3304
3305 * gdb.threads/names.exp: Adjust expected "info threads" output.
3306
cd2bb709
PA
33072018-06-29 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.opt/inline-break.exp (line number, address): Add "info
3310 break" tests.
3311
991ff292
PA
33122018-06-29 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3315 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3316 number and address and running to them.
3317
356819b6 33182018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3319
3320 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3321
2512d7ef
JK
33222018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * lib/compiler.c: Remove executable permission flag.
3325
be1b6474
RB
33262018-06-28 Richard Bunt <richard.bunt@arm.com>
3327
3328 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3329 code.
3330 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3331
291f9a96
PT
33322018-06-28 Petr Tesarik <ptesarik@suse.cz>
3333
3334 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3335
ed6dfe51
PT
33362018-06-28 Petr Tesarik <ptesarik@suse.cz>
3337
3338 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3339 address argument is omitted.
3340
d4d429d5
PT
33412018-06-28 Petr Tesarik <ptesarik@suse.cz>
3342
3343 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3344
7ab6656f
OJ
33452018-06-27 Omair Javaid <omair.javaid@linaro.org>
3346
3347 PR gdb/21695
3348 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3349 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3350
a33ccfc7
TT
33512018-06-26 Tom Tromey <tom@tromey.com>
3352
3353 PR rust/22574:
3354 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3355 * gdb.rust/simple.rs (struct SimpleLayout): New.
3356
6d72d289
SM
33572018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3358
3359 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3360 "info registers" output.
3361
8363f9d5
RB
33622018-06-21 Richard Bunt <richard.bunt@arm.com>
3363
3364 * gdb.base/watchpoint-hw-attach.c: New test.
3365 * gdb.base/watchpoint-hw-attach.exp: New file.
3366
f00674fe
SM
33672018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3368
3369 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3370 through /bin/sh.
3371 * boards/dwarf4-gdb-index.exp: Likewise.
3372 * boards/fission-dwp.exp: Likewise.
3373
1d554008
UW
33742018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3375
3376 * gdb.base/float128.exp: Add comment and improved fail message
3377 to the failure case of "print large128" test.
3378
d0ac1c44
SM
33792018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3380
3381 * configure.ac: Remove AC_PREREQ.
3382 * configure: Re-generate.
3383
61b04dd0
PA
33842018-06-19 Pedro Alves <palves@redhat.com>
3385
3386 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3387 (func_extern_caller): New.
3388 (main): Call func_extern_caller.
3389 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3390 logic change.
3391
f63b508a
SM
33922018-06-18 Weimin Pan <weimin.pan@oracle.com>
3393
3394 PR gdb/16841
3395 * gdb.cp/typedef-base.cc: New file.
3396 * gdb.cp/typedef-base.exp: New file.
3397
0fe3a558
TV
33982018-06-18 Tom de Vries <tdevries@suse.de>
3399
3400 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3401
7010835a
AB
34022018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3403 Richard Bunt <Richard.Bunt@arm.com>
3404
3405 * gdb.threads/attach-slow-waitpid.c: New file.
3406 * gdb.threads/attach-slow-waitpid.exp: New file.
3407 * gdb.threads/slow-waitpid.c: New file.
3408
14897d65
PA
34092018-06-14 Pedro Alves <palves@redhat.com>
3410
3411 * gdb.base/fork-running-state.c: Include <errno.h>.
3412 (exit_if_relative_exits): New.
3413 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3414 exits.
3415 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3416 child exits.
3417
5d9a0608
TV
34182018-06-14 Tom de Vries <tdevries@suse.de>
3419
3420 PR cli/22573
3421 * gdb.base/finish-pretty.c: New test.
3422 * gdb.base/finish-pretty.exp: New file.
3423
11ae5818
PA
34242018-06-14 Pedro Alves <palves@redhat.com>
3425
3426 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3427 gdb's expected startup output.
3428
1d39de44
PA
34292018-06-14 Pedro Alves <palves@redhat.com>
3430
3431 * lib/selftest-support.exp (selftest_setup): Remove inlined
3432 function handling.
3433
70ee0000
TV
34342018-06-14 Tom de Vries <tdevries@suse.de>
3435
3436 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3437 matching of breakpoint printing.
3438
11f4b608
TV
34392018-06-13 Tom de Vries <tdevries@suse.de>
3440
3441 PR testsuite/23269
3442 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3443 (fork_child): ... here, and ...
3444 (fork_parent): ... here.
3445
34462018-06-12 Tom de Vries <tdevries@suse.de>
3447
3448 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3449
9516f85a
AB
34502018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3451 Stephen Roberts <stephen.roberts@arm.com>
3452
3453 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3454 rewrite test to describe action performed, rather than possible
3455 failure.
3456
5045b3d7
GB
34572018-06-08 Gary Benson <gbenson@redhat.com>
3458
3459 * gdb.threads/check-libthread-db.exp: New file.
3460 * gdb.threads/check-libthread-db.c: Likewise.
3461
c61b06a1
TT
34622018-06-05 Tom Tromey <tom@tromey.com>
3463
3464 * gdb.base/default.exp: Update expected "show version" output.
3465
eb6af809
TT
34662018-06-05 Tom Tromey <tom@tromey.com>
3467
3468 PR cli/12326:
3469 * gdb.cp/static-print-quit.exp: Update.
3470 * lib/gdb.exp (pagination_prompt): Update.
3471 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3472 * gdb.python/python.exp: Update.
3473
178d6a63
JB
34742018-06-04 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3477
8e817061
JB
34782018-06-01 Joel Brobecker <brobecker@adacore.com>
3479
3480 * gdb.ada/bp_fun_addr: New testcase.
3481
e86ca25f
TT
34822018-06-01 Tom Tromey <tom@tromey.com>
3483
3484 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3485 results.
3486 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3487 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3488 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3489 * gdb.base/maint.exp (maint_pass_if): Update.
3490
4b2dfa9d
MR
34912018-05-31 Maciej W. Rozycki <macro@mips.com>
3492
3493 * gdb.base/endian.exp: New test.
3494 * gdb.base/endian.c: New test source.
3495
45f25d6c
AB
34962018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3497
3498 PR gdb/23203
3499 * gdb.base/bt-selected-frame.c: New file.
3500 * gdb.base/bt-selected-frame.exp: New file.
3501 * lib/gdb.exp (get_current_frame_number): New function.
3502
d9f6d7f8
MR
35032018-05-24 Maciej W. Rozycki <macro@mips.com>
3504 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.threads/tls-core.c: Include <stdlib.h>
3507 (thread_proc): Call `abort'.
3508 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3509 (tls_core_test): New procedure, bits factored out from ...
3510 (top level): ... here. Test both native cores and gcore cores.
3511
ff1cf532
TT
35122018-05-23 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3515
b98664d3
TT
35162018-05-23 Tom Tromey <tom@tromey.com>
3517
3518 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3519 symfile_complaints.
3520 (test_short_complaints): Likewise.
3521 (test_empty_complaints): Likewise.
3522 (test_initial_complaints): Update.
3523
4e9668d0
TT
35242018-05-23 Tom Tromey <tom@tromey.com>
3525
3526 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3527
43ba33c7
TT
35282018-05-23 Tom Tromey <tom@tromey.com>
3529
3530 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3531 (test_short_complaints): Update.
3532
035522c0
PA
35332018-05-22 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.base/remote.exp: Only gdb_start after compiling the
3536 testcase. Issue "disconnect" before testing "set remote" command
3537 defaults. Issue clean_restart before running to main.
3538
cc0be08f
PA
35392018-05-22 Pedro Alves <palves@redhat.com>
3540
3541 * gdb.base/remote.exp: Adjust expected output of "show remote
3542 memory-write-packet-size". Add tests for "set remote
3543 memory-write-packet-size 0" and "set remote
3544 memory-write-packet-size fixed/limit".
3545
b1b60145
PA
35462018-05-22 Pedro Alves <palves@redhat.com>
3547
3548 PR gdb/22973
3549 * gdb.base/utf8-identifiers.c: New file.
3550 * gdb.base/utf8-identifiers.exp: New file.
3551
0ec848ad
PFC
35522018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3553
3554 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3555
2c3305f6
PFC
35562018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3557
3558 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3559
ce1e8424
TT
35602018-05-18 Tom Tromey <tom@tromey.com>
3561
3562 * gdb.base/ptype-offsets.exp: Update.
3563
ddfe970e
KS
35642018-05-17 Keith Seitz <keiths@redhat.com>
3565
3566 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3567 in expected breakpoint stop locations.
3568 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3569 move to proper scope to test variable values.
3570 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3571 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3572 New functions.
3573 (main): Call not_inline_func3.
3574 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3575 inline_func1, inline_func2, and inline_func3. Test that when each
3576 breakpoint is hit, GDB properly reports both the stop location
3577 and the backtrace. Repeat tests for temporary breakpoints.
3578
0726fcc6
MR
35792018-05-15 Maciej W. Rozycki <macro@mips.com>
3580
3581 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3582 rather then trying to access it in determining whether the PID
3583 of `gdbserver' could have been retrieved.
3584
8ee22052
AB
35852018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.arch/amd64-init-x87-values.S: New file.
3588 * gdb.arch/amd64-init-x87-values.exp: New file.
3589
7785df48
JK
35902018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3591
3592 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3593
56bcdbea
TT
35942018-05-04 Tom Tromey <tom@tromey.com>
3595
3596 PR python/22730:
3597 * gdb.python/python.exp: Test multi-line execute.
3598
a913fffb
TT
35992018-05-04 Tom Tromey <tom@tromey.com>
3600
3601 PR python/22731:
3602 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3603
7a2c85f2
TT
36042018-05-04 Tom Tromey <tom@tromey.com>
3605
3606 PR gdb/11750:
3607 * gdb.base/define.exp: Test defining a user command inside a user
3608 command.
3609 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3610
a3b60e45
JK
36112018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3612 Pedro Alves <palves@redhat.com>
3613
3614 PR breakpoints/19806 and support for PR external/20207.
3615 * gdb.base/watchpoint-unaligned.c: New file.
3616 * gdb.base/watchpoint-unaligned.exp: New file.
3617
45fe4a03
AB
36182018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3619
3620 * gdb.base/maint.exp: Make test names unique, use
3621 test_prefix_command_help to test 'help maint info', and remove
3622 repeated test of 'help maint'.
3623
9be2ae8f
TT
36242018-05-04 Tom Tromey <tom@tromey.com>
3625
3626 PR gdb/22619:
3627 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3628 behavior.
3629
11859c31
AB
36302018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3631
3632 * gdb.base/maint.exp: Process output from 'maint print registers'
3633 line at a time.
3634
089a9490
AB
36352018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3636
3637 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3638 timeout.
3639
9b0797e2
AB
36402018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3643 filter pattern.
3644
f6ac5f3d
PA
36452018-05-02 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3648 to_log_command renames.
3649 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3650
77d3c63b
TT
36512018-05-02 Tom Tromey <tom@tromey.com>
3652
3653 * gdb.python/py-parameter.exp: Set test message.
3654
0489430a
TT
36552018-05-02 Tom Tromey <tom@tromey.com>
3656
3657 PR python/20084:
3658 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3659 PARAM_ZUINTEGER_UNLIMITED tests.
3660
1632f8ba
DR
36612018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3662
3663 PR rust/23124
3664 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3665 when casting.
3666
6d7bb824
TT
36672018-04-30 Tom Tromey <tom@tromey.com>
3668
3669 * gdb.python/py-type.exp: Check align attribute.
3670 * gdb.python/py-type.c: New "aligncheck" global.
3671
007e1530
TT
36722018-04-30 Tom Tromey <tom@tromey.com>
3673
3674 PR exp/17095:
3675 * gdb.dwarf2/dw2-align.exp: New file.
3676 * gdb.cp/align.exp: New file.
3677 * gdb.base/align.exp: New file.
3678 * lib/gdb.exp (gdb_int128_helper): New proc.
3679 (has_int128_c, has_int128_cxx): New caching procs.
3680
6873858b
TT
36812018-04-27 Tom Tromey <tom@tromey.com>
3682
3683 PR rust/22545:
3684 * gdb.rust/simple.exp: Add inclusive range tests.
3685
79188d8d
PA
36862018-04-26 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3689 ifunc breakpoint locations correctly of ifunc breakpoints set
3690 while the program resolves the ifunc.
3691
c7075ad5
PA
36922018-04-26 Pedro Alves <palves@redhat.com>
3693
3694 * gdb.base/gnu-ifunc-final.c: New file.
3695 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3696 * gdb.base/gnu-ifunc.exp (executable): Delete.
3697 (staticexecutable): Adjust.
3698 (lib_opts, exec_opts): Delete.
3699 (make_binsuffix, build, set-break): New procedures.
3700 (misc_tests): New, with tests factored out from the top level.
3701 (top level): Test different combinations of ifunc resolver name,
3702 resolver with and with debug info, and ifunc target with and
3703 without debug info. Wrap static tests with with_target_prefix.
3704
8388016d
PA
37052018-04-26 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3708 return type" warnings.
3709
249b5733
PA
37102018-04-25 Pedro Alves <palves@redhat.com>
3711
3712 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3713 killed".
3714 * gdb.base/kill-after-signal.exp: Likewise.
3715 * gdb.threads/kill.exp: Likewise.
3716
f67c0c91
SDJ
37172018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3718 Sergio Durigan Junior <sergiodj@redhat.com>
3719 Pedro Alves <palves@redhat.com>
3720
3721 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3722 regexps to expect for '[Inferior ... detached]' as well.
3723 * gdb.base/attach.exp: Likewise.
3724 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3725 "gdb_continue_to_end".
3726 (test_catch_syscall_with_wrong_args): Likewise.
3727 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3728 ']'. Don't set 'verbose' on.
3729 * gdb.base/foll-vfork.exp: Likewise.
3730 * gdb.base/fork-print-inferior-events.c: New file.
3731 * gdb.base/fork-print-inferior-events.exp: New file.
3732 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3733 '[Inferior ... has been killed]' message.
3734 * gdb.base/kill-after-signal.exp: Likewise.
3735 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3736 detach message.
3737 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3738 message.
3739 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3740 regexps to expect for '[Inferior ... detached]' as well.
3741 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3742
0a8ddac4
SM
37432018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3744
3745 PR gdb/23104
3746 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3747
d27d16bf
RB
37482018-04-19 Richard Bunt <richard.bunt@arm.com>
3749
3750 * gdb.threads/multiple-successive-infcall.c: New test.
3751 * gdb.threads/multiple-successive-infcall.exp: New file.
3752
a037790e
TT
37532018-04-17 Tom Tromey <tom@tromey.com>
3754
3755 * gdb.rust/simple.rs (Union): New type.
3756 (main): New local "u".
3757 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3758
e3a91079
AA
37592018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3760
3761 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3762 number information in output of "whereis" command.
3763 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3764
b744723f
AA
37652018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3766
3767 * gdb.ada/info_types.exp: Adjust expected output to the line
3768 numbers now printed by "info var/func/type".
3769 * gdb.base/completion.exp: Likewise.
3770 * gdb.base/included.exp: Likewise.
3771 * gdb.cp/cp-relocate.exp: Likewise.
3772 * gdb.cp/cplusfuncs.exp: Likewise.
3773 * gdb.cp/namespace.exp: Likewise.
3774 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3775
4a4495d6
MM
37762018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3777
3778 * gdb.btrace/cpu.exp: New.
3779
1d509aa6
MM
37802018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3781
3782 * gdb.base/step-indirect-call-thunk.exp: New.
3783 * gdb.base/step-indirect-call-thunk.c: New.
3784 * gdb.reverse/step-indirect-call-thunk.exp: New.
3785 * gdb.reverse/step-indirect-call-thunk.c: New.
3786
6295b6da
SM
37872018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3788
3789 * gdb.base/pie-fork.c: New file.
3790 * gdb.base/pie-fork.exp: New file.
3791
50146e70
TT
37922018-04-11 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3795
f50d8a2e
PA
37962018-04-10 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3799 exits. Instead loop running forever.
3800 (fork_parent): Run forever too.
3801
a0be7a36
SM
38022018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3803
3804 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3805 mi_continue_to_line.
3806 * gdb.mi/mi-stack.c (callee4): Add comment.
3807
9b73db36
SM
38082018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3809
3810 * gdb.mi/mi-stack.exp: Fix indentation.
3811
c912f608
SM
38122018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3813
3814 PR gdb/22979
3815 * gdb.arch/amd64-osabi.exp: New file.
3816
26540402
SM
38172018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3818
3819 PR gdb/22980
3820 * gdb.base/osabi.exp: New file.
3821
121ad66c 38222018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3823
3824 * gdb.cp/static-typedef-print.exp: New file.
3825 * gdb.cp/static-typedef-print.cc: New file.
3826
3fcded8f
JB
38272018-03-27 Joel Brobecker <brobecker@adacore.com>
3828
3829 * gdb.ada/varsize_limit: New testcase.
3830
59cc4834
JB
38312018-03-27 Joel Brobecker <brobecker@adacore.com>
3832
3833 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3834
3835 * gdb.ada/notcplusplus: New testcase.
3836
3837 * gdb.base/c-linkage-name.c: New file.
3838 * gdb.base/c-linkage-name.exp: New testcase.
3839
4ca59a9f
TT
38402018-03-26 Tom Tromey <tom@tromey.com>
3841
3842 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3843 * gdb.python/py-framefilter.py (name_error): New global.
3844 (ErrorInName.function): Use name_error.
3845
978d6c75
TT
38462018-03-26 Tom Tromey <tom@tromey.com>
3847
3848 PR backtrace/15582:
3849 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3850
b7fee5a3
KS
38512018-03-23 Keith Seitz <keiths@redhat.com>
3852
3853 PR c++/22968
3854 * gdb.cp/subtypes.exp: New file.
3855 * gdb.cp/subtypes.h: New file.
3856 * gdb.cp/subtypes.cc: New file.
3857 * gdb.cp/subtypes-2.cc: New file.
3858
376be529
AB
38592018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3862 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3863 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3864 -nostartfiles when compiling the test. Confirm that all registers
3865 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3866
066cfa98
AB
38672018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3870 option, syntax was wrong anyway.
3871 * gdb.arch/arm-disp-step.exp: Likewise.
3872 * gdb.arch/sparc64-regs.exp: Likewise.
3873 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3874 option, syntax was wrong anyway, switch to use
3875 prepare_for_testing.
3876 * gdb.arch/i386-disp-step.exp: Likewise.
3877
079670b9
AA
38782018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3879
3880 * gdb.ada/exec_changed.exp: Replace "target_info exists
3881 use_gdb_stub" by "use_gdb_stub".
3882 * gdb.ada/start.exp: Likewise.
3883 * gdb.base/async-shell.exp: Likewise.
3884 * gdb.base/attach-pie-misread.exp: Likewise.
3885 * gdb.base/attach-wait-input.exp: Likewise.
3886 * gdb.base/break-entry.exp: Likewise.
3887 * gdb.base/break-interp.exp: Likewise.
3888 * gdb.base/dprintf-detach.exp: Likewise.
3889 * gdb.base/nostdlib.exp: Likewise.
3890 * gdb.base/solib-nodir.exp: Likewise.
3891 * gdb.base/statistics.exp: Likewise.
3892 * gdb.base/testenv.exp: Likewise.
3893 * gdb.mi/mi-exec-run.exp: Likewise.
3894 * gdb.mi/mi-start.exp: Likewise.
3895 * gdb.multi/dummy-frame-restore.exp: Likewise.
3896 * gdb.multi/multi-arch-exec.exp: Likewise.
3897 * gdb.multi/multi-arch.exp: Likewise.
3898 * gdb.multi/tids.exp: Likewise.
3899 * gdb.multi/watchpoint-multi.exp: Likewise.
3900 * gdb.python/py-events.exp: Likewise.
3901 * gdb.threads/attach-into-signal.exp: Likewise.
3902 * gdb.threads/attach-stopped.exp: Likewise.
3903 * gdb.threads/threadapply.exp: Likewise.
3904 * lib/selftest-support.exp: Likewise.
3905
26d6cec4
AA
39062018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3907
3908 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3909
4ee89e90
SR
39102018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3911
3912 * gdb.perf/template-breakpoints.cc: New file.
3913 * gdb.perf/template-breakpoints.exp: New file.
3914 * gdb.perf/template-breakpoints.py: New file.
3915
92630041
TT
39162018-03-19 Tom Tromey <tom@tromey.com>
3917
3918 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3919 y0.
3920 * gdb.rust/simple.exp: Test bare identifier form of struct
3921 initializer.
3922
76727919
TT
39232018-03-19 Tom Tromey <tom@tromey.com>
3924
3925 * gdb.gdb/observer.exp: Remove.
3926
194ed413
AA
39272018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3928
3929 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3930 "qualified" option when setting breakpoints.
3931 * gdb.trace/backtrace.exp: Likewise.
3932 * gdb.trace/circ.exp: Likewise.
3933 * gdb.trace/collection.exp: Likewise.
3934 * gdb.trace/disconnected-tracing.exp: Likewise.
3935 * gdb.trace/ftrace-lock.exp: Likewise.
3936 * gdb.trace/ftrace.exp: Likewise.
3937 * gdb.trace/infotrace.exp: Likewise.
3938 * gdb.trace/packetlen.exp: Likewise.
3939 * gdb.trace/passc-dyn.exp: Likewise.
3940 * gdb.trace/qtro.exp: Likewise.
3941 * gdb.trace/read-memory.exp: Likewise.
3942 * gdb.trace/report.exp: Likewise.
3943 * gdb.trace/signal.exp: Likewise.
3944 * gdb.trace/status-stop.exp: Likewise.
3945 * gdb.trace/strace.exp: Likewise.
3946 * gdb.trace/tfind.exp: Likewise.
3947 * gdb.trace/trace-break.exp: Likewise.
3948 * gdb.trace/trace-condition.exp: Likewise.
3949 * gdb.trace/trace-mt.exp: Likewise.
3950 * gdb.trace/tstatus.exp: Likewise.
3951 * gdb.trace/tsv.exp: Likewise.
3952 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3953 * gdb.trace/unavailable.exp: Likewise.
3954 * gdb.trace/while-dyn.exp: Likewise.
3955
8b067d2c
AA
39562018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3957
3958 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3959 that libinproctrace is copied to the target.
3960
3ae9ce5d
TT
39612018-03-14 Tom Tromey <tom@tromey.com>
3962
3963 PR cli/14977:
3964 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3965 a null pointer.
3966 * gdb.base/wchar.exp: Likewise.
3967
b8c2339b
TT
39682018-03-14 Tom Tromey <tom@tromey.com>
3969
3970 PR cli/19918:
3971 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3972 flag.
3973
4872dc46
SM
39742018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3975
3976 PR gdb/22841
3977 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3978 "target" to remote_exec.
3979
e4fe3756
SM
39802018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3981
3982 PR gdb/22841
3983 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3984 ${board}_upload): Remove.
3985
e95a97d4
AA
39862018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3987
3988 * gdb.cp/watch-cp.cc: New test.
3989 * gdb.cp/watch-cp.exp: New file.
3990
dbbb1059
AB
39912018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3992
3993 * gdb.base/infcall-nested-structs.exp: New file.
3994 * gdb.base/infcall-nested-structs.c: New file.
3995 * gdb.base/float.exp: Add riscv support.
3996
ecc054c0
TP
39972018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3998
3999 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4000 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4001
25e3c82c
SDJ
40022018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4003
4004 * gdb.server/abspath.exp: New file.
4005 * lib/gdb.exp (with_cwd): New procedure.
4006
3083294d
SM
40072018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4008
4009 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4010 use it.
4011 (gdb_is_target_remote_prompt): New proc.
4012 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4013 (gdb_is_target_native): Pass prompt parameter to
4014 gdb_is_target_1.
4015
3275ef47
SM
40162018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4017
4018 * gdb.base/load-command.c: New file.
4019 * gdb.base/load-command.exp: New file.
4020 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4021 (gdb_is_target_1): ...this, and generalize for other targets
4022 than just remote.
4023 (gdb_is_target_remote): Use gdb_is_target_1.
4024 (gdb_is_target_native): use gdb_is_target_1.
4025
6893c19a
TT
40262018-02-26 Tom Tromey <tom@tromey.com>
4027
4028 PR python/16497:
4029 * gdb.python/py-framefilter.exp: Update test.
4030
2ddeaf8a
TT
40312018-02-26 Tom Tromey <tom@tromey.com>
4032
4033 * gdb.dwarf2/variant.c: New file.
4034 * gdb.dwarf2/variant.exp: New file.
4035
c9317f21
TT
40362018-02-26 Tom Tromey <tom@tromey.com>
4037
4038 * gdb.rust/simple.exp: Accept more possible results in enum test.
4039
6f6d0c26
SM
40402018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4041
4042 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4043 parentheses.
4044
11b03145
MR
40452018-02-23 Maciej W. Rozycki <macro@mips.com>
4046
4047 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4048 name of a variable: $actual_linejj -> $actual_line.
4049
54a27fe5
JB
40502018-02-21 John Baldwin <jhb@FreeBSD.org>
4051
4052 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4053
de65820c
MM
40542018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4055
4056 * gdb.btrace/buffer-size.exp: Do not force BTS.
4057
980548fd
PA
40582018-02-14 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4061 getting a "Quit".
4062
c4e12631
MM
40632018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4064
4065 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4066 Fix test name.
4067
c2e0e465
SM
40682018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4069
4070 * gdb.cp/m-static.exp: Check type of optimized out static
4071 member.
4072
f7216783
AB
40732018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4074
4075 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4076 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4077
0625771b
LS
40782018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4079 Leszek Swirski <leszeks@google.com>
4080
4081 * gdb.python/py-prettyprint.c
4082 (struct to_string_returns_value_inner,
4083 struct to_string_returns_value_wrapper): New.
4084 (main): Add tsrvw variable.
4085 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4086 ToStringReturnsValueWrapper): New classes.
4087 (register_pretty_printers): Register new pretty-printers.
4088 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4089 recursive pretty printer.
4090 * gdb.python/py-mi.exp: Likewise.
4091
59498c30
LS
40922018-02-01 Leszek Swirski <leszeks@google.com>
4093
4094 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4095 functions with the same name as an include file are parsed
4096 correctly.
4097
d4d38844
YQ
40982018-02-01 Yao Qi <yao.qi@linaro.org>
4099
4100 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4101 "\[^\r\n\]*".
4102
07e5f5cf
NP
41032018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4104
4105 * gdb.arch/powerpc-prologue-frame.s: New file.
4106 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4107 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4108
929b5ad4
JB
41092018-01-31 Joel Brobecker <brobecker@adacore.com>
4110
4111 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4112
e671cd59
PA
41132018-01-30 Pedro Alves <palves@redhat.com>
4114
4115 PR gdb/13211
4116 * gdb.base/interrupt-daemon.c: New.
4117 * gdb.base/interrupt-daemon.exp: New.
4118 * gdb.multi/multi-term-settings.c: New.
4119 * gdb.multi/multi-term-settings.exp: New.
4120
fc413dc4
JB
41212018-01-30 Joel Brobecker <brobecker@adacore.com>
4122
4123 * gdb.base/break.exp: Save the location where the breakpoint
4124 on break.c:47 was actually inserted when debugging the version
4125 compiled at -O2 and use it in the expected output of the "info
4126 break" test performed soon after.
4127
5c319bb2
PA
41282018-01-22 Pedro Alves <palves@redhat.com>
4129 Sergio Durigan Junior <sergiodj@redhat.com>
4130
4131 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4132 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4133
a9e40818
JB
41342018-01-22 Joel Brobecker <brobecker@adacore.com>
4135
4136 * gdb.base/break-include.c, gdb.base/break-include.inc,
4137 gdb.base/break-include.exp: New files.
4138 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4139 line number now being the actual line number where the breakpoint
4140 was inserted.
4141 * gdb.mi/mi-break.exp: Likewise.
4142 * gdb.mi/mi-reverse.exp: Likewise.
4143 * gdb.mi/mi-simplerun.exp: Ditto.
4144
e707fc44
AB
41452018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4148 varobj.
4149 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4150
ae451627
AB
41512018-01-21 Don Breazeal <donb@codesourcery.com>
4152 Andrew Burgess <andrew.burgess@embecosm.com>
4153
4154 * gdb.mi/basics.c: Add new global.
4155 * gdb.mi/mi-frame-regs.exp: New file.
4156 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4157 case.
4158
b1b189e0
AB
41592018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4162 non-parameter, and on an unknown symbol.
4163
fcfcc376
TT
41642018-01-19 Tom Tromey <tom@tromey.com>
4165
4166 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4167 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4168
634c1c31
AA
41692018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4170
4171 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4172 setrlimit and chdir to int.
4173
d6ad07fd
AA
41742018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4175
4176 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4177 function.
4178 (my_tend): Likewise.
4179 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4180 rationale of avoiding FP- and vector instructions.
4181
adf8243b
RK
41822018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4183
4184 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4185 "info reg" with "\[ \t\]*".
4186 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4187 "\[ \t\]+".
4188 * gdb.arch/s390-multiarch.exp: Ditto.
4189 * gdb.base/pc-fp.exp: Ditto.
4190 * gdb.reverse/i386-precsave.exp: Ditto.
4191 * gdb.reverse/i386-reverse.exp: Ditto.
4192 * gdb.reverse/i387-env-reverse.exp: Ditto.
4193 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4194
dcc06925
AA
41952018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4196
4197 * lib/gdb.exp (gdb_compile): Re-enable use of
4198 universal_compile_options for languages other than Rust.
4199
25d4fd80
AA
42002018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4201
4202 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4203
ee7f689e 42042018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4205
4206 PR gdb/16577
4207 * gdb.base/solib-vanish.exp: New.
4208 * gdb.base/solib-vanish-main.c: New.
4209 * gdb.base/solib-vanish-lib1.c: New.
4210 * gdb.base/solib-vanish-lib2.c: New.
4211
d8447b6b
YQ
42122018-01-17 Yao Qi <yao.qi@linaro.org>
4213
4214 * gdb.compile/compile.exp: Match the address printed for
4215 frame in the output of command "bt".
4216
86d6a90c
TT
42172018-01-15 Tom Tromey <tom@tromey.com>
4218
4219 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4220 compute sp_reg.
4221
cbcdb1aa
AB
42222018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4223
4224 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4225 to prepare.
4226 (prepare): Return 0 on error, 1 on success.
4227
eea61984
PA
42282018-01-12 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/continue-after-aborted-step-over.c: New.
4231 * gdb.base/continue-after-aborted-step-over.exp: New.
4232
6181e9c2
SM
42332018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4234
4235 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4236 options when not creating an executable.
4237
3cada740
PA
42382018-01-11 Pedro Alves <palves@redhat.com>
4239
4240 PR remote/22597
4241 * gdb.server/stop-reply-no-thread.c: New file.
4242 * gdb.server/stop-reply-no-thread.exp: New file.
4243
c63d3e8d
PA
42442018-01-10 Pedro Alves <palves@redhat.com>
4245
4246 PR gdb/22670
4247 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4248 functions too. Test setting breakpoints and printing C functions
4249 with no debug info too.
4250 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4251
d4c2a405
PA
42522018-01-10 Pedro Alves <palves@redhat.com>
4253
4254 PR gdb/22670
4255 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4256 a fail.
4257
8825213e
PA
42582018-01-10 Pedro Alves <palves@redhat.com>
4259
4260 PR gdb/22670
4261 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4262
605fd3c6
YQ
42632018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4264
4265 * gdb.server/unittest.exp: Match the output in non-development
4266 mode.
4267
1e5ded6c
YQ
42682018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4269
4270 * gdb.gdb/unittest.exp: Match output in non-development mode.
4271
30066b0b
JB
42722018-01-08 Joel Brobecker <brobecker@adacore.com>
4273
4274 * gdb.ada/access_tagged_param.exp: Relax expected output
4275 for value of "ObjL" in "continue" to pck.inspect breakpoint
4276 test.
4277
04bafb1e
XR
42782018-01-08 Joel Brobecker <brobecker@adacore.com>
4279
9f86398b
JB
4280 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4281 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4282
e379cee6
PA
42832018-01-05 Pedro Alves <palves@redhat.com>
4284
4285 PR gdb/18653
4286 * gdb.base/libsegfault.exp: New.
4287
de63c46b
PA
42882018-01-05 Joel Brobecker <brobecker@adacore.com>
4289
4290 PR gdb/22670
4291 * gdb.ada/access_tagged_param.exp: New file.
4292 * gdb.ada/access_tagged_param/foo.adb: New file.
4293
f98fc17b
PA
42942018-01-05 Pedro Alves <palves@redhat.com>
4295
4296 PR gdb/22670
4297 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4298 exercise lower case too, and to exercise both full matching and
4299 wild matching.
4300
342f8240
JB
43012018-01-05 Joel Brobecker <brobecker@adacore.com>
4302
4303 * gdb.ada/rename_subscript_param: New testcase.
4304
7150d33c
JG
43052018-01-05 Jerome Guitton <guitton@adacore.com>
4306
4307 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4308
cc0e770c
JB
43092018-01-05 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.ada/convvar_comp: New testcase.
4312
672a41aa 43132018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4314
4315 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4316 (My_Table): New global variable.
4317 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4318
7365ec2f
JB
43192018-01-04 Joel Brobecker <brobecker@adacore.com>
4320
4321 PR gdb/22670
4322 * gdb.ada/maint_with_ada: New testcase.
4323
289483b6
JB
43242018-01-04 Joel Brobecker <brobecker@adacore.com>
4325
4326 PR gdb/22670
4327 * gdb.ada/bp_c_mixed_case: New testcase.
4328
344420da
JB
43292018-01-04 Joel Brobecker <brobecker@adacore.com>
4330
4331 PR gdb/22670
4332 * gdb.ada/complete.exp: Add "complete break ada" test.
4333
66fc87a0
JB
43342018-01-04 Joel Brobecker <brobecker@adacore.com>
4335
4336 PR gdb/22670
4337 * gdb.ada/info_addr_mixed_case: New testcase.
4338
9f757bf7
XR
43392018-01-03 Xavier Roirand <roirand@adacore.com>
4340
4341 * gdb.ada/excep_handle.exp: New testcase.
4342 * gdb.ada/excep_handle/foo.adb: New file.
4343 * gdb.ada/excep_handle/pck.ads: New file.
4344
bd570f80
JB
43452018-01-03 Joel Brobecker <brobecker@adacore.com>
4346
4347 * gdb.base/step-line.c: Add extra empty line in copyright header.
4348 * gdb.base/step-line.inp: Likewise.
4349
9fe561ab
JB
43502018-01-02 Joel Brobecker <brobecker@adacore.com>
4351
4352 * gdb.ada/dyn_stride.exp: Add slice test.
4353
a405673c
JB
43542018-01-02 Joel Brobecker <brobecker@adacore.com>
4355
4356 * gdb.ada/dyn_stride: New testcase.
4357
cef0f868
SH
43582017-12-27 Stafford Horne <shorne@gmail.com>
4359
4360 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4361 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4362
b67d92b0
SH
43632017-12-27 Stafford Horne <shorne@gmail.com>
4364
4365 * gdb.base/reggroups.c: New file.
4366 * gdb.base/reggroups.exp: New file.
4367
eccab96d
JB
43682017-12-18 Joel Brobecker <brobecker@adacore.com>
4369
4370 * gdb.dwarf2/ada-valprint-error.c: New file.
4371 * gdb.dwarf2/ada-valprint-error.exp: New file.
4372
0e2da9f0
JB
43732017-12-18 Joel Brobecker <brobecker@adacore.com>
4374
4375 * gdb.ada/assign_arr: New testcase.
4376
cb923fcc
XR
43772017-12-18 Xavier Roirand <roirand@adacore.com>
4378
4379 * gdb.ada/funcall_ptr: New testcase.
4380
7c161838
SDJ
43812017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4382
4383 PR cli/16224
4384 * gdb.base/ptype-offsets.cc: New file.
4385 * gdb.base/ptype-offsets.exp: New file.
4386
1af17fd9
YQ
43872017-12-15 Yao Qi <yao.qi@linaro.org>
4388
4389 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4390 if XML is disabled.
4391
828d5846
XR
43922017-12-15 Xavier Roirand <roirand@adacore.com>
4393
4394 * gdb.ada/same_component_name: New testcase.
4395
79e8fcaa
JB
43962017-12-14 Joel Brobecker <brobecker@adacore.com>
4397
4398 * gdb.ada/str_binop_equal: New testcase.
4399
e05fa6f9
JB
44002017-12-14 Joel Brobecker <brobecker@adacore.com>
4401
4402 * gdb.ada/task_switch_in_core: New testcase.
4403
b89641ba
SM
44042017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4405
4406 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4407 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4408 call test_bkpt_qualified.
4409 (test_bkpt_qualified): New proc.
4410
6892d2e4
PA
44112017-12-13 Pedro Alves <palves@redhat.com>
4412
4413 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4414 Tighten regexp by matching with an anchor.
4415
a22ecf70
PA
44162017-12-13 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4419 ("expression with namespace"): New set of tests.
4420 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4421 (Nested::Test_NS::qux): New.
4422 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4423 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4424
9937536c
JB
44252017-12-13 Joel Brobecker <brobecker@adacore.com>
4426
4427 * gdb.base/server-del-break.c: New file.
4428 * gdb.base/server-del-break.exp: New file.
4429
fe49c6f5
SH
44302017-12-12 Stafford Horne <shorne@gmail.com>
4431
4432 * gdb.xml/tdesc-regs.exp: Add or1k support.
4433
c3d18620
SH
44342017-12-12 Stafford Horne <shorne@gmail.com>
4435
4436 * gdb.base/bp-permanent.c: Define nop of or1k.
4437
c5f9cfc8
JB
44382017-12-11 Joel Brobecker <brobecker@adacore.com>
4439
4440 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4441 output with components being reordered.
4442
a9c135fc
JB
44432017-12-11 Joel Brobecker <brobecker@adacore.com>
4444
4445 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4446 output with components being reordered.
4447
927aa2e7
JK
44482017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4449 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/maint.exp (check for .gdb_index): Check also for
4452 .debug_names.
4453 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4454 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4455 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4456 (.gdb_index used after symbol reloading): Support also .debug_names.
4457 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4458
f17d9474
YQ
44592017-12-08 Yao Qi <yao.qi@linaro.org>
4460
4461 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4462 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4463
a0de8c21
YQ
44642017-12-08 Yao Qi <yao.qi@linaro.org>
4465
4466 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4467 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4468
a738ea1d
YQ
44692017-12-08 Yao Qi <yao.qi@linaro.org>
4470
4471 * gdb.arch/aarch64-tagged-pointer.c: New file.
4472 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4473
1cd9a73b
SDJ
44742017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4475
4476 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4477 "int".
4478
fa6eb693
KS
44792017-12-07 Keith Seitz <keiths@redhat.com>
4480
4481 PR breakpoints/22569
4482 * gdb.linespec/ls-errs.exp: Change expected result of "break
4483 -source this file has spaces.c -line 3".
4484 Check that an explicit source file followed by whitespace is
4485 identified as an invalid explicit location.
4486
883fd55a
KS
44872017-12-07 Keith Seitz <keiths@redhat.com>
4488
4489 * gdb.cp/nested-types.cc: New file.
4490 * gdb.cp/nested-types.exp: New file.
4491 * lib/cp-support.exp: Load data-structures.exp library.
4492 (debug_cp_test_ptype_class): New global.
4493 (cp_ptype_class_verbose, next_line): New procedures.
4494 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4495 Add and document new return value.
4496 Switch the list of lines to a queue.
4497 Add support for new `type' key for nested type definitions.
4498 Add debugging/troubleshooting messages.
4499 * lib/data-structures.exp: New file.
4500
ec72db3e
SM
45012017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4502
4503 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4504 with proc_with_prefix, don't use with_test_prefix.
4505
99598d71
TT
45062017-12-07 Tom Tromey <tom@tromey.com>
4507
4508 * gdb.base/break.exp: Add test for empty "commands".
4509
a8806230
YQ
45102017-12-07 Yao Qi <yao.qi@linaro.org>
4511
4512 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4513 malloc and catch syscall.
4514
824cc835
PM
45152017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4516
e79be6e5 4517 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4518 tests for explicit locations.
4519
7cc244de
PA
45202017-12-06 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4523 force-disabling XML descriptions.
4524
50a1fdd5
PA
45252017-12-04 Pedro Alves <palves@redhat.com>
4526
4527 PR gdb/22499
4528 * gdb.arch/amd64-disp-step-avx.S: New file.
4529 * gdb.arch/amd64-disp-step-avx.exp: New file.
4530
f0fb2488
PA
45312017-12-03 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4534 and <string.h>.
4535 (parent_function): Print distinct messages when waitpid fails, or
4536 the child exits with a signal, or the child exits for an unhandled
4537 reason.
4538 * gdb.threads/process-dies-while-detaching.exp
4539 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4540 it. Wait for both inferior output and GDB's prompt. Use an
4541 indirect spawn id list.
4542 (do_detach): New parameter 'child_exit'. Use it to compute
4543 expected inferior output.
4544 (test_detach, test_detach_watch, test_detach_killed_outside):
4545 Adjust to pass down the expected child exit kind.
4546
97cbe998
SDJ
45472017-12-01 Joel Brobecker <brobecker@adacore.com>
4548 Sergio Durigan Junior <sergiodj@redhat.com>
4549 Pedro Alves <palves@redhat.com>
4550
4551 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4552
40fc416f
SDJ
45532017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4554
4555 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4556 to 'symbol-file' and 'add-symbol-file' can be
4557 position-independent.
4558
1cc75e92
YQ
45592017-12-01 Yao Qi <yao.qi@linaro.org>
4560
4561 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4562 the URL in copyright header.
4563 * gdb.arch/aarch64-fp.exp: Likewise.
4564 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4565 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4566 * gdb.base/expand-psymtabs.exp: Likewise.
4567 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4568 * gdb.fortran/common-block.exp: Likewise.
4569 * gdb.fortran/common-block.f90: Likewise.
4570 * gdb.fortran/logical.exp: Likewise.
4571 * gdb.fortran/vla-datatypes.f90: Likewise.
4572 * gdb.fortran/vla-sub.f90: Likewise.
4573
875fb7a7
JB
45742017-11-30 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.ada/repeat_dyn: New testcase.
4577
6f14765f
UW
45782017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4579
4580 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4581 Update for changed thread numbering.
4582 * gdb.cell/bt.exp: Update for changed GDB output.
4583
f1af7b94
SM
45842017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4585
4586 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4587 setting isremote by hand.
4588 * boards/dwarf4-gdb-index.exp: Likewise.
4589 * boards/fission.exp: Likewise.
4590 * boards/stabs.exp: Likewise.
4591
e3919f3e
PA
45922017-11-30 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.linespec/cpls-ops.exp
4595 (check_explicit_skips_function_argument): Extract the underlying
4596 type of size_t instead of hardcoding it.
4597
bd69330d
PA
45982017-11-29 Pedro Alves <palves@redhat.com>
4599
4600 PR c++/19436
4601 * gdb.linespec/cpls-abi-tag.cc: New file.
4602 * gdb.linespec/cpls-abi-tag.exp: New file.
4603
a20714ff
PA
46042017-11-29 Pedro Alves <palves@redhat.com>
4605
4606 * gdb.base/langs.exp: Use -qualified.
4607 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4608 it.
4609 * gdb.cp/namespace.exp: Use -qualified.
4610 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4611 (overload-3, template-overload, template-ret-type, const-overload)
4612 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4613 procedures.
4614 (test_driver): Call them.
4615 * gdb.cp/save-bp-qualified.cc: New.
4616 * gdb.cp/save-bp-qualified.exp: New.
4617 * gdb.linespec/explicit.exp: Test -qualified.
4618 * lib/completion-support.exp (completion::explicit_opts_list): Add
4619 "-qualified".
4620 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4621
f6f1d339
PM
46222017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4623
4624 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4625
02ca603a
TT
46262017-11-29 Tom Tromey <tom@tromey.com>
4627
4628 * gdb.base/relocate.exp: Update invalid argument test.
4629 Add new tests for invalid arguments.
4630
ed6c0bfb
TP
46312017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4632
4633 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4634 Return 0 as a long.
4635 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4636
f106e10e
TP
46372017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4638
4639 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4640 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4641 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4642 func ().
4643 * gdb.cp/shadow.cc (B.func): Return 0.
4644
10329bb2
JB
46452017-11-27 Joel Brobecker <brobecker@adacore.com>
4646
4647 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4648 expected output in gdb_expect call to allow the exception
4649 message to be present as well. Fix syntax confusion to avoid
4650 TCL thinking that exception_name is an array.
4651
617cd4bc
UW
46522017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4653
4654 * gdb.arch/spu-info.c: Include <unistd.h>.
4655 (do_signal_test): Fix broken calls to write.
4656 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4657 Fix checks for empty mailboxes. Update signal tests for corrected
4658 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4659 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4660 * gdb.cell/arch.exp: Use standard_output_file.
4661 * gdb.cell/break.exp: Likewise.
4662 * gdb.cell/bt.exp: Likewise.
4663 * gdb.cell/core.exp: Likewise.
4664 * gdb.cell/dwarfaddr.exp: Likewise.
4665 * gdb.cell/ea-cache.exp: Likewise.
4666 * gdb.cell/ea-standalone.exp: Likewise.
4667 * gdb.cell/f-regs.exp: Likewise.
4668 * gdb.cell/fork.exp: Likewise.
4669 * gdb.cell/gcore.exp: Likewise.
4670 * gdb.cell/mem-access.exp: Likewise.
4671 * gdb.cell/ptype.exp: Likewise.
4672 * gdb.cell/registers.exp: Likewise.
4673 * gdb.cell/sizeof.exp: Likewise.
4674 * gdb.cell/solib-symbol.exp: Likewise.
4675 * gdb.cell/solib.exp: Likewise.
617cd4bc 4676
a81aaca0
PA
46772017-11-25 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/complete-empty.exp: New file.
4680 * gdb.base/completion.exp: Adjust.
4681
6a3c6ee4
PA
46822017-11-25 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.linespec/cpls-ops.cc: New file.
4685 * gdb.linespec/cpls-ops.exp: New file.
4686 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4687 factored out from ...
4688 (test_complete_prefix_range): ... this.
4689
8955eb2d
PA
46902017-11-24 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.linespec/cpcompletion.exp: New file.
4693 * gdb.linespec/cpls-hyphen.cc: New file.
4694 * gdb.linespec/cpls.cc: New file.
4695 * gdb.linespec/cpls2.cc: New file.
4696 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4697 test to use test_gdb_complete_unique. Add label completion,
4698 keyword completion and explicit location completion tests.
4699 * lib/completion-support.exp: New file.
4700
e547c119
JB
47012017-11-24 Joel Brobecker <brobecker@adacore.com>
4702
4703 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4704 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4705 when hitting an exception catchpoint.
4706
7c3c1aa8
YQ
47072017-11-22 Yao Qi <yao.qi@linaro.org>
4708
4709 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4710
41bd68f5
SM
47112017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4712
4713 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4714 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4715 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4716
1daad298
YQ
47172017-11-22 Yao Qi <yao.qi@linaro.org>
4718
4719 * gdb.base/info-os.exp: Pass pthreads.
4720 * gdb.multi/multi-attach.exp: Likewise.
4721
88465e87
YQ
47222017-11-22 Yao Qi <yao.qi@linaro.org>
4723
4724 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4725 compiler.
4726
dc196b23
YQ
47272017-11-22 Yao Qi <yao.qi@linaro.org>
4728
4729 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4730 * gdb.base/break-interp.exp: Likewise.
4731 * gdb.base/jit-attach-pie.exp: Likewise.
4732
2400729e
UW
47332017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4734
4735 * gdb.base/float128.c (large128): New variable.
4736 * gdb.base/float128.exp: Add test to print largest __float128 value.
4737
7a26362d
UW
47382017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4739
4740 * gdb.arch/vsx-regs.exp: Update register content checks.
4741
ed0f4273
UW
47422017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4743
4744 * gdb.arch/ppc-longdouble.exp: New file.
4745 * gdb.arch/ppc-longdouble.c: Likewise.
4746
a25d69c6
PA
47472017-11-21 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4750
73fcf641
PA
47512017-11-20 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4754 (long_double_typedef): New typedefs.
4755 Use DEF on double and long double.
4756 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4757 cases.
4758 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4759 and 'long_double_ptr_same_size' locals. Use them to decide
4760 whether cast from array/function to float is valid/invalid.
4761
71a3c369
TT
47622017-11-17 Tom Tromey <tom@tromey.com>
4763
4764 * gdb.rust/traits.rs: New file.
4765 * gdb.rust/traits.exp: New file.
4766
ced9779b
JB
47672017-11-17 Joel Brobecker <brobecker@adacore.com>
4768
4769 * gdb.ada/minsyms: New testcase.
4770
a0922d80
PA
47712017-11-16 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4774 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4775
ea04e54c
PA
47762017-11-16 Pedro Alves <palves@redhat.com>
4777
4778 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4779 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4780
e849ea89
PA
47812017-11-16 Pedro Alves <palves@redhat.com>
4782
4783 * gdb.server/reconnect-ctrl-c.c: New file.
4784 * gdb.server/reconnect-ctrl-c.exp: New file.
4785
d8ae99a7
PM
47862017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4787
4788 * gdb.python/py-rbreak.exp: New file.
4789 * gdb.python/py-rbreak.c: New file.
4790 * gdb.python/py-rbreak-func2.c: New file.
4791
968a13f8
PA
47922017-11-16 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4795 pattern.
4796 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4797 GDB.
4798
71774bc9
SM
47992017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4800
4801 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4802 regex.
4803
ddbb44cf
SM
48042017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4805
4806 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4807 test names.
4808
584a564f
PA
48092017-11-09 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4812 factored out from ...
4813 (top level): ... here, and adjusted to avoid expecting beyond the
4814 prompt in a single gdb_test_multiple.
4815
5ed7a928
PA
48162017-11-09 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4819 output.
4820 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4821 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4822 * gdb.server/ext-run.exp ("kill" test): Likewise.
4823 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4824
a60e0738
PA
48252017-11-09 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4828 match till end of line.
4829
2c88253f
PA
48302017-11-09 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4833
c7a38517
PA
48342017-11-09 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4837 New procedures, factored out from ...
4838 (top level): ... here, and adjusted to avoid expecting beyond the
4839 prompt in one go.
4840
f29f4b6b
PA
48412017-11-09 Pedro Alves <palves@redhat.com>
4842
4843 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4844 output. Fix '?' match.
4845
286acbb5
JB
48462017-11-08 Joel Brobecker <brobecker@adacore.com>
4847
4848 * gdb.ada/scoped_watch: New testcase.
4849 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4850 which is actually correct.
4851 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4852 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4853
62d7ae92
PA
48542017-11-08 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.gdb/complaints.exp (test_initial_complaints)
4857 (test_serial_complaints, test_short_complaints): Call
4858 complaint_internal instead of complaint.
4859
280ca31f
DT
48602017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4861
4862 * gdb.threads/tls-core.c: New file.
4863 * gdb.threads/tls-core.exp: Likewise.
4864
b5ec771e
PA
48652017-11-08 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4868 (p Exported_Capitalized): New test.
4869 (p exported_capitalized): New test.
4870
a02b41a7
PA
48712017-11-07 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4874
95e95a6d
PA
48752017-11-07 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4878 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4879 (disable_invalid, disable_inverted, disable_negative): New
4880 procedures.
4881 ("bad numbers"): New set of tests.
4882
cee62dbd
PA
48832017-11-07 Pedro Alves <palves@redhat.com>
4884
4885 * gdb.cp/ena-dis-br-range.exp: Add tests.
4886
cc638e86
PA
48872017-11-07 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4890
d0fe4701
XR
48912017-11-07 Xavier Roirand <roirand@adacore.com>
4892 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.base/ena-dis-br.exp: Add reference to
4895 gdb.cp/ena-dis-br-range.exp.
4896 * gdb.cp/ena-dis-br-range.exp: New file.
4897 * gdb.cp/ena-dis-br-range.cc: New file.
4898
46f67f80
PA
48992017-11-06 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.base/attach-non-pgrp-leader.c: New.
4902 * gdb.base/attach-non-pgrp-leader.exp: New.
4903
726e1356
PA
49042017-11-06 Pedro Alves <palves@redhat.com>
4905
4906 * configure.ac: No longer check for termio.h and sgtty.h.
4907 * configure: Regenerate.
4908 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4909 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4910 Remove termio and sgtty code.
4911
50ab6ace
YQ
49122017-11-03 Yao Qi <yao.qi@linaro.org>
4913
4914 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4915 in GDB is disabled.
4916
8e68731c
YQ
49172017-11-03 Yao Qi <yao.qi@linaro.org>
4918
4919 * gdb.python/py-thrhandle.exp: Skip it if python is not
4920 enabled.
4921
3a87ae65
SM
49222017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4923
4924 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4925 as a breakpoint command.
4926
484d8d36
MD
49272017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4928
4929 PR python/21213
4930 * gdb.python/py-infthread.exp: Test calling
4931 InferiorThread.inferior () multiple times in a row.
4932
4a27f119
KS
49332017-10-27 Keith Seitz <keiths@redhat.com>
4934
4935 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4936 Test "info break" for every inlined function breakpoint.
4937
bb11dd58
YQ
49382017-10-27 Yao Qi <yao.qi@linaro.org>
4939
4940 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4941
a43f3893
PF
49422017-10-26 Patrick Frants <osscontribute@gmail.com>
4943
4944 * gdb.cp/classes.exp (test_static_members): Test printing
4945 Outer::instance.
4946 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4947 (Inner::instance, Outer::instance): New.
4948
792ccf00
PA
49492017-10-24 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4952 extra console" test in two stages.
4953
eb2bfbad
PA
49542017-10-24 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4957
1f75a651
PA
49582017-10-24 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4961 loop.
4962
779990d9
PA
49632017-10-24 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4966 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4967
ad9b8f5d
PA
49682017-10-24 Pedro Alves <palves@redhat.com>
4969
4970 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4971 parameter and handle it. Don't output read value in test name.
4972
fee6da6e
PA
49732017-10-24 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4976 custom test name.
4977
10389c2c
PA
49782017-10-24 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4981 include the unstable output directory name in the test's name.
4982 (initial_setup_simple) <'set args'>: Use custom test name.
4983
a80e65a9
PA
49842017-10-24 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4987 with explicit test name.
4988
15763a09
PA
49892017-10-20 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4992 'wait -i'. Use gdb_assert and remote_close.
4993
49a4ce2e
AB
49942017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4995
4996 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4997 number from variable rather than hard-coded.
4998
a75868f5
PA
49992017-10-19 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.base/long-inferior-output.c: New file.
5002 * gdb.base/long-inferior-output.exp: New file.
5003
c8ba13ad
KS
50042017-11-18 Keith Seitz <keiths@redhat.com>
5005
5006 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5007 method.
5008 (main): Call it.
5009 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5010 Add additional user-defined conversion operator tests.
5011
b27de576
PA
50122017-10-17 Pedro Alves <palves@redhat.com>
5013
5014 * boards/native-stdio-gdbserver.exp: Load "local-board".
5015
8484c955
PA
50162017-10-17 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/quit-live.c: New file.
5019 * gdb.base/quit-live.exp: New file.
5020
83d5a34d
KS
50212017-10-16 Keith Seitz <keiths@redhat.com>
5022
5023 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5024 (class_with_protected_typedef, class_with_private_typedef)
5025 (struct_with_public_typedef, struct_with_protected_typedef)
5026 (struct_with_private_typedef): New classes/structs.
5027 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5028 typedefs and access specifiers.
5029
739b3f1d
PA
50302017-10-16 Pedro Alves <palves@redhat.com>
5031 Simon Marchi <simon.marchi@polymtl.ca>
5032
5033 * README (Local vs Remote vs Native): New section.
5034 * boards/local-board.exp: New file, with bits factored out from
5035 ...
5036 * boards/native-extended-gdbserver.exp: ... here. Load
5037 "local-board".
5038 * boards/native-gdbserver.exp: Load "local-board".
5039 (${board}_spawn, ${board}_exec): Delete.
5040 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5041 ...
5042 * boards/stdio-gdbserver-base.exp: ... this new file.
5043 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5044 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5045 procedure.
5046 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5047 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5048 stdio_gdbserver_command.
5049 (${board}_get_remote_address, ${board}_get_comm_port)
5050 (${board}_download, ${board}_upload): Delete.
5051 (get_target_remote_pipe_cmd): New.
5052
fe68b953
SM
50532017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5054
5055 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5056 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5057 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5058 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5059 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5060 remove with_test_prefix.
5061
300b6685
PA
50622017-10-13 Pedro Alves <palves@redhat.com>
5063
5064 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5065 * gdb.base/annota1.exp: Use it instead of is_remote.
5066 * gdb.base/annota3.exp: Use it instead of is_remote.
5067 * gdb.cp/annota2.exp: Use it instead of is_remote.
5068 * gdb.cp/annota3.exp: Use it instead of is_remote.
5069 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5070
50500caf
PA
50712017-10-13 Pedro Alves <palves@redhat.com>
5072
5073 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5074 (test_num_test_vars, run_and_count_vars, find_env)
5075 (test_set_unset_env, test_inherit_env_var): New procedures.
5076 (top level): Use them.
5077
dad0c6d2
PA
50782017-10-13 Pedro Alves <palves@redhat.com>
5079
5080 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5081 also skip on stub-like targets.
5082
8b0553c1
PA
50832017-10-13 Pedro Alves <palves@redhat.com>
5084
5085 PR gdb/22293
5086 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5087 (top level): Move some tests to ...
5088 (test_not_found): ... this new procedure.
5089 (top level): Call it.
5090
7594f623
PA
50912017-10-13 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5094 expect different "info terminal" output if testing with a
5095 non-native target.
5096
ebe3b402
PA
50972017-10-13 Pedro Alves <palves@redhat.com>
5098 Simon Marchi <simon.marchi@polymtl.ca>
5099
5100 PR python/12966
5101 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5102
42f1b161
PA
51032017-10-13 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5106 already.
5107
8d6ef72b
PA
51082017-10-13 Pedro Alves <palves@redhat.com>
5109
5110 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5111 is_remote.
5112
d7bcd5b8
PA
51132017-10-13 Pedro Alves <palves@redhat.com>
5114
5115 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5116 is_remote.
5117
df479dc6
PA
51182017-10-13 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5121 is set.
5122 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5123 instead of is_remote.
5124
23fb630a
PA
51252017-10-13 Pedro Alves <palves@redhat.com>
5126
5127 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5128 (top level): Add comment.
5129
cc77b1dc
PA
51302017-10-13 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.base/remote.exp (top level): Fix comment typo and add
5133 missing return.
5134
27c9e813
PA
51352017-10-13 Pedro Alves <palves@redhat.com>
5136 Simon Marchi <simon.marchi@polymtl.ca>
5137
5138 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5139 calls and add comments. Skip test if use_gdb_stub is set.
5140 (top level): Use "set cwd" command instead of "cd" command.
5141
5e830d98
PA
51422017-10-13 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5145 is_remote target check.
5146
f5ca0032
PA
51472017-10-13 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/scope.exp: Use build_executable + clean_restart +
5150 gdb_file_cmd instead of prepare_for_testing and no longer skip
5151 "before run" tests on is_remote target boards. Update comments.
5152 * boards/native-extended-gdbserver.exp
5153 (extended_gdbserver_load_last_file): New, factored out from ...
5154 (gdb_load): ... this. Move further below and add comment.
5155 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5156
8aed1c0d
PA
51572017-10-12 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/attach.exp: Remove references to gdb64.
5160 * gdb.base/dbx.exp: Remove references to gdb64.
5161
cfa34c87
SM
51622017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5163 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/label.exp: Remove is_remote target check.
5166
9192b7de
PA
51672017-10-12 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.base/auvx.exp (coredir): Update comment.
5170 (top level) <core_works>: Use "set cwd" command instead of "cd"
5171 command.
5172
6bf0052d
PA
51732017-10-12 Pedro Alves <palves@redhat.com>
5174 Simon Marchi <simon.marchi@polymtl.ca>
5175
5176 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5177 target boards.
5178
e48ef82d
PA
51792017-10-12 Pedro Alves <palves@redhat.com>
5180 Simon Marchi <simon.marchi@polymtl.ca>
5181
5182 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5183 Instead skip if there's any gdb_protocol set.
5184
8d7aea57
SM
51852017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5186 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5189
30440677
PA
51902017-10-12 Pedro Alves <palves@redhat.com>
5191 Simon Marchi <simon.marchi@polymtl.ca>
5192
5193 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5194 instead of on dejagnu remote boards.
5195
4e04f045 51962017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5197 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5198
5199 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5200 checks. Use build_executable + clean_restart instead of
5201 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5202 of enabling non-stop after starting gdb.
5203
871a186e
PA
52042017-10-12 Pedro Alves <palves@redhat.com>
5205
5206 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5207 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5208 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5209 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5210
56d704da
AK
52112017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5212
5213 * gdb.arch/arc-tdesc-cpu.exp: New file.
5214 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5215
2f20e312
SM
52162017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5219
65630365
PA
52202017-10-10 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5223 expect CLI output.
5224
bf469271
PA
52252017-10-10 Pedro Alves <palves@redhat.com>
5226
5227 * lib/selftest-support.exp (selftest_setup): Update for
5228 captured_command_loop's prototype change.
5229
777a42f1
PA
52302017-10-09 Pedro Alves <palves@redhat.com>
5231
5232 Test both arch1=>arch2 and arch2=>arch1.
5233
5234 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5235 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5236 factored out to...
5237 (append_arch1_options, append_arch2_options, append_arch_options)
5238 (build_executables): New procedures.
5239 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5240 local.
5241 (top level): Add new 'first_arch' testing axis.
5242
cbd2b4e3
PA
52432017-10-09 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5246 (barrier): New.
5247 (thread_start, all_started): New functions.
5248 (main): Spawn new thread and wait until it is scheduled.
5249 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5250 option.
5251 (do_test): Add 'selected_thread' parameter. Run to all_started
5252 instead of main. Explicitly set the breakpoint at main. Switch
5253 to the SELECTED_THREAD thread.
5254 (top level): Test handling the exec event with either the main
5255 thread or the second thread selected.
5256
5c9e4427
PA
52572017-10-09 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5260 logic. Move STOP marker after the value checks.
5261 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5262 regexp.
5263
b3b7c423
SL
52642017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5265
5266 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5267
3b4b2f16
UW
52682017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5269
5270 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5271 integer-to-dfp conversion.
5272 * gdb.base/dfp-test.exp: Likewise.
5273
5cd63fda
PA
52742017-10-04 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.multi/hangout.c: Include <unistd.h>.
5277 (hangout_loop): New function.
5278 (main): Call alarm. Call hangout_loop in a loop.
5279 * gdb.multi/hello.c: Include <unistd.h>.
5280 (hello_loop): New function.
5281 (main): Call alarm. Call hangout_loop in a loop.
5282 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5283 inferior with the other selected.
5284
4c71c105
SM
52852017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5286
5287 * gdb.mi/list-thread-groups-available.exp: New file.
5288 * gdb.mi/list-thread-groups-available.c: New file.
5289
bc3b087d
SDJ
52902017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5291
5292 * gdb.base/set-cwd.exp: Make it available on
5293 native-extended-gdbserver.
5294
d092c5a2
SDJ
52952017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5296
5297 * gdb.base/set-cwd.c: New file.
5298 * gdb.base/set-cwd.exp: Likewise.
5299
45320ffa
TT
53002017-10-02 Tom Tromey <tom@tromey.com>
5301
5302 PR rust/22236:
5303 * gdb.rust/simple.rs (main): New variable "fslice".
5304 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5305
b3e3859b
TT
53062017-10-02 Tom Tromey <tom@tromey.com>
5307
5308 * gdb.rust/simple.exp: Test ptype of a slice.
5309
01af5e0d
TT
53102017-10-02 Tom Tromey <tom@tromey.com>
5311
5312 * gdb.rust/simple.exp: Test index of slice.
5313
a9bbfbd8
TT
53142017-09-27 Tom Tromey <tom@tromey.com>
5315
5316 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5317
df8899e5
TP
53182017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5319 Pedro Alves <palves@redhat.com>
5320
5321 * gdb.base/compare-sections.exp (get value of read-only section): Read
5322 as unsigned value.
5323 (corrupt read-only section): Likewise and don't set written if patching
5324 failed.
5325
757bf54b
KB
53262017-09-21 Kevin Buettner <kevinb@redhat.com>
5327
5328 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5329 files.
5330
06871ae8
PA
53312017-09-20 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5334 symbol names in gdb's output.
5335 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5336
e5f25bc5
PA
53372017-09-20 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5340 Rename to ...
5341 (test_list_ambiguous_symbol): ... this and add a symbol name
5342 parameter. Adjust.
5343 (test_list_ambiguous_function): Reimplement on top of
5344 test_list_ambiguous_symbol and also test listing ambiguous
5345 variables.
5346 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5347 (ambiguous_fun): ... this.
5348 (ambiguous_var): New.
5349 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5350 (ambiguous_fun): ... this.
5351 (ambiguous_var): New.
5352
4e5a4f58
JB
53532017-09-19 John Baldwin <jhb@FreeBSD.org>
5354
5355 * gdb.base/starti.c: New file.
5356 * gdb.base/starti.exp: New file.
5357 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5358
26e53f3e
PA
53592017-09-14 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5362 (top level): Use it instead of runto.
5363
cb791d59
TT
53642017-09-11 Tom Tromey <tom@tromey.com>
5365
5366 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5367
7c96f8c1
TT
53682017-09-11 Tom Tromey <tom@tromey.com>
5369
5370 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5371 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5372
469412dd
CW
53732017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5374
5375 * gdb.fortran/printing-types.exp: New file.
5376 * gdb.fortran/printing-types.exp: New file.
5377
e0f86435
BH
53782017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5379
5380 * gdb.fortran/vla-ptype.exp: Fix typos.
5381 * gdb.fortran/vla-value.exp: Same.
5382
9e9af4be
BH
53832017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5384
5385 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5386 * gdb.mi/mi-var-child-f.exp: Likewise.
5387 * gdb.mi/mi-vla-fortran.exp: Likewise.
5388
a5ad232b 53892017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5390 Christoph Weinmann <christoph.t.weinmann@intel.com>
5391 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5392
5393 * gdb.fortran/ptr-indentation.f90: New file.
5394 * gdb.fortran/ptr-indentation.exp: New file.
5395
5aec60eb
TT
53962017-09-05 Tom Tromey <tom@tromey.com>
5397
5398 PR gdb/22010:
5399 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5400
8f8f8152
TP
54012017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5402
5403 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5404
fbd1b771
JK
54052017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5406
5407 * gdb.threads/tls-nodebug-pie.c: New file.
5408 * gdb.threads/tls-nodebug-pie.exp: New file.
5409
5eb5f850
TT
54102017-09-05 Tom Tromey <tom@tromey.com>
5411
5412 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5413 for rust.
5414
ae780a21
SM
54152017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5416
5417 * gdb.multi/multi-arch-exec.exp: Test with different
5418 "follow-exec-mode" settings.
5419 (do_test): New procedure.
5420
3693fdb3
PA
54212017-09-04 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.base/func-static.c (S::method const, S::method volatile)
5424 (S::method volatile const): New methods.
5425 (c_s, v_s, cv_s): New instances.
5426 (main): Call method() on them.
5427 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5428 (cannot_resolve): New procedure.
5429 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5430 print-quote-unquoted columns.
5431 (do_test): Test printing each scope too.
5432
e68cb8e0
PA
54332017-09-04 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.base/local-static.exp: Also test with
5436 class::method::variable wholly quoted.
5437 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5438
858be34c
PA
54392017-09-04 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/local-static.c: New.
5442 * gdb.base/local-static.cc: New.
5443 * gdb.base/local-static.exp: New.
5444
46a4882b
PA
54452017-09-04 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.asm/asm-source.exp: Add casts to int.
5448 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5449 (dataglobal64_1, dataglobal64_2): New globals.
5450 * gdb.base/nodebug.exp: Test different expressions involving the
5451 new globals, with print, whatis and ptype. Add casts to int.
5452 * gdb.base/solib-display.exp: Add casts to int.
5453 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5454 * gdb.cp/m-static.exp: Add cast to int.
5455 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5456 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5457 tls variable with no debug info without a cast. Test with a cast
5458 to int too.
5459 * gdb.trace/entry-values.exp: Add casts.
5460
2c5a2be1
PA
54612017-09-04 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.base/nodebug.exp: Test that ptype's error about functions
5464 with unknown return type includes the function name too.
5465
7022349d
PA
54662017-09-04 Pedro Alves <palves@redhat.com>
5467
5468 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5469 return type of munmap in infcall.
5470 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5471 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5472 type of ftell in infcall.
5473 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5474 type of getpid in infcall.
5475 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5476 infcall.
5477 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5478 Bail on failure to extract the pid.
5479 * gdb.base/nodebug.c: #include <stdint.h>.
5480 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5481 New functions.
5482 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5483 Change expected output of print/whatis/ptype with functions with
5484 no debug info. Test all supported languages. Call
5485 test_call_promotion.
5486 * gdb.compile/compile.exp: Adjust expected output to expect
5487 warning.
5488 * gdb.threads/siginfo-threads.exp: Likewise.
5489
54990598
PA
54902017-09-04 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5493 "prototypes". Test calling float functions via prototyped and
5494 unprototyped function pointers.
5495 (perform_all_tests): New parameter "prototypes". Pass it down.
5496 (top level): Pass down "prototypes" parameter to
5497 perform_all_tests.
5498
34d16ea2
SM
54992017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5500
5501 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5502 Test with nested loops.
5503
9521ecda
SM
55042017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5505
5506 * gdb.base/commands.exp: Call the new procedures.
5507 (loop_break_test, loop_continue_test): New procedures.
5508
80a65e9b
SM
55092017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5510
5511 * gdb.base/commands.exp: Call new procedure.
5512 (define_if_without_arg_test): New procedure.
5513
e439fa14
PA
55142017-09-04 Pedro Alves <palves@redhat.com>
5515
5516 * gdb.base/list-ambiguous.exp: New file.
5517 * gdb.base/list-ambiguous0.c: New file.
5518 * gdb.base/list-ambiguous1.c: New file.
5519 * gdb.base/list.exp (test_list_range): Adjust expected output.
5520
0a2dde4a
SDJ
55212017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5522
5523 * gdb.base/share-env-with-gdbserver.c: New file.
5524 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5525
5e89eb3a
SM
55262017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5527
5528 * gdb.base/commands.exp (gdbvar_simple_if_test,
5529 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5530 progvar_simple_if_test, progvar_simple_while_test,
5531 progvar_complex_if_while_test, user_defined_command_test,
5532 user_defined_command_args_eval,
5533 user_defined_command_args_stack_test,
5534 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5535 temporary_breakpoint_commands,
5536 gdb_test_no_prompt, redefine_hook_test,
5537 redefine_backtrace_test): Remove "global gdb_prompt".
5538
fd437cbc
SM
55392017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5540
5541 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5542 New proc, call it from toplevel.
5543
87215ad1
SDJ
55442017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5545
5546 PR remote/21852
5547 * gdb.server/normal.c: New file, copied from gdb.base.
5548 * gdb.server/run-without-local-binary.exp: New file.
5549
58afddc6
WP
55502017-08-07 Weimin Pan <weimin.pan@oracle.com>
5551
5552 * gdb.arch/sparc64-adi.exp: New file.
5553 * gdb.arch/sparc64-adi.c: New file.
5554
5277199a
PA
55552017-08-22 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5558 (top level): Add "list all overloads" tests.
5559
14278e1f
TT
55602017-08-22 Tom Tromey <tom@tromey.com>
5561
5562 * gdb.gdb/xfullpath.exp: Remove.
5563
bf223d3e
PA
55642017-08-21 Pedro Alves <palves@redhat.com>
5565
5566 PR gdb/19487
5567 * gdb.base/symbol-alias.c: New.
5568 * gdb.base/symbol-alias2.c: New.
5569 * gdb.base/symbol-alias.exp: New.
5570
c973d0aa
PA
55712017-08-21 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/dfp-test.c
5574 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5575 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5576 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5577 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5578 * gdb.base/whatis-ptype-typedefs.c: New.
5579 * gdb.base/whatis-ptype-typedefs.exp: New.
5580 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5581 (an_int, an_int_type, an_int_type2): New globals.
5582 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5583 involving typedefs and cast expressions.
5584 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5585 (lookup_typedefs_function): New.
5586 (typedefs_pretty_printers_dict): New.
5587 (top level): Register lookup_typedefs_function in
5588 gdb.pretty_printers.
5589
6d580b63
YQ
55902017-08-18 Yao Qi <yao.qi@linaro.org>
5591
5592 * gdb.server/unittest.exp: New.
5593
206726fb
SDJ
55942017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5595
5596 PR gdb/21954
5597 * gdb.base/environ.exp: Add test to check if 'unset environment'
5598 works.
5599
bf0ec4c2
AA
56002017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5601
5602 * lib/gdb.exp (universal_compile_options): New caching proc.
5603 (gdb_compile): Suppress GCC's coloring of messages.
5604
d6382fff
TT
56052017-08-14 Tom Tromey <tom@tromey.com>
5606
5607 PR gdb/21675:
5608 * gdb.base/printcmds.exp (test_radices): New function.
5609 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5610 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5611 * lib/gdb.exp (get_integer_valueof): Use p/d.
5612
c2c2dd9f
SM
56132017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5614
5615 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5616 characters.
5617
fdffd6f4
TT
56182017-08-05 Tom Tromey <tom@tromey.com>
5619
5620 * gdb.rust/simple.exp: Allow String to appear in a different
5621 namespace.
5622
27d41eac
YQ
56232017-07-26 Yao Qi <yao.qi@linaro.org>
5624
5625 * gdb.gdb/unittest.exp: Invoke command
5626 "maintenance check xml-descriptions".
5627
031ed05d
AA
56282017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5629
5630 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5631 calling context.
5632 (hex128): Drop erroneous calculation of parameters.
5633
dcd27ddf
SM
56342017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5635
5636 * gdb.python/py-unwind.exp: Disable stack protection when
5637 building test file.
5638
47e77640
PA
56392017-07-20 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/default.exp (set language): Adjust expected output.
5642
62d2a18a
PA
56432017-07-20 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5646 (test_minsym): ... this, and make static.
5647 (get_pck__foo__bar__minsym): Rename to ...
5648 (get_test_minsym): ... this.
5649 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5650 symbol names and comments.
5651 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5652 (get_test_minsym): ... this.
5653 (pck__foo__bar__minsym__2): Rename to ...
5654 (test_minsym): ... this.
5655 (main): Adjust.
5656
c45ec17c
PA
56572017-07-17 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/completion.exp: Adjust expected output.
5660 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5661 the completer works.
5662
c6756f62
PA
56632017-07-17 Pedro Alves <palves@redhat.com>
5664
5665 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5666
5bd68487
AB
56672017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5668
5669 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5670
8880f2a9
TT
56712017-07-14 Tom Tromey <tom@tromey.com>
5672
5673 PR rust/21764:
5674 * gdb.rust/simple.exp: Add tests.
5675
65547233
TT
56762017-07-14 Tom Tromey <tom@tromey.com>
5677
5678 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5679
8f14146e
PA
56802017-07-14 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.linespec/base/one/thefile.cc (z1): New function.
5683 * gdb.linespec/base/two/thefile.cc (z2): New function.
5684 * gdb.linespec/linespec.exp: Add tests.
5685
b4365d02
AB
56862017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5687
5688 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5689 to mi_create_breakpoint.
5690
5d2cbaa5
AB
56912017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5692
5693 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5694 mi_create_breakpoint.
5695
11cb5716
IB
56962017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5697
5698 * gdb.dlang/demangle.exp: Update for demangling changes.
5699
03278692
TT
57002017-07-09 Tom Tromey <tom@tromey.com>
5701
5702 * gdb.dwarf2/shortpiece.exp: New file.
5703
33c5cd75
DB
57042017-07-06 David Blaikie <dblaikie@gmail.com>
5705
5706 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5707 built from fissiont-multi-cu{1,2}.c.
5708 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5709 except putting 'main' and 'func' in separate CUs in the same DWO file.
5710 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5711 test.
5712 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5713 test.
5714
8455d262
PA
57152017-07-06 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.python/py-unwind.exp: Test flushregs.
5718
dc4bde35
SDJ
57192017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5720
5721 PR cli/21688
5722 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5723 tests for alias commands and trailing whitespace.
5724
51ed89aa
SDJ
57252017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5726
5727 PR cli/21688
5728 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5729 procedure. Call it.
5730
eb17d413
PA
57312017-06-29 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.base/printcmds.exp: Add tests.
5734
41664b45
DG
57352017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5736
5737 PR gdb/21337
5738 * gdb.base/reread-readsym.exp: New file.
5739 * gdb.base/reread-readsym.c: New file.
5740
75312ae3
KB
57412017-06-21 Kevin Buettner <kevinb@redhat.com>
5742
5743 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5744 subpattern.
5745
66953522
PB
57462017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5747
5748 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5749 extended mnemonic.
5750 * gdb.arch/powerpc-power9.s: Likewise.
5751
5524b525
AA
57522017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5753
5754 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5755 on 32-bit x86 targets. Exploit is_*_target macros where
5756 appropriate.
5757
03c8af18
AA
57582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5759
5760 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5761 register pieces.
5762
3bf31011
AA
57632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5764
5765 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5766 located in one or more DWARF pieces.
5767
805acca0
AA
57682017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5769
5770 * lib/gdb.exp (get_endianness): New proc.
5771 * gdb.arch/aarch64-fp.exp: Use it.
5772 * gdb.arch/altivec-regs.exp: Likewise.
5773 * gdb.arch/e500-regs.exp: Likewise.
5774 * gdb.arch/vsx-regs.exp: Likewise.
5775 * gdb.base/dump.exp: Likewise.
5776 * gdb.base/funcargs.exp: Likewise.
5777 * gdb.base/gnu_vector.exp: Likewise.
5778 * gdb.dwarf2/formdata16.exp: Likewise.
5779 * gdb.dwarf2/implptrpiece.exp: Likewise.
5780 * gdb.dwarf2/nonvar-access.exp: Likewise.
5781 * gdb.python/py-inferior.exp: Likewise.
5782 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5783
e9352324
AA
57842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5785
5786 PR gdb/21226
5787 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5788 stack value pieces are taken from the LSB end.
5789
d5d1163e
AA
57902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5791
5792 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5793 variable at nonzero offset.
5794
0567c986
AA
57952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5796
5797 * gdb.dwarf2/var-access.c: New file.
5798 * gdb.dwarf2/var-access.exp: New test.
5799 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5800
973e9aab
TT
58012017-06-12 Tom Tromey <tom@tromey.com>
5802
5803 * gdb.dwarf2/formdata16.exp: Add tests.
5804
d9109c80
TT
58052017-06-12 Tom Tromey <tom@tromey.com>
5806
5807 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5808
30a25466
TT
58092017-06-12 Tom Tromey <tom@tromey.com>
5810
5811 PR exp/16225:
5812 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5813 * gdb.arch/vsx-regs.exp: Update tests.
5814 * gdb.arch/s390-vregs.exp (hex128): New proc.
5815 Update test.
5816 * gdb.arch/altivec-regs.exp: Update tests.
5817
aefd8b33
SDJ
58182017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5819
5820 * gdb.base/startup-with-shell.c: New file.
5821 * gdb.base/startup-with-shell.exp: Likewise.
5822
2090129c
SDJ
58232017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5824
5825 * gdb.server/non-existing-program.exp: Update regex in order to
5826 reflect the fact that gdbserver is now using fork_inferior (with a
5827 shell) to startup the inferior.
5828
8e86a419
SM
58292017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5830
5831 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5832 support function calls from GDB.
5833
e6cf65f2
TT
58342017-05-21 Tom Tromey <tom@tromey.com>
5835
5836 PR rust/21466:
5837 * gdb.rust/unsized.exp: New file.
5838 * gdb.rust/unsized.rs: New file.
5839
43cc5389
TT
58402017-05-19 Tom Tromey <tom@tromey.com>
5841
5842 PR rust/21484:
5843 * gdb.rust/watch.exp: New file.
5844 * gdb.rust/watch.rs: New file.
5845
ec8df234
TT
58462017-05-18 Tom Tromey <tom@tromey.com>
5847
5848 * gdb.rust/simple.exp: Allow Box to be qualified.
5849
3e3e7fae
TP
58502017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5851
5852 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5853
59cc050d
PA
58542017-05-18 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.base/fileio.c (test_write, test_read, test_close)
5857 (test_fstat): Don't print 'ret' in the fail path.
5858
c8f6abd1
PA
58592017-05-18 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5862 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5863 (test_system, test_rename, test_unlink, test_time): Change
5864 prototypes.
5865 * gdb.base/fileio.exp (stop_msg): Adjust.
5866
d2a03b77
PA
58672017-05-18 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.base/fileio.c (null_str): New global.
5870 (test_stat): Use it.
5871 * gdb.base/fileio.exp: Remove nowarnings.
5872
0d5c6999
YQ
58732017-05-17 Yao Qi <yao.qi@linaro.org>
5874
5875 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5876
21873064
YQ
58772017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5878
5879 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5880 argument command.
5881 (top-level): Invoke test_set_inferior_tty.
5882
d512d31c
PA
58832017-05-04 Pedro Alves <palves@redhat.com>
5884
5885 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5886 Add parens to print call for Python 3.
5887
90cef2ed
KS
58882017-05-03 Keith Seitz <keiths@redhat.com>
5889
5890 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5891 (main): Call it.
5892
14f819c8
TW
58932017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5894
5895 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5896 to prev and next.
5897
913aeadd
TW
58982017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5899
5900 * gdb.python/py-record-btrace.exp: Remove test for
5901 gdb.BtraceInstruction.error.
5902
a3be24ad
TW
59032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5904
5905 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5906
ae20e79a
TW
59072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5908
5909 * gdb.python/py-record-btrace-threads.c: New file.
5910 * gdb.python/py-record-btrace-threads.exp: New file.
5911
45ce1b47
SDJ
59122017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5913
5914 PR testsuite/8595
5915 * gdb.base/environ.exp: Make test available in all architectures.
5916 Move bits related to "info program" testing to
5917 gdb.base/info-program.exp. Rewrite tests to use the two new
5918 procedures mentione below.
5919 (test_set_show_env_var) New procedure.
5920 (test_set_show_env_var_equal): Likewise.
5921 * gdb.base/info-program.exp: New file.
5922
e15c3eb4
KS
59232017-04-27 Keith Seitz <keiths@redhat.com>
5924
5925 * gdb.cp/oranking.cc (test15): New function.
5926 (main): Call test15 and declare additional variables for testing.
5927 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5928 "p foo101('abc')" tests.
5929 Add tests for cv qualifier overloads.
5930 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5931 "lvalue reference overload" test.
5932 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5933 "print value of f1 on Child&& in f2" test.
5934
3a3fd0fd
PA
59352017-04-19 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5938 procedure.
5939 (top level): Call it.
5940 * lib/gdb.exp (gdb_define_cmd): New procedure.
5941
53375380
PA
59422017-04-12 Pedro Alves <palves@redhat.com>
5943
5944 PR gdb/21323
5945 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5946 (wchar): New global.
5947 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5948 (do_test_wide_char, wide_char_types_no_program, top level): Add
5949 wchar_t testing.
5950
53e710ac
PA
59512017-04-12 Pedro Alves <palves@redhat.com>
5952
5953 PR c++/21323
5954 * gdb.cp/wide_char_types.c: New file.
5955 * gdb.cp/wide_char_types.exp: New file.
5956
0ad9d8c7
SDJ
59572017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5958
5959 PR gdb/21352
5960 * gdb.trace/tsv.exp: Add test for "tsave -r".
5961
b1b45502
IB
59622017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5963
5964 * gdb.dlang/watch-loc.c: New file.
5965 * gdb.dlang/watch-loc.exp: New file.
5966
ec13808e
JK
59672017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5968
5969 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5970
fe5f7374
AK
59712017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5972
5973 * gdb.arch/arc-analyze-prologue.S: New file.
5974 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5975
eea78757
AK
59762017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5977
5978 * gdb.arch/arc-decode-insn.S: New file.
5979 * gdb.arch/arc-decode-insn.exp: Likewise.
5980
5badf10a
IR
59812017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5982
5983 PR tdep/20928
5984 * gdb.arch/sparc64-regs.exp: New file.
5985 * gdb.arch/sparc64-regs.S: Likewise.
5986
cee59b3f
TW
59872017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5988
5989 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5990 and memory view on Python 3.
5991
c0f55cc6
AV
59922017-03-20 Artemiy Volkov <artemiyv@acm.org>
5993 Keith Seitz <keiths@redhat.com>
5994
5995 PR gdb/14441
5996 * gdb.cp/demangle.exp: Add rvalue reference tests.
5997 * gdb.cp/rvalue-ref-casts.cc: New file.
5998 * gdb.cp/rvalue-ref-casts.exp: New file.
5999 * gdb.cp/rvalue-ref-overload.cc: New file.
6000 * gdb.cp/rvalue-ref-overload.exp: New file.
6001 * gdb.cp/rvalue-ref-params.cc: New file.
6002 * gdb.cp/rvalue-ref-params.exp: New file.
6003 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6004 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6005 * gdb.cp/rvalue-ref-types.cc: New file.
6006 * gdb.cp/rvalue-ref-types.exp: New file.
6007 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6008 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6009
51457a05
MAL
60102017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6011
6012 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6013 New procedure.
6014
5b291c04
MAL
60152017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6016
6017 * lib/mi-support.exp (mi_gdb_test): Add additional message
6018 for unexpected output.
6019
59a56148
AA
60202017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6021
6022 * gdb.base/examine-backward.c (Barrier): New character array
6023 constant, to ensure that TestStrings is preceded by a string
6024 terminator.
6025
7942e96e
AA
60262017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6027
6028 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6029 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6030 and implicit pointer into such a location.
6031
6ebac3fb
DE
60322017-03-16 Doug Evans <dje@google.com>
6033
6034 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6035
ec3b243d
TP
60362017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6037
6038 * gdb.cp/m-static.exp: Fix expectation for prototype of
6039 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6040
60412017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6042
6043 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6044 * gdb.guile/scm-lazy-string.c: New file.
6045 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6046 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6047 for pointer, array, typedef lazy strings.
6048
2cc36e25 60492017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6050
6051 PR python/17728, python/18439, python/18779
6052 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6053 * gdb.python/py-lazy-string.c (pointer): New typedef.
6054 (main): New locals ptr, array, typedef_ptr.
6055 * gdb.python/py-value.exp: Move lazy string tests to ...
6056 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6057 array, typedef lazy strings.
ec3b243d 6058
0efcde63
AK
60592017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6060
6061 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6062 Add optional 'test' parameter.
6063
7978d7c3
SM
60642017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6065
6066 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6067 Skip for versions of DejaGnu < 1.5.
6068
896c0c1e
SM
60692017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6070
6071 * lib/gdb.exp (dejagnu_version): New proc.
6072 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6073 Use dejagnu_version.
6074
5f4d1085
KS
60752017-03-10 Keith Seitz <keiths@redhat.com>
6076
6077 PR c++/8128
6078 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6079 type from destructor regexps.
6080 Add a branch which actually passes the test.
6081 Adjust "ptype t5i" test names.
6082
1de05205
PA
60832017-03-08 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/step-over-exit.exp: Add explicit test message.
6086
c65d6b55
PA
60872017-03-08 Pedro Alves <palves@redhat.com>
6088
6089 PR gdb/18360
6090 * gdb.threads/interrupt-while-step-over.c: New file.
6091 * gdb.threads/interrupt-while-step-over.exp: New file.
6092
2e86a283
PA
60932017-03-08 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6096 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6097
25dcbff6
PA
60982017-03-08 Pedro Alves <palves@redhat.com>
6099
6100 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6101 PKRU as not supported as a PASS.
6102
dc9366eb
PA
61032017-03-08 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6106 prefix instead of $binfile1/$binfile2.
6107 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6108 in test message.
6109 * gdb.python/py-completion.exp: Use "load python file" as test
6110 messages instead of unstable path names.
6111
6e5d74e7
PA
61122017-03-08 Pedro Alves <palves@redhat.com>
6113 Jan Kratochvil <jan.kratochvil@redhat.com>
6114
6115 PR cli/21218
6116 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6117 New proc.
6118 (top level): Call it.
6119
9753a2f6
PA
61202017-03-08 Pedro Alves <palves@redhat.com>
6121
6122 PR tui/21216
6123 * gdb.tui/tui-nl-filtered-output.exp: New file.
6124
1a4dd9dd
PA
61252017-03-08 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.base/completion.exp: Move TUI completion tests to ...
6128 * gdb.tui/completion.exp: ... this new file.
6129
7cbbff33
PA
61302017-03-08 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.base/tui-disasm-long-lines.c,
6133 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6134 gdb.base/tui-layout.exp: Move to ...
6135 * gdb.tui/: ... this new directory.
6136
5f6fd321
PA
61372017-03-07 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.base/tui-layout.c: New file.
6140 * gdb.base/tui-layout.exp: New file.
6141
44959fa8
PA
61422017-03-07 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.base/tui-layout.c: Rename to ...
6145 * gdb.base/tui-disasm-long-lines.c: ... this.
6146 * gdb.base/tui-layout.exp: Rename to ...
6147 * gdb.base/tui-disasm-long-lines.exp: ... this.
6148
f8c4e718
PA
61492017-03-07 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6152
6dbb839a 61532017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6154
6155 * i386-mpx-call.c: New file.
6156 * i386-mpx-call.exp: New file.
6157
65b48a81
PB
61582017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6159
6160 * gdb.arch/powerpc-power.exp: Delete test.
6161 * gdb.arch/powerpc-power.s: Likewise.
6162 * gdb.disasm/disassembler-options.exp: New test.
6163 * gdb.arch/powerpc-altivec.exp: Likewise.
6164 * gdb.arch/powerpc-altivec.s: Likewise.
6165 * gdb.arch/powerpc-altivec2.exp: Likewise.
6166 * gdb.arch/powerpc-altivec2.s: Likewise.
6167 * gdb.arch/powerpc-altivec3.exp: Likewise.
6168 * gdb.arch/powerpc-altivec3.s: Likewise.
6169 * gdb.arch/powerpc-power7.exp: Likewise.
6170 * gdb.arch/powerpc-power7.s: Likewise.
6171 * gdb.arch/powerpc-power8.exp: Likewise.
6172 * gdb.arch/powerpc-power8.s: Likewise.
6173 * gdb.arch/powerpc-power9.exp: Likewise.
6174 * gdb.arch/powerpc-power9.s: Likewise.
6175 * gdb.arch/powerpc-vsx.exp: Likewise.
6176 * gdb.arch/powerpc-vsx.s: Likewise.
6177 * gdb.arch/powerpc-vsx2.exp: Likewise.
6178 * gdb.arch/powerpc-vsx2.s: Likewise.
6179 * gdb.arch/powerpc-vsx3.exp: Likewise.
6180 * gdb.arch/powerpc-vsx3.s: Likewise.
6181 * gdb.arch/arm-disassembler-options.exp: Likewise.
6182 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6183 * gdb.arch/s390-disassembler-options.exp: Likewise.
6184
17cd4947
LM
61852017-02-23 Luis Machado <lgustavo@codesourcery.com>
6186
6187 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6188 (check_supported_features): ... this. Changed return type to void.
6189 (supports_rdseed): New static global.
6190 (rdseed): Check supports_rdseed.
6191 (initialize): Call check_supported_features.
6192
2039d74e
EBM
61932017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6194
6195 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6196 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6197 and lqarx/stqcx.
6198 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6199 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6200
a51d7ecf
EBM
62012017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6202
6203 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6204 uppercase.
6205
0224619f
JK
62062017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6207
6208 * gdb.dwarf2/formdata16.c: New file.
6209 * gdb.dwarf2/formdata16.exp: New file.
6210 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6211
216f72a1
JK
62122017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6213
6214 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6215 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6216 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6217 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6218 DW_AT_GNU_*.
6219
43988095
JK
62202017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6221
6222 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6223
99e8a4f9
SDJ
62242017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6225
6226 PR gdb/21164
6227 * gdb.base/maint.exp: Add testcases for when the commands do
6228 not have arguments.
6229
b58a8c0c
TP
62302017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6231
6232 * gdb.cp/chained-calls.exp: Use p instead of P.
6233
4e746bb6
TW
62342017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6235
6236 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6237 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6238
3f77c769
TT
62392017-02-14 Tom Tromey <tom@tromey.com>
6240
6241 PR python/13598:
6242 * gdb.python/py-events.exp: Add before_prompt event tests.
6243
075beec0
AA
62442017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6245
6246 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6247
bf5f525c
LM
62482017-02-13 Luis Machado <lgustavo@codesourcery.com>
6249
6250 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6251 (main): Call my_unique_function_name.
6252 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6253 completion of patterns with a single match.
6254 Add missing -re switches to gdb_test_multiple calls.
6255
13a66184
LM
62562017-02-13 Luis Machado <lgustavo@codesourcery.com>
6257
6258 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6259 return if core file is not recognized.
6260
26a06916
SM
62612017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6262
6263 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6264 and extra UIs.
6265
b761ca9e
SM
62662017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6267
6268 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6269 proc_with_prefix.
6270
b964bee0
TT
62712017-02-10 Tom Tromey <tom@tromey.com>
6272
6273 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6274
18da0c51
MG
62752017-02-10 Martin Galvan <martingalvan@sourceware.org>
6276
6277 PR gdb/21122
6278 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6279
604c4576
JG
62802017-02-08 Jerome Guitton <guitton@adacore.com>
6281
6282 * gdb.base/define.exp: Add test for command abbreviations
6283 in define.
6284
20b477a7
LM
62852017-02-06 Luis Machado <lgustavo@codesourcery.com>
6286
6287 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6288 * gdb.reverse/insn-reverse-x86.c: New file.
6289
3f7b46f2
IR
62902017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6291
6292 PR tdep/20936
6293 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6294
f0fd41c1
TT
62952017-02-03 Tom Tromey <tom@tromey.com>
6296
6297 PR rust/21097:
6298 * gdb.rust/simple.exp: Add new tests.
6299
5be5dbf0
PA
63002017-02-02 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6303 tests.
6304
7346ef59
AA
63052017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6306
6307 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6308 taking a 2-byte value out of a 4-byte DWARF implicit value on
6309 big-endian targets.
6310 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6311 logic. Add test cases for DW_OP_implicit.
6312
787f0025
MM
63132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6314
6315 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6316
68777c29
MM
63172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6318
6319 * gdb.btrace/enable.exp: Call gdb_exit before
6320 skip_gdbserver_tests.
6321
0a1c7e28
MM
63222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6323
6324 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6325 GDBFLAGS.
6326
b5ac99b0
MM
63272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6328
6329 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6330 the test is skipped.
6331 * gdb.btrace/data.exp: Likewise.
6332 * gdb.btrace/delta.exp: Likewise.
6333 * gdb.btrace/dlopen.exp: Likewise.
6334 * gdb.btrace/enable-running.exp: Likewise.
6335 * gdb.btrace/enable.exp: Likewise.
6336 * gdb.btrace/exception.exp: Likewise.
6337 * gdb.btrace/function_call_history.exp: Likewise.
6338 * gdb.btrace/gcore.exp: Likewise.
6339 * gdb.btrace/instruction_history.exp: Likewise.
6340 * gdb.btrace/multi-thread-step.exp: Likewise.
6341 * gdb.btrace/nohist.exp: Likewise.
6342 * gdb.btrace/non-stop.exp: Likewise.
6343 * gdb.btrace/reconnect.exp: Likewise.
6344 * gdb.btrace/record_goto-step.exp: Likewise.
6345 * gdb.btrace/record_goto.exp: Likewise.
6346 * gdb.btrace/rn-dl-bind.exp: Likewise.
6347 * gdb.btrace/segv.exp: Likewise.
6348 * gdb.btrace/step.exp: Likewise.
6349 * gdb.btrace/stepi.exp: Likewise.
6350 * gdb.btrace/tailcall-only.exp: Likewise.
6351 * gdb.btrace/tailcall.exp: Likewise.
6352 * gdb.btrace/tsx.exp: Likewise.
6353 * gdb.btrace/unknown_functions.exp: Likewise.
6354 * gdb.btrace/vdso.exp: Likewise.
6355
cd4007e4
MM
63562017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6357
6358 * gdb.btrace/enable-running.c: New.
6359 * gdb.btrace/enable-running.exp: New.
6360
2735833d
WT
63612017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6362
6363 * gdb.arch/amd64-gs_base.c: New file.
6364 * gdb.arch/amd64-gs_base.exp: New file.
6365
b51e1e94
LM
63662017-01-26 Luis Machado <lgustavo@codesourcery.com>
6367
6368 * lib/memory.exp: Remove spurious empty newlines.
6369
72ca0410
SM
63702017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6371
6372 * gdb.python/py-bad-printers.exp: Load python file using "source".
6373 * gdb.python/py-events.exp: Likewise.
6374 * gdb.python/py-evsignal.exp: Likewise.
6375 * gdb.python/py-evthreads.exp: Likewise.
6376 * gdb.python/py-frame-args.exp: Likewise.
6377 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6378 * gdb.python/py-framefilter-mi.exp: Likewise.
6379 * gdb.python/py-framefilter.exp: Likewise.
6380 * gdb.python/py-mi.exp: Likewise.
6381 * gdb.python/py-pp-maint.exp: Likewise.
6382 * gdb.python/py-pp-registration.exp: Likewise.
6383 * gdb.python/py-prettyprint.exp: Likewise.
6384 (run_lang_tests): Likewise.
6385 * gdb.python/py-typeprint.exp: Likewise.
6386
e309aa65
LM
63872017-01-26 Luis Machado <lgustavo@codesourcery.com>
6388
6389 * lib/memory.exp: New file.
6390 * lib/gdb.exp: Load memory.exp.
6391 * gdb.base/memattr.exp (delete_memory): Move proc to
6392 lib/memory.exp and rename to delete_memory_regions.
6393 Replace delete_memory with delete_memory_regions.
6394 Cleanup memory regions before tests.
6395 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6396 before tests.
6397
515aff23
LM
63982017-01-26 Luis Machado <lgustavo@codesourcery.com>
6399
6400 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6401 files.
6402 (initialize): New function conditionally defined.
6403 (testcases): Move within conditional block.
6404 (main): Call initialize.
6405 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6406 of gdb.reverse/insn-reverse.c.
6407 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6408 gdb.reverse/insn-reverse.c.
6409
d8b49cf0
YQ
64102017-01-26 Yao Qi <yao.qi@linaro.org>
6411
6412 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6413 disassemble on address 0.
6414
f13a9a0c
YQ
64152017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6416 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6419 * gdb.dwarf2/implptr-64bit.S: Remove.
6420 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6421 variables in caller's context. Add DW_OP_implicit_value.
6422
5ac95241
YQ
64232017-01-25 Yao Qi <yao.qi@linaro.org>
6424
6425 * lib/dwarf.exp (Dwarf::_location): Handle
6426 DW_OP_GNU_implicit_pointer with proper size.
6427
23e82930
LM
64282017-01-20 Luis Machado <lgustavo@codesourcery.com>
6429
6430 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6431 and add untested calls.
6432
d334ae25
LM
64332017-01-20 Luis Machado <lgustavo@codesourcery.com>
6434
6435 * gdb.python/python.exp: Check line number against what GDB thinks
6436 the line number is for func1.
6437
f5e6296e
IB
64382017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6439
6440 * gdb.dlang/debug-expr.exp: New file.
6441
5b362f04
LM
64422016-12-23 Luis Machado <lgustavo@codesourcery.com>
6443
6444 Fix test names for the following files:
6445
6446 * gdb.ada/exec_changed.exp
6447 * gdb.ada/info_types.exp
6448 * gdb.arch/aarch64-atomic-inst.exp
6449 * gdb.arch/aarch64-fp.exp
6450 * gdb.arch/altivec-abi.exp
6451 * gdb.arch/altivec-regs.exp
6452 * gdb.arch/amd64-byte.exp
6453 * gdb.arch/amd64-disp-step.exp
6454 * gdb.arch/amd64-dword.exp
6455 * gdb.arch/amd64-entry-value-inline.exp
6456 * gdb.arch/amd64-entry-value-param.exp
6457 * gdb.arch/amd64-entry-value-paramref.exp
6458 * gdb.arch/amd64-entry-value.exp
6459 * gdb.arch/amd64-i386-address.exp
6460 * gdb.arch/amd64-invalid-stack-middle.exp
6461 * gdb.arch/amd64-invalid-stack-top.exp
6462 * gdb.arch/amd64-optimout-repeat.exp
6463 * gdb.arch/amd64-prologue-skip.exp
6464 * gdb.arch/amd64-prologue-xmm.exp
6465 * gdb.arch/amd64-stap-special-operands.exp
6466 * gdb.arch/amd64-stap-wrong-subexp.exp
6467 * gdb.arch/amd64-tailcall-cxx.exp
6468 * gdb.arch/amd64-tailcall-noret.exp
6469 * gdb.arch/amd64-tailcall-ret.exp
6470 * gdb.arch/amd64-tailcall-self.exp
6471 * gdb.arch/amd64-word.exp
6472 * gdb.arch/arm-bl-branch-dest.exp
6473 * gdb.arch/arm-disp-step.exp
6474 * gdb.arch/arm-neon.exp
6475 * gdb.arch/arm-single-step-kernel-helper.exp
6476 * gdb.arch/avr-flash-qualifier.exp
6477 * gdb.arch/disp-step-insn-reloc.exp
6478 * gdb.arch/e500-abi.exp
6479 * gdb.arch/e500-regs.exp
6480 * gdb.arch/ftrace-insn-reloc.exp
6481 * gdb.arch/i386-avx512.exp
6482 * gdb.arch/i386-bp_permanent.exp
6483 * gdb.arch/i386-byte.exp
6484 * gdb.arch/i386-cfi-notcurrent.exp
6485 * gdb.arch/i386-disp-step.exp
6486 * gdb.arch/i386-dr3-watch.exp
6487 * gdb.arch/i386-float.exp
6488 * gdb.arch/i386-gnu-cfi.exp
6489 * gdb.arch/i386-mpx-map.exp
6490 * gdb.arch/i386-mpx-sigsegv.exp
6491 * gdb.arch/i386-mpx-simple_segv.exp
6492 * gdb.arch/i386-mpx.exp
6493 * gdb.arch/i386-permbkpt.exp
6494 * gdb.arch/i386-prologue.exp
6495 * gdb.arch/i386-signal.exp
6496 * gdb.arch/i386-size-overlap.exp
6497 * gdb.arch/i386-unwind.exp
6498 * gdb.arch/i386-word.exp
6499 * gdb.arch/mips-fcr.exp
6500 * gdb.arch/powerpc-d128-regs.exp
6501 * gdb.arch/powerpc-stackless.exp
6502 * gdb.arch/ppc64-atomic-inst.exp
6503 * gdb.arch/s390-stackless.exp
6504 * gdb.arch/s390-tdbregs.exp
6505 * gdb.arch/s390-vregs.exp
6506 * gdb.arch/sparc-sysstep.exp
6507 * gdb.arch/thumb-bx-pc.exp
6508 * gdb.arch/thumb-singlestep.exp
6509 * gdb.arch/thumb2-it.exp
6510 * gdb.arch/vsx-regs.exp
6511 * gdb.asm/asm-source.exp
6512 * gdb.base/a2-run.exp
6513 * gdb.base/advance.exp
6514 * gdb.base/all-bin.exp
6515 * gdb.base/anon.exp
6516 * gdb.base/args.exp
6517 * gdb.base/arithmet.exp
6518 * gdb.base/async-shell.exp
6519 * gdb.base/async.exp
6520 * gdb.base/attach-pie-noexec.exp
6521 * gdb.base/attach-twice.exp
6522 * gdb.base/auto-load.exp
6523 * gdb.base/bang.exp
6524 * gdb.base/bitfields.exp
6525 * gdb.base/break-always.exp
6526 * gdb.base/break-caller-line.exp
6527 * gdb.base/break-entry.exp
6528 * gdb.base/break-inline.exp
6529 * gdb.base/break-on-linker-gcd-function.exp
6530 * gdb.base/break-probes.exp
6531 * gdb.base/break.exp
6532 * gdb.base/breakpoint-shadow.exp
6533 * gdb.base/call-ar-st.exp
6534 * gdb.base/call-sc.exp
6535 * gdb.base/call-signal-resume.exp
6536 * gdb.base/call-strs.exp
6537 * gdb.base/callfuncs.exp
6538 * gdb.base/catch-fork-static.exp
6539 * gdb.base/catch-gdb-caused-signals.exp
6540 * gdb.base/catch-load.exp
6541 * gdb.base/catch-signal-fork.exp
6542 * gdb.base/catch-signal.exp
6543 * gdb.base/catch-syscall.exp
6544 * gdb.base/charset.exp
6545 * gdb.base/checkpoint.exp
6546 * gdb.base/chng-syms.exp
6547 * gdb.base/code-expr.exp
6548 * gdb.base/code_elim.exp
6549 * gdb.base/commands.exp
6550 * gdb.base/completion.exp
6551 * gdb.base/complex.exp
6552 * gdb.base/cond-expr.exp
6553 * gdb.base/condbreak.exp
6554 * gdb.base/consecutive.exp
6555 * gdb.base/continue-all-already-running.exp
6556 * gdb.base/coredump-filter.exp
6557 * gdb.base/corefile.exp
6558 * gdb.base/dbx.exp
6559 * gdb.base/debug-expr.exp
6560 * gdb.base/define.exp
6561 * gdb.base/del.exp
6562 * gdb.base/disabled-location.exp
6563 * gdb.base/disasm-end-cu.exp
6564 * gdb.base/disasm-optim.exp
6565 * gdb.base/display.exp
6566 * gdb.base/duplicate-bp.exp
6567 * gdb.base/ena-dis-br.exp
6568 * gdb.base/ending-run.exp
6569 * gdb.base/enumval.exp
6570 * gdb.base/environ.exp
6571 * gdb.base/eu-strip-infcall.exp
6572 * gdb.base/eval-avoid-side-effects.exp
6573 * gdb.base/eval-skip.exp
6574 * gdb.base/exitsignal.exp
6575 * gdb.base/expand-psymtabs.exp
6576 * gdb.base/filesym.exp
6577 * gdb.base/find-unmapped.exp
6578 * gdb.base/finish.exp
6579 * gdb.base/float.exp
6580 * gdb.base/foll-exec-mode.exp
6581 * gdb.base/foll-exec.exp
6582 * gdb.base/foll-fork.exp
6583 * gdb.base/fortran-sym-case.exp
6584 * gdb.base/freebpcmd.exp
6585 * gdb.base/func-ptr.exp
6586 * gdb.base/func-ptrs.exp
6587 * gdb.base/funcargs.exp
6588 * gdb.base/gcore-buffer-overflow.exp
6589 * gdb.base/gcore-relro-pie.exp
6590 * gdb.base/gcore-relro.exp
6591 * gdb.base/gcore.exp
6592 * gdb.base/gdb1090.exp
6593 * gdb.base/gdb11530.exp
6594 * gdb.base/gdb11531.exp
6595 * gdb.base/gdb1821.exp
6596 * gdb.base/gdbindex-stabs.exp
6597 * gdb.base/gdbvars.exp
6598 * gdb.base/hbreak.exp
6599 * gdb.base/hbreak2.exp
6600 * gdb.base/included.exp
6601 * gdb.base/infcall-input.exp
6602 * gdb.base/inferior-died.exp
6603 * gdb.base/infnan.exp
6604 * gdb.base/info-macros.exp
6605 * gdb.base/info-os.exp
6606 * gdb.base/info-proc.exp
6607 * gdb.base/info-shared.exp
6608 * gdb.base/info-target.exp
6609 * gdb.base/infoline.exp
6610 * gdb.base/interp.exp
6611 * gdb.base/interrupt.exp
6612 * gdb.base/jit-reader.exp
6613 * gdb.base/jit-simple.exp
6614 * gdb.base/kill-after-signal.exp
6615 * gdb.base/kill-detach-inferiors-cmd.exp
6616 * gdb.base/label.exp
6617 * gdb.base/langs.exp
6618 * gdb.base/ldbl_e308.exp
6619 * gdb.base/line-symtabs.exp
6620 * gdb.base/linespecs.exp
6621 * gdb.base/list.exp
6622 * gdb.base/long_long.exp
6623 * gdb.base/longest-types.exp
6624 * gdb.base/maint.exp
6625 * gdb.base/max-value-size.exp
6626 * gdb.base/memattr.exp
6627 * gdb.base/mips_pro.exp
6628 * gdb.base/morestack.exp
6629 * gdb.base/moribund-step.exp
6630 * gdb.base/multi-forks.exp
6631 * gdb.base/nested-addr.exp
6632 * gdb.base/nextoverexit.exp
6633 * gdb.base/noreturn-finish.exp
6634 * gdb.base/noreturn-return.exp
6635 * gdb.base/nostdlib.exp
6636 * gdb.base/offsets.exp
6637 * gdb.base/opaque.exp
6638 * gdb.base/pc-fp.exp
6639 * gdb.base/permissions.exp
6640 * gdb.base/print-symbol-loading.exp
6641 * gdb.base/prologue-include.exp
6642 * gdb.base/psymtab.exp
6643 * gdb.base/ptype.exp
6644 * gdb.base/random-signal.exp
6645 * gdb.base/randomize.exp
6646 * gdb.base/range-stepping.exp
6647 * gdb.base/readline-ask.exp
6648 * gdb.base/recpar.exp
6649 * gdb.base/recurse.exp
6650 * gdb.base/relational.exp
6651 * gdb.base/restore.exp
6652 * gdb.base/return-nodebug.exp
6653 * gdb.base/return.exp
6654 * gdb.base/run-after-attach.exp
6655 * gdb.base/save-bp.exp
6656 * gdb.base/scope.exp
6657 * gdb.base/sect-cmd.exp
6658 * gdb.base/set-lang-auto.exp
6659 * gdb.base/set-noassign.exp
6660 * gdb.base/setvar.exp
6661 * gdb.base/sigall.exp
6662 * gdb.base/sigbpt.exp
6663 * gdb.base/siginfo-addr.exp
6664 * gdb.base/siginfo-infcall.exp
6665 * gdb.base/siginfo-obj.exp
6666 * gdb.base/siginfo.exp
6667 * gdb.base/signals-state-child.exp
6668 * gdb.base/signest.exp
6669 * gdb.base/sigstep.exp
6670 * gdb.base/sizeof.exp
6671 * gdb.base/skip.exp
6672 * gdb.base/solib-corrupted.exp
6673 * gdb.base/solib-nodir.exp
6674 * gdb.base/solib-search.exp
6675 * gdb.base/stack-checking.exp
6676 * gdb.base/stale-infcall.exp
6677 * gdb.base/stap-probe.exp
6678 * gdb.base/start.exp
6679 * gdb.base/step-break.exp
6680 * gdb.base/step-bt.exp
6681 * gdb.base/step-line.exp
6682 * gdb.base/step-over-exit.exp
6683 * gdb.base/step-over-syscall.exp
6684 * gdb.base/step-resume-infcall.exp
6685 * gdb.base/step-test.exp
6686 * gdb.base/store.exp
6687 * gdb.base/structs3.exp
6688 * gdb.base/sym-file.exp
6689 * gdb.base/symbol-without-target_section.exp
6690 * gdb.base/term.exp
6691 * gdb.base/testenv.exp
6692 * gdb.base/ui-redirect.exp
6693 * gdb.base/until.exp
6694 * gdb.base/unwindonsignal.exp
6695 * gdb.base/value-double-free.exp
6696 * gdb.base/vla-datatypes.exp
6697 * gdb.base/vla-ptr.exp
6698 * gdb.base/vla-sideeffect.exp
6699 * gdb.base/volatile.exp
6700 * gdb.base/watch-cond-infcall.exp
6701 * gdb.base/watch-cond.exp
6702 * gdb.base/watch-non-mem.exp
6703 * gdb.base/watch-read.exp
6704 * gdb.base/watch-vfork.exp
6705 * gdb.base/watchpoint-cond-gone.exp
6706 * gdb.base/watchpoint-delete.exp
6707 * gdb.base/watchpoint-hw-hit-once.exp
6708 * gdb.base/watchpoint-hw.exp
6709 * gdb.base/watchpoint-stops-at-right-insn.exp
6710 * gdb.base/watchpoints.exp
6711 * gdb.base/wchar.exp
6712 * gdb.base/whatis-exp.exp
6713 * gdb.btrace/buffer-size.exp
6714 * gdb.btrace/data.exp
6715 * gdb.btrace/delta.exp
6716 * gdb.btrace/dlopen.exp
6717 * gdb.btrace/enable.exp
6718 * gdb.btrace/exception.exp
6719 * gdb.btrace/function_call_history.exp
6720 * gdb.btrace/gcore.exp
6721 * gdb.btrace/instruction_history.exp
6722 * gdb.btrace/nohist.exp
6723 * gdb.btrace/reconnect.exp
6724 * gdb.btrace/record_goto-step.exp
6725 * gdb.btrace/record_goto.exp
6726 * gdb.btrace/rn-dl-bind.exp
6727 * gdb.btrace/segv.exp
6728 * gdb.btrace/step.exp
6729 * gdb.btrace/stepi.exp
6730 * gdb.btrace/tailcall-only.exp
6731 * gdb.btrace/tailcall.exp
6732 * gdb.btrace/tsx.exp
6733 * gdb.btrace/unknown_functions.exp
6734 * gdb.btrace/vdso.exp
6735 * gdb.compile/compile-ifunc.exp
6736 * gdb.compile/compile-ops.exp
6737 * gdb.compile/compile-print.exp
6738 * gdb.compile/compile-setjmp.exp
6739 * gdb.cp/abstract-origin.exp
6740 * gdb.cp/ambiguous.exp
6741 * gdb.cp/annota2.exp
6742 * gdb.cp/annota3.exp
6743 * gdb.cp/anon-ns.exp
6744 * gdb.cp/anon-struct.exp
6745 * gdb.cp/anon-union.exp
6746 * gdb.cp/arg-reference.exp
6747 * gdb.cp/baseenum.exp
6748 * gdb.cp/bool.exp
6749 * gdb.cp/breakpoint.exp
6750 * gdb.cp/bs15503.exp
6751 * gdb.cp/call-c.exp
6752 * gdb.cp/casts.exp
6753 * gdb.cp/chained-calls.exp
6754 * gdb.cp/class2.exp
6755 * gdb.cp/classes.exp
6756 * gdb.cp/cmpd-minsyms.exp
6757 * gdb.cp/converts.exp
6758 * gdb.cp/cp-relocate.exp
6759 * gdb.cp/cpcompletion.exp
6760 * gdb.cp/cpexprs.exp
6761 * gdb.cp/cplabel.exp
6762 * gdb.cp/cplusfuncs.exp
6763 * gdb.cp/cpsizeof.exp
6764 * gdb.cp/ctti.exp
6765 * gdb.cp/derivation.exp
6766 * gdb.cp/destrprint.exp
6767 * gdb.cp/dispcxx.exp
6768 * gdb.cp/enum-class.exp
6769 * gdb.cp/exception.exp
6770 * gdb.cp/exceptprint.exp
6771 * gdb.cp/expand-psymtabs-cxx.exp
6772 * gdb.cp/expand-sals.exp
6773 * gdb.cp/extern-c.exp
6774 * gdb.cp/filename.exp
6775 * gdb.cp/formatted-ref.exp
6776 * gdb.cp/fpointer.exp
6777 * gdb.cp/gdb1355.exp
6778 * gdb.cp/gdb2495.exp
6779 * gdb.cp/hang.exp
6780 * gdb.cp/impl-this.exp
6781 * gdb.cp/infcall-dlopen.exp
6782 * gdb.cp/inherit.exp
6783 * gdb.cp/iostream.exp
6784 * gdb.cp/koenig.exp
6785 * gdb.cp/local.exp
6786 * gdb.cp/m-data.exp
6787 * gdb.cp/m-static.exp
6788 * gdb.cp/mb-ctor.exp
6789 * gdb.cp/mb-inline.exp
6790 * gdb.cp/mb-templates.exp
6791 * gdb.cp/member-name.exp
6792 * gdb.cp/member-ptr.exp
6793 * gdb.cp/meth-typedefs.exp
6794 * gdb.cp/method.exp
6795 * gdb.cp/method2.exp
6796 * gdb.cp/minsym-fallback.exp
6797 * gdb.cp/misc.exp
6798 * gdb.cp/namelessclass.exp
6799 * gdb.cp/namespace-enum.exp
6800 * gdb.cp/namespace-nested-import.exp
6801 * gdb.cp/namespace.exp
6802 * gdb.cp/nextoverthrow.exp
6803 * gdb.cp/no-dmgl-verbose.exp
6804 * gdb.cp/non-trivial-retval.exp
6805 * gdb.cp/noparam.exp
6806 * gdb.cp/nsdecl.exp
6807 * gdb.cp/nsimport.exp
6808 * gdb.cp/nsnested.exp
6809 * gdb.cp/nsnoimports.exp
6810 * gdb.cp/nsrecurs.exp
6811 * gdb.cp/nsstress.exp
6812 * gdb.cp/nsusing.exp
6813 * gdb.cp/operator.exp
6814 * gdb.cp/oranking.exp
6815 * gdb.cp/overload-const.exp
6816 * gdb.cp/overload.exp
6817 * gdb.cp/ovldbreak.exp
6818 * gdb.cp/ovsrch.exp
6819 * gdb.cp/paren-type.exp
6820 * gdb.cp/parse-lang.exp
6821 * gdb.cp/pass-by-ref.exp
6822 * gdb.cp/pr-1023.exp
6823 * gdb.cp/pr-1210.exp
6824 * gdb.cp/pr-574.exp
6825 * gdb.cp/pr10687.exp
6826 * gdb.cp/pr12028.exp
6827 * gdb.cp/pr17132.exp
6828 * gdb.cp/pr17494.exp
6829 * gdb.cp/pr9067.exp
6830 * gdb.cp/pr9167.exp
6831 * gdb.cp/pr9631.exp
6832 * gdb.cp/printmethod.exp
6833 * gdb.cp/psmang.exp
6834 * gdb.cp/psymtab-parameter.exp
6835 * gdb.cp/ptype-cv-cp.exp
6836 * gdb.cp/ptype-flags.exp
6837 * gdb.cp/re-set-overloaded.exp
6838 * gdb.cp/ref-types.exp
6839 * gdb.cp/rtti.exp
6840 * gdb.cp/scope-err.exp
6841 * gdb.cp/shadow.exp
6842 * gdb.cp/smartp.exp
6843 * gdb.cp/static-method.exp
6844 * gdb.cp/static-print-quit.exp
6845 * gdb.cp/temargs.exp
6846 * gdb.cp/templates.exp
6847 * gdb.cp/try_catch.exp
6848 * gdb.cp/typedef-operator.exp
6849 * gdb.cp/typeid.exp
6850 * gdb.cp/userdef.exp
6851 * gdb.cp/using-crash.exp
6852 * gdb.cp/var-tag.exp
6853 * gdb.cp/virtbase.exp
6854 * gdb.cp/virtfunc.exp
6855 * gdb.cp/virtfunc2.exp
6856 * gdb.cp/vla-cxx.exp
6857 * gdb.disasm/t01_mov.exp
6858 * gdb.disasm/t02_mova.exp
6859 * gdb.disasm/t03_add.exp
6860 * gdb.disasm/t04_sub.exp
6861 * gdb.disasm/t05_cmp.exp
6862 * gdb.disasm/t06_ari2.exp
6863 * gdb.disasm/t07_ari3.exp
6864 * gdb.disasm/t08_or.exp
6865 * gdb.disasm/t09_xor.exp
6866 * gdb.disasm/t10_and.exp
6867 * gdb.disasm/t11_logs.exp
6868 * gdb.disasm/t12_bit.exp
6869 * gdb.disasm/t13_otr.exp
6870 * gdb.dlang/circular.exp
6871 * gdb.dwarf2/arr-stride.exp
6872 * gdb.dwarf2/arr-subrange.exp
6873 * gdb.dwarf2/atomic-type.exp
6874 * gdb.dwarf2/bad-regnum.exp
6875 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6876 * gdb.dwarf2/callframecfa.exp
6877 * gdb.dwarf2/clztest.exp
6878 * gdb.dwarf2/corrupt.exp
6879 * gdb.dwarf2/data-loc.exp
6880 * gdb.dwarf2/dup-psym.exp
6881 * gdb.dwarf2/dw2-anon-mptr.exp
6882 * gdb.dwarf2/dw2-anonymous-func.exp
6883 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6884 * gdb.dwarf2/dw2-bad-unresolved.exp
6885 * gdb.dwarf2/dw2-basic.exp
6886 * gdb.dwarf2/dw2-canonicalize-type.exp
6887 * gdb.dwarf2/dw2-case-insensitive.exp
6888 * gdb.dwarf2/dw2-common-block.exp
6889 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6890 * gdb.dwarf2/dw2-compressed.exp
6891 * gdb.dwarf2/dw2-const.exp
6892 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6893 * gdb.dwarf2/dw2-cu-size.exp
6894 * gdb.dwarf2/dw2-dup-frame.exp
6895 * gdb.dwarf2/dw2-entry-value.exp
6896 * gdb.dwarf2/dw2-icycle.exp
6897 * gdb.dwarf2/dw2-ifort-parameter.exp
6898 * gdb.dwarf2/dw2-inline-break.exp
6899 * gdb.dwarf2/dw2-inline-param.exp
6900 * gdb.dwarf2/dw2-intercu.exp
6901 * gdb.dwarf2/dw2-intermix.exp
6902 * gdb.dwarf2/dw2-lexical-block-bare.exp
6903 * gdb.dwarf2/dw2-linkage-name-trust.exp
6904 * gdb.dwarf2/dw2-minsym-in-cu.exp
6905 * gdb.dwarf2/dw2-noloc.exp
6906 * gdb.dwarf2/dw2-op-call.exp
6907 * gdb.dwarf2/dw2-op-out-param.exp
6908 * gdb.dwarf2/dw2-opt-structptr.exp
6909 * gdb.dwarf2/dw2-param-error.exp
6910 * gdb.dwarf2/dw2-producer.exp
6911 * gdb.dwarf2/dw2-ranges-base.exp
6912 * gdb.dwarf2/dw2-ref-missing-frame.exp
6913 * gdb.dwarf2/dw2-reg-undefined.exp
6914 * gdb.dwarf2/dw2-regno-invalid.exp
6915 * gdb.dwarf2/dw2-restore.exp
6916 * gdb.dwarf2/dw2-restrict.exp
6917 * gdb.dwarf2/dw2-single-line-discriminators.exp
6918 * gdb.dwarf2/dw2-strp.exp
6919 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6920 * gdb.dwarf2/dw2-unresolved.exp
6921 * gdb.dwarf2/dw2-var-zero-addr.exp
6922 * gdb.dwarf2/dw4-sig-types.exp
6923 * gdb.dwarf2/dwz.exp
6924 * gdb.dwarf2/dynarr-ptr.exp
6925 * gdb.dwarf2/enum-type.exp
6926 * gdb.dwarf2/gdb-index.exp
6927 * gdb.dwarf2/implptr-64bit.exp
6928 * gdb.dwarf2/implptr-optimized-out.exp
6929 * gdb.dwarf2/implptr.exp
6930 * gdb.dwarf2/implref-array.exp
6931 * gdb.dwarf2/implref-const.exp
6932 * gdb.dwarf2/implref-global.exp
6933 * gdb.dwarf2/implref-struct.exp
6934 * gdb.dwarf2/mac-fileno.exp
6935 * gdb.dwarf2/main-subprogram.exp
6936 * gdb.dwarf2/member-ptr-forwardref.exp
6937 * gdb.dwarf2/method-ptr.exp
6938 * gdb.dwarf2/missing-sig-type.exp
6939 * gdb.dwarf2/nonvar-access.exp
6940 * gdb.dwarf2/opaque-type-lookup.exp
6941 * gdb.dwarf2/pieces-optimized-out.exp
6942 * gdb.dwarf2/pieces.exp
6943 * gdb.dwarf2/pr10770.exp
6944 * gdb.dwarf2/pr13961.exp
6945 * gdb.dwarf2/staticvirtual.exp
6946 * gdb.dwarf2/subrange.exp
6947 * gdb.dwarf2/symtab-producer.exp
6948 * gdb.dwarf2/trace-crash.exp
6949 * gdb.dwarf2/typeddwarf.exp
6950 * gdb.dwarf2/valop.exp
6951 * gdb.dwarf2/watch-notconst.exp
6952 * gdb.fortran/array-element.exp
6953 * gdb.fortran/charset.exp
6954 * gdb.fortran/common-block.exp
6955 * gdb.fortran/complex.exp
6956 * gdb.fortran/derived-type-function.exp
6957 * gdb.fortran/derived-type.exp
6958 * gdb.fortran/logical.exp
6959 * gdb.fortran/module.exp
6960 * gdb.fortran/multi-dim.exp
6961 * gdb.fortran/nested-funcs.exp
6962 * gdb.fortran/print-formatted.exp
6963 * gdb.fortran/subarray.exp
6964 * gdb.fortran/vla-alloc-assoc.exp
6965 * gdb.fortran/vla-datatypes.exp
6966 * gdb.fortran/vla-history.exp
6967 * gdb.fortran/vla-ptr-info.exp
6968 * gdb.fortran/vla-ptype-sub.exp
6969 * gdb.fortran/vla-ptype.exp
6970 * gdb.fortran/vla-sizeof.exp
6971 * gdb.fortran/vla-type.exp
6972 * gdb.fortran/vla-value-sub-arbitrary.exp
6973 * gdb.fortran/vla-value-sub-finish.exp
6974 * gdb.fortran/vla-value-sub.exp
6975 * gdb.fortran/vla-value.exp
6976 * gdb.fortran/whatis_type.exp
6977 * gdb.go/chan.exp
6978 * gdb.go/handcall.exp
6979 * gdb.go/hello.exp
6980 * gdb.go/integers.exp
6981 * gdb.go/methods.exp
6982 * gdb.go/package.exp
6983 * gdb.go/strings.exp
6984 * gdb.go/types.exp
6985 * gdb.go/unsafe.exp
6986 * gdb.guile/scm-arch.exp
6987 * gdb.guile/scm-block.exp
6988 * gdb.guile/scm-breakpoint.exp
6989 * gdb.guile/scm-cmd.exp
6990 * gdb.guile/scm-disasm.exp
6991 * gdb.guile/scm-equal.exp
6992 * gdb.guile/scm-frame-args.exp
6993 * gdb.guile/scm-frame-inline.exp
6994 * gdb.guile/scm-frame.exp
6995 * gdb.guile/scm-iterator.exp
6996 * gdb.guile/scm-math.exp
6997 * gdb.guile/scm-objfile.exp
6998 * gdb.guile/scm-ports.exp
6999 * gdb.guile/scm-symbol.exp
7000 * gdb.guile/scm-symtab.exp
7001 * gdb.guile/scm-value-cc.exp
7002 * gdb.guile/types-module.exp
7003 * gdb.linespec/break-ask.exp
7004 * gdb.linespec/cpexplicit.exp
7005 * gdb.linespec/explicit.exp
7006 * gdb.linespec/keywords.exp
7007 * gdb.linespec/linespec.exp
7008 * gdb.linespec/ls-dollar.exp
7009 * gdb.linespec/ls-errs.exp
7010 * gdb.linespec/skip-two.exp
7011 * gdb.linespec/thread.exp
7012 * gdb.mi/mi-async.exp
7013 * gdb.mi/mi-basics.exp
7014 * gdb.mi/mi-break.exp
7015 * gdb.mi/mi-catch-load.exp
7016 * gdb.mi/mi-cli.exp
7017 * gdb.mi/mi-cmd-param-changed.exp
7018 * gdb.mi/mi-console.exp
7019 * gdb.mi/mi-detach.exp
7020 * gdb.mi/mi-disassemble.exp
7021 * gdb.mi/mi-eval.exp
7022 * gdb.mi/mi-file-transfer.exp
7023 * gdb.mi/mi-file.exp
7024 * gdb.mi/mi-fill-memory.exp
7025 * gdb.mi/mi-inheritance-syntax-error.exp
7026 * gdb.mi/mi-linespec-err-cp.exp
7027 * gdb.mi/mi-logging.exp
7028 * gdb.mi/mi-memory-changed.exp
7029 * gdb.mi/mi-read-memory.exp
7030 * gdb.mi/mi-record-changed.exp
7031 * gdb.mi/mi-reg-undefined.exp
7032 * gdb.mi/mi-regs.exp
7033 * gdb.mi/mi-return.exp
7034 * gdb.mi/mi-reverse.exp
7035 * gdb.mi/mi-simplerun.exp
7036 * gdb.mi/mi-solib.exp
7037 * gdb.mi/mi-stack.exp
7038 * gdb.mi/mi-stepi.exp
7039 * gdb.mi/mi-syn-frame.exp
7040 * gdb.mi/mi-until.exp
7041 * gdb.mi/mi-var-block.exp
7042 * gdb.mi/mi-var-child.exp
7043 * gdb.mi/mi-var-cmd.exp
7044 * gdb.mi/mi-var-cp.exp
7045 * gdb.mi/mi-var-display.exp
7046 * gdb.mi/mi-var-invalidate.exp
7047 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7048 * gdb.mi/mi-vla-fortran.exp
7049 * gdb.mi/mi-watch.exp
7050 * gdb.mi/mi2-var-child.exp
7051 * gdb.mi/user-selected-context-sync.exp
7052 * gdb.modula2/unbounded-array.exp
7053 * gdb.multi/dummy-frame-restore.exp
7054 * gdb.multi/multi-arch-exec.exp
7055 * gdb.multi/multi-arch.exp
7056 * gdb.multi/tids.exp
7057 * gdb.multi/watchpoint-multi.exp
7058 * gdb.opencl/callfuncs.exp
7059 * gdb.opencl/convs_casts.exp
7060 * gdb.opencl/datatypes.exp
7061 * gdb.opencl/operators.exp
7062 * gdb.opencl/vec_comps.exp
7063 * gdb.opt/clobbered-registers-O2.exp
7064 * gdb.opt/inline-break.exp
7065 * gdb.opt/inline-bt.exp
7066 * gdb.opt/inline-cmds.exp
7067 * gdb.opt/inline-locals.exp
7068 * gdb.pascal/case-insensitive-symbols.exp
7069 * gdb.pascal/floats.exp
7070 * gdb.pascal/gdb11492.exp
7071 * gdb.python/lib-types.exp
7072 * gdb.python/py-arch.exp
7073 * gdb.python/py-as-string.exp
7074 * gdb.python/py-bad-printers.exp
7075 * gdb.python/py-block.exp
7076 * gdb.python/py-breakpoint-create-fail.exp
7077 * gdb.python/py-breakpoint.exp
7078 * gdb.python/py-caller-is.exp
7079 * gdb.python/py-cmd.exp
7080 * gdb.python/py-explore-cc.exp
7081 * gdb.python/py-explore.exp
7082 * gdb.python/py-finish-breakpoint.exp
7083 * gdb.python/py-finish-breakpoint2.exp
7084 * gdb.python/py-frame-args.exp
7085 * gdb.python/py-frame-inline.exp
7086 * gdb.python/py-frame.exp
7087 * gdb.python/py-framefilter-mi.exp
7088 * gdb.python/py-infthread.exp
7089 * gdb.python/py-lazy-string.exp
7090 * gdb.python/py-linetable.exp
7091 * gdb.python/py-mi-events.exp
7092 * gdb.python/py-mi-objfile.exp
7093 * gdb.python/py-mi.exp
7094 * gdb.python/py-objfile.exp
7095 * gdb.python/py-pp-integral.exp
7096 * gdb.python/py-pp-maint.exp
7097 * gdb.python/py-pp-re-notag.exp
7098 * gdb.python/py-pp-registration.exp
7099 * gdb.python/py-recurse-unwind.exp
7100 * gdb.python/py-strfns.exp
7101 * gdb.python/py-symbol.exp
7102 * gdb.python/py-symtab.exp
7103 * gdb.python/py-sync-interp.exp
7104 * gdb.python/py-typeprint.exp
7105 * gdb.python/py-unwind-maint.exp
7106 * gdb.python/py-unwind.exp
7107 * gdb.python/py-value-cc.exp
7108 * gdb.python/py-xmethods.exp
7109 * gdb.reverse/amd64-tailcall-reverse.exp
7110 * gdb.reverse/break-precsave.exp
7111 * gdb.reverse/break-reverse.exp
7112 * gdb.reverse/consecutive-precsave.exp
7113 * gdb.reverse/consecutive-reverse.exp
7114 * gdb.reverse/finish-precsave.exp
7115 * gdb.reverse/finish-reverse-bkpt.exp
7116 * gdb.reverse/finish-reverse.exp
7117 * gdb.reverse/fstatat-reverse.exp
7118 * gdb.reverse/getresuid-reverse.exp
7119 * gdb.reverse/i386-precsave.exp
7120 * gdb.reverse/i386-reverse.exp
7121 * gdb.reverse/i386-sse-reverse.exp
7122 * gdb.reverse/i387-env-reverse.exp
7123 * gdb.reverse/i387-stack-reverse.exp
7124 * gdb.reverse/insn-reverse.exp
7125 * gdb.reverse/machinestate-precsave.exp
7126 * gdb.reverse/machinestate.exp
7127 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7128 * gdb.reverse/pipe-reverse.exp
7129 * gdb.reverse/readv-reverse.exp
7130 * gdb.reverse/recvmsg-reverse.exp
7131 * gdb.reverse/rerun-prec.exp
7132 * gdb.reverse/s390-mvcle.exp
7133 * gdb.reverse/step-precsave.exp
7134 * gdb.reverse/step-reverse.exp
7135 * gdb.reverse/time-reverse.exp
7136 * gdb.reverse/until-precsave.exp
7137 * gdb.reverse/until-reverse.exp
7138 * gdb.reverse/waitpid-reverse.exp
7139 * gdb.reverse/watch-precsave.exp
7140 * gdb.reverse/watch-reverse.exp
7141 * gdb.rust/generics.exp
7142 * gdb.rust/methods.exp
7143 * gdb.rust/modules.exp
7144 * gdb.rust/simple.exp
7145 * gdb.server/connect-with-no-symbol-file.exp
7146 * gdb.server/ext-attach.exp
7147 * gdb.server/ext-restart.exp
7148 * gdb.server/ext-wrapper.exp
7149 * gdb.server/file-transfer.exp
7150 * gdb.server/server-exec-info.exp
7151 * gdb.server/server-kill.exp
7152 * gdb.server/server-mon.exp
7153 * gdb.server/wrapper.exp
7154 * gdb.stabs/exclfwd.exp
7155 * gdb.stabs/gdb11479.exp
7156 * gdb.threads/clone-new-thread-event.exp
7157 * gdb.threads/corethreads.exp
7158 * gdb.threads/current-lwp-dead.exp
7159 * gdb.threads/dlopen-libpthread.exp
7160 * gdb.threads/gcore-thread.exp
7161 * gdb.threads/sigstep-threads.exp
7162 * gdb.threads/watchpoint-fork.exp
7163 * gdb.trace/actions-changed.exp
7164 * gdb.trace/backtrace.exp
7165 * gdb.trace/change-loc.exp
7166 * gdb.trace/circ.exp
7167 * gdb.trace/collection.exp
7168 * gdb.trace/disconnected-tracing.exp
7169 * gdb.trace/ftrace.exp
7170 * gdb.trace/mi-trace-frame-collected.exp
7171 * gdb.trace/mi-trace-unavailable.exp
7172 * gdb.trace/mi-traceframe-changed.exp
7173 * gdb.trace/mi-tsv-changed.exp
7174 * gdb.trace/no-attach-trace.exp
7175 * gdb.trace/passc-dyn.exp
7176 * gdb.trace/qtro.exp
7177 * gdb.trace/range-stepping.exp
7178 * gdb.trace/read-memory.exp
7179 * gdb.trace/save-trace.exp
7180 * gdb.trace/signal.exp
7181 * gdb.trace/status-stop.exp
7182 * gdb.trace/tfile.exp
7183 * gdb.trace/trace-break.exp
7184 * gdb.trace/trace-buffer-size.exp
7185 * gdb.trace/trace-condition.exp
7186 * gdb.trace/tracefile-pseudo-reg.exp
7187 * gdb.trace/tstatus.exp
7188 * gdb.trace/unavailable.exp
7189 * gdb.trace/while-dyn.exp
7190 * gdb.trace/while-stepping.exp
7191
34c41c68
DE
71922016-12-22 Doug Evans <xdje42@gmail.com>
7193
7194 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7195 and msymbols.
7196
16e69324
YQ
71972016-12-19 Yao Qi <yao.qi@linaro.org>
7198
7199 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7200 (test_with_self): Don't call do_steps_and_nexts, and remove
7201 code about stepping into xmalloc.
7202
f94f411b
YQ
72032016-12-09 Yao Qi <yao.qi@linaro.org>
7204
7205 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7206
72072016-12-09 Yao Qi <yao.qi@linaro.org>
7208
7209 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7210
f1b5deee
PA
72112016-12-09 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.base/all-architectures-0.exp: New file.
7214 * gdb.base/all-architectures-1.exp: New file.
7215 * gdb.base/all-architectures-2.exp: New file.
7216 * gdb.base/all-architectures-3.exp: New file.
7217 * gdb.base/all-architectures-4.exp: New file.
7218 * gdb.base/all-architectures-5.exp: New file.
7219 * gdb.base/all-architectures-6.exp: New file.
7220 * gdb.base/all-architectures-7.exp: New file.
7221 * gdb.base/all-architectures.exp.in: New file.
7222
364ca42e
YQ
72232016-12-09 Yao Qi <yao.qi@linaro.org>
7224
7225 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7226
107c2d62
LM
72272016-12-02 Luis Machado <lgustavo@codesourcery.com>
7228
7229 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7230 possible.
7231 Remove useless pattern-matching code.
7232
df3ee9ca
PA
72332016-12-02 Pedro Alves <palves@redhat.com>
7234
7235 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7236 procedure.
7237 (top level): Call it.
7238
ec835369
PA
72392016-12-02 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7242 New procedure.
7243 (top level): Call it.
7244
01770bbd
PA
72452016-12-02 Pedro Alves <palves@redhat.com>
7246
7247 PR cli/20559
7248 * gdb.base/commands.exp (user_defined_command_args_eval): New
7249 procedure.
7250 (top level): Call it.
7251
008459ea
LM
72522016-12-02 Luis Machado <lgustavo@codesourcery.com>
7253
7254 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7255 timeout handling.
7256
0c1b455e
TT
72572016-12-02 Tom Tromey <tom@tromey.com>
7258
7259 * gdb.dwarf2/main-subprogram.c: New file.
7260 * gdb.dwarf2/main-subprogram.exp: New file.
7261
018572b8
LM
72622016-12-01 Luis Machado <lgustavo@codesourcery.com>
7263
7264 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7265 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7266 gdb_test_no_output for a couple of cases.
7267 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7268
84c93cd5
LM
72692016-12-01 Luis Machado <lgustavo@codesourcery.com>
7270
7271 Fix test names and standardize compilation error messages throughout
7272 the following files:
7273
7274 * gdb.ada/start.exp
7275 * gdb.arch/alpha-step.exp
7276 * gdb.arch/e500-prologue.exp
7277 * gdb.arch/ftrace-insn-reloc.exp
7278 * gdb.arch/gdb1291.exp
7279 * gdb.arch/gdb1431.exp
7280 * gdb.arch/gdb1558.exp
7281 * gdb.arch/i386-dr3-watch.exp
7282 * gdb.arch/i386-sse-stack-align.exp
7283 * gdb.arch/ia64-breakpoint-shadow.exp
7284 * gdb.arch/pa-nullify.exp
7285 * gdb.arch/powerpc-aix-prologue.exp
7286 * gdb.arch/thumb-bx-pc.exp
7287 * gdb.base/annota1.exp
7288 * gdb.base/annota3.exp
7289 * gdb.base/arrayidx.exp
7290 * gdb.base/assign.exp
7291 * gdb.base/attach.exp
7292 * gdb.base/auxv.exp
7293 * gdb.base/bang.exp
7294 * gdb.base/bfp-test.exp
7295 * gdb.base/bigcore.exp
7296 * gdb.base/bitfields2.exp
7297 * gdb.base/break-fun-addr.exp
7298 * gdb.base/break-probes.exp
7299 * gdb.base/call-rt-st.exp
7300 * gdb.base/callexit.exp
7301 * gdb.base/catch-fork-kill.exp
7302 * gdb.base/charset.exp
7303 * gdb.base/checkpoint.exp
7304 * gdb.base/comprdebug.exp
7305 * gdb.base/constvars.exp
7306 * gdb.base/coredump-filter.exp
7307 * gdb.base/cursal.exp
7308 * gdb.base/cvexpr.exp
7309 * gdb.base/detach.exp
7310 * gdb.base/display.exp
7311 * gdb.base/dmsym.exp
7312 * gdb.base/dprintf-pending.exp
7313 * gdb.base/dso2dso.exp
7314 * gdb.base/dtrace-probe.exp
7315 * gdb.base/dump.exp
7316 * gdb.base/enum_cond.exp
7317 * gdb.base/exe-lock.exp
7318 * gdb.base/exec-invalid-sysroot.exp
7319 * gdb.base/execl-update-breakpoints.exp
7320 * gdb.base/exprs.exp
7321 * gdb.base/fileio.exp
7322 * gdb.base/find.exp
7323 * gdb.base/finish.exp
7324 * gdb.base/fixsection.exp
7325 * gdb.base/foll-vfork.exp
7326 * gdb.base/frame-args.exp
7327 * gdb.base/gcore.exp
7328 * gdb.base/gdb1250.exp
7329 * gdb.base/global-var-nested-by-dso.exp
7330 * gdb.base/gnu-ifunc.exp
7331 * gdb.base/hashline1.exp
7332 * gdb.base/hashline2.exp
7333 * gdb.base/hashline3.exp
7334 * gdb.base/hbreak-in-shr-unsupported.exp
7335 * gdb.base/huge.exp
7336 * gdb.base/infcall-input.exp
7337 * gdb.base/info-fun.exp
7338 * gdb.base/info-shared.exp
7339 * gdb.base/jit-simple.exp
7340 * gdb.base/jit-so.exp
7341 * gdb.base/jit.exp
7342 * gdb.base/jump.exp
7343 * gdb.base/label.exp
7344 * gdb.base/lineinc.exp
7345 * gdb.base/logical.exp
7346 * gdb.base/longjmp.exp
7347 * gdb.base/macscp.exp
7348 * gdb.base/miscexprs.exp
7349 * gdb.base/new-ui-echo.exp
7350 * gdb.base/new-ui-pending-input.exp
7351 * gdb.base/new-ui.exp
7352 * gdb.base/nodebug.exp
7353 * gdb.base/nofield.exp
7354 * gdb.base/offsets.exp
7355 * gdb.base/overlays.exp
7356 * gdb.base/pending.exp
7357 * gdb.base/pointers.exp
7358 * gdb.base/pr11022.exp
7359 * gdb.base/printcmds.exp
7360 * gdb.base/prologue.exp
7361 * gdb.base/ptr-typedef.exp
7362 * gdb.base/realname-expand.exp
7363 * gdb.base/relativedebug.exp
7364 * gdb.base/relocate.exp
7365 * gdb.base/remote.exp
7366 * gdb.base/reread.exp
7367 * gdb.base/return2.exp
7368 * gdb.base/savedregs.exp
7369 * gdb.base/sep.exp
7370 * gdb.base/sepdebug.exp
7371 * gdb.base/sepsymtab.exp
7372 * gdb.base/set-inferior-tty.exp
7373 * gdb.base/setshow.exp
7374 * gdb.base/shlib-call.exp
7375 * gdb.base/sigaltstack.exp
7376 * gdb.base/siginfo-addr.exp
7377 * gdb.base/signals.exp
7378 * gdb.base/signull.exp
7379 * gdb.base/sigrepeat.exp
7380 * gdb.base/so-impl-ld.exp
7381 * gdb.base/solib-display.exp
7382 * gdb.base/solib-overlap.exp
7383 * gdb.base/solib-search.exp
7384 * gdb.base/solib-symbol.exp
7385 * gdb.base/structs.exp
7386 * gdb.base/structs2.exp
7387 * gdb.base/symtab-search-order.exp
7388 * gdb.base/twice.exp
7389 * gdb.base/unload.exp
7390 * gdb.base/varargs.exp
7391 * gdb.base/watchpoint-solib.exp
7392 * gdb.base/watchpoint.exp
7393 * gdb.base/whatis.exp
7394 * gdb.base/wrong_frame_bt_full.exp
7395 * gdb.btrace/dlopen.exp
7396 * gdb.cell/ea-standalone.exp
7397 * gdb.cell/ea-test.exp
7398 * gdb.cp/dispcxx.exp
7399 * gdb.cp/gdb2384.exp
7400 * gdb.cp/method2.exp
7401 * gdb.cp/nextoverthrow.exp
7402 * gdb.cp/pr10728.exp
7403 * gdb.disasm/am33.exp
7404 * gdb.disasm/h8300s.exp
7405 * gdb.disasm/mn10300.exp
7406 * gdb.disasm/sh3.exp
7407 * gdb.dwarf2/dw2-dir-file-name.exp
7408 * gdb.fortran/complex.exp
7409 * gdb.fortran/library-module.exp
7410 * gdb.guile/scm-pretty-print.exp
7411 * gdb.guile/scm-symbol.exp
7412 * gdb.guile/scm-type.exp
7413 * gdb.guile/scm-value.exp
7414 * gdb.linespec/linespec.exp
7415 * gdb.mi/gdb701.exp
7416 * gdb.mi/gdb792.exp
7417 * gdb.mi/mi-breakpoint-changed.exp
7418 * gdb.mi/mi-dprintf-pending.exp
7419 * gdb.mi/mi-dprintf.exp
7420 * gdb.mi/mi-exit-code.exp
7421 * gdb.mi/mi-pending.exp
7422 * gdb.mi/mi-solib.exp
7423 * gdb.mi/new-ui-mi-sync.exp
7424 * gdb.mi/pr11022.exp
7425 * gdb.mi/user-selected-context-sync.exp
7426 * gdb.opt/solib-intra-step.exp
7427 * gdb.python/py-events.exp
7428 * gdb.python/py-finish-breakpoint.exp
7429 * gdb.python/py-mi.exp
7430 * gdb.python/py-prettyprint.exp
7431 * gdb.python/py-shared.exp
7432 * gdb.python/py-symbol.exp
7433 * gdb.python/py-template.exp
7434 * gdb.python/py-type.exp
7435 * gdb.python/py-value.exp
7436 * gdb.reverse/solib-precsave.exp
7437 * gdb.reverse/solib-reverse.exp
7438 * gdb.server/solib-list.exp
7439 * gdb.stabs/weird.exp
7440 * gdb.threads/reconnect-signal.exp
7441 * gdb.threads/stepi-random-signal.exp
7442 * gdb.trace/actions.exp
7443 * gdb.trace/ax.exp
7444 * gdb.trace/backtrace.exp
7445 * gdb.trace/change-loc.exp
7446 * gdb.trace/deltrace.exp
7447 * gdb.trace/ftrace-lock.exp
7448 * gdb.trace/ftrace.exp
7449 * gdb.trace/infotrace.exp
7450 * gdb.trace/mi-tracepoint-changed.exp
7451 * gdb.trace/packetlen.exp
7452 * gdb.trace/passcount.exp
7453 * gdb.trace/pending.exp
7454 * gdb.trace/range-stepping.exp
7455 * gdb.trace/report.exp
7456 * gdb.trace/stap-trace.exp
7457 * gdb.trace/tfind.exp
7458 * gdb.trace/trace-break.exp
7459 * gdb.trace/trace-condition.exp
7460 * gdb.trace/trace-enable-disable.exp
7461 * gdb.trace/trace-mt.exp
7462 * gdb.trace/tracecmd.exp
7463 * gdb.trace/tspeed.exp
7464 * gdb.trace/tsv.exp
7465 * lib/perftest.exp
7466
fb9feb35
LM
74672016-12-01 Luis Machado <lgustavo@codesourcery.com>
7468
7469 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7470 with gdb_test_no_output.
7471 Use command as test name.
7472
cd2ddb6c
LM
74732016-12-01 Luis Machado <lgustavo@codesourcery.com>
7474
7475 Fix test names starting with uppercase throughout the files.
7476
7477 * gdb.ada/assign_1.exp
7478 * gdb.ada/boolean_expr.exp
7479 * gdb.base/arrayidx.exp
7480 * gdb.base/del.exp
7481 * gdb.base/gcore-buffer-overflow.exp
7482 * gdb.base/testenv.exp
7483 * gdb.compile/compile.exp
7484 * gdb.python/py-framefilter-invalidarg.exp
7485 * gdb.python/py-framefilter.exp
7486
bb95117e
LM
74872016-12-01 Luis Machado <lgustavo@codesourcery.com>
7488
7489 Fix test names starting with uppercase throughout the files.
7490
7491 * gdb.ada/array_return.exp
7492 * gdb.ada/expr_delims.exp
7493 * gdb.ada/mi_dyn_arr.exp
7494 * gdb.ada/mi_interface.exp
7495 * gdb.ada/mi_var_array.exp
7496 * gdb.ada/watch_arg.exp
7497 * gdb.arch/alpha-step.exp
7498 * gdb.arch/altivec-regs.exp
7499 * gdb.arch/e500-regs.exp
7500 * gdb.arch/powerpc-d128-regs.exp
7501 * gdb.base/arrayidx.exp
7502 * gdb.base/break.exp
7503 * gdb.base/checkpoint.exp
7504 * gdb.base/debug-expr.exp
7505 * gdb.base/dmsym.exp
7506 * gdb.base/radix.exp
7507 * gdb.base/sepdebug.exp
7508 * gdb.base/testenv.exp
7509 * gdb.base/watch_thread_num.exp
7510 * gdb.base/watchpoint-cond-gone.exp
7511 * gdb.cell/break.exp
7512 * gdb.cell/ea-cache.exp
7513 * gdb.compile/compile.exp
7514 * gdb.cp/gdb2495.exp
7515 * gdb.gdb/selftest.exp
7516 * gdb.gdb/xfullpath.exp
7517 * gdb.go/hello.exp
7518 * gdb.go/integers.exp
7519 * gdb.objc/basicclass.exp
7520 * gdb.pascal/hello.exp
7521 * gdb.pascal/integers.exp
7522 * gdb.python/py-breakpoint.exp
7523 * gdb.python/py-cmd.exp
7524 * gdb.python/py-linetable.exp
7525 * gdb.python/py-xmethods.exp
7526 * gdb.python/python.exp
7527 * gdb.reverse/consecutive-precsave.exp
7528 * gdb.reverse/finish-precsave.exp
7529 * gdb.reverse/i386-precsave.exp
7530 * gdb.reverse/machinestate-precsave.exp
7531 * gdb.reverse/sigall-precsave.exp
7532 * gdb.reverse/solib-precsave.exp
7533 * gdb.reverse/step-precsave.exp
7534 * gdb.reverse/until-precsave.exp
7535 * gdb.reverse/watch-precsave.exp
7536 * gdb.threads/leader-exit.exp
7537 * gdb.threads/pthreads.exp
7538 * gdb.threads/wp-replication.exp
7539 * gdb.trace/actions.exp
7540 * gdb.trace/mi-tsv-changed.exp
7541 * gdb.trace/tsv.exp
7542
de97fdd4
LM
75432016-12-01 Luis Machado <lgustavo@codesourcery.com>
7544
7545 Fix test names starting with uppercase throughout the files.
7546
7547 * gdb.arch/i386-bp_permanent.exp
7548 * gdb.arch/i386-gnu-cfi.exp
7549 * gdb.base/disasm-end-cu.exp
7550 * gdb.base/macscp.exp
7551 * gdb.base/pending.exp
7552 * gdb.base/watch_thread_num.exp
7553 * gdb.cp/exception.exp
7554 * gdb.cp/gdb2495.exp
7555 * gdb.cp/local.exp
7556 * gdb.python/py-evsignal.exp
7557 * gdb.python/python.exp
7558 * gdb.trace/tracecmd.exp
7559
9f058c10
LM
75602016-12-01 Luis Machado <lgustavo@codesourcery.com>
7561
7562 Fix test names starting with uppercase throughout the files.
7563
7564 * gdb.base/charset.exp
7565 * gdb.base/eval.exp
7566 * gdb.base/multi-forks.exp
7567 * gdb.guile/scm-progspace.exp
7568 * gdb.opencl/datatypes.exp
7569 * gdb.python/py-block.exp
7570 * gdb.python/py-function.exp
7571 * gdb.python/py-symbol.exp
7572 * gdb.python/py-symtab.exp
7573 * gdb.python/py-xmethods.exp
7574 * gdb.reverse/break-precsave.exp
7575 * gdb.reverse/break-reverse.exp
7576 * gdb.reverse/consecutive-precsave.exp
7577 * gdb.reverse/consecutive-reverse.exp
7578 * gdb.reverse/finish-precsave.exp
7579 * gdb.reverse/finish-reverse-bkpt.exp
7580 * gdb.reverse/finish-reverse.exp
7581 * gdb.reverse/fstatat-reverse.exp
7582 * gdb.reverse/getresuid-reverse.exp
7583 * gdb.reverse/i386-precsave.exp
7584 * gdb.reverse/i386-reverse.exp
7585 * gdb.reverse/i386-sse-reverse.exp
7586 * gdb.reverse/i387-stack-reverse.exp
7587 * gdb.reverse/insn-reverse.exp
7588 * gdb.reverse/machinestate-precsave.exp
7589 * gdb.reverse/machinestate.exp
7590 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7591 * gdb.reverse/pipe-reverse.exp
7592 * gdb.reverse/readv-reverse.exp
7593 * gdb.reverse/recvmsg-reverse.exp
7594 * gdb.reverse/rerun-prec.exp
7595 * gdb.reverse/s390-mvcle.exp
7596 * gdb.reverse/sigall-precsave.exp
7597 * gdb.reverse/sigall-reverse.exp
7598 * gdb.reverse/solib-precsave.exp
7599 * gdb.reverse/solib-reverse.exp
7600 * gdb.reverse/step-precsave.exp
7601 * gdb.reverse/step-reverse.exp
7602 * gdb.reverse/time-reverse.exp
7603 * gdb.reverse/until-precsave.exp
7604 * gdb.reverse/until-reverse.exp
7605 * gdb.reverse/waitpid-reverse.exp
7606 * gdb.reverse/watch-precsave.exp
7607 * gdb.reverse/watch-reverse.exp
7608
cdc7edd7
LM
76092016-12-01 Luis Machado <lgustavo@codesourcery.com>
7610
7611 Fix test names starting with uppercase throughout the files.
7612
7613 * gdb.arch/i386-mpx-simple_segv.exp
7614 * gdb.arch/i386-mpx.exp
7615 * gdb.arch/i386-permbkpt.exp
7616 * gdb.arch/pa-nullify.exp
7617 * gdb.arch/powerpc-d128-regs.exp
7618 * gdb.arch/vsx-regs.exp
7619 * gdb.base/bfp-test.exp
7620 * gdb.base/break.exp
7621 * gdb.base/breakpoint-shadow.exp
7622 * gdb.base/callfuncs.exp
7623 * gdb.base/charset.exp
7624 * gdb.base/commands.exp
7625 * gdb.base/completion.exp
7626 * gdb.base/dfp-test.exp
7627 * gdb.base/echo.exp
7628 * gdb.base/ending-run.exp
7629 * gdb.base/eval.exp
7630 * gdb.base/expand-psymtabs.exp
7631 * gdb.base/float128.exp
7632 * gdb.base/floatn.exp
7633 * gdb.base/foll-exec-mode.exp
7634 * gdb.base/gdb1056.exp
7635 * gdb.base/gdb11531.exp
7636 * gdb.base/kill-after-signal.exp
7637 * gdb.base/multi-forks.exp
7638 * gdb.base/overlays.exp
7639 * gdb.base/pending.exp
7640 * gdb.base/sepdebug.exp
7641 * gdb.base/testenv.exp
7642 * gdb.base/valgrind-db-attach.exp
7643 * gdb.base/watch_thread_num.exp
7644 * gdb.base/watchpoint-cond-gone.exp
7645 * gdb.base/watchpoint.exp
7646 * gdb.base/watchpoints.exp
7647 * gdb.cp/arg-reference.exp
7648 * gdb.cp/baseenum.exp
7649 * gdb.cp/operator.exp
7650 * gdb.cp/shadow.exp
7651 * gdb.dwarf2/dw2-op-out-param.exp
7652 * gdb.dwarf2/dw2-reg-undefined.exp
7653 * gdb.go/chan.exp
7654 * gdb.go/hello.exp
7655 * gdb.go/integers.exp
7656 * gdb.go/methods.exp
7657 * gdb.go/package.exp
7658 * gdb.guile/scm-parameter.exp
7659 * gdb.guile/scm-progspace.exp
7660 * gdb.guile/scm-value.exp
7661 * gdb.mi/mi-pending.exp
7662 * gdb.mi/user-selected-context-sync.exp
7663 * gdb.multi/multi-attach.exp
7664 * gdb.multi/tids.exp
7665 * gdb.opt/clobbered-registers-O2.exp
7666 * gdb.pascal/floats.exp
7667 * gdb.pascal/integers.exp
7668 * gdb.python/py-block.exp
7669 * gdb.python/py-events.exp
7670 * gdb.python/py-parameter.exp
7671 * gdb.python/py-symbol.exp
7672 * gdb.python/py-symtab.exp
7673 * gdb.python/py-type.exp
7674 * gdb.python/py-value.exp
7675 * gdb.python/py-xmethods.exp
7676 * gdb.python/python.exp
7677 * gdb.reverse/break-precsave.exp
7678 * gdb.reverse/consecutive-precsave.exp
7679 * gdb.reverse/finish-precsave.exp
7680 * gdb.reverse/i386-precsave.exp
7681 * gdb.reverse/machinestate-precsave.exp
7682 * gdb.reverse/sigall-precsave.exp
7683 * gdb.reverse/solib-precsave.exp
7684 * gdb.reverse/step-precsave.exp
7685 * gdb.reverse/until-precsave.exp
7686 * gdb.reverse/watch-precsave.exp
7687 * gdb.server/ext-attach.exp
7688 * gdb.server/ext-restart.exp
7689 * gdb.server/ext-run.exp
7690 * gdb.server/ext-wrapper.exp
7691 * gdb.stabs/gdb11479.exp
7692 * gdb.stabs/weird.exp
7693 * gdb.threads/attach-many-short-lived-threads.exp
7694 * gdb.threads/kill.exp
7695 * gdb.threads/watchpoint-fork.exp
7696
bc6c7af4
LM
76972016-12-01 Luis Machado <lgustavo@codesourcery.com>
7698
7699 Fix test names starting with uppercase throughout all the files below.
7700
7701 * gdb.ada/array_return.exp
7702 * gdb.ada/catch_ex.exp
7703 * gdb.ada/info_exc.exp
7704 * gdb.ada/mi_catch_ex.exp
7705 * gdb.ada/mi_dyn_arr.exp
7706 * gdb.ada/mi_ex_cond.exp
7707 * gdb.ada/mi_exc_info.exp
7708 * gdb.ada/mi_interface.exp
7709 * gdb.ada/mi_task_arg.exp
7710 * gdb.ada/mi_task_info.exp
7711 * gdb.ada/mi_var_array.exp
7712 * gdb.arch/alpha-step.exp
7713 * gdb.arch/amd64-disp-step.exp
7714 * gdb.arch/arm-disp-step.exp
7715 * gdb.arch/disp-step-insn-reloc.exp
7716 * gdb.arch/e500-prologue.exp
7717 * gdb.arch/ftrace-insn-reloc.exp
7718 * gdb.arch/gdb1558.exp
7719 * gdb.arch/i386-bp_permanent.exp
7720 * gdb.arch/i386-disp-step.exp
7721 * gdb.arch/i386-float.exp
7722 * gdb.arch/i386-gnu-cfi.exp
7723 * gdb.arch/ia64-breakpoint-shadow.exp
7724 * gdb.arch/mips16-thunks.exp
7725 * gdb.arch/pa-nullify.exp
7726 * gdb.arch/powerpc-aix-prologue.exp
7727 * gdb.arch/powerpc-power.exp
7728 * gdb.arch/ppc-dfp.exp
7729 * gdb.arch/s390-tdbregs.exp
7730 * gdb.arch/spu-info.exp
7731 * gdb.arch/spu-ls.exp
7732 * gdb.arch/thumb-bx-pc.exp
7733 * gdb.base/advance.exp
7734 * gdb.base/annota-input-while-running.exp
7735 * gdb.base/arrayidx.exp
7736 * gdb.base/asmlabel.exp
7737 * gdb.base/async.exp
7738 * gdb.base/attach-wait-input.exp
7739 * gdb.base/auto-connect-native-target.exp
7740 * gdb.base/batch-preserve-term-settings.exp
7741 * gdb.base/bfp-test.exp
7742 * gdb.base/bigcore.exp
7743 * gdb.base/bp-permanent.exp
7744 * gdb.base/break-always.exp
7745 * gdb.base/break-fun-addr.exp
7746 * gdb.base/break-idempotent.exp
7747 * gdb.base/break-main-file-remove-fail.exp
7748 * gdb.base/break-probes.exp
7749 * gdb.base/break-unload-file.exp
7750 * gdb.base/break.exp
7751 * gdb.base/call-ar-st.exp
7752 * gdb.base/call-rt-st.exp
7753 * gdb.base/call-sc.exp
7754 * gdb.base/call-signal-resume.exp
7755 * gdb.base/call-strs.exp
7756 * gdb.base/callexit.exp
7757 * gdb.base/callfuncs.exp
7758 * gdb.base/catch-gdb-caused-signals.exp
7759 * gdb.base/catch-signal-siginfo-cond.exp
7760 * gdb.base/catch-syscall.exp
7761 * gdb.base/compare-sections.exp
7762 * gdb.base/cond-eval-mode.exp
7763 * gdb.base/condbreak-call-false.exp
7764 * gdb.base/consecutive-step-over.exp
7765 * gdb.base/cursal.exp
7766 * gdb.base/disabled-location.exp
7767 * gdb.base/disasm-end-cu.exp
7768 * gdb.base/display.exp
7769 * gdb.base/double-prompt-target-event-error.exp
7770 * gdb.base/dprintf-bp-same-addr.exp
7771 * gdb.base/dprintf-detach.exp
7772 * gdb.base/dprintf-next.exp
7773 * gdb.base/dprintf-non-stop.exp
7774 * gdb.base/dprintf-pending.exp
7775 * gdb.base/dso2dso.exp
7776 * gdb.base/ending-run.exp
7777 * gdb.base/enum_cond.exp
7778 * gdb.base/examine-backward.exp
7779 * gdb.base/exe-lock.exp
7780 * gdb.base/exec-invalid-sysroot.exp
7781 * gdb.base/execl-update-breakpoints.exp
7782 * gdb.base/execution-termios.exp
7783 * gdb.base/fileio.exp
7784 * gdb.base/fixsection.exp
7785 * gdb.base/foll-exec-mode.exp
7786 * gdb.base/foll-exec.exp
7787 * gdb.base/fork-running-state.exp
7788 * gdb.base/frame-args.exp
7789 * gdb.base/fullpath-expand.exp
7790 * gdb.base/func-ptr.exp
7791 * gdb.base/gcore-relro-pie.exp
7792 * gdb.base/gdb1090.exp
7793 * gdb.base/gdb1555.exp
7794 * gdb.base/global-var-nested-by-dso.exp
7795 * gdb.base/gnu-ifunc.exp
7796 * gdb.base/hbreak-in-shr-unsupported.exp
7797 * gdb.base/hbreak-unmapped.exp
7798 * gdb.base/hook-stop.exp
7799 * gdb.base/infcall-input.exp
7800 * gdb.base/info-fun.exp
7801 * gdb.base/info-shared.exp
7802 * gdb.base/interrupt-noterm.exp
7803 * gdb.base/jit-so.exp
7804 * gdb.base/jit.exp
7805 * gdb.base/line-symtabs.exp
7806 * gdb.base/list.exp
7807 * gdb.base/longjmp.exp
7808 * gdb.base/macscp.exp
7809 * gdb.base/max-value-size.exp
7810 * gdb.base/nodebug.exp
7811 * gdb.base/nofield.exp
7812 * gdb.base/overlays.exp
7813 * gdb.base/paginate-after-ctrl-c-running.exp
7814 * gdb.base/paginate-bg-execution.exp
7815 * gdb.base/paginate-inferior-exit.exp
7816 * gdb.base/pending.exp
7817 * gdb.base/pr11022.exp
7818 * gdb.base/printcmds.exp
7819 * gdb.base/ptr-typedef.exp
7820 * gdb.base/ptype.exp
7821 * gdb.base/randomize.exp
7822 * gdb.base/range-stepping.exp
7823 * gdb.base/realname-expand.exp
7824 * gdb.base/relativedebug.exp
7825 * gdb.base/remote.exp
7826 * gdb.base/savedregs.exp
7827 * gdb.base/sepdebug.exp
7828 * gdb.base/set-noassign.exp
7829 * gdb.base/shlib-call.exp
7830 * gdb.base/shreloc.exp
7831 * gdb.base/sigaltstack.exp
7832 * gdb.base/sigbpt.exp
7833 * gdb.base/siginfo-addr.exp
7834 * gdb.base/siginfo-obj.exp
7835 * gdb.base/siginfo-thread.exp
7836 * gdb.base/signest.exp
7837 * gdb.base/signull.exp
7838 * gdb.base/sigrepeat.exp
7839 * gdb.base/skip.exp
7840 * gdb.base/so-impl-ld.exp
7841 * gdb.base/solib-corrupted.exp
7842 * gdb.base/solib-disc.exp
7843 * gdb.base/solib-display.exp
7844 * gdb.base/solib-overlap.exp
7845 * gdb.base/solib-search.exp
7846 * gdb.base/solib-symbol.exp
7847 * gdb.base/source-execution.exp
7848 * gdb.base/sss-bp-on-user-bp-2.exp
7849 * gdb.base/sss-bp-on-user-bp.exp
7850 * gdb.base/stack-checking.exp
7851 * gdb.base/stale-infcall.exp
7852 * gdb.base/step-break.exp
7853 * gdb.base/step-line.exp
7854 * gdb.base/step-over-exit.exp
7855 * gdb.base/step-test.exp
7856 * gdb.base/structs.exp
7857 * gdb.base/sym-file.exp
7858 * gdb.base/symtab-search-order.exp
7859 * gdb.base/term.exp
7860 * gdb.base/type-opaque.exp
7861 * gdb.base/unload.exp
7862 * gdb.base/until-nodebug.exp
7863 * gdb.base/until.exp
7864 * gdb.base/unwindonsignal.exp
7865 * gdb.base/watch-cond.exp
7866 * gdb.base/watch-non-mem.exp
7867 * gdb.base/watch_thread_num.exp
7868 * gdb.base/watchpoint-reuse-slot.exp
7869 * gdb.base/watchpoint-solib.exp
7870 * gdb.base/watchpoint.exp
7871 * gdb.btrace/dlopen.exp
7872 * gdb.cell/arch.exp
7873 * gdb.cell/break.exp
7874 * gdb.cell/bt.exp
7875 * gdb.cell/core.exp
7876 * gdb.cell/data.exp
7877 * gdb.cell/dwarfaddr.exp
7878 * gdb.cell/ea-cache.exp
7879 * gdb.cell/ea-standalone.exp
7880 * gdb.cell/ea-test.exp
7881 * gdb.cell/f-regs.exp
7882 * gdb.cell/fork.exp
7883 * gdb.cell/gcore.exp
7884 * gdb.cell/mem-access.exp
7885 * gdb.cell/ptype.exp
7886 * gdb.cell/registers.exp
7887 * gdb.cell/sizeof.exp
7888 * gdb.cell/solib-symbol.exp
7889 * gdb.cell/solib.exp
7890 * gdb.compile/compile-tls.exp
7891 * gdb.cp/exception.exp
7892 * gdb.cp/gdb2495.exp
7893 * gdb.cp/local.exp
7894 * gdb.cp/mb-inline.exp
7895 * gdb.cp/mb-templates.exp
7896 * gdb.cp/pr10687.exp
7897 * gdb.cp/pr9167.exp
7898 * gdb.cp/scope-err.exp
7899 * gdb.cp/templates.exp
7900 * gdb.cp/virtfunc.exp
7901 * gdb.dwarf2/dw2-dir-file-name.exp
7902 * gdb.dwarf2/dw2-single-line-discriminators.exp
7903 * gdb.fortran/complex.exp
7904 * gdb.fortran/library-module.exp
7905 * gdb.guile/guile.exp
7906 * gdb.guile/scm-cmd.exp
7907 * gdb.guile/scm-frame-inline.exp
7908 * gdb.guile/scm-objfile.exp
7909 * gdb.guile/scm-pretty-print.exp
7910 * gdb.guile/scm-symbol.exp
7911 * gdb.guile/scm-type.exp
7912 * gdb.guile/scm-value.exp
7913 * gdb.linespec/keywords.exp
7914 * gdb.linespec/ls-errs.exp
7915 * gdb.linespec/macro-relative.exp
7916 * gdb.linespec/thread.exp
7917 * gdb.mi/mi-breakpoint-changed.exp
7918 * gdb.mi/mi-dprintf-pending.exp
7919 * gdb.mi/mi-fullname-deleted.exp
7920 * gdb.mi/mi-logging.exp
7921 * gdb.mi/mi-pending.exp
7922 * gdb.mi/mi-solib.exp
7923 * gdb.mi/new-ui-mi-sync.exp
7924 * gdb.mi/user-selected-context-sync.exp
7925 * gdb.multi/dummy-frame-restore.exp
7926 * gdb.multi/multi-arch-exec.exp
7927 * gdb.multi/remove-inferiors.exp
7928 * gdb.multi/watchpoint-multi-exit.exp
7929 * gdb.opt/solib-intra-step.exp
7930 * gdb.perf/backtrace.exp
7931 * gdb.perf/single-step.exp
7932 * gdb.perf/skip-command.exp
7933 * gdb.perf/skip-prologue.exp
7934 * gdb.perf/solib.exp
7935 * gdb.python/lib-types.exp
7936 * gdb.python/py-as-string.exp
7937 * gdb.python/py-bad-printers.exp
7938 * gdb.python/py-block.exp
7939 * gdb.python/py-breakpoint.exp
7940 * gdb.python/py-cmd.exp
7941 * gdb.python/py-events.exp
7942 * gdb.python/py-evthreads.exp
7943 * gdb.python/py-finish-breakpoint.exp
7944 * gdb.python/py-finish-breakpoint2.exp
7945 * gdb.python/py-frame-inline.exp
7946 * gdb.python/py-frame.exp
7947 * gdb.python/py-inferior.exp
7948 * gdb.python/py-infthread.exp
7949 * gdb.python/py-mi.exp
7950 * gdb.python/py-objfile.exp
7951 * gdb.python/py-pp-maint.exp
7952 * gdb.python/py-pp-registration.exp
7953 * gdb.python/py-prettyprint.exp
7954 * gdb.python/py-recurse-unwind.exp
7955 * gdb.python/py-shared.exp
7956 * gdb.python/py-symbol.exp
7957 * gdb.python/py-symtab.exp
7958 * gdb.python/py-template.exp
7959 * gdb.python/py-type.exp
7960 * gdb.python/py-unwind-maint.exp
7961 * gdb.python/py-unwind.exp
7962 * gdb.python/py-value.exp
7963 * gdb.python/python.exp
7964 * gdb.reverse/finish-reverse-bkpt.exp
7965 * gdb.reverse/insn-reverse.exp
7966 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7967 * gdb.reverse/solib-precsave.exp
7968 * gdb.reverse/solib-reverse.exp
7969 * gdb.stabs/gdb11479.exp
7970 * gdb.stabs/weird.exp
7971 * gdb.threads/fork-child-threads.exp
7972 * gdb.threads/fork-plus-threads.exp
7973 * gdb.threads/fork-thread-pending.exp
7974 * gdb.threads/forking-threads-plus-breakpoint.exp
7975 * gdb.threads/hand-call-in-threads.exp
7976 * gdb.threads/interrupted-hand-call.exp
7977 * gdb.threads/linux-dp.exp
7978 * gdb.threads/local-watch-wrong-thread.exp
7979 * gdb.threads/next-while-other-thread-longjmps.exp
7980 * gdb.threads/non-ldr-exit.exp
7981 * gdb.threads/pending-step.exp
7982 * gdb.threads/print-threads.exp
7983 * gdb.threads/process-dies-while-detaching.exp
7984 * gdb.threads/process-dies-while-handling-bp.exp
7985 * gdb.threads/pthreads.exp
7986 * gdb.threads/queue-signal.exp
7987 * gdb.threads/reconnect-signal.exp
7988 * gdb.threads/signal-command-handle-nopass.exp
7989 * gdb.threads/signal-command-multiple-signals-pending.exp
7990 * gdb.threads/signal-delivered-right-thread.exp
7991 * gdb.threads/signal-sigtrap.exp
7992 * gdb.threads/sigthread.exp
7993 * gdb.threads/staticthreads.exp
7994 * gdb.threads/stepi-random-signal.exp
7995 * gdb.threads/thread-unwindonsignal.exp
7996 * gdb.threads/thread_check.exp
7997 * gdb.threads/thread_events.exp
7998 * gdb.threads/tid-reuse.exp
7999 * gdb.threads/tls-nodebug.exp
8000 * gdb.threads/tls-shared.exp
8001 * gdb.threads/tls-so_extern.exp
8002 * gdb.threads/tls.exp
8003 * gdb.threads/wp-replication.exp
8004 * gdb.trace/actions-changed.exp
8005 * gdb.trace/actions.exp
8006 * gdb.trace/backtrace.exp
8007 * gdb.trace/change-loc.exp
8008 * gdb.trace/collection.exp
8009 * gdb.trace/deltrace.exp
8010 * gdb.trace/disconnected-tracing.exp
8011 * gdb.trace/entry-values.exp
8012 * gdb.trace/ftrace-lock.exp
8013 * gdb.trace/ftrace.exp
8014 * gdb.trace/infotrace.exp
8015 * gdb.trace/mi-trace-frame-collected.exp
8016 * gdb.trace/mi-trace-unavailable.exp
8017 * gdb.trace/mi-traceframe-changed.exp
8018 * gdb.trace/mi-tracepoint-changed.exp
8019 * gdb.trace/mi-tsv-changed.exp
8020 * gdb.trace/no-attach-trace.exp
8021 * gdb.trace/packetlen.exp
8022 * gdb.trace/passc-dyn.exp
8023 * gdb.trace/passcount.exp
8024 * gdb.trace/pending.exp
8025 * gdb.trace/pr16508.exp
8026 * gdb.trace/qtro.exp
8027 * gdb.trace/range-stepping.exp
8028 * gdb.trace/read-memory.exp
8029 * gdb.trace/report.exp
8030 * gdb.trace/save-trace.exp
8031 * gdb.trace/signal.exp
8032 * gdb.trace/stap-trace.exp
8033 * gdb.trace/status-stop.exp
8034 * gdb.trace/strace.exp
8035 * gdb.trace/tfile.exp
8036 * gdb.trace/tfind.exp
8037 * gdb.trace/trace-break.exp
8038 * gdb.trace/trace-condition.exp
8039 * gdb.trace/trace-enable-disable.exp
8040 * gdb.trace/trace-mt.exp
8041 * gdb.trace/tracecmd.exp
8042 * gdb.trace/tracefile-pseudo-reg.exp
8043 * gdb.trace/tspeed.exp
8044 * gdb.trace/tstatus.exp
8045 * gdb.trace/tsv.exp
8046 * gdb.trace/unavailable.exp
8047 * gdb.trace/while-dyn.exp
8048 * gdb.trace/while-stepping.exp
8049 * lib/gdb-guile.exp
8050 * lib/gdb.exp
8051 * lib/mi-support.exp
8052 * lib/pascal.exp
8053 * lib/perftest.exp
8054 * lib/prelink-support.exp
8055 * lib/selftest-support.exp
8056
ad02e4fe
SM
80572016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8058
8059 * Makefile.in: Include disable-implicit-rules.mk.
8060
22347e55
AA
80612016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8062
8063 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8064 non-byte-aligned bit fields.
8065
da5b30da
AA
80662016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8067
8068 PR gdb/12616
8069 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8070 respects the DW_AT_data_bit_offset attribute.
8071
b593ecca
SM
80722016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8073
8074 * gdb.base/default.exp: Fix output of "set language".
8075
3b165252
SM
80762016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8077
8078 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8079 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8080 make.
8081 * configure.ac: Remove checks for the make program.
8082 * configure: Re-generate.
8083
1a2f3d7f
KB
80842016-11-16 Kevin Buettner <kevinb@redhat.com>
8085
8086 * gdb.python/py-recurse-unwind.c (main): Add loop.
8087 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8088 to read_register() and gdb.parse_and_eval(). Make each code
8089 call a separate case that can be individually tested.
8090 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8091 proc. Call cont_and_backtrace for each of the code paths that
8092 we want to test in the unwinder.
8093
b7f38fda
AA
80942016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8095
8096 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8097 the definition of struct S.
8098
1f8db343
CM
80992016-11-11 Catherine Moore <clm@codesourcery.com>
8100
8101 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8102
fad0c9fb
PA
81032016-11-09 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.base/commands.exp (runto_or_return): New procedure.
8106 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8107 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8108 (progvar_simple_while_test, progvar_complex_if_while_test)
8109 (if_while_breakpoint_command_test)
8110 (infrun_breakpoint_command_test, breakpoint_command_test)
8111 (user_defined_command_test, watchpoint_command_test)
8112 (test_command_prompt_position, redefine_hook_test)
8113 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8114 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8115 multi_line_input and multi_line. Remove gdb_expect and
8116 gdb_stop_suppressing_tests uses.
8117 * lib/gdb.exp (valnum_re): New global.
8118 (multi_line_input): New procedure.
8119
8354c62c
SM
81202016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8121
8122 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8123 Remove.
8124 (test_setup): Define with proc_with_prefix.
8125 (test_cli_inferior): Likewise.
8126 (test_cli_thread): Likewise.
8127 (test_cli_frame): Likewise.
8128 (test_cli_select_frame): Likewise.
8129 (test_cli_up_down): Likewise.
8130 (test_mi_thread_select): Likewise.
8131 (test_mi_stack_select_frame): Likewise.
8132 (test_cli_in_mi_inferior): Likewise.
8133 (test_cli_in_mi_thread): Likewise.
8134 (test_cli_in_mi_frame): Likewise.
8135 (top level): Do not use with_test_prefix_procname.
8136
64f367a2
PA
81372016-11-09 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.base/commands.exp (gdbvar_simple_if_test)
8140 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8141 (progvar_simple_if_test, progvar_simple_while_test)
8142 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8143 (infrun_breakpoint_command_test, breakpoint_command_test)
8144 (user_defined_command_test, watchpoint_command_test)
8145 (test_command_prompt_position, deprecated_command_test)
8146 (bp_deleted_in_command, temporary_breakpoint_commands)
8147 (stray_arg0_test, source_file_with_indented_comment)
8148 (recursive_source_test, if_commands_test)
8149 (error_clears_commands_left, redefine_hook_test)
8150 (redefine_backtrace_test): Use proc_with_prefix.
8151 * lib/gdb.exp (proc_with_prefix): New proc.
8152
0bb65f1e
AA
81532016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8154
8155 * gdb.base/tui-layout.c: New file.
8156 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8157 disassembly window contains very long lines.
8158
7353f247
TT
81592016-11-08 Tom Tromey <tom@tromey.com>
8160
8161 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8162 depend on Python 2.
8163
30a7bb83
TT
81642016-11-08 Tom Tromey <tom@tromey.com>
8165
8166 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8167 New method.
8168
cdf5a07c
MG
81692016-10-29 Manish Goregaokar <manish@mozilla.com>
8170
2806dc7e 8171 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8172
51a789c3
MG
81732016-10-27 Manish Goregaokar <manish@mozilla.com>
8174
2806dc7e
PA
8175 * gdb.rust/simple.rs: Add test for univariant enums without
8176 discriminants and for encoded struct-like enums.
51a789c3 8177
f610ab6d
PA
81782016-10-28 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8181 gdb_test_multiple, tighten regexps and match symtabs and line
8182 tables incrementally.
8183
b129b0ca
LM
81842016-10-28 Luis Machado <lgustavo@codesourcery.com>
8185
8186 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8187 general.
8188
ecf45d2c
SL
81892016-10-25 Luis Machado <lgustavo@codesourcery.com>
8190
8191 * gdb.base/exec-invalid-sysroot.exp: New file.
8192
b8d38ee4
JK
81932016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8194
8195 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8196
f90fd8c2
JK
81972016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8200
2d2476aa
MR
82012016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8202
2806dc7e
PA
8203 * gdb.base/killed-outside.exp: Remove $options from a call to
8204 `prepare_for_testing'.
2d2476aa 8205
e42b25a0
SM
82062016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8207
8208 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8209 Change test message.
8210
3ccdb432
SM
82112016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8212
8213 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8214 Update comment.
8215
5bad3170
SM
82162016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8217
8218 * gdb.trace/mi-trace-save.exp: New file.
8219
5ad9dba7
YQ
82202016-10-13 Yao Qi <yao.qi@linaro.org>
8221
8222 * gdb.base/code_elim.exp (get_var_address): Remove.
8223 * gdb.base/relocate.exp: Likewise.
8224 * gdb.base/shreloc.exp: Likewise.
8225 * lib/gdb.exp (get_var_address): New.
8226
62df7e21
YQ
82272016-10-13 Yao Qi <yao.qi@linaro.org>
8228
8229 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8230 floating point tests if $skip_float_test is false.
8231
4dac951e
LM
82322016-10-12 Luis Machado <lgustavo@codesourcery.com>
8233
8234 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8235 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8236 argc values.
8237 Add 1 to argc so we guarantee distinct initial/modified argc values.
8238
8f1a8fc4
JK
82392016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8240
8241 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8242
16c85b5d
JK
82432016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8244
8245 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8246 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8247 * gdb.arch/vsx-regs.exp: Likewise.
8248
1d0e042a
YQ
82492016-10-07 Yao Qi <yao.qi@linaro.org>
8250
8251 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8252
68dadef5
MM
82532016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8254
8255 * gdb.python/python.exp: Test decode_line("*0").
8256
33fa2c6e
DE
82572016-10-06 Doug Evans <dje@google.com>
8258
8259 * gdb.python/py-value.exp (test_value_creation): Add test for large
8260 unsigned 64-bit value.
8261
9c37b5ae
TT
82622016-10-06 Tom Tromey <tom@tromey.com>
8263
8264 * gdb.compile/compile.exp: Change java tests to rust.
8265 * gdb.base/setshow.exp: Change java tests to rust.
8266 * gdb.base/default.exp: Remove java from language list.
8267 * README (Examples): Update language example.
8268 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8269 test.
8270 * lib/gdb.exp (skip_java_tests): Remove.
8271 * lib/java.exp: Remove.
8272 * gdb.java: Remove.
8273
78b86327
MR
82742016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8275
8276 * gdb.arch/mips-fcr.exp: New test.
8277 * gdb.arch/mips-fcr.c: Source for the new test.
8278
7470adbb
MR
82792016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8280
8281 * gdb.base/solib-disc.exp: Use `standard_output_file'
8282 throughout.
8283
4a556533
PA
82842016-10-06 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.base/jit-simple-dl.c: New file.
8287 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8288 * gdb.base/jit-simple.c: ... this.
8289 * gdb.base/jit-simple.exp (jit_run): Delete.
8290 (build_jit): New proc.
8291 (jit_test_reread): Recompile either the main program or the shared
8292 library, depending on what is being tested. Skip changing address
8293 if caller wants to. Compare before/after addresses. If testing
8294 standalone, explicitly load the binary. Test "maint info
8295 breakpoints".
8296 (top level): Add "standalone vs shared lib" and "change address"
8297 vs "same address" axes.
8298
5a122fbc
PA
82992016-10-06 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8302 call.
8303 (jit_run): Delete.
8304 (jit_test_reread): Use with_test_prefix. Reload the main binary
8305 explicitly. Compare the before/after addresses of the JIT
8306 descriptor.
8307
ee8da4b8
DE
83082016-08-15 Doug Evans <dje@google.com>
8309
8310 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8311 for single bitfields is bool.
8312 * gdb.xml/tdesc-regs.exp: Ditto.
8313
f389f6fe
JK
83142016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8315
8316 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8317
fdebf1a4
YQ
83182016-10-05 Yao Qi <yao.qi@linaro.org>
8319
8320 * lib/gdb.exp (support_complex_tests): Return zero if
8321 gdb_skip_float_test return true.
8322
9c36d954 83232016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8324 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8325
8326 PR gdb/20487
8327 * gdb.mi/user-selected-context-sync.exp: New file.
8328 * gdb.mi/user-selected-context-sync.c: New file.
8329
4034d0ff 83302016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8331 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8332
8333 PR gdb/20487
8334 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8335 =thread-select-event check.
8336
a4297203
PB
83372016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8338
8339 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8340 the compulsory L operand changes.
8341 * gdb.arch/powerpc-power.s: Likewise.
8342
bb805577
JK
83432016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8344
8345 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8346 * gdb.base/jit-attach-pie.c: New file.
8347 * gdb.base/jit-attach-pie.exp: New file.
8348
6d61dee5
PA
83492016-09-28 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.base/infcall-input.c: New file.
8352 * gdb.base/infcall-input.exp: New file.
8353
f73842fc
YQ
83542016-09-22 Yao Qi <yao.qi@linaro.org>
8355
8356 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8357 (gdb_exit): Rename it to ...
8358 (gdbserver_gdb_exit): ... Close GDBserver.
8359 (gdb_exit): New proc, call gdbserver_gdb_exit.
8360 (mi_gdb_exit): Likewise.
8361
90681dab
YQ
83622016-09-22 Yao Qi <yao.qi@linaro.org>
8363
8364 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8365 path.
8366 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8367 Remove duplication.
8368
9c211fd8
YQ
83692016-09-22 Yao Qi <yao.qi@linaro.org>
8370
8371 * lib/gdbserver-support.exp: Check the existence of
8372 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8373
ad0a504f
AK
83742016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8375
8376 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8377
36cf1806
TT
83782016-09-21 Tom Tromey <tom@tromey.com>
8379
8380 PR gdb/20604:
8381 * gdb.base/quit.exp: New file.
8382
74172ecf
SM
83832016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8384
8385 * .gitignore: New file.
8386
3d0ec882
MR
83872016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8388
8389 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8390 throughout.
8391
8193adea
AA
83922016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8393
8394 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8395
d41a5c09
JK
83962016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8397
8398 * gdb.cp/casts.cc (decltype): Move it ...
8399 (main): ... with its call to ...
8400 * gdb.cp/casts03.cc: ... a new file.
8401 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8402
d2dfe700
JK
84032016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8406
e2a92b16
PB
84072016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8408
8409 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8410 and sync up the test with tests in gas/testsuite/gas/ppc.
8411 * gdb.arch/powerpc-power.exp: Likewise.
8412
49b4de64
JK
84132016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8414
8415 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8416
2c29df25
SDJ
84172016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8418 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8421 make m1's definition to be different from m2's. Use 'dummy' as an
8422 argument for probe 'two'.
8423
cc3c2846
JB
84242016-09-10 Jon Beniston <jon@beniston.com>
8425
8426 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8427 for sim target.
8428
e1b2624a
AA
84292016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8430
8431 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8432 variable declaration.
8433 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8434 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8435 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8436 received HWCAP as its argument.
8437
4295e285
PA
84382016-09-06 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.base/new-ui-pending-input.c: New file.
8441 * gdb.base/new-ui-pending-input.exp: New file.
8442 * gdb.exp (clear_gdb_spawn_id): New procedure.
8443 (with_spawn_id): Check whether gdb_spawn_id exists before
8444 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8445 on exit.
8446
00d5215e
UW
84472016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8448
8449 * gdb.base/float128.c: New file.
8450 * gdb.base/float128.exp: Likewise.
8451 * gdb.base/floatn.c: Likewise.
8452 * gdb.base/floatn.exp: Likewise.
8453
a9ff5f12
UW
84542016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8455
8456 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8457
f245535c
PA
84582016-09-05 Pedro Alves <palves@redhat.com>
8459
8460 PR backtrace/19927
8461 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8462 unwinders are immediately called as side effect of "source" or
8463 "disable unwinder" commands.
8464 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8465
ae9cf263
YQ
84662016-09-02 Yao Qi <yao.qi@linaro.org>
8467
8468 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8469 is true and $type is "float" or "double".
8470
27aba047
YQ
84712016-09-02 Yao Qi <yao.qi@linaro.org>
8472
8473 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8474 true.
8475 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8476 * gdb.base/call-rt-st.exp: Likewise.
8477 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8478 return value instead of gdb,skip_float_test.
8479 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8480 (do_function_calls): Use its return value instead of
8481 gdb,skip_float_test.
8482 * gdb.base/finish.exp: Likewise.
8483 * gdb.base/funcargs.exp: Likewise.
8484 * gdb.base/return.exp: Likewise.
8485 * gdb.base/return2.exp: Likewise.
8486 * gdb.base/varargs.exp: Likewise.
8487 * lib/gdb.exp (gdb_skip_float_test): Change it to
8488 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8489
5af962df
AA
84902016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8491
8492 * gdb.multi/tids.exp: Test "thread apply all".
8493
7fac6910
JK
84942016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8495
8496 * gdb.base/default.exp (tty): Remove.
8497
bb1fe4ac
KB
84982016-08-24 Kevin Buettner <kevinb@redhat.com>
8499
2806dc7e
PA
8500 * gdb.python/py-recurse-unwind.c: New file.
8501 * gdb.python/py-recurse-unwind.py: New file.
8502 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8503
0a1ddfa6
SM
85042016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8505
8506 * gdb.base/set-inferior-tty.exp: New file.
8507 * gdb.base/set-inferior-tty.c: New file.
8508
d9de1fe3
PA
85092016-08-23 Pedro Alves <palves@redhat.com>
8510
8511 PR gdb/20494
8512 * gdb.base/new-ui-echo.c: New file.
8513 * gdb.base/new-ui-echo.exp: New file.
8514
e9d9abd7
YQ
85152016-08-23 Yao Qi <yao.qi@linaro.org>
8516
8517 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8518 gdbserver_spawn.
8519 * gdb.server/connect-without-multi-process.exp (do_test):
8520 Likewise.
8521
3589529e
YQ
85222016-08-23 Yao Qi <yao.qi@linaro.org>
8523
8524 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8525 standalone_txt. Delete gdb_txt and standalone_txt on host
8526 and target. Spawn the binary on target. Copy files from
8527 target to host.
8528
6bb90213
PA
85292016-08-22 Pedro Alves <palves@redhat.com>
8530
8531 PR gdb/20505
8532 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8533 with_test_prefix. Factor out bits to ...
8534 (test_no_vdso): ... this new procedure.
8535
20c2c024
CL
85362016-08-19 Carl Love <cel@us.ibm.com>
8537
8538 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8539 maintaining separate logic for constructing the output path.
8540 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8541 * gdb.arch/ppc-dfp.exp: Likewise.
8542 * gdb.arch/ppc-fp.exp: Likewise.
8543 * gdb.arch/vsx-regs.exp: Likewise.
8544 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8545 binprefix for generating the additional binary files.
8546
0646e07d
PA
85472016-08-19 Pedro Alves <palves@redhat.com>
8548
8549 * gdb.trace/mi-trace-frame-collected.exp
8550 (test_trace_frame_collected): On x32, expect two registers.
8551
46da9242
CL
85522016-08-18 Carl Love <cel@us.ibm.com>
8553
8554 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8555 and sync up the test with tests in gas/testsuite/gas/ppc.
8556 * gdb.arch/powerpc-power.exp: Likewise.
8557
eb2332d7
SM
85582016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8559
8560 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8561 expected error message.
8562
63c61e04
SM
85632016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8564
8565 * gdb.multi/remove-inferiors.exp: New file.
8566 * gdb.multi/remove-inferiors.c: New file.
8567
7b17065f
YQ
85682016-08-12 Yao Qi <yao.qi@linaro.org>
8569
8570 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8571 argument list.
8572
01d3dedf
PA
85732016-08-10 Pedro Alves <palves@redhat.com>
8574
8575 PR gdb/19187
8576 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8577 setup_kfails.
8578
3eb7562a
PA
85792016-08-09 Pedro Alves <palves@redhat.com>
8580 Simon Marchi <simon.marchi@ericsson.com>
8581
8582 PR gdb/20418
8583 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8584 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8585
80614914
PA
85862016-08-09 Pedro Alves <palves@redhat.com>
8587
8588 PR mi/20431
8589 * gdb.mi/mi-cmd-error.exp: New file.
8590
f348d89a
PA
85912016-08-09 Pedro Alves <palves@redhat.com>
8592
8593 PR gdb/18653
8594 * gdb.base/signals-state-child.c: New file.
8595 * gdb.base/signals-state-child.exp: New file.
8596 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8597
e5ca03b4
PA
85982016-08-09 Pedro Alves <palves@redhat.com>
8599
8600 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8601
282a0691
TT
86022016-08-03 Tom Tromey <tom@tromey.com>
8603
8604 PR python/18565:
8605 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8606
41bfcd63
YQ
86072016-08-01 Yao Qi <yao.qi@linaro.org>
8608
8609 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8610 variable mode to "multi-process" if $multi_process is 1, otherwise
8611 set it to "single-process".
8612
e3465b24
YQ
86132016-08-01 Yao Qi <yao.qi@linaro.org>
8614
8615 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8616 * gdb.cp/cpexprs.exp: Likewise.
8617 * gdb.cp/m-static.exp: Likewise.
8618
0b31a4bc
TT
86192016-07-26 Tom Tromey <tom@tromey.com>
8620
8621 PR python/20190:
8622 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8623 test.
8624
e0461dbb
MM
86252016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8626
8627 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8628 selecting assembly source files.
8629 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8630 assembly source files.
8631 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8632 assembly source files.
8633 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8634 selecting assembly source files.
8635
8194e927
SM
86362016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8637
8638 * gdb.base/new-ui.exp (do_test_invalid_args): New
8639 procedure.
8640
c0272db5
TW
86412016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8642
8643 * gdb.btrace/reconnect.c: New file.
8644 * gdb.btrace/reconnect.exp: New file.
8645
e3487908
GKB
86462016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8647
8648 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8649 to test_catch_syscall_group.
8650 (test_catch_syscall_group): New.
8651
12df5c00
TT
86522016-07-21 Tom Tromey <tom@tromey.com>
8653
8654 * gdb.rust/simple.rs (main): Use empty struct expression.
8655 * gdb.rust/simple.exp: Add tests for empty struct expression.
8656
bae62ee2
YQ
86572016-07-21 Yao Qi <yao.qi@linaro.org>
8658
8659 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8660 if gdb_skip_xml_test is true on some targets.
8661
b1b53fb3
YQ
86622016-07-21 Yao Qi <yao.qi@linaro.org>
8663
8664 * gdb.server/solib-list.exp: Unset last_loaded_file.
8665
027d97f8
JK
86662016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8667
8668 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8669 "step into captured_main (args)".
8670
7674d381
JK
86712016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8672
8673 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8674
72b5d099
JK
86752016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8676
8677 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8678
1f960ced
PA
86792016-07-19 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8682 * gdb.opt/inline-bt.exp: Likewise.
8683 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8684 additional_flags=-Winline.
8685 * gdb.opt/inline-locals.exp: Likewise.
8686 * gdb.opt/inline-markers.c (ATTR): Define.
8687 (inlined_fn): Use it.
8688
f25827c1
YQ
86892016-07-19 Yao Qi <yao.qi@linaro.org>
8690
8691 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8692 (test_with_self): Remove some code. Remove argument executable.
8693 (top-level): Use do_self_tests.
8694
37539ebe
DB
86952016-07-15 Zachary Welch <zwelch@codesourcery.com>
8696 Don Breazeal <donb@codesourcery.com>
8697
8698 * gdb.base/maint.exp: Escape paths used in regular expressions.
8699 * gdb.stabs/weird.exp: Likewise.
8700
dac790e1
TT
87012016-07-13 Tom Tromey <tom@tromey.com>
8702
8703 PR python/15620, PR python/18620:
8704 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8705 (test_bkpt_events): New procs.
8706
93daf339
TT
87072016-07-13 Tom Tromey <tom@tromey.com>
8708
8709 PR python/17698:
8710 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8711 test.
8712 (test_watchpoints): Likewise.
8713 (test_bkpt_pending): New proc.
8714
6571a381
TT
87152016-07-13 Tom Tromey <tom@tromey.com>
8716
8717 PR cli/18053:
8718 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8719 completion test.
8720
e8732474
JK
87212016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8724 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8725 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8726 f_label.
8727 (g): Rename g_end_lbl to g_label.
8728 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8729 low_pc and high_pc.
8730 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8731
e0f3fd7c
TT
87322016-07-12 Tom Tromey <tom@tromey.com>
8733
8734 PR python/19293:
8735 * gdb.python/py-unwind-maint.exp: Update tests.
8736
3cfe46b6
YQ
87372016-07-12 Yao Qi <yao.qi@linaro.org>
8738
8739 * lib/selftest-support.exp (selftest_setup): Match the output
8740 when captured_main is inlined.
8741
4f19a0e6
WT
87422016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8743
8744 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8745 New variables.
8746 (print this%a, print this%b, print this): New tests.
8747 * gdb.fortran/derived-types.f90 (this): New object and
8748 initialization.
8749
986cf455
SM
87502016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8751
8752 * gdb.ada/arraydim.exp: Remove extra directory level in build
8753 directory.
8754
f0464b23
SM
87552016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8756
8757 * lib/ada.exp: Remove extra directory level in build directory.
8758 * gdb.ada/cond_lang.exp: Likewise.
8759 * gdb.ada/exec_changed.exp: Likewise.
8760 * gdb.ada/lang_switch.exp: Likewise.
8761
42d94011
MG
87622016-07-06 Manish Goregaokar <manish@mozilla.com>
8763
2806dc7e
PA
8764 * simple.rs: Add test for raw pointer subscripting.
8765 * simple.exp: Add test expectations.
42d94011 8766
647c264c
YQ
87672016-07-05 Yao Qi <yao.qi@linaro.org>
8768
8769 * gdb.mi/mi-reverse.exp: Match =record-started output.
8770
20aa2c60
PA
87712016-07-01 Pedro Alves <palves@redhat.com>
8772
8773 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8774 procedure.
8775 (jit_reader_test): Test the jit reader's unwinder.
8776 * gdb.base/jithost.c (jit_function_00_code): New global.
8777 (main): Use memcpy to fill in the mmapped code, instead of poking
8778 bytes manually here.
8779 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8780 value.
8781 (read_debug_info): Save the function's range.
8782 (read_sp): New function.
8783 (unwind_frame): Use it. Also unwind RBP.
8784 (get_frame_id): Use read_sp.
8785 (gdb_init_reader): Use calloc instead of malloc.
8786 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8787 parameter. Use gdb_test_multiple.
8788
ced2dffb
PA
87892016-07-01 Pedro Alves <palves@redhat.com>
8790 Antoine Tremblay <antoine.tremblay@ericsson.com>
8791
8792 * gdb.threads/process-dies-while-detaching.c: New file.
8793 * gdb.threads/process-dies-while-detaching.exp: New file.
8794
63000888
PA
87952016-07-01 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.multi/watchpoint-multi-exit.c: New file.
8798 * gdb.multi/watchpoint-multi-exit.exp: New file.
8799
038d4868
PA
88002016-06-30 Pedro Alves <palves@redhat.com>
8801
8802 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8803 unset inferior_spawn_id.
8804
994e9c83
PA
88052016-06-30 Pedro Alves <palves@redhat.com>
8806
8807 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8808 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8809
e5653468
YQ
88102016-06-29 Yao Qi <yao.qi@linaro.org>
8811
8812 * gdb.base/return.c: Add copyright header.
8813
803b47e5
TT
88142016-06-29 Tom Tromey <tom@tromey.com>
8815
8816 PR python/20129:
8817 * gdb.python/py-framefilter.exp: Add tests for setting priority
8818 and disabling of non-existent frame filter.
8819
28244707
YQ
88202016-06-29 Yao Qi <yao.qi@linaro.org>
8821
8822 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8823 0x0f07ff.
8824
a31d2f06
YQ
88252016-06-28 Yao Qi <yao.qi@linaro.org>
8826
8827 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8828 triplets. Start gdb, execute catch syscall, and continue. Check
8829 gdb's output to determine catch syscall is supported.
8830
921d8f54
MG
88312016-06-27 Manish Goregaokar <manish@mozilla.com>
8832
25d49b86
PA
8833 * gdb.rust/simple.rs: Add test for returning unit in a function.
8834 * gdb.rust/simple.exp: Add expectation for functions returning
8835 unit.
921d8f54 8836
f4952523
PMR
88372016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8838
8839 * gdb.python/py-breakpoint-create-fail.c,
8840 gdb.python/py-breakpoint-create-fail.exp,
8841 gdb.python/py-breakpoint-create-fail.py: New testcase.
8842
fccb08f8
MG
88432016-06-25 Manish Goregaokar <manish@mozilla.com>
8844
8845 PR gdb/20239
8846 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8847 * gdb.rust/simple.exp: Add test expectations for new NonZero
8848 tests.
fccb08f8 8849
6b850546
DT
88502016-06-24 David Taylor <dtaylor@emc.com>
8851
8852 * gdb.base/offsets.exp: New file.
8853 * gdb.base/offsets.c: New file.
8854
17621150
TT
88552016-06-23 Tom Tromey <tom@tromey.com>
8856
8857 PR gdb/16483:
8858 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8859 before any filters are loaded.
8860
04d59df6
WT
88612016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8862
8863 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8864 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8865 structs.
8866 * gdb.fortran/derived-type-function.exp: New file.
8867 * gdb.fortran/derived-type-function.f90: New file.
8868
8869
ac69f786
PA
88702016-06-21 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/new-ui.exp: New file.
8873 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8874 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8875 (with_spawn_id): New procedure.
8876
49940788
PA
88772016-06-21 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.mi/mi-exec-run.exp: New file.
8880
ef274d26
PA
88812016-06-21 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8884 breakpoint command's output on the main UI.
8885 (test_break): New procedure, factored out from calls in the top
8886 level.
8887 (top level): Use foreach_with_prefix to test MI as main UI and as
8888 separate UI.
8889
468afe6c
PA
88902016-06-21 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8893 (test_awatch_creation_and_listing)
8894 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8895 Remove 'type' parameter.
8896 (test_watchpoint_all): New parameter mi_mode. Remove
8897 with_test_prefix.
8898 (top level): Use foreach_with_prefix, and add main/separate UI MI
8899 testing axis.
8900
51f77c37
PA
89012016-06-21 Pedro Alves <palves@redhat.com>
8902
8903 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8904 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8905 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8906 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8907 (gdb_main_spawn_id, mi_spawn_id): Declare and
8908 comment.
8909 (mi_create_inferior_pty): New procedure,
8910 factored out from default_mi_gdb_start.
8911 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8912 procedures.
8913 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8914 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8915 Use mi_create_inferior_pty.
8916 (mi_gdb_start): Use eval to pass down args list.
8917
8980e177
PA
89182016-06-21 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8921 * gdb.opt/inline-cmds.exp: Add MI tests.
8922
f38d3ad1
PA
89232016-06-21 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8926
45db7c09
PA
89272016-06-21 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8930 (top level): Use it instead of mi_execute_to.
8931
5a069ab3
PA
89322016-06-21 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8935 (cont_handler_str): New.
8936 (signal_stop_handler): Set stop_handler_str instead of printing to
8937 stdout.
8938 (continue_handler): Set cont_handler_str instead of printing to
8939 stdout.
8940 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8941 mi_send_resuming_command. Print stop_handler_str and
8942 cont_handler_str instead of expecting the python events print
8943 directly.
8944
2838cc1d
SD
89452016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8946
8947 * gdb.base/jit-reader.exp: New file.
8948 * gdb.base/jithost.c: New file.
8949 * gdb.base/jithost.h: New file.
8950 * gdb.base/jitreader.c : New file.
8951 * gdb.base/jit-protocol.h: New file.
8952
21a77091
YQ
89532016-06-17 Yao Qi <yao.qi@linaro.org>
8954
8955 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8956 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8957 and detach-on-fork. Adjust tests.
8958 (top level): Invoke break_cond_on_syscall with combinations of
8959 syscall, follow-fork-mode and detach-on-fork.
8960
f50bf8e5
YQ
89612016-06-17 Yao Qi <yao.qi@linaro.org>
8962
8963 * gdb.base/step-over-exit.c: New.
8964 * gdb.base/step-over-exit.exp: New.
8965
a28d8e50
YTL
89662016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8967
8968 * gdb.base/float.exp: Add target check for nds32*-*-*.
8969 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8970
cad8e26d
AB
89712016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8972
8973 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8974 for unsupported target features.
8975 * gdb.base/call-rt-st.exp: Likewise.
8976 * gdb.base/call-sc.exp: Likewise.
8977 * gdb.base/call-signal-resume.exp: Likewise.
8978 * gdb.base/call-strs.exp: Likewise.
8979 * gdb.base/callexit.exp: Likewise.
8980 * gdb.base/callfuncs.exp: Likewise.
8981 * gdb.base/nodebug.exp: Likewise.
8982 * gdb.base/printcmds.exp: Likewise.
8983 * gdb.base/ptype.exp: Likewise.
8984 * gdb.base/structs.exp: Likewise.
8985 * gdb.base/unwindonsignal.exp: Likewise.
8986 * gdb.cp/gdb2495.exp: Likewise.
8987 * gdb.cp/templates.exp: Likewise.
8988 * gdb.cp/virtfunc.exp: Likewise.
8989 * gdb.threads/hand-call-in-threads.exp: Likewise.
8990 * gdb.threads/interrupted-hand-call.exp: Likewise.
8991 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8992
347dc102
TT
89932016-06-10 Tom Tromey <tom@tromey.com>
8994
8995 PR rust/20110:
8996 * gdb.rust/expr.exp: Add test for integer constant larger than
8997 i32.
8998
5e13cf25
BH
89992016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9000
9001 * gdb.fortran/nested-funcs.exp: New.
9002 * gdb.fortran/nested-funcs.f90: New.
9003
bb556f1f
TK
90042016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9005
9006 * gdb.base/examine-backward.c: New file.
9007 * gdb.base/examine-backward.exp: New file.
9008
38b022b4
SM
90092016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9012 matching.
9013
1b40ec05
TT
90142016-06-02 Tom Tromey <tom@tromey.com>
9015
9016 PR python/18984:
9017 * gdb.python/py-shared.exp: Add solib_name test.
9018
193bd378
SM
90192016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9020
9021 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9022
3326303b
MG
90232016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9024
9025 PR c++/19893
9026 * gdb.dwarf2/implref.exp: Rename to...
9027 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9028 * gdb.dwarf2/implref-array.c: New file.
9029 * gdb.dwarf2/implref-array.exp: Likewise.
9030 * gdb.dwarf2/implref-global.c: Likewise.
9031 * gdb.dwarf2/implref-global.exp: Likewise.
9032 * gdb.dwarf2/implref-struct.c: Likewise.
9033 * gdb.dwarf2/implref-struct.exp: Likewise.
9034
825c8ef2
AT
90352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9036
9037 * gdb.trace/trace-condition.exp: Add 64bit tests.
9038
2320162a
AT
90392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9040
9041 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9042 bits types.
9043 (main): Adapt to 8 to 64 bits types.
9044 * gdb.trace/trace-condition.exp: Add new tests.
9045
a7818233
AT
90462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9047
9048 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9049
0d336466
AT
90502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9051
9052 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9053 Move condition tests...
9054 * gdb.trace/trace-condition.exp: Here.
9055
7faeb45a
AT
90562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9057
9058 * gdb.trace/trace-condition.exp: Add counter-case tests.
9059
e385593e
JK
90602016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9061
9062 PR c++/15231
9063 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9064 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9065
744608cc
PA
90662016-05-27 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9069 New procedure.
9070 (top level): Call it, and bail out of DejaGnu is known to be bad.
9071
ac775bf4
AB
90722016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9073
9074 * gdb.base/whatis.c: Extend the test case.
9075 * gdb.base/whatis.exp: Add additional tests.
9076
2bbad2ea
BH
90772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9078
9079* gdb.fortran/type.f90: Add pointer variable.
9080* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9081
8b70175d
BH
90822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9083
9084 * gdb.fortran/vla-type.exp: Fix testcase name.
9085
86d8a848
BH
90862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9087
9088 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9089
e188eb36
BH
90902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9091
9092 * gdb.fortran/type.f90: Add nested structures.
9093 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9094 * gdb.fortran/derived-type.exp: Adapt expected output.
9095 * gdb.fortran/vla-type.exp: Adapt expected output.
9096
9b2db1fd
BH
90972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9098
9099 * gdb.fortran/whatis_type.exp: Adapt expected output.
9100
72b17055
BH
91012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9102
9103 * gdb.fortran/print_type.exp: Fix expected output.
9104 * gdb.fortran/whatis_type.exp: Fix expected output.
9105
3cd81d8d
BH
91062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9107
9108 * gdb.fortran/whatis_type.exp: Use multi_line.
9109
ddae9462
TT
91102016-05-24 Tom Tromey <tom@tromey.com>
9111
9112 PR python/17386:
9113 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9114 use value as an index.
9115
1957f6b8
TT
91162016-05-23 Tom Tromey <tom@tromey.com>
9117
9118 PR python/17981:
9119 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9120 no-breakpoint case.
9121
026a9174
PA
91222016-05-24 Pedro Alves <palves@redhat.com>
9123
9124 PR gdb/19828
9125 * gdb.threads/clone-attach-detach.c: New file.
9126 * gdb.threads/clone-attach-detach.exp: New file.
9127
e70a7231
FR
91282016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9129
9130 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9131
0f6ed0e0
TT
91322016-05-23 Tom Tromey <tom@tromey.com>
9133
9134 PR python/19438, PR python/18393:
9135 * gdb.python/py-progspace.exp: Add "dir" test.
9136 * gdb.python/py-objfile.exp: Add "dir" test.
9137
ffd19d61
YQ
91382016-05-23 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9141 * gdb.arch/thumb2-it.exp: Likewise.
9142
9e8f9b05
SM
91432016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9144
9145 * gdb.mi/mi-threads-interrupt.c: New file.
9146 * gdb.mi/mi-threads-interrupt.exp: New file.
9147
61c6156d
SM
91482016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9149
9150 PR gdb/18077
9151 * gdb.mi/mi-async-run.exp: New file.
9152 * gdb.mi/mi-async-run.c: New file.
9153
67218854
TT
91542016-05-17 Tom Tromey <tom@tromey.com>
9155 Manish Goregaokar <manishsmail@gmail.com>
9156
9157 * lib/rust-support.exp: New file.
9158 * lib/gdb.exp (skip_rust_tests): New proc.
9159 (build_executable_from_specs): Handle rust.
9160 * lib/future.exp (gdb_find_rustc): New proc.
9161 (gdb_default_target_compile): Handle rust.
9162 * gdb.rust/expr.exp: New file.
9163 * gdb.rust/generics.exp: New file.
9164 * gdb.rust/generics.rs: New file.
9165 * gdb.rust/methods.exp: New file.
9166 * gdb.rust/methods.rs: New file.
9167 * gdb.rust/modules.exp: New file.
9168 * gdb.rust/modules.rs: New file.
9169 * gdb.rust/simple.exp: New file.
9170 * gdb.rust/simple.rs: New file.
9171
c44af4eb
TT
91722016-05-17 Tom Tromey <tom@tromey.com>
9173
9174 * gdb.base/default.exp (set language): Add rust.
9175
dcd1f979
TT
91762016-05-17 Tom Tromey <tom@tromey.com>
9177
9178 * gdb.gdb/unittest.exp: New file.
9179
155b7f57
YQ
91802016-05-16 Yao Qi <yao.qi@linaro.org>
9181
9182 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9183 shell_prompt. Update shell_prompt_re.
9184
8ddd5a6c
DE
91852016-05-12 Doug Evans <dje@google.com>
9186
9187 PR symtab/19999
9188 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9189 $options when building executable.
9190 * gdb.dwarf2/fission-loclists-pie.S: New file.
9191 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9192
02e370d9
SM
91932016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9194
9195 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9196 of [is_remote target],
9197
8929ad8b
SM
91982016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9199
9200 * lib/gdb.exp (use_gdb_stub): New procedure.
9201
6c447423
DE
92022016-05-03 Yunlian Jiang <yunlian@google.com>
9203 Doug Evans <dje@google.com>
9204
9205 PR symtab/19914
9206 * gdb.dwarf2/dwp-sepdebug.c: New file.
9207 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9208
444e826c
SM
92092016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9210
9211 * gdb.base/detach.exp: Remove is_remote check.
9212
740feeaa
SM
92132016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9214
9215 * gdb.base/annota-input-while-running.exp: Don't check for
9216 [is_remote target]. Enable annotations after running to main.
9217 Remove unused "set test..." line.
9218
9080ac9d
SM
92192016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9220
9221 * gdb.trace/trace-enable-disable.exp: New file.
9222 * gdb.trace/trace-enable-disable.c: New file.
9223
952ebca5
SM
92242016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9225
9226 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9227 use it in info sharedlibrary test.
9228 * gdb.trace/ftrace-lock.exp: Likewise.
9229 * gdb.trace/ftrace.exp: Likewise.
9230 * gdb.trace/range-stepping.exp: Likewise.
9231 * gdb.trace/trace-break.exp: Likewise.
9232 * gdb.trace/trace-condition.exp: Likewise.
9233 * gdb.trace/trace-mt.exp: Likewise.
9234
d9019901
SM
92352016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9236
9237 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9238 (gdb_load_shlib): ... this.
9239 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9240 gdb_load_shlib.
9241 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9242 * gdb.base/ctxobj.exp: Likewise.
9243 * gdb.base/dprintf-pending.exp: Likewise.
9244 * gdb.base/dso2dso.exp: Likewise.
9245 * gdb.base/fixsection.exp: Likewise.
9246 * gdb.base/gcore-relro.exp: Likewise.
9247 * gdb.base/gdb1555.exp: Likewise.
9248 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9249 * gdb.base/gnu-ifunc.exp: Likewise.
9250 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9251 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9252 * gdb.base/pending.exp: Likewise.
9253 * gdb.base/print-file-var.exp: Likewise.
9254 * gdb.base/print-symbol-loading.exp: Likewise.
9255 * gdb.base/shlib-call.exp: Likewise.
9256 * gdb.base/shreloc.exp: Likewise.
9257 * gdb.base/so-impl-ld.exp: Likewise.
9258 * gdb.base/solib-disc.exp: Likewise.
9259 * gdb.base/solib-nodir.exp: Likewise.
9260 * gdb.base/solib-overlap.exp: Likewise.
9261 * gdb.base/solib-symbol.exp: Likewise.
9262 * gdb.base/solib-weak.exp (do_test): Likewise.
9263 * gdb.base/sym-file.exp: Likewise.
9264 * gdb.base/symtab-search-order.exp: Likewise.
9265 * gdb.base/type-opaque.exp: Likewise.
9266 * gdb.base/unload.exp: Likewise.
9267 * gdb.base/watchpoint-solib.exp: Likewise.
9268 * gdb.compile/compile.exp: Likewise.
9269 * gdb.cp/gdb2384.exp: Likewise.
9270 * gdb.cp/infcall-dlopen.exp: Likewise.
9271 * gdb.cp/re-set-overloaded.exp: Likewise.
9272 * gdb.fortran/library-module.exp: Likewise.
9273 * gdb.opt/solib-intra-step.exp: Likewise.
9274 * gdb.python/py-finish-breakpoint.exp: Likewise.
9275 * gdb.python/py-shared.exp: Likewise.
9276 * gdb.reverse/solib-precsave.exp: Likewise.
9277 * gdb.reverse/solib-reverse.exp: Likewise.
9278 * gdb.server/solib-list.exp: Likewise.
9279 * gdb.threads/dlopen-libpthread.exp: Likewise.
9280 * gdb.threads/tls-shared.exp: Likewise.
9281 * gdb.threads/tls-so_extern.exp: Likewise.
9282 * gdb.trace/change-loc.exp: Likewise.
9283 * gdb.trace/ftrace-lock.exp: Likewise.
9284 * gdb.trace/ftrace.exp: Likewise.
9285 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9286 * gdb.trace/pending.exp: Likewise.
9287 * gdb.trace/range-stepping.exp: Likewise.
9288 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9289 (strace_info_marker): Likewise.
9290 (strace_probe_marker): Likewise.
9291 (strace_trace_on_same_addr): Likewise.
9292 (strace_trace_on_diff_addr): Likewise.
9293 * gdb.trace/trace-break.exp: Likewise.
9294 * gdb.trace/trace-condition.exp: Likewise.
9295 * gdb.trace/trace-mt.exp: Likewise.
9296
fca4cfd9
SM
92972016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9298
9299 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9300 result of gdb_remote_download.
9301 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9302 * gdb.base/dso2dso.exp: Likewise.
9303 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9304 * gdb.base/print-file-var.exp: Likewise.
9305 * gdb.base/shlib-call.exp: Likewise.
9306 * gdb.base/shreloc.exp: Likewise.
9307 * gdb.base/solib-overlap.exp: Likewise.
9308 * gdb.base/solib-weak.exp (do_test): Likewise.
9309 * gdb.base/unload.exp: Likewise.
9310
11cf4ffb
YQ
93112016-04-27 Yao Qi <yao.qi@linaro.org>
9312
9313 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9314 exists.
9315
3e2e34f8
KB
93162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9317
9318 * vla-type.exp: Print structure from toplevel.
9319
8f07e298
BH
93202016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9321
9322 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9323 of dynamic types.
9324 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9325 of dynamic types.
9326
9920b434
BH
93272016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9328
9329 * gdb.fortran/vla-type.f90: New file.
9330 * gdb.fortran/vla-type.exp: New file.
9331
f3abeff5
YQ
93322016-04-25 Yao Qi <yao.qi@linaro.org>
9333
9334 * gdb.base/branch-to-self.c: New file.
9335 * gdb.base/branch-to-self.exp: New file.
9336
0a5d52f0
YQ
93372016-04-22 Yao Qi <yao.qi@linaro.org>
9338
9339 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9340 more after $hex.
9341
495346f6
YQ
93422016-04-22 Yao Qi <yao.qi@linaro.org>
9343
9344 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9345 * gdb.base/annota3.exp: Likewise.
9346
4a7e075c
YQ
93472016-04-22 Yao Qi <yao.qi@linaro.org>
9348
9349 * gdb.reverse/step-precsave.exp: Do one step and test program
9350 stops in "callee" and do multiple steps until program goes out
9351 of "callee".
9352 * gdb.reverse/step-reverse.exp: Likewise.
9353
5b061e98
YQ
93542016-04-22 Yao Qi <yao.qi@linaro.org>
9355
9356 * gdb.trace/signal.exp: Also pass if
9357 $tracepoint_hits($i) > $iterations.
9358
5c5dc57f
YQ
93592016-04-22 Yao Qi <yao.qi@linaro.org>
9360
9361 * gdb.trace/signal.c: New file.
9362 * gdb.trace/signal.exp: New file.
9363
a55411b9
DE
93642016-04-19 Doug Evans <xdje42@gmail.com>
9365
9366 * gdb.base/bad-file.exp: New file.
9367
a22df60a
MG
93682016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9369
9370 * gdb.dwarf2/implref.exp: New file.
9371
0c13f7e5
BH
93722016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9373
9374 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9375 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9376 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9377 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9378 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9379 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9380 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9381 * lib/fortran.exp (fortran_int4): New procedure.
9382 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9383 (fortran_logical4): Likewise.
9384
9b9b09e9
BH
93852016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9386
9387 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9388
a14d1f4d
BH
93892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9390
9391 * lib/compiler.c: Add Intel specific preprocessor macros.
9392 * lib/compiler.cc: Likewise.
25d49b86 9393
7d49b1d0
LM
93942016-04-13 Luis Machado <lgustavo@codesourcery.com>
9395
9396 * gdb.server/connect-with-no-symbol-file.c: New file.
9397 * gdb.server/connect-with-no-symbol-file.exp: New file.
9398
8392fa22
SM
93992016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9400
9401 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9402
8c4c4aeb
SM
94032016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9404
9405 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9406 standard output directory.
9407
45e3745e
AT
94082016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9409
9410 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9411
e26b7e41
MM
94122016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9413
9414 * gdb.btrace/instruction_history.c (loop): Add declaration.
9415
8ce09462
AT
94162016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9417
9418 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9419
2e88a1ea
SM
94202016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9421
9422 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9423 parentheses to print.
9424 (continue_handler): Likewise.
9425
f48e22e3
SM
94262016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9427
9428 * gdb.server/solib-list.exp: Remove is_remote check.
9429 Pass shlib= to gdb_compile. Don't link shared library with
9430 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9431 Run binary filename through "readlink -f" on the target.
9432
096be756
PA
94332016-04-08 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9436 interpreter filename as argument to gdbserver_spawn.
9437 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9438 Return empty if $last_loaded_file does not exist.
9439
06500533
JK
94402016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9443 * gdb.base/jit-main.c: Use exit after usage.
9444
2d35e871
JK
94452016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9448 GDBHISTSIZE prior to the tests.
9449 * gdb.base/gdbinit-history.exp: Likewise.
9450
94512016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9452
9453 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9454 instead of build_executable. Use gdb_load_shlibs.
9455
c8064e7e
YQ
94562016-04-07 Yao Qi <yao.qi@linaro.org>
9457
9458 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9459 Execute "si" command.
9460
bde47561
YQ
94612016-04-07 Yao Qi <yao.qi@linaro.org>
9462
9463 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9464 number instead of the comments on some line.
9465
b16f8a3b
DB
94662016-04-06 Don Breazeal <donb@codesourcery.com>
9467
9468 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9469 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9470
c2f901df
SM
94712016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9474 standard_output_file. Remove unused binfile variable.
9475
ac17fda0
CU
94762016-04-05 Catalin Udma <catalin.udma@freescale.com>
9477
9478 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9479 * gdb.python/py-mi-objfile.exp: Match "list main" output
9480 in console format.
9481
03a8c4df
SM
94822016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9483
9484 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9485 absolute.
9486
6e774b13
SM
94872016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9488
9489 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9490 absolute.
9491 * gdb.trace/ftrace.exp: Likewise.
9492 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9493 targets as well.
9494 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9495 (gdb_load_shlibs): Copy libraries to test directory when testing
9496 natively. Only set solib-search-path if testing remotely.
9497 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9498
7817ea46
SM
94992016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9500
9501 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9502 gdb_download. Use it even if the target is not remote.
9503 * gdb.base/jit.exp (compile_jit_test): Likewise.
9504 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9505 output directory if the destination board is local, otherwise use
9506 the standard remote_download from DejaGnu.
9507 (gdb_download): Remove.
9508 (gdb_load_shlibs): Use gdb_remote_download instead of
9509 gdb_download.
9510 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9511 Use gdb_remote_download instead of gdb_download. Use it even if
9512 the target is not remote.
9513 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9514 instead of gdb_download.
9515
7beb7f68
SM
95162016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9517
9518 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9519 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9520 run.
9521
cc63428a
AV
95222016-04-01 Artemiy Volkov <artemiyv@acm.org>
9523
9524 PR gdb/19820
9525 * gdb.base/printcmds.exp: Add artificial arrays tests.
9526
64cdf930
PA
95272016-03-31 Pedro Alves <palves@redhat.com>
9528
9529 PR gdb/19858
9530 * gdb.base/jit-main.c: Include unistd.h.
9531 (ATTACH): Define to 0 if not already defined.
9532 (wait_for_gdb, mypid): New globals.
9533 (WAIT_FOR_GDB): New macro.
9534 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9535 some breakpoint locations.
9536 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9537 New procedures.
9538 (one_jit_test): Add REATTACH parameter, and handle it. Use
9539 continue_to_test_location.
9540 (top level): Test attach, and adjusts calls to one_jit_test.
9541
40dea8cb
PA
95422016-03-31 Pedro Alves <palves@redhat.com>
9543
9544 PR gdb/19858
9545 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9546 BINSUFFIX parameter, and handle it.
9547 (top level): Adjust calls compile_jit_test.
9548
e7ea3ec7
CU
95492016-03-31 Catalin Udma <catalin.udma@freescale.com>
9550
9551 PR python/19743
9552 * gdb.python/py-mi-events-gdb.py: New file.
9553 * gdb.python/py-mi-events.c: New file.
9554 * gdb.python/py-mi-events.exp: New file.
9555
e6359af3
YQ
95562016-03-30 Yao Qi <yao.qi@linaro.org>
9557
9558 * gdb.reverse/until-precsave.exp: Match function name only.
9559 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9560 Move malloc to a condition block.
9561 * gdb.reverse/until-reverse.exp: Match function name only.
9562
a4105d04
MK
95632016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9564
9565 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9566 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9567 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9568 variable for GPR 0 instead of assuming it is register 0.
9569 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9570 * lib/trace-support.exp: Add s390 registers.
9571
bfa6adb9
YQ
95722016-03-29 Yao Qi <yao.qi@linaro.org>
9573
9574 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9575
1e6697ea
YQ
95762016-03-24 Yao Qi <yao.qi@linaro.org>
9577
9578 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9579 test message.
9580
64bcd522
AA
95812016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9582
9583 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9584 maintaining separate logic for constructing the output path.
9585
7868401b
DB
95862016-03-16 Don Breazeal <donb@codesourcery.com>
9587
9588 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9589 Retry fork and waitpid on interrupted system call errors.
9590 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9591 Use with_timeout_factor to increase timeout by factor of 10.
9592
1cafadb4
DB
95932016-03-15 Don Breazeal <donb@codesourcery.com>
9594
9595 * gdb.cp/scope-err.cc: New test program.
9596 * gdb.cp/scope-err.exp: New test script.
9597 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9598 lines and "set breakpoint here" comment.
9599 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9600 Fixed some whitespace and format issues.
9601 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9602 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9603
81516450
DE
96042016-03-15 Doug Evans <dje@google.com>
9605
9606 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9607 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9608 All callers updated. Add tests for enums, mixed flags register.
9609
aa52b601
DE
96102016-03-15 Doug Evans <dje@google.com>
9611
9612 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9613 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9614
fa4ff313
SM
96152016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 * gdb.base/default.exp: Add $_as_string to the list of expected
9618 convenience functions.
9619
f2403c39
AB
96202016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9621
9622 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9623
f2f3ccb9
SM
96242016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9625
9626 * gdb.python/py-as-string.exp: New file.
9627 * gdb.python/py-as-string.c: New file.
9628
00dbd492
PA
96292016-03-09 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9632 signal" -> "Thread NN received signal" output change.
9633 * gdb.threads/ia64-sigill.exp: Likewise.
9634 * gdb.threads/linux-dp.exp: Likewise.
9635 * gdb.threads/manythreads.exp: Likewise.
9636 * gdb.threads/pending-step.exp: Likewise.
9637 * gdb.threads/print-threads.exp: Likewise.
9638 * gdb.threads/sigstep-threads.exp: Likewise.
9639 * gdb.threads/staticthreads.exp: Likewise.
9640 * gdb.threads/tls.exp: Likewise.
9641
1e6697ea
YQ
96422016-03-09 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.base/command-line-input.exp: New file.
9645
b04fd3be
MK
96462016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9647
9648 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9649 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9650 * gdb.trace/pending.exp: Accept leading dot before function name.
9651 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9652 * lib/trace-support.exp: Set registers for ppc.
9653
98fa59e9
MK
96542016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9655
9656 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9657 use it for disassembly; accept .main in addition to main in backtrace.
9658
f77198c8
MK
96592016-03-09 Wei-cheng Wang <cole945@gmail.com>
9660 Marcin Kościelnicki <koriakin@0x04.net>
9661
9662 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9663 (gdb_recursion_test_ptr): New global variable.
9664 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9665 gdb_recursion_test.
9666 (gdb_c_test): Ditto.
9667
ba84e0da
MK
96682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9669
9670 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9671 ordering.
9672
4366d36e
MK
96732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9674
9675 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9676 (bar): Add bar_start_lbl label.
9677 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9678 of foo/bar for emitting DWARF and tracing.
9679
5eb264df
SDJ
96802016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9681
9682 * analyze-racy-logs.py: Set executable bit.
9683
fb6a751f
SDJ
96842016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9685
9686 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9687 (CHECK_TARGET_TMP): Likewise.
9688 (check-single-racy): New rule.
9689 (check-parallel-racy): Likewise.
9690 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9691 (do-check-parallel-racy): New rule.
9692 (check-racy/%.exp): Likewise.
9693 * README (Racy testcases): New section.
9694 * analyze-racy-logs.py: New file.
9695
bdf7e230
DE
96962016-03-03 Doug Evans <dje@google.com>
9697
9698 * gdb.base/skip.exp: Use with_test_prefix.
9699
4719d415
YQ
97002016-03-03 Yao Qi <yao.qi@linaro.org>
9701
9702 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9703 Invoke step_over_syscall "clone" and break_cond_on_syscall
9704 "clone".
9705 * gdb.base/step-over-clone.c: New file.
9706
ea507862
YQ
97072016-03-03 Yao Qi <yao.qi@linaro.org>
9708
9709 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9710 code format.
9711
8fc8cbda
YQ
97122016-03-03 Yao Qi <yao.qi@linaro.org>
9713
9714 * gdb.base/disp-step-fork.c: Rename to ...
9715 * gdb.base/step-over-fork.c: ... it. New file.
9716 * gdb.base/disp-step-vfork.c: Rename to ...
9717 * gdb.base/step-over-vfork.c: ... it. New file.
9718 * gdb.base/disp-step-syscall.exp: Rename to ...
9719 * gdb.base/step-over-syscall.exp: ... it. New file.
9720 (disp_step_cross_syscall): Rename to ...
9721 (step_over_syscall): ... it.
9722
92fa70b0
YQ
97232016-03-03 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9726 If target supports condition evaluation on target, invoke
9727 break_cond_on_syscall for fork and vfork.
9728
e197ad3c
YQ
97292016-03-03 Yao Qi <yao.qi@linaro.org>
9730
9731 * gdb.base/disp-step-syscall.exp: Don't invoke
9732 support_displaced_stepping.
9733 (disp_step_cross_syscall): Test with displaced stepping off and
9734 on if supported.
9735
0b47da9f
YQ
97362016-03-03 Yao Qi <yao.qi@linaro.org>
9737
9738 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9739 proc.
9740 (setup): New proc.
9741 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9742 and setup.
9743
065ab6dc
BH
97442016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9745
9746 * gdb.fortran/vla-history.exp: Remove breakpoint.
9747
07e448ad 97482016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9749
25d49b86
PA
9750 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9751 exceeds timeout.
07e448ad 9752
9ac2d526 97532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9754
25d49b86
PA
9755 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9756 breakpoint.
9ac2d526 9757
17807369
BH
97582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9759
9760 * gdb.mi/vla.f90: Nullify pointer after declaration.
9761
86e501af
PA
97622016-03-01 Pedro Alves <palves@redhat.com>
9763
9764 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9765
1e903e32
PA
97662016-03-01 Pedro Alves <palves@redhat.com>
9767
9768 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9769 before anything else.
9770 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9771 _GNU_SOURCE here.
9772 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9773 before anything else.
9774 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9775
6ccb54e2
PA
97762016-03-01 Pedro Alves <palves@redhat.com>
9777
9778 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9779
30ca9da1
YQ
97802016-03-01 Yao Qi <yao.qi@linaro.org>
9781
9782 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9783 prepare_for_testing.
9784
dc856b38
YQ
97852016-03-01 Yao Qi <yao.qi@linaro.org>
9786
9787 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9788
4a932159
AA
97892016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9790
9791 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9792 manually constructing the output path.
9793
f2489477
AA
97942016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9795
9796 * gdb.arch/s390-stackless.S: New.
9797 * gdb.arch/s390-stackless.exp: New.
9798
38899f16
IB
97992016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9800
9801 * gdb.dlang/circular.c: New file.
9802 * gdb.dlang/circular.exp: New file.
9803
9fde51ed
YQ
98042016-02-26 Yao Qi <yao.qi@linaro.org>
9805
9806 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9807 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9808 (testcases): Update.
9809
ce90fefe
YQ
98102016-02-26 Yao Qi <yao.qi@linaro.org>
9811
9812 * gdb.reverse/aarch64.c: Rename to ...
9813 * gdb.reverse/insn-reverse.c: ... it.
9814 * gdb.reverse/aarch64.exp: Rename to ...
9815 * gdb.reverse/insn-reverse.exp: ... it.
9816
3263bceb
YQ
98172016-02-26 Yao Qi <yao.qi@linaro.org>
9818
9819 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9820 (testcase_ftype): New.
9821 (testcases): New array.
9822 (n_testcases): New.
9823 (main): Call each element in testcases.
9824 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9825 (read_testcase): New.
9826 Do the tests in a loop.
9827
6cb59ff1
YQ
98282016-02-25 Yao Qi <yao.qi@linaro.org>
9829
9830 * gdb.base/branches.c: Remove.
9831
ae91f625
MK
98322016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9833
9834 PR gdb/13808
9835 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9836
678b48b7
MK
98372016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9838
9839 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9840
7337a6f2
MK
98412016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9842
9843 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9844 change x86_64 call_insn to 'callq'.
9845
861ca91f
AT
98462016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9847
9848 * gdb.trace/tfile-avx.c: Move to...
9849 * gdb.trace/tracefile-pseudo-reg.c: Here.
9850 * gdb.trace/tfile-avx.exp: Move to...
9851 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9852
bf74e428
GB
98532016-02-24 Gary Benson <gbenson@redhat.com>
9854
9855 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9856 message on attach.
9857
cce0e923
DE
98582016-02-23 Doug Evans <dje@google.com>
9859
9860 * gdb.base/skip.c (test_skip): New function.
9861 (end_test_skip_file_and_function): New function.
9862 (test_skip_file_and_function): New function.
9863 * gdb.base/skip1.c (test_skip): New function.
9864 (skip1_test_skip_file_and_function): New function.
9865 * gdb.base/skip.exp: Add tests for new skip options.
9866 * gdb.base/skip-solib.exp: Update expected output.
9867 * gdb.perf/skip-command.cc: New file.
9868 * gdb.perf/skip-command.exp: New file.
9869 * gdb.perf/skip-command.py: New file.
9870
4000e47e
MK
98712016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9872
9873 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9874 info registers pattern.
9875
24f75ead
IB
98762016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9877
9878 * lib/future.exp: Add D support.
9879 (gdb_find_gdc): New proc.
9880 (gdb_default_target_compile): Add D support.
9881
fbb7bcbe
WW
98822016-02-18 Wei-cheng Wang <cole945@gmail.com>
9883
9884 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9885 user+system time.
9886 (trace_speed_test): Determine the iteration count for a time
9887 between 15..30 seconds.
9888
012b3a21
WT
98892016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9890
9891 * gdb.arch/i386-mpx-sigsegv.c: New file.
9892 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9893 * gdb.arch/i386-mpx-simple_segv.c: New file.
9894 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9895
2d5189bd
YQ
98962016-02-18 Yao Qi <yao.qi@linaro.org>
9897
9898 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9899 Don't call setup_kfail.
9900
40fb20d0
YQ
99012016-02-18 Yao Qi <yao.qi@linaro.org>
9902
9903 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9904 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9905
21b1f8d2
DE
99062016-02-16 Doug Evans <dje@google.com>
9907
9908 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9909 * gdb.base/skip1.c: Ditto.
9910 * gdb.base/skip.exp: Whitespace cleanup.
9911
4041ed77
DB
99122016-02-16 Don Breazeal <donb@codesourcery.com>
9913
9914 PR remote/19496
9915 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9916 Remove kfail for PR remote/19496.
9917
c4ef31bf
SM
99182016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * lib/gdb.exp (standard_temp_file): Return a path specific to
9921 the runtest invocation.
9922
266b65b3
SM
99232016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9924
9925 * gdb.trace/save-trace.exp: Change relative path to be in the
9926 standard output directory.
9927
a7a0a6a9
JK
99282016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9929
9930 * gdb.arch/i386-prologue.c: Add missing prototypes.
9931
c99dbb42
JK
99322016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9933
9934 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9935 * gdb.arch/i386-prologue.exp: Likewise.
9936 * gdb.arch/i386-size.exp: Likewise.
9937
aa480355
SM
99382016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9939
9940 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9941 define object file path.
9942 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9943 file path.
9944 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9945 standard_output_file to define binfile.
9946
ba881f50
JK
99472016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9948
9949 Fix compatibility with recent gfortran-5.3.1.
9950 * gdb.fortran/vla-history.exp (print vla1 allocated)
9951 (print vla2 allocated, print $2, print $3): Remove
9952 (print $4): Rename to ...
9953 (print $2): ... here.
9954 (print $9): Rename to ...
9955 (print $5): ... here.
9956 (print $10): Rename to ...
9957 (print $6): ... here.
9958 * gdb.fortran/vla.f90: Add pvla initialization.
9959
e9fb005c
JK
99602016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9961
9962 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9963 New test.
9964 * gdb.fortran/vla-value-sub.exp: Likewise.
9965
e44e00ff
MK
99662016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9967
9968 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9969
97e94151
SM
99702016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9971
9972 * i386-biarch-core.exp: Define corefile using
9973 standard_output_file.
9974
01113bc1
YQ
99752016-02-12 Yao Qi <yao.qi@linaro.org>
9976
9977 * gdb.arch/arm-single-step-kernel-helper.c: New.
9978 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9979
33b4777c
MM
99802016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9981
9982 * gdb.btrace/tailcall-only.exp: New.
9983 * gdb.btrace/tailcall-only.c: New.
9984 * gdb.btrace/x86_64-tailcall-only.S: New.
9985 * gdb.btrace/i686-tailcall-only.S: New.
9986
acc23c11
PA
99872016-02-11 Pedro Alves <palves@redhat.com>
9988
9989 * README (Parallel testing): Add missing double quotes.
9990
e352bf0a
PA
99912016-02-11 Pedro Alves <palves@redhat.com>
9992
9993 * README (Parallel testing): New section.
9994 (GDB_PARALLEL): Rewrite.
9995 (FORCE_PARALLEL): Document.
9996
9f5fed78
MK
99972016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9998
9999 * gdb.trace/tfile-avx.c: New test.
10000 * gdb.trace/tfile-avx.exp: New test.
10001
9ef9e6a6
KS
100022016-02-09 Keith Seitz <keiths@redhat.com>
10003
10004 PR breakpoints/19546
10005 * gdb.base/infcall-exec.c: New file.
10006 * gdb.base/infcall-exec2.c: New file.
10007 * gdb.base/infcall-exec.exp: New file.
10008
a96e36da
KS
100092016-02-09 Keith Seitz <keiths@redhat.com>
10010
10011 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10012 (toplevel): Call test_bkpt_address.
10013
9f61929f
KS
100142016-02-09 Keith Seitz <keiths@redhat.com>
10015
10016 PR python/19506
10017 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10018 (toplevel): Call test_bkpt_address.
10019
1e94266c
SM
100202016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10021
10022 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10023 to AC_OUTPUT.
10024 * configure: Regenerate.
10025
2a7f3dff
PA
100262016-02-09 Pedro Alves <palves@redhat.com>
10027
10028 PR breakpoints/19548
10029 * gdb.base/execl-update-breakpoints.c (some_function): New
10030 function.
10031 (main): Call it.
10032 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10033 Tighten expected GDB output.
10034
2151ccc5
SM
100352016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10036
10037 * Makefile.in (ALL_SUBDIRS): Remove.
10038 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10039 (distclean maintainer-clean realclean): Likewise.
10040 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10041 * configure: Regenerate.
10042 * gdb.ada/Makefile.in: Delete.
10043 * gdb.arch/Makefile.in: Likewise.
10044 * gdb.asm/Makefile.in: Likewise.
10045 * gdb.base/Makefile.in: Likewise.
10046 * gdb.btrace/Makefile.in: Likewise.
10047 * gdb.cell/Makefile.in: Likewise.
10048 * gdb.compile/Makefile.in: Likewise.
10049 * gdb.cp/Makefile.in: Likewise.
10050 * gdb.disasm/Makefile.in: Likewise.
10051 * gdb.dlang/Makefile.in: Likewise.
10052 * gdb.dwarf2/Makefile.in: Likewise.
10053 * gdb.fortran/Makefile.in: Likewise.
10054 * gdb.gdb/Makefile.in: Likewise.
10055 * gdb.go/Makefile.in: Likewise.
10056 * gdb.guile/Makefile.in: Likewise.
10057 * gdb.java/Makefile.in: Likewise.
10058 * gdb.linespec/Makefile.in: Likewise.
10059 * gdb.mi/Makefile.in: Likewise.
10060 * gdb.modula2/Makefile.in: Likewise.
10061 * gdb.multi/Makefile.in: Likewise.
10062 * gdb.objc/Makefile.in: Likewise.
10063 * gdb.opencl/Makefile.in: Likewise.
10064 * gdb.opt/Makefile.in: Likewise.
10065 * gdb.pascal/Makefile.in: Likewise.
10066 * gdb.perf/Makefile.in: Likewise.
10067 * gdb.python/Makefile.in: Likewise.
10068 * gdb.reverse/Makefile.in: Likewise.
10069 * gdb.server/Makefile.in: Likewise.
10070 * gdb.stabs/Makefile.in: Likewise.
10071 * gdb.threads/Makefile.in: Likewise.
10072 * gdb.trace/Makefile.in: Likewise.
10073 * gdb.xml/Makefile.in: Likewise.
10074 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10075 GDB_PARALLEL.
10076 (standard_output_file): Remove check for GDB_PARALLEL, always
10077 return path in outputs/$subdir/$testname.
10078
437277d4
SM
100792016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10080
10081 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10082 (site.exp): Assign abs_srcdir to tcl's srcdir.
10083
31d913c7
YQ
100842016-02-04 Yao Qi <yao.qi@linaro.org>
10085
10086 * gdb.base/foll-exec-mode.c: Include limits.h.
10087 (main): Add parameters argc and argv. Get directory from
10088 argv[0].
10089 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10090 compilation.
10091 * gdb.base/foll-exec.c: Include limits.h.
10092 (main): Add parameters argc and argv.
10093 Get directory from argv[0].
10094 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10095 Adjust tests on the number of lines as source code changed.
10096 * gdb.base/foll-vfork-exit.c: Include limits.h.
10097 (main): Add one line of statement before vfork.
10098 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10099 (main): Add parameters argc and argv. Get directory from
10100 argv[0].
10101 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10102 (setup_gdb): Set tbreak to skip some source lines.
10103 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10104 (main): Add parameters argc and argv. Get directory from
10105 argv[0].
10106 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10107 compilation.
10108 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10109 (main): Add parameters argc and argv. Get directory from
10110 argv[0].
10111 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10112 compilation.
10113
9482b9fb
DE
101142016-02-01 Doug Evans <dje@google.com>
10115
10116 * gdb.base/skip.exp: Clean up multiple references to same test name.
10117
6b2e4f10
PA
101182016-02-01 Pedro Alves <palves@redhat.com>
10119
ccb6afd6 10120 PR remote/19496
6b2e4f10
PA
10121 * gdb.threads/forking-threads-plus-breakpoint.exp
10122 (displaced_stepping_supported): New global.
10123 (probe_displaced_stepping_support): New procedure.
10124 (do_test): Add 'displaced' parameter, and use it.
10125 (top level): Check for displaced stepping support. Add displaced
10126 stepping on/off testing axis.
10127
37a8db1a
AB
101282016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10129
10130 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10131 pointer. Don't perform further tests on the unassociated pointer
10132 if the first test fails.
10133
5fdf6324
AB
101342016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10135
10136 * gdb.base/max-value-size.c: New file.
10137 * gdb.base/max-value-size.exp: New file.
10138 * gdb.base/huge.exp: Disable max-value-size for this test.
10139
935c6144
IB
101402016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10141
10142 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10143
7fe8399d
YQ
101442016-01-28 Yao Qi <yao.qi@linaro.org>
10145
10146 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10147
a2077e25
PA
101482016-01-25 Pedro Alves <palves@redhat.com>
10149
10150 PR threads/19461
10151 * gdb.base/fork-running-state.c: New file.
10152 * gdb.base/fork-running-state.exp: New file.
10153
1d2736d4
PA
101542016-01-25 Pedro Alves <palves@redhat.com>
10155
10156 PR gdb/19494
10157 * gdb.base/catch-fork-kill.c: New file.
10158 * gdb.base/catch-fork-kill.exp: New file.
10159
f1da4b11
PA
101602016-01-25 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10163 Delete, moved to lib/gdb.exp.
10164 * gdb.threads/forking-threads-plus-breakpoint.exp
10165 (foreach_with_prefix): Likewise.
10166 * gdb.threads/process-dies-while-handling-bp.exp
10167 (foreach_with_prefix): Likewise.
10168 * lib/gdb.exp (foreach_with_prefix): New procedure.
10169
45f38546
MK
101702016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10171
10172 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10173 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10174
dc29a1ce
MK
101752016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10176
10177 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10178 endian targets.
10179
092127d7
JK
101802016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10181 Pedro Alves <palves@redhat.com>
10182
10183 Fix testsuite compatibility with Guile.
10184 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10185 number.
10186
31d765d3
JK
101872016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 Fix testsuite compatibility with Guile.
10190 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10191 (thread 1): New test for backtrace through signal handler.
10192
1ac78c04
YQ
101932016-01-22 Yao Qi <yao.qi@linaro.org>
10194
10195 PR testsuite/19491
10196 * gdb.base/multi-forks.c: Include
10197 ../lib/unbuffer_output.c
10198 (main): Call gdb_unbuffer_output.
10199
4f5946a8
DE
102002016-01-21 Doug Evans <dje@google.com>
10201
10202 * lib/ada.exp (gdb_compile_ada): Fix typo.
10203
305e13e6
JB
102042016-01-21 Joel Brobecker <brobecker@adacore.com>
10205
10206 * gdb.base/break-fun-addr.exp: New file.
10207 * gdb.base/break-fun-addr1.c: New file.
10208 * gdb.base/break-fun-addr2.c: New file.
10209
5f5dfff6
SM
102102016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10211
10212 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10213 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10214 enum flag values.
10215
fd356fa2
AA
102162016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10217
10218 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10219 when GDB can not set the vector return value. Add more comments
10220 for clarification.
10221
9df22175
AT
102222016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10223
10224 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10225 command.
10226
41d1845e
SM
102272016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10228
10229 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10230
01ac6840
SM
102312016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10232
10233 * Makefile.in (check-single): Pass --status to runtest.
10234 (check/%.exp): Likewise.
10235
102362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10237
10238 * Makefile.in (check-parallel): Propagate return code from make
10239 do-check-parallel.
10240
bd0a71fa
MK
102412016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10242
10243 * gdb.trace/ftrace.exp: Fix expected message on continue.
10244 * gdb.trace/pending.exp: Fix expected message on continue.
10245 * gdb.trace/trace-break.exp: Fix expected message on continue.
10246
8bcbad33
SM
102472016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10248
10249 * lib/gdb.exp (gdb_test): Remove unused global references.
10250
f303dbd6
PA
102512016-01-18 Pedro Alves <palves@redhat.com>
10252
10253 * gdb.base/async-shell.exp: Adjust expected output.
10254 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10255 * gdb.base/siginfo-thread.exp: Adjust expected output.
10256 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10257 * gdb.java/jnpe.exp: Adjust expected output.
10258 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10259 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10260 * gdb.threads/leader-exit.exp: Adjust expected output.
10261 * gdb.threads/manythreads.exp: Adjust expected output.
10262 * gdb.threads/pthreads.exp: Adjust expected output.
10263 * gdb.threads/schedlock.exp: Adjust expected output.
10264 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10265 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10266 expected output.
10267 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10268 output.
10269 * gdb.threads/sigthread.exp: Adjust expected output.
10270 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10271
b2789696
YQ
102722016-01-18 Yao Qi <yao.qi@linaro.org>
10273
10274 * gdb.guile/scm-section-script.c: Replace @progbits with
10275 %progbits.
10276 * gdb.python/py-section-script.c: Likewise.
10277
71ef29a8
PA
102782016-01-15 Pedro Alves <palves@redhat.com>
10279
10280 * gdb.multi/tids.exp: Test star wildcard ranges.
10281
3f5b7598
PA
102822016-01-15 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10285 command from "thread apply" invocation.
10286 (thr_apply_info_thr_invalid): Default the expected output to the
10287 input tid list.
10288 (top level): Add tests that use convenience variables. Add tests
10289 for "thread apply" with a valid TID list, but missing the command.
10290
663f6d42
PA
102912016-01-13 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.base/default.exp: Expect $_gthread as well.
10294 * gdb.multi/tids.exp: Test $_gthread.
10295 * gdb.threads/thread-specific.exp: Test $_gthread.
10296
c84f6bbf
PA
102972016-01-13 Pedro Alves <palves@redhat.com>
10298
10299 * gdb.multi/tids.exp: Test "info threads -gid".
10300
22a02324
PA
103012016-01-13 Pedro Alves <palves@redhat.com>
10302
10303 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10304 Breakpoint.thread.
10305 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10306
5d5658a1
PA
103072016-01-07 Pedro Alves <palves@redhat.com>
10308
10309 * gdb.base/break.exp: Adjust to output changes.
10310 * gdb.base/hbreak2.exp: Likewise.
10311 * gdb.base/sepdebug.exp: Likewise.
10312 * gdb.base/watch_thread_num.exp: Likewise.
10313 * gdb.linespec/keywords.exp: Likewise.
10314 * gdb.multi/info-threads.exp: Likewise.
10315 * gdb.threads/thread-find.exp: Likewise.
10316 * gdb.multi/tids.c: New file.
10317 * gdb.multi/tids.exp: New file.
10318
84654457
PA
103192016-01-13 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10322
e3940304
PA
103232016-01-13 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.base/default.exp: Expect $_inferior as well.
10326 * gdb.multi/base.exp: Test $_inferior.
10327
a911d87a
PA
103282016-01-13 Pedro Alves <palves@redhat.com>
10329
10330 PR breakpoints/19388
10331 * gdb.base/catch-signal-siginfo-cond.c: New file.
10332 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10333
82075af2
JS
103342016-01-12 Josh Stone <jistone@redhat.com>
10335 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10336
10337 * gdb.base/catch-syscall.c (do_execve): New variable.
10338 (main): Conditionally trigger an execve.
10339 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10340 (test_catch_syscall_execve): New, check entry/return across execve.
10341 (do_syscall_tests): Call test_catch_syscall_execve.
10342
e46eeedd
PA
103432016-01-12 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/random-signal.exp (do_test): New procedure, with body
10346 of testcase moved in.
10347
01d8c27e
JK
103482016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10349 Pedro Alves <palves@redhat.com>
10350
10351 * gdb.base/funcargs.exp (finish from indirectly called function):
10352 Reintroduce the case for 'First'.
10353
9a706302
JK
103542016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10355 Pedro Alves <palves@redhat.com>
10356
10357 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10358 (tcatch_vfork_then_child_follow_exec)
10359 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10360 identification.
10361
c0ecb95f
JK
103622016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10363
10364 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10365 and repeats to unlimited.
10366 * gdb.python/py-value.exp: Likewise.
10367 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10368 and repeats to unlimited.
10369
6cfc1fcb
JK
103702016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10371
10372 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10373 and reordering the functions.
10374 * gdb.multi/hangout.c: Likewise.
10375 * gdb.multi/hello.c: Likewise.
10376
582a1b00
SM
103772016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10378
10379 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10380 absolute.
10381 (SingleStatisticTestResult.report): Use dict.keys instead of
10382 dict.iterkeys.
10383
79bc59cb
PA
103842016-01-06 Pedro Alves <palves@redhat.com>
10385
10386 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10387
43368e1d
MM
103882016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10389
10390 * gdb.btrace/dlopen.exp: New.
10391 * gdb.btrace/dlopen.c: New.
10392 * gdb.btrace/dlopen-dso.c: New.
10393
79fad5b8
SL
103942015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10395
10396 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10397 PATTERN argument is optional.
10398
ab8314b3
JB
103992015-12-24 Joel Brobecker <brobecker@adacore.com>
10400
10401 * lib/ada.exp (target_compile_ada_from_dir): New function.
10402 (gdb_compile_ada): Reimplement avoiding the use of project files.
10403 * gdb.ada/gnat_ada.gpr: Delete.
10404 * gdb.ada/cond_lang.exp: Adjust test to make path before
10405 filename optional.
10406 * gdb.ada/small_reg_param.exp: Likewise.
10407
fe33faff
SM
104082015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10409
10410 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10411
6d265cb4
TP
104122015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10413
10414 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10415 case.
10416
10125099
SM
104172015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10418
10419 * gdb.base/break.exp: Remove dead code.
10420 * gdb.base/sepdebug.exp: Likewise.
10421
3ca22649
SM
104222015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10423
10424 * gdb.asm/asm-source.exp: Remove HP-UX references.
10425 * gdb.base/annota1.exp: Likewise.
10426 * gdb.base/annota3.exp: Likewise.
10427 * gdb.base/attach.exp: Likewise.
10428 * gdb.base/bigcore.exp: Likewise.
10429 * gdb.base/break.exp: Likewise.
10430 * gdb.base/call-ar-st.exp: Likewise.
10431 * gdb.base/callfuncs.exp: Likewise.
10432 * gdb.base/catch-fork-static.exp: Likewise.
10433 * gdb.base/display.exp: Likewise.
10434 * gdb.base/foll-exec-mode.exp: Likewise.
10435 * gdb.base/foll-exec.exp: Likewise.
10436 * gdb.base/foll-fork.exp: Likewise.
10437 * gdb.base/foll-vfork.exp: Likewise.
10438 * gdb.base/funcargs.exp: Likewise.
10439 * gdb.base/hbreak2.exp: Likewise.
10440 * gdb.base/inferior-died.exp: Likewise.
10441 * gdb.base/interrupt.exp: Likewise.
10442 * gdb.base/multi-forks.exp: Likewise.
10443 * gdb.base/nodebug.exp: Likewise.
10444 * gdb.base/sepdebug.exp: Likewise.
10445 * gdb.base/solib1.c: Likewise.
10446 * gdb.base/step-test.exp: Likewise.
10447 * gdb.mi/non-stop.c: Likewise.
10448 * gdb.mi/pthreads.c: Likewise.
10449 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10450 * gdb.threads/pthreads.c: Likewise.
10451 * gdb.threads/staticthreads.exp: Likewise.
10452 * lib/future.exp: Likewise.
10453 * lib/gdb.exp: Likewise.
10454 * gdb.base/so-indr-cl.c: Remove.
10455 * gdb.base/so-indr-cl.exp: Likewise.
10456 * gdb.base/solib.c: Likewise.
10457 * gdb.base/solib.exp: Likewise.
10458 * gdb.base/solib2.c: Likewise.
10459
b6304613
SM
104602015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10461
10462 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10463 * gdb.base/call-ar-st.exp: Likewise.
10464 * gdb.base/callfuncs.exp: Likewise.
10465 * gdb.base/condbreak.exp: Likewise.
10466 * gdb.base/constvars.exp: Likewise.
10467 * gdb.base/hbreak2.exp: Likewise.
10468 * gdb.base/langs.exp: Likewise.
10469 * gdb.base/list.exp: Likewise.
10470 * gdb.base/long_long.exp: Likewise.
10471 * gdb.base/ptype.exp: Likewise.
10472 * gdb.base/scope.exp: Likewise.
10473 * gdb.base/signals.exp: Likewise.
10474 * gdb.base/so-impl-ld.exp: Likewise.
10475 * gdb.base/varargs.exp: Likewise.
10476 * gdb.base/volatile.exp: Likewise.
10477 * gdb.base/whatis.exp: Likewise.
10478 * gdb.cp/cplusfuncs.exp: Likewise.
10479 * gdb.cp/inherit.exp: Likewise.
10480 * gdb.cp/local.exp: Likewise.
10481 * gdb.cp/member-ptr.exp: Likewise.
10482 * gdb.cp/method.exp: Likewise.
10483 * gdb.cp/overload.exp: Likewise.
10484 * gdb.cp/templates.exp: Likewise.
10485 * gdb.stabs/weird.exp: Likewise.
10486 * lib/compiler.c: Likewise.
10487 * lib/compiler.cc: Likewise.
10488 * lib/cp-support.exp: Likewise.
10489 * lib/gdb.exp: Likewise.
10490
bf401b07
SM
104912015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10492
10493 * configure.ac: Remove HP-UX case.
10494 * configure: Regenerate.
10495
aff9c0f8
SM
104962015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10497
10498 * lib/gdb.exp (gdb_compile): Add function doc.
10499
a6904d5a
PA
105002015-12-17 Pedro Alves <palves@redhat.com>
10501
10502 PR threads/19354
10503 * gdb.multi/info-threads.exp: New file.
10504
a22279dd
YQ
105052015-12-15 Yao Qi <yao.qi@linaro.org>
10506
10507 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10508 is aarch64*-*-*.
10509
0588c796
SL
105102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10511
10512 * gdb.base/history-duplicates.exp: Skip if no readline support.
10513
5d978e17
SL
105142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10515
10516 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10517
7e763b86
SL
105182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10519
10520 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10521
87a3a92c
SL
105222015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10523
10524 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10525 ctrl-C if nointerrupts target property is set.
10526 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10527 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10528 * gdb.base/paginate-bg-execution.exp: Likewise.
10529 * gdb.base/paginate-execution-startup.exp: Likewise.
10530 * gdb.base/random-signal.exp: Likewise.
10531 * gdb.base/range-stepping.exp: Likewise.
10532 * gdb.cp/annota2.exp: Likewise.
10533 * gdb.cp/annota3.exp: Likewise.
10534 * gdb.gdb/selftest.exp: Likewise.
10535 * gdb.threads/continue-pending-status.exp: Likewise.
10536 * gdb.threads/leader-exit.exp: Likewise.
10537 * gdb.threads/manythreads.exp: Likewise.
10538 * gdb.threads/pthreads.exp: Likewise.
10539 * gdb.threads/schedlock.exp: Likewise.
10540 * gdb.threads/sigthread.exp: Likewise.
10541
a8f077dc
DB
105422015-12-11 Don Breazeal <donb@codesourcery.com>
10543
10544 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10545 remote.
10546 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10547 * gdb.base/foll-exec.exp (main): Enable for target remote.
10548 * gdb.base/foll-fork.exp (main): Likewise.
10549 * gdb.base/foll-vfork.exp (main): Likewise.
10550 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10551 (proc continue_to_exit_bp_loc): Use clean_restart.
10552 * gdb.base/pie-execl.exp (main): Disable for target remote.
10553 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10554 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10555 * gdb.threads/execl.exp (main): Likewise.
10556 * gdb.threads/fork-child-threads.exp (main): Likewise.
10557 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10558 remote.
10559 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10560 remote.
10561 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10562 pid.tid style ptids, instead of just tid.
10563 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10564 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10565 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10566 ptids, instead of just tid.
10567
3b2464a8
AB
105682015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10569
10570 * gdb.base/list.exp (test_list_forward): Add end of file error
10571 test.
10572 (test_repeat_list_command): Add end of file error test.
10573 (test_list_backwards): Add beginning of file error test.
10574
a0def019
AB
105752015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10576
10577 * gdb.base/list.exp (test_list_invalid_args): New function,
10578 defined, and called.
10579
5c000dff
AB
105802015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10581
10582 * gdb.base/list.exp (test_list): Make test names unique.
10583
f1637ebe
YQ
105842015-12-11 Yao Qi <yao.qi@linaro.org>
10585
10586 * gdb.base/coremaker2.c: Remove.
10587
36d6fc0a
PA
105882015-12-10 Pedro Alves <palves@redhat.com>
10589
10590 * gdb.multi/base.exp: Remove stale "spaces" references.
10591
762f7747
PA
105922015-12-10 Pedro Alves <palves@redhat.com>
10593
10594 * gdb.multi/base.exp: Don't use nowarnings.
10595 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10596 * gdb.multi/hangout.c: Include stdio.h.
10597 * gdb.multi/hello.c: Include stdlib.h.
10598 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10599 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10600 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10601
28d2bfb9
AB
106022015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10603
10604 * gdb.dwarf2/dw2-ranges-base.c: New file.
10605 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10606 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10607 support additional line table, and debug ranges generation.
10608 (Dwarf::ranges): New function, generate .debug_ranges.
10609 (Dwarf::lines): Support generating simple line table programs.
10610 (Dwarf::assemble): Initialise new namespace variables.
10611
5fc2beac
KB
106122015-12-09 Kevin Buettner <kevinb@redhat.com>
10613
10614 * gdb.base/async.exp (proc test_background): Add case for
10615 asynchronous execution not supported.
10616
1c35a88f
LM
106172015-12-09 Luis Machado <lgustavo@codesourcery.com>
10618
10619 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10620 format and change test names to make them unique.
10621
b593e3d9
RK
106222015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10623 Pedro Alves <pedro@redhat.com>
10624
10625 PR gdb/18702
10626 Add checking of floatformats setup on x86_64 hosts.
10627 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10628 (smallval, bigval): New labels/constants.
10629 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10630 float" after loading bigval and smallval.
10631
d72413e6
PMR
106322015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10633
10634 * gdb.ada/fun_overload_menu.exp: New testcase.
10635 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10636
ece66d65
JS
106372015-12-04 Josh Stone <jistone@redhat.com>
10638
10639 * gdb.base/catch-fork-static.exp: New.
10640
41d0efca
YQ
106412015-12-03 Yao Qi <yao.qi@linaro.org>
10642
10643 * gdb.base/sizeof.c: Don't include stdio.h and
10644 ../lib/unbuffer_output.c.
10645 (main): New variable 'size' and 'value'. Remove printf and
10646 gdb_unbuffer_output. Assign return value to size and value.
10647 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10648 at the beginning.
10649 (check_sizeof): Check the result by printing variable 'size'.
10650 (check_valueof): Check the result by printing variable 'value'.
10651
99fd02d9
YQ
106522015-12-01 Yao Qi <yao.qi@linaro.org>
10653
10654 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10655 for aarch64*-*-linux* target.
10656
f2faf941
PA
106572015-11-30 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10660
04bf20c5
PA
106612015-11-30 Pedro Alves <palves@redhat.com>
10662
10663 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10664 Handle non-stop mode vCont replies.
10665
09df4675
PA
106662015-11-30 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10669 prepare_for_testing. Start gdb with "set non-stop on" appended to
10670 GDBFLAGS. Lax expected stop output.
10671
58b584af
YQ
106722015-11-27 Yao Qi <yao.qi@linaro.org>
10673
10674 * gdb.arch/arm-neon.exp: New.
10675 * gdb.arch/arm-neon.c: New.
10676
dfcb77a8
YQ
106772015-11-27 Yao Qi <yao.qi@linaro.org>
10678
10679 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10680
88e8ec1b
YQ
106812015-11-27 Yao Qi <yao.qi@linaro.org>
10682
10683 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10684 frames-invalid annotation.
10685
bfde72c2
YQ
106862015-11-27 Yao Qi <yao.qi@linaro.org>
10687
10688 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10689
f6512a69
SM
106902015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10691
10692 * gdb.threads/names.exp: New file.
10693 * gdb.threads/names.c: New file.
10694 * README: Mention gdb,no_thread_names.
10695
46a3515b
MM
106962015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10697
10698 PR 19297
10699 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10700 support" error.
10701
62147a22
PA
107022015-11-24 Pedro Alves <palves@redhat.com>
10703
10704 PR 17539
10705 * gdb.base/display.exp: Expect displays to be sorted in ascending
10706 order. Use multi_line.
10707 * gdb.base/solib-display.exp: Likewise.
10708
2f341b6e
PA
107092015-11-24 Pedro Alves <palves@redhat.com>
10710
10711 PR 17539
25d49b86
PA
10712 * gdb.base/display.exp: Expect displays to be sorted in ascending
10713 order. Use multi_line.
10714 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10715
7e0aa6aa
PA
107162015-11-24 Pedro Alves <palves@redhat.com>
10717
10718 PR 17539
10719 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10720 threads in ascending order.
10721 * gdb.base/foll-fork.exp: Likewise.
10722 * gdb.base/foll-vfork.exp: Likewise.
10723 * gdb.base/multi-forks.exp: Likewise.
10724 * gdb.mi/mi-nonstop.exp: Likewise.
10725 * gdb.mi/mi-nsintrall.exp: Likewise.
10726 * gdb.multi/base.exp: Likewise.
10727 * gdb.multi/multi-arch.exp: Likewise.
10728 * gdb.python/py-inferior.exp: Likewise.
10729 * gdb.threads/break-while-running.exp: Likewise.
10730 * gdb.threads/execl.exp: Likewise.
10731 * gdb.threads/gcore-thread.exp: Likewise.
10732 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10733 * gdb.threads/kill.exp: Likewise.
10734 * gdb.threads/linux-dp.exp: Likewise.
10735 * gdb.threads/multiple-step-overs.exp: Likewise.
10736 * gdb.threads/next-bp-other-thread.exp: Likewise.
10737 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10738 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10739 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10740 * gdb.threads/thread-find.exp: Likewise.
10741 * gdb.threads/tls.exp: Likewise.
10742 * lib/mi-support.exp (mi_reverse_list): Delete.
10743 (mi_check_thread_states): No longer reverse list.
10744
2cc57ad8
PA
107452015-11-24 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10748 use lowercase.
10749
c93e8391
SM
107502015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10751
10752 * gdb.trace/actions.c: Include trace-common.h.
10753 (main): Add a location for a fast tracepoint.
10754 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10755 the normal tracepoints.
10756 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10757
045ccf91
SM
107582015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10759
10760 * save-trace.exp: Factor out code to these...
10761 (gdb_save_tracepoints): New.
10762 (gdb_load_tracepoints): New.
10763 (do_save_load_test): New.
10764
5506f9f6
KB
107652015-11-23 Kevin Buettner <kevinb@redhat.com>
10766
10767 * gdb.base/asmlabel.exp: New test.
10768 * gdb.base/asmlabel.c: New test case.
10769
16c3b12f
JB
107702015-11-23 Joel Brobecker <brobecker@adacore.com>
10771
10772 * gdb.base/wrong_frame_bt_full-main.c: New file.
10773 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10774 * gdb.base/wrong_frame_bt_full.exp: New file.
10775
155bfbd3
JB
107762015-11-23 Joel Brobecker <brobecker@adacore.com>
10777
10778 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10779
bb097445
JM
107802015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10781
206853a0 10782 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10783 pstate register when comparing registers values in
10784 sparc64-*-linux-gnu targets to avoid spurious differences.
10785
9c88ed8f
JM
107862015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10787
206853a0 10788 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10789
96161e25
SL
107902015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10791
10792 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10793 as type argument to gdb_compile.
10794 * gdb.base/nested-subp2.exp: Likewise.
10795 * gdb.base/nested-subp3.exp: Likewise.
10796
340c2830
DV
107972015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10798
10799 * lib/dwarf.exp (_note): Fix left shift of negative value.
10800 * gdb.trace/trace-condition.exp: Likewise.
10801
c1862d0f
YQ
108022015-11-13 Yao Qi <yao.qi@linaro.org>
10803
10804 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10805 comments about d10v.
10806 (test_scalar_returns): Likewise.
10807 * gdb.base/d10v.ld: Remove.
10808 * gdb.base/overlays.exp: Remove the target triplet checking for
10809 d10v-*-*.
10810 * gdb.base/structs.exp (test_struct_returns): Remove the
10811 comments about d10v.
10812 (test_struct_calls): Likewise.
10813
77ae9c19
YQ
108142015-11-13 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10817 * gdb.base/gnu_vector.c: Don't include stdio.h.
10818 (main): Don't print res and call add_some_intvecs.
10819
430e004e
MK
108202015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10821
10822 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10823 macro.
10824 (func5): Removed.
10825 (func4): Use FAST_TRACEPOINT_LABEL.
10826 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10827 macro.
10828 (func): Removed.
10829 (thread_function): Use FAST_TRACEPOINT_LABEL.
10830 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10831 (func): Remove.
10832 (marker): Use FAST_TRACEPOINT_LABEL.
10833 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10834 (pendfunc1): Remove.
10835 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10836 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10837 (foo): Remove.
10838 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10839 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10840 macro.
10841 (func): Remove.
10842 (marker): Use FAST_TRACEPOINT_LABEL.
10843 * gdb.trace/trace-common.h: New header.
10844 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10845 macro.
10846 (func): Remove.
10847 (marker): Use FAST_TRACEPOINT_LABEL.
10848 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10849 (func): Remove.
10850 (thread_function): Use FAST_TRACEPOINT_LABEL.
10851
6e7675a7
MK
108522015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10853
10854 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10855 in front.
10856 * gdb.trace/change-loc.exp: Use global pcreg definition.
10857 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10858 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10859 in front.
10860 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10861 * gdb.trace/pending.exp: Likewise.
10862 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10863 * gdb.trace/trace-break.exp: Likewise.
10864 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10865 in front.
10866 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10867 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10868 in front.
10869 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10870
dddc0e16
JB
108712015-11-09 Joel Brobecker <brobecker@adacore.com>
10872
10873 * gdb.ada/fin_fun_out: New testcase.
10874
c6f0b406
KB
108752015-11-07 Kevin Buettner <kevinb@redhat.com>
10876
10877 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10878 value associated with DW_AT_byte_size.
10879 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10880 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10881 DW_AT_upper_bound.
10882
f01dcfd9
KB
108832015-11-07 Kevin Buettner <kevinb@redhat.com>
10884
10885 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10886 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10887 version.
10888 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10889 gdb.dwarf2/dw2-canonicalize-type.exp,
10890 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10891 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10892 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10893 provided by gdb_target_symbol_prefix_flags_asm.
10894 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10895 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10896 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10897 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10898 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10899 macros where needed). Use this macro for symbols which require
10900 the prefix provided by SYMBOL_PREFIX.
10901
2223449a
KB
109022015-11-05 Kevin Buettner <kevinb@redhat.com>
10903
10904 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10905 New procs.
10906 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10907 representing expressions, of more than one list element.
10908 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10909 to prepend linker symbol prefix to f.
10910 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10911 table_1 and table_2.
10912 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10913 Likewise, for f and g.
10914 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10915 for ptr.
10916 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10917 for main.
10918 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10919 table_1_ptr and table_2_ptr.
10920
6f2f1a3a
JK
109212015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10922 Joel Brobecker <brobecker@adacore.com>
10923
10924 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10925
566c56c9
MK
109262015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10927
10928 * gdb.reverse/s390-mvcle.c: New test.
10929 * gdb.reverse/s390-mvcle.exp: New file.
10930 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10931
d5f0636b
MK
109322015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10933
10934 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10935
7ad8b86c
MK
109362015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10937
10938 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10939 reaching marker2.
10940 * gdb.reverse/getresuid-reverse.exp: Likewise.
10941 * gdb.reverse/pipe-reverse.exp: Likewise.
10942 * gdb.reverse/readv-reverse.exp: Likewise.
10943 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10944 * gdb.reverse/time-reverse.exp: Likewise.
10945 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10946
4081c0f1
YQ
109472015-10-30 Yao Qi <yao.qi@linaro.org>
10948
10949 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10950 (empty_cycle): Remove.
10951 (main): Don't call empty_cycle. Don't use watch_count_done.
10952 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10953 empty_cycle. Rewrite the code counting HW watchpoints.
10954
452b4ba5
MK
109552015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10956
10957 * gdb.reverse/fstatat-reverse.c: New test.
10958 * gdb.reverse/fstatat-reverse.exp: New file.
10959 * gdb.reverse/getresuid-reverse.c: New test.
10960 * gdb.reverse/getresuid-reverse.exp: New file.
10961 * gdb.reverse/pipe-reverse.c: New test.
10962 * gdb.reverse/pipe-reverse.exp: New file.
10963 * gdb.reverse/readv-reverse.c: New test.
10964 * gdb.reverse/readv-reverse.exp: New file.
10965 * gdb.reverse/recvmsg-reverse.c: New test.
10966 * gdb.reverse/recvmsg-reverse.exp: New file.
10967 * gdb.reverse/time-reverse.c: New test.
10968 * gdb.reverse/time-reverse.exp: New file.
10969 * gdb.reverse/waitpid-reverse.c: New test.
10970 * gdb.reverse/waitpid-reverse.exp: New file.
10971
5e2e7507
JK
109722015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10973
10974 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10975
0fde2c53
DE
109762015-10-26 Doug Evans <dje@google.com>
10977
10978 PR symtab/17391
10979 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10980 * gdb.dwarf2/bad-regnum.c: New file.
10981 * gdb.dwarf2/bad-regnum.exp: New file.
10982
1a70ae97
DE
109832015-10-26 Doug Evans <dje@google.com>
10984
10985 PR python/18938
10986 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10987 file.
10988
27dc26ab
JK
109892015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10990
10991 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10992 for a change by "Mention language in compile error message".
10993
bed91f4d
SM
109942015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10995
10996 PR python/18073
10997 * gdb.python/py-type.c (C::a_method): New.
10998 (C::a_const_method): New.
10999 (C::a_static_method): New.
11000 (a_function): New.
11001 * gdb.python/py-type.exp (test_fields): Test getting fields
11002 from function and method.
11003
3f2f83dd
KB
110042015-10-21 Keven Boell <keven.boell@intel.com>
11005
11006 * gdb.fortran/vla-alloc-assoc.exp: New file.
11007 * gdb.fortran/vla-datatypes.exp: New file.
11008 * gdb.fortran/vla-datatypes.f90: New file.
11009 * gdb.fortran/vla-history.exp: New file.
11010 * gdb.fortran/vla-ptype-sub.exp: New file.
11011 * gdb.fortran/vla-ptype.exp: New file.
11012 * gdb.fortran/vla-sizeof.exp: New file.
11013 * gdb.fortran/vla-sub.f90: New file.
11014 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11015 * gdb.fortran/vla-value-sub-finish.exp: New file.
11016 * gdb.fortran/vla-value-sub.exp: New file.
11017 * gdb.fortran/vla-value.exp: New file.
11018 * gdb.fortran/vla-ptr-info.exp: New file.
11019 * gdb.mi/mi-vla-fortran.exp: New file.
11020 * gdb.mi/vla.f90: New file.
11021
27145d50
SL
110222015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11023
11024 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11025 of hardwired timeout value.
11026
5f3ff4f8
JK
110272015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11028 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11031 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11032
bfd09d20
JS
110332015-10-19 Josh Stone <jistone@redhat.com>
11034
11035 * gdb.base/catch-syscall.c: Include <sched.h>.
11036 (unknown_syscall): New variable.
11037 (main): Trigger a vfork and an unknown syscall.
11038 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11039 (unknown_syscall_number): Likewise.
11040 (check_call_to_syscall): Accept an optional syscall pattern.
11041 (check_return_from_syscall): Likewise.
11042 (check_continue): Likewise.
11043 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11044 (test_catch_syscall_skipping_return): New test toggling off 'catch
11045 syscall' to step over the syscall return, then toggling back on.
11046 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11047 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11048 (do_syscall_tests): Call test_catch_syscall_without_args and
11049 test_catch_syscall_mid_vfork.
11050 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11051 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11052
b32b93c6
AS
110532015-10-19 Andrew Stubbs <ams@codesourcery.com>
11054
11055 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11056 print g_vE): Add new pass patterns.
11057 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11058 print various symbol names for vptr fields.
11059
9d622bda
AB
110602015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11061
11062 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11063 results.
11064
0fd8ac1c
YQ
110652015-10-12 Yao Qi <yao.qi@linaro.org>
11066
11067 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11068
34240514
YQ
110692015-10-12 Yao Qi <yao.qi@linaro.org>
11070
11071 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11072 is aarch64*-*-linux*.
11073
8240f442
YQ
110742015-10-12 Yao Qi <yao.qi@linaro.org>
11075
11076 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11077 (can_relocate_bcond_true): ... it.
11078 (can_relocate_bcond_false): New function.
11079 (foo): Likewise.
11080 (can_relocate_bl): Likewise.
11081 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11082 can_relocate_bl.
11083
2520f728
PMR
110842015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11085
11086 * gdb.base/nested-addr.c: New file.
11087 * gdb.base/nested-addr.exp: New testcase.
11088
abcef95a
MM
110892015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11090
11091 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11092 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11093 its output. Ignore the output of "record goto begin" and instead
11094 check that GDB is replaying.
11095
145e3ddb
PA
110962015-10-09 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11099 (top level): Use it in the run with no args test.
11100
d5d8c4e1
IB
111012015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11102
11103 * gdb.dlang/properties.exp: New file.
11104
06e635ef
SL
111052015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11106
11107 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11108 whether or not address 0x1000 is mapped on the target.
11109
e019fd1d
SM
111102015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11111
11112 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11113 build.
11114
77ba2a67
MM
111152015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11116
11117 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11118 instruction-history test.
11119
c60eb31f
DE
111202015-09-28 Doug Evans <dje@google.com>
11121
11122 * gdb.base/gcore.c (array_func): Add reference to static_array.
11123
9a3c8263
SM
111242015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11125
11126 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11127 source line.
11128
9720e656
SL
111292015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11130
11131 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11132 short or char as base type.
11133
938d3bf2
SL
111342015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11135
11136 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11137 to allow any size enum.
11138
e6c2c623
PMR
111392015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11140
11141 * gdb.ada/array_ptr_renaming.exp: New testcase.
11142 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11143 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11144
06da0f77
PL
111452015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11146
11147 * gdb.trace/ftrace-lock.c: New file.
11148 * gdb.trace/ftrace-lock.exp: New file.
11149
4f51c22a
PL
111502015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11151
11152 * gdb.arch/insn-reloc.c: New file.
11153 * gdb.arch/ftrace-insn-reloc.exp: New file.
11154
7041adf4
PL
111552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11156
11157 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11158 instruction.
11159 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11160 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11161 * gdb.trace/range-stepping.c: Likewise.
11162 * gdb.trace/trace-break.c: Likewise.
11163 * gdb.trace/trace-mt.c (thread_function): Likewise.
11164 * gdb.trace/ftrace.c (marker): Likewise.
11165 * gdb.trace/trace-condition.c (marker): Likewise.
11166 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11167 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11168 is_aarch64_target.
11169
015d2e7e
DE
111702015-09-18 Doug Evans <xdje42@gmail.com>
11171
11172 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11173 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11174
26b188a2
SL
111752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11176
11177 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11178 the breakpoint.
11179
79dc332b
SL
111802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11181
11182 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11183 the pending breakpoint. Remove timeout override for "Run till
11184 MI pending breakpoint on pendfunc3 on thread 2" test.
11185
f57929f2
SL
111862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11187
11188 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11189 filename pattern.
11190
3f469b17
SL
111912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11192
11193 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11194 in breakpoint filename pattern.
11195
515b89b3
SL
111962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11197
7800dbe4
SL
11198 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11199
112002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11201
515b89b3
SL
11202 * gdb.linespec/explicit.exp: Check for readline support for
11203 tab-completion tests. Fix obvious typo.
11204
d2939ba2
MM
112052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11206
11207 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11208 and replay.
11209
cbb55fa7
MM
112102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11211
11212 * gdb.btrace/non-stop.c: New.
11213 * gdb.btrace/non-stop.exp: New.
11214
43691ca1
PL
112152015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11216 Yao Qi <yao.qi@linaro.org>
11217
11218 * gdb.trace/trace-condition.c: New file.
11219 * gdb.trace/trace-condition.exp: New file.
11220
d78908cf
WW
112212015-09-16 Wei-cheng Wang <cole945@gmail.com>
11222
11223 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11224 for testing bytecode compilation.
11225
1ed415e2
PA
112262015-09-16 Pedro Alves <palves@redhat.com>
11227 Sandra Loosemore <sandra@codesourcery.com>
11228
11229 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11230 (SECONDS): Redefine.
11231 (main): Call pthread_kill and alarm early.
11232 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11233 support.
11234 (test): If the target can't hardware step and doesn't support
11235 displaced stepping, increase the timeout.
11236
d136eff5
PA
112372015-09-16 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11240 (enable_debug): New procedures.
11241 (test): Use them. Bail out if waiting for threads fails.
11242 (top level): Bail out if a test fails.
11243
991f019c
YQ
112442015-09-16 Yao Qi <yao.qi@linaro.org>
11245
11246 * gdb.asm/asm-source.exp: Set asm-arch for
11247 aarch64*-*-* target.
11248 * gdb.asm/aarch64.inc: New file.
11249
bfca584f
PMR
112502015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11251
11252 * gdb.ada/array_of_variable_length.exp: New testcase.
11253 * gdb.ada/array_of_variable_length/foo.adb: New file.
11254 * gdb.ada/array_of_variable_length/pck.adb: New file.
11255 * gdb.ada/array_of_variable_length/pck.ads: New file.
11256
b326e587
DE
112572015-09-15 Doug Evans <dje@google.com>
11258
11259 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11260 of function static local variable.
11261
5382cfab
PW
112622015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11263
11264 * gdb.threads/tls-so_extern.exp: New test file.
11265 * gdb.threads/tls-so_extern.c: New test file.
11266 * gdb.threads/tls-so_extern_main.c: New test file.
11267
141c5cc4
JK
112682015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11269
11270 * gdb.opt/solib-intra-step-lib.c: New file.
11271 * gdb.opt/solib-intra-step-main.c: New file.
11272 * gdb.opt/solib-intra-step.exp: New file.
11273
d15dcecd
PA
112742015-09-15 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11277 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11278
4c2f2a79
PA
112792015-09-14 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.base/hook-stop-continue.c: Delete.
11282 * gdb.base/hook-stop-continue.exp: Delete.
11283 * gdb.base/hook-stop-frame.c: Delete.
11284 * gdb.base/hook-stop-frame.exp: Delete.
11285 * gdb.base/hook-stop.c: New file.
11286 * gdb.base/hook-stop.exp: New file.
11287
919e6dbe
PMR
112882015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11289
11290 * gdb.ada/access_to_packed_array.exp: New testcase.
11291 * gdb.ada/access_to_packed_array/foo.adb: New file.
11292 * gdb.ada/access_to_packed_array/pack.adb: New file.
11293 * gdb.ada/access_to_packed_array/pack.ads: New file.
11294
157280a4
MM
112952015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11296
11297 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11298 buffer size test.
11299
2fd33e94
DB
113002015-09-11 Don Breazeal <donb@codesourcery.com>
11301
11302 * gdb.base/foll-exec.c: Add copyright header. Fix
11303 formatting issues.
11304 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11305 (do_exec_tests): Use clean_restart in place of zap_session,
11306 and for test initialization. Fix formatting issues. Use
11307 fail in place of perror.
11308 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11309 an expect statement to match an expression with output from
11310 the program under debug.
11311 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11312 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11313 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11314 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11315 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11316
e70b6e8e
DE
113172015-09-09 Doug Evans <dje@google.com>
11318
11319 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11320
7a551a51
DE
113212015-09-09 Doug Evans <dje@google.com>
11322
11323 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11324
4c666f84
DE
113252015-09-09 Doug Evans <dje@google.com>
11326
11327 * gdb.base/savedregs.exp: Fix typo.
11328
243a9253
PA
113292015-09-09 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11332
c0fa8fbd
SL
113332015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11334
11335 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11336 command actually switches threads. Give up on remaining
11337 tests if target fails to stop at breakpoint.
11338
cd7c1778
PMR
113392015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11340
11341 * gdb.ada/funcall_char.exp: New testcase.
11342 * gdb.ada/funcall_char/foo.adb: New file.
11343
dc5c8746
PMR
113442015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11345
11346 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11347 expected outputs. Add two testcases for completing ambiguous
11348 functions.
11349 * gdb.ada/complete/aux_pck.adb: New file.
11350 * gdb.ada/complete/aux_pck.ads: New file.
11351 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11352 Ambiguous_Func functions.
11353 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11354 * gdb.ada/complete/pck.adb: Likewise.
11355
4e83a1e7
UW
113562015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11357
11358 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11359 failures to run the test program under GDB.
11360
8ce74153
LM
113612015-08-26 Luis Machado <lgustavo@codesourcery.com>
11362
11363 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11364 to C.
11365
e9756d52
PP
113662015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11367
11368 * gdb.base/run-after-attach.exp: New test file.
11369 * gdb.base/run-after-attach.c: New test file.
11370
8d37573b
DB
113712015-08-26 Don Breazeal <donb@codesourcery.com>
11372
11373 * gdb.base/foll-exec-2.c: New test program.
11374 * gdb.base/foll-exec-2.exp: New test.
11375
63e43d3a
PMR
113762015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11377
11378 * gdb.base/nested-subp1.exp: New file.
11379 * gdb.base/nested-subp1.c: New file.
11380 * gdb.base/nested-subp2.exp: New file.
11381 * gdb.base/nested-subp2.c: New file.
11382 * gdb.base/nested-subp3.exp: New file.
11383 * gdb.base/nested-subp3.c: New file.
11384
3d40fbb5
PA
113852015-08-24 Pedro Alves <palves@redhat.com>
11386
11387 * gdb.server/connect-without-multi-process.c: New file.
11388 * gdb.server/connect-without-multi-process.exp: New file.
11389
4422ac93
LM
113902015-08-24 Luis Machado <lgustavo@codesourcery.com>
11391
11392 * gdb.opt/inline-markers.c: Make z int.
11393
91dddb86
LM
113942015-08-24 Luis Machado <lgustavo@codesourcery.com>
11395
11396 * gdb.opt/inline-markers.c: Make z volatile.
11397
a48847ee
LM
113982015-08-24 Luis Machado <lgustavo@codesourcery.com>
11399
11400 * gdb.opt/inline-bt.c: New volatile global z.
11401 * gdb.opt/inline-cmds.c: Likewise.
11402 * gdb.opt/inline-locals.c: Likewise.
11403 * gdb.opt/inline-markers.c: New extern global z.
11404 (marker): Use z.
11405 (inline_fn): Likewise.
11406
0ebbc52b
PA
114072015-08-24 Pedro Alves <palves@redhat.com>
11408
11409 * config/m32r-stub.exp: Remove file.
11410 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11411 * gdb.base/call-rt-st.exp: Likewise.
11412 * gdb.base/call-strs.exp: Likewise.
11413 * gdb.base/default.exp: Remove references to h8300-*-hms and
11414 *-*-udi*.
11415 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11416
77c365df
AA
114172015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11418
11419 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11420 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11421 and "return" use KFAIL when GDB can not read/write the vector
11422 return value.
11423
4313b8c0
GB
114242015-08-21 Gary Benson <gbenson@redhat.com>
11425
11426 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11427
0e433b32
PA
114282015-08-20 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.server/solib-list.exp: No longer expect an interior stop in
11431 non-stop mode.
11432
221e1a37
PA
114332015-08-20 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.server/connect-stopped-target.c: New file.
11436 * gdb.server/connect-stopped-target.exp: New file.
11437
40e3ad0e
PA
114382015-08-20 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.dwarf2/comp-unit-lang.exp: New file.
11441 * gdb.dwarf2/comp-unit-lang.c: New file.
11442
af39b327
PMR
114432015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11444
11445 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11446 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11447
7d45c7c3 114482015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11449
7d45c7c3
KB
11450 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11451 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11452
4d6cceb4
DE
114532015-08-18 Doug Evans <dje@google.com>
11454 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11455
11456 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11457 skip_python_tests. New arg prompt_regexp.
11458 (skip_python_tests): New function.
11459 * lib/mi-support.exp (mi_skip_python_tests): New function.
11460 * gdb.python/py-mi-objfile-gdb.py: New file.
11461 * gdb.python/py-mi-objfile.c: New file.
11462 * gdb.python/py-mi-objfile.exp: New file.
11463
ad89c2aa
KS
114642015-08-17 Keith Seitz <keiths@redhat.com>
11465
11466 * gdb.linespec/explicit.exp: Move strace test from here ...
11467 * gdb.trace/strace.exp: ... to here.
11468
e3ae3c43
PP
114692015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11470
11471 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11472 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11473
604b2636
DE
114742015-08-14 Doug Evans <xdje42@gmail.com>
11475
11476 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11477 inferior before selecting a new file.
11478
6ff0ba5f
DE
114792015-08-14 Doug Evans <xdje42@gmail.com>
11480
11481 * gdb.mi/mi-disassemble.exp: Update.
11482 * gdb.base/disasm-optim.S: New file.
11483 * gdb.base/disasm-optim.c: New file.
11484 * gdb.base/disasm-optim.h: New file.
11485 * gdb.base/disasm-optim.exp: New file.
11486
9ca98f92
KS
114872015-08-14 Keith Seitz <keiths@redhat.com>
11488
11489 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11490 "evaluated-by".
11491
52bbc560
JB
114922015-08-13 Joel Brobecker <brobecker@adacore.com>
11493
11494 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11495
5d8c3ed3
PMR
114962015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11497
11498 * gdb.ada/fun_renaming.exp: New testcase.
11499 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11500 * gdb.ada/fun_renaming/pack.adb: New file.
11501 * gdb.ada/fun_renaming/pack.ads: New file.
11502
ea8812bc
KS
115032015-08-12 Keith Seitz <keiths@redhat.com>
11504
11505 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11506 gdb_get_line_number.
11507
4dafcdeb
JB
115082015-08-12 Joel Brobecker <brobecker@adacore.com>
11509
11510 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11511 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11512 gdb.base/dso2dso.exp: New files.
11513
5ba32597
SDJ
115142015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11515 Pedro Alves <palves@redhat.com>
11516 Keith Seitz <keiths@redhat.com>
11517
11518 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11519 GDBFLAGS.
11520
b6dafabf
PP
115212015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11522
11523 * gdb.base/gdbhistsize-history.exp
11524 (test_histsize_history_setting): Use save_vars.
11525 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11526 Use save_vars.
11527 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11528 * gdb.base/readline.exp: Use save_vars.
11529
abe8e607
PP
115302015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11531
11532 * lib/gdb.exp (save_vars): New proc.
11533
629500fa
KS
115342015-08-11 Keith Seitz <keiths@redhat.com>
11535
11536 * gdb.base/help.exp: Update help_breakpoint_text.
11537
eb8c4e2e
KS
115382015-08-11 Keith Seitz <keiths@redhat.com>
11539
11540 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11541 (at toplevel): Call test_explicit_breakpoints.
11542 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11543 breakpoints.
11544 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11545 breakpoint conditions, "-cond".
11546
87f0e720
KS
115472015-08-11 Keith Seitz <keiths@redhat.com>
11548
11549 * gdb.linespec/3explicit.c: New file.
11550 * gdb.linespec/cpexplicit.cc: New file.
11551 * gdb.linespec/cpexplicit.exp: New file.
11552 * gdb.linespec/explicit.c: New file.
11553 * gdb.linespec/explicit.exp: New file.
11554 * gdb.linespec/explicit2.c: New file.
11555 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11556 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11557 before using in the matching pattern.
11558 Clarify that `prefix' is a regular expression.
11559
f00aae0f
KS
115602015-08-11 Keith Seitz <keiths@redhat.com>
11561
11562 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11563 test.
11564 Add tests for missing ",FMT" and ",".
11565
e27852be
DE
115662015-08-10 Doug Evans <dje@google.com>
11567 Keith Seitz <keiths@redhat.com>
11568
11569 PR gdb/17960
11570 * gdb.base/completion.exp: Add location completer tests.
11571
7f03bd92
PA
115722015-08-07 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11575 tests here.
11576 (top level): Run do_test with and without displaced stepping.
11577
3fc8eb30
PA
115782015-08-07 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.base/valgrind-disp-step.c: New file.
11581 * gdb.base/valgrind-disp-step.exp: New file.
11582
d4569d7b
PA
115832015-08-07 Pedro Alves <palves@redhat.com>
11584
11585 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11586 Delete function.
11587 (main): Add alarm. Run an infinite loop instead of calling
11588 wait_threads.
11589 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11590 comment.
11591 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11592 Delete function.
11593 (main): Add alarm. Run an infinite loop instead of calling
11594 wait_threads.
11595 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11596 comment.
11597
e1316e60
PA
115982015-08-07 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.base/checkpoint-ns.exp: New file.
11601 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11602 standard_testfile.
11603
da8c46d2
MM
116042015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11605
11606 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11607 * gdb.btrace/instruction_history.exp: Update.
11608 * gdb.btrace/tsx.exp: New.
11609 * gdb.btrace/tsx.c: New.
11610
de1c2c52
PA
116112015-08-06 Pedro Alves <palves@redhat.com>
11612
11613 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11614 increase timeout.
11615 * gdb.reverse/until-precsave.exp: Bump timeouts.
11616
782e0bf4
PA
116172015-08-06 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11620
83e97ed0
PA
116212015-08-06 Pedro Alves <palves@redhat.com>
11622
11623 PR gdb/18749
11624 * gdb.threads/process-dies-while-handling-bp.c: New file.
11625 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11626
863d01bd
PA
116272015-08-06 Pedro Alves <palves@redhat.com>
11628
11629 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11630 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11631
0a39bb32
PA
116322015-08-05 Pedro Alves <palves@redhat.com>
11633
11634 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11635 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11636
ee2d2b10
SL
116372015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11638
11639 * gdb.base/bp-permanent.exp: Report test as unsupported if
11640 the target cannot stop at the permanent breakpoint.
11641
4e1bdb00
DE
116422015-08-03 Doug Evans <dje@google.com>
11643
11644 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11645 10000.
11646
3d338901
DE
116472015-08-03 Doug Evans <dje@google.com>
11648
11649 * Makefile.in (workers/%.worker, build-perf): New rule.
11650 (GDB_PERFTEST_MODE): New variable.
11651 (check-perf): Use it.
11652 (clean): Clean up gdb.perf parallel build subdirs.
11653 * lib/build-piece.exp: New file.
11654 * lib/gdb.exp (make_gdb_parallel_path): New function
11655 (standard_output_file, standard_temp_file): Call it.
11656 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11657 of $GDB_PARALLEL.
11658 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11659
af061d3e
DE
116602015-08-03 Doug Evans <dje@google.com>
11661
8e1afc81 11662 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11663 (LOG_FILE_NAME): New global.
11664 (TextReporter.__init__): Initialize self.txt_sum.
11665 (TextReporter.report): Add support for multiple data-points.
11666 Move report to perftest.sum, put raw data in perftest.log.
11667 (TextReporter.start): Open sum and log files.
11668 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11669 * gdb.perf/lib/perftest/testresult.py
11670 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11671
2c8c5d37
PA
116722015-07-31 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11675 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11676 kill_wait_spawned_process instead of explicit "kill -9".
11677 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11678 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11679 kill_wait_spawned_process.
11680 * gdb.base/attach-twice.exp: Likewise.
11681 * gdb.base/attach.exp: Likewise.
11682 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11683 gdb_test_multiple.
11684 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11685 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11686 kill_wait_spawned_process.
11687 * gdb.base/valgrind-infcall.exp: Likewise.
11688 * gdb.multi/multi-attach.exp: Likewise.
11689 * gdb.python/py-prompt.exp: Likewise.
11690 * gdb.python/py-sync-interp.exp: Likewise.
11691 * gdb.server/ext-attach.exp: Likewise.
11692 * gdb.threads/attach-into-signal.exp (corefunc): Use
11693 spawn_wait_for_attach, spawn_id_get_pid and
11694 kill_wait_spawned_process.
11695 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11696 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11697 spawn_id_get_pid and kill_wait_spawned_process.
11698 * gdb.threads/attach-stopped.exp (corefunc): Use
11699 spawn_wait_for_attach, spawn_id_get_pid and
11700 kill_wait_spawned_process.
11701 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11702 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11703 kill_wait_spawned_process instead of explicit "kill -9".
11704 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11705 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11706 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11707 processes. Don't map cygwin/windows pids here. Now returns a
11708 spawn id list.
11709
032a0fca
SL
117102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11711
11712 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11713 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11714 correct patch.
11715
61a934ca
SL
117162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11717
11718 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11719
4bc4d428
SL
117202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11721
11722 Reapply:
11723 2014-05-21 Mark Wielaard <mjw@redhat.com>
11724
11725 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11726
998d452a
PA
117272015-07-30 Pedro Alves <palves@redhat.com>
11728
11729 * linux-low.c (handle_extended_wait): Set the child's last
11730 reported status to TARGET_WAITKIND_STOPPED.
11731
69dde7dc
PA
117322015-07-30 Pedro Alves <palves@redhat.com>
11733
11734 PR threads/18600
11735 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11736 only shows inferior 1.
11737
4dd63d48
PA
117382015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11739 Pedro Alves <palves@redhat.com>
11740
11741 PR threads/18600
11742 * gdb.threads/fork-plus-threads.c: New file.
11743 * gdb.threads/fork-plus-threads.exp: New file.
11744
d618e4c5
PP
117452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11746
11747 * gdb.base/batch-preserve-term-settings.exp
11748 (test_terminal_settings_preserved_after_cli_exit): Use
11749 send_quit_command.
11750
1eef6428
PA
117512015-07-29 Pedro Alves <palves@redhat.com>
11752 Don Breazeal <donb@codesourcery.com>
11753
11754 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11755 output from both inferior_spawn_id and gdb_spawn_id.
11756
7da5b897
SDJ
117572015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11758
11759 * gdb.threads/attach-into-signal.exp (corefunc): Use
11760 with_test_prefix on nested loops, uniquefying the test messages.
11761
dac804df
SDJ
117622015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11763
11764 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11765 commit.
11766
06265e53
PP
117672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11768
11769 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11770 New proc.
11771 (test_terminal_settings_preserved_after_sigterm): New test.
11772
18206ca3
PP
117732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11774
11775 * gdb.base/batch-preserve-term-settings.exp
11776 (test_terminal_settings_preserved_after_cli_exit): New test.
11777
90074d11
PP
117782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11779
11780 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11781 manipulation of saved_gdbflags.
11782 (test_terminal_settings_preserved): Remove global declaration of
11783 the unused variable pagination_prompt. Remove manipulation of
11784 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11785 GDBFLAGS.
11786
eb1a7902
PA
117872015-07-29 Pedro Alves <palves@redhat.com>
11788
11789 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11790
8b75dd3b
PA
117912015-07-29 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11794 at the top.
11795
dedad4e3
PA
117962015-07-29 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11799 (main): Call gdb_unbuffer_output.
11800 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11801 (main): Call gdb_unbuffer_output.
11802 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11803 (main): Call gdb_unbuffer_output.
11804 * gdb.base/call-strs.exp: Adjust to step over the
11805 gdb_unbuffer_output call.
11806 * gdb.base/catch-gdb-caused-signals.c: Include
11807 "../lib/unbuffer_output.c".
11808 (main): Call gdb_unbuffer_output.
11809 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11810 (main): Call gdb_unbuffer_output.
11811 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11812 (main): Call gdb_unbuffer_output.
11813 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11814 (main): Call gdb_unbuffer_output.
11815 * gdb.base/shlib-call.exp: Adjust to step over the
11816 gdb_unbuffer_output call.
11817 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11818 (main): Call gdb_unbuffer_output.
11819 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11820 (main): Call gdb_unbuffer_output.
11821 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11822 (main): Rename to ...
11823 (test): ... this.
11824 (main): Reimplement.
11825 * gdb.base/varargs.exp: Run to test instead of to main.
11826 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11827 (main): Call gdb_unbuffer_output.
11828
58789a91
PA
118292015-07-29 Pedro Alves <palves@redhat.com>
11830
11831 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11832 factore out from mi_continue_dprintf. For call-style dprintfs,
11833 expect dprintf output out of $inferior_spawn_id.
11834 (mi_continue_dprintf): Use mi_expect_dprintf.
11835 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11836 (main): Call gdb_unbuffer_output.
11837
e8376742
PA
118382015-07-29 Pedro Alves <palves@redhat.com>
11839
11840 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11841 (default_mi_gdb_start): Set inferior_spawn_id instead of
11842 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11843 gdb_spawn_id.
11844 (mi_gdb_test): Always expect inferior output from both
11845 $inferior_spawn_id and $gdb_spawn_id.
11846
08280010
PA
118472015-07-29 Pedro Alves <palves@redhat.com>
11848
11849 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11850 send_inferior and $inferior_spawn_id.
11851
4d30e432
PA
118522015-07-29 Pedro Alves <palves@redhat.com>
11853
11854 * gdb.gdb/complaints.exp (test_initial_complaints)
11855 (test_serial_complaints, test_short_complaints): Use
11856 gdb_test_stdio.
11857 (test_empty_complaint): Handle $inferior_spawn_id !=
11858 $gdb_spawn_id.
11859
0d30a335
PA
118602015-07-29 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/varargs.exp: Use gdb_test_stdio.
11863
39413b29
PA
118642015-07-29 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11867
7cb000a9
PA
118682015-07-29 Pedro Alves <palves@redhat.com>
11869
11870 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11871
d7b8ac82
PA
118722015-07-29 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11875 parameter into two new parameters, "inf_result" and "gdb_result".
11876 Expect inferior output and gdb output from $inferior_spawn_id and
11877 $gdb_spawn_id, respectively. Adjust all callers.
11878
789c3a0c
PA
118792015-07-29 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11882 of gdb_test_sequence.
11883
77e760c3
PA
118842015-07-29 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11887 (saw_spurious_output): Expect inferior output from
11888 $inferior_spawn_id. Use gdb_test_stdio.
11889
8396d2cd
PA
118902015-07-29 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.base/dprintf.exp: Use standard_testfile. Change
11893 prepare_for_testing call.
11894 (srcfile): Don't set.
11895 (restart): New procedure.
11896 (test_dprintf): New procecure, use to continue over dprintfs.
11897 (test_call, test_agent): New procedures, tests moved here.
11898 Restart gdb and recreate dprintfs. Adjust expected output.
11899
2051d61f
PA
119002015-07-29 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11903
452397af
PA
119042015-07-29 Pedro Alves <palves@redhat.com>
11905
11906 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11907
8aed9555
PA
119082015-07-29 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11911 gdb_test_stdio.
11912
188a61b4
PA
119132015-07-29 Pedro Alves <palves@redhat.com>
11914
11915 * lib/gdb.exp (gdb_test_stdio): New procedure.
11916
12264a45
PA
119172015-07-29 Pedro Alves <palves@redhat.com>
11918
11919 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11920
23ffc893
PA
119212015-07-29 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.base/call-signal-resume.exp: Remove check for
11924 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11925 * gdb.base/unwindonsignal.exp: Likewise.
11926 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11927 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11928
65566918
PA
119292015-07-29 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.base/siginfo-addr.c (pass): New function.
11932 (handler): Call it iff si_addr is correct.
11933 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11934 Set a breakpoint at "pass" and continue to it.
11935
d60a9221
SDJ
119362015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11937
11938 * gdb.python/py-objfile.exp: Make some tests have unique names.
11939 * gdb.python/py-pp-registration.exp: Likewise.
11940
bde40b8f
PA
119412015-07-28 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11944
13e1dec8
SM
119452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11946
11947 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11948
da33c9a7
SM
119492015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11950
11951 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11952
077836f7
PP
119532015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11954
11955 * gdb.base/gdb-sigterm-2.exp: New test.
11956
b8cc7b2e
DE
119572015-07-25 Doug Evans <xdje42@gmail.com>
11958
11959 Revert:
11960 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11961 (workers/%.worker, build-perf): New rule.
11962 (GDB_PERFTEST_MODE): New variable.
11963 (check-perf): Use it.
11964 (clean): Clean up gdb.perf parallel build subdirs.
11965 * lib/build-piece.exp: New file.
11966 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11967 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11968 name.
11969 (standard_temp_file): Ditto.
11970 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11971 of $GDB_PARALLEL.
11972
c8bd4544
DE
119732015-07-24 Doug Evans <dje@google.com>
11974
11975 * gdb.perf/lib/perftest/utils.py: New file.
11976 * gdb.perf/gm-hello.cc: New file.
11977 * gdb.perf/gm-pervasive-typedef.cc: New file.
11978 * gdb.perf/gm-pervasive-typedef.h: New file.
11979 * gdb.perf/gm-std.cc: New file.
11980 * gdb.perf/gm-std.h: New file.
11981 * gdb.perf/gm-use-cerr.cc: New file.
11982 * gdb.perf/gm-utils.h: New file.
11983 * gdb.perf/gmonster-null-lookup.py: New file.
11984 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11985 * gdb.perf/gmonster-print-cerr.py: New file.
11986 * gdb.perf/gmonster-ptype-string.py: New file.
11987 * gdb.perf/gmonster-runto-main.py: New file.
11988 * gdb.perf/gmonster-select-file.py: New file.
11989 * gdb.perf/gmonster1-null-lookup.exp: New file.
11990 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11991 * gdb.perf/gmonster1-print-cerr.exp: New file.
11992 * gdb.perf/gmonster1-ptype-string.exp: New file.
11993 * gdb.perf/gmonster1-runto-main.exp: New file.
11994 * gdb.perf/gmonster1-select-file.exp: New file.
11995 * gdb.perf/gmonster1.cc: New file.
11996 * gdb.perf/gmonster1.exp: New file.
11997 * gdb.perf/gmonster2-null-lookup.exp: New file.
11998 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11999 * gdb.perf/gmonster2-print-cerr.exp: New file.
12000 * gdb.perf/gmonster2-ptype-string.exp: New file.
12001 * gdb.perf/gmonster2-runto-main.exp: New file.
12002 * gdb.perf/gmonster2-select-file.exp: New file.
12003 * gdb.perf/gmonster2.cc: New file.
12004 * gdb.perf/gmonster2.exp: New file.
12005
6eab34f3
DE
120062015-07-24 Doug Evans <dje@google.com>
12007
12008 * gdb.perf/README: New file.
12009 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12010 * lib/gen-perf-test.exp: New file.
12011
63738bfd
DE
120122015-07-24 Doug Evans <dje@google.com>
12013
12014 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12015 (PerfTest::startup): New function.
12016 (PerfTest::run): Return result of calling body.
12017 (PerfTest::assemble): Rewrite.
12018 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12019 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12020 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12021 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12022 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12023
7b606f95
DE
120242015-07-24 Doug Evans <dje@google.com>
12025
12026 * lib/gdb.exp (clean_restart): Make executable optional.
12027
a97b16b8
DE
120282015-07-24 Doug Evans <dje@google.com>
12029
12030 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12031 compiler_info references.
12032 * gdb.cp/temargs.exp: Ditto.
12033 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12034 (get_compiler_info): Early exit if already computed. Set compiler_info
12035 to "unknown" if there was a problem.
12036 (test_compiler_info): Add function comment. Call get_compiler_info.
12037
35baa57f
DE
120382015-07-24 Doug Evans <dje@google.com>
12039
12040 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12041 (workers/%.worker, build-perf): New rule.
12042 (GDB_PERFTEST_MODE): New variable.
12043 (check-perf): Use it.
12044 (clean): Clean up gdb.perf parallel build subdirs.
12045 * lib/build-piece.exp: New file.
12046 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12047 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12048 name.
12049 (standard_temp_file): Ditto.
12050 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12051 of $GDB_PARALLEL.
12052
6ebea266
DE
120532015-07-24 Doug Evans <dje@google.com>
12054
12055 * lib/future.exp (gdb_default_target_compile): New option
12056 "early_flags".
12057 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12058 --as-needed.
12059
1e76a7e9
SDJ
120602015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12061
12062 * gdb.base/catch-syscall.exp: Call gdb_exit before
12063 gdb_skip_xml_test.
12064
5068630a
PA
120652015-07-24 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.python/py-events.exp: Accept output between the stop event
12068 and the prompt.
12069 * gdb.python/py-evsignal.exp: Likewise.
12070 * gdb.python/py-evthreads.exp: Likewise.
12071
77598427
PA
120722015-07-24 Pedro Alves <palves@redhat.com>
12073
12074 PR gdb/18717
12075 * gdb.threads/non-ldr-exit.c: New file.
12076 * gdb.threads/non-ldr-exit.exp: New file.
12077
11e6c98f
YQ
120782015-07-24 Yao Qi <yao.qi@linaro.org>
12079
12080 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12081 restarting process.
12082
51aee833
YQ
120832015-07-24 Yao Qi <yao.qi@linaro.org>
12084
12085 * gdb.server/ext-restart.exp: New file.
12086
8cfe207c
YQ
120872015-07-24 Yao Qi <yao.qi@linaro.org>
12088
12089 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12090 argument options.
12091 * gdb.server/ext-wrapper.exp: New file.
12092
cc12ce38
DE
120932015-07-23 Doug Evans <dje@google.com>
12094
12095 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12096 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12097
d0d84780
PMR
120982015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12099
12100 * gdb.ada/var_arr_typedef.exp: New testcase.
12101 * gdb.ada/var_arr_typedef/pack.adb: New file.
12102 * gdb.ada/var_arr_typedef/pack.ads: New file.
12103 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12104
8b558f79
JB
121052015-07-20 Joel Brobecker <brobecker@adacore.com>
12106
12107 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12108
775a3298
JK
121092015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12110
12111 * gdb.arch/i386-biarch-core.exp: Replace istarget
12112 by "complete set gnutarget". Remove expectation for the "core-file"
12113 command.
12114
db1ff28b
JK
121152015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12116
12117 Revert the previous commit:
12118 Tests for validate symbol file using build-id.
12119
0a94970d
JK
121202015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12121
12122 Tests for validate symbol file using build-id.
12123 * gdb.base/solib-mismatch-lib.c: New file.
12124 * gdb.base/solib-mismatch-libmod.c: New file.
12125 * gdb.base/solib-mismatch.c: New file.
12126 * gdb.base/solib-mismatch.exp: New file.
12127
03346981
SL
121282015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12129
12130 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12131 nios2-*-linux*.
12132 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12133 * gdb.base/siginfo.exp: Likewise.
12134 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12135
42422cc7
PL
121362015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12137
12138 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12139 Move it to ...
12140 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12141 ... here.
12142 * gdb.trace/range-stepping.exp: Check that the target supports
12143 range stepping.
12144
cfa68bae
JK
121452015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12146
12147 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12148
8ffdba26
PA
121492015-07-14 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.base/killed-outside.exp: New file.
12152 * gdb.base/killed-outside.c: New file.
12153
218a5a11
JK
121542015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12155
12156 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12157 (n at main): New.
12158 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12159
e03ed3c6
AA
121602015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12161
12162 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12163 infcall tests instead of setting up for KFAIL.
12164
485668e5
MM
121652015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12166
12167 * gdb.btrace/record_goto-step.exp: New.
12168
08464196
JK
121692015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12170
12171 PR compile/18484
12172 * gdb.compile/compile.c (struct struct_type): Add volatile to
12173 selffield's type.
12174 * gdb.compile/compile.exp
12175 (compile code struct_object.selffield = &struct_object): Skip further
12176 struct_object tests if this one xfails.
12177
bcf5c1d9
RC
121782015-07-08 Robert O'Callahan <robert@ocallahan.org>
12179
12180 PR exp/18617
12181 * gdb.trace/ax.exp: Add test.
12182
4931af25
YQ
121832015-07-07 Yao Qi <yao.qi@linaro.org>
12184
12185 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12186 instead of istarget "aarch64*-*-*".
12187 * gdb.arch/aarch64-fp.exp: Likewise.
12188 * gdb.base/float.exp: Likewise.
12189 * gdb.reverse/aarch64.exp: Likewise.
12190 * lib/gdb.exp (is_aarch64_target): New proc.
12191
9fcf688e
YQ
121922015-07-07 Yao Qi <yao.qi@linaro.org>
12193
12194 * lib/gdb.exp (is_aarch32_target): New proc.
12195 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12196 instead of "istarget "arm*-*-*"".
12197 * gdb.arch/arm-disp-step.exp: Likewise.
12198 * gdb.arch/thumb-bx-pc.exp: Likewise.
12199 * gdb.arch/thumb-prologue.exp: Likewise.
12200 * gdb.arch/thumb-singlestep.exp: Likewise.
12201 * gdb.base/disp-step-syscall.exp: Likewise.
12202 * gdb.base/float.exp: Likewise.
12203
fbd8d50d
YQ
122042015-07-07 Yao Qi <yao.qi@linaro.org>
12205
12206 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12207 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12208
71be1fdc
YQ
122092015-07-07 Yao Qi <yao.qi@linaro.org>
12210
12211 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12212 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12213 if it exists.
12214 * gdb.multi/multi-arch.exp: Likewise.
12215
3e221d36
SM
122162015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12217
12218 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12219 print.
12220
d441430b
YQ
122212015-07-07 Yao Qi <yao.qi@linaro.org>
12222
12223 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12224
06f810bd
MG
122252015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12226
12227 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12228 '[' and ']' characters.
12229
5e61e7c0
IB
122302015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12231
12232 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12233
28bf096c
PA
122342015-06-29 Pedro Alves <palves@redhat.com>
12235
12236 PR threads/18127
12237 * gdb.threads/hand-call-new-thread.c: New file.
12238 * gdb.threads/hand-call-new-thread.c: New file.
12239
ee93cd5e
KS
122402015-06-26 Keith Seitz <keiths@redhat.com>
12241 Doug Evans <dje@google.com>
12242
12243 PR 16253
12244 * gdb.cp/var-tag-2.cc: New file.
12245 * gdb.cp/var-tag-3.cc: New file.
12246 * gdb.cp/var-tag-4.cc: New file.
12247 * gdb.cp/var-tag.cc: New file.
12248 * gdb.cp/var-tag.exp: New file.
12249
fc637f04
PP
122502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12251
12252 * gdb.base/history-duplicates.exp: New test.
12253
2e52ae68
PP
122542015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12255
12256 * gdb.base/completion.exp: Test the completion of the "focus"
12257 command.
12258
6e22494e
JK
122592015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12260
12261 * gdb.arch/amd64-prologue-skip.S: New file.
12262 * gdb.arch/amd64-prologue-skip.exp: New file.
12263
bf7b9cd9
SM
122642015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12265
12266 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12267 is_address_zero_readable check.
12268
201e8dfd
PB
122692015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12270
12271 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12272 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12273
5cd867b4
YQ
122742015-06-24 Yao Qi <yao.qi@linaro.org>
12275
12276 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12277 linux targets.
12278
4d7be007
YQ
122792015-06-24 Yao Qi <yao.qi@linaro.org>
12280
12281 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12282 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12283 * gdb.base/siginfo-thread.exp: Likewise.
12284
07fcd301
YQ
122852015-06-22 Yao Qi <yao.qi@linaro.org>
12286
12287 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12288
52042a00
YQ
122892015-06-22 Yao Qi <yao.qi@linaro.org>
12290
12291 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12292 aarch64*-*-*.
12293 (skip_hw_watchpoint_tests): Likewise.
12294
74bd41ce
PP
122952015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12296
12297 * gdb.base/gdbinit-history.exp: Test the interaction between
12298 setting GDBHISTSIZE and setting the history size via .gdbinit.
12299
bc460514
PP
123002015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12301
12302 PR gdb/16999
12303 * gdb.base/gdbhistsize-history.exp: New test.
12304
b58c513b
PP
123052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12306
12307 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12308 with GDBHISTSIZE.
12309 * gdb.base/readline.exp: Likewise.
12310
92046791
YQ
123112015-06-17 Yao Qi <yao.qi@linaro.org>
12312
12313 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12314 line.
12315
2093d2d3
PP
123162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12317
12318 * gdb.base/gdbinit-history.exp: Add test case to check that
12319 an unlimited history file does not get truncated on exit.
12320
e6c693af
AA
123212015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12322
12323 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12324 (VECTOR): New macro. Use it...
12325 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12326 ...for these typedefs.
12327 (int8, char1, int1, double1): New typedefs.
12328 (struct just_int2, struct two_int2): New structures.
12329 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12330 (add_structvecs, add_singlevecs): New functions.
12331 (main): Call add_some_intvecs twice.
12332 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12333 the compile and exit upon failure. Try compiling for the "native"
12334 architecture. Test inferior function calls with vector arguments
12335 and vector return value handling with "finish" and "return".
12336
c74f7d1c
JT
123372015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12338
12339 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12340 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12341 PE file.
12342 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12343
98aa42ee
AT
123442015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12345
12346 PR breakpoints/16465
12347 * gdb.mi/mi-dprintf-pending.c: New file.
12348 * gdb.mi/mi-dprintf-pending.exp: New test.
12349 * gdb.mi/mi-dprintf-pendshr.c: New file.
12350
7d73c23c 123512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12352 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12353
12354 * gdb.arch/i386-mpx-map.c: New file.
12355 * gdb.arch/i386-mpx-map.exp: New File.
12356
123572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12358
12359 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12360 * gdb.arch/i386-mpx.exp: Indentation fixed.
12361
123622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12363
12364 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12365 function and improved indentation.
12366 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12367 gdb_test_multiple. Added additional tests to skip the test.
12368
123692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12370
12371 * gdb.arch/i386-avx512.c: Change path in include file.
12372 * gdb.arch/i386-avx512.exp: Change include dir path
12373 compilation flag.
12374 * gdb.arch/i386-mpx.c: Change path in include file.
12375 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12376 flag.
12377
d5eba19a
JK
123782015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12379
12380 * gdb.compile/compile-print.exp (compile print *vararray@3)
12381 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12382
7f361056
JK
123832015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12384
12385 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12386 (do not keep jit in memory): ... this.
12387 (expect 5): Change it to ...
12388 (expect no 5): ... this.
12389
3b462ec2
SM
123902015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12391
12392 PR gdb/15564
12393 * gdb.mi/mi-detach.exp: New file.
12394
e0619de6
JK
123952015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 PR symtab/18392
12398 * gdb.arch/amd64-tailcall-self.S: New file.
12399 * gdb.arch/amd64-tailcall-self.c: New file.
12400 * gdb.arch/amd64-tailcall-self.exp: New file.
12401
e970cb34
DB
124022015-05-28 Don Breazeal <donb@codesourcery.com>
12403
12404 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12405 tests for remote targets by checking is_target_gdbserver.
12406
b2e2f908
DE
124072015-05-27 Doug Evans <dje@google.com>
12408
12409 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12410 * gdb.dwarf2/opaque-type-lookup.c: New file.
12411 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12412
82c7be31
DE
124132015-05-26 Doug Evans <dje@google.com>
12414
12415 * gdb.cp/iostream.cc: New file.
12416 * gdb.cp/iostream.exp: New file.
12417
b4f54984
DE
124182015-05-26 Doug Evans <dje@google.com>
12419
12420 * gdb.dwarf2/dw2-op-call.exp: Update.
12421 * gdb.dwarf2/dw4-sig-types.exp: Update.
12422 * gdb.dwarf2/implptr.exp: Update.
12423 * gdb.mi/mi-cmd-param-changed.exp: Update.
12424
4ea6efe9
DE
124252015-05-26 Doug Evans <dje@google.com>
12426
12427 * gdb.python/py-lazy-string.c: New file.
12428 * gdb.python/py-lazy-string.exp: New file.
12429 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12430 (main): Update. Add estring3.
12431 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12432 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12433
f6bb7db3
YQ
124342015-05-26 Omair Javaid <omair.javaid@linaro.org>
12435 Yao Qi <yao.qi@linaro.org>
12436
12437 * gdb.reverse/aarch64.c: New.
12438 * gdb.reverse/aarch64.exp: New.
12439
a81bfbd0
OJ
124402015-05-26 Omair Javaid <omair.javaid@linaro.org>
12441
25d49b86
PA
12442 * lib/gdb.exp (supports_process_record): Return true for
12443 aarch64*-linux*.
a81bfbd0
OJ
12444 (supports_reverse): Likewise.
12445
158bf1b4
PP
124462015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12447
12448 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12449 Use with_test_prefix.
12450
a0145030
AB
124512015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12452
12453 * gdb.base/completion.exp: Add test for completion of layout
12454 names.
12455
ebe3b578
AB
124562015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12457
12458 * lib/gdb.exp (skip_tui_tests): New proc.
12459 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12460
84204ed7
PA
124612015-05-19 Pedro Alves <palves@redhat.com>
12462
12463 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12464 Save the whole env array instead of just HOME. Unset HISTSIZE in
12465 the environment while testing. Restore whole environment
12466 afterwards.
12467
37442ce1
DE
124682015-05-16 Doug Evans <xdje42@gmail.com>
12469
12470 * gdb.guile/scm-ports.c: New file.
12471 * gdb.guile/scm-ports.exp: Add memory port tests.
12472
36de76f9
JK
124732015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12474
12475 * gdb.compile/compile-print.c: New file.
12476 * gdb.compile/compile-print.exp: New file.
12477
3a9558c4
JK
124782015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 * gdb.compile/compile-ops.exp: Cast param to void.
12481 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12482 (compile code struct_object.selffield = &struct_object): Add xfail.
12483
aa715135
JG
124842015-05-15 Joel Brobecker <brobecker@adacore.com>
12485
12486 * gdb.ada/arr_enum_with_gap: New testcase.
12487
931e5bc3
JG
124882015-05-15 Joel Brobecker <brobecker@adacore.com>
12489
12490 * gdb.ada/byte_packed_arr: New testcase.
12491
9cd4d857
JB
124922015-05-15 Joel Brobecker <brobecker@adacore.com>
12493
12494 * gdb.ada/pckd_neg: New testcase.
12495
ebfd00d2
PP
124962015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12497
12498 PR gdb/17820
12499 * gdb.base/gdbinit-history.exp: New test.
12500 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12501 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12502
4c082a81
SC
125032015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12504
12505 * gdb.python/py-xmethods.cc: Enhance test case.
12506 * gdb.python/py-xmethods.exp: New tests.
12507 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12508 function.
12509 (B_indexoper): Likewise.
12510 (global_dm_list) : Add new xmethod worker functions.
12511
f7797074
SDJ
125122015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12513
12514 * gdb.base/coredump-filter.exp: Correctly unset
12515 "coredump_var_addr" array.
12516
a4674e4e
PA
125172015-05-08 Pedro Alves <palves@redhat.com>
12518
12519 * gdb.server/non-existing-program.exp: Unset spawn_id.
12520
df2eb078
SC
125212015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12522
12523 PR python/18291
12524 * gdb.python/py-xmethods.exp: Add tests.
12525
422349a3
YQ
125262015-05-08 Yao Qi <yao.qi@linaro.org>
12527
12528 PR gdb/18208
12529 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12530 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12531 function set_coredump_filter, and remove remote_exec call.
12532 Remove argument ipid. Callers update.
12533 (top level): Don't get inferior's PID.
12534
63fc80ce
AA
125352015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12536
12537 * gdb.base/watch_thread_num.exp: Skip test on targets without
12538 access watchpoints.
12539
80ad801e
PA
125402015-05-06 Pedro Alves <palves@redhat.com>
12541
12542 PR server/18081
12543 * gdb.server/non-existing-program.exp: New file.
12544
0fa7fe50
JB
125452015-05-05 Joel Brobecker <brobecker@adacore.com>
12546
12547 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12548
3ea89b92
PMR
125492015-05-05 Joel Brobecker <brobecker@adacore.com>
12550
12551 * gdb.ada/out_of_line_in_inlined: New testcase.
12552
87b8eff0
JB
125532015-05-05 Joel Brobecker <brobecker@adacore.com>
12554
12555 * gdb.ada/var_rec_arr: New testcase.
12556
5fccc635
YQ
125572015-04-30 Yao Qi <yao.qi@linaro.org>
12558
12559 * gdb.base/break-idempotent.exp: If
12560 skip_hw_watchpoint_multi_tests returns true, skip the tests
12561 on "rwatch" and "awatch".
12562
42d38f42
YQ
125632015-04-30 Yao Qi <yao.qi@linaro.org>
12564
12565 * gdb.base/relativedebug.exp: Invoke gdb command
12566 "info sharedlibrary", and if libc.so doesn't have debug info,
12567 skip the test.
12568
2ce1cdbf
DE
125692015-04-29 Doug Evans <dje@google.com>
12570
12571 * gdb.python/py-xmethods.exp: Add ptype tests.
12572 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12573 get_result_type method.
12574
f24a38c5
LM
125752015-04-29 Luis Machado <lgustavo@codesourcery.com>
12576
12577 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12578 the target does not support hardware watchpoints.
12579
ecbf2b3c
LM
125802015-04-29 Luis Machado <lgustavo@codesourcery.com>
12581
12582 * gdb.base/break-always.exp: Abort testing if writing to memory
12583 causes an error.
12584
34f5f757
DE
125852015-04-28 Doug Evans <dje@google.com>
12586
12587 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12588 * gdb.python/py-pp-registration.exp: ... here. New file.
12589 * gdb.python/py-pp-registration.c: New file.
12590 * gdb.python/py-pp-registration.py: New file.
12591
69b4374a
DE
125922015-04-28 Doug Evans <dje@google.com>
12593
12594 * gdb.python/py-bad-printers.c: New file.
12595 * gdb.python/py-bad-printers.py: New file.
12596 * gdb.python/py-bad-printers.exp: New file.
12597
59fb7612
SS
125982015-04-28 Sasha Smundak <asmundak@google.com>
12599
12600 * gdb.python/py-type.exp: New test.
12601
2631b16a
AW
126022015-04-28 Andy Wingo <wingo@igalia.com>
12603
12604 * gdb.python/py-parameter.exp:
12605 * gdb.guile/scm-parameter.exp: Escape the path that we are
12606 matching against, as it might contain characters that are special
12607 to regular expressions.
12608
460efde1
JB
126092015-04-27 Joel Brobecker <brobecker@adacore.com>
12610
12611 * gdb.ada/rec_comp: New testcase.
12612
2d369d8e
SDJ
126132015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12614
12615 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12616 before using it.
12617
cf75d6c3
AB
126182015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12619
12620 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12621 new tests for verilog output.
12622
8dbe7ca5
YQ
126232015-04-24 Yao Qi <yao.qi@linaro.org>
12624
12625 * boards/remote-gdbserver-on-localhost.exp: New file.
12626
4ef9fb2f
PA
126272015-04-23 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12630 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12631 "end of file", remove $inferior_spawn_id from the indirect list.
12632
0a803169
PA
126332015-04-23 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12636
749ef8f8
PA
126372015-04-23 Pedro Alves <palves@redhat.com>
12638
12639 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12640 on $any_spawn_id instead of only on $gdb_spawn_id.
12641
8aae4344
PM
126422015-04-21 Pierre Muller <muller@sourceware.org>
12643
12644 PR pascal/17815
12645 * lib/pascal.exp (gpc_compile): Add new option "class".
12646 (fpc_compile): Likewise.
12647 * gdb.pascal/case-insensitive-symbols.pas: New file.
12648 * gdb.pascal/case-insensitive-symbols.exp: New file.
12649
1586c8fb
GB
126502015-04-20 Gary Benson <gbenson@redhat.com>
12651
12652 * gdb.base/attach.exp: Fix three extended remote failures.
12653
1b6e6f5c
GB
126542015-04-17 Gary Benson <gbenson@redhat.com>
12655
12656 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12657 the main executable over the remote protocol.
12658
e797481d
PA
126592015-04-16 Pedro Alves <palves@redhat.com>
12660
12661 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12662 a new gdbserver if gdbserver_reconnect_p is set.
12663
1ca99c42
PA
126642015-04-16 Pedro Alves <palves@redhat.com>
12665
12666 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12667 is set, don't exit gdbserver.
12668
af9fd6f8
AA
126692015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12670
12671 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12672 appropriate .insn, such that an older assembler can be used.
12673 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12674 the z/Architecture instruction set on 31-bit targets as well.
12675
04ff1e61
AA
126762015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12677
12678 * gdb.go/handcall.exp: Remove all logic related to the first
12679 breakpoint and rely on go_runto_main instead.
12680 * gdb.go/strings.exp: Likewise.
12681 * gdb.go/unsafe.exp: Likewise.
12682 * gdb.go/hello.exp: Likewise. Also rename the remaining
12683 breakpoint marker to "breakpoint 1".
12684 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12685 * gdb.go/strings.go: Likewise.
12686 * gdb.go/unsafe.go: Likewise.
12687 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12688 "set breakpoint 2 here" and rename the remaining breakpoint marker
12689 to "breakpoint 1".
12690
40d2f8d6
SM
126912015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12692
12693 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12694 if itertools.imap is not present.
12695 * gdb.python/py-objfile.exp: Add parentheses.
12696 * gdb.python/py-type.exp: Same.
12697 * gdb.python/py-unwind-maint.py: Same.
12698
8cbc97c6
YQ
126992015-04-15 Yao Qi <yao.qi@linaro.org>
12700
12701 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12702 of ":$ptr_size" and set its form explicitly.
12703
45fd756c
YQ
127042015-04-15 Pedro Alves <palves@redhat.com>
12705 Yao Qi <yao.qi@linaro.org>
12706
12707 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12708 timeout by factor of 4.
12709 (test_regular_watch): Likewise.
12710 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12711 * gdb.reverse/sigall-reverse.exp: Likewise.
12712 * gdb.reverse/until-precsave.exp: Likewise.
12713 * lib/gdb.exp (with_timeout_factor): New proc.
12714 (gdb_expect): Move some code to ...
12715 (get_largest_timeout): ... here. New procedure.
12716
9e811bc3
LM
127172015-04-14 Luis Machado <lgustavo@codesourcery.com>
12718
12719 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12720
0ff6fcb2
LM
127212015-04-13 Luis Machado <lgustavo@codesourcery.com>
12722
12723 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12724 to write to the .text section.
12725
7578d5f7
LM
127262015-04-13 Luis Machado <lgustavo@codesourcery.com>
12727
12728 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12729 Handle the case of targets that do not provide PID information.
12730
2efe15c4
YQ
127312015-04-13 Yao Qi <yao.qi@linaro.org>
12732
12733 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12734 and use expect instead of gdb_expect.
12735
8cd8f2f8
SDJ
127362015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12737
12738 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12739 "coredump_var_addr" to avoid naming conflict with other testcases.
12740
9ee41772
PA
127412015-04-10 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12744 gdb_test_sequence and gdb_assert.
12745
07473109
PA
127462015-04-10 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12749 test messages that don't include the breakpoint address.
12750
de3db44c
YQ
127512015-04-10 Yao Qi <yao.qi@linaro.org>
12752
12753 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12754 false for some offset and width combinations which aren't
12755 supported by linux kernel.
12756
c79d856c
PA
127572015-04-10 Pedro Alves <palves@redhat.com>
12758
12759 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12760 procedure, factored out from ...
12761 (top level): ... here. Add "set displaced-stepping" testing axis.
12762 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12763 parameter "displaced". Use it.
12764 (top level): Use foreach and add "set displaced-stepping" testing
12765 axis.
12766
ebc90b50
PA
127672015-04-10 Pedro Alves <palves@redhat.com>
12768
12769 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12770 Remove comment.
12771 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12772 both the address of the instruction that triggers the watchpoint
12773 and the address of the instruction immediately after, and use
12774 those addresses for the test. Fix comment.
12775
8f572e5c
PA
127762015-04-10 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.base/sigstep.exp (breakpoint_to_handler)
12779 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12780 Test "backtrace" in handler.
12781 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12782 (top level): Add new "displaced" test axis to
12783 breakpoint_to_handler, breakpoint_to_handler_entry and
12784 breakpoint_over_handler.
12785
8d707a12
PA
127862015-04-10 Pedro Alves <palves@redhat.com>
12787
12788 PR gdb/18216
12789 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12790
ef713951
YQ
127912015-04-10 Yao Qi <yao.qi@linaro.org>
12792
12793 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12794 (test_add_rn_pc): New function.
12795 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12796 (top level): Invoke test_add_rn_pc.
12797
906d60cf
PA
127982015-04-10 Pedro Alves <palves@redhat.com>
12799
12800 PR gdb/13858
12801 * gdb.base/step-over-no-symbols.exp: New file.
12802
f2983cc3
AW
128032015-04-09 Andy Wingo <wingo@igalia.com>
12804
12805 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12806 after the Python tests.
12807
6d62641c
SDJ
128082015-04-08 Keith Seitz <keiths@redhat.com>
12809
12810 PR python/16699
12811 * gdb.python/py-completion.exp: New tests for completion.
12812 * gdb.python/py-completion.py (CompleteLimit1): New class.
12813 (CompleteLimit2): Likewise.
12814 (CompleteLimit3): Likewise.
12815 (CompleteLimit4): Likewise.
12816 (CompleteLimit5): Likewise.
12817 (CompleteLimit6): Likewise.
12818 (CompleteLimit7): Likewise.
12819
f3770638
PA
128202015-04-08 Pedro Alves <palves@redhat.com>
12821
12822 PR gdb/18214
12823 PR gdb/18216
12824 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12825 function.
12826 (main): Install it as SIGUSR1 handler.
12827 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12828 parameter. Always use "setup" as prefix. Toggle "set
12829 displaced-stepping" off/on depending on global. Don't switch to
12830 thread 1 here.
12831 (top level): Add displaced stepping "off/on" test axis. Update
12832 "setup" calls. Wrap each subtest with with_test_prefix. Test
12833 continuing with a queued signal in each thread.
12834
4496bed7
PA
128352015-04-08 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12838 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12839 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12840 Return early if running to main fails.
12841 * gdb.trace/while-stepping.exp: Likewise.
12842
b97fde92
PA
128432015-04-07 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12846 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12847 interact with inferior program.
12848
f71c18e7
PA
128492015-04-07 Pedro Alves <palves@redhat.com>
12850
12851 * lib/gdb.exp (inferior_spawn_id): New global.
12852 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12853 spawn id after processing the user code.
12854 (default_gdb_start): Set inferior_spawn_id.
12855 (send_inferior): New procedure.
12856 * lib/gdbserver-support.exp (gdbserver_start): Set
12857 inferior_spawn_id.
12858 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12859
6423214f
PA
128602015-04-07 Pedro Alves <palves@redhat.com>
12861
12862 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12863 * lib/gdbserver-support.exp (gdbserver_start): Make
12864 $server_spawn_id global.
12865 (gdbserver_start): Don't wait for gdbserver's spawn id with
12866 expect_background.
12867 (close_gdbserver): New procedure.
12868 (gdb_exit): Rename the default version and reimplement.
12869
71c0ee8c
PA
128702015-04-07 Pedro Alves <palves@redhat.com>
12871
72f4393d 12872 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12873 append the substituted item, not the original item.
12874
203bc29b
PA
128752015-04-07 Pedro Alves <palves@redhat.com>
12876
12877 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12878 gdb_expect.
12879
508a3ddf
PA
128802015-04-07 Pedro Alves <palves@redhat.com>
12881
12882 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12883 output appearing once only.
12884
9f6dbe2b
PA
128852015-04-07 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12888 that doesn't expect anything. Return early if running to main
12889 fails.
12890
337532fa
YQ
128912015-04-07 Yao Qi <yao.qi@linaro.org>
12892
12893 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12894 (child_function): Call alarm.
12895 (main): Move call to alarm into the loop.
12896 * gdb.threads/non-stop-fair-events.exp: Build program with
12897 -DTIMEOUT=$timeout.
12898
01b622d4
DE
128992015-04-06 Doug Evans <xdje42@gmail.com>
12900
12901 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12902 Fix dest parameter to board_info.
12903 (fpc_compile): Ditto.
12904 (gdb_compile_pascal): Rename dest arg to destfile.
12905
961f4160
PMR
129062015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12907
12908 * gdb.ada/funcall_ref.exp: New file.
12909 * gdb.ada/funcall_ref/foo.adb: New file.
12910
cafda597
YQ
129112015-04-02 Yao Qi <yao.qi@linaro.org>
12912
12913 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12914 is remote.
12915
fed040c6
GB
129162015-04-02 Gary Benson <gbenson@redhat.com>
12917
12918 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12919
d11916aa
SS
129202015-04-01 Sasha Smundak <asmundak@google.com>
12921
12922 * gdb.python/py-unwind-maint.c: New file.
12923 * gdb.python/py-unwind-maint.exp: New test.
12924 * gdb.python/py-unwind-maint.py: New file.
12925 * gdb.python/py-unwind.c: New file.
12926 * gdb.python/py-unwind.exp: New test.
12927 * gdb.python/py-unwind.py: New test.
12928
a1471180
PA
129292015-04-01 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12932 to fail instead of non-existent $test.
12933
0bbeccb1
PA
129342015-04-01 Pedro Alves <palves@redhat.com>
12935
12936 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12937 GDBFLAGS if not empty.
12938
3c724c8c
PMR
129392015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12940
12941 * gdb.ada/complete.exp: Remove "multi_line".
12942 * gdb.ada/info_exc.exp: Remove "multi_line".
12943 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12944 * gdb.ada/ptype_field.exp: Remove "multi_line".
12945 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12946 * gdb.ada/tagged.exp: Remove "multi_line".
12947 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12948 [multi_line ...]
12949 * gdb.btrace/delta.exp: Likewise.
12950 * gdb.btrace/exception.exp: Likewise.
12951 * gdb.btrace/function_call_history.exp: Likewise.
12952 * gdb.btrace/instruction_history.exp: Likewise.
12953 * gdb.btrace/nohist.exp: Likewise.
12954 * gdb.btrace/record_goto.exp: Likewise.
12955 * gdb.btrace/segv.exp: Likewise.
12956 * gdb.btrace/stepi.exp: Likewise.
12957 * gdb.btrace/tailcall.exp: Likewise.
12958 * gdb.btrace/unknown_functions.exp: Likewise.
12959 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12960 * lib/gdb.exp: Add the "multi_line" helper.
12961
4eec2deb
PA
129622015-04-01 Pedro Alves <palves@redhat.com>
12963
12964 * gdb.threads/tid-reuse.c: New file.
12965 * gdb.threads/tid-reuse.exp: New file.
12966
df8411da
SDJ
129672015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12968
12969 PR corefiles/16092
12970 * gdb.base/coredump-filter.c: New file.
12971 * gdb.base/coredump-filter.exp: Likewise.
12972
6ef37366
PM
129732015-03-27 Petr Machata <pmachata@redhat.com>
12974
12975 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12976 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12977 (Dwarf::assemble): Initialize them.
12978 (Dwarf::lines): New function.
12979
7ec911b0
JT
129802015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12981
12982 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12983 SYMBOL_PREFIX for x86_64-*-cygwin.
12984
ff908ebf
AW
129852015-03-26 Andy Wingo <wingo@igalia.com>
12986
12987 PR symtab/18148
12988 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12989 const_value but not a location.
12990 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12991 location defined in non-main CUs are visible.
12992
6d5f0679
YQ
129932015-03-26 Yao Qi <yao.qi@linaro.org>
12994
12995 PR testsuite/18139
12996 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12997 Add a line number entry for the same line.
12998 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12999 Add a line number entry for the same line.
13000
2898689b
YQ
130012015-03-26 Yao Qi <yao.qi@linaro.org>
13002
13003 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13004 .int 0.
13005 (func): Likewise. Add .Lfunc_1 label.
13006 Use .Lfunc_1 label.
13007 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13008 .int 0.
13009 (func): Likewise.
13010 Use .Lfunc_1 label.
13011
85180498
YQ
130122015-03-26 Yao Qi <yao.qi@linaro.org>
13013
13014 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13015 Call gdb_compile instead to compile each .s files without debug
13016 information.
13017
8aa08a8d
YQ
130182015-03-26 Yao Qi <yao.qi@linaro.org>
13019
13020 * gdb.base/savedregs.exp (process_saved_regs): Make
13021 "Saved registers:" optional in the pattern.
13022
66849923
MM
130232015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13024
13025 * gdb.btrace/next.exp: Merged into step.exp.
13026 * gdb.btrace/finish.exp: Merged into step.exp.
13027 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13028 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13029 "record goto" and checking the exact replay position.
13030 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13031 check for "Recording format" in "info record" output.
13032 * gdb.btrace/record_goto.exp: Choose test file based on target.
13033 * gdb.btrace/x86-record_goto.S: Renamed into ...
13034 * gdb.btrace/x86_64-record_goto.S: ... this.
13035 * gdb.btrace/i686-record_goto.S: New.
13036 * gdb.btrace/x86-tailcall.S: Renamed into ...
13037 * gdb.btrace/x86_64-tailcall.S: ... this.
13038 * gdb.btrace/i686-tailcall.S: New.
13039 * gdb.btrace/x86-tailcall.c: Renamed into ...
13040 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13041 separate statements. Update test.
13042 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13043 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13044 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13045 * gdb.btrace/tailcall.exp: Choose test file based on target.
13046 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13047
11cc1b74
MM
130482015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13049
13050 * gdb.btrace/exception.exp: Increase BTS buffer size.
13051
a25d8bf9
PA
130522015-03-24 Pedro Alves <palves@redhat.com>
13053
13054 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13055
856e7dd6
PA
130562015-03-24 Pedro Alves <palves@redhat.com>
13057
13058 * gdb.threads/schedlock.exp (test_step): No longer expect that
13059 "set scheduler-locking step" with "next" over a function call runs
13060 threads unlocked.
13061
ad235a41
AT
130622015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13063
13064 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13065
15630549
AT
130662015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13067
13068 PR breakpoints/16466
13069 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13070 * gdb.mi/mi-pending.c (thread_func): New function.
13071 (int main): Add threading support required.
13072 * gdb.mi/mi-pending.exp: Add tests for this issue.
13073 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13074 (pendfunc2): Remove stdio dependency.
13075 * gdb.mi/mi-pendshr2.c: New file.
13076
693dca06
KS
130772015-03-23 Keith Seitz <keiths@redhat.com>
13078
13079 * gdb.linespec/keywords.c: New file.
13080 * gdb.linespec/keywords.exp: New file.
13081
7e993ebf
KS
130822015-03-23 Keith Seitz <keiths@redhat.com>
13083
13084 PR gdb/18021
13085 * gdb.dwarf2/staticvirtual.exp: New test.
13086
bc23328c
JK
130872015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13088
13089 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13090 * README: Remove HP-UX and gdb.hp.
13091 (configuration):
13092 * configure: Regenerate.
13093 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13094 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13095 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13096 gdb.hp/gdb.defects/Makefile.
13097 * gdb.hp/Makefile.in: File deleted.
13098 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13099 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13100 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13101 * gdb.hp/gdb.aCC/run.c: File deleted.
13102 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13103 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13104 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13105 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13106 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13107 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13108 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13109 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13110 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13111 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13112 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13113 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13114 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13115 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13116 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13117 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13118 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13119 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13120 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13121 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13122 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13123 * gdb.hp/gdb.compat/average.c: File deleted.
13124 * gdb.hp/gdb.compat/sum.c: File deleted.
13125 * gdb.hp/gdb.compat/xdb.c: File deleted.
13126 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13127 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13128 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13129 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13130 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13131 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13132 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13133 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13134 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13135 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13136 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13137 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13138 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13139 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13140 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13141 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13142 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13143 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13144 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13145 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13146 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13147 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13148 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13149 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13150 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13151 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13152 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13153 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13154 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13155 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13156 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13157 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13158 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13159 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13160 * gdb.hp/tools/odump: File deleted.
13161
8bf3b159
PA
131622015-03-19 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13165 (saw_thread_3): New globals.
13166 (top level): Increment them when an event for the corresponding
13167 thread is seen.
13168 (no thread starvation): New test.
13169
eb54c8bf
PA
131702015-03-19 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.threads/continue-pending-status.c: New file.
13173 * gdb.threads/continue-pending-status.exp: New file.
13174
32d2e5d6
PA
131752015-03-18 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13178 Use gdb_is_target_remote instead of is_remote. Use
13179 gdb_test_multiple instead of gdb_expect. Exit early if
13180 gdb_test_multiple hits its internal matches. Tighten stepi tests
13181 expected output. Fail on exit with any signal, instead of just
13182 SIGILL.
13183
f68f11b7
YQ
131842015-03-18 Yao Qi <yao.qi@linaro.org>
13185
13186 PR tdep/18107
13187 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13188 variable.
13189 * gdb.base/catch-syscall.exp: Don't skip it on
13190 aarch64*-*-linux* target. Remove elements in all_syscalls.
13191 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13192 target.
13193 (setup_all_syscalls): New proc.
13194
ca5fd19b
YQ
131952015-03-16 Yao Qi <yao.qi@linaro.org>
13196
13197 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13198 (top level): Skip tests if valid_addr_p returns false for
13199 $cmd1 or $cmd2.
13200
85642ba0
AW
132012015-03-11 Andy Wingo <wingo@igalia.com>
13202
13203 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13204
e03f9645
YQ
132052015-03-11 Yao Qi <yao.qi@linaro.org>
13206
13207 * gdb.base/catch-syscall.exp: Fix typo in comments.
13208
5d0962b2
YQ
132092015-03-11 Yao Qi <yao.qi@linaro.org>
13210
13211 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13212
b2df3cef
PA
132132015-03-09 Pedro Alves <palves@redhat.com>
13214
13215 * dg-extract-results.py: Delete.
13216
ef878e53
PA
132172015-03-09 Pedro Alves <palves@redhat.com>
13218
13219 Merge dg-extract-results.sh from GCC upstream (r218843).
13220
13221 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13222 * dg-extract-results.sh: Use --text with grep to avoid issues with
13223 binary files. Fall back to cat -v, if that doesn't work.
13224
9494d219
PA
132252015-03-05 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13228
a8d9763a
SM
132292015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * lib/mi-support.exp (mi_expect_interrupt): Accept
13232 alternative event for when in all-stop mode.
13233
be9957b8
PA
132342015-03-04 Pedro Alves <palves@redhat.com>
13235
13236 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13237
d57be0f4 132382015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13239
13240 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13241
c214c7cf
AA
132422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13243
13244 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13245 regexps for GDB's current line display, accept a hex address
13246 preceding the line number.
13247
6d74a497
AA
132482015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13249
13250 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13251 the 'arch1' variable for "s390*-linux*" targets.
13252
511aee7c
PA
132532015-03-04 Pedro Alves <palves@redhat.com>
13254
13255 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13256 (main): Pass missing retval argument to pthread_join call.
13257
95e50b27
PA
132582015-03-02 Pedro Alves <palves@redhat.com>
13259
13260 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13261 (top level): Call do_test with non-stop as well.
13262
28054d69
PA
132632015-03-02 Pedro Alves <palves@redhat.com>
13264
13265 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13266 -1.
13267
4fa5d7b4
AA
132682015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13269
13270 * gdb.arch/s390-vregs.exp: New test.
13271 * gdb.arch/s390-vregs.S: New file.
13272
97c18565
PA
132732015-02-27 Pedro Alves <palves@redhat.com>
13274
13275 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13276 call to catch_command_errors.
13277 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13278 catch_command_errors.
13279
a37bfa30
PA
132802015-02-27 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13283 "true" for boolean result.
13284 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13285 prototype of main.
13286
6f98576f
PA
132872015-02-27 Pedro Alves <palves@redhat.com>
13288
13289 * lib/unbuffer_output.c: New file.
13290 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13291 (main): Call gdb_unbuffer_output.
13292
eba5ab56
YQ
132932015-02-27 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13296 target.
13297
0def5aaa
DE
132982015-02-26 Doug Evans <dje@google.com>
13299
13300 * gdb.cp/class2.cc (Dbase, D): New classes.
13301 (main): New local delta.
13302 * gdb.cp/class2.exp: Test printing delta.
13303 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13304 (dynbar): New global.
13305 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13306
081a1c2c
JK
133072015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13308
13309 * gdb.compile/compile-ifunc.c: New file.
13310 * gdb.compile/compile-ifunc.exp: New file.
13311
2f41223f
AT
133122015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13313
13314 * gdb.base/structs.exp: Check for correct struct on finish.
13315
03eddd80
YQ
133162015-02-26 Yao Qi <yao.qi@linaro.org>
13317
13318 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13319 is zero.
13320
80c57053
JK
133212015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13322
13323 * gdb.arch/cordic.ko.bz2: New file.
13324 * gdb.arch/cordic.ko.debug.bz2: New file.
13325 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13326
21613c12
YQ
133272015-02-25 Yao Qi <yao.qi@linaro.org>
13328
13329 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13330 aarch64*-*-* target.
13331
d8b901ed
PA
133322015-02-23 Pedro Alves <palves@redhat.com>
13333
13334 * lib/gdb.exp (delete_breakpoints): Rewrite using
13335 gdb_test_multiple.
13336
e5b85ead
PA
133372015-02-23 Pedro Alves <palves@redhat.com>
13338
13339 * gdb.base/info-os.c: Include stdlib.h.
13340
85c3a371
DE
133412015-02-22 Doug Evans <xdje42@gmail.com>
13342
13343 PR symtab/17855
13344 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13345 is read after symbols have been re-read.
13346 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13347 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13348
96553a0c
DE
133492015-02-21 Doug Evans <dje@google.com>
13350
13351 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13352
97a0c697
JK
133532015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13354
13355 PR corefiles/17808
13356 * gdb.arch/i386-biarch-core.core.bz2: New file.
13357 * gdb.arch/i386-biarch-core.exp: New file.
13358
a47cd6e9
PA
133592015-02-21 Pedro Alves <palves@redhat.com>
13360
13361 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13362 runto_main fails.
13363
c5facdc4
PA
133642015-02-20 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13367 info probes.
13368
2db9a427
PA
133692015-02-20 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13372
60fb7e9e
PA
133732015-02-20 Pedro Alves <palves@redhat.com>
13374
13375 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13376 clean_restart before gdb_target_supports_trace.
13377
5c5019c2
PA
133782015-02-20 Pedro Alves <palves@redhat.com>
13379
13380 PR threads/18006
13381 * gdb.threads/clone-thread_db.c: New file.
13382 * gdb.threads/clone-thread_db.exp: New file.
13383
c9587f88
AT
133842015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13385
13386 PR breakpoints/16812
13387 * gdb.base/catch-gdb-caused-signals.c: New file.
13388 * gdb.base/catch-gdb-caused-signals.exp: New file.
13389
f6a88844
JM
133902015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13391
13392 * configure: Regenerated.
13393 * configure.ac: Use GDB_AC_TRANSFORM.
13394 * aclocal.m4: sinclude ../transform.m4.
13395
497c491b
JM
133962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13397
13398 * lib/dtrace.exp: New file.
13399 * gdb.base/dtrace-probe.exp: Likewise.
13400 * gdb.base/dtrace-probe.d: Likewise.
13401 * gdb.base/dtrace-probe.c: Likewise.
13402 * lib/pdtrace.in: Likewise.
13403 * configure.ac: Output variables with the transformed names of
13404 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13405 * configure: Regenerated.
13406
03e98035
JM
134072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13408
13409 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13410 expected message when trying to access $_probe_* convenience
13411 variables while not on a probe.
13412
63cc30e9
JK
134132015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13414
13415 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13416
0703599a
PA
134172015-02-11 Pedro Alves <pedro@codesourcery.com>
13418
13419 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13420 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13421
7e60a48e
DE
134222015-02-10 Doug Evans <xdje42@gmail.com>
13423
13424 * lib/gdb.exp (gdb_load): Always return a result.
13425
01b088bc
PA
134262015-02-10 Pedro Alves <palves@redhat.com>
13427
13428 * gdb.threads/signal-sigtrap.c: New file.
13429 * gdb.threads/signal-sigtrap.exp: New file.
13430
b05ec7a5
AT
134312015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13432
13433 * gdb.trace/no-attach-trace.c: New file.
13434 * gdb.trace/no-attach-trace.exp: New file.
13435
a2c2acaf
MW
134362015-02-09 Mark Wielaard <mjw@redhat.com>
13437
13438 * gdb.dwarf2/atomic.c: New file.
13439 * gdb.dwarf2/atomic-type.exp: Likewise.
13440
31fd9caa
MM
134412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13442
13443 * gdb.btrace/buffer-size.exp: Update "info record" output.
13444 * gdb.btrace/delta.exp: Update "info record" output.
13445 * gdb.btrace/enable.exp: Update "info record" output.
13446 * gdb.btrace/finish.exp: Update "info record" output.
13447 * gdb.btrace/instruction_history.exp: Update "info record" output.
13448 * gdb.btrace/next.exp: Update "info record" output.
13449 * gdb.btrace/nexti.exp: Update "info record" output.
13450 * gdb.btrace/step.exp: Update "info record" output.
13451 * gdb.btrace/stepi.exp: Update "info record" output.
13452 * gdb.btrace/nohist.exp: Update "info record" output.
13453
d33501a5
MM
134542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13455
13456 * gdb.btrace/buffer-size: New.
13457
f4abbc16
MM
134582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13459
13460 * gdb.btrace/delta.exp: Update "info record" output.
13461 * gdb.btrace/enable.exp: Update "info record" output.
13462 * gdb.btrace/finish.exp: Update "info record" output.
13463 * gdb.btrace/instruction_history.exp: Update "info record" output.
13464 * gdb.btrace/next.exp: Update "info record" output.
13465 * gdb.btrace/nexti.exp: Update "info record" output.
13466 * gdb.btrace/step.exp: Update "info record" output.
13467 * gdb.btrace/stepi.exp: Update "info record" output.
13468 * gdb.btrace/nohist.exp: Update "info record" output.
13469
b9d61307
SM
134702015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13471
13472 PR gdb/15678
13473 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13474
e584fdbc
PA
134752015-02-06 Pedro Alves <palves@redhat.com>
13476
13477 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13478 macro.
13479 (seconds_left, again): New globals.
13480 (main): Wait seconds_left in a 1-second sleep loop instead of
13481 sleeping 180 seconds. If 'again' is set, reset the seconds
13482 counter.
13483 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13484 'again' in the inferior before detaching. Print the seconds left.
13485 (options): New global.
13486 (top level): Build program with -DTIMEOUT=$timeout.
13487
77f41761
PA
134882015-02-06 Pedro Alves <palves@redhat.com>
13489
13490 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13491 determine how many seconds to pass to 'alarm'.
13492 * gdb.base/gdb-sigterm.exp (top level): Build program with
13493 -DTIMEOUT=$timeout.
13494 (do_test): Return success/failure indication. Add more verbose
13495 logging. Don't fail if 200 single steps are seen. Instead, fail
13496 when the test times out.
13497 (passes): New global.
13498 (top level): Break the testing loop if testing fails on any
13499 iteration. Use gdb_assert.
13500
b9394193
DB
135012015-02-04 Don Breazeal <donb@codesourcery.com>
13502
13503 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13504 and initialize them.
13505 (ipc_cleanup): New function.
13506 (main): Don't declare shmid, semid, and msqid. Add a call to
13507 atexit so that we call ipc_cleanup on exit.
13508
42d9e528
PA
135092015-02-04 Pedro Alves <palves@redhat.com>
13510
13511 * boards/native-extended-gdbserver.exp: Remove any target variant
13512 specifications from the board name before clearing the isremote
13513 flag from board_info.
13514
ae6ae975
DE
135152015-01-31 Doug Evans <xdje42@gmail.com>
13516
13517 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13518
cfb069a8
GB
135192015-01-31 Gary Benson <gbenson@redhat.com>
13520
13521 * gdb.base/completion.exp: Disable completion limiting for
13522 existing tests. Add new tests to check completion limiting.
13523 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13524
5dd31d79
DE
135252015-01-31 Doug Evans <xdje42@gmail.com>
13526
13527 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13528
9f050062
DE
135292015-01-31 Doug Evans <xdje42@gmail.com>
13530
13531 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13532 entries. Duplicate file section script entries.
13533 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13534 inlined entries. Add test for safe-path rejection.
13535 * gdb.python/py-section-script.c: Add duplicate inlined section script
13536 entries. Duplicate file section script entries.
13537 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13538 inlined entries. Add test for safe-path rejection.
13539
df25ebbd
JB
135402015-01-29 Joel Brobecker <brobecker@adacore.com>
13541
13542 * gdb.ada/disc_arr_bound: New testcase.
13543
4a0ca9ec
JB
135442015-01-29 Joel Brobecker <brobecker@adacore.com>
13545
13546 * gdb.ada/mi_var_array: New testcase.
13547
3a8b707a
DE
135482015-01-27 Doug Evans <dje@google.com>
13549
13550 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13551 Add test for objfile.filename, objfile.username after objfile
13552 has been unloaded.
13553
f8313f6e
JB
135542015-01-26 Joel Brobecker <brobecker@adacore.com>
13555
13556 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13557 the second test to print the name attribute of value
13558 returned by the call to gdb.lookup_type, and adjust
13559 the expected output accordingly.
13560
37bc665e
MW
135612015-01-25 Mark Wielaard <mjw@redhat.com>
13562
13563 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13564 * gdb.base/disp-step-fork.c: Include unistd.h.
13565 * gdb.base/siginfo-obj.c: Include stdio.h.
13566 * gdb.base/siginfo-thread.c: Likewise.
13567 * gdb.mi/non-stop.c: Include unistd.h.
13568 * gdb.mi/nsthrexec.c: Include stdio.h.
13569 * gdb.mi/pthreads.c: Include unistd.h.
13570 * gdb.modula2/unbounded1.c (main): Declare returns int.
13571 * gdb.reverse/consecutive-reverse.c: Likewise.
13572 * gdb.threads/create-fail.c: Include unistd.h.
13573 * gdb.threads/killed.c: Likewise.
13574 * gdb.threads/linux-dp.c: Likewise.
13575 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13576 * gdb.threads/non-ldr-exc-2.c: Likewise.
13577 * gdb.threads/non-ldr-exc-3.c: Likewise.
13578 * gdb.threads/non-ldr-exc-4.c: Likewise.
13579 * gdb.threads/pthreads.c: Include unistd.h.
13580 (main): Declare returns int.
13581 * gdb.threads/tls-main.c (foo): New declaration.
13582 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13583
f7e5394d
SM
135842015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13585
13586 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13587 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13588
743649fd
MW
135892015-01-15 Mark Wielaard <mjw@redhat.com>
13590
13591 * gdb.base/noreturn-return.c: New file.
13592 * gdb.base/noreturn-return.exp: New file.
13593 * gdb.base/noreturn-finish.c: New file.
13594 * gdb.base/noreturn-finish.exp: New file.
13595
198297aa
PA
135962015-01-23 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.threads/continue-pending-after-query.c: New file.
13599 * gdb.threads/continue-pending-after-query.exp: New file.
13600
717cf30c
AG
136012015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13602 Simon Marchi <simon.marchi@ericsson.com>
13603
13604 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13605 * gdb.base/valgrind-db-attach.exp: Same.
13606 * gdb.base/valgrind-infcall.exp: Same.
13607 * lib/mi-support.exp (default_mi_gdb_start): Same.
13608 * lib/prompt.exp (default_prompt_gdb_start): Same.
13609 * lib/gdb.exp (default_gdb_spawn): Same.
13610 (gdb_interact): New.
13611
13612
4b62a76e
JK
136132015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13614
13615 * gdb.compile/compile.exp (pointer to jit function): New test.
13616
b4cdae6f
WW
136172015-01-17 Wei-cheng Wang <cole945@gmail.com>
13618
13619 * lib/gdb.exp (supports_process_record): Return true for
13620 powerpc*-*-linux*.
13621 (supports_reverse): Likewise.
13622
d221e7ef
DB
136232015-01-15 Don Breazeal <donb@codesourcery.com>
13624
13625 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13626 instead of checking whether the target board is remote and
13627 use spawn_wait_for_attach instead of exec/sleep.
13628 * gdb.base/attach-twice.exp: Likewise.
13629
bafffb51
JB
136302015-01-15 Joel Brobecker <brobecker@adacore.com>
13631
13632 * gdb.ada/var_arr_attrs: New testcase.
13633
5589af0e
PA
136342015-01-14 Pedro Alves <palves@redhat.com>
13635 Joel Brobecker <brobecker@adacore.com>
13636
13637 PR gdb/17525
13638 * gdb.base/bp-cmds-execution-x-script.c: New file.
13639 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13640 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13641
6c400b59
PA
136422015-01-14 Pedro Alves <palves@redhat.com>
13643
13644 PR cli/17828
13645 * gdb.base/batch-preserve-term-settings.c: New file.
13646 * gdb.base/batch-preserve-term-settings.exp: New file.
13647
e02c96a7
DE
136482015-01-13 Doug Evans <dje@google.com>
13649
13650 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13651 binary.
13652
576fd14c
JB
136532015-01-13 Joel Brobecker <brobecker@adacore.com>
13654
13655 * Makefile.in (clean mostlyclean): Do not delete *.py.
13656
04dccad0
JB
136572015-01-13 Joel Brobecker <brobecker@adacore.com>
13658
13659 * gdb.python/py-lookup-type.exp: New file.
13660
3d230f71
PA
136612015-01-12 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13664 restore GDBFLAGS before returning.
13665
7e67715d
JK
136662015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13667
13668 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13669 is_amd64_regs_target and is_x86_like_target.
13670
f2e0d4b4
DE
136712015-01-11 Doug Evans <xdje42@gmail.com>
13672
13673 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13674 is given without an explicit form.
13675 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13676 attributes.
13677 * gdb.dwarf/corrupt.exp: Ditto.
13678 * gdb.dwarf2/enum-type.exp: Ditto.
13679 * gdb.trace/entry-values.exp: Ditto.
13680 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13681
439250fb
DE
136822015-01-11 Doug Evans <xdje42@gmail.com>
13683
13684 PR gdb/15830
13685 * gdb.base/maint.exp: Remove references to "maint demangle".
13686 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13687 Add tests for explicitly specifying language to demangle.
13688 * gdb.dlang/demangle.exp: Ditto.
13689
ede9f622
PA
136902015-01-09 Pedro Alves <palves@redhat.com>
13691
13692 * gdb.threads/non-stop-fair-events.c: New file.
13693 * gdb.threads/non-stop-fair-events.exp: New file.
13694
a7b796db
PA
136952015-01-09 Pedro Alves <palves@redhat.com>
13696
13697 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13698 the global scope. Set a breakpoint after all threads are started
13699 rather than stepping over two source lines. Expect the prompt.
13700 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13701 global.
13702 (NUM): Now 15.
13703 (main): Use threads_started_barrier to wait for all threads to
13704 start. Main thread no longer calls thread_function. Exit after
13705 180 seconds.
13706 (loop): New function.
13707 (thread_function): Wait on threads_started_barrier barrier. Call
13708 'loop' at each iteration.
13709 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13710 threads have started, instead of hardcoding number of "next"
13711 steps. Use an access watchpoint instead of a write watchpoint.
13712
9665ffdd
PA
137132015-01-09 Pedro Alves <palves@redhat.com>
13714
13715 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13716 (thread_func): Wait on barrier.
13717 (main): Wait for all threads to start before stopping GDB.
13718 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13719 global.
13720 (thread1_func, thread2_func): Wait on barrier.
13721 (main): Wait for all threads to start before stopping GDB.
13722 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13723 New global.
13724 (thread1_func, thread2_func): Wait on barrier.
13725 (main): Wait for all threads to start before stopping GDB.
13726
c945a99f
PA
137272015-01-09 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.threads/attach-many-short-lived-threads.c: New file.
13730 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13731
c1a747c1
PA
137322014-01-09 Pedro Alves <palves@redhat.com>
13733
13734 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13735 instead of to thread 2.
13736 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13737 Add barrier around each pthread_create call instead of around all
13738 calls.
13739 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13740 Set a break on thread_function and have the child threads hit it
13741 one at at a time.
13742
60b3033e
PA
137432015-01-09 Pedro Alves <palves@redhat.com>
13744
13745 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13746 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13747 false.
13748 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13749 checking whether the target board is remote.
13750 * gdb.multi/multi-attach.exp: Likewise.
13751 * gdb.python/py-sync-interp.exp: Likewise.
13752 * gdb.server/ext-attach.exp: Likewise.
13753 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13754 tests that need to attach, instead of checking whether the target
13755 board is remote at the top of the file.
13756
acc018ac
YQ
137572015-01-08 Yao Qi <yao@codesourcery.com>
13758
13759 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13760
50a18af8
JK
137612015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13762
13763 Fix testcase compilation.
13764 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13765
8503d6e1
JB
137662015-01-06 Joel Brobecker <brobecker@adacore.com>
13767
13768 * gdb.python/py-type.exp: Add a couple test about empty
13769 array creation, and negative-length array creation.
13770
cc73dbcc
DE
137712015-01-02 Doug Evans <xdje42@gmail.com>
13772
13773 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13774
0300bbc7
DE
137752015-01-02 Doug Evans <dje@google.com>
13776
13777 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13778
9d85a0ec
YQ
137792014-12-29 Yao Qi <yao@codesourcery.com>
13780
13781 * gdb.trace/entry-values.exp: Update comments. Rename variable
13782 bar_call_foo to returned_from_foo.
13783
87186c6a
MMN
137842014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13785
13786 PR gdb/17394
13787 * gdb.linespec/break-asm-file.c: New file.
13788 * gdb.linespec/break-asm-file.exp: New file.
13789 * gdb.linespec/break-asm-file0.s: New file.
13790 * gdb.linespec/break-asm-file1.s: New file.
13791
1bab7383
YQ
137922014-12-18 Nigel Stephens <nigel@mips.com>
13793 Maciej W. Rozycki <macro@codesourcery.com>
13794
13795 * gdb.base/float.exp: Handle the new output from "info float" on
13796 MIPS targets.
13797
1bc1068a
JK
137982014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13799
13800 Fix MinGW compilation.
13801 * gdb.compile/compile-ops.exp: Update untested message if
13802 !skip_compile_feature_tests.
13803 * gdb.compile/compile-setjmp.exp: Likewise.
13804 * gdb.compile/compile-tls.exp: Likewise.
13805 * gdb.compile/compile.exp: Likewise.
13806 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13807 supported on this host".
13808
b6615d10
DE
138092014-12-16 Doug Evans <xdje42@gmail.com>
13810
13811 * boards/stabs.exp: New file.
13812
25dda427
AA
138132014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13814
13815 * gdb.base/completion.exp: Adjust to format changes of "maint
13816 print user-registers".
13817
bf330350
CU
138182014-12-16 Catalin Udma <catalin.udma@freescale.com>
13819
13820 PR server/17457
13821 * gdb.arch/aarch64-fp.c: New file.
13822 * gdb.arch/aarch64-fp.exp: New file.
13823
395cf596
SDJ
138242014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13825
13826 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13827 r210637, r210913, r211666, r215400, r215817).
13828
13829 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13830 * dg-extract-results.py: New file.
13831 * dg-extract-results.sh: Use it if the environment seems
13832 suitable.
13833
13834 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13835
13836 * dg-extract-results.py (parse_run): Handle warnings that
13837 are printed before a test harness is run.
13838
13839 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13840
13841 * dg-extract-results.py (Named): Remove __cmp__ method.
13842 (output_variation): Use a key to sort variation.harnesses.
13843
13844 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13845
13846 * dg-extract-results.py: For Python 3, force sys.stdout to
13847 handle surrogate escape sequences.
13848 (safe_open): New function.
13849 (output_segment, main): Use it.
13850
13851 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13852
13853 * dg-extract-results.py (Prog.result_re): Include options
13854 in test name.
13855
13856 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13857
13858 * dg-extract-results.py (output_variation): Always sort if
13859 do_sum.
13860
e882ef3c
SM
138612014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13862
13863 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13864 as long as we get pagination notifications.
13865
4992aa20
JM
138662014-12-15 Jason Merrill <jason@redhat.com>
13867
13868 * Makefile.in (check-gdb.%): Restore.
13869 * README: Mention it.
13870
c1b5a1a6
JB
138712014-12-13 Joel Brobecker <brobecker@adacore.com>
13872
13873 * gdb.ada/str_uninit: New testcase.
13874
5537b577
JK
138752014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13876
13877 PR symtab/17642
13878 * gdb.base/vla-stub-define.c: New file.
13879 * gdb.base/vla-stub.c: New file.
13880 * gdb.base/vla-stub.exp: New file.
13881
bb2ec1b3
TT
138822014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13883 Jan Kratochvil <jan.kratochvil@redhat.com>
13884 Tom Tromey <tromey@redhat.com>
13885
13886 * configure.ac: Add gdb.compile/.
13887 * configure: Regenerate.
13888 * gdb.compile/Makefile.in: New file.
13889 * gdb.compile/compile-ops.exp: New file.
13890 * gdb.compile/compile-ops.c: New file.
13891 * gdb.compile/compile-tls.c: New file.
13892 * gdb.compile/compile-tls.exp: New file.
13893 * gdb.compile/compile-constvar.S: New file.
13894 * gdb.compile/compile-constvar.c: New file.
13895 * gdb.compile/compile-mod.c: New file.
13896 * gdb.compile/compile-nodebug.c: New file.
13897 * gdb.compile/compile-setjmp-mod.c: New file.
13898 * gdb.compile/compile-setjmp.c: New file.
13899 * gdb.compile/compile-setjmp.exp: New file.
13900 * gdb.compile/compile-shlib.c: New file.
13901 * gdb.compile/compile.c: New file.
13902 * gdb.compile/compile.exp: New file.
13903 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13904
4ff709eb
TT
139052014-12-12 Tom Tromey <tromey@redhat.com>
13906
13907 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13908 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13909
6dddd6a5
DE
139102014-12-12 Doug Evans <dje@google.com>
13911
13912 * lib/gdb-python.exp (get_python_valueof): New function.
13913 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13914
71c24708
AA
139152014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13916
13917 * gdb.base/completion.exp: Add test for completion of "info
13918 registers ".
13919
3e29f34a
MR
139202014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13921
13922 * gdb.base/func-ptrs.c: New file.
13923 * gdb.base/func-ptrs.exp: New file.
13924
fc126975
SM
139252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13926
13927 PR breakpoints/17012
13928 * gdb.base/dprintf-detach.c: New file.
13929 * gdb.base/dprintf-detach.exp: New file.
13930
0a46d518
SM
139312014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13932
13933 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13934 * lib/gdb.exp (target_is_gdbserver): New procedure.
13935
a0be3e44
DE
139362014-12-08 Doug Evans <dje@google.com>
13937
13938 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13939
df1b803a
YQ
139402014-12-05 Yao Qi <yao@codesourcery.com>
13941
13942 * gdb.guile/scm-error.exp: Remove the third argument to
13943 gdb_remote_download.
13944 * gdb.guile/scm-frame-args.exp: Likewise.
13945 * gdb.guile/scm-section-script.exp: Likewise.
13946
ddb9f679
YQ
139472014-12-05 Yao Qi <yao@codesourcery.com>
13948
13949 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13950
86e4ed39
DE
139512014-12-04 Doug Evans <dje@google.com>
13952
13953 * gdb.python/py-objfile.exp: Add tests for
13954 objfile.add_separate_debug_file.
13955
7c50a931
DE
139562014-12-04 Doug Evans <dje@google.com>
13957
13958 * lib/gdb.exp (get_build_id): New function.
13959 (build_id_debug_filename_get): Rewrite to use it.
13960 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13961
621661e3
MR
139622014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13963
13964 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13965 `method(long)', not just 0x0.
13966 * gdb.cp/nsalias.exp: Align code labels to 4.
13967 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13968 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13969 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13970 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13971 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13972 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13973
29f0c3b7
DE
139742014-12-02 Doug Evans <dje@google.com>
13975
e1e061e7 13976 PR symtab/17602
29f0c3b7 13977 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13978 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13979 * gdb.cp/anon-ns.exp: Update.
13980
162078c8
NB
139812014-12-02 Nick Bull <nicholaspbull@gmail.com>
13982
13983 * gdb.python/py-events.py (inferior_call_handler): New.
13984 (register_changed_handler, memory_changed_handler): New.
13985 (test_events.invoke): Register new handlers.
13986 * gdb.python/py-events.exp: Add tests for inferior call,
13987 memory_changed and register_changed events.
13988
fdb09caf
AA
139892014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13990
13991 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13992 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13993 if the linker doesn't understand this.
13994
55cfb2c4
SM
139952014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13996
13997 * gdb.python/python.exp: Change expected reply to help().
13998
9e8cd6df
YQ
139992014-12-01 Yao Qi <yao@codesourcery.com>
14000
14001 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14002 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14003 * configure: Re-generated.
14004
6c659fc2
SC
140052014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14006
14007 * gdb.cp/chained-calls.cc: New file.
14008 * gdb.cp/chained-calls.exp: New file.
14009 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14010
d7fc3181
SM
140112014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14012
14013 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14014 * gdb.dwarf2/symtab-producer.exp: Same.
14015 * gdb.gdb/python-interrupts.exp: Same.
14016 * gdb.gdb/python-selftest.exp: Same.
14017 * gdb.python/py-linetable.exp: Same.
14018 * gdb.python/py-type.exp: Same.
14019 * gdb.python/py-value-cc.exp: Same.
14020 * gdb.python/py-value.exp: Same.
14021
10e79639
YQ
140222014-11-28 Yao Qi <yao@codesourcery.com>
14023
14024 * gdb.base/break-probes.exp: Match library name prefixed with
14025 sysroot.
14026
f28a0564
SM
140272014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14028
14029 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14030 test expected output. Add parentheses for the call to print.
14031 Remove L suffix from integers.
14032
3fe1ce1d
DE
140332014-11-26 Doug Evans <dje@google.com>
14034
14035 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14036
84429e27
YQ
140372014-11-22 Yao Qi <yao@codesourcery.com>
14038
14039 * gdb.trace/entry-values.c: Remove asms.
14040 (foo): Add foo_label.
14041 (bar): Add bar_label.
14042 * gdb.trace/entry-values.exp: Remove code computing foo's
14043 length and bar's length.
14044 (Dwarf::assemble): Invoke function_range for bar and use
14045 MACRO_AT_func for foo.
14046
26741859
YQ
140472014-11-22 Yao Qi <yao@codesourcery.com>
14048
14049 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14050 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14051 Use .Lgcc43_procstart instead of gcc43.
14052
45e44d27
JB
140532014-11-21 Joel Brobecker <brobecker@adacore.com>
14054
14055 * gdb.ada/n_arr_bound: New testcase.
14056
458c8db8
SDJ
140572014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14058
14059 PR breakpoints/10737
14060 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14061 test_catch_syscall_multi_arch.
14062 (test_catch_syscall_multi_arch): New function.
14063
43f3e411
DE
140642014-11-20 Doug Evans <xdje42@gmail.com>
14065
14066 * gdb.base/maint.exp: Update expected output.
14067
0d7b2549
AA
140682014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14069
14070 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14071 4-byte instruction on S390.
14072
8908fca5
JB
140732014-11-19 Joel Brobecker <brobecker@adacore.com>
14074
14075 * gdb.ada/arr_arr: New testcase.
14076
4a46959e
JB
140772014-11-19 Joel Brobecker <brobecker@adacore.com>
14078
14079 * gdb.ada/pkd_arr_elem: New Testcase.
14080
470e2f4e
LM
140812014-11-18 Luis Machado <lgustavo@codesourcery.com>
14082
14083 * gdb.reverse/break-precsave: Expect completion message for
14084 core file reads.
14085 * gdb.reverse/consecutive-precsave.exp: Likewise.
14086 * gdb.reverse/finish-precsave.exp: Likewise.
14087 * gdb.reverse/i386-precsave.exp: Likewise.
14088 * gdb.reverse/machinestate-precsave.exp: Likewise.
14089 * gdb.reverse/sigall-precsave.exp: Likewise.
14090 * gdb.reverse/solib-precsave.exp: Likewise.
14091 * gdb.reverse/step-precsave.exp: Likewise.
14092 * gdb.reverse/until-precsave.exp: Likewise.
14093 * gdb.reverse/watch-precsave.exp: Likewise.
14094
a267f3ad
AA
140952014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14096
14097 * gdb.base/bp-permanent.c: Include unistd.h.
14098 * gdb.python/py-framefilter-mi.c (main): Add return type.
14099 * gdb.python/py-framefilter.c (main): Likewise.
14100 * gdb.trace/actions-changed.c (main): Likewise.
14101
12084a9a
AA
141022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14103
14104 * gdb.mi/until.c: Add eye-catchers.
14105 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14106 line numbers.
14107
dc7e1a77
AA
141082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14109
14110 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14111 function header variants in break1.c.
14112 * gdb.base/ena-dis-br.exp: Likewise.
14113 * gdb.base/hbreak2.exp: Likewise.
14114 * gdb.reverse/until-precsave.exp: Drop references to removed
14115 non-prototype function header variants in ur1.c.
14116 * gdb.reverse/until-reverse.exp: Likewise.
14117
41c77605
PM
141182014-11-17 Petr Machata <pmachata@redhat.com>
14119
14120 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14121 ${_cu_offset_size} bytes abbrev offset.
14122
34248c3a
DE
141232014-11-15 Doug Evans <xdje42@gmail.com>
14124
14125 PR symtab/17559
14126 * gdb.base/line-symtabs.exp: New file.
14127 * gdb.base/line-symtabs.c: New file.
14128 * gdb.base/line-symtabs.h: New file.
14129
646da059
YQ
141302014-11-14 Yao Qi <yao@codesourcery.com>
14131
14132 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14133 (func): Add label func_label.
14134 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14135 Replace low_pc and high_pc with MACRO_AT_range.
14136 Replace name, low_pc and high_pc with MACRO_AT_func.
14137
9301ebe6
YQ
141382014-11-14 Yao Qi <yao@codesourcery.com>
14139
14140 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14141 Replace name, low_pc and high_pc with MACRO_AT_func.
14142
f166b542
YQ
141432014-11-14 Yao Qi <yao@codesourcery.com>
14144
14145 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14146 produce debug information.
14147 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14148
0f6e71e3
YQ
141492014-11-14 Yao Qi <yao@codesourcery.com>
14150
14151 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14152 object and get function length.
14153 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14154 with MACRO_AT_func.
14155 (top-level): Replace gdb_compile and clean_restart with
14156 prepare_for_testing.
14157 * gdb.dwarf2/main.c (main): Add label main_label.
14158
876c4df9
YQ
141592014-11-14 Yao Qi <yao@codesourcery.com>
14160
14161 * lib/dwarf.exp (function_range): New procedure.
14162 (Dwarf::_handle_macro_at_func): New procedure.
14163 (Dwarf::_handle_macro_at_range): New procedure.
14164 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14165
02ad9cf1
YQ
141662014-11-14 Yao Qi <yao@codesourcery.com>
14167
14168 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14169 (_handle_attribute): New procedure.
14170
a59add0c
AA
141712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14172
14173 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14174 * gdb.base/call-sc.c (zed): Likewise.
14175 * gdb.base/checkpoint.c (main): Likewise.
14176 * gdb.base/dump.c (main): Likewise.
14177 * gdb.base/gcore.c (main): Likewise.
14178 * gdb.base/huge.c (main): Likewise.
14179 * gdb.base/multi-forks.c (main): Likewise.
14180 * gdb.base/pr10179-a.c (main): Likewise.
14181 * gdb.base/savedregs.c (main): Likewise.
14182 * gdb.base/sigaltstack.c (main): Likewise.
14183 * gdb.base/siginfo.c (main): Likewise.
14184 * gdb.base/structs.c (zed): Likewise.
14185 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14186 * gdb.mi/mi-syn-frame.c (main): Likewise.
14187 * gdb.mi/until.c (foo, main): Likewise.
14188 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14189 * gdb.base/solib-weak.c (foo): Declare.
14190 * gdb.base/attach-twice.c: Include stdio.h.
14191 * gdb.base/weaklib1.c: Likewise.
14192 * gdb.base/weaklib2.c: Likewise.
14193 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14194 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14195 unistd.h.
14196 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14197 * gdb.mi/mi-exit-code.c: Likewise.
14198 * gdb.base/break-interp-lib.c: Include string.h.
14199 * gdb.base/coremaker.c: Likewise.
14200 * gdb.base/testenv.c: Likewise.
14201 * gdb.python/py-finish-breakpoint.c: Likewise.
14202 * gdb.base/inferior-died.c: Include sys/wait.h.
14203 * gdb.base/fileio.c: Include time.h.
14204 * gdb.base/async-shell.c: Include unistd.h.
14205 * gdb.base/dprintf-non-stop.c: Likewise.
14206 * gdb.base/info-os.c: Likewise.
14207 * gdb.mi/mi-console.c: Likewise.
14208 * gdb.mi/watch-nonstop.c: Likewise.
14209 * gdb.python/py-events.c: Likewise.
14210 * gdb.base/async.c (baz): Move up before its invocation.
14211 * gdb.base/code_elim2.c (my_global_func): Likewise.
14212 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14213 * gdb.base/advance.c (func2): Likewise.
14214
3b5d5997
AA
142152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14216
14217 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14218 variant.
14219 * gdb.base/annota3.c: Likewise.
14220 * gdb.base/async.c: Likewise.
14221 * gdb.base/average.c: Likewise.
14222 * gdb.base/call-ar-st.c: Likewise.
14223 * gdb.base/call-rt-st.c: Likewise.
14224 * gdb.base/call-sc.c: Likewise.
14225 * gdb.base/call-strs.c: Likewise.
14226 * gdb.base/ending-run.c: Likewise.
14227 * gdb.base/execd-prog.c: Likewise.
14228 * gdb.base/exprs.c: Likewise.
14229 * gdb.base/foll-exec.c: Likewise.
14230 * gdb.base/foll-fork.c: Likewise.
14231 * gdb.base/foll-vfork.c: Likewise.
14232 * gdb.base/funcargs.c: Likewise.
14233 * gdb.base/gcore.c: Likewise.
14234 * gdb.base/jump.c: Likewise.
14235 * gdb.base/langs0.c: Likewise.
14236 * gdb.base/langs1.c: Likewise.
14237 * gdb.base/langs2.c: Likewise.
14238 * gdb.base/mips_pro.c: Likewise.
14239 * gdb.base/nodebug.c: Likewise.
14240 * gdb.base/opaque0.c: Likewise.
14241 * gdb.base/opaque1.c: Likewise.
14242 * gdb.base/recurse.c: Likewise.
14243 * gdb.base/run.c: Likewise.
14244 * gdb.base/scope0.c: Likewise.
14245 * gdb.base/scope1.c: Likewise.
14246 * gdb.base/setshow.c: Likewise.
14247 * gdb.base/setvar.c: Likewise.
14248 * gdb.base/shmain.c: Likewise.
14249 * gdb.base/shr1.c: Likewise.
14250 * gdb.base/shr2.c: Likewise.
14251 * gdb.base/sigall.c: Likewise.
14252 * gdb.base/signals.c: Likewise.
14253 * gdb.base/so-indr-cl.c: Likewise.
14254 * gdb.base/solib2.c: Likewise.
14255 * gdb.base/structs.c: Likewise.
14256 * gdb.base/sum.c: Likewise.
14257 * gdb.base/vforked-prog.c: Likewise.
14258 * gdb.base/watchpoint.c: Likewise.
14259 * gdb.reverse/shr2.c: Likewise.
14260 * gdb.reverse/until-reverse.c: Likewise.
14261 * gdb.reverse/ur1.c: Likewise.
14262 * gdb.reverse/watch-reverse.c: Likewise.
14263
066a77c5
AA
142642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14265
14266 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14267 variant.
14268 * gdb.base/sepdebug.exp: Drop references to removed code.
14269
4f204ea5
AA
142702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14271
14272 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14273 variant. Preserve original line numbering.
14274 * gdb.base/list1.c: Likewise.
14275
3b377a3a
AA
142762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14277
14278 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14279 variant.
14280 * gdb.base/break1.c: Likewise.
14281 * gdb.base/break.exp: Drop references to removed code.
14282
e444df73
AA
142832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14284
14285 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14286 variant.
14287
8008f2a7
AA
142882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14289
14290 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14291
a5a06887
AA
142922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14293
14294 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14295 logic into perform_all_tests() and invoke it with and without
14296 function header prototypes.
14297 (do_function_calls): Remove conditional XFAIL for PR 5318.
14298 (rerun_and_prepare): Remove duplicate code.
14299 (perform_all_tests): New. Main logic moved here.
14300
44dba9b9
AA
143012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14302
14303 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14304 code guarded by #ifdef NO_PROTOTYPES.
14305 (t_double_many_args): Likewise.
14306 (DEF_FUNC_MANY_ARGS_1): Likewise.
14307 (DEF_FUNC_VALUES_1): Likewise.
14308 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14309 guarded by #ifdef PROTOTYPES.
14310
d1fbcd56
AA
143112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14312
14313 * gdb.mi/mi-console.c: Add eye-catcher.
14314 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14315 instead of literal line number.
14316
b0e59b8f
AA
143172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14318
14319 * gdb.base/shr2.c: Add eye-catcher.
14320 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14321 line number.
14322
78f98cca
AA
143232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14324
14325 * gdb.base/jump.c: Add eye-catchers.
14326 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14327 numbers.
14328
58fa2af0
AA
143292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14330
14331 * gdb.base/execd-prog.c: Add eye-catchers.
14332 * gdb.base/foll-exec.c: Likewise.
14333 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14334 line numbers.
14335
04e5059b
AA
143362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14337
14338 * gdb.base/ending-run.c: Add eye-catchers.
14339 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14340 literal line numbers.
14341
dbfdb174
AA
143422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14343
14344 * gdb.base/call-rt-st.c: Add eye-catchers.
14345 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14346 literal line numbers.
14347
888a2ade
AA
143482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14349
14350 * gdb.base/call-ar-st.c: Add eye-catchers.
14351 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14352 literal line numbers.
14353
6acc2dde
AA
143542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14355
14356 * gdb.base/average.c: Add eye-catchers.
14357 * gdb.base/sum.c: Likewise.
14358 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14359 regexps dynamically.
14360
9ecfcd1d
AA
143612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14362
14363 * gdb.base/solib1.c: Add eye-catchers.
14364 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14365 literal line numbers.
14366
78708b7c
PA
143672014-11-12 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14370 leader has exited.
14371
af48d08f
PA
143722014-11-12 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.arch/i386-bp_permanent.c: New file.
14375 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14376 (srcfile): Set to i386-bp_permanent.c.
14377 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14378 that stepi does not execute the 'leave' instruction, instead of
14379 testing it does execute.
14380 * gdb.base/bp-permanent.c: New file.
14381 * gdb.base/bp-permanent.exp: New file.
14382
af3768e9
DE
143832014-11-10 Doug Evans <xdje42@gmail.com>
14384
14385 PR symtab/17564
14386 * gdb.base/symtab-search-order.exp: New file.
14387 * gdb.base/symtab-search-order.c: New file.
14388 * gdb.base/symtab-search-order-1.c: New file.
14389 * gdb.base/symtab-search-order-shlib-1.c: New file.
14390
9de00a4a
PA
143912014-11-07 Pedro Alves <palves@redhat.com>
14392
14393 PR gdb/17511
14394 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14395 i?86-*-linux*.
14396
e0f52461
SC
143972014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14398
14399 PR c++/17494
14400 * gdb.cp/pr17494.cc: New file.
14401 * gdb.cp/pr17494.exp: New file.
14402
6ce8c980
YQ
144032014-11-02 Yao Qi <yao@codesourcery.com>
14404
14405 * gdb.python/python.exp: Get working directory and match the
14406 output of "set extended-prompt \\w " with it.
14407
02be9a71
DE
144082014-10-30 Doug Evans <dje@google.com>
14409
14410 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14411 in objfiles.
14412 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14413 in progspaces.
14414
3bdff46b
LM
144152014-10-30 Janis Johnson <janisjo@codesourcery.com>
14416
14417 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14418 * gdb.base/realname-expand.exp: Likewise.
14419 * gdb.linespec/macro-relative.exp: Likewise.
14420
ab917dfb
PA
144212014-10-29 Pedro Alves <palves@redhat.com>
14422
14423 PR gdb/17408
14424 * gdb.threads/schedlock.c (some_function): New function.
14425 (call_function): New global.
14426 (MAYBE_CALL_SOME_FUNCTION): New macro.
14427 (thread_function): Call it.
14428 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14429 and use it instead of a global counter. Adjust all callers.
14430 (get_current_thread): Use "find current thread" for test message
14431 here rather than having all callers pass down the same string.
14432 (goto_loop): New procedure, factored out from ...
14433 (my_continue): ... this.
14434 (step_ten_loops): Change parameter from test message to command to
14435 use. Adjust.
14436 (list_count): Delete global.
14437 (check_result): New procedure, factored out from duplicate top
14438 level code.
14439 (continue tests): Wrap in with_test_prefix.
14440 (test_step): New procedure, factored out from duplicate top level
14441 code.
14442 (top level): Test "step" in combination with all scheduler-locking
14443 modes. Test "next" in combination with all scheduler-locking
14444 modes, and in combination with stepping over a function call or
14445 not.
14446 * gdb.threads/next-bp-other-thread.c: New file.
14447 * gdb.threads/next-bp-other-thread.exp: New file.
14448
d3d4baed
PA
144492014-10-29 Pedro Alves <palves@redhat.com>
14450
14451 PR python/17372
14452 * gdb.python/python.exp: Test a multi-line command that spawns
14453 interactive Python.
14454 * gdb.base/multi-line-starts-subshell.exp: New file.
14455
563e8d85
YQ
144562014-10-29 Yao Qi <yao@codesourcery.com>
14457
14458 * gdb.base/fileio.exp: Make directories on host.
14459
0ea4d52e
YQ
144602014-10-29 Yao Qi <yao@codesourcery.com>
14461
14462 * gdb.base/fileio.c (test_write): Close the file.
14463
7f5ef605
PA
144642014-10-28 Pedro Alves <palves@redhat.com>
14465
14466 PR gdb/12623
14467 * gdb.base/sigstep.c (no_handler): New global.
14468 (main): If 'no_handler is true, set the signal handlers to
14469 SIG_IGN.
14470 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14471 with_sw_watch and no_handler parameters. Handle them.
14472 (top level) <stepping over handler when stopped at a breakpoint
14473 test>: Add a test axis for testing with a software watchpoint, and
14474 another for testing with the signal handler set to SIG_IGN.
14475 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14476 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14477
abbdbd03
PA
144782014-10-28 Pedro Alves <palves@redhat.com>
14479
14480 PR gdb/17511
14481 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14482 * gdb.base/sigstep.exp (other_handler_location): New global.
14483 (advance): Support stepping into the signal handler, and running
14484 commands while in the handler.
14485 (in_handler_map): New global.
14486 (top level): In the advance test, add combinations for getting
14487 into the handler with stepping commands, and for running commands
14488 in the handler. Add comment descripting the advancei tests.
14489
1df4399f
PA
144902014-10-28 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.base/sigstep.exp: Use build_executable instead of
14493 prepare_for_testing.
14494 (top level): Move code that starts GDB, runs to main and creates a
14495 display to ...
14496 (restart): ... this new procedure.
14497 (top level): Move backtrace from signal handler test to ...
14498 (validate_backtrace): ... this new procedure.
14499 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14500 with_test_prefix. Always restart GDB.
14501 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14502 with_test_prefix. Always restart GDB. No need to delete
14503 breakpoints after the test.
14504 (test_skip_handler): Remove prefix parameter.
14505 (skip_over_handler, breakpoint_to_handler)
14506 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14507 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14508 restart GDB. No need to delete breakpoints after the test.
14509 (top level): Use foreach to call the test procedures with
14510 different commands.
14511
a5b6e449
PA
145122014-10-28 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14515 instead of GNATS numbers.
14516 * gdb.base/sigbpt.exp: Likewise.
14517 * gdb.base/siginfo.exp: Likewise.
14518 * gdb.base/sigstep.exp: Likewise.
14519
e5f8a7cc
PA
145202014-10-27 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.base/sigstep.c (dummy): New global.
14523 (main): Issue a couple writes to the new global.
14524 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14525 procedures.
14526 (skip_over_handler): Use test_skip_handler.
14527 (top level): Call skip_over_handler for stepi and nexti too.
14528 (breakpoint_over_handler): Use test_skip_handler.
14529 (top level): Call breakpoint_over_handler for stepi and nexti too.
14530
763905a3
YQ
145312014-10-27 Yao Qi <yao@codesourcery.com>
14532
14533 * gdb.trace/tfile.c (adjust_function_address)
14534 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14535 function descriptor.
14536
6f259a23
DB
145372014-10-24 Don Breazeal <donb@codesourcery.com>
14538
14539 * gdb.base/foll-fork.exp (test_follow_fork,
14540 catch_fork_child_follow): Check for updated fork messages emitted
14541 from infrun.c.
14542 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14543 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14544 vfork_and_exec_child_follow_through_step): Check for updated vfork
14545 messages emitted from infrun.c.
14546
09dd9a69
PA
145472014-10-24 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.base/corefile.exp: Remove references to ultrix.
14550 * gdb.base/interrupt.exp: Likewise.
14551 * gdb.base/whatis.exp: Likewise.
14552 * gdb.gdb/selftest.exp: Likewise.
14553 * gdb.threads/manythreads.exp: Likewise.
14554 * gdb.threads/print-threads.exp: Likewise.
14555 * gdb.threads/pthreads.exp:: Likewise.
14556 * gdb.threads/schedlock.exp: Likewise.
14557
3433cfa5
SC
145582014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14559
14560 * gdb.cp/non-trivial-retval.cc: Add a test case.
14561 * gdb.cp/non-trivial-retval.exp: Add a test.
14562
092f880b
YQ
145632014-10-20 Yao Qi <yao@codesourcery.com>
14564
14565 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14566 * gdb.python/py-objfile-script-gdb.py: New file.
14567 * gdb.python/py-objfile-script.exp: Update reference to
14568 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14569 of remote_download. Remove the dest file.
14570
acbdb7f3
YQ
145712014-10-20 Yao Qi <yao@codesourcery.com>
14572
14573 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14574 * gdb.base/step-line.exp: Likewise.
14575 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14576 * gdb.dwarf2/dw2-basic.exp: Likewise.
14577 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14578 * gdb.dwarf2/dw2-filename.exp: Likewise.
14579 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14580 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14581 * gdb.dwarf2/dw2-producer.exp: Likewise.
14582 * gdb.dwarf2/mac-fileno.exp: Likewise.
14583 * gdb.python/py-frame-args.exp: Likewise.
14584 * gdb.python/py-framefilter.exp: Likewise.
14585 * gdb.python/py-mi.exp: Likewise.
14586 * gdb.python/py-objfile-script.exp: Likewise
14587 * gdb.python/py-pp-integral.exp: Likewise.
14588 * gdb.python/py-pp-re-notag.exp: Likewise.
14589 * gdb.python/py-prettyprint.exp: Likewise.
14590 * gdb.python/py-section-script.exp: Likewise.
14591 * gdb.python/py-typeprint.exp: Likewise.
14592 * gdb.python/py-xmethods.exp: Likewise.
14593 * gdb.stabs/weird.exp: Likewise.
14594 * gdb.xml/tdesc-regs.exp: Likewise.
14595
bd286a29
KCY
145962014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14597
14598 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14599 (out_cu): Use addr_len for the size of addresses.
14600 (out_line): Likewise. Size DW_LNE_set_address instruction
14601 according to addr_len.
14602 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14603 (FUNC): Add START_INSNS to definition.
14604
673dc4a0
YQ
146052014-10-18 Yao Qi <yao@codesourcery.com>
14606
14607 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14608 gdb_has_argv0 return true.
14609 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14610 check [target_info exists noargs], check [gdb_has_argv0]
14611 instead.
14612 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14613 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14614 procedures.
14615
4ffbba72
DE
146162014-10-17 Doug Evans <dje@google.com>
14617
14618 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14619 event.
14620 * gdb.python/py-events.py: Add clear_objfiles event.
14621
d096d8c1
DE
146222014-10-17 Doug Evans <dje@google.com>
14623
14624 * gdb.python/py-objfile.exp: Test progspace attribute.
14625
a80db015
LM
146262014-10-17 Luis Machado <lgustavo@codesourcery.com>
14627
14628 * gdb.guile/scm-breakpoint.exp: Do not assume any
14629 directory separators when matching source file paths.
14630 * gdb.python/py-breakpoint.exp: Likewise.
14631 * gdb.reverse/break-precsave.exp: Likewise.
14632 * gdb.reverse/break-reverse.exp: Likewise.
14633 * gdb.reverse/consecutive-precsave.exp: Likewise.
14634 * gdb.reverse/finish-precsave.exp: Likewise.
14635 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14636 * gdb.reverse/finish-reverse.exp: Likewise.
14637 * gdb.reverse/i386-precsave.exp: Likewise.
14638 * gdb.reverse/i387-env-reverse.exp: Likewise.
14639 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14640 * gdb.reverse/machinestate-precsave.exp: Likewise.
14641 * gdb.reverse/machinestate.exp: Likewise.
14642 * gdb.reverse/sigall-precsave.exp: Likewise.
14643 * gdb.reverse/solib-precsave.exp: Likewise.
14644 * gdb.reverse/step-precsave.exp: Likewise.
14645 * gdb.reverse/until-precsave.exp: Likewise.
14646 * gdb.reverse/watch-precsave.exp: Likewise.
14647 * gdb.reverse/watch-reverse.exp: Likewise.
14648
b22089ab
YQ
146492014-10-17 Yao Qi <yao@codesourcery.com>
14650
14651 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14652 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14653
6c4486e6
PA
146542014-10-17 Pedro Alves <palves@redhat.com>
14655
14656 PR gdb/17471
14657 * gdb.base/bg-execution-repeat.c: New file.
14658 * gdb.base/bg-execution-repeat.exp: New file.
14659
0ff33695
PA
146602014-10-17 Pedro Alves <palves@redhat.com>
14661
14662 PR gdb/17300
14663 * gdb.base/continue-all-already-running.c: New file.
14664 * gdb.base/continue-all-already-running.exp: New file.
14665
6fdebc3d
PA
146662014-10-17 Pedro Alves <palves@redhat.com>
14667
14668 PR gdb/17472
14669 * gdb.base/annota-input-while-running.c: New file.
14670 * gdb.base/annota-input-while-running.exp: New file.
14671
32a8097b
PA
146722014-10-17 Pedro Alves <palves@redhat.com>
14673
14674 * gdb.base/callfuncs.exp: emove references to osf.
14675 * gdb.base/sigall.exp: Likewise.
14676 * gdb.gdb/selftest.exp: Likewise.
14677 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14678 * gdb.mi/non-stop.c: Likewise.
14679 * gdb.mi/pthreads.c: Likewise.
14680 * gdb.reverse/sigall-precsave.exp: Likewise.
14681 * gdb.reverse/sigall-reverse.exp: Likewise.
14682 * gdb.threads/pthreads.c: Likewise.
14683 * gdb.threads/pthreads.exp: Likewise.
14684
7a3517ff
YQ
146852014-10-17 Yao Qi <yao@codesourcery.com>
14686
14687 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14688 check 'target_info exists noargs'.
14689 (test_command_prompt_position): Likewise.
14690 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14691 Remove "set args".
14692 (progvar_simple_while_test): Likewise.
14693 (progvar_complex_if_while_test): Likewise.
14694 (if_while_breakpoint_command_test): Likewise.
14695 (infrun_breakpoint_command_test): Likewise.
14696 (breakpoint_command_test): Likewise.
14697 (watchpoint_command_test): Likewise.
14698 (bp_deleted_in_command_test): Likewise.
14699 (temporary_breakpoint_commands): Likewise.
14700
bb99c472
YQ
147012014-10-16 Yao Qi <yao@codesourcery.com>
14702
14703 * gdb.base/remotetimeout.exp: Remove noargs checking.
14704
7c16b83e
PA
147052014-10-15 Pedro Alves <palves@redhat.com>
14706
14707 PR breakpoints/9649
14708 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14709 * gdb.base/breakpoint-in-ro-region.exp
14710 (probe_target_hardware_step): New procedure.
14711 (top level): Probe hardware stepping and hardware breakpoint
14712 support. Test stepping through a read-only region, with both
14713 "breakpoint auto-hw" on and off and both "always-inserted" on and
14714 off.
14715
35a49624
IB
147162014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14717
14718 * gdb.dlang/demangle.exp: Update for demangling changes.
14719
2d1c107c
SC
147202014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14721
14722 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14723 * gdb.cp/non-trivial-retval.exp: Add new tests.
14724
778811d5
SC
147252014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14726
14727 PR c++/13403
14728 PR c++/15154
14729 * gdb.cp/non-trivial-retval.cc: New file.
14730 * gdb.cp/non-trivial-retval.exp: New file.
14731
10c5f0a8
YQ
147322014-10-15 Yao Qi <yao@codesourcery.com>
14733
14734 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14735 remote host.
14736
65d7b369
YQ
147372014-10-15 Yao Qi <yao@codesourcery.com>
14738
14739 * gdb.python/py-symbol.exp: Match file base name if host is
14740 remote, otherwise match file name with dir name.
14741 * gdb.python/py-symtab.exp: Likewise.
14742 * gdb.python/python.exp: Likewise.
14743
46dc1394
YQ
147442014-10-15 Yao Qi <yao@codesourcery.com>
14745
14746 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14747 pattern.
14748 * gdb.python/py-symtab.exp: Likewise.
14749 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14750 locationn.
14751
c40cc657
JB
147522014-10-14 Joel Brobecker <brobecker@adacore.com>
14753
14754 * gdb.ada/addr_arith: New testcase.
14755
2abf49e1
MR
147562014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14757
14758 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14759 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14760 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14761 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14762
f7088df3
SDJ
147632014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14764
14765 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14766 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14767 * gdb.arch/stap-eval-lang-ada.exp: New file.
14768
4dc06805
YQ
147692014-10-14 Yao Qi <yao@codesourcery.com>
14770
14771 * gdb.mi/mi-var-child.c (nothing1): New function.
14772 (nothing2): New function.
14773 (do_children_tests): Set function pointers by nothing1 and
14774 nothing2.
14775 * gdb.mi/mi-var-child.exp: Step over new added statements.
14776 Update test to match the new output.
14777 * gdb.mi/var-cmd.c (nothing1): New function.
14778 (nothing2): New function.
14779 (do_children_tests): Set function pointers by nothing1 and
14780 nothing2.
14781 * gdb.mi/mi-var-display.exp: Update test to match output.
14782 Step to the line specified by $line_dct_nothing.
14783 Increase the number of lines to step.
14784
46a93de2
YQ
147852014-10-14 Yao Qi <yao@codesourcery.com>
14786
14787 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14788 tests.
14789 * gdb.mi/mi2-var-child.exp: Likewise.
14790
14ea52ee
DE
147912014-10-13 Doug Evans <dje@google.com>
14792
14793 * gdb.python/py-objfile.exp: Change name of file name test.
14794
e5c6e92b
DE
147952014-10-13 Doug Evans <dje@google.com>
14796
14797 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14798 from the start of the CU.
14799
c780cc2f
JK
148002014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14801 Yao Qi <yao@codesourcery.com>
14802
14803 Fix "save breakpoints" for "catch" command.
14804 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14805 Remove -nonewline. Match also the added "main" line.
14806
99894e11
JK
148072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14808
14809 Fix "save breakpoints" for "disable $bpnum" command.
14810 * gdb.base/save-bp.c (main): Add label.
14811 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14812
6e1ac5a3
JK
148132014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14814
14815 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14816
754dd2b0
YQ
148172014-10-11 Yao Qi <yao@codesourcery.com>
14818
14819 * gdb.server/server-kill.exp: Execute command
14820 "set remote trace-status-packet on" before "tstatus".
14821
f90183d7
YQ
148222014-10-11 Yao Qi <yao@codesourcery.com>
14823
14824 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14825 (main): Call getppid.
14826 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14827 and continue to it. Read variable "server_pid".
14828
bf40a607
YQ
148292014-10-11 Yao Qi <yao@codesourcery.com>
14830
14831 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14832
052ca370
YQ
148332014-10-11 Yao Qi <yao@codesourcery.com>
14834
14835 * gdb.threads/thread-find.exp: Don't execute command
14836 "info threads".
14837 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14838 * gdb.threads/linux-dp.exp: Don't check the condition
14839 $threads_created equals to zero.
14840
3831839c
PA
148412014-10-10 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/bigcore.exp: Remove references to IRIX.
14844 * gdb.base/funcargs.exp: Likewise.
14845 * gdb.base/interrupt.exp: Likewise.
14846 * gdb.base/mips_pro.exp: Likewise.
14847 * gdb.base/nodebug.exp: Likewise.
14848 * gdb.base/setvar.exp: Likewise.
14849 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14850
8b9a549d
PA
148512014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14852 Pedro Alves <palves@redhat.com>
14853
14854 PR symtab/14466
14855 * gdb.base/vdso-warning.c: New file.
14856 * gdb.base/vdso-warning.exp: New file.
14857
d48ba5e8
DE
148582014-10-02 Doug Evans <dje@google.com>
14859
14860 * gdb.base/structs.c (main): Don't run forever.
14861
2278c276
PA
148622014-10-02 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14865 (top level) <stop threads 1, stop threads 2>: Use it.
14866
b57bacec
PA
148672014-10-02 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.threads/break-while-running.exp (test): Add new
14870 'update_thread_list' argument. Skip "info threads" if false.
14871 (top level): Add new 'update_thread_list' axis.
14872
13fd3ff3
PA
148732014-10-02 Pedro Alves <palves@redhat.com>
14874
14875 PR breakpoints/17431
14876 * gdb.base/execl-update-breakpoints.c: New file.
14877 * gdb.base/execl-update-breakpoints.exp: New file.
14878
0fec99e8
PA
148792014-10-01 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/breakpoint-in-ro-region.c: New file.
14882 * gdb.base/breakpoint-in-ro-region.exp: New file.
14883
2ddf4301
SM
148842014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14885
14886 * gdb.mi/mi-exit-code.exp: New file.
14887 * gdb.mi/mi-exit-code.c: New file.
14888
6a5f3f43
YQ
148892014-09-30 Yao Qi <yao@codesourcery.com>
14890
14891 * lib/prelink-support.exp (build_executable_own_libs): Error if
14892 the target isn't native.
14893
345bcc73
YQ
148942014-09-30 Yao Qi <yao@codesourcery.com>
14895
14896 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14897 false.
14898
a25a5a45
PA
148992014-09-22 Pedro Alves <palves@redhat.com>
14900
14901 * gdb.threads/break-while-running.exp: New file.
14902 * gdb.threads/break-while-running.c: New file.
14903
00ba3162
YQ
149042014-09-19 Yao Qi <yao@codesourcery.com>
14905
14906 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14907 Invoke test. Restart GDB with --readnow and invoke test again.
14908
c3b7b696
YQ
149092014-09-19 Yao Qi <yao@codesourcery.com>
14910
14911 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14912 proc set_breakpoint_on_gcd_function. Invoke
14913 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14914 invoke set_breakpoint_on_gcd_function again.
14915
2b4fd423
DE
149162014-09-18 Doug Evans <dje@google.com>
14917
14918 * gdb.dwarf2/symtab-producer.exp: New file.
14919
a5947601
SDJ
149202014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14921
14922 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14923 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14924 * gdb.base/global-var-nested-by-dso.c: Likewise.
14925 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14926
91c19059
SDJ
149272014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14928 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/watch-bitfields.exp: Pass string other than test file
14931 name to prepare_for_testing.
14932 (watch): New procedure.
14933 (expect_watchpoint): Use with_test_prefix.
14934 (top level): Factor out tests to ...
14935 (test_watch_location, test_regular_watch): ... these new
14936 procedures, and use with_test_prefix and gdb_continue_to_end.
14937
bb9d5f81
PP
149382014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14939
14940 PR breakpoints/12526
14941 * gdb.base/watch-bitfields.exp: New file.
14942 * gdb.base/watch-bitfields.c: New file.
14943
635856f5
PA
149442014-09-16 Pedro Alves <palves@redhat.com>
14945
14946 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14947 software and hardware addresses, not software address against
14948 itself.
14949
7280ceea
PA
149502014-09-16 Pedro Alves <palves@redhat.com>
14951
14952 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14953 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14954
428b16bd
PA
149552014-09-16 Pedro Alves <palves@redhat.com>
14956
14957 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14958 files.
14959 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14960 "*-*-vxworks*" throughout.
14961 * gdb.base/break.exp: Likewise.
14962 * gdb.base/default.exp: Likewise.
14963 * gdb.base/scope.exp: Likewise.
14964 * gdb.base/sepdebug.exp: Likewise.
14965 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14966 throughout.
14967 * gdb.base/run.c: Likewise.
14968 * gdb.base/sepdebug.c: Likewise.
14969 * gdb.hp/gdb.aCC/run.c: Likewise.
14970 * gdb.reverse/until-reverse.c: Likewise.
14971 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14972
666d413c
YQ
149732014-09-16 Yao Qi <yao@codesourcery.com>
14974
14975 * boards/local-remote-host-native.exp: New file.
14976
57cbd724
DE
149772014-09-14 Doug Evans <xdje42@gmail.com>
14978
14979 * gdb.threads/queue-signal.c (thread_count): New variable.
14980 (thread_count_mutex, thread_count_condvar): New variables.
14981 (incr_thread_count, wait_all_threads_running): New functions.
14982 (main): Wait for all threads to be in their thread functions.
14983
81219e53
DE
149842014-09-13 Doug Evans <xdje42@gmail.com>
14985
14986 * gdb.threads/queue-signal.c: New file.
14987 * gdb.threads/queue-signal.exp: New file.
14988
3714cea7
DE
149892014-09-13 Doug Evans <xdje42@gmail.com>
14990
14991 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14992 be consistent with what default_gdb_init uses.
14993 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14994 the plain text of the prompt. Add some logging printfs.
14995 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14996
fa43b1d7
PA
149972014-09-12 Pedro Alves <palves@redhat.com>
14998
14999 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15000 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15001 * gdb.arch/i386-size-overlap.exp: Likewise.
15002 * gdb.arch/i386-size.exp: Likewise.
15003 * gdb.arch/i386-unwind.exp: Likewise.
15004 * gdb.base/a2-run.exp: Likewise.
15005 * gdb.base/break.exp: Likewise.
15006 * gdb.base/charset.exp: Likewise.
15007 * gdb.base/chng-syms.exp: Likewise.
15008 * gdb.base/commands.exp: Likewise.
15009 * gdb.base/dbx.exp: Likewise.
15010 * gdb.base/find.exp: Likewise.
15011 * gdb.base/funcargs.exp: Likewise.
15012 * gdb.base/jit-simple.exp: Likewise.
15013 * gdb.base/reread.exp: Likewise.
15014 * gdb.base/sepdebug.exp: Likewise.
15015 * gdb.base/step-bt.exp: Likewise.
15016 * gdb.cp/mb-inline.exp: Likewise.
15017 * gdb.cp/mb-templates.exp: Likewise.
15018 * gdb.objc/basicclass.exp: Likewise.
15019 * gdb.threads/killed.exp: Likewise.
15020
9d9bf2df
EBM
150212014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15022
15023 PR tdep/17379
15024 * gdb.arch/powerpc-stackless.S: New file.
15025 * gdb.arch/powerpc-stackless.exp: New file.
15026
1cf2f1b0
JK
150272014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15028
15029 * gdb.base/attach.c: Include unistd.h.
15030 (main): Call alarm. Add label postloop.
15031 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15032 gdb_breakpoint, gdb_continue_to_breakpoint.
15033 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15034
98880d46
PA
150352014-09-11 Pedro Alves <palves@redhat.com>
15036
15037 PR gdb/17347
15038 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15039 * gdb.base/attach.exp (test_command_line_attach_run): New
15040 procedure.
15041 (top level): Call it.
15042
4c92ff2c
PA
150432014-09-11 Pedro Alves <palves@redhat.com>
15044
15045 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15046 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15047 (do_command_attach_tests): Use spawn_wait_for_attach.
15048 * gdb.base/solib-overlap.exp: Likewise.
15049 * gdb.multi/multi-attach.exp: Likewise.
15050 * gdb.python/py-prompt.exp: Likewise.
15051 * gdb.python/py-sync-interp.exp: Likewise.
15052 * gdb.server/ext-attach.exp: Likewise.
15053
3adc1a7d
GKB
150542014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15055
15056 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15057 command in testcase. Simplify testcase.
15058
96334934
JB
150592014-09-10 Joel Brobecker <brobecker@adacore.com>
15060
15061 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15062
eb479039
JB
150632014-09-10 Joel Brobecker <brobecker@adacore.com>
15064
15065 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15066
deede10c
JB
150672014-09-10 Joel Brobecker <brobecker@adacore.com>
15068
15069 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15070
7828a5f5
JB
150712014-09-10 Joel Brobecker <brobecker@adacore.com>
15072
15073 * gdb.dwarf2/dynarr-ptr.c: New file.
15074 * gdb.dwarf2/dynarr-ptr.exp: New file.
15075
33aeebcf
MR
150762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15077
15078 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15079 of 30 rather than hardcoding 120 for a slow test case. Take the
15080 `gdb,timeout' target setting into account for this calculation.
15081 Don't extend the timeout for the test cases that don't need it.
15082
7b415901
MR
150832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15084
15085 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15086 a factor of 2 for a slow test case. Take the `gdb,timeout'
15087 target setting into account for this calculation.
15088 * gdb.reverse/until-precsave.exp: Increase the timeout by
15089 a factor of 15 and 3 respectively rather than adding 120
15090 for a pair of slow test cases. Take the `gdb,timeout'
15091 target setting into account for this calculation.
15092
4a40f85a
MR
150932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15094
15095 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15096 timeout, don't pass one down to gdb_expect.
15097 (gdb_expect): Rework timeout selection.
15098
09635af7
MR
150992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15100
15101 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15102 exception on timeout.
15103 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15104 (gdbserver_start_extended): Catch any `gdbserver_start' error
15105 exceptions.
15106 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15107 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15108 `gdbserver_gdb_load' error exceptions.
15109
2bdd10b7
MR
151102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15111
15112 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15113 120 on waiting for the TCP socket to open.
15114
316935f0
DE
151152014-09-09 Doug Evans <xdje42@gmail.com>
15116
15117 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15118 _caller_matches, _any_caller_is, _any_caller_matches.
15119
83740597
DE
151202014-09-09 Doug Evans <xdje42@gmail.com>
15121
15122 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15123
4c122fc3
YQ
151242014-09-09 Yao Qi <yao@codesourcery.com>
15125
15126 * gdb.mi/mi-var-display.exp: Set print symbol off.
15127
a9f116cb
GKB
151282014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15129
15130 PR gdb/17035
15131 * gdb.base/commands.exp: Add tests to verify user-defined
15132 commands with empty bodies.
15133 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15134 python commands in `show user command`.
15135 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15136 scheme commands in `show user command`.
15137
c75bd3a2
JK
151382014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15139
15140 PR python/17355
15141 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15142 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15143 * gdb.python/py-framefilter-invalidarg.exp: New file.
15144 * gdb.python/py-framefilter-invalidarg.py: New file.
15145
faa42425
DE
151462014-09-06 Doug Evans <xdje42@gmail.com>
15147
15148 PR 15276
15149 * gdb.python/py-caller-is.c: New file.
15150 * gdb.python/py-caller-is.exp: New file.
15151
474ca4f6
SDJ
151522014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15153
15154 PR gdb/17235
15155 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15156 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15157
eb0b0463
SDJ
151582014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15159
15160 PR fortran/17237
15161 * gdb.fortran/print-formatted.exp: New file.
15162 * gdb.fortran/print-formatted.f90: Likewise.
15163
5f3b99cf
SS
151642014-09-03 Sasha Smundak <asmundak@google.com>
15165
15166 * gdb.python/py-frame.exp: Test Frame.read_register.
15167
7d793aa9
SDJ
151682014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15169
15170 PR python/16699
15171 * gdb.python/py-completion.exp: New file.
15172 * gdb.python/py-completion.py: Likewise.
15173
fb0576e9
DE
151742014-08-28 Doug Evans <dje@google.com>
15175
15176 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15177 eax,etc. are live with values set by gdb and thus the compiler can't
15178 use them.
15179 * gdb.arch/i386-pseudo.c (main): Ditto.
15180
ee92b0dd
DE
151812014-08-27 Doug Evans <dje@google.com>
15182
15183 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15184
6649db35
DE
151852014-08-25 Doug Evans <dje@google.com>
15186
15187 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15188 (main): Ditto.
15189
564b7600
DE
151902014-08-25 Doug Evans <dje@google.com>
15191
15192 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15193
3881fb67
YQ
151942014-08-24 Yao Qi <yao@codesourcery.com>
15195
15196 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15197 symbol off.
15198 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15199
a05a36a5
DE
152002014-08-22 Doug Evans <dje@google.com>
15201
15202 PR 17276
15203 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15204 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15205 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15206
7c343b48
YQ
152072014-08-22 Yao Qi <yao@codesourcery.com>
15208
15209 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15210 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15211 * gdb.python/python.exp: Likewise. Use .py file on the host
15212 instead of the build.
15213
22fd09ae
JK
152142014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15215
15216 * gdb.threads/gcore-stale-thread.c: New file.
15217 * gdb.threads/gcore-stale-thread.exp: New file.
15218
a8454a7c
PA
152192014-08-21 Pedro Alves <palves@redhat.com>
15220
15221 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15222 * gdb.base/gcore-relro-pie.exp: Likewise.
15223 * gdb.base/gcore-relro.exp: Likewise.
15224 * gdb.base/gcore.exp: Likewise.
15225 * gdb.base/print-symbol-loading.exp: Likewise.
15226 * gdb.threads/gcore-thread.exp: Likewise.
15227 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15228
2a31c623
PA
152292014-08-20 Pedro Alves <palves@redhat.com>
15230 Jan Kratochvil <jan.kratochvil@redhat.com>
15231
15232 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15233 configure.
15234 (EXPECT): Handle READ1 being set.
15235 (all): Depend on EXTRA_RULES.
15236 (check-read1, expect-read1, read1.so, read1): New rules.
15237 * README (Testsuite Parameters): Document the READ1 make variable.
15238 (Race detection): New section.
15239 * configure: Regenerate.
15240 * configure.ac: If build==host==target, and running under a
15241 GNU/glibc system, add read1 to the extra Makefile rules.
15242 (EXTRA_RULES): AC_SUBST it.
15243 * lib/read1.c: New file.
15244
d36430db
JB
152452014-08-20 Joel Brobecker <brobecker@adacore.com>
15246
15247 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15248 the handling of variables declared as a typedef to an array
15249 which a DW_AT_data_location attribute.
15250
9a0dc9e3
PA
152512014-08-19 Andrew Burgess <aburgess@broadcom.com>
15252 Pedro Alves <palves@redhat.com>
15253
15254 PR symtab/14604
15255 PR symtab/14605
15256 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15257 gdb_test.
15258
0718a8da
PA
152592014-08-19 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15262
13b448cd
YQ
152632014-08-19 Yao Qi <yao@codesourcery.com>
15264
15265 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15266 right line.
15267
1cbf5077
DB
152682014-08-18 David Blaikie <dblaikie@gmail.com>
15269
15270 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15271
bf0fae19
JB
152722014-08-18 Joel Brobecker <brobecker@adacore.com>
15273
15274 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15275 attribute in array range.
15276
3c8c5dcc
JB
152772014-08-18 Joel Brobecker <brobecker@adacore.com>
15278
15279 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15280
e66d4446
SC
152812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15282
15283 PR c++/17132
15284 * gdb.cp/pr17132.cc: New file.
15285 * gdb.cp/pr17132.exp: New file.
15286
940df408
SC
152872014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15288
15289 * gdb.python/py-xmethods.py (A_getarrayind)
15290 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15291 Use 'print' with function call syntax.
15292 (E_method_matcher.match): Fix tab vs space indentation mixup.
15293
ebcc6c3a
YQ
152942014-08-15 Yao Qi <yao@codesourcery.com>
15295
15296 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15297 false.
15298
775e0f04
YQ
152992014-08-15 Yao Qi <yao@codesourcery.com>
15300
15301 * gdb.cp/casts.exp: Set print symbol off.
15302 * gdb.cp/class2.exp: Likewise.
15303 * gdb.cp/overload.exp: Likewise.
15304 * gdb.cp/templates.exp: Likewise.
15305
d769e349
DE
153062014-08-11 Doug Evans <dje@google.com>
15307
15308 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15309 (test_load_shlib): Update.
15310
20c6f1e1
YQ
153112014-08-09 Yao Qi <yao@codesourcery.com>
15312
15313 * gdb.base/display.exp: Invoke is_address_zero_readable.
15314 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15315 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15316 * gdb.base/hbreak-unmapped.exp: Return if
15317 is_address_zero_readable returns true.
15318 * gdb.base/signest.exp: Likewise.
15319 * gdb.base/signull.exp: Likewise.
15320 * gdb.base/sigbpt.exp: Likewise.
15321 * gdb.guile/scm-disasm.exp: Do the test if
15322 is_address_zero_readable returns false.
15323 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15324 * gdb.python/py-arch.exp: Likewise.
15325 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15326 * lib/gdb.exp (is_address_zero_readable): New proc.
15327
5792e8e3
YQ
153282014-08-09 Yao Qi <yao@codesourcery.com>
15329
15330 PR testsuite/13443
15331 * gdb.mi/mi-var-display.exp: Make test messages unique.
15332
3cecbbbe
TT
153332014-08-04 Tom Tromey <tromey@redhat.com>
15334
15335 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15336 target 0".
15337
00b51ff5
TT
153382014-08-04 Tom Tromey <tromey@redhat.com>
15339
15340 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15341 "target_resume".
15342
6908c509
JB
153432014-08-01 Joel Brobecker <brobecker@adacore.com>
15344
15345 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15346 inner_vla_struct_object_size.
15347 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15348 as xfail.
15349
cc6563d2
PA
153502014-07-30 Pedro Alves <palves@redhat.com>
15351
15352 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15353 comment.
15354
7e09a223
YQ
153552014-07-29 Yao Qi <yao@codesourcery.com>
15356
15357 PR gdb/17206
15358 * gdb.base/until-nodebug.exp: New.
15359
7ebdbe92
DE
153602014-07-28 Doug Evans <xdje42@gmail.com>
15361
15362 PR guile/17203
15363 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15364 previously existing parameter, and previously ambiguously spelled
15365 parameter.
15366
fdb1adc6
WN
153672014-07-28 Will Newton <will.newton@linaro.org>
15368
15369 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15370
186fcde0
DE
153712014-07-26 Ludovic Courtès <ludo@gnu.org>
15372 Doug Evans <xdje42@gmail.com>
15373
15374 PR guile/17146
15375 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15376
70509625
PA
153772014-07-25 Pedro Alves <palves@redhat.com>
15378
15379 * gdb.threads/signal-command-handle-nopass.c: New file.
15380 * gdb.threads/signal-command-handle-nopass.exp: New file.
15381 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15382 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15383 * gdb.threads/signal-delivered-right-thread.c: New file.
15384 * gdb.threads/signal-delivered-right-thread.exp: New file.
15385
c3f814a1
PA
153862014-07-25 Pedro Alves <palves@redhat.com>
15387
15388 * gdb.base/double-prompt-target-event-error.exp
15389 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15390 match.
15391 (cancel_pagination_in_target_event): Rework double prompt
15392 detection.
15393 * gdb.base/paginate-after-ctrl-c-running.exp
15394 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15395 <return>' match.
15396 * gdb.base/paginate-bg-execution.exp
15397 (test_bg_execution_pagination_return)
15398 (test_bg_execution_pagination_cancel): Remove '-notransfer
15399 <return>' matches.
15400 * gdb.base/paginate-execution-startup.exp
15401 (test_fg_execution_pagination_return)
15402 (test_fg_execution_pagination_cancel): Remove '-notransfer
15403 <return>' matches.
15404 * gdb.base/paginate-inferior-exit.exp
15405 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15406 match.
15407 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15408 * lib/gdb.exp (pagination_prompt): Run text through
15409 string_to_regexp.
15410 (gdb_test_multiple): Match $pagination_prompt instead of
15411 "<return>".
15412 (string_to_regexp): Move to lib/gdb-utils.exp.
15413
e214cf6c
JK
154142014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15415
15416 * gdb.arch/amd64-entry-value-paramref.S: New file.
15417 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15418 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15419 * gdb.arch/amd64-optimout-repeat.S: New file.
15420 * gdb.arch/amd64-optimout-repeat.c: New file.
15421 * gdb.arch/amd64-optimout-repeat.exp: New file.
15422
17d0c5c8
JK
154232014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15424
15425 PR gdb/17170
15426 * gdb.base/statistics.exp: New file.
15427
b8b8facf
DE
154282014-07-17 Doug Evans <dje@google.com>
15429
74b49205 15430 PR gdb/17170
b8b8facf
DE
15431 * gdb.base/maint.exp: Update testing of per-command stats.
15432
1b5d0ab3
PA
154332014-07-16 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15436 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15437 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15438 (tfile_write_buf): New functions.
15439 (add_memory_block): Rewrite using the above.
15440 (adjust_function_address): New function.
15441 (FUNCTION_ADDRESS): New macro.
15442 (write_basic_trace_file): Remove short_x local, and use
15443 tfile_write_16. Change type of func_addr local to unsigned long
15444 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15445 here. Cast argument of add_memory_block to char pointer.
15446 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15447 (main): Remove parameters.
15448 * gdb.trace/tfile.exp: Remove nowarnings.
15449
4d974e88
SM
154502014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15451
15452 * gdb.base/debug-expr.exp: Test string evaluation with
15453 "debug expression" on.
15454
41e99568
PA
154552014-07-15 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.base/reread.exp: Use clean_restart.
15458
487d9753
PL
154592014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15460
15461 * gdb.arch/avr-flash-qualifer.c: New.
15462 * gdb.arch/avr-flash-qualifer.exp: New.
15463
cc1c52ad
PA
154642014-07-14 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15467 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15468
1e973570
PA
154692014-07-14 Pedro Alves <palves@redhat.com>
15470
15471 * gdb.base/double-prompt-target-event-error.c: New file.
15472 * gdb.base/double-prompt-target-event-error.exp: New file.
15473
93d6eb10
PA
154742014-07-14 Pedro Alves <palves@redhat.com>
15475
15476 PR gdb/17072
15477 * gdb.base/paginate-inferior-exit.c: New file.
15478 * gdb.base/paginate-inferior-exit.exp: New file.
15479
0017922d
PA
154802014-07-14 Pedro Alves <palves@redhat.com>
15481
15482 PR gdb/17072
15483 * gdb.base/paginate-bg-execution.c: New file.
15484 * gdb.base/paginate-bg-execution.exp: New file.
15485
94696ad3
PA
154862014-07-14 Pedro Alves <palves@redhat.com>
15487
15488 PR gdb/17072
15489 * gdb.base/paginate-execution-startup.c: New file.
15490 * gdb.base/paginate-execution-startup.exp: New file.
15491 * lib/gdb.exp (pagination_prompt): New global.
15492 (default_gdb_spawn): New procedure, factored out from
15493 default_gdb_spawn.
15494 (default_gdb_start): Adjust to call default_gdb_spawn.
15495 (gdb_spawn): New procedure.
15496
bd293940
PA
154972014-07-14 Pedro Alves <palves@redhat.com>
15498
15499 * lib/gdb.exp (gdb_assert): New procedure.
15500 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15501
c933f875
PA
155022014-07-14 Pedro Alves <palves@redhat.com>
15503
15504 * gdb.base/execution-termios.c: New file.
15505 * gdb.base/execution-termios.exp: New file.
15506
d98b7a16
TT
155072014-07-14 Tom Tromey <tromey@redhat.com>
15508
15509 * gdb.cp/vla-cxx.cc: New file.
15510 * gdb.cp/vla-cxx.exp: New file.
15511
548740d6
TT
155122014-07-14 Tom Tromey <tromey@redhat.com>
15513
15514 * gdb.reverse/rerun-prec.c: New file.
15515 * gdb.reverse/rerun-prec.exp: New file.
15516
a25eb028
MR
155172014-07-12 Maciej W. Rozycki <macro@mips.com>
15518 Maciej W. Rozycki <macro@codesourcery.com>
15519
15520 * lib/gdb-utils.exp: New file.
15521 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15522 inline `gdb_init_command' processing.
15523 (gdb_start_cmd): Likewise.
15524 * lib/mi-support.exp (mi_run_cmd): Likewise.
15525 * README: Document `gdb_init_command' and `gdb_init_commands'.
15526
218c2655
JK
155272014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15528
15529 Fix false FAIL running under a very long directory name.
15530 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15531 and "set print elements 10000". Twice.
15532
5401fde3
YQ
155332014-07-11 Yao Qi <yao@codesourcery.com>
15534
15535 * gdb.base/exprs.exp: "set print symbol off".
15536
e76126e8
PA
155372014-07-11 Pedro Alves <palves@redhat.com>
15538
15539 * gdb.threads/kill.c: New file.
15540 * gdb.threads/kill.exp: New file.
15541
2d6f0de6
YQ
155422014-07-10 Yao Qi <yao@codesourcery.com>
15543
15544 * gdb.trace/tfile.c (write_basic_trace_file)
15545 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15546 address written to trace file.
15547
7180e04a
PA
155482014-07-09 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.base/attach-wait-input.exp: New file.
15551 * gdb.base/attach-wait-input.c: New file.
15552
9a9a7608
AB
155532014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15554
15555 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15556 setting up test structures.
15557 (main): Call new test function.
15558 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15559 test function, continue into test function and walk test
15560 structures.
15561
161ac41e
YQ
155622014-07-02 Yao Qi <yao@codesourcery.com>
15563
15564 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15565 'bar_start' at the beginning of functions 'foo' and 'bar'
15566 respectively.
15567 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15568 instead of 'foo' and 'bar'.
15569
1f267ae3
MM
155702014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15571
15572 * gdb.btrace/segv.exp: New.
15573 * gdb.btrace/segv.c: New.
15574
2b239efb
LM
155752014-07-02 Luis Machado <lgustavo@codesourcery.com>
15576
15577 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15578 instruction.
15579
cf363f18
MW
155802014-06-30 Mark Wielaard <mjw@redhat.com>
15581
15582 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15583 vulture, vilify, villar): New volatile array constants.
15584 (vindictive, vegetation): New const volatile array constants.
15585 * gdb.base/volatile.exp: Test volatile and const volatile array
15586 types.
15587
aebf9d24
AA
155882014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15589
15590 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15591 target lacks support for awatch, rwatch, or hbreak.
15592
b67a2c6f
YQ
155932014-06-27 Yao Qi <yao@codesourcery.com>
15594
15595 * gdb.multi/dummy-frame-restore.exp: New.
15596 * gdb.multi/dummy-frame-restore.c: New.
15597
aef92902
MM
155982014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15599
15600 * gdb.btrace/gcore.exp: New.
15601
8e9db26e
PA
156022014-06-23 Pedro Alves <palves@redhat.com>
15603
15604 * gdb.base/watchpoint-reuse-slot.c: New file.
15605 * gdb.base/watchpoint-reuse-slot.exp: New file.
15606
70afc5b7
SC
156072014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15608
15609 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15610 progspace's filename in 'info', 'enable' and 'disable' command
15611 tests.
15612
b972bd9c
JK
156132014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15614
15615 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15616 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15617 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15618
125f8a3d
GB
156192014-06-20 Gary Benson <gbenson@redhat.com>
15620
15621 * gdb.arch/i386-avx.exp: Fix include file location.
15622 * gdb.arch/i386-sse.exp: Likewise.
15623
3ed9baed
IB
156242014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15625
15626 * gdb.dlang/expression.exp: New file.
15627
034f788c
PA
156282014-06-19 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15631 out from ...
15632 (top level): ... here. Iterate running tests under different
15633 scheduler-locking settings.
15634
45371d0c
LM
156352014-06-18 Luis Machado <lgustavo@codesourcery.com>
15636
15637 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15638 to DW_FORM_addr and use non-zero addresses.
15639
5d376983
SC
156402014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15641
15642 PR gdb/17017
15643 * gdb.python/py-xmethods.cc: Add global function call counters and
15644 increment them in their respective functions. Remove "cout"
15645 statements.
15646 * gdb.python/py-xmethods.exp: Make tests check the global function
15647 call counters instead of depending on inferior IO.
15648
a1aa2221
LM
156492014-06-18 Don Breazeal <donb@codesourcery.com>
15650
15651 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15652 Deleted procedure.
15653 (explicit_fork_parent_follow): Deleted procedure.
15654 (explicit_fork_child_follow): Deleted procedure.
15655 (test_follow_fork): New procedure.
15656 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15657 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15658 procedure calls.
15659
0fc05997
YQ
156602014-06-17 Yao Qi <yao@codesourcery.com>
15661
15662 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15663 CP1252.
15664
70795c52
LM
156652014-06-17 Luis Machado <lgustavo@codesourcery.com>
15666
15667 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15668 Initialize ptr and S explicitly.
15669 (skip_type_update_when_not_use_rtti_test): Likewise.
15670
6be47f0c
KS
156712014-06-16 Keith Seitz <keiths@redhat.com>
15672
15673 PR mi/15863
15674 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15675 the inferior is started.
15676
d03de421
PA
156772014-06-16 Pedro Alves <palves@redhat.com>
15678
15679 * gdb.base/break-main-file-remove-fail.c: New file.
15680 * gdb.base/break-main-file-remove-fail.exp: New file.
15681 * gdb.base/break-unload-file.exp: Use build_executable instead of
15682 prepare_for_testing.
15683 (test_break): New parameter "initial_load". Handle it.
15684 (top level): Add initial_load cmdline/file axis.
15685
f9579b99
TT
156862014-06-12 Tom Tromey <tromey@redhat.com>
15687
15688 * gdb.base/completion.exp: Don't use directory name in test.
15689
3657956b
GB
156902014-06-09 Gary Benson <gbenson@redhat.com>
15691
15692 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15693 separate the always-available ANSI-standard signals from the
15694 signals that require checking.
15695 (main): Likewise.
15696 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15697 Likewise.
15698 (main): Likewise.
15699
4186eb54
KS
157002014-06-07 Keith Seitz <keiths@redhat.com>
15701
15702 Revert:
15703 PR c++/16253
15704 * gdb.cp/var-tag.cc: New file.
15705 * gdb.cp/var-tag.exp: New file.
15706 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15707 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15708 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15709 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15710
25326a28 157112014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15712
15713 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15714
829155c9
PA
157152014-06-06 Pedro Alves <palves@redhat.com>
15716
15717 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15718 in target debug output instead of looking at RSP packets,
15719 disabling the test on any target that uses hardware stepping.
15720 Update comments.
15721
61c8d22e
PA
157222014-06-06 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.base/break-unload-file.exp: Fix typo.
15725
d9a47287
YQ
157262014-06-06 Yao Qi <yao@codesourcery.com>
15727
15728 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15729 from "jit_function" to "^jit_function".
15730
e5e01dbf
YQ
157312014-06-06 Yao Qi <yao@codesourcery.com>
15732
15733 * gdb.base/async.c (foo): Add one statement.
15734 * gdb.base/async.exp: Get the next instruction address and
15735 match the output of "nexti" by instruction address. Match
15736 the hex address in the output of "finish".
15737
73ba372c
GB
157382014-06-06 Gary Benson <gbenson@redhat.com>
15739
15740 * gdb.base/call-signals.c: Remove preprocessor conditionals
15741 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15742 SIGSEGV and SIGTERM.
15743 * gdb.base/sigall.c: Likewise.
15744 * gdb.base/unwindonsignal.c: Likewise.
15745 * gdb.reverse/sigall-reverse.c: Likewise.
15746
831517df
YQ
157472014-06-06 Yao Qi <yao@codesourcery.com>
15748
15749 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15750 readable, skip the test.
15751
b8b91e98
YQ
157522014-06-06 Yao Qi <yao@codesourcery.com>
15753
15754 * gdb.threads/staticthreads.c (thread_function): Move the line
15755 setting breakpoint on forward.
15756 * gdb.threads/staticthreads.exp: Update comments.
15757
fb934770
LC
157582014-06-05 Ludovic Courtès <ludo@gnu.org>
15759
15760 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15761 "history-append! type error".
15762
6ef284bd
SM
157632014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15764
15765 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15766 erroneous dprintf expected input.
15767
a872e241
DE
157682014-06-04 Doug Evans <xdje42@gmail.com>
15769
15770 * gdb.guile/scm-generics.exp: Delete.
15771
16f691fb
DE
157722014-06-04 Doug Evans <xdje42@gmail.com>
15773
15774 * gdb.guile/scm-breakpoint.exp: Update.
15775 Add tests for breakpoint registration.
15776
012370f6
TT
157772014-06-04 Tom Tromey <tromey@redhat.com>
15778
15779 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15780 VLA-in-union.
15781 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15782 inner_vla_struct, vla_union types. Initialize objects of those
15783 types and compute their sizes.
15784
9f5a4cef
HZ
157852014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15786 Hui Zhu <hui@codesourcery.com>
15787
15788 * gdb.base/fileio.exp: Add test for shell not available as well as
15789 available.
15790 * gdb.base/fileio.c (test_system): Check for shell twice.
15791
90a45c4d
YQ
157922014-06-04 Yao Qi <yao@codesourcery.com>
15793
15794 * gdb.base/auto-connect-native-target.exp: Remove redundant
15795 space from the regexp pattern.
15796
70017e41
YQ
157972014-06-04 Yao Qi <yao@codesourcery.com>
15798
15799 * gdb.base/default.exp: Replace "child" with "native" in
15800 regexp pattern.
15801
883964a7
SC
158022014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15803
15804 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15805 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15806 * gdb.python/py-xmethods.py: Python script supporting the
15807 new testcase and tests.
15808
ef370185
JB
158092014-06-03 Joel Brobecker <brobecker@adacore.com>
15810 Pedro Alves <palves@redhat.com>
15811
15812 PR breakpoints/17000
15813 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15814 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15815
1e2ccb61
BM
158162014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15817
15818 * gdb.base/subst.exp: Add tests to verify partial path matching
15819 output.
15820
c6ec5ab2
PA
158212014-06-03 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15824 target that doesn't use software single-stepping.
15825
835c559f
PA
158262014-06-03 Pedro Alves <palves@redhat.com>
15827
15828 PR breakpoints/17000
15829 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15830 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15831
06eb1586
DE
158322014-06-02 Doug Evans <xdje42@gmail.com>
15833
15834 * gdb.guile/scm-parameter.exp: New file.
15835
e698b8c4
DE
158362014-06-02 Doug Evans <xdje42@gmail.com>
15837
15838 * gdb.guile/scm-cmd.c: New file.
15839 * gdb.guile/scm-cmd.exp: New file.
15840
ded03782
DE
158412014-06-02 Doug Evans <xdje42@gmail.com>
15842
15843 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15844 pretty-printer lookup.
15845 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15846 (make-pp_s-printer): Call it.
15847 (make-pretty-printer-from-dict): New function.
15848 (lookup-pretty-printer-maker-from-dict): New function.
15849 (*pretty-printer*): Simplify.
15850 (make-objfile-pp_s-printer): New function.
15851 (install-objfile-pretty-printers!): New function.
15852 (make-progspace-pp_s-printer): New function.
15853 (install-progspace-pretty-printers!): New function.
15854 * gdb.guile/scm-progspace.c: New file.
15855 * gdb.guile/scm-progspace.exp: New file.
15856
41fac0cf
PA
158572014-06-02 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/dprintf-bp-same-addr.c: New file.
15860 * gdb.base/dprintf-bp-same-addr.exp: New file.
15861
96ae5695
EBM
158622014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15863
15864 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15865 * gdb.arch/powerpc-power.s: Likewise.
15866
da02b3a8
JB
158672014-06-02 Joel Brobecker <brobecker@adacore.com>
15868
15869 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15870
c72b2e7b
YQ
158712014-06-01 Yao Qi <yao@codesourcery.com>
15872
15873 * gdb.base/watchpoint.exp (test_watch_location): Check null
15874 pointer can be dereferenced. If not, do the test, otherwise
15875 skip it.
15876
53e8a631
AB
158772014-05-30 Andrew Burgess <aburgess@broadcom.com>
15878
15879 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15880 results.
15881 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15882
938f0e2f
AB
158832014-05-30 Andrew Burgess <aburgess@broadcom.com>
15884
15885 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15886 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15887 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15888 * gdb.arch/amd64-invalid-stack-top.c: New file.
15889 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15890
9ba6657a
PA
158912014-05-30 Pedro Alves <palves@redhat.com>
15892
15893 PR breakpoints/17000
15894 * gdb.base/sss-bp-on-user-bp.c: New file.
15895 * gdb.base/sss-bp-on-user-bp.exp: New file.
15896
522c09bf
DB
158972014-05-30 David Blaikie <dblaikie@gmail.com>
15898
15899 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15900 gnu_inline semantics via attribute.
15901 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15902 source explicitly specifies the required semantics.
15903
bf4ef81e
MR
159042014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15905
15906 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15907
329ea579
PA
159082014-05-29 Pedro Alves <palves@redhat.com>
15909 Tom Tromey <tromey@redhat.com>
15910
15911 * gdb.base/async-shell.exp: Don't enable target-async.
15912 * gdb.base/async.exp
15913 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15914 parameter. Adjust.
15915 (top level): Don't test with "target-async".
15916 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15917 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15918 * gdb.base/inferior-died.exp: Don't enable target-async.
15919 * gdb.base/interrupt-noterm.exp: Likewise.
15920 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15921 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15922 * gdb.mi/mi-nonstop.exp: Likewise.
15923 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15924 * gdb.mi/mi-nsintrall.exp: Likewise.
15925 * gdb.mi/mi-nsmoribund.exp: Likewise.
15926 * gdb.mi/mi-nsthrexec.exp: Likewise.
15927 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15928 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15929 * gdb.python/py-evsignal.exp: Don't enable target-async.
15930 * gdb.python/py-evthreads.exp: Likewise.
15931 * gdb.python/py-prompt.exp: Likewise.
15932 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15933 * gdb.server/solib-list.exp: Don't enable target-async.
15934 * gdb.threads/thread-specific-bp.exp: Likewise.
15935 * lib/mi-support.exp: Adjust to use mi-async.
15936
fd664c91
PA
159372014-05-29 Pedro Alves <palves@redhat.com>
15938
15939 PR gdb/13860
15940 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15941 reason, even in sync mode.
15942
251bde03
PA
159432014-05-29 Pedro Alves <palves@redhat.com>
15944 Hui Zhu <hui@codesourcery.com>
15945
15946 PR PR15693
15947 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15948 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15949 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15950 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15951
7f3c0343
JB
159522014-05-28 Joel Brobecker <brobecker@adacore.com>
15953
15954 * config/monitor.exp (gdb_target_monitor): Replace use of
15955 "set remotebaud" by "set serial baud".
15956
b2715b27
AW
159572014-05-26 Andy Wingo <wingo@igalia.com>
15958
15959 * gdb.guile/scm-breakpoint.exp:
15960 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15961 properties instead of gdb-object-properties.
15962
498a4489
YQ
159632014-05-26 Yao Qi <yao@codesourcery.com>
15964
15965 * gdb.server/no-thread-db.exp: Specify source file name
15966 explicitly when setting a breakpoint.
15967
589fdceb
MM
159682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15969
15970 * gdb.btrace/vdso.c: New.
15971 * gdb.btrace/vdso.exp: New.
15972
e9089e05
MM
159732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15974
15975 * gdb.base/gcore.exp (capture_command_output): Move ...
15976 * lib/gdb.exp (capture_command_output): ... here.
15977
67b5c0c1
MM
159782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15979
15980 * gdb.btrace/data.exp: Test memory access during btrace replay.
15981
a2199296
SM
159822014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15983
15984 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15985
17b2616c
PA
159862014-05-21 Pedro Alves <palves@redhat.com>
15987
15988 PR gdb/13860
15989 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15990 (top level): Test that output related to execution commands is
15991 sent to the console with CLI commands, but not with MI commands.
15992 Test that breakpoint events are always mirrored to the console.
15993 Also expect the new source line to be output after a "next" in
15994 async mode too. Make it a pass/fail test.
15995 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15996 output.
15997 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15998
5166082f
PA
159992014-05-21 Pedro Alves <palves@redhat.com>
16000
16001 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16002 Use them to test variations of "list" after reaching a breakpoint.
16003 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16004 Test "list" with listsize 10 after reaching a breakpoint.
16005 * gdb.python/python.exp (decode_line current location line
16006 number): Adjust expected line number.
16007
2f25d70f
SM
160082014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16009
16010 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16011 behavior for $args, pass it directly to "run".
16012
ff604a67
MR
160132014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16014
16015 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16016 30000 to 65536.
16017
6a3cb8e8
PA
160182014-05-21 Pedro Alves <palves@redhat.com>
16019
16020 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16021 auto-connect-native-target off".
16022 * gdb.base/auto-connect-native-target.c: New file.
16023 * gdb.base/auto-connect-native-target.exp: New file.
16024
4ebfc96e
PA
160252014-05-21 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.base/default.exp: Test "target native" instead of "target
16028 child".
16029
36d46afb
MW
160302014-05-21 Mark Wielaard <mjw@redhat.com>
16031
16032 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16033
5876f503
JK
160342014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16035
16036 Fix TLS access for -static -pthread.
16037 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16038 <HAVE_TLS> (thread_function, main): Initialize it.
16039 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16040 Add clean_restart.
16041 <$have_tls != "">: Check TLSVAR.
16042
0256a6ac
PA
160432014-05-21 Pedro Alves <palves@redhat.com>
16044
16045 * gdb.base/dcache-line-read-error.c: New.
16046 * gdb.base/dcache-line-read-error.exp: New.
16047
936d2992
PA
160482014-05-20 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.base/compare-sections.c: New file.
16051 * gdb.base/compare-sections.exp: New file.
16052
802e8e6d
PA
160532014-05-20 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.base/break-idempotent.c: New file.
16056 * gdb.base/break-idempotent.exp: New file.
16057
e59fa00f
MM
160582014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16059
16060 * gdb.btrace/nohist.exp: New.
16061
8b696e31
YQ
160622014-05-20 Yao Qi <yao@codesourcery.com>
16063
16064 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16065 gdb.reverse directory and gdb_reverse_timeout exists in board
16066 setting.
16067 * README: Document gdb_reverse_timeout.
16068
73c9764f
YQ
160692014-05-20 Yao Qi <yao@codesourcery.com>
16070
16071 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16072 'test_file_name'. Treat args as a string instead of a list.
16073 (gdb_init): Rename argument 'args' by 'test_file_name'.
16074
f1f4348a
JK
160752014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16076
16077 * gdb.arch/powerpc-power.exp: New file.
16078 * gdb.arch/powerpc-power.s: New file.
16079
0dbe70ce
DE
160802014-05-16 Doug Evans <dje@google.com>
16081
16082 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16083 * gdb.base/completion.exp: Check that all expected files exist
16084 before doing file completion.
0dbe70ce 16085
8d551b02
DE
160862014-05-16 Doug Evans <dje@google.com>
16087
16088 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16089 Update.
16090 (do_syscall_tests_without_xml): Update.
16091
73eb7709
PA
160922014-05-16 Pedro Alves <palves@redhat.com>
16093
16094 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16095 instead of "unknown output after running".
16096
3fae92fc
YQ
160972014-05-16 Yao Qi <yao@codesourcery.com>
16098
16099 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16100 file1.txt from host at the end.
16101 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16102
c2b2ccc5
DE
161032014-05-15 Doug Evans <dje@google.com>
16104
16105 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16106 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16107 loading file. Add test for TU lookup.
16108
8c217a4b
SM
161092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16110
16111 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16112 calling "-exec-arguments" or "set args" before running the
16113 inferior.
16114
3deb39c6
SM
161152014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16116
16117 * lib/mi-support.exp (mi_expect_stop): Expect message for
16118 inferiors that exit with non-zero exit code.
16119
71a79f8c
YQ
161202014-05-14 Yao Qi <yao@codesourcery.com>
16121
16122 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16123 match absolute path on remote host.
16124 (test_file_list_exec_source_files): Remove "/" from the
16125 pattern.
16126
f23fcd46
YQ
161272014-05-14 Yao Qi <yao@codesourcery.com>
16128
16129 * boards/local-remote-host-notty.exp (${board}_file): New
16130 proc.
16131
9404b58f
KM
161322014-05-07 Kyle McMartin <kyle@redhat.com>
16133
16134 Pushed by Joel Brobecker <brobecker@adacore.com>.
16135 * gdb.arch/aarch64-atomic-inst.c: New file.
16136 * gdb.arch/aarch64-atomic-inst.exp: New file.
16137
5e45f04c
YQ
161382014-05-07 Yao Qi <yao@codesourcery.com>
16139
16140 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16141 in current context" too.
16142
c888a17d
KS
161432014-05-05 Keith Seitz <keiths@redhat.com>
16144
16145 * gdb.linespec/ls-dollar.exp: Add test for linespec
16146 file:convenience_variable.
16147
290a839c
YQ
161482014-05-05 Yao Qi <yao@codesourcery.com>
16149
16150 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16151 traceframes into tfile and ctf trace files. Read data from
16152 trace file and test collected data.
16153 (gdb_collect_locals_test): Likewise.
16154 (gdb_unavailable_registers_test): Likewise.
16155 (gdb_unavailable_floats): Likewise.
16156 (gdb_collect_globals_test): Likewise.
16157 (top-level): Append "ctf" to trace_file_targets if GDB
16158 supports.
16159
b5262cd0
YQ
161602014-05-05 Yao Qi <yao@codesourcery.com>
16161
16162 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16163 code to ...
16164 (gdb_collect_args_test_1): ... it. New proc.
16165 (gdb_collect_locals_test): Move some code to ...
16166 (gdb_collect_locals_test_1): ... it. New proc.
16167 (gdb_unavailable_registers_test): Move some code to ...
16168 (gdb_unavailable_registers_test_1): ... it. New proc.
16169 (gdb_unavailable_floats): Move some code to ...
16170 (gdb_unavailable_floats_1): ... it. New proc.
16171
30a1e6cc
SDJ
161722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16173
16174 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16175 probes to test for bitness recognition.
16176 * gdb.arch/amd64-stap-optional-prefix.exp
16177 (test_probe_value_without_reg): New procedure.
16178 Add code to test for different kinds of bitness.
16179
f33da99a
SDJ
161802014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16181
16182 PR breakpoints/16889
16183 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16184 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16185
5b80f00d
PA
161862014-05-01 Pedro Alves <palves@redhat.com>
16187
16188 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16189 gdb_file_cmd if no file is specified.
16190 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16191 last_loaded_file to set the remote exec-file.
16192
f8c2a73c
PA
161932014-05-01 Pedro Alves <palves@redhat.com>
16194
16195 * boards/local-remote-host.exp: New file.
16196
be6e8ac7
PA
161972014-05-01 Pedro Alves <palves@redhat.com>
16198
16199 * boards/local-remote-host.exp: Rename to ...
16200 * boards/local-remote-host-notty.exp: ... this.
16201
cac0dc8f
JB
162022014-04-28 Joel Brobecker <brobecker@adacore.com>
16203
16204 * gdb.ada/dyn_arrayidx: New testcase.
16205
9730e6cc
YQ
162062014-04-26 Yao Qi <yao@codesourcery.com>
16207
16208 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16209 and compute the length of function main. Save it in
16210 $main_length.
16211 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16212 (top-level): Use gdb_compile to compile objects into
16213 executable and restart GDB. Remove invocation to
16214 prepare_for_testing.
16215
7ae1a6a6
PA
162162014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16217 Pedro Alves <palves@redhat.com>
16218
16219 PR server/16255
16220 * gdb.multi/multi-attach.c: New file.
16221 * gdb.multi/multi-attach.exp: New file.
16222
4082afcc
PA
162232014-04-25 Pedro Alves <palves@redhat.com>
16224
16225 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16226 user.
16227 (top level): Test that "set remote conditional-breakpoints-packet
16228 off" works as intended.
16229 * gdb.base/dprintf.exp: Test that "set remote
16230 breakpoint-commands-packet off" works as intended.
16231 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16232 New function.
16233 (top level): Call it.
16234 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16235 remote fast-tracepoints-packet off" works as intended.
16236 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16237 * lib/gdb.exp (gdb_is_target_remote): ... here.
16238
2abc3f8d
DB
162392014-04-24 David Blaikie <dblaikie@gmail.com>
16240
16241 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16242 ensure clang would not discard them.
16243 * gdb.base/gdbvars.c: Ditto.
16244 * gdb.base/memattr.c: Ditto.
16245 * gdb.base/whatis.c: Ditto.
16246 * gdb.python/py-prettyprint.c: Ditto.
16247 * gdb.trace/actions.c: Ditto.
16248 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16249 ensure clang would not discard it.
16250
bfd39632
DB
162512014-04-24 David Blaikie <dblaikie@gmail.com>
16252
16253 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16254 clang to emit the full definition of type required by the test
16255 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16256
22842ff6
DB
162572014-04-24 David Blaikie <dblaikie@gmail.com>
16258
16259 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16260 coax Clang into emitting the definition of the type.
16261 * gdb.cp/pr10728-x.h (y): Ditto.
16262 * gdb.cp/pr10728-y.cc (y): Ditto.
16263
c2e827ad
DB
162642014-04-24 David Blaikie <dblaikie@gmail.com>
16265
16266 * gdb.base/label.exp: XFAIL label related tests under Clang.
16267 * gdb.cp/cplabel.exp: Ditto.
16268 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16269 under Clang those using labels.
16270
4c2d33e7
YQ
162712014-04-25 Yao Qi <yao@codesourcery.com>
16272
16273 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16274 double_label.
16275 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16276 partial_label and double_label.
16277
56083b99
DB
162782014-04-24 David Blaikie <dblaikie@gmail.com>
16279
16280 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16281
25d4e99d
DB
162822014-04-24 David Blaikie <dblaikie@gmail.com>
16283
16284 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16285 of the function to work across GCC and Clang.
16286 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16287 pointer types (const void ** const V void **).
16288
01f9f808
MS
162892014-04-24 Michael Sturm <michael.sturm@mintel.com>
16290 Walfred Tedeschi <walfred.tedeschi@intel.com>
16291
16292 * Makefile.in (EXECUTABLES): Added i386-avx512.
16293 * gdb.arch/i386-avx512.c: New file.
16294 * gdb.arch/i386-avx512.exp: Likewise.
16295
4b48d439
KS
162962014-04-23 Keith Seitz <keiths@redhat.com>
16297
16298 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16299 (mi_make_breakpoint_table): New procedure.
16300 (mi_create_breakpoint): Use mi_make_breakpoint
16301 and return the result.
16302 (mi_make_breakpoint): New procedure.
16303 (mi_build_kv_pairs): New procedure.
16304
16305 * gdb.mi/mi-break.exp: Remove unused globals,
16306 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16307 All callers updated.
16308 * gdb.mi/mi-dprintf.exp: Use variable to track command
16309 number.
16310 Update all callers of mi_create_breakpoint and use
16311 mi_make_breakpoint_table.
16312 Remove any unused global variables.
16313 * gdb.mi/mi-nonstop.exp: Likewise.
16314 * gdb.mi/mi-nsintrall.exp: Likewise.
16315 * gdb.mi/mi-nsmoribund.exp: Likewise.
16316 * gdb.mi/mi-nsthrexec.exp: Likewise.
16317 * gdb.mi/mi-reverse.exp: Likewise.
16318 * gdb.mi/mi-simplerun.exp: Likewise.
16319 * gdb.mi/mi-stepn.exp: Likewise.
16320 * gdb.mi/mi-syn-frame.exp: Likewise.
16321 * gdb.mi/mi-until.exp: Likewise.
16322 * gdb.mi/mi-var-cp.exp: Likewise.
16323 * gdb.mi/mi-var-display.exp: Likewise.
16324 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16325 * gdb.mi/mi2-var-child.exp: Likewise.
16326 * gdb.mi/mi-vla-c99.exp: Likewise.
16327 * lib/mi-support.exp: Likewise.
16328
16329 From Ian Lance Taylor <iant@cygnus.com>:
16330 * lib/gdb.exp (parse_args): New procedure.
16331
08351840
PA
163322014-04-23 Pedro Alves <palves@redhat.com>
16333
16334 * gdb.base/break-unload-file.c: New file.
16335 * gdb.base/break-unload-file.exp: New file.
16336 * gdb.base/sym-file-lib.c (baz): New function.
16337 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16338 field.
16339 (load): Store the segment's mapped size.
16340 (unload): New function.
16341 (unload_shlib): New function.
16342 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16343 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16344 set a breakpoint at baz, and call it.
16345 * gdb.base/sym-file.exp: New tests for stale breakpoint
16346 instructions.
16347
076855f9
PA
163482014-04-23 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16351 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16352 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16353 * gdb.base/hbreak-unmapped.c: New file.
16354 * gdb.base/hbreak-unmapped.exp: New file.
16355 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16356 * lib/gdb.exp (gdb_is_target_remote): ... here.
16357
483805cf
PA
163582014-04-22 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.base/consecutive-step-over.c: New file.
16361 * gdb.base/consecutive-step-over.exp: New file.
16362
06d97543
PA
163632014-04-22 Pedro Alves <palves@redhat.com>
16364
16365 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16366 instead of send_gdb/gdb_expect.
16367
b4429ea2
YQ
163682014-04-22 Yao Qi <yao@codesourcery.com>
16369
16370 * lib/trace-support.exp (generate_tracefile): New procedure.
16371 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16372 return 0.
16373 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16374 if generate_tracefile returns 1.
16375
51d48146
PA
163762014-04-18 Tom Tromey <palves@redhat.com>
16377 Pedro alves <tromey@redhat.com>
16378
16379 PR backtrace/15558
16380 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16381 with a backtrace limit.
16382 * gdb.python/py-frame-inline.exp: Test running to an inline
16383 function with a backtrace limit, and printing the newest frame.
16384 * gdb.python/py-frame-inline.c (main): Call f.
16385
bd1dce5f
MS
163862014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16387
16388 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16389
40d1a503
MS
163902014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16391
16392 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16393 Drop prefix from unsupported source file path.
16394
389b98f7
YQ
163952014-04-17 Yao Qi <yao@codesourcery.com>
16396
16397 * lib/gdb.exp (with_target_charset): New proc.
16398 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16399 with_target_charset.
16400 (test_print_strings): Likewise.
16401 (test_repeat_bytes): Likewise.
16402 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16403 for some tests.
16404
22869d73
KS
164052014-04-16 Keith Seitz <keiths@redhat.com>
16406
16407 PR gdb/15827
16408 * gdb.dwarf2/corrupt.c: New file.
16409 * gdb.dwarf2/corrupt.exp: New file.
16410
c4f87ca6
KS
164112014-04-16 Keith Seitz <keiths@redhat.com>
16412
16413 PR c++/16597
16414 * gdb.cp/namelessclass.cc: New file.
16415 * gdb.cp/namelessclass.exp: New file.
16416 * gdb.cp/namelessclass.S: New file.
16417
ab19de87
DE
164182014-04-16 Doug Evans <dje@google.com>
16419
16420 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16421 Add comment.
16422 (gdbserver_default_get_comm_port): New function.
16423 (gdbserver_start): Check if board file provided
16424 "gdbserver,get_comm_port" and use it if so.
16425 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16426 (gdb,socketport): Set to "stdio".
16427 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16428 (stdio_gdbserver_template): Delete.
16429 (${board}_get_remote_address): Update.
16430 (${board}_build_remote_cmd): Delete.
16431 (${board}_get_comm_port): New function.
16432 (${board}_spawn): Update.
16433 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16434 Delete.
16435 (${board}_get_remote_address): Update.
16436 (${board}_get_comm_port): New function.
16437
fc98a809
AB
164382014-04-16 Andrew Burgess <aburgess@broadcom.com>
16439
16440 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16441 appearing in any order.
16442
87fd9e6e
DE
164432014-04-15 Doug Evans <dje@google.com>
16444
16445 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16446 uninitialized value of "description".
16447
099fc3ea
KS
164482014-04-15 Keith Seitz <keiths@redhat.com>
16449
16450 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16451 Remove unused globals.
16452 (test_running_the_program): Likewise.
16453 (test_controlled_execution): Likewise.
16454 (test_controlling_breakpoints): Likewise.
16455 (test_program_termination): Likewise.
16456
5da151d4
KS
164572014-04-15 Keith Seitz <keiths@redhat.com>
16458
16459 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16460 unused globals.
16461 (test_rbreak_creation_and_listing): Likewise.
16462 (test_ignore_count): Likewise.
16463 (test_error): Likewise.
16464
35e5d2f0
PA
164652014-04-15 Pedro Alves <palves@redhat.com>
16466
16467 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16468 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16469 sym-file-loader.c.
16470 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16471 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16472 to sym-file-loader.c.
16473 (struct library): Forward declare.
16474 (load_shlib, lookup_function): Change prototypes.
16475 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16476 (translate_offset): Remove declarations.
16477 (get_text_addr): New declaration.
16478 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16479 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16480 sym-file-loader.h.
16481 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16482 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16483 here from sym-file-loader.h.
16484 (struct library): New structure.
16485 (load_shlib, lookup_function): Change prototypes and adjust to
16486 work with a struct library.
16487 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16488 (translate_offset): Make static.
16489 (get_text_addr): New function.
16490 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16491
eb4c1710
PA
164922014-04-15 Pedro Alves <palves@redhat.com>
16493
16494 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16495
2d1baf52
PA
164962014-04-15 Pedro Alves <palves@redhat.com>
16497
16498 * gdb.base/sym-file-loader.c: Include <limits.h>.
16499 (SELF_LINK): New define.
16500 (get_origin): New function.
16501 (load_shlib): Use it.
16502 * gdb.base/sym-file.exp: Don't early return if the target is
16503 remote. Use runto_main, and issue fail is that fails. Use
16504 gdb_load_shlibs.
16505 (shlib_name): Delete.
16506 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16507
7dd6df01
PA
165082014-04-15 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.base/sym-file.exp: Remove regex characters from test
16511 message. Don't refer to breakpoint numbers in test messages.
16512
b50c8614
KS
165132014-04-14 Keith Seitz <keiths@redhat.com>
16514
16515 PR c++/16253
16516 * gdb.cp/var-tag.cc: New file.
16517 * gdb.cp/var-tag.exp: New file.
16518 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16519 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16520 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16521 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16522
3d567982
TT
165232014-04-14 Tom Tromey <tromey@redhat.com>
16524
16525 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16526 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16527 type.
16528 * gdb.cp/enum-class.exp: New file.
16529 * gdb.cp/enum-class.cc: New file.
16530
0626fc76
TT
165312014-04-14 Tom Tromey <tromey@redhat.com>
16532
16533 * gdb.dwarf2/enum-type.exp: New file.
16534
dca325b3
SA
165352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16536
16537 * gdb.mi/mi-vla-c99.exp: New file.
16538 * gdb.mi/vla.c: New file.
16539
5854b38a
SA
165402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16541
16542 * gdb.base/vla-datatypes.c: New file.
16543 * gdb.base/vla-datatypes.exp: New file.
16544
463bb957
SA
165452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16546
16547 * gdb.base/vla-ptr.c: New file.
16548 * gdb.base/vla-ptr.exp: New file.
16549
3dd170be
SA
165502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16551
16552 * gdb.dwarf2/count.exp: New file.
16553
5ecaaa66
SA
165542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16555
16556 * gdb.base/vla-sideeffect.c: New file.
16557 * gdb.base/vla-sideeffect.exp: New file.
16558
41f1ada5
DB
165592014-04-14 David Blaikie <dblaikie@gmail.com>
16560
16561 * gdb.mi/non-stop.c: Add return value for non-void function return
16562 statement.
16563 * gdb.threads/staticthreads.c: Ditto.
16564
0be03e84
DE
165652014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16566 Doug Evans <xdje42@gmail.com>
16567
16568 * gdb.guile/scm-value.c: Improve test case.
16569 * gdb.guile/scm-value.exp: Add new test.
16570
f180a1fb
DB
165712014-04-11 David Blaikie <dblaikie@gmail.com>
16572
16573 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16574 override Clang's default.
16575
6b662e19
JB
165762014-04-11 Joel Brobecker <brobecker@adacore.com>
16577
16578 Revert the following changes (regressions):
16579
16580 * gdb.base/vla-sideeffect.c: New file.
16581 * gdb.base/vla-sideeffect.exp: New file.
16582
16583 * gdb.dwarf2/count.exp: New file.
16584
16585 * gdb.base/vla-multi.c: New file.
16586 * gdb.base/vla-multi.exp: New file.
16587
16588 * gdb.base/vla-ptr.c: New file.
16589 * gdb.base/vla-ptr.exp: New file.
16590
16591 * gdb.base/vla-datatypes.c: New file.
16592 * gdb.base/vla-datatypes.exp: New file.
16593
16594 * gdb.mi/mi-vla-c99.exp: New file.
16595 * gdb.mi/vla.c: New file.
16596
245a5f0b
KS
165972014-04-11 Keith Seitz <keiths@redhat.com>
16598
16599 PR c++/16675
16600 * gdb.cp/cpsizeof.exp: New file.
16601 * gdb.cp/cpsizeof.cc: New file.
16602
58a84dcf
SA
166032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16604
191a8a90
JB
16605 * gdb.mi/mi-vla-c99.exp: New file.
16606 * gdb.mi/vla.c: New file.
58a84dcf 16607
c8655f75
SA
166082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16609
16610 * gdb.base/vla-datatypes.c: New file.
16611 * gdb.base/vla-datatypes.exp: New file.
16612
024e13b4
SA
166132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16614
16615 * gdb.base/vla-ptr.c: New file.
16616 * gdb.base/vla-ptr.exp: New file.
16617
1a237e0e
SA
166182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16619
16620 * gdb.base/vla-multi.c: New file.
16621 * gdb.base/vla-multi.exp: New file.
16622
504f3432
SA
166232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16624
16625 * gdb.dwarf2/count.exp: New file.
16626
3bce8237
SA
166272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16628
191a8a90
JB
16629 * gdb.base/vla-sideeffect.c: New file.
16630 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16631
322f9c21
YQ
166322014-04-11 Yao Qi <yao@codesourcery.com>
16633
16634 * gdb.base/completion.exp: Check file exists before running tests
16635 on file completion.
16636
d708bcd1
PA
166372014-04-10 Pedro Alves <palves@redhat.com>
16638
16639 * gdb.base/cond-eval-mode.c: New file.
16640 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16641 prepare_for_testing to build the new file. Check result of
16642 runto_main.
16643 (test_break, test_watch): New procedures.
16644 (top level): Use them.
16645
ae1d2761
PM
166462014-04-08 Pierre Muller <muller@sourceware.org>
16647
16648 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16649 Ctrl-V use for mingw hosts.
16650
7af389b8
SC
166512014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16652
16653 * gdb.python/py-value.c: Improve test case.
16654 * gdb.python/py-value.exp: Add new test.
16655
5e703181
DE
166562014-04-07 David Blaikie <dblaikie@gmail.com>
16657
16658 * lib/compiler.c: Identify the clang compiler.
16659 * lib/compiler.cc: Ditto.
16660
9810b410
YQ
166612014-04-03 Yao Qi <yao@codesourcery.com>
16662
16663 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16664
98d1b8dc
AB
166652014-04-01 Anton Blanchard <anton@samba.org>
16666
16667 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16668 messages unique.
16669
3114cea1
AB
166702014-04-01 Anton Blanchard <anton@samba.org>
16671
16672 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16673 prepare_for_testing.
16674
62f7182c
AB
166752014-04-01 Anton Blanchard <anton@samba.org>
16676
16677 * gdb.arch/ppc64-atomic-inst.c: Remove.
16678 * gdb.arch/ppc64-atomic-inst.S: New file.
16679 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16680
770e7fc7
DE
166812014-03-31 Doug Evans <dje@google.com>
16682
16683 * gdb.base/print-symbol-loading-lib.c: New file.
16684 * gdb.base/print-symbol-loading-main.c: New file.
16685 * gdb.base/print-symbol-loading.exp: New file.
16686
46e2bafa
YQ
166872014-03-31 Yao Qi <yao@codesourcery.com>
16688
16689 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16690
8776cfe9
JB
166912014-03-28 Joel Brobecker <brobecker@adacore.com>
16692
16693 * gdb.ada/mi_dyn_arr: New testcase.
16694
5d1ef361
DE
166952014-03-27 Doug Evans <dje@google.com>
16696
16697 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16698
b5bee914
YQ
166992014-03-27 Yao Qi <yao@codesourcery.com>
16700
16701 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16702 if target is nios2-*-*.
16703
0d4d0e77
YQ
167042014-03-26 Yao Qi <yao@codesourcery.com>
16705
16706 * lib/gdb.exp (readline_is_used): New proc.
16707 * gdb.base/completion.exp: Move tests on command complete up.
16708 Skip the rest of tests if readline is not used.
16709 * gdb.ada/complete.exp: Skp the test if readline is not
16710 used.
16711 * gdb.base/filesym.exp: Likewise.
16712 * gdb.base/macscp.exp: Likewise.
16713 * gdb.base/readline-ask.exp: Likewise.
16714 * gdb.base/readline.exp: Likewise.
16715 * gdb.python/py-cmd.exp: Likewise.
16716 * gdb.trace/tfile.exp: Likewise.
16717
29361eee
YQ
167182014-03-26 Yao Qi <yao@codesourcery.com>
16719
16720 * gdb.base/macscp.exp: Fix code format issues.
16721
bc9a5525
UW
167222014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16723
16724 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16725 * gdb.asm/powerpc64le.inc: New file.
16726
d3839ede
PA
167272014-03-25 Pedro Alves <palves@redhat.com>
16728 Doug Evans <dje@google.com>
16729
16730 * gdb.base/source-execution.c: New file.
16731 * gdb.base/source-execution.exp: New file.
16732 * gdb.base/source-execution.gdb: New file.
16733
01672a57
DE
167342014-03-24 Doug Evans <dje@google.com>
16735
16736 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16737 using fission.
16738
88bbeca9
HZ
167392014-03-24 Hui Zhu <hui@codesourcery.com>
16740 Pedro Alves <palves@redhat.com>
16741
16742 PR breakpoints/16101
16743 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16744 test pass/fail messages. Detect missing support for dprintf when
16745 breakpoints are actually inserted.
16746 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16747 breakpoints are actually inserted.
16748 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16749 fails.
16750
d2348791
JK
167512014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16752
16753 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16754
feef67ab
DE
167552014-03-22 Doug Evans <xdje42@gmail.com>
16756
16757 * gdb.python/python.exp (python not supported): Verify multi-line
16758 python command issues an error.
25d743f9 16759 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16760 guile command issues an error.
feef67ab 16761
ecebef6a
MR
167622014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16763
16764 * gdb.threads/thread-specific.exp: Handle the lack of usable
16765 $this_breakpoint and $this_thread.
16766
ccdd1909
HZ
167672014-03-21 Hui Zhu <hui@codesourcery.com>
16768
16769 * gdb.base/attach.exp (do_command_attach_tests): New.
16770
beb460e8
PA
167712014-03-20 Tom Tromey <tromey@redhat.com>
16772 Pedro Alves <palves@redhat.com>
16773
16774 PR cli/15718
16775 * gdb.base/condbreak-call-false.c: New file.
16776 * gdb.base/condbreak-call-false.exp: New file.
16777
40acf43a
PA
167782014-03-20 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16781 Delete.
16782 (block_signals, unblock_signals): Delete.
16783 (child_function_2, main): Remove references to deleted variable
16784 and functions.
16785
9f5e1e02
PA
167862014-03-20 Pedro Alves <palves@redhat.com>
16787
16788 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16789 Use pthread_kill to signal thread 2.
16790 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16791 Adjust to make the test send itself a signal rather than using the
16792 host's "kill" command.
16793
99619bea
PA
167942014-03-20 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.threads/multiple-step-overs.c: New file.
16797 * gdb.threads/multiple-step-overs.exp: New file.
16798 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16799 Adjust expected infrun debug output.
16800
2adfaa28
PA
168012014-03-20 Pedro Alves <palves@redhat.com>
16802
16803 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16804 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16805
31e77af2
PA
168062014-03-20 Pedro Alves <palves@redhat.com>
16807
16808 PR breakpoints/7143
16809 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16810 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16811 of gdb_test_multiple.
16812 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16813 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16814
b9f437de
PA
168152014-03-20 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16818 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16819
05adc73e
PA
168202014-03-19 Pedro Alves <palves@redhat.com>
16821
16822 * gdb.base/async.exp: Remove early return.
16823
6048b950
PA
168242014-03-19 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16827
8bcfb00a
PA
168282014-03-19 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.base/async.exp (test_background): Expect \r\n after
16831 "completed." in the fail pattern.
16832
884e37dc
PA
168332014-03-19 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.base/async.exp (test_background): New procedure.
16836 Use it for all background execution command tests.
16837
148e57e2
PA
168382014-03-19 Pedro Alves <palves@redhat.com>
16839
16840 * gdb.base/async.exp: Use prepare_for_testing.
16841
f48088c7
PA
168422014-03-19 Pedro Alves <palves@redhat.com>
16843
16844 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16845 the same line.
16846
e2f6c966
PA
168472014-03-19 Pedro Alves <palves@redhat.com>
16848
16849 * gdb.base/async.c (main): Add "jump here" and "until here" line
16850 marker comments.
16851 * gdb.base/async.exp (jump_here): New global.
16852 (jump& test): Use it.
16853 (until_here): New global.
16854 (until& test): Use it.
16855
c30568d4
PA
168562014-03-19 Pedro Alves <palves@redhat.com>
16857
16858 * gdb.base/async.exp: Don't frob gdb_protocol.
16859
0172b6a7
DE
168602014-03-18 Doug Evans <xdje42@gmail.com>
16861
16862 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16863 Fix spelling of exec-done-display.
16864
06c868a8
JK
168652014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16866
16867 PR gdb/15358
16868 * gdb.base/gdb-sigterm.c: New file.
16869 * gdb.base/gdb-sigterm.exp: New file.
16870
0c7e1a46
PA
168712014-03-18 Pedro Alves <palves@redhat.com>
16872
16873 PR gdb/13860
16874 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16875 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16876 solib-event.
16877
f7c77d93
JB
168782014-03-17 Joel Brobecker <brobecker@adacore.com>
16879
16880 * gdb.ada/pckd_arr_ren: New testcase.
16881
5a1e8c7a
DE
168822014-03-13 Doug Evans <xdje42@gmail.com>
16883
16884 PR guile/16612
16885 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16886 collect after discarding symbols.
16887
350e1a76
DE
168882014-03-13 Ludovic Courtès <ludo@gnu.org>
16889 Doug Evans <xdje42@gmail.com>
16890
16891 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16892 to history survives a gc.
16893
a69900ae
PA
168942014-03-13 Pedro Alves <palves@redhat.com>
16895
16896 * gdb.base/default.exp: Don't test "target procfs".
16897
5db9f0bd
PA
168982014-03-13 Pedro Alves <palves@redhat.com>
16899
16900 * gdb.base/default.exp: Update "target child" and "target procfs"
16901 tests to not expect "Unix".
16902
b3ccfe11
TT
169032014-03-12 Tom Tromey <tromey@redhat.com>
16904
16905 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16906 New procs. Add target-async tests.
16907 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16908 Add target-async tests.
16909
646f4417
AA
169102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16911
16912 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16913 'func_start' and 'func_end' for the beginning and end of the
16914 function code, respectively.
16915 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16916 'func_end' instead of 'func' and 'main'.
16917
288c211f
AA
169182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16919
16920 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16921 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16922 generate the debug info assembler source.
16923
e0c0f156
AA
169242014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16925
16926 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16927 * gdb.dwarf2/arr-subrange.exp: Likewise.
16928 * gdb.dwarf2/dwz.exp: Likewise.
16929 * gdb.dwarf2/method-ptr.exp: Likewise.
16930 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16931 * gdb.dwarf2/subrange.exp: Likewise.
16932 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16933 * gdb.dwarf2/implptrpiece.exp: Likewise.
16934 * gdb.dwarf2/nostaticblock.exp: Likewise.
16935
0e5c4555
AA
169362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16937
16938 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16939 directory to absolute path name arguments.
16940
5ec18f2b
JG
169412014-03-10 Joel Brobecker <brobecker@adacore.com>
16942
16943 * gdb.ada/tagged_access: New testcase.
16944
847fc4f2
MM
169452014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16946
16947 * gdb.btrace/data.exp: Update expected output.
16948
cc3da688
YQ
169492014-03-06 Yao Qi <yao@codesourcery.com>
16950
16951 * gdb.trace/pr16508.exp: New file.
16952
0f26cec1
PA
169532014-03-05 Pedro Alves <palves@redhat.com>
16954
16955 PR gdb/16575
16956 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16957 procedure.
16958 (top level): Adjust to use it. Add tests that exercise breakpoint
16959 interaction with the code-cache.
16960
7a5a839f
LC
169612014-02-26 Ludovic Courtès <ludo@gnu.org>
16962
16963 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16964 test for 'history-append!'.
16965
31aa7e4e
JB
169662014-02-26 Joel Brobecker <brobecker@adacore.com>
16967
16968 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16969 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16970 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16971 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16972 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16973 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16974
1b588015
JB
169752014-02-26 Joel Brobecker <brobecker@adacore.com>
16976
16977 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16978 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16979 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16980
55426c9d
JB
169812014-02-26 Joel Brobecker <brobecker@adacore.com>
16982
16983 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16984
dc53a7ad
JB
169852014-02-26 Joel Brobecker <brobecker@adacore.com>
16986
16987 * gdb.dwarf2/arr-stride.c: New file.
16988 * gdb.dwarf2/arr-stride.exp: New file.
16989
12ab52e9
PA
169902014-02-26 Pedro Alves <palves@redhat.com>
16991
16992 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16993 that won't ever trigger. Make sure that GDB reports the correct
16994 breakpoint that caused the stop.
16995
849c862e
JK
169962014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16997
16998 PR gdb/16626
16999 * gdb.base/auto-load-script: New file.
17000 * gdb.base/auto-load.c: New file.
17001 * gdb.base/auto-load.exp: New file.
17002
71b7d793
JK
17003 PR gdb/16626
17004 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17005
e2f0d509
JK
170062014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17007
17008 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17009 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17010
50cc37c8
DE
170112014-02-24 Doug Evans <dje@google.com>
17012
17013 * lib/gdb.exp (run_on_host): Log error output if program fails.
17014
ea4758f2
PA
170152014-02-21 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.threads/step-after-sr-lock.c: Rename to ...
17018 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17019 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17021 ... this.
17022
d7b30f67
SDJ
170232014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17024
17025 PR tdep/16397
17026 * gdb.arch/amd64-stap-special-operands.exp: New file.
17027 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17028 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17029 * gdb.arch/amd64-stap-triplet.S: Likewise.
17030 * gdb.arch/amd64-stap-triplet.c: Likewise.
17031
83deb43f
JB
170322014-02-20 Joel Brobecker <brobecker@adacore.com>
17033
17034 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17035 in .section pseudo-op.
17036
adde2bff
DE
170372014-02-20 lin zuojian <manjian2006@gmail.com>
17038 Joel Brobecker <brobecker@adacore.com>
17039 Doug Evans <xdje42@gmail.com>
17040
17041 PR symtab/16581
17042 * gdb.dwarf2/dw2-icycle.S: New file.
17043 * gdb.dwarf2/dw2-icycle.c: New file.
17044 * gdb.dwarf2/dw2-icycle.exp: New file.
17045
f7bd0f78
SC
170462014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17047
17048 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17049 operations on gdb.Value objects.
17050 * gdb.python/py-value-cc.exp: Add new test to test operations on
17051 gdb.Value objects.
17052
c17ef0d5
DE
170532014-02-18 Doug Evans <dje@google.com>
17054
17055 * Makefile.in (TESTS): New variable.
17056 (expanded_tests, expanded_tests_or_none): New variables
17057 (check-single): Pass $(expanded_tests_or_none) to runtest.
17058 (check-parallel): Only run tests in $(TESTS) if non-empty.
17059 (check/no-matching-tests-found): New rule.
17060 * README: Document TESTS makefile variable.
17061
5dd3176f
DE
170622014-02-18 Doug Evans <dje@google.com>
17063
17064 * Makefile.in (check-parallel): rm -rf outputs temp.
17065
0b10be4f
JK
170662014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17067
17068 Fix "ERROR: no fileid for" in the testsuite.
17069 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17070
85f224e7
DE
170712014-02-12 Doug Evans <dje@google.com>
17072
17073 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17074 (MISCELLANEOUS): New variable.
17075 (clean): rm -rf $(MISCELLANEOUS).
17076 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17077 dwp live in the same directory as symlinks, with each symlink pointed
17078 to a differently named file in a different directory.
17079
149b30ff
DE
170802014-02-11 Doug Evans <dje@google.com>
17081
17082 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17083 of Tcl file commands.
17084
1dfdac32
MK
170852014-02-10 Mark Kettenis <kettenis@gnu.org>
17086
17087 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17088 "kill -SIGUSR1 -1".
17089
aa4fb036
JB
170902014-02-10 Joel Brobecker <brobecker@adacore.com>
17091
17092 * gdb.ada/tick_length_array_enum_idx: New testcase.
17093
ed3ef339
DE
170942014-02-10 Doug Evans <xdje42@gmail.com>
17095
17096 * configure.ac (AC_OUTPUT): Add gdb.guile.
17097 * configure: Regenerate.
17098 * lib/gdb-guile.exp: New file.
17099 * lib/gdb.exp (get_target_charset): New function.
17100 * gdb.base/help.exp: Update expected output from "apropos apropos".
17101 * gdb.guile/Makefile.in: New file.
17102 * gdb.guile/guile.exp: New file.
17103 * gdb.guile/scm-arch.c: New file.
17104 * gdb.guile/scm-arch.exp: New file.
17105 * gdb.guile/scm-block.c: New file.
17106 * gdb.guile/scm-block.exp: New file.
17107 * gdb.guile/scm-breakpoint.c: New file.
17108 * gdb.guile/scm-breakpoint.exp: New file.
17109 * gdb.guile/scm-disasm.c: New file.
17110 * gdb.guile/scm-disasm.exp: New file.
17111 * gdb.guile/scm-equal.c: New file.
17112 * gdb.guile/scm-equal.exp: New file.
17113 * gdb.guile/scm-error.exp: New file.
17114 * gdb.guile/scm-error.scm: New file.
17115 * gdb.guile/scm-frame-args.c: New file.
17116 * gdb.guile/scm-frame-args.exp: New file.
17117 * gdb.guile/scm-frame-args.scm: New file.
17118 * gdb.guile/scm-frame-inline.c: New file.
17119 * gdb.guile/scm-frame-inline.exp: New file.
17120 * gdb.guile/scm-frame.c: New file.
17121 * gdb.guile/scm-frame.exp: New file.
17122 * gdb.guile/scm-generics.exp: New file.
17123 * gdb.guile/scm-gsmob.exp: New file.
17124 * gdb.guile/scm-iterator.c: New file.
17125 * gdb.guile/scm-iterator.exp: New file.
17126 * gdb.guile/scm-math.c: New file.
17127 * gdb.guile/scm-math.exp: New file.
17128 * gdb.guile/scm-objfile-script-gdb.in: New file.
17129 * gdb.guile/scm-objfile-script.c: New file.
17130 * gdb.guile/scm-objfile-script.exp: New file.
17131 * gdb.guile/scm-objfile.c: New file.
17132 * gdb.guile/scm-objfile.exp: New file.
17133 * gdb.guile/scm-ports.exp: New file.
17134 * gdb.guile/scm-pretty-print.c: New file.
17135 * gdb.guile/scm-pretty-print.exp: New file.
17136 * gdb.guile/scm-pretty-print.scm: New file.
17137 * gdb.guile/scm-section-script.c: New file.
17138 * gdb.guile/scm-section-script.exp: New file.
17139 * gdb.guile/scm-section-script.scm: New file.
17140 * gdb.guile/scm-symbol.c: New file.
17141 * gdb.guile/scm-symbol.exp: New file.
17142 * gdb.guile/scm-symtab-2.c: New file.
17143 * gdb.guile/scm-symtab.c: New file.
17144 * gdb.guile/scm-symtab.exp: New file.
17145 * gdb.guile/scm-type.c: New file.
17146 * gdb.guile/scm-type.exp: New file.
17147 * gdb.guile/scm-value-cc.cc: New file.
17148 * gdb.guile/scm-value-cc.exp: New file.
17149 * gdb.guile/scm-value.c: New file.
17150 * gdb.guile/scm-value.exp: New file.
17151 * gdb.guile/source2.scm: New file.
17152 * gdb.guile/types-module.cc: New file.
17153 * gdb.guile/types-module.exp: New file.
17154
7026a7c1
YQ
171552014-02-10 Yao Qi <yao@codesourcery.com>
17156
17157 PR testsuite/16543
17158 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17159 * configure: Regenerated.
17160 * Makefile.in: New file.
17161
6c466447
AS
171622014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17163
17164 * gdb.python/py-framefilter.exp: Fix typo.
17165
6e854735
YQ
171662014-02-08 Yao Qi <yao@codesourcery.com>
17167
17168 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17169 that no =breakpoint-modified is emitted when breakpoints are
17170 modified through MI commands.
17171
d137e6dc
PA
171722014-02-07 Pedro Alves <pedro@codesourcery.com>
17173 Pedro Alves <palves@redhat.com>
17174
17175 * gdb.threads/step-after-sr-lock.c: New file.
17176 * gdb.threads/step-after-sr-lock.exp: New file.
17177
b5ee5a50
PA
171782014-02-07 Pedro Alves <palves@redhat.com>
17179
17180 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17181
3c77faf3
JK
171822014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17183
17184 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17185 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17186
6dddc817
DE
171872014-02-06 Doug Evans <xdje42@gmail.com>
17188
17189 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17190 output.
17191
17192 * gdb.gdb/python-interrupts.exp: New file.
17193
de7b2893
YQ
171942014-02-05 Yao Qi <yao@codesourcery.com>
17195
17196 * gdb.trace/report.exp (use_collected_data): Test the output
17197 of "info threads" and "info inferiors".
17198
66d032ac
YQ
171992014-02-05 Yao Qi <yao@codesourcery.com>
17200
17201 Revert this patch:
17202
17203 2013-05-24 Yao Qi <yao@codesourcery.com>
17204
17205 * gdb.trace/tfile.exp: Test inferior and thread.
17206
591a12a1
UW
172072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17208
17209 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17210 on a function.
17211 * gdb.base/step-bt.c: Call hello via function pointer to make
17212 sure its first instruction is executed on powerpc64le-linux.
17213
0ff3e01f
UW
172142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17215
17216 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17217
084ee545
UW
172182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17219
17220 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17221 of the test patterns for use on little-endian systems.
17222
6ed14ff3
UW
172232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17224
17225 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17226 (decimal_vector): Fix for little-endian.
17227
401e27fd
JM
172282014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17229
17230 * gdb.arch/sparc-sysstep.exp: New file.
17231 * gdb.arch/sparc-sysstep.c: Likewise.
17232
17233 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17234
8b924729
EBM
172352014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17236
17237 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17238
fb151210
JB
172392014-01-23 Tom Tromey <tromey@redhat.com>
17240
17241 * gdb.ada/array_char_idx: New testcase.
17242
0740f8d8
TT
172432014-01-23 Tom Tromey <tromey@redhat.com>
17244
17245 PR python/16487:
17246 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17247 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17248 classes.
17249
21909fa1
TT
172502014-01-23 Tom Tromey <tromey@redhat.com>
17251
17252 PR python/16491:
17253 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17254 string from an inferior frame.
17255 * gdb.python/py-framefilter-mi.exp: Update.
17256
87ce2a04
DE
172572014-01-22 Doug Evans <dje@google.com>
17258
17259 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17260
237b092b
AA
172612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17262
17263 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17264
d674a709
AA
172652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17266
17267 * gdb.trace/entry-values.exp: Remove excess space character from
17268 regex patterns. Handle s390 call instruction.
17269
20fa3390
AA
172702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17271
17272 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17273 define "*_start" label. Make "name" static.
17274 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17275 ${name} by references to ${name}_start.
17276
78466714
AA
172772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17278
17279 * gdb.base/info-macros.exp: Remove "debug" from the compile
17280 options.
17281
ec9f644a
IB
172822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17283
17284 * gdb.dlang/demangle.exp: New file.
17285
94b1b47e
IB
172862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17287
17288 * gdb.dlang/primitive-types.exp: New file.
17289
7f420862
IB
172902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17291
17292 * configure.ac: Create gdb.dlang/Makefile.
17293 * configure: Regenerate.
17294 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17295 * gdb.dlang/Makefile.in: New file.
17296 * lib/d-support.exp: New file.
17297 * lib/gdb.exp (skip_d_tests): New proc.
17298
52834460
MM
172992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17300
17301 * gdb.btrace/delta.exp: Check reverse stepi.
17302 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17303 * gdb.btrace/finish.exp: New.
17304 * gdb.btrace/next.exp: New.
17305 * gdb.btrace/nexti.exp: New.
17306 * gdb.btrace/record_goto.c: Add comments.
17307 * gdb.btrace/step.exp: New.
17308 * gdb.btrace/stepi.exp: New.
17309 * gdb.btrace/multi-thread-step.c: New.
17310 * gdb.btrace/multi-thread-step.exp: New.
17311 * gdb.btrace/rn-dl-bind.c: New.
17312 * gdb.btrace/rn-dl-bind.exp: New.
17313 * gdb.btrace/data.c: New.
17314 * gdb.btrace/data.exp: New.
17315 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17316
6e07b1d2
MM
173172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17318
17319 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17320 * gdb.btrace/exception.exp: Update.
17321 * gdb.btrace/instruction_history.exp: Update.
17322 * gdb.btrace/record_goto.exp: Update.
17323 * gdb.btrace/tailcall.exp: Update.
17324 * gdb.btrace/unknown_functions.exp: Update.
17325 * gdb.btrace/delta.exp: New.
17326
0b722aec
MM
173272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17328
17329 * gdb.btrace/record_goto.exp: Add backtrace test.
17330 * gdb.btrace/tailcall.exp: Add backtrace test.
17331
066ce621
MM
173322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17333
17334 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17335 * gdb.btrace/record_goto.c: New.
17336 * gdb.btrace/record_goto.exp: New.
17337 * gdb.btrace/x86-record_goto.S: New.
17338
0688d04e
MM
173392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17340
17341 * gdb.btrace/function_call_history.exp: Update tests.
17342 * gdb.btrace/instruction_history.exp: Update tests.
17343
8710b709
MM
173442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17345
17346 * gdb.btrace/function_call_history.exp: Fix expected field
17347 order for "record function-call-history".
17348 Add new tests for "record function-call-history /c".
17349 * gdb.btrace/exception.cc: New.
17350 * gdb.btrace/exception.exp: New.
17351 * gdb.btrace/tailcall.exp: New.
17352 * gdb.btrace/x86-tailcall.S: New.
17353 * gdb.btrace/x86-tailcall.c: New.
17354 * gdb.btrace/unknown_functions.c: New.
17355 * gdb.btrace/unknown_functions.exp: New.
17356 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17357
5de9129b
MM
173582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17359
17360 * gdb.btrace/instruction_history.exp: Update.
17361 * gdb.btrace/function_call_history.exp: Update.
17362
23a7fe75
MM
173632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17364
17365 * gdb.btrace/function_call_history.exp: Fix expected function
17366 trace.
17367 * gdb.btrace/instruction_history.exp: Initialize traced.
17368 Remove traced_functions.
17369
724c7dd8
MM
173702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17371
17372 * gdb.btrace/function_call_history.exp: Update
17373 * gdb.btrace/instruction_history.exp: Update.
17374
6d78d93b
MM
173752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17376
17377 * gdb.btrace/enable.exp: Update expected text.
17378
93a360cc
OJ
173792014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17380
17381 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17382 bytes.
17383
3772b53f
MR
173842014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17385
17386 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17387
596662fa
OJ
173882014-01-15 Omair Javaid <omair.javaid@linaro.org>
17389
17390 * lib/gdb.exp (supports_process_record): Return true for
17391 arm*-linux*. (supports_reverse): Likewise.
17392
b5b08fb4
SC
173932014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17394
17395 PR python/15464
17396 PR python/16113
17397 * gdb.python/py-type.c: Enhance test case.
17398 * gdb.python/py-value-cc.cc: Likewise
17399 * gdb.python/py-type.exp: Add new tests.
17400 * gdb.python/py-value-cc.exp: Likewise
17401
52d7fb13
AA
174022014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17403 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17406 Make "name" extern.
17407 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17408 references to ${name}_start by references to ${name}.
17409
a2cd8cfe
JB
174102014-01-10 Joel Brobecker <brobecker@adacore.com>
17411
17412 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17413
4e23fced
JB
174142014-01-10 Joel Brobecker <brobecker@adacore.com>
17415
17416 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17417
c6a9e42c
PA
174182014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17419 Pedro Alves <palves@redhat.com>
17420
17421 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17422 mi_gdb_target_load.
c6a9e42c 17423
b7ea362b
PA
174242014-01-08 Pedro Alves <palves@redhat.com>
17425
17426 * gdb.threads/reconnect-signal.c: New file.
17427 * gdb.threads/reconnect-signal.exp: New file.
17428
5e3f4fab
EBM
174292014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17430
17431 * gdb.base/source-dir.exp: New file.
17432
79301218
JB
174332014-01-07 Joel Brobecker <brobecker@adacore.com>
17434
17435 * gdb.ada/mi_interface: New testcase.
17436
8e355c5d
JB
174372014-01-07 Joel Brobecker <brobecker@adacore.com>
17438
17439 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17440 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17441 gdb.ada/pp-rec-component/pck.ads: New files.
17442
c0d48811
JB
174432014-01-07 Joel Brobecker <brobecker@adacore.com>
17444
17445 * gdb.python/py-pp-integral.c: New file.
17446 * gdb.python/py-pp-integral.py: New file.
17447 * gdb.python/py-pp-integral.exp: New file.
17448
17b609c3 17449For older changes see ChangeLog-1993-2013.
c906108c 17450\f
8d8cb839
EZ
17451;; Local Variables:
17452;; mode: change-log
17453;; left-margin: 8
17454;; fill-column: 74
17455;; version-control: never
17456;; End:
902f2ccb 17457
42a4f53d 17458 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17459 Copying and distribution of this file, with or without modification,
17460 are permitted provided the copyright notice and this notice are preserved.
This page took 5.052271 seconds and 4 git commands to generate.