gdb/testsuite/tui: Introduce check_box_contents
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3804da7e
AB
12020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * lib/tuiterm.exp (Term::check_box_contents): New proc.
4
b40aa28f
AB
52020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
8 (Term::enter_tui): Use Term::prepare_for_tui.
9
63ffd7c9
AB
102020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
13 called.
14
3be966f6
AB
152020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.base/skip.exp: Fix race condition in test.
18
153d79c4
AB
192020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.base/backtrace.c: New file.
22 * gdb.base/backtrace.exp: New file.
23
f2302a34
AB
242020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
27
6ec1d75e
PW
282020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
29
30 * gdb.base/style.exp: Test that warnings are styled.
31
c296cbe6
BE
322019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
33
34 * gdb.base/line65535.exp: New file.
35 * gdb.base/line65535.c: New file.
36
b28a729d
SM
372019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
38
39 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
40 * lib/gnat_debug_info_test.adb: New file.
41 * gdb.ada/ptype_tagged_param.exp: Use
42 gnat_runtime_has_debug_info, expect a different output if
43 runtime does not have debug info.
44
7f2d7a0d
SM
452019-12-20 Simon Marchi <simon.marchi@efficios.com>
46
47 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
48 (another) quote in test name.
49
f3bce483
SM
502019-12-20 Simon Marchi <simon.marchi@efficios.com>
51
52 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
53 Add quote in test name.
54
c855a912
TBA
552019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
56
57 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
58 directory instead.
59 * gdb.cp/pass-by-ref.exp: Extend with more cases.
60 * gdb.cp/pass-by-ref-2.cc: New file.
61 * gdb.cp/pass-by-ref-2.exp: New file.
62
fc9d2d72
TT
632019-12-20 Tom Tromey <tom@tromey.com>
64
65 * gdb.tui/list-before.exp: New file.
66
77b97e00
TT
672019-12-20 Tom Tromey <tom@tromey.com>
68
69 * gdb.tui/list.exp: Check for source on initial listing.
70
f69656d0
TT
712019-12-11 Tom Tromey <tromey@adacore.com>
72
73 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
74 Add crlf test.
75
99a55965
SM
762019-12-18 Simon Marchi <simon.marchi@efficios.com>
77
78 * gdb.base/default.exp: Update value of $_gdb_major.
79
5024637f
BE
802019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
81
82 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
83
b63634be
BE
842019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
85
86 * gdb.base/skip.exp: Whitespace fix.
87
45d73523
BE
882019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
89
90 * gdb.base/skip-inline.c: New file.
91 * gdb.base/skip-inline.exp: New file.
92
d043f8c8
SM
932019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
94
95 * gdb.base/jit-reader.exp (jit_reader_test): Rename
96 jit_function_00 to jit_function_stack_mangle.
97 * gdb.base/jithost.c (jit_function_t): Rename to...
98 (jit_function_stack_mangle_t): ... this.
99 (jit_function_add_t): New typedef.
100 (jit_function_00_code): Rename to...
101 (jit_function_stack_mangle_code): ... this, make static.
102 (jit_function_add_code): New.
103 (main): Generate "add" function and call it. Adjust to changes
104 in jithost_abi.
105 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
106 (struct jithost_abi) <begin, end>: Remove fields.
107 <object, function_stack_mangle, function_add>: New fields.
108 * gdb.base/jitreader.c (struct reader_state) <code_begin,
109 code_end>: Remove fields.
110 <func_stack_mangle>: New field.
111 (read_debug_info): Adjust to renaming, create block for "add"
112 function.
113 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
114
873de05c
TT
1152019-12-11 Tom Tromey <tom@tromey.com>
116
117 * gdb.tui/resize.exp: Fix regexp.
118 * gdb.tui/regs.exp: Fix regexps.
119 * gdb.tui/main.exp: Fix regexp.
120
3d979945
TT
1212019-12-11 Tom Tromey <tom@tromey.com>
122
123 * gdb.tui/resize.exp: Update.
124 * gdb.tui/empty.exp (layouts): Update.
125
2192a9d3
TT
1262019-12-11 Tom Tromey <tom@tromey.com>
127
128 * gdb.tui/regs.exp: Update.
129 * gdb.tui/empty.exp (layouts): Update.
130 * gdb.tui/basic.exp: Update.
131 * lib/tuiterm.exp (_check_box): Don't check bottom border.
132
d8edc8b7
PW
1332019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
134
135 * gdb.base/options.exp: Add -raw-values in the print completion list.
136 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
137
4c12d936
KB
1382019-12-10 Kevin Buettner <kevinb@redhat.com>
139
140 * gdb.threads/omp-par-scope.c: New file.
141 * gdb/threads/omp-par-scope.exp: New file.
142
26b911fb
KB
1432019-12-10 Kevin Buettner <kevinb@redhat.com>
144
bb47f919
KB
145 * lib/gdb.exp (support_nested_function_tests): New proc.
146
1472019-12-10 Kevin Buettner <kevinb@redhat.com>
148
149 * lib/gdb.exp (gdb_compile_openmp): New proc.
150 (build_executable_from_specs): Add an "openmp" option.
151 (gdb_compile_pthreads): Add non-executable case.
26b911fb 152
6c71eb7d
TT
1532019-12-10 Tom Tromey <tromey@adacore.com>
154
155 * gdb.ada/unchecked_union.exp: New file.
156 * gdb.ada/unchecked_union/pck.adb: New file.
157 * gdb.ada/unchecked_union/pck.ads: New file.
158 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
159 * gdb-utils.exp (string_to_regexp): Also quote "?".
160
bac7c5cf
GB
1612019-12-10 George Barrett <bob@bob131.so>
162
163 Test scripted probe breakpoints.
164 * gdb.guile/scm-breakpoint.c (main): Add probe point.
165 * gdb.python/py-breakpoint.c (main): Likewise.
166 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
167 specifier test.
168 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
169
330f1d38
TBA
1702019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
171
172 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
173 an rvalue parameter.
174 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
175 parameter.
176
b43315e2
AB
1772019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
180 modules.
181
54f73dad
AB
1822019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
183
184 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
185 broken version of GCC.
186
d57cbee9
AB
1872019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
188
189 * gdb.fortran/info-modules.exp: Rewrite to make use of new
190 sym-info-cmds library.
191 * gdb.fortran/info-types.exp: Likewise.
192 * lib/sym-info-cmds.exp: New file.
193
c14aab8c
TV
1942019-12-08 Tom de Vries <tdevries@suse.de>
195
196 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
197
aa2d5a42
KS
1982019-12-07 Keith Seitz <keiths@redhat.com>
199
200 * gdb.base/corefile-buildid-shlib-shr.c: New file.
201 * gdb.base/corefile-buildid-shlib.c: New file.
202 * gdb.base/corefile-buildid.c: New file.
203 * gdb.base/corefile-buildid.exp: New file.
204
93e55f0a
TV
2052019-12-06 Tom de Vries <tdevries@suse.de>
206
207 * gdb.dwarf2/varval.exp: Add decl before def test.
208
c7d12402
TBA
2092019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
210
211 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
212
06acc08f
TBA
2132019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
214
215 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
216 CV and reference conversion for overload resolution.
217 * gdb.cp/rvalue-ref-overload.exp: Test it.
218
e0fad1ea
PW
2192019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
220
221 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
222 * gdb.base/frameapply.exp: Test faas without command.
223
8d70a9f0
AB
2242019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
227 Fortran tests.
228 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
229 order.
230
36c8fb93
AB
2312019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
234 casting to type with no kind specified.
235 (test_basic_parsing_of_type_kinds): Additional tests for types
236 with no kind specified, and add tests for single/double
237 precision/complex types.
238
4139ff00
TT
2392019-12-04 Tom Tromey <tromey@adacore.com>
240
241 * gdb.base/endianity.c (struct other) <x>: New field.
242 (main): Initialize it.
243 * gdb.base/endianity.exp: Update.
244
a05cf17a
TT
2452019-12-04 Tom Tromey <tromey@adacore.com>
246
247 * gdb.ada/scalar_storage/storage.adb: New file.
248 * gdb.ada/scalar_storage/pck.adb: New file.
249 * gdb.ada/scalar_storage/pck.ads: New file.
250 * gdb.ada/scalar_storage.exp: New file.
251
103a685e
TT
2522019-12-04 Tom Tromey <tromey@adacore.com>
253
254 * gdb.base/endianity.c (struct otherendian) <f>: New field.
255 (main): Initialize it.
256 * gdb.base/endianity.exp: Update.
257
c2512106
AB
2582019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
261
293b38d6
AB
2622019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
265 -symbol-info-module-functions and -symbol-info-module-variables.
266
216a7e6b
AB
2672019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
270
5bbd8269
AB
2712019-12-01 Richard Bunt <richard.bunt@arm.com>
272 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.fortran/derived-type-striding.exp: New file.
275 * gdb.fortran/derived-type-striding.f90: New file.
276 * gdb.fortran/array-slices.exp: New file.
277 * gdb.fortran/array-slices.f90: New file.
278
be09caf1
PW
2792019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
280
281 * gdb.base/define.exp: Test . in command names.
282 * gdb.base/setshow.exp: Update test, as . is now part of
283 command name.
284
643c0cbe
PW
2852019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
286
287 * gdb.base/define-prefix.exp: New file.
288
dcdec678
AB
2892019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
292 compile.
293 (skip_btrace_pt_tests): Likewise.
294
640ab947
AB
2952019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.fortran/info-modules.exp: Compile source files in correct
298 order.
299
d22670f0
KB
3002019-11-27 Kevin Buettner <kevinb@redhat.com>
301
302 * gdb.dwarf2/imported-unit.exp: New file.
303 * gdb.dwarf2/imported-unit.c: New file.
304
db5960b4
AB
3052019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.mi/mi-fortran-modules-2.f90: New file.
308 * gdb.mi/mi-fortran-modules.exp: New file.
309 * gdb.mi/mi-fortran-modules.f90: New file.
310
7dc42066
AB
3112019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.mi/mi-sym-info-1.c: New file.
314 * gdb.mi/mi-sym-info-2.c: New file.
315 * gdb.mi/mi-sym-info.exp: New file.
316
0dfeecca
TT
3172019-11-22 Tom Tromey <tromey@adacore.com>
318
319 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
320 * gdb.ada/tasks/foo.adb: Add another stopping location.
321
34877895
PJ
3222019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
323
324 * gdb.base/endianity.c: New test.
325 * gdb.base/endianity.exp: New file.
326
2e84f897
LD
3272019-11-21 Lukas Durfina <ldurfina@tachyum.com>
328
329 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
330
65d1cd5f
TV
3312019-11-21 Tom de Vries <tdevries@suse.de>
332
333 PR gdb/24956
334 * gdb.base/ui-redirect.exp: Test output of user-defined command.
335
4f22c3f4
SDJ
3362019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
337
338 * gdb.python/py-progspace.exp: Add missing parentheses on some
339 'print' commands.
340
9f6ad286
TT
3412019-11-19 Tom Tromey <tom@tromey.com>
342
343 * gdb.tui/winheight.exp: New file.
344
0b8dbf3f
AB
3452019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * gdb.base/ctf-whatis.c: Delete.
348 * gdb.base/ctf-whatis.exp: Delete.
349 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
350
f833b7a7
AB
3512019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.base/ctf-cvexpr.exp: Delete.
354 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
355
30d0a636
AB
3562019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
359 the compiler. Clean up header comment a little.
360 * gdb.base/ctf-ptype.exp: Likewise.
361 * gdb.base/ctf-whatis.exp: Likewise.
362 * lib/gdb.exp (skip_ctf_tests): New proc.
363
494409bb
SDJ
3642019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
365
366 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
367 * gdb.tui/corefile-run.exp: New file.
368
55708e99
TT
3692019-11-14 Tom Tromey <tromey@adacore.com>
370
371 * gdb.base/gdbvars.exp (test_convenience_variables): Add
372 regression tests.
373
45e42163
TT
3742019-11-12 Tom Tromey <tom@tromey.com>
375
376 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
377 after any command. Expect prompt after WAIT_FOR is seen.
378 (enter_tui): Enable resize messages.
379 (command): Expect command in output.
380 (get_line): Avoid error when cursor appears to be off-screen.
381 (dump_screen): Include screen size in title.
382 (_do_resize): New proc, from "resize".
383 (resize): Rewrite. Do resize in two steps.
384 * gdb.tui/empty.exp (layouts): Fix entries.
385 (check_boxes): Remove xfail.
386 (check_text): Dump screen on failure.
387
086baaf1
AB
3882019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.python/py-symbol.exp: Add test for
391 gdb.lookup_static_symbols.
392
09ff83af
AB
3932019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.python/py-symbol.c: Declare and call function from new
396 py-symbol-2.c file.
397 * gdb.python/py-symbol.exp: Compile both source files, and add new
398 tests for gdb.lookup_static_symbol.
399 * gdb.python/py-symbol-2.c: New file.
400
11af934b
TV
4012019-11-02 Tom de Vries <tdevries@suse.de>
402
403 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
404 * gdb.base/anon.exp: Same.
405 * gdb.base/auto-connect-native-target.exp: Same.
406 * gdb.base/call-ar-st.exp: Same.
407 * gdb.base/catch-syscall.exp: Same.
408 * gdb.base/commands.exp: Same.
409 * gdb.base/default.exp: Same.
410 * gdb.base/display.exp: Same.
411 * gdb.base/float.exp: Same.
412 * gdb.base/foll-fork.exp: Same.
413 * gdb.base/help.exp: Same.
414 * gdb.base/info-macros.exp: Same.
415 * gdb.base/info-proc.exp: Same.
416 * gdb.base/info-target.exp: Same.
417 * gdb.base/long_long.exp: Same.
418 * gdb.base/macscp.exp: Same.
419 * gdb.base/memattr.exp: Same.
420 * gdb.base/nofield.exp: Same.
421 * gdb.base/pointers.exp: Same.
422 * gdb.base/printcmds.exp: Same.
423 * gdb.base/ptype.exp: Same.
424 * gdb.base/restore.exp: Same.
425 * gdb.base/return.exp: Same.
426 * gdb.base/scope.exp: Same.
427 * gdb.base/set-noassign.exp: Same.
428 * gdb.base/setshow.exp: Same.
429 * gdb.base/shlib-call.exp: Same.
430 * gdb.base/signals.exp: Same.
431 * gdb.base/sigstep.exp: Same.
432 * gdb.base/skip.exp: Same.
433 * gdb.base/solib-symbol.exp: Same.
434 * gdb.base/stap-probe.exp: Same.
435 * gdb.base/step-line.exp: Same.
436 * gdb.base/step-test.exp: Same.
437 * gdb.base/style.exp: Same.
438 * gdb.base/varargs.exp: Same.
439 * gdb.base/vla-datatypes.exp: Same.
440 * gdb.base/vla-ptr.exp: Same.
441 * gdb.base/vla-sideeffect.exp: Same.
442 * gdb.base/volatile.exp: Same.
443 * gdb.base/watch-cond-infcall.exp: Same.
444 * gdb.base/watchpoint.exp: Same.
445
e96ec2ba
TV
4462019-11-02 Tom de Vries <tdevries@suse.de>
447
448 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
449 * gdb.cp/cpexprs.exp: Same.
450 * gdb.cp/except-multi-location.exp: Same.
451 * gdb.cp/exceptprint.exp: Same.
452 * gdb.cp/gdb2384.exp: Same.
453 * gdb.cp/inherit.exp: Same.
454 * gdb.cp/m-static.exp: Same.
455 * gdb.cp/meth-typedefs.exp: Same.
456 * gdb.cp/misc.exp: Same.
457 * gdb.cp/namespace.exp: Same.
458 * gdb.cp/non-trivial-retval.exp: Same.
459 * gdb.cp/overload.exp: Same.
460 * gdb.cp/pr17132.exp: Same.
461 * gdb.cp/re-set-overloaded.exp: Same.
462 * gdb.cp/rvalue-ref-types.exp: Same.
463 * gdb.cp/templates.exp: Same.
464
bd5766ec
LM
4652019-11-01 Luis Machado <luis.machado@linaro.org>
466
467 PR gdb/25124
468
469 * gdb.arch/pr25124.S: New file.
470 * gdb.arch/pr25124.exp: New file.
471
165f8965
AB
4722019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.fortran/info-modules.exp: Update expected results, and add
475 additional tests for 'info module functinos', and 'info module
476 variables'.
477 * gdb.fortran/info-types.exp: Update expected results.
478 * gdb.fortran/info-types.f90: Extend testcase with additional
479 module variables and functions.
480
59c35742
AB
4812019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.fortran/info-modules.exp: New file.
484 * gdb.fortran/info-types.exp: Build with new file.
485 * gdb.fortran/info-types.f90: Include and use new module.
486 * gdb.fortran/info-types-2.f90: New file.
487
f3fb2519
PW
4882019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
489
490 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
491 * gdb.base/settings.exp: Test all settings types using
492 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
493 that now verifies that the value of "maint show" is the same as
494 returned by the settings functions. Test the type of the
495 maintenance settings.
496 * gdb.base/default.exp: Update show_conv_list.
497
d1e36019
TV
4982019-10-31 Tom de Vries <tdevries@suse.de>
499
500 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
501 gdb_test.
502 * gdb.arch/amd64-disp-step.exp: Same.
503 * gdb.asm/asm-source.exp: Same.
504 * gdb.btrace/buffer-size.exp: Same.
505 * gdb.btrace/cpu.exp: Same.
506 * gdb.btrace/enable.exp: Same.
507 * gdb.dwarf2/count.exp: Same.
508 * gdb.dwarf2/dw2-ranges-func.exp: Same.
509 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
510 * gdb.fortran/vla-datatypes.exp: Same.
511 * gdb.fortran/vla-history.exp: Same.
512 * gdb.fortran/vla-ptype.exp: Same.
513 * gdb.fortran/vla-value.exp: Same.
514 * gdb.fortran/whatis_type.exp: Same.
515 * gdb.guile/guile.exp: Same.
516 * gdb.multi/tids.exp: Same.
517 * gdb.python/py-finish-breakpoint.exp: Same.
518 * gdb.python/py-framefilter.exp: Same.
519 * gdb.python/py-pp-registration.exp: Same.
520 * gdb.python/py-xmethods.exp: Same.
521 * gdb.python/python.exp: Same.
522 * gdb.server/connect-with-no-symbol-file.exp: Same.
523 * gdb.server/no-thread-db.exp: Same.
524 * gdb.server/run-without-local-binary.exp: Same.
525 * gdb.stabs/weird.exp: Same.
526 * gdb.threads/attach-many-short-lived-threads.exp: Same.
527 * gdb.threads/thread-find.exp: Same.
528 * gdb.threads/tls-shared.exp: Same.
529 * gdb.threads/tls.exp: Same.
530 * gdb.threads/wp-replication.exp: Same.
531 * gdb.trace/ax.exp: Same.
532 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
533
3d11e68e
TV
5342019-10-31 Tom de Vries <tdevries@suse.de>
535
536 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
537 * gdb.ada/array_subscript_addr.exp: Same.
538 * gdb.ada/arrayidx.exp: Same.
539 * gdb.ada/arrayparam.exp: Same.
540 * gdb.ada/arrayptr.exp: Same.
541 * gdb.ada/boolean_expr.exp: Same.
542 * gdb.ada/call_pn.exp: Same.
543 * gdb.ada/complete.exp: Same.
544 * gdb.ada/fixed_cmp.exp: Same.
545 * gdb.ada/fun_addr.exp: Same.
546 * gdb.ada/funcall_param.exp: Same.
547 * gdb.ada/interface.exp: Same.
548 * gdb.ada/mod_from_name.exp: Same.
549 * gdb.ada/null_array.exp: Same.
550 * gdb.ada/packed_array.exp: Same.
551 * gdb.ada/packed_tagged.exp: Same.
552 * gdb.ada/print_chars.exp: Same.
553 * gdb.ada/print_pc.exp: Same.
554 * gdb.ada/ptype_arith_binop.exp: Same.
555 * gdb.ada/ptype_field.exp: Same.
556 * gdb.ada/ptype_tagged_param.exp: Same.
557 * gdb.ada/rec_return.exp: Same.
558 * gdb.ada/ref_tick_size.exp: Same.
559 * gdb.ada/str_ref_cmp.exp: Same.
560 * gdb.ada/taft_type.exp: Same.
561 * gdb.ada/tagged.exp: Same.
562 * gdb.ada/type_coercion.exp: Same.
563 * gdb.ada/uninitialized_vars.exp: Same.
564
60b6ede8
TV
5652019-10-30 Tom de Vries <tdevries@suse.de>
566
567 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
568
30baf67b
TV
5692019-10-26 Tom de Vries <tdevries@suse.de>
570
571 * gdb.base/bigcore.c: Fix typos in comments.
572 * gdb.base/ctf-ptype.c: Same.
573 * gdb.base/long_long.c: Same.
574 * gdb.dwarf2/dw2-op-out-param.S: Same.
575 * gdb.python/py-evthreads.c: Same.
576 * gdb.reverse/i387-stack-reverse.c: Same.
577 * gdb.trace/tfile.c: Same.
578 * lib/compiler.c: Same.
579 * lib/compiler.cc: Same.
580
158da0d1
TV
5812019-10-25 Tom de Vries <tdevries@suse.de>
582
583 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
584 gdb_test_multiple calls.
585 * gdb.reverse/sigall-reverse.exp: Same.
586 * gdb.reverse/solib-precsave.exp: Same.
587 * gdb.reverse/solib-reverse.exp: Same.
588 * gdb.reverse/until-precsave.exp: Same.
589 * gdb.reverse/until-reverse.exp: Same.
590
4ccdfbec
TV
5912019-10-24 Tom de Vries <tdevries@suse.de>
592
593 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
594 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
595 kfail using -wrap pattern flag and convenience variable
596 gdb_test_name.
597
33d569b7
AB
5982019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
599
600 * gdb.python/py-progspace.exp: Add tests for the
601 Progspace.block_for_pc method.
602
4d0b984b
TT
6032019-10-23 Tom Tromey <tom@tromey.com>
604
605 * configure: Rebuild.
606 * aclocal.m4: Use m4_include, not sinclude.
607
94cb3754
TV
6082019-10-21 Tom de Vries <tdevries@suse.de>
609
610 * gdb.base/infcall-nested-structs.c: Add
611 __attribute__((noinline,noclone)) to all functions.
612 (call_all): Add missing variable initialization. Simplify return value.
613 (breakpt): Increment volatile variable, to prevent call from being
614 optimized out.
615 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
616
062f1fc1
TV
6172019-10-17 Tom de Vries <tdevries@suse.de>
618
619 * gdb.fortran/module.exp: Allow info variables to print info for files
620 other than module.f90.
621
0b54364d
AB
6222019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * gdb.fortran/module.exp: Extend with 'info variables' test.
625
7ff5fae7
AB
6262019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
629 F77_FOR_TARGET.
630
d10eccaa
TV
6312019-10-16 Tom de Vries <tdevries@suse.de>
632
633 PR tdep/25096
634 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
635
745ff14e
TV
6362019-10-16 Tom de Vries <tdevries@suse.de>
637
638 PR tdep/24104
639 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
640 Add KFAIL for PR tdep/25096.
641
03e1ab94
TV
6422019-10-16 Tom de Vries <tdevries@suse.de>
643
644 PR testsuite/25059
645 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
646
b17fcc10
TV
6472019-10-16 Tom de Vries <tdevries@suse.de>
648
649 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
650 as signed.
651
9223170f
SM
6522019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
653
654 * gdb.mi/list-thread-groups-available.exp: Read entries one by
655 one instead of increasing timeout.
656
d6e76313
TV
6572019-10-13 Tom de Vries <tdevries@suse.de>
658
659 PR record/25038
660 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
661 * gdb.reverse/sigall-reverse.exp: Same.
662 * gdb.reverse/solib-precsave.exp: Same.
663 * gdb.reverse/solib-reverse.exp: Same.
664 * gdb.reverse/step-precsave.exp: Same.
665 * gdb.reverse/until-precsave.exp: Same.
666 * gdb.reverse/until-reverse.exp: Same.
667 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
668
6dfc0041
AA
6692019-10-10 Andreas Arnez <arnez@linux.ibm.com>
670
671 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
672 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
673 (cmp_struct_05_01, cmp_struct_static_02_01)
674 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
675 comparisons.
676
abcf2cc8
TV
6772019-10-10 Tom de Vries <tdevries@suse.de>
678
679 PR testsuite/24888
680 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
681 gnatlink.
682
a50faaf6
TV
6832019-10-09 Tom de Vries <tdevries@suse.de>
684
685 PR testsuite/25048
686 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
687
60ff3cd7
AB
6882019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
691 exceptions due to missing debug information.
692
dfee8566
TV
6932019-10-07 Tom de Vries <tdevries@suse.de>
694
695 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
696
3d63690a
AB
6972019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
700 * gdb.base/annota1.exp: Update to use gdb_test_name.
701
30d1f018
WP
7022019-10-07 Weimin Pan <weimin.pan@oracle.com>
703
704 * gdb.base/ctf-whatis.exp: New file.
705 * gdb.base/ctf-whatis.c: New file.
706 * gdb.base/ctf-ptype.exp: New file.
707 * gdb.base/ctf-ptype.c: New file.
708 * gdb.base/ctf-constvars.exp: New file.
709 * gdb.base/ctf-constvars.c: New file.
710 * gdb.base/ctf-cvexpr.exp: New file.
711
4dbbb47c
TV
7122019-10-04 Tom de Vries <tdevries@suse.de>
713
714 * gdb.cp/local-static.c (main): Move declaration of int i out of the
715 for loop.
716
77c2dba3
TT
7172019-10-03 Tom Tromey <tom@tromey.com>
718
719 PR rust/24976:
720 * gdb.rust/simple.rs (Union2): New type.
721 (main): Use Union2.
722 * gdb.rust/simple.exp: Add test.
723
179aed7f
AB
7242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
727 nested function prefix.
728
0a4b0913
AB
7292019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
730 Richard Bunt <richard.bunt@arm.com>
731 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
734 nested functions.
735 * gdb.fortran/nested-funcs.f90: Update expected results.
736 * gdb.fortran/nested-funcs-2.exp: New file.
737 * gdb.fortran/nested-funcs-2.f90: New file.
738
082cce05
AB
7392019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.python/py-parameter.exp: Make test names unique.
742 * gdb.python/py-template.exp: Likewise.
743 * gdb.python/py-value.exp: Likewise.
744
2b74ba5a
AB
7452019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * gdb.base/break-interp.exp: Reduce test name duplication.
748 * gdb.base/call-sc.exp: Likewise.
749 * gdb.base/callfuncs.exp: Likewise.
750 * gdb.base/charset.exp: Likewise.
751 * gdb.base/dump.exp: Likewise.
752 * gdb.base/ena-dis-br.exp: Likewise.
753 * gdb.base/relational.exp: Likewise.
754 * gdb.base/step-over-syscall.exp: Likewise.
755 * gdb.base/structs.exp: Likewise.
756
58eb20d5
AB
7572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.linespec/explicit.exp: Make test names unique.
760 * gdb.linespec/ls-errs.exp: Likewise.
761
4d421147
AB
7622019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.reverse/break-precsave.exp: Make test names unique.
765 * gdb.reverse/break-reverse.exp: Likewise.
766 * gdb.reverse/finish-precsave.exp: Likewise.
767 * gdb.reverse/finish-reverse.exp: Likewise.
768 * gdb.reverse/machinestate-precsave.exp: Likewise.
769 * gdb.reverse/machinestate.exp: Likewise.
770 * gdb.reverse/readv-reverse.exp: Likewise.
771 * gdb.reverse/recvmsg-reverse.exp: Likewise.
772 * gdb.reverse/sigall-precsave.exp: Likewise.
773 * gdb.reverse/sigall-reverse.exp: Likewise.
774 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
775 * gdb.reverse/watch-precsave.exp: Likewise.
776 * gdb.reverse/watch-reverse.exp: Likewise.
777
d8c06f22
AB
7782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.threads/stop-with-handle.c: New file.
781 * gdb.threads/stop-with-handle.exp: New file.
782
3a56ed86
TV
7832019-10-03 Tom de Vries <tdevries@suse.de>
784
785 PR testsuite/25059
786 * gdb.base/list-missing-source.exp: Allowing the "Compilation
787 directory" line to be missing.
788
42275044
TV
7892019-10-03 Tom de Vries <tdevries@suse.de>
790
791 PR testsuite/25059
792 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
793 type optional.
794
9ef62df0
AA
7952019-10-02 Andreas Arnez <arnez@linux.ibm.com>
796
797 * gdb.python/py-format-string.c (string.h): New include.
798 (main): Fill a_struct_with_union.the_union.an_int with bytes of
799 the same value, for endianness-independence.
800 * gdb.python/py-format-string.exp (default_regexp_dict)
801 (test_pretty_structs, test_format): Adjust expected output to the
802 changed initialization.
803
37f6a7f4
TT
8042019-10-02 Tom Tromey <tromey@adacore.com>
805
806 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
807
1d58d6a2
PA
8082019-10-02 Pedro Alves <palves@redhat.com>
809 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
812 "print-file-var.h".
813 (this_version_id) Use ATTRIBUTE_VISIBILITY.
814 (get_version_1): Print this_version_id and its address.
815 Add extern "C" wrappers around interface functions.
816 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
817 "print-file-var.h".
818 (this_version_id) Use ATTRIBUTE_VISIBILITY.
819 (get_version_2): Print this_version_id and its address.
820 Add extern "C" wrappers around interface functions.
821 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
822 <stddef.h> and "print-file-var.h".
823 Add extern "C" wrappers around interface functions.
824 [VERSION_ID_MAIN] (this_version_id): Define.
825 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
826 * gdb.base/print-file-var.h: Add some #defines to simplify setting
827 up extern "C" blocks.
828 * gdb.base/print-file-var.exp (test): New, factored out from top
829 level.
830 (top level): Test all combinations of attribute hidden or not,
831 dlopen or not, and this_version_id symbol in main file or not.
832 Compile tests as both C++ and C, make test names unique.
833
d770d56f
TT
8342019-10-01 Tom Tromey <tom@tromey.com>
835
836 * gdb.base/style.exp: Test "show logging filename".
837
7f6aba03
TT
8382019-10-01 Tom Tromey <tom@tromey.com>
839
840 * lib/gdb-utils.exp (style): Handle "metadata" argument.
841 * gdb.base/style.exp: Add metadata style test.
842
14309bb6
TT
8432019-10-01 Tom Tromey <tom@tromey.com>
844
845 * gdb.base/style.exp: Test "pwd".
846
2a3c1174
PA
8472019-10-01 Tom Tromey <tom@tromey.com>
848
849 * gdb.base/style.exp: Update tests.
850
53d666ec
AA
8512019-10-01 Andreas Arnez <arnez@linux.ibm.com>
852
853 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
854 'six' to unsigned.
855 (s1): Initialize fields 'four' and 'six' instead of 'three' and
856 'five'. Use an all-ones bit pattern for each.
857 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
858 to its changed values.
859
4a56a520
TT
8602019-09-30 Tom Tromey <tromey@adacore.com>
861
862 * gdb.rust/traits.rs: Disable all warnings.
863
0df0352a
TV
8642019-09-29 Tom de Vries <tdevries@suse.de>
865
866 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
867
73d9a918
TV
8682019-09-29 Tom de Vries <tdevries@suse.de>
869
870 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
871
060b3ab4
TV
8722019-09-27 Tom de Vries <tdevries@suse.de>
873
874 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
875
68f7d34d
TV
8762019-09-27 Tom de Vries <tdevries@suse.de>
877
878 PR record/23188
879 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
880
5d63b30a
TT
8812019-09-26 Tom Tromey <tromey@adacore.com>
882
883 * gdb.ada/py_taft.exp: New file.
884 * gdb.ada/py_taft/main.adb: New file.
885 * gdb.ada/py_taft/pkg.adb: New file.
886 * gdb.ada/py_taft/pkg.ads: New file.
887
3d435220
TV
8882019-09-24 Tom de Vries <tdevries@suse.de>
889
890 PR gdb/24598
891 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
892
77d03678
TV
8932019-09-22 Tom de Vries <tdevries@suse.de>
894
895 * gdb.base/restore.exp: Allow register variables to be optimized out at
896 -O0.
897
abf516c6
UW
8982019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
899
900 * gdb.arch/spu-info.exp: Remove file.
901 * gdb.arch/spu-info.c: Remove file.
902 * gdb.arch/spu-ls.exp: Remove file.
903 * gdb.arch/spu-ls.c: Remove file.
904
905 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
906 * gdb.asm/spu.inc: Remove file.
907
908 * gdb.base/dump.exp: Remove support for spu*-*-*.
909 * gdb.base/stack-checking.exp: Likewise.
910 * gdb.base/overlays.exp: Likewise.
911 * gdb.base/ovlymgr.c: Likewise.
912 * gdb.base/spu.ld: Remove file.
913
914 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
915 * gdb.cp/cpexprs.exp: Likewise.
916 * gdb.cp/exception.exp: Likewise.
917 * gdb.cp/gdb2495.exp: Likewise.
918 * gdb.cp/mb-templates.exp: Likewise.
919 * gdb.cp/pr9167.exp: Likewise.
920 * gdb.cp/userdef.exp: Likewise.
921
922 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
923
924 * gdb.cell: Remove directory.
925 * lib/cell.exp: Remove file.
926
e452e88f
TV
9272019-09-19 Tom de Vries <tdevries@suse.de>
928
929 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
930
8a625130
TV
9312019-09-19 Tom de Vries <tdevries@suse.de>
932
933 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
934
81dc3ab5
TV
9352019-09-19 Tom de Vries <tdevries@suse.de>
936
937 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
938 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
939 (gdb_target_cmd): ... here.
940 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
941 value 2.
942
b078f3ac
AB
9432019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.base/source-dir.exp: Avoid having directory names in test
946 names.
947
f1b620e9
MG
9482019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.base/source-dir.exp: Add extra test for mapped compilation
951 directory.
952
67f3ed6a
AB
9532019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * gdb.base/list-missing-source.exp: New file.
956
d1b70248
TV
9572019-09-14 Tom de Vries <tdevries@suse.de>
958
959 PR teststuite/24599
960 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
961 * lib/ada.exp (gnatmake_version_at_least): New proc.
962
5fabdcd6
AB
9632019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * gdb.base/maint.exp: Use exec_has_index_section.
966
aa17805f
AB
9672019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.base/maint.exp: Add test for 'maint info sections'.
970
25e5c209
TV
9712019-09-12 Tom de Vries <tdevries@suse.de>
972
973 * gdb.base/store.exp: Allow register variables to be optimized out at
974 -O0.
975
4993045d
PW
9762019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
977
978 * gdb.ada/rdv_wait.exp: Update to new task names.
979 * gdb.base/task_switch_in_core.exp: Likewise.
980 * gdb.base/info_sources_base.c: Likewise.
981
8a516164
TT
9822019-09-10 Tom Tromey <tromey@adacore.com>
983
984 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
985
aa391654
TT
9862019-09-10 Tom Tromey <tromey@adacore.com>
987
988 * gdb.ada/dgopt.exp: New file.
989 * gdb.ada/dgopt/x.adb: New file.
990
8634b462
TT
9912019-09-08 Tom Tromey <tom@tromey.com>
992
993 * gdb.tui/resize.exp: Remove setup_xfail.
994 * gdb.tui/regs.exp: Remove setup_xfail.
995 * gdb.tui/basic.exp: Remove setup_xfail.
996
736b0f76
DB
9972019-09-06 David Blaikie <dblaikie@gmail.com>
998
999 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1000 * gdb.cp/cplabel.exp: Ditto.
1001 * gdb.linespec/ls-errs.exp: Ditto.
1002
30331a6c
TV
10032019-09-05 Tom de Vries <tdevries@suse.de>
1004
1005 * lib/gdb.exp (cmp_file_string): New proc.
1006 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1007 runto_main. Verify save breakpoints output.
1008
98b0ebab
PW
10092019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1010
1011 * gdb.base/info-var.exp: Test info variables without running
1012 to main, to avoid expect's buffer overflow.
1013
4e962e74
TT
10142019-09-03 Tom Tromey <tromey@adacore.com>
1015
1016 * gdb.ada/bias.exp: New file.
1017 * gdb.ada/bias/bias.adb: New file.
1018 * gdb.ada/print_chars.exp: Add regression test.
1019 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1020 (MC): New variable.
1021
2ea1a07a
SL
10222019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1023
1024 * gdb.base/argv0-symlink.exp: Run only on native target
1025 and local host.
1026
8077c50d
TV
10272019-08-29 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1030 diverse debug info.
1031 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1032
48352473
TV
10332019-08-28 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.base/info-var.exp: Allow info variables to print info for files
1036 other than info-var-f1.c and info-var-f2.c.
1037
d8f27c60
AB
10382019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.fortran/info-types.exp: Add module.
1041 * gdb.fortran/info-types.f90: Update expected results.
1042
1f20c35e
AB
10432019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1044
1045 * gdb.fortran/info-types.exp: New file.
1046 * gdb.fortran/info-types.f90: New file.
1047 * lib/fortran.exp (fortran_character1): New proc.
1048
4acfdd20
AB
10492019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1050
1051 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1052 functions'. Reindent as needed.
1053 * gdb.base/info-var-f1.c: New file.
1054 * gdb.base/info-var-f2.c: New file.
1055 * gdb.base/info-var.exp: New file.
1056 * gdb.base/info-var.h: New file.
1057
5c31b358
TV
10582019-08-26 Tom de Vries <tdevries@suse.de>
1059
1060 PR c++/24852
1061 * gdb.cp/no-libstdcxx-probe.exp: New test.
1062
b694989f
TV
10632019-08-26 Tom de Vries <tdevries@suse.de>
1064
1065 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1066 * tests need to be skipped.
1067 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1068 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1069 mi_skip_libstdcxx_probe_tests.
1070
d9c4ba53
SDJ
10712019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1072
1073 * gdb.python/py-xmethods.exp: Use raw strings when passing
1074 arguments to SimpleXMethodMatcher.
1075
395fad09
TV
10762019-08-22 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1079 more informative.
1080
26c957f1
PA
10812019-08-21 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.base/with.exp: Test "with" with no arguments.
1084
61f80d5d
TV
10852019-08-21 Tom de Vries <tdevries@suse.de>
1086
1087 * gdb.base/gdb-caching-proc.exp: Sort files.
1088
d7a11d13
TV
10892019-08-20 Tom de Vries <tdevries@suse.de>
1090
1091 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1092 compilation.
1093
34dafe9f
TV
10942019-08-16 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.base/compare-sections.exp ("after run to main"): Allow
1097 mismatched read-only sections for PIE executables.
1098
398fdd60
TT
10992019-08-16 Tom Tromey <tom@tromey.com>
1100
1101 * lib/tuiterm.exp (_csi_Z): New proc.
1102 * gdb.tui/basic.exp: Update window positions.
1103 * gdb.tui/empty.exp: Update window positions.
1104
d8f9e51c
SL
11052019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1106
1107 * gdb.base/examine-backward.exp: Correct regexp for
1108 "examine 3 bytes backward from ${address_zero}".
1109
3df505f6
TT
11102019-08-15 Tom Tromey <tom@tromey.com>
1111
1112 * gdb.tui/empty.exp: Enable resizing tests.
1113
272560b5
TT
11142019-08-15 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.ada/char_enum.exp: Add regression tests.
1117 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1118 and '0'.
1119 (Char, Gchar): Update.
1120 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1121
08235187
CB
11222019-08-15 Christian Biesinger <cbiesinger@google.com>
1123
1124 * gdb.python/python.exp: Expect a leading underscore on
1125 GdbOutput{,Error}File.
1126
22a2ab04
SL
11272019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1128
1129 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1130 Windows host.
1131
835b995b
SL
11322019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1133
1134 * gdb.base/batch-preserve-term-settings.exp
1135 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1136
97dd8e07
CB
11372019-08-15 Christian Biesinger <cbiesinger@google.com>
1138
1139 * lib/gdb.exp: When running on a mingw target, replace
1140 /x/ with x:/.
1141
75faf5c4
AH
11422019-08-14 Alan Hayward <alan.hayward@arm.com>
1143
1144 * gdb.arch/aarch64-prologue.c: New test.
1145 * gdb.arch/aarch64-prologue.exp: New file.
1146
abc6c00f
TV
11472019-08-13 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1150 Thread.
1151
74c2c1f4
SL
11522019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1153
1154 * gdb.python/py-completion.exp: Download the .py file to the host
1155 and use its host pathname. Conditionalize tests that use
1156 tab completion and manipulate files on the build machine.
1157 * gdb.python/py-events.exp: Download the .py file to the host
1158 and use its host pathname.
1159 * gdb.python/py-evsignal.exp: Likewise.
1160 * gdb.python/py-evthreads.exp: Likewise.
1161 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1162 pathname syntax.
1163 * gdb.python/py-framefilter.exp: Download the .py file to the right
1164 place on the host. Match Windows pathname syntax.
1165 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1166 .py file to the host and use its host pathname.
1167 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1168 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1169 build pathname. Skip symlink test on Windows host. Add missing
1170 newline at end of file.
1171 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1172 and use its host pathname.
1173 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1174 * gdb.python/py-section-script.exp: Use host location of binfile
1175 on safe-path. Use correct path separator on Windows host.
1176 Reorder alternatives in gdb_test_multiple to prevent matching
1177 the wrong alternative on success.
1178 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1179
ca2589f3
PP
11802019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1181
1182 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1183 expect the GDB inferior to no longer immediately stop after
1184 being resumed with "signal SIGINT".
1185
020a839d
SL
11862019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1187
1188 * gdb.linespec/break-ask.exp: Generalize regexps to match
1189 Windows pathnames too.
1190
128d6509
TV
11912019-08-08 Tom de Vries <tdevries@suse.de>
1192
1193 PR testsuite/24862
1194 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1195
590042fc
PW
11962019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1197
1198 * gdb.base/style.exp: Update tests for help doc new invariants.
1199 * gdb.base/help.exp: Likewise.
1200
046bebe1
TT
12012019-08-06 Tom Tromey <tom@tromey.com>
1202
1203 * gdb.base/style.exp: Add disassemble test.
1204 * gdb.base/style.c (some_called_function): New function.
1205 (main): Use it.
1206
0b27c27d
CB
12072019-08-05 Christian Biesinger <cbiesinger@google.com>
1208
1209 * gdb.python/py-block.exp: Test dictionary access on blocks.
1210
580f1034
SM
12112019-08-05 Simon Marchi <simon.marchi@efficios.com>
1212
1213 PR gdb/24863
1214 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1215 -list-thread-groups --available test when running under
1216 check-read1.
1217
d86bd7cb
TV
12182019-08-05 Tom de Vries <tdevries@suse.de>
1219
1220 PR testsuite/24863
1221 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1222 * gdb.base/help.exp: Use with_read1_timeout_factor.
1223 * gdb.base/info-macros.exp: Same.
1224 * gdb.cp/nested-types.exp: Same.
1225
a80cf5d8
TV
12262019-08-05 Tom de Vries <tdevries@suse.de>
1227
1228 * lib/gdb.exp (version_at_least): Factor out of ...
1229 (tcl_version_at_least): ... here.
1230 (gdb_compile): Fail if pie results in non-PIE executable.
1231 (readelf_version, readelf_prints_pie): New proc.
1232 (exec_is_pie): Return -1 if unknown.
1233
d0962838
TV
12342019-08-05 Tom de Vries <tdevries@suse.de>
1235
1236 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1237
2252ff3d
SL
12382019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1239
1240 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1241
26655f53
SL
12422019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1243
1244 * lib/completion-support.exp (test_gdb_complete_none): Skip
1245 tab completion tests if no readline support.
1246 (test_gdb_complete_unique_re): Likewise.
1247 (test_gdb_complete_multiple): Likewise.
1248
db4dc13e
PW
12492019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1250
1251 * gdb.base/info_sources.exp: New file.
1252 * gdb.base/info_sources.c: New file.
1253 * gdb.base/info_sources_base.c: New file.
1254
0eba165a
PFC
12552019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1256
1257 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1258 prefix argument.
1259 (test_exit_status): Add prefix argument.
1260
59bd512b
TV
12612019-08-01 Tom de Vries <tdevries@suse.de>
1262
1263 PR testsuite/24863
1264 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1265 calling exp_continue for new thread and thread exited messages.
1266
2a3ad588
TV
12672019-08-01 Tom de Vries <tdevries@suse.de>
1268
1269 PR testsuite/24863
1270 * gdb.base/structs.exp: Fix check-read1 timeout using
1271 gdb_test_sequence.
1272 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1273
117eb594
TV
12742019-08-01 Tom de Vries <tdevries@suse.de>
1275
1276 PR testsuite/24863
1277 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1278 line.
1279
ed591340
TV
12802019-08-01 Tom de Vries <tdevries@suse.de>
1281
1282 PR testsuite/24863
1283 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1284
aa3b6533
TT
12852019-07-30 Tom Tromey <tromey@adacore.com>
1286
1287 * gdb.ada/display_nested.exp: New file.
1288 * gdb.ada/display_nested/foo.adb: New file.
1289 * gdb.ada/display_nested/pack.adb: New file.
1290 * gdb.ada/display_nested/pack.ads: New file.
1291
2906593f
CB
12922019-07-30 Christian Biesinger <cbiesinger@google.com>
1293
1294 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1295 namespace.
1296 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1297
0f575925
TV
12982019-07-30 Tom de Vries <tdevries@suse.de>
1299
1300 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1301 instead.
1302
b13057d9
TV
13032019-07-30 Tom de Vries <tdevries@suse.de>
1304
1305 PR testsuite/24834
1306 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1307 (exec_is_pie): New proc.
1308
5c4dde85
CB
13092019-07-29 Christian Biesinger <cbiesinger@google.com>
1310
1311 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1312
c620ed88
CB
13132019-07-29 Christian Biesinger <cbiesinger@google.com>
1314
1315 * gdb.python/py-objfile.c: Add global and static vars.
1316 * gdb.python/py-objfile.exp: Test new functions Objfile.
1317 lookup_global_symbol and lookup_static_symbol.
1318
3d235706
TT
13192019-07-29 Tom Tromey <tom@tromey.com>
1320
1321 * lib/tuiterm.exp (Term::_csi_@): New proc.
1322 (Term::_csi_X): Don't move cursor.
1323
c7e4c0a6
PW
13242019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1325
1326 * gdb.base/options.exp: Update backtrace - completion to
1327 new option -frame-info.
1328 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1329 Test new 'set print frame-info'. Test backtrace -frame-info
1330 overriding 'set print frame-info'.
1331 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1332 Test new 'set print frame-info'.
1333 Verify consistency of backtrace with and without filters, with and
1334 without -no-filters.
1335 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1336 default.
1337
de28a3b7
TV
13382019-07-29 Tom de Vries <tdevries@suse.de>
1339
1340 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1341 no arguments".
1342
507dd60e
TV
13432019-07-29 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1346 is a substring of the first for "complete non-unique file name".
1347
5beafce9
TV
13482019-07-29 Tom de Vries <tdevries@suse.de>
1349
1350 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1351 with ".*".
1352
2d274232
TV
13532019-07-29 Tom de Vries <tdevries@suse.de>
1354
1355 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1356 Pass prompt_regexp parameter to gdb_test_multiple calls.
1357
9197cd8b
TV
13582019-07-29 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1361 print registers" regexps.
1362
b528dae0
TV
13632019-07-29 Tom de Vries <tdevries@suse.de>
1364
1365 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1366
d17725d7
TV
13672019-07-29 Tom de Vries <tdevries@suse.de>
1368
1369 PR gdb/24855
1370 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1371 (skip_python_tests_prompt): Add prompt_regexp argument to
1372 gdb_test_multiple calls.
1373
52b75bf1
TT
13742019-07-27 Tom Tromey <tom@tromey.com>
1375
1376 * gdb.tui/main.exp: New file.
1377
2b1d00c2
TT
13782019-07-27 Tom Tromey <tom@tromey.com>
1379
1380 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1381 optional.
1382 * gdb.tui/empty.exp: New file.
1383
ded631d5
TT
13842019-07-27 Tom Tromey <tom@tromey.com>
1385
1386 * lib/tuiterm.exp (spawn): New proc.
1387 (Term::resize): New proc.
1388 * gdb.tui/resize.exp: New file.
1389
58ac439d
TT
13902019-07-27 Tom Tromey <tom@tromey.com>
1391
1392 * gdb.tui/list.exp: New file.
1393
fe1f56ee
TT
13942019-07-27 Tom Tromey <tom@tromey.com>
1395
1396 * gdb.tui/regs.exp: New file.
1397
f790b310
TT
13982019-07-27 Tom Tromey <tom@tromey.com>
1399
1400 * gdb.tui/basic.exp: Add "layout split" test.
1401
d95fc6ee
TT
14022019-07-27 Tom Tromey <tom@tromey.com>
1403
1404 * gdb.tui/basic.exp: Add "layout asm" test.
1405
c3786b3a
TT
14062019-07-27 Tom Tromey <tom@tromey.com>
1407
1408 * lib/tuiterm.exp: New file.
1409 * gdb.tui/basic.exp: New file.
1410
98a617f8
KB
14112019-07-27 Kevin Buettner <kevinb@redhat.com>
1412
1413 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1414 Enable tests associated with this flag. Adjust regex
1415 referencing "foo_low" to now refer to "foo_cold" instead.
1416
5c076da4
KB
14172019-07-27 Kevin Buettner <kevinb@redhat.com>
1418
1419 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1420 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1421 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1422 foo_cold. Revise comments to match.
1423 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1424 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1425 were wrapped into this proc; Call do_test in loop from outermost
1426 level.
1427 (foo_low): Rename all occurrences to "foo_cold".
1428 (backtrace from baz): New test.
1429 (x2/i foo_cold): New test.
1430 (info line *foo_cold): New test.
1431
1512d3b7
TV
14322019-07-26 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1435
297989a1
TV
14362019-07-25 Tom de Vries <tdevries@suse.de>
1437
1438 PR testsuite/24830
1439 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1440 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1441 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1442 (skip_libstdcxx_probe_tests): ... here.
1443 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1444
b3b965fb
TV
14452019-07-24 Tom de Vries <tdevries@suse.de>
1446
1447 PR testsuite/24807
1448 * gdb.objc/basicclass.m: Include stdio.h.
1449 * gdb.objc/nondebug.m: Same.
1450 * gdb.objc/objcdecode.m: Same.
1451
4625b4d0
TV
14522019-07-24 Tom de Vries <tdevries@suse.de>
1453
1454 PR testsuite/24612
1455 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1456 additional_flags.
1457
024a5840
TV
14582019-07-24 Tom de Vries <tdevries@suse.de>
1459
1460 PR testsuite/24831
1461 * gdb.multi/tids.exp: Update error messages for info threads.
1462
c76ddaa3
TV
14632019-07-24 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.base/info-types.exp: Allow info types to print info for more than
1466 one file.
1467
9a618ef6
TV
14682019-07-23 Tom de Vries <tdevries@suse.de>
1469
1470 PR testsuite/24842
1471 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1472 gdb_spawn_with_cmdline_opts.
1473
40eadf04
SP
14742019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1475
1476 * gdb.arch/arm-cmse-sgstubs.c: New test.
1477 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1478
5ba29434
TV
14792019-07-23 Tom de Vries <tdevries@suse.de>
1480
1481 PR testsuite/24711
1482 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1483 issuing next command.
1484
a8e9d247
AB
14852019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * gdb.ada/info_auto_lang.exp: Update expected results.
1488 * gdb.base/info-types.c: Add additional types to check.
1489 * gdb.base/info-types.exp: Update expected results.
1490
eb86c5e2
AB
14912019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.base/info-types.c: New file.
1494 * gdb.base/info-types.exp: New file.
1495
01e175fe
AB
14962019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.arch/riscv-bp-infcall.c: New file.
1499 * gdb.arch/riscv-bp-infcall.exp: New file.
1500
6b78c3f8
AB
15012019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 PR breakpoints/24541
1504 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1505
da738167
TV
15062019-07-14 Tom de Vries <tdevries@suse.de>
1507
1508 PR testsuite/24760
1509 * gdb.objc/basicclass.exp: Fix unterminated string.
1510
0d4e84ed
AB
15112019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1512 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1515 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1516 negative bounds.
1517 * gdb.fortran/vla-value.exp: Print elements of an array with
1518 negative bounds.
1519 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1520 testing.
1521
021d8588
AB
15222019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1523
1524 * gdb.base/options.exp (expect_string): Dequote strings in
1525 results.
1526 (test-string): Test strings with different quoting and reindent.
1527
f06f1252
TT
15282019-07-10 Tom Tromey <tromey@adacore.com>
1529
1530 * gdb.ada/mi_ex_cond.exp: Update expected results.
1531 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1532 * gdb.ada/mi_catch_ex.exp: Update expected results.
1533 * gdb.ada/mi_catch_assert.exp: Update expected results.
1534 * gdb.ada/catch_ex.exp (catch_exception_info)
1535 (catch_exception_entry, catch_assert_entry)
1536 (catch_unhandled_entry): Update.
1537 * gdb.ada/catch_assert_if.exp: Update expected results.
1538
b863685d
RB
15392019-07-10 Richard Bunt <richard.bunt@arm.com>
1540 Stephen Roberts <stephen.roberts@arm.com>
1541
1542 * gdb.base/define.exp: Restore original prompt.
1543
cb1e4e32
PA
15442019-07-09 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1547 breakpoints" output.
1548 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1549 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1550 throw" creates breakpoint.
1551 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1552 'type="catchpoint"'.
1553
b58a68fe
PA
15542019-07-09 Pedro Alves <palves@redhat.com>
1555
1556 PR c++/15468
1557 * gdb.cp/except-multi-location-lib.cc: New.
1558 * gdb.cp/except-multi-location-main.cc: New.
1559 * gdb.cp/except-multi-location.exp: New.
1560
0826779b
PW
15612019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1562
1563 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1564 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1565 argument and update callers.
1566
5b0e2db4
AB
15672019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * gdb.arch/amd64-break-on-asm-line.S: New file.
1570 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1571
1f6f6e21
PW
15722019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1573
1574 * gdb.base/printcmds.exp: Test printing C string and
1575 C wide string convenience vars without transiting via the inferior.
1576 Also make test names unique.
1577
ea142fbf
AH
15782019-07-08 Alan Hayward <alan.hayward@arm.com>
1579
5862c886 1580 PR breakpoints/25011
ea142fbf
AH
1581 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1582
213fd9fa
PA
15832019-07-04 Pedro Alves <palves@redhat.com>
1584
1585 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1586 body returned ok(0), break(3) or continue(4).
1587 * gdb.testsuite/foreach_with_prefix.exp: New file.
1588
2b40fda7
AH
15892019-07-04 Alan Hayward <alan.hayward@arm.com>
1590
1591 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1592
a26c8de0
PA
15932019-07-03 Pedro Alves <palves@redhat.com>
1594
1595 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1596 "return -code".
1597
5f4ba3e7
PA
15982019-07-03 Pedro Alves <palves@redhat.com>
1599
1600 PR cli/24732
1601 * gdb.base/shell.exp: Load completion-support.exp.
1602 Adjust expected error output. Add completion tests.
1603
a994424f
PA
16042019-07-03 Pedro Alves <palves@redhat.com>
1605
1606 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1607 string_to_regexp.
1608
3d9be6f5
PA
16092019-07-03 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1612 (expect_integer): Adjust to expect "-string".
1613 (expect_string): New.
1614 (all_options): Expect "-string".
1615 (test-flag, test-boolean): Adjust to expect "-string".
1616 (test-string): New proc.
1617 (top level): Call it.
1618
41fc454c
PA
16192019-07-03 Pedro Alves <palves@redhat.com>
1620
1621 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1622 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1623 the expected output in the success.
1624
b2b2a215
PA
16252019-07-03 Pedro Alves <palves@redhat.com>
1626
1627 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1628 Split one gdb_test_multiple call in two to avoid a race.
1629
fdbc9870
PA
16302019-07-03 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.base/with.c: New file.
1633 * gdb.base/with.exp: New file.
1634
c6ac8931
PA
16352019-07-03 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.base/settings.exp: Replace all references to "maint
1638 test-settings set" with references to "maint set test-settings",
1639 and all references to "maint test-settings show" with references
1640 to "maint show test-settings".
1641
970f9d09
PA
16422019-07-03 Pedro Alves <palves@redhat.com>
1643
1644 * gdb.base/settings.exp (test-string): Adjust expected out when
1645 testing "maint test-settings show filename"
1646
54d66006
PA
16472019-07-02 Pedro Alves <palves@redhat.com>
1648
1649 * gdb.base/options.exp (test-info-threads): New procedure.
1650 (top level): Call it.
1651
10d06d82
TT
16522019-06-28 Tom Tromey <tromey@adacore.com>
1653
1654 * gdb.dwarf2/ada-linkage-name.c: New file.
1655 * gdb.dwarf2/ada-linkage-name.exp: New file.
1656
3d507ff2
TT
16572019-06-27 Tom Tromey <tromey@adacore.com>
1658
d039f014 1659 PR c++/20020:
3d507ff2
TT
1660 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1661
8af58ffe
TV
16622019-06-26 Tom de Vries <tdevries@suse.de>
1663
1664 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1665
22e21752
TV
16662019-06-26 Tom de Vries <tdevries@suse.de>
1667
1668 * gdb.base/index-cache.exp: Add back missing debug option.
1669
b65b566c
PW
16702019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1671
1672 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1673
5c2c8c69
TV
16742019-06-25 Tom de Vries <tdevries@suse.de>
1675
1676 PR testsuite/24727
1677 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1678
164e3873
TV
16792019-06-24 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1682
824eacee
TV
16832019-06-24 Tom de Vries <tdevries@suse.de>
1684
1685 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1686 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1687 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1688
385b97d3
TV
16892019-06-24 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1692
c596f180
TV
16932019-06-21 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1696
b13a7d03
TV
16972019-06-21 Tom de Vries <tdevries@suse.de>
1698
1699 PR testsuite/24518
1700 PR ada/24713
1701 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1702 index.
1703
899277ae
TT
17042019-06-19 Tom Tromey <tromey@adacore.com>
1705
1706 * gdb.ada/length_cond.exp: Add intro comment.
1707
680e1bee
TT
17082019-06-19 Tom Tromey <tromey@adacore.com>
1709
1710 * gdb.ada/length_cond.exp: New file.
1711 * gdb.ada/length_cond/length_cond.adb: New file.
1712 * gdb.ada/length_cond/pck.adb: New file.
1713 * gdb.ada/length_cond/pck.ads: New file.
1714
0ed4690a
TV
17152019-06-18 Tom de Vries <tdevries@suse.de>
1716
1717 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1718
d20ed5fd
TT
17192019-06-18 Tom Tromey <tromey@adacore.com>
1720
1721 * gdb.base/list0.h: Add comment explaining control character.
1722
86e04673
TV
17232019-06-18 Tom de Vries <tdevries@suse.de>
1724
1725 * boards/fission.exp: Break up long debug_flags line.
1726
c4973306
SM
17272019-06-16 Tom de Vries <tdevries@suse.de>
1728
1729 PR gdb/24445
1730 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1731 generated index.
1732
93cb9841
AB
17332019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 PR gdb/24686
1736 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1737 improve detection of bug gdb/24541.
1738
399aaebd
SM
17392019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1740
1741 PR gdb/24669
1742 * gdb.base/index-cache.exp (uses_readnow,
1743 expecting_index_cache_use): Define global variable.
1744 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1745 expecting_index_cache_use.
1746
584a927c
AB
17472019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1748 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 * gdb.fortran/pointers.f90: New file.
1751 * gdb.fortran/print_type.exp: New file.
1752 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1753 * gdb.fortran/vla-type.exp: Likewise.
1754 * gdb.fortran/vla-value.exp: Likewise.
1755 * gdb.mi/mi-vla-fortran.exp: Likewise.
1756
30056ea0
AB
17572019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1758
1759 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1760 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1761 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1762 as a stop reason.
1763
ec8e2b6d
AB
17642019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * gdb.base/annota1.exp: Update expected results.
1767 * gdb.cp/annota2.exp: Likewise.
1768 * gdb.cp/annota3.exp: Likewise.
1769
09e4c4e1
AB
17702019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.base/style-logging.exp: Remove path from test name.
1773
0735b091
TT
17742019-06-14 Tom Tromey <tromey@adacore.com>
1775
1776 PR gdb/24502:
1777 * gdb.base/style-logging.exp: New file.
1778
f5686554
TT
17792019-06-14 Tom Tromey <tromey@adacore.com>
1780
1781 * gdb.base/symfile-warn.exp: New file.
1782 * gdb.base/symfile-warn.c: New file.
1783
a0c1ffed
TT
17842019-06-14 Tom Tromey <tromey@adacore.com>
1785
1786 * gdb.base/annotate-symlink.exp: New file.
1787
f411722c
TT
17882019-06-14 Tom Tromey <tromey@adacore.com>
1789
1790 * gdb.ada/set_wstr.exp: Add reassignment test.
1791
4268ec18
TT
17922019-06-14 Tom Tromey <tromey@adacore.com>
1793
1794 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1795 'unchecked_access and 'unrestricted_access as well.
1796
9a9e394b
TT
17972019-06-14 Tom Tromey <tromey@adacore.com>
1798
1799 PR ada/24539:
1800 * gdb.ada/vla.exp: Update tests.
1801 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1802 pragma.
1803
4c048731
PA
18042019-06-13 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.base/settings.exp (test-integer): Test junk after
1807 "unlimited".
1808
6665660a
PA
18092019-06-13 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.base/options.exp (test-thread-apply): New.
1812 (top level): Call it.
1813
5d707134
PA
18142019-06-13 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.base/options.exp (test-frame-apply): New.
1817 (top level): Test print commands with different "frame apply"
1818 prefixes.
1819
e2a689da
PA
18202019-06-13 Pedro Alves <palves@redhat.com>
1821
e79be6e5 1822 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1823 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1824 'max_completions' parameter and handle it.
1825 (test_gdb_completion_offers_commands): New.
1826
90a1ef87
PA
18272019-06-13 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1830
d4c16835
PA
18312019-06-13 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.base/options.exp (test-backtrace): New.
1834 (top level): Call it.
1835
2daf894e
PA
18362019-06-13 Pedro Alves <palves@redhat.com>
1837
1838 * gdb.guile/scm-frame-args.exp: Use "set print
1839 raw-frame-arguments" instead of "set print raw frame-arguments".
1840 * gdb.python/py-frame-args.exp: Likewise.
1841
e6ed716c
PA
18422019-06-13 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.compile/compile.exp: Adjust expected output to option
1845 processing changes.
1846
7d8062de
PA
18472019-06-13 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.base/options.exp: Build executable.
1850 (test-print): New procedure.
1851 (top level): Call it, once for "print" and another for "compile
1852 print".
1853
9d0faba9
PA
18542019-06-13 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.base/options.c: New file.
1857 * gdb.base/options.exp: New file.
1858
dee7b4c8
PA
18592019-06-13 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1862 that "o" is ambiguous.
1863
dca0f6c0
PA
18642019-06-13 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.base/settings.c: New file.
1867 * gdb.base/settings.exp: New file.
1868
ccf46844
PA
18692019-06-13 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.base/completion.exp: Fix comment typo.
1872
b9a3f842
PA
18732019-06-13 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1876 foo --1" test.
1877
d106773e
PA
18782019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1879
1880 * gdb.fortran/block-data.f: New.
1881 * gdb.fortran/block-data.exp: New.
1882
fea82da0
TV
18832019-06-11 Tom de Vries <tdevries@suse.de>
1884
1885 PR testsuite/24521
1886 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1887 message.
1888
8c2e74f1
TV
18892019-06-11 Tom de Vries <tdevries@suse.de>
1890
1891 PR testsuite/24521
1892 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1893
b49851c8
TV
18942019-06-11 Tom de Vries <tdevries@suse.de>
1895
1896 * boards/readnow.exp: New file.
1897
a7067863
AB
18982019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1899
1900 * gdb.fortran/vla-sizeof.exp: Update expected results.
1901
1a3da2cd
AB
19022019-06-06 Amos Bird <amosbird@gmail.com>
1903
1904 * gdb.base/annota1.exp (thread_switch): Add test for
1905 thread-exited annotation.
1906
3847a7bf
TT
19072019-06-06 Tom Tromey <tromey@adacore.com>
1908
1909 * gdb.base/maint.exp: Expect command started/finished output.
1910
0088ba59
AB
19112019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1912
1913 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1914 comment.
1915 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1916
312617a3
AB
19172019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1918
1919 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1920 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1921 * gdb.arch/riscv-unwind-long-insn.c: New file.
1922 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1923
e1f2e1a2
CB
19242019-06-04 Christian Biesinger <cbiesinger@google.com>
1925
d3238f7d 1926 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1927
206584bd
PW
19282019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1929
1930 * lib/gdb.exp (help_list_trailer): New regexp variable
1931 factorizing the help trailer message.
1932 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1933 arg to allow to better factorize various tests.
1934 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1935 (test_prefix_command_help): Use help_list_trailer.
1936 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1937 * gdb.guile/scm-cmd.exp: Likewise.
1938 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1939 * gdb.base/help.exp: Use test_user_defined_class_help.
1940 * gdb.base/style.exp: Add tests for styling of help and apropos.
1941 * lib/gdb-utils.exp (style): Add title and highlight styles.
1942
708dc93e
PW
19432019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1944
1945 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1946 $_shell_exitsignal.
1947 * gdb.base/default.exp: Update for new convenience variables.
1948
f49055a5
TT
19492019-05-29 Tom Tromey <tromey@adacore.com>
1950
1951 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1952 to "break complete ada" test case's regexp.
1953
4330d61d
TT
19542019-05-29 Tom Tromey <tromey@adacore.com>
1955
1956 PR c++/20020:
1957 * gdb.cp/constexpr-field.exp: New file.
1958 * gdb.cp/constexpr-field.cc: New file.
1959
000439d5
TT
19602019-05-29 Tom Tromey <tromey@adacore.com>
1961
1962 * gdb.base/finish.exp (finish_no_print): New proc.
1963 (finish_tests): Call it.
1964
5a01c34c
TV
19652019-05-24 Tom de Vries <tdevries@suse.de>
1966
1967 * gdb.dwarf2/gdb-add-index.exp: New file.
1968
18125b16
TT
19692019-05-22 Tom Tromey <tromey@adacore.com>
1970
1971 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1972 * gdb.base/style.exp: Use "style".
1973 * lib/gdb-utils.exp (style): New proc.
1974
af1a8d03
TV
19752019-05-22 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.base/align.exp: Require c++11.
1978
e7fe496b
TV
19792019-05-22 Tom de Vries <tdevries@suse.de>
1980
1981 PR testsuite/24586
1982 * gdb.python/py-mi-var-info-path-expression.exp: Call
1983 mi_skip_python_tests to check if python is supported.
1984
8fca4da0
AH
19852019-05-22 Alan Hayward <alan.hayward@arm.com>
1986
1987 * gdb.arch/aarch64-pauth.c: New test.
1988 * gdb.arch/aarch64-pauth.exp: New file.
1989
b7060614
AH
19902019-05-22 Alan Hayward <alan.hayward@arm.com>
1991
1992 * README (Re-running Tests Outside The Testsuite): New section.
1993
669d0468
TV
19942019-05-21 Tom de Vries <tdevries@suse.de>
1995
1996 * gdb.arch/amd64-eval.exp: Require c++11.
1997 * gdb.base/max-depth.exp: Same.
1998 * gdb.compile/compile-cplus-array-decay.exp: Same.
1999 * gdb.cp/meth-typedefs.exp: Same.
2000 * gdb.cp/subtypes.exp: Same.
2001 * gdb.cp/temargs.exp: Same.
2002
ce3ebcaa
AH
20032019-05-21 Alan Hayward <alan.hayward@arm.com>
2004
2005 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2006
34d11c68
AB
20072019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 PR gdb/18644
2010 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2011 * gdb.fortran/printing-types.exp: Add new test.
2012 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2013 testing.
2014 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2015 setup_kfail call.
2016
87781e84
AH
20172019-05-17 Alan Hayward <alan.hayward@arm.com>
2018
2019 * README (Running the Testsuite): Change example.
2020 (Testsuite Parameters): Remove TRANSCRIPT.
2021 * lib/gdb.exp: Remove TRANSCRIPT check.
2022
b420b89e
AH
20232019-05-17 Alan Hayward <alan.hayward@arm.com>
2024
2025 * README (Testsuite Parameters): Add replay logging to
2026 GDBSERVER_DEBUG.
2027 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2028 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2029 as a comma separated list.
2030 (gdb_debug_init): Override procedure.
2031
408e9b8b
AH
20322019-05-17 Alan Hayward <alan.hayward@arm.com>
2033
2034 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2035 (gdb_write_cmd_file): New procedure.
2036 * lib/gdbserver-support.exp (gdbserver_start): Call
2037 gdbserver_write_cmd_file.
2038 (gdbserver_write_cmd_file): New procedure.
2039
f9e2e39d
AH
20402019-05-17 Alan Hayward <alan.hayward@arm.com>
2041
2042 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2043 (delete_breakpoints): Likewise.
2044 (gdb_run_cmd): Likewise.
2045 (gdb_start_cmd): Likewise.
2046 (gdb_starti_cmd): Likewise.
2047 (gdb_internal_error_resync): Likewise.
2048 (gdb_test_multiple): Likewise.
2049 (gdb_reinitialize_dir): Likewise.
2050 (default_gdb_exit): Likewise.
2051 (gdb_file_cmd): Mark kill as optional.
2052 (default_gdb_start): Call gdb_stdin_log_init.
2053 (send_gdb): Call gdb_stdin_log_write.
2054 (rerun_to_main): Mark Y as an answer.
2055 (gdb_stdin_log_init): New function.
2056 (gdb_stdin_log_write): Likewise.
2057
81f47ac2
AH
20582019-05-17 Alan Hayward <alan.hayward@arm.com>
2059
2060 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2061 * gdb.base/debug-expr.exp: Likewise.
2062 * gdb.base/foll-fork.exp: Likewise.
2063 * gdb.base/foll-vfork.exp: Likewise.
2064 * gdb.base/fork-print-inferior-events.exp: Likewise.
2065 * gdb.base/gdb-sigterm.exp: Likewise.
2066 * gdb.base/gdbinit-history.exp: Likewise.
2067 * gdb.base/osabi.exp: Likewise.
2068 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2069 * gdb.base/ui-redirect.exp: Likewise.
2070 * gdb.gdb/unittest.exp: Likewise.
2071 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2072 * gdb.mi/mi-watch.exp: Likewise.
2073 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2074 * gdb.mi/user-selected-context-sync.exp: Likewise.
2075 * gdb.python/python.exp: Disable debug test when debugging.
2076 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2077 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2078 Likewise.
2079 * gdb.threads/stepi-random-signal.exp: Likewise.
2080
29b52314
AH
20812019-05-17 Alan Hayward <alan.hayward@arm.com>
2082
2083 * Makefile.in: Pass through GDB_DEBUG.
2084 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2085 (gdb,debug): Add board setting.
2086 * lib/gdb.exp (default_gdb_start): Start debugging.
2087 (gdb_debug_enabled): New procedure.
2088 (gdb_debug_init): Likewise.
29b52314
AH
2089
20902019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2091
29b52314
AH
2092 * Makefile.in: Pass through GDB_DEBUG.
2093 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2094 (gdb,debug): Add board setting.
2095 * lib/gdb.exp (default_gdb_start): Start debugging.
2096 (gdb_debug_enabled): New procedure.
2097 (gdb_debug_init): Likewise.
29b52314 2098
ca1285d1
AH
20992019-05-17 Alan Hayward <alan.hayward@arm.com>
2100
2101 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2102
f3a09c80
AH
21032019-05-17 Alan Hayward <alan.hayward@arm.com>
2104
2105 * gdb.base/ui-redirect.exp: Test redirection.
2106
26648588
JV
21072019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2108
2109 * gdb.mi/mi-complete.exp: New file.
2110 * gdb.mi/mi-complete.cc: Likewise.
2111
14237686
AB
21122019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2113
2114 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2115 indexed and sliced arrays, and pointers to arrays.
2116
e7bd7fba
TT
21172019-05-14 Tom Tromey <tromey@adacore.com>
2118
2119 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2120 styling test.
2121
2764128d
TV
21222019-05-14 Tom de Vries <tdevries@suse.de>
2123
2124 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2125 selection entry encoding.
2126
71bed2db
TT
21272019-05-10 Tom Tromey <tromey@adacore.com>
2128
2129 * gdb.ada/info_exc.exp: Add "complete" test.
2130
63b667ad
TV
21312019-05-09 Tom de Vries <tdevries@suse.de>
2132
2133 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2134 CU-relative.
2135
9cfd2b89
TV
21362019-05-09 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2139 CU-relative.
2140
2228ef77
XR
21412019-05-08 Joel Brobecker <brobecker@adacore.com>
2142
2143 * gdb.ada/frame_arg_lang.exp: New testcase.
2144 * gdb.ada/frame_arg_lang/bla.adb: New file.
2145 * gdb.ada/frame_arg_lang/pck.ads: New file.
2146 * gdb.ada/frame_arg_lang/pck.adb: New file.
2147 * gdb.ada/frame_arg_lang/foo.c: New file.
2148
80e55b13
TT
21492019-05-08 Tom Tromey <tromey@adacore.com>
2150
2151 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2152
9d3421af
TT
21532019-05-08 Tom Tromey <tromey@adacore.com>
2154
2155 * gdb.base/ptype-offsets.exp: Update tests.
2156
844333e2
TT
21572019-05-08 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2160 cases.
2161 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2162 "short".
2163
988915ee
TT
21642019-05-08 Tom Tromey <tromey@adacore.com>
2165
2166 * gdb.ada/vla.exp: New file.
2167 * gdb.ada/vla/vla.adb: New file.
2168
7bd55dac
TV
21692019-05-07 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2172
75f06e9d
TV
21732019-05-07 Tom de Vries <tdevries@suse.de>
2174
2175 PR testsuite/24522
2176 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2177 section.
2178
77e7aaa4
TV
21792019-05-07 Tom de Vries <tdevries@suse.de>
2180
2181 PR testsuite/24522
2182 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2183 .debug_aranges section.
2184
456ba0fa
TV
21852019-05-07 Tom de Vries <tdevries@suse.de>
2186
2187 PR testsuite/24159
2188 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2189
5a56d6a6
TV
21902019-05-06 Tom de Vries <tdevries@suse.de>
2191
2192 * lib/gdb.exp (exec_has_index_section): New proc.
2193 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2194 section.
2195
9d6d4be8
TV
21962019-05-04 Tom de Vries <tdevries@suse.de>
2197
2198 * boards/cc-with-debug-names.exp: New file.
2199
222a8d25
TT
22002019-05-03 Tom Tromey <tromey@adacore.com>
2201
2202 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2203 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2204 * gdb.ada/char_enum.exp: Add test.
2205
0fdfd794
TV
22062019-05-03 Tom de Vries <tdevries@suse.de>
2207
2208 * boards/cc-with-gdb-index.exp: New file.
2209
80062eb9
AB
22102019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * gdb.rust/simple.exp: Add new test case.
2213 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2214 (main): Initialise an instance of the new struct.
2215
4504bbde
TT
22162019-05-01 Tom Tromey <tromey@adacore.com>
2217
2218 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2219 record.
2220 (NPR): New variable.
2221 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2222 test.
2223
d48e62f4
TT
22242019-05-01 Tom Tromey <tromey@adacore.com>
2225
2226 * gdb.ada/packed_array_assign.exp: Add packed assignment
2227 regression test.
2228
f59f30f5
TV
22292019-05-01 Tom de Vries <tdevries@suse.de>
2230
2231 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2232
b70bfc54
TV
22332019-05-01 Tom de Vries <tdevries@suse.de>
2234
2235 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2236
15f18d14
AT
22372019-04-30 Ali Tamur <tamur@google.com>
2238
2239 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2240
2ff0a947
TT
22412019-04-30 Tom Tromey <tromey@adacore.com>
2242
2243 * lib/ada.exp (find_ada_tool): New proc.
2244 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2245 * gdb.ada/catch_ex_std.exp: New file.
2246 * gdb.ada/catch_ex_std/foo.adb: New file.
2247 * gdb.ada/catch_ex_std/some_package.adb: New file.
2248 * gdb.ada/catch_ex_std/some_package.ads: New file.
2249
a776957c
TT
22502019-04-30 Tom Tromey <tromey@adacore.com>
2251
2252 PR c++/24470:
2253 * gdb.cp/temargs.cc: Add test code from PR.
2254
bc68014d
AB
22552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.fortran/vla-datatypes.exp: Update expected results.
2258 * gdb.fortran/vla-ptype.exp: Likewise.
2259 * gdb.fortran/vla-type.exp: Likewise.
2260 * gdb.fortran/vla-value.exp: Likewise.
2261
f1fdc960
AB
22622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.fortran/ptr-indentation.exp: Update expected results.
2265 * gdb.fortran/ptype-on-functions.exp: Likewise.
2266 * gdb.fortran/vla-ptr-info.exp: Likewise.
2267 * gdb.fortran/vla-value.exp: Likewise.
2268
bf7a4de1
AB
22692019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 * gdb.fortran/ptype-on-functions.exp: New file.
2272 * gdb.fortran/ptype-on-functions.f90: New file.
2273
bbe75b9d
AB
22742019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2277 case void string.
2278
1db455a7
AB
22792019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2280
2281 * gdb.fortran/complex.exp: Expand.
2282 * gdb.fortran/complex.f: Renamed to...
2283 * gdb.fortran/complex.f90: ...this, and extended to add more
2284 complex values.
2285
b6d03bb2
AB
22862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2289 MODULO, CMPLX.
2290
2e62ab40
AB
22912019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2292 Richard Bunt <richard.bunt@arm.com>
2293
2294 * gdb.base/max-depth.c: New file.
2295 * gdb.base/max-depth.exp: New file.
2296 * gdb.python/py-nested-maps.c: New file.
2297 * gdb.python/py-nested-maps.exp: New file.
2298 * gdb.python/py-nested-maps.py: New file.
2299 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2300 (test_all_common): Call test_max_depth.
2301 * gdb.fortran/max-depth.exp: New file.
2302 * gdb.fortran/max-depth.f90: New file.
2303 * gdb.go/max-depth.exp: New file.
2304 * gdb.go/max-depth.go: New file.
2305 * gdb.modula2/max-depth.exp: New file.
2306 * gdb.modula2/max-depth.c: New file.
2307 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2308
d2b584a5
TV
23092019-04-29 Tom de Vries <tdevries@suse.de>
2310
2311 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2312
136afab8
PW
23132019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2314
2315 * gdb.base/callexit.exp: Test may-call-functions off.
2316
725cbb63
KS
23172019-04-25 Keith Seitz <keiths@redhat.com>
2318
2319 PR c++/24367
2320 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2321 (another_incomplete_struct, test_incomplete): New definitions.
2322 (main): Use new definitions.
2323 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2324 functions.
2325
82433e3e
SDJ
23262019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2327
2328 PR corefiles/11608
2329 PR corefiles/18187
2330 * gdb.base/coredump-filter-build-id.exp: New file.
2331
dd06d4d6
AH
23322019-04-25 Alan Hayward <alan.hayward@arm.com>
2333
e79be6e5
SM
2334 * Makefile.in: Pass through GDBSERVER_DEBUG.
2335 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2336 (gdbserver,debug): Add board setting.
2337 * gdb.trace/tspeed.exp: Skip when debugging.
2338 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2339 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2340
1670072e
TT
23412019-04-24 Tom Tromey <tromey@adacore.com>
2342
2343 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2344 Rust.
2345
a59240a4
TT
23462019-04-24 Tom Tromey <tromey@adacore.com>
2347
2348 * gdb.arch/amd64-eval.exp: Test bitfield return.
2349 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2350 (class Foo) <return_bitfields>: New method.
2351 (main): Call it.
2352
b907456c
AB
23532019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * gdb.cp/many-args.cc: New file.
2356 * gdb.cp/many-args.exp: New file.
2357
5c565afd
TV
23582019-04-23 Tom de Vries <tdevries@suse.de>
2359
2360 PR gdb/24433
2361 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2362
ba22ff86
AH
23632019-04-23 Alan Hayward <alan.hayward@arm.com>
2364
2365 * gdb.trace/backtrace.exp: Use nopie flag.
2366 * gdb.trace/circ.exp: Likewise.
2367 * gdb.trace/collection.exp: Likewise.
2368 * gdb.trace/ftrace.exp: Likewise.
2369 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2370 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2371 * gdb.trace/qtro.exp: Likewise.
2372 * gdb.trace/read-memory.exp: Likewise.
2373 * gdb.trace/report.exp: Likewise.
2374 * gdb.trace/tfile.exp: Likewise.
2375 * gdb.trace/tfind.exp: Likewise.
2376 * gdb.trace/unavailable.exp: Likewise.
2377
7905fc35
PA
23782019-04-22 Pedro Alves <palves@redhat.com>
2379
2380 * gdb.base/solib-probes-nosharedlibrary.c,
2381 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2382
8ecb59f8
TT
23832019-04-19 Tom Tromey <tromey@adacore.com>
2384
2385 * gdb.ada/ptype_union.c: New file.
2386 * gdb.ada/ptype_union.exp: New file.
2387
62160ec9
TT
23882019-04-19 Tom Tromey <tromey@adacore.com>
2389
2390 PR symtab/24423:
2391 * gdb.base/list0.h (foo): Add a control-l character.
2392
36cd4ba5
TV
23932019-04-18 Tom de Vries <tdevries@suse.de>
2394
2395 PR gdb/24433
2396 * boards/local-board.exp: Set sysroot to "".
2397
b73715df
TV
23982019-04-18 Tom de Vries <tdevries@suse.de>
2399 Pedro Alves <palves@redhat.com>
2400
2401 PR gdb/24454
2402 * gdb.threads/vfork-follow-child-exec.c: New file.
2403 * gdb.threads/vfork-follow-child-exec.exp: New file.
2404 * gdb.threads/vfork-follow-child-exit.c: New file.
2405 * gdb.threads/vfork-follow-child-exit.exp: New file.
2406
4aa866af
LS
24072019-04-15 Leszek Swirski <leszeks@google.com>
2408
2409 * gdb.arch/amd64-eval.cc: New file.
2410 * gdb.arch/amd64-eval.exp: New file.
2411
e5a1a79a
AH
24122019-04-11 Alan Hayward <alan.hayward@arm.com>
2413
2414 * gdb.server/sysroot.c: New test.
2415 * gdb.server/sysroot.exp: New file.
2416 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2417 matching param.
2418
41077b66
AB
24192019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * gdb.base/align.exp: Extend test to cover structures containing
2422 only static fields.
2423
c30391f8
TV
24242019-04-11 Tom de Vries <tdevries@suse.de>
2425
2426 * boards/cc-with-dwz-m.exp: New file.
2427 * boards/cc-with-dwz.exp: New file.
2428 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2429
e242fd12
SM
24302019-04-09 Simon Marchi <simon.marchi@efficios.com>
2431
2432 * gdb.base/start-cpp.exp: New file.
2433 * gdb.base/start-cpp.cc: New file.
2434
2b0c8b01
KB
24352019-04-08 Kevin Buettner <kevinb@redhat.com>
2436
2437 * gdb.python/py-thrhandle.exp: Adjust tests to call
2438 thread_from_handle instead of thread_from_thread_handle.
2439
947210e5
KB
24402019-04-08 Kevin Buettner <kevinb@redhat.com>
2441
2442 * gdb.python/py-thrhandle.exp: Add tests for
2443 gdb.InferiorThread.handle.
2444
d7df6549
AB
24452019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2446
2447 * gdb.python/py-function.exp: Check calling helper function from
2448 all languages.
2449 * lib/gdb.exp (gdb_supported_languages): New proc.
2450
8bdc1658
AB
24512019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2452
2453 * gdb.base/complex-parts.c: New file.
2454 * gdb.base/complex-parts.exp: New file.
2455
05caa1d2
TT
24562019-04-01 Tom Tromey <tromey@adacore.com>
2457
2458 PR symtab/23331:
2459 * gdb.dwarf2/dw2-ranges-main.c: New file.
2460 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2461 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2462
7734102d
EZ
24632019-03-30 Simon Marchi <simark@simark.ca>
2464
2465 * gdb.base/default.exp: Add values for $_gdb_major and
2466 $_gdb_minor.
2467
188e1fa9
TT
24682019-03-29 Tom Tromey <tromey@adacore.com>
2469
2470 * gdb.base/help.exp: Tighten apropos regexp.
2471
2880242d
KS
24722019-03-29 Keith Seitz <keiths@redhat.com>
2473
2474 * gdb.fortran/array-bounds.exp: New file.
2475 * gdb.fortran/array-bounds.f90: New file.
2476
077cad8e
PW
24772019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2478
2479 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2480
80047cfc
PW
24812019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2482
2483 * gdb.multi/hello.c (main): Increase alarm timer.
2484
f489207e
SL
24852019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2486
2487 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2488 factor when no hardware watchpoint support.
2489
c92df149
AH
24902019-03-28 Alan Hayward <alan.hayward@arm.com>
2491 Pedro Alves <palves@redhat.com>
2492
2493 * boards/local-board.exp: set sysroot to /.
2494
933aebfa
AH
24952019-03-27 Alan Hayward <alan.hayward@arm.com>
2496
2497 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2498 in child.
2499
9f9aa852
AB
25002019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2501
2502 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2503 field.
2504 (make_container): Initialise new field.
2505 * gdb.python/py-prettyprint.exp: Add new tests.
2506 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2507 <display_hint>: New method.
2508
3714a195
AB
25092019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2512 gdb_continue_to_breakpoint more throughout this test.
2513 (run_lang_tests) Supply unique test names, and use
2514 gdb_test_no_output.
2515
18c77628
AB
25162019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2517
2518 * gdb.base/finish-pretty.exp: Update expected results.
2519 * gdb.base/pretty-print.c: New file.
2520 * gdb.base/pretty-print.exp: New file.
2521
9a93502f
PA
25222019-03-25 Pedro Alves <palves@redhat.com>
2523
2524 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2525 move comments outside list. Append '-i "" eof' section.
2526
968aa7ae
AH
25272019-03-22 Alan Hayward <alan.hayward@arm.com>
2528
34a7f2a4 2529 PR testsuite/25016
968aa7ae
AH
2530 * README: Add pie options.
2531 * gdb.base/break-interp.exp: Ensure pie is disabled.
2532 * gdb.base/dump.exp: Likewise.
2533 * lib/gdb.exp (gdb_compile): Add pie option.
2534
4c7d57e7
TT
25352019-03-19 Tom Tromey <tromey@adacore.com>
2536
2537 * gdb.mi/mi2-cli-display.c: New file.
2538 * gdb.mi/mi2-cli-display.exp: New file.
2539
bff8c71f
TT
25402019-03-18 Joel Brobecker <brobecker@adacore.com>
2541 Tom Tromey <tromey@adacore.com>
2542
2543 * gdb.ada/ptype_array/pck.adb: New file.
2544 * gdb.ada/ptype_array/pck.ads: New file.
2545 * gdb.ada/ptype_array/foo.adb: New file.
2546 * gdb.ada/ptype_array.exp: New file.
2547
d085f989
TT
25482019-03-14 Tom Tromey <tromey@adacore.com>
2549
2550 * gdb.base/style.exp: Add "set style sources" test.
2551
b4be1b06
SM
25522019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2555 * mi-breakpoint-multiple-locations.exp: ... this.
2556 (make_breakpoints_pattern): New proc.
2557 (do_test): Add mi_version parameter, test -break-insert,
2558 -break-info and =breakpoint-created.
2559
7cde5fc2
AB
25602019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2561
2562 * config/default.exp: Remove 'load_lib gdb.exp'.
2563 * config/monitor.exp: Likewise.
2564 * config/sid.exp: Likewise.
2565 * config/sim.exp: Likewise.
2566 * config/slite.exp: Likewise.
2567 * config/unix.exp: Likewise.
2568 * gdb.base/default.exp: Remove unhelpful comment.
2569
efbecbc1
AB
25702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2573
0841c79a
AB
25742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2577
4a270568
AB
25782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * gdb.fortran/type-kinds.exp: Update expected results.
2581
067630bd
AB
25822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2585
3be47f7a
AB
25862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2589 function.
2590 (test_basic_parsing_of_type_kinds): Expand types tested.
2591 (test_parsing_invalid_type_kinds): New function.
2592
4d00f5d8
AB
25932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.fortran/intrinsics.exp: New file.
2596 * gdb.fortran/intrinsics.f90: New file.
2597 * gdb.fortran/type-kinds.exp: New file.
2598
c8f91604
AB
25992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.fortran/dot-ops.exp: New file.
2602
dd9f2c76
AB
26032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2606 Check upper and lower case logical literals.
2607
84ec9724
AB
26082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2611 Remove duplicate tests.
2612
c3734e09
AH
26132019-03-06 Alan Hayward <alan.hayward@arm.com>
2614
2615 * lib/gdb.exp (builtin_cd): rename of cd.
2616 (cd): Override builtin.
2617
aa3cfbda
RB
26182019-03-06 Richard Bunt <richard.bunt@arm.com>
2619
2620 * gdb.fortran/function-calls.exp: New file.
2621 * gdb.fortran/function-calls.f90: New test.
2622
7b63ad86
RB
26232019-03-04 Richard Bunt <richard.bunt@arm.com>
2624
2625 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2626 on user program standard output.
2627 * gdb.fortran/short-circuit-argument-list.f90: Record function
2628 calls.
2629
01abb042
AH
26302019-02-28 Alan Hayward <alan.hayward@arm.com>
2631
c3734e09
AH
2632 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2633 failure.
01abb042 2634
92137da0
RO
26352019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2636
2637 PR gdb/8527
2638 * gdb.base/interrupt-daemon-attach.c,
2639 gdb.base/interrupt-daemon-attach.exp: New test.
2640
5862844d
PA
26412019-02-27 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.base/page.exp: Add tests for "set width/height -1".
2644
8ed25214
PA
26452019-02-27 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/page.exp: Add tests for "set/show width/height" with
2648 "infinite" values.
2649
6c28e44a
TT
26502019-02-27 Tom Tromey <tromey@adacore.com>
2651
2652 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2653 2.4.
2654 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2655 workaround.
2656
bf9a735e
AB
26572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2660 tests for structs with static members.
2661
8791793c
TT
26622019-02-26 Tom Tromey <tromey@adacore.com>
2663
2664 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2665 ValueError, not TypeError.
2666
bc2a507e
KB
26672019-02-26 Kevin Buettner <kevinb@redhat.com>
2668
2669 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2670 call from main program.
2671
e0e7d3bd
JB
26722019-02-23 Joel Brobecker <brobecker@adacore.com>
2673
2674 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2675 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2676 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2677 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2678 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2679
9600246d
KS
26802019-02-22 Keith Seitz <keiths@redhat.com>
2681
2682 PR symtab/23853
2683 * gdb.base/symlink-sourcefile.c: New file.
2684 * gdb.base/symlink-sourcefile.exp: New file.
2685
0c95f9ed
TT
26862019-02-20 Tom Tromey <tom@tromey.com>
2687
2688 * gdb.base/info_qt.exp: Update.
2689
6caa91b6
SM
26902019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2691
2692 * gdb.base/source.exp: Move "error in sourced script" code to
2693 the end.
2694 * gdb.base/source-error.gdb: Move contents to
2695 source-error-1.gdb. Add new code to source source-error-1.gdb.
2696 * gdb.base/source-error-1.gdb: New file, from previous
2697 source-error.gdb.
2698
6506371f
TT
26992019-02-17 Tom Tromey <tom@tromey.com>
2700
2701 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2702 for macro styling.
2703 * gdb.base/style.c (SOME_MACRO): New macro.
2704
a0087920
TT
27052019-02-17 Tom Tromey <tom@tromey.com>
2706
2707 * gdb.base/style.exp: Add line-wrapping tests.
2708 * gdb.base/page.exp: Add test for quitting during pagination.
2709
a2cd4f14
JB
27102019-02-17 Joel Brobecker <brobecker@adacore.com>
2711
2712 * gdb.ada/big_packed_array: New testcase.
2713 * gdb.ada/homonym.exp: Fix incorrect expected output for
2714 "break <homonym__get_value>" test.
2715
9d70ffbc
WP
27162019-02-13 Weimin Pan <weimin.pan@oracle.com>
2717
2718 PR breakpoints/21870
2719 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2720 and prepare_for_testing. Add comment.
2721 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2722 redundant cleanup call. Clean up comment.
2723
01c7ae81
WP
27242019-02-12 Weimin Pan <weimin.pan@oracle.com>
2725
2726 PR breakpoints/21870
2727 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2728 * gdb.arch/aarch64-dbreg-contents.c: New file.
2729
aff29d1c
JB
27302019-02-10 Joel Brobecker <brobecker@adacore.com>
2731
2732 * gdb.ada/mi_ref_changeable: New testcase.
2733
df0da8a2
AH
27342019-02-07 Alan Hayward <alan.hayward@arm.com>
2735
2736 * gdb.base/attach.exp: Add double attach test.
2737
bd447abb
SM
27382019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2739
2740 * lib/gdb.exp (default_gdb_start): Don't match pagination
2741 prompt.
2742 (gdb_init): Set stty_init.
2743
1dbc40b9
TT
27442019-01-27 Tom Tromey <tom@tromey.com>
2745
2746 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2747 skip_python_tests.
2748
353229bf
AH
27492019-01-24 Alan Hayward <alan.hayward@arm.com>
2750
2751 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2752 New structure.
2753 (struct struct_static_02_02): Likewise.
2754 (struct struct_static_02_03): Likewise.
2755 (struct struct_static_02_04): Likewise.
2756 (struct struct_static_04_01): Likewise.
2757 (struct struct_static_04_02): Likewise.
2758 (struct struct_static_04_03): Likewise.
2759 (struct struct_static_04_04): Likewise.
2760 (struct struct_static_06_01): Likewise.
2761 (struct struct_static_06_02): Likewise.
2762 (struct struct_static_06_03): Likewise.
2763 (struct struct_static_06_04): Likewise.
2764 (cmp_struct_static_02_01): Likewise.
2765 (cmp_struct_static_02_02): Likewise.
2766 (cmp_struct_static_02_03): Likewise.
2767 (cmp_struct_static_02_04): Likewise.
2768 (cmp_struct_static_04_01): Likewise.
2769 (cmp_struct_static_04_02): Likewise.
2770 (cmp_struct_static_04_03): Likewise.
2771 (cmp_struct_static_04_04): Likewise.
2772 (cmp_struct_static_06_01): Likewise.
2773 (cmp_struct_static_06_02): Likewise.
2774 (cmp_struct_static_06_03): Likewise.
2775 (cmp_struct_static_06_04): Likewise.
2776 (call_all): Test new structs.
2777 * gdb.base/infcall-nested-structs.exp: Likewise.
2778
73021deb
AH
27792019-01-21 Alan Hayward <alan.hayward@arm.com>
2780 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2781
fc65c7db
AH
27822019-01-21 Alan Hayward <alan.hayward@arm.com>
2783 * gdb.base/stack-protector.c: New test.
2784 * gdb.base/stack-protector.exp: New file.
2785 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2786 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2787 option.
2788 (gdb_compile): Remove stack protector for GCC and prevent
2789 recursion.
2790
c24bdb02
KS
27912019-01-16 Keith Seitz <keiths@redhat.com>
2792
2793 PR gdb/23773
2794 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2795
6f072a10
PFC
27962019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2797
2798 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2799 aliases.
2800 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2801 tests.
2802 * gdb.arch/powerpc-vector-regs.c: New file.
2803 * gdb.arch/powerpc-vector-regs.exp: New file.
2804
a7b8d682
PFC
28052019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2806
2807 * gdb.arch/altivec-regs.exp: Fix the list passed to
2808 gdb_expect_list when testing "info vector".
2809
6eb6fb67
AB
28102019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.base/style.exp: Don't include path in testname.
2813
b56f80d8
KS
28142019-01-10 Keith Seitz <keiths@redhat.com>
2815
2816 PR gdb/23712
2817 PR symtab/23010
2818 * gdb.dwarf2/multidictionary.exp: New file.
2819
041be526
SM
28202019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2821
2822 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2823 (test_gnuv3_style_demangling): ... this.
2824 (test_lucid_style_demangling): Remove.
2825 (test_arm_style_demangling): Remove.
2826 (test_hp_style_demangling): Remove.
2827 (do_tests): Remove calls to the above.
2828
d820d0c3
AB
28292019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2832 case.
2833
f097f5ad
TT
28342019-01-06 Tom Tromey <tom@tromey.com>
2835
2836 PR gdb/28155:
2837 * gdb.dwarf2/typedef-void-finish.exp: New file.
2838
2cd8cc0b
TT
28392018-12-28 Tom Tromey <tom@tromey.com>
2840 Simon Marchi <simark@simark.ca>
2841
2842 * gdb.base/jit-exec.exp: New file.
2843 * gdb.base/jit-exec.c: New file.
2844 * gdb.base/jit-execd.c: New file.
2845
35fb8261
TT
28462018-12-28 Tom Tromey <tom@tromey.com>
2847
2848 * gdb.base/style.exp: Update test to check for address styling.
2849
47fd17cd
TT
28502018-12-28 Tom Tromey <tom@tromey.com>
2851
2852 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2853 message.
2854
d47032b7
TT
28552018-12-28 Tom Tromey <tom@tromey.com>
2856
2857 * gdb.base/style.exp: Add test for version number styling.
2858
af79b68d
TT
28592018-12-28 Tom Tromey <tom@tromey.com>
2860
2861 * gdb.base/style.exp: Add test for print_address_symbolic.
2862
0bb296cb
TT
28632018-12-28 Tom Tromey <tom@tromey.com>
2864
2865 * gdb.base/style.exp: Add test for breakpoint setting.
2866
80ae2043
TT
28672018-12-28 Tom Tromey <tom@tromey.com>
2868
2869 * gdb.base/style.exp: Add test for variable names.
2870
cbe56571
TT
28712018-12-28 Tom Tromey <tom@tromey.com>
2872
2873 * gdb.base/style.exp: New file.
2874 * gdb.base/style.c: New file.
2875
9162a27c
TT
28762018-12-28 Tom Tromey <tom@tromey.com>
2877
2878 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2879 "dumb".
2880 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2881 the TERM environment variable.
2882
bc543c90
TT
28832018-12-27 Tom Tromey <tom@tromey.com>
2884
2885 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2886 pagination test.
2887
6f0ffe50
AB
28882018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2891 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2892
b5a1e557
PW
28932018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2894
2895 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2896 Filename a.adb changed to bp_fun_addr.adb.
2897 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2898
6e8b1ab2
JV
28992018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2900
2901 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2902 non-PIE executables.
2903 * README: Mention the gdb,nopie_flag board setting.
2904 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2905 non-PIE executable.
2906 * gdb.arch/amd64-entry-value.exp: Likewise.
2907 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2908 * gdb.arch/i386-float.exp: Likewise.
2909 * gdb.arch/i386-signal.exp: Likewise.
2910 * gdb.mi/mi-reg-undefined.exp: Likewise.
2911
d00a27c5
PM
29122018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2913
2914 PR gdb/23974
2915 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2916
161d081c
PW
29172018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2918
2919 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2920 Update order of results accordingly.
2921
b001de23
AB
29222018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.base/annota1.exp: Update a test regexp.
2925
99e1a184
AB
29262018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2927
2928 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2929
7a81c1e2
PW
29302018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2931
2932 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2933 (reuse_time): Initialize to REUSE_TIME_CAP.
2934 (check_rc): New function.
2935 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2936 Check pthread_create rc.
2937 (spawner_thread_func): Check pthread_create and pthread_join rc.
2938
73e8dc90
PA
29392018-12-08 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/list.exp (test_forward_search): Rename to ...
2942 (test_forward_reverse_search): ... this. Also test reverse-search
2943 and the forward-search alias.
2944
13f2ed32
AB
29452018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2948 local timeout variable before return, and remove all local timeout
2949 variable entirely.
2950 (gdb_load): Likewise.
2951
64d27cfc
TV
29522018-12-01 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.base/gdb-caching-proc.exp: New file.
2955
f63c03b4
SDJ
29562018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2957
2958 * Makefile.in (TIMESTAMP): New variable.
2959 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2960 command.
2961 (check-single-racy): Likewise.
2962 (check/%.exp): Likewise.
2963 (check-racy/%.exp): Likewise.
2964 (workers/%.worker): Likewise.
2965 (build-perf): Likewise.
2966 (check-perf): Likewise.
2967 * README: Describe new "TS" and "TS_FORMAT" variables.
2968 * print-ts.py: New file.
2969
1c97054b
BF
29702018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2971
2972 PR python/23714
2973 * gdb.python/python.exp: Test command repetition after
2974 gdb.execute.
2975
1871a62d
AB
29762018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2979 is correctly aligned.
2980
fb5e1ed9
PW
29812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2982
2983 * gdb.ada/info_auto_lang.exp: New testcase.
2984 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2985 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2986 * gdb.ada/info_auto_lang/some_c.c: New file.
2987
43d397ca
PW
29882018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2989
2990 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2991 FUNC_lang language syntax.
2992
beddd671
PW
29932018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2994
2995 * gdb.base/info_minsym.c: New file.
2996 * gdb.base/info_minsym.exp: New file.
2997
73fc52c4
TT
29982018-11-19 Tom Tromey <tom@tromey.com>
2999
3000 PR rust/23625:
3001 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3002 * gdb.rust/expr.exp: Update expected output. Change one test.
3003
994b876a
TT
30042018-11-19 Tom Tromey <tom@tromey.com>
3005
3006 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3007
6769f276
PA
30082018-11-19 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3011 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3012 see the expected warning.
3013
38a72da0
AH
30142018-11-16 Alan Hayward <alan.hayward@arm.com>
3015
3016 PR gdb/22736:
3017 * gdb.cp/infcall-nodebug-lib.c: New test.
3018 * gdb.cp/infcall-nodebug-main.c: New test.
3019 * gdb.cp/infcall-nodebug.exp: New file.
3020
53a89d6e
SM
30212018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3022
3023 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3024 completer tests.
3025
9325300d
TV
30262018-11-09 Tom de Vries <tdevries@suse.de>
3027
3028 * gdb.base/msym-lang.c: New test.
3029 * gdb.base/msym-lang.exp: New file.
3030 * gdb.base/msym-lang-main.c: New test.
3031
20f0d60d
TT
30322018-11-08 Tom Tromey <tom@tromey.com>
3033
3034 PR gdb/23555:
3035 PR gdb/23838:
3036 * gdb.base/warning.exp: New file.
3037
b5420128
JB
30382018-11-08 Jan Beulich <jbeulich@suse.com>
3039
3040 * testsuite/gdb.arch/i386-avx512.c,
3041 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3042
cd115d61
AB
30432018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3044
3045 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3046 point hardware.
3047
35ee2dc2
AB
30482018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3049
3050 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3051 * gdb.dwarf2/missing-type-name.exp: New file.
3052
31aceee8
TV
30532018-11-06 Tom de Vries <tdevries@suse.de>
3054
3055 * gdb.base/many-headers.c: New test.
3056 * gdb.base/many-headers.exp: New file.
3057
109be305
JW
30582018-11-06 Jim Wilson <jimw@sifive.com>
3059
3060 * gdb.base/code_elim.exp: For riscv, set additional_flags
3061 to include -msmall-data-limit=0.
3062
e2b7af72
JB
30632018-11-01 Joel Brobecker <brobecker@adacore.com>
3064
3065 * gdb.ada/watch_minus_l: New testcase.
3066
cdcda965
SM
30672018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3068
3069 * gdb.arch/aix-sighandle.c: New file.
3070 * gdb.arch/aix-sighandle.exp: New file.
3071
92dcebf3
AB
30722018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3075 registers being unions.
3076
68b9ac18
TV
30772018-10-31 Tom de Vries <tdevries@suse.de>
3078
3079 * lib/valgrind.exp: New file.
3080 (vgdb_start, vgdb_stop): New procs, factored out of ...
3081 * gdb.base/valgrind-bt.exp: ... here, ...
3082 * gdb.base/valgrind-disp-step.exp: ... here and ...
3083 * gdb.base/valgrind-infcall.exp: ... here.
3084
1443936e
TV
30852018-10-31 Tom de Vries <tdevries@suse.de>
3086
3087 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3088
eb77c9df
AB
30892018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.dwarf2/void-type.c: New file.
3092 * gdb.dwarf2/void-type.exp: New file.
3093
82b5e646
PW
30942018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3095
3096 * gdb.base/info_qt.c: New file.
3097 * gdb.base/info_qt.exp: New file.
3098
8d619c01
EBM
30992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3100
3101 * gdb.arch/powerpc-htm-regs.c: New file.
3102 * gdb.arch/powerpc-htm-regs.exp: New file.
3103
f2cf6173
EBM
31042018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3105
3106 * gdb.arch/powerpc-tar.c: New file.
3107 * gdb.arch/powerpc-tar.exp: New file.
3108
7ca18ed6
EBM
31092018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3110
3111 * gdb.arch/powerpc-ppr-dscr.c: New file.
3112 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3113
bfcc0eba
TV
31142018-10-25 Tom de Vries <tdevries@suse.de>
3115
3116 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3117
fe1a5cad
TV
31182018-10-24 Tom de Vries <tdevries@suse.de>
3119
3120 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3121 longer exists error.
3122
a76dc3b7
TV
31232018-10-24 Tom de Vries <tdevries@suse.de>
3124
3125 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3126
4df46df7
TV
31272018-10-24 Tom de Vries <tdevries@suse.de>
3128
3129 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3130 --db-attach in valgrind.
3131
0dbfcfff
AB
31322018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * gdb.arch/riscv-reg-aliases.c: New file.
3135 * gdb.arch/riscv-reg-aliases.exp: New file.
3136
b04480b1
AH
31372018-10-19 Alan Hayward <alan.hayward@arm.com>
3138
3139 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3140
2c6ac8d7
AH
31412018-10-19 Alan Hayward <alan.hayward@arm.com>
3142
3143 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3144
2bc69f25
AH
31452018-10-19 Alan Hayward <alan.hayward@arm.com>
3146
3147 * gdb.cp/ovldbreak.exp: Fix regexps.
3148
1f1ae3a3
AH
31492018-10-19 Alan Hayward <alan.hayward@arm.com>
3150
3151 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3152
94c18618
SDJ
31532018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3154
3155 PR cli/23785
3156 * gdb.base/restore.exp: New test to check if "restore" with an
3157 invalid file doesn't segfault.
3158
812cd6eb
TV
31592018-10-18 Tom de Vries <tdevries@suse.de>
3160
3161 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3162 * gdb.ada/excep_handle.exp: Same.
3163 * gdb.ada/mi_string_access.exp: Same.
3164 * gdb.ada/mi_var_union.exp: Same.
3165 * gdb.arch/arc-analyze-prologue.exp: Same.
3166 * gdb.arch/arc-decode-insn.exp: Same.
3167 * gdb.base/readnever.exp: Same.
3168 * gdb.fortran/printing-types.exp: Same.
3169 * gdb.guile/scm-lazy-string.exp: Same.
3170
c4b90788
TV
31712018-10-16 Tom de Vries <tdevries@suse.de>
3172
3173 PR gdb/23730
3174 * gdb.base/catch-follow-exec.c: Add copyright notice.
3175 * gdb.base/catch-follow-exec.exp: Rewrite to use
3176 gdb_spawn_with_cmdline_opts. Require gdb-native.
3177
8bca2978
SL
31782018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3179
3180 * gdb.trace/actions-changed.exp: Check for arch support.
3181 * gdb.trace/actions.exp: Likewise.
3182 * gdb.trace/ax.exp: Likewise.
3183 * gdb.trace/backtrace.exp: Likewise.
3184 * gdb.trace/change-loc.exp: Likewise.
3185 * gdb.trace/deltrace.exp: Likewise.
3186 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3187 * gdb.trace/ftrace.exp: Likewise.
3188 * gdb.trace/infotrace.exp: Check for arch support.
3189 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3190 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3191 * gdb.trace/mi-tsv-changed.exp: Likewise.
3192 * gdb.trace/packetlen.exp: Likewise.
3193 * gdb.trace/passc-dyn.exp: Likewise.
3194 * gdb.trace/passcount.exp: Likewise.
3195 * gdb.trace/pending.exp: Likewise.
3196 * gdb.trace/range-stepping.exp: Check for shlib support.
3197 * gdb.trace/report.exp: Check for arch support.
3198 * gdb.trace/save-trace.exp: Likewise.
3199 * gdb.trace/signal.exp: Check for signal support.
3200 * gdb.trace/tfind.exp: Check for arch support.
3201 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3202 * gdb.trace/trace-common.h: Add comment.
3203 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3204 * gdb.trace/trace-enable-disable.exp: Likewise.
3205 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3206 * gdb.trace/tracecmd.exp: Check for arch support.
3207 * gdb.trace/tspeed.exp: Check for shlib and target support.
3208 * gdb.trace/tstatus.exp: Check for arch support.
3209 * gdb.trace/tsv.exp: Likewise.
3210 * gdb.trace/while-dyn.exp: Likewise.
3211 * gdb.trace/while-stepping.exp: Likewise.
3212 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3213
f9c49bff
SM
32142018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3215
3216 * gdb.trace/tspeed.exp: Remove nowarnings.
3217 (prepare_for_trace_test): Declare "global ipalib".
3218 * gdb.trace/tspeed.c: Include unistd.h.
3219 (main): Remove superfluous printf argument.
3220
d4330bde
SL
32212018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3222
3223 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3224 directory prefix on the filename.
3225
8ecfd7bd
SDJ
32262018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3227
3228 * gdb.gdb/unittest.exp: Update expected message informing that
3229 selftests have been disabled.
3230 * gdb.server/unittest.exp: Likewise.
3231
58bbcd02
TV
32322018-10-09 Tom de Vries <tdevries@suse.de>
3233
3234 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3235 with runto_main.
3236
9f6b697b
WP
32372018-10-08 Weimin Pan <weimin.pan@oracle.com>
3238
3239 PR c++/16841
3240 * gdb.cp/virtbase2.cc: New file.
3241 * gdb.cp/virtbase2.exp: New file.
3242
add5ded5
TT
32432018-10-06 Tom Tromey <tom@tromey.com>
3244
3245 PR python/19399:
3246 * gdb.python/py-inferior.exp: Add architecture test.
3247
f9e48344
TT
32482018-10-06 Tom Tromey <tom@tromey.com>
3249
3250 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3251 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3252
2a8be203
TT
32532018-10-06 Tom Tromey <tom@tromey.com>
3254
3255 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3256 of a "throw" catchpoint.
3257
e04caa70
SDJ
32582018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3259
3260 * gdb.base/info-proc.exp: Update string expected from "help info
3261 proc".
3262
5ca8c39f
TT
32632018-10-04 Tom Tromey <tom@tromey.com>
3264
3265 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3266 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3267 (test_initial_complaints, test_empty_complaints): Update.
3268 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3269
3453e7e4
TT
32702018-10-04 Tom Tromey <tom@tromey.com>
3271
3272 PR cli/19551:
3273 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3274 * lib/gdb.exp (gdb_file_cmd): Update.
3275 * gdb.stabs/weird.exp (print_weird_var): Update.
3276 * gdb.server/solib-list.exp: Update.
3277 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3278 * gdb.mi/mi-cli.exp: Update.
3279 * gdb.linespec/linespec.exp: Update.
3280 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3281 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3282 * gdb.cp/cp-relocate.exp: Update.
3283 * gdb.base/sym-file.exp: Update.
3284 * gdb.base/relocate.exp: Update.
3285 * gdb.base/readnever.exp: Update.
3286 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3287 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3288 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3289 * gdb.base/code_elim.exp: Update.
3290 * gdb.base/break-unload-file.exp (test_break): Update.
3291 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3292 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3293 Update.
3294 * gdb.base/attach.exp (do_attach_tests): Update.
3295 * gdb.base/sepdebug.exp: Update.
3296 * gdb.python/py-section-script.exp: Update.
3297
6afcf761
TT
32982018-10-04 Tom Tromey <tom@tromey.com>
3299
3300 PR cli/22234:
3301 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3302 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3303 output.
3304
fef1b293
TT
33052018-10-04 Tom Tromey <tom@tromey.com>
3306
3307 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3308 set width and height to 0.
3309 (test_command_line_attach_run): Use -quiet.
3310
ca98345e
SL
33112018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3312
3313 * lib/gdb.exp (skip_ifunc_tests): New.
3314 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3315 other compile failures.
3316 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3317
ff34e6ae
SM
33182018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3319
3320 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3321 is_amd64_regs_target.
3322
6bb8890e
AH
33232018-10-01 Alan Hayward <alan.hayward@arm.com>
3324
3325 * gdb.arch/aarch64-sighandler-regs.c: New test.
3326 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3327 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3328
224d30d3
MM
33292018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3330
3331 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3332 assembly.
3333
f67ffa6a
AB
33342018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.base/frame-selection.exp: New file.
3337 * gdb.base/frame-selection.c: New file.
3338
9fc3183f
AH
33392018-09-27 Alan Hayward <alan.hayward@arm.com>
3340
3341 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3342 pthread barrier.
3343 (main): Likewise.
3344
d354055e
AB
33452018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3346
3347 * gdb.base/large-frame-1.c: New file.
3348 * gdb.base/large-frame-2.c: New file.
3349 * gdb.base/large-frame.exp: New file.
3350 * gdb.base/large-frame.h: New file.
3351
db727370
JL
33522018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3353
3354 PR gdb/20948
3355 * gdb.base/write_mem.exp: New test.
3356 * gdb.base/write_mem.c: Likewise.
3357
ae778caf
TT
33582018-09-23 Tom Tromey <tom@tromey.com>
3359
3360 PR python/18852:
3361 * gdb.python/py-parameter.exp: Add test for parameter that throws
3362 on "set".
3363
fd3ba736
TT
33642018-09-23 Tom Tromey <tom@tromey.com>
3365
3366 PR python/17284:
3367 * gdb.python/py-template.exp (test_template_arg): Add test for
3368 negative template argument number.
3369
39a24317
TT
33702018-09-23 Tom Tromey <tom@tromey.com>
3371
3372 PR python/14062:
3373 * gdb.python/python.exp: Add test for post_event error.
3374
f5769a2c
TT
33752018-09-23 Tom Tromey <tom@tromey.com>
3376
3377 PR python/18170:
3378 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3379 convert pointers to int and long.
3380
1c1e54f6
TT
33812018-09-23 Tom Tromey <tom@tromey.com>
3382
3383 PR python/20126:
3384 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3385 signed-ness conversion tests.
3386
fb4fa946
TT
33872018-09-23 Tom Tromey <tom@tromey.com>
3388
3389 PR python/18352;
3390 * gdb.python/py-value.exp (test_float_conversion): New proc.
3391 Use it.
3392
a466edac
HAQ
33932018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3394
3395 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3396
4ee9b0c5
SL
33972018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3398
3399 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3400 no readline.
3401 * gdb.base/utf8-identifiers.exp: Likewise.
3402 * gdb.cp/cpcompletion.exp: Likewise.
3403 * gdb.linespec/cpcompletion.exp: Likewise.
3404 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3405 * gdb.linespec/cpls-ops.exp: Likewise.
3406
23be8da7
RB
34072018-09-19 Richard Bunt <richard.bunt@arm.com>
3408 Chris January <chris.january@arm.com>
3409
3410 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3411 * gdb.fortran/short-circuit-argument-list.exp: New file.
3412 * gdb.fortran/short-circuit-argument-list.f90: New test.
3413
5031d0ae
SDJ
34142018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3415
3416 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3417 "arch=" keyword when executing "-stack-list-frames".
3418
b4c0d1a4
SDJ
34192018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3420
3421 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3422 "arch=" keyword when executing "-stack-list-frames".
3423
7a6d2b45
SDJ
34242018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3425
3426 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3427 break ada".
3428
8588b356
SM
34292018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3430
3431 PR python/23669
3432 * gdb.python/python.exp: Test gdb.execute("show commands").
3433
65e65158
TT
34342018-09-16 Tom Tromey <tom@tromey.com>
3435
3436 * gdb.base/new-ui.exp (do_execution_tests): Update.
3437 * gdb.base/dbx.exp (test_breakpoints): Update.
3438
bf326452
AH
34392018-09-14 Alan Hayward <alan.hayward@arm.com>
3440
3441 * lib/gdb.exp (gdb_simple_compile): Add proc.
3442 (is_elf_target): Use gdb_simple_compile.
3443 (skip_altivec_tests): Likewise.
3444 (skip_vsx_tests): Likewise.
3445 (skip_tsx_tests): Likewise.
3446 (skip_btrace_tests): Likewise.
3447 (skip_btrace_pt_tests): Likewise.
3448 (gdb_can_simple_compile): Likewise.
3449 (gdb_has_argv0): Likewise.
3450 (gdb_target_symbol_prefix): Likewise.
3451 (target_supports_scheduler_locking): Likewise.
3452
2361b0fb
TT
34532018-09-13 Tom Tromey <tom@tromey.com>
3454
3455 * Makefile.in (TAGS): Recognize proc_with_prefix and
3456 gdb_caching_proc.
3457
0ae1a321
SM
34582018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3459
3460 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3461 method.
3462
a40bf0c2
SM
34632018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3464
3465 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3466 and a few other Inferior properties when the Inferior is no
3467 longer valid.
3468
4a3fe98f
TT
34692018-09-13 Tom Tromey <tom@tromey.com>
3470
3471 PR rust/23650:
3472 * gdb.rust/simple.exp: Add test for enum field access error.
3473
098b2108
TT
34742018-09-13 Tom Tromey <tom@tromey.com>
3475
3476 PR rust/23626:
3477 * gdb.rust/simple.rs (EmptyEnum): New type.
3478 (main): Use it.
3479 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3480
1256af7d
SM
34812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3482
3483 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3484 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3485 * gdb.python/py-symtab.exp: Update test printing an objfile.
3486
4aa8e6c2
SM
34872018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3488
3489 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3490 object.
3491
c221b2f7
AH
34922018-09-12 Alan Hayward <alan.hayward@arm.com>
3493
3494 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3495 (support_complex_tests): Use gdb_can_simple_compile.
3496 (is_ilp32_target): Likewise.
3497 (is_lp64_target): Likewise.
3498 (is_64_target): Likewise.
3499 (is_amd64_regs_target): Likewise.
3500 (is_aarch32_target): Likewise.
3501 (gdb_int128_helper): Likewise.
3502
6f1107b5
JK
35032018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3504
3505 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3506
1f5d1570
JG
35072018-09-10 Jerome Guitton <guitton@adacore.com>
3508
3509 * gdb.ada/same_component_name: Add test for case of tagged record
3510 with variable-length fields.
3511
cc330e39
XR
35122018-09-10 Xavier Roirand <roirand@adacore.com>
3513
3514 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3515 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3516 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3517 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3518
b9c50e9a
XR
35192018-09-10 Xavier Roirand <roirand@adacore.com>
3520
3521 * gdb.ada/mi_string_access.exp: New testcase.
3522 * gdb.ada/mi_string_access/bar.adb: New file.
3523 * gdb.ada/mi_string_access/pck.adb: New file.
3524 * gdb.ada/mi_string_access/pck.asd: New file.
3525
2963898f
XR
35262018-09-10 Xavier Roirand <roirand@adacore.com>
3527
3528 * gdb.ada/mi_var_union.exp: New testcase.
3529 * gdb.ada/mi_var_union/bar.adb: New file.
3530 * gdb.ada/mi_var_union/pck.adb: New file.
3531 * gdb.ada/mi_var_union/pck.asd: New file.
3532
1aac008f
TT
35332018-09-08 Tom Tromey <tom@tromey.com>
3534
3535 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3536
332cf4c9
TT
35372018-09-08 Tom Tromey <tom@tromey.com>
3538
3539 PR python/16047:
3540 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3541 (register_pretty_printers): Register new printer.
3542 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3543 test.
3544 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3545 (an_int_type3): New global.
3546
424da6cf
JB
35472018-09-08 Joel Brobecker <brobecker@adacore.com>
3548
3549 * gdb.ada/expr_with_funcall: New testcase.
3550
2a62dfa9
JB
35512018-09-08 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gdb.ada/packed_array_assign: New testcase.
3554
96b6697f
AB
35552018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3556
3557 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3558 names, and add test prefixes to make test names unique.
3559
e4a62c65
TV
35602018-09-05 Tom de Vries <tdevries@suse.de>
3561
3562 * gdb.dwarf2/varval.exp: Add test.
3563
dd083ee2
GB
35642018-09-04 Gary Benson <gbenson@redhat.com>
3565
3566 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3567 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3568
aef9346c
TT
35692018-08-31 Tom Tromey <tom@tromey.com>
3570
3571 * gdb.rust/simple.rs: Rename second variable "v".
3572
c67f2e15
AB
35732018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * gdb.base/funcargs.c (use_a): New function.
3576 (recurse): Call use_a.
3577
078a0207
KS
35782018-08-29 Keith Seitz <keiths@redhat.com>
3579
3580 * gdb.compile/compile-cplus-anonymous.cc: New file.
3581 * gdb.compile/compile-cplus-anonymous.exp: New file.
3582 * gdb.compile/compile-cplus-array-decay.cc: New file.
3583 * gdb.compile/compile-cplus-array-decay.exp: New file.
3584 * gdb.compile/compile-cplus-inherit.cc: New file.
3585 * gdb.compile/compile-cplus-inherit.exp: New file.
3586 * gdb.compile/compile-cplus-member.cc: New file.
3587 * gdb.compile/compile-cplus-member.exp: New file.
3588 * gdb.compile/compile-cplus-method.cc: New file.
3589 * gdb.compile/compile-cplus-method.exp: New file.
3590 * gdb.compile/compile-cplus-mod.c: "New" file.
3591 * gdb.compile/compile-cplus-namespace.cc: New file.
3592 * gdb.compile/compile-cplus-namespace.exp: New file.
3593 * gdb.compile/compile-cplus-nested.cc: New file.
3594 * gdb.compile/compile-cplus-nested.exp: New file.
3595 * gdb.compile/compile-cplus-print.c: "New" file.
3596 * gdb.compile/compile-cplus-print.exp: "New" file.
3597 * gdb.compile/compile-cplus-virtual.cc: New file.
3598 * gdb.compile/compile-cplus-virtual.exp: New file.
3599 * gdb.compile/compile-cplus.c: "New" file.
3600 * gdb.compile/compile-cplus.exp: "New" file.
3601 * lib/compile-support.exp: New file.
3602
b0f492b9
GB
36032018-08-16 Gary Benson <gbenson@redhat.com>
3604
3605 PR gdb/13000:
3606 * gdb.base/batch-exit-status.exp: New file.
3607 * gdb.base/batch-exit-status.good-commands: Likewise.
3608 * gdb.base/batch-exit-status.bad-commands: Likewise.
3609
36eb4c5f
AH
36102018-08-29 Alan Hayward <alan.hayward@arm.com>
3611
3612 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3613 (struct struct02): Likewise.
3614 (struct struct03): Likewise.
3615 (struct struct04): Likewise.
3616 (struct struct_01_01): New struct.
3617 (struct struct_01_02): Likewise.
3618 (struct struct_01_03): Likewise.
3619 (struct struct_01_04): Likewise.
3620 (struct struct_02_01): Likewise.
3621 (struct struct_02_02): Likewise.
3622 (struct struct_02_03): Likewise.
3623 (struct struct_02_04): Likewise.
3624 (struct struct_04_01): Likewise.
3625 (struct struct_04_02): Likewise.
3626 (struct struct_04_03): Likewise.
3627 (struct struct_04_04): Likewise.
3628 (struct struct_05_01): Likewise.
3629 (struct struct_05_02): Likewise.
3630 (struct struct_05_03): Likewise.
3631 (struct struct_05_04): Likewise.
3632 (cmp_struct01): Remove function.
3633 (cmp_struct02): Likewise.
3634 (cmp_struct03): Likewise.
3635 (cmp_struct04): Likewise.
3636 (cmp_struct_01_01): Add Function.
3637 (cmp_struct_01_02): Likewise.
3638 (cmp_struct_01_03): Likewise.
3639 (cmp_struct_01_04): Likewise.
3640 (cmp_struct_02_01): Likewise.
3641 (cmp_struct_02_02): Likewise.
3642 (cmp_struct_02_03): Likewise.
3643 (cmp_struct_02_04): Likewise.
3644 (cmp_struct_04_01): Likewise.
3645 (cmp_struct_04_02): Likewise.
3646 (cmp_struct_04_03): Likewise.
3647 (cmp_struct_04_04): Likewise.
3648 (cmp_struct_05_01): Likewise.
3649 (cmp_struct_05_02): Likewise.
3650 (cmp_struct_05_03): Likewise.
3651 (cmp_struct_05_04): Likewise.
3652 (call_all): Add new structs.
3653 * gdb.base/infcall-nested-structs.exp: Likewise.
3654
3bf9c013
JV
36552018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3656
3657 * gdb.python/py-framefilter-mi.exp: Update regexp to
3658 check for "arch" field in frame output.
3659
450d1e88
KB
36602018-08-23 Kevin Buettner <kevinb@redhat.com>
3661
3662 * gdb.dwarf2/dw2-ranges-func.c: New file.
3663 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3664
ae739fe7
SM
36652018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3666
3667 * gdb.base/term.exp: Compare terminal settings with values from
3668 the inferior.
3669 * gdb.base/term.c: Get and set terminal settings.
3670
6d52907e
JV
36712018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3672
3673 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3674 accommodate new "arch" field in frame output.
3675 * gdb.mi/mi-return.exp: Likewise.
3676 * gdb.mi/mi-stack.exp: Likewise.
3677 * gdb.mi/mi-syn-frame.exp: Likewise.
3678 * gdb.mi/user-selected-context-sync.exp: Likewise.
3679
be2d111a
MS
36802018-08-19 Michael Spang <spang@google.com>
3681
3682 PR gdb/11786
3683 * gdb.base/gcore-tls-pie.c: New file.
3684 * gdb.base/gcore-tls-pie.exp: New file.
3685
ae3a7c47
KB
36862018-08-18 Kevin Buettner <kevinb@redhat.com>
3687
3688 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3689 * gdb.dwarf2/varval.c: New file.
3690 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3691
2ecae92e
AH
36922018-08-17 Alan Hayward <alan.hayward@arm.com>
3693
3694 PR gdb/18931
3695 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3696
c1854f1d
KS
36972018-08-16 Keith Seitz <keiths@redhat.com>
3698
3699 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3700 tests expected to pass.
3701
26fb3983
JV
37022018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3703
3704 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3705 -data-disassemble -a.
3706 (test_disassembly_bogus_args): Likewise.
3707
67943c00
AB
37082018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3709
3710 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3711
5ff2bbae
AB
37122018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.base/vla-optimized-out.exp: Add new test.
3715
e5bbcd0f
AB
37162018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.base/vla-optimized-out-o3.exp: Delete.
3719 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3720 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3721 deleted tests.
3722
9d4a934c
AB
37232018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3724
3725 PR gdb/18050:
3726 * gdb.server/extended-remote-restart.c: New file.
3727 * gdb.server/extended-remote-restart.exp: New file.
3728
045cf012
SM
37292018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3730
3731 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3732 "set variable index = 42".
3733
87d6a7aa
SM
37342018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3735
3736 * boards/index-cache-gdb.exp: New file.
3737 * gdb.dwarf2/index-cache.exp: New file.
3738 * gdb.dwarf2/index-cache.c: New file.
3739 * gdb.base/maint.exp: Check if we are using the index cache.
3740
96d68bd4
RO
37412018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3742
3743 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3744 MAKEFLAGS.
3745
5a699617
RO
37462018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3747
3748 * dg-extract-results.sh: Move to toplevel contrib.
3749 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3750 * Makefile.in (check-parallel-racy): Likewise.
3751
5bd18990
AB
37522018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3753
3754 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3755 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3756 tests if the target supports scheduler locking.
3757
3fbbcf47
TV
37582018-08-04 Tom de Vries <tdevries@suse.de>
3759
3760 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3761
3e1d3d8c
TT
37622018-08-02 Tom Tromey <tom@tromey.com>
3763
3764 PR symtab/16842.
3765 * gdb.cp/temargs.exp: Test "info address" of a template
3766 parameter.
3767
5abe0f0c
JV
37682018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3769
3770 * gdb.python/py-mi-var-info-path-expression.c: New file.
3771 * gdb.python/py-mi-var-info-path-expression.py: New file.
3772 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3773
fb66cde8
SDJ
37742018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3775
3776 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3777 error after "cannot resolve name" string.
3778
c708f4d2
AB
37792018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3780
3781 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3782 started.
3783 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3784
37cc0cae
TV
37852018-07-28 Tom de Vries <tdevries@suse.de>
3786
3787 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3788
63b4ecf7
TV
37892018-07-26 Tom de Vries <tdevries@suse.de>
3790
3791 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3792
3c3bb058
AB
37932018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3794
3795 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3796 is visible.
3797
9e7f3bbb
TV
37982018-07-26 Tom de Vries <tdevries@suse.de>
3799
3800 PR breakpoints/23366
3801 * gdb.base/catch-follow-exec.c: New test.
3802 * gdb.base/catch-follow-exec.exp: New file.
3803
16f808ec
TV
38042018-07-25 Tom de Vries <tdevries@suse.de>
3805
3806 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3807 vla-optimized-out.c.
3808
d7154a8d
JV
38092018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3810
3811 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3812 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3813
232a0032
TV
38142018-07-20 Tom de Vries <tdevries@suse.de>
3815
3816 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3817 NOCLONE macro.
3818 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3819
fbb1d502
TV
38202018-07-19 Tom de Vries <tdevries@suse.de>
3821
3822 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3823 regular expression.
3824
42dc7699
TV
38252018-07-18 Tom de Vries <tdevries@suse.de>
3826
3827 * gdb.base/vla-optimized-out.c: New test.
3828 * gdb.base/vla-optimized-out.exp: New file.
3829
7f1f7e23
SDJ
38302018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3831
3832 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3833 message "No address associated with hostname" when gdbserver
3834 cannot resolve the hostname.
3835
5759ebb3
PW
38362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3837
3838 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3839 Add some test prefixes to make tests unique.
3840
3606ccab
PW
38412018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3842
3843 * gdb.base/frameapply.c: New file.
3844 * gdb.base/frameapply.exp: New file.
3845
529c08b2
PW
38462018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3847
3848 * gdb.base/skip.exp: Update expected error message.
3849
c7ab0aef
SDJ
38502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3851 Jan Kratochvil <jan.kratochvil@redhat.com>
3852 Paul Fertser <fercerpav@gmail.com>
3853 Tsutomu Seki <sekiriki@gmail.com>
3854
3855 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3856 parameter.
3857 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3858 by default.
3859 * boards/native-gdbserver.exp: Likewise.
3860 * gdb.server/run-without-local-binary.exp: Improve regexp used
3861 for detecting when a remote debugging connection succeeds.
3862 * gdb.server/server-connect.exp: New file.
3863 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3864 Do not prefix the port number with ":".
3865 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3866 support for detecting and using it. Add '$debughost_gdbserver'
3867 to the list of arguments used to start gdbserver. Handle case
3868 when gdbserver cannot resolve a network name.
3869
16ff70dd
SDJ
38702018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3871
3872 PR c++/23373
3873 * gdb.base/ptype-offsets.cc (struct static_member): New
3874 struct.
3875 (main) <stmember>: New variable.
3876 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3877 with a static member in it.
3878
3541979f
AB
38792018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3882 watchpoints enabled and disabled.
3883
c8ad9b9a
AB
38842018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * gdb.base/examine-backward.exp: Still run tests around address
3887 0x0, even if address 0x0 is not readable. Update the pattern for
3888 matching address 0x0 in expected output.
3889
e0e5e971
AB
38902018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3891
3892 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3893 malloc/free.
3894
1ea5da02
TV
38952018-07-04 Tom de Vries <tdevries@suse.de>
3896
3897 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3898
471b9d15
MR
38992018-07-02 Maciej W. Rozycki <macro@mips.com>
3900
3901 PR tdep/8282
3902 * gdb.arch/mips-disassembler-options.exp: New test.
3903 * gdb.arch/mips-disassembler-options.s: New test source.
3904
75acb486
PA
39052018-06-29 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.threads/names.exp: Adjust expected "info threads" output.
3908
cd2bb709
PA
39092018-06-29 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.opt/inline-break.exp (line number, address): Add "info
3912 break" tests.
3913
991ff292
PA
39142018-06-29 Pedro Alves <palves@redhat.com>
3915
3916 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3917 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3918 number and address and running to them.
3919
356819b6 39202018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3921
3922 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3923
2512d7ef
JK
39242018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3925
3926 * lib/compiler.c: Remove executable permission flag.
3927
be1b6474
RB
39282018-06-28 Richard Bunt <richard.bunt@arm.com>
3929
3930 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3931 code.
3932 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3933
291f9a96
PT
39342018-06-28 Petr Tesarik <ptesarik@suse.cz>
3935
3936 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3937
ed6dfe51
PT
39382018-06-28 Petr Tesarik <ptesarik@suse.cz>
3939
3940 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3941 address argument is omitted.
3942
d4d429d5
PT
39432018-06-28 Petr Tesarik <ptesarik@suse.cz>
3944
3945 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3946
7ab6656f
OJ
39472018-06-27 Omair Javaid <omair.javaid@linaro.org>
3948
3949 PR gdb/21695
3950 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3951 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3952
a33ccfc7
TT
39532018-06-26 Tom Tromey <tom@tromey.com>
3954
3955 PR rust/22574:
3956 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3957 * gdb.rust/simple.rs (struct SimpleLayout): New.
3958
6d72d289
SM
39592018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3960
3961 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3962 "info registers" output.
3963
8363f9d5
RB
39642018-06-21 Richard Bunt <richard.bunt@arm.com>
3965
3966 * gdb.base/watchpoint-hw-attach.c: New test.
3967 * gdb.base/watchpoint-hw-attach.exp: New file.
3968
f00674fe
SM
39692018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3970
3971 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3972 through /bin/sh.
3973 * boards/dwarf4-gdb-index.exp: Likewise.
3974 * boards/fission-dwp.exp: Likewise.
3975
1d554008
UW
39762018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3977
3978 * gdb.base/float128.exp: Add comment and improved fail message
3979 to the failure case of "print large128" test.
3980
d0ac1c44
SM
39812018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3982
3983 * configure.ac: Remove AC_PREREQ.
3984 * configure: Re-generate.
3985
61b04dd0
PA
39862018-06-19 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3989 (func_extern_caller): New.
3990 (main): Call func_extern_caller.
3991 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3992 logic change.
3993
f63b508a
SM
39942018-06-18 Weimin Pan <weimin.pan@oracle.com>
3995
3996 PR gdb/16841
3997 * gdb.cp/typedef-base.cc: New file.
3998 * gdb.cp/typedef-base.exp: New file.
3999
0fe3a558
TV
40002018-06-18 Tom de Vries <tdevries@suse.de>
4001
4002 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4003
7010835a
AB
40042018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4005 Richard Bunt <Richard.Bunt@arm.com>
4006
4007 * gdb.threads/attach-slow-waitpid.c: New file.
4008 * gdb.threads/attach-slow-waitpid.exp: New file.
4009 * gdb.threads/slow-waitpid.c: New file.
4010
14897d65
PA
40112018-06-14 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.base/fork-running-state.c: Include <errno.h>.
4014 (exit_if_relative_exits): New.
4015 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4016 exits.
4017 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4018 child exits.
4019
5d9a0608
TV
40202018-06-14 Tom de Vries <tdevries@suse.de>
4021
4022 PR cli/22573
4023 * gdb.base/finish-pretty.c: New test.
4024 * gdb.base/finish-pretty.exp: New file.
4025
11ae5818
PA
40262018-06-14 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4029 gdb's expected startup output.
4030
1d39de44
PA
40312018-06-14 Pedro Alves <palves@redhat.com>
4032
4033 * lib/selftest-support.exp (selftest_setup): Remove inlined
4034 function handling.
4035
70ee0000
TV
40362018-06-14 Tom de Vries <tdevries@suse.de>
4037
4038 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4039 matching of breakpoint printing.
4040
11f4b608
TV
40412018-06-13 Tom de Vries <tdevries@suse.de>
4042
4043 PR testsuite/23269
4044 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4045 (fork_child): ... here, and ...
4046 (fork_parent): ... here.
4047
40482018-06-12 Tom de Vries <tdevries@suse.de>
4049
4050 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4051
9516f85a
AB
40522018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4053 Stephen Roberts <stephen.roberts@arm.com>
4054
4055 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4056 rewrite test to describe action performed, rather than possible
4057 failure.
4058
5045b3d7
GB
40592018-06-08 Gary Benson <gbenson@redhat.com>
4060
4061 * gdb.threads/check-libthread-db.exp: New file.
4062 * gdb.threads/check-libthread-db.c: Likewise.
4063
c61b06a1
TT
40642018-06-05 Tom Tromey <tom@tromey.com>
4065
4066 * gdb.base/default.exp: Update expected "show version" output.
4067
eb6af809
TT
40682018-06-05 Tom Tromey <tom@tromey.com>
4069
4070 PR cli/12326:
4071 * gdb.cp/static-print-quit.exp: Update.
4072 * lib/gdb.exp (pagination_prompt): Update.
4073 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4074 * gdb.python/python.exp: Update.
4075
178d6a63
JB
40762018-06-04 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4079
8e817061
JB
40802018-06-01 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.ada/bp_fun_addr: New testcase.
4083
e86ca25f
TT
40842018-06-01 Tom Tromey <tom@tromey.com>
4085
4086 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4087 results.
4088 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4089 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4090 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4091 * gdb.base/maint.exp (maint_pass_if): Update.
4092
4b2dfa9d
MR
40932018-05-31 Maciej W. Rozycki <macro@mips.com>
4094
4095 * gdb.base/endian.exp: New test.
4096 * gdb.base/endian.c: New test source.
4097
45f25d6c
AB
40982018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 PR gdb/23203
4101 * gdb.base/bt-selected-frame.c: New file.
4102 * gdb.base/bt-selected-frame.exp: New file.
4103 * lib/gdb.exp (get_current_frame_number): New function.
4104
d9f6d7f8
MR
41052018-05-24 Maciej W. Rozycki <macro@mips.com>
4106 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.threads/tls-core.c: Include <stdlib.h>
4109 (thread_proc): Call `abort'.
4110 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4111 (tls_core_test): New procedure, bits factored out from ...
4112 (top level): ... here. Test both native cores and gcore cores.
4113
ff1cf532
TT
41142018-05-23 Tom Tromey <tom@tromey.com>
4115
4116 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4117
b98664d3
TT
41182018-05-23 Tom Tromey <tom@tromey.com>
4119
4120 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4121 symfile_complaints.
4122 (test_short_complaints): Likewise.
4123 (test_empty_complaints): Likewise.
4124 (test_initial_complaints): Update.
4125
4e9668d0
TT
41262018-05-23 Tom Tromey <tom@tromey.com>
4127
4128 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4129
43ba33c7
TT
41302018-05-23 Tom Tromey <tom@tromey.com>
4131
4132 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4133 (test_short_complaints): Update.
4134
035522c0
PA
41352018-05-22 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/remote.exp: Only gdb_start after compiling the
4138 testcase. Issue "disconnect" before testing "set remote" command
4139 defaults. Issue clean_restart before running to main.
4140
cc0be08f
PA
41412018-05-22 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.base/remote.exp: Adjust expected output of "show remote
4144 memory-write-packet-size". Add tests for "set remote
4145 memory-write-packet-size 0" and "set remote
4146 memory-write-packet-size fixed/limit".
4147
b1b60145
PA
41482018-05-22 Pedro Alves <palves@redhat.com>
4149
4150 PR gdb/22973
4151 * gdb.base/utf8-identifiers.c: New file.
4152 * gdb.base/utf8-identifiers.exp: New file.
4153
0ec848ad
PFC
41542018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4155
4156 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4157
2c3305f6
PFC
41582018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4159
4160 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4161
ce1e8424
TT
41622018-05-18 Tom Tromey <tom@tromey.com>
4163
4164 * gdb.base/ptype-offsets.exp: Update.
4165
ddfe970e
KS
41662018-05-17 Keith Seitz <keiths@redhat.com>
4167
4168 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4169 in expected breakpoint stop locations.
4170 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4171 move to proper scope to test variable values.
4172 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4173 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4174 New functions.
4175 (main): Call not_inline_func3.
4176 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4177 inline_func1, inline_func2, and inline_func3. Test that when each
4178 breakpoint is hit, GDB properly reports both the stop location
4179 and the backtrace. Repeat tests for temporary breakpoints.
4180
0726fcc6
MR
41812018-05-15 Maciej W. Rozycki <macro@mips.com>
4182
4183 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4184 rather then trying to access it in determining whether the PID
4185 of `gdbserver' could have been retrieved.
4186
8ee22052
AB
41872018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4188
4189 * gdb.arch/amd64-init-x87-values.S: New file.
4190 * gdb.arch/amd64-init-x87-values.exp: New file.
4191
7785df48
JK
41922018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4193
4194 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4195
56bcdbea
TT
41962018-05-04 Tom Tromey <tom@tromey.com>
4197
4198 PR python/22730:
4199 * gdb.python/python.exp: Test multi-line execute.
4200
a913fffb
TT
42012018-05-04 Tom Tromey <tom@tromey.com>
4202
4203 PR python/22731:
4204 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4205
7a2c85f2
TT
42062018-05-04 Tom Tromey <tom@tromey.com>
4207
4208 PR gdb/11750:
4209 * gdb.base/define.exp: Test defining a user command inside a user
4210 command.
4211 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4212
a3b60e45
JK
42132018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4214 Pedro Alves <palves@redhat.com>
4215
4216 PR breakpoints/19806 and support for PR external/20207.
4217 * gdb.base/watchpoint-unaligned.c: New file.
4218 * gdb.base/watchpoint-unaligned.exp: New file.
4219
45fe4a03
AB
42202018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.base/maint.exp: Make test names unique, use
4223 test_prefix_command_help to test 'help maint info', and remove
4224 repeated test of 'help maint'.
4225
9be2ae8f
TT
42262018-05-04 Tom Tromey <tom@tromey.com>
4227
4228 PR gdb/22619:
4229 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4230 behavior.
4231
11859c31
AB
42322018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 * gdb.base/maint.exp: Process output from 'maint print registers'
4235 line at a time.
4236
089a9490
AB
42372018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4240 timeout.
4241
9b0797e2
AB
42422018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4245 filter pattern.
4246
f6ac5f3d
PA
42472018-05-02 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4250 to_log_command renames.
4251 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4252
77d3c63b
TT
42532018-05-02 Tom Tromey <tom@tromey.com>
4254
4255 * gdb.python/py-parameter.exp: Set test message.
4256
0489430a
TT
42572018-05-02 Tom Tromey <tom@tromey.com>
4258
4259 PR python/20084:
4260 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4261 PARAM_ZUINTEGER_UNLIMITED tests.
4262
1632f8ba
DR
42632018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4264
4265 PR rust/23124
4266 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4267 when casting.
4268
6d7bb824
TT
42692018-04-30 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.python/py-type.exp: Check align attribute.
4272 * gdb.python/py-type.c: New "aligncheck" global.
4273
007e1530
TT
42742018-04-30 Tom Tromey <tom@tromey.com>
4275
4276 PR exp/17095:
4277 * gdb.dwarf2/dw2-align.exp: New file.
4278 * gdb.cp/align.exp: New file.
4279 * gdb.base/align.exp: New file.
4280 * lib/gdb.exp (gdb_int128_helper): New proc.
4281 (has_int128_c, has_int128_cxx): New caching procs.
4282
6873858b
TT
42832018-04-27 Tom Tromey <tom@tromey.com>
4284
4285 PR rust/22545:
4286 * gdb.rust/simple.exp: Add inclusive range tests.
4287
79188d8d
PA
42882018-04-26 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4291 ifunc breakpoint locations correctly of ifunc breakpoints set
4292 while the program resolves the ifunc.
4293
c7075ad5
PA
42942018-04-26 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.base/gnu-ifunc-final.c: New file.
4297 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4298 * gdb.base/gnu-ifunc.exp (executable): Delete.
4299 (staticexecutable): Adjust.
4300 (lib_opts, exec_opts): Delete.
4301 (make_binsuffix, build, set-break): New procedures.
4302 (misc_tests): New, with tests factored out from the top level.
4303 (top level): Test different combinations of ifunc resolver name,
4304 resolver with and with debug info, and ifunc target with and
4305 without debug info. Wrap static tests with with_target_prefix.
4306
8388016d
PA
43072018-04-26 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4310 return type" warnings.
4311
249b5733
PA
43122018-04-25 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4315 killed".
4316 * gdb.base/kill-after-signal.exp: Likewise.
4317 * gdb.threads/kill.exp: Likewise.
4318
f67c0c91
SDJ
43192018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4320 Sergio Durigan Junior <sergiodj@redhat.com>
4321 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4324 regexps to expect for '[Inferior ... detached]' as well.
4325 * gdb.base/attach.exp: Likewise.
4326 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4327 "gdb_continue_to_end".
4328 (test_catch_syscall_with_wrong_args): Likewise.
4329 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4330 ']'. Don't set 'verbose' on.
4331 * gdb.base/foll-vfork.exp: Likewise.
4332 * gdb.base/fork-print-inferior-events.c: New file.
4333 * gdb.base/fork-print-inferior-events.exp: New file.
4334 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4335 '[Inferior ... has been killed]' message.
4336 * gdb.base/kill-after-signal.exp: Likewise.
4337 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4338 detach message.
4339 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4340 message.
4341 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4342 regexps to expect for '[Inferior ... detached]' as well.
4343 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4344
0a8ddac4
SM
43452018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4346
4347 PR gdb/23104
4348 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4349
d27d16bf
RB
43502018-04-19 Richard Bunt <richard.bunt@arm.com>
4351
4352 * gdb.threads/multiple-successive-infcall.c: New test.
4353 * gdb.threads/multiple-successive-infcall.exp: New file.
4354
a037790e
TT
43552018-04-17 Tom Tromey <tom@tromey.com>
4356
4357 * gdb.rust/simple.rs (Union): New type.
4358 (main): New local "u".
4359 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4360
e3a91079
AA
43612018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4362
4363 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4364 number information in output of "whereis" command.
4365 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4366
b744723f
AA
43672018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4368
4369 * gdb.ada/info_types.exp: Adjust expected output to the line
4370 numbers now printed by "info var/func/type".
4371 * gdb.base/completion.exp: Likewise.
4372 * gdb.base/included.exp: Likewise.
4373 * gdb.cp/cp-relocate.exp: Likewise.
4374 * gdb.cp/cplusfuncs.exp: Likewise.
4375 * gdb.cp/namespace.exp: Likewise.
4376 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4377
4a4495d6
MM
43782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4379
4380 * gdb.btrace/cpu.exp: New.
4381
1d509aa6
MM
43822018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4383
4384 * gdb.base/step-indirect-call-thunk.exp: New.
4385 * gdb.base/step-indirect-call-thunk.c: New.
4386 * gdb.reverse/step-indirect-call-thunk.exp: New.
4387 * gdb.reverse/step-indirect-call-thunk.c: New.
4388
6295b6da
SM
43892018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4390
4391 * gdb.base/pie-fork.c: New file.
4392 * gdb.base/pie-fork.exp: New file.
4393
50146e70
TT
43942018-04-11 Tom Tromey <tom@tromey.com>
4395
4396 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4397
f50d8a2e
PA
43982018-04-10 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4401 exits. Instead loop running forever.
4402 (fork_parent): Run forever too.
4403
a0be7a36
SM
44042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4405
4406 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4407 mi_continue_to_line.
4408 * gdb.mi/mi-stack.c (callee4): Add comment.
4409
9b73db36
SM
44102018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4411
4412 * gdb.mi/mi-stack.exp: Fix indentation.
4413
c912f608
SM
44142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4415
4416 PR gdb/22979
4417 * gdb.arch/amd64-osabi.exp: New file.
4418
26540402
SM
44192018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4420
4421 PR gdb/22980
4422 * gdb.base/osabi.exp: New file.
4423
121ad66c 44242018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4425
4426 * gdb.cp/static-typedef-print.exp: New file.
4427 * gdb.cp/static-typedef-print.cc: New file.
4428
3fcded8f
JB
44292018-03-27 Joel Brobecker <brobecker@adacore.com>
4430
4431 * gdb.ada/varsize_limit: New testcase.
4432
59cc4834
JB
44332018-03-27 Joel Brobecker <brobecker@adacore.com>
4434
4435 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4436
4437 * gdb.ada/notcplusplus: New testcase.
4438
4439 * gdb.base/c-linkage-name.c: New file.
4440 * gdb.base/c-linkage-name.exp: New testcase.
4441
4ca59a9f
TT
44422018-03-26 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4445 * gdb.python/py-framefilter.py (name_error): New global.
4446 (ErrorInName.function): Use name_error.
4447
978d6c75
TT
44482018-03-26 Tom Tromey <tom@tromey.com>
4449
4450 PR backtrace/15582:
4451 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4452
b7fee5a3
KS
44532018-03-23 Keith Seitz <keiths@redhat.com>
4454
4455 PR c++/22968
4456 * gdb.cp/subtypes.exp: New file.
4457 * gdb.cp/subtypes.h: New file.
4458 * gdb.cp/subtypes.cc: New file.
4459 * gdb.cp/subtypes-2.cc: New file.
4460
376be529
AB
44612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4464 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4465 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4466 -nostartfiles when compiling the test. Confirm that all registers
4467 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4468
066cfa98
AB
44692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4472 option, syntax was wrong anyway.
4473 * gdb.arch/arm-disp-step.exp: Likewise.
4474 * gdb.arch/sparc64-regs.exp: Likewise.
4475 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4476 option, syntax was wrong anyway, switch to use
4477 prepare_for_testing.
4478 * gdb.arch/i386-disp-step.exp: Likewise.
4479
079670b9
AA
44802018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4481
4482 * gdb.ada/exec_changed.exp: Replace "target_info exists
4483 use_gdb_stub" by "use_gdb_stub".
4484 * gdb.ada/start.exp: Likewise.
4485 * gdb.base/async-shell.exp: Likewise.
4486 * gdb.base/attach-pie-misread.exp: Likewise.
4487 * gdb.base/attach-wait-input.exp: Likewise.
4488 * gdb.base/break-entry.exp: Likewise.
4489 * gdb.base/break-interp.exp: Likewise.
4490 * gdb.base/dprintf-detach.exp: Likewise.
4491 * gdb.base/nostdlib.exp: Likewise.
4492 * gdb.base/solib-nodir.exp: Likewise.
4493 * gdb.base/statistics.exp: Likewise.
4494 * gdb.base/testenv.exp: Likewise.
4495 * gdb.mi/mi-exec-run.exp: Likewise.
4496 * gdb.mi/mi-start.exp: Likewise.
4497 * gdb.multi/dummy-frame-restore.exp: Likewise.
4498 * gdb.multi/multi-arch-exec.exp: Likewise.
4499 * gdb.multi/multi-arch.exp: Likewise.
4500 * gdb.multi/tids.exp: Likewise.
4501 * gdb.multi/watchpoint-multi.exp: Likewise.
4502 * gdb.python/py-events.exp: Likewise.
4503 * gdb.threads/attach-into-signal.exp: Likewise.
4504 * gdb.threads/attach-stopped.exp: Likewise.
4505 * gdb.threads/threadapply.exp: Likewise.
4506 * lib/selftest-support.exp: Likewise.
4507
26d6cec4
AA
45082018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4509
4510 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4511
4ee89e90
SR
45122018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4513
4514 * gdb.perf/template-breakpoints.cc: New file.
4515 * gdb.perf/template-breakpoints.exp: New file.
4516 * gdb.perf/template-breakpoints.py: New file.
4517
92630041
TT
45182018-03-19 Tom Tromey <tom@tromey.com>
4519
4520 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4521 y0.
4522 * gdb.rust/simple.exp: Test bare identifier form of struct
4523 initializer.
4524
76727919
TT
45252018-03-19 Tom Tromey <tom@tromey.com>
4526
4527 * gdb.gdb/observer.exp: Remove.
4528
194ed413
AA
45292018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4530
4531 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4532 "qualified" option when setting breakpoints.
4533 * gdb.trace/backtrace.exp: Likewise.
4534 * gdb.trace/circ.exp: Likewise.
4535 * gdb.trace/collection.exp: Likewise.
4536 * gdb.trace/disconnected-tracing.exp: Likewise.
4537 * gdb.trace/ftrace-lock.exp: Likewise.
4538 * gdb.trace/ftrace.exp: Likewise.
4539 * gdb.trace/infotrace.exp: Likewise.
4540 * gdb.trace/packetlen.exp: Likewise.
4541 * gdb.trace/passc-dyn.exp: Likewise.
4542 * gdb.trace/qtro.exp: Likewise.
4543 * gdb.trace/read-memory.exp: Likewise.
4544 * gdb.trace/report.exp: Likewise.
4545 * gdb.trace/signal.exp: Likewise.
4546 * gdb.trace/status-stop.exp: Likewise.
4547 * gdb.trace/strace.exp: Likewise.
4548 * gdb.trace/tfind.exp: Likewise.
4549 * gdb.trace/trace-break.exp: Likewise.
4550 * gdb.trace/trace-condition.exp: Likewise.
4551 * gdb.trace/trace-mt.exp: Likewise.
4552 * gdb.trace/tstatus.exp: Likewise.
4553 * gdb.trace/tsv.exp: Likewise.
4554 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4555 * gdb.trace/unavailable.exp: Likewise.
4556 * gdb.trace/while-dyn.exp: Likewise.
4557
8b067d2c
AA
45582018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4559
4560 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4561 that libinproctrace is copied to the target.
4562
3ae9ce5d
TT
45632018-03-14 Tom Tromey <tom@tromey.com>
4564
4565 PR cli/14977:
4566 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4567 a null pointer.
4568 * gdb.base/wchar.exp: Likewise.
4569
b8c2339b
TT
45702018-03-14 Tom Tromey <tom@tromey.com>
4571
4572 PR cli/19918:
4573 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4574 flag.
4575
4872dc46
SM
45762018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4577
4578 PR gdb/22841
4579 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4580 "target" to remote_exec.
4581
e4fe3756
SM
45822018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4583
4584 PR gdb/22841
4585 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4586 ${board}_upload): Remove.
4587
e95a97d4
AA
45882018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4589
4590 * gdb.cp/watch-cp.cc: New test.
4591 * gdb.cp/watch-cp.exp: New file.
4592
dbbb1059
AB
45932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4594
4595 * gdb.base/infcall-nested-structs.exp: New file.
4596 * gdb.base/infcall-nested-structs.c: New file.
4597 * gdb.base/float.exp: Add riscv support.
4598
ecc054c0
TP
45992018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4600
4601 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4602 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4603
25e3c82c
SDJ
46042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4605
4606 * gdb.server/abspath.exp: New file.
4607 * lib/gdb.exp (with_cwd): New procedure.
4608
3083294d
SM
46092018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4612 use it.
4613 (gdb_is_target_remote_prompt): New proc.
4614 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4615 (gdb_is_target_native): Pass prompt parameter to
4616 gdb_is_target_1.
4617
3275ef47
SM
46182018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4619
4620 * gdb.base/load-command.c: New file.
4621 * gdb.base/load-command.exp: New file.
4622 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4623 (gdb_is_target_1): ...this, and generalize for other targets
4624 than just remote.
4625 (gdb_is_target_remote): Use gdb_is_target_1.
4626 (gdb_is_target_native): use gdb_is_target_1.
4627
6893c19a
TT
46282018-02-26 Tom Tromey <tom@tromey.com>
4629
4630 PR python/16497:
4631 * gdb.python/py-framefilter.exp: Update test.
4632
2ddeaf8a
TT
46332018-02-26 Tom Tromey <tom@tromey.com>
4634
4635 * gdb.dwarf2/variant.c: New file.
4636 * gdb.dwarf2/variant.exp: New file.
4637
c9317f21
TT
46382018-02-26 Tom Tromey <tom@tromey.com>
4639
4640 * gdb.rust/simple.exp: Accept more possible results in enum test.
4641
6f6d0c26
SM
46422018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4643
4644 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4645 parentheses.
4646
11b03145
MR
46472018-02-23 Maciej W. Rozycki <macro@mips.com>
4648
4649 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4650 name of a variable: $actual_linejj -> $actual_line.
4651
54a27fe5
JB
46522018-02-21 John Baldwin <jhb@FreeBSD.org>
4653
4654 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4655
de65820c
MM
46562018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4657
4658 * gdb.btrace/buffer-size.exp: Do not force BTS.
4659
980548fd
PA
46602018-02-14 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4663 getting a "Quit".
4664
c4e12631
MM
46652018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4666
4667 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4668 Fix test name.
4669
c2e0e465
SM
46702018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4671
4672 * gdb.cp/m-static.exp: Check type of optimized out static
4673 member.
4674
f7216783
AB
46752018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4676
4677 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4678 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4679
0625771b
LS
46802018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4681 Leszek Swirski <leszeks@google.com>
4682
4683 * gdb.python/py-prettyprint.c
4684 (struct to_string_returns_value_inner,
4685 struct to_string_returns_value_wrapper): New.
4686 (main): Add tsrvw variable.
4687 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4688 ToStringReturnsValueWrapper): New classes.
4689 (register_pretty_printers): Register new pretty-printers.
4690 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4691 recursive pretty printer.
4692 * gdb.python/py-mi.exp: Likewise.
4693
59498c30
LS
46942018-02-01 Leszek Swirski <leszeks@google.com>
4695
4696 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4697 functions with the same name as an include file are parsed
4698 correctly.
4699
d4d38844
YQ
47002018-02-01 Yao Qi <yao.qi@linaro.org>
4701
4702 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4703 "\[^\r\n\]*".
4704
07e5f5cf
NP
47052018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4706
4707 * gdb.arch/powerpc-prologue-frame.s: New file.
4708 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4709 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4710
929b5ad4
JB
47112018-01-31 Joel Brobecker <brobecker@adacore.com>
4712
4713 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4714
e671cd59
PA
47152018-01-30 Pedro Alves <palves@redhat.com>
4716
4717 PR gdb/13211
4718 * gdb.base/interrupt-daemon.c: New.
4719 * gdb.base/interrupt-daemon.exp: New.
4720 * gdb.multi/multi-term-settings.c: New.
4721 * gdb.multi/multi-term-settings.exp: New.
4722
fc413dc4
JB
47232018-01-30 Joel Brobecker <brobecker@adacore.com>
4724
4725 * gdb.base/break.exp: Save the location where the breakpoint
4726 on break.c:47 was actually inserted when debugging the version
4727 compiled at -O2 and use it in the expected output of the "info
4728 break" test performed soon after.
4729
5c319bb2
PA
47302018-01-22 Pedro Alves <palves@redhat.com>
4731 Sergio Durigan Junior <sergiodj@redhat.com>
4732
4733 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4734 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4735
a9e40818
JB
47362018-01-22 Joel Brobecker <brobecker@adacore.com>
4737
4738 * gdb.base/break-include.c, gdb.base/break-include.inc,
4739 gdb.base/break-include.exp: New files.
4740 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4741 line number now being the actual line number where the breakpoint
4742 was inserted.
4743 * gdb.mi/mi-break.exp: Likewise.
4744 * gdb.mi/mi-reverse.exp: Likewise.
4745 * gdb.mi/mi-simplerun.exp: Ditto.
4746
e707fc44
AB
47472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4750 varobj.
4751 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4752
ae451627
AB
47532018-01-21 Don Breazeal <donb@codesourcery.com>
4754 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * gdb.mi/basics.c: Add new global.
4757 * gdb.mi/mi-frame-regs.exp: New file.
4758 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4759 case.
4760
b1b189e0
AB
47612018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4762
4763 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4764 non-parameter, and on an unknown symbol.
4765
fcfcc376
TT
47662018-01-19 Tom Tromey <tom@tromey.com>
4767
4768 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4769 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4770
634c1c31
AA
47712018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4772
4773 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4774 setrlimit and chdir to int.
4775
d6ad07fd
AA
47762018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4777
4778 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4779 function.
4780 (my_tend): Likewise.
4781 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4782 rationale of avoiding FP- and vector instructions.
4783
adf8243b
RK
47842018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4785
4786 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4787 "info reg" with "\[ \t\]*".
4788 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4789 "\[ \t\]+".
4790 * gdb.arch/s390-multiarch.exp: Ditto.
4791 * gdb.base/pc-fp.exp: Ditto.
4792 * gdb.reverse/i386-precsave.exp: Ditto.
4793 * gdb.reverse/i386-reverse.exp: Ditto.
4794 * gdb.reverse/i387-env-reverse.exp: Ditto.
4795 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4796
dcc06925
AA
47972018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4798
4799 * lib/gdb.exp (gdb_compile): Re-enable use of
4800 universal_compile_options for languages other than Rust.
4801
25d4fd80
AA
48022018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4803
4804 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4805
ee7f689e 48062018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4807
4808 PR gdb/16577
4809 * gdb.base/solib-vanish.exp: New.
4810 * gdb.base/solib-vanish-main.c: New.
4811 * gdb.base/solib-vanish-lib1.c: New.
4812 * gdb.base/solib-vanish-lib2.c: New.
4813
d8447b6b
YQ
48142018-01-17 Yao Qi <yao.qi@linaro.org>
4815
4816 * gdb.compile/compile.exp: Match the address printed for
4817 frame in the output of command "bt".
4818
86d6a90c
TT
48192018-01-15 Tom Tromey <tom@tromey.com>
4820
4821 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4822 compute sp_reg.
4823
cbcdb1aa
AB
48242018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4825
4826 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4827 to prepare.
4828 (prepare): Return 0 on error, 1 on success.
4829
eea61984
PA
48302018-01-12 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/continue-after-aborted-step-over.c: New.
4833 * gdb.base/continue-after-aborted-step-over.exp: New.
4834
6181e9c2
SM
48352018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4836
4837 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4838 options when not creating an executable.
4839
3cada740
PA
48402018-01-11 Pedro Alves <palves@redhat.com>
4841
4842 PR remote/22597
4843 * gdb.server/stop-reply-no-thread.c: New file.
4844 * gdb.server/stop-reply-no-thread.exp: New file.
4845
c63d3e8d
PA
48462018-01-10 Pedro Alves <palves@redhat.com>
4847
4848 PR gdb/22670
4849 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4850 functions too. Test setting breakpoints and printing C functions
4851 with no debug info too.
4852 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4853
d4c2a405
PA
48542018-01-10 Pedro Alves <palves@redhat.com>
4855
4856 PR gdb/22670
4857 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4858 a fail.
4859
8825213e
PA
48602018-01-10 Pedro Alves <palves@redhat.com>
4861
4862 PR gdb/22670
4863 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4864
605fd3c6
YQ
48652018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4866
4867 * gdb.server/unittest.exp: Match the output in non-development
4868 mode.
4869
1e5ded6c
YQ
48702018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4871
4872 * gdb.gdb/unittest.exp: Match output in non-development mode.
4873
30066b0b
JB
48742018-01-08 Joel Brobecker <brobecker@adacore.com>
4875
4876 * gdb.ada/access_tagged_param.exp: Relax expected output
4877 for value of "ObjL" in "continue" to pck.inspect breakpoint
4878 test.
4879
04bafb1e
XR
48802018-01-08 Joel Brobecker <brobecker@adacore.com>
4881
9f86398b
JB
4882 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4883 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4884
e379cee6
PA
48852018-01-05 Pedro Alves <palves@redhat.com>
4886
4887 PR gdb/18653
4888 * gdb.base/libsegfault.exp: New.
4889
de63c46b
PA
48902018-01-05 Joel Brobecker <brobecker@adacore.com>
4891
4892 PR gdb/22670
4893 * gdb.ada/access_tagged_param.exp: New file.
4894 * gdb.ada/access_tagged_param/foo.adb: New file.
4895
f98fc17b
PA
48962018-01-05 Pedro Alves <palves@redhat.com>
4897
4898 PR gdb/22670
4899 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4900 exercise lower case too, and to exercise both full matching and
4901 wild matching.
4902
342f8240
JB
49032018-01-05 Joel Brobecker <brobecker@adacore.com>
4904
4905 * gdb.ada/rename_subscript_param: New testcase.
4906
7150d33c
JG
49072018-01-05 Jerome Guitton <guitton@adacore.com>
4908
4909 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4910
cc0e770c
JB
49112018-01-05 Joel Brobecker <brobecker@adacore.com>
4912
4913 * gdb.ada/convvar_comp: New testcase.
4914
672a41aa 49152018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4916
4917 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4918 (My_Table): New global variable.
4919 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4920
7365ec2f
JB
49212018-01-04 Joel Brobecker <brobecker@adacore.com>
4922
4923 PR gdb/22670
4924 * gdb.ada/maint_with_ada: New testcase.
4925
289483b6
JB
49262018-01-04 Joel Brobecker <brobecker@adacore.com>
4927
4928 PR gdb/22670
4929 * gdb.ada/bp_c_mixed_case: New testcase.
4930
344420da
JB
49312018-01-04 Joel Brobecker <brobecker@adacore.com>
4932
4933 PR gdb/22670
4934 * gdb.ada/complete.exp: Add "complete break ada" test.
4935
66fc87a0
JB
49362018-01-04 Joel Brobecker <brobecker@adacore.com>
4937
4938 PR gdb/22670
4939 * gdb.ada/info_addr_mixed_case: New testcase.
4940
9f757bf7
XR
49412018-01-03 Xavier Roirand <roirand@adacore.com>
4942
4943 * gdb.ada/excep_handle.exp: New testcase.
4944 * gdb.ada/excep_handle/foo.adb: New file.
4945 * gdb.ada/excep_handle/pck.ads: New file.
4946
bd570f80
JB
49472018-01-03 Joel Brobecker <brobecker@adacore.com>
4948
4949 * gdb.base/step-line.c: Add extra empty line in copyright header.
4950 * gdb.base/step-line.inp: Likewise.
4951
9fe561ab
JB
49522018-01-02 Joel Brobecker <brobecker@adacore.com>
4953
4954 * gdb.ada/dyn_stride.exp: Add slice test.
4955
a405673c
JB
49562018-01-02 Joel Brobecker <brobecker@adacore.com>
4957
4958 * gdb.ada/dyn_stride: New testcase.
4959
cef0f868
SH
49602017-12-27 Stafford Horne <shorne@gmail.com>
4961
4962 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4963 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4964
b67d92b0
SH
49652017-12-27 Stafford Horne <shorne@gmail.com>
4966
4967 * gdb.base/reggroups.c: New file.
4968 * gdb.base/reggroups.exp: New file.
4969
eccab96d
JB
49702017-12-18 Joel Brobecker <brobecker@adacore.com>
4971
4972 * gdb.dwarf2/ada-valprint-error.c: New file.
4973 * gdb.dwarf2/ada-valprint-error.exp: New file.
4974
0e2da9f0
JB
49752017-12-18 Joel Brobecker <brobecker@adacore.com>
4976
4977 * gdb.ada/assign_arr: New testcase.
4978
cb923fcc
XR
49792017-12-18 Xavier Roirand <roirand@adacore.com>
4980
4981 * gdb.ada/funcall_ptr: New testcase.
4982
7c161838
SDJ
49832017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4984
4985 PR cli/16224
4986 * gdb.base/ptype-offsets.cc: New file.
4987 * gdb.base/ptype-offsets.exp: New file.
4988
1af17fd9
YQ
49892017-12-15 Yao Qi <yao.qi@linaro.org>
4990
4991 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4992 if XML is disabled.
4993
828d5846
XR
49942017-12-15 Xavier Roirand <roirand@adacore.com>
4995
4996 * gdb.ada/same_component_name: New testcase.
4997
79e8fcaa
JB
49982017-12-14 Joel Brobecker <brobecker@adacore.com>
4999
5000 * gdb.ada/str_binop_equal: New testcase.
5001
e05fa6f9
JB
50022017-12-14 Joel Brobecker <brobecker@adacore.com>
5003
5004 * gdb.ada/task_switch_in_core: New testcase.
5005
b89641ba
SM
50062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5007
5008 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5009 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5010 call test_bkpt_qualified.
5011 (test_bkpt_qualified): New proc.
5012
6892d2e4
PA
50132017-12-13 Pedro Alves <palves@redhat.com>
5014
5015 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5016 Tighten regexp by matching with an anchor.
5017
a22ecf70
PA
50182017-12-13 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5021 ("expression with namespace"): New set of tests.
5022 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5023 (Nested::Test_NS::qux): New.
5024 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5025 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5026
9937536c
JB
50272017-12-13 Joel Brobecker <brobecker@adacore.com>
5028
5029 * gdb.base/server-del-break.c: New file.
5030 * gdb.base/server-del-break.exp: New file.
5031
fe49c6f5
SH
50322017-12-12 Stafford Horne <shorne@gmail.com>
5033
5034 * gdb.xml/tdesc-regs.exp: Add or1k support.
5035
c3d18620
SH
50362017-12-12 Stafford Horne <shorne@gmail.com>
5037
5038 * gdb.base/bp-permanent.c: Define nop of or1k.
5039
c5f9cfc8
JB
50402017-12-11 Joel Brobecker <brobecker@adacore.com>
5041
5042 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5043 output with components being reordered.
5044
a9c135fc
JB
50452017-12-11 Joel Brobecker <brobecker@adacore.com>
5046
5047 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5048 output with components being reordered.
5049
927aa2e7
JK
50502017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5051 Pedro Alves <palves@redhat.com>
5052
5053 * gdb.base/maint.exp (check for .gdb_index): Check also for
5054 .debug_names.
5055 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5056 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5057 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5058 (.gdb_index used after symbol reloading): Support also .debug_names.
5059 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5060
f17d9474
YQ
50612017-12-08 Yao Qi <yao.qi@linaro.org>
5062
5063 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5064 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5065
a0de8c21
YQ
50662017-12-08 Yao Qi <yao.qi@linaro.org>
5067
5068 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5069 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5070
a738ea1d
YQ
50712017-12-08 Yao Qi <yao.qi@linaro.org>
5072
5073 * gdb.arch/aarch64-tagged-pointer.c: New file.
5074 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5075
1cd9a73b
SDJ
50762017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5077
5078 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5079 "int".
5080
fa6eb693
KS
50812017-12-07 Keith Seitz <keiths@redhat.com>
5082
5083 PR breakpoints/22569
5084 * gdb.linespec/ls-errs.exp: Change expected result of "break
5085 -source this file has spaces.c -line 3".
5086 Check that an explicit source file followed by whitespace is
5087 identified as an invalid explicit location.
5088
883fd55a
KS
50892017-12-07 Keith Seitz <keiths@redhat.com>
5090
5091 * gdb.cp/nested-types.cc: New file.
5092 * gdb.cp/nested-types.exp: New file.
5093 * lib/cp-support.exp: Load data-structures.exp library.
5094 (debug_cp_test_ptype_class): New global.
5095 (cp_ptype_class_verbose, next_line): New procedures.
5096 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5097 Add and document new return value.
5098 Switch the list of lines to a queue.
5099 Add support for new `type' key for nested type definitions.
5100 Add debugging/troubleshooting messages.
5101 * lib/data-structures.exp: New file.
5102
ec72db3e
SM
51032017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5106 with proc_with_prefix, don't use with_test_prefix.
5107
99598d71
TT
51082017-12-07 Tom Tromey <tom@tromey.com>
5109
5110 * gdb.base/break.exp: Add test for empty "commands".
5111
a8806230
YQ
51122017-12-07 Yao Qi <yao.qi@linaro.org>
5113
5114 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5115 malloc and catch syscall.
5116
824cc835
PM
51172017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5118
e79be6e5 5119 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5120 tests for explicit locations.
5121
7cc244de
PA
51222017-12-06 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5125 force-disabling XML descriptions.
5126
50a1fdd5
PA
51272017-12-04 Pedro Alves <palves@redhat.com>
5128
5129 PR gdb/22499
5130 * gdb.arch/amd64-disp-step-avx.S: New file.
5131 * gdb.arch/amd64-disp-step-avx.exp: New file.
5132
f0fb2488
PA
51332017-12-03 Pedro Alves <palves@redhat.com>
5134
5135 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5136 and <string.h>.
5137 (parent_function): Print distinct messages when waitpid fails, or
5138 the child exits with a signal, or the child exits for an unhandled
5139 reason.
5140 * gdb.threads/process-dies-while-detaching.exp
5141 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5142 it. Wait for both inferior output and GDB's prompt. Use an
5143 indirect spawn id list.
5144 (do_detach): New parameter 'child_exit'. Use it to compute
5145 expected inferior output.
5146 (test_detach, test_detach_watch, test_detach_killed_outside):
5147 Adjust to pass down the expected child exit kind.
5148
97cbe998
SDJ
51492017-12-01 Joel Brobecker <brobecker@adacore.com>
5150 Sergio Durigan Junior <sergiodj@redhat.com>
5151 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5154
40fc416f
SDJ
51552017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5156
5157 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5158 to 'symbol-file' and 'add-symbol-file' can be
5159 position-independent.
5160
1cc75e92
YQ
51612017-12-01 Yao Qi <yao.qi@linaro.org>
5162
5163 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5164 the URL in copyright header.
5165 * gdb.arch/aarch64-fp.exp: Likewise.
5166 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5167 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5168 * gdb.base/expand-psymtabs.exp: Likewise.
5169 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5170 * gdb.fortran/common-block.exp: Likewise.
5171 * gdb.fortran/common-block.f90: Likewise.
5172 * gdb.fortran/logical.exp: Likewise.
5173 * gdb.fortran/vla-datatypes.f90: Likewise.
5174 * gdb.fortran/vla-sub.f90: Likewise.
5175
875fb7a7
JB
51762017-11-30 Joel Brobecker <brobecker@adacore.com>
5177
5178 * gdb.ada/repeat_dyn: New testcase.
5179
6f14765f
UW
51802017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5181
5182 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5183 Update for changed thread numbering.
5184 * gdb.cell/bt.exp: Update for changed GDB output.
5185
f1af7b94
SM
51862017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5187
5188 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5189 setting isremote by hand.
5190 * boards/dwarf4-gdb-index.exp: Likewise.
5191 * boards/fission.exp: Likewise.
5192 * boards/stabs.exp: Likewise.
5193
e3919f3e
PA
51942017-11-30 Pedro Alves <palves@redhat.com>
5195
5196 * gdb.linespec/cpls-ops.exp
5197 (check_explicit_skips_function_argument): Extract the underlying
5198 type of size_t instead of hardcoding it.
5199
bd69330d
PA
52002017-11-29 Pedro Alves <palves@redhat.com>
5201
5202 PR c++/19436
5203 * gdb.linespec/cpls-abi-tag.cc: New file.
5204 * gdb.linespec/cpls-abi-tag.exp: New file.
5205
a20714ff
PA
52062017-11-29 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.base/langs.exp: Use -qualified.
5209 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5210 it.
5211 * gdb.cp/namespace.exp: Use -qualified.
5212 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5213 (overload-3, template-overload, template-ret-type, const-overload)
5214 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5215 procedures.
5216 (test_driver): Call them.
5217 * gdb.cp/save-bp-qualified.cc: New.
5218 * gdb.cp/save-bp-qualified.exp: New.
5219 * gdb.linespec/explicit.exp: Test -qualified.
5220 * lib/completion-support.exp (completion::explicit_opts_list): Add
5221 "-qualified".
5222 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5223
f6f1d339
PM
52242017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5225
5226 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5227
02ca603a
TT
52282017-11-29 Tom Tromey <tom@tromey.com>
5229
5230 * gdb.base/relocate.exp: Update invalid argument test.
5231 Add new tests for invalid arguments.
5232
ed6c0bfb
TP
52332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5234
5235 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5236 Return 0 as a long.
5237 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5238
f106e10e
TP
52392017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5240
5241 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5242 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5243 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5244 func ().
5245 * gdb.cp/shadow.cc (B.func): Return 0.
5246
10329bb2
JB
52472017-11-27 Joel Brobecker <brobecker@adacore.com>
5248
5249 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5250 expected output in gdb_expect call to allow the exception
5251 message to be present as well. Fix syntax confusion to avoid
5252 TCL thinking that exception_name is an array.
5253
617cd4bc
UW
52542017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5255
5256 * gdb.arch/spu-info.c: Include <unistd.h>.
5257 (do_signal_test): Fix broken calls to write.
5258 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5259 Fix checks for empty mailboxes. Update signal tests for corrected
5260 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5261 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5262 * gdb.cell/arch.exp: Use standard_output_file.
5263 * gdb.cell/break.exp: Likewise.
5264 * gdb.cell/bt.exp: Likewise.
5265 * gdb.cell/core.exp: Likewise.
5266 * gdb.cell/dwarfaddr.exp: Likewise.
5267 * gdb.cell/ea-cache.exp: Likewise.
5268 * gdb.cell/ea-standalone.exp: Likewise.
5269 * gdb.cell/f-regs.exp: Likewise.
5270 * gdb.cell/fork.exp: Likewise.
5271 * gdb.cell/gcore.exp: Likewise.
5272 * gdb.cell/mem-access.exp: Likewise.
5273 * gdb.cell/ptype.exp: Likewise.
5274 * gdb.cell/registers.exp: Likewise.
5275 * gdb.cell/sizeof.exp: Likewise.
5276 * gdb.cell/solib-symbol.exp: Likewise.
5277 * gdb.cell/solib.exp: Likewise.
617cd4bc 5278
a81aaca0
PA
52792017-11-25 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.base/complete-empty.exp: New file.
5282 * gdb.base/completion.exp: Adjust.
5283
6a3c6ee4
PA
52842017-11-25 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.linespec/cpls-ops.cc: New file.
5287 * gdb.linespec/cpls-ops.exp: New file.
5288 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5289 factored out from ...
5290 (test_complete_prefix_range): ... this.
5291
8955eb2d
PA
52922017-11-24 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.linespec/cpcompletion.exp: New file.
5295 * gdb.linespec/cpls-hyphen.cc: New file.
5296 * gdb.linespec/cpls.cc: New file.
5297 * gdb.linespec/cpls2.cc: New file.
5298 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5299 test to use test_gdb_complete_unique. Add label completion,
5300 keyword completion and explicit location completion tests.
5301 * lib/completion-support.exp: New file.
5302
e547c119
JB
53032017-11-24 Joel Brobecker <brobecker@adacore.com>
5304
5305 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5306 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5307 when hitting an exception catchpoint.
5308
7c3c1aa8
YQ
53092017-11-22 Yao Qi <yao.qi@linaro.org>
5310
5311 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5312
41bd68f5
SM
53132017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5314
5315 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5316 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5317 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5318
1daad298
YQ
53192017-11-22 Yao Qi <yao.qi@linaro.org>
5320
5321 * gdb.base/info-os.exp: Pass pthreads.
5322 * gdb.multi/multi-attach.exp: Likewise.
5323
88465e87
YQ
53242017-11-22 Yao Qi <yao.qi@linaro.org>
5325
5326 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5327 compiler.
5328
dc196b23
YQ
53292017-11-22 Yao Qi <yao.qi@linaro.org>
5330
5331 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5332 * gdb.base/break-interp.exp: Likewise.
5333 * gdb.base/jit-attach-pie.exp: Likewise.
5334
2400729e
UW
53352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5336
5337 * gdb.base/float128.c (large128): New variable.
5338 * gdb.base/float128.exp: Add test to print largest __float128 value.
5339
7a26362d
UW
53402017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5341
5342 * gdb.arch/vsx-regs.exp: Update register content checks.
5343
ed0f4273
UW
53442017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5345
5346 * gdb.arch/ppc-longdouble.exp: New file.
5347 * gdb.arch/ppc-longdouble.c: Likewise.
5348
a25d69c6
PA
53492017-11-21 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5352
73fcf641
PA
53532017-11-20 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5356 (long_double_typedef): New typedefs.
5357 Use DEF on double and long double.
5358 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5359 cases.
5360 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5361 and 'long_double_ptr_same_size' locals. Use them to decide
5362 whether cast from array/function to float is valid/invalid.
5363
71a3c369
TT
53642017-11-17 Tom Tromey <tom@tromey.com>
5365
5366 * gdb.rust/traits.rs: New file.
5367 * gdb.rust/traits.exp: New file.
5368
ced9779b
JB
53692017-11-17 Joel Brobecker <brobecker@adacore.com>
5370
5371 * gdb.ada/minsyms: New testcase.
5372
a0922d80
PA
53732017-11-16 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5376 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5377
ea04e54c
PA
53782017-11-16 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5381 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5382
e849ea89
PA
53832017-11-16 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.server/reconnect-ctrl-c.c: New file.
5386 * gdb.server/reconnect-ctrl-c.exp: New file.
5387
d8ae99a7
PM
53882017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5389
5390 * gdb.python/py-rbreak.exp: New file.
5391 * gdb.python/py-rbreak.c: New file.
5392 * gdb.python/py-rbreak-func2.c: New file.
5393
968a13f8
PA
53942017-11-16 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5397 pattern.
5398 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5399 GDB.
5400
71774bc9
SM
54012017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5402
5403 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5404 regex.
5405
ddbb44cf
SM
54062017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5407
5408 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5409 test names.
5410
584a564f
PA
54112017-11-09 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5414 factored out from ...
5415 (top level): ... here, and adjusted to avoid expecting beyond the
5416 prompt in a single gdb_test_multiple.
5417
5ed7a928
PA
54182017-11-09 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5421 output.
5422 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5423 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5424 * gdb.server/ext-run.exp ("kill" test): Likewise.
5425 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5426
a60e0738
PA
54272017-11-09 Pedro Alves <palves@redhat.com>
5428
5429 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5430 match till end of line.
5431
2c88253f
PA
54322017-11-09 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5435
c7a38517
PA
54362017-11-09 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5439 New procedures, factored out from ...
5440 (top level): ... here, and adjusted to avoid expecting beyond the
5441 prompt in one go.
5442
f29f4b6b
PA
54432017-11-09 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5446 output. Fix '?' match.
5447
286acbb5
JB
54482017-11-08 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/scoped_watch: New testcase.
5451 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5452 which is actually correct.
5453 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5454 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5455
62d7ae92
PA
54562017-11-08 Pedro Alves <palves@redhat.com>
5457
5458 * gdb.gdb/complaints.exp (test_initial_complaints)
5459 (test_serial_complaints, test_short_complaints): Call
5460 complaint_internal instead of complaint.
5461
280ca31f
DT
54622017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5463
5464 * gdb.threads/tls-core.c: New file.
5465 * gdb.threads/tls-core.exp: Likewise.
5466
b5ec771e
PA
54672017-11-08 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5470 (p Exported_Capitalized): New test.
5471 (p exported_capitalized): New test.
5472
a02b41a7
PA
54732017-11-07 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5476
95e95a6d
PA
54772017-11-07 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5480 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5481 (disable_invalid, disable_inverted, disable_negative): New
5482 procedures.
5483 ("bad numbers"): New set of tests.
5484
cee62dbd
PA
54852017-11-07 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.cp/ena-dis-br-range.exp: Add tests.
5488
cc638e86
PA
54892017-11-07 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5492
d0fe4701
XR
54932017-11-07 Xavier Roirand <roirand@adacore.com>
5494 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/ena-dis-br.exp: Add reference to
5497 gdb.cp/ena-dis-br-range.exp.
5498 * gdb.cp/ena-dis-br-range.exp: New file.
5499 * gdb.cp/ena-dis-br-range.cc: New file.
5500
46f67f80
PA
55012017-11-06 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.base/attach-non-pgrp-leader.c: New.
5504 * gdb.base/attach-non-pgrp-leader.exp: New.
5505
726e1356
PA
55062017-11-06 Pedro Alves <palves@redhat.com>
5507
5508 * configure.ac: No longer check for termio.h and sgtty.h.
5509 * configure: Regenerate.
5510 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5511 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5512 Remove termio and sgtty code.
5513
50ab6ace
YQ
55142017-11-03 Yao Qi <yao.qi@linaro.org>
5515
5516 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5517 in GDB is disabled.
5518
8e68731c
YQ
55192017-11-03 Yao Qi <yao.qi@linaro.org>
5520
5521 * gdb.python/py-thrhandle.exp: Skip it if python is not
5522 enabled.
5523
3a87ae65
SM
55242017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5525
5526 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5527 as a breakpoint command.
5528
484d8d36
MD
55292017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5530
5531 PR python/21213
5532 * gdb.python/py-infthread.exp: Test calling
5533 InferiorThread.inferior () multiple times in a row.
5534
4a27f119
KS
55352017-10-27 Keith Seitz <keiths@redhat.com>
5536
5537 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5538 Test "info break" for every inlined function breakpoint.
5539
bb11dd58
YQ
55402017-10-27 Yao Qi <yao.qi@linaro.org>
5541
5542 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5543
a43f3893
PF
55442017-10-26 Patrick Frants <osscontribute@gmail.com>
5545
5546 * gdb.cp/classes.exp (test_static_members): Test printing
5547 Outer::instance.
5548 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5549 (Inner::instance, Outer::instance): New.
5550
792ccf00
PA
55512017-10-24 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5554 extra console" test in two stages.
5555
eb2bfbad
PA
55562017-10-24 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5559
1f75a651
PA
55602017-10-24 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5563 loop.
5564
779990d9
PA
55652017-10-24 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5568 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5569
ad9b8f5d
PA
55702017-10-24 Pedro Alves <palves@redhat.com>
5571
5572 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5573 parameter and handle it. Don't output read value in test name.
5574
fee6da6e
PA
55752017-10-24 Pedro Alves <palves@redhat.com>
5576
5577 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5578 custom test name.
5579
10389c2c
PA
55802017-10-24 Pedro Alves <palves@redhat.com>
5581
5582 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5583 include the unstable output directory name in the test's name.
5584 (initial_setup_simple) <'set args'>: Use custom test name.
5585
a80e65a9
PA
55862017-10-24 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5589 with explicit test name.
5590
15763a09
PA
55912017-10-20 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5594 'wait -i'. Use gdb_assert and remote_close.
5595
49a4ce2e
AB
55962017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5597
5598 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5599 number from variable rather than hard-coded.
5600
a75868f5
PA
56012017-10-19 Pedro Alves <palves@redhat.com>
5602
5603 * gdb.base/long-inferior-output.c: New file.
5604 * gdb.base/long-inferior-output.exp: New file.
5605
c8ba13ad
KS
56062017-11-18 Keith Seitz <keiths@redhat.com>
5607
5608 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5609 method.
5610 (main): Call it.
5611 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5612 Add additional user-defined conversion operator tests.
5613
b27de576
PA
56142017-10-17 Pedro Alves <palves@redhat.com>
5615
5616 * boards/native-stdio-gdbserver.exp: Load "local-board".
5617
8484c955
PA
56182017-10-17 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/quit-live.c: New file.
5621 * gdb.base/quit-live.exp: New file.
5622
83d5a34d
KS
56232017-10-16 Keith Seitz <keiths@redhat.com>
5624
5625 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5626 (class_with_protected_typedef, class_with_private_typedef)
5627 (struct_with_public_typedef, struct_with_protected_typedef)
5628 (struct_with_private_typedef): New classes/structs.
5629 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5630 typedefs and access specifiers.
5631
739b3f1d
PA
56322017-10-16 Pedro Alves <palves@redhat.com>
5633 Simon Marchi <simon.marchi@polymtl.ca>
5634
5635 * README (Local vs Remote vs Native): New section.
5636 * boards/local-board.exp: New file, with bits factored out from
5637 ...
5638 * boards/native-extended-gdbserver.exp: ... here. Load
5639 "local-board".
5640 * boards/native-gdbserver.exp: Load "local-board".
5641 (${board}_spawn, ${board}_exec): Delete.
5642 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5643 ...
5644 * boards/stdio-gdbserver-base.exp: ... this new file.
5645 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5646 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5647 procedure.
5648 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5649 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5650 stdio_gdbserver_command.
5651 (${board}_get_remote_address, ${board}_get_comm_port)
5652 (${board}_download, ${board}_upload): Delete.
5653 (get_target_remote_pipe_cmd): New.
5654
fe68b953
SM
56552017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5656
5657 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5658 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5659 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5660 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5661 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5662 remove with_test_prefix.
5663
300b6685
PA
56642017-10-13 Pedro Alves <palves@redhat.com>
5665
5666 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5667 * gdb.base/annota1.exp: Use it instead of is_remote.
5668 * gdb.base/annota3.exp: Use it instead of is_remote.
5669 * gdb.cp/annota2.exp: Use it instead of is_remote.
5670 * gdb.cp/annota3.exp: Use it instead of is_remote.
5671 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5672
50500caf
PA
56732017-10-13 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5676 (test_num_test_vars, run_and_count_vars, find_env)
5677 (test_set_unset_env, test_inherit_env_var): New procedures.
5678 (top level): Use them.
5679
dad0c6d2
PA
56802017-10-13 Pedro Alves <palves@redhat.com>
5681
5682 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5683 also skip on stub-like targets.
5684
8b0553c1
PA
56852017-10-13 Pedro Alves <palves@redhat.com>
5686
5687 PR gdb/22293
5688 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5689 (top level): Move some tests to ...
5690 (test_not_found): ... this new procedure.
5691 (top level): Call it.
5692
7594f623
PA
56932017-10-13 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5696 expect different "info terminal" output if testing with a
5697 non-native target.
5698
ebe3b402
PA
56992017-10-13 Pedro Alves <palves@redhat.com>
5700 Simon Marchi <simon.marchi@polymtl.ca>
5701
5702 PR python/12966
5703 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5704
42f1b161
PA
57052017-10-13 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5708 already.
5709
8d6ef72b
PA
57102017-10-13 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5713 is_remote.
5714
d7bcd5b8
PA
57152017-10-13 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5718 is_remote.
5719
df479dc6
PA
57202017-10-13 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5723 is set.
5724 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5725 instead of is_remote.
5726
23fb630a
PA
57272017-10-13 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5730 (top level): Add comment.
5731
cc77b1dc
PA
57322017-10-13 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.base/remote.exp (top level): Fix comment typo and add
5735 missing return.
5736
27c9e813
PA
57372017-10-13 Pedro Alves <palves@redhat.com>
5738 Simon Marchi <simon.marchi@polymtl.ca>
5739
5740 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5741 calls and add comments. Skip test if use_gdb_stub is set.
5742 (top level): Use "set cwd" command instead of "cd" command.
5743
5e830d98
PA
57442017-10-13 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5747 is_remote target check.
5748
f5ca0032
PA
57492017-10-13 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/scope.exp: Use build_executable + clean_restart +
5752 gdb_file_cmd instead of prepare_for_testing and no longer skip
5753 "before run" tests on is_remote target boards. Update comments.
5754 * boards/native-extended-gdbserver.exp
5755 (extended_gdbserver_load_last_file): New, factored out from ...
5756 (gdb_load): ... this. Move further below and add comment.
5757 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5758
8aed1c0d
PA
57592017-10-12 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.base/attach.exp: Remove references to gdb64.
5762 * gdb.base/dbx.exp: Remove references to gdb64.
5763
cfa34c87
SM
57642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5765 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.base/label.exp: Remove is_remote target check.
5768
9192b7de
PA
57692017-10-12 Pedro Alves <palves@redhat.com>
5770
5771 * gdb.base/auvx.exp (coredir): Update comment.
5772 (top level) <core_works>: Use "set cwd" command instead of "cd"
5773 command.
5774
6bf0052d
PA
57752017-10-12 Pedro Alves <palves@redhat.com>
5776 Simon Marchi <simon.marchi@polymtl.ca>
5777
5778 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5779 target boards.
5780
e48ef82d
PA
57812017-10-12 Pedro Alves <palves@redhat.com>
5782 Simon Marchi <simon.marchi@polymtl.ca>
5783
5784 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5785 Instead skip if there's any gdb_protocol set.
5786
8d7aea57
SM
57872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5788 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5791
30440677
PA
57922017-10-12 Pedro Alves <palves@redhat.com>
5793 Simon Marchi <simon.marchi@polymtl.ca>
5794
5795 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5796 instead of on dejagnu remote boards.
5797
4e04f045 57982017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5799 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5800
5801 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5802 checks. Use build_executable + clean_restart instead of
5803 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5804 of enabling non-stop after starting gdb.
5805
871a186e
PA
58062017-10-12 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5809 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5810 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5811 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5812
56d704da
AK
58132017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5814
5815 * gdb.arch/arc-tdesc-cpu.exp: New file.
5816 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5817
2f20e312
SM
58182017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5819
5820 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5821
65630365
PA
58222017-10-10 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5825 expect CLI output.
5826
bf469271
PA
58272017-10-10 Pedro Alves <palves@redhat.com>
5828
5829 * lib/selftest-support.exp (selftest_setup): Update for
5830 captured_command_loop's prototype change.
5831
777a42f1
PA
58322017-10-09 Pedro Alves <palves@redhat.com>
5833
5834 Test both arch1=>arch2 and arch2=>arch1.
5835
5836 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5837 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5838 factored out to...
5839 (append_arch1_options, append_arch2_options, append_arch_options)
5840 (build_executables): New procedures.
5841 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5842 local.
5843 (top level): Add new 'first_arch' testing axis.
5844
cbd2b4e3
PA
58452017-10-09 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5848 (barrier): New.
5849 (thread_start, all_started): New functions.
5850 (main): Spawn new thread and wait until it is scheduled.
5851 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5852 option.
5853 (do_test): Add 'selected_thread' parameter. Run to all_started
5854 instead of main. Explicitly set the breakpoint at main. Switch
5855 to the SELECTED_THREAD thread.
5856 (top level): Test handling the exec event with either the main
5857 thread or the second thread selected.
5858
5c9e4427
PA
58592017-10-09 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5862 logic. Move STOP marker after the value checks.
5863 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5864 regexp.
5865
b3b7c423
SL
58662017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5867
5868 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5869
3b4b2f16
UW
58702017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5871
5872 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5873 integer-to-dfp conversion.
5874 * gdb.base/dfp-test.exp: Likewise.
5875
5cd63fda
PA
58762017-10-04 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.multi/hangout.c: Include <unistd.h>.
5879 (hangout_loop): New function.
5880 (main): Call alarm. Call hangout_loop in a loop.
5881 * gdb.multi/hello.c: Include <unistd.h>.
5882 (hello_loop): New function.
5883 (main): Call alarm. Call hangout_loop in a loop.
5884 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5885 inferior with the other selected.
5886
4c71c105
SM
58872017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5888
5889 * gdb.mi/list-thread-groups-available.exp: New file.
5890 * gdb.mi/list-thread-groups-available.c: New file.
5891
bc3b087d
SDJ
58922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5893
5894 * gdb.base/set-cwd.exp: Make it available on
5895 native-extended-gdbserver.
5896
d092c5a2
SDJ
58972017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5898
5899 * gdb.base/set-cwd.c: New file.
5900 * gdb.base/set-cwd.exp: Likewise.
5901
45320ffa
TT
59022017-10-02 Tom Tromey <tom@tromey.com>
5903
5904 PR rust/22236:
5905 * gdb.rust/simple.rs (main): New variable "fslice".
5906 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5907
b3e3859b
TT
59082017-10-02 Tom Tromey <tom@tromey.com>
5909
5910 * gdb.rust/simple.exp: Test ptype of a slice.
5911
01af5e0d
TT
59122017-10-02 Tom Tromey <tom@tromey.com>
5913
5914 * gdb.rust/simple.exp: Test index of slice.
5915
a9bbfbd8
TT
59162017-09-27 Tom Tromey <tom@tromey.com>
5917
5918 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5919
df8899e5
TP
59202017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5921 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/compare-sections.exp (get value of read-only section): Read
5924 as unsigned value.
5925 (corrupt read-only section): Likewise and don't set written if patching
5926 failed.
5927
757bf54b
KB
59282017-09-21 Kevin Buettner <kevinb@redhat.com>
5929
5930 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5931 files.
5932
06871ae8
PA
59332017-09-20 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5936 symbol names in gdb's output.
5937 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5938
e5f25bc5
PA
59392017-09-20 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5942 Rename to ...
5943 (test_list_ambiguous_symbol): ... this and add a symbol name
5944 parameter. Adjust.
5945 (test_list_ambiguous_function): Reimplement on top of
5946 test_list_ambiguous_symbol and also test listing ambiguous
5947 variables.
5948 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5949 (ambiguous_fun): ... this.
5950 (ambiguous_var): New.
5951 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5952 (ambiguous_fun): ... this.
5953 (ambiguous_var): New.
5954
4e5a4f58
JB
59552017-09-19 John Baldwin <jhb@FreeBSD.org>
5956
5957 * gdb.base/starti.c: New file.
5958 * gdb.base/starti.exp: New file.
5959 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5960
26e53f3e
PA
59612017-09-14 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5964 (top level): Use it instead of runto.
5965
cb791d59
TT
59662017-09-11 Tom Tromey <tom@tromey.com>
5967
5968 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5969
7c96f8c1
TT
59702017-09-11 Tom Tromey <tom@tromey.com>
5971
5972 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5973 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5974
469412dd
CW
59752017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5976
5977 * gdb.fortran/printing-types.exp: New file.
5978 * gdb.fortran/printing-types.exp: New file.
5979
e0f86435
BH
59802017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5981
5982 * gdb.fortran/vla-ptype.exp: Fix typos.
5983 * gdb.fortran/vla-value.exp: Same.
5984
9e9af4be
BH
59852017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5986
5987 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5988 * gdb.mi/mi-var-child-f.exp: Likewise.
5989 * gdb.mi/mi-vla-fortran.exp: Likewise.
5990
a5ad232b 59912017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5992 Christoph Weinmann <christoph.t.weinmann@intel.com>
5993 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5994
5995 * gdb.fortran/ptr-indentation.f90: New file.
5996 * gdb.fortran/ptr-indentation.exp: New file.
5997
5aec60eb
TT
59982017-09-05 Tom Tromey <tom@tromey.com>
5999
6000 PR gdb/22010:
6001 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6002
8f8f8152
TP
60032017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6004
6005 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6006
fbd1b771
JK
60072017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6008
6009 * gdb.threads/tls-nodebug-pie.c: New file.
6010 * gdb.threads/tls-nodebug-pie.exp: New file.
6011
5eb5f850
TT
60122017-09-05 Tom Tromey <tom@tromey.com>
6013
6014 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6015 for rust.
6016
ae780a21
SM
60172017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6018
6019 * gdb.multi/multi-arch-exec.exp: Test with different
6020 "follow-exec-mode" settings.
6021 (do_test): New procedure.
6022
3693fdb3
PA
60232017-09-04 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.base/func-static.c (S::method const, S::method volatile)
6026 (S::method volatile const): New methods.
6027 (c_s, v_s, cv_s): New instances.
6028 (main): Call method() on them.
6029 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6030 (cannot_resolve): New procedure.
6031 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6032 print-quote-unquoted columns.
6033 (do_test): Test printing each scope too.
6034
e68cb8e0
PA
60352017-09-04 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.base/local-static.exp: Also test with
6038 class::method::variable wholly quoted.
6039 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6040
858be34c
PA
60412017-09-04 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.base/local-static.c: New.
6044 * gdb.base/local-static.cc: New.
6045 * gdb.base/local-static.exp: New.
6046
46a4882b
PA
60472017-09-04 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.asm/asm-source.exp: Add casts to int.
6050 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6051 (dataglobal64_1, dataglobal64_2): New globals.
6052 * gdb.base/nodebug.exp: Test different expressions involving the
6053 new globals, with print, whatis and ptype. Add casts to int.
6054 * gdb.base/solib-display.exp: Add casts to int.
6055 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6056 * gdb.cp/m-static.exp: Add cast to int.
6057 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6058 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6059 tls variable with no debug info without a cast. Test with a cast
6060 to int too.
6061 * gdb.trace/entry-values.exp: Add casts.
6062
2c5a2be1
PA
60632017-09-04 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.base/nodebug.exp: Test that ptype's error about functions
6066 with unknown return type includes the function name too.
6067
7022349d
PA
60682017-09-04 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6071 return type of munmap in infcall.
6072 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6073 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6074 type of ftell in infcall.
6075 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6076 type of getpid in infcall.
6077 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6078 infcall.
6079 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6080 Bail on failure to extract the pid.
6081 * gdb.base/nodebug.c: #include <stdint.h>.
6082 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6083 New functions.
6084 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6085 Change expected output of print/whatis/ptype with functions with
6086 no debug info. Test all supported languages. Call
6087 test_call_promotion.
6088 * gdb.compile/compile.exp: Adjust expected output to expect
6089 warning.
6090 * gdb.threads/siginfo-threads.exp: Likewise.
6091
54990598
PA
60922017-09-04 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6095 "prototypes". Test calling float functions via prototyped and
6096 unprototyped function pointers.
6097 (perform_all_tests): New parameter "prototypes". Pass it down.
6098 (top level): Pass down "prototypes" parameter to
6099 perform_all_tests.
6100
34d16ea2
SM
61012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6104 Test with nested loops.
6105
9521ecda
SM
61062017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6107
6108 * gdb.base/commands.exp: Call the new procedures.
6109 (loop_break_test, loop_continue_test): New procedures.
6110
80a65e9b
SM
61112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6112
6113 * gdb.base/commands.exp: Call new procedure.
6114 (define_if_without_arg_test): New procedure.
6115
e439fa14
PA
61162017-09-04 Pedro Alves <palves@redhat.com>
6117
6118 * gdb.base/list-ambiguous.exp: New file.
6119 * gdb.base/list-ambiguous0.c: New file.
6120 * gdb.base/list-ambiguous1.c: New file.
6121 * gdb.base/list.exp (test_list_range): Adjust expected output.
6122
0a2dde4a
SDJ
61232017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6124
6125 * gdb.base/share-env-with-gdbserver.c: New file.
6126 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6127
5e89eb3a
SM
61282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6129
6130 * gdb.base/commands.exp (gdbvar_simple_if_test,
6131 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6132 progvar_simple_if_test, progvar_simple_while_test,
6133 progvar_complex_if_while_test, user_defined_command_test,
6134 user_defined_command_args_eval,
6135 user_defined_command_args_stack_test,
6136 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6137 temporary_breakpoint_commands,
6138 gdb_test_no_prompt, redefine_hook_test,
6139 redefine_backtrace_test): Remove "global gdb_prompt".
6140
fd437cbc
SM
61412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6142
6143 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6144 New proc, call it from toplevel.
6145
87215ad1
SDJ
61462017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6147
6148 PR remote/21852
6149 * gdb.server/normal.c: New file, copied from gdb.base.
6150 * gdb.server/run-without-local-binary.exp: New file.
6151
58afddc6
WP
61522017-08-07 Weimin Pan <weimin.pan@oracle.com>
6153
6154 * gdb.arch/sparc64-adi.exp: New file.
6155 * gdb.arch/sparc64-adi.c: New file.
6156
5277199a
PA
61572017-08-22 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6160 (top level): Add "list all overloads" tests.
6161
14278e1f
TT
61622017-08-22 Tom Tromey <tom@tromey.com>
6163
6164 * gdb.gdb/xfullpath.exp: Remove.
6165
bf223d3e
PA
61662017-08-21 Pedro Alves <palves@redhat.com>
6167
6168 PR gdb/19487
6169 * gdb.base/symbol-alias.c: New.
6170 * gdb.base/symbol-alias2.c: New.
6171 * gdb.base/symbol-alias.exp: New.
6172
c973d0aa
PA
61732017-08-21 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.base/dfp-test.c
6176 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6177 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6178 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6179 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6180 * gdb.base/whatis-ptype-typedefs.c: New.
6181 * gdb.base/whatis-ptype-typedefs.exp: New.
6182 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6183 (an_int, an_int_type, an_int_type2): New globals.
6184 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6185 involving typedefs and cast expressions.
6186 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6187 (lookup_typedefs_function): New.
6188 (typedefs_pretty_printers_dict): New.
6189 (top level): Register lookup_typedefs_function in
6190 gdb.pretty_printers.
6191
6d580b63
YQ
61922017-08-18 Yao Qi <yao.qi@linaro.org>
6193
6194 * gdb.server/unittest.exp: New.
6195
206726fb
SDJ
61962017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6197
6198 PR gdb/21954
6199 * gdb.base/environ.exp: Add test to check if 'unset environment'
6200 works.
6201
bf0ec4c2
AA
62022017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6203
6204 * lib/gdb.exp (universal_compile_options): New caching proc.
6205 (gdb_compile): Suppress GCC's coloring of messages.
6206
d6382fff
TT
62072017-08-14 Tom Tromey <tom@tromey.com>
6208
6209 PR gdb/21675:
6210 * gdb.base/printcmds.exp (test_radices): New function.
6211 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6212 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6213 * lib/gdb.exp (get_integer_valueof): Use p/d.
6214
c2c2dd9f
SM
62152017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6216
6217 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6218 characters.
6219
fdffd6f4
TT
62202017-08-05 Tom Tromey <tom@tromey.com>
6221
6222 * gdb.rust/simple.exp: Allow String to appear in a different
6223 namespace.
6224
27d41eac
YQ
62252017-07-26 Yao Qi <yao.qi@linaro.org>
6226
6227 * gdb.gdb/unittest.exp: Invoke command
6228 "maintenance check xml-descriptions".
6229
031ed05d
AA
62302017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6231
6232 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6233 calling context.
6234 (hex128): Drop erroneous calculation of parameters.
6235
dcd27ddf
SM
62362017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6237
6238 * gdb.python/py-unwind.exp: Disable stack protection when
6239 building test file.
6240
47e77640
PA
62412017-07-20 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.base/default.exp (set language): Adjust expected output.
6244
62d2a18a
PA
62452017-07-20 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6248 (test_minsym): ... this, and make static.
6249 (get_pck__foo__bar__minsym): Rename to ...
6250 (get_test_minsym): ... this.
6251 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6252 symbol names and comments.
6253 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6254 (get_test_minsym): ... this.
6255 (pck__foo__bar__minsym__2): Rename to ...
6256 (test_minsym): ... this.
6257 (main): Adjust.
6258
c45ec17c
PA
62592017-07-17 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.base/completion.exp: Adjust expected output.
6262 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6263 the completer works.
6264
c6756f62
PA
62652017-07-17 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6268
5bd68487
AB
62692017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6270
6271 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6272
8880f2a9
TT
62732017-07-14 Tom Tromey <tom@tromey.com>
6274
6275 PR rust/21764:
6276 * gdb.rust/simple.exp: Add tests.
6277
65547233
TT
62782017-07-14 Tom Tromey <tom@tromey.com>
6279
6280 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6281
8f14146e
PA
62822017-07-14 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.linespec/base/one/thefile.cc (z1): New function.
6285 * gdb.linespec/base/two/thefile.cc (z2): New function.
6286 * gdb.linespec/linespec.exp: Add tests.
6287
b4365d02
AB
62882017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6289
6290 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6291 to mi_create_breakpoint.
6292
5d2cbaa5
AB
62932017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6294
6295 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6296 mi_create_breakpoint.
6297
11cb5716
IB
62982017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6299
6300 * gdb.dlang/demangle.exp: Update for demangling changes.
6301
03278692
TT
63022017-07-09 Tom Tromey <tom@tromey.com>
6303
6304 * gdb.dwarf2/shortpiece.exp: New file.
6305
33c5cd75
DB
63062017-07-06 David Blaikie <dblaikie@gmail.com>
6307
6308 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6309 built from fissiont-multi-cu{1,2}.c.
6310 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6311 except putting 'main' and 'func' in separate CUs in the same DWO file.
6312 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6313 test.
6314 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6315 test.
6316
8455d262
PA
63172017-07-06 Pedro Alves <palves@redhat.com>
6318
6319 * gdb.python/py-unwind.exp: Test flushregs.
6320
dc4bde35
SDJ
63212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6322
6323 PR cli/21688
6324 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6325 tests for alias commands and trailing whitespace.
6326
51ed89aa
SDJ
63272017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6328
6329 PR cli/21688
6330 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6331 procedure. Call it.
6332
eb17d413
PA
63332017-06-29 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.base/printcmds.exp: Add tests.
6336
41664b45
DG
63372017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6338
6339 PR gdb/21337
6340 * gdb.base/reread-readsym.exp: New file.
6341 * gdb.base/reread-readsym.c: New file.
6342
75312ae3
KB
63432017-06-21 Kevin Buettner <kevinb@redhat.com>
6344
6345 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6346 subpattern.
6347
66953522
PB
63482017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6349
6350 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6351 extended mnemonic.
6352 * gdb.arch/powerpc-power9.s: Likewise.
6353
5524b525
AA
63542017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6355
6356 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6357 on 32-bit x86 targets. Exploit is_*_target macros where
6358 appropriate.
6359
03c8af18
AA
63602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6361
6362 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6363 register pieces.
6364
3bf31011
AA
63652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6366
6367 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6368 located in one or more DWARF pieces.
6369
805acca0
AA
63702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6371
6372 * lib/gdb.exp (get_endianness): New proc.
6373 * gdb.arch/aarch64-fp.exp: Use it.
6374 * gdb.arch/altivec-regs.exp: Likewise.
6375 * gdb.arch/e500-regs.exp: Likewise.
6376 * gdb.arch/vsx-regs.exp: Likewise.
6377 * gdb.base/dump.exp: Likewise.
6378 * gdb.base/funcargs.exp: Likewise.
6379 * gdb.base/gnu_vector.exp: Likewise.
6380 * gdb.dwarf2/formdata16.exp: Likewise.
6381 * gdb.dwarf2/implptrpiece.exp: Likewise.
6382 * gdb.dwarf2/nonvar-access.exp: Likewise.
6383 * gdb.python/py-inferior.exp: Likewise.
6384 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6385
e9352324
AA
63862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6387
6388 PR gdb/21226
6389 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6390 stack value pieces are taken from the LSB end.
6391
d5d1163e
AA
63922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6393
6394 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6395 variable at nonzero offset.
6396
0567c986
AA
63972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6398
6399 * gdb.dwarf2/var-access.c: New file.
6400 * gdb.dwarf2/var-access.exp: New test.
6401 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6402
973e9aab
TT
64032017-06-12 Tom Tromey <tom@tromey.com>
6404
6405 * gdb.dwarf2/formdata16.exp: Add tests.
6406
d9109c80
TT
64072017-06-12 Tom Tromey <tom@tromey.com>
6408
6409 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6410
30a25466
TT
64112017-06-12 Tom Tromey <tom@tromey.com>
6412
6413 PR exp/16225:
6414 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6415 * gdb.arch/vsx-regs.exp: Update tests.
6416 * gdb.arch/s390-vregs.exp (hex128): New proc.
6417 Update test.
6418 * gdb.arch/altivec-regs.exp: Update tests.
6419
aefd8b33
SDJ
64202017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6421
6422 * gdb.base/startup-with-shell.c: New file.
6423 * gdb.base/startup-with-shell.exp: Likewise.
6424
2090129c
SDJ
64252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6426
6427 * gdb.server/non-existing-program.exp: Update regex in order to
6428 reflect the fact that gdbserver is now using fork_inferior (with a
6429 shell) to startup the inferior.
6430
8e86a419
SM
64312017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6432
6433 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6434 support function calls from GDB.
6435
e6cf65f2
TT
64362017-05-21 Tom Tromey <tom@tromey.com>
6437
6438 PR rust/21466:
6439 * gdb.rust/unsized.exp: New file.
6440 * gdb.rust/unsized.rs: New file.
6441
43cc5389
TT
64422017-05-19 Tom Tromey <tom@tromey.com>
6443
6444 PR rust/21484:
6445 * gdb.rust/watch.exp: New file.
6446 * gdb.rust/watch.rs: New file.
6447
ec8df234
TT
64482017-05-18 Tom Tromey <tom@tromey.com>
6449
6450 * gdb.rust/simple.exp: Allow Box to be qualified.
6451
3e3e7fae
TP
64522017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6453
6454 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6455
59cc050d
PA
64562017-05-18 Pedro Alves <palves@redhat.com>
6457
6458 * gdb.base/fileio.c (test_write, test_read, test_close)
6459 (test_fstat): Don't print 'ret' in the fail path.
6460
c8f6abd1
PA
64612017-05-18 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6464 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6465 (test_system, test_rename, test_unlink, test_time): Change
6466 prototypes.
6467 * gdb.base/fileio.exp (stop_msg): Adjust.
6468
d2a03b77
PA
64692017-05-18 Pedro Alves <palves@redhat.com>
6470
6471 * gdb.base/fileio.c (null_str): New global.
6472 (test_stat): Use it.
6473 * gdb.base/fileio.exp: Remove nowarnings.
6474
0d5c6999
YQ
64752017-05-17 Yao Qi <yao.qi@linaro.org>
6476
6477 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6478
21873064
YQ
64792017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6480
6481 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6482 argument command.
6483 (top-level): Invoke test_set_inferior_tty.
6484
d512d31c
PA
64852017-05-04 Pedro Alves <palves@redhat.com>
6486
6487 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6488 Add parens to print call for Python 3.
6489
90cef2ed
KS
64902017-05-03 Keith Seitz <keiths@redhat.com>
6491
6492 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6493 (main): Call it.
6494
14f819c8
TW
64952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6496
6497 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6498 to prev and next.
6499
913aeadd
TW
65002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6501
6502 * gdb.python/py-record-btrace.exp: Remove test for
6503 gdb.BtraceInstruction.error.
6504
a3be24ad
TW
65052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6506
6507 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6508
ae20e79a
TW
65092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6510
6511 * gdb.python/py-record-btrace-threads.c: New file.
6512 * gdb.python/py-record-btrace-threads.exp: New file.
6513
45ce1b47
SDJ
65142017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6515
6516 PR testsuite/8595
6517 * gdb.base/environ.exp: Make test available in all architectures.
6518 Move bits related to "info program" testing to
6519 gdb.base/info-program.exp. Rewrite tests to use the two new
6520 procedures mentione below.
6521 (test_set_show_env_var) New procedure.
6522 (test_set_show_env_var_equal): Likewise.
6523 * gdb.base/info-program.exp: New file.
6524
e15c3eb4
KS
65252017-04-27 Keith Seitz <keiths@redhat.com>
6526
6527 * gdb.cp/oranking.cc (test15): New function.
6528 (main): Call test15 and declare additional variables for testing.
6529 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6530 "p foo101('abc')" tests.
6531 Add tests for cv qualifier overloads.
6532 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6533 "lvalue reference overload" test.
6534 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6535 "print value of f1 on Child&& in f2" test.
6536
3a3fd0fd
PA
65372017-04-19 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6540 procedure.
6541 (top level): Call it.
6542 * lib/gdb.exp (gdb_define_cmd): New procedure.
6543
53375380
PA
65442017-04-12 Pedro Alves <palves@redhat.com>
6545
6546 PR gdb/21323
6547 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6548 (wchar): New global.
6549 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6550 (do_test_wide_char, wide_char_types_no_program, top level): Add
6551 wchar_t testing.
6552
53e710ac
PA
65532017-04-12 Pedro Alves <palves@redhat.com>
6554
6555 PR c++/21323
6556 * gdb.cp/wide_char_types.c: New file.
6557 * gdb.cp/wide_char_types.exp: New file.
6558
0ad9d8c7
SDJ
65592017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6560
6561 PR gdb/21352
6562 * gdb.trace/tsv.exp: Add test for "tsave -r".
6563
b1b45502
IB
65642017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6565
6566 * gdb.dlang/watch-loc.c: New file.
6567 * gdb.dlang/watch-loc.exp: New file.
6568
ec13808e
JK
65692017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6572
fe5f7374
AK
65732017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6574
6575 * gdb.arch/arc-analyze-prologue.S: New file.
6576 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6577
eea78757
AK
65782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6579
6580 * gdb.arch/arc-decode-insn.S: New file.
6581 * gdb.arch/arc-decode-insn.exp: Likewise.
6582
5badf10a
IR
65832017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6584
6585 PR tdep/20928
6586 * gdb.arch/sparc64-regs.exp: New file.
6587 * gdb.arch/sparc64-regs.S: Likewise.
6588
cee59b3f
TW
65892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6590
6591 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6592 and memory view on Python 3.
6593
c0f55cc6
AV
65942017-03-20 Artemiy Volkov <artemiyv@acm.org>
6595 Keith Seitz <keiths@redhat.com>
6596
6597 PR gdb/14441
6598 * gdb.cp/demangle.exp: Add rvalue reference tests.
6599 * gdb.cp/rvalue-ref-casts.cc: New file.
6600 * gdb.cp/rvalue-ref-casts.exp: New file.
6601 * gdb.cp/rvalue-ref-overload.cc: New file.
6602 * gdb.cp/rvalue-ref-overload.exp: New file.
6603 * gdb.cp/rvalue-ref-params.cc: New file.
6604 * gdb.cp/rvalue-ref-params.exp: New file.
6605 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6606 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6607 * gdb.cp/rvalue-ref-types.cc: New file.
6608 * gdb.cp/rvalue-ref-types.exp: New file.
6609 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6610 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6611
51457a05
MAL
66122017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6613
6614 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6615 New procedure.
6616
5b291c04
MAL
66172017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6618
6619 * lib/mi-support.exp (mi_gdb_test): Add additional message
6620 for unexpected output.
6621
59a56148
AA
66222017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6623
6624 * gdb.base/examine-backward.c (Barrier): New character array
6625 constant, to ensure that TestStrings is preceded by a string
6626 terminator.
6627
7942e96e
AA
66282017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6629
6630 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6631 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6632 and implicit pointer into such a location.
6633
6ebac3fb
DE
66342017-03-16 Doug Evans <dje@google.com>
6635
6636 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6637
ec3b243d
TP
66382017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6639
6640 * gdb.cp/m-static.exp: Fix expectation for prototype of
6641 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6642
66432017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6644
6645 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6646 * gdb.guile/scm-lazy-string.c: New file.
6647 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6648 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6649 for pointer, array, typedef lazy strings.
6650
2cc36e25 66512017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6652
6653 PR python/17728, python/18439, python/18779
6654 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6655 * gdb.python/py-lazy-string.c (pointer): New typedef.
6656 (main): New locals ptr, array, typedef_ptr.
6657 * gdb.python/py-value.exp: Move lazy string tests to ...
6658 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6659 array, typedef lazy strings.
ec3b243d 6660
0efcde63
AK
66612017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6662
6663 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6664 Add optional 'test' parameter.
6665
7978d7c3
SM
66662017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6667
6668 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6669 Skip for versions of DejaGnu < 1.5.
6670
896c0c1e
SM
66712017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6672
6673 * lib/gdb.exp (dejagnu_version): New proc.
6674 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6675 Use dejagnu_version.
6676
5f4d1085
KS
66772017-03-10 Keith Seitz <keiths@redhat.com>
6678
6679 PR c++/8128
6680 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6681 type from destructor regexps.
6682 Add a branch which actually passes the test.
6683 Adjust "ptype t5i" test names.
6684
1de05205
PA
66852017-03-08 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.base/step-over-exit.exp: Add explicit test message.
6688
c65d6b55
PA
66892017-03-08 Pedro Alves <palves@redhat.com>
6690
6691 PR gdb/18360
6692 * gdb.threads/interrupt-while-step-over.c: New file.
6693 * gdb.threads/interrupt-while-step-over.exp: New file.
6694
2e86a283
PA
66952017-03-08 Pedro Alves <palves@redhat.com>
6696
6697 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6698 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6699
25dcbff6
PA
67002017-03-08 Pedro Alves <palves@redhat.com>
6701
6702 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6703 PKRU as not supported as a PASS.
6704
dc9366eb
PA
67052017-03-08 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6708 prefix instead of $binfile1/$binfile2.
6709 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6710 in test message.
6711 * gdb.python/py-completion.exp: Use "load python file" as test
6712 messages instead of unstable path names.
6713
6e5d74e7
PA
67142017-03-08 Pedro Alves <palves@redhat.com>
6715 Jan Kratochvil <jan.kratochvil@redhat.com>
6716
6717 PR cli/21218
6718 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6719 New proc.
6720 (top level): Call it.
6721
9753a2f6
PA
67222017-03-08 Pedro Alves <palves@redhat.com>
6723
6724 PR tui/21216
6725 * gdb.tui/tui-nl-filtered-output.exp: New file.
6726
1a4dd9dd
PA
67272017-03-08 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.base/completion.exp: Move TUI completion tests to ...
6730 * gdb.tui/completion.exp: ... this new file.
6731
7cbbff33
PA
67322017-03-08 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/tui-disasm-long-lines.c,
6735 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6736 gdb.base/tui-layout.exp: Move to ...
6737 * gdb.tui/: ... this new directory.
6738
5f6fd321
PA
67392017-03-07 Pedro Alves <palves@redhat.com>
6740
6741 * gdb.base/tui-layout.c: New file.
6742 * gdb.base/tui-layout.exp: New file.
6743
44959fa8
PA
67442017-03-07 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/tui-layout.c: Rename to ...
6747 * gdb.base/tui-disasm-long-lines.c: ... this.
6748 * gdb.base/tui-layout.exp: Rename to ...
6749 * gdb.base/tui-disasm-long-lines.exp: ... this.
6750
f8c4e718
PA
67512017-03-07 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6754
6dbb839a 67552017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6756
6757 * i386-mpx-call.c: New file.
6758 * i386-mpx-call.exp: New file.
6759
65b48a81
PB
67602017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6761
6762 * gdb.arch/powerpc-power.exp: Delete test.
6763 * gdb.arch/powerpc-power.s: Likewise.
6764 * gdb.disasm/disassembler-options.exp: New test.
6765 * gdb.arch/powerpc-altivec.exp: Likewise.
6766 * gdb.arch/powerpc-altivec.s: Likewise.
6767 * gdb.arch/powerpc-altivec2.exp: Likewise.
6768 * gdb.arch/powerpc-altivec2.s: Likewise.
6769 * gdb.arch/powerpc-altivec3.exp: Likewise.
6770 * gdb.arch/powerpc-altivec3.s: Likewise.
6771 * gdb.arch/powerpc-power7.exp: Likewise.
6772 * gdb.arch/powerpc-power7.s: Likewise.
6773 * gdb.arch/powerpc-power8.exp: Likewise.
6774 * gdb.arch/powerpc-power8.s: Likewise.
6775 * gdb.arch/powerpc-power9.exp: Likewise.
6776 * gdb.arch/powerpc-power9.s: Likewise.
6777 * gdb.arch/powerpc-vsx.exp: Likewise.
6778 * gdb.arch/powerpc-vsx.s: Likewise.
6779 * gdb.arch/powerpc-vsx2.exp: Likewise.
6780 * gdb.arch/powerpc-vsx2.s: Likewise.
6781 * gdb.arch/powerpc-vsx3.exp: Likewise.
6782 * gdb.arch/powerpc-vsx3.s: Likewise.
6783 * gdb.arch/arm-disassembler-options.exp: Likewise.
6784 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6785 * gdb.arch/s390-disassembler-options.exp: Likewise.
6786
17cd4947
LM
67872017-02-23 Luis Machado <lgustavo@codesourcery.com>
6788
6789 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6790 (check_supported_features): ... this. Changed return type to void.
6791 (supports_rdseed): New static global.
6792 (rdseed): Check supports_rdseed.
6793 (initialize): Call check_supported_features.
6794
2039d74e
EBM
67952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6796
6797 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6798 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6799 and lqarx/stqcx.
6800 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6801 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6802
a51d7ecf
EBM
68032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6804
6805 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6806 uppercase.
6807
0224619f
JK
68082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6809
6810 * gdb.dwarf2/formdata16.c: New file.
6811 * gdb.dwarf2/formdata16.exp: New file.
6812 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6813
216f72a1
JK
68142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6815
6816 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6817 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6818 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6819 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6820 DW_AT_GNU_*.
6821
43988095
JK
68222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6823
6824 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6825
99e8a4f9
SDJ
68262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6827
6828 PR gdb/21164
6829 * gdb.base/maint.exp: Add testcases for when the commands do
6830 not have arguments.
6831
b58a8c0c
TP
68322017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6833
6834 * gdb.cp/chained-calls.exp: Use p instead of P.
6835
4e746bb6
TW
68362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6837
6838 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6839 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6840
3f77c769
TT
68412017-02-14 Tom Tromey <tom@tromey.com>
6842
6843 PR python/13598:
6844 * gdb.python/py-events.exp: Add before_prompt event tests.
6845
075beec0
AA
68462017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6847
6848 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6849
bf5f525c
LM
68502017-02-13 Luis Machado <lgustavo@codesourcery.com>
6851
6852 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6853 (main): Call my_unique_function_name.
6854 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6855 completion of patterns with a single match.
6856 Add missing -re switches to gdb_test_multiple calls.
6857
13a66184
LM
68582017-02-13 Luis Machado <lgustavo@codesourcery.com>
6859
6860 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6861 return if core file is not recognized.
6862
26a06916
SM
68632017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6864
6865 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6866 and extra UIs.
6867
b761ca9e
SM
68682017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6869
6870 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6871 proc_with_prefix.
6872
b964bee0
TT
68732017-02-10 Tom Tromey <tom@tromey.com>
6874
6875 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6876
18da0c51
MG
68772017-02-10 Martin Galvan <martingalvan@sourceware.org>
6878
6879 PR gdb/21122
6880 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6881
604c4576
JG
68822017-02-08 Jerome Guitton <guitton@adacore.com>
6883
6884 * gdb.base/define.exp: Add test for command abbreviations
6885 in define.
6886
20b477a7
LM
68872017-02-06 Luis Machado <lgustavo@codesourcery.com>
6888
6889 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6890 * gdb.reverse/insn-reverse-x86.c: New file.
6891
3f7b46f2
IR
68922017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6893
6894 PR tdep/20936
6895 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6896
f0fd41c1
TT
68972017-02-03 Tom Tromey <tom@tromey.com>
6898
6899 PR rust/21097:
6900 * gdb.rust/simple.exp: Add new tests.
6901
5be5dbf0
PA
69022017-02-02 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6905 tests.
6906
7346ef59
AA
69072017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6908
6909 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6910 taking a 2-byte value out of a 4-byte DWARF implicit value on
6911 big-endian targets.
6912 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6913 logic. Add test cases for DW_OP_implicit.
6914
787f0025
MM
69152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6916
6917 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6918
68777c29
MM
69192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6920
6921 * gdb.btrace/enable.exp: Call gdb_exit before
6922 skip_gdbserver_tests.
6923
0a1c7e28
MM
69242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6925
6926 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6927 GDBFLAGS.
6928
b5ac99b0
MM
69292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6930
6931 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6932 the test is skipped.
6933 * gdb.btrace/data.exp: Likewise.
6934 * gdb.btrace/delta.exp: Likewise.
6935 * gdb.btrace/dlopen.exp: Likewise.
6936 * gdb.btrace/enable-running.exp: Likewise.
6937 * gdb.btrace/enable.exp: Likewise.
6938 * gdb.btrace/exception.exp: Likewise.
6939 * gdb.btrace/function_call_history.exp: Likewise.
6940 * gdb.btrace/gcore.exp: Likewise.
6941 * gdb.btrace/instruction_history.exp: Likewise.
6942 * gdb.btrace/multi-thread-step.exp: Likewise.
6943 * gdb.btrace/nohist.exp: Likewise.
6944 * gdb.btrace/non-stop.exp: Likewise.
6945 * gdb.btrace/reconnect.exp: Likewise.
6946 * gdb.btrace/record_goto-step.exp: Likewise.
6947 * gdb.btrace/record_goto.exp: Likewise.
6948 * gdb.btrace/rn-dl-bind.exp: Likewise.
6949 * gdb.btrace/segv.exp: Likewise.
6950 * gdb.btrace/step.exp: Likewise.
6951 * gdb.btrace/stepi.exp: Likewise.
6952 * gdb.btrace/tailcall-only.exp: Likewise.
6953 * gdb.btrace/tailcall.exp: Likewise.
6954 * gdb.btrace/tsx.exp: Likewise.
6955 * gdb.btrace/unknown_functions.exp: Likewise.
6956 * gdb.btrace/vdso.exp: Likewise.
6957
cd4007e4
MM
69582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6959
6960 * gdb.btrace/enable-running.c: New.
6961 * gdb.btrace/enable-running.exp: New.
6962
2735833d
WT
69632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6964
6965 * gdb.arch/amd64-gs_base.c: New file.
6966 * gdb.arch/amd64-gs_base.exp: New file.
6967
b51e1e94
LM
69682017-01-26 Luis Machado <lgustavo@codesourcery.com>
6969
6970 * lib/memory.exp: Remove spurious empty newlines.
6971
72ca0410
SM
69722017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6973
6974 * gdb.python/py-bad-printers.exp: Load python file using "source".
6975 * gdb.python/py-events.exp: Likewise.
6976 * gdb.python/py-evsignal.exp: Likewise.
6977 * gdb.python/py-evthreads.exp: Likewise.
6978 * gdb.python/py-frame-args.exp: Likewise.
6979 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6980 * gdb.python/py-framefilter-mi.exp: Likewise.
6981 * gdb.python/py-framefilter.exp: Likewise.
6982 * gdb.python/py-mi.exp: Likewise.
6983 * gdb.python/py-pp-maint.exp: Likewise.
6984 * gdb.python/py-pp-registration.exp: Likewise.
6985 * gdb.python/py-prettyprint.exp: Likewise.
6986 (run_lang_tests): Likewise.
6987 * gdb.python/py-typeprint.exp: Likewise.
6988
e309aa65
LM
69892017-01-26 Luis Machado <lgustavo@codesourcery.com>
6990
6991 * lib/memory.exp: New file.
6992 * lib/gdb.exp: Load memory.exp.
6993 * gdb.base/memattr.exp (delete_memory): Move proc to
6994 lib/memory.exp and rename to delete_memory_regions.
6995 Replace delete_memory with delete_memory_regions.
6996 Cleanup memory regions before tests.
6997 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6998 before tests.
6999
515aff23
LM
70002017-01-26 Luis Machado <lgustavo@codesourcery.com>
7001
7002 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7003 files.
7004 (initialize): New function conditionally defined.
7005 (testcases): Move within conditional block.
7006 (main): Call initialize.
7007 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7008 of gdb.reverse/insn-reverse.c.
7009 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7010 gdb.reverse/insn-reverse.c.
7011
d8b49cf0
YQ
70122017-01-26 Yao Qi <yao.qi@linaro.org>
7013
7014 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7015 disassemble on address 0.
7016
f13a9a0c
YQ
70172017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7018 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7021 * gdb.dwarf2/implptr-64bit.S: Remove.
7022 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7023 variables in caller's context. Add DW_OP_implicit_value.
7024
5ac95241
YQ
70252017-01-25 Yao Qi <yao.qi@linaro.org>
7026
7027 * lib/dwarf.exp (Dwarf::_location): Handle
7028 DW_OP_GNU_implicit_pointer with proper size.
7029
23e82930
LM
70302017-01-20 Luis Machado <lgustavo@codesourcery.com>
7031
7032 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7033 and add untested calls.
7034
d334ae25
LM
70352017-01-20 Luis Machado <lgustavo@codesourcery.com>
7036
7037 * gdb.python/python.exp: Check line number against what GDB thinks
7038 the line number is for func1.
7039
f5e6296e
IB
70402017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7041
7042 * gdb.dlang/debug-expr.exp: New file.
7043
5b362f04
LM
70442016-12-23 Luis Machado <lgustavo@codesourcery.com>
7045
7046 Fix test names for the following files:
7047
7048 * gdb.ada/exec_changed.exp
7049 * gdb.ada/info_types.exp
7050 * gdb.arch/aarch64-atomic-inst.exp
7051 * gdb.arch/aarch64-fp.exp
7052 * gdb.arch/altivec-abi.exp
7053 * gdb.arch/altivec-regs.exp
7054 * gdb.arch/amd64-byte.exp
7055 * gdb.arch/amd64-disp-step.exp
7056 * gdb.arch/amd64-dword.exp
7057 * gdb.arch/amd64-entry-value-inline.exp
7058 * gdb.arch/amd64-entry-value-param.exp
7059 * gdb.arch/amd64-entry-value-paramref.exp
7060 * gdb.arch/amd64-entry-value.exp
7061 * gdb.arch/amd64-i386-address.exp
7062 * gdb.arch/amd64-invalid-stack-middle.exp
7063 * gdb.arch/amd64-invalid-stack-top.exp
7064 * gdb.arch/amd64-optimout-repeat.exp
7065 * gdb.arch/amd64-prologue-skip.exp
7066 * gdb.arch/amd64-prologue-xmm.exp
7067 * gdb.arch/amd64-stap-special-operands.exp
7068 * gdb.arch/amd64-stap-wrong-subexp.exp
7069 * gdb.arch/amd64-tailcall-cxx.exp
7070 * gdb.arch/amd64-tailcall-noret.exp
7071 * gdb.arch/amd64-tailcall-ret.exp
7072 * gdb.arch/amd64-tailcall-self.exp
7073 * gdb.arch/amd64-word.exp
7074 * gdb.arch/arm-bl-branch-dest.exp
7075 * gdb.arch/arm-disp-step.exp
7076 * gdb.arch/arm-neon.exp
7077 * gdb.arch/arm-single-step-kernel-helper.exp
7078 * gdb.arch/avr-flash-qualifier.exp
7079 * gdb.arch/disp-step-insn-reloc.exp
7080 * gdb.arch/e500-abi.exp
7081 * gdb.arch/e500-regs.exp
7082 * gdb.arch/ftrace-insn-reloc.exp
7083 * gdb.arch/i386-avx512.exp
7084 * gdb.arch/i386-bp_permanent.exp
7085 * gdb.arch/i386-byte.exp
7086 * gdb.arch/i386-cfi-notcurrent.exp
7087 * gdb.arch/i386-disp-step.exp
7088 * gdb.arch/i386-dr3-watch.exp
7089 * gdb.arch/i386-float.exp
7090 * gdb.arch/i386-gnu-cfi.exp
7091 * gdb.arch/i386-mpx-map.exp
7092 * gdb.arch/i386-mpx-sigsegv.exp
7093 * gdb.arch/i386-mpx-simple_segv.exp
7094 * gdb.arch/i386-mpx.exp
7095 * gdb.arch/i386-permbkpt.exp
7096 * gdb.arch/i386-prologue.exp
7097 * gdb.arch/i386-signal.exp
7098 * gdb.arch/i386-size-overlap.exp
7099 * gdb.arch/i386-unwind.exp
7100 * gdb.arch/i386-word.exp
7101 * gdb.arch/mips-fcr.exp
7102 * gdb.arch/powerpc-d128-regs.exp
7103 * gdb.arch/powerpc-stackless.exp
7104 * gdb.arch/ppc64-atomic-inst.exp
7105 * gdb.arch/s390-stackless.exp
7106 * gdb.arch/s390-tdbregs.exp
7107 * gdb.arch/s390-vregs.exp
7108 * gdb.arch/sparc-sysstep.exp
7109 * gdb.arch/thumb-bx-pc.exp
7110 * gdb.arch/thumb-singlestep.exp
7111 * gdb.arch/thumb2-it.exp
7112 * gdb.arch/vsx-regs.exp
7113 * gdb.asm/asm-source.exp
7114 * gdb.base/a2-run.exp
7115 * gdb.base/advance.exp
7116 * gdb.base/all-bin.exp
7117 * gdb.base/anon.exp
7118 * gdb.base/args.exp
7119 * gdb.base/arithmet.exp
7120 * gdb.base/async-shell.exp
7121 * gdb.base/async.exp
7122 * gdb.base/attach-pie-noexec.exp
7123 * gdb.base/attach-twice.exp
7124 * gdb.base/auto-load.exp
7125 * gdb.base/bang.exp
7126 * gdb.base/bitfields.exp
7127 * gdb.base/break-always.exp
7128 * gdb.base/break-caller-line.exp
7129 * gdb.base/break-entry.exp
7130 * gdb.base/break-inline.exp
7131 * gdb.base/break-on-linker-gcd-function.exp
7132 * gdb.base/break-probes.exp
7133 * gdb.base/break.exp
7134 * gdb.base/breakpoint-shadow.exp
7135 * gdb.base/call-ar-st.exp
7136 * gdb.base/call-sc.exp
7137 * gdb.base/call-signal-resume.exp
7138 * gdb.base/call-strs.exp
7139 * gdb.base/callfuncs.exp
7140 * gdb.base/catch-fork-static.exp
7141 * gdb.base/catch-gdb-caused-signals.exp
7142 * gdb.base/catch-load.exp
7143 * gdb.base/catch-signal-fork.exp
7144 * gdb.base/catch-signal.exp
7145 * gdb.base/catch-syscall.exp
7146 * gdb.base/charset.exp
7147 * gdb.base/checkpoint.exp
7148 * gdb.base/chng-syms.exp
7149 * gdb.base/code-expr.exp
7150 * gdb.base/code_elim.exp
7151 * gdb.base/commands.exp
7152 * gdb.base/completion.exp
7153 * gdb.base/complex.exp
7154 * gdb.base/cond-expr.exp
7155 * gdb.base/condbreak.exp
7156 * gdb.base/consecutive.exp
7157 * gdb.base/continue-all-already-running.exp
7158 * gdb.base/coredump-filter.exp
7159 * gdb.base/corefile.exp
7160 * gdb.base/dbx.exp
7161 * gdb.base/debug-expr.exp
7162 * gdb.base/define.exp
7163 * gdb.base/del.exp
7164 * gdb.base/disabled-location.exp
7165 * gdb.base/disasm-end-cu.exp
7166 * gdb.base/disasm-optim.exp
7167 * gdb.base/display.exp
7168 * gdb.base/duplicate-bp.exp
7169 * gdb.base/ena-dis-br.exp
7170 * gdb.base/ending-run.exp
7171 * gdb.base/enumval.exp
7172 * gdb.base/environ.exp
7173 * gdb.base/eu-strip-infcall.exp
7174 * gdb.base/eval-avoid-side-effects.exp
7175 * gdb.base/eval-skip.exp
7176 * gdb.base/exitsignal.exp
7177 * gdb.base/expand-psymtabs.exp
7178 * gdb.base/filesym.exp
7179 * gdb.base/find-unmapped.exp
7180 * gdb.base/finish.exp
7181 * gdb.base/float.exp
7182 * gdb.base/foll-exec-mode.exp
7183 * gdb.base/foll-exec.exp
7184 * gdb.base/foll-fork.exp
7185 * gdb.base/fortran-sym-case.exp
7186 * gdb.base/freebpcmd.exp
7187 * gdb.base/func-ptr.exp
7188 * gdb.base/func-ptrs.exp
7189 * gdb.base/funcargs.exp
7190 * gdb.base/gcore-buffer-overflow.exp
7191 * gdb.base/gcore-relro-pie.exp
7192 * gdb.base/gcore-relro.exp
7193 * gdb.base/gcore.exp
7194 * gdb.base/gdb1090.exp
7195 * gdb.base/gdb11530.exp
7196 * gdb.base/gdb11531.exp
7197 * gdb.base/gdb1821.exp
7198 * gdb.base/gdbindex-stabs.exp
7199 * gdb.base/gdbvars.exp
7200 * gdb.base/hbreak.exp
7201 * gdb.base/hbreak2.exp
7202 * gdb.base/included.exp
7203 * gdb.base/infcall-input.exp
7204 * gdb.base/inferior-died.exp
7205 * gdb.base/infnan.exp
7206 * gdb.base/info-macros.exp
7207 * gdb.base/info-os.exp
7208 * gdb.base/info-proc.exp
7209 * gdb.base/info-shared.exp
7210 * gdb.base/info-target.exp
7211 * gdb.base/infoline.exp
7212 * gdb.base/interp.exp
7213 * gdb.base/interrupt.exp
7214 * gdb.base/jit-reader.exp
7215 * gdb.base/jit-simple.exp
7216 * gdb.base/kill-after-signal.exp
7217 * gdb.base/kill-detach-inferiors-cmd.exp
7218 * gdb.base/label.exp
7219 * gdb.base/langs.exp
7220 * gdb.base/ldbl_e308.exp
7221 * gdb.base/line-symtabs.exp
7222 * gdb.base/linespecs.exp
7223 * gdb.base/list.exp
7224 * gdb.base/long_long.exp
7225 * gdb.base/longest-types.exp
7226 * gdb.base/maint.exp
7227 * gdb.base/max-value-size.exp
7228 * gdb.base/memattr.exp
7229 * gdb.base/mips_pro.exp
7230 * gdb.base/morestack.exp
7231 * gdb.base/moribund-step.exp
7232 * gdb.base/multi-forks.exp
7233 * gdb.base/nested-addr.exp
7234 * gdb.base/nextoverexit.exp
7235 * gdb.base/noreturn-finish.exp
7236 * gdb.base/noreturn-return.exp
7237 * gdb.base/nostdlib.exp
7238 * gdb.base/offsets.exp
7239 * gdb.base/opaque.exp
7240 * gdb.base/pc-fp.exp
7241 * gdb.base/permissions.exp
7242 * gdb.base/print-symbol-loading.exp
7243 * gdb.base/prologue-include.exp
7244 * gdb.base/psymtab.exp
7245 * gdb.base/ptype.exp
7246 * gdb.base/random-signal.exp
7247 * gdb.base/randomize.exp
7248 * gdb.base/range-stepping.exp
7249 * gdb.base/readline-ask.exp
7250 * gdb.base/recpar.exp
7251 * gdb.base/recurse.exp
7252 * gdb.base/relational.exp
7253 * gdb.base/restore.exp
7254 * gdb.base/return-nodebug.exp
7255 * gdb.base/return.exp
7256 * gdb.base/run-after-attach.exp
7257 * gdb.base/save-bp.exp
7258 * gdb.base/scope.exp
7259 * gdb.base/sect-cmd.exp
7260 * gdb.base/set-lang-auto.exp
7261 * gdb.base/set-noassign.exp
7262 * gdb.base/setvar.exp
7263 * gdb.base/sigall.exp
7264 * gdb.base/sigbpt.exp
7265 * gdb.base/siginfo-addr.exp
7266 * gdb.base/siginfo-infcall.exp
7267 * gdb.base/siginfo-obj.exp
7268 * gdb.base/siginfo.exp
7269 * gdb.base/signals-state-child.exp
7270 * gdb.base/signest.exp
7271 * gdb.base/sigstep.exp
7272 * gdb.base/sizeof.exp
7273 * gdb.base/skip.exp
7274 * gdb.base/solib-corrupted.exp
7275 * gdb.base/solib-nodir.exp
7276 * gdb.base/solib-search.exp
7277 * gdb.base/stack-checking.exp
7278 * gdb.base/stale-infcall.exp
7279 * gdb.base/stap-probe.exp
7280 * gdb.base/start.exp
7281 * gdb.base/step-break.exp
7282 * gdb.base/step-bt.exp
7283 * gdb.base/step-line.exp
7284 * gdb.base/step-over-exit.exp
7285 * gdb.base/step-over-syscall.exp
7286 * gdb.base/step-resume-infcall.exp
7287 * gdb.base/step-test.exp
7288 * gdb.base/store.exp
7289 * gdb.base/structs3.exp
7290 * gdb.base/sym-file.exp
7291 * gdb.base/symbol-without-target_section.exp
7292 * gdb.base/term.exp
7293 * gdb.base/testenv.exp
7294 * gdb.base/ui-redirect.exp
7295 * gdb.base/until.exp
7296 * gdb.base/unwindonsignal.exp
7297 * gdb.base/value-double-free.exp
7298 * gdb.base/vla-datatypes.exp
7299 * gdb.base/vla-ptr.exp
7300 * gdb.base/vla-sideeffect.exp
7301 * gdb.base/volatile.exp
7302 * gdb.base/watch-cond-infcall.exp
7303 * gdb.base/watch-cond.exp
7304 * gdb.base/watch-non-mem.exp
7305 * gdb.base/watch-read.exp
7306 * gdb.base/watch-vfork.exp
7307 * gdb.base/watchpoint-cond-gone.exp
7308 * gdb.base/watchpoint-delete.exp
7309 * gdb.base/watchpoint-hw-hit-once.exp
7310 * gdb.base/watchpoint-hw.exp
7311 * gdb.base/watchpoint-stops-at-right-insn.exp
7312 * gdb.base/watchpoints.exp
7313 * gdb.base/wchar.exp
7314 * gdb.base/whatis-exp.exp
7315 * gdb.btrace/buffer-size.exp
7316 * gdb.btrace/data.exp
7317 * gdb.btrace/delta.exp
7318 * gdb.btrace/dlopen.exp
7319 * gdb.btrace/enable.exp
7320 * gdb.btrace/exception.exp
7321 * gdb.btrace/function_call_history.exp
7322 * gdb.btrace/gcore.exp
7323 * gdb.btrace/instruction_history.exp
7324 * gdb.btrace/nohist.exp
7325 * gdb.btrace/reconnect.exp
7326 * gdb.btrace/record_goto-step.exp
7327 * gdb.btrace/record_goto.exp
7328 * gdb.btrace/rn-dl-bind.exp
7329 * gdb.btrace/segv.exp
7330 * gdb.btrace/step.exp
7331 * gdb.btrace/stepi.exp
7332 * gdb.btrace/tailcall-only.exp
7333 * gdb.btrace/tailcall.exp
7334 * gdb.btrace/tsx.exp
7335 * gdb.btrace/unknown_functions.exp
7336 * gdb.btrace/vdso.exp
7337 * gdb.compile/compile-ifunc.exp
7338 * gdb.compile/compile-ops.exp
7339 * gdb.compile/compile-print.exp
7340 * gdb.compile/compile-setjmp.exp
7341 * gdb.cp/abstract-origin.exp
7342 * gdb.cp/ambiguous.exp
7343 * gdb.cp/annota2.exp
7344 * gdb.cp/annota3.exp
7345 * gdb.cp/anon-ns.exp
7346 * gdb.cp/anon-struct.exp
7347 * gdb.cp/anon-union.exp
7348 * gdb.cp/arg-reference.exp
7349 * gdb.cp/baseenum.exp
7350 * gdb.cp/bool.exp
7351 * gdb.cp/breakpoint.exp
7352 * gdb.cp/bs15503.exp
7353 * gdb.cp/call-c.exp
7354 * gdb.cp/casts.exp
7355 * gdb.cp/chained-calls.exp
7356 * gdb.cp/class2.exp
7357 * gdb.cp/classes.exp
7358 * gdb.cp/cmpd-minsyms.exp
7359 * gdb.cp/converts.exp
7360 * gdb.cp/cp-relocate.exp
7361 * gdb.cp/cpcompletion.exp
7362 * gdb.cp/cpexprs.exp
7363 * gdb.cp/cplabel.exp
7364 * gdb.cp/cplusfuncs.exp
7365 * gdb.cp/cpsizeof.exp
7366 * gdb.cp/ctti.exp
7367 * gdb.cp/derivation.exp
7368 * gdb.cp/destrprint.exp
7369 * gdb.cp/dispcxx.exp
7370 * gdb.cp/enum-class.exp
7371 * gdb.cp/exception.exp
7372 * gdb.cp/exceptprint.exp
7373 * gdb.cp/expand-psymtabs-cxx.exp
7374 * gdb.cp/expand-sals.exp
7375 * gdb.cp/extern-c.exp
7376 * gdb.cp/filename.exp
7377 * gdb.cp/formatted-ref.exp
7378 * gdb.cp/fpointer.exp
7379 * gdb.cp/gdb1355.exp
7380 * gdb.cp/gdb2495.exp
7381 * gdb.cp/hang.exp
7382 * gdb.cp/impl-this.exp
7383 * gdb.cp/infcall-dlopen.exp
7384 * gdb.cp/inherit.exp
7385 * gdb.cp/iostream.exp
7386 * gdb.cp/koenig.exp
7387 * gdb.cp/local.exp
7388 * gdb.cp/m-data.exp
7389 * gdb.cp/m-static.exp
7390 * gdb.cp/mb-ctor.exp
7391 * gdb.cp/mb-inline.exp
7392 * gdb.cp/mb-templates.exp
7393 * gdb.cp/member-name.exp
7394 * gdb.cp/member-ptr.exp
7395 * gdb.cp/meth-typedefs.exp
7396 * gdb.cp/method.exp
7397 * gdb.cp/method2.exp
7398 * gdb.cp/minsym-fallback.exp
7399 * gdb.cp/misc.exp
7400 * gdb.cp/namelessclass.exp
7401 * gdb.cp/namespace-enum.exp
7402 * gdb.cp/namespace-nested-import.exp
7403 * gdb.cp/namespace.exp
7404 * gdb.cp/nextoverthrow.exp
7405 * gdb.cp/no-dmgl-verbose.exp
7406 * gdb.cp/non-trivial-retval.exp
7407 * gdb.cp/noparam.exp
7408 * gdb.cp/nsdecl.exp
7409 * gdb.cp/nsimport.exp
7410 * gdb.cp/nsnested.exp
7411 * gdb.cp/nsnoimports.exp
7412 * gdb.cp/nsrecurs.exp
7413 * gdb.cp/nsstress.exp
7414 * gdb.cp/nsusing.exp
7415 * gdb.cp/operator.exp
7416 * gdb.cp/oranking.exp
7417 * gdb.cp/overload-const.exp
7418 * gdb.cp/overload.exp
7419 * gdb.cp/ovldbreak.exp
7420 * gdb.cp/ovsrch.exp
7421 * gdb.cp/paren-type.exp
7422 * gdb.cp/parse-lang.exp
7423 * gdb.cp/pass-by-ref.exp
7424 * gdb.cp/pr-1023.exp
7425 * gdb.cp/pr-1210.exp
7426 * gdb.cp/pr-574.exp
7427 * gdb.cp/pr10687.exp
7428 * gdb.cp/pr12028.exp
7429 * gdb.cp/pr17132.exp
7430 * gdb.cp/pr17494.exp
7431 * gdb.cp/pr9067.exp
7432 * gdb.cp/pr9167.exp
7433 * gdb.cp/pr9631.exp
7434 * gdb.cp/printmethod.exp
7435 * gdb.cp/psmang.exp
7436 * gdb.cp/psymtab-parameter.exp
7437 * gdb.cp/ptype-cv-cp.exp
7438 * gdb.cp/ptype-flags.exp
7439 * gdb.cp/re-set-overloaded.exp
7440 * gdb.cp/ref-types.exp
7441 * gdb.cp/rtti.exp
7442 * gdb.cp/scope-err.exp
7443 * gdb.cp/shadow.exp
7444 * gdb.cp/smartp.exp
7445 * gdb.cp/static-method.exp
7446 * gdb.cp/static-print-quit.exp
7447 * gdb.cp/temargs.exp
7448 * gdb.cp/templates.exp
7449 * gdb.cp/try_catch.exp
7450 * gdb.cp/typedef-operator.exp
7451 * gdb.cp/typeid.exp
7452 * gdb.cp/userdef.exp
7453 * gdb.cp/using-crash.exp
7454 * gdb.cp/var-tag.exp
7455 * gdb.cp/virtbase.exp
7456 * gdb.cp/virtfunc.exp
7457 * gdb.cp/virtfunc2.exp
7458 * gdb.cp/vla-cxx.exp
7459 * gdb.disasm/t01_mov.exp
7460 * gdb.disasm/t02_mova.exp
7461 * gdb.disasm/t03_add.exp
7462 * gdb.disasm/t04_sub.exp
7463 * gdb.disasm/t05_cmp.exp
7464 * gdb.disasm/t06_ari2.exp
7465 * gdb.disasm/t07_ari3.exp
7466 * gdb.disasm/t08_or.exp
7467 * gdb.disasm/t09_xor.exp
7468 * gdb.disasm/t10_and.exp
7469 * gdb.disasm/t11_logs.exp
7470 * gdb.disasm/t12_bit.exp
7471 * gdb.disasm/t13_otr.exp
7472 * gdb.dlang/circular.exp
7473 * gdb.dwarf2/arr-stride.exp
7474 * gdb.dwarf2/arr-subrange.exp
7475 * gdb.dwarf2/atomic-type.exp
7476 * gdb.dwarf2/bad-regnum.exp
7477 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7478 * gdb.dwarf2/callframecfa.exp
7479 * gdb.dwarf2/clztest.exp
7480 * gdb.dwarf2/corrupt.exp
7481 * gdb.dwarf2/data-loc.exp
7482 * gdb.dwarf2/dup-psym.exp
7483 * gdb.dwarf2/dw2-anon-mptr.exp
7484 * gdb.dwarf2/dw2-anonymous-func.exp
7485 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7486 * gdb.dwarf2/dw2-bad-unresolved.exp
7487 * gdb.dwarf2/dw2-basic.exp
7488 * gdb.dwarf2/dw2-canonicalize-type.exp
7489 * gdb.dwarf2/dw2-case-insensitive.exp
7490 * gdb.dwarf2/dw2-common-block.exp
7491 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7492 * gdb.dwarf2/dw2-compressed.exp
7493 * gdb.dwarf2/dw2-const.exp
7494 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7495 * gdb.dwarf2/dw2-cu-size.exp
7496 * gdb.dwarf2/dw2-dup-frame.exp
7497 * gdb.dwarf2/dw2-entry-value.exp
7498 * gdb.dwarf2/dw2-icycle.exp
7499 * gdb.dwarf2/dw2-ifort-parameter.exp
7500 * gdb.dwarf2/dw2-inline-break.exp
7501 * gdb.dwarf2/dw2-inline-param.exp
7502 * gdb.dwarf2/dw2-intercu.exp
7503 * gdb.dwarf2/dw2-intermix.exp
7504 * gdb.dwarf2/dw2-lexical-block-bare.exp
7505 * gdb.dwarf2/dw2-linkage-name-trust.exp
7506 * gdb.dwarf2/dw2-minsym-in-cu.exp
7507 * gdb.dwarf2/dw2-noloc.exp
7508 * gdb.dwarf2/dw2-op-call.exp
7509 * gdb.dwarf2/dw2-op-out-param.exp
7510 * gdb.dwarf2/dw2-opt-structptr.exp
7511 * gdb.dwarf2/dw2-param-error.exp
7512 * gdb.dwarf2/dw2-producer.exp
7513 * gdb.dwarf2/dw2-ranges-base.exp
7514 * gdb.dwarf2/dw2-ref-missing-frame.exp
7515 * gdb.dwarf2/dw2-reg-undefined.exp
7516 * gdb.dwarf2/dw2-regno-invalid.exp
7517 * gdb.dwarf2/dw2-restore.exp
7518 * gdb.dwarf2/dw2-restrict.exp
7519 * gdb.dwarf2/dw2-single-line-discriminators.exp
7520 * gdb.dwarf2/dw2-strp.exp
7521 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7522 * gdb.dwarf2/dw2-unresolved.exp
7523 * gdb.dwarf2/dw2-var-zero-addr.exp
7524 * gdb.dwarf2/dw4-sig-types.exp
7525 * gdb.dwarf2/dwz.exp
7526 * gdb.dwarf2/dynarr-ptr.exp
7527 * gdb.dwarf2/enum-type.exp
7528 * gdb.dwarf2/gdb-index.exp
7529 * gdb.dwarf2/implptr-64bit.exp
7530 * gdb.dwarf2/implptr-optimized-out.exp
7531 * gdb.dwarf2/implptr.exp
7532 * gdb.dwarf2/implref-array.exp
7533 * gdb.dwarf2/implref-const.exp
7534 * gdb.dwarf2/implref-global.exp
7535 * gdb.dwarf2/implref-struct.exp
7536 * gdb.dwarf2/mac-fileno.exp
7537 * gdb.dwarf2/main-subprogram.exp
7538 * gdb.dwarf2/member-ptr-forwardref.exp
7539 * gdb.dwarf2/method-ptr.exp
7540 * gdb.dwarf2/missing-sig-type.exp
7541 * gdb.dwarf2/nonvar-access.exp
7542 * gdb.dwarf2/opaque-type-lookup.exp
7543 * gdb.dwarf2/pieces-optimized-out.exp
7544 * gdb.dwarf2/pieces.exp
7545 * gdb.dwarf2/pr10770.exp
7546 * gdb.dwarf2/pr13961.exp
7547 * gdb.dwarf2/staticvirtual.exp
7548 * gdb.dwarf2/subrange.exp
7549 * gdb.dwarf2/symtab-producer.exp
7550 * gdb.dwarf2/trace-crash.exp
7551 * gdb.dwarf2/typeddwarf.exp
7552 * gdb.dwarf2/valop.exp
7553 * gdb.dwarf2/watch-notconst.exp
7554 * gdb.fortran/array-element.exp
7555 * gdb.fortran/charset.exp
7556 * gdb.fortran/common-block.exp
7557 * gdb.fortran/complex.exp
7558 * gdb.fortran/derived-type-function.exp
7559 * gdb.fortran/derived-type.exp
7560 * gdb.fortran/logical.exp
7561 * gdb.fortran/module.exp
7562 * gdb.fortran/multi-dim.exp
7563 * gdb.fortran/nested-funcs.exp
7564 * gdb.fortran/print-formatted.exp
7565 * gdb.fortran/subarray.exp
7566 * gdb.fortran/vla-alloc-assoc.exp
7567 * gdb.fortran/vla-datatypes.exp
7568 * gdb.fortran/vla-history.exp
7569 * gdb.fortran/vla-ptr-info.exp
7570 * gdb.fortran/vla-ptype-sub.exp
7571 * gdb.fortran/vla-ptype.exp
7572 * gdb.fortran/vla-sizeof.exp
7573 * gdb.fortran/vla-type.exp
7574 * gdb.fortran/vla-value-sub-arbitrary.exp
7575 * gdb.fortran/vla-value-sub-finish.exp
7576 * gdb.fortran/vla-value-sub.exp
7577 * gdb.fortran/vla-value.exp
7578 * gdb.fortran/whatis_type.exp
7579 * gdb.go/chan.exp
7580 * gdb.go/handcall.exp
7581 * gdb.go/hello.exp
7582 * gdb.go/integers.exp
7583 * gdb.go/methods.exp
7584 * gdb.go/package.exp
7585 * gdb.go/strings.exp
7586 * gdb.go/types.exp
7587 * gdb.go/unsafe.exp
7588 * gdb.guile/scm-arch.exp
7589 * gdb.guile/scm-block.exp
7590 * gdb.guile/scm-breakpoint.exp
7591 * gdb.guile/scm-cmd.exp
7592 * gdb.guile/scm-disasm.exp
7593 * gdb.guile/scm-equal.exp
7594 * gdb.guile/scm-frame-args.exp
7595 * gdb.guile/scm-frame-inline.exp
7596 * gdb.guile/scm-frame.exp
7597 * gdb.guile/scm-iterator.exp
7598 * gdb.guile/scm-math.exp
7599 * gdb.guile/scm-objfile.exp
7600 * gdb.guile/scm-ports.exp
7601 * gdb.guile/scm-symbol.exp
7602 * gdb.guile/scm-symtab.exp
7603 * gdb.guile/scm-value-cc.exp
7604 * gdb.guile/types-module.exp
7605 * gdb.linespec/break-ask.exp
7606 * gdb.linespec/cpexplicit.exp
7607 * gdb.linespec/explicit.exp
7608 * gdb.linespec/keywords.exp
7609 * gdb.linespec/linespec.exp
7610 * gdb.linespec/ls-dollar.exp
7611 * gdb.linespec/ls-errs.exp
7612 * gdb.linespec/skip-two.exp
7613 * gdb.linespec/thread.exp
7614 * gdb.mi/mi-async.exp
7615 * gdb.mi/mi-basics.exp
7616 * gdb.mi/mi-break.exp
7617 * gdb.mi/mi-catch-load.exp
7618 * gdb.mi/mi-cli.exp
7619 * gdb.mi/mi-cmd-param-changed.exp
7620 * gdb.mi/mi-console.exp
7621 * gdb.mi/mi-detach.exp
7622 * gdb.mi/mi-disassemble.exp
7623 * gdb.mi/mi-eval.exp
7624 * gdb.mi/mi-file-transfer.exp
7625 * gdb.mi/mi-file.exp
7626 * gdb.mi/mi-fill-memory.exp
7627 * gdb.mi/mi-inheritance-syntax-error.exp
7628 * gdb.mi/mi-linespec-err-cp.exp
7629 * gdb.mi/mi-logging.exp
7630 * gdb.mi/mi-memory-changed.exp
7631 * gdb.mi/mi-read-memory.exp
7632 * gdb.mi/mi-record-changed.exp
7633 * gdb.mi/mi-reg-undefined.exp
7634 * gdb.mi/mi-regs.exp
7635 * gdb.mi/mi-return.exp
7636 * gdb.mi/mi-reverse.exp
7637 * gdb.mi/mi-simplerun.exp
7638 * gdb.mi/mi-solib.exp
7639 * gdb.mi/mi-stack.exp
7640 * gdb.mi/mi-stepi.exp
7641 * gdb.mi/mi-syn-frame.exp
7642 * gdb.mi/mi-until.exp
7643 * gdb.mi/mi-var-block.exp
7644 * gdb.mi/mi-var-child.exp
7645 * gdb.mi/mi-var-cmd.exp
7646 * gdb.mi/mi-var-cp.exp
7647 * gdb.mi/mi-var-display.exp
7648 * gdb.mi/mi-var-invalidate.exp
7649 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7650 * gdb.mi/mi-vla-fortran.exp
7651 * gdb.mi/mi-watch.exp
7652 * gdb.mi/mi2-var-child.exp
7653 * gdb.mi/user-selected-context-sync.exp
7654 * gdb.modula2/unbounded-array.exp
7655 * gdb.multi/dummy-frame-restore.exp
7656 * gdb.multi/multi-arch-exec.exp
7657 * gdb.multi/multi-arch.exp
7658 * gdb.multi/tids.exp
7659 * gdb.multi/watchpoint-multi.exp
7660 * gdb.opencl/callfuncs.exp
7661 * gdb.opencl/convs_casts.exp
7662 * gdb.opencl/datatypes.exp
7663 * gdb.opencl/operators.exp
7664 * gdb.opencl/vec_comps.exp
7665 * gdb.opt/clobbered-registers-O2.exp
7666 * gdb.opt/inline-break.exp
7667 * gdb.opt/inline-bt.exp
7668 * gdb.opt/inline-cmds.exp
7669 * gdb.opt/inline-locals.exp
7670 * gdb.pascal/case-insensitive-symbols.exp
7671 * gdb.pascal/floats.exp
7672 * gdb.pascal/gdb11492.exp
7673 * gdb.python/lib-types.exp
7674 * gdb.python/py-arch.exp
7675 * gdb.python/py-as-string.exp
7676 * gdb.python/py-bad-printers.exp
7677 * gdb.python/py-block.exp
7678 * gdb.python/py-breakpoint-create-fail.exp
7679 * gdb.python/py-breakpoint.exp
7680 * gdb.python/py-caller-is.exp
7681 * gdb.python/py-cmd.exp
7682 * gdb.python/py-explore-cc.exp
7683 * gdb.python/py-explore.exp
7684 * gdb.python/py-finish-breakpoint.exp
7685 * gdb.python/py-finish-breakpoint2.exp
7686 * gdb.python/py-frame-args.exp
7687 * gdb.python/py-frame-inline.exp
7688 * gdb.python/py-frame.exp
7689 * gdb.python/py-framefilter-mi.exp
7690 * gdb.python/py-infthread.exp
7691 * gdb.python/py-lazy-string.exp
7692 * gdb.python/py-linetable.exp
7693 * gdb.python/py-mi-events.exp
7694 * gdb.python/py-mi-objfile.exp
7695 * gdb.python/py-mi.exp
7696 * gdb.python/py-objfile.exp
7697 * gdb.python/py-pp-integral.exp
7698 * gdb.python/py-pp-maint.exp
7699 * gdb.python/py-pp-re-notag.exp
7700 * gdb.python/py-pp-registration.exp
7701 * gdb.python/py-recurse-unwind.exp
7702 * gdb.python/py-strfns.exp
7703 * gdb.python/py-symbol.exp
7704 * gdb.python/py-symtab.exp
7705 * gdb.python/py-sync-interp.exp
7706 * gdb.python/py-typeprint.exp
7707 * gdb.python/py-unwind-maint.exp
7708 * gdb.python/py-unwind.exp
7709 * gdb.python/py-value-cc.exp
7710 * gdb.python/py-xmethods.exp
7711 * gdb.reverse/amd64-tailcall-reverse.exp
7712 * gdb.reverse/break-precsave.exp
7713 * gdb.reverse/break-reverse.exp
7714 * gdb.reverse/consecutive-precsave.exp
7715 * gdb.reverse/consecutive-reverse.exp
7716 * gdb.reverse/finish-precsave.exp
7717 * gdb.reverse/finish-reverse-bkpt.exp
7718 * gdb.reverse/finish-reverse.exp
7719 * gdb.reverse/fstatat-reverse.exp
7720 * gdb.reverse/getresuid-reverse.exp
7721 * gdb.reverse/i386-precsave.exp
7722 * gdb.reverse/i386-reverse.exp
7723 * gdb.reverse/i386-sse-reverse.exp
7724 * gdb.reverse/i387-env-reverse.exp
7725 * gdb.reverse/i387-stack-reverse.exp
7726 * gdb.reverse/insn-reverse.exp
7727 * gdb.reverse/machinestate-precsave.exp
7728 * gdb.reverse/machinestate.exp
7729 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7730 * gdb.reverse/pipe-reverse.exp
7731 * gdb.reverse/readv-reverse.exp
7732 * gdb.reverse/recvmsg-reverse.exp
7733 * gdb.reverse/rerun-prec.exp
7734 * gdb.reverse/s390-mvcle.exp
7735 * gdb.reverse/step-precsave.exp
7736 * gdb.reverse/step-reverse.exp
7737 * gdb.reverse/time-reverse.exp
7738 * gdb.reverse/until-precsave.exp
7739 * gdb.reverse/until-reverse.exp
7740 * gdb.reverse/waitpid-reverse.exp
7741 * gdb.reverse/watch-precsave.exp
7742 * gdb.reverse/watch-reverse.exp
7743 * gdb.rust/generics.exp
7744 * gdb.rust/methods.exp
7745 * gdb.rust/modules.exp
7746 * gdb.rust/simple.exp
7747 * gdb.server/connect-with-no-symbol-file.exp
7748 * gdb.server/ext-attach.exp
7749 * gdb.server/ext-restart.exp
7750 * gdb.server/ext-wrapper.exp
7751 * gdb.server/file-transfer.exp
7752 * gdb.server/server-exec-info.exp
7753 * gdb.server/server-kill.exp
7754 * gdb.server/server-mon.exp
7755 * gdb.server/wrapper.exp
7756 * gdb.stabs/exclfwd.exp
7757 * gdb.stabs/gdb11479.exp
7758 * gdb.threads/clone-new-thread-event.exp
7759 * gdb.threads/corethreads.exp
7760 * gdb.threads/current-lwp-dead.exp
7761 * gdb.threads/dlopen-libpthread.exp
7762 * gdb.threads/gcore-thread.exp
7763 * gdb.threads/sigstep-threads.exp
7764 * gdb.threads/watchpoint-fork.exp
7765 * gdb.trace/actions-changed.exp
7766 * gdb.trace/backtrace.exp
7767 * gdb.trace/change-loc.exp
7768 * gdb.trace/circ.exp
7769 * gdb.trace/collection.exp
7770 * gdb.trace/disconnected-tracing.exp
7771 * gdb.trace/ftrace.exp
7772 * gdb.trace/mi-trace-frame-collected.exp
7773 * gdb.trace/mi-trace-unavailable.exp
7774 * gdb.trace/mi-traceframe-changed.exp
7775 * gdb.trace/mi-tsv-changed.exp
7776 * gdb.trace/no-attach-trace.exp
7777 * gdb.trace/passc-dyn.exp
7778 * gdb.trace/qtro.exp
7779 * gdb.trace/range-stepping.exp
7780 * gdb.trace/read-memory.exp
7781 * gdb.trace/save-trace.exp
7782 * gdb.trace/signal.exp
7783 * gdb.trace/status-stop.exp
7784 * gdb.trace/tfile.exp
7785 * gdb.trace/trace-break.exp
7786 * gdb.trace/trace-buffer-size.exp
7787 * gdb.trace/trace-condition.exp
7788 * gdb.trace/tracefile-pseudo-reg.exp
7789 * gdb.trace/tstatus.exp
7790 * gdb.trace/unavailable.exp
7791 * gdb.trace/while-dyn.exp
7792 * gdb.trace/while-stepping.exp
7793
34c41c68
DE
77942016-12-22 Doug Evans <xdje42@gmail.com>
7795
7796 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7797 and msymbols.
7798
16e69324
YQ
77992016-12-19 Yao Qi <yao.qi@linaro.org>
7800
7801 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7802 (test_with_self): Don't call do_steps_and_nexts, and remove
7803 code about stepping into xmalloc.
7804
f94f411b
YQ
78052016-12-09 Yao Qi <yao.qi@linaro.org>
7806
7807 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7808
78092016-12-09 Yao Qi <yao.qi@linaro.org>
7810
7811 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7812
f1b5deee
PA
78132016-12-09 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.base/all-architectures-0.exp: New file.
7816 * gdb.base/all-architectures-1.exp: New file.
7817 * gdb.base/all-architectures-2.exp: New file.
7818 * gdb.base/all-architectures-3.exp: New file.
7819 * gdb.base/all-architectures-4.exp: New file.
7820 * gdb.base/all-architectures-5.exp: New file.
7821 * gdb.base/all-architectures-6.exp: New file.
7822 * gdb.base/all-architectures-7.exp: New file.
7823 * gdb.base/all-architectures.exp.in: New file.
7824
364ca42e
YQ
78252016-12-09 Yao Qi <yao.qi@linaro.org>
7826
7827 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7828
107c2d62
LM
78292016-12-02 Luis Machado <lgustavo@codesourcery.com>
7830
7831 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7832 possible.
7833 Remove useless pattern-matching code.
7834
df3ee9ca
PA
78352016-12-02 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7838 procedure.
7839 (top level): Call it.
7840
ec835369
PA
78412016-12-02 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7844 New procedure.
7845 (top level): Call it.
7846
01770bbd
PA
78472016-12-02 Pedro Alves <palves@redhat.com>
7848
7849 PR cli/20559
7850 * gdb.base/commands.exp (user_defined_command_args_eval): New
7851 procedure.
7852 (top level): Call it.
7853
008459ea
LM
78542016-12-02 Luis Machado <lgustavo@codesourcery.com>
7855
7856 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7857 timeout handling.
7858
0c1b455e
TT
78592016-12-02 Tom Tromey <tom@tromey.com>
7860
7861 * gdb.dwarf2/main-subprogram.c: New file.
7862 * gdb.dwarf2/main-subprogram.exp: New file.
7863
018572b8
LM
78642016-12-01 Luis Machado <lgustavo@codesourcery.com>
7865
7866 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7867 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7868 gdb_test_no_output for a couple of cases.
7869 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7870
84c93cd5
LM
78712016-12-01 Luis Machado <lgustavo@codesourcery.com>
7872
7873 Fix test names and standardize compilation error messages throughout
7874 the following files:
7875
7876 * gdb.ada/start.exp
7877 * gdb.arch/alpha-step.exp
7878 * gdb.arch/e500-prologue.exp
7879 * gdb.arch/ftrace-insn-reloc.exp
7880 * gdb.arch/gdb1291.exp
7881 * gdb.arch/gdb1431.exp
7882 * gdb.arch/gdb1558.exp
7883 * gdb.arch/i386-dr3-watch.exp
7884 * gdb.arch/i386-sse-stack-align.exp
7885 * gdb.arch/ia64-breakpoint-shadow.exp
7886 * gdb.arch/pa-nullify.exp
7887 * gdb.arch/powerpc-aix-prologue.exp
7888 * gdb.arch/thumb-bx-pc.exp
7889 * gdb.base/annota1.exp
7890 * gdb.base/annota3.exp
7891 * gdb.base/arrayidx.exp
7892 * gdb.base/assign.exp
7893 * gdb.base/attach.exp
7894 * gdb.base/auxv.exp
7895 * gdb.base/bang.exp
7896 * gdb.base/bfp-test.exp
7897 * gdb.base/bigcore.exp
7898 * gdb.base/bitfields2.exp
7899 * gdb.base/break-fun-addr.exp
7900 * gdb.base/break-probes.exp
7901 * gdb.base/call-rt-st.exp
7902 * gdb.base/callexit.exp
7903 * gdb.base/catch-fork-kill.exp
7904 * gdb.base/charset.exp
7905 * gdb.base/checkpoint.exp
7906 * gdb.base/comprdebug.exp
7907 * gdb.base/constvars.exp
7908 * gdb.base/coredump-filter.exp
7909 * gdb.base/cursal.exp
7910 * gdb.base/cvexpr.exp
7911 * gdb.base/detach.exp
7912 * gdb.base/display.exp
7913 * gdb.base/dmsym.exp
7914 * gdb.base/dprintf-pending.exp
7915 * gdb.base/dso2dso.exp
7916 * gdb.base/dtrace-probe.exp
7917 * gdb.base/dump.exp
7918 * gdb.base/enum_cond.exp
7919 * gdb.base/exe-lock.exp
7920 * gdb.base/exec-invalid-sysroot.exp
7921 * gdb.base/execl-update-breakpoints.exp
7922 * gdb.base/exprs.exp
7923 * gdb.base/fileio.exp
7924 * gdb.base/find.exp
7925 * gdb.base/finish.exp
7926 * gdb.base/fixsection.exp
7927 * gdb.base/foll-vfork.exp
7928 * gdb.base/frame-args.exp
7929 * gdb.base/gcore.exp
7930 * gdb.base/gdb1250.exp
7931 * gdb.base/global-var-nested-by-dso.exp
7932 * gdb.base/gnu-ifunc.exp
7933 * gdb.base/hashline1.exp
7934 * gdb.base/hashline2.exp
7935 * gdb.base/hashline3.exp
7936 * gdb.base/hbreak-in-shr-unsupported.exp
7937 * gdb.base/huge.exp
7938 * gdb.base/infcall-input.exp
7939 * gdb.base/info-fun.exp
7940 * gdb.base/info-shared.exp
7941 * gdb.base/jit-simple.exp
7942 * gdb.base/jit-so.exp
7943 * gdb.base/jit.exp
7944 * gdb.base/jump.exp
7945 * gdb.base/label.exp
7946 * gdb.base/lineinc.exp
7947 * gdb.base/logical.exp
7948 * gdb.base/longjmp.exp
7949 * gdb.base/macscp.exp
7950 * gdb.base/miscexprs.exp
7951 * gdb.base/new-ui-echo.exp
7952 * gdb.base/new-ui-pending-input.exp
7953 * gdb.base/new-ui.exp
7954 * gdb.base/nodebug.exp
7955 * gdb.base/nofield.exp
7956 * gdb.base/offsets.exp
7957 * gdb.base/overlays.exp
7958 * gdb.base/pending.exp
7959 * gdb.base/pointers.exp
7960 * gdb.base/pr11022.exp
7961 * gdb.base/printcmds.exp
7962 * gdb.base/prologue.exp
7963 * gdb.base/ptr-typedef.exp
7964 * gdb.base/realname-expand.exp
7965 * gdb.base/relativedebug.exp
7966 * gdb.base/relocate.exp
7967 * gdb.base/remote.exp
7968 * gdb.base/reread.exp
7969 * gdb.base/return2.exp
7970 * gdb.base/savedregs.exp
7971 * gdb.base/sep.exp
7972 * gdb.base/sepdebug.exp
7973 * gdb.base/sepsymtab.exp
7974 * gdb.base/set-inferior-tty.exp
7975 * gdb.base/setshow.exp
7976 * gdb.base/shlib-call.exp
7977 * gdb.base/sigaltstack.exp
7978 * gdb.base/siginfo-addr.exp
7979 * gdb.base/signals.exp
7980 * gdb.base/signull.exp
7981 * gdb.base/sigrepeat.exp
7982 * gdb.base/so-impl-ld.exp
7983 * gdb.base/solib-display.exp
7984 * gdb.base/solib-overlap.exp
7985 * gdb.base/solib-search.exp
7986 * gdb.base/solib-symbol.exp
7987 * gdb.base/structs.exp
7988 * gdb.base/structs2.exp
7989 * gdb.base/symtab-search-order.exp
7990 * gdb.base/twice.exp
7991 * gdb.base/unload.exp
7992 * gdb.base/varargs.exp
7993 * gdb.base/watchpoint-solib.exp
7994 * gdb.base/watchpoint.exp
7995 * gdb.base/whatis.exp
7996 * gdb.base/wrong_frame_bt_full.exp
7997 * gdb.btrace/dlopen.exp
7998 * gdb.cell/ea-standalone.exp
7999 * gdb.cell/ea-test.exp
8000 * gdb.cp/dispcxx.exp
8001 * gdb.cp/gdb2384.exp
8002 * gdb.cp/method2.exp
8003 * gdb.cp/nextoverthrow.exp
8004 * gdb.cp/pr10728.exp
8005 * gdb.disasm/am33.exp
8006 * gdb.disasm/h8300s.exp
8007 * gdb.disasm/mn10300.exp
8008 * gdb.disasm/sh3.exp
8009 * gdb.dwarf2/dw2-dir-file-name.exp
8010 * gdb.fortran/complex.exp
8011 * gdb.fortran/library-module.exp
8012 * gdb.guile/scm-pretty-print.exp
8013 * gdb.guile/scm-symbol.exp
8014 * gdb.guile/scm-type.exp
8015 * gdb.guile/scm-value.exp
8016 * gdb.linespec/linespec.exp
8017 * gdb.mi/gdb701.exp
8018 * gdb.mi/gdb792.exp
8019 * gdb.mi/mi-breakpoint-changed.exp
8020 * gdb.mi/mi-dprintf-pending.exp
8021 * gdb.mi/mi-dprintf.exp
8022 * gdb.mi/mi-exit-code.exp
8023 * gdb.mi/mi-pending.exp
8024 * gdb.mi/mi-solib.exp
8025 * gdb.mi/new-ui-mi-sync.exp
8026 * gdb.mi/pr11022.exp
8027 * gdb.mi/user-selected-context-sync.exp
8028 * gdb.opt/solib-intra-step.exp
8029 * gdb.python/py-events.exp
8030 * gdb.python/py-finish-breakpoint.exp
8031 * gdb.python/py-mi.exp
8032 * gdb.python/py-prettyprint.exp
8033 * gdb.python/py-shared.exp
8034 * gdb.python/py-symbol.exp
8035 * gdb.python/py-template.exp
8036 * gdb.python/py-type.exp
8037 * gdb.python/py-value.exp
8038 * gdb.reverse/solib-precsave.exp
8039 * gdb.reverse/solib-reverse.exp
8040 * gdb.server/solib-list.exp
8041 * gdb.stabs/weird.exp
8042 * gdb.threads/reconnect-signal.exp
8043 * gdb.threads/stepi-random-signal.exp
8044 * gdb.trace/actions.exp
8045 * gdb.trace/ax.exp
8046 * gdb.trace/backtrace.exp
8047 * gdb.trace/change-loc.exp
8048 * gdb.trace/deltrace.exp
8049 * gdb.trace/ftrace-lock.exp
8050 * gdb.trace/ftrace.exp
8051 * gdb.trace/infotrace.exp
8052 * gdb.trace/mi-tracepoint-changed.exp
8053 * gdb.trace/packetlen.exp
8054 * gdb.trace/passcount.exp
8055 * gdb.trace/pending.exp
8056 * gdb.trace/range-stepping.exp
8057 * gdb.trace/report.exp
8058 * gdb.trace/stap-trace.exp
8059 * gdb.trace/tfind.exp
8060 * gdb.trace/trace-break.exp
8061 * gdb.trace/trace-condition.exp
8062 * gdb.trace/trace-enable-disable.exp
8063 * gdb.trace/trace-mt.exp
8064 * gdb.trace/tracecmd.exp
8065 * gdb.trace/tspeed.exp
8066 * gdb.trace/tsv.exp
8067 * lib/perftest.exp
8068
fb9feb35
LM
80692016-12-01 Luis Machado <lgustavo@codesourcery.com>
8070
8071 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8072 with gdb_test_no_output.
8073 Use command as test name.
8074
cd2ddb6c
LM
80752016-12-01 Luis Machado <lgustavo@codesourcery.com>
8076
8077 Fix test names starting with uppercase throughout the files.
8078
8079 * gdb.ada/assign_1.exp
8080 * gdb.ada/boolean_expr.exp
8081 * gdb.base/arrayidx.exp
8082 * gdb.base/del.exp
8083 * gdb.base/gcore-buffer-overflow.exp
8084 * gdb.base/testenv.exp
8085 * gdb.compile/compile.exp
8086 * gdb.python/py-framefilter-invalidarg.exp
8087 * gdb.python/py-framefilter.exp
8088
bb95117e
LM
80892016-12-01 Luis Machado <lgustavo@codesourcery.com>
8090
8091 Fix test names starting with uppercase throughout the files.
8092
8093 * gdb.ada/array_return.exp
8094 * gdb.ada/expr_delims.exp
8095 * gdb.ada/mi_dyn_arr.exp
8096 * gdb.ada/mi_interface.exp
8097 * gdb.ada/mi_var_array.exp
8098 * gdb.ada/watch_arg.exp
8099 * gdb.arch/alpha-step.exp
8100 * gdb.arch/altivec-regs.exp
8101 * gdb.arch/e500-regs.exp
8102 * gdb.arch/powerpc-d128-regs.exp
8103 * gdb.base/arrayidx.exp
8104 * gdb.base/break.exp
8105 * gdb.base/checkpoint.exp
8106 * gdb.base/debug-expr.exp
8107 * gdb.base/dmsym.exp
8108 * gdb.base/radix.exp
8109 * gdb.base/sepdebug.exp
8110 * gdb.base/testenv.exp
8111 * gdb.base/watch_thread_num.exp
8112 * gdb.base/watchpoint-cond-gone.exp
8113 * gdb.cell/break.exp
8114 * gdb.cell/ea-cache.exp
8115 * gdb.compile/compile.exp
8116 * gdb.cp/gdb2495.exp
8117 * gdb.gdb/selftest.exp
8118 * gdb.gdb/xfullpath.exp
8119 * gdb.go/hello.exp
8120 * gdb.go/integers.exp
8121 * gdb.objc/basicclass.exp
8122 * gdb.pascal/hello.exp
8123 * gdb.pascal/integers.exp
8124 * gdb.python/py-breakpoint.exp
8125 * gdb.python/py-cmd.exp
8126 * gdb.python/py-linetable.exp
8127 * gdb.python/py-xmethods.exp
8128 * gdb.python/python.exp
8129 * gdb.reverse/consecutive-precsave.exp
8130 * gdb.reverse/finish-precsave.exp
8131 * gdb.reverse/i386-precsave.exp
8132 * gdb.reverse/machinestate-precsave.exp
8133 * gdb.reverse/sigall-precsave.exp
8134 * gdb.reverse/solib-precsave.exp
8135 * gdb.reverse/step-precsave.exp
8136 * gdb.reverse/until-precsave.exp
8137 * gdb.reverse/watch-precsave.exp
8138 * gdb.threads/leader-exit.exp
8139 * gdb.threads/pthreads.exp
8140 * gdb.threads/wp-replication.exp
8141 * gdb.trace/actions.exp
8142 * gdb.trace/mi-tsv-changed.exp
8143 * gdb.trace/tsv.exp
8144
de97fdd4
LM
81452016-12-01 Luis Machado <lgustavo@codesourcery.com>
8146
8147 Fix test names starting with uppercase throughout the files.
8148
8149 * gdb.arch/i386-bp_permanent.exp
8150 * gdb.arch/i386-gnu-cfi.exp
8151 * gdb.base/disasm-end-cu.exp
8152 * gdb.base/macscp.exp
8153 * gdb.base/pending.exp
8154 * gdb.base/watch_thread_num.exp
8155 * gdb.cp/exception.exp
8156 * gdb.cp/gdb2495.exp
8157 * gdb.cp/local.exp
8158 * gdb.python/py-evsignal.exp
8159 * gdb.python/python.exp
8160 * gdb.trace/tracecmd.exp
8161
9f058c10
LM
81622016-12-01 Luis Machado <lgustavo@codesourcery.com>
8163
8164 Fix test names starting with uppercase throughout the files.
8165
8166 * gdb.base/charset.exp
8167 * gdb.base/eval.exp
8168 * gdb.base/multi-forks.exp
8169 * gdb.guile/scm-progspace.exp
8170 * gdb.opencl/datatypes.exp
8171 * gdb.python/py-block.exp
8172 * gdb.python/py-function.exp
8173 * gdb.python/py-symbol.exp
8174 * gdb.python/py-symtab.exp
8175 * gdb.python/py-xmethods.exp
8176 * gdb.reverse/break-precsave.exp
8177 * gdb.reverse/break-reverse.exp
8178 * gdb.reverse/consecutive-precsave.exp
8179 * gdb.reverse/consecutive-reverse.exp
8180 * gdb.reverse/finish-precsave.exp
8181 * gdb.reverse/finish-reverse-bkpt.exp
8182 * gdb.reverse/finish-reverse.exp
8183 * gdb.reverse/fstatat-reverse.exp
8184 * gdb.reverse/getresuid-reverse.exp
8185 * gdb.reverse/i386-precsave.exp
8186 * gdb.reverse/i386-reverse.exp
8187 * gdb.reverse/i386-sse-reverse.exp
8188 * gdb.reverse/i387-stack-reverse.exp
8189 * gdb.reverse/insn-reverse.exp
8190 * gdb.reverse/machinestate-precsave.exp
8191 * gdb.reverse/machinestate.exp
8192 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8193 * gdb.reverse/pipe-reverse.exp
8194 * gdb.reverse/readv-reverse.exp
8195 * gdb.reverse/recvmsg-reverse.exp
8196 * gdb.reverse/rerun-prec.exp
8197 * gdb.reverse/s390-mvcle.exp
8198 * gdb.reverse/sigall-precsave.exp
8199 * gdb.reverse/sigall-reverse.exp
8200 * gdb.reverse/solib-precsave.exp
8201 * gdb.reverse/solib-reverse.exp
8202 * gdb.reverse/step-precsave.exp
8203 * gdb.reverse/step-reverse.exp
8204 * gdb.reverse/time-reverse.exp
8205 * gdb.reverse/until-precsave.exp
8206 * gdb.reverse/until-reverse.exp
8207 * gdb.reverse/waitpid-reverse.exp
8208 * gdb.reverse/watch-precsave.exp
8209 * gdb.reverse/watch-reverse.exp
8210
cdc7edd7
LM
82112016-12-01 Luis Machado <lgustavo@codesourcery.com>
8212
8213 Fix test names starting with uppercase throughout the files.
8214
8215 * gdb.arch/i386-mpx-simple_segv.exp
8216 * gdb.arch/i386-mpx.exp
8217 * gdb.arch/i386-permbkpt.exp
8218 * gdb.arch/pa-nullify.exp
8219 * gdb.arch/powerpc-d128-regs.exp
8220 * gdb.arch/vsx-regs.exp
8221 * gdb.base/bfp-test.exp
8222 * gdb.base/break.exp
8223 * gdb.base/breakpoint-shadow.exp
8224 * gdb.base/callfuncs.exp
8225 * gdb.base/charset.exp
8226 * gdb.base/commands.exp
8227 * gdb.base/completion.exp
8228 * gdb.base/dfp-test.exp
8229 * gdb.base/echo.exp
8230 * gdb.base/ending-run.exp
8231 * gdb.base/eval.exp
8232 * gdb.base/expand-psymtabs.exp
8233 * gdb.base/float128.exp
8234 * gdb.base/floatn.exp
8235 * gdb.base/foll-exec-mode.exp
8236 * gdb.base/gdb1056.exp
8237 * gdb.base/gdb11531.exp
8238 * gdb.base/kill-after-signal.exp
8239 * gdb.base/multi-forks.exp
8240 * gdb.base/overlays.exp
8241 * gdb.base/pending.exp
8242 * gdb.base/sepdebug.exp
8243 * gdb.base/testenv.exp
8244 * gdb.base/valgrind-db-attach.exp
8245 * gdb.base/watch_thread_num.exp
8246 * gdb.base/watchpoint-cond-gone.exp
8247 * gdb.base/watchpoint.exp
8248 * gdb.base/watchpoints.exp
8249 * gdb.cp/arg-reference.exp
8250 * gdb.cp/baseenum.exp
8251 * gdb.cp/operator.exp
8252 * gdb.cp/shadow.exp
8253 * gdb.dwarf2/dw2-op-out-param.exp
8254 * gdb.dwarf2/dw2-reg-undefined.exp
8255 * gdb.go/chan.exp
8256 * gdb.go/hello.exp
8257 * gdb.go/integers.exp
8258 * gdb.go/methods.exp
8259 * gdb.go/package.exp
8260 * gdb.guile/scm-parameter.exp
8261 * gdb.guile/scm-progspace.exp
8262 * gdb.guile/scm-value.exp
8263 * gdb.mi/mi-pending.exp
8264 * gdb.mi/user-selected-context-sync.exp
8265 * gdb.multi/multi-attach.exp
8266 * gdb.multi/tids.exp
8267 * gdb.opt/clobbered-registers-O2.exp
8268 * gdb.pascal/floats.exp
8269 * gdb.pascal/integers.exp
8270 * gdb.python/py-block.exp
8271 * gdb.python/py-events.exp
8272 * gdb.python/py-parameter.exp
8273 * gdb.python/py-symbol.exp
8274 * gdb.python/py-symtab.exp
8275 * gdb.python/py-type.exp
8276 * gdb.python/py-value.exp
8277 * gdb.python/py-xmethods.exp
8278 * gdb.python/python.exp
8279 * gdb.reverse/break-precsave.exp
8280 * gdb.reverse/consecutive-precsave.exp
8281 * gdb.reverse/finish-precsave.exp
8282 * gdb.reverse/i386-precsave.exp
8283 * gdb.reverse/machinestate-precsave.exp
8284 * gdb.reverse/sigall-precsave.exp
8285 * gdb.reverse/solib-precsave.exp
8286 * gdb.reverse/step-precsave.exp
8287 * gdb.reverse/until-precsave.exp
8288 * gdb.reverse/watch-precsave.exp
8289 * gdb.server/ext-attach.exp
8290 * gdb.server/ext-restart.exp
8291 * gdb.server/ext-run.exp
8292 * gdb.server/ext-wrapper.exp
8293 * gdb.stabs/gdb11479.exp
8294 * gdb.stabs/weird.exp
8295 * gdb.threads/attach-many-short-lived-threads.exp
8296 * gdb.threads/kill.exp
8297 * gdb.threads/watchpoint-fork.exp
8298
bc6c7af4
LM
82992016-12-01 Luis Machado <lgustavo@codesourcery.com>
8300
8301 Fix test names starting with uppercase throughout all the files below.
8302
8303 * gdb.ada/array_return.exp
8304 * gdb.ada/catch_ex.exp
8305 * gdb.ada/info_exc.exp
8306 * gdb.ada/mi_catch_ex.exp
8307 * gdb.ada/mi_dyn_arr.exp
8308 * gdb.ada/mi_ex_cond.exp
8309 * gdb.ada/mi_exc_info.exp
8310 * gdb.ada/mi_interface.exp
8311 * gdb.ada/mi_task_arg.exp
8312 * gdb.ada/mi_task_info.exp
8313 * gdb.ada/mi_var_array.exp
8314 * gdb.arch/alpha-step.exp
8315 * gdb.arch/amd64-disp-step.exp
8316 * gdb.arch/arm-disp-step.exp
8317 * gdb.arch/disp-step-insn-reloc.exp
8318 * gdb.arch/e500-prologue.exp
8319 * gdb.arch/ftrace-insn-reloc.exp
8320 * gdb.arch/gdb1558.exp
8321 * gdb.arch/i386-bp_permanent.exp
8322 * gdb.arch/i386-disp-step.exp
8323 * gdb.arch/i386-float.exp
8324 * gdb.arch/i386-gnu-cfi.exp
8325 * gdb.arch/ia64-breakpoint-shadow.exp
8326 * gdb.arch/mips16-thunks.exp
8327 * gdb.arch/pa-nullify.exp
8328 * gdb.arch/powerpc-aix-prologue.exp
8329 * gdb.arch/powerpc-power.exp
8330 * gdb.arch/ppc-dfp.exp
8331 * gdb.arch/s390-tdbregs.exp
8332 * gdb.arch/spu-info.exp
8333 * gdb.arch/spu-ls.exp
8334 * gdb.arch/thumb-bx-pc.exp
8335 * gdb.base/advance.exp
8336 * gdb.base/annota-input-while-running.exp
8337 * gdb.base/arrayidx.exp
8338 * gdb.base/asmlabel.exp
8339 * gdb.base/async.exp
8340 * gdb.base/attach-wait-input.exp
8341 * gdb.base/auto-connect-native-target.exp
8342 * gdb.base/batch-preserve-term-settings.exp
8343 * gdb.base/bfp-test.exp
8344 * gdb.base/bigcore.exp
8345 * gdb.base/bp-permanent.exp
8346 * gdb.base/break-always.exp
8347 * gdb.base/break-fun-addr.exp
8348 * gdb.base/break-idempotent.exp
8349 * gdb.base/break-main-file-remove-fail.exp
8350 * gdb.base/break-probes.exp
8351 * gdb.base/break-unload-file.exp
8352 * gdb.base/break.exp
8353 * gdb.base/call-ar-st.exp
8354 * gdb.base/call-rt-st.exp
8355 * gdb.base/call-sc.exp
8356 * gdb.base/call-signal-resume.exp
8357 * gdb.base/call-strs.exp
8358 * gdb.base/callexit.exp
8359 * gdb.base/callfuncs.exp
8360 * gdb.base/catch-gdb-caused-signals.exp
8361 * gdb.base/catch-signal-siginfo-cond.exp
8362 * gdb.base/catch-syscall.exp
8363 * gdb.base/compare-sections.exp
8364 * gdb.base/cond-eval-mode.exp
8365 * gdb.base/condbreak-call-false.exp
8366 * gdb.base/consecutive-step-over.exp
8367 * gdb.base/cursal.exp
8368 * gdb.base/disabled-location.exp
8369 * gdb.base/disasm-end-cu.exp
8370 * gdb.base/display.exp
8371 * gdb.base/double-prompt-target-event-error.exp
8372 * gdb.base/dprintf-bp-same-addr.exp
8373 * gdb.base/dprintf-detach.exp
8374 * gdb.base/dprintf-next.exp
8375 * gdb.base/dprintf-non-stop.exp
8376 * gdb.base/dprintf-pending.exp
8377 * gdb.base/dso2dso.exp
8378 * gdb.base/ending-run.exp
8379 * gdb.base/enum_cond.exp
8380 * gdb.base/examine-backward.exp
8381 * gdb.base/exe-lock.exp
8382 * gdb.base/exec-invalid-sysroot.exp
8383 * gdb.base/execl-update-breakpoints.exp
8384 * gdb.base/execution-termios.exp
8385 * gdb.base/fileio.exp
8386 * gdb.base/fixsection.exp
8387 * gdb.base/foll-exec-mode.exp
8388 * gdb.base/foll-exec.exp
8389 * gdb.base/fork-running-state.exp
8390 * gdb.base/frame-args.exp
8391 * gdb.base/fullpath-expand.exp
8392 * gdb.base/func-ptr.exp
8393 * gdb.base/gcore-relro-pie.exp
8394 * gdb.base/gdb1090.exp
8395 * gdb.base/gdb1555.exp
8396 * gdb.base/global-var-nested-by-dso.exp
8397 * gdb.base/gnu-ifunc.exp
8398 * gdb.base/hbreak-in-shr-unsupported.exp
8399 * gdb.base/hbreak-unmapped.exp
8400 * gdb.base/hook-stop.exp
8401 * gdb.base/infcall-input.exp
8402 * gdb.base/info-fun.exp
8403 * gdb.base/info-shared.exp
8404 * gdb.base/interrupt-noterm.exp
8405 * gdb.base/jit-so.exp
8406 * gdb.base/jit.exp
8407 * gdb.base/line-symtabs.exp
8408 * gdb.base/list.exp
8409 * gdb.base/longjmp.exp
8410 * gdb.base/macscp.exp
8411 * gdb.base/max-value-size.exp
8412 * gdb.base/nodebug.exp
8413 * gdb.base/nofield.exp
8414 * gdb.base/overlays.exp
8415 * gdb.base/paginate-after-ctrl-c-running.exp
8416 * gdb.base/paginate-bg-execution.exp
8417 * gdb.base/paginate-inferior-exit.exp
8418 * gdb.base/pending.exp
8419 * gdb.base/pr11022.exp
8420 * gdb.base/printcmds.exp
8421 * gdb.base/ptr-typedef.exp
8422 * gdb.base/ptype.exp
8423 * gdb.base/randomize.exp
8424 * gdb.base/range-stepping.exp
8425 * gdb.base/realname-expand.exp
8426 * gdb.base/relativedebug.exp
8427 * gdb.base/remote.exp
8428 * gdb.base/savedregs.exp
8429 * gdb.base/sepdebug.exp
8430 * gdb.base/set-noassign.exp
8431 * gdb.base/shlib-call.exp
8432 * gdb.base/shreloc.exp
8433 * gdb.base/sigaltstack.exp
8434 * gdb.base/sigbpt.exp
8435 * gdb.base/siginfo-addr.exp
8436 * gdb.base/siginfo-obj.exp
8437 * gdb.base/siginfo-thread.exp
8438 * gdb.base/signest.exp
8439 * gdb.base/signull.exp
8440 * gdb.base/sigrepeat.exp
8441 * gdb.base/skip.exp
8442 * gdb.base/so-impl-ld.exp
8443 * gdb.base/solib-corrupted.exp
8444 * gdb.base/solib-disc.exp
8445 * gdb.base/solib-display.exp
8446 * gdb.base/solib-overlap.exp
8447 * gdb.base/solib-search.exp
8448 * gdb.base/solib-symbol.exp
8449 * gdb.base/source-execution.exp
8450 * gdb.base/sss-bp-on-user-bp-2.exp
8451 * gdb.base/sss-bp-on-user-bp.exp
8452 * gdb.base/stack-checking.exp
8453 * gdb.base/stale-infcall.exp
8454 * gdb.base/step-break.exp
8455 * gdb.base/step-line.exp
8456 * gdb.base/step-over-exit.exp
8457 * gdb.base/step-test.exp
8458 * gdb.base/structs.exp
8459 * gdb.base/sym-file.exp
8460 * gdb.base/symtab-search-order.exp
8461 * gdb.base/term.exp
8462 * gdb.base/type-opaque.exp
8463 * gdb.base/unload.exp
8464 * gdb.base/until-nodebug.exp
8465 * gdb.base/until.exp
8466 * gdb.base/unwindonsignal.exp
8467 * gdb.base/watch-cond.exp
8468 * gdb.base/watch-non-mem.exp
8469 * gdb.base/watch_thread_num.exp
8470 * gdb.base/watchpoint-reuse-slot.exp
8471 * gdb.base/watchpoint-solib.exp
8472 * gdb.base/watchpoint.exp
8473 * gdb.btrace/dlopen.exp
8474 * gdb.cell/arch.exp
8475 * gdb.cell/break.exp
8476 * gdb.cell/bt.exp
8477 * gdb.cell/core.exp
8478 * gdb.cell/data.exp
8479 * gdb.cell/dwarfaddr.exp
8480 * gdb.cell/ea-cache.exp
8481 * gdb.cell/ea-standalone.exp
8482 * gdb.cell/ea-test.exp
8483 * gdb.cell/f-regs.exp
8484 * gdb.cell/fork.exp
8485 * gdb.cell/gcore.exp
8486 * gdb.cell/mem-access.exp
8487 * gdb.cell/ptype.exp
8488 * gdb.cell/registers.exp
8489 * gdb.cell/sizeof.exp
8490 * gdb.cell/solib-symbol.exp
8491 * gdb.cell/solib.exp
8492 * gdb.compile/compile-tls.exp
8493 * gdb.cp/exception.exp
8494 * gdb.cp/gdb2495.exp
8495 * gdb.cp/local.exp
8496 * gdb.cp/mb-inline.exp
8497 * gdb.cp/mb-templates.exp
8498 * gdb.cp/pr10687.exp
8499 * gdb.cp/pr9167.exp
8500 * gdb.cp/scope-err.exp
8501 * gdb.cp/templates.exp
8502 * gdb.cp/virtfunc.exp
8503 * gdb.dwarf2/dw2-dir-file-name.exp
8504 * gdb.dwarf2/dw2-single-line-discriminators.exp
8505 * gdb.fortran/complex.exp
8506 * gdb.fortran/library-module.exp
8507 * gdb.guile/guile.exp
8508 * gdb.guile/scm-cmd.exp
8509 * gdb.guile/scm-frame-inline.exp
8510 * gdb.guile/scm-objfile.exp
8511 * gdb.guile/scm-pretty-print.exp
8512 * gdb.guile/scm-symbol.exp
8513 * gdb.guile/scm-type.exp
8514 * gdb.guile/scm-value.exp
8515 * gdb.linespec/keywords.exp
8516 * gdb.linespec/ls-errs.exp
8517 * gdb.linespec/macro-relative.exp
8518 * gdb.linespec/thread.exp
8519 * gdb.mi/mi-breakpoint-changed.exp
8520 * gdb.mi/mi-dprintf-pending.exp
8521 * gdb.mi/mi-fullname-deleted.exp
8522 * gdb.mi/mi-logging.exp
8523 * gdb.mi/mi-pending.exp
8524 * gdb.mi/mi-solib.exp
8525 * gdb.mi/new-ui-mi-sync.exp
8526 * gdb.mi/user-selected-context-sync.exp
8527 * gdb.multi/dummy-frame-restore.exp
8528 * gdb.multi/multi-arch-exec.exp
8529 * gdb.multi/remove-inferiors.exp
8530 * gdb.multi/watchpoint-multi-exit.exp
8531 * gdb.opt/solib-intra-step.exp
8532 * gdb.perf/backtrace.exp
8533 * gdb.perf/single-step.exp
8534 * gdb.perf/skip-command.exp
8535 * gdb.perf/skip-prologue.exp
8536 * gdb.perf/solib.exp
8537 * gdb.python/lib-types.exp
8538 * gdb.python/py-as-string.exp
8539 * gdb.python/py-bad-printers.exp
8540 * gdb.python/py-block.exp
8541 * gdb.python/py-breakpoint.exp
8542 * gdb.python/py-cmd.exp
8543 * gdb.python/py-events.exp
8544 * gdb.python/py-evthreads.exp
8545 * gdb.python/py-finish-breakpoint.exp
8546 * gdb.python/py-finish-breakpoint2.exp
8547 * gdb.python/py-frame-inline.exp
8548 * gdb.python/py-frame.exp
8549 * gdb.python/py-inferior.exp
8550 * gdb.python/py-infthread.exp
8551 * gdb.python/py-mi.exp
8552 * gdb.python/py-objfile.exp
8553 * gdb.python/py-pp-maint.exp
8554 * gdb.python/py-pp-registration.exp
8555 * gdb.python/py-prettyprint.exp
8556 * gdb.python/py-recurse-unwind.exp
8557 * gdb.python/py-shared.exp
8558 * gdb.python/py-symbol.exp
8559 * gdb.python/py-symtab.exp
8560 * gdb.python/py-template.exp
8561 * gdb.python/py-type.exp
8562 * gdb.python/py-unwind-maint.exp
8563 * gdb.python/py-unwind.exp
8564 * gdb.python/py-value.exp
8565 * gdb.python/python.exp
8566 * gdb.reverse/finish-reverse-bkpt.exp
8567 * gdb.reverse/insn-reverse.exp
8568 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8569 * gdb.reverse/solib-precsave.exp
8570 * gdb.reverse/solib-reverse.exp
8571 * gdb.stabs/gdb11479.exp
8572 * gdb.stabs/weird.exp
8573 * gdb.threads/fork-child-threads.exp
8574 * gdb.threads/fork-plus-threads.exp
8575 * gdb.threads/fork-thread-pending.exp
8576 * gdb.threads/forking-threads-plus-breakpoint.exp
8577 * gdb.threads/hand-call-in-threads.exp
8578 * gdb.threads/interrupted-hand-call.exp
8579 * gdb.threads/linux-dp.exp
8580 * gdb.threads/local-watch-wrong-thread.exp
8581 * gdb.threads/next-while-other-thread-longjmps.exp
8582 * gdb.threads/non-ldr-exit.exp
8583 * gdb.threads/pending-step.exp
8584 * gdb.threads/print-threads.exp
8585 * gdb.threads/process-dies-while-detaching.exp
8586 * gdb.threads/process-dies-while-handling-bp.exp
8587 * gdb.threads/pthreads.exp
8588 * gdb.threads/queue-signal.exp
8589 * gdb.threads/reconnect-signal.exp
8590 * gdb.threads/signal-command-handle-nopass.exp
8591 * gdb.threads/signal-command-multiple-signals-pending.exp
8592 * gdb.threads/signal-delivered-right-thread.exp
8593 * gdb.threads/signal-sigtrap.exp
8594 * gdb.threads/sigthread.exp
8595 * gdb.threads/staticthreads.exp
8596 * gdb.threads/stepi-random-signal.exp
8597 * gdb.threads/thread-unwindonsignal.exp
8598 * gdb.threads/thread_check.exp
8599 * gdb.threads/thread_events.exp
8600 * gdb.threads/tid-reuse.exp
8601 * gdb.threads/tls-nodebug.exp
8602 * gdb.threads/tls-shared.exp
8603 * gdb.threads/tls-so_extern.exp
8604 * gdb.threads/tls.exp
8605 * gdb.threads/wp-replication.exp
8606 * gdb.trace/actions-changed.exp
8607 * gdb.trace/actions.exp
8608 * gdb.trace/backtrace.exp
8609 * gdb.trace/change-loc.exp
8610 * gdb.trace/collection.exp
8611 * gdb.trace/deltrace.exp
8612 * gdb.trace/disconnected-tracing.exp
8613 * gdb.trace/entry-values.exp
8614 * gdb.trace/ftrace-lock.exp
8615 * gdb.trace/ftrace.exp
8616 * gdb.trace/infotrace.exp
8617 * gdb.trace/mi-trace-frame-collected.exp
8618 * gdb.trace/mi-trace-unavailable.exp
8619 * gdb.trace/mi-traceframe-changed.exp
8620 * gdb.trace/mi-tracepoint-changed.exp
8621 * gdb.trace/mi-tsv-changed.exp
8622 * gdb.trace/no-attach-trace.exp
8623 * gdb.trace/packetlen.exp
8624 * gdb.trace/passc-dyn.exp
8625 * gdb.trace/passcount.exp
8626 * gdb.trace/pending.exp
8627 * gdb.trace/pr16508.exp
8628 * gdb.trace/qtro.exp
8629 * gdb.trace/range-stepping.exp
8630 * gdb.trace/read-memory.exp
8631 * gdb.trace/report.exp
8632 * gdb.trace/save-trace.exp
8633 * gdb.trace/signal.exp
8634 * gdb.trace/stap-trace.exp
8635 * gdb.trace/status-stop.exp
8636 * gdb.trace/strace.exp
8637 * gdb.trace/tfile.exp
8638 * gdb.trace/tfind.exp
8639 * gdb.trace/trace-break.exp
8640 * gdb.trace/trace-condition.exp
8641 * gdb.trace/trace-enable-disable.exp
8642 * gdb.trace/trace-mt.exp
8643 * gdb.trace/tracecmd.exp
8644 * gdb.trace/tracefile-pseudo-reg.exp
8645 * gdb.trace/tspeed.exp
8646 * gdb.trace/tstatus.exp
8647 * gdb.trace/tsv.exp
8648 * gdb.trace/unavailable.exp
8649 * gdb.trace/while-dyn.exp
8650 * gdb.trace/while-stepping.exp
8651 * lib/gdb-guile.exp
8652 * lib/gdb.exp
8653 * lib/mi-support.exp
8654 * lib/pascal.exp
8655 * lib/perftest.exp
8656 * lib/prelink-support.exp
8657 * lib/selftest-support.exp
8658
ad02e4fe
SM
86592016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8660
8661 * Makefile.in: Include disable-implicit-rules.mk.
8662
22347e55
AA
86632016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8664
8665 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8666 non-byte-aligned bit fields.
8667
da5b30da
AA
86682016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8669
8670 PR gdb/12616
8671 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8672 respects the DW_AT_data_bit_offset attribute.
8673
b593ecca
SM
86742016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8675
8676 * gdb.base/default.exp: Fix output of "set language".
8677
3b165252
SM
86782016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8679
8680 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8681 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8682 make.
8683 * configure.ac: Remove checks for the make program.
8684 * configure: Re-generate.
8685
1a2f3d7f
KB
86862016-11-16 Kevin Buettner <kevinb@redhat.com>
8687
8688 * gdb.python/py-recurse-unwind.c (main): Add loop.
8689 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8690 to read_register() and gdb.parse_and_eval(). Make each code
8691 call a separate case that can be individually tested.
8692 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8693 proc. Call cont_and_backtrace for each of the code paths that
8694 we want to test in the unwinder.
8695
b7f38fda
AA
86962016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8697
8698 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8699 the definition of struct S.
8700
1f8db343
CM
87012016-11-11 Catherine Moore <clm@codesourcery.com>
8702
8703 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8704
fad0c9fb
PA
87052016-11-09 Pedro Alves <palves@redhat.com>
8706
8707 * gdb.base/commands.exp (runto_or_return): New procedure.
8708 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8709 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8710 (progvar_simple_while_test, progvar_complex_if_while_test)
8711 (if_while_breakpoint_command_test)
8712 (infrun_breakpoint_command_test, breakpoint_command_test)
8713 (user_defined_command_test, watchpoint_command_test)
8714 (test_command_prompt_position, redefine_hook_test)
8715 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8716 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8717 multi_line_input and multi_line. Remove gdb_expect and
8718 gdb_stop_suppressing_tests uses.
8719 * lib/gdb.exp (valnum_re): New global.
8720 (multi_line_input): New procedure.
8721
8354c62c
SM
87222016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8723
8724 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8725 Remove.
8726 (test_setup): Define with proc_with_prefix.
8727 (test_cli_inferior): Likewise.
8728 (test_cli_thread): Likewise.
8729 (test_cli_frame): Likewise.
8730 (test_cli_select_frame): Likewise.
8731 (test_cli_up_down): Likewise.
8732 (test_mi_thread_select): Likewise.
8733 (test_mi_stack_select_frame): Likewise.
8734 (test_cli_in_mi_inferior): Likewise.
8735 (test_cli_in_mi_thread): Likewise.
8736 (test_cli_in_mi_frame): Likewise.
8737 (top level): Do not use with_test_prefix_procname.
8738
64f367a2
PA
87392016-11-09 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.base/commands.exp (gdbvar_simple_if_test)
8742 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8743 (progvar_simple_if_test, progvar_simple_while_test)
8744 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8745 (infrun_breakpoint_command_test, breakpoint_command_test)
8746 (user_defined_command_test, watchpoint_command_test)
8747 (test_command_prompt_position, deprecated_command_test)
8748 (bp_deleted_in_command, temporary_breakpoint_commands)
8749 (stray_arg0_test, source_file_with_indented_comment)
8750 (recursive_source_test, if_commands_test)
8751 (error_clears_commands_left, redefine_hook_test)
8752 (redefine_backtrace_test): Use proc_with_prefix.
8753 * lib/gdb.exp (proc_with_prefix): New proc.
8754
0bb65f1e
AA
87552016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8756
8757 * gdb.base/tui-layout.c: New file.
8758 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8759 disassembly window contains very long lines.
8760
7353f247
TT
87612016-11-08 Tom Tromey <tom@tromey.com>
8762
8763 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8764 depend on Python 2.
8765
30a7bb83
TT
87662016-11-08 Tom Tromey <tom@tromey.com>
8767
8768 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8769 New method.
8770
cdf5a07c
MG
87712016-10-29 Manish Goregaokar <manish@mozilla.com>
8772
2806dc7e 8773 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8774
51a789c3
MG
87752016-10-27 Manish Goregaokar <manish@mozilla.com>
8776
2806dc7e
PA
8777 * gdb.rust/simple.rs: Add test for univariant enums without
8778 discriminants and for encoded struct-like enums.
51a789c3 8779
f610ab6d
PA
87802016-10-28 Pedro Alves <palves@redhat.com>
8781
8782 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8783 gdb_test_multiple, tighten regexps and match symtabs and line
8784 tables incrementally.
8785
b129b0ca
LM
87862016-10-28 Luis Machado <lgustavo@codesourcery.com>
8787
8788 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8789 general.
8790
ecf45d2c
SL
87912016-10-25 Luis Machado <lgustavo@codesourcery.com>
8792
8793 * gdb.base/exec-invalid-sysroot.exp: New file.
8794
b8d38ee4
JK
87952016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8796
8797 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8798
f90fd8c2
JK
87992016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8802
2d2476aa
MR
88032016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8804
2806dc7e
PA
8805 * gdb.base/killed-outside.exp: Remove $options from a call to
8806 `prepare_for_testing'.
2d2476aa 8807
e42b25a0
SM
88082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8809
8810 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8811 Change test message.
8812
3ccdb432
SM
88132016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8814
8815 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8816 Update comment.
8817
5bad3170
SM
88182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8819
8820 * gdb.trace/mi-trace-save.exp: New file.
8821
5ad9dba7
YQ
88222016-10-13 Yao Qi <yao.qi@linaro.org>
8823
8824 * gdb.base/code_elim.exp (get_var_address): Remove.
8825 * gdb.base/relocate.exp: Likewise.
8826 * gdb.base/shreloc.exp: Likewise.
8827 * lib/gdb.exp (get_var_address): New.
8828
62df7e21
YQ
88292016-10-13 Yao Qi <yao.qi@linaro.org>
8830
8831 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8832 floating point tests if $skip_float_test is false.
8833
4dac951e
LM
88342016-10-12 Luis Machado <lgustavo@codesourcery.com>
8835
8836 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8837 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8838 argc values.
8839 Add 1 to argc so we guarantee distinct initial/modified argc values.
8840
8f1a8fc4
JK
88412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8842
8843 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8844
16c85b5d
JK
88452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8848 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8849 * gdb.arch/vsx-regs.exp: Likewise.
8850
1d0e042a
YQ
88512016-10-07 Yao Qi <yao.qi@linaro.org>
8852
8853 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8854
68dadef5
MM
88552016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8856
8857 * gdb.python/python.exp: Test decode_line("*0").
8858
33fa2c6e
DE
88592016-10-06 Doug Evans <dje@google.com>
8860
8861 * gdb.python/py-value.exp (test_value_creation): Add test for large
8862 unsigned 64-bit value.
8863
9c37b5ae
TT
88642016-10-06 Tom Tromey <tom@tromey.com>
8865
8866 * gdb.compile/compile.exp: Change java tests to rust.
8867 * gdb.base/setshow.exp: Change java tests to rust.
8868 * gdb.base/default.exp: Remove java from language list.
8869 * README (Examples): Update language example.
8870 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8871 test.
8872 * lib/gdb.exp (skip_java_tests): Remove.
8873 * lib/java.exp: Remove.
8874 * gdb.java: Remove.
8875
78b86327
MR
88762016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8877
8878 * gdb.arch/mips-fcr.exp: New test.
8879 * gdb.arch/mips-fcr.c: Source for the new test.
8880
7470adbb
MR
88812016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8882
8883 * gdb.base/solib-disc.exp: Use `standard_output_file'
8884 throughout.
8885
4a556533
PA
88862016-10-06 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.base/jit-simple-dl.c: New file.
8889 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8890 * gdb.base/jit-simple.c: ... this.
8891 * gdb.base/jit-simple.exp (jit_run): Delete.
8892 (build_jit): New proc.
8893 (jit_test_reread): Recompile either the main program or the shared
8894 library, depending on what is being tested. Skip changing address
8895 if caller wants to. Compare before/after addresses. If testing
8896 standalone, explicitly load the binary. Test "maint info
8897 breakpoints".
8898 (top level): Add "standalone vs shared lib" and "change address"
8899 vs "same address" axes.
8900
5a122fbc
PA
89012016-10-06 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8904 call.
8905 (jit_run): Delete.
8906 (jit_test_reread): Use with_test_prefix. Reload the main binary
8907 explicitly. Compare the before/after addresses of the JIT
8908 descriptor.
8909
ee8da4b8
DE
89102016-08-15 Doug Evans <dje@google.com>
8911
8912 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8913 for single bitfields is bool.
8914 * gdb.xml/tdesc-regs.exp: Ditto.
8915
f389f6fe
JK
89162016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8919
fdebf1a4
YQ
89202016-10-05 Yao Qi <yao.qi@linaro.org>
8921
8922 * lib/gdb.exp (support_complex_tests): Return zero if
8923 gdb_skip_float_test return true.
8924
9c36d954 89252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8926 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8927
8928 PR gdb/20487
8929 * gdb.mi/user-selected-context-sync.exp: New file.
8930 * gdb.mi/user-selected-context-sync.c: New file.
8931
4034d0ff 89322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8933 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8934
8935 PR gdb/20487
8936 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8937 =thread-select-event check.
8938
a4297203
PB
89392016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8940
8941 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8942 the compulsory L operand changes.
8943 * gdb.arch/powerpc-power.s: Likewise.
8944
bb805577
JK
89452016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8948 * gdb.base/jit-attach-pie.c: New file.
8949 * gdb.base/jit-attach-pie.exp: New file.
8950
6d61dee5
PA
89512016-09-28 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.base/infcall-input.c: New file.
8954 * gdb.base/infcall-input.exp: New file.
8955
f73842fc
YQ
89562016-09-22 Yao Qi <yao.qi@linaro.org>
8957
8958 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8959 (gdb_exit): Rename it to ...
8960 (gdbserver_gdb_exit): ... Close GDBserver.
8961 (gdb_exit): New proc, call gdbserver_gdb_exit.
8962 (mi_gdb_exit): Likewise.
8963
90681dab
YQ
89642016-09-22 Yao Qi <yao.qi@linaro.org>
8965
8966 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8967 path.
8968 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8969 Remove duplication.
8970
9c211fd8
YQ
89712016-09-22 Yao Qi <yao.qi@linaro.org>
8972
8973 * lib/gdbserver-support.exp: Check the existence of
8974 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8975
ad0a504f
AK
89762016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8977
8978 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8979
36cf1806
TT
89802016-09-21 Tom Tromey <tom@tromey.com>
8981
8982 PR gdb/20604:
8983 * gdb.base/quit.exp: New file.
8984
74172ecf
SM
89852016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8986
8987 * .gitignore: New file.
8988
3d0ec882
MR
89892016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8990
8991 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8992 throughout.
8993
8193adea
AA
89942016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8995
8996 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8997
d41a5c09
JK
89982016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8999
9000 * gdb.cp/casts.cc (decltype): Move it ...
9001 (main): ... with its call to ...
9002 * gdb.cp/casts03.cc: ... a new file.
9003 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9004
d2dfe700
JK
90052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9008
e2a92b16
PB
90092016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9010
9011 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9012 and sync up the test with tests in gas/testsuite/gas/ppc.
9013 * gdb.arch/powerpc-power.exp: Likewise.
9014
49b4de64
JK
90152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9016
9017 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9018
2c29df25
SDJ
90192016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9020 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9023 make m1's definition to be different from m2's. Use 'dummy' as an
9024 argument for probe 'two'.
9025
cc3c2846
JB
90262016-09-10 Jon Beniston <jon@beniston.com>
9027
9028 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9029 for sim target.
9030
e1b2624a
AA
90312016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9032
9033 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9034 variable declaration.
9035 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9036 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9037 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9038 received HWCAP as its argument.
9039
4295e285
PA
90402016-09-06 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.base/new-ui-pending-input.c: New file.
9043 * gdb.base/new-ui-pending-input.exp: New file.
9044 * gdb.exp (clear_gdb_spawn_id): New procedure.
9045 (with_spawn_id): Check whether gdb_spawn_id exists before
9046 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9047 on exit.
9048
00d5215e
UW
90492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9050
9051 * gdb.base/float128.c: New file.
9052 * gdb.base/float128.exp: Likewise.
9053 * gdb.base/floatn.c: Likewise.
9054 * gdb.base/floatn.exp: Likewise.
9055
a9ff5f12
UW
90562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9057
9058 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9059
f245535c
PA
90602016-09-05 Pedro Alves <palves@redhat.com>
9061
9062 PR backtrace/19927
9063 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9064 unwinders are immediately called as side effect of "source" or
9065 "disable unwinder" commands.
9066 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9067
ae9cf263
YQ
90682016-09-02 Yao Qi <yao.qi@linaro.org>
9069
9070 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9071 is true and $type is "float" or "double".
9072
27aba047
YQ
90732016-09-02 Yao Qi <yao.qi@linaro.org>
9074
9075 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9076 true.
9077 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9078 * gdb.base/call-rt-st.exp: Likewise.
9079 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9080 return value instead of gdb,skip_float_test.
9081 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9082 (do_function_calls): Use its return value instead of
9083 gdb,skip_float_test.
9084 * gdb.base/finish.exp: Likewise.
9085 * gdb.base/funcargs.exp: Likewise.
9086 * gdb.base/return.exp: Likewise.
9087 * gdb.base/return2.exp: Likewise.
9088 * gdb.base/varargs.exp: Likewise.
9089 * lib/gdb.exp (gdb_skip_float_test): Change it to
9090 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9091
5af962df
AA
90922016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9093
9094 * gdb.multi/tids.exp: Test "thread apply all".
9095
7fac6910
JK
90962016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9097
9098 * gdb.base/default.exp (tty): Remove.
9099
bb1fe4ac
KB
91002016-08-24 Kevin Buettner <kevinb@redhat.com>
9101
2806dc7e
PA
9102 * gdb.python/py-recurse-unwind.c: New file.
9103 * gdb.python/py-recurse-unwind.py: New file.
9104 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9105
0a1ddfa6
SM
91062016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9107
9108 * gdb.base/set-inferior-tty.exp: New file.
9109 * gdb.base/set-inferior-tty.c: New file.
9110
d9de1fe3
PA
91112016-08-23 Pedro Alves <palves@redhat.com>
9112
9113 PR gdb/20494
9114 * gdb.base/new-ui-echo.c: New file.
9115 * gdb.base/new-ui-echo.exp: New file.
9116
e9d9abd7
YQ
91172016-08-23 Yao Qi <yao.qi@linaro.org>
9118
9119 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9120 gdbserver_spawn.
9121 * gdb.server/connect-without-multi-process.exp (do_test):
9122 Likewise.
9123
3589529e
YQ
91242016-08-23 Yao Qi <yao.qi@linaro.org>
9125
9126 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9127 standalone_txt. Delete gdb_txt and standalone_txt on host
9128 and target. Spawn the binary on target. Copy files from
9129 target to host.
9130
6bb90213
PA
91312016-08-22 Pedro Alves <palves@redhat.com>
9132
9133 PR gdb/20505
9134 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9135 with_test_prefix. Factor out bits to ...
9136 (test_no_vdso): ... this new procedure.
9137
20c2c024
CL
91382016-08-19 Carl Love <cel@us.ibm.com>
9139
9140 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9141 maintaining separate logic for constructing the output path.
9142 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9143 * gdb.arch/ppc-dfp.exp: Likewise.
9144 * gdb.arch/ppc-fp.exp: Likewise.
9145 * gdb.arch/vsx-regs.exp: Likewise.
9146 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9147 binprefix for generating the additional binary files.
9148
0646e07d
PA
91492016-08-19 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.trace/mi-trace-frame-collected.exp
9152 (test_trace_frame_collected): On x32, expect two registers.
9153
46da9242
CL
91542016-08-18 Carl Love <cel@us.ibm.com>
9155
9156 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9157 and sync up the test with tests in gas/testsuite/gas/ppc.
9158 * gdb.arch/powerpc-power.exp: Likewise.
9159
eb2332d7
SM
91602016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9161
9162 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9163 expected error message.
9164
63c61e04
SM
91652016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9166
9167 * gdb.multi/remove-inferiors.exp: New file.
9168 * gdb.multi/remove-inferiors.c: New file.
9169
7b17065f
YQ
91702016-08-12 Yao Qi <yao.qi@linaro.org>
9171
9172 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9173 argument list.
9174
01d3dedf
PA
91752016-08-10 Pedro Alves <palves@redhat.com>
9176
9177 PR gdb/19187
9178 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9179 setup_kfails.
9180
3eb7562a
PA
91812016-08-09 Pedro Alves <palves@redhat.com>
9182 Simon Marchi <simon.marchi@ericsson.com>
9183
9184 PR gdb/20418
9185 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9186 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9187
80614914
PA
91882016-08-09 Pedro Alves <palves@redhat.com>
9189
9190 PR mi/20431
9191 * gdb.mi/mi-cmd-error.exp: New file.
9192
f348d89a
PA
91932016-08-09 Pedro Alves <palves@redhat.com>
9194
9195 PR gdb/18653
9196 * gdb.base/signals-state-child.c: New file.
9197 * gdb.base/signals-state-child.exp: New file.
9198 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9199
e5ca03b4
PA
92002016-08-09 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9203
282a0691
TT
92042016-08-03 Tom Tromey <tom@tromey.com>
9205
9206 PR python/18565:
9207 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9208
41bfcd63
YQ
92092016-08-01 Yao Qi <yao.qi@linaro.org>
9210
9211 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9212 variable mode to "multi-process" if $multi_process is 1, otherwise
9213 set it to "single-process".
9214
e3465b24
YQ
92152016-08-01 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9218 * gdb.cp/cpexprs.exp: Likewise.
9219 * gdb.cp/m-static.exp: Likewise.
9220
0b31a4bc
TT
92212016-07-26 Tom Tromey <tom@tromey.com>
9222
9223 PR python/20190:
9224 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9225 test.
9226
e0461dbb
MM
92272016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9228
9229 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9230 selecting assembly source files.
9231 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9232 assembly source files.
9233 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9234 assembly source files.
9235 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9236 selecting assembly source files.
9237
8194e927
SM
92382016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9239
9240 * gdb.base/new-ui.exp (do_test_invalid_args): New
9241 procedure.
9242
c0272db5
TW
92432016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9244
9245 * gdb.btrace/reconnect.c: New file.
9246 * gdb.btrace/reconnect.exp: New file.
9247
e3487908
GKB
92482016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9249
9250 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9251 to test_catch_syscall_group.
9252 (test_catch_syscall_group): New.
9253
12df5c00
TT
92542016-07-21 Tom Tromey <tom@tromey.com>
9255
9256 * gdb.rust/simple.rs (main): Use empty struct expression.
9257 * gdb.rust/simple.exp: Add tests for empty struct expression.
9258
bae62ee2
YQ
92592016-07-21 Yao Qi <yao.qi@linaro.org>
9260
9261 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9262 if gdb_skip_xml_test is true on some targets.
9263
b1b53fb3
YQ
92642016-07-21 Yao Qi <yao.qi@linaro.org>
9265
9266 * gdb.server/solib-list.exp: Unset last_loaded_file.
9267
027d97f8
JK
92682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9269
9270 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9271 "step into captured_main (args)".
9272
7674d381
JK
92732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9274
9275 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9276
72b5d099
JK
92772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9278
9279 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9280
1f960ced
PA
92812016-07-19 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9284 * gdb.opt/inline-bt.exp: Likewise.
9285 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9286 additional_flags=-Winline.
9287 * gdb.opt/inline-locals.exp: Likewise.
9288 * gdb.opt/inline-markers.c (ATTR): Define.
9289 (inlined_fn): Use it.
9290
f25827c1
YQ
92912016-07-19 Yao Qi <yao.qi@linaro.org>
9292
9293 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9294 (test_with_self): Remove some code. Remove argument executable.
9295 (top-level): Use do_self_tests.
9296
37539ebe
DB
92972016-07-15 Zachary Welch <zwelch@codesourcery.com>
9298 Don Breazeal <donb@codesourcery.com>
9299
9300 * gdb.base/maint.exp: Escape paths used in regular expressions.
9301 * gdb.stabs/weird.exp: Likewise.
9302
dac790e1
TT
93032016-07-13 Tom Tromey <tom@tromey.com>
9304
9305 PR python/15620, PR python/18620:
9306 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9307 (test_bkpt_events): New procs.
9308
93daf339
TT
93092016-07-13 Tom Tromey <tom@tromey.com>
9310
9311 PR python/17698:
9312 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9313 test.
9314 (test_watchpoints): Likewise.
9315 (test_bkpt_pending): New proc.
9316
6571a381
TT
93172016-07-13 Tom Tromey <tom@tromey.com>
9318
9319 PR cli/18053:
9320 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9321 completion test.
9322
e8732474
JK
93232016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9324
9325 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9326 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9327 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9328 f_label.
9329 (g): Rename g_end_lbl to g_label.
9330 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9331 low_pc and high_pc.
9332 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9333
e0f3fd7c
TT
93342016-07-12 Tom Tromey <tom@tromey.com>
9335
9336 PR python/19293:
9337 * gdb.python/py-unwind-maint.exp: Update tests.
9338
3cfe46b6
YQ
93392016-07-12 Yao Qi <yao.qi@linaro.org>
9340
9341 * lib/selftest-support.exp (selftest_setup): Match the output
9342 when captured_main is inlined.
9343
4f19a0e6
WT
93442016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9345
9346 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9347 New variables.
9348 (print this%a, print this%b, print this): New tests.
9349 * gdb.fortran/derived-types.f90 (this): New object and
9350 initialization.
9351
986cf455
SM
93522016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9353
9354 * gdb.ada/arraydim.exp: Remove extra directory level in build
9355 directory.
9356
f0464b23
SM
93572016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9358
9359 * lib/ada.exp: Remove extra directory level in build directory.
9360 * gdb.ada/cond_lang.exp: Likewise.
9361 * gdb.ada/exec_changed.exp: Likewise.
9362 * gdb.ada/lang_switch.exp: Likewise.
9363
42d94011
MG
93642016-07-06 Manish Goregaokar <manish@mozilla.com>
9365
2806dc7e
PA
9366 * simple.rs: Add test for raw pointer subscripting.
9367 * simple.exp: Add test expectations.
42d94011 9368
647c264c
YQ
93692016-07-05 Yao Qi <yao.qi@linaro.org>
9370
9371 * gdb.mi/mi-reverse.exp: Match =record-started output.
9372
20aa2c60
PA
93732016-07-01 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9376 procedure.
9377 (jit_reader_test): Test the jit reader's unwinder.
9378 * gdb.base/jithost.c (jit_function_00_code): New global.
9379 (main): Use memcpy to fill in the mmapped code, instead of poking
9380 bytes manually here.
9381 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9382 value.
9383 (read_debug_info): Save the function's range.
9384 (read_sp): New function.
9385 (unwind_frame): Use it. Also unwind RBP.
9386 (get_frame_id): Use read_sp.
9387 (gdb_init_reader): Use calloc instead of malloc.
9388 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9389 parameter. Use gdb_test_multiple.
9390
ced2dffb
PA
93912016-07-01 Pedro Alves <palves@redhat.com>
9392 Antoine Tremblay <antoine.tremblay@ericsson.com>
9393
9394 * gdb.threads/process-dies-while-detaching.c: New file.
9395 * gdb.threads/process-dies-while-detaching.exp: New file.
9396
63000888
PA
93972016-07-01 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.multi/watchpoint-multi-exit.c: New file.
9400 * gdb.multi/watchpoint-multi-exit.exp: New file.
9401
038d4868
PA
94022016-06-30 Pedro Alves <palves@redhat.com>
9403
9404 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9405 unset inferior_spawn_id.
9406
994e9c83
PA
94072016-06-30 Pedro Alves <palves@redhat.com>
9408
9409 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9410 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9411
e5653468
YQ
94122016-06-29 Yao Qi <yao.qi@linaro.org>
9413
9414 * gdb.base/return.c: Add copyright header.
9415
803b47e5
TT
94162016-06-29 Tom Tromey <tom@tromey.com>
9417
9418 PR python/20129:
9419 * gdb.python/py-framefilter.exp: Add tests for setting priority
9420 and disabling of non-existent frame filter.
9421
28244707
YQ
94222016-06-29 Yao Qi <yao.qi@linaro.org>
9423
9424 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9425 0x0f07ff.
9426
a31d2f06
YQ
94272016-06-28 Yao Qi <yao.qi@linaro.org>
9428
9429 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9430 triplets. Start gdb, execute catch syscall, and continue. Check
9431 gdb's output to determine catch syscall is supported.
9432
921d8f54
MG
94332016-06-27 Manish Goregaokar <manish@mozilla.com>
9434
25d49b86
PA
9435 * gdb.rust/simple.rs: Add test for returning unit in a function.
9436 * gdb.rust/simple.exp: Add expectation for functions returning
9437 unit.
921d8f54 9438
f4952523
PMR
94392016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9440
9441 * gdb.python/py-breakpoint-create-fail.c,
9442 gdb.python/py-breakpoint-create-fail.exp,
9443 gdb.python/py-breakpoint-create-fail.py: New testcase.
9444
fccb08f8
MG
94452016-06-25 Manish Goregaokar <manish@mozilla.com>
9446
9447 PR gdb/20239
9448 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9449 * gdb.rust/simple.exp: Add test expectations for new NonZero
9450 tests.
fccb08f8 9451
6b850546
DT
94522016-06-24 David Taylor <dtaylor@emc.com>
9453
9454 * gdb.base/offsets.exp: New file.
9455 * gdb.base/offsets.c: New file.
9456
17621150
TT
94572016-06-23 Tom Tromey <tom@tromey.com>
9458
9459 PR gdb/16483:
9460 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9461 before any filters are loaded.
9462
04d59df6
WT
94632016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9464
9465 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9466 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9467 structs.
9468 * gdb.fortran/derived-type-function.exp: New file.
9469 * gdb.fortran/derived-type-function.f90: New file.
9470
9471
ac69f786
PA
94722016-06-21 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/new-ui.exp: New file.
9475 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9476 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9477 (with_spawn_id): New procedure.
9478
49940788
PA
94792016-06-21 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.mi/mi-exec-run.exp: New file.
9482
ef274d26
PA
94832016-06-21 Pedro Alves <palves@redhat.com>
9484
9485 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9486 breakpoint command's output on the main UI.
9487 (test_break): New procedure, factored out from calls in the top
9488 level.
9489 (top level): Use foreach_with_prefix to test MI as main UI and as
9490 separate UI.
9491
468afe6c
PA
94922016-06-21 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9495 (test_awatch_creation_and_listing)
9496 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9497 Remove 'type' parameter.
9498 (test_watchpoint_all): New parameter mi_mode. Remove
9499 with_test_prefix.
9500 (top level): Use foreach_with_prefix, and add main/separate UI MI
9501 testing axis.
9502
51f77c37
PA
95032016-06-21 Pedro Alves <palves@redhat.com>
9504
9505 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9506 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9507 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9508 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9509 (gdb_main_spawn_id, mi_spawn_id): Declare and
9510 comment.
9511 (mi_create_inferior_pty): New procedure,
9512 factored out from default_mi_gdb_start.
9513 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9514 procedures.
9515 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9516 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9517 Use mi_create_inferior_pty.
9518 (mi_gdb_start): Use eval to pass down args list.
9519
8980e177
PA
95202016-06-21 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9523 * gdb.opt/inline-cmds.exp: Add MI tests.
9524
f38d3ad1
PA
95252016-06-21 Pedro Alves <palves@redhat.com>
9526
9527 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9528
45db7c09
PA
95292016-06-21 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9532 (top level): Use it instead of mi_execute_to.
9533
5a069ab3
PA
95342016-06-21 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9537 (cont_handler_str): New.
9538 (signal_stop_handler): Set stop_handler_str instead of printing to
9539 stdout.
9540 (continue_handler): Set cont_handler_str instead of printing to
9541 stdout.
9542 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9543 mi_send_resuming_command. Print stop_handler_str and
9544 cont_handler_str instead of expecting the python events print
9545 directly.
9546
2838cc1d
SD
95472016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9548
9549 * gdb.base/jit-reader.exp: New file.
9550 * gdb.base/jithost.c: New file.
9551 * gdb.base/jithost.h: New file.
9552 * gdb.base/jitreader.c : New file.
9553 * gdb.base/jit-protocol.h: New file.
9554
21a77091
YQ
95552016-06-17 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9558 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9559 and detach-on-fork. Adjust tests.
9560 (top level): Invoke break_cond_on_syscall with combinations of
9561 syscall, follow-fork-mode and detach-on-fork.
9562
f50bf8e5
YQ
95632016-06-17 Yao Qi <yao.qi@linaro.org>
9564
9565 * gdb.base/step-over-exit.c: New.
9566 * gdb.base/step-over-exit.exp: New.
9567
a28d8e50
YTL
95682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9569
9570 * gdb.base/float.exp: Add target check for nds32*-*-*.
9571 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9572
cad8e26d
AB
95732016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9574
9575 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9576 for unsupported target features.
9577 * gdb.base/call-rt-st.exp: Likewise.
9578 * gdb.base/call-sc.exp: Likewise.
9579 * gdb.base/call-signal-resume.exp: Likewise.
9580 * gdb.base/call-strs.exp: Likewise.
9581 * gdb.base/callexit.exp: Likewise.
9582 * gdb.base/callfuncs.exp: Likewise.
9583 * gdb.base/nodebug.exp: Likewise.
9584 * gdb.base/printcmds.exp: Likewise.
9585 * gdb.base/ptype.exp: Likewise.
9586 * gdb.base/structs.exp: Likewise.
9587 * gdb.base/unwindonsignal.exp: Likewise.
9588 * gdb.cp/gdb2495.exp: Likewise.
9589 * gdb.cp/templates.exp: Likewise.
9590 * gdb.cp/virtfunc.exp: Likewise.
9591 * gdb.threads/hand-call-in-threads.exp: Likewise.
9592 * gdb.threads/interrupted-hand-call.exp: Likewise.
9593 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9594
347dc102
TT
95952016-06-10 Tom Tromey <tom@tromey.com>
9596
9597 PR rust/20110:
9598 * gdb.rust/expr.exp: Add test for integer constant larger than
9599 i32.
9600
5e13cf25
BH
96012016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9602
9603 * gdb.fortran/nested-funcs.exp: New.
9604 * gdb.fortran/nested-funcs.f90: New.
9605
bb556f1f
TK
96062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9607
9608 * gdb.base/examine-backward.c: New file.
9609 * gdb.base/examine-backward.exp: New file.
9610
38b022b4
SM
96112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9612
9613 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9614 matching.
9615
1b40ec05
TT
96162016-06-02 Tom Tromey <tom@tromey.com>
9617
9618 PR python/18984:
9619 * gdb.python/py-shared.exp: Add solib_name test.
9620
193bd378
SM
96212016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9624
3326303b
MG
96252016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9626
9627 PR c++/19893
9628 * gdb.dwarf2/implref.exp: Rename to...
9629 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9630 * gdb.dwarf2/implref-array.c: New file.
9631 * gdb.dwarf2/implref-array.exp: Likewise.
9632 * gdb.dwarf2/implref-global.c: Likewise.
9633 * gdb.dwarf2/implref-global.exp: Likewise.
9634 * gdb.dwarf2/implref-struct.c: Likewise.
9635 * gdb.dwarf2/implref-struct.exp: Likewise.
9636
825c8ef2
AT
96372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9638
9639 * gdb.trace/trace-condition.exp: Add 64bit tests.
9640
2320162a
AT
96412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9642
9643 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9644 bits types.
9645 (main): Adapt to 8 to 64 bits types.
9646 * gdb.trace/trace-condition.exp: Add new tests.
9647
a7818233
AT
96482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9649
9650 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9651
0d336466
AT
96522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9653
9654 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9655 Move condition tests...
9656 * gdb.trace/trace-condition.exp: Here.
9657
7faeb45a
AT
96582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9659
9660 * gdb.trace/trace-condition.exp: Add counter-case tests.
9661
e385593e
JK
96622016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9663
9664 PR c++/15231
9665 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9666 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9667
744608cc
PA
96682016-05-27 Pedro Alves <palves@redhat.com>
9669
9670 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9671 New procedure.
9672 (top level): Call it, and bail out of DejaGnu is known to be bad.
9673
ac775bf4
AB
96742016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9675
9676 * gdb.base/whatis.c: Extend the test case.
9677 * gdb.base/whatis.exp: Add additional tests.
9678
2bbad2ea
BH
96792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9680
9681* gdb.fortran/type.f90: Add pointer variable.
9682* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9683
8b70175d
BH
96842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9685
9686 * gdb.fortran/vla-type.exp: Fix testcase name.
9687
86d8a848
BH
96882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9689
9690 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9691
e188eb36
BH
96922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9693
9694 * gdb.fortran/type.f90: Add nested structures.
9695 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9696 * gdb.fortran/derived-type.exp: Adapt expected output.
9697 * gdb.fortran/vla-type.exp: Adapt expected output.
9698
9b2db1fd
BH
96992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9700
9701 * gdb.fortran/whatis_type.exp: Adapt expected output.
9702
72b17055
BH
97032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9704
9705 * gdb.fortran/print_type.exp: Fix expected output.
9706 * gdb.fortran/whatis_type.exp: Fix expected output.
9707
3cd81d8d
BH
97082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9709
9710 * gdb.fortran/whatis_type.exp: Use multi_line.
9711
ddae9462
TT
97122016-05-24 Tom Tromey <tom@tromey.com>
9713
9714 PR python/17386:
9715 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9716 use value as an index.
9717
1957f6b8
TT
97182016-05-23 Tom Tromey <tom@tromey.com>
9719
9720 PR python/17981:
9721 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9722 no-breakpoint case.
9723
026a9174
PA
97242016-05-24 Pedro Alves <palves@redhat.com>
9725
9726 PR gdb/19828
9727 * gdb.threads/clone-attach-detach.c: New file.
9728 * gdb.threads/clone-attach-detach.exp: New file.
9729
e70a7231
FR
97302016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9731
9732 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9733
0f6ed0e0
TT
97342016-05-23 Tom Tromey <tom@tromey.com>
9735
9736 PR python/19438, PR python/18393:
9737 * gdb.python/py-progspace.exp: Add "dir" test.
9738 * gdb.python/py-objfile.exp: Add "dir" test.
9739
ffd19d61
YQ
97402016-05-23 Yao Qi <yao.qi@linaro.org>
9741
9742 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9743 * gdb.arch/thumb2-it.exp: Likewise.
9744
9e8f9b05
SM
97452016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9746
9747 * gdb.mi/mi-threads-interrupt.c: New file.
9748 * gdb.mi/mi-threads-interrupt.exp: New file.
9749
61c6156d
SM
97502016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9751
9752 PR gdb/18077
9753 * gdb.mi/mi-async-run.exp: New file.
9754 * gdb.mi/mi-async-run.c: New file.
9755
67218854
TT
97562016-05-17 Tom Tromey <tom@tromey.com>
9757 Manish Goregaokar <manishsmail@gmail.com>
9758
9759 * lib/rust-support.exp: New file.
9760 * lib/gdb.exp (skip_rust_tests): New proc.
9761 (build_executable_from_specs): Handle rust.
9762 * lib/future.exp (gdb_find_rustc): New proc.
9763 (gdb_default_target_compile): Handle rust.
9764 * gdb.rust/expr.exp: New file.
9765 * gdb.rust/generics.exp: New file.
9766 * gdb.rust/generics.rs: New file.
9767 * gdb.rust/methods.exp: New file.
9768 * gdb.rust/methods.rs: New file.
9769 * gdb.rust/modules.exp: New file.
9770 * gdb.rust/modules.rs: New file.
9771 * gdb.rust/simple.exp: New file.
9772 * gdb.rust/simple.rs: New file.
9773
c44af4eb
TT
97742016-05-17 Tom Tromey <tom@tromey.com>
9775
9776 * gdb.base/default.exp (set language): Add rust.
9777
dcd1f979
TT
97782016-05-17 Tom Tromey <tom@tromey.com>
9779
9780 * gdb.gdb/unittest.exp: New file.
9781
155b7f57
YQ
97822016-05-16 Yao Qi <yao.qi@linaro.org>
9783
9784 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9785 shell_prompt. Update shell_prompt_re.
9786
8ddd5a6c
DE
97872016-05-12 Doug Evans <dje@google.com>
9788
9789 PR symtab/19999
9790 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9791 $options when building executable.
9792 * gdb.dwarf2/fission-loclists-pie.S: New file.
9793 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9794
02e370d9
SM
97952016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9796
9797 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9798 of [is_remote target],
9799
8929ad8b
SM
98002016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9801
9802 * lib/gdb.exp (use_gdb_stub): New procedure.
9803
6c447423
DE
98042016-05-03 Yunlian Jiang <yunlian@google.com>
9805 Doug Evans <dje@google.com>
9806
9807 PR symtab/19914
9808 * gdb.dwarf2/dwp-sepdebug.c: New file.
9809 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9810
444e826c
SM
98112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9812
9813 * gdb.base/detach.exp: Remove is_remote check.
9814
740feeaa
SM
98152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9816
9817 * gdb.base/annota-input-while-running.exp: Don't check for
9818 [is_remote target]. Enable annotations after running to main.
9819 Remove unused "set test..." line.
9820
9080ac9d
SM
98212016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9822
9823 * gdb.trace/trace-enable-disable.exp: New file.
9824 * gdb.trace/trace-enable-disable.c: New file.
9825
952ebca5
SM
98262016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9827
9828 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9829 use it in info sharedlibrary test.
9830 * gdb.trace/ftrace-lock.exp: Likewise.
9831 * gdb.trace/ftrace.exp: Likewise.
9832 * gdb.trace/range-stepping.exp: Likewise.
9833 * gdb.trace/trace-break.exp: Likewise.
9834 * gdb.trace/trace-condition.exp: Likewise.
9835 * gdb.trace/trace-mt.exp: Likewise.
9836
d9019901
SM
98372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9838
9839 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9840 (gdb_load_shlib): ... this.
9841 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9842 gdb_load_shlib.
9843 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9844 * gdb.base/ctxobj.exp: Likewise.
9845 * gdb.base/dprintf-pending.exp: Likewise.
9846 * gdb.base/dso2dso.exp: Likewise.
9847 * gdb.base/fixsection.exp: Likewise.
9848 * gdb.base/gcore-relro.exp: Likewise.
9849 * gdb.base/gdb1555.exp: Likewise.
9850 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9851 * gdb.base/gnu-ifunc.exp: Likewise.
9852 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9853 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9854 * gdb.base/pending.exp: Likewise.
9855 * gdb.base/print-file-var.exp: Likewise.
9856 * gdb.base/print-symbol-loading.exp: Likewise.
9857 * gdb.base/shlib-call.exp: Likewise.
9858 * gdb.base/shreloc.exp: Likewise.
9859 * gdb.base/so-impl-ld.exp: Likewise.
9860 * gdb.base/solib-disc.exp: Likewise.
9861 * gdb.base/solib-nodir.exp: Likewise.
9862 * gdb.base/solib-overlap.exp: Likewise.
9863 * gdb.base/solib-symbol.exp: Likewise.
9864 * gdb.base/solib-weak.exp (do_test): Likewise.
9865 * gdb.base/sym-file.exp: Likewise.
9866 * gdb.base/symtab-search-order.exp: Likewise.
9867 * gdb.base/type-opaque.exp: Likewise.
9868 * gdb.base/unload.exp: Likewise.
9869 * gdb.base/watchpoint-solib.exp: Likewise.
9870 * gdb.compile/compile.exp: Likewise.
9871 * gdb.cp/gdb2384.exp: Likewise.
9872 * gdb.cp/infcall-dlopen.exp: Likewise.
9873 * gdb.cp/re-set-overloaded.exp: Likewise.
9874 * gdb.fortran/library-module.exp: Likewise.
9875 * gdb.opt/solib-intra-step.exp: Likewise.
9876 * gdb.python/py-finish-breakpoint.exp: Likewise.
9877 * gdb.python/py-shared.exp: Likewise.
9878 * gdb.reverse/solib-precsave.exp: Likewise.
9879 * gdb.reverse/solib-reverse.exp: Likewise.
9880 * gdb.server/solib-list.exp: Likewise.
9881 * gdb.threads/dlopen-libpthread.exp: Likewise.
9882 * gdb.threads/tls-shared.exp: Likewise.
9883 * gdb.threads/tls-so_extern.exp: Likewise.
9884 * gdb.trace/change-loc.exp: Likewise.
9885 * gdb.trace/ftrace-lock.exp: Likewise.
9886 * gdb.trace/ftrace.exp: Likewise.
9887 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9888 * gdb.trace/pending.exp: Likewise.
9889 * gdb.trace/range-stepping.exp: Likewise.
9890 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9891 (strace_info_marker): Likewise.
9892 (strace_probe_marker): Likewise.
9893 (strace_trace_on_same_addr): Likewise.
9894 (strace_trace_on_diff_addr): Likewise.
9895 * gdb.trace/trace-break.exp: Likewise.
9896 * gdb.trace/trace-condition.exp: Likewise.
9897 * gdb.trace/trace-mt.exp: Likewise.
9898
fca4cfd9
SM
98992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9900
9901 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9902 result of gdb_remote_download.
9903 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9904 * gdb.base/dso2dso.exp: Likewise.
9905 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9906 * gdb.base/print-file-var.exp: Likewise.
9907 * gdb.base/shlib-call.exp: Likewise.
9908 * gdb.base/shreloc.exp: Likewise.
9909 * gdb.base/solib-overlap.exp: Likewise.
9910 * gdb.base/solib-weak.exp (do_test): Likewise.
9911 * gdb.base/unload.exp: Likewise.
9912
11cf4ffb
YQ
99132016-04-27 Yao Qi <yao.qi@linaro.org>
9914
9915 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9916 exists.
9917
3e2e34f8
KB
99182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9919
9920 * vla-type.exp: Print structure from toplevel.
9921
8f07e298
BH
99222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9923
9924 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9925 of dynamic types.
9926 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9927 of dynamic types.
9928
9920b434
BH
99292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9930
9931 * gdb.fortran/vla-type.f90: New file.
9932 * gdb.fortran/vla-type.exp: New file.
9933
f3abeff5
YQ
99342016-04-25 Yao Qi <yao.qi@linaro.org>
9935
9936 * gdb.base/branch-to-self.c: New file.
9937 * gdb.base/branch-to-self.exp: New file.
9938
0a5d52f0
YQ
99392016-04-22 Yao Qi <yao.qi@linaro.org>
9940
9941 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9942 more after $hex.
9943
495346f6
YQ
99442016-04-22 Yao Qi <yao.qi@linaro.org>
9945
9946 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9947 * gdb.base/annota3.exp: Likewise.
9948
4a7e075c
YQ
99492016-04-22 Yao Qi <yao.qi@linaro.org>
9950
9951 * gdb.reverse/step-precsave.exp: Do one step and test program
9952 stops in "callee" and do multiple steps until program goes out
9953 of "callee".
9954 * gdb.reverse/step-reverse.exp: Likewise.
9955
5b061e98
YQ
99562016-04-22 Yao Qi <yao.qi@linaro.org>
9957
9958 * gdb.trace/signal.exp: Also pass if
9959 $tracepoint_hits($i) > $iterations.
9960
5c5dc57f
YQ
99612016-04-22 Yao Qi <yao.qi@linaro.org>
9962
9963 * gdb.trace/signal.c: New file.
9964 * gdb.trace/signal.exp: New file.
9965
a55411b9
DE
99662016-04-19 Doug Evans <xdje42@gmail.com>
9967
9968 * gdb.base/bad-file.exp: New file.
9969
a22df60a
MG
99702016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9971
9972 * gdb.dwarf2/implref.exp: New file.
9973
0c13f7e5
BH
99742016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9975
9976 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9977 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9978 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9979 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9980 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9981 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9982 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9983 * lib/fortran.exp (fortran_int4): New procedure.
9984 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9985 (fortran_logical4): Likewise.
9986
9b9b09e9
BH
99872016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9988
9989 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9990
a14d1f4d
BH
99912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9992
9993 * lib/compiler.c: Add Intel specific preprocessor macros.
9994 * lib/compiler.cc: Likewise.
25d49b86 9995
7d49b1d0
LM
99962016-04-13 Luis Machado <lgustavo@codesourcery.com>
9997
9998 * gdb.server/connect-with-no-symbol-file.c: New file.
9999 * gdb.server/connect-with-no-symbol-file.exp: New file.
10000
8392fa22
SM
100012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10002
10003 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10004
8c4c4aeb
SM
100052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10006
10007 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10008 standard output directory.
10009
45e3745e
AT
100102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10011
10012 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10013
e26b7e41
MM
100142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10015
10016 * gdb.btrace/instruction_history.c (loop): Add declaration.
10017
8ce09462
AT
100182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10019
10020 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10021
2e88a1ea
SM
100222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10023
10024 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10025 parentheses to print.
10026 (continue_handler): Likewise.
10027
f48e22e3
SM
100282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10029
10030 * gdb.server/solib-list.exp: Remove is_remote check.
10031 Pass shlib= to gdb_compile. Don't link shared library with
10032 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10033 Run binary filename through "readlink -f" on the target.
10034
096be756
PA
100352016-04-08 Pedro Alves <palves@redhat.com>
10036
10037 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10038 interpreter filename as argument to gdbserver_spawn.
10039 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10040 Return empty if $last_loaded_file does not exist.
10041
06500533
JK
100422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10043
10044 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10045 * gdb.base/jit-main.c: Use exit after usage.
10046
2d35e871
JK
100472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10048
10049 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10050 GDBHISTSIZE prior to the tests.
10051 * gdb.base/gdbinit-history.exp: Likewise.
10052
100532016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10054
10055 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10056 instead of build_executable. Use gdb_load_shlibs.
10057
c8064e7e
YQ
100582016-04-07 Yao Qi <yao.qi@linaro.org>
10059
10060 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10061 Execute "si" command.
10062
bde47561
YQ
100632016-04-07 Yao Qi <yao.qi@linaro.org>
10064
10065 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10066 number instead of the comments on some line.
10067
b16f8a3b
DB
100682016-04-06 Don Breazeal <donb@codesourcery.com>
10069
10070 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10071 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10072
c2f901df
SM
100732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10074
10075 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10076 standard_output_file. Remove unused binfile variable.
10077
ac17fda0
CU
100782016-04-05 Catalin Udma <catalin.udma@freescale.com>
10079
10080 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10081 * gdb.python/py-mi-objfile.exp: Match "list main" output
10082 in console format.
10083
03a8c4df
SM
100842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10085
10086 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10087 absolute.
10088
6e774b13
SM
100892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10090
10091 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10092 absolute.
10093 * gdb.trace/ftrace.exp: Likewise.
10094 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10095 targets as well.
10096 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10097 (gdb_load_shlibs): Copy libraries to test directory when testing
10098 natively. Only set solib-search-path if testing remotely.
10099 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10100
7817ea46
SM
101012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10102
10103 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10104 gdb_download. Use it even if the target is not remote.
10105 * gdb.base/jit.exp (compile_jit_test): Likewise.
10106 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10107 output directory if the destination board is local, otherwise use
10108 the standard remote_download from DejaGnu.
10109 (gdb_download): Remove.
10110 (gdb_load_shlibs): Use gdb_remote_download instead of
10111 gdb_download.
10112 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10113 Use gdb_remote_download instead of gdb_download. Use it even if
10114 the target is not remote.
10115 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10116 instead of gdb_download.
10117
7beb7f68
SM
101182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10119
10120 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10121 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10122 run.
10123
cc63428a
AV
101242016-04-01 Artemiy Volkov <artemiyv@acm.org>
10125
10126 PR gdb/19820
10127 * gdb.base/printcmds.exp: Add artificial arrays tests.
10128
64cdf930
PA
101292016-03-31 Pedro Alves <palves@redhat.com>
10130
10131 PR gdb/19858
10132 * gdb.base/jit-main.c: Include unistd.h.
10133 (ATTACH): Define to 0 if not already defined.
10134 (wait_for_gdb, mypid): New globals.
10135 (WAIT_FOR_GDB): New macro.
10136 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10137 some breakpoint locations.
10138 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10139 New procedures.
10140 (one_jit_test): Add REATTACH parameter, and handle it. Use
10141 continue_to_test_location.
10142 (top level): Test attach, and adjusts calls to one_jit_test.
10143
40dea8cb
PA
101442016-03-31 Pedro Alves <palves@redhat.com>
10145
10146 PR gdb/19858
10147 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10148 BINSUFFIX parameter, and handle it.
10149 (top level): Adjust calls compile_jit_test.
10150
e7ea3ec7
CU
101512016-03-31 Catalin Udma <catalin.udma@freescale.com>
10152
10153 PR python/19743
10154 * gdb.python/py-mi-events-gdb.py: New file.
10155 * gdb.python/py-mi-events.c: New file.
10156 * gdb.python/py-mi-events.exp: New file.
10157
e6359af3
YQ
101582016-03-30 Yao Qi <yao.qi@linaro.org>
10159
10160 * gdb.reverse/until-precsave.exp: Match function name only.
10161 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10162 Move malloc to a condition block.
10163 * gdb.reverse/until-reverse.exp: Match function name only.
10164
a4105d04
MK
101652016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10166
10167 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10168 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10169 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10170 variable for GPR 0 instead of assuming it is register 0.
10171 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10172 * lib/trace-support.exp: Add s390 registers.
10173
bfa6adb9
YQ
101742016-03-29 Yao Qi <yao.qi@linaro.org>
10175
10176 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10177
1e6697ea
YQ
101782016-03-24 Yao Qi <yao.qi@linaro.org>
10179
10180 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10181 test message.
10182
64bcd522
AA
101832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10184
10185 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10186 maintaining separate logic for constructing the output path.
10187
7868401b
DB
101882016-03-16 Don Breazeal <donb@codesourcery.com>
10189
10190 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10191 Retry fork and waitpid on interrupted system call errors.
10192 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10193 Use with_timeout_factor to increase timeout by factor of 10.
10194
1cafadb4
DB
101952016-03-15 Don Breazeal <donb@codesourcery.com>
10196
10197 * gdb.cp/scope-err.cc: New test program.
10198 * gdb.cp/scope-err.exp: New test script.
10199 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10200 lines and "set breakpoint here" comment.
10201 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10202 Fixed some whitespace and format issues.
10203 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10204 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10205
81516450
DE
102062016-03-15 Doug Evans <dje@google.com>
10207
10208 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10209 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10210 All callers updated. Add tests for enums, mixed flags register.
10211
aa52b601
DE
102122016-03-15 Doug Evans <dje@google.com>
10213
10214 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10215 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10216
fa4ff313
SM
102172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10218
10219 * gdb.base/default.exp: Add $_as_string to the list of expected
10220 convenience functions.
10221
f2403c39
AB
102222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10223
10224 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10225
f2f3ccb9
SM
102262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10227
10228 * gdb.python/py-as-string.exp: New file.
10229 * gdb.python/py-as-string.c: New file.
10230
00dbd492
PA
102312016-03-09 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10234 signal" -> "Thread NN received signal" output change.
10235 * gdb.threads/ia64-sigill.exp: Likewise.
10236 * gdb.threads/linux-dp.exp: Likewise.
10237 * gdb.threads/manythreads.exp: Likewise.
10238 * gdb.threads/pending-step.exp: Likewise.
10239 * gdb.threads/print-threads.exp: Likewise.
10240 * gdb.threads/sigstep-threads.exp: Likewise.
10241 * gdb.threads/staticthreads.exp: Likewise.
10242 * gdb.threads/tls.exp: Likewise.
10243
1e6697ea
YQ
102442016-03-09 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.base/command-line-input.exp: New file.
10247
b04fd3be
MK
102482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10249
10250 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10251 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10252 * gdb.trace/pending.exp: Accept leading dot before function name.
10253 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10254 * lib/trace-support.exp: Set registers for ppc.
10255
98fa59e9
MK
102562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10257
10258 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10259 use it for disassembly; accept .main in addition to main in backtrace.
10260
f77198c8
MK
102612016-03-09 Wei-cheng Wang <cole945@gmail.com>
10262 Marcin Kościelnicki <koriakin@0x04.net>
10263
10264 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10265 (gdb_recursion_test_ptr): New global variable.
10266 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10267 gdb_recursion_test.
10268 (gdb_c_test): Ditto.
10269
ba84e0da
MK
102702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10271
10272 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10273 ordering.
10274
4366d36e
MK
102752016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10276
10277 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10278 (bar): Add bar_start_lbl label.
10279 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10280 of foo/bar for emitting DWARF and tracing.
10281
5eb264df
SDJ
102822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10283
10284 * analyze-racy-logs.py: Set executable bit.
10285
fb6a751f
SDJ
102862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10287
10288 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10289 (CHECK_TARGET_TMP): Likewise.
10290 (check-single-racy): New rule.
10291 (check-parallel-racy): Likewise.
10292 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10293 (do-check-parallel-racy): New rule.
10294 (check-racy/%.exp): Likewise.
10295 * README (Racy testcases): New section.
10296 * analyze-racy-logs.py: New file.
10297
bdf7e230
DE
102982016-03-03 Doug Evans <dje@google.com>
10299
10300 * gdb.base/skip.exp: Use with_test_prefix.
10301
4719d415
YQ
103022016-03-03 Yao Qi <yao.qi@linaro.org>
10303
10304 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10305 Invoke step_over_syscall "clone" and break_cond_on_syscall
10306 "clone".
10307 * gdb.base/step-over-clone.c: New file.
10308
ea507862
YQ
103092016-03-03 Yao Qi <yao.qi@linaro.org>
10310
10311 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10312 code format.
10313
8fc8cbda
YQ
103142016-03-03 Yao Qi <yao.qi@linaro.org>
10315
10316 * gdb.base/disp-step-fork.c: Rename to ...
10317 * gdb.base/step-over-fork.c: ... it. New file.
10318 * gdb.base/disp-step-vfork.c: Rename to ...
10319 * gdb.base/step-over-vfork.c: ... it. New file.
10320 * gdb.base/disp-step-syscall.exp: Rename to ...
10321 * gdb.base/step-over-syscall.exp: ... it. New file.
10322 (disp_step_cross_syscall): Rename to ...
10323 (step_over_syscall): ... it.
10324
92fa70b0
YQ
103252016-03-03 Yao Qi <yao.qi@linaro.org>
10326
10327 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10328 If target supports condition evaluation on target, invoke
10329 break_cond_on_syscall for fork and vfork.
10330
e197ad3c
YQ
103312016-03-03 Yao Qi <yao.qi@linaro.org>
10332
10333 * gdb.base/disp-step-syscall.exp: Don't invoke
10334 support_displaced_stepping.
10335 (disp_step_cross_syscall): Test with displaced stepping off and
10336 on if supported.
10337
0b47da9f
YQ
103382016-03-03 Yao Qi <yao.qi@linaro.org>
10339
10340 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10341 proc.
10342 (setup): New proc.
10343 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10344 and setup.
10345
065ab6dc
BH
103462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10347
10348 * gdb.fortran/vla-history.exp: Remove breakpoint.
10349
07e448ad 103502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10351
25d49b86
PA
10352 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10353 exceeds timeout.
07e448ad 10354
9ac2d526 103552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10356
25d49b86
PA
10357 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10358 breakpoint.
9ac2d526 10359
17807369
BH
103602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10361
10362 * gdb.mi/vla.f90: Nullify pointer after declaration.
10363
86e501af
PA
103642016-03-01 Pedro Alves <palves@redhat.com>
10365
10366 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10367
1e903e32
PA
103682016-03-01 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10371 before anything else.
10372 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10373 _GNU_SOURCE here.
10374 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10375 before anything else.
10376 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10377
6ccb54e2
PA
103782016-03-01 Pedro Alves <palves@redhat.com>
10379
10380 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10381
30ca9da1
YQ
103822016-03-01 Yao Qi <yao.qi@linaro.org>
10383
10384 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10385 prepare_for_testing.
10386
dc856b38
YQ
103872016-03-01 Yao Qi <yao.qi@linaro.org>
10388
10389 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10390
4a932159
AA
103912016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10392
10393 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10394 manually constructing the output path.
10395
f2489477
AA
103962016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10397
10398 * gdb.arch/s390-stackless.S: New.
10399 * gdb.arch/s390-stackless.exp: New.
10400
38899f16
IB
104012016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10402
10403 * gdb.dlang/circular.c: New file.
10404 * gdb.dlang/circular.exp: New file.
10405
9fde51ed
YQ
104062016-02-26 Yao Qi <yao.qi@linaro.org>
10407
10408 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10409 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10410 (testcases): Update.
10411
ce90fefe
YQ
104122016-02-26 Yao Qi <yao.qi@linaro.org>
10413
10414 * gdb.reverse/aarch64.c: Rename to ...
10415 * gdb.reverse/insn-reverse.c: ... it.
10416 * gdb.reverse/aarch64.exp: Rename to ...
10417 * gdb.reverse/insn-reverse.exp: ... it.
10418
3263bceb
YQ
104192016-02-26 Yao Qi <yao.qi@linaro.org>
10420
10421 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10422 (testcase_ftype): New.
10423 (testcases): New array.
10424 (n_testcases): New.
10425 (main): Call each element in testcases.
10426 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10427 (read_testcase): New.
10428 Do the tests in a loop.
10429
6cb59ff1
YQ
104302016-02-25 Yao Qi <yao.qi@linaro.org>
10431
10432 * gdb.base/branches.c: Remove.
10433
ae91f625
MK
104342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10435
10436 PR gdb/13808
10437 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10438
678b48b7
MK
104392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10440
10441 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10442
7337a6f2
MK
104432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10444
10445 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10446 change x86_64 call_insn to 'callq'.
10447
861ca91f
AT
104482016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10449
10450 * gdb.trace/tfile-avx.c: Move to...
10451 * gdb.trace/tracefile-pseudo-reg.c: Here.
10452 * gdb.trace/tfile-avx.exp: Move to...
10453 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10454
bf74e428
GB
104552016-02-24 Gary Benson <gbenson@redhat.com>
10456
10457 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10458 message on attach.
10459
cce0e923
DE
104602016-02-23 Doug Evans <dje@google.com>
10461
10462 * gdb.base/skip.c (test_skip): New function.
10463 (end_test_skip_file_and_function): New function.
10464 (test_skip_file_and_function): New function.
10465 * gdb.base/skip1.c (test_skip): New function.
10466 (skip1_test_skip_file_and_function): New function.
10467 * gdb.base/skip.exp: Add tests for new skip options.
10468 * gdb.base/skip-solib.exp: Update expected output.
10469 * gdb.perf/skip-command.cc: New file.
10470 * gdb.perf/skip-command.exp: New file.
10471 * gdb.perf/skip-command.py: New file.
10472
4000e47e
MK
104732016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10474
10475 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10476 info registers pattern.
10477
24f75ead
IB
104782016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10479
10480 * lib/future.exp: Add D support.
10481 (gdb_find_gdc): New proc.
10482 (gdb_default_target_compile): Add D support.
10483
fbb7bcbe
WW
104842016-02-18 Wei-cheng Wang <cole945@gmail.com>
10485
10486 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10487 user+system time.
10488 (trace_speed_test): Determine the iteration count for a time
10489 between 15..30 seconds.
10490
012b3a21
WT
104912016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10492
10493 * gdb.arch/i386-mpx-sigsegv.c: New file.
10494 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10495 * gdb.arch/i386-mpx-simple_segv.c: New file.
10496 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10497
2d5189bd
YQ
104982016-02-18 Yao Qi <yao.qi@linaro.org>
10499
10500 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10501 Don't call setup_kfail.
10502
40fb20d0
YQ
105032016-02-18 Yao Qi <yao.qi@linaro.org>
10504
10505 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10506 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10507
21b1f8d2
DE
105082016-02-16 Doug Evans <dje@google.com>
10509
10510 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10511 * gdb.base/skip1.c: Ditto.
10512 * gdb.base/skip.exp: Whitespace cleanup.
10513
4041ed77
DB
105142016-02-16 Don Breazeal <donb@codesourcery.com>
10515
10516 PR remote/19496
10517 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10518 Remove kfail for PR remote/19496.
10519
c4ef31bf
SM
105202016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10521
10522 * lib/gdb.exp (standard_temp_file): Return a path specific to
10523 the runtest invocation.
10524
266b65b3
SM
105252016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10526
10527 * gdb.trace/save-trace.exp: Change relative path to be in the
10528 standard output directory.
10529
a7a0a6a9
JK
105302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10531
10532 * gdb.arch/i386-prologue.c: Add missing prototypes.
10533
c99dbb42
JK
105342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10537 * gdb.arch/i386-prologue.exp: Likewise.
10538 * gdb.arch/i386-size.exp: Likewise.
10539
aa480355
SM
105402016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10541
10542 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10543 define object file path.
10544 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10545 file path.
10546 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10547 standard_output_file to define binfile.
10548
ba881f50
JK
105492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10550
10551 Fix compatibility with recent gfortran-5.3.1.
10552 * gdb.fortran/vla-history.exp (print vla1 allocated)
10553 (print vla2 allocated, print $2, print $3): Remove
10554 (print $4): Rename to ...
10555 (print $2): ... here.
10556 (print $9): Rename to ...
10557 (print $5): ... here.
10558 (print $10): Rename to ...
10559 (print $6): ... here.
10560 * gdb.fortran/vla.f90: Add pvla initialization.
10561
e9fb005c
JK
105622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10563
10564 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10565 New test.
10566 * gdb.fortran/vla-value-sub.exp: Likewise.
10567
e44e00ff
MK
105682016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10569
10570 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10571
97e94151
SM
105722016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10573
10574 * i386-biarch-core.exp: Define corefile using
10575 standard_output_file.
10576
01113bc1
YQ
105772016-02-12 Yao Qi <yao.qi@linaro.org>
10578
10579 * gdb.arch/arm-single-step-kernel-helper.c: New.
10580 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10581
33b4777c
MM
105822016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10583
10584 * gdb.btrace/tailcall-only.exp: New.
10585 * gdb.btrace/tailcall-only.c: New.
10586 * gdb.btrace/x86_64-tailcall-only.S: New.
10587 * gdb.btrace/i686-tailcall-only.S: New.
10588
acc23c11
PA
105892016-02-11 Pedro Alves <palves@redhat.com>
10590
10591 * README (Parallel testing): Add missing double quotes.
10592
e352bf0a
PA
105932016-02-11 Pedro Alves <palves@redhat.com>
10594
10595 * README (Parallel testing): New section.
10596 (GDB_PARALLEL): Rewrite.
10597 (FORCE_PARALLEL): Document.
10598
9f5fed78
MK
105992016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10600
10601 * gdb.trace/tfile-avx.c: New test.
10602 * gdb.trace/tfile-avx.exp: New test.
10603
9ef9e6a6
KS
106042016-02-09 Keith Seitz <keiths@redhat.com>
10605
10606 PR breakpoints/19546
10607 * gdb.base/infcall-exec.c: New file.
10608 * gdb.base/infcall-exec2.c: New file.
10609 * gdb.base/infcall-exec.exp: New file.
10610
a96e36da
KS
106112016-02-09 Keith Seitz <keiths@redhat.com>
10612
10613 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10614 (toplevel): Call test_bkpt_address.
10615
9f61929f
KS
106162016-02-09 Keith Seitz <keiths@redhat.com>
10617
10618 PR python/19506
10619 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10620 (toplevel): Call test_bkpt_address.
10621
1e94266c
SM
106222016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10623
10624 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10625 to AC_OUTPUT.
10626 * configure: Regenerate.
10627
2a7f3dff
PA
106282016-02-09 Pedro Alves <palves@redhat.com>
10629
10630 PR breakpoints/19548
10631 * gdb.base/execl-update-breakpoints.c (some_function): New
10632 function.
10633 (main): Call it.
10634 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10635 Tighten expected GDB output.
10636
2151ccc5
SM
106372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10638
10639 * Makefile.in (ALL_SUBDIRS): Remove.
10640 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10641 (distclean maintainer-clean realclean): Likewise.
10642 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10643 * configure: Regenerate.
10644 * gdb.ada/Makefile.in: Delete.
10645 * gdb.arch/Makefile.in: Likewise.
10646 * gdb.asm/Makefile.in: Likewise.
10647 * gdb.base/Makefile.in: Likewise.
10648 * gdb.btrace/Makefile.in: Likewise.
10649 * gdb.cell/Makefile.in: Likewise.
10650 * gdb.compile/Makefile.in: Likewise.
10651 * gdb.cp/Makefile.in: Likewise.
10652 * gdb.disasm/Makefile.in: Likewise.
10653 * gdb.dlang/Makefile.in: Likewise.
10654 * gdb.dwarf2/Makefile.in: Likewise.
10655 * gdb.fortran/Makefile.in: Likewise.
10656 * gdb.gdb/Makefile.in: Likewise.
10657 * gdb.go/Makefile.in: Likewise.
10658 * gdb.guile/Makefile.in: Likewise.
10659 * gdb.java/Makefile.in: Likewise.
10660 * gdb.linespec/Makefile.in: Likewise.
10661 * gdb.mi/Makefile.in: Likewise.
10662 * gdb.modula2/Makefile.in: Likewise.
10663 * gdb.multi/Makefile.in: Likewise.
10664 * gdb.objc/Makefile.in: Likewise.
10665 * gdb.opencl/Makefile.in: Likewise.
10666 * gdb.opt/Makefile.in: Likewise.
10667 * gdb.pascal/Makefile.in: Likewise.
10668 * gdb.perf/Makefile.in: Likewise.
10669 * gdb.python/Makefile.in: Likewise.
10670 * gdb.reverse/Makefile.in: Likewise.
10671 * gdb.server/Makefile.in: Likewise.
10672 * gdb.stabs/Makefile.in: Likewise.
10673 * gdb.threads/Makefile.in: Likewise.
10674 * gdb.trace/Makefile.in: Likewise.
10675 * gdb.xml/Makefile.in: Likewise.
10676 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10677 GDB_PARALLEL.
10678 (standard_output_file): Remove check for GDB_PARALLEL, always
10679 return path in outputs/$subdir/$testname.
10680
437277d4
SM
106812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10682
10683 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10684 (site.exp): Assign abs_srcdir to tcl's srcdir.
10685
31d913c7
YQ
106862016-02-04 Yao Qi <yao.qi@linaro.org>
10687
10688 * gdb.base/foll-exec-mode.c: Include limits.h.
10689 (main): Add parameters argc and argv. Get directory from
10690 argv[0].
10691 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10692 compilation.
10693 * gdb.base/foll-exec.c: Include limits.h.
10694 (main): Add parameters argc and argv.
10695 Get directory from argv[0].
10696 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10697 Adjust tests on the number of lines as source code changed.
10698 * gdb.base/foll-vfork-exit.c: Include limits.h.
10699 (main): Add one line of statement before vfork.
10700 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10701 (main): Add parameters argc and argv. Get directory from
10702 argv[0].
10703 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10704 (setup_gdb): Set tbreak to skip some source lines.
10705 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10706 (main): Add parameters argc and argv. Get directory from
10707 argv[0].
10708 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10709 compilation.
10710 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10711 (main): Add parameters argc and argv. Get directory from
10712 argv[0].
10713 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10714 compilation.
10715
9482b9fb
DE
107162016-02-01 Doug Evans <dje@google.com>
10717
10718 * gdb.base/skip.exp: Clean up multiple references to same test name.
10719
6b2e4f10
PA
107202016-02-01 Pedro Alves <palves@redhat.com>
10721
ccb6afd6 10722 PR remote/19496
6b2e4f10
PA
10723 * gdb.threads/forking-threads-plus-breakpoint.exp
10724 (displaced_stepping_supported): New global.
10725 (probe_displaced_stepping_support): New procedure.
10726 (do_test): Add 'displaced' parameter, and use it.
10727 (top level): Check for displaced stepping support. Add displaced
10728 stepping on/off testing axis.
10729
37a8db1a
AB
107302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10731
10732 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10733 pointer. Don't perform further tests on the unassociated pointer
10734 if the first test fails.
10735
5fdf6324
AB
107362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10737
10738 * gdb.base/max-value-size.c: New file.
10739 * gdb.base/max-value-size.exp: New file.
10740 * gdb.base/huge.exp: Disable max-value-size for this test.
10741
935c6144
IB
107422016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10743
10744 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10745
7fe8399d
YQ
107462016-01-28 Yao Qi <yao.qi@linaro.org>
10747
10748 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10749
a2077e25
PA
107502016-01-25 Pedro Alves <palves@redhat.com>
10751
10752 PR threads/19461
10753 * gdb.base/fork-running-state.c: New file.
10754 * gdb.base/fork-running-state.exp: New file.
10755
1d2736d4
PA
107562016-01-25 Pedro Alves <palves@redhat.com>
10757
10758 PR gdb/19494
10759 * gdb.base/catch-fork-kill.c: New file.
10760 * gdb.base/catch-fork-kill.exp: New file.
10761
f1da4b11
PA
107622016-01-25 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10765 Delete, moved to lib/gdb.exp.
10766 * gdb.threads/forking-threads-plus-breakpoint.exp
10767 (foreach_with_prefix): Likewise.
10768 * gdb.threads/process-dies-while-handling-bp.exp
10769 (foreach_with_prefix): Likewise.
10770 * lib/gdb.exp (foreach_with_prefix): New procedure.
10771
45f38546
MK
107722016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10773
10774 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10775 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10776
dc29a1ce
MK
107772016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10778
10779 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10780 endian targets.
10781
092127d7
JK
107822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10783 Pedro Alves <palves@redhat.com>
10784
10785 Fix testsuite compatibility with Guile.
10786 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10787 number.
10788
31d765d3
JK
107892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10790
10791 Fix testsuite compatibility with Guile.
10792 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10793 (thread 1): New test for backtrace through signal handler.
10794
1ac78c04
YQ
107952016-01-22 Yao Qi <yao.qi@linaro.org>
10796
10797 PR testsuite/19491
10798 * gdb.base/multi-forks.c: Include
10799 ../lib/unbuffer_output.c
10800 (main): Call gdb_unbuffer_output.
10801
4f5946a8
DE
108022016-01-21 Doug Evans <dje@google.com>
10803
10804 * lib/ada.exp (gdb_compile_ada): Fix typo.
10805
305e13e6
JB
108062016-01-21 Joel Brobecker <brobecker@adacore.com>
10807
10808 * gdb.base/break-fun-addr.exp: New file.
10809 * gdb.base/break-fun-addr1.c: New file.
10810 * gdb.base/break-fun-addr2.c: New file.
10811
5f5dfff6
SM
108122016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10813
10814 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10815 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10816 enum flag values.
10817
fd356fa2
AA
108182016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10819
10820 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10821 when GDB can not set the vector return value. Add more comments
10822 for clarification.
10823
9df22175
AT
108242016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10825
10826 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10827 command.
10828
41d1845e
SM
108292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10830
10831 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10832
01ac6840
SM
108332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10834
10835 * Makefile.in (check-single): Pass --status to runtest.
10836 (check/%.exp): Likewise.
10837
108382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10839
10840 * Makefile.in (check-parallel): Propagate return code from make
10841 do-check-parallel.
10842
bd0a71fa
MK
108432016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10844
10845 * gdb.trace/ftrace.exp: Fix expected message on continue.
10846 * gdb.trace/pending.exp: Fix expected message on continue.
10847 * gdb.trace/trace-break.exp: Fix expected message on continue.
10848
8bcbad33
SM
108492016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10850
10851 * lib/gdb.exp (gdb_test): Remove unused global references.
10852
f303dbd6
PA
108532016-01-18 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/async-shell.exp: Adjust expected output.
10856 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10857 * gdb.base/siginfo-thread.exp: Adjust expected output.
10858 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10859 * gdb.java/jnpe.exp: Adjust expected output.
10860 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10861 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10862 * gdb.threads/leader-exit.exp: Adjust expected output.
10863 * gdb.threads/manythreads.exp: Adjust expected output.
10864 * gdb.threads/pthreads.exp: Adjust expected output.
10865 * gdb.threads/schedlock.exp: Adjust expected output.
10866 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10867 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10868 expected output.
10869 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10870 output.
10871 * gdb.threads/sigthread.exp: Adjust expected output.
10872 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10873
b2789696
YQ
108742016-01-18 Yao Qi <yao.qi@linaro.org>
10875
10876 * gdb.guile/scm-section-script.c: Replace @progbits with
10877 %progbits.
10878 * gdb.python/py-section-script.c: Likewise.
10879
71ef29a8
PA
108802016-01-15 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.multi/tids.exp: Test star wildcard ranges.
10883
3f5b7598
PA
108842016-01-15 Pedro Alves <palves@redhat.com>
10885
10886 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10887 command from "thread apply" invocation.
10888 (thr_apply_info_thr_invalid): Default the expected output to the
10889 input tid list.
10890 (top level): Add tests that use convenience variables. Add tests
10891 for "thread apply" with a valid TID list, but missing the command.
10892
663f6d42
PA
108932016-01-13 Pedro Alves <palves@redhat.com>
10894
10895 * gdb.base/default.exp: Expect $_gthread as well.
10896 * gdb.multi/tids.exp: Test $_gthread.
10897 * gdb.threads/thread-specific.exp: Test $_gthread.
10898
c84f6bbf
PA
108992016-01-13 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.multi/tids.exp: Test "info threads -gid".
10902
22a02324
PA
109032016-01-13 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10906 Breakpoint.thread.
10907 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10908
5d5658a1
PA
109092016-01-07 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.base/break.exp: Adjust to output changes.
10912 * gdb.base/hbreak2.exp: Likewise.
10913 * gdb.base/sepdebug.exp: Likewise.
10914 * gdb.base/watch_thread_num.exp: Likewise.
10915 * gdb.linespec/keywords.exp: Likewise.
10916 * gdb.multi/info-threads.exp: Likewise.
10917 * gdb.threads/thread-find.exp: Likewise.
10918 * gdb.multi/tids.c: New file.
10919 * gdb.multi/tids.exp: New file.
10920
84654457
PA
109212016-01-13 Pedro Alves <palves@redhat.com>
10922
10923 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10924
e3940304
PA
109252016-01-13 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.base/default.exp: Expect $_inferior as well.
10928 * gdb.multi/base.exp: Test $_inferior.
10929
a911d87a
PA
109302016-01-13 Pedro Alves <palves@redhat.com>
10931
10932 PR breakpoints/19388
10933 * gdb.base/catch-signal-siginfo-cond.c: New file.
10934 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10935
82075af2
JS
109362016-01-12 Josh Stone <jistone@redhat.com>
10937 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10938
10939 * gdb.base/catch-syscall.c (do_execve): New variable.
10940 (main): Conditionally trigger an execve.
10941 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10942 (test_catch_syscall_execve): New, check entry/return across execve.
10943 (do_syscall_tests): Call test_catch_syscall_execve.
10944
e46eeedd
PA
109452016-01-12 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.base/random-signal.exp (do_test): New procedure, with body
10948 of testcase moved in.
10949
01d8c27e
JK
109502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10951 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/funcargs.exp (finish from indirectly called function):
10954 Reintroduce the case for 'First'.
10955
9a706302
JK
109562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10957 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10960 (tcatch_vfork_then_child_follow_exec)
10961 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10962 identification.
10963
c0ecb95f
JK
109642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10965
10966 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10967 and repeats to unlimited.
10968 * gdb.python/py-value.exp: Likewise.
10969 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10970 and repeats to unlimited.
10971
6cfc1fcb
JK
109722016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10973
10974 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10975 and reordering the functions.
10976 * gdb.multi/hangout.c: Likewise.
10977 * gdb.multi/hello.c: Likewise.
10978
582a1b00
SM
109792016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10982 absolute.
10983 (SingleStatisticTestResult.report): Use dict.keys instead of
10984 dict.iterkeys.
10985
79bc59cb
PA
109862016-01-06 Pedro Alves <palves@redhat.com>
10987
10988 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10989
43368e1d
MM
109902016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10991
10992 * gdb.btrace/dlopen.exp: New.
10993 * gdb.btrace/dlopen.c: New.
10994 * gdb.btrace/dlopen-dso.c: New.
10995
79fad5b8
SL
109962015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10997
10998 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10999 PATTERN argument is optional.
11000
ab8314b3
JB
110012015-12-24 Joel Brobecker <brobecker@adacore.com>
11002
11003 * lib/ada.exp (target_compile_ada_from_dir): New function.
11004 (gdb_compile_ada): Reimplement avoiding the use of project files.
11005 * gdb.ada/gnat_ada.gpr: Delete.
11006 * gdb.ada/cond_lang.exp: Adjust test to make path before
11007 filename optional.
11008 * gdb.ada/small_reg_param.exp: Likewise.
11009
fe33faff
SM
110102015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11011
11012 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11013
6d265cb4
TP
110142015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11015
11016 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11017 case.
11018
10125099
SM
110192015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11020
11021 * gdb.base/break.exp: Remove dead code.
11022 * gdb.base/sepdebug.exp: Likewise.
11023
3ca22649
SM
110242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11025
11026 * gdb.asm/asm-source.exp: Remove HP-UX references.
11027 * gdb.base/annota1.exp: Likewise.
11028 * gdb.base/annota3.exp: Likewise.
11029 * gdb.base/attach.exp: Likewise.
11030 * gdb.base/bigcore.exp: Likewise.
11031 * gdb.base/break.exp: Likewise.
11032 * gdb.base/call-ar-st.exp: Likewise.
11033 * gdb.base/callfuncs.exp: Likewise.
11034 * gdb.base/catch-fork-static.exp: Likewise.
11035 * gdb.base/display.exp: Likewise.
11036 * gdb.base/foll-exec-mode.exp: Likewise.
11037 * gdb.base/foll-exec.exp: Likewise.
11038 * gdb.base/foll-fork.exp: Likewise.
11039 * gdb.base/foll-vfork.exp: Likewise.
11040 * gdb.base/funcargs.exp: Likewise.
11041 * gdb.base/hbreak2.exp: Likewise.
11042 * gdb.base/inferior-died.exp: Likewise.
11043 * gdb.base/interrupt.exp: Likewise.
11044 * gdb.base/multi-forks.exp: Likewise.
11045 * gdb.base/nodebug.exp: Likewise.
11046 * gdb.base/sepdebug.exp: Likewise.
11047 * gdb.base/solib1.c: Likewise.
11048 * gdb.base/step-test.exp: Likewise.
11049 * gdb.mi/non-stop.c: Likewise.
11050 * gdb.mi/pthreads.c: Likewise.
11051 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11052 * gdb.threads/pthreads.c: Likewise.
11053 * gdb.threads/staticthreads.exp: Likewise.
11054 * lib/future.exp: Likewise.
11055 * lib/gdb.exp: Likewise.
11056 * gdb.base/so-indr-cl.c: Remove.
11057 * gdb.base/so-indr-cl.exp: Likewise.
11058 * gdb.base/solib.c: Likewise.
11059 * gdb.base/solib.exp: Likewise.
11060 * gdb.base/solib2.c: Likewise.
11061
b6304613
SM
110622015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11063
11064 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11065 * gdb.base/call-ar-st.exp: Likewise.
11066 * gdb.base/callfuncs.exp: Likewise.
11067 * gdb.base/condbreak.exp: Likewise.
11068 * gdb.base/constvars.exp: Likewise.
11069 * gdb.base/hbreak2.exp: Likewise.
11070 * gdb.base/langs.exp: Likewise.
11071 * gdb.base/list.exp: Likewise.
11072 * gdb.base/long_long.exp: Likewise.
11073 * gdb.base/ptype.exp: Likewise.
11074 * gdb.base/scope.exp: Likewise.
11075 * gdb.base/signals.exp: Likewise.
11076 * gdb.base/so-impl-ld.exp: Likewise.
11077 * gdb.base/varargs.exp: Likewise.
11078 * gdb.base/volatile.exp: Likewise.
11079 * gdb.base/whatis.exp: Likewise.
11080 * gdb.cp/cplusfuncs.exp: Likewise.
11081 * gdb.cp/inherit.exp: Likewise.
11082 * gdb.cp/local.exp: Likewise.
11083 * gdb.cp/member-ptr.exp: Likewise.
11084 * gdb.cp/method.exp: Likewise.
11085 * gdb.cp/overload.exp: Likewise.
11086 * gdb.cp/templates.exp: Likewise.
11087 * gdb.stabs/weird.exp: Likewise.
11088 * lib/compiler.c: Likewise.
11089 * lib/compiler.cc: Likewise.
11090 * lib/cp-support.exp: Likewise.
11091 * lib/gdb.exp: Likewise.
11092
bf401b07
SM
110932015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11094
11095 * configure.ac: Remove HP-UX case.
11096 * configure: Regenerate.
11097
aff9c0f8
SM
110982015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11099
11100 * lib/gdb.exp (gdb_compile): Add function doc.
11101
a6904d5a
PA
111022015-12-17 Pedro Alves <palves@redhat.com>
11103
11104 PR threads/19354
11105 * gdb.multi/info-threads.exp: New file.
11106
a22279dd
YQ
111072015-12-15 Yao Qi <yao.qi@linaro.org>
11108
11109 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11110 is aarch64*-*-*.
11111
0588c796
SL
111122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11113
11114 * gdb.base/history-duplicates.exp: Skip if no readline support.
11115
5d978e17
SL
111162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11117
11118 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11119
7e763b86
SL
111202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11121
11122 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11123
87a3a92c
SL
111242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11125
11126 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11127 ctrl-C if nointerrupts target property is set.
11128 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11129 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11130 * gdb.base/paginate-bg-execution.exp: Likewise.
11131 * gdb.base/paginate-execution-startup.exp: Likewise.
11132 * gdb.base/random-signal.exp: Likewise.
11133 * gdb.base/range-stepping.exp: Likewise.
11134 * gdb.cp/annota2.exp: Likewise.
11135 * gdb.cp/annota3.exp: Likewise.
11136 * gdb.gdb/selftest.exp: Likewise.
11137 * gdb.threads/continue-pending-status.exp: Likewise.
11138 * gdb.threads/leader-exit.exp: Likewise.
11139 * gdb.threads/manythreads.exp: Likewise.
11140 * gdb.threads/pthreads.exp: Likewise.
11141 * gdb.threads/schedlock.exp: Likewise.
11142 * gdb.threads/sigthread.exp: Likewise.
11143
a8f077dc
DB
111442015-12-11 Don Breazeal <donb@codesourcery.com>
11145
11146 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11147 remote.
11148 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11149 * gdb.base/foll-exec.exp (main): Enable for target remote.
11150 * gdb.base/foll-fork.exp (main): Likewise.
11151 * gdb.base/foll-vfork.exp (main): Likewise.
11152 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11153 (proc continue_to_exit_bp_loc): Use clean_restart.
11154 * gdb.base/pie-execl.exp (main): Disable for target remote.
11155 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11156 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11157 * gdb.threads/execl.exp (main): Likewise.
11158 * gdb.threads/fork-child-threads.exp (main): Likewise.
11159 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11160 remote.
11161 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11162 remote.
11163 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11164 pid.tid style ptids, instead of just tid.
11165 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11166 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11167 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11168 ptids, instead of just tid.
11169
3b2464a8
AB
111702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11171
11172 * gdb.base/list.exp (test_list_forward): Add end of file error
11173 test.
11174 (test_repeat_list_command): Add end of file error test.
11175 (test_list_backwards): Add beginning of file error test.
11176
a0def019
AB
111772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11178
11179 * gdb.base/list.exp (test_list_invalid_args): New function,
11180 defined, and called.
11181
5c000dff
AB
111822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11183
11184 * gdb.base/list.exp (test_list): Make test names unique.
11185
f1637ebe
YQ
111862015-12-11 Yao Qi <yao.qi@linaro.org>
11187
11188 * gdb.base/coremaker2.c: Remove.
11189
36d6fc0a
PA
111902015-12-10 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.multi/base.exp: Remove stale "spaces" references.
11193
762f7747
PA
111942015-12-10 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.multi/base.exp: Don't use nowarnings.
11197 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11198 * gdb.multi/hangout.c: Include stdio.h.
11199 * gdb.multi/hello.c: Include stdlib.h.
11200 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11201 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11202 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11203
28d2bfb9
AB
112042015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11205
11206 * gdb.dwarf2/dw2-ranges-base.c: New file.
11207 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11208 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11209 support additional line table, and debug ranges generation.
11210 (Dwarf::ranges): New function, generate .debug_ranges.
11211 (Dwarf::lines): Support generating simple line table programs.
11212 (Dwarf::assemble): Initialise new namespace variables.
11213
5fc2beac
KB
112142015-12-09 Kevin Buettner <kevinb@redhat.com>
11215
11216 * gdb.base/async.exp (proc test_background): Add case for
11217 asynchronous execution not supported.
11218
1c35a88f
LM
112192015-12-09 Luis Machado <lgustavo@codesourcery.com>
11220
11221 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11222 format and change test names to make them unique.
11223
b593e3d9
RK
112242015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11225 Pedro Alves <pedro@redhat.com>
11226
11227 PR gdb/18702
11228 Add checking of floatformats setup on x86_64 hosts.
11229 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11230 (smallval, bigval): New labels/constants.
11231 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11232 float" after loading bigval and smallval.
11233
d72413e6
PMR
112342015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11235
11236 * gdb.ada/fun_overload_menu.exp: New testcase.
11237 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11238
ece66d65
JS
112392015-12-04 Josh Stone <jistone@redhat.com>
11240
11241 * gdb.base/catch-fork-static.exp: New.
11242
41d0efca
YQ
112432015-12-03 Yao Qi <yao.qi@linaro.org>
11244
11245 * gdb.base/sizeof.c: Don't include stdio.h and
11246 ../lib/unbuffer_output.c.
11247 (main): New variable 'size' and 'value'. Remove printf and
11248 gdb_unbuffer_output. Assign return value to size and value.
11249 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11250 at the beginning.
11251 (check_sizeof): Check the result by printing variable 'size'.
11252 (check_valueof): Check the result by printing variable 'value'.
11253
99fd02d9
YQ
112542015-12-01 Yao Qi <yao.qi@linaro.org>
11255
11256 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11257 for aarch64*-*-linux* target.
11258
f2faf941
PA
112592015-11-30 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11262
04bf20c5
PA
112632015-11-30 Pedro Alves <palves@redhat.com>
11264
11265 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11266 Handle non-stop mode vCont replies.
11267
09df4675
PA
112682015-11-30 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11271 prepare_for_testing. Start gdb with "set non-stop on" appended to
11272 GDBFLAGS. Lax expected stop output.
11273
58b584af
YQ
112742015-11-27 Yao Qi <yao.qi@linaro.org>
11275
11276 * gdb.arch/arm-neon.exp: New.
11277 * gdb.arch/arm-neon.c: New.
11278
dfcb77a8
YQ
112792015-11-27 Yao Qi <yao.qi@linaro.org>
11280
11281 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11282
88e8ec1b
YQ
112832015-11-27 Yao Qi <yao.qi@linaro.org>
11284
11285 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11286 frames-invalid annotation.
11287
bfde72c2
YQ
112882015-11-27 Yao Qi <yao.qi@linaro.org>
11289
11290 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11291
f6512a69
SM
112922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11293
11294 * gdb.threads/names.exp: New file.
11295 * gdb.threads/names.c: New file.
11296 * README: Mention gdb,no_thread_names.
11297
46a3515b
MM
112982015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11299
11300 PR 19297
11301 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11302 support" error.
11303
62147a22
PA
113042015-11-24 Pedro Alves <palves@redhat.com>
11305
11306 PR 17539
11307 * gdb.base/display.exp: Expect displays to be sorted in ascending
11308 order. Use multi_line.
11309 * gdb.base/solib-display.exp: Likewise.
11310
2f341b6e
PA
113112015-11-24 Pedro Alves <palves@redhat.com>
11312
11313 PR 17539
25d49b86
PA
11314 * gdb.base/display.exp: Expect displays to be sorted in ascending
11315 order. Use multi_line.
11316 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11317
7e0aa6aa
PA
113182015-11-24 Pedro Alves <palves@redhat.com>
11319
11320 PR 17539
11321 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11322 threads in ascending order.
11323 * gdb.base/foll-fork.exp: Likewise.
11324 * gdb.base/foll-vfork.exp: Likewise.
11325 * gdb.base/multi-forks.exp: Likewise.
11326 * gdb.mi/mi-nonstop.exp: Likewise.
11327 * gdb.mi/mi-nsintrall.exp: Likewise.
11328 * gdb.multi/base.exp: Likewise.
11329 * gdb.multi/multi-arch.exp: Likewise.
11330 * gdb.python/py-inferior.exp: Likewise.
11331 * gdb.threads/break-while-running.exp: Likewise.
11332 * gdb.threads/execl.exp: Likewise.
11333 * gdb.threads/gcore-thread.exp: Likewise.
11334 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11335 * gdb.threads/kill.exp: Likewise.
11336 * gdb.threads/linux-dp.exp: Likewise.
11337 * gdb.threads/multiple-step-overs.exp: Likewise.
11338 * gdb.threads/next-bp-other-thread.exp: Likewise.
11339 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11340 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11341 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11342 * gdb.threads/thread-find.exp: Likewise.
11343 * gdb.threads/tls.exp: Likewise.
11344 * lib/mi-support.exp (mi_reverse_list): Delete.
11345 (mi_check_thread_states): No longer reverse list.
11346
2cc57ad8
PA
113472015-11-24 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11350 use lowercase.
11351
c93e8391
SM
113522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11353
11354 * gdb.trace/actions.c: Include trace-common.h.
11355 (main): Add a location for a fast tracepoint.
11356 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11357 the normal tracepoints.
11358 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11359
045ccf91
SM
113602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11361
11362 * save-trace.exp: Factor out code to these...
11363 (gdb_save_tracepoints): New.
11364 (gdb_load_tracepoints): New.
11365 (do_save_load_test): New.
11366
5506f9f6
KB
113672015-11-23 Kevin Buettner <kevinb@redhat.com>
11368
11369 * gdb.base/asmlabel.exp: New test.
11370 * gdb.base/asmlabel.c: New test case.
11371
16c3b12f
JB
113722015-11-23 Joel Brobecker <brobecker@adacore.com>
11373
11374 * gdb.base/wrong_frame_bt_full-main.c: New file.
11375 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11376 * gdb.base/wrong_frame_bt_full.exp: New file.
11377
155bfbd3
JB
113782015-11-23 Joel Brobecker <brobecker@adacore.com>
11379
11380 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11381
bb097445
JM
113822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11383
206853a0 11384 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11385 pstate register when comparing registers values in
11386 sparc64-*-linux-gnu targets to avoid spurious differences.
11387
9c88ed8f
JM
113882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11389
206853a0 11390 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11391
96161e25
SL
113922015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11393
11394 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11395 as type argument to gdb_compile.
11396 * gdb.base/nested-subp2.exp: Likewise.
11397 * gdb.base/nested-subp3.exp: Likewise.
11398
340c2830
DV
113992015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11400
11401 * lib/dwarf.exp (_note): Fix left shift of negative value.
11402 * gdb.trace/trace-condition.exp: Likewise.
11403
c1862d0f
YQ
114042015-11-13 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11407 comments about d10v.
11408 (test_scalar_returns): Likewise.
11409 * gdb.base/d10v.ld: Remove.
11410 * gdb.base/overlays.exp: Remove the target triplet checking for
11411 d10v-*-*.
11412 * gdb.base/structs.exp (test_struct_returns): Remove the
11413 comments about d10v.
11414 (test_struct_calls): Likewise.
11415
77ae9c19
YQ
114162015-11-13 Yao Qi <yao.qi@linaro.org>
11417
11418 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11419 * gdb.base/gnu_vector.c: Don't include stdio.h.
11420 (main): Don't print res and call add_some_intvecs.
11421
430e004e
MK
114222015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11423
11424 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11425 macro.
11426 (func5): Removed.
11427 (func4): Use FAST_TRACEPOINT_LABEL.
11428 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11429 macro.
11430 (func): Removed.
11431 (thread_function): Use FAST_TRACEPOINT_LABEL.
11432 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11433 (func): Remove.
11434 (marker): Use FAST_TRACEPOINT_LABEL.
11435 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11436 (pendfunc1): Remove.
11437 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11438 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11439 (foo): Remove.
11440 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11441 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11442 macro.
11443 (func): Remove.
11444 (marker): Use FAST_TRACEPOINT_LABEL.
11445 * gdb.trace/trace-common.h: New header.
11446 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11447 macro.
11448 (func): Remove.
11449 (marker): Use FAST_TRACEPOINT_LABEL.
11450 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11451 (func): Remove.
11452 (thread_function): Use FAST_TRACEPOINT_LABEL.
11453
6e7675a7
MK
114542015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11455
11456 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11457 in front.
11458 * gdb.trace/change-loc.exp: Use global pcreg definition.
11459 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11460 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11461 in front.
11462 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11463 * gdb.trace/pending.exp: Likewise.
11464 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11465 * gdb.trace/trace-break.exp: Likewise.
11466 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11467 in front.
11468 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11469 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11470 in front.
11471 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11472
dddc0e16
JB
114732015-11-09 Joel Brobecker <brobecker@adacore.com>
11474
11475 * gdb.ada/fin_fun_out: New testcase.
11476
c6f0b406
KB
114772015-11-07 Kevin Buettner <kevinb@redhat.com>
11478
11479 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11480 value associated with DW_AT_byte_size.
11481 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11482 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11483 DW_AT_upper_bound.
11484
f01dcfd9
KB
114852015-11-07 Kevin Buettner <kevinb@redhat.com>
11486
11487 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11488 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11489 version.
11490 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11491 gdb.dwarf2/dw2-canonicalize-type.exp,
11492 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11493 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11494 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11495 provided by gdb_target_symbol_prefix_flags_asm.
11496 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11497 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11498 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11499 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11500 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11501 macros where needed). Use this macro for symbols which require
11502 the prefix provided by SYMBOL_PREFIX.
11503
2223449a
KB
115042015-11-05 Kevin Buettner <kevinb@redhat.com>
11505
11506 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11507 New procs.
11508 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11509 representing expressions, of more than one list element.
11510 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11511 to prepend linker symbol prefix to f.
11512 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11513 table_1 and table_2.
11514 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11515 Likewise, for f and g.
11516 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11517 for ptr.
11518 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11519 for main.
11520 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11521 table_1_ptr and table_2_ptr.
11522
6f2f1a3a
JK
115232015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11524 Joel Brobecker <brobecker@adacore.com>
11525
11526 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11527
566c56c9
MK
115282015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11529
11530 * gdb.reverse/s390-mvcle.c: New test.
11531 * gdb.reverse/s390-mvcle.exp: New file.
11532 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11533
d5f0636b
MK
115342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11535
11536 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11537
7ad8b86c
MK
115382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11539
11540 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11541 reaching marker2.
11542 * gdb.reverse/getresuid-reverse.exp: Likewise.
11543 * gdb.reverse/pipe-reverse.exp: Likewise.
11544 * gdb.reverse/readv-reverse.exp: Likewise.
11545 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11546 * gdb.reverse/time-reverse.exp: Likewise.
11547 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11548
4081c0f1
YQ
115492015-10-30 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11552 (empty_cycle): Remove.
11553 (main): Don't call empty_cycle. Don't use watch_count_done.
11554 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11555 empty_cycle. Rewrite the code counting HW watchpoints.
11556
452b4ba5
MK
115572015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11558
11559 * gdb.reverse/fstatat-reverse.c: New test.
11560 * gdb.reverse/fstatat-reverse.exp: New file.
11561 * gdb.reverse/getresuid-reverse.c: New test.
11562 * gdb.reverse/getresuid-reverse.exp: New file.
11563 * gdb.reverse/pipe-reverse.c: New test.
11564 * gdb.reverse/pipe-reverse.exp: New file.
11565 * gdb.reverse/readv-reverse.c: New test.
11566 * gdb.reverse/readv-reverse.exp: New file.
11567 * gdb.reverse/recvmsg-reverse.c: New test.
11568 * gdb.reverse/recvmsg-reverse.exp: New file.
11569 * gdb.reverse/time-reverse.c: New test.
11570 * gdb.reverse/time-reverse.exp: New file.
11571 * gdb.reverse/waitpid-reverse.c: New test.
11572 * gdb.reverse/waitpid-reverse.exp: New file.
11573
5e2e7507
JK
115742015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11575
11576 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11577
0fde2c53
DE
115782015-10-26 Doug Evans <dje@google.com>
11579
11580 PR symtab/17391
11581 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11582 * gdb.dwarf2/bad-regnum.c: New file.
11583 * gdb.dwarf2/bad-regnum.exp: New file.
11584
1a70ae97
DE
115852015-10-26 Doug Evans <dje@google.com>
11586
11587 PR python/18938
11588 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11589 file.
11590
27dc26ab
JK
115912015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11592
11593 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11594 for a change by "Mention language in compile error message".
11595
bed91f4d
SM
115962015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11597
11598 PR python/18073
11599 * gdb.python/py-type.c (C::a_method): New.
11600 (C::a_const_method): New.
11601 (C::a_static_method): New.
11602 (a_function): New.
11603 * gdb.python/py-type.exp (test_fields): Test getting fields
11604 from function and method.
11605
3f2f83dd
KB
116062015-10-21 Keven Boell <keven.boell@intel.com>
11607
11608 * gdb.fortran/vla-alloc-assoc.exp: New file.
11609 * gdb.fortran/vla-datatypes.exp: New file.
11610 * gdb.fortran/vla-datatypes.f90: New file.
11611 * gdb.fortran/vla-history.exp: New file.
11612 * gdb.fortran/vla-ptype-sub.exp: New file.
11613 * gdb.fortran/vla-ptype.exp: New file.
11614 * gdb.fortran/vla-sizeof.exp: New file.
11615 * gdb.fortran/vla-sub.f90: New file.
11616 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11617 * gdb.fortran/vla-value-sub-finish.exp: New file.
11618 * gdb.fortran/vla-value-sub.exp: New file.
11619 * gdb.fortran/vla-value.exp: New file.
11620 * gdb.fortran/vla-ptr-info.exp: New file.
11621 * gdb.mi/mi-vla-fortran.exp: New file.
11622 * gdb.mi/vla.f90: New file.
11623
27145d50
SL
116242015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11625
11626 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11627 of hardwired timeout value.
11628
5f3ff4f8
JK
116292015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11630 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11633 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11634
bfd09d20
JS
116352015-10-19 Josh Stone <jistone@redhat.com>
11636
11637 * gdb.base/catch-syscall.c: Include <sched.h>.
11638 (unknown_syscall): New variable.
11639 (main): Trigger a vfork and an unknown syscall.
11640 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11641 (unknown_syscall_number): Likewise.
11642 (check_call_to_syscall): Accept an optional syscall pattern.
11643 (check_return_from_syscall): Likewise.
11644 (check_continue): Likewise.
11645 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11646 (test_catch_syscall_skipping_return): New test toggling off 'catch
11647 syscall' to step over the syscall return, then toggling back on.
11648 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11649 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11650 (do_syscall_tests): Call test_catch_syscall_without_args and
11651 test_catch_syscall_mid_vfork.
11652 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11653 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11654
b32b93c6
AS
116552015-10-19 Andrew Stubbs <ams@codesourcery.com>
11656
11657 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11658 print g_vE): Add new pass patterns.
11659 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11660 print various symbol names for vptr fields.
11661
9d622bda
AB
116622015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11663
11664 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11665 results.
11666
0fd8ac1c
YQ
116672015-10-12 Yao Qi <yao.qi@linaro.org>
11668
11669 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11670
34240514
YQ
116712015-10-12 Yao Qi <yao.qi@linaro.org>
11672
11673 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11674 is aarch64*-*-linux*.
11675
8240f442
YQ
116762015-10-12 Yao Qi <yao.qi@linaro.org>
11677
11678 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11679 (can_relocate_bcond_true): ... it.
11680 (can_relocate_bcond_false): New function.
11681 (foo): Likewise.
11682 (can_relocate_bl): Likewise.
11683 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11684 can_relocate_bl.
11685
2520f728
PMR
116862015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11687
11688 * gdb.base/nested-addr.c: New file.
11689 * gdb.base/nested-addr.exp: New testcase.
11690
abcef95a
MM
116912015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11692
11693 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11694 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11695 its output. Ignore the output of "record goto begin" and instead
11696 check that GDB is replaying.
11697
145e3ddb
PA
116982015-10-09 Pedro Alves <palves@redhat.com>
11699
11700 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11701 (top level): Use it in the run with no args test.
11702
d5d8c4e1
IB
117032015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11704
11705 * gdb.dlang/properties.exp: New file.
11706
06e635ef
SL
117072015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11708
11709 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11710 whether or not address 0x1000 is mapped on the target.
11711
e019fd1d
SM
117122015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11713
11714 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11715 build.
11716
77ba2a67
MM
117172015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11718
11719 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11720 instruction-history test.
11721
c60eb31f
DE
117222015-09-28 Doug Evans <dje@google.com>
11723
11724 * gdb.base/gcore.c (array_func): Add reference to static_array.
11725
9a3c8263
SM
117262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11727
11728 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11729 source line.
11730
9720e656
SL
117312015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11732
11733 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11734 short or char as base type.
11735
938d3bf2
SL
117362015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11737
11738 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11739 to allow any size enum.
11740
e6c2c623
PMR
117412015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11742
11743 * gdb.ada/array_ptr_renaming.exp: New testcase.
11744 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11745 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11746
06da0f77
PL
117472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11748
11749 * gdb.trace/ftrace-lock.c: New file.
11750 * gdb.trace/ftrace-lock.exp: New file.
11751
4f51c22a
PL
117522015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11753
11754 * gdb.arch/insn-reloc.c: New file.
11755 * gdb.arch/ftrace-insn-reloc.exp: New file.
11756
7041adf4
PL
117572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11758
11759 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11760 instruction.
11761 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11762 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11763 * gdb.trace/range-stepping.c: Likewise.
11764 * gdb.trace/trace-break.c: Likewise.
11765 * gdb.trace/trace-mt.c (thread_function): Likewise.
11766 * gdb.trace/ftrace.c (marker): Likewise.
11767 * gdb.trace/trace-condition.c (marker): Likewise.
11768 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11769 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11770 is_aarch64_target.
11771
015d2e7e
DE
117722015-09-18 Doug Evans <xdje42@gmail.com>
11773
11774 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11775 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11776
26b188a2
SL
117772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11778
11779 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11780 the breakpoint.
11781
79dc332b
SL
117822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11783
11784 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11785 the pending breakpoint. Remove timeout override for "Run till
11786 MI pending breakpoint on pendfunc3 on thread 2" test.
11787
f57929f2
SL
117882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11789
11790 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11791 filename pattern.
11792
3f469b17
SL
117932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11794
11795 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11796 in breakpoint filename pattern.
11797
515b89b3
SL
117982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11799
7800dbe4
SL
11800 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11801
118022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11803
515b89b3
SL
11804 * gdb.linespec/explicit.exp: Check for readline support for
11805 tab-completion tests. Fix obvious typo.
11806
d2939ba2
MM
118072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11808
11809 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11810 and replay.
11811
cbb55fa7
MM
118122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11813
11814 * gdb.btrace/non-stop.c: New.
11815 * gdb.btrace/non-stop.exp: New.
11816
43691ca1
PL
118172015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11818 Yao Qi <yao.qi@linaro.org>
11819
11820 * gdb.trace/trace-condition.c: New file.
11821 * gdb.trace/trace-condition.exp: New file.
11822
d78908cf
WW
118232015-09-16 Wei-cheng Wang <cole945@gmail.com>
11824
11825 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11826 for testing bytecode compilation.
11827
1ed415e2
PA
118282015-09-16 Pedro Alves <palves@redhat.com>
11829 Sandra Loosemore <sandra@codesourcery.com>
11830
11831 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11832 (SECONDS): Redefine.
11833 (main): Call pthread_kill and alarm early.
11834 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11835 support.
11836 (test): If the target can't hardware step and doesn't support
11837 displaced stepping, increase the timeout.
11838
d136eff5
PA
118392015-09-16 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11842 (enable_debug): New procedures.
11843 (test): Use them. Bail out if waiting for threads fails.
11844 (top level): Bail out if a test fails.
11845
991f019c
YQ
118462015-09-16 Yao Qi <yao.qi@linaro.org>
11847
11848 * gdb.asm/asm-source.exp: Set asm-arch for
11849 aarch64*-*-* target.
11850 * gdb.asm/aarch64.inc: New file.
11851
bfca584f
PMR
118522015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11853
11854 * gdb.ada/array_of_variable_length.exp: New testcase.
11855 * gdb.ada/array_of_variable_length/foo.adb: New file.
11856 * gdb.ada/array_of_variable_length/pck.adb: New file.
11857 * gdb.ada/array_of_variable_length/pck.ads: New file.
11858
b326e587
DE
118592015-09-15 Doug Evans <dje@google.com>
11860
11861 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11862 of function static local variable.
11863
5382cfab
PW
118642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11865
11866 * gdb.threads/tls-so_extern.exp: New test file.
11867 * gdb.threads/tls-so_extern.c: New test file.
11868 * gdb.threads/tls-so_extern_main.c: New test file.
11869
141c5cc4
JK
118702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11871
11872 * gdb.opt/solib-intra-step-lib.c: New file.
11873 * gdb.opt/solib-intra-step-main.c: New file.
11874 * gdb.opt/solib-intra-step.exp: New file.
11875
d15dcecd
PA
118762015-09-15 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11879 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11880
4c2f2a79
PA
118812015-09-14 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.base/hook-stop-continue.c: Delete.
11884 * gdb.base/hook-stop-continue.exp: Delete.
11885 * gdb.base/hook-stop-frame.c: Delete.
11886 * gdb.base/hook-stop-frame.exp: Delete.
11887 * gdb.base/hook-stop.c: New file.
11888 * gdb.base/hook-stop.exp: New file.
11889
919e6dbe
PMR
118902015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11891
11892 * gdb.ada/access_to_packed_array.exp: New testcase.
11893 * gdb.ada/access_to_packed_array/foo.adb: New file.
11894 * gdb.ada/access_to_packed_array/pack.adb: New file.
11895 * gdb.ada/access_to_packed_array/pack.ads: New file.
11896
157280a4
MM
118972015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11898
11899 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11900 buffer size test.
11901
2fd33e94
DB
119022015-09-11 Don Breazeal <donb@codesourcery.com>
11903
11904 * gdb.base/foll-exec.c: Add copyright header. Fix
11905 formatting issues.
11906 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11907 (do_exec_tests): Use clean_restart in place of zap_session,
11908 and for test initialization. Fix formatting issues. Use
11909 fail in place of perror.
11910 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11911 an expect statement to match an expression with output from
11912 the program under debug.
11913 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11914 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11915 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11916 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11917 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11918
e70b6e8e
DE
119192015-09-09 Doug Evans <dje@google.com>
11920
11921 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11922
7a551a51
DE
119232015-09-09 Doug Evans <dje@google.com>
11924
11925 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11926
4c666f84
DE
119272015-09-09 Doug Evans <dje@google.com>
11928
11929 * gdb.base/savedregs.exp: Fix typo.
11930
243a9253
PA
119312015-09-09 Pedro Alves <palves@redhat.com>
11932
11933 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11934
c0fa8fbd
SL
119352015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11936
11937 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11938 command actually switches threads. Give up on remaining
11939 tests if target fails to stop at breakpoint.
11940
cd7c1778
PMR
119412015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11942
11943 * gdb.ada/funcall_char.exp: New testcase.
11944 * gdb.ada/funcall_char/foo.adb: New file.
11945
dc5c8746
PMR
119462015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11947
11948 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11949 expected outputs. Add two testcases for completing ambiguous
11950 functions.
11951 * gdb.ada/complete/aux_pck.adb: New file.
11952 * gdb.ada/complete/aux_pck.ads: New file.
11953 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11954 Ambiguous_Func functions.
11955 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11956 * gdb.ada/complete/pck.adb: Likewise.
11957
4e83a1e7
UW
119582015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11959
11960 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11961 failures to run the test program under GDB.
11962
8ce74153
LM
119632015-08-26 Luis Machado <lgustavo@codesourcery.com>
11964
11965 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11966 to C.
11967
e9756d52
PP
119682015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11969
11970 * gdb.base/run-after-attach.exp: New test file.
11971 * gdb.base/run-after-attach.c: New test file.
11972
8d37573b
DB
119732015-08-26 Don Breazeal <donb@codesourcery.com>
11974
11975 * gdb.base/foll-exec-2.c: New test program.
11976 * gdb.base/foll-exec-2.exp: New test.
11977
63e43d3a
PMR
119782015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11979
11980 * gdb.base/nested-subp1.exp: New file.
11981 * gdb.base/nested-subp1.c: New file.
11982 * gdb.base/nested-subp2.exp: New file.
11983 * gdb.base/nested-subp2.c: New file.
11984 * gdb.base/nested-subp3.exp: New file.
11985 * gdb.base/nested-subp3.c: New file.
11986
3d40fbb5
PA
119872015-08-24 Pedro Alves <palves@redhat.com>
11988
11989 * gdb.server/connect-without-multi-process.c: New file.
11990 * gdb.server/connect-without-multi-process.exp: New file.
11991
4422ac93
LM
119922015-08-24 Luis Machado <lgustavo@codesourcery.com>
11993
11994 * gdb.opt/inline-markers.c: Make z int.
11995
91dddb86
LM
119962015-08-24 Luis Machado <lgustavo@codesourcery.com>
11997
11998 * gdb.opt/inline-markers.c: Make z volatile.
11999
a48847ee
LM
120002015-08-24 Luis Machado <lgustavo@codesourcery.com>
12001
12002 * gdb.opt/inline-bt.c: New volatile global z.
12003 * gdb.opt/inline-cmds.c: Likewise.
12004 * gdb.opt/inline-locals.c: Likewise.
12005 * gdb.opt/inline-markers.c: New extern global z.
12006 (marker): Use z.
12007 (inline_fn): Likewise.
12008
0ebbc52b
PA
120092015-08-24 Pedro Alves <palves@redhat.com>
12010
12011 * config/m32r-stub.exp: Remove file.
12012 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12013 * gdb.base/call-rt-st.exp: Likewise.
12014 * gdb.base/call-strs.exp: Likewise.
12015 * gdb.base/default.exp: Remove references to h8300-*-hms and
12016 *-*-udi*.
12017 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12018
77c365df
AA
120192015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12020
12021 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12022 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12023 and "return" use KFAIL when GDB can not read/write the vector
12024 return value.
12025
4313b8c0
GB
120262015-08-21 Gary Benson <gbenson@redhat.com>
12027
12028 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12029
0e433b32
PA
120302015-08-20 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.server/solib-list.exp: No longer expect an interior stop in
12033 non-stop mode.
12034
221e1a37
PA
120352015-08-20 Pedro Alves <palves@redhat.com>
12036
12037 * gdb.server/connect-stopped-target.c: New file.
12038 * gdb.server/connect-stopped-target.exp: New file.
12039
40e3ad0e
PA
120402015-08-20 Pedro Alves <palves@redhat.com>
12041
12042 * gdb.dwarf2/comp-unit-lang.exp: New file.
12043 * gdb.dwarf2/comp-unit-lang.c: New file.
12044
af39b327
PMR
120452015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12046
12047 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12048 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12049
7d45c7c3 120502015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12051
7d45c7c3
KB
12052 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12053 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12054
4d6cceb4
DE
120552015-08-18 Doug Evans <dje@google.com>
12056 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12057
12058 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12059 skip_python_tests. New arg prompt_regexp.
12060 (skip_python_tests): New function.
12061 * lib/mi-support.exp (mi_skip_python_tests): New function.
12062 * gdb.python/py-mi-objfile-gdb.py: New file.
12063 * gdb.python/py-mi-objfile.c: New file.
12064 * gdb.python/py-mi-objfile.exp: New file.
12065
ad89c2aa
KS
120662015-08-17 Keith Seitz <keiths@redhat.com>
12067
12068 * gdb.linespec/explicit.exp: Move strace test from here ...
12069 * gdb.trace/strace.exp: ... to here.
12070
e3ae3c43
PP
120712015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12072
12073 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12074 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12075
604b2636
DE
120762015-08-14 Doug Evans <xdje42@gmail.com>
12077
12078 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12079 inferior before selecting a new file.
12080
6ff0ba5f
DE
120812015-08-14 Doug Evans <xdje42@gmail.com>
12082
12083 * gdb.mi/mi-disassemble.exp: Update.
12084 * gdb.base/disasm-optim.S: New file.
12085 * gdb.base/disasm-optim.c: New file.
12086 * gdb.base/disasm-optim.h: New file.
12087 * gdb.base/disasm-optim.exp: New file.
12088
9ca98f92
KS
120892015-08-14 Keith Seitz <keiths@redhat.com>
12090
12091 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12092 "evaluated-by".
12093
52bbc560
JB
120942015-08-13 Joel Brobecker <brobecker@adacore.com>
12095
12096 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12097
5d8c3ed3
PMR
120982015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12099
12100 * gdb.ada/fun_renaming.exp: New testcase.
12101 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12102 * gdb.ada/fun_renaming/pack.adb: New file.
12103 * gdb.ada/fun_renaming/pack.ads: New file.
12104
ea8812bc
KS
121052015-08-12 Keith Seitz <keiths@redhat.com>
12106
12107 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12108 gdb_get_line_number.
12109
4dafcdeb
JB
121102015-08-12 Joel Brobecker <brobecker@adacore.com>
12111
12112 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12113 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12114 gdb.base/dso2dso.exp: New files.
12115
5ba32597
SDJ
121162015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12117 Pedro Alves <palves@redhat.com>
12118 Keith Seitz <keiths@redhat.com>
12119
12120 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12121 GDBFLAGS.
12122
b6dafabf
PP
121232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12124
12125 * gdb.base/gdbhistsize-history.exp
12126 (test_histsize_history_setting): Use save_vars.
12127 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12128 Use save_vars.
12129 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12130 * gdb.base/readline.exp: Use save_vars.
12131
abe8e607
PP
121322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12133
12134 * lib/gdb.exp (save_vars): New proc.
12135
629500fa
KS
121362015-08-11 Keith Seitz <keiths@redhat.com>
12137
12138 * gdb.base/help.exp: Update help_breakpoint_text.
12139
eb8c4e2e
KS
121402015-08-11 Keith Seitz <keiths@redhat.com>
12141
12142 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12143 (at toplevel): Call test_explicit_breakpoints.
12144 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12145 breakpoints.
12146 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12147 breakpoint conditions, "-cond".
12148
87f0e720
KS
121492015-08-11 Keith Seitz <keiths@redhat.com>
12150
12151 * gdb.linespec/3explicit.c: New file.
12152 * gdb.linespec/cpexplicit.cc: New file.
12153 * gdb.linespec/cpexplicit.exp: New file.
12154 * gdb.linespec/explicit.c: New file.
12155 * gdb.linespec/explicit.exp: New file.
12156 * gdb.linespec/explicit2.c: New file.
12157 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12158 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12159 before using in the matching pattern.
12160 Clarify that `prefix' is a regular expression.
12161
f00aae0f
KS
121622015-08-11 Keith Seitz <keiths@redhat.com>
12163
12164 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12165 test.
12166 Add tests for missing ",FMT" and ",".
12167
e27852be
DE
121682015-08-10 Doug Evans <dje@google.com>
12169 Keith Seitz <keiths@redhat.com>
12170
12171 PR gdb/17960
12172 * gdb.base/completion.exp: Add location completer tests.
12173
7f03bd92
PA
121742015-08-07 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12177 tests here.
12178 (top level): Run do_test with and without displaced stepping.
12179
3fc8eb30
PA
121802015-08-07 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.base/valgrind-disp-step.c: New file.
12183 * gdb.base/valgrind-disp-step.exp: New file.
12184
d4569d7b
PA
121852015-08-07 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12188 Delete function.
12189 (main): Add alarm. Run an infinite loop instead of calling
12190 wait_threads.
12191 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12192 comment.
12193 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12194 Delete function.
12195 (main): Add alarm. Run an infinite loop instead of calling
12196 wait_threads.
12197 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12198 comment.
12199
e1316e60
PA
122002015-08-07 Pedro Alves <palves@redhat.com>
12201
12202 * gdb.base/checkpoint-ns.exp: New file.
12203 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12204 standard_testfile.
12205
da8c46d2
MM
122062015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12207
12208 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12209 * gdb.btrace/instruction_history.exp: Update.
12210 * gdb.btrace/tsx.exp: New.
12211 * gdb.btrace/tsx.c: New.
12212
de1c2c52
PA
122132015-08-06 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12216 increase timeout.
12217 * gdb.reverse/until-precsave.exp: Bump timeouts.
12218
782e0bf4
PA
122192015-08-06 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12222
83e97ed0
PA
122232015-08-06 Pedro Alves <palves@redhat.com>
12224
12225 PR gdb/18749
12226 * gdb.threads/process-dies-while-handling-bp.c: New file.
12227 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12228
863d01bd
PA
122292015-08-06 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12232 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12233
0a39bb32
PA
122342015-08-05 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12237 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12238
ee2d2b10
SL
122392015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12240
12241 * gdb.base/bp-permanent.exp: Report test as unsupported if
12242 the target cannot stop at the permanent breakpoint.
12243
4e1bdb00
DE
122442015-08-03 Doug Evans <dje@google.com>
12245
12246 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12247 10000.
12248
3d338901
DE
122492015-08-03 Doug Evans <dje@google.com>
12250
12251 * Makefile.in (workers/%.worker, build-perf): New rule.
12252 (GDB_PERFTEST_MODE): New variable.
12253 (check-perf): Use it.
12254 (clean): Clean up gdb.perf parallel build subdirs.
12255 * lib/build-piece.exp: New file.
12256 * lib/gdb.exp (make_gdb_parallel_path): New function
12257 (standard_output_file, standard_temp_file): Call it.
12258 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12259 of $GDB_PARALLEL.
12260 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12261
af061d3e
DE
122622015-08-03 Doug Evans <dje@google.com>
12263
8e1afc81 12264 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12265 (LOG_FILE_NAME): New global.
12266 (TextReporter.__init__): Initialize self.txt_sum.
12267 (TextReporter.report): Add support for multiple data-points.
12268 Move report to perftest.sum, put raw data in perftest.log.
12269 (TextReporter.start): Open sum and log files.
12270 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12271 * gdb.perf/lib/perftest/testresult.py
12272 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12273
2c8c5d37
PA
122742015-07-31 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12277 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12278 kill_wait_spawned_process instead of explicit "kill -9".
12279 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12280 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12281 kill_wait_spawned_process.
12282 * gdb.base/attach-twice.exp: Likewise.
12283 * gdb.base/attach.exp: Likewise.
12284 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12285 gdb_test_multiple.
12286 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12287 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12288 kill_wait_spawned_process.
12289 * gdb.base/valgrind-infcall.exp: Likewise.
12290 * gdb.multi/multi-attach.exp: Likewise.
12291 * gdb.python/py-prompt.exp: Likewise.
12292 * gdb.python/py-sync-interp.exp: Likewise.
12293 * gdb.server/ext-attach.exp: Likewise.
12294 * gdb.threads/attach-into-signal.exp (corefunc): Use
12295 spawn_wait_for_attach, spawn_id_get_pid and
12296 kill_wait_spawned_process.
12297 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12298 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12299 spawn_id_get_pid and kill_wait_spawned_process.
12300 * gdb.threads/attach-stopped.exp (corefunc): Use
12301 spawn_wait_for_attach, spawn_id_get_pid and
12302 kill_wait_spawned_process.
12303 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12304 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12305 kill_wait_spawned_process instead of explicit "kill -9".
12306 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12307 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12308 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12309 processes. Don't map cygwin/windows pids here. Now returns a
12310 spawn id list.
12311
032a0fca
SL
123122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12313
12314 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12315 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12316 correct patch.
12317
61a934ca
SL
123182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12319
12320 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12321
4bc4d428
SL
123222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12323
12324 Reapply:
12325 2014-05-21 Mark Wielaard <mjw@redhat.com>
12326
12327 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12328
998d452a
PA
123292015-07-30 Pedro Alves <palves@redhat.com>
12330
12331 * linux-low.c (handle_extended_wait): Set the child's last
12332 reported status to TARGET_WAITKIND_STOPPED.
12333
69dde7dc
PA
123342015-07-30 Pedro Alves <palves@redhat.com>
12335
12336 PR threads/18600
12337 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12338 only shows inferior 1.
12339
4dd63d48
PA
123402015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12341 Pedro Alves <palves@redhat.com>
12342
12343 PR threads/18600
12344 * gdb.threads/fork-plus-threads.c: New file.
12345 * gdb.threads/fork-plus-threads.exp: New file.
12346
d618e4c5
PP
123472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12348
12349 * gdb.base/batch-preserve-term-settings.exp
12350 (test_terminal_settings_preserved_after_cli_exit): Use
12351 send_quit_command.
12352
1eef6428
PA
123532015-07-29 Pedro Alves <palves@redhat.com>
12354 Don Breazeal <donb@codesourcery.com>
12355
12356 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12357 output from both inferior_spawn_id and gdb_spawn_id.
12358
7da5b897
SDJ
123592015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12360
12361 * gdb.threads/attach-into-signal.exp (corefunc): Use
12362 with_test_prefix on nested loops, uniquefying the test messages.
12363
dac804df
SDJ
123642015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12365
12366 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12367 commit.
12368
06265e53
PP
123692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12370
12371 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12372 New proc.
12373 (test_terminal_settings_preserved_after_sigterm): New test.
12374
18206ca3
PP
123752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12376
12377 * gdb.base/batch-preserve-term-settings.exp
12378 (test_terminal_settings_preserved_after_cli_exit): New test.
12379
90074d11
PP
123802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12381
12382 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12383 manipulation of saved_gdbflags.
12384 (test_terminal_settings_preserved): Remove global declaration of
12385 the unused variable pagination_prompt. Remove manipulation of
12386 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12387 GDBFLAGS.
12388
eb1a7902
PA
123892015-07-29 Pedro Alves <palves@redhat.com>
12390
12391 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12392
8b75dd3b
PA
123932015-07-29 Pedro Alves <palves@redhat.com>
12394
12395 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12396 at the top.
12397
dedad4e3
PA
123982015-07-29 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12401 (main): Call gdb_unbuffer_output.
12402 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12403 (main): Call gdb_unbuffer_output.
12404 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12405 (main): Call gdb_unbuffer_output.
12406 * gdb.base/call-strs.exp: Adjust to step over the
12407 gdb_unbuffer_output call.
12408 * gdb.base/catch-gdb-caused-signals.c: Include
12409 "../lib/unbuffer_output.c".
12410 (main): Call gdb_unbuffer_output.
12411 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12412 (main): Call gdb_unbuffer_output.
12413 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12414 (main): Call gdb_unbuffer_output.
12415 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12416 (main): Call gdb_unbuffer_output.
12417 * gdb.base/shlib-call.exp: Adjust to step over the
12418 gdb_unbuffer_output call.
12419 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12420 (main): Call gdb_unbuffer_output.
12421 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12422 (main): Call gdb_unbuffer_output.
12423 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12424 (main): Rename to ...
12425 (test): ... this.
12426 (main): Reimplement.
12427 * gdb.base/varargs.exp: Run to test instead of to main.
12428 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12429 (main): Call gdb_unbuffer_output.
12430
58789a91
PA
124312015-07-29 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12434 factore out from mi_continue_dprintf. For call-style dprintfs,
12435 expect dprintf output out of $inferior_spawn_id.
12436 (mi_continue_dprintf): Use mi_expect_dprintf.
12437 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12438 (main): Call gdb_unbuffer_output.
12439
e8376742
PA
124402015-07-29 Pedro Alves <palves@redhat.com>
12441
12442 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12443 (default_mi_gdb_start): Set inferior_spawn_id instead of
12444 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12445 gdb_spawn_id.
12446 (mi_gdb_test): Always expect inferior output from both
12447 $inferior_spawn_id and $gdb_spawn_id.
12448
08280010
PA
124492015-07-29 Pedro Alves <palves@redhat.com>
12450
12451 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12452 send_inferior and $inferior_spawn_id.
12453
4d30e432
PA
124542015-07-29 Pedro Alves <palves@redhat.com>
12455
12456 * gdb.gdb/complaints.exp (test_initial_complaints)
12457 (test_serial_complaints, test_short_complaints): Use
12458 gdb_test_stdio.
12459 (test_empty_complaint): Handle $inferior_spawn_id !=
12460 $gdb_spawn_id.
12461
0d30a335
PA
124622015-07-29 Pedro Alves <palves@redhat.com>
12463
12464 * gdb.base/varargs.exp: Use gdb_test_stdio.
12465
39413b29
PA
124662015-07-29 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12469
7cb000a9
PA
124702015-07-29 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12473
d7b8ac82
PA
124742015-07-29 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12477 parameter into two new parameters, "inf_result" and "gdb_result".
12478 Expect inferior output and gdb output from $inferior_spawn_id and
12479 $gdb_spawn_id, respectively. Adjust all callers.
12480
789c3a0c
PA
124812015-07-29 Pedro Alves <palves@redhat.com>
12482
12483 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12484 of gdb_test_sequence.
12485
77e760c3
PA
124862015-07-29 Pedro Alves <palves@redhat.com>
12487
12488 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12489 (saw_spurious_output): Expect inferior output from
12490 $inferior_spawn_id. Use gdb_test_stdio.
12491
8396d2cd
PA
124922015-07-29 Pedro Alves <palves@redhat.com>
12493
12494 * gdb.base/dprintf.exp: Use standard_testfile. Change
12495 prepare_for_testing call.
12496 (srcfile): Don't set.
12497 (restart): New procedure.
12498 (test_dprintf): New procecure, use to continue over dprintfs.
12499 (test_call, test_agent): New procedures, tests moved here.
12500 Restart gdb and recreate dprintfs. Adjust expected output.
12501
2051d61f
PA
125022015-07-29 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12505
452397af
PA
125062015-07-29 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12509
8aed9555
PA
125102015-07-29 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12513 gdb_test_stdio.
12514
188a61b4
PA
125152015-07-29 Pedro Alves <palves@redhat.com>
12516
12517 * lib/gdb.exp (gdb_test_stdio): New procedure.
12518
12264a45
PA
125192015-07-29 Pedro Alves <palves@redhat.com>
12520
12521 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12522
23ffc893
PA
125232015-07-29 Pedro Alves <palves@redhat.com>
12524
12525 * gdb.base/call-signal-resume.exp: Remove check for
12526 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12527 * gdb.base/unwindonsignal.exp: Likewise.
12528 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12529 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12530
65566918
PA
125312015-07-29 Pedro Alves <palves@redhat.com>
12532
12533 * gdb.base/siginfo-addr.c (pass): New function.
12534 (handler): Call it iff si_addr is correct.
12535 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12536 Set a breakpoint at "pass" and continue to it.
12537
d60a9221
SDJ
125382015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12539
12540 * gdb.python/py-objfile.exp: Make some tests have unique names.
12541 * gdb.python/py-pp-registration.exp: Likewise.
12542
bde40b8f
PA
125432015-07-28 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12546
13e1dec8
SM
125472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12548
12549 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12550
da33c9a7
SM
125512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12552
12553 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12554
077836f7
PP
125552015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12556
12557 * gdb.base/gdb-sigterm-2.exp: New test.
12558
b8cc7b2e
DE
125592015-07-25 Doug Evans <xdje42@gmail.com>
12560
12561 Revert:
12562 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12563 (workers/%.worker, build-perf): New rule.
12564 (GDB_PERFTEST_MODE): New variable.
12565 (check-perf): Use it.
12566 (clean): Clean up gdb.perf parallel build subdirs.
12567 * lib/build-piece.exp: New file.
12568 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12569 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12570 name.
12571 (standard_temp_file): Ditto.
12572 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12573 of $GDB_PARALLEL.
12574
c8bd4544
DE
125752015-07-24 Doug Evans <dje@google.com>
12576
12577 * gdb.perf/lib/perftest/utils.py: New file.
12578 * gdb.perf/gm-hello.cc: New file.
12579 * gdb.perf/gm-pervasive-typedef.cc: New file.
12580 * gdb.perf/gm-pervasive-typedef.h: New file.
12581 * gdb.perf/gm-std.cc: New file.
12582 * gdb.perf/gm-std.h: New file.
12583 * gdb.perf/gm-use-cerr.cc: New file.
12584 * gdb.perf/gm-utils.h: New file.
12585 * gdb.perf/gmonster-null-lookup.py: New file.
12586 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12587 * gdb.perf/gmonster-print-cerr.py: New file.
12588 * gdb.perf/gmonster-ptype-string.py: New file.
12589 * gdb.perf/gmonster-runto-main.py: New file.
12590 * gdb.perf/gmonster-select-file.py: New file.
12591 * gdb.perf/gmonster1-null-lookup.exp: New file.
12592 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12593 * gdb.perf/gmonster1-print-cerr.exp: New file.
12594 * gdb.perf/gmonster1-ptype-string.exp: New file.
12595 * gdb.perf/gmonster1-runto-main.exp: New file.
12596 * gdb.perf/gmonster1-select-file.exp: New file.
12597 * gdb.perf/gmonster1.cc: New file.
12598 * gdb.perf/gmonster1.exp: New file.
12599 * gdb.perf/gmonster2-null-lookup.exp: New file.
12600 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12601 * gdb.perf/gmonster2-print-cerr.exp: New file.
12602 * gdb.perf/gmonster2-ptype-string.exp: New file.
12603 * gdb.perf/gmonster2-runto-main.exp: New file.
12604 * gdb.perf/gmonster2-select-file.exp: New file.
12605 * gdb.perf/gmonster2.cc: New file.
12606 * gdb.perf/gmonster2.exp: New file.
12607
6eab34f3
DE
126082015-07-24 Doug Evans <dje@google.com>
12609
12610 * gdb.perf/README: New file.
12611 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12612 * lib/gen-perf-test.exp: New file.
12613
63738bfd
DE
126142015-07-24 Doug Evans <dje@google.com>
12615
12616 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12617 (PerfTest::startup): New function.
12618 (PerfTest::run): Return result of calling body.
12619 (PerfTest::assemble): Rewrite.
12620 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12621 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12622 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12623 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12624 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12625
7b606f95
DE
126262015-07-24 Doug Evans <dje@google.com>
12627
12628 * lib/gdb.exp (clean_restart): Make executable optional.
12629
a97b16b8
DE
126302015-07-24 Doug Evans <dje@google.com>
12631
12632 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12633 compiler_info references.
12634 * gdb.cp/temargs.exp: Ditto.
12635 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12636 (get_compiler_info): Early exit if already computed. Set compiler_info
12637 to "unknown" if there was a problem.
12638 (test_compiler_info): Add function comment. Call get_compiler_info.
12639
35baa57f
DE
126402015-07-24 Doug Evans <dje@google.com>
12641
12642 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12643 (workers/%.worker, build-perf): New rule.
12644 (GDB_PERFTEST_MODE): New variable.
12645 (check-perf): Use it.
12646 (clean): Clean up gdb.perf parallel build subdirs.
12647 * lib/build-piece.exp: New file.
12648 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12649 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12650 name.
12651 (standard_temp_file): Ditto.
12652 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12653 of $GDB_PARALLEL.
12654
6ebea266
DE
126552015-07-24 Doug Evans <dje@google.com>
12656
12657 * lib/future.exp (gdb_default_target_compile): New option
12658 "early_flags".
12659 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12660 --as-needed.
12661
1e76a7e9
SDJ
126622015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12663
12664 * gdb.base/catch-syscall.exp: Call gdb_exit before
12665 gdb_skip_xml_test.
12666
5068630a
PA
126672015-07-24 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.python/py-events.exp: Accept output between the stop event
12670 and the prompt.
12671 * gdb.python/py-evsignal.exp: Likewise.
12672 * gdb.python/py-evthreads.exp: Likewise.
12673
77598427
PA
126742015-07-24 Pedro Alves <palves@redhat.com>
12675
12676 PR gdb/18717
12677 * gdb.threads/non-ldr-exit.c: New file.
12678 * gdb.threads/non-ldr-exit.exp: New file.
12679
11e6c98f
YQ
126802015-07-24 Yao Qi <yao.qi@linaro.org>
12681
12682 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12683 restarting process.
12684
51aee833
YQ
126852015-07-24 Yao Qi <yao.qi@linaro.org>
12686
12687 * gdb.server/ext-restart.exp: New file.
12688
8cfe207c
YQ
126892015-07-24 Yao Qi <yao.qi@linaro.org>
12690
12691 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12692 argument options.
12693 * gdb.server/ext-wrapper.exp: New file.
12694
cc12ce38
DE
126952015-07-23 Doug Evans <dje@google.com>
12696
12697 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12698 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12699
d0d84780
PMR
127002015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12701
12702 * gdb.ada/var_arr_typedef.exp: New testcase.
12703 * gdb.ada/var_arr_typedef/pack.adb: New file.
12704 * gdb.ada/var_arr_typedef/pack.ads: New file.
12705 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12706
8b558f79
JB
127072015-07-20 Joel Brobecker <brobecker@adacore.com>
12708
12709 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12710
775a3298
JK
127112015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 * gdb.arch/i386-biarch-core.exp: Replace istarget
12714 by "complete set gnutarget". Remove expectation for the "core-file"
12715 command.
12716
db1ff28b
JK
127172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12718
12719 Revert the previous commit:
12720 Tests for validate symbol file using build-id.
12721
0a94970d
JK
127222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12723
12724 Tests for validate symbol file using build-id.
12725 * gdb.base/solib-mismatch-lib.c: New file.
12726 * gdb.base/solib-mismatch-libmod.c: New file.
12727 * gdb.base/solib-mismatch.c: New file.
12728 * gdb.base/solib-mismatch.exp: New file.
12729
03346981
SL
127302015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12731
12732 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12733 nios2-*-linux*.
12734 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12735 * gdb.base/siginfo.exp: Likewise.
12736 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12737
42422cc7
PL
127382015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12739
12740 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12741 Move it to ...
12742 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12743 ... here.
12744 * gdb.trace/range-stepping.exp: Check that the target supports
12745 range stepping.
12746
cfa68bae
JK
127472015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12748
12749 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12750
8ffdba26
PA
127512015-07-14 Pedro Alves <palves@redhat.com>
12752
12753 * gdb.base/killed-outside.exp: New file.
12754 * gdb.base/killed-outside.c: New file.
12755
218a5a11
JK
127562015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12757
12758 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12759 (n at main): New.
12760 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12761
e03ed3c6
AA
127622015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12763
12764 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12765 infcall tests instead of setting up for KFAIL.
12766
485668e5
MM
127672015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12768
12769 * gdb.btrace/record_goto-step.exp: New.
12770
08464196
JK
127712015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12772
12773 PR compile/18484
12774 * gdb.compile/compile.c (struct struct_type): Add volatile to
12775 selffield's type.
12776 * gdb.compile/compile.exp
12777 (compile code struct_object.selffield = &struct_object): Skip further
12778 struct_object tests if this one xfails.
12779
bcf5c1d9
RC
127802015-07-08 Robert O'Callahan <robert@ocallahan.org>
12781
12782 PR exp/18617
12783 * gdb.trace/ax.exp: Add test.
12784
4931af25
YQ
127852015-07-07 Yao Qi <yao.qi@linaro.org>
12786
12787 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12788 instead of istarget "aarch64*-*-*".
12789 * gdb.arch/aarch64-fp.exp: Likewise.
12790 * gdb.base/float.exp: Likewise.
12791 * gdb.reverse/aarch64.exp: Likewise.
12792 * lib/gdb.exp (is_aarch64_target): New proc.
12793
9fcf688e
YQ
127942015-07-07 Yao Qi <yao.qi@linaro.org>
12795
12796 * lib/gdb.exp (is_aarch32_target): New proc.
12797 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12798 instead of "istarget "arm*-*-*"".
12799 * gdb.arch/arm-disp-step.exp: Likewise.
12800 * gdb.arch/thumb-bx-pc.exp: Likewise.
12801 * gdb.arch/thumb-prologue.exp: Likewise.
12802 * gdb.arch/thumb-singlestep.exp: Likewise.
12803 * gdb.base/disp-step-syscall.exp: Likewise.
12804 * gdb.base/float.exp: Likewise.
12805
fbd8d50d
YQ
128062015-07-07 Yao Qi <yao.qi@linaro.org>
12807
12808 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12809 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12810
71be1fdc
YQ
128112015-07-07 Yao Qi <yao.qi@linaro.org>
12812
12813 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12814 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12815 if it exists.
12816 * gdb.multi/multi-arch.exp: Likewise.
12817
3e221d36
SM
128182015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12819
12820 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12821 print.
12822
d441430b
YQ
128232015-07-07 Yao Qi <yao.qi@linaro.org>
12824
12825 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12826
06f810bd
MG
128272015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12828
12829 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12830 '[' and ']' characters.
12831
5e61e7c0
IB
128322015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12833
12834 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12835
28bf096c
PA
128362015-06-29 Pedro Alves <palves@redhat.com>
12837
12838 PR threads/18127
12839 * gdb.threads/hand-call-new-thread.c: New file.
12840 * gdb.threads/hand-call-new-thread.c: New file.
12841
ee93cd5e
KS
128422015-06-26 Keith Seitz <keiths@redhat.com>
12843 Doug Evans <dje@google.com>
12844
12845 PR 16253
12846 * gdb.cp/var-tag-2.cc: New file.
12847 * gdb.cp/var-tag-3.cc: New file.
12848 * gdb.cp/var-tag-4.cc: New file.
12849 * gdb.cp/var-tag.cc: New file.
12850 * gdb.cp/var-tag.exp: New file.
12851
fc637f04
PP
128522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12853
12854 * gdb.base/history-duplicates.exp: New test.
12855
2e52ae68
PP
128562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12857
12858 * gdb.base/completion.exp: Test the completion of the "focus"
12859 command.
12860
6e22494e
JK
128612015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12862
12863 * gdb.arch/amd64-prologue-skip.S: New file.
12864 * gdb.arch/amd64-prologue-skip.exp: New file.
12865
bf7b9cd9
SM
128662015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12867
12868 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12869 is_address_zero_readable check.
12870
201e8dfd
PB
128712015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12872
12873 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12874 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12875
5cd867b4
YQ
128762015-06-24 Yao Qi <yao.qi@linaro.org>
12877
12878 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12879 linux targets.
12880
4d7be007
YQ
128812015-06-24 Yao Qi <yao.qi@linaro.org>
12882
12883 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12884 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12885 * gdb.base/siginfo-thread.exp: Likewise.
12886
07fcd301
YQ
128872015-06-22 Yao Qi <yao.qi@linaro.org>
12888
12889 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12890
52042a00
YQ
128912015-06-22 Yao Qi <yao.qi@linaro.org>
12892
12893 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12894 aarch64*-*-*.
12895 (skip_hw_watchpoint_tests): Likewise.
12896
74bd41ce
PP
128972015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12898
12899 * gdb.base/gdbinit-history.exp: Test the interaction between
12900 setting GDBHISTSIZE and setting the history size via .gdbinit.
12901
bc460514
PP
129022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12903
12904 PR gdb/16999
12905 * gdb.base/gdbhistsize-history.exp: New test.
12906
b58c513b
PP
129072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12908
12909 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12910 with GDBHISTSIZE.
12911 * gdb.base/readline.exp: Likewise.
12912
92046791
YQ
129132015-06-17 Yao Qi <yao.qi@linaro.org>
12914
12915 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12916 line.
12917
2093d2d3
PP
129182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12919
12920 * gdb.base/gdbinit-history.exp: Add test case to check that
12921 an unlimited history file does not get truncated on exit.
12922
e6c693af
AA
129232015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12924
12925 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12926 (VECTOR): New macro. Use it...
12927 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12928 ...for these typedefs.
12929 (int8, char1, int1, double1): New typedefs.
12930 (struct just_int2, struct two_int2): New structures.
12931 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12932 (add_structvecs, add_singlevecs): New functions.
12933 (main): Call add_some_intvecs twice.
12934 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12935 the compile and exit upon failure. Try compiling for the "native"
12936 architecture. Test inferior function calls with vector arguments
12937 and vector return value handling with "finish" and "return".
12938
c74f7d1c
JT
129392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12940
12941 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12942 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12943 PE file.
12944 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12945
98aa42ee
AT
129462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12947
12948 PR breakpoints/16465
12949 * gdb.mi/mi-dprintf-pending.c: New file.
12950 * gdb.mi/mi-dprintf-pending.exp: New test.
12951 * gdb.mi/mi-dprintf-pendshr.c: New file.
12952
7d73c23c 129532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12954 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12955
12956 * gdb.arch/i386-mpx-map.c: New file.
12957 * gdb.arch/i386-mpx-map.exp: New File.
12958
129592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12960
12961 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12962 * gdb.arch/i386-mpx.exp: Indentation fixed.
12963
129642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12965
12966 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12967 function and improved indentation.
12968 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12969 gdb_test_multiple. Added additional tests to skip the test.
12970
129712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12972
12973 * gdb.arch/i386-avx512.c: Change path in include file.
12974 * gdb.arch/i386-avx512.exp: Change include dir path
12975 compilation flag.
12976 * gdb.arch/i386-mpx.c: Change path in include file.
12977 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12978 flag.
12979
d5eba19a
JK
129802015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12981
12982 * gdb.compile/compile-print.exp (compile print *vararray@3)
12983 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12984
7f361056
JK
129852015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12986
12987 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12988 (do not keep jit in memory): ... this.
12989 (expect 5): Change it to ...
12990 (expect no 5): ... this.
12991
3b462ec2
SM
129922015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12993
12994 PR gdb/15564
12995 * gdb.mi/mi-detach.exp: New file.
12996
e0619de6
JK
129972015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12998
12999 PR symtab/18392
13000 * gdb.arch/amd64-tailcall-self.S: New file.
13001 * gdb.arch/amd64-tailcall-self.c: New file.
13002 * gdb.arch/amd64-tailcall-self.exp: New file.
13003
e970cb34
DB
130042015-05-28 Don Breazeal <donb@codesourcery.com>
13005
13006 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13007 tests for remote targets by checking is_target_gdbserver.
13008
b2e2f908
DE
130092015-05-27 Doug Evans <dje@google.com>
13010
13011 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13012 * gdb.dwarf2/opaque-type-lookup.c: New file.
13013 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13014
82c7be31
DE
130152015-05-26 Doug Evans <dje@google.com>
13016
13017 * gdb.cp/iostream.cc: New file.
13018 * gdb.cp/iostream.exp: New file.
13019
b4f54984
DE
130202015-05-26 Doug Evans <dje@google.com>
13021
13022 * gdb.dwarf2/dw2-op-call.exp: Update.
13023 * gdb.dwarf2/dw4-sig-types.exp: Update.
13024 * gdb.dwarf2/implptr.exp: Update.
13025 * gdb.mi/mi-cmd-param-changed.exp: Update.
13026
4ea6efe9
DE
130272015-05-26 Doug Evans <dje@google.com>
13028
13029 * gdb.python/py-lazy-string.c: New file.
13030 * gdb.python/py-lazy-string.exp: New file.
13031 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13032 (main): Update. Add estring3.
13033 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13034 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13035
f6bb7db3
YQ
130362015-05-26 Omair Javaid <omair.javaid@linaro.org>
13037 Yao Qi <yao.qi@linaro.org>
13038
13039 * gdb.reverse/aarch64.c: New.
13040 * gdb.reverse/aarch64.exp: New.
13041
a81bfbd0
OJ
130422015-05-26 Omair Javaid <omair.javaid@linaro.org>
13043
25d49b86
PA
13044 * lib/gdb.exp (supports_process_record): Return true for
13045 aarch64*-linux*.
a81bfbd0
OJ
13046 (supports_reverse): Likewise.
13047
158bf1b4
PP
130482015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13049
13050 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13051 Use with_test_prefix.
13052
a0145030
AB
130532015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13054
13055 * gdb.base/completion.exp: Add test for completion of layout
13056 names.
13057
ebe3b578
AB
130582015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13059
13060 * lib/gdb.exp (skip_tui_tests): New proc.
13061 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13062
84204ed7
PA
130632015-05-19 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13066 Save the whole env array instead of just HOME. Unset HISTSIZE in
13067 the environment while testing. Restore whole environment
13068 afterwards.
13069
37442ce1
DE
130702015-05-16 Doug Evans <xdje42@gmail.com>
13071
13072 * gdb.guile/scm-ports.c: New file.
13073 * gdb.guile/scm-ports.exp: Add memory port tests.
13074
36de76f9
JK
130752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13076
13077 * gdb.compile/compile-print.c: New file.
13078 * gdb.compile/compile-print.exp: New file.
13079
3a9558c4
JK
130802015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13081
13082 * gdb.compile/compile-ops.exp: Cast param to void.
13083 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13084 (compile code struct_object.selffield = &struct_object): Add xfail.
13085
aa715135
JG
130862015-05-15 Joel Brobecker <brobecker@adacore.com>
13087
13088 * gdb.ada/arr_enum_with_gap: New testcase.
13089
931e5bc3
JG
130902015-05-15 Joel Brobecker <brobecker@adacore.com>
13091
13092 * gdb.ada/byte_packed_arr: New testcase.
13093
9cd4d857
JB
130942015-05-15 Joel Brobecker <brobecker@adacore.com>
13095
13096 * gdb.ada/pckd_neg: New testcase.
13097
ebfd00d2
PP
130982015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13099
13100 PR gdb/17820
13101 * gdb.base/gdbinit-history.exp: New test.
13102 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13103 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13104
4c082a81
SC
131052015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13106
13107 * gdb.python/py-xmethods.cc: Enhance test case.
13108 * gdb.python/py-xmethods.exp: New tests.
13109 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13110 function.
13111 (B_indexoper): Likewise.
13112 (global_dm_list) : Add new xmethod worker functions.
13113
f7797074
SDJ
131142015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13115
13116 * gdb.base/coredump-filter.exp: Correctly unset
13117 "coredump_var_addr" array.
13118
a4674e4e
PA
131192015-05-08 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.server/non-existing-program.exp: Unset spawn_id.
13122
df2eb078
SC
131232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13124
13125 PR python/18291
13126 * gdb.python/py-xmethods.exp: Add tests.
13127
422349a3
YQ
131282015-05-08 Yao Qi <yao.qi@linaro.org>
13129
13130 PR gdb/18208
13131 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13132 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13133 function set_coredump_filter, and remove remote_exec call.
13134 Remove argument ipid. Callers update.
13135 (top level): Don't get inferior's PID.
13136
63fc80ce
AA
131372015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13138
13139 * gdb.base/watch_thread_num.exp: Skip test on targets without
13140 access watchpoints.
13141
80ad801e
PA
131422015-05-06 Pedro Alves <palves@redhat.com>
13143
13144 PR server/18081
13145 * gdb.server/non-existing-program.exp: New file.
13146
0fa7fe50
JB
131472015-05-05 Joel Brobecker <brobecker@adacore.com>
13148
13149 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13150
3ea89b92
PMR
131512015-05-05 Joel Brobecker <brobecker@adacore.com>
13152
13153 * gdb.ada/out_of_line_in_inlined: New testcase.
13154
87b8eff0
JB
131552015-05-05 Joel Brobecker <brobecker@adacore.com>
13156
13157 * gdb.ada/var_rec_arr: New testcase.
13158
5fccc635
YQ
131592015-04-30 Yao Qi <yao.qi@linaro.org>
13160
13161 * gdb.base/break-idempotent.exp: If
13162 skip_hw_watchpoint_multi_tests returns true, skip the tests
13163 on "rwatch" and "awatch".
13164
42d38f42
YQ
131652015-04-30 Yao Qi <yao.qi@linaro.org>
13166
13167 * gdb.base/relativedebug.exp: Invoke gdb command
13168 "info sharedlibrary", and if libc.so doesn't have debug info,
13169 skip the test.
13170
2ce1cdbf
DE
131712015-04-29 Doug Evans <dje@google.com>
13172
13173 * gdb.python/py-xmethods.exp: Add ptype tests.
13174 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13175 get_result_type method.
13176
f24a38c5
LM
131772015-04-29 Luis Machado <lgustavo@codesourcery.com>
13178
13179 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13180 the target does not support hardware watchpoints.
13181
ecbf2b3c
LM
131822015-04-29 Luis Machado <lgustavo@codesourcery.com>
13183
13184 * gdb.base/break-always.exp: Abort testing if writing to memory
13185 causes an error.
13186
34f5f757
DE
131872015-04-28 Doug Evans <dje@google.com>
13188
13189 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13190 * gdb.python/py-pp-registration.exp: ... here. New file.
13191 * gdb.python/py-pp-registration.c: New file.
13192 * gdb.python/py-pp-registration.py: New file.
13193
69b4374a
DE
131942015-04-28 Doug Evans <dje@google.com>
13195
13196 * gdb.python/py-bad-printers.c: New file.
13197 * gdb.python/py-bad-printers.py: New file.
13198 * gdb.python/py-bad-printers.exp: New file.
13199
59fb7612
SS
132002015-04-28 Sasha Smundak <asmundak@google.com>
13201
13202 * gdb.python/py-type.exp: New test.
13203
2631b16a
AW
132042015-04-28 Andy Wingo <wingo@igalia.com>
13205
13206 * gdb.python/py-parameter.exp:
13207 * gdb.guile/scm-parameter.exp: Escape the path that we are
13208 matching against, as it might contain characters that are special
13209 to regular expressions.
13210
460efde1
JB
132112015-04-27 Joel Brobecker <brobecker@adacore.com>
13212
13213 * gdb.ada/rec_comp: New testcase.
13214
2d369d8e
SDJ
132152015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13216
13217 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13218 before using it.
13219
cf75d6c3
AB
132202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13221
13222 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13223 new tests for verilog output.
13224
8dbe7ca5
YQ
132252015-04-24 Yao Qi <yao.qi@linaro.org>
13226
13227 * boards/remote-gdbserver-on-localhost.exp: New file.
13228
4ef9fb2f
PA
132292015-04-23 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13232 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13233 "end of file", remove $inferior_spawn_id from the indirect list.
13234
0a803169
PA
132352015-04-23 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13238
749ef8f8
PA
132392015-04-23 Pedro Alves <palves@redhat.com>
13240
13241 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13242 on $any_spawn_id instead of only on $gdb_spawn_id.
13243
8aae4344
PM
132442015-04-21 Pierre Muller <muller@sourceware.org>
13245
13246 PR pascal/17815
13247 * lib/pascal.exp (gpc_compile): Add new option "class".
13248 (fpc_compile): Likewise.
13249 * gdb.pascal/case-insensitive-symbols.pas: New file.
13250 * gdb.pascal/case-insensitive-symbols.exp: New file.
13251
1586c8fb
GB
132522015-04-20 Gary Benson <gbenson@redhat.com>
13253
13254 * gdb.base/attach.exp: Fix three extended remote failures.
13255
1b6e6f5c
GB
132562015-04-17 Gary Benson <gbenson@redhat.com>
13257
13258 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13259 the main executable over the remote protocol.
13260
e797481d
PA
132612015-04-16 Pedro Alves <palves@redhat.com>
13262
13263 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13264 a new gdbserver if gdbserver_reconnect_p is set.
13265
1ca99c42
PA
132662015-04-16 Pedro Alves <palves@redhat.com>
13267
13268 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13269 is set, don't exit gdbserver.
13270
af9fd6f8
AA
132712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13272
13273 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13274 appropriate .insn, such that an older assembler can be used.
13275 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13276 the z/Architecture instruction set on 31-bit targets as well.
13277
04ff1e61
AA
132782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13279
13280 * gdb.go/handcall.exp: Remove all logic related to the first
13281 breakpoint and rely on go_runto_main instead.
13282 * gdb.go/strings.exp: Likewise.
13283 * gdb.go/unsafe.exp: Likewise.
13284 * gdb.go/hello.exp: Likewise. Also rename the remaining
13285 breakpoint marker to "breakpoint 1".
13286 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13287 * gdb.go/strings.go: Likewise.
13288 * gdb.go/unsafe.go: Likewise.
13289 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13290 "set breakpoint 2 here" and rename the remaining breakpoint marker
13291 to "breakpoint 1".
13292
40d2f8d6
SM
132932015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13294
13295 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13296 if itertools.imap is not present.
13297 * gdb.python/py-objfile.exp: Add parentheses.
13298 * gdb.python/py-type.exp: Same.
13299 * gdb.python/py-unwind-maint.py: Same.
13300
8cbc97c6
YQ
133012015-04-15 Yao Qi <yao.qi@linaro.org>
13302
13303 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13304 of ":$ptr_size" and set its form explicitly.
13305
45fd756c
YQ
133062015-04-15 Pedro Alves <palves@redhat.com>
13307 Yao Qi <yao.qi@linaro.org>
13308
13309 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13310 timeout by factor of 4.
13311 (test_regular_watch): Likewise.
13312 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13313 * gdb.reverse/sigall-reverse.exp: Likewise.
13314 * gdb.reverse/until-precsave.exp: Likewise.
13315 * lib/gdb.exp (with_timeout_factor): New proc.
13316 (gdb_expect): Move some code to ...
13317 (get_largest_timeout): ... here. New procedure.
13318
9e811bc3
LM
133192015-04-14 Luis Machado <lgustavo@codesourcery.com>
13320
13321 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13322
0ff6fcb2
LM
133232015-04-13 Luis Machado <lgustavo@codesourcery.com>
13324
13325 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13326 to write to the .text section.
13327
7578d5f7
LM
133282015-04-13 Luis Machado <lgustavo@codesourcery.com>
13329
13330 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13331 Handle the case of targets that do not provide PID information.
13332
2efe15c4
YQ
133332015-04-13 Yao Qi <yao.qi@linaro.org>
13334
13335 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13336 and use expect instead of gdb_expect.
13337
8cd8f2f8
SDJ
133382015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13339
13340 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13341 "coredump_var_addr" to avoid naming conflict with other testcases.
13342
9ee41772
PA
133432015-04-10 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13346 gdb_test_sequence and gdb_assert.
13347
07473109
PA
133482015-04-10 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13351 test messages that don't include the breakpoint address.
13352
de3db44c
YQ
133532015-04-10 Yao Qi <yao.qi@linaro.org>
13354
13355 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13356 false for some offset and width combinations which aren't
13357 supported by linux kernel.
13358
c79d856c
PA
133592015-04-10 Pedro Alves <palves@redhat.com>
13360
13361 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13362 procedure, factored out from ...
13363 (top level): ... here. Add "set displaced-stepping" testing axis.
13364 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13365 parameter "displaced". Use it.
13366 (top level): Use foreach and add "set displaced-stepping" testing
13367 axis.
13368
ebc90b50
PA
133692015-04-10 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13372 Remove comment.
13373 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13374 both the address of the instruction that triggers the watchpoint
13375 and the address of the instruction immediately after, and use
13376 those addresses for the test. Fix comment.
13377
8f572e5c
PA
133782015-04-10 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.base/sigstep.exp (breakpoint_to_handler)
13381 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13382 Test "backtrace" in handler.
13383 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13384 (top level): Add new "displaced" test axis to
13385 breakpoint_to_handler, breakpoint_to_handler_entry and
13386 breakpoint_over_handler.
13387
8d707a12
PA
133882015-04-10 Pedro Alves <palves@redhat.com>
13389
13390 PR gdb/18216
13391 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13392
ef713951
YQ
133932015-04-10 Yao Qi <yao.qi@linaro.org>
13394
13395 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13396 (test_add_rn_pc): New function.
13397 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13398 (top level): Invoke test_add_rn_pc.
13399
906d60cf
PA
134002015-04-10 Pedro Alves <palves@redhat.com>
13401
13402 PR gdb/13858
13403 * gdb.base/step-over-no-symbols.exp: New file.
13404
f2983cc3
AW
134052015-04-09 Andy Wingo <wingo@igalia.com>
13406
13407 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13408 after the Python tests.
13409
6d62641c
SDJ
134102015-04-08 Keith Seitz <keiths@redhat.com>
13411
13412 PR python/16699
13413 * gdb.python/py-completion.exp: New tests for completion.
13414 * gdb.python/py-completion.py (CompleteLimit1): New class.
13415 (CompleteLimit2): Likewise.
13416 (CompleteLimit3): Likewise.
13417 (CompleteLimit4): Likewise.
13418 (CompleteLimit5): Likewise.
13419 (CompleteLimit6): Likewise.
13420 (CompleteLimit7): Likewise.
13421
f3770638
PA
134222015-04-08 Pedro Alves <palves@redhat.com>
13423
13424 PR gdb/18214
13425 PR gdb/18216
13426 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13427 function.
13428 (main): Install it as SIGUSR1 handler.
13429 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13430 parameter. Always use "setup" as prefix. Toggle "set
13431 displaced-stepping" off/on depending on global. Don't switch to
13432 thread 1 here.
13433 (top level): Add displaced stepping "off/on" test axis. Update
13434 "setup" calls. Wrap each subtest with with_test_prefix. Test
13435 continuing with a queued signal in each thread.
13436
4496bed7
PA
134372015-04-08 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13440 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13441 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13442 Return early if running to main fails.
13443 * gdb.trace/while-stepping.exp: Likewise.
13444
b97fde92
PA
134452015-04-07 Pedro Alves <palves@redhat.com>
13446
13447 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13448 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13449 interact with inferior program.
13450
f71c18e7
PA
134512015-04-07 Pedro Alves <palves@redhat.com>
13452
13453 * lib/gdb.exp (inferior_spawn_id): New global.
13454 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13455 spawn id after processing the user code.
13456 (default_gdb_start): Set inferior_spawn_id.
13457 (send_inferior): New procedure.
13458 * lib/gdbserver-support.exp (gdbserver_start): Set
13459 inferior_spawn_id.
13460 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13461
6423214f
PA
134622015-04-07 Pedro Alves <palves@redhat.com>
13463
13464 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13465 * lib/gdbserver-support.exp (gdbserver_start): Make
13466 $server_spawn_id global.
13467 (gdbserver_start): Don't wait for gdbserver's spawn id with
13468 expect_background.
13469 (close_gdbserver): New procedure.
13470 (gdb_exit): Rename the default version and reimplement.
13471
71c0ee8c
PA
134722015-04-07 Pedro Alves <palves@redhat.com>
13473
72f4393d 13474 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13475 append the substituted item, not the original item.
13476
203bc29b
PA
134772015-04-07 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13480 gdb_expect.
13481
508a3ddf
PA
134822015-04-07 Pedro Alves <palves@redhat.com>
13483
13484 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13485 output appearing once only.
13486
9f6dbe2b
PA
134872015-04-07 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13490 that doesn't expect anything. Return early if running to main
13491 fails.
13492
337532fa
YQ
134932015-04-07 Yao Qi <yao.qi@linaro.org>
13494
13495 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13496 (child_function): Call alarm.
13497 (main): Move call to alarm into the loop.
13498 * gdb.threads/non-stop-fair-events.exp: Build program with
13499 -DTIMEOUT=$timeout.
13500
01b622d4
DE
135012015-04-06 Doug Evans <xdje42@gmail.com>
13502
13503 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13504 Fix dest parameter to board_info.
13505 (fpc_compile): Ditto.
13506 (gdb_compile_pascal): Rename dest arg to destfile.
13507
961f4160
PMR
135082015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13509
13510 * gdb.ada/funcall_ref.exp: New file.
13511 * gdb.ada/funcall_ref/foo.adb: New file.
13512
cafda597
YQ
135132015-04-02 Yao Qi <yao.qi@linaro.org>
13514
13515 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13516 is remote.
13517
fed040c6
GB
135182015-04-02 Gary Benson <gbenson@redhat.com>
13519
13520 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13521
d11916aa
SS
135222015-04-01 Sasha Smundak <asmundak@google.com>
13523
13524 * gdb.python/py-unwind-maint.c: New file.
13525 * gdb.python/py-unwind-maint.exp: New test.
13526 * gdb.python/py-unwind-maint.py: New file.
13527 * gdb.python/py-unwind.c: New file.
13528 * gdb.python/py-unwind.exp: New test.
13529 * gdb.python/py-unwind.py: New test.
13530
a1471180
PA
135312015-04-01 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13534 to fail instead of non-existent $test.
13535
0bbeccb1
PA
135362015-04-01 Pedro Alves <palves@redhat.com>
13537
13538 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13539 GDBFLAGS if not empty.
13540
3c724c8c
PMR
135412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13542
13543 * gdb.ada/complete.exp: Remove "multi_line".
13544 * gdb.ada/info_exc.exp: Remove "multi_line".
13545 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13546 * gdb.ada/ptype_field.exp: Remove "multi_line".
13547 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13548 * gdb.ada/tagged.exp: Remove "multi_line".
13549 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13550 [multi_line ...]
13551 * gdb.btrace/delta.exp: Likewise.
13552 * gdb.btrace/exception.exp: Likewise.
13553 * gdb.btrace/function_call_history.exp: Likewise.
13554 * gdb.btrace/instruction_history.exp: Likewise.
13555 * gdb.btrace/nohist.exp: Likewise.
13556 * gdb.btrace/record_goto.exp: Likewise.
13557 * gdb.btrace/segv.exp: Likewise.
13558 * gdb.btrace/stepi.exp: Likewise.
13559 * gdb.btrace/tailcall.exp: Likewise.
13560 * gdb.btrace/unknown_functions.exp: Likewise.
13561 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13562 * lib/gdb.exp: Add the "multi_line" helper.
13563
4eec2deb
PA
135642015-04-01 Pedro Alves <palves@redhat.com>
13565
13566 * gdb.threads/tid-reuse.c: New file.
13567 * gdb.threads/tid-reuse.exp: New file.
13568
df8411da
SDJ
135692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13570
13571 PR corefiles/16092
13572 * gdb.base/coredump-filter.c: New file.
13573 * gdb.base/coredump-filter.exp: Likewise.
13574
6ef37366
PM
135752015-03-27 Petr Machata <pmachata@redhat.com>
13576
13577 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13578 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13579 (Dwarf::assemble): Initialize them.
13580 (Dwarf::lines): New function.
13581
7ec911b0
JT
135822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13583
13584 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13585 SYMBOL_PREFIX for x86_64-*-cygwin.
13586
ff908ebf
AW
135872015-03-26 Andy Wingo <wingo@igalia.com>
13588
13589 PR symtab/18148
13590 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13591 const_value but not a location.
13592 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13593 location defined in non-main CUs are visible.
13594
6d5f0679
YQ
135952015-03-26 Yao Qi <yao.qi@linaro.org>
13596
13597 PR testsuite/18139
13598 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13599 Add a line number entry for the same line.
13600 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13601 Add a line number entry for the same line.
13602
2898689b
YQ
136032015-03-26 Yao Qi <yao.qi@linaro.org>
13604
13605 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13606 .int 0.
13607 (func): Likewise. Add .Lfunc_1 label.
13608 Use .Lfunc_1 label.
13609 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13610 .int 0.
13611 (func): Likewise.
13612 Use .Lfunc_1 label.
13613
85180498
YQ
136142015-03-26 Yao Qi <yao.qi@linaro.org>
13615
13616 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13617 Call gdb_compile instead to compile each .s files without debug
13618 information.
13619
8aa08a8d
YQ
136202015-03-26 Yao Qi <yao.qi@linaro.org>
13621
13622 * gdb.base/savedregs.exp (process_saved_regs): Make
13623 "Saved registers:" optional in the pattern.
13624
66849923
MM
136252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13626
13627 * gdb.btrace/next.exp: Merged into step.exp.
13628 * gdb.btrace/finish.exp: Merged into step.exp.
13629 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13630 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13631 "record goto" and checking the exact replay position.
13632 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13633 check for "Recording format" in "info record" output.
13634 * gdb.btrace/record_goto.exp: Choose test file based on target.
13635 * gdb.btrace/x86-record_goto.S: Renamed into ...
13636 * gdb.btrace/x86_64-record_goto.S: ... this.
13637 * gdb.btrace/i686-record_goto.S: New.
13638 * gdb.btrace/x86-tailcall.S: Renamed into ...
13639 * gdb.btrace/x86_64-tailcall.S: ... this.
13640 * gdb.btrace/i686-tailcall.S: New.
13641 * gdb.btrace/x86-tailcall.c: Renamed into ...
13642 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13643 separate statements. Update test.
13644 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13645 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13646 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13647 * gdb.btrace/tailcall.exp: Choose test file based on target.
13648 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13649
11cc1b74
MM
136502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13651
13652 * gdb.btrace/exception.exp: Increase BTS buffer size.
13653
a25d8bf9
PA
136542015-03-24 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13657
856e7dd6
PA
136582015-03-24 Pedro Alves <palves@redhat.com>
13659
13660 * gdb.threads/schedlock.exp (test_step): No longer expect that
13661 "set scheduler-locking step" with "next" over a function call runs
13662 threads unlocked.
13663
ad235a41
AT
136642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13665
13666 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13667
15630549
AT
136682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13669
13670 PR breakpoints/16466
13671 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13672 * gdb.mi/mi-pending.c (thread_func): New function.
13673 (int main): Add threading support required.
13674 * gdb.mi/mi-pending.exp: Add tests for this issue.
13675 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13676 (pendfunc2): Remove stdio dependency.
13677 * gdb.mi/mi-pendshr2.c: New file.
13678
693dca06
KS
136792015-03-23 Keith Seitz <keiths@redhat.com>
13680
13681 * gdb.linespec/keywords.c: New file.
13682 * gdb.linespec/keywords.exp: New file.
13683
7e993ebf
KS
136842015-03-23 Keith Seitz <keiths@redhat.com>
13685
13686 PR gdb/18021
13687 * gdb.dwarf2/staticvirtual.exp: New test.
13688
bc23328c
JK
136892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13690
13691 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13692 * README: Remove HP-UX and gdb.hp.
13693 (configuration):
13694 * configure: Regenerate.
13695 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13696 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13697 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13698 gdb.hp/gdb.defects/Makefile.
13699 * gdb.hp/Makefile.in: File deleted.
13700 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13701 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13702 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13703 * gdb.hp/gdb.aCC/run.c: File deleted.
13704 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13705 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13706 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13707 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13708 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13709 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13710 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13711 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13712 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13713 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13714 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13715 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13716 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13717 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13718 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13719 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13720 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13721 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13722 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13723 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13724 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13725 * gdb.hp/gdb.compat/average.c: File deleted.
13726 * gdb.hp/gdb.compat/sum.c: File deleted.
13727 * gdb.hp/gdb.compat/xdb.c: File deleted.
13728 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13729 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13730 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13731 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13732 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13733 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13734 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13735 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13736 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13737 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13738 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13739 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13740 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13741 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13742 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13743 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13744 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13745 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13746 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13747 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13748 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13749 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13750 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13751 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13752 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13753 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13754 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13755 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13756 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13757 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13758 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13759 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13760 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13761 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13762 * gdb.hp/tools/odump: File deleted.
13763
8bf3b159
PA
137642015-03-19 Pedro Alves <palves@redhat.com>
13765
13766 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13767 (saw_thread_3): New globals.
13768 (top level): Increment them when an event for the corresponding
13769 thread is seen.
13770 (no thread starvation): New test.
13771
eb54c8bf
PA
137722015-03-19 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.threads/continue-pending-status.c: New file.
13775 * gdb.threads/continue-pending-status.exp: New file.
13776
32d2e5d6
PA
137772015-03-18 Pedro Alves <palves@redhat.com>
13778
13779 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13780 Use gdb_is_target_remote instead of is_remote. Use
13781 gdb_test_multiple instead of gdb_expect. Exit early if
13782 gdb_test_multiple hits its internal matches. Tighten stepi tests
13783 expected output. Fail on exit with any signal, instead of just
13784 SIGILL.
13785
f68f11b7
YQ
137862015-03-18 Yao Qi <yao.qi@linaro.org>
13787
13788 PR tdep/18107
13789 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13790 variable.
13791 * gdb.base/catch-syscall.exp: Don't skip it on
13792 aarch64*-*-linux* target. Remove elements in all_syscalls.
13793 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13794 target.
13795 (setup_all_syscalls): New proc.
13796
ca5fd19b
YQ
137972015-03-16 Yao Qi <yao.qi@linaro.org>
13798
13799 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13800 (top level): Skip tests if valid_addr_p returns false for
13801 $cmd1 or $cmd2.
13802
85642ba0
AW
138032015-03-11 Andy Wingo <wingo@igalia.com>
13804
13805 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13806
e03f9645
YQ
138072015-03-11 Yao Qi <yao.qi@linaro.org>
13808
13809 * gdb.base/catch-syscall.exp: Fix typo in comments.
13810
5d0962b2
YQ
138112015-03-11 Yao Qi <yao.qi@linaro.org>
13812
13813 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13814
b2df3cef
PA
138152015-03-09 Pedro Alves <palves@redhat.com>
13816
13817 * dg-extract-results.py: Delete.
13818
ef878e53
PA
138192015-03-09 Pedro Alves <palves@redhat.com>
13820
13821 Merge dg-extract-results.sh from GCC upstream (r218843).
13822
13823 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13824 * dg-extract-results.sh: Use --text with grep to avoid issues with
13825 binary files. Fall back to cat -v, if that doesn't work.
13826
9494d219
PA
138272015-03-05 Pedro Alves <palves@redhat.com>
13828
13829 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13830
a8d9763a
SM
138312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13832
13833 * lib/mi-support.exp (mi_expect_interrupt): Accept
13834 alternative event for when in all-stop mode.
13835
be9957b8
PA
138362015-03-04 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13839
d57be0f4 138402015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13841
13842 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13843
c214c7cf
AA
138442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13845
13846 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13847 regexps for GDB's current line display, accept a hex address
13848 preceding the line number.
13849
6d74a497
AA
138502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13851
13852 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13853 the 'arch1' variable for "s390*-linux*" targets.
13854
511aee7c
PA
138552015-03-04 Pedro Alves <palves@redhat.com>
13856
13857 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13858 (main): Pass missing retval argument to pthread_join call.
13859
95e50b27
PA
138602015-03-02 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13863 (top level): Call do_test with non-stop as well.
13864
28054d69
PA
138652015-03-02 Pedro Alves <palves@redhat.com>
13866
13867 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13868 -1.
13869
4fa5d7b4
AA
138702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13871
13872 * gdb.arch/s390-vregs.exp: New test.
13873 * gdb.arch/s390-vregs.S: New file.
13874
97c18565
PA
138752015-02-27 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13878 call to catch_command_errors.
13879 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13880 catch_command_errors.
13881
a37bfa30
PA
138822015-02-27 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13885 "true" for boolean result.
13886 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13887 prototype of main.
13888
6f98576f
PA
138892015-02-27 Pedro Alves <palves@redhat.com>
13890
13891 * lib/unbuffer_output.c: New file.
13892 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13893 (main): Call gdb_unbuffer_output.
13894
eba5ab56
YQ
138952015-02-27 Yao Qi <yao.qi@linaro.org>
13896
13897 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13898 target.
13899
0def5aaa
DE
139002015-02-26 Doug Evans <dje@google.com>
13901
13902 * gdb.cp/class2.cc (Dbase, D): New classes.
13903 (main): New local delta.
13904 * gdb.cp/class2.exp: Test printing delta.
13905 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13906 (dynbar): New global.
13907 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13908
081a1c2c
JK
139092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13910
13911 * gdb.compile/compile-ifunc.c: New file.
13912 * gdb.compile/compile-ifunc.exp: New file.
13913
2f41223f
AT
139142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13915
13916 * gdb.base/structs.exp: Check for correct struct on finish.
13917
03eddd80
YQ
139182015-02-26 Yao Qi <yao.qi@linaro.org>
13919
13920 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13921 is zero.
13922
80c57053
JK
139232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13924
13925 * gdb.arch/cordic.ko.bz2: New file.
13926 * gdb.arch/cordic.ko.debug.bz2: New file.
13927 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13928
21613c12
YQ
139292015-02-25 Yao Qi <yao.qi@linaro.org>
13930
13931 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13932 aarch64*-*-* target.
13933
d8b901ed
PA
139342015-02-23 Pedro Alves <palves@redhat.com>
13935
13936 * lib/gdb.exp (delete_breakpoints): Rewrite using
13937 gdb_test_multiple.
13938
e5b85ead
PA
139392015-02-23 Pedro Alves <palves@redhat.com>
13940
13941 * gdb.base/info-os.c: Include stdlib.h.
13942
85c3a371
DE
139432015-02-22 Doug Evans <xdje42@gmail.com>
13944
13945 PR symtab/17855
13946 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13947 is read after symbols have been re-read.
13948 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13949 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13950
96553a0c
DE
139512015-02-21 Doug Evans <dje@google.com>
13952
13953 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13954
97a0c697
JK
139552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13956
13957 PR corefiles/17808
13958 * gdb.arch/i386-biarch-core.core.bz2: New file.
13959 * gdb.arch/i386-biarch-core.exp: New file.
13960
a47cd6e9
PA
139612015-02-21 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13964 runto_main fails.
13965
c5facdc4
PA
139662015-02-20 Pedro Alves <palves@redhat.com>
13967
13968 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13969 info probes.
13970
2db9a427
PA
139712015-02-20 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13974
60fb7e9e
PA
139752015-02-20 Pedro Alves <palves@redhat.com>
13976
13977 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13978 clean_restart before gdb_target_supports_trace.
13979
5c5019c2
PA
139802015-02-20 Pedro Alves <palves@redhat.com>
13981
13982 PR threads/18006
13983 * gdb.threads/clone-thread_db.c: New file.
13984 * gdb.threads/clone-thread_db.exp: New file.
13985
c9587f88
AT
139862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13987
13988 PR breakpoints/16812
13989 * gdb.base/catch-gdb-caused-signals.c: New file.
13990 * gdb.base/catch-gdb-caused-signals.exp: New file.
13991
f6a88844
JM
139922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13993
13994 * configure: Regenerated.
13995 * configure.ac: Use GDB_AC_TRANSFORM.
13996 * aclocal.m4: sinclude ../transform.m4.
13997
497c491b
JM
139982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13999
14000 * lib/dtrace.exp: New file.
14001 * gdb.base/dtrace-probe.exp: Likewise.
14002 * gdb.base/dtrace-probe.d: Likewise.
14003 * gdb.base/dtrace-probe.c: Likewise.
14004 * lib/pdtrace.in: Likewise.
14005 * configure.ac: Output variables with the transformed names of
14006 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14007 * configure: Regenerated.
14008
03e98035
JM
140092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14010
14011 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14012 expected message when trying to access $_probe_* convenience
14013 variables while not on a probe.
14014
63cc30e9
JK
140152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14016
14017 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14018
0703599a
PA
140192015-02-11 Pedro Alves <pedro@codesourcery.com>
14020
14021 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14022 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14023
7e60a48e
DE
140242015-02-10 Doug Evans <xdje42@gmail.com>
14025
14026 * lib/gdb.exp (gdb_load): Always return a result.
14027
01b088bc
PA
140282015-02-10 Pedro Alves <palves@redhat.com>
14029
14030 * gdb.threads/signal-sigtrap.c: New file.
14031 * gdb.threads/signal-sigtrap.exp: New file.
14032
b05ec7a5
AT
140332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14034
14035 * gdb.trace/no-attach-trace.c: New file.
14036 * gdb.trace/no-attach-trace.exp: New file.
14037
a2c2acaf
MW
140382015-02-09 Mark Wielaard <mjw@redhat.com>
14039
14040 * gdb.dwarf2/atomic.c: New file.
14041 * gdb.dwarf2/atomic-type.exp: Likewise.
14042
31fd9caa
MM
140432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14044
14045 * gdb.btrace/buffer-size.exp: Update "info record" output.
14046 * gdb.btrace/delta.exp: Update "info record" output.
14047 * gdb.btrace/enable.exp: Update "info record" output.
14048 * gdb.btrace/finish.exp: Update "info record" output.
14049 * gdb.btrace/instruction_history.exp: Update "info record" output.
14050 * gdb.btrace/next.exp: Update "info record" output.
14051 * gdb.btrace/nexti.exp: Update "info record" output.
14052 * gdb.btrace/step.exp: Update "info record" output.
14053 * gdb.btrace/stepi.exp: Update "info record" output.
14054 * gdb.btrace/nohist.exp: Update "info record" output.
14055
d33501a5
MM
140562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14057
14058 * gdb.btrace/buffer-size: New.
14059
f4abbc16
MM
140602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14061
14062 * gdb.btrace/delta.exp: Update "info record" output.
14063 * gdb.btrace/enable.exp: Update "info record" output.
14064 * gdb.btrace/finish.exp: Update "info record" output.
14065 * gdb.btrace/instruction_history.exp: Update "info record" output.
14066 * gdb.btrace/next.exp: Update "info record" output.
14067 * gdb.btrace/nexti.exp: Update "info record" output.
14068 * gdb.btrace/step.exp: Update "info record" output.
14069 * gdb.btrace/stepi.exp: Update "info record" output.
14070 * gdb.btrace/nohist.exp: Update "info record" output.
14071
b9d61307
SM
140722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14073
14074 PR gdb/15678
14075 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14076
e584fdbc
PA
140772015-02-06 Pedro Alves <palves@redhat.com>
14078
14079 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14080 macro.
14081 (seconds_left, again): New globals.
14082 (main): Wait seconds_left in a 1-second sleep loop instead of
14083 sleeping 180 seconds. If 'again' is set, reset the seconds
14084 counter.
14085 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14086 'again' in the inferior before detaching. Print the seconds left.
14087 (options): New global.
14088 (top level): Build program with -DTIMEOUT=$timeout.
14089
77f41761
PA
140902015-02-06 Pedro Alves <palves@redhat.com>
14091
14092 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14093 determine how many seconds to pass to 'alarm'.
14094 * gdb.base/gdb-sigterm.exp (top level): Build program with
14095 -DTIMEOUT=$timeout.
14096 (do_test): Return success/failure indication. Add more verbose
14097 logging. Don't fail if 200 single steps are seen. Instead, fail
14098 when the test times out.
14099 (passes): New global.
14100 (top level): Break the testing loop if testing fails on any
14101 iteration. Use gdb_assert.
14102
b9394193
DB
141032015-02-04 Don Breazeal <donb@codesourcery.com>
14104
14105 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14106 and initialize them.
14107 (ipc_cleanup): New function.
14108 (main): Don't declare shmid, semid, and msqid. Add a call to
14109 atexit so that we call ipc_cleanup on exit.
14110
42d9e528
PA
141112015-02-04 Pedro Alves <palves@redhat.com>
14112
14113 * boards/native-extended-gdbserver.exp: Remove any target variant
14114 specifications from the board name before clearing the isremote
14115 flag from board_info.
14116
ae6ae975
DE
141172015-01-31 Doug Evans <xdje42@gmail.com>
14118
14119 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14120
cfb069a8
GB
141212015-01-31 Gary Benson <gbenson@redhat.com>
14122
14123 * gdb.base/completion.exp: Disable completion limiting for
14124 existing tests. Add new tests to check completion limiting.
14125 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14126
5dd31d79
DE
141272015-01-31 Doug Evans <xdje42@gmail.com>
14128
14129 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14130
9f050062
DE
141312015-01-31 Doug Evans <xdje42@gmail.com>
14132
14133 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14134 entries. Duplicate file section script entries.
14135 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14136 inlined entries. Add test for safe-path rejection.
14137 * gdb.python/py-section-script.c: Add duplicate inlined section script
14138 entries. Duplicate file section script entries.
14139 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14140 inlined entries. Add test for safe-path rejection.
14141
df25ebbd
JB
141422015-01-29 Joel Brobecker <brobecker@adacore.com>
14143
14144 * gdb.ada/disc_arr_bound: New testcase.
14145
4a0ca9ec
JB
141462015-01-29 Joel Brobecker <brobecker@adacore.com>
14147
14148 * gdb.ada/mi_var_array: New testcase.
14149
3a8b707a
DE
141502015-01-27 Doug Evans <dje@google.com>
14151
14152 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14153 Add test for objfile.filename, objfile.username after objfile
14154 has been unloaded.
14155
f8313f6e
JB
141562015-01-26 Joel Brobecker <brobecker@adacore.com>
14157
14158 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14159 the second test to print the name attribute of value
14160 returned by the call to gdb.lookup_type, and adjust
14161 the expected output accordingly.
14162
37bc665e
MW
141632015-01-25 Mark Wielaard <mjw@redhat.com>
14164
14165 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14166 * gdb.base/disp-step-fork.c: Include unistd.h.
14167 * gdb.base/siginfo-obj.c: Include stdio.h.
14168 * gdb.base/siginfo-thread.c: Likewise.
14169 * gdb.mi/non-stop.c: Include unistd.h.
14170 * gdb.mi/nsthrexec.c: Include stdio.h.
14171 * gdb.mi/pthreads.c: Include unistd.h.
14172 * gdb.modula2/unbounded1.c (main): Declare returns int.
14173 * gdb.reverse/consecutive-reverse.c: Likewise.
14174 * gdb.threads/create-fail.c: Include unistd.h.
14175 * gdb.threads/killed.c: Likewise.
14176 * gdb.threads/linux-dp.c: Likewise.
14177 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14178 * gdb.threads/non-ldr-exc-2.c: Likewise.
14179 * gdb.threads/non-ldr-exc-3.c: Likewise.
14180 * gdb.threads/non-ldr-exc-4.c: Likewise.
14181 * gdb.threads/pthreads.c: Include unistd.h.
14182 (main): Declare returns int.
14183 * gdb.threads/tls-main.c (foo): New declaration.
14184 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14185
f7e5394d
SM
141862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14187
14188 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14189 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14190
743649fd
MW
141912015-01-15 Mark Wielaard <mjw@redhat.com>
14192
14193 * gdb.base/noreturn-return.c: New file.
14194 * gdb.base/noreturn-return.exp: New file.
14195 * gdb.base/noreturn-finish.c: New file.
14196 * gdb.base/noreturn-finish.exp: New file.
14197
198297aa
PA
141982015-01-23 Pedro Alves <palves@redhat.com>
14199
14200 * gdb.threads/continue-pending-after-query.c: New file.
14201 * gdb.threads/continue-pending-after-query.exp: New file.
14202
717cf30c
AG
142032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14204 Simon Marchi <simon.marchi@ericsson.com>
14205
14206 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14207 * gdb.base/valgrind-db-attach.exp: Same.
14208 * gdb.base/valgrind-infcall.exp: Same.
14209 * lib/mi-support.exp (default_mi_gdb_start): Same.
14210 * lib/prompt.exp (default_prompt_gdb_start): Same.
14211 * lib/gdb.exp (default_gdb_spawn): Same.
14212 (gdb_interact): New.
14213
14214
4b62a76e
JK
142152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14216
14217 * gdb.compile/compile.exp (pointer to jit function): New test.
14218
b4cdae6f
WW
142192015-01-17 Wei-cheng Wang <cole945@gmail.com>
14220
14221 * lib/gdb.exp (supports_process_record): Return true for
14222 powerpc*-*-linux*.
14223 (supports_reverse): Likewise.
14224
d221e7ef
DB
142252015-01-15 Don Breazeal <donb@codesourcery.com>
14226
14227 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14228 instead of checking whether the target board is remote and
14229 use spawn_wait_for_attach instead of exec/sleep.
14230 * gdb.base/attach-twice.exp: Likewise.
14231
bafffb51
JB
142322015-01-15 Joel Brobecker <brobecker@adacore.com>
14233
14234 * gdb.ada/var_arr_attrs: New testcase.
14235
5589af0e
PA
142362015-01-14 Pedro Alves <palves@redhat.com>
14237 Joel Brobecker <brobecker@adacore.com>
14238
14239 PR gdb/17525
14240 * gdb.base/bp-cmds-execution-x-script.c: New file.
14241 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14242 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14243
6c400b59
PA
142442015-01-14 Pedro Alves <palves@redhat.com>
14245
14246 PR cli/17828
14247 * gdb.base/batch-preserve-term-settings.c: New file.
14248 * gdb.base/batch-preserve-term-settings.exp: New file.
14249
e02c96a7
DE
142502015-01-13 Doug Evans <dje@google.com>
14251
14252 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14253 binary.
14254
576fd14c
JB
142552015-01-13 Joel Brobecker <brobecker@adacore.com>
14256
14257 * Makefile.in (clean mostlyclean): Do not delete *.py.
14258
04dccad0
JB
142592015-01-13 Joel Brobecker <brobecker@adacore.com>
14260
14261 * gdb.python/py-lookup-type.exp: New file.
14262
3d230f71
PA
142632015-01-12 Pedro Alves <palves@redhat.com>
14264
14265 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14266 restore GDBFLAGS before returning.
14267
7e67715d
JK
142682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14269
14270 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14271 is_amd64_regs_target and is_x86_like_target.
14272
f2e0d4b4
DE
142732015-01-11 Doug Evans <xdje42@gmail.com>
14274
14275 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14276 is given without an explicit form.
14277 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14278 attributes.
14279 * gdb.dwarf/corrupt.exp: Ditto.
14280 * gdb.dwarf2/enum-type.exp: Ditto.
14281 * gdb.trace/entry-values.exp: Ditto.
14282 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14283
439250fb
DE
142842015-01-11 Doug Evans <xdje42@gmail.com>
14285
14286 PR gdb/15830
14287 * gdb.base/maint.exp: Remove references to "maint demangle".
14288 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14289 Add tests for explicitly specifying language to demangle.
14290 * gdb.dlang/demangle.exp: Ditto.
14291
ede9f622
PA
142922015-01-09 Pedro Alves <palves@redhat.com>
14293
14294 * gdb.threads/non-stop-fair-events.c: New file.
14295 * gdb.threads/non-stop-fair-events.exp: New file.
14296
a7b796db
PA
142972015-01-09 Pedro Alves <palves@redhat.com>
14298
14299 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14300 the global scope. Set a breakpoint after all threads are started
14301 rather than stepping over two source lines. Expect the prompt.
14302 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14303 global.
14304 (NUM): Now 15.
14305 (main): Use threads_started_barrier to wait for all threads to
14306 start. Main thread no longer calls thread_function. Exit after
14307 180 seconds.
14308 (loop): New function.
14309 (thread_function): Wait on threads_started_barrier barrier. Call
14310 'loop' at each iteration.
14311 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14312 threads have started, instead of hardcoding number of "next"
14313 steps. Use an access watchpoint instead of a write watchpoint.
14314
9665ffdd
PA
143152015-01-09 Pedro Alves <palves@redhat.com>
14316
14317 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14318 (thread_func): Wait on barrier.
14319 (main): Wait for all threads to start before stopping GDB.
14320 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14321 global.
14322 (thread1_func, thread2_func): Wait on barrier.
14323 (main): Wait for all threads to start before stopping GDB.
14324 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14325 New global.
14326 (thread1_func, thread2_func): Wait on barrier.
14327 (main): Wait for all threads to start before stopping GDB.
14328
c945a99f
PA
143292015-01-09 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.threads/attach-many-short-lived-threads.c: New file.
14332 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14333
c1a747c1
PA
143342014-01-09 Pedro Alves <palves@redhat.com>
14335
14336 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14337 instead of to thread 2.
14338 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14339 Add barrier around each pthread_create call instead of around all
14340 calls.
14341 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14342 Set a break on thread_function and have the child threads hit it
14343 one at at a time.
14344
60b3033e
PA
143452015-01-09 Pedro Alves <palves@redhat.com>
14346
14347 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14348 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14349 false.
14350 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14351 checking whether the target board is remote.
14352 * gdb.multi/multi-attach.exp: Likewise.
14353 * gdb.python/py-sync-interp.exp: Likewise.
14354 * gdb.server/ext-attach.exp: Likewise.
14355 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14356 tests that need to attach, instead of checking whether the target
14357 board is remote at the top of the file.
14358
acc018ac
YQ
143592015-01-08 Yao Qi <yao@codesourcery.com>
14360
14361 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14362
50a18af8
JK
143632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14364
14365 Fix testcase compilation.
14366 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14367
8503d6e1
JB
143682015-01-06 Joel Brobecker <brobecker@adacore.com>
14369
14370 * gdb.python/py-type.exp: Add a couple test about empty
14371 array creation, and negative-length array creation.
14372
cc73dbcc
DE
143732015-01-02 Doug Evans <xdje42@gmail.com>
14374
14375 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14376
0300bbc7
DE
143772015-01-02 Doug Evans <dje@google.com>
14378
14379 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14380
9d85a0ec
YQ
143812014-12-29 Yao Qi <yao@codesourcery.com>
14382
14383 * gdb.trace/entry-values.exp: Update comments. Rename variable
14384 bar_call_foo to returned_from_foo.
14385
87186c6a
MMN
143862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14387
14388 PR gdb/17394
14389 * gdb.linespec/break-asm-file.c: New file.
14390 * gdb.linespec/break-asm-file.exp: New file.
14391 * gdb.linespec/break-asm-file0.s: New file.
14392 * gdb.linespec/break-asm-file1.s: New file.
14393
1bab7383
YQ
143942014-12-18 Nigel Stephens <nigel@mips.com>
14395 Maciej W. Rozycki <macro@codesourcery.com>
14396
14397 * gdb.base/float.exp: Handle the new output from "info float" on
14398 MIPS targets.
14399
1bc1068a
JK
144002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14401
14402 Fix MinGW compilation.
14403 * gdb.compile/compile-ops.exp: Update untested message if
14404 !skip_compile_feature_tests.
14405 * gdb.compile/compile-setjmp.exp: Likewise.
14406 * gdb.compile/compile-tls.exp: Likewise.
14407 * gdb.compile/compile.exp: Likewise.
14408 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14409 supported on this host".
14410
b6615d10
DE
144112014-12-16 Doug Evans <xdje42@gmail.com>
14412
14413 * boards/stabs.exp: New file.
14414
25dda427
AA
144152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14416
14417 * gdb.base/completion.exp: Adjust to format changes of "maint
14418 print user-registers".
14419
bf330350
CU
144202014-12-16 Catalin Udma <catalin.udma@freescale.com>
14421
14422 PR server/17457
14423 * gdb.arch/aarch64-fp.c: New file.
14424 * gdb.arch/aarch64-fp.exp: New file.
14425
395cf596
SDJ
144262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14427
14428 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14429 r210637, r210913, r211666, r215400, r215817).
14430
14431 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14432 * dg-extract-results.py: New file.
14433 * dg-extract-results.sh: Use it if the environment seems
14434 suitable.
14435
14436 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14437
14438 * dg-extract-results.py (parse_run): Handle warnings that
14439 are printed before a test harness is run.
14440
14441 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14442
14443 * dg-extract-results.py (Named): Remove __cmp__ method.
14444 (output_variation): Use a key to sort variation.harnesses.
14445
14446 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14447
14448 * dg-extract-results.py: For Python 3, force sys.stdout to
14449 handle surrogate escape sequences.
14450 (safe_open): New function.
14451 (output_segment, main): Use it.
14452
14453 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14454
14455 * dg-extract-results.py (Prog.result_re): Include options
14456 in test name.
14457
14458 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14459
14460 * dg-extract-results.py (output_variation): Always sort if
14461 do_sum.
14462
e882ef3c
SM
144632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14464
14465 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14466 as long as we get pagination notifications.
14467
4992aa20
JM
144682014-12-15 Jason Merrill <jason@redhat.com>
14469
14470 * Makefile.in (check-gdb.%): Restore.
14471 * README: Mention it.
14472
c1b5a1a6
JB
144732014-12-13 Joel Brobecker <brobecker@adacore.com>
14474
14475 * gdb.ada/str_uninit: New testcase.
14476
5537b577
JK
144772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14478
14479 PR symtab/17642
14480 * gdb.base/vla-stub-define.c: New file.
14481 * gdb.base/vla-stub.c: New file.
14482 * gdb.base/vla-stub.exp: New file.
14483
bb2ec1b3
TT
144842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14485 Jan Kratochvil <jan.kratochvil@redhat.com>
14486 Tom Tromey <tromey@redhat.com>
14487
14488 * configure.ac: Add gdb.compile/.
14489 * configure: Regenerate.
14490 * gdb.compile/Makefile.in: New file.
14491 * gdb.compile/compile-ops.exp: New file.
14492 * gdb.compile/compile-ops.c: New file.
14493 * gdb.compile/compile-tls.c: New file.
14494 * gdb.compile/compile-tls.exp: New file.
14495 * gdb.compile/compile-constvar.S: New file.
14496 * gdb.compile/compile-constvar.c: New file.
14497 * gdb.compile/compile-mod.c: New file.
14498 * gdb.compile/compile-nodebug.c: New file.
14499 * gdb.compile/compile-setjmp-mod.c: New file.
14500 * gdb.compile/compile-setjmp.c: New file.
14501 * gdb.compile/compile-setjmp.exp: New file.
14502 * gdb.compile/compile-shlib.c: New file.
14503 * gdb.compile/compile.c: New file.
14504 * gdb.compile/compile.exp: New file.
14505 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14506
4ff709eb
TT
145072014-12-12 Tom Tromey <tromey@redhat.com>
14508
14509 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14510 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14511
6dddd6a5
DE
145122014-12-12 Doug Evans <dje@google.com>
14513
14514 * lib/gdb-python.exp (get_python_valueof): New function.
14515 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14516
71c24708
AA
145172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14518
14519 * gdb.base/completion.exp: Add test for completion of "info
14520 registers ".
14521
3e29f34a
MR
145222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14523
14524 * gdb.base/func-ptrs.c: New file.
14525 * gdb.base/func-ptrs.exp: New file.
14526
fc126975
SM
145272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14528
14529 PR breakpoints/17012
14530 * gdb.base/dprintf-detach.c: New file.
14531 * gdb.base/dprintf-detach.exp: New file.
14532
0a46d518
SM
145332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14534
14535 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14536 * lib/gdb.exp (target_is_gdbserver): New procedure.
14537
a0be3e44
DE
145382014-12-08 Doug Evans <dje@google.com>
14539
14540 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14541
df1b803a
YQ
145422014-12-05 Yao Qi <yao@codesourcery.com>
14543
14544 * gdb.guile/scm-error.exp: Remove the third argument to
14545 gdb_remote_download.
14546 * gdb.guile/scm-frame-args.exp: Likewise.
14547 * gdb.guile/scm-section-script.exp: Likewise.
14548
ddb9f679
YQ
145492014-12-05 Yao Qi <yao@codesourcery.com>
14550
14551 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14552
86e4ed39
DE
145532014-12-04 Doug Evans <dje@google.com>
14554
14555 * gdb.python/py-objfile.exp: Add tests for
14556 objfile.add_separate_debug_file.
14557
7c50a931
DE
145582014-12-04 Doug Evans <dje@google.com>
14559
14560 * lib/gdb.exp (get_build_id): New function.
14561 (build_id_debug_filename_get): Rewrite to use it.
14562 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14563
621661e3
MR
145642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14565
14566 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14567 `method(long)', not just 0x0.
14568 * gdb.cp/nsalias.exp: Align code labels to 4.
14569 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14570 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14571 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14572 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14573 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14574 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14575
29f0c3b7
DE
145762014-12-02 Doug Evans <dje@google.com>
14577
e1e061e7 14578 PR symtab/17602
29f0c3b7 14579 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14580 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14581 * gdb.cp/anon-ns.exp: Update.
14582
162078c8
NB
145832014-12-02 Nick Bull <nicholaspbull@gmail.com>
14584
14585 * gdb.python/py-events.py (inferior_call_handler): New.
14586 (register_changed_handler, memory_changed_handler): New.
14587 (test_events.invoke): Register new handlers.
14588 * gdb.python/py-events.exp: Add tests for inferior call,
14589 memory_changed and register_changed events.
14590
fdb09caf
AA
145912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14592
14593 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14594 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14595 if the linker doesn't understand this.
14596
55cfb2c4
SM
145972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14598
14599 * gdb.python/python.exp: Change expected reply to help().
14600
9e8cd6df
YQ
146012014-12-01 Yao Qi <yao@codesourcery.com>
14602
14603 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14604 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14605 * configure: Re-generated.
14606
6c659fc2
SC
146072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14608
14609 * gdb.cp/chained-calls.cc: New file.
14610 * gdb.cp/chained-calls.exp: New file.
14611 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14612
d7fc3181
SM
146132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14614
14615 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14616 * gdb.dwarf2/symtab-producer.exp: Same.
14617 * gdb.gdb/python-interrupts.exp: Same.
14618 * gdb.gdb/python-selftest.exp: Same.
14619 * gdb.python/py-linetable.exp: Same.
14620 * gdb.python/py-type.exp: Same.
14621 * gdb.python/py-value-cc.exp: Same.
14622 * gdb.python/py-value.exp: Same.
14623
10e79639
YQ
146242014-11-28 Yao Qi <yao@codesourcery.com>
14625
14626 * gdb.base/break-probes.exp: Match library name prefixed with
14627 sysroot.
14628
f28a0564
SM
146292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14630
14631 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14632 test expected output. Add parentheses for the call to print.
14633 Remove L suffix from integers.
14634
3fe1ce1d
DE
146352014-11-26 Doug Evans <dje@google.com>
14636
14637 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14638
84429e27
YQ
146392014-11-22 Yao Qi <yao@codesourcery.com>
14640
14641 * gdb.trace/entry-values.c: Remove asms.
14642 (foo): Add foo_label.
14643 (bar): Add bar_label.
14644 * gdb.trace/entry-values.exp: Remove code computing foo's
14645 length and bar's length.
14646 (Dwarf::assemble): Invoke function_range for bar and use
14647 MACRO_AT_func for foo.
14648
26741859
YQ
146492014-11-22 Yao Qi <yao@codesourcery.com>
14650
14651 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14652 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14653 Use .Lgcc43_procstart instead of gcc43.
14654
45e44d27
JB
146552014-11-21 Joel Brobecker <brobecker@adacore.com>
14656
14657 * gdb.ada/n_arr_bound: New testcase.
14658
458c8db8
SDJ
146592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14660
14661 PR breakpoints/10737
14662 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14663 test_catch_syscall_multi_arch.
14664 (test_catch_syscall_multi_arch): New function.
14665
43f3e411
DE
146662014-11-20 Doug Evans <xdje42@gmail.com>
14667
14668 * gdb.base/maint.exp: Update expected output.
14669
0d7b2549
AA
146702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14671
14672 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14673 4-byte instruction on S390.
14674
8908fca5
JB
146752014-11-19 Joel Brobecker <brobecker@adacore.com>
14676
14677 * gdb.ada/arr_arr: New testcase.
14678
4a46959e
JB
146792014-11-19 Joel Brobecker <brobecker@adacore.com>
14680
14681 * gdb.ada/pkd_arr_elem: New Testcase.
14682
470e2f4e
LM
146832014-11-18 Luis Machado <lgustavo@codesourcery.com>
14684
14685 * gdb.reverse/break-precsave: Expect completion message for
14686 core file reads.
14687 * gdb.reverse/consecutive-precsave.exp: Likewise.
14688 * gdb.reverse/finish-precsave.exp: Likewise.
14689 * gdb.reverse/i386-precsave.exp: Likewise.
14690 * gdb.reverse/machinestate-precsave.exp: Likewise.
14691 * gdb.reverse/sigall-precsave.exp: Likewise.
14692 * gdb.reverse/solib-precsave.exp: Likewise.
14693 * gdb.reverse/step-precsave.exp: Likewise.
14694 * gdb.reverse/until-precsave.exp: Likewise.
14695 * gdb.reverse/watch-precsave.exp: Likewise.
14696
a267f3ad
AA
146972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14698
14699 * gdb.base/bp-permanent.c: Include unistd.h.
14700 * gdb.python/py-framefilter-mi.c (main): Add return type.
14701 * gdb.python/py-framefilter.c (main): Likewise.
14702 * gdb.trace/actions-changed.c (main): Likewise.
14703
12084a9a
AA
147042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14705
14706 * gdb.mi/until.c: Add eye-catchers.
14707 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14708 line numbers.
14709
dc7e1a77
AA
147102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14711
14712 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14713 function header variants in break1.c.
14714 * gdb.base/ena-dis-br.exp: Likewise.
14715 * gdb.base/hbreak2.exp: Likewise.
14716 * gdb.reverse/until-precsave.exp: Drop references to removed
14717 non-prototype function header variants in ur1.c.
14718 * gdb.reverse/until-reverse.exp: Likewise.
14719
41c77605
PM
147202014-11-17 Petr Machata <pmachata@redhat.com>
14721
14722 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14723 ${_cu_offset_size} bytes abbrev offset.
14724
34248c3a
DE
147252014-11-15 Doug Evans <xdje42@gmail.com>
14726
14727 PR symtab/17559
14728 * gdb.base/line-symtabs.exp: New file.
14729 * gdb.base/line-symtabs.c: New file.
14730 * gdb.base/line-symtabs.h: New file.
14731
646da059
YQ
147322014-11-14 Yao Qi <yao@codesourcery.com>
14733
14734 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14735 (func): Add label func_label.
14736 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14737 Replace low_pc and high_pc with MACRO_AT_range.
14738 Replace name, low_pc and high_pc with MACRO_AT_func.
14739
9301ebe6
YQ
147402014-11-14 Yao Qi <yao@codesourcery.com>
14741
14742 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14743 Replace name, low_pc and high_pc with MACRO_AT_func.
14744
f166b542
YQ
147452014-11-14 Yao Qi <yao@codesourcery.com>
14746
14747 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14748 produce debug information.
14749 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14750
0f6e71e3
YQ
147512014-11-14 Yao Qi <yao@codesourcery.com>
14752
14753 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14754 object and get function length.
14755 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14756 with MACRO_AT_func.
14757 (top-level): Replace gdb_compile and clean_restart with
14758 prepare_for_testing.
14759 * gdb.dwarf2/main.c (main): Add label main_label.
14760
876c4df9
YQ
147612014-11-14 Yao Qi <yao@codesourcery.com>
14762
14763 * lib/dwarf.exp (function_range): New procedure.
14764 (Dwarf::_handle_macro_at_func): New procedure.
14765 (Dwarf::_handle_macro_at_range): New procedure.
14766 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14767
02ad9cf1
YQ
147682014-11-14 Yao Qi <yao@codesourcery.com>
14769
14770 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14771 (_handle_attribute): New procedure.
14772
a59add0c
AA
147732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14774
14775 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14776 * gdb.base/call-sc.c (zed): Likewise.
14777 * gdb.base/checkpoint.c (main): Likewise.
14778 * gdb.base/dump.c (main): Likewise.
14779 * gdb.base/gcore.c (main): Likewise.
14780 * gdb.base/huge.c (main): Likewise.
14781 * gdb.base/multi-forks.c (main): Likewise.
14782 * gdb.base/pr10179-a.c (main): Likewise.
14783 * gdb.base/savedregs.c (main): Likewise.
14784 * gdb.base/sigaltstack.c (main): Likewise.
14785 * gdb.base/siginfo.c (main): Likewise.
14786 * gdb.base/structs.c (zed): Likewise.
14787 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14788 * gdb.mi/mi-syn-frame.c (main): Likewise.
14789 * gdb.mi/until.c (foo, main): Likewise.
14790 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14791 * gdb.base/solib-weak.c (foo): Declare.
14792 * gdb.base/attach-twice.c: Include stdio.h.
14793 * gdb.base/weaklib1.c: Likewise.
14794 * gdb.base/weaklib2.c: Likewise.
14795 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14796 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14797 unistd.h.
14798 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14799 * gdb.mi/mi-exit-code.c: Likewise.
14800 * gdb.base/break-interp-lib.c: Include string.h.
14801 * gdb.base/coremaker.c: Likewise.
14802 * gdb.base/testenv.c: Likewise.
14803 * gdb.python/py-finish-breakpoint.c: Likewise.
14804 * gdb.base/inferior-died.c: Include sys/wait.h.
14805 * gdb.base/fileio.c: Include time.h.
14806 * gdb.base/async-shell.c: Include unistd.h.
14807 * gdb.base/dprintf-non-stop.c: Likewise.
14808 * gdb.base/info-os.c: Likewise.
14809 * gdb.mi/mi-console.c: Likewise.
14810 * gdb.mi/watch-nonstop.c: Likewise.
14811 * gdb.python/py-events.c: Likewise.
14812 * gdb.base/async.c (baz): Move up before its invocation.
14813 * gdb.base/code_elim2.c (my_global_func): Likewise.
14814 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14815 * gdb.base/advance.c (func2): Likewise.
14816
3b5d5997
AA
148172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14818
14819 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14820 variant.
14821 * gdb.base/annota3.c: Likewise.
14822 * gdb.base/async.c: Likewise.
14823 * gdb.base/average.c: Likewise.
14824 * gdb.base/call-ar-st.c: Likewise.
14825 * gdb.base/call-rt-st.c: Likewise.
14826 * gdb.base/call-sc.c: Likewise.
14827 * gdb.base/call-strs.c: Likewise.
14828 * gdb.base/ending-run.c: Likewise.
14829 * gdb.base/execd-prog.c: Likewise.
14830 * gdb.base/exprs.c: Likewise.
14831 * gdb.base/foll-exec.c: Likewise.
14832 * gdb.base/foll-fork.c: Likewise.
14833 * gdb.base/foll-vfork.c: Likewise.
14834 * gdb.base/funcargs.c: Likewise.
14835 * gdb.base/gcore.c: Likewise.
14836 * gdb.base/jump.c: Likewise.
14837 * gdb.base/langs0.c: Likewise.
14838 * gdb.base/langs1.c: Likewise.
14839 * gdb.base/langs2.c: Likewise.
14840 * gdb.base/mips_pro.c: Likewise.
14841 * gdb.base/nodebug.c: Likewise.
14842 * gdb.base/opaque0.c: Likewise.
14843 * gdb.base/opaque1.c: Likewise.
14844 * gdb.base/recurse.c: Likewise.
14845 * gdb.base/run.c: Likewise.
14846 * gdb.base/scope0.c: Likewise.
14847 * gdb.base/scope1.c: Likewise.
14848 * gdb.base/setshow.c: Likewise.
14849 * gdb.base/setvar.c: Likewise.
14850 * gdb.base/shmain.c: Likewise.
14851 * gdb.base/shr1.c: Likewise.
14852 * gdb.base/shr2.c: Likewise.
14853 * gdb.base/sigall.c: Likewise.
14854 * gdb.base/signals.c: Likewise.
14855 * gdb.base/so-indr-cl.c: Likewise.
14856 * gdb.base/solib2.c: Likewise.
14857 * gdb.base/structs.c: Likewise.
14858 * gdb.base/sum.c: Likewise.
14859 * gdb.base/vforked-prog.c: Likewise.
14860 * gdb.base/watchpoint.c: Likewise.
14861 * gdb.reverse/shr2.c: Likewise.
14862 * gdb.reverse/until-reverse.c: Likewise.
14863 * gdb.reverse/ur1.c: Likewise.
14864 * gdb.reverse/watch-reverse.c: Likewise.
14865
066a77c5
AA
148662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14867
14868 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14869 variant.
14870 * gdb.base/sepdebug.exp: Drop references to removed code.
14871
4f204ea5
AA
148722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14873
14874 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14875 variant. Preserve original line numbering.
14876 * gdb.base/list1.c: Likewise.
14877
3b377a3a
AA
148782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14879
14880 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14881 variant.
14882 * gdb.base/break1.c: Likewise.
14883 * gdb.base/break.exp: Drop references to removed code.
14884
e444df73
AA
148852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14886
14887 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14888 variant.
14889
8008f2a7
AA
148902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14891
14892 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14893
a5a06887
AA
148942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14895
14896 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14897 logic into perform_all_tests() and invoke it with and without
14898 function header prototypes.
14899 (do_function_calls): Remove conditional XFAIL for PR 5318.
14900 (rerun_and_prepare): Remove duplicate code.
14901 (perform_all_tests): New. Main logic moved here.
14902
44dba9b9
AA
149032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14904
14905 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14906 code guarded by #ifdef NO_PROTOTYPES.
14907 (t_double_many_args): Likewise.
14908 (DEF_FUNC_MANY_ARGS_1): Likewise.
14909 (DEF_FUNC_VALUES_1): Likewise.
14910 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14911 guarded by #ifdef PROTOTYPES.
14912
d1fbcd56
AA
149132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14914
14915 * gdb.mi/mi-console.c: Add eye-catcher.
14916 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14917 instead of literal line number.
14918
b0e59b8f
AA
149192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14920
14921 * gdb.base/shr2.c: Add eye-catcher.
14922 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14923 line number.
14924
78f98cca
AA
149252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14926
14927 * gdb.base/jump.c: Add eye-catchers.
14928 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14929 numbers.
14930
58fa2af0
AA
149312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14932
14933 * gdb.base/execd-prog.c: Add eye-catchers.
14934 * gdb.base/foll-exec.c: Likewise.
14935 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14936 line numbers.
14937
04e5059b
AA
149382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14939
14940 * gdb.base/ending-run.c: Add eye-catchers.
14941 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14942 literal line numbers.
14943
dbfdb174
AA
149442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14945
14946 * gdb.base/call-rt-st.c: Add eye-catchers.
14947 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14948 literal line numbers.
14949
888a2ade
AA
149502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14951
14952 * gdb.base/call-ar-st.c: Add eye-catchers.
14953 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14954 literal line numbers.
14955
6acc2dde
AA
149562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14957
14958 * gdb.base/average.c: Add eye-catchers.
14959 * gdb.base/sum.c: Likewise.
14960 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14961 regexps dynamically.
14962
9ecfcd1d
AA
149632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14964
14965 * gdb.base/solib1.c: Add eye-catchers.
14966 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14967 literal line numbers.
14968
78708b7c
PA
149692014-11-12 Pedro Alves <palves@redhat.com>
14970
14971 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14972 leader has exited.
14973
af48d08f
PA
149742014-11-12 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.arch/i386-bp_permanent.c: New file.
14977 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14978 (srcfile): Set to i386-bp_permanent.c.
14979 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14980 that stepi does not execute the 'leave' instruction, instead of
14981 testing it does execute.
14982 * gdb.base/bp-permanent.c: New file.
14983 * gdb.base/bp-permanent.exp: New file.
14984
af3768e9
DE
149852014-11-10 Doug Evans <xdje42@gmail.com>
14986
14987 PR symtab/17564
14988 * gdb.base/symtab-search-order.exp: New file.
14989 * gdb.base/symtab-search-order.c: New file.
14990 * gdb.base/symtab-search-order-1.c: New file.
14991 * gdb.base/symtab-search-order-shlib-1.c: New file.
14992
9de00a4a
PA
149932014-11-07 Pedro Alves <palves@redhat.com>
14994
14995 PR gdb/17511
14996 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14997 i?86-*-linux*.
14998
e0f52461
SC
149992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15000
15001 PR c++/17494
15002 * gdb.cp/pr17494.cc: New file.
15003 * gdb.cp/pr17494.exp: New file.
15004
6ce8c980
YQ
150052014-11-02 Yao Qi <yao@codesourcery.com>
15006
15007 * gdb.python/python.exp: Get working directory and match the
15008 output of "set extended-prompt \\w " with it.
15009
02be9a71
DE
150102014-10-30 Doug Evans <dje@google.com>
15011
15012 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15013 in objfiles.
15014 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15015 in progspaces.
15016
3bdff46b
LM
150172014-10-30 Janis Johnson <janisjo@codesourcery.com>
15018
15019 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15020 * gdb.base/realname-expand.exp: Likewise.
15021 * gdb.linespec/macro-relative.exp: Likewise.
15022
ab917dfb
PA
150232014-10-29 Pedro Alves <palves@redhat.com>
15024
15025 PR gdb/17408
15026 * gdb.threads/schedlock.c (some_function): New function.
15027 (call_function): New global.
15028 (MAYBE_CALL_SOME_FUNCTION): New macro.
15029 (thread_function): Call it.
15030 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15031 and use it instead of a global counter. Adjust all callers.
15032 (get_current_thread): Use "find current thread" for test message
15033 here rather than having all callers pass down the same string.
15034 (goto_loop): New procedure, factored out from ...
15035 (my_continue): ... this.
15036 (step_ten_loops): Change parameter from test message to command to
15037 use. Adjust.
15038 (list_count): Delete global.
15039 (check_result): New procedure, factored out from duplicate top
15040 level code.
15041 (continue tests): Wrap in with_test_prefix.
15042 (test_step): New procedure, factored out from duplicate top level
15043 code.
15044 (top level): Test "step" in combination with all scheduler-locking
15045 modes. Test "next" in combination with all scheduler-locking
15046 modes, and in combination with stepping over a function call or
15047 not.
15048 * gdb.threads/next-bp-other-thread.c: New file.
15049 * gdb.threads/next-bp-other-thread.exp: New file.
15050
d3d4baed
PA
150512014-10-29 Pedro Alves <palves@redhat.com>
15052
15053 PR python/17372
15054 * gdb.python/python.exp: Test a multi-line command that spawns
15055 interactive Python.
15056 * gdb.base/multi-line-starts-subshell.exp: New file.
15057
563e8d85
YQ
150582014-10-29 Yao Qi <yao@codesourcery.com>
15059
15060 * gdb.base/fileio.exp: Make directories on host.
15061
0ea4d52e
YQ
150622014-10-29 Yao Qi <yao@codesourcery.com>
15063
15064 * gdb.base/fileio.c (test_write): Close the file.
15065
7f5ef605
PA
150662014-10-28 Pedro Alves <palves@redhat.com>
15067
15068 PR gdb/12623
15069 * gdb.base/sigstep.c (no_handler): New global.
15070 (main): If 'no_handler is true, set the signal handlers to
15071 SIG_IGN.
15072 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15073 with_sw_watch and no_handler parameters. Handle them.
15074 (top level) <stepping over handler when stopped at a breakpoint
15075 test>: Add a test axis for testing with a software watchpoint, and
15076 another for testing with the signal handler set to SIG_IGN.
15077 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15078 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15079
abbdbd03
PA
150802014-10-28 Pedro Alves <palves@redhat.com>
15081
15082 PR gdb/17511
15083 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15084 * gdb.base/sigstep.exp (other_handler_location): New global.
15085 (advance): Support stepping into the signal handler, and running
15086 commands while in the handler.
15087 (in_handler_map): New global.
15088 (top level): In the advance test, add combinations for getting
15089 into the handler with stepping commands, and for running commands
15090 in the handler. Add comment descripting the advancei tests.
15091
1df4399f
PA
150922014-10-28 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.base/sigstep.exp: Use build_executable instead of
15095 prepare_for_testing.
15096 (top level): Move code that starts GDB, runs to main and creates a
15097 display to ...
15098 (restart): ... this new procedure.
15099 (top level): Move backtrace from signal handler test to ...
15100 (validate_backtrace): ... this new procedure.
15101 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15102 with_test_prefix. Always restart GDB.
15103 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15104 with_test_prefix. Always restart GDB. No need to delete
15105 breakpoints after the test.
15106 (test_skip_handler): Remove prefix parameter.
15107 (skip_over_handler, breakpoint_to_handler)
15108 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15109 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15110 restart GDB. No need to delete breakpoints after the test.
15111 (top level): Use foreach to call the test procedures with
15112 different commands.
15113
a5b6e449
PA
151142014-10-28 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15117 instead of GNATS numbers.
15118 * gdb.base/sigbpt.exp: Likewise.
15119 * gdb.base/siginfo.exp: Likewise.
15120 * gdb.base/sigstep.exp: Likewise.
15121
e5f8a7cc
PA
151222014-10-27 Pedro Alves <palves@redhat.com>
15123
15124 * gdb.base/sigstep.c (dummy): New global.
15125 (main): Issue a couple writes to the new global.
15126 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15127 procedures.
15128 (skip_over_handler): Use test_skip_handler.
15129 (top level): Call skip_over_handler for stepi and nexti too.
15130 (breakpoint_over_handler): Use test_skip_handler.
15131 (top level): Call breakpoint_over_handler for stepi and nexti too.
15132
763905a3
YQ
151332014-10-27 Yao Qi <yao@codesourcery.com>
15134
15135 * gdb.trace/tfile.c (adjust_function_address)
15136 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15137 function descriptor.
15138
6f259a23
DB
151392014-10-24 Don Breazeal <donb@codesourcery.com>
15140
15141 * gdb.base/foll-fork.exp (test_follow_fork,
15142 catch_fork_child_follow): Check for updated fork messages emitted
15143 from infrun.c.
15144 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15145 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15146 vfork_and_exec_child_follow_through_step): Check for updated vfork
15147 messages emitted from infrun.c.
15148
09dd9a69
PA
151492014-10-24 Pedro Alves <palves@redhat.com>
15150
15151 * gdb.base/corefile.exp: Remove references to ultrix.
15152 * gdb.base/interrupt.exp: Likewise.
15153 * gdb.base/whatis.exp: Likewise.
15154 * gdb.gdb/selftest.exp: Likewise.
15155 * gdb.threads/manythreads.exp: Likewise.
15156 * gdb.threads/print-threads.exp: Likewise.
15157 * gdb.threads/pthreads.exp:: Likewise.
15158 * gdb.threads/schedlock.exp: Likewise.
15159
3433cfa5
SC
151602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15161
15162 * gdb.cp/non-trivial-retval.cc: Add a test case.
15163 * gdb.cp/non-trivial-retval.exp: Add a test.
15164
092f880b
YQ
151652014-10-20 Yao Qi <yao@codesourcery.com>
15166
15167 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15168 * gdb.python/py-objfile-script-gdb.py: New file.
15169 * gdb.python/py-objfile-script.exp: Update reference to
15170 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15171 of remote_download. Remove the dest file.
15172
acbdb7f3
YQ
151732014-10-20 Yao Qi <yao@codesourcery.com>
15174
15175 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15176 * gdb.base/step-line.exp: Likewise.
15177 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15178 * gdb.dwarf2/dw2-basic.exp: Likewise.
15179 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15180 * gdb.dwarf2/dw2-filename.exp: Likewise.
15181 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15182 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15183 * gdb.dwarf2/dw2-producer.exp: Likewise.
15184 * gdb.dwarf2/mac-fileno.exp: Likewise.
15185 * gdb.python/py-frame-args.exp: Likewise.
15186 * gdb.python/py-framefilter.exp: Likewise.
15187 * gdb.python/py-mi.exp: Likewise.
15188 * gdb.python/py-objfile-script.exp: Likewise
15189 * gdb.python/py-pp-integral.exp: Likewise.
15190 * gdb.python/py-pp-re-notag.exp: Likewise.
15191 * gdb.python/py-prettyprint.exp: Likewise.
15192 * gdb.python/py-section-script.exp: Likewise.
15193 * gdb.python/py-typeprint.exp: Likewise.
15194 * gdb.python/py-xmethods.exp: Likewise.
15195 * gdb.stabs/weird.exp: Likewise.
15196 * gdb.xml/tdesc-regs.exp: Likewise.
15197
bd286a29
KCY
151982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15199
15200 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15201 (out_cu): Use addr_len for the size of addresses.
15202 (out_line): Likewise. Size DW_LNE_set_address instruction
15203 according to addr_len.
15204 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15205 (FUNC): Add START_INSNS to definition.
15206
673dc4a0
YQ
152072014-10-18 Yao Qi <yao@codesourcery.com>
15208
15209 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15210 gdb_has_argv0 return true.
15211 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15212 check [target_info exists noargs], check [gdb_has_argv0]
15213 instead.
15214 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15215 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15216 procedures.
15217
4ffbba72
DE
152182014-10-17 Doug Evans <dje@google.com>
15219
15220 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15221 event.
15222 * gdb.python/py-events.py: Add clear_objfiles event.
15223
d096d8c1
DE
152242014-10-17 Doug Evans <dje@google.com>
15225
15226 * gdb.python/py-objfile.exp: Test progspace attribute.
15227
a80db015
LM
152282014-10-17 Luis Machado <lgustavo@codesourcery.com>
15229
15230 * gdb.guile/scm-breakpoint.exp: Do not assume any
15231 directory separators when matching source file paths.
15232 * gdb.python/py-breakpoint.exp: Likewise.
15233 * gdb.reverse/break-precsave.exp: Likewise.
15234 * gdb.reverse/break-reverse.exp: Likewise.
15235 * gdb.reverse/consecutive-precsave.exp: Likewise.
15236 * gdb.reverse/finish-precsave.exp: Likewise.
15237 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15238 * gdb.reverse/finish-reverse.exp: Likewise.
15239 * gdb.reverse/i386-precsave.exp: Likewise.
15240 * gdb.reverse/i387-env-reverse.exp: Likewise.
15241 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15242 * gdb.reverse/machinestate-precsave.exp: Likewise.
15243 * gdb.reverse/machinestate.exp: Likewise.
15244 * gdb.reverse/sigall-precsave.exp: Likewise.
15245 * gdb.reverse/solib-precsave.exp: Likewise.
15246 * gdb.reverse/step-precsave.exp: Likewise.
15247 * gdb.reverse/until-precsave.exp: Likewise.
15248 * gdb.reverse/watch-precsave.exp: Likewise.
15249 * gdb.reverse/watch-reverse.exp: Likewise.
15250
b22089ab
YQ
152512014-10-17 Yao Qi <yao@codesourcery.com>
15252
15253 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15254 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15255
6c4486e6
PA
152562014-10-17 Pedro Alves <palves@redhat.com>
15257
15258 PR gdb/17471
15259 * gdb.base/bg-execution-repeat.c: New file.
15260 * gdb.base/bg-execution-repeat.exp: New file.
15261
0ff33695
PA
152622014-10-17 Pedro Alves <palves@redhat.com>
15263
15264 PR gdb/17300
15265 * gdb.base/continue-all-already-running.c: New file.
15266 * gdb.base/continue-all-already-running.exp: New file.
15267
6fdebc3d
PA
152682014-10-17 Pedro Alves <palves@redhat.com>
15269
15270 PR gdb/17472
15271 * gdb.base/annota-input-while-running.c: New file.
15272 * gdb.base/annota-input-while-running.exp: New file.
15273
32a8097b
PA
152742014-10-17 Pedro Alves <palves@redhat.com>
15275
15276 * gdb.base/callfuncs.exp: emove references to osf.
15277 * gdb.base/sigall.exp: Likewise.
15278 * gdb.gdb/selftest.exp: Likewise.
15279 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15280 * gdb.mi/non-stop.c: Likewise.
15281 * gdb.mi/pthreads.c: Likewise.
15282 * gdb.reverse/sigall-precsave.exp: Likewise.
15283 * gdb.reverse/sigall-reverse.exp: Likewise.
15284 * gdb.threads/pthreads.c: Likewise.
15285 * gdb.threads/pthreads.exp: Likewise.
15286
7a3517ff
YQ
152872014-10-17 Yao Qi <yao@codesourcery.com>
15288
15289 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15290 check 'target_info exists noargs'.
15291 (test_command_prompt_position): Likewise.
15292 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15293 Remove "set args".
15294 (progvar_simple_while_test): Likewise.
15295 (progvar_complex_if_while_test): Likewise.
15296 (if_while_breakpoint_command_test): Likewise.
15297 (infrun_breakpoint_command_test): Likewise.
15298 (breakpoint_command_test): Likewise.
15299 (watchpoint_command_test): Likewise.
15300 (bp_deleted_in_command_test): Likewise.
15301 (temporary_breakpoint_commands): Likewise.
15302
bb99c472
YQ
153032014-10-16 Yao Qi <yao@codesourcery.com>
15304
15305 * gdb.base/remotetimeout.exp: Remove noargs checking.
15306
7c16b83e
PA
153072014-10-15 Pedro Alves <palves@redhat.com>
15308
15309 PR breakpoints/9649
15310 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15311 * gdb.base/breakpoint-in-ro-region.exp
15312 (probe_target_hardware_step): New procedure.
15313 (top level): Probe hardware stepping and hardware breakpoint
15314 support. Test stepping through a read-only region, with both
15315 "breakpoint auto-hw" on and off and both "always-inserted" on and
15316 off.
15317
35a49624
IB
153182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15319
15320 * gdb.dlang/demangle.exp: Update for demangling changes.
15321
2d1c107c
SC
153222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15323
15324 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15325 * gdb.cp/non-trivial-retval.exp: Add new tests.
15326
778811d5
SC
153272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15328
15329 PR c++/13403
15330 PR c++/15154
15331 * gdb.cp/non-trivial-retval.cc: New file.
15332 * gdb.cp/non-trivial-retval.exp: New file.
15333
10c5f0a8
YQ
153342014-10-15 Yao Qi <yao@codesourcery.com>
15335
15336 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15337 remote host.
15338
65d7b369
YQ
153392014-10-15 Yao Qi <yao@codesourcery.com>
15340
15341 * gdb.python/py-symbol.exp: Match file base name if host is
15342 remote, otherwise match file name with dir name.
15343 * gdb.python/py-symtab.exp: Likewise.
15344 * gdb.python/python.exp: Likewise.
15345
46dc1394
YQ
153462014-10-15 Yao Qi <yao@codesourcery.com>
15347
15348 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15349 pattern.
15350 * gdb.python/py-symtab.exp: Likewise.
15351 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15352 locationn.
15353
c40cc657
JB
153542014-10-14 Joel Brobecker <brobecker@adacore.com>
15355
15356 * gdb.ada/addr_arith: New testcase.
15357
2abf49e1
MR
153582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15359
15360 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15361 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15362 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15363 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15364
f7088df3
SDJ
153652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15366
15367 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15368 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15369 * gdb.arch/stap-eval-lang-ada.exp: New file.
15370
4dc06805
YQ
153712014-10-14 Yao Qi <yao@codesourcery.com>
15372
15373 * gdb.mi/mi-var-child.c (nothing1): New function.
15374 (nothing2): New function.
15375 (do_children_tests): Set function pointers by nothing1 and
15376 nothing2.
15377 * gdb.mi/mi-var-child.exp: Step over new added statements.
15378 Update test to match the new output.
15379 * gdb.mi/var-cmd.c (nothing1): New function.
15380 (nothing2): New function.
15381 (do_children_tests): Set function pointers by nothing1 and
15382 nothing2.
15383 * gdb.mi/mi-var-display.exp: Update test to match output.
15384 Step to the line specified by $line_dct_nothing.
15385 Increase the number of lines to step.
15386
46a93de2
YQ
153872014-10-14 Yao Qi <yao@codesourcery.com>
15388
15389 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15390 tests.
15391 * gdb.mi/mi2-var-child.exp: Likewise.
15392
14ea52ee
DE
153932014-10-13 Doug Evans <dje@google.com>
15394
15395 * gdb.python/py-objfile.exp: Change name of file name test.
15396
e5c6e92b
DE
153972014-10-13 Doug Evans <dje@google.com>
15398
15399 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15400 from the start of the CU.
15401
c780cc2f
JK
154022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15403 Yao Qi <yao@codesourcery.com>
15404
15405 Fix "save breakpoints" for "catch" command.
15406 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15407 Remove -nonewline. Match also the added "main" line.
15408
99894e11
JK
154092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15410
15411 Fix "save breakpoints" for "disable $bpnum" command.
15412 * gdb.base/save-bp.c (main): Add label.
15413 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15414
6e1ac5a3
JK
154152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15416
15417 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15418
754dd2b0
YQ
154192014-10-11 Yao Qi <yao@codesourcery.com>
15420
15421 * gdb.server/server-kill.exp: Execute command
15422 "set remote trace-status-packet on" before "tstatus".
15423
f90183d7
YQ
154242014-10-11 Yao Qi <yao@codesourcery.com>
15425
15426 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15427 (main): Call getppid.
15428 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15429 and continue to it. Read variable "server_pid".
15430
bf40a607
YQ
154312014-10-11 Yao Qi <yao@codesourcery.com>
15432
15433 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15434
052ca370
YQ
154352014-10-11 Yao Qi <yao@codesourcery.com>
15436
15437 * gdb.threads/thread-find.exp: Don't execute command
15438 "info threads".
15439 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15440 * gdb.threads/linux-dp.exp: Don't check the condition
15441 $threads_created equals to zero.
15442
3831839c
PA
154432014-10-10 Pedro Alves <palves@redhat.com>
15444
15445 * gdb.base/bigcore.exp: Remove references to IRIX.
15446 * gdb.base/funcargs.exp: Likewise.
15447 * gdb.base/interrupt.exp: Likewise.
15448 * gdb.base/mips_pro.exp: Likewise.
15449 * gdb.base/nodebug.exp: Likewise.
15450 * gdb.base/setvar.exp: Likewise.
15451 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15452
8b9a549d
PA
154532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15454 Pedro Alves <palves@redhat.com>
15455
15456 PR symtab/14466
15457 * gdb.base/vdso-warning.c: New file.
15458 * gdb.base/vdso-warning.exp: New file.
15459
d48ba5e8
DE
154602014-10-02 Doug Evans <dje@google.com>
15461
15462 * gdb.base/structs.c (main): Don't run forever.
15463
2278c276
PA
154642014-10-02 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15467 (top level) <stop threads 1, stop threads 2>: Use it.
15468
b57bacec
PA
154692014-10-02 Pedro Alves <palves@redhat.com>
15470
15471 * gdb.threads/break-while-running.exp (test): Add new
15472 'update_thread_list' argument. Skip "info threads" if false.
15473 (top level): Add new 'update_thread_list' axis.
15474
13fd3ff3
PA
154752014-10-02 Pedro Alves <palves@redhat.com>
15476
15477 PR breakpoints/17431
15478 * gdb.base/execl-update-breakpoints.c: New file.
15479 * gdb.base/execl-update-breakpoints.exp: New file.
15480
0fec99e8
PA
154812014-10-01 Pedro Alves <palves@redhat.com>
15482
15483 * gdb.base/breakpoint-in-ro-region.c: New file.
15484 * gdb.base/breakpoint-in-ro-region.exp: New file.
15485
2ddf4301
SM
154862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15487
15488 * gdb.mi/mi-exit-code.exp: New file.
15489 * gdb.mi/mi-exit-code.c: New file.
15490
6a5f3f43
YQ
154912014-09-30 Yao Qi <yao@codesourcery.com>
15492
15493 * lib/prelink-support.exp (build_executable_own_libs): Error if
15494 the target isn't native.
15495
345bcc73
YQ
154962014-09-30 Yao Qi <yao@codesourcery.com>
15497
15498 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15499 false.
15500
a25a5a45
PA
155012014-09-22 Pedro Alves <palves@redhat.com>
15502
15503 * gdb.threads/break-while-running.exp: New file.
15504 * gdb.threads/break-while-running.c: New file.
15505
00ba3162
YQ
155062014-09-19 Yao Qi <yao@codesourcery.com>
15507
15508 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15509 Invoke test. Restart GDB with --readnow and invoke test again.
15510
c3b7b696
YQ
155112014-09-19 Yao Qi <yao@codesourcery.com>
15512
15513 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15514 proc set_breakpoint_on_gcd_function. Invoke
15515 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15516 invoke set_breakpoint_on_gcd_function again.
15517
2b4fd423
DE
155182014-09-18 Doug Evans <dje@google.com>
15519
15520 * gdb.dwarf2/symtab-producer.exp: New file.
15521
a5947601
SDJ
155222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15523
15524 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15525 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15526 * gdb.base/global-var-nested-by-dso.c: Likewise.
15527 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15528
91c19059
SDJ
155292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15530 Pedro Alves <palves@redhat.com>
15531
15532 * gdb.base/watch-bitfields.exp: Pass string other than test file
15533 name to prepare_for_testing.
15534 (watch): New procedure.
15535 (expect_watchpoint): Use with_test_prefix.
15536 (top level): Factor out tests to ...
15537 (test_watch_location, test_regular_watch): ... these new
15538 procedures, and use with_test_prefix and gdb_continue_to_end.
15539
bb9d5f81
PP
155402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15541
15542 PR breakpoints/12526
15543 * gdb.base/watch-bitfields.exp: New file.
15544 * gdb.base/watch-bitfields.c: New file.
15545
635856f5
PA
155462014-09-16 Pedro Alves <palves@redhat.com>
15547
15548 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15549 software and hardware addresses, not software address against
15550 itself.
15551
7280ceea
PA
155522014-09-16 Pedro Alves <palves@redhat.com>
15553
15554 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15555 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15556
428b16bd
PA
155572014-09-16 Pedro Alves <palves@redhat.com>
15558
15559 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15560 files.
15561 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15562 "*-*-vxworks*" throughout.
15563 * gdb.base/break.exp: Likewise.
15564 * gdb.base/default.exp: Likewise.
15565 * gdb.base/scope.exp: Likewise.
15566 * gdb.base/sepdebug.exp: Likewise.
15567 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15568 throughout.
15569 * gdb.base/run.c: Likewise.
15570 * gdb.base/sepdebug.c: Likewise.
15571 * gdb.hp/gdb.aCC/run.c: Likewise.
15572 * gdb.reverse/until-reverse.c: Likewise.
15573 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15574
666d413c
YQ
155752014-09-16 Yao Qi <yao@codesourcery.com>
15576
15577 * boards/local-remote-host-native.exp: New file.
15578
57cbd724
DE
155792014-09-14 Doug Evans <xdje42@gmail.com>
15580
15581 * gdb.threads/queue-signal.c (thread_count): New variable.
15582 (thread_count_mutex, thread_count_condvar): New variables.
15583 (incr_thread_count, wait_all_threads_running): New functions.
15584 (main): Wait for all threads to be in their thread functions.
15585
81219e53
DE
155862014-09-13 Doug Evans <xdje42@gmail.com>
15587
15588 * gdb.threads/queue-signal.c: New file.
15589 * gdb.threads/queue-signal.exp: New file.
15590
3714cea7
DE
155912014-09-13 Doug Evans <xdje42@gmail.com>
15592
15593 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15594 be consistent with what default_gdb_init uses.
15595 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15596 the plain text of the prompt. Add some logging printfs.
15597 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15598
fa43b1d7
PA
155992014-09-12 Pedro Alves <palves@redhat.com>
15600
15601 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15602 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15603 * gdb.arch/i386-size-overlap.exp: Likewise.
15604 * gdb.arch/i386-size.exp: Likewise.
15605 * gdb.arch/i386-unwind.exp: Likewise.
15606 * gdb.base/a2-run.exp: Likewise.
15607 * gdb.base/break.exp: Likewise.
15608 * gdb.base/charset.exp: Likewise.
15609 * gdb.base/chng-syms.exp: Likewise.
15610 * gdb.base/commands.exp: Likewise.
15611 * gdb.base/dbx.exp: Likewise.
15612 * gdb.base/find.exp: Likewise.
15613 * gdb.base/funcargs.exp: Likewise.
15614 * gdb.base/jit-simple.exp: Likewise.
15615 * gdb.base/reread.exp: Likewise.
15616 * gdb.base/sepdebug.exp: Likewise.
15617 * gdb.base/step-bt.exp: Likewise.
15618 * gdb.cp/mb-inline.exp: Likewise.
15619 * gdb.cp/mb-templates.exp: Likewise.
15620 * gdb.objc/basicclass.exp: Likewise.
15621 * gdb.threads/killed.exp: Likewise.
15622
9d9bf2df
EBM
156232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15624
15625 PR tdep/17379
15626 * gdb.arch/powerpc-stackless.S: New file.
15627 * gdb.arch/powerpc-stackless.exp: New file.
15628
1cf2f1b0
JK
156292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15630
15631 * gdb.base/attach.c: Include unistd.h.
15632 (main): Call alarm. Add label postloop.
15633 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15634 gdb_breakpoint, gdb_continue_to_breakpoint.
15635 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15636
98880d46
PA
156372014-09-11 Pedro Alves <palves@redhat.com>
15638
15639 PR gdb/17347
15640 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15641 * gdb.base/attach.exp (test_command_line_attach_run): New
15642 procedure.
15643 (top level): Call it.
15644
4c92ff2c
PA
156452014-09-11 Pedro Alves <palves@redhat.com>
15646
15647 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15648 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15649 (do_command_attach_tests): Use spawn_wait_for_attach.
15650 * gdb.base/solib-overlap.exp: Likewise.
15651 * gdb.multi/multi-attach.exp: Likewise.
15652 * gdb.python/py-prompt.exp: Likewise.
15653 * gdb.python/py-sync-interp.exp: Likewise.
15654 * gdb.server/ext-attach.exp: Likewise.
15655
3adc1a7d
GKB
156562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15657
15658 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15659 command in testcase. Simplify testcase.
15660
96334934
JB
156612014-09-10 Joel Brobecker <brobecker@adacore.com>
15662
15663 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15664
eb479039
JB
156652014-09-10 Joel Brobecker <brobecker@adacore.com>
15666
15667 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15668
deede10c
JB
156692014-09-10 Joel Brobecker <brobecker@adacore.com>
15670
15671 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15672
7828a5f5
JB
156732014-09-10 Joel Brobecker <brobecker@adacore.com>
15674
15675 * gdb.dwarf2/dynarr-ptr.c: New file.
15676 * gdb.dwarf2/dynarr-ptr.exp: New file.
15677
33aeebcf
MR
156782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15679
15680 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15681 of 30 rather than hardcoding 120 for a slow test case. Take the
15682 `gdb,timeout' target setting into account for this calculation.
15683 Don't extend the timeout for the test cases that don't need it.
15684
7b415901
MR
156852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15686
15687 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15688 a factor of 2 for a slow test case. Take the `gdb,timeout'
15689 target setting into account for this calculation.
15690 * gdb.reverse/until-precsave.exp: Increase the timeout by
15691 a factor of 15 and 3 respectively rather than adding 120
15692 for a pair of slow test cases. Take the `gdb,timeout'
15693 target setting into account for this calculation.
15694
4a40f85a
MR
156952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15696
15697 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15698 timeout, don't pass one down to gdb_expect.
15699 (gdb_expect): Rework timeout selection.
15700
09635af7
MR
157012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15702
15703 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15704 exception on timeout.
15705 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15706 (gdbserver_start_extended): Catch any `gdbserver_start' error
15707 exceptions.
15708 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15709 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15710 `gdbserver_gdb_load' error exceptions.
15711
2bdd10b7
MR
157122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15713
15714 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15715 120 on waiting for the TCP socket to open.
15716
316935f0
DE
157172014-09-09 Doug Evans <xdje42@gmail.com>
15718
15719 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15720 _caller_matches, _any_caller_is, _any_caller_matches.
15721
83740597
DE
157222014-09-09 Doug Evans <xdje42@gmail.com>
15723
15724 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15725
4c122fc3
YQ
157262014-09-09 Yao Qi <yao@codesourcery.com>
15727
15728 * gdb.mi/mi-var-display.exp: Set print symbol off.
15729
a9f116cb
GKB
157302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15731
15732 PR gdb/17035
15733 * gdb.base/commands.exp: Add tests to verify user-defined
15734 commands with empty bodies.
15735 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15736 python commands in `show user command`.
15737 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15738 scheme commands in `show user command`.
15739
c75bd3a2
JK
157402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15741
15742 PR python/17355
15743 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15744 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15745 * gdb.python/py-framefilter-invalidarg.exp: New file.
15746 * gdb.python/py-framefilter-invalidarg.py: New file.
15747
faa42425
DE
157482014-09-06 Doug Evans <xdje42@gmail.com>
15749
15750 PR 15276
15751 * gdb.python/py-caller-is.c: New file.
15752 * gdb.python/py-caller-is.exp: New file.
15753
474ca4f6
SDJ
157542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15755
15756 PR gdb/17235
15757 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15758 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15759
eb0b0463
SDJ
157602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15761
15762 PR fortran/17237
15763 * gdb.fortran/print-formatted.exp: New file.
15764 * gdb.fortran/print-formatted.f90: Likewise.
15765
5f3b99cf
SS
157662014-09-03 Sasha Smundak <asmundak@google.com>
15767
15768 * gdb.python/py-frame.exp: Test Frame.read_register.
15769
7d793aa9
SDJ
157702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15771
15772 PR python/16699
15773 * gdb.python/py-completion.exp: New file.
15774 * gdb.python/py-completion.py: Likewise.
15775
fb0576e9
DE
157762014-08-28 Doug Evans <dje@google.com>
15777
15778 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15779 eax,etc. are live with values set by gdb and thus the compiler can't
15780 use them.
15781 * gdb.arch/i386-pseudo.c (main): Ditto.
15782
ee92b0dd
DE
157832014-08-27 Doug Evans <dje@google.com>
15784
15785 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15786
6649db35
DE
157872014-08-25 Doug Evans <dje@google.com>
15788
15789 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15790 (main): Ditto.
15791
564b7600
DE
157922014-08-25 Doug Evans <dje@google.com>
15793
15794 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15795
3881fb67
YQ
157962014-08-24 Yao Qi <yao@codesourcery.com>
15797
15798 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15799 symbol off.
15800 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15801
a05a36a5
DE
158022014-08-22 Doug Evans <dje@google.com>
15803
15804 PR 17276
15805 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15806 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15807 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15808
7c343b48
YQ
158092014-08-22 Yao Qi <yao@codesourcery.com>
15810
15811 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15812 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15813 * gdb.python/python.exp: Likewise. Use .py file on the host
15814 instead of the build.
15815
22fd09ae
JK
158162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15817
15818 * gdb.threads/gcore-stale-thread.c: New file.
15819 * gdb.threads/gcore-stale-thread.exp: New file.
15820
a8454a7c
PA
158212014-08-21 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15824 * gdb.base/gcore-relro-pie.exp: Likewise.
15825 * gdb.base/gcore-relro.exp: Likewise.
15826 * gdb.base/gcore.exp: Likewise.
15827 * gdb.base/print-symbol-loading.exp: Likewise.
15828 * gdb.threads/gcore-thread.exp: Likewise.
15829 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15830
2a31c623
PA
158312014-08-20 Pedro Alves <palves@redhat.com>
15832 Jan Kratochvil <jan.kratochvil@redhat.com>
15833
15834 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15835 configure.
15836 (EXPECT): Handle READ1 being set.
15837 (all): Depend on EXTRA_RULES.
15838 (check-read1, expect-read1, read1.so, read1): New rules.
15839 * README (Testsuite Parameters): Document the READ1 make variable.
15840 (Race detection): New section.
15841 * configure: Regenerate.
15842 * configure.ac: If build==host==target, and running under a
15843 GNU/glibc system, add read1 to the extra Makefile rules.
15844 (EXTRA_RULES): AC_SUBST it.
15845 * lib/read1.c: New file.
15846
d36430db
JB
158472014-08-20 Joel Brobecker <brobecker@adacore.com>
15848
15849 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15850 the handling of variables declared as a typedef to an array
15851 which a DW_AT_data_location attribute.
15852
9a0dc9e3
PA
158532014-08-19 Andrew Burgess <aburgess@broadcom.com>
15854 Pedro Alves <palves@redhat.com>
15855
15856 PR symtab/14604
15857 PR symtab/14605
15858 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15859 gdb_test.
15860
0718a8da
PA
158612014-08-19 Pedro Alves <palves@redhat.com>
15862
15863 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15864
13b448cd
YQ
158652014-08-19 Yao Qi <yao@codesourcery.com>
15866
15867 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15868 right line.
15869
1cbf5077
DB
158702014-08-18 David Blaikie <dblaikie@gmail.com>
15871
15872 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15873
bf0fae19
JB
158742014-08-18 Joel Brobecker <brobecker@adacore.com>
15875
15876 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15877 attribute in array range.
15878
3c8c5dcc
JB
158792014-08-18 Joel Brobecker <brobecker@adacore.com>
15880
15881 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15882
e66d4446
SC
158832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15884
15885 PR c++/17132
15886 * gdb.cp/pr17132.cc: New file.
15887 * gdb.cp/pr17132.exp: New file.
15888
940df408
SC
158892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15890
15891 * gdb.python/py-xmethods.py (A_getarrayind)
15892 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15893 Use 'print' with function call syntax.
15894 (E_method_matcher.match): Fix tab vs space indentation mixup.
15895
ebcc6c3a
YQ
158962014-08-15 Yao Qi <yao@codesourcery.com>
15897
15898 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15899 false.
15900
775e0f04
YQ
159012014-08-15 Yao Qi <yao@codesourcery.com>
15902
15903 * gdb.cp/casts.exp: Set print symbol off.
15904 * gdb.cp/class2.exp: Likewise.
15905 * gdb.cp/overload.exp: Likewise.
15906 * gdb.cp/templates.exp: Likewise.
15907
d769e349
DE
159082014-08-11 Doug Evans <dje@google.com>
15909
15910 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15911 (test_load_shlib): Update.
15912
20c6f1e1
YQ
159132014-08-09 Yao Qi <yao@codesourcery.com>
15914
15915 * gdb.base/display.exp: Invoke is_address_zero_readable.
15916 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15917 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15918 * gdb.base/hbreak-unmapped.exp: Return if
15919 is_address_zero_readable returns true.
15920 * gdb.base/signest.exp: Likewise.
15921 * gdb.base/signull.exp: Likewise.
15922 * gdb.base/sigbpt.exp: Likewise.
15923 * gdb.guile/scm-disasm.exp: Do the test if
15924 is_address_zero_readable returns false.
15925 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15926 * gdb.python/py-arch.exp: Likewise.
15927 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15928 * lib/gdb.exp (is_address_zero_readable): New proc.
15929
5792e8e3
YQ
159302014-08-09 Yao Qi <yao@codesourcery.com>
15931
15932 PR testsuite/13443
15933 * gdb.mi/mi-var-display.exp: Make test messages unique.
15934
3cecbbbe
TT
159352014-08-04 Tom Tromey <tromey@redhat.com>
15936
15937 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15938 target 0".
15939
00b51ff5
TT
159402014-08-04 Tom Tromey <tromey@redhat.com>
15941
15942 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15943 "target_resume".
15944
6908c509
JB
159452014-08-01 Joel Brobecker <brobecker@adacore.com>
15946
15947 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15948 inner_vla_struct_object_size.
15949 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15950 as xfail.
15951
cc6563d2
PA
159522014-07-30 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15955 comment.
15956
7e09a223
YQ
159572014-07-29 Yao Qi <yao@codesourcery.com>
15958
15959 PR gdb/17206
15960 * gdb.base/until-nodebug.exp: New.
15961
7ebdbe92
DE
159622014-07-28 Doug Evans <xdje42@gmail.com>
15963
15964 PR guile/17203
15965 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15966 previously existing parameter, and previously ambiguously spelled
15967 parameter.
15968
fdb1adc6
WN
159692014-07-28 Will Newton <will.newton@linaro.org>
15970
15971 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15972
186fcde0
DE
159732014-07-26 Ludovic Courtès <ludo@gnu.org>
15974 Doug Evans <xdje42@gmail.com>
15975
15976 PR guile/17146
15977 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15978
70509625
PA
159792014-07-25 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.threads/signal-command-handle-nopass.c: New file.
15982 * gdb.threads/signal-command-handle-nopass.exp: New file.
15983 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15984 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15985 * gdb.threads/signal-delivered-right-thread.c: New file.
15986 * gdb.threads/signal-delivered-right-thread.exp: New file.
15987
c3f814a1
PA
159882014-07-25 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.base/double-prompt-target-event-error.exp
15991 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15992 match.
15993 (cancel_pagination_in_target_event): Rework double prompt
15994 detection.
15995 * gdb.base/paginate-after-ctrl-c-running.exp
15996 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15997 <return>' match.
15998 * gdb.base/paginate-bg-execution.exp
15999 (test_bg_execution_pagination_return)
16000 (test_bg_execution_pagination_cancel): Remove '-notransfer
16001 <return>' matches.
16002 * gdb.base/paginate-execution-startup.exp
16003 (test_fg_execution_pagination_return)
16004 (test_fg_execution_pagination_cancel): Remove '-notransfer
16005 <return>' matches.
16006 * gdb.base/paginate-inferior-exit.exp
16007 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16008 match.
16009 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16010 * lib/gdb.exp (pagination_prompt): Run text through
16011 string_to_regexp.
16012 (gdb_test_multiple): Match $pagination_prompt instead of
16013 "<return>".
16014 (string_to_regexp): Move to lib/gdb-utils.exp.
16015
e214cf6c
JK
160162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16017
16018 * gdb.arch/amd64-entry-value-paramref.S: New file.
16019 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16020 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16021 * gdb.arch/amd64-optimout-repeat.S: New file.
16022 * gdb.arch/amd64-optimout-repeat.c: New file.
16023 * gdb.arch/amd64-optimout-repeat.exp: New file.
16024
17d0c5c8
JK
160252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16026
16027 PR gdb/17170
16028 * gdb.base/statistics.exp: New file.
16029
b8b8facf
DE
160302014-07-17 Doug Evans <dje@google.com>
16031
74b49205 16032 PR gdb/17170
b8b8facf
DE
16033 * gdb.base/maint.exp: Update testing of per-command stats.
16034
1b5d0ab3
PA
160352014-07-16 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16038 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16039 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16040 (tfile_write_buf): New functions.
16041 (add_memory_block): Rewrite using the above.
16042 (adjust_function_address): New function.
16043 (FUNCTION_ADDRESS): New macro.
16044 (write_basic_trace_file): Remove short_x local, and use
16045 tfile_write_16. Change type of func_addr local to unsigned long
16046 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16047 here. Cast argument of add_memory_block to char pointer.
16048 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16049 (main): Remove parameters.
16050 * gdb.trace/tfile.exp: Remove nowarnings.
16051
4d974e88
SM
160522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16053
16054 * gdb.base/debug-expr.exp: Test string evaluation with
16055 "debug expression" on.
16056
41e99568
PA
160572014-07-15 Pedro Alves <palves@redhat.com>
16058
16059 * gdb.base/reread.exp: Use clean_restart.
16060
487d9753
PL
160612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16062
16063 * gdb.arch/avr-flash-qualifer.c: New.
16064 * gdb.arch/avr-flash-qualifer.exp: New.
16065
cc1c52ad
PA
160662014-07-14 Pedro Alves <palves@redhat.com>
16067
16068 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16069 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16070
1e973570
PA
160712014-07-14 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.base/double-prompt-target-event-error.c: New file.
16074 * gdb.base/double-prompt-target-event-error.exp: New file.
16075
93d6eb10
PA
160762014-07-14 Pedro Alves <palves@redhat.com>
16077
16078 PR gdb/17072
16079 * gdb.base/paginate-inferior-exit.c: New file.
16080 * gdb.base/paginate-inferior-exit.exp: New file.
16081
0017922d
PA
160822014-07-14 Pedro Alves <palves@redhat.com>
16083
16084 PR gdb/17072
16085 * gdb.base/paginate-bg-execution.c: New file.
16086 * gdb.base/paginate-bg-execution.exp: New file.
16087
94696ad3
PA
160882014-07-14 Pedro Alves <palves@redhat.com>
16089
16090 PR gdb/17072
16091 * gdb.base/paginate-execution-startup.c: New file.
16092 * gdb.base/paginate-execution-startup.exp: New file.
16093 * lib/gdb.exp (pagination_prompt): New global.
16094 (default_gdb_spawn): New procedure, factored out from
16095 default_gdb_spawn.
16096 (default_gdb_start): Adjust to call default_gdb_spawn.
16097 (gdb_spawn): New procedure.
16098
bd293940
PA
160992014-07-14 Pedro Alves <palves@redhat.com>
16100
16101 * lib/gdb.exp (gdb_assert): New procedure.
16102 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16103
c933f875
PA
161042014-07-14 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.base/execution-termios.c: New file.
16107 * gdb.base/execution-termios.exp: New file.
16108
d98b7a16
TT
161092014-07-14 Tom Tromey <tromey@redhat.com>
16110
16111 * gdb.cp/vla-cxx.cc: New file.
16112 * gdb.cp/vla-cxx.exp: New file.
16113
548740d6
TT
161142014-07-14 Tom Tromey <tromey@redhat.com>
16115
16116 * gdb.reverse/rerun-prec.c: New file.
16117 * gdb.reverse/rerun-prec.exp: New file.
16118
a25eb028
MR
161192014-07-12 Maciej W. Rozycki <macro@mips.com>
16120 Maciej W. Rozycki <macro@codesourcery.com>
16121
16122 * lib/gdb-utils.exp: New file.
16123 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16124 inline `gdb_init_command' processing.
16125 (gdb_start_cmd): Likewise.
16126 * lib/mi-support.exp (mi_run_cmd): Likewise.
16127 * README: Document `gdb_init_command' and `gdb_init_commands'.
16128
218c2655
JK
161292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16130
16131 Fix false FAIL running under a very long directory name.
16132 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16133 and "set print elements 10000". Twice.
16134
5401fde3
YQ
161352014-07-11 Yao Qi <yao@codesourcery.com>
16136
16137 * gdb.base/exprs.exp: "set print symbol off".
16138
e76126e8
PA
161392014-07-11 Pedro Alves <palves@redhat.com>
16140
16141 * gdb.threads/kill.c: New file.
16142 * gdb.threads/kill.exp: New file.
16143
2d6f0de6
YQ
161442014-07-10 Yao Qi <yao@codesourcery.com>
16145
16146 * gdb.trace/tfile.c (write_basic_trace_file)
16147 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16148 address written to trace file.
16149
7180e04a
PA
161502014-07-09 Pedro Alves <palves@redhat.com>
16151
16152 * gdb.base/attach-wait-input.exp: New file.
16153 * gdb.base/attach-wait-input.c: New file.
16154
9a9a7608
AB
161552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16156
16157 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16158 setting up test structures.
16159 (main): Call new test function.
16160 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16161 test function, continue into test function and walk test
16162 structures.
16163
161ac41e
YQ
161642014-07-02 Yao Qi <yao@codesourcery.com>
16165
16166 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16167 'bar_start' at the beginning of functions 'foo' and 'bar'
16168 respectively.
16169 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16170 instead of 'foo' and 'bar'.
16171
1f267ae3
MM
161722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16173
16174 * gdb.btrace/segv.exp: New.
16175 * gdb.btrace/segv.c: New.
16176
2b239efb
LM
161772014-07-02 Luis Machado <lgustavo@codesourcery.com>
16178
16179 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16180 instruction.
16181
cf363f18
MW
161822014-06-30 Mark Wielaard <mjw@redhat.com>
16183
16184 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16185 vulture, vilify, villar): New volatile array constants.
16186 (vindictive, vegetation): New const volatile array constants.
16187 * gdb.base/volatile.exp: Test volatile and const volatile array
16188 types.
16189
aebf9d24
AA
161902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16191
16192 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16193 target lacks support for awatch, rwatch, or hbreak.
16194
b67a2c6f
YQ
161952014-06-27 Yao Qi <yao@codesourcery.com>
16196
16197 * gdb.multi/dummy-frame-restore.exp: New.
16198 * gdb.multi/dummy-frame-restore.c: New.
16199
aef92902
MM
162002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16201
16202 * gdb.btrace/gcore.exp: New.
16203
8e9db26e
PA
162042014-06-23 Pedro Alves <palves@redhat.com>
16205
16206 * gdb.base/watchpoint-reuse-slot.c: New file.
16207 * gdb.base/watchpoint-reuse-slot.exp: New file.
16208
70afc5b7
SC
162092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16210
16211 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16212 progspace's filename in 'info', 'enable' and 'disable' command
16213 tests.
16214
b972bd9c
JK
162152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16216
16217 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16218 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16219 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16220
125f8a3d
GB
162212014-06-20 Gary Benson <gbenson@redhat.com>
16222
16223 * gdb.arch/i386-avx.exp: Fix include file location.
16224 * gdb.arch/i386-sse.exp: Likewise.
16225
3ed9baed
IB
162262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16227
16228 * gdb.dlang/expression.exp: New file.
16229
034f788c
PA
162302014-06-19 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16233 out from ...
16234 (top level): ... here. Iterate running tests under different
16235 scheduler-locking settings.
16236
45371d0c
LM
162372014-06-18 Luis Machado <lgustavo@codesourcery.com>
16238
16239 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16240 to DW_FORM_addr and use non-zero addresses.
16241
5d376983
SC
162422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16243
16244 PR gdb/17017
16245 * gdb.python/py-xmethods.cc: Add global function call counters and
16246 increment them in their respective functions. Remove "cout"
16247 statements.
16248 * gdb.python/py-xmethods.exp: Make tests check the global function
16249 call counters instead of depending on inferior IO.
16250
a1aa2221
LM
162512014-06-18 Don Breazeal <donb@codesourcery.com>
16252
16253 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16254 Deleted procedure.
16255 (explicit_fork_parent_follow): Deleted procedure.
16256 (explicit_fork_child_follow): Deleted procedure.
16257 (test_follow_fork): New procedure.
16258 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16259 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16260 procedure calls.
16261
0fc05997
YQ
162622014-06-17 Yao Qi <yao@codesourcery.com>
16263
16264 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16265 CP1252.
16266
70795c52
LM
162672014-06-17 Luis Machado <lgustavo@codesourcery.com>
16268
16269 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16270 Initialize ptr and S explicitly.
16271 (skip_type_update_when_not_use_rtti_test): Likewise.
16272
6be47f0c
KS
162732014-06-16 Keith Seitz <keiths@redhat.com>
16274
16275 PR mi/15863
16276 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16277 the inferior is started.
16278
d03de421
PA
162792014-06-16 Pedro Alves <palves@redhat.com>
16280
16281 * gdb.base/break-main-file-remove-fail.c: New file.
16282 * gdb.base/break-main-file-remove-fail.exp: New file.
16283 * gdb.base/break-unload-file.exp: Use build_executable instead of
16284 prepare_for_testing.
16285 (test_break): New parameter "initial_load". Handle it.
16286 (top level): Add initial_load cmdline/file axis.
16287
f9579b99
TT
162882014-06-12 Tom Tromey <tromey@redhat.com>
16289
16290 * gdb.base/completion.exp: Don't use directory name in test.
16291
3657956b
GB
162922014-06-09 Gary Benson <gbenson@redhat.com>
16293
16294 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16295 separate the always-available ANSI-standard signals from the
16296 signals that require checking.
16297 (main): Likewise.
16298 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16299 Likewise.
16300 (main): Likewise.
16301
4186eb54
KS
163022014-06-07 Keith Seitz <keiths@redhat.com>
16303
16304 Revert:
16305 PR c++/16253
16306 * gdb.cp/var-tag.cc: New file.
16307 * gdb.cp/var-tag.exp: New file.
16308 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16309 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16310 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16311 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16312
25326a28 163132014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16314
16315 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16316
829155c9
PA
163172014-06-06 Pedro Alves <palves@redhat.com>
16318
16319 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16320 in target debug output instead of looking at RSP packets,
16321 disabling the test on any target that uses hardware stepping.
16322 Update comments.
16323
61c8d22e
PA
163242014-06-06 Pedro Alves <palves@redhat.com>
16325
16326 * gdb.base/break-unload-file.exp: Fix typo.
16327
d9a47287
YQ
163282014-06-06 Yao Qi <yao@codesourcery.com>
16329
16330 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16331 from "jit_function" to "^jit_function".
16332
e5e01dbf
YQ
163332014-06-06 Yao Qi <yao@codesourcery.com>
16334
16335 * gdb.base/async.c (foo): Add one statement.
16336 * gdb.base/async.exp: Get the next instruction address and
16337 match the output of "nexti" by instruction address. Match
16338 the hex address in the output of "finish".
16339
73ba372c
GB
163402014-06-06 Gary Benson <gbenson@redhat.com>
16341
16342 * gdb.base/call-signals.c: Remove preprocessor conditionals
16343 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16344 SIGSEGV and SIGTERM.
16345 * gdb.base/sigall.c: Likewise.
16346 * gdb.base/unwindonsignal.c: Likewise.
16347 * gdb.reverse/sigall-reverse.c: Likewise.
16348
831517df
YQ
163492014-06-06 Yao Qi <yao@codesourcery.com>
16350
16351 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16352 readable, skip the test.
16353
b8b91e98
YQ
163542014-06-06 Yao Qi <yao@codesourcery.com>
16355
16356 * gdb.threads/staticthreads.c (thread_function): Move the line
16357 setting breakpoint on forward.
16358 * gdb.threads/staticthreads.exp: Update comments.
16359
fb934770
LC
163602014-06-05 Ludovic Courtès <ludo@gnu.org>
16361
16362 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16363 "history-append! type error".
16364
6ef284bd
SM
163652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16366
16367 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16368 erroneous dprintf expected input.
16369
a872e241
DE
163702014-06-04 Doug Evans <xdje42@gmail.com>
16371
16372 * gdb.guile/scm-generics.exp: Delete.
16373
16f691fb
DE
163742014-06-04 Doug Evans <xdje42@gmail.com>
16375
16376 * gdb.guile/scm-breakpoint.exp: Update.
16377 Add tests for breakpoint registration.
16378
012370f6
TT
163792014-06-04 Tom Tromey <tromey@redhat.com>
16380
16381 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16382 VLA-in-union.
16383 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16384 inner_vla_struct, vla_union types. Initialize objects of those
16385 types and compute their sizes.
16386
9f5a4cef
HZ
163872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16388 Hui Zhu <hui@codesourcery.com>
16389
16390 * gdb.base/fileio.exp: Add test for shell not available as well as
16391 available.
16392 * gdb.base/fileio.c (test_system): Check for shell twice.
16393
90a45c4d
YQ
163942014-06-04 Yao Qi <yao@codesourcery.com>
16395
16396 * gdb.base/auto-connect-native-target.exp: Remove redundant
16397 space from the regexp pattern.
16398
70017e41
YQ
163992014-06-04 Yao Qi <yao@codesourcery.com>
16400
16401 * gdb.base/default.exp: Replace "child" with "native" in
16402 regexp pattern.
16403
883964a7
SC
164042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16405
16406 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16407 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16408 * gdb.python/py-xmethods.py: Python script supporting the
16409 new testcase and tests.
16410
ef370185
JB
164112014-06-03 Joel Brobecker <brobecker@adacore.com>
16412 Pedro Alves <palves@redhat.com>
16413
16414 PR breakpoints/17000
16415 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16416 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16417
1e2ccb61
BM
164182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16419
16420 * gdb.base/subst.exp: Add tests to verify partial path matching
16421 output.
16422
c6ec5ab2
PA
164232014-06-03 Pedro Alves <palves@redhat.com>
16424
16425 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16426 target that doesn't use software single-stepping.
16427
835c559f
PA
164282014-06-03 Pedro Alves <palves@redhat.com>
16429
16430 PR breakpoints/17000
16431 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16432 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16433
06eb1586
DE
164342014-06-02 Doug Evans <xdje42@gmail.com>
16435
16436 * gdb.guile/scm-parameter.exp: New file.
16437
e698b8c4
DE
164382014-06-02 Doug Evans <xdje42@gmail.com>
16439
16440 * gdb.guile/scm-cmd.c: New file.
16441 * gdb.guile/scm-cmd.exp: New file.
16442
ded03782
DE
164432014-06-02 Doug Evans <xdje42@gmail.com>
16444
16445 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16446 pretty-printer lookup.
16447 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16448 (make-pp_s-printer): Call it.
16449 (make-pretty-printer-from-dict): New function.
16450 (lookup-pretty-printer-maker-from-dict): New function.
16451 (*pretty-printer*): Simplify.
16452 (make-objfile-pp_s-printer): New function.
16453 (install-objfile-pretty-printers!): New function.
16454 (make-progspace-pp_s-printer): New function.
16455 (install-progspace-pretty-printers!): New function.
16456 * gdb.guile/scm-progspace.c: New file.
16457 * gdb.guile/scm-progspace.exp: New file.
16458
41fac0cf
PA
164592014-06-02 Pedro Alves <palves@redhat.com>
16460
16461 * gdb.base/dprintf-bp-same-addr.c: New file.
16462 * gdb.base/dprintf-bp-same-addr.exp: New file.
16463
96ae5695
EBM
164642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16465
16466 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16467 * gdb.arch/powerpc-power.s: Likewise.
16468
da02b3a8
JB
164692014-06-02 Joel Brobecker <brobecker@adacore.com>
16470
16471 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16472
c72b2e7b
YQ
164732014-06-01 Yao Qi <yao@codesourcery.com>
16474
16475 * gdb.base/watchpoint.exp (test_watch_location): Check null
16476 pointer can be dereferenced. If not, do the test, otherwise
16477 skip it.
16478
53e8a631
AB
164792014-05-30 Andrew Burgess <aburgess@broadcom.com>
16480
16481 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16482 results.
16483 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16484
938f0e2f
AB
164852014-05-30 Andrew Burgess <aburgess@broadcom.com>
16486
16487 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16488 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16489 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16490 * gdb.arch/amd64-invalid-stack-top.c: New file.
16491 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16492
9ba6657a
PA
164932014-05-30 Pedro Alves <palves@redhat.com>
16494
16495 PR breakpoints/17000
16496 * gdb.base/sss-bp-on-user-bp.c: New file.
16497 * gdb.base/sss-bp-on-user-bp.exp: New file.
16498
522c09bf
DB
164992014-05-30 David Blaikie <dblaikie@gmail.com>
16500
16501 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16502 gnu_inline semantics via attribute.
16503 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16504 source explicitly specifies the required semantics.
16505
bf4ef81e
MR
165062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16507
16508 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16509
329ea579
PA
165102014-05-29 Pedro Alves <palves@redhat.com>
16511 Tom Tromey <tromey@redhat.com>
16512
16513 * gdb.base/async-shell.exp: Don't enable target-async.
16514 * gdb.base/async.exp
16515 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16516 parameter. Adjust.
16517 (top level): Don't test with "target-async".
16518 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16519 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16520 * gdb.base/inferior-died.exp: Don't enable target-async.
16521 * gdb.base/interrupt-noterm.exp: Likewise.
16522 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16523 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16524 * gdb.mi/mi-nonstop.exp: Likewise.
16525 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16526 * gdb.mi/mi-nsintrall.exp: Likewise.
16527 * gdb.mi/mi-nsmoribund.exp: Likewise.
16528 * gdb.mi/mi-nsthrexec.exp: Likewise.
16529 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16530 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16531 * gdb.python/py-evsignal.exp: Don't enable target-async.
16532 * gdb.python/py-evthreads.exp: Likewise.
16533 * gdb.python/py-prompt.exp: Likewise.
16534 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16535 * gdb.server/solib-list.exp: Don't enable target-async.
16536 * gdb.threads/thread-specific-bp.exp: Likewise.
16537 * lib/mi-support.exp: Adjust to use mi-async.
16538
fd664c91
PA
165392014-05-29 Pedro Alves <palves@redhat.com>
16540
16541 PR gdb/13860
16542 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16543 reason, even in sync mode.
16544
251bde03
PA
165452014-05-29 Pedro Alves <palves@redhat.com>
16546 Hui Zhu <hui@codesourcery.com>
16547
16548 PR PR15693
16549 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16550 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16551 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16552 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16553
7f3c0343
JB
165542014-05-28 Joel Brobecker <brobecker@adacore.com>
16555
16556 * config/monitor.exp (gdb_target_monitor): Replace use of
16557 "set remotebaud" by "set serial baud".
16558
b2715b27
AW
165592014-05-26 Andy Wingo <wingo@igalia.com>
16560
16561 * gdb.guile/scm-breakpoint.exp:
16562 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16563 properties instead of gdb-object-properties.
16564
498a4489
YQ
165652014-05-26 Yao Qi <yao@codesourcery.com>
16566
16567 * gdb.server/no-thread-db.exp: Specify source file name
16568 explicitly when setting a breakpoint.
16569
589fdceb
MM
165702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16571
16572 * gdb.btrace/vdso.c: New.
16573 * gdb.btrace/vdso.exp: New.
16574
e9089e05
MM
165752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16576
16577 * gdb.base/gcore.exp (capture_command_output): Move ...
16578 * lib/gdb.exp (capture_command_output): ... here.
16579
67b5c0c1
MM
165802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16581
16582 * gdb.btrace/data.exp: Test memory access during btrace replay.
16583
a2199296
SM
165842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16585
16586 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16587
17b2616c
PA
165882014-05-21 Pedro Alves <palves@redhat.com>
16589
16590 PR gdb/13860
16591 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16592 (top level): Test that output related to execution commands is
16593 sent to the console with CLI commands, but not with MI commands.
16594 Test that breakpoint events are always mirrored to the console.
16595 Also expect the new source line to be output after a "next" in
16596 async mode too. Make it a pass/fail test.
16597 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16598 output.
16599 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16600
5166082f
PA
166012014-05-21 Pedro Alves <palves@redhat.com>
16602
16603 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16604 Use them to test variations of "list" after reaching a breakpoint.
16605 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16606 Test "list" with listsize 10 after reaching a breakpoint.
16607 * gdb.python/python.exp (decode_line current location line
16608 number): Adjust expected line number.
16609
2f25d70f
SM
166102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16611
16612 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16613 behavior for $args, pass it directly to "run".
16614
ff604a67
MR
166152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16616
16617 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16618 30000 to 65536.
16619
6a3cb8e8
PA
166202014-05-21 Pedro Alves <palves@redhat.com>
16621
16622 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16623 auto-connect-native-target off".
16624 * gdb.base/auto-connect-native-target.c: New file.
16625 * gdb.base/auto-connect-native-target.exp: New file.
16626
4ebfc96e
PA
166272014-05-21 Pedro Alves <palves@redhat.com>
16628
16629 * gdb.base/default.exp: Test "target native" instead of "target
16630 child".
16631
36d46afb
MW
166322014-05-21 Mark Wielaard <mjw@redhat.com>
16633
16634 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16635
5876f503
JK
166362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16637
16638 Fix TLS access for -static -pthread.
16639 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16640 <HAVE_TLS> (thread_function, main): Initialize it.
16641 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16642 Add clean_restart.
16643 <$have_tls != "">: Check TLSVAR.
16644
0256a6ac
PA
166452014-05-21 Pedro Alves <palves@redhat.com>
16646
16647 * gdb.base/dcache-line-read-error.c: New.
16648 * gdb.base/dcache-line-read-error.exp: New.
16649
936d2992
PA
166502014-05-20 Pedro Alves <palves@redhat.com>
16651
16652 * gdb.base/compare-sections.c: New file.
16653 * gdb.base/compare-sections.exp: New file.
16654
802e8e6d
PA
166552014-05-20 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.base/break-idempotent.c: New file.
16658 * gdb.base/break-idempotent.exp: New file.
16659
e59fa00f
MM
166602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16661
16662 * gdb.btrace/nohist.exp: New.
16663
8b696e31
YQ
166642014-05-20 Yao Qi <yao@codesourcery.com>
16665
16666 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16667 gdb.reverse directory and gdb_reverse_timeout exists in board
16668 setting.
16669 * README: Document gdb_reverse_timeout.
16670
73c9764f
YQ
166712014-05-20 Yao Qi <yao@codesourcery.com>
16672
16673 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16674 'test_file_name'. Treat args as a string instead of a list.
16675 (gdb_init): Rename argument 'args' by 'test_file_name'.
16676
f1f4348a
JK
166772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16678
16679 * gdb.arch/powerpc-power.exp: New file.
16680 * gdb.arch/powerpc-power.s: New file.
16681
0dbe70ce
DE
166822014-05-16 Doug Evans <dje@google.com>
16683
16684 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16685 * gdb.base/completion.exp: Check that all expected files exist
16686 before doing file completion.
0dbe70ce 16687
8d551b02
DE
166882014-05-16 Doug Evans <dje@google.com>
16689
16690 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16691 Update.
16692 (do_syscall_tests_without_xml): Update.
16693
73eb7709
PA
166942014-05-16 Pedro Alves <palves@redhat.com>
16695
16696 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16697 instead of "unknown output after running".
16698
3fae92fc
YQ
166992014-05-16 Yao Qi <yao@codesourcery.com>
16700
16701 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16702 file1.txt from host at the end.
16703 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16704
c2b2ccc5
DE
167052014-05-15 Doug Evans <dje@google.com>
16706
16707 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16708 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16709 loading file. Add test for TU lookup.
16710
8c217a4b
SM
167112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16712
16713 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16714 calling "-exec-arguments" or "set args" before running the
16715 inferior.
16716
3deb39c6
SM
167172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16718
16719 * lib/mi-support.exp (mi_expect_stop): Expect message for
16720 inferiors that exit with non-zero exit code.
16721
71a79f8c
YQ
167222014-05-14 Yao Qi <yao@codesourcery.com>
16723
16724 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16725 match absolute path on remote host.
16726 (test_file_list_exec_source_files): Remove "/" from the
16727 pattern.
16728
f23fcd46
YQ
167292014-05-14 Yao Qi <yao@codesourcery.com>
16730
16731 * boards/local-remote-host-notty.exp (${board}_file): New
16732 proc.
16733
9404b58f
KM
167342014-05-07 Kyle McMartin <kyle@redhat.com>
16735
16736 Pushed by Joel Brobecker <brobecker@adacore.com>.
16737 * gdb.arch/aarch64-atomic-inst.c: New file.
16738 * gdb.arch/aarch64-atomic-inst.exp: New file.
16739
5e45f04c
YQ
167402014-05-07 Yao Qi <yao@codesourcery.com>
16741
16742 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16743 in current context" too.
16744
c888a17d
KS
167452014-05-05 Keith Seitz <keiths@redhat.com>
16746
16747 * gdb.linespec/ls-dollar.exp: Add test for linespec
16748 file:convenience_variable.
16749
290a839c
YQ
167502014-05-05 Yao Qi <yao@codesourcery.com>
16751
16752 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16753 traceframes into tfile and ctf trace files. Read data from
16754 trace file and test collected data.
16755 (gdb_collect_locals_test): Likewise.
16756 (gdb_unavailable_registers_test): Likewise.
16757 (gdb_unavailable_floats): Likewise.
16758 (gdb_collect_globals_test): Likewise.
16759 (top-level): Append "ctf" to trace_file_targets if GDB
16760 supports.
16761
b5262cd0
YQ
167622014-05-05 Yao Qi <yao@codesourcery.com>
16763
16764 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16765 code to ...
16766 (gdb_collect_args_test_1): ... it. New proc.
16767 (gdb_collect_locals_test): Move some code to ...
16768 (gdb_collect_locals_test_1): ... it. New proc.
16769 (gdb_unavailable_registers_test): Move some code to ...
16770 (gdb_unavailable_registers_test_1): ... it. New proc.
16771 (gdb_unavailable_floats): Move some code to ...
16772 (gdb_unavailable_floats_1): ... it. New proc.
16773
30a1e6cc
SDJ
167742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16775
16776 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16777 probes to test for bitness recognition.
16778 * gdb.arch/amd64-stap-optional-prefix.exp
16779 (test_probe_value_without_reg): New procedure.
16780 Add code to test for different kinds of bitness.
16781
f33da99a
SDJ
167822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16783
16784 PR breakpoints/16889
16785 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16786 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16787
5b80f00d
PA
167882014-05-01 Pedro Alves <palves@redhat.com>
16789
16790 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16791 gdb_file_cmd if no file is specified.
16792 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16793 last_loaded_file to set the remote exec-file.
16794
f8c2a73c
PA
167952014-05-01 Pedro Alves <palves@redhat.com>
16796
16797 * boards/local-remote-host.exp: New file.
16798
be6e8ac7
PA
167992014-05-01 Pedro Alves <palves@redhat.com>
16800
16801 * boards/local-remote-host.exp: Rename to ...
16802 * boards/local-remote-host-notty.exp: ... this.
16803
cac0dc8f
JB
168042014-04-28 Joel Brobecker <brobecker@adacore.com>
16805
16806 * gdb.ada/dyn_arrayidx: New testcase.
16807
9730e6cc
YQ
168082014-04-26 Yao Qi <yao@codesourcery.com>
16809
16810 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16811 and compute the length of function main. Save it in
16812 $main_length.
16813 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16814 (top-level): Use gdb_compile to compile objects into
16815 executable and restart GDB. Remove invocation to
16816 prepare_for_testing.
16817
7ae1a6a6
PA
168182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16819 Pedro Alves <palves@redhat.com>
16820
16821 PR server/16255
16822 * gdb.multi/multi-attach.c: New file.
16823 * gdb.multi/multi-attach.exp: New file.
16824
4082afcc
PA
168252014-04-25 Pedro Alves <palves@redhat.com>
16826
16827 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16828 user.
16829 (top level): Test that "set remote conditional-breakpoints-packet
16830 off" works as intended.
16831 * gdb.base/dprintf.exp: Test that "set remote
16832 breakpoint-commands-packet off" works as intended.
16833 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16834 New function.
16835 (top level): Call it.
16836 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16837 remote fast-tracepoints-packet off" works as intended.
16838 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16839 * lib/gdb.exp (gdb_is_target_remote): ... here.
16840
2abc3f8d
DB
168412014-04-24 David Blaikie <dblaikie@gmail.com>
16842
16843 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16844 ensure clang would not discard them.
16845 * gdb.base/gdbvars.c: Ditto.
16846 * gdb.base/memattr.c: Ditto.
16847 * gdb.base/whatis.c: Ditto.
16848 * gdb.python/py-prettyprint.c: Ditto.
16849 * gdb.trace/actions.c: Ditto.
16850 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16851 ensure clang would not discard it.
16852
bfd39632
DB
168532014-04-24 David Blaikie <dblaikie@gmail.com>
16854
16855 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16856 clang to emit the full definition of type required by the test
16857 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16858
22842ff6
DB
168592014-04-24 David Blaikie <dblaikie@gmail.com>
16860
16861 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16862 coax Clang into emitting the definition of the type.
16863 * gdb.cp/pr10728-x.h (y): Ditto.
16864 * gdb.cp/pr10728-y.cc (y): Ditto.
16865
c2e827ad
DB
168662014-04-24 David Blaikie <dblaikie@gmail.com>
16867
16868 * gdb.base/label.exp: XFAIL label related tests under Clang.
16869 * gdb.cp/cplabel.exp: Ditto.
16870 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16871 under Clang those using labels.
16872
4c2d33e7
YQ
168732014-04-25 Yao Qi <yao@codesourcery.com>
16874
16875 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16876 double_label.
16877 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16878 partial_label and double_label.
16879
56083b99
DB
168802014-04-24 David Blaikie <dblaikie@gmail.com>
16881
16882 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16883
25d4e99d
DB
168842014-04-24 David Blaikie <dblaikie@gmail.com>
16885
16886 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16887 of the function to work across GCC and Clang.
16888 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16889 pointer types (const void ** const V void **).
16890
01f9f808
MS
168912014-04-24 Michael Sturm <michael.sturm@mintel.com>
16892 Walfred Tedeschi <walfred.tedeschi@intel.com>
16893
16894 * Makefile.in (EXECUTABLES): Added i386-avx512.
16895 * gdb.arch/i386-avx512.c: New file.
16896 * gdb.arch/i386-avx512.exp: Likewise.
16897
4b48d439
KS
168982014-04-23 Keith Seitz <keiths@redhat.com>
16899
16900 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16901 (mi_make_breakpoint_table): New procedure.
16902 (mi_create_breakpoint): Use mi_make_breakpoint
16903 and return the result.
16904 (mi_make_breakpoint): New procedure.
16905 (mi_build_kv_pairs): New procedure.
16906
16907 * gdb.mi/mi-break.exp: Remove unused globals,
16908 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16909 All callers updated.
16910 * gdb.mi/mi-dprintf.exp: Use variable to track command
16911 number.
16912 Update all callers of mi_create_breakpoint and use
16913 mi_make_breakpoint_table.
16914 Remove any unused global variables.
16915 * gdb.mi/mi-nonstop.exp: Likewise.
16916 * gdb.mi/mi-nsintrall.exp: Likewise.
16917 * gdb.mi/mi-nsmoribund.exp: Likewise.
16918 * gdb.mi/mi-nsthrexec.exp: Likewise.
16919 * gdb.mi/mi-reverse.exp: Likewise.
16920 * gdb.mi/mi-simplerun.exp: Likewise.
16921 * gdb.mi/mi-stepn.exp: Likewise.
16922 * gdb.mi/mi-syn-frame.exp: Likewise.
16923 * gdb.mi/mi-until.exp: Likewise.
16924 * gdb.mi/mi-var-cp.exp: Likewise.
16925 * gdb.mi/mi-var-display.exp: Likewise.
16926 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16927 * gdb.mi/mi2-var-child.exp: Likewise.
16928 * gdb.mi/mi-vla-c99.exp: Likewise.
16929 * lib/mi-support.exp: Likewise.
16930
16931 From Ian Lance Taylor <iant@cygnus.com>:
16932 * lib/gdb.exp (parse_args): New procedure.
16933
08351840
PA
169342014-04-23 Pedro Alves <palves@redhat.com>
16935
16936 * gdb.base/break-unload-file.c: New file.
16937 * gdb.base/break-unload-file.exp: New file.
16938 * gdb.base/sym-file-lib.c (baz): New function.
16939 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16940 field.
16941 (load): Store the segment's mapped size.
16942 (unload): New function.
16943 (unload_shlib): New function.
16944 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16945 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16946 set a breakpoint at baz, and call it.
16947 * gdb.base/sym-file.exp: New tests for stale breakpoint
16948 instructions.
16949
076855f9
PA
169502014-04-23 Pedro Alves <palves@redhat.com>
16951
16952 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16953 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16954 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16955 * gdb.base/hbreak-unmapped.c: New file.
16956 * gdb.base/hbreak-unmapped.exp: New file.
16957 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16958 * lib/gdb.exp (gdb_is_target_remote): ... here.
16959
483805cf
PA
169602014-04-22 Pedro Alves <palves@redhat.com>
16961
16962 * gdb.base/consecutive-step-over.c: New file.
16963 * gdb.base/consecutive-step-over.exp: New file.
16964
06d97543
PA
169652014-04-22 Pedro Alves <palves@redhat.com>
16966
16967 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16968 instead of send_gdb/gdb_expect.
16969
b4429ea2
YQ
169702014-04-22 Yao Qi <yao@codesourcery.com>
16971
16972 * lib/trace-support.exp (generate_tracefile): New procedure.
16973 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16974 return 0.
16975 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16976 if generate_tracefile returns 1.
16977
51d48146
PA
169782014-04-18 Tom Tromey <palves@redhat.com>
16979 Pedro alves <tromey@redhat.com>
16980
16981 PR backtrace/15558
16982 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16983 with a backtrace limit.
16984 * gdb.python/py-frame-inline.exp: Test running to an inline
16985 function with a backtrace limit, and printing the newest frame.
16986 * gdb.python/py-frame-inline.c (main): Call f.
16987
bd1dce5f
MS
169882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16989
16990 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16991
40d1a503
MS
169922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16993
16994 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16995 Drop prefix from unsupported source file path.
16996
389b98f7
YQ
169972014-04-17 Yao Qi <yao@codesourcery.com>
16998
16999 * lib/gdb.exp (with_target_charset): New proc.
17000 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17001 with_target_charset.
17002 (test_print_strings): Likewise.
17003 (test_repeat_bytes): Likewise.
17004 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17005 for some tests.
17006
22869d73
KS
170072014-04-16 Keith Seitz <keiths@redhat.com>
17008
17009 PR gdb/15827
17010 * gdb.dwarf2/corrupt.c: New file.
17011 * gdb.dwarf2/corrupt.exp: New file.
17012
c4f87ca6
KS
170132014-04-16 Keith Seitz <keiths@redhat.com>
17014
17015 PR c++/16597
17016 * gdb.cp/namelessclass.cc: New file.
17017 * gdb.cp/namelessclass.exp: New file.
17018 * gdb.cp/namelessclass.S: New file.
17019
ab19de87
DE
170202014-04-16 Doug Evans <dje@google.com>
17021
17022 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17023 Add comment.
17024 (gdbserver_default_get_comm_port): New function.
17025 (gdbserver_start): Check if board file provided
17026 "gdbserver,get_comm_port" and use it if so.
17027 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17028 (gdb,socketport): Set to "stdio".
17029 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17030 (stdio_gdbserver_template): Delete.
17031 (${board}_get_remote_address): Update.
17032 (${board}_build_remote_cmd): Delete.
17033 (${board}_get_comm_port): New function.
17034 (${board}_spawn): Update.
17035 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17036 Delete.
17037 (${board}_get_remote_address): Update.
17038 (${board}_get_comm_port): New function.
17039
fc98a809
AB
170402014-04-16 Andrew Burgess <aburgess@broadcom.com>
17041
17042 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17043 appearing in any order.
17044
87fd9e6e
DE
170452014-04-15 Doug Evans <dje@google.com>
17046
17047 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17048 uninitialized value of "description".
17049
099fc3ea
KS
170502014-04-15 Keith Seitz <keiths@redhat.com>
17051
17052 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17053 Remove unused globals.
17054 (test_running_the_program): Likewise.
17055 (test_controlled_execution): Likewise.
17056 (test_controlling_breakpoints): Likewise.
17057 (test_program_termination): Likewise.
17058
5da151d4
KS
170592014-04-15 Keith Seitz <keiths@redhat.com>
17060
17061 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17062 unused globals.
17063 (test_rbreak_creation_and_listing): Likewise.
17064 (test_ignore_count): Likewise.
17065 (test_error): Likewise.
17066
35e5d2f0
PA
170672014-04-15 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17070 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17071 sym-file-loader.c.
17072 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17073 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17074 to sym-file-loader.c.
17075 (struct library): Forward declare.
17076 (load_shlib, lookup_function): Change prototypes.
17077 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17078 (translate_offset): Remove declarations.
17079 (get_text_addr): New declaration.
17080 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17081 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17082 sym-file-loader.h.
17083 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17084 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17085 here from sym-file-loader.h.
17086 (struct library): New structure.
17087 (load_shlib, lookup_function): Change prototypes and adjust to
17088 work with a struct library.
17089 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17090 (translate_offset): Make static.
17091 (get_text_addr): New function.
17092 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17093
eb4c1710
PA
170942014-04-15 Pedro Alves <palves@redhat.com>
17095
17096 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17097
2d1baf52
PA
170982014-04-15 Pedro Alves <palves@redhat.com>
17099
17100 * gdb.base/sym-file-loader.c: Include <limits.h>.
17101 (SELF_LINK): New define.
17102 (get_origin): New function.
17103 (load_shlib): Use it.
17104 * gdb.base/sym-file.exp: Don't early return if the target is
17105 remote. Use runto_main, and issue fail is that fails. Use
17106 gdb_load_shlibs.
17107 (shlib_name): Delete.
17108 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17109
7dd6df01
PA
171102014-04-15 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.base/sym-file.exp: Remove regex characters from test
17113 message. Don't refer to breakpoint numbers in test messages.
17114
b50c8614
KS
171152014-04-14 Keith Seitz <keiths@redhat.com>
17116
17117 PR c++/16253
17118 * gdb.cp/var-tag.cc: New file.
17119 * gdb.cp/var-tag.exp: New file.
17120 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17121 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17122 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17123 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17124
3d567982
TT
171252014-04-14 Tom Tromey <tromey@redhat.com>
17126
17127 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17128 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17129 type.
17130 * gdb.cp/enum-class.exp: New file.
17131 * gdb.cp/enum-class.cc: New file.
17132
0626fc76
TT
171332014-04-14 Tom Tromey <tromey@redhat.com>
17134
17135 * gdb.dwarf2/enum-type.exp: New file.
17136
dca325b3
SA
171372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17138
17139 * gdb.mi/mi-vla-c99.exp: New file.
17140 * gdb.mi/vla.c: New file.
17141
5854b38a
SA
171422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17143
17144 * gdb.base/vla-datatypes.c: New file.
17145 * gdb.base/vla-datatypes.exp: New file.
17146
463bb957
SA
171472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17148
17149 * gdb.base/vla-ptr.c: New file.
17150 * gdb.base/vla-ptr.exp: New file.
17151
3dd170be
SA
171522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17153
17154 * gdb.dwarf2/count.exp: New file.
17155
5ecaaa66
SA
171562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17157
17158 * gdb.base/vla-sideeffect.c: New file.
17159 * gdb.base/vla-sideeffect.exp: New file.
17160
41f1ada5
DB
171612014-04-14 David Blaikie <dblaikie@gmail.com>
17162
17163 * gdb.mi/non-stop.c: Add return value for non-void function return
17164 statement.
17165 * gdb.threads/staticthreads.c: Ditto.
17166
0be03e84
DE
171672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17168 Doug Evans <xdje42@gmail.com>
17169
17170 * gdb.guile/scm-value.c: Improve test case.
17171 * gdb.guile/scm-value.exp: Add new test.
17172
f180a1fb
DB
171732014-04-11 David Blaikie <dblaikie@gmail.com>
17174
17175 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17176 override Clang's default.
17177
6b662e19
JB
171782014-04-11 Joel Brobecker <brobecker@adacore.com>
17179
17180 Revert the following changes (regressions):
17181
17182 * gdb.base/vla-sideeffect.c: New file.
17183 * gdb.base/vla-sideeffect.exp: New file.
17184
17185 * gdb.dwarf2/count.exp: New file.
17186
17187 * gdb.base/vla-multi.c: New file.
17188 * gdb.base/vla-multi.exp: New file.
17189
17190 * gdb.base/vla-ptr.c: New file.
17191 * gdb.base/vla-ptr.exp: New file.
17192
17193 * gdb.base/vla-datatypes.c: New file.
17194 * gdb.base/vla-datatypes.exp: New file.
17195
17196 * gdb.mi/mi-vla-c99.exp: New file.
17197 * gdb.mi/vla.c: New file.
17198
245a5f0b
KS
171992014-04-11 Keith Seitz <keiths@redhat.com>
17200
17201 PR c++/16675
17202 * gdb.cp/cpsizeof.exp: New file.
17203 * gdb.cp/cpsizeof.cc: New file.
17204
58a84dcf
SA
172052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17206
191a8a90
JB
17207 * gdb.mi/mi-vla-c99.exp: New file.
17208 * gdb.mi/vla.c: New file.
58a84dcf 17209
c8655f75
SA
172102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17211
17212 * gdb.base/vla-datatypes.c: New file.
17213 * gdb.base/vla-datatypes.exp: New file.
17214
024e13b4
SA
172152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17216
17217 * gdb.base/vla-ptr.c: New file.
17218 * gdb.base/vla-ptr.exp: New file.
17219
1a237e0e
SA
172202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17221
17222 * gdb.base/vla-multi.c: New file.
17223 * gdb.base/vla-multi.exp: New file.
17224
504f3432
SA
172252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17226
17227 * gdb.dwarf2/count.exp: New file.
17228
3bce8237
SA
172292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17230
191a8a90
JB
17231 * gdb.base/vla-sideeffect.c: New file.
17232 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17233
322f9c21
YQ
172342014-04-11 Yao Qi <yao@codesourcery.com>
17235
17236 * gdb.base/completion.exp: Check file exists before running tests
17237 on file completion.
17238
d708bcd1
PA
172392014-04-10 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/cond-eval-mode.c: New file.
17242 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17243 prepare_for_testing to build the new file. Check result of
17244 runto_main.
17245 (test_break, test_watch): New procedures.
17246 (top level): Use them.
17247
ae1d2761
PM
172482014-04-08 Pierre Muller <muller@sourceware.org>
17249
17250 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17251 Ctrl-V use for mingw hosts.
17252
7af389b8
SC
172532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17254
17255 * gdb.python/py-value.c: Improve test case.
17256 * gdb.python/py-value.exp: Add new test.
17257
5e703181
DE
172582014-04-07 David Blaikie <dblaikie@gmail.com>
17259
17260 * lib/compiler.c: Identify the clang compiler.
17261 * lib/compiler.cc: Ditto.
17262
9810b410
YQ
172632014-04-03 Yao Qi <yao@codesourcery.com>
17264
17265 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17266
98d1b8dc
AB
172672014-04-01 Anton Blanchard <anton@samba.org>
17268
17269 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17270 messages unique.
17271
3114cea1
AB
172722014-04-01 Anton Blanchard <anton@samba.org>
17273
17274 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17275 prepare_for_testing.
17276
62f7182c
AB
172772014-04-01 Anton Blanchard <anton@samba.org>
17278
17279 * gdb.arch/ppc64-atomic-inst.c: Remove.
17280 * gdb.arch/ppc64-atomic-inst.S: New file.
17281 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17282
770e7fc7
DE
172832014-03-31 Doug Evans <dje@google.com>
17284
17285 * gdb.base/print-symbol-loading-lib.c: New file.
17286 * gdb.base/print-symbol-loading-main.c: New file.
17287 * gdb.base/print-symbol-loading.exp: New file.
17288
46e2bafa
YQ
172892014-03-31 Yao Qi <yao@codesourcery.com>
17290
17291 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17292
8776cfe9
JB
172932014-03-28 Joel Brobecker <brobecker@adacore.com>
17294
17295 * gdb.ada/mi_dyn_arr: New testcase.
17296
5d1ef361
DE
172972014-03-27 Doug Evans <dje@google.com>
17298
17299 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17300
b5bee914
YQ
173012014-03-27 Yao Qi <yao@codesourcery.com>
17302
17303 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17304 if target is nios2-*-*.
17305
0d4d0e77
YQ
173062014-03-26 Yao Qi <yao@codesourcery.com>
17307
17308 * lib/gdb.exp (readline_is_used): New proc.
17309 * gdb.base/completion.exp: Move tests on command complete up.
17310 Skip the rest of tests if readline is not used.
17311 * gdb.ada/complete.exp: Skp the test if readline is not
17312 used.
17313 * gdb.base/filesym.exp: Likewise.
17314 * gdb.base/macscp.exp: Likewise.
17315 * gdb.base/readline-ask.exp: Likewise.
17316 * gdb.base/readline.exp: Likewise.
17317 * gdb.python/py-cmd.exp: Likewise.
17318 * gdb.trace/tfile.exp: Likewise.
17319
29361eee
YQ
173202014-03-26 Yao Qi <yao@codesourcery.com>
17321
17322 * gdb.base/macscp.exp: Fix code format issues.
17323
bc9a5525
UW
173242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17325
17326 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17327 * gdb.asm/powerpc64le.inc: New file.
17328
d3839ede
PA
173292014-03-25 Pedro Alves <palves@redhat.com>
17330 Doug Evans <dje@google.com>
17331
17332 * gdb.base/source-execution.c: New file.
17333 * gdb.base/source-execution.exp: New file.
17334 * gdb.base/source-execution.gdb: New file.
17335
01672a57
DE
173362014-03-24 Doug Evans <dje@google.com>
17337
17338 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17339 using fission.
17340
88bbeca9
HZ
173412014-03-24 Hui Zhu <hui@codesourcery.com>
17342 Pedro Alves <palves@redhat.com>
17343
17344 PR breakpoints/16101
17345 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17346 test pass/fail messages. Detect missing support for dprintf when
17347 breakpoints are actually inserted.
17348 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17349 breakpoints are actually inserted.
17350 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17351 fails.
17352
d2348791
JK
173532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17354
17355 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17356
feef67ab
DE
173572014-03-22 Doug Evans <xdje42@gmail.com>
17358
17359 * gdb.python/python.exp (python not supported): Verify multi-line
17360 python command issues an error.
25d743f9 17361 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17362 guile command issues an error.
feef67ab 17363
ecebef6a
MR
173642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17365
17366 * gdb.threads/thread-specific.exp: Handle the lack of usable
17367 $this_breakpoint and $this_thread.
17368
ccdd1909
HZ
173692014-03-21 Hui Zhu <hui@codesourcery.com>
17370
17371 * gdb.base/attach.exp (do_command_attach_tests): New.
17372
beb460e8
PA
173732014-03-20 Tom Tromey <tromey@redhat.com>
17374 Pedro Alves <palves@redhat.com>
17375
17376 PR cli/15718
17377 * gdb.base/condbreak-call-false.c: New file.
17378 * gdb.base/condbreak-call-false.exp: New file.
17379
40acf43a
PA
173802014-03-20 Pedro Alves <palves@redhat.com>
17381
17382 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17383 Delete.
17384 (block_signals, unblock_signals): Delete.
17385 (child_function_2, main): Remove references to deleted variable
17386 and functions.
17387
9f5e1e02
PA
173882014-03-20 Pedro Alves <palves@redhat.com>
17389
17390 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17391 Use pthread_kill to signal thread 2.
17392 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17393 Adjust to make the test send itself a signal rather than using the
17394 host's "kill" command.
17395
99619bea
PA
173962014-03-20 Pedro Alves <palves@redhat.com>
17397
17398 * gdb.threads/multiple-step-overs.c: New file.
17399 * gdb.threads/multiple-step-overs.exp: New file.
17400 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17401 Adjust expected infrun debug output.
17402
2adfaa28
PA
174032014-03-20 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17406 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17407
31e77af2
PA
174082014-03-20 Pedro Alves <palves@redhat.com>
17409
17410 PR breakpoints/7143
17411 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17412 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17413 of gdb_test_multiple.
17414 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17415 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17416
b9f437de
PA
174172014-03-20 Pedro Alves <palves@redhat.com>
17418
17419 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17420 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17421
05adc73e
PA
174222014-03-19 Pedro Alves <palves@redhat.com>
17423
17424 * gdb.base/async.exp: Remove early return.
17425
6048b950
PA
174262014-03-19 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17429
8bcfb00a
PA
174302014-03-19 Pedro Alves <palves@redhat.com>
17431
17432 * gdb.base/async.exp (test_background): Expect \r\n after
17433 "completed." in the fail pattern.
17434
884e37dc
PA
174352014-03-19 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.base/async.exp (test_background): New procedure.
17438 Use it for all background execution command tests.
17439
148e57e2
PA
174402014-03-19 Pedro Alves <palves@redhat.com>
17441
17442 * gdb.base/async.exp: Use prepare_for_testing.
17443
f48088c7
PA
174442014-03-19 Pedro Alves <palves@redhat.com>
17445
17446 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17447 the same line.
17448
e2f6c966
PA
174492014-03-19 Pedro Alves <palves@redhat.com>
17450
17451 * gdb.base/async.c (main): Add "jump here" and "until here" line
17452 marker comments.
17453 * gdb.base/async.exp (jump_here): New global.
17454 (jump& test): Use it.
17455 (until_here): New global.
17456 (until& test): Use it.
17457
c30568d4
PA
174582014-03-19 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.base/async.exp: Don't frob gdb_protocol.
17461
0172b6a7
DE
174622014-03-18 Doug Evans <xdje42@gmail.com>
17463
17464 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17465 Fix spelling of exec-done-display.
17466
06c868a8
JK
174672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17468
17469 PR gdb/15358
17470 * gdb.base/gdb-sigterm.c: New file.
17471 * gdb.base/gdb-sigterm.exp: New file.
17472
0c7e1a46
PA
174732014-03-18 Pedro Alves <palves@redhat.com>
17474
17475 PR gdb/13860
17476 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17477 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17478 solib-event.
17479
f7c77d93
JB
174802014-03-17 Joel Brobecker <brobecker@adacore.com>
17481
17482 * gdb.ada/pckd_arr_ren: New testcase.
17483
5a1e8c7a
DE
174842014-03-13 Doug Evans <xdje42@gmail.com>
17485
17486 PR guile/16612
17487 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17488 collect after discarding symbols.
17489
350e1a76
DE
174902014-03-13 Ludovic Courtès <ludo@gnu.org>
17491 Doug Evans <xdje42@gmail.com>
17492
17493 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17494 to history survives a gc.
17495
a69900ae
PA
174962014-03-13 Pedro Alves <palves@redhat.com>
17497
17498 * gdb.base/default.exp: Don't test "target procfs".
17499
5db9f0bd
PA
175002014-03-13 Pedro Alves <palves@redhat.com>
17501
17502 * gdb.base/default.exp: Update "target child" and "target procfs"
17503 tests to not expect "Unix".
17504
b3ccfe11
TT
175052014-03-12 Tom Tromey <tromey@redhat.com>
17506
17507 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17508 New procs. Add target-async tests.
17509 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17510 Add target-async tests.
17511
646f4417
AA
175122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17513
17514 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17515 'func_start' and 'func_end' for the beginning and end of the
17516 function code, respectively.
17517 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17518 'func_end' instead of 'func' and 'main'.
17519
288c211f
AA
175202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17521
17522 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17523 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17524 generate the debug info assembler source.
17525
e0c0f156
AA
175262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17527
17528 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17529 * gdb.dwarf2/arr-subrange.exp: Likewise.
17530 * gdb.dwarf2/dwz.exp: Likewise.
17531 * gdb.dwarf2/method-ptr.exp: Likewise.
17532 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17533 * gdb.dwarf2/subrange.exp: Likewise.
17534 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17535 * gdb.dwarf2/implptrpiece.exp: Likewise.
17536 * gdb.dwarf2/nostaticblock.exp: Likewise.
17537
0e5c4555
AA
175382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17539
17540 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17541 directory to absolute path name arguments.
17542
5ec18f2b
JG
175432014-03-10 Joel Brobecker <brobecker@adacore.com>
17544
17545 * gdb.ada/tagged_access: New testcase.
17546
847fc4f2
MM
175472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17548
17549 * gdb.btrace/data.exp: Update expected output.
17550
cc3da688
YQ
175512014-03-06 Yao Qi <yao@codesourcery.com>
17552
17553 * gdb.trace/pr16508.exp: New file.
17554
0f26cec1
PA
175552014-03-05 Pedro Alves <palves@redhat.com>
17556
17557 PR gdb/16575
17558 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17559 procedure.
17560 (top level): Adjust to use it. Add tests that exercise breakpoint
17561 interaction with the code-cache.
17562
7a5a839f
LC
175632014-02-26 Ludovic Courtès <ludo@gnu.org>
17564
17565 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17566 test for 'history-append!'.
17567
31aa7e4e
JB
175682014-02-26 Joel Brobecker <brobecker@adacore.com>
17569
17570 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17571 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17572 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17573 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17574 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17575 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17576
1b588015
JB
175772014-02-26 Joel Brobecker <brobecker@adacore.com>
17578
17579 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17580 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17581 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17582
55426c9d
JB
175832014-02-26 Joel Brobecker <brobecker@adacore.com>
17584
17585 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17586
dc53a7ad
JB
175872014-02-26 Joel Brobecker <brobecker@adacore.com>
17588
17589 * gdb.dwarf2/arr-stride.c: New file.
17590 * gdb.dwarf2/arr-stride.exp: New file.
17591
12ab52e9
PA
175922014-02-26 Pedro Alves <palves@redhat.com>
17593
17594 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17595 that won't ever trigger. Make sure that GDB reports the correct
17596 breakpoint that caused the stop.
17597
849c862e
JK
175982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17599
17600 PR gdb/16626
17601 * gdb.base/auto-load-script: New file.
17602 * gdb.base/auto-load.c: New file.
17603 * gdb.base/auto-load.exp: New file.
17604
71b7d793
JK
17605 PR gdb/16626
17606 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17607
e2f0d509
JK
176082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17609
17610 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17611 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17612
50cc37c8
DE
176132014-02-24 Doug Evans <dje@google.com>
17614
17615 * lib/gdb.exp (run_on_host): Log error output if program fails.
17616
ea4758f2
PA
176172014-02-21 Pedro Alves <palves@redhat.com>
17618
17619 * gdb.threads/step-after-sr-lock.c: Rename to ...
17620 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17621 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17622 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17623 ... this.
17624
d7b30f67
SDJ
176252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17626
17627 PR tdep/16397
17628 * gdb.arch/amd64-stap-special-operands.exp: New file.
17629 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17630 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17631 * gdb.arch/amd64-stap-triplet.S: Likewise.
17632 * gdb.arch/amd64-stap-triplet.c: Likewise.
17633
83deb43f
JB
176342014-02-20 Joel Brobecker <brobecker@adacore.com>
17635
17636 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17637 in .section pseudo-op.
17638
adde2bff
DE
176392014-02-20 lin zuojian <manjian2006@gmail.com>
17640 Joel Brobecker <brobecker@adacore.com>
17641 Doug Evans <xdje42@gmail.com>
17642
17643 PR symtab/16581
17644 * gdb.dwarf2/dw2-icycle.S: New file.
17645 * gdb.dwarf2/dw2-icycle.c: New file.
17646 * gdb.dwarf2/dw2-icycle.exp: New file.
17647
f7bd0f78
SC
176482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17649
17650 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17651 operations on gdb.Value objects.
17652 * gdb.python/py-value-cc.exp: Add new test to test operations on
17653 gdb.Value objects.
17654
c17ef0d5
DE
176552014-02-18 Doug Evans <dje@google.com>
17656
17657 * Makefile.in (TESTS): New variable.
17658 (expanded_tests, expanded_tests_or_none): New variables
17659 (check-single): Pass $(expanded_tests_or_none) to runtest.
17660 (check-parallel): Only run tests in $(TESTS) if non-empty.
17661 (check/no-matching-tests-found): New rule.
17662 * README: Document TESTS makefile variable.
17663
5dd3176f
DE
176642014-02-18 Doug Evans <dje@google.com>
17665
17666 * Makefile.in (check-parallel): rm -rf outputs temp.
17667
0b10be4f
JK
176682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17669
17670 Fix "ERROR: no fileid for" in the testsuite.
17671 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17672
85f224e7
DE
176732014-02-12 Doug Evans <dje@google.com>
17674
17675 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17676 (MISCELLANEOUS): New variable.
17677 (clean): rm -rf $(MISCELLANEOUS).
17678 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17679 dwp live in the same directory as symlinks, with each symlink pointed
17680 to a differently named file in a different directory.
17681
149b30ff
DE
176822014-02-11 Doug Evans <dje@google.com>
17683
17684 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17685 of Tcl file commands.
17686
1dfdac32
MK
176872014-02-10 Mark Kettenis <kettenis@gnu.org>
17688
17689 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17690 "kill -SIGUSR1 -1".
17691
aa4fb036
JB
176922014-02-10 Joel Brobecker <brobecker@adacore.com>
17693
17694 * gdb.ada/tick_length_array_enum_idx: New testcase.
17695
ed3ef339
DE
176962014-02-10 Doug Evans <xdje42@gmail.com>
17697
17698 * configure.ac (AC_OUTPUT): Add gdb.guile.
17699 * configure: Regenerate.
17700 * lib/gdb-guile.exp: New file.
17701 * lib/gdb.exp (get_target_charset): New function.
17702 * gdb.base/help.exp: Update expected output from "apropos apropos".
17703 * gdb.guile/Makefile.in: New file.
17704 * gdb.guile/guile.exp: New file.
17705 * gdb.guile/scm-arch.c: New file.
17706 * gdb.guile/scm-arch.exp: New file.
17707 * gdb.guile/scm-block.c: New file.
17708 * gdb.guile/scm-block.exp: New file.
17709 * gdb.guile/scm-breakpoint.c: New file.
17710 * gdb.guile/scm-breakpoint.exp: New file.
17711 * gdb.guile/scm-disasm.c: New file.
17712 * gdb.guile/scm-disasm.exp: New file.
17713 * gdb.guile/scm-equal.c: New file.
17714 * gdb.guile/scm-equal.exp: New file.
17715 * gdb.guile/scm-error.exp: New file.
17716 * gdb.guile/scm-error.scm: New file.
17717 * gdb.guile/scm-frame-args.c: New file.
17718 * gdb.guile/scm-frame-args.exp: New file.
17719 * gdb.guile/scm-frame-args.scm: New file.
17720 * gdb.guile/scm-frame-inline.c: New file.
17721 * gdb.guile/scm-frame-inline.exp: New file.
17722 * gdb.guile/scm-frame.c: New file.
17723 * gdb.guile/scm-frame.exp: New file.
17724 * gdb.guile/scm-generics.exp: New file.
17725 * gdb.guile/scm-gsmob.exp: New file.
17726 * gdb.guile/scm-iterator.c: New file.
17727 * gdb.guile/scm-iterator.exp: New file.
17728 * gdb.guile/scm-math.c: New file.
17729 * gdb.guile/scm-math.exp: New file.
17730 * gdb.guile/scm-objfile-script-gdb.in: New file.
17731 * gdb.guile/scm-objfile-script.c: New file.
17732 * gdb.guile/scm-objfile-script.exp: New file.
17733 * gdb.guile/scm-objfile.c: New file.
17734 * gdb.guile/scm-objfile.exp: New file.
17735 * gdb.guile/scm-ports.exp: New file.
17736 * gdb.guile/scm-pretty-print.c: New file.
17737 * gdb.guile/scm-pretty-print.exp: New file.
17738 * gdb.guile/scm-pretty-print.scm: New file.
17739 * gdb.guile/scm-section-script.c: New file.
17740 * gdb.guile/scm-section-script.exp: New file.
17741 * gdb.guile/scm-section-script.scm: New file.
17742 * gdb.guile/scm-symbol.c: New file.
17743 * gdb.guile/scm-symbol.exp: New file.
17744 * gdb.guile/scm-symtab-2.c: New file.
17745 * gdb.guile/scm-symtab.c: New file.
17746 * gdb.guile/scm-symtab.exp: New file.
17747 * gdb.guile/scm-type.c: New file.
17748 * gdb.guile/scm-type.exp: New file.
17749 * gdb.guile/scm-value-cc.cc: New file.
17750 * gdb.guile/scm-value-cc.exp: New file.
17751 * gdb.guile/scm-value.c: New file.
17752 * gdb.guile/scm-value.exp: New file.
17753 * gdb.guile/source2.scm: New file.
17754 * gdb.guile/types-module.cc: New file.
17755 * gdb.guile/types-module.exp: New file.
17756
7026a7c1
YQ
177572014-02-10 Yao Qi <yao@codesourcery.com>
17758
17759 PR testsuite/16543
17760 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17761 * configure: Regenerated.
17762 * Makefile.in: New file.
17763
6c466447
AS
177642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17765
17766 * gdb.python/py-framefilter.exp: Fix typo.
17767
6e854735
YQ
177682014-02-08 Yao Qi <yao@codesourcery.com>
17769
17770 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17771 that no =breakpoint-modified is emitted when breakpoints are
17772 modified through MI commands.
17773
d137e6dc
PA
177742014-02-07 Pedro Alves <pedro@codesourcery.com>
17775 Pedro Alves <palves@redhat.com>
17776
17777 * gdb.threads/step-after-sr-lock.c: New file.
17778 * gdb.threads/step-after-sr-lock.exp: New file.
17779
b5ee5a50
PA
177802014-02-07 Pedro Alves <palves@redhat.com>
17781
17782 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17783
3c77faf3
JK
177842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17785
17786 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17787 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17788
6dddc817
DE
177892014-02-06 Doug Evans <xdje42@gmail.com>
17790
17791 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17792 output.
17793
17794 * gdb.gdb/python-interrupts.exp: New file.
17795
de7b2893
YQ
177962014-02-05 Yao Qi <yao@codesourcery.com>
17797
17798 * gdb.trace/report.exp (use_collected_data): Test the output
17799 of "info threads" and "info inferiors".
17800
66d032ac
YQ
178012014-02-05 Yao Qi <yao@codesourcery.com>
17802
17803 Revert this patch:
17804
17805 2013-05-24 Yao Qi <yao@codesourcery.com>
17806
17807 * gdb.trace/tfile.exp: Test inferior and thread.
17808
591a12a1
UW
178092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17810
17811 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17812 on a function.
17813 * gdb.base/step-bt.c: Call hello via function pointer to make
17814 sure its first instruction is executed on powerpc64le-linux.
17815
0ff3e01f
UW
178162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17817
17818 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17819
084ee545
UW
178202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17821
17822 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17823 of the test patterns for use on little-endian systems.
17824
6ed14ff3
UW
178252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17826
17827 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17828 (decimal_vector): Fix for little-endian.
17829
401e27fd
JM
178302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17831
17832 * gdb.arch/sparc-sysstep.exp: New file.
17833 * gdb.arch/sparc-sysstep.c: Likewise.
17834
17835 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17836
8b924729
EBM
178372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17838
17839 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17840
fb151210
JB
178412014-01-23 Tom Tromey <tromey@redhat.com>
17842
17843 * gdb.ada/array_char_idx: New testcase.
17844
0740f8d8
TT
178452014-01-23 Tom Tromey <tromey@redhat.com>
17846
17847 PR python/16487:
17848 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17849 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17850 classes.
17851
21909fa1
TT
178522014-01-23 Tom Tromey <tromey@redhat.com>
17853
17854 PR python/16491:
17855 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17856 string from an inferior frame.
17857 * gdb.python/py-framefilter-mi.exp: Update.
17858
87ce2a04
DE
178592014-01-22 Doug Evans <dje@google.com>
17860
17861 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17862
237b092b
AA
178632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17864
17865 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17866
d674a709
AA
178672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17868
17869 * gdb.trace/entry-values.exp: Remove excess space character from
17870 regex patterns. Handle s390 call instruction.
17871
20fa3390
AA
178722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17873
17874 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17875 define "*_start" label. Make "name" static.
17876 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17877 ${name} by references to ${name}_start.
17878
78466714
AA
178792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17880
17881 * gdb.base/info-macros.exp: Remove "debug" from the compile
17882 options.
17883
ec9f644a
IB
178842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17885
17886 * gdb.dlang/demangle.exp: New file.
17887
94b1b47e
IB
178882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17889
17890 * gdb.dlang/primitive-types.exp: New file.
17891
7f420862
IB
178922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17893
17894 * configure.ac: Create gdb.dlang/Makefile.
17895 * configure: Regenerate.
17896 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17897 * gdb.dlang/Makefile.in: New file.
17898 * lib/d-support.exp: New file.
17899 * lib/gdb.exp (skip_d_tests): New proc.
17900
52834460
MM
179012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17902
17903 * gdb.btrace/delta.exp: Check reverse stepi.
17904 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17905 * gdb.btrace/finish.exp: New.
17906 * gdb.btrace/next.exp: New.
17907 * gdb.btrace/nexti.exp: New.
17908 * gdb.btrace/record_goto.c: Add comments.
17909 * gdb.btrace/step.exp: New.
17910 * gdb.btrace/stepi.exp: New.
17911 * gdb.btrace/multi-thread-step.c: New.
17912 * gdb.btrace/multi-thread-step.exp: New.
17913 * gdb.btrace/rn-dl-bind.c: New.
17914 * gdb.btrace/rn-dl-bind.exp: New.
17915 * gdb.btrace/data.c: New.
17916 * gdb.btrace/data.exp: New.
17917 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17918
6e07b1d2
MM
179192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17920
17921 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17922 * gdb.btrace/exception.exp: Update.
17923 * gdb.btrace/instruction_history.exp: Update.
17924 * gdb.btrace/record_goto.exp: Update.
17925 * gdb.btrace/tailcall.exp: Update.
17926 * gdb.btrace/unknown_functions.exp: Update.
17927 * gdb.btrace/delta.exp: New.
17928
0b722aec
MM
179292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17930
17931 * gdb.btrace/record_goto.exp: Add backtrace test.
17932 * gdb.btrace/tailcall.exp: Add backtrace test.
17933
066ce621
MM
179342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17935
17936 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17937 * gdb.btrace/record_goto.c: New.
17938 * gdb.btrace/record_goto.exp: New.
17939 * gdb.btrace/x86-record_goto.S: New.
17940
0688d04e
MM
179412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17942
17943 * gdb.btrace/function_call_history.exp: Update tests.
17944 * gdb.btrace/instruction_history.exp: Update tests.
17945
8710b709
MM
179462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17947
17948 * gdb.btrace/function_call_history.exp: Fix expected field
17949 order for "record function-call-history".
17950 Add new tests for "record function-call-history /c".
17951 * gdb.btrace/exception.cc: New.
17952 * gdb.btrace/exception.exp: New.
17953 * gdb.btrace/tailcall.exp: New.
17954 * gdb.btrace/x86-tailcall.S: New.
17955 * gdb.btrace/x86-tailcall.c: New.
17956 * gdb.btrace/unknown_functions.c: New.
17957 * gdb.btrace/unknown_functions.exp: New.
17958 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17959
5de9129b
MM
179602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17961
17962 * gdb.btrace/instruction_history.exp: Update.
17963 * gdb.btrace/function_call_history.exp: Update.
17964
23a7fe75
MM
179652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17966
17967 * gdb.btrace/function_call_history.exp: Fix expected function
17968 trace.
17969 * gdb.btrace/instruction_history.exp: Initialize traced.
17970 Remove traced_functions.
17971
724c7dd8
MM
179722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17973
17974 * gdb.btrace/function_call_history.exp: Update
17975 * gdb.btrace/instruction_history.exp: Update.
17976
6d78d93b
MM
179772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17978
17979 * gdb.btrace/enable.exp: Update expected text.
17980
93a360cc
OJ
179812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17982
17983 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17984 bytes.
17985
3772b53f
MR
179862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17987
17988 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17989
596662fa
OJ
179902014-01-15 Omair Javaid <omair.javaid@linaro.org>
17991
17992 * lib/gdb.exp (supports_process_record): Return true for
17993 arm*-linux*. (supports_reverse): Likewise.
17994
b5b08fb4
SC
179952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17996
17997 PR python/15464
17998 PR python/16113
17999 * gdb.python/py-type.c: Enhance test case.
18000 * gdb.python/py-value-cc.cc: Likewise
18001 * gdb.python/py-type.exp: Add new tests.
18002 * gdb.python/py-value-cc.exp: Likewise
18003
52d7fb13
AA
180042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18005 Pedro Alves <palves@redhat.com>
18006
18007 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18008 Make "name" extern.
18009 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18010 references to ${name}_start by references to ${name}.
18011
a2cd8cfe
JB
180122014-01-10 Joel Brobecker <brobecker@adacore.com>
18013
18014 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18015
4e23fced
JB
180162014-01-10 Joel Brobecker <brobecker@adacore.com>
18017
18018 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18019
c6a9e42c
PA
180202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18021 Pedro Alves <palves@redhat.com>
18022
18023 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18024 mi_gdb_target_load.
c6a9e42c 18025
b7ea362b
PA
180262014-01-08 Pedro Alves <palves@redhat.com>
18027
18028 * gdb.threads/reconnect-signal.c: New file.
18029 * gdb.threads/reconnect-signal.exp: New file.
18030
5e3f4fab
EBM
180312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18032
18033 * gdb.base/source-dir.exp: New file.
18034
79301218
JB
180352014-01-07 Joel Brobecker <brobecker@adacore.com>
18036
18037 * gdb.ada/mi_interface: New testcase.
18038
8e355c5d
JB
180392014-01-07 Joel Brobecker <brobecker@adacore.com>
18040
18041 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18042 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18043 gdb.ada/pp-rec-component/pck.ads: New files.
18044
c0d48811
JB
180452014-01-07 Joel Brobecker <brobecker@adacore.com>
18046
18047 * gdb.python/py-pp-integral.c: New file.
18048 * gdb.python/py-pp-integral.py: New file.
18049 * gdb.python/py-pp-integral.exp: New file.
18050
17b609c3 18051For older changes see ChangeLog-1993-2013.
c906108c 18052\f
8d8cb839
EZ
18053;; Local Variables:
18054;; mode: change-log
18055;; left-margin: 8
18056;; fill-column: 74
18057;; version-control: never
18058;; End:
902f2ccb 18059
b811d2c2 18060 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18061 Copying and distribution of this file, with or without modification,
18062 are permitted provided the copyright notice and this notice are preserved.
This page took 3.661119 seconds and 4 git commands to generate.