Use enum bitfield for the calling_convention attribute of a subroutine
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c855a912
TBA
12019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2
3 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
4 directory instead.
5 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6 * gdb.cp/pass-by-ref-2.cc: New file.
7 * gdb.cp/pass-by-ref-2.exp: New file.
8
fc9d2d72
TT
92019-12-20 Tom Tromey <tom@tromey.com>
10
11 * gdb.tui/list-before.exp: New file.
12
77b97e00
TT
132019-12-20 Tom Tromey <tom@tromey.com>
14
15 * gdb.tui/list.exp: Check for source on initial listing.
16
f69656d0
TT
172019-12-11 Tom Tromey <tromey@adacore.com>
18
19 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
20 Add crlf test.
21
99a55965
SM
222019-12-18 Simon Marchi <simon.marchi@efficios.com>
23
24 * gdb.base/default.exp: Update value of $_gdb_major.
25
5024637f
BE
262019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
27
28 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
29
b63634be
BE
302019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
31
32 * gdb.base/skip.exp: Whitespace fix.
33
45d73523
BE
342019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
35
36 * gdb.base/skip-inline.c: New file.
37 * gdb.base/skip-inline.exp: New file.
38
d043f8c8
SM
392019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
40
41 * gdb.base/jit-reader.exp (jit_reader_test): Rename
42 jit_function_00 to jit_function_stack_mangle.
43 * gdb.base/jithost.c (jit_function_t): Rename to...
44 (jit_function_stack_mangle_t): ... this.
45 (jit_function_add_t): New typedef.
46 (jit_function_00_code): Rename to...
47 (jit_function_stack_mangle_code): ... this, make static.
48 (jit_function_add_code): New.
49 (main): Generate "add" function and call it. Adjust to changes
50 in jithost_abi.
51 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
52 (struct jithost_abi) <begin, end>: Remove fields.
53 <object, function_stack_mangle, function_add>: New fields.
54 * gdb.base/jitreader.c (struct reader_state) <code_begin,
55 code_end>: Remove fields.
56 <func_stack_mangle>: New field.
57 (read_debug_info): Adjust to renaming, create block for "add"
58 function.
59 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
60
873de05c
TT
612019-12-11 Tom Tromey <tom@tromey.com>
62
63 * gdb.tui/resize.exp: Fix regexp.
64 * gdb.tui/regs.exp: Fix regexps.
65 * gdb.tui/main.exp: Fix regexp.
66
3d979945
TT
672019-12-11 Tom Tromey <tom@tromey.com>
68
69 * gdb.tui/resize.exp: Update.
70 * gdb.tui/empty.exp (layouts): Update.
71
2192a9d3
TT
722019-12-11 Tom Tromey <tom@tromey.com>
73
74 * gdb.tui/regs.exp: Update.
75 * gdb.tui/empty.exp (layouts): Update.
76 * gdb.tui/basic.exp: Update.
77 * lib/tuiterm.exp (_check_box): Don't check bottom border.
78
d8edc8b7
PW
792019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
80
81 * gdb.base/options.exp: Add -raw-values in the print completion list.
82 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
83
4c12d936
KB
842019-12-10 Kevin Buettner <kevinb@redhat.com>
85
86 * gdb.threads/omp-par-scope.c: New file.
87 * gdb/threads/omp-par-scope.exp: New file.
88
26b911fb
KB
892019-12-10 Kevin Buettner <kevinb@redhat.com>
90
bb47f919
KB
91 * lib/gdb.exp (support_nested_function_tests): New proc.
92
932019-12-10 Kevin Buettner <kevinb@redhat.com>
94
95 * lib/gdb.exp (gdb_compile_openmp): New proc.
96 (build_executable_from_specs): Add an "openmp" option.
97 (gdb_compile_pthreads): Add non-executable case.
26b911fb 98
6c71eb7d
TT
992019-12-10 Tom Tromey <tromey@adacore.com>
100
101 * gdb.ada/unchecked_union.exp: New file.
102 * gdb.ada/unchecked_union/pck.adb: New file.
103 * gdb.ada/unchecked_union/pck.ads: New file.
104 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
105 * gdb-utils.exp (string_to_regexp): Also quote "?".
106
bac7c5cf
GB
1072019-12-10 George Barrett <bob@bob131.so>
108
109 Test scripted probe breakpoints.
110 * gdb.guile/scm-breakpoint.c (main): Add probe point.
111 * gdb.python/py-breakpoint.c (main): Likewise.
112 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
113 specifier test.
114 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
115
330f1d38
TBA
1162019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
117
118 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
119 an rvalue parameter.
120 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
121 parameter.
122
b43315e2
AB
1232019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
126 modules.
127
54f73dad
AB
1282019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
131 broken version of GCC.
132
d57cbee9
AB
1332019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
134
135 * gdb.fortran/info-modules.exp: Rewrite to make use of new
136 sym-info-cmds library.
137 * gdb.fortran/info-types.exp: Likewise.
138 * lib/sym-info-cmds.exp: New file.
139
c14aab8c
TV
1402019-12-08 Tom de Vries <tdevries@suse.de>
141
142 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
143
aa2d5a42
KS
1442019-12-07 Keith Seitz <keiths@redhat.com>
145
146 * gdb.base/corefile-buildid-shlib-shr.c: New file.
147 * gdb.base/corefile-buildid-shlib.c: New file.
148 * gdb.base/corefile-buildid.c: New file.
149 * gdb.base/corefile-buildid.exp: New file.
150
93e55f0a
TV
1512019-12-06 Tom de Vries <tdevries@suse.de>
152
153 * gdb.dwarf2/varval.exp: Add decl before def test.
154
c7d12402
TBA
1552019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
156
157 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
158
06acc08f
TBA
1592019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
160
161 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
162 CV and reference conversion for overload resolution.
163 * gdb.cp/rvalue-ref-overload.exp: Test it.
164
e0fad1ea
PW
1652019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
166
167 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
168 * gdb.base/frameapply.exp: Test faas without command.
169
8d70a9f0
AB
1702019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
173 Fortran tests.
174 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
175 order.
176
36c8fb93
AB
1772019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
180 casting to type with no kind specified.
181 (test_basic_parsing_of_type_kinds): Additional tests for types
182 with no kind specified, and add tests for single/double
183 precision/complex types.
184
4139ff00
TT
1852019-12-04 Tom Tromey <tromey@adacore.com>
186
187 * gdb.base/endianity.c (struct other) <x>: New field.
188 (main): Initialize it.
189 * gdb.base/endianity.exp: Update.
190
a05cf17a
TT
1912019-12-04 Tom Tromey <tromey@adacore.com>
192
193 * gdb.ada/scalar_storage/storage.adb: New file.
194 * gdb.ada/scalar_storage/pck.adb: New file.
195 * gdb.ada/scalar_storage/pck.ads: New file.
196 * gdb.ada/scalar_storage.exp: New file.
197
103a685e
TT
1982019-12-04 Tom Tromey <tromey@adacore.com>
199
200 * gdb.base/endianity.c (struct otherendian) <f>: New field.
201 (main): Initialize it.
202 * gdb.base/endianity.exp: Update.
203
c2512106
AB
2042019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
207
293b38d6
AB
2082019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
211 -symbol-info-module-functions and -symbol-info-module-variables.
212
216a7e6b
AB
2132019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
216
5bbd8269
AB
2172019-12-01 Richard Bunt <richard.bunt@arm.com>
218 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.fortran/derived-type-striding.exp: New file.
221 * gdb.fortran/derived-type-striding.f90: New file.
222 * gdb.fortran/array-slices.exp: New file.
223 * gdb.fortran/array-slices.f90: New file.
224
be09caf1
PW
2252019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
226
227 * gdb.base/define.exp: Test . in command names.
228 * gdb.base/setshow.exp: Update test, as . is now part of
229 command name.
230
643c0cbe
PW
2312019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
232
233 * gdb.base/define-prefix.exp: New file.
234
dcdec678
AB
2352019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
238 compile.
239 (skip_btrace_pt_tests): Likewise.
240
640ab947
AB
2412019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * gdb.fortran/info-modules.exp: Compile source files in correct
244 order.
245
d22670f0
KB
2462019-11-27 Kevin Buettner <kevinb@redhat.com>
247
248 * gdb.dwarf2/imported-unit.exp: New file.
249 * gdb.dwarf2/imported-unit.c: New file.
250
db5960b4
AB
2512019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.mi/mi-fortran-modules-2.f90: New file.
254 * gdb.mi/mi-fortran-modules.exp: New file.
255 * gdb.mi/mi-fortran-modules.f90: New file.
256
7dc42066
AB
2572019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.mi/mi-sym-info-1.c: New file.
260 * gdb.mi/mi-sym-info-2.c: New file.
261 * gdb.mi/mi-sym-info.exp: New file.
262
0dfeecca
TT
2632019-11-22 Tom Tromey <tromey@adacore.com>
264
265 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
266 * gdb.ada/tasks/foo.adb: Add another stopping location.
267
34877895
PJ
2682019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
269
270 * gdb.base/endianity.c: New test.
271 * gdb.base/endianity.exp: New file.
272
2e84f897
LD
2732019-11-21 Lukas Durfina <ldurfina@tachyum.com>
274
275 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
276
65d1cd5f
TV
2772019-11-21 Tom de Vries <tdevries@suse.de>
278
279 PR gdb/24956
280 * gdb.base/ui-redirect.exp: Test output of user-defined command.
281
4f22c3f4
SDJ
2822019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
283
284 * gdb.python/py-progspace.exp: Add missing parentheses on some
285 'print' commands.
286
9f6ad286
TT
2872019-11-19 Tom Tromey <tom@tromey.com>
288
289 * gdb.tui/winheight.exp: New file.
290
0b8dbf3f
AB
2912019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.base/ctf-whatis.c: Delete.
294 * gdb.base/ctf-whatis.exp: Delete.
295 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
296
f833b7a7
AB
2972019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.base/ctf-cvexpr.exp: Delete.
300 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
301
30d0a636
AB
3022019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
305 the compiler. Clean up header comment a little.
306 * gdb.base/ctf-ptype.exp: Likewise.
307 * gdb.base/ctf-whatis.exp: Likewise.
308 * lib/gdb.exp (skip_ctf_tests): New proc.
309
494409bb
SDJ
3102019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
311
312 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
313 * gdb.tui/corefile-run.exp: New file.
314
55708e99
TT
3152019-11-14 Tom Tromey <tromey@adacore.com>
316
317 * gdb.base/gdbvars.exp (test_convenience_variables): Add
318 regression tests.
319
45e42163
TT
3202019-11-12 Tom Tromey <tom@tromey.com>
321
322 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
323 after any command. Expect prompt after WAIT_FOR is seen.
324 (enter_tui): Enable resize messages.
325 (command): Expect command in output.
326 (get_line): Avoid error when cursor appears to be off-screen.
327 (dump_screen): Include screen size in title.
328 (_do_resize): New proc, from "resize".
329 (resize): Rewrite. Do resize in two steps.
330 * gdb.tui/empty.exp (layouts): Fix entries.
331 (check_boxes): Remove xfail.
332 (check_text): Dump screen on failure.
333
086baaf1
AB
3342019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.python/py-symbol.exp: Add test for
337 gdb.lookup_static_symbols.
338
09ff83af
AB
3392019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
340
341 * gdb.python/py-symbol.c: Declare and call function from new
342 py-symbol-2.c file.
343 * gdb.python/py-symbol.exp: Compile both source files, and add new
344 tests for gdb.lookup_static_symbol.
345 * gdb.python/py-symbol-2.c: New file.
346
11af934b
TV
3472019-11-02 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
350 * gdb.base/anon.exp: Same.
351 * gdb.base/auto-connect-native-target.exp: Same.
352 * gdb.base/call-ar-st.exp: Same.
353 * gdb.base/catch-syscall.exp: Same.
354 * gdb.base/commands.exp: Same.
355 * gdb.base/default.exp: Same.
356 * gdb.base/display.exp: Same.
357 * gdb.base/float.exp: Same.
358 * gdb.base/foll-fork.exp: Same.
359 * gdb.base/help.exp: Same.
360 * gdb.base/info-macros.exp: Same.
361 * gdb.base/info-proc.exp: Same.
362 * gdb.base/info-target.exp: Same.
363 * gdb.base/long_long.exp: Same.
364 * gdb.base/macscp.exp: Same.
365 * gdb.base/memattr.exp: Same.
366 * gdb.base/nofield.exp: Same.
367 * gdb.base/pointers.exp: Same.
368 * gdb.base/printcmds.exp: Same.
369 * gdb.base/ptype.exp: Same.
370 * gdb.base/restore.exp: Same.
371 * gdb.base/return.exp: Same.
372 * gdb.base/scope.exp: Same.
373 * gdb.base/set-noassign.exp: Same.
374 * gdb.base/setshow.exp: Same.
375 * gdb.base/shlib-call.exp: Same.
376 * gdb.base/signals.exp: Same.
377 * gdb.base/sigstep.exp: Same.
378 * gdb.base/skip.exp: Same.
379 * gdb.base/solib-symbol.exp: Same.
380 * gdb.base/stap-probe.exp: Same.
381 * gdb.base/step-line.exp: Same.
382 * gdb.base/step-test.exp: Same.
383 * gdb.base/style.exp: Same.
384 * gdb.base/varargs.exp: Same.
385 * gdb.base/vla-datatypes.exp: Same.
386 * gdb.base/vla-ptr.exp: Same.
387 * gdb.base/vla-sideeffect.exp: Same.
388 * gdb.base/volatile.exp: Same.
389 * gdb.base/watch-cond-infcall.exp: Same.
390 * gdb.base/watchpoint.exp: Same.
391
e96ec2ba
TV
3922019-11-02 Tom de Vries <tdevries@suse.de>
393
394 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
395 * gdb.cp/cpexprs.exp: Same.
396 * gdb.cp/except-multi-location.exp: Same.
397 * gdb.cp/exceptprint.exp: Same.
398 * gdb.cp/gdb2384.exp: Same.
399 * gdb.cp/inherit.exp: Same.
400 * gdb.cp/m-static.exp: Same.
401 * gdb.cp/meth-typedefs.exp: Same.
402 * gdb.cp/misc.exp: Same.
403 * gdb.cp/namespace.exp: Same.
404 * gdb.cp/non-trivial-retval.exp: Same.
405 * gdb.cp/overload.exp: Same.
406 * gdb.cp/pr17132.exp: Same.
407 * gdb.cp/re-set-overloaded.exp: Same.
408 * gdb.cp/rvalue-ref-types.exp: Same.
409 * gdb.cp/templates.exp: Same.
410
bd5766ec
LM
4112019-11-01 Luis Machado <luis.machado@linaro.org>
412
413 PR gdb/25124
414
415 * gdb.arch/pr25124.S: New file.
416 * gdb.arch/pr25124.exp: New file.
417
165f8965
AB
4182019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.fortran/info-modules.exp: Update expected results, and add
421 additional tests for 'info module functinos', and 'info module
422 variables'.
423 * gdb.fortran/info-types.exp: Update expected results.
424 * gdb.fortran/info-types.f90: Extend testcase with additional
425 module variables and functions.
426
59c35742
AB
4272019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.fortran/info-modules.exp: New file.
430 * gdb.fortran/info-types.exp: Build with new file.
431 * gdb.fortran/info-types.f90: Include and use new module.
432 * gdb.fortran/info-types-2.f90: New file.
433
f3fb2519
PW
4342019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
435
436 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
437 * gdb.base/settings.exp: Test all settings types using
438 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
439 that now verifies that the value of "maint show" is the same as
440 returned by the settings functions. Test the type of the
441 maintenance settings.
442 * gdb.base/default.exp: Update show_conv_list.
443
d1e36019
TV
4442019-10-31 Tom de Vries <tdevries@suse.de>
445
446 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
447 gdb_test.
448 * gdb.arch/amd64-disp-step.exp: Same.
449 * gdb.asm/asm-source.exp: Same.
450 * gdb.btrace/buffer-size.exp: Same.
451 * gdb.btrace/cpu.exp: Same.
452 * gdb.btrace/enable.exp: Same.
453 * gdb.dwarf2/count.exp: Same.
454 * gdb.dwarf2/dw2-ranges-func.exp: Same.
455 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
456 * gdb.fortran/vla-datatypes.exp: Same.
457 * gdb.fortran/vla-history.exp: Same.
458 * gdb.fortran/vla-ptype.exp: Same.
459 * gdb.fortran/vla-value.exp: Same.
460 * gdb.fortran/whatis_type.exp: Same.
461 * gdb.guile/guile.exp: Same.
462 * gdb.multi/tids.exp: Same.
463 * gdb.python/py-finish-breakpoint.exp: Same.
464 * gdb.python/py-framefilter.exp: Same.
465 * gdb.python/py-pp-registration.exp: Same.
466 * gdb.python/py-xmethods.exp: Same.
467 * gdb.python/python.exp: Same.
468 * gdb.server/connect-with-no-symbol-file.exp: Same.
469 * gdb.server/no-thread-db.exp: Same.
470 * gdb.server/run-without-local-binary.exp: Same.
471 * gdb.stabs/weird.exp: Same.
472 * gdb.threads/attach-many-short-lived-threads.exp: Same.
473 * gdb.threads/thread-find.exp: Same.
474 * gdb.threads/tls-shared.exp: Same.
475 * gdb.threads/tls.exp: Same.
476 * gdb.threads/wp-replication.exp: Same.
477 * gdb.trace/ax.exp: Same.
478 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
479
3d11e68e
TV
4802019-10-31 Tom de Vries <tdevries@suse.de>
481
482 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
483 * gdb.ada/array_subscript_addr.exp: Same.
484 * gdb.ada/arrayidx.exp: Same.
485 * gdb.ada/arrayparam.exp: Same.
486 * gdb.ada/arrayptr.exp: Same.
487 * gdb.ada/boolean_expr.exp: Same.
488 * gdb.ada/call_pn.exp: Same.
489 * gdb.ada/complete.exp: Same.
490 * gdb.ada/fixed_cmp.exp: Same.
491 * gdb.ada/fun_addr.exp: Same.
492 * gdb.ada/funcall_param.exp: Same.
493 * gdb.ada/interface.exp: Same.
494 * gdb.ada/mod_from_name.exp: Same.
495 * gdb.ada/null_array.exp: Same.
496 * gdb.ada/packed_array.exp: Same.
497 * gdb.ada/packed_tagged.exp: Same.
498 * gdb.ada/print_chars.exp: Same.
499 * gdb.ada/print_pc.exp: Same.
500 * gdb.ada/ptype_arith_binop.exp: Same.
501 * gdb.ada/ptype_field.exp: Same.
502 * gdb.ada/ptype_tagged_param.exp: Same.
503 * gdb.ada/rec_return.exp: Same.
504 * gdb.ada/ref_tick_size.exp: Same.
505 * gdb.ada/str_ref_cmp.exp: Same.
506 * gdb.ada/taft_type.exp: Same.
507 * gdb.ada/tagged.exp: Same.
508 * gdb.ada/type_coercion.exp: Same.
509 * gdb.ada/uninitialized_vars.exp: Same.
510
60b6ede8
TV
5112019-10-30 Tom de Vries <tdevries@suse.de>
512
513 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
514
30baf67b
TV
5152019-10-26 Tom de Vries <tdevries@suse.de>
516
517 * gdb.base/bigcore.c: Fix typos in comments.
518 * gdb.base/ctf-ptype.c: Same.
519 * gdb.base/long_long.c: Same.
520 * gdb.dwarf2/dw2-op-out-param.S: Same.
521 * gdb.python/py-evthreads.c: Same.
522 * gdb.reverse/i387-stack-reverse.c: Same.
523 * gdb.trace/tfile.c: Same.
524 * lib/compiler.c: Same.
525 * lib/compiler.cc: Same.
526
158da0d1
TV
5272019-10-25 Tom de Vries <tdevries@suse.de>
528
529 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
530 gdb_test_multiple calls.
531 * gdb.reverse/sigall-reverse.exp: Same.
532 * gdb.reverse/solib-precsave.exp: Same.
533 * gdb.reverse/solib-reverse.exp: Same.
534 * gdb.reverse/until-precsave.exp: Same.
535 * gdb.reverse/until-reverse.exp: Same.
536
4ccdfbec
TV
5372019-10-24 Tom de Vries <tdevries@suse.de>
538
539 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
540 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
541 kfail using -wrap pattern flag and convenience variable
542 gdb_test_name.
543
33d569b7
AB
5442019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 * gdb.python/py-progspace.exp: Add tests for the
547 Progspace.block_for_pc method.
548
4d0b984b
TT
5492019-10-23 Tom Tromey <tom@tromey.com>
550
551 * configure: Rebuild.
552 * aclocal.m4: Use m4_include, not sinclude.
553
94cb3754
TV
5542019-10-21 Tom de Vries <tdevries@suse.de>
555
556 * gdb.base/infcall-nested-structs.c: Add
557 __attribute__((noinline,noclone)) to all functions.
558 (call_all): Add missing variable initialization. Simplify return value.
559 (breakpt): Increment volatile variable, to prevent call from being
560 optimized out.
561 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
562
062f1fc1
TV
5632019-10-17 Tom de Vries <tdevries@suse.de>
564
565 * gdb.fortran/module.exp: Allow info variables to print info for files
566 other than module.f90.
567
0b54364d
AB
5682019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.fortran/module.exp: Extend with 'info variables' test.
571
7ff5fae7
AB
5722019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
575 F77_FOR_TARGET.
576
d10eccaa
TV
5772019-10-16 Tom de Vries <tdevries@suse.de>
578
579 PR tdep/25096
580 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
581
745ff14e
TV
5822019-10-16 Tom de Vries <tdevries@suse.de>
583
584 PR tdep/24104
585 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
586 Add KFAIL for PR tdep/25096.
587
03e1ab94
TV
5882019-10-16 Tom de Vries <tdevries@suse.de>
589
590 PR testsuite/25059
591 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
592
b17fcc10
TV
5932019-10-16 Tom de Vries <tdevries@suse.de>
594
595 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
596 as signed.
597
9223170f
SM
5982019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
599
600 * gdb.mi/list-thread-groups-available.exp: Read entries one by
601 one instead of increasing timeout.
602
d6e76313
TV
6032019-10-13 Tom de Vries <tdevries@suse.de>
604
605 PR record/25038
606 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
607 * gdb.reverse/sigall-reverse.exp: Same.
608 * gdb.reverse/solib-precsave.exp: Same.
609 * gdb.reverse/solib-reverse.exp: Same.
610 * gdb.reverse/step-precsave.exp: Same.
611 * gdb.reverse/until-precsave.exp: Same.
612 * gdb.reverse/until-reverse.exp: Same.
613 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
614
6dfc0041
AA
6152019-10-10 Andreas Arnez <arnez@linux.ibm.com>
616
617 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
618 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
619 (cmp_struct_05_01, cmp_struct_static_02_01)
620 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
621 comparisons.
622
abcf2cc8
TV
6232019-10-10 Tom de Vries <tdevries@suse.de>
624
625 PR testsuite/24888
626 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
627 gnatlink.
628
a50faaf6
TV
6292019-10-09 Tom de Vries <tdevries@suse.de>
630
631 PR testsuite/25048
632 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
633
60ff3cd7
AB
6342019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
637 exceptions due to missing debug information.
638
dfee8566
TV
6392019-10-07 Tom de Vries <tdevries@suse.de>
640
641 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
642
3d63690a
AB
6432019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
646 * gdb.base/annota1.exp: Update to use gdb_test_name.
647
30d1f018
WP
6482019-10-07 Weimin Pan <weimin.pan@oracle.com>
649
650 * gdb.base/ctf-whatis.exp: New file.
651 * gdb.base/ctf-whatis.c: New file.
652 * gdb.base/ctf-ptype.exp: New file.
653 * gdb.base/ctf-ptype.c: New file.
654 * gdb.base/ctf-constvars.exp: New file.
655 * gdb.base/ctf-constvars.c: New file.
656 * gdb.base/ctf-cvexpr.exp: New file.
657
4dbbb47c
TV
6582019-10-04 Tom de Vries <tdevries@suse.de>
659
660 * gdb.cp/local-static.c (main): Move declaration of int i out of the
661 for loop.
662
77c2dba3
TT
6632019-10-03 Tom Tromey <tom@tromey.com>
664
665 PR rust/24976:
666 * gdb.rust/simple.rs (Union2): New type.
667 (main): Use Union2.
668 * gdb.rust/simple.exp: Add test.
669
179aed7f
AB
6702019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
673 nested function prefix.
674
0a4b0913
AB
6752019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
676 Richard Bunt <richard.bunt@arm.com>
677 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
680 nested functions.
681 * gdb.fortran/nested-funcs.f90: Update expected results.
682 * gdb.fortran/nested-funcs-2.exp: New file.
683 * gdb.fortran/nested-funcs-2.f90: New file.
684
082cce05
AB
6852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.python/py-parameter.exp: Make test names unique.
688 * gdb.python/py-template.exp: Likewise.
689 * gdb.python/py-value.exp: Likewise.
690
2b74ba5a
AB
6912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.base/break-interp.exp: Reduce test name duplication.
694 * gdb.base/call-sc.exp: Likewise.
695 * gdb.base/callfuncs.exp: Likewise.
696 * gdb.base/charset.exp: Likewise.
697 * gdb.base/dump.exp: Likewise.
698 * gdb.base/ena-dis-br.exp: Likewise.
699 * gdb.base/relational.exp: Likewise.
700 * gdb.base/step-over-syscall.exp: Likewise.
701 * gdb.base/structs.exp: Likewise.
702
58eb20d5
AB
7032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.linespec/explicit.exp: Make test names unique.
706 * gdb.linespec/ls-errs.exp: Likewise.
707
4d421147
AB
7082019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.reverse/break-precsave.exp: Make test names unique.
711 * gdb.reverse/break-reverse.exp: Likewise.
712 * gdb.reverse/finish-precsave.exp: Likewise.
713 * gdb.reverse/finish-reverse.exp: Likewise.
714 * gdb.reverse/machinestate-precsave.exp: Likewise.
715 * gdb.reverse/machinestate.exp: Likewise.
716 * gdb.reverse/readv-reverse.exp: Likewise.
717 * gdb.reverse/recvmsg-reverse.exp: Likewise.
718 * gdb.reverse/sigall-precsave.exp: Likewise.
719 * gdb.reverse/sigall-reverse.exp: Likewise.
720 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
721 * gdb.reverse/watch-precsave.exp: Likewise.
722 * gdb.reverse/watch-reverse.exp: Likewise.
723
d8c06f22
AB
7242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.threads/stop-with-handle.c: New file.
727 * gdb.threads/stop-with-handle.exp: New file.
728
3a56ed86
TV
7292019-10-03 Tom de Vries <tdevries@suse.de>
730
731 PR testsuite/25059
732 * gdb.base/list-missing-source.exp: Allowing the "Compilation
733 directory" line to be missing.
734
42275044
TV
7352019-10-03 Tom de Vries <tdevries@suse.de>
736
737 PR testsuite/25059
738 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
739 type optional.
740
9ef62df0
AA
7412019-10-02 Andreas Arnez <arnez@linux.ibm.com>
742
743 * gdb.python/py-format-string.c (string.h): New include.
744 (main): Fill a_struct_with_union.the_union.an_int with bytes of
745 the same value, for endianness-independence.
746 * gdb.python/py-format-string.exp (default_regexp_dict)
747 (test_pretty_structs, test_format): Adjust expected output to the
748 changed initialization.
749
37f6a7f4
TT
7502019-10-02 Tom Tromey <tromey@adacore.com>
751
752 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
753
1d58d6a2
PA
7542019-10-02 Pedro Alves <palves@redhat.com>
755 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
758 "print-file-var.h".
759 (this_version_id) Use ATTRIBUTE_VISIBILITY.
760 (get_version_1): Print this_version_id and its address.
761 Add extern "C" wrappers around interface functions.
762 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
763 "print-file-var.h".
764 (this_version_id) Use ATTRIBUTE_VISIBILITY.
765 (get_version_2): Print this_version_id and its address.
766 Add extern "C" wrappers around interface functions.
767 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
768 <stddef.h> and "print-file-var.h".
769 Add extern "C" wrappers around interface functions.
770 [VERSION_ID_MAIN] (this_version_id): Define.
771 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
772 * gdb.base/print-file-var.h: Add some #defines to simplify setting
773 up extern "C" blocks.
774 * gdb.base/print-file-var.exp (test): New, factored out from top
775 level.
776 (top level): Test all combinations of attribute hidden or not,
777 dlopen or not, and this_version_id symbol in main file or not.
778 Compile tests as both C++ and C, make test names unique.
779
d770d56f
TT
7802019-10-01 Tom Tromey <tom@tromey.com>
781
782 * gdb.base/style.exp: Test "show logging filename".
783
7f6aba03
TT
7842019-10-01 Tom Tromey <tom@tromey.com>
785
786 * lib/gdb-utils.exp (style): Handle "metadata" argument.
787 * gdb.base/style.exp: Add metadata style test.
788
14309bb6
TT
7892019-10-01 Tom Tromey <tom@tromey.com>
790
791 * gdb.base/style.exp: Test "pwd".
792
2a3c1174
PA
7932019-10-01 Tom Tromey <tom@tromey.com>
794
795 * gdb.base/style.exp: Update tests.
796
53d666ec
AA
7972019-10-01 Andreas Arnez <arnez@linux.ibm.com>
798
799 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
800 'six' to unsigned.
801 (s1): Initialize fields 'four' and 'six' instead of 'three' and
802 'five'. Use an all-ones bit pattern for each.
803 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
804 to its changed values.
805
4a56a520
TT
8062019-09-30 Tom Tromey <tromey@adacore.com>
807
808 * gdb.rust/traits.rs: Disable all warnings.
809
0df0352a
TV
8102019-09-29 Tom de Vries <tdevries@suse.de>
811
812 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
813
73d9a918
TV
8142019-09-29 Tom de Vries <tdevries@suse.de>
815
816 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
817
060b3ab4
TV
8182019-09-27 Tom de Vries <tdevries@suse.de>
819
820 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
821
68f7d34d
TV
8222019-09-27 Tom de Vries <tdevries@suse.de>
823
824 PR record/23188
825 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
826
5d63b30a
TT
8272019-09-26 Tom Tromey <tromey@adacore.com>
828
829 * gdb.ada/py_taft.exp: New file.
830 * gdb.ada/py_taft/main.adb: New file.
831 * gdb.ada/py_taft/pkg.adb: New file.
832 * gdb.ada/py_taft/pkg.ads: New file.
833
3d435220
TV
8342019-09-24 Tom de Vries <tdevries@suse.de>
835
836 PR gdb/24598
837 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
838
77d03678
TV
8392019-09-22 Tom de Vries <tdevries@suse.de>
840
841 * gdb.base/restore.exp: Allow register variables to be optimized out at
842 -O0.
843
abf516c6
UW
8442019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
845
846 * gdb.arch/spu-info.exp: Remove file.
847 * gdb.arch/spu-info.c: Remove file.
848 * gdb.arch/spu-ls.exp: Remove file.
849 * gdb.arch/spu-ls.c: Remove file.
850
851 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
852 * gdb.asm/spu.inc: Remove file.
853
854 * gdb.base/dump.exp: Remove support for spu*-*-*.
855 * gdb.base/stack-checking.exp: Likewise.
856 * gdb.base/overlays.exp: Likewise.
857 * gdb.base/ovlymgr.c: Likewise.
858 * gdb.base/spu.ld: Remove file.
859
860 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
861 * gdb.cp/cpexprs.exp: Likewise.
862 * gdb.cp/exception.exp: Likewise.
863 * gdb.cp/gdb2495.exp: Likewise.
864 * gdb.cp/mb-templates.exp: Likewise.
865 * gdb.cp/pr9167.exp: Likewise.
866 * gdb.cp/userdef.exp: Likewise.
867
868 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
869
870 * gdb.cell: Remove directory.
871 * lib/cell.exp: Remove file.
872
e452e88f
TV
8732019-09-19 Tom de Vries <tdevries@suse.de>
874
875 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
876
8a625130
TV
8772019-09-19 Tom de Vries <tdevries@suse.de>
878
879 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
880
81dc3ab5
TV
8812019-09-19 Tom de Vries <tdevries@suse.de>
882
883 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
884 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
885 (gdb_target_cmd): ... here.
886 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
887 value 2.
888
b078f3ac
AB
8892019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.base/source-dir.exp: Avoid having directory names in test
892 names.
893
f1b620e9
MG
8942019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.base/source-dir.exp: Add extra test for mapped compilation
897 directory.
898
67f3ed6a
AB
8992019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * gdb.base/list-missing-source.exp: New file.
902
d1b70248
TV
9032019-09-14 Tom de Vries <tdevries@suse.de>
904
905 PR teststuite/24599
906 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
907 * lib/ada.exp (gnatmake_version_at_least): New proc.
908
5fabdcd6
AB
9092019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.base/maint.exp: Use exec_has_index_section.
912
aa17805f
AB
9132019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * gdb.base/maint.exp: Add test for 'maint info sections'.
916
25e5c209
TV
9172019-09-12 Tom de Vries <tdevries@suse.de>
918
919 * gdb.base/store.exp: Allow register variables to be optimized out at
920 -O0.
921
4993045d
PW
9222019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
923
924 * gdb.ada/rdv_wait.exp: Update to new task names.
925 * gdb.base/task_switch_in_core.exp: Likewise.
926 * gdb.base/info_sources_base.c: Likewise.
927
8a516164
TT
9282019-09-10 Tom Tromey <tromey@adacore.com>
929
930 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
931
aa391654
TT
9322019-09-10 Tom Tromey <tromey@adacore.com>
933
934 * gdb.ada/dgopt.exp: New file.
935 * gdb.ada/dgopt/x.adb: New file.
936
8634b462
TT
9372019-09-08 Tom Tromey <tom@tromey.com>
938
939 * gdb.tui/resize.exp: Remove setup_xfail.
940 * gdb.tui/regs.exp: Remove setup_xfail.
941 * gdb.tui/basic.exp: Remove setup_xfail.
942
736b0f76
DB
9432019-09-06 David Blaikie <dblaikie@gmail.com>
944
945 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
946 * gdb.cp/cplabel.exp: Ditto.
947 * gdb.linespec/ls-errs.exp: Ditto.
948
30331a6c
TV
9492019-09-05 Tom de Vries <tdevries@suse.de>
950
951 * lib/gdb.exp (cmp_file_string): New proc.
952 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
953 runto_main. Verify save breakpoints output.
954
98b0ebab
PW
9552019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
956
957 * gdb.base/info-var.exp: Test info variables without running
958 to main, to avoid expect's buffer overflow.
959
4e962e74
TT
9602019-09-03 Tom Tromey <tromey@adacore.com>
961
962 * gdb.ada/bias.exp: New file.
963 * gdb.ada/bias/bias.adb: New file.
964 * gdb.ada/print_chars.exp: Add regression test.
965 * gdb.ada/print_chars/foo.adb (My_Character): New type.
966 (MC): New variable.
967
2ea1a07a
SL
9682019-08-29 Sandra Loosemore <sandra@codesourcery.com>
969
970 * gdb.base/argv0-symlink.exp: Run only on native target
971 and local host.
972
8077c50d
TV
9732019-08-29 Tom de Vries <tdevries@suse.de>
974
975 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
976 diverse debug info.
977 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
978
48352473
TV
9792019-08-28 Tom de Vries <tdevries@suse.de>
980
981 * gdb.base/info-var.exp: Allow info variables to print info for files
982 other than info-var-f1.c and info-var-f2.c.
983
d8f27c60
AB
9842019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
985
986 * gdb.fortran/info-types.exp: Add module.
987 * gdb.fortran/info-types.f90: Update expected results.
988
1f20c35e
AB
9892019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.fortran/info-types.exp: New file.
992 * gdb.fortran/info-types.f90: New file.
993 * lib/fortran.exp (fortran_character1): New proc.
994
4acfdd20
AB
9952019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
998 functions'. Reindent as needed.
999 * gdb.base/info-var-f1.c: New file.
1000 * gdb.base/info-var-f2.c: New file.
1001 * gdb.base/info-var.exp: New file.
1002 * gdb.base/info-var.h: New file.
1003
5c31b358
TV
10042019-08-26 Tom de Vries <tdevries@suse.de>
1005
1006 PR c++/24852
1007 * gdb.cp/no-libstdcxx-probe.exp: New test.
1008
b694989f
TV
10092019-08-26 Tom de Vries <tdevries@suse.de>
1010
1011 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1012 * tests need to be skipped.
1013 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1014 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1015 mi_skip_libstdcxx_probe_tests.
1016
d9c4ba53
SDJ
10172019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1018
1019 * gdb.python/py-xmethods.exp: Use raw strings when passing
1020 arguments to SimpleXMethodMatcher.
1021
395fad09
TV
10222019-08-22 Tom de Vries <tdevries@suse.de>
1023
1024 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1025 more informative.
1026
26c957f1
PA
10272019-08-21 Pedro Alves <palves@redhat.com>
1028
1029 * gdb.base/with.exp: Test "with" with no arguments.
1030
61f80d5d
TV
10312019-08-21 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.base/gdb-caching-proc.exp: Sort files.
1034
d7a11d13
TV
10352019-08-20 Tom de Vries <tdevries@suse.de>
1036
1037 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1038 compilation.
1039
34dafe9f
TV
10402019-08-16 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.base/compare-sections.exp ("after run to main"): Allow
1043 mismatched read-only sections for PIE executables.
1044
398fdd60
TT
10452019-08-16 Tom Tromey <tom@tromey.com>
1046
1047 * lib/tuiterm.exp (_csi_Z): New proc.
1048 * gdb.tui/basic.exp: Update window positions.
1049 * gdb.tui/empty.exp: Update window positions.
1050
d8f9e51c
SL
10512019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1052
1053 * gdb.base/examine-backward.exp: Correct regexp for
1054 "examine 3 bytes backward from ${address_zero}".
1055
3df505f6
TT
10562019-08-15 Tom Tromey <tom@tromey.com>
1057
1058 * gdb.tui/empty.exp: Enable resizing tests.
1059
272560b5
TT
10602019-08-15 Tom Tromey <tromey@adacore.com>
1061
1062 * gdb.ada/char_enum.exp: Add regression tests.
1063 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1064 and '0'.
1065 (Char, Gchar): Update.
1066 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1067
08235187
CB
10682019-08-15 Christian Biesinger <cbiesinger@google.com>
1069
1070 * gdb.python/python.exp: Expect a leading underscore on
1071 GdbOutput{,Error}File.
1072
22a2ab04
SL
10732019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1074
1075 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1076 Windows host.
1077
835b995b
SL
10782019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1079
1080 * gdb.base/batch-preserve-term-settings.exp
1081 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1082
97dd8e07
CB
10832019-08-15 Christian Biesinger <cbiesinger@google.com>
1084
1085 * lib/gdb.exp: When running on a mingw target, replace
1086 /x/ with x:/.
1087
75faf5c4
AH
10882019-08-14 Alan Hayward <alan.hayward@arm.com>
1089
1090 * gdb.arch/aarch64-prologue.c: New test.
1091 * gdb.arch/aarch64-prologue.exp: New file.
1092
abc6c00f
TV
10932019-08-13 Tom de Vries <tdevries@suse.de>
1094
1095 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1096 Thread.
1097
74c2c1f4
SL
10982019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1099
1100 * gdb.python/py-completion.exp: Download the .py file to the host
1101 and use its host pathname. Conditionalize tests that use
1102 tab completion and manipulate files on the build machine.
1103 * gdb.python/py-events.exp: Download the .py file to the host
1104 and use its host pathname.
1105 * gdb.python/py-evsignal.exp: Likewise.
1106 * gdb.python/py-evthreads.exp: Likewise.
1107 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1108 pathname syntax.
1109 * gdb.python/py-framefilter.exp: Download the .py file to the right
1110 place on the host. Match Windows pathname syntax.
1111 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1112 .py file to the host and use its host pathname.
1113 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1114 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1115 build pathname. Skip symlink test on Windows host. Add missing
1116 newline at end of file.
1117 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1118 and use its host pathname.
1119 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1120 * gdb.python/py-section-script.exp: Use host location of binfile
1121 on safe-path. Use correct path separator on Windows host.
1122 Reorder alternatives in gdb_test_multiple to prevent matching
1123 the wrong alternative on success.
1124 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1125
ca2589f3
PP
11262019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1127
1128 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1129 expect the GDB inferior to no longer immediately stop after
1130 being resumed with "signal SIGINT".
1131
020a839d
SL
11322019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1133
1134 * gdb.linespec/break-ask.exp: Generalize regexps to match
1135 Windows pathnames too.
1136
128d6509
TV
11372019-08-08 Tom de Vries <tdevries@suse.de>
1138
1139 PR testsuite/24862
1140 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1141
590042fc
PW
11422019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1143
1144 * gdb.base/style.exp: Update tests for help doc new invariants.
1145 * gdb.base/help.exp: Likewise.
1146
046bebe1
TT
11472019-08-06 Tom Tromey <tom@tromey.com>
1148
1149 * gdb.base/style.exp: Add disassemble test.
1150 * gdb.base/style.c (some_called_function): New function.
1151 (main): Use it.
1152
0b27c27d
CB
11532019-08-05 Christian Biesinger <cbiesinger@google.com>
1154
1155 * gdb.python/py-block.exp: Test dictionary access on blocks.
1156
580f1034
SM
11572019-08-05 Simon Marchi <simon.marchi@efficios.com>
1158
1159 PR gdb/24863
1160 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1161 -list-thread-groups --available test when running under
1162 check-read1.
1163
d86bd7cb
TV
11642019-08-05 Tom de Vries <tdevries@suse.de>
1165
1166 PR testsuite/24863
1167 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1168 * gdb.base/help.exp: Use with_read1_timeout_factor.
1169 * gdb.base/info-macros.exp: Same.
1170 * gdb.cp/nested-types.exp: Same.
1171
a80cf5d8
TV
11722019-08-05 Tom de Vries <tdevries@suse.de>
1173
1174 * lib/gdb.exp (version_at_least): Factor out of ...
1175 (tcl_version_at_least): ... here.
1176 (gdb_compile): Fail if pie results in non-PIE executable.
1177 (readelf_version, readelf_prints_pie): New proc.
1178 (exec_is_pie): Return -1 if unknown.
1179
d0962838
TV
11802019-08-05 Tom de Vries <tdevries@suse.de>
1181
1182 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1183
2252ff3d
SL
11842019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1185
1186 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1187
26655f53
SL
11882019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1189
1190 * lib/completion-support.exp (test_gdb_complete_none): Skip
1191 tab completion tests if no readline support.
1192 (test_gdb_complete_unique_re): Likewise.
1193 (test_gdb_complete_multiple): Likewise.
1194
db4dc13e
PW
11952019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1196
1197 * gdb.base/info_sources.exp: New file.
1198 * gdb.base/info_sources.c: New file.
1199 * gdb.base/info_sources_base.c: New file.
1200
0eba165a
PFC
12012019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1202
1203 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1204 prefix argument.
1205 (test_exit_status): Add prefix argument.
1206
59bd512b
TV
12072019-08-01 Tom de Vries <tdevries@suse.de>
1208
1209 PR testsuite/24863
1210 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1211 calling exp_continue for new thread and thread exited messages.
1212
2a3ad588
TV
12132019-08-01 Tom de Vries <tdevries@suse.de>
1214
1215 PR testsuite/24863
1216 * gdb.base/structs.exp: Fix check-read1 timeout using
1217 gdb_test_sequence.
1218 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1219
117eb594
TV
12202019-08-01 Tom de Vries <tdevries@suse.de>
1221
1222 PR testsuite/24863
1223 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1224 line.
1225
ed591340
TV
12262019-08-01 Tom de Vries <tdevries@suse.de>
1227
1228 PR testsuite/24863
1229 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1230
aa3b6533
TT
12312019-07-30 Tom Tromey <tromey@adacore.com>
1232
1233 * gdb.ada/display_nested.exp: New file.
1234 * gdb.ada/display_nested/foo.adb: New file.
1235 * gdb.ada/display_nested/pack.adb: New file.
1236 * gdb.ada/display_nested/pack.ads: New file.
1237
2906593f
CB
12382019-07-30 Christian Biesinger <cbiesinger@google.com>
1239
1240 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1241 namespace.
1242 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1243
0f575925
TV
12442019-07-30 Tom de Vries <tdevries@suse.de>
1245
1246 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1247 instead.
1248
b13057d9
TV
12492019-07-30 Tom de Vries <tdevries@suse.de>
1250
1251 PR testsuite/24834
1252 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1253 (exec_is_pie): New proc.
1254
5c4dde85
CB
12552019-07-29 Christian Biesinger <cbiesinger@google.com>
1256
1257 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1258
c620ed88
CB
12592019-07-29 Christian Biesinger <cbiesinger@google.com>
1260
1261 * gdb.python/py-objfile.c: Add global and static vars.
1262 * gdb.python/py-objfile.exp: Test new functions Objfile.
1263 lookup_global_symbol and lookup_static_symbol.
1264
3d235706
TT
12652019-07-29 Tom Tromey <tom@tromey.com>
1266
1267 * lib/tuiterm.exp (Term::_csi_@): New proc.
1268 (Term::_csi_X): Don't move cursor.
1269
c7e4c0a6
PW
12702019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1271
1272 * gdb.base/options.exp: Update backtrace - completion to
1273 new option -frame-info.
1274 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1275 Test new 'set print frame-info'. Test backtrace -frame-info
1276 overriding 'set print frame-info'.
1277 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1278 Test new 'set print frame-info'.
1279 Verify consistency of backtrace with and without filters, with and
1280 without -no-filters.
1281 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1282 default.
1283
de28a3b7
TV
12842019-07-29 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1287 no arguments".
1288
507dd60e
TV
12892019-07-29 Tom de Vries <tdevries@suse.de>
1290
1291 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1292 is a substring of the first for "complete non-unique file name".
1293
5beafce9
TV
12942019-07-29 Tom de Vries <tdevries@suse.de>
1295
1296 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1297 with ".*".
1298
2d274232
TV
12992019-07-29 Tom de Vries <tdevries@suse.de>
1300
1301 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1302 Pass prompt_regexp parameter to gdb_test_multiple calls.
1303
9197cd8b
TV
13042019-07-29 Tom de Vries <tdevries@suse.de>
1305
1306 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1307 print registers" regexps.
1308
b528dae0
TV
13092019-07-29 Tom de Vries <tdevries@suse.de>
1310
1311 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1312
d17725d7
TV
13132019-07-29 Tom de Vries <tdevries@suse.de>
1314
1315 PR gdb/24855
1316 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1317 (skip_python_tests_prompt): Add prompt_regexp argument to
1318 gdb_test_multiple calls.
1319
52b75bf1
TT
13202019-07-27 Tom Tromey <tom@tromey.com>
1321
1322 * gdb.tui/main.exp: New file.
1323
2b1d00c2
TT
13242019-07-27 Tom Tromey <tom@tromey.com>
1325
1326 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1327 optional.
1328 * gdb.tui/empty.exp: New file.
1329
ded631d5
TT
13302019-07-27 Tom Tromey <tom@tromey.com>
1331
1332 * lib/tuiterm.exp (spawn): New proc.
1333 (Term::resize): New proc.
1334 * gdb.tui/resize.exp: New file.
1335
58ac439d
TT
13362019-07-27 Tom Tromey <tom@tromey.com>
1337
1338 * gdb.tui/list.exp: New file.
1339
fe1f56ee
TT
13402019-07-27 Tom Tromey <tom@tromey.com>
1341
1342 * gdb.tui/regs.exp: New file.
1343
f790b310
TT
13442019-07-27 Tom Tromey <tom@tromey.com>
1345
1346 * gdb.tui/basic.exp: Add "layout split" test.
1347
d95fc6ee
TT
13482019-07-27 Tom Tromey <tom@tromey.com>
1349
1350 * gdb.tui/basic.exp: Add "layout asm" test.
1351
c3786b3a
TT
13522019-07-27 Tom Tromey <tom@tromey.com>
1353
1354 * lib/tuiterm.exp: New file.
1355 * gdb.tui/basic.exp: New file.
1356
98a617f8
KB
13572019-07-27 Kevin Buettner <kevinb@redhat.com>
1358
1359 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1360 Enable tests associated with this flag. Adjust regex
1361 referencing "foo_low" to now refer to "foo_cold" instead.
1362
5c076da4
KB
13632019-07-27 Kevin Buettner <kevinb@redhat.com>
1364
1365 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1366 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1367 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1368 foo_cold. Revise comments to match.
1369 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1370 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1371 were wrapped into this proc; Call do_test in loop from outermost
1372 level.
1373 (foo_low): Rename all occurrences to "foo_cold".
1374 (backtrace from baz): New test.
1375 (x2/i foo_cold): New test.
1376 (info line *foo_cold): New test.
1377
1512d3b7
TV
13782019-07-26 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1381
297989a1
TV
13822019-07-25 Tom de Vries <tdevries@suse.de>
1383
1384 PR testsuite/24830
1385 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1386 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1387 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1388 (skip_libstdcxx_probe_tests): ... here.
1389 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1390
b3b965fb
TV
13912019-07-24 Tom de Vries <tdevries@suse.de>
1392
1393 PR testsuite/24807
1394 * gdb.objc/basicclass.m: Include stdio.h.
1395 * gdb.objc/nondebug.m: Same.
1396 * gdb.objc/objcdecode.m: Same.
1397
4625b4d0
TV
13982019-07-24 Tom de Vries <tdevries@suse.de>
1399
1400 PR testsuite/24612
1401 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1402 additional_flags.
1403
024a5840
TV
14042019-07-24 Tom de Vries <tdevries@suse.de>
1405
1406 PR testsuite/24831
1407 * gdb.multi/tids.exp: Update error messages for info threads.
1408
c76ddaa3
TV
14092019-07-24 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.base/info-types.exp: Allow info types to print info for more than
1412 one file.
1413
9a618ef6
TV
14142019-07-23 Tom de Vries <tdevries@suse.de>
1415
1416 PR testsuite/24842
1417 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1418 gdb_spawn_with_cmdline_opts.
1419
40eadf04
SP
14202019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1421
1422 * gdb.arch/arm-cmse-sgstubs.c: New test.
1423 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1424
5ba29434
TV
14252019-07-23 Tom de Vries <tdevries@suse.de>
1426
1427 PR testsuite/24711
1428 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1429 issuing next command.
1430
a8e9d247
AB
14312019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1432
1433 * gdb.ada/info_auto_lang.exp: Update expected results.
1434 * gdb.base/info-types.c: Add additional types to check.
1435 * gdb.base/info-types.exp: Update expected results.
1436
eb86c5e2
AB
14372019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1438
1439 * gdb.base/info-types.c: New file.
1440 * gdb.base/info-types.exp: New file.
1441
01e175fe
AB
14422019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.arch/riscv-bp-infcall.c: New file.
1445 * gdb.arch/riscv-bp-infcall.exp: New file.
1446
6b78c3f8
AB
14472019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 PR breakpoints/24541
1450 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1451
da738167
TV
14522019-07-14 Tom de Vries <tdevries@suse.de>
1453
1454 PR testsuite/24760
1455 * gdb.objc/basicclass.exp: Fix unterminated string.
1456
0d4e84ed
AB
14572019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1458 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1461 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1462 negative bounds.
1463 * gdb.fortran/vla-value.exp: Print elements of an array with
1464 negative bounds.
1465 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1466 testing.
1467
021d8588
AB
14682019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1469
1470 * gdb.base/options.exp (expect_string): Dequote strings in
1471 results.
1472 (test-string): Test strings with different quoting and reindent.
1473
f06f1252
TT
14742019-07-10 Tom Tromey <tromey@adacore.com>
1475
1476 * gdb.ada/mi_ex_cond.exp: Update expected results.
1477 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1478 * gdb.ada/mi_catch_ex.exp: Update expected results.
1479 * gdb.ada/mi_catch_assert.exp: Update expected results.
1480 * gdb.ada/catch_ex.exp (catch_exception_info)
1481 (catch_exception_entry, catch_assert_entry)
1482 (catch_unhandled_entry): Update.
1483 * gdb.ada/catch_assert_if.exp: Update expected results.
1484
b863685d
RB
14852019-07-10 Richard Bunt <richard.bunt@arm.com>
1486 Stephen Roberts <stephen.roberts@arm.com>
1487
1488 * gdb.base/define.exp: Restore original prompt.
1489
cb1e4e32
PA
14902019-07-09 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1493 breakpoints" output.
1494 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1495 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1496 throw" creates breakpoint.
1497 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1498 'type="catchpoint"'.
1499
b58a68fe
PA
15002019-07-09 Pedro Alves <palves@redhat.com>
1501
1502 PR c++/15468
1503 * gdb.cp/except-multi-location-lib.cc: New.
1504 * gdb.cp/except-multi-location-main.cc: New.
1505 * gdb.cp/except-multi-location.exp: New.
1506
0826779b
PW
15072019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1508
1509 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1510 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1511 argument and update callers.
1512
5b0e2db4
AB
15132019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.arch/amd64-break-on-asm-line.S: New file.
1516 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1517
1f6f6e21
PW
15182019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1519
1520 * gdb.base/printcmds.exp: Test printing C string and
1521 C wide string convenience vars without transiting via the inferior.
1522 Also make test names unique.
1523
ea142fbf
AH
15242019-07-08 Alan Hayward <alan.hayward@arm.com>
1525
5862c886 1526 PR breakpoints/25011
ea142fbf
AH
1527 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1528
213fd9fa
PA
15292019-07-04 Pedro Alves <palves@redhat.com>
1530
1531 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1532 body returned ok(0), break(3) or continue(4).
1533 * gdb.testsuite/foreach_with_prefix.exp: New file.
1534
2b40fda7
AH
15352019-07-04 Alan Hayward <alan.hayward@arm.com>
1536
1537 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1538
a26c8de0
PA
15392019-07-03 Pedro Alves <palves@redhat.com>
1540
1541 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1542 "return -code".
1543
5f4ba3e7
PA
15442019-07-03 Pedro Alves <palves@redhat.com>
1545
1546 PR cli/24732
1547 * gdb.base/shell.exp: Load completion-support.exp.
1548 Adjust expected error output. Add completion tests.
1549
a994424f
PA
15502019-07-03 Pedro Alves <palves@redhat.com>
1551
1552 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1553 string_to_regexp.
1554
3d9be6f5
PA
15552019-07-03 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1558 (expect_integer): Adjust to expect "-string".
1559 (expect_string): New.
1560 (all_options): Expect "-string".
1561 (test-flag, test-boolean): Adjust to expect "-string".
1562 (test-string): New proc.
1563 (top level): Call it.
1564
41fc454c
PA
15652019-07-03 Pedro Alves <palves@redhat.com>
1566
1567 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1568 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1569 the expected output in the success.
1570
b2b2a215
PA
15712019-07-03 Pedro Alves <palves@redhat.com>
1572
1573 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1574 Split one gdb_test_multiple call in two to avoid a race.
1575
fdbc9870
PA
15762019-07-03 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.base/with.c: New file.
1579 * gdb.base/with.exp: New file.
1580
c6ac8931
PA
15812019-07-03 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.base/settings.exp: Replace all references to "maint
1584 test-settings set" with references to "maint set test-settings",
1585 and all references to "maint test-settings show" with references
1586 to "maint show test-settings".
1587
970f9d09
PA
15882019-07-03 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/settings.exp (test-string): Adjust expected out when
1591 testing "maint test-settings show filename"
1592
54d66006
PA
15932019-07-02 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.base/options.exp (test-info-threads): New procedure.
1596 (top level): Call it.
1597
10d06d82
TT
15982019-06-28 Tom Tromey <tromey@adacore.com>
1599
1600 * gdb.dwarf2/ada-linkage-name.c: New file.
1601 * gdb.dwarf2/ada-linkage-name.exp: New file.
1602
3d507ff2
TT
16032019-06-27 Tom Tromey <tromey@adacore.com>
1604
d039f014 1605 PR c++/20020:
3d507ff2
TT
1606 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1607
8af58ffe
TV
16082019-06-26 Tom de Vries <tdevries@suse.de>
1609
1610 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1611
22e21752
TV
16122019-06-26 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.base/index-cache.exp: Add back missing debug option.
1615
b65b566c
PW
16162019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1617
1618 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1619
5c2c8c69
TV
16202019-06-25 Tom de Vries <tdevries@suse.de>
1621
1622 PR testsuite/24727
1623 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1624
164e3873
TV
16252019-06-24 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1628
824eacee
TV
16292019-06-24 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1632 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1633 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1634
385b97d3
TV
16352019-06-24 Tom de Vries <tdevries@suse.de>
1636
1637 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1638
c596f180
TV
16392019-06-21 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1642
b13a7d03
TV
16432019-06-21 Tom de Vries <tdevries@suse.de>
1644
1645 PR testsuite/24518
1646 PR ada/24713
1647 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1648 index.
1649
899277ae
TT
16502019-06-19 Tom Tromey <tromey@adacore.com>
1651
1652 * gdb.ada/length_cond.exp: Add intro comment.
1653
680e1bee
TT
16542019-06-19 Tom Tromey <tromey@adacore.com>
1655
1656 * gdb.ada/length_cond.exp: New file.
1657 * gdb.ada/length_cond/length_cond.adb: New file.
1658 * gdb.ada/length_cond/pck.adb: New file.
1659 * gdb.ada/length_cond/pck.ads: New file.
1660
0ed4690a
TV
16612019-06-18 Tom de Vries <tdevries@suse.de>
1662
1663 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1664
d20ed5fd
TT
16652019-06-18 Tom Tromey <tromey@adacore.com>
1666
1667 * gdb.base/list0.h: Add comment explaining control character.
1668
86e04673
TV
16692019-06-18 Tom de Vries <tdevries@suse.de>
1670
1671 * boards/fission.exp: Break up long debug_flags line.
1672
c4973306
SM
16732019-06-16 Tom de Vries <tdevries@suse.de>
1674
1675 PR gdb/24445
1676 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1677 generated index.
1678
93cb9841
AB
16792019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 PR gdb/24686
1682 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1683 improve detection of bug gdb/24541.
1684
399aaebd
SM
16852019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1686
1687 PR gdb/24669
1688 * gdb.base/index-cache.exp (uses_readnow,
1689 expecting_index_cache_use): Define global variable.
1690 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1691 expecting_index_cache_use.
1692
584a927c
AB
16932019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1694 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * gdb.fortran/pointers.f90: New file.
1697 * gdb.fortran/print_type.exp: New file.
1698 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1699 * gdb.fortran/vla-type.exp: Likewise.
1700 * gdb.fortran/vla-value.exp: Likewise.
1701 * gdb.mi/mi-vla-fortran.exp: Likewise.
1702
30056ea0
AB
17032019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1704
1705 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1706 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1707 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1708 as a stop reason.
1709
ec8e2b6d
AB
17102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1711
1712 * gdb.base/annota1.exp: Update expected results.
1713 * gdb.cp/annota2.exp: Likewise.
1714 * gdb.cp/annota3.exp: Likewise.
1715
09e4c4e1
AB
17162019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.base/style-logging.exp: Remove path from test name.
1719
0735b091
TT
17202019-06-14 Tom Tromey <tromey@adacore.com>
1721
1722 PR gdb/24502:
1723 * gdb.base/style-logging.exp: New file.
1724
f5686554
TT
17252019-06-14 Tom Tromey <tromey@adacore.com>
1726
1727 * gdb.base/symfile-warn.exp: New file.
1728 * gdb.base/symfile-warn.c: New file.
1729
a0c1ffed
TT
17302019-06-14 Tom Tromey <tromey@adacore.com>
1731
1732 * gdb.base/annotate-symlink.exp: New file.
1733
f411722c
TT
17342019-06-14 Tom Tromey <tromey@adacore.com>
1735
1736 * gdb.ada/set_wstr.exp: Add reassignment test.
1737
4268ec18
TT
17382019-06-14 Tom Tromey <tromey@adacore.com>
1739
1740 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1741 'unchecked_access and 'unrestricted_access as well.
1742
9a9e394b
TT
17432019-06-14 Tom Tromey <tromey@adacore.com>
1744
1745 PR ada/24539:
1746 * gdb.ada/vla.exp: Update tests.
1747 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1748 pragma.
1749
4c048731
PA
17502019-06-13 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.base/settings.exp (test-integer): Test junk after
1753 "unlimited".
1754
6665660a
PA
17552019-06-13 Pedro Alves <palves@redhat.com>
1756
1757 * gdb.base/options.exp (test-thread-apply): New.
1758 (top level): Call it.
1759
5d707134
PA
17602019-06-13 Pedro Alves <palves@redhat.com>
1761
1762 * gdb.base/options.exp (test-frame-apply): New.
1763 (top level): Test print commands with different "frame apply"
1764 prefixes.
1765
e2a689da
PA
17662019-06-13 Pedro Alves <palves@redhat.com>
1767
e79be6e5 1768 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1769 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1770 'max_completions' parameter and handle it.
1771 (test_gdb_completion_offers_commands): New.
1772
90a1ef87
PA
17732019-06-13 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1776
d4c16835
PA
17772019-06-13 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.base/options.exp (test-backtrace): New.
1780 (top level): Call it.
1781
2daf894e
PA
17822019-06-13 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.guile/scm-frame-args.exp: Use "set print
1785 raw-frame-arguments" instead of "set print raw frame-arguments".
1786 * gdb.python/py-frame-args.exp: Likewise.
1787
e6ed716c
PA
17882019-06-13 Pedro Alves <palves@redhat.com>
1789
1790 * gdb.compile/compile.exp: Adjust expected output to option
1791 processing changes.
1792
7d8062de
PA
17932019-06-13 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.base/options.exp: Build executable.
1796 (test-print): New procedure.
1797 (top level): Call it, once for "print" and another for "compile
1798 print".
1799
9d0faba9
PA
18002019-06-13 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/options.c: New file.
1803 * gdb.base/options.exp: New file.
1804
dee7b4c8
PA
18052019-06-13 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1808 that "o" is ambiguous.
1809
dca0f6c0
PA
18102019-06-13 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/settings.c: New file.
1813 * gdb.base/settings.exp: New file.
1814
ccf46844
PA
18152019-06-13 Pedro Alves <palves@redhat.com>
1816
1817 * gdb.base/completion.exp: Fix comment typo.
1818
b9a3f842
PA
18192019-06-13 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1822 foo --1" test.
1823
d106773e
PA
18242019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1825
1826 * gdb.fortran/block-data.f: New.
1827 * gdb.fortran/block-data.exp: New.
1828
fea82da0
TV
18292019-06-11 Tom de Vries <tdevries@suse.de>
1830
1831 PR testsuite/24521
1832 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1833 message.
1834
8c2e74f1
TV
18352019-06-11 Tom de Vries <tdevries@suse.de>
1836
1837 PR testsuite/24521
1838 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1839
b49851c8
TV
18402019-06-11 Tom de Vries <tdevries@suse.de>
1841
1842 * boards/readnow.exp: New file.
1843
a7067863
AB
18442019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1845
1846 * gdb.fortran/vla-sizeof.exp: Update expected results.
1847
1a3da2cd
AB
18482019-06-06 Amos Bird <amosbird@gmail.com>
1849
1850 * gdb.base/annota1.exp (thread_switch): Add test for
1851 thread-exited annotation.
1852
3847a7bf
TT
18532019-06-06 Tom Tromey <tromey@adacore.com>
1854
1855 * gdb.base/maint.exp: Expect command started/finished output.
1856
0088ba59
AB
18572019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1860 comment.
1861 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1862
312617a3
AB
18632019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1866 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1867 * gdb.arch/riscv-unwind-long-insn.c: New file.
1868 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1869
e1f2e1a2
CB
18702019-06-04 Christian Biesinger <cbiesinger@google.com>
1871
d3238f7d 1872 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1873
206584bd
PW
18742019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1875
1876 * lib/gdb.exp (help_list_trailer): New regexp variable
1877 factorizing the help trailer message.
1878 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1879 arg to allow to better factorize various tests.
1880 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1881 (test_prefix_command_help): Use help_list_trailer.
1882 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1883 * gdb.guile/scm-cmd.exp: Likewise.
1884 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1885 * gdb.base/help.exp: Use test_user_defined_class_help.
1886 * gdb.base/style.exp: Add tests for styling of help and apropos.
1887 * lib/gdb-utils.exp (style): Add title and highlight styles.
1888
708dc93e
PW
18892019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1890
1891 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1892 $_shell_exitsignal.
1893 * gdb.base/default.exp: Update for new convenience variables.
1894
f49055a5
TT
18952019-05-29 Tom Tromey <tromey@adacore.com>
1896
1897 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1898 to "break complete ada" test case's regexp.
1899
4330d61d
TT
19002019-05-29 Tom Tromey <tromey@adacore.com>
1901
1902 PR c++/20020:
1903 * gdb.cp/constexpr-field.exp: New file.
1904 * gdb.cp/constexpr-field.cc: New file.
1905
000439d5
TT
19062019-05-29 Tom Tromey <tromey@adacore.com>
1907
1908 * gdb.base/finish.exp (finish_no_print): New proc.
1909 (finish_tests): Call it.
1910
5a01c34c
TV
19112019-05-24 Tom de Vries <tdevries@suse.de>
1912
1913 * gdb.dwarf2/gdb-add-index.exp: New file.
1914
18125b16
TT
19152019-05-22 Tom Tromey <tromey@adacore.com>
1916
1917 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1918 * gdb.base/style.exp: Use "style".
1919 * lib/gdb-utils.exp (style): New proc.
1920
af1a8d03
TV
19212019-05-22 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.base/align.exp: Require c++11.
1924
e7fe496b
TV
19252019-05-22 Tom de Vries <tdevries@suse.de>
1926
1927 PR testsuite/24586
1928 * gdb.python/py-mi-var-info-path-expression.exp: Call
1929 mi_skip_python_tests to check if python is supported.
1930
8fca4da0
AH
19312019-05-22 Alan Hayward <alan.hayward@arm.com>
1932
1933 * gdb.arch/aarch64-pauth.c: New test.
1934 * gdb.arch/aarch64-pauth.exp: New file.
1935
b7060614
AH
19362019-05-22 Alan Hayward <alan.hayward@arm.com>
1937
1938 * README (Re-running Tests Outside The Testsuite): New section.
1939
669d0468
TV
19402019-05-21 Tom de Vries <tdevries@suse.de>
1941
1942 * gdb.arch/amd64-eval.exp: Require c++11.
1943 * gdb.base/max-depth.exp: Same.
1944 * gdb.compile/compile-cplus-array-decay.exp: Same.
1945 * gdb.cp/meth-typedefs.exp: Same.
1946 * gdb.cp/subtypes.exp: Same.
1947 * gdb.cp/temargs.exp: Same.
1948
ce3ebcaa
AH
19492019-05-21 Alan Hayward <alan.hayward@arm.com>
1950
1951 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1952
34d11c68
AB
19532019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 PR gdb/18644
1956 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1957 * gdb.fortran/printing-types.exp: Add new test.
1958 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1959 testing.
1960 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1961 setup_kfail call.
1962
87781e84
AH
19632019-05-17 Alan Hayward <alan.hayward@arm.com>
1964
1965 * README (Running the Testsuite): Change example.
1966 (Testsuite Parameters): Remove TRANSCRIPT.
1967 * lib/gdb.exp: Remove TRANSCRIPT check.
1968
b420b89e
AH
19692019-05-17 Alan Hayward <alan.hayward@arm.com>
1970
1971 * README (Testsuite Parameters): Add replay logging to
1972 GDBSERVER_DEBUG.
1973 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1974 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1975 as a comma separated list.
1976 (gdb_debug_init): Override procedure.
1977
408e9b8b
AH
19782019-05-17 Alan Hayward <alan.hayward@arm.com>
1979
1980 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1981 (gdb_write_cmd_file): New procedure.
1982 * lib/gdbserver-support.exp (gdbserver_start): Call
1983 gdbserver_write_cmd_file.
1984 (gdbserver_write_cmd_file): New procedure.
1985
f9e2e39d
AH
19862019-05-17 Alan Hayward <alan.hayward@arm.com>
1987
1988 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1989 (delete_breakpoints): Likewise.
1990 (gdb_run_cmd): Likewise.
1991 (gdb_start_cmd): Likewise.
1992 (gdb_starti_cmd): Likewise.
1993 (gdb_internal_error_resync): Likewise.
1994 (gdb_test_multiple): Likewise.
1995 (gdb_reinitialize_dir): Likewise.
1996 (default_gdb_exit): Likewise.
1997 (gdb_file_cmd): Mark kill as optional.
1998 (default_gdb_start): Call gdb_stdin_log_init.
1999 (send_gdb): Call gdb_stdin_log_write.
2000 (rerun_to_main): Mark Y as an answer.
2001 (gdb_stdin_log_init): New function.
2002 (gdb_stdin_log_write): Likewise.
2003
81f47ac2
AH
20042019-05-17 Alan Hayward <alan.hayward@arm.com>
2005
2006 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2007 * gdb.base/debug-expr.exp: Likewise.
2008 * gdb.base/foll-fork.exp: Likewise.
2009 * gdb.base/foll-vfork.exp: Likewise.
2010 * gdb.base/fork-print-inferior-events.exp: Likewise.
2011 * gdb.base/gdb-sigterm.exp: Likewise.
2012 * gdb.base/gdbinit-history.exp: Likewise.
2013 * gdb.base/osabi.exp: Likewise.
2014 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2015 * gdb.base/ui-redirect.exp: Likewise.
2016 * gdb.gdb/unittest.exp: Likewise.
2017 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2018 * gdb.mi/mi-watch.exp: Likewise.
2019 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2020 * gdb.mi/user-selected-context-sync.exp: Likewise.
2021 * gdb.python/python.exp: Disable debug test when debugging.
2022 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2024 Likewise.
2025 * gdb.threads/stepi-random-signal.exp: Likewise.
2026
29b52314
AH
20272019-05-17 Alan Hayward <alan.hayward@arm.com>
2028
2029 * Makefile.in: Pass through GDB_DEBUG.
2030 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2031 (gdb,debug): Add board setting.
2032 * lib/gdb.exp (default_gdb_start): Start debugging.
2033 (gdb_debug_enabled): New procedure.
2034 (gdb_debug_init): Likewise.
29b52314
AH
2035
20362019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2037
29b52314
AH
2038 * Makefile.in: Pass through GDB_DEBUG.
2039 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2040 (gdb,debug): Add board setting.
2041 * lib/gdb.exp (default_gdb_start): Start debugging.
2042 (gdb_debug_enabled): New procedure.
2043 (gdb_debug_init): Likewise.
29b52314 2044
ca1285d1
AH
20452019-05-17 Alan Hayward <alan.hayward@arm.com>
2046
2047 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2048
f3a09c80
AH
20492019-05-17 Alan Hayward <alan.hayward@arm.com>
2050
2051 * gdb.base/ui-redirect.exp: Test redirection.
2052
26648588
JV
20532019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2054
2055 * gdb.mi/mi-complete.exp: New file.
2056 * gdb.mi/mi-complete.cc: Likewise.
2057
14237686
AB
20582019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2059
2060 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2061 indexed and sliced arrays, and pointers to arrays.
2062
e7bd7fba
TT
20632019-05-14 Tom Tromey <tromey@adacore.com>
2064
2065 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2066 styling test.
2067
2764128d
TV
20682019-05-14 Tom de Vries <tdevries@suse.de>
2069
2070 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2071 selection entry encoding.
2072
71bed2db
TT
20732019-05-10 Tom Tromey <tromey@adacore.com>
2074
2075 * gdb.ada/info_exc.exp: Add "complete" test.
2076
63b667ad
TV
20772019-05-09 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2080 CU-relative.
2081
9cfd2b89
TV
20822019-05-09 Tom de Vries <tdevries@suse.de>
2083
2084 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2085 CU-relative.
2086
2228ef77
XR
20872019-05-08 Joel Brobecker <brobecker@adacore.com>
2088
2089 * gdb.ada/frame_arg_lang.exp: New testcase.
2090 * gdb.ada/frame_arg_lang/bla.adb: New file.
2091 * gdb.ada/frame_arg_lang/pck.ads: New file.
2092 * gdb.ada/frame_arg_lang/pck.adb: New file.
2093 * gdb.ada/frame_arg_lang/foo.c: New file.
2094
80e55b13
TT
20952019-05-08 Tom Tromey <tromey@adacore.com>
2096
2097 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2098
9d3421af
TT
20992019-05-08 Tom Tromey <tromey@adacore.com>
2100
2101 * gdb.base/ptype-offsets.exp: Update tests.
2102
844333e2
TT
21032019-05-08 Tom Tromey <tromey@adacore.com>
2104
2105 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2106 cases.
2107 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2108 "short".
2109
988915ee
TT
21102019-05-08 Tom Tromey <tromey@adacore.com>
2111
2112 * gdb.ada/vla.exp: New file.
2113 * gdb.ada/vla/vla.adb: New file.
2114
7bd55dac
TV
21152019-05-07 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2118
75f06e9d
TV
21192019-05-07 Tom de Vries <tdevries@suse.de>
2120
2121 PR testsuite/24522
2122 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2123 section.
2124
77e7aaa4
TV
21252019-05-07 Tom de Vries <tdevries@suse.de>
2126
2127 PR testsuite/24522
2128 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2129 .debug_aranges section.
2130
456ba0fa
TV
21312019-05-07 Tom de Vries <tdevries@suse.de>
2132
2133 PR testsuite/24159
2134 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2135
5a56d6a6
TV
21362019-05-06 Tom de Vries <tdevries@suse.de>
2137
2138 * lib/gdb.exp (exec_has_index_section): New proc.
2139 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2140 section.
2141
9d6d4be8
TV
21422019-05-04 Tom de Vries <tdevries@suse.de>
2143
2144 * boards/cc-with-debug-names.exp: New file.
2145
222a8d25
TT
21462019-05-03 Tom Tromey <tromey@adacore.com>
2147
2148 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2149 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2150 * gdb.ada/char_enum.exp: Add test.
2151
0fdfd794
TV
21522019-05-03 Tom de Vries <tdevries@suse.de>
2153
2154 * boards/cc-with-gdb-index.exp: New file.
2155
80062eb9
AB
21562019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2157
2158 * gdb.rust/simple.exp: Add new test case.
2159 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2160 (main): Initialise an instance of the new struct.
2161
4504bbde
TT
21622019-05-01 Tom Tromey <tromey@adacore.com>
2163
2164 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2165 record.
2166 (NPR): New variable.
2167 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2168 test.
2169
d48e62f4
TT
21702019-05-01 Tom Tromey <tromey@adacore.com>
2171
2172 * gdb.ada/packed_array_assign.exp: Add packed assignment
2173 regression test.
2174
f59f30f5
TV
21752019-05-01 Tom de Vries <tdevries@suse.de>
2176
2177 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2178
b70bfc54
TV
21792019-05-01 Tom de Vries <tdevries@suse.de>
2180
2181 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2182
15f18d14
AT
21832019-04-30 Ali Tamur <tamur@google.com>
2184
2185 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2186
2ff0a947
TT
21872019-04-30 Tom Tromey <tromey@adacore.com>
2188
2189 * lib/ada.exp (find_ada_tool): New proc.
2190 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2191 * gdb.ada/catch_ex_std.exp: New file.
2192 * gdb.ada/catch_ex_std/foo.adb: New file.
2193 * gdb.ada/catch_ex_std/some_package.adb: New file.
2194 * gdb.ada/catch_ex_std/some_package.ads: New file.
2195
a776957c
TT
21962019-04-30 Tom Tromey <tromey@adacore.com>
2197
2198 PR c++/24470:
2199 * gdb.cp/temargs.cc: Add test code from PR.
2200
bc68014d
AB
22012019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.fortran/vla-datatypes.exp: Update expected results.
2204 * gdb.fortran/vla-ptype.exp: Likewise.
2205 * gdb.fortran/vla-type.exp: Likewise.
2206 * gdb.fortran/vla-value.exp: Likewise.
2207
f1fdc960
AB
22082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2209
2210 * gdb.fortran/ptr-indentation.exp: Update expected results.
2211 * gdb.fortran/ptype-on-functions.exp: Likewise.
2212 * gdb.fortran/vla-ptr-info.exp: Likewise.
2213 * gdb.fortran/vla-value.exp: Likewise.
2214
bf7a4de1
AB
22152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.fortran/ptype-on-functions.exp: New file.
2218 * gdb.fortran/ptype-on-functions.f90: New file.
2219
bbe75b9d
AB
22202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2223 case void string.
2224
1db455a7
AB
22252019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 * gdb.fortran/complex.exp: Expand.
2228 * gdb.fortran/complex.f: Renamed to...
2229 * gdb.fortran/complex.f90: ...this, and extended to add more
2230 complex values.
2231
b6d03bb2
AB
22322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2235 MODULO, CMPLX.
2236
2e62ab40
AB
22372019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2238 Richard Bunt <richard.bunt@arm.com>
2239
2240 * gdb.base/max-depth.c: New file.
2241 * gdb.base/max-depth.exp: New file.
2242 * gdb.python/py-nested-maps.c: New file.
2243 * gdb.python/py-nested-maps.exp: New file.
2244 * gdb.python/py-nested-maps.py: New file.
2245 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2246 (test_all_common): Call test_max_depth.
2247 * gdb.fortran/max-depth.exp: New file.
2248 * gdb.fortran/max-depth.f90: New file.
2249 * gdb.go/max-depth.exp: New file.
2250 * gdb.go/max-depth.go: New file.
2251 * gdb.modula2/max-depth.exp: New file.
2252 * gdb.modula2/max-depth.c: New file.
2253 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2254
d2b584a5
TV
22552019-04-29 Tom de Vries <tdevries@suse.de>
2256
2257 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2258
136afab8
PW
22592019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2260
2261 * gdb.base/callexit.exp: Test may-call-functions off.
2262
725cbb63
KS
22632019-04-25 Keith Seitz <keiths@redhat.com>
2264
2265 PR c++/24367
2266 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2267 (another_incomplete_struct, test_incomplete): New definitions.
2268 (main): Use new definitions.
2269 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2270 functions.
2271
82433e3e
SDJ
22722019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2273
2274 PR corefiles/11608
2275 PR corefiles/18187
2276 * gdb.base/coredump-filter-build-id.exp: New file.
2277
dd06d4d6
AH
22782019-04-25 Alan Hayward <alan.hayward@arm.com>
2279
e79be6e5
SM
2280 * Makefile.in: Pass through GDBSERVER_DEBUG.
2281 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2282 (gdbserver,debug): Add board setting.
2283 * gdb.trace/tspeed.exp: Skip when debugging.
2284 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2285 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2286
1670072e
TT
22872019-04-24 Tom Tromey <tromey@adacore.com>
2288
2289 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2290 Rust.
2291
a59240a4
TT
22922019-04-24 Tom Tromey <tromey@adacore.com>
2293
2294 * gdb.arch/amd64-eval.exp: Test bitfield return.
2295 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2296 (class Foo) <return_bitfields>: New method.
2297 (main): Call it.
2298
b907456c
AB
22992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2300
2301 * gdb.cp/many-args.cc: New file.
2302 * gdb.cp/many-args.exp: New file.
2303
5c565afd
TV
23042019-04-23 Tom de Vries <tdevries@suse.de>
2305
2306 PR gdb/24433
2307 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2308
ba22ff86
AH
23092019-04-23 Alan Hayward <alan.hayward@arm.com>
2310
2311 * gdb.trace/backtrace.exp: Use nopie flag.
2312 * gdb.trace/circ.exp: Likewise.
2313 * gdb.trace/collection.exp: Likewise.
2314 * gdb.trace/ftrace.exp: Likewise.
2315 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2316 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2317 * gdb.trace/qtro.exp: Likewise.
2318 * gdb.trace/read-memory.exp: Likewise.
2319 * gdb.trace/report.exp: Likewise.
2320 * gdb.trace/tfile.exp: Likewise.
2321 * gdb.trace/tfind.exp: Likewise.
2322 * gdb.trace/unavailable.exp: Likewise.
2323
7905fc35
PA
23242019-04-22 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.base/solib-probes-nosharedlibrary.c,
2327 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2328
8ecb59f8
TT
23292019-04-19 Tom Tromey <tromey@adacore.com>
2330
2331 * gdb.ada/ptype_union.c: New file.
2332 * gdb.ada/ptype_union.exp: New file.
2333
62160ec9
TT
23342019-04-19 Tom Tromey <tromey@adacore.com>
2335
2336 PR symtab/24423:
2337 * gdb.base/list0.h (foo): Add a control-l character.
2338
36cd4ba5
TV
23392019-04-18 Tom de Vries <tdevries@suse.de>
2340
2341 PR gdb/24433
2342 * boards/local-board.exp: Set sysroot to "".
2343
b73715df
TV
23442019-04-18 Tom de Vries <tdevries@suse.de>
2345 Pedro Alves <palves@redhat.com>
2346
2347 PR gdb/24454
2348 * gdb.threads/vfork-follow-child-exec.c: New file.
2349 * gdb.threads/vfork-follow-child-exec.exp: New file.
2350 * gdb.threads/vfork-follow-child-exit.c: New file.
2351 * gdb.threads/vfork-follow-child-exit.exp: New file.
2352
4aa866af
LS
23532019-04-15 Leszek Swirski <leszeks@google.com>
2354
2355 * gdb.arch/amd64-eval.cc: New file.
2356 * gdb.arch/amd64-eval.exp: New file.
2357
e5a1a79a
AH
23582019-04-11 Alan Hayward <alan.hayward@arm.com>
2359
2360 * gdb.server/sysroot.c: New test.
2361 * gdb.server/sysroot.exp: New file.
2362 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2363 matching param.
2364
41077b66
AB
23652019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.base/align.exp: Extend test to cover structures containing
2368 only static fields.
2369
c30391f8
TV
23702019-04-11 Tom de Vries <tdevries@suse.de>
2371
2372 * boards/cc-with-dwz-m.exp: New file.
2373 * boards/cc-with-dwz.exp: New file.
2374 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2375
e242fd12
SM
23762019-04-09 Simon Marchi <simon.marchi@efficios.com>
2377
2378 * gdb.base/start-cpp.exp: New file.
2379 * gdb.base/start-cpp.cc: New file.
2380
2b0c8b01
KB
23812019-04-08 Kevin Buettner <kevinb@redhat.com>
2382
2383 * gdb.python/py-thrhandle.exp: Adjust tests to call
2384 thread_from_handle instead of thread_from_thread_handle.
2385
947210e5
KB
23862019-04-08 Kevin Buettner <kevinb@redhat.com>
2387
2388 * gdb.python/py-thrhandle.exp: Add tests for
2389 gdb.InferiorThread.handle.
2390
d7df6549
AB
23912019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.python/py-function.exp: Check calling helper function from
2394 all languages.
2395 * lib/gdb.exp (gdb_supported_languages): New proc.
2396
8bdc1658
AB
23972019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.base/complex-parts.c: New file.
2400 * gdb.base/complex-parts.exp: New file.
2401
05caa1d2
TT
24022019-04-01 Tom Tromey <tromey@adacore.com>
2403
2404 PR symtab/23331:
2405 * gdb.dwarf2/dw2-ranges-main.c: New file.
2406 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2407 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2408
7734102d
EZ
24092019-03-30 Simon Marchi <simark@simark.ca>
2410
2411 * gdb.base/default.exp: Add values for $_gdb_major and
2412 $_gdb_minor.
2413
188e1fa9
TT
24142019-03-29 Tom Tromey <tromey@adacore.com>
2415
2416 * gdb.base/help.exp: Tighten apropos regexp.
2417
2880242d
KS
24182019-03-29 Keith Seitz <keiths@redhat.com>
2419
2420 * gdb.fortran/array-bounds.exp: New file.
2421 * gdb.fortran/array-bounds.f90: New file.
2422
077cad8e
PW
24232019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2424
2425 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2426
80047cfc
PW
24272019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2428
2429 * gdb.multi/hello.c (main): Increase alarm timer.
2430
f489207e
SL
24312019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2432
2433 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2434 factor when no hardware watchpoint support.
2435
c92df149
AH
24362019-03-28 Alan Hayward <alan.hayward@arm.com>
2437 Pedro Alves <palves@redhat.com>
2438
2439 * boards/local-board.exp: set sysroot to /.
2440
933aebfa
AH
24412019-03-27 Alan Hayward <alan.hayward@arm.com>
2442
2443 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2444 in child.
2445
9f9aa852
AB
24462019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2449 field.
2450 (make_container): Initialise new field.
2451 * gdb.python/py-prettyprint.exp: Add new tests.
2452 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2453 <display_hint>: New method.
2454
3714a195
AB
24552019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2458 gdb_continue_to_breakpoint more throughout this test.
2459 (run_lang_tests) Supply unique test names, and use
2460 gdb_test_no_output.
2461
18c77628
AB
24622019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2463
2464 * gdb.base/finish-pretty.exp: Update expected results.
2465 * gdb.base/pretty-print.c: New file.
2466 * gdb.base/pretty-print.exp: New file.
2467
9a93502f
PA
24682019-03-25 Pedro Alves <palves@redhat.com>
2469
2470 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2471 move comments outside list. Append '-i "" eof' section.
2472
968aa7ae
AH
24732019-03-22 Alan Hayward <alan.hayward@arm.com>
2474
34a7f2a4 2475 PR testsuite/25016
968aa7ae
AH
2476 * README: Add pie options.
2477 * gdb.base/break-interp.exp: Ensure pie is disabled.
2478 * gdb.base/dump.exp: Likewise.
2479 * lib/gdb.exp (gdb_compile): Add pie option.
2480
4c7d57e7
TT
24812019-03-19 Tom Tromey <tromey@adacore.com>
2482
2483 * gdb.mi/mi2-cli-display.c: New file.
2484 * gdb.mi/mi2-cli-display.exp: New file.
2485
bff8c71f
TT
24862019-03-18 Joel Brobecker <brobecker@adacore.com>
2487 Tom Tromey <tromey@adacore.com>
2488
2489 * gdb.ada/ptype_array/pck.adb: New file.
2490 * gdb.ada/ptype_array/pck.ads: New file.
2491 * gdb.ada/ptype_array/foo.adb: New file.
2492 * gdb.ada/ptype_array.exp: New file.
2493
d085f989
TT
24942019-03-14 Tom Tromey <tromey@adacore.com>
2495
2496 * gdb.base/style.exp: Add "set style sources" test.
2497
b4be1b06
SM
24982019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2499
2500 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2501 * mi-breakpoint-multiple-locations.exp: ... this.
2502 (make_breakpoints_pattern): New proc.
2503 (do_test): Add mi_version parameter, test -break-insert,
2504 -break-info and =breakpoint-created.
2505
7cde5fc2
AB
25062019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * config/default.exp: Remove 'load_lib gdb.exp'.
2509 * config/monitor.exp: Likewise.
2510 * config/sid.exp: Likewise.
2511 * config/sim.exp: Likewise.
2512 * config/slite.exp: Likewise.
2513 * config/unix.exp: Likewise.
2514 * gdb.base/default.exp: Remove unhelpful comment.
2515
efbecbc1
AB
25162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2517
2518 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2519
0841c79a
AB
25202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2523
4a270568
AB
25242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * gdb.fortran/type-kinds.exp: Update expected results.
2527
067630bd
AB
25282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2529
2530 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2531
3be47f7a
AB
25322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2533
2534 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2535 function.
2536 (test_basic_parsing_of_type_kinds): Expand types tested.
2537 (test_parsing_invalid_type_kinds): New function.
2538
4d00f5d8
AB
25392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2540
2541 * gdb.fortran/intrinsics.exp: New file.
2542 * gdb.fortran/intrinsics.f90: New file.
2543 * gdb.fortran/type-kinds.exp: New file.
2544
c8f91604
AB
25452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2546
2547 * gdb.fortran/dot-ops.exp: New file.
2548
dd9f2c76
AB
25492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2552 Check upper and lower case logical literals.
2553
84ec9724
AB
25542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2557 Remove duplicate tests.
2558
c3734e09
AH
25592019-03-06 Alan Hayward <alan.hayward@arm.com>
2560
2561 * lib/gdb.exp (builtin_cd): rename of cd.
2562 (cd): Override builtin.
2563
aa3cfbda
RB
25642019-03-06 Richard Bunt <richard.bunt@arm.com>
2565
2566 * gdb.fortran/function-calls.exp: New file.
2567 * gdb.fortran/function-calls.f90: New test.
2568
7b63ad86
RB
25692019-03-04 Richard Bunt <richard.bunt@arm.com>
2570
2571 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2572 on user program standard output.
2573 * gdb.fortran/short-circuit-argument-list.f90: Record function
2574 calls.
2575
01abb042
AH
25762019-02-28 Alan Hayward <alan.hayward@arm.com>
2577
c3734e09
AH
2578 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2579 failure.
01abb042 2580
92137da0
RO
25812019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2582
2583 PR gdb/8527
2584 * gdb.base/interrupt-daemon-attach.c,
2585 gdb.base/interrupt-daemon-attach.exp: New test.
2586
5862844d
PA
25872019-02-27 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/page.exp: Add tests for "set width/height -1".
2590
8ed25214
PA
25912019-02-27 Pedro Alves <palves@redhat.com>
2592
2593 * gdb.base/page.exp: Add tests for "set/show width/height" with
2594 "infinite" values.
2595
6c28e44a
TT
25962019-02-27 Tom Tromey <tromey@adacore.com>
2597
2598 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2599 2.4.
2600 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2601 workaround.
2602
bf9a735e
AB
26032019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2606 tests for structs with static members.
2607
8791793c
TT
26082019-02-26 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2611 ValueError, not TypeError.
2612
bc2a507e
KB
26132019-02-26 Kevin Buettner <kevinb@redhat.com>
2614
2615 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2616 call from main program.
2617
e0e7d3bd
JB
26182019-02-23 Joel Brobecker <brobecker@adacore.com>
2619
2620 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2621 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2622 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2623 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2624 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2625
9600246d
KS
26262019-02-22 Keith Seitz <keiths@redhat.com>
2627
2628 PR symtab/23853
2629 * gdb.base/symlink-sourcefile.c: New file.
2630 * gdb.base/symlink-sourcefile.exp: New file.
2631
0c95f9ed
TT
26322019-02-20 Tom Tromey <tom@tromey.com>
2633
2634 * gdb.base/info_qt.exp: Update.
2635
6caa91b6
SM
26362019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2637
2638 * gdb.base/source.exp: Move "error in sourced script" code to
2639 the end.
2640 * gdb.base/source-error.gdb: Move contents to
2641 source-error-1.gdb. Add new code to source source-error-1.gdb.
2642 * gdb.base/source-error-1.gdb: New file, from previous
2643 source-error.gdb.
2644
6506371f
TT
26452019-02-17 Tom Tromey <tom@tromey.com>
2646
2647 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2648 for macro styling.
2649 * gdb.base/style.c (SOME_MACRO): New macro.
2650
a0087920
TT
26512019-02-17 Tom Tromey <tom@tromey.com>
2652
2653 * gdb.base/style.exp: Add line-wrapping tests.
2654 * gdb.base/page.exp: Add test for quitting during pagination.
2655
a2cd4f14
JB
26562019-02-17 Joel Brobecker <brobecker@adacore.com>
2657
2658 * gdb.ada/big_packed_array: New testcase.
2659 * gdb.ada/homonym.exp: Fix incorrect expected output for
2660 "break <homonym__get_value>" test.
2661
9d70ffbc
WP
26622019-02-13 Weimin Pan <weimin.pan@oracle.com>
2663
2664 PR breakpoints/21870
2665 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2666 and prepare_for_testing. Add comment.
2667 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2668 redundant cleanup call. Clean up comment.
2669
01c7ae81
WP
26702019-02-12 Weimin Pan <weimin.pan@oracle.com>
2671
2672 PR breakpoints/21870
2673 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2674 * gdb.arch/aarch64-dbreg-contents.c: New file.
2675
aff29d1c
JB
26762019-02-10 Joel Brobecker <brobecker@adacore.com>
2677
2678 * gdb.ada/mi_ref_changeable: New testcase.
2679
df0da8a2
AH
26802019-02-07 Alan Hayward <alan.hayward@arm.com>
2681
2682 * gdb.base/attach.exp: Add double attach test.
2683
bd447abb
SM
26842019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2685
2686 * lib/gdb.exp (default_gdb_start): Don't match pagination
2687 prompt.
2688 (gdb_init): Set stty_init.
2689
1dbc40b9
TT
26902019-01-27 Tom Tromey <tom@tromey.com>
2691
2692 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2693 skip_python_tests.
2694
353229bf
AH
26952019-01-24 Alan Hayward <alan.hayward@arm.com>
2696
2697 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2698 New structure.
2699 (struct struct_static_02_02): Likewise.
2700 (struct struct_static_02_03): Likewise.
2701 (struct struct_static_02_04): Likewise.
2702 (struct struct_static_04_01): Likewise.
2703 (struct struct_static_04_02): Likewise.
2704 (struct struct_static_04_03): Likewise.
2705 (struct struct_static_04_04): Likewise.
2706 (struct struct_static_06_01): Likewise.
2707 (struct struct_static_06_02): Likewise.
2708 (struct struct_static_06_03): Likewise.
2709 (struct struct_static_06_04): Likewise.
2710 (cmp_struct_static_02_01): Likewise.
2711 (cmp_struct_static_02_02): Likewise.
2712 (cmp_struct_static_02_03): Likewise.
2713 (cmp_struct_static_02_04): Likewise.
2714 (cmp_struct_static_04_01): Likewise.
2715 (cmp_struct_static_04_02): Likewise.
2716 (cmp_struct_static_04_03): Likewise.
2717 (cmp_struct_static_04_04): Likewise.
2718 (cmp_struct_static_06_01): Likewise.
2719 (cmp_struct_static_06_02): Likewise.
2720 (cmp_struct_static_06_03): Likewise.
2721 (cmp_struct_static_06_04): Likewise.
2722 (call_all): Test new structs.
2723 * gdb.base/infcall-nested-structs.exp: Likewise.
2724
73021deb
AH
27252019-01-21 Alan Hayward <alan.hayward@arm.com>
2726 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2727
fc65c7db
AH
27282019-01-21 Alan Hayward <alan.hayward@arm.com>
2729 * gdb.base/stack-protector.c: New test.
2730 * gdb.base/stack-protector.exp: New file.
2731 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2732 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2733 option.
2734 (gdb_compile): Remove stack protector for GCC and prevent
2735 recursion.
2736
c24bdb02
KS
27372019-01-16 Keith Seitz <keiths@redhat.com>
2738
2739 PR gdb/23773
2740 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2741
6f072a10
PFC
27422019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2743
2744 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2745 aliases.
2746 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2747 tests.
2748 * gdb.arch/powerpc-vector-regs.c: New file.
2749 * gdb.arch/powerpc-vector-regs.exp: New file.
2750
a7b8d682
PFC
27512019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2752
2753 * gdb.arch/altivec-regs.exp: Fix the list passed to
2754 gdb_expect_list when testing "info vector".
2755
6eb6fb67
AB
27562019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * gdb.base/style.exp: Don't include path in testname.
2759
b56f80d8
KS
27602019-01-10 Keith Seitz <keiths@redhat.com>
2761
2762 PR gdb/23712
2763 PR symtab/23010
2764 * gdb.dwarf2/multidictionary.exp: New file.
2765
041be526
SM
27662019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2767
2768 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2769 (test_gnuv3_style_demangling): ... this.
2770 (test_lucid_style_demangling): Remove.
2771 (test_arm_style_demangling): Remove.
2772 (test_hp_style_demangling): Remove.
2773 (do_tests): Remove calls to the above.
2774
d820d0c3
AB
27752019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2776
2777 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2778 case.
2779
f097f5ad
TT
27802019-01-06 Tom Tromey <tom@tromey.com>
2781
2782 PR gdb/28155:
2783 * gdb.dwarf2/typedef-void-finish.exp: New file.
2784
2cd8cc0b
TT
27852018-12-28 Tom Tromey <tom@tromey.com>
2786 Simon Marchi <simark@simark.ca>
2787
2788 * gdb.base/jit-exec.exp: New file.
2789 * gdb.base/jit-exec.c: New file.
2790 * gdb.base/jit-execd.c: New file.
2791
35fb8261
TT
27922018-12-28 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.base/style.exp: Update test to check for address styling.
2795
47fd17cd
TT
27962018-12-28 Tom Tromey <tom@tromey.com>
2797
2798 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2799 message.
2800
d47032b7
TT
28012018-12-28 Tom Tromey <tom@tromey.com>
2802
2803 * gdb.base/style.exp: Add test for version number styling.
2804
af79b68d
TT
28052018-12-28 Tom Tromey <tom@tromey.com>
2806
2807 * gdb.base/style.exp: Add test for print_address_symbolic.
2808
0bb296cb
TT
28092018-12-28 Tom Tromey <tom@tromey.com>
2810
2811 * gdb.base/style.exp: Add test for breakpoint setting.
2812
80ae2043
TT
28132018-12-28 Tom Tromey <tom@tromey.com>
2814
2815 * gdb.base/style.exp: Add test for variable names.
2816
cbe56571
TT
28172018-12-28 Tom Tromey <tom@tromey.com>
2818
2819 * gdb.base/style.exp: New file.
2820 * gdb.base/style.c: New file.
2821
9162a27c
TT
28222018-12-28 Tom Tromey <tom@tromey.com>
2823
2824 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2825 "dumb".
2826 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2827 the TERM environment variable.
2828
bc543c90
TT
28292018-12-27 Tom Tromey <tom@tromey.com>
2830
2831 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2832 pagination test.
2833
6f0ffe50
AB
28342018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2837 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2838
b5a1e557
PW
28392018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2840
2841 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2842 Filename a.adb changed to bp_fun_addr.adb.
2843 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2844
6e8b1ab2
JV
28452018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2846
2847 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2848 non-PIE executables.
2849 * README: Mention the gdb,nopie_flag board setting.
2850 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2851 non-PIE executable.
2852 * gdb.arch/amd64-entry-value.exp: Likewise.
2853 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2854 * gdb.arch/i386-float.exp: Likewise.
2855 * gdb.arch/i386-signal.exp: Likewise.
2856 * gdb.mi/mi-reg-undefined.exp: Likewise.
2857
d00a27c5
PM
28582018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2859
2860 PR gdb/23974
2861 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2862
161d081c
PW
28632018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2864
2865 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2866 Update order of results accordingly.
2867
b001de23
AB
28682018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2869
2870 * gdb.base/annota1.exp: Update a test regexp.
2871
99e1a184
AB
28722018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2873
2874 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2875
7a81c1e2
PW
28762018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2877
2878 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2879 (reuse_time): Initialize to REUSE_TIME_CAP.
2880 (check_rc): New function.
2881 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2882 Check pthread_create rc.
2883 (spawner_thread_func): Check pthread_create and pthread_join rc.
2884
73e8dc90
PA
28852018-12-08 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.base/list.exp (test_forward_search): Rename to ...
2888 (test_forward_reverse_search): ... this. Also test reverse-search
2889 and the forward-search alias.
2890
13f2ed32
AB
28912018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2894 local timeout variable before return, and remove all local timeout
2895 variable entirely.
2896 (gdb_load): Likewise.
2897
64d27cfc
TV
28982018-12-01 Tom de Vries <tdevries@suse.de>
2899
2900 * gdb.base/gdb-caching-proc.exp: New file.
2901
f63c03b4
SDJ
29022018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2903
2904 * Makefile.in (TIMESTAMP): New variable.
2905 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2906 command.
2907 (check-single-racy): Likewise.
2908 (check/%.exp): Likewise.
2909 (check-racy/%.exp): Likewise.
2910 (workers/%.worker): Likewise.
2911 (build-perf): Likewise.
2912 (check-perf): Likewise.
2913 * README: Describe new "TS" and "TS_FORMAT" variables.
2914 * print-ts.py: New file.
2915
1c97054b
BF
29162018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2917
2918 PR python/23714
2919 * gdb.python/python.exp: Test command repetition after
2920 gdb.execute.
2921
1871a62d
AB
29222018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2925 is correctly aligned.
2926
fb5e1ed9
PW
29272018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2928
2929 * gdb.ada/info_auto_lang.exp: New testcase.
2930 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2931 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2932 * gdb.ada/info_auto_lang/some_c.c: New file.
2933
43d397ca
PW
29342018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2935
2936 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2937 FUNC_lang language syntax.
2938
beddd671
PW
29392018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2940
2941 * gdb.base/info_minsym.c: New file.
2942 * gdb.base/info_minsym.exp: New file.
2943
73fc52c4
TT
29442018-11-19 Tom Tromey <tom@tromey.com>
2945
2946 PR rust/23625:
2947 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2948 * gdb.rust/expr.exp: Update expected output. Change one test.
2949
994b876a
TT
29502018-11-19 Tom Tromey <tom@tromey.com>
2951
2952 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2953
6769f276
PA
29542018-11-19 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2957 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2958 see the expected warning.
2959
38a72da0
AH
29602018-11-16 Alan Hayward <alan.hayward@arm.com>
2961
2962 PR gdb/22736:
2963 * gdb.cp/infcall-nodebug-lib.c: New test.
2964 * gdb.cp/infcall-nodebug-main.c: New test.
2965 * gdb.cp/infcall-nodebug.exp: New file.
2966
53a89d6e
SM
29672018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2968
2969 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2970 completer tests.
2971
9325300d
TV
29722018-11-09 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.base/msym-lang.c: New test.
2975 * gdb.base/msym-lang.exp: New file.
2976 * gdb.base/msym-lang-main.c: New test.
2977
20f0d60d
TT
29782018-11-08 Tom Tromey <tom@tromey.com>
2979
2980 PR gdb/23555:
2981 PR gdb/23838:
2982 * gdb.base/warning.exp: New file.
2983
b5420128
JB
29842018-11-08 Jan Beulich <jbeulich@suse.com>
2985
2986 * testsuite/gdb.arch/i386-avx512.c,
2987 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2988
cd115d61
AB
29892018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2992 point hardware.
2993
35ee2dc2
AB
29942018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2997 * gdb.dwarf2/missing-type-name.exp: New file.
2998
31aceee8
TV
29992018-11-06 Tom de Vries <tdevries@suse.de>
3000
3001 * gdb.base/many-headers.c: New test.
3002 * gdb.base/many-headers.exp: New file.
3003
109be305
JW
30042018-11-06 Jim Wilson <jimw@sifive.com>
3005
3006 * gdb.base/code_elim.exp: For riscv, set additional_flags
3007 to include -msmall-data-limit=0.
3008
e2b7af72
JB
30092018-11-01 Joel Brobecker <brobecker@adacore.com>
3010
3011 * gdb.ada/watch_minus_l: New testcase.
3012
cdcda965
SM
30132018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3014
3015 * gdb.arch/aix-sighandle.c: New file.
3016 * gdb.arch/aix-sighandle.exp: New file.
3017
92dcebf3
AB
30182018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3021 registers being unions.
3022
68b9ac18
TV
30232018-10-31 Tom de Vries <tdevries@suse.de>
3024
3025 * lib/valgrind.exp: New file.
3026 (vgdb_start, vgdb_stop): New procs, factored out of ...
3027 * gdb.base/valgrind-bt.exp: ... here, ...
3028 * gdb.base/valgrind-disp-step.exp: ... here and ...
3029 * gdb.base/valgrind-infcall.exp: ... here.
3030
1443936e
TV
30312018-10-31 Tom de Vries <tdevries@suse.de>
3032
3033 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3034
eb77c9df
AB
30352018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3036
3037 * gdb.dwarf2/void-type.c: New file.
3038 * gdb.dwarf2/void-type.exp: New file.
3039
82b5e646
PW
30402018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3041
3042 * gdb.base/info_qt.c: New file.
3043 * gdb.base/info_qt.exp: New file.
3044
8d619c01
EBM
30452018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3046
3047 * gdb.arch/powerpc-htm-regs.c: New file.
3048 * gdb.arch/powerpc-htm-regs.exp: New file.
3049
f2cf6173
EBM
30502018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3051
3052 * gdb.arch/powerpc-tar.c: New file.
3053 * gdb.arch/powerpc-tar.exp: New file.
3054
7ca18ed6
EBM
30552018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3056
3057 * gdb.arch/powerpc-ppr-dscr.c: New file.
3058 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3059
bfcc0eba
TV
30602018-10-25 Tom de Vries <tdevries@suse.de>
3061
3062 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3063
fe1a5cad
TV
30642018-10-24 Tom de Vries <tdevries@suse.de>
3065
3066 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3067 longer exists error.
3068
a76dc3b7
TV
30692018-10-24 Tom de Vries <tdevries@suse.de>
3070
3071 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3072
4df46df7
TV
30732018-10-24 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3076 --db-attach in valgrind.
3077
0dbfcfff
AB
30782018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.arch/riscv-reg-aliases.c: New file.
3081 * gdb.arch/riscv-reg-aliases.exp: New file.
3082
b04480b1
AH
30832018-10-19 Alan Hayward <alan.hayward@arm.com>
3084
3085 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3086
2c6ac8d7
AH
30872018-10-19 Alan Hayward <alan.hayward@arm.com>
3088
3089 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3090
2bc69f25
AH
30912018-10-19 Alan Hayward <alan.hayward@arm.com>
3092
3093 * gdb.cp/ovldbreak.exp: Fix regexps.
3094
1f1ae3a3
AH
30952018-10-19 Alan Hayward <alan.hayward@arm.com>
3096
3097 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3098
94c18618
SDJ
30992018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3100
3101 PR cli/23785
3102 * gdb.base/restore.exp: New test to check if "restore" with an
3103 invalid file doesn't segfault.
3104
812cd6eb
TV
31052018-10-18 Tom de Vries <tdevries@suse.de>
3106
3107 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3108 * gdb.ada/excep_handle.exp: Same.
3109 * gdb.ada/mi_string_access.exp: Same.
3110 * gdb.ada/mi_var_union.exp: Same.
3111 * gdb.arch/arc-analyze-prologue.exp: Same.
3112 * gdb.arch/arc-decode-insn.exp: Same.
3113 * gdb.base/readnever.exp: Same.
3114 * gdb.fortran/printing-types.exp: Same.
3115 * gdb.guile/scm-lazy-string.exp: Same.
3116
c4b90788
TV
31172018-10-16 Tom de Vries <tdevries@suse.de>
3118
3119 PR gdb/23730
3120 * gdb.base/catch-follow-exec.c: Add copyright notice.
3121 * gdb.base/catch-follow-exec.exp: Rewrite to use
3122 gdb_spawn_with_cmdline_opts. Require gdb-native.
3123
8bca2978
SL
31242018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3125
3126 * gdb.trace/actions-changed.exp: Check for arch support.
3127 * gdb.trace/actions.exp: Likewise.
3128 * gdb.trace/ax.exp: Likewise.
3129 * gdb.trace/backtrace.exp: Likewise.
3130 * gdb.trace/change-loc.exp: Likewise.
3131 * gdb.trace/deltrace.exp: Likewise.
3132 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3133 * gdb.trace/ftrace.exp: Likewise.
3134 * gdb.trace/infotrace.exp: Check for arch support.
3135 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3136 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3137 * gdb.trace/mi-tsv-changed.exp: Likewise.
3138 * gdb.trace/packetlen.exp: Likewise.
3139 * gdb.trace/passc-dyn.exp: Likewise.
3140 * gdb.trace/passcount.exp: Likewise.
3141 * gdb.trace/pending.exp: Likewise.
3142 * gdb.trace/range-stepping.exp: Check for shlib support.
3143 * gdb.trace/report.exp: Check for arch support.
3144 * gdb.trace/save-trace.exp: Likewise.
3145 * gdb.trace/signal.exp: Check for signal support.
3146 * gdb.trace/tfind.exp: Check for arch support.
3147 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3148 * gdb.trace/trace-common.h: Add comment.
3149 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3150 * gdb.trace/trace-enable-disable.exp: Likewise.
3151 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3152 * gdb.trace/tracecmd.exp: Check for arch support.
3153 * gdb.trace/tspeed.exp: Check for shlib and target support.
3154 * gdb.trace/tstatus.exp: Check for arch support.
3155 * gdb.trace/tsv.exp: Likewise.
3156 * gdb.trace/while-dyn.exp: Likewise.
3157 * gdb.trace/while-stepping.exp: Likewise.
3158 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3159
f9c49bff
SM
31602018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3161
3162 * gdb.trace/tspeed.exp: Remove nowarnings.
3163 (prepare_for_trace_test): Declare "global ipalib".
3164 * gdb.trace/tspeed.c: Include unistd.h.
3165 (main): Remove superfluous printf argument.
3166
d4330bde
SL
31672018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3168
3169 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3170 directory prefix on the filename.
3171
8ecfd7bd
SDJ
31722018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3173
3174 * gdb.gdb/unittest.exp: Update expected message informing that
3175 selftests have been disabled.
3176 * gdb.server/unittest.exp: Likewise.
3177
58bbcd02
TV
31782018-10-09 Tom de Vries <tdevries@suse.de>
3179
3180 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3181 with runto_main.
3182
9f6b697b
WP
31832018-10-08 Weimin Pan <weimin.pan@oracle.com>
3184
3185 PR c++/16841
3186 * gdb.cp/virtbase2.cc: New file.
3187 * gdb.cp/virtbase2.exp: New file.
3188
add5ded5
TT
31892018-10-06 Tom Tromey <tom@tromey.com>
3190
3191 PR python/19399:
3192 * gdb.python/py-inferior.exp: Add architecture test.
3193
f9e48344
TT
31942018-10-06 Tom Tromey <tom@tromey.com>
3195
3196 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3197 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3198
2a8be203
TT
31992018-10-06 Tom Tromey <tom@tromey.com>
3200
3201 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3202 of a "throw" catchpoint.
3203
e04caa70
SDJ
32042018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3205
3206 * gdb.base/info-proc.exp: Update string expected from "help info
3207 proc".
3208
5ca8c39f
TT
32092018-10-04 Tom Tromey <tom@tromey.com>
3210
3211 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3212 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3213 (test_initial_complaints, test_empty_complaints): Update.
3214 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3215
3453e7e4
TT
32162018-10-04 Tom Tromey <tom@tromey.com>
3217
3218 PR cli/19551:
3219 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3220 * lib/gdb.exp (gdb_file_cmd): Update.
3221 * gdb.stabs/weird.exp (print_weird_var): Update.
3222 * gdb.server/solib-list.exp: Update.
3223 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3224 * gdb.mi/mi-cli.exp: Update.
3225 * gdb.linespec/linespec.exp: Update.
3226 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3227 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3228 * gdb.cp/cp-relocate.exp: Update.
3229 * gdb.base/sym-file.exp: Update.
3230 * gdb.base/relocate.exp: Update.
3231 * gdb.base/readnever.exp: Update.
3232 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3233 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3234 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3235 * gdb.base/code_elim.exp: Update.
3236 * gdb.base/break-unload-file.exp (test_break): Update.
3237 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3238 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3239 Update.
3240 * gdb.base/attach.exp (do_attach_tests): Update.
3241 * gdb.base/sepdebug.exp: Update.
3242 * gdb.python/py-section-script.exp: Update.
3243
6afcf761
TT
32442018-10-04 Tom Tromey <tom@tromey.com>
3245
3246 PR cli/22234:
3247 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3248 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3249 output.
3250
fef1b293
TT
32512018-10-04 Tom Tromey <tom@tromey.com>
3252
3253 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3254 set width and height to 0.
3255 (test_command_line_attach_run): Use -quiet.
3256
ca98345e
SL
32572018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3258
3259 * lib/gdb.exp (skip_ifunc_tests): New.
3260 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3261 other compile failures.
3262 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3263
ff34e6ae
SM
32642018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3265
3266 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3267 is_amd64_regs_target.
3268
6bb8890e
AH
32692018-10-01 Alan Hayward <alan.hayward@arm.com>
3270
3271 * gdb.arch/aarch64-sighandler-regs.c: New test.
3272 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3273 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3274
224d30d3
MM
32752018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3276
3277 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3278 assembly.
3279
f67ffa6a
AB
32802018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.base/frame-selection.exp: New file.
3283 * gdb.base/frame-selection.c: New file.
3284
9fc3183f
AH
32852018-09-27 Alan Hayward <alan.hayward@arm.com>
3286
3287 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3288 pthread barrier.
3289 (main): Likewise.
3290
d354055e
AB
32912018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3292
3293 * gdb.base/large-frame-1.c: New file.
3294 * gdb.base/large-frame-2.c: New file.
3295 * gdb.base/large-frame.exp: New file.
3296 * gdb.base/large-frame.h: New file.
3297
db727370
JL
32982018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3299
3300 PR gdb/20948
3301 * gdb.base/write_mem.exp: New test.
3302 * gdb.base/write_mem.c: Likewise.
3303
ae778caf
TT
33042018-09-23 Tom Tromey <tom@tromey.com>
3305
3306 PR python/18852:
3307 * gdb.python/py-parameter.exp: Add test for parameter that throws
3308 on "set".
3309
fd3ba736
TT
33102018-09-23 Tom Tromey <tom@tromey.com>
3311
3312 PR python/17284:
3313 * gdb.python/py-template.exp (test_template_arg): Add test for
3314 negative template argument number.
3315
39a24317
TT
33162018-09-23 Tom Tromey <tom@tromey.com>
3317
3318 PR python/14062:
3319 * gdb.python/python.exp: Add test for post_event error.
3320
f5769a2c
TT
33212018-09-23 Tom Tromey <tom@tromey.com>
3322
3323 PR python/18170:
3324 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3325 convert pointers to int and long.
3326
1c1e54f6
TT
33272018-09-23 Tom Tromey <tom@tromey.com>
3328
3329 PR python/20126:
3330 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3331 signed-ness conversion tests.
3332
fb4fa946
TT
33332018-09-23 Tom Tromey <tom@tromey.com>
3334
3335 PR python/18352;
3336 * gdb.python/py-value.exp (test_float_conversion): New proc.
3337 Use it.
3338
a466edac
HAQ
33392018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3340
3341 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3342
4ee9b0c5
SL
33432018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3344
3345 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3346 no readline.
3347 * gdb.base/utf8-identifiers.exp: Likewise.
3348 * gdb.cp/cpcompletion.exp: Likewise.
3349 * gdb.linespec/cpcompletion.exp: Likewise.
3350 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3351 * gdb.linespec/cpls-ops.exp: Likewise.
3352
23be8da7
RB
33532018-09-19 Richard Bunt <richard.bunt@arm.com>
3354 Chris January <chris.january@arm.com>
3355
3356 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3357 * gdb.fortran/short-circuit-argument-list.exp: New file.
3358 * gdb.fortran/short-circuit-argument-list.f90: New test.
3359
5031d0ae
SDJ
33602018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3361
3362 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3363 "arch=" keyword when executing "-stack-list-frames".
3364
b4c0d1a4
SDJ
33652018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3366
3367 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3368 "arch=" keyword when executing "-stack-list-frames".
3369
7a6d2b45
SDJ
33702018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3371
3372 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3373 break ada".
3374
8588b356
SM
33752018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3376
3377 PR python/23669
3378 * gdb.python/python.exp: Test gdb.execute("show commands").
3379
65e65158
TT
33802018-09-16 Tom Tromey <tom@tromey.com>
3381
3382 * gdb.base/new-ui.exp (do_execution_tests): Update.
3383 * gdb.base/dbx.exp (test_breakpoints): Update.
3384
bf326452
AH
33852018-09-14 Alan Hayward <alan.hayward@arm.com>
3386
3387 * lib/gdb.exp (gdb_simple_compile): Add proc.
3388 (is_elf_target): Use gdb_simple_compile.
3389 (skip_altivec_tests): Likewise.
3390 (skip_vsx_tests): Likewise.
3391 (skip_tsx_tests): Likewise.
3392 (skip_btrace_tests): Likewise.
3393 (skip_btrace_pt_tests): Likewise.
3394 (gdb_can_simple_compile): Likewise.
3395 (gdb_has_argv0): Likewise.
3396 (gdb_target_symbol_prefix): Likewise.
3397 (target_supports_scheduler_locking): Likewise.
3398
2361b0fb
TT
33992018-09-13 Tom Tromey <tom@tromey.com>
3400
3401 * Makefile.in (TAGS): Recognize proc_with_prefix and
3402 gdb_caching_proc.
3403
0ae1a321
SM
34042018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3405
3406 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3407 method.
3408
a40bf0c2
SM
34092018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3410
3411 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3412 and a few other Inferior properties when the Inferior is no
3413 longer valid.
3414
4a3fe98f
TT
34152018-09-13 Tom Tromey <tom@tromey.com>
3416
3417 PR rust/23650:
3418 * gdb.rust/simple.exp: Add test for enum field access error.
3419
098b2108
TT
34202018-09-13 Tom Tromey <tom@tromey.com>
3421
3422 PR rust/23626:
3423 * gdb.rust/simple.rs (EmptyEnum): New type.
3424 (main): Use it.
3425 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3426
1256af7d
SM
34272018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3428
3429 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3430 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3431 * gdb.python/py-symtab.exp: Update test printing an objfile.
3432
4aa8e6c2
SM
34332018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3434
3435 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3436 object.
3437
c221b2f7
AH
34382018-09-12 Alan Hayward <alan.hayward@arm.com>
3439
3440 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3441 (support_complex_tests): Use gdb_can_simple_compile.
3442 (is_ilp32_target): Likewise.
3443 (is_lp64_target): Likewise.
3444 (is_64_target): Likewise.
3445 (is_amd64_regs_target): Likewise.
3446 (is_aarch32_target): Likewise.
3447 (gdb_int128_helper): Likewise.
3448
6f1107b5
JK
34492018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3452
1f5d1570
JG
34532018-09-10 Jerome Guitton <guitton@adacore.com>
3454
3455 * gdb.ada/same_component_name: Add test for case of tagged record
3456 with variable-length fields.
3457
cc330e39
XR
34582018-09-10 Xavier Roirand <roirand@adacore.com>
3459
3460 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3461 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3462 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3463 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3464
b9c50e9a
XR
34652018-09-10 Xavier Roirand <roirand@adacore.com>
3466
3467 * gdb.ada/mi_string_access.exp: New testcase.
3468 * gdb.ada/mi_string_access/bar.adb: New file.
3469 * gdb.ada/mi_string_access/pck.adb: New file.
3470 * gdb.ada/mi_string_access/pck.asd: New file.
3471
2963898f
XR
34722018-09-10 Xavier Roirand <roirand@adacore.com>
3473
3474 * gdb.ada/mi_var_union.exp: New testcase.
3475 * gdb.ada/mi_var_union/bar.adb: New file.
3476 * gdb.ada/mi_var_union/pck.adb: New file.
3477 * gdb.ada/mi_var_union/pck.asd: New file.
3478
1aac008f
TT
34792018-09-08 Tom Tromey <tom@tromey.com>
3480
3481 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3482
332cf4c9
TT
34832018-09-08 Tom Tromey <tom@tromey.com>
3484
3485 PR python/16047:
3486 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3487 (register_pretty_printers): Register new printer.
3488 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3489 test.
3490 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3491 (an_int_type3): New global.
3492
424da6cf
JB
34932018-09-08 Joel Brobecker <brobecker@adacore.com>
3494
3495 * gdb.ada/expr_with_funcall: New testcase.
3496
2a62dfa9
JB
34972018-09-08 Joel Brobecker <brobecker@adacore.com>
3498
3499 * gdb.ada/packed_array_assign: New testcase.
3500
96b6697f
AB
35012018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3504 names, and add test prefixes to make test names unique.
3505
e4a62c65
TV
35062018-09-05 Tom de Vries <tdevries@suse.de>
3507
3508 * gdb.dwarf2/varval.exp: Add test.
3509
dd083ee2
GB
35102018-09-04 Gary Benson <gbenson@redhat.com>
3511
3512 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3513 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3514
aef9346c
TT
35152018-08-31 Tom Tromey <tom@tromey.com>
3516
3517 * gdb.rust/simple.rs: Rename second variable "v".
3518
c67f2e15
AB
35192018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.base/funcargs.c (use_a): New function.
3522 (recurse): Call use_a.
3523
078a0207
KS
35242018-08-29 Keith Seitz <keiths@redhat.com>
3525
3526 * gdb.compile/compile-cplus-anonymous.cc: New file.
3527 * gdb.compile/compile-cplus-anonymous.exp: New file.
3528 * gdb.compile/compile-cplus-array-decay.cc: New file.
3529 * gdb.compile/compile-cplus-array-decay.exp: New file.
3530 * gdb.compile/compile-cplus-inherit.cc: New file.
3531 * gdb.compile/compile-cplus-inherit.exp: New file.
3532 * gdb.compile/compile-cplus-member.cc: New file.
3533 * gdb.compile/compile-cplus-member.exp: New file.
3534 * gdb.compile/compile-cplus-method.cc: New file.
3535 * gdb.compile/compile-cplus-method.exp: New file.
3536 * gdb.compile/compile-cplus-mod.c: "New" file.
3537 * gdb.compile/compile-cplus-namespace.cc: New file.
3538 * gdb.compile/compile-cplus-namespace.exp: New file.
3539 * gdb.compile/compile-cplus-nested.cc: New file.
3540 * gdb.compile/compile-cplus-nested.exp: New file.
3541 * gdb.compile/compile-cplus-print.c: "New" file.
3542 * gdb.compile/compile-cplus-print.exp: "New" file.
3543 * gdb.compile/compile-cplus-virtual.cc: New file.
3544 * gdb.compile/compile-cplus-virtual.exp: New file.
3545 * gdb.compile/compile-cplus.c: "New" file.
3546 * gdb.compile/compile-cplus.exp: "New" file.
3547 * lib/compile-support.exp: New file.
3548
b0f492b9
GB
35492018-08-16 Gary Benson <gbenson@redhat.com>
3550
3551 PR gdb/13000:
3552 * gdb.base/batch-exit-status.exp: New file.
3553 * gdb.base/batch-exit-status.good-commands: Likewise.
3554 * gdb.base/batch-exit-status.bad-commands: Likewise.
3555
36eb4c5f
AH
35562018-08-29 Alan Hayward <alan.hayward@arm.com>
3557
3558 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3559 (struct struct02): Likewise.
3560 (struct struct03): Likewise.
3561 (struct struct04): Likewise.
3562 (struct struct_01_01): New struct.
3563 (struct struct_01_02): Likewise.
3564 (struct struct_01_03): Likewise.
3565 (struct struct_01_04): Likewise.
3566 (struct struct_02_01): Likewise.
3567 (struct struct_02_02): Likewise.
3568 (struct struct_02_03): Likewise.
3569 (struct struct_02_04): Likewise.
3570 (struct struct_04_01): Likewise.
3571 (struct struct_04_02): Likewise.
3572 (struct struct_04_03): Likewise.
3573 (struct struct_04_04): Likewise.
3574 (struct struct_05_01): Likewise.
3575 (struct struct_05_02): Likewise.
3576 (struct struct_05_03): Likewise.
3577 (struct struct_05_04): Likewise.
3578 (cmp_struct01): Remove function.
3579 (cmp_struct02): Likewise.
3580 (cmp_struct03): Likewise.
3581 (cmp_struct04): Likewise.
3582 (cmp_struct_01_01): Add Function.
3583 (cmp_struct_01_02): Likewise.
3584 (cmp_struct_01_03): Likewise.
3585 (cmp_struct_01_04): Likewise.
3586 (cmp_struct_02_01): Likewise.
3587 (cmp_struct_02_02): Likewise.
3588 (cmp_struct_02_03): Likewise.
3589 (cmp_struct_02_04): Likewise.
3590 (cmp_struct_04_01): Likewise.
3591 (cmp_struct_04_02): Likewise.
3592 (cmp_struct_04_03): Likewise.
3593 (cmp_struct_04_04): Likewise.
3594 (cmp_struct_05_01): Likewise.
3595 (cmp_struct_05_02): Likewise.
3596 (cmp_struct_05_03): Likewise.
3597 (cmp_struct_05_04): Likewise.
3598 (call_all): Add new structs.
3599 * gdb.base/infcall-nested-structs.exp: Likewise.
3600
3bf9c013
JV
36012018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3602
3603 * gdb.python/py-framefilter-mi.exp: Update regexp to
3604 check for "arch" field in frame output.
3605
450d1e88
KB
36062018-08-23 Kevin Buettner <kevinb@redhat.com>
3607
3608 * gdb.dwarf2/dw2-ranges-func.c: New file.
3609 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3610
ae739fe7
SM
36112018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3612
3613 * gdb.base/term.exp: Compare terminal settings with values from
3614 the inferior.
3615 * gdb.base/term.c: Get and set terminal settings.
3616
6d52907e
JV
36172018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3618
3619 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3620 accommodate new "arch" field in frame output.
3621 * gdb.mi/mi-return.exp: Likewise.
3622 * gdb.mi/mi-stack.exp: Likewise.
3623 * gdb.mi/mi-syn-frame.exp: Likewise.
3624 * gdb.mi/user-selected-context-sync.exp: Likewise.
3625
be2d111a
MS
36262018-08-19 Michael Spang <spang@google.com>
3627
3628 PR gdb/11786
3629 * gdb.base/gcore-tls-pie.c: New file.
3630 * gdb.base/gcore-tls-pie.exp: New file.
3631
ae3a7c47
KB
36322018-08-18 Kevin Buettner <kevinb@redhat.com>
3633
3634 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3635 * gdb.dwarf2/varval.c: New file.
3636 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3637
2ecae92e
AH
36382018-08-17 Alan Hayward <alan.hayward@arm.com>
3639
3640 PR gdb/18931
3641 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3642
c1854f1d
KS
36432018-08-16 Keith Seitz <keiths@redhat.com>
3644
3645 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3646 tests expected to pass.
3647
26fb3983
JV
36482018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3649
3650 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3651 -data-disassemble -a.
3652 (test_disassembly_bogus_args): Likewise.
3653
67943c00
AB
36542018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3657
5ff2bbae
AB
36582018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3659
3660 * gdb.base/vla-optimized-out.exp: Add new test.
3661
e5bbcd0f
AB
36622018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3663
3664 * gdb.base/vla-optimized-out-o3.exp: Delete.
3665 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3666 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3667 deleted tests.
3668
9d4a934c
AB
36692018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3670
3671 PR gdb/18050:
3672 * gdb.server/extended-remote-restart.c: New file.
3673 * gdb.server/extended-remote-restart.exp: New file.
3674
045cf012
SM
36752018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3676
3677 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3678 "set variable index = 42".
3679
87d6a7aa
SM
36802018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3681
3682 * boards/index-cache-gdb.exp: New file.
3683 * gdb.dwarf2/index-cache.exp: New file.
3684 * gdb.dwarf2/index-cache.c: New file.
3685 * gdb.base/maint.exp: Check if we are using the index cache.
3686
96d68bd4
RO
36872018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3688
3689 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3690 MAKEFLAGS.
3691
5a699617
RO
36922018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3693
3694 * dg-extract-results.sh: Move to toplevel contrib.
3695 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3696 * Makefile.in (check-parallel-racy): Likewise.
3697
5bd18990
AB
36982018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3701 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3702 tests if the target supports scheduler locking.
3703
3fbbcf47
TV
37042018-08-04 Tom de Vries <tdevries@suse.de>
3705
3706 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3707
3e1d3d8c
TT
37082018-08-02 Tom Tromey <tom@tromey.com>
3709
3710 PR symtab/16842.
3711 * gdb.cp/temargs.exp: Test "info address" of a template
3712 parameter.
3713
5abe0f0c
JV
37142018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3715
3716 * gdb.python/py-mi-var-info-path-expression.c: New file.
3717 * gdb.python/py-mi-var-info-path-expression.py: New file.
3718 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3719
fb66cde8
SDJ
37202018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3721
3722 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3723 error after "cannot resolve name" string.
3724
c708f4d2
AB
37252018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3728 started.
3729 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3730
37cc0cae
TV
37312018-07-28 Tom de Vries <tdevries@suse.de>
3732
3733 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3734
63b4ecf7
TV
37352018-07-26 Tom de Vries <tdevries@suse.de>
3736
3737 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3738
3c3bb058
AB
37392018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3740
3741 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3742 is visible.
3743
9e7f3bbb
TV
37442018-07-26 Tom de Vries <tdevries@suse.de>
3745
3746 PR breakpoints/23366
3747 * gdb.base/catch-follow-exec.c: New test.
3748 * gdb.base/catch-follow-exec.exp: New file.
3749
16f808ec
TV
37502018-07-25 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3753 vla-optimized-out.c.
3754
d7154a8d
JV
37552018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3756
3757 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3758 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3759
232a0032
TV
37602018-07-20 Tom de Vries <tdevries@suse.de>
3761
3762 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3763 NOCLONE macro.
3764 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3765
fbb1d502
TV
37662018-07-19 Tom de Vries <tdevries@suse.de>
3767
3768 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3769 regular expression.
3770
42dc7699
TV
37712018-07-18 Tom de Vries <tdevries@suse.de>
3772
3773 * gdb.base/vla-optimized-out.c: New test.
3774 * gdb.base/vla-optimized-out.exp: New file.
3775
7f1f7e23
SDJ
37762018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3777
3778 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3779 message "No address associated with hostname" when gdbserver
3780 cannot resolve the hostname.
3781
5759ebb3
PW
37822018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3783
3784 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3785 Add some test prefixes to make tests unique.
3786
3606ccab
PW
37872018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3788
3789 * gdb.base/frameapply.c: New file.
3790 * gdb.base/frameapply.exp: New file.
3791
529c08b2
PW
37922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3793
3794 * gdb.base/skip.exp: Update expected error message.
3795
c7ab0aef
SDJ
37962018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3797 Jan Kratochvil <jan.kratochvil@redhat.com>
3798 Paul Fertser <fercerpav@gmail.com>
3799 Tsutomu Seki <sekiriki@gmail.com>
3800
3801 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3802 parameter.
3803 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3804 by default.
3805 * boards/native-gdbserver.exp: Likewise.
3806 * gdb.server/run-without-local-binary.exp: Improve regexp used
3807 for detecting when a remote debugging connection succeeds.
3808 * gdb.server/server-connect.exp: New file.
3809 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3810 Do not prefix the port number with ":".
3811 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3812 support for detecting and using it. Add '$debughost_gdbserver'
3813 to the list of arguments used to start gdbserver. Handle case
3814 when gdbserver cannot resolve a network name.
3815
16ff70dd
SDJ
38162018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3817
3818 PR c++/23373
3819 * gdb.base/ptype-offsets.cc (struct static_member): New
3820 struct.
3821 (main) <stmember>: New variable.
3822 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3823 with a static member in it.
3824
3541979f
AB
38252018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3828 watchpoints enabled and disabled.
3829
c8ad9b9a
AB
38302018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3831
3832 * gdb.base/examine-backward.exp: Still run tests around address
3833 0x0, even if address 0x0 is not readable. Update the pattern for
3834 matching address 0x0 in expected output.
3835
e0e5e971
AB
38362018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3837
3838 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3839 malloc/free.
3840
1ea5da02
TV
38412018-07-04 Tom de Vries <tdevries@suse.de>
3842
3843 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3844
471b9d15
MR
38452018-07-02 Maciej W. Rozycki <macro@mips.com>
3846
3847 PR tdep/8282
3848 * gdb.arch/mips-disassembler-options.exp: New test.
3849 * gdb.arch/mips-disassembler-options.s: New test source.
3850
75acb486
PA
38512018-06-29 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.threads/names.exp: Adjust expected "info threads" output.
3854
cd2bb709
PA
38552018-06-29 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.opt/inline-break.exp (line number, address): Add "info
3858 break" tests.
3859
991ff292
PA
38602018-06-29 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3863 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3864 number and address and running to them.
3865
356819b6 38662018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3867
3868 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3869
2512d7ef
JK
38702018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3871
3872 * lib/compiler.c: Remove executable permission flag.
3873
be1b6474
RB
38742018-06-28 Richard Bunt <richard.bunt@arm.com>
3875
3876 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3877 code.
3878 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3879
291f9a96
PT
38802018-06-28 Petr Tesarik <ptesarik@suse.cz>
3881
3882 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3883
ed6dfe51
PT
38842018-06-28 Petr Tesarik <ptesarik@suse.cz>
3885
3886 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3887 address argument is omitted.
3888
d4d429d5
PT
38892018-06-28 Petr Tesarik <ptesarik@suse.cz>
3890
3891 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3892
7ab6656f
OJ
38932018-06-27 Omair Javaid <omair.javaid@linaro.org>
3894
3895 PR gdb/21695
3896 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3897 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3898
a33ccfc7
TT
38992018-06-26 Tom Tromey <tom@tromey.com>
3900
3901 PR rust/22574:
3902 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3903 * gdb.rust/simple.rs (struct SimpleLayout): New.
3904
6d72d289
SM
39052018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3906
3907 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3908 "info registers" output.
3909
8363f9d5
RB
39102018-06-21 Richard Bunt <richard.bunt@arm.com>
3911
3912 * gdb.base/watchpoint-hw-attach.c: New test.
3913 * gdb.base/watchpoint-hw-attach.exp: New file.
3914
f00674fe
SM
39152018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3916
3917 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3918 through /bin/sh.
3919 * boards/dwarf4-gdb-index.exp: Likewise.
3920 * boards/fission-dwp.exp: Likewise.
3921
1d554008
UW
39222018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3923
3924 * gdb.base/float128.exp: Add comment and improved fail message
3925 to the failure case of "print large128" test.
3926
d0ac1c44
SM
39272018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3928
3929 * configure.ac: Remove AC_PREREQ.
3930 * configure: Re-generate.
3931
61b04dd0
PA
39322018-06-19 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3935 (func_extern_caller): New.
3936 (main): Call func_extern_caller.
3937 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3938 logic change.
3939
f63b508a
SM
39402018-06-18 Weimin Pan <weimin.pan@oracle.com>
3941
3942 PR gdb/16841
3943 * gdb.cp/typedef-base.cc: New file.
3944 * gdb.cp/typedef-base.exp: New file.
3945
0fe3a558
TV
39462018-06-18 Tom de Vries <tdevries@suse.de>
3947
3948 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3949
7010835a
AB
39502018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3951 Richard Bunt <Richard.Bunt@arm.com>
3952
3953 * gdb.threads/attach-slow-waitpid.c: New file.
3954 * gdb.threads/attach-slow-waitpid.exp: New file.
3955 * gdb.threads/slow-waitpid.c: New file.
3956
14897d65
PA
39572018-06-14 Pedro Alves <palves@redhat.com>
3958
3959 * gdb.base/fork-running-state.c: Include <errno.h>.
3960 (exit_if_relative_exits): New.
3961 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3962 exits.
3963 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3964 child exits.
3965
5d9a0608
TV
39662018-06-14 Tom de Vries <tdevries@suse.de>
3967
3968 PR cli/22573
3969 * gdb.base/finish-pretty.c: New test.
3970 * gdb.base/finish-pretty.exp: New file.
3971
11ae5818
PA
39722018-06-14 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3975 gdb's expected startup output.
3976
1d39de44
PA
39772018-06-14 Pedro Alves <palves@redhat.com>
3978
3979 * lib/selftest-support.exp (selftest_setup): Remove inlined
3980 function handling.
3981
70ee0000
TV
39822018-06-14 Tom de Vries <tdevries@suse.de>
3983
3984 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3985 matching of breakpoint printing.
3986
11f4b608
TV
39872018-06-13 Tom de Vries <tdevries@suse.de>
3988
3989 PR testsuite/23269
3990 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3991 (fork_child): ... here, and ...
3992 (fork_parent): ... here.
3993
39942018-06-12 Tom de Vries <tdevries@suse.de>
3995
3996 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3997
9516f85a
AB
39982018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3999 Stephen Roberts <stephen.roberts@arm.com>
4000
4001 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4002 rewrite test to describe action performed, rather than possible
4003 failure.
4004
5045b3d7
GB
40052018-06-08 Gary Benson <gbenson@redhat.com>
4006
4007 * gdb.threads/check-libthread-db.exp: New file.
4008 * gdb.threads/check-libthread-db.c: Likewise.
4009
c61b06a1
TT
40102018-06-05 Tom Tromey <tom@tromey.com>
4011
4012 * gdb.base/default.exp: Update expected "show version" output.
4013
eb6af809
TT
40142018-06-05 Tom Tromey <tom@tromey.com>
4015
4016 PR cli/12326:
4017 * gdb.cp/static-print-quit.exp: Update.
4018 * lib/gdb.exp (pagination_prompt): Update.
4019 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4020 * gdb.python/python.exp: Update.
4021
178d6a63
JB
40222018-06-04 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4025
8e817061
JB
40262018-06-01 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.ada/bp_fun_addr: New testcase.
4029
e86ca25f
TT
40302018-06-01 Tom Tromey <tom@tromey.com>
4031
4032 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4033 results.
4034 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4035 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4036 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4037 * gdb.base/maint.exp (maint_pass_if): Update.
4038
4b2dfa9d
MR
40392018-05-31 Maciej W. Rozycki <macro@mips.com>
4040
4041 * gdb.base/endian.exp: New test.
4042 * gdb.base/endian.c: New test source.
4043
45f25d6c
AB
40442018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4045
4046 PR gdb/23203
4047 * gdb.base/bt-selected-frame.c: New file.
4048 * gdb.base/bt-selected-frame.exp: New file.
4049 * lib/gdb.exp (get_current_frame_number): New function.
4050
d9f6d7f8
MR
40512018-05-24 Maciej W. Rozycki <macro@mips.com>
4052 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.threads/tls-core.c: Include <stdlib.h>
4055 (thread_proc): Call `abort'.
4056 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4057 (tls_core_test): New procedure, bits factored out from ...
4058 (top level): ... here. Test both native cores and gcore cores.
4059
ff1cf532
TT
40602018-05-23 Tom Tromey <tom@tromey.com>
4061
4062 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4063
b98664d3
TT
40642018-05-23 Tom Tromey <tom@tromey.com>
4065
4066 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4067 symfile_complaints.
4068 (test_short_complaints): Likewise.
4069 (test_empty_complaints): Likewise.
4070 (test_initial_complaints): Update.
4071
4e9668d0
TT
40722018-05-23 Tom Tromey <tom@tromey.com>
4073
4074 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4075
43ba33c7
TT
40762018-05-23 Tom Tromey <tom@tromey.com>
4077
4078 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4079 (test_short_complaints): Update.
4080
035522c0
PA
40812018-05-22 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/remote.exp: Only gdb_start after compiling the
4084 testcase. Issue "disconnect" before testing "set remote" command
4085 defaults. Issue clean_restart before running to main.
4086
cc0be08f
PA
40872018-05-22 Pedro Alves <palves@redhat.com>
4088
4089 * gdb.base/remote.exp: Adjust expected output of "show remote
4090 memory-write-packet-size". Add tests for "set remote
4091 memory-write-packet-size 0" and "set remote
4092 memory-write-packet-size fixed/limit".
4093
b1b60145
PA
40942018-05-22 Pedro Alves <palves@redhat.com>
4095
4096 PR gdb/22973
4097 * gdb.base/utf8-identifiers.c: New file.
4098 * gdb.base/utf8-identifiers.exp: New file.
4099
0ec848ad
PFC
41002018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4101
4102 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4103
2c3305f6
PFC
41042018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4105
4106 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4107
ce1e8424
TT
41082018-05-18 Tom Tromey <tom@tromey.com>
4109
4110 * gdb.base/ptype-offsets.exp: Update.
4111
ddfe970e
KS
41122018-05-17 Keith Seitz <keiths@redhat.com>
4113
4114 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4115 in expected breakpoint stop locations.
4116 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4117 move to proper scope to test variable values.
4118 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4119 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4120 New functions.
4121 (main): Call not_inline_func3.
4122 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4123 inline_func1, inline_func2, and inline_func3. Test that when each
4124 breakpoint is hit, GDB properly reports both the stop location
4125 and the backtrace. Repeat tests for temporary breakpoints.
4126
0726fcc6
MR
41272018-05-15 Maciej W. Rozycki <macro@mips.com>
4128
4129 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4130 rather then trying to access it in determining whether the PID
4131 of `gdbserver' could have been retrieved.
4132
8ee22052
AB
41332018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * gdb.arch/amd64-init-x87-values.S: New file.
4136 * gdb.arch/amd64-init-x87-values.exp: New file.
4137
7785df48
JK
41382018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4141
56bcdbea
TT
41422018-05-04 Tom Tromey <tom@tromey.com>
4143
4144 PR python/22730:
4145 * gdb.python/python.exp: Test multi-line execute.
4146
a913fffb
TT
41472018-05-04 Tom Tromey <tom@tromey.com>
4148
4149 PR python/22731:
4150 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4151
7a2c85f2
TT
41522018-05-04 Tom Tromey <tom@tromey.com>
4153
4154 PR gdb/11750:
4155 * gdb.base/define.exp: Test defining a user command inside a user
4156 command.
4157 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4158
a3b60e45
JK
41592018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4160 Pedro Alves <palves@redhat.com>
4161
4162 PR breakpoints/19806 and support for PR external/20207.
4163 * gdb.base/watchpoint-unaligned.c: New file.
4164 * gdb.base/watchpoint-unaligned.exp: New file.
4165
45fe4a03
AB
41662018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4167
4168 * gdb.base/maint.exp: Make test names unique, use
4169 test_prefix_command_help to test 'help maint info', and remove
4170 repeated test of 'help maint'.
4171
9be2ae8f
TT
41722018-05-04 Tom Tromey <tom@tromey.com>
4173
4174 PR gdb/22619:
4175 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4176 behavior.
4177
11859c31
AB
41782018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4179
4180 * gdb.base/maint.exp: Process output from 'maint print registers'
4181 line at a time.
4182
089a9490
AB
41832018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4186 timeout.
4187
9b0797e2
AB
41882018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4191 filter pattern.
4192
f6ac5f3d
PA
41932018-05-02 Pedro Alves <palves@redhat.com>
4194
4195 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4196 to_log_command renames.
4197 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4198
77d3c63b
TT
41992018-05-02 Tom Tromey <tom@tromey.com>
4200
4201 * gdb.python/py-parameter.exp: Set test message.
4202
0489430a
TT
42032018-05-02 Tom Tromey <tom@tromey.com>
4204
4205 PR python/20084:
4206 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4207 PARAM_ZUINTEGER_UNLIMITED tests.
4208
1632f8ba
DR
42092018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4210
4211 PR rust/23124
4212 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4213 when casting.
4214
6d7bb824
TT
42152018-04-30 Tom Tromey <tom@tromey.com>
4216
4217 * gdb.python/py-type.exp: Check align attribute.
4218 * gdb.python/py-type.c: New "aligncheck" global.
4219
007e1530
TT
42202018-04-30 Tom Tromey <tom@tromey.com>
4221
4222 PR exp/17095:
4223 * gdb.dwarf2/dw2-align.exp: New file.
4224 * gdb.cp/align.exp: New file.
4225 * gdb.base/align.exp: New file.
4226 * lib/gdb.exp (gdb_int128_helper): New proc.
4227 (has_int128_c, has_int128_cxx): New caching procs.
4228
6873858b
TT
42292018-04-27 Tom Tromey <tom@tromey.com>
4230
4231 PR rust/22545:
4232 * gdb.rust/simple.exp: Add inclusive range tests.
4233
79188d8d
PA
42342018-04-26 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4237 ifunc breakpoint locations correctly of ifunc breakpoints set
4238 while the program resolves the ifunc.
4239
c7075ad5
PA
42402018-04-26 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.base/gnu-ifunc-final.c: New file.
4243 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4244 * gdb.base/gnu-ifunc.exp (executable): Delete.
4245 (staticexecutable): Adjust.
4246 (lib_opts, exec_opts): Delete.
4247 (make_binsuffix, build, set-break): New procedures.
4248 (misc_tests): New, with tests factored out from the top level.
4249 (top level): Test different combinations of ifunc resolver name,
4250 resolver with and with debug info, and ifunc target with and
4251 without debug info. Wrap static tests with with_target_prefix.
4252
8388016d
PA
42532018-04-26 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4256 return type" warnings.
4257
249b5733
PA
42582018-04-25 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4261 killed".
4262 * gdb.base/kill-after-signal.exp: Likewise.
4263 * gdb.threads/kill.exp: Likewise.
4264
f67c0c91
SDJ
42652018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4266 Sergio Durigan Junior <sergiodj@redhat.com>
4267 Pedro Alves <palves@redhat.com>
4268
4269 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4270 regexps to expect for '[Inferior ... detached]' as well.
4271 * gdb.base/attach.exp: Likewise.
4272 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4273 "gdb_continue_to_end".
4274 (test_catch_syscall_with_wrong_args): Likewise.
4275 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4276 ']'. Don't set 'verbose' on.
4277 * gdb.base/foll-vfork.exp: Likewise.
4278 * gdb.base/fork-print-inferior-events.c: New file.
4279 * gdb.base/fork-print-inferior-events.exp: New file.
4280 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4281 '[Inferior ... has been killed]' message.
4282 * gdb.base/kill-after-signal.exp: Likewise.
4283 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4284 detach message.
4285 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4286 message.
4287 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4288 regexps to expect for '[Inferior ... detached]' as well.
4289 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4290
0a8ddac4
SM
42912018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4292
4293 PR gdb/23104
4294 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4295
d27d16bf
RB
42962018-04-19 Richard Bunt <richard.bunt@arm.com>
4297
4298 * gdb.threads/multiple-successive-infcall.c: New test.
4299 * gdb.threads/multiple-successive-infcall.exp: New file.
4300
a037790e
TT
43012018-04-17 Tom Tromey <tom@tromey.com>
4302
4303 * gdb.rust/simple.rs (Union): New type.
4304 (main): New local "u".
4305 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4306
e3a91079
AA
43072018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4308
4309 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4310 number information in output of "whereis" command.
4311 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4312
b744723f
AA
43132018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4314
4315 * gdb.ada/info_types.exp: Adjust expected output to the line
4316 numbers now printed by "info var/func/type".
4317 * gdb.base/completion.exp: Likewise.
4318 * gdb.base/included.exp: Likewise.
4319 * gdb.cp/cp-relocate.exp: Likewise.
4320 * gdb.cp/cplusfuncs.exp: Likewise.
4321 * gdb.cp/namespace.exp: Likewise.
4322 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4323
4a4495d6
MM
43242018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4325
4326 * gdb.btrace/cpu.exp: New.
4327
1d509aa6
MM
43282018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4329
4330 * gdb.base/step-indirect-call-thunk.exp: New.
4331 * gdb.base/step-indirect-call-thunk.c: New.
4332 * gdb.reverse/step-indirect-call-thunk.exp: New.
4333 * gdb.reverse/step-indirect-call-thunk.c: New.
4334
6295b6da
SM
43352018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4336
4337 * gdb.base/pie-fork.c: New file.
4338 * gdb.base/pie-fork.exp: New file.
4339
50146e70
TT
43402018-04-11 Tom Tromey <tom@tromey.com>
4341
4342 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4343
f50d8a2e
PA
43442018-04-10 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4347 exits. Instead loop running forever.
4348 (fork_parent): Run forever too.
4349
a0be7a36
SM
43502018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4351
4352 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4353 mi_continue_to_line.
4354 * gdb.mi/mi-stack.c (callee4): Add comment.
4355
9b73db36
SM
43562018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4357
4358 * gdb.mi/mi-stack.exp: Fix indentation.
4359
c912f608
SM
43602018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4361
4362 PR gdb/22979
4363 * gdb.arch/amd64-osabi.exp: New file.
4364
26540402
SM
43652018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4366
4367 PR gdb/22980
4368 * gdb.base/osabi.exp: New file.
4369
121ad66c 43702018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4371
4372 * gdb.cp/static-typedef-print.exp: New file.
4373 * gdb.cp/static-typedef-print.cc: New file.
4374
3fcded8f
JB
43752018-03-27 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.ada/varsize_limit: New testcase.
4378
59cc4834
JB
43792018-03-27 Joel Brobecker <brobecker@adacore.com>
4380
4381 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4382
4383 * gdb.ada/notcplusplus: New testcase.
4384
4385 * gdb.base/c-linkage-name.c: New file.
4386 * gdb.base/c-linkage-name.exp: New testcase.
4387
4ca59a9f
TT
43882018-03-26 Tom Tromey <tom@tromey.com>
4389
4390 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4391 * gdb.python/py-framefilter.py (name_error): New global.
4392 (ErrorInName.function): Use name_error.
4393
978d6c75
TT
43942018-03-26 Tom Tromey <tom@tromey.com>
4395
4396 PR backtrace/15582:
4397 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4398
b7fee5a3
KS
43992018-03-23 Keith Seitz <keiths@redhat.com>
4400
4401 PR c++/22968
4402 * gdb.cp/subtypes.exp: New file.
4403 * gdb.cp/subtypes.h: New file.
4404 * gdb.cp/subtypes.cc: New file.
4405 * gdb.cp/subtypes-2.cc: New file.
4406
376be529
AB
44072018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4410 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4411 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4412 -nostartfiles when compiling the test. Confirm that all registers
4413 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4414
066cfa98
AB
44152018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4418 option, syntax was wrong anyway.
4419 * gdb.arch/arm-disp-step.exp: Likewise.
4420 * gdb.arch/sparc64-regs.exp: Likewise.
4421 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4422 option, syntax was wrong anyway, switch to use
4423 prepare_for_testing.
4424 * gdb.arch/i386-disp-step.exp: Likewise.
4425
079670b9
AA
44262018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4427
4428 * gdb.ada/exec_changed.exp: Replace "target_info exists
4429 use_gdb_stub" by "use_gdb_stub".
4430 * gdb.ada/start.exp: Likewise.
4431 * gdb.base/async-shell.exp: Likewise.
4432 * gdb.base/attach-pie-misread.exp: Likewise.
4433 * gdb.base/attach-wait-input.exp: Likewise.
4434 * gdb.base/break-entry.exp: Likewise.
4435 * gdb.base/break-interp.exp: Likewise.
4436 * gdb.base/dprintf-detach.exp: Likewise.
4437 * gdb.base/nostdlib.exp: Likewise.
4438 * gdb.base/solib-nodir.exp: Likewise.
4439 * gdb.base/statistics.exp: Likewise.
4440 * gdb.base/testenv.exp: Likewise.
4441 * gdb.mi/mi-exec-run.exp: Likewise.
4442 * gdb.mi/mi-start.exp: Likewise.
4443 * gdb.multi/dummy-frame-restore.exp: Likewise.
4444 * gdb.multi/multi-arch-exec.exp: Likewise.
4445 * gdb.multi/multi-arch.exp: Likewise.
4446 * gdb.multi/tids.exp: Likewise.
4447 * gdb.multi/watchpoint-multi.exp: Likewise.
4448 * gdb.python/py-events.exp: Likewise.
4449 * gdb.threads/attach-into-signal.exp: Likewise.
4450 * gdb.threads/attach-stopped.exp: Likewise.
4451 * gdb.threads/threadapply.exp: Likewise.
4452 * lib/selftest-support.exp: Likewise.
4453
26d6cec4
AA
44542018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4455
4456 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4457
4ee89e90
SR
44582018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4459
4460 * gdb.perf/template-breakpoints.cc: New file.
4461 * gdb.perf/template-breakpoints.exp: New file.
4462 * gdb.perf/template-breakpoints.py: New file.
4463
92630041
TT
44642018-03-19 Tom Tromey <tom@tromey.com>
4465
4466 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4467 y0.
4468 * gdb.rust/simple.exp: Test bare identifier form of struct
4469 initializer.
4470
76727919
TT
44712018-03-19 Tom Tromey <tom@tromey.com>
4472
4473 * gdb.gdb/observer.exp: Remove.
4474
194ed413
AA
44752018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4476
4477 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4478 "qualified" option when setting breakpoints.
4479 * gdb.trace/backtrace.exp: Likewise.
4480 * gdb.trace/circ.exp: Likewise.
4481 * gdb.trace/collection.exp: Likewise.
4482 * gdb.trace/disconnected-tracing.exp: Likewise.
4483 * gdb.trace/ftrace-lock.exp: Likewise.
4484 * gdb.trace/ftrace.exp: Likewise.
4485 * gdb.trace/infotrace.exp: Likewise.
4486 * gdb.trace/packetlen.exp: Likewise.
4487 * gdb.trace/passc-dyn.exp: Likewise.
4488 * gdb.trace/qtro.exp: Likewise.
4489 * gdb.trace/read-memory.exp: Likewise.
4490 * gdb.trace/report.exp: Likewise.
4491 * gdb.trace/signal.exp: Likewise.
4492 * gdb.trace/status-stop.exp: Likewise.
4493 * gdb.trace/strace.exp: Likewise.
4494 * gdb.trace/tfind.exp: Likewise.
4495 * gdb.trace/trace-break.exp: Likewise.
4496 * gdb.trace/trace-condition.exp: Likewise.
4497 * gdb.trace/trace-mt.exp: Likewise.
4498 * gdb.trace/tstatus.exp: Likewise.
4499 * gdb.trace/tsv.exp: Likewise.
4500 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4501 * gdb.trace/unavailable.exp: Likewise.
4502 * gdb.trace/while-dyn.exp: Likewise.
4503
8b067d2c
AA
45042018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4505
4506 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4507 that libinproctrace is copied to the target.
4508
3ae9ce5d
TT
45092018-03-14 Tom Tromey <tom@tromey.com>
4510
4511 PR cli/14977:
4512 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4513 a null pointer.
4514 * gdb.base/wchar.exp: Likewise.
4515
b8c2339b
TT
45162018-03-14 Tom Tromey <tom@tromey.com>
4517
4518 PR cli/19918:
4519 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4520 flag.
4521
4872dc46
SM
45222018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4523
4524 PR gdb/22841
4525 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4526 "target" to remote_exec.
4527
e4fe3756
SM
45282018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4529
4530 PR gdb/22841
4531 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4532 ${board}_upload): Remove.
4533
e95a97d4
AA
45342018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4535
4536 * gdb.cp/watch-cp.cc: New test.
4537 * gdb.cp/watch-cp.exp: New file.
4538
dbbb1059
AB
45392018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4540
4541 * gdb.base/infcall-nested-structs.exp: New file.
4542 * gdb.base/infcall-nested-structs.c: New file.
4543 * gdb.base/float.exp: Add riscv support.
4544
ecc054c0
TP
45452018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4546
4547 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4548 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4549
25e3c82c
SDJ
45502018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4551
4552 * gdb.server/abspath.exp: New file.
4553 * lib/gdb.exp (with_cwd): New procedure.
4554
3083294d
SM
45552018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4556
4557 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4558 use it.
4559 (gdb_is_target_remote_prompt): New proc.
4560 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4561 (gdb_is_target_native): Pass prompt parameter to
4562 gdb_is_target_1.
4563
3275ef47
SM
45642018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4565
4566 * gdb.base/load-command.c: New file.
4567 * gdb.base/load-command.exp: New file.
4568 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4569 (gdb_is_target_1): ...this, and generalize for other targets
4570 than just remote.
4571 (gdb_is_target_remote): Use gdb_is_target_1.
4572 (gdb_is_target_native): use gdb_is_target_1.
4573
6893c19a
TT
45742018-02-26 Tom Tromey <tom@tromey.com>
4575
4576 PR python/16497:
4577 * gdb.python/py-framefilter.exp: Update test.
4578
2ddeaf8a
TT
45792018-02-26 Tom Tromey <tom@tromey.com>
4580
4581 * gdb.dwarf2/variant.c: New file.
4582 * gdb.dwarf2/variant.exp: New file.
4583
c9317f21
TT
45842018-02-26 Tom Tromey <tom@tromey.com>
4585
4586 * gdb.rust/simple.exp: Accept more possible results in enum test.
4587
6f6d0c26
SM
45882018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4589
4590 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4591 parentheses.
4592
11b03145
MR
45932018-02-23 Maciej W. Rozycki <macro@mips.com>
4594
4595 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4596 name of a variable: $actual_linejj -> $actual_line.
4597
54a27fe5
JB
45982018-02-21 John Baldwin <jhb@FreeBSD.org>
4599
4600 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4601
de65820c
MM
46022018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4603
4604 * gdb.btrace/buffer-size.exp: Do not force BTS.
4605
980548fd
PA
46062018-02-14 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4609 getting a "Quit".
4610
c4e12631
MM
46112018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4612
4613 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4614 Fix test name.
4615
c2e0e465
SM
46162018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4617
4618 * gdb.cp/m-static.exp: Check type of optimized out static
4619 member.
4620
f7216783
AB
46212018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4622
4623 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4624 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4625
0625771b
LS
46262018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4627 Leszek Swirski <leszeks@google.com>
4628
4629 * gdb.python/py-prettyprint.c
4630 (struct to_string_returns_value_inner,
4631 struct to_string_returns_value_wrapper): New.
4632 (main): Add tsrvw variable.
4633 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4634 ToStringReturnsValueWrapper): New classes.
4635 (register_pretty_printers): Register new pretty-printers.
4636 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4637 recursive pretty printer.
4638 * gdb.python/py-mi.exp: Likewise.
4639
59498c30
LS
46402018-02-01 Leszek Swirski <leszeks@google.com>
4641
4642 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4643 functions with the same name as an include file are parsed
4644 correctly.
4645
d4d38844
YQ
46462018-02-01 Yao Qi <yao.qi@linaro.org>
4647
4648 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4649 "\[^\r\n\]*".
4650
07e5f5cf
NP
46512018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4652
4653 * gdb.arch/powerpc-prologue-frame.s: New file.
4654 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4655 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4656
929b5ad4
JB
46572018-01-31 Joel Brobecker <brobecker@adacore.com>
4658
4659 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4660
e671cd59
PA
46612018-01-30 Pedro Alves <palves@redhat.com>
4662
4663 PR gdb/13211
4664 * gdb.base/interrupt-daemon.c: New.
4665 * gdb.base/interrupt-daemon.exp: New.
4666 * gdb.multi/multi-term-settings.c: New.
4667 * gdb.multi/multi-term-settings.exp: New.
4668
fc413dc4
JB
46692018-01-30 Joel Brobecker <brobecker@adacore.com>
4670
4671 * gdb.base/break.exp: Save the location where the breakpoint
4672 on break.c:47 was actually inserted when debugging the version
4673 compiled at -O2 and use it in the expected output of the "info
4674 break" test performed soon after.
4675
5c319bb2
PA
46762018-01-22 Pedro Alves <palves@redhat.com>
4677 Sergio Durigan Junior <sergiodj@redhat.com>
4678
4679 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4680 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4681
a9e40818
JB
46822018-01-22 Joel Brobecker <brobecker@adacore.com>
4683
4684 * gdb.base/break-include.c, gdb.base/break-include.inc,
4685 gdb.base/break-include.exp: New files.
4686 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4687 line number now being the actual line number where the breakpoint
4688 was inserted.
4689 * gdb.mi/mi-break.exp: Likewise.
4690 * gdb.mi/mi-reverse.exp: Likewise.
4691 * gdb.mi/mi-simplerun.exp: Ditto.
4692
e707fc44
AB
46932018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4694
4695 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4696 varobj.
4697 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4698
ae451627
AB
46992018-01-21 Don Breazeal <donb@codesourcery.com>
4700 Andrew Burgess <andrew.burgess@embecosm.com>
4701
4702 * gdb.mi/basics.c: Add new global.
4703 * gdb.mi/mi-frame-regs.exp: New file.
4704 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4705 case.
4706
b1b189e0
AB
47072018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4708
4709 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4710 non-parameter, and on an unknown symbol.
4711
fcfcc376
TT
47122018-01-19 Tom Tromey <tom@tromey.com>
4713
4714 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4715 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4716
634c1c31
AA
47172018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4718
4719 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4720 setrlimit and chdir to int.
4721
d6ad07fd
AA
47222018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4723
4724 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4725 function.
4726 (my_tend): Likewise.
4727 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4728 rationale of avoiding FP- and vector instructions.
4729
adf8243b
RK
47302018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4731
4732 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4733 "info reg" with "\[ \t\]*".
4734 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4735 "\[ \t\]+".
4736 * gdb.arch/s390-multiarch.exp: Ditto.
4737 * gdb.base/pc-fp.exp: Ditto.
4738 * gdb.reverse/i386-precsave.exp: Ditto.
4739 * gdb.reverse/i386-reverse.exp: Ditto.
4740 * gdb.reverse/i387-env-reverse.exp: Ditto.
4741 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4742
dcc06925
AA
47432018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4744
4745 * lib/gdb.exp (gdb_compile): Re-enable use of
4746 universal_compile_options for languages other than Rust.
4747
25d4fd80
AA
47482018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4749
4750 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4751
ee7f689e 47522018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4753
4754 PR gdb/16577
4755 * gdb.base/solib-vanish.exp: New.
4756 * gdb.base/solib-vanish-main.c: New.
4757 * gdb.base/solib-vanish-lib1.c: New.
4758 * gdb.base/solib-vanish-lib2.c: New.
4759
d8447b6b
YQ
47602018-01-17 Yao Qi <yao.qi@linaro.org>
4761
4762 * gdb.compile/compile.exp: Match the address printed for
4763 frame in the output of command "bt".
4764
86d6a90c
TT
47652018-01-15 Tom Tromey <tom@tromey.com>
4766
4767 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4768 compute sp_reg.
4769
cbcdb1aa
AB
47702018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4771
4772 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4773 to prepare.
4774 (prepare): Return 0 on error, 1 on success.
4775
eea61984
PA
47762018-01-12 Pedro Alves <palves@redhat.com>
4777
4778 * gdb.base/continue-after-aborted-step-over.c: New.
4779 * gdb.base/continue-after-aborted-step-over.exp: New.
4780
6181e9c2
SM
47812018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4782
4783 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4784 options when not creating an executable.
4785
3cada740
PA
47862018-01-11 Pedro Alves <palves@redhat.com>
4787
4788 PR remote/22597
4789 * gdb.server/stop-reply-no-thread.c: New file.
4790 * gdb.server/stop-reply-no-thread.exp: New file.
4791
c63d3e8d
PA
47922018-01-10 Pedro Alves <palves@redhat.com>
4793
4794 PR gdb/22670
4795 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4796 functions too. Test setting breakpoints and printing C functions
4797 with no debug info too.
4798 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4799
d4c2a405
PA
48002018-01-10 Pedro Alves <palves@redhat.com>
4801
4802 PR gdb/22670
4803 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4804 a fail.
4805
8825213e
PA
48062018-01-10 Pedro Alves <palves@redhat.com>
4807
4808 PR gdb/22670
4809 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4810
605fd3c6
YQ
48112018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4812
4813 * gdb.server/unittest.exp: Match the output in non-development
4814 mode.
4815
1e5ded6c
YQ
48162018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4817
4818 * gdb.gdb/unittest.exp: Match output in non-development mode.
4819
30066b0b
JB
48202018-01-08 Joel Brobecker <brobecker@adacore.com>
4821
4822 * gdb.ada/access_tagged_param.exp: Relax expected output
4823 for value of "ObjL" in "continue" to pck.inspect breakpoint
4824 test.
4825
04bafb1e
XR
48262018-01-08 Joel Brobecker <brobecker@adacore.com>
4827
9f86398b
JB
4828 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4829 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4830
e379cee6
PA
48312018-01-05 Pedro Alves <palves@redhat.com>
4832
4833 PR gdb/18653
4834 * gdb.base/libsegfault.exp: New.
4835
de63c46b
PA
48362018-01-05 Joel Brobecker <brobecker@adacore.com>
4837
4838 PR gdb/22670
4839 * gdb.ada/access_tagged_param.exp: New file.
4840 * gdb.ada/access_tagged_param/foo.adb: New file.
4841
f98fc17b
PA
48422018-01-05 Pedro Alves <palves@redhat.com>
4843
4844 PR gdb/22670
4845 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4846 exercise lower case too, and to exercise both full matching and
4847 wild matching.
4848
342f8240
JB
48492018-01-05 Joel Brobecker <brobecker@adacore.com>
4850
4851 * gdb.ada/rename_subscript_param: New testcase.
4852
7150d33c
JG
48532018-01-05 Jerome Guitton <guitton@adacore.com>
4854
4855 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4856
cc0e770c
JB
48572018-01-05 Joel Brobecker <brobecker@adacore.com>
4858
4859 * gdb.ada/convvar_comp: New testcase.
4860
672a41aa 48612018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4862
4863 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4864 (My_Table): New global variable.
4865 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4866
7365ec2f
JB
48672018-01-04 Joel Brobecker <brobecker@adacore.com>
4868
4869 PR gdb/22670
4870 * gdb.ada/maint_with_ada: New testcase.
4871
289483b6
JB
48722018-01-04 Joel Brobecker <brobecker@adacore.com>
4873
4874 PR gdb/22670
4875 * gdb.ada/bp_c_mixed_case: New testcase.
4876
344420da
JB
48772018-01-04 Joel Brobecker <brobecker@adacore.com>
4878
4879 PR gdb/22670
4880 * gdb.ada/complete.exp: Add "complete break ada" test.
4881
66fc87a0
JB
48822018-01-04 Joel Brobecker <brobecker@adacore.com>
4883
4884 PR gdb/22670
4885 * gdb.ada/info_addr_mixed_case: New testcase.
4886
9f757bf7
XR
48872018-01-03 Xavier Roirand <roirand@adacore.com>
4888
4889 * gdb.ada/excep_handle.exp: New testcase.
4890 * gdb.ada/excep_handle/foo.adb: New file.
4891 * gdb.ada/excep_handle/pck.ads: New file.
4892
bd570f80
JB
48932018-01-03 Joel Brobecker <brobecker@adacore.com>
4894
4895 * gdb.base/step-line.c: Add extra empty line in copyright header.
4896 * gdb.base/step-line.inp: Likewise.
4897
9fe561ab
JB
48982018-01-02 Joel Brobecker <brobecker@adacore.com>
4899
4900 * gdb.ada/dyn_stride.exp: Add slice test.
4901
a405673c
JB
49022018-01-02 Joel Brobecker <brobecker@adacore.com>
4903
4904 * gdb.ada/dyn_stride: New testcase.
4905
cef0f868
SH
49062017-12-27 Stafford Horne <shorne@gmail.com>
4907
4908 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4909 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4910
b67d92b0
SH
49112017-12-27 Stafford Horne <shorne@gmail.com>
4912
4913 * gdb.base/reggroups.c: New file.
4914 * gdb.base/reggroups.exp: New file.
4915
eccab96d
JB
49162017-12-18 Joel Brobecker <brobecker@adacore.com>
4917
4918 * gdb.dwarf2/ada-valprint-error.c: New file.
4919 * gdb.dwarf2/ada-valprint-error.exp: New file.
4920
0e2da9f0
JB
49212017-12-18 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.ada/assign_arr: New testcase.
4924
cb923fcc
XR
49252017-12-18 Xavier Roirand <roirand@adacore.com>
4926
4927 * gdb.ada/funcall_ptr: New testcase.
4928
7c161838
SDJ
49292017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4930
4931 PR cli/16224
4932 * gdb.base/ptype-offsets.cc: New file.
4933 * gdb.base/ptype-offsets.exp: New file.
4934
1af17fd9
YQ
49352017-12-15 Yao Qi <yao.qi@linaro.org>
4936
4937 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4938 if XML is disabled.
4939
828d5846
XR
49402017-12-15 Xavier Roirand <roirand@adacore.com>
4941
4942 * gdb.ada/same_component_name: New testcase.
4943
79e8fcaa
JB
49442017-12-14 Joel Brobecker <brobecker@adacore.com>
4945
4946 * gdb.ada/str_binop_equal: New testcase.
4947
e05fa6f9
JB
49482017-12-14 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.ada/task_switch_in_core: New testcase.
4951
b89641ba
SM
49522017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4953
4954 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4955 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4956 call test_bkpt_qualified.
4957 (test_bkpt_qualified): New proc.
4958
6892d2e4
PA
49592017-12-13 Pedro Alves <palves@redhat.com>
4960
4961 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4962 Tighten regexp by matching with an anchor.
4963
a22ecf70
PA
49642017-12-13 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4967 ("expression with namespace"): New set of tests.
4968 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4969 (Nested::Test_NS::qux): New.
4970 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4971 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4972
9937536c
JB
49732017-12-13 Joel Brobecker <brobecker@adacore.com>
4974
4975 * gdb.base/server-del-break.c: New file.
4976 * gdb.base/server-del-break.exp: New file.
4977
fe49c6f5
SH
49782017-12-12 Stafford Horne <shorne@gmail.com>
4979
4980 * gdb.xml/tdesc-regs.exp: Add or1k support.
4981
c3d18620
SH
49822017-12-12 Stafford Horne <shorne@gmail.com>
4983
4984 * gdb.base/bp-permanent.c: Define nop of or1k.
4985
c5f9cfc8
JB
49862017-12-11 Joel Brobecker <brobecker@adacore.com>
4987
4988 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4989 output with components being reordered.
4990
a9c135fc
JB
49912017-12-11 Joel Brobecker <brobecker@adacore.com>
4992
4993 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4994 output with components being reordered.
4995
927aa2e7
JK
49962017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4997 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/maint.exp (check for .gdb_index): Check also for
5000 .debug_names.
5001 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5002 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5003 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5004 (.gdb_index used after symbol reloading): Support also .debug_names.
5005 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5006
f17d9474
YQ
50072017-12-08 Yao Qi <yao.qi@linaro.org>
5008
5009 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5010 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5011
a0de8c21
YQ
50122017-12-08 Yao Qi <yao.qi@linaro.org>
5013
5014 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5015 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5016
a738ea1d
YQ
50172017-12-08 Yao Qi <yao.qi@linaro.org>
5018
5019 * gdb.arch/aarch64-tagged-pointer.c: New file.
5020 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5021
1cd9a73b
SDJ
50222017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5023
5024 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5025 "int".
5026
fa6eb693
KS
50272017-12-07 Keith Seitz <keiths@redhat.com>
5028
5029 PR breakpoints/22569
5030 * gdb.linespec/ls-errs.exp: Change expected result of "break
5031 -source this file has spaces.c -line 3".
5032 Check that an explicit source file followed by whitespace is
5033 identified as an invalid explicit location.
5034
883fd55a
KS
50352017-12-07 Keith Seitz <keiths@redhat.com>
5036
5037 * gdb.cp/nested-types.cc: New file.
5038 * gdb.cp/nested-types.exp: New file.
5039 * lib/cp-support.exp: Load data-structures.exp library.
5040 (debug_cp_test_ptype_class): New global.
5041 (cp_ptype_class_verbose, next_line): New procedures.
5042 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5043 Add and document new return value.
5044 Switch the list of lines to a queue.
5045 Add support for new `type' key for nested type definitions.
5046 Add debugging/troubleshooting messages.
5047 * lib/data-structures.exp: New file.
5048
ec72db3e
SM
50492017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5050
5051 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5052 with proc_with_prefix, don't use with_test_prefix.
5053
99598d71
TT
50542017-12-07 Tom Tromey <tom@tromey.com>
5055
5056 * gdb.base/break.exp: Add test for empty "commands".
5057
a8806230
YQ
50582017-12-07 Yao Qi <yao.qi@linaro.org>
5059
5060 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5061 malloc and catch syscall.
5062
824cc835
PM
50632017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5064
e79be6e5 5065 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5066 tests for explicit locations.
5067
7cc244de
PA
50682017-12-06 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5071 force-disabling XML descriptions.
5072
50a1fdd5
PA
50732017-12-04 Pedro Alves <palves@redhat.com>
5074
5075 PR gdb/22499
5076 * gdb.arch/amd64-disp-step-avx.S: New file.
5077 * gdb.arch/amd64-disp-step-avx.exp: New file.
5078
f0fb2488
PA
50792017-12-03 Pedro Alves <palves@redhat.com>
5080
5081 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5082 and <string.h>.
5083 (parent_function): Print distinct messages when waitpid fails, or
5084 the child exits with a signal, or the child exits for an unhandled
5085 reason.
5086 * gdb.threads/process-dies-while-detaching.exp
5087 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5088 it. Wait for both inferior output and GDB's prompt. Use an
5089 indirect spawn id list.
5090 (do_detach): New parameter 'child_exit'. Use it to compute
5091 expected inferior output.
5092 (test_detach, test_detach_watch, test_detach_killed_outside):
5093 Adjust to pass down the expected child exit kind.
5094
97cbe998
SDJ
50952017-12-01 Joel Brobecker <brobecker@adacore.com>
5096 Sergio Durigan Junior <sergiodj@redhat.com>
5097 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5100
40fc416f
SDJ
51012017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5102
5103 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5104 to 'symbol-file' and 'add-symbol-file' can be
5105 position-independent.
5106
1cc75e92
YQ
51072017-12-01 Yao Qi <yao.qi@linaro.org>
5108
5109 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5110 the URL in copyright header.
5111 * gdb.arch/aarch64-fp.exp: Likewise.
5112 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5113 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5114 * gdb.base/expand-psymtabs.exp: Likewise.
5115 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5116 * gdb.fortran/common-block.exp: Likewise.
5117 * gdb.fortran/common-block.f90: Likewise.
5118 * gdb.fortran/logical.exp: Likewise.
5119 * gdb.fortran/vla-datatypes.f90: Likewise.
5120 * gdb.fortran/vla-sub.f90: Likewise.
5121
875fb7a7
JB
51222017-11-30 Joel Brobecker <brobecker@adacore.com>
5123
5124 * gdb.ada/repeat_dyn: New testcase.
5125
6f14765f
UW
51262017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5127
5128 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5129 Update for changed thread numbering.
5130 * gdb.cell/bt.exp: Update for changed GDB output.
5131
f1af7b94
SM
51322017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5133
5134 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5135 setting isremote by hand.
5136 * boards/dwarf4-gdb-index.exp: Likewise.
5137 * boards/fission.exp: Likewise.
5138 * boards/stabs.exp: Likewise.
5139
e3919f3e
PA
51402017-11-30 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.linespec/cpls-ops.exp
5143 (check_explicit_skips_function_argument): Extract the underlying
5144 type of size_t instead of hardcoding it.
5145
bd69330d
PA
51462017-11-29 Pedro Alves <palves@redhat.com>
5147
5148 PR c++/19436
5149 * gdb.linespec/cpls-abi-tag.cc: New file.
5150 * gdb.linespec/cpls-abi-tag.exp: New file.
5151
a20714ff
PA
51522017-11-29 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/langs.exp: Use -qualified.
5155 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5156 it.
5157 * gdb.cp/namespace.exp: Use -qualified.
5158 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5159 (overload-3, template-overload, template-ret-type, const-overload)
5160 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5161 procedures.
5162 (test_driver): Call them.
5163 * gdb.cp/save-bp-qualified.cc: New.
5164 * gdb.cp/save-bp-qualified.exp: New.
5165 * gdb.linespec/explicit.exp: Test -qualified.
5166 * lib/completion-support.exp (completion::explicit_opts_list): Add
5167 "-qualified".
5168 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5169
f6f1d339
PM
51702017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5171
5172 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5173
02ca603a
TT
51742017-11-29 Tom Tromey <tom@tromey.com>
5175
5176 * gdb.base/relocate.exp: Update invalid argument test.
5177 Add new tests for invalid arguments.
5178
ed6c0bfb
TP
51792017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5180
5181 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5182 Return 0 as a long.
5183 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5184
f106e10e
TP
51852017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5186
5187 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5188 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5189 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5190 func ().
5191 * gdb.cp/shadow.cc (B.func): Return 0.
5192
10329bb2
JB
51932017-11-27 Joel Brobecker <brobecker@adacore.com>
5194
5195 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5196 expected output in gdb_expect call to allow the exception
5197 message to be present as well. Fix syntax confusion to avoid
5198 TCL thinking that exception_name is an array.
5199
617cd4bc
UW
52002017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5201
5202 * gdb.arch/spu-info.c: Include <unistd.h>.
5203 (do_signal_test): Fix broken calls to write.
5204 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5205 Fix checks for empty mailboxes. Update signal tests for corrected
5206 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5207 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5208 * gdb.cell/arch.exp: Use standard_output_file.
5209 * gdb.cell/break.exp: Likewise.
5210 * gdb.cell/bt.exp: Likewise.
5211 * gdb.cell/core.exp: Likewise.
5212 * gdb.cell/dwarfaddr.exp: Likewise.
5213 * gdb.cell/ea-cache.exp: Likewise.
5214 * gdb.cell/ea-standalone.exp: Likewise.
5215 * gdb.cell/f-regs.exp: Likewise.
5216 * gdb.cell/fork.exp: Likewise.
5217 * gdb.cell/gcore.exp: Likewise.
5218 * gdb.cell/mem-access.exp: Likewise.
5219 * gdb.cell/ptype.exp: Likewise.
5220 * gdb.cell/registers.exp: Likewise.
5221 * gdb.cell/sizeof.exp: Likewise.
5222 * gdb.cell/solib-symbol.exp: Likewise.
5223 * gdb.cell/solib.exp: Likewise.
617cd4bc 5224
a81aaca0
PA
52252017-11-25 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.base/complete-empty.exp: New file.
5228 * gdb.base/completion.exp: Adjust.
5229
6a3c6ee4
PA
52302017-11-25 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.linespec/cpls-ops.cc: New file.
5233 * gdb.linespec/cpls-ops.exp: New file.
5234 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5235 factored out from ...
5236 (test_complete_prefix_range): ... this.
5237
8955eb2d
PA
52382017-11-24 Pedro Alves <palves@redhat.com>
5239
5240 * gdb.linespec/cpcompletion.exp: New file.
5241 * gdb.linespec/cpls-hyphen.cc: New file.
5242 * gdb.linespec/cpls.cc: New file.
5243 * gdb.linespec/cpls2.cc: New file.
5244 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5245 test to use test_gdb_complete_unique. Add label completion,
5246 keyword completion and explicit location completion tests.
5247 * lib/completion-support.exp: New file.
5248
e547c119
JB
52492017-11-24 Joel Brobecker <brobecker@adacore.com>
5250
5251 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5252 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5253 when hitting an exception catchpoint.
5254
7c3c1aa8
YQ
52552017-11-22 Yao Qi <yao.qi@linaro.org>
5256
5257 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5258
41bd68f5
SM
52592017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5260
5261 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5262 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5263 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5264
1daad298
YQ
52652017-11-22 Yao Qi <yao.qi@linaro.org>
5266
5267 * gdb.base/info-os.exp: Pass pthreads.
5268 * gdb.multi/multi-attach.exp: Likewise.
5269
88465e87
YQ
52702017-11-22 Yao Qi <yao.qi@linaro.org>
5271
5272 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5273 compiler.
5274
dc196b23
YQ
52752017-11-22 Yao Qi <yao.qi@linaro.org>
5276
5277 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5278 * gdb.base/break-interp.exp: Likewise.
5279 * gdb.base/jit-attach-pie.exp: Likewise.
5280
2400729e
UW
52812017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5282
5283 * gdb.base/float128.c (large128): New variable.
5284 * gdb.base/float128.exp: Add test to print largest __float128 value.
5285
7a26362d
UW
52862017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5287
5288 * gdb.arch/vsx-regs.exp: Update register content checks.
5289
ed0f4273
UW
52902017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5291
5292 * gdb.arch/ppc-longdouble.exp: New file.
5293 * gdb.arch/ppc-longdouble.c: Likewise.
5294
a25d69c6
PA
52952017-11-21 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5298
73fcf641
PA
52992017-11-20 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5302 (long_double_typedef): New typedefs.
5303 Use DEF on double and long double.
5304 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5305 cases.
5306 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5307 and 'long_double_ptr_same_size' locals. Use them to decide
5308 whether cast from array/function to float is valid/invalid.
5309
71a3c369
TT
53102017-11-17 Tom Tromey <tom@tromey.com>
5311
5312 * gdb.rust/traits.rs: New file.
5313 * gdb.rust/traits.exp: New file.
5314
ced9779b
JB
53152017-11-17 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.ada/minsyms: New testcase.
5318
a0922d80
PA
53192017-11-16 Pedro Alves <palves@redhat.com>
5320
5321 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5322 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5323
ea04e54c
PA
53242017-11-16 Pedro Alves <palves@redhat.com>
5325
5326 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5327 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5328
e849ea89
PA
53292017-11-16 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.server/reconnect-ctrl-c.c: New file.
5332 * gdb.server/reconnect-ctrl-c.exp: New file.
5333
d8ae99a7
PM
53342017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5335
5336 * gdb.python/py-rbreak.exp: New file.
5337 * gdb.python/py-rbreak.c: New file.
5338 * gdb.python/py-rbreak-func2.c: New file.
5339
968a13f8
PA
53402017-11-16 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5343 pattern.
5344 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5345 GDB.
5346
71774bc9
SM
53472017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5348
5349 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5350 regex.
5351
ddbb44cf
SM
53522017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5353
5354 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5355 test names.
5356
584a564f
PA
53572017-11-09 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5360 factored out from ...
5361 (top level): ... here, and adjusted to avoid expecting beyond the
5362 prompt in a single gdb_test_multiple.
5363
5ed7a928
PA
53642017-11-09 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5367 output.
5368 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5369 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5370 * gdb.server/ext-run.exp ("kill" test): Likewise.
5371 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5372
a60e0738
PA
53732017-11-09 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5376 match till end of line.
5377
2c88253f
PA
53782017-11-09 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5381
c7a38517
PA
53822017-11-09 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5385 New procedures, factored out from ...
5386 (top level): ... here, and adjusted to avoid expecting beyond the
5387 prompt in one go.
5388
f29f4b6b
PA
53892017-11-09 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5392 output. Fix '?' match.
5393
286acbb5
JB
53942017-11-08 Joel Brobecker <brobecker@adacore.com>
5395
5396 * gdb.ada/scoped_watch: New testcase.
5397 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5398 which is actually correct.
5399 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5400 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5401
62d7ae92
PA
54022017-11-08 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.gdb/complaints.exp (test_initial_complaints)
5405 (test_serial_complaints, test_short_complaints): Call
5406 complaint_internal instead of complaint.
5407
280ca31f
DT
54082017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5409
5410 * gdb.threads/tls-core.c: New file.
5411 * gdb.threads/tls-core.exp: Likewise.
5412
b5ec771e
PA
54132017-11-08 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5416 (p Exported_Capitalized): New test.
5417 (p exported_capitalized): New test.
5418
a02b41a7
PA
54192017-11-07 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5422
95e95a6d
PA
54232017-11-07 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5426 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5427 (disable_invalid, disable_inverted, disable_negative): New
5428 procedures.
5429 ("bad numbers"): New set of tests.
5430
cee62dbd
PA
54312017-11-07 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.cp/ena-dis-br-range.exp: Add tests.
5434
cc638e86
PA
54352017-11-07 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5438
d0fe4701
XR
54392017-11-07 Xavier Roirand <roirand@adacore.com>
5440 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.base/ena-dis-br.exp: Add reference to
5443 gdb.cp/ena-dis-br-range.exp.
5444 * gdb.cp/ena-dis-br-range.exp: New file.
5445 * gdb.cp/ena-dis-br-range.cc: New file.
5446
46f67f80
PA
54472017-11-06 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.base/attach-non-pgrp-leader.c: New.
5450 * gdb.base/attach-non-pgrp-leader.exp: New.
5451
726e1356
PA
54522017-11-06 Pedro Alves <palves@redhat.com>
5453
5454 * configure.ac: No longer check for termio.h and sgtty.h.
5455 * configure: Regenerate.
5456 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5457 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5458 Remove termio and sgtty code.
5459
50ab6ace
YQ
54602017-11-03 Yao Qi <yao.qi@linaro.org>
5461
5462 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5463 in GDB is disabled.
5464
8e68731c
YQ
54652017-11-03 Yao Qi <yao.qi@linaro.org>
5466
5467 * gdb.python/py-thrhandle.exp: Skip it if python is not
5468 enabled.
5469
3a87ae65
SM
54702017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5471
5472 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5473 as a breakpoint command.
5474
484d8d36
MD
54752017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5476
5477 PR python/21213
5478 * gdb.python/py-infthread.exp: Test calling
5479 InferiorThread.inferior () multiple times in a row.
5480
4a27f119
KS
54812017-10-27 Keith Seitz <keiths@redhat.com>
5482
5483 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5484 Test "info break" for every inlined function breakpoint.
5485
bb11dd58
YQ
54862017-10-27 Yao Qi <yao.qi@linaro.org>
5487
5488 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5489
a43f3893
PF
54902017-10-26 Patrick Frants <osscontribute@gmail.com>
5491
5492 * gdb.cp/classes.exp (test_static_members): Test printing
5493 Outer::instance.
5494 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5495 (Inner::instance, Outer::instance): New.
5496
792ccf00
PA
54972017-10-24 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5500 extra console" test in two stages.
5501
eb2bfbad
PA
55022017-10-24 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5505
1f75a651
PA
55062017-10-24 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5509 loop.
5510
779990d9
PA
55112017-10-24 Pedro Alves <palves@redhat.com>
5512
5513 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5514 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5515
ad9b8f5d
PA
55162017-10-24 Pedro Alves <palves@redhat.com>
5517
5518 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5519 parameter and handle it. Don't output read value in test name.
5520
fee6da6e
PA
55212017-10-24 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5524 custom test name.
5525
10389c2c
PA
55262017-10-24 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5529 include the unstable output directory name in the test's name.
5530 (initial_setup_simple) <'set args'>: Use custom test name.
5531
a80e65a9
PA
55322017-10-24 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5535 with explicit test name.
5536
15763a09
PA
55372017-10-20 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5540 'wait -i'. Use gdb_assert and remote_close.
5541
49a4ce2e
AB
55422017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5543
5544 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5545 number from variable rather than hard-coded.
5546
a75868f5
PA
55472017-10-19 Pedro Alves <palves@redhat.com>
5548
5549 * gdb.base/long-inferior-output.c: New file.
5550 * gdb.base/long-inferior-output.exp: New file.
5551
c8ba13ad
KS
55522017-11-18 Keith Seitz <keiths@redhat.com>
5553
5554 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5555 method.
5556 (main): Call it.
5557 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5558 Add additional user-defined conversion operator tests.
5559
b27de576
PA
55602017-10-17 Pedro Alves <palves@redhat.com>
5561
5562 * boards/native-stdio-gdbserver.exp: Load "local-board".
5563
8484c955
PA
55642017-10-17 Pedro Alves <palves@redhat.com>
5565
5566 * gdb.base/quit-live.c: New file.
5567 * gdb.base/quit-live.exp: New file.
5568
83d5a34d
KS
55692017-10-16 Keith Seitz <keiths@redhat.com>
5570
5571 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5572 (class_with_protected_typedef, class_with_private_typedef)
5573 (struct_with_public_typedef, struct_with_protected_typedef)
5574 (struct_with_private_typedef): New classes/structs.
5575 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5576 typedefs and access specifiers.
5577
739b3f1d
PA
55782017-10-16 Pedro Alves <palves@redhat.com>
5579 Simon Marchi <simon.marchi@polymtl.ca>
5580
5581 * README (Local vs Remote vs Native): New section.
5582 * boards/local-board.exp: New file, with bits factored out from
5583 ...
5584 * boards/native-extended-gdbserver.exp: ... here. Load
5585 "local-board".
5586 * boards/native-gdbserver.exp: Load "local-board".
5587 (${board}_spawn, ${board}_exec): Delete.
5588 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5589 ...
5590 * boards/stdio-gdbserver-base.exp: ... this new file.
5591 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5592 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5593 procedure.
5594 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5595 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5596 stdio_gdbserver_command.
5597 (${board}_get_remote_address, ${board}_get_comm_port)
5598 (${board}_download, ${board}_upload): Delete.
5599 (get_target_remote_pipe_cmd): New.
5600
fe68b953
SM
56012017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5602
5603 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5604 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5605 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5606 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5607 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5608 remove with_test_prefix.
5609
300b6685
PA
56102017-10-13 Pedro Alves <palves@redhat.com>
5611
5612 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5613 * gdb.base/annota1.exp: Use it instead of is_remote.
5614 * gdb.base/annota3.exp: Use it instead of is_remote.
5615 * gdb.cp/annota2.exp: Use it instead of is_remote.
5616 * gdb.cp/annota3.exp: Use it instead of is_remote.
5617 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5618
50500caf
PA
56192017-10-13 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5622 (test_num_test_vars, run_and_count_vars, find_env)
5623 (test_set_unset_env, test_inherit_env_var): New procedures.
5624 (top level): Use them.
5625
dad0c6d2
PA
56262017-10-13 Pedro Alves <palves@redhat.com>
5627
5628 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5629 also skip on stub-like targets.
5630
8b0553c1
PA
56312017-10-13 Pedro Alves <palves@redhat.com>
5632
5633 PR gdb/22293
5634 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5635 (top level): Move some tests to ...
5636 (test_not_found): ... this new procedure.
5637 (top level): Call it.
5638
7594f623
PA
56392017-10-13 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5642 expect different "info terminal" output if testing with a
5643 non-native target.
5644
ebe3b402
PA
56452017-10-13 Pedro Alves <palves@redhat.com>
5646 Simon Marchi <simon.marchi@polymtl.ca>
5647
5648 PR python/12966
5649 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5650
42f1b161
PA
56512017-10-13 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5654 already.
5655
8d6ef72b
PA
56562017-10-13 Pedro Alves <palves@redhat.com>
5657
5658 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5659 is_remote.
5660
d7bcd5b8
PA
56612017-10-13 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5664 is_remote.
5665
df479dc6
PA
56662017-10-13 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5669 is set.
5670 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5671 instead of is_remote.
5672
23fb630a
PA
56732017-10-13 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5676 (top level): Add comment.
5677
cc77b1dc
PA
56782017-10-13 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/remote.exp (top level): Fix comment typo and add
5681 missing return.
5682
27c9e813
PA
56832017-10-13 Pedro Alves <palves@redhat.com>
5684 Simon Marchi <simon.marchi@polymtl.ca>
5685
5686 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5687 calls and add comments. Skip test if use_gdb_stub is set.
5688 (top level): Use "set cwd" command instead of "cd" command.
5689
5e830d98
PA
56902017-10-13 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5693 is_remote target check.
5694
f5ca0032
PA
56952017-10-13 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.base/scope.exp: Use build_executable + clean_restart +
5698 gdb_file_cmd instead of prepare_for_testing and no longer skip
5699 "before run" tests on is_remote target boards. Update comments.
5700 * boards/native-extended-gdbserver.exp
5701 (extended_gdbserver_load_last_file): New, factored out from ...
5702 (gdb_load): ... this. Move further below and add comment.
5703 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5704
8aed1c0d
PA
57052017-10-12 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.base/attach.exp: Remove references to gdb64.
5708 * gdb.base/dbx.exp: Remove references to gdb64.
5709
cfa34c87
SM
57102017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5711 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.base/label.exp: Remove is_remote target check.
5714
9192b7de
PA
57152017-10-12 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.base/auvx.exp (coredir): Update comment.
5718 (top level) <core_works>: Use "set cwd" command instead of "cd"
5719 command.
5720
6bf0052d
PA
57212017-10-12 Pedro Alves <palves@redhat.com>
5722 Simon Marchi <simon.marchi@polymtl.ca>
5723
5724 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5725 target boards.
5726
e48ef82d
PA
57272017-10-12 Pedro Alves <palves@redhat.com>
5728 Simon Marchi <simon.marchi@polymtl.ca>
5729
5730 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5731 Instead skip if there's any gdb_protocol set.
5732
8d7aea57
SM
57332017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5734 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5737
30440677
PA
57382017-10-12 Pedro Alves <palves@redhat.com>
5739 Simon Marchi <simon.marchi@polymtl.ca>
5740
5741 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5742 instead of on dejagnu remote boards.
5743
4e04f045 57442017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5745 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5746
5747 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5748 checks. Use build_executable + clean_restart instead of
5749 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5750 of enabling non-stop after starting gdb.
5751
871a186e
PA
57522017-10-12 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5755 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5756 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5757 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5758
56d704da
AK
57592017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5760
5761 * gdb.arch/arc-tdesc-cpu.exp: New file.
5762 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5763
2f20e312
SM
57642017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5765
5766 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5767
65630365
PA
57682017-10-10 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5771 expect CLI output.
5772
bf469271
PA
57732017-10-10 Pedro Alves <palves@redhat.com>
5774
5775 * lib/selftest-support.exp (selftest_setup): Update for
5776 captured_command_loop's prototype change.
5777
777a42f1
PA
57782017-10-09 Pedro Alves <palves@redhat.com>
5779
5780 Test both arch1=>arch2 and arch2=>arch1.
5781
5782 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5783 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5784 factored out to...
5785 (append_arch1_options, append_arch2_options, append_arch_options)
5786 (build_executables): New procedures.
5787 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5788 local.
5789 (top level): Add new 'first_arch' testing axis.
5790
cbd2b4e3
PA
57912017-10-09 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5794 (barrier): New.
5795 (thread_start, all_started): New functions.
5796 (main): Spawn new thread and wait until it is scheduled.
5797 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5798 option.
5799 (do_test): Add 'selected_thread' parameter. Run to all_started
5800 instead of main. Explicitly set the breakpoint at main. Switch
5801 to the SELECTED_THREAD thread.
5802 (top level): Test handling the exec event with either the main
5803 thread or the second thread selected.
5804
5c9e4427
PA
58052017-10-09 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5808 logic. Move STOP marker after the value checks.
5809 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5810 regexp.
5811
b3b7c423
SL
58122017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5813
5814 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5815
3b4b2f16
UW
58162017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5817
5818 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5819 integer-to-dfp conversion.
5820 * gdb.base/dfp-test.exp: Likewise.
5821
5cd63fda
PA
58222017-10-04 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.multi/hangout.c: Include <unistd.h>.
5825 (hangout_loop): New function.
5826 (main): Call alarm. Call hangout_loop in a loop.
5827 * gdb.multi/hello.c: Include <unistd.h>.
5828 (hello_loop): New function.
5829 (main): Call alarm. Call hangout_loop in a loop.
5830 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5831 inferior with the other selected.
5832
4c71c105
SM
58332017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5834
5835 * gdb.mi/list-thread-groups-available.exp: New file.
5836 * gdb.mi/list-thread-groups-available.c: New file.
5837
bc3b087d
SDJ
58382017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5839
5840 * gdb.base/set-cwd.exp: Make it available on
5841 native-extended-gdbserver.
5842
d092c5a2
SDJ
58432017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5844
5845 * gdb.base/set-cwd.c: New file.
5846 * gdb.base/set-cwd.exp: Likewise.
5847
45320ffa
TT
58482017-10-02 Tom Tromey <tom@tromey.com>
5849
5850 PR rust/22236:
5851 * gdb.rust/simple.rs (main): New variable "fslice".
5852 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5853
b3e3859b
TT
58542017-10-02 Tom Tromey <tom@tromey.com>
5855
5856 * gdb.rust/simple.exp: Test ptype of a slice.
5857
01af5e0d
TT
58582017-10-02 Tom Tromey <tom@tromey.com>
5859
5860 * gdb.rust/simple.exp: Test index of slice.
5861
a9bbfbd8
TT
58622017-09-27 Tom Tromey <tom@tromey.com>
5863
5864 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5865
df8899e5
TP
58662017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5867 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.base/compare-sections.exp (get value of read-only section): Read
5870 as unsigned value.
5871 (corrupt read-only section): Likewise and don't set written if patching
5872 failed.
5873
757bf54b
KB
58742017-09-21 Kevin Buettner <kevinb@redhat.com>
5875
5876 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5877 files.
5878
06871ae8
PA
58792017-09-20 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5882 symbol names in gdb's output.
5883 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5884
e5f25bc5
PA
58852017-09-20 Pedro Alves <palves@redhat.com>
5886
5887 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5888 Rename to ...
5889 (test_list_ambiguous_symbol): ... this and add a symbol name
5890 parameter. Adjust.
5891 (test_list_ambiguous_function): Reimplement on top of
5892 test_list_ambiguous_symbol and also test listing ambiguous
5893 variables.
5894 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5895 (ambiguous_fun): ... this.
5896 (ambiguous_var): New.
5897 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5898 (ambiguous_fun): ... this.
5899 (ambiguous_var): New.
5900
4e5a4f58
JB
59012017-09-19 John Baldwin <jhb@FreeBSD.org>
5902
5903 * gdb.base/starti.c: New file.
5904 * gdb.base/starti.exp: New file.
5905 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5906
26e53f3e
PA
59072017-09-14 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5910 (top level): Use it instead of runto.
5911
cb791d59
TT
59122017-09-11 Tom Tromey <tom@tromey.com>
5913
5914 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5915
7c96f8c1
TT
59162017-09-11 Tom Tromey <tom@tromey.com>
5917
5918 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5919 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5920
469412dd
CW
59212017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5922
5923 * gdb.fortran/printing-types.exp: New file.
5924 * gdb.fortran/printing-types.exp: New file.
5925
e0f86435
BH
59262017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5927
5928 * gdb.fortran/vla-ptype.exp: Fix typos.
5929 * gdb.fortran/vla-value.exp: Same.
5930
9e9af4be
BH
59312017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5932
5933 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5934 * gdb.mi/mi-var-child-f.exp: Likewise.
5935 * gdb.mi/mi-vla-fortran.exp: Likewise.
5936
a5ad232b 59372017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5938 Christoph Weinmann <christoph.t.weinmann@intel.com>
5939 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5940
5941 * gdb.fortran/ptr-indentation.f90: New file.
5942 * gdb.fortran/ptr-indentation.exp: New file.
5943
5aec60eb
TT
59442017-09-05 Tom Tromey <tom@tromey.com>
5945
5946 PR gdb/22010:
5947 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5948
8f8f8152
TP
59492017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5950
5951 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5952
fbd1b771
JK
59532017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 * gdb.threads/tls-nodebug-pie.c: New file.
5956 * gdb.threads/tls-nodebug-pie.exp: New file.
5957
5eb5f850
TT
59582017-09-05 Tom Tromey <tom@tromey.com>
5959
5960 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5961 for rust.
5962
ae780a21
SM
59632017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5964
5965 * gdb.multi/multi-arch-exec.exp: Test with different
5966 "follow-exec-mode" settings.
5967 (do_test): New procedure.
5968
3693fdb3
PA
59692017-09-04 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.base/func-static.c (S::method const, S::method volatile)
5972 (S::method volatile const): New methods.
5973 (c_s, v_s, cv_s): New instances.
5974 (main): Call method() on them.
5975 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5976 (cannot_resolve): New procedure.
5977 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5978 print-quote-unquoted columns.
5979 (do_test): Test printing each scope too.
5980
e68cb8e0
PA
59812017-09-04 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/local-static.exp: Also test with
5984 class::method::variable wholly quoted.
5985 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5986
858be34c
PA
59872017-09-04 Pedro Alves <palves@redhat.com>
5988
5989 * gdb.base/local-static.c: New.
5990 * gdb.base/local-static.cc: New.
5991 * gdb.base/local-static.exp: New.
5992
46a4882b
PA
59932017-09-04 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.asm/asm-source.exp: Add casts to int.
5996 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5997 (dataglobal64_1, dataglobal64_2): New globals.
5998 * gdb.base/nodebug.exp: Test different expressions involving the
5999 new globals, with print, whatis and ptype. Add casts to int.
6000 * gdb.base/solib-display.exp: Add casts to int.
6001 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6002 * gdb.cp/m-static.exp: Add cast to int.
6003 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6004 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6005 tls variable with no debug info without a cast. Test with a cast
6006 to int too.
6007 * gdb.trace/entry-values.exp: Add casts.
6008
2c5a2be1
PA
60092017-09-04 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/nodebug.exp: Test that ptype's error about functions
6012 with unknown return type includes the function name too.
6013
7022349d
PA
60142017-09-04 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6017 return type of munmap in infcall.
6018 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6019 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6020 type of ftell in infcall.
6021 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6022 type of getpid in infcall.
6023 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6024 infcall.
6025 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6026 Bail on failure to extract the pid.
6027 * gdb.base/nodebug.c: #include <stdint.h>.
6028 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6029 New functions.
6030 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6031 Change expected output of print/whatis/ptype with functions with
6032 no debug info. Test all supported languages. Call
6033 test_call_promotion.
6034 * gdb.compile/compile.exp: Adjust expected output to expect
6035 warning.
6036 * gdb.threads/siginfo-threads.exp: Likewise.
6037
54990598
PA
60382017-09-04 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6041 "prototypes". Test calling float functions via prototyped and
6042 unprototyped function pointers.
6043 (perform_all_tests): New parameter "prototypes". Pass it down.
6044 (top level): Pass down "prototypes" parameter to
6045 perform_all_tests.
6046
34d16ea2
SM
60472017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6048
6049 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6050 Test with nested loops.
6051
9521ecda
SM
60522017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6053
6054 * gdb.base/commands.exp: Call the new procedures.
6055 (loop_break_test, loop_continue_test): New procedures.
6056
80a65e9b
SM
60572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.base/commands.exp: Call new procedure.
6060 (define_if_without_arg_test): New procedure.
6061
e439fa14
PA
60622017-09-04 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/list-ambiguous.exp: New file.
6065 * gdb.base/list-ambiguous0.c: New file.
6066 * gdb.base/list-ambiguous1.c: New file.
6067 * gdb.base/list.exp (test_list_range): Adjust expected output.
6068
0a2dde4a
SDJ
60692017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6070
6071 * gdb.base/share-env-with-gdbserver.c: New file.
6072 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6073
5e89eb3a
SM
60742017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6075
6076 * gdb.base/commands.exp (gdbvar_simple_if_test,
6077 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6078 progvar_simple_if_test, progvar_simple_while_test,
6079 progvar_complex_if_while_test, user_defined_command_test,
6080 user_defined_command_args_eval,
6081 user_defined_command_args_stack_test,
6082 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6083 temporary_breakpoint_commands,
6084 gdb_test_no_prompt, redefine_hook_test,
6085 redefine_backtrace_test): Remove "global gdb_prompt".
6086
fd437cbc
SM
60872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6088
6089 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6090 New proc, call it from toplevel.
6091
87215ad1
SDJ
60922017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6093
6094 PR remote/21852
6095 * gdb.server/normal.c: New file, copied from gdb.base.
6096 * gdb.server/run-without-local-binary.exp: New file.
6097
58afddc6
WP
60982017-08-07 Weimin Pan <weimin.pan@oracle.com>
6099
6100 * gdb.arch/sparc64-adi.exp: New file.
6101 * gdb.arch/sparc64-adi.c: New file.
6102
5277199a
PA
61032017-08-22 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6106 (top level): Add "list all overloads" tests.
6107
14278e1f
TT
61082017-08-22 Tom Tromey <tom@tromey.com>
6109
6110 * gdb.gdb/xfullpath.exp: Remove.
6111
bf223d3e
PA
61122017-08-21 Pedro Alves <palves@redhat.com>
6113
6114 PR gdb/19487
6115 * gdb.base/symbol-alias.c: New.
6116 * gdb.base/symbol-alias2.c: New.
6117 * gdb.base/symbol-alias.exp: New.
6118
c973d0aa
PA
61192017-08-21 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/dfp-test.c
6122 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6123 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6124 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6125 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6126 * gdb.base/whatis-ptype-typedefs.c: New.
6127 * gdb.base/whatis-ptype-typedefs.exp: New.
6128 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6129 (an_int, an_int_type, an_int_type2): New globals.
6130 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6131 involving typedefs and cast expressions.
6132 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6133 (lookup_typedefs_function): New.
6134 (typedefs_pretty_printers_dict): New.
6135 (top level): Register lookup_typedefs_function in
6136 gdb.pretty_printers.
6137
6d580b63
YQ
61382017-08-18 Yao Qi <yao.qi@linaro.org>
6139
6140 * gdb.server/unittest.exp: New.
6141
206726fb
SDJ
61422017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6143
6144 PR gdb/21954
6145 * gdb.base/environ.exp: Add test to check if 'unset environment'
6146 works.
6147
bf0ec4c2
AA
61482017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6149
6150 * lib/gdb.exp (universal_compile_options): New caching proc.
6151 (gdb_compile): Suppress GCC's coloring of messages.
6152
d6382fff
TT
61532017-08-14 Tom Tromey <tom@tromey.com>
6154
6155 PR gdb/21675:
6156 * gdb.base/printcmds.exp (test_radices): New function.
6157 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6158 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6159 * lib/gdb.exp (get_integer_valueof): Use p/d.
6160
c2c2dd9f
SM
61612017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6162
6163 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6164 characters.
6165
fdffd6f4
TT
61662017-08-05 Tom Tromey <tom@tromey.com>
6167
6168 * gdb.rust/simple.exp: Allow String to appear in a different
6169 namespace.
6170
27d41eac
YQ
61712017-07-26 Yao Qi <yao.qi@linaro.org>
6172
6173 * gdb.gdb/unittest.exp: Invoke command
6174 "maintenance check xml-descriptions".
6175
031ed05d
AA
61762017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6177
6178 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6179 calling context.
6180 (hex128): Drop erroneous calculation of parameters.
6181
dcd27ddf
SM
61822017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6183
6184 * gdb.python/py-unwind.exp: Disable stack protection when
6185 building test file.
6186
47e77640
PA
61872017-07-20 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.base/default.exp (set language): Adjust expected output.
6190
62d2a18a
PA
61912017-07-20 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6194 (test_minsym): ... this, and make static.
6195 (get_pck__foo__bar__minsym): Rename to ...
6196 (get_test_minsym): ... this.
6197 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6198 symbol names and comments.
6199 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6200 (get_test_minsym): ... this.
6201 (pck__foo__bar__minsym__2): Rename to ...
6202 (test_minsym): ... this.
6203 (main): Adjust.
6204
c45ec17c
PA
62052017-07-17 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/completion.exp: Adjust expected output.
6208 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6209 the completer works.
6210
c6756f62
PA
62112017-07-17 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6214
5bd68487
AB
62152017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6216
6217 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6218
8880f2a9
TT
62192017-07-14 Tom Tromey <tom@tromey.com>
6220
6221 PR rust/21764:
6222 * gdb.rust/simple.exp: Add tests.
6223
65547233
TT
62242017-07-14 Tom Tromey <tom@tromey.com>
6225
6226 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6227
8f14146e
PA
62282017-07-14 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.linespec/base/one/thefile.cc (z1): New function.
6231 * gdb.linespec/base/two/thefile.cc (z2): New function.
6232 * gdb.linespec/linespec.exp: Add tests.
6233
b4365d02
AB
62342017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6235
6236 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6237 to mi_create_breakpoint.
6238
5d2cbaa5
AB
62392017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6240
6241 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6242 mi_create_breakpoint.
6243
11cb5716
IB
62442017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6245
6246 * gdb.dlang/demangle.exp: Update for demangling changes.
6247
03278692
TT
62482017-07-09 Tom Tromey <tom@tromey.com>
6249
6250 * gdb.dwarf2/shortpiece.exp: New file.
6251
33c5cd75
DB
62522017-07-06 David Blaikie <dblaikie@gmail.com>
6253
6254 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6255 built from fissiont-multi-cu{1,2}.c.
6256 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6257 except putting 'main' and 'func' in separate CUs in the same DWO file.
6258 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6259 test.
6260 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6261 test.
6262
8455d262
PA
62632017-07-06 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.python/py-unwind.exp: Test flushregs.
6266
dc4bde35
SDJ
62672017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6268
6269 PR cli/21688
6270 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6271 tests for alias commands and trailing whitespace.
6272
51ed89aa
SDJ
62732017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6274
6275 PR cli/21688
6276 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6277 procedure. Call it.
6278
eb17d413
PA
62792017-06-29 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.base/printcmds.exp: Add tests.
6282
41664b45
DG
62832017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6284
6285 PR gdb/21337
6286 * gdb.base/reread-readsym.exp: New file.
6287 * gdb.base/reread-readsym.c: New file.
6288
75312ae3
KB
62892017-06-21 Kevin Buettner <kevinb@redhat.com>
6290
6291 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6292 subpattern.
6293
66953522
PB
62942017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6295
6296 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6297 extended mnemonic.
6298 * gdb.arch/powerpc-power9.s: Likewise.
6299
5524b525
AA
63002017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6301
6302 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6303 on 32-bit x86 targets. Exploit is_*_target macros where
6304 appropriate.
6305
03c8af18
AA
63062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6307
6308 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6309 register pieces.
6310
3bf31011
AA
63112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6312
6313 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6314 located in one or more DWARF pieces.
6315
805acca0
AA
63162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6317
6318 * lib/gdb.exp (get_endianness): New proc.
6319 * gdb.arch/aarch64-fp.exp: Use it.
6320 * gdb.arch/altivec-regs.exp: Likewise.
6321 * gdb.arch/e500-regs.exp: Likewise.
6322 * gdb.arch/vsx-regs.exp: Likewise.
6323 * gdb.base/dump.exp: Likewise.
6324 * gdb.base/funcargs.exp: Likewise.
6325 * gdb.base/gnu_vector.exp: Likewise.
6326 * gdb.dwarf2/formdata16.exp: Likewise.
6327 * gdb.dwarf2/implptrpiece.exp: Likewise.
6328 * gdb.dwarf2/nonvar-access.exp: Likewise.
6329 * gdb.python/py-inferior.exp: Likewise.
6330 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6331
e9352324
AA
63322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6333
6334 PR gdb/21226
6335 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6336 stack value pieces are taken from the LSB end.
6337
d5d1163e
AA
63382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6339
6340 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6341 variable at nonzero offset.
6342
0567c986
AA
63432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6344
6345 * gdb.dwarf2/var-access.c: New file.
6346 * gdb.dwarf2/var-access.exp: New test.
6347 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6348
973e9aab
TT
63492017-06-12 Tom Tromey <tom@tromey.com>
6350
6351 * gdb.dwarf2/formdata16.exp: Add tests.
6352
d9109c80
TT
63532017-06-12 Tom Tromey <tom@tromey.com>
6354
6355 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6356
30a25466
TT
63572017-06-12 Tom Tromey <tom@tromey.com>
6358
6359 PR exp/16225:
6360 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6361 * gdb.arch/vsx-regs.exp: Update tests.
6362 * gdb.arch/s390-vregs.exp (hex128): New proc.
6363 Update test.
6364 * gdb.arch/altivec-regs.exp: Update tests.
6365
aefd8b33
SDJ
63662017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6367
6368 * gdb.base/startup-with-shell.c: New file.
6369 * gdb.base/startup-with-shell.exp: Likewise.
6370
2090129c
SDJ
63712017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6372
6373 * gdb.server/non-existing-program.exp: Update regex in order to
6374 reflect the fact that gdbserver is now using fork_inferior (with a
6375 shell) to startup the inferior.
6376
8e86a419
SM
63772017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6380 support function calls from GDB.
6381
e6cf65f2
TT
63822017-05-21 Tom Tromey <tom@tromey.com>
6383
6384 PR rust/21466:
6385 * gdb.rust/unsized.exp: New file.
6386 * gdb.rust/unsized.rs: New file.
6387
43cc5389
TT
63882017-05-19 Tom Tromey <tom@tromey.com>
6389
6390 PR rust/21484:
6391 * gdb.rust/watch.exp: New file.
6392 * gdb.rust/watch.rs: New file.
6393
ec8df234
TT
63942017-05-18 Tom Tromey <tom@tromey.com>
6395
6396 * gdb.rust/simple.exp: Allow Box to be qualified.
6397
3e3e7fae
TP
63982017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6399
6400 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6401
59cc050d
PA
64022017-05-18 Pedro Alves <palves@redhat.com>
6403
6404 * gdb.base/fileio.c (test_write, test_read, test_close)
6405 (test_fstat): Don't print 'ret' in the fail path.
6406
c8f6abd1
PA
64072017-05-18 Pedro Alves <palves@redhat.com>
6408
6409 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6410 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6411 (test_system, test_rename, test_unlink, test_time): Change
6412 prototypes.
6413 * gdb.base/fileio.exp (stop_msg): Adjust.
6414
d2a03b77
PA
64152017-05-18 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.base/fileio.c (null_str): New global.
6418 (test_stat): Use it.
6419 * gdb.base/fileio.exp: Remove nowarnings.
6420
0d5c6999
YQ
64212017-05-17 Yao Qi <yao.qi@linaro.org>
6422
6423 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6424
21873064
YQ
64252017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6426
6427 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6428 argument command.
6429 (top-level): Invoke test_set_inferior_tty.
6430
d512d31c
PA
64312017-05-04 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6434 Add parens to print call for Python 3.
6435
90cef2ed
KS
64362017-05-03 Keith Seitz <keiths@redhat.com>
6437
6438 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6439 (main): Call it.
6440
14f819c8
TW
64412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6442
6443 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6444 to prev and next.
6445
913aeadd
TW
64462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6447
6448 * gdb.python/py-record-btrace.exp: Remove test for
6449 gdb.BtraceInstruction.error.
6450
a3be24ad
TW
64512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6452
6453 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6454
ae20e79a
TW
64552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6456
6457 * gdb.python/py-record-btrace-threads.c: New file.
6458 * gdb.python/py-record-btrace-threads.exp: New file.
6459
45ce1b47
SDJ
64602017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6461
6462 PR testsuite/8595
6463 * gdb.base/environ.exp: Make test available in all architectures.
6464 Move bits related to "info program" testing to
6465 gdb.base/info-program.exp. Rewrite tests to use the two new
6466 procedures mentione below.
6467 (test_set_show_env_var) New procedure.
6468 (test_set_show_env_var_equal): Likewise.
6469 * gdb.base/info-program.exp: New file.
6470
e15c3eb4
KS
64712017-04-27 Keith Seitz <keiths@redhat.com>
6472
6473 * gdb.cp/oranking.cc (test15): New function.
6474 (main): Call test15 and declare additional variables for testing.
6475 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6476 "p foo101('abc')" tests.
6477 Add tests for cv qualifier overloads.
6478 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6479 "lvalue reference overload" test.
6480 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6481 "print value of f1 on Child&& in f2" test.
6482
3a3fd0fd
PA
64832017-04-19 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6486 procedure.
6487 (top level): Call it.
6488 * lib/gdb.exp (gdb_define_cmd): New procedure.
6489
53375380
PA
64902017-04-12 Pedro Alves <palves@redhat.com>
6491
6492 PR gdb/21323
6493 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6494 (wchar): New global.
6495 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6496 (do_test_wide_char, wide_char_types_no_program, top level): Add
6497 wchar_t testing.
6498
53e710ac
PA
64992017-04-12 Pedro Alves <palves@redhat.com>
6500
6501 PR c++/21323
6502 * gdb.cp/wide_char_types.c: New file.
6503 * gdb.cp/wide_char_types.exp: New file.
6504
0ad9d8c7
SDJ
65052017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6506
6507 PR gdb/21352
6508 * gdb.trace/tsv.exp: Add test for "tsave -r".
6509
b1b45502
IB
65102017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6511
6512 * gdb.dlang/watch-loc.c: New file.
6513 * gdb.dlang/watch-loc.exp: New file.
6514
ec13808e
JK
65152017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6516
6517 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6518
fe5f7374
AK
65192017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6520
6521 * gdb.arch/arc-analyze-prologue.S: New file.
6522 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6523
eea78757
AK
65242017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6525
6526 * gdb.arch/arc-decode-insn.S: New file.
6527 * gdb.arch/arc-decode-insn.exp: Likewise.
6528
5badf10a
IR
65292017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6530
6531 PR tdep/20928
6532 * gdb.arch/sparc64-regs.exp: New file.
6533 * gdb.arch/sparc64-regs.S: Likewise.
6534
cee59b3f
TW
65352017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6536
6537 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6538 and memory view on Python 3.
6539
c0f55cc6
AV
65402017-03-20 Artemiy Volkov <artemiyv@acm.org>
6541 Keith Seitz <keiths@redhat.com>
6542
6543 PR gdb/14441
6544 * gdb.cp/demangle.exp: Add rvalue reference tests.
6545 * gdb.cp/rvalue-ref-casts.cc: New file.
6546 * gdb.cp/rvalue-ref-casts.exp: New file.
6547 * gdb.cp/rvalue-ref-overload.cc: New file.
6548 * gdb.cp/rvalue-ref-overload.exp: New file.
6549 * gdb.cp/rvalue-ref-params.cc: New file.
6550 * gdb.cp/rvalue-ref-params.exp: New file.
6551 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6552 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6553 * gdb.cp/rvalue-ref-types.cc: New file.
6554 * gdb.cp/rvalue-ref-types.exp: New file.
6555 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6556 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6557
51457a05
MAL
65582017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6559
6560 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6561 New procedure.
6562
5b291c04
MAL
65632017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6564
6565 * lib/mi-support.exp (mi_gdb_test): Add additional message
6566 for unexpected output.
6567
59a56148
AA
65682017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6569
6570 * gdb.base/examine-backward.c (Barrier): New character array
6571 constant, to ensure that TestStrings is preceded by a string
6572 terminator.
6573
7942e96e
AA
65742017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6575
6576 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6577 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6578 and implicit pointer into such a location.
6579
6ebac3fb
DE
65802017-03-16 Doug Evans <dje@google.com>
6581
6582 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6583
ec3b243d
TP
65842017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6585
6586 * gdb.cp/m-static.exp: Fix expectation for prototype of
6587 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6588
65892017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6590
6591 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6592 * gdb.guile/scm-lazy-string.c: New file.
6593 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6594 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6595 for pointer, array, typedef lazy strings.
6596
2cc36e25 65972017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6598
6599 PR python/17728, python/18439, python/18779
6600 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6601 * gdb.python/py-lazy-string.c (pointer): New typedef.
6602 (main): New locals ptr, array, typedef_ptr.
6603 * gdb.python/py-value.exp: Move lazy string tests to ...
6604 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6605 array, typedef lazy strings.
ec3b243d 6606
0efcde63
AK
66072017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6608
6609 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6610 Add optional 'test' parameter.
6611
7978d7c3
SM
66122017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6613
6614 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6615 Skip for versions of DejaGnu < 1.5.
6616
896c0c1e
SM
66172017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6618
6619 * lib/gdb.exp (dejagnu_version): New proc.
6620 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6621 Use dejagnu_version.
6622
5f4d1085
KS
66232017-03-10 Keith Seitz <keiths@redhat.com>
6624
6625 PR c++/8128
6626 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6627 type from destructor regexps.
6628 Add a branch which actually passes the test.
6629 Adjust "ptype t5i" test names.
6630
1de05205
PA
66312017-03-08 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/step-over-exit.exp: Add explicit test message.
6634
c65d6b55
PA
66352017-03-08 Pedro Alves <palves@redhat.com>
6636
6637 PR gdb/18360
6638 * gdb.threads/interrupt-while-step-over.c: New file.
6639 * gdb.threads/interrupt-while-step-over.exp: New file.
6640
2e86a283
PA
66412017-03-08 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6644 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6645
25dcbff6
PA
66462017-03-08 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6649 PKRU as not supported as a PASS.
6650
dc9366eb
PA
66512017-03-08 Pedro Alves <palves@redhat.com>
6652
6653 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6654 prefix instead of $binfile1/$binfile2.
6655 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6656 in test message.
6657 * gdb.python/py-completion.exp: Use "load python file" as test
6658 messages instead of unstable path names.
6659
6e5d74e7
PA
66602017-03-08 Pedro Alves <palves@redhat.com>
6661 Jan Kratochvil <jan.kratochvil@redhat.com>
6662
6663 PR cli/21218
6664 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6665 New proc.
6666 (top level): Call it.
6667
9753a2f6
PA
66682017-03-08 Pedro Alves <palves@redhat.com>
6669
6670 PR tui/21216
6671 * gdb.tui/tui-nl-filtered-output.exp: New file.
6672
1a4dd9dd
PA
66732017-03-08 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.base/completion.exp: Move TUI completion tests to ...
6676 * gdb.tui/completion.exp: ... this new file.
6677
7cbbff33
PA
66782017-03-08 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.base/tui-disasm-long-lines.c,
6681 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6682 gdb.base/tui-layout.exp: Move to ...
6683 * gdb.tui/: ... this new directory.
6684
5f6fd321
PA
66852017-03-07 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.base/tui-layout.c: New file.
6688 * gdb.base/tui-layout.exp: New file.
6689
44959fa8
PA
66902017-03-07 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.base/tui-layout.c: Rename to ...
6693 * gdb.base/tui-disasm-long-lines.c: ... this.
6694 * gdb.base/tui-layout.exp: Rename to ...
6695 * gdb.base/tui-disasm-long-lines.exp: ... this.
6696
f8c4e718
PA
66972017-03-07 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6700
6dbb839a 67012017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6702
6703 * i386-mpx-call.c: New file.
6704 * i386-mpx-call.exp: New file.
6705
65b48a81
PB
67062017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6707
6708 * gdb.arch/powerpc-power.exp: Delete test.
6709 * gdb.arch/powerpc-power.s: Likewise.
6710 * gdb.disasm/disassembler-options.exp: New test.
6711 * gdb.arch/powerpc-altivec.exp: Likewise.
6712 * gdb.arch/powerpc-altivec.s: Likewise.
6713 * gdb.arch/powerpc-altivec2.exp: Likewise.
6714 * gdb.arch/powerpc-altivec2.s: Likewise.
6715 * gdb.arch/powerpc-altivec3.exp: Likewise.
6716 * gdb.arch/powerpc-altivec3.s: Likewise.
6717 * gdb.arch/powerpc-power7.exp: Likewise.
6718 * gdb.arch/powerpc-power7.s: Likewise.
6719 * gdb.arch/powerpc-power8.exp: Likewise.
6720 * gdb.arch/powerpc-power8.s: Likewise.
6721 * gdb.arch/powerpc-power9.exp: Likewise.
6722 * gdb.arch/powerpc-power9.s: Likewise.
6723 * gdb.arch/powerpc-vsx.exp: Likewise.
6724 * gdb.arch/powerpc-vsx.s: Likewise.
6725 * gdb.arch/powerpc-vsx2.exp: Likewise.
6726 * gdb.arch/powerpc-vsx2.s: Likewise.
6727 * gdb.arch/powerpc-vsx3.exp: Likewise.
6728 * gdb.arch/powerpc-vsx3.s: Likewise.
6729 * gdb.arch/arm-disassembler-options.exp: Likewise.
6730 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6731 * gdb.arch/s390-disassembler-options.exp: Likewise.
6732
17cd4947
LM
67332017-02-23 Luis Machado <lgustavo@codesourcery.com>
6734
6735 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6736 (check_supported_features): ... this. Changed return type to void.
6737 (supports_rdseed): New static global.
6738 (rdseed): Check supports_rdseed.
6739 (initialize): Call check_supported_features.
6740
2039d74e
EBM
67412017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6742
6743 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6744 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6745 and lqarx/stqcx.
6746 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6747 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6748
a51d7ecf
EBM
67492017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6750
6751 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6752 uppercase.
6753
0224619f
JK
67542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6755
6756 * gdb.dwarf2/formdata16.c: New file.
6757 * gdb.dwarf2/formdata16.exp: New file.
6758 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6759
216f72a1
JK
67602017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6761
6762 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6763 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6764 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6765 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6766 DW_AT_GNU_*.
6767
43988095
JK
67682017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6769
6770 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6771
99e8a4f9
SDJ
67722017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6773
6774 PR gdb/21164
6775 * gdb.base/maint.exp: Add testcases for when the commands do
6776 not have arguments.
6777
b58a8c0c
TP
67782017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6779
6780 * gdb.cp/chained-calls.exp: Use p instead of P.
6781
4e746bb6
TW
67822017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6783
6784 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6785 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6786
3f77c769
TT
67872017-02-14 Tom Tromey <tom@tromey.com>
6788
6789 PR python/13598:
6790 * gdb.python/py-events.exp: Add before_prompt event tests.
6791
075beec0
AA
67922017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6793
6794 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6795
bf5f525c
LM
67962017-02-13 Luis Machado <lgustavo@codesourcery.com>
6797
6798 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6799 (main): Call my_unique_function_name.
6800 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6801 completion of patterns with a single match.
6802 Add missing -re switches to gdb_test_multiple calls.
6803
13a66184
LM
68042017-02-13 Luis Machado <lgustavo@codesourcery.com>
6805
6806 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6807 return if core file is not recognized.
6808
26a06916
SM
68092017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6810
6811 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6812 and extra UIs.
6813
b761ca9e
SM
68142017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6815
6816 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6817 proc_with_prefix.
6818
b964bee0
TT
68192017-02-10 Tom Tromey <tom@tromey.com>
6820
6821 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6822
18da0c51
MG
68232017-02-10 Martin Galvan <martingalvan@sourceware.org>
6824
6825 PR gdb/21122
6826 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6827
604c4576
JG
68282017-02-08 Jerome Guitton <guitton@adacore.com>
6829
6830 * gdb.base/define.exp: Add test for command abbreviations
6831 in define.
6832
20b477a7
LM
68332017-02-06 Luis Machado <lgustavo@codesourcery.com>
6834
6835 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6836 * gdb.reverse/insn-reverse-x86.c: New file.
6837
3f7b46f2
IR
68382017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6839
6840 PR tdep/20936
6841 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6842
f0fd41c1
TT
68432017-02-03 Tom Tromey <tom@tromey.com>
6844
6845 PR rust/21097:
6846 * gdb.rust/simple.exp: Add new tests.
6847
5be5dbf0
PA
68482017-02-02 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6851 tests.
6852
7346ef59
AA
68532017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6854
6855 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6856 taking a 2-byte value out of a 4-byte DWARF implicit value on
6857 big-endian targets.
6858 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6859 logic. Add test cases for DW_OP_implicit.
6860
787f0025
MM
68612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6862
6863 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6864
68777c29
MM
68652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6866
6867 * gdb.btrace/enable.exp: Call gdb_exit before
6868 skip_gdbserver_tests.
6869
0a1c7e28
MM
68702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6871
6872 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6873 GDBFLAGS.
6874
b5ac99b0
MM
68752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6876
6877 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6878 the test is skipped.
6879 * gdb.btrace/data.exp: Likewise.
6880 * gdb.btrace/delta.exp: Likewise.
6881 * gdb.btrace/dlopen.exp: Likewise.
6882 * gdb.btrace/enable-running.exp: Likewise.
6883 * gdb.btrace/enable.exp: Likewise.
6884 * gdb.btrace/exception.exp: Likewise.
6885 * gdb.btrace/function_call_history.exp: Likewise.
6886 * gdb.btrace/gcore.exp: Likewise.
6887 * gdb.btrace/instruction_history.exp: Likewise.
6888 * gdb.btrace/multi-thread-step.exp: Likewise.
6889 * gdb.btrace/nohist.exp: Likewise.
6890 * gdb.btrace/non-stop.exp: Likewise.
6891 * gdb.btrace/reconnect.exp: Likewise.
6892 * gdb.btrace/record_goto-step.exp: Likewise.
6893 * gdb.btrace/record_goto.exp: Likewise.
6894 * gdb.btrace/rn-dl-bind.exp: Likewise.
6895 * gdb.btrace/segv.exp: Likewise.
6896 * gdb.btrace/step.exp: Likewise.
6897 * gdb.btrace/stepi.exp: Likewise.
6898 * gdb.btrace/tailcall-only.exp: Likewise.
6899 * gdb.btrace/tailcall.exp: Likewise.
6900 * gdb.btrace/tsx.exp: Likewise.
6901 * gdb.btrace/unknown_functions.exp: Likewise.
6902 * gdb.btrace/vdso.exp: Likewise.
6903
cd4007e4
MM
69042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6905
6906 * gdb.btrace/enable-running.c: New.
6907 * gdb.btrace/enable-running.exp: New.
6908
2735833d
WT
69092017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6910
6911 * gdb.arch/amd64-gs_base.c: New file.
6912 * gdb.arch/amd64-gs_base.exp: New file.
6913
b51e1e94
LM
69142017-01-26 Luis Machado <lgustavo@codesourcery.com>
6915
6916 * lib/memory.exp: Remove spurious empty newlines.
6917
72ca0410
SM
69182017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6919
6920 * gdb.python/py-bad-printers.exp: Load python file using "source".
6921 * gdb.python/py-events.exp: Likewise.
6922 * gdb.python/py-evsignal.exp: Likewise.
6923 * gdb.python/py-evthreads.exp: Likewise.
6924 * gdb.python/py-frame-args.exp: Likewise.
6925 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6926 * gdb.python/py-framefilter-mi.exp: Likewise.
6927 * gdb.python/py-framefilter.exp: Likewise.
6928 * gdb.python/py-mi.exp: Likewise.
6929 * gdb.python/py-pp-maint.exp: Likewise.
6930 * gdb.python/py-pp-registration.exp: Likewise.
6931 * gdb.python/py-prettyprint.exp: Likewise.
6932 (run_lang_tests): Likewise.
6933 * gdb.python/py-typeprint.exp: Likewise.
6934
e309aa65
LM
69352017-01-26 Luis Machado <lgustavo@codesourcery.com>
6936
6937 * lib/memory.exp: New file.
6938 * lib/gdb.exp: Load memory.exp.
6939 * gdb.base/memattr.exp (delete_memory): Move proc to
6940 lib/memory.exp and rename to delete_memory_regions.
6941 Replace delete_memory with delete_memory_regions.
6942 Cleanup memory regions before tests.
6943 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6944 before tests.
6945
515aff23
LM
69462017-01-26 Luis Machado <lgustavo@codesourcery.com>
6947
6948 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6949 files.
6950 (initialize): New function conditionally defined.
6951 (testcases): Move within conditional block.
6952 (main): Call initialize.
6953 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6954 of gdb.reverse/insn-reverse.c.
6955 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6956 gdb.reverse/insn-reverse.c.
6957
d8b49cf0
YQ
69582017-01-26 Yao Qi <yao.qi@linaro.org>
6959
6960 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6961 disassemble on address 0.
6962
f13a9a0c
YQ
69632017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6964 Yao Qi <yao.qi@linaro.org>
6965
6966 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6967 * gdb.dwarf2/implptr-64bit.S: Remove.
6968 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6969 variables in caller's context. Add DW_OP_implicit_value.
6970
5ac95241
YQ
69712017-01-25 Yao Qi <yao.qi@linaro.org>
6972
6973 * lib/dwarf.exp (Dwarf::_location): Handle
6974 DW_OP_GNU_implicit_pointer with proper size.
6975
23e82930
LM
69762017-01-20 Luis Machado <lgustavo@codesourcery.com>
6977
6978 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6979 and add untested calls.
6980
d334ae25
LM
69812017-01-20 Luis Machado <lgustavo@codesourcery.com>
6982
6983 * gdb.python/python.exp: Check line number against what GDB thinks
6984 the line number is for func1.
6985
f5e6296e
IB
69862017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6987
6988 * gdb.dlang/debug-expr.exp: New file.
6989
5b362f04
LM
69902016-12-23 Luis Machado <lgustavo@codesourcery.com>
6991
6992 Fix test names for the following files:
6993
6994 * gdb.ada/exec_changed.exp
6995 * gdb.ada/info_types.exp
6996 * gdb.arch/aarch64-atomic-inst.exp
6997 * gdb.arch/aarch64-fp.exp
6998 * gdb.arch/altivec-abi.exp
6999 * gdb.arch/altivec-regs.exp
7000 * gdb.arch/amd64-byte.exp
7001 * gdb.arch/amd64-disp-step.exp
7002 * gdb.arch/amd64-dword.exp
7003 * gdb.arch/amd64-entry-value-inline.exp
7004 * gdb.arch/amd64-entry-value-param.exp
7005 * gdb.arch/amd64-entry-value-paramref.exp
7006 * gdb.arch/amd64-entry-value.exp
7007 * gdb.arch/amd64-i386-address.exp
7008 * gdb.arch/amd64-invalid-stack-middle.exp
7009 * gdb.arch/amd64-invalid-stack-top.exp
7010 * gdb.arch/amd64-optimout-repeat.exp
7011 * gdb.arch/amd64-prologue-skip.exp
7012 * gdb.arch/amd64-prologue-xmm.exp
7013 * gdb.arch/amd64-stap-special-operands.exp
7014 * gdb.arch/amd64-stap-wrong-subexp.exp
7015 * gdb.arch/amd64-tailcall-cxx.exp
7016 * gdb.arch/amd64-tailcall-noret.exp
7017 * gdb.arch/amd64-tailcall-ret.exp
7018 * gdb.arch/amd64-tailcall-self.exp
7019 * gdb.arch/amd64-word.exp
7020 * gdb.arch/arm-bl-branch-dest.exp
7021 * gdb.arch/arm-disp-step.exp
7022 * gdb.arch/arm-neon.exp
7023 * gdb.arch/arm-single-step-kernel-helper.exp
7024 * gdb.arch/avr-flash-qualifier.exp
7025 * gdb.arch/disp-step-insn-reloc.exp
7026 * gdb.arch/e500-abi.exp
7027 * gdb.arch/e500-regs.exp
7028 * gdb.arch/ftrace-insn-reloc.exp
7029 * gdb.arch/i386-avx512.exp
7030 * gdb.arch/i386-bp_permanent.exp
7031 * gdb.arch/i386-byte.exp
7032 * gdb.arch/i386-cfi-notcurrent.exp
7033 * gdb.arch/i386-disp-step.exp
7034 * gdb.arch/i386-dr3-watch.exp
7035 * gdb.arch/i386-float.exp
7036 * gdb.arch/i386-gnu-cfi.exp
7037 * gdb.arch/i386-mpx-map.exp
7038 * gdb.arch/i386-mpx-sigsegv.exp
7039 * gdb.arch/i386-mpx-simple_segv.exp
7040 * gdb.arch/i386-mpx.exp
7041 * gdb.arch/i386-permbkpt.exp
7042 * gdb.arch/i386-prologue.exp
7043 * gdb.arch/i386-signal.exp
7044 * gdb.arch/i386-size-overlap.exp
7045 * gdb.arch/i386-unwind.exp
7046 * gdb.arch/i386-word.exp
7047 * gdb.arch/mips-fcr.exp
7048 * gdb.arch/powerpc-d128-regs.exp
7049 * gdb.arch/powerpc-stackless.exp
7050 * gdb.arch/ppc64-atomic-inst.exp
7051 * gdb.arch/s390-stackless.exp
7052 * gdb.arch/s390-tdbregs.exp
7053 * gdb.arch/s390-vregs.exp
7054 * gdb.arch/sparc-sysstep.exp
7055 * gdb.arch/thumb-bx-pc.exp
7056 * gdb.arch/thumb-singlestep.exp
7057 * gdb.arch/thumb2-it.exp
7058 * gdb.arch/vsx-regs.exp
7059 * gdb.asm/asm-source.exp
7060 * gdb.base/a2-run.exp
7061 * gdb.base/advance.exp
7062 * gdb.base/all-bin.exp
7063 * gdb.base/anon.exp
7064 * gdb.base/args.exp
7065 * gdb.base/arithmet.exp
7066 * gdb.base/async-shell.exp
7067 * gdb.base/async.exp
7068 * gdb.base/attach-pie-noexec.exp
7069 * gdb.base/attach-twice.exp
7070 * gdb.base/auto-load.exp
7071 * gdb.base/bang.exp
7072 * gdb.base/bitfields.exp
7073 * gdb.base/break-always.exp
7074 * gdb.base/break-caller-line.exp
7075 * gdb.base/break-entry.exp
7076 * gdb.base/break-inline.exp
7077 * gdb.base/break-on-linker-gcd-function.exp
7078 * gdb.base/break-probes.exp
7079 * gdb.base/break.exp
7080 * gdb.base/breakpoint-shadow.exp
7081 * gdb.base/call-ar-st.exp
7082 * gdb.base/call-sc.exp
7083 * gdb.base/call-signal-resume.exp
7084 * gdb.base/call-strs.exp
7085 * gdb.base/callfuncs.exp
7086 * gdb.base/catch-fork-static.exp
7087 * gdb.base/catch-gdb-caused-signals.exp
7088 * gdb.base/catch-load.exp
7089 * gdb.base/catch-signal-fork.exp
7090 * gdb.base/catch-signal.exp
7091 * gdb.base/catch-syscall.exp
7092 * gdb.base/charset.exp
7093 * gdb.base/checkpoint.exp
7094 * gdb.base/chng-syms.exp
7095 * gdb.base/code-expr.exp
7096 * gdb.base/code_elim.exp
7097 * gdb.base/commands.exp
7098 * gdb.base/completion.exp
7099 * gdb.base/complex.exp
7100 * gdb.base/cond-expr.exp
7101 * gdb.base/condbreak.exp
7102 * gdb.base/consecutive.exp
7103 * gdb.base/continue-all-already-running.exp
7104 * gdb.base/coredump-filter.exp
7105 * gdb.base/corefile.exp
7106 * gdb.base/dbx.exp
7107 * gdb.base/debug-expr.exp
7108 * gdb.base/define.exp
7109 * gdb.base/del.exp
7110 * gdb.base/disabled-location.exp
7111 * gdb.base/disasm-end-cu.exp
7112 * gdb.base/disasm-optim.exp
7113 * gdb.base/display.exp
7114 * gdb.base/duplicate-bp.exp
7115 * gdb.base/ena-dis-br.exp
7116 * gdb.base/ending-run.exp
7117 * gdb.base/enumval.exp
7118 * gdb.base/environ.exp
7119 * gdb.base/eu-strip-infcall.exp
7120 * gdb.base/eval-avoid-side-effects.exp
7121 * gdb.base/eval-skip.exp
7122 * gdb.base/exitsignal.exp
7123 * gdb.base/expand-psymtabs.exp
7124 * gdb.base/filesym.exp
7125 * gdb.base/find-unmapped.exp
7126 * gdb.base/finish.exp
7127 * gdb.base/float.exp
7128 * gdb.base/foll-exec-mode.exp
7129 * gdb.base/foll-exec.exp
7130 * gdb.base/foll-fork.exp
7131 * gdb.base/fortran-sym-case.exp
7132 * gdb.base/freebpcmd.exp
7133 * gdb.base/func-ptr.exp
7134 * gdb.base/func-ptrs.exp
7135 * gdb.base/funcargs.exp
7136 * gdb.base/gcore-buffer-overflow.exp
7137 * gdb.base/gcore-relro-pie.exp
7138 * gdb.base/gcore-relro.exp
7139 * gdb.base/gcore.exp
7140 * gdb.base/gdb1090.exp
7141 * gdb.base/gdb11530.exp
7142 * gdb.base/gdb11531.exp
7143 * gdb.base/gdb1821.exp
7144 * gdb.base/gdbindex-stabs.exp
7145 * gdb.base/gdbvars.exp
7146 * gdb.base/hbreak.exp
7147 * gdb.base/hbreak2.exp
7148 * gdb.base/included.exp
7149 * gdb.base/infcall-input.exp
7150 * gdb.base/inferior-died.exp
7151 * gdb.base/infnan.exp
7152 * gdb.base/info-macros.exp
7153 * gdb.base/info-os.exp
7154 * gdb.base/info-proc.exp
7155 * gdb.base/info-shared.exp
7156 * gdb.base/info-target.exp
7157 * gdb.base/infoline.exp
7158 * gdb.base/interp.exp
7159 * gdb.base/interrupt.exp
7160 * gdb.base/jit-reader.exp
7161 * gdb.base/jit-simple.exp
7162 * gdb.base/kill-after-signal.exp
7163 * gdb.base/kill-detach-inferiors-cmd.exp
7164 * gdb.base/label.exp
7165 * gdb.base/langs.exp
7166 * gdb.base/ldbl_e308.exp
7167 * gdb.base/line-symtabs.exp
7168 * gdb.base/linespecs.exp
7169 * gdb.base/list.exp
7170 * gdb.base/long_long.exp
7171 * gdb.base/longest-types.exp
7172 * gdb.base/maint.exp
7173 * gdb.base/max-value-size.exp
7174 * gdb.base/memattr.exp
7175 * gdb.base/mips_pro.exp
7176 * gdb.base/morestack.exp
7177 * gdb.base/moribund-step.exp
7178 * gdb.base/multi-forks.exp
7179 * gdb.base/nested-addr.exp
7180 * gdb.base/nextoverexit.exp
7181 * gdb.base/noreturn-finish.exp
7182 * gdb.base/noreturn-return.exp
7183 * gdb.base/nostdlib.exp
7184 * gdb.base/offsets.exp
7185 * gdb.base/opaque.exp
7186 * gdb.base/pc-fp.exp
7187 * gdb.base/permissions.exp
7188 * gdb.base/print-symbol-loading.exp
7189 * gdb.base/prologue-include.exp
7190 * gdb.base/psymtab.exp
7191 * gdb.base/ptype.exp
7192 * gdb.base/random-signal.exp
7193 * gdb.base/randomize.exp
7194 * gdb.base/range-stepping.exp
7195 * gdb.base/readline-ask.exp
7196 * gdb.base/recpar.exp
7197 * gdb.base/recurse.exp
7198 * gdb.base/relational.exp
7199 * gdb.base/restore.exp
7200 * gdb.base/return-nodebug.exp
7201 * gdb.base/return.exp
7202 * gdb.base/run-after-attach.exp
7203 * gdb.base/save-bp.exp
7204 * gdb.base/scope.exp
7205 * gdb.base/sect-cmd.exp
7206 * gdb.base/set-lang-auto.exp
7207 * gdb.base/set-noassign.exp
7208 * gdb.base/setvar.exp
7209 * gdb.base/sigall.exp
7210 * gdb.base/sigbpt.exp
7211 * gdb.base/siginfo-addr.exp
7212 * gdb.base/siginfo-infcall.exp
7213 * gdb.base/siginfo-obj.exp
7214 * gdb.base/siginfo.exp
7215 * gdb.base/signals-state-child.exp
7216 * gdb.base/signest.exp
7217 * gdb.base/sigstep.exp
7218 * gdb.base/sizeof.exp
7219 * gdb.base/skip.exp
7220 * gdb.base/solib-corrupted.exp
7221 * gdb.base/solib-nodir.exp
7222 * gdb.base/solib-search.exp
7223 * gdb.base/stack-checking.exp
7224 * gdb.base/stale-infcall.exp
7225 * gdb.base/stap-probe.exp
7226 * gdb.base/start.exp
7227 * gdb.base/step-break.exp
7228 * gdb.base/step-bt.exp
7229 * gdb.base/step-line.exp
7230 * gdb.base/step-over-exit.exp
7231 * gdb.base/step-over-syscall.exp
7232 * gdb.base/step-resume-infcall.exp
7233 * gdb.base/step-test.exp
7234 * gdb.base/store.exp
7235 * gdb.base/structs3.exp
7236 * gdb.base/sym-file.exp
7237 * gdb.base/symbol-without-target_section.exp
7238 * gdb.base/term.exp
7239 * gdb.base/testenv.exp
7240 * gdb.base/ui-redirect.exp
7241 * gdb.base/until.exp
7242 * gdb.base/unwindonsignal.exp
7243 * gdb.base/value-double-free.exp
7244 * gdb.base/vla-datatypes.exp
7245 * gdb.base/vla-ptr.exp
7246 * gdb.base/vla-sideeffect.exp
7247 * gdb.base/volatile.exp
7248 * gdb.base/watch-cond-infcall.exp
7249 * gdb.base/watch-cond.exp
7250 * gdb.base/watch-non-mem.exp
7251 * gdb.base/watch-read.exp
7252 * gdb.base/watch-vfork.exp
7253 * gdb.base/watchpoint-cond-gone.exp
7254 * gdb.base/watchpoint-delete.exp
7255 * gdb.base/watchpoint-hw-hit-once.exp
7256 * gdb.base/watchpoint-hw.exp
7257 * gdb.base/watchpoint-stops-at-right-insn.exp
7258 * gdb.base/watchpoints.exp
7259 * gdb.base/wchar.exp
7260 * gdb.base/whatis-exp.exp
7261 * gdb.btrace/buffer-size.exp
7262 * gdb.btrace/data.exp
7263 * gdb.btrace/delta.exp
7264 * gdb.btrace/dlopen.exp
7265 * gdb.btrace/enable.exp
7266 * gdb.btrace/exception.exp
7267 * gdb.btrace/function_call_history.exp
7268 * gdb.btrace/gcore.exp
7269 * gdb.btrace/instruction_history.exp
7270 * gdb.btrace/nohist.exp
7271 * gdb.btrace/reconnect.exp
7272 * gdb.btrace/record_goto-step.exp
7273 * gdb.btrace/record_goto.exp
7274 * gdb.btrace/rn-dl-bind.exp
7275 * gdb.btrace/segv.exp
7276 * gdb.btrace/step.exp
7277 * gdb.btrace/stepi.exp
7278 * gdb.btrace/tailcall-only.exp
7279 * gdb.btrace/tailcall.exp
7280 * gdb.btrace/tsx.exp
7281 * gdb.btrace/unknown_functions.exp
7282 * gdb.btrace/vdso.exp
7283 * gdb.compile/compile-ifunc.exp
7284 * gdb.compile/compile-ops.exp
7285 * gdb.compile/compile-print.exp
7286 * gdb.compile/compile-setjmp.exp
7287 * gdb.cp/abstract-origin.exp
7288 * gdb.cp/ambiguous.exp
7289 * gdb.cp/annota2.exp
7290 * gdb.cp/annota3.exp
7291 * gdb.cp/anon-ns.exp
7292 * gdb.cp/anon-struct.exp
7293 * gdb.cp/anon-union.exp
7294 * gdb.cp/arg-reference.exp
7295 * gdb.cp/baseenum.exp
7296 * gdb.cp/bool.exp
7297 * gdb.cp/breakpoint.exp
7298 * gdb.cp/bs15503.exp
7299 * gdb.cp/call-c.exp
7300 * gdb.cp/casts.exp
7301 * gdb.cp/chained-calls.exp
7302 * gdb.cp/class2.exp
7303 * gdb.cp/classes.exp
7304 * gdb.cp/cmpd-minsyms.exp
7305 * gdb.cp/converts.exp
7306 * gdb.cp/cp-relocate.exp
7307 * gdb.cp/cpcompletion.exp
7308 * gdb.cp/cpexprs.exp
7309 * gdb.cp/cplabel.exp
7310 * gdb.cp/cplusfuncs.exp
7311 * gdb.cp/cpsizeof.exp
7312 * gdb.cp/ctti.exp
7313 * gdb.cp/derivation.exp
7314 * gdb.cp/destrprint.exp
7315 * gdb.cp/dispcxx.exp
7316 * gdb.cp/enum-class.exp
7317 * gdb.cp/exception.exp
7318 * gdb.cp/exceptprint.exp
7319 * gdb.cp/expand-psymtabs-cxx.exp
7320 * gdb.cp/expand-sals.exp
7321 * gdb.cp/extern-c.exp
7322 * gdb.cp/filename.exp
7323 * gdb.cp/formatted-ref.exp
7324 * gdb.cp/fpointer.exp
7325 * gdb.cp/gdb1355.exp
7326 * gdb.cp/gdb2495.exp
7327 * gdb.cp/hang.exp
7328 * gdb.cp/impl-this.exp
7329 * gdb.cp/infcall-dlopen.exp
7330 * gdb.cp/inherit.exp
7331 * gdb.cp/iostream.exp
7332 * gdb.cp/koenig.exp
7333 * gdb.cp/local.exp
7334 * gdb.cp/m-data.exp
7335 * gdb.cp/m-static.exp
7336 * gdb.cp/mb-ctor.exp
7337 * gdb.cp/mb-inline.exp
7338 * gdb.cp/mb-templates.exp
7339 * gdb.cp/member-name.exp
7340 * gdb.cp/member-ptr.exp
7341 * gdb.cp/meth-typedefs.exp
7342 * gdb.cp/method.exp
7343 * gdb.cp/method2.exp
7344 * gdb.cp/minsym-fallback.exp
7345 * gdb.cp/misc.exp
7346 * gdb.cp/namelessclass.exp
7347 * gdb.cp/namespace-enum.exp
7348 * gdb.cp/namespace-nested-import.exp
7349 * gdb.cp/namespace.exp
7350 * gdb.cp/nextoverthrow.exp
7351 * gdb.cp/no-dmgl-verbose.exp
7352 * gdb.cp/non-trivial-retval.exp
7353 * gdb.cp/noparam.exp
7354 * gdb.cp/nsdecl.exp
7355 * gdb.cp/nsimport.exp
7356 * gdb.cp/nsnested.exp
7357 * gdb.cp/nsnoimports.exp
7358 * gdb.cp/nsrecurs.exp
7359 * gdb.cp/nsstress.exp
7360 * gdb.cp/nsusing.exp
7361 * gdb.cp/operator.exp
7362 * gdb.cp/oranking.exp
7363 * gdb.cp/overload-const.exp
7364 * gdb.cp/overload.exp
7365 * gdb.cp/ovldbreak.exp
7366 * gdb.cp/ovsrch.exp
7367 * gdb.cp/paren-type.exp
7368 * gdb.cp/parse-lang.exp
7369 * gdb.cp/pass-by-ref.exp
7370 * gdb.cp/pr-1023.exp
7371 * gdb.cp/pr-1210.exp
7372 * gdb.cp/pr-574.exp
7373 * gdb.cp/pr10687.exp
7374 * gdb.cp/pr12028.exp
7375 * gdb.cp/pr17132.exp
7376 * gdb.cp/pr17494.exp
7377 * gdb.cp/pr9067.exp
7378 * gdb.cp/pr9167.exp
7379 * gdb.cp/pr9631.exp
7380 * gdb.cp/printmethod.exp
7381 * gdb.cp/psmang.exp
7382 * gdb.cp/psymtab-parameter.exp
7383 * gdb.cp/ptype-cv-cp.exp
7384 * gdb.cp/ptype-flags.exp
7385 * gdb.cp/re-set-overloaded.exp
7386 * gdb.cp/ref-types.exp
7387 * gdb.cp/rtti.exp
7388 * gdb.cp/scope-err.exp
7389 * gdb.cp/shadow.exp
7390 * gdb.cp/smartp.exp
7391 * gdb.cp/static-method.exp
7392 * gdb.cp/static-print-quit.exp
7393 * gdb.cp/temargs.exp
7394 * gdb.cp/templates.exp
7395 * gdb.cp/try_catch.exp
7396 * gdb.cp/typedef-operator.exp
7397 * gdb.cp/typeid.exp
7398 * gdb.cp/userdef.exp
7399 * gdb.cp/using-crash.exp
7400 * gdb.cp/var-tag.exp
7401 * gdb.cp/virtbase.exp
7402 * gdb.cp/virtfunc.exp
7403 * gdb.cp/virtfunc2.exp
7404 * gdb.cp/vla-cxx.exp
7405 * gdb.disasm/t01_mov.exp
7406 * gdb.disasm/t02_mova.exp
7407 * gdb.disasm/t03_add.exp
7408 * gdb.disasm/t04_sub.exp
7409 * gdb.disasm/t05_cmp.exp
7410 * gdb.disasm/t06_ari2.exp
7411 * gdb.disasm/t07_ari3.exp
7412 * gdb.disasm/t08_or.exp
7413 * gdb.disasm/t09_xor.exp
7414 * gdb.disasm/t10_and.exp
7415 * gdb.disasm/t11_logs.exp
7416 * gdb.disasm/t12_bit.exp
7417 * gdb.disasm/t13_otr.exp
7418 * gdb.dlang/circular.exp
7419 * gdb.dwarf2/arr-stride.exp
7420 * gdb.dwarf2/arr-subrange.exp
7421 * gdb.dwarf2/atomic-type.exp
7422 * gdb.dwarf2/bad-regnum.exp
7423 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7424 * gdb.dwarf2/callframecfa.exp
7425 * gdb.dwarf2/clztest.exp
7426 * gdb.dwarf2/corrupt.exp
7427 * gdb.dwarf2/data-loc.exp
7428 * gdb.dwarf2/dup-psym.exp
7429 * gdb.dwarf2/dw2-anon-mptr.exp
7430 * gdb.dwarf2/dw2-anonymous-func.exp
7431 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7432 * gdb.dwarf2/dw2-bad-unresolved.exp
7433 * gdb.dwarf2/dw2-basic.exp
7434 * gdb.dwarf2/dw2-canonicalize-type.exp
7435 * gdb.dwarf2/dw2-case-insensitive.exp
7436 * gdb.dwarf2/dw2-common-block.exp
7437 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7438 * gdb.dwarf2/dw2-compressed.exp
7439 * gdb.dwarf2/dw2-const.exp
7440 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7441 * gdb.dwarf2/dw2-cu-size.exp
7442 * gdb.dwarf2/dw2-dup-frame.exp
7443 * gdb.dwarf2/dw2-entry-value.exp
7444 * gdb.dwarf2/dw2-icycle.exp
7445 * gdb.dwarf2/dw2-ifort-parameter.exp
7446 * gdb.dwarf2/dw2-inline-break.exp
7447 * gdb.dwarf2/dw2-inline-param.exp
7448 * gdb.dwarf2/dw2-intercu.exp
7449 * gdb.dwarf2/dw2-intermix.exp
7450 * gdb.dwarf2/dw2-lexical-block-bare.exp
7451 * gdb.dwarf2/dw2-linkage-name-trust.exp
7452 * gdb.dwarf2/dw2-minsym-in-cu.exp
7453 * gdb.dwarf2/dw2-noloc.exp
7454 * gdb.dwarf2/dw2-op-call.exp
7455 * gdb.dwarf2/dw2-op-out-param.exp
7456 * gdb.dwarf2/dw2-opt-structptr.exp
7457 * gdb.dwarf2/dw2-param-error.exp
7458 * gdb.dwarf2/dw2-producer.exp
7459 * gdb.dwarf2/dw2-ranges-base.exp
7460 * gdb.dwarf2/dw2-ref-missing-frame.exp
7461 * gdb.dwarf2/dw2-reg-undefined.exp
7462 * gdb.dwarf2/dw2-regno-invalid.exp
7463 * gdb.dwarf2/dw2-restore.exp
7464 * gdb.dwarf2/dw2-restrict.exp
7465 * gdb.dwarf2/dw2-single-line-discriminators.exp
7466 * gdb.dwarf2/dw2-strp.exp
7467 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7468 * gdb.dwarf2/dw2-unresolved.exp
7469 * gdb.dwarf2/dw2-var-zero-addr.exp
7470 * gdb.dwarf2/dw4-sig-types.exp
7471 * gdb.dwarf2/dwz.exp
7472 * gdb.dwarf2/dynarr-ptr.exp
7473 * gdb.dwarf2/enum-type.exp
7474 * gdb.dwarf2/gdb-index.exp
7475 * gdb.dwarf2/implptr-64bit.exp
7476 * gdb.dwarf2/implptr-optimized-out.exp
7477 * gdb.dwarf2/implptr.exp
7478 * gdb.dwarf2/implref-array.exp
7479 * gdb.dwarf2/implref-const.exp
7480 * gdb.dwarf2/implref-global.exp
7481 * gdb.dwarf2/implref-struct.exp
7482 * gdb.dwarf2/mac-fileno.exp
7483 * gdb.dwarf2/main-subprogram.exp
7484 * gdb.dwarf2/member-ptr-forwardref.exp
7485 * gdb.dwarf2/method-ptr.exp
7486 * gdb.dwarf2/missing-sig-type.exp
7487 * gdb.dwarf2/nonvar-access.exp
7488 * gdb.dwarf2/opaque-type-lookup.exp
7489 * gdb.dwarf2/pieces-optimized-out.exp
7490 * gdb.dwarf2/pieces.exp
7491 * gdb.dwarf2/pr10770.exp
7492 * gdb.dwarf2/pr13961.exp
7493 * gdb.dwarf2/staticvirtual.exp
7494 * gdb.dwarf2/subrange.exp
7495 * gdb.dwarf2/symtab-producer.exp
7496 * gdb.dwarf2/trace-crash.exp
7497 * gdb.dwarf2/typeddwarf.exp
7498 * gdb.dwarf2/valop.exp
7499 * gdb.dwarf2/watch-notconst.exp
7500 * gdb.fortran/array-element.exp
7501 * gdb.fortran/charset.exp
7502 * gdb.fortran/common-block.exp
7503 * gdb.fortran/complex.exp
7504 * gdb.fortran/derived-type-function.exp
7505 * gdb.fortran/derived-type.exp
7506 * gdb.fortran/logical.exp
7507 * gdb.fortran/module.exp
7508 * gdb.fortran/multi-dim.exp
7509 * gdb.fortran/nested-funcs.exp
7510 * gdb.fortran/print-formatted.exp
7511 * gdb.fortran/subarray.exp
7512 * gdb.fortran/vla-alloc-assoc.exp
7513 * gdb.fortran/vla-datatypes.exp
7514 * gdb.fortran/vla-history.exp
7515 * gdb.fortran/vla-ptr-info.exp
7516 * gdb.fortran/vla-ptype-sub.exp
7517 * gdb.fortran/vla-ptype.exp
7518 * gdb.fortran/vla-sizeof.exp
7519 * gdb.fortran/vla-type.exp
7520 * gdb.fortran/vla-value-sub-arbitrary.exp
7521 * gdb.fortran/vla-value-sub-finish.exp
7522 * gdb.fortran/vla-value-sub.exp
7523 * gdb.fortran/vla-value.exp
7524 * gdb.fortran/whatis_type.exp
7525 * gdb.go/chan.exp
7526 * gdb.go/handcall.exp
7527 * gdb.go/hello.exp
7528 * gdb.go/integers.exp
7529 * gdb.go/methods.exp
7530 * gdb.go/package.exp
7531 * gdb.go/strings.exp
7532 * gdb.go/types.exp
7533 * gdb.go/unsafe.exp
7534 * gdb.guile/scm-arch.exp
7535 * gdb.guile/scm-block.exp
7536 * gdb.guile/scm-breakpoint.exp
7537 * gdb.guile/scm-cmd.exp
7538 * gdb.guile/scm-disasm.exp
7539 * gdb.guile/scm-equal.exp
7540 * gdb.guile/scm-frame-args.exp
7541 * gdb.guile/scm-frame-inline.exp
7542 * gdb.guile/scm-frame.exp
7543 * gdb.guile/scm-iterator.exp
7544 * gdb.guile/scm-math.exp
7545 * gdb.guile/scm-objfile.exp
7546 * gdb.guile/scm-ports.exp
7547 * gdb.guile/scm-symbol.exp
7548 * gdb.guile/scm-symtab.exp
7549 * gdb.guile/scm-value-cc.exp
7550 * gdb.guile/types-module.exp
7551 * gdb.linespec/break-ask.exp
7552 * gdb.linespec/cpexplicit.exp
7553 * gdb.linespec/explicit.exp
7554 * gdb.linespec/keywords.exp
7555 * gdb.linespec/linespec.exp
7556 * gdb.linespec/ls-dollar.exp
7557 * gdb.linespec/ls-errs.exp
7558 * gdb.linespec/skip-two.exp
7559 * gdb.linespec/thread.exp
7560 * gdb.mi/mi-async.exp
7561 * gdb.mi/mi-basics.exp
7562 * gdb.mi/mi-break.exp
7563 * gdb.mi/mi-catch-load.exp
7564 * gdb.mi/mi-cli.exp
7565 * gdb.mi/mi-cmd-param-changed.exp
7566 * gdb.mi/mi-console.exp
7567 * gdb.mi/mi-detach.exp
7568 * gdb.mi/mi-disassemble.exp
7569 * gdb.mi/mi-eval.exp
7570 * gdb.mi/mi-file-transfer.exp
7571 * gdb.mi/mi-file.exp
7572 * gdb.mi/mi-fill-memory.exp
7573 * gdb.mi/mi-inheritance-syntax-error.exp
7574 * gdb.mi/mi-linespec-err-cp.exp
7575 * gdb.mi/mi-logging.exp
7576 * gdb.mi/mi-memory-changed.exp
7577 * gdb.mi/mi-read-memory.exp
7578 * gdb.mi/mi-record-changed.exp
7579 * gdb.mi/mi-reg-undefined.exp
7580 * gdb.mi/mi-regs.exp
7581 * gdb.mi/mi-return.exp
7582 * gdb.mi/mi-reverse.exp
7583 * gdb.mi/mi-simplerun.exp
7584 * gdb.mi/mi-solib.exp
7585 * gdb.mi/mi-stack.exp
7586 * gdb.mi/mi-stepi.exp
7587 * gdb.mi/mi-syn-frame.exp
7588 * gdb.mi/mi-until.exp
7589 * gdb.mi/mi-var-block.exp
7590 * gdb.mi/mi-var-child.exp
7591 * gdb.mi/mi-var-cmd.exp
7592 * gdb.mi/mi-var-cp.exp
7593 * gdb.mi/mi-var-display.exp
7594 * gdb.mi/mi-var-invalidate.exp
7595 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7596 * gdb.mi/mi-vla-fortran.exp
7597 * gdb.mi/mi-watch.exp
7598 * gdb.mi/mi2-var-child.exp
7599 * gdb.mi/user-selected-context-sync.exp
7600 * gdb.modula2/unbounded-array.exp
7601 * gdb.multi/dummy-frame-restore.exp
7602 * gdb.multi/multi-arch-exec.exp
7603 * gdb.multi/multi-arch.exp
7604 * gdb.multi/tids.exp
7605 * gdb.multi/watchpoint-multi.exp
7606 * gdb.opencl/callfuncs.exp
7607 * gdb.opencl/convs_casts.exp
7608 * gdb.opencl/datatypes.exp
7609 * gdb.opencl/operators.exp
7610 * gdb.opencl/vec_comps.exp
7611 * gdb.opt/clobbered-registers-O2.exp
7612 * gdb.opt/inline-break.exp
7613 * gdb.opt/inline-bt.exp
7614 * gdb.opt/inline-cmds.exp
7615 * gdb.opt/inline-locals.exp
7616 * gdb.pascal/case-insensitive-symbols.exp
7617 * gdb.pascal/floats.exp
7618 * gdb.pascal/gdb11492.exp
7619 * gdb.python/lib-types.exp
7620 * gdb.python/py-arch.exp
7621 * gdb.python/py-as-string.exp
7622 * gdb.python/py-bad-printers.exp
7623 * gdb.python/py-block.exp
7624 * gdb.python/py-breakpoint-create-fail.exp
7625 * gdb.python/py-breakpoint.exp
7626 * gdb.python/py-caller-is.exp
7627 * gdb.python/py-cmd.exp
7628 * gdb.python/py-explore-cc.exp
7629 * gdb.python/py-explore.exp
7630 * gdb.python/py-finish-breakpoint.exp
7631 * gdb.python/py-finish-breakpoint2.exp
7632 * gdb.python/py-frame-args.exp
7633 * gdb.python/py-frame-inline.exp
7634 * gdb.python/py-frame.exp
7635 * gdb.python/py-framefilter-mi.exp
7636 * gdb.python/py-infthread.exp
7637 * gdb.python/py-lazy-string.exp
7638 * gdb.python/py-linetable.exp
7639 * gdb.python/py-mi-events.exp
7640 * gdb.python/py-mi-objfile.exp
7641 * gdb.python/py-mi.exp
7642 * gdb.python/py-objfile.exp
7643 * gdb.python/py-pp-integral.exp
7644 * gdb.python/py-pp-maint.exp
7645 * gdb.python/py-pp-re-notag.exp
7646 * gdb.python/py-pp-registration.exp
7647 * gdb.python/py-recurse-unwind.exp
7648 * gdb.python/py-strfns.exp
7649 * gdb.python/py-symbol.exp
7650 * gdb.python/py-symtab.exp
7651 * gdb.python/py-sync-interp.exp
7652 * gdb.python/py-typeprint.exp
7653 * gdb.python/py-unwind-maint.exp
7654 * gdb.python/py-unwind.exp
7655 * gdb.python/py-value-cc.exp
7656 * gdb.python/py-xmethods.exp
7657 * gdb.reverse/amd64-tailcall-reverse.exp
7658 * gdb.reverse/break-precsave.exp
7659 * gdb.reverse/break-reverse.exp
7660 * gdb.reverse/consecutive-precsave.exp
7661 * gdb.reverse/consecutive-reverse.exp
7662 * gdb.reverse/finish-precsave.exp
7663 * gdb.reverse/finish-reverse-bkpt.exp
7664 * gdb.reverse/finish-reverse.exp
7665 * gdb.reverse/fstatat-reverse.exp
7666 * gdb.reverse/getresuid-reverse.exp
7667 * gdb.reverse/i386-precsave.exp
7668 * gdb.reverse/i386-reverse.exp
7669 * gdb.reverse/i386-sse-reverse.exp
7670 * gdb.reverse/i387-env-reverse.exp
7671 * gdb.reverse/i387-stack-reverse.exp
7672 * gdb.reverse/insn-reverse.exp
7673 * gdb.reverse/machinestate-precsave.exp
7674 * gdb.reverse/machinestate.exp
7675 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7676 * gdb.reverse/pipe-reverse.exp
7677 * gdb.reverse/readv-reverse.exp
7678 * gdb.reverse/recvmsg-reverse.exp
7679 * gdb.reverse/rerun-prec.exp
7680 * gdb.reverse/s390-mvcle.exp
7681 * gdb.reverse/step-precsave.exp
7682 * gdb.reverse/step-reverse.exp
7683 * gdb.reverse/time-reverse.exp
7684 * gdb.reverse/until-precsave.exp
7685 * gdb.reverse/until-reverse.exp
7686 * gdb.reverse/waitpid-reverse.exp
7687 * gdb.reverse/watch-precsave.exp
7688 * gdb.reverse/watch-reverse.exp
7689 * gdb.rust/generics.exp
7690 * gdb.rust/methods.exp
7691 * gdb.rust/modules.exp
7692 * gdb.rust/simple.exp
7693 * gdb.server/connect-with-no-symbol-file.exp
7694 * gdb.server/ext-attach.exp
7695 * gdb.server/ext-restart.exp
7696 * gdb.server/ext-wrapper.exp
7697 * gdb.server/file-transfer.exp
7698 * gdb.server/server-exec-info.exp
7699 * gdb.server/server-kill.exp
7700 * gdb.server/server-mon.exp
7701 * gdb.server/wrapper.exp
7702 * gdb.stabs/exclfwd.exp
7703 * gdb.stabs/gdb11479.exp
7704 * gdb.threads/clone-new-thread-event.exp
7705 * gdb.threads/corethreads.exp
7706 * gdb.threads/current-lwp-dead.exp
7707 * gdb.threads/dlopen-libpthread.exp
7708 * gdb.threads/gcore-thread.exp
7709 * gdb.threads/sigstep-threads.exp
7710 * gdb.threads/watchpoint-fork.exp
7711 * gdb.trace/actions-changed.exp
7712 * gdb.trace/backtrace.exp
7713 * gdb.trace/change-loc.exp
7714 * gdb.trace/circ.exp
7715 * gdb.trace/collection.exp
7716 * gdb.trace/disconnected-tracing.exp
7717 * gdb.trace/ftrace.exp
7718 * gdb.trace/mi-trace-frame-collected.exp
7719 * gdb.trace/mi-trace-unavailable.exp
7720 * gdb.trace/mi-traceframe-changed.exp
7721 * gdb.trace/mi-tsv-changed.exp
7722 * gdb.trace/no-attach-trace.exp
7723 * gdb.trace/passc-dyn.exp
7724 * gdb.trace/qtro.exp
7725 * gdb.trace/range-stepping.exp
7726 * gdb.trace/read-memory.exp
7727 * gdb.trace/save-trace.exp
7728 * gdb.trace/signal.exp
7729 * gdb.trace/status-stop.exp
7730 * gdb.trace/tfile.exp
7731 * gdb.trace/trace-break.exp
7732 * gdb.trace/trace-buffer-size.exp
7733 * gdb.trace/trace-condition.exp
7734 * gdb.trace/tracefile-pseudo-reg.exp
7735 * gdb.trace/tstatus.exp
7736 * gdb.trace/unavailable.exp
7737 * gdb.trace/while-dyn.exp
7738 * gdb.trace/while-stepping.exp
7739
34c41c68
DE
77402016-12-22 Doug Evans <xdje42@gmail.com>
7741
7742 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7743 and msymbols.
7744
16e69324
YQ
77452016-12-19 Yao Qi <yao.qi@linaro.org>
7746
7747 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7748 (test_with_self): Don't call do_steps_and_nexts, and remove
7749 code about stepping into xmalloc.
7750
f94f411b
YQ
77512016-12-09 Yao Qi <yao.qi@linaro.org>
7752
7753 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7754
77552016-12-09 Yao Qi <yao.qi@linaro.org>
7756
7757 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7758
f1b5deee
PA
77592016-12-09 Pedro Alves <palves@redhat.com>
7760
7761 * gdb.base/all-architectures-0.exp: New file.
7762 * gdb.base/all-architectures-1.exp: New file.
7763 * gdb.base/all-architectures-2.exp: New file.
7764 * gdb.base/all-architectures-3.exp: New file.
7765 * gdb.base/all-architectures-4.exp: New file.
7766 * gdb.base/all-architectures-5.exp: New file.
7767 * gdb.base/all-architectures-6.exp: New file.
7768 * gdb.base/all-architectures-7.exp: New file.
7769 * gdb.base/all-architectures.exp.in: New file.
7770
364ca42e
YQ
77712016-12-09 Yao Qi <yao.qi@linaro.org>
7772
7773 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7774
107c2d62
LM
77752016-12-02 Luis Machado <lgustavo@codesourcery.com>
7776
7777 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7778 possible.
7779 Remove useless pattern-matching code.
7780
df3ee9ca
PA
77812016-12-02 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7784 procedure.
7785 (top level): Call it.
7786
ec835369
PA
77872016-12-02 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7790 New procedure.
7791 (top level): Call it.
7792
01770bbd
PA
77932016-12-02 Pedro Alves <palves@redhat.com>
7794
7795 PR cli/20559
7796 * gdb.base/commands.exp (user_defined_command_args_eval): New
7797 procedure.
7798 (top level): Call it.
7799
008459ea
LM
78002016-12-02 Luis Machado <lgustavo@codesourcery.com>
7801
7802 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7803 timeout handling.
7804
0c1b455e
TT
78052016-12-02 Tom Tromey <tom@tromey.com>
7806
7807 * gdb.dwarf2/main-subprogram.c: New file.
7808 * gdb.dwarf2/main-subprogram.exp: New file.
7809
018572b8
LM
78102016-12-01 Luis Machado <lgustavo@codesourcery.com>
7811
7812 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7813 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7814 gdb_test_no_output for a couple of cases.
7815 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7816
84c93cd5
LM
78172016-12-01 Luis Machado <lgustavo@codesourcery.com>
7818
7819 Fix test names and standardize compilation error messages throughout
7820 the following files:
7821
7822 * gdb.ada/start.exp
7823 * gdb.arch/alpha-step.exp
7824 * gdb.arch/e500-prologue.exp
7825 * gdb.arch/ftrace-insn-reloc.exp
7826 * gdb.arch/gdb1291.exp
7827 * gdb.arch/gdb1431.exp
7828 * gdb.arch/gdb1558.exp
7829 * gdb.arch/i386-dr3-watch.exp
7830 * gdb.arch/i386-sse-stack-align.exp
7831 * gdb.arch/ia64-breakpoint-shadow.exp
7832 * gdb.arch/pa-nullify.exp
7833 * gdb.arch/powerpc-aix-prologue.exp
7834 * gdb.arch/thumb-bx-pc.exp
7835 * gdb.base/annota1.exp
7836 * gdb.base/annota3.exp
7837 * gdb.base/arrayidx.exp
7838 * gdb.base/assign.exp
7839 * gdb.base/attach.exp
7840 * gdb.base/auxv.exp
7841 * gdb.base/bang.exp
7842 * gdb.base/bfp-test.exp
7843 * gdb.base/bigcore.exp
7844 * gdb.base/bitfields2.exp
7845 * gdb.base/break-fun-addr.exp
7846 * gdb.base/break-probes.exp
7847 * gdb.base/call-rt-st.exp
7848 * gdb.base/callexit.exp
7849 * gdb.base/catch-fork-kill.exp
7850 * gdb.base/charset.exp
7851 * gdb.base/checkpoint.exp
7852 * gdb.base/comprdebug.exp
7853 * gdb.base/constvars.exp
7854 * gdb.base/coredump-filter.exp
7855 * gdb.base/cursal.exp
7856 * gdb.base/cvexpr.exp
7857 * gdb.base/detach.exp
7858 * gdb.base/display.exp
7859 * gdb.base/dmsym.exp
7860 * gdb.base/dprintf-pending.exp
7861 * gdb.base/dso2dso.exp
7862 * gdb.base/dtrace-probe.exp
7863 * gdb.base/dump.exp
7864 * gdb.base/enum_cond.exp
7865 * gdb.base/exe-lock.exp
7866 * gdb.base/exec-invalid-sysroot.exp
7867 * gdb.base/execl-update-breakpoints.exp
7868 * gdb.base/exprs.exp
7869 * gdb.base/fileio.exp
7870 * gdb.base/find.exp
7871 * gdb.base/finish.exp
7872 * gdb.base/fixsection.exp
7873 * gdb.base/foll-vfork.exp
7874 * gdb.base/frame-args.exp
7875 * gdb.base/gcore.exp
7876 * gdb.base/gdb1250.exp
7877 * gdb.base/global-var-nested-by-dso.exp
7878 * gdb.base/gnu-ifunc.exp
7879 * gdb.base/hashline1.exp
7880 * gdb.base/hashline2.exp
7881 * gdb.base/hashline3.exp
7882 * gdb.base/hbreak-in-shr-unsupported.exp
7883 * gdb.base/huge.exp
7884 * gdb.base/infcall-input.exp
7885 * gdb.base/info-fun.exp
7886 * gdb.base/info-shared.exp
7887 * gdb.base/jit-simple.exp
7888 * gdb.base/jit-so.exp
7889 * gdb.base/jit.exp
7890 * gdb.base/jump.exp
7891 * gdb.base/label.exp
7892 * gdb.base/lineinc.exp
7893 * gdb.base/logical.exp
7894 * gdb.base/longjmp.exp
7895 * gdb.base/macscp.exp
7896 * gdb.base/miscexprs.exp
7897 * gdb.base/new-ui-echo.exp
7898 * gdb.base/new-ui-pending-input.exp
7899 * gdb.base/new-ui.exp
7900 * gdb.base/nodebug.exp
7901 * gdb.base/nofield.exp
7902 * gdb.base/offsets.exp
7903 * gdb.base/overlays.exp
7904 * gdb.base/pending.exp
7905 * gdb.base/pointers.exp
7906 * gdb.base/pr11022.exp
7907 * gdb.base/printcmds.exp
7908 * gdb.base/prologue.exp
7909 * gdb.base/ptr-typedef.exp
7910 * gdb.base/realname-expand.exp
7911 * gdb.base/relativedebug.exp
7912 * gdb.base/relocate.exp
7913 * gdb.base/remote.exp
7914 * gdb.base/reread.exp
7915 * gdb.base/return2.exp
7916 * gdb.base/savedregs.exp
7917 * gdb.base/sep.exp
7918 * gdb.base/sepdebug.exp
7919 * gdb.base/sepsymtab.exp
7920 * gdb.base/set-inferior-tty.exp
7921 * gdb.base/setshow.exp
7922 * gdb.base/shlib-call.exp
7923 * gdb.base/sigaltstack.exp
7924 * gdb.base/siginfo-addr.exp
7925 * gdb.base/signals.exp
7926 * gdb.base/signull.exp
7927 * gdb.base/sigrepeat.exp
7928 * gdb.base/so-impl-ld.exp
7929 * gdb.base/solib-display.exp
7930 * gdb.base/solib-overlap.exp
7931 * gdb.base/solib-search.exp
7932 * gdb.base/solib-symbol.exp
7933 * gdb.base/structs.exp
7934 * gdb.base/structs2.exp
7935 * gdb.base/symtab-search-order.exp
7936 * gdb.base/twice.exp
7937 * gdb.base/unload.exp
7938 * gdb.base/varargs.exp
7939 * gdb.base/watchpoint-solib.exp
7940 * gdb.base/watchpoint.exp
7941 * gdb.base/whatis.exp
7942 * gdb.base/wrong_frame_bt_full.exp
7943 * gdb.btrace/dlopen.exp
7944 * gdb.cell/ea-standalone.exp
7945 * gdb.cell/ea-test.exp
7946 * gdb.cp/dispcxx.exp
7947 * gdb.cp/gdb2384.exp
7948 * gdb.cp/method2.exp
7949 * gdb.cp/nextoverthrow.exp
7950 * gdb.cp/pr10728.exp
7951 * gdb.disasm/am33.exp
7952 * gdb.disasm/h8300s.exp
7953 * gdb.disasm/mn10300.exp
7954 * gdb.disasm/sh3.exp
7955 * gdb.dwarf2/dw2-dir-file-name.exp
7956 * gdb.fortran/complex.exp
7957 * gdb.fortran/library-module.exp
7958 * gdb.guile/scm-pretty-print.exp
7959 * gdb.guile/scm-symbol.exp
7960 * gdb.guile/scm-type.exp
7961 * gdb.guile/scm-value.exp
7962 * gdb.linespec/linespec.exp
7963 * gdb.mi/gdb701.exp
7964 * gdb.mi/gdb792.exp
7965 * gdb.mi/mi-breakpoint-changed.exp
7966 * gdb.mi/mi-dprintf-pending.exp
7967 * gdb.mi/mi-dprintf.exp
7968 * gdb.mi/mi-exit-code.exp
7969 * gdb.mi/mi-pending.exp
7970 * gdb.mi/mi-solib.exp
7971 * gdb.mi/new-ui-mi-sync.exp
7972 * gdb.mi/pr11022.exp
7973 * gdb.mi/user-selected-context-sync.exp
7974 * gdb.opt/solib-intra-step.exp
7975 * gdb.python/py-events.exp
7976 * gdb.python/py-finish-breakpoint.exp
7977 * gdb.python/py-mi.exp
7978 * gdb.python/py-prettyprint.exp
7979 * gdb.python/py-shared.exp
7980 * gdb.python/py-symbol.exp
7981 * gdb.python/py-template.exp
7982 * gdb.python/py-type.exp
7983 * gdb.python/py-value.exp
7984 * gdb.reverse/solib-precsave.exp
7985 * gdb.reverse/solib-reverse.exp
7986 * gdb.server/solib-list.exp
7987 * gdb.stabs/weird.exp
7988 * gdb.threads/reconnect-signal.exp
7989 * gdb.threads/stepi-random-signal.exp
7990 * gdb.trace/actions.exp
7991 * gdb.trace/ax.exp
7992 * gdb.trace/backtrace.exp
7993 * gdb.trace/change-loc.exp
7994 * gdb.trace/deltrace.exp
7995 * gdb.trace/ftrace-lock.exp
7996 * gdb.trace/ftrace.exp
7997 * gdb.trace/infotrace.exp
7998 * gdb.trace/mi-tracepoint-changed.exp
7999 * gdb.trace/packetlen.exp
8000 * gdb.trace/passcount.exp
8001 * gdb.trace/pending.exp
8002 * gdb.trace/range-stepping.exp
8003 * gdb.trace/report.exp
8004 * gdb.trace/stap-trace.exp
8005 * gdb.trace/tfind.exp
8006 * gdb.trace/trace-break.exp
8007 * gdb.trace/trace-condition.exp
8008 * gdb.trace/trace-enable-disable.exp
8009 * gdb.trace/trace-mt.exp
8010 * gdb.trace/tracecmd.exp
8011 * gdb.trace/tspeed.exp
8012 * gdb.trace/tsv.exp
8013 * lib/perftest.exp
8014
fb9feb35
LM
80152016-12-01 Luis Machado <lgustavo@codesourcery.com>
8016
8017 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8018 with gdb_test_no_output.
8019 Use command as test name.
8020
cd2ddb6c
LM
80212016-12-01 Luis Machado <lgustavo@codesourcery.com>
8022
8023 Fix test names starting with uppercase throughout the files.
8024
8025 * gdb.ada/assign_1.exp
8026 * gdb.ada/boolean_expr.exp
8027 * gdb.base/arrayidx.exp
8028 * gdb.base/del.exp
8029 * gdb.base/gcore-buffer-overflow.exp
8030 * gdb.base/testenv.exp
8031 * gdb.compile/compile.exp
8032 * gdb.python/py-framefilter-invalidarg.exp
8033 * gdb.python/py-framefilter.exp
8034
bb95117e
LM
80352016-12-01 Luis Machado <lgustavo@codesourcery.com>
8036
8037 Fix test names starting with uppercase throughout the files.
8038
8039 * gdb.ada/array_return.exp
8040 * gdb.ada/expr_delims.exp
8041 * gdb.ada/mi_dyn_arr.exp
8042 * gdb.ada/mi_interface.exp
8043 * gdb.ada/mi_var_array.exp
8044 * gdb.ada/watch_arg.exp
8045 * gdb.arch/alpha-step.exp
8046 * gdb.arch/altivec-regs.exp
8047 * gdb.arch/e500-regs.exp
8048 * gdb.arch/powerpc-d128-regs.exp
8049 * gdb.base/arrayidx.exp
8050 * gdb.base/break.exp
8051 * gdb.base/checkpoint.exp
8052 * gdb.base/debug-expr.exp
8053 * gdb.base/dmsym.exp
8054 * gdb.base/radix.exp
8055 * gdb.base/sepdebug.exp
8056 * gdb.base/testenv.exp
8057 * gdb.base/watch_thread_num.exp
8058 * gdb.base/watchpoint-cond-gone.exp
8059 * gdb.cell/break.exp
8060 * gdb.cell/ea-cache.exp
8061 * gdb.compile/compile.exp
8062 * gdb.cp/gdb2495.exp
8063 * gdb.gdb/selftest.exp
8064 * gdb.gdb/xfullpath.exp
8065 * gdb.go/hello.exp
8066 * gdb.go/integers.exp
8067 * gdb.objc/basicclass.exp
8068 * gdb.pascal/hello.exp
8069 * gdb.pascal/integers.exp
8070 * gdb.python/py-breakpoint.exp
8071 * gdb.python/py-cmd.exp
8072 * gdb.python/py-linetable.exp
8073 * gdb.python/py-xmethods.exp
8074 * gdb.python/python.exp
8075 * gdb.reverse/consecutive-precsave.exp
8076 * gdb.reverse/finish-precsave.exp
8077 * gdb.reverse/i386-precsave.exp
8078 * gdb.reverse/machinestate-precsave.exp
8079 * gdb.reverse/sigall-precsave.exp
8080 * gdb.reverse/solib-precsave.exp
8081 * gdb.reverse/step-precsave.exp
8082 * gdb.reverse/until-precsave.exp
8083 * gdb.reverse/watch-precsave.exp
8084 * gdb.threads/leader-exit.exp
8085 * gdb.threads/pthreads.exp
8086 * gdb.threads/wp-replication.exp
8087 * gdb.trace/actions.exp
8088 * gdb.trace/mi-tsv-changed.exp
8089 * gdb.trace/tsv.exp
8090
de97fdd4
LM
80912016-12-01 Luis Machado <lgustavo@codesourcery.com>
8092
8093 Fix test names starting with uppercase throughout the files.
8094
8095 * gdb.arch/i386-bp_permanent.exp
8096 * gdb.arch/i386-gnu-cfi.exp
8097 * gdb.base/disasm-end-cu.exp
8098 * gdb.base/macscp.exp
8099 * gdb.base/pending.exp
8100 * gdb.base/watch_thread_num.exp
8101 * gdb.cp/exception.exp
8102 * gdb.cp/gdb2495.exp
8103 * gdb.cp/local.exp
8104 * gdb.python/py-evsignal.exp
8105 * gdb.python/python.exp
8106 * gdb.trace/tracecmd.exp
8107
9f058c10
LM
81082016-12-01 Luis Machado <lgustavo@codesourcery.com>
8109
8110 Fix test names starting with uppercase throughout the files.
8111
8112 * gdb.base/charset.exp
8113 * gdb.base/eval.exp
8114 * gdb.base/multi-forks.exp
8115 * gdb.guile/scm-progspace.exp
8116 * gdb.opencl/datatypes.exp
8117 * gdb.python/py-block.exp
8118 * gdb.python/py-function.exp
8119 * gdb.python/py-symbol.exp
8120 * gdb.python/py-symtab.exp
8121 * gdb.python/py-xmethods.exp
8122 * gdb.reverse/break-precsave.exp
8123 * gdb.reverse/break-reverse.exp
8124 * gdb.reverse/consecutive-precsave.exp
8125 * gdb.reverse/consecutive-reverse.exp
8126 * gdb.reverse/finish-precsave.exp
8127 * gdb.reverse/finish-reverse-bkpt.exp
8128 * gdb.reverse/finish-reverse.exp
8129 * gdb.reverse/fstatat-reverse.exp
8130 * gdb.reverse/getresuid-reverse.exp
8131 * gdb.reverse/i386-precsave.exp
8132 * gdb.reverse/i386-reverse.exp
8133 * gdb.reverse/i386-sse-reverse.exp
8134 * gdb.reverse/i387-stack-reverse.exp
8135 * gdb.reverse/insn-reverse.exp
8136 * gdb.reverse/machinestate-precsave.exp
8137 * gdb.reverse/machinestate.exp
8138 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8139 * gdb.reverse/pipe-reverse.exp
8140 * gdb.reverse/readv-reverse.exp
8141 * gdb.reverse/recvmsg-reverse.exp
8142 * gdb.reverse/rerun-prec.exp
8143 * gdb.reverse/s390-mvcle.exp
8144 * gdb.reverse/sigall-precsave.exp
8145 * gdb.reverse/sigall-reverse.exp
8146 * gdb.reverse/solib-precsave.exp
8147 * gdb.reverse/solib-reverse.exp
8148 * gdb.reverse/step-precsave.exp
8149 * gdb.reverse/step-reverse.exp
8150 * gdb.reverse/time-reverse.exp
8151 * gdb.reverse/until-precsave.exp
8152 * gdb.reverse/until-reverse.exp
8153 * gdb.reverse/waitpid-reverse.exp
8154 * gdb.reverse/watch-precsave.exp
8155 * gdb.reverse/watch-reverse.exp
8156
cdc7edd7
LM
81572016-12-01 Luis Machado <lgustavo@codesourcery.com>
8158
8159 Fix test names starting with uppercase throughout the files.
8160
8161 * gdb.arch/i386-mpx-simple_segv.exp
8162 * gdb.arch/i386-mpx.exp
8163 * gdb.arch/i386-permbkpt.exp
8164 * gdb.arch/pa-nullify.exp
8165 * gdb.arch/powerpc-d128-regs.exp
8166 * gdb.arch/vsx-regs.exp
8167 * gdb.base/bfp-test.exp
8168 * gdb.base/break.exp
8169 * gdb.base/breakpoint-shadow.exp
8170 * gdb.base/callfuncs.exp
8171 * gdb.base/charset.exp
8172 * gdb.base/commands.exp
8173 * gdb.base/completion.exp
8174 * gdb.base/dfp-test.exp
8175 * gdb.base/echo.exp
8176 * gdb.base/ending-run.exp
8177 * gdb.base/eval.exp
8178 * gdb.base/expand-psymtabs.exp
8179 * gdb.base/float128.exp
8180 * gdb.base/floatn.exp
8181 * gdb.base/foll-exec-mode.exp
8182 * gdb.base/gdb1056.exp
8183 * gdb.base/gdb11531.exp
8184 * gdb.base/kill-after-signal.exp
8185 * gdb.base/multi-forks.exp
8186 * gdb.base/overlays.exp
8187 * gdb.base/pending.exp
8188 * gdb.base/sepdebug.exp
8189 * gdb.base/testenv.exp
8190 * gdb.base/valgrind-db-attach.exp
8191 * gdb.base/watch_thread_num.exp
8192 * gdb.base/watchpoint-cond-gone.exp
8193 * gdb.base/watchpoint.exp
8194 * gdb.base/watchpoints.exp
8195 * gdb.cp/arg-reference.exp
8196 * gdb.cp/baseenum.exp
8197 * gdb.cp/operator.exp
8198 * gdb.cp/shadow.exp
8199 * gdb.dwarf2/dw2-op-out-param.exp
8200 * gdb.dwarf2/dw2-reg-undefined.exp
8201 * gdb.go/chan.exp
8202 * gdb.go/hello.exp
8203 * gdb.go/integers.exp
8204 * gdb.go/methods.exp
8205 * gdb.go/package.exp
8206 * gdb.guile/scm-parameter.exp
8207 * gdb.guile/scm-progspace.exp
8208 * gdb.guile/scm-value.exp
8209 * gdb.mi/mi-pending.exp
8210 * gdb.mi/user-selected-context-sync.exp
8211 * gdb.multi/multi-attach.exp
8212 * gdb.multi/tids.exp
8213 * gdb.opt/clobbered-registers-O2.exp
8214 * gdb.pascal/floats.exp
8215 * gdb.pascal/integers.exp
8216 * gdb.python/py-block.exp
8217 * gdb.python/py-events.exp
8218 * gdb.python/py-parameter.exp
8219 * gdb.python/py-symbol.exp
8220 * gdb.python/py-symtab.exp
8221 * gdb.python/py-type.exp
8222 * gdb.python/py-value.exp
8223 * gdb.python/py-xmethods.exp
8224 * gdb.python/python.exp
8225 * gdb.reverse/break-precsave.exp
8226 * gdb.reverse/consecutive-precsave.exp
8227 * gdb.reverse/finish-precsave.exp
8228 * gdb.reverse/i386-precsave.exp
8229 * gdb.reverse/machinestate-precsave.exp
8230 * gdb.reverse/sigall-precsave.exp
8231 * gdb.reverse/solib-precsave.exp
8232 * gdb.reverse/step-precsave.exp
8233 * gdb.reverse/until-precsave.exp
8234 * gdb.reverse/watch-precsave.exp
8235 * gdb.server/ext-attach.exp
8236 * gdb.server/ext-restart.exp
8237 * gdb.server/ext-run.exp
8238 * gdb.server/ext-wrapper.exp
8239 * gdb.stabs/gdb11479.exp
8240 * gdb.stabs/weird.exp
8241 * gdb.threads/attach-many-short-lived-threads.exp
8242 * gdb.threads/kill.exp
8243 * gdb.threads/watchpoint-fork.exp
8244
bc6c7af4
LM
82452016-12-01 Luis Machado <lgustavo@codesourcery.com>
8246
8247 Fix test names starting with uppercase throughout all the files below.
8248
8249 * gdb.ada/array_return.exp
8250 * gdb.ada/catch_ex.exp
8251 * gdb.ada/info_exc.exp
8252 * gdb.ada/mi_catch_ex.exp
8253 * gdb.ada/mi_dyn_arr.exp
8254 * gdb.ada/mi_ex_cond.exp
8255 * gdb.ada/mi_exc_info.exp
8256 * gdb.ada/mi_interface.exp
8257 * gdb.ada/mi_task_arg.exp
8258 * gdb.ada/mi_task_info.exp
8259 * gdb.ada/mi_var_array.exp
8260 * gdb.arch/alpha-step.exp
8261 * gdb.arch/amd64-disp-step.exp
8262 * gdb.arch/arm-disp-step.exp
8263 * gdb.arch/disp-step-insn-reloc.exp
8264 * gdb.arch/e500-prologue.exp
8265 * gdb.arch/ftrace-insn-reloc.exp
8266 * gdb.arch/gdb1558.exp
8267 * gdb.arch/i386-bp_permanent.exp
8268 * gdb.arch/i386-disp-step.exp
8269 * gdb.arch/i386-float.exp
8270 * gdb.arch/i386-gnu-cfi.exp
8271 * gdb.arch/ia64-breakpoint-shadow.exp
8272 * gdb.arch/mips16-thunks.exp
8273 * gdb.arch/pa-nullify.exp
8274 * gdb.arch/powerpc-aix-prologue.exp
8275 * gdb.arch/powerpc-power.exp
8276 * gdb.arch/ppc-dfp.exp
8277 * gdb.arch/s390-tdbregs.exp
8278 * gdb.arch/spu-info.exp
8279 * gdb.arch/spu-ls.exp
8280 * gdb.arch/thumb-bx-pc.exp
8281 * gdb.base/advance.exp
8282 * gdb.base/annota-input-while-running.exp
8283 * gdb.base/arrayidx.exp
8284 * gdb.base/asmlabel.exp
8285 * gdb.base/async.exp
8286 * gdb.base/attach-wait-input.exp
8287 * gdb.base/auto-connect-native-target.exp
8288 * gdb.base/batch-preserve-term-settings.exp
8289 * gdb.base/bfp-test.exp
8290 * gdb.base/bigcore.exp
8291 * gdb.base/bp-permanent.exp
8292 * gdb.base/break-always.exp
8293 * gdb.base/break-fun-addr.exp
8294 * gdb.base/break-idempotent.exp
8295 * gdb.base/break-main-file-remove-fail.exp
8296 * gdb.base/break-probes.exp
8297 * gdb.base/break-unload-file.exp
8298 * gdb.base/break.exp
8299 * gdb.base/call-ar-st.exp
8300 * gdb.base/call-rt-st.exp
8301 * gdb.base/call-sc.exp
8302 * gdb.base/call-signal-resume.exp
8303 * gdb.base/call-strs.exp
8304 * gdb.base/callexit.exp
8305 * gdb.base/callfuncs.exp
8306 * gdb.base/catch-gdb-caused-signals.exp
8307 * gdb.base/catch-signal-siginfo-cond.exp
8308 * gdb.base/catch-syscall.exp
8309 * gdb.base/compare-sections.exp
8310 * gdb.base/cond-eval-mode.exp
8311 * gdb.base/condbreak-call-false.exp
8312 * gdb.base/consecutive-step-over.exp
8313 * gdb.base/cursal.exp
8314 * gdb.base/disabled-location.exp
8315 * gdb.base/disasm-end-cu.exp
8316 * gdb.base/display.exp
8317 * gdb.base/double-prompt-target-event-error.exp
8318 * gdb.base/dprintf-bp-same-addr.exp
8319 * gdb.base/dprintf-detach.exp
8320 * gdb.base/dprintf-next.exp
8321 * gdb.base/dprintf-non-stop.exp
8322 * gdb.base/dprintf-pending.exp
8323 * gdb.base/dso2dso.exp
8324 * gdb.base/ending-run.exp
8325 * gdb.base/enum_cond.exp
8326 * gdb.base/examine-backward.exp
8327 * gdb.base/exe-lock.exp
8328 * gdb.base/exec-invalid-sysroot.exp
8329 * gdb.base/execl-update-breakpoints.exp
8330 * gdb.base/execution-termios.exp
8331 * gdb.base/fileio.exp
8332 * gdb.base/fixsection.exp
8333 * gdb.base/foll-exec-mode.exp
8334 * gdb.base/foll-exec.exp
8335 * gdb.base/fork-running-state.exp
8336 * gdb.base/frame-args.exp
8337 * gdb.base/fullpath-expand.exp
8338 * gdb.base/func-ptr.exp
8339 * gdb.base/gcore-relro-pie.exp
8340 * gdb.base/gdb1090.exp
8341 * gdb.base/gdb1555.exp
8342 * gdb.base/global-var-nested-by-dso.exp
8343 * gdb.base/gnu-ifunc.exp
8344 * gdb.base/hbreak-in-shr-unsupported.exp
8345 * gdb.base/hbreak-unmapped.exp
8346 * gdb.base/hook-stop.exp
8347 * gdb.base/infcall-input.exp
8348 * gdb.base/info-fun.exp
8349 * gdb.base/info-shared.exp
8350 * gdb.base/interrupt-noterm.exp
8351 * gdb.base/jit-so.exp
8352 * gdb.base/jit.exp
8353 * gdb.base/line-symtabs.exp
8354 * gdb.base/list.exp
8355 * gdb.base/longjmp.exp
8356 * gdb.base/macscp.exp
8357 * gdb.base/max-value-size.exp
8358 * gdb.base/nodebug.exp
8359 * gdb.base/nofield.exp
8360 * gdb.base/overlays.exp
8361 * gdb.base/paginate-after-ctrl-c-running.exp
8362 * gdb.base/paginate-bg-execution.exp
8363 * gdb.base/paginate-inferior-exit.exp
8364 * gdb.base/pending.exp
8365 * gdb.base/pr11022.exp
8366 * gdb.base/printcmds.exp
8367 * gdb.base/ptr-typedef.exp
8368 * gdb.base/ptype.exp
8369 * gdb.base/randomize.exp
8370 * gdb.base/range-stepping.exp
8371 * gdb.base/realname-expand.exp
8372 * gdb.base/relativedebug.exp
8373 * gdb.base/remote.exp
8374 * gdb.base/savedregs.exp
8375 * gdb.base/sepdebug.exp
8376 * gdb.base/set-noassign.exp
8377 * gdb.base/shlib-call.exp
8378 * gdb.base/shreloc.exp
8379 * gdb.base/sigaltstack.exp
8380 * gdb.base/sigbpt.exp
8381 * gdb.base/siginfo-addr.exp
8382 * gdb.base/siginfo-obj.exp
8383 * gdb.base/siginfo-thread.exp
8384 * gdb.base/signest.exp
8385 * gdb.base/signull.exp
8386 * gdb.base/sigrepeat.exp
8387 * gdb.base/skip.exp
8388 * gdb.base/so-impl-ld.exp
8389 * gdb.base/solib-corrupted.exp
8390 * gdb.base/solib-disc.exp
8391 * gdb.base/solib-display.exp
8392 * gdb.base/solib-overlap.exp
8393 * gdb.base/solib-search.exp
8394 * gdb.base/solib-symbol.exp
8395 * gdb.base/source-execution.exp
8396 * gdb.base/sss-bp-on-user-bp-2.exp
8397 * gdb.base/sss-bp-on-user-bp.exp
8398 * gdb.base/stack-checking.exp
8399 * gdb.base/stale-infcall.exp
8400 * gdb.base/step-break.exp
8401 * gdb.base/step-line.exp
8402 * gdb.base/step-over-exit.exp
8403 * gdb.base/step-test.exp
8404 * gdb.base/structs.exp
8405 * gdb.base/sym-file.exp
8406 * gdb.base/symtab-search-order.exp
8407 * gdb.base/term.exp
8408 * gdb.base/type-opaque.exp
8409 * gdb.base/unload.exp
8410 * gdb.base/until-nodebug.exp
8411 * gdb.base/until.exp
8412 * gdb.base/unwindonsignal.exp
8413 * gdb.base/watch-cond.exp
8414 * gdb.base/watch-non-mem.exp
8415 * gdb.base/watch_thread_num.exp
8416 * gdb.base/watchpoint-reuse-slot.exp
8417 * gdb.base/watchpoint-solib.exp
8418 * gdb.base/watchpoint.exp
8419 * gdb.btrace/dlopen.exp
8420 * gdb.cell/arch.exp
8421 * gdb.cell/break.exp
8422 * gdb.cell/bt.exp
8423 * gdb.cell/core.exp
8424 * gdb.cell/data.exp
8425 * gdb.cell/dwarfaddr.exp
8426 * gdb.cell/ea-cache.exp
8427 * gdb.cell/ea-standalone.exp
8428 * gdb.cell/ea-test.exp
8429 * gdb.cell/f-regs.exp
8430 * gdb.cell/fork.exp
8431 * gdb.cell/gcore.exp
8432 * gdb.cell/mem-access.exp
8433 * gdb.cell/ptype.exp
8434 * gdb.cell/registers.exp
8435 * gdb.cell/sizeof.exp
8436 * gdb.cell/solib-symbol.exp
8437 * gdb.cell/solib.exp
8438 * gdb.compile/compile-tls.exp
8439 * gdb.cp/exception.exp
8440 * gdb.cp/gdb2495.exp
8441 * gdb.cp/local.exp
8442 * gdb.cp/mb-inline.exp
8443 * gdb.cp/mb-templates.exp
8444 * gdb.cp/pr10687.exp
8445 * gdb.cp/pr9167.exp
8446 * gdb.cp/scope-err.exp
8447 * gdb.cp/templates.exp
8448 * gdb.cp/virtfunc.exp
8449 * gdb.dwarf2/dw2-dir-file-name.exp
8450 * gdb.dwarf2/dw2-single-line-discriminators.exp
8451 * gdb.fortran/complex.exp
8452 * gdb.fortran/library-module.exp
8453 * gdb.guile/guile.exp
8454 * gdb.guile/scm-cmd.exp
8455 * gdb.guile/scm-frame-inline.exp
8456 * gdb.guile/scm-objfile.exp
8457 * gdb.guile/scm-pretty-print.exp
8458 * gdb.guile/scm-symbol.exp
8459 * gdb.guile/scm-type.exp
8460 * gdb.guile/scm-value.exp
8461 * gdb.linespec/keywords.exp
8462 * gdb.linespec/ls-errs.exp
8463 * gdb.linespec/macro-relative.exp
8464 * gdb.linespec/thread.exp
8465 * gdb.mi/mi-breakpoint-changed.exp
8466 * gdb.mi/mi-dprintf-pending.exp
8467 * gdb.mi/mi-fullname-deleted.exp
8468 * gdb.mi/mi-logging.exp
8469 * gdb.mi/mi-pending.exp
8470 * gdb.mi/mi-solib.exp
8471 * gdb.mi/new-ui-mi-sync.exp
8472 * gdb.mi/user-selected-context-sync.exp
8473 * gdb.multi/dummy-frame-restore.exp
8474 * gdb.multi/multi-arch-exec.exp
8475 * gdb.multi/remove-inferiors.exp
8476 * gdb.multi/watchpoint-multi-exit.exp
8477 * gdb.opt/solib-intra-step.exp
8478 * gdb.perf/backtrace.exp
8479 * gdb.perf/single-step.exp
8480 * gdb.perf/skip-command.exp
8481 * gdb.perf/skip-prologue.exp
8482 * gdb.perf/solib.exp
8483 * gdb.python/lib-types.exp
8484 * gdb.python/py-as-string.exp
8485 * gdb.python/py-bad-printers.exp
8486 * gdb.python/py-block.exp
8487 * gdb.python/py-breakpoint.exp
8488 * gdb.python/py-cmd.exp
8489 * gdb.python/py-events.exp
8490 * gdb.python/py-evthreads.exp
8491 * gdb.python/py-finish-breakpoint.exp
8492 * gdb.python/py-finish-breakpoint2.exp
8493 * gdb.python/py-frame-inline.exp
8494 * gdb.python/py-frame.exp
8495 * gdb.python/py-inferior.exp
8496 * gdb.python/py-infthread.exp
8497 * gdb.python/py-mi.exp
8498 * gdb.python/py-objfile.exp
8499 * gdb.python/py-pp-maint.exp
8500 * gdb.python/py-pp-registration.exp
8501 * gdb.python/py-prettyprint.exp
8502 * gdb.python/py-recurse-unwind.exp
8503 * gdb.python/py-shared.exp
8504 * gdb.python/py-symbol.exp
8505 * gdb.python/py-symtab.exp
8506 * gdb.python/py-template.exp
8507 * gdb.python/py-type.exp
8508 * gdb.python/py-unwind-maint.exp
8509 * gdb.python/py-unwind.exp
8510 * gdb.python/py-value.exp
8511 * gdb.python/python.exp
8512 * gdb.reverse/finish-reverse-bkpt.exp
8513 * gdb.reverse/insn-reverse.exp
8514 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8515 * gdb.reverse/solib-precsave.exp
8516 * gdb.reverse/solib-reverse.exp
8517 * gdb.stabs/gdb11479.exp
8518 * gdb.stabs/weird.exp
8519 * gdb.threads/fork-child-threads.exp
8520 * gdb.threads/fork-plus-threads.exp
8521 * gdb.threads/fork-thread-pending.exp
8522 * gdb.threads/forking-threads-plus-breakpoint.exp
8523 * gdb.threads/hand-call-in-threads.exp
8524 * gdb.threads/interrupted-hand-call.exp
8525 * gdb.threads/linux-dp.exp
8526 * gdb.threads/local-watch-wrong-thread.exp
8527 * gdb.threads/next-while-other-thread-longjmps.exp
8528 * gdb.threads/non-ldr-exit.exp
8529 * gdb.threads/pending-step.exp
8530 * gdb.threads/print-threads.exp
8531 * gdb.threads/process-dies-while-detaching.exp
8532 * gdb.threads/process-dies-while-handling-bp.exp
8533 * gdb.threads/pthreads.exp
8534 * gdb.threads/queue-signal.exp
8535 * gdb.threads/reconnect-signal.exp
8536 * gdb.threads/signal-command-handle-nopass.exp
8537 * gdb.threads/signal-command-multiple-signals-pending.exp
8538 * gdb.threads/signal-delivered-right-thread.exp
8539 * gdb.threads/signal-sigtrap.exp
8540 * gdb.threads/sigthread.exp
8541 * gdb.threads/staticthreads.exp
8542 * gdb.threads/stepi-random-signal.exp
8543 * gdb.threads/thread-unwindonsignal.exp
8544 * gdb.threads/thread_check.exp
8545 * gdb.threads/thread_events.exp
8546 * gdb.threads/tid-reuse.exp
8547 * gdb.threads/tls-nodebug.exp
8548 * gdb.threads/tls-shared.exp
8549 * gdb.threads/tls-so_extern.exp
8550 * gdb.threads/tls.exp
8551 * gdb.threads/wp-replication.exp
8552 * gdb.trace/actions-changed.exp
8553 * gdb.trace/actions.exp
8554 * gdb.trace/backtrace.exp
8555 * gdb.trace/change-loc.exp
8556 * gdb.trace/collection.exp
8557 * gdb.trace/deltrace.exp
8558 * gdb.trace/disconnected-tracing.exp
8559 * gdb.trace/entry-values.exp
8560 * gdb.trace/ftrace-lock.exp
8561 * gdb.trace/ftrace.exp
8562 * gdb.trace/infotrace.exp
8563 * gdb.trace/mi-trace-frame-collected.exp
8564 * gdb.trace/mi-trace-unavailable.exp
8565 * gdb.trace/mi-traceframe-changed.exp
8566 * gdb.trace/mi-tracepoint-changed.exp
8567 * gdb.trace/mi-tsv-changed.exp
8568 * gdb.trace/no-attach-trace.exp
8569 * gdb.trace/packetlen.exp
8570 * gdb.trace/passc-dyn.exp
8571 * gdb.trace/passcount.exp
8572 * gdb.trace/pending.exp
8573 * gdb.trace/pr16508.exp
8574 * gdb.trace/qtro.exp
8575 * gdb.trace/range-stepping.exp
8576 * gdb.trace/read-memory.exp
8577 * gdb.trace/report.exp
8578 * gdb.trace/save-trace.exp
8579 * gdb.trace/signal.exp
8580 * gdb.trace/stap-trace.exp
8581 * gdb.trace/status-stop.exp
8582 * gdb.trace/strace.exp
8583 * gdb.trace/tfile.exp
8584 * gdb.trace/tfind.exp
8585 * gdb.trace/trace-break.exp
8586 * gdb.trace/trace-condition.exp
8587 * gdb.trace/trace-enable-disable.exp
8588 * gdb.trace/trace-mt.exp
8589 * gdb.trace/tracecmd.exp
8590 * gdb.trace/tracefile-pseudo-reg.exp
8591 * gdb.trace/tspeed.exp
8592 * gdb.trace/tstatus.exp
8593 * gdb.trace/tsv.exp
8594 * gdb.trace/unavailable.exp
8595 * gdb.trace/while-dyn.exp
8596 * gdb.trace/while-stepping.exp
8597 * lib/gdb-guile.exp
8598 * lib/gdb.exp
8599 * lib/mi-support.exp
8600 * lib/pascal.exp
8601 * lib/perftest.exp
8602 * lib/prelink-support.exp
8603 * lib/selftest-support.exp
8604
ad02e4fe
SM
86052016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8606
8607 * Makefile.in: Include disable-implicit-rules.mk.
8608
22347e55
AA
86092016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8610
8611 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8612 non-byte-aligned bit fields.
8613
da5b30da
AA
86142016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8615
8616 PR gdb/12616
8617 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8618 respects the DW_AT_data_bit_offset attribute.
8619
b593ecca
SM
86202016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8621
8622 * gdb.base/default.exp: Fix output of "set language".
8623
3b165252
SM
86242016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8625
8626 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8627 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8628 make.
8629 * configure.ac: Remove checks for the make program.
8630 * configure: Re-generate.
8631
1a2f3d7f
KB
86322016-11-16 Kevin Buettner <kevinb@redhat.com>
8633
8634 * gdb.python/py-recurse-unwind.c (main): Add loop.
8635 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8636 to read_register() and gdb.parse_and_eval(). Make each code
8637 call a separate case that can be individually tested.
8638 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8639 proc. Call cont_and_backtrace for each of the code paths that
8640 we want to test in the unwinder.
8641
b7f38fda
AA
86422016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8643
8644 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8645 the definition of struct S.
8646
1f8db343
CM
86472016-11-11 Catherine Moore <clm@codesourcery.com>
8648
8649 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8650
fad0c9fb
PA
86512016-11-09 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.base/commands.exp (runto_or_return): New procedure.
8654 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8655 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8656 (progvar_simple_while_test, progvar_complex_if_while_test)
8657 (if_while_breakpoint_command_test)
8658 (infrun_breakpoint_command_test, breakpoint_command_test)
8659 (user_defined_command_test, watchpoint_command_test)
8660 (test_command_prompt_position, redefine_hook_test)
8661 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8662 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8663 multi_line_input and multi_line. Remove gdb_expect and
8664 gdb_stop_suppressing_tests uses.
8665 * lib/gdb.exp (valnum_re): New global.
8666 (multi_line_input): New procedure.
8667
8354c62c
SM
86682016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8669
8670 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8671 Remove.
8672 (test_setup): Define with proc_with_prefix.
8673 (test_cli_inferior): Likewise.
8674 (test_cli_thread): Likewise.
8675 (test_cli_frame): Likewise.
8676 (test_cli_select_frame): Likewise.
8677 (test_cli_up_down): Likewise.
8678 (test_mi_thread_select): Likewise.
8679 (test_mi_stack_select_frame): Likewise.
8680 (test_cli_in_mi_inferior): Likewise.
8681 (test_cli_in_mi_thread): Likewise.
8682 (test_cli_in_mi_frame): Likewise.
8683 (top level): Do not use with_test_prefix_procname.
8684
64f367a2
PA
86852016-11-09 Pedro Alves <palves@redhat.com>
8686
8687 * gdb.base/commands.exp (gdbvar_simple_if_test)
8688 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8689 (progvar_simple_if_test, progvar_simple_while_test)
8690 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8691 (infrun_breakpoint_command_test, breakpoint_command_test)
8692 (user_defined_command_test, watchpoint_command_test)
8693 (test_command_prompt_position, deprecated_command_test)
8694 (bp_deleted_in_command, temporary_breakpoint_commands)
8695 (stray_arg0_test, source_file_with_indented_comment)
8696 (recursive_source_test, if_commands_test)
8697 (error_clears_commands_left, redefine_hook_test)
8698 (redefine_backtrace_test): Use proc_with_prefix.
8699 * lib/gdb.exp (proc_with_prefix): New proc.
8700
0bb65f1e
AA
87012016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8702
8703 * gdb.base/tui-layout.c: New file.
8704 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8705 disassembly window contains very long lines.
8706
7353f247
TT
87072016-11-08 Tom Tromey <tom@tromey.com>
8708
8709 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8710 depend on Python 2.
8711
30a7bb83
TT
87122016-11-08 Tom Tromey <tom@tromey.com>
8713
8714 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8715 New method.
8716
cdf5a07c
MG
87172016-10-29 Manish Goregaokar <manish@mozilla.com>
8718
2806dc7e 8719 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8720
51a789c3
MG
87212016-10-27 Manish Goregaokar <manish@mozilla.com>
8722
2806dc7e
PA
8723 * gdb.rust/simple.rs: Add test for univariant enums without
8724 discriminants and for encoded struct-like enums.
51a789c3 8725
f610ab6d
PA
87262016-10-28 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8729 gdb_test_multiple, tighten regexps and match symtabs and line
8730 tables incrementally.
8731
b129b0ca
LM
87322016-10-28 Luis Machado <lgustavo@codesourcery.com>
8733
8734 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8735 general.
8736
ecf45d2c
SL
87372016-10-25 Luis Machado <lgustavo@codesourcery.com>
8738
8739 * gdb.base/exec-invalid-sysroot.exp: New file.
8740
b8d38ee4
JK
87412016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8742
8743 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8744
f90fd8c2
JK
87452016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8746
8747 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8748
2d2476aa
MR
87492016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8750
2806dc7e
PA
8751 * gdb.base/killed-outside.exp: Remove $options from a call to
8752 `prepare_for_testing'.
2d2476aa 8753
e42b25a0
SM
87542016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8755
8756 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8757 Change test message.
8758
3ccdb432
SM
87592016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8760
8761 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8762 Update comment.
8763
5bad3170
SM
87642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8765
8766 * gdb.trace/mi-trace-save.exp: New file.
8767
5ad9dba7
YQ
87682016-10-13 Yao Qi <yao.qi@linaro.org>
8769
8770 * gdb.base/code_elim.exp (get_var_address): Remove.
8771 * gdb.base/relocate.exp: Likewise.
8772 * gdb.base/shreloc.exp: Likewise.
8773 * lib/gdb.exp (get_var_address): New.
8774
62df7e21
YQ
87752016-10-13 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8778 floating point tests if $skip_float_test is false.
8779
4dac951e
LM
87802016-10-12 Luis Machado <lgustavo@codesourcery.com>
8781
8782 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8783 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8784 argc values.
8785 Add 1 to argc so we guarantee distinct initial/modified argc values.
8786
8f1a8fc4
JK
87872016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8790
16c85b5d
JK
87912016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8792
8793 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8794 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8795 * gdb.arch/vsx-regs.exp: Likewise.
8796
1d0e042a
YQ
87972016-10-07 Yao Qi <yao.qi@linaro.org>
8798
8799 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8800
68dadef5
MM
88012016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8802
8803 * gdb.python/python.exp: Test decode_line("*0").
8804
33fa2c6e
DE
88052016-10-06 Doug Evans <dje@google.com>
8806
8807 * gdb.python/py-value.exp (test_value_creation): Add test for large
8808 unsigned 64-bit value.
8809
9c37b5ae
TT
88102016-10-06 Tom Tromey <tom@tromey.com>
8811
8812 * gdb.compile/compile.exp: Change java tests to rust.
8813 * gdb.base/setshow.exp: Change java tests to rust.
8814 * gdb.base/default.exp: Remove java from language list.
8815 * README (Examples): Update language example.
8816 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8817 test.
8818 * lib/gdb.exp (skip_java_tests): Remove.
8819 * lib/java.exp: Remove.
8820 * gdb.java: Remove.
8821
78b86327
MR
88222016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8823
8824 * gdb.arch/mips-fcr.exp: New test.
8825 * gdb.arch/mips-fcr.c: Source for the new test.
8826
7470adbb
MR
88272016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8828
8829 * gdb.base/solib-disc.exp: Use `standard_output_file'
8830 throughout.
8831
4a556533
PA
88322016-10-06 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/jit-simple-dl.c: New file.
8835 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8836 * gdb.base/jit-simple.c: ... this.
8837 * gdb.base/jit-simple.exp (jit_run): Delete.
8838 (build_jit): New proc.
8839 (jit_test_reread): Recompile either the main program or the shared
8840 library, depending on what is being tested. Skip changing address
8841 if caller wants to. Compare before/after addresses. If testing
8842 standalone, explicitly load the binary. Test "maint info
8843 breakpoints".
8844 (top level): Add "standalone vs shared lib" and "change address"
8845 vs "same address" axes.
8846
5a122fbc
PA
88472016-10-06 Pedro Alves <palves@redhat.com>
8848
8849 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8850 call.
8851 (jit_run): Delete.
8852 (jit_test_reread): Use with_test_prefix. Reload the main binary
8853 explicitly. Compare the before/after addresses of the JIT
8854 descriptor.
8855
ee8da4b8
DE
88562016-08-15 Doug Evans <dje@google.com>
8857
8858 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8859 for single bitfields is bool.
8860 * gdb.xml/tdesc-regs.exp: Ditto.
8861
f389f6fe
JK
88622016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8863
8864 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8865
fdebf1a4
YQ
88662016-10-05 Yao Qi <yao.qi@linaro.org>
8867
8868 * lib/gdb.exp (support_complex_tests): Return zero if
8869 gdb_skip_float_test return true.
8870
9c36d954 88712016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8872 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8873
8874 PR gdb/20487
8875 * gdb.mi/user-selected-context-sync.exp: New file.
8876 * gdb.mi/user-selected-context-sync.c: New file.
8877
4034d0ff 88782016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8879 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8880
8881 PR gdb/20487
8882 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8883 =thread-select-event check.
8884
a4297203
PB
88852016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8886
8887 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8888 the compulsory L operand changes.
8889 * gdb.arch/powerpc-power.s: Likewise.
8890
bb805577
JK
88912016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8892
8893 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8894 * gdb.base/jit-attach-pie.c: New file.
8895 * gdb.base/jit-attach-pie.exp: New file.
8896
6d61dee5
PA
88972016-09-28 Pedro Alves <palves@redhat.com>
8898
8899 * gdb.base/infcall-input.c: New file.
8900 * gdb.base/infcall-input.exp: New file.
8901
f73842fc
YQ
89022016-09-22 Yao Qi <yao.qi@linaro.org>
8903
8904 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8905 (gdb_exit): Rename it to ...
8906 (gdbserver_gdb_exit): ... Close GDBserver.
8907 (gdb_exit): New proc, call gdbserver_gdb_exit.
8908 (mi_gdb_exit): Likewise.
8909
90681dab
YQ
89102016-09-22 Yao Qi <yao.qi@linaro.org>
8911
8912 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8913 path.
8914 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8915 Remove duplication.
8916
9c211fd8
YQ
89172016-09-22 Yao Qi <yao.qi@linaro.org>
8918
8919 * lib/gdbserver-support.exp: Check the existence of
8920 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8921
ad0a504f
AK
89222016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8923
8924 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8925
36cf1806
TT
89262016-09-21 Tom Tromey <tom@tromey.com>
8927
8928 PR gdb/20604:
8929 * gdb.base/quit.exp: New file.
8930
74172ecf
SM
89312016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8932
8933 * .gitignore: New file.
8934
3d0ec882
MR
89352016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8936
8937 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8938 throughout.
8939
8193adea
AA
89402016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8941
8942 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8943
d41a5c09
JK
89442016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8945
8946 * gdb.cp/casts.cc (decltype): Move it ...
8947 (main): ... with its call to ...
8948 * gdb.cp/casts03.cc: ... a new file.
8949 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8950
d2dfe700
JK
89512016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8954
e2a92b16
PB
89552016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8956
8957 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8958 and sync up the test with tests in gas/testsuite/gas/ppc.
8959 * gdb.arch/powerpc-power.exp: Likewise.
8960
49b4de64
JK
89612016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8964
2c29df25
SDJ
89652016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8966 Jan Kratochvil <jan.kratochvil@redhat.com>
8967
8968 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8969 make m1's definition to be different from m2's. Use 'dummy' as an
8970 argument for probe 'two'.
8971
cc3c2846
JB
89722016-09-10 Jon Beniston <jon@beniston.com>
8973
8974 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8975 for sim target.
8976
e1b2624a
AA
89772016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8978
8979 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8980 variable declaration.
8981 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8982 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8983 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8984 received HWCAP as its argument.
8985
4295e285
PA
89862016-09-06 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.base/new-ui-pending-input.c: New file.
8989 * gdb.base/new-ui-pending-input.exp: New file.
8990 * gdb.exp (clear_gdb_spawn_id): New procedure.
8991 (with_spawn_id): Check whether gdb_spawn_id exists before
8992 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8993 on exit.
8994
00d5215e
UW
89952016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8996
8997 * gdb.base/float128.c: New file.
8998 * gdb.base/float128.exp: Likewise.
8999 * gdb.base/floatn.c: Likewise.
9000 * gdb.base/floatn.exp: Likewise.
9001
a9ff5f12
UW
90022016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9003
9004 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9005
f245535c
PA
90062016-09-05 Pedro Alves <palves@redhat.com>
9007
9008 PR backtrace/19927
9009 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9010 unwinders are immediately called as side effect of "source" or
9011 "disable unwinder" commands.
9012 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9013
ae9cf263
YQ
90142016-09-02 Yao Qi <yao.qi@linaro.org>
9015
9016 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9017 is true and $type is "float" or "double".
9018
27aba047
YQ
90192016-09-02 Yao Qi <yao.qi@linaro.org>
9020
9021 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9022 true.
9023 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9024 * gdb.base/call-rt-st.exp: Likewise.
9025 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9026 return value instead of gdb,skip_float_test.
9027 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9028 (do_function_calls): Use its return value instead of
9029 gdb,skip_float_test.
9030 * gdb.base/finish.exp: Likewise.
9031 * gdb.base/funcargs.exp: Likewise.
9032 * gdb.base/return.exp: Likewise.
9033 * gdb.base/return2.exp: Likewise.
9034 * gdb.base/varargs.exp: Likewise.
9035 * lib/gdb.exp (gdb_skip_float_test): Change it to
9036 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9037
5af962df
AA
90382016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9039
9040 * gdb.multi/tids.exp: Test "thread apply all".
9041
7fac6910
JK
90422016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9043
9044 * gdb.base/default.exp (tty): Remove.
9045
bb1fe4ac
KB
90462016-08-24 Kevin Buettner <kevinb@redhat.com>
9047
2806dc7e
PA
9048 * gdb.python/py-recurse-unwind.c: New file.
9049 * gdb.python/py-recurse-unwind.py: New file.
9050 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9051
0a1ddfa6
SM
90522016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9053
9054 * gdb.base/set-inferior-tty.exp: New file.
9055 * gdb.base/set-inferior-tty.c: New file.
9056
d9de1fe3
PA
90572016-08-23 Pedro Alves <palves@redhat.com>
9058
9059 PR gdb/20494
9060 * gdb.base/new-ui-echo.c: New file.
9061 * gdb.base/new-ui-echo.exp: New file.
9062
e9d9abd7
YQ
90632016-08-23 Yao Qi <yao.qi@linaro.org>
9064
9065 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9066 gdbserver_spawn.
9067 * gdb.server/connect-without-multi-process.exp (do_test):
9068 Likewise.
9069
3589529e
YQ
90702016-08-23 Yao Qi <yao.qi@linaro.org>
9071
9072 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9073 standalone_txt. Delete gdb_txt and standalone_txt on host
9074 and target. Spawn the binary on target. Copy files from
9075 target to host.
9076
6bb90213
PA
90772016-08-22 Pedro Alves <palves@redhat.com>
9078
9079 PR gdb/20505
9080 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9081 with_test_prefix. Factor out bits to ...
9082 (test_no_vdso): ... this new procedure.
9083
20c2c024
CL
90842016-08-19 Carl Love <cel@us.ibm.com>
9085
9086 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9087 maintaining separate logic for constructing the output path.
9088 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9089 * gdb.arch/ppc-dfp.exp: Likewise.
9090 * gdb.arch/ppc-fp.exp: Likewise.
9091 * gdb.arch/vsx-regs.exp: Likewise.
9092 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9093 binprefix for generating the additional binary files.
9094
0646e07d
PA
90952016-08-19 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.trace/mi-trace-frame-collected.exp
9098 (test_trace_frame_collected): On x32, expect two registers.
9099
46da9242
CL
91002016-08-18 Carl Love <cel@us.ibm.com>
9101
9102 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9103 and sync up the test with tests in gas/testsuite/gas/ppc.
9104 * gdb.arch/powerpc-power.exp: Likewise.
9105
eb2332d7
SM
91062016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9107
9108 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9109 expected error message.
9110
63c61e04
SM
91112016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9112
9113 * gdb.multi/remove-inferiors.exp: New file.
9114 * gdb.multi/remove-inferiors.c: New file.
9115
7b17065f
YQ
91162016-08-12 Yao Qi <yao.qi@linaro.org>
9117
9118 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9119 argument list.
9120
01d3dedf
PA
91212016-08-10 Pedro Alves <palves@redhat.com>
9122
9123 PR gdb/19187
9124 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9125 setup_kfails.
9126
3eb7562a
PA
91272016-08-09 Pedro Alves <palves@redhat.com>
9128 Simon Marchi <simon.marchi@ericsson.com>
9129
9130 PR gdb/20418
9131 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9132 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9133
80614914
PA
91342016-08-09 Pedro Alves <palves@redhat.com>
9135
9136 PR mi/20431
9137 * gdb.mi/mi-cmd-error.exp: New file.
9138
f348d89a
PA
91392016-08-09 Pedro Alves <palves@redhat.com>
9140
9141 PR gdb/18653
9142 * gdb.base/signals-state-child.c: New file.
9143 * gdb.base/signals-state-child.exp: New file.
9144 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9145
e5ca03b4
PA
91462016-08-09 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9149
282a0691
TT
91502016-08-03 Tom Tromey <tom@tromey.com>
9151
9152 PR python/18565:
9153 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9154
41bfcd63
YQ
91552016-08-01 Yao Qi <yao.qi@linaro.org>
9156
9157 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9158 variable mode to "multi-process" if $multi_process is 1, otherwise
9159 set it to "single-process".
9160
e3465b24
YQ
91612016-08-01 Yao Qi <yao.qi@linaro.org>
9162
9163 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9164 * gdb.cp/cpexprs.exp: Likewise.
9165 * gdb.cp/m-static.exp: Likewise.
9166
0b31a4bc
TT
91672016-07-26 Tom Tromey <tom@tromey.com>
9168
9169 PR python/20190:
9170 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9171 test.
9172
e0461dbb
MM
91732016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9174
9175 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9176 selecting assembly source files.
9177 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9178 assembly source files.
9179 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9180 assembly source files.
9181 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9182 selecting assembly source files.
9183
8194e927
SM
91842016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9185
9186 * gdb.base/new-ui.exp (do_test_invalid_args): New
9187 procedure.
9188
c0272db5
TW
91892016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9190
9191 * gdb.btrace/reconnect.c: New file.
9192 * gdb.btrace/reconnect.exp: New file.
9193
e3487908
GKB
91942016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9195
9196 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9197 to test_catch_syscall_group.
9198 (test_catch_syscall_group): New.
9199
12df5c00
TT
92002016-07-21 Tom Tromey <tom@tromey.com>
9201
9202 * gdb.rust/simple.rs (main): Use empty struct expression.
9203 * gdb.rust/simple.exp: Add tests for empty struct expression.
9204
bae62ee2
YQ
92052016-07-21 Yao Qi <yao.qi@linaro.org>
9206
9207 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9208 if gdb_skip_xml_test is true on some targets.
9209
b1b53fb3
YQ
92102016-07-21 Yao Qi <yao.qi@linaro.org>
9211
9212 * gdb.server/solib-list.exp: Unset last_loaded_file.
9213
027d97f8
JK
92142016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9217 "step into captured_main (args)".
9218
7674d381
JK
92192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9220
9221 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9222
72b5d099
JK
92232016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9226
1f960ced
PA
92272016-07-19 Pedro Alves <palves@redhat.com>
9228
9229 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9230 * gdb.opt/inline-bt.exp: Likewise.
9231 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9232 additional_flags=-Winline.
9233 * gdb.opt/inline-locals.exp: Likewise.
9234 * gdb.opt/inline-markers.c (ATTR): Define.
9235 (inlined_fn): Use it.
9236
f25827c1
YQ
92372016-07-19 Yao Qi <yao.qi@linaro.org>
9238
9239 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9240 (test_with_self): Remove some code. Remove argument executable.
9241 (top-level): Use do_self_tests.
9242
37539ebe
DB
92432016-07-15 Zachary Welch <zwelch@codesourcery.com>
9244 Don Breazeal <donb@codesourcery.com>
9245
9246 * gdb.base/maint.exp: Escape paths used in regular expressions.
9247 * gdb.stabs/weird.exp: Likewise.
9248
dac790e1
TT
92492016-07-13 Tom Tromey <tom@tromey.com>
9250
9251 PR python/15620, PR python/18620:
9252 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9253 (test_bkpt_events): New procs.
9254
93daf339
TT
92552016-07-13 Tom Tromey <tom@tromey.com>
9256
9257 PR python/17698:
9258 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9259 test.
9260 (test_watchpoints): Likewise.
9261 (test_bkpt_pending): New proc.
9262
6571a381
TT
92632016-07-13 Tom Tromey <tom@tromey.com>
9264
9265 PR cli/18053:
9266 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9267 completion test.
9268
e8732474
JK
92692016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9272 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9273 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9274 f_label.
9275 (g): Rename g_end_lbl to g_label.
9276 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9277 low_pc and high_pc.
9278 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9279
e0f3fd7c
TT
92802016-07-12 Tom Tromey <tom@tromey.com>
9281
9282 PR python/19293:
9283 * gdb.python/py-unwind-maint.exp: Update tests.
9284
3cfe46b6
YQ
92852016-07-12 Yao Qi <yao.qi@linaro.org>
9286
9287 * lib/selftest-support.exp (selftest_setup): Match the output
9288 when captured_main is inlined.
9289
4f19a0e6
WT
92902016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9291
9292 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9293 New variables.
9294 (print this%a, print this%b, print this): New tests.
9295 * gdb.fortran/derived-types.f90 (this): New object and
9296 initialization.
9297
986cf455
SM
92982016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9299
9300 * gdb.ada/arraydim.exp: Remove extra directory level in build
9301 directory.
9302
f0464b23
SM
93032016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9304
9305 * lib/ada.exp: Remove extra directory level in build directory.
9306 * gdb.ada/cond_lang.exp: Likewise.
9307 * gdb.ada/exec_changed.exp: Likewise.
9308 * gdb.ada/lang_switch.exp: Likewise.
9309
42d94011
MG
93102016-07-06 Manish Goregaokar <manish@mozilla.com>
9311
2806dc7e
PA
9312 * simple.rs: Add test for raw pointer subscripting.
9313 * simple.exp: Add test expectations.
42d94011 9314
647c264c
YQ
93152016-07-05 Yao Qi <yao.qi@linaro.org>
9316
9317 * gdb.mi/mi-reverse.exp: Match =record-started output.
9318
20aa2c60
PA
93192016-07-01 Pedro Alves <palves@redhat.com>
9320
9321 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9322 procedure.
9323 (jit_reader_test): Test the jit reader's unwinder.
9324 * gdb.base/jithost.c (jit_function_00_code): New global.
9325 (main): Use memcpy to fill in the mmapped code, instead of poking
9326 bytes manually here.
9327 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9328 value.
9329 (read_debug_info): Save the function's range.
9330 (read_sp): New function.
9331 (unwind_frame): Use it. Also unwind RBP.
9332 (get_frame_id): Use read_sp.
9333 (gdb_init_reader): Use calloc instead of malloc.
9334 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9335 parameter. Use gdb_test_multiple.
9336
ced2dffb
PA
93372016-07-01 Pedro Alves <palves@redhat.com>
9338 Antoine Tremblay <antoine.tremblay@ericsson.com>
9339
9340 * gdb.threads/process-dies-while-detaching.c: New file.
9341 * gdb.threads/process-dies-while-detaching.exp: New file.
9342
63000888
PA
93432016-07-01 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.multi/watchpoint-multi-exit.c: New file.
9346 * gdb.multi/watchpoint-multi-exit.exp: New file.
9347
038d4868
PA
93482016-06-30 Pedro Alves <palves@redhat.com>
9349
9350 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9351 unset inferior_spawn_id.
9352
994e9c83
PA
93532016-06-30 Pedro Alves <palves@redhat.com>
9354
9355 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9356 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9357
e5653468
YQ
93582016-06-29 Yao Qi <yao.qi@linaro.org>
9359
9360 * gdb.base/return.c: Add copyright header.
9361
803b47e5
TT
93622016-06-29 Tom Tromey <tom@tromey.com>
9363
9364 PR python/20129:
9365 * gdb.python/py-framefilter.exp: Add tests for setting priority
9366 and disabling of non-existent frame filter.
9367
28244707
YQ
93682016-06-29 Yao Qi <yao.qi@linaro.org>
9369
9370 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9371 0x0f07ff.
9372
a31d2f06
YQ
93732016-06-28 Yao Qi <yao.qi@linaro.org>
9374
9375 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9376 triplets. Start gdb, execute catch syscall, and continue. Check
9377 gdb's output to determine catch syscall is supported.
9378
921d8f54
MG
93792016-06-27 Manish Goregaokar <manish@mozilla.com>
9380
25d49b86
PA
9381 * gdb.rust/simple.rs: Add test for returning unit in a function.
9382 * gdb.rust/simple.exp: Add expectation for functions returning
9383 unit.
921d8f54 9384
f4952523
PMR
93852016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9386
9387 * gdb.python/py-breakpoint-create-fail.c,
9388 gdb.python/py-breakpoint-create-fail.exp,
9389 gdb.python/py-breakpoint-create-fail.py: New testcase.
9390
fccb08f8
MG
93912016-06-25 Manish Goregaokar <manish@mozilla.com>
9392
9393 PR gdb/20239
9394 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9395 * gdb.rust/simple.exp: Add test expectations for new NonZero
9396 tests.
fccb08f8 9397
6b850546
DT
93982016-06-24 David Taylor <dtaylor@emc.com>
9399
9400 * gdb.base/offsets.exp: New file.
9401 * gdb.base/offsets.c: New file.
9402
17621150
TT
94032016-06-23 Tom Tromey <tom@tromey.com>
9404
9405 PR gdb/16483:
9406 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9407 before any filters are loaded.
9408
04d59df6
WT
94092016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9410
9411 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9412 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9413 structs.
9414 * gdb.fortran/derived-type-function.exp: New file.
9415 * gdb.fortran/derived-type-function.f90: New file.
9416
9417
ac69f786
PA
94182016-06-21 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.base/new-ui.exp: New file.
9421 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9422 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9423 (with_spawn_id): New procedure.
9424
49940788
PA
94252016-06-21 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.mi/mi-exec-run.exp: New file.
9428
ef274d26
PA
94292016-06-21 Pedro Alves <palves@redhat.com>
9430
9431 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9432 breakpoint command's output on the main UI.
9433 (test_break): New procedure, factored out from calls in the top
9434 level.
9435 (top level): Use foreach_with_prefix to test MI as main UI and as
9436 separate UI.
9437
468afe6c
PA
94382016-06-21 Pedro Alves <palves@redhat.com>
9439
9440 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9441 (test_awatch_creation_and_listing)
9442 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9443 Remove 'type' parameter.
9444 (test_watchpoint_all): New parameter mi_mode. Remove
9445 with_test_prefix.
9446 (top level): Use foreach_with_prefix, and add main/separate UI MI
9447 testing axis.
9448
51f77c37
PA
94492016-06-21 Pedro Alves <palves@redhat.com>
9450
9451 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9452 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9453 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9454 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9455 (gdb_main_spawn_id, mi_spawn_id): Declare and
9456 comment.
9457 (mi_create_inferior_pty): New procedure,
9458 factored out from default_mi_gdb_start.
9459 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9460 procedures.
9461 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9462 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9463 Use mi_create_inferior_pty.
9464 (mi_gdb_start): Use eval to pass down args list.
9465
8980e177
PA
94662016-06-21 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9469 * gdb.opt/inline-cmds.exp: Add MI tests.
9470
f38d3ad1
PA
94712016-06-21 Pedro Alves <palves@redhat.com>
9472
9473 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9474
45db7c09
PA
94752016-06-21 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9478 (top level): Use it instead of mi_execute_to.
9479
5a069ab3
PA
94802016-06-21 Pedro Alves <palves@redhat.com>
9481
9482 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9483 (cont_handler_str): New.
9484 (signal_stop_handler): Set stop_handler_str instead of printing to
9485 stdout.
9486 (continue_handler): Set cont_handler_str instead of printing to
9487 stdout.
9488 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9489 mi_send_resuming_command. Print stop_handler_str and
9490 cont_handler_str instead of expecting the python events print
9491 directly.
9492
2838cc1d
SD
94932016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9494
9495 * gdb.base/jit-reader.exp: New file.
9496 * gdb.base/jithost.c: New file.
9497 * gdb.base/jithost.h: New file.
9498 * gdb.base/jitreader.c : New file.
9499 * gdb.base/jit-protocol.h: New file.
9500
21a77091
YQ
95012016-06-17 Yao Qi <yao.qi@linaro.org>
9502
9503 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9504 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9505 and detach-on-fork. Adjust tests.
9506 (top level): Invoke break_cond_on_syscall with combinations of
9507 syscall, follow-fork-mode and detach-on-fork.
9508
f50bf8e5
YQ
95092016-06-17 Yao Qi <yao.qi@linaro.org>
9510
9511 * gdb.base/step-over-exit.c: New.
9512 * gdb.base/step-over-exit.exp: New.
9513
a28d8e50
YTL
95142016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9515
9516 * gdb.base/float.exp: Add target check for nds32*-*-*.
9517 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9518
cad8e26d
AB
95192016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9520
9521 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9522 for unsupported target features.
9523 * gdb.base/call-rt-st.exp: Likewise.
9524 * gdb.base/call-sc.exp: Likewise.
9525 * gdb.base/call-signal-resume.exp: Likewise.
9526 * gdb.base/call-strs.exp: Likewise.
9527 * gdb.base/callexit.exp: Likewise.
9528 * gdb.base/callfuncs.exp: Likewise.
9529 * gdb.base/nodebug.exp: Likewise.
9530 * gdb.base/printcmds.exp: Likewise.
9531 * gdb.base/ptype.exp: Likewise.
9532 * gdb.base/structs.exp: Likewise.
9533 * gdb.base/unwindonsignal.exp: Likewise.
9534 * gdb.cp/gdb2495.exp: Likewise.
9535 * gdb.cp/templates.exp: Likewise.
9536 * gdb.cp/virtfunc.exp: Likewise.
9537 * gdb.threads/hand-call-in-threads.exp: Likewise.
9538 * gdb.threads/interrupted-hand-call.exp: Likewise.
9539 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9540
347dc102
TT
95412016-06-10 Tom Tromey <tom@tromey.com>
9542
9543 PR rust/20110:
9544 * gdb.rust/expr.exp: Add test for integer constant larger than
9545 i32.
9546
5e13cf25
BH
95472016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9548
9549 * gdb.fortran/nested-funcs.exp: New.
9550 * gdb.fortran/nested-funcs.f90: New.
9551
bb556f1f
TK
95522016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9553
9554 * gdb.base/examine-backward.c: New file.
9555 * gdb.base/examine-backward.exp: New file.
9556
38b022b4
SM
95572016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9558
9559 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9560 matching.
9561
1b40ec05
TT
95622016-06-02 Tom Tromey <tom@tromey.com>
9563
9564 PR python/18984:
9565 * gdb.python/py-shared.exp: Add solib_name test.
9566
193bd378
SM
95672016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9568
9569 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9570
3326303b
MG
95712016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9572
9573 PR c++/19893
9574 * gdb.dwarf2/implref.exp: Rename to...
9575 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9576 * gdb.dwarf2/implref-array.c: New file.
9577 * gdb.dwarf2/implref-array.exp: Likewise.
9578 * gdb.dwarf2/implref-global.c: Likewise.
9579 * gdb.dwarf2/implref-global.exp: Likewise.
9580 * gdb.dwarf2/implref-struct.c: Likewise.
9581 * gdb.dwarf2/implref-struct.exp: Likewise.
9582
825c8ef2
AT
95832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9584
9585 * gdb.trace/trace-condition.exp: Add 64bit tests.
9586
2320162a
AT
95872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9588
9589 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9590 bits types.
9591 (main): Adapt to 8 to 64 bits types.
9592 * gdb.trace/trace-condition.exp: Add new tests.
9593
a7818233
AT
95942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9595
9596 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9597
0d336466
AT
95982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9599
9600 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9601 Move condition tests...
9602 * gdb.trace/trace-condition.exp: Here.
9603
7faeb45a
AT
96042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9605
9606 * gdb.trace/trace-condition.exp: Add counter-case tests.
9607
e385593e
JK
96082016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9609
9610 PR c++/15231
9611 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9612 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9613
744608cc
PA
96142016-05-27 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9617 New procedure.
9618 (top level): Call it, and bail out of DejaGnu is known to be bad.
9619
ac775bf4
AB
96202016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9621
9622 * gdb.base/whatis.c: Extend the test case.
9623 * gdb.base/whatis.exp: Add additional tests.
9624
2bbad2ea
BH
96252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9626
9627* gdb.fortran/type.f90: Add pointer variable.
9628* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9629
8b70175d
BH
96302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9631
9632 * gdb.fortran/vla-type.exp: Fix testcase name.
9633
86d8a848
BH
96342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9635
9636 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9637
e188eb36
BH
96382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9639
9640 * gdb.fortran/type.f90: Add nested structures.
9641 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9642 * gdb.fortran/derived-type.exp: Adapt expected output.
9643 * gdb.fortran/vla-type.exp: Adapt expected output.
9644
9b2db1fd
BH
96452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9646
9647 * gdb.fortran/whatis_type.exp: Adapt expected output.
9648
72b17055
BH
96492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9650
9651 * gdb.fortran/print_type.exp: Fix expected output.
9652 * gdb.fortran/whatis_type.exp: Fix expected output.
9653
3cd81d8d
BH
96542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9655
9656 * gdb.fortran/whatis_type.exp: Use multi_line.
9657
ddae9462
TT
96582016-05-24 Tom Tromey <tom@tromey.com>
9659
9660 PR python/17386:
9661 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9662 use value as an index.
9663
1957f6b8
TT
96642016-05-23 Tom Tromey <tom@tromey.com>
9665
9666 PR python/17981:
9667 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9668 no-breakpoint case.
9669
026a9174
PA
96702016-05-24 Pedro Alves <palves@redhat.com>
9671
9672 PR gdb/19828
9673 * gdb.threads/clone-attach-detach.c: New file.
9674 * gdb.threads/clone-attach-detach.exp: New file.
9675
e70a7231
FR
96762016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9677
9678 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9679
0f6ed0e0
TT
96802016-05-23 Tom Tromey <tom@tromey.com>
9681
9682 PR python/19438, PR python/18393:
9683 * gdb.python/py-progspace.exp: Add "dir" test.
9684 * gdb.python/py-objfile.exp: Add "dir" test.
9685
ffd19d61
YQ
96862016-05-23 Yao Qi <yao.qi@linaro.org>
9687
9688 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9689 * gdb.arch/thumb2-it.exp: Likewise.
9690
9e8f9b05
SM
96912016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9692
9693 * gdb.mi/mi-threads-interrupt.c: New file.
9694 * gdb.mi/mi-threads-interrupt.exp: New file.
9695
61c6156d
SM
96962016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9697
9698 PR gdb/18077
9699 * gdb.mi/mi-async-run.exp: New file.
9700 * gdb.mi/mi-async-run.c: New file.
9701
67218854
TT
97022016-05-17 Tom Tromey <tom@tromey.com>
9703 Manish Goregaokar <manishsmail@gmail.com>
9704
9705 * lib/rust-support.exp: New file.
9706 * lib/gdb.exp (skip_rust_tests): New proc.
9707 (build_executable_from_specs): Handle rust.
9708 * lib/future.exp (gdb_find_rustc): New proc.
9709 (gdb_default_target_compile): Handle rust.
9710 * gdb.rust/expr.exp: New file.
9711 * gdb.rust/generics.exp: New file.
9712 * gdb.rust/generics.rs: New file.
9713 * gdb.rust/methods.exp: New file.
9714 * gdb.rust/methods.rs: New file.
9715 * gdb.rust/modules.exp: New file.
9716 * gdb.rust/modules.rs: New file.
9717 * gdb.rust/simple.exp: New file.
9718 * gdb.rust/simple.rs: New file.
9719
c44af4eb
TT
97202016-05-17 Tom Tromey <tom@tromey.com>
9721
9722 * gdb.base/default.exp (set language): Add rust.
9723
dcd1f979
TT
97242016-05-17 Tom Tromey <tom@tromey.com>
9725
9726 * gdb.gdb/unittest.exp: New file.
9727
155b7f57
YQ
97282016-05-16 Yao Qi <yao.qi@linaro.org>
9729
9730 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9731 shell_prompt. Update shell_prompt_re.
9732
8ddd5a6c
DE
97332016-05-12 Doug Evans <dje@google.com>
9734
9735 PR symtab/19999
9736 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9737 $options when building executable.
9738 * gdb.dwarf2/fission-loclists-pie.S: New file.
9739 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9740
02e370d9
SM
97412016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9742
9743 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9744 of [is_remote target],
9745
8929ad8b
SM
97462016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9747
9748 * lib/gdb.exp (use_gdb_stub): New procedure.
9749
6c447423
DE
97502016-05-03 Yunlian Jiang <yunlian@google.com>
9751 Doug Evans <dje@google.com>
9752
9753 PR symtab/19914
9754 * gdb.dwarf2/dwp-sepdebug.c: New file.
9755 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9756
444e826c
SM
97572016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9758
9759 * gdb.base/detach.exp: Remove is_remote check.
9760
740feeaa
SM
97612016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9762
9763 * gdb.base/annota-input-while-running.exp: Don't check for
9764 [is_remote target]. Enable annotations after running to main.
9765 Remove unused "set test..." line.
9766
9080ac9d
SM
97672016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9768
9769 * gdb.trace/trace-enable-disable.exp: New file.
9770 * gdb.trace/trace-enable-disable.c: New file.
9771
952ebca5
SM
97722016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9773
9774 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9775 use it in info sharedlibrary test.
9776 * gdb.trace/ftrace-lock.exp: Likewise.
9777 * gdb.trace/ftrace.exp: Likewise.
9778 * gdb.trace/range-stepping.exp: Likewise.
9779 * gdb.trace/trace-break.exp: Likewise.
9780 * gdb.trace/trace-condition.exp: Likewise.
9781 * gdb.trace/trace-mt.exp: Likewise.
9782
d9019901
SM
97832016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9784
9785 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9786 (gdb_load_shlib): ... this.
9787 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9788 gdb_load_shlib.
9789 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9790 * gdb.base/ctxobj.exp: Likewise.
9791 * gdb.base/dprintf-pending.exp: Likewise.
9792 * gdb.base/dso2dso.exp: Likewise.
9793 * gdb.base/fixsection.exp: Likewise.
9794 * gdb.base/gcore-relro.exp: Likewise.
9795 * gdb.base/gdb1555.exp: Likewise.
9796 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9797 * gdb.base/gnu-ifunc.exp: Likewise.
9798 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9799 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9800 * gdb.base/pending.exp: Likewise.
9801 * gdb.base/print-file-var.exp: Likewise.
9802 * gdb.base/print-symbol-loading.exp: Likewise.
9803 * gdb.base/shlib-call.exp: Likewise.
9804 * gdb.base/shreloc.exp: Likewise.
9805 * gdb.base/so-impl-ld.exp: Likewise.
9806 * gdb.base/solib-disc.exp: Likewise.
9807 * gdb.base/solib-nodir.exp: Likewise.
9808 * gdb.base/solib-overlap.exp: Likewise.
9809 * gdb.base/solib-symbol.exp: Likewise.
9810 * gdb.base/solib-weak.exp (do_test): Likewise.
9811 * gdb.base/sym-file.exp: Likewise.
9812 * gdb.base/symtab-search-order.exp: Likewise.
9813 * gdb.base/type-opaque.exp: Likewise.
9814 * gdb.base/unload.exp: Likewise.
9815 * gdb.base/watchpoint-solib.exp: Likewise.
9816 * gdb.compile/compile.exp: Likewise.
9817 * gdb.cp/gdb2384.exp: Likewise.
9818 * gdb.cp/infcall-dlopen.exp: Likewise.
9819 * gdb.cp/re-set-overloaded.exp: Likewise.
9820 * gdb.fortran/library-module.exp: Likewise.
9821 * gdb.opt/solib-intra-step.exp: Likewise.
9822 * gdb.python/py-finish-breakpoint.exp: Likewise.
9823 * gdb.python/py-shared.exp: Likewise.
9824 * gdb.reverse/solib-precsave.exp: Likewise.
9825 * gdb.reverse/solib-reverse.exp: Likewise.
9826 * gdb.server/solib-list.exp: Likewise.
9827 * gdb.threads/dlopen-libpthread.exp: Likewise.
9828 * gdb.threads/tls-shared.exp: Likewise.
9829 * gdb.threads/tls-so_extern.exp: Likewise.
9830 * gdb.trace/change-loc.exp: Likewise.
9831 * gdb.trace/ftrace-lock.exp: Likewise.
9832 * gdb.trace/ftrace.exp: Likewise.
9833 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9834 * gdb.trace/pending.exp: Likewise.
9835 * gdb.trace/range-stepping.exp: Likewise.
9836 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9837 (strace_info_marker): Likewise.
9838 (strace_probe_marker): Likewise.
9839 (strace_trace_on_same_addr): Likewise.
9840 (strace_trace_on_diff_addr): Likewise.
9841 * gdb.trace/trace-break.exp: Likewise.
9842 * gdb.trace/trace-condition.exp: Likewise.
9843 * gdb.trace/trace-mt.exp: Likewise.
9844
fca4cfd9
SM
98452016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9846
9847 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9848 result of gdb_remote_download.
9849 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9850 * gdb.base/dso2dso.exp: Likewise.
9851 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9852 * gdb.base/print-file-var.exp: Likewise.
9853 * gdb.base/shlib-call.exp: Likewise.
9854 * gdb.base/shreloc.exp: Likewise.
9855 * gdb.base/solib-overlap.exp: Likewise.
9856 * gdb.base/solib-weak.exp (do_test): Likewise.
9857 * gdb.base/unload.exp: Likewise.
9858
11cf4ffb
YQ
98592016-04-27 Yao Qi <yao.qi@linaro.org>
9860
9861 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9862 exists.
9863
3e2e34f8
KB
98642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9865
9866 * vla-type.exp: Print structure from toplevel.
9867
8f07e298
BH
98682016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9869
9870 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9871 of dynamic types.
9872 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9873 of dynamic types.
9874
9920b434
BH
98752016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9876
9877 * gdb.fortran/vla-type.f90: New file.
9878 * gdb.fortran/vla-type.exp: New file.
9879
f3abeff5
YQ
98802016-04-25 Yao Qi <yao.qi@linaro.org>
9881
9882 * gdb.base/branch-to-self.c: New file.
9883 * gdb.base/branch-to-self.exp: New file.
9884
0a5d52f0
YQ
98852016-04-22 Yao Qi <yao.qi@linaro.org>
9886
9887 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9888 more after $hex.
9889
495346f6
YQ
98902016-04-22 Yao Qi <yao.qi@linaro.org>
9891
9892 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9893 * gdb.base/annota3.exp: Likewise.
9894
4a7e075c
YQ
98952016-04-22 Yao Qi <yao.qi@linaro.org>
9896
9897 * gdb.reverse/step-precsave.exp: Do one step and test program
9898 stops in "callee" and do multiple steps until program goes out
9899 of "callee".
9900 * gdb.reverse/step-reverse.exp: Likewise.
9901
5b061e98
YQ
99022016-04-22 Yao Qi <yao.qi@linaro.org>
9903
9904 * gdb.trace/signal.exp: Also pass if
9905 $tracepoint_hits($i) > $iterations.
9906
5c5dc57f
YQ
99072016-04-22 Yao Qi <yao.qi@linaro.org>
9908
9909 * gdb.trace/signal.c: New file.
9910 * gdb.trace/signal.exp: New file.
9911
a55411b9
DE
99122016-04-19 Doug Evans <xdje42@gmail.com>
9913
9914 * gdb.base/bad-file.exp: New file.
9915
a22df60a
MG
99162016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9917
9918 * gdb.dwarf2/implref.exp: New file.
9919
0c13f7e5
BH
99202016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9921
9922 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9923 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9924 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9925 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9926 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9927 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9928 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9929 * lib/fortran.exp (fortran_int4): New procedure.
9930 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9931 (fortran_logical4): Likewise.
9932
9b9b09e9
BH
99332016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9934
9935 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9936
a14d1f4d
BH
99372016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9938
9939 * lib/compiler.c: Add Intel specific preprocessor macros.
9940 * lib/compiler.cc: Likewise.
25d49b86 9941
7d49b1d0
LM
99422016-04-13 Luis Machado <lgustavo@codesourcery.com>
9943
9944 * gdb.server/connect-with-no-symbol-file.c: New file.
9945 * gdb.server/connect-with-no-symbol-file.exp: New file.
9946
8392fa22
SM
99472016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9948
9949 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9950
8c4c4aeb
SM
99512016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9952
9953 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9954 standard output directory.
9955
45e3745e
AT
99562016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9957
9958 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9959
e26b7e41
MM
99602016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9961
9962 * gdb.btrace/instruction_history.c (loop): Add declaration.
9963
8ce09462
AT
99642016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9965
9966 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9967
2e88a1ea
SM
99682016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9969
9970 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9971 parentheses to print.
9972 (continue_handler): Likewise.
9973
f48e22e3
SM
99742016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * gdb.server/solib-list.exp: Remove is_remote check.
9977 Pass shlib= to gdb_compile. Don't link shared library with
9978 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9979 Run binary filename through "readlink -f" on the target.
9980
096be756
PA
99812016-04-08 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9984 interpreter filename as argument to gdbserver_spawn.
9985 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9986 Return empty if $last_loaded_file does not exist.
9987
06500533
JK
99882016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9989
9990 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9991 * gdb.base/jit-main.c: Use exit after usage.
9992
2d35e871
JK
99932016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9994
9995 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9996 GDBHISTSIZE prior to the tests.
9997 * gdb.base/gdbinit-history.exp: Likewise.
9998
99992016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10000
10001 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10002 instead of build_executable. Use gdb_load_shlibs.
10003
c8064e7e
YQ
100042016-04-07 Yao Qi <yao.qi@linaro.org>
10005
10006 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10007 Execute "si" command.
10008
bde47561
YQ
100092016-04-07 Yao Qi <yao.qi@linaro.org>
10010
10011 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10012 number instead of the comments on some line.
10013
b16f8a3b
DB
100142016-04-06 Don Breazeal <donb@codesourcery.com>
10015
10016 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10017 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10018
c2f901df
SM
100192016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10020
10021 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10022 standard_output_file. Remove unused binfile variable.
10023
ac17fda0
CU
100242016-04-05 Catalin Udma <catalin.udma@freescale.com>
10025
10026 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10027 * gdb.python/py-mi-objfile.exp: Match "list main" output
10028 in console format.
10029
03a8c4df
SM
100302016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10031
10032 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10033 absolute.
10034
6e774b13
SM
100352016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10036
10037 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10038 absolute.
10039 * gdb.trace/ftrace.exp: Likewise.
10040 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10041 targets as well.
10042 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10043 (gdb_load_shlibs): Copy libraries to test directory when testing
10044 natively. Only set solib-search-path if testing remotely.
10045 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10046
7817ea46
SM
100472016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10050 gdb_download. Use it even if the target is not remote.
10051 * gdb.base/jit.exp (compile_jit_test): Likewise.
10052 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10053 output directory if the destination board is local, otherwise use
10054 the standard remote_download from DejaGnu.
10055 (gdb_download): Remove.
10056 (gdb_load_shlibs): Use gdb_remote_download instead of
10057 gdb_download.
10058 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10059 Use gdb_remote_download instead of gdb_download. Use it even if
10060 the target is not remote.
10061 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10062 instead of gdb_download.
10063
7beb7f68
SM
100642016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10065
10066 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10067 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10068 run.
10069
cc63428a
AV
100702016-04-01 Artemiy Volkov <artemiyv@acm.org>
10071
10072 PR gdb/19820
10073 * gdb.base/printcmds.exp: Add artificial arrays tests.
10074
64cdf930
PA
100752016-03-31 Pedro Alves <palves@redhat.com>
10076
10077 PR gdb/19858
10078 * gdb.base/jit-main.c: Include unistd.h.
10079 (ATTACH): Define to 0 if not already defined.
10080 (wait_for_gdb, mypid): New globals.
10081 (WAIT_FOR_GDB): New macro.
10082 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10083 some breakpoint locations.
10084 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10085 New procedures.
10086 (one_jit_test): Add REATTACH parameter, and handle it. Use
10087 continue_to_test_location.
10088 (top level): Test attach, and adjusts calls to one_jit_test.
10089
40dea8cb
PA
100902016-03-31 Pedro Alves <palves@redhat.com>
10091
10092 PR gdb/19858
10093 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10094 BINSUFFIX parameter, and handle it.
10095 (top level): Adjust calls compile_jit_test.
10096
e7ea3ec7
CU
100972016-03-31 Catalin Udma <catalin.udma@freescale.com>
10098
10099 PR python/19743
10100 * gdb.python/py-mi-events-gdb.py: New file.
10101 * gdb.python/py-mi-events.c: New file.
10102 * gdb.python/py-mi-events.exp: New file.
10103
e6359af3
YQ
101042016-03-30 Yao Qi <yao.qi@linaro.org>
10105
10106 * gdb.reverse/until-precsave.exp: Match function name only.
10107 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10108 Move malloc to a condition block.
10109 * gdb.reverse/until-reverse.exp: Match function name only.
10110
a4105d04
MK
101112016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10112
10113 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10114 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10115 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10116 variable for GPR 0 instead of assuming it is register 0.
10117 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10118 * lib/trace-support.exp: Add s390 registers.
10119
bfa6adb9
YQ
101202016-03-29 Yao Qi <yao.qi@linaro.org>
10121
10122 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10123
1e6697ea
YQ
101242016-03-24 Yao Qi <yao.qi@linaro.org>
10125
10126 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10127 test message.
10128
64bcd522
AA
101292016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10130
10131 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10132 maintaining separate logic for constructing the output path.
10133
7868401b
DB
101342016-03-16 Don Breazeal <donb@codesourcery.com>
10135
10136 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10137 Retry fork and waitpid on interrupted system call errors.
10138 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10139 Use with_timeout_factor to increase timeout by factor of 10.
10140
1cafadb4
DB
101412016-03-15 Don Breazeal <donb@codesourcery.com>
10142
10143 * gdb.cp/scope-err.cc: New test program.
10144 * gdb.cp/scope-err.exp: New test script.
10145 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10146 lines and "set breakpoint here" comment.
10147 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10148 Fixed some whitespace and format issues.
10149 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10150 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10151
81516450
DE
101522016-03-15 Doug Evans <dje@google.com>
10153
10154 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10155 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10156 All callers updated. Add tests for enums, mixed flags register.
10157
aa52b601
DE
101582016-03-15 Doug Evans <dje@google.com>
10159
10160 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10161 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10162
fa4ff313
SM
101632016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10164
10165 * gdb.base/default.exp: Add $_as_string to the list of expected
10166 convenience functions.
10167
f2403c39
AB
101682016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10169
10170 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10171
f2f3ccb9
SM
101722016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10173
10174 * gdb.python/py-as-string.exp: New file.
10175 * gdb.python/py-as-string.c: New file.
10176
00dbd492
PA
101772016-03-09 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10180 signal" -> "Thread NN received signal" output change.
10181 * gdb.threads/ia64-sigill.exp: Likewise.
10182 * gdb.threads/linux-dp.exp: Likewise.
10183 * gdb.threads/manythreads.exp: Likewise.
10184 * gdb.threads/pending-step.exp: Likewise.
10185 * gdb.threads/print-threads.exp: Likewise.
10186 * gdb.threads/sigstep-threads.exp: Likewise.
10187 * gdb.threads/staticthreads.exp: Likewise.
10188 * gdb.threads/tls.exp: Likewise.
10189
1e6697ea
YQ
101902016-03-09 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.base/command-line-input.exp: New file.
10193
b04fd3be
MK
101942016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10195
10196 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10197 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10198 * gdb.trace/pending.exp: Accept leading dot before function name.
10199 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10200 * lib/trace-support.exp: Set registers for ppc.
10201
98fa59e9
MK
102022016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10203
10204 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10205 use it for disassembly; accept .main in addition to main in backtrace.
10206
f77198c8
MK
102072016-03-09 Wei-cheng Wang <cole945@gmail.com>
10208 Marcin Kościelnicki <koriakin@0x04.net>
10209
10210 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10211 (gdb_recursion_test_ptr): New global variable.
10212 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10213 gdb_recursion_test.
10214 (gdb_c_test): Ditto.
10215
ba84e0da
MK
102162016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10217
10218 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10219 ordering.
10220
4366d36e
MK
102212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10222
10223 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10224 (bar): Add bar_start_lbl label.
10225 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10226 of foo/bar for emitting DWARF and tracing.
10227
5eb264df
SDJ
102282016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10229
10230 * analyze-racy-logs.py: Set executable bit.
10231
fb6a751f
SDJ
102322016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10233
10234 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10235 (CHECK_TARGET_TMP): Likewise.
10236 (check-single-racy): New rule.
10237 (check-parallel-racy): Likewise.
10238 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10239 (do-check-parallel-racy): New rule.
10240 (check-racy/%.exp): Likewise.
10241 * README (Racy testcases): New section.
10242 * analyze-racy-logs.py: New file.
10243
bdf7e230
DE
102442016-03-03 Doug Evans <dje@google.com>
10245
10246 * gdb.base/skip.exp: Use with_test_prefix.
10247
4719d415
YQ
102482016-03-03 Yao Qi <yao.qi@linaro.org>
10249
10250 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10251 Invoke step_over_syscall "clone" and break_cond_on_syscall
10252 "clone".
10253 * gdb.base/step-over-clone.c: New file.
10254
ea507862
YQ
102552016-03-03 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10258 code format.
10259
8fc8cbda
YQ
102602016-03-03 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.base/disp-step-fork.c: Rename to ...
10263 * gdb.base/step-over-fork.c: ... it. New file.
10264 * gdb.base/disp-step-vfork.c: Rename to ...
10265 * gdb.base/step-over-vfork.c: ... it. New file.
10266 * gdb.base/disp-step-syscall.exp: Rename to ...
10267 * gdb.base/step-over-syscall.exp: ... it. New file.
10268 (disp_step_cross_syscall): Rename to ...
10269 (step_over_syscall): ... it.
10270
92fa70b0
YQ
102712016-03-03 Yao Qi <yao.qi@linaro.org>
10272
10273 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10274 If target supports condition evaluation on target, invoke
10275 break_cond_on_syscall for fork and vfork.
10276
e197ad3c
YQ
102772016-03-03 Yao Qi <yao.qi@linaro.org>
10278
10279 * gdb.base/disp-step-syscall.exp: Don't invoke
10280 support_displaced_stepping.
10281 (disp_step_cross_syscall): Test with displaced stepping off and
10282 on if supported.
10283
0b47da9f
YQ
102842016-03-03 Yao Qi <yao.qi@linaro.org>
10285
10286 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10287 proc.
10288 (setup): New proc.
10289 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10290 and setup.
10291
065ab6dc
BH
102922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10293
10294 * gdb.fortran/vla-history.exp: Remove breakpoint.
10295
07e448ad 102962016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10297
25d49b86
PA
10298 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10299 exceeds timeout.
07e448ad 10300
9ac2d526 103012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10302
25d49b86
PA
10303 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10304 breakpoint.
9ac2d526 10305
17807369
BH
103062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10307
10308 * gdb.mi/vla.f90: Nullify pointer after declaration.
10309
86e501af
PA
103102016-03-01 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10313
1e903e32
PA
103142016-03-01 Pedro Alves <palves@redhat.com>
10315
10316 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10317 before anything else.
10318 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10319 _GNU_SOURCE here.
10320 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10321 before anything else.
10322 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10323
6ccb54e2
PA
103242016-03-01 Pedro Alves <palves@redhat.com>
10325
10326 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10327
30ca9da1
YQ
103282016-03-01 Yao Qi <yao.qi@linaro.org>
10329
10330 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10331 prepare_for_testing.
10332
dc856b38
YQ
103332016-03-01 Yao Qi <yao.qi@linaro.org>
10334
10335 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10336
4a932159
AA
103372016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10338
10339 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10340 manually constructing the output path.
10341
f2489477
AA
103422016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10343
10344 * gdb.arch/s390-stackless.S: New.
10345 * gdb.arch/s390-stackless.exp: New.
10346
38899f16
IB
103472016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10348
10349 * gdb.dlang/circular.c: New file.
10350 * gdb.dlang/circular.exp: New file.
10351
9fde51ed
YQ
103522016-02-26 Yao Qi <yao.qi@linaro.org>
10353
10354 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10355 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10356 (testcases): Update.
10357
ce90fefe
YQ
103582016-02-26 Yao Qi <yao.qi@linaro.org>
10359
10360 * gdb.reverse/aarch64.c: Rename to ...
10361 * gdb.reverse/insn-reverse.c: ... it.
10362 * gdb.reverse/aarch64.exp: Rename to ...
10363 * gdb.reverse/insn-reverse.exp: ... it.
10364
3263bceb
YQ
103652016-02-26 Yao Qi <yao.qi@linaro.org>
10366
10367 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10368 (testcase_ftype): New.
10369 (testcases): New array.
10370 (n_testcases): New.
10371 (main): Call each element in testcases.
10372 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10373 (read_testcase): New.
10374 Do the tests in a loop.
10375
6cb59ff1
YQ
103762016-02-25 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.base/branches.c: Remove.
10379
ae91f625
MK
103802016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10381
10382 PR gdb/13808
10383 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10384
678b48b7
MK
103852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10386
10387 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10388
7337a6f2
MK
103892016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10390
10391 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10392 change x86_64 call_insn to 'callq'.
10393
861ca91f
AT
103942016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10395
10396 * gdb.trace/tfile-avx.c: Move to...
10397 * gdb.trace/tracefile-pseudo-reg.c: Here.
10398 * gdb.trace/tfile-avx.exp: Move to...
10399 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10400
bf74e428
GB
104012016-02-24 Gary Benson <gbenson@redhat.com>
10402
10403 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10404 message on attach.
10405
cce0e923
DE
104062016-02-23 Doug Evans <dje@google.com>
10407
10408 * gdb.base/skip.c (test_skip): New function.
10409 (end_test_skip_file_and_function): New function.
10410 (test_skip_file_and_function): New function.
10411 * gdb.base/skip1.c (test_skip): New function.
10412 (skip1_test_skip_file_and_function): New function.
10413 * gdb.base/skip.exp: Add tests for new skip options.
10414 * gdb.base/skip-solib.exp: Update expected output.
10415 * gdb.perf/skip-command.cc: New file.
10416 * gdb.perf/skip-command.exp: New file.
10417 * gdb.perf/skip-command.py: New file.
10418
4000e47e
MK
104192016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10420
10421 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10422 info registers pattern.
10423
24f75ead
IB
104242016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10425
10426 * lib/future.exp: Add D support.
10427 (gdb_find_gdc): New proc.
10428 (gdb_default_target_compile): Add D support.
10429
fbb7bcbe
WW
104302016-02-18 Wei-cheng Wang <cole945@gmail.com>
10431
10432 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10433 user+system time.
10434 (trace_speed_test): Determine the iteration count for a time
10435 between 15..30 seconds.
10436
012b3a21
WT
104372016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10438
10439 * gdb.arch/i386-mpx-sigsegv.c: New file.
10440 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10441 * gdb.arch/i386-mpx-simple_segv.c: New file.
10442 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10443
2d5189bd
YQ
104442016-02-18 Yao Qi <yao.qi@linaro.org>
10445
10446 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10447 Don't call setup_kfail.
10448
40fb20d0
YQ
104492016-02-18 Yao Qi <yao.qi@linaro.org>
10450
10451 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10452 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10453
21b1f8d2
DE
104542016-02-16 Doug Evans <dje@google.com>
10455
10456 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10457 * gdb.base/skip1.c: Ditto.
10458 * gdb.base/skip.exp: Whitespace cleanup.
10459
4041ed77
DB
104602016-02-16 Don Breazeal <donb@codesourcery.com>
10461
10462 PR remote/19496
10463 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10464 Remove kfail for PR remote/19496.
10465
c4ef31bf
SM
104662016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10467
10468 * lib/gdb.exp (standard_temp_file): Return a path specific to
10469 the runtest invocation.
10470
266b65b3
SM
104712016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10472
10473 * gdb.trace/save-trace.exp: Change relative path to be in the
10474 standard output directory.
10475
a7a0a6a9
JK
104762016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10477
10478 * gdb.arch/i386-prologue.c: Add missing prototypes.
10479
c99dbb42
JK
104802016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10481
10482 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10483 * gdb.arch/i386-prologue.exp: Likewise.
10484 * gdb.arch/i386-size.exp: Likewise.
10485
aa480355
SM
104862016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10489 define object file path.
10490 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10491 file path.
10492 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10493 standard_output_file to define binfile.
10494
ba881f50
JK
104952016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10496
10497 Fix compatibility with recent gfortran-5.3.1.
10498 * gdb.fortran/vla-history.exp (print vla1 allocated)
10499 (print vla2 allocated, print $2, print $3): Remove
10500 (print $4): Rename to ...
10501 (print $2): ... here.
10502 (print $9): Rename to ...
10503 (print $5): ... here.
10504 (print $10): Rename to ...
10505 (print $6): ... here.
10506 * gdb.fortran/vla.f90: Add pvla initialization.
10507
e9fb005c
JK
105082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10509
10510 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10511 New test.
10512 * gdb.fortran/vla-value-sub.exp: Likewise.
10513
e44e00ff
MK
105142016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10515
10516 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10517
97e94151
SM
105182016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10519
10520 * i386-biarch-core.exp: Define corefile using
10521 standard_output_file.
10522
01113bc1
YQ
105232016-02-12 Yao Qi <yao.qi@linaro.org>
10524
10525 * gdb.arch/arm-single-step-kernel-helper.c: New.
10526 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10527
33b4777c
MM
105282016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10529
10530 * gdb.btrace/tailcall-only.exp: New.
10531 * gdb.btrace/tailcall-only.c: New.
10532 * gdb.btrace/x86_64-tailcall-only.S: New.
10533 * gdb.btrace/i686-tailcall-only.S: New.
10534
acc23c11
PA
105352016-02-11 Pedro Alves <palves@redhat.com>
10536
10537 * README (Parallel testing): Add missing double quotes.
10538
e352bf0a
PA
105392016-02-11 Pedro Alves <palves@redhat.com>
10540
10541 * README (Parallel testing): New section.
10542 (GDB_PARALLEL): Rewrite.
10543 (FORCE_PARALLEL): Document.
10544
9f5fed78
MK
105452016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10546
10547 * gdb.trace/tfile-avx.c: New test.
10548 * gdb.trace/tfile-avx.exp: New test.
10549
9ef9e6a6
KS
105502016-02-09 Keith Seitz <keiths@redhat.com>
10551
10552 PR breakpoints/19546
10553 * gdb.base/infcall-exec.c: New file.
10554 * gdb.base/infcall-exec2.c: New file.
10555 * gdb.base/infcall-exec.exp: New file.
10556
a96e36da
KS
105572016-02-09 Keith Seitz <keiths@redhat.com>
10558
10559 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10560 (toplevel): Call test_bkpt_address.
10561
9f61929f
KS
105622016-02-09 Keith Seitz <keiths@redhat.com>
10563
10564 PR python/19506
10565 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10566 (toplevel): Call test_bkpt_address.
10567
1e94266c
SM
105682016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10569
10570 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10571 to AC_OUTPUT.
10572 * configure: Regenerate.
10573
2a7f3dff
PA
105742016-02-09 Pedro Alves <palves@redhat.com>
10575
10576 PR breakpoints/19548
10577 * gdb.base/execl-update-breakpoints.c (some_function): New
10578 function.
10579 (main): Call it.
10580 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10581 Tighten expected GDB output.
10582
2151ccc5
SM
105832016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10584
10585 * Makefile.in (ALL_SUBDIRS): Remove.
10586 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10587 (distclean maintainer-clean realclean): Likewise.
10588 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10589 * configure: Regenerate.
10590 * gdb.ada/Makefile.in: Delete.
10591 * gdb.arch/Makefile.in: Likewise.
10592 * gdb.asm/Makefile.in: Likewise.
10593 * gdb.base/Makefile.in: Likewise.
10594 * gdb.btrace/Makefile.in: Likewise.
10595 * gdb.cell/Makefile.in: Likewise.
10596 * gdb.compile/Makefile.in: Likewise.
10597 * gdb.cp/Makefile.in: Likewise.
10598 * gdb.disasm/Makefile.in: Likewise.
10599 * gdb.dlang/Makefile.in: Likewise.
10600 * gdb.dwarf2/Makefile.in: Likewise.
10601 * gdb.fortran/Makefile.in: Likewise.
10602 * gdb.gdb/Makefile.in: Likewise.
10603 * gdb.go/Makefile.in: Likewise.
10604 * gdb.guile/Makefile.in: Likewise.
10605 * gdb.java/Makefile.in: Likewise.
10606 * gdb.linespec/Makefile.in: Likewise.
10607 * gdb.mi/Makefile.in: Likewise.
10608 * gdb.modula2/Makefile.in: Likewise.
10609 * gdb.multi/Makefile.in: Likewise.
10610 * gdb.objc/Makefile.in: Likewise.
10611 * gdb.opencl/Makefile.in: Likewise.
10612 * gdb.opt/Makefile.in: Likewise.
10613 * gdb.pascal/Makefile.in: Likewise.
10614 * gdb.perf/Makefile.in: Likewise.
10615 * gdb.python/Makefile.in: Likewise.
10616 * gdb.reverse/Makefile.in: Likewise.
10617 * gdb.server/Makefile.in: Likewise.
10618 * gdb.stabs/Makefile.in: Likewise.
10619 * gdb.threads/Makefile.in: Likewise.
10620 * gdb.trace/Makefile.in: Likewise.
10621 * gdb.xml/Makefile.in: Likewise.
10622 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10623 GDB_PARALLEL.
10624 (standard_output_file): Remove check for GDB_PARALLEL, always
10625 return path in outputs/$subdir/$testname.
10626
437277d4
SM
106272016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10628
10629 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10630 (site.exp): Assign abs_srcdir to tcl's srcdir.
10631
31d913c7
YQ
106322016-02-04 Yao Qi <yao.qi@linaro.org>
10633
10634 * gdb.base/foll-exec-mode.c: Include limits.h.
10635 (main): Add parameters argc and argv. Get directory from
10636 argv[0].
10637 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10638 compilation.
10639 * gdb.base/foll-exec.c: Include limits.h.
10640 (main): Add parameters argc and argv.
10641 Get directory from argv[0].
10642 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10643 Adjust tests on the number of lines as source code changed.
10644 * gdb.base/foll-vfork-exit.c: Include limits.h.
10645 (main): Add one line of statement before vfork.
10646 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10647 (main): Add parameters argc and argv. Get directory from
10648 argv[0].
10649 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10650 (setup_gdb): Set tbreak to skip some source lines.
10651 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10652 (main): Add parameters argc and argv. Get directory from
10653 argv[0].
10654 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10655 compilation.
10656 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10657 (main): Add parameters argc and argv. Get directory from
10658 argv[0].
10659 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10660 compilation.
10661
9482b9fb
DE
106622016-02-01 Doug Evans <dje@google.com>
10663
10664 * gdb.base/skip.exp: Clean up multiple references to same test name.
10665
6b2e4f10
PA
106662016-02-01 Pedro Alves <palves@redhat.com>
10667
ccb6afd6 10668 PR remote/19496
6b2e4f10
PA
10669 * gdb.threads/forking-threads-plus-breakpoint.exp
10670 (displaced_stepping_supported): New global.
10671 (probe_displaced_stepping_support): New procedure.
10672 (do_test): Add 'displaced' parameter, and use it.
10673 (top level): Check for displaced stepping support. Add displaced
10674 stepping on/off testing axis.
10675
37a8db1a
AB
106762016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10677
10678 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10679 pointer. Don't perform further tests on the unassociated pointer
10680 if the first test fails.
10681
5fdf6324
AB
106822016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10683
10684 * gdb.base/max-value-size.c: New file.
10685 * gdb.base/max-value-size.exp: New file.
10686 * gdb.base/huge.exp: Disable max-value-size for this test.
10687
935c6144
IB
106882016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10689
10690 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10691
7fe8399d
YQ
106922016-01-28 Yao Qi <yao.qi@linaro.org>
10693
10694 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10695
a2077e25
PA
106962016-01-25 Pedro Alves <palves@redhat.com>
10697
10698 PR threads/19461
10699 * gdb.base/fork-running-state.c: New file.
10700 * gdb.base/fork-running-state.exp: New file.
10701
1d2736d4
PA
107022016-01-25 Pedro Alves <palves@redhat.com>
10703
10704 PR gdb/19494
10705 * gdb.base/catch-fork-kill.c: New file.
10706 * gdb.base/catch-fork-kill.exp: New file.
10707
f1da4b11
PA
107082016-01-25 Pedro Alves <palves@redhat.com>
10709
10710 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10711 Delete, moved to lib/gdb.exp.
10712 * gdb.threads/forking-threads-plus-breakpoint.exp
10713 (foreach_with_prefix): Likewise.
10714 * gdb.threads/process-dies-while-handling-bp.exp
10715 (foreach_with_prefix): Likewise.
10716 * lib/gdb.exp (foreach_with_prefix): New procedure.
10717
45f38546
MK
107182016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10719
10720 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10721 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10722
dc29a1ce
MK
107232016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10724
10725 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10726 endian targets.
10727
092127d7
JK
107282016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10729 Pedro Alves <palves@redhat.com>
10730
10731 Fix testsuite compatibility with Guile.
10732 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10733 number.
10734
31d765d3
JK
107352016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10736
10737 Fix testsuite compatibility with Guile.
10738 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10739 (thread 1): New test for backtrace through signal handler.
10740
1ac78c04
YQ
107412016-01-22 Yao Qi <yao.qi@linaro.org>
10742
10743 PR testsuite/19491
10744 * gdb.base/multi-forks.c: Include
10745 ../lib/unbuffer_output.c
10746 (main): Call gdb_unbuffer_output.
10747
4f5946a8
DE
107482016-01-21 Doug Evans <dje@google.com>
10749
10750 * lib/ada.exp (gdb_compile_ada): Fix typo.
10751
305e13e6
JB
107522016-01-21 Joel Brobecker <brobecker@adacore.com>
10753
10754 * gdb.base/break-fun-addr.exp: New file.
10755 * gdb.base/break-fun-addr1.c: New file.
10756 * gdb.base/break-fun-addr2.c: New file.
10757
5f5dfff6
SM
107582016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10759
10760 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10761 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10762 enum flag values.
10763
fd356fa2
AA
107642016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10765
10766 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10767 when GDB can not set the vector return value. Add more comments
10768 for clarification.
10769
9df22175
AT
107702016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10771
10772 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10773 command.
10774
41d1845e
SM
107752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10776
10777 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10778
01ac6840
SM
107792016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10780
10781 * Makefile.in (check-single): Pass --status to runtest.
10782 (check/%.exp): Likewise.
10783
107842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10785
10786 * Makefile.in (check-parallel): Propagate return code from make
10787 do-check-parallel.
10788
bd0a71fa
MK
107892016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10790
10791 * gdb.trace/ftrace.exp: Fix expected message on continue.
10792 * gdb.trace/pending.exp: Fix expected message on continue.
10793 * gdb.trace/trace-break.exp: Fix expected message on continue.
10794
8bcbad33
SM
107952016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10796
10797 * lib/gdb.exp (gdb_test): Remove unused global references.
10798
f303dbd6
PA
107992016-01-18 Pedro Alves <palves@redhat.com>
10800
10801 * gdb.base/async-shell.exp: Adjust expected output.
10802 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10803 * gdb.base/siginfo-thread.exp: Adjust expected output.
10804 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10805 * gdb.java/jnpe.exp: Adjust expected output.
10806 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10807 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10808 * gdb.threads/leader-exit.exp: Adjust expected output.
10809 * gdb.threads/manythreads.exp: Adjust expected output.
10810 * gdb.threads/pthreads.exp: Adjust expected output.
10811 * gdb.threads/schedlock.exp: Adjust expected output.
10812 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10813 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10814 expected output.
10815 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10816 output.
10817 * gdb.threads/sigthread.exp: Adjust expected output.
10818 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10819
b2789696
YQ
108202016-01-18 Yao Qi <yao.qi@linaro.org>
10821
10822 * gdb.guile/scm-section-script.c: Replace @progbits with
10823 %progbits.
10824 * gdb.python/py-section-script.c: Likewise.
10825
71ef29a8
PA
108262016-01-15 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.multi/tids.exp: Test star wildcard ranges.
10829
3f5b7598
PA
108302016-01-15 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10833 command from "thread apply" invocation.
10834 (thr_apply_info_thr_invalid): Default the expected output to the
10835 input tid list.
10836 (top level): Add tests that use convenience variables. Add tests
10837 for "thread apply" with a valid TID list, but missing the command.
10838
663f6d42
PA
108392016-01-13 Pedro Alves <palves@redhat.com>
10840
10841 * gdb.base/default.exp: Expect $_gthread as well.
10842 * gdb.multi/tids.exp: Test $_gthread.
10843 * gdb.threads/thread-specific.exp: Test $_gthread.
10844
c84f6bbf
PA
108452016-01-13 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.multi/tids.exp: Test "info threads -gid".
10848
22a02324
PA
108492016-01-13 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10852 Breakpoint.thread.
10853 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10854
5d5658a1
PA
108552016-01-07 Pedro Alves <palves@redhat.com>
10856
10857 * gdb.base/break.exp: Adjust to output changes.
10858 * gdb.base/hbreak2.exp: Likewise.
10859 * gdb.base/sepdebug.exp: Likewise.
10860 * gdb.base/watch_thread_num.exp: Likewise.
10861 * gdb.linespec/keywords.exp: Likewise.
10862 * gdb.multi/info-threads.exp: Likewise.
10863 * gdb.threads/thread-find.exp: Likewise.
10864 * gdb.multi/tids.c: New file.
10865 * gdb.multi/tids.exp: New file.
10866
84654457
PA
108672016-01-13 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10870
e3940304
PA
108712016-01-13 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.base/default.exp: Expect $_inferior as well.
10874 * gdb.multi/base.exp: Test $_inferior.
10875
a911d87a
PA
108762016-01-13 Pedro Alves <palves@redhat.com>
10877
10878 PR breakpoints/19388
10879 * gdb.base/catch-signal-siginfo-cond.c: New file.
10880 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10881
82075af2
JS
108822016-01-12 Josh Stone <jistone@redhat.com>
10883 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10884
10885 * gdb.base/catch-syscall.c (do_execve): New variable.
10886 (main): Conditionally trigger an execve.
10887 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10888 (test_catch_syscall_execve): New, check entry/return across execve.
10889 (do_syscall_tests): Call test_catch_syscall_execve.
10890
e46eeedd
PA
108912016-01-12 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.base/random-signal.exp (do_test): New procedure, with body
10894 of testcase moved in.
10895
01d8c27e
JK
108962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10897 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/funcargs.exp (finish from indirectly called function):
10900 Reintroduce the case for 'First'.
10901
9a706302
JK
109022016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10903 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10906 (tcatch_vfork_then_child_follow_exec)
10907 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10908 identification.
10909
c0ecb95f
JK
109102016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10911
10912 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10913 and repeats to unlimited.
10914 * gdb.python/py-value.exp: Likewise.
10915 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10916 and repeats to unlimited.
10917
6cfc1fcb
JK
109182016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10919
10920 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10921 and reordering the functions.
10922 * gdb.multi/hangout.c: Likewise.
10923 * gdb.multi/hello.c: Likewise.
10924
582a1b00
SM
109252016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10926
10927 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10928 absolute.
10929 (SingleStatisticTestResult.report): Use dict.keys instead of
10930 dict.iterkeys.
10931
79bc59cb
PA
109322016-01-06 Pedro Alves <palves@redhat.com>
10933
10934 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10935
43368e1d
MM
109362016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10937
10938 * gdb.btrace/dlopen.exp: New.
10939 * gdb.btrace/dlopen.c: New.
10940 * gdb.btrace/dlopen-dso.c: New.
10941
79fad5b8
SL
109422015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10943
10944 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10945 PATTERN argument is optional.
10946
ab8314b3
JB
109472015-12-24 Joel Brobecker <brobecker@adacore.com>
10948
10949 * lib/ada.exp (target_compile_ada_from_dir): New function.
10950 (gdb_compile_ada): Reimplement avoiding the use of project files.
10951 * gdb.ada/gnat_ada.gpr: Delete.
10952 * gdb.ada/cond_lang.exp: Adjust test to make path before
10953 filename optional.
10954 * gdb.ada/small_reg_param.exp: Likewise.
10955
fe33faff
SM
109562015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10957
10958 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10959
6d265cb4
TP
109602015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10961
10962 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10963 case.
10964
10125099
SM
109652015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10966
10967 * gdb.base/break.exp: Remove dead code.
10968 * gdb.base/sepdebug.exp: Likewise.
10969
3ca22649
SM
109702015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10971
10972 * gdb.asm/asm-source.exp: Remove HP-UX references.
10973 * gdb.base/annota1.exp: Likewise.
10974 * gdb.base/annota3.exp: Likewise.
10975 * gdb.base/attach.exp: Likewise.
10976 * gdb.base/bigcore.exp: Likewise.
10977 * gdb.base/break.exp: Likewise.
10978 * gdb.base/call-ar-st.exp: Likewise.
10979 * gdb.base/callfuncs.exp: Likewise.
10980 * gdb.base/catch-fork-static.exp: Likewise.
10981 * gdb.base/display.exp: Likewise.
10982 * gdb.base/foll-exec-mode.exp: Likewise.
10983 * gdb.base/foll-exec.exp: Likewise.
10984 * gdb.base/foll-fork.exp: Likewise.
10985 * gdb.base/foll-vfork.exp: Likewise.
10986 * gdb.base/funcargs.exp: Likewise.
10987 * gdb.base/hbreak2.exp: Likewise.
10988 * gdb.base/inferior-died.exp: Likewise.
10989 * gdb.base/interrupt.exp: Likewise.
10990 * gdb.base/multi-forks.exp: Likewise.
10991 * gdb.base/nodebug.exp: Likewise.
10992 * gdb.base/sepdebug.exp: Likewise.
10993 * gdb.base/solib1.c: Likewise.
10994 * gdb.base/step-test.exp: Likewise.
10995 * gdb.mi/non-stop.c: Likewise.
10996 * gdb.mi/pthreads.c: Likewise.
10997 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10998 * gdb.threads/pthreads.c: Likewise.
10999 * gdb.threads/staticthreads.exp: Likewise.
11000 * lib/future.exp: Likewise.
11001 * lib/gdb.exp: Likewise.
11002 * gdb.base/so-indr-cl.c: Remove.
11003 * gdb.base/so-indr-cl.exp: Likewise.
11004 * gdb.base/solib.c: Likewise.
11005 * gdb.base/solib.exp: Likewise.
11006 * gdb.base/solib2.c: Likewise.
11007
b6304613
SM
110082015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11009
11010 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11011 * gdb.base/call-ar-st.exp: Likewise.
11012 * gdb.base/callfuncs.exp: Likewise.
11013 * gdb.base/condbreak.exp: Likewise.
11014 * gdb.base/constvars.exp: Likewise.
11015 * gdb.base/hbreak2.exp: Likewise.
11016 * gdb.base/langs.exp: Likewise.
11017 * gdb.base/list.exp: Likewise.
11018 * gdb.base/long_long.exp: Likewise.
11019 * gdb.base/ptype.exp: Likewise.
11020 * gdb.base/scope.exp: Likewise.
11021 * gdb.base/signals.exp: Likewise.
11022 * gdb.base/so-impl-ld.exp: Likewise.
11023 * gdb.base/varargs.exp: Likewise.
11024 * gdb.base/volatile.exp: Likewise.
11025 * gdb.base/whatis.exp: Likewise.
11026 * gdb.cp/cplusfuncs.exp: Likewise.
11027 * gdb.cp/inherit.exp: Likewise.
11028 * gdb.cp/local.exp: Likewise.
11029 * gdb.cp/member-ptr.exp: Likewise.
11030 * gdb.cp/method.exp: Likewise.
11031 * gdb.cp/overload.exp: Likewise.
11032 * gdb.cp/templates.exp: Likewise.
11033 * gdb.stabs/weird.exp: Likewise.
11034 * lib/compiler.c: Likewise.
11035 * lib/compiler.cc: Likewise.
11036 * lib/cp-support.exp: Likewise.
11037 * lib/gdb.exp: Likewise.
11038
bf401b07
SM
110392015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11040
11041 * configure.ac: Remove HP-UX case.
11042 * configure: Regenerate.
11043
aff9c0f8
SM
110442015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11045
11046 * lib/gdb.exp (gdb_compile): Add function doc.
11047
a6904d5a
PA
110482015-12-17 Pedro Alves <palves@redhat.com>
11049
11050 PR threads/19354
11051 * gdb.multi/info-threads.exp: New file.
11052
a22279dd
YQ
110532015-12-15 Yao Qi <yao.qi@linaro.org>
11054
11055 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11056 is aarch64*-*-*.
11057
0588c796
SL
110582015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11059
11060 * gdb.base/history-duplicates.exp: Skip if no readline support.
11061
5d978e17
SL
110622015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11063
11064 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11065
7e763b86
SL
110662015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11067
11068 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11069
87a3a92c
SL
110702015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11071
11072 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11073 ctrl-C if nointerrupts target property is set.
11074 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11075 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11076 * gdb.base/paginate-bg-execution.exp: Likewise.
11077 * gdb.base/paginate-execution-startup.exp: Likewise.
11078 * gdb.base/random-signal.exp: Likewise.
11079 * gdb.base/range-stepping.exp: Likewise.
11080 * gdb.cp/annota2.exp: Likewise.
11081 * gdb.cp/annota3.exp: Likewise.
11082 * gdb.gdb/selftest.exp: Likewise.
11083 * gdb.threads/continue-pending-status.exp: Likewise.
11084 * gdb.threads/leader-exit.exp: Likewise.
11085 * gdb.threads/manythreads.exp: Likewise.
11086 * gdb.threads/pthreads.exp: Likewise.
11087 * gdb.threads/schedlock.exp: Likewise.
11088 * gdb.threads/sigthread.exp: Likewise.
11089
a8f077dc
DB
110902015-12-11 Don Breazeal <donb@codesourcery.com>
11091
11092 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11093 remote.
11094 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11095 * gdb.base/foll-exec.exp (main): Enable for target remote.
11096 * gdb.base/foll-fork.exp (main): Likewise.
11097 * gdb.base/foll-vfork.exp (main): Likewise.
11098 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11099 (proc continue_to_exit_bp_loc): Use clean_restart.
11100 * gdb.base/pie-execl.exp (main): Disable for target remote.
11101 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11102 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11103 * gdb.threads/execl.exp (main): Likewise.
11104 * gdb.threads/fork-child-threads.exp (main): Likewise.
11105 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11106 remote.
11107 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11108 remote.
11109 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11110 pid.tid style ptids, instead of just tid.
11111 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11112 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11113 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11114 ptids, instead of just tid.
11115
3b2464a8
AB
111162015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11117
11118 * gdb.base/list.exp (test_list_forward): Add end of file error
11119 test.
11120 (test_repeat_list_command): Add end of file error test.
11121 (test_list_backwards): Add beginning of file error test.
11122
a0def019
AB
111232015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11124
11125 * gdb.base/list.exp (test_list_invalid_args): New function,
11126 defined, and called.
11127
5c000dff
AB
111282015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11129
11130 * gdb.base/list.exp (test_list): Make test names unique.
11131
f1637ebe
YQ
111322015-12-11 Yao Qi <yao.qi@linaro.org>
11133
11134 * gdb.base/coremaker2.c: Remove.
11135
36d6fc0a
PA
111362015-12-10 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.multi/base.exp: Remove stale "spaces" references.
11139
762f7747
PA
111402015-12-10 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.multi/base.exp: Don't use nowarnings.
11143 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11144 * gdb.multi/hangout.c: Include stdio.h.
11145 * gdb.multi/hello.c: Include stdlib.h.
11146 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11147 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11148 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11149
28d2bfb9
AB
111502015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11151
11152 * gdb.dwarf2/dw2-ranges-base.c: New file.
11153 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11154 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11155 support additional line table, and debug ranges generation.
11156 (Dwarf::ranges): New function, generate .debug_ranges.
11157 (Dwarf::lines): Support generating simple line table programs.
11158 (Dwarf::assemble): Initialise new namespace variables.
11159
5fc2beac
KB
111602015-12-09 Kevin Buettner <kevinb@redhat.com>
11161
11162 * gdb.base/async.exp (proc test_background): Add case for
11163 asynchronous execution not supported.
11164
1c35a88f
LM
111652015-12-09 Luis Machado <lgustavo@codesourcery.com>
11166
11167 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11168 format and change test names to make them unique.
11169
b593e3d9
RK
111702015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11171 Pedro Alves <pedro@redhat.com>
11172
11173 PR gdb/18702
11174 Add checking of floatformats setup on x86_64 hosts.
11175 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11176 (smallval, bigval): New labels/constants.
11177 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11178 float" after loading bigval and smallval.
11179
d72413e6
PMR
111802015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11181
11182 * gdb.ada/fun_overload_menu.exp: New testcase.
11183 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11184
ece66d65
JS
111852015-12-04 Josh Stone <jistone@redhat.com>
11186
11187 * gdb.base/catch-fork-static.exp: New.
11188
41d0efca
YQ
111892015-12-03 Yao Qi <yao.qi@linaro.org>
11190
11191 * gdb.base/sizeof.c: Don't include stdio.h and
11192 ../lib/unbuffer_output.c.
11193 (main): New variable 'size' and 'value'. Remove printf and
11194 gdb_unbuffer_output. Assign return value to size and value.
11195 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11196 at the beginning.
11197 (check_sizeof): Check the result by printing variable 'size'.
11198 (check_valueof): Check the result by printing variable 'value'.
11199
99fd02d9
YQ
112002015-12-01 Yao Qi <yao.qi@linaro.org>
11201
11202 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11203 for aarch64*-*-linux* target.
11204
f2faf941
PA
112052015-11-30 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11208
04bf20c5
PA
112092015-11-30 Pedro Alves <palves@redhat.com>
11210
11211 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11212 Handle non-stop mode vCont replies.
11213
09df4675
PA
112142015-11-30 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11217 prepare_for_testing. Start gdb with "set non-stop on" appended to
11218 GDBFLAGS. Lax expected stop output.
11219
58b584af
YQ
112202015-11-27 Yao Qi <yao.qi@linaro.org>
11221
11222 * gdb.arch/arm-neon.exp: New.
11223 * gdb.arch/arm-neon.c: New.
11224
dfcb77a8
YQ
112252015-11-27 Yao Qi <yao.qi@linaro.org>
11226
11227 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11228
88e8ec1b
YQ
112292015-11-27 Yao Qi <yao.qi@linaro.org>
11230
11231 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11232 frames-invalid annotation.
11233
bfde72c2
YQ
112342015-11-27 Yao Qi <yao.qi@linaro.org>
11235
11236 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11237
f6512a69
SM
112382015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11239
11240 * gdb.threads/names.exp: New file.
11241 * gdb.threads/names.c: New file.
11242 * README: Mention gdb,no_thread_names.
11243
46a3515b
MM
112442015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11245
11246 PR 19297
11247 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11248 support" error.
11249
62147a22
PA
112502015-11-24 Pedro Alves <palves@redhat.com>
11251
11252 PR 17539
11253 * gdb.base/display.exp: Expect displays to be sorted in ascending
11254 order. Use multi_line.
11255 * gdb.base/solib-display.exp: Likewise.
11256
2f341b6e
PA
112572015-11-24 Pedro Alves <palves@redhat.com>
11258
11259 PR 17539
25d49b86
PA
11260 * gdb.base/display.exp: Expect displays to be sorted in ascending
11261 order. Use multi_line.
11262 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11263
7e0aa6aa
PA
112642015-11-24 Pedro Alves <palves@redhat.com>
11265
11266 PR 17539
11267 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11268 threads in ascending order.
11269 * gdb.base/foll-fork.exp: Likewise.
11270 * gdb.base/foll-vfork.exp: Likewise.
11271 * gdb.base/multi-forks.exp: Likewise.
11272 * gdb.mi/mi-nonstop.exp: Likewise.
11273 * gdb.mi/mi-nsintrall.exp: Likewise.
11274 * gdb.multi/base.exp: Likewise.
11275 * gdb.multi/multi-arch.exp: Likewise.
11276 * gdb.python/py-inferior.exp: Likewise.
11277 * gdb.threads/break-while-running.exp: Likewise.
11278 * gdb.threads/execl.exp: Likewise.
11279 * gdb.threads/gcore-thread.exp: Likewise.
11280 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11281 * gdb.threads/kill.exp: Likewise.
11282 * gdb.threads/linux-dp.exp: Likewise.
11283 * gdb.threads/multiple-step-overs.exp: Likewise.
11284 * gdb.threads/next-bp-other-thread.exp: Likewise.
11285 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11286 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11287 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11288 * gdb.threads/thread-find.exp: Likewise.
11289 * gdb.threads/tls.exp: Likewise.
11290 * lib/mi-support.exp (mi_reverse_list): Delete.
11291 (mi_check_thread_states): No longer reverse list.
11292
2cc57ad8
PA
112932015-11-24 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11296 use lowercase.
11297
c93e8391
SM
112982015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11299
11300 * gdb.trace/actions.c: Include trace-common.h.
11301 (main): Add a location for a fast tracepoint.
11302 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11303 the normal tracepoints.
11304 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11305
045ccf91
SM
113062015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11307
11308 * save-trace.exp: Factor out code to these...
11309 (gdb_save_tracepoints): New.
11310 (gdb_load_tracepoints): New.
11311 (do_save_load_test): New.
11312
5506f9f6
KB
113132015-11-23 Kevin Buettner <kevinb@redhat.com>
11314
11315 * gdb.base/asmlabel.exp: New test.
11316 * gdb.base/asmlabel.c: New test case.
11317
16c3b12f
JB
113182015-11-23 Joel Brobecker <brobecker@adacore.com>
11319
11320 * gdb.base/wrong_frame_bt_full-main.c: New file.
11321 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11322 * gdb.base/wrong_frame_bt_full.exp: New file.
11323
155bfbd3
JB
113242015-11-23 Joel Brobecker <brobecker@adacore.com>
11325
11326 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11327
bb097445
JM
113282015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11329
206853a0 11330 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11331 pstate register when comparing registers values in
11332 sparc64-*-linux-gnu targets to avoid spurious differences.
11333
9c88ed8f
JM
113342015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11335
206853a0 11336 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11337
96161e25
SL
113382015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11339
11340 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11341 as type argument to gdb_compile.
11342 * gdb.base/nested-subp2.exp: Likewise.
11343 * gdb.base/nested-subp3.exp: Likewise.
11344
340c2830
DV
113452015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11346
11347 * lib/dwarf.exp (_note): Fix left shift of negative value.
11348 * gdb.trace/trace-condition.exp: Likewise.
11349
c1862d0f
YQ
113502015-11-13 Yao Qi <yao.qi@linaro.org>
11351
11352 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11353 comments about d10v.
11354 (test_scalar_returns): Likewise.
11355 * gdb.base/d10v.ld: Remove.
11356 * gdb.base/overlays.exp: Remove the target triplet checking for
11357 d10v-*-*.
11358 * gdb.base/structs.exp (test_struct_returns): Remove the
11359 comments about d10v.
11360 (test_struct_calls): Likewise.
11361
77ae9c19
YQ
113622015-11-13 Yao Qi <yao.qi@linaro.org>
11363
11364 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11365 * gdb.base/gnu_vector.c: Don't include stdio.h.
11366 (main): Don't print res and call add_some_intvecs.
11367
430e004e
MK
113682015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11369
11370 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11371 macro.
11372 (func5): Removed.
11373 (func4): Use FAST_TRACEPOINT_LABEL.
11374 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11375 macro.
11376 (func): Removed.
11377 (thread_function): Use FAST_TRACEPOINT_LABEL.
11378 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11379 (func): Remove.
11380 (marker): Use FAST_TRACEPOINT_LABEL.
11381 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11382 (pendfunc1): Remove.
11383 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11384 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11385 (foo): Remove.
11386 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11387 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11388 macro.
11389 (func): Remove.
11390 (marker): Use FAST_TRACEPOINT_LABEL.
11391 * gdb.trace/trace-common.h: New header.
11392 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11393 macro.
11394 (func): Remove.
11395 (marker): Use FAST_TRACEPOINT_LABEL.
11396 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11397 (func): Remove.
11398 (thread_function): Use FAST_TRACEPOINT_LABEL.
11399
6e7675a7
MK
114002015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11401
11402 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11403 in front.
11404 * gdb.trace/change-loc.exp: Use global pcreg definition.
11405 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11406 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11407 in front.
11408 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11409 * gdb.trace/pending.exp: Likewise.
11410 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11411 * gdb.trace/trace-break.exp: Likewise.
11412 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11413 in front.
11414 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11415 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11416 in front.
11417 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11418
dddc0e16
JB
114192015-11-09 Joel Brobecker <brobecker@adacore.com>
11420
11421 * gdb.ada/fin_fun_out: New testcase.
11422
c6f0b406
KB
114232015-11-07 Kevin Buettner <kevinb@redhat.com>
11424
11425 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11426 value associated with DW_AT_byte_size.
11427 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11428 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11429 DW_AT_upper_bound.
11430
f01dcfd9
KB
114312015-11-07 Kevin Buettner <kevinb@redhat.com>
11432
11433 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11434 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11435 version.
11436 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11437 gdb.dwarf2/dw2-canonicalize-type.exp,
11438 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11439 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11440 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11441 provided by gdb_target_symbol_prefix_flags_asm.
11442 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11443 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11444 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11445 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11446 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11447 macros where needed). Use this macro for symbols which require
11448 the prefix provided by SYMBOL_PREFIX.
11449
2223449a
KB
114502015-11-05 Kevin Buettner <kevinb@redhat.com>
11451
11452 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11453 New procs.
11454 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11455 representing expressions, of more than one list element.
11456 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11457 to prepend linker symbol prefix to f.
11458 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11459 table_1 and table_2.
11460 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11461 Likewise, for f and g.
11462 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11463 for ptr.
11464 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11465 for main.
11466 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11467 table_1_ptr and table_2_ptr.
11468
6f2f1a3a
JK
114692015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11470 Joel Brobecker <brobecker@adacore.com>
11471
11472 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11473
566c56c9
MK
114742015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11475
11476 * gdb.reverse/s390-mvcle.c: New test.
11477 * gdb.reverse/s390-mvcle.exp: New file.
11478 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11479
d5f0636b
MK
114802015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11481
11482 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11483
7ad8b86c
MK
114842015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11485
11486 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11487 reaching marker2.
11488 * gdb.reverse/getresuid-reverse.exp: Likewise.
11489 * gdb.reverse/pipe-reverse.exp: Likewise.
11490 * gdb.reverse/readv-reverse.exp: Likewise.
11491 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11492 * gdb.reverse/time-reverse.exp: Likewise.
11493 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11494
4081c0f1
YQ
114952015-10-30 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11498 (empty_cycle): Remove.
11499 (main): Don't call empty_cycle. Don't use watch_count_done.
11500 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11501 empty_cycle. Rewrite the code counting HW watchpoints.
11502
452b4ba5
MK
115032015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11504
11505 * gdb.reverse/fstatat-reverse.c: New test.
11506 * gdb.reverse/fstatat-reverse.exp: New file.
11507 * gdb.reverse/getresuid-reverse.c: New test.
11508 * gdb.reverse/getresuid-reverse.exp: New file.
11509 * gdb.reverse/pipe-reverse.c: New test.
11510 * gdb.reverse/pipe-reverse.exp: New file.
11511 * gdb.reverse/readv-reverse.c: New test.
11512 * gdb.reverse/readv-reverse.exp: New file.
11513 * gdb.reverse/recvmsg-reverse.c: New test.
11514 * gdb.reverse/recvmsg-reverse.exp: New file.
11515 * gdb.reverse/time-reverse.c: New test.
11516 * gdb.reverse/time-reverse.exp: New file.
11517 * gdb.reverse/waitpid-reverse.c: New test.
11518 * gdb.reverse/waitpid-reverse.exp: New file.
11519
5e2e7507
JK
115202015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11521
11522 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11523
0fde2c53
DE
115242015-10-26 Doug Evans <dje@google.com>
11525
11526 PR symtab/17391
11527 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11528 * gdb.dwarf2/bad-regnum.c: New file.
11529 * gdb.dwarf2/bad-regnum.exp: New file.
11530
1a70ae97
DE
115312015-10-26 Doug Evans <dje@google.com>
11532
11533 PR python/18938
11534 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11535 file.
11536
27dc26ab
JK
115372015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11538
11539 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11540 for a change by "Mention language in compile error message".
11541
bed91f4d
SM
115422015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11543
11544 PR python/18073
11545 * gdb.python/py-type.c (C::a_method): New.
11546 (C::a_const_method): New.
11547 (C::a_static_method): New.
11548 (a_function): New.
11549 * gdb.python/py-type.exp (test_fields): Test getting fields
11550 from function and method.
11551
3f2f83dd
KB
115522015-10-21 Keven Boell <keven.boell@intel.com>
11553
11554 * gdb.fortran/vla-alloc-assoc.exp: New file.
11555 * gdb.fortran/vla-datatypes.exp: New file.
11556 * gdb.fortran/vla-datatypes.f90: New file.
11557 * gdb.fortran/vla-history.exp: New file.
11558 * gdb.fortran/vla-ptype-sub.exp: New file.
11559 * gdb.fortran/vla-ptype.exp: New file.
11560 * gdb.fortran/vla-sizeof.exp: New file.
11561 * gdb.fortran/vla-sub.f90: New file.
11562 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11563 * gdb.fortran/vla-value-sub-finish.exp: New file.
11564 * gdb.fortran/vla-value-sub.exp: New file.
11565 * gdb.fortran/vla-value.exp: New file.
11566 * gdb.fortran/vla-ptr-info.exp: New file.
11567 * gdb.mi/mi-vla-fortran.exp: New file.
11568 * gdb.mi/vla.f90: New file.
11569
27145d50
SL
115702015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11571
11572 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11573 of hardwired timeout value.
11574
5f3ff4f8
JK
115752015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11576 Pedro Alves <palves@redhat.com>
11577
11578 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11579 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11580
bfd09d20
JS
115812015-10-19 Josh Stone <jistone@redhat.com>
11582
11583 * gdb.base/catch-syscall.c: Include <sched.h>.
11584 (unknown_syscall): New variable.
11585 (main): Trigger a vfork and an unknown syscall.
11586 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11587 (unknown_syscall_number): Likewise.
11588 (check_call_to_syscall): Accept an optional syscall pattern.
11589 (check_return_from_syscall): Likewise.
11590 (check_continue): Likewise.
11591 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11592 (test_catch_syscall_skipping_return): New test toggling off 'catch
11593 syscall' to step over the syscall return, then toggling back on.
11594 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11595 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11596 (do_syscall_tests): Call test_catch_syscall_without_args and
11597 test_catch_syscall_mid_vfork.
11598 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11599 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11600
b32b93c6
AS
116012015-10-19 Andrew Stubbs <ams@codesourcery.com>
11602
11603 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11604 print g_vE): Add new pass patterns.
11605 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11606 print various symbol names for vptr fields.
11607
9d622bda
AB
116082015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11609
11610 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11611 results.
11612
0fd8ac1c
YQ
116132015-10-12 Yao Qi <yao.qi@linaro.org>
11614
11615 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11616
34240514
YQ
116172015-10-12 Yao Qi <yao.qi@linaro.org>
11618
11619 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11620 is aarch64*-*-linux*.
11621
8240f442
YQ
116222015-10-12 Yao Qi <yao.qi@linaro.org>
11623
11624 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11625 (can_relocate_bcond_true): ... it.
11626 (can_relocate_bcond_false): New function.
11627 (foo): Likewise.
11628 (can_relocate_bl): Likewise.
11629 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11630 can_relocate_bl.
11631
2520f728
PMR
116322015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11633
11634 * gdb.base/nested-addr.c: New file.
11635 * gdb.base/nested-addr.exp: New testcase.
11636
abcef95a
MM
116372015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11638
11639 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11640 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11641 its output. Ignore the output of "record goto begin" and instead
11642 check that GDB is replaying.
11643
145e3ddb
PA
116442015-10-09 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11647 (top level): Use it in the run with no args test.
11648
d5d8c4e1
IB
116492015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11650
11651 * gdb.dlang/properties.exp: New file.
11652
06e635ef
SL
116532015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11654
11655 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11656 whether or not address 0x1000 is mapped on the target.
11657
e019fd1d
SM
116582015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11659
11660 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11661 build.
11662
77ba2a67
MM
116632015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11664
11665 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11666 instruction-history test.
11667
c60eb31f
DE
116682015-09-28 Doug Evans <dje@google.com>
11669
11670 * gdb.base/gcore.c (array_func): Add reference to static_array.
11671
9a3c8263
SM
116722015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11673
11674 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11675 source line.
11676
9720e656
SL
116772015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11678
11679 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11680 short or char as base type.
11681
938d3bf2
SL
116822015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11683
11684 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11685 to allow any size enum.
11686
e6c2c623
PMR
116872015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11688
11689 * gdb.ada/array_ptr_renaming.exp: New testcase.
11690 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11691 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11692
06da0f77
PL
116932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11694
11695 * gdb.trace/ftrace-lock.c: New file.
11696 * gdb.trace/ftrace-lock.exp: New file.
11697
4f51c22a
PL
116982015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11699
11700 * gdb.arch/insn-reloc.c: New file.
11701 * gdb.arch/ftrace-insn-reloc.exp: New file.
11702
7041adf4
PL
117032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11704
11705 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11706 instruction.
11707 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11708 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11709 * gdb.trace/range-stepping.c: Likewise.
11710 * gdb.trace/trace-break.c: Likewise.
11711 * gdb.trace/trace-mt.c (thread_function): Likewise.
11712 * gdb.trace/ftrace.c (marker): Likewise.
11713 * gdb.trace/trace-condition.c (marker): Likewise.
11714 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11715 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11716 is_aarch64_target.
11717
015d2e7e
DE
117182015-09-18 Doug Evans <xdje42@gmail.com>
11719
11720 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11721 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11722
26b188a2
SL
117232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11724
11725 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11726 the breakpoint.
11727
79dc332b
SL
117282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11729
11730 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11731 the pending breakpoint. Remove timeout override for "Run till
11732 MI pending breakpoint on pendfunc3 on thread 2" test.
11733
f57929f2
SL
117342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11735
11736 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11737 filename pattern.
11738
3f469b17
SL
117392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11740
11741 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11742 in breakpoint filename pattern.
11743
515b89b3
SL
117442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11745
7800dbe4
SL
11746 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11747
117482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11749
515b89b3
SL
11750 * gdb.linespec/explicit.exp: Check for readline support for
11751 tab-completion tests. Fix obvious typo.
11752
d2939ba2
MM
117532015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11754
11755 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11756 and replay.
11757
cbb55fa7
MM
117582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11759
11760 * gdb.btrace/non-stop.c: New.
11761 * gdb.btrace/non-stop.exp: New.
11762
43691ca1
PL
117632015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11764 Yao Qi <yao.qi@linaro.org>
11765
11766 * gdb.trace/trace-condition.c: New file.
11767 * gdb.trace/trace-condition.exp: New file.
11768
d78908cf
WW
117692015-09-16 Wei-cheng Wang <cole945@gmail.com>
11770
11771 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11772 for testing bytecode compilation.
11773
1ed415e2
PA
117742015-09-16 Pedro Alves <palves@redhat.com>
11775 Sandra Loosemore <sandra@codesourcery.com>
11776
11777 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11778 (SECONDS): Redefine.
11779 (main): Call pthread_kill and alarm early.
11780 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11781 support.
11782 (test): If the target can't hardware step and doesn't support
11783 displaced stepping, increase the timeout.
11784
d136eff5
PA
117852015-09-16 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11788 (enable_debug): New procedures.
11789 (test): Use them. Bail out if waiting for threads fails.
11790 (top level): Bail out if a test fails.
11791
991f019c
YQ
117922015-09-16 Yao Qi <yao.qi@linaro.org>
11793
11794 * gdb.asm/asm-source.exp: Set asm-arch for
11795 aarch64*-*-* target.
11796 * gdb.asm/aarch64.inc: New file.
11797
bfca584f
PMR
117982015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11799
11800 * gdb.ada/array_of_variable_length.exp: New testcase.
11801 * gdb.ada/array_of_variable_length/foo.adb: New file.
11802 * gdb.ada/array_of_variable_length/pck.adb: New file.
11803 * gdb.ada/array_of_variable_length/pck.ads: New file.
11804
b326e587
DE
118052015-09-15 Doug Evans <dje@google.com>
11806
11807 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11808 of function static local variable.
11809
5382cfab
PW
118102015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11811
11812 * gdb.threads/tls-so_extern.exp: New test file.
11813 * gdb.threads/tls-so_extern.c: New test file.
11814 * gdb.threads/tls-so_extern_main.c: New test file.
11815
141c5cc4
JK
118162015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11817
11818 * gdb.opt/solib-intra-step-lib.c: New file.
11819 * gdb.opt/solib-intra-step-main.c: New file.
11820 * gdb.opt/solib-intra-step.exp: New file.
11821
d15dcecd
PA
118222015-09-15 Pedro Alves <palves@redhat.com>
11823
11824 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11825 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11826
4c2f2a79
PA
118272015-09-14 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/hook-stop-continue.c: Delete.
11830 * gdb.base/hook-stop-continue.exp: Delete.
11831 * gdb.base/hook-stop-frame.c: Delete.
11832 * gdb.base/hook-stop-frame.exp: Delete.
11833 * gdb.base/hook-stop.c: New file.
11834 * gdb.base/hook-stop.exp: New file.
11835
919e6dbe
PMR
118362015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11837
11838 * gdb.ada/access_to_packed_array.exp: New testcase.
11839 * gdb.ada/access_to_packed_array/foo.adb: New file.
11840 * gdb.ada/access_to_packed_array/pack.adb: New file.
11841 * gdb.ada/access_to_packed_array/pack.ads: New file.
11842
157280a4
MM
118432015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11844
11845 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11846 buffer size test.
11847
2fd33e94
DB
118482015-09-11 Don Breazeal <donb@codesourcery.com>
11849
11850 * gdb.base/foll-exec.c: Add copyright header. Fix
11851 formatting issues.
11852 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11853 (do_exec_tests): Use clean_restart in place of zap_session,
11854 and for test initialization. Fix formatting issues. Use
11855 fail in place of perror.
11856 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11857 an expect statement to match an expression with output from
11858 the program under debug.
11859 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11860 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11861 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11862 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11863 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11864
e70b6e8e
DE
118652015-09-09 Doug Evans <dje@google.com>
11866
11867 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11868
7a551a51
DE
118692015-09-09 Doug Evans <dje@google.com>
11870
11871 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11872
4c666f84
DE
118732015-09-09 Doug Evans <dje@google.com>
11874
11875 * gdb.base/savedregs.exp: Fix typo.
11876
243a9253
PA
118772015-09-09 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11880
c0fa8fbd
SL
118812015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11882
11883 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11884 command actually switches threads. Give up on remaining
11885 tests if target fails to stop at breakpoint.
11886
cd7c1778
PMR
118872015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11888
11889 * gdb.ada/funcall_char.exp: New testcase.
11890 * gdb.ada/funcall_char/foo.adb: New file.
11891
dc5c8746
PMR
118922015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11893
11894 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11895 expected outputs. Add two testcases for completing ambiguous
11896 functions.
11897 * gdb.ada/complete/aux_pck.adb: New file.
11898 * gdb.ada/complete/aux_pck.ads: New file.
11899 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11900 Ambiguous_Func functions.
11901 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11902 * gdb.ada/complete/pck.adb: Likewise.
11903
4e83a1e7
UW
119042015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11905
11906 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11907 failures to run the test program under GDB.
11908
8ce74153
LM
119092015-08-26 Luis Machado <lgustavo@codesourcery.com>
11910
11911 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11912 to C.
11913
e9756d52
PP
119142015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11915
11916 * gdb.base/run-after-attach.exp: New test file.
11917 * gdb.base/run-after-attach.c: New test file.
11918
8d37573b
DB
119192015-08-26 Don Breazeal <donb@codesourcery.com>
11920
11921 * gdb.base/foll-exec-2.c: New test program.
11922 * gdb.base/foll-exec-2.exp: New test.
11923
63e43d3a
PMR
119242015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11925
11926 * gdb.base/nested-subp1.exp: New file.
11927 * gdb.base/nested-subp1.c: New file.
11928 * gdb.base/nested-subp2.exp: New file.
11929 * gdb.base/nested-subp2.c: New file.
11930 * gdb.base/nested-subp3.exp: New file.
11931 * gdb.base/nested-subp3.c: New file.
11932
3d40fbb5
PA
119332015-08-24 Pedro Alves <palves@redhat.com>
11934
11935 * gdb.server/connect-without-multi-process.c: New file.
11936 * gdb.server/connect-without-multi-process.exp: New file.
11937
4422ac93
LM
119382015-08-24 Luis Machado <lgustavo@codesourcery.com>
11939
11940 * gdb.opt/inline-markers.c: Make z int.
11941
91dddb86
LM
119422015-08-24 Luis Machado <lgustavo@codesourcery.com>
11943
11944 * gdb.opt/inline-markers.c: Make z volatile.
11945
a48847ee
LM
119462015-08-24 Luis Machado <lgustavo@codesourcery.com>
11947
11948 * gdb.opt/inline-bt.c: New volatile global z.
11949 * gdb.opt/inline-cmds.c: Likewise.
11950 * gdb.opt/inline-locals.c: Likewise.
11951 * gdb.opt/inline-markers.c: New extern global z.
11952 (marker): Use z.
11953 (inline_fn): Likewise.
11954
0ebbc52b
PA
119552015-08-24 Pedro Alves <palves@redhat.com>
11956
11957 * config/m32r-stub.exp: Remove file.
11958 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11959 * gdb.base/call-rt-st.exp: Likewise.
11960 * gdb.base/call-strs.exp: Likewise.
11961 * gdb.base/default.exp: Remove references to h8300-*-hms and
11962 *-*-udi*.
11963 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11964
77c365df
AA
119652015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11966
11967 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11968 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11969 and "return" use KFAIL when GDB can not read/write the vector
11970 return value.
11971
4313b8c0
GB
119722015-08-21 Gary Benson <gbenson@redhat.com>
11973
11974 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11975
0e433b32
PA
119762015-08-20 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.server/solib-list.exp: No longer expect an interior stop in
11979 non-stop mode.
11980
221e1a37
PA
119812015-08-20 Pedro Alves <palves@redhat.com>
11982
11983 * gdb.server/connect-stopped-target.c: New file.
11984 * gdb.server/connect-stopped-target.exp: New file.
11985
40e3ad0e
PA
119862015-08-20 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.dwarf2/comp-unit-lang.exp: New file.
11989 * gdb.dwarf2/comp-unit-lang.c: New file.
11990
af39b327
PMR
119912015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11992
11993 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11994 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11995
7d45c7c3 119962015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11997
7d45c7c3
KB
11998 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11999 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12000
4d6cceb4
DE
120012015-08-18 Doug Evans <dje@google.com>
12002 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12003
12004 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12005 skip_python_tests. New arg prompt_regexp.
12006 (skip_python_tests): New function.
12007 * lib/mi-support.exp (mi_skip_python_tests): New function.
12008 * gdb.python/py-mi-objfile-gdb.py: New file.
12009 * gdb.python/py-mi-objfile.c: New file.
12010 * gdb.python/py-mi-objfile.exp: New file.
12011
ad89c2aa
KS
120122015-08-17 Keith Seitz <keiths@redhat.com>
12013
12014 * gdb.linespec/explicit.exp: Move strace test from here ...
12015 * gdb.trace/strace.exp: ... to here.
12016
e3ae3c43
PP
120172015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12018
12019 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12020 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12021
604b2636
DE
120222015-08-14 Doug Evans <xdje42@gmail.com>
12023
12024 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12025 inferior before selecting a new file.
12026
6ff0ba5f
DE
120272015-08-14 Doug Evans <xdje42@gmail.com>
12028
12029 * gdb.mi/mi-disassemble.exp: Update.
12030 * gdb.base/disasm-optim.S: New file.
12031 * gdb.base/disasm-optim.c: New file.
12032 * gdb.base/disasm-optim.h: New file.
12033 * gdb.base/disasm-optim.exp: New file.
12034
9ca98f92
KS
120352015-08-14 Keith Seitz <keiths@redhat.com>
12036
12037 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12038 "evaluated-by".
12039
52bbc560
JB
120402015-08-13 Joel Brobecker <brobecker@adacore.com>
12041
12042 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12043
5d8c3ed3
PMR
120442015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12045
12046 * gdb.ada/fun_renaming.exp: New testcase.
12047 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12048 * gdb.ada/fun_renaming/pack.adb: New file.
12049 * gdb.ada/fun_renaming/pack.ads: New file.
12050
ea8812bc
KS
120512015-08-12 Keith Seitz <keiths@redhat.com>
12052
12053 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12054 gdb_get_line_number.
12055
4dafcdeb
JB
120562015-08-12 Joel Brobecker <brobecker@adacore.com>
12057
12058 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12059 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12060 gdb.base/dso2dso.exp: New files.
12061
5ba32597
SDJ
120622015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12063 Pedro Alves <palves@redhat.com>
12064 Keith Seitz <keiths@redhat.com>
12065
12066 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12067 GDBFLAGS.
12068
b6dafabf
PP
120692015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12070
12071 * gdb.base/gdbhistsize-history.exp
12072 (test_histsize_history_setting): Use save_vars.
12073 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12074 Use save_vars.
12075 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12076 * gdb.base/readline.exp: Use save_vars.
12077
abe8e607
PP
120782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12079
12080 * lib/gdb.exp (save_vars): New proc.
12081
629500fa
KS
120822015-08-11 Keith Seitz <keiths@redhat.com>
12083
12084 * gdb.base/help.exp: Update help_breakpoint_text.
12085
eb8c4e2e
KS
120862015-08-11 Keith Seitz <keiths@redhat.com>
12087
12088 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12089 (at toplevel): Call test_explicit_breakpoints.
12090 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12091 breakpoints.
12092 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12093 breakpoint conditions, "-cond".
12094
87f0e720
KS
120952015-08-11 Keith Seitz <keiths@redhat.com>
12096
12097 * gdb.linespec/3explicit.c: New file.
12098 * gdb.linespec/cpexplicit.cc: New file.
12099 * gdb.linespec/cpexplicit.exp: New file.
12100 * gdb.linespec/explicit.c: New file.
12101 * gdb.linespec/explicit.exp: New file.
12102 * gdb.linespec/explicit2.c: New file.
12103 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12104 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12105 before using in the matching pattern.
12106 Clarify that `prefix' is a regular expression.
12107
f00aae0f
KS
121082015-08-11 Keith Seitz <keiths@redhat.com>
12109
12110 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12111 test.
12112 Add tests for missing ",FMT" and ",".
12113
e27852be
DE
121142015-08-10 Doug Evans <dje@google.com>
12115 Keith Seitz <keiths@redhat.com>
12116
12117 PR gdb/17960
12118 * gdb.base/completion.exp: Add location completer tests.
12119
7f03bd92
PA
121202015-08-07 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12123 tests here.
12124 (top level): Run do_test with and without displaced stepping.
12125
3fc8eb30
PA
121262015-08-07 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.base/valgrind-disp-step.c: New file.
12129 * gdb.base/valgrind-disp-step.exp: New file.
12130
d4569d7b
PA
121312015-08-07 Pedro Alves <palves@redhat.com>
12132
12133 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12134 Delete function.
12135 (main): Add alarm. Run an infinite loop instead of calling
12136 wait_threads.
12137 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12138 comment.
12139 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12140 Delete function.
12141 (main): Add alarm. Run an infinite loop instead of calling
12142 wait_threads.
12143 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12144 comment.
12145
e1316e60
PA
121462015-08-07 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.base/checkpoint-ns.exp: New file.
12149 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12150 standard_testfile.
12151
da8c46d2
MM
121522015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12153
12154 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12155 * gdb.btrace/instruction_history.exp: Update.
12156 * gdb.btrace/tsx.exp: New.
12157 * gdb.btrace/tsx.c: New.
12158
de1c2c52
PA
121592015-08-06 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12162 increase timeout.
12163 * gdb.reverse/until-precsave.exp: Bump timeouts.
12164
782e0bf4
PA
121652015-08-06 Pedro Alves <palves@redhat.com>
12166
12167 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12168
83e97ed0
PA
121692015-08-06 Pedro Alves <palves@redhat.com>
12170
12171 PR gdb/18749
12172 * gdb.threads/process-dies-while-handling-bp.c: New file.
12173 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12174
863d01bd
PA
121752015-08-06 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12178 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12179
0a39bb32
PA
121802015-08-05 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12183 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12184
ee2d2b10
SL
121852015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12186
12187 * gdb.base/bp-permanent.exp: Report test as unsupported if
12188 the target cannot stop at the permanent breakpoint.
12189
4e1bdb00
DE
121902015-08-03 Doug Evans <dje@google.com>
12191
12192 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12193 10000.
12194
3d338901
DE
121952015-08-03 Doug Evans <dje@google.com>
12196
12197 * Makefile.in (workers/%.worker, build-perf): New rule.
12198 (GDB_PERFTEST_MODE): New variable.
12199 (check-perf): Use it.
12200 (clean): Clean up gdb.perf parallel build subdirs.
12201 * lib/build-piece.exp: New file.
12202 * lib/gdb.exp (make_gdb_parallel_path): New function
12203 (standard_output_file, standard_temp_file): Call it.
12204 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12205 of $GDB_PARALLEL.
12206 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12207
af061d3e
DE
122082015-08-03 Doug Evans <dje@google.com>
12209
8e1afc81 12210 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12211 (LOG_FILE_NAME): New global.
12212 (TextReporter.__init__): Initialize self.txt_sum.
12213 (TextReporter.report): Add support for multiple data-points.
12214 Move report to perftest.sum, put raw data in perftest.log.
12215 (TextReporter.start): Open sum and log files.
12216 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12217 * gdb.perf/lib/perftest/testresult.py
12218 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12219
2c8c5d37
PA
122202015-07-31 Pedro Alves <palves@redhat.com>
12221
12222 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12223 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12224 kill_wait_spawned_process instead of explicit "kill -9".
12225 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12226 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12227 kill_wait_spawned_process.
12228 * gdb.base/attach-twice.exp: Likewise.
12229 * gdb.base/attach.exp: Likewise.
12230 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12231 gdb_test_multiple.
12232 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12233 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12234 kill_wait_spawned_process.
12235 * gdb.base/valgrind-infcall.exp: Likewise.
12236 * gdb.multi/multi-attach.exp: Likewise.
12237 * gdb.python/py-prompt.exp: Likewise.
12238 * gdb.python/py-sync-interp.exp: Likewise.
12239 * gdb.server/ext-attach.exp: Likewise.
12240 * gdb.threads/attach-into-signal.exp (corefunc): Use
12241 spawn_wait_for_attach, spawn_id_get_pid and
12242 kill_wait_spawned_process.
12243 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12244 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12245 spawn_id_get_pid and kill_wait_spawned_process.
12246 * gdb.threads/attach-stopped.exp (corefunc): Use
12247 spawn_wait_for_attach, spawn_id_get_pid and
12248 kill_wait_spawned_process.
12249 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12250 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12251 kill_wait_spawned_process instead of explicit "kill -9".
12252 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12253 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12254 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12255 processes. Don't map cygwin/windows pids here. Now returns a
12256 spawn id list.
12257
032a0fca
SL
122582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12259
12260 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12261 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12262 correct patch.
12263
61a934ca
SL
122642015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12265
12266 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12267
4bc4d428
SL
122682015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12269
12270 Reapply:
12271 2014-05-21 Mark Wielaard <mjw@redhat.com>
12272
12273 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12274
998d452a
PA
122752015-07-30 Pedro Alves <palves@redhat.com>
12276
12277 * linux-low.c (handle_extended_wait): Set the child's last
12278 reported status to TARGET_WAITKIND_STOPPED.
12279
69dde7dc
PA
122802015-07-30 Pedro Alves <palves@redhat.com>
12281
12282 PR threads/18600
12283 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12284 only shows inferior 1.
12285
4dd63d48
PA
122862015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12287 Pedro Alves <palves@redhat.com>
12288
12289 PR threads/18600
12290 * gdb.threads/fork-plus-threads.c: New file.
12291 * gdb.threads/fork-plus-threads.exp: New file.
12292
d618e4c5
PP
122932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12294
12295 * gdb.base/batch-preserve-term-settings.exp
12296 (test_terminal_settings_preserved_after_cli_exit): Use
12297 send_quit_command.
12298
1eef6428
PA
122992015-07-29 Pedro Alves <palves@redhat.com>
12300 Don Breazeal <donb@codesourcery.com>
12301
12302 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12303 output from both inferior_spawn_id and gdb_spawn_id.
12304
7da5b897
SDJ
123052015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12306
12307 * gdb.threads/attach-into-signal.exp (corefunc): Use
12308 with_test_prefix on nested loops, uniquefying the test messages.
12309
dac804df
SDJ
123102015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12311
12312 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12313 commit.
12314
06265e53
PP
123152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12316
12317 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12318 New proc.
12319 (test_terminal_settings_preserved_after_sigterm): New test.
12320
18206ca3
PP
123212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12322
12323 * gdb.base/batch-preserve-term-settings.exp
12324 (test_terminal_settings_preserved_after_cli_exit): New test.
12325
90074d11
PP
123262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12327
12328 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12329 manipulation of saved_gdbflags.
12330 (test_terminal_settings_preserved): Remove global declaration of
12331 the unused variable pagination_prompt. Remove manipulation of
12332 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12333 GDBFLAGS.
12334
eb1a7902
PA
123352015-07-29 Pedro Alves <palves@redhat.com>
12336
12337 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12338
8b75dd3b
PA
123392015-07-29 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12342 at the top.
12343
dedad4e3
PA
123442015-07-29 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12347 (main): Call gdb_unbuffer_output.
12348 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12349 (main): Call gdb_unbuffer_output.
12350 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12351 (main): Call gdb_unbuffer_output.
12352 * gdb.base/call-strs.exp: Adjust to step over the
12353 gdb_unbuffer_output call.
12354 * gdb.base/catch-gdb-caused-signals.c: Include
12355 "../lib/unbuffer_output.c".
12356 (main): Call gdb_unbuffer_output.
12357 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12358 (main): Call gdb_unbuffer_output.
12359 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12360 (main): Call gdb_unbuffer_output.
12361 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12362 (main): Call gdb_unbuffer_output.
12363 * gdb.base/shlib-call.exp: Adjust to step over the
12364 gdb_unbuffer_output call.
12365 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12366 (main): Call gdb_unbuffer_output.
12367 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12368 (main): Call gdb_unbuffer_output.
12369 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12370 (main): Rename to ...
12371 (test): ... this.
12372 (main): Reimplement.
12373 * gdb.base/varargs.exp: Run to test instead of to main.
12374 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12375 (main): Call gdb_unbuffer_output.
12376
58789a91
PA
123772015-07-29 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12380 factore out from mi_continue_dprintf. For call-style dprintfs,
12381 expect dprintf output out of $inferior_spawn_id.
12382 (mi_continue_dprintf): Use mi_expect_dprintf.
12383 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12384 (main): Call gdb_unbuffer_output.
12385
e8376742
PA
123862015-07-29 Pedro Alves <palves@redhat.com>
12387
12388 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12389 (default_mi_gdb_start): Set inferior_spawn_id instead of
12390 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12391 gdb_spawn_id.
12392 (mi_gdb_test): Always expect inferior output from both
12393 $inferior_spawn_id and $gdb_spawn_id.
12394
08280010
PA
123952015-07-29 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12398 send_inferior and $inferior_spawn_id.
12399
4d30e432
PA
124002015-07-29 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.gdb/complaints.exp (test_initial_complaints)
12403 (test_serial_complaints, test_short_complaints): Use
12404 gdb_test_stdio.
12405 (test_empty_complaint): Handle $inferior_spawn_id !=
12406 $gdb_spawn_id.
12407
0d30a335
PA
124082015-07-29 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.base/varargs.exp: Use gdb_test_stdio.
12411
39413b29
PA
124122015-07-29 Pedro Alves <palves@redhat.com>
12413
12414 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12415
7cb000a9
PA
124162015-07-29 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12419
d7b8ac82
PA
124202015-07-29 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12423 parameter into two new parameters, "inf_result" and "gdb_result".
12424 Expect inferior output and gdb output from $inferior_spawn_id and
12425 $gdb_spawn_id, respectively. Adjust all callers.
12426
789c3a0c
PA
124272015-07-29 Pedro Alves <palves@redhat.com>
12428
12429 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12430 of gdb_test_sequence.
12431
77e760c3
PA
124322015-07-29 Pedro Alves <palves@redhat.com>
12433
12434 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12435 (saw_spurious_output): Expect inferior output from
12436 $inferior_spawn_id. Use gdb_test_stdio.
12437
8396d2cd
PA
124382015-07-29 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.base/dprintf.exp: Use standard_testfile. Change
12441 prepare_for_testing call.
12442 (srcfile): Don't set.
12443 (restart): New procedure.
12444 (test_dprintf): New procecure, use to continue over dprintfs.
12445 (test_call, test_agent): New procedures, tests moved here.
12446 Restart gdb and recreate dprintfs. Adjust expected output.
12447
2051d61f
PA
124482015-07-29 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12451
452397af
PA
124522015-07-29 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12455
8aed9555
PA
124562015-07-29 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12459 gdb_test_stdio.
12460
188a61b4
PA
124612015-07-29 Pedro Alves <palves@redhat.com>
12462
12463 * lib/gdb.exp (gdb_test_stdio): New procedure.
12464
12264a45
PA
124652015-07-29 Pedro Alves <palves@redhat.com>
12466
12467 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12468
23ffc893
PA
124692015-07-29 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.base/call-signal-resume.exp: Remove check for
12472 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12473 * gdb.base/unwindonsignal.exp: Likewise.
12474 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12475 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12476
65566918
PA
124772015-07-29 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/siginfo-addr.c (pass): New function.
12480 (handler): Call it iff si_addr is correct.
12481 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12482 Set a breakpoint at "pass" and continue to it.
12483
d60a9221
SDJ
124842015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12485
12486 * gdb.python/py-objfile.exp: Make some tests have unique names.
12487 * gdb.python/py-pp-registration.exp: Likewise.
12488
bde40b8f
PA
124892015-07-28 Pedro Alves <palves@redhat.com>
12490
12491 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12492
13e1dec8
SM
124932015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12494
12495 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12496
da33c9a7
SM
124972015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12500
077836f7
PP
125012015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12502
12503 * gdb.base/gdb-sigterm-2.exp: New test.
12504
b8cc7b2e
DE
125052015-07-25 Doug Evans <xdje42@gmail.com>
12506
12507 Revert:
12508 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12509 (workers/%.worker, build-perf): New rule.
12510 (GDB_PERFTEST_MODE): New variable.
12511 (check-perf): Use it.
12512 (clean): Clean up gdb.perf parallel build subdirs.
12513 * lib/build-piece.exp: New file.
12514 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12515 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12516 name.
12517 (standard_temp_file): Ditto.
12518 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12519 of $GDB_PARALLEL.
12520
c8bd4544
DE
125212015-07-24 Doug Evans <dje@google.com>
12522
12523 * gdb.perf/lib/perftest/utils.py: New file.
12524 * gdb.perf/gm-hello.cc: New file.
12525 * gdb.perf/gm-pervasive-typedef.cc: New file.
12526 * gdb.perf/gm-pervasive-typedef.h: New file.
12527 * gdb.perf/gm-std.cc: New file.
12528 * gdb.perf/gm-std.h: New file.
12529 * gdb.perf/gm-use-cerr.cc: New file.
12530 * gdb.perf/gm-utils.h: New file.
12531 * gdb.perf/gmonster-null-lookup.py: New file.
12532 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12533 * gdb.perf/gmonster-print-cerr.py: New file.
12534 * gdb.perf/gmonster-ptype-string.py: New file.
12535 * gdb.perf/gmonster-runto-main.py: New file.
12536 * gdb.perf/gmonster-select-file.py: New file.
12537 * gdb.perf/gmonster1-null-lookup.exp: New file.
12538 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12539 * gdb.perf/gmonster1-print-cerr.exp: New file.
12540 * gdb.perf/gmonster1-ptype-string.exp: New file.
12541 * gdb.perf/gmonster1-runto-main.exp: New file.
12542 * gdb.perf/gmonster1-select-file.exp: New file.
12543 * gdb.perf/gmonster1.cc: New file.
12544 * gdb.perf/gmonster1.exp: New file.
12545 * gdb.perf/gmonster2-null-lookup.exp: New file.
12546 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12547 * gdb.perf/gmonster2-print-cerr.exp: New file.
12548 * gdb.perf/gmonster2-ptype-string.exp: New file.
12549 * gdb.perf/gmonster2-runto-main.exp: New file.
12550 * gdb.perf/gmonster2-select-file.exp: New file.
12551 * gdb.perf/gmonster2.cc: New file.
12552 * gdb.perf/gmonster2.exp: New file.
12553
6eab34f3
DE
125542015-07-24 Doug Evans <dje@google.com>
12555
12556 * gdb.perf/README: New file.
12557 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12558 * lib/gen-perf-test.exp: New file.
12559
63738bfd
DE
125602015-07-24 Doug Evans <dje@google.com>
12561
12562 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12563 (PerfTest::startup): New function.
12564 (PerfTest::run): Return result of calling body.
12565 (PerfTest::assemble): Rewrite.
12566 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12567 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12568 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12569 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12570 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12571
7b606f95
DE
125722015-07-24 Doug Evans <dje@google.com>
12573
12574 * lib/gdb.exp (clean_restart): Make executable optional.
12575
a97b16b8
DE
125762015-07-24 Doug Evans <dje@google.com>
12577
12578 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12579 compiler_info references.
12580 * gdb.cp/temargs.exp: Ditto.
12581 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12582 (get_compiler_info): Early exit if already computed. Set compiler_info
12583 to "unknown" if there was a problem.
12584 (test_compiler_info): Add function comment. Call get_compiler_info.
12585
35baa57f
DE
125862015-07-24 Doug Evans <dje@google.com>
12587
12588 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12589 (workers/%.worker, build-perf): New rule.
12590 (GDB_PERFTEST_MODE): New variable.
12591 (check-perf): Use it.
12592 (clean): Clean up gdb.perf parallel build subdirs.
12593 * lib/build-piece.exp: New file.
12594 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12595 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12596 name.
12597 (standard_temp_file): Ditto.
12598 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12599 of $GDB_PARALLEL.
12600
6ebea266
DE
126012015-07-24 Doug Evans <dje@google.com>
12602
12603 * lib/future.exp (gdb_default_target_compile): New option
12604 "early_flags".
12605 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12606 --as-needed.
12607
1e76a7e9
SDJ
126082015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12609
12610 * gdb.base/catch-syscall.exp: Call gdb_exit before
12611 gdb_skip_xml_test.
12612
5068630a
PA
126132015-07-24 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.python/py-events.exp: Accept output between the stop event
12616 and the prompt.
12617 * gdb.python/py-evsignal.exp: Likewise.
12618 * gdb.python/py-evthreads.exp: Likewise.
12619
77598427
PA
126202015-07-24 Pedro Alves <palves@redhat.com>
12621
12622 PR gdb/18717
12623 * gdb.threads/non-ldr-exit.c: New file.
12624 * gdb.threads/non-ldr-exit.exp: New file.
12625
11e6c98f
YQ
126262015-07-24 Yao Qi <yao.qi@linaro.org>
12627
12628 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12629 restarting process.
12630
51aee833
YQ
126312015-07-24 Yao Qi <yao.qi@linaro.org>
12632
12633 * gdb.server/ext-restart.exp: New file.
12634
8cfe207c
YQ
126352015-07-24 Yao Qi <yao.qi@linaro.org>
12636
12637 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12638 argument options.
12639 * gdb.server/ext-wrapper.exp: New file.
12640
cc12ce38
DE
126412015-07-23 Doug Evans <dje@google.com>
12642
12643 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12644 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12645
d0d84780
PMR
126462015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12647
12648 * gdb.ada/var_arr_typedef.exp: New testcase.
12649 * gdb.ada/var_arr_typedef/pack.adb: New file.
12650 * gdb.ada/var_arr_typedef/pack.ads: New file.
12651 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12652
8b558f79
JB
126532015-07-20 Joel Brobecker <brobecker@adacore.com>
12654
12655 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12656
775a3298
JK
126572015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12658
12659 * gdb.arch/i386-biarch-core.exp: Replace istarget
12660 by "complete set gnutarget". Remove expectation for the "core-file"
12661 command.
12662
db1ff28b
JK
126632015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12664
12665 Revert the previous commit:
12666 Tests for validate symbol file using build-id.
12667
0a94970d
JK
126682015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12669
12670 Tests for validate symbol file using build-id.
12671 * gdb.base/solib-mismatch-lib.c: New file.
12672 * gdb.base/solib-mismatch-libmod.c: New file.
12673 * gdb.base/solib-mismatch.c: New file.
12674 * gdb.base/solib-mismatch.exp: New file.
12675
03346981
SL
126762015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12677
12678 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12679 nios2-*-linux*.
12680 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12681 * gdb.base/siginfo.exp: Likewise.
12682 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12683
42422cc7
PL
126842015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12685
12686 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12687 Move it to ...
12688 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12689 ... here.
12690 * gdb.trace/range-stepping.exp: Check that the target supports
12691 range stepping.
12692
cfa68bae
JK
126932015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12694
12695 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12696
8ffdba26
PA
126972015-07-14 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.base/killed-outside.exp: New file.
12700 * gdb.base/killed-outside.c: New file.
12701
218a5a11
JK
127022015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12703
12704 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12705 (n at main): New.
12706 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12707
e03ed3c6
AA
127082015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12709
12710 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12711 infcall tests instead of setting up for KFAIL.
12712
485668e5
MM
127132015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12714
12715 * gdb.btrace/record_goto-step.exp: New.
12716
08464196
JK
127172015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12718
12719 PR compile/18484
12720 * gdb.compile/compile.c (struct struct_type): Add volatile to
12721 selffield's type.
12722 * gdb.compile/compile.exp
12723 (compile code struct_object.selffield = &struct_object): Skip further
12724 struct_object tests if this one xfails.
12725
bcf5c1d9
RC
127262015-07-08 Robert O'Callahan <robert@ocallahan.org>
12727
12728 PR exp/18617
12729 * gdb.trace/ax.exp: Add test.
12730
4931af25
YQ
127312015-07-07 Yao Qi <yao.qi@linaro.org>
12732
12733 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12734 instead of istarget "aarch64*-*-*".
12735 * gdb.arch/aarch64-fp.exp: Likewise.
12736 * gdb.base/float.exp: Likewise.
12737 * gdb.reverse/aarch64.exp: Likewise.
12738 * lib/gdb.exp (is_aarch64_target): New proc.
12739
9fcf688e
YQ
127402015-07-07 Yao Qi <yao.qi@linaro.org>
12741
12742 * lib/gdb.exp (is_aarch32_target): New proc.
12743 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12744 instead of "istarget "arm*-*-*"".
12745 * gdb.arch/arm-disp-step.exp: Likewise.
12746 * gdb.arch/thumb-bx-pc.exp: Likewise.
12747 * gdb.arch/thumb-prologue.exp: Likewise.
12748 * gdb.arch/thumb-singlestep.exp: Likewise.
12749 * gdb.base/disp-step-syscall.exp: Likewise.
12750 * gdb.base/float.exp: Likewise.
12751
fbd8d50d
YQ
127522015-07-07 Yao Qi <yao.qi@linaro.org>
12753
12754 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12755 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12756
71be1fdc
YQ
127572015-07-07 Yao Qi <yao.qi@linaro.org>
12758
12759 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12760 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12761 if it exists.
12762 * gdb.multi/multi-arch.exp: Likewise.
12763
3e221d36
SM
127642015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12765
12766 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12767 print.
12768
d441430b
YQ
127692015-07-07 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12772
06f810bd
MG
127732015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12774
12775 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12776 '[' and ']' characters.
12777
5e61e7c0
IB
127782015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12779
12780 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12781
28bf096c
PA
127822015-06-29 Pedro Alves <palves@redhat.com>
12783
12784 PR threads/18127
12785 * gdb.threads/hand-call-new-thread.c: New file.
12786 * gdb.threads/hand-call-new-thread.c: New file.
12787
ee93cd5e
KS
127882015-06-26 Keith Seitz <keiths@redhat.com>
12789 Doug Evans <dje@google.com>
12790
12791 PR 16253
12792 * gdb.cp/var-tag-2.cc: New file.
12793 * gdb.cp/var-tag-3.cc: New file.
12794 * gdb.cp/var-tag-4.cc: New file.
12795 * gdb.cp/var-tag.cc: New file.
12796 * gdb.cp/var-tag.exp: New file.
12797
fc637f04
PP
127982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12799
12800 * gdb.base/history-duplicates.exp: New test.
12801
2e52ae68
PP
128022015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12803
12804 * gdb.base/completion.exp: Test the completion of the "focus"
12805 command.
12806
6e22494e
JK
128072015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12808
12809 * gdb.arch/amd64-prologue-skip.S: New file.
12810 * gdb.arch/amd64-prologue-skip.exp: New file.
12811
bf7b9cd9
SM
128122015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12813
12814 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12815 is_address_zero_readable check.
12816
201e8dfd
PB
128172015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12818
12819 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12820 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12821
5cd867b4
YQ
128222015-06-24 Yao Qi <yao.qi@linaro.org>
12823
12824 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12825 linux targets.
12826
4d7be007
YQ
128272015-06-24 Yao Qi <yao.qi@linaro.org>
12828
12829 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12830 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12831 * gdb.base/siginfo-thread.exp: Likewise.
12832
07fcd301
YQ
128332015-06-22 Yao Qi <yao.qi@linaro.org>
12834
12835 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12836
52042a00
YQ
128372015-06-22 Yao Qi <yao.qi@linaro.org>
12838
12839 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12840 aarch64*-*-*.
12841 (skip_hw_watchpoint_tests): Likewise.
12842
74bd41ce
PP
128432015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12844
12845 * gdb.base/gdbinit-history.exp: Test the interaction between
12846 setting GDBHISTSIZE and setting the history size via .gdbinit.
12847
bc460514
PP
128482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12849
12850 PR gdb/16999
12851 * gdb.base/gdbhistsize-history.exp: New test.
12852
b58c513b
PP
128532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12854
12855 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12856 with GDBHISTSIZE.
12857 * gdb.base/readline.exp: Likewise.
12858
92046791
YQ
128592015-06-17 Yao Qi <yao.qi@linaro.org>
12860
12861 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12862 line.
12863
2093d2d3
PP
128642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12865
12866 * gdb.base/gdbinit-history.exp: Add test case to check that
12867 an unlimited history file does not get truncated on exit.
12868
e6c693af
AA
128692015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12870
12871 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12872 (VECTOR): New macro. Use it...
12873 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12874 ...for these typedefs.
12875 (int8, char1, int1, double1): New typedefs.
12876 (struct just_int2, struct two_int2): New structures.
12877 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12878 (add_structvecs, add_singlevecs): New functions.
12879 (main): Call add_some_intvecs twice.
12880 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12881 the compile and exit upon failure. Try compiling for the "native"
12882 architecture. Test inferior function calls with vector arguments
12883 and vector return value handling with "finish" and "return".
12884
c74f7d1c
JT
128852015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12886
12887 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12888 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12889 PE file.
12890 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12891
98aa42ee
AT
128922015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12893
12894 PR breakpoints/16465
12895 * gdb.mi/mi-dprintf-pending.c: New file.
12896 * gdb.mi/mi-dprintf-pending.exp: New test.
12897 * gdb.mi/mi-dprintf-pendshr.c: New file.
12898
7d73c23c 128992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12900 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12901
12902 * gdb.arch/i386-mpx-map.c: New file.
12903 * gdb.arch/i386-mpx-map.exp: New File.
12904
129052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12906
12907 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12908 * gdb.arch/i386-mpx.exp: Indentation fixed.
12909
129102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12911
12912 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12913 function and improved indentation.
12914 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12915 gdb_test_multiple. Added additional tests to skip the test.
12916
129172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12918
12919 * gdb.arch/i386-avx512.c: Change path in include file.
12920 * gdb.arch/i386-avx512.exp: Change include dir path
12921 compilation flag.
12922 * gdb.arch/i386-mpx.c: Change path in include file.
12923 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12924 flag.
12925
d5eba19a
JK
129262015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12927
12928 * gdb.compile/compile-print.exp (compile print *vararray@3)
12929 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12930
7f361056
JK
129312015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12932
12933 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12934 (do not keep jit in memory): ... this.
12935 (expect 5): Change it to ...
12936 (expect no 5): ... this.
12937
3b462ec2
SM
129382015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12939
12940 PR gdb/15564
12941 * gdb.mi/mi-detach.exp: New file.
12942
e0619de6
JK
129432015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12944
12945 PR symtab/18392
12946 * gdb.arch/amd64-tailcall-self.S: New file.
12947 * gdb.arch/amd64-tailcall-self.c: New file.
12948 * gdb.arch/amd64-tailcall-self.exp: New file.
12949
e970cb34
DB
129502015-05-28 Don Breazeal <donb@codesourcery.com>
12951
12952 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12953 tests for remote targets by checking is_target_gdbserver.
12954
b2e2f908
DE
129552015-05-27 Doug Evans <dje@google.com>
12956
12957 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12958 * gdb.dwarf2/opaque-type-lookup.c: New file.
12959 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12960
82c7be31
DE
129612015-05-26 Doug Evans <dje@google.com>
12962
12963 * gdb.cp/iostream.cc: New file.
12964 * gdb.cp/iostream.exp: New file.
12965
b4f54984
DE
129662015-05-26 Doug Evans <dje@google.com>
12967
12968 * gdb.dwarf2/dw2-op-call.exp: Update.
12969 * gdb.dwarf2/dw4-sig-types.exp: Update.
12970 * gdb.dwarf2/implptr.exp: Update.
12971 * gdb.mi/mi-cmd-param-changed.exp: Update.
12972
4ea6efe9
DE
129732015-05-26 Doug Evans <dje@google.com>
12974
12975 * gdb.python/py-lazy-string.c: New file.
12976 * gdb.python/py-lazy-string.exp: New file.
12977 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12978 (main): Update. Add estring3.
12979 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12980 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12981
f6bb7db3
YQ
129822015-05-26 Omair Javaid <omair.javaid@linaro.org>
12983 Yao Qi <yao.qi@linaro.org>
12984
12985 * gdb.reverse/aarch64.c: New.
12986 * gdb.reverse/aarch64.exp: New.
12987
a81bfbd0
OJ
129882015-05-26 Omair Javaid <omair.javaid@linaro.org>
12989
25d49b86
PA
12990 * lib/gdb.exp (supports_process_record): Return true for
12991 aarch64*-linux*.
a81bfbd0
OJ
12992 (supports_reverse): Likewise.
12993
158bf1b4
PP
129942015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12995
12996 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12997 Use with_test_prefix.
12998
a0145030
AB
129992015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13000
13001 * gdb.base/completion.exp: Add test for completion of layout
13002 names.
13003
ebe3b578
AB
130042015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13005
13006 * lib/gdb.exp (skip_tui_tests): New proc.
13007 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13008
84204ed7
PA
130092015-05-19 Pedro Alves <palves@redhat.com>
13010
13011 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13012 Save the whole env array instead of just HOME. Unset HISTSIZE in
13013 the environment while testing. Restore whole environment
13014 afterwards.
13015
37442ce1
DE
130162015-05-16 Doug Evans <xdje42@gmail.com>
13017
13018 * gdb.guile/scm-ports.c: New file.
13019 * gdb.guile/scm-ports.exp: Add memory port tests.
13020
36de76f9
JK
130212015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13022
13023 * gdb.compile/compile-print.c: New file.
13024 * gdb.compile/compile-print.exp: New file.
13025
3a9558c4
JK
130262015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13027
13028 * gdb.compile/compile-ops.exp: Cast param to void.
13029 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13030 (compile code struct_object.selffield = &struct_object): Add xfail.
13031
aa715135
JG
130322015-05-15 Joel Brobecker <brobecker@adacore.com>
13033
13034 * gdb.ada/arr_enum_with_gap: New testcase.
13035
931e5bc3
JG
130362015-05-15 Joel Brobecker <brobecker@adacore.com>
13037
13038 * gdb.ada/byte_packed_arr: New testcase.
13039
9cd4d857
JB
130402015-05-15 Joel Brobecker <brobecker@adacore.com>
13041
13042 * gdb.ada/pckd_neg: New testcase.
13043
ebfd00d2
PP
130442015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13045
13046 PR gdb/17820
13047 * gdb.base/gdbinit-history.exp: New test.
13048 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13049 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13050
4c082a81
SC
130512015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13052
13053 * gdb.python/py-xmethods.cc: Enhance test case.
13054 * gdb.python/py-xmethods.exp: New tests.
13055 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13056 function.
13057 (B_indexoper): Likewise.
13058 (global_dm_list) : Add new xmethod worker functions.
13059
f7797074
SDJ
130602015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13061
13062 * gdb.base/coredump-filter.exp: Correctly unset
13063 "coredump_var_addr" array.
13064
a4674e4e
PA
130652015-05-08 Pedro Alves <palves@redhat.com>
13066
13067 * gdb.server/non-existing-program.exp: Unset spawn_id.
13068
df2eb078
SC
130692015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13070
13071 PR python/18291
13072 * gdb.python/py-xmethods.exp: Add tests.
13073
422349a3
YQ
130742015-05-08 Yao Qi <yao.qi@linaro.org>
13075
13076 PR gdb/18208
13077 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13078 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13079 function set_coredump_filter, and remove remote_exec call.
13080 Remove argument ipid. Callers update.
13081 (top level): Don't get inferior's PID.
13082
63fc80ce
AA
130832015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13084
13085 * gdb.base/watch_thread_num.exp: Skip test on targets without
13086 access watchpoints.
13087
80ad801e
PA
130882015-05-06 Pedro Alves <palves@redhat.com>
13089
13090 PR server/18081
13091 * gdb.server/non-existing-program.exp: New file.
13092
0fa7fe50
JB
130932015-05-05 Joel Brobecker <brobecker@adacore.com>
13094
13095 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13096
3ea89b92
PMR
130972015-05-05 Joel Brobecker <brobecker@adacore.com>
13098
13099 * gdb.ada/out_of_line_in_inlined: New testcase.
13100
87b8eff0
JB
131012015-05-05 Joel Brobecker <brobecker@adacore.com>
13102
13103 * gdb.ada/var_rec_arr: New testcase.
13104
5fccc635
YQ
131052015-04-30 Yao Qi <yao.qi@linaro.org>
13106
13107 * gdb.base/break-idempotent.exp: If
13108 skip_hw_watchpoint_multi_tests returns true, skip the tests
13109 on "rwatch" and "awatch".
13110
42d38f42
YQ
131112015-04-30 Yao Qi <yao.qi@linaro.org>
13112
13113 * gdb.base/relativedebug.exp: Invoke gdb command
13114 "info sharedlibrary", and if libc.so doesn't have debug info,
13115 skip the test.
13116
2ce1cdbf
DE
131172015-04-29 Doug Evans <dje@google.com>
13118
13119 * gdb.python/py-xmethods.exp: Add ptype tests.
13120 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13121 get_result_type method.
13122
f24a38c5
LM
131232015-04-29 Luis Machado <lgustavo@codesourcery.com>
13124
13125 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13126 the target does not support hardware watchpoints.
13127
ecbf2b3c
LM
131282015-04-29 Luis Machado <lgustavo@codesourcery.com>
13129
13130 * gdb.base/break-always.exp: Abort testing if writing to memory
13131 causes an error.
13132
34f5f757
DE
131332015-04-28 Doug Evans <dje@google.com>
13134
13135 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13136 * gdb.python/py-pp-registration.exp: ... here. New file.
13137 * gdb.python/py-pp-registration.c: New file.
13138 * gdb.python/py-pp-registration.py: New file.
13139
69b4374a
DE
131402015-04-28 Doug Evans <dje@google.com>
13141
13142 * gdb.python/py-bad-printers.c: New file.
13143 * gdb.python/py-bad-printers.py: New file.
13144 * gdb.python/py-bad-printers.exp: New file.
13145
59fb7612
SS
131462015-04-28 Sasha Smundak <asmundak@google.com>
13147
13148 * gdb.python/py-type.exp: New test.
13149
2631b16a
AW
131502015-04-28 Andy Wingo <wingo@igalia.com>
13151
13152 * gdb.python/py-parameter.exp:
13153 * gdb.guile/scm-parameter.exp: Escape the path that we are
13154 matching against, as it might contain characters that are special
13155 to regular expressions.
13156
460efde1
JB
131572015-04-27 Joel Brobecker <brobecker@adacore.com>
13158
13159 * gdb.ada/rec_comp: New testcase.
13160
2d369d8e
SDJ
131612015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13162
13163 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13164 before using it.
13165
cf75d6c3
AB
131662015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13167
13168 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13169 new tests for verilog output.
13170
8dbe7ca5
YQ
131712015-04-24 Yao Qi <yao.qi@linaro.org>
13172
13173 * boards/remote-gdbserver-on-localhost.exp: New file.
13174
4ef9fb2f
PA
131752015-04-23 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13178 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13179 "end of file", remove $inferior_spawn_id from the indirect list.
13180
0a803169
PA
131812015-04-23 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13184
749ef8f8
PA
131852015-04-23 Pedro Alves <palves@redhat.com>
13186
13187 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13188 on $any_spawn_id instead of only on $gdb_spawn_id.
13189
8aae4344
PM
131902015-04-21 Pierre Muller <muller@sourceware.org>
13191
13192 PR pascal/17815
13193 * lib/pascal.exp (gpc_compile): Add new option "class".
13194 (fpc_compile): Likewise.
13195 * gdb.pascal/case-insensitive-symbols.pas: New file.
13196 * gdb.pascal/case-insensitive-symbols.exp: New file.
13197
1586c8fb
GB
131982015-04-20 Gary Benson <gbenson@redhat.com>
13199
13200 * gdb.base/attach.exp: Fix three extended remote failures.
13201
1b6e6f5c
GB
132022015-04-17 Gary Benson <gbenson@redhat.com>
13203
13204 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13205 the main executable over the remote protocol.
13206
e797481d
PA
132072015-04-16 Pedro Alves <palves@redhat.com>
13208
13209 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13210 a new gdbserver if gdbserver_reconnect_p is set.
13211
1ca99c42
PA
132122015-04-16 Pedro Alves <palves@redhat.com>
13213
13214 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13215 is set, don't exit gdbserver.
13216
af9fd6f8
AA
132172015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13218
13219 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13220 appropriate .insn, such that an older assembler can be used.
13221 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13222 the z/Architecture instruction set on 31-bit targets as well.
13223
04ff1e61
AA
132242015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13225
13226 * gdb.go/handcall.exp: Remove all logic related to the first
13227 breakpoint and rely on go_runto_main instead.
13228 * gdb.go/strings.exp: Likewise.
13229 * gdb.go/unsafe.exp: Likewise.
13230 * gdb.go/hello.exp: Likewise. Also rename the remaining
13231 breakpoint marker to "breakpoint 1".
13232 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13233 * gdb.go/strings.go: Likewise.
13234 * gdb.go/unsafe.go: Likewise.
13235 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13236 "set breakpoint 2 here" and rename the remaining breakpoint marker
13237 to "breakpoint 1".
13238
40d2f8d6
SM
132392015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13240
13241 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13242 if itertools.imap is not present.
13243 * gdb.python/py-objfile.exp: Add parentheses.
13244 * gdb.python/py-type.exp: Same.
13245 * gdb.python/py-unwind-maint.py: Same.
13246
8cbc97c6
YQ
132472015-04-15 Yao Qi <yao.qi@linaro.org>
13248
13249 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13250 of ":$ptr_size" and set its form explicitly.
13251
45fd756c
YQ
132522015-04-15 Pedro Alves <palves@redhat.com>
13253 Yao Qi <yao.qi@linaro.org>
13254
13255 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13256 timeout by factor of 4.
13257 (test_regular_watch): Likewise.
13258 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13259 * gdb.reverse/sigall-reverse.exp: Likewise.
13260 * gdb.reverse/until-precsave.exp: Likewise.
13261 * lib/gdb.exp (with_timeout_factor): New proc.
13262 (gdb_expect): Move some code to ...
13263 (get_largest_timeout): ... here. New procedure.
13264
9e811bc3
LM
132652015-04-14 Luis Machado <lgustavo@codesourcery.com>
13266
13267 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13268
0ff6fcb2
LM
132692015-04-13 Luis Machado <lgustavo@codesourcery.com>
13270
13271 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13272 to write to the .text section.
13273
7578d5f7
LM
132742015-04-13 Luis Machado <lgustavo@codesourcery.com>
13275
13276 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13277 Handle the case of targets that do not provide PID information.
13278
2efe15c4
YQ
132792015-04-13 Yao Qi <yao.qi@linaro.org>
13280
13281 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13282 and use expect instead of gdb_expect.
13283
8cd8f2f8
SDJ
132842015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13285
13286 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13287 "coredump_var_addr" to avoid naming conflict with other testcases.
13288
9ee41772
PA
132892015-04-10 Pedro Alves <palves@redhat.com>
13290
13291 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13292 gdb_test_sequence and gdb_assert.
13293
07473109
PA
132942015-04-10 Pedro Alves <palves@redhat.com>
13295
13296 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13297 test messages that don't include the breakpoint address.
13298
de3db44c
YQ
132992015-04-10 Yao Qi <yao.qi@linaro.org>
13300
13301 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13302 false for some offset and width combinations which aren't
13303 supported by linux kernel.
13304
c79d856c
PA
133052015-04-10 Pedro Alves <palves@redhat.com>
13306
13307 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13308 procedure, factored out from ...
13309 (top level): ... here. Add "set displaced-stepping" testing axis.
13310 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13311 parameter "displaced". Use it.
13312 (top level): Use foreach and add "set displaced-stepping" testing
13313 axis.
13314
ebc90b50
PA
133152015-04-10 Pedro Alves <palves@redhat.com>
13316
13317 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13318 Remove comment.
13319 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13320 both the address of the instruction that triggers the watchpoint
13321 and the address of the instruction immediately after, and use
13322 those addresses for the test. Fix comment.
13323
8f572e5c
PA
133242015-04-10 Pedro Alves <palves@redhat.com>
13325
13326 * gdb.base/sigstep.exp (breakpoint_to_handler)
13327 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13328 Test "backtrace" in handler.
13329 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13330 (top level): Add new "displaced" test axis to
13331 breakpoint_to_handler, breakpoint_to_handler_entry and
13332 breakpoint_over_handler.
13333
8d707a12
PA
133342015-04-10 Pedro Alves <palves@redhat.com>
13335
13336 PR gdb/18216
13337 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13338
ef713951
YQ
133392015-04-10 Yao Qi <yao.qi@linaro.org>
13340
13341 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13342 (test_add_rn_pc): New function.
13343 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13344 (top level): Invoke test_add_rn_pc.
13345
906d60cf
PA
133462015-04-10 Pedro Alves <palves@redhat.com>
13347
13348 PR gdb/13858
13349 * gdb.base/step-over-no-symbols.exp: New file.
13350
f2983cc3
AW
133512015-04-09 Andy Wingo <wingo@igalia.com>
13352
13353 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13354 after the Python tests.
13355
6d62641c
SDJ
133562015-04-08 Keith Seitz <keiths@redhat.com>
13357
13358 PR python/16699
13359 * gdb.python/py-completion.exp: New tests for completion.
13360 * gdb.python/py-completion.py (CompleteLimit1): New class.
13361 (CompleteLimit2): Likewise.
13362 (CompleteLimit3): Likewise.
13363 (CompleteLimit4): Likewise.
13364 (CompleteLimit5): Likewise.
13365 (CompleteLimit6): Likewise.
13366 (CompleteLimit7): Likewise.
13367
f3770638
PA
133682015-04-08 Pedro Alves <palves@redhat.com>
13369
13370 PR gdb/18214
13371 PR gdb/18216
13372 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13373 function.
13374 (main): Install it as SIGUSR1 handler.
13375 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13376 parameter. Always use "setup" as prefix. Toggle "set
13377 displaced-stepping" off/on depending on global. Don't switch to
13378 thread 1 here.
13379 (top level): Add displaced stepping "off/on" test axis. Update
13380 "setup" calls. Wrap each subtest with with_test_prefix. Test
13381 continuing with a queued signal in each thread.
13382
4496bed7
PA
133832015-04-08 Pedro Alves <palves@redhat.com>
13384
13385 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13386 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13387 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13388 Return early if running to main fails.
13389 * gdb.trace/while-stepping.exp: Likewise.
13390
b97fde92
PA
133912015-04-07 Pedro Alves <palves@redhat.com>
13392
13393 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13394 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13395 interact with inferior program.
13396
f71c18e7
PA
133972015-04-07 Pedro Alves <palves@redhat.com>
13398
13399 * lib/gdb.exp (inferior_spawn_id): New global.
13400 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13401 spawn id after processing the user code.
13402 (default_gdb_start): Set inferior_spawn_id.
13403 (send_inferior): New procedure.
13404 * lib/gdbserver-support.exp (gdbserver_start): Set
13405 inferior_spawn_id.
13406 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13407
6423214f
PA
134082015-04-07 Pedro Alves <palves@redhat.com>
13409
13410 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13411 * lib/gdbserver-support.exp (gdbserver_start): Make
13412 $server_spawn_id global.
13413 (gdbserver_start): Don't wait for gdbserver's spawn id with
13414 expect_background.
13415 (close_gdbserver): New procedure.
13416 (gdb_exit): Rename the default version and reimplement.
13417
71c0ee8c
PA
134182015-04-07 Pedro Alves <palves@redhat.com>
13419
72f4393d 13420 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13421 append the substituted item, not the original item.
13422
203bc29b
PA
134232015-04-07 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13426 gdb_expect.
13427
508a3ddf
PA
134282015-04-07 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13431 output appearing once only.
13432
9f6dbe2b
PA
134332015-04-07 Pedro Alves <palves@redhat.com>
13434
13435 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13436 that doesn't expect anything. Return early if running to main
13437 fails.
13438
337532fa
YQ
134392015-04-07 Yao Qi <yao.qi@linaro.org>
13440
13441 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13442 (child_function): Call alarm.
13443 (main): Move call to alarm into the loop.
13444 * gdb.threads/non-stop-fair-events.exp: Build program with
13445 -DTIMEOUT=$timeout.
13446
01b622d4
DE
134472015-04-06 Doug Evans <xdje42@gmail.com>
13448
13449 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13450 Fix dest parameter to board_info.
13451 (fpc_compile): Ditto.
13452 (gdb_compile_pascal): Rename dest arg to destfile.
13453
961f4160
PMR
134542015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13455
13456 * gdb.ada/funcall_ref.exp: New file.
13457 * gdb.ada/funcall_ref/foo.adb: New file.
13458
cafda597
YQ
134592015-04-02 Yao Qi <yao.qi@linaro.org>
13460
13461 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13462 is remote.
13463
fed040c6
GB
134642015-04-02 Gary Benson <gbenson@redhat.com>
13465
13466 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13467
d11916aa
SS
134682015-04-01 Sasha Smundak <asmundak@google.com>
13469
13470 * gdb.python/py-unwind-maint.c: New file.
13471 * gdb.python/py-unwind-maint.exp: New test.
13472 * gdb.python/py-unwind-maint.py: New file.
13473 * gdb.python/py-unwind.c: New file.
13474 * gdb.python/py-unwind.exp: New test.
13475 * gdb.python/py-unwind.py: New test.
13476
a1471180
PA
134772015-04-01 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13480 to fail instead of non-existent $test.
13481
0bbeccb1
PA
134822015-04-01 Pedro Alves <palves@redhat.com>
13483
13484 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13485 GDBFLAGS if not empty.
13486
3c724c8c
PMR
134872015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13488
13489 * gdb.ada/complete.exp: Remove "multi_line".
13490 * gdb.ada/info_exc.exp: Remove "multi_line".
13491 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13492 * gdb.ada/ptype_field.exp: Remove "multi_line".
13493 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13494 * gdb.ada/tagged.exp: Remove "multi_line".
13495 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13496 [multi_line ...]
13497 * gdb.btrace/delta.exp: Likewise.
13498 * gdb.btrace/exception.exp: Likewise.
13499 * gdb.btrace/function_call_history.exp: Likewise.
13500 * gdb.btrace/instruction_history.exp: Likewise.
13501 * gdb.btrace/nohist.exp: Likewise.
13502 * gdb.btrace/record_goto.exp: Likewise.
13503 * gdb.btrace/segv.exp: Likewise.
13504 * gdb.btrace/stepi.exp: Likewise.
13505 * gdb.btrace/tailcall.exp: Likewise.
13506 * gdb.btrace/unknown_functions.exp: Likewise.
13507 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13508 * lib/gdb.exp: Add the "multi_line" helper.
13509
4eec2deb
PA
135102015-04-01 Pedro Alves <palves@redhat.com>
13511
13512 * gdb.threads/tid-reuse.c: New file.
13513 * gdb.threads/tid-reuse.exp: New file.
13514
df8411da
SDJ
135152015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13516
13517 PR corefiles/16092
13518 * gdb.base/coredump-filter.c: New file.
13519 * gdb.base/coredump-filter.exp: Likewise.
13520
6ef37366
PM
135212015-03-27 Petr Machata <pmachata@redhat.com>
13522
13523 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13524 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13525 (Dwarf::assemble): Initialize them.
13526 (Dwarf::lines): New function.
13527
7ec911b0
JT
135282015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13529
13530 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13531 SYMBOL_PREFIX for x86_64-*-cygwin.
13532
ff908ebf
AW
135332015-03-26 Andy Wingo <wingo@igalia.com>
13534
13535 PR symtab/18148
13536 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13537 const_value but not a location.
13538 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13539 location defined in non-main CUs are visible.
13540
6d5f0679
YQ
135412015-03-26 Yao Qi <yao.qi@linaro.org>
13542
13543 PR testsuite/18139
13544 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13545 Add a line number entry for the same line.
13546 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13547 Add a line number entry for the same line.
13548
2898689b
YQ
135492015-03-26 Yao Qi <yao.qi@linaro.org>
13550
13551 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13552 .int 0.
13553 (func): Likewise. Add .Lfunc_1 label.
13554 Use .Lfunc_1 label.
13555 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13556 .int 0.
13557 (func): Likewise.
13558 Use .Lfunc_1 label.
13559
85180498
YQ
135602015-03-26 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13563 Call gdb_compile instead to compile each .s files without debug
13564 information.
13565
8aa08a8d
YQ
135662015-03-26 Yao Qi <yao.qi@linaro.org>
13567
13568 * gdb.base/savedregs.exp (process_saved_regs): Make
13569 "Saved registers:" optional in the pattern.
13570
66849923
MM
135712015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13572
13573 * gdb.btrace/next.exp: Merged into step.exp.
13574 * gdb.btrace/finish.exp: Merged into step.exp.
13575 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13576 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13577 "record goto" and checking the exact replay position.
13578 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13579 check for "Recording format" in "info record" output.
13580 * gdb.btrace/record_goto.exp: Choose test file based on target.
13581 * gdb.btrace/x86-record_goto.S: Renamed into ...
13582 * gdb.btrace/x86_64-record_goto.S: ... this.
13583 * gdb.btrace/i686-record_goto.S: New.
13584 * gdb.btrace/x86-tailcall.S: Renamed into ...
13585 * gdb.btrace/x86_64-tailcall.S: ... this.
13586 * gdb.btrace/i686-tailcall.S: New.
13587 * gdb.btrace/x86-tailcall.c: Renamed into ...
13588 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13589 separate statements. Update test.
13590 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13591 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13592 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13593 * gdb.btrace/tailcall.exp: Choose test file based on target.
13594 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13595
11cc1b74
MM
135962015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13597
13598 * gdb.btrace/exception.exp: Increase BTS buffer size.
13599
a25d8bf9
PA
136002015-03-24 Pedro Alves <palves@redhat.com>
13601
13602 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13603
856e7dd6
PA
136042015-03-24 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.threads/schedlock.exp (test_step): No longer expect that
13607 "set scheduler-locking step" with "next" over a function call runs
13608 threads unlocked.
13609
ad235a41
AT
136102015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13611
13612 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13613
15630549
AT
136142015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13615
13616 PR breakpoints/16466
13617 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13618 * gdb.mi/mi-pending.c (thread_func): New function.
13619 (int main): Add threading support required.
13620 * gdb.mi/mi-pending.exp: Add tests for this issue.
13621 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13622 (pendfunc2): Remove stdio dependency.
13623 * gdb.mi/mi-pendshr2.c: New file.
13624
693dca06
KS
136252015-03-23 Keith Seitz <keiths@redhat.com>
13626
13627 * gdb.linespec/keywords.c: New file.
13628 * gdb.linespec/keywords.exp: New file.
13629
7e993ebf
KS
136302015-03-23 Keith Seitz <keiths@redhat.com>
13631
13632 PR gdb/18021
13633 * gdb.dwarf2/staticvirtual.exp: New test.
13634
bc23328c
JK
136352015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13636
13637 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13638 * README: Remove HP-UX and gdb.hp.
13639 (configuration):
13640 * configure: Regenerate.
13641 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13642 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13643 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13644 gdb.hp/gdb.defects/Makefile.
13645 * gdb.hp/Makefile.in: File deleted.
13646 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13647 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13648 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13649 * gdb.hp/gdb.aCC/run.c: File deleted.
13650 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13651 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13652 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13653 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13654 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13655 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13656 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13657 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13658 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13659 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13660 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13661 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13662 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13663 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13664 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13665 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13666 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13667 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13668 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13669 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13670 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13671 * gdb.hp/gdb.compat/average.c: File deleted.
13672 * gdb.hp/gdb.compat/sum.c: File deleted.
13673 * gdb.hp/gdb.compat/xdb.c: File deleted.
13674 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13675 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13676 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13677 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13678 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13679 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13680 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13681 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13682 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13683 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13684 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13685 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13686 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13687 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13688 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13689 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13690 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13691 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13692 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13693 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13694 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13695 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13696 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13697 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13698 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13699 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13700 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13701 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13702 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13703 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13704 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13705 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13706 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13707 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13708 * gdb.hp/tools/odump: File deleted.
13709
8bf3b159
PA
137102015-03-19 Pedro Alves <palves@redhat.com>
13711
13712 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13713 (saw_thread_3): New globals.
13714 (top level): Increment them when an event for the corresponding
13715 thread is seen.
13716 (no thread starvation): New test.
13717
eb54c8bf
PA
137182015-03-19 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.threads/continue-pending-status.c: New file.
13721 * gdb.threads/continue-pending-status.exp: New file.
13722
32d2e5d6
PA
137232015-03-18 Pedro Alves <palves@redhat.com>
13724
13725 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13726 Use gdb_is_target_remote instead of is_remote. Use
13727 gdb_test_multiple instead of gdb_expect. Exit early if
13728 gdb_test_multiple hits its internal matches. Tighten stepi tests
13729 expected output. Fail on exit with any signal, instead of just
13730 SIGILL.
13731
f68f11b7
YQ
137322015-03-18 Yao Qi <yao.qi@linaro.org>
13733
13734 PR tdep/18107
13735 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13736 variable.
13737 * gdb.base/catch-syscall.exp: Don't skip it on
13738 aarch64*-*-linux* target. Remove elements in all_syscalls.
13739 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13740 target.
13741 (setup_all_syscalls): New proc.
13742
ca5fd19b
YQ
137432015-03-16 Yao Qi <yao.qi@linaro.org>
13744
13745 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13746 (top level): Skip tests if valid_addr_p returns false for
13747 $cmd1 or $cmd2.
13748
85642ba0
AW
137492015-03-11 Andy Wingo <wingo@igalia.com>
13750
13751 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13752
e03f9645
YQ
137532015-03-11 Yao Qi <yao.qi@linaro.org>
13754
13755 * gdb.base/catch-syscall.exp: Fix typo in comments.
13756
5d0962b2
YQ
137572015-03-11 Yao Qi <yao.qi@linaro.org>
13758
13759 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13760
b2df3cef
PA
137612015-03-09 Pedro Alves <palves@redhat.com>
13762
13763 * dg-extract-results.py: Delete.
13764
ef878e53
PA
137652015-03-09 Pedro Alves <palves@redhat.com>
13766
13767 Merge dg-extract-results.sh from GCC upstream (r218843).
13768
13769 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13770 * dg-extract-results.sh: Use --text with grep to avoid issues with
13771 binary files. Fall back to cat -v, if that doesn't work.
13772
9494d219
PA
137732015-03-05 Pedro Alves <palves@redhat.com>
13774
13775 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13776
a8d9763a
SM
137772015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13778
13779 * lib/mi-support.exp (mi_expect_interrupt): Accept
13780 alternative event for when in all-stop mode.
13781
be9957b8
PA
137822015-03-04 Pedro Alves <palves@redhat.com>
13783
13784 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13785
d57be0f4 137862015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13787
13788 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13789
c214c7cf
AA
137902015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13791
13792 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13793 regexps for GDB's current line display, accept a hex address
13794 preceding the line number.
13795
6d74a497
AA
137962015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13797
13798 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13799 the 'arch1' variable for "s390*-linux*" targets.
13800
511aee7c
PA
138012015-03-04 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13804 (main): Pass missing retval argument to pthread_join call.
13805
95e50b27
PA
138062015-03-02 Pedro Alves <palves@redhat.com>
13807
13808 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13809 (top level): Call do_test with non-stop as well.
13810
28054d69
PA
138112015-03-02 Pedro Alves <palves@redhat.com>
13812
13813 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13814 -1.
13815
4fa5d7b4
AA
138162015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13817
13818 * gdb.arch/s390-vregs.exp: New test.
13819 * gdb.arch/s390-vregs.S: New file.
13820
97c18565
PA
138212015-02-27 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13824 call to catch_command_errors.
13825 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13826 catch_command_errors.
13827
a37bfa30
PA
138282015-02-27 Pedro Alves <palves@redhat.com>
13829
13830 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13831 "true" for boolean result.
13832 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13833 prototype of main.
13834
6f98576f
PA
138352015-02-27 Pedro Alves <palves@redhat.com>
13836
13837 * lib/unbuffer_output.c: New file.
13838 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13839 (main): Call gdb_unbuffer_output.
13840
eba5ab56
YQ
138412015-02-27 Yao Qi <yao.qi@linaro.org>
13842
13843 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13844 target.
13845
0def5aaa
DE
138462015-02-26 Doug Evans <dje@google.com>
13847
13848 * gdb.cp/class2.cc (Dbase, D): New classes.
13849 (main): New local delta.
13850 * gdb.cp/class2.exp: Test printing delta.
13851 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13852 (dynbar): New global.
13853 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13854
081a1c2c
JK
138552015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13856
13857 * gdb.compile/compile-ifunc.c: New file.
13858 * gdb.compile/compile-ifunc.exp: New file.
13859
2f41223f
AT
138602015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13861
13862 * gdb.base/structs.exp: Check for correct struct on finish.
13863
03eddd80
YQ
138642015-02-26 Yao Qi <yao.qi@linaro.org>
13865
13866 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13867 is zero.
13868
80c57053
JK
138692015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13870
13871 * gdb.arch/cordic.ko.bz2: New file.
13872 * gdb.arch/cordic.ko.debug.bz2: New file.
13873 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13874
21613c12
YQ
138752015-02-25 Yao Qi <yao.qi@linaro.org>
13876
13877 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13878 aarch64*-*-* target.
13879
d8b901ed
PA
138802015-02-23 Pedro Alves <palves@redhat.com>
13881
13882 * lib/gdb.exp (delete_breakpoints): Rewrite using
13883 gdb_test_multiple.
13884
e5b85ead
PA
138852015-02-23 Pedro Alves <palves@redhat.com>
13886
13887 * gdb.base/info-os.c: Include stdlib.h.
13888
85c3a371
DE
138892015-02-22 Doug Evans <xdje42@gmail.com>
13890
13891 PR symtab/17855
13892 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13893 is read after symbols have been re-read.
13894 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13895 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13896
96553a0c
DE
138972015-02-21 Doug Evans <dje@google.com>
13898
13899 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13900
97a0c697
JK
139012015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13902
13903 PR corefiles/17808
13904 * gdb.arch/i386-biarch-core.core.bz2: New file.
13905 * gdb.arch/i386-biarch-core.exp: New file.
13906
a47cd6e9
PA
139072015-02-21 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13910 runto_main fails.
13911
c5facdc4
PA
139122015-02-20 Pedro Alves <palves@redhat.com>
13913
13914 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13915 info probes.
13916
2db9a427
PA
139172015-02-20 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13920
60fb7e9e
PA
139212015-02-20 Pedro Alves <palves@redhat.com>
13922
13923 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13924 clean_restart before gdb_target_supports_trace.
13925
5c5019c2
PA
139262015-02-20 Pedro Alves <palves@redhat.com>
13927
13928 PR threads/18006
13929 * gdb.threads/clone-thread_db.c: New file.
13930 * gdb.threads/clone-thread_db.exp: New file.
13931
c9587f88
AT
139322015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13933
13934 PR breakpoints/16812
13935 * gdb.base/catch-gdb-caused-signals.c: New file.
13936 * gdb.base/catch-gdb-caused-signals.exp: New file.
13937
f6a88844
JM
139382015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13939
13940 * configure: Regenerated.
13941 * configure.ac: Use GDB_AC_TRANSFORM.
13942 * aclocal.m4: sinclude ../transform.m4.
13943
497c491b
JM
139442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13945
13946 * lib/dtrace.exp: New file.
13947 * gdb.base/dtrace-probe.exp: Likewise.
13948 * gdb.base/dtrace-probe.d: Likewise.
13949 * gdb.base/dtrace-probe.c: Likewise.
13950 * lib/pdtrace.in: Likewise.
13951 * configure.ac: Output variables with the transformed names of
13952 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13953 * configure: Regenerated.
13954
03e98035
JM
139552015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13956
13957 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13958 expected message when trying to access $_probe_* convenience
13959 variables while not on a probe.
13960
63cc30e9
JK
139612015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13962
13963 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13964
0703599a
PA
139652015-02-11 Pedro Alves <pedro@codesourcery.com>
13966
13967 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13968 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13969
7e60a48e
DE
139702015-02-10 Doug Evans <xdje42@gmail.com>
13971
13972 * lib/gdb.exp (gdb_load): Always return a result.
13973
01b088bc
PA
139742015-02-10 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.threads/signal-sigtrap.c: New file.
13977 * gdb.threads/signal-sigtrap.exp: New file.
13978
b05ec7a5
AT
139792015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13980
13981 * gdb.trace/no-attach-trace.c: New file.
13982 * gdb.trace/no-attach-trace.exp: New file.
13983
a2c2acaf
MW
139842015-02-09 Mark Wielaard <mjw@redhat.com>
13985
13986 * gdb.dwarf2/atomic.c: New file.
13987 * gdb.dwarf2/atomic-type.exp: Likewise.
13988
31fd9caa
MM
139892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13990
13991 * gdb.btrace/buffer-size.exp: Update "info record" output.
13992 * gdb.btrace/delta.exp: Update "info record" output.
13993 * gdb.btrace/enable.exp: Update "info record" output.
13994 * gdb.btrace/finish.exp: Update "info record" output.
13995 * gdb.btrace/instruction_history.exp: Update "info record" output.
13996 * gdb.btrace/next.exp: Update "info record" output.
13997 * gdb.btrace/nexti.exp: Update "info record" output.
13998 * gdb.btrace/step.exp: Update "info record" output.
13999 * gdb.btrace/stepi.exp: Update "info record" output.
14000 * gdb.btrace/nohist.exp: Update "info record" output.
14001
d33501a5
MM
140022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14003
14004 * gdb.btrace/buffer-size: New.
14005
f4abbc16
MM
140062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14007
14008 * gdb.btrace/delta.exp: Update "info record" output.
14009 * gdb.btrace/enable.exp: Update "info record" output.
14010 * gdb.btrace/finish.exp: Update "info record" output.
14011 * gdb.btrace/instruction_history.exp: Update "info record" output.
14012 * gdb.btrace/next.exp: Update "info record" output.
14013 * gdb.btrace/nexti.exp: Update "info record" output.
14014 * gdb.btrace/step.exp: Update "info record" output.
14015 * gdb.btrace/stepi.exp: Update "info record" output.
14016 * gdb.btrace/nohist.exp: Update "info record" output.
14017
b9d61307
SM
140182015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14019
14020 PR gdb/15678
14021 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14022
e584fdbc
PA
140232015-02-06 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14026 macro.
14027 (seconds_left, again): New globals.
14028 (main): Wait seconds_left in a 1-second sleep loop instead of
14029 sleeping 180 seconds. If 'again' is set, reset the seconds
14030 counter.
14031 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14032 'again' in the inferior before detaching. Print the seconds left.
14033 (options): New global.
14034 (top level): Build program with -DTIMEOUT=$timeout.
14035
77f41761
PA
140362015-02-06 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14039 determine how many seconds to pass to 'alarm'.
14040 * gdb.base/gdb-sigterm.exp (top level): Build program with
14041 -DTIMEOUT=$timeout.
14042 (do_test): Return success/failure indication. Add more verbose
14043 logging. Don't fail if 200 single steps are seen. Instead, fail
14044 when the test times out.
14045 (passes): New global.
14046 (top level): Break the testing loop if testing fails on any
14047 iteration. Use gdb_assert.
14048
b9394193
DB
140492015-02-04 Don Breazeal <donb@codesourcery.com>
14050
14051 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14052 and initialize them.
14053 (ipc_cleanup): New function.
14054 (main): Don't declare shmid, semid, and msqid. Add a call to
14055 atexit so that we call ipc_cleanup on exit.
14056
42d9e528
PA
140572015-02-04 Pedro Alves <palves@redhat.com>
14058
14059 * boards/native-extended-gdbserver.exp: Remove any target variant
14060 specifications from the board name before clearing the isremote
14061 flag from board_info.
14062
ae6ae975
DE
140632015-01-31 Doug Evans <xdje42@gmail.com>
14064
14065 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14066
cfb069a8
GB
140672015-01-31 Gary Benson <gbenson@redhat.com>
14068
14069 * gdb.base/completion.exp: Disable completion limiting for
14070 existing tests. Add new tests to check completion limiting.
14071 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14072
5dd31d79
DE
140732015-01-31 Doug Evans <xdje42@gmail.com>
14074
14075 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14076
9f050062
DE
140772015-01-31 Doug Evans <xdje42@gmail.com>
14078
14079 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14080 entries. Duplicate file section script entries.
14081 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14082 inlined entries. Add test for safe-path rejection.
14083 * gdb.python/py-section-script.c: Add duplicate inlined section script
14084 entries. Duplicate file section script entries.
14085 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14086 inlined entries. Add test for safe-path rejection.
14087
df25ebbd
JB
140882015-01-29 Joel Brobecker <brobecker@adacore.com>
14089
14090 * gdb.ada/disc_arr_bound: New testcase.
14091
4a0ca9ec
JB
140922015-01-29 Joel Brobecker <brobecker@adacore.com>
14093
14094 * gdb.ada/mi_var_array: New testcase.
14095
3a8b707a
DE
140962015-01-27 Doug Evans <dje@google.com>
14097
14098 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14099 Add test for objfile.filename, objfile.username after objfile
14100 has been unloaded.
14101
f8313f6e
JB
141022015-01-26 Joel Brobecker <brobecker@adacore.com>
14103
14104 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14105 the second test to print the name attribute of value
14106 returned by the call to gdb.lookup_type, and adjust
14107 the expected output accordingly.
14108
37bc665e
MW
141092015-01-25 Mark Wielaard <mjw@redhat.com>
14110
14111 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14112 * gdb.base/disp-step-fork.c: Include unistd.h.
14113 * gdb.base/siginfo-obj.c: Include stdio.h.
14114 * gdb.base/siginfo-thread.c: Likewise.
14115 * gdb.mi/non-stop.c: Include unistd.h.
14116 * gdb.mi/nsthrexec.c: Include stdio.h.
14117 * gdb.mi/pthreads.c: Include unistd.h.
14118 * gdb.modula2/unbounded1.c (main): Declare returns int.
14119 * gdb.reverse/consecutive-reverse.c: Likewise.
14120 * gdb.threads/create-fail.c: Include unistd.h.
14121 * gdb.threads/killed.c: Likewise.
14122 * gdb.threads/linux-dp.c: Likewise.
14123 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14124 * gdb.threads/non-ldr-exc-2.c: Likewise.
14125 * gdb.threads/non-ldr-exc-3.c: Likewise.
14126 * gdb.threads/non-ldr-exc-4.c: Likewise.
14127 * gdb.threads/pthreads.c: Include unistd.h.
14128 (main): Declare returns int.
14129 * gdb.threads/tls-main.c (foo): New declaration.
14130 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14131
f7e5394d
SM
141322015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14133
14134 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14135 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14136
743649fd
MW
141372015-01-15 Mark Wielaard <mjw@redhat.com>
14138
14139 * gdb.base/noreturn-return.c: New file.
14140 * gdb.base/noreturn-return.exp: New file.
14141 * gdb.base/noreturn-finish.c: New file.
14142 * gdb.base/noreturn-finish.exp: New file.
14143
198297aa
PA
141442015-01-23 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.threads/continue-pending-after-query.c: New file.
14147 * gdb.threads/continue-pending-after-query.exp: New file.
14148
717cf30c
AG
141492015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14150 Simon Marchi <simon.marchi@ericsson.com>
14151
14152 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14153 * gdb.base/valgrind-db-attach.exp: Same.
14154 * gdb.base/valgrind-infcall.exp: Same.
14155 * lib/mi-support.exp (default_mi_gdb_start): Same.
14156 * lib/prompt.exp (default_prompt_gdb_start): Same.
14157 * lib/gdb.exp (default_gdb_spawn): Same.
14158 (gdb_interact): New.
14159
14160
4b62a76e
JK
141612015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14162
14163 * gdb.compile/compile.exp (pointer to jit function): New test.
14164
b4cdae6f
WW
141652015-01-17 Wei-cheng Wang <cole945@gmail.com>
14166
14167 * lib/gdb.exp (supports_process_record): Return true for
14168 powerpc*-*-linux*.
14169 (supports_reverse): Likewise.
14170
d221e7ef
DB
141712015-01-15 Don Breazeal <donb@codesourcery.com>
14172
14173 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14174 instead of checking whether the target board is remote and
14175 use spawn_wait_for_attach instead of exec/sleep.
14176 * gdb.base/attach-twice.exp: Likewise.
14177
bafffb51
JB
141782015-01-15 Joel Brobecker <brobecker@adacore.com>
14179
14180 * gdb.ada/var_arr_attrs: New testcase.
14181
5589af0e
PA
141822015-01-14 Pedro Alves <palves@redhat.com>
14183 Joel Brobecker <brobecker@adacore.com>
14184
14185 PR gdb/17525
14186 * gdb.base/bp-cmds-execution-x-script.c: New file.
14187 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14188 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14189
6c400b59
PA
141902015-01-14 Pedro Alves <palves@redhat.com>
14191
14192 PR cli/17828
14193 * gdb.base/batch-preserve-term-settings.c: New file.
14194 * gdb.base/batch-preserve-term-settings.exp: New file.
14195
e02c96a7
DE
141962015-01-13 Doug Evans <dje@google.com>
14197
14198 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14199 binary.
14200
576fd14c
JB
142012015-01-13 Joel Brobecker <brobecker@adacore.com>
14202
14203 * Makefile.in (clean mostlyclean): Do not delete *.py.
14204
04dccad0
JB
142052015-01-13 Joel Brobecker <brobecker@adacore.com>
14206
14207 * gdb.python/py-lookup-type.exp: New file.
14208
3d230f71
PA
142092015-01-12 Pedro Alves <palves@redhat.com>
14210
14211 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14212 restore GDBFLAGS before returning.
14213
7e67715d
JK
142142015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14215
14216 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14217 is_amd64_regs_target and is_x86_like_target.
14218
f2e0d4b4
DE
142192015-01-11 Doug Evans <xdje42@gmail.com>
14220
14221 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14222 is given without an explicit form.
14223 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14224 attributes.
14225 * gdb.dwarf/corrupt.exp: Ditto.
14226 * gdb.dwarf2/enum-type.exp: Ditto.
14227 * gdb.trace/entry-values.exp: Ditto.
14228 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14229
439250fb
DE
142302015-01-11 Doug Evans <xdje42@gmail.com>
14231
14232 PR gdb/15830
14233 * gdb.base/maint.exp: Remove references to "maint demangle".
14234 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14235 Add tests for explicitly specifying language to demangle.
14236 * gdb.dlang/demangle.exp: Ditto.
14237
ede9f622
PA
142382015-01-09 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.threads/non-stop-fair-events.c: New file.
14241 * gdb.threads/non-stop-fair-events.exp: New file.
14242
a7b796db
PA
142432015-01-09 Pedro Alves <palves@redhat.com>
14244
14245 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14246 the global scope. Set a breakpoint after all threads are started
14247 rather than stepping over two source lines. Expect the prompt.
14248 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14249 global.
14250 (NUM): Now 15.
14251 (main): Use threads_started_barrier to wait for all threads to
14252 start. Main thread no longer calls thread_function. Exit after
14253 180 seconds.
14254 (loop): New function.
14255 (thread_function): Wait on threads_started_barrier barrier. Call
14256 'loop' at each iteration.
14257 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14258 threads have started, instead of hardcoding number of "next"
14259 steps. Use an access watchpoint instead of a write watchpoint.
14260
9665ffdd
PA
142612015-01-09 Pedro Alves <palves@redhat.com>
14262
14263 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14264 (thread_func): Wait on barrier.
14265 (main): Wait for all threads to start before stopping GDB.
14266 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14267 global.
14268 (thread1_func, thread2_func): Wait on barrier.
14269 (main): Wait for all threads to start before stopping GDB.
14270 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14271 New global.
14272 (thread1_func, thread2_func): Wait on barrier.
14273 (main): Wait for all threads to start before stopping GDB.
14274
c945a99f
PA
142752015-01-09 Pedro Alves <palves@redhat.com>
14276
14277 * gdb.threads/attach-many-short-lived-threads.c: New file.
14278 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14279
c1a747c1
PA
142802014-01-09 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14283 instead of to thread 2.
14284 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14285 Add barrier around each pthread_create call instead of around all
14286 calls.
14287 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14288 Set a break on thread_function and have the child threads hit it
14289 one at at a time.
14290
60b3033e
PA
142912015-01-09 Pedro Alves <palves@redhat.com>
14292
14293 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14294 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14295 false.
14296 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14297 checking whether the target board is remote.
14298 * gdb.multi/multi-attach.exp: Likewise.
14299 * gdb.python/py-sync-interp.exp: Likewise.
14300 * gdb.server/ext-attach.exp: Likewise.
14301 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14302 tests that need to attach, instead of checking whether the target
14303 board is remote at the top of the file.
14304
acc018ac
YQ
143052015-01-08 Yao Qi <yao@codesourcery.com>
14306
14307 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14308
50a18af8
JK
143092015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14310
14311 Fix testcase compilation.
14312 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14313
8503d6e1
JB
143142015-01-06 Joel Brobecker <brobecker@adacore.com>
14315
14316 * gdb.python/py-type.exp: Add a couple test about empty
14317 array creation, and negative-length array creation.
14318
cc73dbcc
DE
143192015-01-02 Doug Evans <xdje42@gmail.com>
14320
14321 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14322
0300bbc7
DE
143232015-01-02 Doug Evans <dje@google.com>
14324
14325 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14326
9d85a0ec
YQ
143272014-12-29 Yao Qi <yao@codesourcery.com>
14328
14329 * gdb.trace/entry-values.exp: Update comments. Rename variable
14330 bar_call_foo to returned_from_foo.
14331
87186c6a
MMN
143322014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14333
14334 PR gdb/17394
14335 * gdb.linespec/break-asm-file.c: New file.
14336 * gdb.linespec/break-asm-file.exp: New file.
14337 * gdb.linespec/break-asm-file0.s: New file.
14338 * gdb.linespec/break-asm-file1.s: New file.
14339
1bab7383
YQ
143402014-12-18 Nigel Stephens <nigel@mips.com>
14341 Maciej W. Rozycki <macro@codesourcery.com>
14342
14343 * gdb.base/float.exp: Handle the new output from "info float" on
14344 MIPS targets.
14345
1bc1068a
JK
143462014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14347
14348 Fix MinGW compilation.
14349 * gdb.compile/compile-ops.exp: Update untested message if
14350 !skip_compile_feature_tests.
14351 * gdb.compile/compile-setjmp.exp: Likewise.
14352 * gdb.compile/compile-tls.exp: Likewise.
14353 * gdb.compile/compile.exp: Likewise.
14354 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14355 supported on this host".
14356
b6615d10
DE
143572014-12-16 Doug Evans <xdje42@gmail.com>
14358
14359 * boards/stabs.exp: New file.
14360
25dda427
AA
143612014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14362
14363 * gdb.base/completion.exp: Adjust to format changes of "maint
14364 print user-registers".
14365
bf330350
CU
143662014-12-16 Catalin Udma <catalin.udma@freescale.com>
14367
14368 PR server/17457
14369 * gdb.arch/aarch64-fp.c: New file.
14370 * gdb.arch/aarch64-fp.exp: New file.
14371
395cf596
SDJ
143722014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14373
14374 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14375 r210637, r210913, r211666, r215400, r215817).
14376
14377 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14378 * dg-extract-results.py: New file.
14379 * dg-extract-results.sh: Use it if the environment seems
14380 suitable.
14381
14382 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14383
14384 * dg-extract-results.py (parse_run): Handle warnings that
14385 are printed before a test harness is run.
14386
14387 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14388
14389 * dg-extract-results.py (Named): Remove __cmp__ method.
14390 (output_variation): Use a key to sort variation.harnesses.
14391
14392 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14393
14394 * dg-extract-results.py: For Python 3, force sys.stdout to
14395 handle surrogate escape sequences.
14396 (safe_open): New function.
14397 (output_segment, main): Use it.
14398
14399 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14400
14401 * dg-extract-results.py (Prog.result_re): Include options
14402 in test name.
14403
14404 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14405
14406 * dg-extract-results.py (output_variation): Always sort if
14407 do_sum.
14408
e882ef3c
SM
144092014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14410
14411 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14412 as long as we get pagination notifications.
14413
4992aa20
JM
144142014-12-15 Jason Merrill <jason@redhat.com>
14415
14416 * Makefile.in (check-gdb.%): Restore.
14417 * README: Mention it.
14418
c1b5a1a6
JB
144192014-12-13 Joel Brobecker <brobecker@adacore.com>
14420
14421 * gdb.ada/str_uninit: New testcase.
14422
5537b577
JK
144232014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14424
14425 PR symtab/17642
14426 * gdb.base/vla-stub-define.c: New file.
14427 * gdb.base/vla-stub.c: New file.
14428 * gdb.base/vla-stub.exp: New file.
14429
bb2ec1b3
TT
144302014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14431 Jan Kratochvil <jan.kratochvil@redhat.com>
14432 Tom Tromey <tromey@redhat.com>
14433
14434 * configure.ac: Add gdb.compile/.
14435 * configure: Regenerate.
14436 * gdb.compile/Makefile.in: New file.
14437 * gdb.compile/compile-ops.exp: New file.
14438 * gdb.compile/compile-ops.c: New file.
14439 * gdb.compile/compile-tls.c: New file.
14440 * gdb.compile/compile-tls.exp: New file.
14441 * gdb.compile/compile-constvar.S: New file.
14442 * gdb.compile/compile-constvar.c: New file.
14443 * gdb.compile/compile-mod.c: New file.
14444 * gdb.compile/compile-nodebug.c: New file.
14445 * gdb.compile/compile-setjmp-mod.c: New file.
14446 * gdb.compile/compile-setjmp.c: New file.
14447 * gdb.compile/compile-setjmp.exp: New file.
14448 * gdb.compile/compile-shlib.c: New file.
14449 * gdb.compile/compile.c: New file.
14450 * gdb.compile/compile.exp: New file.
14451 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14452
4ff709eb
TT
144532014-12-12 Tom Tromey <tromey@redhat.com>
14454
14455 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14456 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14457
6dddd6a5
DE
144582014-12-12 Doug Evans <dje@google.com>
14459
14460 * lib/gdb-python.exp (get_python_valueof): New function.
14461 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14462
71c24708
AA
144632014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14464
14465 * gdb.base/completion.exp: Add test for completion of "info
14466 registers ".
14467
3e29f34a
MR
144682014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14469
14470 * gdb.base/func-ptrs.c: New file.
14471 * gdb.base/func-ptrs.exp: New file.
14472
fc126975
SM
144732014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14474
14475 PR breakpoints/17012
14476 * gdb.base/dprintf-detach.c: New file.
14477 * gdb.base/dprintf-detach.exp: New file.
14478
0a46d518
SM
144792014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14480
14481 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14482 * lib/gdb.exp (target_is_gdbserver): New procedure.
14483
a0be3e44
DE
144842014-12-08 Doug Evans <dje@google.com>
14485
14486 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14487
df1b803a
YQ
144882014-12-05 Yao Qi <yao@codesourcery.com>
14489
14490 * gdb.guile/scm-error.exp: Remove the third argument to
14491 gdb_remote_download.
14492 * gdb.guile/scm-frame-args.exp: Likewise.
14493 * gdb.guile/scm-section-script.exp: Likewise.
14494
ddb9f679
YQ
144952014-12-05 Yao Qi <yao@codesourcery.com>
14496
14497 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14498
86e4ed39
DE
144992014-12-04 Doug Evans <dje@google.com>
14500
14501 * gdb.python/py-objfile.exp: Add tests for
14502 objfile.add_separate_debug_file.
14503
7c50a931
DE
145042014-12-04 Doug Evans <dje@google.com>
14505
14506 * lib/gdb.exp (get_build_id): New function.
14507 (build_id_debug_filename_get): Rewrite to use it.
14508 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14509
621661e3
MR
145102014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14511
14512 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14513 `method(long)', not just 0x0.
14514 * gdb.cp/nsalias.exp: Align code labels to 4.
14515 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14516 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14517 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14518 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14519 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14520 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14521
29f0c3b7
DE
145222014-12-02 Doug Evans <dje@google.com>
14523
e1e061e7 14524 PR symtab/17602
29f0c3b7 14525 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14526 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14527 * gdb.cp/anon-ns.exp: Update.
14528
162078c8
NB
145292014-12-02 Nick Bull <nicholaspbull@gmail.com>
14530
14531 * gdb.python/py-events.py (inferior_call_handler): New.
14532 (register_changed_handler, memory_changed_handler): New.
14533 (test_events.invoke): Register new handlers.
14534 * gdb.python/py-events.exp: Add tests for inferior call,
14535 memory_changed and register_changed events.
14536
fdb09caf
AA
145372014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14538
14539 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14540 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14541 if the linker doesn't understand this.
14542
55cfb2c4
SM
145432014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14544
14545 * gdb.python/python.exp: Change expected reply to help().
14546
9e8cd6df
YQ
145472014-12-01 Yao Qi <yao@codesourcery.com>
14548
14549 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14550 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14551 * configure: Re-generated.
14552
6c659fc2
SC
145532014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14554
14555 * gdb.cp/chained-calls.cc: New file.
14556 * gdb.cp/chained-calls.exp: New file.
14557 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14558
d7fc3181
SM
145592014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14560
14561 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14562 * gdb.dwarf2/symtab-producer.exp: Same.
14563 * gdb.gdb/python-interrupts.exp: Same.
14564 * gdb.gdb/python-selftest.exp: Same.
14565 * gdb.python/py-linetable.exp: Same.
14566 * gdb.python/py-type.exp: Same.
14567 * gdb.python/py-value-cc.exp: Same.
14568 * gdb.python/py-value.exp: Same.
14569
10e79639
YQ
145702014-11-28 Yao Qi <yao@codesourcery.com>
14571
14572 * gdb.base/break-probes.exp: Match library name prefixed with
14573 sysroot.
14574
f28a0564
SM
145752014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14576
14577 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14578 test expected output. Add parentheses for the call to print.
14579 Remove L suffix from integers.
14580
3fe1ce1d
DE
145812014-11-26 Doug Evans <dje@google.com>
14582
14583 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14584
84429e27
YQ
145852014-11-22 Yao Qi <yao@codesourcery.com>
14586
14587 * gdb.trace/entry-values.c: Remove asms.
14588 (foo): Add foo_label.
14589 (bar): Add bar_label.
14590 * gdb.trace/entry-values.exp: Remove code computing foo's
14591 length and bar's length.
14592 (Dwarf::assemble): Invoke function_range for bar and use
14593 MACRO_AT_func for foo.
14594
26741859
YQ
145952014-11-22 Yao Qi <yao@codesourcery.com>
14596
14597 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14598 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14599 Use .Lgcc43_procstart instead of gcc43.
14600
45e44d27
JB
146012014-11-21 Joel Brobecker <brobecker@adacore.com>
14602
14603 * gdb.ada/n_arr_bound: New testcase.
14604
458c8db8
SDJ
146052014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14606
14607 PR breakpoints/10737
14608 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14609 test_catch_syscall_multi_arch.
14610 (test_catch_syscall_multi_arch): New function.
14611
43f3e411
DE
146122014-11-20 Doug Evans <xdje42@gmail.com>
14613
14614 * gdb.base/maint.exp: Update expected output.
14615
0d7b2549
AA
146162014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14617
14618 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14619 4-byte instruction on S390.
14620
8908fca5
JB
146212014-11-19 Joel Brobecker <brobecker@adacore.com>
14622
14623 * gdb.ada/arr_arr: New testcase.
14624
4a46959e
JB
146252014-11-19 Joel Brobecker <brobecker@adacore.com>
14626
14627 * gdb.ada/pkd_arr_elem: New Testcase.
14628
470e2f4e
LM
146292014-11-18 Luis Machado <lgustavo@codesourcery.com>
14630
14631 * gdb.reverse/break-precsave: Expect completion message for
14632 core file reads.
14633 * gdb.reverse/consecutive-precsave.exp: Likewise.
14634 * gdb.reverse/finish-precsave.exp: Likewise.
14635 * gdb.reverse/i386-precsave.exp: Likewise.
14636 * gdb.reverse/machinestate-precsave.exp: Likewise.
14637 * gdb.reverse/sigall-precsave.exp: Likewise.
14638 * gdb.reverse/solib-precsave.exp: Likewise.
14639 * gdb.reverse/step-precsave.exp: Likewise.
14640 * gdb.reverse/until-precsave.exp: Likewise.
14641 * gdb.reverse/watch-precsave.exp: Likewise.
14642
a267f3ad
AA
146432014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14644
14645 * gdb.base/bp-permanent.c: Include unistd.h.
14646 * gdb.python/py-framefilter-mi.c (main): Add return type.
14647 * gdb.python/py-framefilter.c (main): Likewise.
14648 * gdb.trace/actions-changed.c (main): Likewise.
14649
12084a9a
AA
146502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14651
14652 * gdb.mi/until.c: Add eye-catchers.
14653 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14654 line numbers.
14655
dc7e1a77
AA
146562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14657
14658 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14659 function header variants in break1.c.
14660 * gdb.base/ena-dis-br.exp: Likewise.
14661 * gdb.base/hbreak2.exp: Likewise.
14662 * gdb.reverse/until-precsave.exp: Drop references to removed
14663 non-prototype function header variants in ur1.c.
14664 * gdb.reverse/until-reverse.exp: Likewise.
14665
41c77605
PM
146662014-11-17 Petr Machata <pmachata@redhat.com>
14667
14668 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14669 ${_cu_offset_size} bytes abbrev offset.
14670
34248c3a
DE
146712014-11-15 Doug Evans <xdje42@gmail.com>
14672
14673 PR symtab/17559
14674 * gdb.base/line-symtabs.exp: New file.
14675 * gdb.base/line-symtabs.c: New file.
14676 * gdb.base/line-symtabs.h: New file.
14677
646da059
YQ
146782014-11-14 Yao Qi <yao@codesourcery.com>
14679
14680 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14681 (func): Add label func_label.
14682 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14683 Replace low_pc and high_pc with MACRO_AT_range.
14684 Replace name, low_pc and high_pc with MACRO_AT_func.
14685
9301ebe6
YQ
146862014-11-14 Yao Qi <yao@codesourcery.com>
14687
14688 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14689 Replace name, low_pc and high_pc with MACRO_AT_func.
14690
f166b542
YQ
146912014-11-14 Yao Qi <yao@codesourcery.com>
14692
14693 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14694 produce debug information.
14695 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14696
0f6e71e3
YQ
146972014-11-14 Yao Qi <yao@codesourcery.com>
14698
14699 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14700 object and get function length.
14701 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14702 with MACRO_AT_func.
14703 (top-level): Replace gdb_compile and clean_restart with
14704 prepare_for_testing.
14705 * gdb.dwarf2/main.c (main): Add label main_label.
14706
876c4df9
YQ
147072014-11-14 Yao Qi <yao@codesourcery.com>
14708
14709 * lib/dwarf.exp (function_range): New procedure.
14710 (Dwarf::_handle_macro_at_func): New procedure.
14711 (Dwarf::_handle_macro_at_range): New procedure.
14712 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14713
02ad9cf1
YQ
147142014-11-14 Yao Qi <yao@codesourcery.com>
14715
14716 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14717 (_handle_attribute): New procedure.
14718
a59add0c
AA
147192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14720
14721 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14722 * gdb.base/call-sc.c (zed): Likewise.
14723 * gdb.base/checkpoint.c (main): Likewise.
14724 * gdb.base/dump.c (main): Likewise.
14725 * gdb.base/gcore.c (main): Likewise.
14726 * gdb.base/huge.c (main): Likewise.
14727 * gdb.base/multi-forks.c (main): Likewise.
14728 * gdb.base/pr10179-a.c (main): Likewise.
14729 * gdb.base/savedregs.c (main): Likewise.
14730 * gdb.base/sigaltstack.c (main): Likewise.
14731 * gdb.base/siginfo.c (main): Likewise.
14732 * gdb.base/structs.c (zed): Likewise.
14733 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14734 * gdb.mi/mi-syn-frame.c (main): Likewise.
14735 * gdb.mi/until.c (foo, main): Likewise.
14736 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14737 * gdb.base/solib-weak.c (foo): Declare.
14738 * gdb.base/attach-twice.c: Include stdio.h.
14739 * gdb.base/weaklib1.c: Likewise.
14740 * gdb.base/weaklib2.c: Likewise.
14741 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14742 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14743 unistd.h.
14744 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14745 * gdb.mi/mi-exit-code.c: Likewise.
14746 * gdb.base/break-interp-lib.c: Include string.h.
14747 * gdb.base/coremaker.c: Likewise.
14748 * gdb.base/testenv.c: Likewise.
14749 * gdb.python/py-finish-breakpoint.c: Likewise.
14750 * gdb.base/inferior-died.c: Include sys/wait.h.
14751 * gdb.base/fileio.c: Include time.h.
14752 * gdb.base/async-shell.c: Include unistd.h.
14753 * gdb.base/dprintf-non-stop.c: Likewise.
14754 * gdb.base/info-os.c: Likewise.
14755 * gdb.mi/mi-console.c: Likewise.
14756 * gdb.mi/watch-nonstop.c: Likewise.
14757 * gdb.python/py-events.c: Likewise.
14758 * gdb.base/async.c (baz): Move up before its invocation.
14759 * gdb.base/code_elim2.c (my_global_func): Likewise.
14760 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14761 * gdb.base/advance.c (func2): Likewise.
14762
3b5d5997
AA
147632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14764
14765 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14766 variant.
14767 * gdb.base/annota3.c: Likewise.
14768 * gdb.base/async.c: Likewise.
14769 * gdb.base/average.c: Likewise.
14770 * gdb.base/call-ar-st.c: Likewise.
14771 * gdb.base/call-rt-st.c: Likewise.
14772 * gdb.base/call-sc.c: Likewise.
14773 * gdb.base/call-strs.c: Likewise.
14774 * gdb.base/ending-run.c: Likewise.
14775 * gdb.base/execd-prog.c: Likewise.
14776 * gdb.base/exprs.c: Likewise.
14777 * gdb.base/foll-exec.c: Likewise.
14778 * gdb.base/foll-fork.c: Likewise.
14779 * gdb.base/foll-vfork.c: Likewise.
14780 * gdb.base/funcargs.c: Likewise.
14781 * gdb.base/gcore.c: Likewise.
14782 * gdb.base/jump.c: Likewise.
14783 * gdb.base/langs0.c: Likewise.
14784 * gdb.base/langs1.c: Likewise.
14785 * gdb.base/langs2.c: Likewise.
14786 * gdb.base/mips_pro.c: Likewise.
14787 * gdb.base/nodebug.c: Likewise.
14788 * gdb.base/opaque0.c: Likewise.
14789 * gdb.base/opaque1.c: Likewise.
14790 * gdb.base/recurse.c: Likewise.
14791 * gdb.base/run.c: Likewise.
14792 * gdb.base/scope0.c: Likewise.
14793 * gdb.base/scope1.c: Likewise.
14794 * gdb.base/setshow.c: Likewise.
14795 * gdb.base/setvar.c: Likewise.
14796 * gdb.base/shmain.c: Likewise.
14797 * gdb.base/shr1.c: Likewise.
14798 * gdb.base/shr2.c: Likewise.
14799 * gdb.base/sigall.c: Likewise.
14800 * gdb.base/signals.c: Likewise.
14801 * gdb.base/so-indr-cl.c: Likewise.
14802 * gdb.base/solib2.c: Likewise.
14803 * gdb.base/structs.c: Likewise.
14804 * gdb.base/sum.c: Likewise.
14805 * gdb.base/vforked-prog.c: Likewise.
14806 * gdb.base/watchpoint.c: Likewise.
14807 * gdb.reverse/shr2.c: Likewise.
14808 * gdb.reverse/until-reverse.c: Likewise.
14809 * gdb.reverse/ur1.c: Likewise.
14810 * gdb.reverse/watch-reverse.c: Likewise.
14811
066a77c5
AA
148122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14813
14814 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14815 variant.
14816 * gdb.base/sepdebug.exp: Drop references to removed code.
14817
4f204ea5
AA
148182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14819
14820 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14821 variant. Preserve original line numbering.
14822 * gdb.base/list1.c: Likewise.
14823
3b377a3a
AA
148242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14825
14826 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14827 variant.
14828 * gdb.base/break1.c: Likewise.
14829 * gdb.base/break.exp: Drop references to removed code.
14830
e444df73
AA
148312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14832
14833 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14834 variant.
14835
8008f2a7
AA
148362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14837
14838 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14839
a5a06887
AA
148402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14841
14842 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14843 logic into perform_all_tests() and invoke it with and without
14844 function header prototypes.
14845 (do_function_calls): Remove conditional XFAIL for PR 5318.
14846 (rerun_and_prepare): Remove duplicate code.
14847 (perform_all_tests): New. Main logic moved here.
14848
44dba9b9
AA
148492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14850
14851 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14852 code guarded by #ifdef NO_PROTOTYPES.
14853 (t_double_many_args): Likewise.
14854 (DEF_FUNC_MANY_ARGS_1): Likewise.
14855 (DEF_FUNC_VALUES_1): Likewise.
14856 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14857 guarded by #ifdef PROTOTYPES.
14858
d1fbcd56
AA
148592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14860
14861 * gdb.mi/mi-console.c: Add eye-catcher.
14862 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14863 instead of literal line number.
14864
b0e59b8f
AA
148652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14866
14867 * gdb.base/shr2.c: Add eye-catcher.
14868 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14869 line number.
14870
78f98cca
AA
148712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14872
14873 * gdb.base/jump.c: Add eye-catchers.
14874 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14875 numbers.
14876
58fa2af0
AA
148772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14878
14879 * gdb.base/execd-prog.c: Add eye-catchers.
14880 * gdb.base/foll-exec.c: Likewise.
14881 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14882 line numbers.
14883
04e5059b
AA
148842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14885
14886 * gdb.base/ending-run.c: Add eye-catchers.
14887 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14888 literal line numbers.
14889
dbfdb174
AA
148902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14891
14892 * gdb.base/call-rt-st.c: Add eye-catchers.
14893 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14894 literal line numbers.
14895
888a2ade
AA
148962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14897
14898 * gdb.base/call-ar-st.c: Add eye-catchers.
14899 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14900 literal line numbers.
14901
6acc2dde
AA
149022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14903
14904 * gdb.base/average.c: Add eye-catchers.
14905 * gdb.base/sum.c: Likewise.
14906 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14907 regexps dynamically.
14908
9ecfcd1d
AA
149092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14910
14911 * gdb.base/solib1.c: Add eye-catchers.
14912 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14913 literal line numbers.
14914
78708b7c
PA
149152014-11-12 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14918 leader has exited.
14919
af48d08f
PA
149202014-11-12 Pedro Alves <palves@redhat.com>
14921
14922 * gdb.arch/i386-bp_permanent.c: New file.
14923 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14924 (srcfile): Set to i386-bp_permanent.c.
14925 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14926 that stepi does not execute the 'leave' instruction, instead of
14927 testing it does execute.
14928 * gdb.base/bp-permanent.c: New file.
14929 * gdb.base/bp-permanent.exp: New file.
14930
af3768e9
DE
149312014-11-10 Doug Evans <xdje42@gmail.com>
14932
14933 PR symtab/17564
14934 * gdb.base/symtab-search-order.exp: New file.
14935 * gdb.base/symtab-search-order.c: New file.
14936 * gdb.base/symtab-search-order-1.c: New file.
14937 * gdb.base/symtab-search-order-shlib-1.c: New file.
14938
9de00a4a
PA
149392014-11-07 Pedro Alves <palves@redhat.com>
14940
14941 PR gdb/17511
14942 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14943 i?86-*-linux*.
14944
e0f52461
SC
149452014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14946
14947 PR c++/17494
14948 * gdb.cp/pr17494.cc: New file.
14949 * gdb.cp/pr17494.exp: New file.
14950
6ce8c980
YQ
149512014-11-02 Yao Qi <yao@codesourcery.com>
14952
14953 * gdb.python/python.exp: Get working directory and match the
14954 output of "set extended-prompt \\w " with it.
14955
02be9a71
DE
149562014-10-30 Doug Evans <dje@google.com>
14957
14958 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14959 in objfiles.
14960 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14961 in progspaces.
14962
3bdff46b
LM
149632014-10-30 Janis Johnson <janisjo@codesourcery.com>
14964
14965 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14966 * gdb.base/realname-expand.exp: Likewise.
14967 * gdb.linespec/macro-relative.exp: Likewise.
14968
ab917dfb
PA
149692014-10-29 Pedro Alves <palves@redhat.com>
14970
14971 PR gdb/17408
14972 * gdb.threads/schedlock.c (some_function): New function.
14973 (call_function): New global.
14974 (MAYBE_CALL_SOME_FUNCTION): New macro.
14975 (thread_function): Call it.
14976 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14977 and use it instead of a global counter. Adjust all callers.
14978 (get_current_thread): Use "find current thread" for test message
14979 here rather than having all callers pass down the same string.
14980 (goto_loop): New procedure, factored out from ...
14981 (my_continue): ... this.
14982 (step_ten_loops): Change parameter from test message to command to
14983 use. Adjust.
14984 (list_count): Delete global.
14985 (check_result): New procedure, factored out from duplicate top
14986 level code.
14987 (continue tests): Wrap in with_test_prefix.
14988 (test_step): New procedure, factored out from duplicate top level
14989 code.
14990 (top level): Test "step" in combination with all scheduler-locking
14991 modes. Test "next" in combination with all scheduler-locking
14992 modes, and in combination with stepping over a function call or
14993 not.
14994 * gdb.threads/next-bp-other-thread.c: New file.
14995 * gdb.threads/next-bp-other-thread.exp: New file.
14996
d3d4baed
PA
149972014-10-29 Pedro Alves <palves@redhat.com>
14998
14999 PR python/17372
15000 * gdb.python/python.exp: Test a multi-line command that spawns
15001 interactive Python.
15002 * gdb.base/multi-line-starts-subshell.exp: New file.
15003
563e8d85
YQ
150042014-10-29 Yao Qi <yao@codesourcery.com>
15005
15006 * gdb.base/fileio.exp: Make directories on host.
15007
0ea4d52e
YQ
150082014-10-29 Yao Qi <yao@codesourcery.com>
15009
15010 * gdb.base/fileio.c (test_write): Close the file.
15011
7f5ef605
PA
150122014-10-28 Pedro Alves <palves@redhat.com>
15013
15014 PR gdb/12623
15015 * gdb.base/sigstep.c (no_handler): New global.
15016 (main): If 'no_handler is true, set the signal handlers to
15017 SIG_IGN.
15018 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15019 with_sw_watch and no_handler parameters. Handle them.
15020 (top level) <stepping over handler when stopped at a breakpoint
15021 test>: Add a test axis for testing with a software watchpoint, and
15022 another for testing with the signal handler set to SIG_IGN.
15023 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15024 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15025
abbdbd03
PA
150262014-10-28 Pedro Alves <palves@redhat.com>
15027
15028 PR gdb/17511
15029 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15030 * gdb.base/sigstep.exp (other_handler_location): New global.
15031 (advance): Support stepping into the signal handler, and running
15032 commands while in the handler.
15033 (in_handler_map): New global.
15034 (top level): In the advance test, add combinations for getting
15035 into the handler with stepping commands, and for running commands
15036 in the handler. Add comment descripting the advancei tests.
15037
1df4399f
PA
150382014-10-28 Pedro Alves <palves@redhat.com>
15039
15040 * gdb.base/sigstep.exp: Use build_executable instead of
15041 prepare_for_testing.
15042 (top level): Move code that starts GDB, runs to main and creates a
15043 display to ...
15044 (restart): ... this new procedure.
15045 (top level): Move backtrace from signal handler test to ...
15046 (validate_backtrace): ... this new procedure.
15047 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15048 with_test_prefix. Always restart GDB.
15049 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15050 with_test_prefix. Always restart GDB. No need to delete
15051 breakpoints after the test.
15052 (test_skip_handler): Remove prefix parameter.
15053 (skip_over_handler, breakpoint_to_handler)
15054 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15055 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15056 restart GDB. No need to delete breakpoints after the test.
15057 (top level): Use foreach to call the test procedures with
15058 different commands.
15059
a5b6e449
PA
150602014-10-28 Pedro Alves <palves@redhat.com>
15061
15062 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15063 instead of GNATS numbers.
15064 * gdb.base/sigbpt.exp: Likewise.
15065 * gdb.base/siginfo.exp: Likewise.
15066 * gdb.base/sigstep.exp: Likewise.
15067
e5f8a7cc
PA
150682014-10-27 Pedro Alves <palves@redhat.com>
15069
15070 * gdb.base/sigstep.c (dummy): New global.
15071 (main): Issue a couple writes to the new global.
15072 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15073 procedures.
15074 (skip_over_handler): Use test_skip_handler.
15075 (top level): Call skip_over_handler for stepi and nexti too.
15076 (breakpoint_over_handler): Use test_skip_handler.
15077 (top level): Call breakpoint_over_handler for stepi and nexti too.
15078
763905a3
YQ
150792014-10-27 Yao Qi <yao@codesourcery.com>
15080
15081 * gdb.trace/tfile.c (adjust_function_address)
15082 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15083 function descriptor.
15084
6f259a23
DB
150852014-10-24 Don Breazeal <donb@codesourcery.com>
15086
15087 * gdb.base/foll-fork.exp (test_follow_fork,
15088 catch_fork_child_follow): Check for updated fork messages emitted
15089 from infrun.c.
15090 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15091 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15092 vfork_and_exec_child_follow_through_step): Check for updated vfork
15093 messages emitted from infrun.c.
15094
09dd9a69
PA
150952014-10-24 Pedro Alves <palves@redhat.com>
15096
15097 * gdb.base/corefile.exp: Remove references to ultrix.
15098 * gdb.base/interrupt.exp: Likewise.
15099 * gdb.base/whatis.exp: Likewise.
15100 * gdb.gdb/selftest.exp: Likewise.
15101 * gdb.threads/manythreads.exp: Likewise.
15102 * gdb.threads/print-threads.exp: Likewise.
15103 * gdb.threads/pthreads.exp:: Likewise.
15104 * gdb.threads/schedlock.exp: Likewise.
15105
3433cfa5
SC
151062014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15107
15108 * gdb.cp/non-trivial-retval.cc: Add a test case.
15109 * gdb.cp/non-trivial-retval.exp: Add a test.
15110
092f880b
YQ
151112014-10-20 Yao Qi <yao@codesourcery.com>
15112
15113 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15114 * gdb.python/py-objfile-script-gdb.py: New file.
15115 * gdb.python/py-objfile-script.exp: Update reference to
15116 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15117 of remote_download. Remove the dest file.
15118
acbdb7f3
YQ
151192014-10-20 Yao Qi <yao@codesourcery.com>
15120
15121 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15122 * gdb.base/step-line.exp: Likewise.
15123 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15124 * gdb.dwarf2/dw2-basic.exp: Likewise.
15125 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15126 * gdb.dwarf2/dw2-filename.exp: Likewise.
15127 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15128 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15129 * gdb.dwarf2/dw2-producer.exp: Likewise.
15130 * gdb.dwarf2/mac-fileno.exp: Likewise.
15131 * gdb.python/py-frame-args.exp: Likewise.
15132 * gdb.python/py-framefilter.exp: Likewise.
15133 * gdb.python/py-mi.exp: Likewise.
15134 * gdb.python/py-objfile-script.exp: Likewise
15135 * gdb.python/py-pp-integral.exp: Likewise.
15136 * gdb.python/py-pp-re-notag.exp: Likewise.
15137 * gdb.python/py-prettyprint.exp: Likewise.
15138 * gdb.python/py-section-script.exp: Likewise.
15139 * gdb.python/py-typeprint.exp: Likewise.
15140 * gdb.python/py-xmethods.exp: Likewise.
15141 * gdb.stabs/weird.exp: Likewise.
15142 * gdb.xml/tdesc-regs.exp: Likewise.
15143
bd286a29
KCY
151442014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15145
15146 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15147 (out_cu): Use addr_len for the size of addresses.
15148 (out_line): Likewise. Size DW_LNE_set_address instruction
15149 according to addr_len.
15150 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15151 (FUNC): Add START_INSNS to definition.
15152
673dc4a0
YQ
151532014-10-18 Yao Qi <yao@codesourcery.com>
15154
15155 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15156 gdb_has_argv0 return true.
15157 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15158 check [target_info exists noargs], check [gdb_has_argv0]
15159 instead.
15160 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15161 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15162 procedures.
15163
4ffbba72
DE
151642014-10-17 Doug Evans <dje@google.com>
15165
15166 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15167 event.
15168 * gdb.python/py-events.py: Add clear_objfiles event.
15169
d096d8c1
DE
151702014-10-17 Doug Evans <dje@google.com>
15171
15172 * gdb.python/py-objfile.exp: Test progspace attribute.
15173
a80db015
LM
151742014-10-17 Luis Machado <lgustavo@codesourcery.com>
15175
15176 * gdb.guile/scm-breakpoint.exp: Do not assume any
15177 directory separators when matching source file paths.
15178 * gdb.python/py-breakpoint.exp: Likewise.
15179 * gdb.reverse/break-precsave.exp: Likewise.
15180 * gdb.reverse/break-reverse.exp: Likewise.
15181 * gdb.reverse/consecutive-precsave.exp: Likewise.
15182 * gdb.reverse/finish-precsave.exp: Likewise.
15183 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15184 * gdb.reverse/finish-reverse.exp: Likewise.
15185 * gdb.reverse/i386-precsave.exp: Likewise.
15186 * gdb.reverse/i387-env-reverse.exp: Likewise.
15187 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15188 * gdb.reverse/machinestate-precsave.exp: Likewise.
15189 * gdb.reverse/machinestate.exp: Likewise.
15190 * gdb.reverse/sigall-precsave.exp: Likewise.
15191 * gdb.reverse/solib-precsave.exp: Likewise.
15192 * gdb.reverse/step-precsave.exp: Likewise.
15193 * gdb.reverse/until-precsave.exp: Likewise.
15194 * gdb.reverse/watch-precsave.exp: Likewise.
15195 * gdb.reverse/watch-reverse.exp: Likewise.
15196
b22089ab
YQ
151972014-10-17 Yao Qi <yao@codesourcery.com>
15198
15199 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15200 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15201
6c4486e6
PA
152022014-10-17 Pedro Alves <palves@redhat.com>
15203
15204 PR gdb/17471
15205 * gdb.base/bg-execution-repeat.c: New file.
15206 * gdb.base/bg-execution-repeat.exp: New file.
15207
0ff33695
PA
152082014-10-17 Pedro Alves <palves@redhat.com>
15209
15210 PR gdb/17300
15211 * gdb.base/continue-all-already-running.c: New file.
15212 * gdb.base/continue-all-already-running.exp: New file.
15213
6fdebc3d
PA
152142014-10-17 Pedro Alves <palves@redhat.com>
15215
15216 PR gdb/17472
15217 * gdb.base/annota-input-while-running.c: New file.
15218 * gdb.base/annota-input-while-running.exp: New file.
15219
32a8097b
PA
152202014-10-17 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.base/callfuncs.exp: emove references to osf.
15223 * gdb.base/sigall.exp: Likewise.
15224 * gdb.gdb/selftest.exp: Likewise.
15225 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15226 * gdb.mi/non-stop.c: Likewise.
15227 * gdb.mi/pthreads.c: Likewise.
15228 * gdb.reverse/sigall-precsave.exp: Likewise.
15229 * gdb.reverse/sigall-reverse.exp: Likewise.
15230 * gdb.threads/pthreads.c: Likewise.
15231 * gdb.threads/pthreads.exp: Likewise.
15232
7a3517ff
YQ
152332014-10-17 Yao Qi <yao@codesourcery.com>
15234
15235 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15236 check 'target_info exists noargs'.
15237 (test_command_prompt_position): Likewise.
15238 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15239 Remove "set args".
15240 (progvar_simple_while_test): Likewise.
15241 (progvar_complex_if_while_test): Likewise.
15242 (if_while_breakpoint_command_test): Likewise.
15243 (infrun_breakpoint_command_test): Likewise.
15244 (breakpoint_command_test): Likewise.
15245 (watchpoint_command_test): Likewise.
15246 (bp_deleted_in_command_test): Likewise.
15247 (temporary_breakpoint_commands): Likewise.
15248
bb99c472
YQ
152492014-10-16 Yao Qi <yao@codesourcery.com>
15250
15251 * gdb.base/remotetimeout.exp: Remove noargs checking.
15252
7c16b83e
PA
152532014-10-15 Pedro Alves <palves@redhat.com>
15254
15255 PR breakpoints/9649
15256 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15257 * gdb.base/breakpoint-in-ro-region.exp
15258 (probe_target_hardware_step): New procedure.
15259 (top level): Probe hardware stepping and hardware breakpoint
15260 support. Test stepping through a read-only region, with both
15261 "breakpoint auto-hw" on and off and both "always-inserted" on and
15262 off.
15263
35a49624
IB
152642014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15265
15266 * gdb.dlang/demangle.exp: Update for demangling changes.
15267
2d1c107c
SC
152682014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15269
15270 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15271 * gdb.cp/non-trivial-retval.exp: Add new tests.
15272
778811d5
SC
152732014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15274
15275 PR c++/13403
15276 PR c++/15154
15277 * gdb.cp/non-trivial-retval.cc: New file.
15278 * gdb.cp/non-trivial-retval.exp: New file.
15279
10c5f0a8
YQ
152802014-10-15 Yao Qi <yao@codesourcery.com>
15281
15282 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15283 remote host.
15284
65d7b369
YQ
152852014-10-15 Yao Qi <yao@codesourcery.com>
15286
15287 * gdb.python/py-symbol.exp: Match file base name if host is
15288 remote, otherwise match file name with dir name.
15289 * gdb.python/py-symtab.exp: Likewise.
15290 * gdb.python/python.exp: Likewise.
15291
46dc1394
YQ
152922014-10-15 Yao Qi <yao@codesourcery.com>
15293
15294 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15295 pattern.
15296 * gdb.python/py-symtab.exp: Likewise.
15297 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15298 locationn.
15299
c40cc657
JB
153002014-10-14 Joel Brobecker <brobecker@adacore.com>
15301
15302 * gdb.ada/addr_arith: New testcase.
15303
2abf49e1
MR
153042014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15305
15306 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15307 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15308 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15309 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15310
f7088df3
SDJ
153112014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15312
15313 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15314 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15315 * gdb.arch/stap-eval-lang-ada.exp: New file.
15316
4dc06805
YQ
153172014-10-14 Yao Qi <yao@codesourcery.com>
15318
15319 * gdb.mi/mi-var-child.c (nothing1): New function.
15320 (nothing2): New function.
15321 (do_children_tests): Set function pointers by nothing1 and
15322 nothing2.
15323 * gdb.mi/mi-var-child.exp: Step over new added statements.
15324 Update test to match the new output.
15325 * gdb.mi/var-cmd.c (nothing1): New function.
15326 (nothing2): New function.
15327 (do_children_tests): Set function pointers by nothing1 and
15328 nothing2.
15329 * gdb.mi/mi-var-display.exp: Update test to match output.
15330 Step to the line specified by $line_dct_nothing.
15331 Increase the number of lines to step.
15332
46a93de2
YQ
153332014-10-14 Yao Qi <yao@codesourcery.com>
15334
15335 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15336 tests.
15337 * gdb.mi/mi2-var-child.exp: Likewise.
15338
14ea52ee
DE
153392014-10-13 Doug Evans <dje@google.com>
15340
15341 * gdb.python/py-objfile.exp: Change name of file name test.
15342
e5c6e92b
DE
153432014-10-13 Doug Evans <dje@google.com>
15344
15345 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15346 from the start of the CU.
15347
c780cc2f
JK
153482014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15349 Yao Qi <yao@codesourcery.com>
15350
15351 Fix "save breakpoints" for "catch" command.
15352 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15353 Remove -nonewline. Match also the added "main" line.
15354
99894e11
JK
153552014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15356
15357 Fix "save breakpoints" for "disable $bpnum" command.
15358 * gdb.base/save-bp.c (main): Add label.
15359 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15360
6e1ac5a3
JK
153612014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15362
15363 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15364
754dd2b0
YQ
153652014-10-11 Yao Qi <yao@codesourcery.com>
15366
15367 * gdb.server/server-kill.exp: Execute command
15368 "set remote trace-status-packet on" before "tstatus".
15369
f90183d7
YQ
153702014-10-11 Yao Qi <yao@codesourcery.com>
15371
15372 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15373 (main): Call getppid.
15374 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15375 and continue to it. Read variable "server_pid".
15376
bf40a607
YQ
153772014-10-11 Yao Qi <yao@codesourcery.com>
15378
15379 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15380
052ca370
YQ
153812014-10-11 Yao Qi <yao@codesourcery.com>
15382
15383 * gdb.threads/thread-find.exp: Don't execute command
15384 "info threads".
15385 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15386 * gdb.threads/linux-dp.exp: Don't check the condition
15387 $threads_created equals to zero.
15388
3831839c
PA
153892014-10-10 Pedro Alves <palves@redhat.com>
15390
15391 * gdb.base/bigcore.exp: Remove references to IRIX.
15392 * gdb.base/funcargs.exp: Likewise.
15393 * gdb.base/interrupt.exp: Likewise.
15394 * gdb.base/mips_pro.exp: Likewise.
15395 * gdb.base/nodebug.exp: Likewise.
15396 * gdb.base/setvar.exp: Likewise.
15397 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15398
8b9a549d
PA
153992014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15400 Pedro Alves <palves@redhat.com>
15401
15402 PR symtab/14466
15403 * gdb.base/vdso-warning.c: New file.
15404 * gdb.base/vdso-warning.exp: New file.
15405
d48ba5e8
DE
154062014-10-02 Doug Evans <dje@google.com>
15407
15408 * gdb.base/structs.c (main): Don't run forever.
15409
2278c276
PA
154102014-10-02 Pedro Alves <palves@redhat.com>
15411
15412 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15413 (top level) <stop threads 1, stop threads 2>: Use it.
15414
b57bacec
PA
154152014-10-02 Pedro Alves <palves@redhat.com>
15416
15417 * gdb.threads/break-while-running.exp (test): Add new
15418 'update_thread_list' argument. Skip "info threads" if false.
15419 (top level): Add new 'update_thread_list' axis.
15420
13fd3ff3
PA
154212014-10-02 Pedro Alves <palves@redhat.com>
15422
15423 PR breakpoints/17431
15424 * gdb.base/execl-update-breakpoints.c: New file.
15425 * gdb.base/execl-update-breakpoints.exp: New file.
15426
0fec99e8
PA
154272014-10-01 Pedro Alves <palves@redhat.com>
15428
15429 * gdb.base/breakpoint-in-ro-region.c: New file.
15430 * gdb.base/breakpoint-in-ro-region.exp: New file.
15431
2ddf4301
SM
154322014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15433
15434 * gdb.mi/mi-exit-code.exp: New file.
15435 * gdb.mi/mi-exit-code.c: New file.
15436
6a5f3f43
YQ
154372014-09-30 Yao Qi <yao@codesourcery.com>
15438
15439 * lib/prelink-support.exp (build_executable_own_libs): Error if
15440 the target isn't native.
15441
345bcc73
YQ
154422014-09-30 Yao Qi <yao@codesourcery.com>
15443
15444 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15445 false.
15446
a25a5a45
PA
154472014-09-22 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.threads/break-while-running.exp: New file.
15450 * gdb.threads/break-while-running.c: New file.
15451
00ba3162
YQ
154522014-09-19 Yao Qi <yao@codesourcery.com>
15453
15454 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15455 Invoke test. Restart GDB with --readnow and invoke test again.
15456
c3b7b696
YQ
154572014-09-19 Yao Qi <yao@codesourcery.com>
15458
15459 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15460 proc set_breakpoint_on_gcd_function. Invoke
15461 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15462 invoke set_breakpoint_on_gcd_function again.
15463
2b4fd423
DE
154642014-09-18 Doug Evans <dje@google.com>
15465
15466 * gdb.dwarf2/symtab-producer.exp: New file.
15467
a5947601
SDJ
154682014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15469
15470 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15471 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15472 * gdb.base/global-var-nested-by-dso.c: Likewise.
15473 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15474
91c19059
SDJ
154752014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15476 Pedro Alves <palves@redhat.com>
15477
15478 * gdb.base/watch-bitfields.exp: Pass string other than test file
15479 name to prepare_for_testing.
15480 (watch): New procedure.
15481 (expect_watchpoint): Use with_test_prefix.
15482 (top level): Factor out tests to ...
15483 (test_watch_location, test_regular_watch): ... these new
15484 procedures, and use with_test_prefix and gdb_continue_to_end.
15485
bb9d5f81
PP
154862014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15487
15488 PR breakpoints/12526
15489 * gdb.base/watch-bitfields.exp: New file.
15490 * gdb.base/watch-bitfields.c: New file.
15491
635856f5
PA
154922014-09-16 Pedro Alves <palves@redhat.com>
15493
15494 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15495 software and hardware addresses, not software address against
15496 itself.
15497
7280ceea
PA
154982014-09-16 Pedro Alves <palves@redhat.com>
15499
15500 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15501 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15502
428b16bd
PA
155032014-09-16 Pedro Alves <palves@redhat.com>
15504
15505 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15506 files.
15507 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15508 "*-*-vxworks*" throughout.
15509 * gdb.base/break.exp: Likewise.
15510 * gdb.base/default.exp: Likewise.
15511 * gdb.base/scope.exp: Likewise.
15512 * gdb.base/sepdebug.exp: Likewise.
15513 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15514 throughout.
15515 * gdb.base/run.c: Likewise.
15516 * gdb.base/sepdebug.c: Likewise.
15517 * gdb.hp/gdb.aCC/run.c: Likewise.
15518 * gdb.reverse/until-reverse.c: Likewise.
15519 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15520
666d413c
YQ
155212014-09-16 Yao Qi <yao@codesourcery.com>
15522
15523 * boards/local-remote-host-native.exp: New file.
15524
57cbd724
DE
155252014-09-14 Doug Evans <xdje42@gmail.com>
15526
15527 * gdb.threads/queue-signal.c (thread_count): New variable.
15528 (thread_count_mutex, thread_count_condvar): New variables.
15529 (incr_thread_count, wait_all_threads_running): New functions.
15530 (main): Wait for all threads to be in their thread functions.
15531
81219e53
DE
155322014-09-13 Doug Evans <xdje42@gmail.com>
15533
15534 * gdb.threads/queue-signal.c: New file.
15535 * gdb.threads/queue-signal.exp: New file.
15536
3714cea7
DE
155372014-09-13 Doug Evans <xdje42@gmail.com>
15538
15539 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15540 be consistent with what default_gdb_init uses.
15541 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15542 the plain text of the prompt. Add some logging printfs.
15543 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15544
fa43b1d7
PA
155452014-09-12 Pedro Alves <palves@redhat.com>
15546
15547 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15548 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15549 * gdb.arch/i386-size-overlap.exp: Likewise.
15550 * gdb.arch/i386-size.exp: Likewise.
15551 * gdb.arch/i386-unwind.exp: Likewise.
15552 * gdb.base/a2-run.exp: Likewise.
15553 * gdb.base/break.exp: Likewise.
15554 * gdb.base/charset.exp: Likewise.
15555 * gdb.base/chng-syms.exp: Likewise.
15556 * gdb.base/commands.exp: Likewise.
15557 * gdb.base/dbx.exp: Likewise.
15558 * gdb.base/find.exp: Likewise.
15559 * gdb.base/funcargs.exp: Likewise.
15560 * gdb.base/jit-simple.exp: Likewise.
15561 * gdb.base/reread.exp: Likewise.
15562 * gdb.base/sepdebug.exp: Likewise.
15563 * gdb.base/step-bt.exp: Likewise.
15564 * gdb.cp/mb-inline.exp: Likewise.
15565 * gdb.cp/mb-templates.exp: Likewise.
15566 * gdb.objc/basicclass.exp: Likewise.
15567 * gdb.threads/killed.exp: Likewise.
15568
9d9bf2df
EBM
155692014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15570
15571 PR tdep/17379
15572 * gdb.arch/powerpc-stackless.S: New file.
15573 * gdb.arch/powerpc-stackless.exp: New file.
15574
1cf2f1b0
JK
155752014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * gdb.base/attach.c: Include unistd.h.
15578 (main): Call alarm. Add label postloop.
15579 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15580 gdb_breakpoint, gdb_continue_to_breakpoint.
15581 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15582
98880d46
PA
155832014-09-11 Pedro Alves <palves@redhat.com>
15584
15585 PR gdb/17347
15586 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15587 * gdb.base/attach.exp (test_command_line_attach_run): New
15588 procedure.
15589 (top level): Call it.
15590
4c92ff2c
PA
155912014-09-11 Pedro Alves <palves@redhat.com>
15592
15593 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15594 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15595 (do_command_attach_tests): Use spawn_wait_for_attach.
15596 * gdb.base/solib-overlap.exp: Likewise.
15597 * gdb.multi/multi-attach.exp: Likewise.
15598 * gdb.python/py-prompt.exp: Likewise.
15599 * gdb.python/py-sync-interp.exp: Likewise.
15600 * gdb.server/ext-attach.exp: Likewise.
15601
3adc1a7d
GKB
156022014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15603
15604 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15605 command in testcase. Simplify testcase.
15606
96334934
JB
156072014-09-10 Joel Brobecker <brobecker@adacore.com>
15608
15609 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15610
eb479039
JB
156112014-09-10 Joel Brobecker <brobecker@adacore.com>
15612
15613 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15614
deede10c
JB
156152014-09-10 Joel Brobecker <brobecker@adacore.com>
15616
15617 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15618
7828a5f5
JB
156192014-09-10 Joel Brobecker <brobecker@adacore.com>
15620
15621 * gdb.dwarf2/dynarr-ptr.c: New file.
15622 * gdb.dwarf2/dynarr-ptr.exp: New file.
15623
33aeebcf
MR
156242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15625
15626 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15627 of 30 rather than hardcoding 120 for a slow test case. Take the
15628 `gdb,timeout' target setting into account for this calculation.
15629 Don't extend the timeout for the test cases that don't need it.
15630
7b415901
MR
156312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15632
15633 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15634 a factor of 2 for a slow test case. Take the `gdb,timeout'
15635 target setting into account for this calculation.
15636 * gdb.reverse/until-precsave.exp: Increase the timeout by
15637 a factor of 15 and 3 respectively rather than adding 120
15638 for a pair of slow test cases. Take the `gdb,timeout'
15639 target setting into account for this calculation.
15640
4a40f85a
MR
156412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15642
15643 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15644 timeout, don't pass one down to gdb_expect.
15645 (gdb_expect): Rework timeout selection.
15646
09635af7
MR
156472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15648
15649 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15650 exception on timeout.
15651 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15652 (gdbserver_start_extended): Catch any `gdbserver_start' error
15653 exceptions.
15654 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15655 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15656 `gdbserver_gdb_load' error exceptions.
15657
2bdd10b7
MR
156582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15659
15660 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15661 120 on waiting for the TCP socket to open.
15662
316935f0
DE
156632014-09-09 Doug Evans <xdje42@gmail.com>
15664
15665 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15666 _caller_matches, _any_caller_is, _any_caller_matches.
15667
83740597
DE
156682014-09-09 Doug Evans <xdje42@gmail.com>
15669
15670 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15671
4c122fc3
YQ
156722014-09-09 Yao Qi <yao@codesourcery.com>
15673
15674 * gdb.mi/mi-var-display.exp: Set print symbol off.
15675
a9f116cb
GKB
156762014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15677
15678 PR gdb/17035
15679 * gdb.base/commands.exp: Add tests to verify user-defined
15680 commands with empty bodies.
15681 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15682 python commands in `show user command`.
15683 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15684 scheme commands in `show user command`.
15685
c75bd3a2
JK
156862014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15687
15688 PR python/17355
15689 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15690 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15691 * gdb.python/py-framefilter-invalidarg.exp: New file.
15692 * gdb.python/py-framefilter-invalidarg.py: New file.
15693
faa42425
DE
156942014-09-06 Doug Evans <xdje42@gmail.com>
15695
15696 PR 15276
15697 * gdb.python/py-caller-is.c: New file.
15698 * gdb.python/py-caller-is.exp: New file.
15699
474ca4f6
SDJ
157002014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15701
15702 PR gdb/17235
15703 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15704 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15705
eb0b0463
SDJ
157062014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15707
15708 PR fortran/17237
15709 * gdb.fortran/print-formatted.exp: New file.
15710 * gdb.fortran/print-formatted.f90: Likewise.
15711
5f3b99cf
SS
157122014-09-03 Sasha Smundak <asmundak@google.com>
15713
15714 * gdb.python/py-frame.exp: Test Frame.read_register.
15715
7d793aa9
SDJ
157162014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15717
15718 PR python/16699
15719 * gdb.python/py-completion.exp: New file.
15720 * gdb.python/py-completion.py: Likewise.
15721
fb0576e9
DE
157222014-08-28 Doug Evans <dje@google.com>
15723
15724 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15725 eax,etc. are live with values set by gdb and thus the compiler can't
15726 use them.
15727 * gdb.arch/i386-pseudo.c (main): Ditto.
15728
ee92b0dd
DE
157292014-08-27 Doug Evans <dje@google.com>
15730
15731 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15732
6649db35
DE
157332014-08-25 Doug Evans <dje@google.com>
15734
15735 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15736 (main): Ditto.
15737
564b7600
DE
157382014-08-25 Doug Evans <dje@google.com>
15739
15740 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15741
3881fb67
YQ
157422014-08-24 Yao Qi <yao@codesourcery.com>
15743
15744 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15745 symbol off.
15746 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15747
a05a36a5
DE
157482014-08-22 Doug Evans <dje@google.com>
15749
15750 PR 17276
15751 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15752 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15753 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15754
7c343b48
YQ
157552014-08-22 Yao Qi <yao@codesourcery.com>
15756
15757 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15758 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15759 * gdb.python/python.exp: Likewise. Use .py file on the host
15760 instead of the build.
15761
22fd09ae
JK
157622014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15763
15764 * gdb.threads/gcore-stale-thread.c: New file.
15765 * gdb.threads/gcore-stale-thread.exp: New file.
15766
a8454a7c
PA
157672014-08-21 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15770 * gdb.base/gcore-relro-pie.exp: Likewise.
15771 * gdb.base/gcore-relro.exp: Likewise.
15772 * gdb.base/gcore.exp: Likewise.
15773 * gdb.base/print-symbol-loading.exp: Likewise.
15774 * gdb.threads/gcore-thread.exp: Likewise.
15775 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15776
2a31c623
PA
157772014-08-20 Pedro Alves <palves@redhat.com>
15778 Jan Kratochvil <jan.kratochvil@redhat.com>
15779
15780 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15781 configure.
15782 (EXPECT): Handle READ1 being set.
15783 (all): Depend on EXTRA_RULES.
15784 (check-read1, expect-read1, read1.so, read1): New rules.
15785 * README (Testsuite Parameters): Document the READ1 make variable.
15786 (Race detection): New section.
15787 * configure: Regenerate.
15788 * configure.ac: If build==host==target, and running under a
15789 GNU/glibc system, add read1 to the extra Makefile rules.
15790 (EXTRA_RULES): AC_SUBST it.
15791 * lib/read1.c: New file.
15792
d36430db
JB
157932014-08-20 Joel Brobecker <brobecker@adacore.com>
15794
15795 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15796 the handling of variables declared as a typedef to an array
15797 which a DW_AT_data_location attribute.
15798
9a0dc9e3
PA
157992014-08-19 Andrew Burgess <aburgess@broadcom.com>
15800 Pedro Alves <palves@redhat.com>
15801
15802 PR symtab/14604
15803 PR symtab/14605
15804 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15805 gdb_test.
15806
0718a8da
PA
158072014-08-19 Pedro Alves <palves@redhat.com>
15808
15809 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15810
13b448cd
YQ
158112014-08-19 Yao Qi <yao@codesourcery.com>
15812
15813 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15814 right line.
15815
1cbf5077
DB
158162014-08-18 David Blaikie <dblaikie@gmail.com>
15817
15818 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15819
bf0fae19
JB
158202014-08-18 Joel Brobecker <brobecker@adacore.com>
15821
15822 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15823 attribute in array range.
15824
3c8c5dcc
JB
158252014-08-18 Joel Brobecker <brobecker@adacore.com>
15826
15827 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15828
e66d4446
SC
158292014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15830
15831 PR c++/17132
15832 * gdb.cp/pr17132.cc: New file.
15833 * gdb.cp/pr17132.exp: New file.
15834
940df408
SC
158352014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15836
15837 * gdb.python/py-xmethods.py (A_getarrayind)
15838 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15839 Use 'print' with function call syntax.
15840 (E_method_matcher.match): Fix tab vs space indentation mixup.
15841
ebcc6c3a
YQ
158422014-08-15 Yao Qi <yao@codesourcery.com>
15843
15844 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15845 false.
15846
775e0f04
YQ
158472014-08-15 Yao Qi <yao@codesourcery.com>
15848
15849 * gdb.cp/casts.exp: Set print symbol off.
15850 * gdb.cp/class2.exp: Likewise.
15851 * gdb.cp/overload.exp: Likewise.
15852 * gdb.cp/templates.exp: Likewise.
15853
d769e349
DE
158542014-08-11 Doug Evans <dje@google.com>
15855
15856 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15857 (test_load_shlib): Update.
15858
20c6f1e1
YQ
158592014-08-09 Yao Qi <yao@codesourcery.com>
15860
15861 * gdb.base/display.exp: Invoke is_address_zero_readable.
15862 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15863 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15864 * gdb.base/hbreak-unmapped.exp: Return if
15865 is_address_zero_readable returns true.
15866 * gdb.base/signest.exp: Likewise.
15867 * gdb.base/signull.exp: Likewise.
15868 * gdb.base/sigbpt.exp: Likewise.
15869 * gdb.guile/scm-disasm.exp: Do the test if
15870 is_address_zero_readable returns false.
15871 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15872 * gdb.python/py-arch.exp: Likewise.
15873 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15874 * lib/gdb.exp (is_address_zero_readable): New proc.
15875
5792e8e3
YQ
158762014-08-09 Yao Qi <yao@codesourcery.com>
15877
15878 PR testsuite/13443
15879 * gdb.mi/mi-var-display.exp: Make test messages unique.
15880
3cecbbbe
TT
158812014-08-04 Tom Tromey <tromey@redhat.com>
15882
15883 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15884 target 0".
15885
00b51ff5
TT
158862014-08-04 Tom Tromey <tromey@redhat.com>
15887
15888 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15889 "target_resume".
15890
6908c509
JB
158912014-08-01 Joel Brobecker <brobecker@adacore.com>
15892
15893 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15894 inner_vla_struct_object_size.
15895 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15896 as xfail.
15897
cc6563d2
PA
158982014-07-30 Pedro Alves <palves@redhat.com>
15899
15900 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15901 comment.
15902
7e09a223
YQ
159032014-07-29 Yao Qi <yao@codesourcery.com>
15904
15905 PR gdb/17206
15906 * gdb.base/until-nodebug.exp: New.
15907
7ebdbe92
DE
159082014-07-28 Doug Evans <xdje42@gmail.com>
15909
15910 PR guile/17203
15911 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15912 previously existing parameter, and previously ambiguously spelled
15913 parameter.
15914
fdb1adc6
WN
159152014-07-28 Will Newton <will.newton@linaro.org>
15916
15917 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15918
186fcde0
DE
159192014-07-26 Ludovic Courtès <ludo@gnu.org>
15920 Doug Evans <xdje42@gmail.com>
15921
15922 PR guile/17146
15923 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15924
70509625
PA
159252014-07-25 Pedro Alves <palves@redhat.com>
15926
15927 * gdb.threads/signal-command-handle-nopass.c: New file.
15928 * gdb.threads/signal-command-handle-nopass.exp: New file.
15929 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15930 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15931 * gdb.threads/signal-delivered-right-thread.c: New file.
15932 * gdb.threads/signal-delivered-right-thread.exp: New file.
15933
c3f814a1
PA
159342014-07-25 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.base/double-prompt-target-event-error.exp
15937 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15938 match.
15939 (cancel_pagination_in_target_event): Rework double prompt
15940 detection.
15941 * gdb.base/paginate-after-ctrl-c-running.exp
15942 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15943 <return>' match.
15944 * gdb.base/paginate-bg-execution.exp
15945 (test_bg_execution_pagination_return)
15946 (test_bg_execution_pagination_cancel): Remove '-notransfer
15947 <return>' matches.
15948 * gdb.base/paginate-execution-startup.exp
15949 (test_fg_execution_pagination_return)
15950 (test_fg_execution_pagination_cancel): Remove '-notransfer
15951 <return>' matches.
15952 * gdb.base/paginate-inferior-exit.exp
15953 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15954 match.
15955 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15956 * lib/gdb.exp (pagination_prompt): Run text through
15957 string_to_regexp.
15958 (gdb_test_multiple): Match $pagination_prompt instead of
15959 "<return>".
15960 (string_to_regexp): Move to lib/gdb-utils.exp.
15961
e214cf6c
JK
159622014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15963
15964 * gdb.arch/amd64-entry-value-paramref.S: New file.
15965 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15966 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15967 * gdb.arch/amd64-optimout-repeat.S: New file.
15968 * gdb.arch/amd64-optimout-repeat.c: New file.
15969 * gdb.arch/amd64-optimout-repeat.exp: New file.
15970
17d0c5c8
JK
159712014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15972
15973 PR gdb/17170
15974 * gdb.base/statistics.exp: New file.
15975
b8b8facf
DE
159762014-07-17 Doug Evans <dje@google.com>
15977
74b49205 15978 PR gdb/17170
b8b8facf
DE
15979 * gdb.base/maint.exp: Update testing of per-command stats.
15980
1b5d0ab3
PA
159812014-07-16 Pedro Alves <palves@redhat.com>
15982
15983 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15984 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15985 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15986 (tfile_write_buf): New functions.
15987 (add_memory_block): Rewrite using the above.
15988 (adjust_function_address): New function.
15989 (FUNCTION_ADDRESS): New macro.
15990 (write_basic_trace_file): Remove short_x local, and use
15991 tfile_write_16. Change type of func_addr local to unsigned long
15992 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15993 here. Cast argument of add_memory_block to char pointer.
15994 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15995 (main): Remove parameters.
15996 * gdb.trace/tfile.exp: Remove nowarnings.
15997
4d974e88
SM
159982014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15999
16000 * gdb.base/debug-expr.exp: Test string evaluation with
16001 "debug expression" on.
16002
41e99568
PA
160032014-07-15 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.base/reread.exp: Use clean_restart.
16006
487d9753
PL
160072014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16008
16009 * gdb.arch/avr-flash-qualifer.c: New.
16010 * gdb.arch/avr-flash-qualifer.exp: New.
16011
cc1c52ad
PA
160122014-07-14 Pedro Alves <palves@redhat.com>
16013
16014 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16015 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16016
1e973570
PA
160172014-07-14 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/double-prompt-target-event-error.c: New file.
16020 * gdb.base/double-prompt-target-event-error.exp: New file.
16021
93d6eb10
PA
160222014-07-14 Pedro Alves <palves@redhat.com>
16023
16024 PR gdb/17072
16025 * gdb.base/paginate-inferior-exit.c: New file.
16026 * gdb.base/paginate-inferior-exit.exp: New file.
16027
0017922d
PA
160282014-07-14 Pedro Alves <palves@redhat.com>
16029
16030 PR gdb/17072
16031 * gdb.base/paginate-bg-execution.c: New file.
16032 * gdb.base/paginate-bg-execution.exp: New file.
16033
94696ad3
PA
160342014-07-14 Pedro Alves <palves@redhat.com>
16035
16036 PR gdb/17072
16037 * gdb.base/paginate-execution-startup.c: New file.
16038 * gdb.base/paginate-execution-startup.exp: New file.
16039 * lib/gdb.exp (pagination_prompt): New global.
16040 (default_gdb_spawn): New procedure, factored out from
16041 default_gdb_spawn.
16042 (default_gdb_start): Adjust to call default_gdb_spawn.
16043 (gdb_spawn): New procedure.
16044
bd293940
PA
160452014-07-14 Pedro Alves <palves@redhat.com>
16046
16047 * lib/gdb.exp (gdb_assert): New procedure.
16048 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16049
c933f875
PA
160502014-07-14 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.base/execution-termios.c: New file.
16053 * gdb.base/execution-termios.exp: New file.
16054
d98b7a16
TT
160552014-07-14 Tom Tromey <tromey@redhat.com>
16056
16057 * gdb.cp/vla-cxx.cc: New file.
16058 * gdb.cp/vla-cxx.exp: New file.
16059
548740d6
TT
160602014-07-14 Tom Tromey <tromey@redhat.com>
16061
16062 * gdb.reverse/rerun-prec.c: New file.
16063 * gdb.reverse/rerun-prec.exp: New file.
16064
a25eb028
MR
160652014-07-12 Maciej W. Rozycki <macro@mips.com>
16066 Maciej W. Rozycki <macro@codesourcery.com>
16067
16068 * lib/gdb-utils.exp: New file.
16069 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16070 inline `gdb_init_command' processing.
16071 (gdb_start_cmd): Likewise.
16072 * lib/mi-support.exp (mi_run_cmd): Likewise.
16073 * README: Document `gdb_init_command' and `gdb_init_commands'.
16074
218c2655
JK
160752014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16076
16077 Fix false FAIL running under a very long directory name.
16078 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16079 and "set print elements 10000". Twice.
16080
5401fde3
YQ
160812014-07-11 Yao Qi <yao@codesourcery.com>
16082
16083 * gdb.base/exprs.exp: "set print symbol off".
16084
e76126e8
PA
160852014-07-11 Pedro Alves <palves@redhat.com>
16086
16087 * gdb.threads/kill.c: New file.
16088 * gdb.threads/kill.exp: New file.
16089
2d6f0de6
YQ
160902014-07-10 Yao Qi <yao@codesourcery.com>
16091
16092 * gdb.trace/tfile.c (write_basic_trace_file)
16093 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16094 address written to trace file.
16095
7180e04a
PA
160962014-07-09 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.base/attach-wait-input.exp: New file.
16099 * gdb.base/attach-wait-input.c: New file.
16100
9a9a7608
AB
161012014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16102
16103 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16104 setting up test structures.
16105 (main): Call new test function.
16106 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16107 test function, continue into test function and walk test
16108 structures.
16109
161ac41e
YQ
161102014-07-02 Yao Qi <yao@codesourcery.com>
16111
16112 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16113 'bar_start' at the beginning of functions 'foo' and 'bar'
16114 respectively.
16115 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16116 instead of 'foo' and 'bar'.
16117
1f267ae3
MM
161182014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16119
16120 * gdb.btrace/segv.exp: New.
16121 * gdb.btrace/segv.c: New.
16122
2b239efb
LM
161232014-07-02 Luis Machado <lgustavo@codesourcery.com>
16124
16125 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16126 instruction.
16127
cf363f18
MW
161282014-06-30 Mark Wielaard <mjw@redhat.com>
16129
16130 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16131 vulture, vilify, villar): New volatile array constants.
16132 (vindictive, vegetation): New const volatile array constants.
16133 * gdb.base/volatile.exp: Test volatile and const volatile array
16134 types.
16135
aebf9d24
AA
161362014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16137
16138 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16139 target lacks support for awatch, rwatch, or hbreak.
16140
b67a2c6f
YQ
161412014-06-27 Yao Qi <yao@codesourcery.com>
16142
16143 * gdb.multi/dummy-frame-restore.exp: New.
16144 * gdb.multi/dummy-frame-restore.c: New.
16145
aef92902
MM
161462014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16147
16148 * gdb.btrace/gcore.exp: New.
16149
8e9db26e
PA
161502014-06-23 Pedro Alves <palves@redhat.com>
16151
16152 * gdb.base/watchpoint-reuse-slot.c: New file.
16153 * gdb.base/watchpoint-reuse-slot.exp: New file.
16154
70afc5b7
SC
161552014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16156
16157 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16158 progspace's filename in 'info', 'enable' and 'disable' command
16159 tests.
16160
b972bd9c
JK
161612014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16162
16163 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16164 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16165 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16166
125f8a3d
GB
161672014-06-20 Gary Benson <gbenson@redhat.com>
16168
16169 * gdb.arch/i386-avx.exp: Fix include file location.
16170 * gdb.arch/i386-sse.exp: Likewise.
16171
3ed9baed
IB
161722014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16173
16174 * gdb.dlang/expression.exp: New file.
16175
034f788c
PA
161762014-06-19 Pedro Alves <palves@redhat.com>
16177
16178 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16179 out from ...
16180 (top level): ... here. Iterate running tests under different
16181 scheduler-locking settings.
16182
45371d0c
LM
161832014-06-18 Luis Machado <lgustavo@codesourcery.com>
16184
16185 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16186 to DW_FORM_addr and use non-zero addresses.
16187
5d376983
SC
161882014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16189
16190 PR gdb/17017
16191 * gdb.python/py-xmethods.cc: Add global function call counters and
16192 increment them in their respective functions. Remove "cout"
16193 statements.
16194 * gdb.python/py-xmethods.exp: Make tests check the global function
16195 call counters instead of depending on inferior IO.
16196
a1aa2221
LM
161972014-06-18 Don Breazeal <donb@codesourcery.com>
16198
16199 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16200 Deleted procedure.
16201 (explicit_fork_parent_follow): Deleted procedure.
16202 (explicit_fork_child_follow): Deleted procedure.
16203 (test_follow_fork): New procedure.
16204 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16205 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16206 procedure calls.
16207
0fc05997
YQ
162082014-06-17 Yao Qi <yao@codesourcery.com>
16209
16210 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16211 CP1252.
16212
70795c52
LM
162132014-06-17 Luis Machado <lgustavo@codesourcery.com>
16214
16215 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16216 Initialize ptr and S explicitly.
16217 (skip_type_update_when_not_use_rtti_test): Likewise.
16218
6be47f0c
KS
162192014-06-16 Keith Seitz <keiths@redhat.com>
16220
16221 PR mi/15863
16222 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16223 the inferior is started.
16224
d03de421
PA
162252014-06-16 Pedro Alves <palves@redhat.com>
16226
16227 * gdb.base/break-main-file-remove-fail.c: New file.
16228 * gdb.base/break-main-file-remove-fail.exp: New file.
16229 * gdb.base/break-unload-file.exp: Use build_executable instead of
16230 prepare_for_testing.
16231 (test_break): New parameter "initial_load". Handle it.
16232 (top level): Add initial_load cmdline/file axis.
16233
f9579b99
TT
162342014-06-12 Tom Tromey <tromey@redhat.com>
16235
16236 * gdb.base/completion.exp: Don't use directory name in test.
16237
3657956b
GB
162382014-06-09 Gary Benson <gbenson@redhat.com>
16239
16240 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16241 separate the always-available ANSI-standard signals from the
16242 signals that require checking.
16243 (main): Likewise.
16244 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16245 Likewise.
16246 (main): Likewise.
16247
4186eb54
KS
162482014-06-07 Keith Seitz <keiths@redhat.com>
16249
16250 Revert:
16251 PR c++/16253
16252 * gdb.cp/var-tag.cc: New file.
16253 * gdb.cp/var-tag.exp: New file.
16254 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16255 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16256 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16257 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16258
25326a28 162592014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16260
16261 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16262
829155c9
PA
162632014-06-06 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16266 in target debug output instead of looking at RSP packets,
16267 disabling the test on any target that uses hardware stepping.
16268 Update comments.
16269
61c8d22e
PA
162702014-06-06 Pedro Alves <palves@redhat.com>
16271
16272 * gdb.base/break-unload-file.exp: Fix typo.
16273
d9a47287
YQ
162742014-06-06 Yao Qi <yao@codesourcery.com>
16275
16276 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16277 from "jit_function" to "^jit_function".
16278
e5e01dbf
YQ
162792014-06-06 Yao Qi <yao@codesourcery.com>
16280
16281 * gdb.base/async.c (foo): Add one statement.
16282 * gdb.base/async.exp: Get the next instruction address and
16283 match the output of "nexti" by instruction address. Match
16284 the hex address in the output of "finish".
16285
73ba372c
GB
162862014-06-06 Gary Benson <gbenson@redhat.com>
16287
16288 * gdb.base/call-signals.c: Remove preprocessor conditionals
16289 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16290 SIGSEGV and SIGTERM.
16291 * gdb.base/sigall.c: Likewise.
16292 * gdb.base/unwindonsignal.c: Likewise.
16293 * gdb.reverse/sigall-reverse.c: Likewise.
16294
831517df
YQ
162952014-06-06 Yao Qi <yao@codesourcery.com>
16296
16297 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16298 readable, skip the test.
16299
b8b91e98
YQ
163002014-06-06 Yao Qi <yao@codesourcery.com>
16301
16302 * gdb.threads/staticthreads.c (thread_function): Move the line
16303 setting breakpoint on forward.
16304 * gdb.threads/staticthreads.exp: Update comments.
16305
fb934770
LC
163062014-06-05 Ludovic Courtès <ludo@gnu.org>
16307
16308 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16309 "history-append! type error".
16310
6ef284bd
SM
163112014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16312
16313 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16314 erroneous dprintf expected input.
16315
a872e241
DE
163162014-06-04 Doug Evans <xdje42@gmail.com>
16317
16318 * gdb.guile/scm-generics.exp: Delete.
16319
16f691fb
DE
163202014-06-04 Doug Evans <xdje42@gmail.com>
16321
16322 * gdb.guile/scm-breakpoint.exp: Update.
16323 Add tests for breakpoint registration.
16324
012370f6
TT
163252014-06-04 Tom Tromey <tromey@redhat.com>
16326
16327 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16328 VLA-in-union.
16329 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16330 inner_vla_struct, vla_union types. Initialize objects of those
16331 types and compute their sizes.
16332
9f5a4cef
HZ
163332014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16334 Hui Zhu <hui@codesourcery.com>
16335
16336 * gdb.base/fileio.exp: Add test for shell not available as well as
16337 available.
16338 * gdb.base/fileio.c (test_system): Check for shell twice.
16339
90a45c4d
YQ
163402014-06-04 Yao Qi <yao@codesourcery.com>
16341
16342 * gdb.base/auto-connect-native-target.exp: Remove redundant
16343 space from the regexp pattern.
16344
70017e41
YQ
163452014-06-04 Yao Qi <yao@codesourcery.com>
16346
16347 * gdb.base/default.exp: Replace "child" with "native" in
16348 regexp pattern.
16349
883964a7
SC
163502014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16351
16352 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16353 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16354 * gdb.python/py-xmethods.py: Python script supporting the
16355 new testcase and tests.
16356
ef370185
JB
163572014-06-03 Joel Brobecker <brobecker@adacore.com>
16358 Pedro Alves <palves@redhat.com>
16359
16360 PR breakpoints/17000
16361 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16362 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16363
1e2ccb61
BM
163642014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16365
16366 * gdb.base/subst.exp: Add tests to verify partial path matching
16367 output.
16368
c6ec5ab2
PA
163692014-06-03 Pedro Alves <palves@redhat.com>
16370
16371 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16372 target that doesn't use software single-stepping.
16373
835c559f
PA
163742014-06-03 Pedro Alves <palves@redhat.com>
16375
16376 PR breakpoints/17000
16377 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16378 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16379
06eb1586
DE
163802014-06-02 Doug Evans <xdje42@gmail.com>
16381
16382 * gdb.guile/scm-parameter.exp: New file.
16383
e698b8c4
DE
163842014-06-02 Doug Evans <xdje42@gmail.com>
16385
16386 * gdb.guile/scm-cmd.c: New file.
16387 * gdb.guile/scm-cmd.exp: New file.
16388
ded03782
DE
163892014-06-02 Doug Evans <xdje42@gmail.com>
16390
16391 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16392 pretty-printer lookup.
16393 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16394 (make-pp_s-printer): Call it.
16395 (make-pretty-printer-from-dict): New function.
16396 (lookup-pretty-printer-maker-from-dict): New function.
16397 (*pretty-printer*): Simplify.
16398 (make-objfile-pp_s-printer): New function.
16399 (install-objfile-pretty-printers!): New function.
16400 (make-progspace-pp_s-printer): New function.
16401 (install-progspace-pretty-printers!): New function.
16402 * gdb.guile/scm-progspace.c: New file.
16403 * gdb.guile/scm-progspace.exp: New file.
16404
41fac0cf
PA
164052014-06-02 Pedro Alves <palves@redhat.com>
16406
16407 * gdb.base/dprintf-bp-same-addr.c: New file.
16408 * gdb.base/dprintf-bp-same-addr.exp: New file.
16409
96ae5695
EBM
164102014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16411
16412 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16413 * gdb.arch/powerpc-power.s: Likewise.
16414
da02b3a8
JB
164152014-06-02 Joel Brobecker <brobecker@adacore.com>
16416
16417 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16418
c72b2e7b
YQ
164192014-06-01 Yao Qi <yao@codesourcery.com>
16420
16421 * gdb.base/watchpoint.exp (test_watch_location): Check null
16422 pointer can be dereferenced. If not, do the test, otherwise
16423 skip it.
16424
53e8a631
AB
164252014-05-30 Andrew Burgess <aburgess@broadcom.com>
16426
16427 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16428 results.
16429 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16430
938f0e2f
AB
164312014-05-30 Andrew Burgess <aburgess@broadcom.com>
16432
16433 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16434 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16435 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16436 * gdb.arch/amd64-invalid-stack-top.c: New file.
16437 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16438
9ba6657a
PA
164392014-05-30 Pedro Alves <palves@redhat.com>
16440
16441 PR breakpoints/17000
16442 * gdb.base/sss-bp-on-user-bp.c: New file.
16443 * gdb.base/sss-bp-on-user-bp.exp: New file.
16444
522c09bf
DB
164452014-05-30 David Blaikie <dblaikie@gmail.com>
16446
16447 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16448 gnu_inline semantics via attribute.
16449 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16450 source explicitly specifies the required semantics.
16451
bf4ef81e
MR
164522014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16453
16454 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16455
329ea579
PA
164562014-05-29 Pedro Alves <palves@redhat.com>
16457 Tom Tromey <tromey@redhat.com>
16458
16459 * gdb.base/async-shell.exp: Don't enable target-async.
16460 * gdb.base/async.exp
16461 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16462 parameter. Adjust.
16463 (top level): Don't test with "target-async".
16464 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16465 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16466 * gdb.base/inferior-died.exp: Don't enable target-async.
16467 * gdb.base/interrupt-noterm.exp: Likewise.
16468 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16469 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16470 * gdb.mi/mi-nonstop.exp: Likewise.
16471 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16472 * gdb.mi/mi-nsintrall.exp: Likewise.
16473 * gdb.mi/mi-nsmoribund.exp: Likewise.
16474 * gdb.mi/mi-nsthrexec.exp: Likewise.
16475 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16476 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16477 * gdb.python/py-evsignal.exp: Don't enable target-async.
16478 * gdb.python/py-evthreads.exp: Likewise.
16479 * gdb.python/py-prompt.exp: Likewise.
16480 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16481 * gdb.server/solib-list.exp: Don't enable target-async.
16482 * gdb.threads/thread-specific-bp.exp: Likewise.
16483 * lib/mi-support.exp: Adjust to use mi-async.
16484
fd664c91
PA
164852014-05-29 Pedro Alves <palves@redhat.com>
16486
16487 PR gdb/13860
16488 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16489 reason, even in sync mode.
16490
251bde03
PA
164912014-05-29 Pedro Alves <palves@redhat.com>
16492 Hui Zhu <hui@codesourcery.com>
16493
16494 PR PR15693
16495 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16496 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16497 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16498 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16499
7f3c0343
JB
165002014-05-28 Joel Brobecker <brobecker@adacore.com>
16501
16502 * config/monitor.exp (gdb_target_monitor): Replace use of
16503 "set remotebaud" by "set serial baud".
16504
b2715b27
AW
165052014-05-26 Andy Wingo <wingo@igalia.com>
16506
16507 * gdb.guile/scm-breakpoint.exp:
16508 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16509 properties instead of gdb-object-properties.
16510
498a4489
YQ
165112014-05-26 Yao Qi <yao@codesourcery.com>
16512
16513 * gdb.server/no-thread-db.exp: Specify source file name
16514 explicitly when setting a breakpoint.
16515
589fdceb
MM
165162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16517
16518 * gdb.btrace/vdso.c: New.
16519 * gdb.btrace/vdso.exp: New.
16520
e9089e05
MM
165212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16522
16523 * gdb.base/gcore.exp (capture_command_output): Move ...
16524 * lib/gdb.exp (capture_command_output): ... here.
16525
67b5c0c1
MM
165262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16527
16528 * gdb.btrace/data.exp: Test memory access during btrace replay.
16529
a2199296
SM
165302014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16531
16532 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16533
17b2616c
PA
165342014-05-21 Pedro Alves <palves@redhat.com>
16535
16536 PR gdb/13860
16537 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16538 (top level): Test that output related to execution commands is
16539 sent to the console with CLI commands, but not with MI commands.
16540 Test that breakpoint events are always mirrored to the console.
16541 Also expect the new source line to be output after a "next" in
16542 async mode too. Make it a pass/fail test.
16543 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16544 output.
16545 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16546
5166082f
PA
165472014-05-21 Pedro Alves <palves@redhat.com>
16548
16549 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16550 Use them to test variations of "list" after reaching a breakpoint.
16551 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16552 Test "list" with listsize 10 after reaching a breakpoint.
16553 * gdb.python/python.exp (decode_line current location line
16554 number): Adjust expected line number.
16555
2f25d70f
SM
165562014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16557
16558 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16559 behavior for $args, pass it directly to "run".
16560
ff604a67
MR
165612014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16562
16563 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16564 30000 to 65536.
16565
6a3cb8e8
PA
165662014-05-21 Pedro Alves <palves@redhat.com>
16567
16568 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16569 auto-connect-native-target off".
16570 * gdb.base/auto-connect-native-target.c: New file.
16571 * gdb.base/auto-connect-native-target.exp: New file.
16572
4ebfc96e
PA
165732014-05-21 Pedro Alves <palves@redhat.com>
16574
16575 * gdb.base/default.exp: Test "target native" instead of "target
16576 child".
16577
36d46afb
MW
165782014-05-21 Mark Wielaard <mjw@redhat.com>
16579
16580 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16581
5876f503
JK
165822014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16583
16584 Fix TLS access for -static -pthread.
16585 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16586 <HAVE_TLS> (thread_function, main): Initialize it.
16587 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16588 Add clean_restart.
16589 <$have_tls != "">: Check TLSVAR.
16590
0256a6ac
PA
165912014-05-21 Pedro Alves <palves@redhat.com>
16592
16593 * gdb.base/dcache-line-read-error.c: New.
16594 * gdb.base/dcache-line-read-error.exp: New.
16595
936d2992
PA
165962014-05-20 Pedro Alves <palves@redhat.com>
16597
16598 * gdb.base/compare-sections.c: New file.
16599 * gdb.base/compare-sections.exp: New file.
16600
802e8e6d
PA
166012014-05-20 Pedro Alves <palves@redhat.com>
16602
16603 * gdb.base/break-idempotent.c: New file.
16604 * gdb.base/break-idempotent.exp: New file.
16605
e59fa00f
MM
166062014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16607
16608 * gdb.btrace/nohist.exp: New.
16609
8b696e31
YQ
166102014-05-20 Yao Qi <yao@codesourcery.com>
16611
16612 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16613 gdb.reverse directory and gdb_reverse_timeout exists in board
16614 setting.
16615 * README: Document gdb_reverse_timeout.
16616
73c9764f
YQ
166172014-05-20 Yao Qi <yao@codesourcery.com>
16618
16619 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16620 'test_file_name'. Treat args as a string instead of a list.
16621 (gdb_init): Rename argument 'args' by 'test_file_name'.
16622
f1f4348a
JK
166232014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16624
16625 * gdb.arch/powerpc-power.exp: New file.
16626 * gdb.arch/powerpc-power.s: New file.
16627
0dbe70ce
DE
166282014-05-16 Doug Evans <dje@google.com>
16629
16630 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16631 * gdb.base/completion.exp: Check that all expected files exist
16632 before doing file completion.
0dbe70ce 16633
8d551b02
DE
166342014-05-16 Doug Evans <dje@google.com>
16635
16636 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16637 Update.
16638 (do_syscall_tests_without_xml): Update.
16639
73eb7709
PA
166402014-05-16 Pedro Alves <palves@redhat.com>
16641
16642 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16643 instead of "unknown output after running".
16644
3fae92fc
YQ
166452014-05-16 Yao Qi <yao@codesourcery.com>
16646
16647 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16648 file1.txt from host at the end.
16649 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16650
c2b2ccc5
DE
166512014-05-15 Doug Evans <dje@google.com>
16652
16653 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16654 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16655 loading file. Add test for TU lookup.
16656
8c217a4b
SM
166572014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16658
16659 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16660 calling "-exec-arguments" or "set args" before running the
16661 inferior.
16662
3deb39c6
SM
166632014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16664
16665 * lib/mi-support.exp (mi_expect_stop): Expect message for
16666 inferiors that exit with non-zero exit code.
16667
71a79f8c
YQ
166682014-05-14 Yao Qi <yao@codesourcery.com>
16669
16670 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16671 match absolute path on remote host.
16672 (test_file_list_exec_source_files): Remove "/" from the
16673 pattern.
16674
f23fcd46
YQ
166752014-05-14 Yao Qi <yao@codesourcery.com>
16676
16677 * boards/local-remote-host-notty.exp (${board}_file): New
16678 proc.
16679
9404b58f
KM
166802014-05-07 Kyle McMartin <kyle@redhat.com>
16681
16682 Pushed by Joel Brobecker <brobecker@adacore.com>.
16683 * gdb.arch/aarch64-atomic-inst.c: New file.
16684 * gdb.arch/aarch64-atomic-inst.exp: New file.
16685
5e45f04c
YQ
166862014-05-07 Yao Qi <yao@codesourcery.com>
16687
16688 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16689 in current context" too.
16690
c888a17d
KS
166912014-05-05 Keith Seitz <keiths@redhat.com>
16692
16693 * gdb.linespec/ls-dollar.exp: Add test for linespec
16694 file:convenience_variable.
16695
290a839c
YQ
166962014-05-05 Yao Qi <yao@codesourcery.com>
16697
16698 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16699 traceframes into tfile and ctf trace files. Read data from
16700 trace file and test collected data.
16701 (gdb_collect_locals_test): Likewise.
16702 (gdb_unavailable_registers_test): Likewise.
16703 (gdb_unavailable_floats): Likewise.
16704 (gdb_collect_globals_test): Likewise.
16705 (top-level): Append "ctf" to trace_file_targets if GDB
16706 supports.
16707
b5262cd0
YQ
167082014-05-05 Yao Qi <yao@codesourcery.com>
16709
16710 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16711 code to ...
16712 (gdb_collect_args_test_1): ... it. New proc.
16713 (gdb_collect_locals_test): Move some code to ...
16714 (gdb_collect_locals_test_1): ... it. New proc.
16715 (gdb_unavailable_registers_test): Move some code to ...
16716 (gdb_unavailable_registers_test_1): ... it. New proc.
16717 (gdb_unavailable_floats): Move some code to ...
16718 (gdb_unavailable_floats_1): ... it. New proc.
16719
30a1e6cc
SDJ
167202014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16721
16722 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16723 probes to test for bitness recognition.
16724 * gdb.arch/amd64-stap-optional-prefix.exp
16725 (test_probe_value_without_reg): New procedure.
16726 Add code to test for different kinds of bitness.
16727
f33da99a
SDJ
167282014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16729
16730 PR breakpoints/16889
16731 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16732 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16733
5b80f00d
PA
167342014-05-01 Pedro Alves <palves@redhat.com>
16735
16736 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16737 gdb_file_cmd if no file is specified.
16738 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16739 last_loaded_file to set the remote exec-file.
16740
f8c2a73c
PA
167412014-05-01 Pedro Alves <palves@redhat.com>
16742
16743 * boards/local-remote-host.exp: New file.
16744
be6e8ac7
PA
167452014-05-01 Pedro Alves <palves@redhat.com>
16746
16747 * boards/local-remote-host.exp: Rename to ...
16748 * boards/local-remote-host-notty.exp: ... this.
16749
cac0dc8f
JB
167502014-04-28 Joel Brobecker <brobecker@adacore.com>
16751
16752 * gdb.ada/dyn_arrayidx: New testcase.
16753
9730e6cc
YQ
167542014-04-26 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16757 and compute the length of function main. Save it in
16758 $main_length.
16759 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16760 (top-level): Use gdb_compile to compile objects into
16761 executable and restart GDB. Remove invocation to
16762 prepare_for_testing.
16763
7ae1a6a6
PA
167642014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16765 Pedro Alves <palves@redhat.com>
16766
16767 PR server/16255
16768 * gdb.multi/multi-attach.c: New file.
16769 * gdb.multi/multi-attach.exp: New file.
16770
4082afcc
PA
167712014-04-25 Pedro Alves <palves@redhat.com>
16772
16773 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16774 user.
16775 (top level): Test that "set remote conditional-breakpoints-packet
16776 off" works as intended.
16777 * gdb.base/dprintf.exp: Test that "set remote
16778 breakpoint-commands-packet off" works as intended.
16779 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16780 New function.
16781 (top level): Call it.
16782 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16783 remote fast-tracepoints-packet off" works as intended.
16784 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16785 * lib/gdb.exp (gdb_is_target_remote): ... here.
16786
2abc3f8d
DB
167872014-04-24 David Blaikie <dblaikie@gmail.com>
16788
16789 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16790 ensure clang would not discard them.
16791 * gdb.base/gdbvars.c: Ditto.
16792 * gdb.base/memattr.c: Ditto.
16793 * gdb.base/whatis.c: Ditto.
16794 * gdb.python/py-prettyprint.c: Ditto.
16795 * gdb.trace/actions.c: Ditto.
16796 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16797 ensure clang would not discard it.
16798
bfd39632
DB
167992014-04-24 David Blaikie <dblaikie@gmail.com>
16800
16801 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16802 clang to emit the full definition of type required by the test
16803 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16804
22842ff6
DB
168052014-04-24 David Blaikie <dblaikie@gmail.com>
16806
16807 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16808 coax Clang into emitting the definition of the type.
16809 * gdb.cp/pr10728-x.h (y): Ditto.
16810 * gdb.cp/pr10728-y.cc (y): Ditto.
16811
c2e827ad
DB
168122014-04-24 David Blaikie <dblaikie@gmail.com>
16813
16814 * gdb.base/label.exp: XFAIL label related tests under Clang.
16815 * gdb.cp/cplabel.exp: Ditto.
16816 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16817 under Clang those using labels.
16818
4c2d33e7
YQ
168192014-04-25 Yao Qi <yao@codesourcery.com>
16820
16821 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16822 double_label.
16823 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16824 partial_label and double_label.
16825
56083b99
DB
168262014-04-24 David Blaikie <dblaikie@gmail.com>
16827
16828 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16829
25d4e99d
DB
168302014-04-24 David Blaikie <dblaikie@gmail.com>
16831
16832 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16833 of the function to work across GCC and Clang.
16834 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16835 pointer types (const void ** const V void **).
16836
01f9f808
MS
168372014-04-24 Michael Sturm <michael.sturm@mintel.com>
16838 Walfred Tedeschi <walfred.tedeschi@intel.com>
16839
16840 * Makefile.in (EXECUTABLES): Added i386-avx512.
16841 * gdb.arch/i386-avx512.c: New file.
16842 * gdb.arch/i386-avx512.exp: Likewise.
16843
4b48d439
KS
168442014-04-23 Keith Seitz <keiths@redhat.com>
16845
16846 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16847 (mi_make_breakpoint_table): New procedure.
16848 (mi_create_breakpoint): Use mi_make_breakpoint
16849 and return the result.
16850 (mi_make_breakpoint): New procedure.
16851 (mi_build_kv_pairs): New procedure.
16852
16853 * gdb.mi/mi-break.exp: Remove unused globals,
16854 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16855 All callers updated.
16856 * gdb.mi/mi-dprintf.exp: Use variable to track command
16857 number.
16858 Update all callers of mi_create_breakpoint and use
16859 mi_make_breakpoint_table.
16860 Remove any unused global variables.
16861 * gdb.mi/mi-nonstop.exp: Likewise.
16862 * gdb.mi/mi-nsintrall.exp: Likewise.
16863 * gdb.mi/mi-nsmoribund.exp: Likewise.
16864 * gdb.mi/mi-nsthrexec.exp: Likewise.
16865 * gdb.mi/mi-reverse.exp: Likewise.
16866 * gdb.mi/mi-simplerun.exp: Likewise.
16867 * gdb.mi/mi-stepn.exp: Likewise.
16868 * gdb.mi/mi-syn-frame.exp: Likewise.
16869 * gdb.mi/mi-until.exp: Likewise.
16870 * gdb.mi/mi-var-cp.exp: Likewise.
16871 * gdb.mi/mi-var-display.exp: Likewise.
16872 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16873 * gdb.mi/mi2-var-child.exp: Likewise.
16874 * gdb.mi/mi-vla-c99.exp: Likewise.
16875 * lib/mi-support.exp: Likewise.
16876
16877 From Ian Lance Taylor <iant@cygnus.com>:
16878 * lib/gdb.exp (parse_args): New procedure.
16879
08351840
PA
168802014-04-23 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.base/break-unload-file.c: New file.
16883 * gdb.base/break-unload-file.exp: New file.
16884 * gdb.base/sym-file-lib.c (baz): New function.
16885 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16886 field.
16887 (load): Store the segment's mapped size.
16888 (unload): New function.
16889 (unload_shlib): New function.
16890 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16891 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16892 set a breakpoint at baz, and call it.
16893 * gdb.base/sym-file.exp: New tests for stale breakpoint
16894 instructions.
16895
076855f9
PA
168962014-04-23 Pedro Alves <palves@redhat.com>
16897
16898 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16899 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16900 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16901 * gdb.base/hbreak-unmapped.c: New file.
16902 * gdb.base/hbreak-unmapped.exp: New file.
16903 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16904 * lib/gdb.exp (gdb_is_target_remote): ... here.
16905
483805cf
PA
169062014-04-22 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.base/consecutive-step-over.c: New file.
16909 * gdb.base/consecutive-step-over.exp: New file.
16910
06d97543
PA
169112014-04-22 Pedro Alves <palves@redhat.com>
16912
16913 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16914 instead of send_gdb/gdb_expect.
16915
b4429ea2
YQ
169162014-04-22 Yao Qi <yao@codesourcery.com>
16917
16918 * lib/trace-support.exp (generate_tracefile): New procedure.
16919 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16920 return 0.
16921 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16922 if generate_tracefile returns 1.
16923
51d48146
PA
169242014-04-18 Tom Tromey <palves@redhat.com>
16925 Pedro alves <tromey@redhat.com>
16926
16927 PR backtrace/15558
16928 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16929 with a backtrace limit.
16930 * gdb.python/py-frame-inline.exp: Test running to an inline
16931 function with a backtrace limit, and printing the newest frame.
16932 * gdb.python/py-frame-inline.c (main): Call f.
16933
bd1dce5f
MS
169342014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16935
16936 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16937
40d1a503
MS
169382014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16939
16940 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16941 Drop prefix from unsupported source file path.
16942
389b98f7
YQ
169432014-04-17 Yao Qi <yao@codesourcery.com>
16944
16945 * lib/gdb.exp (with_target_charset): New proc.
16946 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16947 with_target_charset.
16948 (test_print_strings): Likewise.
16949 (test_repeat_bytes): Likewise.
16950 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16951 for some tests.
16952
22869d73
KS
169532014-04-16 Keith Seitz <keiths@redhat.com>
16954
16955 PR gdb/15827
16956 * gdb.dwarf2/corrupt.c: New file.
16957 * gdb.dwarf2/corrupt.exp: New file.
16958
c4f87ca6
KS
169592014-04-16 Keith Seitz <keiths@redhat.com>
16960
16961 PR c++/16597
16962 * gdb.cp/namelessclass.cc: New file.
16963 * gdb.cp/namelessclass.exp: New file.
16964 * gdb.cp/namelessclass.S: New file.
16965
ab19de87
DE
169662014-04-16 Doug Evans <dje@google.com>
16967
16968 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16969 Add comment.
16970 (gdbserver_default_get_comm_port): New function.
16971 (gdbserver_start): Check if board file provided
16972 "gdbserver,get_comm_port" and use it if so.
16973 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16974 (gdb,socketport): Set to "stdio".
16975 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16976 (stdio_gdbserver_template): Delete.
16977 (${board}_get_remote_address): Update.
16978 (${board}_build_remote_cmd): Delete.
16979 (${board}_get_comm_port): New function.
16980 (${board}_spawn): Update.
16981 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16982 Delete.
16983 (${board}_get_remote_address): Update.
16984 (${board}_get_comm_port): New function.
16985
fc98a809
AB
169862014-04-16 Andrew Burgess <aburgess@broadcom.com>
16987
16988 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16989 appearing in any order.
16990
87fd9e6e
DE
169912014-04-15 Doug Evans <dje@google.com>
16992
16993 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16994 uninitialized value of "description".
16995
099fc3ea
KS
169962014-04-15 Keith Seitz <keiths@redhat.com>
16997
16998 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16999 Remove unused globals.
17000 (test_running_the_program): Likewise.
17001 (test_controlled_execution): Likewise.
17002 (test_controlling_breakpoints): Likewise.
17003 (test_program_termination): Likewise.
17004
5da151d4
KS
170052014-04-15 Keith Seitz <keiths@redhat.com>
17006
17007 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17008 unused globals.
17009 (test_rbreak_creation_and_listing): Likewise.
17010 (test_ignore_count): Likewise.
17011 (test_error): Likewise.
17012
35e5d2f0
PA
170132014-04-15 Pedro Alves <palves@redhat.com>
17014
17015 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17016 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17017 sym-file-loader.c.
17018 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17019 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17020 to sym-file-loader.c.
17021 (struct library): Forward declare.
17022 (load_shlib, lookup_function): Change prototypes.
17023 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17024 (translate_offset): Remove declarations.
17025 (get_text_addr): New declaration.
17026 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17027 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17028 sym-file-loader.h.
17029 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17030 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17031 here from sym-file-loader.h.
17032 (struct library): New structure.
17033 (load_shlib, lookup_function): Change prototypes and adjust to
17034 work with a struct library.
17035 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17036 (translate_offset): Make static.
17037 (get_text_addr): New function.
17038 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17039
eb4c1710
PA
170402014-04-15 Pedro Alves <palves@redhat.com>
17041
17042 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17043
2d1baf52
PA
170442014-04-15 Pedro Alves <palves@redhat.com>
17045
17046 * gdb.base/sym-file-loader.c: Include <limits.h>.
17047 (SELF_LINK): New define.
17048 (get_origin): New function.
17049 (load_shlib): Use it.
17050 * gdb.base/sym-file.exp: Don't early return if the target is
17051 remote. Use runto_main, and issue fail is that fails. Use
17052 gdb_load_shlibs.
17053 (shlib_name): Delete.
17054 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17055
7dd6df01
PA
170562014-04-15 Pedro Alves <palves@redhat.com>
17057
17058 * gdb.base/sym-file.exp: Remove regex characters from test
17059 message. Don't refer to breakpoint numbers in test messages.
17060
b50c8614
KS
170612014-04-14 Keith Seitz <keiths@redhat.com>
17062
17063 PR c++/16253
17064 * gdb.cp/var-tag.cc: New file.
17065 * gdb.cp/var-tag.exp: New file.
17066 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17067 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17068 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17069 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17070
3d567982
TT
170712014-04-14 Tom Tromey <tromey@redhat.com>
17072
17073 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17074 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17075 type.
17076 * gdb.cp/enum-class.exp: New file.
17077 * gdb.cp/enum-class.cc: New file.
17078
0626fc76
TT
170792014-04-14 Tom Tromey <tromey@redhat.com>
17080
17081 * gdb.dwarf2/enum-type.exp: New file.
17082
dca325b3
SA
170832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17084
17085 * gdb.mi/mi-vla-c99.exp: New file.
17086 * gdb.mi/vla.c: New file.
17087
5854b38a
SA
170882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17089
17090 * gdb.base/vla-datatypes.c: New file.
17091 * gdb.base/vla-datatypes.exp: New file.
17092
463bb957
SA
170932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17094
17095 * gdb.base/vla-ptr.c: New file.
17096 * gdb.base/vla-ptr.exp: New file.
17097
3dd170be
SA
170982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17099
17100 * gdb.dwarf2/count.exp: New file.
17101
5ecaaa66
SA
171022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17103
17104 * gdb.base/vla-sideeffect.c: New file.
17105 * gdb.base/vla-sideeffect.exp: New file.
17106
41f1ada5
DB
171072014-04-14 David Blaikie <dblaikie@gmail.com>
17108
17109 * gdb.mi/non-stop.c: Add return value for non-void function return
17110 statement.
17111 * gdb.threads/staticthreads.c: Ditto.
17112
0be03e84
DE
171132014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17114 Doug Evans <xdje42@gmail.com>
17115
17116 * gdb.guile/scm-value.c: Improve test case.
17117 * gdb.guile/scm-value.exp: Add new test.
17118
f180a1fb
DB
171192014-04-11 David Blaikie <dblaikie@gmail.com>
17120
17121 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17122 override Clang's default.
17123
6b662e19
JB
171242014-04-11 Joel Brobecker <brobecker@adacore.com>
17125
17126 Revert the following changes (regressions):
17127
17128 * gdb.base/vla-sideeffect.c: New file.
17129 * gdb.base/vla-sideeffect.exp: New file.
17130
17131 * gdb.dwarf2/count.exp: New file.
17132
17133 * gdb.base/vla-multi.c: New file.
17134 * gdb.base/vla-multi.exp: New file.
17135
17136 * gdb.base/vla-ptr.c: New file.
17137 * gdb.base/vla-ptr.exp: New file.
17138
17139 * gdb.base/vla-datatypes.c: New file.
17140 * gdb.base/vla-datatypes.exp: New file.
17141
17142 * gdb.mi/mi-vla-c99.exp: New file.
17143 * gdb.mi/vla.c: New file.
17144
245a5f0b
KS
171452014-04-11 Keith Seitz <keiths@redhat.com>
17146
17147 PR c++/16675
17148 * gdb.cp/cpsizeof.exp: New file.
17149 * gdb.cp/cpsizeof.cc: New file.
17150
58a84dcf
SA
171512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17152
191a8a90
JB
17153 * gdb.mi/mi-vla-c99.exp: New file.
17154 * gdb.mi/vla.c: New file.
58a84dcf 17155
c8655f75
SA
171562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17157
17158 * gdb.base/vla-datatypes.c: New file.
17159 * gdb.base/vla-datatypes.exp: New file.
17160
024e13b4
SA
171612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17162
17163 * gdb.base/vla-ptr.c: New file.
17164 * gdb.base/vla-ptr.exp: New file.
17165
1a237e0e
SA
171662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17167
17168 * gdb.base/vla-multi.c: New file.
17169 * gdb.base/vla-multi.exp: New file.
17170
504f3432
SA
171712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17172
17173 * gdb.dwarf2/count.exp: New file.
17174
3bce8237
SA
171752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17176
191a8a90
JB
17177 * gdb.base/vla-sideeffect.c: New file.
17178 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17179
322f9c21
YQ
171802014-04-11 Yao Qi <yao@codesourcery.com>
17181
17182 * gdb.base/completion.exp: Check file exists before running tests
17183 on file completion.
17184
d708bcd1
PA
171852014-04-10 Pedro Alves <palves@redhat.com>
17186
17187 * gdb.base/cond-eval-mode.c: New file.
17188 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17189 prepare_for_testing to build the new file. Check result of
17190 runto_main.
17191 (test_break, test_watch): New procedures.
17192 (top level): Use them.
17193
ae1d2761
PM
171942014-04-08 Pierre Muller <muller@sourceware.org>
17195
17196 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17197 Ctrl-V use for mingw hosts.
17198
7af389b8
SC
171992014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17200
17201 * gdb.python/py-value.c: Improve test case.
17202 * gdb.python/py-value.exp: Add new test.
17203
5e703181
DE
172042014-04-07 David Blaikie <dblaikie@gmail.com>
17205
17206 * lib/compiler.c: Identify the clang compiler.
17207 * lib/compiler.cc: Ditto.
17208
9810b410
YQ
172092014-04-03 Yao Qi <yao@codesourcery.com>
17210
17211 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17212
98d1b8dc
AB
172132014-04-01 Anton Blanchard <anton@samba.org>
17214
17215 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17216 messages unique.
17217
3114cea1
AB
172182014-04-01 Anton Blanchard <anton@samba.org>
17219
17220 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17221 prepare_for_testing.
17222
62f7182c
AB
172232014-04-01 Anton Blanchard <anton@samba.org>
17224
17225 * gdb.arch/ppc64-atomic-inst.c: Remove.
17226 * gdb.arch/ppc64-atomic-inst.S: New file.
17227 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17228
770e7fc7
DE
172292014-03-31 Doug Evans <dje@google.com>
17230
17231 * gdb.base/print-symbol-loading-lib.c: New file.
17232 * gdb.base/print-symbol-loading-main.c: New file.
17233 * gdb.base/print-symbol-loading.exp: New file.
17234
46e2bafa
YQ
172352014-03-31 Yao Qi <yao@codesourcery.com>
17236
17237 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17238
8776cfe9
JB
172392014-03-28 Joel Brobecker <brobecker@adacore.com>
17240
17241 * gdb.ada/mi_dyn_arr: New testcase.
17242
5d1ef361
DE
172432014-03-27 Doug Evans <dje@google.com>
17244
17245 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17246
b5bee914
YQ
172472014-03-27 Yao Qi <yao@codesourcery.com>
17248
17249 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17250 if target is nios2-*-*.
17251
0d4d0e77
YQ
172522014-03-26 Yao Qi <yao@codesourcery.com>
17253
17254 * lib/gdb.exp (readline_is_used): New proc.
17255 * gdb.base/completion.exp: Move tests on command complete up.
17256 Skip the rest of tests if readline is not used.
17257 * gdb.ada/complete.exp: Skp the test if readline is not
17258 used.
17259 * gdb.base/filesym.exp: Likewise.
17260 * gdb.base/macscp.exp: Likewise.
17261 * gdb.base/readline-ask.exp: Likewise.
17262 * gdb.base/readline.exp: Likewise.
17263 * gdb.python/py-cmd.exp: Likewise.
17264 * gdb.trace/tfile.exp: Likewise.
17265
29361eee
YQ
172662014-03-26 Yao Qi <yao@codesourcery.com>
17267
17268 * gdb.base/macscp.exp: Fix code format issues.
17269
bc9a5525
UW
172702014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17271
17272 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17273 * gdb.asm/powerpc64le.inc: New file.
17274
d3839ede
PA
172752014-03-25 Pedro Alves <palves@redhat.com>
17276 Doug Evans <dje@google.com>
17277
17278 * gdb.base/source-execution.c: New file.
17279 * gdb.base/source-execution.exp: New file.
17280 * gdb.base/source-execution.gdb: New file.
17281
01672a57
DE
172822014-03-24 Doug Evans <dje@google.com>
17283
17284 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17285 using fission.
17286
88bbeca9
HZ
172872014-03-24 Hui Zhu <hui@codesourcery.com>
17288 Pedro Alves <palves@redhat.com>
17289
17290 PR breakpoints/16101
17291 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17292 test pass/fail messages. Detect missing support for dprintf when
17293 breakpoints are actually inserted.
17294 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17295 breakpoints are actually inserted.
17296 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17297 fails.
17298
d2348791
JK
172992014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17300
17301 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17302
feef67ab
DE
173032014-03-22 Doug Evans <xdje42@gmail.com>
17304
17305 * gdb.python/python.exp (python not supported): Verify multi-line
17306 python command issues an error.
25d743f9 17307 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17308 guile command issues an error.
feef67ab 17309
ecebef6a
MR
173102014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17311
17312 * gdb.threads/thread-specific.exp: Handle the lack of usable
17313 $this_breakpoint and $this_thread.
17314
ccdd1909
HZ
173152014-03-21 Hui Zhu <hui@codesourcery.com>
17316
17317 * gdb.base/attach.exp (do_command_attach_tests): New.
17318
beb460e8
PA
173192014-03-20 Tom Tromey <tromey@redhat.com>
17320 Pedro Alves <palves@redhat.com>
17321
17322 PR cli/15718
17323 * gdb.base/condbreak-call-false.c: New file.
17324 * gdb.base/condbreak-call-false.exp: New file.
17325
40acf43a
PA
173262014-03-20 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17329 Delete.
17330 (block_signals, unblock_signals): Delete.
17331 (child_function_2, main): Remove references to deleted variable
17332 and functions.
17333
9f5e1e02
PA
173342014-03-20 Pedro Alves <palves@redhat.com>
17335
17336 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17337 Use pthread_kill to signal thread 2.
17338 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17339 Adjust to make the test send itself a signal rather than using the
17340 host's "kill" command.
17341
99619bea
PA
173422014-03-20 Pedro Alves <palves@redhat.com>
17343
17344 * gdb.threads/multiple-step-overs.c: New file.
17345 * gdb.threads/multiple-step-overs.exp: New file.
17346 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17347 Adjust expected infrun debug output.
17348
2adfaa28
PA
173492014-03-20 Pedro Alves <palves@redhat.com>
17350
17351 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17352 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17353
31e77af2
PA
173542014-03-20 Pedro Alves <palves@redhat.com>
17355
17356 PR breakpoints/7143
17357 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17358 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17359 of gdb_test_multiple.
17360 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17361 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17362
b9f437de
PA
173632014-03-20 Pedro Alves <palves@redhat.com>
17364
17365 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17366 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17367
05adc73e
PA
173682014-03-19 Pedro Alves <palves@redhat.com>
17369
17370 * gdb.base/async.exp: Remove early return.
17371
6048b950
PA
173722014-03-19 Pedro Alves <palves@redhat.com>
17373
17374 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17375
8bcfb00a
PA
173762014-03-19 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.base/async.exp (test_background): Expect \r\n after
17379 "completed." in the fail pattern.
17380
884e37dc
PA
173812014-03-19 Pedro Alves <palves@redhat.com>
17382
17383 * gdb.base/async.exp (test_background): New procedure.
17384 Use it for all background execution command tests.
17385
148e57e2
PA
173862014-03-19 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.base/async.exp: Use prepare_for_testing.
17389
f48088c7
PA
173902014-03-19 Pedro Alves <palves@redhat.com>
17391
17392 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17393 the same line.
17394
e2f6c966
PA
173952014-03-19 Pedro Alves <palves@redhat.com>
17396
17397 * gdb.base/async.c (main): Add "jump here" and "until here" line
17398 marker comments.
17399 * gdb.base/async.exp (jump_here): New global.
17400 (jump& test): Use it.
17401 (until_here): New global.
17402 (until& test): Use it.
17403
c30568d4
PA
174042014-03-19 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.base/async.exp: Don't frob gdb_protocol.
17407
0172b6a7
DE
174082014-03-18 Doug Evans <xdje42@gmail.com>
17409
17410 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17411 Fix spelling of exec-done-display.
17412
06c868a8
JK
174132014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17414
17415 PR gdb/15358
17416 * gdb.base/gdb-sigterm.c: New file.
17417 * gdb.base/gdb-sigterm.exp: New file.
17418
0c7e1a46
PA
174192014-03-18 Pedro Alves <palves@redhat.com>
17420
17421 PR gdb/13860
17422 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17423 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17424 solib-event.
17425
f7c77d93
JB
174262014-03-17 Joel Brobecker <brobecker@adacore.com>
17427
17428 * gdb.ada/pckd_arr_ren: New testcase.
17429
5a1e8c7a
DE
174302014-03-13 Doug Evans <xdje42@gmail.com>
17431
17432 PR guile/16612
17433 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17434 collect after discarding symbols.
17435
350e1a76
DE
174362014-03-13 Ludovic Courtès <ludo@gnu.org>
17437 Doug Evans <xdje42@gmail.com>
17438
17439 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17440 to history survives a gc.
17441
a69900ae
PA
174422014-03-13 Pedro Alves <palves@redhat.com>
17443
17444 * gdb.base/default.exp: Don't test "target procfs".
17445
5db9f0bd
PA
174462014-03-13 Pedro Alves <palves@redhat.com>
17447
17448 * gdb.base/default.exp: Update "target child" and "target procfs"
17449 tests to not expect "Unix".
17450
b3ccfe11
TT
174512014-03-12 Tom Tromey <tromey@redhat.com>
17452
17453 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17454 New procs. Add target-async tests.
17455 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17456 Add target-async tests.
17457
646f4417
AA
174582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17459
17460 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17461 'func_start' and 'func_end' for the beginning and end of the
17462 function code, respectively.
17463 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17464 'func_end' instead of 'func' and 'main'.
17465
288c211f
AA
174662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17467
17468 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17469 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17470 generate the debug info assembler source.
17471
e0c0f156
AA
174722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17473
17474 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17475 * gdb.dwarf2/arr-subrange.exp: Likewise.
17476 * gdb.dwarf2/dwz.exp: Likewise.
17477 * gdb.dwarf2/method-ptr.exp: Likewise.
17478 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17479 * gdb.dwarf2/subrange.exp: Likewise.
17480 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17481 * gdb.dwarf2/implptrpiece.exp: Likewise.
17482 * gdb.dwarf2/nostaticblock.exp: Likewise.
17483
0e5c4555
AA
174842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17485
17486 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17487 directory to absolute path name arguments.
17488
5ec18f2b
JG
174892014-03-10 Joel Brobecker <brobecker@adacore.com>
17490
17491 * gdb.ada/tagged_access: New testcase.
17492
847fc4f2
MM
174932014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17494
17495 * gdb.btrace/data.exp: Update expected output.
17496
cc3da688
YQ
174972014-03-06 Yao Qi <yao@codesourcery.com>
17498
17499 * gdb.trace/pr16508.exp: New file.
17500
0f26cec1
PA
175012014-03-05 Pedro Alves <palves@redhat.com>
17502
17503 PR gdb/16575
17504 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17505 procedure.
17506 (top level): Adjust to use it. Add tests that exercise breakpoint
17507 interaction with the code-cache.
17508
7a5a839f
LC
175092014-02-26 Ludovic Courtès <ludo@gnu.org>
17510
17511 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17512 test for 'history-append!'.
17513
31aa7e4e
JB
175142014-02-26 Joel Brobecker <brobecker@adacore.com>
17515
17516 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17517 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17518 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17519 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17520 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17521 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17522
1b588015
JB
175232014-02-26 Joel Brobecker <brobecker@adacore.com>
17524
17525 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17526 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17527 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17528
55426c9d
JB
175292014-02-26 Joel Brobecker <brobecker@adacore.com>
17530
17531 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17532
dc53a7ad
JB
175332014-02-26 Joel Brobecker <brobecker@adacore.com>
17534
17535 * gdb.dwarf2/arr-stride.c: New file.
17536 * gdb.dwarf2/arr-stride.exp: New file.
17537
12ab52e9
PA
175382014-02-26 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17541 that won't ever trigger. Make sure that GDB reports the correct
17542 breakpoint that caused the stop.
17543
849c862e
JK
175442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17545
17546 PR gdb/16626
17547 * gdb.base/auto-load-script: New file.
17548 * gdb.base/auto-load.c: New file.
17549 * gdb.base/auto-load.exp: New file.
17550
71b7d793
JK
17551 PR gdb/16626
17552 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17553
e2f0d509
JK
175542014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17555
17556 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17557 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17558
50cc37c8
DE
175592014-02-24 Doug Evans <dje@google.com>
17560
17561 * lib/gdb.exp (run_on_host): Log error output if program fails.
17562
ea4758f2
PA
175632014-02-21 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.threads/step-after-sr-lock.c: Rename to ...
17566 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17567 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17568 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17569 ... this.
17570
d7b30f67
SDJ
175712014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17572
17573 PR tdep/16397
17574 * gdb.arch/amd64-stap-special-operands.exp: New file.
17575 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17576 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17577 * gdb.arch/amd64-stap-triplet.S: Likewise.
17578 * gdb.arch/amd64-stap-triplet.c: Likewise.
17579
83deb43f
JB
175802014-02-20 Joel Brobecker <brobecker@adacore.com>
17581
17582 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17583 in .section pseudo-op.
17584
adde2bff
DE
175852014-02-20 lin zuojian <manjian2006@gmail.com>
17586 Joel Brobecker <brobecker@adacore.com>
17587 Doug Evans <xdje42@gmail.com>
17588
17589 PR symtab/16581
17590 * gdb.dwarf2/dw2-icycle.S: New file.
17591 * gdb.dwarf2/dw2-icycle.c: New file.
17592 * gdb.dwarf2/dw2-icycle.exp: New file.
17593
f7bd0f78
SC
175942014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17595
17596 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17597 operations on gdb.Value objects.
17598 * gdb.python/py-value-cc.exp: Add new test to test operations on
17599 gdb.Value objects.
17600
c17ef0d5
DE
176012014-02-18 Doug Evans <dje@google.com>
17602
17603 * Makefile.in (TESTS): New variable.
17604 (expanded_tests, expanded_tests_or_none): New variables
17605 (check-single): Pass $(expanded_tests_or_none) to runtest.
17606 (check-parallel): Only run tests in $(TESTS) if non-empty.
17607 (check/no-matching-tests-found): New rule.
17608 * README: Document TESTS makefile variable.
17609
5dd3176f
DE
176102014-02-18 Doug Evans <dje@google.com>
17611
17612 * Makefile.in (check-parallel): rm -rf outputs temp.
17613
0b10be4f
JK
176142014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17615
17616 Fix "ERROR: no fileid for" in the testsuite.
17617 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17618
85f224e7
DE
176192014-02-12 Doug Evans <dje@google.com>
17620
17621 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17622 (MISCELLANEOUS): New variable.
17623 (clean): rm -rf $(MISCELLANEOUS).
17624 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17625 dwp live in the same directory as symlinks, with each symlink pointed
17626 to a differently named file in a different directory.
17627
149b30ff
DE
176282014-02-11 Doug Evans <dje@google.com>
17629
17630 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17631 of Tcl file commands.
17632
1dfdac32
MK
176332014-02-10 Mark Kettenis <kettenis@gnu.org>
17634
17635 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17636 "kill -SIGUSR1 -1".
17637
aa4fb036
JB
176382014-02-10 Joel Brobecker <brobecker@adacore.com>
17639
17640 * gdb.ada/tick_length_array_enum_idx: New testcase.
17641
ed3ef339
DE
176422014-02-10 Doug Evans <xdje42@gmail.com>
17643
17644 * configure.ac (AC_OUTPUT): Add gdb.guile.
17645 * configure: Regenerate.
17646 * lib/gdb-guile.exp: New file.
17647 * lib/gdb.exp (get_target_charset): New function.
17648 * gdb.base/help.exp: Update expected output from "apropos apropos".
17649 * gdb.guile/Makefile.in: New file.
17650 * gdb.guile/guile.exp: New file.
17651 * gdb.guile/scm-arch.c: New file.
17652 * gdb.guile/scm-arch.exp: New file.
17653 * gdb.guile/scm-block.c: New file.
17654 * gdb.guile/scm-block.exp: New file.
17655 * gdb.guile/scm-breakpoint.c: New file.
17656 * gdb.guile/scm-breakpoint.exp: New file.
17657 * gdb.guile/scm-disasm.c: New file.
17658 * gdb.guile/scm-disasm.exp: New file.
17659 * gdb.guile/scm-equal.c: New file.
17660 * gdb.guile/scm-equal.exp: New file.
17661 * gdb.guile/scm-error.exp: New file.
17662 * gdb.guile/scm-error.scm: New file.
17663 * gdb.guile/scm-frame-args.c: New file.
17664 * gdb.guile/scm-frame-args.exp: New file.
17665 * gdb.guile/scm-frame-args.scm: New file.
17666 * gdb.guile/scm-frame-inline.c: New file.
17667 * gdb.guile/scm-frame-inline.exp: New file.
17668 * gdb.guile/scm-frame.c: New file.
17669 * gdb.guile/scm-frame.exp: New file.
17670 * gdb.guile/scm-generics.exp: New file.
17671 * gdb.guile/scm-gsmob.exp: New file.
17672 * gdb.guile/scm-iterator.c: New file.
17673 * gdb.guile/scm-iterator.exp: New file.
17674 * gdb.guile/scm-math.c: New file.
17675 * gdb.guile/scm-math.exp: New file.
17676 * gdb.guile/scm-objfile-script-gdb.in: New file.
17677 * gdb.guile/scm-objfile-script.c: New file.
17678 * gdb.guile/scm-objfile-script.exp: New file.
17679 * gdb.guile/scm-objfile.c: New file.
17680 * gdb.guile/scm-objfile.exp: New file.
17681 * gdb.guile/scm-ports.exp: New file.
17682 * gdb.guile/scm-pretty-print.c: New file.
17683 * gdb.guile/scm-pretty-print.exp: New file.
17684 * gdb.guile/scm-pretty-print.scm: New file.
17685 * gdb.guile/scm-section-script.c: New file.
17686 * gdb.guile/scm-section-script.exp: New file.
17687 * gdb.guile/scm-section-script.scm: New file.
17688 * gdb.guile/scm-symbol.c: New file.
17689 * gdb.guile/scm-symbol.exp: New file.
17690 * gdb.guile/scm-symtab-2.c: New file.
17691 * gdb.guile/scm-symtab.c: New file.
17692 * gdb.guile/scm-symtab.exp: New file.
17693 * gdb.guile/scm-type.c: New file.
17694 * gdb.guile/scm-type.exp: New file.
17695 * gdb.guile/scm-value-cc.cc: New file.
17696 * gdb.guile/scm-value-cc.exp: New file.
17697 * gdb.guile/scm-value.c: New file.
17698 * gdb.guile/scm-value.exp: New file.
17699 * gdb.guile/source2.scm: New file.
17700 * gdb.guile/types-module.cc: New file.
17701 * gdb.guile/types-module.exp: New file.
17702
7026a7c1
YQ
177032014-02-10 Yao Qi <yao@codesourcery.com>
17704
17705 PR testsuite/16543
17706 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17707 * configure: Regenerated.
17708 * Makefile.in: New file.
17709
6c466447
AS
177102014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17711
17712 * gdb.python/py-framefilter.exp: Fix typo.
17713
6e854735
YQ
177142014-02-08 Yao Qi <yao@codesourcery.com>
17715
17716 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17717 that no =breakpoint-modified is emitted when breakpoints are
17718 modified through MI commands.
17719
d137e6dc
PA
177202014-02-07 Pedro Alves <pedro@codesourcery.com>
17721 Pedro Alves <palves@redhat.com>
17722
17723 * gdb.threads/step-after-sr-lock.c: New file.
17724 * gdb.threads/step-after-sr-lock.exp: New file.
17725
b5ee5a50
PA
177262014-02-07 Pedro Alves <palves@redhat.com>
17727
17728 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17729
3c77faf3
JK
177302014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17731
17732 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17733 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17734
6dddc817
DE
177352014-02-06 Doug Evans <xdje42@gmail.com>
17736
17737 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17738 output.
17739
17740 * gdb.gdb/python-interrupts.exp: New file.
17741
de7b2893
YQ
177422014-02-05 Yao Qi <yao@codesourcery.com>
17743
17744 * gdb.trace/report.exp (use_collected_data): Test the output
17745 of "info threads" and "info inferiors".
17746
66d032ac
YQ
177472014-02-05 Yao Qi <yao@codesourcery.com>
17748
17749 Revert this patch:
17750
17751 2013-05-24 Yao Qi <yao@codesourcery.com>
17752
17753 * gdb.trace/tfile.exp: Test inferior and thread.
17754
591a12a1
UW
177552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17756
17757 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17758 on a function.
17759 * gdb.base/step-bt.c: Call hello via function pointer to make
17760 sure its first instruction is executed on powerpc64le-linux.
17761
0ff3e01f
UW
177622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17763
17764 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17765
084ee545
UW
177662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17767
17768 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17769 of the test patterns for use on little-endian systems.
17770
6ed14ff3
UW
177712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17772
17773 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17774 (decimal_vector): Fix for little-endian.
17775
401e27fd
JM
177762014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17777
17778 * gdb.arch/sparc-sysstep.exp: New file.
17779 * gdb.arch/sparc-sysstep.c: Likewise.
17780
17781 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17782
8b924729
EBM
177832014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17784
17785 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17786
fb151210
JB
177872014-01-23 Tom Tromey <tromey@redhat.com>
17788
17789 * gdb.ada/array_char_idx: New testcase.
17790
0740f8d8
TT
177912014-01-23 Tom Tromey <tromey@redhat.com>
17792
17793 PR python/16487:
17794 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17795 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17796 classes.
17797
21909fa1
TT
177982014-01-23 Tom Tromey <tromey@redhat.com>
17799
17800 PR python/16491:
17801 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17802 string from an inferior frame.
17803 * gdb.python/py-framefilter-mi.exp: Update.
17804
87ce2a04
DE
178052014-01-22 Doug Evans <dje@google.com>
17806
17807 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17808
237b092b
AA
178092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17810
17811 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17812
d674a709
AA
178132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17814
17815 * gdb.trace/entry-values.exp: Remove excess space character from
17816 regex patterns. Handle s390 call instruction.
17817
20fa3390
AA
178182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17819
17820 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17821 define "*_start" label. Make "name" static.
17822 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17823 ${name} by references to ${name}_start.
17824
78466714
AA
178252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17826
17827 * gdb.base/info-macros.exp: Remove "debug" from the compile
17828 options.
17829
ec9f644a
IB
178302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17831
17832 * gdb.dlang/demangle.exp: New file.
17833
94b1b47e
IB
178342014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17835
17836 * gdb.dlang/primitive-types.exp: New file.
17837
7f420862
IB
178382014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17839
17840 * configure.ac: Create gdb.dlang/Makefile.
17841 * configure: Regenerate.
17842 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17843 * gdb.dlang/Makefile.in: New file.
17844 * lib/d-support.exp: New file.
17845 * lib/gdb.exp (skip_d_tests): New proc.
17846
52834460
MM
178472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17848
17849 * gdb.btrace/delta.exp: Check reverse stepi.
17850 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17851 * gdb.btrace/finish.exp: New.
17852 * gdb.btrace/next.exp: New.
17853 * gdb.btrace/nexti.exp: New.
17854 * gdb.btrace/record_goto.c: Add comments.
17855 * gdb.btrace/step.exp: New.
17856 * gdb.btrace/stepi.exp: New.
17857 * gdb.btrace/multi-thread-step.c: New.
17858 * gdb.btrace/multi-thread-step.exp: New.
17859 * gdb.btrace/rn-dl-bind.c: New.
17860 * gdb.btrace/rn-dl-bind.exp: New.
17861 * gdb.btrace/data.c: New.
17862 * gdb.btrace/data.exp: New.
17863 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17864
6e07b1d2
MM
178652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17866
17867 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17868 * gdb.btrace/exception.exp: Update.
17869 * gdb.btrace/instruction_history.exp: Update.
17870 * gdb.btrace/record_goto.exp: Update.
17871 * gdb.btrace/tailcall.exp: Update.
17872 * gdb.btrace/unknown_functions.exp: Update.
17873 * gdb.btrace/delta.exp: New.
17874
0b722aec
MM
178752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17876
17877 * gdb.btrace/record_goto.exp: Add backtrace test.
17878 * gdb.btrace/tailcall.exp: Add backtrace test.
17879
066ce621
MM
178802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17881
17882 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17883 * gdb.btrace/record_goto.c: New.
17884 * gdb.btrace/record_goto.exp: New.
17885 * gdb.btrace/x86-record_goto.S: New.
17886
0688d04e
MM
178872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17888
17889 * gdb.btrace/function_call_history.exp: Update tests.
17890 * gdb.btrace/instruction_history.exp: Update tests.
17891
8710b709
MM
178922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17893
17894 * gdb.btrace/function_call_history.exp: Fix expected field
17895 order for "record function-call-history".
17896 Add new tests for "record function-call-history /c".
17897 * gdb.btrace/exception.cc: New.
17898 * gdb.btrace/exception.exp: New.
17899 * gdb.btrace/tailcall.exp: New.
17900 * gdb.btrace/x86-tailcall.S: New.
17901 * gdb.btrace/x86-tailcall.c: New.
17902 * gdb.btrace/unknown_functions.c: New.
17903 * gdb.btrace/unknown_functions.exp: New.
17904 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17905
5de9129b
MM
179062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17907
17908 * gdb.btrace/instruction_history.exp: Update.
17909 * gdb.btrace/function_call_history.exp: Update.
17910
23a7fe75
MM
179112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17912
17913 * gdb.btrace/function_call_history.exp: Fix expected function
17914 trace.
17915 * gdb.btrace/instruction_history.exp: Initialize traced.
17916 Remove traced_functions.
17917
724c7dd8
MM
179182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17919
17920 * gdb.btrace/function_call_history.exp: Update
17921 * gdb.btrace/instruction_history.exp: Update.
17922
6d78d93b
MM
179232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17924
17925 * gdb.btrace/enable.exp: Update expected text.
17926
93a360cc
OJ
179272014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17928
17929 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17930 bytes.
17931
3772b53f
MR
179322014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17933
17934 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17935
596662fa
OJ
179362014-01-15 Omair Javaid <omair.javaid@linaro.org>
17937
17938 * lib/gdb.exp (supports_process_record): Return true for
17939 arm*-linux*. (supports_reverse): Likewise.
17940
b5b08fb4
SC
179412014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17942
17943 PR python/15464
17944 PR python/16113
17945 * gdb.python/py-type.c: Enhance test case.
17946 * gdb.python/py-value-cc.cc: Likewise
17947 * gdb.python/py-type.exp: Add new tests.
17948 * gdb.python/py-value-cc.exp: Likewise
17949
52d7fb13
AA
179502014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17951 Pedro Alves <palves@redhat.com>
17952
17953 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17954 Make "name" extern.
17955 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17956 references to ${name}_start by references to ${name}.
17957
a2cd8cfe
JB
179582014-01-10 Joel Brobecker <brobecker@adacore.com>
17959
17960 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17961
4e23fced
JB
179622014-01-10 Joel Brobecker <brobecker@adacore.com>
17963
17964 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17965
c6a9e42c
PA
179662014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17967 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17970 mi_gdb_target_load.
c6a9e42c 17971
b7ea362b
PA
179722014-01-08 Pedro Alves <palves@redhat.com>
17973
17974 * gdb.threads/reconnect-signal.c: New file.
17975 * gdb.threads/reconnect-signal.exp: New file.
17976
5e3f4fab
EBM
179772014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17978
17979 * gdb.base/source-dir.exp: New file.
17980
79301218
JB
179812014-01-07 Joel Brobecker <brobecker@adacore.com>
17982
17983 * gdb.ada/mi_interface: New testcase.
17984
8e355c5d
JB
179852014-01-07 Joel Brobecker <brobecker@adacore.com>
17986
17987 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17988 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17989 gdb.ada/pp-rec-component/pck.ads: New files.
17990
c0d48811
JB
179912014-01-07 Joel Brobecker <brobecker@adacore.com>
17992
17993 * gdb.python/py-pp-integral.c: New file.
17994 * gdb.python/py-pp-integral.py: New file.
17995 * gdb.python/py-pp-integral.exp: New file.
17996
17b609c3 17997For older changes see ChangeLog-1993-2013.
c906108c 17998\f
8d8cb839
EZ
17999;; Local Variables:
18000;; mode: change-log
18001;; left-margin: 8
18002;; fill-column: 74
18003;; version-control: never
18004;; End:
902f2ccb 18005
42a4f53d 18006 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
18007 Copying and distribution of this file, with or without modification,
18008 are permitted provided the copyright notice and this notice are preserved.
This page took 5.442639 seconds and 4 git commands to generate.