gdb/fortran: Add new 'info modules' command
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
59c35742
AB
12019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/info-modules.exp: New file.
4 * gdb.fortran/info-types.exp: Build with new file.
5 * gdb.fortran/info-types.f90: Include and use new module.
6 * gdb.fortran/info-types-2.f90: New file.
7
f3fb2519
PW
82019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9
10 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
11 * gdb.base/settings.exp: Test all settings types using
12 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
13 that now verifies that the value of "maint show" is the same as
14 returned by the settings functions. Test the type of the
15 maintenance settings.
16 * gdb.base/default.exp: Update show_conv_list.
17
d1e36019
TV
182019-10-31 Tom de Vries <tdevries@suse.de>
19
20 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
21 gdb_test.
22 * gdb.arch/amd64-disp-step.exp: Same.
23 * gdb.asm/asm-source.exp: Same.
24 * gdb.btrace/buffer-size.exp: Same.
25 * gdb.btrace/cpu.exp: Same.
26 * gdb.btrace/enable.exp: Same.
27 * gdb.dwarf2/count.exp: Same.
28 * gdb.dwarf2/dw2-ranges-func.exp: Same.
29 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
30 * gdb.fortran/vla-datatypes.exp: Same.
31 * gdb.fortran/vla-history.exp: Same.
32 * gdb.fortran/vla-ptype.exp: Same.
33 * gdb.fortran/vla-value.exp: Same.
34 * gdb.fortran/whatis_type.exp: Same.
35 * gdb.guile/guile.exp: Same.
36 * gdb.multi/tids.exp: Same.
37 * gdb.python/py-finish-breakpoint.exp: Same.
38 * gdb.python/py-framefilter.exp: Same.
39 * gdb.python/py-pp-registration.exp: Same.
40 * gdb.python/py-xmethods.exp: Same.
41 * gdb.python/python.exp: Same.
42 * gdb.server/connect-with-no-symbol-file.exp: Same.
43 * gdb.server/no-thread-db.exp: Same.
44 * gdb.server/run-without-local-binary.exp: Same.
45 * gdb.stabs/weird.exp: Same.
46 * gdb.threads/attach-many-short-lived-threads.exp: Same.
47 * gdb.threads/thread-find.exp: Same.
48 * gdb.threads/tls-shared.exp: Same.
49 * gdb.threads/tls.exp: Same.
50 * gdb.threads/wp-replication.exp: Same.
51 * gdb.trace/ax.exp: Same.
52 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
53
3d11e68e
TV
542019-10-31 Tom de Vries <tdevries@suse.de>
55
56 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
57 * gdb.ada/array_subscript_addr.exp: Same.
58 * gdb.ada/arrayidx.exp: Same.
59 * gdb.ada/arrayparam.exp: Same.
60 * gdb.ada/arrayptr.exp: Same.
61 * gdb.ada/boolean_expr.exp: Same.
62 * gdb.ada/call_pn.exp: Same.
63 * gdb.ada/complete.exp: Same.
64 * gdb.ada/fixed_cmp.exp: Same.
65 * gdb.ada/fun_addr.exp: Same.
66 * gdb.ada/funcall_param.exp: Same.
67 * gdb.ada/interface.exp: Same.
68 * gdb.ada/mod_from_name.exp: Same.
69 * gdb.ada/null_array.exp: Same.
70 * gdb.ada/packed_array.exp: Same.
71 * gdb.ada/packed_tagged.exp: Same.
72 * gdb.ada/print_chars.exp: Same.
73 * gdb.ada/print_pc.exp: Same.
74 * gdb.ada/ptype_arith_binop.exp: Same.
75 * gdb.ada/ptype_field.exp: Same.
76 * gdb.ada/ptype_tagged_param.exp: Same.
77 * gdb.ada/rec_return.exp: Same.
78 * gdb.ada/ref_tick_size.exp: Same.
79 * gdb.ada/str_ref_cmp.exp: Same.
80 * gdb.ada/taft_type.exp: Same.
81 * gdb.ada/tagged.exp: Same.
82 * gdb.ada/type_coercion.exp: Same.
83 * gdb.ada/uninitialized_vars.exp: Same.
84
60b6ede8
TV
852019-10-30 Tom de Vries <tdevries@suse.de>
86
87 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
88
30baf67b
TV
892019-10-26 Tom de Vries <tdevries@suse.de>
90
91 * gdb.base/bigcore.c: Fix typos in comments.
92 * gdb.base/ctf-ptype.c: Same.
93 * gdb.base/long_long.c: Same.
94 * gdb.dwarf2/dw2-op-out-param.S: Same.
95 * gdb.python/py-evthreads.c: Same.
96 * gdb.reverse/i387-stack-reverse.c: Same.
97 * gdb.trace/tfile.c: Same.
98 * lib/compiler.c: Same.
99 * lib/compiler.cc: Same.
100
158da0d1
TV
1012019-10-25 Tom de Vries <tdevries@suse.de>
102
103 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
104 gdb_test_multiple calls.
105 * gdb.reverse/sigall-reverse.exp: Same.
106 * gdb.reverse/solib-precsave.exp: Same.
107 * gdb.reverse/solib-reverse.exp: Same.
108 * gdb.reverse/until-precsave.exp: Same.
109 * gdb.reverse/until-reverse.exp: Same.
110
4ccdfbec
TV
1112019-10-24 Tom de Vries <tdevries@suse.de>
112
113 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
114 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
115 kfail using -wrap pattern flag and convenience variable
116 gdb_test_name.
117
33d569b7
AB
1182019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.python/py-progspace.exp: Add tests for the
121 Progspace.block_for_pc method.
122
4d0b984b
TT
1232019-10-23 Tom Tromey <tom@tromey.com>
124
125 * configure: Rebuild.
126 * aclocal.m4: Use m4_include, not sinclude.
127
94cb3754
TV
1282019-10-21 Tom de Vries <tdevries@suse.de>
129
130 * gdb.base/infcall-nested-structs.c: Add
131 __attribute__((noinline,noclone)) to all functions.
132 (call_all): Add missing variable initialization. Simplify return value.
133 (breakpt): Increment volatile variable, to prevent call from being
134 optimized out.
135 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
136
062f1fc1
TV
1372019-10-17 Tom de Vries <tdevries@suse.de>
138
139 * gdb.fortran/module.exp: Allow info variables to print info for files
140 other than module.f90.
141
0b54364d
AB
1422019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
143
144 * gdb.fortran/module.exp: Extend with 'info variables' test.
145
7ff5fae7
AB
1462019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
149 F77_FOR_TARGET.
150
d10eccaa
TV
1512019-10-16 Tom de Vries <tdevries@suse.de>
152
153 PR tdep/25096
154 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
155
745ff14e
TV
1562019-10-16 Tom de Vries <tdevries@suse.de>
157
158 PR tdep/24104
159 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
160 Add KFAIL for PR tdep/25096.
161
03e1ab94
TV
1622019-10-16 Tom de Vries <tdevries@suse.de>
163
164 PR testsuite/25059
165 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
166
b17fcc10
TV
1672019-10-16 Tom de Vries <tdevries@suse.de>
168
169 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
170 as signed.
171
9223170f
SM
1722019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
173
174 * gdb.mi/list-thread-groups-available.exp: Read entries one by
175 one instead of increasing timeout.
176
d6e76313
TV
1772019-10-13 Tom de Vries <tdevries@suse.de>
178
179 PR record/25038
180 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
181 * gdb.reverse/sigall-reverse.exp: Same.
182 * gdb.reverse/solib-precsave.exp: Same.
183 * gdb.reverse/solib-reverse.exp: Same.
184 * gdb.reverse/step-precsave.exp: Same.
185 * gdb.reverse/until-precsave.exp: Same.
186 * gdb.reverse/until-reverse.exp: Same.
187 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
188
6dfc0041
AA
1892019-10-10 Andreas Arnez <arnez@linux.ibm.com>
190
191 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
192 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
193 (cmp_struct_05_01, cmp_struct_static_02_01)
194 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
195 comparisons.
196
abcf2cc8
TV
1972019-10-10 Tom de Vries <tdevries@suse.de>
198
199 PR testsuite/24888
200 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
201 gnatlink.
202
a50faaf6
TV
2032019-10-09 Tom de Vries <tdevries@suse.de>
204
205 PR testsuite/25048
206 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
207
60ff3cd7
AB
2082019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
211 exceptions due to missing debug information.
212
dfee8566
TV
2132019-10-07 Tom de Vries <tdevries@suse.de>
214
215 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
216
3d63690a
AB
2172019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
220 * gdb.base/annota1.exp: Update to use gdb_test_name.
221
30d1f018
WP
2222019-10-07 Weimin Pan <weimin.pan@oracle.com>
223
224 * gdb.base/ctf-whatis.exp: New file.
225 * gdb.base/ctf-whatis.c: New file.
226 * gdb.base/ctf-ptype.exp: New file.
227 * gdb.base/ctf-ptype.c: New file.
228 * gdb.base/ctf-constvars.exp: New file.
229 * gdb.base/ctf-constvars.c: New file.
230 * gdb.base/ctf-cvexpr.exp: New file.
231
4dbbb47c
TV
2322019-10-04 Tom de Vries <tdevries@suse.de>
233
234 * gdb.cp/local-static.c (main): Move declaration of int i out of the
235 for loop.
236
77c2dba3
TT
2372019-10-03 Tom Tromey <tom@tromey.com>
238
239 PR rust/24976:
240 * gdb.rust/simple.rs (Union2): New type.
241 (main): Use Union2.
242 * gdb.rust/simple.exp: Add test.
243
179aed7f
AB
2442019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
247 nested function prefix.
248
0a4b0913
AB
2492019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
250 Richard Bunt <richard.bunt@arm.com>
251 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
254 nested functions.
255 * gdb.fortran/nested-funcs.f90: Update expected results.
256 * gdb.fortran/nested-funcs-2.exp: New file.
257 * gdb.fortran/nested-funcs-2.f90: New file.
258
082cce05
AB
2592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.python/py-parameter.exp: Make test names unique.
262 * gdb.python/py-template.exp: Likewise.
263 * gdb.python/py-value.exp: Likewise.
264
2b74ba5a
AB
2652019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.base/break-interp.exp: Reduce test name duplication.
268 * gdb.base/call-sc.exp: Likewise.
269 * gdb.base/callfuncs.exp: Likewise.
270 * gdb.base/charset.exp: Likewise.
271 * gdb.base/dump.exp: Likewise.
272 * gdb.base/ena-dis-br.exp: Likewise.
273 * gdb.base/relational.exp: Likewise.
274 * gdb.base/step-over-syscall.exp: Likewise.
275 * gdb.base/structs.exp: Likewise.
276
58eb20d5
AB
2772019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.linespec/explicit.exp: Make test names unique.
280 * gdb.linespec/ls-errs.exp: Likewise.
281
4d421147
AB
2822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
283
284 * gdb.reverse/break-precsave.exp: Make test names unique.
285 * gdb.reverse/break-reverse.exp: Likewise.
286 * gdb.reverse/finish-precsave.exp: Likewise.
287 * gdb.reverse/finish-reverse.exp: Likewise.
288 * gdb.reverse/machinestate-precsave.exp: Likewise.
289 * gdb.reverse/machinestate.exp: Likewise.
290 * gdb.reverse/readv-reverse.exp: Likewise.
291 * gdb.reverse/recvmsg-reverse.exp: Likewise.
292 * gdb.reverse/sigall-precsave.exp: Likewise.
293 * gdb.reverse/sigall-reverse.exp: Likewise.
294 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
295 * gdb.reverse/watch-precsave.exp: Likewise.
296 * gdb.reverse/watch-reverse.exp: Likewise.
297
d8c06f22
AB
2982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.threads/stop-with-handle.c: New file.
301 * gdb.threads/stop-with-handle.exp: New file.
302
3a56ed86
TV
3032019-10-03 Tom de Vries <tdevries@suse.de>
304
305 PR testsuite/25059
306 * gdb.base/list-missing-source.exp: Allowing the "Compilation
307 directory" line to be missing.
308
42275044
TV
3092019-10-03 Tom de Vries <tdevries@suse.de>
310
311 PR testsuite/25059
312 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
313 type optional.
314
9ef62df0
AA
3152019-10-02 Andreas Arnez <arnez@linux.ibm.com>
316
317 * gdb.python/py-format-string.c (string.h): New include.
318 (main): Fill a_struct_with_union.the_union.an_int with bytes of
319 the same value, for endianness-independence.
320 * gdb.python/py-format-string.exp (default_regexp_dict)
321 (test_pretty_structs, test_format): Adjust expected output to the
322 changed initialization.
323
37f6a7f4
TT
3242019-10-02 Tom Tromey <tromey@adacore.com>
325
326 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
327
1d58d6a2
PA
3282019-10-02 Pedro Alves <palves@redhat.com>
329 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
332 "print-file-var.h".
333 (this_version_id) Use ATTRIBUTE_VISIBILITY.
334 (get_version_1): Print this_version_id and its address.
335 Add extern "C" wrappers around interface functions.
336 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
337 "print-file-var.h".
338 (this_version_id) Use ATTRIBUTE_VISIBILITY.
339 (get_version_2): Print this_version_id and its address.
340 Add extern "C" wrappers around interface functions.
341 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
342 <stddef.h> and "print-file-var.h".
343 Add extern "C" wrappers around interface functions.
344 [VERSION_ID_MAIN] (this_version_id): Define.
345 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
346 * gdb.base/print-file-var.h: Add some #defines to simplify setting
347 up extern "C" blocks.
348 * gdb.base/print-file-var.exp (test): New, factored out from top
349 level.
350 (top level): Test all combinations of attribute hidden or not,
351 dlopen or not, and this_version_id symbol in main file or not.
352 Compile tests as both C++ and C, make test names unique.
353
d770d56f
TT
3542019-10-01 Tom Tromey <tom@tromey.com>
355
356 * gdb.base/style.exp: Test "show logging filename".
357
7f6aba03
TT
3582019-10-01 Tom Tromey <tom@tromey.com>
359
360 * lib/gdb-utils.exp (style): Handle "metadata" argument.
361 * gdb.base/style.exp: Add metadata style test.
362
14309bb6
TT
3632019-10-01 Tom Tromey <tom@tromey.com>
364
365 * gdb.base/style.exp: Test "pwd".
366
2a3c1174
PA
3672019-10-01 Tom Tromey <tom@tromey.com>
368
369 * gdb.base/style.exp: Update tests.
370
53d666ec
AA
3712019-10-01 Andreas Arnez <arnez@linux.ibm.com>
372
373 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
374 'six' to unsigned.
375 (s1): Initialize fields 'four' and 'six' instead of 'three' and
376 'five'. Use an all-ones bit pattern for each.
377 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
378 to its changed values.
379
4a56a520
TT
3802019-09-30 Tom Tromey <tromey@adacore.com>
381
382 * gdb.rust/traits.rs: Disable all warnings.
383
0df0352a
TV
3842019-09-29 Tom de Vries <tdevries@suse.de>
385
386 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
387
73d9a918
TV
3882019-09-29 Tom de Vries <tdevries@suse.de>
389
390 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
391
060b3ab4
TV
3922019-09-27 Tom de Vries <tdevries@suse.de>
393
394 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
395
68f7d34d
TV
3962019-09-27 Tom de Vries <tdevries@suse.de>
397
398 PR record/23188
399 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
400
5d63b30a
TT
4012019-09-26 Tom Tromey <tromey@adacore.com>
402
403 * gdb.ada/py_taft.exp: New file.
404 * gdb.ada/py_taft/main.adb: New file.
405 * gdb.ada/py_taft/pkg.adb: New file.
406 * gdb.ada/py_taft/pkg.ads: New file.
407
3d435220
TV
4082019-09-24 Tom de Vries <tdevries@suse.de>
409
410 PR gdb/24598
411 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
412
77d03678
TV
4132019-09-22 Tom de Vries <tdevries@suse.de>
414
415 * gdb.base/restore.exp: Allow register variables to be optimized out at
416 -O0.
417
abf516c6
UW
4182019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
419
420 * gdb.arch/spu-info.exp: Remove file.
421 * gdb.arch/spu-info.c: Remove file.
422 * gdb.arch/spu-ls.exp: Remove file.
423 * gdb.arch/spu-ls.c: Remove file.
424
425 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
426 * gdb.asm/spu.inc: Remove file.
427
428 * gdb.base/dump.exp: Remove support for spu*-*-*.
429 * gdb.base/stack-checking.exp: Likewise.
430 * gdb.base/overlays.exp: Likewise.
431 * gdb.base/ovlymgr.c: Likewise.
432 * gdb.base/spu.ld: Remove file.
433
434 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
435 * gdb.cp/cpexprs.exp: Likewise.
436 * gdb.cp/exception.exp: Likewise.
437 * gdb.cp/gdb2495.exp: Likewise.
438 * gdb.cp/mb-templates.exp: Likewise.
439 * gdb.cp/pr9167.exp: Likewise.
440 * gdb.cp/userdef.exp: Likewise.
441
442 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
443
444 * gdb.cell: Remove directory.
445 * lib/cell.exp: Remove file.
446
e452e88f
TV
4472019-09-19 Tom de Vries <tdevries@suse.de>
448
449 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
450
8a625130
TV
4512019-09-19 Tom de Vries <tdevries@suse.de>
452
453 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
454
81dc3ab5
TV
4552019-09-19 Tom de Vries <tdevries@suse.de>
456
457 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
458 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
459 (gdb_target_cmd): ... here.
460 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
461 value 2.
462
b078f3ac
AB
4632019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * gdb.base/source-dir.exp: Avoid having directory names in test
466 names.
467
f1b620e9
MG
4682019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.base/source-dir.exp: Add extra test for mapped compilation
471 directory.
472
67f3ed6a
AB
4732019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
474
475 * gdb.base/list-missing-source.exp: New file.
476
d1b70248
TV
4772019-09-14 Tom de Vries <tdevries@suse.de>
478
479 PR teststuite/24599
480 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
481 * lib/ada.exp (gnatmake_version_at_least): New proc.
482
5fabdcd6
AB
4832019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.base/maint.exp: Use exec_has_index_section.
486
aa17805f
AB
4872019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.base/maint.exp: Add test for 'maint info sections'.
490
25e5c209
TV
4912019-09-12 Tom de Vries <tdevries@suse.de>
492
493 * gdb.base/store.exp: Allow register variables to be optimized out at
494 -O0.
495
4993045d
PW
4962019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
497
498 * gdb.ada/rdv_wait.exp: Update to new task names.
499 * gdb.base/task_switch_in_core.exp: Likewise.
500 * gdb.base/info_sources_base.c: Likewise.
501
8a516164
TT
5022019-09-10 Tom Tromey <tromey@adacore.com>
503
504 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
505
aa391654
TT
5062019-09-10 Tom Tromey <tromey@adacore.com>
507
508 * gdb.ada/dgopt.exp: New file.
509 * gdb.ada/dgopt/x.adb: New file.
510
8634b462
TT
5112019-09-08 Tom Tromey <tom@tromey.com>
512
513 * gdb.tui/resize.exp: Remove setup_xfail.
514 * gdb.tui/regs.exp: Remove setup_xfail.
515 * gdb.tui/basic.exp: Remove setup_xfail.
516
736b0f76
DB
5172019-09-06 David Blaikie <dblaikie@gmail.com>
518
519 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
520 * gdb.cp/cplabel.exp: Ditto.
521 * gdb.linespec/ls-errs.exp: Ditto.
522
30331a6c
TV
5232019-09-05 Tom de Vries <tdevries@suse.de>
524
525 * lib/gdb.exp (cmp_file_string): New proc.
526 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
527 runto_main. Verify save breakpoints output.
528
98b0ebab
PW
5292019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
530
531 * gdb.base/info-var.exp: Test info variables without running
532 to main, to avoid expect's buffer overflow.
533
4e962e74
TT
5342019-09-03 Tom Tromey <tromey@adacore.com>
535
536 * gdb.ada/bias.exp: New file.
537 * gdb.ada/bias/bias.adb: New file.
538 * gdb.ada/print_chars.exp: Add regression test.
539 * gdb.ada/print_chars/foo.adb (My_Character): New type.
540 (MC): New variable.
541
2ea1a07a
SL
5422019-08-29 Sandra Loosemore <sandra@codesourcery.com>
543
544 * gdb.base/argv0-symlink.exp: Run only on native target
545 and local host.
546
8077c50d
TV
5472019-08-29 Tom de Vries <tdevries@suse.de>
548
549 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
550 diverse debug info.
551 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
552
48352473
TV
5532019-08-28 Tom de Vries <tdevries@suse.de>
554
555 * gdb.base/info-var.exp: Allow info variables to print info for files
556 other than info-var-f1.c and info-var-f2.c.
557
d8f27c60
AB
5582019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.fortran/info-types.exp: Add module.
561 * gdb.fortran/info-types.f90: Update expected results.
562
1f20c35e
AB
5632019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.fortran/info-types.exp: New file.
566 * gdb.fortran/info-types.f90: New file.
567 * lib/fortran.exp (fortran_character1): New proc.
568
4acfdd20
AB
5692019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
572 functions'. Reindent as needed.
573 * gdb.base/info-var-f1.c: New file.
574 * gdb.base/info-var-f2.c: New file.
575 * gdb.base/info-var.exp: New file.
576 * gdb.base/info-var.h: New file.
577
5c31b358
TV
5782019-08-26 Tom de Vries <tdevries@suse.de>
579
580 PR c++/24852
581 * gdb.cp/no-libstdcxx-probe.exp: New test.
582
b694989f
TV
5832019-08-26 Tom de Vries <tdevries@suse.de>
584
585 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
586 * tests need to be skipped.
587 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
588 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
589 mi_skip_libstdcxx_probe_tests.
590
d9c4ba53
SDJ
5912019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
592
593 * gdb.python/py-xmethods.exp: Use raw strings when passing
594 arguments to SimpleXMethodMatcher.
595
395fad09
TV
5962019-08-22 Tom de Vries <tdevries@suse.de>
597
598 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
599 more informative.
600
26c957f1
PA
6012019-08-21 Pedro Alves <palves@redhat.com>
602
603 * gdb.base/with.exp: Test "with" with no arguments.
604
61f80d5d
TV
6052019-08-21 Tom de Vries <tdevries@suse.de>
606
607 * gdb.base/gdb-caching-proc.exp: Sort files.
608
d7a11d13
TV
6092019-08-20 Tom de Vries <tdevries@suse.de>
610
611 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
612 compilation.
613
34dafe9f
TV
6142019-08-16 Tom de Vries <tdevries@suse.de>
615
616 * gdb.base/compare-sections.exp ("after run to main"): Allow
617 mismatched read-only sections for PIE executables.
618
398fdd60
TT
6192019-08-16 Tom Tromey <tom@tromey.com>
620
621 * lib/tuiterm.exp (_csi_Z): New proc.
622 * gdb.tui/basic.exp: Update window positions.
623 * gdb.tui/empty.exp: Update window positions.
624
d8f9e51c
SL
6252019-08-15 Sandra Loosemore <sandra@codesourcery.com>
626
627 * gdb.base/examine-backward.exp: Correct regexp for
628 "examine 3 bytes backward from ${address_zero}".
629
3df505f6
TT
6302019-08-15 Tom Tromey <tom@tromey.com>
631
632 * gdb.tui/empty.exp: Enable resizing tests.
633
272560b5
TT
6342019-08-15 Tom Tromey <tromey@adacore.com>
635
636 * gdb.ada/char_enum.exp: Add regression tests.
637 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
638 and '0'.
639 (Char, Gchar): Update.
640 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
641
08235187
CB
6422019-08-15 Christian Biesinger <cbiesinger@google.com>
643
644 * gdb.python/python.exp: Expect a leading underscore on
645 GdbOutput{,Error}File.
646
22a2ab04
SL
6472019-08-15 Sandra Loosemore <sandra@codesourcery.com>
648
649 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
650 Windows host.
651
835b995b
SL
6522019-08-15 Sandra Loosemore <sandra@codesourcery.com>
653
654 * gdb.base/batch-preserve-term-settings.exp
655 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
656
97dd8e07
CB
6572019-08-15 Christian Biesinger <cbiesinger@google.com>
658
659 * lib/gdb.exp: When running on a mingw target, replace
660 /x/ with x:/.
661
75faf5c4
AH
6622019-08-14 Alan Hayward <alan.hayward@arm.com>
663
664 * gdb.arch/aarch64-prologue.c: New test.
665 * gdb.arch/aarch64-prologue.exp: New file.
666
abc6c00f
TV
6672019-08-13 Tom de Vries <tdevries@suse.de>
668
669 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
670 Thread.
671
74c2c1f4
SL
6722019-08-13 Sandra Loosemore <sandra@codesourcery.com>
673
674 * gdb.python/py-completion.exp: Download the .py file to the host
675 and use its host pathname. Conditionalize tests that use
676 tab completion and manipulate files on the build machine.
677 * gdb.python/py-events.exp: Download the .py file to the host
678 and use its host pathname.
679 * gdb.python/py-evsignal.exp: Likewise.
680 * gdb.python/py-evthreads.exp: Likewise.
681 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
682 pathname syntax.
683 * gdb.python/py-framefilter.exp: Download the .py file to the right
684 place on the host. Match Windows pathname syntax.
685 * gdb.python/py-mi-var-info-path-expression.exp: Download the
686 .py file to the host and use its host pathname.
687 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
688 * gdb.python/py-objfile.exp: Expect a host pathname, not a
689 build pathname. Skip symlink test on Windows host. Add missing
690 newline at end of file.
691 * gdb.python/py-pp-maint.exp: Download the .py file to the host
692 and use its host pathname.
693 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
694 * gdb.python/py-section-script.exp: Use host location of binfile
695 on safe-path. Use correct path separator on Windows host.
696 Reorder alternatives in gdb_test_multiple to prevent matching
697 the wrong alternative on success.
698 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
699
ca2589f3
PP
7002019-08-12 Patrick Palka <patrick@parcs.ath.cx>
701
702 * gdb.gdb/selftest.exp (test_with_self): Update test to now
703 expect the GDB inferior to no longer immediately stop after
704 being resumed with "signal SIGINT".
705
020a839d
SL
7062019-08-09 Sandra Loosemore <sandra@codesourcery.com>
707
708 * gdb.linespec/break-ask.exp: Generalize regexps to match
709 Windows pathnames too.
710
128d6509
TV
7112019-08-08 Tom de Vries <tdevries@suse.de>
712
713 PR testsuite/24862
714 * lib/tuiterm.exp (_accept): Fix CSI regexp.
715
590042fc
PW
7162019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
717
718 * gdb.base/style.exp: Update tests for help doc new invariants.
719 * gdb.base/help.exp: Likewise.
720
046bebe1
TT
7212019-08-06 Tom Tromey <tom@tromey.com>
722
723 * gdb.base/style.exp: Add disassemble test.
724 * gdb.base/style.c (some_called_function): New function.
725 (main): Use it.
726
0b27c27d
CB
7272019-08-05 Christian Biesinger <cbiesinger@google.com>
728
729 * gdb.python/py-block.exp: Test dictionary access on blocks.
730
580f1034
SM
7312019-08-05 Simon Marchi <simon.marchi@efficios.com>
732
733 PR gdb/24863
734 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
735 -list-thread-groups --available test when running under
736 check-read1.
737
d86bd7cb
TV
7382019-08-05 Tom de Vries <tdevries@suse.de>
739
740 PR testsuite/24863
741 * lib/gdb.exp (with_read1_timeout_factor): New proc.
742 * gdb.base/help.exp: Use with_read1_timeout_factor.
743 * gdb.base/info-macros.exp: Same.
744 * gdb.cp/nested-types.exp: Same.
745
a80cf5d8
TV
7462019-08-05 Tom de Vries <tdevries@suse.de>
747
748 * lib/gdb.exp (version_at_least): Factor out of ...
749 (tcl_version_at_least): ... here.
750 (gdb_compile): Fail if pie results in non-PIE executable.
751 (readelf_version, readelf_prints_pie): New proc.
752 (exec_is_pie): Return -1 if unknown.
753
d0962838
TV
7542019-08-05 Tom de Vries <tdevries@suse.de>
755
756 * lib/gdb.exp (tcl_version_at_least): Fix typo.
757
2252ff3d
SL
7582019-08-04 Sandra Loosemore <sandra@codesourcery.com>
759
760 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
761
26655f53
SL
7622019-08-04 Sandra Loosemore <sandra@codesourcery.com>
763
764 * lib/completion-support.exp (test_gdb_complete_none): Skip
765 tab completion tests if no readline support.
766 (test_gdb_complete_unique_re): Likewise.
767 (test_gdb_complete_multiple): Likewise.
768
db4dc13e
PW
7692019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
770
771 * gdb.base/info_sources.exp: New file.
772 * gdb.base/info_sources.c: New file.
773 * gdb.base/info_sources_base.c: New file.
774
0eba165a
PFC
7752019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
776
777 * gdb.base/batch-exit-status.exp: Call test_exit_status with
778 prefix argument.
779 (test_exit_status): Add prefix argument.
780
59bd512b
TV
7812019-08-01 Tom de Vries <tdevries@suse.de>
782
783 PR testsuite/24863
784 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
785 calling exp_continue for new thread and thread exited messages.
786
2a3ad588
TV
7872019-08-01 Tom de Vries <tdevries@suse.de>
788
789 PR testsuite/24863
790 * gdb.base/structs.exp: Fix check-read1 timeout using
791 gdb_test_sequence.
792 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
793
117eb594
TV
7942019-08-01 Tom de Vries <tdevries@suse.de>
795
796 PR testsuite/24863
797 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
798 line.
799
ed591340
TV
8002019-08-01 Tom de Vries <tdevries@suse.de>
801
802 PR testsuite/24863
803 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
804
aa3b6533
TT
8052019-07-30 Tom Tromey <tromey@adacore.com>
806
807 * gdb.ada/display_nested.exp: New file.
808 * gdb.ada/display_nested/foo.adb: New file.
809 * gdb.ada/display_nested/pack.adb: New file.
810 * gdb.ada/display_nested/pack.ads: New file.
811
2906593f
CB
8122019-07-30 Christian Biesinger <cbiesinger@google.com>
813
814 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
815 namespace.
816 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
817
0f575925
TV
8182019-07-30 Tom de Vries <tdevries@suse.de>
819
820 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
821 instead.
822
b13057d9
TV
8232019-07-30 Tom de Vries <tdevries@suse.de>
824
825 PR testsuite/24834
826 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
827 (exec_is_pie): New proc.
828
5c4dde85
CB
8292019-07-29 Christian Biesinger <cbiesinger@google.com>
830
831 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
832
c620ed88
CB
8332019-07-29 Christian Biesinger <cbiesinger@google.com>
834
835 * gdb.python/py-objfile.c: Add global and static vars.
836 * gdb.python/py-objfile.exp: Test new functions Objfile.
837 lookup_global_symbol and lookup_static_symbol.
838
3d235706
TT
8392019-07-29 Tom Tromey <tom@tromey.com>
840
841 * lib/tuiterm.exp (Term::_csi_@): New proc.
842 (Term::_csi_X): Don't move cursor.
843
c7e4c0a6
PW
8442019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
845
846 * gdb.base/options.exp: Update backtrace - completion to
847 new option -frame-info.
848 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
849 Test new 'set print frame-info'. Test backtrace -frame-info
850 overriding 'set print frame-info'.
851 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
852 Test new 'set print frame-info'.
853 Verify consistency of backtrace with and without filters, with and
854 without -no-filters.
855 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
856 default.
857
de28a3b7
TV
8582019-07-29 Tom de Vries <tdevries@suse.de>
859
860 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
861 no arguments".
862
507dd60e
TV
8632019-07-29 Tom de Vries <tdevries@suse.de>
864
865 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
866 is a substring of the first for "complete non-unique file name".
867
5beafce9
TV
8682019-07-29 Tom de Vries <tdevries@suse.de>
869
870 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
871 with ".*".
872
2d274232
TV
8732019-07-29 Tom de Vries <tdevries@suse.de>
874
875 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
876 Pass prompt_regexp parameter to gdb_test_multiple calls.
877
9197cd8b
TV
8782019-07-29 Tom de Vries <tdevries@suse.de>
879
880 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
881 print registers" regexps.
882
b528dae0
TV
8832019-07-29 Tom de Vries <tdevries@suse.de>
884
885 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
886
d17725d7
TV
8872019-07-29 Tom de Vries <tdevries@suse.de>
888
889 PR gdb/24855
890 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
891 (skip_python_tests_prompt): Add prompt_regexp argument to
892 gdb_test_multiple calls.
893
52b75bf1
TT
8942019-07-27 Tom Tromey <tom@tromey.com>
895
896 * gdb.tui/main.exp: New file.
897
2b1d00c2
TT
8982019-07-27 Tom Tromey <tom@tromey.com>
899
900 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
901 optional.
902 * gdb.tui/empty.exp: New file.
903
ded631d5
TT
9042019-07-27 Tom Tromey <tom@tromey.com>
905
906 * lib/tuiterm.exp (spawn): New proc.
907 (Term::resize): New proc.
908 * gdb.tui/resize.exp: New file.
909
58ac439d
TT
9102019-07-27 Tom Tromey <tom@tromey.com>
911
912 * gdb.tui/list.exp: New file.
913
fe1f56ee
TT
9142019-07-27 Tom Tromey <tom@tromey.com>
915
916 * gdb.tui/regs.exp: New file.
917
f790b310
TT
9182019-07-27 Tom Tromey <tom@tromey.com>
919
920 * gdb.tui/basic.exp: Add "layout split" test.
921
d95fc6ee
TT
9222019-07-27 Tom Tromey <tom@tromey.com>
923
924 * gdb.tui/basic.exp: Add "layout asm" test.
925
c3786b3a
TT
9262019-07-27 Tom Tromey <tom@tromey.com>
927
928 * lib/tuiterm.exp: New file.
929 * gdb.tui/basic.exp: New file.
930
98a617f8
KB
9312019-07-27 Kevin Buettner <kevinb@redhat.com>
932
933 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
934 Enable tests associated with this flag. Adjust regex
935 referencing "foo_low" to now refer to "foo_cold" instead.
936
5c076da4
KB
9372019-07-27 Kevin Buettner <kevinb@redhat.com>
938
939 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
940 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
941 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
942 foo_cold. Revise comments to match.
943 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
944 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
945 were wrapped into this proc; Call do_test in loop from outermost
946 level.
947 (foo_low): Rename all occurrences to "foo_cold".
948 (backtrace from baz): New test.
949 (x2/i foo_cold): New test.
950 (info line *foo_cold): New test.
951
1512d3b7
TV
9522019-07-26 Tom de Vries <tdevries@suse.de>
953
954 * gdb.arch/i386-pkru.exp: Fix unterminated string.
955
297989a1
TV
9562019-07-25 Tom de Vries <tdevries@suse.de>
957
958 PR testsuite/24830
959 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
960 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
961 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
962 (skip_libstdcxx_probe_tests): ... here.
963 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
964
b3b965fb
TV
9652019-07-24 Tom de Vries <tdevries@suse.de>
966
967 PR testsuite/24807
968 * gdb.objc/basicclass.m: Include stdio.h.
969 * gdb.objc/nondebug.m: Same.
970 * gdb.objc/objcdecode.m: Same.
971
4625b4d0
TV
9722019-07-24 Tom de Vries <tdevries@suse.de>
973
974 PR testsuite/24612
975 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
976 additional_flags.
977
024a5840
TV
9782019-07-24 Tom de Vries <tdevries@suse.de>
979
980 PR testsuite/24831
981 * gdb.multi/tids.exp: Update error messages for info threads.
982
c76ddaa3
TV
9832019-07-24 Tom de Vries <tdevries@suse.de>
984
985 * gdb.base/info-types.exp: Allow info types to print info for more than
986 one file.
987
9a618ef6
TV
9882019-07-23 Tom de Vries <tdevries@suse.de>
989
990 PR testsuite/24842
991 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
992 gdb_spawn_with_cmdline_opts.
993
40eadf04
SP
9942019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
995
996 * gdb.arch/arm-cmse-sgstubs.c: New test.
997 * gdb.arch/arm-cmse-sgstubs.exp: New file.
998
5ba29434
TV
9992019-07-23 Tom de Vries <tdevries@suse.de>
1000
1001 PR testsuite/24711
1002 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1003 issuing next command.
1004
a8e9d247
AB
10052019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * gdb.ada/info_auto_lang.exp: Update expected results.
1008 * gdb.base/info-types.c: Add additional types to check.
1009 * gdb.base/info-types.exp: Update expected results.
1010
eb86c5e2
AB
10112019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.base/info-types.c: New file.
1014 * gdb.base/info-types.exp: New file.
1015
01e175fe
AB
10162019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * gdb.arch/riscv-bp-infcall.c: New file.
1019 * gdb.arch/riscv-bp-infcall.exp: New file.
1020
6b78c3f8
AB
10212019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1022
1023 PR breakpoints/24541
1024 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1025
da738167
TV
10262019-07-14 Tom de Vries <tdevries@suse.de>
1027
1028 PR testsuite/24760
1029 * gdb.objc/basicclass.exp: Fix unterminated string.
1030
0d4e84ed
AB
10312019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1032 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1035 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1036 negative bounds.
1037 * gdb.fortran/vla-value.exp: Print elements of an array with
1038 negative bounds.
1039 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1040 testing.
1041
021d8588
AB
10422019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.base/options.exp (expect_string): Dequote strings in
1045 results.
1046 (test-string): Test strings with different quoting and reindent.
1047
f06f1252
TT
10482019-07-10 Tom Tromey <tromey@adacore.com>
1049
1050 * gdb.ada/mi_ex_cond.exp: Update expected results.
1051 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1052 * gdb.ada/mi_catch_ex.exp: Update expected results.
1053 * gdb.ada/mi_catch_assert.exp: Update expected results.
1054 * gdb.ada/catch_ex.exp (catch_exception_info)
1055 (catch_exception_entry, catch_assert_entry)
1056 (catch_unhandled_entry): Update.
1057 * gdb.ada/catch_assert_if.exp: Update expected results.
1058
b863685d
RB
10592019-07-10 Richard Bunt <richard.bunt@arm.com>
1060 Stephen Roberts <stephen.roberts@arm.com>
1061
1062 * gdb.base/define.exp: Restore original prompt.
1063
cb1e4e32
PA
10642019-07-09 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1067 breakpoints" output.
1068 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1069 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1070 throw" creates breakpoint.
1071 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1072 'type="catchpoint"'.
1073
b58a68fe
PA
10742019-07-09 Pedro Alves <palves@redhat.com>
1075
1076 PR c++/15468
1077 * gdb.cp/except-multi-location-lib.cc: New.
1078 * gdb.cp/except-multi-location-main.cc: New.
1079 * gdb.cp/except-multi-location.exp: New.
1080
0826779b
PW
10812019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1082
1083 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1084 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1085 argument and update callers.
1086
5b0e2db4
AB
10872019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.arch/amd64-break-on-asm-line.S: New file.
1090 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1091
1f6f6e21
PW
10922019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1093
1094 * gdb.base/printcmds.exp: Test printing C string and
1095 C wide string convenience vars without transiting via the inferior.
1096 Also make test names unique.
1097
ea142fbf
AH
10982019-07-08 Alan Hayward <alan.hayward@arm.com>
1099
5862c886 1100 PR breakpoints/25011
ea142fbf
AH
1101 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1102
213fd9fa
PA
11032019-07-04 Pedro Alves <palves@redhat.com>
1104
1105 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1106 body returned ok(0), break(3) or continue(4).
1107 * gdb.testsuite/foreach_with_prefix.exp: New file.
1108
2b40fda7
AH
11092019-07-04 Alan Hayward <alan.hayward@arm.com>
1110
1111 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1112
a26c8de0
PA
11132019-07-03 Pedro Alves <palves@redhat.com>
1114
1115 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1116 "return -code".
1117
5f4ba3e7
PA
11182019-07-03 Pedro Alves <palves@redhat.com>
1119
1120 PR cli/24732
1121 * gdb.base/shell.exp: Load completion-support.exp.
1122 Adjust expected error output. Add completion tests.
1123
a994424f
PA
11242019-07-03 Pedro Alves <palves@redhat.com>
1125
1126 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1127 string_to_regexp.
1128
3d9be6f5
PA
11292019-07-03 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1132 (expect_integer): Adjust to expect "-string".
1133 (expect_string): New.
1134 (all_options): Expect "-string".
1135 (test-flag, test-boolean): Adjust to expect "-string".
1136 (test-string): New proc.
1137 (top level): Call it.
1138
41fc454c
PA
11392019-07-03 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1142 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1143 the expected output in the success.
1144
b2b2a215
PA
11452019-07-03 Pedro Alves <palves@redhat.com>
1146
1147 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1148 Split one gdb_test_multiple call in two to avoid a race.
1149
fdbc9870
PA
11502019-07-03 Pedro Alves <palves@redhat.com>
1151
1152 * gdb.base/with.c: New file.
1153 * gdb.base/with.exp: New file.
1154
c6ac8931
PA
11552019-07-03 Pedro Alves <palves@redhat.com>
1156
1157 * gdb.base/settings.exp: Replace all references to "maint
1158 test-settings set" with references to "maint set test-settings",
1159 and all references to "maint test-settings show" with references
1160 to "maint show test-settings".
1161
970f9d09
PA
11622019-07-03 Pedro Alves <palves@redhat.com>
1163
1164 * gdb.base/settings.exp (test-string): Adjust expected out when
1165 testing "maint test-settings show filename"
1166
54d66006
PA
11672019-07-02 Pedro Alves <palves@redhat.com>
1168
1169 * gdb.base/options.exp (test-info-threads): New procedure.
1170 (top level): Call it.
1171
10d06d82
TT
11722019-06-28 Tom Tromey <tromey@adacore.com>
1173
1174 * gdb.dwarf2/ada-linkage-name.c: New file.
1175 * gdb.dwarf2/ada-linkage-name.exp: New file.
1176
3d507ff2
TT
11772019-06-27 Tom Tromey <tromey@adacore.com>
1178
d039f014 1179 PR c++/20020:
3d507ff2
TT
1180 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1181
8af58ffe
TV
11822019-06-26 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1185
22e21752
TV
11862019-06-26 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.base/index-cache.exp: Add back missing debug option.
1189
b65b566c
PW
11902019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1191
1192 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1193
5c2c8c69
TV
11942019-06-25 Tom de Vries <tdevries@suse.de>
1195
1196 PR testsuite/24727
1197 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1198
164e3873
TV
11992019-06-24 Tom de Vries <tdevries@suse.de>
1200
1201 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1202
824eacee
TV
12032019-06-24 Tom de Vries <tdevries@suse.de>
1204
1205 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1206 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1207 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1208
385b97d3
TV
12092019-06-24 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1212
c596f180
TV
12132019-06-21 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1216
b13a7d03
TV
12172019-06-21 Tom de Vries <tdevries@suse.de>
1218
1219 PR testsuite/24518
1220 PR ada/24713
1221 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1222 index.
1223
899277ae
TT
12242019-06-19 Tom Tromey <tromey@adacore.com>
1225
1226 * gdb.ada/length_cond.exp: Add intro comment.
1227
680e1bee
TT
12282019-06-19 Tom Tromey <tromey@adacore.com>
1229
1230 * gdb.ada/length_cond.exp: New file.
1231 * gdb.ada/length_cond/length_cond.adb: New file.
1232 * gdb.ada/length_cond/pck.adb: New file.
1233 * gdb.ada/length_cond/pck.ads: New file.
1234
0ed4690a
TV
12352019-06-18 Tom de Vries <tdevries@suse.de>
1236
1237 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1238
d20ed5fd
TT
12392019-06-18 Tom Tromey <tromey@adacore.com>
1240
1241 * gdb.base/list0.h: Add comment explaining control character.
1242
86e04673
TV
12432019-06-18 Tom de Vries <tdevries@suse.de>
1244
1245 * boards/fission.exp: Break up long debug_flags line.
1246
c4973306
SM
12472019-06-16 Tom de Vries <tdevries@suse.de>
1248
1249 PR gdb/24445
1250 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1251 generated index.
1252
93cb9841
AB
12532019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 PR gdb/24686
1256 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1257 improve detection of bug gdb/24541.
1258
399aaebd
SM
12592019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1260
1261 PR gdb/24669
1262 * gdb.base/index-cache.exp (uses_readnow,
1263 expecting_index_cache_use): Define global variable.
1264 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1265 expecting_index_cache_use.
1266
584a927c
AB
12672019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1268 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.fortran/pointers.f90: New file.
1271 * gdb.fortran/print_type.exp: New file.
1272 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1273 * gdb.fortran/vla-type.exp: Likewise.
1274 * gdb.fortran/vla-value.exp: Likewise.
1275 * gdb.mi/mi-vla-fortran.exp: Likewise.
1276
30056ea0
AB
12772019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1280 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1281 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1282 as a stop reason.
1283
ec8e2b6d
AB
12842019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1285
1286 * gdb.base/annota1.exp: Update expected results.
1287 * gdb.cp/annota2.exp: Likewise.
1288 * gdb.cp/annota3.exp: Likewise.
1289
09e4c4e1
AB
12902019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.base/style-logging.exp: Remove path from test name.
1293
0735b091
TT
12942019-06-14 Tom Tromey <tromey@adacore.com>
1295
1296 PR gdb/24502:
1297 * gdb.base/style-logging.exp: New file.
1298
f5686554
TT
12992019-06-14 Tom Tromey <tromey@adacore.com>
1300
1301 * gdb.base/symfile-warn.exp: New file.
1302 * gdb.base/symfile-warn.c: New file.
1303
a0c1ffed
TT
13042019-06-14 Tom Tromey <tromey@adacore.com>
1305
1306 * gdb.base/annotate-symlink.exp: New file.
1307
f411722c
TT
13082019-06-14 Tom Tromey <tromey@adacore.com>
1309
1310 * gdb.ada/set_wstr.exp: Add reassignment test.
1311
4268ec18
TT
13122019-06-14 Tom Tromey <tromey@adacore.com>
1313
1314 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1315 'unchecked_access and 'unrestricted_access as well.
1316
9a9e394b
TT
13172019-06-14 Tom Tromey <tromey@adacore.com>
1318
1319 PR ada/24539:
1320 * gdb.ada/vla.exp: Update tests.
1321 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1322 pragma.
1323
4c048731
PA
13242019-06-13 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/settings.exp (test-integer): Test junk after
1327 "unlimited".
1328
6665660a
PA
13292019-06-13 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.base/options.exp (test-thread-apply): New.
1332 (top level): Call it.
1333
5d707134
PA
13342019-06-13 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.base/options.exp (test-frame-apply): New.
1337 (top level): Test print commands with different "frame apply"
1338 prefixes.
1339
e2a689da
PA
13402019-06-13 Pedro Alves <palves@redhat.com>
1341
e79be6e5 1342 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1343 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1344 'max_completions' parameter and handle it.
1345 (test_gdb_completion_offers_commands): New.
1346
90a1ef87
PA
13472019-06-13 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1350
d4c16835
PA
13512019-06-13 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.base/options.exp (test-backtrace): New.
1354 (top level): Call it.
1355
2daf894e
PA
13562019-06-13 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.guile/scm-frame-args.exp: Use "set print
1359 raw-frame-arguments" instead of "set print raw frame-arguments".
1360 * gdb.python/py-frame-args.exp: Likewise.
1361
e6ed716c
PA
13622019-06-13 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.compile/compile.exp: Adjust expected output to option
1365 processing changes.
1366
7d8062de
PA
13672019-06-13 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/options.exp: Build executable.
1370 (test-print): New procedure.
1371 (top level): Call it, once for "print" and another for "compile
1372 print".
1373
9d0faba9
PA
13742019-06-13 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.base/options.c: New file.
1377 * gdb.base/options.exp: New file.
1378
dee7b4c8
PA
13792019-06-13 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1382 that "o" is ambiguous.
1383
dca0f6c0
PA
13842019-06-13 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.base/settings.c: New file.
1387 * gdb.base/settings.exp: New file.
1388
ccf46844
PA
13892019-06-13 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.base/completion.exp: Fix comment typo.
1392
b9a3f842
PA
13932019-06-13 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1396 foo --1" test.
1397
d106773e
PA
13982019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1399
1400 * gdb.fortran/block-data.f: New.
1401 * gdb.fortran/block-data.exp: New.
1402
fea82da0
TV
14032019-06-11 Tom de Vries <tdevries@suse.de>
1404
1405 PR testsuite/24521
1406 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1407 message.
1408
8c2e74f1
TV
14092019-06-11 Tom de Vries <tdevries@suse.de>
1410
1411 PR testsuite/24521
1412 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1413
b49851c8
TV
14142019-06-11 Tom de Vries <tdevries@suse.de>
1415
1416 * boards/readnow.exp: New file.
1417
a7067863
AB
14182019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * gdb.fortran/vla-sizeof.exp: Update expected results.
1421
1a3da2cd
AB
14222019-06-06 Amos Bird <amosbird@gmail.com>
1423
1424 * gdb.base/annota1.exp (thread_switch): Add test for
1425 thread-exited annotation.
1426
3847a7bf
TT
14272019-06-06 Tom Tromey <tromey@adacore.com>
1428
1429 * gdb.base/maint.exp: Expect command started/finished output.
1430
0088ba59
AB
14312019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1432
1433 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1434 comment.
1435 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1436
312617a3
AB
14372019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1438
1439 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1440 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1441 * gdb.arch/riscv-unwind-long-insn.c: New file.
1442 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1443
e1f2e1a2
CB
14442019-06-04 Christian Biesinger <cbiesinger@google.com>
1445
d3238f7d 1446 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1447
206584bd
PW
14482019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1449
1450 * lib/gdb.exp (help_list_trailer): New regexp variable
1451 factorizing the help trailer message.
1452 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1453 arg to allow to better factorize various tests.
1454 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1455 (test_prefix_command_help): Use help_list_trailer.
1456 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1457 * gdb.guile/scm-cmd.exp: Likewise.
1458 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1459 * gdb.base/help.exp: Use test_user_defined_class_help.
1460 * gdb.base/style.exp: Add tests for styling of help and apropos.
1461 * lib/gdb-utils.exp (style): Add title and highlight styles.
1462
708dc93e
PW
14632019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1464
1465 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1466 $_shell_exitsignal.
1467 * gdb.base/default.exp: Update for new convenience variables.
1468
f49055a5
TT
14692019-05-29 Tom Tromey <tromey@adacore.com>
1470
1471 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1472 to "break complete ada" test case's regexp.
1473
4330d61d
TT
14742019-05-29 Tom Tromey <tromey@adacore.com>
1475
1476 PR c++/20020:
1477 * gdb.cp/constexpr-field.exp: New file.
1478 * gdb.cp/constexpr-field.cc: New file.
1479
000439d5
TT
14802019-05-29 Tom Tromey <tromey@adacore.com>
1481
1482 * gdb.base/finish.exp (finish_no_print): New proc.
1483 (finish_tests): Call it.
1484
5a01c34c
TV
14852019-05-24 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.dwarf2/gdb-add-index.exp: New file.
1488
18125b16
TT
14892019-05-22 Tom Tromey <tromey@adacore.com>
1490
1491 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1492 * gdb.base/style.exp: Use "style".
1493 * lib/gdb-utils.exp (style): New proc.
1494
af1a8d03
TV
14952019-05-22 Tom de Vries <tdevries@suse.de>
1496
1497 * gdb.base/align.exp: Require c++11.
1498
e7fe496b
TV
14992019-05-22 Tom de Vries <tdevries@suse.de>
1500
1501 PR testsuite/24586
1502 * gdb.python/py-mi-var-info-path-expression.exp: Call
1503 mi_skip_python_tests to check if python is supported.
1504
8fca4da0
AH
15052019-05-22 Alan Hayward <alan.hayward@arm.com>
1506
1507 * gdb.arch/aarch64-pauth.c: New test.
1508 * gdb.arch/aarch64-pauth.exp: New file.
1509
b7060614
AH
15102019-05-22 Alan Hayward <alan.hayward@arm.com>
1511
1512 * README (Re-running Tests Outside The Testsuite): New section.
1513
669d0468
TV
15142019-05-21 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.arch/amd64-eval.exp: Require c++11.
1517 * gdb.base/max-depth.exp: Same.
1518 * gdb.compile/compile-cplus-array-decay.exp: Same.
1519 * gdb.cp/meth-typedefs.exp: Same.
1520 * gdb.cp/subtypes.exp: Same.
1521 * gdb.cp/temargs.exp: Same.
1522
ce3ebcaa
AH
15232019-05-21 Alan Hayward <alan.hayward@arm.com>
1524
1525 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1526
34d11c68
AB
15272019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 PR gdb/18644
1530 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1531 * gdb.fortran/printing-types.exp: Add new test.
1532 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1533 testing.
1534 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1535 setup_kfail call.
1536
87781e84
AH
15372019-05-17 Alan Hayward <alan.hayward@arm.com>
1538
1539 * README (Running the Testsuite): Change example.
1540 (Testsuite Parameters): Remove TRANSCRIPT.
1541 * lib/gdb.exp: Remove TRANSCRIPT check.
1542
b420b89e
AH
15432019-05-17 Alan Hayward <alan.hayward@arm.com>
1544
1545 * README (Testsuite Parameters): Add replay logging to
1546 GDBSERVER_DEBUG.
1547 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1548 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1549 as a comma separated list.
1550 (gdb_debug_init): Override procedure.
1551
408e9b8b
AH
15522019-05-17 Alan Hayward <alan.hayward@arm.com>
1553
1554 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1555 (gdb_write_cmd_file): New procedure.
1556 * lib/gdbserver-support.exp (gdbserver_start): Call
1557 gdbserver_write_cmd_file.
1558 (gdbserver_write_cmd_file): New procedure.
1559
f9e2e39d
AH
15602019-05-17 Alan Hayward <alan.hayward@arm.com>
1561
1562 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1563 (delete_breakpoints): Likewise.
1564 (gdb_run_cmd): Likewise.
1565 (gdb_start_cmd): Likewise.
1566 (gdb_starti_cmd): Likewise.
1567 (gdb_internal_error_resync): Likewise.
1568 (gdb_test_multiple): Likewise.
1569 (gdb_reinitialize_dir): Likewise.
1570 (default_gdb_exit): Likewise.
1571 (gdb_file_cmd): Mark kill as optional.
1572 (default_gdb_start): Call gdb_stdin_log_init.
1573 (send_gdb): Call gdb_stdin_log_write.
1574 (rerun_to_main): Mark Y as an answer.
1575 (gdb_stdin_log_init): New function.
1576 (gdb_stdin_log_write): Likewise.
1577
81f47ac2
AH
15782019-05-17 Alan Hayward <alan.hayward@arm.com>
1579
1580 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1581 * gdb.base/debug-expr.exp: Likewise.
1582 * gdb.base/foll-fork.exp: Likewise.
1583 * gdb.base/foll-vfork.exp: Likewise.
1584 * gdb.base/fork-print-inferior-events.exp: Likewise.
1585 * gdb.base/gdb-sigterm.exp: Likewise.
1586 * gdb.base/gdbinit-history.exp: Likewise.
1587 * gdb.base/osabi.exp: Likewise.
1588 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1589 * gdb.base/ui-redirect.exp: Likewise.
1590 * gdb.gdb/unittest.exp: Likewise.
1591 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1592 * gdb.mi/mi-watch.exp: Likewise.
1593 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1594 * gdb.mi/user-selected-context-sync.exp: Likewise.
1595 * gdb.python/python.exp: Disable debug test when debugging.
1596 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1597 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1598 Likewise.
1599 * gdb.threads/stepi-random-signal.exp: Likewise.
1600
29b52314
AH
16012019-05-17 Alan Hayward <alan.hayward@arm.com>
1602
1603 * Makefile.in: Pass through GDB_DEBUG.
1604 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1605 (gdb,debug): Add board setting.
1606 * lib/gdb.exp (default_gdb_start): Start debugging.
1607 (gdb_debug_enabled): New procedure.
1608 (gdb_debug_init): Likewise.
29b52314
AH
1609
16102019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1611
29b52314
AH
1612 * Makefile.in: Pass through GDB_DEBUG.
1613 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1614 (gdb,debug): Add board setting.
1615 * lib/gdb.exp (default_gdb_start): Start debugging.
1616 (gdb_debug_enabled): New procedure.
1617 (gdb_debug_init): Likewise.
29b52314 1618
ca1285d1
AH
16192019-05-17 Alan Hayward <alan.hayward@arm.com>
1620
1621 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1622
f3a09c80
AH
16232019-05-17 Alan Hayward <alan.hayward@arm.com>
1624
1625 * gdb.base/ui-redirect.exp: Test redirection.
1626
26648588
JV
16272019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1628
1629 * gdb.mi/mi-complete.exp: New file.
1630 * gdb.mi/mi-complete.cc: Likewise.
1631
14237686
AB
16322019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1633
1634 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1635 indexed and sliced arrays, and pointers to arrays.
1636
e7bd7fba
TT
16372019-05-14 Tom Tromey <tromey@adacore.com>
1638
1639 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1640 styling test.
1641
2764128d
TV
16422019-05-14 Tom de Vries <tdevries@suse.de>
1643
1644 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1645 selection entry encoding.
1646
71bed2db
TT
16472019-05-10 Tom Tromey <tromey@adacore.com>
1648
1649 * gdb.ada/info_exc.exp: Add "complete" test.
1650
63b667ad
TV
16512019-05-09 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1654 CU-relative.
1655
9cfd2b89
TV
16562019-05-09 Tom de Vries <tdevries@suse.de>
1657
1658 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1659 CU-relative.
1660
2228ef77
XR
16612019-05-08 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.ada/frame_arg_lang.exp: New testcase.
1664 * gdb.ada/frame_arg_lang/bla.adb: New file.
1665 * gdb.ada/frame_arg_lang/pck.ads: New file.
1666 * gdb.ada/frame_arg_lang/pck.adb: New file.
1667 * gdb.ada/frame_arg_lang/foo.c: New file.
1668
80e55b13
TT
16692019-05-08 Tom Tromey <tromey@adacore.com>
1670
1671 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1672
9d3421af
TT
16732019-05-08 Tom Tromey <tromey@adacore.com>
1674
1675 * gdb.base/ptype-offsets.exp: Update tests.
1676
844333e2
TT
16772019-05-08 Tom Tromey <tromey@adacore.com>
1678
1679 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1680 cases.
1681 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1682 "short".
1683
988915ee
TT
16842019-05-08 Tom Tromey <tromey@adacore.com>
1685
1686 * gdb.ada/vla.exp: New file.
1687 * gdb.ada/vla/vla.adb: New file.
1688
7bd55dac
TV
16892019-05-07 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1692
75f06e9d
TV
16932019-05-07 Tom de Vries <tdevries@suse.de>
1694
1695 PR testsuite/24522
1696 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1697 section.
1698
77e7aaa4
TV
16992019-05-07 Tom de Vries <tdevries@suse.de>
1700
1701 PR testsuite/24522
1702 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1703 .debug_aranges section.
1704
456ba0fa
TV
17052019-05-07 Tom de Vries <tdevries@suse.de>
1706
1707 PR testsuite/24159
1708 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1709
5a56d6a6
TV
17102019-05-06 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/gdb.exp (exec_has_index_section): New proc.
1713 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1714 section.
1715
9d6d4be8
TV
17162019-05-04 Tom de Vries <tdevries@suse.de>
1717
1718 * boards/cc-with-debug-names.exp: New file.
1719
222a8d25
TT
17202019-05-03 Tom Tromey <tromey@adacore.com>
1721
1722 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1723 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1724 * gdb.ada/char_enum.exp: Add test.
1725
0fdfd794
TV
17262019-05-03 Tom de Vries <tdevries@suse.de>
1727
1728 * boards/cc-with-gdb-index.exp: New file.
1729
80062eb9
AB
17302019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1731
1732 * gdb.rust/simple.exp: Add new test case.
1733 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1734 (main): Initialise an instance of the new struct.
1735
4504bbde
TT
17362019-05-01 Tom Tromey <tromey@adacore.com>
1737
1738 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1739 record.
1740 (NPR): New variable.
1741 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1742 test.
1743
d48e62f4
TT
17442019-05-01 Tom Tromey <tromey@adacore.com>
1745
1746 * gdb.ada/packed_array_assign.exp: Add packed assignment
1747 regression test.
1748
f59f30f5
TV
17492019-05-01 Tom de Vries <tdevries@suse.de>
1750
1751 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1752
b70bfc54
TV
17532019-05-01 Tom de Vries <tdevries@suse.de>
1754
1755 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1756
15f18d14
AT
17572019-04-30 Ali Tamur <tamur@google.com>
1758
1759 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1760
2ff0a947
TT
17612019-04-30 Tom Tromey <tromey@adacore.com>
1762
1763 * lib/ada.exp (find_ada_tool): New proc.
1764 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1765 * gdb.ada/catch_ex_std.exp: New file.
1766 * gdb.ada/catch_ex_std/foo.adb: New file.
1767 * gdb.ada/catch_ex_std/some_package.adb: New file.
1768 * gdb.ada/catch_ex_std/some_package.ads: New file.
1769
a776957c
TT
17702019-04-30 Tom Tromey <tromey@adacore.com>
1771
1772 PR c++/24470:
1773 * gdb.cp/temargs.cc: Add test code from PR.
1774
bc68014d
AB
17752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * gdb.fortran/vla-datatypes.exp: Update expected results.
1778 * gdb.fortran/vla-ptype.exp: Likewise.
1779 * gdb.fortran/vla-type.exp: Likewise.
1780 * gdb.fortran/vla-value.exp: Likewise.
1781
f1fdc960
AB
17822019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * gdb.fortran/ptr-indentation.exp: Update expected results.
1785 * gdb.fortran/ptype-on-functions.exp: Likewise.
1786 * gdb.fortran/vla-ptr-info.exp: Likewise.
1787 * gdb.fortran/vla-value.exp: Likewise.
1788
bf7a4de1
AB
17892019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * gdb.fortran/ptype-on-functions.exp: New file.
1792 * gdb.fortran/ptype-on-functions.f90: New file.
1793
bbe75b9d
AB
17942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1795
1796 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1797 case void string.
1798
1db455a7
AB
17992019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1800
1801 * gdb.fortran/complex.exp: Expand.
1802 * gdb.fortran/complex.f: Renamed to...
1803 * gdb.fortran/complex.f90: ...this, and extended to add more
1804 complex values.
1805
b6d03bb2
AB
18062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1807
1808 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1809 MODULO, CMPLX.
1810
2e62ab40
AB
18112019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1812 Richard Bunt <richard.bunt@arm.com>
1813
1814 * gdb.base/max-depth.c: New file.
1815 * gdb.base/max-depth.exp: New file.
1816 * gdb.python/py-nested-maps.c: New file.
1817 * gdb.python/py-nested-maps.exp: New file.
1818 * gdb.python/py-nested-maps.py: New file.
1819 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1820 (test_all_common): Call test_max_depth.
1821 * gdb.fortran/max-depth.exp: New file.
1822 * gdb.fortran/max-depth.f90: New file.
1823 * gdb.go/max-depth.exp: New file.
1824 * gdb.go/max-depth.go: New file.
1825 * gdb.modula2/max-depth.exp: New file.
1826 * gdb.modula2/max-depth.c: New file.
1827 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1828
d2b584a5
TV
18292019-04-29 Tom de Vries <tdevries@suse.de>
1830
1831 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1832
136afab8
PW
18332019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1834
1835 * gdb.base/callexit.exp: Test may-call-functions off.
1836
725cbb63
KS
18372019-04-25 Keith Seitz <keiths@redhat.com>
1838
1839 PR c++/24367
1840 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1841 (another_incomplete_struct, test_incomplete): New definitions.
1842 (main): Use new definitions.
1843 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1844 functions.
1845
82433e3e
SDJ
18462019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1847
1848 PR corefiles/11608
1849 PR corefiles/18187
1850 * gdb.base/coredump-filter-build-id.exp: New file.
1851
dd06d4d6
AH
18522019-04-25 Alan Hayward <alan.hayward@arm.com>
1853
e79be6e5
SM
1854 * Makefile.in: Pass through GDBSERVER_DEBUG.
1855 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1856 (gdbserver,debug): Add board setting.
1857 * gdb.trace/tspeed.exp: Skip when debugging.
1858 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1859 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1860
1670072e
TT
18612019-04-24 Tom Tromey <tromey@adacore.com>
1862
1863 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1864 Rust.
1865
a59240a4
TT
18662019-04-24 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.arch/amd64-eval.exp: Test bitfield return.
1869 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1870 (class Foo) <return_bitfields>: New method.
1871 (main): Call it.
1872
b907456c
AB
18732019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1874
1875 * gdb.cp/many-args.cc: New file.
1876 * gdb.cp/many-args.exp: New file.
1877
5c565afd
TV
18782019-04-23 Tom de Vries <tdevries@suse.de>
1879
1880 PR gdb/24433
1881 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1882
ba22ff86
AH
18832019-04-23 Alan Hayward <alan.hayward@arm.com>
1884
1885 * gdb.trace/backtrace.exp: Use nopie flag.
1886 * gdb.trace/circ.exp: Likewise.
1887 * gdb.trace/collection.exp: Likewise.
1888 * gdb.trace/ftrace.exp: Likewise.
1889 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1890 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1891 * gdb.trace/qtro.exp: Likewise.
1892 * gdb.trace/read-memory.exp: Likewise.
1893 * gdb.trace/report.exp: Likewise.
1894 * gdb.trace/tfile.exp: Likewise.
1895 * gdb.trace/tfind.exp: Likewise.
1896 * gdb.trace/unavailable.exp: Likewise.
1897
7905fc35
PA
18982019-04-22 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/solib-probes-nosharedlibrary.c,
1901 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1902
8ecb59f8
TT
19032019-04-19 Tom Tromey <tromey@adacore.com>
1904
1905 * gdb.ada/ptype_union.c: New file.
1906 * gdb.ada/ptype_union.exp: New file.
1907
62160ec9
TT
19082019-04-19 Tom Tromey <tromey@adacore.com>
1909
1910 PR symtab/24423:
1911 * gdb.base/list0.h (foo): Add a control-l character.
1912
36cd4ba5
TV
19132019-04-18 Tom de Vries <tdevries@suse.de>
1914
1915 PR gdb/24433
1916 * boards/local-board.exp: Set sysroot to "".
1917
b73715df
TV
19182019-04-18 Tom de Vries <tdevries@suse.de>
1919 Pedro Alves <palves@redhat.com>
1920
1921 PR gdb/24454
1922 * gdb.threads/vfork-follow-child-exec.c: New file.
1923 * gdb.threads/vfork-follow-child-exec.exp: New file.
1924 * gdb.threads/vfork-follow-child-exit.c: New file.
1925 * gdb.threads/vfork-follow-child-exit.exp: New file.
1926
4aa866af
LS
19272019-04-15 Leszek Swirski <leszeks@google.com>
1928
1929 * gdb.arch/amd64-eval.cc: New file.
1930 * gdb.arch/amd64-eval.exp: New file.
1931
e5a1a79a
AH
19322019-04-11 Alan Hayward <alan.hayward@arm.com>
1933
1934 * gdb.server/sysroot.c: New test.
1935 * gdb.server/sysroot.exp: New file.
1936 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1937 matching param.
1938
41077b66
AB
19392019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * gdb.base/align.exp: Extend test to cover structures containing
1942 only static fields.
1943
c30391f8
TV
19442019-04-11 Tom de Vries <tdevries@suse.de>
1945
1946 * boards/cc-with-dwz-m.exp: New file.
1947 * boards/cc-with-dwz.exp: New file.
1948 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1949
e242fd12
SM
19502019-04-09 Simon Marchi <simon.marchi@efficios.com>
1951
1952 * gdb.base/start-cpp.exp: New file.
1953 * gdb.base/start-cpp.cc: New file.
1954
2b0c8b01
KB
19552019-04-08 Kevin Buettner <kevinb@redhat.com>
1956
1957 * gdb.python/py-thrhandle.exp: Adjust tests to call
1958 thread_from_handle instead of thread_from_thread_handle.
1959
947210e5
KB
19602019-04-08 Kevin Buettner <kevinb@redhat.com>
1961
1962 * gdb.python/py-thrhandle.exp: Add tests for
1963 gdb.InferiorThread.handle.
1964
d7df6549
AB
19652019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.python/py-function.exp: Check calling helper function from
1968 all languages.
1969 * lib/gdb.exp (gdb_supported_languages): New proc.
1970
8bdc1658
AB
19712019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.base/complex-parts.c: New file.
1974 * gdb.base/complex-parts.exp: New file.
1975
05caa1d2
TT
19762019-04-01 Tom Tromey <tromey@adacore.com>
1977
1978 PR symtab/23331:
1979 * gdb.dwarf2/dw2-ranges-main.c: New file.
1980 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1981 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1982
7734102d
EZ
19832019-03-30 Simon Marchi <simark@simark.ca>
1984
1985 * gdb.base/default.exp: Add values for $_gdb_major and
1986 $_gdb_minor.
1987
188e1fa9
TT
19882019-03-29 Tom Tromey <tromey@adacore.com>
1989
1990 * gdb.base/help.exp: Tighten apropos regexp.
1991
2880242d
KS
19922019-03-29 Keith Seitz <keiths@redhat.com>
1993
1994 * gdb.fortran/array-bounds.exp: New file.
1995 * gdb.fortran/array-bounds.f90: New file.
1996
077cad8e
PW
19972019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1998
1999 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2000
80047cfc
PW
20012019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2002
2003 * gdb.multi/hello.c (main): Increase alarm timer.
2004
f489207e
SL
20052019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2006
2007 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2008 factor when no hardware watchpoint support.
2009
c92df149
AH
20102019-03-28 Alan Hayward <alan.hayward@arm.com>
2011 Pedro Alves <palves@redhat.com>
2012
2013 * boards/local-board.exp: set sysroot to /.
2014
933aebfa
AH
20152019-03-27 Alan Hayward <alan.hayward@arm.com>
2016
2017 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2018 in child.
2019
9f9aa852
AB
20202019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2023 field.
2024 (make_container): Initialise new field.
2025 * gdb.python/py-prettyprint.exp: Add new tests.
2026 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2027 <display_hint>: New method.
2028
3714a195
AB
20292019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2032 gdb_continue_to_breakpoint more throughout this test.
2033 (run_lang_tests) Supply unique test names, and use
2034 gdb_test_no_output.
2035
18c77628
AB
20362019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.base/finish-pretty.exp: Update expected results.
2039 * gdb.base/pretty-print.c: New file.
2040 * gdb.base/pretty-print.exp: New file.
2041
9a93502f
PA
20422019-03-25 Pedro Alves <palves@redhat.com>
2043
2044 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2045 move comments outside list. Append '-i "" eof' section.
2046
968aa7ae
AH
20472019-03-22 Alan Hayward <alan.hayward@arm.com>
2048
34a7f2a4 2049 PR testsuite/25016
968aa7ae
AH
2050 * README: Add pie options.
2051 * gdb.base/break-interp.exp: Ensure pie is disabled.
2052 * gdb.base/dump.exp: Likewise.
2053 * lib/gdb.exp (gdb_compile): Add pie option.
2054
4c7d57e7
TT
20552019-03-19 Tom Tromey <tromey@adacore.com>
2056
2057 * gdb.mi/mi2-cli-display.c: New file.
2058 * gdb.mi/mi2-cli-display.exp: New file.
2059
bff8c71f
TT
20602019-03-18 Joel Brobecker <brobecker@adacore.com>
2061 Tom Tromey <tromey@adacore.com>
2062
2063 * gdb.ada/ptype_array/pck.adb: New file.
2064 * gdb.ada/ptype_array/pck.ads: New file.
2065 * gdb.ada/ptype_array/foo.adb: New file.
2066 * gdb.ada/ptype_array.exp: New file.
2067
d085f989
TT
20682019-03-14 Tom Tromey <tromey@adacore.com>
2069
2070 * gdb.base/style.exp: Add "set style sources" test.
2071
b4be1b06
SM
20722019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2073
2074 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2075 * mi-breakpoint-multiple-locations.exp: ... this.
2076 (make_breakpoints_pattern): New proc.
2077 (do_test): Add mi_version parameter, test -break-insert,
2078 -break-info and =breakpoint-created.
2079
7cde5fc2
AB
20802019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 * config/default.exp: Remove 'load_lib gdb.exp'.
2083 * config/monitor.exp: Likewise.
2084 * config/sid.exp: Likewise.
2085 * config/sim.exp: Likewise.
2086 * config/slite.exp: Likewise.
2087 * config/unix.exp: Likewise.
2088 * gdb.base/default.exp: Remove unhelpful comment.
2089
efbecbc1
AB
20902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2093
0841c79a
AB
20942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2095
2096 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2097
4a270568
AB
20982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.fortran/type-kinds.exp: Update expected results.
2101
067630bd
AB
21022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2105
3be47f7a
AB
21062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2107
2108 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2109 function.
2110 (test_basic_parsing_of_type_kinds): Expand types tested.
2111 (test_parsing_invalid_type_kinds): New function.
2112
4d00f5d8
AB
21132019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2114
2115 * gdb.fortran/intrinsics.exp: New file.
2116 * gdb.fortran/intrinsics.f90: New file.
2117 * gdb.fortran/type-kinds.exp: New file.
2118
c8f91604
AB
21192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.fortran/dot-ops.exp: New file.
2122
dd9f2c76
AB
21232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2126 Check upper and lower case logical literals.
2127
84ec9724
AB
21282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2131 Remove duplicate tests.
2132
c3734e09
AH
21332019-03-06 Alan Hayward <alan.hayward@arm.com>
2134
2135 * lib/gdb.exp (builtin_cd): rename of cd.
2136 (cd): Override builtin.
2137
aa3cfbda
RB
21382019-03-06 Richard Bunt <richard.bunt@arm.com>
2139
2140 * gdb.fortran/function-calls.exp: New file.
2141 * gdb.fortran/function-calls.f90: New test.
2142
7b63ad86
RB
21432019-03-04 Richard Bunt <richard.bunt@arm.com>
2144
2145 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2146 on user program standard output.
2147 * gdb.fortran/short-circuit-argument-list.f90: Record function
2148 calls.
2149
01abb042
AH
21502019-02-28 Alan Hayward <alan.hayward@arm.com>
2151
c3734e09
AH
2152 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2153 failure.
01abb042 2154
92137da0
RO
21552019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2156
2157 PR gdb/8527
2158 * gdb.base/interrupt-daemon-attach.c,
2159 gdb.base/interrupt-daemon-attach.exp: New test.
2160
5862844d
PA
21612019-02-27 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.base/page.exp: Add tests for "set width/height -1".
2164
8ed25214
PA
21652019-02-27 Pedro Alves <palves@redhat.com>
2166
2167 * gdb.base/page.exp: Add tests for "set/show width/height" with
2168 "infinite" values.
2169
6c28e44a
TT
21702019-02-27 Tom Tromey <tromey@adacore.com>
2171
2172 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2173 2.4.
2174 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2175 workaround.
2176
bf9a735e
AB
21772019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2180 tests for structs with static members.
2181
8791793c
TT
21822019-02-26 Tom Tromey <tromey@adacore.com>
2183
2184 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2185 ValueError, not TypeError.
2186
bc2a507e
KB
21872019-02-26 Kevin Buettner <kevinb@redhat.com>
2188
2189 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2190 call from main program.
2191
e0e7d3bd
JB
21922019-02-23 Joel Brobecker <brobecker@adacore.com>
2193
2194 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2195 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2196 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2197 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2198 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2199
9600246d
KS
22002019-02-22 Keith Seitz <keiths@redhat.com>
2201
2202 PR symtab/23853
2203 * gdb.base/symlink-sourcefile.c: New file.
2204 * gdb.base/symlink-sourcefile.exp: New file.
2205
0c95f9ed
TT
22062019-02-20 Tom Tromey <tom@tromey.com>
2207
2208 * gdb.base/info_qt.exp: Update.
2209
6caa91b6
SM
22102019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2211
2212 * gdb.base/source.exp: Move "error in sourced script" code to
2213 the end.
2214 * gdb.base/source-error.gdb: Move contents to
2215 source-error-1.gdb. Add new code to source source-error-1.gdb.
2216 * gdb.base/source-error-1.gdb: New file, from previous
2217 source-error.gdb.
2218
6506371f
TT
22192019-02-17 Tom Tromey <tom@tromey.com>
2220
2221 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2222 for macro styling.
2223 * gdb.base/style.c (SOME_MACRO): New macro.
2224
a0087920
TT
22252019-02-17 Tom Tromey <tom@tromey.com>
2226
2227 * gdb.base/style.exp: Add line-wrapping tests.
2228 * gdb.base/page.exp: Add test for quitting during pagination.
2229
a2cd4f14
JB
22302019-02-17 Joel Brobecker <brobecker@adacore.com>
2231
2232 * gdb.ada/big_packed_array: New testcase.
2233 * gdb.ada/homonym.exp: Fix incorrect expected output for
2234 "break <homonym__get_value>" test.
2235
9d70ffbc
WP
22362019-02-13 Weimin Pan <weimin.pan@oracle.com>
2237
2238 PR breakpoints/21870
2239 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2240 and prepare_for_testing. Add comment.
2241 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2242 redundant cleanup call. Clean up comment.
2243
01c7ae81
WP
22442019-02-12 Weimin Pan <weimin.pan@oracle.com>
2245
2246 PR breakpoints/21870
2247 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2248 * gdb.arch/aarch64-dbreg-contents.c: New file.
2249
aff29d1c
JB
22502019-02-10 Joel Brobecker <brobecker@adacore.com>
2251
2252 * gdb.ada/mi_ref_changeable: New testcase.
2253
df0da8a2
AH
22542019-02-07 Alan Hayward <alan.hayward@arm.com>
2255
2256 * gdb.base/attach.exp: Add double attach test.
2257
bd447abb
SM
22582019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2259
2260 * lib/gdb.exp (default_gdb_start): Don't match pagination
2261 prompt.
2262 (gdb_init): Set stty_init.
2263
1dbc40b9
TT
22642019-01-27 Tom Tromey <tom@tromey.com>
2265
2266 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2267 skip_python_tests.
2268
353229bf
AH
22692019-01-24 Alan Hayward <alan.hayward@arm.com>
2270
2271 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2272 New structure.
2273 (struct struct_static_02_02): Likewise.
2274 (struct struct_static_02_03): Likewise.
2275 (struct struct_static_02_04): Likewise.
2276 (struct struct_static_04_01): Likewise.
2277 (struct struct_static_04_02): Likewise.
2278 (struct struct_static_04_03): Likewise.
2279 (struct struct_static_04_04): Likewise.
2280 (struct struct_static_06_01): Likewise.
2281 (struct struct_static_06_02): Likewise.
2282 (struct struct_static_06_03): Likewise.
2283 (struct struct_static_06_04): Likewise.
2284 (cmp_struct_static_02_01): Likewise.
2285 (cmp_struct_static_02_02): Likewise.
2286 (cmp_struct_static_02_03): Likewise.
2287 (cmp_struct_static_02_04): Likewise.
2288 (cmp_struct_static_04_01): Likewise.
2289 (cmp_struct_static_04_02): Likewise.
2290 (cmp_struct_static_04_03): Likewise.
2291 (cmp_struct_static_04_04): Likewise.
2292 (cmp_struct_static_06_01): Likewise.
2293 (cmp_struct_static_06_02): Likewise.
2294 (cmp_struct_static_06_03): Likewise.
2295 (cmp_struct_static_06_04): Likewise.
2296 (call_all): Test new structs.
2297 * gdb.base/infcall-nested-structs.exp: Likewise.
2298
73021deb
AH
22992019-01-21 Alan Hayward <alan.hayward@arm.com>
2300 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2301
fc65c7db
AH
23022019-01-21 Alan Hayward <alan.hayward@arm.com>
2303 * gdb.base/stack-protector.c: New test.
2304 * gdb.base/stack-protector.exp: New file.
2305 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2306 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2307 option.
2308 (gdb_compile): Remove stack protector for GCC and prevent
2309 recursion.
2310
c24bdb02
KS
23112019-01-16 Keith Seitz <keiths@redhat.com>
2312
2313 PR gdb/23773
2314 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2315
6f072a10
PFC
23162019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2317
2318 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2319 aliases.
2320 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2321 tests.
2322 * gdb.arch/powerpc-vector-regs.c: New file.
2323 * gdb.arch/powerpc-vector-regs.exp: New file.
2324
a7b8d682
PFC
23252019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2326
2327 * gdb.arch/altivec-regs.exp: Fix the list passed to
2328 gdb_expect_list when testing "info vector".
2329
6eb6fb67
AB
23302019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * gdb.base/style.exp: Don't include path in testname.
2333
b56f80d8
KS
23342019-01-10 Keith Seitz <keiths@redhat.com>
2335
2336 PR gdb/23712
2337 PR symtab/23010
2338 * gdb.dwarf2/multidictionary.exp: New file.
2339
041be526
SM
23402019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2341
2342 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2343 (test_gnuv3_style_demangling): ... this.
2344 (test_lucid_style_demangling): Remove.
2345 (test_arm_style_demangling): Remove.
2346 (test_hp_style_demangling): Remove.
2347 (do_tests): Remove calls to the above.
2348
d820d0c3
AB
23492019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2352 case.
2353
f097f5ad
TT
23542019-01-06 Tom Tromey <tom@tromey.com>
2355
2356 PR gdb/28155:
2357 * gdb.dwarf2/typedef-void-finish.exp: New file.
2358
2cd8cc0b
TT
23592018-12-28 Tom Tromey <tom@tromey.com>
2360 Simon Marchi <simark@simark.ca>
2361
2362 * gdb.base/jit-exec.exp: New file.
2363 * gdb.base/jit-exec.c: New file.
2364 * gdb.base/jit-execd.c: New file.
2365
35fb8261
TT
23662018-12-28 Tom Tromey <tom@tromey.com>
2367
2368 * gdb.base/style.exp: Update test to check for address styling.
2369
47fd17cd
TT
23702018-12-28 Tom Tromey <tom@tromey.com>
2371
2372 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2373 message.
2374
d47032b7
TT
23752018-12-28 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.base/style.exp: Add test for version number styling.
2378
af79b68d
TT
23792018-12-28 Tom Tromey <tom@tromey.com>
2380
2381 * gdb.base/style.exp: Add test for print_address_symbolic.
2382
0bb296cb
TT
23832018-12-28 Tom Tromey <tom@tromey.com>
2384
2385 * gdb.base/style.exp: Add test for breakpoint setting.
2386
80ae2043
TT
23872018-12-28 Tom Tromey <tom@tromey.com>
2388
2389 * gdb.base/style.exp: Add test for variable names.
2390
cbe56571
TT
23912018-12-28 Tom Tromey <tom@tromey.com>
2392
2393 * gdb.base/style.exp: New file.
2394 * gdb.base/style.c: New file.
2395
9162a27c
TT
23962018-12-28 Tom Tromey <tom@tromey.com>
2397
2398 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2399 "dumb".
2400 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2401 the TERM environment variable.
2402
bc543c90
TT
24032018-12-27 Tom Tromey <tom@tromey.com>
2404
2405 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2406 pagination test.
2407
6f0ffe50
AB
24082018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2411 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2412
b5a1e557
PW
24132018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2414
2415 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2416 Filename a.adb changed to bp_fun_addr.adb.
2417 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2418
6e8b1ab2
JV
24192018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2420
2421 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2422 non-PIE executables.
2423 * README: Mention the gdb,nopie_flag board setting.
2424 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2425 non-PIE executable.
2426 * gdb.arch/amd64-entry-value.exp: Likewise.
2427 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2428 * gdb.arch/i386-float.exp: Likewise.
2429 * gdb.arch/i386-signal.exp: Likewise.
2430 * gdb.mi/mi-reg-undefined.exp: Likewise.
2431
d00a27c5
PM
24322018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2433
2434 PR gdb/23974
2435 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2436
161d081c
PW
24372018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2438
2439 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2440 Update order of results accordingly.
2441
b001de23
AB
24422018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2443
2444 * gdb.base/annota1.exp: Update a test regexp.
2445
99e1a184
AB
24462018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2449
7a81c1e2
PW
24502018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2451
2452 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2453 (reuse_time): Initialize to REUSE_TIME_CAP.
2454 (check_rc): New function.
2455 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2456 Check pthread_create rc.
2457 (spawner_thread_func): Check pthread_create and pthread_join rc.
2458
73e8dc90
PA
24592018-12-08 Pedro Alves <palves@redhat.com>
2460
2461 * gdb.base/list.exp (test_forward_search): Rename to ...
2462 (test_forward_reverse_search): ... this. Also test reverse-search
2463 and the forward-search alias.
2464
13f2ed32
AB
24652018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2468 local timeout variable before return, and remove all local timeout
2469 variable entirely.
2470 (gdb_load): Likewise.
2471
64d27cfc
TV
24722018-12-01 Tom de Vries <tdevries@suse.de>
2473
2474 * gdb.base/gdb-caching-proc.exp: New file.
2475
f63c03b4
SDJ
24762018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2477
2478 * Makefile.in (TIMESTAMP): New variable.
2479 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2480 command.
2481 (check-single-racy): Likewise.
2482 (check/%.exp): Likewise.
2483 (check-racy/%.exp): Likewise.
2484 (workers/%.worker): Likewise.
2485 (build-perf): Likewise.
2486 (check-perf): Likewise.
2487 * README: Describe new "TS" and "TS_FORMAT" variables.
2488 * print-ts.py: New file.
2489
1c97054b
BF
24902018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2491
2492 PR python/23714
2493 * gdb.python/python.exp: Test command repetition after
2494 gdb.execute.
2495
1871a62d
AB
24962018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2497
2498 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2499 is correctly aligned.
2500
fb5e1ed9
PW
25012018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2502
2503 * gdb.ada/info_auto_lang.exp: New testcase.
2504 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2505 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2506 * gdb.ada/info_auto_lang/some_c.c: New file.
2507
43d397ca
PW
25082018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2509
2510 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2511 FUNC_lang language syntax.
2512
beddd671
PW
25132018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2514
2515 * gdb.base/info_minsym.c: New file.
2516 * gdb.base/info_minsym.exp: New file.
2517
73fc52c4
TT
25182018-11-19 Tom Tromey <tom@tromey.com>
2519
2520 PR rust/23625:
2521 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2522 * gdb.rust/expr.exp: Update expected output. Change one test.
2523
994b876a
TT
25242018-11-19 Tom Tromey <tom@tromey.com>
2525
2526 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2527
6769f276
PA
25282018-11-19 Pedro Alves <palves@redhat.com>
2529
2530 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2531 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2532 see the expected warning.
2533
38a72da0
AH
25342018-11-16 Alan Hayward <alan.hayward@arm.com>
2535
2536 PR gdb/22736:
2537 * gdb.cp/infcall-nodebug-lib.c: New test.
2538 * gdb.cp/infcall-nodebug-main.c: New test.
2539 * gdb.cp/infcall-nodebug.exp: New file.
2540
53a89d6e
SM
25412018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2542
2543 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2544 completer tests.
2545
9325300d
TV
25462018-11-09 Tom de Vries <tdevries@suse.de>
2547
2548 * gdb.base/msym-lang.c: New test.
2549 * gdb.base/msym-lang.exp: New file.
2550 * gdb.base/msym-lang-main.c: New test.
2551
20f0d60d
TT
25522018-11-08 Tom Tromey <tom@tromey.com>
2553
2554 PR gdb/23555:
2555 PR gdb/23838:
2556 * gdb.base/warning.exp: New file.
2557
b5420128
JB
25582018-11-08 Jan Beulich <jbeulich@suse.com>
2559
2560 * testsuite/gdb.arch/i386-avx512.c,
2561 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2562
cd115d61
AB
25632018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2566 point hardware.
2567
35ee2dc2
AB
25682018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2571 * gdb.dwarf2/missing-type-name.exp: New file.
2572
31aceee8
TV
25732018-11-06 Tom de Vries <tdevries@suse.de>
2574
2575 * gdb.base/many-headers.c: New test.
2576 * gdb.base/many-headers.exp: New file.
2577
109be305
JW
25782018-11-06 Jim Wilson <jimw@sifive.com>
2579
2580 * gdb.base/code_elim.exp: For riscv, set additional_flags
2581 to include -msmall-data-limit=0.
2582
e2b7af72
JB
25832018-11-01 Joel Brobecker <brobecker@adacore.com>
2584
2585 * gdb.ada/watch_minus_l: New testcase.
2586
cdcda965
SM
25872018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2588
2589 * gdb.arch/aix-sighandle.c: New file.
2590 * gdb.arch/aix-sighandle.exp: New file.
2591
92dcebf3
AB
25922018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2595 registers being unions.
2596
68b9ac18
TV
25972018-10-31 Tom de Vries <tdevries@suse.de>
2598
2599 * lib/valgrind.exp: New file.
2600 (vgdb_start, vgdb_stop): New procs, factored out of ...
2601 * gdb.base/valgrind-bt.exp: ... here, ...
2602 * gdb.base/valgrind-disp-step.exp: ... here and ...
2603 * gdb.base/valgrind-infcall.exp: ... here.
2604
1443936e
TV
26052018-10-31 Tom de Vries <tdevries@suse.de>
2606
2607 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2608
eb77c9df
AB
26092018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.dwarf2/void-type.c: New file.
2612 * gdb.dwarf2/void-type.exp: New file.
2613
82b5e646
PW
26142018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2615
2616 * gdb.base/info_qt.c: New file.
2617 * gdb.base/info_qt.exp: New file.
2618
8d619c01
EBM
26192018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2620
2621 * gdb.arch/powerpc-htm-regs.c: New file.
2622 * gdb.arch/powerpc-htm-regs.exp: New file.
2623
f2cf6173
EBM
26242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2625
2626 * gdb.arch/powerpc-tar.c: New file.
2627 * gdb.arch/powerpc-tar.exp: New file.
2628
7ca18ed6
EBM
26292018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2630
2631 * gdb.arch/powerpc-ppr-dscr.c: New file.
2632 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2633
bfcc0eba
TV
26342018-10-25 Tom de Vries <tdevries@suse.de>
2635
2636 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2637
fe1a5cad
TV
26382018-10-24 Tom de Vries <tdevries@suse.de>
2639
2640 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2641 longer exists error.
2642
a76dc3b7
TV
26432018-10-24 Tom de Vries <tdevries@suse.de>
2644
2645 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2646
4df46df7
TV
26472018-10-24 Tom de Vries <tdevries@suse.de>
2648
2649 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2650 --db-attach in valgrind.
2651
0dbfcfff
AB
26522018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.arch/riscv-reg-aliases.c: New file.
2655 * gdb.arch/riscv-reg-aliases.exp: New file.
2656
b04480b1
AH
26572018-10-19 Alan Hayward <alan.hayward@arm.com>
2658
2659 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2660
2c6ac8d7
AH
26612018-10-19 Alan Hayward <alan.hayward@arm.com>
2662
2663 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2664
2bc69f25
AH
26652018-10-19 Alan Hayward <alan.hayward@arm.com>
2666
2667 * gdb.cp/ovldbreak.exp: Fix regexps.
2668
1f1ae3a3
AH
26692018-10-19 Alan Hayward <alan.hayward@arm.com>
2670
2671 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2672
94c18618
SDJ
26732018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2674
2675 PR cli/23785
2676 * gdb.base/restore.exp: New test to check if "restore" with an
2677 invalid file doesn't segfault.
2678
812cd6eb
TV
26792018-10-18 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2682 * gdb.ada/excep_handle.exp: Same.
2683 * gdb.ada/mi_string_access.exp: Same.
2684 * gdb.ada/mi_var_union.exp: Same.
2685 * gdb.arch/arc-analyze-prologue.exp: Same.
2686 * gdb.arch/arc-decode-insn.exp: Same.
2687 * gdb.base/readnever.exp: Same.
2688 * gdb.fortran/printing-types.exp: Same.
2689 * gdb.guile/scm-lazy-string.exp: Same.
2690
c4b90788
TV
26912018-10-16 Tom de Vries <tdevries@suse.de>
2692
2693 PR gdb/23730
2694 * gdb.base/catch-follow-exec.c: Add copyright notice.
2695 * gdb.base/catch-follow-exec.exp: Rewrite to use
2696 gdb_spawn_with_cmdline_opts. Require gdb-native.
2697
8bca2978
SL
26982018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2699
2700 * gdb.trace/actions-changed.exp: Check for arch support.
2701 * gdb.trace/actions.exp: Likewise.
2702 * gdb.trace/ax.exp: Likewise.
2703 * gdb.trace/backtrace.exp: Likewise.
2704 * gdb.trace/change-loc.exp: Likewise.
2705 * gdb.trace/deltrace.exp: Likewise.
2706 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2707 * gdb.trace/ftrace.exp: Likewise.
2708 * gdb.trace/infotrace.exp: Check for arch support.
2709 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2710 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2711 * gdb.trace/mi-tsv-changed.exp: Likewise.
2712 * gdb.trace/packetlen.exp: Likewise.
2713 * gdb.trace/passc-dyn.exp: Likewise.
2714 * gdb.trace/passcount.exp: Likewise.
2715 * gdb.trace/pending.exp: Likewise.
2716 * gdb.trace/range-stepping.exp: Check for shlib support.
2717 * gdb.trace/report.exp: Check for arch support.
2718 * gdb.trace/save-trace.exp: Likewise.
2719 * gdb.trace/signal.exp: Check for signal support.
2720 * gdb.trace/tfind.exp: Check for arch support.
2721 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2722 * gdb.trace/trace-common.h: Add comment.
2723 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2724 * gdb.trace/trace-enable-disable.exp: Likewise.
2725 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2726 * gdb.trace/tracecmd.exp: Check for arch support.
2727 * gdb.trace/tspeed.exp: Check for shlib and target support.
2728 * gdb.trace/tstatus.exp: Check for arch support.
2729 * gdb.trace/tsv.exp: Likewise.
2730 * gdb.trace/while-dyn.exp: Likewise.
2731 * gdb.trace/while-stepping.exp: Likewise.
2732 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2733
f9c49bff
SM
27342018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2735
2736 * gdb.trace/tspeed.exp: Remove nowarnings.
2737 (prepare_for_trace_test): Declare "global ipalib".
2738 * gdb.trace/tspeed.c: Include unistd.h.
2739 (main): Remove superfluous printf argument.
2740
d4330bde
SL
27412018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2742
2743 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2744 directory prefix on the filename.
2745
8ecfd7bd
SDJ
27462018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2747
2748 * gdb.gdb/unittest.exp: Update expected message informing that
2749 selftests have been disabled.
2750 * gdb.server/unittest.exp: Likewise.
2751
58bbcd02
TV
27522018-10-09 Tom de Vries <tdevries@suse.de>
2753
2754 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2755 with runto_main.
2756
9f6b697b
WP
27572018-10-08 Weimin Pan <weimin.pan@oracle.com>
2758
2759 PR c++/16841
2760 * gdb.cp/virtbase2.cc: New file.
2761 * gdb.cp/virtbase2.exp: New file.
2762
add5ded5
TT
27632018-10-06 Tom Tromey <tom@tromey.com>
2764
2765 PR python/19399:
2766 * gdb.python/py-inferior.exp: Add architecture test.
2767
f9e48344
TT
27682018-10-06 Tom Tromey <tom@tromey.com>
2769
2770 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2771 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2772
2a8be203
TT
27732018-10-06 Tom Tromey <tom@tromey.com>
2774
2775 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2776 of a "throw" catchpoint.
2777
e04caa70
SDJ
27782018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2779
2780 * gdb.base/info-proc.exp: Update string expected from "help info
2781 proc".
2782
5ca8c39f
TT
27832018-10-04 Tom Tromey <tom@tromey.com>
2784
2785 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2786 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2787 (test_initial_complaints, test_empty_complaints): Update.
2788 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2789
3453e7e4
TT
27902018-10-04 Tom Tromey <tom@tromey.com>
2791
2792 PR cli/19551:
2793 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2794 * lib/gdb.exp (gdb_file_cmd): Update.
2795 * gdb.stabs/weird.exp (print_weird_var): Update.
2796 * gdb.server/solib-list.exp: Update.
2797 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2798 * gdb.mi/mi-cli.exp: Update.
2799 * gdb.linespec/linespec.exp: Update.
2800 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2801 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2802 * gdb.cp/cp-relocate.exp: Update.
2803 * gdb.base/sym-file.exp: Update.
2804 * gdb.base/relocate.exp: Update.
2805 * gdb.base/readnever.exp: Update.
2806 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2807 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2808 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2809 * gdb.base/code_elim.exp: Update.
2810 * gdb.base/break-unload-file.exp (test_break): Update.
2811 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2812 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2813 Update.
2814 * gdb.base/attach.exp (do_attach_tests): Update.
2815 * gdb.base/sepdebug.exp: Update.
2816 * gdb.python/py-section-script.exp: Update.
2817
6afcf761
TT
28182018-10-04 Tom Tromey <tom@tromey.com>
2819
2820 PR cli/22234:
2821 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2822 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2823 output.
2824
fef1b293
TT
28252018-10-04 Tom Tromey <tom@tromey.com>
2826
2827 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2828 set width and height to 0.
2829 (test_command_line_attach_run): Use -quiet.
2830
ca98345e
SL
28312018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2832
2833 * lib/gdb.exp (skip_ifunc_tests): New.
2834 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2835 other compile failures.
2836 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2837
ff34e6ae
SM
28382018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2839
2840 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2841 is_amd64_regs_target.
2842
6bb8890e
AH
28432018-10-01 Alan Hayward <alan.hayward@arm.com>
2844
2845 * gdb.arch/aarch64-sighandler-regs.c: New test.
2846 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2847 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2848
224d30d3
MM
28492018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2850
2851 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2852 assembly.
2853
f67ffa6a
AB
28542018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2855
2856 * gdb.base/frame-selection.exp: New file.
2857 * gdb.base/frame-selection.c: New file.
2858
9fc3183f
AH
28592018-09-27 Alan Hayward <alan.hayward@arm.com>
2860
2861 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2862 pthread barrier.
2863 (main): Likewise.
2864
d354055e
AB
28652018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.base/large-frame-1.c: New file.
2868 * gdb.base/large-frame-2.c: New file.
2869 * gdb.base/large-frame.exp: New file.
2870 * gdb.base/large-frame.h: New file.
2871
db727370
JL
28722018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2873
2874 PR gdb/20948
2875 * gdb.base/write_mem.exp: New test.
2876 * gdb.base/write_mem.c: Likewise.
2877
ae778caf
TT
28782018-09-23 Tom Tromey <tom@tromey.com>
2879
2880 PR python/18852:
2881 * gdb.python/py-parameter.exp: Add test for parameter that throws
2882 on "set".
2883
fd3ba736
TT
28842018-09-23 Tom Tromey <tom@tromey.com>
2885
2886 PR python/17284:
2887 * gdb.python/py-template.exp (test_template_arg): Add test for
2888 negative template argument number.
2889
39a24317
TT
28902018-09-23 Tom Tromey <tom@tromey.com>
2891
2892 PR python/14062:
2893 * gdb.python/python.exp: Add test for post_event error.
2894
f5769a2c
TT
28952018-09-23 Tom Tromey <tom@tromey.com>
2896
2897 PR python/18170:
2898 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2899 convert pointers to int and long.
2900
1c1e54f6
TT
29012018-09-23 Tom Tromey <tom@tromey.com>
2902
2903 PR python/20126:
2904 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2905 signed-ness conversion tests.
2906
fb4fa946
TT
29072018-09-23 Tom Tromey <tom@tromey.com>
2908
2909 PR python/18352;
2910 * gdb.python/py-value.exp (test_float_conversion): New proc.
2911 Use it.
2912
a466edac
HAQ
29132018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2914
2915 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2916
4ee9b0c5
SL
29172018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2918
2919 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2920 no readline.
2921 * gdb.base/utf8-identifiers.exp: Likewise.
2922 * gdb.cp/cpcompletion.exp: Likewise.
2923 * gdb.linespec/cpcompletion.exp: Likewise.
2924 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2925 * gdb.linespec/cpls-ops.exp: Likewise.
2926
23be8da7
RB
29272018-09-19 Richard Bunt <richard.bunt@arm.com>
2928 Chris January <chris.january@arm.com>
2929
2930 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2931 * gdb.fortran/short-circuit-argument-list.exp: New file.
2932 * gdb.fortran/short-circuit-argument-list.f90: New test.
2933
5031d0ae
SDJ
29342018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2935
2936 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2937 "arch=" keyword when executing "-stack-list-frames".
2938
b4c0d1a4
SDJ
29392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2940
2941 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2942 "arch=" keyword when executing "-stack-list-frames".
2943
7a6d2b45
SDJ
29442018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2945
2946 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2947 break ada".
2948
8588b356
SM
29492018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2950
2951 PR python/23669
2952 * gdb.python/python.exp: Test gdb.execute("show commands").
2953
65e65158
TT
29542018-09-16 Tom Tromey <tom@tromey.com>
2955
2956 * gdb.base/new-ui.exp (do_execution_tests): Update.
2957 * gdb.base/dbx.exp (test_breakpoints): Update.
2958
bf326452
AH
29592018-09-14 Alan Hayward <alan.hayward@arm.com>
2960
2961 * lib/gdb.exp (gdb_simple_compile): Add proc.
2962 (is_elf_target): Use gdb_simple_compile.
2963 (skip_altivec_tests): Likewise.
2964 (skip_vsx_tests): Likewise.
2965 (skip_tsx_tests): Likewise.
2966 (skip_btrace_tests): Likewise.
2967 (skip_btrace_pt_tests): Likewise.
2968 (gdb_can_simple_compile): Likewise.
2969 (gdb_has_argv0): Likewise.
2970 (gdb_target_symbol_prefix): Likewise.
2971 (target_supports_scheduler_locking): Likewise.
2972
2361b0fb
TT
29732018-09-13 Tom Tromey <tom@tromey.com>
2974
2975 * Makefile.in (TAGS): Recognize proc_with_prefix and
2976 gdb_caching_proc.
2977
0ae1a321
SM
29782018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2979
2980 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2981 method.
2982
a40bf0c2
SM
29832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2984
2985 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2986 and a few other Inferior properties when the Inferior is no
2987 longer valid.
2988
4a3fe98f
TT
29892018-09-13 Tom Tromey <tom@tromey.com>
2990
2991 PR rust/23650:
2992 * gdb.rust/simple.exp: Add test for enum field access error.
2993
098b2108
TT
29942018-09-13 Tom Tromey <tom@tromey.com>
2995
2996 PR rust/23626:
2997 * gdb.rust/simple.rs (EmptyEnum): New type.
2998 (main): Use it.
2999 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3000
1256af7d
SM
30012018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3002
3003 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3004 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3005 * gdb.python/py-symtab.exp: Update test printing an objfile.
3006
4aa8e6c2
SM
30072018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3008
3009 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3010 object.
3011
c221b2f7
AH
30122018-09-12 Alan Hayward <alan.hayward@arm.com>
3013
3014 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3015 (support_complex_tests): Use gdb_can_simple_compile.
3016 (is_ilp32_target): Likewise.
3017 (is_lp64_target): Likewise.
3018 (is_64_target): Likewise.
3019 (is_amd64_regs_target): Likewise.
3020 (is_aarch32_target): Likewise.
3021 (gdb_int128_helper): Likewise.
3022
6f1107b5
JK
30232018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3026
1f5d1570
JG
30272018-09-10 Jerome Guitton <guitton@adacore.com>
3028
3029 * gdb.ada/same_component_name: Add test for case of tagged record
3030 with variable-length fields.
3031
cc330e39
XR
30322018-09-10 Xavier Roirand <roirand@adacore.com>
3033
3034 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3035 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3036 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3037 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3038
b9c50e9a
XR
30392018-09-10 Xavier Roirand <roirand@adacore.com>
3040
3041 * gdb.ada/mi_string_access.exp: New testcase.
3042 * gdb.ada/mi_string_access/bar.adb: New file.
3043 * gdb.ada/mi_string_access/pck.adb: New file.
3044 * gdb.ada/mi_string_access/pck.asd: New file.
3045
2963898f
XR
30462018-09-10 Xavier Roirand <roirand@adacore.com>
3047
3048 * gdb.ada/mi_var_union.exp: New testcase.
3049 * gdb.ada/mi_var_union/bar.adb: New file.
3050 * gdb.ada/mi_var_union/pck.adb: New file.
3051 * gdb.ada/mi_var_union/pck.asd: New file.
3052
1aac008f
TT
30532018-09-08 Tom Tromey <tom@tromey.com>
3054
3055 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3056
332cf4c9
TT
30572018-09-08 Tom Tromey <tom@tromey.com>
3058
3059 PR python/16047:
3060 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3061 (register_pretty_printers): Register new printer.
3062 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3063 test.
3064 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3065 (an_int_type3): New global.
3066
424da6cf
JB
30672018-09-08 Joel Brobecker <brobecker@adacore.com>
3068
3069 * gdb.ada/expr_with_funcall: New testcase.
3070
2a62dfa9
JB
30712018-09-08 Joel Brobecker <brobecker@adacore.com>
3072
3073 * gdb.ada/packed_array_assign: New testcase.
3074
96b6697f
AB
30752018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3078 names, and add test prefixes to make test names unique.
3079
e4a62c65
TV
30802018-09-05 Tom de Vries <tdevries@suse.de>
3081
3082 * gdb.dwarf2/varval.exp: Add test.
3083
dd083ee2
GB
30842018-09-04 Gary Benson <gbenson@redhat.com>
3085
3086 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3087 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3088
aef9346c
TT
30892018-08-31 Tom Tromey <tom@tromey.com>
3090
3091 * gdb.rust/simple.rs: Rename second variable "v".
3092
c67f2e15
AB
30932018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.base/funcargs.c (use_a): New function.
3096 (recurse): Call use_a.
3097
078a0207
KS
30982018-08-29 Keith Seitz <keiths@redhat.com>
3099
3100 * gdb.compile/compile-cplus-anonymous.cc: New file.
3101 * gdb.compile/compile-cplus-anonymous.exp: New file.
3102 * gdb.compile/compile-cplus-array-decay.cc: New file.
3103 * gdb.compile/compile-cplus-array-decay.exp: New file.
3104 * gdb.compile/compile-cplus-inherit.cc: New file.
3105 * gdb.compile/compile-cplus-inherit.exp: New file.
3106 * gdb.compile/compile-cplus-member.cc: New file.
3107 * gdb.compile/compile-cplus-member.exp: New file.
3108 * gdb.compile/compile-cplus-method.cc: New file.
3109 * gdb.compile/compile-cplus-method.exp: New file.
3110 * gdb.compile/compile-cplus-mod.c: "New" file.
3111 * gdb.compile/compile-cplus-namespace.cc: New file.
3112 * gdb.compile/compile-cplus-namespace.exp: New file.
3113 * gdb.compile/compile-cplus-nested.cc: New file.
3114 * gdb.compile/compile-cplus-nested.exp: New file.
3115 * gdb.compile/compile-cplus-print.c: "New" file.
3116 * gdb.compile/compile-cplus-print.exp: "New" file.
3117 * gdb.compile/compile-cplus-virtual.cc: New file.
3118 * gdb.compile/compile-cplus-virtual.exp: New file.
3119 * gdb.compile/compile-cplus.c: "New" file.
3120 * gdb.compile/compile-cplus.exp: "New" file.
3121 * lib/compile-support.exp: New file.
3122
b0f492b9
GB
31232018-08-16 Gary Benson <gbenson@redhat.com>
3124
3125 PR gdb/13000:
3126 * gdb.base/batch-exit-status.exp: New file.
3127 * gdb.base/batch-exit-status.good-commands: Likewise.
3128 * gdb.base/batch-exit-status.bad-commands: Likewise.
3129
36eb4c5f
AH
31302018-08-29 Alan Hayward <alan.hayward@arm.com>
3131
3132 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3133 (struct struct02): Likewise.
3134 (struct struct03): Likewise.
3135 (struct struct04): Likewise.
3136 (struct struct_01_01): New struct.
3137 (struct struct_01_02): Likewise.
3138 (struct struct_01_03): Likewise.
3139 (struct struct_01_04): Likewise.
3140 (struct struct_02_01): Likewise.
3141 (struct struct_02_02): Likewise.
3142 (struct struct_02_03): Likewise.
3143 (struct struct_02_04): Likewise.
3144 (struct struct_04_01): Likewise.
3145 (struct struct_04_02): Likewise.
3146 (struct struct_04_03): Likewise.
3147 (struct struct_04_04): Likewise.
3148 (struct struct_05_01): Likewise.
3149 (struct struct_05_02): Likewise.
3150 (struct struct_05_03): Likewise.
3151 (struct struct_05_04): Likewise.
3152 (cmp_struct01): Remove function.
3153 (cmp_struct02): Likewise.
3154 (cmp_struct03): Likewise.
3155 (cmp_struct04): Likewise.
3156 (cmp_struct_01_01): Add Function.
3157 (cmp_struct_01_02): Likewise.
3158 (cmp_struct_01_03): Likewise.
3159 (cmp_struct_01_04): Likewise.
3160 (cmp_struct_02_01): Likewise.
3161 (cmp_struct_02_02): Likewise.
3162 (cmp_struct_02_03): Likewise.
3163 (cmp_struct_02_04): Likewise.
3164 (cmp_struct_04_01): Likewise.
3165 (cmp_struct_04_02): Likewise.
3166 (cmp_struct_04_03): Likewise.
3167 (cmp_struct_04_04): Likewise.
3168 (cmp_struct_05_01): Likewise.
3169 (cmp_struct_05_02): Likewise.
3170 (cmp_struct_05_03): Likewise.
3171 (cmp_struct_05_04): Likewise.
3172 (call_all): Add new structs.
3173 * gdb.base/infcall-nested-structs.exp: Likewise.
3174
3bf9c013
JV
31752018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3176
3177 * gdb.python/py-framefilter-mi.exp: Update regexp to
3178 check for "arch" field in frame output.
3179
450d1e88
KB
31802018-08-23 Kevin Buettner <kevinb@redhat.com>
3181
3182 * gdb.dwarf2/dw2-ranges-func.c: New file.
3183 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3184
ae739fe7
SM
31852018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3186
3187 * gdb.base/term.exp: Compare terminal settings with values from
3188 the inferior.
3189 * gdb.base/term.c: Get and set terminal settings.
3190
6d52907e
JV
31912018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3192
3193 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3194 accommodate new "arch" field in frame output.
3195 * gdb.mi/mi-return.exp: Likewise.
3196 * gdb.mi/mi-stack.exp: Likewise.
3197 * gdb.mi/mi-syn-frame.exp: Likewise.
3198 * gdb.mi/user-selected-context-sync.exp: Likewise.
3199
be2d111a
MS
32002018-08-19 Michael Spang <spang@google.com>
3201
3202 PR gdb/11786
3203 * gdb.base/gcore-tls-pie.c: New file.
3204 * gdb.base/gcore-tls-pie.exp: New file.
3205
ae3a7c47
KB
32062018-08-18 Kevin Buettner <kevinb@redhat.com>
3207
3208 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3209 * gdb.dwarf2/varval.c: New file.
3210 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3211
2ecae92e
AH
32122018-08-17 Alan Hayward <alan.hayward@arm.com>
3213
3214 PR gdb/18931
3215 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3216
c1854f1d
KS
32172018-08-16 Keith Seitz <keiths@redhat.com>
3218
3219 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3220 tests expected to pass.
3221
26fb3983
JV
32222018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3223
3224 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3225 -data-disassemble -a.
3226 (test_disassembly_bogus_args): Likewise.
3227
67943c00
AB
32282018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3231
5ff2bbae
AB
32322018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 * gdb.base/vla-optimized-out.exp: Add new test.
3235
e5bbcd0f
AB
32362018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3237
3238 * gdb.base/vla-optimized-out-o3.exp: Delete.
3239 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3240 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3241 deleted tests.
3242
9d4a934c
AB
32432018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3244
3245 PR gdb/18050:
3246 * gdb.server/extended-remote-restart.c: New file.
3247 * gdb.server/extended-remote-restart.exp: New file.
3248
045cf012
SM
32492018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3250
3251 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3252 "set variable index = 42".
3253
87d6a7aa
SM
32542018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3255
3256 * boards/index-cache-gdb.exp: New file.
3257 * gdb.dwarf2/index-cache.exp: New file.
3258 * gdb.dwarf2/index-cache.c: New file.
3259 * gdb.base/maint.exp: Check if we are using the index cache.
3260
96d68bd4
RO
32612018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3262
3263 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3264 MAKEFLAGS.
3265
5a699617
RO
32662018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3267
3268 * dg-extract-results.sh: Move to toplevel contrib.
3269 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3270 * Makefile.in (check-parallel-racy): Likewise.
3271
5bd18990
AB
32722018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3273
3274 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3275 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3276 tests if the target supports scheduler locking.
3277
3fbbcf47
TV
32782018-08-04 Tom de Vries <tdevries@suse.de>
3279
3280 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3281
3e1d3d8c
TT
32822018-08-02 Tom Tromey <tom@tromey.com>
3283
3284 PR symtab/16842.
3285 * gdb.cp/temargs.exp: Test "info address" of a template
3286 parameter.
3287
5abe0f0c
JV
32882018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3289
3290 * gdb.python/py-mi-var-info-path-expression.c: New file.
3291 * gdb.python/py-mi-var-info-path-expression.py: New file.
3292 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3293
fb66cde8
SDJ
32942018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3295
3296 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3297 error after "cannot resolve name" string.
3298
c708f4d2
AB
32992018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3302 started.
3303 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3304
37cc0cae
TV
33052018-07-28 Tom de Vries <tdevries@suse.de>
3306
3307 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3308
63b4ecf7
TV
33092018-07-26 Tom de Vries <tdevries@suse.de>
3310
3311 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3312
3c3bb058
AB
33132018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3314
3315 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3316 is visible.
3317
9e7f3bbb
TV
33182018-07-26 Tom de Vries <tdevries@suse.de>
3319
3320 PR breakpoints/23366
3321 * gdb.base/catch-follow-exec.c: New test.
3322 * gdb.base/catch-follow-exec.exp: New file.
3323
16f808ec
TV
33242018-07-25 Tom de Vries <tdevries@suse.de>
3325
3326 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3327 vla-optimized-out.c.
3328
d7154a8d
JV
33292018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3330
3331 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3332 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3333
232a0032
TV
33342018-07-20 Tom de Vries <tdevries@suse.de>
3335
3336 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3337 NOCLONE macro.
3338 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3339
fbb1d502
TV
33402018-07-19 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3343 regular expression.
3344
42dc7699
TV
33452018-07-18 Tom de Vries <tdevries@suse.de>
3346
3347 * gdb.base/vla-optimized-out.c: New test.
3348 * gdb.base/vla-optimized-out.exp: New file.
3349
7f1f7e23
SDJ
33502018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3351
3352 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3353 message "No address associated with hostname" when gdbserver
3354 cannot resolve the hostname.
3355
5759ebb3
PW
33562018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3357
3358 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3359 Add some test prefixes to make tests unique.
3360
3606ccab
PW
33612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3362
3363 * gdb.base/frameapply.c: New file.
3364 * gdb.base/frameapply.exp: New file.
3365
529c08b2
PW
33662018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3367
3368 * gdb.base/skip.exp: Update expected error message.
3369
c7ab0aef
SDJ
33702018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3371 Jan Kratochvil <jan.kratochvil@redhat.com>
3372 Paul Fertser <fercerpav@gmail.com>
3373 Tsutomu Seki <sekiriki@gmail.com>
3374
3375 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3376 parameter.
3377 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3378 by default.
3379 * boards/native-gdbserver.exp: Likewise.
3380 * gdb.server/run-without-local-binary.exp: Improve regexp used
3381 for detecting when a remote debugging connection succeeds.
3382 * gdb.server/server-connect.exp: New file.
3383 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3384 Do not prefix the port number with ":".
3385 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3386 support for detecting and using it. Add '$debughost_gdbserver'
3387 to the list of arguments used to start gdbserver. Handle case
3388 when gdbserver cannot resolve a network name.
3389
16ff70dd
SDJ
33902018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3391
3392 PR c++/23373
3393 * gdb.base/ptype-offsets.cc (struct static_member): New
3394 struct.
3395 (main) <stmember>: New variable.
3396 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3397 with a static member in it.
3398
3541979f
AB
33992018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3402 watchpoints enabled and disabled.
3403
c8ad9b9a
AB
34042018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3405
3406 * gdb.base/examine-backward.exp: Still run tests around address
3407 0x0, even if address 0x0 is not readable. Update the pattern for
3408 matching address 0x0 in expected output.
3409
e0e5e971
AB
34102018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3411
3412 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3413 malloc/free.
3414
1ea5da02
TV
34152018-07-04 Tom de Vries <tdevries@suse.de>
3416
3417 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3418
471b9d15
MR
34192018-07-02 Maciej W. Rozycki <macro@mips.com>
3420
3421 PR tdep/8282
3422 * gdb.arch/mips-disassembler-options.exp: New test.
3423 * gdb.arch/mips-disassembler-options.s: New test source.
3424
75acb486
PA
34252018-06-29 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.threads/names.exp: Adjust expected "info threads" output.
3428
cd2bb709
PA
34292018-06-29 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.opt/inline-break.exp (line number, address): Add "info
3432 break" tests.
3433
991ff292
PA
34342018-06-29 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3437 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3438 number and address and running to them.
3439
356819b6 34402018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3441
3442 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3443
2512d7ef
JK
34442018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3445
3446 * lib/compiler.c: Remove executable permission flag.
3447
be1b6474
RB
34482018-06-28 Richard Bunt <richard.bunt@arm.com>
3449
3450 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3451 code.
3452 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3453
291f9a96
PT
34542018-06-28 Petr Tesarik <ptesarik@suse.cz>
3455
3456 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3457
ed6dfe51
PT
34582018-06-28 Petr Tesarik <ptesarik@suse.cz>
3459
3460 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3461 address argument is omitted.
3462
d4d429d5
PT
34632018-06-28 Petr Tesarik <ptesarik@suse.cz>
3464
3465 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3466
7ab6656f
OJ
34672018-06-27 Omair Javaid <omair.javaid@linaro.org>
3468
3469 PR gdb/21695
3470 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3471 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3472
a33ccfc7
TT
34732018-06-26 Tom Tromey <tom@tromey.com>
3474
3475 PR rust/22574:
3476 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3477 * gdb.rust/simple.rs (struct SimpleLayout): New.
3478
6d72d289
SM
34792018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3482 "info registers" output.
3483
8363f9d5
RB
34842018-06-21 Richard Bunt <richard.bunt@arm.com>
3485
3486 * gdb.base/watchpoint-hw-attach.c: New test.
3487 * gdb.base/watchpoint-hw-attach.exp: New file.
3488
f00674fe
SM
34892018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3490
3491 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3492 through /bin/sh.
3493 * boards/dwarf4-gdb-index.exp: Likewise.
3494 * boards/fission-dwp.exp: Likewise.
3495
1d554008
UW
34962018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3497
3498 * gdb.base/float128.exp: Add comment and improved fail message
3499 to the failure case of "print large128" test.
3500
d0ac1c44
SM
35012018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3502
3503 * configure.ac: Remove AC_PREREQ.
3504 * configure: Re-generate.
3505
61b04dd0
PA
35062018-06-19 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3509 (func_extern_caller): New.
3510 (main): Call func_extern_caller.
3511 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3512 logic change.
3513
f63b508a
SM
35142018-06-18 Weimin Pan <weimin.pan@oracle.com>
3515
3516 PR gdb/16841
3517 * gdb.cp/typedef-base.cc: New file.
3518 * gdb.cp/typedef-base.exp: New file.
3519
0fe3a558
TV
35202018-06-18 Tom de Vries <tdevries@suse.de>
3521
3522 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3523
7010835a
AB
35242018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3525 Richard Bunt <Richard.Bunt@arm.com>
3526
3527 * gdb.threads/attach-slow-waitpid.c: New file.
3528 * gdb.threads/attach-slow-waitpid.exp: New file.
3529 * gdb.threads/slow-waitpid.c: New file.
3530
14897d65
PA
35312018-06-14 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/fork-running-state.c: Include <errno.h>.
3534 (exit_if_relative_exits): New.
3535 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3536 exits.
3537 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3538 child exits.
3539
5d9a0608
TV
35402018-06-14 Tom de Vries <tdevries@suse.de>
3541
3542 PR cli/22573
3543 * gdb.base/finish-pretty.c: New test.
3544 * gdb.base/finish-pretty.exp: New file.
3545
11ae5818
PA
35462018-06-14 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3549 gdb's expected startup output.
3550
1d39de44
PA
35512018-06-14 Pedro Alves <palves@redhat.com>
3552
3553 * lib/selftest-support.exp (selftest_setup): Remove inlined
3554 function handling.
3555
70ee0000
TV
35562018-06-14 Tom de Vries <tdevries@suse.de>
3557
3558 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3559 matching of breakpoint printing.
3560
11f4b608
TV
35612018-06-13 Tom de Vries <tdevries@suse.de>
3562
3563 PR testsuite/23269
3564 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3565 (fork_child): ... here, and ...
3566 (fork_parent): ... here.
3567
35682018-06-12 Tom de Vries <tdevries@suse.de>
3569
3570 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3571
9516f85a
AB
35722018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3573 Stephen Roberts <stephen.roberts@arm.com>
3574
3575 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3576 rewrite test to describe action performed, rather than possible
3577 failure.
3578
5045b3d7
GB
35792018-06-08 Gary Benson <gbenson@redhat.com>
3580
3581 * gdb.threads/check-libthread-db.exp: New file.
3582 * gdb.threads/check-libthread-db.c: Likewise.
3583
c61b06a1
TT
35842018-06-05 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.base/default.exp: Update expected "show version" output.
3587
eb6af809
TT
35882018-06-05 Tom Tromey <tom@tromey.com>
3589
3590 PR cli/12326:
3591 * gdb.cp/static-print-quit.exp: Update.
3592 * lib/gdb.exp (pagination_prompt): Update.
3593 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3594 * gdb.python/python.exp: Update.
3595
178d6a63
JB
35962018-06-04 Joel Brobecker <brobecker@adacore.com>
3597
3598 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3599
8e817061
JB
36002018-06-01 Joel Brobecker <brobecker@adacore.com>
3601
3602 * gdb.ada/bp_fun_addr: New testcase.
3603
e86ca25f
TT
36042018-06-01 Tom Tromey <tom@tromey.com>
3605
3606 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3607 results.
3608 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3609 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3610 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3611 * gdb.base/maint.exp (maint_pass_if): Update.
3612
4b2dfa9d
MR
36132018-05-31 Maciej W. Rozycki <macro@mips.com>
3614
3615 * gdb.base/endian.exp: New test.
3616 * gdb.base/endian.c: New test source.
3617
45f25d6c
AB
36182018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3619
3620 PR gdb/23203
3621 * gdb.base/bt-selected-frame.c: New file.
3622 * gdb.base/bt-selected-frame.exp: New file.
3623 * lib/gdb.exp (get_current_frame_number): New function.
3624
d9f6d7f8
MR
36252018-05-24 Maciej W. Rozycki <macro@mips.com>
3626 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.threads/tls-core.c: Include <stdlib.h>
3629 (thread_proc): Call `abort'.
3630 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3631 (tls_core_test): New procedure, bits factored out from ...
3632 (top level): ... here. Test both native cores and gcore cores.
3633
ff1cf532
TT
36342018-05-23 Tom Tromey <tom@tromey.com>
3635
3636 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3637
b98664d3
TT
36382018-05-23 Tom Tromey <tom@tromey.com>
3639
3640 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3641 symfile_complaints.
3642 (test_short_complaints): Likewise.
3643 (test_empty_complaints): Likewise.
3644 (test_initial_complaints): Update.
3645
4e9668d0
TT
36462018-05-23 Tom Tromey <tom@tromey.com>
3647
3648 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3649
43ba33c7
TT
36502018-05-23 Tom Tromey <tom@tromey.com>
3651
3652 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3653 (test_short_complaints): Update.
3654
035522c0
PA
36552018-05-22 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.base/remote.exp: Only gdb_start after compiling the
3658 testcase. Issue "disconnect" before testing "set remote" command
3659 defaults. Issue clean_restart before running to main.
3660
cc0be08f
PA
36612018-05-22 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.base/remote.exp: Adjust expected output of "show remote
3664 memory-write-packet-size". Add tests for "set remote
3665 memory-write-packet-size 0" and "set remote
3666 memory-write-packet-size fixed/limit".
3667
b1b60145
PA
36682018-05-22 Pedro Alves <palves@redhat.com>
3669
3670 PR gdb/22973
3671 * gdb.base/utf8-identifiers.c: New file.
3672 * gdb.base/utf8-identifiers.exp: New file.
3673
0ec848ad
PFC
36742018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3675
3676 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3677
2c3305f6
PFC
36782018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3679
3680 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3681
ce1e8424
TT
36822018-05-18 Tom Tromey <tom@tromey.com>
3683
3684 * gdb.base/ptype-offsets.exp: Update.
3685
ddfe970e
KS
36862018-05-17 Keith Seitz <keiths@redhat.com>
3687
3688 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3689 in expected breakpoint stop locations.
3690 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3691 move to proper scope to test variable values.
3692 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3693 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3694 New functions.
3695 (main): Call not_inline_func3.
3696 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3697 inline_func1, inline_func2, and inline_func3. Test that when each
3698 breakpoint is hit, GDB properly reports both the stop location
3699 and the backtrace. Repeat tests for temporary breakpoints.
3700
0726fcc6
MR
37012018-05-15 Maciej W. Rozycki <macro@mips.com>
3702
3703 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3704 rather then trying to access it in determining whether the PID
3705 of `gdbserver' could have been retrieved.
3706
8ee22052
AB
37072018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3708
3709 * gdb.arch/amd64-init-x87-values.S: New file.
3710 * gdb.arch/amd64-init-x87-values.exp: New file.
3711
7785df48
JK
37122018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3713
3714 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3715
56bcdbea
TT
37162018-05-04 Tom Tromey <tom@tromey.com>
3717
3718 PR python/22730:
3719 * gdb.python/python.exp: Test multi-line execute.
3720
a913fffb
TT
37212018-05-04 Tom Tromey <tom@tromey.com>
3722
3723 PR python/22731:
3724 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3725
7a2c85f2
TT
37262018-05-04 Tom Tromey <tom@tromey.com>
3727
3728 PR gdb/11750:
3729 * gdb.base/define.exp: Test defining a user command inside a user
3730 command.
3731 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3732
a3b60e45
JK
37332018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3734 Pedro Alves <palves@redhat.com>
3735
3736 PR breakpoints/19806 and support for PR external/20207.
3737 * gdb.base/watchpoint-unaligned.c: New file.
3738 * gdb.base/watchpoint-unaligned.exp: New file.
3739
45fe4a03
AB
37402018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3741
3742 * gdb.base/maint.exp: Make test names unique, use
3743 test_prefix_command_help to test 'help maint info', and remove
3744 repeated test of 'help maint'.
3745
9be2ae8f
TT
37462018-05-04 Tom Tromey <tom@tromey.com>
3747
3748 PR gdb/22619:
3749 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3750 behavior.
3751
11859c31
AB
37522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3753
3754 * gdb.base/maint.exp: Process output from 'maint print registers'
3755 line at a time.
3756
089a9490
AB
37572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3758
3759 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3760 timeout.
3761
9b0797e2
AB
37622018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3763
3764 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3765 filter pattern.
3766
f6ac5f3d
PA
37672018-05-02 Pedro Alves <palves@redhat.com>
3768
3769 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3770 to_log_command renames.
3771 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3772
77d3c63b
TT
37732018-05-02 Tom Tromey <tom@tromey.com>
3774
3775 * gdb.python/py-parameter.exp: Set test message.
3776
0489430a
TT
37772018-05-02 Tom Tromey <tom@tromey.com>
3778
3779 PR python/20084:
3780 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3781 PARAM_ZUINTEGER_UNLIMITED tests.
3782
1632f8ba
DR
37832018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3784
3785 PR rust/23124
3786 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3787 when casting.
3788
6d7bb824
TT
37892018-04-30 Tom Tromey <tom@tromey.com>
3790
3791 * gdb.python/py-type.exp: Check align attribute.
3792 * gdb.python/py-type.c: New "aligncheck" global.
3793
007e1530
TT
37942018-04-30 Tom Tromey <tom@tromey.com>
3795
3796 PR exp/17095:
3797 * gdb.dwarf2/dw2-align.exp: New file.
3798 * gdb.cp/align.exp: New file.
3799 * gdb.base/align.exp: New file.
3800 * lib/gdb.exp (gdb_int128_helper): New proc.
3801 (has_int128_c, has_int128_cxx): New caching procs.
3802
6873858b
TT
38032018-04-27 Tom Tromey <tom@tromey.com>
3804
3805 PR rust/22545:
3806 * gdb.rust/simple.exp: Add inclusive range tests.
3807
79188d8d
PA
38082018-04-26 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3811 ifunc breakpoint locations correctly of ifunc breakpoints set
3812 while the program resolves the ifunc.
3813
c7075ad5
PA
38142018-04-26 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/gnu-ifunc-final.c: New file.
3817 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3818 * gdb.base/gnu-ifunc.exp (executable): Delete.
3819 (staticexecutable): Adjust.
3820 (lib_opts, exec_opts): Delete.
3821 (make_binsuffix, build, set-break): New procedures.
3822 (misc_tests): New, with tests factored out from the top level.
3823 (top level): Test different combinations of ifunc resolver name,
3824 resolver with and with debug info, and ifunc target with and
3825 without debug info. Wrap static tests with with_target_prefix.
3826
8388016d
PA
38272018-04-26 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3830 return type" warnings.
3831
249b5733
PA
38322018-04-25 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3835 killed".
3836 * gdb.base/kill-after-signal.exp: Likewise.
3837 * gdb.threads/kill.exp: Likewise.
3838
f67c0c91
SDJ
38392018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3840 Sergio Durigan Junior <sergiodj@redhat.com>
3841 Pedro Alves <palves@redhat.com>
3842
3843 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3844 regexps to expect for '[Inferior ... detached]' as well.
3845 * gdb.base/attach.exp: Likewise.
3846 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3847 "gdb_continue_to_end".
3848 (test_catch_syscall_with_wrong_args): Likewise.
3849 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3850 ']'. Don't set 'verbose' on.
3851 * gdb.base/foll-vfork.exp: Likewise.
3852 * gdb.base/fork-print-inferior-events.c: New file.
3853 * gdb.base/fork-print-inferior-events.exp: New file.
3854 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3855 '[Inferior ... has been killed]' message.
3856 * gdb.base/kill-after-signal.exp: Likewise.
3857 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3858 detach message.
3859 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3860 message.
3861 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3862 regexps to expect for '[Inferior ... detached]' as well.
3863 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3864
0a8ddac4
SM
38652018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3866
3867 PR gdb/23104
3868 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3869
d27d16bf
RB
38702018-04-19 Richard Bunt <richard.bunt@arm.com>
3871
3872 * gdb.threads/multiple-successive-infcall.c: New test.
3873 * gdb.threads/multiple-successive-infcall.exp: New file.
3874
a037790e
TT
38752018-04-17 Tom Tromey <tom@tromey.com>
3876
3877 * gdb.rust/simple.rs (Union): New type.
3878 (main): New local "u".
3879 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3880
e3a91079
AA
38812018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3882
3883 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3884 number information in output of "whereis" command.
3885 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3886
b744723f
AA
38872018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3888
3889 * gdb.ada/info_types.exp: Adjust expected output to the line
3890 numbers now printed by "info var/func/type".
3891 * gdb.base/completion.exp: Likewise.
3892 * gdb.base/included.exp: Likewise.
3893 * gdb.cp/cp-relocate.exp: Likewise.
3894 * gdb.cp/cplusfuncs.exp: Likewise.
3895 * gdb.cp/namespace.exp: Likewise.
3896 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3897
4a4495d6
MM
38982018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3899
3900 * gdb.btrace/cpu.exp: New.
3901
1d509aa6
MM
39022018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3903
3904 * gdb.base/step-indirect-call-thunk.exp: New.
3905 * gdb.base/step-indirect-call-thunk.c: New.
3906 * gdb.reverse/step-indirect-call-thunk.exp: New.
3907 * gdb.reverse/step-indirect-call-thunk.c: New.
3908
6295b6da
SM
39092018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3910
3911 * gdb.base/pie-fork.c: New file.
3912 * gdb.base/pie-fork.exp: New file.
3913
50146e70
TT
39142018-04-11 Tom Tromey <tom@tromey.com>
3915
3916 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3917
f50d8a2e
PA
39182018-04-10 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3921 exits. Instead loop running forever.
3922 (fork_parent): Run forever too.
3923
a0be7a36
SM
39242018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3925
3926 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3927 mi_continue_to_line.
3928 * gdb.mi/mi-stack.c (callee4): Add comment.
3929
9b73db36
SM
39302018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3931
3932 * gdb.mi/mi-stack.exp: Fix indentation.
3933
c912f608
SM
39342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3935
3936 PR gdb/22979
3937 * gdb.arch/amd64-osabi.exp: New file.
3938
26540402
SM
39392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3940
3941 PR gdb/22980
3942 * gdb.base/osabi.exp: New file.
3943
121ad66c 39442018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3945
3946 * gdb.cp/static-typedef-print.exp: New file.
3947 * gdb.cp/static-typedef-print.cc: New file.
3948
3fcded8f
JB
39492018-03-27 Joel Brobecker <brobecker@adacore.com>
3950
3951 * gdb.ada/varsize_limit: New testcase.
3952
59cc4834
JB
39532018-03-27 Joel Brobecker <brobecker@adacore.com>
3954
3955 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3956
3957 * gdb.ada/notcplusplus: New testcase.
3958
3959 * gdb.base/c-linkage-name.c: New file.
3960 * gdb.base/c-linkage-name.exp: New testcase.
3961
4ca59a9f
TT
39622018-03-26 Tom Tromey <tom@tromey.com>
3963
3964 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3965 * gdb.python/py-framefilter.py (name_error): New global.
3966 (ErrorInName.function): Use name_error.
3967
978d6c75
TT
39682018-03-26 Tom Tromey <tom@tromey.com>
3969
3970 PR backtrace/15582:
3971 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3972
b7fee5a3
KS
39732018-03-23 Keith Seitz <keiths@redhat.com>
3974
3975 PR c++/22968
3976 * gdb.cp/subtypes.exp: New file.
3977 * gdb.cp/subtypes.h: New file.
3978 * gdb.cp/subtypes.cc: New file.
3979 * gdb.cp/subtypes-2.cc: New file.
3980
376be529
AB
39812018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3984 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3985 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3986 -nostartfiles when compiling the test. Confirm that all registers
3987 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3988
066cfa98
AB
39892018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3990
3991 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3992 option, syntax was wrong anyway.
3993 * gdb.arch/arm-disp-step.exp: Likewise.
3994 * gdb.arch/sparc64-regs.exp: Likewise.
3995 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3996 option, syntax was wrong anyway, switch to use
3997 prepare_for_testing.
3998 * gdb.arch/i386-disp-step.exp: Likewise.
3999
079670b9
AA
40002018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4001
4002 * gdb.ada/exec_changed.exp: Replace "target_info exists
4003 use_gdb_stub" by "use_gdb_stub".
4004 * gdb.ada/start.exp: Likewise.
4005 * gdb.base/async-shell.exp: Likewise.
4006 * gdb.base/attach-pie-misread.exp: Likewise.
4007 * gdb.base/attach-wait-input.exp: Likewise.
4008 * gdb.base/break-entry.exp: Likewise.
4009 * gdb.base/break-interp.exp: Likewise.
4010 * gdb.base/dprintf-detach.exp: Likewise.
4011 * gdb.base/nostdlib.exp: Likewise.
4012 * gdb.base/solib-nodir.exp: Likewise.
4013 * gdb.base/statistics.exp: Likewise.
4014 * gdb.base/testenv.exp: Likewise.
4015 * gdb.mi/mi-exec-run.exp: Likewise.
4016 * gdb.mi/mi-start.exp: Likewise.
4017 * gdb.multi/dummy-frame-restore.exp: Likewise.
4018 * gdb.multi/multi-arch-exec.exp: Likewise.
4019 * gdb.multi/multi-arch.exp: Likewise.
4020 * gdb.multi/tids.exp: Likewise.
4021 * gdb.multi/watchpoint-multi.exp: Likewise.
4022 * gdb.python/py-events.exp: Likewise.
4023 * gdb.threads/attach-into-signal.exp: Likewise.
4024 * gdb.threads/attach-stopped.exp: Likewise.
4025 * gdb.threads/threadapply.exp: Likewise.
4026 * lib/selftest-support.exp: Likewise.
4027
26d6cec4
AA
40282018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4029
4030 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4031
4ee89e90
SR
40322018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4033
4034 * gdb.perf/template-breakpoints.cc: New file.
4035 * gdb.perf/template-breakpoints.exp: New file.
4036 * gdb.perf/template-breakpoints.py: New file.
4037
92630041
TT
40382018-03-19 Tom Tromey <tom@tromey.com>
4039
4040 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4041 y0.
4042 * gdb.rust/simple.exp: Test bare identifier form of struct
4043 initializer.
4044
76727919
TT
40452018-03-19 Tom Tromey <tom@tromey.com>
4046
4047 * gdb.gdb/observer.exp: Remove.
4048
194ed413
AA
40492018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4050
4051 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4052 "qualified" option when setting breakpoints.
4053 * gdb.trace/backtrace.exp: Likewise.
4054 * gdb.trace/circ.exp: Likewise.
4055 * gdb.trace/collection.exp: Likewise.
4056 * gdb.trace/disconnected-tracing.exp: Likewise.
4057 * gdb.trace/ftrace-lock.exp: Likewise.
4058 * gdb.trace/ftrace.exp: Likewise.
4059 * gdb.trace/infotrace.exp: Likewise.
4060 * gdb.trace/packetlen.exp: Likewise.
4061 * gdb.trace/passc-dyn.exp: Likewise.
4062 * gdb.trace/qtro.exp: Likewise.
4063 * gdb.trace/read-memory.exp: Likewise.
4064 * gdb.trace/report.exp: Likewise.
4065 * gdb.trace/signal.exp: Likewise.
4066 * gdb.trace/status-stop.exp: Likewise.
4067 * gdb.trace/strace.exp: Likewise.
4068 * gdb.trace/tfind.exp: Likewise.
4069 * gdb.trace/trace-break.exp: Likewise.
4070 * gdb.trace/trace-condition.exp: Likewise.
4071 * gdb.trace/trace-mt.exp: Likewise.
4072 * gdb.trace/tstatus.exp: Likewise.
4073 * gdb.trace/tsv.exp: Likewise.
4074 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4075 * gdb.trace/unavailable.exp: Likewise.
4076 * gdb.trace/while-dyn.exp: Likewise.
4077
8b067d2c
AA
40782018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4079
4080 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4081 that libinproctrace is copied to the target.
4082
3ae9ce5d
TT
40832018-03-14 Tom Tromey <tom@tromey.com>
4084
4085 PR cli/14977:
4086 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4087 a null pointer.
4088 * gdb.base/wchar.exp: Likewise.
4089
b8c2339b
TT
40902018-03-14 Tom Tromey <tom@tromey.com>
4091
4092 PR cli/19918:
4093 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4094 flag.
4095
4872dc46
SM
40962018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4097
4098 PR gdb/22841
4099 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4100 "target" to remote_exec.
4101
e4fe3756
SM
41022018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4103
4104 PR gdb/22841
4105 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4106 ${board}_upload): Remove.
4107
e95a97d4
AA
41082018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4109
4110 * gdb.cp/watch-cp.cc: New test.
4111 * gdb.cp/watch-cp.exp: New file.
4112
dbbb1059
AB
41132018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * gdb.base/infcall-nested-structs.exp: New file.
4116 * gdb.base/infcall-nested-structs.c: New file.
4117 * gdb.base/float.exp: Add riscv support.
4118
ecc054c0
TP
41192018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4120
4121 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4122 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4123
25e3c82c
SDJ
41242018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4125
4126 * gdb.server/abspath.exp: New file.
4127 * lib/gdb.exp (with_cwd): New procedure.
4128
3083294d
SM
41292018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4132 use it.
4133 (gdb_is_target_remote_prompt): New proc.
4134 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4135 (gdb_is_target_native): Pass prompt parameter to
4136 gdb_is_target_1.
4137
3275ef47
SM
41382018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4139
4140 * gdb.base/load-command.c: New file.
4141 * gdb.base/load-command.exp: New file.
4142 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4143 (gdb_is_target_1): ...this, and generalize for other targets
4144 than just remote.
4145 (gdb_is_target_remote): Use gdb_is_target_1.
4146 (gdb_is_target_native): use gdb_is_target_1.
4147
6893c19a
TT
41482018-02-26 Tom Tromey <tom@tromey.com>
4149
4150 PR python/16497:
4151 * gdb.python/py-framefilter.exp: Update test.
4152
2ddeaf8a
TT
41532018-02-26 Tom Tromey <tom@tromey.com>
4154
4155 * gdb.dwarf2/variant.c: New file.
4156 * gdb.dwarf2/variant.exp: New file.
4157
c9317f21
TT
41582018-02-26 Tom Tromey <tom@tromey.com>
4159
4160 * gdb.rust/simple.exp: Accept more possible results in enum test.
4161
6f6d0c26
SM
41622018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4163
4164 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4165 parentheses.
4166
11b03145
MR
41672018-02-23 Maciej W. Rozycki <macro@mips.com>
4168
4169 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4170 name of a variable: $actual_linejj -> $actual_line.
4171
54a27fe5
JB
41722018-02-21 John Baldwin <jhb@FreeBSD.org>
4173
4174 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4175
de65820c
MM
41762018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4177
4178 * gdb.btrace/buffer-size.exp: Do not force BTS.
4179
980548fd
PA
41802018-02-14 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4183 getting a "Quit".
4184
c4e12631
MM
41852018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4186
4187 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4188 Fix test name.
4189
c2e0e465
SM
41902018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4191
4192 * gdb.cp/m-static.exp: Check type of optimized out static
4193 member.
4194
f7216783
AB
41952018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4196
4197 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4198 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4199
0625771b
LS
42002018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4201 Leszek Swirski <leszeks@google.com>
4202
4203 * gdb.python/py-prettyprint.c
4204 (struct to_string_returns_value_inner,
4205 struct to_string_returns_value_wrapper): New.
4206 (main): Add tsrvw variable.
4207 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4208 ToStringReturnsValueWrapper): New classes.
4209 (register_pretty_printers): Register new pretty-printers.
4210 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4211 recursive pretty printer.
4212 * gdb.python/py-mi.exp: Likewise.
4213
59498c30
LS
42142018-02-01 Leszek Swirski <leszeks@google.com>
4215
4216 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4217 functions with the same name as an include file are parsed
4218 correctly.
4219
d4d38844
YQ
42202018-02-01 Yao Qi <yao.qi@linaro.org>
4221
4222 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4223 "\[^\r\n\]*".
4224
07e5f5cf
NP
42252018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4226
4227 * gdb.arch/powerpc-prologue-frame.s: New file.
4228 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4229 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4230
929b5ad4
JB
42312018-01-31 Joel Brobecker <brobecker@adacore.com>
4232
4233 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4234
e671cd59
PA
42352018-01-30 Pedro Alves <palves@redhat.com>
4236
4237 PR gdb/13211
4238 * gdb.base/interrupt-daemon.c: New.
4239 * gdb.base/interrupt-daemon.exp: New.
4240 * gdb.multi/multi-term-settings.c: New.
4241 * gdb.multi/multi-term-settings.exp: New.
4242
fc413dc4
JB
42432018-01-30 Joel Brobecker <brobecker@adacore.com>
4244
4245 * gdb.base/break.exp: Save the location where the breakpoint
4246 on break.c:47 was actually inserted when debugging the version
4247 compiled at -O2 and use it in the expected output of the "info
4248 break" test performed soon after.
4249
5c319bb2
PA
42502018-01-22 Pedro Alves <palves@redhat.com>
4251 Sergio Durigan Junior <sergiodj@redhat.com>
4252
4253 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4254 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4255
a9e40818
JB
42562018-01-22 Joel Brobecker <brobecker@adacore.com>
4257
4258 * gdb.base/break-include.c, gdb.base/break-include.inc,
4259 gdb.base/break-include.exp: New files.
4260 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4261 line number now being the actual line number where the breakpoint
4262 was inserted.
4263 * gdb.mi/mi-break.exp: Likewise.
4264 * gdb.mi/mi-reverse.exp: Likewise.
4265 * gdb.mi/mi-simplerun.exp: Ditto.
4266
e707fc44
AB
42672018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4270 varobj.
4271 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4272
ae451627
AB
42732018-01-21 Don Breazeal <donb@codesourcery.com>
4274 Andrew Burgess <andrew.burgess@embecosm.com>
4275
4276 * gdb.mi/basics.c: Add new global.
4277 * gdb.mi/mi-frame-regs.exp: New file.
4278 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4279 case.
4280
b1b189e0
AB
42812018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4284 non-parameter, and on an unknown symbol.
4285
fcfcc376
TT
42862018-01-19 Tom Tromey <tom@tromey.com>
4287
4288 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4289 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4290
634c1c31
AA
42912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4292
4293 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4294 setrlimit and chdir to int.
4295
d6ad07fd
AA
42962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4297
4298 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4299 function.
4300 (my_tend): Likewise.
4301 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4302 rationale of avoiding FP- and vector instructions.
4303
adf8243b
RK
43042018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4305
4306 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4307 "info reg" with "\[ \t\]*".
4308 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4309 "\[ \t\]+".
4310 * gdb.arch/s390-multiarch.exp: Ditto.
4311 * gdb.base/pc-fp.exp: Ditto.
4312 * gdb.reverse/i386-precsave.exp: Ditto.
4313 * gdb.reverse/i386-reverse.exp: Ditto.
4314 * gdb.reverse/i387-env-reverse.exp: Ditto.
4315 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4316
dcc06925
AA
43172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4318
4319 * lib/gdb.exp (gdb_compile): Re-enable use of
4320 universal_compile_options for languages other than Rust.
4321
25d4fd80
AA
43222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4323
4324 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4325
ee7f689e 43262018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4327
4328 PR gdb/16577
4329 * gdb.base/solib-vanish.exp: New.
4330 * gdb.base/solib-vanish-main.c: New.
4331 * gdb.base/solib-vanish-lib1.c: New.
4332 * gdb.base/solib-vanish-lib2.c: New.
4333
d8447b6b
YQ
43342018-01-17 Yao Qi <yao.qi@linaro.org>
4335
4336 * gdb.compile/compile.exp: Match the address printed for
4337 frame in the output of command "bt".
4338
86d6a90c
TT
43392018-01-15 Tom Tromey <tom@tromey.com>
4340
4341 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4342 compute sp_reg.
4343
cbcdb1aa
AB
43442018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4347 to prepare.
4348 (prepare): Return 0 on error, 1 on success.
4349
eea61984
PA
43502018-01-12 Pedro Alves <palves@redhat.com>
4351
4352 * gdb.base/continue-after-aborted-step-over.c: New.
4353 * gdb.base/continue-after-aborted-step-over.exp: New.
4354
6181e9c2
SM
43552018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4356
4357 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4358 options when not creating an executable.
4359
3cada740
PA
43602018-01-11 Pedro Alves <palves@redhat.com>
4361
4362 PR remote/22597
4363 * gdb.server/stop-reply-no-thread.c: New file.
4364 * gdb.server/stop-reply-no-thread.exp: New file.
4365
c63d3e8d
PA
43662018-01-10 Pedro Alves <palves@redhat.com>
4367
4368 PR gdb/22670
4369 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4370 functions too. Test setting breakpoints and printing C functions
4371 with no debug info too.
4372 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4373
d4c2a405
PA
43742018-01-10 Pedro Alves <palves@redhat.com>
4375
4376 PR gdb/22670
4377 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4378 a fail.
4379
8825213e
PA
43802018-01-10 Pedro Alves <palves@redhat.com>
4381
4382 PR gdb/22670
4383 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4384
605fd3c6
YQ
43852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4386
4387 * gdb.server/unittest.exp: Match the output in non-development
4388 mode.
4389
1e5ded6c
YQ
43902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4391
4392 * gdb.gdb/unittest.exp: Match output in non-development mode.
4393
30066b0b
JB
43942018-01-08 Joel Brobecker <brobecker@adacore.com>
4395
4396 * gdb.ada/access_tagged_param.exp: Relax expected output
4397 for value of "ObjL" in "continue" to pck.inspect breakpoint
4398 test.
4399
04bafb1e
XR
44002018-01-08 Joel Brobecker <brobecker@adacore.com>
4401
9f86398b
JB
4402 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4403 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4404
e379cee6
PA
44052018-01-05 Pedro Alves <palves@redhat.com>
4406
4407 PR gdb/18653
4408 * gdb.base/libsegfault.exp: New.
4409
de63c46b
PA
44102018-01-05 Joel Brobecker <brobecker@adacore.com>
4411
4412 PR gdb/22670
4413 * gdb.ada/access_tagged_param.exp: New file.
4414 * gdb.ada/access_tagged_param/foo.adb: New file.
4415
f98fc17b
PA
44162018-01-05 Pedro Alves <palves@redhat.com>
4417
4418 PR gdb/22670
4419 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4420 exercise lower case too, and to exercise both full matching and
4421 wild matching.
4422
342f8240
JB
44232018-01-05 Joel Brobecker <brobecker@adacore.com>
4424
4425 * gdb.ada/rename_subscript_param: New testcase.
4426
7150d33c
JG
44272018-01-05 Jerome Guitton <guitton@adacore.com>
4428
4429 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4430
cc0e770c
JB
44312018-01-05 Joel Brobecker <brobecker@adacore.com>
4432
4433 * gdb.ada/convvar_comp: New testcase.
4434
672a41aa 44352018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4436
4437 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4438 (My_Table): New global variable.
4439 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4440
7365ec2f
JB
44412018-01-04 Joel Brobecker <brobecker@adacore.com>
4442
4443 PR gdb/22670
4444 * gdb.ada/maint_with_ada: New testcase.
4445
289483b6
JB
44462018-01-04 Joel Brobecker <brobecker@adacore.com>
4447
4448 PR gdb/22670
4449 * gdb.ada/bp_c_mixed_case: New testcase.
4450
344420da
JB
44512018-01-04 Joel Brobecker <brobecker@adacore.com>
4452
4453 PR gdb/22670
4454 * gdb.ada/complete.exp: Add "complete break ada" test.
4455
66fc87a0
JB
44562018-01-04 Joel Brobecker <brobecker@adacore.com>
4457
4458 PR gdb/22670
4459 * gdb.ada/info_addr_mixed_case: New testcase.
4460
9f757bf7
XR
44612018-01-03 Xavier Roirand <roirand@adacore.com>
4462
4463 * gdb.ada/excep_handle.exp: New testcase.
4464 * gdb.ada/excep_handle/foo.adb: New file.
4465 * gdb.ada/excep_handle/pck.ads: New file.
4466
bd570f80
JB
44672018-01-03 Joel Brobecker <brobecker@adacore.com>
4468
4469 * gdb.base/step-line.c: Add extra empty line in copyright header.
4470 * gdb.base/step-line.inp: Likewise.
4471
9fe561ab
JB
44722018-01-02 Joel Brobecker <brobecker@adacore.com>
4473
4474 * gdb.ada/dyn_stride.exp: Add slice test.
4475
a405673c
JB
44762018-01-02 Joel Brobecker <brobecker@adacore.com>
4477
4478 * gdb.ada/dyn_stride: New testcase.
4479
cef0f868
SH
44802017-12-27 Stafford Horne <shorne@gmail.com>
4481
4482 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4483 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4484
b67d92b0
SH
44852017-12-27 Stafford Horne <shorne@gmail.com>
4486
4487 * gdb.base/reggroups.c: New file.
4488 * gdb.base/reggroups.exp: New file.
4489
eccab96d
JB
44902017-12-18 Joel Brobecker <brobecker@adacore.com>
4491
4492 * gdb.dwarf2/ada-valprint-error.c: New file.
4493 * gdb.dwarf2/ada-valprint-error.exp: New file.
4494
0e2da9f0
JB
44952017-12-18 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.ada/assign_arr: New testcase.
4498
cb923fcc
XR
44992017-12-18 Xavier Roirand <roirand@adacore.com>
4500
4501 * gdb.ada/funcall_ptr: New testcase.
4502
7c161838
SDJ
45032017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4504
4505 PR cli/16224
4506 * gdb.base/ptype-offsets.cc: New file.
4507 * gdb.base/ptype-offsets.exp: New file.
4508
1af17fd9
YQ
45092017-12-15 Yao Qi <yao.qi@linaro.org>
4510
4511 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4512 if XML is disabled.
4513
828d5846
XR
45142017-12-15 Xavier Roirand <roirand@adacore.com>
4515
4516 * gdb.ada/same_component_name: New testcase.
4517
79e8fcaa
JB
45182017-12-14 Joel Brobecker <brobecker@adacore.com>
4519
4520 * gdb.ada/str_binop_equal: New testcase.
4521
e05fa6f9
JB
45222017-12-14 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.ada/task_switch_in_core: New testcase.
4525
b89641ba
SM
45262017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4527
4528 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4529 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4530 call test_bkpt_qualified.
4531 (test_bkpt_qualified): New proc.
4532
6892d2e4
PA
45332017-12-13 Pedro Alves <palves@redhat.com>
4534
4535 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4536 Tighten regexp by matching with an anchor.
4537
a22ecf70
PA
45382017-12-13 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4541 ("expression with namespace"): New set of tests.
4542 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4543 (Nested::Test_NS::qux): New.
4544 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4545 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4546
9937536c
JB
45472017-12-13 Joel Brobecker <brobecker@adacore.com>
4548
4549 * gdb.base/server-del-break.c: New file.
4550 * gdb.base/server-del-break.exp: New file.
4551
fe49c6f5
SH
45522017-12-12 Stafford Horne <shorne@gmail.com>
4553
4554 * gdb.xml/tdesc-regs.exp: Add or1k support.
4555
c3d18620
SH
45562017-12-12 Stafford Horne <shorne@gmail.com>
4557
4558 * gdb.base/bp-permanent.c: Define nop of or1k.
4559
c5f9cfc8
JB
45602017-12-11 Joel Brobecker <brobecker@adacore.com>
4561
4562 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4563 output with components being reordered.
4564
a9c135fc
JB
45652017-12-11 Joel Brobecker <brobecker@adacore.com>
4566
4567 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4568 output with components being reordered.
4569
927aa2e7
JK
45702017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4571 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/maint.exp (check for .gdb_index): Check also for
4574 .debug_names.
4575 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4576 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4577 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4578 (.gdb_index used after symbol reloading): Support also .debug_names.
4579 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4580
f17d9474
YQ
45812017-12-08 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4584 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4585
a0de8c21
YQ
45862017-12-08 Yao Qi <yao.qi@linaro.org>
4587
4588 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4589 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4590
a738ea1d
YQ
45912017-12-08 Yao Qi <yao.qi@linaro.org>
4592
4593 * gdb.arch/aarch64-tagged-pointer.c: New file.
4594 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4595
1cd9a73b
SDJ
45962017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4597
4598 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4599 "int".
4600
fa6eb693
KS
46012017-12-07 Keith Seitz <keiths@redhat.com>
4602
4603 PR breakpoints/22569
4604 * gdb.linespec/ls-errs.exp: Change expected result of "break
4605 -source this file has spaces.c -line 3".
4606 Check that an explicit source file followed by whitespace is
4607 identified as an invalid explicit location.
4608
883fd55a
KS
46092017-12-07 Keith Seitz <keiths@redhat.com>
4610
4611 * gdb.cp/nested-types.cc: New file.
4612 * gdb.cp/nested-types.exp: New file.
4613 * lib/cp-support.exp: Load data-structures.exp library.
4614 (debug_cp_test_ptype_class): New global.
4615 (cp_ptype_class_verbose, next_line): New procedures.
4616 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4617 Add and document new return value.
4618 Switch the list of lines to a queue.
4619 Add support for new `type' key for nested type definitions.
4620 Add debugging/troubleshooting messages.
4621 * lib/data-structures.exp: New file.
4622
ec72db3e
SM
46232017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4624
4625 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4626 with proc_with_prefix, don't use with_test_prefix.
4627
99598d71
TT
46282017-12-07 Tom Tromey <tom@tromey.com>
4629
4630 * gdb.base/break.exp: Add test for empty "commands".
4631
a8806230
YQ
46322017-12-07 Yao Qi <yao.qi@linaro.org>
4633
4634 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4635 malloc and catch syscall.
4636
824cc835
PM
46372017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4638
e79be6e5 4639 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4640 tests for explicit locations.
4641
7cc244de
PA
46422017-12-06 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4645 force-disabling XML descriptions.
4646
50a1fdd5
PA
46472017-12-04 Pedro Alves <palves@redhat.com>
4648
4649 PR gdb/22499
4650 * gdb.arch/amd64-disp-step-avx.S: New file.
4651 * gdb.arch/amd64-disp-step-avx.exp: New file.
4652
f0fb2488
PA
46532017-12-03 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4656 and <string.h>.
4657 (parent_function): Print distinct messages when waitpid fails, or
4658 the child exits with a signal, or the child exits for an unhandled
4659 reason.
4660 * gdb.threads/process-dies-while-detaching.exp
4661 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4662 it. Wait for both inferior output and GDB's prompt. Use an
4663 indirect spawn id list.
4664 (do_detach): New parameter 'child_exit'. Use it to compute
4665 expected inferior output.
4666 (test_detach, test_detach_watch, test_detach_killed_outside):
4667 Adjust to pass down the expected child exit kind.
4668
97cbe998
SDJ
46692017-12-01 Joel Brobecker <brobecker@adacore.com>
4670 Sergio Durigan Junior <sergiodj@redhat.com>
4671 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4674
40fc416f
SDJ
46752017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4676
4677 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4678 to 'symbol-file' and 'add-symbol-file' can be
4679 position-independent.
4680
1cc75e92
YQ
46812017-12-01 Yao Qi <yao.qi@linaro.org>
4682
4683 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4684 the URL in copyright header.
4685 * gdb.arch/aarch64-fp.exp: Likewise.
4686 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4687 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4688 * gdb.base/expand-psymtabs.exp: Likewise.
4689 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4690 * gdb.fortran/common-block.exp: Likewise.
4691 * gdb.fortran/common-block.f90: Likewise.
4692 * gdb.fortran/logical.exp: Likewise.
4693 * gdb.fortran/vla-datatypes.f90: Likewise.
4694 * gdb.fortran/vla-sub.f90: Likewise.
4695
875fb7a7
JB
46962017-11-30 Joel Brobecker <brobecker@adacore.com>
4697
4698 * gdb.ada/repeat_dyn: New testcase.
4699
6f14765f
UW
47002017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4701
4702 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4703 Update for changed thread numbering.
4704 * gdb.cell/bt.exp: Update for changed GDB output.
4705
f1af7b94
SM
47062017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4707
4708 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4709 setting isremote by hand.
4710 * boards/dwarf4-gdb-index.exp: Likewise.
4711 * boards/fission.exp: Likewise.
4712 * boards/stabs.exp: Likewise.
4713
e3919f3e
PA
47142017-11-30 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.linespec/cpls-ops.exp
4717 (check_explicit_skips_function_argument): Extract the underlying
4718 type of size_t instead of hardcoding it.
4719
bd69330d
PA
47202017-11-29 Pedro Alves <palves@redhat.com>
4721
4722 PR c++/19436
4723 * gdb.linespec/cpls-abi-tag.cc: New file.
4724 * gdb.linespec/cpls-abi-tag.exp: New file.
4725
a20714ff
PA
47262017-11-29 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/langs.exp: Use -qualified.
4729 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4730 it.
4731 * gdb.cp/namespace.exp: Use -qualified.
4732 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4733 (overload-3, template-overload, template-ret-type, const-overload)
4734 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4735 procedures.
4736 (test_driver): Call them.
4737 * gdb.cp/save-bp-qualified.cc: New.
4738 * gdb.cp/save-bp-qualified.exp: New.
4739 * gdb.linespec/explicit.exp: Test -qualified.
4740 * lib/completion-support.exp (completion::explicit_opts_list): Add
4741 "-qualified".
4742 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4743
f6f1d339
PM
47442017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4745
4746 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4747
02ca603a
TT
47482017-11-29 Tom Tromey <tom@tromey.com>
4749
4750 * gdb.base/relocate.exp: Update invalid argument test.
4751 Add new tests for invalid arguments.
4752
ed6c0bfb
TP
47532017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4754
4755 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4756 Return 0 as a long.
4757 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4758
f106e10e
TP
47592017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4760
4761 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4762 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4763 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4764 func ().
4765 * gdb.cp/shadow.cc (B.func): Return 0.
4766
10329bb2
JB
47672017-11-27 Joel Brobecker <brobecker@adacore.com>
4768
4769 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4770 expected output in gdb_expect call to allow the exception
4771 message to be present as well. Fix syntax confusion to avoid
4772 TCL thinking that exception_name is an array.
4773
617cd4bc
UW
47742017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4775
4776 * gdb.arch/spu-info.c: Include <unistd.h>.
4777 (do_signal_test): Fix broken calls to write.
4778 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4779 Fix checks for empty mailboxes. Update signal tests for corrected
4780 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4781 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4782 * gdb.cell/arch.exp: Use standard_output_file.
4783 * gdb.cell/break.exp: Likewise.
4784 * gdb.cell/bt.exp: Likewise.
4785 * gdb.cell/core.exp: Likewise.
4786 * gdb.cell/dwarfaddr.exp: Likewise.
4787 * gdb.cell/ea-cache.exp: Likewise.
4788 * gdb.cell/ea-standalone.exp: Likewise.
4789 * gdb.cell/f-regs.exp: Likewise.
4790 * gdb.cell/fork.exp: Likewise.
4791 * gdb.cell/gcore.exp: Likewise.
4792 * gdb.cell/mem-access.exp: Likewise.
4793 * gdb.cell/ptype.exp: Likewise.
4794 * gdb.cell/registers.exp: Likewise.
4795 * gdb.cell/sizeof.exp: Likewise.
4796 * gdb.cell/solib-symbol.exp: Likewise.
4797 * gdb.cell/solib.exp: Likewise.
617cd4bc 4798
a81aaca0
PA
47992017-11-25 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/complete-empty.exp: New file.
4802 * gdb.base/completion.exp: Adjust.
4803
6a3c6ee4
PA
48042017-11-25 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.linespec/cpls-ops.cc: New file.
4807 * gdb.linespec/cpls-ops.exp: New file.
4808 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4809 factored out from ...
4810 (test_complete_prefix_range): ... this.
4811
8955eb2d
PA
48122017-11-24 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.linespec/cpcompletion.exp: New file.
4815 * gdb.linespec/cpls-hyphen.cc: New file.
4816 * gdb.linespec/cpls.cc: New file.
4817 * gdb.linespec/cpls2.cc: New file.
4818 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4819 test to use test_gdb_complete_unique. Add label completion,
4820 keyword completion and explicit location completion tests.
4821 * lib/completion-support.exp: New file.
4822
e547c119
JB
48232017-11-24 Joel Brobecker <brobecker@adacore.com>
4824
4825 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4826 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4827 when hitting an exception catchpoint.
4828
7c3c1aa8
YQ
48292017-11-22 Yao Qi <yao.qi@linaro.org>
4830
4831 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4832
41bd68f5
SM
48332017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4834
4835 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4836 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4837 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4838
1daad298
YQ
48392017-11-22 Yao Qi <yao.qi@linaro.org>
4840
4841 * gdb.base/info-os.exp: Pass pthreads.
4842 * gdb.multi/multi-attach.exp: Likewise.
4843
88465e87
YQ
48442017-11-22 Yao Qi <yao.qi@linaro.org>
4845
4846 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4847 compiler.
4848
dc196b23
YQ
48492017-11-22 Yao Qi <yao.qi@linaro.org>
4850
4851 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4852 * gdb.base/break-interp.exp: Likewise.
4853 * gdb.base/jit-attach-pie.exp: Likewise.
4854
2400729e
UW
48552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4856
4857 * gdb.base/float128.c (large128): New variable.
4858 * gdb.base/float128.exp: Add test to print largest __float128 value.
4859
7a26362d
UW
48602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4861
4862 * gdb.arch/vsx-regs.exp: Update register content checks.
4863
ed0f4273
UW
48642017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4865
4866 * gdb.arch/ppc-longdouble.exp: New file.
4867 * gdb.arch/ppc-longdouble.c: Likewise.
4868
a25d69c6
PA
48692017-11-21 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4872
73fcf641
PA
48732017-11-20 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4876 (long_double_typedef): New typedefs.
4877 Use DEF on double and long double.
4878 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4879 cases.
4880 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4881 and 'long_double_ptr_same_size' locals. Use them to decide
4882 whether cast from array/function to float is valid/invalid.
4883
71a3c369
TT
48842017-11-17 Tom Tromey <tom@tromey.com>
4885
4886 * gdb.rust/traits.rs: New file.
4887 * gdb.rust/traits.exp: New file.
4888
ced9779b
JB
48892017-11-17 Joel Brobecker <brobecker@adacore.com>
4890
4891 * gdb.ada/minsyms: New testcase.
4892
a0922d80
PA
48932017-11-16 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4896 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4897
ea04e54c
PA
48982017-11-16 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4901 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4902
e849ea89
PA
49032017-11-16 Pedro Alves <palves@redhat.com>
4904
4905 * gdb.server/reconnect-ctrl-c.c: New file.
4906 * gdb.server/reconnect-ctrl-c.exp: New file.
4907
d8ae99a7
PM
49082017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4909
4910 * gdb.python/py-rbreak.exp: New file.
4911 * gdb.python/py-rbreak.c: New file.
4912 * gdb.python/py-rbreak-func2.c: New file.
4913
968a13f8
PA
49142017-11-16 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4917 pattern.
4918 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4919 GDB.
4920
71774bc9
SM
49212017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4922
4923 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4924 regex.
4925
ddbb44cf
SM
49262017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4927
4928 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4929 test names.
4930
584a564f
PA
49312017-11-09 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4934 factored out from ...
4935 (top level): ... here, and adjusted to avoid expecting beyond the
4936 prompt in a single gdb_test_multiple.
4937
5ed7a928
PA
49382017-11-09 Pedro Alves <palves@redhat.com>
4939
4940 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4941 output.
4942 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4943 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4944 * gdb.server/ext-run.exp ("kill" test): Likewise.
4945 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4946
a60e0738
PA
49472017-11-09 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4950 match till end of line.
4951
2c88253f
PA
49522017-11-09 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4955
c7a38517
PA
49562017-11-09 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4959 New procedures, factored out from ...
4960 (top level): ... here, and adjusted to avoid expecting beyond the
4961 prompt in one go.
4962
f29f4b6b
PA
49632017-11-09 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4966 output. Fix '?' match.
4967
286acbb5
JB
49682017-11-08 Joel Brobecker <brobecker@adacore.com>
4969
4970 * gdb.ada/scoped_watch: New testcase.
4971 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4972 which is actually correct.
4973 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4974 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4975
62d7ae92
PA
49762017-11-08 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.gdb/complaints.exp (test_initial_complaints)
4979 (test_serial_complaints, test_short_complaints): Call
4980 complaint_internal instead of complaint.
4981
280ca31f
DT
49822017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4983
4984 * gdb.threads/tls-core.c: New file.
4985 * gdb.threads/tls-core.exp: Likewise.
4986
b5ec771e
PA
49872017-11-08 Pedro Alves <palves@redhat.com>
4988
4989 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4990 (p Exported_Capitalized): New test.
4991 (p exported_capitalized): New test.
4992
a02b41a7
PA
49932017-11-07 Pedro Alves <palves@redhat.com>
4994
4995 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4996
95e95a6d
PA
49972017-11-07 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5000 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5001 (disable_invalid, disable_inverted, disable_negative): New
5002 procedures.
5003 ("bad numbers"): New set of tests.
5004
cee62dbd
PA
50052017-11-07 Pedro Alves <palves@redhat.com>
5006
5007 * gdb.cp/ena-dis-br-range.exp: Add tests.
5008
cc638e86
PA
50092017-11-07 Pedro Alves <palves@redhat.com>
5010
5011 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5012
d0fe4701
XR
50132017-11-07 Xavier Roirand <roirand@adacore.com>
5014 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.base/ena-dis-br.exp: Add reference to
5017 gdb.cp/ena-dis-br-range.exp.
5018 * gdb.cp/ena-dis-br-range.exp: New file.
5019 * gdb.cp/ena-dis-br-range.cc: New file.
5020
46f67f80
PA
50212017-11-06 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.base/attach-non-pgrp-leader.c: New.
5024 * gdb.base/attach-non-pgrp-leader.exp: New.
5025
726e1356
PA
50262017-11-06 Pedro Alves <palves@redhat.com>
5027
5028 * configure.ac: No longer check for termio.h and sgtty.h.
5029 * configure: Regenerate.
5030 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5031 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5032 Remove termio and sgtty code.
5033
50ab6ace
YQ
50342017-11-03 Yao Qi <yao.qi@linaro.org>
5035
5036 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5037 in GDB is disabled.
5038
8e68731c
YQ
50392017-11-03 Yao Qi <yao.qi@linaro.org>
5040
5041 * gdb.python/py-thrhandle.exp: Skip it if python is not
5042 enabled.
5043
3a87ae65
SM
50442017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5045
5046 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5047 as a breakpoint command.
5048
484d8d36
MD
50492017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5050
5051 PR python/21213
5052 * gdb.python/py-infthread.exp: Test calling
5053 InferiorThread.inferior () multiple times in a row.
5054
4a27f119
KS
50552017-10-27 Keith Seitz <keiths@redhat.com>
5056
5057 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5058 Test "info break" for every inlined function breakpoint.
5059
bb11dd58
YQ
50602017-10-27 Yao Qi <yao.qi@linaro.org>
5061
5062 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5063
a43f3893
PF
50642017-10-26 Patrick Frants <osscontribute@gmail.com>
5065
5066 * gdb.cp/classes.exp (test_static_members): Test printing
5067 Outer::instance.
5068 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5069 (Inner::instance, Outer::instance): New.
5070
792ccf00
PA
50712017-10-24 Pedro Alves <palves@redhat.com>
5072
5073 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5074 extra console" test in two stages.
5075
eb2bfbad
PA
50762017-10-24 Pedro Alves <palves@redhat.com>
5077
5078 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5079
1f75a651
PA
50802017-10-24 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5083 loop.
5084
779990d9
PA
50852017-10-24 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5088 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5089
ad9b8f5d
PA
50902017-10-24 Pedro Alves <palves@redhat.com>
5091
5092 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5093 parameter and handle it. Don't output read value in test name.
5094
fee6da6e
PA
50952017-10-24 Pedro Alves <palves@redhat.com>
5096
5097 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5098 custom test name.
5099
10389c2c
PA
51002017-10-24 Pedro Alves <palves@redhat.com>
5101
5102 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5103 include the unstable output directory name in the test's name.
5104 (initial_setup_simple) <'set args'>: Use custom test name.
5105
a80e65a9
PA
51062017-10-24 Pedro Alves <palves@redhat.com>
5107
5108 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5109 with explicit test name.
5110
15763a09
PA
51112017-10-20 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5114 'wait -i'. Use gdb_assert and remote_close.
5115
49a4ce2e
AB
51162017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5117
5118 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5119 number from variable rather than hard-coded.
5120
a75868f5
PA
51212017-10-19 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.base/long-inferior-output.c: New file.
5124 * gdb.base/long-inferior-output.exp: New file.
5125
c8ba13ad
KS
51262017-11-18 Keith Seitz <keiths@redhat.com>
5127
5128 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5129 method.
5130 (main): Call it.
5131 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5132 Add additional user-defined conversion operator tests.
5133
b27de576
PA
51342017-10-17 Pedro Alves <palves@redhat.com>
5135
5136 * boards/native-stdio-gdbserver.exp: Load "local-board".
5137
8484c955
PA
51382017-10-17 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.base/quit-live.c: New file.
5141 * gdb.base/quit-live.exp: New file.
5142
83d5a34d
KS
51432017-10-16 Keith Seitz <keiths@redhat.com>
5144
5145 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5146 (class_with_protected_typedef, class_with_private_typedef)
5147 (struct_with_public_typedef, struct_with_protected_typedef)
5148 (struct_with_private_typedef): New classes/structs.
5149 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5150 typedefs and access specifiers.
5151
739b3f1d
PA
51522017-10-16 Pedro Alves <palves@redhat.com>
5153 Simon Marchi <simon.marchi@polymtl.ca>
5154
5155 * README (Local vs Remote vs Native): New section.
5156 * boards/local-board.exp: New file, with bits factored out from
5157 ...
5158 * boards/native-extended-gdbserver.exp: ... here. Load
5159 "local-board".
5160 * boards/native-gdbserver.exp: Load "local-board".
5161 (${board}_spawn, ${board}_exec): Delete.
5162 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5163 ...
5164 * boards/stdio-gdbserver-base.exp: ... this new file.
5165 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5166 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5167 procedure.
5168 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5169 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5170 stdio_gdbserver_command.
5171 (${board}_get_remote_address, ${board}_get_comm_port)
5172 (${board}_download, ${board}_upload): Delete.
5173 (get_target_remote_pipe_cmd): New.
5174
fe68b953
SM
51752017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5176
5177 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5178 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5179 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5180 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5181 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5182 remove with_test_prefix.
5183
300b6685
PA
51842017-10-13 Pedro Alves <palves@redhat.com>
5185
5186 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5187 * gdb.base/annota1.exp: Use it instead of is_remote.
5188 * gdb.base/annota3.exp: Use it instead of is_remote.
5189 * gdb.cp/annota2.exp: Use it instead of is_remote.
5190 * gdb.cp/annota3.exp: Use it instead of is_remote.
5191 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5192
50500caf
PA
51932017-10-13 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5196 (test_num_test_vars, run_and_count_vars, find_env)
5197 (test_set_unset_env, test_inherit_env_var): New procedures.
5198 (top level): Use them.
5199
dad0c6d2
PA
52002017-10-13 Pedro Alves <palves@redhat.com>
5201
5202 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5203 also skip on stub-like targets.
5204
8b0553c1
PA
52052017-10-13 Pedro Alves <palves@redhat.com>
5206
5207 PR gdb/22293
5208 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5209 (top level): Move some tests to ...
5210 (test_not_found): ... this new procedure.
5211 (top level): Call it.
5212
7594f623
PA
52132017-10-13 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5216 expect different "info terminal" output if testing with a
5217 non-native target.
5218
ebe3b402
PA
52192017-10-13 Pedro Alves <palves@redhat.com>
5220 Simon Marchi <simon.marchi@polymtl.ca>
5221
5222 PR python/12966
5223 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5224
42f1b161
PA
52252017-10-13 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5228 already.
5229
8d6ef72b
PA
52302017-10-13 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5233 is_remote.
5234
d7bcd5b8
PA
52352017-10-13 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5238 is_remote.
5239
df479dc6
PA
52402017-10-13 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5243 is set.
5244 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5245 instead of is_remote.
5246
23fb630a
PA
52472017-10-13 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5250 (top level): Add comment.
5251
cc77b1dc
PA
52522017-10-13 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.base/remote.exp (top level): Fix comment typo and add
5255 missing return.
5256
27c9e813
PA
52572017-10-13 Pedro Alves <palves@redhat.com>
5258 Simon Marchi <simon.marchi@polymtl.ca>
5259
5260 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5261 calls and add comments. Skip test if use_gdb_stub is set.
5262 (top level): Use "set cwd" command instead of "cd" command.
5263
5e830d98
PA
52642017-10-13 Pedro Alves <palves@redhat.com>
5265
5266 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5267 is_remote target check.
5268
f5ca0032
PA
52692017-10-13 Pedro Alves <palves@redhat.com>
5270
5271 * gdb.base/scope.exp: Use build_executable + clean_restart +
5272 gdb_file_cmd instead of prepare_for_testing and no longer skip
5273 "before run" tests on is_remote target boards. Update comments.
5274 * boards/native-extended-gdbserver.exp
5275 (extended_gdbserver_load_last_file): New, factored out from ...
5276 (gdb_load): ... this. Move further below and add comment.
5277 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5278
8aed1c0d
PA
52792017-10-12 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.base/attach.exp: Remove references to gdb64.
5282 * gdb.base/dbx.exp: Remove references to gdb64.
5283
cfa34c87
SM
52842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5285 Pedro Alves <palves@redhat.com>
5286
5287 * gdb.base/label.exp: Remove is_remote target check.
5288
9192b7de
PA
52892017-10-12 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/auvx.exp (coredir): Update comment.
5292 (top level) <core_works>: Use "set cwd" command instead of "cd"
5293 command.
5294
6bf0052d
PA
52952017-10-12 Pedro Alves <palves@redhat.com>
5296 Simon Marchi <simon.marchi@polymtl.ca>
5297
5298 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5299 target boards.
5300
e48ef82d
PA
53012017-10-12 Pedro Alves <palves@redhat.com>
5302 Simon Marchi <simon.marchi@polymtl.ca>
5303
5304 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5305 Instead skip if there's any gdb_protocol set.
5306
8d7aea57
SM
53072017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5308 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5311
30440677
PA
53122017-10-12 Pedro Alves <palves@redhat.com>
5313 Simon Marchi <simon.marchi@polymtl.ca>
5314
5315 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5316 instead of on dejagnu remote boards.
5317
4e04f045 53182017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5319 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5320
5321 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5322 checks. Use build_executable + clean_restart instead of
5323 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5324 of enabling non-stop after starting gdb.
5325
871a186e
PA
53262017-10-12 Pedro Alves <palves@redhat.com>
5327
5328 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5329 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5330 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5331 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5332
56d704da
AK
53332017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5334
5335 * gdb.arch/arc-tdesc-cpu.exp: New file.
5336 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5337
2f20e312
SM
53382017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5339
5340 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5341
65630365
PA
53422017-10-10 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5345 expect CLI output.
5346
bf469271
PA
53472017-10-10 Pedro Alves <palves@redhat.com>
5348
5349 * lib/selftest-support.exp (selftest_setup): Update for
5350 captured_command_loop's prototype change.
5351
777a42f1
PA
53522017-10-09 Pedro Alves <palves@redhat.com>
5353
5354 Test both arch1=>arch2 and arch2=>arch1.
5355
5356 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5357 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5358 factored out to...
5359 (append_arch1_options, append_arch2_options, append_arch_options)
5360 (build_executables): New procedures.
5361 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5362 local.
5363 (top level): Add new 'first_arch' testing axis.
5364
cbd2b4e3
PA
53652017-10-09 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5368 (barrier): New.
5369 (thread_start, all_started): New functions.
5370 (main): Spawn new thread and wait until it is scheduled.
5371 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5372 option.
5373 (do_test): Add 'selected_thread' parameter. Run to all_started
5374 instead of main. Explicitly set the breakpoint at main. Switch
5375 to the SELECTED_THREAD thread.
5376 (top level): Test handling the exec event with either the main
5377 thread or the second thread selected.
5378
5c9e4427
PA
53792017-10-09 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5382 logic. Move STOP marker after the value checks.
5383 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5384 regexp.
5385
b3b7c423
SL
53862017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5387
5388 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5389
3b4b2f16
UW
53902017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5391
5392 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5393 integer-to-dfp conversion.
5394 * gdb.base/dfp-test.exp: Likewise.
5395
5cd63fda
PA
53962017-10-04 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.multi/hangout.c: Include <unistd.h>.
5399 (hangout_loop): New function.
5400 (main): Call alarm. Call hangout_loop in a loop.
5401 * gdb.multi/hello.c: Include <unistd.h>.
5402 (hello_loop): New function.
5403 (main): Call alarm. Call hangout_loop in a loop.
5404 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5405 inferior with the other selected.
5406
4c71c105
SM
54072017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5408
5409 * gdb.mi/list-thread-groups-available.exp: New file.
5410 * gdb.mi/list-thread-groups-available.c: New file.
5411
bc3b087d
SDJ
54122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5413
5414 * gdb.base/set-cwd.exp: Make it available on
5415 native-extended-gdbserver.
5416
d092c5a2
SDJ
54172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5418
5419 * gdb.base/set-cwd.c: New file.
5420 * gdb.base/set-cwd.exp: Likewise.
5421
45320ffa
TT
54222017-10-02 Tom Tromey <tom@tromey.com>
5423
5424 PR rust/22236:
5425 * gdb.rust/simple.rs (main): New variable "fslice".
5426 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5427
b3e3859b
TT
54282017-10-02 Tom Tromey <tom@tromey.com>
5429
5430 * gdb.rust/simple.exp: Test ptype of a slice.
5431
01af5e0d
TT
54322017-10-02 Tom Tromey <tom@tromey.com>
5433
5434 * gdb.rust/simple.exp: Test index of slice.
5435
a9bbfbd8
TT
54362017-09-27 Tom Tromey <tom@tromey.com>
5437
5438 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5439
df8899e5
TP
54402017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5441 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.base/compare-sections.exp (get value of read-only section): Read
5444 as unsigned value.
5445 (corrupt read-only section): Likewise and don't set written if patching
5446 failed.
5447
757bf54b
KB
54482017-09-21 Kevin Buettner <kevinb@redhat.com>
5449
5450 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5451 files.
5452
06871ae8
PA
54532017-09-20 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5456 symbol names in gdb's output.
5457 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5458
e5f25bc5
PA
54592017-09-20 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5462 Rename to ...
5463 (test_list_ambiguous_symbol): ... this and add a symbol name
5464 parameter. Adjust.
5465 (test_list_ambiguous_function): Reimplement on top of
5466 test_list_ambiguous_symbol and also test listing ambiguous
5467 variables.
5468 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5469 (ambiguous_fun): ... this.
5470 (ambiguous_var): New.
5471 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5472 (ambiguous_fun): ... this.
5473 (ambiguous_var): New.
5474
4e5a4f58
JB
54752017-09-19 John Baldwin <jhb@FreeBSD.org>
5476
5477 * gdb.base/starti.c: New file.
5478 * gdb.base/starti.exp: New file.
5479 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5480
26e53f3e
PA
54812017-09-14 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5484 (top level): Use it instead of runto.
5485
cb791d59
TT
54862017-09-11 Tom Tromey <tom@tromey.com>
5487
5488 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5489
7c96f8c1
TT
54902017-09-11 Tom Tromey <tom@tromey.com>
5491
5492 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5493 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5494
469412dd
CW
54952017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5496
5497 * gdb.fortran/printing-types.exp: New file.
5498 * gdb.fortran/printing-types.exp: New file.
5499
e0f86435
BH
55002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5501
5502 * gdb.fortran/vla-ptype.exp: Fix typos.
5503 * gdb.fortran/vla-value.exp: Same.
5504
9e9af4be
BH
55052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5506
5507 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5508 * gdb.mi/mi-var-child-f.exp: Likewise.
5509 * gdb.mi/mi-vla-fortran.exp: Likewise.
5510
a5ad232b 55112017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5512 Christoph Weinmann <christoph.t.weinmann@intel.com>
5513 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5514
5515 * gdb.fortran/ptr-indentation.f90: New file.
5516 * gdb.fortran/ptr-indentation.exp: New file.
5517
5aec60eb
TT
55182017-09-05 Tom Tromey <tom@tromey.com>
5519
5520 PR gdb/22010:
5521 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5522
8f8f8152
TP
55232017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5524
5525 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5526
fbd1b771
JK
55272017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5528
5529 * gdb.threads/tls-nodebug-pie.c: New file.
5530 * gdb.threads/tls-nodebug-pie.exp: New file.
5531
5eb5f850
TT
55322017-09-05 Tom Tromey <tom@tromey.com>
5533
5534 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5535 for rust.
5536
ae780a21
SM
55372017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5538
5539 * gdb.multi/multi-arch-exec.exp: Test with different
5540 "follow-exec-mode" settings.
5541 (do_test): New procedure.
5542
3693fdb3
PA
55432017-09-04 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.base/func-static.c (S::method const, S::method volatile)
5546 (S::method volatile const): New methods.
5547 (c_s, v_s, cv_s): New instances.
5548 (main): Call method() on them.
5549 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5550 (cannot_resolve): New procedure.
5551 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5552 print-quote-unquoted columns.
5553 (do_test): Test printing each scope too.
5554
e68cb8e0
PA
55552017-09-04 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.base/local-static.exp: Also test with
5558 class::method::variable wholly quoted.
5559 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5560
858be34c
PA
55612017-09-04 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/local-static.c: New.
5564 * gdb.base/local-static.cc: New.
5565 * gdb.base/local-static.exp: New.
5566
46a4882b
PA
55672017-09-04 Pedro Alves <palves@redhat.com>
5568
5569 * gdb.asm/asm-source.exp: Add casts to int.
5570 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5571 (dataglobal64_1, dataglobal64_2): New globals.
5572 * gdb.base/nodebug.exp: Test different expressions involving the
5573 new globals, with print, whatis and ptype. Add casts to int.
5574 * gdb.base/solib-display.exp: Add casts to int.
5575 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5576 * gdb.cp/m-static.exp: Add cast to int.
5577 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5578 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5579 tls variable with no debug info without a cast. Test with a cast
5580 to int too.
5581 * gdb.trace/entry-values.exp: Add casts.
5582
2c5a2be1
PA
55832017-09-04 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/nodebug.exp: Test that ptype's error about functions
5586 with unknown return type includes the function name too.
5587
7022349d
PA
55882017-09-04 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5591 return type of munmap in infcall.
5592 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5593 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5594 type of ftell in infcall.
5595 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5596 type of getpid in infcall.
5597 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5598 infcall.
5599 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5600 Bail on failure to extract the pid.
5601 * gdb.base/nodebug.c: #include <stdint.h>.
5602 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5603 New functions.
5604 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5605 Change expected output of print/whatis/ptype with functions with
5606 no debug info. Test all supported languages. Call
5607 test_call_promotion.
5608 * gdb.compile/compile.exp: Adjust expected output to expect
5609 warning.
5610 * gdb.threads/siginfo-threads.exp: Likewise.
5611
54990598
PA
56122017-09-04 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5615 "prototypes". Test calling float functions via prototyped and
5616 unprototyped function pointers.
5617 (perform_all_tests): New parameter "prototypes". Pass it down.
5618 (top level): Pass down "prototypes" parameter to
5619 perform_all_tests.
5620
34d16ea2
SM
56212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5622
5623 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5624 Test with nested loops.
5625
9521ecda
SM
56262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5627
5628 * gdb.base/commands.exp: Call the new procedures.
5629 (loop_break_test, loop_continue_test): New procedures.
5630
80a65e9b
SM
56312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * gdb.base/commands.exp: Call new procedure.
5634 (define_if_without_arg_test): New procedure.
5635
e439fa14
PA
56362017-09-04 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.base/list-ambiguous.exp: New file.
5639 * gdb.base/list-ambiguous0.c: New file.
5640 * gdb.base/list-ambiguous1.c: New file.
5641 * gdb.base/list.exp (test_list_range): Adjust expected output.
5642
0a2dde4a
SDJ
56432017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5644
5645 * gdb.base/share-env-with-gdbserver.c: New file.
5646 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5647
5e89eb3a
SM
56482017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5649
5650 * gdb.base/commands.exp (gdbvar_simple_if_test,
5651 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5652 progvar_simple_if_test, progvar_simple_while_test,
5653 progvar_complex_if_while_test, user_defined_command_test,
5654 user_defined_command_args_eval,
5655 user_defined_command_args_stack_test,
5656 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5657 temporary_breakpoint_commands,
5658 gdb_test_no_prompt, redefine_hook_test,
5659 redefine_backtrace_test): Remove "global gdb_prompt".
5660
fd437cbc
SM
56612017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5662
5663 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5664 New proc, call it from toplevel.
5665
87215ad1
SDJ
56662017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5667
5668 PR remote/21852
5669 * gdb.server/normal.c: New file, copied from gdb.base.
5670 * gdb.server/run-without-local-binary.exp: New file.
5671
58afddc6
WP
56722017-08-07 Weimin Pan <weimin.pan@oracle.com>
5673
5674 * gdb.arch/sparc64-adi.exp: New file.
5675 * gdb.arch/sparc64-adi.c: New file.
5676
5277199a
PA
56772017-08-22 Pedro Alves <palves@redhat.com>
5678
5679 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5680 (top level): Add "list all overloads" tests.
5681
14278e1f
TT
56822017-08-22 Tom Tromey <tom@tromey.com>
5683
5684 * gdb.gdb/xfullpath.exp: Remove.
5685
bf223d3e
PA
56862017-08-21 Pedro Alves <palves@redhat.com>
5687
5688 PR gdb/19487
5689 * gdb.base/symbol-alias.c: New.
5690 * gdb.base/symbol-alias2.c: New.
5691 * gdb.base/symbol-alias.exp: New.
5692
c973d0aa
PA
56932017-08-21 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.base/dfp-test.c
5696 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5697 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5698 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5699 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5700 * gdb.base/whatis-ptype-typedefs.c: New.
5701 * gdb.base/whatis-ptype-typedefs.exp: New.
5702 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5703 (an_int, an_int_type, an_int_type2): New globals.
5704 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5705 involving typedefs and cast expressions.
5706 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5707 (lookup_typedefs_function): New.
5708 (typedefs_pretty_printers_dict): New.
5709 (top level): Register lookup_typedefs_function in
5710 gdb.pretty_printers.
5711
6d580b63
YQ
57122017-08-18 Yao Qi <yao.qi@linaro.org>
5713
5714 * gdb.server/unittest.exp: New.
5715
206726fb
SDJ
57162017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5717
5718 PR gdb/21954
5719 * gdb.base/environ.exp: Add test to check if 'unset environment'
5720 works.
5721
bf0ec4c2
AA
57222017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5723
5724 * lib/gdb.exp (universal_compile_options): New caching proc.
5725 (gdb_compile): Suppress GCC's coloring of messages.
5726
d6382fff
TT
57272017-08-14 Tom Tromey <tom@tromey.com>
5728
5729 PR gdb/21675:
5730 * gdb.base/printcmds.exp (test_radices): New function.
5731 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5732 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5733 * lib/gdb.exp (get_integer_valueof): Use p/d.
5734
c2c2dd9f
SM
57352017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5736
5737 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5738 characters.
5739
fdffd6f4
TT
57402017-08-05 Tom Tromey <tom@tromey.com>
5741
5742 * gdb.rust/simple.exp: Allow String to appear in a different
5743 namespace.
5744
27d41eac
YQ
57452017-07-26 Yao Qi <yao.qi@linaro.org>
5746
5747 * gdb.gdb/unittest.exp: Invoke command
5748 "maintenance check xml-descriptions".
5749
031ed05d
AA
57502017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5751
5752 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5753 calling context.
5754 (hex128): Drop erroneous calculation of parameters.
5755
dcd27ddf
SM
57562017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5757
5758 * gdb.python/py-unwind.exp: Disable stack protection when
5759 building test file.
5760
47e77640
PA
57612017-07-20 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/default.exp (set language): Adjust expected output.
5764
62d2a18a
PA
57652017-07-20 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5768 (test_minsym): ... this, and make static.
5769 (get_pck__foo__bar__minsym): Rename to ...
5770 (get_test_minsym): ... this.
5771 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5772 symbol names and comments.
5773 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5774 (get_test_minsym): ... this.
5775 (pck__foo__bar__minsym__2): Rename to ...
5776 (test_minsym): ... this.
5777 (main): Adjust.
5778
c45ec17c
PA
57792017-07-17 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/completion.exp: Adjust expected output.
5782 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5783 the completer works.
5784
c6756f62
PA
57852017-07-17 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5788
5bd68487
AB
57892017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5790
5791 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5792
8880f2a9
TT
57932017-07-14 Tom Tromey <tom@tromey.com>
5794
5795 PR rust/21764:
5796 * gdb.rust/simple.exp: Add tests.
5797
65547233
TT
57982017-07-14 Tom Tromey <tom@tromey.com>
5799
5800 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5801
8f14146e
PA
58022017-07-14 Pedro Alves <palves@redhat.com>
5803
5804 * gdb.linespec/base/one/thefile.cc (z1): New function.
5805 * gdb.linespec/base/two/thefile.cc (z2): New function.
5806 * gdb.linespec/linespec.exp: Add tests.
5807
b4365d02
AB
58082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5809
5810 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5811 to mi_create_breakpoint.
5812
5d2cbaa5
AB
58132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5814
5815 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5816 mi_create_breakpoint.
5817
11cb5716
IB
58182017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5819
5820 * gdb.dlang/demangle.exp: Update for demangling changes.
5821
03278692
TT
58222017-07-09 Tom Tromey <tom@tromey.com>
5823
5824 * gdb.dwarf2/shortpiece.exp: New file.
5825
33c5cd75
DB
58262017-07-06 David Blaikie <dblaikie@gmail.com>
5827
5828 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5829 built from fissiont-multi-cu{1,2}.c.
5830 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5831 except putting 'main' and 'func' in separate CUs in the same DWO file.
5832 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5833 test.
5834 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5835 test.
5836
8455d262
PA
58372017-07-06 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.python/py-unwind.exp: Test flushregs.
5840
dc4bde35
SDJ
58412017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5842
5843 PR cli/21688
5844 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5845 tests for alias commands and trailing whitespace.
5846
51ed89aa
SDJ
58472017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5848
5849 PR cli/21688
5850 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5851 procedure. Call it.
5852
eb17d413
PA
58532017-06-29 Pedro Alves <palves@redhat.com>
5854
5855 * gdb.base/printcmds.exp: Add tests.
5856
41664b45
DG
58572017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5858
5859 PR gdb/21337
5860 * gdb.base/reread-readsym.exp: New file.
5861 * gdb.base/reread-readsym.c: New file.
5862
75312ae3
KB
58632017-06-21 Kevin Buettner <kevinb@redhat.com>
5864
5865 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5866 subpattern.
5867
66953522
PB
58682017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5869
5870 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5871 extended mnemonic.
5872 * gdb.arch/powerpc-power9.s: Likewise.
5873
5524b525
AA
58742017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5875
5876 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5877 on 32-bit x86 targets. Exploit is_*_target macros where
5878 appropriate.
5879
03c8af18
AA
58802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5881
5882 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5883 register pieces.
5884
3bf31011
AA
58852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5886
5887 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5888 located in one or more DWARF pieces.
5889
805acca0
AA
58902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5891
5892 * lib/gdb.exp (get_endianness): New proc.
5893 * gdb.arch/aarch64-fp.exp: Use it.
5894 * gdb.arch/altivec-regs.exp: Likewise.
5895 * gdb.arch/e500-regs.exp: Likewise.
5896 * gdb.arch/vsx-regs.exp: Likewise.
5897 * gdb.base/dump.exp: Likewise.
5898 * gdb.base/funcargs.exp: Likewise.
5899 * gdb.base/gnu_vector.exp: Likewise.
5900 * gdb.dwarf2/formdata16.exp: Likewise.
5901 * gdb.dwarf2/implptrpiece.exp: Likewise.
5902 * gdb.dwarf2/nonvar-access.exp: Likewise.
5903 * gdb.python/py-inferior.exp: Likewise.
5904 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5905
e9352324
AA
59062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5907
5908 PR gdb/21226
5909 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5910 stack value pieces are taken from the LSB end.
5911
d5d1163e
AA
59122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5913
5914 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5915 variable at nonzero offset.
5916
0567c986
AA
59172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5918
5919 * gdb.dwarf2/var-access.c: New file.
5920 * gdb.dwarf2/var-access.exp: New test.
5921 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5922
973e9aab
TT
59232017-06-12 Tom Tromey <tom@tromey.com>
5924
5925 * gdb.dwarf2/formdata16.exp: Add tests.
5926
d9109c80
TT
59272017-06-12 Tom Tromey <tom@tromey.com>
5928
5929 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5930
30a25466
TT
59312017-06-12 Tom Tromey <tom@tromey.com>
5932
5933 PR exp/16225:
5934 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5935 * gdb.arch/vsx-regs.exp: Update tests.
5936 * gdb.arch/s390-vregs.exp (hex128): New proc.
5937 Update test.
5938 * gdb.arch/altivec-regs.exp: Update tests.
5939
aefd8b33
SDJ
59402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5941
5942 * gdb.base/startup-with-shell.c: New file.
5943 * gdb.base/startup-with-shell.exp: Likewise.
5944
2090129c
SDJ
59452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5946
5947 * gdb.server/non-existing-program.exp: Update regex in order to
5948 reflect the fact that gdbserver is now using fork_inferior (with a
5949 shell) to startup the inferior.
5950
8e86a419
SM
59512017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5952
5953 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5954 support function calls from GDB.
5955
e6cf65f2
TT
59562017-05-21 Tom Tromey <tom@tromey.com>
5957
5958 PR rust/21466:
5959 * gdb.rust/unsized.exp: New file.
5960 * gdb.rust/unsized.rs: New file.
5961
43cc5389
TT
59622017-05-19 Tom Tromey <tom@tromey.com>
5963
5964 PR rust/21484:
5965 * gdb.rust/watch.exp: New file.
5966 * gdb.rust/watch.rs: New file.
5967
ec8df234
TT
59682017-05-18 Tom Tromey <tom@tromey.com>
5969
5970 * gdb.rust/simple.exp: Allow Box to be qualified.
5971
3e3e7fae
TP
59722017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5973
5974 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5975
59cc050d
PA
59762017-05-18 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.base/fileio.c (test_write, test_read, test_close)
5979 (test_fstat): Don't print 'ret' in the fail path.
5980
c8f6abd1
PA
59812017-05-18 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5984 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5985 (test_system, test_rename, test_unlink, test_time): Change
5986 prototypes.
5987 * gdb.base/fileio.exp (stop_msg): Adjust.
5988
d2a03b77
PA
59892017-05-18 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/fileio.c (null_str): New global.
5992 (test_stat): Use it.
5993 * gdb.base/fileio.exp: Remove nowarnings.
5994
0d5c6999
YQ
59952017-05-17 Yao Qi <yao.qi@linaro.org>
5996
5997 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5998
21873064
YQ
59992017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6000
6001 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6002 argument command.
6003 (top-level): Invoke test_set_inferior_tty.
6004
d512d31c
PA
60052017-05-04 Pedro Alves <palves@redhat.com>
6006
6007 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6008 Add parens to print call for Python 3.
6009
90cef2ed
KS
60102017-05-03 Keith Seitz <keiths@redhat.com>
6011
6012 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6013 (main): Call it.
6014
14f819c8
TW
60152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6016
6017 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6018 to prev and next.
6019
913aeadd
TW
60202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6021
6022 * gdb.python/py-record-btrace.exp: Remove test for
6023 gdb.BtraceInstruction.error.
6024
a3be24ad
TW
60252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6026
6027 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6028
ae20e79a
TW
60292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6030
6031 * gdb.python/py-record-btrace-threads.c: New file.
6032 * gdb.python/py-record-btrace-threads.exp: New file.
6033
45ce1b47
SDJ
60342017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6035
6036 PR testsuite/8595
6037 * gdb.base/environ.exp: Make test available in all architectures.
6038 Move bits related to "info program" testing to
6039 gdb.base/info-program.exp. Rewrite tests to use the two new
6040 procedures mentione below.
6041 (test_set_show_env_var) New procedure.
6042 (test_set_show_env_var_equal): Likewise.
6043 * gdb.base/info-program.exp: New file.
6044
e15c3eb4
KS
60452017-04-27 Keith Seitz <keiths@redhat.com>
6046
6047 * gdb.cp/oranking.cc (test15): New function.
6048 (main): Call test15 and declare additional variables for testing.
6049 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6050 "p foo101('abc')" tests.
6051 Add tests for cv qualifier overloads.
6052 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6053 "lvalue reference overload" test.
6054 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6055 "print value of f1 on Child&& in f2" test.
6056
3a3fd0fd
PA
60572017-04-19 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6060 procedure.
6061 (top level): Call it.
6062 * lib/gdb.exp (gdb_define_cmd): New procedure.
6063
53375380
PA
60642017-04-12 Pedro Alves <palves@redhat.com>
6065
6066 PR gdb/21323
6067 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6068 (wchar): New global.
6069 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6070 (do_test_wide_char, wide_char_types_no_program, top level): Add
6071 wchar_t testing.
6072
53e710ac
PA
60732017-04-12 Pedro Alves <palves@redhat.com>
6074
6075 PR c++/21323
6076 * gdb.cp/wide_char_types.c: New file.
6077 * gdb.cp/wide_char_types.exp: New file.
6078
0ad9d8c7
SDJ
60792017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6080
6081 PR gdb/21352
6082 * gdb.trace/tsv.exp: Add test for "tsave -r".
6083
b1b45502
IB
60842017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6085
6086 * gdb.dlang/watch-loc.c: New file.
6087 * gdb.dlang/watch-loc.exp: New file.
6088
ec13808e
JK
60892017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6092
fe5f7374
AK
60932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6094
6095 * gdb.arch/arc-analyze-prologue.S: New file.
6096 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6097
eea78757
AK
60982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6099
6100 * gdb.arch/arc-decode-insn.S: New file.
6101 * gdb.arch/arc-decode-insn.exp: Likewise.
6102
5badf10a
IR
61032017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6104
6105 PR tdep/20928
6106 * gdb.arch/sparc64-regs.exp: New file.
6107 * gdb.arch/sparc64-regs.S: Likewise.
6108
cee59b3f
TW
61092017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6110
6111 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6112 and memory view on Python 3.
6113
c0f55cc6
AV
61142017-03-20 Artemiy Volkov <artemiyv@acm.org>
6115 Keith Seitz <keiths@redhat.com>
6116
6117 PR gdb/14441
6118 * gdb.cp/demangle.exp: Add rvalue reference tests.
6119 * gdb.cp/rvalue-ref-casts.cc: New file.
6120 * gdb.cp/rvalue-ref-casts.exp: New file.
6121 * gdb.cp/rvalue-ref-overload.cc: New file.
6122 * gdb.cp/rvalue-ref-overload.exp: New file.
6123 * gdb.cp/rvalue-ref-params.cc: New file.
6124 * gdb.cp/rvalue-ref-params.exp: New file.
6125 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6126 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6127 * gdb.cp/rvalue-ref-types.cc: New file.
6128 * gdb.cp/rvalue-ref-types.exp: New file.
6129 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6130 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6131
51457a05
MAL
61322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6133
6134 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6135 New procedure.
6136
5b291c04
MAL
61372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6138
6139 * lib/mi-support.exp (mi_gdb_test): Add additional message
6140 for unexpected output.
6141
59a56148
AA
61422017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6143
6144 * gdb.base/examine-backward.c (Barrier): New character array
6145 constant, to ensure that TestStrings is preceded by a string
6146 terminator.
6147
7942e96e
AA
61482017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6149
6150 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6151 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6152 and implicit pointer into such a location.
6153
6ebac3fb
DE
61542017-03-16 Doug Evans <dje@google.com>
6155
6156 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6157
ec3b243d
TP
61582017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6159
6160 * gdb.cp/m-static.exp: Fix expectation for prototype of
6161 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6162
61632017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6164
6165 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6166 * gdb.guile/scm-lazy-string.c: New file.
6167 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6168 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6169 for pointer, array, typedef lazy strings.
6170
2cc36e25 61712017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6172
6173 PR python/17728, python/18439, python/18779
6174 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6175 * gdb.python/py-lazy-string.c (pointer): New typedef.
6176 (main): New locals ptr, array, typedef_ptr.
6177 * gdb.python/py-value.exp: Move lazy string tests to ...
6178 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6179 array, typedef lazy strings.
ec3b243d 6180
0efcde63
AK
61812017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6182
6183 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6184 Add optional 'test' parameter.
6185
7978d7c3
SM
61862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6187
6188 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6189 Skip for versions of DejaGnu < 1.5.
6190
896c0c1e
SM
61912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6192
6193 * lib/gdb.exp (dejagnu_version): New proc.
6194 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6195 Use dejagnu_version.
6196
5f4d1085
KS
61972017-03-10 Keith Seitz <keiths@redhat.com>
6198
6199 PR c++/8128
6200 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6201 type from destructor regexps.
6202 Add a branch which actually passes the test.
6203 Adjust "ptype t5i" test names.
6204
1de05205
PA
62052017-03-08 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/step-over-exit.exp: Add explicit test message.
6208
c65d6b55
PA
62092017-03-08 Pedro Alves <palves@redhat.com>
6210
6211 PR gdb/18360
6212 * gdb.threads/interrupt-while-step-over.c: New file.
6213 * gdb.threads/interrupt-while-step-over.exp: New file.
6214
2e86a283
PA
62152017-03-08 Pedro Alves <palves@redhat.com>
6216
6217 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6218 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6219
25dcbff6
PA
62202017-03-08 Pedro Alves <palves@redhat.com>
6221
6222 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6223 PKRU as not supported as a PASS.
6224
dc9366eb
PA
62252017-03-08 Pedro Alves <palves@redhat.com>
6226
6227 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6228 prefix instead of $binfile1/$binfile2.
6229 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6230 in test message.
6231 * gdb.python/py-completion.exp: Use "load python file" as test
6232 messages instead of unstable path names.
6233
6e5d74e7
PA
62342017-03-08 Pedro Alves <palves@redhat.com>
6235 Jan Kratochvil <jan.kratochvil@redhat.com>
6236
6237 PR cli/21218
6238 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6239 New proc.
6240 (top level): Call it.
6241
9753a2f6
PA
62422017-03-08 Pedro Alves <palves@redhat.com>
6243
6244 PR tui/21216
6245 * gdb.tui/tui-nl-filtered-output.exp: New file.
6246
1a4dd9dd
PA
62472017-03-08 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/completion.exp: Move TUI completion tests to ...
6250 * gdb.tui/completion.exp: ... this new file.
6251
7cbbff33
PA
62522017-03-08 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/tui-disasm-long-lines.c,
6255 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6256 gdb.base/tui-layout.exp: Move to ...
6257 * gdb.tui/: ... this new directory.
6258
5f6fd321
PA
62592017-03-07 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.base/tui-layout.c: New file.
6262 * gdb.base/tui-layout.exp: New file.
6263
44959fa8
PA
62642017-03-07 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/tui-layout.c: Rename to ...
6267 * gdb.base/tui-disasm-long-lines.c: ... this.
6268 * gdb.base/tui-layout.exp: Rename to ...
6269 * gdb.base/tui-disasm-long-lines.exp: ... this.
6270
f8c4e718
PA
62712017-03-07 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6274
6dbb839a 62752017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6276
6277 * i386-mpx-call.c: New file.
6278 * i386-mpx-call.exp: New file.
6279
65b48a81
PB
62802017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6281
6282 * gdb.arch/powerpc-power.exp: Delete test.
6283 * gdb.arch/powerpc-power.s: Likewise.
6284 * gdb.disasm/disassembler-options.exp: New test.
6285 * gdb.arch/powerpc-altivec.exp: Likewise.
6286 * gdb.arch/powerpc-altivec.s: Likewise.
6287 * gdb.arch/powerpc-altivec2.exp: Likewise.
6288 * gdb.arch/powerpc-altivec2.s: Likewise.
6289 * gdb.arch/powerpc-altivec3.exp: Likewise.
6290 * gdb.arch/powerpc-altivec3.s: Likewise.
6291 * gdb.arch/powerpc-power7.exp: Likewise.
6292 * gdb.arch/powerpc-power7.s: Likewise.
6293 * gdb.arch/powerpc-power8.exp: Likewise.
6294 * gdb.arch/powerpc-power8.s: Likewise.
6295 * gdb.arch/powerpc-power9.exp: Likewise.
6296 * gdb.arch/powerpc-power9.s: Likewise.
6297 * gdb.arch/powerpc-vsx.exp: Likewise.
6298 * gdb.arch/powerpc-vsx.s: Likewise.
6299 * gdb.arch/powerpc-vsx2.exp: Likewise.
6300 * gdb.arch/powerpc-vsx2.s: Likewise.
6301 * gdb.arch/powerpc-vsx3.exp: Likewise.
6302 * gdb.arch/powerpc-vsx3.s: Likewise.
6303 * gdb.arch/arm-disassembler-options.exp: Likewise.
6304 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6305 * gdb.arch/s390-disassembler-options.exp: Likewise.
6306
17cd4947
LM
63072017-02-23 Luis Machado <lgustavo@codesourcery.com>
6308
6309 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6310 (check_supported_features): ... this. Changed return type to void.
6311 (supports_rdseed): New static global.
6312 (rdseed): Check supports_rdseed.
6313 (initialize): Call check_supported_features.
6314
2039d74e
EBM
63152017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6316
6317 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6318 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6319 and lqarx/stqcx.
6320 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6321 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6322
a51d7ecf
EBM
63232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6324
6325 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6326 uppercase.
6327
0224619f
JK
63282017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6329
6330 * gdb.dwarf2/formdata16.c: New file.
6331 * gdb.dwarf2/formdata16.exp: New file.
6332 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6333
216f72a1
JK
63342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6335
6336 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6337 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6338 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6339 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6340 DW_AT_GNU_*.
6341
43988095
JK
63422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6345
99e8a4f9
SDJ
63462017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6347
6348 PR gdb/21164
6349 * gdb.base/maint.exp: Add testcases for when the commands do
6350 not have arguments.
6351
b58a8c0c
TP
63522017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6353
6354 * gdb.cp/chained-calls.exp: Use p instead of P.
6355
4e746bb6
TW
63562017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6357
6358 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6359 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6360
3f77c769
TT
63612017-02-14 Tom Tromey <tom@tromey.com>
6362
6363 PR python/13598:
6364 * gdb.python/py-events.exp: Add before_prompt event tests.
6365
075beec0
AA
63662017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6367
6368 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6369
bf5f525c
LM
63702017-02-13 Luis Machado <lgustavo@codesourcery.com>
6371
6372 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6373 (main): Call my_unique_function_name.
6374 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6375 completion of patterns with a single match.
6376 Add missing -re switches to gdb_test_multiple calls.
6377
13a66184
LM
63782017-02-13 Luis Machado <lgustavo@codesourcery.com>
6379
6380 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6381 return if core file is not recognized.
6382
26a06916
SM
63832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6384
6385 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6386 and extra UIs.
6387
b761ca9e
SM
63882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6389
6390 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6391 proc_with_prefix.
6392
b964bee0
TT
63932017-02-10 Tom Tromey <tom@tromey.com>
6394
6395 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6396
18da0c51
MG
63972017-02-10 Martin Galvan <martingalvan@sourceware.org>
6398
6399 PR gdb/21122
6400 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6401
604c4576
JG
64022017-02-08 Jerome Guitton <guitton@adacore.com>
6403
6404 * gdb.base/define.exp: Add test for command abbreviations
6405 in define.
6406
20b477a7
LM
64072017-02-06 Luis Machado <lgustavo@codesourcery.com>
6408
6409 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6410 * gdb.reverse/insn-reverse-x86.c: New file.
6411
3f7b46f2
IR
64122017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6413
6414 PR tdep/20936
6415 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6416
f0fd41c1
TT
64172017-02-03 Tom Tromey <tom@tromey.com>
6418
6419 PR rust/21097:
6420 * gdb.rust/simple.exp: Add new tests.
6421
5be5dbf0
PA
64222017-02-02 Pedro Alves <palves@redhat.com>
6423
6424 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6425 tests.
6426
7346ef59
AA
64272017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6428
6429 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6430 taking a 2-byte value out of a 4-byte DWARF implicit value on
6431 big-endian targets.
6432 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6433 logic. Add test cases for DW_OP_implicit.
6434
787f0025
MM
64352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6436
6437 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6438
68777c29
MM
64392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6440
6441 * gdb.btrace/enable.exp: Call gdb_exit before
6442 skip_gdbserver_tests.
6443
0a1c7e28
MM
64442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6445
6446 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6447 GDBFLAGS.
6448
b5ac99b0
MM
64492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6450
6451 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6452 the test is skipped.
6453 * gdb.btrace/data.exp: Likewise.
6454 * gdb.btrace/delta.exp: Likewise.
6455 * gdb.btrace/dlopen.exp: Likewise.
6456 * gdb.btrace/enable-running.exp: Likewise.
6457 * gdb.btrace/enable.exp: Likewise.
6458 * gdb.btrace/exception.exp: Likewise.
6459 * gdb.btrace/function_call_history.exp: Likewise.
6460 * gdb.btrace/gcore.exp: Likewise.
6461 * gdb.btrace/instruction_history.exp: Likewise.
6462 * gdb.btrace/multi-thread-step.exp: Likewise.
6463 * gdb.btrace/nohist.exp: Likewise.
6464 * gdb.btrace/non-stop.exp: Likewise.
6465 * gdb.btrace/reconnect.exp: Likewise.
6466 * gdb.btrace/record_goto-step.exp: Likewise.
6467 * gdb.btrace/record_goto.exp: Likewise.
6468 * gdb.btrace/rn-dl-bind.exp: Likewise.
6469 * gdb.btrace/segv.exp: Likewise.
6470 * gdb.btrace/step.exp: Likewise.
6471 * gdb.btrace/stepi.exp: Likewise.
6472 * gdb.btrace/tailcall-only.exp: Likewise.
6473 * gdb.btrace/tailcall.exp: Likewise.
6474 * gdb.btrace/tsx.exp: Likewise.
6475 * gdb.btrace/unknown_functions.exp: Likewise.
6476 * gdb.btrace/vdso.exp: Likewise.
6477
cd4007e4
MM
64782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6479
6480 * gdb.btrace/enable-running.c: New.
6481 * gdb.btrace/enable-running.exp: New.
6482
2735833d
WT
64832017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6484
6485 * gdb.arch/amd64-gs_base.c: New file.
6486 * gdb.arch/amd64-gs_base.exp: New file.
6487
b51e1e94
LM
64882017-01-26 Luis Machado <lgustavo@codesourcery.com>
6489
6490 * lib/memory.exp: Remove spurious empty newlines.
6491
72ca0410
SM
64922017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6493
6494 * gdb.python/py-bad-printers.exp: Load python file using "source".
6495 * gdb.python/py-events.exp: Likewise.
6496 * gdb.python/py-evsignal.exp: Likewise.
6497 * gdb.python/py-evthreads.exp: Likewise.
6498 * gdb.python/py-frame-args.exp: Likewise.
6499 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6500 * gdb.python/py-framefilter-mi.exp: Likewise.
6501 * gdb.python/py-framefilter.exp: Likewise.
6502 * gdb.python/py-mi.exp: Likewise.
6503 * gdb.python/py-pp-maint.exp: Likewise.
6504 * gdb.python/py-pp-registration.exp: Likewise.
6505 * gdb.python/py-prettyprint.exp: Likewise.
6506 (run_lang_tests): Likewise.
6507 * gdb.python/py-typeprint.exp: Likewise.
6508
e309aa65
LM
65092017-01-26 Luis Machado <lgustavo@codesourcery.com>
6510
6511 * lib/memory.exp: New file.
6512 * lib/gdb.exp: Load memory.exp.
6513 * gdb.base/memattr.exp (delete_memory): Move proc to
6514 lib/memory.exp and rename to delete_memory_regions.
6515 Replace delete_memory with delete_memory_regions.
6516 Cleanup memory regions before tests.
6517 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6518 before tests.
6519
515aff23
LM
65202017-01-26 Luis Machado <lgustavo@codesourcery.com>
6521
6522 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6523 files.
6524 (initialize): New function conditionally defined.
6525 (testcases): Move within conditional block.
6526 (main): Call initialize.
6527 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6528 of gdb.reverse/insn-reverse.c.
6529 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6530 gdb.reverse/insn-reverse.c.
6531
d8b49cf0
YQ
65322017-01-26 Yao Qi <yao.qi@linaro.org>
6533
6534 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6535 disassemble on address 0.
6536
f13a9a0c
YQ
65372017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6538 Yao Qi <yao.qi@linaro.org>
6539
6540 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6541 * gdb.dwarf2/implptr-64bit.S: Remove.
6542 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6543 variables in caller's context. Add DW_OP_implicit_value.
6544
5ac95241
YQ
65452017-01-25 Yao Qi <yao.qi@linaro.org>
6546
6547 * lib/dwarf.exp (Dwarf::_location): Handle
6548 DW_OP_GNU_implicit_pointer with proper size.
6549
23e82930
LM
65502017-01-20 Luis Machado <lgustavo@codesourcery.com>
6551
6552 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6553 and add untested calls.
6554
d334ae25
LM
65552017-01-20 Luis Machado <lgustavo@codesourcery.com>
6556
6557 * gdb.python/python.exp: Check line number against what GDB thinks
6558 the line number is for func1.
6559
f5e6296e
IB
65602017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6561
6562 * gdb.dlang/debug-expr.exp: New file.
6563
5b362f04
LM
65642016-12-23 Luis Machado <lgustavo@codesourcery.com>
6565
6566 Fix test names for the following files:
6567
6568 * gdb.ada/exec_changed.exp
6569 * gdb.ada/info_types.exp
6570 * gdb.arch/aarch64-atomic-inst.exp
6571 * gdb.arch/aarch64-fp.exp
6572 * gdb.arch/altivec-abi.exp
6573 * gdb.arch/altivec-regs.exp
6574 * gdb.arch/amd64-byte.exp
6575 * gdb.arch/amd64-disp-step.exp
6576 * gdb.arch/amd64-dword.exp
6577 * gdb.arch/amd64-entry-value-inline.exp
6578 * gdb.arch/amd64-entry-value-param.exp
6579 * gdb.arch/amd64-entry-value-paramref.exp
6580 * gdb.arch/amd64-entry-value.exp
6581 * gdb.arch/amd64-i386-address.exp
6582 * gdb.arch/amd64-invalid-stack-middle.exp
6583 * gdb.arch/amd64-invalid-stack-top.exp
6584 * gdb.arch/amd64-optimout-repeat.exp
6585 * gdb.arch/amd64-prologue-skip.exp
6586 * gdb.arch/amd64-prologue-xmm.exp
6587 * gdb.arch/amd64-stap-special-operands.exp
6588 * gdb.arch/amd64-stap-wrong-subexp.exp
6589 * gdb.arch/amd64-tailcall-cxx.exp
6590 * gdb.arch/amd64-tailcall-noret.exp
6591 * gdb.arch/amd64-tailcall-ret.exp
6592 * gdb.arch/amd64-tailcall-self.exp
6593 * gdb.arch/amd64-word.exp
6594 * gdb.arch/arm-bl-branch-dest.exp
6595 * gdb.arch/arm-disp-step.exp
6596 * gdb.arch/arm-neon.exp
6597 * gdb.arch/arm-single-step-kernel-helper.exp
6598 * gdb.arch/avr-flash-qualifier.exp
6599 * gdb.arch/disp-step-insn-reloc.exp
6600 * gdb.arch/e500-abi.exp
6601 * gdb.arch/e500-regs.exp
6602 * gdb.arch/ftrace-insn-reloc.exp
6603 * gdb.arch/i386-avx512.exp
6604 * gdb.arch/i386-bp_permanent.exp
6605 * gdb.arch/i386-byte.exp
6606 * gdb.arch/i386-cfi-notcurrent.exp
6607 * gdb.arch/i386-disp-step.exp
6608 * gdb.arch/i386-dr3-watch.exp
6609 * gdb.arch/i386-float.exp
6610 * gdb.arch/i386-gnu-cfi.exp
6611 * gdb.arch/i386-mpx-map.exp
6612 * gdb.arch/i386-mpx-sigsegv.exp
6613 * gdb.arch/i386-mpx-simple_segv.exp
6614 * gdb.arch/i386-mpx.exp
6615 * gdb.arch/i386-permbkpt.exp
6616 * gdb.arch/i386-prologue.exp
6617 * gdb.arch/i386-signal.exp
6618 * gdb.arch/i386-size-overlap.exp
6619 * gdb.arch/i386-unwind.exp
6620 * gdb.arch/i386-word.exp
6621 * gdb.arch/mips-fcr.exp
6622 * gdb.arch/powerpc-d128-regs.exp
6623 * gdb.arch/powerpc-stackless.exp
6624 * gdb.arch/ppc64-atomic-inst.exp
6625 * gdb.arch/s390-stackless.exp
6626 * gdb.arch/s390-tdbregs.exp
6627 * gdb.arch/s390-vregs.exp
6628 * gdb.arch/sparc-sysstep.exp
6629 * gdb.arch/thumb-bx-pc.exp
6630 * gdb.arch/thumb-singlestep.exp
6631 * gdb.arch/thumb2-it.exp
6632 * gdb.arch/vsx-regs.exp
6633 * gdb.asm/asm-source.exp
6634 * gdb.base/a2-run.exp
6635 * gdb.base/advance.exp
6636 * gdb.base/all-bin.exp
6637 * gdb.base/anon.exp
6638 * gdb.base/args.exp
6639 * gdb.base/arithmet.exp
6640 * gdb.base/async-shell.exp
6641 * gdb.base/async.exp
6642 * gdb.base/attach-pie-noexec.exp
6643 * gdb.base/attach-twice.exp
6644 * gdb.base/auto-load.exp
6645 * gdb.base/bang.exp
6646 * gdb.base/bitfields.exp
6647 * gdb.base/break-always.exp
6648 * gdb.base/break-caller-line.exp
6649 * gdb.base/break-entry.exp
6650 * gdb.base/break-inline.exp
6651 * gdb.base/break-on-linker-gcd-function.exp
6652 * gdb.base/break-probes.exp
6653 * gdb.base/break.exp
6654 * gdb.base/breakpoint-shadow.exp
6655 * gdb.base/call-ar-st.exp
6656 * gdb.base/call-sc.exp
6657 * gdb.base/call-signal-resume.exp
6658 * gdb.base/call-strs.exp
6659 * gdb.base/callfuncs.exp
6660 * gdb.base/catch-fork-static.exp
6661 * gdb.base/catch-gdb-caused-signals.exp
6662 * gdb.base/catch-load.exp
6663 * gdb.base/catch-signal-fork.exp
6664 * gdb.base/catch-signal.exp
6665 * gdb.base/catch-syscall.exp
6666 * gdb.base/charset.exp
6667 * gdb.base/checkpoint.exp
6668 * gdb.base/chng-syms.exp
6669 * gdb.base/code-expr.exp
6670 * gdb.base/code_elim.exp
6671 * gdb.base/commands.exp
6672 * gdb.base/completion.exp
6673 * gdb.base/complex.exp
6674 * gdb.base/cond-expr.exp
6675 * gdb.base/condbreak.exp
6676 * gdb.base/consecutive.exp
6677 * gdb.base/continue-all-already-running.exp
6678 * gdb.base/coredump-filter.exp
6679 * gdb.base/corefile.exp
6680 * gdb.base/dbx.exp
6681 * gdb.base/debug-expr.exp
6682 * gdb.base/define.exp
6683 * gdb.base/del.exp
6684 * gdb.base/disabled-location.exp
6685 * gdb.base/disasm-end-cu.exp
6686 * gdb.base/disasm-optim.exp
6687 * gdb.base/display.exp
6688 * gdb.base/duplicate-bp.exp
6689 * gdb.base/ena-dis-br.exp
6690 * gdb.base/ending-run.exp
6691 * gdb.base/enumval.exp
6692 * gdb.base/environ.exp
6693 * gdb.base/eu-strip-infcall.exp
6694 * gdb.base/eval-avoid-side-effects.exp
6695 * gdb.base/eval-skip.exp
6696 * gdb.base/exitsignal.exp
6697 * gdb.base/expand-psymtabs.exp
6698 * gdb.base/filesym.exp
6699 * gdb.base/find-unmapped.exp
6700 * gdb.base/finish.exp
6701 * gdb.base/float.exp
6702 * gdb.base/foll-exec-mode.exp
6703 * gdb.base/foll-exec.exp
6704 * gdb.base/foll-fork.exp
6705 * gdb.base/fortran-sym-case.exp
6706 * gdb.base/freebpcmd.exp
6707 * gdb.base/func-ptr.exp
6708 * gdb.base/func-ptrs.exp
6709 * gdb.base/funcargs.exp
6710 * gdb.base/gcore-buffer-overflow.exp
6711 * gdb.base/gcore-relro-pie.exp
6712 * gdb.base/gcore-relro.exp
6713 * gdb.base/gcore.exp
6714 * gdb.base/gdb1090.exp
6715 * gdb.base/gdb11530.exp
6716 * gdb.base/gdb11531.exp
6717 * gdb.base/gdb1821.exp
6718 * gdb.base/gdbindex-stabs.exp
6719 * gdb.base/gdbvars.exp
6720 * gdb.base/hbreak.exp
6721 * gdb.base/hbreak2.exp
6722 * gdb.base/included.exp
6723 * gdb.base/infcall-input.exp
6724 * gdb.base/inferior-died.exp
6725 * gdb.base/infnan.exp
6726 * gdb.base/info-macros.exp
6727 * gdb.base/info-os.exp
6728 * gdb.base/info-proc.exp
6729 * gdb.base/info-shared.exp
6730 * gdb.base/info-target.exp
6731 * gdb.base/infoline.exp
6732 * gdb.base/interp.exp
6733 * gdb.base/interrupt.exp
6734 * gdb.base/jit-reader.exp
6735 * gdb.base/jit-simple.exp
6736 * gdb.base/kill-after-signal.exp
6737 * gdb.base/kill-detach-inferiors-cmd.exp
6738 * gdb.base/label.exp
6739 * gdb.base/langs.exp
6740 * gdb.base/ldbl_e308.exp
6741 * gdb.base/line-symtabs.exp
6742 * gdb.base/linespecs.exp
6743 * gdb.base/list.exp
6744 * gdb.base/long_long.exp
6745 * gdb.base/longest-types.exp
6746 * gdb.base/maint.exp
6747 * gdb.base/max-value-size.exp
6748 * gdb.base/memattr.exp
6749 * gdb.base/mips_pro.exp
6750 * gdb.base/morestack.exp
6751 * gdb.base/moribund-step.exp
6752 * gdb.base/multi-forks.exp
6753 * gdb.base/nested-addr.exp
6754 * gdb.base/nextoverexit.exp
6755 * gdb.base/noreturn-finish.exp
6756 * gdb.base/noreturn-return.exp
6757 * gdb.base/nostdlib.exp
6758 * gdb.base/offsets.exp
6759 * gdb.base/opaque.exp
6760 * gdb.base/pc-fp.exp
6761 * gdb.base/permissions.exp
6762 * gdb.base/print-symbol-loading.exp
6763 * gdb.base/prologue-include.exp
6764 * gdb.base/psymtab.exp
6765 * gdb.base/ptype.exp
6766 * gdb.base/random-signal.exp
6767 * gdb.base/randomize.exp
6768 * gdb.base/range-stepping.exp
6769 * gdb.base/readline-ask.exp
6770 * gdb.base/recpar.exp
6771 * gdb.base/recurse.exp
6772 * gdb.base/relational.exp
6773 * gdb.base/restore.exp
6774 * gdb.base/return-nodebug.exp
6775 * gdb.base/return.exp
6776 * gdb.base/run-after-attach.exp
6777 * gdb.base/save-bp.exp
6778 * gdb.base/scope.exp
6779 * gdb.base/sect-cmd.exp
6780 * gdb.base/set-lang-auto.exp
6781 * gdb.base/set-noassign.exp
6782 * gdb.base/setvar.exp
6783 * gdb.base/sigall.exp
6784 * gdb.base/sigbpt.exp
6785 * gdb.base/siginfo-addr.exp
6786 * gdb.base/siginfo-infcall.exp
6787 * gdb.base/siginfo-obj.exp
6788 * gdb.base/siginfo.exp
6789 * gdb.base/signals-state-child.exp
6790 * gdb.base/signest.exp
6791 * gdb.base/sigstep.exp
6792 * gdb.base/sizeof.exp
6793 * gdb.base/skip.exp
6794 * gdb.base/solib-corrupted.exp
6795 * gdb.base/solib-nodir.exp
6796 * gdb.base/solib-search.exp
6797 * gdb.base/stack-checking.exp
6798 * gdb.base/stale-infcall.exp
6799 * gdb.base/stap-probe.exp
6800 * gdb.base/start.exp
6801 * gdb.base/step-break.exp
6802 * gdb.base/step-bt.exp
6803 * gdb.base/step-line.exp
6804 * gdb.base/step-over-exit.exp
6805 * gdb.base/step-over-syscall.exp
6806 * gdb.base/step-resume-infcall.exp
6807 * gdb.base/step-test.exp
6808 * gdb.base/store.exp
6809 * gdb.base/structs3.exp
6810 * gdb.base/sym-file.exp
6811 * gdb.base/symbol-without-target_section.exp
6812 * gdb.base/term.exp
6813 * gdb.base/testenv.exp
6814 * gdb.base/ui-redirect.exp
6815 * gdb.base/until.exp
6816 * gdb.base/unwindonsignal.exp
6817 * gdb.base/value-double-free.exp
6818 * gdb.base/vla-datatypes.exp
6819 * gdb.base/vla-ptr.exp
6820 * gdb.base/vla-sideeffect.exp
6821 * gdb.base/volatile.exp
6822 * gdb.base/watch-cond-infcall.exp
6823 * gdb.base/watch-cond.exp
6824 * gdb.base/watch-non-mem.exp
6825 * gdb.base/watch-read.exp
6826 * gdb.base/watch-vfork.exp
6827 * gdb.base/watchpoint-cond-gone.exp
6828 * gdb.base/watchpoint-delete.exp
6829 * gdb.base/watchpoint-hw-hit-once.exp
6830 * gdb.base/watchpoint-hw.exp
6831 * gdb.base/watchpoint-stops-at-right-insn.exp
6832 * gdb.base/watchpoints.exp
6833 * gdb.base/wchar.exp
6834 * gdb.base/whatis-exp.exp
6835 * gdb.btrace/buffer-size.exp
6836 * gdb.btrace/data.exp
6837 * gdb.btrace/delta.exp
6838 * gdb.btrace/dlopen.exp
6839 * gdb.btrace/enable.exp
6840 * gdb.btrace/exception.exp
6841 * gdb.btrace/function_call_history.exp
6842 * gdb.btrace/gcore.exp
6843 * gdb.btrace/instruction_history.exp
6844 * gdb.btrace/nohist.exp
6845 * gdb.btrace/reconnect.exp
6846 * gdb.btrace/record_goto-step.exp
6847 * gdb.btrace/record_goto.exp
6848 * gdb.btrace/rn-dl-bind.exp
6849 * gdb.btrace/segv.exp
6850 * gdb.btrace/step.exp
6851 * gdb.btrace/stepi.exp
6852 * gdb.btrace/tailcall-only.exp
6853 * gdb.btrace/tailcall.exp
6854 * gdb.btrace/tsx.exp
6855 * gdb.btrace/unknown_functions.exp
6856 * gdb.btrace/vdso.exp
6857 * gdb.compile/compile-ifunc.exp
6858 * gdb.compile/compile-ops.exp
6859 * gdb.compile/compile-print.exp
6860 * gdb.compile/compile-setjmp.exp
6861 * gdb.cp/abstract-origin.exp
6862 * gdb.cp/ambiguous.exp
6863 * gdb.cp/annota2.exp
6864 * gdb.cp/annota3.exp
6865 * gdb.cp/anon-ns.exp
6866 * gdb.cp/anon-struct.exp
6867 * gdb.cp/anon-union.exp
6868 * gdb.cp/arg-reference.exp
6869 * gdb.cp/baseenum.exp
6870 * gdb.cp/bool.exp
6871 * gdb.cp/breakpoint.exp
6872 * gdb.cp/bs15503.exp
6873 * gdb.cp/call-c.exp
6874 * gdb.cp/casts.exp
6875 * gdb.cp/chained-calls.exp
6876 * gdb.cp/class2.exp
6877 * gdb.cp/classes.exp
6878 * gdb.cp/cmpd-minsyms.exp
6879 * gdb.cp/converts.exp
6880 * gdb.cp/cp-relocate.exp
6881 * gdb.cp/cpcompletion.exp
6882 * gdb.cp/cpexprs.exp
6883 * gdb.cp/cplabel.exp
6884 * gdb.cp/cplusfuncs.exp
6885 * gdb.cp/cpsizeof.exp
6886 * gdb.cp/ctti.exp
6887 * gdb.cp/derivation.exp
6888 * gdb.cp/destrprint.exp
6889 * gdb.cp/dispcxx.exp
6890 * gdb.cp/enum-class.exp
6891 * gdb.cp/exception.exp
6892 * gdb.cp/exceptprint.exp
6893 * gdb.cp/expand-psymtabs-cxx.exp
6894 * gdb.cp/expand-sals.exp
6895 * gdb.cp/extern-c.exp
6896 * gdb.cp/filename.exp
6897 * gdb.cp/formatted-ref.exp
6898 * gdb.cp/fpointer.exp
6899 * gdb.cp/gdb1355.exp
6900 * gdb.cp/gdb2495.exp
6901 * gdb.cp/hang.exp
6902 * gdb.cp/impl-this.exp
6903 * gdb.cp/infcall-dlopen.exp
6904 * gdb.cp/inherit.exp
6905 * gdb.cp/iostream.exp
6906 * gdb.cp/koenig.exp
6907 * gdb.cp/local.exp
6908 * gdb.cp/m-data.exp
6909 * gdb.cp/m-static.exp
6910 * gdb.cp/mb-ctor.exp
6911 * gdb.cp/mb-inline.exp
6912 * gdb.cp/mb-templates.exp
6913 * gdb.cp/member-name.exp
6914 * gdb.cp/member-ptr.exp
6915 * gdb.cp/meth-typedefs.exp
6916 * gdb.cp/method.exp
6917 * gdb.cp/method2.exp
6918 * gdb.cp/minsym-fallback.exp
6919 * gdb.cp/misc.exp
6920 * gdb.cp/namelessclass.exp
6921 * gdb.cp/namespace-enum.exp
6922 * gdb.cp/namespace-nested-import.exp
6923 * gdb.cp/namespace.exp
6924 * gdb.cp/nextoverthrow.exp
6925 * gdb.cp/no-dmgl-verbose.exp
6926 * gdb.cp/non-trivial-retval.exp
6927 * gdb.cp/noparam.exp
6928 * gdb.cp/nsdecl.exp
6929 * gdb.cp/nsimport.exp
6930 * gdb.cp/nsnested.exp
6931 * gdb.cp/nsnoimports.exp
6932 * gdb.cp/nsrecurs.exp
6933 * gdb.cp/nsstress.exp
6934 * gdb.cp/nsusing.exp
6935 * gdb.cp/operator.exp
6936 * gdb.cp/oranking.exp
6937 * gdb.cp/overload-const.exp
6938 * gdb.cp/overload.exp
6939 * gdb.cp/ovldbreak.exp
6940 * gdb.cp/ovsrch.exp
6941 * gdb.cp/paren-type.exp
6942 * gdb.cp/parse-lang.exp
6943 * gdb.cp/pass-by-ref.exp
6944 * gdb.cp/pr-1023.exp
6945 * gdb.cp/pr-1210.exp
6946 * gdb.cp/pr-574.exp
6947 * gdb.cp/pr10687.exp
6948 * gdb.cp/pr12028.exp
6949 * gdb.cp/pr17132.exp
6950 * gdb.cp/pr17494.exp
6951 * gdb.cp/pr9067.exp
6952 * gdb.cp/pr9167.exp
6953 * gdb.cp/pr9631.exp
6954 * gdb.cp/printmethod.exp
6955 * gdb.cp/psmang.exp
6956 * gdb.cp/psymtab-parameter.exp
6957 * gdb.cp/ptype-cv-cp.exp
6958 * gdb.cp/ptype-flags.exp
6959 * gdb.cp/re-set-overloaded.exp
6960 * gdb.cp/ref-types.exp
6961 * gdb.cp/rtti.exp
6962 * gdb.cp/scope-err.exp
6963 * gdb.cp/shadow.exp
6964 * gdb.cp/smartp.exp
6965 * gdb.cp/static-method.exp
6966 * gdb.cp/static-print-quit.exp
6967 * gdb.cp/temargs.exp
6968 * gdb.cp/templates.exp
6969 * gdb.cp/try_catch.exp
6970 * gdb.cp/typedef-operator.exp
6971 * gdb.cp/typeid.exp
6972 * gdb.cp/userdef.exp
6973 * gdb.cp/using-crash.exp
6974 * gdb.cp/var-tag.exp
6975 * gdb.cp/virtbase.exp
6976 * gdb.cp/virtfunc.exp
6977 * gdb.cp/virtfunc2.exp
6978 * gdb.cp/vla-cxx.exp
6979 * gdb.disasm/t01_mov.exp
6980 * gdb.disasm/t02_mova.exp
6981 * gdb.disasm/t03_add.exp
6982 * gdb.disasm/t04_sub.exp
6983 * gdb.disasm/t05_cmp.exp
6984 * gdb.disasm/t06_ari2.exp
6985 * gdb.disasm/t07_ari3.exp
6986 * gdb.disasm/t08_or.exp
6987 * gdb.disasm/t09_xor.exp
6988 * gdb.disasm/t10_and.exp
6989 * gdb.disasm/t11_logs.exp
6990 * gdb.disasm/t12_bit.exp
6991 * gdb.disasm/t13_otr.exp
6992 * gdb.dlang/circular.exp
6993 * gdb.dwarf2/arr-stride.exp
6994 * gdb.dwarf2/arr-subrange.exp
6995 * gdb.dwarf2/atomic-type.exp
6996 * gdb.dwarf2/bad-regnum.exp
6997 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6998 * gdb.dwarf2/callframecfa.exp
6999 * gdb.dwarf2/clztest.exp
7000 * gdb.dwarf2/corrupt.exp
7001 * gdb.dwarf2/data-loc.exp
7002 * gdb.dwarf2/dup-psym.exp
7003 * gdb.dwarf2/dw2-anon-mptr.exp
7004 * gdb.dwarf2/dw2-anonymous-func.exp
7005 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7006 * gdb.dwarf2/dw2-bad-unresolved.exp
7007 * gdb.dwarf2/dw2-basic.exp
7008 * gdb.dwarf2/dw2-canonicalize-type.exp
7009 * gdb.dwarf2/dw2-case-insensitive.exp
7010 * gdb.dwarf2/dw2-common-block.exp
7011 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7012 * gdb.dwarf2/dw2-compressed.exp
7013 * gdb.dwarf2/dw2-const.exp
7014 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7015 * gdb.dwarf2/dw2-cu-size.exp
7016 * gdb.dwarf2/dw2-dup-frame.exp
7017 * gdb.dwarf2/dw2-entry-value.exp
7018 * gdb.dwarf2/dw2-icycle.exp
7019 * gdb.dwarf2/dw2-ifort-parameter.exp
7020 * gdb.dwarf2/dw2-inline-break.exp
7021 * gdb.dwarf2/dw2-inline-param.exp
7022 * gdb.dwarf2/dw2-intercu.exp
7023 * gdb.dwarf2/dw2-intermix.exp
7024 * gdb.dwarf2/dw2-lexical-block-bare.exp
7025 * gdb.dwarf2/dw2-linkage-name-trust.exp
7026 * gdb.dwarf2/dw2-minsym-in-cu.exp
7027 * gdb.dwarf2/dw2-noloc.exp
7028 * gdb.dwarf2/dw2-op-call.exp
7029 * gdb.dwarf2/dw2-op-out-param.exp
7030 * gdb.dwarf2/dw2-opt-structptr.exp
7031 * gdb.dwarf2/dw2-param-error.exp
7032 * gdb.dwarf2/dw2-producer.exp
7033 * gdb.dwarf2/dw2-ranges-base.exp
7034 * gdb.dwarf2/dw2-ref-missing-frame.exp
7035 * gdb.dwarf2/dw2-reg-undefined.exp
7036 * gdb.dwarf2/dw2-regno-invalid.exp
7037 * gdb.dwarf2/dw2-restore.exp
7038 * gdb.dwarf2/dw2-restrict.exp
7039 * gdb.dwarf2/dw2-single-line-discriminators.exp
7040 * gdb.dwarf2/dw2-strp.exp
7041 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7042 * gdb.dwarf2/dw2-unresolved.exp
7043 * gdb.dwarf2/dw2-var-zero-addr.exp
7044 * gdb.dwarf2/dw4-sig-types.exp
7045 * gdb.dwarf2/dwz.exp
7046 * gdb.dwarf2/dynarr-ptr.exp
7047 * gdb.dwarf2/enum-type.exp
7048 * gdb.dwarf2/gdb-index.exp
7049 * gdb.dwarf2/implptr-64bit.exp
7050 * gdb.dwarf2/implptr-optimized-out.exp
7051 * gdb.dwarf2/implptr.exp
7052 * gdb.dwarf2/implref-array.exp
7053 * gdb.dwarf2/implref-const.exp
7054 * gdb.dwarf2/implref-global.exp
7055 * gdb.dwarf2/implref-struct.exp
7056 * gdb.dwarf2/mac-fileno.exp
7057 * gdb.dwarf2/main-subprogram.exp
7058 * gdb.dwarf2/member-ptr-forwardref.exp
7059 * gdb.dwarf2/method-ptr.exp
7060 * gdb.dwarf2/missing-sig-type.exp
7061 * gdb.dwarf2/nonvar-access.exp
7062 * gdb.dwarf2/opaque-type-lookup.exp
7063 * gdb.dwarf2/pieces-optimized-out.exp
7064 * gdb.dwarf2/pieces.exp
7065 * gdb.dwarf2/pr10770.exp
7066 * gdb.dwarf2/pr13961.exp
7067 * gdb.dwarf2/staticvirtual.exp
7068 * gdb.dwarf2/subrange.exp
7069 * gdb.dwarf2/symtab-producer.exp
7070 * gdb.dwarf2/trace-crash.exp
7071 * gdb.dwarf2/typeddwarf.exp
7072 * gdb.dwarf2/valop.exp
7073 * gdb.dwarf2/watch-notconst.exp
7074 * gdb.fortran/array-element.exp
7075 * gdb.fortran/charset.exp
7076 * gdb.fortran/common-block.exp
7077 * gdb.fortran/complex.exp
7078 * gdb.fortran/derived-type-function.exp
7079 * gdb.fortran/derived-type.exp
7080 * gdb.fortran/logical.exp
7081 * gdb.fortran/module.exp
7082 * gdb.fortran/multi-dim.exp
7083 * gdb.fortran/nested-funcs.exp
7084 * gdb.fortran/print-formatted.exp
7085 * gdb.fortran/subarray.exp
7086 * gdb.fortran/vla-alloc-assoc.exp
7087 * gdb.fortran/vla-datatypes.exp
7088 * gdb.fortran/vla-history.exp
7089 * gdb.fortran/vla-ptr-info.exp
7090 * gdb.fortran/vla-ptype-sub.exp
7091 * gdb.fortran/vla-ptype.exp
7092 * gdb.fortran/vla-sizeof.exp
7093 * gdb.fortran/vla-type.exp
7094 * gdb.fortran/vla-value-sub-arbitrary.exp
7095 * gdb.fortran/vla-value-sub-finish.exp
7096 * gdb.fortran/vla-value-sub.exp
7097 * gdb.fortran/vla-value.exp
7098 * gdb.fortran/whatis_type.exp
7099 * gdb.go/chan.exp
7100 * gdb.go/handcall.exp
7101 * gdb.go/hello.exp
7102 * gdb.go/integers.exp
7103 * gdb.go/methods.exp
7104 * gdb.go/package.exp
7105 * gdb.go/strings.exp
7106 * gdb.go/types.exp
7107 * gdb.go/unsafe.exp
7108 * gdb.guile/scm-arch.exp
7109 * gdb.guile/scm-block.exp
7110 * gdb.guile/scm-breakpoint.exp
7111 * gdb.guile/scm-cmd.exp
7112 * gdb.guile/scm-disasm.exp
7113 * gdb.guile/scm-equal.exp
7114 * gdb.guile/scm-frame-args.exp
7115 * gdb.guile/scm-frame-inline.exp
7116 * gdb.guile/scm-frame.exp
7117 * gdb.guile/scm-iterator.exp
7118 * gdb.guile/scm-math.exp
7119 * gdb.guile/scm-objfile.exp
7120 * gdb.guile/scm-ports.exp
7121 * gdb.guile/scm-symbol.exp
7122 * gdb.guile/scm-symtab.exp
7123 * gdb.guile/scm-value-cc.exp
7124 * gdb.guile/types-module.exp
7125 * gdb.linespec/break-ask.exp
7126 * gdb.linespec/cpexplicit.exp
7127 * gdb.linespec/explicit.exp
7128 * gdb.linespec/keywords.exp
7129 * gdb.linespec/linespec.exp
7130 * gdb.linespec/ls-dollar.exp
7131 * gdb.linespec/ls-errs.exp
7132 * gdb.linespec/skip-two.exp
7133 * gdb.linespec/thread.exp
7134 * gdb.mi/mi-async.exp
7135 * gdb.mi/mi-basics.exp
7136 * gdb.mi/mi-break.exp
7137 * gdb.mi/mi-catch-load.exp
7138 * gdb.mi/mi-cli.exp
7139 * gdb.mi/mi-cmd-param-changed.exp
7140 * gdb.mi/mi-console.exp
7141 * gdb.mi/mi-detach.exp
7142 * gdb.mi/mi-disassemble.exp
7143 * gdb.mi/mi-eval.exp
7144 * gdb.mi/mi-file-transfer.exp
7145 * gdb.mi/mi-file.exp
7146 * gdb.mi/mi-fill-memory.exp
7147 * gdb.mi/mi-inheritance-syntax-error.exp
7148 * gdb.mi/mi-linespec-err-cp.exp
7149 * gdb.mi/mi-logging.exp
7150 * gdb.mi/mi-memory-changed.exp
7151 * gdb.mi/mi-read-memory.exp
7152 * gdb.mi/mi-record-changed.exp
7153 * gdb.mi/mi-reg-undefined.exp
7154 * gdb.mi/mi-regs.exp
7155 * gdb.mi/mi-return.exp
7156 * gdb.mi/mi-reverse.exp
7157 * gdb.mi/mi-simplerun.exp
7158 * gdb.mi/mi-solib.exp
7159 * gdb.mi/mi-stack.exp
7160 * gdb.mi/mi-stepi.exp
7161 * gdb.mi/mi-syn-frame.exp
7162 * gdb.mi/mi-until.exp
7163 * gdb.mi/mi-var-block.exp
7164 * gdb.mi/mi-var-child.exp
7165 * gdb.mi/mi-var-cmd.exp
7166 * gdb.mi/mi-var-cp.exp
7167 * gdb.mi/mi-var-display.exp
7168 * gdb.mi/mi-var-invalidate.exp
7169 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7170 * gdb.mi/mi-vla-fortran.exp
7171 * gdb.mi/mi-watch.exp
7172 * gdb.mi/mi2-var-child.exp
7173 * gdb.mi/user-selected-context-sync.exp
7174 * gdb.modula2/unbounded-array.exp
7175 * gdb.multi/dummy-frame-restore.exp
7176 * gdb.multi/multi-arch-exec.exp
7177 * gdb.multi/multi-arch.exp
7178 * gdb.multi/tids.exp
7179 * gdb.multi/watchpoint-multi.exp
7180 * gdb.opencl/callfuncs.exp
7181 * gdb.opencl/convs_casts.exp
7182 * gdb.opencl/datatypes.exp
7183 * gdb.opencl/operators.exp
7184 * gdb.opencl/vec_comps.exp
7185 * gdb.opt/clobbered-registers-O2.exp
7186 * gdb.opt/inline-break.exp
7187 * gdb.opt/inline-bt.exp
7188 * gdb.opt/inline-cmds.exp
7189 * gdb.opt/inline-locals.exp
7190 * gdb.pascal/case-insensitive-symbols.exp
7191 * gdb.pascal/floats.exp
7192 * gdb.pascal/gdb11492.exp
7193 * gdb.python/lib-types.exp
7194 * gdb.python/py-arch.exp
7195 * gdb.python/py-as-string.exp
7196 * gdb.python/py-bad-printers.exp
7197 * gdb.python/py-block.exp
7198 * gdb.python/py-breakpoint-create-fail.exp
7199 * gdb.python/py-breakpoint.exp
7200 * gdb.python/py-caller-is.exp
7201 * gdb.python/py-cmd.exp
7202 * gdb.python/py-explore-cc.exp
7203 * gdb.python/py-explore.exp
7204 * gdb.python/py-finish-breakpoint.exp
7205 * gdb.python/py-finish-breakpoint2.exp
7206 * gdb.python/py-frame-args.exp
7207 * gdb.python/py-frame-inline.exp
7208 * gdb.python/py-frame.exp
7209 * gdb.python/py-framefilter-mi.exp
7210 * gdb.python/py-infthread.exp
7211 * gdb.python/py-lazy-string.exp
7212 * gdb.python/py-linetable.exp
7213 * gdb.python/py-mi-events.exp
7214 * gdb.python/py-mi-objfile.exp
7215 * gdb.python/py-mi.exp
7216 * gdb.python/py-objfile.exp
7217 * gdb.python/py-pp-integral.exp
7218 * gdb.python/py-pp-maint.exp
7219 * gdb.python/py-pp-re-notag.exp
7220 * gdb.python/py-pp-registration.exp
7221 * gdb.python/py-recurse-unwind.exp
7222 * gdb.python/py-strfns.exp
7223 * gdb.python/py-symbol.exp
7224 * gdb.python/py-symtab.exp
7225 * gdb.python/py-sync-interp.exp
7226 * gdb.python/py-typeprint.exp
7227 * gdb.python/py-unwind-maint.exp
7228 * gdb.python/py-unwind.exp
7229 * gdb.python/py-value-cc.exp
7230 * gdb.python/py-xmethods.exp
7231 * gdb.reverse/amd64-tailcall-reverse.exp
7232 * gdb.reverse/break-precsave.exp
7233 * gdb.reverse/break-reverse.exp
7234 * gdb.reverse/consecutive-precsave.exp
7235 * gdb.reverse/consecutive-reverse.exp
7236 * gdb.reverse/finish-precsave.exp
7237 * gdb.reverse/finish-reverse-bkpt.exp
7238 * gdb.reverse/finish-reverse.exp
7239 * gdb.reverse/fstatat-reverse.exp
7240 * gdb.reverse/getresuid-reverse.exp
7241 * gdb.reverse/i386-precsave.exp
7242 * gdb.reverse/i386-reverse.exp
7243 * gdb.reverse/i386-sse-reverse.exp
7244 * gdb.reverse/i387-env-reverse.exp
7245 * gdb.reverse/i387-stack-reverse.exp
7246 * gdb.reverse/insn-reverse.exp
7247 * gdb.reverse/machinestate-precsave.exp
7248 * gdb.reverse/machinestate.exp
7249 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7250 * gdb.reverse/pipe-reverse.exp
7251 * gdb.reverse/readv-reverse.exp
7252 * gdb.reverse/recvmsg-reverse.exp
7253 * gdb.reverse/rerun-prec.exp
7254 * gdb.reverse/s390-mvcle.exp
7255 * gdb.reverse/step-precsave.exp
7256 * gdb.reverse/step-reverse.exp
7257 * gdb.reverse/time-reverse.exp
7258 * gdb.reverse/until-precsave.exp
7259 * gdb.reverse/until-reverse.exp
7260 * gdb.reverse/waitpid-reverse.exp
7261 * gdb.reverse/watch-precsave.exp
7262 * gdb.reverse/watch-reverse.exp
7263 * gdb.rust/generics.exp
7264 * gdb.rust/methods.exp
7265 * gdb.rust/modules.exp
7266 * gdb.rust/simple.exp
7267 * gdb.server/connect-with-no-symbol-file.exp
7268 * gdb.server/ext-attach.exp
7269 * gdb.server/ext-restart.exp
7270 * gdb.server/ext-wrapper.exp
7271 * gdb.server/file-transfer.exp
7272 * gdb.server/server-exec-info.exp
7273 * gdb.server/server-kill.exp
7274 * gdb.server/server-mon.exp
7275 * gdb.server/wrapper.exp
7276 * gdb.stabs/exclfwd.exp
7277 * gdb.stabs/gdb11479.exp
7278 * gdb.threads/clone-new-thread-event.exp
7279 * gdb.threads/corethreads.exp
7280 * gdb.threads/current-lwp-dead.exp
7281 * gdb.threads/dlopen-libpthread.exp
7282 * gdb.threads/gcore-thread.exp
7283 * gdb.threads/sigstep-threads.exp
7284 * gdb.threads/watchpoint-fork.exp
7285 * gdb.trace/actions-changed.exp
7286 * gdb.trace/backtrace.exp
7287 * gdb.trace/change-loc.exp
7288 * gdb.trace/circ.exp
7289 * gdb.trace/collection.exp
7290 * gdb.trace/disconnected-tracing.exp
7291 * gdb.trace/ftrace.exp
7292 * gdb.trace/mi-trace-frame-collected.exp
7293 * gdb.trace/mi-trace-unavailable.exp
7294 * gdb.trace/mi-traceframe-changed.exp
7295 * gdb.trace/mi-tsv-changed.exp
7296 * gdb.trace/no-attach-trace.exp
7297 * gdb.trace/passc-dyn.exp
7298 * gdb.trace/qtro.exp
7299 * gdb.trace/range-stepping.exp
7300 * gdb.trace/read-memory.exp
7301 * gdb.trace/save-trace.exp
7302 * gdb.trace/signal.exp
7303 * gdb.trace/status-stop.exp
7304 * gdb.trace/tfile.exp
7305 * gdb.trace/trace-break.exp
7306 * gdb.trace/trace-buffer-size.exp
7307 * gdb.trace/trace-condition.exp
7308 * gdb.trace/tracefile-pseudo-reg.exp
7309 * gdb.trace/tstatus.exp
7310 * gdb.trace/unavailable.exp
7311 * gdb.trace/while-dyn.exp
7312 * gdb.trace/while-stepping.exp
7313
34c41c68
DE
73142016-12-22 Doug Evans <xdje42@gmail.com>
7315
7316 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7317 and msymbols.
7318
16e69324
YQ
73192016-12-19 Yao Qi <yao.qi@linaro.org>
7320
7321 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7322 (test_with_self): Don't call do_steps_and_nexts, and remove
7323 code about stepping into xmalloc.
7324
f94f411b
YQ
73252016-12-09 Yao Qi <yao.qi@linaro.org>
7326
7327 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7328
73292016-12-09 Yao Qi <yao.qi@linaro.org>
7330
7331 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7332
f1b5deee
PA
73332016-12-09 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.base/all-architectures-0.exp: New file.
7336 * gdb.base/all-architectures-1.exp: New file.
7337 * gdb.base/all-architectures-2.exp: New file.
7338 * gdb.base/all-architectures-3.exp: New file.
7339 * gdb.base/all-architectures-4.exp: New file.
7340 * gdb.base/all-architectures-5.exp: New file.
7341 * gdb.base/all-architectures-6.exp: New file.
7342 * gdb.base/all-architectures-7.exp: New file.
7343 * gdb.base/all-architectures.exp.in: New file.
7344
364ca42e
YQ
73452016-12-09 Yao Qi <yao.qi@linaro.org>
7346
7347 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7348
107c2d62
LM
73492016-12-02 Luis Machado <lgustavo@codesourcery.com>
7350
7351 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7352 possible.
7353 Remove useless pattern-matching code.
7354
df3ee9ca
PA
73552016-12-02 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7358 procedure.
7359 (top level): Call it.
7360
ec835369
PA
73612016-12-02 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7364 New procedure.
7365 (top level): Call it.
7366
01770bbd
PA
73672016-12-02 Pedro Alves <palves@redhat.com>
7368
7369 PR cli/20559
7370 * gdb.base/commands.exp (user_defined_command_args_eval): New
7371 procedure.
7372 (top level): Call it.
7373
008459ea
LM
73742016-12-02 Luis Machado <lgustavo@codesourcery.com>
7375
7376 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7377 timeout handling.
7378
0c1b455e
TT
73792016-12-02 Tom Tromey <tom@tromey.com>
7380
7381 * gdb.dwarf2/main-subprogram.c: New file.
7382 * gdb.dwarf2/main-subprogram.exp: New file.
7383
018572b8
LM
73842016-12-01 Luis Machado <lgustavo@codesourcery.com>
7385
7386 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7387 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7388 gdb_test_no_output for a couple of cases.
7389 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7390
84c93cd5
LM
73912016-12-01 Luis Machado <lgustavo@codesourcery.com>
7392
7393 Fix test names and standardize compilation error messages throughout
7394 the following files:
7395
7396 * gdb.ada/start.exp
7397 * gdb.arch/alpha-step.exp
7398 * gdb.arch/e500-prologue.exp
7399 * gdb.arch/ftrace-insn-reloc.exp
7400 * gdb.arch/gdb1291.exp
7401 * gdb.arch/gdb1431.exp
7402 * gdb.arch/gdb1558.exp
7403 * gdb.arch/i386-dr3-watch.exp
7404 * gdb.arch/i386-sse-stack-align.exp
7405 * gdb.arch/ia64-breakpoint-shadow.exp
7406 * gdb.arch/pa-nullify.exp
7407 * gdb.arch/powerpc-aix-prologue.exp
7408 * gdb.arch/thumb-bx-pc.exp
7409 * gdb.base/annota1.exp
7410 * gdb.base/annota3.exp
7411 * gdb.base/arrayidx.exp
7412 * gdb.base/assign.exp
7413 * gdb.base/attach.exp
7414 * gdb.base/auxv.exp
7415 * gdb.base/bang.exp
7416 * gdb.base/bfp-test.exp
7417 * gdb.base/bigcore.exp
7418 * gdb.base/bitfields2.exp
7419 * gdb.base/break-fun-addr.exp
7420 * gdb.base/break-probes.exp
7421 * gdb.base/call-rt-st.exp
7422 * gdb.base/callexit.exp
7423 * gdb.base/catch-fork-kill.exp
7424 * gdb.base/charset.exp
7425 * gdb.base/checkpoint.exp
7426 * gdb.base/comprdebug.exp
7427 * gdb.base/constvars.exp
7428 * gdb.base/coredump-filter.exp
7429 * gdb.base/cursal.exp
7430 * gdb.base/cvexpr.exp
7431 * gdb.base/detach.exp
7432 * gdb.base/display.exp
7433 * gdb.base/dmsym.exp
7434 * gdb.base/dprintf-pending.exp
7435 * gdb.base/dso2dso.exp
7436 * gdb.base/dtrace-probe.exp
7437 * gdb.base/dump.exp
7438 * gdb.base/enum_cond.exp
7439 * gdb.base/exe-lock.exp
7440 * gdb.base/exec-invalid-sysroot.exp
7441 * gdb.base/execl-update-breakpoints.exp
7442 * gdb.base/exprs.exp
7443 * gdb.base/fileio.exp
7444 * gdb.base/find.exp
7445 * gdb.base/finish.exp
7446 * gdb.base/fixsection.exp
7447 * gdb.base/foll-vfork.exp
7448 * gdb.base/frame-args.exp
7449 * gdb.base/gcore.exp
7450 * gdb.base/gdb1250.exp
7451 * gdb.base/global-var-nested-by-dso.exp
7452 * gdb.base/gnu-ifunc.exp
7453 * gdb.base/hashline1.exp
7454 * gdb.base/hashline2.exp
7455 * gdb.base/hashline3.exp
7456 * gdb.base/hbreak-in-shr-unsupported.exp
7457 * gdb.base/huge.exp
7458 * gdb.base/infcall-input.exp
7459 * gdb.base/info-fun.exp
7460 * gdb.base/info-shared.exp
7461 * gdb.base/jit-simple.exp
7462 * gdb.base/jit-so.exp
7463 * gdb.base/jit.exp
7464 * gdb.base/jump.exp
7465 * gdb.base/label.exp
7466 * gdb.base/lineinc.exp
7467 * gdb.base/logical.exp
7468 * gdb.base/longjmp.exp
7469 * gdb.base/macscp.exp
7470 * gdb.base/miscexprs.exp
7471 * gdb.base/new-ui-echo.exp
7472 * gdb.base/new-ui-pending-input.exp
7473 * gdb.base/new-ui.exp
7474 * gdb.base/nodebug.exp
7475 * gdb.base/nofield.exp
7476 * gdb.base/offsets.exp
7477 * gdb.base/overlays.exp
7478 * gdb.base/pending.exp
7479 * gdb.base/pointers.exp
7480 * gdb.base/pr11022.exp
7481 * gdb.base/printcmds.exp
7482 * gdb.base/prologue.exp
7483 * gdb.base/ptr-typedef.exp
7484 * gdb.base/realname-expand.exp
7485 * gdb.base/relativedebug.exp
7486 * gdb.base/relocate.exp
7487 * gdb.base/remote.exp
7488 * gdb.base/reread.exp
7489 * gdb.base/return2.exp
7490 * gdb.base/savedregs.exp
7491 * gdb.base/sep.exp
7492 * gdb.base/sepdebug.exp
7493 * gdb.base/sepsymtab.exp
7494 * gdb.base/set-inferior-tty.exp
7495 * gdb.base/setshow.exp
7496 * gdb.base/shlib-call.exp
7497 * gdb.base/sigaltstack.exp
7498 * gdb.base/siginfo-addr.exp
7499 * gdb.base/signals.exp
7500 * gdb.base/signull.exp
7501 * gdb.base/sigrepeat.exp
7502 * gdb.base/so-impl-ld.exp
7503 * gdb.base/solib-display.exp
7504 * gdb.base/solib-overlap.exp
7505 * gdb.base/solib-search.exp
7506 * gdb.base/solib-symbol.exp
7507 * gdb.base/structs.exp
7508 * gdb.base/structs2.exp
7509 * gdb.base/symtab-search-order.exp
7510 * gdb.base/twice.exp
7511 * gdb.base/unload.exp
7512 * gdb.base/varargs.exp
7513 * gdb.base/watchpoint-solib.exp
7514 * gdb.base/watchpoint.exp
7515 * gdb.base/whatis.exp
7516 * gdb.base/wrong_frame_bt_full.exp
7517 * gdb.btrace/dlopen.exp
7518 * gdb.cell/ea-standalone.exp
7519 * gdb.cell/ea-test.exp
7520 * gdb.cp/dispcxx.exp
7521 * gdb.cp/gdb2384.exp
7522 * gdb.cp/method2.exp
7523 * gdb.cp/nextoverthrow.exp
7524 * gdb.cp/pr10728.exp
7525 * gdb.disasm/am33.exp
7526 * gdb.disasm/h8300s.exp
7527 * gdb.disasm/mn10300.exp
7528 * gdb.disasm/sh3.exp
7529 * gdb.dwarf2/dw2-dir-file-name.exp
7530 * gdb.fortran/complex.exp
7531 * gdb.fortran/library-module.exp
7532 * gdb.guile/scm-pretty-print.exp
7533 * gdb.guile/scm-symbol.exp
7534 * gdb.guile/scm-type.exp
7535 * gdb.guile/scm-value.exp
7536 * gdb.linespec/linespec.exp
7537 * gdb.mi/gdb701.exp
7538 * gdb.mi/gdb792.exp
7539 * gdb.mi/mi-breakpoint-changed.exp
7540 * gdb.mi/mi-dprintf-pending.exp
7541 * gdb.mi/mi-dprintf.exp
7542 * gdb.mi/mi-exit-code.exp
7543 * gdb.mi/mi-pending.exp
7544 * gdb.mi/mi-solib.exp
7545 * gdb.mi/new-ui-mi-sync.exp
7546 * gdb.mi/pr11022.exp
7547 * gdb.mi/user-selected-context-sync.exp
7548 * gdb.opt/solib-intra-step.exp
7549 * gdb.python/py-events.exp
7550 * gdb.python/py-finish-breakpoint.exp
7551 * gdb.python/py-mi.exp
7552 * gdb.python/py-prettyprint.exp
7553 * gdb.python/py-shared.exp
7554 * gdb.python/py-symbol.exp
7555 * gdb.python/py-template.exp
7556 * gdb.python/py-type.exp
7557 * gdb.python/py-value.exp
7558 * gdb.reverse/solib-precsave.exp
7559 * gdb.reverse/solib-reverse.exp
7560 * gdb.server/solib-list.exp
7561 * gdb.stabs/weird.exp
7562 * gdb.threads/reconnect-signal.exp
7563 * gdb.threads/stepi-random-signal.exp
7564 * gdb.trace/actions.exp
7565 * gdb.trace/ax.exp
7566 * gdb.trace/backtrace.exp
7567 * gdb.trace/change-loc.exp
7568 * gdb.trace/deltrace.exp
7569 * gdb.trace/ftrace-lock.exp
7570 * gdb.trace/ftrace.exp
7571 * gdb.trace/infotrace.exp
7572 * gdb.trace/mi-tracepoint-changed.exp
7573 * gdb.trace/packetlen.exp
7574 * gdb.trace/passcount.exp
7575 * gdb.trace/pending.exp
7576 * gdb.trace/range-stepping.exp
7577 * gdb.trace/report.exp
7578 * gdb.trace/stap-trace.exp
7579 * gdb.trace/tfind.exp
7580 * gdb.trace/trace-break.exp
7581 * gdb.trace/trace-condition.exp
7582 * gdb.trace/trace-enable-disable.exp
7583 * gdb.trace/trace-mt.exp
7584 * gdb.trace/tracecmd.exp
7585 * gdb.trace/tspeed.exp
7586 * gdb.trace/tsv.exp
7587 * lib/perftest.exp
7588
fb9feb35
LM
75892016-12-01 Luis Machado <lgustavo@codesourcery.com>
7590
7591 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7592 with gdb_test_no_output.
7593 Use command as test name.
7594
cd2ddb6c
LM
75952016-12-01 Luis Machado <lgustavo@codesourcery.com>
7596
7597 Fix test names starting with uppercase throughout the files.
7598
7599 * gdb.ada/assign_1.exp
7600 * gdb.ada/boolean_expr.exp
7601 * gdb.base/arrayidx.exp
7602 * gdb.base/del.exp
7603 * gdb.base/gcore-buffer-overflow.exp
7604 * gdb.base/testenv.exp
7605 * gdb.compile/compile.exp
7606 * gdb.python/py-framefilter-invalidarg.exp
7607 * gdb.python/py-framefilter.exp
7608
bb95117e
LM
76092016-12-01 Luis Machado <lgustavo@codesourcery.com>
7610
7611 Fix test names starting with uppercase throughout the files.
7612
7613 * gdb.ada/array_return.exp
7614 * gdb.ada/expr_delims.exp
7615 * gdb.ada/mi_dyn_arr.exp
7616 * gdb.ada/mi_interface.exp
7617 * gdb.ada/mi_var_array.exp
7618 * gdb.ada/watch_arg.exp
7619 * gdb.arch/alpha-step.exp
7620 * gdb.arch/altivec-regs.exp
7621 * gdb.arch/e500-regs.exp
7622 * gdb.arch/powerpc-d128-regs.exp
7623 * gdb.base/arrayidx.exp
7624 * gdb.base/break.exp
7625 * gdb.base/checkpoint.exp
7626 * gdb.base/debug-expr.exp
7627 * gdb.base/dmsym.exp
7628 * gdb.base/radix.exp
7629 * gdb.base/sepdebug.exp
7630 * gdb.base/testenv.exp
7631 * gdb.base/watch_thread_num.exp
7632 * gdb.base/watchpoint-cond-gone.exp
7633 * gdb.cell/break.exp
7634 * gdb.cell/ea-cache.exp
7635 * gdb.compile/compile.exp
7636 * gdb.cp/gdb2495.exp
7637 * gdb.gdb/selftest.exp
7638 * gdb.gdb/xfullpath.exp
7639 * gdb.go/hello.exp
7640 * gdb.go/integers.exp
7641 * gdb.objc/basicclass.exp
7642 * gdb.pascal/hello.exp
7643 * gdb.pascal/integers.exp
7644 * gdb.python/py-breakpoint.exp
7645 * gdb.python/py-cmd.exp
7646 * gdb.python/py-linetable.exp
7647 * gdb.python/py-xmethods.exp
7648 * gdb.python/python.exp
7649 * gdb.reverse/consecutive-precsave.exp
7650 * gdb.reverse/finish-precsave.exp
7651 * gdb.reverse/i386-precsave.exp
7652 * gdb.reverse/machinestate-precsave.exp
7653 * gdb.reverse/sigall-precsave.exp
7654 * gdb.reverse/solib-precsave.exp
7655 * gdb.reverse/step-precsave.exp
7656 * gdb.reverse/until-precsave.exp
7657 * gdb.reverse/watch-precsave.exp
7658 * gdb.threads/leader-exit.exp
7659 * gdb.threads/pthreads.exp
7660 * gdb.threads/wp-replication.exp
7661 * gdb.trace/actions.exp
7662 * gdb.trace/mi-tsv-changed.exp
7663 * gdb.trace/tsv.exp
7664
de97fdd4
LM
76652016-12-01 Luis Machado <lgustavo@codesourcery.com>
7666
7667 Fix test names starting with uppercase throughout the files.
7668
7669 * gdb.arch/i386-bp_permanent.exp
7670 * gdb.arch/i386-gnu-cfi.exp
7671 * gdb.base/disasm-end-cu.exp
7672 * gdb.base/macscp.exp
7673 * gdb.base/pending.exp
7674 * gdb.base/watch_thread_num.exp
7675 * gdb.cp/exception.exp
7676 * gdb.cp/gdb2495.exp
7677 * gdb.cp/local.exp
7678 * gdb.python/py-evsignal.exp
7679 * gdb.python/python.exp
7680 * gdb.trace/tracecmd.exp
7681
9f058c10
LM
76822016-12-01 Luis Machado <lgustavo@codesourcery.com>
7683
7684 Fix test names starting with uppercase throughout the files.
7685
7686 * gdb.base/charset.exp
7687 * gdb.base/eval.exp
7688 * gdb.base/multi-forks.exp
7689 * gdb.guile/scm-progspace.exp
7690 * gdb.opencl/datatypes.exp
7691 * gdb.python/py-block.exp
7692 * gdb.python/py-function.exp
7693 * gdb.python/py-symbol.exp
7694 * gdb.python/py-symtab.exp
7695 * gdb.python/py-xmethods.exp
7696 * gdb.reverse/break-precsave.exp
7697 * gdb.reverse/break-reverse.exp
7698 * gdb.reverse/consecutive-precsave.exp
7699 * gdb.reverse/consecutive-reverse.exp
7700 * gdb.reverse/finish-precsave.exp
7701 * gdb.reverse/finish-reverse-bkpt.exp
7702 * gdb.reverse/finish-reverse.exp
7703 * gdb.reverse/fstatat-reverse.exp
7704 * gdb.reverse/getresuid-reverse.exp
7705 * gdb.reverse/i386-precsave.exp
7706 * gdb.reverse/i386-reverse.exp
7707 * gdb.reverse/i386-sse-reverse.exp
7708 * gdb.reverse/i387-stack-reverse.exp
7709 * gdb.reverse/insn-reverse.exp
7710 * gdb.reverse/machinestate-precsave.exp
7711 * gdb.reverse/machinestate.exp
7712 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7713 * gdb.reverse/pipe-reverse.exp
7714 * gdb.reverse/readv-reverse.exp
7715 * gdb.reverse/recvmsg-reverse.exp
7716 * gdb.reverse/rerun-prec.exp
7717 * gdb.reverse/s390-mvcle.exp
7718 * gdb.reverse/sigall-precsave.exp
7719 * gdb.reverse/sigall-reverse.exp
7720 * gdb.reverse/solib-precsave.exp
7721 * gdb.reverse/solib-reverse.exp
7722 * gdb.reverse/step-precsave.exp
7723 * gdb.reverse/step-reverse.exp
7724 * gdb.reverse/time-reverse.exp
7725 * gdb.reverse/until-precsave.exp
7726 * gdb.reverse/until-reverse.exp
7727 * gdb.reverse/waitpid-reverse.exp
7728 * gdb.reverse/watch-precsave.exp
7729 * gdb.reverse/watch-reverse.exp
7730
cdc7edd7
LM
77312016-12-01 Luis Machado <lgustavo@codesourcery.com>
7732
7733 Fix test names starting with uppercase throughout the files.
7734
7735 * gdb.arch/i386-mpx-simple_segv.exp
7736 * gdb.arch/i386-mpx.exp
7737 * gdb.arch/i386-permbkpt.exp
7738 * gdb.arch/pa-nullify.exp
7739 * gdb.arch/powerpc-d128-regs.exp
7740 * gdb.arch/vsx-regs.exp
7741 * gdb.base/bfp-test.exp
7742 * gdb.base/break.exp
7743 * gdb.base/breakpoint-shadow.exp
7744 * gdb.base/callfuncs.exp
7745 * gdb.base/charset.exp
7746 * gdb.base/commands.exp
7747 * gdb.base/completion.exp
7748 * gdb.base/dfp-test.exp
7749 * gdb.base/echo.exp
7750 * gdb.base/ending-run.exp
7751 * gdb.base/eval.exp
7752 * gdb.base/expand-psymtabs.exp
7753 * gdb.base/float128.exp
7754 * gdb.base/floatn.exp
7755 * gdb.base/foll-exec-mode.exp
7756 * gdb.base/gdb1056.exp
7757 * gdb.base/gdb11531.exp
7758 * gdb.base/kill-after-signal.exp
7759 * gdb.base/multi-forks.exp
7760 * gdb.base/overlays.exp
7761 * gdb.base/pending.exp
7762 * gdb.base/sepdebug.exp
7763 * gdb.base/testenv.exp
7764 * gdb.base/valgrind-db-attach.exp
7765 * gdb.base/watch_thread_num.exp
7766 * gdb.base/watchpoint-cond-gone.exp
7767 * gdb.base/watchpoint.exp
7768 * gdb.base/watchpoints.exp
7769 * gdb.cp/arg-reference.exp
7770 * gdb.cp/baseenum.exp
7771 * gdb.cp/operator.exp
7772 * gdb.cp/shadow.exp
7773 * gdb.dwarf2/dw2-op-out-param.exp
7774 * gdb.dwarf2/dw2-reg-undefined.exp
7775 * gdb.go/chan.exp
7776 * gdb.go/hello.exp
7777 * gdb.go/integers.exp
7778 * gdb.go/methods.exp
7779 * gdb.go/package.exp
7780 * gdb.guile/scm-parameter.exp
7781 * gdb.guile/scm-progspace.exp
7782 * gdb.guile/scm-value.exp
7783 * gdb.mi/mi-pending.exp
7784 * gdb.mi/user-selected-context-sync.exp
7785 * gdb.multi/multi-attach.exp
7786 * gdb.multi/tids.exp
7787 * gdb.opt/clobbered-registers-O2.exp
7788 * gdb.pascal/floats.exp
7789 * gdb.pascal/integers.exp
7790 * gdb.python/py-block.exp
7791 * gdb.python/py-events.exp
7792 * gdb.python/py-parameter.exp
7793 * gdb.python/py-symbol.exp
7794 * gdb.python/py-symtab.exp
7795 * gdb.python/py-type.exp
7796 * gdb.python/py-value.exp
7797 * gdb.python/py-xmethods.exp
7798 * gdb.python/python.exp
7799 * gdb.reverse/break-precsave.exp
7800 * gdb.reverse/consecutive-precsave.exp
7801 * gdb.reverse/finish-precsave.exp
7802 * gdb.reverse/i386-precsave.exp
7803 * gdb.reverse/machinestate-precsave.exp
7804 * gdb.reverse/sigall-precsave.exp
7805 * gdb.reverse/solib-precsave.exp
7806 * gdb.reverse/step-precsave.exp
7807 * gdb.reverse/until-precsave.exp
7808 * gdb.reverse/watch-precsave.exp
7809 * gdb.server/ext-attach.exp
7810 * gdb.server/ext-restart.exp
7811 * gdb.server/ext-run.exp
7812 * gdb.server/ext-wrapper.exp
7813 * gdb.stabs/gdb11479.exp
7814 * gdb.stabs/weird.exp
7815 * gdb.threads/attach-many-short-lived-threads.exp
7816 * gdb.threads/kill.exp
7817 * gdb.threads/watchpoint-fork.exp
7818
bc6c7af4
LM
78192016-12-01 Luis Machado <lgustavo@codesourcery.com>
7820
7821 Fix test names starting with uppercase throughout all the files below.
7822
7823 * gdb.ada/array_return.exp
7824 * gdb.ada/catch_ex.exp
7825 * gdb.ada/info_exc.exp
7826 * gdb.ada/mi_catch_ex.exp
7827 * gdb.ada/mi_dyn_arr.exp
7828 * gdb.ada/mi_ex_cond.exp
7829 * gdb.ada/mi_exc_info.exp
7830 * gdb.ada/mi_interface.exp
7831 * gdb.ada/mi_task_arg.exp
7832 * gdb.ada/mi_task_info.exp
7833 * gdb.ada/mi_var_array.exp
7834 * gdb.arch/alpha-step.exp
7835 * gdb.arch/amd64-disp-step.exp
7836 * gdb.arch/arm-disp-step.exp
7837 * gdb.arch/disp-step-insn-reloc.exp
7838 * gdb.arch/e500-prologue.exp
7839 * gdb.arch/ftrace-insn-reloc.exp
7840 * gdb.arch/gdb1558.exp
7841 * gdb.arch/i386-bp_permanent.exp
7842 * gdb.arch/i386-disp-step.exp
7843 * gdb.arch/i386-float.exp
7844 * gdb.arch/i386-gnu-cfi.exp
7845 * gdb.arch/ia64-breakpoint-shadow.exp
7846 * gdb.arch/mips16-thunks.exp
7847 * gdb.arch/pa-nullify.exp
7848 * gdb.arch/powerpc-aix-prologue.exp
7849 * gdb.arch/powerpc-power.exp
7850 * gdb.arch/ppc-dfp.exp
7851 * gdb.arch/s390-tdbregs.exp
7852 * gdb.arch/spu-info.exp
7853 * gdb.arch/spu-ls.exp
7854 * gdb.arch/thumb-bx-pc.exp
7855 * gdb.base/advance.exp
7856 * gdb.base/annota-input-while-running.exp
7857 * gdb.base/arrayidx.exp
7858 * gdb.base/asmlabel.exp
7859 * gdb.base/async.exp
7860 * gdb.base/attach-wait-input.exp
7861 * gdb.base/auto-connect-native-target.exp
7862 * gdb.base/batch-preserve-term-settings.exp
7863 * gdb.base/bfp-test.exp
7864 * gdb.base/bigcore.exp
7865 * gdb.base/bp-permanent.exp
7866 * gdb.base/break-always.exp
7867 * gdb.base/break-fun-addr.exp
7868 * gdb.base/break-idempotent.exp
7869 * gdb.base/break-main-file-remove-fail.exp
7870 * gdb.base/break-probes.exp
7871 * gdb.base/break-unload-file.exp
7872 * gdb.base/break.exp
7873 * gdb.base/call-ar-st.exp
7874 * gdb.base/call-rt-st.exp
7875 * gdb.base/call-sc.exp
7876 * gdb.base/call-signal-resume.exp
7877 * gdb.base/call-strs.exp
7878 * gdb.base/callexit.exp
7879 * gdb.base/callfuncs.exp
7880 * gdb.base/catch-gdb-caused-signals.exp
7881 * gdb.base/catch-signal-siginfo-cond.exp
7882 * gdb.base/catch-syscall.exp
7883 * gdb.base/compare-sections.exp
7884 * gdb.base/cond-eval-mode.exp
7885 * gdb.base/condbreak-call-false.exp
7886 * gdb.base/consecutive-step-over.exp
7887 * gdb.base/cursal.exp
7888 * gdb.base/disabled-location.exp
7889 * gdb.base/disasm-end-cu.exp
7890 * gdb.base/display.exp
7891 * gdb.base/double-prompt-target-event-error.exp
7892 * gdb.base/dprintf-bp-same-addr.exp
7893 * gdb.base/dprintf-detach.exp
7894 * gdb.base/dprintf-next.exp
7895 * gdb.base/dprintf-non-stop.exp
7896 * gdb.base/dprintf-pending.exp
7897 * gdb.base/dso2dso.exp
7898 * gdb.base/ending-run.exp
7899 * gdb.base/enum_cond.exp
7900 * gdb.base/examine-backward.exp
7901 * gdb.base/exe-lock.exp
7902 * gdb.base/exec-invalid-sysroot.exp
7903 * gdb.base/execl-update-breakpoints.exp
7904 * gdb.base/execution-termios.exp
7905 * gdb.base/fileio.exp
7906 * gdb.base/fixsection.exp
7907 * gdb.base/foll-exec-mode.exp
7908 * gdb.base/foll-exec.exp
7909 * gdb.base/fork-running-state.exp
7910 * gdb.base/frame-args.exp
7911 * gdb.base/fullpath-expand.exp
7912 * gdb.base/func-ptr.exp
7913 * gdb.base/gcore-relro-pie.exp
7914 * gdb.base/gdb1090.exp
7915 * gdb.base/gdb1555.exp
7916 * gdb.base/global-var-nested-by-dso.exp
7917 * gdb.base/gnu-ifunc.exp
7918 * gdb.base/hbreak-in-shr-unsupported.exp
7919 * gdb.base/hbreak-unmapped.exp
7920 * gdb.base/hook-stop.exp
7921 * gdb.base/infcall-input.exp
7922 * gdb.base/info-fun.exp
7923 * gdb.base/info-shared.exp
7924 * gdb.base/interrupt-noterm.exp
7925 * gdb.base/jit-so.exp
7926 * gdb.base/jit.exp
7927 * gdb.base/line-symtabs.exp
7928 * gdb.base/list.exp
7929 * gdb.base/longjmp.exp
7930 * gdb.base/macscp.exp
7931 * gdb.base/max-value-size.exp
7932 * gdb.base/nodebug.exp
7933 * gdb.base/nofield.exp
7934 * gdb.base/overlays.exp
7935 * gdb.base/paginate-after-ctrl-c-running.exp
7936 * gdb.base/paginate-bg-execution.exp
7937 * gdb.base/paginate-inferior-exit.exp
7938 * gdb.base/pending.exp
7939 * gdb.base/pr11022.exp
7940 * gdb.base/printcmds.exp
7941 * gdb.base/ptr-typedef.exp
7942 * gdb.base/ptype.exp
7943 * gdb.base/randomize.exp
7944 * gdb.base/range-stepping.exp
7945 * gdb.base/realname-expand.exp
7946 * gdb.base/relativedebug.exp
7947 * gdb.base/remote.exp
7948 * gdb.base/savedregs.exp
7949 * gdb.base/sepdebug.exp
7950 * gdb.base/set-noassign.exp
7951 * gdb.base/shlib-call.exp
7952 * gdb.base/shreloc.exp
7953 * gdb.base/sigaltstack.exp
7954 * gdb.base/sigbpt.exp
7955 * gdb.base/siginfo-addr.exp
7956 * gdb.base/siginfo-obj.exp
7957 * gdb.base/siginfo-thread.exp
7958 * gdb.base/signest.exp
7959 * gdb.base/signull.exp
7960 * gdb.base/sigrepeat.exp
7961 * gdb.base/skip.exp
7962 * gdb.base/so-impl-ld.exp
7963 * gdb.base/solib-corrupted.exp
7964 * gdb.base/solib-disc.exp
7965 * gdb.base/solib-display.exp
7966 * gdb.base/solib-overlap.exp
7967 * gdb.base/solib-search.exp
7968 * gdb.base/solib-symbol.exp
7969 * gdb.base/source-execution.exp
7970 * gdb.base/sss-bp-on-user-bp-2.exp
7971 * gdb.base/sss-bp-on-user-bp.exp
7972 * gdb.base/stack-checking.exp
7973 * gdb.base/stale-infcall.exp
7974 * gdb.base/step-break.exp
7975 * gdb.base/step-line.exp
7976 * gdb.base/step-over-exit.exp
7977 * gdb.base/step-test.exp
7978 * gdb.base/structs.exp
7979 * gdb.base/sym-file.exp
7980 * gdb.base/symtab-search-order.exp
7981 * gdb.base/term.exp
7982 * gdb.base/type-opaque.exp
7983 * gdb.base/unload.exp
7984 * gdb.base/until-nodebug.exp
7985 * gdb.base/until.exp
7986 * gdb.base/unwindonsignal.exp
7987 * gdb.base/watch-cond.exp
7988 * gdb.base/watch-non-mem.exp
7989 * gdb.base/watch_thread_num.exp
7990 * gdb.base/watchpoint-reuse-slot.exp
7991 * gdb.base/watchpoint-solib.exp
7992 * gdb.base/watchpoint.exp
7993 * gdb.btrace/dlopen.exp
7994 * gdb.cell/arch.exp
7995 * gdb.cell/break.exp
7996 * gdb.cell/bt.exp
7997 * gdb.cell/core.exp
7998 * gdb.cell/data.exp
7999 * gdb.cell/dwarfaddr.exp
8000 * gdb.cell/ea-cache.exp
8001 * gdb.cell/ea-standalone.exp
8002 * gdb.cell/ea-test.exp
8003 * gdb.cell/f-regs.exp
8004 * gdb.cell/fork.exp
8005 * gdb.cell/gcore.exp
8006 * gdb.cell/mem-access.exp
8007 * gdb.cell/ptype.exp
8008 * gdb.cell/registers.exp
8009 * gdb.cell/sizeof.exp
8010 * gdb.cell/solib-symbol.exp
8011 * gdb.cell/solib.exp
8012 * gdb.compile/compile-tls.exp
8013 * gdb.cp/exception.exp
8014 * gdb.cp/gdb2495.exp
8015 * gdb.cp/local.exp
8016 * gdb.cp/mb-inline.exp
8017 * gdb.cp/mb-templates.exp
8018 * gdb.cp/pr10687.exp
8019 * gdb.cp/pr9167.exp
8020 * gdb.cp/scope-err.exp
8021 * gdb.cp/templates.exp
8022 * gdb.cp/virtfunc.exp
8023 * gdb.dwarf2/dw2-dir-file-name.exp
8024 * gdb.dwarf2/dw2-single-line-discriminators.exp
8025 * gdb.fortran/complex.exp
8026 * gdb.fortran/library-module.exp
8027 * gdb.guile/guile.exp
8028 * gdb.guile/scm-cmd.exp
8029 * gdb.guile/scm-frame-inline.exp
8030 * gdb.guile/scm-objfile.exp
8031 * gdb.guile/scm-pretty-print.exp
8032 * gdb.guile/scm-symbol.exp
8033 * gdb.guile/scm-type.exp
8034 * gdb.guile/scm-value.exp
8035 * gdb.linespec/keywords.exp
8036 * gdb.linespec/ls-errs.exp
8037 * gdb.linespec/macro-relative.exp
8038 * gdb.linespec/thread.exp
8039 * gdb.mi/mi-breakpoint-changed.exp
8040 * gdb.mi/mi-dprintf-pending.exp
8041 * gdb.mi/mi-fullname-deleted.exp
8042 * gdb.mi/mi-logging.exp
8043 * gdb.mi/mi-pending.exp
8044 * gdb.mi/mi-solib.exp
8045 * gdb.mi/new-ui-mi-sync.exp
8046 * gdb.mi/user-selected-context-sync.exp
8047 * gdb.multi/dummy-frame-restore.exp
8048 * gdb.multi/multi-arch-exec.exp
8049 * gdb.multi/remove-inferiors.exp
8050 * gdb.multi/watchpoint-multi-exit.exp
8051 * gdb.opt/solib-intra-step.exp
8052 * gdb.perf/backtrace.exp
8053 * gdb.perf/single-step.exp
8054 * gdb.perf/skip-command.exp
8055 * gdb.perf/skip-prologue.exp
8056 * gdb.perf/solib.exp
8057 * gdb.python/lib-types.exp
8058 * gdb.python/py-as-string.exp
8059 * gdb.python/py-bad-printers.exp
8060 * gdb.python/py-block.exp
8061 * gdb.python/py-breakpoint.exp
8062 * gdb.python/py-cmd.exp
8063 * gdb.python/py-events.exp
8064 * gdb.python/py-evthreads.exp
8065 * gdb.python/py-finish-breakpoint.exp
8066 * gdb.python/py-finish-breakpoint2.exp
8067 * gdb.python/py-frame-inline.exp
8068 * gdb.python/py-frame.exp
8069 * gdb.python/py-inferior.exp
8070 * gdb.python/py-infthread.exp
8071 * gdb.python/py-mi.exp
8072 * gdb.python/py-objfile.exp
8073 * gdb.python/py-pp-maint.exp
8074 * gdb.python/py-pp-registration.exp
8075 * gdb.python/py-prettyprint.exp
8076 * gdb.python/py-recurse-unwind.exp
8077 * gdb.python/py-shared.exp
8078 * gdb.python/py-symbol.exp
8079 * gdb.python/py-symtab.exp
8080 * gdb.python/py-template.exp
8081 * gdb.python/py-type.exp
8082 * gdb.python/py-unwind-maint.exp
8083 * gdb.python/py-unwind.exp
8084 * gdb.python/py-value.exp
8085 * gdb.python/python.exp
8086 * gdb.reverse/finish-reverse-bkpt.exp
8087 * gdb.reverse/insn-reverse.exp
8088 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8089 * gdb.reverse/solib-precsave.exp
8090 * gdb.reverse/solib-reverse.exp
8091 * gdb.stabs/gdb11479.exp
8092 * gdb.stabs/weird.exp
8093 * gdb.threads/fork-child-threads.exp
8094 * gdb.threads/fork-plus-threads.exp
8095 * gdb.threads/fork-thread-pending.exp
8096 * gdb.threads/forking-threads-plus-breakpoint.exp
8097 * gdb.threads/hand-call-in-threads.exp
8098 * gdb.threads/interrupted-hand-call.exp
8099 * gdb.threads/linux-dp.exp
8100 * gdb.threads/local-watch-wrong-thread.exp
8101 * gdb.threads/next-while-other-thread-longjmps.exp
8102 * gdb.threads/non-ldr-exit.exp
8103 * gdb.threads/pending-step.exp
8104 * gdb.threads/print-threads.exp
8105 * gdb.threads/process-dies-while-detaching.exp
8106 * gdb.threads/process-dies-while-handling-bp.exp
8107 * gdb.threads/pthreads.exp
8108 * gdb.threads/queue-signal.exp
8109 * gdb.threads/reconnect-signal.exp
8110 * gdb.threads/signal-command-handle-nopass.exp
8111 * gdb.threads/signal-command-multiple-signals-pending.exp
8112 * gdb.threads/signal-delivered-right-thread.exp
8113 * gdb.threads/signal-sigtrap.exp
8114 * gdb.threads/sigthread.exp
8115 * gdb.threads/staticthreads.exp
8116 * gdb.threads/stepi-random-signal.exp
8117 * gdb.threads/thread-unwindonsignal.exp
8118 * gdb.threads/thread_check.exp
8119 * gdb.threads/thread_events.exp
8120 * gdb.threads/tid-reuse.exp
8121 * gdb.threads/tls-nodebug.exp
8122 * gdb.threads/tls-shared.exp
8123 * gdb.threads/tls-so_extern.exp
8124 * gdb.threads/tls.exp
8125 * gdb.threads/wp-replication.exp
8126 * gdb.trace/actions-changed.exp
8127 * gdb.trace/actions.exp
8128 * gdb.trace/backtrace.exp
8129 * gdb.trace/change-loc.exp
8130 * gdb.trace/collection.exp
8131 * gdb.trace/deltrace.exp
8132 * gdb.trace/disconnected-tracing.exp
8133 * gdb.trace/entry-values.exp
8134 * gdb.trace/ftrace-lock.exp
8135 * gdb.trace/ftrace.exp
8136 * gdb.trace/infotrace.exp
8137 * gdb.trace/mi-trace-frame-collected.exp
8138 * gdb.trace/mi-trace-unavailable.exp
8139 * gdb.trace/mi-traceframe-changed.exp
8140 * gdb.trace/mi-tracepoint-changed.exp
8141 * gdb.trace/mi-tsv-changed.exp
8142 * gdb.trace/no-attach-trace.exp
8143 * gdb.trace/packetlen.exp
8144 * gdb.trace/passc-dyn.exp
8145 * gdb.trace/passcount.exp
8146 * gdb.trace/pending.exp
8147 * gdb.trace/pr16508.exp
8148 * gdb.trace/qtro.exp
8149 * gdb.trace/range-stepping.exp
8150 * gdb.trace/read-memory.exp
8151 * gdb.trace/report.exp
8152 * gdb.trace/save-trace.exp
8153 * gdb.trace/signal.exp
8154 * gdb.trace/stap-trace.exp
8155 * gdb.trace/status-stop.exp
8156 * gdb.trace/strace.exp
8157 * gdb.trace/tfile.exp
8158 * gdb.trace/tfind.exp
8159 * gdb.trace/trace-break.exp
8160 * gdb.trace/trace-condition.exp
8161 * gdb.trace/trace-enable-disable.exp
8162 * gdb.trace/trace-mt.exp
8163 * gdb.trace/tracecmd.exp
8164 * gdb.trace/tracefile-pseudo-reg.exp
8165 * gdb.trace/tspeed.exp
8166 * gdb.trace/tstatus.exp
8167 * gdb.trace/tsv.exp
8168 * gdb.trace/unavailable.exp
8169 * gdb.trace/while-dyn.exp
8170 * gdb.trace/while-stepping.exp
8171 * lib/gdb-guile.exp
8172 * lib/gdb.exp
8173 * lib/mi-support.exp
8174 * lib/pascal.exp
8175 * lib/perftest.exp
8176 * lib/prelink-support.exp
8177 * lib/selftest-support.exp
8178
ad02e4fe
SM
81792016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8180
8181 * Makefile.in: Include disable-implicit-rules.mk.
8182
22347e55
AA
81832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8184
8185 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8186 non-byte-aligned bit fields.
8187
da5b30da
AA
81882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8189
8190 PR gdb/12616
8191 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8192 respects the DW_AT_data_bit_offset attribute.
8193
b593ecca
SM
81942016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8195
8196 * gdb.base/default.exp: Fix output of "set language".
8197
3b165252
SM
81982016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8199
8200 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8201 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8202 make.
8203 * configure.ac: Remove checks for the make program.
8204 * configure: Re-generate.
8205
1a2f3d7f
KB
82062016-11-16 Kevin Buettner <kevinb@redhat.com>
8207
8208 * gdb.python/py-recurse-unwind.c (main): Add loop.
8209 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8210 to read_register() and gdb.parse_and_eval(). Make each code
8211 call a separate case that can be individually tested.
8212 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8213 proc. Call cont_and_backtrace for each of the code paths that
8214 we want to test in the unwinder.
8215
b7f38fda
AA
82162016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8217
8218 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8219 the definition of struct S.
8220
1f8db343
CM
82212016-11-11 Catherine Moore <clm@codesourcery.com>
8222
8223 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8224
fad0c9fb
PA
82252016-11-09 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/commands.exp (runto_or_return): New procedure.
8228 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8229 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8230 (progvar_simple_while_test, progvar_complex_if_while_test)
8231 (if_while_breakpoint_command_test)
8232 (infrun_breakpoint_command_test, breakpoint_command_test)
8233 (user_defined_command_test, watchpoint_command_test)
8234 (test_command_prompt_position, redefine_hook_test)
8235 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8236 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8237 multi_line_input and multi_line. Remove gdb_expect and
8238 gdb_stop_suppressing_tests uses.
8239 * lib/gdb.exp (valnum_re): New global.
8240 (multi_line_input): New procedure.
8241
8354c62c
SM
82422016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8243
8244 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8245 Remove.
8246 (test_setup): Define with proc_with_prefix.
8247 (test_cli_inferior): Likewise.
8248 (test_cli_thread): Likewise.
8249 (test_cli_frame): Likewise.
8250 (test_cli_select_frame): Likewise.
8251 (test_cli_up_down): Likewise.
8252 (test_mi_thread_select): Likewise.
8253 (test_mi_stack_select_frame): Likewise.
8254 (test_cli_in_mi_inferior): Likewise.
8255 (test_cli_in_mi_thread): Likewise.
8256 (test_cli_in_mi_frame): Likewise.
8257 (top level): Do not use with_test_prefix_procname.
8258
64f367a2
PA
82592016-11-09 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.base/commands.exp (gdbvar_simple_if_test)
8262 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8263 (progvar_simple_if_test, progvar_simple_while_test)
8264 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8265 (infrun_breakpoint_command_test, breakpoint_command_test)
8266 (user_defined_command_test, watchpoint_command_test)
8267 (test_command_prompt_position, deprecated_command_test)
8268 (bp_deleted_in_command, temporary_breakpoint_commands)
8269 (stray_arg0_test, source_file_with_indented_comment)
8270 (recursive_source_test, if_commands_test)
8271 (error_clears_commands_left, redefine_hook_test)
8272 (redefine_backtrace_test): Use proc_with_prefix.
8273 * lib/gdb.exp (proc_with_prefix): New proc.
8274
0bb65f1e
AA
82752016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8276
8277 * gdb.base/tui-layout.c: New file.
8278 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8279 disassembly window contains very long lines.
8280
7353f247
TT
82812016-11-08 Tom Tromey <tom@tromey.com>
8282
8283 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8284 depend on Python 2.
8285
30a7bb83
TT
82862016-11-08 Tom Tromey <tom@tromey.com>
8287
8288 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8289 New method.
8290
cdf5a07c
MG
82912016-10-29 Manish Goregaokar <manish@mozilla.com>
8292
2806dc7e 8293 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8294
51a789c3
MG
82952016-10-27 Manish Goregaokar <manish@mozilla.com>
8296
2806dc7e
PA
8297 * gdb.rust/simple.rs: Add test for univariant enums without
8298 discriminants and for encoded struct-like enums.
51a789c3 8299
f610ab6d
PA
83002016-10-28 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8303 gdb_test_multiple, tighten regexps and match symtabs and line
8304 tables incrementally.
8305
b129b0ca
LM
83062016-10-28 Luis Machado <lgustavo@codesourcery.com>
8307
8308 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8309 general.
8310
ecf45d2c
SL
83112016-10-25 Luis Machado <lgustavo@codesourcery.com>
8312
8313 * gdb.base/exec-invalid-sysroot.exp: New file.
8314
b8d38ee4
JK
83152016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8316
8317 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8318
f90fd8c2
JK
83192016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8320
8321 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8322
2d2476aa
MR
83232016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8324
2806dc7e
PA
8325 * gdb.base/killed-outside.exp: Remove $options from a call to
8326 `prepare_for_testing'.
2d2476aa 8327
e42b25a0
SM
83282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8329
8330 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8331 Change test message.
8332
3ccdb432
SM
83332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8334
8335 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8336 Update comment.
8337
5bad3170
SM
83382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8339
8340 * gdb.trace/mi-trace-save.exp: New file.
8341
5ad9dba7
YQ
83422016-10-13 Yao Qi <yao.qi@linaro.org>
8343
8344 * gdb.base/code_elim.exp (get_var_address): Remove.
8345 * gdb.base/relocate.exp: Likewise.
8346 * gdb.base/shreloc.exp: Likewise.
8347 * lib/gdb.exp (get_var_address): New.
8348
62df7e21
YQ
83492016-10-13 Yao Qi <yao.qi@linaro.org>
8350
8351 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8352 floating point tests if $skip_float_test is false.
8353
4dac951e
LM
83542016-10-12 Luis Machado <lgustavo@codesourcery.com>
8355
8356 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8357 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8358 argc values.
8359 Add 1 to argc so we guarantee distinct initial/modified argc values.
8360
8f1a8fc4
JK
83612016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8364
16c85b5d
JK
83652016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8366
8367 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8368 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8369 * gdb.arch/vsx-regs.exp: Likewise.
8370
1d0e042a
YQ
83712016-10-07 Yao Qi <yao.qi@linaro.org>
8372
8373 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8374
68dadef5
MM
83752016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8376
8377 * gdb.python/python.exp: Test decode_line("*0").
8378
33fa2c6e
DE
83792016-10-06 Doug Evans <dje@google.com>
8380
8381 * gdb.python/py-value.exp (test_value_creation): Add test for large
8382 unsigned 64-bit value.
8383
9c37b5ae
TT
83842016-10-06 Tom Tromey <tom@tromey.com>
8385
8386 * gdb.compile/compile.exp: Change java tests to rust.
8387 * gdb.base/setshow.exp: Change java tests to rust.
8388 * gdb.base/default.exp: Remove java from language list.
8389 * README (Examples): Update language example.
8390 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8391 test.
8392 * lib/gdb.exp (skip_java_tests): Remove.
8393 * lib/java.exp: Remove.
8394 * gdb.java: Remove.
8395
78b86327
MR
83962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8397
8398 * gdb.arch/mips-fcr.exp: New test.
8399 * gdb.arch/mips-fcr.c: Source for the new test.
8400
7470adbb
MR
84012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8402
8403 * gdb.base/solib-disc.exp: Use `standard_output_file'
8404 throughout.
8405
4a556533
PA
84062016-10-06 Pedro Alves <palves@redhat.com>
8407
8408 * gdb.base/jit-simple-dl.c: New file.
8409 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8410 * gdb.base/jit-simple.c: ... this.
8411 * gdb.base/jit-simple.exp (jit_run): Delete.
8412 (build_jit): New proc.
8413 (jit_test_reread): Recompile either the main program or the shared
8414 library, depending on what is being tested. Skip changing address
8415 if caller wants to. Compare before/after addresses. If testing
8416 standalone, explicitly load the binary. Test "maint info
8417 breakpoints".
8418 (top level): Add "standalone vs shared lib" and "change address"
8419 vs "same address" axes.
8420
5a122fbc
PA
84212016-10-06 Pedro Alves <palves@redhat.com>
8422
8423 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8424 call.
8425 (jit_run): Delete.
8426 (jit_test_reread): Use with_test_prefix. Reload the main binary
8427 explicitly. Compare the before/after addresses of the JIT
8428 descriptor.
8429
ee8da4b8
DE
84302016-08-15 Doug Evans <dje@google.com>
8431
8432 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8433 for single bitfields is bool.
8434 * gdb.xml/tdesc-regs.exp: Ditto.
8435
f389f6fe
JK
84362016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8439
fdebf1a4
YQ
84402016-10-05 Yao Qi <yao.qi@linaro.org>
8441
8442 * lib/gdb.exp (support_complex_tests): Return zero if
8443 gdb_skip_float_test return true.
8444
9c36d954 84452016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8446 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8447
8448 PR gdb/20487
8449 * gdb.mi/user-selected-context-sync.exp: New file.
8450 * gdb.mi/user-selected-context-sync.c: New file.
8451
4034d0ff 84522016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8453 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8454
8455 PR gdb/20487
8456 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8457 =thread-select-event check.
8458
a4297203
PB
84592016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8460
8461 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8462 the compulsory L operand changes.
8463 * gdb.arch/powerpc-power.s: Likewise.
8464
bb805577
JK
84652016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8468 * gdb.base/jit-attach-pie.c: New file.
8469 * gdb.base/jit-attach-pie.exp: New file.
8470
6d61dee5
PA
84712016-09-28 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/infcall-input.c: New file.
8474 * gdb.base/infcall-input.exp: New file.
8475
f73842fc
YQ
84762016-09-22 Yao Qi <yao.qi@linaro.org>
8477
8478 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8479 (gdb_exit): Rename it to ...
8480 (gdbserver_gdb_exit): ... Close GDBserver.
8481 (gdb_exit): New proc, call gdbserver_gdb_exit.
8482 (mi_gdb_exit): Likewise.
8483
90681dab
YQ
84842016-09-22 Yao Qi <yao.qi@linaro.org>
8485
8486 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8487 path.
8488 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8489 Remove duplication.
8490
9c211fd8
YQ
84912016-09-22 Yao Qi <yao.qi@linaro.org>
8492
8493 * lib/gdbserver-support.exp: Check the existence of
8494 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8495
ad0a504f
AK
84962016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8497
8498 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8499
36cf1806
TT
85002016-09-21 Tom Tromey <tom@tromey.com>
8501
8502 PR gdb/20604:
8503 * gdb.base/quit.exp: New file.
8504
74172ecf
SM
85052016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8506
8507 * .gitignore: New file.
8508
3d0ec882
MR
85092016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8510
8511 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8512 throughout.
8513
8193adea
AA
85142016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8515
8516 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8517
d41a5c09
JK
85182016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8519
8520 * gdb.cp/casts.cc (decltype): Move it ...
8521 (main): ... with its call to ...
8522 * gdb.cp/casts03.cc: ... a new file.
8523 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8524
d2dfe700
JK
85252016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8528
e2a92b16
PB
85292016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8530
8531 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8532 and sync up the test with tests in gas/testsuite/gas/ppc.
8533 * gdb.arch/powerpc-power.exp: Likewise.
8534
49b4de64
JK
85352016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8536
8537 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8538
2c29df25
SDJ
85392016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8540 Jan Kratochvil <jan.kratochvil@redhat.com>
8541
8542 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8543 make m1's definition to be different from m2's. Use 'dummy' as an
8544 argument for probe 'two'.
8545
cc3c2846
JB
85462016-09-10 Jon Beniston <jon@beniston.com>
8547
8548 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8549 for sim target.
8550
e1b2624a
AA
85512016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8552
8553 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8554 variable declaration.
8555 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8556 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8557 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8558 received HWCAP as its argument.
8559
4295e285
PA
85602016-09-06 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.base/new-ui-pending-input.c: New file.
8563 * gdb.base/new-ui-pending-input.exp: New file.
8564 * gdb.exp (clear_gdb_spawn_id): New procedure.
8565 (with_spawn_id): Check whether gdb_spawn_id exists before
8566 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8567 on exit.
8568
00d5215e
UW
85692016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8570
8571 * gdb.base/float128.c: New file.
8572 * gdb.base/float128.exp: Likewise.
8573 * gdb.base/floatn.c: Likewise.
8574 * gdb.base/floatn.exp: Likewise.
8575
a9ff5f12
UW
85762016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8577
8578 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8579
f245535c
PA
85802016-09-05 Pedro Alves <palves@redhat.com>
8581
8582 PR backtrace/19927
8583 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8584 unwinders are immediately called as side effect of "source" or
8585 "disable unwinder" commands.
8586 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8587
ae9cf263
YQ
85882016-09-02 Yao Qi <yao.qi@linaro.org>
8589
8590 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8591 is true and $type is "float" or "double".
8592
27aba047
YQ
85932016-09-02 Yao Qi <yao.qi@linaro.org>
8594
8595 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8596 true.
8597 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8598 * gdb.base/call-rt-st.exp: Likewise.
8599 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8600 return value instead of gdb,skip_float_test.
8601 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8602 (do_function_calls): Use its return value instead of
8603 gdb,skip_float_test.
8604 * gdb.base/finish.exp: Likewise.
8605 * gdb.base/funcargs.exp: Likewise.
8606 * gdb.base/return.exp: Likewise.
8607 * gdb.base/return2.exp: Likewise.
8608 * gdb.base/varargs.exp: Likewise.
8609 * lib/gdb.exp (gdb_skip_float_test): Change it to
8610 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8611
5af962df
AA
86122016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8613
8614 * gdb.multi/tids.exp: Test "thread apply all".
8615
7fac6910
JK
86162016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8617
8618 * gdb.base/default.exp (tty): Remove.
8619
bb1fe4ac
KB
86202016-08-24 Kevin Buettner <kevinb@redhat.com>
8621
2806dc7e
PA
8622 * gdb.python/py-recurse-unwind.c: New file.
8623 * gdb.python/py-recurse-unwind.py: New file.
8624 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8625
0a1ddfa6
SM
86262016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8627
8628 * gdb.base/set-inferior-tty.exp: New file.
8629 * gdb.base/set-inferior-tty.c: New file.
8630
d9de1fe3
PA
86312016-08-23 Pedro Alves <palves@redhat.com>
8632
8633 PR gdb/20494
8634 * gdb.base/new-ui-echo.c: New file.
8635 * gdb.base/new-ui-echo.exp: New file.
8636
e9d9abd7
YQ
86372016-08-23 Yao Qi <yao.qi@linaro.org>
8638
8639 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8640 gdbserver_spawn.
8641 * gdb.server/connect-without-multi-process.exp (do_test):
8642 Likewise.
8643
3589529e
YQ
86442016-08-23 Yao Qi <yao.qi@linaro.org>
8645
8646 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8647 standalone_txt. Delete gdb_txt and standalone_txt on host
8648 and target. Spawn the binary on target. Copy files from
8649 target to host.
8650
6bb90213
PA
86512016-08-22 Pedro Alves <palves@redhat.com>
8652
8653 PR gdb/20505
8654 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8655 with_test_prefix. Factor out bits to ...
8656 (test_no_vdso): ... this new procedure.
8657
20c2c024
CL
86582016-08-19 Carl Love <cel@us.ibm.com>
8659
8660 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8661 maintaining separate logic for constructing the output path.
8662 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8663 * gdb.arch/ppc-dfp.exp: Likewise.
8664 * gdb.arch/ppc-fp.exp: Likewise.
8665 * gdb.arch/vsx-regs.exp: Likewise.
8666 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8667 binprefix for generating the additional binary files.
8668
0646e07d
PA
86692016-08-19 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.trace/mi-trace-frame-collected.exp
8672 (test_trace_frame_collected): On x32, expect two registers.
8673
46da9242
CL
86742016-08-18 Carl Love <cel@us.ibm.com>
8675
8676 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8677 and sync up the test with tests in gas/testsuite/gas/ppc.
8678 * gdb.arch/powerpc-power.exp: Likewise.
8679
eb2332d7
SM
86802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8681
8682 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8683 expected error message.
8684
63c61e04
SM
86852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8686
8687 * gdb.multi/remove-inferiors.exp: New file.
8688 * gdb.multi/remove-inferiors.c: New file.
8689
7b17065f
YQ
86902016-08-12 Yao Qi <yao.qi@linaro.org>
8691
8692 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8693 argument list.
8694
01d3dedf
PA
86952016-08-10 Pedro Alves <palves@redhat.com>
8696
8697 PR gdb/19187
8698 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8699 setup_kfails.
8700
3eb7562a
PA
87012016-08-09 Pedro Alves <palves@redhat.com>
8702 Simon Marchi <simon.marchi@ericsson.com>
8703
8704 PR gdb/20418
8705 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8706 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8707
80614914
PA
87082016-08-09 Pedro Alves <palves@redhat.com>
8709
8710 PR mi/20431
8711 * gdb.mi/mi-cmd-error.exp: New file.
8712
f348d89a
PA
87132016-08-09 Pedro Alves <palves@redhat.com>
8714
8715 PR gdb/18653
8716 * gdb.base/signals-state-child.c: New file.
8717 * gdb.base/signals-state-child.exp: New file.
8718 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8719
e5ca03b4
PA
87202016-08-09 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8723
282a0691
TT
87242016-08-03 Tom Tromey <tom@tromey.com>
8725
8726 PR python/18565:
8727 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8728
41bfcd63
YQ
87292016-08-01 Yao Qi <yao.qi@linaro.org>
8730
8731 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8732 variable mode to "multi-process" if $multi_process is 1, otherwise
8733 set it to "single-process".
8734
e3465b24
YQ
87352016-08-01 Yao Qi <yao.qi@linaro.org>
8736
8737 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8738 * gdb.cp/cpexprs.exp: Likewise.
8739 * gdb.cp/m-static.exp: Likewise.
8740
0b31a4bc
TT
87412016-07-26 Tom Tromey <tom@tromey.com>
8742
8743 PR python/20190:
8744 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8745 test.
8746
e0461dbb
MM
87472016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8748
8749 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8750 selecting assembly source files.
8751 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8752 assembly source files.
8753 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8754 assembly source files.
8755 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8756 selecting assembly source files.
8757
8194e927
SM
87582016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8759
8760 * gdb.base/new-ui.exp (do_test_invalid_args): New
8761 procedure.
8762
c0272db5
TW
87632016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8764
8765 * gdb.btrace/reconnect.c: New file.
8766 * gdb.btrace/reconnect.exp: New file.
8767
e3487908
GKB
87682016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8769
8770 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8771 to test_catch_syscall_group.
8772 (test_catch_syscall_group): New.
8773
12df5c00
TT
87742016-07-21 Tom Tromey <tom@tromey.com>
8775
8776 * gdb.rust/simple.rs (main): Use empty struct expression.
8777 * gdb.rust/simple.exp: Add tests for empty struct expression.
8778
bae62ee2
YQ
87792016-07-21 Yao Qi <yao.qi@linaro.org>
8780
8781 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8782 if gdb_skip_xml_test is true on some targets.
8783
b1b53fb3
YQ
87842016-07-21 Yao Qi <yao.qi@linaro.org>
8785
8786 * gdb.server/solib-list.exp: Unset last_loaded_file.
8787
027d97f8
JK
87882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8789
8790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8791 "step into captured_main (args)".
8792
7674d381
JK
87932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8794
8795 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8796
72b5d099
JK
87972016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8798
8799 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8800
1f960ced
PA
88012016-07-19 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8804 * gdb.opt/inline-bt.exp: Likewise.
8805 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8806 additional_flags=-Winline.
8807 * gdb.opt/inline-locals.exp: Likewise.
8808 * gdb.opt/inline-markers.c (ATTR): Define.
8809 (inlined_fn): Use it.
8810
f25827c1
YQ
88112016-07-19 Yao Qi <yao.qi@linaro.org>
8812
8813 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8814 (test_with_self): Remove some code. Remove argument executable.
8815 (top-level): Use do_self_tests.
8816
37539ebe
DB
88172016-07-15 Zachary Welch <zwelch@codesourcery.com>
8818 Don Breazeal <donb@codesourcery.com>
8819
8820 * gdb.base/maint.exp: Escape paths used in regular expressions.
8821 * gdb.stabs/weird.exp: Likewise.
8822
dac790e1
TT
88232016-07-13 Tom Tromey <tom@tromey.com>
8824
8825 PR python/15620, PR python/18620:
8826 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8827 (test_bkpt_events): New procs.
8828
93daf339
TT
88292016-07-13 Tom Tromey <tom@tromey.com>
8830
8831 PR python/17698:
8832 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8833 test.
8834 (test_watchpoints): Likewise.
8835 (test_bkpt_pending): New proc.
8836
6571a381
TT
88372016-07-13 Tom Tromey <tom@tromey.com>
8838
8839 PR cli/18053:
8840 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8841 completion test.
8842
e8732474
JK
88432016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8846 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8847 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8848 f_label.
8849 (g): Rename g_end_lbl to g_label.
8850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8851 low_pc and high_pc.
8852 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8853
e0f3fd7c
TT
88542016-07-12 Tom Tromey <tom@tromey.com>
8855
8856 PR python/19293:
8857 * gdb.python/py-unwind-maint.exp: Update tests.
8858
3cfe46b6
YQ
88592016-07-12 Yao Qi <yao.qi@linaro.org>
8860
8861 * lib/selftest-support.exp (selftest_setup): Match the output
8862 when captured_main is inlined.
8863
4f19a0e6
WT
88642016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8865
8866 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8867 New variables.
8868 (print this%a, print this%b, print this): New tests.
8869 * gdb.fortran/derived-types.f90 (this): New object and
8870 initialization.
8871
986cf455
SM
88722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8873
8874 * gdb.ada/arraydim.exp: Remove extra directory level in build
8875 directory.
8876
f0464b23
SM
88772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8878
8879 * lib/ada.exp: Remove extra directory level in build directory.
8880 * gdb.ada/cond_lang.exp: Likewise.
8881 * gdb.ada/exec_changed.exp: Likewise.
8882 * gdb.ada/lang_switch.exp: Likewise.
8883
42d94011
MG
88842016-07-06 Manish Goregaokar <manish@mozilla.com>
8885
2806dc7e
PA
8886 * simple.rs: Add test for raw pointer subscripting.
8887 * simple.exp: Add test expectations.
42d94011 8888
647c264c
YQ
88892016-07-05 Yao Qi <yao.qi@linaro.org>
8890
8891 * gdb.mi/mi-reverse.exp: Match =record-started output.
8892
20aa2c60
PA
88932016-07-01 Pedro Alves <palves@redhat.com>
8894
8895 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8896 procedure.
8897 (jit_reader_test): Test the jit reader's unwinder.
8898 * gdb.base/jithost.c (jit_function_00_code): New global.
8899 (main): Use memcpy to fill in the mmapped code, instead of poking
8900 bytes manually here.
8901 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8902 value.
8903 (read_debug_info): Save the function's range.
8904 (read_sp): New function.
8905 (unwind_frame): Use it. Also unwind RBP.
8906 (get_frame_id): Use read_sp.
8907 (gdb_init_reader): Use calloc instead of malloc.
8908 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8909 parameter. Use gdb_test_multiple.
8910
ced2dffb
PA
89112016-07-01 Pedro Alves <palves@redhat.com>
8912 Antoine Tremblay <antoine.tremblay@ericsson.com>
8913
8914 * gdb.threads/process-dies-while-detaching.c: New file.
8915 * gdb.threads/process-dies-while-detaching.exp: New file.
8916
63000888
PA
89172016-07-01 Pedro Alves <palves@redhat.com>
8918
8919 * gdb.multi/watchpoint-multi-exit.c: New file.
8920 * gdb.multi/watchpoint-multi-exit.exp: New file.
8921
038d4868
PA
89222016-06-30 Pedro Alves <palves@redhat.com>
8923
8924 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8925 unset inferior_spawn_id.
8926
994e9c83
PA
89272016-06-30 Pedro Alves <palves@redhat.com>
8928
8929 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8930 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8931
e5653468
YQ
89322016-06-29 Yao Qi <yao.qi@linaro.org>
8933
8934 * gdb.base/return.c: Add copyright header.
8935
803b47e5
TT
89362016-06-29 Tom Tromey <tom@tromey.com>
8937
8938 PR python/20129:
8939 * gdb.python/py-framefilter.exp: Add tests for setting priority
8940 and disabling of non-existent frame filter.
8941
28244707
YQ
89422016-06-29 Yao Qi <yao.qi@linaro.org>
8943
8944 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8945 0x0f07ff.
8946
a31d2f06
YQ
89472016-06-28 Yao Qi <yao.qi@linaro.org>
8948
8949 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8950 triplets. Start gdb, execute catch syscall, and continue. Check
8951 gdb's output to determine catch syscall is supported.
8952
921d8f54
MG
89532016-06-27 Manish Goregaokar <manish@mozilla.com>
8954
25d49b86
PA
8955 * gdb.rust/simple.rs: Add test for returning unit in a function.
8956 * gdb.rust/simple.exp: Add expectation for functions returning
8957 unit.
921d8f54 8958
f4952523
PMR
89592016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8960
8961 * gdb.python/py-breakpoint-create-fail.c,
8962 gdb.python/py-breakpoint-create-fail.exp,
8963 gdb.python/py-breakpoint-create-fail.py: New testcase.
8964
fccb08f8
MG
89652016-06-25 Manish Goregaokar <manish@mozilla.com>
8966
8967 PR gdb/20239
8968 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8969 * gdb.rust/simple.exp: Add test expectations for new NonZero
8970 tests.
fccb08f8 8971
6b850546
DT
89722016-06-24 David Taylor <dtaylor@emc.com>
8973
8974 * gdb.base/offsets.exp: New file.
8975 * gdb.base/offsets.c: New file.
8976
17621150
TT
89772016-06-23 Tom Tromey <tom@tromey.com>
8978
8979 PR gdb/16483:
8980 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8981 before any filters are loaded.
8982
04d59df6
WT
89832016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8984
8985 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8986 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8987 structs.
8988 * gdb.fortran/derived-type-function.exp: New file.
8989 * gdb.fortran/derived-type-function.f90: New file.
8990
8991
ac69f786
PA
89922016-06-21 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.base/new-ui.exp: New file.
8995 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8996 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8997 (with_spawn_id): New procedure.
8998
49940788
PA
89992016-06-21 Pedro Alves <palves@redhat.com>
9000
9001 * gdb.mi/mi-exec-run.exp: New file.
9002
ef274d26
PA
90032016-06-21 Pedro Alves <palves@redhat.com>
9004
9005 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9006 breakpoint command's output on the main UI.
9007 (test_break): New procedure, factored out from calls in the top
9008 level.
9009 (top level): Use foreach_with_prefix to test MI as main UI and as
9010 separate UI.
9011
468afe6c
PA
90122016-06-21 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9015 (test_awatch_creation_and_listing)
9016 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9017 Remove 'type' parameter.
9018 (test_watchpoint_all): New parameter mi_mode. Remove
9019 with_test_prefix.
9020 (top level): Use foreach_with_prefix, and add main/separate UI MI
9021 testing axis.
9022
51f77c37
PA
90232016-06-21 Pedro Alves <palves@redhat.com>
9024
9025 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9026 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9027 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9028 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9029 (gdb_main_spawn_id, mi_spawn_id): Declare and
9030 comment.
9031 (mi_create_inferior_pty): New procedure,
9032 factored out from default_mi_gdb_start.
9033 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9034 procedures.
9035 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9036 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9037 Use mi_create_inferior_pty.
9038 (mi_gdb_start): Use eval to pass down args list.
9039
8980e177
PA
90402016-06-21 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9043 * gdb.opt/inline-cmds.exp: Add MI tests.
9044
f38d3ad1
PA
90452016-06-21 Pedro Alves <palves@redhat.com>
9046
9047 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9048
45db7c09
PA
90492016-06-21 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9052 (top level): Use it instead of mi_execute_to.
9053
5a069ab3
PA
90542016-06-21 Pedro Alves <palves@redhat.com>
9055
9056 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9057 (cont_handler_str): New.
9058 (signal_stop_handler): Set stop_handler_str instead of printing to
9059 stdout.
9060 (continue_handler): Set cont_handler_str instead of printing to
9061 stdout.
9062 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9063 mi_send_resuming_command. Print stop_handler_str and
9064 cont_handler_str instead of expecting the python events print
9065 directly.
9066
2838cc1d
SD
90672016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9068
9069 * gdb.base/jit-reader.exp: New file.
9070 * gdb.base/jithost.c: New file.
9071 * gdb.base/jithost.h: New file.
9072 * gdb.base/jitreader.c : New file.
9073 * gdb.base/jit-protocol.h: New file.
9074
21a77091
YQ
90752016-06-17 Yao Qi <yao.qi@linaro.org>
9076
9077 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9078 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9079 and detach-on-fork. Adjust tests.
9080 (top level): Invoke break_cond_on_syscall with combinations of
9081 syscall, follow-fork-mode and detach-on-fork.
9082
f50bf8e5
YQ
90832016-06-17 Yao Qi <yao.qi@linaro.org>
9084
9085 * gdb.base/step-over-exit.c: New.
9086 * gdb.base/step-over-exit.exp: New.
9087
a28d8e50
YTL
90882016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9089
9090 * gdb.base/float.exp: Add target check for nds32*-*-*.
9091 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9092
cad8e26d
AB
90932016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9094
9095 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9096 for unsupported target features.
9097 * gdb.base/call-rt-st.exp: Likewise.
9098 * gdb.base/call-sc.exp: Likewise.
9099 * gdb.base/call-signal-resume.exp: Likewise.
9100 * gdb.base/call-strs.exp: Likewise.
9101 * gdb.base/callexit.exp: Likewise.
9102 * gdb.base/callfuncs.exp: Likewise.
9103 * gdb.base/nodebug.exp: Likewise.
9104 * gdb.base/printcmds.exp: Likewise.
9105 * gdb.base/ptype.exp: Likewise.
9106 * gdb.base/structs.exp: Likewise.
9107 * gdb.base/unwindonsignal.exp: Likewise.
9108 * gdb.cp/gdb2495.exp: Likewise.
9109 * gdb.cp/templates.exp: Likewise.
9110 * gdb.cp/virtfunc.exp: Likewise.
9111 * gdb.threads/hand-call-in-threads.exp: Likewise.
9112 * gdb.threads/interrupted-hand-call.exp: Likewise.
9113 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9114
347dc102
TT
91152016-06-10 Tom Tromey <tom@tromey.com>
9116
9117 PR rust/20110:
9118 * gdb.rust/expr.exp: Add test for integer constant larger than
9119 i32.
9120
5e13cf25
BH
91212016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9122
9123 * gdb.fortran/nested-funcs.exp: New.
9124 * gdb.fortran/nested-funcs.f90: New.
9125
bb556f1f
TK
91262016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9127
9128 * gdb.base/examine-backward.c: New file.
9129 * gdb.base/examine-backward.exp: New file.
9130
38b022b4
SM
91312016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9132
9133 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9134 matching.
9135
1b40ec05
TT
91362016-06-02 Tom Tromey <tom@tromey.com>
9137
9138 PR python/18984:
9139 * gdb.python/py-shared.exp: Add solib_name test.
9140
193bd378
SM
91412016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9142
9143 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9144
3326303b
MG
91452016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9146
9147 PR c++/19893
9148 * gdb.dwarf2/implref.exp: Rename to...
9149 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9150 * gdb.dwarf2/implref-array.c: New file.
9151 * gdb.dwarf2/implref-array.exp: Likewise.
9152 * gdb.dwarf2/implref-global.c: Likewise.
9153 * gdb.dwarf2/implref-global.exp: Likewise.
9154 * gdb.dwarf2/implref-struct.c: Likewise.
9155 * gdb.dwarf2/implref-struct.exp: Likewise.
9156
825c8ef2
AT
91572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9158
9159 * gdb.trace/trace-condition.exp: Add 64bit tests.
9160
2320162a
AT
91612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9162
9163 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9164 bits types.
9165 (main): Adapt to 8 to 64 bits types.
9166 * gdb.trace/trace-condition.exp: Add new tests.
9167
a7818233
AT
91682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9169
9170 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9171
0d336466
AT
91722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9173
9174 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9175 Move condition tests...
9176 * gdb.trace/trace-condition.exp: Here.
9177
7faeb45a
AT
91782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9179
9180 * gdb.trace/trace-condition.exp: Add counter-case tests.
9181
e385593e
JK
91822016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9183
9184 PR c++/15231
9185 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9186 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9187
744608cc
PA
91882016-05-27 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9191 New procedure.
9192 (top level): Call it, and bail out of DejaGnu is known to be bad.
9193
ac775bf4
AB
91942016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9195
9196 * gdb.base/whatis.c: Extend the test case.
9197 * gdb.base/whatis.exp: Add additional tests.
9198
2bbad2ea
BH
91992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9200
9201* gdb.fortran/type.f90: Add pointer variable.
9202* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9203
8b70175d
BH
92042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9205
9206 * gdb.fortran/vla-type.exp: Fix testcase name.
9207
86d8a848
BH
92082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9209
9210 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9211
e188eb36
BH
92122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9213
9214 * gdb.fortran/type.f90: Add nested structures.
9215 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9216 * gdb.fortran/derived-type.exp: Adapt expected output.
9217 * gdb.fortran/vla-type.exp: Adapt expected output.
9218
9b2db1fd
BH
92192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9220
9221 * gdb.fortran/whatis_type.exp: Adapt expected output.
9222
72b17055
BH
92232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9224
9225 * gdb.fortran/print_type.exp: Fix expected output.
9226 * gdb.fortran/whatis_type.exp: Fix expected output.
9227
3cd81d8d
BH
92282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9229
9230 * gdb.fortran/whatis_type.exp: Use multi_line.
9231
ddae9462
TT
92322016-05-24 Tom Tromey <tom@tromey.com>
9233
9234 PR python/17386:
9235 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9236 use value as an index.
9237
1957f6b8
TT
92382016-05-23 Tom Tromey <tom@tromey.com>
9239
9240 PR python/17981:
9241 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9242 no-breakpoint case.
9243
026a9174
PA
92442016-05-24 Pedro Alves <palves@redhat.com>
9245
9246 PR gdb/19828
9247 * gdb.threads/clone-attach-detach.c: New file.
9248 * gdb.threads/clone-attach-detach.exp: New file.
9249
e70a7231
FR
92502016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9251
9252 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9253
0f6ed0e0
TT
92542016-05-23 Tom Tromey <tom@tromey.com>
9255
9256 PR python/19438, PR python/18393:
9257 * gdb.python/py-progspace.exp: Add "dir" test.
9258 * gdb.python/py-objfile.exp: Add "dir" test.
9259
ffd19d61
YQ
92602016-05-23 Yao Qi <yao.qi@linaro.org>
9261
9262 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9263 * gdb.arch/thumb2-it.exp: Likewise.
9264
9e8f9b05
SM
92652016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9266
9267 * gdb.mi/mi-threads-interrupt.c: New file.
9268 * gdb.mi/mi-threads-interrupt.exp: New file.
9269
61c6156d
SM
92702016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9271
9272 PR gdb/18077
9273 * gdb.mi/mi-async-run.exp: New file.
9274 * gdb.mi/mi-async-run.c: New file.
9275
67218854
TT
92762016-05-17 Tom Tromey <tom@tromey.com>
9277 Manish Goregaokar <manishsmail@gmail.com>
9278
9279 * lib/rust-support.exp: New file.
9280 * lib/gdb.exp (skip_rust_tests): New proc.
9281 (build_executable_from_specs): Handle rust.
9282 * lib/future.exp (gdb_find_rustc): New proc.
9283 (gdb_default_target_compile): Handle rust.
9284 * gdb.rust/expr.exp: New file.
9285 * gdb.rust/generics.exp: New file.
9286 * gdb.rust/generics.rs: New file.
9287 * gdb.rust/methods.exp: New file.
9288 * gdb.rust/methods.rs: New file.
9289 * gdb.rust/modules.exp: New file.
9290 * gdb.rust/modules.rs: New file.
9291 * gdb.rust/simple.exp: New file.
9292 * gdb.rust/simple.rs: New file.
9293
c44af4eb
TT
92942016-05-17 Tom Tromey <tom@tromey.com>
9295
9296 * gdb.base/default.exp (set language): Add rust.
9297
dcd1f979
TT
92982016-05-17 Tom Tromey <tom@tromey.com>
9299
9300 * gdb.gdb/unittest.exp: New file.
9301
155b7f57
YQ
93022016-05-16 Yao Qi <yao.qi@linaro.org>
9303
9304 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9305 shell_prompt. Update shell_prompt_re.
9306
8ddd5a6c
DE
93072016-05-12 Doug Evans <dje@google.com>
9308
9309 PR symtab/19999
9310 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9311 $options when building executable.
9312 * gdb.dwarf2/fission-loclists-pie.S: New file.
9313 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9314
02e370d9
SM
93152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9316
9317 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9318 of [is_remote target],
9319
8929ad8b
SM
93202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9321
9322 * lib/gdb.exp (use_gdb_stub): New procedure.
9323
6c447423
DE
93242016-05-03 Yunlian Jiang <yunlian@google.com>
9325 Doug Evans <dje@google.com>
9326
9327 PR symtab/19914
9328 * gdb.dwarf2/dwp-sepdebug.c: New file.
9329 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9330
444e826c
SM
93312016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9332
9333 * gdb.base/detach.exp: Remove is_remote check.
9334
740feeaa
SM
93352016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9336
9337 * gdb.base/annota-input-while-running.exp: Don't check for
9338 [is_remote target]. Enable annotations after running to main.
9339 Remove unused "set test..." line.
9340
9080ac9d
SM
93412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9342
9343 * gdb.trace/trace-enable-disable.exp: New file.
9344 * gdb.trace/trace-enable-disable.c: New file.
9345
952ebca5
SM
93462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9347
9348 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9349 use it in info sharedlibrary test.
9350 * gdb.trace/ftrace-lock.exp: Likewise.
9351 * gdb.trace/ftrace.exp: Likewise.
9352 * gdb.trace/range-stepping.exp: Likewise.
9353 * gdb.trace/trace-break.exp: Likewise.
9354 * gdb.trace/trace-condition.exp: Likewise.
9355 * gdb.trace/trace-mt.exp: Likewise.
9356
d9019901
SM
93572016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9358
9359 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9360 (gdb_load_shlib): ... this.
9361 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9362 gdb_load_shlib.
9363 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9364 * gdb.base/ctxobj.exp: Likewise.
9365 * gdb.base/dprintf-pending.exp: Likewise.
9366 * gdb.base/dso2dso.exp: Likewise.
9367 * gdb.base/fixsection.exp: Likewise.
9368 * gdb.base/gcore-relro.exp: Likewise.
9369 * gdb.base/gdb1555.exp: Likewise.
9370 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9371 * gdb.base/gnu-ifunc.exp: Likewise.
9372 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9373 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9374 * gdb.base/pending.exp: Likewise.
9375 * gdb.base/print-file-var.exp: Likewise.
9376 * gdb.base/print-symbol-loading.exp: Likewise.
9377 * gdb.base/shlib-call.exp: Likewise.
9378 * gdb.base/shreloc.exp: Likewise.
9379 * gdb.base/so-impl-ld.exp: Likewise.
9380 * gdb.base/solib-disc.exp: Likewise.
9381 * gdb.base/solib-nodir.exp: Likewise.
9382 * gdb.base/solib-overlap.exp: Likewise.
9383 * gdb.base/solib-symbol.exp: Likewise.
9384 * gdb.base/solib-weak.exp (do_test): Likewise.
9385 * gdb.base/sym-file.exp: Likewise.
9386 * gdb.base/symtab-search-order.exp: Likewise.
9387 * gdb.base/type-opaque.exp: Likewise.
9388 * gdb.base/unload.exp: Likewise.
9389 * gdb.base/watchpoint-solib.exp: Likewise.
9390 * gdb.compile/compile.exp: Likewise.
9391 * gdb.cp/gdb2384.exp: Likewise.
9392 * gdb.cp/infcall-dlopen.exp: Likewise.
9393 * gdb.cp/re-set-overloaded.exp: Likewise.
9394 * gdb.fortran/library-module.exp: Likewise.
9395 * gdb.opt/solib-intra-step.exp: Likewise.
9396 * gdb.python/py-finish-breakpoint.exp: Likewise.
9397 * gdb.python/py-shared.exp: Likewise.
9398 * gdb.reverse/solib-precsave.exp: Likewise.
9399 * gdb.reverse/solib-reverse.exp: Likewise.
9400 * gdb.server/solib-list.exp: Likewise.
9401 * gdb.threads/dlopen-libpthread.exp: Likewise.
9402 * gdb.threads/tls-shared.exp: Likewise.
9403 * gdb.threads/tls-so_extern.exp: Likewise.
9404 * gdb.trace/change-loc.exp: Likewise.
9405 * gdb.trace/ftrace-lock.exp: Likewise.
9406 * gdb.trace/ftrace.exp: Likewise.
9407 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9408 * gdb.trace/pending.exp: Likewise.
9409 * gdb.trace/range-stepping.exp: Likewise.
9410 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9411 (strace_info_marker): Likewise.
9412 (strace_probe_marker): Likewise.
9413 (strace_trace_on_same_addr): Likewise.
9414 (strace_trace_on_diff_addr): Likewise.
9415 * gdb.trace/trace-break.exp: Likewise.
9416 * gdb.trace/trace-condition.exp: Likewise.
9417 * gdb.trace/trace-mt.exp: Likewise.
9418
fca4cfd9
SM
94192016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9420
9421 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9422 result of gdb_remote_download.
9423 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9424 * gdb.base/dso2dso.exp: Likewise.
9425 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9426 * gdb.base/print-file-var.exp: Likewise.
9427 * gdb.base/shlib-call.exp: Likewise.
9428 * gdb.base/shreloc.exp: Likewise.
9429 * gdb.base/solib-overlap.exp: Likewise.
9430 * gdb.base/solib-weak.exp (do_test): Likewise.
9431 * gdb.base/unload.exp: Likewise.
9432
11cf4ffb
YQ
94332016-04-27 Yao Qi <yao.qi@linaro.org>
9434
9435 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9436 exists.
9437
3e2e34f8
KB
94382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9439
9440 * vla-type.exp: Print structure from toplevel.
9441
8f07e298
BH
94422016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9443
9444 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9445 of dynamic types.
9446 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9447 of dynamic types.
9448
9920b434
BH
94492016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9450
9451 * gdb.fortran/vla-type.f90: New file.
9452 * gdb.fortran/vla-type.exp: New file.
9453
f3abeff5
YQ
94542016-04-25 Yao Qi <yao.qi@linaro.org>
9455
9456 * gdb.base/branch-to-self.c: New file.
9457 * gdb.base/branch-to-self.exp: New file.
9458
0a5d52f0
YQ
94592016-04-22 Yao Qi <yao.qi@linaro.org>
9460
9461 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9462 more after $hex.
9463
495346f6
YQ
94642016-04-22 Yao Qi <yao.qi@linaro.org>
9465
9466 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9467 * gdb.base/annota3.exp: Likewise.
9468
4a7e075c
YQ
94692016-04-22 Yao Qi <yao.qi@linaro.org>
9470
9471 * gdb.reverse/step-precsave.exp: Do one step and test program
9472 stops in "callee" and do multiple steps until program goes out
9473 of "callee".
9474 * gdb.reverse/step-reverse.exp: Likewise.
9475
5b061e98
YQ
94762016-04-22 Yao Qi <yao.qi@linaro.org>
9477
9478 * gdb.trace/signal.exp: Also pass if
9479 $tracepoint_hits($i) > $iterations.
9480
5c5dc57f
YQ
94812016-04-22 Yao Qi <yao.qi@linaro.org>
9482
9483 * gdb.trace/signal.c: New file.
9484 * gdb.trace/signal.exp: New file.
9485
a55411b9
DE
94862016-04-19 Doug Evans <xdje42@gmail.com>
9487
9488 * gdb.base/bad-file.exp: New file.
9489
a22df60a
MG
94902016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9491
9492 * gdb.dwarf2/implref.exp: New file.
9493
0c13f7e5
BH
94942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9495
9496 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9497 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9498 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9499 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9500 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9501 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9502 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9503 * lib/fortran.exp (fortran_int4): New procedure.
9504 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9505 (fortran_logical4): Likewise.
9506
9b9b09e9
BH
95072016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9508
9509 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9510
a14d1f4d
BH
95112016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9512
9513 * lib/compiler.c: Add Intel specific preprocessor macros.
9514 * lib/compiler.cc: Likewise.
25d49b86 9515
7d49b1d0
LM
95162016-04-13 Luis Machado <lgustavo@codesourcery.com>
9517
9518 * gdb.server/connect-with-no-symbol-file.c: New file.
9519 * gdb.server/connect-with-no-symbol-file.exp: New file.
9520
8392fa22
SM
95212016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9522
9523 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9524
8c4c4aeb
SM
95252016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9526
9527 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9528 standard output directory.
9529
45e3745e
AT
95302016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9531
9532 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9533
e26b7e41
MM
95342016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9535
9536 * gdb.btrace/instruction_history.c (loop): Add declaration.
9537
8ce09462
AT
95382016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9539
9540 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9541
2e88a1ea
SM
95422016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9543
9544 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9545 parentheses to print.
9546 (continue_handler): Likewise.
9547
f48e22e3
SM
95482016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9549
9550 * gdb.server/solib-list.exp: Remove is_remote check.
9551 Pass shlib= to gdb_compile. Don't link shared library with
9552 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9553 Run binary filename through "readlink -f" on the target.
9554
096be756
PA
95552016-04-08 Pedro Alves <palves@redhat.com>
9556
9557 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9558 interpreter filename as argument to gdbserver_spawn.
9559 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9560 Return empty if $last_loaded_file does not exist.
9561
06500533
JK
95622016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9563
9564 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9565 * gdb.base/jit-main.c: Use exit after usage.
9566
2d35e871
JK
95672016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9568
9569 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9570 GDBHISTSIZE prior to the tests.
9571 * gdb.base/gdbinit-history.exp: Likewise.
9572
95732016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9574
9575 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9576 instead of build_executable. Use gdb_load_shlibs.
9577
c8064e7e
YQ
95782016-04-07 Yao Qi <yao.qi@linaro.org>
9579
9580 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9581 Execute "si" command.
9582
bde47561
YQ
95832016-04-07 Yao Qi <yao.qi@linaro.org>
9584
9585 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9586 number instead of the comments on some line.
9587
b16f8a3b
DB
95882016-04-06 Don Breazeal <donb@codesourcery.com>
9589
9590 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9591 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9592
c2f901df
SM
95932016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9594
9595 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9596 standard_output_file. Remove unused binfile variable.
9597
ac17fda0
CU
95982016-04-05 Catalin Udma <catalin.udma@freescale.com>
9599
9600 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9601 * gdb.python/py-mi-objfile.exp: Match "list main" output
9602 in console format.
9603
03a8c4df
SM
96042016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9605
9606 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9607 absolute.
9608
6e774b13
SM
96092016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9610
9611 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9612 absolute.
9613 * gdb.trace/ftrace.exp: Likewise.
9614 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9615 targets as well.
9616 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9617 (gdb_load_shlibs): Copy libraries to test directory when testing
9618 natively. Only set solib-search-path if testing remotely.
9619 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9620
7817ea46
SM
96212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9624 gdb_download. Use it even if the target is not remote.
9625 * gdb.base/jit.exp (compile_jit_test): Likewise.
9626 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9627 output directory if the destination board is local, otherwise use
9628 the standard remote_download from DejaGnu.
9629 (gdb_download): Remove.
9630 (gdb_load_shlibs): Use gdb_remote_download instead of
9631 gdb_download.
9632 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9633 Use gdb_remote_download instead of gdb_download. Use it even if
9634 the target is not remote.
9635 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9636 instead of gdb_download.
9637
7beb7f68
SM
96382016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9639
9640 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9641 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9642 run.
9643
cc63428a
AV
96442016-04-01 Artemiy Volkov <artemiyv@acm.org>
9645
9646 PR gdb/19820
9647 * gdb.base/printcmds.exp: Add artificial arrays tests.
9648
64cdf930
PA
96492016-03-31 Pedro Alves <palves@redhat.com>
9650
9651 PR gdb/19858
9652 * gdb.base/jit-main.c: Include unistd.h.
9653 (ATTACH): Define to 0 if not already defined.
9654 (wait_for_gdb, mypid): New globals.
9655 (WAIT_FOR_GDB): New macro.
9656 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9657 some breakpoint locations.
9658 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9659 New procedures.
9660 (one_jit_test): Add REATTACH parameter, and handle it. Use
9661 continue_to_test_location.
9662 (top level): Test attach, and adjusts calls to one_jit_test.
9663
40dea8cb
PA
96642016-03-31 Pedro Alves <palves@redhat.com>
9665
9666 PR gdb/19858
9667 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9668 BINSUFFIX parameter, and handle it.
9669 (top level): Adjust calls compile_jit_test.
9670
e7ea3ec7
CU
96712016-03-31 Catalin Udma <catalin.udma@freescale.com>
9672
9673 PR python/19743
9674 * gdb.python/py-mi-events-gdb.py: New file.
9675 * gdb.python/py-mi-events.c: New file.
9676 * gdb.python/py-mi-events.exp: New file.
9677
e6359af3
YQ
96782016-03-30 Yao Qi <yao.qi@linaro.org>
9679
9680 * gdb.reverse/until-precsave.exp: Match function name only.
9681 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9682 Move malloc to a condition block.
9683 * gdb.reverse/until-reverse.exp: Match function name only.
9684
a4105d04
MK
96852016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9686
9687 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9688 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9689 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9690 variable for GPR 0 instead of assuming it is register 0.
9691 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9692 * lib/trace-support.exp: Add s390 registers.
9693
bfa6adb9
YQ
96942016-03-29 Yao Qi <yao.qi@linaro.org>
9695
9696 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9697
1e6697ea
YQ
96982016-03-24 Yao Qi <yao.qi@linaro.org>
9699
9700 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9701 test message.
9702
64bcd522
AA
97032016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9704
9705 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9706 maintaining separate logic for constructing the output path.
9707
7868401b
DB
97082016-03-16 Don Breazeal <donb@codesourcery.com>
9709
9710 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9711 Retry fork and waitpid on interrupted system call errors.
9712 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9713 Use with_timeout_factor to increase timeout by factor of 10.
9714
1cafadb4
DB
97152016-03-15 Don Breazeal <donb@codesourcery.com>
9716
9717 * gdb.cp/scope-err.cc: New test program.
9718 * gdb.cp/scope-err.exp: New test script.
9719 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9720 lines and "set breakpoint here" comment.
9721 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9722 Fixed some whitespace and format issues.
9723 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9724 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9725
81516450
DE
97262016-03-15 Doug Evans <dje@google.com>
9727
9728 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9729 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9730 All callers updated. Add tests for enums, mixed flags register.
9731
aa52b601
DE
97322016-03-15 Doug Evans <dje@google.com>
9733
9734 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9735 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9736
fa4ff313
SM
97372016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9738
9739 * gdb.base/default.exp: Add $_as_string to the list of expected
9740 convenience functions.
9741
f2403c39
AB
97422016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9743
9744 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9745
f2f3ccb9
SM
97462016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9747
9748 * gdb.python/py-as-string.exp: New file.
9749 * gdb.python/py-as-string.c: New file.
9750
00dbd492
PA
97512016-03-09 Pedro Alves <palves@redhat.com>
9752
9753 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9754 signal" -> "Thread NN received signal" output change.
9755 * gdb.threads/ia64-sigill.exp: Likewise.
9756 * gdb.threads/linux-dp.exp: Likewise.
9757 * gdb.threads/manythreads.exp: Likewise.
9758 * gdb.threads/pending-step.exp: Likewise.
9759 * gdb.threads/print-threads.exp: Likewise.
9760 * gdb.threads/sigstep-threads.exp: Likewise.
9761 * gdb.threads/staticthreads.exp: Likewise.
9762 * gdb.threads/tls.exp: Likewise.
9763
1e6697ea
YQ
97642016-03-09 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.base/command-line-input.exp: New file.
9767
b04fd3be
MK
97682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9769
9770 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9771 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9772 * gdb.trace/pending.exp: Accept leading dot before function name.
9773 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9774 * lib/trace-support.exp: Set registers for ppc.
9775
98fa59e9
MK
97762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9777
9778 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9779 use it for disassembly; accept .main in addition to main in backtrace.
9780
f77198c8
MK
97812016-03-09 Wei-cheng Wang <cole945@gmail.com>
9782 Marcin Kościelnicki <koriakin@0x04.net>
9783
9784 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9785 (gdb_recursion_test_ptr): New global variable.
9786 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9787 gdb_recursion_test.
9788 (gdb_c_test): Ditto.
9789
ba84e0da
MK
97902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9791
9792 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9793 ordering.
9794
4366d36e
MK
97952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9796
9797 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9798 (bar): Add bar_start_lbl label.
9799 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9800 of foo/bar for emitting DWARF and tracing.
9801
5eb264df
SDJ
98022016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9803
9804 * analyze-racy-logs.py: Set executable bit.
9805
fb6a751f
SDJ
98062016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9807
9808 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9809 (CHECK_TARGET_TMP): Likewise.
9810 (check-single-racy): New rule.
9811 (check-parallel-racy): Likewise.
9812 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9813 (do-check-parallel-racy): New rule.
9814 (check-racy/%.exp): Likewise.
9815 * README (Racy testcases): New section.
9816 * analyze-racy-logs.py: New file.
9817
bdf7e230
DE
98182016-03-03 Doug Evans <dje@google.com>
9819
9820 * gdb.base/skip.exp: Use with_test_prefix.
9821
4719d415
YQ
98222016-03-03 Yao Qi <yao.qi@linaro.org>
9823
9824 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9825 Invoke step_over_syscall "clone" and break_cond_on_syscall
9826 "clone".
9827 * gdb.base/step-over-clone.c: New file.
9828
ea507862
YQ
98292016-03-03 Yao Qi <yao.qi@linaro.org>
9830
9831 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9832 code format.
9833
8fc8cbda
YQ
98342016-03-03 Yao Qi <yao.qi@linaro.org>
9835
9836 * gdb.base/disp-step-fork.c: Rename to ...
9837 * gdb.base/step-over-fork.c: ... it. New file.
9838 * gdb.base/disp-step-vfork.c: Rename to ...
9839 * gdb.base/step-over-vfork.c: ... it. New file.
9840 * gdb.base/disp-step-syscall.exp: Rename to ...
9841 * gdb.base/step-over-syscall.exp: ... it. New file.
9842 (disp_step_cross_syscall): Rename to ...
9843 (step_over_syscall): ... it.
9844
92fa70b0
YQ
98452016-03-03 Yao Qi <yao.qi@linaro.org>
9846
9847 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9848 If target supports condition evaluation on target, invoke
9849 break_cond_on_syscall for fork and vfork.
9850
e197ad3c
YQ
98512016-03-03 Yao Qi <yao.qi@linaro.org>
9852
9853 * gdb.base/disp-step-syscall.exp: Don't invoke
9854 support_displaced_stepping.
9855 (disp_step_cross_syscall): Test with displaced stepping off and
9856 on if supported.
9857
0b47da9f
YQ
98582016-03-03 Yao Qi <yao.qi@linaro.org>
9859
9860 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9861 proc.
9862 (setup): New proc.
9863 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9864 and setup.
9865
065ab6dc
BH
98662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9867
9868 * gdb.fortran/vla-history.exp: Remove breakpoint.
9869
07e448ad 98702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9871
25d49b86
PA
9872 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9873 exceeds timeout.
07e448ad 9874
9ac2d526 98752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9876
25d49b86
PA
9877 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9878 breakpoint.
9ac2d526 9879
17807369
BH
98802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9881
9882 * gdb.mi/vla.f90: Nullify pointer after declaration.
9883
86e501af
PA
98842016-03-01 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9887
1e903e32
PA
98882016-03-01 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9891 before anything else.
9892 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9893 _GNU_SOURCE here.
9894 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9895 before anything else.
9896 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9897
6ccb54e2
PA
98982016-03-01 Pedro Alves <palves@redhat.com>
9899
9900 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9901
30ca9da1
YQ
99022016-03-01 Yao Qi <yao.qi@linaro.org>
9903
9904 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9905 prepare_for_testing.
9906
dc856b38
YQ
99072016-03-01 Yao Qi <yao.qi@linaro.org>
9908
9909 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9910
4a932159
AA
99112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9912
9913 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9914 manually constructing the output path.
9915
f2489477
AA
99162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9917
9918 * gdb.arch/s390-stackless.S: New.
9919 * gdb.arch/s390-stackless.exp: New.
9920
38899f16
IB
99212016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9922
9923 * gdb.dlang/circular.c: New file.
9924 * gdb.dlang/circular.exp: New file.
9925
9fde51ed
YQ
99262016-02-26 Yao Qi <yao.qi@linaro.org>
9927
9928 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9929 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9930 (testcases): Update.
9931
ce90fefe
YQ
99322016-02-26 Yao Qi <yao.qi@linaro.org>
9933
9934 * gdb.reverse/aarch64.c: Rename to ...
9935 * gdb.reverse/insn-reverse.c: ... it.
9936 * gdb.reverse/aarch64.exp: Rename to ...
9937 * gdb.reverse/insn-reverse.exp: ... it.
9938
3263bceb
YQ
99392016-02-26 Yao Qi <yao.qi@linaro.org>
9940
9941 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9942 (testcase_ftype): New.
9943 (testcases): New array.
9944 (n_testcases): New.
9945 (main): Call each element in testcases.
9946 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9947 (read_testcase): New.
9948 Do the tests in a loop.
9949
6cb59ff1
YQ
99502016-02-25 Yao Qi <yao.qi@linaro.org>
9951
9952 * gdb.base/branches.c: Remove.
9953
ae91f625
MK
99542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9955
9956 PR gdb/13808
9957 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9958
678b48b7
MK
99592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9960
9961 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9962
7337a6f2
MK
99632016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9964
9965 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9966 change x86_64 call_insn to 'callq'.
9967
861ca91f
AT
99682016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9969
9970 * gdb.trace/tfile-avx.c: Move to...
9971 * gdb.trace/tracefile-pseudo-reg.c: Here.
9972 * gdb.trace/tfile-avx.exp: Move to...
9973 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9974
bf74e428
GB
99752016-02-24 Gary Benson <gbenson@redhat.com>
9976
9977 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9978 message on attach.
9979
cce0e923
DE
99802016-02-23 Doug Evans <dje@google.com>
9981
9982 * gdb.base/skip.c (test_skip): New function.
9983 (end_test_skip_file_and_function): New function.
9984 (test_skip_file_and_function): New function.
9985 * gdb.base/skip1.c (test_skip): New function.
9986 (skip1_test_skip_file_and_function): New function.
9987 * gdb.base/skip.exp: Add tests for new skip options.
9988 * gdb.base/skip-solib.exp: Update expected output.
9989 * gdb.perf/skip-command.cc: New file.
9990 * gdb.perf/skip-command.exp: New file.
9991 * gdb.perf/skip-command.py: New file.
9992
4000e47e
MK
99932016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9994
9995 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9996 info registers pattern.
9997
24f75ead
IB
99982016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9999
10000 * lib/future.exp: Add D support.
10001 (gdb_find_gdc): New proc.
10002 (gdb_default_target_compile): Add D support.
10003
fbb7bcbe
WW
100042016-02-18 Wei-cheng Wang <cole945@gmail.com>
10005
10006 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10007 user+system time.
10008 (trace_speed_test): Determine the iteration count for a time
10009 between 15..30 seconds.
10010
012b3a21
WT
100112016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10012
10013 * gdb.arch/i386-mpx-sigsegv.c: New file.
10014 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10015 * gdb.arch/i386-mpx-simple_segv.c: New file.
10016 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10017
2d5189bd
YQ
100182016-02-18 Yao Qi <yao.qi@linaro.org>
10019
10020 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10021 Don't call setup_kfail.
10022
40fb20d0
YQ
100232016-02-18 Yao Qi <yao.qi@linaro.org>
10024
10025 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10026 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10027
21b1f8d2
DE
100282016-02-16 Doug Evans <dje@google.com>
10029
10030 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10031 * gdb.base/skip1.c: Ditto.
10032 * gdb.base/skip.exp: Whitespace cleanup.
10033
4041ed77
DB
100342016-02-16 Don Breazeal <donb@codesourcery.com>
10035
10036 PR remote/19496
10037 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10038 Remove kfail for PR remote/19496.
10039
c4ef31bf
SM
100402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10041
10042 * lib/gdb.exp (standard_temp_file): Return a path specific to
10043 the runtest invocation.
10044
266b65b3
SM
100452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10046
10047 * gdb.trace/save-trace.exp: Change relative path to be in the
10048 standard output directory.
10049
a7a0a6a9
JK
100502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 * gdb.arch/i386-prologue.c: Add missing prototypes.
10053
c99dbb42
JK
100542016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10055
10056 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10057 * gdb.arch/i386-prologue.exp: Likewise.
10058 * gdb.arch/i386-size.exp: Likewise.
10059
aa480355
SM
100602016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10061
10062 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10063 define object file path.
10064 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10065 file path.
10066 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10067 standard_output_file to define binfile.
10068
ba881f50
JK
100692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10070
10071 Fix compatibility with recent gfortran-5.3.1.
10072 * gdb.fortran/vla-history.exp (print vla1 allocated)
10073 (print vla2 allocated, print $2, print $3): Remove
10074 (print $4): Rename to ...
10075 (print $2): ... here.
10076 (print $9): Rename to ...
10077 (print $5): ... here.
10078 (print $10): Rename to ...
10079 (print $6): ... here.
10080 * gdb.fortran/vla.f90: Add pvla initialization.
10081
e9fb005c
JK
100822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10083
10084 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10085 New test.
10086 * gdb.fortran/vla-value-sub.exp: Likewise.
10087
e44e00ff
MK
100882016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10089
10090 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10091
97e94151
SM
100922016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10093
10094 * i386-biarch-core.exp: Define corefile using
10095 standard_output_file.
10096
01113bc1
YQ
100972016-02-12 Yao Qi <yao.qi@linaro.org>
10098
10099 * gdb.arch/arm-single-step-kernel-helper.c: New.
10100 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10101
33b4777c
MM
101022016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10103
10104 * gdb.btrace/tailcall-only.exp: New.
10105 * gdb.btrace/tailcall-only.c: New.
10106 * gdb.btrace/x86_64-tailcall-only.S: New.
10107 * gdb.btrace/i686-tailcall-only.S: New.
10108
acc23c11
PA
101092016-02-11 Pedro Alves <palves@redhat.com>
10110
10111 * README (Parallel testing): Add missing double quotes.
10112
e352bf0a
PA
101132016-02-11 Pedro Alves <palves@redhat.com>
10114
10115 * README (Parallel testing): New section.
10116 (GDB_PARALLEL): Rewrite.
10117 (FORCE_PARALLEL): Document.
10118
9f5fed78
MK
101192016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10120
10121 * gdb.trace/tfile-avx.c: New test.
10122 * gdb.trace/tfile-avx.exp: New test.
10123
9ef9e6a6
KS
101242016-02-09 Keith Seitz <keiths@redhat.com>
10125
10126 PR breakpoints/19546
10127 * gdb.base/infcall-exec.c: New file.
10128 * gdb.base/infcall-exec2.c: New file.
10129 * gdb.base/infcall-exec.exp: New file.
10130
a96e36da
KS
101312016-02-09 Keith Seitz <keiths@redhat.com>
10132
10133 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10134 (toplevel): Call test_bkpt_address.
10135
9f61929f
KS
101362016-02-09 Keith Seitz <keiths@redhat.com>
10137
10138 PR python/19506
10139 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10140 (toplevel): Call test_bkpt_address.
10141
1e94266c
SM
101422016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10143
10144 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10145 to AC_OUTPUT.
10146 * configure: Regenerate.
10147
2a7f3dff
PA
101482016-02-09 Pedro Alves <palves@redhat.com>
10149
10150 PR breakpoints/19548
10151 * gdb.base/execl-update-breakpoints.c (some_function): New
10152 function.
10153 (main): Call it.
10154 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10155 Tighten expected GDB output.
10156
2151ccc5
SM
101572016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10158
10159 * Makefile.in (ALL_SUBDIRS): Remove.
10160 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10161 (distclean maintainer-clean realclean): Likewise.
10162 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10163 * configure: Regenerate.
10164 * gdb.ada/Makefile.in: Delete.
10165 * gdb.arch/Makefile.in: Likewise.
10166 * gdb.asm/Makefile.in: Likewise.
10167 * gdb.base/Makefile.in: Likewise.
10168 * gdb.btrace/Makefile.in: Likewise.
10169 * gdb.cell/Makefile.in: Likewise.
10170 * gdb.compile/Makefile.in: Likewise.
10171 * gdb.cp/Makefile.in: Likewise.
10172 * gdb.disasm/Makefile.in: Likewise.
10173 * gdb.dlang/Makefile.in: Likewise.
10174 * gdb.dwarf2/Makefile.in: Likewise.
10175 * gdb.fortran/Makefile.in: Likewise.
10176 * gdb.gdb/Makefile.in: Likewise.
10177 * gdb.go/Makefile.in: Likewise.
10178 * gdb.guile/Makefile.in: Likewise.
10179 * gdb.java/Makefile.in: Likewise.
10180 * gdb.linespec/Makefile.in: Likewise.
10181 * gdb.mi/Makefile.in: Likewise.
10182 * gdb.modula2/Makefile.in: Likewise.
10183 * gdb.multi/Makefile.in: Likewise.
10184 * gdb.objc/Makefile.in: Likewise.
10185 * gdb.opencl/Makefile.in: Likewise.
10186 * gdb.opt/Makefile.in: Likewise.
10187 * gdb.pascal/Makefile.in: Likewise.
10188 * gdb.perf/Makefile.in: Likewise.
10189 * gdb.python/Makefile.in: Likewise.
10190 * gdb.reverse/Makefile.in: Likewise.
10191 * gdb.server/Makefile.in: Likewise.
10192 * gdb.stabs/Makefile.in: Likewise.
10193 * gdb.threads/Makefile.in: Likewise.
10194 * gdb.trace/Makefile.in: Likewise.
10195 * gdb.xml/Makefile.in: Likewise.
10196 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10197 GDB_PARALLEL.
10198 (standard_output_file): Remove check for GDB_PARALLEL, always
10199 return path in outputs/$subdir/$testname.
10200
437277d4
SM
102012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10202
10203 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10204 (site.exp): Assign abs_srcdir to tcl's srcdir.
10205
31d913c7
YQ
102062016-02-04 Yao Qi <yao.qi@linaro.org>
10207
10208 * gdb.base/foll-exec-mode.c: Include limits.h.
10209 (main): Add parameters argc and argv. Get directory from
10210 argv[0].
10211 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10212 compilation.
10213 * gdb.base/foll-exec.c: Include limits.h.
10214 (main): Add parameters argc and argv.
10215 Get directory from argv[0].
10216 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10217 Adjust tests on the number of lines as source code changed.
10218 * gdb.base/foll-vfork-exit.c: Include limits.h.
10219 (main): Add one line of statement before vfork.
10220 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10221 (main): Add parameters argc and argv. Get directory from
10222 argv[0].
10223 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10224 (setup_gdb): Set tbreak to skip some source lines.
10225 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10226 (main): Add parameters argc and argv. Get directory from
10227 argv[0].
10228 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10229 compilation.
10230 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10231 (main): Add parameters argc and argv. Get directory from
10232 argv[0].
10233 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10234 compilation.
10235
9482b9fb
DE
102362016-02-01 Doug Evans <dje@google.com>
10237
10238 * gdb.base/skip.exp: Clean up multiple references to same test name.
10239
6b2e4f10
PA
102402016-02-01 Pedro Alves <palves@redhat.com>
10241
ccb6afd6 10242 PR remote/19496
6b2e4f10
PA
10243 * gdb.threads/forking-threads-plus-breakpoint.exp
10244 (displaced_stepping_supported): New global.
10245 (probe_displaced_stepping_support): New procedure.
10246 (do_test): Add 'displaced' parameter, and use it.
10247 (top level): Check for displaced stepping support. Add displaced
10248 stepping on/off testing axis.
10249
37a8db1a
AB
102502016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10251
10252 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10253 pointer. Don't perform further tests on the unassociated pointer
10254 if the first test fails.
10255
5fdf6324
AB
102562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10257
10258 * gdb.base/max-value-size.c: New file.
10259 * gdb.base/max-value-size.exp: New file.
10260 * gdb.base/huge.exp: Disable max-value-size for this test.
10261
935c6144
IB
102622016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10263
10264 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10265
7fe8399d
YQ
102662016-01-28 Yao Qi <yao.qi@linaro.org>
10267
10268 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10269
a2077e25
PA
102702016-01-25 Pedro Alves <palves@redhat.com>
10271
10272 PR threads/19461
10273 * gdb.base/fork-running-state.c: New file.
10274 * gdb.base/fork-running-state.exp: New file.
10275
1d2736d4
PA
102762016-01-25 Pedro Alves <palves@redhat.com>
10277
10278 PR gdb/19494
10279 * gdb.base/catch-fork-kill.c: New file.
10280 * gdb.base/catch-fork-kill.exp: New file.
10281
f1da4b11
PA
102822016-01-25 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10285 Delete, moved to lib/gdb.exp.
10286 * gdb.threads/forking-threads-plus-breakpoint.exp
10287 (foreach_with_prefix): Likewise.
10288 * gdb.threads/process-dies-while-handling-bp.exp
10289 (foreach_with_prefix): Likewise.
10290 * lib/gdb.exp (foreach_with_prefix): New procedure.
10291
45f38546
MK
102922016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10293
10294 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10295 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10296
dc29a1ce
MK
102972016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10298
10299 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10300 endian targets.
10301
092127d7
JK
103022016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10303 Pedro Alves <palves@redhat.com>
10304
10305 Fix testsuite compatibility with Guile.
10306 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10307 number.
10308
31d765d3
JK
103092016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10310
10311 Fix testsuite compatibility with Guile.
10312 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10313 (thread 1): New test for backtrace through signal handler.
10314
1ac78c04
YQ
103152016-01-22 Yao Qi <yao.qi@linaro.org>
10316
10317 PR testsuite/19491
10318 * gdb.base/multi-forks.c: Include
10319 ../lib/unbuffer_output.c
10320 (main): Call gdb_unbuffer_output.
10321
4f5946a8
DE
103222016-01-21 Doug Evans <dje@google.com>
10323
10324 * lib/ada.exp (gdb_compile_ada): Fix typo.
10325
305e13e6
JB
103262016-01-21 Joel Brobecker <brobecker@adacore.com>
10327
10328 * gdb.base/break-fun-addr.exp: New file.
10329 * gdb.base/break-fun-addr1.c: New file.
10330 * gdb.base/break-fun-addr2.c: New file.
10331
5f5dfff6
SM
103322016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10333
10334 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10335 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10336 enum flag values.
10337
fd356fa2
AA
103382016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10339
10340 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10341 when GDB can not set the vector return value. Add more comments
10342 for clarification.
10343
9df22175
AT
103442016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10345
10346 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10347 command.
10348
41d1845e
SM
103492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10350
10351 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10352
01ac6840
SM
103532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10354
10355 * Makefile.in (check-single): Pass --status to runtest.
10356 (check/%.exp): Likewise.
10357
103582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10359
10360 * Makefile.in (check-parallel): Propagate return code from make
10361 do-check-parallel.
10362
bd0a71fa
MK
103632016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10364
10365 * gdb.trace/ftrace.exp: Fix expected message on continue.
10366 * gdb.trace/pending.exp: Fix expected message on continue.
10367 * gdb.trace/trace-break.exp: Fix expected message on continue.
10368
8bcbad33
SM
103692016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10370
10371 * lib/gdb.exp (gdb_test): Remove unused global references.
10372
f303dbd6
PA
103732016-01-18 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.base/async-shell.exp: Adjust expected output.
10376 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10377 * gdb.base/siginfo-thread.exp: Adjust expected output.
10378 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10379 * gdb.java/jnpe.exp: Adjust expected output.
10380 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10381 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10382 * gdb.threads/leader-exit.exp: Adjust expected output.
10383 * gdb.threads/manythreads.exp: Adjust expected output.
10384 * gdb.threads/pthreads.exp: Adjust expected output.
10385 * gdb.threads/schedlock.exp: Adjust expected output.
10386 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10387 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10388 expected output.
10389 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10390 output.
10391 * gdb.threads/sigthread.exp: Adjust expected output.
10392 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10393
b2789696
YQ
103942016-01-18 Yao Qi <yao.qi@linaro.org>
10395
10396 * gdb.guile/scm-section-script.c: Replace @progbits with
10397 %progbits.
10398 * gdb.python/py-section-script.c: Likewise.
10399
71ef29a8
PA
104002016-01-15 Pedro Alves <palves@redhat.com>
10401
10402 * gdb.multi/tids.exp: Test star wildcard ranges.
10403
3f5b7598
PA
104042016-01-15 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10407 command from "thread apply" invocation.
10408 (thr_apply_info_thr_invalid): Default the expected output to the
10409 input tid list.
10410 (top level): Add tests that use convenience variables. Add tests
10411 for "thread apply" with a valid TID list, but missing the command.
10412
663f6d42
PA
104132016-01-13 Pedro Alves <palves@redhat.com>
10414
10415 * gdb.base/default.exp: Expect $_gthread as well.
10416 * gdb.multi/tids.exp: Test $_gthread.
10417 * gdb.threads/thread-specific.exp: Test $_gthread.
10418
c84f6bbf
PA
104192016-01-13 Pedro Alves <palves@redhat.com>
10420
10421 * gdb.multi/tids.exp: Test "info threads -gid".
10422
22a02324
PA
104232016-01-13 Pedro Alves <palves@redhat.com>
10424
10425 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10426 Breakpoint.thread.
10427 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10428
5d5658a1
PA
104292016-01-07 Pedro Alves <palves@redhat.com>
10430
10431 * gdb.base/break.exp: Adjust to output changes.
10432 * gdb.base/hbreak2.exp: Likewise.
10433 * gdb.base/sepdebug.exp: Likewise.
10434 * gdb.base/watch_thread_num.exp: Likewise.
10435 * gdb.linespec/keywords.exp: Likewise.
10436 * gdb.multi/info-threads.exp: Likewise.
10437 * gdb.threads/thread-find.exp: Likewise.
10438 * gdb.multi/tids.c: New file.
10439 * gdb.multi/tids.exp: New file.
10440
84654457
PA
104412016-01-13 Pedro Alves <palves@redhat.com>
10442
10443 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10444
e3940304
PA
104452016-01-13 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.base/default.exp: Expect $_inferior as well.
10448 * gdb.multi/base.exp: Test $_inferior.
10449
a911d87a
PA
104502016-01-13 Pedro Alves <palves@redhat.com>
10451
10452 PR breakpoints/19388
10453 * gdb.base/catch-signal-siginfo-cond.c: New file.
10454 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10455
82075af2
JS
104562016-01-12 Josh Stone <jistone@redhat.com>
10457 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10458
10459 * gdb.base/catch-syscall.c (do_execve): New variable.
10460 (main): Conditionally trigger an execve.
10461 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10462 (test_catch_syscall_execve): New, check entry/return across execve.
10463 (do_syscall_tests): Call test_catch_syscall_execve.
10464
e46eeedd
PA
104652016-01-12 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.base/random-signal.exp (do_test): New procedure, with body
10468 of testcase moved in.
10469
01d8c27e
JK
104702016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10471 Pedro Alves <palves@redhat.com>
10472
10473 * gdb.base/funcargs.exp (finish from indirectly called function):
10474 Reintroduce the case for 'First'.
10475
9a706302
JK
104762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10477 Pedro Alves <palves@redhat.com>
10478
10479 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10480 (tcatch_vfork_then_child_follow_exec)
10481 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10482 identification.
10483
c0ecb95f
JK
104842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10487 and repeats to unlimited.
10488 * gdb.python/py-value.exp: Likewise.
10489 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10490 and repeats to unlimited.
10491
6cfc1fcb
JK
104922016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10493
10494 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10495 and reordering the functions.
10496 * gdb.multi/hangout.c: Likewise.
10497 * gdb.multi/hello.c: Likewise.
10498
582a1b00
SM
104992016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10500
10501 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10502 absolute.
10503 (SingleStatisticTestResult.report): Use dict.keys instead of
10504 dict.iterkeys.
10505
79bc59cb
PA
105062016-01-06 Pedro Alves <palves@redhat.com>
10507
10508 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10509
43368e1d
MM
105102016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10511
10512 * gdb.btrace/dlopen.exp: New.
10513 * gdb.btrace/dlopen.c: New.
10514 * gdb.btrace/dlopen-dso.c: New.
10515
79fad5b8
SL
105162015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10517
10518 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10519 PATTERN argument is optional.
10520
ab8314b3
JB
105212015-12-24 Joel Brobecker <brobecker@adacore.com>
10522
10523 * lib/ada.exp (target_compile_ada_from_dir): New function.
10524 (gdb_compile_ada): Reimplement avoiding the use of project files.
10525 * gdb.ada/gnat_ada.gpr: Delete.
10526 * gdb.ada/cond_lang.exp: Adjust test to make path before
10527 filename optional.
10528 * gdb.ada/small_reg_param.exp: Likewise.
10529
fe33faff
SM
105302015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10531
10532 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10533
6d265cb4
TP
105342015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10535
10536 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10537 case.
10538
10125099
SM
105392015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10540
10541 * gdb.base/break.exp: Remove dead code.
10542 * gdb.base/sepdebug.exp: Likewise.
10543
3ca22649
SM
105442015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10545
10546 * gdb.asm/asm-source.exp: Remove HP-UX references.
10547 * gdb.base/annota1.exp: Likewise.
10548 * gdb.base/annota3.exp: Likewise.
10549 * gdb.base/attach.exp: Likewise.
10550 * gdb.base/bigcore.exp: Likewise.
10551 * gdb.base/break.exp: Likewise.
10552 * gdb.base/call-ar-st.exp: Likewise.
10553 * gdb.base/callfuncs.exp: Likewise.
10554 * gdb.base/catch-fork-static.exp: Likewise.
10555 * gdb.base/display.exp: Likewise.
10556 * gdb.base/foll-exec-mode.exp: Likewise.
10557 * gdb.base/foll-exec.exp: Likewise.
10558 * gdb.base/foll-fork.exp: Likewise.
10559 * gdb.base/foll-vfork.exp: Likewise.
10560 * gdb.base/funcargs.exp: Likewise.
10561 * gdb.base/hbreak2.exp: Likewise.
10562 * gdb.base/inferior-died.exp: Likewise.
10563 * gdb.base/interrupt.exp: Likewise.
10564 * gdb.base/multi-forks.exp: Likewise.
10565 * gdb.base/nodebug.exp: Likewise.
10566 * gdb.base/sepdebug.exp: Likewise.
10567 * gdb.base/solib1.c: Likewise.
10568 * gdb.base/step-test.exp: Likewise.
10569 * gdb.mi/non-stop.c: Likewise.
10570 * gdb.mi/pthreads.c: Likewise.
10571 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10572 * gdb.threads/pthreads.c: Likewise.
10573 * gdb.threads/staticthreads.exp: Likewise.
10574 * lib/future.exp: Likewise.
10575 * lib/gdb.exp: Likewise.
10576 * gdb.base/so-indr-cl.c: Remove.
10577 * gdb.base/so-indr-cl.exp: Likewise.
10578 * gdb.base/solib.c: Likewise.
10579 * gdb.base/solib.exp: Likewise.
10580 * gdb.base/solib2.c: Likewise.
10581
b6304613
SM
105822015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10583
10584 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10585 * gdb.base/call-ar-st.exp: Likewise.
10586 * gdb.base/callfuncs.exp: Likewise.
10587 * gdb.base/condbreak.exp: Likewise.
10588 * gdb.base/constvars.exp: Likewise.
10589 * gdb.base/hbreak2.exp: Likewise.
10590 * gdb.base/langs.exp: Likewise.
10591 * gdb.base/list.exp: Likewise.
10592 * gdb.base/long_long.exp: Likewise.
10593 * gdb.base/ptype.exp: Likewise.
10594 * gdb.base/scope.exp: Likewise.
10595 * gdb.base/signals.exp: Likewise.
10596 * gdb.base/so-impl-ld.exp: Likewise.
10597 * gdb.base/varargs.exp: Likewise.
10598 * gdb.base/volatile.exp: Likewise.
10599 * gdb.base/whatis.exp: Likewise.
10600 * gdb.cp/cplusfuncs.exp: Likewise.
10601 * gdb.cp/inherit.exp: Likewise.
10602 * gdb.cp/local.exp: Likewise.
10603 * gdb.cp/member-ptr.exp: Likewise.
10604 * gdb.cp/method.exp: Likewise.
10605 * gdb.cp/overload.exp: Likewise.
10606 * gdb.cp/templates.exp: Likewise.
10607 * gdb.stabs/weird.exp: Likewise.
10608 * lib/compiler.c: Likewise.
10609 * lib/compiler.cc: Likewise.
10610 * lib/cp-support.exp: Likewise.
10611 * lib/gdb.exp: Likewise.
10612
bf401b07
SM
106132015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10614
10615 * configure.ac: Remove HP-UX case.
10616 * configure: Regenerate.
10617
aff9c0f8
SM
106182015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10619
10620 * lib/gdb.exp (gdb_compile): Add function doc.
10621
a6904d5a
PA
106222015-12-17 Pedro Alves <palves@redhat.com>
10623
10624 PR threads/19354
10625 * gdb.multi/info-threads.exp: New file.
10626
a22279dd
YQ
106272015-12-15 Yao Qi <yao.qi@linaro.org>
10628
10629 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10630 is aarch64*-*-*.
10631
0588c796
SL
106322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10633
10634 * gdb.base/history-duplicates.exp: Skip if no readline support.
10635
5d978e17
SL
106362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10637
10638 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10639
7e763b86
SL
106402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10641
10642 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10643
87a3a92c
SL
106442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10645
10646 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10647 ctrl-C if nointerrupts target property is set.
10648 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10649 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10650 * gdb.base/paginate-bg-execution.exp: Likewise.
10651 * gdb.base/paginate-execution-startup.exp: Likewise.
10652 * gdb.base/random-signal.exp: Likewise.
10653 * gdb.base/range-stepping.exp: Likewise.
10654 * gdb.cp/annota2.exp: Likewise.
10655 * gdb.cp/annota3.exp: Likewise.
10656 * gdb.gdb/selftest.exp: Likewise.
10657 * gdb.threads/continue-pending-status.exp: Likewise.
10658 * gdb.threads/leader-exit.exp: Likewise.
10659 * gdb.threads/manythreads.exp: Likewise.
10660 * gdb.threads/pthreads.exp: Likewise.
10661 * gdb.threads/schedlock.exp: Likewise.
10662 * gdb.threads/sigthread.exp: Likewise.
10663
a8f077dc
DB
106642015-12-11 Don Breazeal <donb@codesourcery.com>
10665
10666 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10667 remote.
10668 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10669 * gdb.base/foll-exec.exp (main): Enable for target remote.
10670 * gdb.base/foll-fork.exp (main): Likewise.
10671 * gdb.base/foll-vfork.exp (main): Likewise.
10672 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10673 (proc continue_to_exit_bp_loc): Use clean_restart.
10674 * gdb.base/pie-execl.exp (main): Disable for target remote.
10675 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10676 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10677 * gdb.threads/execl.exp (main): Likewise.
10678 * gdb.threads/fork-child-threads.exp (main): Likewise.
10679 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10680 remote.
10681 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10682 remote.
10683 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10684 pid.tid style ptids, instead of just tid.
10685 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10686 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10687 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10688 ptids, instead of just tid.
10689
3b2464a8
AB
106902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10691
10692 * gdb.base/list.exp (test_list_forward): Add end of file error
10693 test.
10694 (test_repeat_list_command): Add end of file error test.
10695 (test_list_backwards): Add beginning of file error test.
10696
a0def019
AB
106972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10698
10699 * gdb.base/list.exp (test_list_invalid_args): New function,
10700 defined, and called.
10701
5c000dff
AB
107022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10703
10704 * gdb.base/list.exp (test_list): Make test names unique.
10705
f1637ebe
YQ
107062015-12-11 Yao Qi <yao.qi@linaro.org>
10707
10708 * gdb.base/coremaker2.c: Remove.
10709
36d6fc0a
PA
107102015-12-10 Pedro Alves <palves@redhat.com>
10711
10712 * gdb.multi/base.exp: Remove stale "spaces" references.
10713
762f7747
PA
107142015-12-10 Pedro Alves <palves@redhat.com>
10715
10716 * gdb.multi/base.exp: Don't use nowarnings.
10717 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10718 * gdb.multi/hangout.c: Include stdio.h.
10719 * gdb.multi/hello.c: Include stdlib.h.
10720 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10721 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10722 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10723
28d2bfb9
AB
107242015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10725
10726 * gdb.dwarf2/dw2-ranges-base.c: New file.
10727 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10728 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10729 support additional line table, and debug ranges generation.
10730 (Dwarf::ranges): New function, generate .debug_ranges.
10731 (Dwarf::lines): Support generating simple line table programs.
10732 (Dwarf::assemble): Initialise new namespace variables.
10733
5fc2beac
KB
107342015-12-09 Kevin Buettner <kevinb@redhat.com>
10735
10736 * gdb.base/async.exp (proc test_background): Add case for
10737 asynchronous execution not supported.
10738
1c35a88f
LM
107392015-12-09 Luis Machado <lgustavo@codesourcery.com>
10740
10741 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10742 format and change test names to make them unique.
10743
b593e3d9
RK
107442015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10745 Pedro Alves <pedro@redhat.com>
10746
10747 PR gdb/18702
10748 Add checking of floatformats setup on x86_64 hosts.
10749 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10750 (smallval, bigval): New labels/constants.
10751 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10752 float" after loading bigval and smallval.
10753
d72413e6
PMR
107542015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10755
10756 * gdb.ada/fun_overload_menu.exp: New testcase.
10757 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10758
ece66d65
JS
107592015-12-04 Josh Stone <jistone@redhat.com>
10760
10761 * gdb.base/catch-fork-static.exp: New.
10762
41d0efca
YQ
107632015-12-03 Yao Qi <yao.qi@linaro.org>
10764
10765 * gdb.base/sizeof.c: Don't include stdio.h and
10766 ../lib/unbuffer_output.c.
10767 (main): New variable 'size' and 'value'. Remove printf and
10768 gdb_unbuffer_output. Assign return value to size and value.
10769 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10770 at the beginning.
10771 (check_sizeof): Check the result by printing variable 'size'.
10772 (check_valueof): Check the result by printing variable 'value'.
10773
99fd02d9
YQ
107742015-12-01 Yao Qi <yao.qi@linaro.org>
10775
10776 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10777 for aarch64*-*-linux* target.
10778
f2faf941
PA
107792015-11-30 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10782
04bf20c5
PA
107832015-11-30 Pedro Alves <palves@redhat.com>
10784
10785 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10786 Handle non-stop mode vCont replies.
10787
09df4675
PA
107882015-11-30 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10791 prepare_for_testing. Start gdb with "set non-stop on" appended to
10792 GDBFLAGS. Lax expected stop output.
10793
58b584af
YQ
107942015-11-27 Yao Qi <yao.qi@linaro.org>
10795
10796 * gdb.arch/arm-neon.exp: New.
10797 * gdb.arch/arm-neon.c: New.
10798
dfcb77a8
YQ
107992015-11-27 Yao Qi <yao.qi@linaro.org>
10800
10801 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10802
88e8ec1b
YQ
108032015-11-27 Yao Qi <yao.qi@linaro.org>
10804
10805 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10806 frames-invalid annotation.
10807
bfde72c2
YQ
108082015-11-27 Yao Qi <yao.qi@linaro.org>
10809
10810 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10811
f6512a69
SM
108122015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10813
10814 * gdb.threads/names.exp: New file.
10815 * gdb.threads/names.c: New file.
10816 * README: Mention gdb,no_thread_names.
10817
46a3515b
MM
108182015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10819
10820 PR 19297
10821 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10822 support" error.
10823
62147a22
PA
108242015-11-24 Pedro Alves <palves@redhat.com>
10825
10826 PR 17539
10827 * gdb.base/display.exp: Expect displays to be sorted in ascending
10828 order. Use multi_line.
10829 * gdb.base/solib-display.exp: Likewise.
10830
2f341b6e
PA
108312015-11-24 Pedro Alves <palves@redhat.com>
10832
10833 PR 17539
25d49b86
PA
10834 * gdb.base/display.exp: Expect displays to be sorted in ascending
10835 order. Use multi_line.
10836 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10837
7e0aa6aa
PA
108382015-11-24 Pedro Alves <palves@redhat.com>
10839
10840 PR 17539
10841 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10842 threads in ascending order.
10843 * gdb.base/foll-fork.exp: Likewise.
10844 * gdb.base/foll-vfork.exp: Likewise.
10845 * gdb.base/multi-forks.exp: Likewise.
10846 * gdb.mi/mi-nonstop.exp: Likewise.
10847 * gdb.mi/mi-nsintrall.exp: Likewise.
10848 * gdb.multi/base.exp: Likewise.
10849 * gdb.multi/multi-arch.exp: Likewise.
10850 * gdb.python/py-inferior.exp: Likewise.
10851 * gdb.threads/break-while-running.exp: Likewise.
10852 * gdb.threads/execl.exp: Likewise.
10853 * gdb.threads/gcore-thread.exp: Likewise.
10854 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10855 * gdb.threads/kill.exp: Likewise.
10856 * gdb.threads/linux-dp.exp: Likewise.
10857 * gdb.threads/multiple-step-overs.exp: Likewise.
10858 * gdb.threads/next-bp-other-thread.exp: Likewise.
10859 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10860 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10861 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10862 * gdb.threads/thread-find.exp: Likewise.
10863 * gdb.threads/tls.exp: Likewise.
10864 * lib/mi-support.exp (mi_reverse_list): Delete.
10865 (mi_check_thread_states): No longer reverse list.
10866
2cc57ad8
PA
108672015-11-24 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10870 use lowercase.
10871
c93e8391
SM
108722015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10873
10874 * gdb.trace/actions.c: Include trace-common.h.
10875 (main): Add a location for a fast tracepoint.
10876 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10877 the normal tracepoints.
10878 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10879
045ccf91
SM
108802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10881
10882 * save-trace.exp: Factor out code to these...
10883 (gdb_save_tracepoints): New.
10884 (gdb_load_tracepoints): New.
10885 (do_save_load_test): New.
10886
5506f9f6
KB
108872015-11-23 Kevin Buettner <kevinb@redhat.com>
10888
10889 * gdb.base/asmlabel.exp: New test.
10890 * gdb.base/asmlabel.c: New test case.
10891
16c3b12f
JB
108922015-11-23 Joel Brobecker <brobecker@adacore.com>
10893
10894 * gdb.base/wrong_frame_bt_full-main.c: New file.
10895 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10896 * gdb.base/wrong_frame_bt_full.exp: New file.
10897
155bfbd3
JB
108982015-11-23 Joel Brobecker <brobecker@adacore.com>
10899
10900 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10901
bb097445
JM
109022015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10903
206853a0 10904 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10905 pstate register when comparing registers values in
10906 sparc64-*-linux-gnu targets to avoid spurious differences.
10907
9c88ed8f
JM
109082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10909
206853a0 10910 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10911
96161e25
SL
109122015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10913
10914 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10915 as type argument to gdb_compile.
10916 * gdb.base/nested-subp2.exp: Likewise.
10917 * gdb.base/nested-subp3.exp: Likewise.
10918
340c2830
DV
109192015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10920
10921 * lib/dwarf.exp (_note): Fix left shift of negative value.
10922 * gdb.trace/trace-condition.exp: Likewise.
10923
c1862d0f
YQ
109242015-11-13 Yao Qi <yao.qi@linaro.org>
10925
10926 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10927 comments about d10v.
10928 (test_scalar_returns): Likewise.
10929 * gdb.base/d10v.ld: Remove.
10930 * gdb.base/overlays.exp: Remove the target triplet checking for
10931 d10v-*-*.
10932 * gdb.base/structs.exp (test_struct_returns): Remove the
10933 comments about d10v.
10934 (test_struct_calls): Likewise.
10935
77ae9c19
YQ
109362015-11-13 Yao Qi <yao.qi@linaro.org>
10937
10938 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10939 * gdb.base/gnu_vector.c: Don't include stdio.h.
10940 (main): Don't print res and call add_some_intvecs.
10941
430e004e
MK
109422015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10943
10944 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10945 macro.
10946 (func5): Removed.
10947 (func4): Use FAST_TRACEPOINT_LABEL.
10948 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10949 macro.
10950 (func): Removed.
10951 (thread_function): Use FAST_TRACEPOINT_LABEL.
10952 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10953 (func): Remove.
10954 (marker): Use FAST_TRACEPOINT_LABEL.
10955 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10956 (pendfunc1): Remove.
10957 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10958 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10959 (foo): Remove.
10960 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10961 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10962 macro.
10963 (func): Remove.
10964 (marker): Use FAST_TRACEPOINT_LABEL.
10965 * gdb.trace/trace-common.h: New header.
10966 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10967 macro.
10968 (func): Remove.
10969 (marker): Use FAST_TRACEPOINT_LABEL.
10970 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10971 (func): Remove.
10972 (thread_function): Use FAST_TRACEPOINT_LABEL.
10973
6e7675a7
MK
109742015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10975
10976 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10977 in front.
10978 * gdb.trace/change-loc.exp: Use global pcreg definition.
10979 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10980 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10981 in front.
10982 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10983 * gdb.trace/pending.exp: Likewise.
10984 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10985 * gdb.trace/trace-break.exp: Likewise.
10986 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10987 in front.
10988 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10989 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10990 in front.
10991 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10992
dddc0e16
JB
109932015-11-09 Joel Brobecker <brobecker@adacore.com>
10994
10995 * gdb.ada/fin_fun_out: New testcase.
10996
c6f0b406
KB
109972015-11-07 Kevin Buettner <kevinb@redhat.com>
10998
10999 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11000 value associated with DW_AT_byte_size.
11001 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11002 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11003 DW_AT_upper_bound.
11004
f01dcfd9
KB
110052015-11-07 Kevin Buettner <kevinb@redhat.com>
11006
11007 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11008 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11009 version.
11010 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11011 gdb.dwarf2/dw2-canonicalize-type.exp,
11012 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11013 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11014 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11015 provided by gdb_target_symbol_prefix_flags_asm.
11016 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11017 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11018 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11019 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11020 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11021 macros where needed). Use this macro for symbols which require
11022 the prefix provided by SYMBOL_PREFIX.
11023
2223449a
KB
110242015-11-05 Kevin Buettner <kevinb@redhat.com>
11025
11026 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11027 New procs.
11028 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11029 representing expressions, of more than one list element.
11030 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11031 to prepend linker symbol prefix to f.
11032 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11033 table_1 and table_2.
11034 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11035 Likewise, for f and g.
11036 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11037 for ptr.
11038 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11039 for main.
11040 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11041 table_1_ptr and table_2_ptr.
11042
6f2f1a3a
JK
110432015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11044 Joel Brobecker <brobecker@adacore.com>
11045
11046 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11047
566c56c9
MK
110482015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11049
11050 * gdb.reverse/s390-mvcle.c: New test.
11051 * gdb.reverse/s390-mvcle.exp: New file.
11052 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11053
d5f0636b
MK
110542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11055
11056 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11057
7ad8b86c
MK
110582015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11059
11060 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11061 reaching marker2.
11062 * gdb.reverse/getresuid-reverse.exp: Likewise.
11063 * gdb.reverse/pipe-reverse.exp: Likewise.
11064 * gdb.reverse/readv-reverse.exp: Likewise.
11065 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11066 * gdb.reverse/time-reverse.exp: Likewise.
11067 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11068
4081c0f1
YQ
110692015-10-30 Yao Qi <yao.qi@linaro.org>
11070
11071 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11072 (empty_cycle): Remove.
11073 (main): Don't call empty_cycle. Don't use watch_count_done.
11074 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11075 empty_cycle. Rewrite the code counting HW watchpoints.
11076
452b4ba5
MK
110772015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11078
11079 * gdb.reverse/fstatat-reverse.c: New test.
11080 * gdb.reverse/fstatat-reverse.exp: New file.
11081 * gdb.reverse/getresuid-reverse.c: New test.
11082 * gdb.reverse/getresuid-reverse.exp: New file.
11083 * gdb.reverse/pipe-reverse.c: New test.
11084 * gdb.reverse/pipe-reverse.exp: New file.
11085 * gdb.reverse/readv-reverse.c: New test.
11086 * gdb.reverse/readv-reverse.exp: New file.
11087 * gdb.reverse/recvmsg-reverse.c: New test.
11088 * gdb.reverse/recvmsg-reverse.exp: New file.
11089 * gdb.reverse/time-reverse.c: New test.
11090 * gdb.reverse/time-reverse.exp: New file.
11091 * gdb.reverse/waitpid-reverse.c: New test.
11092 * gdb.reverse/waitpid-reverse.exp: New file.
11093
5e2e7507
JK
110942015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11095
11096 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11097
0fde2c53
DE
110982015-10-26 Doug Evans <dje@google.com>
11099
11100 PR symtab/17391
11101 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11102 * gdb.dwarf2/bad-regnum.c: New file.
11103 * gdb.dwarf2/bad-regnum.exp: New file.
11104
1a70ae97
DE
111052015-10-26 Doug Evans <dje@google.com>
11106
11107 PR python/18938
11108 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11109 file.
11110
27dc26ab
JK
111112015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11112
11113 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11114 for a change by "Mention language in compile error message".
11115
bed91f4d
SM
111162015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11117
11118 PR python/18073
11119 * gdb.python/py-type.c (C::a_method): New.
11120 (C::a_const_method): New.
11121 (C::a_static_method): New.
11122 (a_function): New.
11123 * gdb.python/py-type.exp (test_fields): Test getting fields
11124 from function and method.
11125
3f2f83dd
KB
111262015-10-21 Keven Boell <keven.boell@intel.com>
11127
11128 * gdb.fortran/vla-alloc-assoc.exp: New file.
11129 * gdb.fortran/vla-datatypes.exp: New file.
11130 * gdb.fortran/vla-datatypes.f90: New file.
11131 * gdb.fortran/vla-history.exp: New file.
11132 * gdb.fortran/vla-ptype-sub.exp: New file.
11133 * gdb.fortran/vla-ptype.exp: New file.
11134 * gdb.fortran/vla-sizeof.exp: New file.
11135 * gdb.fortran/vla-sub.f90: New file.
11136 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11137 * gdb.fortran/vla-value-sub-finish.exp: New file.
11138 * gdb.fortran/vla-value-sub.exp: New file.
11139 * gdb.fortran/vla-value.exp: New file.
11140 * gdb.fortran/vla-ptr-info.exp: New file.
11141 * gdb.mi/mi-vla-fortran.exp: New file.
11142 * gdb.mi/vla.f90: New file.
11143
27145d50
SL
111442015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11145
11146 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11147 of hardwired timeout value.
11148
5f3ff4f8
JK
111492015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11150 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11153 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11154
bfd09d20
JS
111552015-10-19 Josh Stone <jistone@redhat.com>
11156
11157 * gdb.base/catch-syscall.c: Include <sched.h>.
11158 (unknown_syscall): New variable.
11159 (main): Trigger a vfork and an unknown syscall.
11160 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11161 (unknown_syscall_number): Likewise.
11162 (check_call_to_syscall): Accept an optional syscall pattern.
11163 (check_return_from_syscall): Likewise.
11164 (check_continue): Likewise.
11165 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11166 (test_catch_syscall_skipping_return): New test toggling off 'catch
11167 syscall' to step over the syscall return, then toggling back on.
11168 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11169 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11170 (do_syscall_tests): Call test_catch_syscall_without_args and
11171 test_catch_syscall_mid_vfork.
11172 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11173 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11174
b32b93c6
AS
111752015-10-19 Andrew Stubbs <ams@codesourcery.com>
11176
11177 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11178 print g_vE): Add new pass patterns.
11179 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11180 print various symbol names for vptr fields.
11181
9d622bda
AB
111822015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11183
11184 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11185 results.
11186
0fd8ac1c
YQ
111872015-10-12 Yao Qi <yao.qi@linaro.org>
11188
11189 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11190
34240514
YQ
111912015-10-12 Yao Qi <yao.qi@linaro.org>
11192
11193 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11194 is aarch64*-*-linux*.
11195
8240f442
YQ
111962015-10-12 Yao Qi <yao.qi@linaro.org>
11197
11198 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11199 (can_relocate_bcond_true): ... it.
11200 (can_relocate_bcond_false): New function.
11201 (foo): Likewise.
11202 (can_relocate_bl): Likewise.
11203 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11204 can_relocate_bl.
11205
2520f728
PMR
112062015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11207
11208 * gdb.base/nested-addr.c: New file.
11209 * gdb.base/nested-addr.exp: New testcase.
11210
abcef95a
MM
112112015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11212
11213 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11214 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11215 its output. Ignore the output of "record goto begin" and instead
11216 check that GDB is replaying.
11217
145e3ddb
PA
112182015-10-09 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11221 (top level): Use it in the run with no args test.
11222
d5d8c4e1
IB
112232015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11224
11225 * gdb.dlang/properties.exp: New file.
11226
06e635ef
SL
112272015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11228
11229 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11230 whether or not address 0x1000 is mapped on the target.
11231
e019fd1d
SM
112322015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11233
11234 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11235 build.
11236
77ba2a67
MM
112372015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11238
11239 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11240 instruction-history test.
11241
c60eb31f
DE
112422015-09-28 Doug Evans <dje@google.com>
11243
11244 * gdb.base/gcore.c (array_func): Add reference to static_array.
11245
9a3c8263
SM
112462015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11247
11248 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11249 source line.
11250
9720e656
SL
112512015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11252
11253 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11254 short or char as base type.
11255
938d3bf2
SL
112562015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11257
11258 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11259 to allow any size enum.
11260
e6c2c623
PMR
112612015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11262
11263 * gdb.ada/array_ptr_renaming.exp: New testcase.
11264 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11265 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11266
06da0f77
PL
112672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11268
11269 * gdb.trace/ftrace-lock.c: New file.
11270 * gdb.trace/ftrace-lock.exp: New file.
11271
4f51c22a
PL
112722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11273
11274 * gdb.arch/insn-reloc.c: New file.
11275 * gdb.arch/ftrace-insn-reloc.exp: New file.
11276
7041adf4
PL
112772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11278
11279 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11280 instruction.
11281 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11282 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11283 * gdb.trace/range-stepping.c: Likewise.
11284 * gdb.trace/trace-break.c: Likewise.
11285 * gdb.trace/trace-mt.c (thread_function): Likewise.
11286 * gdb.trace/ftrace.c (marker): Likewise.
11287 * gdb.trace/trace-condition.c (marker): Likewise.
11288 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11289 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11290 is_aarch64_target.
11291
015d2e7e
DE
112922015-09-18 Doug Evans <xdje42@gmail.com>
11293
11294 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11295 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11296
26b188a2
SL
112972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11298
11299 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11300 the breakpoint.
11301
79dc332b
SL
113022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11303
11304 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11305 the pending breakpoint. Remove timeout override for "Run till
11306 MI pending breakpoint on pendfunc3 on thread 2" test.
11307
f57929f2
SL
113082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11309
11310 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11311 filename pattern.
11312
3f469b17
SL
113132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11314
11315 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11316 in breakpoint filename pattern.
11317
515b89b3
SL
113182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11319
7800dbe4
SL
11320 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11321
113222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11323
515b89b3
SL
11324 * gdb.linespec/explicit.exp: Check for readline support for
11325 tab-completion tests. Fix obvious typo.
11326
d2939ba2
MM
113272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11328
11329 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11330 and replay.
11331
cbb55fa7
MM
113322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11333
11334 * gdb.btrace/non-stop.c: New.
11335 * gdb.btrace/non-stop.exp: New.
11336
43691ca1
PL
113372015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11338 Yao Qi <yao.qi@linaro.org>
11339
11340 * gdb.trace/trace-condition.c: New file.
11341 * gdb.trace/trace-condition.exp: New file.
11342
d78908cf
WW
113432015-09-16 Wei-cheng Wang <cole945@gmail.com>
11344
11345 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11346 for testing bytecode compilation.
11347
1ed415e2
PA
113482015-09-16 Pedro Alves <palves@redhat.com>
11349 Sandra Loosemore <sandra@codesourcery.com>
11350
11351 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11352 (SECONDS): Redefine.
11353 (main): Call pthread_kill and alarm early.
11354 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11355 support.
11356 (test): If the target can't hardware step and doesn't support
11357 displaced stepping, increase the timeout.
11358
d136eff5
PA
113592015-09-16 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11362 (enable_debug): New procedures.
11363 (test): Use them. Bail out if waiting for threads fails.
11364 (top level): Bail out if a test fails.
11365
991f019c
YQ
113662015-09-16 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.asm/asm-source.exp: Set asm-arch for
11369 aarch64*-*-* target.
11370 * gdb.asm/aarch64.inc: New file.
11371
bfca584f
PMR
113722015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11373
11374 * gdb.ada/array_of_variable_length.exp: New testcase.
11375 * gdb.ada/array_of_variable_length/foo.adb: New file.
11376 * gdb.ada/array_of_variable_length/pck.adb: New file.
11377 * gdb.ada/array_of_variable_length/pck.ads: New file.
11378
b326e587
DE
113792015-09-15 Doug Evans <dje@google.com>
11380
11381 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11382 of function static local variable.
11383
5382cfab
PW
113842015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11385
11386 * gdb.threads/tls-so_extern.exp: New test file.
11387 * gdb.threads/tls-so_extern.c: New test file.
11388 * gdb.threads/tls-so_extern_main.c: New test file.
11389
141c5cc4
JK
113902015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11391
11392 * gdb.opt/solib-intra-step-lib.c: New file.
11393 * gdb.opt/solib-intra-step-main.c: New file.
11394 * gdb.opt/solib-intra-step.exp: New file.
11395
d15dcecd
PA
113962015-09-15 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11399 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11400
4c2f2a79
PA
114012015-09-14 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/hook-stop-continue.c: Delete.
11404 * gdb.base/hook-stop-continue.exp: Delete.
11405 * gdb.base/hook-stop-frame.c: Delete.
11406 * gdb.base/hook-stop-frame.exp: Delete.
11407 * gdb.base/hook-stop.c: New file.
11408 * gdb.base/hook-stop.exp: New file.
11409
919e6dbe
PMR
114102015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11411
11412 * gdb.ada/access_to_packed_array.exp: New testcase.
11413 * gdb.ada/access_to_packed_array/foo.adb: New file.
11414 * gdb.ada/access_to_packed_array/pack.adb: New file.
11415 * gdb.ada/access_to_packed_array/pack.ads: New file.
11416
157280a4
MM
114172015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11418
11419 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11420 buffer size test.
11421
2fd33e94
DB
114222015-09-11 Don Breazeal <donb@codesourcery.com>
11423
11424 * gdb.base/foll-exec.c: Add copyright header. Fix
11425 formatting issues.
11426 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11427 (do_exec_tests): Use clean_restart in place of zap_session,
11428 and for test initialization. Fix formatting issues. Use
11429 fail in place of perror.
11430 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11431 an expect statement to match an expression with output from
11432 the program under debug.
11433 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11434 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11435 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11436 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11437 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11438
e70b6e8e
DE
114392015-09-09 Doug Evans <dje@google.com>
11440
11441 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11442
7a551a51
DE
114432015-09-09 Doug Evans <dje@google.com>
11444
11445 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11446
4c666f84
DE
114472015-09-09 Doug Evans <dje@google.com>
11448
11449 * gdb.base/savedregs.exp: Fix typo.
11450
243a9253
PA
114512015-09-09 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11454
c0fa8fbd
SL
114552015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11456
11457 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11458 command actually switches threads. Give up on remaining
11459 tests if target fails to stop at breakpoint.
11460
cd7c1778
PMR
114612015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11462
11463 * gdb.ada/funcall_char.exp: New testcase.
11464 * gdb.ada/funcall_char/foo.adb: New file.
11465
dc5c8746
PMR
114662015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11467
11468 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11469 expected outputs. Add two testcases for completing ambiguous
11470 functions.
11471 * gdb.ada/complete/aux_pck.adb: New file.
11472 * gdb.ada/complete/aux_pck.ads: New file.
11473 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11474 Ambiguous_Func functions.
11475 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11476 * gdb.ada/complete/pck.adb: Likewise.
11477
4e83a1e7
UW
114782015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11479
11480 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11481 failures to run the test program under GDB.
11482
8ce74153
LM
114832015-08-26 Luis Machado <lgustavo@codesourcery.com>
11484
11485 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11486 to C.
11487
e9756d52
PP
114882015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11489
11490 * gdb.base/run-after-attach.exp: New test file.
11491 * gdb.base/run-after-attach.c: New test file.
11492
8d37573b
DB
114932015-08-26 Don Breazeal <donb@codesourcery.com>
11494
11495 * gdb.base/foll-exec-2.c: New test program.
11496 * gdb.base/foll-exec-2.exp: New test.
11497
63e43d3a
PMR
114982015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11499
11500 * gdb.base/nested-subp1.exp: New file.
11501 * gdb.base/nested-subp1.c: New file.
11502 * gdb.base/nested-subp2.exp: New file.
11503 * gdb.base/nested-subp2.c: New file.
11504 * gdb.base/nested-subp3.exp: New file.
11505 * gdb.base/nested-subp3.c: New file.
11506
3d40fbb5
PA
115072015-08-24 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.server/connect-without-multi-process.c: New file.
11510 * gdb.server/connect-without-multi-process.exp: New file.
11511
4422ac93
LM
115122015-08-24 Luis Machado <lgustavo@codesourcery.com>
11513
11514 * gdb.opt/inline-markers.c: Make z int.
11515
91dddb86
LM
115162015-08-24 Luis Machado <lgustavo@codesourcery.com>
11517
11518 * gdb.opt/inline-markers.c: Make z volatile.
11519
a48847ee
LM
115202015-08-24 Luis Machado <lgustavo@codesourcery.com>
11521
11522 * gdb.opt/inline-bt.c: New volatile global z.
11523 * gdb.opt/inline-cmds.c: Likewise.
11524 * gdb.opt/inline-locals.c: Likewise.
11525 * gdb.opt/inline-markers.c: New extern global z.
11526 (marker): Use z.
11527 (inline_fn): Likewise.
11528
0ebbc52b
PA
115292015-08-24 Pedro Alves <palves@redhat.com>
11530
11531 * config/m32r-stub.exp: Remove file.
11532 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11533 * gdb.base/call-rt-st.exp: Likewise.
11534 * gdb.base/call-strs.exp: Likewise.
11535 * gdb.base/default.exp: Remove references to h8300-*-hms and
11536 *-*-udi*.
11537 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11538
77c365df
AA
115392015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11540
11541 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11542 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11543 and "return" use KFAIL when GDB can not read/write the vector
11544 return value.
11545
4313b8c0
GB
115462015-08-21 Gary Benson <gbenson@redhat.com>
11547
11548 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11549
0e433b32
PA
115502015-08-20 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.server/solib-list.exp: No longer expect an interior stop in
11553 non-stop mode.
11554
221e1a37
PA
115552015-08-20 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.server/connect-stopped-target.c: New file.
11558 * gdb.server/connect-stopped-target.exp: New file.
11559
40e3ad0e
PA
115602015-08-20 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.dwarf2/comp-unit-lang.exp: New file.
11563 * gdb.dwarf2/comp-unit-lang.c: New file.
11564
af39b327
PMR
115652015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11566
11567 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11568 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11569
7d45c7c3 115702015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11571
7d45c7c3
KB
11572 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11573 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11574
4d6cceb4
DE
115752015-08-18 Doug Evans <dje@google.com>
11576 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11577
11578 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11579 skip_python_tests. New arg prompt_regexp.
11580 (skip_python_tests): New function.
11581 * lib/mi-support.exp (mi_skip_python_tests): New function.
11582 * gdb.python/py-mi-objfile-gdb.py: New file.
11583 * gdb.python/py-mi-objfile.c: New file.
11584 * gdb.python/py-mi-objfile.exp: New file.
11585
ad89c2aa
KS
115862015-08-17 Keith Seitz <keiths@redhat.com>
11587
11588 * gdb.linespec/explicit.exp: Move strace test from here ...
11589 * gdb.trace/strace.exp: ... to here.
11590
e3ae3c43
PP
115912015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11592
11593 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11594 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11595
604b2636
DE
115962015-08-14 Doug Evans <xdje42@gmail.com>
11597
11598 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11599 inferior before selecting a new file.
11600
6ff0ba5f
DE
116012015-08-14 Doug Evans <xdje42@gmail.com>
11602
11603 * gdb.mi/mi-disassemble.exp: Update.
11604 * gdb.base/disasm-optim.S: New file.
11605 * gdb.base/disasm-optim.c: New file.
11606 * gdb.base/disasm-optim.h: New file.
11607 * gdb.base/disasm-optim.exp: New file.
11608
9ca98f92
KS
116092015-08-14 Keith Seitz <keiths@redhat.com>
11610
11611 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11612 "evaluated-by".
11613
52bbc560
JB
116142015-08-13 Joel Brobecker <brobecker@adacore.com>
11615
11616 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11617
5d8c3ed3
PMR
116182015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11619
11620 * gdb.ada/fun_renaming.exp: New testcase.
11621 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11622 * gdb.ada/fun_renaming/pack.adb: New file.
11623 * gdb.ada/fun_renaming/pack.ads: New file.
11624
ea8812bc
KS
116252015-08-12 Keith Seitz <keiths@redhat.com>
11626
11627 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11628 gdb_get_line_number.
11629
4dafcdeb
JB
116302015-08-12 Joel Brobecker <brobecker@adacore.com>
11631
11632 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11633 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11634 gdb.base/dso2dso.exp: New files.
11635
5ba32597
SDJ
116362015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11637 Pedro Alves <palves@redhat.com>
11638 Keith Seitz <keiths@redhat.com>
11639
11640 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11641 GDBFLAGS.
11642
b6dafabf
PP
116432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11644
11645 * gdb.base/gdbhistsize-history.exp
11646 (test_histsize_history_setting): Use save_vars.
11647 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11648 Use save_vars.
11649 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11650 * gdb.base/readline.exp: Use save_vars.
11651
abe8e607
PP
116522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11653
11654 * lib/gdb.exp (save_vars): New proc.
11655
629500fa
KS
116562015-08-11 Keith Seitz <keiths@redhat.com>
11657
11658 * gdb.base/help.exp: Update help_breakpoint_text.
11659
eb8c4e2e
KS
116602015-08-11 Keith Seitz <keiths@redhat.com>
11661
11662 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11663 (at toplevel): Call test_explicit_breakpoints.
11664 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11665 breakpoints.
11666 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11667 breakpoint conditions, "-cond".
11668
87f0e720
KS
116692015-08-11 Keith Seitz <keiths@redhat.com>
11670
11671 * gdb.linespec/3explicit.c: New file.
11672 * gdb.linespec/cpexplicit.cc: New file.
11673 * gdb.linespec/cpexplicit.exp: New file.
11674 * gdb.linespec/explicit.c: New file.
11675 * gdb.linespec/explicit.exp: New file.
11676 * gdb.linespec/explicit2.c: New file.
11677 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11678 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11679 before using in the matching pattern.
11680 Clarify that `prefix' is a regular expression.
11681
f00aae0f
KS
116822015-08-11 Keith Seitz <keiths@redhat.com>
11683
11684 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11685 test.
11686 Add tests for missing ",FMT" and ",".
11687
e27852be
DE
116882015-08-10 Doug Evans <dje@google.com>
11689 Keith Seitz <keiths@redhat.com>
11690
11691 PR gdb/17960
11692 * gdb.base/completion.exp: Add location completer tests.
11693
7f03bd92
PA
116942015-08-07 Pedro Alves <palves@redhat.com>
11695
11696 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11697 tests here.
11698 (top level): Run do_test with and without displaced stepping.
11699
3fc8eb30
PA
117002015-08-07 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.base/valgrind-disp-step.c: New file.
11703 * gdb.base/valgrind-disp-step.exp: New file.
11704
d4569d7b
PA
117052015-08-07 Pedro Alves <palves@redhat.com>
11706
11707 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11708 Delete function.
11709 (main): Add alarm. Run an infinite loop instead of calling
11710 wait_threads.
11711 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11712 comment.
11713 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11714 Delete function.
11715 (main): Add alarm. Run an infinite loop instead of calling
11716 wait_threads.
11717 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11718 comment.
11719
e1316e60
PA
117202015-08-07 Pedro Alves <palves@redhat.com>
11721
11722 * gdb.base/checkpoint-ns.exp: New file.
11723 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11724 standard_testfile.
11725
da8c46d2
MM
117262015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11727
11728 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11729 * gdb.btrace/instruction_history.exp: Update.
11730 * gdb.btrace/tsx.exp: New.
11731 * gdb.btrace/tsx.c: New.
11732
de1c2c52
PA
117332015-08-06 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11736 increase timeout.
11737 * gdb.reverse/until-precsave.exp: Bump timeouts.
11738
782e0bf4
PA
117392015-08-06 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11742
83e97ed0
PA
117432015-08-06 Pedro Alves <palves@redhat.com>
11744
11745 PR gdb/18749
11746 * gdb.threads/process-dies-while-handling-bp.c: New file.
11747 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11748
863d01bd
PA
117492015-08-06 Pedro Alves <palves@redhat.com>
11750
11751 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11752 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11753
0a39bb32
PA
117542015-08-05 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11757 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11758
ee2d2b10
SL
117592015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11760
11761 * gdb.base/bp-permanent.exp: Report test as unsupported if
11762 the target cannot stop at the permanent breakpoint.
11763
4e1bdb00
DE
117642015-08-03 Doug Evans <dje@google.com>
11765
11766 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11767 10000.
11768
3d338901
DE
117692015-08-03 Doug Evans <dje@google.com>
11770
11771 * Makefile.in (workers/%.worker, build-perf): New rule.
11772 (GDB_PERFTEST_MODE): New variable.
11773 (check-perf): Use it.
11774 (clean): Clean up gdb.perf parallel build subdirs.
11775 * lib/build-piece.exp: New file.
11776 * lib/gdb.exp (make_gdb_parallel_path): New function
11777 (standard_output_file, standard_temp_file): Call it.
11778 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11779 of $GDB_PARALLEL.
11780 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11781
af061d3e
DE
117822015-08-03 Doug Evans <dje@google.com>
11783
8e1afc81 11784 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11785 (LOG_FILE_NAME): New global.
11786 (TextReporter.__init__): Initialize self.txt_sum.
11787 (TextReporter.report): Add support for multiple data-points.
11788 Move report to perftest.sum, put raw data in perftest.log.
11789 (TextReporter.start): Open sum and log files.
11790 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11791 * gdb.perf/lib/perftest/testresult.py
11792 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11793
2c8c5d37
PA
117942015-07-31 Pedro Alves <palves@redhat.com>
11795
11796 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11797 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11798 kill_wait_spawned_process instead of explicit "kill -9".
11799 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11800 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11801 kill_wait_spawned_process.
11802 * gdb.base/attach-twice.exp: Likewise.
11803 * gdb.base/attach.exp: Likewise.
11804 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11805 gdb_test_multiple.
11806 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11807 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11808 kill_wait_spawned_process.
11809 * gdb.base/valgrind-infcall.exp: Likewise.
11810 * gdb.multi/multi-attach.exp: Likewise.
11811 * gdb.python/py-prompt.exp: Likewise.
11812 * gdb.python/py-sync-interp.exp: Likewise.
11813 * gdb.server/ext-attach.exp: Likewise.
11814 * gdb.threads/attach-into-signal.exp (corefunc): Use
11815 spawn_wait_for_attach, spawn_id_get_pid and
11816 kill_wait_spawned_process.
11817 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11818 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11819 spawn_id_get_pid and kill_wait_spawned_process.
11820 * gdb.threads/attach-stopped.exp (corefunc): Use
11821 spawn_wait_for_attach, spawn_id_get_pid and
11822 kill_wait_spawned_process.
11823 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11824 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11825 kill_wait_spawned_process instead of explicit "kill -9".
11826 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11827 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11828 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11829 processes. Don't map cygwin/windows pids here. Now returns a
11830 spawn id list.
11831
032a0fca
SL
118322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11833
11834 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11835 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11836 correct patch.
11837
61a934ca
SL
118382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11839
11840 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11841
4bc4d428
SL
118422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11843
11844 Reapply:
11845 2014-05-21 Mark Wielaard <mjw@redhat.com>
11846
11847 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11848
998d452a
PA
118492015-07-30 Pedro Alves <palves@redhat.com>
11850
11851 * linux-low.c (handle_extended_wait): Set the child's last
11852 reported status to TARGET_WAITKIND_STOPPED.
11853
69dde7dc
PA
118542015-07-30 Pedro Alves <palves@redhat.com>
11855
11856 PR threads/18600
11857 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11858 only shows inferior 1.
11859
4dd63d48
PA
118602015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11861 Pedro Alves <palves@redhat.com>
11862
11863 PR threads/18600
11864 * gdb.threads/fork-plus-threads.c: New file.
11865 * gdb.threads/fork-plus-threads.exp: New file.
11866
d618e4c5
PP
118672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11868
11869 * gdb.base/batch-preserve-term-settings.exp
11870 (test_terminal_settings_preserved_after_cli_exit): Use
11871 send_quit_command.
11872
1eef6428
PA
118732015-07-29 Pedro Alves <palves@redhat.com>
11874 Don Breazeal <donb@codesourcery.com>
11875
11876 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11877 output from both inferior_spawn_id and gdb_spawn_id.
11878
7da5b897
SDJ
118792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11880
11881 * gdb.threads/attach-into-signal.exp (corefunc): Use
11882 with_test_prefix on nested loops, uniquefying the test messages.
11883
dac804df
SDJ
118842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11885
11886 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11887 commit.
11888
06265e53
PP
118892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11890
11891 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11892 New proc.
11893 (test_terminal_settings_preserved_after_sigterm): New test.
11894
18206ca3
PP
118952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11896
11897 * gdb.base/batch-preserve-term-settings.exp
11898 (test_terminal_settings_preserved_after_cli_exit): New test.
11899
90074d11
PP
119002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11901
11902 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11903 manipulation of saved_gdbflags.
11904 (test_terminal_settings_preserved): Remove global declaration of
11905 the unused variable pagination_prompt. Remove manipulation of
11906 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11907 GDBFLAGS.
11908
eb1a7902
PA
119092015-07-29 Pedro Alves <palves@redhat.com>
11910
11911 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11912
8b75dd3b
PA
119132015-07-29 Pedro Alves <palves@redhat.com>
11914
11915 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11916 at the top.
11917
dedad4e3
PA
119182015-07-29 Pedro Alves <palves@redhat.com>
11919
11920 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11921 (main): Call gdb_unbuffer_output.
11922 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11923 (main): Call gdb_unbuffer_output.
11924 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11925 (main): Call gdb_unbuffer_output.
11926 * gdb.base/call-strs.exp: Adjust to step over the
11927 gdb_unbuffer_output call.
11928 * gdb.base/catch-gdb-caused-signals.c: Include
11929 "../lib/unbuffer_output.c".
11930 (main): Call gdb_unbuffer_output.
11931 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11932 (main): Call gdb_unbuffer_output.
11933 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11934 (main): Call gdb_unbuffer_output.
11935 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11936 (main): Call gdb_unbuffer_output.
11937 * gdb.base/shlib-call.exp: Adjust to step over the
11938 gdb_unbuffer_output call.
11939 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11940 (main): Call gdb_unbuffer_output.
11941 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11942 (main): Call gdb_unbuffer_output.
11943 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11944 (main): Rename to ...
11945 (test): ... this.
11946 (main): Reimplement.
11947 * gdb.base/varargs.exp: Run to test instead of to main.
11948 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11949 (main): Call gdb_unbuffer_output.
11950
58789a91
PA
119512015-07-29 Pedro Alves <palves@redhat.com>
11952
11953 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11954 factore out from mi_continue_dprintf. For call-style dprintfs,
11955 expect dprintf output out of $inferior_spawn_id.
11956 (mi_continue_dprintf): Use mi_expect_dprintf.
11957 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11958 (main): Call gdb_unbuffer_output.
11959
e8376742
PA
119602015-07-29 Pedro Alves <palves@redhat.com>
11961
11962 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11963 (default_mi_gdb_start): Set inferior_spawn_id instead of
11964 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11965 gdb_spawn_id.
11966 (mi_gdb_test): Always expect inferior output from both
11967 $inferior_spawn_id and $gdb_spawn_id.
11968
08280010
PA
119692015-07-29 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11972 send_inferior and $inferior_spawn_id.
11973
4d30e432
PA
119742015-07-29 Pedro Alves <palves@redhat.com>
11975
11976 * gdb.gdb/complaints.exp (test_initial_complaints)
11977 (test_serial_complaints, test_short_complaints): Use
11978 gdb_test_stdio.
11979 (test_empty_complaint): Handle $inferior_spawn_id !=
11980 $gdb_spawn_id.
11981
0d30a335
PA
119822015-07-29 Pedro Alves <palves@redhat.com>
11983
11984 * gdb.base/varargs.exp: Use gdb_test_stdio.
11985
39413b29
PA
119862015-07-29 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11989
7cb000a9
PA
119902015-07-29 Pedro Alves <palves@redhat.com>
11991
11992 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11993
d7b8ac82
PA
119942015-07-29 Pedro Alves <palves@redhat.com>
11995
11996 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11997 parameter into two new parameters, "inf_result" and "gdb_result".
11998 Expect inferior output and gdb output from $inferior_spawn_id and
11999 $gdb_spawn_id, respectively. Adjust all callers.
12000
789c3a0c
PA
120012015-07-29 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12004 of gdb_test_sequence.
12005
77e760c3
PA
120062015-07-29 Pedro Alves <palves@redhat.com>
12007
12008 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12009 (saw_spurious_output): Expect inferior output from
12010 $inferior_spawn_id. Use gdb_test_stdio.
12011
8396d2cd
PA
120122015-07-29 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.base/dprintf.exp: Use standard_testfile. Change
12015 prepare_for_testing call.
12016 (srcfile): Don't set.
12017 (restart): New procedure.
12018 (test_dprintf): New procecure, use to continue over dprintfs.
12019 (test_call, test_agent): New procedures, tests moved here.
12020 Restart gdb and recreate dprintfs. Adjust expected output.
12021
2051d61f
PA
120222015-07-29 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12025
452397af
PA
120262015-07-29 Pedro Alves <palves@redhat.com>
12027
12028 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12029
8aed9555
PA
120302015-07-29 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12033 gdb_test_stdio.
12034
188a61b4
PA
120352015-07-29 Pedro Alves <palves@redhat.com>
12036
12037 * lib/gdb.exp (gdb_test_stdio): New procedure.
12038
12264a45
PA
120392015-07-29 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12042
23ffc893
PA
120432015-07-29 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.base/call-signal-resume.exp: Remove check for
12046 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12047 * gdb.base/unwindonsignal.exp: Likewise.
12048 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12049 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12050
65566918
PA
120512015-07-29 Pedro Alves <palves@redhat.com>
12052
12053 * gdb.base/siginfo-addr.c (pass): New function.
12054 (handler): Call it iff si_addr is correct.
12055 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12056 Set a breakpoint at "pass" and continue to it.
12057
d60a9221
SDJ
120582015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12059
12060 * gdb.python/py-objfile.exp: Make some tests have unique names.
12061 * gdb.python/py-pp-registration.exp: Likewise.
12062
bde40b8f
PA
120632015-07-28 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12066
13e1dec8
SM
120672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12068
12069 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12070
da33c9a7
SM
120712015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12072
12073 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12074
077836f7
PP
120752015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12076
12077 * gdb.base/gdb-sigterm-2.exp: New test.
12078
b8cc7b2e
DE
120792015-07-25 Doug Evans <xdje42@gmail.com>
12080
12081 Revert:
12082 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12083 (workers/%.worker, build-perf): New rule.
12084 (GDB_PERFTEST_MODE): New variable.
12085 (check-perf): Use it.
12086 (clean): Clean up gdb.perf parallel build subdirs.
12087 * lib/build-piece.exp: New file.
12088 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12089 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12090 name.
12091 (standard_temp_file): Ditto.
12092 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12093 of $GDB_PARALLEL.
12094
c8bd4544
DE
120952015-07-24 Doug Evans <dje@google.com>
12096
12097 * gdb.perf/lib/perftest/utils.py: New file.
12098 * gdb.perf/gm-hello.cc: New file.
12099 * gdb.perf/gm-pervasive-typedef.cc: New file.
12100 * gdb.perf/gm-pervasive-typedef.h: New file.
12101 * gdb.perf/gm-std.cc: New file.
12102 * gdb.perf/gm-std.h: New file.
12103 * gdb.perf/gm-use-cerr.cc: New file.
12104 * gdb.perf/gm-utils.h: New file.
12105 * gdb.perf/gmonster-null-lookup.py: New file.
12106 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12107 * gdb.perf/gmonster-print-cerr.py: New file.
12108 * gdb.perf/gmonster-ptype-string.py: New file.
12109 * gdb.perf/gmonster-runto-main.py: New file.
12110 * gdb.perf/gmonster-select-file.py: New file.
12111 * gdb.perf/gmonster1-null-lookup.exp: New file.
12112 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12113 * gdb.perf/gmonster1-print-cerr.exp: New file.
12114 * gdb.perf/gmonster1-ptype-string.exp: New file.
12115 * gdb.perf/gmonster1-runto-main.exp: New file.
12116 * gdb.perf/gmonster1-select-file.exp: New file.
12117 * gdb.perf/gmonster1.cc: New file.
12118 * gdb.perf/gmonster1.exp: New file.
12119 * gdb.perf/gmonster2-null-lookup.exp: New file.
12120 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12121 * gdb.perf/gmonster2-print-cerr.exp: New file.
12122 * gdb.perf/gmonster2-ptype-string.exp: New file.
12123 * gdb.perf/gmonster2-runto-main.exp: New file.
12124 * gdb.perf/gmonster2-select-file.exp: New file.
12125 * gdb.perf/gmonster2.cc: New file.
12126 * gdb.perf/gmonster2.exp: New file.
12127
6eab34f3
DE
121282015-07-24 Doug Evans <dje@google.com>
12129
12130 * gdb.perf/README: New file.
12131 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12132 * lib/gen-perf-test.exp: New file.
12133
63738bfd
DE
121342015-07-24 Doug Evans <dje@google.com>
12135
12136 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12137 (PerfTest::startup): New function.
12138 (PerfTest::run): Return result of calling body.
12139 (PerfTest::assemble): Rewrite.
12140 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12141 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12142 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12143 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12144 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12145
7b606f95
DE
121462015-07-24 Doug Evans <dje@google.com>
12147
12148 * lib/gdb.exp (clean_restart): Make executable optional.
12149
a97b16b8
DE
121502015-07-24 Doug Evans <dje@google.com>
12151
12152 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12153 compiler_info references.
12154 * gdb.cp/temargs.exp: Ditto.
12155 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12156 (get_compiler_info): Early exit if already computed. Set compiler_info
12157 to "unknown" if there was a problem.
12158 (test_compiler_info): Add function comment. Call get_compiler_info.
12159
35baa57f
DE
121602015-07-24 Doug Evans <dje@google.com>
12161
12162 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12163 (workers/%.worker, build-perf): New rule.
12164 (GDB_PERFTEST_MODE): New variable.
12165 (check-perf): Use it.
12166 (clean): Clean up gdb.perf parallel build subdirs.
12167 * lib/build-piece.exp: New file.
12168 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12169 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12170 name.
12171 (standard_temp_file): Ditto.
12172 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12173 of $GDB_PARALLEL.
12174
6ebea266
DE
121752015-07-24 Doug Evans <dje@google.com>
12176
12177 * lib/future.exp (gdb_default_target_compile): New option
12178 "early_flags".
12179 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12180 --as-needed.
12181
1e76a7e9
SDJ
121822015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12183
12184 * gdb.base/catch-syscall.exp: Call gdb_exit before
12185 gdb_skip_xml_test.
12186
5068630a
PA
121872015-07-24 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.python/py-events.exp: Accept output between the stop event
12190 and the prompt.
12191 * gdb.python/py-evsignal.exp: Likewise.
12192 * gdb.python/py-evthreads.exp: Likewise.
12193
77598427
PA
121942015-07-24 Pedro Alves <palves@redhat.com>
12195
12196 PR gdb/18717
12197 * gdb.threads/non-ldr-exit.c: New file.
12198 * gdb.threads/non-ldr-exit.exp: New file.
12199
11e6c98f
YQ
122002015-07-24 Yao Qi <yao.qi@linaro.org>
12201
12202 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12203 restarting process.
12204
51aee833
YQ
122052015-07-24 Yao Qi <yao.qi@linaro.org>
12206
12207 * gdb.server/ext-restart.exp: New file.
12208
8cfe207c
YQ
122092015-07-24 Yao Qi <yao.qi@linaro.org>
12210
12211 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12212 argument options.
12213 * gdb.server/ext-wrapper.exp: New file.
12214
cc12ce38
DE
122152015-07-23 Doug Evans <dje@google.com>
12216
12217 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12218 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12219
d0d84780
PMR
122202015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12221
12222 * gdb.ada/var_arr_typedef.exp: New testcase.
12223 * gdb.ada/var_arr_typedef/pack.adb: New file.
12224 * gdb.ada/var_arr_typedef/pack.ads: New file.
12225 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12226
8b558f79
JB
122272015-07-20 Joel Brobecker <brobecker@adacore.com>
12228
12229 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12230
775a3298
JK
122312015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12232
12233 * gdb.arch/i386-biarch-core.exp: Replace istarget
12234 by "complete set gnutarget". Remove expectation for the "core-file"
12235 command.
12236
db1ff28b
JK
122372015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12238
12239 Revert the previous commit:
12240 Tests for validate symbol file using build-id.
12241
0a94970d
JK
122422015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12243
12244 Tests for validate symbol file using build-id.
12245 * gdb.base/solib-mismatch-lib.c: New file.
12246 * gdb.base/solib-mismatch-libmod.c: New file.
12247 * gdb.base/solib-mismatch.c: New file.
12248 * gdb.base/solib-mismatch.exp: New file.
12249
03346981
SL
122502015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12251
12252 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12253 nios2-*-linux*.
12254 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12255 * gdb.base/siginfo.exp: Likewise.
12256 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12257
42422cc7
PL
122582015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12259
12260 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12261 Move it to ...
12262 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12263 ... here.
12264 * gdb.trace/range-stepping.exp: Check that the target supports
12265 range stepping.
12266
cfa68bae
JK
122672015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12270
8ffdba26
PA
122712015-07-14 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.base/killed-outside.exp: New file.
12274 * gdb.base/killed-outside.c: New file.
12275
218a5a11
JK
122762015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12277
12278 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12279 (n at main): New.
12280 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12281
e03ed3c6
AA
122822015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12283
12284 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12285 infcall tests instead of setting up for KFAIL.
12286
485668e5
MM
122872015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12288
12289 * gdb.btrace/record_goto-step.exp: New.
12290
08464196
JK
122912015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12292
12293 PR compile/18484
12294 * gdb.compile/compile.c (struct struct_type): Add volatile to
12295 selffield's type.
12296 * gdb.compile/compile.exp
12297 (compile code struct_object.selffield = &struct_object): Skip further
12298 struct_object tests if this one xfails.
12299
bcf5c1d9
RC
123002015-07-08 Robert O'Callahan <robert@ocallahan.org>
12301
12302 PR exp/18617
12303 * gdb.trace/ax.exp: Add test.
12304
4931af25
YQ
123052015-07-07 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12308 instead of istarget "aarch64*-*-*".
12309 * gdb.arch/aarch64-fp.exp: Likewise.
12310 * gdb.base/float.exp: Likewise.
12311 * gdb.reverse/aarch64.exp: Likewise.
12312 * lib/gdb.exp (is_aarch64_target): New proc.
12313
9fcf688e
YQ
123142015-07-07 Yao Qi <yao.qi@linaro.org>
12315
12316 * lib/gdb.exp (is_aarch32_target): New proc.
12317 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12318 instead of "istarget "arm*-*-*"".
12319 * gdb.arch/arm-disp-step.exp: Likewise.
12320 * gdb.arch/thumb-bx-pc.exp: Likewise.
12321 * gdb.arch/thumb-prologue.exp: Likewise.
12322 * gdb.arch/thumb-singlestep.exp: Likewise.
12323 * gdb.base/disp-step-syscall.exp: Likewise.
12324 * gdb.base/float.exp: Likewise.
12325
fbd8d50d
YQ
123262015-07-07 Yao Qi <yao.qi@linaro.org>
12327
12328 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12329 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12330
71be1fdc
YQ
123312015-07-07 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12334 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12335 if it exists.
12336 * gdb.multi/multi-arch.exp: Likewise.
12337
3e221d36
SM
123382015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12339
12340 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12341 print.
12342
d441430b
YQ
123432015-07-07 Yao Qi <yao.qi@linaro.org>
12344
12345 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12346
06f810bd
MG
123472015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12348
12349 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12350 '[' and ']' characters.
12351
5e61e7c0
IB
123522015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12353
12354 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12355
28bf096c
PA
123562015-06-29 Pedro Alves <palves@redhat.com>
12357
12358 PR threads/18127
12359 * gdb.threads/hand-call-new-thread.c: New file.
12360 * gdb.threads/hand-call-new-thread.c: New file.
12361
ee93cd5e
KS
123622015-06-26 Keith Seitz <keiths@redhat.com>
12363 Doug Evans <dje@google.com>
12364
12365 PR 16253
12366 * gdb.cp/var-tag-2.cc: New file.
12367 * gdb.cp/var-tag-3.cc: New file.
12368 * gdb.cp/var-tag-4.cc: New file.
12369 * gdb.cp/var-tag.cc: New file.
12370 * gdb.cp/var-tag.exp: New file.
12371
fc637f04
PP
123722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12373
12374 * gdb.base/history-duplicates.exp: New test.
12375
2e52ae68
PP
123762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12377
12378 * gdb.base/completion.exp: Test the completion of the "focus"
12379 command.
12380
6e22494e
JK
123812015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12382
12383 * gdb.arch/amd64-prologue-skip.S: New file.
12384 * gdb.arch/amd64-prologue-skip.exp: New file.
12385
bf7b9cd9
SM
123862015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12387
12388 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12389 is_address_zero_readable check.
12390
201e8dfd
PB
123912015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12392
12393 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12394 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12395
5cd867b4
YQ
123962015-06-24 Yao Qi <yao.qi@linaro.org>
12397
12398 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12399 linux targets.
12400
4d7be007
YQ
124012015-06-24 Yao Qi <yao.qi@linaro.org>
12402
12403 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12404 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12405 * gdb.base/siginfo-thread.exp: Likewise.
12406
07fcd301
YQ
124072015-06-22 Yao Qi <yao.qi@linaro.org>
12408
12409 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12410
52042a00
YQ
124112015-06-22 Yao Qi <yao.qi@linaro.org>
12412
12413 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12414 aarch64*-*-*.
12415 (skip_hw_watchpoint_tests): Likewise.
12416
74bd41ce
PP
124172015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12418
12419 * gdb.base/gdbinit-history.exp: Test the interaction between
12420 setting GDBHISTSIZE and setting the history size via .gdbinit.
12421
bc460514
PP
124222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12423
12424 PR gdb/16999
12425 * gdb.base/gdbhistsize-history.exp: New test.
12426
b58c513b
PP
124272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12428
12429 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12430 with GDBHISTSIZE.
12431 * gdb.base/readline.exp: Likewise.
12432
92046791
YQ
124332015-06-17 Yao Qi <yao.qi@linaro.org>
12434
12435 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12436 line.
12437
2093d2d3
PP
124382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12439
12440 * gdb.base/gdbinit-history.exp: Add test case to check that
12441 an unlimited history file does not get truncated on exit.
12442
e6c693af
AA
124432015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12444
12445 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12446 (VECTOR): New macro. Use it...
12447 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12448 ...for these typedefs.
12449 (int8, char1, int1, double1): New typedefs.
12450 (struct just_int2, struct two_int2): New structures.
12451 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12452 (add_structvecs, add_singlevecs): New functions.
12453 (main): Call add_some_intvecs twice.
12454 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12455 the compile and exit upon failure. Try compiling for the "native"
12456 architecture. Test inferior function calls with vector arguments
12457 and vector return value handling with "finish" and "return".
12458
c74f7d1c
JT
124592015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12460
12461 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12462 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12463 PE file.
12464 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12465
98aa42ee
AT
124662015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12467
12468 PR breakpoints/16465
12469 * gdb.mi/mi-dprintf-pending.c: New file.
12470 * gdb.mi/mi-dprintf-pending.exp: New test.
12471 * gdb.mi/mi-dprintf-pendshr.c: New file.
12472
7d73c23c 124732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12474 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12475
12476 * gdb.arch/i386-mpx-map.c: New file.
12477 * gdb.arch/i386-mpx-map.exp: New File.
12478
124792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12480
12481 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12482 * gdb.arch/i386-mpx.exp: Indentation fixed.
12483
124842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12485
12486 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12487 function and improved indentation.
12488 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12489 gdb_test_multiple. Added additional tests to skip the test.
12490
124912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12492
12493 * gdb.arch/i386-avx512.c: Change path in include file.
12494 * gdb.arch/i386-avx512.exp: Change include dir path
12495 compilation flag.
12496 * gdb.arch/i386-mpx.c: Change path in include file.
12497 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12498 flag.
12499
d5eba19a
JK
125002015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12501
12502 * gdb.compile/compile-print.exp (compile print *vararray@3)
12503 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12504
7f361056
JK
125052015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12506
12507 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12508 (do not keep jit in memory): ... this.
12509 (expect 5): Change it to ...
12510 (expect no 5): ... this.
12511
3b462ec2
SM
125122015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12513
12514 PR gdb/15564
12515 * gdb.mi/mi-detach.exp: New file.
12516
e0619de6
JK
125172015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519 PR symtab/18392
12520 * gdb.arch/amd64-tailcall-self.S: New file.
12521 * gdb.arch/amd64-tailcall-self.c: New file.
12522 * gdb.arch/amd64-tailcall-self.exp: New file.
12523
e970cb34
DB
125242015-05-28 Don Breazeal <donb@codesourcery.com>
12525
12526 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12527 tests for remote targets by checking is_target_gdbserver.
12528
b2e2f908
DE
125292015-05-27 Doug Evans <dje@google.com>
12530
12531 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12532 * gdb.dwarf2/opaque-type-lookup.c: New file.
12533 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12534
82c7be31
DE
125352015-05-26 Doug Evans <dje@google.com>
12536
12537 * gdb.cp/iostream.cc: New file.
12538 * gdb.cp/iostream.exp: New file.
12539
b4f54984
DE
125402015-05-26 Doug Evans <dje@google.com>
12541
12542 * gdb.dwarf2/dw2-op-call.exp: Update.
12543 * gdb.dwarf2/dw4-sig-types.exp: Update.
12544 * gdb.dwarf2/implptr.exp: Update.
12545 * gdb.mi/mi-cmd-param-changed.exp: Update.
12546
4ea6efe9
DE
125472015-05-26 Doug Evans <dje@google.com>
12548
12549 * gdb.python/py-lazy-string.c: New file.
12550 * gdb.python/py-lazy-string.exp: New file.
12551 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12552 (main): Update. Add estring3.
12553 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12554 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12555
f6bb7db3
YQ
125562015-05-26 Omair Javaid <omair.javaid@linaro.org>
12557 Yao Qi <yao.qi@linaro.org>
12558
12559 * gdb.reverse/aarch64.c: New.
12560 * gdb.reverse/aarch64.exp: New.
12561
a81bfbd0
OJ
125622015-05-26 Omair Javaid <omair.javaid@linaro.org>
12563
25d49b86
PA
12564 * lib/gdb.exp (supports_process_record): Return true for
12565 aarch64*-linux*.
a81bfbd0
OJ
12566 (supports_reverse): Likewise.
12567
158bf1b4
PP
125682015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12569
12570 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12571 Use with_test_prefix.
12572
a0145030
AB
125732015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12574
12575 * gdb.base/completion.exp: Add test for completion of layout
12576 names.
12577
ebe3b578
AB
125782015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12579
12580 * lib/gdb.exp (skip_tui_tests): New proc.
12581 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12582
84204ed7
PA
125832015-05-19 Pedro Alves <palves@redhat.com>
12584
12585 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12586 Save the whole env array instead of just HOME. Unset HISTSIZE in
12587 the environment while testing. Restore whole environment
12588 afterwards.
12589
37442ce1
DE
125902015-05-16 Doug Evans <xdje42@gmail.com>
12591
12592 * gdb.guile/scm-ports.c: New file.
12593 * gdb.guile/scm-ports.exp: Add memory port tests.
12594
36de76f9
JK
125952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12596
12597 * gdb.compile/compile-print.c: New file.
12598 * gdb.compile/compile-print.exp: New file.
12599
3a9558c4
JK
126002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12601
12602 * gdb.compile/compile-ops.exp: Cast param to void.
12603 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12604 (compile code struct_object.selffield = &struct_object): Add xfail.
12605
aa715135
JG
126062015-05-15 Joel Brobecker <brobecker@adacore.com>
12607
12608 * gdb.ada/arr_enum_with_gap: New testcase.
12609
931e5bc3
JG
126102015-05-15 Joel Brobecker <brobecker@adacore.com>
12611
12612 * gdb.ada/byte_packed_arr: New testcase.
12613
9cd4d857
JB
126142015-05-15 Joel Brobecker <brobecker@adacore.com>
12615
12616 * gdb.ada/pckd_neg: New testcase.
12617
ebfd00d2
PP
126182015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12619
12620 PR gdb/17820
12621 * gdb.base/gdbinit-history.exp: New test.
12622 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12623 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12624
4c082a81
SC
126252015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12626
12627 * gdb.python/py-xmethods.cc: Enhance test case.
12628 * gdb.python/py-xmethods.exp: New tests.
12629 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12630 function.
12631 (B_indexoper): Likewise.
12632 (global_dm_list) : Add new xmethod worker functions.
12633
f7797074
SDJ
126342015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12635
12636 * gdb.base/coredump-filter.exp: Correctly unset
12637 "coredump_var_addr" array.
12638
a4674e4e
PA
126392015-05-08 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.server/non-existing-program.exp: Unset spawn_id.
12642
df2eb078
SC
126432015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12644
12645 PR python/18291
12646 * gdb.python/py-xmethods.exp: Add tests.
12647
422349a3
YQ
126482015-05-08 Yao Qi <yao.qi@linaro.org>
12649
12650 PR gdb/18208
12651 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12652 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12653 function set_coredump_filter, and remove remote_exec call.
12654 Remove argument ipid. Callers update.
12655 (top level): Don't get inferior's PID.
12656
63fc80ce
AA
126572015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12658
12659 * gdb.base/watch_thread_num.exp: Skip test on targets without
12660 access watchpoints.
12661
80ad801e
PA
126622015-05-06 Pedro Alves <palves@redhat.com>
12663
12664 PR server/18081
12665 * gdb.server/non-existing-program.exp: New file.
12666
0fa7fe50
JB
126672015-05-05 Joel Brobecker <brobecker@adacore.com>
12668
12669 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12670
3ea89b92
PMR
126712015-05-05 Joel Brobecker <brobecker@adacore.com>
12672
12673 * gdb.ada/out_of_line_in_inlined: New testcase.
12674
87b8eff0
JB
126752015-05-05 Joel Brobecker <brobecker@adacore.com>
12676
12677 * gdb.ada/var_rec_arr: New testcase.
12678
5fccc635
YQ
126792015-04-30 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.base/break-idempotent.exp: If
12682 skip_hw_watchpoint_multi_tests returns true, skip the tests
12683 on "rwatch" and "awatch".
12684
42d38f42
YQ
126852015-04-30 Yao Qi <yao.qi@linaro.org>
12686
12687 * gdb.base/relativedebug.exp: Invoke gdb command
12688 "info sharedlibrary", and if libc.so doesn't have debug info,
12689 skip the test.
12690
2ce1cdbf
DE
126912015-04-29 Doug Evans <dje@google.com>
12692
12693 * gdb.python/py-xmethods.exp: Add ptype tests.
12694 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12695 get_result_type method.
12696
f24a38c5
LM
126972015-04-29 Luis Machado <lgustavo@codesourcery.com>
12698
12699 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12700 the target does not support hardware watchpoints.
12701
ecbf2b3c
LM
127022015-04-29 Luis Machado <lgustavo@codesourcery.com>
12703
12704 * gdb.base/break-always.exp: Abort testing if writing to memory
12705 causes an error.
12706
34f5f757
DE
127072015-04-28 Doug Evans <dje@google.com>
12708
12709 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12710 * gdb.python/py-pp-registration.exp: ... here. New file.
12711 * gdb.python/py-pp-registration.c: New file.
12712 * gdb.python/py-pp-registration.py: New file.
12713
69b4374a
DE
127142015-04-28 Doug Evans <dje@google.com>
12715
12716 * gdb.python/py-bad-printers.c: New file.
12717 * gdb.python/py-bad-printers.py: New file.
12718 * gdb.python/py-bad-printers.exp: New file.
12719
59fb7612
SS
127202015-04-28 Sasha Smundak <asmundak@google.com>
12721
12722 * gdb.python/py-type.exp: New test.
12723
2631b16a
AW
127242015-04-28 Andy Wingo <wingo@igalia.com>
12725
12726 * gdb.python/py-parameter.exp:
12727 * gdb.guile/scm-parameter.exp: Escape the path that we are
12728 matching against, as it might contain characters that are special
12729 to regular expressions.
12730
460efde1
JB
127312015-04-27 Joel Brobecker <brobecker@adacore.com>
12732
12733 * gdb.ada/rec_comp: New testcase.
12734
2d369d8e
SDJ
127352015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12736
12737 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12738 before using it.
12739
cf75d6c3
AB
127402015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12741
12742 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12743 new tests for verilog output.
12744
8dbe7ca5
YQ
127452015-04-24 Yao Qi <yao.qi@linaro.org>
12746
12747 * boards/remote-gdbserver-on-localhost.exp: New file.
12748
4ef9fb2f
PA
127492015-04-23 Pedro Alves <palves@redhat.com>
12750
12751 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12752 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12753 "end of file", remove $inferior_spawn_id from the indirect list.
12754
0a803169
PA
127552015-04-23 Pedro Alves <palves@redhat.com>
12756
12757 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12758
749ef8f8
PA
127592015-04-23 Pedro Alves <palves@redhat.com>
12760
12761 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12762 on $any_spawn_id instead of only on $gdb_spawn_id.
12763
8aae4344
PM
127642015-04-21 Pierre Muller <muller@sourceware.org>
12765
12766 PR pascal/17815
12767 * lib/pascal.exp (gpc_compile): Add new option "class".
12768 (fpc_compile): Likewise.
12769 * gdb.pascal/case-insensitive-symbols.pas: New file.
12770 * gdb.pascal/case-insensitive-symbols.exp: New file.
12771
1586c8fb
GB
127722015-04-20 Gary Benson <gbenson@redhat.com>
12773
12774 * gdb.base/attach.exp: Fix three extended remote failures.
12775
1b6e6f5c
GB
127762015-04-17 Gary Benson <gbenson@redhat.com>
12777
12778 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12779 the main executable over the remote protocol.
12780
e797481d
PA
127812015-04-16 Pedro Alves <palves@redhat.com>
12782
12783 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12784 a new gdbserver if gdbserver_reconnect_p is set.
12785
1ca99c42
PA
127862015-04-16 Pedro Alves <palves@redhat.com>
12787
12788 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12789 is set, don't exit gdbserver.
12790
af9fd6f8
AA
127912015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12792
12793 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12794 appropriate .insn, such that an older assembler can be used.
12795 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12796 the z/Architecture instruction set on 31-bit targets as well.
12797
04ff1e61
AA
127982015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12799
12800 * gdb.go/handcall.exp: Remove all logic related to the first
12801 breakpoint and rely on go_runto_main instead.
12802 * gdb.go/strings.exp: Likewise.
12803 * gdb.go/unsafe.exp: Likewise.
12804 * gdb.go/hello.exp: Likewise. Also rename the remaining
12805 breakpoint marker to "breakpoint 1".
12806 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12807 * gdb.go/strings.go: Likewise.
12808 * gdb.go/unsafe.go: Likewise.
12809 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12810 "set breakpoint 2 here" and rename the remaining breakpoint marker
12811 to "breakpoint 1".
12812
40d2f8d6
SM
128132015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12814
12815 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12816 if itertools.imap is not present.
12817 * gdb.python/py-objfile.exp: Add parentheses.
12818 * gdb.python/py-type.exp: Same.
12819 * gdb.python/py-unwind-maint.py: Same.
12820
8cbc97c6
YQ
128212015-04-15 Yao Qi <yao.qi@linaro.org>
12822
12823 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12824 of ":$ptr_size" and set its form explicitly.
12825
45fd756c
YQ
128262015-04-15 Pedro Alves <palves@redhat.com>
12827 Yao Qi <yao.qi@linaro.org>
12828
12829 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12830 timeout by factor of 4.
12831 (test_regular_watch): Likewise.
12832 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12833 * gdb.reverse/sigall-reverse.exp: Likewise.
12834 * gdb.reverse/until-precsave.exp: Likewise.
12835 * lib/gdb.exp (with_timeout_factor): New proc.
12836 (gdb_expect): Move some code to ...
12837 (get_largest_timeout): ... here. New procedure.
12838
9e811bc3
LM
128392015-04-14 Luis Machado <lgustavo@codesourcery.com>
12840
12841 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12842
0ff6fcb2
LM
128432015-04-13 Luis Machado <lgustavo@codesourcery.com>
12844
12845 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12846 to write to the .text section.
12847
7578d5f7
LM
128482015-04-13 Luis Machado <lgustavo@codesourcery.com>
12849
12850 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12851 Handle the case of targets that do not provide PID information.
12852
2efe15c4
YQ
128532015-04-13 Yao Qi <yao.qi@linaro.org>
12854
12855 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12856 and use expect instead of gdb_expect.
12857
8cd8f2f8
SDJ
128582015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12859
12860 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12861 "coredump_var_addr" to avoid naming conflict with other testcases.
12862
9ee41772
PA
128632015-04-10 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12866 gdb_test_sequence and gdb_assert.
12867
07473109
PA
128682015-04-10 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12871 test messages that don't include the breakpoint address.
12872
de3db44c
YQ
128732015-04-10 Yao Qi <yao.qi@linaro.org>
12874
12875 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12876 false for some offset and width combinations which aren't
12877 supported by linux kernel.
12878
c79d856c
PA
128792015-04-10 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12882 procedure, factored out from ...
12883 (top level): ... here. Add "set displaced-stepping" testing axis.
12884 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12885 parameter "displaced". Use it.
12886 (top level): Use foreach and add "set displaced-stepping" testing
12887 axis.
12888
ebc90b50
PA
128892015-04-10 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12892 Remove comment.
12893 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12894 both the address of the instruction that triggers the watchpoint
12895 and the address of the instruction immediately after, and use
12896 those addresses for the test. Fix comment.
12897
8f572e5c
PA
128982015-04-10 Pedro Alves <palves@redhat.com>
12899
12900 * gdb.base/sigstep.exp (breakpoint_to_handler)
12901 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12902 Test "backtrace" in handler.
12903 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12904 (top level): Add new "displaced" test axis to
12905 breakpoint_to_handler, breakpoint_to_handler_entry and
12906 breakpoint_over_handler.
12907
8d707a12
PA
129082015-04-10 Pedro Alves <palves@redhat.com>
12909
12910 PR gdb/18216
12911 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12912
ef713951
YQ
129132015-04-10 Yao Qi <yao.qi@linaro.org>
12914
12915 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12916 (test_add_rn_pc): New function.
12917 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12918 (top level): Invoke test_add_rn_pc.
12919
906d60cf
PA
129202015-04-10 Pedro Alves <palves@redhat.com>
12921
12922 PR gdb/13858
12923 * gdb.base/step-over-no-symbols.exp: New file.
12924
f2983cc3
AW
129252015-04-09 Andy Wingo <wingo@igalia.com>
12926
12927 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12928 after the Python tests.
12929
6d62641c
SDJ
129302015-04-08 Keith Seitz <keiths@redhat.com>
12931
12932 PR python/16699
12933 * gdb.python/py-completion.exp: New tests for completion.
12934 * gdb.python/py-completion.py (CompleteLimit1): New class.
12935 (CompleteLimit2): Likewise.
12936 (CompleteLimit3): Likewise.
12937 (CompleteLimit4): Likewise.
12938 (CompleteLimit5): Likewise.
12939 (CompleteLimit6): Likewise.
12940 (CompleteLimit7): Likewise.
12941
f3770638
PA
129422015-04-08 Pedro Alves <palves@redhat.com>
12943
12944 PR gdb/18214
12945 PR gdb/18216
12946 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12947 function.
12948 (main): Install it as SIGUSR1 handler.
12949 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12950 parameter. Always use "setup" as prefix. Toggle "set
12951 displaced-stepping" off/on depending on global. Don't switch to
12952 thread 1 here.
12953 (top level): Add displaced stepping "off/on" test axis. Update
12954 "setup" calls. Wrap each subtest with with_test_prefix. Test
12955 continuing with a queued signal in each thread.
12956
4496bed7
PA
129572015-04-08 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12960 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12961 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12962 Return early if running to main fails.
12963 * gdb.trace/while-stepping.exp: Likewise.
12964
b97fde92
PA
129652015-04-07 Pedro Alves <palves@redhat.com>
12966
12967 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12968 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12969 interact with inferior program.
12970
f71c18e7
PA
129712015-04-07 Pedro Alves <palves@redhat.com>
12972
12973 * lib/gdb.exp (inferior_spawn_id): New global.
12974 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12975 spawn id after processing the user code.
12976 (default_gdb_start): Set inferior_spawn_id.
12977 (send_inferior): New procedure.
12978 * lib/gdbserver-support.exp (gdbserver_start): Set
12979 inferior_spawn_id.
12980 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12981
6423214f
PA
129822015-04-07 Pedro Alves <palves@redhat.com>
12983
12984 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12985 * lib/gdbserver-support.exp (gdbserver_start): Make
12986 $server_spawn_id global.
12987 (gdbserver_start): Don't wait for gdbserver's spawn id with
12988 expect_background.
12989 (close_gdbserver): New procedure.
12990 (gdb_exit): Rename the default version and reimplement.
12991
71c0ee8c
PA
129922015-04-07 Pedro Alves <palves@redhat.com>
12993
72f4393d 12994 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12995 append the substituted item, not the original item.
12996
203bc29b
PA
129972015-04-07 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13000 gdb_expect.
13001
508a3ddf
PA
130022015-04-07 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13005 output appearing once only.
13006
9f6dbe2b
PA
130072015-04-07 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13010 that doesn't expect anything. Return early if running to main
13011 fails.
13012
337532fa
YQ
130132015-04-07 Yao Qi <yao.qi@linaro.org>
13014
13015 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13016 (child_function): Call alarm.
13017 (main): Move call to alarm into the loop.
13018 * gdb.threads/non-stop-fair-events.exp: Build program with
13019 -DTIMEOUT=$timeout.
13020
01b622d4
DE
130212015-04-06 Doug Evans <xdje42@gmail.com>
13022
13023 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13024 Fix dest parameter to board_info.
13025 (fpc_compile): Ditto.
13026 (gdb_compile_pascal): Rename dest arg to destfile.
13027
961f4160
PMR
130282015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13029
13030 * gdb.ada/funcall_ref.exp: New file.
13031 * gdb.ada/funcall_ref/foo.adb: New file.
13032
cafda597
YQ
130332015-04-02 Yao Qi <yao.qi@linaro.org>
13034
13035 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13036 is remote.
13037
fed040c6
GB
130382015-04-02 Gary Benson <gbenson@redhat.com>
13039
13040 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13041
d11916aa
SS
130422015-04-01 Sasha Smundak <asmundak@google.com>
13043
13044 * gdb.python/py-unwind-maint.c: New file.
13045 * gdb.python/py-unwind-maint.exp: New test.
13046 * gdb.python/py-unwind-maint.py: New file.
13047 * gdb.python/py-unwind.c: New file.
13048 * gdb.python/py-unwind.exp: New test.
13049 * gdb.python/py-unwind.py: New test.
13050
a1471180
PA
130512015-04-01 Pedro Alves <palves@redhat.com>
13052
13053 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13054 to fail instead of non-existent $test.
13055
0bbeccb1
PA
130562015-04-01 Pedro Alves <palves@redhat.com>
13057
13058 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13059 GDBFLAGS if not empty.
13060
3c724c8c
PMR
130612015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13062
13063 * gdb.ada/complete.exp: Remove "multi_line".
13064 * gdb.ada/info_exc.exp: Remove "multi_line".
13065 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13066 * gdb.ada/ptype_field.exp: Remove "multi_line".
13067 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13068 * gdb.ada/tagged.exp: Remove "multi_line".
13069 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13070 [multi_line ...]
13071 * gdb.btrace/delta.exp: Likewise.
13072 * gdb.btrace/exception.exp: Likewise.
13073 * gdb.btrace/function_call_history.exp: Likewise.
13074 * gdb.btrace/instruction_history.exp: Likewise.
13075 * gdb.btrace/nohist.exp: Likewise.
13076 * gdb.btrace/record_goto.exp: Likewise.
13077 * gdb.btrace/segv.exp: Likewise.
13078 * gdb.btrace/stepi.exp: Likewise.
13079 * gdb.btrace/tailcall.exp: Likewise.
13080 * gdb.btrace/unknown_functions.exp: Likewise.
13081 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13082 * lib/gdb.exp: Add the "multi_line" helper.
13083
4eec2deb
PA
130842015-04-01 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.threads/tid-reuse.c: New file.
13087 * gdb.threads/tid-reuse.exp: New file.
13088
df8411da
SDJ
130892015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13090
13091 PR corefiles/16092
13092 * gdb.base/coredump-filter.c: New file.
13093 * gdb.base/coredump-filter.exp: Likewise.
13094
6ef37366
PM
130952015-03-27 Petr Machata <pmachata@redhat.com>
13096
13097 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13098 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13099 (Dwarf::assemble): Initialize them.
13100 (Dwarf::lines): New function.
13101
7ec911b0
JT
131022015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13103
13104 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13105 SYMBOL_PREFIX for x86_64-*-cygwin.
13106
ff908ebf
AW
131072015-03-26 Andy Wingo <wingo@igalia.com>
13108
13109 PR symtab/18148
13110 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13111 const_value but not a location.
13112 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13113 location defined in non-main CUs are visible.
13114
6d5f0679
YQ
131152015-03-26 Yao Qi <yao.qi@linaro.org>
13116
13117 PR testsuite/18139
13118 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13119 Add a line number entry for the same line.
13120 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13121 Add a line number entry for the same line.
13122
2898689b
YQ
131232015-03-26 Yao Qi <yao.qi@linaro.org>
13124
13125 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13126 .int 0.
13127 (func): Likewise. Add .Lfunc_1 label.
13128 Use .Lfunc_1 label.
13129 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13130 .int 0.
13131 (func): Likewise.
13132 Use .Lfunc_1 label.
13133
85180498
YQ
131342015-03-26 Yao Qi <yao.qi@linaro.org>
13135
13136 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13137 Call gdb_compile instead to compile each .s files without debug
13138 information.
13139
8aa08a8d
YQ
131402015-03-26 Yao Qi <yao.qi@linaro.org>
13141
13142 * gdb.base/savedregs.exp (process_saved_regs): Make
13143 "Saved registers:" optional in the pattern.
13144
66849923
MM
131452015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13146
13147 * gdb.btrace/next.exp: Merged into step.exp.
13148 * gdb.btrace/finish.exp: Merged into step.exp.
13149 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13150 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13151 "record goto" and checking the exact replay position.
13152 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13153 check for "Recording format" in "info record" output.
13154 * gdb.btrace/record_goto.exp: Choose test file based on target.
13155 * gdb.btrace/x86-record_goto.S: Renamed into ...
13156 * gdb.btrace/x86_64-record_goto.S: ... this.
13157 * gdb.btrace/i686-record_goto.S: New.
13158 * gdb.btrace/x86-tailcall.S: Renamed into ...
13159 * gdb.btrace/x86_64-tailcall.S: ... this.
13160 * gdb.btrace/i686-tailcall.S: New.
13161 * gdb.btrace/x86-tailcall.c: Renamed into ...
13162 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13163 separate statements. Update test.
13164 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13165 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13166 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13167 * gdb.btrace/tailcall.exp: Choose test file based on target.
13168 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13169
11cc1b74
MM
131702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13171
13172 * gdb.btrace/exception.exp: Increase BTS buffer size.
13173
a25d8bf9
PA
131742015-03-24 Pedro Alves <palves@redhat.com>
13175
13176 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13177
856e7dd6
PA
131782015-03-24 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.threads/schedlock.exp (test_step): No longer expect that
13181 "set scheduler-locking step" with "next" over a function call runs
13182 threads unlocked.
13183
ad235a41
AT
131842015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13185
13186 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13187
15630549
AT
131882015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13189
13190 PR breakpoints/16466
13191 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13192 * gdb.mi/mi-pending.c (thread_func): New function.
13193 (int main): Add threading support required.
13194 * gdb.mi/mi-pending.exp: Add tests for this issue.
13195 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13196 (pendfunc2): Remove stdio dependency.
13197 * gdb.mi/mi-pendshr2.c: New file.
13198
693dca06
KS
131992015-03-23 Keith Seitz <keiths@redhat.com>
13200
13201 * gdb.linespec/keywords.c: New file.
13202 * gdb.linespec/keywords.exp: New file.
13203
7e993ebf
KS
132042015-03-23 Keith Seitz <keiths@redhat.com>
13205
13206 PR gdb/18021
13207 * gdb.dwarf2/staticvirtual.exp: New test.
13208
bc23328c
JK
132092015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13212 * README: Remove HP-UX and gdb.hp.
13213 (configuration):
13214 * configure: Regenerate.
13215 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13216 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13217 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13218 gdb.hp/gdb.defects/Makefile.
13219 * gdb.hp/Makefile.in: File deleted.
13220 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13221 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13222 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13223 * gdb.hp/gdb.aCC/run.c: File deleted.
13224 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13225 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13226 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13227 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13228 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13229 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13230 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13231 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13232 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13233 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13234 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13235 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13236 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13237 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13238 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13239 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13240 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13241 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13242 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13243 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13244 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13245 * gdb.hp/gdb.compat/average.c: File deleted.
13246 * gdb.hp/gdb.compat/sum.c: File deleted.
13247 * gdb.hp/gdb.compat/xdb.c: File deleted.
13248 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13249 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13250 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13251 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13252 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13253 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13254 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13255 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13256 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13257 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13258 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13259 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13260 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13261 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13262 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13263 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13264 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13265 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13266 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13267 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13268 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13269 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13270 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13271 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13272 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13273 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13274 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13275 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13276 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13277 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13278 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13279 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13280 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13281 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13282 * gdb.hp/tools/odump: File deleted.
13283
8bf3b159
PA
132842015-03-19 Pedro Alves <palves@redhat.com>
13285
13286 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13287 (saw_thread_3): New globals.
13288 (top level): Increment them when an event for the corresponding
13289 thread is seen.
13290 (no thread starvation): New test.
13291
eb54c8bf
PA
132922015-03-19 Pedro Alves <palves@redhat.com>
13293
13294 * gdb.threads/continue-pending-status.c: New file.
13295 * gdb.threads/continue-pending-status.exp: New file.
13296
32d2e5d6
PA
132972015-03-18 Pedro Alves <palves@redhat.com>
13298
13299 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13300 Use gdb_is_target_remote instead of is_remote. Use
13301 gdb_test_multiple instead of gdb_expect. Exit early if
13302 gdb_test_multiple hits its internal matches. Tighten stepi tests
13303 expected output. Fail on exit with any signal, instead of just
13304 SIGILL.
13305
f68f11b7
YQ
133062015-03-18 Yao Qi <yao.qi@linaro.org>
13307
13308 PR tdep/18107
13309 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13310 variable.
13311 * gdb.base/catch-syscall.exp: Don't skip it on
13312 aarch64*-*-linux* target. Remove elements in all_syscalls.
13313 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13314 target.
13315 (setup_all_syscalls): New proc.
13316
ca5fd19b
YQ
133172015-03-16 Yao Qi <yao.qi@linaro.org>
13318
13319 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13320 (top level): Skip tests if valid_addr_p returns false for
13321 $cmd1 or $cmd2.
13322
85642ba0
AW
133232015-03-11 Andy Wingo <wingo@igalia.com>
13324
13325 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13326
e03f9645
YQ
133272015-03-11 Yao Qi <yao.qi@linaro.org>
13328
13329 * gdb.base/catch-syscall.exp: Fix typo in comments.
13330
5d0962b2
YQ
133312015-03-11 Yao Qi <yao.qi@linaro.org>
13332
13333 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13334
b2df3cef
PA
133352015-03-09 Pedro Alves <palves@redhat.com>
13336
13337 * dg-extract-results.py: Delete.
13338
ef878e53
PA
133392015-03-09 Pedro Alves <palves@redhat.com>
13340
13341 Merge dg-extract-results.sh from GCC upstream (r218843).
13342
13343 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13344 * dg-extract-results.sh: Use --text with grep to avoid issues with
13345 binary files. Fall back to cat -v, if that doesn't work.
13346
9494d219
PA
133472015-03-05 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13350
a8d9763a
SM
133512015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13352
13353 * lib/mi-support.exp (mi_expect_interrupt): Accept
13354 alternative event for when in all-stop mode.
13355
be9957b8
PA
133562015-03-04 Pedro Alves <palves@redhat.com>
13357
13358 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13359
d57be0f4 133602015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13361
13362 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13363
c214c7cf
AA
133642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13365
13366 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13367 regexps for GDB's current line display, accept a hex address
13368 preceding the line number.
13369
6d74a497
AA
133702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13371
13372 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13373 the 'arch1' variable for "s390*-linux*" targets.
13374
511aee7c
PA
133752015-03-04 Pedro Alves <palves@redhat.com>
13376
13377 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13378 (main): Pass missing retval argument to pthread_join call.
13379
95e50b27
PA
133802015-03-02 Pedro Alves <palves@redhat.com>
13381
13382 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13383 (top level): Call do_test with non-stop as well.
13384
28054d69
PA
133852015-03-02 Pedro Alves <palves@redhat.com>
13386
13387 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13388 -1.
13389
4fa5d7b4
AA
133902015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13391
13392 * gdb.arch/s390-vregs.exp: New test.
13393 * gdb.arch/s390-vregs.S: New file.
13394
97c18565
PA
133952015-02-27 Pedro Alves <palves@redhat.com>
13396
13397 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13398 call to catch_command_errors.
13399 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13400 catch_command_errors.
13401
a37bfa30
PA
134022015-02-27 Pedro Alves <palves@redhat.com>
13403
13404 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13405 "true" for boolean result.
13406 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13407 prototype of main.
13408
6f98576f
PA
134092015-02-27 Pedro Alves <palves@redhat.com>
13410
13411 * lib/unbuffer_output.c: New file.
13412 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13413 (main): Call gdb_unbuffer_output.
13414
eba5ab56
YQ
134152015-02-27 Yao Qi <yao.qi@linaro.org>
13416
13417 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13418 target.
13419
0def5aaa
DE
134202015-02-26 Doug Evans <dje@google.com>
13421
13422 * gdb.cp/class2.cc (Dbase, D): New classes.
13423 (main): New local delta.
13424 * gdb.cp/class2.exp: Test printing delta.
13425 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13426 (dynbar): New global.
13427 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13428
081a1c2c
JK
134292015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13430
13431 * gdb.compile/compile-ifunc.c: New file.
13432 * gdb.compile/compile-ifunc.exp: New file.
13433
2f41223f
AT
134342015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13435
13436 * gdb.base/structs.exp: Check for correct struct on finish.
13437
03eddd80
YQ
134382015-02-26 Yao Qi <yao.qi@linaro.org>
13439
13440 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13441 is zero.
13442
80c57053
JK
134432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13444
13445 * gdb.arch/cordic.ko.bz2: New file.
13446 * gdb.arch/cordic.ko.debug.bz2: New file.
13447 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13448
21613c12
YQ
134492015-02-25 Yao Qi <yao.qi@linaro.org>
13450
13451 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13452 aarch64*-*-* target.
13453
d8b901ed
PA
134542015-02-23 Pedro Alves <palves@redhat.com>
13455
13456 * lib/gdb.exp (delete_breakpoints): Rewrite using
13457 gdb_test_multiple.
13458
e5b85ead
PA
134592015-02-23 Pedro Alves <palves@redhat.com>
13460
13461 * gdb.base/info-os.c: Include stdlib.h.
13462
85c3a371
DE
134632015-02-22 Doug Evans <xdje42@gmail.com>
13464
13465 PR symtab/17855
13466 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13467 is read after symbols have been re-read.
13468 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13469 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13470
96553a0c
DE
134712015-02-21 Doug Evans <dje@google.com>
13472
13473 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13474
97a0c697
JK
134752015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13476
13477 PR corefiles/17808
13478 * gdb.arch/i386-biarch-core.core.bz2: New file.
13479 * gdb.arch/i386-biarch-core.exp: New file.
13480
a47cd6e9
PA
134812015-02-21 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13484 runto_main fails.
13485
c5facdc4
PA
134862015-02-20 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13489 info probes.
13490
2db9a427
PA
134912015-02-20 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13494
60fb7e9e
PA
134952015-02-20 Pedro Alves <palves@redhat.com>
13496
13497 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13498 clean_restart before gdb_target_supports_trace.
13499
5c5019c2
PA
135002015-02-20 Pedro Alves <palves@redhat.com>
13501
13502 PR threads/18006
13503 * gdb.threads/clone-thread_db.c: New file.
13504 * gdb.threads/clone-thread_db.exp: New file.
13505
c9587f88
AT
135062015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13507
13508 PR breakpoints/16812
13509 * gdb.base/catch-gdb-caused-signals.c: New file.
13510 * gdb.base/catch-gdb-caused-signals.exp: New file.
13511
f6a88844
JM
135122015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13513
13514 * configure: Regenerated.
13515 * configure.ac: Use GDB_AC_TRANSFORM.
13516 * aclocal.m4: sinclude ../transform.m4.
13517
497c491b
JM
135182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13519
13520 * lib/dtrace.exp: New file.
13521 * gdb.base/dtrace-probe.exp: Likewise.
13522 * gdb.base/dtrace-probe.d: Likewise.
13523 * gdb.base/dtrace-probe.c: Likewise.
13524 * lib/pdtrace.in: Likewise.
13525 * configure.ac: Output variables with the transformed names of
13526 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13527 * configure: Regenerated.
13528
03e98035
JM
135292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13530
13531 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13532 expected message when trying to access $_probe_* convenience
13533 variables while not on a probe.
13534
63cc30e9
JK
135352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13536
13537 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13538
0703599a
PA
135392015-02-11 Pedro Alves <pedro@codesourcery.com>
13540
13541 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13542 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13543
7e60a48e
DE
135442015-02-10 Doug Evans <xdje42@gmail.com>
13545
13546 * lib/gdb.exp (gdb_load): Always return a result.
13547
01b088bc
PA
135482015-02-10 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.threads/signal-sigtrap.c: New file.
13551 * gdb.threads/signal-sigtrap.exp: New file.
13552
b05ec7a5
AT
135532015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13554
13555 * gdb.trace/no-attach-trace.c: New file.
13556 * gdb.trace/no-attach-trace.exp: New file.
13557
a2c2acaf
MW
135582015-02-09 Mark Wielaard <mjw@redhat.com>
13559
13560 * gdb.dwarf2/atomic.c: New file.
13561 * gdb.dwarf2/atomic-type.exp: Likewise.
13562
31fd9caa
MM
135632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13564
13565 * gdb.btrace/buffer-size.exp: Update "info record" output.
13566 * gdb.btrace/delta.exp: Update "info record" output.
13567 * gdb.btrace/enable.exp: Update "info record" output.
13568 * gdb.btrace/finish.exp: Update "info record" output.
13569 * gdb.btrace/instruction_history.exp: Update "info record" output.
13570 * gdb.btrace/next.exp: Update "info record" output.
13571 * gdb.btrace/nexti.exp: Update "info record" output.
13572 * gdb.btrace/step.exp: Update "info record" output.
13573 * gdb.btrace/stepi.exp: Update "info record" output.
13574 * gdb.btrace/nohist.exp: Update "info record" output.
13575
d33501a5
MM
135762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13577
13578 * gdb.btrace/buffer-size: New.
13579
f4abbc16
MM
135802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13581
13582 * gdb.btrace/delta.exp: Update "info record" output.
13583 * gdb.btrace/enable.exp: Update "info record" output.
13584 * gdb.btrace/finish.exp: Update "info record" output.
13585 * gdb.btrace/instruction_history.exp: Update "info record" output.
13586 * gdb.btrace/next.exp: Update "info record" output.
13587 * gdb.btrace/nexti.exp: Update "info record" output.
13588 * gdb.btrace/step.exp: Update "info record" output.
13589 * gdb.btrace/stepi.exp: Update "info record" output.
13590 * gdb.btrace/nohist.exp: Update "info record" output.
13591
b9d61307
SM
135922015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13593
13594 PR gdb/15678
13595 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13596
e584fdbc
PA
135972015-02-06 Pedro Alves <palves@redhat.com>
13598
13599 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13600 macro.
13601 (seconds_left, again): New globals.
13602 (main): Wait seconds_left in a 1-second sleep loop instead of
13603 sleeping 180 seconds. If 'again' is set, reset the seconds
13604 counter.
13605 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13606 'again' in the inferior before detaching. Print the seconds left.
13607 (options): New global.
13608 (top level): Build program with -DTIMEOUT=$timeout.
13609
77f41761
PA
136102015-02-06 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13613 determine how many seconds to pass to 'alarm'.
13614 * gdb.base/gdb-sigterm.exp (top level): Build program with
13615 -DTIMEOUT=$timeout.
13616 (do_test): Return success/failure indication. Add more verbose
13617 logging. Don't fail if 200 single steps are seen. Instead, fail
13618 when the test times out.
13619 (passes): New global.
13620 (top level): Break the testing loop if testing fails on any
13621 iteration. Use gdb_assert.
13622
b9394193
DB
136232015-02-04 Don Breazeal <donb@codesourcery.com>
13624
13625 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13626 and initialize them.
13627 (ipc_cleanup): New function.
13628 (main): Don't declare shmid, semid, and msqid. Add a call to
13629 atexit so that we call ipc_cleanup on exit.
13630
42d9e528
PA
136312015-02-04 Pedro Alves <palves@redhat.com>
13632
13633 * boards/native-extended-gdbserver.exp: Remove any target variant
13634 specifications from the board name before clearing the isremote
13635 flag from board_info.
13636
ae6ae975
DE
136372015-01-31 Doug Evans <xdje42@gmail.com>
13638
13639 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13640
cfb069a8
GB
136412015-01-31 Gary Benson <gbenson@redhat.com>
13642
13643 * gdb.base/completion.exp: Disable completion limiting for
13644 existing tests. Add new tests to check completion limiting.
13645 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13646
5dd31d79
DE
136472015-01-31 Doug Evans <xdje42@gmail.com>
13648
13649 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13650
9f050062
DE
136512015-01-31 Doug Evans <xdje42@gmail.com>
13652
13653 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13654 entries. Duplicate file section script entries.
13655 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13656 inlined entries. Add test for safe-path rejection.
13657 * gdb.python/py-section-script.c: Add duplicate inlined section script
13658 entries. Duplicate file section script entries.
13659 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13660 inlined entries. Add test for safe-path rejection.
13661
df25ebbd
JB
136622015-01-29 Joel Brobecker <brobecker@adacore.com>
13663
13664 * gdb.ada/disc_arr_bound: New testcase.
13665
4a0ca9ec
JB
136662015-01-29 Joel Brobecker <brobecker@adacore.com>
13667
13668 * gdb.ada/mi_var_array: New testcase.
13669
3a8b707a
DE
136702015-01-27 Doug Evans <dje@google.com>
13671
13672 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13673 Add test for objfile.filename, objfile.username after objfile
13674 has been unloaded.
13675
f8313f6e
JB
136762015-01-26 Joel Brobecker <brobecker@adacore.com>
13677
13678 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13679 the second test to print the name attribute of value
13680 returned by the call to gdb.lookup_type, and adjust
13681 the expected output accordingly.
13682
37bc665e
MW
136832015-01-25 Mark Wielaard <mjw@redhat.com>
13684
13685 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13686 * gdb.base/disp-step-fork.c: Include unistd.h.
13687 * gdb.base/siginfo-obj.c: Include stdio.h.
13688 * gdb.base/siginfo-thread.c: Likewise.
13689 * gdb.mi/non-stop.c: Include unistd.h.
13690 * gdb.mi/nsthrexec.c: Include stdio.h.
13691 * gdb.mi/pthreads.c: Include unistd.h.
13692 * gdb.modula2/unbounded1.c (main): Declare returns int.
13693 * gdb.reverse/consecutive-reverse.c: Likewise.
13694 * gdb.threads/create-fail.c: Include unistd.h.
13695 * gdb.threads/killed.c: Likewise.
13696 * gdb.threads/linux-dp.c: Likewise.
13697 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13698 * gdb.threads/non-ldr-exc-2.c: Likewise.
13699 * gdb.threads/non-ldr-exc-3.c: Likewise.
13700 * gdb.threads/non-ldr-exc-4.c: Likewise.
13701 * gdb.threads/pthreads.c: Include unistd.h.
13702 (main): Declare returns int.
13703 * gdb.threads/tls-main.c (foo): New declaration.
13704 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13705
f7e5394d
SM
137062015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13707
13708 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13709 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13710
743649fd
MW
137112015-01-15 Mark Wielaard <mjw@redhat.com>
13712
13713 * gdb.base/noreturn-return.c: New file.
13714 * gdb.base/noreturn-return.exp: New file.
13715 * gdb.base/noreturn-finish.c: New file.
13716 * gdb.base/noreturn-finish.exp: New file.
13717
198297aa
PA
137182015-01-23 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.threads/continue-pending-after-query.c: New file.
13721 * gdb.threads/continue-pending-after-query.exp: New file.
13722
717cf30c
AG
137232015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13724 Simon Marchi <simon.marchi@ericsson.com>
13725
13726 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13727 * gdb.base/valgrind-db-attach.exp: Same.
13728 * gdb.base/valgrind-infcall.exp: Same.
13729 * lib/mi-support.exp (default_mi_gdb_start): Same.
13730 * lib/prompt.exp (default_prompt_gdb_start): Same.
13731 * lib/gdb.exp (default_gdb_spawn): Same.
13732 (gdb_interact): New.
13733
13734
4b62a76e
JK
137352015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13736
13737 * gdb.compile/compile.exp (pointer to jit function): New test.
13738
b4cdae6f
WW
137392015-01-17 Wei-cheng Wang <cole945@gmail.com>
13740
13741 * lib/gdb.exp (supports_process_record): Return true for
13742 powerpc*-*-linux*.
13743 (supports_reverse): Likewise.
13744
d221e7ef
DB
137452015-01-15 Don Breazeal <donb@codesourcery.com>
13746
13747 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13748 instead of checking whether the target board is remote and
13749 use spawn_wait_for_attach instead of exec/sleep.
13750 * gdb.base/attach-twice.exp: Likewise.
13751
bafffb51
JB
137522015-01-15 Joel Brobecker <brobecker@adacore.com>
13753
13754 * gdb.ada/var_arr_attrs: New testcase.
13755
5589af0e
PA
137562015-01-14 Pedro Alves <palves@redhat.com>
13757 Joel Brobecker <brobecker@adacore.com>
13758
13759 PR gdb/17525
13760 * gdb.base/bp-cmds-execution-x-script.c: New file.
13761 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13762 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13763
6c400b59
PA
137642015-01-14 Pedro Alves <palves@redhat.com>
13765
13766 PR cli/17828
13767 * gdb.base/batch-preserve-term-settings.c: New file.
13768 * gdb.base/batch-preserve-term-settings.exp: New file.
13769
e02c96a7
DE
137702015-01-13 Doug Evans <dje@google.com>
13771
13772 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13773 binary.
13774
576fd14c
JB
137752015-01-13 Joel Brobecker <brobecker@adacore.com>
13776
13777 * Makefile.in (clean mostlyclean): Do not delete *.py.
13778
04dccad0
JB
137792015-01-13 Joel Brobecker <brobecker@adacore.com>
13780
13781 * gdb.python/py-lookup-type.exp: New file.
13782
3d230f71
PA
137832015-01-12 Pedro Alves <palves@redhat.com>
13784
13785 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13786 restore GDBFLAGS before returning.
13787
7e67715d
JK
137882015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13789
13790 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13791 is_amd64_regs_target and is_x86_like_target.
13792
f2e0d4b4
DE
137932015-01-11 Doug Evans <xdje42@gmail.com>
13794
13795 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13796 is given without an explicit form.
13797 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13798 attributes.
13799 * gdb.dwarf/corrupt.exp: Ditto.
13800 * gdb.dwarf2/enum-type.exp: Ditto.
13801 * gdb.trace/entry-values.exp: Ditto.
13802 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13803
439250fb
DE
138042015-01-11 Doug Evans <xdje42@gmail.com>
13805
13806 PR gdb/15830
13807 * gdb.base/maint.exp: Remove references to "maint demangle".
13808 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13809 Add tests for explicitly specifying language to demangle.
13810 * gdb.dlang/demangle.exp: Ditto.
13811
ede9f622
PA
138122015-01-09 Pedro Alves <palves@redhat.com>
13813
13814 * gdb.threads/non-stop-fair-events.c: New file.
13815 * gdb.threads/non-stop-fair-events.exp: New file.
13816
a7b796db
PA
138172015-01-09 Pedro Alves <palves@redhat.com>
13818
13819 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13820 the global scope. Set a breakpoint after all threads are started
13821 rather than stepping over two source lines. Expect the prompt.
13822 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13823 global.
13824 (NUM): Now 15.
13825 (main): Use threads_started_barrier to wait for all threads to
13826 start. Main thread no longer calls thread_function. Exit after
13827 180 seconds.
13828 (loop): New function.
13829 (thread_function): Wait on threads_started_barrier barrier. Call
13830 'loop' at each iteration.
13831 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13832 threads have started, instead of hardcoding number of "next"
13833 steps. Use an access watchpoint instead of a write watchpoint.
13834
9665ffdd
PA
138352015-01-09 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13838 (thread_func): Wait on barrier.
13839 (main): Wait for all threads to start before stopping GDB.
13840 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13841 global.
13842 (thread1_func, thread2_func): Wait on barrier.
13843 (main): Wait for all threads to start before stopping GDB.
13844 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13845 New global.
13846 (thread1_func, thread2_func): Wait on barrier.
13847 (main): Wait for all threads to start before stopping GDB.
13848
c945a99f
PA
138492015-01-09 Pedro Alves <palves@redhat.com>
13850
13851 * gdb.threads/attach-many-short-lived-threads.c: New file.
13852 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13853
c1a747c1
PA
138542014-01-09 Pedro Alves <palves@redhat.com>
13855
13856 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13857 instead of to thread 2.
13858 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13859 Add barrier around each pthread_create call instead of around all
13860 calls.
13861 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13862 Set a break on thread_function and have the child threads hit it
13863 one at at a time.
13864
60b3033e
PA
138652015-01-09 Pedro Alves <palves@redhat.com>
13866
13867 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13868 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13869 false.
13870 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13871 checking whether the target board is remote.
13872 * gdb.multi/multi-attach.exp: Likewise.
13873 * gdb.python/py-sync-interp.exp: Likewise.
13874 * gdb.server/ext-attach.exp: Likewise.
13875 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13876 tests that need to attach, instead of checking whether the target
13877 board is remote at the top of the file.
13878
acc018ac
YQ
138792015-01-08 Yao Qi <yao@codesourcery.com>
13880
13881 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13882
50a18af8
JK
138832015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13884
13885 Fix testcase compilation.
13886 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13887
8503d6e1
JB
138882015-01-06 Joel Brobecker <brobecker@adacore.com>
13889
13890 * gdb.python/py-type.exp: Add a couple test about empty
13891 array creation, and negative-length array creation.
13892
cc73dbcc
DE
138932015-01-02 Doug Evans <xdje42@gmail.com>
13894
13895 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13896
0300bbc7
DE
138972015-01-02 Doug Evans <dje@google.com>
13898
13899 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13900
9d85a0ec
YQ
139012014-12-29 Yao Qi <yao@codesourcery.com>
13902
13903 * gdb.trace/entry-values.exp: Update comments. Rename variable
13904 bar_call_foo to returned_from_foo.
13905
87186c6a
MMN
139062014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13907
13908 PR gdb/17394
13909 * gdb.linespec/break-asm-file.c: New file.
13910 * gdb.linespec/break-asm-file.exp: New file.
13911 * gdb.linespec/break-asm-file0.s: New file.
13912 * gdb.linespec/break-asm-file1.s: New file.
13913
1bab7383
YQ
139142014-12-18 Nigel Stephens <nigel@mips.com>
13915 Maciej W. Rozycki <macro@codesourcery.com>
13916
13917 * gdb.base/float.exp: Handle the new output from "info float" on
13918 MIPS targets.
13919
1bc1068a
JK
139202014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13921
13922 Fix MinGW compilation.
13923 * gdb.compile/compile-ops.exp: Update untested message if
13924 !skip_compile_feature_tests.
13925 * gdb.compile/compile-setjmp.exp: Likewise.
13926 * gdb.compile/compile-tls.exp: Likewise.
13927 * gdb.compile/compile.exp: Likewise.
13928 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13929 supported on this host".
13930
b6615d10
DE
139312014-12-16 Doug Evans <xdje42@gmail.com>
13932
13933 * boards/stabs.exp: New file.
13934
25dda427
AA
139352014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13936
13937 * gdb.base/completion.exp: Adjust to format changes of "maint
13938 print user-registers".
13939
bf330350
CU
139402014-12-16 Catalin Udma <catalin.udma@freescale.com>
13941
13942 PR server/17457
13943 * gdb.arch/aarch64-fp.c: New file.
13944 * gdb.arch/aarch64-fp.exp: New file.
13945
395cf596
SDJ
139462014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13947
13948 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13949 r210637, r210913, r211666, r215400, r215817).
13950
13951 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13952 * dg-extract-results.py: New file.
13953 * dg-extract-results.sh: Use it if the environment seems
13954 suitable.
13955
13956 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13957
13958 * dg-extract-results.py (parse_run): Handle warnings that
13959 are printed before a test harness is run.
13960
13961 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13962
13963 * dg-extract-results.py (Named): Remove __cmp__ method.
13964 (output_variation): Use a key to sort variation.harnesses.
13965
13966 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13967
13968 * dg-extract-results.py: For Python 3, force sys.stdout to
13969 handle surrogate escape sequences.
13970 (safe_open): New function.
13971 (output_segment, main): Use it.
13972
13973 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13974
13975 * dg-extract-results.py (Prog.result_re): Include options
13976 in test name.
13977
13978 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13979
13980 * dg-extract-results.py (output_variation): Always sort if
13981 do_sum.
13982
e882ef3c
SM
139832014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13984
13985 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13986 as long as we get pagination notifications.
13987
4992aa20
JM
139882014-12-15 Jason Merrill <jason@redhat.com>
13989
13990 * Makefile.in (check-gdb.%): Restore.
13991 * README: Mention it.
13992
c1b5a1a6
JB
139932014-12-13 Joel Brobecker <brobecker@adacore.com>
13994
13995 * gdb.ada/str_uninit: New testcase.
13996
5537b577
JK
139972014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13998
13999 PR symtab/17642
14000 * gdb.base/vla-stub-define.c: New file.
14001 * gdb.base/vla-stub.c: New file.
14002 * gdb.base/vla-stub.exp: New file.
14003
bb2ec1b3
TT
140042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14005 Jan Kratochvil <jan.kratochvil@redhat.com>
14006 Tom Tromey <tromey@redhat.com>
14007
14008 * configure.ac: Add gdb.compile/.
14009 * configure: Regenerate.
14010 * gdb.compile/Makefile.in: New file.
14011 * gdb.compile/compile-ops.exp: New file.
14012 * gdb.compile/compile-ops.c: New file.
14013 * gdb.compile/compile-tls.c: New file.
14014 * gdb.compile/compile-tls.exp: New file.
14015 * gdb.compile/compile-constvar.S: New file.
14016 * gdb.compile/compile-constvar.c: New file.
14017 * gdb.compile/compile-mod.c: New file.
14018 * gdb.compile/compile-nodebug.c: New file.
14019 * gdb.compile/compile-setjmp-mod.c: New file.
14020 * gdb.compile/compile-setjmp.c: New file.
14021 * gdb.compile/compile-setjmp.exp: New file.
14022 * gdb.compile/compile-shlib.c: New file.
14023 * gdb.compile/compile.c: New file.
14024 * gdb.compile/compile.exp: New file.
14025 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14026
4ff709eb
TT
140272014-12-12 Tom Tromey <tromey@redhat.com>
14028
14029 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14030 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14031
6dddd6a5
DE
140322014-12-12 Doug Evans <dje@google.com>
14033
14034 * lib/gdb-python.exp (get_python_valueof): New function.
14035 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14036
71c24708
AA
140372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14038
14039 * gdb.base/completion.exp: Add test for completion of "info
14040 registers ".
14041
3e29f34a
MR
140422014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14043
14044 * gdb.base/func-ptrs.c: New file.
14045 * gdb.base/func-ptrs.exp: New file.
14046
fc126975
SM
140472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14048
14049 PR breakpoints/17012
14050 * gdb.base/dprintf-detach.c: New file.
14051 * gdb.base/dprintf-detach.exp: New file.
14052
0a46d518
SM
140532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14054
14055 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14056 * lib/gdb.exp (target_is_gdbserver): New procedure.
14057
a0be3e44
DE
140582014-12-08 Doug Evans <dje@google.com>
14059
14060 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14061
df1b803a
YQ
140622014-12-05 Yao Qi <yao@codesourcery.com>
14063
14064 * gdb.guile/scm-error.exp: Remove the third argument to
14065 gdb_remote_download.
14066 * gdb.guile/scm-frame-args.exp: Likewise.
14067 * gdb.guile/scm-section-script.exp: Likewise.
14068
ddb9f679
YQ
140692014-12-05 Yao Qi <yao@codesourcery.com>
14070
14071 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14072
86e4ed39
DE
140732014-12-04 Doug Evans <dje@google.com>
14074
14075 * gdb.python/py-objfile.exp: Add tests for
14076 objfile.add_separate_debug_file.
14077
7c50a931
DE
140782014-12-04 Doug Evans <dje@google.com>
14079
14080 * lib/gdb.exp (get_build_id): New function.
14081 (build_id_debug_filename_get): Rewrite to use it.
14082 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14083
621661e3
MR
140842014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14085
14086 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14087 `method(long)', not just 0x0.
14088 * gdb.cp/nsalias.exp: Align code labels to 4.
14089 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14090 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14091 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14092 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14093 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14094 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14095
29f0c3b7
DE
140962014-12-02 Doug Evans <dje@google.com>
14097
e1e061e7 14098 PR symtab/17602
29f0c3b7 14099 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14100 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14101 * gdb.cp/anon-ns.exp: Update.
14102
162078c8
NB
141032014-12-02 Nick Bull <nicholaspbull@gmail.com>
14104
14105 * gdb.python/py-events.py (inferior_call_handler): New.
14106 (register_changed_handler, memory_changed_handler): New.
14107 (test_events.invoke): Register new handlers.
14108 * gdb.python/py-events.exp: Add tests for inferior call,
14109 memory_changed and register_changed events.
14110
fdb09caf
AA
141112014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14112
14113 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14114 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14115 if the linker doesn't understand this.
14116
55cfb2c4
SM
141172014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14118
14119 * gdb.python/python.exp: Change expected reply to help().
14120
9e8cd6df
YQ
141212014-12-01 Yao Qi <yao@codesourcery.com>
14122
14123 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14124 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14125 * configure: Re-generated.
14126
6c659fc2
SC
141272014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14128
14129 * gdb.cp/chained-calls.cc: New file.
14130 * gdb.cp/chained-calls.exp: New file.
14131 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14132
d7fc3181
SM
141332014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14134
14135 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14136 * gdb.dwarf2/symtab-producer.exp: Same.
14137 * gdb.gdb/python-interrupts.exp: Same.
14138 * gdb.gdb/python-selftest.exp: Same.
14139 * gdb.python/py-linetable.exp: Same.
14140 * gdb.python/py-type.exp: Same.
14141 * gdb.python/py-value-cc.exp: Same.
14142 * gdb.python/py-value.exp: Same.
14143
10e79639
YQ
141442014-11-28 Yao Qi <yao@codesourcery.com>
14145
14146 * gdb.base/break-probes.exp: Match library name prefixed with
14147 sysroot.
14148
f28a0564
SM
141492014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14150
14151 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14152 test expected output. Add parentheses for the call to print.
14153 Remove L suffix from integers.
14154
3fe1ce1d
DE
141552014-11-26 Doug Evans <dje@google.com>
14156
14157 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14158
84429e27
YQ
141592014-11-22 Yao Qi <yao@codesourcery.com>
14160
14161 * gdb.trace/entry-values.c: Remove asms.
14162 (foo): Add foo_label.
14163 (bar): Add bar_label.
14164 * gdb.trace/entry-values.exp: Remove code computing foo's
14165 length and bar's length.
14166 (Dwarf::assemble): Invoke function_range for bar and use
14167 MACRO_AT_func for foo.
14168
26741859
YQ
141692014-11-22 Yao Qi <yao@codesourcery.com>
14170
14171 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14172 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14173 Use .Lgcc43_procstart instead of gcc43.
14174
45e44d27
JB
141752014-11-21 Joel Brobecker <brobecker@adacore.com>
14176
14177 * gdb.ada/n_arr_bound: New testcase.
14178
458c8db8
SDJ
141792014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14180
14181 PR breakpoints/10737
14182 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14183 test_catch_syscall_multi_arch.
14184 (test_catch_syscall_multi_arch): New function.
14185
43f3e411
DE
141862014-11-20 Doug Evans <xdje42@gmail.com>
14187
14188 * gdb.base/maint.exp: Update expected output.
14189
0d7b2549
AA
141902014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14191
14192 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14193 4-byte instruction on S390.
14194
8908fca5
JB
141952014-11-19 Joel Brobecker <brobecker@adacore.com>
14196
14197 * gdb.ada/arr_arr: New testcase.
14198
4a46959e
JB
141992014-11-19 Joel Brobecker <brobecker@adacore.com>
14200
14201 * gdb.ada/pkd_arr_elem: New Testcase.
14202
470e2f4e
LM
142032014-11-18 Luis Machado <lgustavo@codesourcery.com>
14204
14205 * gdb.reverse/break-precsave: Expect completion message for
14206 core file reads.
14207 * gdb.reverse/consecutive-precsave.exp: Likewise.
14208 * gdb.reverse/finish-precsave.exp: Likewise.
14209 * gdb.reverse/i386-precsave.exp: Likewise.
14210 * gdb.reverse/machinestate-precsave.exp: Likewise.
14211 * gdb.reverse/sigall-precsave.exp: Likewise.
14212 * gdb.reverse/solib-precsave.exp: Likewise.
14213 * gdb.reverse/step-precsave.exp: Likewise.
14214 * gdb.reverse/until-precsave.exp: Likewise.
14215 * gdb.reverse/watch-precsave.exp: Likewise.
14216
a267f3ad
AA
142172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14218
14219 * gdb.base/bp-permanent.c: Include unistd.h.
14220 * gdb.python/py-framefilter-mi.c (main): Add return type.
14221 * gdb.python/py-framefilter.c (main): Likewise.
14222 * gdb.trace/actions-changed.c (main): Likewise.
14223
12084a9a
AA
142242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14225
14226 * gdb.mi/until.c: Add eye-catchers.
14227 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14228 line numbers.
14229
dc7e1a77
AA
142302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14231
14232 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14233 function header variants in break1.c.
14234 * gdb.base/ena-dis-br.exp: Likewise.
14235 * gdb.base/hbreak2.exp: Likewise.
14236 * gdb.reverse/until-precsave.exp: Drop references to removed
14237 non-prototype function header variants in ur1.c.
14238 * gdb.reverse/until-reverse.exp: Likewise.
14239
41c77605
PM
142402014-11-17 Petr Machata <pmachata@redhat.com>
14241
14242 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14243 ${_cu_offset_size} bytes abbrev offset.
14244
34248c3a
DE
142452014-11-15 Doug Evans <xdje42@gmail.com>
14246
14247 PR symtab/17559
14248 * gdb.base/line-symtabs.exp: New file.
14249 * gdb.base/line-symtabs.c: New file.
14250 * gdb.base/line-symtabs.h: New file.
14251
646da059
YQ
142522014-11-14 Yao Qi <yao@codesourcery.com>
14253
14254 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14255 (func): Add label func_label.
14256 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14257 Replace low_pc and high_pc with MACRO_AT_range.
14258 Replace name, low_pc and high_pc with MACRO_AT_func.
14259
9301ebe6
YQ
142602014-11-14 Yao Qi <yao@codesourcery.com>
14261
14262 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14263 Replace name, low_pc and high_pc with MACRO_AT_func.
14264
f166b542
YQ
142652014-11-14 Yao Qi <yao@codesourcery.com>
14266
14267 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14268 produce debug information.
14269 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14270
0f6e71e3
YQ
142712014-11-14 Yao Qi <yao@codesourcery.com>
14272
14273 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14274 object and get function length.
14275 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14276 with MACRO_AT_func.
14277 (top-level): Replace gdb_compile and clean_restart with
14278 prepare_for_testing.
14279 * gdb.dwarf2/main.c (main): Add label main_label.
14280
876c4df9
YQ
142812014-11-14 Yao Qi <yao@codesourcery.com>
14282
14283 * lib/dwarf.exp (function_range): New procedure.
14284 (Dwarf::_handle_macro_at_func): New procedure.
14285 (Dwarf::_handle_macro_at_range): New procedure.
14286 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14287
02ad9cf1
YQ
142882014-11-14 Yao Qi <yao@codesourcery.com>
14289
14290 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14291 (_handle_attribute): New procedure.
14292
a59add0c
AA
142932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14294
14295 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14296 * gdb.base/call-sc.c (zed): Likewise.
14297 * gdb.base/checkpoint.c (main): Likewise.
14298 * gdb.base/dump.c (main): Likewise.
14299 * gdb.base/gcore.c (main): Likewise.
14300 * gdb.base/huge.c (main): Likewise.
14301 * gdb.base/multi-forks.c (main): Likewise.
14302 * gdb.base/pr10179-a.c (main): Likewise.
14303 * gdb.base/savedregs.c (main): Likewise.
14304 * gdb.base/sigaltstack.c (main): Likewise.
14305 * gdb.base/siginfo.c (main): Likewise.
14306 * gdb.base/structs.c (zed): Likewise.
14307 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14308 * gdb.mi/mi-syn-frame.c (main): Likewise.
14309 * gdb.mi/until.c (foo, main): Likewise.
14310 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14311 * gdb.base/solib-weak.c (foo): Declare.
14312 * gdb.base/attach-twice.c: Include stdio.h.
14313 * gdb.base/weaklib1.c: Likewise.
14314 * gdb.base/weaklib2.c: Likewise.
14315 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14316 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14317 unistd.h.
14318 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14319 * gdb.mi/mi-exit-code.c: Likewise.
14320 * gdb.base/break-interp-lib.c: Include string.h.
14321 * gdb.base/coremaker.c: Likewise.
14322 * gdb.base/testenv.c: Likewise.
14323 * gdb.python/py-finish-breakpoint.c: Likewise.
14324 * gdb.base/inferior-died.c: Include sys/wait.h.
14325 * gdb.base/fileio.c: Include time.h.
14326 * gdb.base/async-shell.c: Include unistd.h.
14327 * gdb.base/dprintf-non-stop.c: Likewise.
14328 * gdb.base/info-os.c: Likewise.
14329 * gdb.mi/mi-console.c: Likewise.
14330 * gdb.mi/watch-nonstop.c: Likewise.
14331 * gdb.python/py-events.c: Likewise.
14332 * gdb.base/async.c (baz): Move up before its invocation.
14333 * gdb.base/code_elim2.c (my_global_func): Likewise.
14334 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14335 * gdb.base/advance.c (func2): Likewise.
14336
3b5d5997
AA
143372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14338
14339 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14340 variant.
14341 * gdb.base/annota3.c: Likewise.
14342 * gdb.base/async.c: Likewise.
14343 * gdb.base/average.c: Likewise.
14344 * gdb.base/call-ar-st.c: Likewise.
14345 * gdb.base/call-rt-st.c: Likewise.
14346 * gdb.base/call-sc.c: Likewise.
14347 * gdb.base/call-strs.c: Likewise.
14348 * gdb.base/ending-run.c: Likewise.
14349 * gdb.base/execd-prog.c: Likewise.
14350 * gdb.base/exprs.c: Likewise.
14351 * gdb.base/foll-exec.c: Likewise.
14352 * gdb.base/foll-fork.c: Likewise.
14353 * gdb.base/foll-vfork.c: Likewise.
14354 * gdb.base/funcargs.c: Likewise.
14355 * gdb.base/gcore.c: Likewise.
14356 * gdb.base/jump.c: Likewise.
14357 * gdb.base/langs0.c: Likewise.
14358 * gdb.base/langs1.c: Likewise.
14359 * gdb.base/langs2.c: Likewise.
14360 * gdb.base/mips_pro.c: Likewise.
14361 * gdb.base/nodebug.c: Likewise.
14362 * gdb.base/opaque0.c: Likewise.
14363 * gdb.base/opaque1.c: Likewise.
14364 * gdb.base/recurse.c: Likewise.
14365 * gdb.base/run.c: Likewise.
14366 * gdb.base/scope0.c: Likewise.
14367 * gdb.base/scope1.c: Likewise.
14368 * gdb.base/setshow.c: Likewise.
14369 * gdb.base/setvar.c: Likewise.
14370 * gdb.base/shmain.c: Likewise.
14371 * gdb.base/shr1.c: Likewise.
14372 * gdb.base/shr2.c: Likewise.
14373 * gdb.base/sigall.c: Likewise.
14374 * gdb.base/signals.c: Likewise.
14375 * gdb.base/so-indr-cl.c: Likewise.
14376 * gdb.base/solib2.c: Likewise.
14377 * gdb.base/structs.c: Likewise.
14378 * gdb.base/sum.c: Likewise.
14379 * gdb.base/vforked-prog.c: Likewise.
14380 * gdb.base/watchpoint.c: Likewise.
14381 * gdb.reverse/shr2.c: Likewise.
14382 * gdb.reverse/until-reverse.c: Likewise.
14383 * gdb.reverse/ur1.c: Likewise.
14384 * gdb.reverse/watch-reverse.c: Likewise.
14385
066a77c5
AA
143862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14387
14388 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14389 variant.
14390 * gdb.base/sepdebug.exp: Drop references to removed code.
14391
4f204ea5
AA
143922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14393
14394 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14395 variant. Preserve original line numbering.
14396 * gdb.base/list1.c: Likewise.
14397
3b377a3a
AA
143982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14399
14400 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14401 variant.
14402 * gdb.base/break1.c: Likewise.
14403 * gdb.base/break.exp: Drop references to removed code.
14404
e444df73
AA
144052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14406
14407 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14408 variant.
14409
8008f2a7
AA
144102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14411
14412 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14413
a5a06887
AA
144142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14415
14416 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14417 logic into perform_all_tests() and invoke it with and without
14418 function header prototypes.
14419 (do_function_calls): Remove conditional XFAIL for PR 5318.
14420 (rerun_and_prepare): Remove duplicate code.
14421 (perform_all_tests): New. Main logic moved here.
14422
44dba9b9
AA
144232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14424
14425 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14426 code guarded by #ifdef NO_PROTOTYPES.
14427 (t_double_many_args): Likewise.
14428 (DEF_FUNC_MANY_ARGS_1): Likewise.
14429 (DEF_FUNC_VALUES_1): Likewise.
14430 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14431 guarded by #ifdef PROTOTYPES.
14432
d1fbcd56
AA
144332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14434
14435 * gdb.mi/mi-console.c: Add eye-catcher.
14436 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14437 instead of literal line number.
14438
b0e59b8f
AA
144392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14440
14441 * gdb.base/shr2.c: Add eye-catcher.
14442 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14443 line number.
14444
78f98cca
AA
144452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14446
14447 * gdb.base/jump.c: Add eye-catchers.
14448 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14449 numbers.
14450
58fa2af0
AA
144512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14452
14453 * gdb.base/execd-prog.c: Add eye-catchers.
14454 * gdb.base/foll-exec.c: Likewise.
14455 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14456 line numbers.
14457
04e5059b
AA
144582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14459
14460 * gdb.base/ending-run.c: Add eye-catchers.
14461 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14462 literal line numbers.
14463
dbfdb174
AA
144642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14465
14466 * gdb.base/call-rt-st.c: Add eye-catchers.
14467 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14468 literal line numbers.
14469
888a2ade
AA
144702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14471
14472 * gdb.base/call-ar-st.c: Add eye-catchers.
14473 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14474 literal line numbers.
14475
6acc2dde
AA
144762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14477
14478 * gdb.base/average.c: Add eye-catchers.
14479 * gdb.base/sum.c: Likewise.
14480 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14481 regexps dynamically.
14482
9ecfcd1d
AA
144832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14484
14485 * gdb.base/solib1.c: Add eye-catchers.
14486 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14487 literal line numbers.
14488
78708b7c
PA
144892014-11-12 Pedro Alves <palves@redhat.com>
14490
14491 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14492 leader has exited.
14493
af48d08f
PA
144942014-11-12 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.arch/i386-bp_permanent.c: New file.
14497 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14498 (srcfile): Set to i386-bp_permanent.c.
14499 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14500 that stepi does not execute the 'leave' instruction, instead of
14501 testing it does execute.
14502 * gdb.base/bp-permanent.c: New file.
14503 * gdb.base/bp-permanent.exp: New file.
14504
af3768e9
DE
145052014-11-10 Doug Evans <xdje42@gmail.com>
14506
14507 PR symtab/17564
14508 * gdb.base/symtab-search-order.exp: New file.
14509 * gdb.base/symtab-search-order.c: New file.
14510 * gdb.base/symtab-search-order-1.c: New file.
14511 * gdb.base/symtab-search-order-shlib-1.c: New file.
14512
9de00a4a
PA
145132014-11-07 Pedro Alves <palves@redhat.com>
14514
14515 PR gdb/17511
14516 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14517 i?86-*-linux*.
14518
e0f52461
SC
145192014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14520
14521 PR c++/17494
14522 * gdb.cp/pr17494.cc: New file.
14523 * gdb.cp/pr17494.exp: New file.
14524
6ce8c980
YQ
145252014-11-02 Yao Qi <yao@codesourcery.com>
14526
14527 * gdb.python/python.exp: Get working directory and match the
14528 output of "set extended-prompt \\w " with it.
14529
02be9a71
DE
145302014-10-30 Doug Evans <dje@google.com>
14531
14532 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14533 in objfiles.
14534 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14535 in progspaces.
14536
3bdff46b
LM
145372014-10-30 Janis Johnson <janisjo@codesourcery.com>
14538
14539 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14540 * gdb.base/realname-expand.exp: Likewise.
14541 * gdb.linespec/macro-relative.exp: Likewise.
14542
ab917dfb
PA
145432014-10-29 Pedro Alves <palves@redhat.com>
14544
14545 PR gdb/17408
14546 * gdb.threads/schedlock.c (some_function): New function.
14547 (call_function): New global.
14548 (MAYBE_CALL_SOME_FUNCTION): New macro.
14549 (thread_function): Call it.
14550 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14551 and use it instead of a global counter. Adjust all callers.
14552 (get_current_thread): Use "find current thread" for test message
14553 here rather than having all callers pass down the same string.
14554 (goto_loop): New procedure, factored out from ...
14555 (my_continue): ... this.
14556 (step_ten_loops): Change parameter from test message to command to
14557 use. Adjust.
14558 (list_count): Delete global.
14559 (check_result): New procedure, factored out from duplicate top
14560 level code.
14561 (continue tests): Wrap in with_test_prefix.
14562 (test_step): New procedure, factored out from duplicate top level
14563 code.
14564 (top level): Test "step" in combination with all scheduler-locking
14565 modes. Test "next" in combination with all scheduler-locking
14566 modes, and in combination with stepping over a function call or
14567 not.
14568 * gdb.threads/next-bp-other-thread.c: New file.
14569 * gdb.threads/next-bp-other-thread.exp: New file.
14570
d3d4baed
PA
145712014-10-29 Pedro Alves <palves@redhat.com>
14572
14573 PR python/17372
14574 * gdb.python/python.exp: Test a multi-line command that spawns
14575 interactive Python.
14576 * gdb.base/multi-line-starts-subshell.exp: New file.
14577
563e8d85
YQ
145782014-10-29 Yao Qi <yao@codesourcery.com>
14579
14580 * gdb.base/fileio.exp: Make directories on host.
14581
0ea4d52e
YQ
145822014-10-29 Yao Qi <yao@codesourcery.com>
14583
14584 * gdb.base/fileio.c (test_write): Close the file.
14585
7f5ef605
PA
145862014-10-28 Pedro Alves <palves@redhat.com>
14587
14588 PR gdb/12623
14589 * gdb.base/sigstep.c (no_handler): New global.
14590 (main): If 'no_handler is true, set the signal handlers to
14591 SIG_IGN.
14592 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14593 with_sw_watch and no_handler parameters. Handle them.
14594 (top level) <stepping over handler when stopped at a breakpoint
14595 test>: Add a test axis for testing with a software watchpoint, and
14596 another for testing with the signal handler set to SIG_IGN.
14597 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14598 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14599
abbdbd03
PA
146002014-10-28 Pedro Alves <palves@redhat.com>
14601
14602 PR gdb/17511
14603 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14604 * gdb.base/sigstep.exp (other_handler_location): New global.
14605 (advance): Support stepping into the signal handler, and running
14606 commands while in the handler.
14607 (in_handler_map): New global.
14608 (top level): In the advance test, add combinations for getting
14609 into the handler with stepping commands, and for running commands
14610 in the handler. Add comment descripting the advancei tests.
14611
1df4399f
PA
146122014-10-28 Pedro Alves <palves@redhat.com>
14613
14614 * gdb.base/sigstep.exp: Use build_executable instead of
14615 prepare_for_testing.
14616 (top level): Move code that starts GDB, runs to main and creates a
14617 display to ...
14618 (restart): ... this new procedure.
14619 (top level): Move backtrace from signal handler test to ...
14620 (validate_backtrace): ... this new procedure.
14621 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14622 with_test_prefix. Always restart GDB.
14623 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14624 with_test_prefix. Always restart GDB. No need to delete
14625 breakpoints after the test.
14626 (test_skip_handler): Remove prefix parameter.
14627 (skip_over_handler, breakpoint_to_handler)
14628 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14629 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14630 restart GDB. No need to delete breakpoints after the test.
14631 (top level): Use foreach to call the test procedures with
14632 different commands.
14633
a5b6e449
PA
146342014-10-28 Pedro Alves <palves@redhat.com>
14635
14636 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14637 instead of GNATS numbers.
14638 * gdb.base/sigbpt.exp: Likewise.
14639 * gdb.base/siginfo.exp: Likewise.
14640 * gdb.base/sigstep.exp: Likewise.
14641
e5f8a7cc
PA
146422014-10-27 Pedro Alves <palves@redhat.com>
14643
14644 * gdb.base/sigstep.c (dummy): New global.
14645 (main): Issue a couple writes to the new global.
14646 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14647 procedures.
14648 (skip_over_handler): Use test_skip_handler.
14649 (top level): Call skip_over_handler for stepi and nexti too.
14650 (breakpoint_over_handler): Use test_skip_handler.
14651 (top level): Call breakpoint_over_handler for stepi and nexti too.
14652
763905a3
YQ
146532014-10-27 Yao Qi <yao@codesourcery.com>
14654
14655 * gdb.trace/tfile.c (adjust_function_address)
14656 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14657 function descriptor.
14658
6f259a23
DB
146592014-10-24 Don Breazeal <donb@codesourcery.com>
14660
14661 * gdb.base/foll-fork.exp (test_follow_fork,
14662 catch_fork_child_follow): Check for updated fork messages emitted
14663 from infrun.c.
14664 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14665 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14666 vfork_and_exec_child_follow_through_step): Check for updated vfork
14667 messages emitted from infrun.c.
14668
09dd9a69
PA
146692014-10-24 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.base/corefile.exp: Remove references to ultrix.
14672 * gdb.base/interrupt.exp: Likewise.
14673 * gdb.base/whatis.exp: Likewise.
14674 * gdb.gdb/selftest.exp: Likewise.
14675 * gdb.threads/manythreads.exp: Likewise.
14676 * gdb.threads/print-threads.exp: Likewise.
14677 * gdb.threads/pthreads.exp:: Likewise.
14678 * gdb.threads/schedlock.exp: Likewise.
14679
3433cfa5
SC
146802014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14681
14682 * gdb.cp/non-trivial-retval.cc: Add a test case.
14683 * gdb.cp/non-trivial-retval.exp: Add a test.
14684
092f880b
YQ
146852014-10-20 Yao Qi <yao@codesourcery.com>
14686
14687 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14688 * gdb.python/py-objfile-script-gdb.py: New file.
14689 * gdb.python/py-objfile-script.exp: Update reference to
14690 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14691 of remote_download. Remove the dest file.
14692
acbdb7f3
YQ
146932014-10-20 Yao Qi <yao@codesourcery.com>
14694
14695 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14696 * gdb.base/step-line.exp: Likewise.
14697 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14698 * gdb.dwarf2/dw2-basic.exp: Likewise.
14699 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14700 * gdb.dwarf2/dw2-filename.exp: Likewise.
14701 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14702 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14703 * gdb.dwarf2/dw2-producer.exp: Likewise.
14704 * gdb.dwarf2/mac-fileno.exp: Likewise.
14705 * gdb.python/py-frame-args.exp: Likewise.
14706 * gdb.python/py-framefilter.exp: Likewise.
14707 * gdb.python/py-mi.exp: Likewise.
14708 * gdb.python/py-objfile-script.exp: Likewise
14709 * gdb.python/py-pp-integral.exp: Likewise.
14710 * gdb.python/py-pp-re-notag.exp: Likewise.
14711 * gdb.python/py-prettyprint.exp: Likewise.
14712 * gdb.python/py-section-script.exp: Likewise.
14713 * gdb.python/py-typeprint.exp: Likewise.
14714 * gdb.python/py-xmethods.exp: Likewise.
14715 * gdb.stabs/weird.exp: Likewise.
14716 * gdb.xml/tdesc-regs.exp: Likewise.
14717
bd286a29
KCY
147182014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14719
14720 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14721 (out_cu): Use addr_len for the size of addresses.
14722 (out_line): Likewise. Size DW_LNE_set_address instruction
14723 according to addr_len.
14724 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14725 (FUNC): Add START_INSNS to definition.
14726
673dc4a0
YQ
147272014-10-18 Yao Qi <yao@codesourcery.com>
14728
14729 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14730 gdb_has_argv0 return true.
14731 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14732 check [target_info exists noargs], check [gdb_has_argv0]
14733 instead.
14734 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14735 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14736 procedures.
14737
4ffbba72
DE
147382014-10-17 Doug Evans <dje@google.com>
14739
14740 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14741 event.
14742 * gdb.python/py-events.py: Add clear_objfiles event.
14743
d096d8c1
DE
147442014-10-17 Doug Evans <dje@google.com>
14745
14746 * gdb.python/py-objfile.exp: Test progspace attribute.
14747
a80db015
LM
147482014-10-17 Luis Machado <lgustavo@codesourcery.com>
14749
14750 * gdb.guile/scm-breakpoint.exp: Do not assume any
14751 directory separators when matching source file paths.
14752 * gdb.python/py-breakpoint.exp: Likewise.
14753 * gdb.reverse/break-precsave.exp: Likewise.
14754 * gdb.reverse/break-reverse.exp: Likewise.
14755 * gdb.reverse/consecutive-precsave.exp: Likewise.
14756 * gdb.reverse/finish-precsave.exp: Likewise.
14757 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14758 * gdb.reverse/finish-reverse.exp: Likewise.
14759 * gdb.reverse/i386-precsave.exp: Likewise.
14760 * gdb.reverse/i387-env-reverse.exp: Likewise.
14761 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14762 * gdb.reverse/machinestate-precsave.exp: Likewise.
14763 * gdb.reverse/machinestate.exp: Likewise.
14764 * gdb.reverse/sigall-precsave.exp: Likewise.
14765 * gdb.reverse/solib-precsave.exp: Likewise.
14766 * gdb.reverse/step-precsave.exp: Likewise.
14767 * gdb.reverse/until-precsave.exp: Likewise.
14768 * gdb.reverse/watch-precsave.exp: Likewise.
14769 * gdb.reverse/watch-reverse.exp: Likewise.
14770
b22089ab
YQ
147712014-10-17 Yao Qi <yao@codesourcery.com>
14772
14773 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14774 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14775
6c4486e6
PA
147762014-10-17 Pedro Alves <palves@redhat.com>
14777
14778 PR gdb/17471
14779 * gdb.base/bg-execution-repeat.c: New file.
14780 * gdb.base/bg-execution-repeat.exp: New file.
14781
0ff33695
PA
147822014-10-17 Pedro Alves <palves@redhat.com>
14783
14784 PR gdb/17300
14785 * gdb.base/continue-all-already-running.c: New file.
14786 * gdb.base/continue-all-already-running.exp: New file.
14787
6fdebc3d
PA
147882014-10-17 Pedro Alves <palves@redhat.com>
14789
14790 PR gdb/17472
14791 * gdb.base/annota-input-while-running.c: New file.
14792 * gdb.base/annota-input-while-running.exp: New file.
14793
32a8097b
PA
147942014-10-17 Pedro Alves <palves@redhat.com>
14795
14796 * gdb.base/callfuncs.exp: emove references to osf.
14797 * gdb.base/sigall.exp: Likewise.
14798 * gdb.gdb/selftest.exp: Likewise.
14799 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14800 * gdb.mi/non-stop.c: Likewise.
14801 * gdb.mi/pthreads.c: Likewise.
14802 * gdb.reverse/sigall-precsave.exp: Likewise.
14803 * gdb.reverse/sigall-reverse.exp: Likewise.
14804 * gdb.threads/pthreads.c: Likewise.
14805 * gdb.threads/pthreads.exp: Likewise.
14806
7a3517ff
YQ
148072014-10-17 Yao Qi <yao@codesourcery.com>
14808
14809 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14810 check 'target_info exists noargs'.
14811 (test_command_prompt_position): Likewise.
14812 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14813 Remove "set args".
14814 (progvar_simple_while_test): Likewise.
14815 (progvar_complex_if_while_test): Likewise.
14816 (if_while_breakpoint_command_test): Likewise.
14817 (infrun_breakpoint_command_test): Likewise.
14818 (breakpoint_command_test): Likewise.
14819 (watchpoint_command_test): Likewise.
14820 (bp_deleted_in_command_test): Likewise.
14821 (temporary_breakpoint_commands): Likewise.
14822
bb99c472
YQ
148232014-10-16 Yao Qi <yao@codesourcery.com>
14824
14825 * gdb.base/remotetimeout.exp: Remove noargs checking.
14826
7c16b83e
PA
148272014-10-15 Pedro Alves <palves@redhat.com>
14828
14829 PR breakpoints/9649
14830 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14831 * gdb.base/breakpoint-in-ro-region.exp
14832 (probe_target_hardware_step): New procedure.
14833 (top level): Probe hardware stepping and hardware breakpoint
14834 support. Test stepping through a read-only region, with both
14835 "breakpoint auto-hw" on and off and both "always-inserted" on and
14836 off.
14837
35a49624
IB
148382014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14839
14840 * gdb.dlang/demangle.exp: Update for demangling changes.
14841
2d1c107c
SC
148422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14843
14844 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14845 * gdb.cp/non-trivial-retval.exp: Add new tests.
14846
778811d5
SC
148472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14848
14849 PR c++/13403
14850 PR c++/15154
14851 * gdb.cp/non-trivial-retval.cc: New file.
14852 * gdb.cp/non-trivial-retval.exp: New file.
14853
10c5f0a8
YQ
148542014-10-15 Yao Qi <yao@codesourcery.com>
14855
14856 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14857 remote host.
14858
65d7b369
YQ
148592014-10-15 Yao Qi <yao@codesourcery.com>
14860
14861 * gdb.python/py-symbol.exp: Match file base name if host is
14862 remote, otherwise match file name with dir name.
14863 * gdb.python/py-symtab.exp: Likewise.
14864 * gdb.python/python.exp: Likewise.
14865
46dc1394
YQ
148662014-10-15 Yao Qi <yao@codesourcery.com>
14867
14868 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14869 pattern.
14870 * gdb.python/py-symtab.exp: Likewise.
14871 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14872 locationn.
14873
c40cc657
JB
148742014-10-14 Joel Brobecker <brobecker@adacore.com>
14875
14876 * gdb.ada/addr_arith: New testcase.
14877
2abf49e1
MR
148782014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14879
14880 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14881 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14882 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14883 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14884
f7088df3
SDJ
148852014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14886
14887 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14888 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14889 * gdb.arch/stap-eval-lang-ada.exp: New file.
14890
4dc06805
YQ
148912014-10-14 Yao Qi <yao@codesourcery.com>
14892
14893 * gdb.mi/mi-var-child.c (nothing1): New function.
14894 (nothing2): New function.
14895 (do_children_tests): Set function pointers by nothing1 and
14896 nothing2.
14897 * gdb.mi/mi-var-child.exp: Step over new added statements.
14898 Update test to match the new output.
14899 * gdb.mi/var-cmd.c (nothing1): New function.
14900 (nothing2): New function.
14901 (do_children_tests): Set function pointers by nothing1 and
14902 nothing2.
14903 * gdb.mi/mi-var-display.exp: Update test to match output.
14904 Step to the line specified by $line_dct_nothing.
14905 Increase the number of lines to step.
14906
46a93de2
YQ
149072014-10-14 Yao Qi <yao@codesourcery.com>
14908
14909 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14910 tests.
14911 * gdb.mi/mi2-var-child.exp: Likewise.
14912
14ea52ee
DE
149132014-10-13 Doug Evans <dje@google.com>
14914
14915 * gdb.python/py-objfile.exp: Change name of file name test.
14916
e5c6e92b
DE
149172014-10-13 Doug Evans <dje@google.com>
14918
14919 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14920 from the start of the CU.
14921
c780cc2f
JK
149222014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14923 Yao Qi <yao@codesourcery.com>
14924
14925 Fix "save breakpoints" for "catch" command.
14926 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14927 Remove -nonewline. Match also the added "main" line.
14928
99894e11
JK
149292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 Fix "save breakpoints" for "disable $bpnum" command.
14932 * gdb.base/save-bp.c (main): Add label.
14933 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14934
6e1ac5a3
JK
149352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14936
14937 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14938
754dd2b0
YQ
149392014-10-11 Yao Qi <yao@codesourcery.com>
14940
14941 * gdb.server/server-kill.exp: Execute command
14942 "set remote trace-status-packet on" before "tstatus".
14943
f90183d7
YQ
149442014-10-11 Yao Qi <yao@codesourcery.com>
14945
14946 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14947 (main): Call getppid.
14948 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14949 and continue to it. Read variable "server_pid".
14950
bf40a607
YQ
149512014-10-11 Yao Qi <yao@codesourcery.com>
14952
14953 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14954
052ca370
YQ
149552014-10-11 Yao Qi <yao@codesourcery.com>
14956
14957 * gdb.threads/thread-find.exp: Don't execute command
14958 "info threads".
14959 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14960 * gdb.threads/linux-dp.exp: Don't check the condition
14961 $threads_created equals to zero.
14962
3831839c
PA
149632014-10-10 Pedro Alves <palves@redhat.com>
14964
14965 * gdb.base/bigcore.exp: Remove references to IRIX.
14966 * gdb.base/funcargs.exp: Likewise.
14967 * gdb.base/interrupt.exp: Likewise.
14968 * gdb.base/mips_pro.exp: Likewise.
14969 * gdb.base/nodebug.exp: Likewise.
14970 * gdb.base/setvar.exp: Likewise.
14971 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14972
8b9a549d
PA
149732014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14974 Pedro Alves <palves@redhat.com>
14975
14976 PR symtab/14466
14977 * gdb.base/vdso-warning.c: New file.
14978 * gdb.base/vdso-warning.exp: New file.
14979
d48ba5e8
DE
149802014-10-02 Doug Evans <dje@google.com>
14981
14982 * gdb.base/structs.c (main): Don't run forever.
14983
2278c276
PA
149842014-10-02 Pedro Alves <palves@redhat.com>
14985
14986 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14987 (top level) <stop threads 1, stop threads 2>: Use it.
14988
b57bacec
PA
149892014-10-02 Pedro Alves <palves@redhat.com>
14990
14991 * gdb.threads/break-while-running.exp (test): Add new
14992 'update_thread_list' argument. Skip "info threads" if false.
14993 (top level): Add new 'update_thread_list' axis.
14994
13fd3ff3
PA
149952014-10-02 Pedro Alves <palves@redhat.com>
14996
14997 PR breakpoints/17431
14998 * gdb.base/execl-update-breakpoints.c: New file.
14999 * gdb.base/execl-update-breakpoints.exp: New file.
15000
0fec99e8
PA
150012014-10-01 Pedro Alves <palves@redhat.com>
15002
15003 * gdb.base/breakpoint-in-ro-region.c: New file.
15004 * gdb.base/breakpoint-in-ro-region.exp: New file.
15005
2ddf4301
SM
150062014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15007
15008 * gdb.mi/mi-exit-code.exp: New file.
15009 * gdb.mi/mi-exit-code.c: New file.
15010
6a5f3f43
YQ
150112014-09-30 Yao Qi <yao@codesourcery.com>
15012
15013 * lib/prelink-support.exp (build_executable_own_libs): Error if
15014 the target isn't native.
15015
345bcc73
YQ
150162014-09-30 Yao Qi <yao@codesourcery.com>
15017
15018 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15019 false.
15020
a25a5a45
PA
150212014-09-22 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.threads/break-while-running.exp: New file.
15024 * gdb.threads/break-while-running.c: New file.
15025
00ba3162
YQ
150262014-09-19 Yao Qi <yao@codesourcery.com>
15027
15028 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15029 Invoke test. Restart GDB with --readnow and invoke test again.
15030
c3b7b696
YQ
150312014-09-19 Yao Qi <yao@codesourcery.com>
15032
15033 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15034 proc set_breakpoint_on_gcd_function. Invoke
15035 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15036 invoke set_breakpoint_on_gcd_function again.
15037
2b4fd423
DE
150382014-09-18 Doug Evans <dje@google.com>
15039
15040 * gdb.dwarf2/symtab-producer.exp: New file.
15041
a5947601
SDJ
150422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15043
15044 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15045 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15046 * gdb.base/global-var-nested-by-dso.c: Likewise.
15047 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15048
91c19059
SDJ
150492014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15050 Pedro Alves <palves@redhat.com>
15051
15052 * gdb.base/watch-bitfields.exp: Pass string other than test file
15053 name to prepare_for_testing.
15054 (watch): New procedure.
15055 (expect_watchpoint): Use with_test_prefix.
15056 (top level): Factor out tests to ...
15057 (test_watch_location, test_regular_watch): ... these new
15058 procedures, and use with_test_prefix and gdb_continue_to_end.
15059
bb9d5f81
PP
150602014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15061
15062 PR breakpoints/12526
15063 * gdb.base/watch-bitfields.exp: New file.
15064 * gdb.base/watch-bitfields.c: New file.
15065
635856f5
PA
150662014-09-16 Pedro Alves <palves@redhat.com>
15067
15068 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15069 software and hardware addresses, not software address against
15070 itself.
15071
7280ceea
PA
150722014-09-16 Pedro Alves <palves@redhat.com>
15073
15074 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15075 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15076
428b16bd
PA
150772014-09-16 Pedro Alves <palves@redhat.com>
15078
15079 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15080 files.
15081 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15082 "*-*-vxworks*" throughout.
15083 * gdb.base/break.exp: Likewise.
15084 * gdb.base/default.exp: Likewise.
15085 * gdb.base/scope.exp: Likewise.
15086 * gdb.base/sepdebug.exp: Likewise.
15087 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15088 throughout.
15089 * gdb.base/run.c: Likewise.
15090 * gdb.base/sepdebug.c: Likewise.
15091 * gdb.hp/gdb.aCC/run.c: Likewise.
15092 * gdb.reverse/until-reverse.c: Likewise.
15093 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15094
666d413c
YQ
150952014-09-16 Yao Qi <yao@codesourcery.com>
15096
15097 * boards/local-remote-host-native.exp: New file.
15098
57cbd724
DE
150992014-09-14 Doug Evans <xdje42@gmail.com>
15100
15101 * gdb.threads/queue-signal.c (thread_count): New variable.
15102 (thread_count_mutex, thread_count_condvar): New variables.
15103 (incr_thread_count, wait_all_threads_running): New functions.
15104 (main): Wait for all threads to be in their thread functions.
15105
81219e53
DE
151062014-09-13 Doug Evans <xdje42@gmail.com>
15107
15108 * gdb.threads/queue-signal.c: New file.
15109 * gdb.threads/queue-signal.exp: New file.
15110
3714cea7
DE
151112014-09-13 Doug Evans <xdje42@gmail.com>
15112
15113 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15114 be consistent with what default_gdb_init uses.
15115 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15116 the plain text of the prompt. Add some logging printfs.
15117 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15118
fa43b1d7
PA
151192014-09-12 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15122 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15123 * gdb.arch/i386-size-overlap.exp: Likewise.
15124 * gdb.arch/i386-size.exp: Likewise.
15125 * gdb.arch/i386-unwind.exp: Likewise.
15126 * gdb.base/a2-run.exp: Likewise.
15127 * gdb.base/break.exp: Likewise.
15128 * gdb.base/charset.exp: Likewise.
15129 * gdb.base/chng-syms.exp: Likewise.
15130 * gdb.base/commands.exp: Likewise.
15131 * gdb.base/dbx.exp: Likewise.
15132 * gdb.base/find.exp: Likewise.
15133 * gdb.base/funcargs.exp: Likewise.
15134 * gdb.base/jit-simple.exp: Likewise.
15135 * gdb.base/reread.exp: Likewise.
15136 * gdb.base/sepdebug.exp: Likewise.
15137 * gdb.base/step-bt.exp: Likewise.
15138 * gdb.cp/mb-inline.exp: Likewise.
15139 * gdb.cp/mb-templates.exp: Likewise.
15140 * gdb.objc/basicclass.exp: Likewise.
15141 * gdb.threads/killed.exp: Likewise.
15142
9d9bf2df
EBM
151432014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15144
15145 PR tdep/17379
15146 * gdb.arch/powerpc-stackless.S: New file.
15147 * gdb.arch/powerpc-stackless.exp: New file.
15148
1cf2f1b0
JK
151492014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 * gdb.base/attach.c: Include unistd.h.
15152 (main): Call alarm. Add label postloop.
15153 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15154 gdb_breakpoint, gdb_continue_to_breakpoint.
15155 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15156
98880d46
PA
151572014-09-11 Pedro Alves <palves@redhat.com>
15158
15159 PR gdb/17347
15160 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15161 * gdb.base/attach.exp (test_command_line_attach_run): New
15162 procedure.
15163 (top level): Call it.
15164
4c92ff2c
PA
151652014-09-11 Pedro Alves <palves@redhat.com>
15166
15167 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15168 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15169 (do_command_attach_tests): Use spawn_wait_for_attach.
15170 * gdb.base/solib-overlap.exp: Likewise.
15171 * gdb.multi/multi-attach.exp: Likewise.
15172 * gdb.python/py-prompt.exp: Likewise.
15173 * gdb.python/py-sync-interp.exp: Likewise.
15174 * gdb.server/ext-attach.exp: Likewise.
15175
3adc1a7d
GKB
151762014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15177
15178 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15179 command in testcase. Simplify testcase.
15180
96334934
JB
151812014-09-10 Joel Brobecker <brobecker@adacore.com>
15182
15183 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15184
eb479039
JB
151852014-09-10 Joel Brobecker <brobecker@adacore.com>
15186
15187 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15188
deede10c
JB
151892014-09-10 Joel Brobecker <brobecker@adacore.com>
15190
15191 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15192
7828a5f5
JB
151932014-09-10 Joel Brobecker <brobecker@adacore.com>
15194
15195 * gdb.dwarf2/dynarr-ptr.c: New file.
15196 * gdb.dwarf2/dynarr-ptr.exp: New file.
15197
33aeebcf
MR
151982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15199
15200 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15201 of 30 rather than hardcoding 120 for a slow test case. Take the
15202 `gdb,timeout' target setting into account for this calculation.
15203 Don't extend the timeout for the test cases that don't need it.
15204
7b415901
MR
152052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15206
15207 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15208 a factor of 2 for a slow test case. Take the `gdb,timeout'
15209 target setting into account for this calculation.
15210 * gdb.reverse/until-precsave.exp: Increase the timeout by
15211 a factor of 15 and 3 respectively rather than adding 120
15212 for a pair of slow test cases. Take the `gdb,timeout'
15213 target setting into account for this calculation.
15214
4a40f85a
MR
152152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15216
15217 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15218 timeout, don't pass one down to gdb_expect.
15219 (gdb_expect): Rework timeout selection.
15220
09635af7
MR
152212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15222
15223 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15224 exception on timeout.
15225 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15226 (gdbserver_start_extended): Catch any `gdbserver_start' error
15227 exceptions.
15228 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15229 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15230 `gdbserver_gdb_load' error exceptions.
15231
2bdd10b7
MR
152322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15233
15234 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15235 120 on waiting for the TCP socket to open.
15236
316935f0
DE
152372014-09-09 Doug Evans <xdje42@gmail.com>
15238
15239 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15240 _caller_matches, _any_caller_is, _any_caller_matches.
15241
83740597
DE
152422014-09-09 Doug Evans <xdje42@gmail.com>
15243
15244 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15245
4c122fc3
YQ
152462014-09-09 Yao Qi <yao@codesourcery.com>
15247
15248 * gdb.mi/mi-var-display.exp: Set print symbol off.
15249
a9f116cb
GKB
152502014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15251
15252 PR gdb/17035
15253 * gdb.base/commands.exp: Add tests to verify user-defined
15254 commands with empty bodies.
15255 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15256 python commands in `show user command`.
15257 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15258 scheme commands in `show user command`.
15259
c75bd3a2
JK
152602014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15261
15262 PR python/17355
15263 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15264 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15265 * gdb.python/py-framefilter-invalidarg.exp: New file.
15266 * gdb.python/py-framefilter-invalidarg.py: New file.
15267
faa42425
DE
152682014-09-06 Doug Evans <xdje42@gmail.com>
15269
15270 PR 15276
15271 * gdb.python/py-caller-is.c: New file.
15272 * gdb.python/py-caller-is.exp: New file.
15273
474ca4f6
SDJ
152742014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15275
15276 PR gdb/17235
15277 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15278 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15279
eb0b0463
SDJ
152802014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15281
15282 PR fortran/17237
15283 * gdb.fortran/print-formatted.exp: New file.
15284 * gdb.fortran/print-formatted.f90: Likewise.
15285
5f3b99cf
SS
152862014-09-03 Sasha Smundak <asmundak@google.com>
15287
15288 * gdb.python/py-frame.exp: Test Frame.read_register.
15289
7d793aa9
SDJ
152902014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15291
15292 PR python/16699
15293 * gdb.python/py-completion.exp: New file.
15294 * gdb.python/py-completion.py: Likewise.
15295
fb0576e9
DE
152962014-08-28 Doug Evans <dje@google.com>
15297
15298 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15299 eax,etc. are live with values set by gdb and thus the compiler can't
15300 use them.
15301 * gdb.arch/i386-pseudo.c (main): Ditto.
15302
ee92b0dd
DE
153032014-08-27 Doug Evans <dje@google.com>
15304
15305 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15306
6649db35
DE
153072014-08-25 Doug Evans <dje@google.com>
15308
15309 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15310 (main): Ditto.
15311
564b7600
DE
153122014-08-25 Doug Evans <dje@google.com>
15313
15314 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15315
3881fb67
YQ
153162014-08-24 Yao Qi <yao@codesourcery.com>
15317
15318 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15319 symbol off.
15320 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15321
a05a36a5
DE
153222014-08-22 Doug Evans <dje@google.com>
15323
15324 PR 17276
15325 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15326 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15327 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15328
7c343b48
YQ
153292014-08-22 Yao Qi <yao@codesourcery.com>
15330
15331 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15332 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15333 * gdb.python/python.exp: Likewise. Use .py file on the host
15334 instead of the build.
15335
22fd09ae
JK
153362014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15337
15338 * gdb.threads/gcore-stale-thread.c: New file.
15339 * gdb.threads/gcore-stale-thread.exp: New file.
15340
a8454a7c
PA
153412014-08-21 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15344 * gdb.base/gcore-relro-pie.exp: Likewise.
15345 * gdb.base/gcore-relro.exp: Likewise.
15346 * gdb.base/gcore.exp: Likewise.
15347 * gdb.base/print-symbol-loading.exp: Likewise.
15348 * gdb.threads/gcore-thread.exp: Likewise.
15349 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15350
2a31c623
PA
153512014-08-20 Pedro Alves <palves@redhat.com>
15352 Jan Kratochvil <jan.kratochvil@redhat.com>
15353
15354 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15355 configure.
15356 (EXPECT): Handle READ1 being set.
15357 (all): Depend on EXTRA_RULES.
15358 (check-read1, expect-read1, read1.so, read1): New rules.
15359 * README (Testsuite Parameters): Document the READ1 make variable.
15360 (Race detection): New section.
15361 * configure: Regenerate.
15362 * configure.ac: If build==host==target, and running under a
15363 GNU/glibc system, add read1 to the extra Makefile rules.
15364 (EXTRA_RULES): AC_SUBST it.
15365 * lib/read1.c: New file.
15366
d36430db
JB
153672014-08-20 Joel Brobecker <brobecker@adacore.com>
15368
15369 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15370 the handling of variables declared as a typedef to an array
15371 which a DW_AT_data_location attribute.
15372
9a0dc9e3
PA
153732014-08-19 Andrew Burgess <aburgess@broadcom.com>
15374 Pedro Alves <palves@redhat.com>
15375
15376 PR symtab/14604
15377 PR symtab/14605
15378 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15379 gdb_test.
15380
0718a8da
PA
153812014-08-19 Pedro Alves <palves@redhat.com>
15382
15383 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15384
13b448cd
YQ
153852014-08-19 Yao Qi <yao@codesourcery.com>
15386
15387 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15388 right line.
15389
1cbf5077
DB
153902014-08-18 David Blaikie <dblaikie@gmail.com>
15391
15392 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15393
bf0fae19
JB
153942014-08-18 Joel Brobecker <brobecker@adacore.com>
15395
15396 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15397 attribute in array range.
15398
3c8c5dcc
JB
153992014-08-18 Joel Brobecker <brobecker@adacore.com>
15400
15401 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15402
e66d4446
SC
154032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15404
15405 PR c++/17132
15406 * gdb.cp/pr17132.cc: New file.
15407 * gdb.cp/pr17132.exp: New file.
15408
940df408
SC
154092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15410
15411 * gdb.python/py-xmethods.py (A_getarrayind)
15412 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15413 Use 'print' with function call syntax.
15414 (E_method_matcher.match): Fix tab vs space indentation mixup.
15415
ebcc6c3a
YQ
154162014-08-15 Yao Qi <yao@codesourcery.com>
15417
15418 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15419 false.
15420
775e0f04
YQ
154212014-08-15 Yao Qi <yao@codesourcery.com>
15422
15423 * gdb.cp/casts.exp: Set print symbol off.
15424 * gdb.cp/class2.exp: Likewise.
15425 * gdb.cp/overload.exp: Likewise.
15426 * gdb.cp/templates.exp: Likewise.
15427
d769e349
DE
154282014-08-11 Doug Evans <dje@google.com>
15429
15430 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15431 (test_load_shlib): Update.
15432
20c6f1e1
YQ
154332014-08-09 Yao Qi <yao@codesourcery.com>
15434
15435 * gdb.base/display.exp: Invoke is_address_zero_readable.
15436 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15437 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15438 * gdb.base/hbreak-unmapped.exp: Return if
15439 is_address_zero_readable returns true.
15440 * gdb.base/signest.exp: Likewise.
15441 * gdb.base/signull.exp: Likewise.
15442 * gdb.base/sigbpt.exp: Likewise.
15443 * gdb.guile/scm-disasm.exp: Do the test if
15444 is_address_zero_readable returns false.
15445 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15446 * gdb.python/py-arch.exp: Likewise.
15447 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15448 * lib/gdb.exp (is_address_zero_readable): New proc.
15449
5792e8e3
YQ
154502014-08-09 Yao Qi <yao@codesourcery.com>
15451
15452 PR testsuite/13443
15453 * gdb.mi/mi-var-display.exp: Make test messages unique.
15454
3cecbbbe
TT
154552014-08-04 Tom Tromey <tromey@redhat.com>
15456
15457 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15458 target 0".
15459
00b51ff5
TT
154602014-08-04 Tom Tromey <tromey@redhat.com>
15461
15462 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15463 "target_resume".
15464
6908c509
JB
154652014-08-01 Joel Brobecker <brobecker@adacore.com>
15466
15467 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15468 inner_vla_struct_object_size.
15469 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15470 as xfail.
15471
cc6563d2
PA
154722014-07-30 Pedro Alves <palves@redhat.com>
15473
15474 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15475 comment.
15476
7e09a223
YQ
154772014-07-29 Yao Qi <yao@codesourcery.com>
15478
15479 PR gdb/17206
15480 * gdb.base/until-nodebug.exp: New.
15481
7ebdbe92
DE
154822014-07-28 Doug Evans <xdje42@gmail.com>
15483
15484 PR guile/17203
15485 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15486 previously existing parameter, and previously ambiguously spelled
15487 parameter.
15488
fdb1adc6
WN
154892014-07-28 Will Newton <will.newton@linaro.org>
15490
15491 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15492
186fcde0
DE
154932014-07-26 Ludovic Courtès <ludo@gnu.org>
15494 Doug Evans <xdje42@gmail.com>
15495
15496 PR guile/17146
15497 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15498
70509625
PA
154992014-07-25 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.threads/signal-command-handle-nopass.c: New file.
15502 * gdb.threads/signal-command-handle-nopass.exp: New file.
15503 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15504 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15505 * gdb.threads/signal-delivered-right-thread.c: New file.
15506 * gdb.threads/signal-delivered-right-thread.exp: New file.
15507
c3f814a1
PA
155082014-07-25 Pedro Alves <palves@redhat.com>
15509
15510 * gdb.base/double-prompt-target-event-error.exp
15511 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15512 match.
15513 (cancel_pagination_in_target_event): Rework double prompt
15514 detection.
15515 * gdb.base/paginate-after-ctrl-c-running.exp
15516 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15517 <return>' match.
15518 * gdb.base/paginate-bg-execution.exp
15519 (test_bg_execution_pagination_return)
15520 (test_bg_execution_pagination_cancel): Remove '-notransfer
15521 <return>' matches.
15522 * gdb.base/paginate-execution-startup.exp
15523 (test_fg_execution_pagination_return)
15524 (test_fg_execution_pagination_cancel): Remove '-notransfer
15525 <return>' matches.
15526 * gdb.base/paginate-inferior-exit.exp
15527 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15528 match.
15529 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15530 * lib/gdb.exp (pagination_prompt): Run text through
15531 string_to_regexp.
15532 (gdb_test_multiple): Match $pagination_prompt instead of
15533 "<return>".
15534 (string_to_regexp): Move to lib/gdb-utils.exp.
15535
e214cf6c
JK
155362014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15537
15538 * gdb.arch/amd64-entry-value-paramref.S: New file.
15539 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15540 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15541 * gdb.arch/amd64-optimout-repeat.S: New file.
15542 * gdb.arch/amd64-optimout-repeat.c: New file.
15543 * gdb.arch/amd64-optimout-repeat.exp: New file.
15544
17d0c5c8
JK
155452014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15546
15547 PR gdb/17170
15548 * gdb.base/statistics.exp: New file.
15549
b8b8facf
DE
155502014-07-17 Doug Evans <dje@google.com>
15551
74b49205 15552 PR gdb/17170
b8b8facf
DE
15553 * gdb.base/maint.exp: Update testing of per-command stats.
15554
1b5d0ab3
PA
155552014-07-16 Pedro Alves <palves@redhat.com>
15556
15557 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15558 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15559 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15560 (tfile_write_buf): New functions.
15561 (add_memory_block): Rewrite using the above.
15562 (adjust_function_address): New function.
15563 (FUNCTION_ADDRESS): New macro.
15564 (write_basic_trace_file): Remove short_x local, and use
15565 tfile_write_16. Change type of func_addr local to unsigned long
15566 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15567 here. Cast argument of add_memory_block to char pointer.
15568 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15569 (main): Remove parameters.
15570 * gdb.trace/tfile.exp: Remove nowarnings.
15571
4d974e88
SM
155722014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15573
15574 * gdb.base/debug-expr.exp: Test string evaluation with
15575 "debug expression" on.
15576
41e99568
PA
155772014-07-15 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.base/reread.exp: Use clean_restart.
15580
487d9753
PL
155812014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15582
15583 * gdb.arch/avr-flash-qualifer.c: New.
15584 * gdb.arch/avr-flash-qualifer.exp: New.
15585
cc1c52ad
PA
155862014-07-14 Pedro Alves <palves@redhat.com>
15587
15588 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15589 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15590
1e973570
PA
155912014-07-14 Pedro Alves <palves@redhat.com>
15592
15593 * gdb.base/double-prompt-target-event-error.c: New file.
15594 * gdb.base/double-prompt-target-event-error.exp: New file.
15595
93d6eb10
PA
155962014-07-14 Pedro Alves <palves@redhat.com>
15597
15598 PR gdb/17072
15599 * gdb.base/paginate-inferior-exit.c: New file.
15600 * gdb.base/paginate-inferior-exit.exp: New file.
15601
0017922d
PA
156022014-07-14 Pedro Alves <palves@redhat.com>
15603
15604 PR gdb/17072
15605 * gdb.base/paginate-bg-execution.c: New file.
15606 * gdb.base/paginate-bg-execution.exp: New file.
15607
94696ad3
PA
156082014-07-14 Pedro Alves <palves@redhat.com>
15609
15610 PR gdb/17072
15611 * gdb.base/paginate-execution-startup.c: New file.
15612 * gdb.base/paginate-execution-startup.exp: New file.
15613 * lib/gdb.exp (pagination_prompt): New global.
15614 (default_gdb_spawn): New procedure, factored out from
15615 default_gdb_spawn.
15616 (default_gdb_start): Adjust to call default_gdb_spawn.
15617 (gdb_spawn): New procedure.
15618
bd293940
PA
156192014-07-14 Pedro Alves <palves@redhat.com>
15620
15621 * lib/gdb.exp (gdb_assert): New procedure.
15622 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15623
c933f875
PA
156242014-07-14 Pedro Alves <palves@redhat.com>
15625
15626 * gdb.base/execution-termios.c: New file.
15627 * gdb.base/execution-termios.exp: New file.
15628
d98b7a16
TT
156292014-07-14 Tom Tromey <tromey@redhat.com>
15630
15631 * gdb.cp/vla-cxx.cc: New file.
15632 * gdb.cp/vla-cxx.exp: New file.
15633
548740d6
TT
156342014-07-14 Tom Tromey <tromey@redhat.com>
15635
15636 * gdb.reverse/rerun-prec.c: New file.
15637 * gdb.reverse/rerun-prec.exp: New file.
15638
a25eb028
MR
156392014-07-12 Maciej W. Rozycki <macro@mips.com>
15640 Maciej W. Rozycki <macro@codesourcery.com>
15641
15642 * lib/gdb-utils.exp: New file.
15643 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15644 inline `gdb_init_command' processing.
15645 (gdb_start_cmd): Likewise.
15646 * lib/mi-support.exp (mi_run_cmd): Likewise.
15647 * README: Document `gdb_init_command' and `gdb_init_commands'.
15648
218c2655
JK
156492014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15650
15651 Fix false FAIL running under a very long directory name.
15652 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15653 and "set print elements 10000". Twice.
15654
5401fde3
YQ
156552014-07-11 Yao Qi <yao@codesourcery.com>
15656
15657 * gdb.base/exprs.exp: "set print symbol off".
15658
e76126e8
PA
156592014-07-11 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.threads/kill.c: New file.
15662 * gdb.threads/kill.exp: New file.
15663
2d6f0de6
YQ
156642014-07-10 Yao Qi <yao@codesourcery.com>
15665
15666 * gdb.trace/tfile.c (write_basic_trace_file)
15667 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15668 address written to trace file.
15669
7180e04a
PA
156702014-07-09 Pedro Alves <palves@redhat.com>
15671
15672 * gdb.base/attach-wait-input.exp: New file.
15673 * gdb.base/attach-wait-input.c: New file.
15674
9a9a7608
AB
156752014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15676
15677 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15678 setting up test structures.
15679 (main): Call new test function.
15680 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15681 test function, continue into test function and walk test
15682 structures.
15683
161ac41e
YQ
156842014-07-02 Yao Qi <yao@codesourcery.com>
15685
15686 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15687 'bar_start' at the beginning of functions 'foo' and 'bar'
15688 respectively.
15689 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15690 instead of 'foo' and 'bar'.
15691
1f267ae3
MM
156922014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15693
15694 * gdb.btrace/segv.exp: New.
15695 * gdb.btrace/segv.c: New.
15696
2b239efb
LM
156972014-07-02 Luis Machado <lgustavo@codesourcery.com>
15698
15699 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15700 instruction.
15701
cf363f18
MW
157022014-06-30 Mark Wielaard <mjw@redhat.com>
15703
15704 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15705 vulture, vilify, villar): New volatile array constants.
15706 (vindictive, vegetation): New const volatile array constants.
15707 * gdb.base/volatile.exp: Test volatile and const volatile array
15708 types.
15709
aebf9d24
AA
157102014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15711
15712 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15713 target lacks support for awatch, rwatch, or hbreak.
15714
b67a2c6f
YQ
157152014-06-27 Yao Qi <yao@codesourcery.com>
15716
15717 * gdb.multi/dummy-frame-restore.exp: New.
15718 * gdb.multi/dummy-frame-restore.c: New.
15719
aef92902
MM
157202014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15721
15722 * gdb.btrace/gcore.exp: New.
15723
8e9db26e
PA
157242014-06-23 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.base/watchpoint-reuse-slot.c: New file.
15727 * gdb.base/watchpoint-reuse-slot.exp: New file.
15728
70afc5b7
SC
157292014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15730
15731 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15732 progspace's filename in 'info', 'enable' and 'disable' command
15733 tests.
15734
b972bd9c
JK
157352014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15736
15737 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15738 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15739 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15740
125f8a3d
GB
157412014-06-20 Gary Benson <gbenson@redhat.com>
15742
15743 * gdb.arch/i386-avx.exp: Fix include file location.
15744 * gdb.arch/i386-sse.exp: Likewise.
15745
3ed9baed
IB
157462014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15747
15748 * gdb.dlang/expression.exp: New file.
15749
034f788c
PA
157502014-06-19 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15753 out from ...
15754 (top level): ... here. Iterate running tests under different
15755 scheduler-locking settings.
15756
45371d0c
LM
157572014-06-18 Luis Machado <lgustavo@codesourcery.com>
15758
15759 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15760 to DW_FORM_addr and use non-zero addresses.
15761
5d376983
SC
157622014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15763
15764 PR gdb/17017
15765 * gdb.python/py-xmethods.cc: Add global function call counters and
15766 increment them in their respective functions. Remove "cout"
15767 statements.
15768 * gdb.python/py-xmethods.exp: Make tests check the global function
15769 call counters instead of depending on inferior IO.
15770
a1aa2221
LM
157712014-06-18 Don Breazeal <donb@codesourcery.com>
15772
15773 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15774 Deleted procedure.
15775 (explicit_fork_parent_follow): Deleted procedure.
15776 (explicit_fork_child_follow): Deleted procedure.
15777 (test_follow_fork): New procedure.
15778 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15779 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15780 procedure calls.
15781
0fc05997
YQ
157822014-06-17 Yao Qi <yao@codesourcery.com>
15783
15784 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15785 CP1252.
15786
70795c52
LM
157872014-06-17 Luis Machado <lgustavo@codesourcery.com>
15788
15789 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15790 Initialize ptr and S explicitly.
15791 (skip_type_update_when_not_use_rtti_test): Likewise.
15792
6be47f0c
KS
157932014-06-16 Keith Seitz <keiths@redhat.com>
15794
15795 PR mi/15863
15796 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15797 the inferior is started.
15798
d03de421
PA
157992014-06-16 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.base/break-main-file-remove-fail.c: New file.
15802 * gdb.base/break-main-file-remove-fail.exp: New file.
15803 * gdb.base/break-unload-file.exp: Use build_executable instead of
15804 prepare_for_testing.
15805 (test_break): New parameter "initial_load". Handle it.
15806 (top level): Add initial_load cmdline/file axis.
15807
f9579b99
TT
158082014-06-12 Tom Tromey <tromey@redhat.com>
15809
15810 * gdb.base/completion.exp: Don't use directory name in test.
15811
3657956b
GB
158122014-06-09 Gary Benson <gbenson@redhat.com>
15813
15814 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15815 separate the always-available ANSI-standard signals from the
15816 signals that require checking.
15817 (main): Likewise.
15818 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15819 Likewise.
15820 (main): Likewise.
15821
4186eb54
KS
158222014-06-07 Keith Seitz <keiths@redhat.com>
15823
15824 Revert:
15825 PR c++/16253
15826 * gdb.cp/var-tag.cc: New file.
15827 * gdb.cp/var-tag.exp: New file.
15828 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15829 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15830 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15831 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15832
25326a28 158332014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15834
15835 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15836
829155c9
PA
158372014-06-06 Pedro Alves <palves@redhat.com>
15838
15839 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15840 in target debug output instead of looking at RSP packets,
15841 disabling the test on any target that uses hardware stepping.
15842 Update comments.
15843
61c8d22e
PA
158442014-06-06 Pedro Alves <palves@redhat.com>
15845
15846 * gdb.base/break-unload-file.exp: Fix typo.
15847
d9a47287
YQ
158482014-06-06 Yao Qi <yao@codesourcery.com>
15849
15850 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15851 from "jit_function" to "^jit_function".
15852
e5e01dbf
YQ
158532014-06-06 Yao Qi <yao@codesourcery.com>
15854
15855 * gdb.base/async.c (foo): Add one statement.
15856 * gdb.base/async.exp: Get the next instruction address and
15857 match the output of "nexti" by instruction address. Match
15858 the hex address in the output of "finish".
15859
73ba372c
GB
158602014-06-06 Gary Benson <gbenson@redhat.com>
15861
15862 * gdb.base/call-signals.c: Remove preprocessor conditionals
15863 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15864 SIGSEGV and SIGTERM.
15865 * gdb.base/sigall.c: Likewise.
15866 * gdb.base/unwindonsignal.c: Likewise.
15867 * gdb.reverse/sigall-reverse.c: Likewise.
15868
831517df
YQ
158692014-06-06 Yao Qi <yao@codesourcery.com>
15870
15871 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15872 readable, skip the test.
15873
b8b91e98
YQ
158742014-06-06 Yao Qi <yao@codesourcery.com>
15875
15876 * gdb.threads/staticthreads.c (thread_function): Move the line
15877 setting breakpoint on forward.
15878 * gdb.threads/staticthreads.exp: Update comments.
15879
fb934770
LC
158802014-06-05 Ludovic Courtès <ludo@gnu.org>
15881
15882 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15883 "history-append! type error".
15884
6ef284bd
SM
158852014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15886
15887 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15888 erroneous dprintf expected input.
15889
a872e241
DE
158902014-06-04 Doug Evans <xdje42@gmail.com>
15891
15892 * gdb.guile/scm-generics.exp: Delete.
15893
16f691fb
DE
158942014-06-04 Doug Evans <xdje42@gmail.com>
15895
15896 * gdb.guile/scm-breakpoint.exp: Update.
15897 Add tests for breakpoint registration.
15898
012370f6
TT
158992014-06-04 Tom Tromey <tromey@redhat.com>
15900
15901 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15902 VLA-in-union.
15903 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15904 inner_vla_struct, vla_union types. Initialize objects of those
15905 types and compute their sizes.
15906
9f5a4cef
HZ
159072014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15908 Hui Zhu <hui@codesourcery.com>
15909
15910 * gdb.base/fileio.exp: Add test for shell not available as well as
15911 available.
15912 * gdb.base/fileio.c (test_system): Check for shell twice.
15913
90a45c4d
YQ
159142014-06-04 Yao Qi <yao@codesourcery.com>
15915
15916 * gdb.base/auto-connect-native-target.exp: Remove redundant
15917 space from the regexp pattern.
15918
70017e41
YQ
159192014-06-04 Yao Qi <yao@codesourcery.com>
15920
15921 * gdb.base/default.exp: Replace "child" with "native" in
15922 regexp pattern.
15923
883964a7
SC
159242014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15925
15926 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15927 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15928 * gdb.python/py-xmethods.py: Python script supporting the
15929 new testcase and tests.
15930
ef370185
JB
159312014-06-03 Joel Brobecker <brobecker@adacore.com>
15932 Pedro Alves <palves@redhat.com>
15933
15934 PR breakpoints/17000
15935 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15936 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15937
1e2ccb61
BM
159382014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15939
15940 * gdb.base/subst.exp: Add tests to verify partial path matching
15941 output.
15942
c6ec5ab2
PA
159432014-06-03 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15946 target that doesn't use software single-stepping.
15947
835c559f
PA
159482014-06-03 Pedro Alves <palves@redhat.com>
15949
15950 PR breakpoints/17000
15951 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15952 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15953
06eb1586
DE
159542014-06-02 Doug Evans <xdje42@gmail.com>
15955
15956 * gdb.guile/scm-parameter.exp: New file.
15957
e698b8c4
DE
159582014-06-02 Doug Evans <xdje42@gmail.com>
15959
15960 * gdb.guile/scm-cmd.c: New file.
15961 * gdb.guile/scm-cmd.exp: New file.
15962
ded03782
DE
159632014-06-02 Doug Evans <xdje42@gmail.com>
15964
15965 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15966 pretty-printer lookup.
15967 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15968 (make-pp_s-printer): Call it.
15969 (make-pretty-printer-from-dict): New function.
15970 (lookup-pretty-printer-maker-from-dict): New function.
15971 (*pretty-printer*): Simplify.
15972 (make-objfile-pp_s-printer): New function.
15973 (install-objfile-pretty-printers!): New function.
15974 (make-progspace-pp_s-printer): New function.
15975 (install-progspace-pretty-printers!): New function.
15976 * gdb.guile/scm-progspace.c: New file.
15977 * gdb.guile/scm-progspace.exp: New file.
15978
41fac0cf
PA
159792014-06-02 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.base/dprintf-bp-same-addr.c: New file.
15982 * gdb.base/dprintf-bp-same-addr.exp: New file.
15983
96ae5695
EBM
159842014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15985
15986 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15987 * gdb.arch/powerpc-power.s: Likewise.
15988
da02b3a8
JB
159892014-06-02 Joel Brobecker <brobecker@adacore.com>
15990
15991 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15992
c72b2e7b
YQ
159932014-06-01 Yao Qi <yao@codesourcery.com>
15994
15995 * gdb.base/watchpoint.exp (test_watch_location): Check null
15996 pointer can be dereferenced. If not, do the test, otherwise
15997 skip it.
15998
53e8a631
AB
159992014-05-30 Andrew Burgess <aburgess@broadcom.com>
16000
16001 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16002 results.
16003 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16004
938f0e2f
AB
160052014-05-30 Andrew Burgess <aburgess@broadcom.com>
16006
16007 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16008 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16009 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16010 * gdb.arch/amd64-invalid-stack-top.c: New file.
16011 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16012
9ba6657a
PA
160132014-05-30 Pedro Alves <palves@redhat.com>
16014
16015 PR breakpoints/17000
16016 * gdb.base/sss-bp-on-user-bp.c: New file.
16017 * gdb.base/sss-bp-on-user-bp.exp: New file.
16018
522c09bf
DB
160192014-05-30 David Blaikie <dblaikie@gmail.com>
16020
16021 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16022 gnu_inline semantics via attribute.
16023 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16024 source explicitly specifies the required semantics.
16025
bf4ef81e
MR
160262014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16027
16028 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16029
329ea579
PA
160302014-05-29 Pedro Alves <palves@redhat.com>
16031 Tom Tromey <tromey@redhat.com>
16032
16033 * gdb.base/async-shell.exp: Don't enable target-async.
16034 * gdb.base/async.exp
16035 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16036 parameter. Adjust.
16037 (top level): Don't test with "target-async".
16038 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16039 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16040 * gdb.base/inferior-died.exp: Don't enable target-async.
16041 * gdb.base/interrupt-noterm.exp: Likewise.
16042 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16043 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16044 * gdb.mi/mi-nonstop.exp: Likewise.
16045 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16046 * gdb.mi/mi-nsintrall.exp: Likewise.
16047 * gdb.mi/mi-nsmoribund.exp: Likewise.
16048 * gdb.mi/mi-nsthrexec.exp: Likewise.
16049 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16050 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16051 * gdb.python/py-evsignal.exp: Don't enable target-async.
16052 * gdb.python/py-evthreads.exp: Likewise.
16053 * gdb.python/py-prompt.exp: Likewise.
16054 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16055 * gdb.server/solib-list.exp: Don't enable target-async.
16056 * gdb.threads/thread-specific-bp.exp: Likewise.
16057 * lib/mi-support.exp: Adjust to use mi-async.
16058
fd664c91
PA
160592014-05-29 Pedro Alves <palves@redhat.com>
16060
16061 PR gdb/13860
16062 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16063 reason, even in sync mode.
16064
251bde03
PA
160652014-05-29 Pedro Alves <palves@redhat.com>
16066 Hui Zhu <hui@codesourcery.com>
16067
16068 PR PR15693
16069 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16070 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16071 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16072 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16073
7f3c0343
JB
160742014-05-28 Joel Brobecker <brobecker@adacore.com>
16075
16076 * config/monitor.exp (gdb_target_monitor): Replace use of
16077 "set remotebaud" by "set serial baud".
16078
b2715b27
AW
160792014-05-26 Andy Wingo <wingo@igalia.com>
16080
16081 * gdb.guile/scm-breakpoint.exp:
16082 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16083 properties instead of gdb-object-properties.
16084
498a4489
YQ
160852014-05-26 Yao Qi <yao@codesourcery.com>
16086
16087 * gdb.server/no-thread-db.exp: Specify source file name
16088 explicitly when setting a breakpoint.
16089
589fdceb
MM
160902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16091
16092 * gdb.btrace/vdso.c: New.
16093 * gdb.btrace/vdso.exp: New.
16094
e9089e05
MM
160952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16096
16097 * gdb.base/gcore.exp (capture_command_output): Move ...
16098 * lib/gdb.exp (capture_command_output): ... here.
16099
67b5c0c1
MM
161002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16101
16102 * gdb.btrace/data.exp: Test memory access during btrace replay.
16103
a2199296
SM
161042014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16105
16106 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16107
17b2616c
PA
161082014-05-21 Pedro Alves <palves@redhat.com>
16109
16110 PR gdb/13860
16111 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16112 (top level): Test that output related to execution commands is
16113 sent to the console with CLI commands, but not with MI commands.
16114 Test that breakpoint events are always mirrored to the console.
16115 Also expect the new source line to be output after a "next" in
16116 async mode too. Make it a pass/fail test.
16117 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16118 output.
16119 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16120
5166082f
PA
161212014-05-21 Pedro Alves <palves@redhat.com>
16122
16123 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16124 Use them to test variations of "list" after reaching a breakpoint.
16125 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16126 Test "list" with listsize 10 after reaching a breakpoint.
16127 * gdb.python/python.exp (decode_line current location line
16128 number): Adjust expected line number.
16129
2f25d70f
SM
161302014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16131
16132 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16133 behavior for $args, pass it directly to "run".
16134
ff604a67
MR
161352014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16136
16137 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16138 30000 to 65536.
16139
6a3cb8e8
PA
161402014-05-21 Pedro Alves <palves@redhat.com>
16141
16142 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16143 auto-connect-native-target off".
16144 * gdb.base/auto-connect-native-target.c: New file.
16145 * gdb.base/auto-connect-native-target.exp: New file.
16146
4ebfc96e
PA
161472014-05-21 Pedro Alves <palves@redhat.com>
16148
16149 * gdb.base/default.exp: Test "target native" instead of "target
16150 child".
16151
36d46afb
MW
161522014-05-21 Mark Wielaard <mjw@redhat.com>
16153
16154 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16155
5876f503
JK
161562014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16157
16158 Fix TLS access for -static -pthread.
16159 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16160 <HAVE_TLS> (thread_function, main): Initialize it.
16161 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16162 Add clean_restart.
16163 <$have_tls != "">: Check TLSVAR.
16164
0256a6ac
PA
161652014-05-21 Pedro Alves <palves@redhat.com>
16166
16167 * gdb.base/dcache-line-read-error.c: New.
16168 * gdb.base/dcache-line-read-error.exp: New.
16169
936d2992
PA
161702014-05-20 Pedro Alves <palves@redhat.com>
16171
16172 * gdb.base/compare-sections.c: New file.
16173 * gdb.base/compare-sections.exp: New file.
16174
802e8e6d
PA
161752014-05-20 Pedro Alves <palves@redhat.com>
16176
16177 * gdb.base/break-idempotent.c: New file.
16178 * gdb.base/break-idempotent.exp: New file.
16179
e59fa00f
MM
161802014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16181
16182 * gdb.btrace/nohist.exp: New.
16183
8b696e31
YQ
161842014-05-20 Yao Qi <yao@codesourcery.com>
16185
16186 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16187 gdb.reverse directory and gdb_reverse_timeout exists in board
16188 setting.
16189 * README: Document gdb_reverse_timeout.
16190
73c9764f
YQ
161912014-05-20 Yao Qi <yao@codesourcery.com>
16192
16193 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16194 'test_file_name'. Treat args as a string instead of a list.
16195 (gdb_init): Rename argument 'args' by 'test_file_name'.
16196
f1f4348a
JK
161972014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16198
16199 * gdb.arch/powerpc-power.exp: New file.
16200 * gdb.arch/powerpc-power.s: New file.
16201
0dbe70ce
DE
162022014-05-16 Doug Evans <dje@google.com>
16203
16204 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16205 * gdb.base/completion.exp: Check that all expected files exist
16206 before doing file completion.
0dbe70ce 16207
8d551b02
DE
162082014-05-16 Doug Evans <dje@google.com>
16209
16210 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16211 Update.
16212 (do_syscall_tests_without_xml): Update.
16213
73eb7709
PA
162142014-05-16 Pedro Alves <palves@redhat.com>
16215
16216 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16217 instead of "unknown output after running".
16218
3fae92fc
YQ
162192014-05-16 Yao Qi <yao@codesourcery.com>
16220
16221 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16222 file1.txt from host at the end.
16223 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16224
c2b2ccc5
DE
162252014-05-15 Doug Evans <dje@google.com>
16226
16227 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16228 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16229 loading file. Add test for TU lookup.
16230
8c217a4b
SM
162312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16232
16233 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16234 calling "-exec-arguments" or "set args" before running the
16235 inferior.
16236
3deb39c6
SM
162372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16238
16239 * lib/mi-support.exp (mi_expect_stop): Expect message for
16240 inferiors that exit with non-zero exit code.
16241
71a79f8c
YQ
162422014-05-14 Yao Qi <yao@codesourcery.com>
16243
16244 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16245 match absolute path on remote host.
16246 (test_file_list_exec_source_files): Remove "/" from the
16247 pattern.
16248
f23fcd46
YQ
162492014-05-14 Yao Qi <yao@codesourcery.com>
16250
16251 * boards/local-remote-host-notty.exp (${board}_file): New
16252 proc.
16253
9404b58f
KM
162542014-05-07 Kyle McMartin <kyle@redhat.com>
16255
16256 Pushed by Joel Brobecker <brobecker@adacore.com>.
16257 * gdb.arch/aarch64-atomic-inst.c: New file.
16258 * gdb.arch/aarch64-atomic-inst.exp: New file.
16259
5e45f04c
YQ
162602014-05-07 Yao Qi <yao@codesourcery.com>
16261
16262 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16263 in current context" too.
16264
c888a17d
KS
162652014-05-05 Keith Seitz <keiths@redhat.com>
16266
16267 * gdb.linespec/ls-dollar.exp: Add test for linespec
16268 file:convenience_variable.
16269
290a839c
YQ
162702014-05-05 Yao Qi <yao@codesourcery.com>
16271
16272 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16273 traceframes into tfile and ctf trace files. Read data from
16274 trace file and test collected data.
16275 (gdb_collect_locals_test): Likewise.
16276 (gdb_unavailable_registers_test): Likewise.
16277 (gdb_unavailable_floats): Likewise.
16278 (gdb_collect_globals_test): Likewise.
16279 (top-level): Append "ctf" to trace_file_targets if GDB
16280 supports.
16281
b5262cd0
YQ
162822014-05-05 Yao Qi <yao@codesourcery.com>
16283
16284 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16285 code to ...
16286 (gdb_collect_args_test_1): ... it. New proc.
16287 (gdb_collect_locals_test): Move some code to ...
16288 (gdb_collect_locals_test_1): ... it. New proc.
16289 (gdb_unavailable_registers_test): Move some code to ...
16290 (gdb_unavailable_registers_test_1): ... it. New proc.
16291 (gdb_unavailable_floats): Move some code to ...
16292 (gdb_unavailable_floats_1): ... it. New proc.
16293
30a1e6cc
SDJ
162942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16295
16296 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16297 probes to test for bitness recognition.
16298 * gdb.arch/amd64-stap-optional-prefix.exp
16299 (test_probe_value_without_reg): New procedure.
16300 Add code to test for different kinds of bitness.
16301
f33da99a
SDJ
163022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16303
16304 PR breakpoints/16889
16305 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16306 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16307
5b80f00d
PA
163082014-05-01 Pedro Alves <palves@redhat.com>
16309
16310 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16311 gdb_file_cmd if no file is specified.
16312 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16313 last_loaded_file to set the remote exec-file.
16314
f8c2a73c
PA
163152014-05-01 Pedro Alves <palves@redhat.com>
16316
16317 * boards/local-remote-host.exp: New file.
16318
be6e8ac7
PA
163192014-05-01 Pedro Alves <palves@redhat.com>
16320
16321 * boards/local-remote-host.exp: Rename to ...
16322 * boards/local-remote-host-notty.exp: ... this.
16323
cac0dc8f
JB
163242014-04-28 Joel Brobecker <brobecker@adacore.com>
16325
16326 * gdb.ada/dyn_arrayidx: New testcase.
16327
9730e6cc
YQ
163282014-04-26 Yao Qi <yao@codesourcery.com>
16329
16330 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16331 and compute the length of function main. Save it in
16332 $main_length.
16333 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16334 (top-level): Use gdb_compile to compile objects into
16335 executable and restart GDB. Remove invocation to
16336 prepare_for_testing.
16337
7ae1a6a6
PA
163382014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16339 Pedro Alves <palves@redhat.com>
16340
16341 PR server/16255
16342 * gdb.multi/multi-attach.c: New file.
16343 * gdb.multi/multi-attach.exp: New file.
16344
4082afcc
PA
163452014-04-25 Pedro Alves <palves@redhat.com>
16346
16347 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16348 user.
16349 (top level): Test that "set remote conditional-breakpoints-packet
16350 off" works as intended.
16351 * gdb.base/dprintf.exp: Test that "set remote
16352 breakpoint-commands-packet off" works as intended.
16353 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16354 New function.
16355 (top level): Call it.
16356 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16357 remote fast-tracepoints-packet off" works as intended.
16358 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16359 * lib/gdb.exp (gdb_is_target_remote): ... here.
16360
2abc3f8d
DB
163612014-04-24 David Blaikie <dblaikie@gmail.com>
16362
16363 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16364 ensure clang would not discard them.
16365 * gdb.base/gdbvars.c: Ditto.
16366 * gdb.base/memattr.c: Ditto.
16367 * gdb.base/whatis.c: Ditto.
16368 * gdb.python/py-prettyprint.c: Ditto.
16369 * gdb.trace/actions.c: Ditto.
16370 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16371 ensure clang would not discard it.
16372
bfd39632
DB
163732014-04-24 David Blaikie <dblaikie@gmail.com>
16374
16375 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16376 clang to emit the full definition of type required by the test
16377 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16378
22842ff6
DB
163792014-04-24 David Blaikie <dblaikie@gmail.com>
16380
16381 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16382 coax Clang into emitting the definition of the type.
16383 * gdb.cp/pr10728-x.h (y): Ditto.
16384 * gdb.cp/pr10728-y.cc (y): Ditto.
16385
c2e827ad
DB
163862014-04-24 David Blaikie <dblaikie@gmail.com>
16387
16388 * gdb.base/label.exp: XFAIL label related tests under Clang.
16389 * gdb.cp/cplabel.exp: Ditto.
16390 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16391 under Clang those using labels.
16392
4c2d33e7
YQ
163932014-04-25 Yao Qi <yao@codesourcery.com>
16394
16395 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16396 double_label.
16397 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16398 partial_label and double_label.
16399
56083b99
DB
164002014-04-24 David Blaikie <dblaikie@gmail.com>
16401
16402 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16403
25d4e99d
DB
164042014-04-24 David Blaikie <dblaikie@gmail.com>
16405
16406 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16407 of the function to work across GCC and Clang.
16408 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16409 pointer types (const void ** const V void **).
16410
01f9f808
MS
164112014-04-24 Michael Sturm <michael.sturm@mintel.com>
16412 Walfred Tedeschi <walfred.tedeschi@intel.com>
16413
16414 * Makefile.in (EXECUTABLES): Added i386-avx512.
16415 * gdb.arch/i386-avx512.c: New file.
16416 * gdb.arch/i386-avx512.exp: Likewise.
16417
4b48d439
KS
164182014-04-23 Keith Seitz <keiths@redhat.com>
16419
16420 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16421 (mi_make_breakpoint_table): New procedure.
16422 (mi_create_breakpoint): Use mi_make_breakpoint
16423 and return the result.
16424 (mi_make_breakpoint): New procedure.
16425 (mi_build_kv_pairs): New procedure.
16426
16427 * gdb.mi/mi-break.exp: Remove unused globals,
16428 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16429 All callers updated.
16430 * gdb.mi/mi-dprintf.exp: Use variable to track command
16431 number.
16432 Update all callers of mi_create_breakpoint and use
16433 mi_make_breakpoint_table.
16434 Remove any unused global variables.
16435 * gdb.mi/mi-nonstop.exp: Likewise.
16436 * gdb.mi/mi-nsintrall.exp: Likewise.
16437 * gdb.mi/mi-nsmoribund.exp: Likewise.
16438 * gdb.mi/mi-nsthrexec.exp: Likewise.
16439 * gdb.mi/mi-reverse.exp: Likewise.
16440 * gdb.mi/mi-simplerun.exp: Likewise.
16441 * gdb.mi/mi-stepn.exp: Likewise.
16442 * gdb.mi/mi-syn-frame.exp: Likewise.
16443 * gdb.mi/mi-until.exp: Likewise.
16444 * gdb.mi/mi-var-cp.exp: Likewise.
16445 * gdb.mi/mi-var-display.exp: Likewise.
16446 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16447 * gdb.mi/mi2-var-child.exp: Likewise.
16448 * gdb.mi/mi-vla-c99.exp: Likewise.
16449 * lib/mi-support.exp: Likewise.
16450
16451 From Ian Lance Taylor <iant@cygnus.com>:
16452 * lib/gdb.exp (parse_args): New procedure.
16453
08351840
PA
164542014-04-23 Pedro Alves <palves@redhat.com>
16455
16456 * gdb.base/break-unload-file.c: New file.
16457 * gdb.base/break-unload-file.exp: New file.
16458 * gdb.base/sym-file-lib.c (baz): New function.
16459 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16460 field.
16461 (load): Store the segment's mapped size.
16462 (unload): New function.
16463 (unload_shlib): New function.
16464 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16465 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16466 set a breakpoint at baz, and call it.
16467 * gdb.base/sym-file.exp: New tests for stale breakpoint
16468 instructions.
16469
076855f9
PA
164702014-04-23 Pedro Alves <palves@redhat.com>
16471
16472 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16473 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16474 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16475 * gdb.base/hbreak-unmapped.c: New file.
16476 * gdb.base/hbreak-unmapped.exp: New file.
16477 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16478 * lib/gdb.exp (gdb_is_target_remote): ... here.
16479
483805cf
PA
164802014-04-22 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.base/consecutive-step-over.c: New file.
16483 * gdb.base/consecutive-step-over.exp: New file.
16484
06d97543
PA
164852014-04-22 Pedro Alves <palves@redhat.com>
16486
16487 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16488 instead of send_gdb/gdb_expect.
16489
b4429ea2
YQ
164902014-04-22 Yao Qi <yao@codesourcery.com>
16491
16492 * lib/trace-support.exp (generate_tracefile): New procedure.
16493 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16494 return 0.
16495 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16496 if generate_tracefile returns 1.
16497
51d48146
PA
164982014-04-18 Tom Tromey <palves@redhat.com>
16499 Pedro alves <tromey@redhat.com>
16500
16501 PR backtrace/15558
16502 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16503 with a backtrace limit.
16504 * gdb.python/py-frame-inline.exp: Test running to an inline
16505 function with a backtrace limit, and printing the newest frame.
16506 * gdb.python/py-frame-inline.c (main): Call f.
16507
bd1dce5f
MS
165082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16509
16510 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16511
40d1a503
MS
165122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16513
16514 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16515 Drop prefix from unsupported source file path.
16516
389b98f7
YQ
165172014-04-17 Yao Qi <yao@codesourcery.com>
16518
16519 * lib/gdb.exp (with_target_charset): New proc.
16520 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16521 with_target_charset.
16522 (test_print_strings): Likewise.
16523 (test_repeat_bytes): Likewise.
16524 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16525 for some tests.
16526
22869d73
KS
165272014-04-16 Keith Seitz <keiths@redhat.com>
16528
16529 PR gdb/15827
16530 * gdb.dwarf2/corrupt.c: New file.
16531 * gdb.dwarf2/corrupt.exp: New file.
16532
c4f87ca6
KS
165332014-04-16 Keith Seitz <keiths@redhat.com>
16534
16535 PR c++/16597
16536 * gdb.cp/namelessclass.cc: New file.
16537 * gdb.cp/namelessclass.exp: New file.
16538 * gdb.cp/namelessclass.S: New file.
16539
ab19de87
DE
165402014-04-16 Doug Evans <dje@google.com>
16541
16542 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16543 Add comment.
16544 (gdbserver_default_get_comm_port): New function.
16545 (gdbserver_start): Check if board file provided
16546 "gdbserver,get_comm_port" and use it if so.
16547 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16548 (gdb,socketport): Set to "stdio".
16549 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16550 (stdio_gdbserver_template): Delete.
16551 (${board}_get_remote_address): Update.
16552 (${board}_build_remote_cmd): Delete.
16553 (${board}_get_comm_port): New function.
16554 (${board}_spawn): Update.
16555 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16556 Delete.
16557 (${board}_get_remote_address): Update.
16558 (${board}_get_comm_port): New function.
16559
fc98a809
AB
165602014-04-16 Andrew Burgess <aburgess@broadcom.com>
16561
16562 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16563 appearing in any order.
16564
87fd9e6e
DE
165652014-04-15 Doug Evans <dje@google.com>
16566
16567 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16568 uninitialized value of "description".
16569
099fc3ea
KS
165702014-04-15 Keith Seitz <keiths@redhat.com>
16571
16572 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16573 Remove unused globals.
16574 (test_running_the_program): Likewise.
16575 (test_controlled_execution): Likewise.
16576 (test_controlling_breakpoints): Likewise.
16577 (test_program_termination): Likewise.
16578
5da151d4
KS
165792014-04-15 Keith Seitz <keiths@redhat.com>
16580
16581 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16582 unused globals.
16583 (test_rbreak_creation_and_listing): Likewise.
16584 (test_ignore_count): Likewise.
16585 (test_error): Likewise.
16586
35e5d2f0
PA
165872014-04-15 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16590 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16591 sym-file-loader.c.
16592 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16593 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16594 to sym-file-loader.c.
16595 (struct library): Forward declare.
16596 (load_shlib, lookup_function): Change prototypes.
16597 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16598 (translate_offset): Remove declarations.
16599 (get_text_addr): New declaration.
16600 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16601 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16602 sym-file-loader.h.
16603 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16604 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16605 here from sym-file-loader.h.
16606 (struct library): New structure.
16607 (load_shlib, lookup_function): Change prototypes and adjust to
16608 work with a struct library.
16609 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16610 (translate_offset): Make static.
16611 (get_text_addr): New function.
16612 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16613
eb4c1710
PA
166142014-04-15 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16617
2d1baf52
PA
166182014-04-15 Pedro Alves <palves@redhat.com>
16619
16620 * gdb.base/sym-file-loader.c: Include <limits.h>.
16621 (SELF_LINK): New define.
16622 (get_origin): New function.
16623 (load_shlib): Use it.
16624 * gdb.base/sym-file.exp: Don't early return if the target is
16625 remote. Use runto_main, and issue fail is that fails. Use
16626 gdb_load_shlibs.
16627 (shlib_name): Delete.
16628 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16629
7dd6df01
PA
166302014-04-15 Pedro Alves <palves@redhat.com>
16631
16632 * gdb.base/sym-file.exp: Remove regex characters from test
16633 message. Don't refer to breakpoint numbers in test messages.
16634
b50c8614
KS
166352014-04-14 Keith Seitz <keiths@redhat.com>
16636
16637 PR c++/16253
16638 * gdb.cp/var-tag.cc: New file.
16639 * gdb.cp/var-tag.exp: New file.
16640 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16641 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16642 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16643 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16644
3d567982
TT
166452014-04-14 Tom Tromey <tromey@redhat.com>
16646
16647 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16648 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16649 type.
16650 * gdb.cp/enum-class.exp: New file.
16651 * gdb.cp/enum-class.cc: New file.
16652
0626fc76
TT
166532014-04-14 Tom Tromey <tromey@redhat.com>
16654
16655 * gdb.dwarf2/enum-type.exp: New file.
16656
dca325b3
SA
166572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16658
16659 * gdb.mi/mi-vla-c99.exp: New file.
16660 * gdb.mi/vla.c: New file.
16661
5854b38a
SA
166622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16663
16664 * gdb.base/vla-datatypes.c: New file.
16665 * gdb.base/vla-datatypes.exp: New file.
16666
463bb957
SA
166672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16668
16669 * gdb.base/vla-ptr.c: New file.
16670 * gdb.base/vla-ptr.exp: New file.
16671
3dd170be
SA
166722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16673
16674 * gdb.dwarf2/count.exp: New file.
16675
5ecaaa66
SA
166762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16677
16678 * gdb.base/vla-sideeffect.c: New file.
16679 * gdb.base/vla-sideeffect.exp: New file.
16680
41f1ada5
DB
166812014-04-14 David Blaikie <dblaikie@gmail.com>
16682
16683 * gdb.mi/non-stop.c: Add return value for non-void function return
16684 statement.
16685 * gdb.threads/staticthreads.c: Ditto.
16686
0be03e84
DE
166872014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16688 Doug Evans <xdje42@gmail.com>
16689
16690 * gdb.guile/scm-value.c: Improve test case.
16691 * gdb.guile/scm-value.exp: Add new test.
16692
f180a1fb
DB
166932014-04-11 David Blaikie <dblaikie@gmail.com>
16694
16695 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16696 override Clang's default.
16697
6b662e19
JB
166982014-04-11 Joel Brobecker <brobecker@adacore.com>
16699
16700 Revert the following changes (regressions):
16701
16702 * gdb.base/vla-sideeffect.c: New file.
16703 * gdb.base/vla-sideeffect.exp: New file.
16704
16705 * gdb.dwarf2/count.exp: New file.
16706
16707 * gdb.base/vla-multi.c: New file.
16708 * gdb.base/vla-multi.exp: New file.
16709
16710 * gdb.base/vla-ptr.c: New file.
16711 * gdb.base/vla-ptr.exp: New file.
16712
16713 * gdb.base/vla-datatypes.c: New file.
16714 * gdb.base/vla-datatypes.exp: New file.
16715
16716 * gdb.mi/mi-vla-c99.exp: New file.
16717 * gdb.mi/vla.c: New file.
16718
245a5f0b
KS
167192014-04-11 Keith Seitz <keiths@redhat.com>
16720
16721 PR c++/16675
16722 * gdb.cp/cpsizeof.exp: New file.
16723 * gdb.cp/cpsizeof.cc: New file.
16724
58a84dcf
SA
167252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16726
191a8a90
JB
16727 * gdb.mi/mi-vla-c99.exp: New file.
16728 * gdb.mi/vla.c: New file.
58a84dcf 16729
c8655f75
SA
167302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16731
16732 * gdb.base/vla-datatypes.c: New file.
16733 * gdb.base/vla-datatypes.exp: New file.
16734
024e13b4
SA
167352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16736
16737 * gdb.base/vla-ptr.c: New file.
16738 * gdb.base/vla-ptr.exp: New file.
16739
1a237e0e
SA
167402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16741
16742 * gdb.base/vla-multi.c: New file.
16743 * gdb.base/vla-multi.exp: New file.
16744
504f3432
SA
167452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16746
16747 * gdb.dwarf2/count.exp: New file.
16748
3bce8237
SA
167492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16750
191a8a90
JB
16751 * gdb.base/vla-sideeffect.c: New file.
16752 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16753
322f9c21
YQ
167542014-04-11 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.base/completion.exp: Check file exists before running tests
16757 on file completion.
16758
d708bcd1
PA
167592014-04-10 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.base/cond-eval-mode.c: New file.
16762 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16763 prepare_for_testing to build the new file. Check result of
16764 runto_main.
16765 (test_break, test_watch): New procedures.
16766 (top level): Use them.
16767
ae1d2761
PM
167682014-04-08 Pierre Muller <muller@sourceware.org>
16769
16770 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16771 Ctrl-V use for mingw hosts.
16772
7af389b8
SC
167732014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16774
16775 * gdb.python/py-value.c: Improve test case.
16776 * gdb.python/py-value.exp: Add new test.
16777
5e703181
DE
167782014-04-07 David Blaikie <dblaikie@gmail.com>
16779
16780 * lib/compiler.c: Identify the clang compiler.
16781 * lib/compiler.cc: Ditto.
16782
9810b410
YQ
167832014-04-03 Yao Qi <yao@codesourcery.com>
16784
16785 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16786
98d1b8dc
AB
167872014-04-01 Anton Blanchard <anton@samba.org>
16788
16789 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16790 messages unique.
16791
3114cea1
AB
167922014-04-01 Anton Blanchard <anton@samba.org>
16793
16794 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16795 prepare_for_testing.
16796
62f7182c
AB
167972014-04-01 Anton Blanchard <anton@samba.org>
16798
16799 * gdb.arch/ppc64-atomic-inst.c: Remove.
16800 * gdb.arch/ppc64-atomic-inst.S: New file.
16801 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16802
770e7fc7
DE
168032014-03-31 Doug Evans <dje@google.com>
16804
16805 * gdb.base/print-symbol-loading-lib.c: New file.
16806 * gdb.base/print-symbol-loading-main.c: New file.
16807 * gdb.base/print-symbol-loading.exp: New file.
16808
46e2bafa
YQ
168092014-03-31 Yao Qi <yao@codesourcery.com>
16810
16811 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16812
8776cfe9
JB
168132014-03-28 Joel Brobecker <brobecker@adacore.com>
16814
16815 * gdb.ada/mi_dyn_arr: New testcase.
16816
5d1ef361
DE
168172014-03-27 Doug Evans <dje@google.com>
16818
16819 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16820
b5bee914
YQ
168212014-03-27 Yao Qi <yao@codesourcery.com>
16822
16823 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16824 if target is nios2-*-*.
16825
0d4d0e77
YQ
168262014-03-26 Yao Qi <yao@codesourcery.com>
16827
16828 * lib/gdb.exp (readline_is_used): New proc.
16829 * gdb.base/completion.exp: Move tests on command complete up.
16830 Skip the rest of tests if readline is not used.
16831 * gdb.ada/complete.exp: Skp the test if readline is not
16832 used.
16833 * gdb.base/filesym.exp: Likewise.
16834 * gdb.base/macscp.exp: Likewise.
16835 * gdb.base/readline-ask.exp: Likewise.
16836 * gdb.base/readline.exp: Likewise.
16837 * gdb.python/py-cmd.exp: Likewise.
16838 * gdb.trace/tfile.exp: Likewise.
16839
29361eee
YQ
168402014-03-26 Yao Qi <yao@codesourcery.com>
16841
16842 * gdb.base/macscp.exp: Fix code format issues.
16843
bc9a5525
UW
168442014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16845
16846 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16847 * gdb.asm/powerpc64le.inc: New file.
16848
d3839ede
PA
168492014-03-25 Pedro Alves <palves@redhat.com>
16850 Doug Evans <dje@google.com>
16851
16852 * gdb.base/source-execution.c: New file.
16853 * gdb.base/source-execution.exp: New file.
16854 * gdb.base/source-execution.gdb: New file.
16855
01672a57
DE
168562014-03-24 Doug Evans <dje@google.com>
16857
16858 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16859 using fission.
16860
88bbeca9
HZ
168612014-03-24 Hui Zhu <hui@codesourcery.com>
16862 Pedro Alves <palves@redhat.com>
16863
16864 PR breakpoints/16101
16865 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16866 test pass/fail messages. Detect missing support for dprintf when
16867 breakpoints are actually inserted.
16868 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16869 breakpoints are actually inserted.
16870 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16871 fails.
16872
d2348791
JK
168732014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16874
16875 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16876
feef67ab
DE
168772014-03-22 Doug Evans <xdje42@gmail.com>
16878
16879 * gdb.python/python.exp (python not supported): Verify multi-line
16880 python command issues an error.
25d743f9 16881 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16882 guile command issues an error.
feef67ab 16883
ecebef6a
MR
168842014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16885
16886 * gdb.threads/thread-specific.exp: Handle the lack of usable
16887 $this_breakpoint and $this_thread.
16888
ccdd1909
HZ
168892014-03-21 Hui Zhu <hui@codesourcery.com>
16890
16891 * gdb.base/attach.exp (do_command_attach_tests): New.
16892
beb460e8
PA
168932014-03-20 Tom Tromey <tromey@redhat.com>
16894 Pedro Alves <palves@redhat.com>
16895
16896 PR cli/15718
16897 * gdb.base/condbreak-call-false.c: New file.
16898 * gdb.base/condbreak-call-false.exp: New file.
16899
40acf43a
PA
169002014-03-20 Pedro Alves <palves@redhat.com>
16901
16902 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16903 Delete.
16904 (block_signals, unblock_signals): Delete.
16905 (child_function_2, main): Remove references to deleted variable
16906 and functions.
16907
9f5e1e02
PA
169082014-03-20 Pedro Alves <palves@redhat.com>
16909
16910 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16911 Use pthread_kill to signal thread 2.
16912 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16913 Adjust to make the test send itself a signal rather than using the
16914 host's "kill" command.
16915
99619bea
PA
169162014-03-20 Pedro Alves <palves@redhat.com>
16917
16918 * gdb.threads/multiple-step-overs.c: New file.
16919 * gdb.threads/multiple-step-overs.exp: New file.
16920 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16921 Adjust expected infrun debug output.
16922
2adfaa28
PA
169232014-03-20 Pedro Alves <palves@redhat.com>
16924
16925 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16926 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16927
31e77af2
PA
169282014-03-20 Pedro Alves <palves@redhat.com>
16929
16930 PR breakpoints/7143
16931 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16932 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16933 of gdb_test_multiple.
16934 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16935 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16936
b9f437de
PA
169372014-03-20 Pedro Alves <palves@redhat.com>
16938
16939 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16940 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16941
05adc73e
PA
169422014-03-19 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.base/async.exp: Remove early return.
16945
6048b950
PA
169462014-03-19 Pedro Alves <palves@redhat.com>
16947
16948 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16949
8bcfb00a
PA
169502014-03-19 Pedro Alves <palves@redhat.com>
16951
16952 * gdb.base/async.exp (test_background): Expect \r\n after
16953 "completed." in the fail pattern.
16954
884e37dc
PA
169552014-03-19 Pedro Alves <palves@redhat.com>
16956
16957 * gdb.base/async.exp (test_background): New procedure.
16958 Use it for all background execution command tests.
16959
148e57e2
PA
169602014-03-19 Pedro Alves <palves@redhat.com>
16961
16962 * gdb.base/async.exp: Use prepare_for_testing.
16963
f48088c7
PA
169642014-03-19 Pedro Alves <palves@redhat.com>
16965
16966 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16967 the same line.
16968
e2f6c966
PA
169692014-03-19 Pedro Alves <palves@redhat.com>
16970
16971 * gdb.base/async.c (main): Add "jump here" and "until here" line
16972 marker comments.
16973 * gdb.base/async.exp (jump_here): New global.
16974 (jump& test): Use it.
16975 (until_here): New global.
16976 (until& test): Use it.
16977
c30568d4
PA
169782014-03-19 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.base/async.exp: Don't frob gdb_protocol.
16981
0172b6a7
DE
169822014-03-18 Doug Evans <xdje42@gmail.com>
16983
16984 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16985 Fix spelling of exec-done-display.
16986
06c868a8
JK
169872014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16988
16989 PR gdb/15358
16990 * gdb.base/gdb-sigterm.c: New file.
16991 * gdb.base/gdb-sigterm.exp: New file.
16992
0c7e1a46
PA
169932014-03-18 Pedro Alves <palves@redhat.com>
16994
16995 PR gdb/13860
16996 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16997 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16998 solib-event.
16999
f7c77d93
JB
170002014-03-17 Joel Brobecker <brobecker@adacore.com>
17001
17002 * gdb.ada/pckd_arr_ren: New testcase.
17003
5a1e8c7a
DE
170042014-03-13 Doug Evans <xdje42@gmail.com>
17005
17006 PR guile/16612
17007 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17008 collect after discarding symbols.
17009
350e1a76
DE
170102014-03-13 Ludovic Courtès <ludo@gnu.org>
17011 Doug Evans <xdje42@gmail.com>
17012
17013 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17014 to history survives a gc.
17015
a69900ae
PA
170162014-03-13 Pedro Alves <palves@redhat.com>
17017
17018 * gdb.base/default.exp: Don't test "target procfs".
17019
5db9f0bd
PA
170202014-03-13 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.base/default.exp: Update "target child" and "target procfs"
17023 tests to not expect "Unix".
17024
b3ccfe11
TT
170252014-03-12 Tom Tromey <tromey@redhat.com>
17026
17027 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17028 New procs. Add target-async tests.
17029 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17030 Add target-async tests.
17031
646f4417
AA
170322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17033
17034 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17035 'func_start' and 'func_end' for the beginning and end of the
17036 function code, respectively.
17037 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17038 'func_end' instead of 'func' and 'main'.
17039
288c211f
AA
170402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17041
17042 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17043 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17044 generate the debug info assembler source.
17045
e0c0f156
AA
170462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17049 * gdb.dwarf2/arr-subrange.exp: Likewise.
17050 * gdb.dwarf2/dwz.exp: Likewise.
17051 * gdb.dwarf2/method-ptr.exp: Likewise.
17052 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17053 * gdb.dwarf2/subrange.exp: Likewise.
17054 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17055 * gdb.dwarf2/implptrpiece.exp: Likewise.
17056 * gdb.dwarf2/nostaticblock.exp: Likewise.
17057
0e5c4555
AA
170582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17059
17060 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17061 directory to absolute path name arguments.
17062
5ec18f2b
JG
170632014-03-10 Joel Brobecker <brobecker@adacore.com>
17064
17065 * gdb.ada/tagged_access: New testcase.
17066
847fc4f2
MM
170672014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17068
17069 * gdb.btrace/data.exp: Update expected output.
17070
cc3da688
YQ
170712014-03-06 Yao Qi <yao@codesourcery.com>
17072
17073 * gdb.trace/pr16508.exp: New file.
17074
0f26cec1
PA
170752014-03-05 Pedro Alves <palves@redhat.com>
17076
17077 PR gdb/16575
17078 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17079 procedure.
17080 (top level): Adjust to use it. Add tests that exercise breakpoint
17081 interaction with the code-cache.
17082
7a5a839f
LC
170832014-02-26 Ludovic Courtès <ludo@gnu.org>
17084
17085 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17086 test for 'history-append!'.
17087
31aa7e4e
JB
170882014-02-26 Joel Brobecker <brobecker@adacore.com>
17089
17090 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17091 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17092 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17093 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17094 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17095 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17096
1b588015
JB
170972014-02-26 Joel Brobecker <brobecker@adacore.com>
17098
17099 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17100 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17101 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17102
55426c9d
JB
171032014-02-26 Joel Brobecker <brobecker@adacore.com>
17104
17105 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17106
dc53a7ad
JB
171072014-02-26 Joel Brobecker <brobecker@adacore.com>
17108
17109 * gdb.dwarf2/arr-stride.c: New file.
17110 * gdb.dwarf2/arr-stride.exp: New file.
17111
12ab52e9
PA
171122014-02-26 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17115 that won't ever trigger. Make sure that GDB reports the correct
17116 breakpoint that caused the stop.
17117
849c862e
JK
171182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17119
17120 PR gdb/16626
17121 * gdb.base/auto-load-script: New file.
17122 * gdb.base/auto-load.c: New file.
17123 * gdb.base/auto-load.exp: New file.
17124
71b7d793
JK
17125 PR gdb/16626
17126 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17127
e2f0d509
JK
171282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17129
17130 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17131 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17132
50cc37c8
DE
171332014-02-24 Doug Evans <dje@google.com>
17134
17135 * lib/gdb.exp (run_on_host): Log error output if program fails.
17136
ea4758f2
PA
171372014-02-21 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.threads/step-after-sr-lock.c: Rename to ...
17140 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17141 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17142 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17143 ... this.
17144
d7b30f67
SDJ
171452014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17146
17147 PR tdep/16397
17148 * gdb.arch/amd64-stap-special-operands.exp: New file.
17149 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17150 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17151 * gdb.arch/amd64-stap-triplet.S: Likewise.
17152 * gdb.arch/amd64-stap-triplet.c: Likewise.
17153
83deb43f
JB
171542014-02-20 Joel Brobecker <brobecker@adacore.com>
17155
17156 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17157 in .section pseudo-op.
17158
adde2bff
DE
171592014-02-20 lin zuojian <manjian2006@gmail.com>
17160 Joel Brobecker <brobecker@adacore.com>
17161 Doug Evans <xdje42@gmail.com>
17162
17163 PR symtab/16581
17164 * gdb.dwarf2/dw2-icycle.S: New file.
17165 * gdb.dwarf2/dw2-icycle.c: New file.
17166 * gdb.dwarf2/dw2-icycle.exp: New file.
17167
f7bd0f78
SC
171682014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17169
17170 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17171 operations on gdb.Value objects.
17172 * gdb.python/py-value-cc.exp: Add new test to test operations on
17173 gdb.Value objects.
17174
c17ef0d5
DE
171752014-02-18 Doug Evans <dje@google.com>
17176
17177 * Makefile.in (TESTS): New variable.
17178 (expanded_tests, expanded_tests_or_none): New variables
17179 (check-single): Pass $(expanded_tests_or_none) to runtest.
17180 (check-parallel): Only run tests in $(TESTS) if non-empty.
17181 (check/no-matching-tests-found): New rule.
17182 * README: Document TESTS makefile variable.
17183
5dd3176f
DE
171842014-02-18 Doug Evans <dje@google.com>
17185
17186 * Makefile.in (check-parallel): rm -rf outputs temp.
17187
0b10be4f
JK
171882014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17189
17190 Fix "ERROR: no fileid for" in the testsuite.
17191 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17192
85f224e7
DE
171932014-02-12 Doug Evans <dje@google.com>
17194
17195 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17196 (MISCELLANEOUS): New variable.
17197 (clean): rm -rf $(MISCELLANEOUS).
17198 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17199 dwp live in the same directory as symlinks, with each symlink pointed
17200 to a differently named file in a different directory.
17201
149b30ff
DE
172022014-02-11 Doug Evans <dje@google.com>
17203
17204 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17205 of Tcl file commands.
17206
1dfdac32
MK
172072014-02-10 Mark Kettenis <kettenis@gnu.org>
17208
17209 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17210 "kill -SIGUSR1 -1".
17211
aa4fb036
JB
172122014-02-10 Joel Brobecker <brobecker@adacore.com>
17213
17214 * gdb.ada/tick_length_array_enum_idx: New testcase.
17215
ed3ef339
DE
172162014-02-10 Doug Evans <xdje42@gmail.com>
17217
17218 * configure.ac (AC_OUTPUT): Add gdb.guile.
17219 * configure: Regenerate.
17220 * lib/gdb-guile.exp: New file.
17221 * lib/gdb.exp (get_target_charset): New function.
17222 * gdb.base/help.exp: Update expected output from "apropos apropos".
17223 * gdb.guile/Makefile.in: New file.
17224 * gdb.guile/guile.exp: New file.
17225 * gdb.guile/scm-arch.c: New file.
17226 * gdb.guile/scm-arch.exp: New file.
17227 * gdb.guile/scm-block.c: New file.
17228 * gdb.guile/scm-block.exp: New file.
17229 * gdb.guile/scm-breakpoint.c: New file.
17230 * gdb.guile/scm-breakpoint.exp: New file.
17231 * gdb.guile/scm-disasm.c: New file.
17232 * gdb.guile/scm-disasm.exp: New file.
17233 * gdb.guile/scm-equal.c: New file.
17234 * gdb.guile/scm-equal.exp: New file.
17235 * gdb.guile/scm-error.exp: New file.
17236 * gdb.guile/scm-error.scm: New file.
17237 * gdb.guile/scm-frame-args.c: New file.
17238 * gdb.guile/scm-frame-args.exp: New file.
17239 * gdb.guile/scm-frame-args.scm: New file.
17240 * gdb.guile/scm-frame-inline.c: New file.
17241 * gdb.guile/scm-frame-inline.exp: New file.
17242 * gdb.guile/scm-frame.c: New file.
17243 * gdb.guile/scm-frame.exp: New file.
17244 * gdb.guile/scm-generics.exp: New file.
17245 * gdb.guile/scm-gsmob.exp: New file.
17246 * gdb.guile/scm-iterator.c: New file.
17247 * gdb.guile/scm-iterator.exp: New file.
17248 * gdb.guile/scm-math.c: New file.
17249 * gdb.guile/scm-math.exp: New file.
17250 * gdb.guile/scm-objfile-script-gdb.in: New file.
17251 * gdb.guile/scm-objfile-script.c: New file.
17252 * gdb.guile/scm-objfile-script.exp: New file.
17253 * gdb.guile/scm-objfile.c: New file.
17254 * gdb.guile/scm-objfile.exp: New file.
17255 * gdb.guile/scm-ports.exp: New file.
17256 * gdb.guile/scm-pretty-print.c: New file.
17257 * gdb.guile/scm-pretty-print.exp: New file.
17258 * gdb.guile/scm-pretty-print.scm: New file.
17259 * gdb.guile/scm-section-script.c: New file.
17260 * gdb.guile/scm-section-script.exp: New file.
17261 * gdb.guile/scm-section-script.scm: New file.
17262 * gdb.guile/scm-symbol.c: New file.
17263 * gdb.guile/scm-symbol.exp: New file.
17264 * gdb.guile/scm-symtab-2.c: New file.
17265 * gdb.guile/scm-symtab.c: New file.
17266 * gdb.guile/scm-symtab.exp: New file.
17267 * gdb.guile/scm-type.c: New file.
17268 * gdb.guile/scm-type.exp: New file.
17269 * gdb.guile/scm-value-cc.cc: New file.
17270 * gdb.guile/scm-value-cc.exp: New file.
17271 * gdb.guile/scm-value.c: New file.
17272 * gdb.guile/scm-value.exp: New file.
17273 * gdb.guile/source2.scm: New file.
17274 * gdb.guile/types-module.cc: New file.
17275 * gdb.guile/types-module.exp: New file.
17276
7026a7c1
YQ
172772014-02-10 Yao Qi <yao@codesourcery.com>
17278
17279 PR testsuite/16543
17280 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17281 * configure: Regenerated.
17282 * Makefile.in: New file.
17283
6c466447
AS
172842014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17285
17286 * gdb.python/py-framefilter.exp: Fix typo.
17287
6e854735
YQ
172882014-02-08 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17291 that no =breakpoint-modified is emitted when breakpoints are
17292 modified through MI commands.
17293
d137e6dc
PA
172942014-02-07 Pedro Alves <pedro@codesourcery.com>
17295 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.threads/step-after-sr-lock.c: New file.
17298 * gdb.threads/step-after-sr-lock.exp: New file.
17299
b5ee5a50
PA
173002014-02-07 Pedro Alves <palves@redhat.com>
17301
17302 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17303
3c77faf3
JK
173042014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17305
17306 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17307 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17308
6dddc817
DE
173092014-02-06 Doug Evans <xdje42@gmail.com>
17310
17311 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17312 output.
17313
17314 * gdb.gdb/python-interrupts.exp: New file.
17315
de7b2893
YQ
173162014-02-05 Yao Qi <yao@codesourcery.com>
17317
17318 * gdb.trace/report.exp (use_collected_data): Test the output
17319 of "info threads" and "info inferiors".
17320
66d032ac
YQ
173212014-02-05 Yao Qi <yao@codesourcery.com>
17322
17323 Revert this patch:
17324
17325 2013-05-24 Yao Qi <yao@codesourcery.com>
17326
17327 * gdb.trace/tfile.exp: Test inferior and thread.
17328
591a12a1
UW
173292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17330
17331 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17332 on a function.
17333 * gdb.base/step-bt.c: Call hello via function pointer to make
17334 sure its first instruction is executed on powerpc64le-linux.
17335
0ff3e01f
UW
173362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17337
17338 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17339
084ee545
UW
173402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17341
17342 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17343 of the test patterns for use on little-endian systems.
17344
6ed14ff3
UW
173452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17346
17347 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17348 (decimal_vector): Fix for little-endian.
17349
401e27fd
JM
173502014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17351
17352 * gdb.arch/sparc-sysstep.exp: New file.
17353 * gdb.arch/sparc-sysstep.c: Likewise.
17354
17355 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17356
8b924729
EBM
173572014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17358
17359 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17360
fb151210
JB
173612014-01-23 Tom Tromey <tromey@redhat.com>
17362
17363 * gdb.ada/array_char_idx: New testcase.
17364
0740f8d8
TT
173652014-01-23 Tom Tromey <tromey@redhat.com>
17366
17367 PR python/16487:
17368 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17369 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17370 classes.
17371
21909fa1
TT
173722014-01-23 Tom Tromey <tromey@redhat.com>
17373
17374 PR python/16491:
17375 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17376 string from an inferior frame.
17377 * gdb.python/py-framefilter-mi.exp: Update.
17378
87ce2a04
DE
173792014-01-22 Doug Evans <dje@google.com>
17380
17381 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17382
237b092b
AA
173832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17384
17385 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17386
d674a709
AA
173872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17388
17389 * gdb.trace/entry-values.exp: Remove excess space character from
17390 regex patterns. Handle s390 call instruction.
17391
20fa3390
AA
173922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17393
17394 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17395 define "*_start" label. Make "name" static.
17396 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17397 ${name} by references to ${name}_start.
17398
78466714
AA
173992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17400
17401 * gdb.base/info-macros.exp: Remove "debug" from the compile
17402 options.
17403
ec9f644a
IB
174042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17405
17406 * gdb.dlang/demangle.exp: New file.
17407
94b1b47e
IB
174082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17409
17410 * gdb.dlang/primitive-types.exp: New file.
17411
7f420862
IB
174122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17413
17414 * configure.ac: Create gdb.dlang/Makefile.
17415 * configure: Regenerate.
17416 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17417 * gdb.dlang/Makefile.in: New file.
17418 * lib/d-support.exp: New file.
17419 * lib/gdb.exp (skip_d_tests): New proc.
17420
52834460
MM
174212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17422
17423 * gdb.btrace/delta.exp: Check reverse stepi.
17424 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17425 * gdb.btrace/finish.exp: New.
17426 * gdb.btrace/next.exp: New.
17427 * gdb.btrace/nexti.exp: New.
17428 * gdb.btrace/record_goto.c: Add comments.
17429 * gdb.btrace/step.exp: New.
17430 * gdb.btrace/stepi.exp: New.
17431 * gdb.btrace/multi-thread-step.c: New.
17432 * gdb.btrace/multi-thread-step.exp: New.
17433 * gdb.btrace/rn-dl-bind.c: New.
17434 * gdb.btrace/rn-dl-bind.exp: New.
17435 * gdb.btrace/data.c: New.
17436 * gdb.btrace/data.exp: New.
17437 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17438
6e07b1d2
MM
174392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17440
17441 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17442 * gdb.btrace/exception.exp: Update.
17443 * gdb.btrace/instruction_history.exp: Update.
17444 * gdb.btrace/record_goto.exp: Update.
17445 * gdb.btrace/tailcall.exp: Update.
17446 * gdb.btrace/unknown_functions.exp: Update.
17447 * gdb.btrace/delta.exp: New.
17448
0b722aec
MM
174492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17450
17451 * gdb.btrace/record_goto.exp: Add backtrace test.
17452 * gdb.btrace/tailcall.exp: Add backtrace test.
17453
066ce621
MM
174542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17455
17456 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17457 * gdb.btrace/record_goto.c: New.
17458 * gdb.btrace/record_goto.exp: New.
17459 * gdb.btrace/x86-record_goto.S: New.
17460
0688d04e
MM
174612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17462
17463 * gdb.btrace/function_call_history.exp: Update tests.
17464 * gdb.btrace/instruction_history.exp: Update tests.
17465
8710b709
MM
174662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17467
17468 * gdb.btrace/function_call_history.exp: Fix expected field
17469 order for "record function-call-history".
17470 Add new tests for "record function-call-history /c".
17471 * gdb.btrace/exception.cc: New.
17472 * gdb.btrace/exception.exp: New.
17473 * gdb.btrace/tailcall.exp: New.
17474 * gdb.btrace/x86-tailcall.S: New.
17475 * gdb.btrace/x86-tailcall.c: New.
17476 * gdb.btrace/unknown_functions.c: New.
17477 * gdb.btrace/unknown_functions.exp: New.
17478 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17479
5de9129b
MM
174802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17481
17482 * gdb.btrace/instruction_history.exp: Update.
17483 * gdb.btrace/function_call_history.exp: Update.
17484
23a7fe75
MM
174852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17486
17487 * gdb.btrace/function_call_history.exp: Fix expected function
17488 trace.
17489 * gdb.btrace/instruction_history.exp: Initialize traced.
17490 Remove traced_functions.
17491
724c7dd8
MM
174922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17493
17494 * gdb.btrace/function_call_history.exp: Update
17495 * gdb.btrace/instruction_history.exp: Update.
17496
6d78d93b
MM
174972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17498
17499 * gdb.btrace/enable.exp: Update expected text.
17500
93a360cc
OJ
175012014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17502
17503 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17504 bytes.
17505
3772b53f
MR
175062014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17507
17508 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17509
596662fa
OJ
175102014-01-15 Omair Javaid <omair.javaid@linaro.org>
17511
17512 * lib/gdb.exp (supports_process_record): Return true for
17513 arm*-linux*. (supports_reverse): Likewise.
17514
b5b08fb4
SC
175152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17516
17517 PR python/15464
17518 PR python/16113
17519 * gdb.python/py-type.c: Enhance test case.
17520 * gdb.python/py-value-cc.cc: Likewise
17521 * gdb.python/py-type.exp: Add new tests.
17522 * gdb.python/py-value-cc.exp: Likewise
17523
52d7fb13
AA
175242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17525 Pedro Alves <palves@redhat.com>
17526
17527 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17528 Make "name" extern.
17529 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17530 references to ${name}_start by references to ${name}.
17531
a2cd8cfe
JB
175322014-01-10 Joel Brobecker <brobecker@adacore.com>
17533
17534 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17535
4e23fced
JB
175362014-01-10 Joel Brobecker <brobecker@adacore.com>
17537
17538 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17539
c6a9e42c
PA
175402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17541 Pedro Alves <palves@redhat.com>
17542
17543 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17544 mi_gdb_target_load.
c6a9e42c 17545
b7ea362b
PA
175462014-01-08 Pedro Alves <palves@redhat.com>
17547
17548 * gdb.threads/reconnect-signal.c: New file.
17549 * gdb.threads/reconnect-signal.exp: New file.
17550
5e3f4fab
EBM
175512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17552
17553 * gdb.base/source-dir.exp: New file.
17554
79301218
JB
175552014-01-07 Joel Brobecker <brobecker@adacore.com>
17556
17557 * gdb.ada/mi_interface: New testcase.
17558
8e355c5d
JB
175592014-01-07 Joel Brobecker <brobecker@adacore.com>
17560
17561 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17562 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17563 gdb.ada/pp-rec-component/pck.ads: New files.
17564
c0d48811
JB
175652014-01-07 Joel Brobecker <brobecker@adacore.com>
17566
17567 * gdb.python/py-pp-integral.c: New file.
17568 * gdb.python/py-pp-integral.py: New file.
17569 * gdb.python/py-pp-integral.exp: New file.
17570
17b609c3 17571For older changes see ChangeLog-1993-2013.
c906108c 17572\f
8d8cb839
EZ
17573;; Local Variables:
17574;; mode: change-log
17575;; left-margin: 8
17576;; fill-column: 74
17577;; version-control: never
17578;; End:
902f2ccb 17579
42a4f53d 17580 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17581 Copying and distribution of this file, with or without modification,
17582 are permitted provided the copyright notice and this notice are preserved.
This page took 3.874687 seconds and 4 git commands to generate.