]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix crash with core + TUI + run
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
494409bb
SDJ
12019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
4 * gdb.tui/corefile-run.exp: New file.
5
55708e99
TT
62019-11-14 Tom Tromey <tromey@adacore.com>
7
8 * gdb.base/gdbvars.exp (test_convenience_variables): Add
9 regression tests.
10
45e42163
TT
112019-11-12 Tom Tromey <tom@tromey.com>
12
13 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
14 after any command. Expect prompt after WAIT_FOR is seen.
15 (enter_tui): Enable resize messages.
16 (command): Expect command in output.
17 (get_line): Avoid error when cursor appears to be off-screen.
18 (dump_screen): Include screen size in title.
19 (_do_resize): New proc, from "resize".
20 (resize): Rewrite. Do resize in two steps.
21 * gdb.tui/empty.exp (layouts): Fix entries.
22 (check_boxes): Remove xfail.
23 (check_text): Dump screen on failure.
24
086baaf1
AB
252019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.python/py-symbol.exp: Add test for
28 gdb.lookup_static_symbols.
29
09ff83af
AB
302019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.python/py-symbol.c: Declare and call function from new
33 py-symbol-2.c file.
34 * gdb.python/py-symbol.exp: Compile both source files, and add new
35 tests for gdb.lookup_static_symbol.
36 * gdb.python/py-symbol-2.c: New file.
37
11af934b
TV
382019-11-02 Tom de Vries <tdevries@suse.de>
39
40 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
41 * gdb.base/anon.exp: Same.
42 * gdb.base/auto-connect-native-target.exp: Same.
43 * gdb.base/call-ar-st.exp: Same.
44 * gdb.base/catch-syscall.exp: Same.
45 * gdb.base/commands.exp: Same.
46 * gdb.base/default.exp: Same.
47 * gdb.base/display.exp: Same.
48 * gdb.base/float.exp: Same.
49 * gdb.base/foll-fork.exp: Same.
50 * gdb.base/help.exp: Same.
51 * gdb.base/info-macros.exp: Same.
52 * gdb.base/info-proc.exp: Same.
53 * gdb.base/info-target.exp: Same.
54 * gdb.base/long_long.exp: Same.
55 * gdb.base/macscp.exp: Same.
56 * gdb.base/memattr.exp: Same.
57 * gdb.base/nofield.exp: Same.
58 * gdb.base/pointers.exp: Same.
59 * gdb.base/printcmds.exp: Same.
60 * gdb.base/ptype.exp: Same.
61 * gdb.base/restore.exp: Same.
62 * gdb.base/return.exp: Same.
63 * gdb.base/scope.exp: Same.
64 * gdb.base/set-noassign.exp: Same.
65 * gdb.base/setshow.exp: Same.
66 * gdb.base/shlib-call.exp: Same.
67 * gdb.base/signals.exp: Same.
68 * gdb.base/sigstep.exp: Same.
69 * gdb.base/skip.exp: Same.
70 * gdb.base/solib-symbol.exp: Same.
71 * gdb.base/stap-probe.exp: Same.
72 * gdb.base/step-line.exp: Same.
73 * gdb.base/step-test.exp: Same.
74 * gdb.base/style.exp: Same.
75 * gdb.base/varargs.exp: Same.
76 * gdb.base/vla-datatypes.exp: Same.
77 * gdb.base/vla-ptr.exp: Same.
78 * gdb.base/vla-sideeffect.exp: Same.
79 * gdb.base/volatile.exp: Same.
80 * gdb.base/watch-cond-infcall.exp: Same.
81 * gdb.base/watchpoint.exp: Same.
82
e96ec2ba
TV
832019-11-02 Tom de Vries <tdevries@suse.de>
84
85 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
86 * gdb.cp/cpexprs.exp: Same.
87 * gdb.cp/except-multi-location.exp: Same.
88 * gdb.cp/exceptprint.exp: Same.
89 * gdb.cp/gdb2384.exp: Same.
90 * gdb.cp/inherit.exp: Same.
91 * gdb.cp/m-static.exp: Same.
92 * gdb.cp/meth-typedefs.exp: Same.
93 * gdb.cp/misc.exp: Same.
94 * gdb.cp/namespace.exp: Same.
95 * gdb.cp/non-trivial-retval.exp: Same.
96 * gdb.cp/overload.exp: Same.
97 * gdb.cp/pr17132.exp: Same.
98 * gdb.cp/re-set-overloaded.exp: Same.
99 * gdb.cp/rvalue-ref-types.exp: Same.
100 * gdb.cp/templates.exp: Same.
101
bd5766ec
LM
1022019-11-01 Luis Machado <luis.machado@linaro.org>
103
104 PR gdb/25124
105
106 * gdb.arch/pr25124.S: New file.
107 * gdb.arch/pr25124.exp: New file.
108
165f8965
AB
1092019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.fortran/info-modules.exp: Update expected results, and add
112 additional tests for 'info module functinos', and 'info module
113 variables'.
114 * gdb.fortran/info-types.exp: Update expected results.
115 * gdb.fortran/info-types.f90: Extend testcase with additional
116 module variables and functions.
117
59c35742
AB
1182019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.fortran/info-modules.exp: New file.
121 * gdb.fortran/info-types.exp: Build with new file.
122 * gdb.fortran/info-types.f90: Include and use new module.
123 * gdb.fortran/info-types-2.f90: New file.
124
f3fb2519
PW
1252019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
126
127 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
128 * gdb.base/settings.exp: Test all settings types using
129 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
130 that now verifies that the value of "maint show" is the same as
131 returned by the settings functions. Test the type of the
132 maintenance settings.
133 * gdb.base/default.exp: Update show_conv_list.
134
d1e36019
TV
1352019-10-31 Tom de Vries <tdevries@suse.de>
136
137 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
138 gdb_test.
139 * gdb.arch/amd64-disp-step.exp: Same.
140 * gdb.asm/asm-source.exp: Same.
141 * gdb.btrace/buffer-size.exp: Same.
142 * gdb.btrace/cpu.exp: Same.
143 * gdb.btrace/enable.exp: Same.
144 * gdb.dwarf2/count.exp: Same.
145 * gdb.dwarf2/dw2-ranges-func.exp: Same.
146 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
147 * gdb.fortran/vla-datatypes.exp: Same.
148 * gdb.fortran/vla-history.exp: Same.
149 * gdb.fortran/vla-ptype.exp: Same.
150 * gdb.fortran/vla-value.exp: Same.
151 * gdb.fortran/whatis_type.exp: Same.
152 * gdb.guile/guile.exp: Same.
153 * gdb.multi/tids.exp: Same.
154 * gdb.python/py-finish-breakpoint.exp: Same.
155 * gdb.python/py-framefilter.exp: Same.
156 * gdb.python/py-pp-registration.exp: Same.
157 * gdb.python/py-xmethods.exp: Same.
158 * gdb.python/python.exp: Same.
159 * gdb.server/connect-with-no-symbol-file.exp: Same.
160 * gdb.server/no-thread-db.exp: Same.
161 * gdb.server/run-without-local-binary.exp: Same.
162 * gdb.stabs/weird.exp: Same.
163 * gdb.threads/attach-many-short-lived-threads.exp: Same.
164 * gdb.threads/thread-find.exp: Same.
165 * gdb.threads/tls-shared.exp: Same.
166 * gdb.threads/tls.exp: Same.
167 * gdb.threads/wp-replication.exp: Same.
168 * gdb.trace/ax.exp: Same.
169 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
170
3d11e68e
TV
1712019-10-31 Tom de Vries <tdevries@suse.de>
172
173 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
174 * gdb.ada/array_subscript_addr.exp: Same.
175 * gdb.ada/arrayidx.exp: Same.
176 * gdb.ada/arrayparam.exp: Same.
177 * gdb.ada/arrayptr.exp: Same.
178 * gdb.ada/boolean_expr.exp: Same.
179 * gdb.ada/call_pn.exp: Same.
180 * gdb.ada/complete.exp: Same.
181 * gdb.ada/fixed_cmp.exp: Same.
182 * gdb.ada/fun_addr.exp: Same.
183 * gdb.ada/funcall_param.exp: Same.
184 * gdb.ada/interface.exp: Same.
185 * gdb.ada/mod_from_name.exp: Same.
186 * gdb.ada/null_array.exp: Same.
187 * gdb.ada/packed_array.exp: Same.
188 * gdb.ada/packed_tagged.exp: Same.
189 * gdb.ada/print_chars.exp: Same.
190 * gdb.ada/print_pc.exp: Same.
191 * gdb.ada/ptype_arith_binop.exp: Same.
192 * gdb.ada/ptype_field.exp: Same.
193 * gdb.ada/ptype_tagged_param.exp: Same.
194 * gdb.ada/rec_return.exp: Same.
195 * gdb.ada/ref_tick_size.exp: Same.
196 * gdb.ada/str_ref_cmp.exp: Same.
197 * gdb.ada/taft_type.exp: Same.
198 * gdb.ada/tagged.exp: Same.
199 * gdb.ada/type_coercion.exp: Same.
200 * gdb.ada/uninitialized_vars.exp: Same.
201
60b6ede8
TV
2022019-10-30 Tom de Vries <tdevries@suse.de>
203
204 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
205
30baf67b
TV
2062019-10-26 Tom de Vries <tdevries@suse.de>
207
208 * gdb.base/bigcore.c: Fix typos in comments.
209 * gdb.base/ctf-ptype.c: Same.
210 * gdb.base/long_long.c: Same.
211 * gdb.dwarf2/dw2-op-out-param.S: Same.
212 * gdb.python/py-evthreads.c: Same.
213 * gdb.reverse/i387-stack-reverse.c: Same.
214 * gdb.trace/tfile.c: Same.
215 * lib/compiler.c: Same.
216 * lib/compiler.cc: Same.
217
158da0d1
TV
2182019-10-25 Tom de Vries <tdevries@suse.de>
219
220 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
221 gdb_test_multiple calls.
222 * gdb.reverse/sigall-reverse.exp: Same.
223 * gdb.reverse/solib-precsave.exp: Same.
224 * gdb.reverse/solib-reverse.exp: Same.
225 * gdb.reverse/until-precsave.exp: Same.
226 * gdb.reverse/until-reverse.exp: Same.
227
4ccdfbec
TV
2282019-10-24 Tom de Vries <tdevries@suse.de>
229
230 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
231 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
232 kfail using -wrap pattern flag and convenience variable
233 gdb_test_name.
234
33d569b7
AB
2352019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.python/py-progspace.exp: Add tests for the
238 Progspace.block_for_pc method.
239
4d0b984b
TT
2402019-10-23 Tom Tromey <tom@tromey.com>
241
242 * configure: Rebuild.
243 * aclocal.m4: Use m4_include, not sinclude.
244
94cb3754
TV
2452019-10-21 Tom de Vries <tdevries@suse.de>
246
247 * gdb.base/infcall-nested-structs.c: Add
248 __attribute__((noinline,noclone)) to all functions.
249 (call_all): Add missing variable initialization. Simplify return value.
250 (breakpt): Increment volatile variable, to prevent call from being
251 optimized out.
252 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
253
062f1fc1
TV
2542019-10-17 Tom de Vries <tdevries@suse.de>
255
256 * gdb.fortran/module.exp: Allow info variables to print info for files
257 other than module.f90.
258
0b54364d
AB
2592019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.fortran/module.exp: Extend with 'info variables' test.
262
7ff5fae7
AB
2632019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
264
265 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
266 F77_FOR_TARGET.
267
d10eccaa
TV
2682019-10-16 Tom de Vries <tdevries@suse.de>
269
270 PR tdep/25096
271 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
272
745ff14e
TV
2732019-10-16 Tom de Vries <tdevries@suse.de>
274
275 PR tdep/24104
276 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
277 Add KFAIL for PR tdep/25096.
278
03e1ab94
TV
2792019-10-16 Tom de Vries <tdevries@suse.de>
280
281 PR testsuite/25059
282 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
283
b17fcc10
TV
2842019-10-16 Tom de Vries <tdevries@suse.de>
285
286 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
287 as signed.
288
9223170f
SM
2892019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
290
291 * gdb.mi/list-thread-groups-available.exp: Read entries one by
292 one instead of increasing timeout.
293
d6e76313
TV
2942019-10-13 Tom de Vries <tdevries@suse.de>
295
296 PR record/25038
297 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
298 * gdb.reverse/sigall-reverse.exp: Same.
299 * gdb.reverse/solib-precsave.exp: Same.
300 * gdb.reverse/solib-reverse.exp: Same.
301 * gdb.reverse/step-precsave.exp: Same.
302 * gdb.reverse/until-precsave.exp: Same.
303 * gdb.reverse/until-reverse.exp: Same.
304 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
305
6dfc0041
AA
3062019-10-10 Andreas Arnez <arnez@linux.ibm.com>
307
308 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
309 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
310 (cmp_struct_05_01, cmp_struct_static_02_01)
311 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
312 comparisons.
313
abcf2cc8
TV
3142019-10-10 Tom de Vries <tdevries@suse.de>
315
316 PR testsuite/24888
317 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
318 gnatlink.
319
a50faaf6
TV
3202019-10-09 Tom de Vries <tdevries@suse.de>
321
322 PR testsuite/25048
323 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
324
60ff3cd7
AB
3252019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
328 exceptions due to missing debug information.
329
dfee8566
TV
3302019-10-07 Tom de Vries <tdevries@suse.de>
331
332 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
333
3d63690a
AB
3342019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
337 * gdb.base/annota1.exp: Update to use gdb_test_name.
338
30d1f018
WP
3392019-10-07 Weimin Pan <weimin.pan@oracle.com>
340
341 * gdb.base/ctf-whatis.exp: New file.
342 * gdb.base/ctf-whatis.c: New file.
343 * gdb.base/ctf-ptype.exp: New file.
344 * gdb.base/ctf-ptype.c: New file.
345 * gdb.base/ctf-constvars.exp: New file.
346 * gdb.base/ctf-constvars.c: New file.
347 * gdb.base/ctf-cvexpr.exp: New file.
348
4dbbb47c
TV
3492019-10-04 Tom de Vries <tdevries@suse.de>
350
351 * gdb.cp/local-static.c (main): Move declaration of int i out of the
352 for loop.
353
77c2dba3
TT
3542019-10-03 Tom Tromey <tom@tromey.com>
355
356 PR rust/24976:
357 * gdb.rust/simple.rs (Union2): New type.
358 (main): Use Union2.
359 * gdb.rust/simple.exp: Add test.
360
179aed7f
AB
3612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
364 nested function prefix.
365
0a4b0913
AB
3662019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
367 Richard Bunt <richard.bunt@arm.com>
368 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
371 nested functions.
372 * gdb.fortran/nested-funcs.f90: Update expected results.
373 * gdb.fortran/nested-funcs-2.exp: New file.
374 * gdb.fortran/nested-funcs-2.f90: New file.
375
082cce05
AB
3762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.python/py-parameter.exp: Make test names unique.
379 * gdb.python/py-template.exp: Likewise.
380 * gdb.python/py-value.exp: Likewise.
381
2b74ba5a
AB
3822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.base/break-interp.exp: Reduce test name duplication.
385 * gdb.base/call-sc.exp: Likewise.
386 * gdb.base/callfuncs.exp: Likewise.
387 * gdb.base/charset.exp: Likewise.
388 * gdb.base/dump.exp: Likewise.
389 * gdb.base/ena-dis-br.exp: Likewise.
390 * gdb.base/relational.exp: Likewise.
391 * gdb.base/step-over-syscall.exp: Likewise.
392 * gdb.base/structs.exp: Likewise.
393
58eb20d5
AB
3942019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.linespec/explicit.exp: Make test names unique.
397 * gdb.linespec/ls-errs.exp: Likewise.
398
4d421147
AB
3992019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.reverse/break-precsave.exp: Make test names unique.
402 * gdb.reverse/break-reverse.exp: Likewise.
403 * gdb.reverse/finish-precsave.exp: Likewise.
404 * gdb.reverse/finish-reverse.exp: Likewise.
405 * gdb.reverse/machinestate-precsave.exp: Likewise.
406 * gdb.reverse/machinestate.exp: Likewise.
407 * gdb.reverse/readv-reverse.exp: Likewise.
408 * gdb.reverse/recvmsg-reverse.exp: Likewise.
409 * gdb.reverse/sigall-precsave.exp: Likewise.
410 * gdb.reverse/sigall-reverse.exp: Likewise.
411 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
412 * gdb.reverse/watch-precsave.exp: Likewise.
413 * gdb.reverse/watch-reverse.exp: Likewise.
414
d8c06f22
AB
4152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.threads/stop-with-handle.c: New file.
418 * gdb.threads/stop-with-handle.exp: New file.
419
3a56ed86
TV
4202019-10-03 Tom de Vries <tdevries@suse.de>
421
422 PR testsuite/25059
423 * gdb.base/list-missing-source.exp: Allowing the "Compilation
424 directory" line to be missing.
425
42275044
TV
4262019-10-03 Tom de Vries <tdevries@suse.de>
427
428 PR testsuite/25059
429 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
430 type optional.
431
9ef62df0
AA
4322019-10-02 Andreas Arnez <arnez@linux.ibm.com>
433
434 * gdb.python/py-format-string.c (string.h): New include.
435 (main): Fill a_struct_with_union.the_union.an_int with bytes of
436 the same value, for endianness-independence.
437 * gdb.python/py-format-string.exp (default_regexp_dict)
438 (test_pretty_structs, test_format): Adjust expected output to the
439 changed initialization.
440
37f6a7f4
TT
4412019-10-02 Tom Tromey <tromey@adacore.com>
442
443 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
444
1d58d6a2
PA
4452019-10-02 Pedro Alves <palves@redhat.com>
446 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
449 "print-file-var.h".
450 (this_version_id) Use ATTRIBUTE_VISIBILITY.
451 (get_version_1): Print this_version_id and its address.
452 Add extern "C" wrappers around interface functions.
453 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
454 "print-file-var.h".
455 (this_version_id) Use ATTRIBUTE_VISIBILITY.
456 (get_version_2): Print this_version_id and its address.
457 Add extern "C" wrappers around interface functions.
458 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
459 <stddef.h> and "print-file-var.h".
460 Add extern "C" wrappers around interface functions.
461 [VERSION_ID_MAIN] (this_version_id): Define.
462 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
463 * gdb.base/print-file-var.h: Add some #defines to simplify setting
464 up extern "C" blocks.
465 * gdb.base/print-file-var.exp (test): New, factored out from top
466 level.
467 (top level): Test all combinations of attribute hidden or not,
468 dlopen or not, and this_version_id symbol in main file or not.
469 Compile tests as both C++ and C, make test names unique.
470
d770d56f
TT
4712019-10-01 Tom Tromey <tom@tromey.com>
472
473 * gdb.base/style.exp: Test "show logging filename".
474
7f6aba03
TT
4752019-10-01 Tom Tromey <tom@tromey.com>
476
477 * lib/gdb-utils.exp (style): Handle "metadata" argument.
478 * gdb.base/style.exp: Add metadata style test.
479
14309bb6
TT
4802019-10-01 Tom Tromey <tom@tromey.com>
481
482 * gdb.base/style.exp: Test "pwd".
483
2a3c1174
PA
4842019-10-01 Tom Tromey <tom@tromey.com>
485
486 * gdb.base/style.exp: Update tests.
487
53d666ec
AA
4882019-10-01 Andreas Arnez <arnez@linux.ibm.com>
489
490 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
491 'six' to unsigned.
492 (s1): Initialize fields 'four' and 'six' instead of 'three' and
493 'five'. Use an all-ones bit pattern for each.
494 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
495 to its changed values.
496
4a56a520
TT
4972019-09-30 Tom Tromey <tromey@adacore.com>
498
499 * gdb.rust/traits.rs: Disable all warnings.
500
0df0352a
TV
5012019-09-29 Tom de Vries <tdevries@suse.de>
502
503 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
504
73d9a918
TV
5052019-09-29 Tom de Vries <tdevries@suse.de>
506
507 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
508
060b3ab4
TV
5092019-09-27 Tom de Vries <tdevries@suse.de>
510
511 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
512
68f7d34d
TV
5132019-09-27 Tom de Vries <tdevries@suse.de>
514
515 PR record/23188
516 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
517
5d63b30a
TT
5182019-09-26 Tom Tromey <tromey@adacore.com>
519
520 * gdb.ada/py_taft.exp: New file.
521 * gdb.ada/py_taft/main.adb: New file.
522 * gdb.ada/py_taft/pkg.adb: New file.
523 * gdb.ada/py_taft/pkg.ads: New file.
524
3d435220
TV
5252019-09-24 Tom de Vries <tdevries@suse.de>
526
527 PR gdb/24598
528 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
529
77d03678
TV
5302019-09-22 Tom de Vries <tdevries@suse.de>
531
532 * gdb.base/restore.exp: Allow register variables to be optimized out at
533 -O0.
534
abf516c6
UW
5352019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
536
537 * gdb.arch/spu-info.exp: Remove file.
538 * gdb.arch/spu-info.c: Remove file.
539 * gdb.arch/spu-ls.exp: Remove file.
540 * gdb.arch/spu-ls.c: Remove file.
541
542 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
543 * gdb.asm/spu.inc: Remove file.
544
545 * gdb.base/dump.exp: Remove support for spu*-*-*.
546 * gdb.base/stack-checking.exp: Likewise.
547 * gdb.base/overlays.exp: Likewise.
548 * gdb.base/ovlymgr.c: Likewise.
549 * gdb.base/spu.ld: Remove file.
550
551 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
552 * gdb.cp/cpexprs.exp: Likewise.
553 * gdb.cp/exception.exp: Likewise.
554 * gdb.cp/gdb2495.exp: Likewise.
555 * gdb.cp/mb-templates.exp: Likewise.
556 * gdb.cp/pr9167.exp: Likewise.
557 * gdb.cp/userdef.exp: Likewise.
558
559 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
560
561 * gdb.cell: Remove directory.
562 * lib/cell.exp: Remove file.
563
e452e88f
TV
5642019-09-19 Tom de Vries <tdevries@suse.de>
565
566 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
567
8a625130
TV
5682019-09-19 Tom de Vries <tdevries@suse.de>
569
570 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
571
81dc3ab5
TV
5722019-09-19 Tom de Vries <tdevries@suse.de>
573
574 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
575 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
576 (gdb_target_cmd): ... here.
577 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
578 value 2.
579
b078f3ac
AB
5802019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.base/source-dir.exp: Avoid having directory names in test
583 names.
584
f1b620e9
MG
5852019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.base/source-dir.exp: Add extra test for mapped compilation
588 directory.
589
67f3ed6a
AB
5902019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.base/list-missing-source.exp: New file.
593
d1b70248
TV
5942019-09-14 Tom de Vries <tdevries@suse.de>
595
596 PR teststuite/24599
597 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
598 * lib/ada.exp (gnatmake_version_at_least): New proc.
599
5fabdcd6
AB
6002019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.base/maint.exp: Use exec_has_index_section.
603
aa17805f
AB
6042019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 * gdb.base/maint.exp: Add test for 'maint info sections'.
607
25e5c209
TV
6082019-09-12 Tom de Vries <tdevries@suse.de>
609
610 * gdb.base/store.exp: Allow register variables to be optimized out at
611 -O0.
612
4993045d
PW
6132019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
614
615 * gdb.ada/rdv_wait.exp: Update to new task names.
616 * gdb.base/task_switch_in_core.exp: Likewise.
617 * gdb.base/info_sources_base.c: Likewise.
618
8a516164
TT
6192019-09-10 Tom Tromey <tromey@adacore.com>
620
621 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
622
aa391654
TT
6232019-09-10 Tom Tromey <tromey@adacore.com>
624
625 * gdb.ada/dgopt.exp: New file.
626 * gdb.ada/dgopt/x.adb: New file.
627
8634b462
TT
6282019-09-08 Tom Tromey <tom@tromey.com>
629
630 * gdb.tui/resize.exp: Remove setup_xfail.
631 * gdb.tui/regs.exp: Remove setup_xfail.
632 * gdb.tui/basic.exp: Remove setup_xfail.
633
736b0f76
DB
6342019-09-06 David Blaikie <dblaikie@gmail.com>
635
636 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
637 * gdb.cp/cplabel.exp: Ditto.
638 * gdb.linespec/ls-errs.exp: Ditto.
639
30331a6c
TV
6402019-09-05 Tom de Vries <tdevries@suse.de>
641
642 * lib/gdb.exp (cmp_file_string): New proc.
643 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
644 runto_main. Verify save breakpoints output.
645
98b0ebab
PW
6462019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
647
648 * gdb.base/info-var.exp: Test info variables without running
649 to main, to avoid expect's buffer overflow.
650
4e962e74
TT
6512019-09-03 Tom Tromey <tromey@adacore.com>
652
653 * gdb.ada/bias.exp: New file.
654 * gdb.ada/bias/bias.adb: New file.
655 * gdb.ada/print_chars.exp: Add regression test.
656 * gdb.ada/print_chars/foo.adb (My_Character): New type.
657 (MC): New variable.
658
2ea1a07a
SL
6592019-08-29 Sandra Loosemore <sandra@codesourcery.com>
660
661 * gdb.base/argv0-symlink.exp: Run only on native target
662 and local host.
663
8077c50d
TV
6642019-08-29 Tom de Vries <tdevries@suse.de>
665
666 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
667 diverse debug info.
668 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
669
48352473
TV
6702019-08-28 Tom de Vries <tdevries@suse.de>
671
672 * gdb.base/info-var.exp: Allow info variables to print info for files
673 other than info-var-f1.c and info-var-f2.c.
674
d8f27c60
AB
6752019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.fortran/info-types.exp: Add module.
678 * gdb.fortran/info-types.f90: Update expected results.
679
1f20c35e
AB
6802019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.fortran/info-types.exp: New file.
683 * gdb.fortran/info-types.f90: New file.
684 * lib/fortran.exp (fortran_character1): New proc.
685
4acfdd20
AB
6862019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
689 functions'. Reindent as needed.
690 * gdb.base/info-var-f1.c: New file.
691 * gdb.base/info-var-f2.c: New file.
692 * gdb.base/info-var.exp: New file.
693 * gdb.base/info-var.h: New file.
694
5c31b358
TV
6952019-08-26 Tom de Vries <tdevries@suse.de>
696
697 PR c++/24852
698 * gdb.cp/no-libstdcxx-probe.exp: New test.
699
b694989f
TV
7002019-08-26 Tom de Vries <tdevries@suse.de>
701
702 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
703 * tests need to be skipped.
704 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
705 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
706 mi_skip_libstdcxx_probe_tests.
707
d9c4ba53
SDJ
7082019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
709
710 * gdb.python/py-xmethods.exp: Use raw strings when passing
711 arguments to SimpleXMethodMatcher.
712
395fad09
TV
7132019-08-22 Tom de Vries <tdevries@suse.de>
714
715 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
716 more informative.
717
26c957f1
PA
7182019-08-21 Pedro Alves <palves@redhat.com>
719
720 * gdb.base/with.exp: Test "with" with no arguments.
721
61f80d5d
TV
7222019-08-21 Tom de Vries <tdevries@suse.de>
723
724 * gdb.base/gdb-caching-proc.exp: Sort files.
725
d7a11d13
TV
7262019-08-20 Tom de Vries <tdevries@suse.de>
727
728 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
729 compilation.
730
34dafe9f
TV
7312019-08-16 Tom de Vries <tdevries@suse.de>
732
733 * gdb.base/compare-sections.exp ("after run to main"): Allow
734 mismatched read-only sections for PIE executables.
735
398fdd60
TT
7362019-08-16 Tom Tromey <tom@tromey.com>
737
738 * lib/tuiterm.exp (_csi_Z): New proc.
739 * gdb.tui/basic.exp: Update window positions.
740 * gdb.tui/empty.exp: Update window positions.
741
d8f9e51c
SL
7422019-08-15 Sandra Loosemore <sandra@codesourcery.com>
743
744 * gdb.base/examine-backward.exp: Correct regexp for
745 "examine 3 bytes backward from ${address_zero}".
746
3df505f6
TT
7472019-08-15 Tom Tromey <tom@tromey.com>
748
749 * gdb.tui/empty.exp: Enable resizing tests.
750
272560b5
TT
7512019-08-15 Tom Tromey <tromey@adacore.com>
752
753 * gdb.ada/char_enum.exp: Add regression tests.
754 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
755 and '0'.
756 (Char, Gchar): Update.
757 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
758
08235187
CB
7592019-08-15 Christian Biesinger <cbiesinger@google.com>
760
761 * gdb.python/python.exp: Expect a leading underscore on
762 GdbOutput{,Error}File.
763
22a2ab04
SL
7642019-08-15 Sandra Loosemore <sandra@codesourcery.com>
765
766 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
767 Windows host.
768
835b995b
SL
7692019-08-15 Sandra Loosemore <sandra@codesourcery.com>
770
771 * gdb.base/batch-preserve-term-settings.exp
772 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
773
97dd8e07
CB
7742019-08-15 Christian Biesinger <cbiesinger@google.com>
775
776 * lib/gdb.exp: When running on a mingw target, replace
777 /x/ with x:/.
778
75faf5c4
AH
7792019-08-14 Alan Hayward <alan.hayward@arm.com>
780
781 * gdb.arch/aarch64-prologue.c: New test.
782 * gdb.arch/aarch64-prologue.exp: New file.
783
abc6c00f
TV
7842019-08-13 Tom de Vries <tdevries@suse.de>
785
786 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
787 Thread.
788
74c2c1f4
SL
7892019-08-13 Sandra Loosemore <sandra@codesourcery.com>
790
791 * gdb.python/py-completion.exp: Download the .py file to the host
792 and use its host pathname. Conditionalize tests that use
793 tab completion and manipulate files on the build machine.
794 * gdb.python/py-events.exp: Download the .py file to the host
795 and use its host pathname.
796 * gdb.python/py-evsignal.exp: Likewise.
797 * gdb.python/py-evthreads.exp: Likewise.
798 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
799 pathname syntax.
800 * gdb.python/py-framefilter.exp: Download the .py file to the right
801 place on the host. Match Windows pathname syntax.
802 * gdb.python/py-mi-var-info-path-expression.exp: Download the
803 .py file to the host and use its host pathname.
804 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
805 * gdb.python/py-objfile.exp: Expect a host pathname, not a
806 build pathname. Skip symlink test on Windows host. Add missing
807 newline at end of file.
808 * gdb.python/py-pp-maint.exp: Download the .py file to the host
809 and use its host pathname.
810 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
811 * gdb.python/py-section-script.exp: Use host location of binfile
812 on safe-path. Use correct path separator on Windows host.
813 Reorder alternatives in gdb_test_multiple to prevent matching
814 the wrong alternative on success.
815 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
816
ca2589f3
PP
8172019-08-12 Patrick Palka <patrick@parcs.ath.cx>
818
819 * gdb.gdb/selftest.exp (test_with_self): Update test to now
820 expect the GDB inferior to no longer immediately stop after
821 being resumed with "signal SIGINT".
822
020a839d
SL
8232019-08-09 Sandra Loosemore <sandra@codesourcery.com>
824
825 * gdb.linespec/break-ask.exp: Generalize regexps to match
826 Windows pathnames too.
827
128d6509
TV
8282019-08-08 Tom de Vries <tdevries@suse.de>
829
830 PR testsuite/24862
831 * lib/tuiterm.exp (_accept): Fix CSI regexp.
832
590042fc
PW
8332019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
834
835 * gdb.base/style.exp: Update tests for help doc new invariants.
836 * gdb.base/help.exp: Likewise.
837
046bebe1
TT
8382019-08-06 Tom Tromey <tom@tromey.com>
839
840 * gdb.base/style.exp: Add disassemble test.
841 * gdb.base/style.c (some_called_function): New function.
842 (main): Use it.
843
0b27c27d
CB
8442019-08-05 Christian Biesinger <cbiesinger@google.com>
845
846 * gdb.python/py-block.exp: Test dictionary access on blocks.
847
580f1034
SM
8482019-08-05 Simon Marchi <simon.marchi@efficios.com>
849
850 PR gdb/24863
851 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
852 -list-thread-groups --available test when running under
853 check-read1.
854
d86bd7cb
TV
8552019-08-05 Tom de Vries <tdevries@suse.de>
856
857 PR testsuite/24863
858 * lib/gdb.exp (with_read1_timeout_factor): New proc.
859 * gdb.base/help.exp: Use with_read1_timeout_factor.
860 * gdb.base/info-macros.exp: Same.
861 * gdb.cp/nested-types.exp: Same.
862
a80cf5d8
TV
8632019-08-05 Tom de Vries <tdevries@suse.de>
864
865 * lib/gdb.exp (version_at_least): Factor out of ...
866 (tcl_version_at_least): ... here.
867 (gdb_compile): Fail if pie results in non-PIE executable.
868 (readelf_version, readelf_prints_pie): New proc.
869 (exec_is_pie): Return -1 if unknown.
870
d0962838
TV
8712019-08-05 Tom de Vries <tdevries@suse.de>
872
873 * lib/gdb.exp (tcl_version_at_least): Fix typo.
874
2252ff3d
SL
8752019-08-04 Sandra Loosemore <sandra@codesourcery.com>
876
877 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
878
26655f53
SL
8792019-08-04 Sandra Loosemore <sandra@codesourcery.com>
880
881 * lib/completion-support.exp (test_gdb_complete_none): Skip
882 tab completion tests if no readline support.
883 (test_gdb_complete_unique_re): Likewise.
884 (test_gdb_complete_multiple): Likewise.
885
db4dc13e
PW
8862019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
887
888 * gdb.base/info_sources.exp: New file.
889 * gdb.base/info_sources.c: New file.
890 * gdb.base/info_sources_base.c: New file.
891
0eba165a
PFC
8922019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
893
894 * gdb.base/batch-exit-status.exp: Call test_exit_status with
895 prefix argument.
896 (test_exit_status): Add prefix argument.
897
59bd512b
TV
8982019-08-01 Tom de Vries <tdevries@suse.de>
899
900 PR testsuite/24863
901 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
902 calling exp_continue for new thread and thread exited messages.
903
2a3ad588
TV
9042019-08-01 Tom de Vries <tdevries@suse.de>
905
906 PR testsuite/24863
907 * gdb.base/structs.exp: Fix check-read1 timeout using
908 gdb_test_sequence.
909 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
910
117eb594
TV
9112019-08-01 Tom de Vries <tdevries@suse.de>
912
913 PR testsuite/24863
914 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
915 line.
916
ed591340
TV
9172019-08-01 Tom de Vries <tdevries@suse.de>
918
919 PR testsuite/24863
920 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
921
aa3b6533
TT
9222019-07-30 Tom Tromey <tromey@adacore.com>
923
924 * gdb.ada/display_nested.exp: New file.
925 * gdb.ada/display_nested/foo.adb: New file.
926 * gdb.ada/display_nested/pack.adb: New file.
927 * gdb.ada/display_nested/pack.ads: New file.
928
2906593f
CB
9292019-07-30 Christian Biesinger <cbiesinger@google.com>
930
931 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
932 namespace.
933 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
934
0f575925
TV
9352019-07-30 Tom de Vries <tdevries@suse.de>
936
937 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
938 instead.
939
b13057d9
TV
9402019-07-30 Tom de Vries <tdevries@suse.de>
941
942 PR testsuite/24834
943 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
944 (exec_is_pie): New proc.
945
5c4dde85
CB
9462019-07-29 Christian Biesinger <cbiesinger@google.com>
947
948 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
949
c620ed88
CB
9502019-07-29 Christian Biesinger <cbiesinger@google.com>
951
952 * gdb.python/py-objfile.c: Add global and static vars.
953 * gdb.python/py-objfile.exp: Test new functions Objfile.
954 lookup_global_symbol and lookup_static_symbol.
955
3d235706
TT
9562019-07-29 Tom Tromey <tom@tromey.com>
957
958 * lib/tuiterm.exp (Term::_csi_@): New proc.
959 (Term::_csi_X): Don't move cursor.
960
c7e4c0a6
PW
9612019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
962
963 * gdb.base/options.exp: Update backtrace - completion to
964 new option -frame-info.
965 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
966 Test new 'set print frame-info'. Test backtrace -frame-info
967 overriding 'set print frame-info'.
968 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
969 Test new 'set print frame-info'.
970 Verify consistency of backtrace with and without filters, with and
971 without -no-filters.
972 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
973 default.
974
de28a3b7
TV
9752019-07-29 Tom de Vries <tdevries@suse.de>
976
977 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
978 no arguments".
979
507dd60e
TV
9802019-07-29 Tom de Vries <tdevries@suse.de>
981
982 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
983 is a substring of the first for "complete non-unique file name".
984
5beafce9
TV
9852019-07-29 Tom de Vries <tdevries@suse.de>
986
987 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
988 with ".*".
989
2d274232
TV
9902019-07-29 Tom de Vries <tdevries@suse.de>
991
992 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
993 Pass prompt_regexp parameter to gdb_test_multiple calls.
994
9197cd8b
TV
9952019-07-29 Tom de Vries <tdevries@suse.de>
996
997 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
998 print registers" regexps.
999
b528dae0
TV
10002019-07-29 Tom de Vries <tdevries@suse.de>
1001
1002 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1003
d17725d7
TV
10042019-07-29 Tom de Vries <tdevries@suse.de>
1005
1006 PR gdb/24855
1007 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1008 (skip_python_tests_prompt): Add prompt_regexp argument to
1009 gdb_test_multiple calls.
1010
52b75bf1
TT
10112019-07-27 Tom Tromey <tom@tromey.com>
1012
1013 * gdb.tui/main.exp: New file.
1014
2b1d00c2
TT
10152019-07-27 Tom Tromey <tom@tromey.com>
1016
1017 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1018 optional.
1019 * gdb.tui/empty.exp: New file.
1020
ded631d5
TT
10212019-07-27 Tom Tromey <tom@tromey.com>
1022
1023 * lib/tuiterm.exp (spawn): New proc.
1024 (Term::resize): New proc.
1025 * gdb.tui/resize.exp: New file.
1026
58ac439d
TT
10272019-07-27 Tom Tromey <tom@tromey.com>
1028
1029 * gdb.tui/list.exp: New file.
1030
fe1f56ee
TT
10312019-07-27 Tom Tromey <tom@tromey.com>
1032
1033 * gdb.tui/regs.exp: New file.
1034
f790b310
TT
10352019-07-27 Tom Tromey <tom@tromey.com>
1036
1037 * gdb.tui/basic.exp: Add "layout split" test.
1038
d95fc6ee
TT
10392019-07-27 Tom Tromey <tom@tromey.com>
1040
1041 * gdb.tui/basic.exp: Add "layout asm" test.
1042
c3786b3a
TT
10432019-07-27 Tom Tromey <tom@tromey.com>
1044
1045 * lib/tuiterm.exp: New file.
1046 * gdb.tui/basic.exp: New file.
1047
98a617f8
KB
10482019-07-27 Kevin Buettner <kevinb@redhat.com>
1049
1050 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1051 Enable tests associated with this flag. Adjust regex
1052 referencing "foo_low" to now refer to "foo_cold" instead.
1053
5c076da4
KB
10542019-07-27 Kevin Buettner <kevinb@redhat.com>
1055
1056 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1057 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1058 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1059 foo_cold. Revise comments to match.
1060 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1061 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1062 were wrapped into this proc; Call do_test in loop from outermost
1063 level.
1064 (foo_low): Rename all occurrences to "foo_cold".
1065 (backtrace from baz): New test.
1066 (x2/i foo_cold): New test.
1067 (info line *foo_cold): New test.
1068
1512d3b7
TV
10692019-07-26 Tom de Vries <tdevries@suse.de>
1070
1071 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1072
297989a1
TV
10732019-07-25 Tom de Vries <tdevries@suse.de>
1074
1075 PR testsuite/24830
1076 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1077 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1078 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1079 (skip_libstdcxx_probe_tests): ... here.
1080 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1081
b3b965fb
TV
10822019-07-24 Tom de Vries <tdevries@suse.de>
1083
1084 PR testsuite/24807
1085 * gdb.objc/basicclass.m: Include stdio.h.
1086 * gdb.objc/nondebug.m: Same.
1087 * gdb.objc/objcdecode.m: Same.
1088
4625b4d0
TV
10892019-07-24 Tom de Vries <tdevries@suse.de>
1090
1091 PR testsuite/24612
1092 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1093 additional_flags.
1094
024a5840
TV
10952019-07-24 Tom de Vries <tdevries@suse.de>
1096
1097 PR testsuite/24831
1098 * gdb.multi/tids.exp: Update error messages for info threads.
1099
c76ddaa3
TV
11002019-07-24 Tom de Vries <tdevries@suse.de>
1101
1102 * gdb.base/info-types.exp: Allow info types to print info for more than
1103 one file.
1104
9a618ef6
TV
11052019-07-23 Tom de Vries <tdevries@suse.de>
1106
1107 PR testsuite/24842
1108 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1109 gdb_spawn_with_cmdline_opts.
1110
40eadf04
SP
11112019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1112
1113 * gdb.arch/arm-cmse-sgstubs.c: New test.
1114 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1115
5ba29434
TV
11162019-07-23 Tom de Vries <tdevries@suse.de>
1117
1118 PR testsuite/24711
1119 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1120 issuing next command.
1121
a8e9d247
AB
11222019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.ada/info_auto_lang.exp: Update expected results.
1125 * gdb.base/info-types.c: Add additional types to check.
1126 * gdb.base/info-types.exp: Update expected results.
1127
eb86c5e2
AB
11282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.base/info-types.c: New file.
1131 * gdb.base/info-types.exp: New file.
1132
01e175fe
AB
11332019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1134
1135 * gdb.arch/riscv-bp-infcall.c: New file.
1136 * gdb.arch/riscv-bp-infcall.exp: New file.
1137
6b78c3f8
AB
11382019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 PR breakpoints/24541
1141 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1142
da738167
TV
11432019-07-14 Tom de Vries <tdevries@suse.de>
1144
1145 PR testsuite/24760
1146 * gdb.objc/basicclass.exp: Fix unterminated string.
1147
0d4e84ed
AB
11482019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1149 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1152 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1153 negative bounds.
1154 * gdb.fortran/vla-value.exp: Print elements of an array with
1155 negative bounds.
1156 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1157 testing.
1158
021d8588
AB
11592019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.base/options.exp (expect_string): Dequote strings in
1162 results.
1163 (test-string): Test strings with different quoting and reindent.
1164
f06f1252
TT
11652019-07-10 Tom Tromey <tromey@adacore.com>
1166
1167 * gdb.ada/mi_ex_cond.exp: Update expected results.
1168 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1169 * gdb.ada/mi_catch_ex.exp: Update expected results.
1170 * gdb.ada/mi_catch_assert.exp: Update expected results.
1171 * gdb.ada/catch_ex.exp (catch_exception_info)
1172 (catch_exception_entry, catch_assert_entry)
1173 (catch_unhandled_entry): Update.
1174 * gdb.ada/catch_assert_if.exp: Update expected results.
1175
b863685d
RB
11762019-07-10 Richard Bunt <richard.bunt@arm.com>
1177 Stephen Roberts <stephen.roberts@arm.com>
1178
1179 * gdb.base/define.exp: Restore original prompt.
1180
cb1e4e32
PA
11812019-07-09 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1184 breakpoints" output.
1185 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1186 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1187 throw" creates breakpoint.
1188 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1189 'type="catchpoint"'.
1190
b58a68fe
PA
11912019-07-09 Pedro Alves <palves@redhat.com>
1192
1193 PR c++/15468
1194 * gdb.cp/except-multi-location-lib.cc: New.
1195 * gdb.cp/except-multi-location-main.cc: New.
1196 * gdb.cp/except-multi-location.exp: New.
1197
0826779b
PW
11982019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1199
1200 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1201 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1202 argument and update callers.
1203
5b0e2db4
AB
12042019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.arch/amd64-break-on-asm-line.S: New file.
1207 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1208
1f6f6e21
PW
12092019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1210
1211 * gdb.base/printcmds.exp: Test printing C string and
1212 C wide string convenience vars without transiting via the inferior.
1213 Also make test names unique.
1214
ea142fbf
AH
12152019-07-08 Alan Hayward <alan.hayward@arm.com>
1216
5862c886 1217 PR breakpoints/25011
ea142fbf
AH
1218 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1219
213fd9fa
PA
12202019-07-04 Pedro Alves <palves@redhat.com>
1221
1222 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1223 body returned ok(0), break(3) or continue(4).
1224 * gdb.testsuite/foreach_with_prefix.exp: New file.
1225
2b40fda7
AH
12262019-07-04 Alan Hayward <alan.hayward@arm.com>
1227
1228 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1229
a26c8de0
PA
12302019-07-03 Pedro Alves <palves@redhat.com>
1231
1232 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1233 "return -code".
1234
5f4ba3e7
PA
12352019-07-03 Pedro Alves <palves@redhat.com>
1236
1237 PR cli/24732
1238 * gdb.base/shell.exp: Load completion-support.exp.
1239 Adjust expected error output. Add completion tests.
1240
a994424f
PA
12412019-07-03 Pedro Alves <palves@redhat.com>
1242
1243 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1244 string_to_regexp.
1245
3d9be6f5
PA
12462019-07-03 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1249 (expect_integer): Adjust to expect "-string".
1250 (expect_string): New.
1251 (all_options): Expect "-string".
1252 (test-flag, test-boolean): Adjust to expect "-string".
1253 (test-string): New proc.
1254 (top level): Call it.
1255
41fc454c
PA
12562019-07-03 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1259 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1260 the expected output in the success.
1261
b2b2a215
PA
12622019-07-03 Pedro Alves <palves@redhat.com>
1263
1264 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1265 Split one gdb_test_multiple call in two to avoid a race.
1266
fdbc9870
PA
12672019-07-03 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/with.c: New file.
1270 * gdb.base/with.exp: New file.
1271
c6ac8931
PA
12722019-07-03 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.base/settings.exp: Replace all references to "maint
1275 test-settings set" with references to "maint set test-settings",
1276 and all references to "maint test-settings show" with references
1277 to "maint show test-settings".
1278
970f9d09
PA
12792019-07-03 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.base/settings.exp (test-string): Adjust expected out when
1282 testing "maint test-settings show filename"
1283
54d66006
PA
12842019-07-02 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.base/options.exp (test-info-threads): New procedure.
1287 (top level): Call it.
1288
10d06d82
TT
12892019-06-28 Tom Tromey <tromey@adacore.com>
1290
1291 * gdb.dwarf2/ada-linkage-name.c: New file.
1292 * gdb.dwarf2/ada-linkage-name.exp: New file.
1293
3d507ff2
TT
12942019-06-27 Tom Tromey <tromey@adacore.com>
1295
d039f014 1296 PR c++/20020:
3d507ff2
TT
1297 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1298
8af58ffe
TV
12992019-06-26 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1302
22e21752
TV
13032019-06-26 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.base/index-cache.exp: Add back missing debug option.
1306
b65b566c
PW
13072019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1308
1309 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1310
5c2c8c69
TV
13112019-06-25 Tom de Vries <tdevries@suse.de>
1312
1313 PR testsuite/24727
1314 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1315
164e3873
TV
13162019-06-24 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1319
824eacee
TV
13202019-06-24 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1323 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1324 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1325
385b97d3
TV
13262019-06-24 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1329
c596f180
TV
13302019-06-21 Tom de Vries <tdevries@suse.de>
1331
1332 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1333
b13a7d03
TV
13342019-06-21 Tom de Vries <tdevries@suse.de>
1335
1336 PR testsuite/24518
1337 PR ada/24713
1338 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1339 index.
1340
899277ae
TT
13412019-06-19 Tom Tromey <tromey@adacore.com>
1342
1343 * gdb.ada/length_cond.exp: Add intro comment.
1344
680e1bee
TT
13452019-06-19 Tom Tromey <tromey@adacore.com>
1346
1347 * gdb.ada/length_cond.exp: New file.
1348 * gdb.ada/length_cond/length_cond.adb: New file.
1349 * gdb.ada/length_cond/pck.adb: New file.
1350 * gdb.ada/length_cond/pck.ads: New file.
1351
0ed4690a
TV
13522019-06-18 Tom de Vries <tdevries@suse.de>
1353
1354 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1355
d20ed5fd
TT
13562019-06-18 Tom Tromey <tromey@adacore.com>
1357
1358 * gdb.base/list0.h: Add comment explaining control character.
1359
86e04673
TV
13602019-06-18 Tom de Vries <tdevries@suse.de>
1361
1362 * boards/fission.exp: Break up long debug_flags line.
1363
c4973306
SM
13642019-06-16 Tom de Vries <tdevries@suse.de>
1365
1366 PR gdb/24445
1367 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1368 generated index.
1369
93cb9841
AB
13702019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 PR gdb/24686
1373 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1374 improve detection of bug gdb/24541.
1375
399aaebd
SM
13762019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1377
1378 PR gdb/24669
1379 * gdb.base/index-cache.exp (uses_readnow,
1380 expecting_index_cache_use): Define global variable.
1381 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1382 expecting_index_cache_use.
1383
584a927c
AB
13842019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1385 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.fortran/pointers.f90: New file.
1388 * gdb.fortran/print_type.exp: New file.
1389 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1390 * gdb.fortran/vla-type.exp: Likewise.
1391 * gdb.fortran/vla-value.exp: Likewise.
1392 * gdb.mi/mi-vla-fortran.exp: Likewise.
1393
30056ea0
AB
13942019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1395
1396 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1397 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1398 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1399 as a stop reason.
1400
ec8e2b6d
AB
14012019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.base/annota1.exp: Update expected results.
1404 * gdb.cp/annota2.exp: Likewise.
1405 * gdb.cp/annota3.exp: Likewise.
1406
09e4c4e1
AB
14072019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.base/style-logging.exp: Remove path from test name.
1410
0735b091
TT
14112019-06-14 Tom Tromey <tromey@adacore.com>
1412
1413 PR gdb/24502:
1414 * gdb.base/style-logging.exp: New file.
1415
f5686554
TT
14162019-06-14 Tom Tromey <tromey@adacore.com>
1417
1418 * gdb.base/symfile-warn.exp: New file.
1419 * gdb.base/symfile-warn.c: New file.
1420
a0c1ffed
TT
14212019-06-14 Tom Tromey <tromey@adacore.com>
1422
1423 * gdb.base/annotate-symlink.exp: New file.
1424
f411722c
TT
14252019-06-14 Tom Tromey <tromey@adacore.com>
1426
1427 * gdb.ada/set_wstr.exp: Add reassignment test.
1428
4268ec18
TT
14292019-06-14 Tom Tromey <tromey@adacore.com>
1430
1431 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1432 'unchecked_access and 'unrestricted_access as well.
1433
9a9e394b
TT
14342019-06-14 Tom Tromey <tromey@adacore.com>
1435
1436 PR ada/24539:
1437 * gdb.ada/vla.exp: Update tests.
1438 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1439 pragma.
1440
4c048731
PA
14412019-06-13 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.base/settings.exp (test-integer): Test junk after
1444 "unlimited".
1445
6665660a
PA
14462019-06-13 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.base/options.exp (test-thread-apply): New.
1449 (top level): Call it.
1450
5d707134
PA
14512019-06-13 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.base/options.exp (test-frame-apply): New.
1454 (top level): Test print commands with different "frame apply"
1455 prefixes.
1456
e2a689da
PA
14572019-06-13 Pedro Alves <palves@redhat.com>
1458
e79be6e5 1459 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1460 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1461 'max_completions' parameter and handle it.
1462 (test_gdb_completion_offers_commands): New.
1463
90a1ef87
PA
14642019-06-13 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1467
d4c16835
PA
14682019-06-13 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.base/options.exp (test-backtrace): New.
1471 (top level): Call it.
1472
2daf894e
PA
14732019-06-13 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.guile/scm-frame-args.exp: Use "set print
1476 raw-frame-arguments" instead of "set print raw frame-arguments".
1477 * gdb.python/py-frame-args.exp: Likewise.
1478
e6ed716c
PA
14792019-06-13 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.compile/compile.exp: Adjust expected output to option
1482 processing changes.
1483
7d8062de
PA
14842019-06-13 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.base/options.exp: Build executable.
1487 (test-print): New procedure.
1488 (top level): Call it, once for "print" and another for "compile
1489 print".
1490
9d0faba9
PA
14912019-06-13 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/options.c: New file.
1494 * gdb.base/options.exp: New file.
1495
dee7b4c8
PA
14962019-06-13 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1499 that "o" is ambiguous.
1500
dca0f6c0
PA
15012019-06-13 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.base/settings.c: New file.
1504 * gdb.base/settings.exp: New file.
1505
ccf46844
PA
15062019-06-13 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.base/completion.exp: Fix comment typo.
1509
b9a3f842
PA
15102019-06-13 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1513 foo --1" test.
1514
d106773e
PA
15152019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1516
1517 * gdb.fortran/block-data.f: New.
1518 * gdb.fortran/block-data.exp: New.
1519
fea82da0
TV
15202019-06-11 Tom de Vries <tdevries@suse.de>
1521
1522 PR testsuite/24521
1523 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1524 message.
1525
8c2e74f1
TV
15262019-06-11 Tom de Vries <tdevries@suse.de>
1527
1528 PR testsuite/24521
1529 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1530
b49851c8
TV
15312019-06-11 Tom de Vries <tdevries@suse.de>
1532
1533 * boards/readnow.exp: New file.
1534
a7067863
AB
15352019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * gdb.fortran/vla-sizeof.exp: Update expected results.
1538
1a3da2cd
AB
15392019-06-06 Amos Bird <amosbird@gmail.com>
1540
1541 * gdb.base/annota1.exp (thread_switch): Add test for
1542 thread-exited annotation.
1543
3847a7bf
TT
15442019-06-06 Tom Tromey <tromey@adacore.com>
1545
1546 * gdb.base/maint.exp: Expect command started/finished output.
1547
0088ba59
AB
15482019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1551 comment.
1552 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1553
312617a3
AB
15542019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1557 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1558 * gdb.arch/riscv-unwind-long-insn.c: New file.
1559 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1560
e1f2e1a2
CB
15612019-06-04 Christian Biesinger <cbiesinger@google.com>
1562
d3238f7d 1563 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1564
206584bd
PW
15652019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1566
1567 * lib/gdb.exp (help_list_trailer): New regexp variable
1568 factorizing the help trailer message.
1569 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1570 arg to allow to better factorize various tests.
1571 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1572 (test_prefix_command_help): Use help_list_trailer.
1573 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1574 * gdb.guile/scm-cmd.exp: Likewise.
1575 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1576 * gdb.base/help.exp: Use test_user_defined_class_help.
1577 * gdb.base/style.exp: Add tests for styling of help and apropos.
1578 * lib/gdb-utils.exp (style): Add title and highlight styles.
1579
708dc93e
PW
15802019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1581
1582 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1583 $_shell_exitsignal.
1584 * gdb.base/default.exp: Update for new convenience variables.
1585
f49055a5
TT
15862019-05-29 Tom Tromey <tromey@adacore.com>
1587
1588 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1589 to "break complete ada" test case's regexp.
1590
4330d61d
TT
15912019-05-29 Tom Tromey <tromey@adacore.com>
1592
1593 PR c++/20020:
1594 * gdb.cp/constexpr-field.exp: New file.
1595 * gdb.cp/constexpr-field.cc: New file.
1596
000439d5
TT
15972019-05-29 Tom Tromey <tromey@adacore.com>
1598
1599 * gdb.base/finish.exp (finish_no_print): New proc.
1600 (finish_tests): Call it.
1601
5a01c34c
TV
16022019-05-24 Tom de Vries <tdevries@suse.de>
1603
1604 * gdb.dwarf2/gdb-add-index.exp: New file.
1605
18125b16
TT
16062019-05-22 Tom Tromey <tromey@adacore.com>
1607
1608 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1609 * gdb.base/style.exp: Use "style".
1610 * lib/gdb-utils.exp (style): New proc.
1611
af1a8d03
TV
16122019-05-22 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.base/align.exp: Require c++11.
1615
e7fe496b
TV
16162019-05-22 Tom de Vries <tdevries@suse.de>
1617
1618 PR testsuite/24586
1619 * gdb.python/py-mi-var-info-path-expression.exp: Call
1620 mi_skip_python_tests to check if python is supported.
1621
8fca4da0
AH
16222019-05-22 Alan Hayward <alan.hayward@arm.com>
1623
1624 * gdb.arch/aarch64-pauth.c: New test.
1625 * gdb.arch/aarch64-pauth.exp: New file.
1626
b7060614
AH
16272019-05-22 Alan Hayward <alan.hayward@arm.com>
1628
1629 * README (Re-running Tests Outside The Testsuite): New section.
1630
669d0468
TV
16312019-05-21 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.arch/amd64-eval.exp: Require c++11.
1634 * gdb.base/max-depth.exp: Same.
1635 * gdb.compile/compile-cplus-array-decay.exp: Same.
1636 * gdb.cp/meth-typedefs.exp: Same.
1637 * gdb.cp/subtypes.exp: Same.
1638 * gdb.cp/temargs.exp: Same.
1639
ce3ebcaa
AH
16402019-05-21 Alan Hayward <alan.hayward@arm.com>
1641
1642 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1643
34d11c68
AB
16442019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 PR gdb/18644
1647 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1648 * gdb.fortran/printing-types.exp: Add new test.
1649 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1650 testing.
1651 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1652 setup_kfail call.
1653
87781e84
AH
16542019-05-17 Alan Hayward <alan.hayward@arm.com>
1655
1656 * README (Running the Testsuite): Change example.
1657 (Testsuite Parameters): Remove TRANSCRIPT.
1658 * lib/gdb.exp: Remove TRANSCRIPT check.
1659
b420b89e
AH
16602019-05-17 Alan Hayward <alan.hayward@arm.com>
1661
1662 * README (Testsuite Parameters): Add replay logging to
1663 GDBSERVER_DEBUG.
1664 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1665 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1666 as a comma separated list.
1667 (gdb_debug_init): Override procedure.
1668
408e9b8b
AH
16692019-05-17 Alan Hayward <alan.hayward@arm.com>
1670
1671 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1672 (gdb_write_cmd_file): New procedure.
1673 * lib/gdbserver-support.exp (gdbserver_start): Call
1674 gdbserver_write_cmd_file.
1675 (gdbserver_write_cmd_file): New procedure.
1676
f9e2e39d
AH
16772019-05-17 Alan Hayward <alan.hayward@arm.com>
1678
1679 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1680 (delete_breakpoints): Likewise.
1681 (gdb_run_cmd): Likewise.
1682 (gdb_start_cmd): Likewise.
1683 (gdb_starti_cmd): Likewise.
1684 (gdb_internal_error_resync): Likewise.
1685 (gdb_test_multiple): Likewise.
1686 (gdb_reinitialize_dir): Likewise.
1687 (default_gdb_exit): Likewise.
1688 (gdb_file_cmd): Mark kill as optional.
1689 (default_gdb_start): Call gdb_stdin_log_init.
1690 (send_gdb): Call gdb_stdin_log_write.
1691 (rerun_to_main): Mark Y as an answer.
1692 (gdb_stdin_log_init): New function.
1693 (gdb_stdin_log_write): Likewise.
1694
81f47ac2
AH
16952019-05-17 Alan Hayward <alan.hayward@arm.com>
1696
1697 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1698 * gdb.base/debug-expr.exp: Likewise.
1699 * gdb.base/foll-fork.exp: Likewise.
1700 * gdb.base/foll-vfork.exp: Likewise.
1701 * gdb.base/fork-print-inferior-events.exp: Likewise.
1702 * gdb.base/gdb-sigterm.exp: Likewise.
1703 * gdb.base/gdbinit-history.exp: Likewise.
1704 * gdb.base/osabi.exp: Likewise.
1705 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1706 * gdb.base/ui-redirect.exp: Likewise.
1707 * gdb.gdb/unittest.exp: Likewise.
1708 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1709 * gdb.mi/mi-watch.exp: Likewise.
1710 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1711 * gdb.mi/user-selected-context-sync.exp: Likewise.
1712 * gdb.python/python.exp: Disable debug test when debugging.
1713 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1714 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1715 Likewise.
1716 * gdb.threads/stepi-random-signal.exp: Likewise.
1717
29b52314
AH
17182019-05-17 Alan Hayward <alan.hayward@arm.com>
1719
1720 * Makefile.in: Pass through GDB_DEBUG.
1721 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1722 (gdb,debug): Add board setting.
1723 * lib/gdb.exp (default_gdb_start): Start debugging.
1724 (gdb_debug_enabled): New procedure.
1725 (gdb_debug_init): Likewise.
29b52314
AH
1726
17272019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1728
29b52314
AH
1729 * Makefile.in: Pass through GDB_DEBUG.
1730 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1731 (gdb,debug): Add board setting.
1732 * lib/gdb.exp (default_gdb_start): Start debugging.
1733 (gdb_debug_enabled): New procedure.
1734 (gdb_debug_init): Likewise.
29b52314 1735
ca1285d1
AH
17362019-05-17 Alan Hayward <alan.hayward@arm.com>
1737
1738 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1739
f3a09c80
AH
17402019-05-17 Alan Hayward <alan.hayward@arm.com>
1741
1742 * gdb.base/ui-redirect.exp: Test redirection.
1743
26648588
JV
17442019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1745
1746 * gdb.mi/mi-complete.exp: New file.
1747 * gdb.mi/mi-complete.cc: Likewise.
1748
14237686
AB
17492019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1750
1751 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1752 indexed and sliced arrays, and pointers to arrays.
1753
e7bd7fba
TT
17542019-05-14 Tom Tromey <tromey@adacore.com>
1755
1756 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1757 styling test.
1758
2764128d
TV
17592019-05-14 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1762 selection entry encoding.
1763
71bed2db
TT
17642019-05-10 Tom Tromey <tromey@adacore.com>
1765
1766 * gdb.ada/info_exc.exp: Add "complete" test.
1767
63b667ad
TV
17682019-05-09 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1771 CU-relative.
1772
9cfd2b89
TV
17732019-05-09 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1776 CU-relative.
1777
2228ef77
XR
17782019-05-08 Joel Brobecker <brobecker@adacore.com>
1779
1780 * gdb.ada/frame_arg_lang.exp: New testcase.
1781 * gdb.ada/frame_arg_lang/bla.adb: New file.
1782 * gdb.ada/frame_arg_lang/pck.ads: New file.
1783 * gdb.ada/frame_arg_lang/pck.adb: New file.
1784 * gdb.ada/frame_arg_lang/foo.c: New file.
1785
80e55b13
TT
17862019-05-08 Tom Tromey <tromey@adacore.com>
1787
1788 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1789
9d3421af
TT
17902019-05-08 Tom Tromey <tromey@adacore.com>
1791
1792 * gdb.base/ptype-offsets.exp: Update tests.
1793
844333e2
TT
17942019-05-08 Tom Tromey <tromey@adacore.com>
1795
1796 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1797 cases.
1798 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1799 "short".
1800
988915ee
TT
18012019-05-08 Tom Tromey <tromey@adacore.com>
1802
1803 * gdb.ada/vla.exp: New file.
1804 * gdb.ada/vla/vla.adb: New file.
1805
7bd55dac
TV
18062019-05-07 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1809
75f06e9d
TV
18102019-05-07 Tom de Vries <tdevries@suse.de>
1811
1812 PR testsuite/24522
1813 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1814 section.
1815
77e7aaa4
TV
18162019-05-07 Tom de Vries <tdevries@suse.de>
1817
1818 PR testsuite/24522
1819 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1820 .debug_aranges section.
1821
456ba0fa
TV
18222019-05-07 Tom de Vries <tdevries@suse.de>
1823
1824 PR testsuite/24159
1825 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1826
5a56d6a6
TV
18272019-05-06 Tom de Vries <tdevries@suse.de>
1828
1829 * lib/gdb.exp (exec_has_index_section): New proc.
1830 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1831 section.
1832
9d6d4be8
TV
18332019-05-04 Tom de Vries <tdevries@suse.de>
1834
1835 * boards/cc-with-debug-names.exp: New file.
1836
222a8d25
TT
18372019-05-03 Tom Tromey <tromey@adacore.com>
1838
1839 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1840 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1841 * gdb.ada/char_enum.exp: Add test.
1842
0fdfd794
TV
18432019-05-03 Tom de Vries <tdevries@suse.de>
1844
1845 * boards/cc-with-gdb-index.exp: New file.
1846
80062eb9
AB
18472019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.rust/simple.exp: Add new test case.
1850 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1851 (main): Initialise an instance of the new struct.
1852
4504bbde
TT
18532019-05-01 Tom Tromey <tromey@adacore.com>
1854
1855 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1856 record.
1857 (NPR): New variable.
1858 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1859 test.
1860
d48e62f4
TT
18612019-05-01 Tom Tromey <tromey@adacore.com>
1862
1863 * gdb.ada/packed_array_assign.exp: Add packed assignment
1864 regression test.
1865
f59f30f5
TV
18662019-05-01 Tom de Vries <tdevries@suse.de>
1867
1868 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1869
b70bfc54
TV
18702019-05-01 Tom de Vries <tdevries@suse.de>
1871
1872 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1873
15f18d14
AT
18742019-04-30 Ali Tamur <tamur@google.com>
1875
1876 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1877
2ff0a947
TT
18782019-04-30 Tom Tromey <tromey@adacore.com>
1879
1880 * lib/ada.exp (find_ada_tool): New proc.
1881 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1882 * gdb.ada/catch_ex_std.exp: New file.
1883 * gdb.ada/catch_ex_std/foo.adb: New file.
1884 * gdb.ada/catch_ex_std/some_package.adb: New file.
1885 * gdb.ada/catch_ex_std/some_package.ads: New file.
1886
a776957c
TT
18872019-04-30 Tom Tromey <tromey@adacore.com>
1888
1889 PR c++/24470:
1890 * gdb.cp/temargs.cc: Add test code from PR.
1891
bc68014d
AB
18922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1893
1894 * gdb.fortran/vla-datatypes.exp: Update expected results.
1895 * gdb.fortran/vla-ptype.exp: Likewise.
1896 * gdb.fortran/vla-type.exp: Likewise.
1897 * gdb.fortran/vla-value.exp: Likewise.
1898
f1fdc960
AB
18992019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1900
1901 * gdb.fortran/ptr-indentation.exp: Update expected results.
1902 * gdb.fortran/ptype-on-functions.exp: Likewise.
1903 * gdb.fortran/vla-ptr-info.exp: Likewise.
1904 * gdb.fortran/vla-value.exp: Likewise.
1905
bf7a4de1
AB
19062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1907
1908 * gdb.fortran/ptype-on-functions.exp: New file.
1909 * gdb.fortran/ptype-on-functions.f90: New file.
1910
bbe75b9d
AB
19112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1912
1913 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1914 case void string.
1915
1db455a7
AB
19162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1917
1918 * gdb.fortran/complex.exp: Expand.
1919 * gdb.fortran/complex.f: Renamed to...
1920 * gdb.fortran/complex.f90: ...this, and extended to add more
1921 complex values.
1922
b6d03bb2
AB
19232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1924
1925 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1926 MODULO, CMPLX.
1927
2e62ab40
AB
19282019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1929 Richard Bunt <richard.bunt@arm.com>
1930
1931 * gdb.base/max-depth.c: New file.
1932 * gdb.base/max-depth.exp: New file.
1933 * gdb.python/py-nested-maps.c: New file.
1934 * gdb.python/py-nested-maps.exp: New file.
1935 * gdb.python/py-nested-maps.py: New file.
1936 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1937 (test_all_common): Call test_max_depth.
1938 * gdb.fortran/max-depth.exp: New file.
1939 * gdb.fortran/max-depth.f90: New file.
1940 * gdb.go/max-depth.exp: New file.
1941 * gdb.go/max-depth.go: New file.
1942 * gdb.modula2/max-depth.exp: New file.
1943 * gdb.modula2/max-depth.c: New file.
1944 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1945
d2b584a5
TV
19462019-04-29 Tom de Vries <tdevries@suse.de>
1947
1948 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1949
136afab8
PW
19502019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1951
1952 * gdb.base/callexit.exp: Test may-call-functions off.
1953
725cbb63
KS
19542019-04-25 Keith Seitz <keiths@redhat.com>
1955
1956 PR c++/24367
1957 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1958 (another_incomplete_struct, test_incomplete): New definitions.
1959 (main): Use new definitions.
1960 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1961 functions.
1962
82433e3e
SDJ
19632019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1964
1965 PR corefiles/11608
1966 PR corefiles/18187
1967 * gdb.base/coredump-filter-build-id.exp: New file.
1968
dd06d4d6
AH
19692019-04-25 Alan Hayward <alan.hayward@arm.com>
1970
e79be6e5
SM
1971 * Makefile.in: Pass through GDBSERVER_DEBUG.
1972 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1973 (gdbserver,debug): Add board setting.
1974 * gdb.trace/tspeed.exp: Skip when debugging.
1975 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1976 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1977
1670072e
TT
19782019-04-24 Tom Tromey <tromey@adacore.com>
1979
1980 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1981 Rust.
1982
a59240a4
TT
19832019-04-24 Tom Tromey <tromey@adacore.com>
1984
1985 * gdb.arch/amd64-eval.exp: Test bitfield return.
1986 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1987 (class Foo) <return_bitfields>: New method.
1988 (main): Call it.
1989
b907456c
AB
19902019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1991
1992 * gdb.cp/many-args.cc: New file.
1993 * gdb.cp/many-args.exp: New file.
1994
5c565afd
TV
19952019-04-23 Tom de Vries <tdevries@suse.de>
1996
1997 PR gdb/24433
1998 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1999
ba22ff86
AH
20002019-04-23 Alan Hayward <alan.hayward@arm.com>
2001
2002 * gdb.trace/backtrace.exp: Use nopie flag.
2003 * gdb.trace/circ.exp: Likewise.
2004 * gdb.trace/collection.exp: Likewise.
2005 * gdb.trace/ftrace.exp: Likewise.
2006 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2007 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2008 * gdb.trace/qtro.exp: Likewise.
2009 * gdb.trace/read-memory.exp: Likewise.
2010 * gdb.trace/report.exp: Likewise.
2011 * gdb.trace/tfile.exp: Likewise.
2012 * gdb.trace/tfind.exp: Likewise.
2013 * gdb.trace/unavailable.exp: Likewise.
2014
7905fc35
PA
20152019-04-22 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.base/solib-probes-nosharedlibrary.c,
2018 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2019
8ecb59f8
TT
20202019-04-19 Tom Tromey <tromey@adacore.com>
2021
2022 * gdb.ada/ptype_union.c: New file.
2023 * gdb.ada/ptype_union.exp: New file.
2024
62160ec9
TT
20252019-04-19 Tom Tromey <tromey@adacore.com>
2026
2027 PR symtab/24423:
2028 * gdb.base/list0.h (foo): Add a control-l character.
2029
36cd4ba5
TV
20302019-04-18 Tom de Vries <tdevries@suse.de>
2031
2032 PR gdb/24433
2033 * boards/local-board.exp: Set sysroot to "".
2034
b73715df
TV
20352019-04-18 Tom de Vries <tdevries@suse.de>
2036 Pedro Alves <palves@redhat.com>
2037
2038 PR gdb/24454
2039 * gdb.threads/vfork-follow-child-exec.c: New file.
2040 * gdb.threads/vfork-follow-child-exec.exp: New file.
2041 * gdb.threads/vfork-follow-child-exit.c: New file.
2042 * gdb.threads/vfork-follow-child-exit.exp: New file.
2043
4aa866af
LS
20442019-04-15 Leszek Swirski <leszeks@google.com>
2045
2046 * gdb.arch/amd64-eval.cc: New file.
2047 * gdb.arch/amd64-eval.exp: New file.
2048
e5a1a79a
AH
20492019-04-11 Alan Hayward <alan.hayward@arm.com>
2050
2051 * gdb.server/sysroot.c: New test.
2052 * gdb.server/sysroot.exp: New file.
2053 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2054 matching param.
2055
41077b66
AB
20562019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2057
2058 * gdb.base/align.exp: Extend test to cover structures containing
2059 only static fields.
2060
c30391f8
TV
20612019-04-11 Tom de Vries <tdevries@suse.de>
2062
2063 * boards/cc-with-dwz-m.exp: New file.
2064 * boards/cc-with-dwz.exp: New file.
2065 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2066
e242fd12
SM
20672019-04-09 Simon Marchi <simon.marchi@efficios.com>
2068
2069 * gdb.base/start-cpp.exp: New file.
2070 * gdb.base/start-cpp.cc: New file.
2071
2b0c8b01
KB
20722019-04-08 Kevin Buettner <kevinb@redhat.com>
2073
2074 * gdb.python/py-thrhandle.exp: Adjust tests to call
2075 thread_from_handle instead of thread_from_thread_handle.
2076
947210e5
KB
20772019-04-08 Kevin Buettner <kevinb@redhat.com>
2078
2079 * gdb.python/py-thrhandle.exp: Add tests for
2080 gdb.InferiorThread.handle.
2081
d7df6549
AB
20822019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.python/py-function.exp: Check calling helper function from
2085 all languages.
2086 * lib/gdb.exp (gdb_supported_languages): New proc.
2087
8bdc1658
AB
20882019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.base/complex-parts.c: New file.
2091 * gdb.base/complex-parts.exp: New file.
2092
05caa1d2
TT
20932019-04-01 Tom Tromey <tromey@adacore.com>
2094
2095 PR symtab/23331:
2096 * gdb.dwarf2/dw2-ranges-main.c: New file.
2097 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2098 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2099
7734102d
EZ
21002019-03-30 Simon Marchi <simark@simark.ca>
2101
2102 * gdb.base/default.exp: Add values for $_gdb_major and
2103 $_gdb_minor.
2104
188e1fa9
TT
21052019-03-29 Tom Tromey <tromey@adacore.com>
2106
2107 * gdb.base/help.exp: Tighten apropos regexp.
2108
2880242d
KS
21092019-03-29 Keith Seitz <keiths@redhat.com>
2110
2111 * gdb.fortran/array-bounds.exp: New file.
2112 * gdb.fortran/array-bounds.f90: New file.
2113
077cad8e
PW
21142019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2115
2116 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2117
80047cfc
PW
21182019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2119
2120 * gdb.multi/hello.c (main): Increase alarm timer.
2121
f489207e
SL
21222019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2123
2124 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2125 factor when no hardware watchpoint support.
2126
c92df149
AH
21272019-03-28 Alan Hayward <alan.hayward@arm.com>
2128 Pedro Alves <palves@redhat.com>
2129
2130 * boards/local-board.exp: set sysroot to /.
2131
933aebfa
AH
21322019-03-27 Alan Hayward <alan.hayward@arm.com>
2133
2134 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2135 in child.
2136
9f9aa852
AB
21372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2140 field.
2141 (make_container): Initialise new field.
2142 * gdb.python/py-prettyprint.exp: Add new tests.
2143 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2144 <display_hint>: New method.
2145
3714a195
AB
21462019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2149 gdb_continue_to_breakpoint more throughout this test.
2150 (run_lang_tests) Supply unique test names, and use
2151 gdb_test_no_output.
2152
18c77628
AB
21532019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.base/finish-pretty.exp: Update expected results.
2156 * gdb.base/pretty-print.c: New file.
2157 * gdb.base/pretty-print.exp: New file.
2158
9a93502f
PA
21592019-03-25 Pedro Alves <palves@redhat.com>
2160
2161 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2162 move comments outside list. Append '-i "" eof' section.
2163
968aa7ae
AH
21642019-03-22 Alan Hayward <alan.hayward@arm.com>
2165
34a7f2a4 2166 PR testsuite/25016
968aa7ae
AH
2167 * README: Add pie options.
2168 * gdb.base/break-interp.exp: Ensure pie is disabled.
2169 * gdb.base/dump.exp: Likewise.
2170 * lib/gdb.exp (gdb_compile): Add pie option.
2171
4c7d57e7
TT
21722019-03-19 Tom Tromey <tromey@adacore.com>
2173
2174 * gdb.mi/mi2-cli-display.c: New file.
2175 * gdb.mi/mi2-cli-display.exp: New file.
2176
bff8c71f
TT
21772019-03-18 Joel Brobecker <brobecker@adacore.com>
2178 Tom Tromey <tromey@adacore.com>
2179
2180 * gdb.ada/ptype_array/pck.adb: New file.
2181 * gdb.ada/ptype_array/pck.ads: New file.
2182 * gdb.ada/ptype_array/foo.adb: New file.
2183 * gdb.ada/ptype_array.exp: New file.
2184
d085f989
TT
21852019-03-14 Tom Tromey <tromey@adacore.com>
2186
2187 * gdb.base/style.exp: Add "set style sources" test.
2188
b4be1b06
SM
21892019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2190
2191 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2192 * mi-breakpoint-multiple-locations.exp: ... this.
2193 (make_breakpoints_pattern): New proc.
2194 (do_test): Add mi_version parameter, test -break-insert,
2195 -break-info and =breakpoint-created.
2196
7cde5fc2
AB
21972019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * config/default.exp: Remove 'load_lib gdb.exp'.
2200 * config/monitor.exp: Likewise.
2201 * config/sid.exp: Likewise.
2202 * config/sim.exp: Likewise.
2203 * config/slite.exp: Likewise.
2204 * config/unix.exp: Likewise.
2205 * gdb.base/default.exp: Remove unhelpful comment.
2206
efbecbc1
AB
22072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2210
0841c79a
AB
22112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2214
4a270568
AB
22152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.fortran/type-kinds.exp: Update expected results.
2218
067630bd
AB
22192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2222
3be47f7a
AB
22232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2224
2225 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2226 function.
2227 (test_basic_parsing_of_type_kinds): Expand types tested.
2228 (test_parsing_invalid_type_kinds): New function.
2229
4d00f5d8
AB
22302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2231
2232 * gdb.fortran/intrinsics.exp: New file.
2233 * gdb.fortran/intrinsics.f90: New file.
2234 * gdb.fortran/type-kinds.exp: New file.
2235
c8f91604
AB
22362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 * gdb.fortran/dot-ops.exp: New file.
2239
dd9f2c76
AB
22402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2241
2242 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2243 Check upper and lower case logical literals.
2244
84ec9724
AB
22452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2248 Remove duplicate tests.
2249
c3734e09
AH
22502019-03-06 Alan Hayward <alan.hayward@arm.com>
2251
2252 * lib/gdb.exp (builtin_cd): rename of cd.
2253 (cd): Override builtin.
2254
aa3cfbda
RB
22552019-03-06 Richard Bunt <richard.bunt@arm.com>
2256
2257 * gdb.fortran/function-calls.exp: New file.
2258 * gdb.fortran/function-calls.f90: New test.
2259
7b63ad86
RB
22602019-03-04 Richard Bunt <richard.bunt@arm.com>
2261
2262 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2263 on user program standard output.
2264 * gdb.fortran/short-circuit-argument-list.f90: Record function
2265 calls.
2266
01abb042
AH
22672019-02-28 Alan Hayward <alan.hayward@arm.com>
2268
c3734e09
AH
2269 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2270 failure.
01abb042 2271
92137da0
RO
22722019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2273
2274 PR gdb/8527
2275 * gdb.base/interrupt-daemon-attach.c,
2276 gdb.base/interrupt-daemon-attach.exp: New test.
2277
5862844d
PA
22782019-02-27 Pedro Alves <palves@redhat.com>
2279
2280 * gdb.base/page.exp: Add tests for "set width/height -1".
2281
8ed25214
PA
22822019-02-27 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.base/page.exp: Add tests for "set/show width/height" with
2285 "infinite" values.
2286
6c28e44a
TT
22872019-02-27 Tom Tromey <tromey@adacore.com>
2288
2289 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2290 2.4.
2291 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2292 workaround.
2293
bf9a735e
AB
22942019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2297 tests for structs with static members.
2298
8791793c
TT
22992019-02-26 Tom Tromey <tromey@adacore.com>
2300
2301 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2302 ValueError, not TypeError.
2303
bc2a507e
KB
23042019-02-26 Kevin Buettner <kevinb@redhat.com>
2305
2306 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2307 call from main program.
2308
e0e7d3bd
JB
23092019-02-23 Joel Brobecker <brobecker@adacore.com>
2310
2311 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2312 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2313 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2314 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2315 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2316
9600246d
KS
23172019-02-22 Keith Seitz <keiths@redhat.com>
2318
2319 PR symtab/23853
2320 * gdb.base/symlink-sourcefile.c: New file.
2321 * gdb.base/symlink-sourcefile.exp: New file.
2322
0c95f9ed
TT
23232019-02-20 Tom Tromey <tom@tromey.com>
2324
2325 * gdb.base/info_qt.exp: Update.
2326
6caa91b6
SM
23272019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2328
2329 * gdb.base/source.exp: Move "error in sourced script" code to
2330 the end.
2331 * gdb.base/source-error.gdb: Move contents to
2332 source-error-1.gdb. Add new code to source source-error-1.gdb.
2333 * gdb.base/source-error-1.gdb: New file, from previous
2334 source-error.gdb.
2335
6506371f
TT
23362019-02-17 Tom Tromey <tom@tromey.com>
2337
2338 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2339 for macro styling.
2340 * gdb.base/style.c (SOME_MACRO): New macro.
2341
a0087920
TT
23422019-02-17 Tom Tromey <tom@tromey.com>
2343
2344 * gdb.base/style.exp: Add line-wrapping tests.
2345 * gdb.base/page.exp: Add test for quitting during pagination.
2346
a2cd4f14
JB
23472019-02-17 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdb.ada/big_packed_array: New testcase.
2350 * gdb.ada/homonym.exp: Fix incorrect expected output for
2351 "break <homonym__get_value>" test.
2352
9d70ffbc
WP
23532019-02-13 Weimin Pan <weimin.pan@oracle.com>
2354
2355 PR breakpoints/21870
2356 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2357 and prepare_for_testing. Add comment.
2358 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2359 redundant cleanup call. Clean up comment.
2360
01c7ae81
WP
23612019-02-12 Weimin Pan <weimin.pan@oracle.com>
2362
2363 PR breakpoints/21870
2364 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2365 * gdb.arch/aarch64-dbreg-contents.c: New file.
2366
aff29d1c
JB
23672019-02-10 Joel Brobecker <brobecker@adacore.com>
2368
2369 * gdb.ada/mi_ref_changeable: New testcase.
2370
df0da8a2
AH
23712019-02-07 Alan Hayward <alan.hayward@arm.com>
2372
2373 * gdb.base/attach.exp: Add double attach test.
2374
bd447abb
SM
23752019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2376
2377 * lib/gdb.exp (default_gdb_start): Don't match pagination
2378 prompt.
2379 (gdb_init): Set stty_init.
2380
1dbc40b9
TT
23812019-01-27 Tom Tromey <tom@tromey.com>
2382
2383 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2384 skip_python_tests.
2385
353229bf
AH
23862019-01-24 Alan Hayward <alan.hayward@arm.com>
2387
2388 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2389 New structure.
2390 (struct struct_static_02_02): Likewise.
2391 (struct struct_static_02_03): Likewise.
2392 (struct struct_static_02_04): Likewise.
2393 (struct struct_static_04_01): Likewise.
2394 (struct struct_static_04_02): Likewise.
2395 (struct struct_static_04_03): Likewise.
2396 (struct struct_static_04_04): Likewise.
2397 (struct struct_static_06_01): Likewise.
2398 (struct struct_static_06_02): Likewise.
2399 (struct struct_static_06_03): Likewise.
2400 (struct struct_static_06_04): Likewise.
2401 (cmp_struct_static_02_01): Likewise.
2402 (cmp_struct_static_02_02): Likewise.
2403 (cmp_struct_static_02_03): Likewise.
2404 (cmp_struct_static_02_04): Likewise.
2405 (cmp_struct_static_04_01): Likewise.
2406 (cmp_struct_static_04_02): Likewise.
2407 (cmp_struct_static_04_03): Likewise.
2408 (cmp_struct_static_04_04): Likewise.
2409 (cmp_struct_static_06_01): Likewise.
2410 (cmp_struct_static_06_02): Likewise.
2411 (cmp_struct_static_06_03): Likewise.
2412 (cmp_struct_static_06_04): Likewise.
2413 (call_all): Test new structs.
2414 * gdb.base/infcall-nested-structs.exp: Likewise.
2415
73021deb
AH
24162019-01-21 Alan Hayward <alan.hayward@arm.com>
2417 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2418
fc65c7db
AH
24192019-01-21 Alan Hayward <alan.hayward@arm.com>
2420 * gdb.base/stack-protector.c: New test.
2421 * gdb.base/stack-protector.exp: New file.
2422 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2423 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2424 option.
2425 (gdb_compile): Remove stack protector for GCC and prevent
2426 recursion.
2427
c24bdb02
KS
24282019-01-16 Keith Seitz <keiths@redhat.com>
2429
2430 PR gdb/23773
2431 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2432
6f072a10
PFC
24332019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2434
2435 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2436 aliases.
2437 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2438 tests.
2439 * gdb.arch/powerpc-vector-regs.c: New file.
2440 * gdb.arch/powerpc-vector-regs.exp: New file.
2441
a7b8d682
PFC
24422019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2443
2444 * gdb.arch/altivec-regs.exp: Fix the list passed to
2445 gdb_expect_list when testing "info vector".
2446
6eb6fb67
AB
24472019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.base/style.exp: Don't include path in testname.
2450
b56f80d8
KS
24512019-01-10 Keith Seitz <keiths@redhat.com>
2452
2453 PR gdb/23712
2454 PR symtab/23010
2455 * gdb.dwarf2/multidictionary.exp: New file.
2456
041be526
SM
24572019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2458
2459 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2460 (test_gnuv3_style_demangling): ... this.
2461 (test_lucid_style_demangling): Remove.
2462 (test_arm_style_demangling): Remove.
2463 (test_hp_style_demangling): Remove.
2464 (do_tests): Remove calls to the above.
2465
d820d0c3
AB
24662019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2469 case.
2470
f097f5ad
TT
24712019-01-06 Tom Tromey <tom@tromey.com>
2472
2473 PR gdb/28155:
2474 * gdb.dwarf2/typedef-void-finish.exp: New file.
2475
2cd8cc0b
TT
24762018-12-28 Tom Tromey <tom@tromey.com>
2477 Simon Marchi <simark@simark.ca>
2478
2479 * gdb.base/jit-exec.exp: New file.
2480 * gdb.base/jit-exec.c: New file.
2481 * gdb.base/jit-execd.c: New file.
2482
35fb8261
TT
24832018-12-28 Tom Tromey <tom@tromey.com>
2484
2485 * gdb.base/style.exp: Update test to check for address styling.
2486
47fd17cd
TT
24872018-12-28 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2490 message.
2491
d47032b7
TT
24922018-12-28 Tom Tromey <tom@tromey.com>
2493
2494 * gdb.base/style.exp: Add test for version number styling.
2495
af79b68d
TT
24962018-12-28 Tom Tromey <tom@tromey.com>
2497
2498 * gdb.base/style.exp: Add test for print_address_symbolic.
2499
0bb296cb
TT
25002018-12-28 Tom Tromey <tom@tromey.com>
2501
2502 * gdb.base/style.exp: Add test for breakpoint setting.
2503
80ae2043
TT
25042018-12-28 Tom Tromey <tom@tromey.com>
2505
2506 * gdb.base/style.exp: Add test for variable names.
2507
cbe56571
TT
25082018-12-28 Tom Tromey <tom@tromey.com>
2509
2510 * gdb.base/style.exp: New file.
2511 * gdb.base/style.c: New file.
2512
9162a27c
TT
25132018-12-28 Tom Tromey <tom@tromey.com>
2514
2515 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2516 "dumb".
2517 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2518 the TERM environment variable.
2519
bc543c90
TT
25202018-12-27 Tom Tromey <tom@tromey.com>
2521
2522 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2523 pagination test.
2524
6f0ffe50
AB
25252018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2528 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2529
b5a1e557
PW
25302018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2531
2532 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2533 Filename a.adb changed to bp_fun_addr.adb.
2534 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2535
6e8b1ab2
JV
25362018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2537
2538 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2539 non-PIE executables.
2540 * README: Mention the gdb,nopie_flag board setting.
2541 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2542 non-PIE executable.
2543 * gdb.arch/amd64-entry-value.exp: Likewise.
2544 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2545 * gdb.arch/i386-float.exp: Likewise.
2546 * gdb.arch/i386-signal.exp: Likewise.
2547 * gdb.mi/mi-reg-undefined.exp: Likewise.
2548
d00a27c5
PM
25492018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2550
2551 PR gdb/23974
2552 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2553
161d081c
PW
25542018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2555
2556 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2557 Update order of results accordingly.
2558
b001de23
AB
25592018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.base/annota1.exp: Update a test regexp.
2562
99e1a184
AB
25632018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2566
7a81c1e2
PW
25672018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2568
2569 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2570 (reuse_time): Initialize to REUSE_TIME_CAP.
2571 (check_rc): New function.
2572 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2573 Check pthread_create rc.
2574 (spawner_thread_func): Check pthread_create and pthread_join rc.
2575
73e8dc90
PA
25762018-12-08 Pedro Alves <palves@redhat.com>
2577
2578 * gdb.base/list.exp (test_forward_search): Rename to ...
2579 (test_forward_reverse_search): ... this. Also test reverse-search
2580 and the forward-search alias.
2581
13f2ed32
AB
25822018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2585 local timeout variable before return, and remove all local timeout
2586 variable entirely.
2587 (gdb_load): Likewise.
2588
64d27cfc
TV
25892018-12-01 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.base/gdb-caching-proc.exp: New file.
2592
f63c03b4
SDJ
25932018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2594
2595 * Makefile.in (TIMESTAMP): New variable.
2596 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2597 command.
2598 (check-single-racy): Likewise.
2599 (check/%.exp): Likewise.
2600 (check-racy/%.exp): Likewise.
2601 (workers/%.worker): Likewise.
2602 (build-perf): Likewise.
2603 (check-perf): Likewise.
2604 * README: Describe new "TS" and "TS_FORMAT" variables.
2605 * print-ts.py: New file.
2606
1c97054b
BF
26072018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2608
2609 PR python/23714
2610 * gdb.python/python.exp: Test command repetition after
2611 gdb.execute.
2612
1871a62d
AB
26132018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2614
2615 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2616 is correctly aligned.
2617
fb5e1ed9
PW
26182018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2619
2620 * gdb.ada/info_auto_lang.exp: New testcase.
2621 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2622 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2623 * gdb.ada/info_auto_lang/some_c.c: New file.
2624
43d397ca
PW
26252018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2626
2627 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2628 FUNC_lang language syntax.
2629
beddd671
PW
26302018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2631
2632 * gdb.base/info_minsym.c: New file.
2633 * gdb.base/info_minsym.exp: New file.
2634
73fc52c4
TT
26352018-11-19 Tom Tromey <tom@tromey.com>
2636
2637 PR rust/23625:
2638 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2639 * gdb.rust/expr.exp: Update expected output. Change one test.
2640
994b876a
TT
26412018-11-19 Tom Tromey <tom@tromey.com>
2642
2643 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2644
6769f276
PA
26452018-11-19 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2648 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2649 see the expected warning.
2650
38a72da0
AH
26512018-11-16 Alan Hayward <alan.hayward@arm.com>
2652
2653 PR gdb/22736:
2654 * gdb.cp/infcall-nodebug-lib.c: New test.
2655 * gdb.cp/infcall-nodebug-main.c: New test.
2656 * gdb.cp/infcall-nodebug.exp: New file.
2657
53a89d6e
SM
26582018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2659
2660 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2661 completer tests.
2662
9325300d
TV
26632018-11-09 Tom de Vries <tdevries@suse.de>
2664
2665 * gdb.base/msym-lang.c: New test.
2666 * gdb.base/msym-lang.exp: New file.
2667 * gdb.base/msym-lang-main.c: New test.
2668
20f0d60d
TT
26692018-11-08 Tom Tromey <tom@tromey.com>
2670
2671 PR gdb/23555:
2672 PR gdb/23838:
2673 * gdb.base/warning.exp: New file.
2674
b5420128
JB
26752018-11-08 Jan Beulich <jbeulich@suse.com>
2676
2677 * testsuite/gdb.arch/i386-avx512.c,
2678 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2679
cd115d61
AB
26802018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2681
2682 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2683 point hardware.
2684
35ee2dc2
AB
26852018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2686
2687 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2688 * gdb.dwarf2/missing-type-name.exp: New file.
2689
31aceee8
TV
26902018-11-06 Tom de Vries <tdevries@suse.de>
2691
2692 * gdb.base/many-headers.c: New test.
2693 * gdb.base/many-headers.exp: New file.
2694
109be305
JW
26952018-11-06 Jim Wilson <jimw@sifive.com>
2696
2697 * gdb.base/code_elim.exp: For riscv, set additional_flags
2698 to include -msmall-data-limit=0.
2699
e2b7af72
JB
27002018-11-01 Joel Brobecker <brobecker@adacore.com>
2701
2702 * gdb.ada/watch_minus_l: New testcase.
2703
cdcda965
SM
27042018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2705
2706 * gdb.arch/aix-sighandle.c: New file.
2707 * gdb.arch/aix-sighandle.exp: New file.
2708
92dcebf3
AB
27092018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2710
2711 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2712 registers being unions.
2713
68b9ac18
TV
27142018-10-31 Tom de Vries <tdevries@suse.de>
2715
2716 * lib/valgrind.exp: New file.
2717 (vgdb_start, vgdb_stop): New procs, factored out of ...
2718 * gdb.base/valgrind-bt.exp: ... here, ...
2719 * gdb.base/valgrind-disp-step.exp: ... here and ...
2720 * gdb.base/valgrind-infcall.exp: ... here.
2721
1443936e
TV
27222018-10-31 Tom de Vries <tdevries@suse.de>
2723
2724 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2725
eb77c9df
AB
27262018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.dwarf2/void-type.c: New file.
2729 * gdb.dwarf2/void-type.exp: New file.
2730
82b5e646
PW
27312018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2732
2733 * gdb.base/info_qt.c: New file.
2734 * gdb.base/info_qt.exp: New file.
2735
8d619c01
EBM
27362018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2737
2738 * gdb.arch/powerpc-htm-regs.c: New file.
2739 * gdb.arch/powerpc-htm-regs.exp: New file.
2740
f2cf6173
EBM
27412018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2742
2743 * gdb.arch/powerpc-tar.c: New file.
2744 * gdb.arch/powerpc-tar.exp: New file.
2745
7ca18ed6
EBM
27462018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2747
2748 * gdb.arch/powerpc-ppr-dscr.c: New file.
2749 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2750
bfcc0eba
TV
27512018-10-25 Tom de Vries <tdevries@suse.de>
2752
2753 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2754
fe1a5cad
TV
27552018-10-24 Tom de Vries <tdevries@suse.de>
2756
2757 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2758 longer exists error.
2759
a76dc3b7
TV
27602018-10-24 Tom de Vries <tdevries@suse.de>
2761
2762 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2763
4df46df7
TV
27642018-10-24 Tom de Vries <tdevries@suse.de>
2765
2766 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2767 --db-attach in valgrind.
2768
0dbfcfff
AB
27692018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2770
2771 * gdb.arch/riscv-reg-aliases.c: New file.
2772 * gdb.arch/riscv-reg-aliases.exp: New file.
2773
b04480b1
AH
27742018-10-19 Alan Hayward <alan.hayward@arm.com>
2775
2776 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2777
2c6ac8d7
AH
27782018-10-19 Alan Hayward <alan.hayward@arm.com>
2779
2780 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2781
2bc69f25
AH
27822018-10-19 Alan Hayward <alan.hayward@arm.com>
2783
2784 * gdb.cp/ovldbreak.exp: Fix regexps.
2785
1f1ae3a3
AH
27862018-10-19 Alan Hayward <alan.hayward@arm.com>
2787
2788 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2789
94c18618
SDJ
27902018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2791
2792 PR cli/23785
2793 * gdb.base/restore.exp: New test to check if "restore" with an
2794 invalid file doesn't segfault.
2795
812cd6eb
TV
27962018-10-18 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2799 * gdb.ada/excep_handle.exp: Same.
2800 * gdb.ada/mi_string_access.exp: Same.
2801 * gdb.ada/mi_var_union.exp: Same.
2802 * gdb.arch/arc-analyze-prologue.exp: Same.
2803 * gdb.arch/arc-decode-insn.exp: Same.
2804 * gdb.base/readnever.exp: Same.
2805 * gdb.fortran/printing-types.exp: Same.
2806 * gdb.guile/scm-lazy-string.exp: Same.
2807
c4b90788
TV
28082018-10-16 Tom de Vries <tdevries@suse.de>
2809
2810 PR gdb/23730
2811 * gdb.base/catch-follow-exec.c: Add copyright notice.
2812 * gdb.base/catch-follow-exec.exp: Rewrite to use
2813 gdb_spawn_with_cmdline_opts. Require gdb-native.
2814
8bca2978
SL
28152018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2816
2817 * gdb.trace/actions-changed.exp: Check for arch support.
2818 * gdb.trace/actions.exp: Likewise.
2819 * gdb.trace/ax.exp: Likewise.
2820 * gdb.trace/backtrace.exp: Likewise.
2821 * gdb.trace/change-loc.exp: Likewise.
2822 * gdb.trace/deltrace.exp: Likewise.
2823 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2824 * gdb.trace/ftrace.exp: Likewise.
2825 * gdb.trace/infotrace.exp: Check for arch support.
2826 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2827 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2828 * gdb.trace/mi-tsv-changed.exp: Likewise.
2829 * gdb.trace/packetlen.exp: Likewise.
2830 * gdb.trace/passc-dyn.exp: Likewise.
2831 * gdb.trace/passcount.exp: Likewise.
2832 * gdb.trace/pending.exp: Likewise.
2833 * gdb.trace/range-stepping.exp: Check for shlib support.
2834 * gdb.trace/report.exp: Check for arch support.
2835 * gdb.trace/save-trace.exp: Likewise.
2836 * gdb.trace/signal.exp: Check for signal support.
2837 * gdb.trace/tfind.exp: Check for arch support.
2838 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2839 * gdb.trace/trace-common.h: Add comment.
2840 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2841 * gdb.trace/trace-enable-disable.exp: Likewise.
2842 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2843 * gdb.trace/tracecmd.exp: Check for arch support.
2844 * gdb.trace/tspeed.exp: Check for shlib and target support.
2845 * gdb.trace/tstatus.exp: Check for arch support.
2846 * gdb.trace/tsv.exp: Likewise.
2847 * gdb.trace/while-dyn.exp: Likewise.
2848 * gdb.trace/while-stepping.exp: Likewise.
2849 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2850
f9c49bff
SM
28512018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2852
2853 * gdb.trace/tspeed.exp: Remove nowarnings.
2854 (prepare_for_trace_test): Declare "global ipalib".
2855 * gdb.trace/tspeed.c: Include unistd.h.
2856 (main): Remove superfluous printf argument.
2857
d4330bde
SL
28582018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2859
2860 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2861 directory prefix on the filename.
2862
8ecfd7bd
SDJ
28632018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2864
2865 * gdb.gdb/unittest.exp: Update expected message informing that
2866 selftests have been disabled.
2867 * gdb.server/unittest.exp: Likewise.
2868
58bbcd02
TV
28692018-10-09 Tom de Vries <tdevries@suse.de>
2870
2871 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2872 with runto_main.
2873
9f6b697b
WP
28742018-10-08 Weimin Pan <weimin.pan@oracle.com>
2875
2876 PR c++/16841
2877 * gdb.cp/virtbase2.cc: New file.
2878 * gdb.cp/virtbase2.exp: New file.
2879
add5ded5
TT
28802018-10-06 Tom Tromey <tom@tromey.com>
2881
2882 PR python/19399:
2883 * gdb.python/py-inferior.exp: Add architecture test.
2884
f9e48344
TT
28852018-10-06 Tom Tromey <tom@tromey.com>
2886
2887 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2888 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2889
2a8be203
TT
28902018-10-06 Tom Tromey <tom@tromey.com>
2891
2892 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2893 of a "throw" catchpoint.
2894
e04caa70
SDJ
28952018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2896
2897 * gdb.base/info-proc.exp: Update string expected from "help info
2898 proc".
2899
5ca8c39f
TT
29002018-10-04 Tom Tromey <tom@tromey.com>
2901
2902 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2903 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2904 (test_initial_complaints, test_empty_complaints): Update.
2905 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2906
3453e7e4
TT
29072018-10-04 Tom Tromey <tom@tromey.com>
2908
2909 PR cli/19551:
2910 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2911 * lib/gdb.exp (gdb_file_cmd): Update.
2912 * gdb.stabs/weird.exp (print_weird_var): Update.
2913 * gdb.server/solib-list.exp: Update.
2914 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2915 * gdb.mi/mi-cli.exp: Update.
2916 * gdb.linespec/linespec.exp: Update.
2917 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2918 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2919 * gdb.cp/cp-relocate.exp: Update.
2920 * gdb.base/sym-file.exp: Update.
2921 * gdb.base/relocate.exp: Update.
2922 * gdb.base/readnever.exp: Update.
2923 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2924 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2925 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2926 * gdb.base/code_elim.exp: Update.
2927 * gdb.base/break-unload-file.exp (test_break): Update.
2928 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2929 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2930 Update.
2931 * gdb.base/attach.exp (do_attach_tests): Update.
2932 * gdb.base/sepdebug.exp: Update.
2933 * gdb.python/py-section-script.exp: Update.
2934
6afcf761
TT
29352018-10-04 Tom Tromey <tom@tromey.com>
2936
2937 PR cli/22234:
2938 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2939 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2940 output.
2941
fef1b293
TT
29422018-10-04 Tom Tromey <tom@tromey.com>
2943
2944 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2945 set width and height to 0.
2946 (test_command_line_attach_run): Use -quiet.
2947
ca98345e
SL
29482018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2949
2950 * lib/gdb.exp (skip_ifunc_tests): New.
2951 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2952 other compile failures.
2953 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2954
ff34e6ae
SM
29552018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2956
2957 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2958 is_amd64_regs_target.
2959
6bb8890e
AH
29602018-10-01 Alan Hayward <alan.hayward@arm.com>
2961
2962 * gdb.arch/aarch64-sighandler-regs.c: New test.
2963 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2964 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2965
224d30d3
MM
29662018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2967
2968 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2969 assembly.
2970
f67ffa6a
AB
29712018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.base/frame-selection.exp: New file.
2974 * gdb.base/frame-selection.c: New file.
2975
9fc3183f
AH
29762018-09-27 Alan Hayward <alan.hayward@arm.com>
2977
2978 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2979 pthread barrier.
2980 (main): Likewise.
2981
d354055e
AB
29822018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * gdb.base/large-frame-1.c: New file.
2985 * gdb.base/large-frame-2.c: New file.
2986 * gdb.base/large-frame.exp: New file.
2987 * gdb.base/large-frame.h: New file.
2988
db727370
JL
29892018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2990
2991 PR gdb/20948
2992 * gdb.base/write_mem.exp: New test.
2993 * gdb.base/write_mem.c: Likewise.
2994
ae778caf
TT
29952018-09-23 Tom Tromey <tom@tromey.com>
2996
2997 PR python/18852:
2998 * gdb.python/py-parameter.exp: Add test for parameter that throws
2999 on "set".
3000
fd3ba736
TT
30012018-09-23 Tom Tromey <tom@tromey.com>
3002
3003 PR python/17284:
3004 * gdb.python/py-template.exp (test_template_arg): Add test for
3005 negative template argument number.
3006
39a24317
TT
30072018-09-23 Tom Tromey <tom@tromey.com>
3008
3009 PR python/14062:
3010 * gdb.python/python.exp: Add test for post_event error.
3011
f5769a2c
TT
30122018-09-23 Tom Tromey <tom@tromey.com>
3013
3014 PR python/18170:
3015 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3016 convert pointers to int and long.
3017
1c1e54f6
TT
30182018-09-23 Tom Tromey <tom@tromey.com>
3019
3020 PR python/20126:
3021 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3022 signed-ness conversion tests.
3023
fb4fa946
TT
30242018-09-23 Tom Tromey <tom@tromey.com>
3025
3026 PR python/18352;
3027 * gdb.python/py-value.exp (test_float_conversion): New proc.
3028 Use it.
3029
a466edac
HAQ
30302018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3031
3032 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3033
4ee9b0c5
SL
30342018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3035
3036 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3037 no readline.
3038 * gdb.base/utf8-identifiers.exp: Likewise.
3039 * gdb.cp/cpcompletion.exp: Likewise.
3040 * gdb.linespec/cpcompletion.exp: Likewise.
3041 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3042 * gdb.linespec/cpls-ops.exp: Likewise.
3043
23be8da7
RB
30442018-09-19 Richard Bunt <richard.bunt@arm.com>
3045 Chris January <chris.january@arm.com>
3046
3047 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3048 * gdb.fortran/short-circuit-argument-list.exp: New file.
3049 * gdb.fortran/short-circuit-argument-list.f90: New test.
3050
5031d0ae
SDJ
30512018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3052
3053 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3054 "arch=" keyword when executing "-stack-list-frames".
3055
b4c0d1a4
SDJ
30562018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3057
3058 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3059 "arch=" keyword when executing "-stack-list-frames".
3060
7a6d2b45
SDJ
30612018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3062
3063 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3064 break ada".
3065
8588b356
SM
30662018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3067
3068 PR python/23669
3069 * gdb.python/python.exp: Test gdb.execute("show commands").
3070
65e65158
TT
30712018-09-16 Tom Tromey <tom@tromey.com>
3072
3073 * gdb.base/new-ui.exp (do_execution_tests): Update.
3074 * gdb.base/dbx.exp (test_breakpoints): Update.
3075
bf326452
AH
30762018-09-14 Alan Hayward <alan.hayward@arm.com>
3077
3078 * lib/gdb.exp (gdb_simple_compile): Add proc.
3079 (is_elf_target): Use gdb_simple_compile.
3080 (skip_altivec_tests): Likewise.
3081 (skip_vsx_tests): Likewise.
3082 (skip_tsx_tests): Likewise.
3083 (skip_btrace_tests): Likewise.
3084 (skip_btrace_pt_tests): Likewise.
3085 (gdb_can_simple_compile): Likewise.
3086 (gdb_has_argv0): Likewise.
3087 (gdb_target_symbol_prefix): Likewise.
3088 (target_supports_scheduler_locking): Likewise.
3089
2361b0fb
TT
30902018-09-13 Tom Tromey <tom@tromey.com>
3091
3092 * Makefile.in (TAGS): Recognize proc_with_prefix and
3093 gdb_caching_proc.
3094
0ae1a321
SM
30952018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3096
3097 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3098 method.
3099
a40bf0c2
SM
31002018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3101
3102 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3103 and a few other Inferior properties when the Inferior is no
3104 longer valid.
3105
4a3fe98f
TT
31062018-09-13 Tom Tromey <tom@tromey.com>
3107
3108 PR rust/23650:
3109 * gdb.rust/simple.exp: Add test for enum field access error.
3110
098b2108
TT
31112018-09-13 Tom Tromey <tom@tromey.com>
3112
3113 PR rust/23626:
3114 * gdb.rust/simple.rs (EmptyEnum): New type.
3115 (main): Use it.
3116 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3117
1256af7d
SM
31182018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3119
3120 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3121 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3122 * gdb.python/py-symtab.exp: Update test printing an objfile.
3123
4aa8e6c2
SM
31242018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3127 object.
3128
c221b2f7
AH
31292018-09-12 Alan Hayward <alan.hayward@arm.com>
3130
3131 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3132 (support_complex_tests): Use gdb_can_simple_compile.
3133 (is_ilp32_target): Likewise.
3134 (is_lp64_target): Likewise.
3135 (is_64_target): Likewise.
3136 (is_amd64_regs_target): Likewise.
3137 (is_aarch32_target): Likewise.
3138 (gdb_int128_helper): Likewise.
3139
6f1107b5
JK
31402018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3143
1f5d1570
JG
31442018-09-10 Jerome Guitton <guitton@adacore.com>
3145
3146 * gdb.ada/same_component_name: Add test for case of tagged record
3147 with variable-length fields.
3148
cc330e39
XR
31492018-09-10 Xavier Roirand <roirand@adacore.com>
3150
3151 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3152 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3153 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3154 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3155
b9c50e9a
XR
31562018-09-10 Xavier Roirand <roirand@adacore.com>
3157
3158 * gdb.ada/mi_string_access.exp: New testcase.
3159 * gdb.ada/mi_string_access/bar.adb: New file.
3160 * gdb.ada/mi_string_access/pck.adb: New file.
3161 * gdb.ada/mi_string_access/pck.asd: New file.
3162
2963898f
XR
31632018-09-10 Xavier Roirand <roirand@adacore.com>
3164
3165 * gdb.ada/mi_var_union.exp: New testcase.
3166 * gdb.ada/mi_var_union/bar.adb: New file.
3167 * gdb.ada/mi_var_union/pck.adb: New file.
3168 * gdb.ada/mi_var_union/pck.asd: New file.
3169
1aac008f
TT
31702018-09-08 Tom Tromey <tom@tromey.com>
3171
3172 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3173
332cf4c9
TT
31742018-09-08 Tom Tromey <tom@tromey.com>
3175
3176 PR python/16047:
3177 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3178 (register_pretty_printers): Register new printer.
3179 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3180 test.
3181 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3182 (an_int_type3): New global.
3183
424da6cf
JB
31842018-09-08 Joel Brobecker <brobecker@adacore.com>
3185
3186 * gdb.ada/expr_with_funcall: New testcase.
3187
2a62dfa9
JB
31882018-09-08 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.ada/packed_array_assign: New testcase.
3191
96b6697f
AB
31922018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3193
3194 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3195 names, and add test prefixes to make test names unique.
3196
e4a62c65
TV
31972018-09-05 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.dwarf2/varval.exp: Add test.
3200
dd083ee2
GB
32012018-09-04 Gary Benson <gbenson@redhat.com>
3202
3203 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3204 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3205
aef9346c
TT
32062018-08-31 Tom Tromey <tom@tromey.com>
3207
3208 * gdb.rust/simple.rs: Rename second variable "v".
3209
c67f2e15
AB
32102018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3211
3212 * gdb.base/funcargs.c (use_a): New function.
3213 (recurse): Call use_a.
3214
078a0207
KS
32152018-08-29 Keith Seitz <keiths@redhat.com>
3216
3217 * gdb.compile/compile-cplus-anonymous.cc: New file.
3218 * gdb.compile/compile-cplus-anonymous.exp: New file.
3219 * gdb.compile/compile-cplus-array-decay.cc: New file.
3220 * gdb.compile/compile-cplus-array-decay.exp: New file.
3221 * gdb.compile/compile-cplus-inherit.cc: New file.
3222 * gdb.compile/compile-cplus-inherit.exp: New file.
3223 * gdb.compile/compile-cplus-member.cc: New file.
3224 * gdb.compile/compile-cplus-member.exp: New file.
3225 * gdb.compile/compile-cplus-method.cc: New file.
3226 * gdb.compile/compile-cplus-method.exp: New file.
3227 * gdb.compile/compile-cplus-mod.c: "New" file.
3228 * gdb.compile/compile-cplus-namespace.cc: New file.
3229 * gdb.compile/compile-cplus-namespace.exp: New file.
3230 * gdb.compile/compile-cplus-nested.cc: New file.
3231 * gdb.compile/compile-cplus-nested.exp: New file.
3232 * gdb.compile/compile-cplus-print.c: "New" file.
3233 * gdb.compile/compile-cplus-print.exp: "New" file.
3234 * gdb.compile/compile-cplus-virtual.cc: New file.
3235 * gdb.compile/compile-cplus-virtual.exp: New file.
3236 * gdb.compile/compile-cplus.c: "New" file.
3237 * gdb.compile/compile-cplus.exp: "New" file.
3238 * lib/compile-support.exp: New file.
3239
b0f492b9
GB
32402018-08-16 Gary Benson <gbenson@redhat.com>
3241
3242 PR gdb/13000:
3243 * gdb.base/batch-exit-status.exp: New file.
3244 * gdb.base/batch-exit-status.good-commands: Likewise.
3245 * gdb.base/batch-exit-status.bad-commands: Likewise.
3246
36eb4c5f
AH
32472018-08-29 Alan Hayward <alan.hayward@arm.com>
3248
3249 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3250 (struct struct02): Likewise.
3251 (struct struct03): Likewise.
3252 (struct struct04): Likewise.
3253 (struct struct_01_01): New struct.
3254 (struct struct_01_02): Likewise.
3255 (struct struct_01_03): Likewise.
3256 (struct struct_01_04): Likewise.
3257 (struct struct_02_01): Likewise.
3258 (struct struct_02_02): Likewise.
3259 (struct struct_02_03): Likewise.
3260 (struct struct_02_04): Likewise.
3261 (struct struct_04_01): Likewise.
3262 (struct struct_04_02): Likewise.
3263 (struct struct_04_03): Likewise.
3264 (struct struct_04_04): Likewise.
3265 (struct struct_05_01): Likewise.
3266 (struct struct_05_02): Likewise.
3267 (struct struct_05_03): Likewise.
3268 (struct struct_05_04): Likewise.
3269 (cmp_struct01): Remove function.
3270 (cmp_struct02): Likewise.
3271 (cmp_struct03): Likewise.
3272 (cmp_struct04): Likewise.
3273 (cmp_struct_01_01): Add Function.
3274 (cmp_struct_01_02): Likewise.
3275 (cmp_struct_01_03): Likewise.
3276 (cmp_struct_01_04): Likewise.
3277 (cmp_struct_02_01): Likewise.
3278 (cmp_struct_02_02): Likewise.
3279 (cmp_struct_02_03): Likewise.
3280 (cmp_struct_02_04): Likewise.
3281 (cmp_struct_04_01): Likewise.
3282 (cmp_struct_04_02): Likewise.
3283 (cmp_struct_04_03): Likewise.
3284 (cmp_struct_04_04): Likewise.
3285 (cmp_struct_05_01): Likewise.
3286 (cmp_struct_05_02): Likewise.
3287 (cmp_struct_05_03): Likewise.
3288 (cmp_struct_05_04): Likewise.
3289 (call_all): Add new structs.
3290 * gdb.base/infcall-nested-structs.exp: Likewise.
3291
3bf9c013
JV
32922018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3293
3294 * gdb.python/py-framefilter-mi.exp: Update regexp to
3295 check for "arch" field in frame output.
3296
450d1e88
KB
32972018-08-23 Kevin Buettner <kevinb@redhat.com>
3298
3299 * gdb.dwarf2/dw2-ranges-func.c: New file.
3300 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3301
ae739fe7
SM
33022018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3303
3304 * gdb.base/term.exp: Compare terminal settings with values from
3305 the inferior.
3306 * gdb.base/term.c: Get and set terminal settings.
3307
6d52907e
JV
33082018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3309
3310 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3311 accommodate new "arch" field in frame output.
3312 * gdb.mi/mi-return.exp: Likewise.
3313 * gdb.mi/mi-stack.exp: Likewise.
3314 * gdb.mi/mi-syn-frame.exp: Likewise.
3315 * gdb.mi/user-selected-context-sync.exp: Likewise.
3316
be2d111a
MS
33172018-08-19 Michael Spang <spang@google.com>
3318
3319 PR gdb/11786
3320 * gdb.base/gcore-tls-pie.c: New file.
3321 * gdb.base/gcore-tls-pie.exp: New file.
3322
ae3a7c47
KB
33232018-08-18 Kevin Buettner <kevinb@redhat.com>
3324
3325 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3326 * gdb.dwarf2/varval.c: New file.
3327 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3328
2ecae92e
AH
33292018-08-17 Alan Hayward <alan.hayward@arm.com>
3330
3331 PR gdb/18931
3332 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3333
c1854f1d
KS
33342018-08-16 Keith Seitz <keiths@redhat.com>
3335
3336 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3337 tests expected to pass.
3338
26fb3983
JV
33392018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3340
3341 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3342 -data-disassemble -a.
3343 (test_disassembly_bogus_args): Likewise.
3344
67943c00
AB
33452018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3346
3347 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3348
5ff2bbae
AB
33492018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.base/vla-optimized-out.exp: Add new test.
3352
e5bbcd0f
AB
33532018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3354
3355 * gdb.base/vla-optimized-out-o3.exp: Delete.
3356 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3357 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3358 deleted tests.
3359
9d4a934c
AB
33602018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 PR gdb/18050:
3363 * gdb.server/extended-remote-restart.c: New file.
3364 * gdb.server/extended-remote-restart.exp: New file.
3365
045cf012
SM
33662018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3367
3368 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3369 "set variable index = 42".
3370
87d6a7aa
SM
33712018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3372
3373 * boards/index-cache-gdb.exp: New file.
3374 * gdb.dwarf2/index-cache.exp: New file.
3375 * gdb.dwarf2/index-cache.c: New file.
3376 * gdb.base/maint.exp: Check if we are using the index cache.
3377
96d68bd4
RO
33782018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3379
3380 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3381 MAKEFLAGS.
3382
5a699617
RO
33832018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3384
3385 * dg-extract-results.sh: Move to toplevel contrib.
3386 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3387 * Makefile.in (check-parallel-racy): Likewise.
3388
5bd18990
AB
33892018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3392 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3393 tests if the target supports scheduler locking.
3394
3fbbcf47
TV
33952018-08-04 Tom de Vries <tdevries@suse.de>
3396
3397 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3398
3e1d3d8c
TT
33992018-08-02 Tom Tromey <tom@tromey.com>
3400
3401 PR symtab/16842.
3402 * gdb.cp/temargs.exp: Test "info address" of a template
3403 parameter.
3404
5abe0f0c
JV
34052018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3406
3407 * gdb.python/py-mi-var-info-path-expression.c: New file.
3408 * gdb.python/py-mi-var-info-path-expression.py: New file.
3409 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3410
fb66cde8
SDJ
34112018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3412
3413 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3414 error after "cannot resolve name" string.
3415
c708f4d2
AB
34162018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3419 started.
3420 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3421
37cc0cae
TV
34222018-07-28 Tom de Vries <tdevries@suse.de>
3423
3424 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3425
63b4ecf7
TV
34262018-07-26 Tom de Vries <tdevries@suse.de>
3427
3428 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3429
3c3bb058
AB
34302018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3433 is visible.
3434
9e7f3bbb
TV
34352018-07-26 Tom de Vries <tdevries@suse.de>
3436
3437 PR breakpoints/23366
3438 * gdb.base/catch-follow-exec.c: New test.
3439 * gdb.base/catch-follow-exec.exp: New file.
3440
16f808ec
TV
34412018-07-25 Tom de Vries <tdevries@suse.de>
3442
3443 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3444 vla-optimized-out.c.
3445
d7154a8d
JV
34462018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3447
3448 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3449 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3450
232a0032
TV
34512018-07-20 Tom de Vries <tdevries@suse.de>
3452
3453 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3454 NOCLONE macro.
3455 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3456
fbb1d502
TV
34572018-07-19 Tom de Vries <tdevries@suse.de>
3458
3459 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3460 regular expression.
3461
42dc7699
TV
34622018-07-18 Tom de Vries <tdevries@suse.de>
3463
3464 * gdb.base/vla-optimized-out.c: New test.
3465 * gdb.base/vla-optimized-out.exp: New file.
3466
7f1f7e23
SDJ
34672018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3468
3469 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3470 message "No address associated with hostname" when gdbserver
3471 cannot resolve the hostname.
3472
5759ebb3
PW
34732018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3474
3475 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3476 Add some test prefixes to make tests unique.
3477
3606ccab
PW
34782018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3479
3480 * gdb.base/frameapply.c: New file.
3481 * gdb.base/frameapply.exp: New file.
3482
529c08b2
PW
34832018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3484
3485 * gdb.base/skip.exp: Update expected error message.
3486
c7ab0aef
SDJ
34872018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3488 Jan Kratochvil <jan.kratochvil@redhat.com>
3489 Paul Fertser <fercerpav@gmail.com>
3490 Tsutomu Seki <sekiriki@gmail.com>
3491
3492 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3493 parameter.
3494 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3495 by default.
3496 * boards/native-gdbserver.exp: Likewise.
3497 * gdb.server/run-without-local-binary.exp: Improve regexp used
3498 for detecting when a remote debugging connection succeeds.
3499 * gdb.server/server-connect.exp: New file.
3500 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3501 Do not prefix the port number with ":".
3502 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3503 support for detecting and using it. Add '$debughost_gdbserver'
3504 to the list of arguments used to start gdbserver. Handle case
3505 when gdbserver cannot resolve a network name.
3506
16ff70dd
SDJ
35072018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3508
3509 PR c++/23373
3510 * gdb.base/ptype-offsets.cc (struct static_member): New
3511 struct.
3512 (main) <stmember>: New variable.
3513 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3514 with a static member in it.
3515
3541979f
AB
35162018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3519 watchpoints enabled and disabled.
3520
c8ad9b9a
AB
35212018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3522
3523 * gdb.base/examine-backward.exp: Still run tests around address
3524 0x0, even if address 0x0 is not readable. Update the pattern for
3525 matching address 0x0 in expected output.
3526
e0e5e971
AB
35272018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3528
3529 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3530 malloc/free.
3531
1ea5da02
TV
35322018-07-04 Tom de Vries <tdevries@suse.de>
3533
3534 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3535
471b9d15
MR
35362018-07-02 Maciej W. Rozycki <macro@mips.com>
3537
3538 PR tdep/8282
3539 * gdb.arch/mips-disassembler-options.exp: New test.
3540 * gdb.arch/mips-disassembler-options.s: New test source.
3541
75acb486
PA
35422018-06-29 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.threads/names.exp: Adjust expected "info threads" output.
3545
cd2bb709
PA
35462018-06-29 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.opt/inline-break.exp (line number, address): Add "info
3549 break" tests.
3550
991ff292
PA
35512018-06-29 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3554 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3555 number and address and running to them.
3556
356819b6 35572018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3558
3559 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3560
2512d7ef
JK
35612018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 * lib/compiler.c: Remove executable permission flag.
3564
be1b6474
RB
35652018-06-28 Richard Bunt <richard.bunt@arm.com>
3566
3567 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3568 code.
3569 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3570
291f9a96
PT
35712018-06-28 Petr Tesarik <ptesarik@suse.cz>
3572
3573 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3574
ed6dfe51
PT
35752018-06-28 Petr Tesarik <ptesarik@suse.cz>
3576
3577 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3578 address argument is omitted.
3579
d4d429d5
PT
35802018-06-28 Petr Tesarik <ptesarik@suse.cz>
3581
3582 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3583
7ab6656f
OJ
35842018-06-27 Omair Javaid <omair.javaid@linaro.org>
3585
3586 PR gdb/21695
3587 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3588 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3589
a33ccfc7
TT
35902018-06-26 Tom Tromey <tom@tromey.com>
3591
3592 PR rust/22574:
3593 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3594 * gdb.rust/simple.rs (struct SimpleLayout): New.
3595
6d72d289
SM
35962018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3597
3598 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3599 "info registers" output.
3600
8363f9d5
RB
36012018-06-21 Richard Bunt <richard.bunt@arm.com>
3602
3603 * gdb.base/watchpoint-hw-attach.c: New test.
3604 * gdb.base/watchpoint-hw-attach.exp: New file.
3605
f00674fe
SM
36062018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3607
3608 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3609 through /bin/sh.
3610 * boards/dwarf4-gdb-index.exp: Likewise.
3611 * boards/fission-dwp.exp: Likewise.
3612
1d554008
UW
36132018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3614
3615 * gdb.base/float128.exp: Add comment and improved fail message
3616 to the failure case of "print large128" test.
3617
d0ac1c44
SM
36182018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3619
3620 * configure.ac: Remove AC_PREREQ.
3621 * configure: Re-generate.
3622
61b04dd0
PA
36232018-06-19 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3626 (func_extern_caller): New.
3627 (main): Call func_extern_caller.
3628 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3629 logic change.
3630
f63b508a
SM
36312018-06-18 Weimin Pan <weimin.pan@oracle.com>
3632
3633 PR gdb/16841
3634 * gdb.cp/typedef-base.cc: New file.
3635 * gdb.cp/typedef-base.exp: New file.
3636
0fe3a558
TV
36372018-06-18 Tom de Vries <tdevries@suse.de>
3638
3639 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3640
7010835a
AB
36412018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3642 Richard Bunt <Richard.Bunt@arm.com>
3643
3644 * gdb.threads/attach-slow-waitpid.c: New file.
3645 * gdb.threads/attach-slow-waitpid.exp: New file.
3646 * gdb.threads/slow-waitpid.c: New file.
3647
14897d65
PA
36482018-06-14 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.base/fork-running-state.c: Include <errno.h>.
3651 (exit_if_relative_exits): New.
3652 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3653 exits.
3654 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3655 child exits.
3656
5d9a0608
TV
36572018-06-14 Tom de Vries <tdevries@suse.de>
3658
3659 PR cli/22573
3660 * gdb.base/finish-pretty.c: New test.
3661 * gdb.base/finish-pretty.exp: New file.
3662
11ae5818
PA
36632018-06-14 Pedro Alves <palves@redhat.com>
3664
3665 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3666 gdb's expected startup output.
3667
1d39de44
PA
36682018-06-14 Pedro Alves <palves@redhat.com>
3669
3670 * lib/selftest-support.exp (selftest_setup): Remove inlined
3671 function handling.
3672
70ee0000
TV
36732018-06-14 Tom de Vries <tdevries@suse.de>
3674
3675 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3676 matching of breakpoint printing.
3677
11f4b608
TV
36782018-06-13 Tom de Vries <tdevries@suse.de>
3679
3680 PR testsuite/23269
3681 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3682 (fork_child): ... here, and ...
3683 (fork_parent): ... here.
3684
36852018-06-12 Tom de Vries <tdevries@suse.de>
3686
3687 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3688
9516f85a
AB
36892018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3690 Stephen Roberts <stephen.roberts@arm.com>
3691
3692 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3693 rewrite test to describe action performed, rather than possible
3694 failure.
3695
5045b3d7
GB
36962018-06-08 Gary Benson <gbenson@redhat.com>
3697
3698 * gdb.threads/check-libthread-db.exp: New file.
3699 * gdb.threads/check-libthread-db.c: Likewise.
3700
c61b06a1
TT
37012018-06-05 Tom Tromey <tom@tromey.com>
3702
3703 * gdb.base/default.exp: Update expected "show version" output.
3704
eb6af809
TT
37052018-06-05 Tom Tromey <tom@tromey.com>
3706
3707 PR cli/12326:
3708 * gdb.cp/static-print-quit.exp: Update.
3709 * lib/gdb.exp (pagination_prompt): Update.
3710 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3711 * gdb.python/python.exp: Update.
3712
178d6a63
JB
37132018-06-04 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3716
8e817061
JB
37172018-06-01 Joel Brobecker <brobecker@adacore.com>
3718
3719 * gdb.ada/bp_fun_addr: New testcase.
3720
e86ca25f
TT
37212018-06-01 Tom Tromey <tom@tromey.com>
3722
3723 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3724 results.
3725 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3726 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3727 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3728 * gdb.base/maint.exp (maint_pass_if): Update.
3729
4b2dfa9d
MR
37302018-05-31 Maciej W. Rozycki <macro@mips.com>
3731
3732 * gdb.base/endian.exp: New test.
3733 * gdb.base/endian.c: New test source.
3734
45f25d6c
AB
37352018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 PR gdb/23203
3738 * gdb.base/bt-selected-frame.c: New file.
3739 * gdb.base/bt-selected-frame.exp: New file.
3740 * lib/gdb.exp (get_current_frame_number): New function.
3741
d9f6d7f8
MR
37422018-05-24 Maciej W. Rozycki <macro@mips.com>
3743 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.threads/tls-core.c: Include <stdlib.h>
3746 (thread_proc): Call `abort'.
3747 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3748 (tls_core_test): New procedure, bits factored out from ...
3749 (top level): ... here. Test both native cores and gcore cores.
3750
ff1cf532
TT
37512018-05-23 Tom Tromey <tom@tromey.com>
3752
3753 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3754
b98664d3
TT
37552018-05-23 Tom Tromey <tom@tromey.com>
3756
3757 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3758 symfile_complaints.
3759 (test_short_complaints): Likewise.
3760 (test_empty_complaints): Likewise.
3761 (test_initial_complaints): Update.
3762
4e9668d0
TT
37632018-05-23 Tom Tromey <tom@tromey.com>
3764
3765 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3766
43ba33c7
TT
37672018-05-23 Tom Tromey <tom@tromey.com>
3768
3769 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3770 (test_short_complaints): Update.
3771
035522c0
PA
37722018-05-22 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.base/remote.exp: Only gdb_start after compiling the
3775 testcase. Issue "disconnect" before testing "set remote" command
3776 defaults. Issue clean_restart before running to main.
3777
cc0be08f
PA
37782018-05-22 Pedro Alves <palves@redhat.com>
3779
3780 * gdb.base/remote.exp: Adjust expected output of "show remote
3781 memory-write-packet-size". Add tests for "set remote
3782 memory-write-packet-size 0" and "set remote
3783 memory-write-packet-size fixed/limit".
3784
b1b60145
PA
37852018-05-22 Pedro Alves <palves@redhat.com>
3786
3787 PR gdb/22973
3788 * gdb.base/utf8-identifiers.c: New file.
3789 * gdb.base/utf8-identifiers.exp: New file.
3790
0ec848ad
PFC
37912018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3792
3793 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3794
2c3305f6
PFC
37952018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3796
3797 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3798
ce1e8424
TT
37992018-05-18 Tom Tromey <tom@tromey.com>
3800
3801 * gdb.base/ptype-offsets.exp: Update.
3802
ddfe970e
KS
38032018-05-17 Keith Seitz <keiths@redhat.com>
3804
3805 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3806 in expected breakpoint stop locations.
3807 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3808 move to proper scope to test variable values.
3809 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3810 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3811 New functions.
3812 (main): Call not_inline_func3.
3813 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3814 inline_func1, inline_func2, and inline_func3. Test that when each
3815 breakpoint is hit, GDB properly reports both the stop location
3816 and the backtrace. Repeat tests for temporary breakpoints.
3817
0726fcc6
MR
38182018-05-15 Maciej W. Rozycki <macro@mips.com>
3819
3820 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3821 rather then trying to access it in determining whether the PID
3822 of `gdbserver' could have been retrieved.
3823
8ee22052
AB
38242018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3825
3826 * gdb.arch/amd64-init-x87-values.S: New file.
3827 * gdb.arch/amd64-init-x87-values.exp: New file.
3828
7785df48
JK
38292018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3830
3831 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3832
56bcdbea
TT
38332018-05-04 Tom Tromey <tom@tromey.com>
3834
3835 PR python/22730:
3836 * gdb.python/python.exp: Test multi-line execute.
3837
a913fffb
TT
38382018-05-04 Tom Tromey <tom@tromey.com>
3839
3840 PR python/22731:
3841 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3842
7a2c85f2
TT
38432018-05-04 Tom Tromey <tom@tromey.com>
3844
3845 PR gdb/11750:
3846 * gdb.base/define.exp: Test defining a user command inside a user
3847 command.
3848 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3849
a3b60e45
JK
38502018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3851 Pedro Alves <palves@redhat.com>
3852
3853 PR breakpoints/19806 and support for PR external/20207.
3854 * gdb.base/watchpoint-unaligned.c: New file.
3855 * gdb.base/watchpoint-unaligned.exp: New file.
3856
45fe4a03
AB
38572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3858
3859 * gdb.base/maint.exp: Make test names unique, use
3860 test_prefix_command_help to test 'help maint info', and remove
3861 repeated test of 'help maint'.
3862
9be2ae8f
TT
38632018-05-04 Tom Tromey <tom@tromey.com>
3864
3865 PR gdb/22619:
3866 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3867 behavior.
3868
11859c31
AB
38692018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.base/maint.exp: Process output from 'maint print registers'
3872 line at a time.
3873
089a9490
AB
38742018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3875
3876 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3877 timeout.
3878
9b0797e2
AB
38792018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3882 filter pattern.
3883
f6ac5f3d
PA
38842018-05-02 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3887 to_log_command renames.
3888 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3889
77d3c63b
TT
38902018-05-02 Tom Tromey <tom@tromey.com>
3891
3892 * gdb.python/py-parameter.exp: Set test message.
3893
0489430a
TT
38942018-05-02 Tom Tromey <tom@tromey.com>
3895
3896 PR python/20084:
3897 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3898 PARAM_ZUINTEGER_UNLIMITED tests.
3899
1632f8ba
DR
39002018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3901
3902 PR rust/23124
3903 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3904 when casting.
3905
6d7bb824
TT
39062018-04-30 Tom Tromey <tom@tromey.com>
3907
3908 * gdb.python/py-type.exp: Check align attribute.
3909 * gdb.python/py-type.c: New "aligncheck" global.
3910
007e1530
TT
39112018-04-30 Tom Tromey <tom@tromey.com>
3912
3913 PR exp/17095:
3914 * gdb.dwarf2/dw2-align.exp: New file.
3915 * gdb.cp/align.exp: New file.
3916 * gdb.base/align.exp: New file.
3917 * lib/gdb.exp (gdb_int128_helper): New proc.
3918 (has_int128_c, has_int128_cxx): New caching procs.
3919
6873858b
TT
39202018-04-27 Tom Tromey <tom@tromey.com>
3921
3922 PR rust/22545:
3923 * gdb.rust/simple.exp: Add inclusive range tests.
3924
79188d8d
PA
39252018-04-26 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3928 ifunc breakpoint locations correctly of ifunc breakpoints set
3929 while the program resolves the ifunc.
3930
c7075ad5
PA
39312018-04-26 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.base/gnu-ifunc-final.c: New file.
3934 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3935 * gdb.base/gnu-ifunc.exp (executable): Delete.
3936 (staticexecutable): Adjust.
3937 (lib_opts, exec_opts): Delete.
3938 (make_binsuffix, build, set-break): New procedures.
3939 (misc_tests): New, with tests factored out from the top level.
3940 (top level): Test different combinations of ifunc resolver name,
3941 resolver with and with debug info, and ifunc target with and
3942 without debug info. Wrap static tests with with_target_prefix.
3943
8388016d
PA
39442018-04-26 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3947 return type" warnings.
3948
249b5733
PA
39492018-04-25 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3952 killed".
3953 * gdb.base/kill-after-signal.exp: Likewise.
3954 * gdb.threads/kill.exp: Likewise.
3955
f67c0c91
SDJ
39562018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3957 Sergio Durigan Junior <sergiodj@redhat.com>
3958 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3961 regexps to expect for '[Inferior ... detached]' as well.
3962 * gdb.base/attach.exp: Likewise.
3963 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3964 "gdb_continue_to_end".
3965 (test_catch_syscall_with_wrong_args): Likewise.
3966 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3967 ']'. Don't set 'verbose' on.
3968 * gdb.base/foll-vfork.exp: Likewise.
3969 * gdb.base/fork-print-inferior-events.c: New file.
3970 * gdb.base/fork-print-inferior-events.exp: New file.
3971 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3972 '[Inferior ... has been killed]' message.
3973 * gdb.base/kill-after-signal.exp: Likewise.
3974 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3975 detach message.
3976 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3977 message.
3978 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3979 regexps to expect for '[Inferior ... detached]' as well.
3980 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3981
0a8ddac4
SM
39822018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3983
3984 PR gdb/23104
3985 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3986
d27d16bf
RB
39872018-04-19 Richard Bunt <richard.bunt@arm.com>
3988
3989 * gdb.threads/multiple-successive-infcall.c: New test.
3990 * gdb.threads/multiple-successive-infcall.exp: New file.
3991
a037790e
TT
39922018-04-17 Tom Tromey <tom@tromey.com>
3993
3994 * gdb.rust/simple.rs (Union): New type.
3995 (main): New local "u".
3996 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3997
e3a91079
AA
39982018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3999
4000 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4001 number information in output of "whereis" command.
4002 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4003
b744723f
AA
40042018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4005
4006 * gdb.ada/info_types.exp: Adjust expected output to the line
4007 numbers now printed by "info var/func/type".
4008 * gdb.base/completion.exp: Likewise.
4009 * gdb.base/included.exp: Likewise.
4010 * gdb.cp/cp-relocate.exp: Likewise.
4011 * gdb.cp/cplusfuncs.exp: Likewise.
4012 * gdb.cp/namespace.exp: Likewise.
4013 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4014
4a4495d6
MM
40152018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4016
4017 * gdb.btrace/cpu.exp: New.
4018
1d509aa6
MM
40192018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4020
4021 * gdb.base/step-indirect-call-thunk.exp: New.
4022 * gdb.base/step-indirect-call-thunk.c: New.
4023 * gdb.reverse/step-indirect-call-thunk.exp: New.
4024 * gdb.reverse/step-indirect-call-thunk.c: New.
4025
6295b6da
SM
40262018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.base/pie-fork.c: New file.
4029 * gdb.base/pie-fork.exp: New file.
4030
50146e70
TT
40312018-04-11 Tom Tromey <tom@tromey.com>
4032
4033 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4034
f50d8a2e
PA
40352018-04-10 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4038 exits. Instead loop running forever.
4039 (fork_parent): Run forever too.
4040
a0be7a36
SM
40412018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4042
4043 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4044 mi_continue_to_line.
4045 * gdb.mi/mi-stack.c (callee4): Add comment.
4046
9b73db36
SM
40472018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4048
4049 * gdb.mi/mi-stack.exp: Fix indentation.
4050
c912f608
SM
40512018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4052
4053 PR gdb/22979
4054 * gdb.arch/amd64-osabi.exp: New file.
4055
26540402
SM
40562018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4057
4058 PR gdb/22980
4059 * gdb.base/osabi.exp: New file.
4060
121ad66c 40612018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4062
4063 * gdb.cp/static-typedef-print.exp: New file.
4064 * gdb.cp/static-typedef-print.cc: New file.
4065
3fcded8f
JB
40662018-03-27 Joel Brobecker <brobecker@adacore.com>
4067
4068 * gdb.ada/varsize_limit: New testcase.
4069
59cc4834
JB
40702018-03-27 Joel Brobecker <brobecker@adacore.com>
4071
4072 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4073
4074 * gdb.ada/notcplusplus: New testcase.
4075
4076 * gdb.base/c-linkage-name.c: New file.
4077 * gdb.base/c-linkage-name.exp: New testcase.
4078
4ca59a9f
TT
40792018-03-26 Tom Tromey <tom@tromey.com>
4080
4081 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4082 * gdb.python/py-framefilter.py (name_error): New global.
4083 (ErrorInName.function): Use name_error.
4084
978d6c75
TT
40852018-03-26 Tom Tromey <tom@tromey.com>
4086
4087 PR backtrace/15582:
4088 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4089
b7fee5a3
KS
40902018-03-23 Keith Seitz <keiths@redhat.com>
4091
4092 PR c++/22968
4093 * gdb.cp/subtypes.exp: New file.
4094 * gdb.cp/subtypes.h: New file.
4095 * gdb.cp/subtypes.cc: New file.
4096 * gdb.cp/subtypes-2.cc: New file.
4097
376be529
AB
40982018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4101 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4102 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4103 -nostartfiles when compiling the test. Confirm that all registers
4104 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4105
066cfa98
AB
41062018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4107
4108 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4109 option, syntax was wrong anyway.
4110 * gdb.arch/arm-disp-step.exp: Likewise.
4111 * gdb.arch/sparc64-regs.exp: Likewise.
4112 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4113 option, syntax was wrong anyway, switch to use
4114 prepare_for_testing.
4115 * gdb.arch/i386-disp-step.exp: Likewise.
4116
079670b9
AA
41172018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4118
4119 * gdb.ada/exec_changed.exp: Replace "target_info exists
4120 use_gdb_stub" by "use_gdb_stub".
4121 * gdb.ada/start.exp: Likewise.
4122 * gdb.base/async-shell.exp: Likewise.
4123 * gdb.base/attach-pie-misread.exp: Likewise.
4124 * gdb.base/attach-wait-input.exp: Likewise.
4125 * gdb.base/break-entry.exp: Likewise.
4126 * gdb.base/break-interp.exp: Likewise.
4127 * gdb.base/dprintf-detach.exp: Likewise.
4128 * gdb.base/nostdlib.exp: Likewise.
4129 * gdb.base/solib-nodir.exp: Likewise.
4130 * gdb.base/statistics.exp: Likewise.
4131 * gdb.base/testenv.exp: Likewise.
4132 * gdb.mi/mi-exec-run.exp: Likewise.
4133 * gdb.mi/mi-start.exp: Likewise.
4134 * gdb.multi/dummy-frame-restore.exp: Likewise.
4135 * gdb.multi/multi-arch-exec.exp: Likewise.
4136 * gdb.multi/multi-arch.exp: Likewise.
4137 * gdb.multi/tids.exp: Likewise.
4138 * gdb.multi/watchpoint-multi.exp: Likewise.
4139 * gdb.python/py-events.exp: Likewise.
4140 * gdb.threads/attach-into-signal.exp: Likewise.
4141 * gdb.threads/attach-stopped.exp: Likewise.
4142 * gdb.threads/threadapply.exp: Likewise.
4143 * lib/selftest-support.exp: Likewise.
4144
26d6cec4
AA
41452018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4146
4147 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4148
4ee89e90
SR
41492018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4150
4151 * gdb.perf/template-breakpoints.cc: New file.
4152 * gdb.perf/template-breakpoints.exp: New file.
4153 * gdb.perf/template-breakpoints.py: New file.
4154
92630041
TT
41552018-03-19 Tom Tromey <tom@tromey.com>
4156
4157 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4158 y0.
4159 * gdb.rust/simple.exp: Test bare identifier form of struct
4160 initializer.
4161
76727919
TT
41622018-03-19 Tom Tromey <tom@tromey.com>
4163
4164 * gdb.gdb/observer.exp: Remove.
4165
194ed413
AA
41662018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4167
4168 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4169 "qualified" option when setting breakpoints.
4170 * gdb.trace/backtrace.exp: Likewise.
4171 * gdb.trace/circ.exp: Likewise.
4172 * gdb.trace/collection.exp: Likewise.
4173 * gdb.trace/disconnected-tracing.exp: Likewise.
4174 * gdb.trace/ftrace-lock.exp: Likewise.
4175 * gdb.trace/ftrace.exp: Likewise.
4176 * gdb.trace/infotrace.exp: Likewise.
4177 * gdb.trace/packetlen.exp: Likewise.
4178 * gdb.trace/passc-dyn.exp: Likewise.
4179 * gdb.trace/qtro.exp: Likewise.
4180 * gdb.trace/read-memory.exp: Likewise.
4181 * gdb.trace/report.exp: Likewise.
4182 * gdb.trace/signal.exp: Likewise.
4183 * gdb.trace/status-stop.exp: Likewise.
4184 * gdb.trace/strace.exp: Likewise.
4185 * gdb.trace/tfind.exp: Likewise.
4186 * gdb.trace/trace-break.exp: Likewise.
4187 * gdb.trace/trace-condition.exp: Likewise.
4188 * gdb.trace/trace-mt.exp: Likewise.
4189 * gdb.trace/tstatus.exp: Likewise.
4190 * gdb.trace/tsv.exp: Likewise.
4191 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4192 * gdb.trace/unavailable.exp: Likewise.
4193 * gdb.trace/while-dyn.exp: Likewise.
4194
8b067d2c
AA
41952018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4196
4197 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4198 that libinproctrace is copied to the target.
4199
3ae9ce5d
TT
42002018-03-14 Tom Tromey <tom@tromey.com>
4201
4202 PR cli/14977:
4203 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4204 a null pointer.
4205 * gdb.base/wchar.exp: Likewise.
4206
b8c2339b
TT
42072018-03-14 Tom Tromey <tom@tromey.com>
4208
4209 PR cli/19918:
4210 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4211 flag.
4212
4872dc46
SM
42132018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4214
4215 PR gdb/22841
4216 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4217 "target" to remote_exec.
4218
e4fe3756
SM
42192018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4220
4221 PR gdb/22841
4222 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4223 ${board}_upload): Remove.
4224
e95a97d4
AA
42252018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4226
4227 * gdb.cp/watch-cp.cc: New test.
4228 * gdb.cp/watch-cp.exp: New file.
4229
dbbb1059
AB
42302018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 * gdb.base/infcall-nested-structs.exp: New file.
4233 * gdb.base/infcall-nested-structs.c: New file.
4234 * gdb.base/float.exp: Add riscv support.
4235
ecc054c0
TP
42362018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4237
4238 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4239 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4240
25e3c82c
SDJ
42412018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4242
4243 * gdb.server/abspath.exp: New file.
4244 * lib/gdb.exp (with_cwd): New procedure.
4245
3083294d
SM
42462018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4247
4248 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4249 use it.
4250 (gdb_is_target_remote_prompt): New proc.
4251 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4252 (gdb_is_target_native): Pass prompt parameter to
4253 gdb_is_target_1.
4254
3275ef47
SM
42552018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4256
4257 * gdb.base/load-command.c: New file.
4258 * gdb.base/load-command.exp: New file.
4259 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4260 (gdb_is_target_1): ...this, and generalize for other targets
4261 than just remote.
4262 (gdb_is_target_remote): Use gdb_is_target_1.
4263 (gdb_is_target_native): use gdb_is_target_1.
4264
6893c19a
TT
42652018-02-26 Tom Tromey <tom@tromey.com>
4266
4267 PR python/16497:
4268 * gdb.python/py-framefilter.exp: Update test.
4269
2ddeaf8a
TT
42702018-02-26 Tom Tromey <tom@tromey.com>
4271
4272 * gdb.dwarf2/variant.c: New file.
4273 * gdb.dwarf2/variant.exp: New file.
4274
c9317f21
TT
42752018-02-26 Tom Tromey <tom@tromey.com>
4276
4277 * gdb.rust/simple.exp: Accept more possible results in enum test.
4278
6f6d0c26
SM
42792018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4280
4281 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4282 parentheses.
4283
11b03145
MR
42842018-02-23 Maciej W. Rozycki <macro@mips.com>
4285
4286 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4287 name of a variable: $actual_linejj -> $actual_line.
4288
54a27fe5
JB
42892018-02-21 John Baldwin <jhb@FreeBSD.org>
4290
4291 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4292
de65820c
MM
42932018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4294
4295 * gdb.btrace/buffer-size.exp: Do not force BTS.
4296
980548fd
PA
42972018-02-14 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4300 getting a "Quit".
4301
c4e12631
MM
43022018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4303
4304 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4305 Fix test name.
4306
c2e0e465
SM
43072018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4308
4309 * gdb.cp/m-static.exp: Check type of optimized out static
4310 member.
4311
f7216783
AB
43122018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4315 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4316
0625771b
LS
43172018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4318 Leszek Swirski <leszeks@google.com>
4319
4320 * gdb.python/py-prettyprint.c
4321 (struct to_string_returns_value_inner,
4322 struct to_string_returns_value_wrapper): New.
4323 (main): Add tsrvw variable.
4324 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4325 ToStringReturnsValueWrapper): New classes.
4326 (register_pretty_printers): Register new pretty-printers.
4327 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4328 recursive pretty printer.
4329 * gdb.python/py-mi.exp: Likewise.
4330
59498c30
LS
43312018-02-01 Leszek Swirski <leszeks@google.com>
4332
4333 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4334 functions with the same name as an include file are parsed
4335 correctly.
4336
d4d38844
YQ
43372018-02-01 Yao Qi <yao.qi@linaro.org>
4338
4339 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4340 "\[^\r\n\]*".
4341
07e5f5cf
NP
43422018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4343
4344 * gdb.arch/powerpc-prologue-frame.s: New file.
4345 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4346 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4347
929b5ad4
JB
43482018-01-31 Joel Brobecker <brobecker@adacore.com>
4349
4350 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4351
e671cd59
PA
43522018-01-30 Pedro Alves <palves@redhat.com>
4353
4354 PR gdb/13211
4355 * gdb.base/interrupt-daemon.c: New.
4356 * gdb.base/interrupt-daemon.exp: New.
4357 * gdb.multi/multi-term-settings.c: New.
4358 * gdb.multi/multi-term-settings.exp: New.
4359
fc413dc4
JB
43602018-01-30 Joel Brobecker <brobecker@adacore.com>
4361
4362 * gdb.base/break.exp: Save the location where the breakpoint
4363 on break.c:47 was actually inserted when debugging the version
4364 compiled at -O2 and use it in the expected output of the "info
4365 break" test performed soon after.
4366
5c319bb2
PA
43672018-01-22 Pedro Alves <palves@redhat.com>
4368 Sergio Durigan Junior <sergiodj@redhat.com>
4369
4370 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4371 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4372
a9e40818
JB
43732018-01-22 Joel Brobecker <brobecker@adacore.com>
4374
4375 * gdb.base/break-include.c, gdb.base/break-include.inc,
4376 gdb.base/break-include.exp: New files.
4377 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4378 line number now being the actual line number where the breakpoint
4379 was inserted.
4380 * gdb.mi/mi-break.exp: Likewise.
4381 * gdb.mi/mi-reverse.exp: Likewise.
4382 * gdb.mi/mi-simplerun.exp: Ditto.
4383
e707fc44
AB
43842018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4385
4386 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4387 varobj.
4388 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4389
ae451627
AB
43902018-01-21 Don Breazeal <donb@codesourcery.com>
4391 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.mi/basics.c: Add new global.
4394 * gdb.mi/mi-frame-regs.exp: New file.
4395 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4396 case.
4397
b1b189e0
AB
43982018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4401 non-parameter, and on an unknown symbol.
4402
fcfcc376
TT
44032018-01-19 Tom Tromey <tom@tromey.com>
4404
4405 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4406 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4407
634c1c31
AA
44082018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4409
4410 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4411 setrlimit and chdir to int.
4412
d6ad07fd
AA
44132018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4414
4415 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4416 function.
4417 (my_tend): Likewise.
4418 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4419 rationale of avoiding FP- and vector instructions.
4420
adf8243b
RK
44212018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4422
4423 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4424 "info reg" with "\[ \t\]*".
4425 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4426 "\[ \t\]+".
4427 * gdb.arch/s390-multiarch.exp: Ditto.
4428 * gdb.base/pc-fp.exp: Ditto.
4429 * gdb.reverse/i386-precsave.exp: Ditto.
4430 * gdb.reverse/i386-reverse.exp: Ditto.
4431 * gdb.reverse/i387-env-reverse.exp: Ditto.
4432 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4433
dcc06925
AA
44342018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4435
4436 * lib/gdb.exp (gdb_compile): Re-enable use of
4437 universal_compile_options for languages other than Rust.
4438
25d4fd80
AA
44392018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4440
4441 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4442
ee7f689e 44432018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4444
4445 PR gdb/16577
4446 * gdb.base/solib-vanish.exp: New.
4447 * gdb.base/solib-vanish-main.c: New.
4448 * gdb.base/solib-vanish-lib1.c: New.
4449 * gdb.base/solib-vanish-lib2.c: New.
4450
d8447b6b
YQ
44512018-01-17 Yao Qi <yao.qi@linaro.org>
4452
4453 * gdb.compile/compile.exp: Match the address printed for
4454 frame in the output of command "bt".
4455
86d6a90c
TT
44562018-01-15 Tom Tromey <tom@tromey.com>
4457
4458 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4459 compute sp_reg.
4460
cbcdb1aa
AB
44612018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4464 to prepare.
4465 (prepare): Return 0 on error, 1 on success.
4466
eea61984
PA
44672018-01-12 Pedro Alves <palves@redhat.com>
4468
4469 * gdb.base/continue-after-aborted-step-over.c: New.
4470 * gdb.base/continue-after-aborted-step-over.exp: New.
4471
6181e9c2
SM
44722018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4473
4474 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4475 options when not creating an executable.
4476
3cada740
PA
44772018-01-11 Pedro Alves <palves@redhat.com>
4478
4479 PR remote/22597
4480 * gdb.server/stop-reply-no-thread.c: New file.
4481 * gdb.server/stop-reply-no-thread.exp: New file.
4482
c63d3e8d
PA
44832018-01-10 Pedro Alves <palves@redhat.com>
4484
4485 PR gdb/22670
4486 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4487 functions too. Test setting breakpoints and printing C functions
4488 with no debug info too.
4489 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4490
d4c2a405
PA
44912018-01-10 Pedro Alves <palves@redhat.com>
4492
4493 PR gdb/22670
4494 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4495 a fail.
4496
8825213e
PA
44972018-01-10 Pedro Alves <palves@redhat.com>
4498
4499 PR gdb/22670
4500 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4501
605fd3c6
YQ
45022018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4503
4504 * gdb.server/unittest.exp: Match the output in non-development
4505 mode.
4506
1e5ded6c
YQ
45072018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4508
4509 * gdb.gdb/unittest.exp: Match output in non-development mode.
4510
30066b0b
JB
45112018-01-08 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdb.ada/access_tagged_param.exp: Relax expected output
4514 for value of "ObjL" in "continue" to pck.inspect breakpoint
4515 test.
4516
04bafb1e
XR
45172018-01-08 Joel Brobecker <brobecker@adacore.com>
4518
9f86398b
JB
4519 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4520 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4521
e379cee6
PA
45222018-01-05 Pedro Alves <palves@redhat.com>
4523
4524 PR gdb/18653
4525 * gdb.base/libsegfault.exp: New.
4526
de63c46b
PA
45272018-01-05 Joel Brobecker <brobecker@adacore.com>
4528
4529 PR gdb/22670
4530 * gdb.ada/access_tagged_param.exp: New file.
4531 * gdb.ada/access_tagged_param/foo.adb: New file.
4532
f98fc17b
PA
45332018-01-05 Pedro Alves <palves@redhat.com>
4534
4535 PR gdb/22670
4536 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4537 exercise lower case too, and to exercise both full matching and
4538 wild matching.
4539
342f8240
JB
45402018-01-05 Joel Brobecker <brobecker@adacore.com>
4541
4542 * gdb.ada/rename_subscript_param: New testcase.
4543
7150d33c
JG
45442018-01-05 Jerome Guitton <guitton@adacore.com>
4545
4546 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4547
cc0e770c
JB
45482018-01-05 Joel Brobecker <brobecker@adacore.com>
4549
4550 * gdb.ada/convvar_comp: New testcase.
4551
672a41aa 45522018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4553
4554 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4555 (My_Table): New global variable.
4556 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4557
7365ec2f
JB
45582018-01-04 Joel Brobecker <brobecker@adacore.com>
4559
4560 PR gdb/22670
4561 * gdb.ada/maint_with_ada: New testcase.
4562
289483b6
JB
45632018-01-04 Joel Brobecker <brobecker@adacore.com>
4564
4565 PR gdb/22670
4566 * gdb.ada/bp_c_mixed_case: New testcase.
4567
344420da
JB
45682018-01-04 Joel Brobecker <brobecker@adacore.com>
4569
4570 PR gdb/22670
4571 * gdb.ada/complete.exp: Add "complete break ada" test.
4572
66fc87a0
JB
45732018-01-04 Joel Brobecker <brobecker@adacore.com>
4574
4575 PR gdb/22670
4576 * gdb.ada/info_addr_mixed_case: New testcase.
4577
9f757bf7
XR
45782018-01-03 Xavier Roirand <roirand@adacore.com>
4579
4580 * gdb.ada/excep_handle.exp: New testcase.
4581 * gdb.ada/excep_handle/foo.adb: New file.
4582 * gdb.ada/excep_handle/pck.ads: New file.
4583
bd570f80
JB
45842018-01-03 Joel Brobecker <brobecker@adacore.com>
4585
4586 * gdb.base/step-line.c: Add extra empty line in copyright header.
4587 * gdb.base/step-line.inp: Likewise.
4588
9fe561ab
JB
45892018-01-02 Joel Brobecker <brobecker@adacore.com>
4590
4591 * gdb.ada/dyn_stride.exp: Add slice test.
4592
a405673c
JB
45932018-01-02 Joel Brobecker <brobecker@adacore.com>
4594
4595 * gdb.ada/dyn_stride: New testcase.
4596
cef0f868
SH
45972017-12-27 Stafford Horne <shorne@gmail.com>
4598
4599 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4600 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4601
b67d92b0
SH
46022017-12-27 Stafford Horne <shorne@gmail.com>
4603
4604 * gdb.base/reggroups.c: New file.
4605 * gdb.base/reggroups.exp: New file.
4606
eccab96d
JB
46072017-12-18 Joel Brobecker <brobecker@adacore.com>
4608
4609 * gdb.dwarf2/ada-valprint-error.c: New file.
4610 * gdb.dwarf2/ada-valprint-error.exp: New file.
4611
0e2da9f0
JB
46122017-12-18 Joel Brobecker <brobecker@adacore.com>
4613
4614 * gdb.ada/assign_arr: New testcase.
4615
cb923fcc
XR
46162017-12-18 Xavier Roirand <roirand@adacore.com>
4617
4618 * gdb.ada/funcall_ptr: New testcase.
4619
7c161838
SDJ
46202017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4621
4622 PR cli/16224
4623 * gdb.base/ptype-offsets.cc: New file.
4624 * gdb.base/ptype-offsets.exp: New file.
4625
1af17fd9
YQ
46262017-12-15 Yao Qi <yao.qi@linaro.org>
4627
4628 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4629 if XML is disabled.
4630
828d5846
XR
46312017-12-15 Xavier Roirand <roirand@adacore.com>
4632
4633 * gdb.ada/same_component_name: New testcase.
4634
79e8fcaa
JB
46352017-12-14 Joel Brobecker <brobecker@adacore.com>
4636
4637 * gdb.ada/str_binop_equal: New testcase.
4638
e05fa6f9
JB
46392017-12-14 Joel Brobecker <brobecker@adacore.com>
4640
4641 * gdb.ada/task_switch_in_core: New testcase.
4642
b89641ba
SM
46432017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4646 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4647 call test_bkpt_qualified.
4648 (test_bkpt_qualified): New proc.
4649
6892d2e4
PA
46502017-12-13 Pedro Alves <palves@redhat.com>
4651
4652 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4653 Tighten regexp by matching with an anchor.
4654
a22ecf70
PA
46552017-12-13 Pedro Alves <palves@redhat.com>
4656
4657 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4658 ("expression with namespace"): New set of tests.
4659 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4660 (Nested::Test_NS::qux): New.
4661 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4662 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4663
9937536c
JB
46642017-12-13 Joel Brobecker <brobecker@adacore.com>
4665
4666 * gdb.base/server-del-break.c: New file.
4667 * gdb.base/server-del-break.exp: New file.
4668
fe49c6f5
SH
46692017-12-12 Stafford Horne <shorne@gmail.com>
4670
4671 * gdb.xml/tdesc-regs.exp: Add or1k support.
4672
c3d18620
SH
46732017-12-12 Stafford Horne <shorne@gmail.com>
4674
4675 * gdb.base/bp-permanent.c: Define nop of or1k.
4676
c5f9cfc8
JB
46772017-12-11 Joel Brobecker <brobecker@adacore.com>
4678
4679 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4680 output with components being reordered.
4681
a9c135fc
JB
46822017-12-11 Joel Brobecker <brobecker@adacore.com>
4683
4684 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4685 output with components being reordered.
4686
927aa2e7
JK
46872017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4688 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/maint.exp (check for .gdb_index): Check also for
4691 .debug_names.
4692 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4693 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4694 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4695 (.gdb_index used after symbol reloading): Support also .debug_names.
4696 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4697
f17d9474
YQ
46982017-12-08 Yao Qi <yao.qi@linaro.org>
4699
4700 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4701 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4702
a0de8c21
YQ
47032017-12-08 Yao Qi <yao.qi@linaro.org>
4704
4705 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4706 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4707
a738ea1d
YQ
47082017-12-08 Yao Qi <yao.qi@linaro.org>
4709
4710 * gdb.arch/aarch64-tagged-pointer.c: New file.
4711 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4712
1cd9a73b
SDJ
47132017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4714
4715 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4716 "int".
4717
fa6eb693
KS
47182017-12-07 Keith Seitz <keiths@redhat.com>
4719
4720 PR breakpoints/22569
4721 * gdb.linespec/ls-errs.exp: Change expected result of "break
4722 -source this file has spaces.c -line 3".
4723 Check that an explicit source file followed by whitespace is
4724 identified as an invalid explicit location.
4725
883fd55a
KS
47262017-12-07 Keith Seitz <keiths@redhat.com>
4727
4728 * gdb.cp/nested-types.cc: New file.
4729 * gdb.cp/nested-types.exp: New file.
4730 * lib/cp-support.exp: Load data-structures.exp library.
4731 (debug_cp_test_ptype_class): New global.
4732 (cp_ptype_class_verbose, next_line): New procedures.
4733 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4734 Add and document new return value.
4735 Switch the list of lines to a queue.
4736 Add support for new `type' key for nested type definitions.
4737 Add debugging/troubleshooting messages.
4738 * lib/data-structures.exp: New file.
4739
ec72db3e
SM
47402017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4741
4742 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4743 with proc_with_prefix, don't use with_test_prefix.
4744
99598d71
TT
47452017-12-07 Tom Tromey <tom@tromey.com>
4746
4747 * gdb.base/break.exp: Add test for empty "commands".
4748
a8806230
YQ
47492017-12-07 Yao Qi <yao.qi@linaro.org>
4750
4751 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4752 malloc and catch syscall.
4753
824cc835
PM
47542017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4755
e79be6e5 4756 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4757 tests for explicit locations.
4758
7cc244de
PA
47592017-12-06 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4762 force-disabling XML descriptions.
4763
50a1fdd5
PA
47642017-12-04 Pedro Alves <palves@redhat.com>
4765
4766 PR gdb/22499
4767 * gdb.arch/amd64-disp-step-avx.S: New file.
4768 * gdb.arch/amd64-disp-step-avx.exp: New file.
4769
f0fb2488
PA
47702017-12-03 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4773 and <string.h>.
4774 (parent_function): Print distinct messages when waitpid fails, or
4775 the child exits with a signal, or the child exits for an unhandled
4776 reason.
4777 * gdb.threads/process-dies-while-detaching.exp
4778 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4779 it. Wait for both inferior output and GDB's prompt. Use an
4780 indirect spawn id list.
4781 (do_detach): New parameter 'child_exit'. Use it to compute
4782 expected inferior output.
4783 (test_detach, test_detach_watch, test_detach_killed_outside):
4784 Adjust to pass down the expected child exit kind.
4785
97cbe998
SDJ
47862017-12-01 Joel Brobecker <brobecker@adacore.com>
4787 Sergio Durigan Junior <sergiodj@redhat.com>
4788 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4791
40fc416f
SDJ
47922017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4793
4794 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4795 to 'symbol-file' and 'add-symbol-file' can be
4796 position-independent.
4797
1cc75e92
YQ
47982017-12-01 Yao Qi <yao.qi@linaro.org>
4799
4800 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4801 the URL in copyright header.
4802 * gdb.arch/aarch64-fp.exp: Likewise.
4803 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4804 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4805 * gdb.base/expand-psymtabs.exp: Likewise.
4806 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4807 * gdb.fortran/common-block.exp: Likewise.
4808 * gdb.fortran/common-block.f90: Likewise.
4809 * gdb.fortran/logical.exp: Likewise.
4810 * gdb.fortran/vla-datatypes.f90: Likewise.
4811 * gdb.fortran/vla-sub.f90: Likewise.
4812
875fb7a7
JB
48132017-11-30 Joel Brobecker <brobecker@adacore.com>
4814
4815 * gdb.ada/repeat_dyn: New testcase.
4816
6f14765f
UW
48172017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4818
4819 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4820 Update for changed thread numbering.
4821 * gdb.cell/bt.exp: Update for changed GDB output.
4822
f1af7b94
SM
48232017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4824
4825 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4826 setting isremote by hand.
4827 * boards/dwarf4-gdb-index.exp: Likewise.
4828 * boards/fission.exp: Likewise.
4829 * boards/stabs.exp: Likewise.
4830
e3919f3e
PA
48312017-11-30 Pedro Alves <palves@redhat.com>
4832
4833 * gdb.linespec/cpls-ops.exp
4834 (check_explicit_skips_function_argument): Extract the underlying
4835 type of size_t instead of hardcoding it.
4836
bd69330d
PA
48372017-11-29 Pedro Alves <palves@redhat.com>
4838
4839 PR c++/19436
4840 * gdb.linespec/cpls-abi-tag.cc: New file.
4841 * gdb.linespec/cpls-abi-tag.exp: New file.
4842
a20714ff
PA
48432017-11-29 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/langs.exp: Use -qualified.
4846 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4847 it.
4848 * gdb.cp/namespace.exp: Use -qualified.
4849 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4850 (overload-3, template-overload, template-ret-type, const-overload)
4851 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4852 procedures.
4853 (test_driver): Call them.
4854 * gdb.cp/save-bp-qualified.cc: New.
4855 * gdb.cp/save-bp-qualified.exp: New.
4856 * gdb.linespec/explicit.exp: Test -qualified.
4857 * lib/completion-support.exp (completion::explicit_opts_list): Add
4858 "-qualified".
4859 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4860
f6f1d339
PM
48612017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4862
4863 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4864
02ca603a
TT
48652017-11-29 Tom Tromey <tom@tromey.com>
4866
4867 * gdb.base/relocate.exp: Update invalid argument test.
4868 Add new tests for invalid arguments.
4869
ed6c0bfb
TP
48702017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4871
4872 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4873 Return 0 as a long.
4874 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4875
f106e10e
TP
48762017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4877
4878 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4879 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4880 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4881 func ().
4882 * gdb.cp/shadow.cc (B.func): Return 0.
4883
10329bb2
JB
48842017-11-27 Joel Brobecker <brobecker@adacore.com>
4885
4886 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4887 expected output in gdb_expect call to allow the exception
4888 message to be present as well. Fix syntax confusion to avoid
4889 TCL thinking that exception_name is an array.
4890
617cd4bc
UW
48912017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4892
4893 * gdb.arch/spu-info.c: Include <unistd.h>.
4894 (do_signal_test): Fix broken calls to write.
4895 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4896 Fix checks for empty mailboxes. Update signal tests for corrected
4897 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4898 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4899 * gdb.cell/arch.exp: Use standard_output_file.
4900 * gdb.cell/break.exp: Likewise.
4901 * gdb.cell/bt.exp: Likewise.
4902 * gdb.cell/core.exp: Likewise.
4903 * gdb.cell/dwarfaddr.exp: Likewise.
4904 * gdb.cell/ea-cache.exp: Likewise.
4905 * gdb.cell/ea-standalone.exp: Likewise.
4906 * gdb.cell/f-regs.exp: Likewise.
4907 * gdb.cell/fork.exp: Likewise.
4908 * gdb.cell/gcore.exp: Likewise.
4909 * gdb.cell/mem-access.exp: Likewise.
4910 * gdb.cell/ptype.exp: Likewise.
4911 * gdb.cell/registers.exp: Likewise.
4912 * gdb.cell/sizeof.exp: Likewise.
4913 * gdb.cell/solib-symbol.exp: Likewise.
4914 * gdb.cell/solib.exp: Likewise.
617cd4bc 4915
a81aaca0
PA
49162017-11-25 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/complete-empty.exp: New file.
4919 * gdb.base/completion.exp: Adjust.
4920
6a3c6ee4
PA
49212017-11-25 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.linespec/cpls-ops.cc: New file.
4924 * gdb.linespec/cpls-ops.exp: New file.
4925 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4926 factored out from ...
4927 (test_complete_prefix_range): ... this.
4928
8955eb2d
PA
49292017-11-24 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.linespec/cpcompletion.exp: New file.
4932 * gdb.linespec/cpls-hyphen.cc: New file.
4933 * gdb.linespec/cpls.cc: New file.
4934 * gdb.linespec/cpls2.cc: New file.
4935 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4936 test to use test_gdb_complete_unique. Add label completion,
4937 keyword completion and explicit location completion tests.
4938 * lib/completion-support.exp: New file.
4939
e547c119
JB
49402017-11-24 Joel Brobecker <brobecker@adacore.com>
4941
4942 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4943 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4944 when hitting an exception catchpoint.
4945
7c3c1aa8
YQ
49462017-11-22 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4949
41bd68f5
SM
49502017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4951
4952 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4953 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4954 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4955
1daad298
YQ
49562017-11-22 Yao Qi <yao.qi@linaro.org>
4957
4958 * gdb.base/info-os.exp: Pass pthreads.
4959 * gdb.multi/multi-attach.exp: Likewise.
4960
88465e87
YQ
49612017-11-22 Yao Qi <yao.qi@linaro.org>
4962
4963 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4964 compiler.
4965
dc196b23
YQ
49662017-11-22 Yao Qi <yao.qi@linaro.org>
4967
4968 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4969 * gdb.base/break-interp.exp: Likewise.
4970 * gdb.base/jit-attach-pie.exp: Likewise.
4971
2400729e
UW
49722017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4973
4974 * gdb.base/float128.c (large128): New variable.
4975 * gdb.base/float128.exp: Add test to print largest __float128 value.
4976
7a26362d
UW
49772017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4978
4979 * gdb.arch/vsx-regs.exp: Update register content checks.
4980
ed0f4273
UW
49812017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4982
4983 * gdb.arch/ppc-longdouble.exp: New file.
4984 * gdb.arch/ppc-longdouble.c: Likewise.
4985
a25d69c6
PA
49862017-11-21 Pedro Alves <palves@redhat.com>
4987
4988 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4989
73fcf641
PA
49902017-11-20 Pedro Alves <palves@redhat.com>
4991
4992 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4993 (long_double_typedef): New typedefs.
4994 Use DEF on double and long double.
4995 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4996 cases.
4997 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4998 and 'long_double_ptr_same_size' locals. Use them to decide
4999 whether cast from array/function to float is valid/invalid.
5000
71a3c369
TT
50012017-11-17 Tom Tromey <tom@tromey.com>
5002
5003 * gdb.rust/traits.rs: New file.
5004 * gdb.rust/traits.exp: New file.
5005
ced9779b
JB
50062017-11-17 Joel Brobecker <brobecker@adacore.com>
5007
5008 * gdb.ada/minsyms: New testcase.
5009
a0922d80
PA
50102017-11-16 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5013 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5014
ea04e54c
PA
50152017-11-16 Pedro Alves <palves@redhat.com>
5016
5017 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5018 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5019
e849ea89
PA
50202017-11-16 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.server/reconnect-ctrl-c.c: New file.
5023 * gdb.server/reconnect-ctrl-c.exp: New file.
5024
d8ae99a7
PM
50252017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5026
5027 * gdb.python/py-rbreak.exp: New file.
5028 * gdb.python/py-rbreak.c: New file.
5029 * gdb.python/py-rbreak-func2.c: New file.
5030
968a13f8
PA
50312017-11-16 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5034 pattern.
5035 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5036 GDB.
5037
71774bc9
SM
50382017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5039
5040 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5041 regex.
5042
ddbb44cf
SM
50432017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5044
5045 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5046 test names.
5047
584a564f
PA
50482017-11-09 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5051 factored out from ...
5052 (top level): ... here, and adjusted to avoid expecting beyond the
5053 prompt in a single gdb_test_multiple.
5054
5ed7a928
PA
50552017-11-09 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5058 output.
5059 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5060 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5061 * gdb.server/ext-run.exp ("kill" test): Likewise.
5062 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5063
a60e0738
PA
50642017-11-09 Pedro Alves <palves@redhat.com>
5065
5066 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5067 match till end of line.
5068
2c88253f
PA
50692017-11-09 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5072
c7a38517
PA
50732017-11-09 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5076 New procedures, factored out from ...
5077 (top level): ... here, and adjusted to avoid expecting beyond the
5078 prompt in one go.
5079
f29f4b6b
PA
50802017-11-09 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5083 output. Fix '?' match.
5084
286acbb5
JB
50852017-11-08 Joel Brobecker <brobecker@adacore.com>
5086
5087 * gdb.ada/scoped_watch: New testcase.
5088 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5089 which is actually correct.
5090 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5091 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5092
62d7ae92
PA
50932017-11-08 Pedro Alves <palves@redhat.com>
5094
5095 * gdb.gdb/complaints.exp (test_initial_complaints)
5096 (test_serial_complaints, test_short_complaints): Call
5097 complaint_internal instead of complaint.
5098
280ca31f
DT
50992017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5100
5101 * gdb.threads/tls-core.c: New file.
5102 * gdb.threads/tls-core.exp: Likewise.
5103
b5ec771e
PA
51042017-11-08 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5107 (p Exported_Capitalized): New test.
5108 (p exported_capitalized): New test.
5109
a02b41a7
PA
51102017-11-07 Pedro Alves <palves@redhat.com>
5111
5112 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5113
95e95a6d
PA
51142017-11-07 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5117 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5118 (disable_invalid, disable_inverted, disable_negative): New
5119 procedures.
5120 ("bad numbers"): New set of tests.
5121
cee62dbd
PA
51222017-11-07 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.cp/ena-dis-br-range.exp: Add tests.
5125
cc638e86
PA
51262017-11-07 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5129
d0fe4701
XR
51302017-11-07 Xavier Roirand <roirand@adacore.com>
5131 Pedro Alves <palves@redhat.com>
5132
5133 * gdb.base/ena-dis-br.exp: Add reference to
5134 gdb.cp/ena-dis-br-range.exp.
5135 * gdb.cp/ena-dis-br-range.exp: New file.
5136 * gdb.cp/ena-dis-br-range.cc: New file.
5137
46f67f80
PA
51382017-11-06 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.base/attach-non-pgrp-leader.c: New.
5141 * gdb.base/attach-non-pgrp-leader.exp: New.
5142
726e1356
PA
51432017-11-06 Pedro Alves <palves@redhat.com>
5144
5145 * configure.ac: No longer check for termio.h and sgtty.h.
5146 * configure: Regenerate.
5147 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5148 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5149 Remove termio and sgtty code.
5150
50ab6ace
YQ
51512017-11-03 Yao Qi <yao.qi@linaro.org>
5152
5153 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5154 in GDB is disabled.
5155
8e68731c
YQ
51562017-11-03 Yao Qi <yao.qi@linaro.org>
5157
5158 * gdb.python/py-thrhandle.exp: Skip it if python is not
5159 enabled.
5160
3a87ae65
SM
51612017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5162
5163 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5164 as a breakpoint command.
5165
484d8d36
MD
51662017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5167
5168 PR python/21213
5169 * gdb.python/py-infthread.exp: Test calling
5170 InferiorThread.inferior () multiple times in a row.
5171
4a27f119
KS
51722017-10-27 Keith Seitz <keiths@redhat.com>
5173
5174 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5175 Test "info break" for every inlined function breakpoint.
5176
bb11dd58
YQ
51772017-10-27 Yao Qi <yao.qi@linaro.org>
5178
5179 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5180
a43f3893
PF
51812017-10-26 Patrick Frants <osscontribute@gmail.com>
5182
5183 * gdb.cp/classes.exp (test_static_members): Test printing
5184 Outer::instance.
5185 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5186 (Inner::instance, Outer::instance): New.
5187
792ccf00
PA
51882017-10-24 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5191 extra console" test in two stages.
5192
eb2bfbad
PA
51932017-10-24 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5196
1f75a651
PA
51972017-10-24 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5200 loop.
5201
779990d9
PA
52022017-10-24 Pedro Alves <palves@redhat.com>
5203
5204 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5205 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5206
ad9b8f5d
PA
52072017-10-24 Pedro Alves <palves@redhat.com>
5208
5209 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5210 parameter and handle it. Don't output read value in test name.
5211
fee6da6e
PA
52122017-10-24 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5215 custom test name.
5216
10389c2c
PA
52172017-10-24 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5220 include the unstable output directory name in the test's name.
5221 (initial_setup_simple) <'set args'>: Use custom test name.
5222
a80e65a9
PA
52232017-10-24 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5226 with explicit test name.
5227
15763a09
PA
52282017-10-20 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5231 'wait -i'. Use gdb_assert and remote_close.
5232
49a4ce2e
AB
52332017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5234
5235 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5236 number from variable rather than hard-coded.
5237
a75868f5
PA
52382017-10-19 Pedro Alves <palves@redhat.com>
5239
5240 * gdb.base/long-inferior-output.c: New file.
5241 * gdb.base/long-inferior-output.exp: New file.
5242
c8ba13ad
KS
52432017-11-18 Keith Seitz <keiths@redhat.com>
5244
5245 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5246 method.
5247 (main): Call it.
5248 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5249 Add additional user-defined conversion operator tests.
5250
b27de576
PA
52512017-10-17 Pedro Alves <palves@redhat.com>
5252
5253 * boards/native-stdio-gdbserver.exp: Load "local-board".
5254
8484c955
PA
52552017-10-17 Pedro Alves <palves@redhat.com>
5256
5257 * gdb.base/quit-live.c: New file.
5258 * gdb.base/quit-live.exp: New file.
5259
83d5a34d
KS
52602017-10-16 Keith Seitz <keiths@redhat.com>
5261
5262 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5263 (class_with_protected_typedef, class_with_private_typedef)
5264 (struct_with_public_typedef, struct_with_protected_typedef)
5265 (struct_with_private_typedef): New classes/structs.
5266 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5267 typedefs and access specifiers.
5268
739b3f1d
PA
52692017-10-16 Pedro Alves <palves@redhat.com>
5270 Simon Marchi <simon.marchi@polymtl.ca>
5271
5272 * README (Local vs Remote vs Native): New section.
5273 * boards/local-board.exp: New file, with bits factored out from
5274 ...
5275 * boards/native-extended-gdbserver.exp: ... here. Load
5276 "local-board".
5277 * boards/native-gdbserver.exp: Load "local-board".
5278 (${board}_spawn, ${board}_exec): Delete.
5279 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5280 ...
5281 * boards/stdio-gdbserver-base.exp: ... this new file.
5282 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5283 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5284 procedure.
5285 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5286 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5287 stdio_gdbserver_command.
5288 (${board}_get_remote_address, ${board}_get_comm_port)
5289 (${board}_download, ${board}_upload): Delete.
5290 (get_target_remote_pipe_cmd): New.
5291
fe68b953
SM
52922017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5293
5294 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5295 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5296 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5297 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5298 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5299 remove with_test_prefix.
5300
300b6685
PA
53012017-10-13 Pedro Alves <palves@redhat.com>
5302
5303 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5304 * gdb.base/annota1.exp: Use it instead of is_remote.
5305 * gdb.base/annota3.exp: Use it instead of is_remote.
5306 * gdb.cp/annota2.exp: Use it instead of is_remote.
5307 * gdb.cp/annota3.exp: Use it instead of is_remote.
5308 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5309
50500caf
PA
53102017-10-13 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5313 (test_num_test_vars, run_and_count_vars, find_env)
5314 (test_set_unset_env, test_inherit_env_var): New procedures.
5315 (top level): Use them.
5316
dad0c6d2
PA
53172017-10-13 Pedro Alves <palves@redhat.com>
5318
5319 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5320 also skip on stub-like targets.
5321
8b0553c1
PA
53222017-10-13 Pedro Alves <palves@redhat.com>
5323
5324 PR gdb/22293
5325 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5326 (top level): Move some tests to ...
5327 (test_not_found): ... this new procedure.
5328 (top level): Call it.
5329
7594f623
PA
53302017-10-13 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5333 expect different "info terminal" output if testing with a
5334 non-native target.
5335
ebe3b402
PA
53362017-10-13 Pedro Alves <palves@redhat.com>
5337 Simon Marchi <simon.marchi@polymtl.ca>
5338
5339 PR python/12966
5340 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5341
42f1b161
PA
53422017-10-13 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5345 already.
5346
8d6ef72b
PA
53472017-10-13 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5350 is_remote.
5351
d7bcd5b8
PA
53522017-10-13 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5355 is_remote.
5356
df479dc6
PA
53572017-10-13 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5360 is set.
5361 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5362 instead of is_remote.
5363
23fb630a
PA
53642017-10-13 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5367 (top level): Add comment.
5368
cc77b1dc
PA
53692017-10-13 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/remote.exp (top level): Fix comment typo and add
5372 missing return.
5373
27c9e813
PA
53742017-10-13 Pedro Alves <palves@redhat.com>
5375 Simon Marchi <simon.marchi@polymtl.ca>
5376
5377 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5378 calls and add comments. Skip test if use_gdb_stub is set.
5379 (top level): Use "set cwd" command instead of "cd" command.
5380
5e830d98
PA
53812017-10-13 Pedro Alves <palves@redhat.com>
5382
5383 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5384 is_remote target check.
5385
f5ca0032
PA
53862017-10-13 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/scope.exp: Use build_executable + clean_restart +
5389 gdb_file_cmd instead of prepare_for_testing and no longer skip
5390 "before run" tests on is_remote target boards. Update comments.
5391 * boards/native-extended-gdbserver.exp
5392 (extended_gdbserver_load_last_file): New, factored out from ...
5393 (gdb_load): ... this. Move further below and add comment.
5394 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5395
8aed1c0d
PA
53962017-10-12 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.base/attach.exp: Remove references to gdb64.
5399 * gdb.base/dbx.exp: Remove references to gdb64.
5400
cfa34c87
SM
54012017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5402 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/label.exp: Remove is_remote target check.
5405
9192b7de
PA
54062017-10-12 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/auvx.exp (coredir): Update comment.
5409 (top level) <core_works>: Use "set cwd" command instead of "cd"
5410 command.
5411
6bf0052d
PA
54122017-10-12 Pedro Alves <palves@redhat.com>
5413 Simon Marchi <simon.marchi@polymtl.ca>
5414
5415 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5416 target boards.
5417
e48ef82d
PA
54182017-10-12 Pedro Alves <palves@redhat.com>
5419 Simon Marchi <simon.marchi@polymtl.ca>
5420
5421 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5422 Instead skip if there's any gdb_protocol set.
5423
8d7aea57
SM
54242017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5425 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5428
30440677
PA
54292017-10-12 Pedro Alves <palves@redhat.com>
5430 Simon Marchi <simon.marchi@polymtl.ca>
5431
5432 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5433 instead of on dejagnu remote boards.
5434
4e04f045 54352017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5436 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5437
5438 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5439 checks. Use build_executable + clean_restart instead of
5440 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5441 of enabling non-stop after starting gdb.
5442
871a186e
PA
54432017-10-12 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5446 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5447 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5448 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5449
56d704da
AK
54502017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5451
5452 * gdb.arch/arc-tdesc-cpu.exp: New file.
5453 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5454
2f20e312
SM
54552017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5456
5457 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5458
65630365
PA
54592017-10-10 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5462 expect CLI output.
5463
bf469271
PA
54642017-10-10 Pedro Alves <palves@redhat.com>
5465
5466 * lib/selftest-support.exp (selftest_setup): Update for
5467 captured_command_loop's prototype change.
5468
777a42f1
PA
54692017-10-09 Pedro Alves <palves@redhat.com>
5470
5471 Test both arch1=>arch2 and arch2=>arch1.
5472
5473 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5474 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5475 factored out to...
5476 (append_arch1_options, append_arch2_options, append_arch_options)
5477 (build_executables): New procedures.
5478 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5479 local.
5480 (top level): Add new 'first_arch' testing axis.
5481
cbd2b4e3
PA
54822017-10-09 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5485 (barrier): New.
5486 (thread_start, all_started): New functions.
5487 (main): Spawn new thread and wait until it is scheduled.
5488 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5489 option.
5490 (do_test): Add 'selected_thread' parameter. Run to all_started
5491 instead of main. Explicitly set the breakpoint at main. Switch
5492 to the SELECTED_THREAD thread.
5493 (top level): Test handling the exec event with either the main
5494 thread or the second thread selected.
5495
5c9e4427
PA
54962017-10-09 Pedro Alves <palves@redhat.com>
5497
5498 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5499 logic. Move STOP marker after the value checks.
5500 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5501 regexp.
5502
b3b7c423
SL
55032017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5504
5505 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5506
3b4b2f16
UW
55072017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5508
5509 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5510 integer-to-dfp conversion.
5511 * gdb.base/dfp-test.exp: Likewise.
5512
5cd63fda
PA
55132017-10-04 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.multi/hangout.c: Include <unistd.h>.
5516 (hangout_loop): New function.
5517 (main): Call alarm. Call hangout_loop in a loop.
5518 * gdb.multi/hello.c: Include <unistd.h>.
5519 (hello_loop): New function.
5520 (main): Call alarm. Call hangout_loop in a loop.
5521 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5522 inferior with the other selected.
5523
4c71c105
SM
55242017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5525
5526 * gdb.mi/list-thread-groups-available.exp: New file.
5527 * gdb.mi/list-thread-groups-available.c: New file.
5528
bc3b087d
SDJ
55292017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5530
5531 * gdb.base/set-cwd.exp: Make it available on
5532 native-extended-gdbserver.
5533
d092c5a2
SDJ
55342017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5535
5536 * gdb.base/set-cwd.c: New file.
5537 * gdb.base/set-cwd.exp: Likewise.
5538
45320ffa
TT
55392017-10-02 Tom Tromey <tom@tromey.com>
5540
5541 PR rust/22236:
5542 * gdb.rust/simple.rs (main): New variable "fslice".
5543 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5544
b3e3859b
TT
55452017-10-02 Tom Tromey <tom@tromey.com>
5546
5547 * gdb.rust/simple.exp: Test ptype of a slice.
5548
01af5e0d
TT
55492017-10-02 Tom Tromey <tom@tromey.com>
5550
5551 * gdb.rust/simple.exp: Test index of slice.
5552
a9bbfbd8
TT
55532017-09-27 Tom Tromey <tom@tromey.com>
5554
5555 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5556
df8899e5
TP
55572017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5558 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.base/compare-sections.exp (get value of read-only section): Read
5561 as unsigned value.
5562 (corrupt read-only section): Likewise and don't set written if patching
5563 failed.
5564
757bf54b
KB
55652017-09-21 Kevin Buettner <kevinb@redhat.com>
5566
5567 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5568 files.
5569
06871ae8
PA
55702017-09-20 Pedro Alves <palves@redhat.com>
5571
5572 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5573 symbol names in gdb's output.
5574 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5575
e5f25bc5
PA
55762017-09-20 Pedro Alves <palves@redhat.com>
5577
5578 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5579 Rename to ...
5580 (test_list_ambiguous_symbol): ... this and add a symbol name
5581 parameter. Adjust.
5582 (test_list_ambiguous_function): Reimplement on top of
5583 test_list_ambiguous_symbol and also test listing ambiguous
5584 variables.
5585 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5586 (ambiguous_fun): ... this.
5587 (ambiguous_var): New.
5588 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5589 (ambiguous_fun): ... this.
5590 (ambiguous_var): New.
5591
4e5a4f58
JB
55922017-09-19 John Baldwin <jhb@FreeBSD.org>
5593
5594 * gdb.base/starti.c: New file.
5595 * gdb.base/starti.exp: New file.
5596 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5597
26e53f3e
PA
55982017-09-14 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5601 (top level): Use it instead of runto.
5602
cb791d59
TT
56032017-09-11 Tom Tromey <tom@tromey.com>
5604
5605 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5606
7c96f8c1
TT
56072017-09-11 Tom Tromey <tom@tromey.com>
5608
5609 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5610 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5611
469412dd
CW
56122017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5613
5614 * gdb.fortran/printing-types.exp: New file.
5615 * gdb.fortran/printing-types.exp: New file.
5616
e0f86435
BH
56172017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5618
5619 * gdb.fortran/vla-ptype.exp: Fix typos.
5620 * gdb.fortran/vla-value.exp: Same.
5621
9e9af4be
BH
56222017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5623
5624 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5625 * gdb.mi/mi-var-child-f.exp: Likewise.
5626 * gdb.mi/mi-vla-fortran.exp: Likewise.
5627
a5ad232b 56282017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5629 Christoph Weinmann <christoph.t.weinmann@intel.com>
5630 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5631
5632 * gdb.fortran/ptr-indentation.f90: New file.
5633 * gdb.fortran/ptr-indentation.exp: New file.
5634
5aec60eb
TT
56352017-09-05 Tom Tromey <tom@tromey.com>
5636
5637 PR gdb/22010:
5638 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5639
8f8f8152
TP
56402017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5641
5642 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5643
fbd1b771
JK
56442017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5645
5646 * gdb.threads/tls-nodebug-pie.c: New file.
5647 * gdb.threads/tls-nodebug-pie.exp: New file.
5648
5eb5f850
TT
56492017-09-05 Tom Tromey <tom@tromey.com>
5650
5651 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5652 for rust.
5653
ae780a21
SM
56542017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5655
5656 * gdb.multi/multi-arch-exec.exp: Test with different
5657 "follow-exec-mode" settings.
5658 (do_test): New procedure.
5659
3693fdb3
PA
56602017-09-04 Pedro Alves <palves@redhat.com>
5661
5662 * gdb.base/func-static.c (S::method const, S::method volatile)
5663 (S::method volatile const): New methods.
5664 (c_s, v_s, cv_s): New instances.
5665 (main): Call method() on them.
5666 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5667 (cannot_resolve): New procedure.
5668 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5669 print-quote-unquoted columns.
5670 (do_test): Test printing each scope too.
5671
e68cb8e0
PA
56722017-09-04 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/local-static.exp: Also test with
5675 class::method::variable wholly quoted.
5676 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5677
858be34c
PA
56782017-09-04 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/local-static.c: New.
5681 * gdb.base/local-static.cc: New.
5682 * gdb.base/local-static.exp: New.
5683
46a4882b
PA
56842017-09-04 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.asm/asm-source.exp: Add casts to int.
5687 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5688 (dataglobal64_1, dataglobal64_2): New globals.
5689 * gdb.base/nodebug.exp: Test different expressions involving the
5690 new globals, with print, whatis and ptype. Add casts to int.
5691 * gdb.base/solib-display.exp: Add casts to int.
5692 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5693 * gdb.cp/m-static.exp: Add cast to int.
5694 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5695 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5696 tls variable with no debug info without a cast. Test with a cast
5697 to int too.
5698 * gdb.trace/entry-values.exp: Add casts.
5699
2c5a2be1
PA
57002017-09-04 Pedro Alves <palves@redhat.com>
5701
5702 * gdb.base/nodebug.exp: Test that ptype's error about functions
5703 with unknown return type includes the function name too.
5704
7022349d
PA
57052017-09-04 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5708 return type of munmap in infcall.
5709 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5710 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5711 type of ftell in infcall.
5712 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5713 type of getpid in infcall.
5714 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5715 infcall.
5716 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5717 Bail on failure to extract the pid.
5718 * gdb.base/nodebug.c: #include <stdint.h>.
5719 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5720 New functions.
5721 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5722 Change expected output of print/whatis/ptype with functions with
5723 no debug info. Test all supported languages. Call
5724 test_call_promotion.
5725 * gdb.compile/compile.exp: Adjust expected output to expect
5726 warning.
5727 * gdb.threads/siginfo-threads.exp: Likewise.
5728
54990598
PA
57292017-09-04 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5732 "prototypes". Test calling float functions via prototyped and
5733 unprototyped function pointers.
5734 (perform_all_tests): New parameter "prototypes". Pass it down.
5735 (top level): Pass down "prototypes" parameter to
5736 perform_all_tests.
5737
34d16ea2
SM
57382017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5739
5740 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5741 Test with nested loops.
5742
9521ecda
SM
57432017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5744
5745 * gdb.base/commands.exp: Call the new procedures.
5746 (loop_break_test, loop_continue_test): New procedures.
5747
80a65e9b
SM
57482017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5749
5750 * gdb.base/commands.exp: Call new procedure.
5751 (define_if_without_arg_test): New procedure.
5752
e439fa14
PA
57532017-09-04 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/list-ambiguous.exp: New file.
5756 * gdb.base/list-ambiguous0.c: New file.
5757 * gdb.base/list-ambiguous1.c: New file.
5758 * gdb.base/list.exp (test_list_range): Adjust expected output.
5759
0a2dde4a
SDJ
57602017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5761
5762 * gdb.base/share-env-with-gdbserver.c: New file.
5763 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5764
5e89eb3a
SM
57652017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5766
5767 * gdb.base/commands.exp (gdbvar_simple_if_test,
5768 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5769 progvar_simple_if_test, progvar_simple_while_test,
5770 progvar_complex_if_while_test, user_defined_command_test,
5771 user_defined_command_args_eval,
5772 user_defined_command_args_stack_test,
5773 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5774 temporary_breakpoint_commands,
5775 gdb_test_no_prompt, redefine_hook_test,
5776 redefine_backtrace_test): Remove "global gdb_prompt".
5777
fd437cbc
SM
57782017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5779
5780 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5781 New proc, call it from toplevel.
5782
87215ad1
SDJ
57832017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5784
5785 PR remote/21852
5786 * gdb.server/normal.c: New file, copied from gdb.base.
5787 * gdb.server/run-without-local-binary.exp: New file.
5788
58afddc6
WP
57892017-08-07 Weimin Pan <weimin.pan@oracle.com>
5790
5791 * gdb.arch/sparc64-adi.exp: New file.
5792 * gdb.arch/sparc64-adi.c: New file.
5793
5277199a
PA
57942017-08-22 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5797 (top level): Add "list all overloads" tests.
5798
14278e1f
TT
57992017-08-22 Tom Tromey <tom@tromey.com>
5800
5801 * gdb.gdb/xfullpath.exp: Remove.
5802
bf223d3e
PA
58032017-08-21 Pedro Alves <palves@redhat.com>
5804
5805 PR gdb/19487
5806 * gdb.base/symbol-alias.c: New.
5807 * gdb.base/symbol-alias2.c: New.
5808 * gdb.base/symbol-alias.exp: New.
5809
c973d0aa
PA
58102017-08-21 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/dfp-test.c
5813 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5814 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5815 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5816 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5817 * gdb.base/whatis-ptype-typedefs.c: New.
5818 * gdb.base/whatis-ptype-typedefs.exp: New.
5819 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5820 (an_int, an_int_type, an_int_type2): New globals.
5821 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5822 involving typedefs and cast expressions.
5823 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5824 (lookup_typedefs_function): New.
5825 (typedefs_pretty_printers_dict): New.
5826 (top level): Register lookup_typedefs_function in
5827 gdb.pretty_printers.
5828
6d580b63
YQ
58292017-08-18 Yao Qi <yao.qi@linaro.org>
5830
5831 * gdb.server/unittest.exp: New.
5832
206726fb
SDJ
58332017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5834
5835 PR gdb/21954
5836 * gdb.base/environ.exp: Add test to check if 'unset environment'
5837 works.
5838
bf0ec4c2
AA
58392017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5840
5841 * lib/gdb.exp (universal_compile_options): New caching proc.
5842 (gdb_compile): Suppress GCC's coloring of messages.
5843
d6382fff
TT
58442017-08-14 Tom Tromey <tom@tromey.com>
5845
5846 PR gdb/21675:
5847 * gdb.base/printcmds.exp (test_radices): New function.
5848 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5849 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5850 * lib/gdb.exp (get_integer_valueof): Use p/d.
5851
c2c2dd9f
SM
58522017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5853
5854 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5855 characters.
5856
fdffd6f4
TT
58572017-08-05 Tom Tromey <tom@tromey.com>
5858
5859 * gdb.rust/simple.exp: Allow String to appear in a different
5860 namespace.
5861
27d41eac
YQ
58622017-07-26 Yao Qi <yao.qi@linaro.org>
5863
5864 * gdb.gdb/unittest.exp: Invoke command
5865 "maintenance check xml-descriptions".
5866
031ed05d
AA
58672017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5868
5869 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5870 calling context.
5871 (hex128): Drop erroneous calculation of parameters.
5872
dcd27ddf
SM
58732017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5874
5875 * gdb.python/py-unwind.exp: Disable stack protection when
5876 building test file.
5877
47e77640
PA
58782017-07-20 Pedro Alves <palves@redhat.com>
5879
5880 * gdb.base/default.exp (set language): Adjust expected output.
5881
62d2a18a
PA
58822017-07-20 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5885 (test_minsym): ... this, and make static.
5886 (get_pck__foo__bar__minsym): Rename to ...
5887 (get_test_minsym): ... this.
5888 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5889 symbol names and comments.
5890 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5891 (get_test_minsym): ... this.
5892 (pck__foo__bar__minsym__2): Rename to ...
5893 (test_minsym): ... this.
5894 (main): Adjust.
5895
c45ec17c
PA
58962017-07-17 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.base/completion.exp: Adjust expected output.
5899 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5900 the completer works.
5901
c6756f62
PA
59022017-07-17 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5905
5bd68487
AB
59062017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5907
5908 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5909
8880f2a9
TT
59102017-07-14 Tom Tromey <tom@tromey.com>
5911
5912 PR rust/21764:
5913 * gdb.rust/simple.exp: Add tests.
5914
65547233
TT
59152017-07-14 Tom Tromey <tom@tromey.com>
5916
5917 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5918
8f14146e
PA
59192017-07-14 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.linespec/base/one/thefile.cc (z1): New function.
5922 * gdb.linespec/base/two/thefile.cc (z2): New function.
5923 * gdb.linespec/linespec.exp: Add tests.
5924
b4365d02
AB
59252017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5926
5927 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5928 to mi_create_breakpoint.
5929
5d2cbaa5
AB
59302017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5931
5932 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5933 mi_create_breakpoint.
5934
11cb5716
IB
59352017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5936
5937 * gdb.dlang/demangle.exp: Update for demangling changes.
5938
03278692
TT
59392017-07-09 Tom Tromey <tom@tromey.com>
5940
5941 * gdb.dwarf2/shortpiece.exp: New file.
5942
33c5cd75
DB
59432017-07-06 David Blaikie <dblaikie@gmail.com>
5944
5945 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5946 built from fissiont-multi-cu{1,2}.c.
5947 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5948 except putting 'main' and 'func' in separate CUs in the same DWO file.
5949 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5950 test.
5951 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5952 test.
5953
8455d262
PA
59542017-07-06 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.python/py-unwind.exp: Test flushregs.
5957
dc4bde35
SDJ
59582017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 PR cli/21688
5961 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5962 tests for alias commands and trailing whitespace.
5963
51ed89aa
SDJ
59642017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5965
5966 PR cli/21688
5967 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5968 procedure. Call it.
5969
eb17d413
PA
59702017-06-29 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.base/printcmds.exp: Add tests.
5973
41664b45
DG
59742017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5975
5976 PR gdb/21337
5977 * gdb.base/reread-readsym.exp: New file.
5978 * gdb.base/reread-readsym.c: New file.
5979
75312ae3
KB
59802017-06-21 Kevin Buettner <kevinb@redhat.com>
5981
5982 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5983 subpattern.
5984
66953522
PB
59852017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5986
5987 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5988 extended mnemonic.
5989 * gdb.arch/powerpc-power9.s: Likewise.
5990
5524b525
AA
59912017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5992
5993 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5994 on 32-bit x86 targets. Exploit is_*_target macros where
5995 appropriate.
5996
03c8af18
AA
59972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5998
5999 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6000 register pieces.
6001
3bf31011
AA
60022017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6003
6004 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6005 located in one or more DWARF pieces.
6006
805acca0
AA
60072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6008
6009 * lib/gdb.exp (get_endianness): New proc.
6010 * gdb.arch/aarch64-fp.exp: Use it.
6011 * gdb.arch/altivec-regs.exp: Likewise.
6012 * gdb.arch/e500-regs.exp: Likewise.
6013 * gdb.arch/vsx-regs.exp: Likewise.
6014 * gdb.base/dump.exp: Likewise.
6015 * gdb.base/funcargs.exp: Likewise.
6016 * gdb.base/gnu_vector.exp: Likewise.
6017 * gdb.dwarf2/formdata16.exp: Likewise.
6018 * gdb.dwarf2/implptrpiece.exp: Likewise.
6019 * gdb.dwarf2/nonvar-access.exp: Likewise.
6020 * gdb.python/py-inferior.exp: Likewise.
6021 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6022
e9352324
AA
60232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6024
6025 PR gdb/21226
6026 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6027 stack value pieces are taken from the LSB end.
6028
d5d1163e
AA
60292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6030
6031 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6032 variable at nonzero offset.
6033
0567c986
AA
60342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6035
6036 * gdb.dwarf2/var-access.c: New file.
6037 * gdb.dwarf2/var-access.exp: New test.
6038 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6039
973e9aab
TT
60402017-06-12 Tom Tromey <tom@tromey.com>
6041
6042 * gdb.dwarf2/formdata16.exp: Add tests.
6043
d9109c80
TT
60442017-06-12 Tom Tromey <tom@tromey.com>
6045
6046 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6047
30a25466
TT
60482017-06-12 Tom Tromey <tom@tromey.com>
6049
6050 PR exp/16225:
6051 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6052 * gdb.arch/vsx-regs.exp: Update tests.
6053 * gdb.arch/s390-vregs.exp (hex128): New proc.
6054 Update test.
6055 * gdb.arch/altivec-regs.exp: Update tests.
6056
aefd8b33
SDJ
60572017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6058
6059 * gdb.base/startup-with-shell.c: New file.
6060 * gdb.base/startup-with-shell.exp: Likewise.
6061
2090129c
SDJ
60622017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6063
6064 * gdb.server/non-existing-program.exp: Update regex in order to
6065 reflect the fact that gdbserver is now using fork_inferior (with a
6066 shell) to startup the inferior.
6067
8e86a419
SM
60682017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6069
6070 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6071 support function calls from GDB.
6072
e6cf65f2
TT
60732017-05-21 Tom Tromey <tom@tromey.com>
6074
6075 PR rust/21466:
6076 * gdb.rust/unsized.exp: New file.
6077 * gdb.rust/unsized.rs: New file.
6078
43cc5389
TT
60792017-05-19 Tom Tromey <tom@tromey.com>
6080
6081 PR rust/21484:
6082 * gdb.rust/watch.exp: New file.
6083 * gdb.rust/watch.rs: New file.
6084
ec8df234
TT
60852017-05-18 Tom Tromey <tom@tromey.com>
6086
6087 * gdb.rust/simple.exp: Allow Box to be qualified.
6088
3e3e7fae
TP
60892017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6090
6091 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6092
59cc050d
PA
60932017-05-18 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/fileio.c (test_write, test_read, test_close)
6096 (test_fstat): Don't print 'ret' in the fail path.
6097
c8f6abd1
PA
60982017-05-18 Pedro Alves <palves@redhat.com>
6099
6100 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6101 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6102 (test_system, test_rename, test_unlink, test_time): Change
6103 prototypes.
6104 * gdb.base/fileio.exp (stop_msg): Adjust.
6105
d2a03b77
PA
61062017-05-18 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.base/fileio.c (null_str): New global.
6109 (test_stat): Use it.
6110 * gdb.base/fileio.exp: Remove nowarnings.
6111
0d5c6999
YQ
61122017-05-17 Yao Qi <yao.qi@linaro.org>
6113
6114 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6115
21873064
YQ
61162017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6119 argument command.
6120 (top-level): Invoke test_set_inferior_tty.
6121
d512d31c
PA
61222017-05-04 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6125 Add parens to print call for Python 3.
6126
90cef2ed
KS
61272017-05-03 Keith Seitz <keiths@redhat.com>
6128
6129 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6130 (main): Call it.
6131
14f819c8
TW
61322017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6133
6134 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6135 to prev and next.
6136
913aeadd
TW
61372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6138
6139 * gdb.python/py-record-btrace.exp: Remove test for
6140 gdb.BtraceInstruction.error.
6141
a3be24ad
TW
61422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6143
6144 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6145
ae20e79a
TW
61462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6147
6148 * gdb.python/py-record-btrace-threads.c: New file.
6149 * gdb.python/py-record-btrace-threads.exp: New file.
6150
45ce1b47
SDJ
61512017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6152
6153 PR testsuite/8595
6154 * gdb.base/environ.exp: Make test available in all architectures.
6155 Move bits related to "info program" testing to
6156 gdb.base/info-program.exp. Rewrite tests to use the two new
6157 procedures mentione below.
6158 (test_set_show_env_var) New procedure.
6159 (test_set_show_env_var_equal): Likewise.
6160 * gdb.base/info-program.exp: New file.
6161
e15c3eb4
KS
61622017-04-27 Keith Seitz <keiths@redhat.com>
6163
6164 * gdb.cp/oranking.cc (test15): New function.
6165 (main): Call test15 and declare additional variables for testing.
6166 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6167 "p foo101('abc')" tests.
6168 Add tests for cv qualifier overloads.
6169 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6170 "lvalue reference overload" test.
6171 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6172 "print value of f1 on Child&& in f2" test.
6173
3a3fd0fd
PA
61742017-04-19 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6177 procedure.
6178 (top level): Call it.
6179 * lib/gdb.exp (gdb_define_cmd): New procedure.
6180
53375380
PA
61812017-04-12 Pedro Alves <palves@redhat.com>
6182
6183 PR gdb/21323
6184 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6185 (wchar): New global.
6186 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6187 (do_test_wide_char, wide_char_types_no_program, top level): Add
6188 wchar_t testing.
6189
53e710ac
PA
61902017-04-12 Pedro Alves <palves@redhat.com>
6191
6192 PR c++/21323
6193 * gdb.cp/wide_char_types.c: New file.
6194 * gdb.cp/wide_char_types.exp: New file.
6195
0ad9d8c7
SDJ
61962017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6197
6198 PR gdb/21352
6199 * gdb.trace/tsv.exp: Add test for "tsave -r".
6200
b1b45502
IB
62012017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6202
6203 * gdb.dlang/watch-loc.c: New file.
6204 * gdb.dlang/watch-loc.exp: New file.
6205
ec13808e
JK
62062017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6207
6208 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6209
fe5f7374
AK
62102017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6211
6212 * gdb.arch/arc-analyze-prologue.S: New file.
6213 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6214
eea78757
AK
62152017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6216
6217 * gdb.arch/arc-decode-insn.S: New file.
6218 * gdb.arch/arc-decode-insn.exp: Likewise.
6219
5badf10a
IR
62202017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6221
6222 PR tdep/20928
6223 * gdb.arch/sparc64-regs.exp: New file.
6224 * gdb.arch/sparc64-regs.S: Likewise.
6225
cee59b3f
TW
62262017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6227
6228 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6229 and memory view on Python 3.
6230
c0f55cc6
AV
62312017-03-20 Artemiy Volkov <artemiyv@acm.org>
6232 Keith Seitz <keiths@redhat.com>
6233
6234 PR gdb/14441
6235 * gdb.cp/demangle.exp: Add rvalue reference tests.
6236 * gdb.cp/rvalue-ref-casts.cc: New file.
6237 * gdb.cp/rvalue-ref-casts.exp: New file.
6238 * gdb.cp/rvalue-ref-overload.cc: New file.
6239 * gdb.cp/rvalue-ref-overload.exp: New file.
6240 * gdb.cp/rvalue-ref-params.cc: New file.
6241 * gdb.cp/rvalue-ref-params.exp: New file.
6242 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6243 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6244 * gdb.cp/rvalue-ref-types.cc: New file.
6245 * gdb.cp/rvalue-ref-types.exp: New file.
6246 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6247 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6248
51457a05
MAL
62492017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6250
6251 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6252 New procedure.
6253
5b291c04
MAL
62542017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6255
6256 * lib/mi-support.exp (mi_gdb_test): Add additional message
6257 for unexpected output.
6258
59a56148
AA
62592017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6260
6261 * gdb.base/examine-backward.c (Barrier): New character array
6262 constant, to ensure that TestStrings is preceded by a string
6263 terminator.
6264
7942e96e
AA
62652017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6266
6267 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6268 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6269 and implicit pointer into such a location.
6270
6ebac3fb
DE
62712017-03-16 Doug Evans <dje@google.com>
6272
6273 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6274
ec3b243d
TP
62752017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6276
6277 * gdb.cp/m-static.exp: Fix expectation for prototype of
6278 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6279
62802017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6281
6282 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6283 * gdb.guile/scm-lazy-string.c: New file.
6284 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6285 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6286 for pointer, array, typedef lazy strings.
6287
2cc36e25 62882017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6289
6290 PR python/17728, python/18439, python/18779
6291 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6292 * gdb.python/py-lazy-string.c (pointer): New typedef.
6293 (main): New locals ptr, array, typedef_ptr.
6294 * gdb.python/py-value.exp: Move lazy string tests to ...
6295 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6296 array, typedef lazy strings.
ec3b243d 6297
0efcde63
AK
62982017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6299
6300 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6301 Add optional 'test' parameter.
6302
7978d7c3
SM
63032017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6304
6305 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6306 Skip for versions of DejaGnu < 1.5.
6307
896c0c1e
SM
63082017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6309
6310 * lib/gdb.exp (dejagnu_version): New proc.
6311 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6312 Use dejagnu_version.
6313
5f4d1085
KS
63142017-03-10 Keith Seitz <keiths@redhat.com>
6315
6316 PR c++/8128
6317 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6318 type from destructor regexps.
6319 Add a branch which actually passes the test.
6320 Adjust "ptype t5i" test names.
6321
1de05205
PA
63222017-03-08 Pedro Alves <palves@redhat.com>
6323
6324 * gdb.base/step-over-exit.exp: Add explicit test message.
6325
c65d6b55
PA
63262017-03-08 Pedro Alves <palves@redhat.com>
6327
6328 PR gdb/18360
6329 * gdb.threads/interrupt-while-step-over.c: New file.
6330 * gdb.threads/interrupt-while-step-over.exp: New file.
6331
2e86a283
PA
63322017-03-08 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6335 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6336
25dcbff6
PA
63372017-03-08 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6340 PKRU as not supported as a PASS.
6341
dc9366eb
PA
63422017-03-08 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6345 prefix instead of $binfile1/$binfile2.
6346 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6347 in test message.
6348 * gdb.python/py-completion.exp: Use "load python file" as test
6349 messages instead of unstable path names.
6350
6e5d74e7
PA
63512017-03-08 Pedro Alves <palves@redhat.com>
6352 Jan Kratochvil <jan.kratochvil@redhat.com>
6353
6354 PR cli/21218
6355 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6356 New proc.
6357 (top level): Call it.
6358
9753a2f6
PA
63592017-03-08 Pedro Alves <palves@redhat.com>
6360
6361 PR tui/21216
6362 * gdb.tui/tui-nl-filtered-output.exp: New file.
6363
1a4dd9dd
PA
63642017-03-08 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.base/completion.exp: Move TUI completion tests to ...
6367 * gdb.tui/completion.exp: ... this new file.
6368
7cbbff33
PA
63692017-03-08 Pedro Alves <palves@redhat.com>
6370
6371 * gdb.base/tui-disasm-long-lines.c,
6372 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6373 gdb.base/tui-layout.exp: Move to ...
6374 * gdb.tui/: ... this new directory.
6375
5f6fd321
PA
63762017-03-07 Pedro Alves <palves@redhat.com>
6377
6378 * gdb.base/tui-layout.c: New file.
6379 * gdb.base/tui-layout.exp: New file.
6380
44959fa8
PA
63812017-03-07 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.base/tui-layout.c: Rename to ...
6384 * gdb.base/tui-disasm-long-lines.c: ... this.
6385 * gdb.base/tui-layout.exp: Rename to ...
6386 * gdb.base/tui-disasm-long-lines.exp: ... this.
6387
f8c4e718
PA
63882017-03-07 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6391
6dbb839a 63922017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6393
6394 * i386-mpx-call.c: New file.
6395 * i386-mpx-call.exp: New file.
6396
65b48a81
PB
63972017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6398
6399 * gdb.arch/powerpc-power.exp: Delete test.
6400 * gdb.arch/powerpc-power.s: Likewise.
6401 * gdb.disasm/disassembler-options.exp: New test.
6402 * gdb.arch/powerpc-altivec.exp: Likewise.
6403 * gdb.arch/powerpc-altivec.s: Likewise.
6404 * gdb.arch/powerpc-altivec2.exp: Likewise.
6405 * gdb.arch/powerpc-altivec2.s: Likewise.
6406 * gdb.arch/powerpc-altivec3.exp: Likewise.
6407 * gdb.arch/powerpc-altivec3.s: Likewise.
6408 * gdb.arch/powerpc-power7.exp: Likewise.
6409 * gdb.arch/powerpc-power7.s: Likewise.
6410 * gdb.arch/powerpc-power8.exp: Likewise.
6411 * gdb.arch/powerpc-power8.s: Likewise.
6412 * gdb.arch/powerpc-power9.exp: Likewise.
6413 * gdb.arch/powerpc-power9.s: Likewise.
6414 * gdb.arch/powerpc-vsx.exp: Likewise.
6415 * gdb.arch/powerpc-vsx.s: Likewise.
6416 * gdb.arch/powerpc-vsx2.exp: Likewise.
6417 * gdb.arch/powerpc-vsx2.s: Likewise.
6418 * gdb.arch/powerpc-vsx3.exp: Likewise.
6419 * gdb.arch/powerpc-vsx3.s: Likewise.
6420 * gdb.arch/arm-disassembler-options.exp: Likewise.
6421 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6422 * gdb.arch/s390-disassembler-options.exp: Likewise.
6423
17cd4947
LM
64242017-02-23 Luis Machado <lgustavo@codesourcery.com>
6425
6426 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6427 (check_supported_features): ... this. Changed return type to void.
6428 (supports_rdseed): New static global.
6429 (rdseed): Check supports_rdseed.
6430 (initialize): Call check_supported_features.
6431
2039d74e
EBM
64322017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6433
6434 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6435 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6436 and lqarx/stqcx.
6437 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6438 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6439
a51d7ecf
EBM
64402017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6441
6442 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6443 uppercase.
6444
0224619f
JK
64452017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * gdb.dwarf2/formdata16.c: New file.
6448 * gdb.dwarf2/formdata16.exp: New file.
6449 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6450
216f72a1
JK
64512017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6452
6453 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6454 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6455 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6456 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6457 DW_AT_GNU_*.
6458
43988095
JK
64592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6462
99e8a4f9
SDJ
64632017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6464
6465 PR gdb/21164
6466 * gdb.base/maint.exp: Add testcases for when the commands do
6467 not have arguments.
6468
b58a8c0c
TP
64692017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6470
6471 * gdb.cp/chained-calls.exp: Use p instead of P.
6472
4e746bb6
TW
64732017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6474
6475 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6476 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6477
3f77c769
TT
64782017-02-14 Tom Tromey <tom@tromey.com>
6479
6480 PR python/13598:
6481 * gdb.python/py-events.exp: Add before_prompt event tests.
6482
075beec0
AA
64832017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6484
6485 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6486
bf5f525c
LM
64872017-02-13 Luis Machado <lgustavo@codesourcery.com>
6488
6489 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6490 (main): Call my_unique_function_name.
6491 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6492 completion of patterns with a single match.
6493 Add missing -re switches to gdb_test_multiple calls.
6494
13a66184
LM
64952017-02-13 Luis Machado <lgustavo@codesourcery.com>
6496
6497 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6498 return if core file is not recognized.
6499
26a06916
SM
65002017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6501
6502 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6503 and extra UIs.
6504
b761ca9e
SM
65052017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6506
6507 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6508 proc_with_prefix.
6509
b964bee0
TT
65102017-02-10 Tom Tromey <tom@tromey.com>
6511
6512 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6513
18da0c51
MG
65142017-02-10 Martin Galvan <martingalvan@sourceware.org>
6515
6516 PR gdb/21122
6517 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6518
604c4576
JG
65192017-02-08 Jerome Guitton <guitton@adacore.com>
6520
6521 * gdb.base/define.exp: Add test for command abbreviations
6522 in define.
6523
20b477a7
LM
65242017-02-06 Luis Machado <lgustavo@codesourcery.com>
6525
6526 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6527 * gdb.reverse/insn-reverse-x86.c: New file.
6528
3f7b46f2
IR
65292017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6530
6531 PR tdep/20936
6532 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6533
f0fd41c1
TT
65342017-02-03 Tom Tromey <tom@tromey.com>
6535
6536 PR rust/21097:
6537 * gdb.rust/simple.exp: Add new tests.
6538
5be5dbf0
PA
65392017-02-02 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6542 tests.
6543
7346ef59
AA
65442017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6545
6546 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6547 taking a 2-byte value out of a 4-byte DWARF implicit value on
6548 big-endian targets.
6549 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6550 logic. Add test cases for DW_OP_implicit.
6551
787f0025
MM
65522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6553
6554 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6555
68777c29
MM
65562017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6557
6558 * gdb.btrace/enable.exp: Call gdb_exit before
6559 skip_gdbserver_tests.
6560
0a1c7e28
MM
65612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6562
6563 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6564 GDBFLAGS.
6565
b5ac99b0
MM
65662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6567
6568 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6569 the test is skipped.
6570 * gdb.btrace/data.exp: Likewise.
6571 * gdb.btrace/delta.exp: Likewise.
6572 * gdb.btrace/dlopen.exp: Likewise.
6573 * gdb.btrace/enable-running.exp: Likewise.
6574 * gdb.btrace/enable.exp: Likewise.
6575 * gdb.btrace/exception.exp: Likewise.
6576 * gdb.btrace/function_call_history.exp: Likewise.
6577 * gdb.btrace/gcore.exp: Likewise.
6578 * gdb.btrace/instruction_history.exp: Likewise.
6579 * gdb.btrace/multi-thread-step.exp: Likewise.
6580 * gdb.btrace/nohist.exp: Likewise.
6581 * gdb.btrace/non-stop.exp: Likewise.
6582 * gdb.btrace/reconnect.exp: Likewise.
6583 * gdb.btrace/record_goto-step.exp: Likewise.
6584 * gdb.btrace/record_goto.exp: Likewise.
6585 * gdb.btrace/rn-dl-bind.exp: Likewise.
6586 * gdb.btrace/segv.exp: Likewise.
6587 * gdb.btrace/step.exp: Likewise.
6588 * gdb.btrace/stepi.exp: Likewise.
6589 * gdb.btrace/tailcall-only.exp: Likewise.
6590 * gdb.btrace/tailcall.exp: Likewise.
6591 * gdb.btrace/tsx.exp: Likewise.
6592 * gdb.btrace/unknown_functions.exp: Likewise.
6593 * gdb.btrace/vdso.exp: Likewise.
6594
cd4007e4
MM
65952017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6596
6597 * gdb.btrace/enable-running.c: New.
6598 * gdb.btrace/enable-running.exp: New.
6599
2735833d
WT
66002017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6601
6602 * gdb.arch/amd64-gs_base.c: New file.
6603 * gdb.arch/amd64-gs_base.exp: New file.
6604
b51e1e94
LM
66052017-01-26 Luis Machado <lgustavo@codesourcery.com>
6606
6607 * lib/memory.exp: Remove spurious empty newlines.
6608
72ca0410
SM
66092017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6610
6611 * gdb.python/py-bad-printers.exp: Load python file using "source".
6612 * gdb.python/py-events.exp: Likewise.
6613 * gdb.python/py-evsignal.exp: Likewise.
6614 * gdb.python/py-evthreads.exp: Likewise.
6615 * gdb.python/py-frame-args.exp: Likewise.
6616 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6617 * gdb.python/py-framefilter-mi.exp: Likewise.
6618 * gdb.python/py-framefilter.exp: Likewise.
6619 * gdb.python/py-mi.exp: Likewise.
6620 * gdb.python/py-pp-maint.exp: Likewise.
6621 * gdb.python/py-pp-registration.exp: Likewise.
6622 * gdb.python/py-prettyprint.exp: Likewise.
6623 (run_lang_tests): Likewise.
6624 * gdb.python/py-typeprint.exp: Likewise.
6625
e309aa65
LM
66262017-01-26 Luis Machado <lgustavo@codesourcery.com>
6627
6628 * lib/memory.exp: New file.
6629 * lib/gdb.exp: Load memory.exp.
6630 * gdb.base/memattr.exp (delete_memory): Move proc to
6631 lib/memory.exp and rename to delete_memory_regions.
6632 Replace delete_memory with delete_memory_regions.
6633 Cleanup memory regions before tests.
6634 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6635 before tests.
6636
515aff23
LM
66372017-01-26 Luis Machado <lgustavo@codesourcery.com>
6638
6639 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6640 files.
6641 (initialize): New function conditionally defined.
6642 (testcases): Move within conditional block.
6643 (main): Call initialize.
6644 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6645 of gdb.reverse/insn-reverse.c.
6646 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6647 gdb.reverse/insn-reverse.c.
6648
d8b49cf0
YQ
66492017-01-26 Yao Qi <yao.qi@linaro.org>
6650
6651 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6652 disassemble on address 0.
6653
f13a9a0c
YQ
66542017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6655 Yao Qi <yao.qi@linaro.org>
6656
6657 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6658 * gdb.dwarf2/implptr-64bit.S: Remove.
6659 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6660 variables in caller's context. Add DW_OP_implicit_value.
6661
5ac95241
YQ
66622017-01-25 Yao Qi <yao.qi@linaro.org>
6663
6664 * lib/dwarf.exp (Dwarf::_location): Handle
6665 DW_OP_GNU_implicit_pointer with proper size.
6666
23e82930
LM
66672017-01-20 Luis Machado <lgustavo@codesourcery.com>
6668
6669 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6670 and add untested calls.
6671
d334ae25
LM
66722017-01-20 Luis Machado <lgustavo@codesourcery.com>
6673
6674 * gdb.python/python.exp: Check line number against what GDB thinks
6675 the line number is for func1.
6676
f5e6296e
IB
66772017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6678
6679 * gdb.dlang/debug-expr.exp: New file.
6680
5b362f04
LM
66812016-12-23 Luis Machado <lgustavo@codesourcery.com>
6682
6683 Fix test names for the following files:
6684
6685 * gdb.ada/exec_changed.exp
6686 * gdb.ada/info_types.exp
6687 * gdb.arch/aarch64-atomic-inst.exp
6688 * gdb.arch/aarch64-fp.exp
6689 * gdb.arch/altivec-abi.exp
6690 * gdb.arch/altivec-regs.exp
6691 * gdb.arch/amd64-byte.exp
6692 * gdb.arch/amd64-disp-step.exp
6693 * gdb.arch/amd64-dword.exp
6694 * gdb.arch/amd64-entry-value-inline.exp
6695 * gdb.arch/amd64-entry-value-param.exp
6696 * gdb.arch/amd64-entry-value-paramref.exp
6697 * gdb.arch/amd64-entry-value.exp
6698 * gdb.arch/amd64-i386-address.exp
6699 * gdb.arch/amd64-invalid-stack-middle.exp
6700 * gdb.arch/amd64-invalid-stack-top.exp
6701 * gdb.arch/amd64-optimout-repeat.exp
6702 * gdb.arch/amd64-prologue-skip.exp
6703 * gdb.arch/amd64-prologue-xmm.exp
6704 * gdb.arch/amd64-stap-special-operands.exp
6705 * gdb.arch/amd64-stap-wrong-subexp.exp
6706 * gdb.arch/amd64-tailcall-cxx.exp
6707 * gdb.arch/amd64-tailcall-noret.exp
6708 * gdb.arch/amd64-tailcall-ret.exp
6709 * gdb.arch/amd64-tailcall-self.exp
6710 * gdb.arch/amd64-word.exp
6711 * gdb.arch/arm-bl-branch-dest.exp
6712 * gdb.arch/arm-disp-step.exp
6713 * gdb.arch/arm-neon.exp
6714 * gdb.arch/arm-single-step-kernel-helper.exp
6715 * gdb.arch/avr-flash-qualifier.exp
6716 * gdb.arch/disp-step-insn-reloc.exp
6717 * gdb.arch/e500-abi.exp
6718 * gdb.arch/e500-regs.exp
6719 * gdb.arch/ftrace-insn-reloc.exp
6720 * gdb.arch/i386-avx512.exp
6721 * gdb.arch/i386-bp_permanent.exp
6722 * gdb.arch/i386-byte.exp
6723 * gdb.arch/i386-cfi-notcurrent.exp
6724 * gdb.arch/i386-disp-step.exp
6725 * gdb.arch/i386-dr3-watch.exp
6726 * gdb.arch/i386-float.exp
6727 * gdb.arch/i386-gnu-cfi.exp
6728 * gdb.arch/i386-mpx-map.exp
6729 * gdb.arch/i386-mpx-sigsegv.exp
6730 * gdb.arch/i386-mpx-simple_segv.exp
6731 * gdb.arch/i386-mpx.exp
6732 * gdb.arch/i386-permbkpt.exp
6733 * gdb.arch/i386-prologue.exp
6734 * gdb.arch/i386-signal.exp
6735 * gdb.arch/i386-size-overlap.exp
6736 * gdb.arch/i386-unwind.exp
6737 * gdb.arch/i386-word.exp
6738 * gdb.arch/mips-fcr.exp
6739 * gdb.arch/powerpc-d128-regs.exp
6740 * gdb.arch/powerpc-stackless.exp
6741 * gdb.arch/ppc64-atomic-inst.exp
6742 * gdb.arch/s390-stackless.exp
6743 * gdb.arch/s390-tdbregs.exp
6744 * gdb.arch/s390-vregs.exp
6745 * gdb.arch/sparc-sysstep.exp
6746 * gdb.arch/thumb-bx-pc.exp
6747 * gdb.arch/thumb-singlestep.exp
6748 * gdb.arch/thumb2-it.exp
6749 * gdb.arch/vsx-regs.exp
6750 * gdb.asm/asm-source.exp
6751 * gdb.base/a2-run.exp
6752 * gdb.base/advance.exp
6753 * gdb.base/all-bin.exp
6754 * gdb.base/anon.exp
6755 * gdb.base/args.exp
6756 * gdb.base/arithmet.exp
6757 * gdb.base/async-shell.exp
6758 * gdb.base/async.exp
6759 * gdb.base/attach-pie-noexec.exp
6760 * gdb.base/attach-twice.exp
6761 * gdb.base/auto-load.exp
6762 * gdb.base/bang.exp
6763 * gdb.base/bitfields.exp
6764 * gdb.base/break-always.exp
6765 * gdb.base/break-caller-line.exp
6766 * gdb.base/break-entry.exp
6767 * gdb.base/break-inline.exp
6768 * gdb.base/break-on-linker-gcd-function.exp
6769 * gdb.base/break-probes.exp
6770 * gdb.base/break.exp
6771 * gdb.base/breakpoint-shadow.exp
6772 * gdb.base/call-ar-st.exp
6773 * gdb.base/call-sc.exp
6774 * gdb.base/call-signal-resume.exp
6775 * gdb.base/call-strs.exp
6776 * gdb.base/callfuncs.exp
6777 * gdb.base/catch-fork-static.exp
6778 * gdb.base/catch-gdb-caused-signals.exp
6779 * gdb.base/catch-load.exp
6780 * gdb.base/catch-signal-fork.exp
6781 * gdb.base/catch-signal.exp
6782 * gdb.base/catch-syscall.exp
6783 * gdb.base/charset.exp
6784 * gdb.base/checkpoint.exp
6785 * gdb.base/chng-syms.exp
6786 * gdb.base/code-expr.exp
6787 * gdb.base/code_elim.exp
6788 * gdb.base/commands.exp
6789 * gdb.base/completion.exp
6790 * gdb.base/complex.exp
6791 * gdb.base/cond-expr.exp
6792 * gdb.base/condbreak.exp
6793 * gdb.base/consecutive.exp
6794 * gdb.base/continue-all-already-running.exp
6795 * gdb.base/coredump-filter.exp
6796 * gdb.base/corefile.exp
6797 * gdb.base/dbx.exp
6798 * gdb.base/debug-expr.exp
6799 * gdb.base/define.exp
6800 * gdb.base/del.exp
6801 * gdb.base/disabled-location.exp
6802 * gdb.base/disasm-end-cu.exp
6803 * gdb.base/disasm-optim.exp
6804 * gdb.base/display.exp
6805 * gdb.base/duplicate-bp.exp
6806 * gdb.base/ena-dis-br.exp
6807 * gdb.base/ending-run.exp
6808 * gdb.base/enumval.exp
6809 * gdb.base/environ.exp
6810 * gdb.base/eu-strip-infcall.exp
6811 * gdb.base/eval-avoid-side-effects.exp
6812 * gdb.base/eval-skip.exp
6813 * gdb.base/exitsignal.exp
6814 * gdb.base/expand-psymtabs.exp
6815 * gdb.base/filesym.exp
6816 * gdb.base/find-unmapped.exp
6817 * gdb.base/finish.exp
6818 * gdb.base/float.exp
6819 * gdb.base/foll-exec-mode.exp
6820 * gdb.base/foll-exec.exp
6821 * gdb.base/foll-fork.exp
6822 * gdb.base/fortran-sym-case.exp
6823 * gdb.base/freebpcmd.exp
6824 * gdb.base/func-ptr.exp
6825 * gdb.base/func-ptrs.exp
6826 * gdb.base/funcargs.exp
6827 * gdb.base/gcore-buffer-overflow.exp
6828 * gdb.base/gcore-relro-pie.exp
6829 * gdb.base/gcore-relro.exp
6830 * gdb.base/gcore.exp
6831 * gdb.base/gdb1090.exp
6832 * gdb.base/gdb11530.exp
6833 * gdb.base/gdb11531.exp
6834 * gdb.base/gdb1821.exp
6835 * gdb.base/gdbindex-stabs.exp
6836 * gdb.base/gdbvars.exp
6837 * gdb.base/hbreak.exp
6838 * gdb.base/hbreak2.exp
6839 * gdb.base/included.exp
6840 * gdb.base/infcall-input.exp
6841 * gdb.base/inferior-died.exp
6842 * gdb.base/infnan.exp
6843 * gdb.base/info-macros.exp
6844 * gdb.base/info-os.exp
6845 * gdb.base/info-proc.exp
6846 * gdb.base/info-shared.exp
6847 * gdb.base/info-target.exp
6848 * gdb.base/infoline.exp
6849 * gdb.base/interp.exp
6850 * gdb.base/interrupt.exp
6851 * gdb.base/jit-reader.exp
6852 * gdb.base/jit-simple.exp
6853 * gdb.base/kill-after-signal.exp
6854 * gdb.base/kill-detach-inferiors-cmd.exp
6855 * gdb.base/label.exp
6856 * gdb.base/langs.exp
6857 * gdb.base/ldbl_e308.exp
6858 * gdb.base/line-symtabs.exp
6859 * gdb.base/linespecs.exp
6860 * gdb.base/list.exp
6861 * gdb.base/long_long.exp
6862 * gdb.base/longest-types.exp
6863 * gdb.base/maint.exp
6864 * gdb.base/max-value-size.exp
6865 * gdb.base/memattr.exp
6866 * gdb.base/mips_pro.exp
6867 * gdb.base/morestack.exp
6868 * gdb.base/moribund-step.exp
6869 * gdb.base/multi-forks.exp
6870 * gdb.base/nested-addr.exp
6871 * gdb.base/nextoverexit.exp
6872 * gdb.base/noreturn-finish.exp
6873 * gdb.base/noreturn-return.exp
6874 * gdb.base/nostdlib.exp
6875 * gdb.base/offsets.exp
6876 * gdb.base/opaque.exp
6877 * gdb.base/pc-fp.exp
6878 * gdb.base/permissions.exp
6879 * gdb.base/print-symbol-loading.exp
6880 * gdb.base/prologue-include.exp
6881 * gdb.base/psymtab.exp
6882 * gdb.base/ptype.exp
6883 * gdb.base/random-signal.exp
6884 * gdb.base/randomize.exp
6885 * gdb.base/range-stepping.exp
6886 * gdb.base/readline-ask.exp
6887 * gdb.base/recpar.exp
6888 * gdb.base/recurse.exp
6889 * gdb.base/relational.exp
6890 * gdb.base/restore.exp
6891 * gdb.base/return-nodebug.exp
6892 * gdb.base/return.exp
6893 * gdb.base/run-after-attach.exp
6894 * gdb.base/save-bp.exp
6895 * gdb.base/scope.exp
6896 * gdb.base/sect-cmd.exp
6897 * gdb.base/set-lang-auto.exp
6898 * gdb.base/set-noassign.exp
6899 * gdb.base/setvar.exp
6900 * gdb.base/sigall.exp
6901 * gdb.base/sigbpt.exp
6902 * gdb.base/siginfo-addr.exp
6903 * gdb.base/siginfo-infcall.exp
6904 * gdb.base/siginfo-obj.exp
6905 * gdb.base/siginfo.exp
6906 * gdb.base/signals-state-child.exp
6907 * gdb.base/signest.exp
6908 * gdb.base/sigstep.exp
6909 * gdb.base/sizeof.exp
6910 * gdb.base/skip.exp
6911 * gdb.base/solib-corrupted.exp
6912 * gdb.base/solib-nodir.exp
6913 * gdb.base/solib-search.exp
6914 * gdb.base/stack-checking.exp
6915 * gdb.base/stale-infcall.exp
6916 * gdb.base/stap-probe.exp
6917 * gdb.base/start.exp
6918 * gdb.base/step-break.exp
6919 * gdb.base/step-bt.exp
6920 * gdb.base/step-line.exp
6921 * gdb.base/step-over-exit.exp
6922 * gdb.base/step-over-syscall.exp
6923 * gdb.base/step-resume-infcall.exp
6924 * gdb.base/step-test.exp
6925 * gdb.base/store.exp
6926 * gdb.base/structs3.exp
6927 * gdb.base/sym-file.exp
6928 * gdb.base/symbol-without-target_section.exp
6929 * gdb.base/term.exp
6930 * gdb.base/testenv.exp
6931 * gdb.base/ui-redirect.exp
6932 * gdb.base/until.exp
6933 * gdb.base/unwindonsignal.exp
6934 * gdb.base/value-double-free.exp
6935 * gdb.base/vla-datatypes.exp
6936 * gdb.base/vla-ptr.exp
6937 * gdb.base/vla-sideeffect.exp
6938 * gdb.base/volatile.exp
6939 * gdb.base/watch-cond-infcall.exp
6940 * gdb.base/watch-cond.exp
6941 * gdb.base/watch-non-mem.exp
6942 * gdb.base/watch-read.exp
6943 * gdb.base/watch-vfork.exp
6944 * gdb.base/watchpoint-cond-gone.exp
6945 * gdb.base/watchpoint-delete.exp
6946 * gdb.base/watchpoint-hw-hit-once.exp
6947 * gdb.base/watchpoint-hw.exp
6948 * gdb.base/watchpoint-stops-at-right-insn.exp
6949 * gdb.base/watchpoints.exp
6950 * gdb.base/wchar.exp
6951 * gdb.base/whatis-exp.exp
6952 * gdb.btrace/buffer-size.exp
6953 * gdb.btrace/data.exp
6954 * gdb.btrace/delta.exp
6955 * gdb.btrace/dlopen.exp
6956 * gdb.btrace/enable.exp
6957 * gdb.btrace/exception.exp
6958 * gdb.btrace/function_call_history.exp
6959 * gdb.btrace/gcore.exp
6960 * gdb.btrace/instruction_history.exp
6961 * gdb.btrace/nohist.exp
6962 * gdb.btrace/reconnect.exp
6963 * gdb.btrace/record_goto-step.exp
6964 * gdb.btrace/record_goto.exp
6965 * gdb.btrace/rn-dl-bind.exp
6966 * gdb.btrace/segv.exp
6967 * gdb.btrace/step.exp
6968 * gdb.btrace/stepi.exp
6969 * gdb.btrace/tailcall-only.exp
6970 * gdb.btrace/tailcall.exp
6971 * gdb.btrace/tsx.exp
6972 * gdb.btrace/unknown_functions.exp
6973 * gdb.btrace/vdso.exp
6974 * gdb.compile/compile-ifunc.exp
6975 * gdb.compile/compile-ops.exp
6976 * gdb.compile/compile-print.exp
6977 * gdb.compile/compile-setjmp.exp
6978 * gdb.cp/abstract-origin.exp
6979 * gdb.cp/ambiguous.exp
6980 * gdb.cp/annota2.exp
6981 * gdb.cp/annota3.exp
6982 * gdb.cp/anon-ns.exp
6983 * gdb.cp/anon-struct.exp
6984 * gdb.cp/anon-union.exp
6985 * gdb.cp/arg-reference.exp
6986 * gdb.cp/baseenum.exp
6987 * gdb.cp/bool.exp
6988 * gdb.cp/breakpoint.exp
6989 * gdb.cp/bs15503.exp
6990 * gdb.cp/call-c.exp
6991 * gdb.cp/casts.exp
6992 * gdb.cp/chained-calls.exp
6993 * gdb.cp/class2.exp
6994 * gdb.cp/classes.exp
6995 * gdb.cp/cmpd-minsyms.exp
6996 * gdb.cp/converts.exp
6997 * gdb.cp/cp-relocate.exp
6998 * gdb.cp/cpcompletion.exp
6999 * gdb.cp/cpexprs.exp
7000 * gdb.cp/cplabel.exp
7001 * gdb.cp/cplusfuncs.exp
7002 * gdb.cp/cpsizeof.exp
7003 * gdb.cp/ctti.exp
7004 * gdb.cp/derivation.exp
7005 * gdb.cp/destrprint.exp
7006 * gdb.cp/dispcxx.exp
7007 * gdb.cp/enum-class.exp
7008 * gdb.cp/exception.exp
7009 * gdb.cp/exceptprint.exp
7010 * gdb.cp/expand-psymtabs-cxx.exp
7011 * gdb.cp/expand-sals.exp
7012 * gdb.cp/extern-c.exp
7013 * gdb.cp/filename.exp
7014 * gdb.cp/formatted-ref.exp
7015 * gdb.cp/fpointer.exp
7016 * gdb.cp/gdb1355.exp
7017 * gdb.cp/gdb2495.exp
7018 * gdb.cp/hang.exp
7019 * gdb.cp/impl-this.exp
7020 * gdb.cp/infcall-dlopen.exp
7021 * gdb.cp/inherit.exp
7022 * gdb.cp/iostream.exp
7023 * gdb.cp/koenig.exp
7024 * gdb.cp/local.exp
7025 * gdb.cp/m-data.exp
7026 * gdb.cp/m-static.exp
7027 * gdb.cp/mb-ctor.exp
7028 * gdb.cp/mb-inline.exp
7029 * gdb.cp/mb-templates.exp
7030 * gdb.cp/member-name.exp
7031 * gdb.cp/member-ptr.exp
7032 * gdb.cp/meth-typedefs.exp
7033 * gdb.cp/method.exp
7034 * gdb.cp/method2.exp
7035 * gdb.cp/minsym-fallback.exp
7036 * gdb.cp/misc.exp
7037 * gdb.cp/namelessclass.exp
7038 * gdb.cp/namespace-enum.exp
7039 * gdb.cp/namespace-nested-import.exp
7040 * gdb.cp/namespace.exp
7041 * gdb.cp/nextoverthrow.exp
7042 * gdb.cp/no-dmgl-verbose.exp
7043 * gdb.cp/non-trivial-retval.exp
7044 * gdb.cp/noparam.exp
7045 * gdb.cp/nsdecl.exp
7046 * gdb.cp/nsimport.exp
7047 * gdb.cp/nsnested.exp
7048 * gdb.cp/nsnoimports.exp
7049 * gdb.cp/nsrecurs.exp
7050 * gdb.cp/nsstress.exp
7051 * gdb.cp/nsusing.exp
7052 * gdb.cp/operator.exp
7053 * gdb.cp/oranking.exp
7054 * gdb.cp/overload-const.exp
7055 * gdb.cp/overload.exp
7056 * gdb.cp/ovldbreak.exp
7057 * gdb.cp/ovsrch.exp
7058 * gdb.cp/paren-type.exp
7059 * gdb.cp/parse-lang.exp
7060 * gdb.cp/pass-by-ref.exp
7061 * gdb.cp/pr-1023.exp
7062 * gdb.cp/pr-1210.exp
7063 * gdb.cp/pr-574.exp
7064 * gdb.cp/pr10687.exp
7065 * gdb.cp/pr12028.exp
7066 * gdb.cp/pr17132.exp
7067 * gdb.cp/pr17494.exp
7068 * gdb.cp/pr9067.exp
7069 * gdb.cp/pr9167.exp
7070 * gdb.cp/pr9631.exp
7071 * gdb.cp/printmethod.exp
7072 * gdb.cp/psmang.exp
7073 * gdb.cp/psymtab-parameter.exp
7074 * gdb.cp/ptype-cv-cp.exp
7075 * gdb.cp/ptype-flags.exp
7076 * gdb.cp/re-set-overloaded.exp
7077 * gdb.cp/ref-types.exp
7078 * gdb.cp/rtti.exp
7079 * gdb.cp/scope-err.exp
7080 * gdb.cp/shadow.exp
7081 * gdb.cp/smartp.exp
7082 * gdb.cp/static-method.exp
7083 * gdb.cp/static-print-quit.exp
7084 * gdb.cp/temargs.exp
7085 * gdb.cp/templates.exp
7086 * gdb.cp/try_catch.exp
7087 * gdb.cp/typedef-operator.exp
7088 * gdb.cp/typeid.exp
7089 * gdb.cp/userdef.exp
7090 * gdb.cp/using-crash.exp
7091 * gdb.cp/var-tag.exp
7092 * gdb.cp/virtbase.exp
7093 * gdb.cp/virtfunc.exp
7094 * gdb.cp/virtfunc2.exp
7095 * gdb.cp/vla-cxx.exp
7096 * gdb.disasm/t01_mov.exp
7097 * gdb.disasm/t02_mova.exp
7098 * gdb.disasm/t03_add.exp
7099 * gdb.disasm/t04_sub.exp
7100 * gdb.disasm/t05_cmp.exp
7101 * gdb.disasm/t06_ari2.exp
7102 * gdb.disasm/t07_ari3.exp
7103 * gdb.disasm/t08_or.exp
7104 * gdb.disasm/t09_xor.exp
7105 * gdb.disasm/t10_and.exp
7106 * gdb.disasm/t11_logs.exp
7107 * gdb.disasm/t12_bit.exp
7108 * gdb.disasm/t13_otr.exp
7109 * gdb.dlang/circular.exp
7110 * gdb.dwarf2/arr-stride.exp
7111 * gdb.dwarf2/arr-subrange.exp
7112 * gdb.dwarf2/atomic-type.exp
7113 * gdb.dwarf2/bad-regnum.exp
7114 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7115 * gdb.dwarf2/callframecfa.exp
7116 * gdb.dwarf2/clztest.exp
7117 * gdb.dwarf2/corrupt.exp
7118 * gdb.dwarf2/data-loc.exp
7119 * gdb.dwarf2/dup-psym.exp
7120 * gdb.dwarf2/dw2-anon-mptr.exp
7121 * gdb.dwarf2/dw2-anonymous-func.exp
7122 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7123 * gdb.dwarf2/dw2-bad-unresolved.exp
7124 * gdb.dwarf2/dw2-basic.exp
7125 * gdb.dwarf2/dw2-canonicalize-type.exp
7126 * gdb.dwarf2/dw2-case-insensitive.exp
7127 * gdb.dwarf2/dw2-common-block.exp
7128 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7129 * gdb.dwarf2/dw2-compressed.exp
7130 * gdb.dwarf2/dw2-const.exp
7131 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7132 * gdb.dwarf2/dw2-cu-size.exp
7133 * gdb.dwarf2/dw2-dup-frame.exp
7134 * gdb.dwarf2/dw2-entry-value.exp
7135 * gdb.dwarf2/dw2-icycle.exp
7136 * gdb.dwarf2/dw2-ifort-parameter.exp
7137 * gdb.dwarf2/dw2-inline-break.exp
7138 * gdb.dwarf2/dw2-inline-param.exp
7139 * gdb.dwarf2/dw2-intercu.exp
7140 * gdb.dwarf2/dw2-intermix.exp
7141 * gdb.dwarf2/dw2-lexical-block-bare.exp
7142 * gdb.dwarf2/dw2-linkage-name-trust.exp
7143 * gdb.dwarf2/dw2-minsym-in-cu.exp
7144 * gdb.dwarf2/dw2-noloc.exp
7145 * gdb.dwarf2/dw2-op-call.exp
7146 * gdb.dwarf2/dw2-op-out-param.exp
7147 * gdb.dwarf2/dw2-opt-structptr.exp
7148 * gdb.dwarf2/dw2-param-error.exp
7149 * gdb.dwarf2/dw2-producer.exp
7150 * gdb.dwarf2/dw2-ranges-base.exp
7151 * gdb.dwarf2/dw2-ref-missing-frame.exp
7152 * gdb.dwarf2/dw2-reg-undefined.exp
7153 * gdb.dwarf2/dw2-regno-invalid.exp
7154 * gdb.dwarf2/dw2-restore.exp
7155 * gdb.dwarf2/dw2-restrict.exp
7156 * gdb.dwarf2/dw2-single-line-discriminators.exp
7157 * gdb.dwarf2/dw2-strp.exp
7158 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7159 * gdb.dwarf2/dw2-unresolved.exp
7160 * gdb.dwarf2/dw2-var-zero-addr.exp
7161 * gdb.dwarf2/dw4-sig-types.exp
7162 * gdb.dwarf2/dwz.exp
7163 * gdb.dwarf2/dynarr-ptr.exp
7164 * gdb.dwarf2/enum-type.exp
7165 * gdb.dwarf2/gdb-index.exp
7166 * gdb.dwarf2/implptr-64bit.exp
7167 * gdb.dwarf2/implptr-optimized-out.exp
7168 * gdb.dwarf2/implptr.exp
7169 * gdb.dwarf2/implref-array.exp
7170 * gdb.dwarf2/implref-const.exp
7171 * gdb.dwarf2/implref-global.exp
7172 * gdb.dwarf2/implref-struct.exp
7173 * gdb.dwarf2/mac-fileno.exp
7174 * gdb.dwarf2/main-subprogram.exp
7175 * gdb.dwarf2/member-ptr-forwardref.exp
7176 * gdb.dwarf2/method-ptr.exp
7177 * gdb.dwarf2/missing-sig-type.exp
7178 * gdb.dwarf2/nonvar-access.exp
7179 * gdb.dwarf2/opaque-type-lookup.exp
7180 * gdb.dwarf2/pieces-optimized-out.exp
7181 * gdb.dwarf2/pieces.exp
7182 * gdb.dwarf2/pr10770.exp
7183 * gdb.dwarf2/pr13961.exp
7184 * gdb.dwarf2/staticvirtual.exp
7185 * gdb.dwarf2/subrange.exp
7186 * gdb.dwarf2/symtab-producer.exp
7187 * gdb.dwarf2/trace-crash.exp
7188 * gdb.dwarf2/typeddwarf.exp
7189 * gdb.dwarf2/valop.exp
7190 * gdb.dwarf2/watch-notconst.exp
7191 * gdb.fortran/array-element.exp
7192 * gdb.fortran/charset.exp
7193 * gdb.fortran/common-block.exp
7194 * gdb.fortran/complex.exp
7195 * gdb.fortran/derived-type-function.exp
7196 * gdb.fortran/derived-type.exp
7197 * gdb.fortran/logical.exp
7198 * gdb.fortran/module.exp
7199 * gdb.fortran/multi-dim.exp
7200 * gdb.fortran/nested-funcs.exp
7201 * gdb.fortran/print-formatted.exp
7202 * gdb.fortran/subarray.exp
7203 * gdb.fortran/vla-alloc-assoc.exp
7204 * gdb.fortran/vla-datatypes.exp
7205 * gdb.fortran/vla-history.exp
7206 * gdb.fortran/vla-ptr-info.exp
7207 * gdb.fortran/vla-ptype-sub.exp
7208 * gdb.fortran/vla-ptype.exp
7209 * gdb.fortran/vla-sizeof.exp
7210 * gdb.fortran/vla-type.exp
7211 * gdb.fortran/vla-value-sub-arbitrary.exp
7212 * gdb.fortran/vla-value-sub-finish.exp
7213 * gdb.fortran/vla-value-sub.exp
7214 * gdb.fortran/vla-value.exp
7215 * gdb.fortran/whatis_type.exp
7216 * gdb.go/chan.exp
7217 * gdb.go/handcall.exp
7218 * gdb.go/hello.exp
7219 * gdb.go/integers.exp
7220 * gdb.go/methods.exp
7221 * gdb.go/package.exp
7222 * gdb.go/strings.exp
7223 * gdb.go/types.exp
7224 * gdb.go/unsafe.exp
7225 * gdb.guile/scm-arch.exp
7226 * gdb.guile/scm-block.exp
7227 * gdb.guile/scm-breakpoint.exp
7228 * gdb.guile/scm-cmd.exp
7229 * gdb.guile/scm-disasm.exp
7230 * gdb.guile/scm-equal.exp
7231 * gdb.guile/scm-frame-args.exp
7232 * gdb.guile/scm-frame-inline.exp
7233 * gdb.guile/scm-frame.exp
7234 * gdb.guile/scm-iterator.exp
7235 * gdb.guile/scm-math.exp
7236 * gdb.guile/scm-objfile.exp
7237 * gdb.guile/scm-ports.exp
7238 * gdb.guile/scm-symbol.exp
7239 * gdb.guile/scm-symtab.exp
7240 * gdb.guile/scm-value-cc.exp
7241 * gdb.guile/types-module.exp
7242 * gdb.linespec/break-ask.exp
7243 * gdb.linespec/cpexplicit.exp
7244 * gdb.linespec/explicit.exp
7245 * gdb.linespec/keywords.exp
7246 * gdb.linespec/linespec.exp
7247 * gdb.linespec/ls-dollar.exp
7248 * gdb.linespec/ls-errs.exp
7249 * gdb.linespec/skip-two.exp
7250 * gdb.linespec/thread.exp
7251 * gdb.mi/mi-async.exp
7252 * gdb.mi/mi-basics.exp
7253 * gdb.mi/mi-break.exp
7254 * gdb.mi/mi-catch-load.exp
7255 * gdb.mi/mi-cli.exp
7256 * gdb.mi/mi-cmd-param-changed.exp
7257 * gdb.mi/mi-console.exp
7258 * gdb.mi/mi-detach.exp
7259 * gdb.mi/mi-disassemble.exp
7260 * gdb.mi/mi-eval.exp
7261 * gdb.mi/mi-file-transfer.exp
7262 * gdb.mi/mi-file.exp
7263 * gdb.mi/mi-fill-memory.exp
7264 * gdb.mi/mi-inheritance-syntax-error.exp
7265 * gdb.mi/mi-linespec-err-cp.exp
7266 * gdb.mi/mi-logging.exp
7267 * gdb.mi/mi-memory-changed.exp
7268 * gdb.mi/mi-read-memory.exp
7269 * gdb.mi/mi-record-changed.exp
7270 * gdb.mi/mi-reg-undefined.exp
7271 * gdb.mi/mi-regs.exp
7272 * gdb.mi/mi-return.exp
7273 * gdb.mi/mi-reverse.exp
7274 * gdb.mi/mi-simplerun.exp
7275 * gdb.mi/mi-solib.exp
7276 * gdb.mi/mi-stack.exp
7277 * gdb.mi/mi-stepi.exp
7278 * gdb.mi/mi-syn-frame.exp
7279 * gdb.mi/mi-until.exp
7280 * gdb.mi/mi-var-block.exp
7281 * gdb.mi/mi-var-child.exp
7282 * gdb.mi/mi-var-cmd.exp
7283 * gdb.mi/mi-var-cp.exp
7284 * gdb.mi/mi-var-display.exp
7285 * gdb.mi/mi-var-invalidate.exp
7286 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7287 * gdb.mi/mi-vla-fortran.exp
7288 * gdb.mi/mi-watch.exp
7289 * gdb.mi/mi2-var-child.exp
7290 * gdb.mi/user-selected-context-sync.exp
7291 * gdb.modula2/unbounded-array.exp
7292 * gdb.multi/dummy-frame-restore.exp
7293 * gdb.multi/multi-arch-exec.exp
7294 * gdb.multi/multi-arch.exp
7295 * gdb.multi/tids.exp
7296 * gdb.multi/watchpoint-multi.exp
7297 * gdb.opencl/callfuncs.exp
7298 * gdb.opencl/convs_casts.exp
7299 * gdb.opencl/datatypes.exp
7300 * gdb.opencl/operators.exp
7301 * gdb.opencl/vec_comps.exp
7302 * gdb.opt/clobbered-registers-O2.exp
7303 * gdb.opt/inline-break.exp
7304 * gdb.opt/inline-bt.exp
7305 * gdb.opt/inline-cmds.exp
7306 * gdb.opt/inline-locals.exp
7307 * gdb.pascal/case-insensitive-symbols.exp
7308 * gdb.pascal/floats.exp
7309 * gdb.pascal/gdb11492.exp
7310 * gdb.python/lib-types.exp
7311 * gdb.python/py-arch.exp
7312 * gdb.python/py-as-string.exp
7313 * gdb.python/py-bad-printers.exp
7314 * gdb.python/py-block.exp
7315 * gdb.python/py-breakpoint-create-fail.exp
7316 * gdb.python/py-breakpoint.exp
7317 * gdb.python/py-caller-is.exp
7318 * gdb.python/py-cmd.exp
7319 * gdb.python/py-explore-cc.exp
7320 * gdb.python/py-explore.exp
7321 * gdb.python/py-finish-breakpoint.exp
7322 * gdb.python/py-finish-breakpoint2.exp
7323 * gdb.python/py-frame-args.exp
7324 * gdb.python/py-frame-inline.exp
7325 * gdb.python/py-frame.exp
7326 * gdb.python/py-framefilter-mi.exp
7327 * gdb.python/py-infthread.exp
7328 * gdb.python/py-lazy-string.exp
7329 * gdb.python/py-linetable.exp
7330 * gdb.python/py-mi-events.exp
7331 * gdb.python/py-mi-objfile.exp
7332 * gdb.python/py-mi.exp
7333 * gdb.python/py-objfile.exp
7334 * gdb.python/py-pp-integral.exp
7335 * gdb.python/py-pp-maint.exp
7336 * gdb.python/py-pp-re-notag.exp
7337 * gdb.python/py-pp-registration.exp
7338 * gdb.python/py-recurse-unwind.exp
7339 * gdb.python/py-strfns.exp
7340 * gdb.python/py-symbol.exp
7341 * gdb.python/py-symtab.exp
7342 * gdb.python/py-sync-interp.exp
7343 * gdb.python/py-typeprint.exp
7344 * gdb.python/py-unwind-maint.exp
7345 * gdb.python/py-unwind.exp
7346 * gdb.python/py-value-cc.exp
7347 * gdb.python/py-xmethods.exp
7348 * gdb.reverse/amd64-tailcall-reverse.exp
7349 * gdb.reverse/break-precsave.exp
7350 * gdb.reverse/break-reverse.exp
7351 * gdb.reverse/consecutive-precsave.exp
7352 * gdb.reverse/consecutive-reverse.exp
7353 * gdb.reverse/finish-precsave.exp
7354 * gdb.reverse/finish-reverse-bkpt.exp
7355 * gdb.reverse/finish-reverse.exp
7356 * gdb.reverse/fstatat-reverse.exp
7357 * gdb.reverse/getresuid-reverse.exp
7358 * gdb.reverse/i386-precsave.exp
7359 * gdb.reverse/i386-reverse.exp
7360 * gdb.reverse/i386-sse-reverse.exp
7361 * gdb.reverse/i387-env-reverse.exp
7362 * gdb.reverse/i387-stack-reverse.exp
7363 * gdb.reverse/insn-reverse.exp
7364 * gdb.reverse/machinestate-precsave.exp
7365 * gdb.reverse/machinestate.exp
7366 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7367 * gdb.reverse/pipe-reverse.exp
7368 * gdb.reverse/readv-reverse.exp
7369 * gdb.reverse/recvmsg-reverse.exp
7370 * gdb.reverse/rerun-prec.exp
7371 * gdb.reverse/s390-mvcle.exp
7372 * gdb.reverse/step-precsave.exp
7373 * gdb.reverse/step-reverse.exp
7374 * gdb.reverse/time-reverse.exp
7375 * gdb.reverse/until-precsave.exp
7376 * gdb.reverse/until-reverse.exp
7377 * gdb.reverse/waitpid-reverse.exp
7378 * gdb.reverse/watch-precsave.exp
7379 * gdb.reverse/watch-reverse.exp
7380 * gdb.rust/generics.exp
7381 * gdb.rust/methods.exp
7382 * gdb.rust/modules.exp
7383 * gdb.rust/simple.exp
7384 * gdb.server/connect-with-no-symbol-file.exp
7385 * gdb.server/ext-attach.exp
7386 * gdb.server/ext-restart.exp
7387 * gdb.server/ext-wrapper.exp
7388 * gdb.server/file-transfer.exp
7389 * gdb.server/server-exec-info.exp
7390 * gdb.server/server-kill.exp
7391 * gdb.server/server-mon.exp
7392 * gdb.server/wrapper.exp
7393 * gdb.stabs/exclfwd.exp
7394 * gdb.stabs/gdb11479.exp
7395 * gdb.threads/clone-new-thread-event.exp
7396 * gdb.threads/corethreads.exp
7397 * gdb.threads/current-lwp-dead.exp
7398 * gdb.threads/dlopen-libpthread.exp
7399 * gdb.threads/gcore-thread.exp
7400 * gdb.threads/sigstep-threads.exp
7401 * gdb.threads/watchpoint-fork.exp
7402 * gdb.trace/actions-changed.exp
7403 * gdb.trace/backtrace.exp
7404 * gdb.trace/change-loc.exp
7405 * gdb.trace/circ.exp
7406 * gdb.trace/collection.exp
7407 * gdb.trace/disconnected-tracing.exp
7408 * gdb.trace/ftrace.exp
7409 * gdb.trace/mi-trace-frame-collected.exp
7410 * gdb.trace/mi-trace-unavailable.exp
7411 * gdb.trace/mi-traceframe-changed.exp
7412 * gdb.trace/mi-tsv-changed.exp
7413 * gdb.trace/no-attach-trace.exp
7414 * gdb.trace/passc-dyn.exp
7415 * gdb.trace/qtro.exp
7416 * gdb.trace/range-stepping.exp
7417 * gdb.trace/read-memory.exp
7418 * gdb.trace/save-trace.exp
7419 * gdb.trace/signal.exp
7420 * gdb.trace/status-stop.exp
7421 * gdb.trace/tfile.exp
7422 * gdb.trace/trace-break.exp
7423 * gdb.trace/trace-buffer-size.exp
7424 * gdb.trace/trace-condition.exp
7425 * gdb.trace/tracefile-pseudo-reg.exp
7426 * gdb.trace/tstatus.exp
7427 * gdb.trace/unavailable.exp
7428 * gdb.trace/while-dyn.exp
7429 * gdb.trace/while-stepping.exp
7430
34c41c68
DE
74312016-12-22 Doug Evans <xdje42@gmail.com>
7432
7433 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7434 and msymbols.
7435
16e69324
YQ
74362016-12-19 Yao Qi <yao.qi@linaro.org>
7437
7438 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7439 (test_with_self): Don't call do_steps_and_nexts, and remove
7440 code about stepping into xmalloc.
7441
f94f411b
YQ
74422016-12-09 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7445
74462016-12-09 Yao Qi <yao.qi@linaro.org>
7447
7448 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7449
f1b5deee
PA
74502016-12-09 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/all-architectures-0.exp: New file.
7453 * gdb.base/all-architectures-1.exp: New file.
7454 * gdb.base/all-architectures-2.exp: New file.
7455 * gdb.base/all-architectures-3.exp: New file.
7456 * gdb.base/all-architectures-4.exp: New file.
7457 * gdb.base/all-architectures-5.exp: New file.
7458 * gdb.base/all-architectures-6.exp: New file.
7459 * gdb.base/all-architectures-7.exp: New file.
7460 * gdb.base/all-architectures.exp.in: New file.
7461
364ca42e
YQ
74622016-12-09 Yao Qi <yao.qi@linaro.org>
7463
7464 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7465
107c2d62
LM
74662016-12-02 Luis Machado <lgustavo@codesourcery.com>
7467
7468 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7469 possible.
7470 Remove useless pattern-matching code.
7471
df3ee9ca
PA
74722016-12-02 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7475 procedure.
7476 (top level): Call it.
7477
ec835369
PA
74782016-12-02 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7481 New procedure.
7482 (top level): Call it.
7483
01770bbd
PA
74842016-12-02 Pedro Alves <palves@redhat.com>
7485
7486 PR cli/20559
7487 * gdb.base/commands.exp (user_defined_command_args_eval): New
7488 procedure.
7489 (top level): Call it.
7490
008459ea
LM
74912016-12-02 Luis Machado <lgustavo@codesourcery.com>
7492
7493 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7494 timeout handling.
7495
0c1b455e
TT
74962016-12-02 Tom Tromey <tom@tromey.com>
7497
7498 * gdb.dwarf2/main-subprogram.c: New file.
7499 * gdb.dwarf2/main-subprogram.exp: New file.
7500
018572b8
LM
75012016-12-01 Luis Machado <lgustavo@codesourcery.com>
7502
7503 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7504 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7505 gdb_test_no_output for a couple of cases.
7506 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7507
84c93cd5
LM
75082016-12-01 Luis Machado <lgustavo@codesourcery.com>
7509
7510 Fix test names and standardize compilation error messages throughout
7511 the following files:
7512
7513 * gdb.ada/start.exp
7514 * gdb.arch/alpha-step.exp
7515 * gdb.arch/e500-prologue.exp
7516 * gdb.arch/ftrace-insn-reloc.exp
7517 * gdb.arch/gdb1291.exp
7518 * gdb.arch/gdb1431.exp
7519 * gdb.arch/gdb1558.exp
7520 * gdb.arch/i386-dr3-watch.exp
7521 * gdb.arch/i386-sse-stack-align.exp
7522 * gdb.arch/ia64-breakpoint-shadow.exp
7523 * gdb.arch/pa-nullify.exp
7524 * gdb.arch/powerpc-aix-prologue.exp
7525 * gdb.arch/thumb-bx-pc.exp
7526 * gdb.base/annota1.exp
7527 * gdb.base/annota3.exp
7528 * gdb.base/arrayidx.exp
7529 * gdb.base/assign.exp
7530 * gdb.base/attach.exp
7531 * gdb.base/auxv.exp
7532 * gdb.base/bang.exp
7533 * gdb.base/bfp-test.exp
7534 * gdb.base/bigcore.exp
7535 * gdb.base/bitfields2.exp
7536 * gdb.base/break-fun-addr.exp
7537 * gdb.base/break-probes.exp
7538 * gdb.base/call-rt-st.exp
7539 * gdb.base/callexit.exp
7540 * gdb.base/catch-fork-kill.exp
7541 * gdb.base/charset.exp
7542 * gdb.base/checkpoint.exp
7543 * gdb.base/comprdebug.exp
7544 * gdb.base/constvars.exp
7545 * gdb.base/coredump-filter.exp
7546 * gdb.base/cursal.exp
7547 * gdb.base/cvexpr.exp
7548 * gdb.base/detach.exp
7549 * gdb.base/display.exp
7550 * gdb.base/dmsym.exp
7551 * gdb.base/dprintf-pending.exp
7552 * gdb.base/dso2dso.exp
7553 * gdb.base/dtrace-probe.exp
7554 * gdb.base/dump.exp
7555 * gdb.base/enum_cond.exp
7556 * gdb.base/exe-lock.exp
7557 * gdb.base/exec-invalid-sysroot.exp
7558 * gdb.base/execl-update-breakpoints.exp
7559 * gdb.base/exprs.exp
7560 * gdb.base/fileio.exp
7561 * gdb.base/find.exp
7562 * gdb.base/finish.exp
7563 * gdb.base/fixsection.exp
7564 * gdb.base/foll-vfork.exp
7565 * gdb.base/frame-args.exp
7566 * gdb.base/gcore.exp
7567 * gdb.base/gdb1250.exp
7568 * gdb.base/global-var-nested-by-dso.exp
7569 * gdb.base/gnu-ifunc.exp
7570 * gdb.base/hashline1.exp
7571 * gdb.base/hashline2.exp
7572 * gdb.base/hashline3.exp
7573 * gdb.base/hbreak-in-shr-unsupported.exp
7574 * gdb.base/huge.exp
7575 * gdb.base/infcall-input.exp
7576 * gdb.base/info-fun.exp
7577 * gdb.base/info-shared.exp
7578 * gdb.base/jit-simple.exp
7579 * gdb.base/jit-so.exp
7580 * gdb.base/jit.exp
7581 * gdb.base/jump.exp
7582 * gdb.base/label.exp
7583 * gdb.base/lineinc.exp
7584 * gdb.base/logical.exp
7585 * gdb.base/longjmp.exp
7586 * gdb.base/macscp.exp
7587 * gdb.base/miscexprs.exp
7588 * gdb.base/new-ui-echo.exp
7589 * gdb.base/new-ui-pending-input.exp
7590 * gdb.base/new-ui.exp
7591 * gdb.base/nodebug.exp
7592 * gdb.base/nofield.exp
7593 * gdb.base/offsets.exp
7594 * gdb.base/overlays.exp
7595 * gdb.base/pending.exp
7596 * gdb.base/pointers.exp
7597 * gdb.base/pr11022.exp
7598 * gdb.base/printcmds.exp
7599 * gdb.base/prologue.exp
7600 * gdb.base/ptr-typedef.exp
7601 * gdb.base/realname-expand.exp
7602 * gdb.base/relativedebug.exp
7603 * gdb.base/relocate.exp
7604 * gdb.base/remote.exp
7605 * gdb.base/reread.exp
7606 * gdb.base/return2.exp
7607 * gdb.base/savedregs.exp
7608 * gdb.base/sep.exp
7609 * gdb.base/sepdebug.exp
7610 * gdb.base/sepsymtab.exp
7611 * gdb.base/set-inferior-tty.exp
7612 * gdb.base/setshow.exp
7613 * gdb.base/shlib-call.exp
7614 * gdb.base/sigaltstack.exp
7615 * gdb.base/siginfo-addr.exp
7616 * gdb.base/signals.exp
7617 * gdb.base/signull.exp
7618 * gdb.base/sigrepeat.exp
7619 * gdb.base/so-impl-ld.exp
7620 * gdb.base/solib-display.exp
7621 * gdb.base/solib-overlap.exp
7622 * gdb.base/solib-search.exp
7623 * gdb.base/solib-symbol.exp
7624 * gdb.base/structs.exp
7625 * gdb.base/structs2.exp
7626 * gdb.base/symtab-search-order.exp
7627 * gdb.base/twice.exp
7628 * gdb.base/unload.exp
7629 * gdb.base/varargs.exp
7630 * gdb.base/watchpoint-solib.exp
7631 * gdb.base/watchpoint.exp
7632 * gdb.base/whatis.exp
7633 * gdb.base/wrong_frame_bt_full.exp
7634 * gdb.btrace/dlopen.exp
7635 * gdb.cell/ea-standalone.exp
7636 * gdb.cell/ea-test.exp
7637 * gdb.cp/dispcxx.exp
7638 * gdb.cp/gdb2384.exp
7639 * gdb.cp/method2.exp
7640 * gdb.cp/nextoverthrow.exp
7641 * gdb.cp/pr10728.exp
7642 * gdb.disasm/am33.exp
7643 * gdb.disasm/h8300s.exp
7644 * gdb.disasm/mn10300.exp
7645 * gdb.disasm/sh3.exp
7646 * gdb.dwarf2/dw2-dir-file-name.exp
7647 * gdb.fortran/complex.exp
7648 * gdb.fortran/library-module.exp
7649 * gdb.guile/scm-pretty-print.exp
7650 * gdb.guile/scm-symbol.exp
7651 * gdb.guile/scm-type.exp
7652 * gdb.guile/scm-value.exp
7653 * gdb.linespec/linespec.exp
7654 * gdb.mi/gdb701.exp
7655 * gdb.mi/gdb792.exp
7656 * gdb.mi/mi-breakpoint-changed.exp
7657 * gdb.mi/mi-dprintf-pending.exp
7658 * gdb.mi/mi-dprintf.exp
7659 * gdb.mi/mi-exit-code.exp
7660 * gdb.mi/mi-pending.exp
7661 * gdb.mi/mi-solib.exp
7662 * gdb.mi/new-ui-mi-sync.exp
7663 * gdb.mi/pr11022.exp
7664 * gdb.mi/user-selected-context-sync.exp
7665 * gdb.opt/solib-intra-step.exp
7666 * gdb.python/py-events.exp
7667 * gdb.python/py-finish-breakpoint.exp
7668 * gdb.python/py-mi.exp
7669 * gdb.python/py-prettyprint.exp
7670 * gdb.python/py-shared.exp
7671 * gdb.python/py-symbol.exp
7672 * gdb.python/py-template.exp
7673 * gdb.python/py-type.exp
7674 * gdb.python/py-value.exp
7675 * gdb.reverse/solib-precsave.exp
7676 * gdb.reverse/solib-reverse.exp
7677 * gdb.server/solib-list.exp
7678 * gdb.stabs/weird.exp
7679 * gdb.threads/reconnect-signal.exp
7680 * gdb.threads/stepi-random-signal.exp
7681 * gdb.trace/actions.exp
7682 * gdb.trace/ax.exp
7683 * gdb.trace/backtrace.exp
7684 * gdb.trace/change-loc.exp
7685 * gdb.trace/deltrace.exp
7686 * gdb.trace/ftrace-lock.exp
7687 * gdb.trace/ftrace.exp
7688 * gdb.trace/infotrace.exp
7689 * gdb.trace/mi-tracepoint-changed.exp
7690 * gdb.trace/packetlen.exp
7691 * gdb.trace/passcount.exp
7692 * gdb.trace/pending.exp
7693 * gdb.trace/range-stepping.exp
7694 * gdb.trace/report.exp
7695 * gdb.trace/stap-trace.exp
7696 * gdb.trace/tfind.exp
7697 * gdb.trace/trace-break.exp
7698 * gdb.trace/trace-condition.exp
7699 * gdb.trace/trace-enable-disable.exp
7700 * gdb.trace/trace-mt.exp
7701 * gdb.trace/tracecmd.exp
7702 * gdb.trace/tspeed.exp
7703 * gdb.trace/tsv.exp
7704 * lib/perftest.exp
7705
fb9feb35
LM
77062016-12-01 Luis Machado <lgustavo@codesourcery.com>
7707
7708 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7709 with gdb_test_no_output.
7710 Use command as test name.
7711
cd2ddb6c
LM
77122016-12-01 Luis Machado <lgustavo@codesourcery.com>
7713
7714 Fix test names starting with uppercase throughout the files.
7715
7716 * gdb.ada/assign_1.exp
7717 * gdb.ada/boolean_expr.exp
7718 * gdb.base/arrayidx.exp
7719 * gdb.base/del.exp
7720 * gdb.base/gcore-buffer-overflow.exp
7721 * gdb.base/testenv.exp
7722 * gdb.compile/compile.exp
7723 * gdb.python/py-framefilter-invalidarg.exp
7724 * gdb.python/py-framefilter.exp
7725
bb95117e
LM
77262016-12-01 Luis Machado <lgustavo@codesourcery.com>
7727
7728 Fix test names starting with uppercase throughout the files.
7729
7730 * gdb.ada/array_return.exp
7731 * gdb.ada/expr_delims.exp
7732 * gdb.ada/mi_dyn_arr.exp
7733 * gdb.ada/mi_interface.exp
7734 * gdb.ada/mi_var_array.exp
7735 * gdb.ada/watch_arg.exp
7736 * gdb.arch/alpha-step.exp
7737 * gdb.arch/altivec-regs.exp
7738 * gdb.arch/e500-regs.exp
7739 * gdb.arch/powerpc-d128-regs.exp
7740 * gdb.base/arrayidx.exp
7741 * gdb.base/break.exp
7742 * gdb.base/checkpoint.exp
7743 * gdb.base/debug-expr.exp
7744 * gdb.base/dmsym.exp
7745 * gdb.base/radix.exp
7746 * gdb.base/sepdebug.exp
7747 * gdb.base/testenv.exp
7748 * gdb.base/watch_thread_num.exp
7749 * gdb.base/watchpoint-cond-gone.exp
7750 * gdb.cell/break.exp
7751 * gdb.cell/ea-cache.exp
7752 * gdb.compile/compile.exp
7753 * gdb.cp/gdb2495.exp
7754 * gdb.gdb/selftest.exp
7755 * gdb.gdb/xfullpath.exp
7756 * gdb.go/hello.exp
7757 * gdb.go/integers.exp
7758 * gdb.objc/basicclass.exp
7759 * gdb.pascal/hello.exp
7760 * gdb.pascal/integers.exp
7761 * gdb.python/py-breakpoint.exp
7762 * gdb.python/py-cmd.exp
7763 * gdb.python/py-linetable.exp
7764 * gdb.python/py-xmethods.exp
7765 * gdb.python/python.exp
7766 * gdb.reverse/consecutive-precsave.exp
7767 * gdb.reverse/finish-precsave.exp
7768 * gdb.reverse/i386-precsave.exp
7769 * gdb.reverse/machinestate-precsave.exp
7770 * gdb.reverse/sigall-precsave.exp
7771 * gdb.reverse/solib-precsave.exp
7772 * gdb.reverse/step-precsave.exp
7773 * gdb.reverse/until-precsave.exp
7774 * gdb.reverse/watch-precsave.exp
7775 * gdb.threads/leader-exit.exp
7776 * gdb.threads/pthreads.exp
7777 * gdb.threads/wp-replication.exp
7778 * gdb.trace/actions.exp
7779 * gdb.trace/mi-tsv-changed.exp
7780 * gdb.trace/tsv.exp
7781
de97fdd4
LM
77822016-12-01 Luis Machado <lgustavo@codesourcery.com>
7783
7784 Fix test names starting with uppercase throughout the files.
7785
7786 * gdb.arch/i386-bp_permanent.exp
7787 * gdb.arch/i386-gnu-cfi.exp
7788 * gdb.base/disasm-end-cu.exp
7789 * gdb.base/macscp.exp
7790 * gdb.base/pending.exp
7791 * gdb.base/watch_thread_num.exp
7792 * gdb.cp/exception.exp
7793 * gdb.cp/gdb2495.exp
7794 * gdb.cp/local.exp
7795 * gdb.python/py-evsignal.exp
7796 * gdb.python/python.exp
7797 * gdb.trace/tracecmd.exp
7798
9f058c10
LM
77992016-12-01 Luis Machado <lgustavo@codesourcery.com>
7800
7801 Fix test names starting with uppercase throughout the files.
7802
7803 * gdb.base/charset.exp
7804 * gdb.base/eval.exp
7805 * gdb.base/multi-forks.exp
7806 * gdb.guile/scm-progspace.exp
7807 * gdb.opencl/datatypes.exp
7808 * gdb.python/py-block.exp
7809 * gdb.python/py-function.exp
7810 * gdb.python/py-symbol.exp
7811 * gdb.python/py-symtab.exp
7812 * gdb.python/py-xmethods.exp
7813 * gdb.reverse/break-precsave.exp
7814 * gdb.reverse/break-reverse.exp
7815 * gdb.reverse/consecutive-precsave.exp
7816 * gdb.reverse/consecutive-reverse.exp
7817 * gdb.reverse/finish-precsave.exp
7818 * gdb.reverse/finish-reverse-bkpt.exp
7819 * gdb.reverse/finish-reverse.exp
7820 * gdb.reverse/fstatat-reverse.exp
7821 * gdb.reverse/getresuid-reverse.exp
7822 * gdb.reverse/i386-precsave.exp
7823 * gdb.reverse/i386-reverse.exp
7824 * gdb.reverse/i386-sse-reverse.exp
7825 * gdb.reverse/i387-stack-reverse.exp
7826 * gdb.reverse/insn-reverse.exp
7827 * gdb.reverse/machinestate-precsave.exp
7828 * gdb.reverse/machinestate.exp
7829 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7830 * gdb.reverse/pipe-reverse.exp
7831 * gdb.reverse/readv-reverse.exp
7832 * gdb.reverse/recvmsg-reverse.exp
7833 * gdb.reverse/rerun-prec.exp
7834 * gdb.reverse/s390-mvcle.exp
7835 * gdb.reverse/sigall-precsave.exp
7836 * gdb.reverse/sigall-reverse.exp
7837 * gdb.reverse/solib-precsave.exp
7838 * gdb.reverse/solib-reverse.exp
7839 * gdb.reverse/step-precsave.exp
7840 * gdb.reverse/step-reverse.exp
7841 * gdb.reverse/time-reverse.exp
7842 * gdb.reverse/until-precsave.exp
7843 * gdb.reverse/until-reverse.exp
7844 * gdb.reverse/waitpid-reverse.exp
7845 * gdb.reverse/watch-precsave.exp
7846 * gdb.reverse/watch-reverse.exp
7847
cdc7edd7
LM
78482016-12-01 Luis Machado <lgustavo@codesourcery.com>
7849
7850 Fix test names starting with uppercase throughout the files.
7851
7852 * gdb.arch/i386-mpx-simple_segv.exp
7853 * gdb.arch/i386-mpx.exp
7854 * gdb.arch/i386-permbkpt.exp
7855 * gdb.arch/pa-nullify.exp
7856 * gdb.arch/powerpc-d128-regs.exp
7857 * gdb.arch/vsx-regs.exp
7858 * gdb.base/bfp-test.exp
7859 * gdb.base/break.exp
7860 * gdb.base/breakpoint-shadow.exp
7861 * gdb.base/callfuncs.exp
7862 * gdb.base/charset.exp
7863 * gdb.base/commands.exp
7864 * gdb.base/completion.exp
7865 * gdb.base/dfp-test.exp
7866 * gdb.base/echo.exp
7867 * gdb.base/ending-run.exp
7868 * gdb.base/eval.exp
7869 * gdb.base/expand-psymtabs.exp
7870 * gdb.base/float128.exp
7871 * gdb.base/floatn.exp
7872 * gdb.base/foll-exec-mode.exp
7873 * gdb.base/gdb1056.exp
7874 * gdb.base/gdb11531.exp
7875 * gdb.base/kill-after-signal.exp
7876 * gdb.base/multi-forks.exp
7877 * gdb.base/overlays.exp
7878 * gdb.base/pending.exp
7879 * gdb.base/sepdebug.exp
7880 * gdb.base/testenv.exp
7881 * gdb.base/valgrind-db-attach.exp
7882 * gdb.base/watch_thread_num.exp
7883 * gdb.base/watchpoint-cond-gone.exp
7884 * gdb.base/watchpoint.exp
7885 * gdb.base/watchpoints.exp
7886 * gdb.cp/arg-reference.exp
7887 * gdb.cp/baseenum.exp
7888 * gdb.cp/operator.exp
7889 * gdb.cp/shadow.exp
7890 * gdb.dwarf2/dw2-op-out-param.exp
7891 * gdb.dwarf2/dw2-reg-undefined.exp
7892 * gdb.go/chan.exp
7893 * gdb.go/hello.exp
7894 * gdb.go/integers.exp
7895 * gdb.go/methods.exp
7896 * gdb.go/package.exp
7897 * gdb.guile/scm-parameter.exp
7898 * gdb.guile/scm-progspace.exp
7899 * gdb.guile/scm-value.exp
7900 * gdb.mi/mi-pending.exp
7901 * gdb.mi/user-selected-context-sync.exp
7902 * gdb.multi/multi-attach.exp
7903 * gdb.multi/tids.exp
7904 * gdb.opt/clobbered-registers-O2.exp
7905 * gdb.pascal/floats.exp
7906 * gdb.pascal/integers.exp
7907 * gdb.python/py-block.exp
7908 * gdb.python/py-events.exp
7909 * gdb.python/py-parameter.exp
7910 * gdb.python/py-symbol.exp
7911 * gdb.python/py-symtab.exp
7912 * gdb.python/py-type.exp
7913 * gdb.python/py-value.exp
7914 * gdb.python/py-xmethods.exp
7915 * gdb.python/python.exp
7916 * gdb.reverse/break-precsave.exp
7917 * gdb.reverse/consecutive-precsave.exp
7918 * gdb.reverse/finish-precsave.exp
7919 * gdb.reverse/i386-precsave.exp
7920 * gdb.reverse/machinestate-precsave.exp
7921 * gdb.reverse/sigall-precsave.exp
7922 * gdb.reverse/solib-precsave.exp
7923 * gdb.reverse/step-precsave.exp
7924 * gdb.reverse/until-precsave.exp
7925 * gdb.reverse/watch-precsave.exp
7926 * gdb.server/ext-attach.exp
7927 * gdb.server/ext-restart.exp
7928 * gdb.server/ext-run.exp
7929 * gdb.server/ext-wrapper.exp
7930 * gdb.stabs/gdb11479.exp
7931 * gdb.stabs/weird.exp
7932 * gdb.threads/attach-many-short-lived-threads.exp
7933 * gdb.threads/kill.exp
7934 * gdb.threads/watchpoint-fork.exp
7935
bc6c7af4
LM
79362016-12-01 Luis Machado <lgustavo@codesourcery.com>
7937
7938 Fix test names starting with uppercase throughout all the files below.
7939
7940 * gdb.ada/array_return.exp
7941 * gdb.ada/catch_ex.exp
7942 * gdb.ada/info_exc.exp
7943 * gdb.ada/mi_catch_ex.exp
7944 * gdb.ada/mi_dyn_arr.exp
7945 * gdb.ada/mi_ex_cond.exp
7946 * gdb.ada/mi_exc_info.exp
7947 * gdb.ada/mi_interface.exp
7948 * gdb.ada/mi_task_arg.exp
7949 * gdb.ada/mi_task_info.exp
7950 * gdb.ada/mi_var_array.exp
7951 * gdb.arch/alpha-step.exp
7952 * gdb.arch/amd64-disp-step.exp
7953 * gdb.arch/arm-disp-step.exp
7954 * gdb.arch/disp-step-insn-reloc.exp
7955 * gdb.arch/e500-prologue.exp
7956 * gdb.arch/ftrace-insn-reloc.exp
7957 * gdb.arch/gdb1558.exp
7958 * gdb.arch/i386-bp_permanent.exp
7959 * gdb.arch/i386-disp-step.exp
7960 * gdb.arch/i386-float.exp
7961 * gdb.arch/i386-gnu-cfi.exp
7962 * gdb.arch/ia64-breakpoint-shadow.exp
7963 * gdb.arch/mips16-thunks.exp
7964 * gdb.arch/pa-nullify.exp
7965 * gdb.arch/powerpc-aix-prologue.exp
7966 * gdb.arch/powerpc-power.exp
7967 * gdb.arch/ppc-dfp.exp
7968 * gdb.arch/s390-tdbregs.exp
7969 * gdb.arch/spu-info.exp
7970 * gdb.arch/spu-ls.exp
7971 * gdb.arch/thumb-bx-pc.exp
7972 * gdb.base/advance.exp
7973 * gdb.base/annota-input-while-running.exp
7974 * gdb.base/arrayidx.exp
7975 * gdb.base/asmlabel.exp
7976 * gdb.base/async.exp
7977 * gdb.base/attach-wait-input.exp
7978 * gdb.base/auto-connect-native-target.exp
7979 * gdb.base/batch-preserve-term-settings.exp
7980 * gdb.base/bfp-test.exp
7981 * gdb.base/bigcore.exp
7982 * gdb.base/bp-permanent.exp
7983 * gdb.base/break-always.exp
7984 * gdb.base/break-fun-addr.exp
7985 * gdb.base/break-idempotent.exp
7986 * gdb.base/break-main-file-remove-fail.exp
7987 * gdb.base/break-probes.exp
7988 * gdb.base/break-unload-file.exp
7989 * gdb.base/break.exp
7990 * gdb.base/call-ar-st.exp
7991 * gdb.base/call-rt-st.exp
7992 * gdb.base/call-sc.exp
7993 * gdb.base/call-signal-resume.exp
7994 * gdb.base/call-strs.exp
7995 * gdb.base/callexit.exp
7996 * gdb.base/callfuncs.exp
7997 * gdb.base/catch-gdb-caused-signals.exp
7998 * gdb.base/catch-signal-siginfo-cond.exp
7999 * gdb.base/catch-syscall.exp
8000 * gdb.base/compare-sections.exp
8001 * gdb.base/cond-eval-mode.exp
8002 * gdb.base/condbreak-call-false.exp
8003 * gdb.base/consecutive-step-over.exp
8004 * gdb.base/cursal.exp
8005 * gdb.base/disabled-location.exp
8006 * gdb.base/disasm-end-cu.exp
8007 * gdb.base/display.exp
8008 * gdb.base/double-prompt-target-event-error.exp
8009 * gdb.base/dprintf-bp-same-addr.exp
8010 * gdb.base/dprintf-detach.exp
8011 * gdb.base/dprintf-next.exp
8012 * gdb.base/dprintf-non-stop.exp
8013 * gdb.base/dprintf-pending.exp
8014 * gdb.base/dso2dso.exp
8015 * gdb.base/ending-run.exp
8016 * gdb.base/enum_cond.exp
8017 * gdb.base/examine-backward.exp
8018 * gdb.base/exe-lock.exp
8019 * gdb.base/exec-invalid-sysroot.exp
8020 * gdb.base/execl-update-breakpoints.exp
8021 * gdb.base/execution-termios.exp
8022 * gdb.base/fileio.exp
8023 * gdb.base/fixsection.exp
8024 * gdb.base/foll-exec-mode.exp
8025 * gdb.base/foll-exec.exp
8026 * gdb.base/fork-running-state.exp
8027 * gdb.base/frame-args.exp
8028 * gdb.base/fullpath-expand.exp
8029 * gdb.base/func-ptr.exp
8030 * gdb.base/gcore-relro-pie.exp
8031 * gdb.base/gdb1090.exp
8032 * gdb.base/gdb1555.exp
8033 * gdb.base/global-var-nested-by-dso.exp
8034 * gdb.base/gnu-ifunc.exp
8035 * gdb.base/hbreak-in-shr-unsupported.exp
8036 * gdb.base/hbreak-unmapped.exp
8037 * gdb.base/hook-stop.exp
8038 * gdb.base/infcall-input.exp
8039 * gdb.base/info-fun.exp
8040 * gdb.base/info-shared.exp
8041 * gdb.base/interrupt-noterm.exp
8042 * gdb.base/jit-so.exp
8043 * gdb.base/jit.exp
8044 * gdb.base/line-symtabs.exp
8045 * gdb.base/list.exp
8046 * gdb.base/longjmp.exp
8047 * gdb.base/macscp.exp
8048 * gdb.base/max-value-size.exp
8049 * gdb.base/nodebug.exp
8050 * gdb.base/nofield.exp
8051 * gdb.base/overlays.exp
8052 * gdb.base/paginate-after-ctrl-c-running.exp
8053 * gdb.base/paginate-bg-execution.exp
8054 * gdb.base/paginate-inferior-exit.exp
8055 * gdb.base/pending.exp
8056 * gdb.base/pr11022.exp
8057 * gdb.base/printcmds.exp
8058 * gdb.base/ptr-typedef.exp
8059 * gdb.base/ptype.exp
8060 * gdb.base/randomize.exp
8061 * gdb.base/range-stepping.exp
8062 * gdb.base/realname-expand.exp
8063 * gdb.base/relativedebug.exp
8064 * gdb.base/remote.exp
8065 * gdb.base/savedregs.exp
8066 * gdb.base/sepdebug.exp
8067 * gdb.base/set-noassign.exp
8068 * gdb.base/shlib-call.exp
8069 * gdb.base/shreloc.exp
8070 * gdb.base/sigaltstack.exp
8071 * gdb.base/sigbpt.exp
8072 * gdb.base/siginfo-addr.exp
8073 * gdb.base/siginfo-obj.exp
8074 * gdb.base/siginfo-thread.exp
8075 * gdb.base/signest.exp
8076 * gdb.base/signull.exp
8077 * gdb.base/sigrepeat.exp
8078 * gdb.base/skip.exp
8079 * gdb.base/so-impl-ld.exp
8080 * gdb.base/solib-corrupted.exp
8081 * gdb.base/solib-disc.exp
8082 * gdb.base/solib-display.exp
8083 * gdb.base/solib-overlap.exp
8084 * gdb.base/solib-search.exp
8085 * gdb.base/solib-symbol.exp
8086 * gdb.base/source-execution.exp
8087 * gdb.base/sss-bp-on-user-bp-2.exp
8088 * gdb.base/sss-bp-on-user-bp.exp
8089 * gdb.base/stack-checking.exp
8090 * gdb.base/stale-infcall.exp
8091 * gdb.base/step-break.exp
8092 * gdb.base/step-line.exp
8093 * gdb.base/step-over-exit.exp
8094 * gdb.base/step-test.exp
8095 * gdb.base/structs.exp
8096 * gdb.base/sym-file.exp
8097 * gdb.base/symtab-search-order.exp
8098 * gdb.base/term.exp
8099 * gdb.base/type-opaque.exp
8100 * gdb.base/unload.exp
8101 * gdb.base/until-nodebug.exp
8102 * gdb.base/until.exp
8103 * gdb.base/unwindonsignal.exp
8104 * gdb.base/watch-cond.exp
8105 * gdb.base/watch-non-mem.exp
8106 * gdb.base/watch_thread_num.exp
8107 * gdb.base/watchpoint-reuse-slot.exp
8108 * gdb.base/watchpoint-solib.exp
8109 * gdb.base/watchpoint.exp
8110 * gdb.btrace/dlopen.exp
8111 * gdb.cell/arch.exp
8112 * gdb.cell/break.exp
8113 * gdb.cell/bt.exp
8114 * gdb.cell/core.exp
8115 * gdb.cell/data.exp
8116 * gdb.cell/dwarfaddr.exp
8117 * gdb.cell/ea-cache.exp
8118 * gdb.cell/ea-standalone.exp
8119 * gdb.cell/ea-test.exp
8120 * gdb.cell/f-regs.exp
8121 * gdb.cell/fork.exp
8122 * gdb.cell/gcore.exp
8123 * gdb.cell/mem-access.exp
8124 * gdb.cell/ptype.exp
8125 * gdb.cell/registers.exp
8126 * gdb.cell/sizeof.exp
8127 * gdb.cell/solib-symbol.exp
8128 * gdb.cell/solib.exp
8129 * gdb.compile/compile-tls.exp
8130 * gdb.cp/exception.exp
8131 * gdb.cp/gdb2495.exp
8132 * gdb.cp/local.exp
8133 * gdb.cp/mb-inline.exp
8134 * gdb.cp/mb-templates.exp
8135 * gdb.cp/pr10687.exp
8136 * gdb.cp/pr9167.exp
8137 * gdb.cp/scope-err.exp
8138 * gdb.cp/templates.exp
8139 * gdb.cp/virtfunc.exp
8140 * gdb.dwarf2/dw2-dir-file-name.exp
8141 * gdb.dwarf2/dw2-single-line-discriminators.exp
8142 * gdb.fortran/complex.exp
8143 * gdb.fortran/library-module.exp
8144 * gdb.guile/guile.exp
8145 * gdb.guile/scm-cmd.exp
8146 * gdb.guile/scm-frame-inline.exp
8147 * gdb.guile/scm-objfile.exp
8148 * gdb.guile/scm-pretty-print.exp
8149 * gdb.guile/scm-symbol.exp
8150 * gdb.guile/scm-type.exp
8151 * gdb.guile/scm-value.exp
8152 * gdb.linespec/keywords.exp
8153 * gdb.linespec/ls-errs.exp
8154 * gdb.linespec/macro-relative.exp
8155 * gdb.linespec/thread.exp
8156 * gdb.mi/mi-breakpoint-changed.exp
8157 * gdb.mi/mi-dprintf-pending.exp
8158 * gdb.mi/mi-fullname-deleted.exp
8159 * gdb.mi/mi-logging.exp
8160 * gdb.mi/mi-pending.exp
8161 * gdb.mi/mi-solib.exp
8162 * gdb.mi/new-ui-mi-sync.exp
8163 * gdb.mi/user-selected-context-sync.exp
8164 * gdb.multi/dummy-frame-restore.exp
8165 * gdb.multi/multi-arch-exec.exp
8166 * gdb.multi/remove-inferiors.exp
8167 * gdb.multi/watchpoint-multi-exit.exp
8168 * gdb.opt/solib-intra-step.exp
8169 * gdb.perf/backtrace.exp
8170 * gdb.perf/single-step.exp
8171 * gdb.perf/skip-command.exp
8172 * gdb.perf/skip-prologue.exp
8173 * gdb.perf/solib.exp
8174 * gdb.python/lib-types.exp
8175 * gdb.python/py-as-string.exp
8176 * gdb.python/py-bad-printers.exp
8177 * gdb.python/py-block.exp
8178 * gdb.python/py-breakpoint.exp
8179 * gdb.python/py-cmd.exp
8180 * gdb.python/py-events.exp
8181 * gdb.python/py-evthreads.exp
8182 * gdb.python/py-finish-breakpoint.exp
8183 * gdb.python/py-finish-breakpoint2.exp
8184 * gdb.python/py-frame-inline.exp
8185 * gdb.python/py-frame.exp
8186 * gdb.python/py-inferior.exp
8187 * gdb.python/py-infthread.exp
8188 * gdb.python/py-mi.exp
8189 * gdb.python/py-objfile.exp
8190 * gdb.python/py-pp-maint.exp
8191 * gdb.python/py-pp-registration.exp
8192 * gdb.python/py-prettyprint.exp
8193 * gdb.python/py-recurse-unwind.exp
8194 * gdb.python/py-shared.exp
8195 * gdb.python/py-symbol.exp
8196 * gdb.python/py-symtab.exp
8197 * gdb.python/py-template.exp
8198 * gdb.python/py-type.exp
8199 * gdb.python/py-unwind-maint.exp
8200 * gdb.python/py-unwind.exp
8201 * gdb.python/py-value.exp
8202 * gdb.python/python.exp
8203 * gdb.reverse/finish-reverse-bkpt.exp
8204 * gdb.reverse/insn-reverse.exp
8205 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8206 * gdb.reverse/solib-precsave.exp
8207 * gdb.reverse/solib-reverse.exp
8208 * gdb.stabs/gdb11479.exp
8209 * gdb.stabs/weird.exp
8210 * gdb.threads/fork-child-threads.exp
8211 * gdb.threads/fork-plus-threads.exp
8212 * gdb.threads/fork-thread-pending.exp
8213 * gdb.threads/forking-threads-plus-breakpoint.exp
8214 * gdb.threads/hand-call-in-threads.exp
8215 * gdb.threads/interrupted-hand-call.exp
8216 * gdb.threads/linux-dp.exp
8217 * gdb.threads/local-watch-wrong-thread.exp
8218 * gdb.threads/next-while-other-thread-longjmps.exp
8219 * gdb.threads/non-ldr-exit.exp
8220 * gdb.threads/pending-step.exp
8221 * gdb.threads/print-threads.exp
8222 * gdb.threads/process-dies-while-detaching.exp
8223 * gdb.threads/process-dies-while-handling-bp.exp
8224 * gdb.threads/pthreads.exp
8225 * gdb.threads/queue-signal.exp
8226 * gdb.threads/reconnect-signal.exp
8227 * gdb.threads/signal-command-handle-nopass.exp
8228 * gdb.threads/signal-command-multiple-signals-pending.exp
8229 * gdb.threads/signal-delivered-right-thread.exp
8230 * gdb.threads/signal-sigtrap.exp
8231 * gdb.threads/sigthread.exp
8232 * gdb.threads/staticthreads.exp
8233 * gdb.threads/stepi-random-signal.exp
8234 * gdb.threads/thread-unwindonsignal.exp
8235 * gdb.threads/thread_check.exp
8236 * gdb.threads/thread_events.exp
8237 * gdb.threads/tid-reuse.exp
8238 * gdb.threads/tls-nodebug.exp
8239 * gdb.threads/tls-shared.exp
8240 * gdb.threads/tls-so_extern.exp
8241 * gdb.threads/tls.exp
8242 * gdb.threads/wp-replication.exp
8243 * gdb.trace/actions-changed.exp
8244 * gdb.trace/actions.exp
8245 * gdb.trace/backtrace.exp
8246 * gdb.trace/change-loc.exp
8247 * gdb.trace/collection.exp
8248 * gdb.trace/deltrace.exp
8249 * gdb.trace/disconnected-tracing.exp
8250 * gdb.trace/entry-values.exp
8251 * gdb.trace/ftrace-lock.exp
8252 * gdb.trace/ftrace.exp
8253 * gdb.trace/infotrace.exp
8254 * gdb.trace/mi-trace-frame-collected.exp
8255 * gdb.trace/mi-trace-unavailable.exp
8256 * gdb.trace/mi-traceframe-changed.exp
8257 * gdb.trace/mi-tracepoint-changed.exp
8258 * gdb.trace/mi-tsv-changed.exp
8259 * gdb.trace/no-attach-trace.exp
8260 * gdb.trace/packetlen.exp
8261 * gdb.trace/passc-dyn.exp
8262 * gdb.trace/passcount.exp
8263 * gdb.trace/pending.exp
8264 * gdb.trace/pr16508.exp
8265 * gdb.trace/qtro.exp
8266 * gdb.trace/range-stepping.exp
8267 * gdb.trace/read-memory.exp
8268 * gdb.trace/report.exp
8269 * gdb.trace/save-trace.exp
8270 * gdb.trace/signal.exp
8271 * gdb.trace/stap-trace.exp
8272 * gdb.trace/status-stop.exp
8273 * gdb.trace/strace.exp
8274 * gdb.trace/tfile.exp
8275 * gdb.trace/tfind.exp
8276 * gdb.trace/trace-break.exp
8277 * gdb.trace/trace-condition.exp
8278 * gdb.trace/trace-enable-disable.exp
8279 * gdb.trace/trace-mt.exp
8280 * gdb.trace/tracecmd.exp
8281 * gdb.trace/tracefile-pseudo-reg.exp
8282 * gdb.trace/tspeed.exp
8283 * gdb.trace/tstatus.exp
8284 * gdb.trace/tsv.exp
8285 * gdb.trace/unavailable.exp
8286 * gdb.trace/while-dyn.exp
8287 * gdb.trace/while-stepping.exp
8288 * lib/gdb-guile.exp
8289 * lib/gdb.exp
8290 * lib/mi-support.exp
8291 * lib/pascal.exp
8292 * lib/perftest.exp
8293 * lib/prelink-support.exp
8294 * lib/selftest-support.exp
8295
ad02e4fe
SM
82962016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8297
8298 * Makefile.in: Include disable-implicit-rules.mk.
8299
22347e55
AA
83002016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8301
8302 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8303 non-byte-aligned bit fields.
8304
da5b30da
AA
83052016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8306
8307 PR gdb/12616
8308 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8309 respects the DW_AT_data_bit_offset attribute.
8310
b593ecca
SM
83112016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8312
8313 * gdb.base/default.exp: Fix output of "set language".
8314
3b165252
SM
83152016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8316
8317 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8318 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8319 make.
8320 * configure.ac: Remove checks for the make program.
8321 * configure: Re-generate.
8322
1a2f3d7f
KB
83232016-11-16 Kevin Buettner <kevinb@redhat.com>
8324
8325 * gdb.python/py-recurse-unwind.c (main): Add loop.
8326 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8327 to read_register() and gdb.parse_and_eval(). Make each code
8328 call a separate case that can be individually tested.
8329 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8330 proc. Call cont_and_backtrace for each of the code paths that
8331 we want to test in the unwinder.
8332
b7f38fda
AA
83332016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8334
8335 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8336 the definition of struct S.
8337
1f8db343
CM
83382016-11-11 Catherine Moore <clm@codesourcery.com>
8339
8340 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8341
fad0c9fb
PA
83422016-11-09 Pedro Alves <palves@redhat.com>
8343
8344 * gdb.base/commands.exp (runto_or_return): New procedure.
8345 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8346 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8347 (progvar_simple_while_test, progvar_complex_if_while_test)
8348 (if_while_breakpoint_command_test)
8349 (infrun_breakpoint_command_test, breakpoint_command_test)
8350 (user_defined_command_test, watchpoint_command_test)
8351 (test_command_prompt_position, redefine_hook_test)
8352 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8353 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8354 multi_line_input and multi_line. Remove gdb_expect and
8355 gdb_stop_suppressing_tests uses.
8356 * lib/gdb.exp (valnum_re): New global.
8357 (multi_line_input): New procedure.
8358
8354c62c
SM
83592016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8360
8361 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8362 Remove.
8363 (test_setup): Define with proc_with_prefix.
8364 (test_cli_inferior): Likewise.
8365 (test_cli_thread): Likewise.
8366 (test_cli_frame): Likewise.
8367 (test_cli_select_frame): Likewise.
8368 (test_cli_up_down): Likewise.
8369 (test_mi_thread_select): Likewise.
8370 (test_mi_stack_select_frame): Likewise.
8371 (test_cli_in_mi_inferior): Likewise.
8372 (test_cli_in_mi_thread): Likewise.
8373 (test_cli_in_mi_frame): Likewise.
8374 (top level): Do not use with_test_prefix_procname.
8375
64f367a2
PA
83762016-11-09 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.base/commands.exp (gdbvar_simple_if_test)
8379 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8380 (progvar_simple_if_test, progvar_simple_while_test)
8381 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8382 (infrun_breakpoint_command_test, breakpoint_command_test)
8383 (user_defined_command_test, watchpoint_command_test)
8384 (test_command_prompt_position, deprecated_command_test)
8385 (bp_deleted_in_command, temporary_breakpoint_commands)
8386 (stray_arg0_test, source_file_with_indented_comment)
8387 (recursive_source_test, if_commands_test)
8388 (error_clears_commands_left, redefine_hook_test)
8389 (redefine_backtrace_test): Use proc_with_prefix.
8390 * lib/gdb.exp (proc_with_prefix): New proc.
8391
0bb65f1e
AA
83922016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8393
8394 * gdb.base/tui-layout.c: New file.
8395 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8396 disassembly window contains very long lines.
8397
7353f247
TT
83982016-11-08 Tom Tromey <tom@tromey.com>
8399
8400 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8401 depend on Python 2.
8402
30a7bb83
TT
84032016-11-08 Tom Tromey <tom@tromey.com>
8404
8405 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8406 New method.
8407
cdf5a07c
MG
84082016-10-29 Manish Goregaokar <manish@mozilla.com>
8409
2806dc7e 8410 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8411
51a789c3
MG
84122016-10-27 Manish Goregaokar <manish@mozilla.com>
8413
2806dc7e
PA
8414 * gdb.rust/simple.rs: Add test for univariant enums without
8415 discriminants and for encoded struct-like enums.
51a789c3 8416
f610ab6d
PA
84172016-10-28 Pedro Alves <palves@redhat.com>
8418
8419 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8420 gdb_test_multiple, tighten regexps and match symtabs and line
8421 tables incrementally.
8422
b129b0ca
LM
84232016-10-28 Luis Machado <lgustavo@codesourcery.com>
8424
8425 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8426 general.
8427
ecf45d2c
SL
84282016-10-25 Luis Machado <lgustavo@codesourcery.com>
8429
8430 * gdb.base/exec-invalid-sysroot.exp: New file.
8431
b8d38ee4
JK
84322016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8433
8434 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8435
f90fd8c2
JK
84362016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8439
2d2476aa
MR
84402016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8441
2806dc7e
PA
8442 * gdb.base/killed-outside.exp: Remove $options from a call to
8443 `prepare_for_testing'.
2d2476aa 8444
e42b25a0
SM
84452016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8446
8447 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8448 Change test message.
8449
3ccdb432
SM
84502016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8451
8452 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8453 Update comment.
8454
5bad3170
SM
84552016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8456
8457 * gdb.trace/mi-trace-save.exp: New file.
8458
5ad9dba7
YQ
84592016-10-13 Yao Qi <yao.qi@linaro.org>
8460
8461 * gdb.base/code_elim.exp (get_var_address): Remove.
8462 * gdb.base/relocate.exp: Likewise.
8463 * gdb.base/shreloc.exp: Likewise.
8464 * lib/gdb.exp (get_var_address): New.
8465
62df7e21
YQ
84662016-10-13 Yao Qi <yao.qi@linaro.org>
8467
8468 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8469 floating point tests if $skip_float_test is false.
8470
4dac951e
LM
84712016-10-12 Luis Machado <lgustavo@codesourcery.com>
8472
8473 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8474 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8475 argc values.
8476 Add 1 to argc so we guarantee distinct initial/modified argc values.
8477
8f1a8fc4
JK
84782016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8481
16c85b5d
JK
84822016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8485 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8486 * gdb.arch/vsx-regs.exp: Likewise.
8487
1d0e042a
YQ
84882016-10-07 Yao Qi <yao.qi@linaro.org>
8489
8490 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8491
68dadef5
MM
84922016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8493
8494 * gdb.python/python.exp: Test decode_line("*0").
8495
33fa2c6e
DE
84962016-10-06 Doug Evans <dje@google.com>
8497
8498 * gdb.python/py-value.exp (test_value_creation): Add test for large
8499 unsigned 64-bit value.
8500
9c37b5ae
TT
85012016-10-06 Tom Tromey <tom@tromey.com>
8502
8503 * gdb.compile/compile.exp: Change java tests to rust.
8504 * gdb.base/setshow.exp: Change java tests to rust.
8505 * gdb.base/default.exp: Remove java from language list.
8506 * README (Examples): Update language example.
8507 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8508 test.
8509 * lib/gdb.exp (skip_java_tests): Remove.
8510 * lib/java.exp: Remove.
8511 * gdb.java: Remove.
8512
78b86327
MR
85132016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8514
8515 * gdb.arch/mips-fcr.exp: New test.
8516 * gdb.arch/mips-fcr.c: Source for the new test.
8517
7470adbb
MR
85182016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8519
8520 * gdb.base/solib-disc.exp: Use `standard_output_file'
8521 throughout.
8522
4a556533
PA
85232016-10-06 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.base/jit-simple-dl.c: New file.
8526 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8527 * gdb.base/jit-simple.c: ... this.
8528 * gdb.base/jit-simple.exp (jit_run): Delete.
8529 (build_jit): New proc.
8530 (jit_test_reread): Recompile either the main program or the shared
8531 library, depending on what is being tested. Skip changing address
8532 if caller wants to. Compare before/after addresses. If testing
8533 standalone, explicitly load the binary. Test "maint info
8534 breakpoints".
8535 (top level): Add "standalone vs shared lib" and "change address"
8536 vs "same address" axes.
8537
5a122fbc
PA
85382016-10-06 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8541 call.
8542 (jit_run): Delete.
8543 (jit_test_reread): Use with_test_prefix. Reload the main binary
8544 explicitly. Compare the before/after addresses of the JIT
8545 descriptor.
8546
ee8da4b8
DE
85472016-08-15 Doug Evans <dje@google.com>
8548
8549 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8550 for single bitfields is bool.
8551 * gdb.xml/tdesc-regs.exp: Ditto.
8552
f389f6fe
JK
85532016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8556
fdebf1a4
YQ
85572016-10-05 Yao Qi <yao.qi@linaro.org>
8558
8559 * lib/gdb.exp (support_complex_tests): Return zero if
8560 gdb_skip_float_test return true.
8561
9c36d954 85622016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8563 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8564
8565 PR gdb/20487
8566 * gdb.mi/user-selected-context-sync.exp: New file.
8567 * gdb.mi/user-selected-context-sync.c: New file.
8568
4034d0ff 85692016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8570 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8571
8572 PR gdb/20487
8573 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8574 =thread-select-event check.
8575
a4297203
PB
85762016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8577
8578 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8579 the compulsory L operand changes.
8580 * gdb.arch/powerpc-power.s: Likewise.
8581
bb805577
JK
85822016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8583
8584 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8585 * gdb.base/jit-attach-pie.c: New file.
8586 * gdb.base/jit-attach-pie.exp: New file.
8587
6d61dee5
PA
85882016-09-28 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.base/infcall-input.c: New file.
8591 * gdb.base/infcall-input.exp: New file.
8592
f73842fc
YQ
85932016-09-22 Yao Qi <yao.qi@linaro.org>
8594
8595 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8596 (gdb_exit): Rename it to ...
8597 (gdbserver_gdb_exit): ... Close GDBserver.
8598 (gdb_exit): New proc, call gdbserver_gdb_exit.
8599 (mi_gdb_exit): Likewise.
8600
90681dab
YQ
86012016-09-22 Yao Qi <yao.qi@linaro.org>
8602
8603 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8604 path.
8605 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8606 Remove duplication.
8607
9c211fd8
YQ
86082016-09-22 Yao Qi <yao.qi@linaro.org>
8609
8610 * lib/gdbserver-support.exp: Check the existence of
8611 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8612
ad0a504f
AK
86132016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8614
8615 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8616
36cf1806
TT
86172016-09-21 Tom Tromey <tom@tromey.com>
8618
8619 PR gdb/20604:
8620 * gdb.base/quit.exp: New file.
8621
74172ecf
SM
86222016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8623
8624 * .gitignore: New file.
8625
3d0ec882
MR
86262016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8627
8628 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8629 throughout.
8630
8193adea
AA
86312016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8632
8633 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8634
d41a5c09
JK
86352016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8636
8637 * gdb.cp/casts.cc (decltype): Move it ...
8638 (main): ... with its call to ...
8639 * gdb.cp/casts03.cc: ... a new file.
8640 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8641
d2dfe700
JK
86422016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8643
8644 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8645
e2a92b16
PB
86462016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8647
8648 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8649 and sync up the test with tests in gas/testsuite/gas/ppc.
8650 * gdb.arch/powerpc-power.exp: Likewise.
8651
49b4de64
JK
86522016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8653
8654 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8655
2c29df25
SDJ
86562016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8657 Jan Kratochvil <jan.kratochvil@redhat.com>
8658
8659 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8660 make m1's definition to be different from m2's. Use 'dummy' as an
8661 argument for probe 'two'.
8662
cc3c2846
JB
86632016-09-10 Jon Beniston <jon@beniston.com>
8664
8665 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8666 for sim target.
8667
e1b2624a
AA
86682016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8669
8670 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8671 variable declaration.
8672 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8673 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8674 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8675 received HWCAP as its argument.
8676
4295e285
PA
86772016-09-06 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.base/new-ui-pending-input.c: New file.
8680 * gdb.base/new-ui-pending-input.exp: New file.
8681 * gdb.exp (clear_gdb_spawn_id): New procedure.
8682 (with_spawn_id): Check whether gdb_spawn_id exists before
8683 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8684 on exit.
8685
00d5215e
UW
86862016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8687
8688 * gdb.base/float128.c: New file.
8689 * gdb.base/float128.exp: Likewise.
8690 * gdb.base/floatn.c: Likewise.
8691 * gdb.base/floatn.exp: Likewise.
8692
a9ff5f12
UW
86932016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8694
8695 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8696
f245535c
PA
86972016-09-05 Pedro Alves <palves@redhat.com>
8698
8699 PR backtrace/19927
8700 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8701 unwinders are immediately called as side effect of "source" or
8702 "disable unwinder" commands.
8703 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8704
ae9cf263
YQ
87052016-09-02 Yao Qi <yao.qi@linaro.org>
8706
8707 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8708 is true and $type is "float" or "double".
8709
27aba047
YQ
87102016-09-02 Yao Qi <yao.qi@linaro.org>
8711
8712 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8713 true.
8714 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8715 * gdb.base/call-rt-st.exp: Likewise.
8716 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8717 return value instead of gdb,skip_float_test.
8718 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8719 (do_function_calls): Use its return value instead of
8720 gdb,skip_float_test.
8721 * gdb.base/finish.exp: Likewise.
8722 * gdb.base/funcargs.exp: Likewise.
8723 * gdb.base/return.exp: Likewise.
8724 * gdb.base/return2.exp: Likewise.
8725 * gdb.base/varargs.exp: Likewise.
8726 * lib/gdb.exp (gdb_skip_float_test): Change it to
8727 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8728
5af962df
AA
87292016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8730
8731 * gdb.multi/tids.exp: Test "thread apply all".
8732
7fac6910
JK
87332016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8734
8735 * gdb.base/default.exp (tty): Remove.
8736
bb1fe4ac
KB
87372016-08-24 Kevin Buettner <kevinb@redhat.com>
8738
2806dc7e
PA
8739 * gdb.python/py-recurse-unwind.c: New file.
8740 * gdb.python/py-recurse-unwind.py: New file.
8741 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8742
0a1ddfa6
SM
87432016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8744
8745 * gdb.base/set-inferior-tty.exp: New file.
8746 * gdb.base/set-inferior-tty.c: New file.
8747
d9de1fe3
PA
87482016-08-23 Pedro Alves <palves@redhat.com>
8749
8750 PR gdb/20494
8751 * gdb.base/new-ui-echo.c: New file.
8752 * gdb.base/new-ui-echo.exp: New file.
8753
e9d9abd7
YQ
87542016-08-23 Yao Qi <yao.qi@linaro.org>
8755
8756 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8757 gdbserver_spawn.
8758 * gdb.server/connect-without-multi-process.exp (do_test):
8759 Likewise.
8760
3589529e
YQ
87612016-08-23 Yao Qi <yao.qi@linaro.org>
8762
8763 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8764 standalone_txt. Delete gdb_txt and standalone_txt on host
8765 and target. Spawn the binary on target. Copy files from
8766 target to host.
8767
6bb90213
PA
87682016-08-22 Pedro Alves <palves@redhat.com>
8769
8770 PR gdb/20505
8771 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8772 with_test_prefix. Factor out bits to ...
8773 (test_no_vdso): ... this new procedure.
8774
20c2c024
CL
87752016-08-19 Carl Love <cel@us.ibm.com>
8776
8777 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8778 maintaining separate logic for constructing the output path.
8779 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8780 * gdb.arch/ppc-dfp.exp: Likewise.
8781 * gdb.arch/ppc-fp.exp: Likewise.
8782 * gdb.arch/vsx-regs.exp: Likewise.
8783 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8784 binprefix for generating the additional binary files.
8785
0646e07d
PA
87862016-08-19 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.trace/mi-trace-frame-collected.exp
8789 (test_trace_frame_collected): On x32, expect two registers.
8790
46da9242
CL
87912016-08-18 Carl Love <cel@us.ibm.com>
8792
8793 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8794 and sync up the test with tests in gas/testsuite/gas/ppc.
8795 * gdb.arch/powerpc-power.exp: Likewise.
8796
eb2332d7
SM
87972016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8798
8799 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8800 expected error message.
8801
63c61e04
SM
88022016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8803
8804 * gdb.multi/remove-inferiors.exp: New file.
8805 * gdb.multi/remove-inferiors.c: New file.
8806
7b17065f
YQ
88072016-08-12 Yao Qi <yao.qi@linaro.org>
8808
8809 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8810 argument list.
8811
01d3dedf
PA
88122016-08-10 Pedro Alves <palves@redhat.com>
8813
8814 PR gdb/19187
8815 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8816 setup_kfails.
8817
3eb7562a
PA
88182016-08-09 Pedro Alves <palves@redhat.com>
8819 Simon Marchi <simon.marchi@ericsson.com>
8820
8821 PR gdb/20418
8822 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8823 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8824
80614914
PA
88252016-08-09 Pedro Alves <palves@redhat.com>
8826
8827 PR mi/20431
8828 * gdb.mi/mi-cmd-error.exp: New file.
8829
f348d89a
PA
88302016-08-09 Pedro Alves <palves@redhat.com>
8831
8832 PR gdb/18653
8833 * gdb.base/signals-state-child.c: New file.
8834 * gdb.base/signals-state-child.exp: New file.
8835 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8836
e5ca03b4
PA
88372016-08-09 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8840
282a0691
TT
88412016-08-03 Tom Tromey <tom@tromey.com>
8842
8843 PR python/18565:
8844 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8845
41bfcd63
YQ
88462016-08-01 Yao Qi <yao.qi@linaro.org>
8847
8848 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8849 variable mode to "multi-process" if $multi_process is 1, otherwise
8850 set it to "single-process".
8851
e3465b24
YQ
88522016-08-01 Yao Qi <yao.qi@linaro.org>
8853
8854 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8855 * gdb.cp/cpexprs.exp: Likewise.
8856 * gdb.cp/m-static.exp: Likewise.
8857
0b31a4bc
TT
88582016-07-26 Tom Tromey <tom@tromey.com>
8859
8860 PR python/20190:
8861 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8862 test.
8863
e0461dbb
MM
88642016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8865
8866 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8867 selecting assembly source files.
8868 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8869 assembly source files.
8870 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8871 assembly source files.
8872 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8873 selecting assembly source files.
8874
8194e927
SM
88752016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * gdb.base/new-ui.exp (do_test_invalid_args): New
8878 procedure.
8879
c0272db5
TW
88802016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8881
8882 * gdb.btrace/reconnect.c: New file.
8883 * gdb.btrace/reconnect.exp: New file.
8884
e3487908
GKB
88852016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8886
8887 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8888 to test_catch_syscall_group.
8889 (test_catch_syscall_group): New.
8890
12df5c00
TT
88912016-07-21 Tom Tromey <tom@tromey.com>
8892
8893 * gdb.rust/simple.rs (main): Use empty struct expression.
8894 * gdb.rust/simple.exp: Add tests for empty struct expression.
8895
bae62ee2
YQ
88962016-07-21 Yao Qi <yao.qi@linaro.org>
8897
8898 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8899 if gdb_skip_xml_test is true on some targets.
8900
b1b53fb3
YQ
89012016-07-21 Yao Qi <yao.qi@linaro.org>
8902
8903 * gdb.server/solib-list.exp: Unset last_loaded_file.
8904
027d97f8
JK
89052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8906
8907 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8908 "step into captured_main (args)".
8909
7674d381
JK
89102016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8911
8912 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8913
72b5d099
JK
89142016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8917
1f960ced
PA
89182016-07-19 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8921 * gdb.opt/inline-bt.exp: Likewise.
8922 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8923 additional_flags=-Winline.
8924 * gdb.opt/inline-locals.exp: Likewise.
8925 * gdb.opt/inline-markers.c (ATTR): Define.
8926 (inlined_fn): Use it.
8927
f25827c1
YQ
89282016-07-19 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8931 (test_with_self): Remove some code. Remove argument executable.
8932 (top-level): Use do_self_tests.
8933
37539ebe
DB
89342016-07-15 Zachary Welch <zwelch@codesourcery.com>
8935 Don Breazeal <donb@codesourcery.com>
8936
8937 * gdb.base/maint.exp: Escape paths used in regular expressions.
8938 * gdb.stabs/weird.exp: Likewise.
8939
dac790e1
TT
89402016-07-13 Tom Tromey <tom@tromey.com>
8941
8942 PR python/15620, PR python/18620:
8943 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8944 (test_bkpt_events): New procs.
8945
93daf339
TT
89462016-07-13 Tom Tromey <tom@tromey.com>
8947
8948 PR python/17698:
8949 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8950 test.
8951 (test_watchpoints): Likewise.
8952 (test_bkpt_pending): New proc.
8953
6571a381
TT
89542016-07-13 Tom Tromey <tom@tromey.com>
8955
8956 PR cli/18053:
8957 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8958 completion test.
8959
e8732474
JK
89602016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8961
8962 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8963 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8964 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8965 f_label.
8966 (g): Rename g_end_lbl to g_label.
8967 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8968 low_pc and high_pc.
8969 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8970
e0f3fd7c
TT
89712016-07-12 Tom Tromey <tom@tromey.com>
8972
8973 PR python/19293:
8974 * gdb.python/py-unwind-maint.exp: Update tests.
8975
3cfe46b6
YQ
89762016-07-12 Yao Qi <yao.qi@linaro.org>
8977
8978 * lib/selftest-support.exp (selftest_setup): Match the output
8979 when captured_main is inlined.
8980
4f19a0e6
WT
89812016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8982
8983 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8984 New variables.
8985 (print this%a, print this%b, print this): New tests.
8986 * gdb.fortran/derived-types.f90 (this): New object and
8987 initialization.
8988
986cf455
SM
89892016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8990
8991 * gdb.ada/arraydim.exp: Remove extra directory level in build
8992 directory.
8993
f0464b23
SM
89942016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8995
8996 * lib/ada.exp: Remove extra directory level in build directory.
8997 * gdb.ada/cond_lang.exp: Likewise.
8998 * gdb.ada/exec_changed.exp: Likewise.
8999 * gdb.ada/lang_switch.exp: Likewise.
9000
42d94011
MG
90012016-07-06 Manish Goregaokar <manish@mozilla.com>
9002
2806dc7e
PA
9003 * simple.rs: Add test for raw pointer subscripting.
9004 * simple.exp: Add test expectations.
42d94011 9005
647c264c
YQ
90062016-07-05 Yao Qi <yao.qi@linaro.org>
9007
9008 * gdb.mi/mi-reverse.exp: Match =record-started output.
9009
20aa2c60
PA
90102016-07-01 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9013 procedure.
9014 (jit_reader_test): Test the jit reader's unwinder.
9015 * gdb.base/jithost.c (jit_function_00_code): New global.
9016 (main): Use memcpy to fill in the mmapped code, instead of poking
9017 bytes manually here.
9018 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9019 value.
9020 (read_debug_info): Save the function's range.
9021 (read_sp): New function.
9022 (unwind_frame): Use it. Also unwind RBP.
9023 (get_frame_id): Use read_sp.
9024 (gdb_init_reader): Use calloc instead of malloc.
9025 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9026 parameter. Use gdb_test_multiple.
9027
ced2dffb
PA
90282016-07-01 Pedro Alves <palves@redhat.com>
9029 Antoine Tremblay <antoine.tremblay@ericsson.com>
9030
9031 * gdb.threads/process-dies-while-detaching.c: New file.
9032 * gdb.threads/process-dies-while-detaching.exp: New file.
9033
63000888
PA
90342016-07-01 Pedro Alves <palves@redhat.com>
9035
9036 * gdb.multi/watchpoint-multi-exit.c: New file.
9037 * gdb.multi/watchpoint-multi-exit.exp: New file.
9038
038d4868
PA
90392016-06-30 Pedro Alves <palves@redhat.com>
9040
9041 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9042 unset inferior_spawn_id.
9043
994e9c83
PA
90442016-06-30 Pedro Alves <palves@redhat.com>
9045
9046 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9047 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9048
e5653468
YQ
90492016-06-29 Yao Qi <yao.qi@linaro.org>
9050
9051 * gdb.base/return.c: Add copyright header.
9052
803b47e5
TT
90532016-06-29 Tom Tromey <tom@tromey.com>
9054
9055 PR python/20129:
9056 * gdb.python/py-framefilter.exp: Add tests for setting priority
9057 and disabling of non-existent frame filter.
9058
28244707
YQ
90592016-06-29 Yao Qi <yao.qi@linaro.org>
9060
9061 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9062 0x0f07ff.
9063
a31d2f06
YQ
90642016-06-28 Yao Qi <yao.qi@linaro.org>
9065
9066 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9067 triplets. Start gdb, execute catch syscall, and continue. Check
9068 gdb's output to determine catch syscall is supported.
9069
921d8f54
MG
90702016-06-27 Manish Goregaokar <manish@mozilla.com>
9071
25d49b86
PA
9072 * gdb.rust/simple.rs: Add test for returning unit in a function.
9073 * gdb.rust/simple.exp: Add expectation for functions returning
9074 unit.
921d8f54 9075
f4952523
PMR
90762016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9077
9078 * gdb.python/py-breakpoint-create-fail.c,
9079 gdb.python/py-breakpoint-create-fail.exp,
9080 gdb.python/py-breakpoint-create-fail.py: New testcase.
9081
fccb08f8
MG
90822016-06-25 Manish Goregaokar <manish@mozilla.com>
9083
9084 PR gdb/20239
9085 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9086 * gdb.rust/simple.exp: Add test expectations for new NonZero
9087 tests.
fccb08f8 9088
6b850546
DT
90892016-06-24 David Taylor <dtaylor@emc.com>
9090
9091 * gdb.base/offsets.exp: New file.
9092 * gdb.base/offsets.c: New file.
9093
17621150
TT
90942016-06-23 Tom Tromey <tom@tromey.com>
9095
9096 PR gdb/16483:
9097 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9098 before any filters are loaded.
9099
04d59df6
WT
91002016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9101
9102 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9103 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9104 structs.
9105 * gdb.fortran/derived-type-function.exp: New file.
9106 * gdb.fortran/derived-type-function.f90: New file.
9107
9108
ac69f786
PA
91092016-06-21 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.base/new-ui.exp: New file.
9112 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9113 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9114 (with_spawn_id): New procedure.
9115
49940788
PA
91162016-06-21 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.mi/mi-exec-run.exp: New file.
9119
ef274d26
PA
91202016-06-21 Pedro Alves <palves@redhat.com>
9121
9122 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9123 breakpoint command's output on the main UI.
9124 (test_break): New procedure, factored out from calls in the top
9125 level.
9126 (top level): Use foreach_with_prefix to test MI as main UI and as
9127 separate UI.
9128
468afe6c
PA
91292016-06-21 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9132 (test_awatch_creation_and_listing)
9133 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9134 Remove 'type' parameter.
9135 (test_watchpoint_all): New parameter mi_mode. Remove
9136 with_test_prefix.
9137 (top level): Use foreach_with_prefix, and add main/separate UI MI
9138 testing axis.
9139
51f77c37
PA
91402016-06-21 Pedro Alves <palves@redhat.com>
9141
9142 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9143 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9144 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9145 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9146 (gdb_main_spawn_id, mi_spawn_id): Declare and
9147 comment.
9148 (mi_create_inferior_pty): New procedure,
9149 factored out from default_mi_gdb_start.
9150 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9151 procedures.
9152 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9153 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9154 Use mi_create_inferior_pty.
9155 (mi_gdb_start): Use eval to pass down args list.
9156
8980e177
PA
91572016-06-21 Pedro Alves <palves@redhat.com>
9158
9159 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9160 * gdb.opt/inline-cmds.exp: Add MI tests.
9161
f38d3ad1
PA
91622016-06-21 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9165
45db7c09
PA
91662016-06-21 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9169 (top level): Use it instead of mi_execute_to.
9170
5a069ab3
PA
91712016-06-21 Pedro Alves <palves@redhat.com>
9172
9173 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9174 (cont_handler_str): New.
9175 (signal_stop_handler): Set stop_handler_str instead of printing to
9176 stdout.
9177 (continue_handler): Set cont_handler_str instead of printing to
9178 stdout.
9179 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9180 mi_send_resuming_command. Print stop_handler_str and
9181 cont_handler_str instead of expecting the python events print
9182 directly.
9183
2838cc1d
SD
91842016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9185
9186 * gdb.base/jit-reader.exp: New file.
9187 * gdb.base/jithost.c: New file.
9188 * gdb.base/jithost.h: New file.
9189 * gdb.base/jitreader.c : New file.
9190 * gdb.base/jit-protocol.h: New file.
9191
21a77091
YQ
91922016-06-17 Yao Qi <yao.qi@linaro.org>
9193
9194 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9195 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9196 and detach-on-fork. Adjust tests.
9197 (top level): Invoke break_cond_on_syscall with combinations of
9198 syscall, follow-fork-mode and detach-on-fork.
9199
f50bf8e5
YQ
92002016-06-17 Yao Qi <yao.qi@linaro.org>
9201
9202 * gdb.base/step-over-exit.c: New.
9203 * gdb.base/step-over-exit.exp: New.
9204
a28d8e50
YTL
92052016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9206
9207 * gdb.base/float.exp: Add target check for nds32*-*-*.
9208 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9209
cad8e26d
AB
92102016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9211
9212 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9213 for unsupported target features.
9214 * gdb.base/call-rt-st.exp: Likewise.
9215 * gdb.base/call-sc.exp: Likewise.
9216 * gdb.base/call-signal-resume.exp: Likewise.
9217 * gdb.base/call-strs.exp: Likewise.
9218 * gdb.base/callexit.exp: Likewise.
9219 * gdb.base/callfuncs.exp: Likewise.
9220 * gdb.base/nodebug.exp: Likewise.
9221 * gdb.base/printcmds.exp: Likewise.
9222 * gdb.base/ptype.exp: Likewise.
9223 * gdb.base/structs.exp: Likewise.
9224 * gdb.base/unwindonsignal.exp: Likewise.
9225 * gdb.cp/gdb2495.exp: Likewise.
9226 * gdb.cp/templates.exp: Likewise.
9227 * gdb.cp/virtfunc.exp: Likewise.
9228 * gdb.threads/hand-call-in-threads.exp: Likewise.
9229 * gdb.threads/interrupted-hand-call.exp: Likewise.
9230 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9231
347dc102
TT
92322016-06-10 Tom Tromey <tom@tromey.com>
9233
9234 PR rust/20110:
9235 * gdb.rust/expr.exp: Add test for integer constant larger than
9236 i32.
9237
5e13cf25
BH
92382016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9239
9240 * gdb.fortran/nested-funcs.exp: New.
9241 * gdb.fortran/nested-funcs.f90: New.
9242
bb556f1f
TK
92432016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9244
9245 * gdb.base/examine-backward.c: New file.
9246 * gdb.base/examine-backward.exp: New file.
9247
38b022b4
SM
92482016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9249
9250 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9251 matching.
9252
1b40ec05
TT
92532016-06-02 Tom Tromey <tom@tromey.com>
9254
9255 PR python/18984:
9256 * gdb.python/py-shared.exp: Add solib_name test.
9257
193bd378
SM
92582016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9259
9260 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9261
3326303b
MG
92622016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9263
9264 PR c++/19893
9265 * gdb.dwarf2/implref.exp: Rename to...
9266 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9267 * gdb.dwarf2/implref-array.c: New file.
9268 * gdb.dwarf2/implref-array.exp: Likewise.
9269 * gdb.dwarf2/implref-global.c: Likewise.
9270 * gdb.dwarf2/implref-global.exp: Likewise.
9271 * gdb.dwarf2/implref-struct.c: Likewise.
9272 * gdb.dwarf2/implref-struct.exp: Likewise.
9273
825c8ef2
AT
92742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9275
9276 * gdb.trace/trace-condition.exp: Add 64bit tests.
9277
2320162a
AT
92782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9279
9280 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9281 bits types.
9282 (main): Adapt to 8 to 64 bits types.
9283 * gdb.trace/trace-condition.exp: Add new tests.
9284
a7818233
AT
92852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9286
9287 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9288
0d336466
AT
92892016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9290
9291 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9292 Move condition tests...
9293 * gdb.trace/trace-condition.exp: Here.
9294
7faeb45a
AT
92952016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9296
9297 * gdb.trace/trace-condition.exp: Add counter-case tests.
9298
e385593e
JK
92992016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9300
9301 PR c++/15231
9302 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9303 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9304
744608cc
PA
93052016-05-27 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9308 New procedure.
9309 (top level): Call it, and bail out of DejaGnu is known to be bad.
9310
ac775bf4
AB
93112016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9312
9313 * gdb.base/whatis.c: Extend the test case.
9314 * gdb.base/whatis.exp: Add additional tests.
9315
2bbad2ea
BH
93162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9317
9318* gdb.fortran/type.f90: Add pointer variable.
9319* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9320
8b70175d
BH
93212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9322
9323 * gdb.fortran/vla-type.exp: Fix testcase name.
9324
86d8a848
BH
93252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9326
9327 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9328
e188eb36
BH
93292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9330
9331 * gdb.fortran/type.f90: Add nested structures.
9332 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9333 * gdb.fortran/derived-type.exp: Adapt expected output.
9334 * gdb.fortran/vla-type.exp: Adapt expected output.
9335
9b2db1fd
BH
93362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9337
9338 * gdb.fortran/whatis_type.exp: Adapt expected output.
9339
72b17055
BH
93402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9341
9342 * gdb.fortran/print_type.exp: Fix expected output.
9343 * gdb.fortran/whatis_type.exp: Fix expected output.
9344
3cd81d8d
BH
93452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9346
9347 * gdb.fortran/whatis_type.exp: Use multi_line.
9348
ddae9462
TT
93492016-05-24 Tom Tromey <tom@tromey.com>
9350
9351 PR python/17386:
9352 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9353 use value as an index.
9354
1957f6b8
TT
93552016-05-23 Tom Tromey <tom@tromey.com>
9356
9357 PR python/17981:
9358 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9359 no-breakpoint case.
9360
026a9174
PA
93612016-05-24 Pedro Alves <palves@redhat.com>
9362
9363 PR gdb/19828
9364 * gdb.threads/clone-attach-detach.c: New file.
9365 * gdb.threads/clone-attach-detach.exp: New file.
9366
e70a7231
FR
93672016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9368
9369 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9370
0f6ed0e0
TT
93712016-05-23 Tom Tromey <tom@tromey.com>
9372
9373 PR python/19438, PR python/18393:
9374 * gdb.python/py-progspace.exp: Add "dir" test.
9375 * gdb.python/py-objfile.exp: Add "dir" test.
9376
ffd19d61
YQ
93772016-05-23 Yao Qi <yao.qi@linaro.org>
9378
9379 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9380 * gdb.arch/thumb2-it.exp: Likewise.
9381
9e8f9b05
SM
93822016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9383
9384 * gdb.mi/mi-threads-interrupt.c: New file.
9385 * gdb.mi/mi-threads-interrupt.exp: New file.
9386
61c6156d
SM
93872016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9388
9389 PR gdb/18077
9390 * gdb.mi/mi-async-run.exp: New file.
9391 * gdb.mi/mi-async-run.c: New file.
9392
67218854
TT
93932016-05-17 Tom Tromey <tom@tromey.com>
9394 Manish Goregaokar <manishsmail@gmail.com>
9395
9396 * lib/rust-support.exp: New file.
9397 * lib/gdb.exp (skip_rust_tests): New proc.
9398 (build_executable_from_specs): Handle rust.
9399 * lib/future.exp (gdb_find_rustc): New proc.
9400 (gdb_default_target_compile): Handle rust.
9401 * gdb.rust/expr.exp: New file.
9402 * gdb.rust/generics.exp: New file.
9403 * gdb.rust/generics.rs: New file.
9404 * gdb.rust/methods.exp: New file.
9405 * gdb.rust/methods.rs: New file.
9406 * gdb.rust/modules.exp: New file.
9407 * gdb.rust/modules.rs: New file.
9408 * gdb.rust/simple.exp: New file.
9409 * gdb.rust/simple.rs: New file.
9410
c44af4eb
TT
94112016-05-17 Tom Tromey <tom@tromey.com>
9412
9413 * gdb.base/default.exp (set language): Add rust.
9414
dcd1f979
TT
94152016-05-17 Tom Tromey <tom@tromey.com>
9416
9417 * gdb.gdb/unittest.exp: New file.
9418
155b7f57
YQ
94192016-05-16 Yao Qi <yao.qi@linaro.org>
9420
9421 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9422 shell_prompt. Update shell_prompt_re.
9423
8ddd5a6c
DE
94242016-05-12 Doug Evans <dje@google.com>
9425
9426 PR symtab/19999
9427 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9428 $options when building executable.
9429 * gdb.dwarf2/fission-loclists-pie.S: New file.
9430 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9431
02e370d9
SM
94322016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9433
9434 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9435 of [is_remote target],
9436
8929ad8b
SM
94372016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * lib/gdb.exp (use_gdb_stub): New procedure.
9440
6c447423
DE
94412016-05-03 Yunlian Jiang <yunlian@google.com>
9442 Doug Evans <dje@google.com>
9443
9444 PR symtab/19914
9445 * gdb.dwarf2/dwp-sepdebug.c: New file.
9446 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9447
444e826c
SM
94482016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9449
9450 * gdb.base/detach.exp: Remove is_remote check.
9451
740feeaa
SM
94522016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9453
9454 * gdb.base/annota-input-while-running.exp: Don't check for
9455 [is_remote target]. Enable annotations after running to main.
9456 Remove unused "set test..." line.
9457
9080ac9d
SM
94582016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9459
9460 * gdb.trace/trace-enable-disable.exp: New file.
9461 * gdb.trace/trace-enable-disable.c: New file.
9462
952ebca5
SM
94632016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9464
9465 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9466 use it in info sharedlibrary test.
9467 * gdb.trace/ftrace-lock.exp: Likewise.
9468 * gdb.trace/ftrace.exp: Likewise.
9469 * gdb.trace/range-stepping.exp: Likewise.
9470 * gdb.trace/trace-break.exp: Likewise.
9471 * gdb.trace/trace-condition.exp: Likewise.
9472 * gdb.trace/trace-mt.exp: Likewise.
9473
d9019901
SM
94742016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9475
9476 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9477 (gdb_load_shlib): ... this.
9478 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9479 gdb_load_shlib.
9480 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9481 * gdb.base/ctxobj.exp: Likewise.
9482 * gdb.base/dprintf-pending.exp: Likewise.
9483 * gdb.base/dso2dso.exp: Likewise.
9484 * gdb.base/fixsection.exp: Likewise.
9485 * gdb.base/gcore-relro.exp: Likewise.
9486 * gdb.base/gdb1555.exp: Likewise.
9487 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9488 * gdb.base/gnu-ifunc.exp: Likewise.
9489 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9490 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9491 * gdb.base/pending.exp: Likewise.
9492 * gdb.base/print-file-var.exp: Likewise.
9493 * gdb.base/print-symbol-loading.exp: Likewise.
9494 * gdb.base/shlib-call.exp: Likewise.
9495 * gdb.base/shreloc.exp: Likewise.
9496 * gdb.base/so-impl-ld.exp: Likewise.
9497 * gdb.base/solib-disc.exp: Likewise.
9498 * gdb.base/solib-nodir.exp: Likewise.
9499 * gdb.base/solib-overlap.exp: Likewise.
9500 * gdb.base/solib-symbol.exp: Likewise.
9501 * gdb.base/solib-weak.exp (do_test): Likewise.
9502 * gdb.base/sym-file.exp: Likewise.
9503 * gdb.base/symtab-search-order.exp: Likewise.
9504 * gdb.base/type-opaque.exp: Likewise.
9505 * gdb.base/unload.exp: Likewise.
9506 * gdb.base/watchpoint-solib.exp: Likewise.
9507 * gdb.compile/compile.exp: Likewise.
9508 * gdb.cp/gdb2384.exp: Likewise.
9509 * gdb.cp/infcall-dlopen.exp: Likewise.
9510 * gdb.cp/re-set-overloaded.exp: Likewise.
9511 * gdb.fortran/library-module.exp: Likewise.
9512 * gdb.opt/solib-intra-step.exp: Likewise.
9513 * gdb.python/py-finish-breakpoint.exp: Likewise.
9514 * gdb.python/py-shared.exp: Likewise.
9515 * gdb.reverse/solib-precsave.exp: Likewise.
9516 * gdb.reverse/solib-reverse.exp: Likewise.
9517 * gdb.server/solib-list.exp: Likewise.
9518 * gdb.threads/dlopen-libpthread.exp: Likewise.
9519 * gdb.threads/tls-shared.exp: Likewise.
9520 * gdb.threads/tls-so_extern.exp: Likewise.
9521 * gdb.trace/change-loc.exp: Likewise.
9522 * gdb.trace/ftrace-lock.exp: Likewise.
9523 * gdb.trace/ftrace.exp: Likewise.
9524 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9525 * gdb.trace/pending.exp: Likewise.
9526 * gdb.trace/range-stepping.exp: Likewise.
9527 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9528 (strace_info_marker): Likewise.
9529 (strace_probe_marker): Likewise.
9530 (strace_trace_on_same_addr): Likewise.
9531 (strace_trace_on_diff_addr): Likewise.
9532 * gdb.trace/trace-break.exp: Likewise.
9533 * gdb.trace/trace-condition.exp: Likewise.
9534 * gdb.trace/trace-mt.exp: Likewise.
9535
fca4cfd9
SM
95362016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9537
9538 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9539 result of gdb_remote_download.
9540 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9541 * gdb.base/dso2dso.exp: Likewise.
9542 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9543 * gdb.base/print-file-var.exp: Likewise.
9544 * gdb.base/shlib-call.exp: Likewise.
9545 * gdb.base/shreloc.exp: Likewise.
9546 * gdb.base/solib-overlap.exp: Likewise.
9547 * gdb.base/solib-weak.exp (do_test): Likewise.
9548 * gdb.base/unload.exp: Likewise.
9549
11cf4ffb
YQ
95502016-04-27 Yao Qi <yao.qi@linaro.org>
9551
9552 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9553 exists.
9554
3e2e34f8
KB
95552016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9556
9557 * vla-type.exp: Print structure from toplevel.
9558
8f07e298
BH
95592016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9560
9561 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9562 of dynamic types.
9563 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9564 of dynamic types.
9565
9920b434
BH
95662016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9567
9568 * gdb.fortran/vla-type.f90: New file.
9569 * gdb.fortran/vla-type.exp: New file.
9570
f3abeff5
YQ
95712016-04-25 Yao Qi <yao.qi@linaro.org>
9572
9573 * gdb.base/branch-to-self.c: New file.
9574 * gdb.base/branch-to-self.exp: New file.
9575
0a5d52f0
YQ
95762016-04-22 Yao Qi <yao.qi@linaro.org>
9577
9578 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9579 more after $hex.
9580
495346f6
YQ
95812016-04-22 Yao Qi <yao.qi@linaro.org>
9582
9583 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9584 * gdb.base/annota3.exp: Likewise.
9585
4a7e075c
YQ
95862016-04-22 Yao Qi <yao.qi@linaro.org>
9587
9588 * gdb.reverse/step-precsave.exp: Do one step and test program
9589 stops in "callee" and do multiple steps until program goes out
9590 of "callee".
9591 * gdb.reverse/step-reverse.exp: Likewise.
9592
5b061e98
YQ
95932016-04-22 Yao Qi <yao.qi@linaro.org>
9594
9595 * gdb.trace/signal.exp: Also pass if
9596 $tracepoint_hits($i) > $iterations.
9597
5c5dc57f
YQ
95982016-04-22 Yao Qi <yao.qi@linaro.org>
9599
9600 * gdb.trace/signal.c: New file.
9601 * gdb.trace/signal.exp: New file.
9602
a55411b9
DE
96032016-04-19 Doug Evans <xdje42@gmail.com>
9604
9605 * gdb.base/bad-file.exp: New file.
9606
a22df60a
MG
96072016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9608
9609 * gdb.dwarf2/implref.exp: New file.
9610
0c13f7e5
BH
96112016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9612
9613 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9614 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9615 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9616 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9617 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9618 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9619 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9620 * lib/fortran.exp (fortran_int4): New procedure.
9621 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9622 (fortran_logical4): Likewise.
9623
9b9b09e9
BH
96242016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9625
9626 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9627
a14d1f4d
BH
96282016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9629
9630 * lib/compiler.c: Add Intel specific preprocessor macros.
9631 * lib/compiler.cc: Likewise.
25d49b86 9632
7d49b1d0
LM
96332016-04-13 Luis Machado <lgustavo@codesourcery.com>
9634
9635 * gdb.server/connect-with-no-symbol-file.c: New file.
9636 * gdb.server/connect-with-no-symbol-file.exp: New file.
9637
8392fa22
SM
96382016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9639
9640 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9641
8c4c4aeb
SM
96422016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9643
9644 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9645 standard output directory.
9646
45e3745e
AT
96472016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9648
9649 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9650
e26b7e41
MM
96512016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9652
9653 * gdb.btrace/instruction_history.c (loop): Add declaration.
9654
8ce09462
AT
96552016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9656
9657 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9658
2e88a1ea
SM
96592016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9660
9661 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9662 parentheses to print.
9663 (continue_handler): Likewise.
9664
f48e22e3
SM
96652016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9666
9667 * gdb.server/solib-list.exp: Remove is_remote check.
9668 Pass shlib= to gdb_compile. Don't link shared library with
9669 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9670 Run binary filename through "readlink -f" on the target.
9671
096be756
PA
96722016-04-08 Pedro Alves <palves@redhat.com>
9673
9674 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9675 interpreter filename as argument to gdbserver_spawn.
9676 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9677 Return empty if $last_loaded_file does not exist.
9678
06500533
JK
96792016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9680
9681 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9682 * gdb.base/jit-main.c: Use exit after usage.
9683
2d35e871
JK
96842016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9685
9686 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9687 GDBHISTSIZE prior to the tests.
9688 * gdb.base/gdbinit-history.exp: Likewise.
9689
96902016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9691
9692 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9693 instead of build_executable. Use gdb_load_shlibs.
9694
c8064e7e
YQ
96952016-04-07 Yao Qi <yao.qi@linaro.org>
9696
9697 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9698 Execute "si" command.
9699
bde47561
YQ
97002016-04-07 Yao Qi <yao.qi@linaro.org>
9701
9702 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9703 number instead of the comments on some line.
9704
b16f8a3b
DB
97052016-04-06 Don Breazeal <donb@codesourcery.com>
9706
9707 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9708 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9709
c2f901df
SM
97102016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9711
9712 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9713 standard_output_file. Remove unused binfile variable.
9714
ac17fda0
CU
97152016-04-05 Catalin Udma <catalin.udma@freescale.com>
9716
9717 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9718 * gdb.python/py-mi-objfile.exp: Match "list main" output
9719 in console format.
9720
03a8c4df
SM
97212016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9722
9723 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9724 absolute.
9725
6e774b13
SM
97262016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9727
9728 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9729 absolute.
9730 * gdb.trace/ftrace.exp: Likewise.
9731 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9732 targets as well.
9733 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9734 (gdb_load_shlibs): Copy libraries to test directory when testing
9735 natively. Only set solib-search-path if testing remotely.
9736 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9737
7817ea46
SM
97382016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9739
9740 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9741 gdb_download. Use it even if the target is not remote.
9742 * gdb.base/jit.exp (compile_jit_test): Likewise.
9743 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9744 output directory if the destination board is local, otherwise use
9745 the standard remote_download from DejaGnu.
9746 (gdb_download): Remove.
9747 (gdb_load_shlibs): Use gdb_remote_download instead of
9748 gdb_download.
9749 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9750 Use gdb_remote_download instead of gdb_download. Use it even if
9751 the target is not remote.
9752 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9753 instead of gdb_download.
9754
7beb7f68
SM
97552016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9756
9757 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9758 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9759 run.
9760
cc63428a
AV
97612016-04-01 Artemiy Volkov <artemiyv@acm.org>
9762
9763 PR gdb/19820
9764 * gdb.base/printcmds.exp: Add artificial arrays tests.
9765
64cdf930
PA
97662016-03-31 Pedro Alves <palves@redhat.com>
9767
9768 PR gdb/19858
9769 * gdb.base/jit-main.c: Include unistd.h.
9770 (ATTACH): Define to 0 if not already defined.
9771 (wait_for_gdb, mypid): New globals.
9772 (WAIT_FOR_GDB): New macro.
9773 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9774 some breakpoint locations.
9775 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9776 New procedures.
9777 (one_jit_test): Add REATTACH parameter, and handle it. Use
9778 continue_to_test_location.
9779 (top level): Test attach, and adjusts calls to one_jit_test.
9780
40dea8cb
PA
97812016-03-31 Pedro Alves <palves@redhat.com>
9782
9783 PR gdb/19858
9784 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9785 BINSUFFIX parameter, and handle it.
9786 (top level): Adjust calls compile_jit_test.
9787
e7ea3ec7
CU
97882016-03-31 Catalin Udma <catalin.udma@freescale.com>
9789
9790 PR python/19743
9791 * gdb.python/py-mi-events-gdb.py: New file.
9792 * gdb.python/py-mi-events.c: New file.
9793 * gdb.python/py-mi-events.exp: New file.
9794
e6359af3
YQ
97952016-03-30 Yao Qi <yao.qi@linaro.org>
9796
9797 * gdb.reverse/until-precsave.exp: Match function name only.
9798 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9799 Move malloc to a condition block.
9800 * gdb.reverse/until-reverse.exp: Match function name only.
9801
a4105d04
MK
98022016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9803
9804 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9805 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9806 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9807 variable for GPR 0 instead of assuming it is register 0.
9808 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9809 * lib/trace-support.exp: Add s390 registers.
9810
bfa6adb9
YQ
98112016-03-29 Yao Qi <yao.qi@linaro.org>
9812
9813 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9814
1e6697ea
YQ
98152016-03-24 Yao Qi <yao.qi@linaro.org>
9816
9817 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9818 test message.
9819
64bcd522
AA
98202016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9821
9822 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9823 maintaining separate logic for constructing the output path.
9824
7868401b
DB
98252016-03-16 Don Breazeal <donb@codesourcery.com>
9826
9827 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9828 Retry fork and waitpid on interrupted system call errors.
9829 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9830 Use with_timeout_factor to increase timeout by factor of 10.
9831
1cafadb4
DB
98322016-03-15 Don Breazeal <donb@codesourcery.com>
9833
9834 * gdb.cp/scope-err.cc: New test program.
9835 * gdb.cp/scope-err.exp: New test script.
9836 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9837 lines and "set breakpoint here" comment.
9838 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9839 Fixed some whitespace and format issues.
9840 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9841 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9842
81516450
DE
98432016-03-15 Doug Evans <dje@google.com>
9844
9845 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9846 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9847 All callers updated. Add tests for enums, mixed flags register.
9848
aa52b601
DE
98492016-03-15 Doug Evans <dje@google.com>
9850
9851 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9852 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9853
fa4ff313
SM
98542016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9855
9856 * gdb.base/default.exp: Add $_as_string to the list of expected
9857 convenience functions.
9858
f2403c39
AB
98592016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9860
9861 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9862
f2f3ccb9
SM
98632016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9864
9865 * gdb.python/py-as-string.exp: New file.
9866 * gdb.python/py-as-string.c: New file.
9867
00dbd492
PA
98682016-03-09 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9871 signal" -> "Thread NN received signal" output change.
9872 * gdb.threads/ia64-sigill.exp: Likewise.
9873 * gdb.threads/linux-dp.exp: Likewise.
9874 * gdb.threads/manythreads.exp: Likewise.
9875 * gdb.threads/pending-step.exp: Likewise.
9876 * gdb.threads/print-threads.exp: Likewise.
9877 * gdb.threads/sigstep-threads.exp: Likewise.
9878 * gdb.threads/staticthreads.exp: Likewise.
9879 * gdb.threads/tls.exp: Likewise.
9880
1e6697ea
YQ
98812016-03-09 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.base/command-line-input.exp: New file.
9884
b04fd3be
MK
98852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9886
9887 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9888 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9889 * gdb.trace/pending.exp: Accept leading dot before function name.
9890 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9891 * lib/trace-support.exp: Set registers for ppc.
9892
98fa59e9
MK
98932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9894
9895 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9896 use it for disassembly; accept .main in addition to main in backtrace.
9897
f77198c8
MK
98982016-03-09 Wei-cheng Wang <cole945@gmail.com>
9899 Marcin Kościelnicki <koriakin@0x04.net>
9900
9901 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9902 (gdb_recursion_test_ptr): New global variable.
9903 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9904 gdb_recursion_test.
9905 (gdb_c_test): Ditto.
9906
ba84e0da
MK
99072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9908
9909 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9910 ordering.
9911
4366d36e
MK
99122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9913
9914 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9915 (bar): Add bar_start_lbl label.
9916 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9917 of foo/bar for emitting DWARF and tracing.
9918
5eb264df
SDJ
99192016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9920
9921 * analyze-racy-logs.py: Set executable bit.
9922
fb6a751f
SDJ
99232016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9924
9925 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9926 (CHECK_TARGET_TMP): Likewise.
9927 (check-single-racy): New rule.
9928 (check-parallel-racy): Likewise.
9929 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9930 (do-check-parallel-racy): New rule.
9931 (check-racy/%.exp): Likewise.
9932 * README (Racy testcases): New section.
9933 * analyze-racy-logs.py: New file.
9934
bdf7e230
DE
99352016-03-03 Doug Evans <dje@google.com>
9936
9937 * gdb.base/skip.exp: Use with_test_prefix.
9938
4719d415
YQ
99392016-03-03 Yao Qi <yao.qi@linaro.org>
9940
9941 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9942 Invoke step_over_syscall "clone" and break_cond_on_syscall
9943 "clone".
9944 * gdb.base/step-over-clone.c: New file.
9945
ea507862
YQ
99462016-03-03 Yao Qi <yao.qi@linaro.org>
9947
9948 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9949 code format.
9950
8fc8cbda
YQ
99512016-03-03 Yao Qi <yao.qi@linaro.org>
9952
9953 * gdb.base/disp-step-fork.c: Rename to ...
9954 * gdb.base/step-over-fork.c: ... it. New file.
9955 * gdb.base/disp-step-vfork.c: Rename to ...
9956 * gdb.base/step-over-vfork.c: ... it. New file.
9957 * gdb.base/disp-step-syscall.exp: Rename to ...
9958 * gdb.base/step-over-syscall.exp: ... it. New file.
9959 (disp_step_cross_syscall): Rename to ...
9960 (step_over_syscall): ... it.
9961
92fa70b0
YQ
99622016-03-03 Yao Qi <yao.qi@linaro.org>
9963
9964 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9965 If target supports condition evaluation on target, invoke
9966 break_cond_on_syscall for fork and vfork.
9967
e197ad3c
YQ
99682016-03-03 Yao Qi <yao.qi@linaro.org>
9969
9970 * gdb.base/disp-step-syscall.exp: Don't invoke
9971 support_displaced_stepping.
9972 (disp_step_cross_syscall): Test with displaced stepping off and
9973 on if supported.
9974
0b47da9f
YQ
99752016-03-03 Yao Qi <yao.qi@linaro.org>
9976
9977 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9978 proc.
9979 (setup): New proc.
9980 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9981 and setup.
9982
065ab6dc
BH
99832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9984
9985 * gdb.fortran/vla-history.exp: Remove breakpoint.
9986
07e448ad 99872016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9988
25d49b86
PA
9989 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9990 exceeds timeout.
07e448ad 9991
9ac2d526 99922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9993
25d49b86
PA
9994 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9995 breakpoint.
9ac2d526 9996
17807369
BH
99972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9998
9999 * gdb.mi/vla.f90: Nullify pointer after declaration.
10000
86e501af
PA
100012016-03-01 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10004
1e903e32
PA
100052016-03-01 Pedro Alves <palves@redhat.com>
10006
10007 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10008 before anything else.
10009 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10010 _GNU_SOURCE here.
10011 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10012 before anything else.
10013 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10014
6ccb54e2
PA
100152016-03-01 Pedro Alves <palves@redhat.com>
10016
10017 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10018
30ca9da1
YQ
100192016-03-01 Yao Qi <yao.qi@linaro.org>
10020
10021 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10022 prepare_for_testing.
10023
dc856b38
YQ
100242016-03-01 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10027
4a932159
AA
100282016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10029
10030 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10031 manually constructing the output path.
10032
f2489477
AA
100332016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10034
10035 * gdb.arch/s390-stackless.S: New.
10036 * gdb.arch/s390-stackless.exp: New.
10037
38899f16
IB
100382016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10039
10040 * gdb.dlang/circular.c: New file.
10041 * gdb.dlang/circular.exp: New file.
10042
9fde51ed
YQ
100432016-02-26 Yao Qi <yao.qi@linaro.org>
10044
10045 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10046 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10047 (testcases): Update.
10048
ce90fefe
YQ
100492016-02-26 Yao Qi <yao.qi@linaro.org>
10050
10051 * gdb.reverse/aarch64.c: Rename to ...
10052 * gdb.reverse/insn-reverse.c: ... it.
10053 * gdb.reverse/aarch64.exp: Rename to ...
10054 * gdb.reverse/insn-reverse.exp: ... it.
10055
3263bceb
YQ
100562016-02-26 Yao Qi <yao.qi@linaro.org>
10057
10058 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10059 (testcase_ftype): New.
10060 (testcases): New array.
10061 (n_testcases): New.
10062 (main): Call each element in testcases.
10063 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10064 (read_testcase): New.
10065 Do the tests in a loop.
10066
6cb59ff1
YQ
100672016-02-25 Yao Qi <yao.qi@linaro.org>
10068
10069 * gdb.base/branches.c: Remove.
10070
ae91f625
MK
100712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10072
10073 PR gdb/13808
10074 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10075
678b48b7
MK
100762016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10077
10078 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10079
7337a6f2
MK
100802016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10081
10082 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10083 change x86_64 call_insn to 'callq'.
10084
861ca91f
AT
100852016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10086
10087 * gdb.trace/tfile-avx.c: Move to...
10088 * gdb.trace/tracefile-pseudo-reg.c: Here.
10089 * gdb.trace/tfile-avx.exp: Move to...
10090 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10091
bf74e428
GB
100922016-02-24 Gary Benson <gbenson@redhat.com>
10093
10094 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10095 message on attach.
10096
cce0e923
DE
100972016-02-23 Doug Evans <dje@google.com>
10098
10099 * gdb.base/skip.c (test_skip): New function.
10100 (end_test_skip_file_and_function): New function.
10101 (test_skip_file_and_function): New function.
10102 * gdb.base/skip1.c (test_skip): New function.
10103 (skip1_test_skip_file_and_function): New function.
10104 * gdb.base/skip.exp: Add tests for new skip options.
10105 * gdb.base/skip-solib.exp: Update expected output.
10106 * gdb.perf/skip-command.cc: New file.
10107 * gdb.perf/skip-command.exp: New file.
10108 * gdb.perf/skip-command.py: New file.
10109
4000e47e
MK
101102016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10111
10112 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10113 info registers pattern.
10114
24f75ead
IB
101152016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10116
10117 * lib/future.exp: Add D support.
10118 (gdb_find_gdc): New proc.
10119 (gdb_default_target_compile): Add D support.
10120
fbb7bcbe
WW
101212016-02-18 Wei-cheng Wang <cole945@gmail.com>
10122
10123 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10124 user+system time.
10125 (trace_speed_test): Determine the iteration count for a time
10126 between 15..30 seconds.
10127
012b3a21
WT
101282016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10129
10130 * gdb.arch/i386-mpx-sigsegv.c: New file.
10131 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10132 * gdb.arch/i386-mpx-simple_segv.c: New file.
10133 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10134
2d5189bd
YQ
101352016-02-18 Yao Qi <yao.qi@linaro.org>
10136
10137 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10138 Don't call setup_kfail.
10139
40fb20d0
YQ
101402016-02-18 Yao Qi <yao.qi@linaro.org>
10141
10142 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10143 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10144
21b1f8d2
DE
101452016-02-16 Doug Evans <dje@google.com>
10146
10147 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10148 * gdb.base/skip1.c: Ditto.
10149 * gdb.base/skip.exp: Whitespace cleanup.
10150
4041ed77
DB
101512016-02-16 Don Breazeal <donb@codesourcery.com>
10152
10153 PR remote/19496
10154 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10155 Remove kfail for PR remote/19496.
10156
c4ef31bf
SM
101572016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10158
10159 * lib/gdb.exp (standard_temp_file): Return a path specific to
10160 the runtest invocation.
10161
266b65b3
SM
101622016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10163
10164 * gdb.trace/save-trace.exp: Change relative path to be in the
10165 standard output directory.
10166
a7a0a6a9
JK
101672016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10168
10169 * gdb.arch/i386-prologue.c: Add missing prototypes.
10170
c99dbb42
JK
101712016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10172
10173 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10174 * gdb.arch/i386-prologue.exp: Likewise.
10175 * gdb.arch/i386-size.exp: Likewise.
10176
aa480355
SM
101772016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10178
10179 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10180 define object file path.
10181 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10182 file path.
10183 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10184 standard_output_file to define binfile.
10185
ba881f50
JK
101862016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10187
10188 Fix compatibility with recent gfortran-5.3.1.
10189 * gdb.fortran/vla-history.exp (print vla1 allocated)
10190 (print vla2 allocated, print $2, print $3): Remove
10191 (print $4): Rename to ...
10192 (print $2): ... here.
10193 (print $9): Rename to ...
10194 (print $5): ... here.
10195 (print $10): Rename to ...
10196 (print $6): ... here.
10197 * gdb.fortran/vla.f90: Add pvla initialization.
10198
e9fb005c
JK
101992016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10200
10201 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10202 New test.
10203 * gdb.fortran/vla-value-sub.exp: Likewise.
10204
e44e00ff
MK
102052016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10206
10207 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10208
97e94151
SM
102092016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10210
10211 * i386-biarch-core.exp: Define corefile using
10212 standard_output_file.
10213
01113bc1
YQ
102142016-02-12 Yao Qi <yao.qi@linaro.org>
10215
10216 * gdb.arch/arm-single-step-kernel-helper.c: New.
10217 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10218
33b4777c
MM
102192016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10220
10221 * gdb.btrace/tailcall-only.exp: New.
10222 * gdb.btrace/tailcall-only.c: New.
10223 * gdb.btrace/x86_64-tailcall-only.S: New.
10224 * gdb.btrace/i686-tailcall-only.S: New.
10225
acc23c11
PA
102262016-02-11 Pedro Alves <palves@redhat.com>
10227
10228 * README (Parallel testing): Add missing double quotes.
10229
e352bf0a
PA
102302016-02-11 Pedro Alves <palves@redhat.com>
10231
10232 * README (Parallel testing): New section.
10233 (GDB_PARALLEL): Rewrite.
10234 (FORCE_PARALLEL): Document.
10235
9f5fed78
MK
102362016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10237
10238 * gdb.trace/tfile-avx.c: New test.
10239 * gdb.trace/tfile-avx.exp: New test.
10240
9ef9e6a6
KS
102412016-02-09 Keith Seitz <keiths@redhat.com>
10242
10243 PR breakpoints/19546
10244 * gdb.base/infcall-exec.c: New file.
10245 * gdb.base/infcall-exec2.c: New file.
10246 * gdb.base/infcall-exec.exp: New file.
10247
a96e36da
KS
102482016-02-09 Keith Seitz <keiths@redhat.com>
10249
10250 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10251 (toplevel): Call test_bkpt_address.
10252
9f61929f
KS
102532016-02-09 Keith Seitz <keiths@redhat.com>
10254
10255 PR python/19506
10256 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10257 (toplevel): Call test_bkpt_address.
10258
1e94266c
SM
102592016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10260
10261 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10262 to AC_OUTPUT.
10263 * configure: Regenerate.
10264
2a7f3dff
PA
102652016-02-09 Pedro Alves <palves@redhat.com>
10266
10267 PR breakpoints/19548
10268 * gdb.base/execl-update-breakpoints.c (some_function): New
10269 function.
10270 (main): Call it.
10271 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10272 Tighten expected GDB output.
10273
2151ccc5
SM
102742016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10275
10276 * Makefile.in (ALL_SUBDIRS): Remove.
10277 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10278 (distclean maintainer-clean realclean): Likewise.
10279 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10280 * configure: Regenerate.
10281 * gdb.ada/Makefile.in: Delete.
10282 * gdb.arch/Makefile.in: Likewise.
10283 * gdb.asm/Makefile.in: Likewise.
10284 * gdb.base/Makefile.in: Likewise.
10285 * gdb.btrace/Makefile.in: Likewise.
10286 * gdb.cell/Makefile.in: Likewise.
10287 * gdb.compile/Makefile.in: Likewise.
10288 * gdb.cp/Makefile.in: Likewise.
10289 * gdb.disasm/Makefile.in: Likewise.
10290 * gdb.dlang/Makefile.in: Likewise.
10291 * gdb.dwarf2/Makefile.in: Likewise.
10292 * gdb.fortran/Makefile.in: Likewise.
10293 * gdb.gdb/Makefile.in: Likewise.
10294 * gdb.go/Makefile.in: Likewise.
10295 * gdb.guile/Makefile.in: Likewise.
10296 * gdb.java/Makefile.in: Likewise.
10297 * gdb.linespec/Makefile.in: Likewise.
10298 * gdb.mi/Makefile.in: Likewise.
10299 * gdb.modula2/Makefile.in: Likewise.
10300 * gdb.multi/Makefile.in: Likewise.
10301 * gdb.objc/Makefile.in: Likewise.
10302 * gdb.opencl/Makefile.in: Likewise.
10303 * gdb.opt/Makefile.in: Likewise.
10304 * gdb.pascal/Makefile.in: Likewise.
10305 * gdb.perf/Makefile.in: Likewise.
10306 * gdb.python/Makefile.in: Likewise.
10307 * gdb.reverse/Makefile.in: Likewise.
10308 * gdb.server/Makefile.in: Likewise.
10309 * gdb.stabs/Makefile.in: Likewise.
10310 * gdb.threads/Makefile.in: Likewise.
10311 * gdb.trace/Makefile.in: Likewise.
10312 * gdb.xml/Makefile.in: Likewise.
10313 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10314 GDB_PARALLEL.
10315 (standard_output_file): Remove check for GDB_PARALLEL, always
10316 return path in outputs/$subdir/$testname.
10317
437277d4
SM
103182016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10319
10320 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10321 (site.exp): Assign abs_srcdir to tcl's srcdir.
10322
31d913c7
YQ
103232016-02-04 Yao Qi <yao.qi@linaro.org>
10324
10325 * gdb.base/foll-exec-mode.c: Include limits.h.
10326 (main): Add parameters argc and argv. Get directory from
10327 argv[0].
10328 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10329 compilation.
10330 * gdb.base/foll-exec.c: Include limits.h.
10331 (main): Add parameters argc and argv.
10332 Get directory from argv[0].
10333 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10334 Adjust tests on the number of lines as source code changed.
10335 * gdb.base/foll-vfork-exit.c: Include limits.h.
10336 (main): Add one line of statement before vfork.
10337 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10338 (main): Add parameters argc and argv. Get directory from
10339 argv[0].
10340 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10341 (setup_gdb): Set tbreak to skip some source lines.
10342 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10343 (main): Add parameters argc and argv. Get directory from
10344 argv[0].
10345 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10346 compilation.
10347 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10348 (main): Add parameters argc and argv. Get directory from
10349 argv[0].
10350 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10351 compilation.
10352
9482b9fb
DE
103532016-02-01 Doug Evans <dje@google.com>
10354
10355 * gdb.base/skip.exp: Clean up multiple references to same test name.
10356
6b2e4f10
PA
103572016-02-01 Pedro Alves <palves@redhat.com>
10358
ccb6afd6 10359 PR remote/19496
6b2e4f10
PA
10360 * gdb.threads/forking-threads-plus-breakpoint.exp
10361 (displaced_stepping_supported): New global.
10362 (probe_displaced_stepping_support): New procedure.
10363 (do_test): Add 'displaced' parameter, and use it.
10364 (top level): Check for displaced stepping support. Add displaced
10365 stepping on/off testing axis.
10366
37a8db1a
AB
103672016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10368
10369 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10370 pointer. Don't perform further tests on the unassociated pointer
10371 if the first test fails.
10372
5fdf6324
AB
103732016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10374
10375 * gdb.base/max-value-size.c: New file.
10376 * gdb.base/max-value-size.exp: New file.
10377 * gdb.base/huge.exp: Disable max-value-size for this test.
10378
935c6144
IB
103792016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10380
10381 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10382
7fe8399d
YQ
103832016-01-28 Yao Qi <yao.qi@linaro.org>
10384
10385 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10386
a2077e25
PA
103872016-01-25 Pedro Alves <palves@redhat.com>
10388
10389 PR threads/19461
10390 * gdb.base/fork-running-state.c: New file.
10391 * gdb.base/fork-running-state.exp: New file.
10392
1d2736d4
PA
103932016-01-25 Pedro Alves <palves@redhat.com>
10394
10395 PR gdb/19494
10396 * gdb.base/catch-fork-kill.c: New file.
10397 * gdb.base/catch-fork-kill.exp: New file.
10398
f1da4b11
PA
103992016-01-25 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10402 Delete, moved to lib/gdb.exp.
10403 * gdb.threads/forking-threads-plus-breakpoint.exp
10404 (foreach_with_prefix): Likewise.
10405 * gdb.threads/process-dies-while-handling-bp.exp
10406 (foreach_with_prefix): Likewise.
10407 * lib/gdb.exp (foreach_with_prefix): New procedure.
10408
45f38546
MK
104092016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10410
10411 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10412 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10413
dc29a1ce
MK
104142016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10415
10416 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10417 endian targets.
10418
092127d7
JK
104192016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10420 Pedro Alves <palves@redhat.com>
10421
10422 Fix testsuite compatibility with Guile.
10423 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10424 number.
10425
31d765d3
JK
104262016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10427
10428 Fix testsuite compatibility with Guile.
10429 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10430 (thread 1): New test for backtrace through signal handler.
10431
1ac78c04
YQ
104322016-01-22 Yao Qi <yao.qi@linaro.org>
10433
10434 PR testsuite/19491
10435 * gdb.base/multi-forks.c: Include
10436 ../lib/unbuffer_output.c
10437 (main): Call gdb_unbuffer_output.
10438
4f5946a8
DE
104392016-01-21 Doug Evans <dje@google.com>
10440
10441 * lib/ada.exp (gdb_compile_ada): Fix typo.
10442
305e13e6
JB
104432016-01-21 Joel Brobecker <brobecker@adacore.com>
10444
10445 * gdb.base/break-fun-addr.exp: New file.
10446 * gdb.base/break-fun-addr1.c: New file.
10447 * gdb.base/break-fun-addr2.c: New file.
10448
5f5dfff6
SM
104492016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10450
10451 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10452 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10453 enum flag values.
10454
fd356fa2
AA
104552016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10456
10457 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10458 when GDB can not set the vector return value. Add more comments
10459 for clarification.
10460
9df22175
AT
104612016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10462
10463 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10464 command.
10465
41d1845e
SM
104662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10467
10468 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10469
01ac6840
SM
104702016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10471
10472 * Makefile.in (check-single): Pass --status to runtest.
10473 (check/%.exp): Likewise.
10474
104752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10476
10477 * Makefile.in (check-parallel): Propagate return code from make
10478 do-check-parallel.
10479
bd0a71fa
MK
104802016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10481
10482 * gdb.trace/ftrace.exp: Fix expected message on continue.
10483 * gdb.trace/pending.exp: Fix expected message on continue.
10484 * gdb.trace/trace-break.exp: Fix expected message on continue.
10485
8bcbad33
SM
104862016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * lib/gdb.exp (gdb_test): Remove unused global references.
10489
f303dbd6
PA
104902016-01-18 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.base/async-shell.exp: Adjust expected output.
10493 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10494 * gdb.base/siginfo-thread.exp: Adjust expected output.
10495 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10496 * gdb.java/jnpe.exp: Adjust expected output.
10497 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10498 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10499 * gdb.threads/leader-exit.exp: Adjust expected output.
10500 * gdb.threads/manythreads.exp: Adjust expected output.
10501 * gdb.threads/pthreads.exp: Adjust expected output.
10502 * gdb.threads/schedlock.exp: Adjust expected output.
10503 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10504 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10505 expected output.
10506 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10507 output.
10508 * gdb.threads/sigthread.exp: Adjust expected output.
10509 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10510
b2789696
YQ
105112016-01-18 Yao Qi <yao.qi@linaro.org>
10512
10513 * gdb.guile/scm-section-script.c: Replace @progbits with
10514 %progbits.
10515 * gdb.python/py-section-script.c: Likewise.
10516
71ef29a8
PA
105172016-01-15 Pedro Alves <palves@redhat.com>
10518
10519 * gdb.multi/tids.exp: Test star wildcard ranges.
10520
3f5b7598
PA
105212016-01-15 Pedro Alves <palves@redhat.com>
10522
10523 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10524 command from "thread apply" invocation.
10525 (thr_apply_info_thr_invalid): Default the expected output to the
10526 input tid list.
10527 (top level): Add tests that use convenience variables. Add tests
10528 for "thread apply" with a valid TID list, but missing the command.
10529
663f6d42
PA
105302016-01-13 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.base/default.exp: Expect $_gthread as well.
10533 * gdb.multi/tids.exp: Test $_gthread.
10534 * gdb.threads/thread-specific.exp: Test $_gthread.
10535
c84f6bbf
PA
105362016-01-13 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.multi/tids.exp: Test "info threads -gid".
10539
22a02324
PA
105402016-01-13 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10543 Breakpoint.thread.
10544 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10545
5d5658a1
PA
105462016-01-07 Pedro Alves <palves@redhat.com>
10547
10548 * gdb.base/break.exp: Adjust to output changes.
10549 * gdb.base/hbreak2.exp: Likewise.
10550 * gdb.base/sepdebug.exp: Likewise.
10551 * gdb.base/watch_thread_num.exp: Likewise.
10552 * gdb.linespec/keywords.exp: Likewise.
10553 * gdb.multi/info-threads.exp: Likewise.
10554 * gdb.threads/thread-find.exp: Likewise.
10555 * gdb.multi/tids.c: New file.
10556 * gdb.multi/tids.exp: New file.
10557
84654457
PA
105582016-01-13 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10561
e3940304
PA
105622016-01-13 Pedro Alves <palves@redhat.com>
10563
10564 * gdb.base/default.exp: Expect $_inferior as well.
10565 * gdb.multi/base.exp: Test $_inferior.
10566
a911d87a
PA
105672016-01-13 Pedro Alves <palves@redhat.com>
10568
10569 PR breakpoints/19388
10570 * gdb.base/catch-signal-siginfo-cond.c: New file.
10571 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10572
82075af2
JS
105732016-01-12 Josh Stone <jistone@redhat.com>
10574 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10575
10576 * gdb.base/catch-syscall.c (do_execve): New variable.
10577 (main): Conditionally trigger an execve.
10578 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10579 (test_catch_syscall_execve): New, check entry/return across execve.
10580 (do_syscall_tests): Call test_catch_syscall_execve.
10581
e46eeedd
PA
105822016-01-12 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.base/random-signal.exp (do_test): New procedure, with body
10585 of testcase moved in.
10586
01d8c27e
JK
105872016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10588 Pedro Alves <palves@redhat.com>
10589
10590 * gdb.base/funcargs.exp (finish from indirectly called function):
10591 Reintroduce the case for 'First'.
10592
9a706302
JK
105932016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10594 Pedro Alves <palves@redhat.com>
10595
10596 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10597 (tcatch_vfork_then_child_follow_exec)
10598 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10599 identification.
10600
c0ecb95f
JK
106012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10602
10603 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10604 and repeats to unlimited.
10605 * gdb.python/py-value.exp: Likewise.
10606 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10607 and repeats to unlimited.
10608
6cfc1fcb
JK
106092016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10610
10611 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10612 and reordering the functions.
10613 * gdb.multi/hangout.c: Likewise.
10614 * gdb.multi/hello.c: Likewise.
10615
582a1b00
SM
106162016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10617
10618 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10619 absolute.
10620 (SingleStatisticTestResult.report): Use dict.keys instead of
10621 dict.iterkeys.
10622
79bc59cb
PA
106232016-01-06 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10626
43368e1d
MM
106272016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10628
10629 * gdb.btrace/dlopen.exp: New.
10630 * gdb.btrace/dlopen.c: New.
10631 * gdb.btrace/dlopen-dso.c: New.
10632
79fad5b8
SL
106332015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10634
10635 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10636 PATTERN argument is optional.
10637
ab8314b3
JB
106382015-12-24 Joel Brobecker <brobecker@adacore.com>
10639
10640 * lib/ada.exp (target_compile_ada_from_dir): New function.
10641 (gdb_compile_ada): Reimplement avoiding the use of project files.
10642 * gdb.ada/gnat_ada.gpr: Delete.
10643 * gdb.ada/cond_lang.exp: Adjust test to make path before
10644 filename optional.
10645 * gdb.ada/small_reg_param.exp: Likewise.
10646
fe33faff
SM
106472015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10648
10649 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10650
6d265cb4
TP
106512015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10652
10653 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10654 case.
10655
10125099
SM
106562015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10657
10658 * gdb.base/break.exp: Remove dead code.
10659 * gdb.base/sepdebug.exp: Likewise.
10660
3ca22649
SM
106612015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10662
10663 * gdb.asm/asm-source.exp: Remove HP-UX references.
10664 * gdb.base/annota1.exp: Likewise.
10665 * gdb.base/annota3.exp: Likewise.
10666 * gdb.base/attach.exp: Likewise.
10667 * gdb.base/bigcore.exp: Likewise.
10668 * gdb.base/break.exp: Likewise.
10669 * gdb.base/call-ar-st.exp: Likewise.
10670 * gdb.base/callfuncs.exp: Likewise.
10671 * gdb.base/catch-fork-static.exp: Likewise.
10672 * gdb.base/display.exp: Likewise.
10673 * gdb.base/foll-exec-mode.exp: Likewise.
10674 * gdb.base/foll-exec.exp: Likewise.
10675 * gdb.base/foll-fork.exp: Likewise.
10676 * gdb.base/foll-vfork.exp: Likewise.
10677 * gdb.base/funcargs.exp: Likewise.
10678 * gdb.base/hbreak2.exp: Likewise.
10679 * gdb.base/inferior-died.exp: Likewise.
10680 * gdb.base/interrupt.exp: Likewise.
10681 * gdb.base/multi-forks.exp: Likewise.
10682 * gdb.base/nodebug.exp: Likewise.
10683 * gdb.base/sepdebug.exp: Likewise.
10684 * gdb.base/solib1.c: Likewise.
10685 * gdb.base/step-test.exp: Likewise.
10686 * gdb.mi/non-stop.c: Likewise.
10687 * gdb.mi/pthreads.c: Likewise.
10688 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10689 * gdb.threads/pthreads.c: Likewise.
10690 * gdb.threads/staticthreads.exp: Likewise.
10691 * lib/future.exp: Likewise.
10692 * lib/gdb.exp: Likewise.
10693 * gdb.base/so-indr-cl.c: Remove.
10694 * gdb.base/so-indr-cl.exp: Likewise.
10695 * gdb.base/solib.c: Likewise.
10696 * gdb.base/solib.exp: Likewise.
10697 * gdb.base/solib2.c: Likewise.
10698
b6304613
SM
106992015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10700
10701 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10702 * gdb.base/call-ar-st.exp: Likewise.
10703 * gdb.base/callfuncs.exp: Likewise.
10704 * gdb.base/condbreak.exp: Likewise.
10705 * gdb.base/constvars.exp: Likewise.
10706 * gdb.base/hbreak2.exp: Likewise.
10707 * gdb.base/langs.exp: Likewise.
10708 * gdb.base/list.exp: Likewise.
10709 * gdb.base/long_long.exp: Likewise.
10710 * gdb.base/ptype.exp: Likewise.
10711 * gdb.base/scope.exp: Likewise.
10712 * gdb.base/signals.exp: Likewise.
10713 * gdb.base/so-impl-ld.exp: Likewise.
10714 * gdb.base/varargs.exp: Likewise.
10715 * gdb.base/volatile.exp: Likewise.
10716 * gdb.base/whatis.exp: Likewise.
10717 * gdb.cp/cplusfuncs.exp: Likewise.
10718 * gdb.cp/inherit.exp: Likewise.
10719 * gdb.cp/local.exp: Likewise.
10720 * gdb.cp/member-ptr.exp: Likewise.
10721 * gdb.cp/method.exp: Likewise.
10722 * gdb.cp/overload.exp: Likewise.
10723 * gdb.cp/templates.exp: Likewise.
10724 * gdb.stabs/weird.exp: Likewise.
10725 * lib/compiler.c: Likewise.
10726 * lib/compiler.cc: Likewise.
10727 * lib/cp-support.exp: Likewise.
10728 * lib/gdb.exp: Likewise.
10729
bf401b07
SM
107302015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10731
10732 * configure.ac: Remove HP-UX case.
10733 * configure: Regenerate.
10734
aff9c0f8
SM
107352015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10736
10737 * lib/gdb.exp (gdb_compile): Add function doc.
10738
a6904d5a
PA
107392015-12-17 Pedro Alves <palves@redhat.com>
10740
10741 PR threads/19354
10742 * gdb.multi/info-threads.exp: New file.
10743
a22279dd
YQ
107442015-12-15 Yao Qi <yao.qi@linaro.org>
10745
10746 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10747 is aarch64*-*-*.
10748
0588c796
SL
107492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10750
10751 * gdb.base/history-duplicates.exp: Skip if no readline support.
10752
5d978e17
SL
107532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10754
10755 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10756
7e763b86
SL
107572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10758
10759 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10760
87a3a92c
SL
107612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10762
10763 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10764 ctrl-C if nointerrupts target property is set.
10765 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10766 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10767 * gdb.base/paginate-bg-execution.exp: Likewise.
10768 * gdb.base/paginate-execution-startup.exp: Likewise.
10769 * gdb.base/random-signal.exp: Likewise.
10770 * gdb.base/range-stepping.exp: Likewise.
10771 * gdb.cp/annota2.exp: Likewise.
10772 * gdb.cp/annota3.exp: Likewise.
10773 * gdb.gdb/selftest.exp: Likewise.
10774 * gdb.threads/continue-pending-status.exp: Likewise.
10775 * gdb.threads/leader-exit.exp: Likewise.
10776 * gdb.threads/manythreads.exp: Likewise.
10777 * gdb.threads/pthreads.exp: Likewise.
10778 * gdb.threads/schedlock.exp: Likewise.
10779 * gdb.threads/sigthread.exp: Likewise.
10780
a8f077dc
DB
107812015-12-11 Don Breazeal <donb@codesourcery.com>
10782
10783 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10784 remote.
10785 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10786 * gdb.base/foll-exec.exp (main): Enable for target remote.
10787 * gdb.base/foll-fork.exp (main): Likewise.
10788 * gdb.base/foll-vfork.exp (main): Likewise.
10789 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10790 (proc continue_to_exit_bp_loc): Use clean_restart.
10791 * gdb.base/pie-execl.exp (main): Disable for target remote.
10792 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10793 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10794 * gdb.threads/execl.exp (main): Likewise.
10795 * gdb.threads/fork-child-threads.exp (main): Likewise.
10796 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10797 remote.
10798 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10799 remote.
10800 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10801 pid.tid style ptids, instead of just tid.
10802 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10803 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10804 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10805 ptids, instead of just tid.
10806
3b2464a8
AB
108072015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10808
10809 * gdb.base/list.exp (test_list_forward): Add end of file error
10810 test.
10811 (test_repeat_list_command): Add end of file error test.
10812 (test_list_backwards): Add beginning of file error test.
10813
a0def019
AB
108142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10815
10816 * gdb.base/list.exp (test_list_invalid_args): New function,
10817 defined, and called.
10818
5c000dff
AB
108192015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10820
10821 * gdb.base/list.exp (test_list): Make test names unique.
10822
f1637ebe
YQ
108232015-12-11 Yao Qi <yao.qi@linaro.org>
10824
10825 * gdb.base/coremaker2.c: Remove.
10826
36d6fc0a
PA
108272015-12-10 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.multi/base.exp: Remove stale "spaces" references.
10830
762f7747
PA
108312015-12-10 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.multi/base.exp: Don't use nowarnings.
10834 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10835 * gdb.multi/hangout.c: Include stdio.h.
10836 * gdb.multi/hello.c: Include stdlib.h.
10837 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10838 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10839 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10840
28d2bfb9
AB
108412015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10842
10843 * gdb.dwarf2/dw2-ranges-base.c: New file.
10844 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10845 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10846 support additional line table, and debug ranges generation.
10847 (Dwarf::ranges): New function, generate .debug_ranges.
10848 (Dwarf::lines): Support generating simple line table programs.
10849 (Dwarf::assemble): Initialise new namespace variables.
10850
5fc2beac
KB
108512015-12-09 Kevin Buettner <kevinb@redhat.com>
10852
10853 * gdb.base/async.exp (proc test_background): Add case for
10854 asynchronous execution not supported.
10855
1c35a88f
LM
108562015-12-09 Luis Machado <lgustavo@codesourcery.com>
10857
10858 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10859 format and change test names to make them unique.
10860
b593e3d9
RK
108612015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10862 Pedro Alves <pedro@redhat.com>
10863
10864 PR gdb/18702
10865 Add checking of floatformats setup on x86_64 hosts.
10866 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10867 (smallval, bigval): New labels/constants.
10868 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10869 float" after loading bigval and smallval.
10870
d72413e6
PMR
108712015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10872
10873 * gdb.ada/fun_overload_menu.exp: New testcase.
10874 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10875
ece66d65
JS
108762015-12-04 Josh Stone <jistone@redhat.com>
10877
10878 * gdb.base/catch-fork-static.exp: New.
10879
41d0efca
YQ
108802015-12-03 Yao Qi <yao.qi@linaro.org>
10881
10882 * gdb.base/sizeof.c: Don't include stdio.h and
10883 ../lib/unbuffer_output.c.
10884 (main): New variable 'size' and 'value'. Remove printf and
10885 gdb_unbuffer_output. Assign return value to size and value.
10886 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10887 at the beginning.
10888 (check_sizeof): Check the result by printing variable 'size'.
10889 (check_valueof): Check the result by printing variable 'value'.
10890
99fd02d9
YQ
108912015-12-01 Yao Qi <yao.qi@linaro.org>
10892
10893 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10894 for aarch64*-*-linux* target.
10895
f2faf941
PA
108962015-11-30 Pedro Alves <palves@redhat.com>
10897
10898 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10899
04bf20c5
PA
109002015-11-30 Pedro Alves <palves@redhat.com>
10901
10902 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10903 Handle non-stop mode vCont replies.
10904
09df4675
PA
109052015-11-30 Pedro Alves <palves@redhat.com>
10906
10907 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10908 prepare_for_testing. Start gdb with "set non-stop on" appended to
10909 GDBFLAGS. Lax expected stop output.
10910
58b584af
YQ
109112015-11-27 Yao Qi <yao.qi@linaro.org>
10912
10913 * gdb.arch/arm-neon.exp: New.
10914 * gdb.arch/arm-neon.c: New.
10915
dfcb77a8
YQ
109162015-11-27 Yao Qi <yao.qi@linaro.org>
10917
10918 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10919
88e8ec1b
YQ
109202015-11-27 Yao Qi <yao.qi@linaro.org>
10921
10922 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10923 frames-invalid annotation.
10924
bfde72c2
YQ
109252015-11-27 Yao Qi <yao.qi@linaro.org>
10926
10927 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10928
f6512a69
SM
109292015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10930
10931 * gdb.threads/names.exp: New file.
10932 * gdb.threads/names.c: New file.
10933 * README: Mention gdb,no_thread_names.
10934
46a3515b
MM
109352015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10936
10937 PR 19297
10938 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10939 support" error.
10940
62147a22
PA
109412015-11-24 Pedro Alves <palves@redhat.com>
10942
10943 PR 17539
10944 * gdb.base/display.exp: Expect displays to be sorted in ascending
10945 order. Use multi_line.
10946 * gdb.base/solib-display.exp: Likewise.
10947
2f341b6e
PA
109482015-11-24 Pedro Alves <palves@redhat.com>
10949
10950 PR 17539
25d49b86
PA
10951 * gdb.base/display.exp: Expect displays to be sorted in ascending
10952 order. Use multi_line.
10953 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10954
7e0aa6aa
PA
109552015-11-24 Pedro Alves <palves@redhat.com>
10956
10957 PR 17539
10958 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10959 threads in ascending order.
10960 * gdb.base/foll-fork.exp: Likewise.
10961 * gdb.base/foll-vfork.exp: Likewise.
10962 * gdb.base/multi-forks.exp: Likewise.
10963 * gdb.mi/mi-nonstop.exp: Likewise.
10964 * gdb.mi/mi-nsintrall.exp: Likewise.
10965 * gdb.multi/base.exp: Likewise.
10966 * gdb.multi/multi-arch.exp: Likewise.
10967 * gdb.python/py-inferior.exp: Likewise.
10968 * gdb.threads/break-while-running.exp: Likewise.
10969 * gdb.threads/execl.exp: Likewise.
10970 * gdb.threads/gcore-thread.exp: Likewise.
10971 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10972 * gdb.threads/kill.exp: Likewise.
10973 * gdb.threads/linux-dp.exp: Likewise.
10974 * gdb.threads/multiple-step-overs.exp: Likewise.
10975 * gdb.threads/next-bp-other-thread.exp: Likewise.
10976 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10977 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10978 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10979 * gdb.threads/thread-find.exp: Likewise.
10980 * gdb.threads/tls.exp: Likewise.
10981 * lib/mi-support.exp (mi_reverse_list): Delete.
10982 (mi_check_thread_states): No longer reverse list.
10983
2cc57ad8
PA
109842015-11-24 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10987 use lowercase.
10988
c93e8391
SM
109892015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10990
10991 * gdb.trace/actions.c: Include trace-common.h.
10992 (main): Add a location for a fast tracepoint.
10993 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10994 the normal tracepoints.
10995 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10996
045ccf91
SM
109972015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10998
10999 * save-trace.exp: Factor out code to these...
11000 (gdb_save_tracepoints): New.
11001 (gdb_load_tracepoints): New.
11002 (do_save_load_test): New.
11003
5506f9f6
KB
110042015-11-23 Kevin Buettner <kevinb@redhat.com>
11005
11006 * gdb.base/asmlabel.exp: New test.
11007 * gdb.base/asmlabel.c: New test case.
11008
16c3b12f
JB
110092015-11-23 Joel Brobecker <brobecker@adacore.com>
11010
11011 * gdb.base/wrong_frame_bt_full-main.c: New file.
11012 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11013 * gdb.base/wrong_frame_bt_full.exp: New file.
11014
155bfbd3
JB
110152015-11-23 Joel Brobecker <brobecker@adacore.com>
11016
11017 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11018
bb097445
JM
110192015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11020
206853a0 11021 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11022 pstate register when comparing registers values in
11023 sparc64-*-linux-gnu targets to avoid spurious differences.
11024
9c88ed8f
JM
110252015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11026
206853a0 11027 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11028
96161e25
SL
110292015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11030
11031 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11032 as type argument to gdb_compile.
11033 * gdb.base/nested-subp2.exp: Likewise.
11034 * gdb.base/nested-subp3.exp: Likewise.
11035
340c2830
DV
110362015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11037
11038 * lib/dwarf.exp (_note): Fix left shift of negative value.
11039 * gdb.trace/trace-condition.exp: Likewise.
11040
c1862d0f
YQ
110412015-11-13 Yao Qi <yao.qi@linaro.org>
11042
11043 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11044 comments about d10v.
11045 (test_scalar_returns): Likewise.
11046 * gdb.base/d10v.ld: Remove.
11047 * gdb.base/overlays.exp: Remove the target triplet checking for
11048 d10v-*-*.
11049 * gdb.base/structs.exp (test_struct_returns): Remove the
11050 comments about d10v.
11051 (test_struct_calls): Likewise.
11052
77ae9c19
YQ
110532015-11-13 Yao Qi <yao.qi@linaro.org>
11054
11055 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11056 * gdb.base/gnu_vector.c: Don't include stdio.h.
11057 (main): Don't print res and call add_some_intvecs.
11058
430e004e
MK
110592015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11060
11061 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11062 macro.
11063 (func5): Removed.
11064 (func4): Use FAST_TRACEPOINT_LABEL.
11065 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11066 macro.
11067 (func): Removed.
11068 (thread_function): Use FAST_TRACEPOINT_LABEL.
11069 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11070 (func): Remove.
11071 (marker): Use FAST_TRACEPOINT_LABEL.
11072 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11073 (pendfunc1): Remove.
11074 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11075 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11076 (foo): Remove.
11077 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11078 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11079 macro.
11080 (func): Remove.
11081 (marker): Use FAST_TRACEPOINT_LABEL.
11082 * gdb.trace/trace-common.h: New header.
11083 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11084 macro.
11085 (func): Remove.
11086 (marker): Use FAST_TRACEPOINT_LABEL.
11087 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11088 (func): Remove.
11089 (thread_function): Use FAST_TRACEPOINT_LABEL.
11090
6e7675a7
MK
110912015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11092
11093 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11094 in front.
11095 * gdb.trace/change-loc.exp: Use global pcreg definition.
11096 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11097 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11098 in front.
11099 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11100 * gdb.trace/pending.exp: Likewise.
11101 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11102 * gdb.trace/trace-break.exp: Likewise.
11103 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11104 in front.
11105 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11106 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11107 in front.
11108 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11109
dddc0e16
JB
111102015-11-09 Joel Brobecker <brobecker@adacore.com>
11111
11112 * gdb.ada/fin_fun_out: New testcase.
11113
c6f0b406
KB
111142015-11-07 Kevin Buettner <kevinb@redhat.com>
11115
11116 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11117 value associated with DW_AT_byte_size.
11118 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11119 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11120 DW_AT_upper_bound.
11121
f01dcfd9
KB
111222015-11-07 Kevin Buettner <kevinb@redhat.com>
11123
11124 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11125 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11126 version.
11127 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11128 gdb.dwarf2/dw2-canonicalize-type.exp,
11129 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11130 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11131 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11132 provided by gdb_target_symbol_prefix_flags_asm.
11133 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11134 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11135 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11136 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11137 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11138 macros where needed). Use this macro for symbols which require
11139 the prefix provided by SYMBOL_PREFIX.
11140
2223449a
KB
111412015-11-05 Kevin Buettner <kevinb@redhat.com>
11142
11143 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11144 New procs.
11145 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11146 representing expressions, of more than one list element.
11147 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11148 to prepend linker symbol prefix to f.
11149 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11150 table_1 and table_2.
11151 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11152 Likewise, for f and g.
11153 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11154 for ptr.
11155 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11156 for main.
11157 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11158 table_1_ptr and table_2_ptr.
11159
6f2f1a3a
JK
111602015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11161 Joel Brobecker <brobecker@adacore.com>
11162
11163 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11164
566c56c9
MK
111652015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11166
11167 * gdb.reverse/s390-mvcle.c: New test.
11168 * gdb.reverse/s390-mvcle.exp: New file.
11169 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11170
d5f0636b
MK
111712015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11172
11173 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11174
7ad8b86c
MK
111752015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11176
11177 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11178 reaching marker2.
11179 * gdb.reverse/getresuid-reverse.exp: Likewise.
11180 * gdb.reverse/pipe-reverse.exp: Likewise.
11181 * gdb.reverse/readv-reverse.exp: Likewise.
11182 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11183 * gdb.reverse/time-reverse.exp: Likewise.
11184 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11185
4081c0f1
YQ
111862015-10-30 Yao Qi <yao.qi@linaro.org>
11187
11188 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11189 (empty_cycle): Remove.
11190 (main): Don't call empty_cycle. Don't use watch_count_done.
11191 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11192 empty_cycle. Rewrite the code counting HW watchpoints.
11193
452b4ba5
MK
111942015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11195
11196 * gdb.reverse/fstatat-reverse.c: New test.
11197 * gdb.reverse/fstatat-reverse.exp: New file.
11198 * gdb.reverse/getresuid-reverse.c: New test.
11199 * gdb.reverse/getresuid-reverse.exp: New file.
11200 * gdb.reverse/pipe-reverse.c: New test.
11201 * gdb.reverse/pipe-reverse.exp: New file.
11202 * gdb.reverse/readv-reverse.c: New test.
11203 * gdb.reverse/readv-reverse.exp: New file.
11204 * gdb.reverse/recvmsg-reverse.c: New test.
11205 * gdb.reverse/recvmsg-reverse.exp: New file.
11206 * gdb.reverse/time-reverse.c: New test.
11207 * gdb.reverse/time-reverse.exp: New file.
11208 * gdb.reverse/waitpid-reverse.c: New test.
11209 * gdb.reverse/waitpid-reverse.exp: New file.
11210
5e2e7507
JK
112112015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11212
11213 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11214
0fde2c53
DE
112152015-10-26 Doug Evans <dje@google.com>
11216
11217 PR symtab/17391
11218 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11219 * gdb.dwarf2/bad-regnum.c: New file.
11220 * gdb.dwarf2/bad-regnum.exp: New file.
11221
1a70ae97
DE
112222015-10-26 Doug Evans <dje@google.com>
11223
11224 PR python/18938
11225 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11226 file.
11227
27dc26ab
JK
112282015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11229
11230 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11231 for a change by "Mention language in compile error message".
11232
bed91f4d
SM
112332015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11234
11235 PR python/18073
11236 * gdb.python/py-type.c (C::a_method): New.
11237 (C::a_const_method): New.
11238 (C::a_static_method): New.
11239 (a_function): New.
11240 * gdb.python/py-type.exp (test_fields): Test getting fields
11241 from function and method.
11242
3f2f83dd
KB
112432015-10-21 Keven Boell <keven.boell@intel.com>
11244
11245 * gdb.fortran/vla-alloc-assoc.exp: New file.
11246 * gdb.fortran/vla-datatypes.exp: New file.
11247 * gdb.fortran/vla-datatypes.f90: New file.
11248 * gdb.fortran/vla-history.exp: New file.
11249 * gdb.fortran/vla-ptype-sub.exp: New file.
11250 * gdb.fortran/vla-ptype.exp: New file.
11251 * gdb.fortran/vla-sizeof.exp: New file.
11252 * gdb.fortran/vla-sub.f90: New file.
11253 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11254 * gdb.fortran/vla-value-sub-finish.exp: New file.
11255 * gdb.fortran/vla-value-sub.exp: New file.
11256 * gdb.fortran/vla-value.exp: New file.
11257 * gdb.fortran/vla-ptr-info.exp: New file.
11258 * gdb.mi/mi-vla-fortran.exp: New file.
11259 * gdb.mi/vla.f90: New file.
11260
27145d50
SL
112612015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11262
11263 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11264 of hardwired timeout value.
11265
5f3ff4f8
JK
112662015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11267 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11270 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11271
bfd09d20
JS
112722015-10-19 Josh Stone <jistone@redhat.com>
11273
11274 * gdb.base/catch-syscall.c: Include <sched.h>.
11275 (unknown_syscall): New variable.
11276 (main): Trigger a vfork and an unknown syscall.
11277 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11278 (unknown_syscall_number): Likewise.
11279 (check_call_to_syscall): Accept an optional syscall pattern.
11280 (check_return_from_syscall): Likewise.
11281 (check_continue): Likewise.
11282 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11283 (test_catch_syscall_skipping_return): New test toggling off 'catch
11284 syscall' to step over the syscall return, then toggling back on.
11285 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11286 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11287 (do_syscall_tests): Call test_catch_syscall_without_args and
11288 test_catch_syscall_mid_vfork.
11289 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11290 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11291
b32b93c6
AS
112922015-10-19 Andrew Stubbs <ams@codesourcery.com>
11293
11294 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11295 print g_vE): Add new pass patterns.
11296 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11297 print various symbol names for vptr fields.
11298
9d622bda
AB
112992015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11300
11301 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11302 results.
11303
0fd8ac1c
YQ
113042015-10-12 Yao Qi <yao.qi@linaro.org>
11305
11306 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11307
34240514
YQ
113082015-10-12 Yao Qi <yao.qi@linaro.org>
11309
11310 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11311 is aarch64*-*-linux*.
11312
8240f442
YQ
113132015-10-12 Yao Qi <yao.qi@linaro.org>
11314
11315 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11316 (can_relocate_bcond_true): ... it.
11317 (can_relocate_bcond_false): New function.
11318 (foo): Likewise.
11319 (can_relocate_bl): Likewise.
11320 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11321 can_relocate_bl.
11322
2520f728
PMR
113232015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11324
11325 * gdb.base/nested-addr.c: New file.
11326 * gdb.base/nested-addr.exp: New testcase.
11327
abcef95a
MM
113282015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11329
11330 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11331 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11332 its output. Ignore the output of "record goto begin" and instead
11333 check that GDB is replaying.
11334
145e3ddb
PA
113352015-10-09 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11338 (top level): Use it in the run with no args test.
11339
d5d8c4e1
IB
113402015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11341
11342 * gdb.dlang/properties.exp: New file.
11343
06e635ef
SL
113442015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11345
11346 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11347 whether or not address 0x1000 is mapped on the target.
11348
e019fd1d
SM
113492015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11350
11351 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11352 build.
11353
77ba2a67
MM
113542015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11355
11356 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11357 instruction-history test.
11358
c60eb31f
DE
113592015-09-28 Doug Evans <dje@google.com>
11360
11361 * gdb.base/gcore.c (array_func): Add reference to static_array.
11362
9a3c8263
SM
113632015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11364
11365 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11366 source line.
11367
9720e656
SL
113682015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11369
11370 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11371 short or char as base type.
11372
938d3bf2
SL
113732015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11374
11375 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11376 to allow any size enum.
11377
e6c2c623
PMR
113782015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11379
11380 * gdb.ada/array_ptr_renaming.exp: New testcase.
11381 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11382 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11383
06da0f77
PL
113842015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11385
11386 * gdb.trace/ftrace-lock.c: New file.
11387 * gdb.trace/ftrace-lock.exp: New file.
11388
4f51c22a
PL
113892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11390
11391 * gdb.arch/insn-reloc.c: New file.
11392 * gdb.arch/ftrace-insn-reloc.exp: New file.
11393
7041adf4
PL
113942015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11395
11396 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11397 instruction.
11398 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11399 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11400 * gdb.trace/range-stepping.c: Likewise.
11401 * gdb.trace/trace-break.c: Likewise.
11402 * gdb.trace/trace-mt.c (thread_function): Likewise.
11403 * gdb.trace/ftrace.c (marker): Likewise.
11404 * gdb.trace/trace-condition.c (marker): Likewise.
11405 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11406 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11407 is_aarch64_target.
11408
015d2e7e
DE
114092015-09-18 Doug Evans <xdje42@gmail.com>
11410
11411 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11412 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11413
26b188a2
SL
114142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11415
11416 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11417 the breakpoint.
11418
79dc332b
SL
114192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11420
11421 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11422 the pending breakpoint. Remove timeout override for "Run till
11423 MI pending breakpoint on pendfunc3 on thread 2" test.
11424
f57929f2
SL
114252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11426
11427 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11428 filename pattern.
11429
3f469b17
SL
114302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11431
11432 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11433 in breakpoint filename pattern.
11434
515b89b3
SL
114352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11436
7800dbe4
SL
11437 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11438
114392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11440
515b89b3
SL
11441 * gdb.linespec/explicit.exp: Check for readline support for
11442 tab-completion tests. Fix obvious typo.
11443
d2939ba2
MM
114442015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11445
11446 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11447 and replay.
11448
cbb55fa7
MM
114492015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11450
11451 * gdb.btrace/non-stop.c: New.
11452 * gdb.btrace/non-stop.exp: New.
11453
43691ca1
PL
114542015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11455 Yao Qi <yao.qi@linaro.org>
11456
11457 * gdb.trace/trace-condition.c: New file.
11458 * gdb.trace/trace-condition.exp: New file.
11459
d78908cf
WW
114602015-09-16 Wei-cheng Wang <cole945@gmail.com>
11461
11462 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11463 for testing bytecode compilation.
11464
1ed415e2
PA
114652015-09-16 Pedro Alves <palves@redhat.com>
11466 Sandra Loosemore <sandra@codesourcery.com>
11467
11468 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11469 (SECONDS): Redefine.
11470 (main): Call pthread_kill and alarm early.
11471 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11472 support.
11473 (test): If the target can't hardware step and doesn't support
11474 displaced stepping, increase the timeout.
11475
d136eff5
PA
114762015-09-16 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11479 (enable_debug): New procedures.
11480 (test): Use them. Bail out if waiting for threads fails.
11481 (top level): Bail out if a test fails.
11482
991f019c
YQ
114832015-09-16 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.asm/asm-source.exp: Set asm-arch for
11486 aarch64*-*-* target.
11487 * gdb.asm/aarch64.inc: New file.
11488
bfca584f
PMR
114892015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11490
11491 * gdb.ada/array_of_variable_length.exp: New testcase.
11492 * gdb.ada/array_of_variable_length/foo.adb: New file.
11493 * gdb.ada/array_of_variable_length/pck.adb: New file.
11494 * gdb.ada/array_of_variable_length/pck.ads: New file.
11495
b326e587
DE
114962015-09-15 Doug Evans <dje@google.com>
11497
11498 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11499 of function static local variable.
11500
5382cfab
PW
115012015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11502
11503 * gdb.threads/tls-so_extern.exp: New test file.
11504 * gdb.threads/tls-so_extern.c: New test file.
11505 * gdb.threads/tls-so_extern_main.c: New test file.
11506
141c5cc4
JK
115072015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11508
11509 * gdb.opt/solib-intra-step-lib.c: New file.
11510 * gdb.opt/solib-intra-step-main.c: New file.
11511 * gdb.opt/solib-intra-step.exp: New file.
11512
d15dcecd
PA
115132015-09-15 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11516 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11517
4c2f2a79
PA
115182015-09-14 Pedro Alves <palves@redhat.com>
11519
11520 * gdb.base/hook-stop-continue.c: Delete.
11521 * gdb.base/hook-stop-continue.exp: Delete.
11522 * gdb.base/hook-stop-frame.c: Delete.
11523 * gdb.base/hook-stop-frame.exp: Delete.
11524 * gdb.base/hook-stop.c: New file.
11525 * gdb.base/hook-stop.exp: New file.
11526
919e6dbe
PMR
115272015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11528
11529 * gdb.ada/access_to_packed_array.exp: New testcase.
11530 * gdb.ada/access_to_packed_array/foo.adb: New file.
11531 * gdb.ada/access_to_packed_array/pack.adb: New file.
11532 * gdb.ada/access_to_packed_array/pack.ads: New file.
11533
157280a4
MM
115342015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11535
11536 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11537 buffer size test.
11538
2fd33e94
DB
115392015-09-11 Don Breazeal <donb@codesourcery.com>
11540
11541 * gdb.base/foll-exec.c: Add copyright header. Fix
11542 formatting issues.
11543 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11544 (do_exec_tests): Use clean_restart in place of zap_session,
11545 and for test initialization. Fix formatting issues. Use
11546 fail in place of perror.
11547 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11548 an expect statement to match an expression with output from
11549 the program under debug.
11550 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11551 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11552 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11553 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11554 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11555
e70b6e8e
DE
115562015-09-09 Doug Evans <dje@google.com>
11557
11558 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11559
7a551a51
DE
115602015-09-09 Doug Evans <dje@google.com>
11561
11562 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11563
4c666f84
DE
115642015-09-09 Doug Evans <dje@google.com>
11565
11566 * gdb.base/savedregs.exp: Fix typo.
11567
243a9253
PA
115682015-09-09 Pedro Alves <palves@redhat.com>
11569
11570 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11571
c0fa8fbd
SL
115722015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11573
11574 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11575 command actually switches threads. Give up on remaining
11576 tests if target fails to stop at breakpoint.
11577
cd7c1778
PMR
115782015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11579
11580 * gdb.ada/funcall_char.exp: New testcase.
11581 * gdb.ada/funcall_char/foo.adb: New file.
11582
dc5c8746
PMR
115832015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11584
11585 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11586 expected outputs. Add two testcases for completing ambiguous
11587 functions.
11588 * gdb.ada/complete/aux_pck.adb: New file.
11589 * gdb.ada/complete/aux_pck.ads: New file.
11590 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11591 Ambiguous_Func functions.
11592 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11593 * gdb.ada/complete/pck.adb: Likewise.
11594
4e83a1e7
UW
115952015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11596
11597 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11598 failures to run the test program under GDB.
11599
8ce74153
LM
116002015-08-26 Luis Machado <lgustavo@codesourcery.com>
11601
11602 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11603 to C.
11604
e9756d52
PP
116052015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11606
11607 * gdb.base/run-after-attach.exp: New test file.
11608 * gdb.base/run-after-attach.c: New test file.
11609
8d37573b
DB
116102015-08-26 Don Breazeal <donb@codesourcery.com>
11611
11612 * gdb.base/foll-exec-2.c: New test program.
11613 * gdb.base/foll-exec-2.exp: New test.
11614
63e43d3a
PMR
116152015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11616
11617 * gdb.base/nested-subp1.exp: New file.
11618 * gdb.base/nested-subp1.c: New file.
11619 * gdb.base/nested-subp2.exp: New file.
11620 * gdb.base/nested-subp2.c: New file.
11621 * gdb.base/nested-subp3.exp: New file.
11622 * gdb.base/nested-subp3.c: New file.
11623
3d40fbb5
PA
116242015-08-24 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.server/connect-without-multi-process.c: New file.
11627 * gdb.server/connect-without-multi-process.exp: New file.
11628
4422ac93
LM
116292015-08-24 Luis Machado <lgustavo@codesourcery.com>
11630
11631 * gdb.opt/inline-markers.c: Make z int.
11632
91dddb86
LM
116332015-08-24 Luis Machado <lgustavo@codesourcery.com>
11634
11635 * gdb.opt/inline-markers.c: Make z volatile.
11636
a48847ee
LM
116372015-08-24 Luis Machado <lgustavo@codesourcery.com>
11638
11639 * gdb.opt/inline-bt.c: New volatile global z.
11640 * gdb.opt/inline-cmds.c: Likewise.
11641 * gdb.opt/inline-locals.c: Likewise.
11642 * gdb.opt/inline-markers.c: New extern global z.
11643 (marker): Use z.
11644 (inline_fn): Likewise.
11645
0ebbc52b
PA
116462015-08-24 Pedro Alves <palves@redhat.com>
11647
11648 * config/m32r-stub.exp: Remove file.
11649 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11650 * gdb.base/call-rt-st.exp: Likewise.
11651 * gdb.base/call-strs.exp: Likewise.
11652 * gdb.base/default.exp: Remove references to h8300-*-hms and
11653 *-*-udi*.
11654 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11655
77c365df
AA
116562015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11657
11658 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11659 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11660 and "return" use KFAIL when GDB can not read/write the vector
11661 return value.
11662
4313b8c0
GB
116632015-08-21 Gary Benson <gbenson@redhat.com>
11664
11665 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11666
0e433b32
PA
116672015-08-20 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.server/solib-list.exp: No longer expect an interior stop in
11670 non-stop mode.
11671
221e1a37
PA
116722015-08-20 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.server/connect-stopped-target.c: New file.
11675 * gdb.server/connect-stopped-target.exp: New file.
11676
40e3ad0e
PA
116772015-08-20 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.dwarf2/comp-unit-lang.exp: New file.
11680 * gdb.dwarf2/comp-unit-lang.c: New file.
11681
af39b327
PMR
116822015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11683
11684 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11685 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11686
7d45c7c3 116872015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11688
7d45c7c3
KB
11689 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11690 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11691
4d6cceb4
DE
116922015-08-18 Doug Evans <dje@google.com>
11693 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11694
11695 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11696 skip_python_tests. New arg prompt_regexp.
11697 (skip_python_tests): New function.
11698 * lib/mi-support.exp (mi_skip_python_tests): New function.
11699 * gdb.python/py-mi-objfile-gdb.py: New file.
11700 * gdb.python/py-mi-objfile.c: New file.
11701 * gdb.python/py-mi-objfile.exp: New file.
11702
ad89c2aa
KS
117032015-08-17 Keith Seitz <keiths@redhat.com>
11704
11705 * gdb.linespec/explicit.exp: Move strace test from here ...
11706 * gdb.trace/strace.exp: ... to here.
11707
e3ae3c43
PP
117082015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11709
11710 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11711 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11712
604b2636
DE
117132015-08-14 Doug Evans <xdje42@gmail.com>
11714
11715 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11716 inferior before selecting a new file.
11717
6ff0ba5f
DE
117182015-08-14 Doug Evans <xdje42@gmail.com>
11719
11720 * gdb.mi/mi-disassemble.exp: Update.
11721 * gdb.base/disasm-optim.S: New file.
11722 * gdb.base/disasm-optim.c: New file.
11723 * gdb.base/disasm-optim.h: New file.
11724 * gdb.base/disasm-optim.exp: New file.
11725
9ca98f92
KS
117262015-08-14 Keith Seitz <keiths@redhat.com>
11727
11728 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11729 "evaluated-by".
11730
52bbc560
JB
117312015-08-13 Joel Brobecker <brobecker@adacore.com>
11732
11733 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11734
5d8c3ed3
PMR
117352015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11736
11737 * gdb.ada/fun_renaming.exp: New testcase.
11738 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11739 * gdb.ada/fun_renaming/pack.adb: New file.
11740 * gdb.ada/fun_renaming/pack.ads: New file.
11741
ea8812bc
KS
117422015-08-12 Keith Seitz <keiths@redhat.com>
11743
11744 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11745 gdb_get_line_number.
11746
4dafcdeb
JB
117472015-08-12 Joel Brobecker <brobecker@adacore.com>
11748
11749 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11750 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11751 gdb.base/dso2dso.exp: New files.
11752
5ba32597
SDJ
117532015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11754 Pedro Alves <palves@redhat.com>
11755 Keith Seitz <keiths@redhat.com>
11756
11757 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11758 GDBFLAGS.
11759
b6dafabf
PP
117602015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11761
11762 * gdb.base/gdbhistsize-history.exp
11763 (test_histsize_history_setting): Use save_vars.
11764 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11765 Use save_vars.
11766 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11767 * gdb.base/readline.exp: Use save_vars.
11768
abe8e607
PP
117692015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11770
11771 * lib/gdb.exp (save_vars): New proc.
11772
629500fa
KS
117732015-08-11 Keith Seitz <keiths@redhat.com>
11774
11775 * gdb.base/help.exp: Update help_breakpoint_text.
11776
eb8c4e2e
KS
117772015-08-11 Keith Seitz <keiths@redhat.com>
11778
11779 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11780 (at toplevel): Call test_explicit_breakpoints.
11781 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11782 breakpoints.
11783 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11784 breakpoint conditions, "-cond".
11785
87f0e720
KS
117862015-08-11 Keith Seitz <keiths@redhat.com>
11787
11788 * gdb.linespec/3explicit.c: New file.
11789 * gdb.linespec/cpexplicit.cc: New file.
11790 * gdb.linespec/cpexplicit.exp: New file.
11791 * gdb.linespec/explicit.c: New file.
11792 * gdb.linespec/explicit.exp: New file.
11793 * gdb.linespec/explicit2.c: New file.
11794 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11795 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11796 before using in the matching pattern.
11797 Clarify that `prefix' is a regular expression.
11798
f00aae0f
KS
117992015-08-11 Keith Seitz <keiths@redhat.com>
11800
11801 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11802 test.
11803 Add tests for missing ",FMT" and ",".
11804
e27852be
DE
118052015-08-10 Doug Evans <dje@google.com>
11806 Keith Seitz <keiths@redhat.com>
11807
11808 PR gdb/17960
11809 * gdb.base/completion.exp: Add location completer tests.
11810
7f03bd92
PA
118112015-08-07 Pedro Alves <palves@redhat.com>
11812
11813 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11814 tests here.
11815 (top level): Run do_test with and without displaced stepping.
11816
3fc8eb30
PA
118172015-08-07 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.base/valgrind-disp-step.c: New file.
11820 * gdb.base/valgrind-disp-step.exp: New file.
11821
d4569d7b
PA
118222015-08-07 Pedro Alves <palves@redhat.com>
11823
11824 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11825 Delete function.
11826 (main): Add alarm. Run an infinite loop instead of calling
11827 wait_threads.
11828 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11829 comment.
11830 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11831 Delete function.
11832 (main): Add alarm. Run an infinite loop instead of calling
11833 wait_threads.
11834 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11835 comment.
11836
e1316e60
PA
118372015-08-07 Pedro Alves <palves@redhat.com>
11838
11839 * gdb.base/checkpoint-ns.exp: New file.
11840 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11841 standard_testfile.
11842
da8c46d2
MM
118432015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11844
11845 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11846 * gdb.btrace/instruction_history.exp: Update.
11847 * gdb.btrace/tsx.exp: New.
11848 * gdb.btrace/tsx.c: New.
11849
de1c2c52
PA
118502015-08-06 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11853 increase timeout.
11854 * gdb.reverse/until-precsave.exp: Bump timeouts.
11855
782e0bf4
PA
118562015-08-06 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11859
83e97ed0
PA
118602015-08-06 Pedro Alves <palves@redhat.com>
11861
11862 PR gdb/18749
11863 * gdb.threads/process-dies-while-handling-bp.c: New file.
11864 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11865
863d01bd
PA
118662015-08-06 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11869 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11870
0a39bb32
PA
118712015-08-05 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11874 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11875
ee2d2b10
SL
118762015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11877
11878 * gdb.base/bp-permanent.exp: Report test as unsupported if
11879 the target cannot stop at the permanent breakpoint.
11880
4e1bdb00
DE
118812015-08-03 Doug Evans <dje@google.com>
11882
11883 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11884 10000.
11885
3d338901
DE
118862015-08-03 Doug Evans <dje@google.com>
11887
11888 * Makefile.in (workers/%.worker, build-perf): New rule.
11889 (GDB_PERFTEST_MODE): New variable.
11890 (check-perf): Use it.
11891 (clean): Clean up gdb.perf parallel build subdirs.
11892 * lib/build-piece.exp: New file.
11893 * lib/gdb.exp (make_gdb_parallel_path): New function
11894 (standard_output_file, standard_temp_file): Call it.
11895 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11896 of $GDB_PARALLEL.
11897 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11898
af061d3e
DE
118992015-08-03 Doug Evans <dje@google.com>
11900
8e1afc81 11901 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11902 (LOG_FILE_NAME): New global.
11903 (TextReporter.__init__): Initialize self.txt_sum.
11904 (TextReporter.report): Add support for multiple data-points.
11905 Move report to perftest.sum, put raw data in perftest.log.
11906 (TextReporter.start): Open sum and log files.
11907 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11908 * gdb.perf/lib/perftest/testresult.py
11909 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11910
2c8c5d37
PA
119112015-07-31 Pedro Alves <palves@redhat.com>
11912
11913 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11914 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11915 kill_wait_spawned_process instead of explicit "kill -9".
11916 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11917 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11918 kill_wait_spawned_process.
11919 * gdb.base/attach-twice.exp: Likewise.
11920 * gdb.base/attach.exp: Likewise.
11921 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11922 gdb_test_multiple.
11923 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11924 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11925 kill_wait_spawned_process.
11926 * gdb.base/valgrind-infcall.exp: Likewise.
11927 * gdb.multi/multi-attach.exp: Likewise.
11928 * gdb.python/py-prompt.exp: Likewise.
11929 * gdb.python/py-sync-interp.exp: Likewise.
11930 * gdb.server/ext-attach.exp: Likewise.
11931 * gdb.threads/attach-into-signal.exp (corefunc): Use
11932 spawn_wait_for_attach, spawn_id_get_pid and
11933 kill_wait_spawned_process.
11934 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11935 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11936 spawn_id_get_pid and kill_wait_spawned_process.
11937 * gdb.threads/attach-stopped.exp (corefunc): Use
11938 spawn_wait_for_attach, spawn_id_get_pid and
11939 kill_wait_spawned_process.
11940 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11941 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11942 kill_wait_spawned_process instead of explicit "kill -9".
11943 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11944 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11945 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11946 processes. Don't map cygwin/windows pids here. Now returns a
11947 spawn id list.
11948
032a0fca
SL
119492015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11950
11951 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11952 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11953 correct patch.
11954
61a934ca
SL
119552015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11956
11957 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11958
4bc4d428
SL
119592015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11960
11961 Reapply:
11962 2014-05-21 Mark Wielaard <mjw@redhat.com>
11963
11964 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11965
998d452a
PA
119662015-07-30 Pedro Alves <palves@redhat.com>
11967
11968 * linux-low.c (handle_extended_wait): Set the child's last
11969 reported status to TARGET_WAITKIND_STOPPED.
11970
69dde7dc
PA
119712015-07-30 Pedro Alves <palves@redhat.com>
11972
11973 PR threads/18600
11974 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11975 only shows inferior 1.
11976
4dd63d48
PA
119772015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11978 Pedro Alves <palves@redhat.com>
11979
11980 PR threads/18600
11981 * gdb.threads/fork-plus-threads.c: New file.
11982 * gdb.threads/fork-plus-threads.exp: New file.
11983
d618e4c5
PP
119842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11985
11986 * gdb.base/batch-preserve-term-settings.exp
11987 (test_terminal_settings_preserved_after_cli_exit): Use
11988 send_quit_command.
11989
1eef6428
PA
119902015-07-29 Pedro Alves <palves@redhat.com>
11991 Don Breazeal <donb@codesourcery.com>
11992
11993 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11994 output from both inferior_spawn_id and gdb_spawn_id.
11995
7da5b897
SDJ
119962015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11997
11998 * gdb.threads/attach-into-signal.exp (corefunc): Use
11999 with_test_prefix on nested loops, uniquefying the test messages.
12000
dac804df
SDJ
120012015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12002
12003 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12004 commit.
12005
06265e53
PP
120062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12007
12008 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12009 New proc.
12010 (test_terminal_settings_preserved_after_sigterm): New test.
12011
18206ca3
PP
120122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12013
12014 * gdb.base/batch-preserve-term-settings.exp
12015 (test_terminal_settings_preserved_after_cli_exit): New test.
12016
90074d11
PP
120172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12018
12019 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12020 manipulation of saved_gdbflags.
12021 (test_terminal_settings_preserved): Remove global declaration of
12022 the unused variable pagination_prompt. Remove manipulation of
12023 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12024 GDBFLAGS.
12025
eb1a7902
PA
120262015-07-29 Pedro Alves <palves@redhat.com>
12027
12028 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12029
8b75dd3b
PA
120302015-07-29 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12033 at the top.
12034
dedad4e3
PA
120352015-07-29 Pedro Alves <palves@redhat.com>
12036
12037 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12038 (main): Call gdb_unbuffer_output.
12039 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12040 (main): Call gdb_unbuffer_output.
12041 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12042 (main): Call gdb_unbuffer_output.
12043 * gdb.base/call-strs.exp: Adjust to step over the
12044 gdb_unbuffer_output call.
12045 * gdb.base/catch-gdb-caused-signals.c: Include
12046 "../lib/unbuffer_output.c".
12047 (main): Call gdb_unbuffer_output.
12048 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12049 (main): Call gdb_unbuffer_output.
12050 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12051 (main): Call gdb_unbuffer_output.
12052 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12053 (main): Call gdb_unbuffer_output.
12054 * gdb.base/shlib-call.exp: Adjust to step over the
12055 gdb_unbuffer_output call.
12056 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12057 (main): Call gdb_unbuffer_output.
12058 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12059 (main): Call gdb_unbuffer_output.
12060 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12061 (main): Rename to ...
12062 (test): ... this.
12063 (main): Reimplement.
12064 * gdb.base/varargs.exp: Run to test instead of to main.
12065 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12066 (main): Call gdb_unbuffer_output.
12067
58789a91
PA
120682015-07-29 Pedro Alves <palves@redhat.com>
12069
12070 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12071 factore out from mi_continue_dprintf. For call-style dprintfs,
12072 expect dprintf output out of $inferior_spawn_id.
12073 (mi_continue_dprintf): Use mi_expect_dprintf.
12074 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12075 (main): Call gdb_unbuffer_output.
12076
e8376742
PA
120772015-07-29 Pedro Alves <palves@redhat.com>
12078
12079 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12080 (default_mi_gdb_start): Set inferior_spawn_id instead of
12081 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12082 gdb_spawn_id.
12083 (mi_gdb_test): Always expect inferior output from both
12084 $inferior_spawn_id and $gdb_spawn_id.
12085
08280010
PA
120862015-07-29 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12089 send_inferior and $inferior_spawn_id.
12090
4d30e432
PA
120912015-07-29 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.gdb/complaints.exp (test_initial_complaints)
12094 (test_serial_complaints, test_short_complaints): Use
12095 gdb_test_stdio.
12096 (test_empty_complaint): Handle $inferior_spawn_id !=
12097 $gdb_spawn_id.
12098
0d30a335
PA
120992015-07-29 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.base/varargs.exp: Use gdb_test_stdio.
12102
39413b29
PA
121032015-07-29 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12106
7cb000a9
PA
121072015-07-29 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12110
d7b8ac82
PA
121112015-07-29 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12114 parameter into two new parameters, "inf_result" and "gdb_result".
12115 Expect inferior output and gdb output from $inferior_spawn_id and
12116 $gdb_spawn_id, respectively. Adjust all callers.
12117
789c3a0c
PA
121182015-07-29 Pedro Alves <palves@redhat.com>
12119
12120 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12121 of gdb_test_sequence.
12122
77e760c3
PA
121232015-07-29 Pedro Alves <palves@redhat.com>
12124
12125 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12126 (saw_spurious_output): Expect inferior output from
12127 $inferior_spawn_id. Use gdb_test_stdio.
12128
8396d2cd
PA
121292015-07-29 Pedro Alves <palves@redhat.com>
12130
12131 * gdb.base/dprintf.exp: Use standard_testfile. Change
12132 prepare_for_testing call.
12133 (srcfile): Don't set.
12134 (restart): New procedure.
12135 (test_dprintf): New procecure, use to continue over dprintfs.
12136 (test_call, test_agent): New procedures, tests moved here.
12137 Restart gdb and recreate dprintfs. Adjust expected output.
12138
2051d61f
PA
121392015-07-29 Pedro Alves <palves@redhat.com>
12140
12141 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12142
452397af
PA
121432015-07-29 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12146
8aed9555
PA
121472015-07-29 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12150 gdb_test_stdio.
12151
188a61b4
PA
121522015-07-29 Pedro Alves <palves@redhat.com>
12153
12154 * lib/gdb.exp (gdb_test_stdio): New procedure.
12155
12264a45
PA
121562015-07-29 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12159
23ffc893
PA
121602015-07-29 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.base/call-signal-resume.exp: Remove check for
12163 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12164 * gdb.base/unwindonsignal.exp: Likewise.
12165 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12166 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12167
65566918
PA
121682015-07-29 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.base/siginfo-addr.c (pass): New function.
12171 (handler): Call it iff si_addr is correct.
12172 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12173 Set a breakpoint at "pass" and continue to it.
12174
d60a9221
SDJ
121752015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12176
12177 * gdb.python/py-objfile.exp: Make some tests have unique names.
12178 * gdb.python/py-pp-registration.exp: Likewise.
12179
bde40b8f
PA
121802015-07-28 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12183
13e1dec8
SM
121842015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12185
12186 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12187
da33c9a7
SM
121882015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12189
12190 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12191
077836f7
PP
121922015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12193
12194 * gdb.base/gdb-sigterm-2.exp: New test.
12195
b8cc7b2e
DE
121962015-07-25 Doug Evans <xdje42@gmail.com>
12197
12198 Revert:
12199 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12200 (workers/%.worker, build-perf): New rule.
12201 (GDB_PERFTEST_MODE): New variable.
12202 (check-perf): Use it.
12203 (clean): Clean up gdb.perf parallel build subdirs.
12204 * lib/build-piece.exp: New file.
12205 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12206 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12207 name.
12208 (standard_temp_file): Ditto.
12209 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12210 of $GDB_PARALLEL.
12211
c8bd4544
DE
122122015-07-24 Doug Evans <dje@google.com>
12213
12214 * gdb.perf/lib/perftest/utils.py: New file.
12215 * gdb.perf/gm-hello.cc: New file.
12216 * gdb.perf/gm-pervasive-typedef.cc: New file.
12217 * gdb.perf/gm-pervasive-typedef.h: New file.
12218 * gdb.perf/gm-std.cc: New file.
12219 * gdb.perf/gm-std.h: New file.
12220 * gdb.perf/gm-use-cerr.cc: New file.
12221 * gdb.perf/gm-utils.h: New file.
12222 * gdb.perf/gmonster-null-lookup.py: New file.
12223 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12224 * gdb.perf/gmonster-print-cerr.py: New file.
12225 * gdb.perf/gmonster-ptype-string.py: New file.
12226 * gdb.perf/gmonster-runto-main.py: New file.
12227 * gdb.perf/gmonster-select-file.py: New file.
12228 * gdb.perf/gmonster1-null-lookup.exp: New file.
12229 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12230 * gdb.perf/gmonster1-print-cerr.exp: New file.
12231 * gdb.perf/gmonster1-ptype-string.exp: New file.
12232 * gdb.perf/gmonster1-runto-main.exp: New file.
12233 * gdb.perf/gmonster1-select-file.exp: New file.
12234 * gdb.perf/gmonster1.cc: New file.
12235 * gdb.perf/gmonster1.exp: New file.
12236 * gdb.perf/gmonster2-null-lookup.exp: New file.
12237 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12238 * gdb.perf/gmonster2-print-cerr.exp: New file.
12239 * gdb.perf/gmonster2-ptype-string.exp: New file.
12240 * gdb.perf/gmonster2-runto-main.exp: New file.
12241 * gdb.perf/gmonster2-select-file.exp: New file.
12242 * gdb.perf/gmonster2.cc: New file.
12243 * gdb.perf/gmonster2.exp: New file.
12244
6eab34f3
DE
122452015-07-24 Doug Evans <dje@google.com>
12246
12247 * gdb.perf/README: New file.
12248 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12249 * lib/gen-perf-test.exp: New file.
12250
63738bfd
DE
122512015-07-24 Doug Evans <dje@google.com>
12252
12253 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12254 (PerfTest::startup): New function.
12255 (PerfTest::run): Return result of calling body.
12256 (PerfTest::assemble): Rewrite.
12257 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12258 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12259 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12260 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12261 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12262
7b606f95
DE
122632015-07-24 Doug Evans <dje@google.com>
12264
12265 * lib/gdb.exp (clean_restart): Make executable optional.
12266
a97b16b8
DE
122672015-07-24 Doug Evans <dje@google.com>
12268
12269 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12270 compiler_info references.
12271 * gdb.cp/temargs.exp: Ditto.
12272 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12273 (get_compiler_info): Early exit if already computed. Set compiler_info
12274 to "unknown" if there was a problem.
12275 (test_compiler_info): Add function comment. Call get_compiler_info.
12276
35baa57f
DE
122772015-07-24 Doug Evans <dje@google.com>
12278
12279 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12280 (workers/%.worker, build-perf): New rule.
12281 (GDB_PERFTEST_MODE): New variable.
12282 (check-perf): Use it.
12283 (clean): Clean up gdb.perf parallel build subdirs.
12284 * lib/build-piece.exp: New file.
12285 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12286 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12287 name.
12288 (standard_temp_file): Ditto.
12289 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12290 of $GDB_PARALLEL.
12291
6ebea266
DE
122922015-07-24 Doug Evans <dje@google.com>
12293
12294 * lib/future.exp (gdb_default_target_compile): New option
12295 "early_flags".
12296 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12297 --as-needed.
12298
1e76a7e9
SDJ
122992015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12300
12301 * gdb.base/catch-syscall.exp: Call gdb_exit before
12302 gdb_skip_xml_test.
12303
5068630a
PA
123042015-07-24 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.python/py-events.exp: Accept output between the stop event
12307 and the prompt.
12308 * gdb.python/py-evsignal.exp: Likewise.
12309 * gdb.python/py-evthreads.exp: Likewise.
12310
77598427
PA
123112015-07-24 Pedro Alves <palves@redhat.com>
12312
12313 PR gdb/18717
12314 * gdb.threads/non-ldr-exit.c: New file.
12315 * gdb.threads/non-ldr-exit.exp: New file.
12316
11e6c98f
YQ
123172015-07-24 Yao Qi <yao.qi@linaro.org>
12318
12319 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12320 restarting process.
12321
51aee833
YQ
123222015-07-24 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.server/ext-restart.exp: New file.
12325
8cfe207c
YQ
123262015-07-24 Yao Qi <yao.qi@linaro.org>
12327
12328 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12329 argument options.
12330 * gdb.server/ext-wrapper.exp: New file.
12331
cc12ce38
DE
123322015-07-23 Doug Evans <dje@google.com>
12333
12334 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12335 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12336
d0d84780
PMR
123372015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12338
12339 * gdb.ada/var_arr_typedef.exp: New testcase.
12340 * gdb.ada/var_arr_typedef/pack.adb: New file.
12341 * gdb.ada/var_arr_typedef/pack.ads: New file.
12342 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12343
8b558f79
JB
123442015-07-20 Joel Brobecker <brobecker@adacore.com>
12345
12346 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12347
775a3298
JK
123482015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 * gdb.arch/i386-biarch-core.exp: Replace istarget
12351 by "complete set gnutarget". Remove expectation for the "core-file"
12352 command.
12353
db1ff28b
JK
123542015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12355
12356 Revert the previous commit:
12357 Tests for validate symbol file using build-id.
12358
0a94970d
JK
123592015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12360
12361 Tests for validate symbol file using build-id.
12362 * gdb.base/solib-mismatch-lib.c: New file.
12363 * gdb.base/solib-mismatch-libmod.c: New file.
12364 * gdb.base/solib-mismatch.c: New file.
12365 * gdb.base/solib-mismatch.exp: New file.
12366
03346981
SL
123672015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12368
12369 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12370 nios2-*-linux*.
12371 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12372 * gdb.base/siginfo.exp: Likewise.
12373 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12374
42422cc7
PL
123752015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12376
12377 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12378 Move it to ...
12379 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12380 ... here.
12381 * gdb.trace/range-stepping.exp: Check that the target supports
12382 range stepping.
12383
cfa68bae
JK
123842015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12385
12386 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12387
8ffdba26
PA
123882015-07-14 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.base/killed-outside.exp: New file.
12391 * gdb.base/killed-outside.c: New file.
12392
218a5a11
JK
123932015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12394
12395 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12396 (n at main): New.
12397 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12398
e03ed3c6
AA
123992015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12400
12401 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12402 infcall tests instead of setting up for KFAIL.
12403
485668e5
MM
124042015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12405
12406 * gdb.btrace/record_goto-step.exp: New.
12407
08464196
JK
124082015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12409
12410 PR compile/18484
12411 * gdb.compile/compile.c (struct struct_type): Add volatile to
12412 selffield's type.
12413 * gdb.compile/compile.exp
12414 (compile code struct_object.selffield = &struct_object): Skip further
12415 struct_object tests if this one xfails.
12416
bcf5c1d9
RC
124172015-07-08 Robert O'Callahan <robert@ocallahan.org>
12418
12419 PR exp/18617
12420 * gdb.trace/ax.exp: Add test.
12421
4931af25
YQ
124222015-07-07 Yao Qi <yao.qi@linaro.org>
12423
12424 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12425 instead of istarget "aarch64*-*-*".
12426 * gdb.arch/aarch64-fp.exp: Likewise.
12427 * gdb.base/float.exp: Likewise.
12428 * gdb.reverse/aarch64.exp: Likewise.
12429 * lib/gdb.exp (is_aarch64_target): New proc.
12430
9fcf688e
YQ
124312015-07-07 Yao Qi <yao.qi@linaro.org>
12432
12433 * lib/gdb.exp (is_aarch32_target): New proc.
12434 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12435 instead of "istarget "arm*-*-*"".
12436 * gdb.arch/arm-disp-step.exp: Likewise.
12437 * gdb.arch/thumb-bx-pc.exp: Likewise.
12438 * gdb.arch/thumb-prologue.exp: Likewise.
12439 * gdb.arch/thumb-singlestep.exp: Likewise.
12440 * gdb.base/disp-step-syscall.exp: Likewise.
12441 * gdb.base/float.exp: Likewise.
12442
fbd8d50d
YQ
124432015-07-07 Yao Qi <yao.qi@linaro.org>
12444
12445 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12446 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12447
71be1fdc
YQ
124482015-07-07 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12451 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12452 if it exists.
12453 * gdb.multi/multi-arch.exp: Likewise.
12454
3e221d36
SM
124552015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12456
12457 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12458 print.
12459
d441430b
YQ
124602015-07-07 Yao Qi <yao.qi@linaro.org>
12461
12462 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12463
06f810bd
MG
124642015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12465
12466 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12467 '[' and ']' characters.
12468
5e61e7c0
IB
124692015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12470
12471 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12472
28bf096c
PA
124732015-06-29 Pedro Alves <palves@redhat.com>
12474
12475 PR threads/18127
12476 * gdb.threads/hand-call-new-thread.c: New file.
12477 * gdb.threads/hand-call-new-thread.c: New file.
12478
ee93cd5e
KS
124792015-06-26 Keith Seitz <keiths@redhat.com>
12480 Doug Evans <dje@google.com>
12481
12482 PR 16253
12483 * gdb.cp/var-tag-2.cc: New file.
12484 * gdb.cp/var-tag-3.cc: New file.
12485 * gdb.cp/var-tag-4.cc: New file.
12486 * gdb.cp/var-tag.cc: New file.
12487 * gdb.cp/var-tag.exp: New file.
12488
fc637f04
PP
124892015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12490
12491 * gdb.base/history-duplicates.exp: New test.
12492
2e52ae68
PP
124932015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12494
12495 * gdb.base/completion.exp: Test the completion of the "focus"
12496 command.
12497
6e22494e
JK
124982015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12499
12500 * gdb.arch/amd64-prologue-skip.S: New file.
12501 * gdb.arch/amd64-prologue-skip.exp: New file.
12502
bf7b9cd9
SM
125032015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12504
12505 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12506 is_address_zero_readable check.
12507
201e8dfd
PB
125082015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12509
12510 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12511 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12512
5cd867b4
YQ
125132015-06-24 Yao Qi <yao.qi@linaro.org>
12514
12515 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12516 linux targets.
12517
4d7be007
YQ
125182015-06-24 Yao Qi <yao.qi@linaro.org>
12519
12520 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12521 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12522 * gdb.base/siginfo-thread.exp: Likewise.
12523
07fcd301
YQ
125242015-06-22 Yao Qi <yao.qi@linaro.org>
12525
12526 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12527
52042a00
YQ
125282015-06-22 Yao Qi <yao.qi@linaro.org>
12529
12530 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12531 aarch64*-*-*.
12532 (skip_hw_watchpoint_tests): Likewise.
12533
74bd41ce
PP
125342015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12535
12536 * gdb.base/gdbinit-history.exp: Test the interaction between
12537 setting GDBHISTSIZE and setting the history size via .gdbinit.
12538
bc460514
PP
125392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12540
12541 PR gdb/16999
12542 * gdb.base/gdbhistsize-history.exp: New test.
12543
b58c513b
PP
125442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12545
12546 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12547 with GDBHISTSIZE.
12548 * gdb.base/readline.exp: Likewise.
12549
92046791
YQ
125502015-06-17 Yao Qi <yao.qi@linaro.org>
12551
12552 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12553 line.
12554
2093d2d3
PP
125552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12556
12557 * gdb.base/gdbinit-history.exp: Add test case to check that
12558 an unlimited history file does not get truncated on exit.
12559
e6c693af
AA
125602015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12561
12562 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12563 (VECTOR): New macro. Use it...
12564 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12565 ...for these typedefs.
12566 (int8, char1, int1, double1): New typedefs.
12567 (struct just_int2, struct two_int2): New structures.
12568 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12569 (add_structvecs, add_singlevecs): New functions.
12570 (main): Call add_some_intvecs twice.
12571 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12572 the compile and exit upon failure. Try compiling for the "native"
12573 architecture. Test inferior function calls with vector arguments
12574 and vector return value handling with "finish" and "return".
12575
c74f7d1c
JT
125762015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12577
12578 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12579 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12580 PE file.
12581 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12582
98aa42ee
AT
125832015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12584
12585 PR breakpoints/16465
12586 * gdb.mi/mi-dprintf-pending.c: New file.
12587 * gdb.mi/mi-dprintf-pending.exp: New test.
12588 * gdb.mi/mi-dprintf-pendshr.c: New file.
12589
7d73c23c 125902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12591 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12592
12593 * gdb.arch/i386-mpx-map.c: New file.
12594 * gdb.arch/i386-mpx-map.exp: New File.
12595
125962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12597
12598 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12599 * gdb.arch/i386-mpx.exp: Indentation fixed.
12600
126012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12602
12603 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12604 function and improved indentation.
12605 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12606 gdb_test_multiple. Added additional tests to skip the test.
12607
126082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12609
12610 * gdb.arch/i386-avx512.c: Change path in include file.
12611 * gdb.arch/i386-avx512.exp: Change include dir path
12612 compilation flag.
12613 * gdb.arch/i386-mpx.c: Change path in include file.
12614 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12615 flag.
12616
d5eba19a
JK
126172015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12618
12619 * gdb.compile/compile-print.exp (compile print *vararray@3)
12620 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12621
7f361056
JK
126222015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12623
12624 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12625 (do not keep jit in memory): ... this.
12626 (expect 5): Change it to ...
12627 (expect no 5): ... this.
12628
3b462ec2
SM
126292015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12630
12631 PR gdb/15564
12632 * gdb.mi/mi-detach.exp: New file.
12633
e0619de6
JK
126342015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12635
12636 PR symtab/18392
12637 * gdb.arch/amd64-tailcall-self.S: New file.
12638 * gdb.arch/amd64-tailcall-self.c: New file.
12639 * gdb.arch/amd64-tailcall-self.exp: New file.
12640
e970cb34
DB
126412015-05-28 Don Breazeal <donb@codesourcery.com>
12642
12643 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12644 tests for remote targets by checking is_target_gdbserver.
12645
b2e2f908
DE
126462015-05-27 Doug Evans <dje@google.com>
12647
12648 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12649 * gdb.dwarf2/opaque-type-lookup.c: New file.
12650 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12651
82c7be31
DE
126522015-05-26 Doug Evans <dje@google.com>
12653
12654 * gdb.cp/iostream.cc: New file.
12655 * gdb.cp/iostream.exp: New file.
12656
b4f54984
DE
126572015-05-26 Doug Evans <dje@google.com>
12658
12659 * gdb.dwarf2/dw2-op-call.exp: Update.
12660 * gdb.dwarf2/dw4-sig-types.exp: Update.
12661 * gdb.dwarf2/implptr.exp: Update.
12662 * gdb.mi/mi-cmd-param-changed.exp: Update.
12663
4ea6efe9
DE
126642015-05-26 Doug Evans <dje@google.com>
12665
12666 * gdb.python/py-lazy-string.c: New file.
12667 * gdb.python/py-lazy-string.exp: New file.
12668 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12669 (main): Update. Add estring3.
12670 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12671 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12672
f6bb7db3
YQ
126732015-05-26 Omair Javaid <omair.javaid@linaro.org>
12674 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.reverse/aarch64.c: New.
12677 * gdb.reverse/aarch64.exp: New.
12678
a81bfbd0
OJ
126792015-05-26 Omair Javaid <omair.javaid@linaro.org>
12680
25d49b86
PA
12681 * lib/gdb.exp (supports_process_record): Return true for
12682 aarch64*-linux*.
a81bfbd0
OJ
12683 (supports_reverse): Likewise.
12684
158bf1b4
PP
126852015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12686
12687 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12688 Use with_test_prefix.
12689
a0145030
AB
126902015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12691
12692 * gdb.base/completion.exp: Add test for completion of layout
12693 names.
12694
ebe3b578
AB
126952015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12696
12697 * lib/gdb.exp (skip_tui_tests): New proc.
12698 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12699
84204ed7
PA
127002015-05-19 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12703 Save the whole env array instead of just HOME. Unset HISTSIZE in
12704 the environment while testing. Restore whole environment
12705 afterwards.
12706
37442ce1
DE
127072015-05-16 Doug Evans <xdje42@gmail.com>
12708
12709 * gdb.guile/scm-ports.c: New file.
12710 * gdb.guile/scm-ports.exp: Add memory port tests.
12711
36de76f9
JK
127122015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12713
12714 * gdb.compile/compile-print.c: New file.
12715 * gdb.compile/compile-print.exp: New file.
12716
3a9558c4
JK
127172015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12718
12719 * gdb.compile/compile-ops.exp: Cast param to void.
12720 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12721 (compile code struct_object.selffield = &struct_object): Add xfail.
12722
aa715135
JG
127232015-05-15 Joel Brobecker <brobecker@adacore.com>
12724
12725 * gdb.ada/arr_enum_with_gap: New testcase.
12726
931e5bc3
JG
127272015-05-15 Joel Brobecker <brobecker@adacore.com>
12728
12729 * gdb.ada/byte_packed_arr: New testcase.
12730
9cd4d857
JB
127312015-05-15 Joel Brobecker <brobecker@adacore.com>
12732
12733 * gdb.ada/pckd_neg: New testcase.
12734
ebfd00d2
PP
127352015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12736
12737 PR gdb/17820
12738 * gdb.base/gdbinit-history.exp: New test.
12739 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12740 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12741
4c082a81
SC
127422015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12743
12744 * gdb.python/py-xmethods.cc: Enhance test case.
12745 * gdb.python/py-xmethods.exp: New tests.
12746 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12747 function.
12748 (B_indexoper): Likewise.
12749 (global_dm_list) : Add new xmethod worker functions.
12750
f7797074
SDJ
127512015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12752
12753 * gdb.base/coredump-filter.exp: Correctly unset
12754 "coredump_var_addr" array.
12755
a4674e4e
PA
127562015-05-08 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.server/non-existing-program.exp: Unset spawn_id.
12759
df2eb078
SC
127602015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12761
12762 PR python/18291
12763 * gdb.python/py-xmethods.exp: Add tests.
12764
422349a3
YQ
127652015-05-08 Yao Qi <yao.qi@linaro.org>
12766
12767 PR gdb/18208
12768 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12769 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12770 function set_coredump_filter, and remove remote_exec call.
12771 Remove argument ipid. Callers update.
12772 (top level): Don't get inferior's PID.
12773
63fc80ce
AA
127742015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12775
12776 * gdb.base/watch_thread_num.exp: Skip test on targets without
12777 access watchpoints.
12778
80ad801e
PA
127792015-05-06 Pedro Alves <palves@redhat.com>
12780
12781 PR server/18081
12782 * gdb.server/non-existing-program.exp: New file.
12783
0fa7fe50
JB
127842015-05-05 Joel Brobecker <brobecker@adacore.com>
12785
12786 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12787
3ea89b92
PMR
127882015-05-05 Joel Brobecker <brobecker@adacore.com>
12789
12790 * gdb.ada/out_of_line_in_inlined: New testcase.
12791
87b8eff0
JB
127922015-05-05 Joel Brobecker <brobecker@adacore.com>
12793
12794 * gdb.ada/var_rec_arr: New testcase.
12795
5fccc635
YQ
127962015-04-30 Yao Qi <yao.qi@linaro.org>
12797
12798 * gdb.base/break-idempotent.exp: If
12799 skip_hw_watchpoint_multi_tests returns true, skip the tests
12800 on "rwatch" and "awatch".
12801
42d38f42
YQ
128022015-04-30 Yao Qi <yao.qi@linaro.org>
12803
12804 * gdb.base/relativedebug.exp: Invoke gdb command
12805 "info sharedlibrary", and if libc.so doesn't have debug info,
12806 skip the test.
12807
2ce1cdbf
DE
128082015-04-29 Doug Evans <dje@google.com>
12809
12810 * gdb.python/py-xmethods.exp: Add ptype tests.
12811 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12812 get_result_type method.
12813
f24a38c5
LM
128142015-04-29 Luis Machado <lgustavo@codesourcery.com>
12815
12816 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12817 the target does not support hardware watchpoints.
12818
ecbf2b3c
LM
128192015-04-29 Luis Machado <lgustavo@codesourcery.com>
12820
12821 * gdb.base/break-always.exp: Abort testing if writing to memory
12822 causes an error.
12823
34f5f757
DE
128242015-04-28 Doug Evans <dje@google.com>
12825
12826 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12827 * gdb.python/py-pp-registration.exp: ... here. New file.
12828 * gdb.python/py-pp-registration.c: New file.
12829 * gdb.python/py-pp-registration.py: New file.
12830
69b4374a
DE
128312015-04-28 Doug Evans <dje@google.com>
12832
12833 * gdb.python/py-bad-printers.c: New file.
12834 * gdb.python/py-bad-printers.py: New file.
12835 * gdb.python/py-bad-printers.exp: New file.
12836
59fb7612
SS
128372015-04-28 Sasha Smundak <asmundak@google.com>
12838
12839 * gdb.python/py-type.exp: New test.
12840
2631b16a
AW
128412015-04-28 Andy Wingo <wingo@igalia.com>
12842
12843 * gdb.python/py-parameter.exp:
12844 * gdb.guile/scm-parameter.exp: Escape the path that we are
12845 matching against, as it might contain characters that are special
12846 to regular expressions.
12847
460efde1
JB
128482015-04-27 Joel Brobecker <brobecker@adacore.com>
12849
12850 * gdb.ada/rec_comp: New testcase.
12851
2d369d8e
SDJ
128522015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12853
12854 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12855 before using it.
12856
cf75d6c3
AB
128572015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12858
12859 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12860 new tests for verilog output.
12861
8dbe7ca5
YQ
128622015-04-24 Yao Qi <yao.qi@linaro.org>
12863
12864 * boards/remote-gdbserver-on-localhost.exp: New file.
12865
4ef9fb2f
PA
128662015-04-23 Pedro Alves <palves@redhat.com>
12867
12868 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12869 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12870 "end of file", remove $inferior_spawn_id from the indirect list.
12871
0a803169
PA
128722015-04-23 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12875
749ef8f8
PA
128762015-04-23 Pedro Alves <palves@redhat.com>
12877
12878 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12879 on $any_spawn_id instead of only on $gdb_spawn_id.
12880
8aae4344
PM
128812015-04-21 Pierre Muller <muller@sourceware.org>
12882
12883 PR pascal/17815
12884 * lib/pascal.exp (gpc_compile): Add new option "class".
12885 (fpc_compile): Likewise.
12886 * gdb.pascal/case-insensitive-symbols.pas: New file.
12887 * gdb.pascal/case-insensitive-symbols.exp: New file.
12888
1586c8fb
GB
128892015-04-20 Gary Benson <gbenson@redhat.com>
12890
12891 * gdb.base/attach.exp: Fix three extended remote failures.
12892
1b6e6f5c
GB
128932015-04-17 Gary Benson <gbenson@redhat.com>
12894
12895 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12896 the main executable over the remote protocol.
12897
e797481d
PA
128982015-04-16 Pedro Alves <palves@redhat.com>
12899
12900 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12901 a new gdbserver if gdbserver_reconnect_p is set.
12902
1ca99c42
PA
129032015-04-16 Pedro Alves <palves@redhat.com>
12904
12905 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12906 is set, don't exit gdbserver.
12907
af9fd6f8
AA
129082015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12909
12910 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12911 appropriate .insn, such that an older assembler can be used.
12912 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12913 the z/Architecture instruction set on 31-bit targets as well.
12914
04ff1e61
AA
129152015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12916
12917 * gdb.go/handcall.exp: Remove all logic related to the first
12918 breakpoint and rely on go_runto_main instead.
12919 * gdb.go/strings.exp: Likewise.
12920 * gdb.go/unsafe.exp: Likewise.
12921 * gdb.go/hello.exp: Likewise. Also rename the remaining
12922 breakpoint marker to "breakpoint 1".
12923 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12924 * gdb.go/strings.go: Likewise.
12925 * gdb.go/unsafe.go: Likewise.
12926 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12927 "set breakpoint 2 here" and rename the remaining breakpoint marker
12928 to "breakpoint 1".
12929
40d2f8d6
SM
129302015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12931
12932 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12933 if itertools.imap is not present.
12934 * gdb.python/py-objfile.exp: Add parentheses.
12935 * gdb.python/py-type.exp: Same.
12936 * gdb.python/py-unwind-maint.py: Same.
12937
8cbc97c6
YQ
129382015-04-15 Yao Qi <yao.qi@linaro.org>
12939
12940 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12941 of ":$ptr_size" and set its form explicitly.
12942
45fd756c
YQ
129432015-04-15 Pedro Alves <palves@redhat.com>
12944 Yao Qi <yao.qi@linaro.org>
12945
12946 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12947 timeout by factor of 4.
12948 (test_regular_watch): Likewise.
12949 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12950 * gdb.reverse/sigall-reverse.exp: Likewise.
12951 * gdb.reverse/until-precsave.exp: Likewise.
12952 * lib/gdb.exp (with_timeout_factor): New proc.
12953 (gdb_expect): Move some code to ...
12954 (get_largest_timeout): ... here. New procedure.
12955
9e811bc3
LM
129562015-04-14 Luis Machado <lgustavo@codesourcery.com>
12957
12958 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12959
0ff6fcb2
LM
129602015-04-13 Luis Machado <lgustavo@codesourcery.com>
12961
12962 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12963 to write to the .text section.
12964
7578d5f7
LM
129652015-04-13 Luis Machado <lgustavo@codesourcery.com>
12966
12967 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12968 Handle the case of targets that do not provide PID information.
12969
2efe15c4
YQ
129702015-04-13 Yao Qi <yao.qi@linaro.org>
12971
12972 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12973 and use expect instead of gdb_expect.
12974
8cd8f2f8
SDJ
129752015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12976
12977 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12978 "coredump_var_addr" to avoid naming conflict with other testcases.
12979
9ee41772
PA
129802015-04-10 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12983 gdb_test_sequence and gdb_assert.
12984
07473109
PA
129852015-04-10 Pedro Alves <palves@redhat.com>
12986
12987 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12988 test messages that don't include the breakpoint address.
12989
de3db44c
YQ
129902015-04-10 Yao Qi <yao.qi@linaro.org>
12991
12992 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12993 false for some offset and width combinations which aren't
12994 supported by linux kernel.
12995
c79d856c
PA
129962015-04-10 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12999 procedure, factored out from ...
13000 (top level): ... here. Add "set displaced-stepping" testing axis.
13001 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13002 parameter "displaced". Use it.
13003 (top level): Use foreach and add "set displaced-stepping" testing
13004 axis.
13005
ebc90b50
PA
130062015-04-10 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13009 Remove comment.
13010 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13011 both the address of the instruction that triggers the watchpoint
13012 and the address of the instruction immediately after, and use
13013 those addresses for the test. Fix comment.
13014
8f572e5c
PA
130152015-04-10 Pedro Alves <palves@redhat.com>
13016
13017 * gdb.base/sigstep.exp (breakpoint_to_handler)
13018 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13019 Test "backtrace" in handler.
13020 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13021 (top level): Add new "displaced" test axis to
13022 breakpoint_to_handler, breakpoint_to_handler_entry and
13023 breakpoint_over_handler.
13024
8d707a12
PA
130252015-04-10 Pedro Alves <palves@redhat.com>
13026
13027 PR gdb/18216
13028 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13029
ef713951
YQ
130302015-04-10 Yao Qi <yao.qi@linaro.org>
13031
13032 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13033 (test_add_rn_pc): New function.
13034 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13035 (top level): Invoke test_add_rn_pc.
13036
906d60cf
PA
130372015-04-10 Pedro Alves <palves@redhat.com>
13038
13039 PR gdb/13858
13040 * gdb.base/step-over-no-symbols.exp: New file.
13041
f2983cc3
AW
130422015-04-09 Andy Wingo <wingo@igalia.com>
13043
13044 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13045 after the Python tests.
13046
6d62641c
SDJ
130472015-04-08 Keith Seitz <keiths@redhat.com>
13048
13049 PR python/16699
13050 * gdb.python/py-completion.exp: New tests for completion.
13051 * gdb.python/py-completion.py (CompleteLimit1): New class.
13052 (CompleteLimit2): Likewise.
13053 (CompleteLimit3): Likewise.
13054 (CompleteLimit4): Likewise.
13055 (CompleteLimit5): Likewise.
13056 (CompleteLimit6): Likewise.
13057 (CompleteLimit7): Likewise.
13058
f3770638
PA
130592015-04-08 Pedro Alves <palves@redhat.com>
13060
13061 PR gdb/18214
13062 PR gdb/18216
13063 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13064 function.
13065 (main): Install it as SIGUSR1 handler.
13066 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13067 parameter. Always use "setup" as prefix. Toggle "set
13068 displaced-stepping" off/on depending on global. Don't switch to
13069 thread 1 here.
13070 (top level): Add displaced stepping "off/on" test axis. Update
13071 "setup" calls. Wrap each subtest with with_test_prefix. Test
13072 continuing with a queued signal in each thread.
13073
4496bed7
PA
130742015-04-08 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13077 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13078 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13079 Return early if running to main fails.
13080 * gdb.trace/while-stepping.exp: Likewise.
13081
b97fde92
PA
130822015-04-07 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13085 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13086 interact with inferior program.
13087
f71c18e7
PA
130882015-04-07 Pedro Alves <palves@redhat.com>
13089
13090 * lib/gdb.exp (inferior_spawn_id): New global.
13091 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13092 spawn id after processing the user code.
13093 (default_gdb_start): Set inferior_spawn_id.
13094 (send_inferior): New procedure.
13095 * lib/gdbserver-support.exp (gdbserver_start): Set
13096 inferior_spawn_id.
13097 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13098
6423214f
PA
130992015-04-07 Pedro Alves <palves@redhat.com>
13100
13101 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13102 * lib/gdbserver-support.exp (gdbserver_start): Make
13103 $server_spawn_id global.
13104 (gdbserver_start): Don't wait for gdbserver's spawn id with
13105 expect_background.
13106 (close_gdbserver): New procedure.
13107 (gdb_exit): Rename the default version and reimplement.
13108
71c0ee8c
PA
131092015-04-07 Pedro Alves <palves@redhat.com>
13110
72f4393d 13111 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13112 append the substituted item, not the original item.
13113
203bc29b
PA
131142015-04-07 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13117 gdb_expect.
13118
508a3ddf
PA
131192015-04-07 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13122 output appearing once only.
13123
9f6dbe2b
PA
131242015-04-07 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13127 that doesn't expect anything. Return early if running to main
13128 fails.
13129
337532fa
YQ
131302015-04-07 Yao Qi <yao.qi@linaro.org>
13131
13132 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13133 (child_function): Call alarm.
13134 (main): Move call to alarm into the loop.
13135 * gdb.threads/non-stop-fair-events.exp: Build program with
13136 -DTIMEOUT=$timeout.
13137
01b622d4
DE
131382015-04-06 Doug Evans <xdje42@gmail.com>
13139
13140 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13141 Fix dest parameter to board_info.
13142 (fpc_compile): Ditto.
13143 (gdb_compile_pascal): Rename dest arg to destfile.
13144
961f4160
PMR
131452015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13146
13147 * gdb.ada/funcall_ref.exp: New file.
13148 * gdb.ada/funcall_ref/foo.adb: New file.
13149
cafda597
YQ
131502015-04-02 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13153 is remote.
13154
fed040c6
GB
131552015-04-02 Gary Benson <gbenson@redhat.com>
13156
13157 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13158
d11916aa
SS
131592015-04-01 Sasha Smundak <asmundak@google.com>
13160
13161 * gdb.python/py-unwind-maint.c: New file.
13162 * gdb.python/py-unwind-maint.exp: New test.
13163 * gdb.python/py-unwind-maint.py: New file.
13164 * gdb.python/py-unwind.c: New file.
13165 * gdb.python/py-unwind.exp: New test.
13166 * gdb.python/py-unwind.py: New test.
13167
a1471180
PA
131682015-04-01 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13171 to fail instead of non-existent $test.
13172
0bbeccb1
PA
131732015-04-01 Pedro Alves <palves@redhat.com>
13174
13175 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13176 GDBFLAGS if not empty.
13177
3c724c8c
PMR
131782015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13179
13180 * gdb.ada/complete.exp: Remove "multi_line".
13181 * gdb.ada/info_exc.exp: Remove "multi_line".
13182 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13183 * gdb.ada/ptype_field.exp: Remove "multi_line".
13184 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13185 * gdb.ada/tagged.exp: Remove "multi_line".
13186 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13187 [multi_line ...]
13188 * gdb.btrace/delta.exp: Likewise.
13189 * gdb.btrace/exception.exp: Likewise.
13190 * gdb.btrace/function_call_history.exp: Likewise.
13191 * gdb.btrace/instruction_history.exp: Likewise.
13192 * gdb.btrace/nohist.exp: Likewise.
13193 * gdb.btrace/record_goto.exp: Likewise.
13194 * gdb.btrace/segv.exp: Likewise.
13195 * gdb.btrace/stepi.exp: Likewise.
13196 * gdb.btrace/tailcall.exp: Likewise.
13197 * gdb.btrace/unknown_functions.exp: Likewise.
13198 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13199 * lib/gdb.exp: Add the "multi_line" helper.
13200
4eec2deb
PA
132012015-04-01 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.threads/tid-reuse.c: New file.
13204 * gdb.threads/tid-reuse.exp: New file.
13205
df8411da
SDJ
132062015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13207
13208 PR corefiles/16092
13209 * gdb.base/coredump-filter.c: New file.
13210 * gdb.base/coredump-filter.exp: Likewise.
13211
6ef37366
PM
132122015-03-27 Petr Machata <pmachata@redhat.com>
13213
13214 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13215 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13216 (Dwarf::assemble): Initialize them.
13217 (Dwarf::lines): New function.
13218
7ec911b0
JT
132192015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13220
13221 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13222 SYMBOL_PREFIX for x86_64-*-cygwin.
13223
ff908ebf
AW
132242015-03-26 Andy Wingo <wingo@igalia.com>
13225
13226 PR symtab/18148
13227 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13228 const_value but not a location.
13229 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13230 location defined in non-main CUs are visible.
13231
6d5f0679
YQ
132322015-03-26 Yao Qi <yao.qi@linaro.org>
13233
13234 PR testsuite/18139
13235 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13236 Add a line number entry for the same line.
13237 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13238 Add a line number entry for the same line.
13239
2898689b
YQ
132402015-03-26 Yao Qi <yao.qi@linaro.org>
13241
13242 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13243 .int 0.
13244 (func): Likewise. Add .Lfunc_1 label.
13245 Use .Lfunc_1 label.
13246 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13247 .int 0.
13248 (func): Likewise.
13249 Use .Lfunc_1 label.
13250
85180498
YQ
132512015-03-26 Yao Qi <yao.qi@linaro.org>
13252
13253 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13254 Call gdb_compile instead to compile each .s files without debug
13255 information.
13256
8aa08a8d
YQ
132572015-03-26 Yao Qi <yao.qi@linaro.org>
13258
13259 * gdb.base/savedregs.exp (process_saved_regs): Make
13260 "Saved registers:" optional in the pattern.
13261
66849923
MM
132622015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13263
13264 * gdb.btrace/next.exp: Merged into step.exp.
13265 * gdb.btrace/finish.exp: Merged into step.exp.
13266 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13267 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13268 "record goto" and checking the exact replay position.
13269 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13270 check for "Recording format" in "info record" output.
13271 * gdb.btrace/record_goto.exp: Choose test file based on target.
13272 * gdb.btrace/x86-record_goto.S: Renamed into ...
13273 * gdb.btrace/x86_64-record_goto.S: ... this.
13274 * gdb.btrace/i686-record_goto.S: New.
13275 * gdb.btrace/x86-tailcall.S: Renamed into ...
13276 * gdb.btrace/x86_64-tailcall.S: ... this.
13277 * gdb.btrace/i686-tailcall.S: New.
13278 * gdb.btrace/x86-tailcall.c: Renamed into ...
13279 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13280 separate statements. Update test.
13281 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13282 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13283 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13284 * gdb.btrace/tailcall.exp: Choose test file based on target.
13285 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13286
11cc1b74
MM
132872015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13288
13289 * gdb.btrace/exception.exp: Increase BTS buffer size.
13290
a25d8bf9
PA
132912015-03-24 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13294
856e7dd6
PA
132952015-03-24 Pedro Alves <palves@redhat.com>
13296
13297 * gdb.threads/schedlock.exp (test_step): No longer expect that
13298 "set scheduler-locking step" with "next" over a function call runs
13299 threads unlocked.
13300
ad235a41
AT
133012015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13302
13303 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13304
15630549
AT
133052015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13306
13307 PR breakpoints/16466
13308 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13309 * gdb.mi/mi-pending.c (thread_func): New function.
13310 (int main): Add threading support required.
13311 * gdb.mi/mi-pending.exp: Add tests for this issue.
13312 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13313 (pendfunc2): Remove stdio dependency.
13314 * gdb.mi/mi-pendshr2.c: New file.
13315
693dca06
KS
133162015-03-23 Keith Seitz <keiths@redhat.com>
13317
13318 * gdb.linespec/keywords.c: New file.
13319 * gdb.linespec/keywords.exp: New file.
13320
7e993ebf
KS
133212015-03-23 Keith Seitz <keiths@redhat.com>
13322
13323 PR gdb/18021
13324 * gdb.dwarf2/staticvirtual.exp: New test.
13325
bc23328c
JK
133262015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13327
13328 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13329 * README: Remove HP-UX and gdb.hp.
13330 (configuration):
13331 * configure: Regenerate.
13332 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13333 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13334 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13335 gdb.hp/gdb.defects/Makefile.
13336 * gdb.hp/Makefile.in: File deleted.
13337 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13338 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13339 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13340 * gdb.hp/gdb.aCC/run.c: File deleted.
13341 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13342 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13343 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13344 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13345 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13346 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13347 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13348 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13349 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13350 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13351 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13352 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13353 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13354 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13355 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13356 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13357 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13358 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13359 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13360 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13361 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13362 * gdb.hp/gdb.compat/average.c: File deleted.
13363 * gdb.hp/gdb.compat/sum.c: File deleted.
13364 * gdb.hp/gdb.compat/xdb.c: File deleted.
13365 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13366 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13367 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13368 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13369 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13370 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13371 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13372 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13373 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13374 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13375 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13376 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13377 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13378 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13379 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13380 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13381 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13382 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13383 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13384 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13385 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13386 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13387 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13388 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13389 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13390 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13391 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13392 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13393 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13394 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13395 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13396 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13397 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13398 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13399 * gdb.hp/tools/odump: File deleted.
13400
8bf3b159
PA
134012015-03-19 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13404 (saw_thread_3): New globals.
13405 (top level): Increment them when an event for the corresponding
13406 thread is seen.
13407 (no thread starvation): New test.
13408
eb54c8bf
PA
134092015-03-19 Pedro Alves <palves@redhat.com>
13410
13411 * gdb.threads/continue-pending-status.c: New file.
13412 * gdb.threads/continue-pending-status.exp: New file.
13413
32d2e5d6
PA
134142015-03-18 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13417 Use gdb_is_target_remote instead of is_remote. Use
13418 gdb_test_multiple instead of gdb_expect. Exit early if
13419 gdb_test_multiple hits its internal matches. Tighten stepi tests
13420 expected output. Fail on exit with any signal, instead of just
13421 SIGILL.
13422
f68f11b7
YQ
134232015-03-18 Yao Qi <yao.qi@linaro.org>
13424
13425 PR tdep/18107
13426 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13427 variable.
13428 * gdb.base/catch-syscall.exp: Don't skip it on
13429 aarch64*-*-linux* target. Remove elements in all_syscalls.
13430 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13431 target.
13432 (setup_all_syscalls): New proc.
13433
ca5fd19b
YQ
134342015-03-16 Yao Qi <yao.qi@linaro.org>
13435
13436 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13437 (top level): Skip tests if valid_addr_p returns false for
13438 $cmd1 or $cmd2.
13439
85642ba0
AW
134402015-03-11 Andy Wingo <wingo@igalia.com>
13441
13442 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13443
e03f9645
YQ
134442015-03-11 Yao Qi <yao.qi@linaro.org>
13445
13446 * gdb.base/catch-syscall.exp: Fix typo in comments.
13447
5d0962b2
YQ
134482015-03-11 Yao Qi <yao.qi@linaro.org>
13449
13450 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13451
b2df3cef
PA
134522015-03-09 Pedro Alves <palves@redhat.com>
13453
13454 * dg-extract-results.py: Delete.
13455
ef878e53
PA
134562015-03-09 Pedro Alves <palves@redhat.com>
13457
13458 Merge dg-extract-results.sh from GCC upstream (r218843).
13459
13460 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13461 * dg-extract-results.sh: Use --text with grep to avoid issues with
13462 binary files. Fall back to cat -v, if that doesn't work.
13463
9494d219
PA
134642015-03-05 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13467
a8d9763a
SM
134682015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13469
13470 * lib/mi-support.exp (mi_expect_interrupt): Accept
13471 alternative event for when in all-stop mode.
13472
be9957b8
PA
134732015-03-04 Pedro Alves <palves@redhat.com>
13474
13475 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13476
d57be0f4 134772015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13478
13479 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13480
c214c7cf
AA
134812015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13482
13483 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13484 regexps for GDB's current line display, accept a hex address
13485 preceding the line number.
13486
6d74a497
AA
134872015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13488
13489 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13490 the 'arch1' variable for "s390*-linux*" targets.
13491
511aee7c
PA
134922015-03-04 Pedro Alves <palves@redhat.com>
13493
13494 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13495 (main): Pass missing retval argument to pthread_join call.
13496
95e50b27
PA
134972015-03-02 Pedro Alves <palves@redhat.com>
13498
13499 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13500 (top level): Call do_test with non-stop as well.
13501
28054d69
PA
135022015-03-02 Pedro Alves <palves@redhat.com>
13503
13504 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13505 -1.
13506
4fa5d7b4
AA
135072015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13508
13509 * gdb.arch/s390-vregs.exp: New test.
13510 * gdb.arch/s390-vregs.S: New file.
13511
97c18565
PA
135122015-02-27 Pedro Alves <palves@redhat.com>
13513
13514 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13515 call to catch_command_errors.
13516 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13517 catch_command_errors.
13518
a37bfa30
PA
135192015-02-27 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13522 "true" for boolean result.
13523 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13524 prototype of main.
13525
6f98576f
PA
135262015-02-27 Pedro Alves <palves@redhat.com>
13527
13528 * lib/unbuffer_output.c: New file.
13529 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13530 (main): Call gdb_unbuffer_output.
13531
eba5ab56
YQ
135322015-02-27 Yao Qi <yao.qi@linaro.org>
13533
13534 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13535 target.
13536
0def5aaa
DE
135372015-02-26 Doug Evans <dje@google.com>
13538
13539 * gdb.cp/class2.cc (Dbase, D): New classes.
13540 (main): New local delta.
13541 * gdb.cp/class2.exp: Test printing delta.
13542 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13543 (dynbar): New global.
13544 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13545
081a1c2c
JK
135462015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13547
13548 * gdb.compile/compile-ifunc.c: New file.
13549 * gdb.compile/compile-ifunc.exp: New file.
13550
2f41223f
AT
135512015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13552
13553 * gdb.base/structs.exp: Check for correct struct on finish.
13554
03eddd80
YQ
135552015-02-26 Yao Qi <yao.qi@linaro.org>
13556
13557 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13558 is zero.
13559
80c57053
JK
135602015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13561
13562 * gdb.arch/cordic.ko.bz2: New file.
13563 * gdb.arch/cordic.ko.debug.bz2: New file.
13564 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13565
21613c12
YQ
135662015-02-25 Yao Qi <yao.qi@linaro.org>
13567
13568 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13569 aarch64*-*-* target.
13570
d8b901ed
PA
135712015-02-23 Pedro Alves <palves@redhat.com>
13572
13573 * lib/gdb.exp (delete_breakpoints): Rewrite using
13574 gdb_test_multiple.
13575
e5b85ead
PA
135762015-02-23 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.base/info-os.c: Include stdlib.h.
13579
85c3a371
DE
135802015-02-22 Doug Evans <xdje42@gmail.com>
13581
13582 PR symtab/17855
13583 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13584 is read after symbols have been re-read.
13585 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13586 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13587
96553a0c
DE
135882015-02-21 Doug Evans <dje@google.com>
13589
13590 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13591
97a0c697
JK
135922015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13593
13594 PR corefiles/17808
13595 * gdb.arch/i386-biarch-core.core.bz2: New file.
13596 * gdb.arch/i386-biarch-core.exp: New file.
13597
a47cd6e9
PA
135982015-02-21 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13601 runto_main fails.
13602
c5facdc4
PA
136032015-02-20 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13606 info probes.
13607
2db9a427
PA
136082015-02-20 Pedro Alves <palves@redhat.com>
13609
13610 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13611
60fb7e9e
PA
136122015-02-20 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13615 clean_restart before gdb_target_supports_trace.
13616
5c5019c2
PA
136172015-02-20 Pedro Alves <palves@redhat.com>
13618
13619 PR threads/18006
13620 * gdb.threads/clone-thread_db.c: New file.
13621 * gdb.threads/clone-thread_db.exp: New file.
13622
c9587f88
AT
136232015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13624
13625 PR breakpoints/16812
13626 * gdb.base/catch-gdb-caused-signals.c: New file.
13627 * gdb.base/catch-gdb-caused-signals.exp: New file.
13628
f6a88844
JM
136292015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13630
13631 * configure: Regenerated.
13632 * configure.ac: Use GDB_AC_TRANSFORM.
13633 * aclocal.m4: sinclude ../transform.m4.
13634
497c491b
JM
136352015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13636
13637 * lib/dtrace.exp: New file.
13638 * gdb.base/dtrace-probe.exp: Likewise.
13639 * gdb.base/dtrace-probe.d: Likewise.
13640 * gdb.base/dtrace-probe.c: Likewise.
13641 * lib/pdtrace.in: Likewise.
13642 * configure.ac: Output variables with the transformed names of
13643 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13644 * configure: Regenerated.
13645
03e98035
JM
136462015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13647
13648 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13649 expected message when trying to access $_probe_* convenience
13650 variables while not on a probe.
13651
63cc30e9
JK
136522015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13653
13654 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13655
0703599a
PA
136562015-02-11 Pedro Alves <pedro@codesourcery.com>
13657
13658 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13659 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13660
7e60a48e
DE
136612015-02-10 Doug Evans <xdje42@gmail.com>
13662
13663 * lib/gdb.exp (gdb_load): Always return a result.
13664
01b088bc
PA
136652015-02-10 Pedro Alves <palves@redhat.com>
13666
13667 * gdb.threads/signal-sigtrap.c: New file.
13668 * gdb.threads/signal-sigtrap.exp: New file.
13669
b05ec7a5
AT
136702015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13671
13672 * gdb.trace/no-attach-trace.c: New file.
13673 * gdb.trace/no-attach-trace.exp: New file.
13674
a2c2acaf
MW
136752015-02-09 Mark Wielaard <mjw@redhat.com>
13676
13677 * gdb.dwarf2/atomic.c: New file.
13678 * gdb.dwarf2/atomic-type.exp: Likewise.
13679
31fd9caa
MM
136802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13681
13682 * gdb.btrace/buffer-size.exp: Update "info record" output.
13683 * gdb.btrace/delta.exp: Update "info record" output.
13684 * gdb.btrace/enable.exp: Update "info record" output.
13685 * gdb.btrace/finish.exp: Update "info record" output.
13686 * gdb.btrace/instruction_history.exp: Update "info record" output.
13687 * gdb.btrace/next.exp: Update "info record" output.
13688 * gdb.btrace/nexti.exp: Update "info record" output.
13689 * gdb.btrace/step.exp: Update "info record" output.
13690 * gdb.btrace/stepi.exp: Update "info record" output.
13691 * gdb.btrace/nohist.exp: Update "info record" output.
13692
d33501a5
MM
136932015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13694
13695 * gdb.btrace/buffer-size: New.
13696
f4abbc16
MM
136972015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13698
13699 * gdb.btrace/delta.exp: Update "info record" output.
13700 * gdb.btrace/enable.exp: Update "info record" output.
13701 * gdb.btrace/finish.exp: Update "info record" output.
13702 * gdb.btrace/instruction_history.exp: Update "info record" output.
13703 * gdb.btrace/next.exp: Update "info record" output.
13704 * gdb.btrace/nexti.exp: Update "info record" output.
13705 * gdb.btrace/step.exp: Update "info record" output.
13706 * gdb.btrace/stepi.exp: Update "info record" output.
13707 * gdb.btrace/nohist.exp: Update "info record" output.
13708
b9d61307
SM
137092015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13710
13711 PR gdb/15678
13712 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13713
e584fdbc
PA
137142015-02-06 Pedro Alves <palves@redhat.com>
13715
13716 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13717 macro.
13718 (seconds_left, again): New globals.
13719 (main): Wait seconds_left in a 1-second sleep loop instead of
13720 sleeping 180 seconds. If 'again' is set, reset the seconds
13721 counter.
13722 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13723 'again' in the inferior before detaching. Print the seconds left.
13724 (options): New global.
13725 (top level): Build program with -DTIMEOUT=$timeout.
13726
77f41761
PA
137272015-02-06 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13730 determine how many seconds to pass to 'alarm'.
13731 * gdb.base/gdb-sigterm.exp (top level): Build program with
13732 -DTIMEOUT=$timeout.
13733 (do_test): Return success/failure indication. Add more verbose
13734 logging. Don't fail if 200 single steps are seen. Instead, fail
13735 when the test times out.
13736 (passes): New global.
13737 (top level): Break the testing loop if testing fails on any
13738 iteration. Use gdb_assert.
13739
b9394193
DB
137402015-02-04 Don Breazeal <donb@codesourcery.com>
13741
13742 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13743 and initialize them.
13744 (ipc_cleanup): New function.
13745 (main): Don't declare shmid, semid, and msqid. Add a call to
13746 atexit so that we call ipc_cleanup on exit.
13747
42d9e528
PA
137482015-02-04 Pedro Alves <palves@redhat.com>
13749
13750 * boards/native-extended-gdbserver.exp: Remove any target variant
13751 specifications from the board name before clearing the isremote
13752 flag from board_info.
13753
ae6ae975
DE
137542015-01-31 Doug Evans <xdje42@gmail.com>
13755
13756 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13757
cfb069a8
GB
137582015-01-31 Gary Benson <gbenson@redhat.com>
13759
13760 * gdb.base/completion.exp: Disable completion limiting for
13761 existing tests. Add new tests to check completion limiting.
13762 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13763
5dd31d79
DE
137642015-01-31 Doug Evans <xdje42@gmail.com>
13765
13766 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13767
9f050062
DE
137682015-01-31 Doug Evans <xdje42@gmail.com>
13769
13770 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13771 entries. Duplicate file section script entries.
13772 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13773 inlined entries. Add test for safe-path rejection.
13774 * gdb.python/py-section-script.c: Add duplicate inlined section script
13775 entries. Duplicate file section script entries.
13776 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13777 inlined entries. Add test for safe-path rejection.
13778
df25ebbd
JB
137792015-01-29 Joel Brobecker <brobecker@adacore.com>
13780
13781 * gdb.ada/disc_arr_bound: New testcase.
13782
4a0ca9ec
JB
137832015-01-29 Joel Brobecker <brobecker@adacore.com>
13784
13785 * gdb.ada/mi_var_array: New testcase.
13786
3a8b707a
DE
137872015-01-27 Doug Evans <dje@google.com>
13788
13789 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13790 Add test for objfile.filename, objfile.username after objfile
13791 has been unloaded.
13792
f8313f6e
JB
137932015-01-26 Joel Brobecker <brobecker@adacore.com>
13794
13795 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13796 the second test to print the name attribute of value
13797 returned by the call to gdb.lookup_type, and adjust
13798 the expected output accordingly.
13799
37bc665e
MW
138002015-01-25 Mark Wielaard <mjw@redhat.com>
13801
13802 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13803 * gdb.base/disp-step-fork.c: Include unistd.h.
13804 * gdb.base/siginfo-obj.c: Include stdio.h.
13805 * gdb.base/siginfo-thread.c: Likewise.
13806 * gdb.mi/non-stop.c: Include unistd.h.
13807 * gdb.mi/nsthrexec.c: Include stdio.h.
13808 * gdb.mi/pthreads.c: Include unistd.h.
13809 * gdb.modula2/unbounded1.c (main): Declare returns int.
13810 * gdb.reverse/consecutive-reverse.c: Likewise.
13811 * gdb.threads/create-fail.c: Include unistd.h.
13812 * gdb.threads/killed.c: Likewise.
13813 * gdb.threads/linux-dp.c: Likewise.
13814 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13815 * gdb.threads/non-ldr-exc-2.c: Likewise.
13816 * gdb.threads/non-ldr-exc-3.c: Likewise.
13817 * gdb.threads/non-ldr-exc-4.c: Likewise.
13818 * gdb.threads/pthreads.c: Include unistd.h.
13819 (main): Declare returns int.
13820 * gdb.threads/tls-main.c (foo): New declaration.
13821 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13822
f7e5394d
SM
138232015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13824
13825 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13826 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13827
743649fd
MW
138282015-01-15 Mark Wielaard <mjw@redhat.com>
13829
13830 * gdb.base/noreturn-return.c: New file.
13831 * gdb.base/noreturn-return.exp: New file.
13832 * gdb.base/noreturn-finish.c: New file.
13833 * gdb.base/noreturn-finish.exp: New file.
13834
198297aa
PA
138352015-01-23 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.threads/continue-pending-after-query.c: New file.
13838 * gdb.threads/continue-pending-after-query.exp: New file.
13839
717cf30c
AG
138402015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13841 Simon Marchi <simon.marchi@ericsson.com>
13842
13843 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13844 * gdb.base/valgrind-db-attach.exp: Same.
13845 * gdb.base/valgrind-infcall.exp: Same.
13846 * lib/mi-support.exp (default_mi_gdb_start): Same.
13847 * lib/prompt.exp (default_prompt_gdb_start): Same.
13848 * lib/gdb.exp (default_gdb_spawn): Same.
13849 (gdb_interact): New.
13850
13851
4b62a76e
JK
138522015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13853
13854 * gdb.compile/compile.exp (pointer to jit function): New test.
13855
b4cdae6f
WW
138562015-01-17 Wei-cheng Wang <cole945@gmail.com>
13857
13858 * lib/gdb.exp (supports_process_record): Return true for
13859 powerpc*-*-linux*.
13860 (supports_reverse): Likewise.
13861
d221e7ef
DB
138622015-01-15 Don Breazeal <donb@codesourcery.com>
13863
13864 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13865 instead of checking whether the target board is remote and
13866 use spawn_wait_for_attach instead of exec/sleep.
13867 * gdb.base/attach-twice.exp: Likewise.
13868
bafffb51
JB
138692015-01-15 Joel Brobecker <brobecker@adacore.com>
13870
13871 * gdb.ada/var_arr_attrs: New testcase.
13872
5589af0e
PA
138732015-01-14 Pedro Alves <palves@redhat.com>
13874 Joel Brobecker <brobecker@adacore.com>
13875
13876 PR gdb/17525
13877 * gdb.base/bp-cmds-execution-x-script.c: New file.
13878 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13879 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13880
6c400b59
PA
138812015-01-14 Pedro Alves <palves@redhat.com>
13882
13883 PR cli/17828
13884 * gdb.base/batch-preserve-term-settings.c: New file.
13885 * gdb.base/batch-preserve-term-settings.exp: New file.
13886
e02c96a7
DE
138872015-01-13 Doug Evans <dje@google.com>
13888
13889 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13890 binary.
13891
576fd14c
JB
138922015-01-13 Joel Brobecker <brobecker@adacore.com>
13893
13894 * Makefile.in (clean mostlyclean): Do not delete *.py.
13895
04dccad0
JB
138962015-01-13 Joel Brobecker <brobecker@adacore.com>
13897
13898 * gdb.python/py-lookup-type.exp: New file.
13899
3d230f71
PA
139002015-01-12 Pedro Alves <palves@redhat.com>
13901
13902 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13903 restore GDBFLAGS before returning.
13904
7e67715d
JK
139052015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13906
13907 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13908 is_amd64_regs_target and is_x86_like_target.
13909
f2e0d4b4
DE
139102015-01-11 Doug Evans <xdje42@gmail.com>
13911
13912 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13913 is given without an explicit form.
13914 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13915 attributes.
13916 * gdb.dwarf/corrupt.exp: Ditto.
13917 * gdb.dwarf2/enum-type.exp: Ditto.
13918 * gdb.trace/entry-values.exp: Ditto.
13919 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13920
439250fb
DE
139212015-01-11 Doug Evans <xdje42@gmail.com>
13922
13923 PR gdb/15830
13924 * gdb.base/maint.exp: Remove references to "maint demangle".
13925 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13926 Add tests for explicitly specifying language to demangle.
13927 * gdb.dlang/demangle.exp: Ditto.
13928
ede9f622
PA
139292015-01-09 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.threads/non-stop-fair-events.c: New file.
13932 * gdb.threads/non-stop-fair-events.exp: New file.
13933
a7b796db
PA
139342015-01-09 Pedro Alves <palves@redhat.com>
13935
13936 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13937 the global scope. Set a breakpoint after all threads are started
13938 rather than stepping over two source lines. Expect the prompt.
13939 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13940 global.
13941 (NUM): Now 15.
13942 (main): Use threads_started_barrier to wait for all threads to
13943 start. Main thread no longer calls thread_function. Exit after
13944 180 seconds.
13945 (loop): New function.
13946 (thread_function): Wait on threads_started_barrier barrier. Call
13947 'loop' at each iteration.
13948 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13949 threads have started, instead of hardcoding number of "next"
13950 steps. Use an access watchpoint instead of a write watchpoint.
13951
9665ffdd
PA
139522015-01-09 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13955 (thread_func): Wait on barrier.
13956 (main): Wait for all threads to start before stopping GDB.
13957 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13958 global.
13959 (thread1_func, thread2_func): Wait on barrier.
13960 (main): Wait for all threads to start before stopping GDB.
13961 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13962 New global.
13963 (thread1_func, thread2_func): Wait on barrier.
13964 (main): Wait for all threads to start before stopping GDB.
13965
c945a99f
PA
139662015-01-09 Pedro Alves <palves@redhat.com>
13967
13968 * gdb.threads/attach-many-short-lived-threads.c: New file.
13969 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13970
c1a747c1
PA
139712014-01-09 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13974 instead of to thread 2.
13975 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13976 Add barrier around each pthread_create call instead of around all
13977 calls.
13978 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13979 Set a break on thread_function and have the child threads hit it
13980 one at at a time.
13981
60b3033e
PA
139822015-01-09 Pedro Alves <palves@redhat.com>
13983
13984 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13985 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13986 false.
13987 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13988 checking whether the target board is remote.
13989 * gdb.multi/multi-attach.exp: Likewise.
13990 * gdb.python/py-sync-interp.exp: Likewise.
13991 * gdb.server/ext-attach.exp: Likewise.
13992 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13993 tests that need to attach, instead of checking whether the target
13994 board is remote at the top of the file.
13995
acc018ac
YQ
139962015-01-08 Yao Qi <yao@codesourcery.com>
13997
13998 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13999
50a18af8
JK
140002015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14001
14002 Fix testcase compilation.
14003 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14004
8503d6e1
JB
140052015-01-06 Joel Brobecker <brobecker@adacore.com>
14006
14007 * gdb.python/py-type.exp: Add a couple test about empty
14008 array creation, and negative-length array creation.
14009
cc73dbcc
DE
140102015-01-02 Doug Evans <xdje42@gmail.com>
14011
14012 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14013
0300bbc7
DE
140142015-01-02 Doug Evans <dje@google.com>
14015
14016 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14017
9d85a0ec
YQ
140182014-12-29 Yao Qi <yao@codesourcery.com>
14019
14020 * gdb.trace/entry-values.exp: Update comments. Rename variable
14021 bar_call_foo to returned_from_foo.
14022
87186c6a
MMN
140232014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14024
14025 PR gdb/17394
14026 * gdb.linespec/break-asm-file.c: New file.
14027 * gdb.linespec/break-asm-file.exp: New file.
14028 * gdb.linespec/break-asm-file0.s: New file.
14029 * gdb.linespec/break-asm-file1.s: New file.
14030
1bab7383
YQ
140312014-12-18 Nigel Stephens <nigel@mips.com>
14032 Maciej W. Rozycki <macro@codesourcery.com>
14033
14034 * gdb.base/float.exp: Handle the new output from "info float" on
14035 MIPS targets.
14036
1bc1068a
JK
140372014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14038
14039 Fix MinGW compilation.
14040 * gdb.compile/compile-ops.exp: Update untested message if
14041 !skip_compile_feature_tests.
14042 * gdb.compile/compile-setjmp.exp: Likewise.
14043 * gdb.compile/compile-tls.exp: Likewise.
14044 * gdb.compile/compile.exp: Likewise.
14045 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14046 supported on this host".
14047
b6615d10
DE
140482014-12-16 Doug Evans <xdje42@gmail.com>
14049
14050 * boards/stabs.exp: New file.
14051
25dda427
AA
140522014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14053
14054 * gdb.base/completion.exp: Adjust to format changes of "maint
14055 print user-registers".
14056
bf330350
CU
140572014-12-16 Catalin Udma <catalin.udma@freescale.com>
14058
14059 PR server/17457
14060 * gdb.arch/aarch64-fp.c: New file.
14061 * gdb.arch/aarch64-fp.exp: New file.
14062
395cf596
SDJ
140632014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14064
14065 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14066 r210637, r210913, r211666, r215400, r215817).
14067
14068 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14069 * dg-extract-results.py: New file.
14070 * dg-extract-results.sh: Use it if the environment seems
14071 suitable.
14072
14073 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14074
14075 * dg-extract-results.py (parse_run): Handle warnings that
14076 are printed before a test harness is run.
14077
14078 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14079
14080 * dg-extract-results.py (Named): Remove __cmp__ method.
14081 (output_variation): Use a key to sort variation.harnesses.
14082
14083 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14084
14085 * dg-extract-results.py: For Python 3, force sys.stdout to
14086 handle surrogate escape sequences.
14087 (safe_open): New function.
14088 (output_segment, main): Use it.
14089
14090 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14091
14092 * dg-extract-results.py (Prog.result_re): Include options
14093 in test name.
14094
14095 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14096
14097 * dg-extract-results.py (output_variation): Always sort if
14098 do_sum.
14099
e882ef3c
SM
141002014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14101
14102 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14103 as long as we get pagination notifications.
14104
4992aa20
JM
141052014-12-15 Jason Merrill <jason@redhat.com>
14106
14107 * Makefile.in (check-gdb.%): Restore.
14108 * README: Mention it.
14109
c1b5a1a6
JB
141102014-12-13 Joel Brobecker <brobecker@adacore.com>
14111
14112 * gdb.ada/str_uninit: New testcase.
14113
5537b577
JK
141142014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14115
14116 PR symtab/17642
14117 * gdb.base/vla-stub-define.c: New file.
14118 * gdb.base/vla-stub.c: New file.
14119 * gdb.base/vla-stub.exp: New file.
14120
bb2ec1b3
TT
141212014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14122 Jan Kratochvil <jan.kratochvil@redhat.com>
14123 Tom Tromey <tromey@redhat.com>
14124
14125 * configure.ac: Add gdb.compile/.
14126 * configure: Regenerate.
14127 * gdb.compile/Makefile.in: New file.
14128 * gdb.compile/compile-ops.exp: New file.
14129 * gdb.compile/compile-ops.c: New file.
14130 * gdb.compile/compile-tls.c: New file.
14131 * gdb.compile/compile-tls.exp: New file.
14132 * gdb.compile/compile-constvar.S: New file.
14133 * gdb.compile/compile-constvar.c: New file.
14134 * gdb.compile/compile-mod.c: New file.
14135 * gdb.compile/compile-nodebug.c: New file.
14136 * gdb.compile/compile-setjmp-mod.c: New file.
14137 * gdb.compile/compile-setjmp.c: New file.
14138 * gdb.compile/compile-setjmp.exp: New file.
14139 * gdb.compile/compile-shlib.c: New file.
14140 * gdb.compile/compile.c: New file.
14141 * gdb.compile/compile.exp: New file.
14142 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14143
4ff709eb
TT
141442014-12-12 Tom Tromey <tromey@redhat.com>
14145
14146 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14147 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14148
6dddd6a5
DE
141492014-12-12 Doug Evans <dje@google.com>
14150
14151 * lib/gdb-python.exp (get_python_valueof): New function.
14152 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14153
71c24708
AA
141542014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14155
14156 * gdb.base/completion.exp: Add test for completion of "info
14157 registers ".
14158
3e29f34a
MR
141592014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14160
14161 * gdb.base/func-ptrs.c: New file.
14162 * gdb.base/func-ptrs.exp: New file.
14163
fc126975
SM
141642014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14165
14166 PR breakpoints/17012
14167 * gdb.base/dprintf-detach.c: New file.
14168 * gdb.base/dprintf-detach.exp: New file.
14169
0a46d518
SM
141702014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14171
14172 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14173 * lib/gdb.exp (target_is_gdbserver): New procedure.
14174
a0be3e44
DE
141752014-12-08 Doug Evans <dje@google.com>
14176
14177 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14178
df1b803a
YQ
141792014-12-05 Yao Qi <yao@codesourcery.com>
14180
14181 * gdb.guile/scm-error.exp: Remove the third argument to
14182 gdb_remote_download.
14183 * gdb.guile/scm-frame-args.exp: Likewise.
14184 * gdb.guile/scm-section-script.exp: Likewise.
14185
ddb9f679
YQ
141862014-12-05 Yao Qi <yao@codesourcery.com>
14187
14188 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14189
86e4ed39
DE
141902014-12-04 Doug Evans <dje@google.com>
14191
14192 * gdb.python/py-objfile.exp: Add tests for
14193 objfile.add_separate_debug_file.
14194
7c50a931
DE
141952014-12-04 Doug Evans <dje@google.com>
14196
14197 * lib/gdb.exp (get_build_id): New function.
14198 (build_id_debug_filename_get): Rewrite to use it.
14199 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14200
621661e3
MR
142012014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14202
14203 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14204 `method(long)', not just 0x0.
14205 * gdb.cp/nsalias.exp: Align code labels to 4.
14206 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14207 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14208 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14209 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14210 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14211 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14212
29f0c3b7
DE
142132014-12-02 Doug Evans <dje@google.com>
14214
e1e061e7 14215 PR symtab/17602
29f0c3b7 14216 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14217 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14218 * gdb.cp/anon-ns.exp: Update.
14219
162078c8
NB
142202014-12-02 Nick Bull <nicholaspbull@gmail.com>
14221
14222 * gdb.python/py-events.py (inferior_call_handler): New.
14223 (register_changed_handler, memory_changed_handler): New.
14224 (test_events.invoke): Register new handlers.
14225 * gdb.python/py-events.exp: Add tests for inferior call,
14226 memory_changed and register_changed events.
14227
fdb09caf
AA
142282014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14229
14230 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14231 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14232 if the linker doesn't understand this.
14233
55cfb2c4
SM
142342014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14235
14236 * gdb.python/python.exp: Change expected reply to help().
14237
9e8cd6df
YQ
142382014-12-01 Yao Qi <yao@codesourcery.com>
14239
14240 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14241 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14242 * configure: Re-generated.
14243
6c659fc2
SC
142442014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14245
14246 * gdb.cp/chained-calls.cc: New file.
14247 * gdb.cp/chained-calls.exp: New file.
14248 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14249
d7fc3181
SM
142502014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14251
14252 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14253 * gdb.dwarf2/symtab-producer.exp: Same.
14254 * gdb.gdb/python-interrupts.exp: Same.
14255 * gdb.gdb/python-selftest.exp: Same.
14256 * gdb.python/py-linetable.exp: Same.
14257 * gdb.python/py-type.exp: Same.
14258 * gdb.python/py-value-cc.exp: Same.
14259 * gdb.python/py-value.exp: Same.
14260
10e79639
YQ
142612014-11-28 Yao Qi <yao@codesourcery.com>
14262
14263 * gdb.base/break-probes.exp: Match library name prefixed with
14264 sysroot.
14265
f28a0564
SM
142662014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14267
14268 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14269 test expected output. Add parentheses for the call to print.
14270 Remove L suffix from integers.
14271
3fe1ce1d
DE
142722014-11-26 Doug Evans <dje@google.com>
14273
14274 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14275
84429e27
YQ
142762014-11-22 Yao Qi <yao@codesourcery.com>
14277
14278 * gdb.trace/entry-values.c: Remove asms.
14279 (foo): Add foo_label.
14280 (bar): Add bar_label.
14281 * gdb.trace/entry-values.exp: Remove code computing foo's
14282 length and bar's length.
14283 (Dwarf::assemble): Invoke function_range for bar and use
14284 MACRO_AT_func for foo.
14285
26741859
YQ
142862014-11-22 Yao Qi <yao@codesourcery.com>
14287
14288 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14289 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14290 Use .Lgcc43_procstart instead of gcc43.
14291
45e44d27
JB
142922014-11-21 Joel Brobecker <brobecker@adacore.com>
14293
14294 * gdb.ada/n_arr_bound: New testcase.
14295
458c8db8
SDJ
142962014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14297
14298 PR breakpoints/10737
14299 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14300 test_catch_syscall_multi_arch.
14301 (test_catch_syscall_multi_arch): New function.
14302
43f3e411
DE
143032014-11-20 Doug Evans <xdje42@gmail.com>
14304
14305 * gdb.base/maint.exp: Update expected output.
14306
0d7b2549
AA
143072014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14308
14309 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14310 4-byte instruction on S390.
14311
8908fca5
JB
143122014-11-19 Joel Brobecker <brobecker@adacore.com>
14313
14314 * gdb.ada/arr_arr: New testcase.
14315
4a46959e
JB
143162014-11-19 Joel Brobecker <brobecker@adacore.com>
14317
14318 * gdb.ada/pkd_arr_elem: New Testcase.
14319
470e2f4e
LM
143202014-11-18 Luis Machado <lgustavo@codesourcery.com>
14321
14322 * gdb.reverse/break-precsave: Expect completion message for
14323 core file reads.
14324 * gdb.reverse/consecutive-precsave.exp: Likewise.
14325 * gdb.reverse/finish-precsave.exp: Likewise.
14326 * gdb.reverse/i386-precsave.exp: Likewise.
14327 * gdb.reverse/machinestate-precsave.exp: Likewise.
14328 * gdb.reverse/sigall-precsave.exp: Likewise.
14329 * gdb.reverse/solib-precsave.exp: Likewise.
14330 * gdb.reverse/step-precsave.exp: Likewise.
14331 * gdb.reverse/until-precsave.exp: Likewise.
14332 * gdb.reverse/watch-precsave.exp: Likewise.
14333
a267f3ad
AA
143342014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14335
14336 * gdb.base/bp-permanent.c: Include unistd.h.
14337 * gdb.python/py-framefilter-mi.c (main): Add return type.
14338 * gdb.python/py-framefilter.c (main): Likewise.
14339 * gdb.trace/actions-changed.c (main): Likewise.
14340
12084a9a
AA
143412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14342
14343 * gdb.mi/until.c: Add eye-catchers.
14344 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14345 line numbers.
14346
dc7e1a77
AA
143472014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14348
14349 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14350 function header variants in break1.c.
14351 * gdb.base/ena-dis-br.exp: Likewise.
14352 * gdb.base/hbreak2.exp: Likewise.
14353 * gdb.reverse/until-precsave.exp: Drop references to removed
14354 non-prototype function header variants in ur1.c.
14355 * gdb.reverse/until-reverse.exp: Likewise.
14356
41c77605
PM
143572014-11-17 Petr Machata <pmachata@redhat.com>
14358
14359 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14360 ${_cu_offset_size} bytes abbrev offset.
14361
34248c3a
DE
143622014-11-15 Doug Evans <xdje42@gmail.com>
14363
14364 PR symtab/17559
14365 * gdb.base/line-symtabs.exp: New file.
14366 * gdb.base/line-symtabs.c: New file.
14367 * gdb.base/line-symtabs.h: New file.
14368
646da059
YQ
143692014-11-14 Yao Qi <yao@codesourcery.com>
14370
14371 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14372 (func): Add label func_label.
14373 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14374 Replace low_pc and high_pc with MACRO_AT_range.
14375 Replace name, low_pc and high_pc with MACRO_AT_func.
14376
9301ebe6
YQ
143772014-11-14 Yao Qi <yao@codesourcery.com>
14378
14379 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14380 Replace name, low_pc and high_pc with MACRO_AT_func.
14381
f166b542
YQ
143822014-11-14 Yao Qi <yao@codesourcery.com>
14383
14384 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14385 produce debug information.
14386 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14387
0f6e71e3
YQ
143882014-11-14 Yao Qi <yao@codesourcery.com>
14389
14390 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14391 object and get function length.
14392 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14393 with MACRO_AT_func.
14394 (top-level): Replace gdb_compile and clean_restart with
14395 prepare_for_testing.
14396 * gdb.dwarf2/main.c (main): Add label main_label.
14397
876c4df9
YQ
143982014-11-14 Yao Qi <yao@codesourcery.com>
14399
14400 * lib/dwarf.exp (function_range): New procedure.
14401 (Dwarf::_handle_macro_at_func): New procedure.
14402 (Dwarf::_handle_macro_at_range): New procedure.
14403 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14404
02ad9cf1
YQ
144052014-11-14 Yao Qi <yao@codesourcery.com>
14406
14407 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14408 (_handle_attribute): New procedure.
14409
a59add0c
AA
144102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14411
14412 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14413 * gdb.base/call-sc.c (zed): Likewise.
14414 * gdb.base/checkpoint.c (main): Likewise.
14415 * gdb.base/dump.c (main): Likewise.
14416 * gdb.base/gcore.c (main): Likewise.
14417 * gdb.base/huge.c (main): Likewise.
14418 * gdb.base/multi-forks.c (main): Likewise.
14419 * gdb.base/pr10179-a.c (main): Likewise.
14420 * gdb.base/savedregs.c (main): Likewise.
14421 * gdb.base/sigaltstack.c (main): Likewise.
14422 * gdb.base/siginfo.c (main): Likewise.
14423 * gdb.base/structs.c (zed): Likewise.
14424 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14425 * gdb.mi/mi-syn-frame.c (main): Likewise.
14426 * gdb.mi/until.c (foo, main): Likewise.
14427 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14428 * gdb.base/solib-weak.c (foo): Declare.
14429 * gdb.base/attach-twice.c: Include stdio.h.
14430 * gdb.base/weaklib1.c: Likewise.
14431 * gdb.base/weaklib2.c: Likewise.
14432 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14433 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14434 unistd.h.
14435 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14436 * gdb.mi/mi-exit-code.c: Likewise.
14437 * gdb.base/break-interp-lib.c: Include string.h.
14438 * gdb.base/coremaker.c: Likewise.
14439 * gdb.base/testenv.c: Likewise.
14440 * gdb.python/py-finish-breakpoint.c: Likewise.
14441 * gdb.base/inferior-died.c: Include sys/wait.h.
14442 * gdb.base/fileio.c: Include time.h.
14443 * gdb.base/async-shell.c: Include unistd.h.
14444 * gdb.base/dprintf-non-stop.c: Likewise.
14445 * gdb.base/info-os.c: Likewise.
14446 * gdb.mi/mi-console.c: Likewise.
14447 * gdb.mi/watch-nonstop.c: Likewise.
14448 * gdb.python/py-events.c: Likewise.
14449 * gdb.base/async.c (baz): Move up before its invocation.
14450 * gdb.base/code_elim2.c (my_global_func): Likewise.
14451 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14452 * gdb.base/advance.c (func2): Likewise.
14453
3b5d5997
AA
144542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14455
14456 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14457 variant.
14458 * gdb.base/annota3.c: Likewise.
14459 * gdb.base/async.c: Likewise.
14460 * gdb.base/average.c: Likewise.
14461 * gdb.base/call-ar-st.c: Likewise.
14462 * gdb.base/call-rt-st.c: Likewise.
14463 * gdb.base/call-sc.c: Likewise.
14464 * gdb.base/call-strs.c: Likewise.
14465 * gdb.base/ending-run.c: Likewise.
14466 * gdb.base/execd-prog.c: Likewise.
14467 * gdb.base/exprs.c: Likewise.
14468 * gdb.base/foll-exec.c: Likewise.
14469 * gdb.base/foll-fork.c: Likewise.
14470 * gdb.base/foll-vfork.c: Likewise.
14471 * gdb.base/funcargs.c: Likewise.
14472 * gdb.base/gcore.c: Likewise.
14473 * gdb.base/jump.c: Likewise.
14474 * gdb.base/langs0.c: Likewise.
14475 * gdb.base/langs1.c: Likewise.
14476 * gdb.base/langs2.c: Likewise.
14477 * gdb.base/mips_pro.c: Likewise.
14478 * gdb.base/nodebug.c: Likewise.
14479 * gdb.base/opaque0.c: Likewise.
14480 * gdb.base/opaque1.c: Likewise.
14481 * gdb.base/recurse.c: Likewise.
14482 * gdb.base/run.c: Likewise.
14483 * gdb.base/scope0.c: Likewise.
14484 * gdb.base/scope1.c: Likewise.
14485 * gdb.base/setshow.c: Likewise.
14486 * gdb.base/setvar.c: Likewise.
14487 * gdb.base/shmain.c: Likewise.
14488 * gdb.base/shr1.c: Likewise.
14489 * gdb.base/shr2.c: Likewise.
14490 * gdb.base/sigall.c: Likewise.
14491 * gdb.base/signals.c: Likewise.
14492 * gdb.base/so-indr-cl.c: Likewise.
14493 * gdb.base/solib2.c: Likewise.
14494 * gdb.base/structs.c: Likewise.
14495 * gdb.base/sum.c: Likewise.
14496 * gdb.base/vforked-prog.c: Likewise.
14497 * gdb.base/watchpoint.c: Likewise.
14498 * gdb.reverse/shr2.c: Likewise.
14499 * gdb.reverse/until-reverse.c: Likewise.
14500 * gdb.reverse/ur1.c: Likewise.
14501 * gdb.reverse/watch-reverse.c: Likewise.
14502
066a77c5
AA
145032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14504
14505 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14506 variant.
14507 * gdb.base/sepdebug.exp: Drop references to removed code.
14508
4f204ea5
AA
145092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14510
14511 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14512 variant. Preserve original line numbering.
14513 * gdb.base/list1.c: Likewise.
14514
3b377a3a
AA
145152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14516
14517 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14518 variant.
14519 * gdb.base/break1.c: Likewise.
14520 * gdb.base/break.exp: Drop references to removed code.
14521
e444df73
AA
145222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14523
14524 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14525 variant.
14526
8008f2a7
AA
145272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14528
14529 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14530
a5a06887
AA
145312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14532
14533 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14534 logic into perform_all_tests() and invoke it with and without
14535 function header prototypes.
14536 (do_function_calls): Remove conditional XFAIL for PR 5318.
14537 (rerun_and_prepare): Remove duplicate code.
14538 (perform_all_tests): New. Main logic moved here.
14539
44dba9b9
AA
145402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14541
14542 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14543 code guarded by #ifdef NO_PROTOTYPES.
14544 (t_double_many_args): Likewise.
14545 (DEF_FUNC_MANY_ARGS_1): Likewise.
14546 (DEF_FUNC_VALUES_1): Likewise.
14547 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14548 guarded by #ifdef PROTOTYPES.
14549
d1fbcd56
AA
145502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14551
14552 * gdb.mi/mi-console.c: Add eye-catcher.
14553 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14554 instead of literal line number.
14555
b0e59b8f
AA
145562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14557
14558 * gdb.base/shr2.c: Add eye-catcher.
14559 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14560 line number.
14561
78f98cca
AA
145622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14563
14564 * gdb.base/jump.c: Add eye-catchers.
14565 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14566 numbers.
14567
58fa2af0
AA
145682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14569
14570 * gdb.base/execd-prog.c: Add eye-catchers.
14571 * gdb.base/foll-exec.c: Likewise.
14572 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14573 line numbers.
14574
04e5059b
AA
145752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14576
14577 * gdb.base/ending-run.c: Add eye-catchers.
14578 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14579 literal line numbers.
14580
dbfdb174
AA
145812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14582
14583 * gdb.base/call-rt-st.c: Add eye-catchers.
14584 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14585 literal line numbers.
14586
888a2ade
AA
145872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14588
14589 * gdb.base/call-ar-st.c: Add eye-catchers.
14590 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14591 literal line numbers.
14592
6acc2dde
AA
145932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14594
14595 * gdb.base/average.c: Add eye-catchers.
14596 * gdb.base/sum.c: Likewise.
14597 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14598 regexps dynamically.
14599
9ecfcd1d
AA
146002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14601
14602 * gdb.base/solib1.c: Add eye-catchers.
14603 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14604 literal line numbers.
14605
78708b7c
PA
146062014-11-12 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14609 leader has exited.
14610
af48d08f
PA
146112014-11-12 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.arch/i386-bp_permanent.c: New file.
14614 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14615 (srcfile): Set to i386-bp_permanent.c.
14616 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14617 that stepi does not execute the 'leave' instruction, instead of
14618 testing it does execute.
14619 * gdb.base/bp-permanent.c: New file.
14620 * gdb.base/bp-permanent.exp: New file.
14621
af3768e9
DE
146222014-11-10 Doug Evans <xdje42@gmail.com>
14623
14624 PR symtab/17564
14625 * gdb.base/symtab-search-order.exp: New file.
14626 * gdb.base/symtab-search-order.c: New file.
14627 * gdb.base/symtab-search-order-1.c: New file.
14628 * gdb.base/symtab-search-order-shlib-1.c: New file.
14629
9de00a4a
PA
146302014-11-07 Pedro Alves <palves@redhat.com>
14631
14632 PR gdb/17511
14633 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14634 i?86-*-linux*.
14635
e0f52461
SC
146362014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14637
14638 PR c++/17494
14639 * gdb.cp/pr17494.cc: New file.
14640 * gdb.cp/pr17494.exp: New file.
14641
6ce8c980
YQ
146422014-11-02 Yao Qi <yao@codesourcery.com>
14643
14644 * gdb.python/python.exp: Get working directory and match the
14645 output of "set extended-prompt \\w " with it.
14646
02be9a71
DE
146472014-10-30 Doug Evans <dje@google.com>
14648
14649 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14650 in objfiles.
14651 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14652 in progspaces.
14653
3bdff46b
LM
146542014-10-30 Janis Johnson <janisjo@codesourcery.com>
14655
14656 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14657 * gdb.base/realname-expand.exp: Likewise.
14658 * gdb.linespec/macro-relative.exp: Likewise.
14659
ab917dfb
PA
146602014-10-29 Pedro Alves <palves@redhat.com>
14661
14662 PR gdb/17408
14663 * gdb.threads/schedlock.c (some_function): New function.
14664 (call_function): New global.
14665 (MAYBE_CALL_SOME_FUNCTION): New macro.
14666 (thread_function): Call it.
14667 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14668 and use it instead of a global counter. Adjust all callers.
14669 (get_current_thread): Use "find current thread" for test message
14670 here rather than having all callers pass down the same string.
14671 (goto_loop): New procedure, factored out from ...
14672 (my_continue): ... this.
14673 (step_ten_loops): Change parameter from test message to command to
14674 use. Adjust.
14675 (list_count): Delete global.
14676 (check_result): New procedure, factored out from duplicate top
14677 level code.
14678 (continue tests): Wrap in with_test_prefix.
14679 (test_step): New procedure, factored out from duplicate top level
14680 code.
14681 (top level): Test "step" in combination with all scheduler-locking
14682 modes. Test "next" in combination with all scheduler-locking
14683 modes, and in combination with stepping over a function call or
14684 not.
14685 * gdb.threads/next-bp-other-thread.c: New file.
14686 * gdb.threads/next-bp-other-thread.exp: New file.
14687
d3d4baed
PA
146882014-10-29 Pedro Alves <palves@redhat.com>
14689
14690 PR python/17372
14691 * gdb.python/python.exp: Test a multi-line command that spawns
14692 interactive Python.
14693 * gdb.base/multi-line-starts-subshell.exp: New file.
14694
563e8d85
YQ
146952014-10-29 Yao Qi <yao@codesourcery.com>
14696
14697 * gdb.base/fileio.exp: Make directories on host.
14698
0ea4d52e
YQ
146992014-10-29 Yao Qi <yao@codesourcery.com>
14700
14701 * gdb.base/fileio.c (test_write): Close the file.
14702
7f5ef605
PA
147032014-10-28 Pedro Alves <palves@redhat.com>
14704
14705 PR gdb/12623
14706 * gdb.base/sigstep.c (no_handler): New global.
14707 (main): If 'no_handler is true, set the signal handlers to
14708 SIG_IGN.
14709 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14710 with_sw_watch and no_handler parameters. Handle them.
14711 (top level) <stepping over handler when stopped at a breakpoint
14712 test>: Add a test axis for testing with a software watchpoint, and
14713 another for testing with the signal handler set to SIG_IGN.
14714 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14715 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14716
abbdbd03
PA
147172014-10-28 Pedro Alves <palves@redhat.com>
14718
14719 PR gdb/17511
14720 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14721 * gdb.base/sigstep.exp (other_handler_location): New global.
14722 (advance): Support stepping into the signal handler, and running
14723 commands while in the handler.
14724 (in_handler_map): New global.
14725 (top level): In the advance test, add combinations for getting
14726 into the handler with stepping commands, and for running commands
14727 in the handler. Add comment descripting the advancei tests.
14728
1df4399f
PA
147292014-10-28 Pedro Alves <palves@redhat.com>
14730
14731 * gdb.base/sigstep.exp: Use build_executable instead of
14732 prepare_for_testing.
14733 (top level): Move code that starts GDB, runs to main and creates a
14734 display to ...
14735 (restart): ... this new procedure.
14736 (top level): Move backtrace from signal handler test to ...
14737 (validate_backtrace): ... this new procedure.
14738 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14739 with_test_prefix. Always restart GDB.
14740 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14741 with_test_prefix. Always restart GDB. No need to delete
14742 breakpoints after the test.
14743 (test_skip_handler): Remove prefix parameter.
14744 (skip_over_handler, breakpoint_to_handler)
14745 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14746 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14747 restart GDB. No need to delete breakpoints after the test.
14748 (top level): Use foreach to call the test procedures with
14749 different commands.
14750
a5b6e449
PA
147512014-10-28 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14754 instead of GNATS numbers.
14755 * gdb.base/sigbpt.exp: Likewise.
14756 * gdb.base/siginfo.exp: Likewise.
14757 * gdb.base/sigstep.exp: Likewise.
14758
e5f8a7cc
PA
147592014-10-27 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.base/sigstep.c (dummy): New global.
14762 (main): Issue a couple writes to the new global.
14763 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14764 procedures.
14765 (skip_over_handler): Use test_skip_handler.
14766 (top level): Call skip_over_handler for stepi and nexti too.
14767 (breakpoint_over_handler): Use test_skip_handler.
14768 (top level): Call breakpoint_over_handler for stepi and nexti too.
14769
763905a3
YQ
147702014-10-27 Yao Qi <yao@codesourcery.com>
14771
14772 * gdb.trace/tfile.c (adjust_function_address)
14773 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14774 function descriptor.
14775
6f259a23
DB
147762014-10-24 Don Breazeal <donb@codesourcery.com>
14777
14778 * gdb.base/foll-fork.exp (test_follow_fork,
14779 catch_fork_child_follow): Check for updated fork messages emitted
14780 from infrun.c.
14781 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14782 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14783 vfork_and_exec_child_follow_through_step): Check for updated vfork
14784 messages emitted from infrun.c.
14785
09dd9a69
PA
147862014-10-24 Pedro Alves <palves@redhat.com>
14787
14788 * gdb.base/corefile.exp: Remove references to ultrix.
14789 * gdb.base/interrupt.exp: Likewise.
14790 * gdb.base/whatis.exp: Likewise.
14791 * gdb.gdb/selftest.exp: Likewise.
14792 * gdb.threads/manythreads.exp: Likewise.
14793 * gdb.threads/print-threads.exp: Likewise.
14794 * gdb.threads/pthreads.exp:: Likewise.
14795 * gdb.threads/schedlock.exp: Likewise.
14796
3433cfa5
SC
147972014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14798
14799 * gdb.cp/non-trivial-retval.cc: Add a test case.
14800 * gdb.cp/non-trivial-retval.exp: Add a test.
14801
092f880b
YQ
148022014-10-20 Yao Qi <yao@codesourcery.com>
14803
14804 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14805 * gdb.python/py-objfile-script-gdb.py: New file.
14806 * gdb.python/py-objfile-script.exp: Update reference to
14807 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14808 of remote_download. Remove the dest file.
14809
acbdb7f3
YQ
148102014-10-20 Yao Qi <yao@codesourcery.com>
14811
14812 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14813 * gdb.base/step-line.exp: Likewise.
14814 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14815 * gdb.dwarf2/dw2-basic.exp: Likewise.
14816 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14817 * gdb.dwarf2/dw2-filename.exp: Likewise.
14818 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14819 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14820 * gdb.dwarf2/dw2-producer.exp: Likewise.
14821 * gdb.dwarf2/mac-fileno.exp: Likewise.
14822 * gdb.python/py-frame-args.exp: Likewise.
14823 * gdb.python/py-framefilter.exp: Likewise.
14824 * gdb.python/py-mi.exp: Likewise.
14825 * gdb.python/py-objfile-script.exp: Likewise
14826 * gdb.python/py-pp-integral.exp: Likewise.
14827 * gdb.python/py-pp-re-notag.exp: Likewise.
14828 * gdb.python/py-prettyprint.exp: Likewise.
14829 * gdb.python/py-section-script.exp: Likewise.
14830 * gdb.python/py-typeprint.exp: Likewise.
14831 * gdb.python/py-xmethods.exp: Likewise.
14832 * gdb.stabs/weird.exp: Likewise.
14833 * gdb.xml/tdesc-regs.exp: Likewise.
14834
bd286a29
KCY
148352014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14836
14837 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14838 (out_cu): Use addr_len for the size of addresses.
14839 (out_line): Likewise. Size DW_LNE_set_address instruction
14840 according to addr_len.
14841 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14842 (FUNC): Add START_INSNS to definition.
14843
673dc4a0
YQ
148442014-10-18 Yao Qi <yao@codesourcery.com>
14845
14846 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14847 gdb_has_argv0 return true.
14848 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14849 check [target_info exists noargs], check [gdb_has_argv0]
14850 instead.
14851 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14852 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14853 procedures.
14854
4ffbba72
DE
148552014-10-17 Doug Evans <dje@google.com>
14856
14857 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14858 event.
14859 * gdb.python/py-events.py: Add clear_objfiles event.
14860
d096d8c1
DE
148612014-10-17 Doug Evans <dje@google.com>
14862
14863 * gdb.python/py-objfile.exp: Test progspace attribute.
14864
a80db015
LM
148652014-10-17 Luis Machado <lgustavo@codesourcery.com>
14866
14867 * gdb.guile/scm-breakpoint.exp: Do not assume any
14868 directory separators when matching source file paths.
14869 * gdb.python/py-breakpoint.exp: Likewise.
14870 * gdb.reverse/break-precsave.exp: Likewise.
14871 * gdb.reverse/break-reverse.exp: Likewise.
14872 * gdb.reverse/consecutive-precsave.exp: Likewise.
14873 * gdb.reverse/finish-precsave.exp: Likewise.
14874 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14875 * gdb.reverse/finish-reverse.exp: Likewise.
14876 * gdb.reverse/i386-precsave.exp: Likewise.
14877 * gdb.reverse/i387-env-reverse.exp: Likewise.
14878 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14879 * gdb.reverse/machinestate-precsave.exp: Likewise.
14880 * gdb.reverse/machinestate.exp: Likewise.
14881 * gdb.reverse/sigall-precsave.exp: Likewise.
14882 * gdb.reverse/solib-precsave.exp: Likewise.
14883 * gdb.reverse/step-precsave.exp: Likewise.
14884 * gdb.reverse/until-precsave.exp: Likewise.
14885 * gdb.reverse/watch-precsave.exp: Likewise.
14886 * gdb.reverse/watch-reverse.exp: Likewise.
14887
b22089ab
YQ
148882014-10-17 Yao Qi <yao@codesourcery.com>
14889
14890 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14891 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14892
6c4486e6
PA
148932014-10-17 Pedro Alves <palves@redhat.com>
14894
14895 PR gdb/17471
14896 * gdb.base/bg-execution-repeat.c: New file.
14897 * gdb.base/bg-execution-repeat.exp: New file.
14898
0ff33695
PA
148992014-10-17 Pedro Alves <palves@redhat.com>
14900
14901 PR gdb/17300
14902 * gdb.base/continue-all-already-running.c: New file.
14903 * gdb.base/continue-all-already-running.exp: New file.
14904
6fdebc3d
PA
149052014-10-17 Pedro Alves <palves@redhat.com>
14906
14907 PR gdb/17472
14908 * gdb.base/annota-input-while-running.c: New file.
14909 * gdb.base/annota-input-while-running.exp: New file.
14910
32a8097b
PA
149112014-10-17 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/callfuncs.exp: emove references to osf.
14914 * gdb.base/sigall.exp: Likewise.
14915 * gdb.gdb/selftest.exp: Likewise.
14916 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14917 * gdb.mi/non-stop.c: Likewise.
14918 * gdb.mi/pthreads.c: Likewise.
14919 * gdb.reverse/sigall-precsave.exp: Likewise.
14920 * gdb.reverse/sigall-reverse.exp: Likewise.
14921 * gdb.threads/pthreads.c: Likewise.
14922 * gdb.threads/pthreads.exp: Likewise.
14923
7a3517ff
YQ
149242014-10-17 Yao Qi <yao@codesourcery.com>
14925
14926 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14927 check 'target_info exists noargs'.
14928 (test_command_prompt_position): Likewise.
14929 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14930 Remove "set args".
14931 (progvar_simple_while_test): Likewise.
14932 (progvar_complex_if_while_test): Likewise.
14933 (if_while_breakpoint_command_test): Likewise.
14934 (infrun_breakpoint_command_test): Likewise.
14935 (breakpoint_command_test): Likewise.
14936 (watchpoint_command_test): Likewise.
14937 (bp_deleted_in_command_test): Likewise.
14938 (temporary_breakpoint_commands): Likewise.
14939
bb99c472
YQ
149402014-10-16 Yao Qi <yao@codesourcery.com>
14941
14942 * gdb.base/remotetimeout.exp: Remove noargs checking.
14943
7c16b83e
PA
149442014-10-15 Pedro Alves <palves@redhat.com>
14945
14946 PR breakpoints/9649
14947 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14948 * gdb.base/breakpoint-in-ro-region.exp
14949 (probe_target_hardware_step): New procedure.
14950 (top level): Probe hardware stepping and hardware breakpoint
14951 support. Test stepping through a read-only region, with both
14952 "breakpoint auto-hw" on and off and both "always-inserted" on and
14953 off.
14954
35a49624
IB
149552014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14956
14957 * gdb.dlang/demangle.exp: Update for demangling changes.
14958
2d1c107c
SC
149592014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14960
14961 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14962 * gdb.cp/non-trivial-retval.exp: Add new tests.
14963
778811d5
SC
149642014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14965
14966 PR c++/13403
14967 PR c++/15154
14968 * gdb.cp/non-trivial-retval.cc: New file.
14969 * gdb.cp/non-trivial-retval.exp: New file.
14970
10c5f0a8
YQ
149712014-10-15 Yao Qi <yao@codesourcery.com>
14972
14973 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14974 remote host.
14975
65d7b369
YQ
149762014-10-15 Yao Qi <yao@codesourcery.com>
14977
14978 * gdb.python/py-symbol.exp: Match file base name if host is
14979 remote, otherwise match file name with dir name.
14980 * gdb.python/py-symtab.exp: Likewise.
14981 * gdb.python/python.exp: Likewise.
14982
46dc1394
YQ
149832014-10-15 Yao Qi <yao@codesourcery.com>
14984
14985 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14986 pattern.
14987 * gdb.python/py-symtab.exp: Likewise.
14988 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14989 locationn.
14990
c40cc657
JB
149912014-10-14 Joel Brobecker <brobecker@adacore.com>
14992
14993 * gdb.ada/addr_arith: New testcase.
14994
2abf49e1
MR
149952014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14996
14997 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14998 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14999 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15000 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15001
f7088df3
SDJ
150022014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15003
15004 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15005 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15006 * gdb.arch/stap-eval-lang-ada.exp: New file.
15007
4dc06805
YQ
150082014-10-14 Yao Qi <yao@codesourcery.com>
15009
15010 * gdb.mi/mi-var-child.c (nothing1): New function.
15011 (nothing2): New function.
15012 (do_children_tests): Set function pointers by nothing1 and
15013 nothing2.
15014 * gdb.mi/mi-var-child.exp: Step over new added statements.
15015 Update test to match the new output.
15016 * gdb.mi/var-cmd.c (nothing1): New function.
15017 (nothing2): New function.
15018 (do_children_tests): Set function pointers by nothing1 and
15019 nothing2.
15020 * gdb.mi/mi-var-display.exp: Update test to match output.
15021 Step to the line specified by $line_dct_nothing.
15022 Increase the number of lines to step.
15023
46a93de2
YQ
150242014-10-14 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15027 tests.
15028 * gdb.mi/mi2-var-child.exp: Likewise.
15029
14ea52ee
DE
150302014-10-13 Doug Evans <dje@google.com>
15031
15032 * gdb.python/py-objfile.exp: Change name of file name test.
15033
e5c6e92b
DE
150342014-10-13 Doug Evans <dje@google.com>
15035
15036 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15037 from the start of the CU.
15038
c780cc2f
JK
150392014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15040 Yao Qi <yao@codesourcery.com>
15041
15042 Fix "save breakpoints" for "catch" command.
15043 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15044 Remove -nonewline. Match also the added "main" line.
15045
99894e11
JK
150462014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15047
15048 Fix "save breakpoints" for "disable $bpnum" command.
15049 * gdb.base/save-bp.c (main): Add label.
15050 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15051
6e1ac5a3
JK
150522014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15053
15054 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15055
754dd2b0
YQ
150562014-10-11 Yao Qi <yao@codesourcery.com>
15057
15058 * gdb.server/server-kill.exp: Execute command
15059 "set remote trace-status-packet on" before "tstatus".
15060
f90183d7
YQ
150612014-10-11 Yao Qi <yao@codesourcery.com>
15062
15063 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15064 (main): Call getppid.
15065 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15066 and continue to it. Read variable "server_pid".
15067
bf40a607
YQ
150682014-10-11 Yao Qi <yao@codesourcery.com>
15069
15070 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15071
052ca370
YQ
150722014-10-11 Yao Qi <yao@codesourcery.com>
15073
15074 * gdb.threads/thread-find.exp: Don't execute command
15075 "info threads".
15076 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15077 * gdb.threads/linux-dp.exp: Don't check the condition
15078 $threads_created equals to zero.
15079
3831839c
PA
150802014-10-10 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.base/bigcore.exp: Remove references to IRIX.
15083 * gdb.base/funcargs.exp: Likewise.
15084 * gdb.base/interrupt.exp: Likewise.
15085 * gdb.base/mips_pro.exp: Likewise.
15086 * gdb.base/nodebug.exp: Likewise.
15087 * gdb.base/setvar.exp: Likewise.
15088 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15089
8b9a549d
PA
150902014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15091 Pedro Alves <palves@redhat.com>
15092
15093 PR symtab/14466
15094 * gdb.base/vdso-warning.c: New file.
15095 * gdb.base/vdso-warning.exp: New file.
15096
d48ba5e8
DE
150972014-10-02 Doug Evans <dje@google.com>
15098
15099 * gdb.base/structs.c (main): Don't run forever.
15100
2278c276
PA
151012014-10-02 Pedro Alves <palves@redhat.com>
15102
15103 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15104 (top level) <stop threads 1, stop threads 2>: Use it.
15105
b57bacec
PA
151062014-10-02 Pedro Alves <palves@redhat.com>
15107
15108 * gdb.threads/break-while-running.exp (test): Add new
15109 'update_thread_list' argument. Skip "info threads" if false.
15110 (top level): Add new 'update_thread_list' axis.
15111
13fd3ff3
PA
151122014-10-02 Pedro Alves <palves@redhat.com>
15113
15114 PR breakpoints/17431
15115 * gdb.base/execl-update-breakpoints.c: New file.
15116 * gdb.base/execl-update-breakpoints.exp: New file.
15117
0fec99e8
PA
151182014-10-01 Pedro Alves <palves@redhat.com>
15119
15120 * gdb.base/breakpoint-in-ro-region.c: New file.
15121 * gdb.base/breakpoint-in-ro-region.exp: New file.
15122
2ddf4301
SM
151232014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15124
15125 * gdb.mi/mi-exit-code.exp: New file.
15126 * gdb.mi/mi-exit-code.c: New file.
15127
6a5f3f43
YQ
151282014-09-30 Yao Qi <yao@codesourcery.com>
15129
15130 * lib/prelink-support.exp (build_executable_own_libs): Error if
15131 the target isn't native.
15132
345bcc73
YQ
151332014-09-30 Yao Qi <yao@codesourcery.com>
15134
15135 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15136 false.
15137
a25a5a45
PA
151382014-09-22 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.threads/break-while-running.exp: New file.
15141 * gdb.threads/break-while-running.c: New file.
15142
00ba3162
YQ
151432014-09-19 Yao Qi <yao@codesourcery.com>
15144
15145 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15146 Invoke test. Restart GDB with --readnow and invoke test again.
15147
c3b7b696
YQ
151482014-09-19 Yao Qi <yao@codesourcery.com>
15149
15150 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15151 proc set_breakpoint_on_gcd_function. Invoke
15152 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15153 invoke set_breakpoint_on_gcd_function again.
15154
2b4fd423
DE
151552014-09-18 Doug Evans <dje@google.com>
15156
15157 * gdb.dwarf2/symtab-producer.exp: New file.
15158
a5947601
SDJ
151592014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15160
15161 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15162 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15163 * gdb.base/global-var-nested-by-dso.c: Likewise.
15164 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15165
91c19059
SDJ
151662014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15167 Pedro Alves <palves@redhat.com>
15168
15169 * gdb.base/watch-bitfields.exp: Pass string other than test file
15170 name to prepare_for_testing.
15171 (watch): New procedure.
15172 (expect_watchpoint): Use with_test_prefix.
15173 (top level): Factor out tests to ...
15174 (test_watch_location, test_regular_watch): ... these new
15175 procedures, and use with_test_prefix and gdb_continue_to_end.
15176
bb9d5f81
PP
151772014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15178
15179 PR breakpoints/12526
15180 * gdb.base/watch-bitfields.exp: New file.
15181 * gdb.base/watch-bitfields.c: New file.
15182
635856f5
PA
151832014-09-16 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15186 software and hardware addresses, not software address against
15187 itself.
15188
7280ceea
PA
151892014-09-16 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15192 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15193
428b16bd
PA
151942014-09-16 Pedro Alves <palves@redhat.com>
15195
15196 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15197 files.
15198 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15199 "*-*-vxworks*" throughout.
15200 * gdb.base/break.exp: Likewise.
15201 * gdb.base/default.exp: Likewise.
15202 * gdb.base/scope.exp: Likewise.
15203 * gdb.base/sepdebug.exp: Likewise.
15204 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15205 throughout.
15206 * gdb.base/run.c: Likewise.
15207 * gdb.base/sepdebug.c: Likewise.
15208 * gdb.hp/gdb.aCC/run.c: Likewise.
15209 * gdb.reverse/until-reverse.c: Likewise.
15210 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15211
666d413c
YQ
152122014-09-16 Yao Qi <yao@codesourcery.com>
15213
15214 * boards/local-remote-host-native.exp: New file.
15215
57cbd724
DE
152162014-09-14 Doug Evans <xdje42@gmail.com>
15217
15218 * gdb.threads/queue-signal.c (thread_count): New variable.
15219 (thread_count_mutex, thread_count_condvar): New variables.
15220 (incr_thread_count, wait_all_threads_running): New functions.
15221 (main): Wait for all threads to be in their thread functions.
15222
81219e53
DE
152232014-09-13 Doug Evans <xdje42@gmail.com>
15224
15225 * gdb.threads/queue-signal.c: New file.
15226 * gdb.threads/queue-signal.exp: New file.
15227
3714cea7
DE
152282014-09-13 Doug Evans <xdje42@gmail.com>
15229
15230 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15231 be consistent with what default_gdb_init uses.
15232 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15233 the plain text of the prompt. Add some logging printfs.
15234 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15235
fa43b1d7
PA
152362014-09-12 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15239 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15240 * gdb.arch/i386-size-overlap.exp: Likewise.
15241 * gdb.arch/i386-size.exp: Likewise.
15242 * gdb.arch/i386-unwind.exp: Likewise.
15243 * gdb.base/a2-run.exp: Likewise.
15244 * gdb.base/break.exp: Likewise.
15245 * gdb.base/charset.exp: Likewise.
15246 * gdb.base/chng-syms.exp: Likewise.
15247 * gdb.base/commands.exp: Likewise.
15248 * gdb.base/dbx.exp: Likewise.
15249 * gdb.base/find.exp: Likewise.
15250 * gdb.base/funcargs.exp: Likewise.
15251 * gdb.base/jit-simple.exp: Likewise.
15252 * gdb.base/reread.exp: Likewise.
15253 * gdb.base/sepdebug.exp: Likewise.
15254 * gdb.base/step-bt.exp: Likewise.
15255 * gdb.cp/mb-inline.exp: Likewise.
15256 * gdb.cp/mb-templates.exp: Likewise.
15257 * gdb.objc/basicclass.exp: Likewise.
15258 * gdb.threads/killed.exp: Likewise.
15259
9d9bf2df
EBM
152602014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15261
15262 PR tdep/17379
15263 * gdb.arch/powerpc-stackless.S: New file.
15264 * gdb.arch/powerpc-stackless.exp: New file.
15265
1cf2f1b0
JK
152662014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15267
15268 * gdb.base/attach.c: Include unistd.h.
15269 (main): Call alarm. Add label postloop.
15270 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15271 gdb_breakpoint, gdb_continue_to_breakpoint.
15272 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15273
98880d46
PA
152742014-09-11 Pedro Alves <palves@redhat.com>
15275
15276 PR gdb/17347
15277 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15278 * gdb.base/attach.exp (test_command_line_attach_run): New
15279 procedure.
15280 (top level): Call it.
15281
4c92ff2c
PA
152822014-09-11 Pedro Alves <palves@redhat.com>
15283
15284 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15285 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15286 (do_command_attach_tests): Use spawn_wait_for_attach.
15287 * gdb.base/solib-overlap.exp: Likewise.
15288 * gdb.multi/multi-attach.exp: Likewise.
15289 * gdb.python/py-prompt.exp: Likewise.
15290 * gdb.python/py-sync-interp.exp: Likewise.
15291 * gdb.server/ext-attach.exp: Likewise.
15292
3adc1a7d
GKB
152932014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15294
15295 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15296 command in testcase. Simplify testcase.
15297
96334934
JB
152982014-09-10 Joel Brobecker <brobecker@adacore.com>
15299
15300 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15301
eb479039
JB
153022014-09-10 Joel Brobecker <brobecker@adacore.com>
15303
15304 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15305
deede10c
JB
153062014-09-10 Joel Brobecker <brobecker@adacore.com>
15307
15308 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15309
7828a5f5
JB
153102014-09-10 Joel Brobecker <brobecker@adacore.com>
15311
15312 * gdb.dwarf2/dynarr-ptr.c: New file.
15313 * gdb.dwarf2/dynarr-ptr.exp: New file.
15314
33aeebcf
MR
153152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15316
15317 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15318 of 30 rather than hardcoding 120 for a slow test case. Take the
15319 `gdb,timeout' target setting into account for this calculation.
15320 Don't extend the timeout for the test cases that don't need it.
15321
7b415901
MR
153222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15323
15324 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15325 a factor of 2 for a slow test case. Take the `gdb,timeout'
15326 target setting into account for this calculation.
15327 * gdb.reverse/until-precsave.exp: Increase the timeout by
15328 a factor of 15 and 3 respectively rather than adding 120
15329 for a pair of slow test cases. Take the `gdb,timeout'
15330 target setting into account for this calculation.
15331
4a40f85a
MR
153322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15333
15334 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15335 timeout, don't pass one down to gdb_expect.
15336 (gdb_expect): Rework timeout selection.
15337
09635af7
MR
153382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15339
15340 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15341 exception on timeout.
15342 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15343 (gdbserver_start_extended): Catch any `gdbserver_start' error
15344 exceptions.
15345 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15346 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15347 `gdbserver_gdb_load' error exceptions.
15348
2bdd10b7
MR
153492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15350
15351 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15352 120 on waiting for the TCP socket to open.
15353
316935f0
DE
153542014-09-09 Doug Evans <xdje42@gmail.com>
15355
15356 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15357 _caller_matches, _any_caller_is, _any_caller_matches.
15358
83740597
DE
153592014-09-09 Doug Evans <xdje42@gmail.com>
15360
15361 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15362
4c122fc3
YQ
153632014-09-09 Yao Qi <yao@codesourcery.com>
15364
15365 * gdb.mi/mi-var-display.exp: Set print symbol off.
15366
a9f116cb
GKB
153672014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15368
15369 PR gdb/17035
15370 * gdb.base/commands.exp: Add tests to verify user-defined
15371 commands with empty bodies.
15372 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15373 python commands in `show user command`.
15374 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15375 scheme commands in `show user command`.
15376
c75bd3a2
JK
153772014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15378
15379 PR python/17355
15380 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15381 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15382 * gdb.python/py-framefilter-invalidarg.exp: New file.
15383 * gdb.python/py-framefilter-invalidarg.py: New file.
15384
faa42425
DE
153852014-09-06 Doug Evans <xdje42@gmail.com>
15386
15387 PR 15276
15388 * gdb.python/py-caller-is.c: New file.
15389 * gdb.python/py-caller-is.exp: New file.
15390
474ca4f6
SDJ
153912014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15392
15393 PR gdb/17235
15394 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15395 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15396
eb0b0463
SDJ
153972014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15398
15399 PR fortran/17237
15400 * gdb.fortran/print-formatted.exp: New file.
15401 * gdb.fortran/print-formatted.f90: Likewise.
15402
5f3b99cf
SS
154032014-09-03 Sasha Smundak <asmundak@google.com>
15404
15405 * gdb.python/py-frame.exp: Test Frame.read_register.
15406
7d793aa9
SDJ
154072014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15408
15409 PR python/16699
15410 * gdb.python/py-completion.exp: New file.
15411 * gdb.python/py-completion.py: Likewise.
15412
fb0576e9
DE
154132014-08-28 Doug Evans <dje@google.com>
15414
15415 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15416 eax,etc. are live with values set by gdb and thus the compiler can't
15417 use them.
15418 * gdb.arch/i386-pseudo.c (main): Ditto.
15419
ee92b0dd
DE
154202014-08-27 Doug Evans <dje@google.com>
15421
15422 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15423
6649db35
DE
154242014-08-25 Doug Evans <dje@google.com>
15425
15426 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15427 (main): Ditto.
15428
564b7600
DE
154292014-08-25 Doug Evans <dje@google.com>
15430
15431 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15432
3881fb67
YQ
154332014-08-24 Yao Qi <yao@codesourcery.com>
15434
15435 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15436 symbol off.
15437 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15438
a05a36a5
DE
154392014-08-22 Doug Evans <dje@google.com>
15440
15441 PR 17276
15442 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15443 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15444 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15445
7c343b48
YQ
154462014-08-22 Yao Qi <yao@codesourcery.com>
15447
15448 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15449 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15450 * gdb.python/python.exp: Likewise. Use .py file on the host
15451 instead of the build.
15452
22fd09ae
JK
154532014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15454
15455 * gdb.threads/gcore-stale-thread.c: New file.
15456 * gdb.threads/gcore-stale-thread.exp: New file.
15457
a8454a7c
PA
154582014-08-21 Pedro Alves <palves@redhat.com>
15459
15460 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15461 * gdb.base/gcore-relro-pie.exp: Likewise.
15462 * gdb.base/gcore-relro.exp: Likewise.
15463 * gdb.base/gcore.exp: Likewise.
15464 * gdb.base/print-symbol-loading.exp: Likewise.
15465 * gdb.threads/gcore-thread.exp: Likewise.
15466 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15467
2a31c623
PA
154682014-08-20 Pedro Alves <palves@redhat.com>
15469 Jan Kratochvil <jan.kratochvil@redhat.com>
15470
15471 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15472 configure.
15473 (EXPECT): Handle READ1 being set.
15474 (all): Depend on EXTRA_RULES.
15475 (check-read1, expect-read1, read1.so, read1): New rules.
15476 * README (Testsuite Parameters): Document the READ1 make variable.
15477 (Race detection): New section.
15478 * configure: Regenerate.
15479 * configure.ac: If build==host==target, and running under a
15480 GNU/glibc system, add read1 to the extra Makefile rules.
15481 (EXTRA_RULES): AC_SUBST it.
15482 * lib/read1.c: New file.
15483
d36430db
JB
154842014-08-20 Joel Brobecker <brobecker@adacore.com>
15485
15486 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15487 the handling of variables declared as a typedef to an array
15488 which a DW_AT_data_location attribute.
15489
9a0dc9e3
PA
154902014-08-19 Andrew Burgess <aburgess@broadcom.com>
15491 Pedro Alves <palves@redhat.com>
15492
15493 PR symtab/14604
15494 PR symtab/14605
15495 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15496 gdb_test.
15497
0718a8da
PA
154982014-08-19 Pedro Alves <palves@redhat.com>
15499
15500 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15501
13b448cd
YQ
155022014-08-19 Yao Qi <yao@codesourcery.com>
15503
15504 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15505 right line.
15506
1cbf5077
DB
155072014-08-18 David Blaikie <dblaikie@gmail.com>
15508
15509 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15510
bf0fae19
JB
155112014-08-18 Joel Brobecker <brobecker@adacore.com>
15512
15513 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15514 attribute in array range.
15515
3c8c5dcc
JB
155162014-08-18 Joel Brobecker <brobecker@adacore.com>
15517
15518 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15519
e66d4446
SC
155202014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15521
15522 PR c++/17132
15523 * gdb.cp/pr17132.cc: New file.
15524 * gdb.cp/pr17132.exp: New file.
15525
940df408
SC
155262014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15527
15528 * gdb.python/py-xmethods.py (A_getarrayind)
15529 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15530 Use 'print' with function call syntax.
15531 (E_method_matcher.match): Fix tab vs space indentation mixup.
15532
ebcc6c3a
YQ
155332014-08-15 Yao Qi <yao@codesourcery.com>
15534
15535 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15536 false.
15537
775e0f04
YQ
155382014-08-15 Yao Qi <yao@codesourcery.com>
15539
15540 * gdb.cp/casts.exp: Set print symbol off.
15541 * gdb.cp/class2.exp: Likewise.
15542 * gdb.cp/overload.exp: Likewise.
15543 * gdb.cp/templates.exp: Likewise.
15544
d769e349
DE
155452014-08-11 Doug Evans <dje@google.com>
15546
15547 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15548 (test_load_shlib): Update.
15549
20c6f1e1
YQ
155502014-08-09 Yao Qi <yao@codesourcery.com>
15551
15552 * gdb.base/display.exp: Invoke is_address_zero_readable.
15553 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15554 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15555 * gdb.base/hbreak-unmapped.exp: Return if
15556 is_address_zero_readable returns true.
15557 * gdb.base/signest.exp: Likewise.
15558 * gdb.base/signull.exp: Likewise.
15559 * gdb.base/sigbpt.exp: Likewise.
15560 * gdb.guile/scm-disasm.exp: Do the test if
15561 is_address_zero_readable returns false.
15562 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15563 * gdb.python/py-arch.exp: Likewise.
15564 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15565 * lib/gdb.exp (is_address_zero_readable): New proc.
15566
5792e8e3
YQ
155672014-08-09 Yao Qi <yao@codesourcery.com>
15568
15569 PR testsuite/13443
15570 * gdb.mi/mi-var-display.exp: Make test messages unique.
15571
3cecbbbe
TT
155722014-08-04 Tom Tromey <tromey@redhat.com>
15573
15574 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15575 target 0".
15576
00b51ff5
TT
155772014-08-04 Tom Tromey <tromey@redhat.com>
15578
15579 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15580 "target_resume".
15581
6908c509
JB
155822014-08-01 Joel Brobecker <brobecker@adacore.com>
15583
15584 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15585 inner_vla_struct_object_size.
15586 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15587 as xfail.
15588
cc6563d2
PA
155892014-07-30 Pedro Alves <palves@redhat.com>
15590
15591 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15592 comment.
15593
7e09a223
YQ
155942014-07-29 Yao Qi <yao@codesourcery.com>
15595
15596 PR gdb/17206
15597 * gdb.base/until-nodebug.exp: New.
15598
7ebdbe92
DE
155992014-07-28 Doug Evans <xdje42@gmail.com>
15600
15601 PR guile/17203
15602 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15603 previously existing parameter, and previously ambiguously spelled
15604 parameter.
15605
fdb1adc6
WN
156062014-07-28 Will Newton <will.newton@linaro.org>
15607
15608 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15609
186fcde0
DE
156102014-07-26 Ludovic Courtès <ludo@gnu.org>
15611 Doug Evans <xdje42@gmail.com>
15612
15613 PR guile/17146
15614 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15615
70509625
PA
156162014-07-25 Pedro Alves <palves@redhat.com>
15617
15618 * gdb.threads/signal-command-handle-nopass.c: New file.
15619 * gdb.threads/signal-command-handle-nopass.exp: New file.
15620 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15621 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15622 * gdb.threads/signal-delivered-right-thread.c: New file.
15623 * gdb.threads/signal-delivered-right-thread.exp: New file.
15624
c3f814a1
PA
156252014-07-25 Pedro Alves <palves@redhat.com>
15626
15627 * gdb.base/double-prompt-target-event-error.exp
15628 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15629 match.
15630 (cancel_pagination_in_target_event): Rework double prompt
15631 detection.
15632 * gdb.base/paginate-after-ctrl-c-running.exp
15633 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15634 <return>' match.
15635 * gdb.base/paginate-bg-execution.exp
15636 (test_bg_execution_pagination_return)
15637 (test_bg_execution_pagination_cancel): Remove '-notransfer
15638 <return>' matches.
15639 * gdb.base/paginate-execution-startup.exp
15640 (test_fg_execution_pagination_return)
15641 (test_fg_execution_pagination_cancel): Remove '-notransfer
15642 <return>' matches.
15643 * gdb.base/paginate-inferior-exit.exp
15644 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15645 match.
15646 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15647 * lib/gdb.exp (pagination_prompt): Run text through
15648 string_to_regexp.
15649 (gdb_test_multiple): Match $pagination_prompt instead of
15650 "<return>".
15651 (string_to_regexp): Move to lib/gdb-utils.exp.
15652
e214cf6c
JK
156532014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15654
15655 * gdb.arch/amd64-entry-value-paramref.S: New file.
15656 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15657 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15658 * gdb.arch/amd64-optimout-repeat.S: New file.
15659 * gdb.arch/amd64-optimout-repeat.c: New file.
15660 * gdb.arch/amd64-optimout-repeat.exp: New file.
15661
17d0c5c8
JK
156622014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15663
15664 PR gdb/17170
15665 * gdb.base/statistics.exp: New file.
15666
b8b8facf
DE
156672014-07-17 Doug Evans <dje@google.com>
15668
74b49205 15669 PR gdb/17170
b8b8facf
DE
15670 * gdb.base/maint.exp: Update testing of per-command stats.
15671
1b5d0ab3
PA
156722014-07-16 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15675 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15676 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15677 (tfile_write_buf): New functions.
15678 (add_memory_block): Rewrite using the above.
15679 (adjust_function_address): New function.
15680 (FUNCTION_ADDRESS): New macro.
15681 (write_basic_trace_file): Remove short_x local, and use
15682 tfile_write_16. Change type of func_addr local to unsigned long
15683 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15684 here. Cast argument of add_memory_block to char pointer.
15685 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15686 (main): Remove parameters.
15687 * gdb.trace/tfile.exp: Remove nowarnings.
15688
4d974e88
SM
156892014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15690
15691 * gdb.base/debug-expr.exp: Test string evaluation with
15692 "debug expression" on.
15693
41e99568
PA
156942014-07-15 Pedro Alves <palves@redhat.com>
15695
15696 * gdb.base/reread.exp: Use clean_restart.
15697
487d9753
PL
156982014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15699
15700 * gdb.arch/avr-flash-qualifer.c: New.
15701 * gdb.arch/avr-flash-qualifer.exp: New.
15702
cc1c52ad
PA
157032014-07-14 Pedro Alves <palves@redhat.com>
15704
15705 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15706 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15707
1e973570
PA
157082014-07-14 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.base/double-prompt-target-event-error.c: New file.
15711 * gdb.base/double-prompt-target-event-error.exp: New file.
15712
93d6eb10
PA
157132014-07-14 Pedro Alves <palves@redhat.com>
15714
15715 PR gdb/17072
15716 * gdb.base/paginate-inferior-exit.c: New file.
15717 * gdb.base/paginate-inferior-exit.exp: New file.
15718
0017922d
PA
157192014-07-14 Pedro Alves <palves@redhat.com>
15720
15721 PR gdb/17072
15722 * gdb.base/paginate-bg-execution.c: New file.
15723 * gdb.base/paginate-bg-execution.exp: New file.
15724
94696ad3
PA
157252014-07-14 Pedro Alves <palves@redhat.com>
15726
15727 PR gdb/17072
15728 * gdb.base/paginate-execution-startup.c: New file.
15729 * gdb.base/paginate-execution-startup.exp: New file.
15730 * lib/gdb.exp (pagination_prompt): New global.
15731 (default_gdb_spawn): New procedure, factored out from
15732 default_gdb_spawn.
15733 (default_gdb_start): Adjust to call default_gdb_spawn.
15734 (gdb_spawn): New procedure.
15735
bd293940
PA
157362014-07-14 Pedro Alves <palves@redhat.com>
15737
15738 * lib/gdb.exp (gdb_assert): New procedure.
15739 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15740
c933f875
PA
157412014-07-14 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/execution-termios.c: New file.
15744 * gdb.base/execution-termios.exp: New file.
15745
d98b7a16
TT
157462014-07-14 Tom Tromey <tromey@redhat.com>
15747
15748 * gdb.cp/vla-cxx.cc: New file.
15749 * gdb.cp/vla-cxx.exp: New file.
15750
548740d6
TT
157512014-07-14 Tom Tromey <tromey@redhat.com>
15752
15753 * gdb.reverse/rerun-prec.c: New file.
15754 * gdb.reverse/rerun-prec.exp: New file.
15755
a25eb028
MR
157562014-07-12 Maciej W. Rozycki <macro@mips.com>
15757 Maciej W. Rozycki <macro@codesourcery.com>
15758
15759 * lib/gdb-utils.exp: New file.
15760 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15761 inline `gdb_init_command' processing.
15762 (gdb_start_cmd): Likewise.
15763 * lib/mi-support.exp (mi_run_cmd): Likewise.
15764 * README: Document `gdb_init_command' and `gdb_init_commands'.
15765
218c2655
JK
157662014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15767
15768 Fix false FAIL running under a very long directory name.
15769 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15770 and "set print elements 10000". Twice.
15771
5401fde3
YQ
157722014-07-11 Yao Qi <yao@codesourcery.com>
15773
15774 * gdb.base/exprs.exp: "set print symbol off".
15775
e76126e8
PA
157762014-07-11 Pedro Alves <palves@redhat.com>
15777
15778 * gdb.threads/kill.c: New file.
15779 * gdb.threads/kill.exp: New file.
15780
2d6f0de6
YQ
157812014-07-10 Yao Qi <yao@codesourcery.com>
15782
15783 * gdb.trace/tfile.c (write_basic_trace_file)
15784 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15785 address written to trace file.
15786
7180e04a
PA
157872014-07-09 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.base/attach-wait-input.exp: New file.
15790 * gdb.base/attach-wait-input.c: New file.
15791
9a9a7608
AB
157922014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15793
15794 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15795 setting up test structures.
15796 (main): Call new test function.
15797 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15798 test function, continue into test function and walk test
15799 structures.
15800
161ac41e
YQ
158012014-07-02 Yao Qi <yao@codesourcery.com>
15802
15803 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15804 'bar_start' at the beginning of functions 'foo' and 'bar'
15805 respectively.
15806 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15807 instead of 'foo' and 'bar'.
15808
1f267ae3
MM
158092014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15810
15811 * gdb.btrace/segv.exp: New.
15812 * gdb.btrace/segv.c: New.
15813
2b239efb
LM
158142014-07-02 Luis Machado <lgustavo@codesourcery.com>
15815
15816 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15817 instruction.
15818
cf363f18
MW
158192014-06-30 Mark Wielaard <mjw@redhat.com>
15820
15821 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15822 vulture, vilify, villar): New volatile array constants.
15823 (vindictive, vegetation): New const volatile array constants.
15824 * gdb.base/volatile.exp: Test volatile and const volatile array
15825 types.
15826
aebf9d24
AA
158272014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15828
15829 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15830 target lacks support for awatch, rwatch, or hbreak.
15831
b67a2c6f
YQ
158322014-06-27 Yao Qi <yao@codesourcery.com>
15833
15834 * gdb.multi/dummy-frame-restore.exp: New.
15835 * gdb.multi/dummy-frame-restore.c: New.
15836
aef92902
MM
158372014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15838
15839 * gdb.btrace/gcore.exp: New.
15840
8e9db26e
PA
158412014-06-23 Pedro Alves <palves@redhat.com>
15842
15843 * gdb.base/watchpoint-reuse-slot.c: New file.
15844 * gdb.base/watchpoint-reuse-slot.exp: New file.
15845
70afc5b7
SC
158462014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15847
15848 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15849 progspace's filename in 'info', 'enable' and 'disable' command
15850 tests.
15851
b972bd9c
JK
158522014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15853
15854 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15855 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15856 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15857
125f8a3d
GB
158582014-06-20 Gary Benson <gbenson@redhat.com>
15859
15860 * gdb.arch/i386-avx.exp: Fix include file location.
15861 * gdb.arch/i386-sse.exp: Likewise.
15862
3ed9baed
IB
158632014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15864
15865 * gdb.dlang/expression.exp: New file.
15866
034f788c
PA
158672014-06-19 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15870 out from ...
15871 (top level): ... here. Iterate running tests under different
15872 scheduler-locking settings.
15873
45371d0c
LM
158742014-06-18 Luis Machado <lgustavo@codesourcery.com>
15875
15876 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15877 to DW_FORM_addr and use non-zero addresses.
15878
5d376983
SC
158792014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15880
15881 PR gdb/17017
15882 * gdb.python/py-xmethods.cc: Add global function call counters and
15883 increment them in their respective functions. Remove "cout"
15884 statements.
15885 * gdb.python/py-xmethods.exp: Make tests check the global function
15886 call counters instead of depending on inferior IO.
15887
a1aa2221
LM
158882014-06-18 Don Breazeal <donb@codesourcery.com>
15889
15890 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15891 Deleted procedure.
15892 (explicit_fork_parent_follow): Deleted procedure.
15893 (explicit_fork_child_follow): Deleted procedure.
15894 (test_follow_fork): New procedure.
15895 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15896 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15897 procedure calls.
15898
0fc05997
YQ
158992014-06-17 Yao Qi <yao@codesourcery.com>
15900
15901 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15902 CP1252.
15903
70795c52
LM
159042014-06-17 Luis Machado <lgustavo@codesourcery.com>
15905
15906 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15907 Initialize ptr and S explicitly.
15908 (skip_type_update_when_not_use_rtti_test): Likewise.
15909
6be47f0c
KS
159102014-06-16 Keith Seitz <keiths@redhat.com>
15911
15912 PR mi/15863
15913 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15914 the inferior is started.
15915
d03de421
PA
159162014-06-16 Pedro Alves <palves@redhat.com>
15917
15918 * gdb.base/break-main-file-remove-fail.c: New file.
15919 * gdb.base/break-main-file-remove-fail.exp: New file.
15920 * gdb.base/break-unload-file.exp: Use build_executable instead of
15921 prepare_for_testing.
15922 (test_break): New parameter "initial_load". Handle it.
15923 (top level): Add initial_load cmdline/file axis.
15924
f9579b99
TT
159252014-06-12 Tom Tromey <tromey@redhat.com>
15926
15927 * gdb.base/completion.exp: Don't use directory name in test.
15928
3657956b
GB
159292014-06-09 Gary Benson <gbenson@redhat.com>
15930
15931 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15932 separate the always-available ANSI-standard signals from the
15933 signals that require checking.
15934 (main): Likewise.
15935 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15936 Likewise.
15937 (main): Likewise.
15938
4186eb54
KS
159392014-06-07 Keith Seitz <keiths@redhat.com>
15940
15941 Revert:
15942 PR c++/16253
15943 * gdb.cp/var-tag.cc: New file.
15944 * gdb.cp/var-tag.exp: New file.
15945 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15946 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15947 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15948 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15949
25326a28 159502014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15951
15952 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15953
829155c9
PA
159542014-06-06 Pedro Alves <palves@redhat.com>
15955
15956 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15957 in target debug output instead of looking at RSP packets,
15958 disabling the test on any target that uses hardware stepping.
15959 Update comments.
15960
61c8d22e
PA
159612014-06-06 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.base/break-unload-file.exp: Fix typo.
15964
d9a47287
YQ
159652014-06-06 Yao Qi <yao@codesourcery.com>
15966
15967 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15968 from "jit_function" to "^jit_function".
15969
e5e01dbf
YQ
159702014-06-06 Yao Qi <yao@codesourcery.com>
15971
15972 * gdb.base/async.c (foo): Add one statement.
15973 * gdb.base/async.exp: Get the next instruction address and
15974 match the output of "nexti" by instruction address. Match
15975 the hex address in the output of "finish".
15976
73ba372c
GB
159772014-06-06 Gary Benson <gbenson@redhat.com>
15978
15979 * gdb.base/call-signals.c: Remove preprocessor conditionals
15980 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15981 SIGSEGV and SIGTERM.
15982 * gdb.base/sigall.c: Likewise.
15983 * gdb.base/unwindonsignal.c: Likewise.
15984 * gdb.reverse/sigall-reverse.c: Likewise.
15985
831517df
YQ
159862014-06-06 Yao Qi <yao@codesourcery.com>
15987
15988 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15989 readable, skip the test.
15990
b8b91e98
YQ
159912014-06-06 Yao Qi <yao@codesourcery.com>
15992
15993 * gdb.threads/staticthreads.c (thread_function): Move the line
15994 setting breakpoint on forward.
15995 * gdb.threads/staticthreads.exp: Update comments.
15996
fb934770
LC
159972014-06-05 Ludovic Courtès <ludo@gnu.org>
15998
15999 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16000 "history-append! type error".
16001
6ef284bd
SM
160022014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16003
16004 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16005 erroneous dprintf expected input.
16006
a872e241
DE
160072014-06-04 Doug Evans <xdje42@gmail.com>
16008
16009 * gdb.guile/scm-generics.exp: Delete.
16010
16f691fb
DE
160112014-06-04 Doug Evans <xdje42@gmail.com>
16012
16013 * gdb.guile/scm-breakpoint.exp: Update.
16014 Add tests for breakpoint registration.
16015
012370f6
TT
160162014-06-04 Tom Tromey <tromey@redhat.com>
16017
16018 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16019 VLA-in-union.
16020 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16021 inner_vla_struct, vla_union types. Initialize objects of those
16022 types and compute their sizes.
16023
9f5a4cef
HZ
160242014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16025 Hui Zhu <hui@codesourcery.com>
16026
16027 * gdb.base/fileio.exp: Add test for shell not available as well as
16028 available.
16029 * gdb.base/fileio.c (test_system): Check for shell twice.
16030
90a45c4d
YQ
160312014-06-04 Yao Qi <yao@codesourcery.com>
16032
16033 * gdb.base/auto-connect-native-target.exp: Remove redundant
16034 space from the regexp pattern.
16035
70017e41
YQ
160362014-06-04 Yao Qi <yao@codesourcery.com>
16037
16038 * gdb.base/default.exp: Replace "child" with "native" in
16039 regexp pattern.
16040
883964a7
SC
160412014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16042
16043 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16044 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16045 * gdb.python/py-xmethods.py: Python script supporting the
16046 new testcase and tests.
16047
ef370185
JB
160482014-06-03 Joel Brobecker <brobecker@adacore.com>
16049 Pedro Alves <palves@redhat.com>
16050
16051 PR breakpoints/17000
16052 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16053 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16054
1e2ccb61
BM
160552014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16056
16057 * gdb.base/subst.exp: Add tests to verify partial path matching
16058 output.
16059
c6ec5ab2
PA
160602014-06-03 Pedro Alves <palves@redhat.com>
16061
16062 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16063 target that doesn't use software single-stepping.
16064
835c559f
PA
160652014-06-03 Pedro Alves <palves@redhat.com>
16066
16067 PR breakpoints/17000
16068 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16069 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16070
06eb1586
DE
160712014-06-02 Doug Evans <xdje42@gmail.com>
16072
16073 * gdb.guile/scm-parameter.exp: New file.
16074
e698b8c4
DE
160752014-06-02 Doug Evans <xdje42@gmail.com>
16076
16077 * gdb.guile/scm-cmd.c: New file.
16078 * gdb.guile/scm-cmd.exp: New file.
16079
ded03782
DE
160802014-06-02 Doug Evans <xdje42@gmail.com>
16081
16082 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16083 pretty-printer lookup.
16084 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16085 (make-pp_s-printer): Call it.
16086 (make-pretty-printer-from-dict): New function.
16087 (lookup-pretty-printer-maker-from-dict): New function.
16088 (*pretty-printer*): Simplify.
16089 (make-objfile-pp_s-printer): New function.
16090 (install-objfile-pretty-printers!): New function.
16091 (make-progspace-pp_s-printer): New function.
16092 (install-progspace-pretty-printers!): New function.
16093 * gdb.guile/scm-progspace.c: New file.
16094 * gdb.guile/scm-progspace.exp: New file.
16095
41fac0cf
PA
160962014-06-02 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.base/dprintf-bp-same-addr.c: New file.
16099 * gdb.base/dprintf-bp-same-addr.exp: New file.
16100
96ae5695
EBM
161012014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16102
16103 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16104 * gdb.arch/powerpc-power.s: Likewise.
16105
da02b3a8
JB
161062014-06-02 Joel Brobecker <brobecker@adacore.com>
16107
16108 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16109
c72b2e7b
YQ
161102014-06-01 Yao Qi <yao@codesourcery.com>
16111
16112 * gdb.base/watchpoint.exp (test_watch_location): Check null
16113 pointer can be dereferenced. If not, do the test, otherwise
16114 skip it.
16115
53e8a631
AB
161162014-05-30 Andrew Burgess <aburgess@broadcom.com>
16117
16118 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16119 results.
16120 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16121
938f0e2f
AB
161222014-05-30 Andrew Burgess <aburgess@broadcom.com>
16123
16124 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16125 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16126 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16127 * gdb.arch/amd64-invalid-stack-top.c: New file.
16128 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16129
9ba6657a
PA
161302014-05-30 Pedro Alves <palves@redhat.com>
16131
16132 PR breakpoints/17000
16133 * gdb.base/sss-bp-on-user-bp.c: New file.
16134 * gdb.base/sss-bp-on-user-bp.exp: New file.
16135
522c09bf
DB
161362014-05-30 David Blaikie <dblaikie@gmail.com>
16137
16138 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16139 gnu_inline semantics via attribute.
16140 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16141 source explicitly specifies the required semantics.
16142
bf4ef81e
MR
161432014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16144
16145 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16146
329ea579
PA
161472014-05-29 Pedro Alves <palves@redhat.com>
16148 Tom Tromey <tromey@redhat.com>
16149
16150 * gdb.base/async-shell.exp: Don't enable target-async.
16151 * gdb.base/async.exp
16152 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16153 parameter. Adjust.
16154 (top level): Don't test with "target-async".
16155 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16156 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16157 * gdb.base/inferior-died.exp: Don't enable target-async.
16158 * gdb.base/interrupt-noterm.exp: Likewise.
16159 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16160 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16161 * gdb.mi/mi-nonstop.exp: Likewise.
16162 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16163 * gdb.mi/mi-nsintrall.exp: Likewise.
16164 * gdb.mi/mi-nsmoribund.exp: Likewise.
16165 * gdb.mi/mi-nsthrexec.exp: Likewise.
16166 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16167 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16168 * gdb.python/py-evsignal.exp: Don't enable target-async.
16169 * gdb.python/py-evthreads.exp: Likewise.
16170 * gdb.python/py-prompt.exp: Likewise.
16171 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16172 * gdb.server/solib-list.exp: Don't enable target-async.
16173 * gdb.threads/thread-specific-bp.exp: Likewise.
16174 * lib/mi-support.exp: Adjust to use mi-async.
16175
fd664c91
PA
161762014-05-29 Pedro Alves <palves@redhat.com>
16177
16178 PR gdb/13860
16179 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16180 reason, even in sync mode.
16181
251bde03
PA
161822014-05-29 Pedro Alves <palves@redhat.com>
16183 Hui Zhu <hui@codesourcery.com>
16184
16185 PR PR15693
16186 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16187 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16188 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16189 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16190
7f3c0343
JB
161912014-05-28 Joel Brobecker <brobecker@adacore.com>
16192
16193 * config/monitor.exp (gdb_target_monitor): Replace use of
16194 "set remotebaud" by "set serial baud".
16195
b2715b27
AW
161962014-05-26 Andy Wingo <wingo@igalia.com>
16197
16198 * gdb.guile/scm-breakpoint.exp:
16199 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16200 properties instead of gdb-object-properties.
16201
498a4489
YQ
162022014-05-26 Yao Qi <yao@codesourcery.com>
16203
16204 * gdb.server/no-thread-db.exp: Specify source file name
16205 explicitly when setting a breakpoint.
16206
589fdceb
MM
162072014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16208
16209 * gdb.btrace/vdso.c: New.
16210 * gdb.btrace/vdso.exp: New.
16211
e9089e05
MM
162122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16213
16214 * gdb.base/gcore.exp (capture_command_output): Move ...
16215 * lib/gdb.exp (capture_command_output): ... here.
16216
67b5c0c1
MM
162172014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16218
16219 * gdb.btrace/data.exp: Test memory access during btrace replay.
16220
a2199296
SM
162212014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16222
16223 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16224
17b2616c
PA
162252014-05-21 Pedro Alves <palves@redhat.com>
16226
16227 PR gdb/13860
16228 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16229 (top level): Test that output related to execution commands is
16230 sent to the console with CLI commands, but not with MI commands.
16231 Test that breakpoint events are always mirrored to the console.
16232 Also expect the new source line to be output after a "next" in
16233 async mode too. Make it a pass/fail test.
16234 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16235 output.
16236 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16237
5166082f
PA
162382014-05-21 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16241 Use them to test variations of "list" after reaching a breakpoint.
16242 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16243 Test "list" with listsize 10 after reaching a breakpoint.
16244 * gdb.python/python.exp (decode_line current location line
16245 number): Adjust expected line number.
16246
2f25d70f
SM
162472014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16248
16249 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16250 behavior for $args, pass it directly to "run".
16251
ff604a67
MR
162522014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16253
16254 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16255 30000 to 65536.
16256
6a3cb8e8
PA
162572014-05-21 Pedro Alves <palves@redhat.com>
16258
16259 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16260 auto-connect-native-target off".
16261 * gdb.base/auto-connect-native-target.c: New file.
16262 * gdb.base/auto-connect-native-target.exp: New file.
16263
4ebfc96e
PA
162642014-05-21 Pedro Alves <palves@redhat.com>
16265
16266 * gdb.base/default.exp: Test "target native" instead of "target
16267 child".
16268
36d46afb
MW
162692014-05-21 Mark Wielaard <mjw@redhat.com>
16270
16271 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16272
5876f503
JK
162732014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16274
16275 Fix TLS access for -static -pthread.
16276 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16277 <HAVE_TLS> (thread_function, main): Initialize it.
16278 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16279 Add clean_restart.
16280 <$have_tls != "">: Check TLSVAR.
16281
0256a6ac
PA
162822014-05-21 Pedro Alves <palves@redhat.com>
16283
16284 * gdb.base/dcache-line-read-error.c: New.
16285 * gdb.base/dcache-line-read-error.exp: New.
16286
936d2992
PA
162872014-05-20 Pedro Alves <palves@redhat.com>
16288
16289 * gdb.base/compare-sections.c: New file.
16290 * gdb.base/compare-sections.exp: New file.
16291
802e8e6d
PA
162922014-05-20 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.base/break-idempotent.c: New file.
16295 * gdb.base/break-idempotent.exp: New file.
16296
e59fa00f
MM
162972014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16298
16299 * gdb.btrace/nohist.exp: New.
16300
8b696e31
YQ
163012014-05-20 Yao Qi <yao@codesourcery.com>
16302
16303 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16304 gdb.reverse directory and gdb_reverse_timeout exists in board
16305 setting.
16306 * README: Document gdb_reverse_timeout.
16307
73c9764f
YQ
163082014-05-20 Yao Qi <yao@codesourcery.com>
16309
16310 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16311 'test_file_name'. Treat args as a string instead of a list.
16312 (gdb_init): Rename argument 'args' by 'test_file_name'.
16313
f1f4348a
JK
163142014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16315
16316 * gdb.arch/powerpc-power.exp: New file.
16317 * gdb.arch/powerpc-power.s: New file.
16318
0dbe70ce
DE
163192014-05-16 Doug Evans <dje@google.com>
16320
16321 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16322 * gdb.base/completion.exp: Check that all expected files exist
16323 before doing file completion.
0dbe70ce 16324
8d551b02
DE
163252014-05-16 Doug Evans <dje@google.com>
16326
16327 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16328 Update.
16329 (do_syscall_tests_without_xml): Update.
16330
73eb7709
PA
163312014-05-16 Pedro Alves <palves@redhat.com>
16332
16333 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16334 instead of "unknown output after running".
16335
3fae92fc
YQ
163362014-05-16 Yao Qi <yao@codesourcery.com>
16337
16338 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16339 file1.txt from host at the end.
16340 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16341
c2b2ccc5
DE
163422014-05-15 Doug Evans <dje@google.com>
16343
16344 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16345 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16346 loading file. Add test for TU lookup.
16347
8c217a4b
SM
163482014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16349
16350 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16351 calling "-exec-arguments" or "set args" before running the
16352 inferior.
16353
3deb39c6
SM
163542014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16355
16356 * lib/mi-support.exp (mi_expect_stop): Expect message for
16357 inferiors that exit with non-zero exit code.
16358
71a79f8c
YQ
163592014-05-14 Yao Qi <yao@codesourcery.com>
16360
16361 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16362 match absolute path on remote host.
16363 (test_file_list_exec_source_files): Remove "/" from the
16364 pattern.
16365
f23fcd46
YQ
163662014-05-14 Yao Qi <yao@codesourcery.com>
16367
16368 * boards/local-remote-host-notty.exp (${board}_file): New
16369 proc.
16370
9404b58f
KM
163712014-05-07 Kyle McMartin <kyle@redhat.com>
16372
16373 Pushed by Joel Brobecker <brobecker@adacore.com>.
16374 * gdb.arch/aarch64-atomic-inst.c: New file.
16375 * gdb.arch/aarch64-atomic-inst.exp: New file.
16376
5e45f04c
YQ
163772014-05-07 Yao Qi <yao@codesourcery.com>
16378
16379 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16380 in current context" too.
16381
c888a17d
KS
163822014-05-05 Keith Seitz <keiths@redhat.com>
16383
16384 * gdb.linespec/ls-dollar.exp: Add test for linespec
16385 file:convenience_variable.
16386
290a839c
YQ
163872014-05-05 Yao Qi <yao@codesourcery.com>
16388
16389 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16390 traceframes into tfile and ctf trace files. Read data from
16391 trace file and test collected data.
16392 (gdb_collect_locals_test): Likewise.
16393 (gdb_unavailable_registers_test): Likewise.
16394 (gdb_unavailable_floats): Likewise.
16395 (gdb_collect_globals_test): Likewise.
16396 (top-level): Append "ctf" to trace_file_targets if GDB
16397 supports.
16398
b5262cd0
YQ
163992014-05-05 Yao Qi <yao@codesourcery.com>
16400
16401 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16402 code to ...
16403 (gdb_collect_args_test_1): ... it. New proc.
16404 (gdb_collect_locals_test): Move some code to ...
16405 (gdb_collect_locals_test_1): ... it. New proc.
16406 (gdb_unavailable_registers_test): Move some code to ...
16407 (gdb_unavailable_registers_test_1): ... it. New proc.
16408 (gdb_unavailable_floats): Move some code to ...
16409 (gdb_unavailable_floats_1): ... it. New proc.
16410
30a1e6cc
SDJ
164112014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16412
16413 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16414 probes to test for bitness recognition.
16415 * gdb.arch/amd64-stap-optional-prefix.exp
16416 (test_probe_value_without_reg): New procedure.
16417 Add code to test for different kinds of bitness.
16418
f33da99a
SDJ
164192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16420
16421 PR breakpoints/16889
16422 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16423 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16424
5b80f00d
PA
164252014-05-01 Pedro Alves <palves@redhat.com>
16426
16427 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16428 gdb_file_cmd if no file is specified.
16429 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16430 last_loaded_file to set the remote exec-file.
16431
f8c2a73c
PA
164322014-05-01 Pedro Alves <palves@redhat.com>
16433
16434 * boards/local-remote-host.exp: New file.
16435
be6e8ac7
PA
164362014-05-01 Pedro Alves <palves@redhat.com>
16437
16438 * boards/local-remote-host.exp: Rename to ...
16439 * boards/local-remote-host-notty.exp: ... this.
16440
cac0dc8f
JB
164412014-04-28 Joel Brobecker <brobecker@adacore.com>
16442
16443 * gdb.ada/dyn_arrayidx: New testcase.
16444
9730e6cc
YQ
164452014-04-26 Yao Qi <yao@codesourcery.com>
16446
16447 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16448 and compute the length of function main. Save it in
16449 $main_length.
16450 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16451 (top-level): Use gdb_compile to compile objects into
16452 executable and restart GDB. Remove invocation to
16453 prepare_for_testing.
16454
7ae1a6a6
PA
164552014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16456 Pedro Alves <palves@redhat.com>
16457
16458 PR server/16255
16459 * gdb.multi/multi-attach.c: New file.
16460 * gdb.multi/multi-attach.exp: New file.
16461
4082afcc
PA
164622014-04-25 Pedro Alves <palves@redhat.com>
16463
16464 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16465 user.
16466 (top level): Test that "set remote conditional-breakpoints-packet
16467 off" works as intended.
16468 * gdb.base/dprintf.exp: Test that "set remote
16469 breakpoint-commands-packet off" works as intended.
16470 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16471 New function.
16472 (top level): Call it.
16473 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16474 remote fast-tracepoints-packet off" works as intended.
16475 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16476 * lib/gdb.exp (gdb_is_target_remote): ... here.
16477
2abc3f8d
DB
164782014-04-24 David Blaikie <dblaikie@gmail.com>
16479
16480 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16481 ensure clang would not discard them.
16482 * gdb.base/gdbvars.c: Ditto.
16483 * gdb.base/memattr.c: Ditto.
16484 * gdb.base/whatis.c: Ditto.
16485 * gdb.python/py-prettyprint.c: Ditto.
16486 * gdb.trace/actions.c: Ditto.
16487 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16488 ensure clang would not discard it.
16489
bfd39632
DB
164902014-04-24 David Blaikie <dblaikie@gmail.com>
16491
16492 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16493 clang to emit the full definition of type required by the test
16494 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16495
22842ff6
DB
164962014-04-24 David Blaikie <dblaikie@gmail.com>
16497
16498 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16499 coax Clang into emitting the definition of the type.
16500 * gdb.cp/pr10728-x.h (y): Ditto.
16501 * gdb.cp/pr10728-y.cc (y): Ditto.
16502
c2e827ad
DB
165032014-04-24 David Blaikie <dblaikie@gmail.com>
16504
16505 * gdb.base/label.exp: XFAIL label related tests under Clang.
16506 * gdb.cp/cplabel.exp: Ditto.
16507 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16508 under Clang those using labels.
16509
4c2d33e7
YQ
165102014-04-25 Yao Qi <yao@codesourcery.com>
16511
16512 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16513 double_label.
16514 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16515 partial_label and double_label.
16516
56083b99
DB
165172014-04-24 David Blaikie <dblaikie@gmail.com>
16518
16519 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16520
25d4e99d
DB
165212014-04-24 David Blaikie <dblaikie@gmail.com>
16522
16523 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16524 of the function to work across GCC and Clang.
16525 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16526 pointer types (const void ** const V void **).
16527
01f9f808
MS
165282014-04-24 Michael Sturm <michael.sturm@mintel.com>
16529 Walfred Tedeschi <walfred.tedeschi@intel.com>
16530
16531 * Makefile.in (EXECUTABLES): Added i386-avx512.
16532 * gdb.arch/i386-avx512.c: New file.
16533 * gdb.arch/i386-avx512.exp: Likewise.
16534
4b48d439
KS
165352014-04-23 Keith Seitz <keiths@redhat.com>
16536
16537 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16538 (mi_make_breakpoint_table): New procedure.
16539 (mi_create_breakpoint): Use mi_make_breakpoint
16540 and return the result.
16541 (mi_make_breakpoint): New procedure.
16542 (mi_build_kv_pairs): New procedure.
16543
16544 * gdb.mi/mi-break.exp: Remove unused globals,
16545 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16546 All callers updated.
16547 * gdb.mi/mi-dprintf.exp: Use variable to track command
16548 number.
16549 Update all callers of mi_create_breakpoint and use
16550 mi_make_breakpoint_table.
16551 Remove any unused global variables.
16552 * gdb.mi/mi-nonstop.exp: Likewise.
16553 * gdb.mi/mi-nsintrall.exp: Likewise.
16554 * gdb.mi/mi-nsmoribund.exp: Likewise.
16555 * gdb.mi/mi-nsthrexec.exp: Likewise.
16556 * gdb.mi/mi-reverse.exp: Likewise.
16557 * gdb.mi/mi-simplerun.exp: Likewise.
16558 * gdb.mi/mi-stepn.exp: Likewise.
16559 * gdb.mi/mi-syn-frame.exp: Likewise.
16560 * gdb.mi/mi-until.exp: Likewise.
16561 * gdb.mi/mi-var-cp.exp: Likewise.
16562 * gdb.mi/mi-var-display.exp: Likewise.
16563 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16564 * gdb.mi/mi2-var-child.exp: Likewise.
16565 * gdb.mi/mi-vla-c99.exp: Likewise.
16566 * lib/mi-support.exp: Likewise.
16567
16568 From Ian Lance Taylor <iant@cygnus.com>:
16569 * lib/gdb.exp (parse_args): New procedure.
16570
08351840
PA
165712014-04-23 Pedro Alves <palves@redhat.com>
16572
16573 * gdb.base/break-unload-file.c: New file.
16574 * gdb.base/break-unload-file.exp: New file.
16575 * gdb.base/sym-file-lib.c (baz): New function.
16576 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16577 field.
16578 (load): Store the segment's mapped size.
16579 (unload): New function.
16580 (unload_shlib): New function.
16581 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16582 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16583 set a breakpoint at baz, and call it.
16584 * gdb.base/sym-file.exp: New tests for stale breakpoint
16585 instructions.
16586
076855f9
PA
165872014-04-23 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16590 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16591 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16592 * gdb.base/hbreak-unmapped.c: New file.
16593 * gdb.base/hbreak-unmapped.exp: New file.
16594 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16595 * lib/gdb.exp (gdb_is_target_remote): ... here.
16596
483805cf
PA
165972014-04-22 Pedro Alves <palves@redhat.com>
16598
16599 * gdb.base/consecutive-step-over.c: New file.
16600 * gdb.base/consecutive-step-over.exp: New file.
16601
06d97543
PA
166022014-04-22 Pedro Alves <palves@redhat.com>
16603
16604 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16605 instead of send_gdb/gdb_expect.
16606
b4429ea2
YQ
166072014-04-22 Yao Qi <yao@codesourcery.com>
16608
16609 * lib/trace-support.exp (generate_tracefile): New procedure.
16610 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16611 return 0.
16612 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16613 if generate_tracefile returns 1.
16614
51d48146
PA
166152014-04-18 Tom Tromey <palves@redhat.com>
16616 Pedro alves <tromey@redhat.com>
16617
16618 PR backtrace/15558
16619 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16620 with a backtrace limit.
16621 * gdb.python/py-frame-inline.exp: Test running to an inline
16622 function with a backtrace limit, and printing the newest frame.
16623 * gdb.python/py-frame-inline.c (main): Call f.
16624
bd1dce5f
MS
166252014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16626
16627 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16628
40d1a503
MS
166292014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16630
16631 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16632 Drop prefix from unsupported source file path.
16633
389b98f7
YQ
166342014-04-17 Yao Qi <yao@codesourcery.com>
16635
16636 * lib/gdb.exp (with_target_charset): New proc.
16637 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16638 with_target_charset.
16639 (test_print_strings): Likewise.
16640 (test_repeat_bytes): Likewise.
16641 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16642 for some tests.
16643
22869d73
KS
166442014-04-16 Keith Seitz <keiths@redhat.com>
16645
16646 PR gdb/15827
16647 * gdb.dwarf2/corrupt.c: New file.
16648 * gdb.dwarf2/corrupt.exp: New file.
16649
c4f87ca6
KS
166502014-04-16 Keith Seitz <keiths@redhat.com>
16651
16652 PR c++/16597
16653 * gdb.cp/namelessclass.cc: New file.
16654 * gdb.cp/namelessclass.exp: New file.
16655 * gdb.cp/namelessclass.S: New file.
16656
ab19de87
DE
166572014-04-16 Doug Evans <dje@google.com>
16658
16659 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16660 Add comment.
16661 (gdbserver_default_get_comm_port): New function.
16662 (gdbserver_start): Check if board file provided
16663 "gdbserver,get_comm_port" and use it if so.
16664 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16665 (gdb,socketport): Set to "stdio".
16666 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16667 (stdio_gdbserver_template): Delete.
16668 (${board}_get_remote_address): Update.
16669 (${board}_build_remote_cmd): Delete.
16670 (${board}_get_comm_port): New function.
16671 (${board}_spawn): Update.
16672 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16673 Delete.
16674 (${board}_get_remote_address): Update.
16675 (${board}_get_comm_port): New function.
16676
fc98a809
AB
166772014-04-16 Andrew Burgess <aburgess@broadcom.com>
16678
16679 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16680 appearing in any order.
16681
87fd9e6e
DE
166822014-04-15 Doug Evans <dje@google.com>
16683
16684 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16685 uninitialized value of "description".
16686
099fc3ea
KS
166872014-04-15 Keith Seitz <keiths@redhat.com>
16688
16689 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16690 Remove unused globals.
16691 (test_running_the_program): Likewise.
16692 (test_controlled_execution): Likewise.
16693 (test_controlling_breakpoints): Likewise.
16694 (test_program_termination): Likewise.
16695
5da151d4
KS
166962014-04-15 Keith Seitz <keiths@redhat.com>
16697
16698 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16699 unused globals.
16700 (test_rbreak_creation_and_listing): Likewise.
16701 (test_ignore_count): Likewise.
16702 (test_error): Likewise.
16703
35e5d2f0
PA
167042014-04-15 Pedro Alves <palves@redhat.com>
16705
16706 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16707 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16708 sym-file-loader.c.
16709 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16710 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16711 to sym-file-loader.c.
16712 (struct library): Forward declare.
16713 (load_shlib, lookup_function): Change prototypes.
16714 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16715 (translate_offset): Remove declarations.
16716 (get_text_addr): New declaration.
16717 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16718 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16719 sym-file-loader.h.
16720 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16721 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16722 here from sym-file-loader.h.
16723 (struct library): New structure.
16724 (load_shlib, lookup_function): Change prototypes and adjust to
16725 work with a struct library.
16726 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16727 (translate_offset): Make static.
16728 (get_text_addr): New function.
16729 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16730
eb4c1710
PA
167312014-04-15 Pedro Alves <palves@redhat.com>
16732
16733 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16734
2d1baf52
PA
167352014-04-15 Pedro Alves <palves@redhat.com>
16736
16737 * gdb.base/sym-file-loader.c: Include <limits.h>.
16738 (SELF_LINK): New define.
16739 (get_origin): New function.
16740 (load_shlib): Use it.
16741 * gdb.base/sym-file.exp: Don't early return if the target is
16742 remote. Use runto_main, and issue fail is that fails. Use
16743 gdb_load_shlibs.
16744 (shlib_name): Delete.
16745 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16746
7dd6df01
PA
167472014-04-15 Pedro Alves <palves@redhat.com>
16748
16749 * gdb.base/sym-file.exp: Remove regex characters from test
16750 message. Don't refer to breakpoint numbers in test messages.
16751
b50c8614
KS
167522014-04-14 Keith Seitz <keiths@redhat.com>
16753
16754 PR c++/16253
16755 * gdb.cp/var-tag.cc: New file.
16756 * gdb.cp/var-tag.exp: New file.
16757 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16758 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16759 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16760 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16761
3d567982
TT
167622014-04-14 Tom Tromey <tromey@redhat.com>
16763
16764 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16765 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16766 type.
16767 * gdb.cp/enum-class.exp: New file.
16768 * gdb.cp/enum-class.cc: New file.
16769
0626fc76
TT
167702014-04-14 Tom Tromey <tromey@redhat.com>
16771
16772 * gdb.dwarf2/enum-type.exp: New file.
16773
dca325b3
SA
167742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16775
16776 * gdb.mi/mi-vla-c99.exp: New file.
16777 * gdb.mi/vla.c: New file.
16778
5854b38a
SA
167792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16780
16781 * gdb.base/vla-datatypes.c: New file.
16782 * gdb.base/vla-datatypes.exp: New file.
16783
463bb957
SA
167842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16785
16786 * gdb.base/vla-ptr.c: New file.
16787 * gdb.base/vla-ptr.exp: New file.
16788
3dd170be
SA
167892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16790
16791 * gdb.dwarf2/count.exp: New file.
16792
5ecaaa66
SA
167932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16794
16795 * gdb.base/vla-sideeffect.c: New file.
16796 * gdb.base/vla-sideeffect.exp: New file.
16797
41f1ada5
DB
167982014-04-14 David Blaikie <dblaikie@gmail.com>
16799
16800 * gdb.mi/non-stop.c: Add return value for non-void function return
16801 statement.
16802 * gdb.threads/staticthreads.c: Ditto.
16803
0be03e84
DE
168042014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16805 Doug Evans <xdje42@gmail.com>
16806
16807 * gdb.guile/scm-value.c: Improve test case.
16808 * gdb.guile/scm-value.exp: Add new test.
16809
f180a1fb
DB
168102014-04-11 David Blaikie <dblaikie@gmail.com>
16811
16812 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16813 override Clang's default.
16814
6b662e19
JB
168152014-04-11 Joel Brobecker <brobecker@adacore.com>
16816
16817 Revert the following changes (regressions):
16818
16819 * gdb.base/vla-sideeffect.c: New file.
16820 * gdb.base/vla-sideeffect.exp: New file.
16821
16822 * gdb.dwarf2/count.exp: New file.
16823
16824 * gdb.base/vla-multi.c: New file.
16825 * gdb.base/vla-multi.exp: New file.
16826
16827 * gdb.base/vla-ptr.c: New file.
16828 * gdb.base/vla-ptr.exp: New file.
16829
16830 * gdb.base/vla-datatypes.c: New file.
16831 * gdb.base/vla-datatypes.exp: New file.
16832
16833 * gdb.mi/mi-vla-c99.exp: New file.
16834 * gdb.mi/vla.c: New file.
16835
245a5f0b
KS
168362014-04-11 Keith Seitz <keiths@redhat.com>
16837
16838 PR c++/16675
16839 * gdb.cp/cpsizeof.exp: New file.
16840 * gdb.cp/cpsizeof.cc: New file.
16841
58a84dcf
SA
168422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16843
191a8a90
JB
16844 * gdb.mi/mi-vla-c99.exp: New file.
16845 * gdb.mi/vla.c: New file.
58a84dcf 16846
c8655f75
SA
168472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16848
16849 * gdb.base/vla-datatypes.c: New file.
16850 * gdb.base/vla-datatypes.exp: New file.
16851
024e13b4
SA
168522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16853
16854 * gdb.base/vla-ptr.c: New file.
16855 * gdb.base/vla-ptr.exp: New file.
16856
1a237e0e
SA
168572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16858
16859 * gdb.base/vla-multi.c: New file.
16860 * gdb.base/vla-multi.exp: New file.
16861
504f3432
SA
168622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16863
16864 * gdb.dwarf2/count.exp: New file.
16865
3bce8237
SA
168662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16867
191a8a90
JB
16868 * gdb.base/vla-sideeffect.c: New file.
16869 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16870
322f9c21
YQ
168712014-04-11 Yao Qi <yao@codesourcery.com>
16872
16873 * gdb.base/completion.exp: Check file exists before running tests
16874 on file completion.
16875
d708bcd1
PA
168762014-04-10 Pedro Alves <palves@redhat.com>
16877
16878 * gdb.base/cond-eval-mode.c: New file.
16879 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16880 prepare_for_testing to build the new file. Check result of
16881 runto_main.
16882 (test_break, test_watch): New procedures.
16883 (top level): Use them.
16884
ae1d2761
PM
168852014-04-08 Pierre Muller <muller@sourceware.org>
16886
16887 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16888 Ctrl-V use for mingw hosts.
16889
7af389b8
SC
168902014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16891
16892 * gdb.python/py-value.c: Improve test case.
16893 * gdb.python/py-value.exp: Add new test.
16894
5e703181
DE
168952014-04-07 David Blaikie <dblaikie@gmail.com>
16896
16897 * lib/compiler.c: Identify the clang compiler.
16898 * lib/compiler.cc: Ditto.
16899
9810b410
YQ
169002014-04-03 Yao Qi <yao@codesourcery.com>
16901
16902 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16903
98d1b8dc
AB
169042014-04-01 Anton Blanchard <anton@samba.org>
16905
16906 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16907 messages unique.
16908
3114cea1
AB
169092014-04-01 Anton Blanchard <anton@samba.org>
16910
16911 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16912 prepare_for_testing.
16913
62f7182c
AB
169142014-04-01 Anton Blanchard <anton@samba.org>
16915
16916 * gdb.arch/ppc64-atomic-inst.c: Remove.
16917 * gdb.arch/ppc64-atomic-inst.S: New file.
16918 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16919
770e7fc7
DE
169202014-03-31 Doug Evans <dje@google.com>
16921
16922 * gdb.base/print-symbol-loading-lib.c: New file.
16923 * gdb.base/print-symbol-loading-main.c: New file.
16924 * gdb.base/print-symbol-loading.exp: New file.
16925
46e2bafa
YQ
169262014-03-31 Yao Qi <yao@codesourcery.com>
16927
16928 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16929
8776cfe9
JB
169302014-03-28 Joel Brobecker <brobecker@adacore.com>
16931
16932 * gdb.ada/mi_dyn_arr: New testcase.
16933
5d1ef361
DE
169342014-03-27 Doug Evans <dje@google.com>
16935
16936 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16937
b5bee914
YQ
169382014-03-27 Yao Qi <yao@codesourcery.com>
16939
16940 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16941 if target is nios2-*-*.
16942
0d4d0e77
YQ
169432014-03-26 Yao Qi <yao@codesourcery.com>
16944
16945 * lib/gdb.exp (readline_is_used): New proc.
16946 * gdb.base/completion.exp: Move tests on command complete up.
16947 Skip the rest of tests if readline is not used.
16948 * gdb.ada/complete.exp: Skp the test if readline is not
16949 used.
16950 * gdb.base/filesym.exp: Likewise.
16951 * gdb.base/macscp.exp: Likewise.
16952 * gdb.base/readline-ask.exp: Likewise.
16953 * gdb.base/readline.exp: Likewise.
16954 * gdb.python/py-cmd.exp: Likewise.
16955 * gdb.trace/tfile.exp: Likewise.
16956
29361eee
YQ
169572014-03-26 Yao Qi <yao@codesourcery.com>
16958
16959 * gdb.base/macscp.exp: Fix code format issues.
16960
bc9a5525
UW
169612014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16962
16963 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16964 * gdb.asm/powerpc64le.inc: New file.
16965
d3839ede
PA
169662014-03-25 Pedro Alves <palves@redhat.com>
16967 Doug Evans <dje@google.com>
16968
16969 * gdb.base/source-execution.c: New file.
16970 * gdb.base/source-execution.exp: New file.
16971 * gdb.base/source-execution.gdb: New file.
16972
01672a57
DE
169732014-03-24 Doug Evans <dje@google.com>
16974
16975 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16976 using fission.
16977
88bbeca9
HZ
169782014-03-24 Hui Zhu <hui@codesourcery.com>
16979 Pedro Alves <palves@redhat.com>
16980
16981 PR breakpoints/16101
16982 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16983 test pass/fail messages. Detect missing support for dprintf when
16984 breakpoints are actually inserted.
16985 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16986 breakpoints are actually inserted.
16987 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16988 fails.
16989
d2348791
JK
169902014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16991
16992 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16993
feef67ab
DE
169942014-03-22 Doug Evans <xdje42@gmail.com>
16995
16996 * gdb.python/python.exp (python not supported): Verify multi-line
16997 python command issues an error.
25d743f9 16998 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16999 guile command issues an error.
feef67ab 17000
ecebef6a
MR
170012014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17002
17003 * gdb.threads/thread-specific.exp: Handle the lack of usable
17004 $this_breakpoint and $this_thread.
17005
ccdd1909
HZ
170062014-03-21 Hui Zhu <hui@codesourcery.com>
17007
17008 * gdb.base/attach.exp (do_command_attach_tests): New.
17009
beb460e8
PA
170102014-03-20 Tom Tromey <tromey@redhat.com>
17011 Pedro Alves <palves@redhat.com>
17012
17013 PR cli/15718
17014 * gdb.base/condbreak-call-false.c: New file.
17015 * gdb.base/condbreak-call-false.exp: New file.
17016
40acf43a
PA
170172014-03-20 Pedro Alves <palves@redhat.com>
17018
17019 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17020 Delete.
17021 (block_signals, unblock_signals): Delete.
17022 (child_function_2, main): Remove references to deleted variable
17023 and functions.
17024
9f5e1e02
PA
170252014-03-20 Pedro Alves <palves@redhat.com>
17026
17027 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17028 Use pthread_kill to signal thread 2.
17029 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17030 Adjust to make the test send itself a signal rather than using the
17031 host's "kill" command.
17032
99619bea
PA
170332014-03-20 Pedro Alves <palves@redhat.com>
17034
17035 * gdb.threads/multiple-step-overs.c: New file.
17036 * gdb.threads/multiple-step-overs.exp: New file.
17037 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17038 Adjust expected infrun debug output.
17039
2adfaa28
PA
170402014-03-20 Pedro Alves <palves@redhat.com>
17041
17042 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17043 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17044
31e77af2
PA
170452014-03-20 Pedro Alves <palves@redhat.com>
17046
17047 PR breakpoints/7143
17048 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17049 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17050 of gdb_test_multiple.
17051 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17052 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17053
b9f437de
PA
170542014-03-20 Pedro Alves <palves@redhat.com>
17055
17056 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17057 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17058
05adc73e
PA
170592014-03-19 Pedro Alves <palves@redhat.com>
17060
17061 * gdb.base/async.exp: Remove early return.
17062
6048b950
PA
170632014-03-19 Pedro Alves <palves@redhat.com>
17064
17065 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17066
8bcfb00a
PA
170672014-03-19 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.base/async.exp (test_background): Expect \r\n after
17070 "completed." in the fail pattern.
17071
884e37dc
PA
170722014-03-19 Pedro Alves <palves@redhat.com>
17073
17074 * gdb.base/async.exp (test_background): New procedure.
17075 Use it for all background execution command tests.
17076
148e57e2
PA
170772014-03-19 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.base/async.exp: Use prepare_for_testing.
17080
f48088c7
PA
170812014-03-19 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17084 the same line.
17085
e2f6c966
PA
170862014-03-19 Pedro Alves <palves@redhat.com>
17087
17088 * gdb.base/async.c (main): Add "jump here" and "until here" line
17089 marker comments.
17090 * gdb.base/async.exp (jump_here): New global.
17091 (jump& test): Use it.
17092 (until_here): New global.
17093 (until& test): Use it.
17094
c30568d4
PA
170952014-03-19 Pedro Alves <palves@redhat.com>
17096
17097 * gdb.base/async.exp: Don't frob gdb_protocol.
17098
0172b6a7
DE
170992014-03-18 Doug Evans <xdje42@gmail.com>
17100
17101 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17102 Fix spelling of exec-done-display.
17103
06c868a8
JK
171042014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17105
17106 PR gdb/15358
17107 * gdb.base/gdb-sigterm.c: New file.
17108 * gdb.base/gdb-sigterm.exp: New file.
17109
0c7e1a46
PA
171102014-03-18 Pedro Alves <palves@redhat.com>
17111
17112 PR gdb/13860
17113 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17114 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17115 solib-event.
17116
f7c77d93
JB
171172014-03-17 Joel Brobecker <brobecker@adacore.com>
17118
17119 * gdb.ada/pckd_arr_ren: New testcase.
17120
5a1e8c7a
DE
171212014-03-13 Doug Evans <xdje42@gmail.com>
17122
17123 PR guile/16612
17124 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17125 collect after discarding symbols.
17126
350e1a76
DE
171272014-03-13 Ludovic Courtès <ludo@gnu.org>
17128 Doug Evans <xdje42@gmail.com>
17129
17130 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17131 to history survives a gc.
17132
a69900ae
PA
171332014-03-13 Pedro Alves <palves@redhat.com>
17134
17135 * gdb.base/default.exp: Don't test "target procfs".
17136
5db9f0bd
PA
171372014-03-13 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/default.exp: Update "target child" and "target procfs"
17140 tests to not expect "Unix".
17141
b3ccfe11
TT
171422014-03-12 Tom Tromey <tromey@redhat.com>
17143
17144 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17145 New procs. Add target-async tests.
17146 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17147 Add target-async tests.
17148
646f4417
AA
171492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17150
17151 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17152 'func_start' and 'func_end' for the beginning and end of the
17153 function code, respectively.
17154 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17155 'func_end' instead of 'func' and 'main'.
17156
288c211f
AA
171572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17158
17159 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17160 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17161 generate the debug info assembler source.
17162
e0c0f156
AA
171632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17164
17165 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17166 * gdb.dwarf2/arr-subrange.exp: Likewise.
17167 * gdb.dwarf2/dwz.exp: Likewise.
17168 * gdb.dwarf2/method-ptr.exp: Likewise.
17169 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17170 * gdb.dwarf2/subrange.exp: Likewise.
17171 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17172 * gdb.dwarf2/implptrpiece.exp: Likewise.
17173 * gdb.dwarf2/nostaticblock.exp: Likewise.
17174
0e5c4555
AA
171752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17176
17177 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17178 directory to absolute path name arguments.
17179
5ec18f2b
JG
171802014-03-10 Joel Brobecker <brobecker@adacore.com>
17181
17182 * gdb.ada/tagged_access: New testcase.
17183
847fc4f2
MM
171842014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17185
17186 * gdb.btrace/data.exp: Update expected output.
17187
cc3da688
YQ
171882014-03-06 Yao Qi <yao@codesourcery.com>
17189
17190 * gdb.trace/pr16508.exp: New file.
17191
0f26cec1
PA
171922014-03-05 Pedro Alves <palves@redhat.com>
17193
17194 PR gdb/16575
17195 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17196 procedure.
17197 (top level): Adjust to use it. Add tests that exercise breakpoint
17198 interaction with the code-cache.
17199
7a5a839f
LC
172002014-02-26 Ludovic Courtès <ludo@gnu.org>
17201
17202 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17203 test for 'history-append!'.
17204
31aa7e4e
JB
172052014-02-26 Joel Brobecker <brobecker@adacore.com>
17206
17207 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17208 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17209 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17210 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17211 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17212 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17213
1b588015
JB
172142014-02-26 Joel Brobecker <brobecker@adacore.com>
17215
17216 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17217 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17218 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17219
55426c9d
JB
172202014-02-26 Joel Brobecker <brobecker@adacore.com>
17221
17222 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17223
dc53a7ad
JB
172242014-02-26 Joel Brobecker <brobecker@adacore.com>
17225
17226 * gdb.dwarf2/arr-stride.c: New file.
17227 * gdb.dwarf2/arr-stride.exp: New file.
17228
12ab52e9
PA
172292014-02-26 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17232 that won't ever trigger. Make sure that GDB reports the correct
17233 breakpoint that caused the stop.
17234
849c862e
JK
172352014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17236
17237 PR gdb/16626
17238 * gdb.base/auto-load-script: New file.
17239 * gdb.base/auto-load.c: New file.
17240 * gdb.base/auto-load.exp: New file.
17241
71b7d793
JK
17242 PR gdb/16626
17243 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17244
e2f0d509
JK
172452014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17246
17247 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17248 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17249
50cc37c8
DE
172502014-02-24 Doug Evans <dje@google.com>
17251
17252 * lib/gdb.exp (run_on_host): Log error output if program fails.
17253
ea4758f2
PA
172542014-02-21 Pedro Alves <palves@redhat.com>
17255
17256 * gdb.threads/step-after-sr-lock.c: Rename to ...
17257 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17258 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17259 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17260 ... this.
17261
d7b30f67
SDJ
172622014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17263
17264 PR tdep/16397
17265 * gdb.arch/amd64-stap-special-operands.exp: New file.
17266 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17267 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17268 * gdb.arch/amd64-stap-triplet.S: Likewise.
17269 * gdb.arch/amd64-stap-triplet.c: Likewise.
17270
83deb43f
JB
172712014-02-20 Joel Brobecker <brobecker@adacore.com>
17272
17273 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17274 in .section pseudo-op.
17275
adde2bff
DE
172762014-02-20 lin zuojian <manjian2006@gmail.com>
17277 Joel Brobecker <brobecker@adacore.com>
17278 Doug Evans <xdje42@gmail.com>
17279
17280 PR symtab/16581
17281 * gdb.dwarf2/dw2-icycle.S: New file.
17282 * gdb.dwarf2/dw2-icycle.c: New file.
17283 * gdb.dwarf2/dw2-icycle.exp: New file.
17284
f7bd0f78
SC
172852014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17286
17287 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17288 operations on gdb.Value objects.
17289 * gdb.python/py-value-cc.exp: Add new test to test operations on
17290 gdb.Value objects.
17291
c17ef0d5
DE
172922014-02-18 Doug Evans <dje@google.com>
17293
17294 * Makefile.in (TESTS): New variable.
17295 (expanded_tests, expanded_tests_or_none): New variables
17296 (check-single): Pass $(expanded_tests_or_none) to runtest.
17297 (check-parallel): Only run tests in $(TESTS) if non-empty.
17298 (check/no-matching-tests-found): New rule.
17299 * README: Document TESTS makefile variable.
17300
5dd3176f
DE
173012014-02-18 Doug Evans <dje@google.com>
17302
17303 * Makefile.in (check-parallel): rm -rf outputs temp.
17304
0b10be4f
JK
173052014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17306
17307 Fix "ERROR: no fileid for" in the testsuite.
17308 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17309
85f224e7
DE
173102014-02-12 Doug Evans <dje@google.com>
17311
17312 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17313 (MISCELLANEOUS): New variable.
17314 (clean): rm -rf $(MISCELLANEOUS).
17315 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17316 dwp live in the same directory as symlinks, with each symlink pointed
17317 to a differently named file in a different directory.
17318
149b30ff
DE
173192014-02-11 Doug Evans <dje@google.com>
17320
17321 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17322 of Tcl file commands.
17323
1dfdac32
MK
173242014-02-10 Mark Kettenis <kettenis@gnu.org>
17325
17326 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17327 "kill -SIGUSR1 -1".
17328
aa4fb036
JB
173292014-02-10 Joel Brobecker <brobecker@adacore.com>
17330
17331 * gdb.ada/tick_length_array_enum_idx: New testcase.
17332
ed3ef339
DE
173332014-02-10 Doug Evans <xdje42@gmail.com>
17334
17335 * configure.ac (AC_OUTPUT): Add gdb.guile.
17336 * configure: Regenerate.
17337 * lib/gdb-guile.exp: New file.
17338 * lib/gdb.exp (get_target_charset): New function.
17339 * gdb.base/help.exp: Update expected output from "apropos apropos".
17340 * gdb.guile/Makefile.in: New file.
17341 * gdb.guile/guile.exp: New file.
17342 * gdb.guile/scm-arch.c: New file.
17343 * gdb.guile/scm-arch.exp: New file.
17344 * gdb.guile/scm-block.c: New file.
17345 * gdb.guile/scm-block.exp: New file.
17346 * gdb.guile/scm-breakpoint.c: New file.
17347 * gdb.guile/scm-breakpoint.exp: New file.
17348 * gdb.guile/scm-disasm.c: New file.
17349 * gdb.guile/scm-disasm.exp: New file.
17350 * gdb.guile/scm-equal.c: New file.
17351 * gdb.guile/scm-equal.exp: New file.
17352 * gdb.guile/scm-error.exp: New file.
17353 * gdb.guile/scm-error.scm: New file.
17354 * gdb.guile/scm-frame-args.c: New file.
17355 * gdb.guile/scm-frame-args.exp: New file.
17356 * gdb.guile/scm-frame-args.scm: New file.
17357 * gdb.guile/scm-frame-inline.c: New file.
17358 * gdb.guile/scm-frame-inline.exp: New file.
17359 * gdb.guile/scm-frame.c: New file.
17360 * gdb.guile/scm-frame.exp: New file.
17361 * gdb.guile/scm-generics.exp: New file.
17362 * gdb.guile/scm-gsmob.exp: New file.
17363 * gdb.guile/scm-iterator.c: New file.
17364 * gdb.guile/scm-iterator.exp: New file.
17365 * gdb.guile/scm-math.c: New file.
17366 * gdb.guile/scm-math.exp: New file.
17367 * gdb.guile/scm-objfile-script-gdb.in: New file.
17368 * gdb.guile/scm-objfile-script.c: New file.
17369 * gdb.guile/scm-objfile-script.exp: New file.
17370 * gdb.guile/scm-objfile.c: New file.
17371 * gdb.guile/scm-objfile.exp: New file.
17372 * gdb.guile/scm-ports.exp: New file.
17373 * gdb.guile/scm-pretty-print.c: New file.
17374 * gdb.guile/scm-pretty-print.exp: New file.
17375 * gdb.guile/scm-pretty-print.scm: New file.
17376 * gdb.guile/scm-section-script.c: New file.
17377 * gdb.guile/scm-section-script.exp: New file.
17378 * gdb.guile/scm-section-script.scm: New file.
17379 * gdb.guile/scm-symbol.c: New file.
17380 * gdb.guile/scm-symbol.exp: New file.
17381 * gdb.guile/scm-symtab-2.c: New file.
17382 * gdb.guile/scm-symtab.c: New file.
17383 * gdb.guile/scm-symtab.exp: New file.
17384 * gdb.guile/scm-type.c: New file.
17385 * gdb.guile/scm-type.exp: New file.
17386 * gdb.guile/scm-value-cc.cc: New file.
17387 * gdb.guile/scm-value-cc.exp: New file.
17388 * gdb.guile/scm-value.c: New file.
17389 * gdb.guile/scm-value.exp: New file.
17390 * gdb.guile/source2.scm: New file.
17391 * gdb.guile/types-module.cc: New file.
17392 * gdb.guile/types-module.exp: New file.
17393
7026a7c1
YQ
173942014-02-10 Yao Qi <yao@codesourcery.com>
17395
17396 PR testsuite/16543
17397 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17398 * configure: Regenerated.
17399 * Makefile.in: New file.
17400
6c466447
AS
174012014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17402
17403 * gdb.python/py-framefilter.exp: Fix typo.
17404
6e854735
YQ
174052014-02-08 Yao Qi <yao@codesourcery.com>
17406
17407 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17408 that no =breakpoint-modified is emitted when breakpoints are
17409 modified through MI commands.
17410
d137e6dc
PA
174112014-02-07 Pedro Alves <pedro@codesourcery.com>
17412 Pedro Alves <palves@redhat.com>
17413
17414 * gdb.threads/step-after-sr-lock.c: New file.
17415 * gdb.threads/step-after-sr-lock.exp: New file.
17416
b5ee5a50
PA
174172014-02-07 Pedro Alves <palves@redhat.com>
17418
17419 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17420
3c77faf3
JK
174212014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17422
17423 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17424 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17425
6dddc817
DE
174262014-02-06 Doug Evans <xdje42@gmail.com>
17427
17428 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17429 output.
17430
17431 * gdb.gdb/python-interrupts.exp: New file.
17432
de7b2893
YQ
174332014-02-05 Yao Qi <yao@codesourcery.com>
17434
17435 * gdb.trace/report.exp (use_collected_data): Test the output
17436 of "info threads" and "info inferiors".
17437
66d032ac
YQ
174382014-02-05 Yao Qi <yao@codesourcery.com>
17439
17440 Revert this patch:
17441
17442 2013-05-24 Yao Qi <yao@codesourcery.com>
17443
17444 * gdb.trace/tfile.exp: Test inferior and thread.
17445
591a12a1
UW
174462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17447
17448 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17449 on a function.
17450 * gdb.base/step-bt.c: Call hello via function pointer to make
17451 sure its first instruction is executed on powerpc64le-linux.
17452
0ff3e01f
UW
174532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17454
17455 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17456
084ee545
UW
174572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17458
17459 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17460 of the test patterns for use on little-endian systems.
17461
6ed14ff3
UW
174622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17463
17464 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17465 (decimal_vector): Fix for little-endian.
17466
401e27fd
JM
174672014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17468
17469 * gdb.arch/sparc-sysstep.exp: New file.
17470 * gdb.arch/sparc-sysstep.c: Likewise.
17471
17472 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17473
8b924729
EBM
174742014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17475
17476 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17477
fb151210
JB
174782014-01-23 Tom Tromey <tromey@redhat.com>
17479
17480 * gdb.ada/array_char_idx: New testcase.
17481
0740f8d8
TT
174822014-01-23 Tom Tromey <tromey@redhat.com>
17483
17484 PR python/16487:
17485 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17486 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17487 classes.
17488
21909fa1
TT
174892014-01-23 Tom Tromey <tromey@redhat.com>
17490
17491 PR python/16491:
17492 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17493 string from an inferior frame.
17494 * gdb.python/py-framefilter-mi.exp: Update.
17495
87ce2a04
DE
174962014-01-22 Doug Evans <dje@google.com>
17497
17498 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17499
237b092b
AA
175002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17501
17502 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17503
d674a709
AA
175042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17505
17506 * gdb.trace/entry-values.exp: Remove excess space character from
17507 regex patterns. Handle s390 call instruction.
17508
20fa3390
AA
175092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17510
17511 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17512 define "*_start" label. Make "name" static.
17513 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17514 ${name} by references to ${name}_start.
17515
78466714
AA
175162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17517
17518 * gdb.base/info-macros.exp: Remove "debug" from the compile
17519 options.
17520
ec9f644a
IB
175212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17522
17523 * gdb.dlang/demangle.exp: New file.
17524
94b1b47e
IB
175252014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17526
17527 * gdb.dlang/primitive-types.exp: New file.
17528
7f420862
IB
175292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17530
17531 * configure.ac: Create gdb.dlang/Makefile.
17532 * configure: Regenerate.
17533 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17534 * gdb.dlang/Makefile.in: New file.
17535 * lib/d-support.exp: New file.
17536 * lib/gdb.exp (skip_d_tests): New proc.
17537
52834460
MM
175382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17539
17540 * gdb.btrace/delta.exp: Check reverse stepi.
17541 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17542 * gdb.btrace/finish.exp: New.
17543 * gdb.btrace/next.exp: New.
17544 * gdb.btrace/nexti.exp: New.
17545 * gdb.btrace/record_goto.c: Add comments.
17546 * gdb.btrace/step.exp: New.
17547 * gdb.btrace/stepi.exp: New.
17548 * gdb.btrace/multi-thread-step.c: New.
17549 * gdb.btrace/multi-thread-step.exp: New.
17550 * gdb.btrace/rn-dl-bind.c: New.
17551 * gdb.btrace/rn-dl-bind.exp: New.
17552 * gdb.btrace/data.c: New.
17553 * gdb.btrace/data.exp: New.
17554 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17555
6e07b1d2
MM
175562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17557
17558 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17559 * gdb.btrace/exception.exp: Update.
17560 * gdb.btrace/instruction_history.exp: Update.
17561 * gdb.btrace/record_goto.exp: Update.
17562 * gdb.btrace/tailcall.exp: Update.
17563 * gdb.btrace/unknown_functions.exp: Update.
17564 * gdb.btrace/delta.exp: New.
17565
0b722aec
MM
175662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17567
17568 * gdb.btrace/record_goto.exp: Add backtrace test.
17569 * gdb.btrace/tailcall.exp: Add backtrace test.
17570
066ce621
MM
175712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17572
17573 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17574 * gdb.btrace/record_goto.c: New.
17575 * gdb.btrace/record_goto.exp: New.
17576 * gdb.btrace/x86-record_goto.S: New.
17577
0688d04e
MM
175782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17579
17580 * gdb.btrace/function_call_history.exp: Update tests.
17581 * gdb.btrace/instruction_history.exp: Update tests.
17582
8710b709
MM
175832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17584
17585 * gdb.btrace/function_call_history.exp: Fix expected field
17586 order for "record function-call-history".
17587 Add new tests for "record function-call-history /c".
17588 * gdb.btrace/exception.cc: New.
17589 * gdb.btrace/exception.exp: New.
17590 * gdb.btrace/tailcall.exp: New.
17591 * gdb.btrace/x86-tailcall.S: New.
17592 * gdb.btrace/x86-tailcall.c: New.
17593 * gdb.btrace/unknown_functions.c: New.
17594 * gdb.btrace/unknown_functions.exp: New.
17595 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17596
5de9129b
MM
175972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17598
17599 * gdb.btrace/instruction_history.exp: Update.
17600 * gdb.btrace/function_call_history.exp: Update.
17601
23a7fe75
MM
176022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17603
17604 * gdb.btrace/function_call_history.exp: Fix expected function
17605 trace.
17606 * gdb.btrace/instruction_history.exp: Initialize traced.
17607 Remove traced_functions.
17608
724c7dd8
MM
176092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17610
17611 * gdb.btrace/function_call_history.exp: Update
17612 * gdb.btrace/instruction_history.exp: Update.
17613
6d78d93b
MM
176142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17615
17616 * gdb.btrace/enable.exp: Update expected text.
17617
93a360cc
OJ
176182014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17619
17620 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17621 bytes.
17622
3772b53f
MR
176232014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17624
17625 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17626
596662fa
OJ
176272014-01-15 Omair Javaid <omair.javaid@linaro.org>
17628
17629 * lib/gdb.exp (supports_process_record): Return true for
17630 arm*-linux*. (supports_reverse): Likewise.
17631
b5b08fb4
SC
176322014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17633
17634 PR python/15464
17635 PR python/16113
17636 * gdb.python/py-type.c: Enhance test case.
17637 * gdb.python/py-value-cc.cc: Likewise
17638 * gdb.python/py-type.exp: Add new tests.
17639 * gdb.python/py-value-cc.exp: Likewise
17640
52d7fb13
AA
176412014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17642 Pedro Alves <palves@redhat.com>
17643
17644 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17645 Make "name" extern.
17646 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17647 references to ${name}_start by references to ${name}.
17648
a2cd8cfe
JB
176492014-01-10 Joel Brobecker <brobecker@adacore.com>
17650
17651 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17652
4e23fced
JB
176532014-01-10 Joel Brobecker <brobecker@adacore.com>
17654
17655 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17656
c6a9e42c
PA
176572014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17658 Pedro Alves <palves@redhat.com>
17659
17660 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17661 mi_gdb_target_load.
c6a9e42c 17662
b7ea362b
PA
176632014-01-08 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.threads/reconnect-signal.c: New file.
17666 * gdb.threads/reconnect-signal.exp: New file.
17667
5e3f4fab
EBM
176682014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17669
17670 * gdb.base/source-dir.exp: New file.
17671
79301218
JB
176722014-01-07 Joel Brobecker <brobecker@adacore.com>
17673
17674 * gdb.ada/mi_interface: New testcase.
17675
8e355c5d
JB
176762014-01-07 Joel Brobecker <brobecker@adacore.com>
17677
17678 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17679 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17680 gdb.ada/pp-rec-component/pck.ads: New files.
17681
c0d48811
JB
176822014-01-07 Joel Brobecker <brobecker@adacore.com>
17683
17684 * gdb.python/py-pp-integral.c: New file.
17685 * gdb.python/py-pp-integral.py: New file.
17686 * gdb.python/py-pp-integral.exp: New file.
17687
17b609c3 17688For older changes see ChangeLog-1993-2013.
c906108c 17689\f
8d8cb839
EZ
17690;; Local Variables:
17691;; mode: change-log
17692;; left-margin: 8
17693;; fill-column: 74
17694;; version-control: never
17695;; End:
902f2ccb 17696
42a4f53d 17697 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17698 Copying and distribution of this file, with or without modification,
17699 are permitted provided the copyright notice and this notice are preserved.